/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* 
   http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* line 20, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_reset.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 30, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_reset.scss */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 33, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_reset.scss */
body {
  line-height: 1;
}

/* line 36, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 39, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_reset.scss */
blockquote, q {
  quotes: none;
}

/* line 43, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_reset.scss */
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* line 47, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 52, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_reset.scss */
a {
  text-decoration: none;
}

/* line 54, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_reset.scss */
:focus {
  outline-color: transparent;
  outline-style: none;
  outline: none;
}

/* line 60, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_reset.scss */
textarea, input {
  outline: none;
  -webkit-appearance: none;
  overflow: hidden;
}

/* line 62, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_reset.scss */
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

/* line 1, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_scrollbar.sass */
.scrollbar.disable {
  display: none;
}

/* line 4, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_scrollbar.sass */
.scrollbar.horizontal {
  position: relative;
  left: 10px;
  height: 15px;
}
/* line 8, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_scrollbar.sass */
.scrollbar.horizontal.top {
  top: 80px;
}
/* line 10, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_scrollbar.sass */
.scrollbar.horizontal.bottom {
  position: absolute;
  bottom: 50px;
}
/* line 13, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_scrollbar.sass */
.scrollbar.horizontal .track {
  height: 8px;
  width: 100%;
  pading: 0 1px;
}
/* line 17, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_scrollbar.sass */
.scrollbar.horizontal .track .thumb {
  margin: 1px 5px;
  width: 20px;
  height: 6px;
  cursor: pointer;
  position: absolute;
  left: 0;
  background-image: url(../img/scrollbar_horizontal_slice.png);
}
/* line 25, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_scrollbar.sass */
.scrollbar.horizontal .track .thumb .cap {
  position: absolute;
  width: 5px;
  height: 6px;
}
/* line 29, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_scrollbar.sass */
.scrollbar.horizontal .track .thumb .left {
  background-image: url(../img/scrollbar_horizontal_left.png);
  left: -5px;
}
/* line 32, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_scrollbar.sass */
.scrollbar.horizontal .track .thumb .right {
  right: -5px;
  background-image: url(../img/scrollbar_horizontal_right.png);
}

/* line 36, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_scrollbar.sass */
.scrollbar.vertical {
  position: relative;
  float: right;
  width: 15px;
}
/* line 40, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_scrollbar.sass */
.scrollbar.vertical .track {
  height: 100%;
  width: 8px;
  pading: 0 1px;
}
/* line 44, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_scrollbar.sass */
.scrollbar.vertical .track .thumb {
  margin: 5px 1px;
  width: 6px;
  height: 20px;
  cursor: pointer;
  position: absolute;
  left: 0;
  background-image: url(../img/scrollbar_vertical_slice.png);
}
/* line 52, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_scrollbar.sass */
.scrollbar.vertical .track .thumb .cap {
  position: absolute;
  width: 6px;
  height: 5px;
}
/* line 56, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_scrollbar.sass */
.scrollbar.vertical .track .thumb .top {
  background-image: url(../img/scrollbar_vertical_top.png);
  top: -5px;
  padding: 0;
}
/* line 60, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_scrollbar.sass */
.scrollbar.vertical .track .thumb .bottom {
  bottom: -5px;
  background-image: url(../img/scrollbar_vertical_bottom.png);
}

/* line 67, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_scrollbar.sass */
.mobile-viewport {
  height: auto;
}

/* line 70, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_scrollbar.sass */
.default-viewport {
  position: relative;
  height: 100%;
  overflow: hidden;
}

/* line 75, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_scrollbar.sass */
.default-scroll-content {
  position: absolute;
}

/* line 2, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
.post, div.page, .job {
  width: 100%;
  *zoom: 1;
}
/* line 38, /Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.post:after, div.page:after, .job:after {
  content: "";
  display: table;
  clear: both;
}
/* line 5, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
.post.p1, div.page.p1, .job.p1 {
  margin-top: -50px;
}
/* line 7, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
.post.p1 .content, div.page.p1 .content, .job.p1 .content {
  background-color: #fafafc;
}

/* line 9, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
.column {
  box-sizing: border-box;
  float: left;
  width: 950px;
  display: block;
  float: none;
  margin: 0 auto;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 9, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
  .column {
    width: 900px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 9, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
  .column {
    width: 650px;
  }
}

/* line 14, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
.content {
  padding: 50px;
  margin-left: 200px;
  margin-left: 200px;
  border-left: #e2e3e4 1px solid;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 14, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
  .content {
    margin-left: 200px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 14, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
  .content {
    margin-left: 100px;
  }
}
/* line 19, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
.content .posttitle {
  font-family: "GraphikBold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}
/* line 22, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
.content ul li {
  list-style-type: circle;
}

/* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
.press_body_left li, .faq-block {
  margin-bottom: 24px;
}

/* line 27, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
#event-slideshow {
  z-index: 0;
  margin-bottom: 50px;
}

/* line 31, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
#event-slideshow-wrap {
  overflow: hidden;
}
/* line 33, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
#event-slideshow-wrap #next {
  display: none;
}

/* line 36, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
.event-slide img:hover {
  cursor: pointer;
}

/* line 40, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.not-singular .strip {
  background: #fafafc;
}

/* line 44, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-jobs #stage, body.parent-engineering #stage, body.parent-design #stage, body.parent-everything-else #stage {
  background: url(../images/jobs-bg.jpg) #222222 center center no-repeat;
  background-size: cover;
}
/* line 47, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-jobs .content, body.parent-engineering .content, body.parent-design .content, body.parent-everything-else .content {
  padding-bottom: 10px;
}
/* line 49, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-jobs .content.about-lore, body.parent-engineering .content.about-lore, body.parent-design .content.about-lore, body.parent-everything-else .content.about-lore {
  padding: 0 50px 50px 50px;
}

/* line 53, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-people .strip {
  background: #fafafc;
  padding-bottom: 20px;
}
/* line 56, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-people .strip .column {
  *zoom: 1;
}
/* line 38, /Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
body.slug-people .strip .column:after {
  content: "";
  display: table;
  clear: both;
}
/* line 58, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-people .strip .column h1, body.slug-people .strip .column h2 {
  padding: 50px 0;
}
/* line 60, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-people .strip .column .employee {
  width: 187px;
  float: left;
  margin: 25px;
  height: 260px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 60, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
  body.slug-people .strip .column .employee {
    width: 175px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 60, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
  body.slug-people .strip .column .employee {
    width: 165px;
  }
}
/* line 65, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-people .strip .column .employee .headshot {
  height: 150px;
  width: 150px;
  overflow: hidden;
}
/* line 69, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-people .strip .column .employee .headshot img {
  width: 150px;
  height: auto;
}
/* line 72, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-people .strip .column .employee .name {
  font-family: "GraphikBold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  padding: 20px 0 0 0;
}
/* line 75, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-people .strip .column .employee .info {
  font-size: 14px;
}
/* line 78, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-people .strip .column .employee .get-in-touch li {
  display: inline-block;
  float: left;
  margin-right: 10px;
}
/* line 82, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-people .strip.investors {
  background: white;
}
/* line 84, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-people .strip.investors .employee.vc {
  width: 300px;
  margin: 0;
  border-top: 1px solid #e2e3e4;
  padding: 10px 0;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 84, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
  body.slug-people .strip.investors .employee.vc {
    width: 300px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 84, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
  body.slug-people .strip.investors .employee.vc {
    width: 300px;
  }
}
/* line 89, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-people .strip.investors .employee.vc .headshot {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  height: 150px;
  width: 300px;
}
/* line 93, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-people .strip.investors .employee.vc .headshot img {
  width: auto;
  height: auto;
}
/* line 96, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-people .strip.team {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

/* line 100, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-press ul li {
  list-style-type: none;
}

/* line 107, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
.post-edit-link {
  display: none;
}

/* line 111, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
div.job-description h3 {
  margin: 20px 0 5px 0;
}

/* line 118, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.wordpress #body .column .content ul {
  margin-bottom: 12px;
}
/* line 120, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.wordpress #body .column .content > h2 {
  margin-bottom: 20px;
}

/* line 124, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-faq .faq-question:hover {
  cursor: pointer;
}
/* line 126, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-faq .faq-answer {
  display: none;
}
/* line 128, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-faq .on {
  display: block;
}

/* line 132, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-jobs .column h1 {
  margin-bottom: 20px;
}
/* line 134, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-jobs .column h2 {
  margin-bottom: 20px;
}
/* line 136, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-jobs hr {
  border: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid #e2e3e4;
}
/* line 142, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-jobs .column.subhead .content {
  border-left: 0;
  padding: 40px 50px;
}
/* line 145, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-jobs .strip {
  background-color: white;
  min-height: 0;
  border: 0;
}
/* line 149, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-jobs .strip a, body.slug-jobs .strip h2 {
  position: relative;
  width: 400px;
  left: 50%;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 149, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
  body.slug-jobs .strip a, body.slug-jobs .strip h2 {
    width: 400px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 149, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
  body.slug-jobs .strip a, body.slug-jobs .strip h2 {
    width: 300px;
  }
}
/* line 153, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-jobs .strip .column {
  background-repeat: no-repeat;
  background-position: 15% center;
  width: 1024px;
  margin: auto;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 153, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
  body.slug-jobs .strip .column {
    background-position: 15% center;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 153, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
  body.slug-jobs .strip .column {
    background-position: 5% center;
  }
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 153, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
  body.slug-jobs .strip .column {
    width: 1024px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 153, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
  body.slug-jobs .strip .column {
    width: 100%;
  }
}
/* line 157, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-jobs .strip .column.alt {
  background-position: 85% center;
}
/* line 159, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-jobs .strip .column.alt a, body.slug-jobs .strip .column.alt h2 {
  margin-left: 0;
  left: 10%;
}
/* line 162, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-jobs .strip .column.slug-engineering {
  background-image: url(../images/jobs-engineering.png);
  background-position: 10% center;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 162, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
  body.slug-jobs .strip .column.slug-engineering {
    background-position: 10% center;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 162, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
  body.slug-jobs .strip .column.slug-engineering {
    background-position: -75px center;
  }
}
/* line 165, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-jobs .strip .column.slug-design {
  background-image: url(../images/jobs-design.png);
}
/* line 167, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-jobs .strip .column.slug-everything-else {
  background-image: url(../images/jobs-everythingelse.png);
}
/* line 170, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-jobs .strip .column .post {
  margin: auto;
  padding: 40px 0;
  min-height: 350px;
}
/* line 174, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-jobs .strip .column .post a {
  color: #303030;
  display: block;
  margin-bottom: 20px;
}
/* line 178, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-jobs .strip .column .post a:hover {
  text-decoration: none;
}
/* line 180, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-jobs .strip .column .post a:hover h3 {
  color: #1da7eb;
}
/* line 184, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-jobs .strip .column .post h3 {
  font-family: "Graphik", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: normal;
}
/* line 187, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
body.slug-jobs .strip .column .post p {
  color: #6b7985;
}

/* line 189, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
.illustration {
  background: no-repeat right top;
  position: absolute;
  height: 500px;
  width: 500px;
  margin: 130px 0 0 auto;
  margin-left: -300px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 189, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
  .illustration {
    margin-left: -300px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 189, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
  .illustration {
    margin-left: -400px;
  }
}

/* line 197, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
.parent-design .illustration {
  background-image: url(../images/jobs-design.png);
}

/* line 200, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
.parent-engineering .illustration {
  background-image: url(../images/jobs-engineering-flipped.png);
}

/* line 203, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
.parent-everything-else .illustration {
  background-image: url(../images/jobs-everythingelse.png);
}

/* line 205, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_posts.sass */
.post-edit-link {
  display: no;
}

