/*!
	Theme Name: Edition Builder
	Description: A Custom Theme for Aperture Marketing Services
	Author: Build Create Studios
	Version: 3.3.0
	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
/* compass reset */
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;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* FONT */
/* Black Tie font and weights */
/* COLORS */
/* GRID SYSTEM */
/* MOBILE NAV */
/* Functions */
body {
  font-size: 16px;
  line-height: 1.4em;
  font-family: "Oswald";
  color: #666666;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
  margin-bottom: 0.4em;
  color: #000000;
}

h1 {
  font-size: 28.8px;
  font-size: 1.8rem;
}
@media screen and (max-width: 50em) {
  h1 {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

h2 {
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 50em) {
  h2 {
    font-size: 20.8px;
    font-size: 1.3rem;
  }
}

h3 {
  font-size: 22.4px;
  font-size: 1.4rem;
}
@media screen and (max-width: 50em) {
  h3 {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}

h4 {
  font-size: 19.2px;
  font-size: 1.2rem;
}
@media screen and (max-width: 50em) {
  h4 {
    font-size: 16px;
    font-size: 1rem;
  }
}

h5, h6 {
  font-size: 16px;
  font-size: 1rem;
}

strong {
  font-family: "Oswald Bold";
}

em {
  font-style: italic;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.25em;
}

/* clear */
.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

.clearer {
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
}

.screen-reader-text {
  display: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #0061a8;
  text-decoration: none;
}

a:hover {
  color: #0061a8;
}

a:focus {
  outline: 0;
}

a:hover, a:active {
  outline: 0;
}

input:focus {
  outline: 0;
  border: 1px solid #0061a8;
}

iframe {
  display: block;
}

.hidden {
  display: none;
}

.error {
  color: #cc0000;
}

.print-only {
  background: yellow;
}

/* global box-sizing */
*, *: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;
}

body {
  background: #eeeeee;
}

/* scroll to top link */
#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: #000000;
  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;
}
#top-link span {
  display: block;
  font-size: 11.2px;
  font-size: 0.7rem;
  line-height: 0.8em;
}
#top-link:hover {
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
}

#main {
  margin: 60px auto;
}

.wrapper {
  max-width: 1280px;
  width: 95%;
  margin: 0 auto;
  min-width: 990px;
}
@media screen and (max-width: 46.875em) {
  .wrapper {
    width: 97.5%;
  }
}
@media screen and (min-width: 0em) {
  .wrapper {
    min-width: 0;
  }
}

.bc-button {
  font-family: "Oswald Light";
  letter-spacing: 1px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  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;
}
.bc-button:hover {
  background: #007edb;
}

.slides img {
  display: block;
}

.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) {
  .page-title {
    font-size: 28.8px;
    font-size: 1.8rem;
  }
}

.custom-excerpt {
  margin-bottom: 10px;
}

.embed-container,
.embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin-bottom: 20px;
}

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

.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: #000000;
}
.user-content h1,
#tinymce h1 {
  font-size: 28.8px;
  font-size: 1.8rem;
}
.user-content h2,
#tinymce h2 {
  font-size: 22.4px;
  font-size: 1.4rem;
}
.user-content h3,
#tinymce h3 {
  font-size: 19.2px;
  font-size: 1.2rem;
}
.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;
}
.user-content ul,
#tinymce ul {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
}
.user-content ul li,
#tinymce ul li {
  margin-left: 0;
  margin-bottom: 10px;
  list-style: none;
}
.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;
}
.user-content ol,
#tinymce ol {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
}
.user-content ol li,
#tinymce ol li {
  list-style: decimal;
  padding-left: 0.3em;
}
.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;
}
.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;
}
.user-content p,
#tinymce p {
  margin-bottom: 1.4em;
}
.user-content strong,
#tinymce strong {
  font-weight: normal;
  font-family: "Oswald Bold";
}
.user-content em,
#tinymce em {
  font-style: italic;
}
.user-content hr,
#tinymce hr {
  border: none;
  border-top: 1px solid #cccccc;
  margin: 10px 0;
}

.grid img {
  width: 100%;
}
@media screen and (max-width: 25em) {
  .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;
  }
}

.seven-col-grid {
  width: 12.85%;
  float: left;
  margin-bottom: 3%;
  margin-left: 1.675%;
  margin-top: 0;
}
.seven-col-grid.seven-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 65em) {
  .seven-col-grid.seven-col-clear {
    clear: none;
    margin-left: 4%;
  }
}

.six-col-grid {
  width: 15%;
  float: left;
  margin-bottom: 3%;
  margin-left: 2%;
  margin-top: 0;
}
.six-col-grid.six-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 65em) {
  .six-col-grid.six-col-clear {
    clear: none;
    margin-left: 4%;
  }
}

.five-col-grid {
  width: 18%;
  float: left;
  margin-bottom: 4%;
  margin-left: 2.5%;
  margin-top: 0;
}
.five-col-grid.five-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 65em) {
  .five-col-grid.five-col-clear {
    clear: none;
    margin-left: 4%;
  }
}

@media screen and (max-width: 65em) {
  .five-col-grid,
  .six-col-grid,
  .seven-col-grid {
    width: 22%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 50em) {
  .five-col-grid,
  .six-col-grid,
  .seven-col-grid {
    width: 30.5%;
  }
}
@media screen and (max-width: 50em) {
  .five-col-grid,
  .six-col-grid,
  .seven-col-grid {
    width: 48%;
  }
}
@media screen and (max-width: 65em) {
  .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) {
  .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) {
  .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) {
  .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) {
  .five-col-grid.two-col-clear,
  .six-col-grid.two-col-clear,
  .seven-col-grid.two-col-clear {
    clear: left;
    margin-left: 0;
  }
}

.four-col-grid {
  width: 22%;
  float: left;
  margin-bottom: 4%;
  margin-left: 4%;
  margin-top: 0;
}
@media screen and (max-width: 50em) {
  .four-col-grid {
    width: 30.5%;
  }
}
@media screen and (max-width: 50em) {
  .four-col-grid {
    width: 48%;
  }
}
.four-col-grid.four-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 50em) {
  .four-col-grid.four-col-clear {
    clear: none;
    margin-left: 4%;
  }
}
@media screen and (max-width: 50em) {
  .four-col-grid.three-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  .four-col-grid.three-col-clear {
    clear: none;
    margin-left: 4%;
  }
}
@media screen and (max-width: 50em) {
  .four-col-grid.two-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  .four-col-grid.four-col-min {
    width: 22%;
  }
}
@media screen and (max-width: 50em) {
  .four-col-grid.four-col-min {
    width: 22%;
  }
}
.four-col-grid.four-col-min.four-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 50em) {
  .four-col-grid.four-col-min.four-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  .four-col-grid.four-col-min.four-col-clear.three-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  .four-col-grid.four-col-min.four-col-clear.three-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  .four-col-grid.four-col-min.four-col-clear.two-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  .four-col-grid.four-col-min.three-col-clear {
    clear: none;
    margin-left: 4%;
  }
}
@media screen and (max-width: 50em) {
  .four-col-grid.four-col-min.three-col-clear {
    clear: none;
    margin-left: 4%;
  }
}
@media screen and (max-width: 50em) {
  .four-col-grid.four-col-min.two-col-clear {
    clear: none;
    margin-left: 4%;
  }
}

.three-col-grid {
  width: 30%;
  float: left;
  margin-bottom: 5%;
  margin-left: 5%;
}
@media screen and (max-width: 50em) {
  .three-col-grid {
    width: 49%;
    margin-bottom: 2%;
    margin-left: 2%;
  }
}
.three-col-grid.three-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 50em) {
  .three-col-grid.three-col-clear {
    clear: none;
    margin-left: 2%;
  }
}
@media screen and (max-width: 50em) {
  .three-col-grid.two-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  .three-col-grid.three-col-min {
    width: 30%;
    margin-bottom: 5%;
    margin-left: 5%;
  }
}
.three-col-grid.three-col-min.three-col-clear {
  clear: left;
  margin-left: 0;
}
@media screen and (max-width: 50em) {
  .three-col-grid.three-col-min.three-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  .three-col-grid.three-col-min.three-col-clear.two-col-clear {
    clear: left;
    margin-left: 0;
  }
}
@media screen and (max-width: 50em) {
  .three-col-grid.three-col-min.two-col-clear {
    clear: none;
    margin-left: 5%;
  }
}

