/*
Website Name: Poetry Nation
Copyright 2017
Adventure Web Interactive
*/


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Fonts - $$fonts
 * ----------------------------------------------------- *
\* ===================================================== */

@font-face {
  font-family: 'Open Sans Condensed';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/opensans-condbold-webfont.woff2') format('woff2'), url('../fonts/opensans-condbold-webfont.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: normal;
  src: url('../fonts/opensans-bold-webfont.woff2') format('woff2'), url('../fonts/opensans-bold-webfont.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 600;
  font-style: normal;
  src: url('../fonts/opensans-semibold-webfont.woff2') format('woff2'), url('../fonts/opensans-semibold-webfont.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
  src: url('../fonts/opensans-light-webfont.woff2') format('woff2'), url('../fonts/opensans-light-webfont.woff') format('woff');
}

@font-face {
  font-family: 'Open Sans';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'), url('../fonts/opensans-regular-webfont.woff') format('woff');
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Normalize - $$normalize
 * ----------------------------------------------------- *
\* ===================================================== */

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
}
   .mobileonly {display: none;}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: none;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background-color: #ff0;
}

small {
  font-size: .75em;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button,
input,
select,
textarea {
  margin: 0;
  font: inherit;
}



optgroup {
  font-weight: bold;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  display: table;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  padding: 0;
  color: inherit;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

::-moz-selection {
  text-shadow: none;
  background: rgba(16, 127, 178, .6);
}

::selection {
  text-shadow: none;
  background: rgba(16, 127, 178, .6);
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Type - $$type
 * ----------------------------------------------------- *
\* ===================================================== */

html {
  font-family: sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font: 100%/1.5 'Open Sans', Arial, Helvetica, sans-serif;
  color: #000;
  overflow-x: hidden;
  background-image: url('https://www.toptal.com/designers/subtlepatterns/patterns/greyzz.png');
 /* background: #ebe8e5; */
}

p,
h1,
h2,
h3,
h4,
.alpha,
.beta,
.gamma,
.delta,
form,
table,
hr,
pre,
blockquote {
  margin: 0 0 20px;
}

h1,
h2,
h3,
h4,
.alpha,
.beta,
.gamma,
.delta {
  margin-top: 40px;
  font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;}

h1,
.alpha {
  font-size: 2.5em;
  color: #006797;
}

h2,
.beta {
  font-size: 2em;
}

h3,
.gamma {
  font-size: 1.5em;
}

h4,
.delta {
  font-size: 1em;
}

h5 {
  font-size: .875em;
}

h6 {
  font-size: .75em;
}

ul,
ol,
dl,
menu {
  padding: 0;
  /* margin: 0 0 20px 40px; */
}

a {
  color: #006797;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a:active,
a:hover {
  text-decoration: underline;
  outline: 0;
}

strong,
b {
  font-weight: bold;
}

em,
i {
  font-style: italic;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  display: block;
  height: 1px;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

small,
sub,
sup {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}

td {
  vertical-align: top;
}

blockquote,
q {
  quotes: none;
}

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

blockquote {
  padding: 20px;
  color: #006797;
  border-left: 8px solid;
}

blockquote p {
  margin: 0;
}

@media screen and (max-width: 767px) {
  blockquote {
    padding: 15px;
  }
  
   .mobileonly {display: none;}
  .desktoponly {display: block;}

}

@media screen and (max-width: 567px) {
  html {
    font-size: 1rem;
  }
  .mobileonly {display: block;}
  .desktoponly {display: none;}
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Tools - $$tools
 * ----------------------------------------------------- *
\* ===================================================== */

.hidden,
.tablet-view,
.mobile-view {
  display: none !important;
  visibility: hidden;
}

.popular-collections-block h2 {font-size: 1.3em;}

.desktop-view {
  display: block !important;
  visibility: visible;
}

.clearfix::after,
.container::after {
  content: '';
  display: block;
  clear: both;
}

.browserupgrade {
  padding: 5px 0;
  color: #000;
  text-align: center;
  background: #ccc;
}

[style*='background-image'] {
  background-position: center;
  background-size: cover;
}

.inlineblock-fix {
  font-size: 0;
}

.inlineblock-reset {
  font-size: 1rem;
}

:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

:first-child {
  margin-top: 0;
}

:last-child {
  margin-bottom: 0;
}

.list--unstyled {
  margin: 0;
  list-style: none;
}

.star-rating li {
  float: left;
  line-height: 0;
  color: #d3b33a;
}

.star-rating li + li {
  margin-left: .1em;
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  fill: currentColor;
  stroke: currentColor;
  stroke-width: 0;
}

.icon-book {
  width: .890625em;
}

.icon-open-book {
  width: 1.6328125em;
}

.icon-pen-paper {
  width: .921875em;
}

.icon-people {
  width: 1.7109375em;
}

.icon-quill {
  width: .826171875em;
}

.icon-stack-paper {
  width: 1.5029296875em;
}

.icon-star {
  width: 1.0517578125em;
}

.icon-trophy {
  width: .970703125em;
}

.icon-phone,
.icon-feed {
  width: .7861328125em;
}

.icon-youtube {
  width: .857421875em;
}

.icon-google-plus {
  width: 1.2861328125em;
}

.icon-pinterest {
  width: .7138671875em;
}

.icon-linkedin {
  width: .857421875em;
}

.icon-twitter {
  width: .9287109375em;
}

.icon-facebook {
  width: .587890625em;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Forms - $$forms
 * ----------------------------------------------------- *
\* ===================================================== */

legend {
  white-space: normal;
  *margin-left: -7px;
}

label {
  display: block;
  margin: 0 0 4px;
}

input,
textarea,
select,
button,
.button {
  width: 100%;
  height: 40px;
  padding: 0 12px;
  font: inherit;
  font-weight: 700;
  color: #000;
  background: #fff;
  border: 1px solid #ebe8e5;
  border-radius: 0;
   -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    /* ...and now for the proper property */
    transition:.5s;
}

.wpcf7-form input, .wpcf7-form select, .wpcf7-form textarea
{
  width: 40% !important;
  height: 40px;
  padding: 0 12px;
  font: inherit;
  font-weight: 700;
  color: #000;
  background: #fff;
  border: 1px solid #ebe8e5;
  border-radius: 0;
   -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    /* ...and now for the proper property */
    transition:.5s;
}

.section__view-more {
    height: auto;
    padding: 9px;
    margin: 0 auto;
    font-weight: 700;
    color: #fff;
    background: #006E9C;
    width: 130px;
    text-align: center;
    border-radius: 0;
     -o-transition:.5s;
      -ms-transition:.5s;
      -moz-transition:.5s;
      -webkit-transition:.5s;
      /* ...and now for the proper property */
      transition:.5s;
      display: block;
      margin-top: 19px;}


.section__view-more:hover {
    background: #043a52; text-decoration: none; cursor: pointer;}

.button2 {        width: 100%;
    height: 49px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 1px;
    font-size: 1.3125em;
    background: #00a24f;
    padding: .5em 1.5em;
    line-height: 1.2;
    color: #fff;
    cursor: pointer;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    display: block;
    text-align: center;
    font-weight: bold;
     -o-transition:.5s;
      -ms-transition:.5s;
      -moz-transition:.5s;
      -webkit-transition:.5s;
      /* ...and now for the proper property */
      transition:.5s;}



input:focus,
textarea:focus,
select:focus {
  border-color: #006797;
  outline: 0;
}

input,
textarea {
  -webkit-appearance: none;
}

select {
  padding: 0 0 0 7px;
}

textarea {
  height: 120px;
  padding: 12px;
  vertical-align: top;
  overflow: auto;
  resize: vertical;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
  cursor: pointer;
  *overflow: visible;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input[type='radio'],
input[type='checkbox'] {
  width: auto;
  height: auto;
  padding: 0;
  margin: 0 4px 0 0;
  border: none;
}

input[type='radio'] {
  -webkit-appearance: radio;
}

input[type='checkbox'] {
  -webkit-appearance: checkbox;
}

input[type='file'] {
  height: auto;
  height: 32px\9;
  background: none;
  background: #fff\9;
  border: none;
  border: 1px solid #ccc\9;
}

input[type='file']::-ms-value {
  background: #fff;
  border: none;
}

input[type='search'] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
  width: auto;
  height: auto;
  padding: .5em 1.5em;
  line-height: 1.2;
  color: #fff;
  cursor: pointer;
  background: #006797;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

.sidebar  .button {
    width: 100%;
    height: auto;
    padding: .5em 1.5em;
    line-height: 1.2;
    color: #fff !important;
    cursor: pointer;
    background: #006797;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
}

.button {
  display: inline-block;
  text-align: center;
}

button:hover,
html input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
.button:hover {
  text-decoration: none;
  background: #004e72;
}

button:active,
html input[type='button']:active,
input[type='reset']:active,
input[type='submit']:active,
.button:active {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

#insert_user[type='submit']:active {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

form .list--unstyled li + li {
  margin-top: 15px;
}

.form-field--half {
  float: left;
  width: calc(50% - 6.5px);
}

.form-field--half + .form-field--half {
  margin-left: 12px;
}

.form-field--half:nth-child(2) {
  margin-top: 0;
}

li:not(.form-field--half) + .form-field--half {
  margin-left: 0;
}

.form-field--half + li:not(.form-field--half) {
  padding-top: 12px;
  margin-top: 0;
  clear: left;
}

@media screen and (max-width: 567px) {
  .form-field--half {
    float: none;
    width: 100%;
  }
  .form-field--half + .form-field--half {
    margin-left: 0;
  }
  .form-field--half:nth-child(2) {
    margin-top: 12px;
  }

  input,
textarea,
select,
button,
.button {
  width: 100%;

}

.continuebox {
    display: block;
    position: absolute;
    padding: 10px;
    right: 0px !important;
    color: white;
     margin-top: 1px;
    width: 155px;
}


}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Structure - $$structure
 * ----------------------------------------------------- *
\* ===================================================== */

.container {
  max-width: 1280px;
  padding: 0 30px;
  margin: 0 auto;
}

.full-width {
  float: none;
  width: 100%;
 /* max-width: 54em; */
  margin: 0 auto;
}

.form-list {
  max-width: 500px;
  margin: 0;
  list-style: none;
}

.form-list li {
  margin: 10px 0 0;
}

.form-list li:first-child {
  margin: 0;
}

@media screen and (max-width: 1023px) {
  .container {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding: 0 10px;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Header - $$header
 * ----------------------------------------------------- *
\* ===================================================== */

.search-form--top {
  display: none;
  padding: 20px 0;
  background: #004e72;
}

.search-form--top li {
  float: left;
  width: calc(100% - 101px);
  margin: 0;
}

.search-form--top .list--unstyled li + li {
  width: 100px;
  margin: 0;
}

.search-form--top input {
  width: 100%;
}

.search-form--top input:focus {
  border-color: #00a24f;
}

.search-form--top [type='submit'] {
  height: 40px;
  background: #00a24f;
}

.search-form--top [type='submit']:hover {
  background: #007f3e;
}

header {
  position: relative;
  background: #fff;
  border-top: 10px solid #006797;
}

header::before {
  content: '';
  position: absolute;
  right: 50%;
  bottom: 0;
  z-index: -1;
  width: calc(100% - 20px);
  max-width: 1220px;
  height: 40px;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
}

.logo {
  float: left;
  margin: 10px 0;
}

.header__right {
  float: right;
  margin-top: -10px;
}

.header__right li {
  float: left;
}

.header__right li + li {
  margin-left: 24px;
}

.header__right a {
  position: relative;
  display: block;
  width: 9.2587em;
  padding: calc(.7571em + 10px) 5px .7571em;
  font-size: .875em;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #006797;
  border-radius: 0 0 10px 10px;
}

.header__right li:last-child a {
  background: #00a24f;
}

.header__right a:hover {
  text-decoration: none;
  background: #004e72;
}

.header__right li:last-child a:hover {
  background: #007f3e;
}

.notification-count {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 5;
  width: 1.8em;
  height: 1.8em;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: calc(1.8em - 4px);
  color: #fff;
  text-align: center;
  -webkit-transform: translate(35%, -50%);
  -ms-transform: translate(35%, -50%);
  transform: translate(35%, -50%);
  background: #f00;
  border: 2px solid #fff;
  border-radius: 50%;
}

.utility-nav {
  position: fixed;
  right: 100%;
  bottom: 50%;
  z-index: 99;
  padding: 18px;
  font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  -webkit-transform: translate(100%, 50%);
  -ms-transform: translate(100%, 50%);
  transform: translate(100%, 50%);
  /* background: #f7e2cb;*/

  background:#EBE8E5;

  border: 2px solid #6f5653;
  border-left: 0;
  border-radius: 0 10px 10px 0;
}

.utility-nav li + li {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #00a24f;
}

.utility-nav a {
  display: block;
}

.utility-nav a:hover {
  color: #00a24f;
  text-decoration: none;
}

.utility-nav svg {
  display: block;
  width: 57px;
  height: 50px;
  margin: 0 auto 3px;
}

@media screen and (min-width: 568px) and (max-height: 690px) {
  .utility-nav {
    display: none;
  }
}

@media screen and (max-width: 1440px) {
  .utility-nav {
    -webkit-transition: -webkit-transform .2s ease-out;
    -o-transition: transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transform: translate(20px, 50%);
    -ms-transform: translate(20px, 50%);
    transform: translate(20px, 50%);
  }
  .utility-nav:hover {
    -webkit-transform: translate(100%, 50%);
    -ms-transform: translate(100%, 50%);
    transform: translate(100%, 50%);
  }
}

@media screen and (max-width: 1023px) {
  .logo {
    width: 180px;
  }
  .utility-nav {
    -webkit-transform: translate(15px, 50%);
    -ms-transform: translate(15px, 50%);
    transform: translate(15px, 50%);
  }
}

@media screen and (max-width: 767px) {
  .utility-nav {
    -webkit-transform: translate(8px, 50%);
    -ms-transform: translate(8px, 50%);
    transform: translate(8px, 50%);
  }
}

@media screen and (max-width: 680px) {
  .header__right {
    width: calc(100% - 200px);
    margin: 10px 0;
  }
  .header__right li {
    float: none;

  }

  #menu-menu-cart {margin: 0 0 0 0;}
  .header__right li + li {
    margin: 8px 0 0;
  }
  .header__right a {
    width: 100%;
    padding: .45em 5px;
    border-radius: 0;
  }
  .notification-count {
    top: 50%;
    font-size: 1em;
    -webkit-transform: translate(8px, -50%);
    -ms-transform: translate(8px, -50%);
    transform: translate(8px, -50%);
  }
}

@media screen and (max-width: 567px) {
  header {
    border-top: 0;
  }
  .logo {
    width: 140px;
  }
  .header__right {
    width: calc(100% - 160px);
  }
  .header__right li + li {
    margin-top: 3px;
  }
  .header__right a {
    font-size: .75em;
  }
  .utility-nav {
    position: static;
    width: 100%;
    padding: 10px;
    margin: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: #e9e5e3;
    border: 0;
    border-radius: 0;
  }
  body:not(.home) .utility-nav {
    padding-bottom: 0;
    margin-bottom: -10px;
  }
  .utility-nav:hover {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .utility-nav li {
    float: left;
    width: 33.3333%;
    padding: 5px;
  }
  .utility-nav li:last-child {
    display: none;
  }
  .utility-nav li + li {
    padding: 5px;
    margin: 0;
    border: 0;
  }
  .utility-nav a {
    padding: 5px;
    background: #fff;
  }
  .utility-nav svg {
    width: 60px;
    height: 45px;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Nav - $$nav
 * ----------------------------------------------------- *
\* ===================================================== */

nav {
  float: right;
  margin: 60px -15px 0 0;
  clear: right;
}

nav .container {
  padding: 0;
}

.awiNav__trigger,
.awiNav-wrap .awiNav__close,
.awiNav-wrap .awiNav__togglesub,
.awiNav-cover {
  display: none;
}

.awiNav {
  position: relative;
  z-index: 200;
  padding: 0;
  margin: 0;
  font-size: 0;
  list-style: none;
}

.awiNav.collapsable {
  white-space: nowrap;
}

.awiNav li {
  position: relative;
  margin: 0;
}




.awiNav > li {
  display: inline-block;
  height: 50px;
  font-size: 1rem;
  line-height: 50px;
}

.awiNav a {
  display: block;
  padding: 0 15px;
  font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  color: #00a24f;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
}

.awiNav a:hover {
  color: #006797;
}

.awiNav ul {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  padding: .5em 0;
  margin: 0;
  line-height: 1;
  list-style: none;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .4);
}

.awiNav > li:last-child ul {
  right: 0;
  left: auto;
}

.awiNav ul ul {
  top: -.5em;
  right: auto;
  left: 100%;
}

.awiNav > li:last-child ul ul {
  right: 100%;
  left: auto;
}

.awiNav ul a {
  padding-top: .5em;
  padding-bottom: .5em;
}

@media screen and (min-width: 768px) {
  .awiNav li:hover > ul {
    display: block;
  }
}

@media screen and (max-width: 1160px) {
  nav {
    margin-right: -12px;
  }
  .awiNav a {
    padding: 0 12px;
    font-size: 1.125em;
  }
}

@media screen and (max-width: 1023px) {
  nav {
    margin-top: 36px;
  }
}

@media screen and (max-width: 950px) {
  nav {
    width: calc(100% + 40px);
    margin: 0 -20px;
    clear: both;
    background: #d8e4e9;
  }
  .awiNav {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  nav {
    float: none;
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  .awiNav-cover {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    height: calc(100vh + 200px);
    background: rgba(0, 0, 0, .6);
  }
  .awiNav-cover,
  .awiNav__trigger {
    width: 100%;
    cursor: pointer;
  }
  .awiNav__trigger {
    position: relative;
    display: block;
    height: 50px;
    padding: 0;
    margin: 0;
    line-height: 0;
    background: #006797;
    border: 0;
    border-radius: 0;
    outline: 0;
  }
  .awiNav__trigger:hover {
    background: #004e72;
  }
  .awiNav__trigger:active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .awiNav__trigger span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 4px;
    margin: -2px 0 0 -20px;
    background: #fff;
    border-radius: 2px / 50%;
    -webkit-box-shadow: 0 -8px 0 #fff, 0 8px 0 #fff;
    box-shadow: 0 -8px 0 #fff, 0 8px 0 #fff;
  }
  .awiNav-wrap {
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 999999;
    width: calc(100% - 45px);
    max-width: 320px;
    height: calc(100vh + 200px);
    padding-bottom: 200px;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    background: #fff;
  }
  .awiNav-wrap.nav-shown {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .awiNav-wrap .awiNav__close {
    position: relative;
    display: block;
    width: 100%;
    height: 45px;
    padding-left: 50px;
    font-size: .9rem;
    font-weight: 700;
    text-align: left;
    text-transform: uppercase;
    background: none;
    border-bottom: 1px solid #004e72;
  }
  .awiNav-wrap .awiNav__close:hover {
    background: rgba(255, 255, 255, .1);
  }
  .awiNav-wrap .awiNav__close:active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .awiNav__close span {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 20px;
    height: 3px;
    -webkit-transform: rotate(45deg) translateX(4px);
    -ms-transform: rotate(45deg) translateX(4px);
    transform: rotate(45deg) translateX(4px);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    background: #004e72;
    border-radius: 2px;
  }


   .awiNav__close {color: #004e72;}
  .awiNav__close span ~ span {
    -webkit-transform: rotate(-45deg) translateX(-4px);
    -ms-transform: rotate(-45deg) translateX(-4px);
    transform: rotate(-45deg) translateX(-4px);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
  .awiNav {
    width: 100%;
    max-height: calc(100% - 45px);
    text-align: left;
    overflow-y: auto;
  }
  .awiNav.nav-hidden,
  .awiNav .nav-hidden {
    display: none;
  }
  .awiNav.nav-shown,
  .awiNav .nav-shown {
    display: block;
  }
  .awiNav li,
  .awiNav > li {
    display: block;
    width: 100%;
    height: auto;
    font-size: 0;
    line-height: 1.2;
    border-bottom: 1px dotted rgba(255, 255, 255, .1);
  }
  .awiNav__links {
    position: relative;
  }
  .awiNav a,
  .awiNav ul a {
    display: block;
    padding: calc(22.5px - .6rem) 15px;
    font-size: 1rem;
    color: #004e72;
    white-space: normal;
  }
  .awiNav a:hover,
  .awiNav ul a:hover {
    color: #fff;
    background: rgba(0, 0, 0, .1);
  }
  .awiNav .awiNav__links > a {
    display: inline-block;
    width: calc(100% - 45px);
    vertical-align: middle;
  }
  .awiNav-wrap .awiNav .awiNav__togglesub {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 45px;
    height: 100%;
    font-size: 0;
    vertical-align: middle;
    text-indent: -9999px;
    background: rgba(255, 255, 255, .1);
  }
  .awiNav-wrap .awiNav__togglesub.nav-hidden {
    display: none;
  }
  .awiNav__togglesub::before {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
    width: 0;
    height: 0;
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    border-width: 10px 5px 0 5px;
    border-style: solid;
    border-color: #004e72 transparent transparent transparent;
  }
  .sub-shown > .awiNav__links > .awiNav__togglesub::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .awiNav ul {
    position: static;
    padding: 0;
    background: rgba(255, 255, 255, .1);
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Banner - $$banner
 * ----------------------------------------------------- *
\* ===================================================== */

.interior-banner {
     height: 210px;
    margin-bottom: 0px;
}

@media screen and (max-width: 1023px) {
  .interior-banner {
    height: 325px;
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .interior-banner {
    height: 250px;
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 567px) {
  .interior-banner {
    height: 180px;
    margin-bottom: 20px;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Main - $$main
 * ----------------------------------------------------- *
\* ===================================================== */

main {
  margin-top: 60px;
  padding-bottom: 90px;
}

article,
aside {
  float: left;
  width: calc(100% - 330px);
}

.aside-block--right {
  position: relative;
  padding-right: 225px;
}

.aside-block__contest {
  position: relative;
  padding-top: 90px;
  padding-bottom: 90px;
  font-size: 0;
  overflow: hidden;
}

.aside-block__contest::before {
  content: '';
  position: absolute;
  top: -40px;
  right: 0;
  z-index: -1;
  width: 100%;
  height: 40px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
}

.home article {
  width: 50%;
  padding-right: 15px;
  font-size: 1rem;
}

.aside-block__contest article {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}

.poetry-contest-block h2 {
  font-size: 1.75em;
  color: #006797;
}

.poetry-contest-block h2 svg {
  margin-right: .02em;
  font-size: 2em;
  vertical-align: -25%;
}

.form-grid {
  float: left;
  width: 50%;
  padding-left: 15px;
  font-size: 1rem;
}

.form-grid input {margin:0 auto; }
.aside-block__contest .form-grid {
  float: none;
  display: inline-block;
  vertical-align: bottom;
}

.form-grid--join h2 {
  margin-top: 0;
  color: #5e5d5c;
}

.form-grid--join h2 strong {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #00a24f;
}

.form-grid--contest h2 {
  color: #52706d;
}

.form-grid--contest .button {
  display: none;
}

.form-grid form {
  margin: 0;
}

.form-grid form li {
  float: left;
  width: calc(50% - 6.5px);
}




.top-poems-block .form-grid form li + li {
  margin-left: 12px;
}

.top-poems-block .form-grid form li:nth-child(2n+1) {
  margin-left: 0;
  clear: left;
}


form-grid form li:nth-child(2) {
  margin-top: 0;
}

.form-grid form input {
  font-size: 1.125em;
}

.form-grid form [type='submit'] {
  width: 100%;
  height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 1px;
  font-size: 1.3125em;
  background: #00a24f;
}

.form-grid form [type='submit']:hover {
  background: #007f3e;
}

.form-grid--join .button,
.form-grid--join svg {
  display: none;
}

.aside-block__aside {
  position: absolute;
  top: 0;
  right: 0;
  width: 188px;
  height: 100%;
}

.contest-banner img {
      display: block;
    margin: 0 auto;
    margin-top: 19px;
}

img.contest-banner--mobile {
  display: none;
}

.aside--contest-winners {
  margin-top: 90px;
  font-size: 1rem;
}

.aside--contest-winners svg {
  display: block;
  width: 195px;
  height: 195px;
  padding: 14%;
  color: rgba(0, 103, 151, .2);
  background: #d3dbdd;
  border: 1px solid #6d5653;
}

.aside--contest-winners .button {
  background: #ea846a;
}

.aside--contest-winners .button:hover {
  background: #d36b50;
}



.name_directory_name_box strong {
     font-family: 'Open Sans Condensed','Open Sans',sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    color: #00a24f;
     text-decoration: none;
    text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
  main {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .aside-block--right {
    padding-right: 215px;
  }
  .aside-block__contest {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .home article,
  .form-grid {
    float: none;
    display: block;
    width: 100%;
    padding: 0;
  }
  .form-grid {
    margin-top: 20px;
  }
  .aside--contest-winners {
    margin-top: 70px;
  }
}

@media screen and (max-width: 870px) {
  .aside-block--right {
    padding-right: 0;
  }
  .aside-block__aside {
    position: relative;
    width: 100%;
    height: auto;
  }
  .contest-banner {
    margin: -20px 0 20px;
  }
  img.contest-banner--desktop {
    display: none;
  }
  img.contest-banner--mobile {
    display: block;
  }
  .aside--contest-winners {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  main,
  .aside-block__contest {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  article,
  aside {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 567px) {
  main {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .aside-block__contest {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .aside-block__contest::before {
    display: none;
  }
  .home article h1 {
    margin: 0 0 10px;
    font-size: 1.5em;
  }
  .home article h1,
  .form-grid {
    text-align: center;
  }
  .form-grid--join h2 {
    margin-bottom: 10px;
    font-size: 1em;
  }
  .form-grid--join h2 strong {
    font-size: 1.5em;
  }
  .form-grid--join form {
    display: none;
  }
  .form-grid--join svg {
    display: block;
    margin: 0 auto 10px;
    font-size: 1.875em;
    color: #00a24f;
  }
  .form-grid--join .button {
    display: inline-block;
    text-transform: uppercase;
    background: #00a24f;
  }
  .form-grid--join .button:hover {
    background: #007f3e;
  }
  .poetry-contest-block h2 {
    font-size: 1.3125em;
    text-align: center;
  }
  .poetry-contest-block h2 svg {
    display: block;
    margin: 0 auto 5px;
  }
  .form-grid--contest h2,
  .form-grid--contest form {
    display: none;
  }
  .form-grid--contest .button {
    display: inline-block;
  }
}


.name_directory_total {display: none;}

.name_directory_index {margin-bottom: 30px;}

/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Section - $$section
 * ----------------------------------------------------- *
\* ===================================================== */

.home section {
  position: relative;
  padding: 20px;
  background: #d8e4e9;
  border: 1px solid #6d5653;
  padding-right: 10px;
¸
}

.latest-published-block, .recent-articles-block  {min-height: 585px;}



.home main .clearfix + section,
.home main .aside-block--right + .flex-wrapper {
  margin-top: 30px;
}

.icon--bg {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 90%;
  height: 90%;
  color: #006797;
  opacity: .18;
}


.frontuserbox {    background: #D8E4E9;
    padding: 10px; text-align: center; border: 1px solid gray; margin-top: 20px; }

    .frontuserbox img{width: 110px;
    text-align: center;
    margin: 0 auto;
    display: inherit;}

.section__inner {
  position: relative;
  z-index: 1;
}

.home section h2 {
  color: #006797;
}

.home section h2 svg {
  margin-right: .02em;
  font-size: 2em;
  vertical-align: -25%;
}

.section__view-more {
}

@media screen and (max-width: 1023px) {
  .home main .clearfix + section,
  .home main .aside-block--right + .flex-wrapper {
    margin-top: 20px;
  }
}

@media screen and (max-width: 567px) {
  .flex-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -ms-flex-flow: column;
    flex-flow: column;
  }
  .home section {
    padding: 10px;
    margin-right: -10px;
    margin-left: -10px;
    border-right: 0;
    border-left: 0;
  }
  .home section h2 {
    font-size: 1.3125em;
    text-align: center;
  }
  .icon--bg {
    display: none;
  }
  .section__view-more {
       display: block;
    /* padding: 5px; */
    /* margin: 10px -10px -10px; */
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
    font-size: 1.3125em;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #006797;
    width: 83%;
    margin: 0 auto !important;
    margin-top: 11px !important;  }
  .section__view-more:hover {
    text-decoration: none;
    background: #004e72;
  }
  .section__view-more::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-width: 16px 19px 0 19px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Top Poems - $$top-poems-block
 * ----------------------------------------------------- *
\* ===================================================== */


 #winning-poem-block, #top-poem-block{
 	display: none;
 }

.top-poems-block__filter {
  position: absolute;
  top: 1.375em;
  right: 0;
}

.top-poems-block__filter li {
  float: left;
  line-height: 1;
}

.top-poems-block__filter li + li {
  padding-left: 8px;
  margin-left: 8px;
  border-left: 2px solid #00a24f;
}

.top-poems-block__filter a {
  font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

.top-poems-block__poems > li {
 /* float: left;
  width: calc(25% - 15.25px); */

  float: left;
    width: 24%;
    min-height: 240px;
    background: rgba(255, 255, 255, 0.73);
    padding: 15px;
    /* margin-bottom: -1px; */
    margin-right: 9px;
    border: 1px solid #b3b3b3;
    box-sizing: border-box;
        margin-bottom: 8px;


}


.ratingbox .top-poems-block__poems > li {
 /* float: left;
  width: calc(25% - 15.25px); */

      float: left;
    width: 23%;
    min-height: 220px;
    background: rgba(255, 255, 255, 0.73);
    padding: 15px;
    margin-bottom: 6px;
    margin-right: 9px;
    border: 1px solid #b3b3b3;
    box-sizing: border-box;
    max-height: 220px;
}


.continuebox {
    display: block;
    position: absolute;
    padding: 10px;
    right: 250px;
color: white;
background: #B1CDDA;

}



.single-poems .top-poems-block__poems > li {
 /* float: left;
  width: calc(25% - 15.25px); */

    float: left;
    width: 47%;
    min-height: 220px;
    background: rgba(255, 255, 255, 0.73);
    padding: 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid #b3b3b3;
}




.archive .top-poems-block__poems > li {
 /* float: left;
  width: calc(25% - 15.25px); */

    float: left;
    width: 23%;
    min-height: 220px;    background: rgba(255, 255, 255, 0.73);
    padding: 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid #b3b3b3;
}

.archive .top-poems-block__poems h2 {font-size: 1.4em;}

.membermain .top-poems-block__poems > li {
 /* float: left;
  width: calc(25% - 15.25px); */

    float: left;
    width: 47%;
    min-height: 210px;
    background: rgba(255, 255, 255, 0.73);
    padding: 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid #b3b3b3;
}


 .um_generated_form{
  /* Prevent vertical gaps */


  -webkit-column-count: 2;
  -webkit-column-gap:   10px;
  -moz-column-count:    2;
  -moz-column-gap:      10px;
  column-count:         2;
  column-gap:           10px;

}


.um_field_container {
    margin: 0px !important;
}
.um_group_segment {
        background-color: #D8E4E9;
    padding: 10px;
    border: 1px solid;
    width: 100% !important;
  height: auto !important;
  -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;
                   margin-bottom: 10px !important;
}

.um_input {
    width: 100% !important;
}
.top-poems-block__poems > li + li {
  /* margin-left: 20px; */
}



.top-poems-block__poems > li:nth-child(4) ~ li {
 /*  margin-top: 20px; */
}

.top-poems-block__poem-left {
 /* float: left;
  width: 62px; */
}

.top-poems-block__poem-right {
    /* float: right; */
    /* width: calc(100% - 63px); */
    /* padding-left: 9px; */
    margin-top: 5px;
    text-align: center;}

.top-poems-block__poem-left img {
  display: block;
  margin: 0 auto;
}

.top-poems-block .star-rating {
  margin-top: 4px;
}

.top-poems-block .star-rating li {
  font-size: 10.8px;
}

.top-poems-block h4 {
  margin-bottom: 10px;
  font-size: 1.3125em;
  line-height: 1;
  color: #8b6aa1;
}

.top-poems-block h4 a {
  color: inherit;
}

.ratingResponse {
      font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
    font-size: 1.3125em;
    font-weight: 700;
    transition: .5s;
    /* width: 100%; */
    /* background: rgba(176, 204, 217, 0.44); */
    z-index: 999;
    position: relative;
    /* padding: 20px; */
    margin-top: 13px;
    display: block;
    margin-left: 375px;
    position: absolute;
    }


.top-poems-block__poet {
     margin-bottom: 5px;
    font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
    font-weight: 700;
    font-style: italic;
    line-height: 1.2;
    color: #ea846a;
    font-size: 15px;
    text-align: left;
}

.top-poems-block__poet em {
  display: block;
  font-size: .75em;
}

.top-poems-block__read {
  font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
  font-size: .75em;
  font-weight: 700;
  text-align: right;
}

@media screen and (max-width: 1120px) {
  .top-poems-block__poems > li {
    width: calc(33.33333% - 13.66667px);
  }
  .top-poems-block__poems > li:nth-child(4n+1) {
    margin-left: 20px;
    clear: none;
  }
  .top-poems-block__poems > li:nth-child(3n+1) {
    margin-left: 0;
    clear: left;
  }
  .top-poems-block__poems > li:nth-child(3) ~ li {
    margin-top: 20px;
  }
}

@media screen and (max-width: 680px) {
  .top-poems-block__poems > li {
    width: calc(50% - 10.5px);
  }
  .top-poems-block__poems > li:nth-child(3n+1) {
    margin-left: 20px;
    clear: none;
  }
  .top-poems-block__poems > li:nth-child(2n+1) {
    margin-left: 0;
    clear: left;
  }
  .top-poems-block__poems > li:nth-child(2) ~ li {
    margin-top: 20px;
  }
  
  
  .ratingbox .top-poems-block__poems > li {
 /* float: left;
  width: calc(25% - 15.25px); */

      float: left;
    width: 100%;
    min-height: 220px;
    background: rgba(255, 255, 255, 0.73);
    padding: 15px;
    margin-bottom: 6px;
    margin-right: 9px;
    border: 1px solid #b3b3b3;
    box-sizing: border-box;
    max-height: 220px;
}

}

@media screen and (max-width: 567px) {
  .top-poems-block__filter {
    display: none;
  }
  .top-poems-block__poems > li {
    float: none;
    width: 100%;
  }
  .top-poems-block__poems > li + li {
    padding: 15px 0 0;
    margin: 15px 0 0;
    border-top: 1px solid #fff;
  }
  .top-poems-block__poems > li:nth-child(2) ~ li {
    display: none;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Top Collections - $$top-collections-block
 * ----------------------------------------------------- *
\* ===================================================== */

.addcollection { width:20%; float: right;}

.halfhead {width:50%; float:left;}

.membersleft img {    width: 40%;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}

.top-collections-block {
  float: left;
  width: calc(68.1337% - 16px);
  margin-right: 15px;
  margin-bottom: 20px;
  text-align: center;
}


.top-collections-block__collections > li {
  float: left;
  width: calc(33.33333% - 13.66667px);
  text-align: center;
  margin-left: 10px;
}

.top-collections-block__collections > li + li {
}

.top-collections-block__collection {
  display: inline-block;
}

.top-collections-block__img {
  position: relative;
  color: #fff;

}

.top-collections-block__img img {
  display: block;
  margin: 0 auto;
  height: 150px;
}

.top-collections-block__img::after {
  display: block;
  position: relative;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+98&0.65+0,0+58 */
background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 58%, rgba(0,0,0,0) 98%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 58%,rgba(0,0,0,0) 98%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 58%,rgba(0,0,0,0) 98%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  height: 150px;
  width: 100%;
  content: '';
  margin-top: -150px;
}

.top-collections-block__img h3 {
    position: absolute;
    top: 20px;
    left: 0px;
    width: 95%;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
    z-index: 2;
    font-size: 1em;
    text-align: center;
}

.top-collections-block__img p {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  font-weight: 300;
      z-index: 2;
}

.top-collections-block__collection .button {
  display: block;
  width: 100% !important;
  padding: 5px;
  background: #ea846a;
}

.top-collections-block__collection .button:hover {
  background: #d36b50;
}

.top-collections-block .section__view-more {
  display: block;
  margin-top: 10px;
  font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
  .top-collections-block {
    width: calc(68.1337% - 11px);
    margin-right: 10px;
  }
}

@media screen and (max-width: 870px) {
  .top-collections-block {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 720px) {
  .top-collections-block__collections > li {
    width: calc(50% - 10.5px);
  }
  .top-collections-block__collections > li:nth-child(3) {
    display: none;
  }
}

@media screen and (max-width: 567px) {
  .top-collections-block {
    width: calc(100% + 20px);
    margin-right: -10px;
    margin-left: -10px;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .addcollection { width: 100%; float: none; }

.halfhead {width: 100%;float: none;}
  .top-collections-block__collections > li {
    float: none;
    width: 100%;
  }
  .top-collections-block__collections > li + li {
    margin: 20px 0 0;
  }
}


		.form-grid form li {
		     width:100%;
		}

		half {width:48%; float:left;}
		.halfr {width:48%; float:right;}

		.form-grid .third {float:left; margin-right: 10px; width: 30%;}
		.top-poems-block .list--unstyled li {margin-top: 10px;}


		/* The switch - the box around the slider */
		.switch {
		  position: relative;
		  display: inline-block;
		  width: 60px;
		  height: 34px;
		}

		/* Hide default HTML checkbox */
		.switch input {display:none;}

		/* The slider */
		.slider {
		  position: absolute;
		  cursor: pointer;
		  top: 0;
		  left: 0;
		  right: 0;
		  bottom: 0;
		  background-color: #ccc;
		  -webkit-transition: .4s;
		  transition: .4s;
		}

		.slider:before {
		  position: absolute;
		  content: "";
		  height: 26px;
		  width: 26px;
		  left: 4px;
		  bottom: 4px;
		  background-color: white;
		  -webkit-transition: .4s;
		  transition: .4s;
		}

		input:checked + .slider {
		  background-color: #016D9E;
		}

		input:focus + .slider {
		  box-shadow: 0 0 1px #016D9E;
		}

		input:checked + .slider:before {
		  -webkit-transform: translateX(26px);
		  -ms-transform: translateX(26px);
		  transform: translateX(26px);
		}

		/* Rounded sliders */
		.slider.round {
		  border-radius: 34px;
		}

		.slider.round:before {
		  border-radius: 50%;
		}

ol li {margin-bottom: 15px;}

/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Professors Plug - $$professors-plug-block
 *  Recent Articles - $$recent-articles-block
 * ----------------------------------------------------- *
\* ===================================================== */

.professors-plug-block,
.recent-articles-block {
  float: left;
  position: relative;
  width: calc(31.8663% - 15px);
  margin-bottom: 30px;
  margin-left: 15px;
}

.recent-articles-block {
  margin-top: 30px;
  margin-bottom: 0;
}

.professors-plug-block .icon--bg {
  top: auto;
  right: 0;
  bottom: 0;
  height: 60%;
  opacity: .1;
}

.professors-plug-block h2,
.recent-articles-block h2 {
  color: #006797;
}

.professors-plug-block h2 svg,
.recent-articles-block h2 svg {
  margin-right: .02em;
  font-size: 2em;
  vertical-align: -25%;
}

.professors-plug-block__articles > li + li {
  padding-top: 20px;
  margin-top: 17px;
  border-top: 1px solid #006797;
}

.recent-articles-block__articles > li + li {
  margin-top: 20px;
}

.professors-plug-block__articles > li > img,
.recent-articles-block__articles > li > img {
  float: left;
  width: 62px;
}

.professors-plug-block__content,
.recent-articles-block__content {
  float: right;
  width: calc(100% - 73px);
  padding-bottom: 3px;
  margin-left: 10px;
  overflow: hidden;
}

.professors-plug-block h4,
.recent-articles-block h4 {
  display: inline-block;
  margin: 0 13px 5px 0;
  font-size: 1em;
  color: #8b6aa1;
  vertical-align: middle;
}

.professors-plug-block h4 a,
.recent-articles-block h4 a {
  color: inherit;
}

.professors-plug-block__author,
.recent-articles-block__author {
  display: inline-block;
  padding-left: 6px;
  margin: 0 0 5px -6px;
  font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
  font-weight: 700;
  line-height: 1.2;
  color: #ea846a;
  vertical-align: middle;
  text-transform: uppercase;
  -webkit-box-shadow: -1px 0 0 #ea846a;
  box-shadow: -1px 0 0 #ea846a;
}

.recent-articles-block__read {
  margin-top: 20px;
  text-align: right;
}

.recent-articles-block__read .button {
  background: #ea846a;
}

.recent-articles-block__read .button:hover {
  background: #d36b50;
}

@media screen and (max-width: 1023px) {
  .professors-plug-block,
  .recent-articles-block {
    width: calc(31.8663% - 10px);
    margin-left: 10px;
  }
}

@media screen and (max-width: 870px) {
  .professors-plug-block,
  .recent-articles-block {
    float: none;
    width: 100%;
    margin: 20px 0 20px;
  }

    .archive .top-poems-block__poems > li {
 /* float: left;
  width: calc(25% - 15.25px); */

    float: none;
    width: 100%;
        min-height: 220px;
    background: rgba(255, 255, 255, 0.73);
    padding: 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid #b3b3b3;
}

}

@media screen and (max-width: 567px) {
  .professors-plug-block {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .professors-plug-block h2 {
    font-size: 1.3125em;
    text-align: center;
  }
  .professors-plug-block h2 svg {
    display: block;
    margin: 0 auto 5px;
  }
  .professors-plug-block__articles > li + li {
    padding-top: 0;
    border-top: 0;
  }
  .recent-articles-block {
    display: none;
  }
}

/* ===================================================== *\
 * ----------------------------------------------------- *
 * Single Poem -
 * ----------------------------------------------------- *
\* ===================================================== */

.catlist li {
    display: inline-block;
    /* margin-right: 5px; */
    padding: 10px;
    background: #004E72;
    margin: 5px;
    border-radius: 10px;
    color: white;
}


.catlist li:hover {background: #016D9E;  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
  text-decoration: none; cursor: pointer;}


.catlist {margin-left: 0px; width: 50%; float: left;}
.catlist ul { margin: 0; padding: 0; }
.catlist ul li { list-style-type: none; display: inline; }
.catlist li:first-child:before { content: none; }
.authorinfo {float: right;     margin-top: -40px;}
.catlist a {color: #fff;}
.catlist a:hover {text-decoration: none;}

.poemblock {/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ebe8e5+0,ebe8e5+78&0.61+0,1+76 */
background: -moz-radial-gradient(center, ellipse cover, rgba(235,232,229,0.61) 0%, rgba(235,232,229,1) 76%, rgba(235,232,229,1) 78%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, rgba(235,232,229,0.61) 0%,rgba(235,232,229,1) 76%,rgba(235,232,229,1) 78%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, rgba(235,232,229,0.61) 0%,rgba(235,232,229,1) 76%,rgba(235,232,229,1) 78%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cebe8e5', endColorstr='#ebe8e5',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */padding: 15px;
min-height: 500px;
margin-bottom: 10px; border: 1px solid gray;

-webkit-box-shadow: 0px 0px 40px -1px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 40px -1px rgba(0,0,0,0.25);
box-shadow: 0px 0px 40px -1px rgba(0,0,0,0.25);
overflow: hidden; }

.ratingsbar {width:100%; background: white; border: 1px solid grey; padding: 10px;}

.starboy {float: left;
    margin-left: 15px;
    color: #d3d33a;
    font-size: 36px;}

.ratingsbar h3 {float:left; display: inline-block; margin-bottom: 0px !important;
    line-height: 53px;}
    .ratingsbar .button {float:right; margin-top: 10px;}

    .halfblock {width: 49%;
    margin-right: 15px;
    box-sizing: border-box;
    background: #fff;
    float: left;
    margin-top: 15px;
    padding: 15px;
    border: 1px solid gray;
    margin-bottom: 15px;
    }

    .mright {margin-right: 0px;}

    .taglist a { background: #006797;
    padding: 10px;
    color: white;
    margin-top: 3px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 16px;}


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

.halfblock {width: 100%;
    margin-right: 0px;
    background: #fff;
    float: none;
    margin-top: 15px;


    }

    .archive .top-poems-block__poems > li {
 /* float: left;
  width: calc(25% - 15.25px); */

    float: none;
    width: 100%;
    min-height: 200px;
    background: rgba(255, 255, 255, 0.73);
    padding: 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid #b3b3b3;
}



	    }

/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Top Stories - $$top-stories-block
 * ----------------------------------------------------- *
\* ===================================================== */

.top-stories-block {
  position: relative;
  padding-top: 45px;
  padding-bottom: 45px;
  clear: both;
}

.top-stories-block::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background: -webkit-linear-gradient(top, rgba(164, 207, 181, 0) 0%, rgba(164, 207, 181, 1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(164, 207, 181, 0)), to(rgba(164, 207, 181, 1)));
  background: -o-linear-gradient(top, rgba(164, 207, 181, 0) 0%, rgba(164, 207, 181, 1) 100%);
  background: linear-gradient(to bottom, rgba(164, 207, 181, 0) 0%, rgba(164, 207, 181, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00a4cfb5', endColorstr='#a4cfb5', GradientType=0);
}

.top-stories-block h2 {
  color: #52706d;
  text-align: center;
}

.top-stories-block a {
  color: #52706d;
 }

.top-stories-block__stories > li {
  float: left;
  width: calc(50% - 10.5px);
}

.top-stories-block__stories > li + li {
  margin-left: 20px;
}

.top-stories-block__story {
  max-width: 520px;
  margin: 0 auto;
}


.top-stories-block button {
    width: auto;
    height: auto;
    padding: .5em 1.5em;
    line-height: 1.2;
    color: #fff !important;
    cursor: pointer;
    background: #52706d;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
}


.top-stories-block .section__view-more { height: auto;
    padding: 9px;
    margin: 0 auto;
    font-weight: 700;
    color: #fff;
    background: #52706d;
    width: 130px;
    text-align: center;
    border-radius: 0;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
    margin-top: 19px;
}
.top-stories-block__story img {
  float: left;
  width: 128px;
}

.top-stories-block__content {
  float: right;
  width: calc(100% - 129px);
  padding-left: 10px;
  min-height: 180px;
}

.top-stories-block__content h4 {
  margin: 0 0 5px;
  font-size: 1.5em;
  color: #52706d;
}

.top-stories-block__read {
  text-align: right;
}


.top-stories-block__read .button {color: #fff; background: #52706D;}

@media screen and (max-width: 1023px) {
  .top-stories-block {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .top-stories-block {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .top-stories-block__stories > li {
    float: none;
    width: 100%;
  }
  .top-stories-block__stories > li + li {
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 567px) {
  .top-stories-block {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .top-stories-block h2 {
    color: #52706d;
  }
  .top-stories-block__stories > li:nth-child(2) {
    display: none;
  }
  .top-stories-block__story > img {
    width: 62px;
  }
  .top-stories-block__content {
    width: calc(100% - 63px);
  }
  .top-stories-block__content h4 {
    color: #52706d;
  }
  .top-stories-block__content h4 a {
    color: inherit;
  }
  .top-stories-block__read {
    margin-left: -73px;
    text-align: center;
  }
  .top-stories-block__read .button,
  .top-stories-block .section__view-more {
    background: #52706d;
  }
  .top-stories-block__read .button:hover,
  .top-stories-block .section__view-more:hover {
    background: #3a5855;
  }
  .top-stories-block .section__view-more {
    margin: 20px -10px -20px;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Popular Collections - $$popular-collections-block
 * ----------------------------------------------------- *
\* ===================================================== */

.popular-collections-block {
  float: left;
  width: calc(50% - 15.5px);
  margin-right: 15px;
}

.popular-collections-block__collections > li + li {
  margin-top: 30px;
}

.popular-collections-block__collections > li > img {
  float: left;
  width: 102px;
}

.popular-collections-block__content {
  float: right;
  width: calc(100% - 103px);
  padding-left: 10px;
}

.popular-collections-block__content h4 {
  margin: 0 0 5px;
  font-size: 1.3125em;
  color: #8b6aa1;
}

.popular-collections-block__content a {
  color: inherit;
}

.popular-collections-block__read {
  margin-top: 20px;
  margin-bottom: 0;
  text-align: right;
}

.popular-collections-block__read .button {
  background: #ea846a;
}

.popular-collections-block__read .button:hover {
  background: #d36b50;
}

@media screen and (max-width: 870px) {
  .popular-collections-block {
    float: none;
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 567px) {
  .popular-collections-block {
    width: calc(100% + 20px);
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .popular-collections-block__collections > li + li {
    margin-top: 20px;
  }
  .popular-collections-block__collections > li > img {
    width: 62px;
  }
  .popular-collections-block__content {
    width: calc(100% - 63px);
  }
  .popular-collections-block__read {
    display: none;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Popular Categories - $$popular-categories-block
 * ----------------------------------------------------- *
\* ===================================================== */

.popular-categories-block {
  float: left;
  width: calc(50% - 15.5px);
  margin-left: 15px;
}

.popular-categories-block h2 {
  margin: 0;
  font-size: 1.75em;
  color: #006797;
}

.popular-categories-block__categories {
  padding-top: 45px;
  padding-bottom: 45px;
  margin: -5px;

}

.popular-categories-block__categories > li {
      float: left;
    width: 23%;
    padding: 5px;
    background: #006797;
    margin: 5px;
    text-align: center;
    color: white;
     -o-transition:.5s;
      -ms-transition:.5s;
      -moz-transition:.5s;
      -webkit-transition:.5s;
      /* ...and now for the proper property */
      transition:.5s;
}


.popular-categories-block__categories > li:hover {

    background: #002a3d;

}


.popular-categories-block__categories > li a{

    color: white;
}



.popular-categories-block__categories > li:nth-child(4n+1) {
  clear: left; border-bottom: none;
}

.popular-categories-block__categories a {
  display: block;
  max-width: 85px;
  padding: 5px 0;
  margin: 0 auto;
  font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
  font-weight: 700;
  color: #4c4c4c;
}

.popular-categories-block__categories a:hover {
  text-decoration: none; background: #00344c
}

.popular-categories-block__read {
  margin-bottom: 0;
  text-align: right;
}

.popular-categories-block__read .button {
  background: #ea846a;
}

.popular-categories-block__read .button:hover {
  background: #d36b50;
}

@media screen and (max-width: 1023px) {
  .popular-categories-block__categories {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 870px) {
  .popular-categories-block {
    float: none;
    width: 100%;
    margin: 0;
  }
}

@media screen and (max-width: 767px) {
  .popular-categories-block__categories {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 567px) {
  .popular-categories-block__categories {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .popular-categories-block {
    width: calc(100% + 20px);
    padding: 20px 10px 0;
    margin-right: -10px;
    margin-left: -10px;
    border-top: 1px solid #000;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .popular-categories-block h2 {
    font-size: 1.3125em;
  }
  .popular-categories-block__categories > li {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .popular-categories-block__categories > li:nth-child(4n+1) {
    clear: none;
  }
  .popular-categories-block__categories > li:nth-child(3n+1) {
    clear: left;
  }
  .popular-categories-block__categories > li:nth-child(12) ~ li {
    display: none;
  }
  .popular-categories-block__categories a {
    border-bottom: 0;
  }
  .popular-categories-block__read {
    display: none;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Latest Published Works - $$latest-published-block
 * ----------------------------------------------------- *
\* ===================================================== */

.latest-published-block {
  float: left;
  width: calc(68.1337% - 16px);
  margin-top: 30px;
  margin-right: 15px;
}

.latest-published-block__works > li {
    float: left;
    min-height: 160px;
    background: rgba(255, 255, 255, 0.73);
    padding: 15px;
    /* margin-bottom: -1px; */
    /* margin-right: 9px; */
    border: 1px solid #b3b3b3;
    box-sizing: border-box;
    width: 45%;
    margin: 13px;}


.latest-published-block__works > li + li {
  margin-left: 20px;
}

.latest-published-block__works > li > img {
  float: left;
  width: 62px;
}

.latest-published-block__content {
  float: right;
  width: calc(100% - 63px);
  padding-left: 10px;
}

.latest-published-block__content h4 {
    margin: 0 0 5px;
    font-size: 1.3125em;
    color: #8b6aa1;
}
}

.latest-published-block__content h4 a {
  color: inherit;
}

.latest-published-block__read {
  text-align: right;
}

.latest-published-block__read .button {
  background: #ea846a;
}

.latest-published-block__read .button:hover {
  background: #d36b50;
}

@media screen and (max-width: 1023px) {
  .latest-published-block {
    width: calc(68.1337% - 11px);
    margin-right: 10px;
  }
}

@media screen and (max-width: 870px) {
  .latest-published-block {
    float: none;
    width: 100%;
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 567px) {
  .latest-published-block {
    width: calc(100% + 20px);
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .latest-published-block__works > li {
    float: none;
    width: 100%;
  }
  .latest-published-block__works > li + li {
    margin: 20px 0 0;
  }
  .latest-published-block__read {
    text-align: left;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Sidebar - $$sidebar
 * ----------------------------------------------------- *
\* ===================================================== */

aside {
  width: 330px;
  padding: 0 0 0 30px;
}

.sidebar {
  margin-bottom: 30px;
}

.sidebar--dynamic {
  padding-left: 20px;
  border-left: 8px solid #004e72;
}

.sidebar--dynamic ul {
  margin-left: 0;
  list-style: none;
}

.sidebar--dynamic > ul > li {
  margin: 0 0 30px;
}

.sidebar--dynamic ul ul li {
  margin: 0 0 20px;
  line-height: 1.2;
}

.sidebar--dynamic li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  aside {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  aside {
    float: none;
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .sidebar {
    padding: 15px;
  }
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Footer - $$footer
 * ----------------------------------------------------- *
\* ===================================================== */

footer {
  padding: 30px 0;
  font-family: 'Open Sans Condensed', 'Open Sans', sans-serif;
  font-weight: 700;
  color: #fff;
  background: #006797;
}

footer a {
  color: inherit;
}

.footer-col {
  float: left;
  width: 300px;
}

.footer-col--r {
  float: right;
  width: calc(100% - 330px);
  max-width: 800px;
}

footer h3 {
  font-size: 1.875em;
}

footer h3 svg {
  margin-top: -20px;
  font-size: 1.4em;
  vertical-align: bottom;
}

footer h4 {
  margin: 0 0 5px;
  font-size: 1.3125em;
}

.recent-news--footer > li + li {
  margin-top: 20px;
}

.recent-news--footer p {
  font-size: .75em;
}

.footer-col--r li + li {
  margin-top: 20px;
}

.footer-col--r svg {
  float: left;
  width: 95px;
  height: 95px;
}

.footer__content {
  float: right;
  width: calc(100% - 96px);
  padding-left: 10px;
}

.footer-col--r h3 {
  margin-bottom: 10px;
}

.footer-col--r li:first-child p {
  font-size: 1.3125em;
}

.footer-col--r li:first-child a {
  display: block;
  text-transform: uppercase;
}

.copyright {
  padding: 10px 0;
  margin: 0;
  font-size: 0;
  color: #fff;
  text-align: center;
  list-style: none;
  background: #333;
}

.copyright li {
  display: inline-block;
  padding: 0 6px;
  font-size: .625rem;
  line-height: 1;
  border-left: 1px solid #fff;
}

.copyright li:first-child {
  border: none;
}

.copyright a {
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer-col {
    float: none;
    width: 100%;
    padding: 0;
  }
  .footer-col--l {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px solid;
  }
}

@media screen and (max-width: 567px) {
  .footer-col--l,
  .footer-col--r li:first-child span {
    display: none;
  }
  .footer-col--r svg {
    width: 62px;
    height: 62px;
  }
  .footer__content {
    width: calc(100% - 63px);
  }
  .copyright li {
    display: block;
    padding: 0;
    line-height: 1;
    border: none;
  }
}




/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Account Page - $$Account Page
 * ----------------------------------------------------- *
\* ===================================================== */

.accountside {
	width: 25%;
	float: left;
	background: #d8e4e9;
 	padding: 10px;
	margin-right: 10px;
	box-sizing: border-box;
	border: 1px solid #6d5653;

}

.accountmain {
	float: right;
    width: 73%;
box-sizing: border-box;

}

.accountmain h3 {color: #006797;    margin-bottom: 0px;
 }
.redbutton {
	color: red;
	font-size: 20px;
	margin-right: 10px;}

.redbutton:hover {color: #8f0303;
	text-decoration: none;}


.editbutton {font-size: 20px;
	margin-right: 10px;}

.editbutton:hover {color: #0008d1;}
.greenbutton {
	color: green;
	font-size: 20px;
	margin-right: 10px;}

.greenbutton:hover {color: #00510b; text-decoration: none;}

.accpoems {margin-left: 0px !important;}

.accpoemlist {    list-style-type: none !important;
    width: 25%;
    background: #f7e2cb;
    padding: 5px;
    float: left;
    margin: 5px;
border: 1px solid;
}

.accpoemtitle {    font-size: 1.3125em;
    line-height: 1;
    color: #8b6aa1;
    text-transform: capitalize;}

    .acclist li {list-style-type: none; margin-bottom: 5px;}

    .newpoem {    width: 40%;
    height: 38px;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 1px;
    font-size: 1.3125em;
    background: #00a24f;
    color: #fff;
    float: left;
    padding: 5px;
    width: 100%;
    text-align: center;
    margin-bottom: 5px;}


    .newpoem:hover {background: #134e00; text-decoration: none;}



    /* ===================================================== *\
 * ----------------------------------------------------- *
 *  Collections Page - $$COLLECTIONS Page
 * ----------------------------------------------------- *
\* ===================================================== */



.half {width: 50%; float: left; box-sizing: border-box;}

.collections .form-grid {width: 100%;}

.collections .top-collections-block {
    float: left;
    width: calc(68.1337% - 16px);
    margin-left: 15px;
    margin-right: 0px !important;
    margin-bottom: 20px;
}

.collections .professors-plug-block {

    margin-left: 0px;
    margin-right: 15px;
     margin-bottom: 20px;
}

.collections .latest-published-block {width: 100%;}

.collections .latest-published-block__works > li {
     width: calc(24% - 10.5px);}


.collections .popular-categories-block {width: 100%;}


.collections .popular-categories-block__categories > li {
    width: 25%;
}


.page-template-page-collections .collections .popular-categories-block__categories > li {
    width: 24%;
}



    /* ===================================================== *\
 * ----------------------------------------------------- *
 *  Member Profile Page - $$PROFILE Page
 * ----------------------------------------------------- *
\* ================ */


 .membersleft {width: 25%;
	 			float: left;
	 			margin-right: 25px;
	 			box-sizing: border-box;
	 			}

.membercontact {position: relative;
    padding: 20px;
    background: #d8e4e9;
    border: 1px solid #6d5653}

    .membercontact h3 {margin-bottom:2px;}

.membercontactlist {margin-left: 3px;}
.membercontactlist li {list-style-type: none; margin-bottom: 15px;}

.membercontactlist strong {    font-size: 1.3125em;
    font-weight: 700;
    color: #00a24f;}

    .membersocial li {float: left; list-style-type: none; font-size: 30px; margin-right: 15px;}
    .membersocial {margin-left: 3px;}

   .contestad .aside-block__aside {
    position: relative;
    top: 0;
    right: 0;
    width: 22%;
    height: 100%;
    float: right;
}

.membermain {width: 50%; float: left; padding: 10px; box-sizing: border-box; }

.membermain .top-poems-block h4 {
    margin-bottom: 10px;
    font-size: 1em;
    line-height: 1;
    color: #8b6aa1;
}


@media screen and (max-width: 767px) {
  .membersleft {width: 100% !important;
	 			float: none ;
	 			margin-right: 0px !important;
	 			box-sizing: border-box;
	 			display: block;
	 			}

	 			.membermain {width: 100%; float: none; box-sizing: border-box; }
.contestad .aside-block__aside {
    position: relative;
    top: 40px;
    right: 0;
    width: 100%;
    height: 100%;
    float: none;
}

.collections .top-collections-block {
    float: left;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px !important;
    margin-bottom: 20px;
}


.collections .popular-categories-block__categories > li {
    width: 50%;
}

.collections .latest-published-block__works > li {
    width: 100%;
}

}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  WPCF7 - $$wpcf7
 * ----------------------------------------------------- *
\* ===================================================== */

.wpcf7-form.sent * {
  display: none;
}

.wpcf7-response-output {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 80%;
  line-height: 1.2;
}

.wpcf7-mail-sent-ok {
  padding: 4px 6px !important;
  color: #318a1c;
  background: #d2f7ad;
  border: 1px solid #aedb2e !important;
}

.wpcf7-validation-errors {
  color: #f00;
  border: none !important;
}

.wpcf7-not-valid-tip {
  top: 0 !important;
  left: auto !important;
  width: auto !important;
  padding: 0 !important;
  font-size: 80% !important;
  background: none !important;
  border: none !important;
}

.wpcf7-captchac {
  display: inline-block;
  vertical-align: text-bottom;
}

span.wpcf7-form-control-wrap {
  position: static !important;
  width: 100%;
}

input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid {
  background: #f6c1c1;
  border: 1px solid #f00;
}

div.wpcf7 img.ajax-loader {
  position: absolute;
  display: inline-block;
}

span.wpcf7-list-item {
  margin: 0 !important;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Jetpack - $$jetpack
 * ----------------------------------------------------- *
\* ===================================================== */

.jetpack_subscription_widget form,
.jetpack_subscription_widget label[for='subscribe-field'] {
  margin: 0;
}

.jetpack_subscription_widget label[for='email'],
#subscribe-text {
  display: none;
}

#subscribe-email {
  margin: 0 0 10px;
}

#subscribe-submit {
  margin: 0;
}

#subscribe-email input {
  width: 100% !important;
}

div.success p {
  margin: 0 0 10px;
  font-size: 1rem;
  line-height: 1.2;
}

div.sharedaddy div.sd-block {
  padding: 0 !important;
  margin: 0 0 15px !important;
  border: none !important;
}

div.sharedaddy .sd-content {
  width: 100% !important;
  margin: 0 !important;
}

.widget_rss_links p {
  margin: 0;
  text-align: center;
}

.widget_rss_links img {
  display: inline;
  margin-right: 5px;
  vertical-align: middle;
}

#wpstats,
.home div.sharedaddy,
.archive div.sharedaddy,
.search div.sharedaddy {
  display: none;
}

.comment-subscription-form {
  margin: 0;
}

.embed-youtube,
.embed-vimeo {
  position: relative;
  max-width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.embed-youtube iframe,
.embed-vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  Register - $$register
 * ----------------------------------------------------- *
\* ===================================================== */

.form--registration label {
  font-weight: 700;
}


/* ===================================================== *\
 * ----------------------------------------------------- *
 *  @media - $$media
 * ----------------------------------------------------- *
\* ===================================================== */

@media print {
  @page {
    margin: .5cm !important;
  }
  *,
  *:before,
  *:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  body {
    padding: .75cm !important;
    font: 10pt/1.2 Arial, Helvetica, sans-serif !important;
  }
  article,
  .container {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  nav,
  aside,
  footer {
    display: none;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: ' (' attr(href) ')';
  }
  abbr[title]:after {
    content: ' (' attr(title) ')';
  }
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: '';
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 18pt !important;
    font-weight: bold !important;
  }
  h2 {
    font-size: 16pt !important;
  }
  h3 {
    font-size: 14pt !important;
  }
  h4 {
    font-size: 12pt !important;
  }
  h5,
  h6 {
    font-size: 10pt !important;
  }
  code {
    font: 10pt Courier, monospace;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}


._2pi3 {display:none !important;}


.poemblock img{
	float:right;
	width:40%;
}

.fb_iframe_widget{overflow: hidden;}
.fb_ltr{margin-bottom: -20px;}



.woocommerce-products-header {border-top:0px solid; margin-bottom: 20px;   background: none; box-shadow: none;}


.woocommerce-products-header::before {
    display: none;}

    .wpmenucart-display-standard {
    list-style-type: none;
}
