/*!
	Theme Name: My Career Focus
	Description: A Custom Theme for My Career Focus
	Author: Build Create Studios
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/* line 17, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* FONT */
/* Black Tie font and weights */
/* COLORS */
/* GRID SYSTEM */
/* MOBILE NAV */
/* Functions */
/* line 1, sass/partials/_type.scss */
body {
  font-size: 16px;
  line-height: 1.4em;
  font-family: "Oswald";
  color: #666666;
}

/* line 8, sass/partials/_type.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
  margin-bottom: 0.4em;
  color: black;
}

/* line 14, sass/partials/_type.scss */
h1 {
  font-size: 28.8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 50em) {
  /* line 14, sass/partials/_type.scss */
  h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* line 21, sass/partials/_type.scss */
h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 50em) {
  /* line 21, sass/partials/_type.scss */
  h2 {
    font-size: 20.8px;
    font-size: 1.3rem;
  }
}

/* line 28, sass/partials/_type.scss */
h3 {
  font-size: 22.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 50em) {
  /* line 28, sass/partials/_type.scss */
  h3 {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}

/* line 35, sass/partials/_type.scss */
h4 {
  font-size: 19.2px;
  font-size: 1.2rem;
}
@media screen and (max-width: 50em) {
  /* line 35, sass/partials/_type.scss */
  h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

/* line 42, sass/partials/_type.scss */
h5, h6 {
  font-size: 16px;
  font-size: 1rem;
}

/* line 46, sass/partials/_type.scss */
strong {
  font-family: "Oswald Bold";
}

/* line 50, sass/partials/_type.scss */
em {
  font-style: italic;
}

/* line 54, sass/partials/_type.scss */
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.25em;
}

/* clear */
/* line 2, sass/partials/_base.scss */
.clear:before, .clear:after {
  content: ' ';
  display: table;
}

/* line 7, sass/partials/_base.scss */
.clear:after {
  clear: both;
}

/* line 11, sass/partials/_base.scss */
.clear {
  *zoom: 1;
}

/* line 15, sass/partials/_base.scss */
.clearer {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}

/* line 22, sass/partials/_base.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* line 28, sass/partials/_base.scss */
a {
  color: #0061a8;
  text-decoration: none;
}

/* line 33, sass/partials/_base.scss */
a:hover {
  color: #0061a8;
}

/* line 37, sass/partials/_base.scss */
a:focus {
  outline: 0;
}

/* line 41, sass/partials/_base.scss */
a:hover, a:active {
  outline: 0;
}

/* line 45, sass/partials/_base.scss */
input:focus {
  outline: 0;
  border: 1px solid #0061a8;
}

/* line 50, sass/partials/_base.scss */
iframe {
  display: block;
}

/* line 54, sass/partials/_base.scss */
.hidden {
  display: none;
}

/* global box-sizing */
/* line 59, sass/partials/_base.scss */
*, *:after, *:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* line 68, sass/partials/_base.scss */
body {
  background: #eeeeee;
}

/* scroll to top link */
/* line 73, sass/partials/_base.scss */
#top-link {
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 22.4px;
  font-size: 1.4rem;
  display: none;
  position: fixed;
  bottom: 10px;
  right: 5%;
  padding: 5px 10px 10px;
  background: black;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  z-index: 9999;
  -webkit-transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
/* line 92, sass/partials/_base.scss */
#top-link span {
  display: block;
  font-size: 11.2px;
  font-size: 0.7rem;
  line-height: 0.8em;
}
/* line 98, sass/partials/_base.scss */
#top-link:hover {
  background: black;
  background: rgba(0, 0, 0, 0.8);
}

/* line 103, sass/partials/_base.scss */
#main {
  margin: 60px auto;
}

/* line 107, sass/partials/_base.scss */
.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  min-width: 990px;
}
@media screen and (max-width: 46.875em) {
  /* line 107, sass/partials/_base.scss */
  .wrapper {
    width: 97.5%;
  }
}
@media screen and (min-width: 0em) {
  /* line 107, sass/partials/_base.scss */
  .wrapper {
    min-width: 0;
  }
}

/* line 123, sass/partials/_base.scss */
.button {
  font-family: "Oswald Light";
  letter-spacing: 1px;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  background: #0061a8;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -ms-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
  text-shadow: none !important;
}
/* line 141, sass/partials/_base.scss */
.button:hover {
  background: #007edb;
}

/* line 146, sass/partials/_base.scss */
.slides img {
  display: block;
}

/* line 150, sass/partials/_base.scss */
.page-title {
  font-size: 38.4px;
  font-size: 2.4rem;
  font-family: "Oswald Bold";
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
@media screen and (max-width: 37.5em) {
  /* line 150, sass/partials/_base.scss */
  .page-title {
    font-size: 28.8px;
    font-size: 1.8rem;
  }
}

/* line 167, sass/partials/_base.scss */
.custom-excerpt {
  margin-bottom: 10px;
}

/* line 173, sass/partials/_base.scss */
.embed-container,
.embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

/* line 188, sass/partials/_base.scss */
.embed-youtube iframe,
.embed-youtube object,
.embed-youtube embed,
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 199, sass/partials/_base.scss */
.user-content h1, .user-content h2, .user-content h3, .user-content h4, .user-content h5, .user-content h6,
#tinymce h1,
#tinymce h2,
#tinymce h3,
#tinymce h4,
#tinymce h5,
#tinymce h6 {
  font-family: "Oswald";
  line-height: 1em;
  margin-bottom: 0.4em;
  color: black;
}
/* line 205, sass/partials/_base.scss */
.user-content h1,
#tinymce h1 {
  font-size: 28.8px;
  font-size: 1.8rem;
}
/* line 208, sass/partials/_base.scss */
.user-content h2,
#tinymce h2 {
  font-size: 22.4px;
  font-size: 1.4rem;
}
/* line 211, sass/partials/_base.scss */
.user-content h3,
#tinymce h3 {
  font-size: 19.2px;
  font-size: 1.2rem;
}
/* line 214, sass/partials/_base.scss */
.user-content h4, .user-content h5, .user-content h6,
#tinymce h4,
#tinymce h5,
#tinymce h6 {
  color: #666;
  font-size: 17.6px;
  font-size: 1.1rem;
}
/* line 219, sass/partials/_base.scss */
.user-content ul,
#tinymce ul {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
}
/* line 225, sass/partials/_base.scss */
.user-content ul li,
#tinymce ul li {
  margin-left: 0;
  margin-bottom: 10px;
  list-style: none;
}
/* line 230, sass/partials/_base.scss */
.user-content ul li:before,
#tinymce ul li:before {
  content: "\f093";
  color: #ff9900;
  font-family: "Black Tie";
  font-weight: 400;
  margin-right: 10px;
  font-size: 12.8px;
  font-size: 0.8rem;
}
/* line 241, sass/partials/_base.scss */
.user-content blockquote,
#tinymce blockquote {
  font-family: "Oswald";
  margin: 60px;
  font-size: 28.8px;
  font-size: 1.8rem;
  border: none;
  padding: 0;
  position: relative;
  font-style: inherit;
  line-height: 1.5em;
}
/* line 251, sass/partials/_base.scss */
.user-content blockquote:before,
#tinymce blockquote:before {
  font-size: 41.6px;
  font-size: 2.6rem;
  font-family: "Black Tie";
  font-weight: 900;
  color: #eee;
  content: "\F036";
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: -1;
}
/* line 264, sass/partials/_base.scss */
.user-content p,
#tinymce p {
  margin-bottom: 1.4em;
}
/* line 268, sass/partials/_base.scss */
.user-content strong,
#tinymce strong {
  font-weight: normal;
  font-family: "Oswald Bold";
}
/* line 273, sass/partials/_base.scss */
.user-content em,
#tinymce em {
  font-style: italic;
}
/* line 277, sass/partials/_base.scss */
.user-content hr,
#tinymce hr {
  border: none;
  border-top: 1px solid #cccccc;
  margin: 10px 0;
}

/* line 3, sass/partials/_grid.scss */
.grid img {
  width: 100%;
}
@media screen and (max-width: 25em) {
  /* line 13, sass/partials/_grid.scss */
  .grid .seven-col-grid.no-min,
  .grid .six-col-grid.no-min,
  .grid .five-col-grid.no-min,
  .grid .four-col-grid.no-min,
  .grid .three-col-grid.no-min,
  .grid .two-col-grid.no-min {
    width: 100%;
    margin-left: 0;
  }
}

/* line 22, sass/partials/_grid.scss */
.seven-col-grid {
  width: 12.85%;
  float: left;
  margin-bottom: 3%;
  margin-left: 1.675%;
  margin-top: 0;
}
/* line 29, sass/partials/_grid.scss */
.seven-col-grid.seven-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 65em) {
  /* line 29, sass/partials/_grid.scss */
  .seven-col-grid.seven-col-clear {
    clear: none;
    margin-left: 4%;
  }
}

/* line 40, sass/partials/_grid.scss */
.six-col-grid {
  width: 15%;
  float: left;
  margin-bottom: 3%;
  margin-left: 2%;
  margin-top: 0;
}
/* line 47, sass/partials/_grid.scss */
.six-col-grid.six-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 65em) {
  /* line 47, sass/partials/_grid.scss */
  .six-col-grid.six-col-clear {
    clear: none;
    margin-left: 4%;
  }
}

/* line 58, sass/partials/_grid.scss */
.five-col-grid {
  width: 18%;
  float: left;
  margin-bottom: 4%;
  margin-left: 2.5%;
  margin-top: 0;
}
/* line 65, sass/partials/_grid.scss */
.five-col-grid.five-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 65em) {
  /* line 65, sass/partials/_grid.scss */
  .five-col-grid.five-col-clear {
    clear: none;
    margin-left: 4%;
  }
}