.two-col-grid {
  width: 49%;
  float: left;
  margin-bottom: 2%;
  margin-left: 2%;
}
.two-col-grid.two-col-clear {
  clear: left;
  margin-left: 0;
}

body.ffs {
  background: none;
}
body.ffs #main {
  margin: 0 auto;
}
body.ffs .styled-ul {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
body.ffs .styled-ul li {
  margin-bottom: 9px;
}
body.ffs .styled-ul li:before {
  content: "\f093";
  font-family: "Black Tie";
  font-weight: 400;
  margin-right: 10px;
}
body.ffs .print-only {
  background: none;
}

.ffs #header {
  height: auto;
  background: none;
}
.ffs #header .logo-wrap {
  width: 100%;
}
.ffs #header .logo-wrap .logo {
  padding: 20px;
  float: none;
  background: none;
  width: 35%;
}
@media screen and (max-width: 40.625em) {
  .ffs #header .logo-wrap .logo {
    padding: 10px;
  }
}
.ffs #header .logo-wrap .edition-info {
  padding: 40px 10px;
  text-align: center;
}
@media screen and (max-width: 53.125em) {
  .ffs #header .logo-wrap .edition-info {
    padding: 20px 10px;
  }
}
.ffs #header .logo-wrap .edition-info .institution-name {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 32px;
  font-size: 2rem;
  margin-bottom: 20px;
  line-height: 1.2em;
}
@media screen and (max-width: 53.125em) {
  .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) {
  .ffs #header .logo-wrap .edition-info .institution-name {
    font-size: 16px;
    font-size: 1rem;
  }
}
.ffs #header .logo-wrap .edition-info .edition-name {
  color: #ffffff;
  font-family: Georgia, Serif;
  margin-bottom: 0;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 53.125em) {
  .ffs #header .logo-wrap .edition-info .edition-name {
    font-size: 20.8px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 40.625em) {
  .ffs #header .logo-wrap .edition-info .edition-name {
    font-size: 14.4px;
    font-size: 0.9rem;
  }
}
.ffs #header .nav-position {
  position: relative;
}
.ffs #header .nav-position .nav-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.ffs #header .nav-position .nav-wrap .main-nav-wrap {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px 0;
}
@media screen and (max-width: 65.625em) {
  .ffs #header .nav-position .nav-wrap .main-nav-wrap {
    padding: 0;
  }
}
.ffs #header .nav-position .nav-wrap .main-nav-wrap .main-nav {
  text-align: left;
  margin-right: 480px;
}
.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;
}
.ffs #header .nav-position .nav-wrap .main-nav-wrap .main-nav ul li a {
  font-weight: bold;
  line-height: 1.6em;
  display: block;
  color: #000000;
  text-transform: none;
  transition: 0.25s ease-in-out;
  padding: 5px 15px;
}
.ffs #header .nav-position .nav-wrap .main-nav-wrap .utility-wrap {
  display: flex;
  align-items: center;
  float: right;
}
@media screen and (max-width: 65.625em) {
  .ffs #header .nav-position .nav-wrap .main-nav-wrap .utility-wrap {
    display: none;
  }
}
.ffs #header .nav-position .nav-wrap .main-nav-wrap .utility-wrap .social-nav {
  text-align: right;
  font-size: 25.6px;
  font-size: 1.6rem;
  margin: 0 10px 0 5px;
}
@media screen and (max-width: 65.625em) {
  .ffs #header .nav-position .nav-wrap .main-nav-wrap .utility-wrap .social-nav {
    display: none;
  }
}
.ffs #header .nav-position .nav-wrap .main-nav-wrap .utility-wrap .social-nav ul li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}
.ffs #header .nav-position .nav-wrap .main-nav-wrap .utility-wrap .social-nav ul li a {
  display: block;
  margin-right: 10px;
  transition: 0.25s ease-in-out;
}
.ffs #header .nav-position .nav-wrap .main-nav-wrap .utility-wrap .search-wrap form {
  display: flex;
  align-items: center;
}
.ffs #header .nav-position .nav-wrap .main-nav-wrap .utility-wrap .search-wrap form input {
  width: 260px;
  border: none;
  background: none;
  padding: 5px 10px;
}
.ffs #header .nav-position .nav-wrap .main-nav-wrap .utility-wrap .search-wrap form button {
  font-size: 22.4px;
  font-size: 1.4rem;
  background: none;
  padding: 0 10px;
  border: none;
  cursor: pointer;
  outline: 0;
}
.ffs #header .nav-position .nav-wrap .main-nav-wrap .nav-handle {
  line-height: 1.2em;
  padding: 10px;
}
.ffs .splash-bg {
  padding: 160px 0 40px;
}
@media screen and (max-width: 53.125em) {
  .ffs .splash-bg {
    padding: 100px 0 20px;
  }
}
@media screen and (max-width: 40.625em) {
  .ffs .splash-bg {
    padding: 60px 0 0;
  }
}
.ffs .splash-bg .splash-item {
  position: relative;
  width: 100%;
  border: 2px solid #ffffff;
  box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.15);
}
.ffs .splash-bg .splash-item:focus {
  outline: none;
}
.ffs .splash-bg .splash-item img {
  width: 100%;
}
.ffs .splash-bg .splash-item .institution-name {
  font-family: "Open Sans";
  letter-spacing: 1px;
  font-size: 19.2px;
  font-size: 1.2rem;
  position: absolute;
  right: 0;
  top: 100%;
  text-align: center;
  padding: 20px 0;
  color: #ffffff;
  text-transform: uppercase;
  -ms-transform: rotate(90deg); /* IE 9 */
  -webkit-transform: rotate(90deg); /* Chrome, Safari, Opera */
  transform: rotate(90deg);
  transform-origin: right top 0;
  line-height: 1.2em;
}
@media screen and (max-width: 53.125em) {
  .ffs .splash-bg .splash-item .institution-name {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 0;
  }
}
@media screen and (max-width: 40.625em) {
  .ffs .splash-bg .splash-item .institution-name {
    font-size: 12.8px;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 28.125em) {
  .ffs .splash-bg .splash-item .institution-name {
    font-size: 9.6px;
    font-size: 0.6rem;
  }
}
.ffs .splash-bg .splash-item .splash-text-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 60%;
}
.ffs .splash-bg .splash-item .splash-text-wrap .splash-text-primary {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.2em;
  color: #ffffff;
  padding: 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 53.125em) {
  .ffs .splash-bg .splash-item .splash-text-wrap .splash-text-primary {
    font-size: 32px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 40.625em) {
  .ffs .splash-bg .splash-item .splash-text-wrap .splash-text-primary {
    font-size: 25.6px;
    font-size: 1.6rem;
    padding: 10px;
  }
}
@media screen and (max-width: 28.125em) {
  .ffs .splash-bg .splash-item .splash-text-wrap .splash-text-primary {
    font-size: 19.2px;
    font-size: 1.2rem;
    padding: 5px;
  }
}
.ffs .splash-bg .splash-item .splash-text-wrap .splash-text-secondary {
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1.2em;
  background: #ffffff;
  padding: 20px;
  text-align: right;
}
@media screen and (max-width: 53.125em) {
  .ffs .splash-bg .splash-item .splash-text-wrap .splash-text-secondary {
    padding: 10px 20px;
  }
}
@media screen and (max-width: 40.625em) {
  .ffs .splash-bg .splash-item .splash-text-wrap .splash-text-secondary {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px;
  }
}
@media screen and (max-width: 28.125em) {
  .ffs .splash-bg .splash-item .splash-text-wrap .splash-text-secondary {
    font-size: 14.4px;
    font-size: 0.9rem;
    padding: 5px;
  }
}
.ffs .splash-bg .slick-paging-wrap .slick-dots {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 40.625em) {
  .ffs .splash-bg .slick-paging-wrap .slick-dots {
    margin-top: 10px;
  }
}
.ffs .splash-bg .slick-paging-wrap .slick-dots li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  margin: 0 10px;
}
.ffs .splash-bg .slick-paging-wrap .slick-dots li button {
  display: block;
  background: #000000;
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid #ffffff;
  border-radius: 8px;
  text-indent: -9999em;
  padding: 0;
  width: 16px;
  height: 16px;
  box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, 0.2);
}
.ffs .splash-bg .slick-paging-wrap .slick-dots li.slick-active button {
  background: #ffffff;
}
.ffs .splash-bg .slick-slider:hover .slick-prev,
.ffs .splash-bg .slick-slider:hover .slick-next {
  opacity: 1;
}
.ffs .splash-bg .slick-prev,
.ffs .splash-bg .slick-next {
  position: absolute;
  top: 50%;
  z-index: 99;
  font-size: 0;
  margin-top: -55px;
  padding: 10px;
  border-radius: 0;
  display: block;
  width: 40px;
  box-sizing: border-box;
  background: #000000;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.15s ease-in-out;
  letter-spacing: 0;
  text-align: center;
}
.ffs .splash-bg .slick-next {
  right: 10px;
  padding-right: 5px;
}
.ffs .splash-bg .slick-next:before {
  font-family: "Black Tie";
  font-size: 32px;
  font-size: 2rem;
  content: "\f093";
}
.ffs .splash-bg .slick-prev {
  left: 10px;
  padding-left: 5px;
}
.ffs .splash-bg .slick-prev:after {
  font-family: "Black Tie";
  font-size: 32px;
  font-size: 2rem;
  content: "\f092";
}
.ffs .subpage-splash-bg .splash-bg-overlay {
  padding: 160px 0 20px;
}
@media screen and (max-width: 65.625em) {
  .ffs .subpage-splash-bg .splash-bg-overlay {
    padding: 80px 0 20px;
  }
}
.ffs .subpage-splash-bg .splash-bg-overlay .splash-title {
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.1em;
  color: #ffffff;
  border: none;
  text-transform: uppercase;
  max-width: 70%;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 65.625em) {
  .ffs .subpage-splash-bg .splash-bg-overlay .splash-title {
    max-width: 100%;
  }
}
@media screen and (max-width: 40.625em) {
  .ffs .subpage-splash-bg .splash-bg-overlay .splash-title {
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}
.ffs .subpage-splash-bg .splash-bg-overlay .splash-title .archive-back {
  margin-top: 0.2em;
  display: block;
  font-size: 0.5em;
  color: #ffffff;
}
.ffs .subpage-splash-bg .splash-bg-overlay .splash-title .archive-back i {
  font-size: 0.8em;
  margin-right: 0.5em;
}
.ffs .featured-articles {
  position: relative;
  background: #eee;
  padding: 20px 0 40px;
}
@media screen and (max-width: 40.625em) {
  .ffs .featured-articles {
    padding: 20px 0;
  }
}
.ffs .featured-articles .featured-articles-title {
  float: left;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.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) {
  .ffs .featured-articles .all-articles {
    clear: left;
    float: left;
  }
}
.ffs .featured-articles .all-articles i {
  margin-left: 10px;
}
.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) {
  .ffs .featured-articles .featured-slick-slider .featured-item {
    font-size: 16px;
    font-size: 1rem;
  }
}
.ffs .featured-articles .featured-slick-slider .featured-item:focus {
  outline: none;
}
.ffs .featured-articles .featured-slick-slider .featured-item .read-wrap {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 53.125em) {
  .ffs .featured-articles .featured-slick-slider .featured-item .read-wrap {
    margin-bottom: 10px;
  }
}
.ffs .featured-articles .featured-slick-slider .featured-item .read-wrap img {
  width: 100%;
  max-width: inherit;
}
.ffs .featured-articles .featured-slick-slider .featured-item .read-wrap .read-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  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) {
  .ffs .featured-articles .featured-slick-slider .featured-item .read-wrap .read-overlay {
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}
.ffs .featured-articles .featured-slick-slider .featured-item .read-wrap:hover .read-overlay {
  opacity: 1;
  visibility: visible;
}
.ffs .featured-articles .slick-prev-arrow,
.ffs .featured-articles .slick-next-arrow {
  position: absolute;
  top: 50%;
  font-size: 32px;
  font-size: 2rem;
  background: #ffffff;
  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;
}
.ffs .featured-articles .slick-prev-arrow:hover,
.ffs .featured-articles .slick-next-arrow:hover {
  width: 70px;
}
.ffs .featured-articles .slick-prev-arrow {
  left: 0;
  text-align: right;
  padding-right: 25px;
}
.ffs .featured-articles .slick-next-arrow {
  right: 0;
  text-align: left;
  padding-left: 25px;
}
.ffs .about-this {
  background: #fafafa;
  padding: 60px 0 40px;
}
@media screen and (max-width: 53.125em) {
  .ffs .about-this {
    padding: 30px 0 20px;
  }
}
.ffs .about-this .about-teaser {
  float: left;
  width: 70%;
}
@media screen and (max-width: 53.125em) {
  .ffs .about-this .about-teaser {
    width: 100%;
    margin-bottom: 20px;
  }
}
.ffs .about-this .about-teaser .about-title {
  text-transform: uppercase;
  font-family: "Oswald";
  margin-bottom: 20px;
}
.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) {
  .ffs .about-this .about-teaser .about-excerpt {
    margin-bottom: 15px;
  }
}
.ffs .about-this .about-teaser .read-more {
  float: right;
  text-transform: uppercase;
  font-family: "Oswald Light";
  letter-spacing: 1px;
}
.ffs .about-this .about-teaser .read-more i {
  margin-left: 10px;
}
.ffs .about-this .edition-categories {
  float: right;
  width: 25%;
}
@media screen and (max-width: 53.125em) {
  .ffs .about-this .edition-categories {
    display: none;
  }
}
.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;
}
.ffs .about-this .edition-categories .cat-more:before {
  display: none;
}
.ffs .about-this .edition-categories .more-cats {
  cursor: pointer;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 20px;
  text-transform: uppercase;
  text-align: center;
}
.ffs .about-this .edition-categories .more-cats:before {
  display: none;
}
.ffs .about-this .edition-categories .more-cats i {
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-left: 5px;
}
.ffs .home-primary .page-content {
  margin: 40px auto;
}
.ffs .page-content {
  float: left;
  width: 70%;
  font-family: "Open Sans", "Sans serif";
}
@media screen and (max-width: 53.125em) {
  .ffs .page-content {
    width: 100%;
  }
}
.ffs .page-content .featured-image {
  width: 100%;
  max-width: none;
}
.ffs .page-content .edition-article .featured-image {
  margin-bottom: 20px;
}
.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) {
  .ffs .page-content .article-title {
    font-size: 22.4px;
    font-size: 1.4rem;
  }
}
.ffs .page-content .more {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 20px;
  margin-bottom: 60px;
}
.ffs .page-content .more .read-more {
  float: right;
  font-family: "Oswald Light";
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ffs .page-content .more .read-more i {
  margin-left: 10px;
}
.ffs .page-content .more .find-more {
  float: left;
  font-family: "Oswald";
  text-transform: uppercase;
}
.ffs .page-content .more .find-more a {
  font-family: "Oswald Light";
  letter-spacing: 1px;
  text-transform: none;
}
.ffs .page-content .share-more {
  padding: 15px 0;
  font-family: "Oswald Light";
  letter-spacing: 1px;
  color: #666;
}
.ffs .page-content .share-more .find-more {
  float: left;
}
.ffs .page-content .share-more .find-more span {
  text-transform: uppercase;
}
.ffs .page-content .share-more .sharing-icons {
  float: right;
}
.ffs .page-content .share-more .sharing-icons .sharing-title {
  margin-right: 5px;
  text-transform: uppercase;
}
.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: #ffffff;
}
.ffs .page-content .share-more .sharing-icons a.facebook {
  background: #3287d0;
}
.ffs .page-content .share-more .sharing-icons a.twitter {
  background: #40dbf2;
}
.ffs .page-content .share-more .sharing-icons a.linkedin {
  background: #31639b;
}
.ffs .page-content .share-more .sharing-icons a.googleplus {
  background: #98b739;
}
.ffs .page-content .share-more .sharing-icons a.pinterest {
  background: #bd2126;
}
.ffs .page-content .share-more .sharing-icons a.email {
  background: #000000;
}
.ffs .page-content .user-content {
  margin: 40px 0;
}
.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";
}
.ffs .page-content .user-content h1 {
  font-size: 28.8px;
  font-size: 1.8rem;
}
.ffs .page-content .user-content h2 {
  font-size: 22.4px;
  font-size: 1.4rem;
}
.ffs .page-content .user-content h3 {
  font-size: 19.2px;
  font-size: 1.2rem;
}
.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;
}
.ffs .page-content .user-content ul {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
}
.ffs .page-content .user-content ul li {
  margin-left: 0;
  margin-bottom: 10px;
  list-style: none;
}
.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;
}
.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;
}
.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;
}
.ffs .page-content .contact-footer {
  margin-bottom: 40px;
}
.ffs .page-content .contact-footer .contact-title {
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Oswald Light";
  letter-spacing: 1px;
  font-size: 22.4px;
  font-size: 1.4rem;
  text-align: center;
  padding: 20px;
}
.ffs .page-content .contact-footer .contact-form {
  padding: 20px 40px;
  font-family: "Oswald";
}
@media screen and (max-width: 40.625em) {
  .ffs .page-content .contact-footer .contact-form {
    padding: 20px;
  }
}
.ffs .page-content .contact-footer .contact-form .gform_wrapper {
  margin: 0;
}
.ffs .page-content .contact-footer .contact-form .gform_wrapper div.validation_error {
  background: #ffffff;
  width: 100%;
  padding: 20px 10px;
}
.ffs .page-content .contact-footer .contact-form .gform_wrapper .ginput_container {
  margin-top: 0;
}
.ffs .page-content .contact-footer .contact-form label {
  display: none;
}
.ffs .page-content .contact-footer .contact-form input,
.ffs .page-content .contact-footer .contact-form textarea {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.ffs .page-content .contact-footer .contact-form input:focus,
.ffs .page-content .contact-footer .contact-form textarea:focus {
  outline: none;
}
.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) {
  .ffs .page-content .contact-footer .contact-form #field_1_1,
  .ffs .page-content .contact-footer .contact-form #field_1_2 {
    width: 100%;
  }
}
.ffs .page-content .contact-footer .contact-form #field_1_1 input,
.ffs .page-content .contact-footer .contact-form #field_1_2 input {
  width: 100%;
}
.ffs .page-content .contact-footer .contact-form #field_1_1 {
  float: left;
}
.ffs .page-content .contact-footer .contact-form #field_1_2 {
  float: right;
}
.ffs .page-content .contact-footer .contact-form #field_1_3 {
  width: 100%;
  margin-bottom: 10px;
}
.ffs .page-content .contact-footer .contact-form #field_1_3 textarea {
  width: 100%;
}
.ffs .page-content .contact-footer .contact-form .gform_footer {
  margin: 0;
  padding: 0;
}
.ffs .page-content .contact-footer .contact-form .gform_footer .gform_button {
  background: none;
  border: 1px solid #ffffff;
  border-radius: 0;
  padding: 10px 40px;
}
.ffs .page-content .pagination-wrap {
  padding-top: 40px;
  border-top: 1px solid #ccc;
  margin-bottom: 40px;
}
.ffs .page-content .pagination-wrap .nav-next {
  float: right;
}
.ffs .page-content .pagination-wrap .nav-next a {
  font-family: "Oswald Light";
  letter-spacing: 1px;
  color: #ffffff;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 3px;
  display: block;
}
.ffs .page-content .pagination-wrap .nav-next a:after {
  font-family: "Black Tie";
  font-weight: 400;
  content: "\f093";
  margin-left: 10px;
}
.ffs .page-content .pagination-wrap .nav-prev {
  float: left;
}
.ffs .page-content .pagination-wrap .nav-prev a {
  font-family: "Oswald Light";
  letter-spacing: 1px;
  color: #ffffff;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 3px;
  display: block;
}
.ffs .page-content .pagination-wrap .nav-prev a:before {
  font-family: "Black Tie";
  font-weight: 400;
  content: "\f092";
  margin-right: 10px;
}
.ffs .sidebar {
  float: right;
  width: 25%;
  margin: 40px 0;
}
@media screen and (max-width: 53.125em) {
  .ffs .sidebar {
    display: none;
  }
}
.ffs .sidebar .section-title {
  letter-spacing: 1px;
  text-transform: uppercase;
}
.ffs .sidebar .styled-ul {
  margin-bottom: 40px;
}
.ffs .sidebar .sidebar-ad {
  margin-bottom: 20px;
  display: block;
}
.ffs .sidebar .sidebar-ad img {
  width: 100%;
}
.ffs .sidebar .facebook-embed {
  margin-bottom: 20px;
}
.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;
}
.ffs .sidebar .sidebar-cta .cta-title {
  font-family: "Oswald Light";
  letter-spacing: 1px;
  color: #ffffff;
  font-size: 22.4px;
  font-size: 1.4rem;
  text-align: center;
  padding: 20px;
}
.ffs .sidebar .sidebar-cta .cta-content {
  font-family: "Oswald Light";
  letter-spacing: 1px;
  color: #ffffff;
  padding: 20px;
}
.ffs .sidebar .sidebar-cta .cta-link {
  text-align: center;
}
.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: #ffffff;
  padding: 5px 30px;
}
.ffs #footer {
  padding: 30px 0;
}
.ffs #footer .footer-nav ul {
  text-align: center;
}
.ffs #footer .footer-nav ul li {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}
.ffs #footer .footer-nav ul li a {
  font-family: "Oswald Light";
  letter-spacing: 1px;
  padding: 5px 20px;
  display: block;
  color: #ffffff;
}
.ffs #footer .credit-wrap {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  margin-top: 2em;
}
@media only screen and (max-width: 700px) {
  .ffs #footer .credit-wrap {
    justify-content: center;
  }
}
.ffs #footer .credit-wrap .copyright {
  text-align: center;
  font-family: "Oswald Light";
  letter-spacing: 1px;
  color: #ffffff;
  text-transform: uppercase;
}
@media only screen and (max-width: 700px) {
  .ffs #footer .credit-wrap .copyright {
    flex: 1 1 auto;
    margin-bottom: 0.5em;
  }
}
.ffs #footer .credit-wrap .powered-by {
  color: #ffffff;
}