/* line 49, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page li {
  list-style-type: none;
}
/* line 51, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page .eye {
  margin-left: 10px;
}
/* line 53, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page .quote {
  text-indent: -10px;
}
/* line 55, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page .header-wrapper {
  background: white;
  z-index: 1;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  border: none;
  position: relative;
}
/* line 61, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page .header-wrapper.above {
  position: fixed;
  top: 0;
  z-index: 500;
}
/* line 65, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page .header-wrapper header {
  border: none;
}
/* line 67, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page .header-wrapper #header {
  position: relative;
  border-bottom: none;
}
/* line 70, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page .header-wrapper #header .topic-icon {
  width: 100px;
  height: 100px;
  border-right: 1px solid #e2e3e4;
  float: left;
}
/* line 75, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page .header-wrapper #header h2 {
  padding: 0 20px;
  margin: 19px 0 0 0;
  margin-top: -1;
  font-family: "GraphikBold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  font-size: 24px;
  font-size: -1;
  line-height: 30px;
  line-height: -1;
  color: #3fc1c1;
  box-sizing: border-box;
  float: left;
  width: 500px;
}
@media only screen and (max-width : 1000px) {
  /* line 75, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.landing-page .header-wrapper #header h2 {
    margin-top: 22px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 75, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.landing-page .header-wrapper #header h2 {
    font-size: 18px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 75, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.landing-page .header-wrapper #header h2 {
    line-height: 18px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 75, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.landing-page .header-wrapper #header h2 {
    width: 200px;
  }
}
/* line 86, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page .header-wrapper #header .cta {
  position: absolute;
  right: 3px;
  margin: 3px;
  box-sizing: border-box;
  float: left;
  width: 250px;
  font-family: "GraphikBold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  overflow: hidden;
  -webkit-transition: background-color 100ms linear;
  -moz-transition: background-color 100ms linear;
  -ms-transition: background-color 100ms linear;
  -o-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  padding: 13px 13px;
}
/* line 95, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page .header-wrapper #header .cta.request-access-button {
  -webkit-transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  -moz-transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  -ms-transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  -o-transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  -webkit-box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 3px 0;
  -moz-box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 3px 0;
  box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 3px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-transform: capitalize;
  border: 1px solid #6ebf76;
  background-color: #e2f2e4;
  color: #6ebf76;
  line-height: normal;
  text-indent: 0;
  white-space: normal;
  margin-left: 10px;
  white-space: nowrap;
  border: 1px solid #99d29f;
  background-color: #6ebf76;
  color: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  top: 5px;
  line-height: 28px;
  font-size: 24px;
  height: 55px;
  background: #6ebf76;
  color: white;
  border: 1px solid #6ebf76;
}
/* line 174, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_mixins.sass */
body.landing-page .header-wrapper #header .cta.request-access-button:hover {
  -webkit-box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 5px 0;
  -moz-box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 5px 0;
  box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 5px 0;
  background-color: #b6dfbb;
  background-color: #7dc584;
  border: 1px solid #a8d9ad;
}
/* line 182, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_mixins.sass */
body.landing-page .header-wrapper #header .cta.request-access-button:active {
  -webkit-box-shadow: #6ebf76 1px 1px 0 0 inset;
  -moz-box-shadow: #6ebf76 1px 1px 0 0 inset;
  box-shadow: #6ebf76 1px 1px 0 0 inset;
  -webkit-box-shadow: #4aa753 1px 1px 0 0 inset;
  -moz-box-shadow: #4aa753 1px 1px 0 0 inset;
  box-shadow: #4aa753 1px 1px 0 0 inset;
  border-top-color: #4aa753;
  border-left-color: #4aa753;
  border-right-color: #a8d9ad;
  border-bottom-color: #a8d9ad;
}
/* line 104, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page .header-wrapper #header .cta.request-access-button:hover {
  z-index: 100;
}
/* line 106, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page .header-wrapper #header .cta.request-access-button:hover, body.landing-page .header-wrapper #header .cta.request-access-button:active {
  border: 1px solid #6ebf76;
}
/* line 108, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page .header-wrapper #header .cta.request-access-button .signup-link {
  color: white;
}
/* line 110, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page .header-wrapper #header .cta.request-access-button .signup-link:hover {
  text-decoration: none;
}
/* line 112, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page .header-wrapper #header .cta.test-drive-button {
  -webkit-transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  -moz-transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  -ms-transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  -o-transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  -webkit-box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 3px 0;
  -moz-box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 3px 0;
  box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 3px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-transform: capitalize;
  border: 1px solid #6ebf76;
  background-color: #e2f2e4;
  color: #6ebf76;
  line-height: normal;
  text-indent: 0;
  white-space: normal;
  margin-left: 10px;
  white-space: nowrap;
  top: 59px;
  color: #6ebf76;
  font-size: 12px;
  border: 1px solid #6ebf76;
  text-transform: uppercase;
  height: 26px;
  line-height: 27px;
  padding: 0 15px;
}
/* line 174, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_mixins.sass */
body.landing-page .header-wrapper #header .cta.test-drive-button:hover {
  -webkit-box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 5px 0;
  -moz-box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 5px 0;
  box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 5px 0;
  background-color: #f1f9f1;
}
/* line 182, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_mixins.sass */
body.landing-page .header-wrapper #header .cta.test-drive-button:active {
  -webkit-box-shadow: #6ebf76 1px 1px 0 0 inset;
  -moz-box-shadow: #6ebf76 1px 1px 0 0 inset;
  box-shadow: #6ebf76 1px 1px 0 0 inset;
}
/* line 126, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page .header-wrapper #header .cta.test-drive-button:hover, body.landing-page .header-wrapper #header .cta.test-drive-button:active {
  border: 1px solid #6ebf76;
}
/* line 129, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page .header-wrapper #header .cta .demo {
  font-size: 18px;
  color: white;
  float: left;
  line-height: 24px;
}
/* line 134, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page .header-wrapper #header .cta .demo:hover {
  text-decoration: none;
}
/* line 136, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page .header-wrapper #header .cta .arrow {
  width: 0;
  height: 0;
  border: solid transparent;
  border-left-color: white;
  border-width: 6px 6px;
  position: absolute;
  right: 15px;
  top: 22px;
}
/* line 96, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_mixins.sass */
body.landing-page .header-wrapper #header .cta .arrow:after {
  content: " ";
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: white;
  border-width: 6px 6px;
  top: -6px;
  left: -6px;
}
/* line 141, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page .header-wrapper #header .cta:hover {
  text-decoration: none;
  cursor: pointer;
}
/* line 144, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page .header-wrapper #header .cta h3 {
  font-size: 24px;
}
/* line 146, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page .header-wrapper #header .cta input {
  background: none;
  border: none;
  box-sizing: border-box;
  float: left;
  width: 250px;
  background: none;
  margin-top: -70px;
  height: 90px;
  margin-left: -20px;
  z-index: 2;
  cursor: pointer;
}
/* line 156, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page .header-wrapper #header .cta input:hover {
  background: #e1564e;
}
/* line 158, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page .header-wrapper #header .cta input:focus {
  background: white;
}
/* line 161, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page .header-wrapper-dummy {
  min-width: 768px;
  width: 100%;
  height: 100px;
  position: relative;
  display: none;
}
/* line 167, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page .header-wrapper-dummy.above {
  display: block;
}
/* line 169, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page #stage {
  min-width: 768px;
  height: 0;
  position: relative;
}
/* line 173, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page #stage.loaded {
  height: 385px;
}
/* line 176, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page #stage .tribute {
  width: 500px;
  height: 500px;
  padding: 100px 70px 100px 80px;
  position: absolute;
  top: -50px;
  -webkit-border-radius: 2000px;
  -moz-border-radius: 2000px;
  -ms-border-radius: 2000px;
  -o-border-radius: 2000px;
  border-radius: 2000px;
  background: #43808e;
  color: white;
  overflow: hidden;
}
/* line 187, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page #stage .tribute span {
  display: block;
  clear: both;
  padding: 10px 0;
}
/* line 191, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page #stage .tribute span.attribute {
  font-family: "GraphikBold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  font-family: "Graphik", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 300;
  padding: 0;
}
/* line 194, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page #stage .tribute span.quote {
  font-family: "GraphikBold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  text-indent: -10px;
  font-size: 28px;
  line-height: 30px;
}
/* line 199, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.landing-page #stage .tribute span.introduction {
  font-family: "GraphikBold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  font-size: 28px;
  color: #7fbfc6;
  line-height: 30px;
  border-top: #7fbfc6 1px solid;
}

/* line 209, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip {
  background: #8ec7cd;
  min-height: 500px;
  position: relative;
  min-width: 768px;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
/* line 217, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.overview {
  background: #daecee;
}
/* line 219, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip .content {
  border: none;
  margin-left: 0px;
  padding: 50px 0;
  *zoom: 1;
}
/* line 38, /Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
.strip .content:after {
  content: "";
  display: table;
  clear: both;
}
/* line 224, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip .content h2 {
  font-family: "GraphikBold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  font-family: "Graphik", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 35px;
  line-height: 42px;
  color: #6b7985;
}
/* line 229, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip .content .bullet {
  display: block;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 60px;
}
/* line 235, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip .content .blurb {
  box-sizing: border-box;
  float: left;
  width: 400px;
  margin-left: 100px;
  padding: 20px;
  color: #6b7985;
}
@media only screen and (max-width : 1000px) {
  /* line 235, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip .content .blurb {
    margin-left: 0px;
  }
}
/* line 240, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip .content .blurb .entry {
  width: 360px;
}
/* line 242, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip .content .blurb h2 {
  margin-bottom: 20px;
}
/* line 244, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip .exhibit {
  height: 580px;
  width: 580px;
  right: -10%;
  position: absolute;
  right: 0;
  top: -100px;
  -webkit-transition: height 200ms linear, width 200ms linear;
  -moz-transition: height 200ms linear, width 200ms linear;
  -ms-transition: height 200ms linear, width 200ms linear;
  -o-transition: height 200ms linear, width 200ms linear;
  transition: height 200ms linear, width 200ms linear;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 244, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip .exhibit {
    width: 420px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 244, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip .exhibit {
    width: 300px;
  }
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 244, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip .exhibit {
    right: 0;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 244, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip .exhibit {
    right: 0;
  }
}
/* line 255, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip .exhibit.medium {
  height: 500px;
  width: 300px;
  width: 500px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 255, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip .exhibit.medium {
    width: 300px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 255, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip .exhibit.medium {
    width: 300px;
  }
}
/* line 259, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip .exhibit.small {
  height: 150px;
  width: 150px;
  right: 430px;
  top: -110px;
  z-index: 1;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 259, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip .exhibit.small {
    right: 270px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 259, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip .exhibit.small {
    right: 150px;
  }
}
/* line 267, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip .exhibit.small.grades {
  right: 450px;
  top: -130px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 267, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip .exhibit.small.grades {
    right: 290px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 267, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip .exhibit.small.grades {
    right: 170px;
  }
}
/* line 270, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip .exhibit.square {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 433px;
  left: 0;
}
/* line 274, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.small {
  background: white;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) inset;
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5) inset;
  height: 100px;
  min-height: 100px;
  overflow: hidden;
}
/* line 280, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.small .content {
  padding: 15px;
}
/* line 282, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.small .content .tout {
  float: left;
  font-family: "GraphikBold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  font-family: "Graphik", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 300;
  color: #6b7985;
  margin: 10px 25px 0 0;
  font-size: -1;
  line-height: -1;
}
@media only screen and (max-width : 1000px) {
  /* line 282, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip.small .content .tout {
    font-size: 15px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 282, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip.small .content .tout {
    line-height: 20px;
  }
}
/* line 289, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.small .content .press, .strip.small .content .school {
  display: block;
  float: left;
  box-sizing: border-box;
  float: left;
  width: 100px;
  margin-left: 10px;
  height: 70px;
  overflow: hidden;
  text-indent: -1000px;
}
/* line 297, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.small .content .press.poynter, .strip.small .content .school.poynter {
  background: url(../images/press/poynter.png) no-repeat center center;
  width: 87px;
}
/* line 300, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.small .content .press.forbes, .strip.small .content .school.forbes {
  background: url(../images/press/forbes.png) no-repeat center center;
  width: 92px;
}
/* line 303, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.small .content .press.nyt, .strip.small .content .school.nyt {
  background: url(../images/press/nyt.png) no-repeat center center;
  width: 162px;
}
/* line 306, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.small .content .press.amherst, .strip.small .content .school.amherst {
  background: url(../images/schools/amherst.png) no-repeat center center;
  width: 194px;
}
/* line 309, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.small .content .press.caltech, .strip.small .content .school.caltech {
  background: url(../images/schools/caltech.png) no-repeat center center;
  width: 135px;
}
/* line 312, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.small .content .press.cca, .strip.small .content .school.cca {
  background: url(../images/schools/cca.png) no-repeat center center;
  width: 61px;
}
/* line 315, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.small .content .press.columbia, .strip.small .content .school.columbia {
  background: url(../images/schools/columbia.png) no-repeat center center;
  width: 63px;
}
/* line 318, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.small .content .press.uchicago, .strip.small .content .school.uchicago {
  background: url(../images/schools/uchicago.png) no-repeat center center;
  width: 150px;
}
/* line 321, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.small .content .press.georgiatech, .strip.small .content .school.georgiatech {
  background: url(../images/schools/georgiatech.png) no-repeat center center;
  width: 109px;
}
/* line 324, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.small .content .press.harvard, .strip.small .content .school.harvard {
  background: url(../images/schools/harvard.png) no-repeat center center;
  width: 125px;
}
/* line 327, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.small .content .press.johnshopkins, .strip.small .content .school.johnshopkins {
  background: url(../images/schools/johnshopkins.png) no-repeat center center;
  width: 126px;
}
/* line 330, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.small .content .press.kellogg, .strip.small .content .school.kellogg {
  background: url(../images/schools/kellogg.png) no-repeat center center;
  width: 118px;
}
/* line 333, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.small .content .press.mit, .strip.small .content .school.mit {
  background: url(../images/schools/mit.png) no-repeat center center;
  width: 66px;
}
/* line 336, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.small .content .press.parsons, .strip.small .content .school.parsons {
  background: url(../images/schools/parsons.png) no-repeat center center;
  width: 144px;
}
/* line 339, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.small .content .press.princeton, .strip.small .content .school.princeton {
  background: url(../images/schools/princeton.png) no-repeat center center;
  width: 138px;
}
/* line 342, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.small .content .press.risd, .strip.small .content .school.risd {
  background: url(../images/schools/risd.png) no-repeat center center;
  width: 50px;
}
/* line 345, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.small .content .press.stanford, .strip.small .content .school.stanford {
  background: url(../images/schools/stanford.png) no-repeat center center;
  width: 130px;
}
/* line 348, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.small .content .press.upenn, .strip.small .content .school.upenn {
  background: url(../images/schools/upenn.png) no-repeat center center;
  width: 115px;
}
/* line 351, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.small .content .press.vanderbilt, .strip.small .content .school.vanderbilt {
  background: url(../images/schools/vanderbilt.png) no-repeat center center;
  width: 141px;
}
/* line 354, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.small .content .press.wharton, .strip.small .content .school.wharton {
  background: url(../images/schools/wharton.png) no-repeat center center;
  width: 121px;
}
/* line 357, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.small .content .press.yale, .strip.small .content .school.yale {
  background: url(../images/schools/yale.png) no-repeat center center;
  width: 70px;
}
/* line 361, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.right .blurb {
  margin-left: 250px;
  box-sizing: border-box;
  float: left;
  width: 650px;
}
@media only screen and (max-width : 1000px) {
  /* line 361, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip.right .blurb {
    margin-left: 300px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 361, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip.right .blurb {
    width: 400px;
  }
}
/* line 364, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.right .blurb .testimonial {
  display: block;
  font-family: "GraphikBold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  font-family: "Graphik", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: -1;
  margin-bottom: 15px;
  text-indent: -10px;
  clear: both;
}
@media only screen and (max-width : 1000px) {
  /* line 364, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip.right .blurb .testimonial {
    font-size: 26px;
  }
}
/* line 371, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.right .blurb .attribute {
  display: block;
  font-family: "GraphikBold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  font-family: "Graphik", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 300;
  padding: 0;
  clear: both;
}
/* line 376, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.right .exhibit {
  left: 0;
}
/* line 378, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.right .exhibit.medium {
  top: 0;
  left: -10%;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 378, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip.right .exhibit.medium {
    left: 0;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 378, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip.right .exhibit.medium {
    left: 0;
  }
}
/* line 381, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.right .exhibit.small {
  top: 100px;
  left: 150px;
}

/* line 384, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.features {
  height: 300px;
  z-index: 2;
}
/* line 385, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.features h2 {
  width: 500px;
}
/* line 389, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.features h2 {
  margin: 0 0 50px 60px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 389, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip.features h2 {
    margin: 0 0 50px 0;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 389, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip.features h2 {
    margin: 0 0 50px 0;
  }
}
/* line 391, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.features #feature-slideshow-wrap {
  height: 500px;
  width: 816px;
  position: -1;
  left: -1;
  right: -1;
  background: #daecee;
  float: none;
  margin: 0 auto;
  position: relative;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 391, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip.features #feature-slideshow-wrap {
    width: 816px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 391, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip.features #feature-slideshow-wrap {
    width: 768px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 391, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip.features #feature-slideshow-wrap {
    position: absolute;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 391, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip.features #feature-slideshow-wrap {
    left: 0;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 391, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip.features #feature-slideshow-wrap {
    right: 0;
  }
}
/* line 402, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.features #feature-slideshow-wrap .feature-slide {
  height: 500px;
  width: 816px;
  position: relative;
}
@media only screen and (max-width : 1000px) {
  /* line 402, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip.features #feature-slideshow-wrap .feature-slide {
    width: 768px;
  }
}
/* line 406, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.features #feature-slideshow-wrap .feature-slide img {
  position: absolute;
  top: 0;
  right: 0;
}
/* line 410, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.features #feature-slideshow-wrap .feature-slide h3 {
  margin: 50px 0 20px 50px;
  font-size: 24px;
  font-weight: 600;
  color: #3f5765;
}
/* line 415, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.features #feature-slideshow-wrap .feature-slide p {
  width: 240px;
  margin-left: 50px;
  color: #3f5765;
  font-size: 15px;
  width: 230px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 415, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip.features #feature-slideshow-wrap .feature-slide p {
    width: 230px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 415, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip.features #feature-slideshow-wrap .feature-slide p {
    width: 200px;
  }
}
/* line 421, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.features #feature-slideshow-wrap #nav {
  position: absolute;
  bottom: 0;
  z-index: 14;
  min-width: 768px;
  width: 100%;
}
/* line 427, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.features #feature-slideshow-wrap #nav a {
  display: block;
  float: left;
  -webkit-transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  -moz-transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  -ms-transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  -o-transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  -webkit-box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 3px 0;
  -moz-box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 3px 0;
  box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 3px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-transform: capitalize;
  border: 1px solid gray;
  background-color: #e6e6e6;
  color: gray;
  line-height: normal;
  text-indent: 0;
  white-space: normal;
  margin-left: 10px;
  white-space: nowrap;
  margin: 0;
  border: none;
  width: 136px;
  height: 50px;
  text-align: center;
  padding: 15px;
  color: #9fbdc2;
  font-weight: 600;
  background-color: #f5f7f8;
  border-left: 1px solid #cccccc;
}
/* line 174, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_mixins.sass */
.strip.features #feature-slideshow-wrap #nav a:hover {
  -webkit-box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 5px 0;
  -moz-box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 5px 0;
  box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 5px 0;
  background-color: #f2f2f2;
}
/* line 182, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_mixins.sass */
.strip.features #feature-slideshow-wrap #nav a:active {
  -webkit-box-shadow: gray 1px 1px 0 0 inset;
  -moz-box-shadow: gray 1px 1px 0 0 inset;
  box-shadow: gray 1px 1px 0 0 inset;
  top: 0;
  left: 0;
  border: none;
  border-top: gray;
}
@media only screen and (max-width : 1000px) {
  /* line 427, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip.features #feature-slideshow-wrap #nav a {
    width: 128px;
  }
}
/* line 439, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.features #feature-slideshow-wrap #nav a.activeSlide {
  background: #e1564e;
  color: white;
  border-left: 1px solid #cccccc;
}
/* line 443, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.features #feature-slideshow-wrap #nav a.activeSlide:hover, .strip.features #feature-slideshow-wrap #nav a.activeSlide:active {
  background-color: #e1564e;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  cursor: default;
}
/* line 447, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.features #feature-slideshow-wrap #nav a:hover {
  text-decoration: none;
  background-color: white;
  border-left: 1px solid #cccccc;
}
/* line 452, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.features #feature-slideshow-wrap #next {
  position: absolute;
  right: -40px;
  top: 250px;
  text-indent: -1000px;
  overflow: hidden;
  width: 0;
  height: 0;
  border: solid transparent;
  border-left-color: #6b7985;
  border-width: 15px 15px;
}
/* line 96, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_mixins.sass */
.strip.features #feature-slideshow-wrap #next:after {
  content: " ";
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #6b7985;
  border-width: 15px 15px;
  top: -15px;
  left: -15px;
}
/* line 459, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.features #feature-slideshow-wrap #next:hover {
  cursor: pointer;
}
/* line 461, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.features #feature-slideshow-wrap #prev {
  position: absolute;
  left: -40px;
  top: 250px;
  text-indent: -1000px;
  overflow: hidden;
  width: 0;
  height: 0;
  border: solid transparent;
  border-right-color: #6b7985;
  border-width: 15px 15px;
}
/* line 96, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_mixins.sass */
.strip.features #feature-slideshow-wrap #prev:after {
  content: " ";
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-right-color: #6b7985;
  border-width: 15px 15px;
  top: -15px;
  right: -15px;
}
/* line 468, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.features #feature-slideshow-wrap #prev:hover {
  cursor: pointer;
}
/* line 470, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.features #feature-slideshow-wrap #prev, .strip.features #feature-slideshow-wrap #next {
  display: -1;
}
@media only screen and (max-width : 1000px) {
  /* line 470, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  .strip.features #feature-slideshow-wrap #prev, .strip.features #feature-slideshow-wrap #next {
    display: none;
  }
}

/* line 473, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.finish {
  min-height: 400px;
}
/* line 475, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.finish .blurb {
  float: none;
  margin: 120px auto 0 auto;
}
/* line 478, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.finish .blurb .cta2 {
  font-family: "GraphikBold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  font-family: "Graphik", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  -webkit-transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  -moz-transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  -ms-transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  -o-transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  -webkit-box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 3px 0;
  -moz-box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 3px 0;
  box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 3px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-transform: capitalize;
  border: 1px solid #6b7985;
  background-color: #e1e4e7;
  color: #6b7985;
  line-height: normal;
  text-indent: 0;
  white-space: normal;
  margin-left: 10px;
  white-space: nowrap;
  margin: 0;
  border: none;
  background-color: white;
  padding: 20px;
  position: relative;
}
/* line 174, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_mixins.sass */
.strip.finish .blurb .cta2:hover {
  -webkit-box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 5px 0;
  -moz-box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 5px 0;
  box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 5px 0;
  background-color: #f0f2f3;
}
/* line 182, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_mixins.sass */
.strip.finish .blurb .cta2:active {
  -webkit-box-shadow: #6b7985 1px 1px 0 0 inset;
  -moz-box-shadow: #6b7985 1px 1px 0 0 inset;
  box-shadow: #6b7985 1px 1px 0 0 inset;
  top: 0;
  left: 0;
  border: none;
  border-top: #6b7985;
}
/* line 482, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.finish .blurb .cta2:hover {
  cursor: pointer;
}
/* line 486, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.finish .blurb .cta2 .arrow {
  width: 0;
  height: 0;
  border: solid transparent;
  border-left-color: #6b7985;
  border-width: 10px 10px;
  position: absolute;
  right: 10px;
  top: 29px;
}
/* line 96, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_mixins.sass */
.strip.finish .blurb .cta2 .arrow:after {
  content: " ";
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-left-color: #6b7985;
  border-width: 10px 10px;
  top: -10px;
  left: -10px;
}
/* line 493, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.finish .blurb .signup-link:hover {
  text-decoration: none;
}
/* line 495, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
.strip.finish .blurb h2 {
  color: white;
  font-size: 24px;
  margin-bottom: 5px;
}

/* line 502, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home {
  background-color: #8cc6cc;
}
/* line 504, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .header-wrapper {
  position: fixed;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}
/* line 508, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .header-wrapper header {
  border: none;
}
/* line 511, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .header-wrapper header #header h2 {
  font-family: "GraphikBold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  float: left;
  color: #6b7985;
  margin-top: 37px;
  border: none;
}
/* line 517, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .header-wrapper header #header.topic-title {
  line-height: 65px;
}
/* line 519, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .header-wrapper header #header .homenav {
  display: block;
  position: absolute;
  top: 23px;
  right: 5px;
  margin-top: 15px;
}
/* line 525, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .header-wrapper header #header .homenav li {
  float: left;
  display: inline-block;
  list-style-type: none;
}
/* line 529, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .header-wrapper header #header .homenav li a, body.home .header-wrapper header #header .homenav li .link-style {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 13px;
  font-size: 12px;
  font-weight: bold;
  padding-left: 25px;
  padding-right: 26px;
  display: inline-block;
  height: 47px;
  line-height: 14px;
  color: #6b7985;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 529, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.home .header-wrapper header #header .homenav li a, body.home .header-wrapper header #header .homenav li .link-style {
    padding-left: 22px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 529, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.home .header-wrapper header #header .homenav li a, body.home .header-wrapper header #header .homenav li .link-style {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 529, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.home .header-wrapper header #header .homenav li a, body.home .header-wrapper header #header .homenav li .link-style {
    padding-right: 23px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 529, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.home .header-wrapper header #header .homenav li a, body.home .header-wrapper header #header .homenav li .link-style {
    padding-right: 7px;
  }
}
/* line 539, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .header-wrapper header #header .homenav li a:hover, body.home .header-wrapper header #header .homenav li .link-style:hover {
  color: #e1564e;
  text-decoration: none;
}
/* line 544, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .footer-wrapper {
  background-color: #8cc6cc;
}
/* line 550, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .footer-wrapper #footer .menu-header .menu li a {
  color: white;
}
/* line 552, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .footer-wrapper #footer .menu-header .menu li a:hover {
  border: none;
  color: #6b7985;
}
/* line 556, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .footer-wrapper #footer .share a {
  color: white;
}
/* line 558, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .footer-wrapper #footer .share a:hover {
  color: #6b7985;
}
/* line 561, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .strip {
  background: white;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 564, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .strip .content {
  padding-top: 150px;
}
/* line 566, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .strip .content h1 {
  font-size: 44px;
  color: #6b7985;
  margin-bottom: 10px;
  margin-left: 20px;
}
/* line 571, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .strip .content h4 {
  color: #6b7985;
  font-size: 22px;
  margin-left: 20px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 571, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.home .strip .content h4 {
    font-size: 22px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 571, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.home .strip .content h4 {
    font-size: 16px;
  }
}
/* line 575, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .strip .content #topics-grid {
  display: block;
  margin: 0 auto;
  *zoom: 1;
  float: left;
  clear: both;
}
/* line 38, /Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
body.home .strip .content #topics-grid:after {
  content: "";
  display: table;
  clear: both;
}
/* line 581, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .strip .content #topics-grid li {
  *zoom: 1;
  float: left;
  clear: none;
}
/* line 38, /Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
body.home .strip .content #topics-grid li:after {
  content: "";
  display: table;
  clear: both;
}
/* line 585, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .strip .content #topics-grid li a {
  *zoom: 1;
  display: block;
  float: left;
  clear: none;
  width: 190px;
  height: 200px;
  text-align: center;
  padding: 40px 0 0 0;
  color: #6b7985;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
  -webkit-transition: width 0;
  -moz-transition: width 0;
  -ms-transition: width 0;
  -o-transition: width 0;
  transition: width 0;
}
/* line 38, /Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
body.home .strip .content #topics-grid li a:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 585, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.home .strip .content #topics-grid li a {
    width: 180px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 585, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.home .strip .content #topics-grid li a {
    width: 200px;
  }
}
/* line 598, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .strip .content #topics-grid li a div {
  display: block;
  width: 100px;
  height: 100px;
  margin: 0 auto 15px auto;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -webkit-box-shadow: #fafafc 0 0 0 0, #fafafc 0 0 0 1px;
  -moz-box-shadow: #fafafc 0 0 0 0, #fafafc 0 0 0 1px;
  box-shadow: #fafafc 0 0 0 0, #fafafc 0 0 0 1px;
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
/* line 607, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .strip .content #topics-grid li a:hover {
  text-decoration: none;
  color: #e1564e;
}
/* line 610, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .strip .content #topics-grid li a:hover div {
  -webkit-box-shadow: #fafafc 0 0 0 9px, red 0 0 0 10px;
  -moz-box-shadow: #fafafc 0 0 0 9px, red 0 0 0 10px;
  box-shadow: #fafafc 0 0 0 9px, red 0 0 0 10px;
  -webkit-transition: all 100ms ease-out;
  -moz-transition: all 100ms ease-out;
  -ms-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}
/* line 614, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .strip .content #topics-grid li a:active div {
  background-color: #40808f !important;
}
/* line 616, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .strip .content #topics-grid li.art_design a div {
  background: #8cc6cc url("../images/home/art_design.png") no-repeat center top;
}
/* line 618, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .strip .content #topics-grid li.social_sciences a div {
  background: #8cc6cc url("../images/home/social_sciences.png") no-repeat center top;
}
/* line 620, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .strip .content #topics-grid li.liberal_arts_humanities a div {
  background: #8cc6cc url("../images/home/liberal_arts_humanities.png") no-repeat center top;
}
/* line 622, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .strip .content #topics-grid li.journalism_communications a div {
  background: #8cc6cc url("../images/home/journalism_communications.png") no-repeat center top;
}
/* line 624, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .strip .content #topics-grid li.business a div {
  background: #8cc6cc url("../images/home/business.png") no-repeat center top;
}
/* line 626, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .strip .content #topics-grid li.law_legal_studies a div {
  background: #8cc6cc url("../images/home/law_legal_studies.png") no-repeat center top;
}
/* line 628, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .strip .content #topics-grid li.sciences a div {
  background: #8cc6cc url("../images/home/sciences.png") no-repeat center top;
}
/* line 630, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .strip .content #topics-grid li.engineering a div {
  background: #8cc6cc url("../images/home/engineering.png") no-repeat center top;
}
/* line 632, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .strip .content #topics-grid li.health_medicine a div {
  background: #8cc6cc url("../images/home/health_medicine.png") no-repeat center top;
}
/* line 634, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .strip .content #topics-grid li.education a div {
  background: #8cc6cc url("../images/home/education.png") no-repeat center top;
}
/* line 636, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .strip .content #topics-grid li.vocational a div {
  background: #8cc6cc url("../images/home/vocational.png") no-repeat center top;
}
/* line 638, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .strip .content #topics-grid li.everything_else a div {
  background: #8cc6cc url("../images/home/everything_else.png") no-repeat center top;
}
/* line 640, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .strip .content #topics-grid li.intro {
  box-sizing: border-box;
  float: left;
  width: 500px;
  height: 160px;
  background: #fafafc;
  color: #6b7985;
  padding: 20px;
  border: 1px solid white;
  -webkit-box-shadow: 0 0 0 9px #f9f9fb;
  -moz-box-shadow: 0 0 0 9px #f9f9fb;
  box-shadow: 0 0 0 9px #f9f9fb;
  margin-left: 40px;
  margin-top: 30px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 640, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.home .strip .content #topics-grid li.intro {
    width: 450px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 640, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.home .strip .content #topics-grid li.intro {
    width: 550px;
  }
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 640, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.home .strip .content #topics-grid li.intro {
    margin-left: 50px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 640, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.home .strip .content #topics-grid li.intro {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 640, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.home .strip .content #topics-grid li.intro {
    margin-top: 30px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 640, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.home .strip .content #topics-grid li.intro {
    margin-top: 55px;
  }
}
/* line 650, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.home .strip .content #topics-grid li.intro h3 {
  color: #8cc6cc;
}

/* line 15, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-art_design #stage {
  background: #7fbfc6 url(../images/art_design/images/header.png) no-repeat fixed center top;
  background-size: auto;
}
/* line 19, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-art_design .topic-icon {
  background: url(../images/art_design/images/icon.png) no-repeat center center;
}
/* line 21, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-art_design .overview {
  overflow: hidden;
  background: #daedf0 url(../images/art_design/images/illustration1.png) no-repeat 5% bottom;
}
/* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-art_design .overview .exhibit {
  background: url(../images/art_design/images/overview.png) no-repeat left top;
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 435px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-art_design .overview .exhibit {
    width: 420px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-art_design .overview .exhibit {
    width: 300px;
  }
}
/* line 30, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-art_design .benefit1 {
  overflow: hidden;
  background-color: #fdfdf9;
}
/* line 33, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-art_design .benefit1 .bullet {
  background: url(../images/art_design/images/community.png) no-repeat center center;
}
/* line 35, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-art_design .benefit1 .exhibit.medium {
  background: url(../images/art_design/images/benefit1.png) no-repeat right center;
}
/* line 37, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-art_design .benefit1 .exhibit.small {
  background: url(../images/art_design/images/hunter.png) no-repeat center center;
}
/* line 39, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-art_design .benefit2 {
  background-color: #f5f6f0;
}
/* line 41, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-art_design .benefit2 .bullet {
  background: url(../images/art_design/images/landing-page-assets_12.png) no-repeat center center;
}
/* line 43, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-art_design .benefit2 .exhibit {
  background: url(../images/art_design/images/benefit2.png) no-repeat left center;
}
/* line 45, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-art_design .features {
  background: white;
}
/* line 661, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-art_design .tribute {
  margin-left: 160px;
}
/* line 662, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-art_design .tribute .attribute {
  margin-top: 20px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 661, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-art_design .tribute {
    margin-left: 160px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 661, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-art_design .tribute {
    margin-left: 20px;
  }
}
/* line 667, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-art_design .header-wrapper #header h2.topic-title {
  line-height: 65px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 667, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-art_design .header-wrapper #header h2.topic-title {
    line-height: 65px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 667, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-art_design .header-wrapper #header h2.topic-title {
    line-height: 55px;
  }
}
/* line 671, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-art_design .column .content .tout {
  box-sizing: border-box;
  float: left;
  width: 500px;
  text-align: -1;
  margin-top: -1;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 671, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-art_design .column .content .tout {
    width: 400px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 671, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-art_design .column .content .tout {
    width: 650px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 671, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-art_design .column .content .tout {
    text-align: center;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 671, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-art_design .column .content .tout {
    margin-top: -4px;
  }
}
/* line 677, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-art_design .strip.small .content .school {
  height: -1;
}
@media only screen and (max-width : 1000px) {
  /* line 677, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-art_design .strip.small .content .school {
    height: 40px;
  }
}
/* line 679, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-art_design .strip.small .content .school.yale {
  margin-left: -1;
}
@media only screen and (max-width : 1000px) {
  /* line 679, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-art_design .strip.small .content .school.yale {
    margin-left: 150px;
  }
}

/* line 15, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-social_sciences #stage {
  background: #7fbfc6 url(../images/social_sciences/images/header.png) no-repeat fixed center top;
  background-size: auto;
}
/* line 19, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-social_sciences .topic-icon {
  background: url(../images/social_sciences/images/icon.png) no-repeat center center;
}
/* line 21, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-social_sciences .overview {
  overflow: hidden;
  background: #daedf0 url(../images/social_sciences/images/illustration1.png) no-repeat 5% bottom;
}
/* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-social_sciences .overview .exhibit {
  background: url(../images/social_sciences/images/overview.png) no-repeat left top;
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 435px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-social_sciences .overview .exhibit {
    width: 420px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-social_sciences .overview .exhibit {
    width: 300px;
  }
}
/* line 30, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-social_sciences .benefit1 {
  overflow: hidden;
  background-color: #fdfdf9;
}
/* line 33, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-social_sciences .benefit1 .bullet {
  background: url(../images/social_sciences/images/community.png) no-repeat center center;
}
/* line 35, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-social_sciences .benefit1 .exhibit.medium {
  background: url(../images/social_sciences/images/benefit1.png) no-repeat right center;
}
/* line 37, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-social_sciences .benefit1 .exhibit.small {
  background: url(../images/social_sciences/images/hunter.png) no-repeat center center;
}
/* line 39, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-social_sciences .benefit2 {
  background-color: #f5f6f0;
}
/* line 41, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-social_sciences .benefit2 .bullet {
  background: url(../images/social_sciences/images/landing-page-assets_12.png) no-repeat center center;
}
/* line 43, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-social_sciences .benefit2 .exhibit {
  background: url(../images/social_sciences/images/benefit2.png) no-repeat left center;
}
/* line 45, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-social_sciences .features {
  background: white;
}
/* line 684, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-social_sciences .tribute {
  margin-left: 320px;
}
/* line 685, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-social_sciences .tribute .attribute {
  margin-top: 20px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 684, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-social_sciences .tribute {
    margin-left: 290px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 684, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-social_sciences .tribute {
    margin-left: 150px;
  }
}
/* line 690, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-social_sciences .header-wrapper #header h2.topic-title {
  line-height: 65px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 690, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-social_sciences .header-wrapper #header h2.topic-title {
    line-height: 65px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 690, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-social_sciences .header-wrapper #header h2.topic-title {
    line-height: 55px;
  }
}
/* line 694, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-social_sciences .column .content .tout {
  box-sizing: border-box;
  float: left;
  width: 350px;
  text-align: -1;
  margin-top: -1;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 694, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-social_sciences .column .content .tout {
    width: 300px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 694, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-social_sciences .column .content .tout {
    width: 650px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 694, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-social_sciences .column .content .tout {
    text-align: center;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 694, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-social_sciences .column .content .tout {
    margin-top: -4px;
  }
}
/* line 700, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-social_sciences .strip.small .content .school {
  height: -1;
}
@media only screen and (max-width : 1000px) {
  /* line 700, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-social_sciences .strip.small .content .school {
    height: 40px;
  }
}
/* line 702, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-social_sciences .strip.small .content .school.stanford {
  margin-left: -1;
}
@media only screen and (max-width : 1000px) {
  /* line 702, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-social_sciences .strip.small .content .school.stanford {
    margin-left: 115px;
  }
}

/* line 15, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-liberal_arts_humanities #stage {
  background: #7fbfc6 url(../images/liberal_arts_humanities/images/header.png) no-repeat fixed center top;
  background-size: auto;
}
/* line 19, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-liberal_arts_humanities .topic-icon {
  background: url(../images/liberal_arts_humanities/images/icon.png) no-repeat center center;
}
/* line 21, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-liberal_arts_humanities .overview {
  overflow: hidden;
  background: #daedf0 url(../images/liberal_arts_humanities/images/illustration1.png) no-repeat 5% bottom;
}
/* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-liberal_arts_humanities .overview .exhibit {
  background: url(../images/liberal_arts_humanities/images/overview.png) no-repeat left top;
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 435px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-liberal_arts_humanities .overview .exhibit {
    width: 420px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-liberal_arts_humanities .overview .exhibit {
    width: 300px;
  }
}
/* line 30, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-liberal_arts_humanities .benefit1 {
  overflow: hidden;
  background-color: #fdfdf9;
}
/* line 33, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-liberal_arts_humanities .benefit1 .bullet {
  background: url(../images/liberal_arts_humanities/images/community.png) no-repeat center center;
}
/* line 35, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-liberal_arts_humanities .benefit1 .exhibit.medium {
  background: url(../images/liberal_arts_humanities/images/benefit1.png) no-repeat right center;
}
/* line 37, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-liberal_arts_humanities .benefit1 .exhibit.small {
  background: url(../images/liberal_arts_humanities/images/hunter.png) no-repeat center center;
}
/* line 39, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-liberal_arts_humanities .benefit2 {
  background-color: #f5f6f0;
}
/* line 41, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-liberal_arts_humanities .benefit2 .bullet {
  background: url(../images/liberal_arts_humanities/images/landing-page-assets_12.png) no-repeat center center;
}
/* line 43, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-liberal_arts_humanities .benefit2 .exhibit {
  background: url(../images/liberal_arts_humanities/images/benefit2.png) no-repeat left center;
}
/* line 45, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-liberal_arts_humanities .features {
  background: white;
}
/* line 707, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-liberal_arts_humanities .tribute {
  margin-left: 360px;
}
/* line 708, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-liberal_arts_humanities .tribute .attribute {
  margin-top: 20px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 707, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-liberal_arts_humanities .tribute {
    margin-left: 290px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 707, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-liberal_arts_humanities .tribute {
    margin-left: 150px;
  }
}
/* line 713, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-liberal_arts_humanities .header-wrapper #header h2.topic-title {
  line-height: 65px;
  margin-top: -1;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 713, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-liberal_arts_humanities .header-wrapper #header h2.topic-title {
    line-height: 65px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 713, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-liberal_arts_humanities .header-wrapper #header h2.topic-title {
    line-height: 20px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 713, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-liberal_arts_humanities .header-wrapper #header h2.topic-title {
    margin-top: 30px;
  }
}
/* line 717, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-liberal_arts_humanities .column .content .tout {
  box-sizing: border-box;
  float: left;
  width: 350px;
  text-align: -1;
  margin-top: -1;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 717, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-liberal_arts_humanities .column .content .tout {
    width: 300px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 717, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-liberal_arts_humanities .column .content .tout {
    width: 650px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 717, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-liberal_arts_humanities .column .content .tout {
    text-align: center;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 717, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-liberal_arts_humanities .column .content .tout {
    margin-top: -4px;
  }
}
/* line 723, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-liberal_arts_humanities .strip.small .content .school {
  height: -1;
}
@media only screen and (max-width : 1000px) {
  /* line 723, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-liberal_arts_humanities .strip.small .content .school {
    height: 40px;
  }
}
/* line 725, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-liberal_arts_humanities .strip.small .content .school.amherst {
  margin-left: -1;
}
@media only screen and (max-width : 1000px) {
  /* line 725, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-liberal_arts_humanities .strip.small .content .school.amherst {
    margin-left: 107px;
  }
}

/* line 15, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-journalism_communications #stage {
  background: #7fbfc6 url(../images/journalism_communications/images/header.png) no-repeat fixed center top;
  background-size: auto;
}
/* line 19, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-journalism_communications .topic-icon {
  background: url(../images/journalism_communications/images/icon.png) no-repeat center center;
}
/* line 21, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-journalism_communications .overview {
  overflow: hidden;
  background: #daedf0 url(../images/journalism_communications/images/illustration1.png) no-repeat 5% bottom;
}
/* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-journalism_communications .overview .exhibit {
  background: url(../images/journalism_communications/images/overview.png) no-repeat left top;
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 435px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-journalism_communications .overview .exhibit {
    width: 420px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-journalism_communications .overview .exhibit {
    width: 300px;
  }
}
/* line 30, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-journalism_communications .benefit1 {
  overflow: hidden;
  background-color: #fdfdf9;
}
/* line 33, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-journalism_communications .benefit1 .bullet {
  background: url(../images/journalism_communications/images/community.png) no-repeat center center;
}
/* line 35, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-journalism_communications .benefit1 .exhibit.medium {
  background: url(../images/journalism_communications/images/benefit1.png) no-repeat right center;
}
/* line 37, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-journalism_communications .benefit1 .exhibit.small {
  background: url(../images/journalism_communications/images/hunter.png) no-repeat center center;
}
/* line 39, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-journalism_communications .benefit2 {
  background-color: #f5f6f0;
}
/* line 41, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-journalism_communications .benefit2 .bullet {
  background: url(../images/journalism_communications/images/landing-page-assets_12.png) no-repeat center center;
}
/* line 43, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-journalism_communications .benefit2 .exhibit {
  background: url(../images/journalism_communications/images/benefit2.png) no-repeat left center;
}
/* line 45, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-journalism_communications .features {
  background: white;
}
/* line 731, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-journalism_communications .tribute {
  margin-left: -30px;
}
/* line 732, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-journalism_communications .tribute .attribute {
  margin-top: 25px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 731, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-journalism_communications .tribute {
    margin-left: -30px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 731, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-journalism_communications .tribute {
    margin-left: -90px;
  }
}
/* line 737, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-journalism_communications .header-wrapper #header h2.topic-title {
  line-height: 65px;
  margin-top: -1;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 737, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-journalism_communications .header-wrapper #header h2.topic-title {
    line-height: 65px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 737, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-journalism_communications .header-wrapper #header h2.topic-title {
    line-height: 20px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 737, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-journalism_communications .header-wrapper #header h2.topic-title {
    margin-top: 30px;
  }
}
/* line 741, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-journalism_communications .column .content .tout {
  box-sizing: border-box;
  float: left;
  width: 500px;
  text-align: -1;
  margin-top: -4px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 741, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-journalism_communications .column .content .tout {
    width: 450px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 741, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-journalism_communications .column .content .tout {
    width: 650px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 741, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-journalism_communications .column .content .tout {
    text-align: center;
  }
}
/* line 747, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-journalism_communications .strip.small .content .press {
  height: -1;
}
@media only screen and (max-width : 1000px) {
  /* line 747, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-journalism_communications .strip.small .content .press {
    height: 20px;
  }
}
/* line 749, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-journalism_communications .strip.small .content .press.nyt {
  margin-left: -1;
}
@media only screen and (max-width : 1000px) {
  /* line 749, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-journalism_communications .strip.small .content .press.nyt {
    margin-left: 133px;
  }
}

/* line 15, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-business #stage {
  background: #7fbfc6 url(../images/business/images/header.png) no-repeat fixed center top;
  background-size: auto;
}
/* line 19, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-business .topic-icon {
  background: url(../images/business/images/icon.png) no-repeat center center;
}
/* line 21, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-business .overview {
  overflow: hidden;
  background: #daedf0 url(../images/business/images/illustration1.png) no-repeat 5% bottom;
}
/* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-business .overview .exhibit {
  background: url(../images/business/images/overview.png) no-repeat left top;
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 435px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-business .overview .exhibit {
    width: 420px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-business .overview .exhibit {
    width: 300px;
  }
}
/* line 30, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-business .benefit1 {
  overflow: hidden;
  background-color: #fdfdf9;
}
/* line 33, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-business .benefit1 .bullet {
  background: url(../images/business/images/community.png) no-repeat center center;
}
/* line 35, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-business .benefit1 .exhibit.medium {
  background: url(../images/business/images/benefit1.png) no-repeat right center;
}
/* line 37, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-business .benefit1 .exhibit.small {
  background: url(../images/business/images/hunter.png) no-repeat center center;
}
/* line 39, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-business .benefit2 {
  background-color: #f5f6f0;
}
/* line 41, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-business .benefit2 .bullet {
  background: url(../images/business/images/landing-page-assets_12.png) no-repeat center center;
}
/* line 43, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-business .benefit2 .exhibit {
  background: url(../images/business/images/benefit2.png) no-repeat left center;
}
/* line 45, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-business .features {
  background: white;
}
/* line 754, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-business #stage {
  background-color: #d6eaed;
}
/* line 756, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-business .tribute {
  margin-left: 210px;
}
/* line 757, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-business .tribute .attribute {
  margin-top: 20px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 756, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-business .tribute {
    margin-left: 210px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 756, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-business .tribute {
    margin-left: 0;
  }
}
/* line 762, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-business .header-wrapper #header h2.topic-title {
  line-height: 65px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 762, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-business .header-wrapper #header h2.topic-title {
    line-height: 65px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 762, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-business .header-wrapper #header h2.topic-title {
    line-height: 55px;
  }
}
/* line 766, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-business .column .content .tout {
  box-sizing: border-box;
  float: left;
  width: 300px;
  text-align: -1;
  margin-top: -1;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 766, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-business .column .content .tout {
    width: 300px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 766, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-business .column .content .tout {
    width: 650px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 766, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-business .column .content .tout {
    text-align: center;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 766, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-business .column .content .tout {
    margin-top: -4px;
  }
}
/* line 772, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-business .strip.small .content .school {
  height: -1;
}
@media only screen and (max-width : 1000px) {
  /* line 772, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-business .strip.small .content .school {
    height: 40px;
  }
}
/* line 774, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-business .strip.small .content .school.wharton {
  margin-left: -1;
}
@media only screen and (max-width : 1000px) {
  /* line 774, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-business .strip.small .content .school.wharton {
    margin-left: 60px;
  }
}

/* line 15, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-law_legal_studies #stage {
  background: #7fbfc6 url(../images/law_legal_studies/images/header.png) no-repeat fixed center top;
  background-size: auto;
}
/* line 19, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-law_legal_studies .topic-icon {
  background: url(../images/law_legal_studies/images/icon.png) no-repeat center center;
}
/* line 21, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-law_legal_studies .overview {
  overflow: hidden;
  background: #daedf0 url(../images/law_legal_studies/images/illustration1.png) no-repeat 5% bottom;
}
/* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-law_legal_studies .overview .exhibit {
  background: url(../images/law_legal_studies/images/overview.png) no-repeat left top;
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 435px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-law_legal_studies .overview .exhibit {
    width: 420px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-law_legal_studies .overview .exhibit {
    width: 300px;
  }
}
/* line 30, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-law_legal_studies .benefit1 {
  overflow: hidden;
  background-color: #fdfdf9;
}
/* line 33, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-law_legal_studies .benefit1 .bullet {
  background: url(../images/law_legal_studies/images/community.png) no-repeat center center;
}
/* line 35, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-law_legal_studies .benefit1 .exhibit.medium {
  background: url(../images/law_legal_studies/images/benefit1.png) no-repeat right center;
}
/* line 37, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-law_legal_studies .benefit1 .exhibit.small {
  background: url(../images/law_legal_studies/images/hunter.png) no-repeat center center;
}
/* line 39, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-law_legal_studies .benefit2 {
  background-color: #f5f6f0;
}
/* line 41, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-law_legal_studies .benefit2 .bullet {
  background: url(../images/law_legal_studies/images/landing-page-assets_12.png) no-repeat center center;
}
/* line 43, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-law_legal_studies .benefit2 .exhibit {
  background: url(../images/law_legal_studies/images/benefit2.png) no-repeat left center;
}
/* line 45, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-law_legal_studies .features {
  background: white;
}
/* line 779, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-law_legal_studies .tribute {
  margin-left: 280px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 779, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-law_legal_studies .tribute {
    margin-left: 250px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 779, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-law_legal_studies .tribute {
    margin-left: 130px;
  }
}
/* line 783, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-law_legal_studies .header-wrapper #header h2.topic-title {
  line-height: 65px;
  margin-top: -1;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 783, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-law_legal_studies .header-wrapper #header h2.topic-title {
    line-height: 65px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 783, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-law_legal_studies .header-wrapper #header h2.topic-title {
    line-height: 20px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 783, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-law_legal_studies .header-wrapper #header h2.topic-title {
    margin-top: 30px;
  }
}
/* line 787, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-law_legal_studies .column .content .tout {
  box-sizing: border-box;
  float: left;
  width: 300px;
  text-align: -1;
  margin-top: -1;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 787, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-law_legal_studies .column .content .tout {
    width: 300px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 787, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-law_legal_studies .column .content .tout {
    width: 650px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 787, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-law_legal_studies .column .content .tout {
    text-align: center;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 787, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-law_legal_studies .column .content .tout {
    margin-top: -4px;
  }
}
/* line 793, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-law_legal_studies .strip.small .content .school {
  height: -1;
}
@media only screen and (max-width : 1000px) {
  /* line 793, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-law_legal_studies .strip.small .content .school {
    height: 40px;
  }
}
/* line 795, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-law_legal_studies .strip.small .content .school.yale {
  margin-left: -1;
}
@media only screen and (max-width : 1000px) {
  /* line 795, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-law_legal_studies .strip.small .content .school.yale {
    margin-left: 77px;
  }
}

/* line 15, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-sciences #stage {
  background: #7fbfc6 url(../images/sciences/images/header.png) no-repeat fixed center top;
  background-size: auto;
}
/* line 19, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-sciences .topic-icon {
  background: url(../images/sciences/images/icon.png) no-repeat center center;
}
/* line 21, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-sciences .overview {
  overflow: hidden;
  background: #daedf0 url(../images/sciences/images/illustration1.png) no-repeat 5% bottom;
}
/* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-sciences .overview .exhibit {
  background: url(../images/sciences/images/overview.png) no-repeat left top;
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 435px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-sciences .overview .exhibit {
    width: 420px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-sciences .overview .exhibit {
    width: 300px;
  }
}
/* line 30, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-sciences .benefit1 {
  overflow: hidden;
  background-color: #fdfdf9;
}
/* line 33, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-sciences .benefit1 .bullet {
  background: url(../images/sciences/images/community.png) no-repeat center center;
}
/* line 35, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-sciences .benefit1 .exhibit.medium {
  background: url(../images/sciences/images/benefit1.png) no-repeat right center;
}
/* line 37, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-sciences .benefit1 .exhibit.small {
  background: url(../images/sciences/images/hunter.png) no-repeat center center;
}
/* line 39, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-sciences .benefit2 {
  background-color: #f5f6f0;
}
/* line 41, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-sciences .benefit2 .bullet {
  background: url(../images/sciences/images/landing-page-assets_12.png) no-repeat center center;
}
/* line 43, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-sciences .benefit2 .exhibit {
  background: url(../images/sciences/images/benefit2.png) no-repeat left center;
}
/* line 45, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-sciences .features {
  background: white;
}
/* line 800, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-sciences #stage {
  background-color: #2a7882;
}
/* line 802, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-sciences .tribute {
  margin-left: 0;
}
/* line 803, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-sciences .tribute .attribute {
  margin-top: 20px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 802, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-sciences .tribute {
    margin-left: 0;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 802, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-sciences .tribute {
    margin-left: -40px;
  }
}
/* line 808, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-sciences .header-wrapper #header h2.topic-title {
  line-height: 65px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 808, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-sciences .header-wrapper #header h2.topic-title {
    line-height: 65px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 808, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-sciences .header-wrapper #header h2.topic-title {
    line-height: 55px;
  }
}
/* line 812, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-sciences .column .content .tout {
  box-sizing: border-box;
  float: left;
  width: 300px;
  text-align: -1;
  margin-top: -1;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 812, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-sciences .column .content .tout {
    width: 300px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 812, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-sciences .column .content .tout {
    width: 650px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 812, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-sciences .column .content .tout {
    text-align: center;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 812, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-sciences .column .content .tout {
    margin-top: -4px;
  }
}
/* line 818, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-sciences .strip.small .content .school {
  height: -1;
}
@media only screen and (max-width : 1000px) {
  /* line 818, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-sciences .strip.small .content .school {
    height: 40px;
  }
}
/* line 820, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-sciences .strip.small .content .school.harvard {
  margin-left: -1;
}
@media only screen and (max-width : 1000px) {
  /* line 820, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-sciences .strip.small .content .school.harvard {
    margin-left: 90px;
  }
}

/* line 15, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-engineering #stage {
  background: #7fbfc6 url(../images/engineering/images/header.png) no-repeat fixed center top;
  background-size: auto;
}
/* line 19, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-engineering .topic-icon {
  background: url(../images/engineering/images/icon.png) no-repeat center center;
}
/* line 21, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-engineering .overview {
  overflow: hidden;
  background: #daedf0 url(../images/engineering/images/illustration1.png) no-repeat 5% bottom;
}
/* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-engineering .overview .exhibit {
  background: url(../images/engineering/images/overview.png) no-repeat left top;
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 435px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-engineering .overview .exhibit {
    width: 420px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-engineering .overview .exhibit {
    width: 300px;
  }
}
/* line 30, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-engineering .benefit1 {
  overflow: hidden;
  background-color: #fdfdf9;
}
/* line 33, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-engineering .benefit1 .bullet {
  background: url(../images/engineering/images/community.png) no-repeat center center;
}
/* line 35, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-engineering .benefit1 .exhibit.medium {
  background: url(../images/engineering/images/benefit1.png) no-repeat right center;
}
/* line 37, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-engineering .benefit1 .exhibit.small {
  background: url(../images/engineering/images/hunter.png) no-repeat center center;
}
/* line 39, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-engineering .benefit2 {
  background-color: #f5f6f0;
}
/* line 41, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-engineering .benefit2 .bullet {
  background: url(../images/engineering/images/landing-page-assets_12.png) no-repeat center center;
}
/* line 43, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-engineering .benefit2 .exhibit {
  background: url(../images/engineering/images/benefit2.png) no-repeat left center;
}
/* line 45, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-engineering .features {
  background: white;
}
/* line 825, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-engineering .tribute {
  margin-left: -60px;
}
/* line 826, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-engineering .tribute .attribute {
  margin-top: 20px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 825, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-engineering .tribute {
    margin-left: -40px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 825, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-engineering .tribute {
    margin-left: -90px;
  }
}
/* line 831, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-engineering .header-wrapper #header h2.topic-title {
  line-height: 65px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 831, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-engineering .header-wrapper #header h2.topic-title {
    line-height: 65px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 831, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-engineering .header-wrapper #header h2.topic-title {
    line-height: 55px;
  }
}
/* line 835, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-engineering .column .content .tout {
  box-sizing: border-box;
  float: left;
  width: 300px;
  text-align: -1;
  margin-top: -1;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 835, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-engineering .column .content .tout {
    width: 300px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 835, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-engineering .column .content .tout {
    width: 650px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 835, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-engineering .column .content .tout {
    text-align: center;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 835, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-engineering .column .content .tout {
    margin-top: -4px;
  }
}
/* line 841, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-engineering .strip.small .content .school {
  height: -1;
}
@media only screen and (max-width : 1000px) {
  /* line 841, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-engineering .strip.small .content .school {
    height: 40px;
  }
}
/* line 843, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-engineering .strip.small .content .school.mit {
  margin-left: -1;
}
@media only screen and (max-width : 1000px) {
  /* line 843, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-engineering .strip.small .content .school.mit {
    margin-left: 90px;
  }
}

/* line 15, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-health_medicine #stage {
  background: #7fbfc6 url(../images/health_medicine/images/header.png) no-repeat fixed center top;
  background-size: auto;
}
/* line 19, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-health_medicine .topic-icon {
  background: url(../images/health_medicine/images/icon.png) no-repeat center center;
}
/* line 21, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-health_medicine .overview {
  overflow: hidden;
  background: #daedf0 url(../images/health_medicine/images/illustration1.png) no-repeat 5% bottom;
}
/* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-health_medicine .overview .exhibit {
  background: url(../images/health_medicine/images/overview.png) no-repeat left top;
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 435px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-health_medicine .overview .exhibit {
    width: 420px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-health_medicine .overview .exhibit {
    width: 300px;
  }
}
/* line 30, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-health_medicine .benefit1 {
  overflow: hidden;
  background-color: #fdfdf9;
}
/* line 33, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-health_medicine .benefit1 .bullet {
  background: url(../images/health_medicine/images/community.png) no-repeat center center;
}
/* line 35, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-health_medicine .benefit1 .exhibit.medium {
  background: url(../images/health_medicine/images/benefit1.png) no-repeat right center;
}
/* line 37, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-health_medicine .benefit1 .exhibit.small {
  background: url(../images/health_medicine/images/hunter.png) no-repeat center center;
}
/* line 39, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-health_medicine .benefit2 {
  background-color: #f5f6f0;
}
/* line 41, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-health_medicine .benefit2 .bullet {
  background: url(../images/health_medicine/images/landing-page-assets_12.png) no-repeat center center;
}
/* line 43, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-health_medicine .benefit2 .exhibit {
  background: url(../images/health_medicine/images/benefit2.png) no-repeat left center;
}
/* line 45, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-health_medicine .features {
  background: white;
}
/* line 850, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-health_medicine .tribute {
  margin-left: -50px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 850, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-health_medicine .tribute {
    margin-left: -50px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 850, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-health_medicine .tribute {
    margin-left: -80px;
  }
}
/* line 854, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-health_medicine .header-wrapper #header h2.topic-title {
  line-height: 65px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 854, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-health_medicine .header-wrapper #header h2.topic-title {
    line-height: 65px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 854, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-health_medicine .header-wrapper #header h2.topic-title {
    line-height: 55px;
  }
}
/* line 858, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-health_medicine .column .content .tout {
  box-sizing: border-box;
  float: left;
  width: 350px;
  text-align: -1;
  margin-top: -1;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 858, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-health_medicine .column .content .tout {
    width: 350px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 858, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-health_medicine .column .content .tout {
    width: 650px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 858, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-health_medicine .column .content .tout {
    text-align: center;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 858, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-health_medicine .column .content .tout {
    margin-top: -4px;
  }
}
/* line 864, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-health_medicine .strip.small .content .school {
  height: -1;
}
@media only screen and (max-width : 1000px) {
  /* line 864, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-health_medicine .strip.small .content .school {
    height: 40px;
  }
}
/* line 866, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-health_medicine .strip.small .content .school.harvard {
  margin-left: -1;
}
@media only screen and (max-width : 1000px) {
  /* line 866, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-health_medicine .strip.small .content .school.harvard {
    margin-left: 130px;
  }
}

/* line 15, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-education #stage {
  background: #7fbfc6 url(../images/education/images/header.png) no-repeat fixed center top;
  background-size: auto;
}
/* line 19, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-education .topic-icon {
  background: url(../images/education/images/icon.png) no-repeat center center;
}
/* line 21, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-education .overview {
  overflow: hidden;
  background: #daedf0 url(../images/education/images/illustration1.png) no-repeat 5% bottom;
}
/* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-education .overview .exhibit {
  background: url(../images/education/images/overview.png) no-repeat left top;
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 435px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-education .overview .exhibit {
    width: 420px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-education .overview .exhibit {
    width: 300px;
  }
}
/* line 30, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-education .benefit1 {
  overflow: hidden;
  background-color: #fdfdf9;
}
/* line 33, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-education .benefit1 .bullet {
  background: url(../images/education/images/community.png) no-repeat center center;
}
/* line 35, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-education .benefit1 .exhibit.medium {
  background: url(../images/education/images/benefit1.png) no-repeat right center;
}
/* line 37, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-education .benefit1 .exhibit.small {
  background: url(../images/education/images/hunter.png) no-repeat center center;
}
/* line 39, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-education .benefit2 {
  background-color: #f5f6f0;
}
/* line 41, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-education .benefit2 .bullet {
  background: url(../images/education/images/landing-page-assets_12.png) no-repeat center center;
}
/* line 43, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-education .benefit2 .exhibit {
  background: url(../images/education/images/benefit2.png) no-repeat left center;
}
/* line 45, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-education .features {
  background: white;
}
/* line 871, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-education .tribute {
  margin-left: 360px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 871, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-education .tribute {
    margin-left: 340px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 871, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-education .tribute {
    margin-left: 230px;
  }
}
/* line 875, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-education .header-wrapper #header h2.topic-title {
  line-height: 65px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 875, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-education .header-wrapper #header h2.topic-title {
    line-height: 65px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 875, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-education .header-wrapper #header h2.topic-title {
    line-height: 55px;
  }
}
/* line 879, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-education .column .content .tout {
  box-sizing: border-box;
  float: left;
  width: 350px;
  text-align: -1;
  margin-top: -1;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 879, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-education .column .content .tout {
    width: 350px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 879, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-education .column .content .tout {
    width: 650px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 879, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-education .column .content .tout {
    text-align: center;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 879, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-education .column .content .tout {
    margin-top: -4px;
  }
}
/* line 885, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-education .strip.small .content .school {
  height: -1;
}
@media only screen and (max-width : 1000px) {
  /* line 885, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-education .strip.small .content .school {
    height: 40px;
  }
}
/* line 887, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-education .strip.small .content .school.vanderbilt {
  margin-left: -1;
}
@media only screen and (max-width : 1000px) {
  /* line 887, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-education .strip.small .content .school.vanderbilt {
    margin-left: 140px;
  }
}

/* line 15, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-vocational #stage {
  background: #7fbfc6 url(../images/vocational/images/header.png) no-repeat fixed center top;
  background-size: auto;
}
/* line 19, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-vocational .topic-icon {
  background: url(../images/vocational/images/icon.png) no-repeat center center;
}
/* line 21, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-vocational .overview {
  overflow: hidden;
  background: #daedf0 url(../images/vocational/images/illustration1.png) no-repeat 5% bottom;
}
/* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-vocational .overview .exhibit {
  background: url(../images/vocational/images/overview.png) no-repeat left top;
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 435px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-vocational .overview .exhibit {
    width: 420px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-vocational .overview .exhibit {
    width: 300px;
  }
}
/* line 30, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-vocational .benefit1 {
  overflow: hidden;
  background-color: #fdfdf9;
}
/* line 33, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-vocational .benefit1 .bullet {
  background: url(../images/vocational/images/community.png) no-repeat center center;
}
/* line 35, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-vocational .benefit1 .exhibit.medium {
  background: url(../images/vocational/images/benefit1.png) no-repeat right center;
}
/* line 37, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-vocational .benefit1 .exhibit.small {
  background: url(../images/vocational/images/hunter.png) no-repeat center center;
}
/* line 39, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-vocational .benefit2 {
  background-color: #f5f6f0;
}
/* line 41, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-vocational .benefit2 .bullet {
  background: url(../images/vocational/images/landing-page-assets_12.png) no-repeat center center;
}
/* line 43, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-vocational .benefit2 .exhibit {
  background: url(../images/vocational/images/benefit2.png) no-repeat left center;
}
/* line 45, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-vocational .features {
  background: white;
}
/* line 892, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-vocational .tribute {
  margin-left: 300px;
}
/* line 893, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-vocational .tribute .attribute {
  margin-top: 10px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 892, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-vocational .tribute {
    margin-left: 270px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 892, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-vocational .tribute {
    margin-left: 140px;
  }
}
/* line 898, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-vocational .header-wrapper #header h2.topic-title {
  line-height: 65px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 898, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-vocational .header-wrapper #header h2.topic-title {
    line-height: 65px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 898, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-vocational .header-wrapper #header h2.topic-title {
    line-height: 55px;
  }
}
/* line 902, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-vocational .column .content .tout {
  box-sizing: border-box;
  float: left;
  width: 600px;
  margin-top: -1;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 902, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-vocational .column .content .tout {
    width: 600px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 902, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-vocational .column .content .tout {
    width: 400px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 902, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-vocational .column .content .tout {
    margin-top: 2px;
  }
}
/* line 907, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-vocational .strip.small .content .school {
  height: -1;
}
@media only screen and (max-width : 1000px) {
  /* line 907, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-vocational .strip.small .content .school {
    height: 40px;
  }
}

/* line 15, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-everything_else #stage {
  background: #7fbfc6 url(../images/everything_else/images/header.png) no-repeat fixed center top;
  background-size: auto;
}
/* line 19, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-everything_else .topic-icon {
  background: url(../images/everything_else/images/icon.png) no-repeat center center;
}
/* line 21, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-everything_else .overview {
  overflow: hidden;
  background: #daedf0 url(../images/everything_else/images/illustration1.png) no-repeat 5% bottom;
}
/* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-everything_else .overview .exhibit {
  background: url(../images/everything_else/images/overview.png) no-repeat left top;
  top: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  width: 435px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-everything_else .overview .exhibit {
    width: 420px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 24, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-everything_else .overview .exhibit {
    width: 300px;
  }
}
/* line 30, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-everything_else .benefit1 {
  overflow: hidden;
  background-color: #fdfdf9;
}
/* line 33, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-everything_else .benefit1 .bullet {
  background: url(../images/everything_else/images/community.png) no-repeat center center;
}
/* line 35, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-everything_else .benefit1 .exhibit.medium {
  background: url(../images/everything_else/images/benefit1.png) no-repeat right center;
}
/* line 37, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-everything_else .benefit1 .exhibit.small {
  background: url(../images/everything_else/images/hunter.png) no-repeat center center;
}
/* line 39, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-everything_else .benefit2 {
  background-color: #f5f6f0;
}
/* line 41, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-everything_else .benefit2 .bullet {
  background: url(../images/everything_else/images/landing-page-assets_12.png) no-repeat center center;
}
/* line 43, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-everything_else .benefit2 .exhibit {
  background: url(../images/everything_else/images/benefit2.png) no-repeat left center;
}
/* line 45, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-everything_else .features {
  background: white;
}
/* line 912, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-everything_else .tribute {
  margin-left: 400px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 912, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-everything_else .tribute {
    margin-left: 400px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 912, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-everything_else .tribute {
    margin-left: 190px;
  }
}
/* line 916, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-everything_else .header-wrapper #header h2.topic-title {
  line-height: 65px;
  margin-top: -1;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 916, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-everything_else .header-wrapper #header h2.topic-title {
    line-height: 65px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 916, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-everything_else .header-wrapper #header h2.topic-title {
    line-height: 20px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 916, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-everything_else .header-wrapper #header h2.topic-title {
    margin-top: 30px;
  }
}
/* line 920, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-everything_else .column .content .tout {
  box-sizing: border-box;
  float: left;
  width: 350px;
  text-align: -1;
  margin-top: -1;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 920, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-everything_else .column .content .tout {
    width: 350px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 920, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-everything_else .column .content .tout {
    width: 650px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 920, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-everything_else .column .content .tout {
    text-align: center;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 920, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-everything_else .column .content .tout {
    margin-top: -4px;
  }
}
/* line 926, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-everything_else .strip.small .content .school {
  height: -1;
}
@media only screen and (max-width : 1000px) {
  /* line 926, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-everything_else .strip.small .content .school {
    height: 40px;
  }
}
/* line 928, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
body.topic-everything_else .strip.small .content .school.stanford {
  margin-left: -1;
}
@media only screen and (max-width : 1000px) {
  /* line 928, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/landing-pages.sass */
  body.topic-everything_else .strip.small .content .school.stanford {
    margin-left: 140px;
  }
}