@media screen and (max-width: 65em) {
  /* line 79, sass/partials/_grid.scss */
  .five-col-grid,
  .six-col-grid,
  .seven-col-grid {
    width: 22%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 50em) {
  /* line 79, sass/partials/_grid.scss */
  .five-col-grid,
  .six-col-grid,
  .seven-col-grid {
    width: 30.5%;
  }
}
@media screen and (max-width: 50em) {
  /* line 79, sass/partials/_grid.scss */
  .five-col-grid,
  .six-col-grid,
  .seven-col-grid {
    width: 48%;
  }
}
@media screen and (max-width: 65em) {
  /* line 94, sass/partials/_grid.scss */
  .five-col-grid.four-col-clear,
  .six-col-grid.four-col-clear,
  .seven-col-grid.four-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  /* line 94, sass/partials/_grid.scss */
  .five-col-grid.four-col-clear,
  .six-col-grid.four-col-clear,
  .seven-col-grid.four-col-clear {
    clear: none;
    margin-left: 4%;
  }
}
@media screen and (max-width: 50em) {
  /* line 105, sass/partials/_grid.scss */
  .five-col-grid.three-col-clear,
  .six-col-grid.three-col-clear,
  .seven-col-grid.three-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  /* line 105, sass/partials/_grid.scss */
  .five-col-grid.three-col-clear,
  .six-col-grid.three-col-clear,
  .seven-col-grid.three-col-clear {
    clear: none;
    margin-left: 4%;
  }
}
@media screen and (max-width: 50em) {
  /* line 117, sass/partials/_grid.scss */
  .five-col-grid.two-col-clear,
  .six-col-grid.two-col-clear,
  .seven-col-grid.two-col-clear {
    clear: left;
    margin-left: 0;
  }
}

/* line 125, sass/partials/_grid.scss */
.four-col-grid {
  width: 22%;
  float: left;
  margin-bottom: 4%;
  margin-left: 4%;
  margin-top: 0;
}
@media screen and (max-width: 50em) {
  /* line 125, sass/partials/_grid.scss */
  .four-col-grid {
    width: 30.5%;
  }
}
@media screen and (max-width: 50em) {
  /* line 125, sass/partials/_grid.scss */
  .four-col-grid {
    width: 48%;
  }
}
/* line 140, sass/partials/_grid.scss */
.four-col-grid.four-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 50em) {
  /* line 140, sass/partials/_grid.scss */
  .four-col-grid.four-col-clear {
    clear: none;
    margin-left: 4%;
  }
}
@media screen and (max-width: 50em) {
  /* line 150, sass/partials/_grid.scss */
  .four-col-grid.three-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  /* line 150, sass/partials/_grid.scss */
  .four-col-grid.three-col-clear {
    clear: none;
    margin-left: 4%;
  }
}
@media screen and (max-width: 50em) {
  /* line 162, sass/partials/_grid.scss */
  .four-col-grid.two-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  /* line 169, sass/partials/_grid.scss */
  .four-col-grid.four-col-min {
    width: 22%;
  }
}
@media screen and (max-width: 50em) {
  /* line 169, sass/partials/_grid.scss */
  .four-col-grid.four-col-min {
    width: 22%;
  }
}
/* line 178, sass/partials/_grid.scss */
.four-col-grid.four-col-min.four-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 50em) {
  /* line 178, sass/partials/_grid.scss */
  .four-col-grid.four-col-min.four-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  /* line 187, sass/partials/_grid.scss */
  .four-col-grid.four-col-min.four-col-clear.three-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  /* line 187, sass/partials/_grid.scss */
  .four-col-grid.four-col-min.four-col-clear.three-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  /* line 199, sass/partials/_grid.scss */
  .four-col-grid.four-col-min.four-col-clear.two-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  /* line 207, sass/partials/_grid.scss */
  .four-col-grid.four-col-min.three-col-clear {
    clear: none;
    margin-left: 4%;
  }
}
@media screen and (max-width: 50em) {
  /* line 207, sass/partials/_grid.scss */
  .four-col-grid.four-col-min.three-col-clear {
    clear: none;
    margin-left: 4%;
  }
}
@media screen and (max-width: 50em) {
  /* line 219, sass/partials/_grid.scss */
  .four-col-grid.four-col-min.two-col-clear {
    clear: none;
    margin-left: 4%;
  }
}

/* line 230, sass/partials/_grid.scss */
.three-col-grid {
  width: 30%;
  float: left;
  margin-bottom: 5%;
  margin-left: 5%;
}
@media screen and (max-width: 50em) {
  /* line 230, sass/partials/_grid.scss */
  .three-col-grid {
    width: 49%;
    margin-bottom: 2%;
    margin-left: 2%;
  }
}
/* line 242, sass/partials/_grid.scss */
.three-col-grid.three-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 50em) {
  /* line 242, sass/partials/_grid.scss */
  .three-col-grid.three-col-clear {
    clear: none;
    margin-left: 2%;
  }
}
@media screen and (max-width: 50em) {
  /* line 252, sass/partials/_grid.scss */
  .three-col-grid.two-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  /* line 259, sass/partials/_grid.scss */
  .three-col-grid.three-col-min {
    width: 30%;
    margin-bottom: 5%;
    margin-left: 5%;
  }
}
/* line 266, sass/partials/_grid.scss */
.three-col-grid.three-col-min.three-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 50em) {
  /* line 266, sass/partials/_grid.scss */
  .three-col-grid.three-col-min.three-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  /* line 275, sass/partials/_grid.scss */
  .three-col-grid.three-col-min.three-col-clear.two-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  /* line 283, sass/partials/_grid.scss */
  .three-col-grid.three-col-min.two-col-clear {
    clear: none;
    margin-left: 5%;
  }
}

/* line 294, sass/partials/_grid.scss */
.two-col-grid {
  width: 49%;
  float: left;
  margin-bottom: 2%;
  margin-left: 2%;
}
/* line 300, sass/partials/_grid.scss */
.two-col-grid.two-col-clear {
  clear: left;
  margin-left: 0;
}