#header {
  background: #666666;
  height: 70px;
}
#header .logo {
  background: #0061a8;
  float: left;
  padding: 0 20px;
}
#header .logo a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  line-height: 70px;
}
#header .logo a img {
  vertical-align: middle;
}
#header .site-title {
  color: #ffffff;
  font-size: 22.4px;
  font-size: 1.4rem;
  float: left;
  margin-left: 20px;
  line-height: 70px;
  letter-spacing: 1px;
}

.main-nav {
  text-align: right;
  display: block;
}
@media screen and (max-width: 65.625em) {
  .main-nav {
    width: 100%;
    clear: both;
    display: none;
  }
}
.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;
}
.main-nav > ul > li.login-out a {
  border-left: 1px solid #ffffff;
  padding-right: 0;
  padding-left: 40px;
  margin-left: 20px;
}
.main-nav > ul > li.manage-editions a:before {
  font-family: "Black Tie";
  font-weight: 900;
  content: "\f02f";
  margin-right: 10px;
}
.main-nav > ul > li.manage-details a:before {
  font-family: "Black Tie";
  font-weight: 900;
  content: "\f030";
  margin-right: 10px;
}
.main-nav > ul > li.edit-profile a:before {
  font-family: "Black Tie";
  font-weight: 900;
  content: "\f0d6";
  margin-right: 10px;
}
.main-nav > ul > li.help a:before {
  font-family: "Black Tie";
  font-weight: 900;
  content: "\f044";
  margin-right: 10px;
}
.main-nav > ul > li a {
  line-height: 70px;
  text-transform: uppercase;
  color: #ffffff;
  -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;
}
.main-nav > ul > li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 65.625em) {
  .main-nav > ul > li:hover .sub-menu {
    display: none;
  }
}
.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) {
  .main-nav > ul > li > .sub-menu {
    position: static;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: center;
  }
}
.main-nav > ul > li > .sub-menu.nav-shift {
  left: auto;
  right: 0;
  text-align: right;
}
.main-nav > ul > li > .sub-menu.nav-shift .triangle span {
  left: auto;
  right: 20px;
}
.main-nav > ul > li > .sub-menu > li {
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9);
  padding: 0;
  margin: 0;
}
.main-nav > ul > li > .sub-menu > li.triangle {
  height: 10px;
  position: relative;
  background: none;
}
@media screen and (max-width: 65.625em) {
  .main-nav > ul > li > .sub-menu > li.triangle {
    display: none;
  }
}
.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 #ffffff transparent;
  border-color: transparent transparent rgba(255, 255, 255, 0.9) transparent;
}
.main-nav > ul > li > .sub-menu > li .sub-menu {
  display: none;
}
.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;
}
.main-nav > ul > li > .sub-menu a i {
  margin-right: 10px;
}