/* line 3, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_login.sass */
.popup-container, .login-container {
  position: relative;
}
/* line 5, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_login.sass */
.popup-container .popup-form, .popup-container .login-form, .login-container .popup-form, .login-container .login-form {
  -webkit-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.35);
  color: #6b7985;
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  background-color: #f8f8f9;
}
/* line 13, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_login.sass */
.popup-container .popup-form .top-section, .popup-container .login-form .top-section, .login-container .popup-form .top-section, .login-container .login-form .top-section {
  padding: 10px 10px 5px 10px;
  border-bottom: 1px solid #e1e4e7;
}
/* line 16, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_login.sass */
.popup-container .popup-form .top-section p, .popup-container .login-form .top-section p, .login-container .popup-form .top-section p, .login-container .login-form .top-section p {
  color: #303030;
  font-size: 14px;
  line-height: 20px;
}
/* line 20, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_login.sass */
.popup-container .popup-form .facebook-auth-container, .popup-container .login-form .facebook-auth-container, .login-container .popup-form .facebook-auth-container, .login-container .login-form .facebook-auth-container {
  background-color: white;
  width: 100%;
  height: 70px;
  padding: 10px;
  border-bottom: 1px solid #e8e8e9;
}
/* line 26, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_login.sass */
.popup-container .popup-form form, .popup-container .login-form form, .login-container .popup-form form, .login-container .login-form form {
  padding: 10px;
  overflow: hidden;
  *zoom: 1;
  font-size: 12px;
  text-transform: uppercase;
}
/* line 31, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_login.sass */
.popup-container .popup-form .or, .popup-container .login-form .or, .login-container .popup-form .or, .login-container .login-form .or {
  margin-left: 15px;
  line-height: 25px;
  float: left;
  margin-bottom: 6px;
}
/* line 36, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_login.sass */
.popup-container .popup-form .links, .popup-container .login-form .links, .login-container .popup-form .links, .login-container .login-form .links {
  float: left;
  text-transform: none;
  line-height: 22px;
  margin-left: 15px;
  margin-top: 15px;
}
/* line 42, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_login.sass */
.popup-container .popup-form input, .popup-container .login-form input, .login-container .popup-form input, .login-container .login-form input {
  border: none;
  outline: none;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  background-color: transparent;
  height: 100%;
  padding: 0;
  margin: 0;
  color: #303030;
  height: 50px;
  width: 265px;
  border: 1px solid #b7b9ba;
  margin: 0;
  padding: 0 0 0 15px;
  text-transform: none;
  background-color: white;
}
/* line 51, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_login.sass */
.popup-container .popup-form .email-section input, .popup-container .login-form .email-section input, .login-container .popup-form .email-section input, .login-container .login-form .email-section input {
  border-bottom: none;
}
/* line 53, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_login.sass */
.popup-container .popup-form button, .popup-container .login-form button, .login-container .popup-form button, .login-container .login-form button {
  -webkit-transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  -moz-transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  -ms-transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  -o-transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  -webkit-box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 3px 0;
  -moz-box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 3px 0;
  box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 3px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-transform: capitalize;
  border: 1px solid #3fc1c1;
  background-color: #d9f3f3;
  color: #3fc1c1;
  line-height: normal;
  text-indent: 0;
  white-space: normal;
  margin-left: 10px;
  white-space: nowrap;
  width: 75px;
  height: 50px;
  margin-top: 10px;
  float: right;
}
/* line 174, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_mixins.sass */
.popup-container .popup-form button:hover, .popup-container .login-form button:hover, .login-container .popup-form button:hover, .login-container .login-form button:hover {
  -webkit-box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 5px 0;
  -moz-box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 5px 0;
  box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 5px 0;
  background-color: #ecf9f9;
}
/* line 182, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_mixins.sass */
.popup-container .popup-form button:active, .popup-container .login-form button:active, .login-container .popup-form button:active, .login-container .login-form button:active {
  -webkit-box-shadow: #3fc1c1 1px 1px 0 0 inset;
  -moz-box-shadow: #3fc1c1 1px 1px 0 0 inset;
  box-shadow: #3fc1c1 1px 1px 0 0 inset;
}
/* line 60, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_login.sass */
.popup-container.open .popup-form, .login-container.open .popup-form {
  display: block;
}
/* line 64, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_login.sass */
.popup-container .facebook-auth, .login-container .facebook-auth {
  width: 280px;
  height: 50px;
  float: left;
  background-color: #5973a5;
  font-size: 14px;
  color: white;
  border: 1px solid white;
  -webkit-box-shadow: 0 0 3px 0 #cacaca;
  -moz-box-shadow: 0 0 3px 0 #cacaca;
  box-shadow: 0 0 3px 0 #cacaca;
  background-color: #3c5a96;
}