/* line 2, sass/partials/_ffs.scss */
body.ffs {
  background: none;
}
/* line 5, sass/partials/_ffs.scss */
body.ffs #main {
  margin: 0 auto;
}
/* line 9, sass/partials/_ffs.scss */
body.ffs .styled-ul {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 14, sass/partials/_ffs.scss */
body.ffs .styled-ul li {
  margin-bottom: 10px;
}
/* line 17, sass/partials/_ffs.scss */
body.ffs .styled-ul li:before {
  content: "\f093";
  font-family: "Black Tie";
  font-weight: 400;
  margin-right: 10px;
}

/* line 30, sass/partials/_ffs.scss */
.ffs #header {
  height: auto;
  background: none;
}
/* line 34, sass/partials/_ffs.scss */
.ffs #header .logo-wrap {
  width: 100%;
}
/* line 37, sass/partials/_ffs.scss */
.ffs #header .logo-wrap .logo {
  padding: 20px;
  float: none;
  width: 35%;
}
@media screen and (max-width: 40.625em) {
  /* line 37, sass/partials/_ffs.scss */
  .ffs #header .logo-wrap .logo {
    padding: 10px;
  }
}
/* line 48, sass/partials/_ffs.scss */
.ffs #header .logo-wrap .edition-info {
  padding: 40px 10px;
  text-align: center;
  background: #f63c12;
}
@media screen and (max-width: 53.125em) {
  /* line 48, sass/partials/_ffs.scss */
  .ffs #header .logo-wrap .edition-info {
    padding: 20px 10px;
  }
}
/* line 58, sass/partials/_ffs.scss */
.ffs #header .logo-wrap .edition-info .search-wrap {
  float: right;
  padding: 0 0 15px 15px;
  width: 100%;
}
/* line 63, sass/partials/_ffs.scss */
.ffs #header .logo-wrap .edition-info .search-wrap form {
  float: right;
  width: 100%;
  max-width: 300px;
}
/* line 68, sass/partials/_ffs.scss */
.ffs #header .logo-wrap .edition-info .search-wrap form input {
  width: 85%;
  border: 1px solid #12558b;
  background: white;
  padding: 5px 10px;
  float: right;
}
@media screen and (max-width: 28.125em) {
  /* line 68, sass/partials/_ffs.scss */
  .ffs #header .logo-wrap .edition-info .search-wrap form input {
    width: 80%;
  }
}
/* line 81, sass/partials/_ffs.scss */
.ffs #header .logo-wrap .edition-info .search-wrap form button {
  font-size: 22.4px;
  font-size: 1.4rem;
  background: none;
  padding: 0 10px;
  color: white;
  float: right;
  margin: 0 2.5%;
  width: 10%;
  min-width: 24px;
}
/* line 94, sass/partials/_ffs.scss */
.ffs #header .logo-wrap .edition-info .institution-name {
  color: white;
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.2em;
}
@media screen and (max-width: 53.125em) {
  /* line 94, sass/partials/_ffs.scss */
  .ffs #header .logo-wrap .edition-info .institution-name {
    font-size: 25.6px;
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 40.625em) {
  /* line 94, sass/partials/_ffs.scss */
  .ffs #header .logo-wrap .edition-info .institution-name {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 111, sass/partials/_ffs.scss */
.ffs #header .logo-wrap .edition-info .edition-name {
  color: white;
  font-family: Georgia, Serif;
  margin-bottom: 0;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 53.125em) {
  /* line 111, sass/partials/_ffs.scss */
  .ffs #header .logo-wrap .edition-info .edition-name {
    font-size: 20.8px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 40.625em) {
  /* line 111, sass/partials/_ffs.scss */
  .ffs #header .logo-wrap .edition-info .edition-name {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}
/* line 128, sass/partials/_ffs.scss */
.ffs #header .nav-position {
  position: relative;
}
/* line 131, sass/partials/_ffs.scss */
.ffs #header .nav-position .nav-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
/* line 137, sass/partials/_ffs.scss */
.ffs #header .nav-position .nav-wrap .main-nav-wrap {
  background: white;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 0;
}
@media screen and (max-width: 65.625em) {
  /* line 137, sass/partials/_ffs.scss */
  .ffs #header .nav-position .nav-wrap .main-nav-wrap {
    padding: 0;
  }
}
/* line 145, sass/partials/_ffs.scss */
.ffs #header .nav-position .nav-wrap .main-nav-wrap .main-nav {
  float: left;
  text-align: left;
}
/* line 150, sass/partials/_ffs.scss */
.ffs #header .nav-position .nav-wrap .main-nav-wrap .main-nav ul li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}
/* line 153, sass/partials/_ffs.scss */
.ffs #header .nav-position .nav-wrap .main-nav-wrap .main-nav ul li a {
  font-weight: bold;
  line-height: 1.6em;
  display: block;
  margin-right: 10px;
  color: black;
  text-transform: none;
  transition: 0.25s ease-in-out;
}
/* line 166, sass/partials/_ffs.scss */
.ffs #header .nav-position .nav-wrap .main-nav-wrap .social-nav {
  float: right;
  text-align: right;
  font-size: 25.6px;
  font-size: 1.6rem;
}
@media screen and (max-width: 65.625em) {
  /* line 166, sass/partials/_ffs.scss */
  .ffs #header .nav-position .nav-wrap .main-nav-wrap .social-nav {
    display: none;
  }
}
/* line 177, sass/partials/_ffs.scss */
.ffs #header .nav-position .nav-wrap .main-nav-wrap .social-nav ul li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}
/* line 180, sass/partials/_ffs.scss */
.ffs #header .nav-position .nav-wrap .main-nav-wrap .social-nav ul li a {
  display: block;
  margin-left: 20px;
  transition: 0.25s ease-in-out;
}
/* line 189, sass/partials/_ffs.scss */
.ffs #header .nav-position .nav-wrap .main-nav-wrap .nav-handle {
  line-height: 1.2em;
  padding: 10px;
}
/* line 195, sass/partials/_ffs.scss */
.ffs #header .nav-position .nav-wrap .search-wrap {
  float: right;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 0 15px 15px;
}
@media screen and (max-width: 65.625em) {
  /* line 195, sass/partials/_ffs.scss */
  .ffs #header .nav-position .nav-wrap .search-wrap {
    display: none;
  }
}
/* line 205, sass/partials/_ffs.scss */
.ffs #header .nav-position .nav-wrap .search-wrap input {
  width: 260px;
  border: 1px solid #12558b;
  background: none;
  padding: 5px 10px;
}
/* line 212, sass/partials/_ffs.scss */
.ffs #header .nav-position .nav-wrap .search-wrap button {
  font-size: 22.4px;
  font-size: 1.4rem;
  background: none;
  padding: 0 10px;
  color: #f63c12;
}
/* line 223, sass/partials/_ffs.scss */
.ffs .splash-title {
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
}
/* line 229, sass/partials/_ffs.scss */
.ffs .featured-articles {
  position: relative;
  background: #eee;
  padding: 20px 0 40px;
}
@media screen and (max-width: 40.625em) {
  /* line 229, sass/partials/_ffs.scss */
  .ffs .featured-articles {
    padding: 20px 0;
  }
}
/* line 238, sass/partials/_ffs.scss */
.ffs .featured-articles .featured-articles-title {
  float: left;
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 247, sass/partials/_ffs.scss */
.ffs .featured-articles .all-articles {
  font-family: "Oswald Light";
  letter-spacing: 1px;
  font-size: 19.2px;
  font-size: 1.2rem;
  float: right;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 28.125em) {
  /* line 247, sass/partials/_ffs.scss */
  .ffs .featured-articles .all-articles {
    clear: left;
    float: left;
  }
}
/* line 261, sass/partials/_ffs.scss */
.ffs .featured-articles .all-articles i {
  margin-left: 10px;
}
/* line 267, sass/partials/_ffs.scss */
.ffs .featured-articles .featured-slick-slider .featured-item {
  margin: 0 5px;
  text-align: center;
  font-size: 17.6px;
  font-size: 1.1rem;
}
@media screen and (max-width: 53.125em) {
  /* line 267, sass/partials/_ffs.scss */
  .ffs .featured-articles .featured-slick-slider .featured-item {
    font-size: 16px;
    font-size: 1rem;
  }
}
/* line 277, sass/partials/_ffs.scss */
.ffs .featured-articles .featured-slick-slider .featured-item:focus {
  outline: none;
}
/* line 281, sass/partials/_ffs.scss */
.ffs .featured-articles .featured-slick-slider .featured-item .read-wrap {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 53.125em) {
  /* line 281, sass/partials/_ffs.scss */
  .ffs .featured-articles .featured-slick-slider .featured-item .read-wrap {
    margin-bottom: 10px;
  }
}
/* line 290, sass/partials/_ffs.scss */
.ffs .featured-articles .featured-slick-slider .featured-item .read-wrap img {
  width: 100%;
  max-width: inherit;
}
/* line 295, sass/partials/_ffs.scss */
.ffs .featured-articles .featured-slick-slider .featured-item .read-wrap .read-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  width: 100%;
  height: 100%;
  padding-top: 22%;
  font-size: 32px;
  font-size: 2rem;
  font-family: "Oswald Light";
  text-transform: uppercase;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in-out;
}
@media screen and (max-width: 40.625em) {
  /* line 295, sass/partials/_ffs.scss */
  .ffs .featured-articles .featured-slick-slider .featured-item .read-wrap .read-overlay {
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}
/* line 318, sass/partials/_ffs.scss */
.ffs .featured-articles .featured-slick-slider .featured-item .read-wrap:hover .read-overlay {
  opacity: 1;
  visibility: visible;
}
/* line 329, sass/partials/_ffs.scss */
.ffs .featured-articles .slick-prev-arrow,
.ffs .featured-articles .slick-next-arrow {
  position: absolute;
  top: 50%;
  font-size: 32px;
  font-size: 2rem;
  background: white;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0;
  width: 60px;
  height: 60px;
  line-height: 60px;
  transition: all 0.25s ease-in-out;
  z-index: 9;
  padding: 0;
  cursor: pointer;
  margin-top: -30px;
}
/* line 344, sass/partials/_ffs.scss */
.ffs .featured-articles .slick-prev-arrow:hover,
.ffs .featured-articles .slick-next-arrow:hover {
  width: 70px;
}
/* line 350, sass/partials/_ffs.scss */
.ffs .featured-articles .slick-prev-arrow {
  left: 0;
  text-align: right;
  padding-right: 25px;
}
/* line 356, sass/partials/_ffs.scss */
.ffs .featured-articles .slick-next-arrow {
  right: 0;
  text-align: left;
  padding-left: 25px;
}
/* line 363, sass/partials/_ffs.scss */
.ffs .about-this {
  background: #fafafa;
  padding: 60px 0 40px;
}
@media screen and (max-width: 53.125em) {
  /* line 363, sass/partials/_ffs.scss */
  .ffs .about-this {
    padding: 30px 0 20px;
  }
}
/* line 372, sass/partials/_ffs.scss */
.ffs .about-this .about-teaser {
  float: left;
  width: 70%;
}
@media screen and (max-width: 53.125em) {
  /* line 372, sass/partials/_ffs.scss */
  .ffs .about-this .about-teaser {
    width: 100%;
    margin-bottom: 20px;
  }
}
/* line 382, sass/partials/_ffs.scss */
.ffs .about-this .about-teaser .about-title {
  text-transform: uppercase;
  font-family: "Oswald";
  margin-bottom: 20px;
}
/* line 388, sass/partials/_ffs.scss */
.ffs .about-this .about-teaser .about-excerpt {
  font-family: 'Open Sans', 'Sans serif';
  padding-bottom: 30px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
}
@media screen and (max-width: 53.125em) {
  /* line 388, sass/partials/_ffs.scss */
  .ffs .about-this .about-teaser .about-excerpt {
    margin-bottom: 15px;
  }
}
/* line 400, sass/partials/_ffs.scss */
.ffs .about-this .about-teaser .read-more {
  float: right;
  text-transform: uppercase;
  font-family: "Oswald Light";
  letter-spacing: 1px;
}
/* line 406, sass/partials/_ffs.scss */
.ffs .about-this .about-teaser .read-more i {
  margin-left: 10px;
}
/* line 412, sass/partials/_ffs.scss */
.ffs .about-this .edition-categories {
  float: right;
  width: 25%;
}
@media screen and (max-width: 53.125em) {
  /* line 412, sass/partials/_ffs.scss */
  .ffs .about-this .edition-categories {
    display: none;
  }
}
/* line 420, sass/partials/_ffs.scss */
.ffs .about-this .edition-categories .categories-title {
  font-size: 22.4px;
  font-size: 1.4rem;
  font-family: "Oswald Light";
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 431, sass/partials/_ffs.scss */
.ffs .home-primary .page-content {
  margin: 40px auto;
}
/* line 436, sass/partials/_ffs.scss */
.ffs .page-content {
  float: left;
  width: 70%;
  font-family: 'Open Sans', 'Sans serif';
}
@media screen and (max-width: 53.125em) {
  /* line 436, sass/partials/_ffs.scss */
  .ffs .page-content {
    width: 100%;
  }
}
/* line 446, sass/partials/_ffs.scss */
.ffs .page-content .featured-image {
  width: 100%;
  max-width: none;
}
/* line 452, sass/partials/_ffs.scss */
.ffs .page-content .edition-article .featured-image {
  margin-bottom: 20px;
}
/* line 457, sass/partials/_ffs.scss */
.ffs .page-content .article-title {
  font-size: 25.6px;
  font-size: 1.6rem;
  font-family: "Oswald Light";
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media screen and (max-width: 40.625em) {
  /* line 457, sass/partials/_ffs.scss */
  .ffs .page-content .article-title {
    font-size: 22.4px;
    font-size: 1.4rem;
  }
}
/* line 469, sass/partials/_ffs.scss */
.ffs .page-content .more {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 60px;
}
/* line 475, sass/partials/_ffs.scss */
.ffs .page-content .more .read-more {
  float: right;
  font-family: "Oswald Light";
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 481, sass/partials/_ffs.scss */
.ffs .page-content .more .read-more i {
  margin-left: 10px;
}
/* line 486, sass/partials/_ffs.scss */
.ffs .page-content .more .find-more {
  float: left;
  font-family: "Oswald";
  text-transform: uppercase;
}
/* line 491, sass/partials/_ffs.scss */
.ffs .page-content .more .find-more a {
  font-family: "Oswald Light";
  letter-spacing: 1px;
  text-transform: none;
}
/* line 500, sass/partials/_ffs.scss */
.ffs .page-content .share-more {
  padding: 15px 0;
  font-family: "Oswald Light";
  letter-spacing: 1px;
  color: #666;
}
/* line 506, sass/partials/_ffs.scss */
.ffs .page-content .share-more .find-more {
  float: left;
}
/* line 509, sass/partials/_ffs.scss */
.ffs .page-content .share-more .find-more span {
  text-transform: uppercase;
}
/* line 514, sass/partials/_ffs.scss */
.ffs .page-content .share-more .sharing-icons {
  float: right;
}
/* line 517, sass/partials/_ffs.scss */
.ffs .page-content .share-more .sharing-icons .sharing-title {
  margin-right: 5px;
  text-transform: uppercase;
}
/* line 522, sass/partials/_ffs.scss */
.ffs .page-content .share-more .sharing-icons a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  margin-left: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 15px;
  text-align: center;
  color: white;
}
/* line 532, sass/partials/_ffs.scss */
.ffs .page-content .share-more .sharing-icons a.facebook {
  background: #3287d0;
}
/* line 536, sass/partials/_ffs.scss */
.ffs .page-content .share-more .sharing-icons a.twitter {
  background: #40dbf2;
}
/* line 540, sass/partials/_ffs.scss */
.ffs .page-content .share-more .sharing-icons a.linkedin {
  background: #31639b;
}
/* line 544, sass/partials/_ffs.scss */
.ffs .page-content .share-more .sharing-icons a.googleplus {
  background: #98b739;
}
/* line 548, sass/partials/_ffs.scss */
.ffs .page-content .share-more .sharing-icons a.pinterest {
  background: #bd2126;
}
/* line 552, sass/partials/_ffs.scss */
.ffs .page-content .share-more .sharing-icons a.email {
  background: black;
}
/* line 559, sass/partials/_ffs.scss */
.ffs .page-content .user-content {
  margin: 40px 0;
}
/* line 562, sass/partials/_ffs.scss */
.ffs .page-content .user-content h1, .ffs .page-content .user-content h2, .ffs .page-content .user-content h3, .ffs .page-content .user-content h4, .ffs .page-content .user-content h5, .ffs .page-content .user-content h6 {
  font-family: "Oswald";
}
/* line 565, sass/partials/_ffs.scss */
.ffs .page-content .user-content h1 {
  font-size: 28.8px;
  font-size: 1.8rem;
}
/* line 568, sass/partials/_ffs.scss */
.ffs .page-content .user-content h2 {
  font-size: 22.4px;
  font-size: 1.4rem;
}
/* line 571, sass/partials/_ffs.scss */
.ffs .page-content .user-content h3 {
  font-size: 19.2px;
  font-size: 1.2rem;
}
/* line 574, sass/partials/_ffs.scss */
.ffs .page-content .user-content h4, .ffs .page-content .user-content h5, .ffs .page-content .user-content h6 {
  color: #666;
  font-size: 17.6px;
  font-size: 1.1rem;
}
/* line 579, sass/partials/_ffs.scss */
.ffs .page-content .user-content ul {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
}
/* line 585, sass/partials/_ffs.scss */
.ffs .page-content .user-content ul li {
  margin-left: 0;
  margin-bottom: 10px;
  list-style: none;
}
/* line 590, sass/partials/_ffs.scss */
.ffs .page-content .user-content ul li:before {
  content: "\f093";
  font-family: "Black Tie";
  font-weight: 400;
  margin-right: 10px;
  font-size: 12.8px;
  font-size: 0.8rem;
}
/* line 600, sass/partials/_ffs.scss */
.ffs .page-content .user-content blockquote {
  font-family: "Oswald";
  margin: 60px;
  font-size: 28.8px;
  font-size: 1.8rem;
  border: none;
  padding: 0;
  position: relative;
  font-style: inherit;
  line-height: 1.5em;
}
/* line 610, sass/partials/_ffs.scss */
.ffs .page-content .user-content blockquote:before {
  font-size: 41.6px;
  font-size: 2.6rem;
  font-family: "Black Tie";
  font-weight: 900;
  color: #eee;
  content: "\F036";
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: -1;
}
/* line 624, sass/partials/_ffs.scss */
.ffs .page-content .contact-footer {
  margin-bottom: 40px;
}
/* line 627, sass/partials/_ffs.scss */
.ffs .page-content .contact-footer .contact-title {
  color: white;
  text-transform: uppercase;
  font-family: "Oswald Light";
  letter-spacing: 1px;
  font-size: 22.4px;
  font-size: 1.4rem;
  text-align: center;
  padding: 20px;
}
/* line 637, sass/partials/_ffs.scss */
.ffs .page-content .contact-footer .contact-form {
  padding: 20px 40px;
  font-family: "Oswald";
}
@media screen and (max-width: 40.625em) {
  /* line 637, sass/partials/_ffs.scss */
  .ffs .page-content .contact-footer .contact-form {
    padding: 20px;
  }
}
/* line 646, sass/partials/_ffs.scss */
.ffs .page-content .contact-footer .contact-form .gform_wrapper {
  margin: 0;
}
/* line 649, sass/partials/_ffs.scss */
.ffs .page-content .contact-footer .contact-form .gform_wrapper div.validation_error {
  background: white;
  width: 100%;
  padding: 20px 10px;
}
/* line 655, sass/partials/_ffs.scss */
.ffs .page-content .contact-footer .contact-form .gform_wrapper .ginput_container {
  margin-top: 0;
}
/* line 660, sass/partials/_ffs.scss */
.ffs .page-content .contact-footer .contact-form label {
  display: none;
}
/* line 665, sass/partials/_ffs.scss */
.ffs .page-content .contact-footer .contact-form input,
.ffs .page-content .contact-footer .contact-form textarea {
  background: white;
  border: 1px solid white;
}
/* line 669, sass/partials/_ffs.scss */
.ffs .page-content .contact-footer .contact-form input:focus,
.ffs .page-content .contact-footer .contact-form textarea:focus {
  outline: none;
}
/* line 675, sass/partials/_ffs.scss */
.ffs .page-content .contact-footer .contact-form #field_1_1,
.ffs .page-content .contact-footer .contact-form #field_1_2 {
  width: 49.25%;
  clear: none;
  margin-bottom: 10px;
  margin-top: 0;
}
@media screen and (max-width: 28.125em) {
  /* line 675, sass/partials/_ffs.scss */
  .ffs .page-content .contact-footer .contact-form #field_1_1,
  .ffs .page-content .contact-footer .contact-form #field_1_2 {
    width: 100%;
  }
}
/* line 685, sass/partials/_ffs.scss */
.ffs .page-content .contact-footer .contact-form #field_1_1 input,
.ffs .page-content .contact-footer .contact-form #field_1_2 input {
  width: 100%;
}
/* line 690, sass/partials/_ffs.scss */
.ffs .page-content .contact-footer .contact-form #field_1_1 {
  float: left;
}
/* line 694, sass/partials/_ffs.scss */
.ffs .page-content .contact-footer .contact-form #field_1_2 {
  float: right;
}
/* line 698, sass/partials/_ffs.scss */
.ffs .page-content .contact-footer .contact-form #field_1_3 {
  width: 100%;
  margin-bottom: 10px;
}
/* line 702, sass/partials/_ffs.scss */
.ffs .page-content .contact-footer .contact-form #field_1_3 textarea {
  width: 100%;
}
/* line 707, sass/partials/_ffs.scss */
.ffs .page-content .contact-footer .contact-form .gform_footer {
  margin: 0;
  padding: 0;
}
/* line 711, sass/partials/_ffs.scss */
.ffs .page-content .contact-footer .contact-form .gform_footer #gform_submit_button_1 {
  background: none;
  border: 1px solid white;
  border-radius: 0;
  padding: 10px 40px;
}
/* line 722, sass/partials/_ffs.scss */
.ffs .page-content .pagination-wrap {
  padding-top: 40px;
  margin-bottom: 40px;
}
/* line 726, sass/partials/_ffs.scss */
.ffs .page-content .pagination-wrap .nav-next {
  float: right;
}
/* line 729, sass/partials/_ffs.scss */
.ffs .page-content .pagination-wrap .nav-next a {
  font-family: "Oswald Light";
  letter-spacing: 1px;
  color: white;
  text-transform: uppercase;
  border-radius: 3px;
  display: block;
}
/* line 737, sass/partials/_ffs.scss */
.ffs .page-content .pagination-wrap .nav-next a:after {
  font-family: "Black Tie";
  font-weight: 400;
  content: "\F093";
  margin-left: 10px;
}
/* line 746, sass/partials/_ffs.scss */
.ffs .page-content .pagination-wrap .nav-prev {
  float: left;
}
/* line 749, sass/partials/_ffs.scss */
.ffs .page-content .pagination-wrap .nav-prev a {
  font-family: "Oswald Light";
  letter-spacing: 1px;
  color: white;
  text-transform: uppercase;
  border-radius: 3px;
  display: block;
}
/* line 757, sass/partials/_ffs.scss */
.ffs .page-content .pagination-wrap .nav-prev a:before {
  font-family: "Black Tie";
  font-weight: 400;
  content: "\F092";
  margin-right: 10px;
}
/* line 769, sass/partials/_ffs.scss */
.ffs .sidebar {
  float: right;
  width: 25%;
  margin: 25px 0 40px;
}
@media screen and (max-width: 53.125em) {
  /* line 769, sass/partials/_ffs.scss */
  .ffs .sidebar {
    width: 100%;
  }
}
/* line 780, sass/partials/_ffs.scss */
.ffs .sidebar .edition-categories .categories-title {
  letter-spacing: 1px;
  text-transform: uppercase;
}
/* line 785, sass/partials/_ffs.scss */
.ffs .sidebar .edition-categories .styled-ul {
  margin-bottom: 60px;
}
/* line 791, sass/partials/_ffs.scss */
.ffs .sidebar .sidebar-ad {
  margin-bottom: 20px;
  display: block;
}
/* line 795, sass/partials/_ffs.scss */
.ffs .sidebar .sidebar-ad img {
  width: 100%;
}
/* line 800, sass/partials/_ffs.scss */
.ffs .sidebar .facebook-embed {
  margin-bottom: 20px;
}
/* line 805, sass/partials/_ffs.scss */
.ffs .sidebar .facebook-embed .fb_iframe_widget,
.ffs .sidebar .facebook-embed .fb_iframe_widget span,
.ffs .sidebar .facebook-embed .fb_iframe_widget span iframe[style] {
  width: 100% !important;
}
/* line 812, sass/partials/_ffs.scss */
.ffs .sidebar .sidebar-cta .cta-title {
  font-family: "Oswald Light";
  letter-spacing: 1px;
  color: white;
  font-size: 22.4px;
  font-size: 1.4rem;
  text-align: center;
  padding: 20px;
}
/* line 821, sass/partials/_ffs.scss */
.ffs .sidebar .sidebar-cta .cta-content {
  font-family: "Oswald Light";
  letter-spacing: 1px;
  color: white;
  padding: 20px;
}
/* line 828, sass/partials/_ffs.scss */
.ffs .sidebar .sidebar-cta .cta-link {
  text-align: center;
}
/* line 831, sass/partials/_ffs.scss */
.ffs .sidebar .sidebar-cta .cta-link a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  margin-top: 20px;
  font-family: "Oswald Light";
  letter-spacing: 1px;
  background: white;
  padding: 5px 30px;
}
/* line 843, sass/partials/_ffs.scss */
.ffs #footer {
  padding: 30px 0;
}
/* line 847, sass/partials/_ffs.scss */
.ffs #footer .footer-nav ul {
  text-align: center;
}
/* line 850, sass/partials/_ffs.scss */
.ffs #footer .footer-nav ul li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}
/* line 853, sass/partials/_ffs.scss */
.ffs #footer .footer-nav ul li a {
  font-family: "Oswald Light";
  letter-spacing: 1px;
  padding: 5px 20px;
  display: block;
  color: white;
}
/* line 864, sass/partials/_ffs.scss */
.ffs #footer .copyright {
  margin-top: 30px;
  text-align: center;
  font-family: "Oswald Light";
  letter-spacing: 1px;
  color: white;
  text-transform: uppercase;
}