.nav-handle {
  float: right;
  display: none;
  cursor: pointer;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 70px;
  color: #ffffff;
}
@media screen and (max-width: 65.625em) {
  .nav-handle {
    display: block;
  }
}
@media screen and (max-width: 37.5em) {
  .nav-handle {
    line-height: 50px;
  }
}

.sidebar {
  float: right;
  width: 25%;
}
@media screen and (max-width: 46.875em) {
  .sidebar {
    width: 100%;
  }
}
.sidebar .more-li:before {
  display: none;
}
.sidebar .more-cats {
  cursor: pointer;
  border-top: 1px solid #ccc;
  padding-top: 10px;
  margin-top: 20px;
  text-transform: uppercase;
  text-align: center;
}
.sidebar .more-cats:before {
  display: none;
}
.sidebar .more-cats i {
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-left: 5px;
}

#footer {
  background: #666;
  padding: 30px 0;
}
#footer .main-nav {
  text-align: center;
  line-height: inherit;
}
#footer .main-nav li {
  margin: 0;
}

.page .wp-editor-container {
  border: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.page .wp-editor-wrap button {
  border-radius: 0;
}
.page .wp-editor-wrap button:hover {
  background: none;
}

.eb-alert {
  padding: 10px;
  color: #333333;
  background: #ffffe0;
  border: 1px solid #e6db55;
  margin-bottom: 20px;
}
.eb-alert i {
  margin-right: 5px;
}
.eb-alert .close-alert {
  float: right;
  cursor: pointer;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5em;
  border-radius: 10px;
  height: 16px;
}

.register .section-title {
  margin-bottom: 40px;
}
.register .styled p {
  margin-bottom: 10px;
}
.register .styled ul {
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 40px;
}
.register #setupform .eb-slug-fields {
  margin-bottom: 40px;
}
.register #setupform .eb-slug-fields > div {
  float: left;
  width: 25%;
}
.register #setupform .eb-slug-fields > div input,
.register #setupform .eb-slug-fields > div select {
  width: 98%;
  margin: 5px 0;
}
.register #setupform .input-field {
  margin-bottom: 40px;
}
.register #setupform label {
  display: block;
  line-height: 1em;
  cursor: pointer;
  color: #000000;
}
.register #setupform input[type=text],
.register #setupform input[type=email] {
  margin: 5px 0;
  width: 100%;
}
.register #setupform input[type=radio] {
  float: left;
  margin-right: 10px;
}
.register #setupform p.submit {
  margin: 40px 0;
}
.register #setupform .error {
  padding: 10px;
  color: #333333;
  background: #FFEBE8;
  border: 1px solid #CC0000;
  margin-top: 5px;
}