/* line 2, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_request_access.sass */
.request-access {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
/* line 10, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_request_access.sass */
.request-access .screen {
  background: white;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 18, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_request_access.sass */
.request-access .popup {
  position: relative;
  width: 450px;
  margin: auto;
  margin-top: 100px;
  background: #f7f8f9;
  -webkit-box-shadow: 0 0 5px 1px #cccccc;
  -moz-box-shadow: 0 0 5px 1px #cccccc;
  box-shadow: 0 0 5px 1px #cccccc;
  padding: 1px 0;
}
/* line 33, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_request_access.sass */
.request-access .popup .content {
  margin: 10px;
  padding: 10px;
  border: 1px solid white;
  display: inline-block;
  text-align: center;
  width: 430px;
}
/* line 41, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_request_access.sass */
.request-access .popup .title {
  font-family: "GraphikBold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  font-family: "Graphik", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 10px;
}
/* line 47, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_request_access.sass */
.request-access .popup .prompt {
  display: inline-block;
  color: #6b7985;
  margin-bottom: 10px;
  padding: 0 20px;
}
/* line 53, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_request_access.sass */
.request-access .popup .letter {
  background: url("../sass/img/icon/invite_envelope_back.png") no-repeat left center;
  margin: auto;
  margin-top: 10px;
  height: 60px;
  width: 90px;
}
/* line 60, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_request_access.sass */
.request-access .popup .request-page {
  display: block;
}
/* line 62, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_request_access.sass */
.request-access .popup .thanks-page {
  display: none;
}
/* line 66, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_request_access.sass */
.request-access .popup .access-form {
  padding-top: 15px;
}
/* line 68, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_request_access.sass */
.request-access .popup .access-form .input-field {
  width: 100%;
  height: 50px;
  background: white;
  margin-bottom: 10px;
}
/* line 73, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_request_access.sass */
.request-access .popup .access-form .input-field input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
  padding: 15px;
  width: 100%;
  border: 1px solid #a7a9ac;
  height: 50px;
  font-size: 16px;
}
/* line 81, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_request_access.sass */
.request-access .popup .access-form .input-field input .placeholder {
  color: #6b7985;
  left: 15px;
  top: 17px;
  font-size: 16px;
}
/* line 86, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_request_access.sass */
.request-access .popup .access-form .input-field.error {
  border: 1px solid red;
}
/* line 88, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_request_access.sass */
.request-access .popup .access-form .do-request {
  margin-left: 305px;
}
/* line 91, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_request_access.sass */
.request-access .request-btn {
  font-family: "GraphikBold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  -moz-transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  -ms-transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  -o-transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  -webkit-box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 3px 0;
  -moz-box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 3px 0;
  box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 3px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-transform: capitalize;
  border: 1px solid #3fc1c1;
  background-color: #d9f3f3;
  color: #3fc1c1;
  line-height: normal;
  text-indent: 0;
  white-space: normal;
  margin-left: 10px;
  white-space: nowrap;
  width: 100px;
  height: 50px;
}
/* line 174, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_mixins.sass */
.request-access .request-btn:hover {
  -webkit-box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 5px 0;
  -moz-box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 5px 0;
  box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 5px 0;
  background-color: #ecf9f9;
}
/* line 182, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_mixins.sass */
.request-access .request-btn:active {
  -webkit-box-shadow: #3fc1c1 1px 1px 0 0 inset;
  -moz-box-shadow: #3fc1c1 1px 1px 0 0 inset;
  box-shadow: #3fc1c1 1px 1px 0 0 inset;
}
/* line 97, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_request_access.sass */
.request-access .request-btn.okay {
  margin-top: 10px;
}
/* line 102, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_request_access.sass */
.request-access.open {
  display: block;
}
/* line 105, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_request_access.sass */
.request-access.valid .do-request {
  color: green;
}
/* line 109, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_request_access.sass */
.request-access.thanks .request-page {
  display: none;
}
/* line 111, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_request_access.sass */
.request-access.thanks .thanks-page {
  display: block;
}
/* line 114, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_request_access.sass */
.request-access.thanks .thanks-page .prompt {
  padding: 0 50px;
}

@font-face {
  font-family: GraphikBold;
  src: url("../fonts/Graphik/Graphik-Web-256-Semibold.eot");
  src: url("../fonts/Graphik/Graphik-Web-256-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-Web-256-Semibold.woff") format("woff"), url("../fonts/Graphik/Graphik-Web-256-Semibold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: Graphik;
  src: url("../fonts/Graphik/Graphik-Web-256-Light.eot");
  src: url("../fonts/Graphik/Graphik-Web-256-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik/Graphik-Web-256-Light.woff") format("woff"), url("../fonts/Graphik/Graphik-Web-256-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

/* line 50, ../sass/screen.sass */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 53, ../sass/screen.sass */
iframe.bridge {
  position: absolute;
  top: -1000px;
  left: -1000px;
}

/* line 58, ../sass/screen.sass */
html {
  -webkit-font-smoothing: antialiased;
  height: 100%;
}
/* line 62, ../sass/screen.sass */
html body {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  color: #303030;
  background-color: #fafafc;
  font-size: 16px;
  height: 100%;
}
/* line 70, ../sass/screen.sass */
html body.no-scroll {
  overflow: hidden;
}
/* line 73, ../sass/screen.sass */
html body #body {
  min-width: 768px;
  width: 100%;
  *zoom: 1;
}
/* line 38, /Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
html body #body:after {
  content: "";
  display: table;
  clear: both;
}
/* line 78, ../sass/screen.sass */
html body #body.focus-mode-open #wrapper {
  display: none;
}
/* line 81, ../sass/screen.sass */
html body .header-wrapper {
  min-width: 768px;
  width: 100%;
  *zoom: 1;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: fixed;
}
/* line 38, /Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
html body .header-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
/* line 89, ../sass/screen.sass */
html body .header-wrapper #header {
  *zoom: 1;
  box-sizing: border-box;
  float: left;
  width: 950px;
  display: block;
  float: none;
  margin: auto;
  height: 100px;
  top: 0;
  margin-left: auto;
  -webkit-transition: top 300ms linear;
  -moz-transition: top 300ms linear;
  -ms-transition: top 300ms linear;
  -o-transition: top 300ms linear;
  transition: top 300ms linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  border-right: #e2e3e4 1px solid;
}
/* line 38, /Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
html body .header-wrapper #header:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 89, ../sass/screen.sass */
  html body .header-wrapper #header {
    width: 900px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 89, ../sass/screen.sass */
  html body .header-wrapper #header {
    width: 650px;
  }
}
/* line 104, ../sass/screen.sass */
html body .header-wrapper #header h1 a {
  display: block;
  float: left;
  width: 100px;
  height: 100px;
  border-right: #e2e3e4 1px solid;
  border-left: #e2e3e4 1px solid;
  background: url("../sass/img/icon/lore_logo_oop.png") no-repeat center center;
  text-indent: -1000px;
  overflow: hidden;
}
/* line 114, ../sass/screen.sass */
html body .header-wrapper #header h1 a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
/* line 117, ../sass/screen.sass */
html body .header-wrapper #header h2 {
  font-family: "GraphikBold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: white;
  float: left;
  margin: 37px 0 0 10px;
  border: none;
}
/* line 124, ../sass/screen.sass */
html body .header-wrapper header {
  border-bottom: 1px solid #e2e3e4;
}
/* line 126, ../sass/screen.sass */
html body .header-wrapper .menu-header {
  *zoom: 1;
  box-sizing: border-box;
  float: left;
  width: 950px;
  display: block;
  float: none;
  margin: auto;
  -webkit-transition: top 300ms linear;
  -moz-transition: top 300ms linear;
  -ms-transition: top 300ms linear;
  -o-transition: top 300ms linear;
  transition: top 300ms linear;
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -ms-transition-delay: 0;
  -o-transition-delay: 0;
  transition-delay: 0;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 13px;
  font-size: 12px;
  font-weight: bold;
  color: white;
}
/* line 38, /Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
html body .header-wrapper .menu-header:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 126, ../sass/screen.sass */
  html body .header-wrapper .menu-header {
    width: 900px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 126, ../sass/screen.sass */
  html body .header-wrapper .menu-header {
    width: 650px;
  }
}
/* line 138, ../sass/screen.sass */
html body .header-wrapper .menu-header li {
  float: left;
  display: inline-block;
}
/* line 141, ../sass/screen.sass */
html body .header-wrapper .menu-header li a {
  padding-left: 25px;
  padding-right: 26px;
  display: inline-block;
  height: 50px;
  line-height: 52px;
  color: white;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 141, ../sass/screen.sass */
  html body .header-wrapper .menu-header li a {
    padding-left: 22px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 141, ../sass/screen.sass */
  html body .header-wrapper .menu-header li a {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 141, ../sass/screen.sass */
  html body .header-wrapper .menu-header li a {
    padding-right: 23px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 141, ../sass/screen.sass */
  html body .header-wrapper .menu-header li a {
    padding-right: 7px;
  }
}
/* line 148, ../sass/screen.sass */
html body .header-wrapper .menu-header li a:hover {
  background: #dddddd;
  background: rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
/* line 154, ../sass/screen.sass */
html body .header-wrapper .menu-header li.current-menu-item a {
  background: #dddddd;
  background: rgba(0, 0, 0, 0.4);
}
/* line 158, ../sass/screen.sass */
html body #stage {
  background: white url(../images/masthead.png) no-repeat top center fixed;
  background-size: 100% auto;
  width: 100%;
  overflow: hidden;
  -webkit-transition: height 500ms ease-out 50ms;
  -moz-transition: height 500ms ease-out 50ms;
  -ms-transition: height 500ms ease-out 50ms;
  -o-transition: height 500ms ease-out 50ms;
  transition: height 500ms ease-out 50ms;
  height: 385px;
}
/* line 167, ../sass/screen.sass */
html body .footer-wrapper {
  min-width: 768px;
  background: #fafafc;
  z-index: 1;
  position: relative;
  border-top: 1px solid #e2e3e4;
}
/* line 173, ../sass/screen.sass */
html body .footer-wrapper #footer {
  *zoom: 1;
  box-sizing: border-box;
  float: left;
  width: 950px;
  display: block;
  float: none;
  margin: auto;
  padding: 25px 0 50px 0;
  position: relative;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 13px;
  font-size: 12px;
  font-weight: bold;
}
/* line 174, ../sass/screen.sass */
html body .footer-wrapper #footer .copyright {
  color: white;
}
/* line 38, /Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
html body .footer-wrapper #footer:after {
  content: "";
  display: table;
  clear: both;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 173, ../sass/screen.sass */
  html body .footer-wrapper #footer {
    width: 900px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 173, ../sass/screen.sass */
  html body .footer-wrapper #footer {
    width: 650px;
  }
}
/* line 187, ../sass/screen.sass */
html body .footer-wrapper #footer .menu-header {
  *zoom: 1;
}
/* line 38, /Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
html body .footer-wrapper #footer .menu-header:after {
  content: "";
  display: table;
  clear: both;
}
/* line 189, ../sass/screen.sass */
html body .footer-wrapper #footer .menu-header .menu {
  display: block;
  float: left;
  margin-top: 15px;
}
/* line 193, ../sass/screen.sass */
html body .footer-wrapper #footer .menu-header .menu li {
  float: left;
  display: inline-block;
}
/* line 196, ../sass/screen.sass */
html body .footer-wrapper #footer .menu-header .menu li a {
  padding-left: 25px;
  padding-right: 26px;
  display: inline-block;
  height: 47px;
  line-height: 52px;
  color: #6b7985;
  padding-bottom: 3px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 196, ../sass/screen.sass */
  html body .footer-wrapper #footer .menu-header .menu li a {
    padding-left: 22px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 196, ../sass/screen.sass */
  html body .footer-wrapper #footer .menu-header .menu li a {
    padding-left: 7px;
  }
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 196, ../sass/screen.sass */
  html body .footer-wrapper #footer .menu-header .menu li a {
    padding-right: 23px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 196, ../sass/screen.sass */
  html body .footer-wrapper #footer .menu-header .menu li a {
    padding-right: 7px;
  }
}
/* line 204, ../sass/screen.sass */
html body .footer-wrapper #footer .menu-header .menu li a:hover {
  border-bottom: none;
  color: #1da7eb;
  padding-bottom: 0;
  text-decoration: none;
}
/* line 210, ../sass/screen.sass */
html body .footer-wrapper #footer .menu-header .menu li.current-menu-item a {
  color: #1da7eb;
}
/* line 213, ../sass/screen.sass */
html body .footer-wrapper #footer .share {
  *zoom: 1;
  padding-top: 25px;
  width: 350px;
  float: none;
  margin: 0 auto;
}
/* line 38, /Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
html body .footer-wrapper #footer .share:after {
  content: "";
  display: table;
  clear: both;
}
/* line 219, ../sass/screen.sass */
html body .footer-wrapper #footer .share a {
  display: block;
  float: left;
  height: 50px;
  width: 100px;
  padding: 0 10px;
  margin-right: 10px;
  background-color: whitesmoke;
  line-height: 51px;
  color: #6b7985;
  margin-right: 30px;
}
/* line 230, ../sass/screen.sass */
html body .footer-wrapper #footer .share a:hover {
  text-decoration: none;
  color: #1da7eb;
}
/* line 233, ../sass/screen.sass */
html body .footer-wrapper #footer .share a.twitter {
  padding-left: 40px;
  background: url("../sass/img/social_media/twitter-solid-color.png") no-repeat left center;
  margin-right: 20px;
}
/* line 237, ../sass/screen.sass */
html body .footer-wrapper #footer .share a.twitter.white-outline {
  background-image: url("../sass/img/social_media/twitter-outline-white.png");
}
/* line 239, ../sass/screen.sass */
html body .footer-wrapper #footer .share a.facebook {
  padding-left: 40px;
  background: url("../sass/img/social_media/facebook-solid-color.png") no-repeat left center;
}
/* line 242, ../sass/screen.sass */
html body .footer-wrapper #footer .share a.facebook.white-outline {
  background-image: url("../sass/img/social_media/facebook-outline-white.png");
}
/* line 244, ../sass/screen.sass */
html body .footer-wrapper #footer .share a.explore {
  padding-left: 40px;
  background: url("../sass/img/social_media/explore-solid-color.png") no-repeat left center;
  margin-right: 0;
}
/* line 248, ../sass/screen.sass */
html body .footer-wrapper #footer .share a.explore.white-outline {
  background-image: url("../sass/img/social_media/explore-outline-white.png");
}
/* line 250, ../sass/screen.sass */
html body .footer-wrapper #footer .copyright {
  *zoom: 1;
  margin-top: 35px;
  color: #6b7985;
  text-align: center;
}
/* line 38, /Library/Ruby/Gems/1.8/gems/compass-0.12.1/frameworks/compass/stylesheets/compass/utilities/general/_clearfix.scss */
html body .footer-wrapper #footer .copyright:after {
  content: "";
  display: table;
  clear: both;
}
/* line 257, ../sass/screen.sass */
html body .footer-wrapper #footer .copyright .logo {
  display: block;
  height: 50px;
  width: 50px;
  overflow: hidden;
  text-indent: -1000px;
  margin: 0 auto;
  float: none;
  margin-bottom: 10px;
  background: url("../sass/img/icon/lore_logo_oop.png") no-repeat center center;
}
/* line 267, ../sass/screen.sass */
html body .footer-wrapper #footer .copyright .madein {
  font-weight: 400;
  margin-left: 18px;
}
/* line 272, ../sass/screen.sass */
html body .footer-wrapper #footer .colophon {
  background: none;
  background-size: 100%;
  padding-bottom: 5em;
}
/* line 277, ../sass/screen.sass */
html body .footer-wrapper #footer .colphon:hover {
  /*  background: url(../images/header_drop.png) no-repeat center bottom; */
}
/* line 317, ../sass/screen.sass */
html body #wrapper {
  box-sizing: border-box;
  float: left;
  width: 950px;
  display: block;
  background-color: white;
  -webkit-box-shadow: rgba(0, 0, 0, 0.45) 0 0 2px;
  -moz-box-shadow: rgba(0, 0, 0, 0.45) 0 0 2px;
  box-shadow: rgba(0, 0, 0, 0.45) 0 0 2px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 317, ../sass/screen.sass */
  html body #wrapper {
    width: 900px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 317, ../sass/screen.sass */
  html body #wrapper {
    width: 650px;
  }
}
/* line 322, ../sass/screen.sass */
html body #wrapper .stream-wrapper {
  box-sizing: border-box;
  float: left;
  width: 850px;
  height: 100%;
  margin-top: 200px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 322, ../sass/screen.sass */
  html body #wrapper .stream-wrapper {
    width: 800px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 322, ../sass/screen.sass */
  html body #wrapper .stream-wrapper {
    width: 550px;
  }
}
/* line 327, ../sass/screen.sass */
html body #wrapper .spine-wrapper, html body #wrapper .slim-spine-wrapper {
  box-sizing: content-box;
  position: fixed;
  left: 50%;
  margin-left: 0;
  margin-right: 0;
  width: 96px;
  margin-left: 375px;
  margin-top: 200px;
  top: 0px;
}
@media only screen and (min-width : 1000px) and (max-width: 1150px) {
  /* line 327, ../sass/screen.sass */
  html body #wrapper .spine-wrapper, html body #wrapper .slim-spine-wrapper {
    width: 96px;
    margin-left: 350px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 327, ../sass/screen.sass */
  html body #wrapper .spine-wrapper, html body #wrapper .slim-spine-wrapper {
    width: 96px;
    margin-left: 225px;
  }
}
/* line 332, ../sass/screen.sass */
html body #wrapper .info-wrapper {
  height: 100%;
  margin-top: 250px;
  box-sizing: border-box;
  float: left;
  width: 700px;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 332, ../sass/screen.sass */
  html body #wrapper .info-wrapper {
    width: 650px;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 332, ../sass/screen.sass */
  html body #wrapper .info-wrapper {
    width: 400px;
  }
}
/* line 337, ../sass/screen.sass */
html body #wrapper .info-sidebar-wrapper {
  margin-top: 250px;
  box-sizing: border-box;
  float: left;
  width: 250px;
}
/* line 341, ../sass/screen.sass */
html body #wrapper .course-settings-wrapper {
  margin-top: 200px;
}
/* line 346, ../sass/screen.sass */
html body .inline-tag-tooltip {
  width: 110px;
  height: 50px;
  padding: 5px;
  text-align: center;
  border-radius: 5px;
  display: none;
  position: absolute;
  top: -50px;
  background: black;
  color: white;
}
/* line 358, ../sass/screen.sass */
html body .nodisplay {
  display: none !important;
}
/* line 360, ../sass/screen.sass */
html body .hidden {
  display: none;
}