/* line 1, sass/partials/_header.scss */
#header {
  background: #666666;
  height: 70px;
}
/* line 5, sass/partials/_header.scss */
#header .logo {
  background: #0061a8;
  float: left;
  padding: 0 20px;
}
/* line 10, sass/partials/_header.scss */
#header .logo a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  line-height: 70px;
}
/* line 14, sass/partials/_header.scss */
#header .logo a img {
  vertical-align: middle;
}
/* line 21, sass/partials/_header.scss */
#header .site-title {
  color: white;
  font-size: 22.4px;
  font-size: 1.4rem;
  float: left;
  margin-left: 20px;
  line-height: 70px;
  letter-spacing: 1px;
}

/* line 32, sass/partials/_header.scss */
.main-nav {
  text-align: right;
  display: block;
}
@media screen and (max-width: 65.625em) {
  /* line 32, sass/partials/_header.scss */
  .main-nav {
    width: 100%;
    clear: both;
    display: none;
  }
}
/* line 44, sass/partials/_header.scss */
.main-nav > ul > li {
  font-family: "Oswald Light";
  letter-spacing: 1px;
  font-size: 16px;
  font-size: 1rem;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  position: relative;
}
/* line 52, sass/partials/_header.scss */
.main-nav > ul > li.login-out a {
  border-left: 1px solid white;
  padding-right: 0;
  padding-left: 40px;
  margin-left: 20px;
}
/* line 62, sass/partials/_header.scss */
.main-nav > ul > li.manage-editions a:before {
  font-family: "Black Tie";
  font-weight: 900;
  content: "\f02f";
  margin-right: 10px;
}
/* line 73, sass/partials/_header.scss */
.main-nav > ul > li.manage-details a:before {
  font-family: "Black Tie";
  font-weight: 900;
  content: "\f030";
  margin-right: 10px;
}
/* line 84, sass/partials/_header.scss */
.main-nav > ul > li.edit-profile a:before {
  font-family: "Black Tie";
  font-weight: 900;
  content: "\f0d6";
  margin-right: 10px;
}
/* line 95, sass/partials/_header.scss */
.main-nav > ul > li.help a:before {
  font-family: "Black Tie";
  font-weight: 900;
  content: "\f044";
  margin-right: 10px;
}
/* line 110, sass/partials/_header.scss */
.main-nav > ul > li a {
  line-height: 70px;
  text-transform: uppercase;
  color: white;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
  padding: 0 20px;
}
/* line 125, sass/partials/_header.scss */
.main-nav > ul > li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 65.625em) {
  /* line 125, sass/partials/_header.scss */
  .main-nav > ul > li:hover .sub-menu {
    display: none;
  }
}
/* line 137, sass/partials/_header.scss */
.main-nav > ul > li > .sub-menu {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.15s ease-in-out;
  -moz-transition: visibility 0.15s ease-in-out;
  -ms-transition: visibility 0.15s ease-in-out;
  -o-transition: visibility 0.15s ease-in-out;
  transition: visibility 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  position: absolute;
  top: 2em;
  left: 0;
  z-index: 9999;
  text-align: left;
}
@media screen and (max-width: 65.625em) {
  /* line 137, sass/partials/_header.scss */
  .main-nav > ul > li > .sub-menu {
    position: static;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
  }
}
/* line 171, sass/partials/_header.scss */
.main-nav > ul > li > .sub-menu.nav-shift {
  left: auto;
  right: 0;
  text-align: right;
}
/* line 176, sass/partials/_header.scss */
.main-nav > ul > li > .sub-menu.nav-shift .triangle span {
  left: auto;
  right: 20px;
}
/* line 182, sass/partials/_header.scss */
.main-nav > ul > li > .sub-menu > li {
  background: white;
  background: rgba(255, 255, 255, 0.9);
  padding: 0;
  margin: 0;
}
/* line 188, sass/partials/_header.scss */
.main-nav > ul > li > .sub-menu > li.triangle {
  height: 10px;
  position: relative;
  background: none;
}
@media screen and (max-width: 65.625em) {
  /* line 188, sass/partials/_header.scss */
  .main-nav > ul > li > .sub-menu > li.triangle {
    display: none;
  }
}
/* line 197, sass/partials/_header.scss */
.main-nav > ul > li > .sub-menu > li.triangle span {
  display: block;
  position: absolute;
  left: 20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent white transparent;
  border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent;
}
/* line 210, sass/partials/_header.scss */
.main-nav > ul > li > .sub-menu > li .sub-menu {
  display: none;
}
/* line 215, sass/partials/_header.scss */
.main-nav > ul > li > .sub-menu a {
  display: block;
  white-space: nowrap;
  color: #0061a8;
  text-transform: uppercase;
  padding: 5px 20px;
  width: 100%;
  min-width: 200px;
}
/* line 228, sass/partials/_header.scss */
.main-nav > ul > li > .sub-menu a i {
  margin-right: 10px;
}