.manage-editions {
  margin-bottom: 40px;
}
.manage-editions .section-title {
  font-family: "Oswald Light";
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.manage-editions .section-title i {
  margin-right: 5px;
}
.manage-editions .new-edition {
  float: right;
  color: #ffffff;
  background: #666666;
}
.manage-editions .new-edition i {
  font-size: 12.8px;
  font-size: 0.8rem;
  margin-right: 5px;
  vertical-align: baseline;
}
.manage-editions table {
  width: 100%;
  background: #ffffff;
}
.manage-editions table th {
  background: #0061a8;
  color: #ffffff;
  padding: 10px;
}
.manage-editions table td {
  padding: 10px;
}
.manage-editions table td.actions {
  text-align: right;
}
.manage-editions table td.actions a {
  margin-left: 15px;
}

.manage-edition-details .section-title {
  font-family: "Oswald Light";
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.manage-edition-details .section-title i {
  margin-right: 5px;
}
.manage-edition-details .widget-title {
  background: #0061a8;
  color: #ffffff;
  padding: 10px;
  margin-bottom: 0;
  font-size: 19.2px;
  font-size: 1.2rem;
}
.manage-edition-details .widget-content {
  background: #ffffff;
  padding: 10px;
}
.manage-edition-details .widget-content .description {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  margin-bottom: 10px;
}
.manage-edition-details .about-details {
  float: left;
  width: 49%;
}
.manage-edition-details .contact-details {
  float: left;
  width: 49%;
  margin-left: 2%;
}
.manage-edition-details .contact-details .to-address {
  width: 100%;
  margin: 10px 0;
}
.manage-edition-details .submit {
  float: right;
}
.manage-edition-details hr {
  border: none;
  border-top: 1px solid #ccc;
  margin: 40px 0 20px;
}

.edition-help .success {
  background: white;
  border-left: 5px solid #0061a8;
  padding: 0.8em;
  margin-bottom: 2em;
  font-size: 1.2em;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}
.edition-help .section-title {
  margin-bottom: 1em;
}
.edition-help .page-content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 50em) {
  .edition-help .page-content {
    flex-direction: column;
  }
}
.edition-help .page-content .faq-wrap {
  flex: 1 1 100%;
  margin-right: 4em;
  margin-bottom: 2em;
}
@media screen and (max-width: 50em) {
  .edition-help .page-content .faq-wrap {
    margin-right: 0;
  }
}
.edition-help .page-content .faq-wrap .faq-item {
  background: #ffffff;
  margin-bottom: 1em;
}
.edition-help .page-content .faq-wrap .faq-item .faq {
  background: #dddddd;
  transition: all 100ms ease-in;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0.5em 0.8em;
  font-size: 1.2em;
  margin-bottom: 0;
  cursor: pointer;
}
.edition-help .page-content .faq-wrap .faq-item .faq:after {
  transition: all 100ms ease-in;
  margin-left: 2em;
  content: "\f090";
  font-family: "Black Tie";
}
.edition-help .page-content .faq-wrap .faq-item .faq:hover {
  color: #ffffff;
  background: #0061a8;
}
.edition-help .page-content .faq-wrap .faq-item .faq-content {
  padding: 1em;
}
.edition-help .page-content .faq-wrap .faq-item.expanded .faq {
  color: #ffffff;
  background: #0061a8;
}
.edition-help .page-content .faq-wrap .faq-item.expanded .faq:after {
  transform: rotate(180deg);
}
.edition-help .page-content .sidebar {
  width: auto;
  flex: 0 0 350px;
}
@media screen and (max-width: 50em) {
  .edition-help .page-content .sidebar {
    flex: 1 1 100%;
    width: 100%;
  }
}
.edition-help .page-content .sidebar .sidebar-title {
  padding-bottom: 1em;
  border-bottom: 5px solid #ccc;
  margin-bottom: 1em;
}
.edition-help .page-content .sidebar .category-wrap {
  margin-bottom: 3em;
}
.edition-help .page-content .sidebar .category-wrap li {
  font-size: 1.2em;
  margin-bottom: 0.8em;
}
.edition-help .page-content .sidebar .submit-question textarea,
.edition-help .page-content .sidebar .submit-question input[type=text] {
  width: 100%;
  margin-bottom: 0.4em;
}
.edition-help .page-content .sidebar .submit-question input[type=submit] {
  float: right;
}

.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;
}
.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 #ffffff;
}
.edition-manager .tooltip:hover .tooltip-image {
  opacity: 1;
  visibility: visible;
}
.edition-manager .edition-title {
  font-family: "Oswald Light";
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.edition-manager .edition-title span {
  font-size: 16px;
  font-size: 1rem;
  font-family: "Oswald";
  display: inline-block;
  letter-spacing: 0;
  color: red;
}
.edition-manager .edition-title span.publish-edition {
  color: #319b15;
}
.edition-manager .section-title {
  font-family: "Oswald Light";
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
.edition-manager .section-title span {
  font-family: "Oswald";
  color: #666666;
  letter-spacing: 0;
}
.edition-manager .form-actions {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 10px 0;
  border-top: 1px solid #ccc;
  text-align: right;
  z-index: 9;
}
.edition-manager .form-actions .button-wrap {
  width: 70%;
  padding: 0 10px;
}
.edition-manager .form-actions .button-wrap .save-edition,
.edition-manager .form-actions .button-wrap .preview-edition,
.edition-manager .form-actions .button-wrap .publish-edition,
.edition-manager .form-actions .button-wrap .draft-edition {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  color: #ffffff;
  margin-left: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
}
.edition-manager .form-actions .button-wrap .save-edition i,
.edition-manager .form-actions .button-wrap .preview-edition i,
.edition-manager .form-actions .button-wrap .publish-edition i,
.edition-manager .form-actions .button-wrap .draft-edition i {
  margin-right: 5px;
  vertical-align: baseline;
}
.edition-manager .form-actions .button-wrap .publish-edition i,
.edition-manager .form-actions .button-wrap .draft-edition i {
  margin-right: 0;
  margin-left: 5px;
}
.edition-manager .form-actions .button-wrap .publish-edition {
  background: #319b15;
}
.edition-manager .form-actions .button-wrap .draft-edition {
  background: red;
}
.edition-manager .manager-tabs {
  margin-top: 20px;
}
.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: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  font-family: "Oswald Light";
  letter-spacing: 1px;
}
.edition-manager .manager-tabs li.active {
  background: #ffffff;
  color: #0061a8;
}
.edition-manager.manage-details h1.section-title i {
  margin-right: 5px;
}
.edition-manager.manage-details .about .section-title {
  margin-bottom: 10px;
}
.edition-manager.manage-details .about .description {
  padding-bottom: 10px;
  border-bottom: 7px solid #ff9900;
  margin-bottom: 40px;
}
.edition-manager.manage-details .contact .section-title {
  margin-bottom: 10px;
}
.edition-manager.manage-details .contact .description {
  padding-bottom: 10px;
  border-bottom: 7px solid #ff9900;
  margin-bottom: 40px;
}
.edition-manager.manage-details .contact .to-address {
  width: 100%;
  margin-bottom: 20px;
}
.edition-manager.manage-details .archives label {
  display: inline-block;
  cursor: pointer;
}
.edition-manager.manage-details .archives label input {
  width: auto !important;
  margin-left: 0.5em;
  cursor: pointer;
}
.edition-manager .manager-main {
  float: left;
  width: 70%;
  background: #ffffff;
  padding: 15px;
  padding-top: 30px;
}
.edition-manager .manager-main label {
  display: block;
  margin-bottom: 5px;
  color: #000000;
}
.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;
}
.edition-manager .manager-main .chosen-container-single {
  width: 100% !important;
  font-size: 16px;
  font-size: 1rem;
  margin-bottom: 20px;
}
.edition-manager .manager-main .chosen-container-single .chosen-single {
  height: auto;
}
.edition-manager .manager-main .chosen-container-single .chosen-single span {
  padding: 7px 0;
}
.edition-manager .manager-main .chosen-container-single .chosen-single div b {
  background-position: 1px 10px;
}
.edition-manager .manager-main .chosen-container-single.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -17px 10px;
}
.edition-manager .manager-main .description {
  display: block;
  font-size: 14.4px;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.edition-manager .manager-main .remove-image {
  position: absolute;
  top: -12px;
  right: -6px;
  cursor: pointer;
  color: #000000;
}
.edition-manager .manager-main .remove-image i {
  background: #ffffff;
  border-radius: 10px;
}
.edition-manager .manager-main .edition-details .section-title {
  padding-bottom: 10px;
  border-bottom: 7px solid #ff9900;
}
.edition-manager .manager-main .edition-details .top {
  margin-bottom: 20px;
}
.edition-manager .manager-main .edition-details .top > div {
  float: left;
  margin-right: 5%;
  width: 30%;
}
.edition-manager .manager-main .edition-details .top > div.num-front-page-articles {
  margin-right: 0;
}
.edition-manager .manager-main .edition-details .top > div input {
  width: 100%;
}
.edition-manager .manager-main .edition-details .page-planner-wrap .planner-download {
  font-size: 0.7em;
  float: right;
}
.edition-manager .manager-main .edition-details .page-planner-wrap .page-planner-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 0;
}
.edition-manager .manager-main .edition-details .page-planner-wrap .page-planner-row.page-planner-header {
  text-transform: uppercase;
  font-size: 0.8em;
}
.edition-manager .manager-main .edition-details .page-planner-wrap .page-planner-row.page-planner-header > div {
  padding: 0 1em;
}
.edition-manager .manager-main .edition-details .page-planner-wrap .page-planner-row.odd {
  background: #eeeeee;
}
.edition-manager .manager-main .edition-details .page-planner-wrap .page-planner-row > div {
  flex: 1 1 100%;
  padding: 0 0.5em;
}
.edition-manager .manager-main .edition-details .page-planner-wrap .page-planner-row > div.page-planner-number {
  width: 100px;
  flex: 0 0 auto;
}
.edition-manager .manager-main .edition-details .page-planner-wrap .page-planner-row > div input,
.edition-manager .manager-main .edition-details .page-planner-wrap .page-planner-row > div textarea,
.edition-manager .manager-main .edition-details .page-planner-wrap .page-planner-row > div .chosen-container-single {
  margin-bottom: 0;
}
.edition-manager .manager-main .section-title {
  color: #0061a8;
  text-transform: uppercase;
  font-family: "Oswald";
}
.edition-manager .manager-main .frontpage .section-title {
  padding-bottom: 10px;
  border-bottom: 7px solid #ff9900;
}
.edition-manager .manager-main .frontpage .featured-content-item {
  border-bottom: 1px solid #eeeeee;
  margin: 20px 0;
}
.edition-manager .manager-main .frontpage .featured-content-item .left {
  float: left;
  width: 48%;
}
.edition-manager .manager-main .frontpage .featured-content-item .left .featured-image {
  position: relative;
}
.edition-manager .manager-main .frontpage .featured-content-item .left .featured-image img {
  margin-bottom: 10px;
}
.edition-manager .manager-main .frontpage .featured-content-item .left .featured-image input[type=file] {
  margin-bottom: 5px;
}
.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: #000000;
}
.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: #ffffff;
  border-radius: 10px;
}
.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;
}
.edition-manager .manager-main .frontpage .featured-content-item .right {
  float: right;
  width: 48%;
}
.edition-manager .manager-main .design .section-title {
  padding-bottom: 10px;
  border-bottom: 7px solid #ff9900;
  margin-bottom: 20px;
}
.edition-manager .manager-main .design .background-photo {
  margin-bottom: 20px;
}
.edition-manager .manager-main .design .background-photo .featured-image {
  position: relative;
  margin-bottom: 20px;
}
.edition-manager .manager-main .design .background-photo .featured-image img {
  margin-bottom: 20px;
}
.edition-manager .manager-main .design .background-photo .featured-image input[type=file] {
  margin-bottom: 5px;
}
.edition-manager .manager-main .design .background-photo .featured-image .remove-image {
  position: absolute;
  top: -12px;
  right: -6px;
  cursor: pointer;
  color: #000000;
}
.edition-manager .manager-main .design .background-photo .featured-image .remove-image i {
  background: #ffffff;
  border-radius: 10px;
}
.edition-manager .manager-main .design .background-photo .featured-image .image-placeholder {
  height: 180px;
  border: 2px dashed #eeeeee;
  background: #f7f7f7;
  margin-bottom: 20px;
}
.edition-manager .manager-main .design .background-photo .description {
  color: #000000;
  font-size: 16px;
  font-size: 1rem;
}
.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;
}
.edition-manager .manager-main .design .background-photo .description ul li {
  list-style: disc;
}
.edition-manager .manager-main .design .branding-colors .primary,
.edition-manager .manager-main .design .branding-colors .tertiary {
  background: #f8f8f8;
  padding: 20px;
}
.edition-manager .manager-main .design .branding-colors .secondary {
  padding: 20px;
}
.edition-manager .manager-main .design .branding-colors .tertiary {
  margin-bottom: 20px;
}
.edition-manager .manager-main .design .branding-colors .affects-list {
  float: left;
  width: 44%;
  margin: 0 2%;
}
.edition-manager .manager-main .design .branding-colors .affects-list ul {
  margin-left: 20px;
  list-style: disc;
}
.edition-manager .manager-main .design .branding-colors .affects-list ul li {
  list-style: disc;
}
.edition-manager .manager-main .design .branding-colors .left {
  float: left;
  width: 25%;
  position: relative;
}
.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;
}
.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%;
}
.edition-manager .manager-main .design .branding-colors .left .iris-picker {
  position: absolute;
  top: 80px;
  right: 0;
  z-index: 9;
  width: 100% !important;
  clear: left;
}
.edition-manager .manager-main .design .branding-colors .left .iris-picker .iris-square {
  width: 85% !important;
  margin-right: 5% !important;
}
.edition-manager .manager-main .design .branding-colors .left .iris-picker .iris-slider {
  width: 10% !important;
}
.edition-manager .manager-main .design .branding-colors .right {
  float: right;
  width: 65%;
}
.edition-manager .manager-main .add-content .section-header {
  padding-bottom: 10px;
  border-bottom: 7px solid #ff9900;
  margin-bottom: 20px;
}
.edition-manager .manager-main .add-content .section-header .section-title {
  float: left;
  margin-bottom: 20px;
}
.edition-manager .manager-main .add-content .section-header .add-new-content {
  float: right;
  color: #ffffff;
}
.edition-manager .manager-main .add-content .section-header .search-type {
  clear: left;
}
.edition-manager .manager-main .add-content .section-header .search-type label {
  margin-left: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}