/* line 362, ../sass/screen.sass */
p {
  margin-bottom: 12px;
}

/* line 364, ../sass/screen.sass */
a {
  color: #1da7eb;
}
/* line 366, ../sass/screen.sass */
a:hover {
  text-decoration: underline;
}

/* line 368, ../sass/screen.sass */
h1 {
  font-family: "GraphikBold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
}

/* line 370, ../sass/screen.sass */
h2 {
  font-family: "GraphikBold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  font-family: "Graphik", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
}

/* line 372, ../sass/screen.sass */
h3 {
  font-family: "GraphikBold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
}

/* line 374, ../sass/screen.sass */
h4 {
  font-family: "GraphikBold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  font-family: "Graphik", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: 300;
}

/* line 376, ../sass/screen.sass */
blockquote {
  font-family: "GraphikBold", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  font-family: "Graphik", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  padding: 20px 0;
  margin: 15px 0 15px -150px;
  background: #fafafc;
}

/* line 382, ../sass/screen.sass */
.big-ellipsis {
  width: 40px;
  height: 10px;
  display: inline-block;
  background: url("../img/ic_sprite.png") no-repeat -1200px -150px;
  position: relative;
  top: 3px;
  margin-left: 5px;
}
/* line 390, ../sass/screen.sass */
.hover .big-ellipsis, .contents:hover .big-ellipsis, .big-ellipsis:hover {
  background: url("../img/ic_sprite.png") no-repeat -1200px -170px;
  cursor: pointer;
}