/* line 238, sass/partials/_header.scss */
.nav-handle {
  float: right;
  display: none;
  cursor: pointer;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 70px;
  color: white;
}
@media screen and (max-width: 65.625em) {
  /* line 238, sass/partials/_header.scss */
  .nav-handle {
    display: block;
  }
}
@media screen and (max-width: 37.5em) {
  /* line 238, sass/partials/_header.scss */
  .nav-handle {
    line-height: 50px;
  }
}

/* line 1, sass/partials/_sidebar.scss */
.sidebar {
  float: right;
  width: 25%;
}
@media screen and (max-width: 46.875em) {
  /* line 1, sass/partials/_sidebar.scss */
  .sidebar {
    width: 100%;
  }
}

/* line 1, sass/partials/_footer.scss */
#footer {
  background: #666;
  padding: 30px 0;
}
/* line 5, sass/partials/_footer.scss */
#footer .main-nav {
  text-align: center;
  line-height: inherit;
}
/* line 9, sass/partials/_footer.scss */
#footer .main-nav li {
  margin: 0;
}

/* line 2, sass/partials/_pages.scss */
.page .wp-editor-container {
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
}
/* line 8, sass/partials/_pages.scss */
.page .wp-editor-wrap button {
  border-radius: 0;
}
/* line 11, sass/partials/_pages.scss */
.page .wp-editor-wrap button:hover {
  background: none;
}

/* line 18, sass/partials/_pages.scss */
.eb-alert {
  padding: 10px;
  color: #333333;
  background: #ffffe0;
  border: 1px solid #e6db55;
  margin-bottom: 20px;
}
/* line 25, sass/partials/_pages.scss */
.eb-alert i {
  margin-right: 5px;
}
/* line 29, sass/partials/_pages.scss */
.eb-alert .close-alert {
  float: right;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  border-radius: 10px;
  height: 16px;
}

/* line 40, sass/partials/_pages.scss */
.register .section-title {
  margin-bottom: 40px;
}
/* line 45, sass/partials/_pages.scss */
.register .styled p {
  margin-bottom: 10px;
}
/* line 49, sass/partials/_pages.scss */
.register .styled ul {
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 40px;
}
/* line 58, sass/partials/_pages.scss */
.register #setupform .eb-slug-fields {
  margin-bottom: 40px;
}
/* line 61, sass/partials/_pages.scss */
.register #setupform .eb-slug-fields > div {
  float: left;
  width: 25%;
}
/* line 66, sass/partials/_pages.scss */
.register #setupform .eb-slug-fields > div input,
.register #setupform .eb-slug-fields > div select {
  width: 98%;
  margin: 5px 0;
}
/* line 73, sass/partials/_pages.scss */
.register #setupform .input-field {
  margin-bottom: 40px;
}
/* line 77, sass/partials/_pages.scss */
.register #setupform label {
  display: block;
  line-height: 1em;
  cursor: pointer;
  color: black;
}
/* line 85, sass/partials/_pages.scss */
.register #setupform input[type="text"],
.register #setupform input[type="email"] {
  margin: 5px 0;
  width: 100%;
}
/* line 90, sass/partials/_pages.scss */
.register #setupform input[type="radio"] {
  float: left;
  margin-right: 10px;
}
/* line 95, sass/partials/_pages.scss */
.register #setupform p.submit {
  margin: 40px 0;
}
/* line 99, sass/partials/_pages.scss */
.register #setupform .error {
  padding: 10px;
  color: #333333;
  background: #FFEBE8;
  border: 1px solid #CC0000;
  margin-top: 5px;
}