.edition-manager .manager-main .add-content .section-header .search-type label input {
  margin-right: 3px;
  margin-bottom: 0;
  width: auto;
}
.edition-manager .manager-main .add-content .content-section {
  margin-bottom: 20px;
}
.edition-manager .manager-main .add-content .select {
  float: left;
  width: 28%;
}
.edition-manager .manager-main .add-content .and {
  float: left;
  width: 6%;
  margin: 0 1%;
  padding-top: 35px;
  text-align: center;
}
.edition-manager .manager-main .add-content .keyword-search {
  margin-bottom: 40px;
}
.edition-manager .manager-main .add-content .keyword-search input {
  width: 100%;
}
.edition-manager .manager-main .add-content .keyword-filters {
  display: flex;
}
.edition-manager .manager-main .add-content .keyword-filters label {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex: 0 0 auto;
  margin-right: 1em;
}
.edition-manager .manager-main .add-content .keyword-filters label input {
  margin: 0;
  margin-right: 0.5em;
  width: auto;
}
.edition-manager .manager-main .add-content .content-search-results .found-results {
  border-bottom: 7px solid #ff9900;
  padding-bottom: 20px;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.edition-manager .manager-main .add-content .content-search-results .found-results .found-order select {
  margin-bottom: 0;
}
.edition-manager .manager-main .add-content .content-search-results .content-result-list {
  margin: 20px 0;
}
.edition-manager .manager-main .add-content .content-search-results .content-result-list > li {
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.edition-manager .manager-main .add-content .content-search-results .content-result-list > li table {
  width: 100%;
}
.edition-manager .manager-main .add-content .content-search-results .content-result-list > li .result-item {
  padding-right: 20px;
}
.edition-manager .manager-main .add-content .content-search-results .content-result-list > li .result-item .post-title {
  color: #0061a8;
  margin-bottom: 0.2em;
}
.edition-manager .manager-main .add-content .content-search-results .content-result-list > li .result-item .post-date {
  font-style: italic;
  font-weight: 600;
  margin-bottom: 0.5em;
  font-size: 0.9em;
}
.edition-manager .manager-main .add-content .content-search-results .content-result-list > li .result-item .post-content {
  font-family: "Open Sans";
}
.edition-manager .manager-main .add-content .content-search-results .content-result-list > li .result-item .post-pdf {
  margin-top: 10px;
}
.edition-manager .manager-main .add-content .content-search-results .content-result-list > li .add-content-result {
  text-align: center;
  color: #ffffff;
  cursor: pointer;
  width: 30px;
}
.edition-manager .manager-main .add-content .content-search-results .content-result-list > li .add-content-result.add-this i {
  background: #6ea5ce;
}
.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: #ffffff;
  cursor: pointer;
}
.edition-manager .manager-main .add-content .content-search-results .content-result-list > li .added-content-result {
  text-align: center;
  width: 30px;
}
.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;
}
.edition-manager .manager-main .manage-content .section-title {
  margin-bottom: 20px;
}
.edition-manager .manager-main .manage-content .edition-stats {
  border-bottom: 7px solid #ff9900;
  padding-bottom: 20px;
  margin-bottom: 30px;
  line-height: 1.2em;
}
.edition-manager .manager-main .manage-content .edition-stats span {
  margin-right: 20px;
}
.edition-manager .manager-main .manage-content .content-result {
  margin-bottom: 40px;
}
.edition-manager .manager-main .manage-content .content-result .sortable-placeholder {
  height: 120px;
  background: #f7f7f7;
  border: 2px dashed #eeeeee;
  margin-bottom: 20px;
}
.edition-manager .manager-main .manage-content .content-result .result-item {
  background: #ffffff;
  padding-bottom: 20px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.edition-manager .manager-main .manage-content .content-result .result-item table {
  width: 100%;
}
.edition-manager .manager-main .manage-content .content-result .result-item .content-wrap {
  padding-right: 20px;
  position: relative;
}
.edition-manager .manager-main .manage-content .content-result .result-item .content-wrap .post-content {
  font-family: "Open Sans";
}
.edition-manager .manager-main .manage-content .content-result .result-item .content-wrap .content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1.3em;
}
.edition-manager .manager-main .manage-content .content-result .result-item .content-wrap .content-overlay.locked {
  color: #999999;
}
.edition-manager .manager-main .manage-content .content-result .result-item .content-wrap .content-overlay.approved {
  color: #319b15;
}
.edition-manager .manager-main .manage-content .content-result .result-item .content-wrap .content-overlay i {
  font-size: 2em;
  display: block;
  margin-bottom: 0.1em;
}
.edition-manager .manager-main .manage-content .content-result .result-item .content-wrap .content-overlay .admin-review {
  margin-top: 1em;
  color: #ffffff;
}
.edition-manager .manager-main .manage-content .content-result .result-item .content-wrap .content-overlay .admin-review i {
  display: inline-block;
  margin-left: 0.5em;
  font-size: 1em;
  line-height: 0.5em;
}
.edition-manager .manager-main .manage-content .content-result .result-item .reorder {
  color: #ffffff;
  width: 30px;
  text-align: center;
}
.edition-manager .manager-main .manage-content .content-result .result-item .reorder i {
  background: #6ea5ce;
  height: 30px;
  line-height: 30px;
  width: 30px;
  color: #ffffff;
  cursor: move;
}
.edition-manager .manager-main .print .section-title {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.edition-manager .manager-main .print .section-title-desc {
  border-bottom: 7px solid #ff9900;
  padding-bottom: 10px;
  margin-bottom: 40px;
  clear: both;
}
.edition-manager .manager-main .print .download-all {
  float: right;
  color: #ffffff;
}
.edition-manager .manager-main .print .content-section {
  margin-bottom: 20px;
}
.edition-manager .manager-main .print .content-section a {
  display: block;
  color: #666666;
  line-height: 1.2em;
}
.edition-manager .manager-main .print .content-section a img {
  margin-bottom: 5px;
}
.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;
}
.edition-manager .manager-main .print .content-section .cover-image {
  margin-bottom: 40px;
}
.edition-manager .manager-main .print .content-section .cover-image .image-container {
  position: relative;
}
.edition-manager .manager-main .print .content-section .cover-image button {
  padding: 10px 15px;
}
.edition-manager .manager-main .print .content-section .cover-image button i {
  margin-right: 5px;
}
.edition-manager .manager-main .sidebar-ads .section-title {
  padding-bottom: 10px;
  border-bottom: 7px solid #ff9900;
}
.edition-manager .manager-main .sidebar-ads .content-section {
  margin: 20px 0;
}
.edition-manager .manager-main .sidebar-ads .content-section .left {
  float: left;
  width: 35%;
}
.edition-manager .manager-main .sidebar-ads .content-section .left .sidebar-ad-image-wrap .image-container {
  position: relative;
}
.edition-manager .manager-main .sidebar-ads .content-section .left .sidebar-ad-image-wrap .image-container img {
  margin-bottom: 20px;
}
.edition-manager .manager-main .sidebar-ads .content-section .left .sidebar-ad-image-wrap .image-container .remove-sidebar-ad-image {
  position: absolute;
  top: -12px;
  right: -6px;
  cursor: pointer;
  color: #000000;
}
.edition-manager .manager-main .sidebar-ads .content-section .left .sidebar-ad-image-wrap .image-container .remove-sidebar-ad-image i {
  background: #ffffff;
  border-radius: 10px;
}
.edition-manager .manager-main .sidebar-ads .content-section .left .sidebar-ad-image-wrap .image-container .sidebar-ad-image-placeholder {
  height: 180px;
  border: 2px dashed #eeeeee;
  background: #f7f7f7;
  margin-bottom: 20px;
  width: 100%;
}
.edition-manager .manager-main .sidebar-ads .content-section .right {
  float: right;
  width: 60%;
}
.edition-manager .manager-main .sidebar-ads .content-section .right input[type=file] {
  margin-bottom: 5px;
}
.edition-manager .social .section-title {
  padding-bottom: 10px;
  border-bottom: 7px solid #ff9900;
}
.edition-manager .custom-logo .custom-logo-image .image-container {
  position: relative;
  margin-top: 10px;
  float: left;
  background-color: #eee;
  background-image: linear-gradient(45deg, #e6e6e6 25%, transparent 25%, transparent 75%, #e6e6e6 75%, #e6e6e6), linear-gradient(45deg, #e6e6e6 25%, transparent 25%, transparent 75%, #e6e6e6 75%, #e6e6e6);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
}
.edition-manager .custom-logo .custom-logo-image .image-container .remove-image {
  position: absolute;
  top: -12px;
  right: -6px;
  cursor: pointer;
  color: #000000;
}
.edition-manager .custom-logo .custom-logo-image .image-container .remove-image i {
  background: #ffffff;
  border-radius: 10px;
}
.edition-manager .manager-sidebar {
  float: right;
  width: 29%;
  background: #ffffff;
  padding: 15px;
}
.edition-manager .manager-sidebar h4 {
  color: #ff9900;
  font-family: "Oswald Light";
  text-transform: uppercase;
  margin-bottom: 20px;
}
.edition-manager .manager-sidebar hr {
  border: none;
  border-top: 1px solid #cccccc;
  margin: 30px 0;
}
.edition-manager .manager-sidebar .progress-bar-container {
  height: 50px;
  margin-bottom: 20px;
  position: relative;
  background: #cccccc;
}
.edition-manager .manager-sidebar .progress-bar-container .progress-bar {
  height: 100%;
  background: #0061a8;
}
.edition-manager .manager-sidebar .progress-bar-container .progress-number {
  font-family: "Oswald Light";
  font-size: 32px;
  font-size: 2rem;
  color: #ffffff;
  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;
}
.edition-manager .manager-sidebar .needs-list {
  list-style: disc;
  margin-left: 30px;
  margin-bottom: 40px;
}
.edition-manager .manager-sidebar .needs-list li {
  margin-bottom: 10px;
}
.edition-manager .manager-sidebar .needs-list li span {
  color: #ccc;
  text-decoration: line-through;
}
.edition-manager .manager-sidebar .button {
  background: #319b15;
  color: #ffffff;
  width: 80%;
  margin: 10px auto;
  text-align: center;
}

#submitted-popup {
  text-align: center;
  padding: 40px 20px;
  background: #0061a8;
}
#submitted-popup h1 {
  color: #ffffff;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  text-transform: uppercase;
}
#submitted-popup h3 {
  color: #ffffff;
  line-height: 1.4em;
}
#submitted-popup .submit-for-review-wrap {
  margin-top: 40px;
}
#submitted-popup .submit-for-review-wrap .submit-for-review,
#submitted-popup .submit-for-review-wrap .submit-close {
  margin: 10px;
  color: #ffffff;
  background: #319b15;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
}
#submitted-popup .submit-for-review-wrap .submit-response {
  background: #ffffff;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 20px;
}