/* line 394, ../sass/screen.sass */
.search-hilight {
  background: #d1e6f9;
}

/* line 397, ../sass/screen.sass */
.ui-draggable-dragging {
  cursor: grabbing;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

/* line 402, ../sass/screen.sass */
.ui-draggable {
  cursor: grab;
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

/* line 427, ../sass/screen.sass */
.input-field {
  position: relative;
}
/* line 430, ../sass/screen.sass */
.input-field input {
  z-index: 2;
  position: relative;
  background: transparent;
}
/* line 435, ../sass/screen.sass */
.input-field .input-overlay {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: inline;
  position: absolute;
  z-index: 1;
  white-space: nowrap;
  cursor: text;
}
/* line 442, ../sass/screen.sass */
.input-field .input-overlay.hidden {
  display: none;
}
/* line 446, ../sass/screen.sass */
.input-field.password-field.incorrect {
  background-color: #feece6;
}
/* line 448, ../sass/screen.sass */
.input-field.password-field .message {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 13px;
  margin-right: 10px;
  position: relative;
  float: right;
}
/* line 453, ../sass/screen.sass */
.input-field.password-field .message.alert {
  color: #f87e59;
}
/* line 455, ../sass/screen.sass */
.input-field.password-field .message.good {
  color: #6ebf76;
}
/* line 457, ../sass/screen.sass */
.input-field.password-field .message.okay {
  color: #e5ba41;
}
/* line 459, ../sass/screen.sass */
.input-field.password-field .message.bad {
  color: #ed1c24;
}
/* line 463, ../sass/screen.sass */
.input-field.password-field.verify .message.good {
  width: 25px;
  height: 25px;
}

/* line 469, ../sass/screen.sass */
.info-tooltip .info {
  width: 200px;
  height: 70px;
  -webkit-box-shadow: black, 0, 0, 0, 2px;
  -moz-box-shadow: black, 0, 0, 0, 2px;
  box-shadow: black, 0, 0, 0, 2px;
  position: relative;
}
/* line 474, ../sass/screen.sass */
.info-tooltip .info:after {
  content: " ";
  width: 0;
  height: 0;
  border: solid transparent;
  border-top-color: black;
  border-width: 15px 15px;
  top: 100%;
  left: 10px;
  position: absolute;
}
/* line 96, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_mixins.sass */
.info-tooltip .info:after:after {
  content: " ";
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-top-color: black;
  border-width: 15px 15px;
  top: -15px;
  left: -15px;
}

/* line 482, ../sass/screen.sass */
.show-overflow {
  overflow: visible !important;
}

/* line 486, ../sass/screen.sass */
.input-field input {
  border: none;
  outline: none;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  background-color: transparent;
  height: 100%;
  padding: 0;
  margin: 0;
  color: #303030;
}

/* line 489, ../sass/screen.sass */
.clickable {
  cursor: pointer;
}

/* line 492, ../sass/screen.sass */
.has-access {
  display: none;
}

/* line 495, ../sass/screen.sass */
.has-token .has-access {
  display: block;
}
/* line 497, ../sass/screen.sass */
.has-token .no-access {
  display: none;
}

/* line 501, ../sass/screen.sass */
body.four04 #header-wrapper {
  background: white;
}
/* line 503, ../sass/screen.sass */
body.four04 #header-wrapper #header {
  border-right-color: #e2e3e4;
}
/* line 505, ../sass/screen.sass */
body.four04 #header-wrapper #header h1 a {
  border-left-color: #e2e3e4;
  border-right-color: #e2e3e4;
}
/* line 508, ../sass/screen.sass */
body.four04 #header-wrapper .menu-header {
  display: none;
}
/* line 510, ../sass/screen.sass */
body.four04 h2 {
  margin: 40px 15px;
}
/* line 512, ../sass/screen.sass */
body.four04 .button {
  -webkit-transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  -moz-transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  -ms-transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  -o-transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  transition: box-shadow 100ms linear, background 100ms linear, color 100ms linear;
  -webkit-box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 3px 0;
  -moz-box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 3px 0;
  box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 3px 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  text-transform: capitalize;
  border: 1px solid #1da7eb;
  background-color: #d2edfb;
  color: #1da7eb;
  line-height: normal;
  text-indent: 0;
  white-space: normal;
  margin-left: 10px;
  white-space: nowrap;
  height: 50px;
  width: 170px;
  padding: 17px;
  text-align: center;
}
/* line 174, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_mixins.sass */
body.four04 .button:hover {
  -webkit-box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 5px 0;
  -moz-box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 5px 0;
  box-shadow: rgba(128, 128, 128, 0.25) 1px 1px 5px 0;
  background-color: #e8f6fd;
}
/* line 182, /Applications/MAMP/htdocs/franklin-static/wp-content/themes/franklin-static/sass/_mixins.sass */
body.four04 .button:active {
  -webkit-box-shadow: #1da7eb 1px 1px 0 0 inset;
  -moz-box-shadow: #1da7eb 1px 1px 0 0 inset;
  box-shadow: #1da7eb 1px 1px 0 0 inset;
}
/* line 518, ../sass/screen.sass */
body.four04 #stage {
  background: none;
  height: 150px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* line 523, ../sass/screen.sass */
body.four04 .strip {
  height: 500px;
  background: url(../images/404_graphic_full.png) no-repeat left center;
  background-position: left center;
}
@media only screen and (min-width: 1000px) and (max-width:1150px) {
  /* line 523, ../sass/screen.sass */
  body.four04 .strip {
    background-position: left center;
  }
}
@media only screen and (max-width : 1000px) {
  /* line 523, ../sass/screen.sass */
  body.four04 .strip {
    background-position: 10% center;
  }
}
/* line 527, ../sass/screen.sass */
body.four04 .content {
  border: none;
  display: block;
  position: absolute;
  right: 25px;
  width: 450px;
  padding-top: 70px;
}