/* line 109, sass/partials/_pages.scss */
.manage-editions {
  margin-bottom: 40px;
}
/* line 112, sass/partials/_pages.scss */
.manage-editions .section-title {
  font-family: "Oswald Light";
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
/* line 118, sass/partials/_pages.scss */
.manage-editions .section-title i {
  margin-right: 5px;
}
/* line 123, sass/partials/_pages.scss */
.manage-editions .new-edition {
  float: right;
  color: white;
  background: #666666;
}
/* line 128, sass/partials/_pages.scss */
.manage-editions .new-edition i {
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-right: 5px;
  vertical-align: baseline;
}
/* line 135, sass/partials/_pages.scss */
.manage-editions table {
  width: 100%;
  background: white;
}
/* line 139, sass/partials/_pages.scss */
.manage-editions table th {
  background: #0061a8;
  color: white;
  padding: 10px;
}
/* line 145, sass/partials/_pages.scss */
.manage-editions table td {
  padding: 10px;
}
/* line 148, sass/partials/_pages.scss */
.manage-editions table td.actions {
  text-align: right;
}
/* line 151, sass/partials/_pages.scss */
.manage-editions table td.actions a {
  margin-left: 15px;
}

/* line 160, sass/partials/_pages.scss */
.manage-edition-details .section-title {
  font-family: "Oswald Light";
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
/* line 166, sass/partials/_pages.scss */
.manage-edition-details .section-title i {
  margin-right: 5px;
}
/* line 171, sass/partials/_pages.scss */
.manage-edition-details .widget-title {
  background: #0061a8;
  color: white;
  padding: 10px;
  margin-bottom: 0;
  font-size: 19.2px;
  font-size: 1.2rem;
}
/* line 179, sass/partials/_pages.scss */
.manage-edition-details .widget-content {
  background: white;
  padding: 10px;
}
/* line 183, sass/partials/_pages.scss */
.manage-edition-details .widget-content .description {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  margin-bottom: 10px;
}
/* line 189, sass/partials/_pages.scss */
.manage-edition-details .about-details {
  float: left;
  width: 49%;
}
/* line 194, sass/partials/_pages.scss */
.manage-edition-details .contact-details {
  float: left;
  width: 49%;
  margin-left: 2%;
}
/* line 199, sass/partials/_pages.scss */
.manage-edition-details .contact-details .to-address {
  width: 100%;
  margin: 10px 0;
}
/* line 205, sass/partials/_pages.scss */
.manage-edition-details .submit {
  float: right;
}
/* line 209, sass/partials/_pages.scss */
.manage-edition-details hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 40px 0 20px;
}

/* line 217, sass/partials/_pages.scss */
.edition-manager .tooltip {
  color: #0061a8;
  font-size: 12.8px;
  font-size: 0.8rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
  cursor: help;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}
/* line 227, sass/partials/_pages.scss */
.edition-manager .tooltip .tooltip-image {
  position: absolute;
  z-index: 9;
  top: -150px;
  left: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in-out;
  width: 600px;
  max-width: none;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.4);
  border: 3px solid white;
}
/* line 242, sass/partials/_pages.scss */
.edition-manager .tooltip:hover .tooltip-image {
  opacity: 1;
  visibility: visible;
}
/* line 250, sass/partials/_pages.scss */
.edition-manager .edition-title {
  font-family: "Oswald Light";
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
/* line 256, sass/partials/_pages.scss */
.edition-manager .edition-title span {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Oswald";
  color: #666666;
  display: block;
  letter-spacing: 0;
}
/* line 265, sass/partials/_pages.scss */
.edition-manager .section-title {
  font-family: "Oswald Light";
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
/* line 271, sass/partials/_pages.scss */
.edition-manager .section-title span {
  font-family: "Oswald";
  color: #666666;
  letter-spacing: 0;
}
/* line 280, sass/partials/_pages.scss */
.edition-manager .form-actions .save-edition,
.edition-manager .form-actions .preview-edition {
  float: right;
  color: white;
  margin-left: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
}
/* line 287, sass/partials/_pages.scss */
.edition-manager .form-actions .save-edition i,
.edition-manager .form-actions .preview-edition i {
  margin-right: 5px;
  vertical-align: baseline;
}
/* line 294, sass/partials/_pages.scss */
.edition-manager .manager-tabs {
  margin-top: 20px;
}
/* line 297, sass/partials/_pages.scss */
.edition-manager .manager-tabs li {
  font-size: 19.2px;
  font-size: 1.2rem;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  padding: 20px;
  background: #969696;
  color: white;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Oswald Light";
  letter-spacing: 1px;
}
/* line 309, sass/partials/_pages.scss */
.edition-manager .manager-tabs li.active {
  background: white;
  color: #0061a8;
}
/* line 319, sass/partials/_pages.scss */
.edition-manager.manage-details h1.section-title i {
  margin-right: 5px;
}
/* line 325, sass/partials/_pages.scss */
.edition-manager.manage-details .about .section-title {
  margin-bottom: 10px;
}
/* line 329, sass/partials/_pages.scss */
.edition-manager.manage-details .about .description {
  padding-bottom: 10px;
  border-bottom: 7px solid #ff9900;
  margin-bottom: 40px;
}
/* line 337, sass/partials/_pages.scss */
.edition-manager.manage-details .contact .section-title {
  margin-bottom: 10px;
}
/* line 341, sass/partials/_pages.scss */
.edition-manager.manage-details .contact .description {
  padding-bottom: 10px;
  border-bottom: 7px solid #ff9900;
  margin-bottom: 40px;
}
/* line 347, sass/partials/_pages.scss */
.edition-manager.manage-details .contact .to-address {
  width: 100%;
  margin-bottom: 20px;
}
/* line 355, sass/partials/_pages.scss */
.edition-manager .manager-main {
  float: left;
  width: 70%;
  background: white;
  padding: 15px;
  padding-top: 30px;
}
/* line 362, sass/partials/_pages.scss */
.edition-manager .manager-main label {
  display: block;
  margin-bottom: 5px;
  color: black;
}
/* line 373, sass/partials/_pages.scss */
.edition-manager .manager-main input[type="text"],
.edition-manager .manager-main input[type="file"],
.edition-manager .manager-main input[type="radio"],
.edition-manager .manager-main input[type="checkbox"],
.edition-manager .manager-main select,
.edition-manager .manager-main textarea {
  width: 100%;
  margin-bottom: 20px;
}
/* line 378, sass/partials/_pages.scss */
.edition-manager .manager-main .chosen-container-single {
  width: 100% !important;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
}
/* line 383, sass/partials/_pages.scss */
.edition-manager .manager-main .chosen-container-single .chosen-single {
  height: auto;
}
/* line 386, sass/partials/_pages.scss */
.edition-manager .manager-main .chosen-container-single .chosen-single span {
  padding: 7px 0;
}
/* line 391, sass/partials/_pages.scss */
.edition-manager .manager-main .chosen-container-single .chosen-single div b {
  background-position: 1px 10px;
}
/* line 397, sass/partials/_pages.scss */
.edition-manager .manager-main .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -17px 10px;
}
/* line 404, sass/partials/_pages.scss */
.edition-manager .manager-main .description {
  display: block;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
/* line 410, sass/partials/_pages.scss */
.edition-manager .manager-main .remove-image {
  position: absolute;
  top: -12px;
  right: -6px;
  cursor: pointer;
  color: black;
}
/* line 417, sass/partials/_pages.scss */
.edition-manager .manager-main .remove-image i {
  background: white;
  border-radius: 10px;
}
/* line 424, sass/partials/_pages.scss */
.edition-manager .manager-main .edition-details .section-title {
  padding-bottom: 10px;
  border-bottom: 7px solid #ff9900;
}
/* line 429, sass/partials/_pages.scss */
.edition-manager .manager-main .edition-details .top {
  margin-bottom: 20px;
}
/* line 432, sass/partials/_pages.scss */
.edition-manager .manager-main .edition-details .top > div {
  float: left;
  margin-right: 2%;
  width: 48%;
}
/* line 437, sass/partials/_pages.scss */
.edition-manager .manager-main .edition-details .top > div input {
  width: 100%;
}
/* line 443, sass/partials/_pages.scss */
.edition-manager .manager-main .edition-details .cover-image {
  margin-bottom: 40px;
}
/* line 446, sass/partials/_pages.scss */
.edition-manager .manager-main .edition-details .cover-image .image-container {
  position: relative;
}
/* line 450, sass/partials/_pages.scss */
.edition-manager .manager-main .edition-details .cover-image button {
  padding: 10px 15px;
}
/* line 453, sass/partials/_pages.scss */
.edition-manager .manager-main .edition-details .cover-image button i {
  margin-right: 5px;
}
/* line 460, sass/partials/_pages.scss */
.edition-manager .manager-main .section-title {
  color: #0061a8;
  text-transform: uppercase;
  font-family: "Oswald";
}
/* line 467, sass/partials/_pages.scss */
.edition-manager .manager-main .frontpage .section-title {
  padding-bottom: 10px;
  border-bottom: 7px solid #ff9900;
}
/* line 472, sass/partials/_pages.scss */
.edition-manager .manager-main .frontpage .featured-content-item {
  border-bottom: 1px solid #eeeeee;
  margin: 20px 0;
}
/* line 476, sass/partials/_pages.scss */
.edition-manager .manager-main .frontpage .featured-content-item .left {
  float: left;
  width: 48%;
}
/* line 480, sass/partials/_pages.scss */
.edition-manager .manager-main .frontpage .featured-content-item .left .featured-image {
  position: relative;
}
/* line 483, sass/partials/_pages.scss */
.edition-manager .manager-main .frontpage .featured-content-item .left .featured-image img {
  margin-bottom: 10px;
}
/* line 487, sass/partials/_pages.scss */
.edition-manager .manager-main .frontpage .featured-content-item .left .featured-image input[type="file"] {
  margin-bottom: 5px;
}
/* line 493, sass/partials/_pages.scss */
.edition-manager .manager-main .frontpage .featured-content-item .left .featured-image .remove-image-1,
.edition-manager .manager-main .frontpage .featured-content-item .left .featured-image .remove-image-2,
.edition-manager .manager-main .frontpage .featured-content-item .left .featured-image .remove-image-3 {
  position: absolute;
  top: -12px;
  right: -6px;
  cursor: pointer;
  color: black;
}
/* line 500, sass/partials/_pages.scss */
.edition-manager .manager-main .frontpage .featured-content-item .left .featured-image .remove-image-1 i,
.edition-manager .manager-main .frontpage .featured-content-item .left .featured-image .remove-image-2 i,
.edition-manager .manager-main .frontpage .featured-content-item .left .featured-image .remove-image-3 i {
  background: white;
  border-radius: 10px;
}
/* line 509, sass/partials/_pages.scss */
.edition-manager .manager-main .frontpage .featured-content-item .left .featured-image .image-placeholder-1,
.edition-manager .manager-main .frontpage .featured-content-item .left .featured-image .image-placeholder-2,
.edition-manager .manager-main .frontpage .featured-content-item .left .featured-image .image-placeholder-3 {
  height: 180px;
  border: 2px dashed #eeeeee;
  background: #f7f7f7;
  margin-bottom: 10px;
}
/* line 517, sass/partials/_pages.scss */
.edition-manager .manager-main .frontpage .featured-content-item .right {
  float: right;
  width: 48%;
}
/* line 525, sass/partials/_pages.scss */
.edition-manager .manager-main .design .section-title {
  padding-bottom: 10px;
  border-bottom: 7px solid #ff9900;
  margin-bottom: 20px;
}
/* line 531, sass/partials/_pages.scss */
.edition-manager .manager-main .design .background-photo {
  margin-bottom: 20px;
}
/* line 534, sass/partials/_pages.scss */
.edition-manager .manager-main .design .background-photo .featured-image {
  position: relative;
  margin-bottom: 20px;
}
/* line 538, sass/partials/_pages.scss */
.edition-manager .manager-main .design .background-photo .featured-image img {
  margin-bottom: 20px;
}
/* line 542, sass/partials/_pages.scss */
.edition-manager .manager-main .design .background-photo .featured-image input[type="file"] {
  margin-bottom: 5px;
}
/* line 546, sass/partials/_pages.scss */
.edition-manager .manager-main .design .background-photo .featured-image .remove-image {
  position: absolute;
  top: -12px;
  right: -6px;
  cursor: pointer;
  color: black;
}
/* line 553, sass/partials/_pages.scss */
.edition-manager .manager-main .design .background-photo .featured-image .remove-image i {
  background: white;
  border-radius: 10px;
}
/* line 560, sass/partials/_pages.scss */
.edition-manager .manager-main .design .background-photo .featured-image .image-placeholder {
  height: 180px;
  border: 2px dashed #eeeeee;
  background: #f7f7f7;
  margin-bottom: 20px;
}
/* line 570, sass/partials/_pages.scss */
.edition-manager .manager-main .design .background-photo .description {
  color: black;
  font-size: 16px;
  font-size: 1rem;
}
/* line 574, sass/partials/_pages.scss */
.edition-manager .manager-main .design .background-photo .description ul {
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #666666;
  margin-left: 40px;
  margin-bottom: 20px;
}
/* line 580, sass/partials/_pages.scss */
.edition-manager .manager-main .design .background-photo .description ul li {
  list-style: disc;
}
/* line 590, sass/partials/_pages.scss */
.edition-manager .manager-main .design .branding-colors .primary,
.edition-manager .manager-main .design .branding-colors .tertiary {
  background: #f8f8f8;
  padding: 20px;
}
/* line 595, sass/partials/_pages.scss */
.edition-manager .manager-main .design .branding-colors .secondary {
  padding: 20px;
}
/* line 599, sass/partials/_pages.scss */
.edition-manager .manager-main .design .branding-colors .tertiary {
  margin-bottom: 20px;
}
/* line 603, sass/partials/_pages.scss */
.edition-manager .manager-main .design .branding-colors .affects-list {
  float: left;
  width: 44%;
  margin: 0 2%;
}
/* line 608, sass/partials/_pages.scss */
.edition-manager .manager-main .design .branding-colors .affects-list ul {
  margin-left: 20px;
  list-style: disc;
}
/* line 612, sass/partials/_pages.scss */
.edition-manager .manager-main .design .branding-colors .affects-list ul li {
  list-style: disc;
}
/* line 618, sass/partials/_pages.scss */
.edition-manager .manager-main .design .branding-colors .left {
  float: left;
  width: 25%;
  position: relative;
}
/* line 625, sass/partials/_pages.scss */
.edition-manager .manager-main .design .branding-colors .left .primary-color,
.edition-manager .manager-main .design .branding-colors .left .secondary-color,
.edition-manager .manager-main .design .branding-colors .left .tertiary-color {
  float: left;
  width: 28%;
  border-radius: 5px;
}
/* line 633, sass/partials/_pages.scss */
.edition-manager .manager-main .design .branding-colors .left .primary-color-picker,
.edition-manager .manager-main .design .branding-colors .left .secondary-color-picker,
.edition-manager .manager-main .design .branding-colors .left .tertiary-color-picker {
  float: left;
  width: 68%;
  margin-left: 4%;
}
/* line 639, sass/partials/_pages.scss */
.edition-manager .manager-main .design .branding-colors .left .iris-picker {
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 9;
  width: 100% !important;
  clear: left;
}
/* line 648, sass/partials/_pages.scss */
.edition-manager .manager-main .design .branding-colors .left .iris-picker .iris-square {
  width: 85% !important;
  margin-right: 5% !important;
}
/* line 653, sass/partials/_pages.scss */
.edition-manager .manager-main .design .branding-colors .left .iris-picker .iris-slider {
  width: 10% !important;
}
/* line 659, sass/partials/_pages.scss */
.edition-manager .manager-main .design .branding-colors .right {
  float: right;
  width: 65%;
}
/* line 668, sass/partials/_pages.scss */
.edition-manager .manager-main .add-content .content-section {
  margin-bottom: 20px;
}
/* line 672, sass/partials/_pages.scss */
.edition-manager .manager-main .add-content .select {
  float: left;
  width: 28%;
}
/* line 677, sass/partials/_pages.scss */
.edition-manager .manager-main .add-content .and {
  float: left;
  width: 6%;
  margin: 0 1%;
  padding-top: 35px;
  text-align: center;
}
/* line 686, sass/partials/_pages.scss */
.edition-manager .manager-main .add-content .content-search-results .found-results {
  border-bottom: 7px solid #ff9900;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
/* line 692, sass/partials/_pages.scss */
.edition-manager .manager-main .add-content .content-search-results .content-result-list {
  margin: 20px 0;
}
/* line 695, sass/partials/_pages.scss */
.edition-manager .manager-main .add-content .content-search-results .content-result-list > li {
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
/* line 700, sass/partials/_pages.scss */
.edition-manager .manager-main .add-content .content-search-results .content-result-list > li table {
  width: 100%;
}
/* line 704, sass/partials/_pages.scss */
.edition-manager .manager-main .add-content .content-search-results .content-result-list > li .result-item {
  padding-right: 20px;
}
/* line 707, sass/partials/_pages.scss */
.edition-manager .manager-main .add-content .content-search-results .content-result-list > li .result-item .post-title {
  color: #0061a8;
}
/* line 711, sass/partials/_pages.scss */
.edition-manager .manager-main .add-content .content-search-results .content-result-list > li .result-item .post-content {
  font-family: 'Open Sans';
}
/* line 717, sass/partials/_pages.scss */
.edition-manager .manager-main .add-content .content-search-results .content-result-list > li .add-content-result {
  text-align: center;
  color: white;
  cursor: pointer;
  width: 30px;
}
/* line 724, sass/partials/_pages.scss */
.edition-manager .manager-main .add-content .content-search-results .content-result-list > li .add-content-result.add-this i {
  background: #6ea5ce;
}
/* line 729, sass/partials/_pages.scss */
.edition-manager .manager-main .add-content .content-search-results .content-result-list > li .add-content-result i {
  background: #cccccc;
  height: 30px;
  line-height: 30px;
  width: 30px;
  color: white;
  cursor: pointer;
}
/* line 740, sass/partials/_pages.scss */
.edition-manager .manager-main .add-content .content-search-results .content-result-list > li .added-content-result {
  text-align: center;
  width: 30px;
}
/* line 744, sass/partials/_pages.scss */
.edition-manager .manager-main .add-content .content-search-results .content-result-list > li .added-content-result i {
  height: 30px;
  line-height: 30px;
  width: 30px;
  color: #6ea5ce;
}
/* line 757, sass/partials/_pages.scss */
.edition-manager .manager-main .manage-content .section-title {
  margin-bottom: 20px;
}
/* line 761, sass/partials/_pages.scss */
.edition-manager .manager-main .manage-content .add-new-content {
  float: right;
  color: white;
}
/* line 766, sass/partials/_pages.scss */
.edition-manager .manager-main .manage-content .edition-stats {
  border-bottom: 7px solid #ff9900;
  padding-bottom: 20px;
  margin-bottom: 30px;
  line-height: 1.2em;
}
/* line 772, sass/partials/_pages.scss */
.edition-manager .manager-main .manage-content .edition-stats span {
  margin-right: 20px;
}
/* line 777, sass/partials/_pages.scss */
.edition-manager .manager-main .manage-content .content-result {
  margin-bottom: 40px;
}
/* line 780, sass/partials/_pages.scss */
.edition-manager .manager-main .manage-content .content-result .sortable-placeholder {
  height: 120px;
  background: #f7f7f7;
  border: 2px dashed #eeeeee;
  margin-bottom: 20px;
}
/* line 787, sass/partials/_pages.scss */
.edition-manager .manager-main .manage-content .content-result .result-item {
  background: white;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
/* line 793, sass/partials/_pages.scss */
.edition-manager .manager-main .manage-content .content-result .result-item table {
  width: 100%;
}
/* line 797, sass/partials/_pages.scss */
.edition-manager .manager-main .manage-content .content-result .result-item .content-wrap {
  padding-right: 20px;
}
/* line 800, sass/partials/_pages.scss */
.edition-manager .manager-main .manage-content .content-result .result-item .content-wrap .post-content {
  font-family: 'Open Sans';
}
/* line 805, sass/partials/_pages.scss */
.edition-manager .manager-main .manage-content .content-result .result-item .reorder {
  color: white;
  width: 30px;
  text-align: center;
}
/* line 810, sass/partials/_pages.scss */
.edition-manager .manager-main .manage-content .content-result .result-item .reorder i {
  background: #6ea5ce;
  height: 30px;
  line-height: 30px;
  width: 30px;
  color: white;
  cursor: move;
}
/* line 825, sass/partials/_pages.scss */
.edition-manager .manager-main .print .section-title {
  margin-bottom: 0;
  padding-bottom: 10px;
}
/* line 830, sass/partials/_pages.scss */
.edition-manager .manager-main .print .section-title-desc {
  border-bottom: 7px solid #ff9900;
  padding-bottom: 10px;
  margin-bottom: 40px;
  clear: both;
}
/* line 837, sass/partials/_pages.scss */
.edition-manager .manager-main .print .download-all {
  float: right;
  color: white;
}
/* line 842, sass/partials/_pages.scss */
.edition-manager .manager-main .print .content-section {
  margin-bottom: 20px;
}
/* line 845, sass/partials/_pages.scss */
.edition-manager .manager-main .print .content-section a {
  display: block;
  color: #666666;
  line-height: 1.2em;
}
/* line 850, sass/partials/_pages.scss */
.edition-manager .manager-main .print .content-section a img {
  margin-bottom: 5px;
}
/* line 854, sass/partials/_pages.scss */
.edition-manager .manager-main .print .content-section a .image-type {
  display: block;
  margin-top: 5px;
  color: #cccccc;
  font-size: 19.2px;
  font-size: 1.2rem;
}
/* line 867, sass/partials/_pages.scss */
.edition-manager .manager-main .sidebar-ads .section-title {
  padding-bottom: 10px;
  border-bottom: 7px solid #ff9900;
}
/* line 872, sass/partials/_pages.scss */
.edition-manager .manager-main .sidebar-ads .content-section {
  margin: 20px 0;
}
/* line 875, sass/partials/_pages.scss */
.edition-manager .manager-main .sidebar-ads .content-section .left {
  float: left;
  width: 35%;
}
/* line 879, sass/partials/_pages.scss */
.edition-manager .manager-main .sidebar-ads .content-section .left .sidebar-ad-image-wrap {
  position: relative;
}
/* line 882, sass/partials/_pages.scss */
.edition-manager .manager-main .sidebar-ads .content-section .left .sidebar-ad-image-wrap img {
  margin-bottom: 20px;
}
/* line 886, sass/partials/_pages.scss */
.edition-manager .manager-main .sidebar-ads .content-section .left .sidebar-ad-image-wrap .remove-sidebar-ad-image {
  position: absolute;
  top: -12px;
  right: -6px;
  cursor: pointer;
  color: black;
}
/* line 893, sass/partials/_pages.scss */
.edition-manager .manager-main .sidebar-ads .content-section .left .sidebar-ad-image-wrap .remove-sidebar-ad-image i {
  background: white;
  border-radius: 10px;
}
/* line 900, sass/partials/_pages.scss */
.edition-manager .manager-main .sidebar-ads .content-section .left .sidebar-ad-image-wrap .sidebar-ad-image-placeholder {
  height: 180px;
  border: 2px dashed #eeeeee;
  background: #f7f7f7;
  margin-bottom: 20px;
  width: 100%;
}
/* line 910, sass/partials/_pages.scss */
.edition-manager .manager-main .sidebar-ads .content-section .right {
  float: right;
  width: 60%;
}
/* line 914, sass/partials/_pages.scss */
.edition-manager .manager-main .sidebar-ads .content-section .right input[type="file"] {
  margin-bottom: 5px;
}
/* line 923, sass/partials/_pages.scss */
.edition-manager .social .section-title {
  padding-bottom: 10px;
  border-bottom: 7px solid #ff9900;
}
/* line 929, sass/partials/_pages.scss */
.edition-manager .manager-sidebar {
  float: right;
  width: 29%;
  background: white;
  padding: 15px;
}
/* line 935, sass/partials/_pages.scss */
.edition-manager .manager-sidebar h4 {
  color: #ff9900;
  font-family: "Oswald Light";
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 942, sass/partials/_pages.scss */
.edition-manager .manager-sidebar hr {
  border: none;
  border-top: 1px solid #cccccc;
  margin: 30px 0;
}
/* line 948, sass/partials/_pages.scss */
.edition-manager .manager-sidebar .progress-bar-container {
  height: 50px;
  margin-bottom: 20px;
  position: relative;
  background: #cccccc;
}
/* line 954, sass/partials/_pages.scss */
.edition-manager .manager-sidebar .progress-bar-container .progress-bar {
  height: 100%;
  background: #0061a8;
}
/* line 959, sass/partials/_pages.scss */
.edition-manager .manager-sidebar .progress-bar-container .progress-number {
  font-family: "Oswald Light";
  font-size: 32px;
  font-size: 2rem;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  height: 100%;
  line-height: 50px;
  width: 100%;
  text-align: center;
  padding-left: 20px;
}
/* line 975, sass/partials/_pages.scss */
.edition-manager .manager-sidebar .needs-list {
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 40px;
}
/* line 980, sass/partials/_pages.scss */
.edition-manager .manager-sidebar .needs-list li {
  margin-bottom: 10px;
}
/* line 983, sass/partials/_pages.scss */
.edition-manager .manager-sidebar .needs-list li span {
  color: #ccc;
  text-decoration: line-through;
}
/* line 990, sass/partials/_pages.scss */
.edition-manager .manager-sidebar .button {
  background: #319b15;
  color: white;
  width: 80%;
  margin: 10px auto;
  text-align: center;
}

/* line 1001, sass/partials/_pages.scss */
.content-view .wrapper {
  max-width: 900px;
}
/* line 1004, sass/partials/_pages.scss */
.content-view .wrapper article {
  background: white;
  padding: 20px;
}
/* line 1008, sass/partials/_pages.scss */
.content-view .wrapper article .post-content {
  font-family: 'Open Sans';
}

/* line 1016, sass/partials/_pages.scss */
.edit-content .back-to-manage {
  float: left;
  margin-bottom: 40px;
  color: white;
}
/* line 1022, sass/partials/_pages.scss */
.edit-content .delete-this {
  float: right;
  margin-bottom: 40px;
  color: white;
  background: red;
}
/* line 1028, sass/partials/_pages.scss */
.edit-content .delete-this:hover {
  background: #ff3333;
}
/* line 1033, sass/partials/_pages.scss */
.edit-content .tooltip {
  color: #0061a8;
  font-size: 12.8px;
  font-size: 0.8rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
  cursor: help;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}
/* line 1043, sass/partials/_pages.scss */
.edit-content .tooltip .tooltip-image {
  position: absolute;
  z-index: 9;
  top: -150px;
  right: 40px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.15s ease-in-out;
  width: 600px;
  max-width: none;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.4);
  border: 3px solid white;
}
/* line 1058, sass/partials/_pages.scss */
.edit-content .tooltip:hover .tooltip-image {
  opacity: 1;
  visibility: visible;
}
/* line 1067, sass/partials/_pages.scss */
.edit-content .left {
  float: left;
  width: 70%;
  background: white;
  padding: 15px;
}
/* line 1076, sass/partials/_pages.scss */
.edit-content .left .content-section label {
  display: block;
  margin-bottom: 10px;
}
/* line 1084, sass/partials/_pages.scss */
.edit-content .right {
  float: right;
  width: 29%;
}
/* line 1088, sass/partials/_pages.scss */
.edit-content .right .sidebar-section {
  background: white;
  padding: 15px;
  margin-bottom: 20px;
}
/* line 1094, sass/partials/_pages.scss */
.edit-content .right .description {
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #666666;
  margin-left: 40px;
  margin-bottom: 20px;
}
/* line 1100, sass/partials/_pages.scss */
.edit-content .right .description li {
  list-style: disc;
}
/* line 1105, sass/partials/_pages.scss */
.edit-content .right input[type="file"] {
  width: 100%;
}
/* line 1109, sass/partials/_pages.scss */
.edit-content .right .featured-image-wrap {
  position: relative;
}
/* line 1112, sass/partials/_pages.scss */
.edit-content .right .featured-image-wrap img {
  margin-bottom: 10px;
}
/* line 1116, sass/partials/_pages.scss */
.edit-content .right .featured-image-wrap .remove-image {
  position: absolute;
  top: -12px;
  right: -6px;
  cursor: pointer;
  color: black;
}
/* line 1123, sass/partials/_pages.scss */
.edit-content .right .featured-image-wrap .remove-image i {
  background: white;
  border-radius: 10px;
}
/* line 1130, sass/partials/_pages.scss */
.edit-content .right .featured-image-wrap .image-placeholder {
  height: 180px;
  border: 2px dashed #eeeeee;
  background: #f7f7f7;
  margin-bottom: 10px;
}
/* line 1138, sass/partials/_pages.scss */
.edit-content .right .cat-list {
  margin: 20px 0;
}
/* line 1141, sass/partials/_pages.scss */
.edit-content .right .cat-list li {
  margin-left: 20px;
  margin-bottom: 10px;
}
/* line 1145, sass/partials/_pages.scss */
.edit-content .right .cat-list li label {
  color: #666666;
}
/* line 1152, sass/partials/_pages.scss */
.edit-content .right .new-category {
  width: 100%;
}
/* line 1159, sass/partials/_pages.scss */
.edit-content form label {
  color: black;
  clear: left;
  margin-bottom: 5px;
}
/* line 1165, sass/partials/_pages.scss */
.edit-content form .title {
  width: 100%;
  margin-bottom: 20px;
}
/* line 1172, sass/partials/_pages.scss */
.edit-content form .form-actions .save-edition,
.edit-content form .form-actions .preview-edition {
  float: right;
  color: white;
  margin-left: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
}
/* line 1179, sass/partials/_pages.scss */
.edit-content form .form-actions .save-edition i,
.edit-content form .form-actions .preview-edition i {
  margin-right: 5px;
  vertical-align: baseline;
}

/* line 1, sass/partials/_forms.scss */
input, textarea {
  font-size: 16px;
  border-radius: 0;
  margin: 0;
  padding: 7px 10px;
  border: 1px solid #cccccc;
  color: #666666;
  font-family: "Oswald";
}

/* line 11, sass/partials/_forms.scss */
select {
  font-size: 16px;
  padding: 5px;
  font-family: "Oswald";
}

/* line 18, sass/partials/_forms.scss */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

/* line 25, sass/partials/_forms.scss */
input[type="submit"],
button {
  font-family: "Oswald Light";
  letter-spacing: 1px;
  background: #0061a8;
  color: white;
  border-radius: 5px;
  outline: 0;
  border: none;
  cursor: pointer;
  padding: 5px 10px;
  -webkit-transition: background 0.15s ease-in-out;
  -moz-transition: background 0.15s ease-in-out;
  -ms-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
/* line 41, sass/partials/_forms.scss */
input[type="submit"]:hover,
button:hover {
  background: #007edb;
}

/*------------------------------------*\
    USER STYLES
\*------------------------------------*/
/*------------------------------------*\
    WORDPRESS STANDARD STYLES
\*------------------------------------*/
/* line 11, sass/partials/_wysiwyg.scss */
.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 15, sass/partials/_wysiwyg.scss */
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 20, sass/partials/_wysiwyg.scss */
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 25, sass/partials/_wysiwyg.scss */
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 30, sass/partials/_wysiwyg.scss */
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

/* line 35, sass/partials/_wysiwyg.scss */
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

/* line 40, sass/partials/_wysiwyg.scss */
a img.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 44, sass/partials/_wysiwyg.scss */
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

/* line 49, sass/partials/_wysiwyg.scss */
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 55, sass/partials/_wysiwyg.scss */
.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

/* line 63, sass/partials/_wysiwyg.scss */
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

/* line 67, sass/partials/_wysiwyg.scss */
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

/* line 71, sass/partials/_wysiwyg.scss */
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

/* line 75, sass/partials/_wysiwyg.scss */
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

/* line 84, sass/partials/_wysiwyg.scss */
.wp-caption .wp-caption-text, .gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

@media print {
  /* line 2, sass/partials/_print.scss */
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  /* line 3, sass/partials/_print.scss */
  a, a:visited {
    text-decoration: underline;
  }

  /* line 4, sass/partials/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }

  /* line 5, sass/partials/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* line 6, sass/partials/_print.scss */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  /* line 7, sass/partials/_print.scss */
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /* line 8, sass/partials/_print.scss */
  thead {
    display: table-header-group;
  }

  /* line 9, sass/partials/_print.scss */
  tr, img {
    page-break-inside: avoid;
  }

  /* line 10, sass/partials/_print.scss */
  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
}

  /* line 12, sass/partials/_print.scss */
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  /* line 13, sass/partials/_print.scss */
  h2, h3 {
    page-break-after: avoid;
  }
}
/* MODERNIZR CLASSES USED FOR FEATURE DECTECTION */
/* IE Edge and below */
/* line 4, sass/partials/_ie.scss */
.no-smil {
  /* IE 9 and below */
}
/* line 8, sass/partials/_ie.scss */
.no-smil .no-flexbox {
  /* IE 9 only*/
  /* IE 8 and below */
}
/* line 18, sass/partials/_ie.scss */
.no-smil .no-flexbox.no-canvas {
  /* IE 8 only */
  /* IE 7 and below */
}