.content-view .wrapper {
  max-width: 900px;
}
.content-view .wrapper article {
  background: #ffffff;
  padding: 20px;
}
.content-view .wrapper article .post-content {
  font-family: "Open Sans";
}

.edit-content .back-to-manage {
  float: left;
  margin-bottom: 40px;
  color: #ffffff;
}
.edit-content .delete-this {
  float: right;
  margin-bottom: 40px;
  color: #ffffff;
  background: red;
}
.edit-content .delete-this:hover {
  background: #ff3333;
}
.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;
}
.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 #ffffff;
}
.edit-content .tooltip:hover .tooltip-image {
  opacity: 1;
  visibility: visible;
}
.edit-content .left {
  float: left;
  width: 70%;
  background: #ffffff;
  padding: 15px;
}
.edit-content .left .content-section {
  margin-bottom: 2em;
}
.edit-content .left .content-section label {
  display: block;
  margin-bottom: 10px;
}
.edit-content .left .eb-article-notes label {
  display: block;
}
.edit-content .left .eb-article-notes textarea {
  display: block;
  width: 100%;
  height: 200px;
}
.edit-content .right {
  float: right;
  width: 29%;
}
.edit-content .right .sidebar-section {
  background: #ffffff;
  padding: 15px;
  margin-bottom: 20px;
}
.edit-content .right .description {
  font-size: 14.4px;
  font-size: 0.9rem;
  color: #666666;
  margin-left: 40px;
  margin-bottom: 20px;
}
.edit-content .right .description li {
  list-style: disc;
}
.edit-content .right input[type=file] {
  width: 100%;
}
.edit-content .right .featured-image-wrap {
  position: relative;
}
.edit-content .right .featured-image-wrap img {
  margin-bottom: 10px;
}
.edit-content .right .featured-image-wrap .remove-image {
  position: absolute;
  top: -12px;
  right: -6px;
  cursor: pointer;
  color: #000000;
}
.edit-content .right .featured-image-wrap .remove-image i {
  background: #ffffff;
  border-radius: 10px;
}
.edit-content .right .featured-image-wrap .image-placeholder {
  height: 180px;
  border: 2px dashed #eeeeee;
  background: #f7f7f7;
  margin-bottom: 10px;
}
.edit-content .right .cat-list {
  margin: 20px 0;
}
.edit-content .right .cat-list li {
  margin-left: 20px;
  margin-bottom: 10px;
}
.edit-content .right .cat-list li label {
  color: #666666;
}
.edit-content .right .new-category {
  width: 100%;
}
.edit-content form label {
  color: #000000;
  clear: left;
  margin-bottom: 5px;
}
.edit-content form .title {
  width: 100%;
  margin-bottom: 20px;
}
.edit-content form .form-actions {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 20px 0;
  border-top: 1px solid #ccc;
  text-align: right;
  z-index: 9;
}
.edit-content form .form-actions .button-wrap {
  width: 70%;
  padding: 0 10px;
}
.edit-content form .form-actions .button-wrap .save-edition,
.edit-content form .form-actions .button-wrap .preview-edition,
.edit-content form .form-actions .button-wrap .submit-article {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  color: #ffffff;
  margin-left: 20px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1em;
}
.edit-content form .form-actions .button-wrap .save-edition i,
.edit-content form .form-actions .button-wrap .preview-edition i,
.edit-content form .form-actions .button-wrap .submit-article i {
  margin-right: 5px;
  vertical-align: baseline;
}
.edit-content form .form-actions .button-wrap .submit-article {
  background: #319b15;
}
.edit-content form .form-actions .button-wrap .submit-article.remove {
  background: red;
}
.edit-content form .form-actions .button-wrap .submit-article.unlock {
  background: #666;
}
.edit-content form .form-actions .button-wrap .submit-article i {
  margin: 0;
  margin-left: 5px;
}

input, textarea {
  font-size: 16px;
  border-radius: 0;
  margin: 0;
  padding: 7px 10px;
  border: 1px solid #cccccc;
  color: #666666;
  font-family: "Oswald";
}

select {
  font-size: 16px;
  padding: 5px;
  font-family: "Oswald";
}

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 */
}

.gform_wrapper input[type=submit] {
  font-family: "Oswald Light";
  letter-spacing: 1px;
  background: #0061a8;
  color: #ffffff;
  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;
}
.gform_wrapper input[type=submit]:hover {
  background: #007edb;
}

.gform_confirmation_message {
  color: #fff;
}

/*------------------------------------*\
    USER STYLES
\*------------------------------------*/
/*------------------------------------*\
    WORDPRESS STANDARD STYLES
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #FFF;
  border: 1px solid #F0F0F0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text, .gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

body.login {
  background: #666666;
}
body.login #backtoblog a,
body.login #nav a {
  color: #ffffff;
}
body.login #login h1 a {
  background: url("images/logo.png") center center no-repeat;
  background-size: contain;
  width: 240px;
}
body.login #login form input[type=submit] {
  border-radius: 0;
  color: white;
  display: block;
  height: auto;
  line-height: normal;
  font-size: 16px;
  font-size: 1rem;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
  white-space: nowrap;
  text-transform: uppercase;
  padding: 10px 30px;
  border: 1px solid #0061a8;
  background: #0061a8;
  text-shadow: none;
  box-shadow: none;
  -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;
}
body.login #login form input[type=submit]:hover {
  background: #004475;
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a, a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
}
/* MODERNIZR CLASSES USED FOR FEATURE DECTECTION */
/* IE Edge and below */
.no-smil {
  /* IE 9 and below */
}
.no-smil .no-flexbox {
  /* IE 9 only*/
  /* IE 8 and below */
}
.no-smil .no-flexbox.no-canvas {
  /* IE 8 only */
  /* IE 7 and below */
}

/*# sourceMappingURL=style.css.map */
