#blog_quicksignup {
    position:fixed;
    left:0;
    top:calc(100vh - 140px);
    width:100%;
    height:140px;
    background:#e7ac11;
    transition:all 0.3s;
    z-index:20;
    box-shadow:0 -3px 20px 0 rgba(0, 0, 0, 0.51);
}
#blog_quicksignup.init,
#blog_quicksignup.kill {
    top:100vh;
}

#blog_quicksignup .inner {
    padding:20px 10%;
    text-align:center;
}

#blog_quicksignup .inner .qsu_heading {
    margin:0;
    font-weight:bold;
    font-size:22px;
    color: #fff;
}

#blog_quicksignup .inner .close {
    position: absolute;
    right: 15px;
    top: 20px;
    margin-top: -10px;
    width: 15px;
    height: 15px;
    opacity: 0.5;
    padding: 10px;
    outline: 0;
    box-sizing: border-box;
}

#blog_quicksignup .inner .close:before,
#blog_quicksignup .inner .close:after {
    position: absolute;
    top: 3px;
    content: '';
    width: 2px;
    height: 15px;
    background-color: #fff;
    transform: rotate(-45deg);
}

#blog_quicksignup .inner .close:before {
    transform: rotate(45deg);
}

#blog_quicksignup .inner .close:hover {
    opacity: 1;
}

@media only screen and (max-width: 767px) {
    
    #blog_quicksignup {
        top:calc(100vh - 200px);
        height:200px;
    }
    #blog_quicksignup .inner {
        padding:20px;
    }
    #blog_quicksignup .inner .qsu_heading {
        font-size:18px;
    }
    
}


.author .author__info .content a {
    display: inline;
    font-size: inherit;
    font-weight: normal;
    margin-bottom: 0;
}

.article__author--name {
	color:#e8ad00;
	font-weight: bold;
}

.article__author--image img {
    max-height: 50px;
    max-width: 50px;
    border-radius: 900px;
}
.content {
  margin-bottom: 1.25em;
}

.section__inner .section__body .article__content:first-child {
    width: 100%;
}
.constant-contact {
  position: absolute;
  top: 17px;
  left: 36px;
}
.constant-contact a {
  -webkit-appearance: none;
  -ms-appearance: none;
  background-color: #012760;
  display: inline-block;
  text-shadow: none;
  text-decoration: none;
  padding: 12px 12px;
  font-size: 13px;
  text-transform: uppercase;
  transition: background-color .25s ease-in-out, color .25s ease-in-out, border-color .25s ease-in-out;
  border: 1px solid #e7ac11;
  color: #e7ac11;
  padding: 12px 16px;
  border-radius: 28px;
  text-align: center;
}
.constant-contact a:hover {
  background-color: #e8ad00;
  color: #012760;
  border-color: #e8ad00;
}

@media all and (max-width: 960px) {
  .constant-contact a {
    font-size: 12px;
  }
}

@media all and (max-width: 1000px) {
  .constant-contact {
      position: relative;
      top: 0;
      right: auto;
      text-align: center;
      margin-top: 30px;
      left: 0;
  }

  .constant-contact a {
      font-size: 14px;
      border-right: 1px solid #e7ac11;


  }
}

.nav ul ul {
    display: block;
    position: absolute;
    left: 50%;
    top: 32px;
    text-align: center;
    padding: 16px;
    z-index: 1;
    margin-left: -141px;
    width: 298px;
    text-align: left;
    background-color: #011430;
    text-transform: none;
    font-size: 16px;
    visibility: hidden;
    opacity: 0;
    transition: .5s opacity;
}

.nav ul li:hover ul, .nav ul li.expanded ul {
    visibility: visible;
    opacity: 1;
}

.nav ul ul > li {
    float: none;
}

.nav ul ul > li > a {
    padding: 8px;
    display: inline-block;
    transition: color .3s ease-in-out;

}

.nav ul ul li + li {
    margin-left: 0;
}

.nav > ul > li {
 padding-bottom: 90px;
 position: relative;
}

/* vertical center article content. */
.article__body {
    height: calc(100% - 136px);
    display: table;
    vertical-align: middle;
}

.article .article__content {
    position: relative;
    padding: 55px 50px 33px 50px;
}

.article__body {
    height: calc(100% - 136px);
    display: table;
    vertical-align: middle;
    table-layout: fixed;
}

.article__body-inner {
    margin: auto;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}

.article-items .article-item {
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-align-content: flex-start;
    -ms-align-content: flex-start;
    align-content: flex-start;
}
.article-items .article-item.no-bg {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.article__entry[style*="background-image: url()"] .article__overlay {
    background: transparent;
}

.nav a {
  color: white;
}



/* andrew css tweaks */
.intro .intro__head h1 {
    font-family: museo-sans-display, sans-serif;
    font-weight: 800;
}

.nav {
    font-size: 14px;
    font-weight: 400;
}

.intro .intro__head h5 {
    font-size: 18px;
}

.intro .intro__head {
    padding-bottom: 40px;
}

.intro {
    padding: 40px 0 56px;
}



@media (max-width: 767px) {
  h1 {
      font-size: 24px;
  }
}


@media (max-width: 767px) {
  .intro .intro__head h5 {
      font-size: 16px;
  }
}


@media (max-width: 767px) {
  .header .nav {
      padding-top: 18px;
  }
}


@media (max-width: 767px) {
  .nav > ul > li {
      padding-bottom: 90px;
  }
}

.section--default .section__head h1 {
   font-weight: 800;
    font-family: museo-sans-display, sans-serif;
}

.author .author__info h2 {
    font-weight: 900;
    margin-bottom: 24px;
}

@media (max-width: 1024px) {
  .author .author__image {
      margin-bottom: 24px;
  }
}


.article-item .article__foot {
    padding: 27px 0 25px 0;
    width: 80%;
    margin: 0 auto;
}

@media (max-width: 767px) {
  .article-item .article__foot {
      padding: 15px;
      width: calc(100% - 40px);
      margin: 0 0 0 20px;
      padding: 27px 0 25px 0px;
  }
}


.article:hover .article__foot {
    border-top: 1px solid #fff;
}

.article:hover .article__author--content, .article-item:hover .article__content p, .article-item:hover .article__author--content, .article-item:hover .article__author--content p, .article--shadow:hover .article__author--content p {
    color: #012760;
}

p, ul, ol, dl, table, blockquote {
    color: #383f44;
}

body {
    color: #383f44;
}

.article-item:hover .article__foot {
    border-top: 1px solid #fff;
}

.shell {
    max-width: 1300px;
    padding-left: 36px;
    padding-right: 36px;
    position: relative;
}

@media (max-width: 767px) {
  .shell {
      padding-left: 18px;
      padding-right: 18px;
  }
}


@media all and (max-width: 767px) {
  .nav ul ul.sub-menu {
      left: 32px;
      right: 32px;
      margin-left: 0;
      top: 104px;
      margin-right: 0;
      width: auto;
  }
  .nav > ul > li {
      padding-bottom: 0;
      position: inherit;
  }
}

.ico-cross {
  background-image: url(images/close.svg);
  background-position: 0;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-cross {
    background-image: url(images/close.svg);
    background-position: 0;
    background-size: 100%;
    background-repeat: no-repeat;
  }
}



.search .search__field {
  color: white;
}

.search .search__field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255, .3);
}
.search .search__field::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255, .3);
}
.search .search__field:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255, .3);
}
.search .search__field:-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255, .3);
}


.menu-item-has-children:after {
    content: url(images/down-arrow.svg);
    color: white;
    display: inline-block;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 16px;
    vertical-align: top;
}

nav ul ul > li > a:after {
  content: none !important;
}
nav ul ul > li > a:hover {
  color: #E7AC11;
}

footer p {
  color: white;
}

.author .author__info p, .author .author__info ul, .author .author__info ol, .author .author__info dl, .author .author__info table, .author .author__info blockquote {
  color: white;
}

@media all and (max-width:1024px) {
  .section--profile {
      padding-bottom: 10px;
  }
}

@media all and (max-width:1024px) and (min-width:768px) {
  a.article-item:not(:first-child):not(:nth-child(2)) {
      border-top: 1px solid #d2d2d2;
  }
}


@media (max-width: 1230px) {
  .article-details .article__share, .article-details .article__share.fixed {
      position: relative;
      top: 0;
      left: auto;
      right: auto;
      margin: 0 auto 20px;
  }
}

@media (max-width: 1024px) {
  .intro {
      padding-bottom: 30px;
  }
}

.author__info .content a.link-more:after {
    background: #ae8200;
}

.article__inner p a {
  text-decoration: none;
  color: #ae8200;
  font-weight: bold;
}

.article__inner p a.link-more:after {
  background: #ae8200;
}

.article__author--content p {
  color: #808080;
}

.article__inner h1 {
    font-size: 40px;
    line-height: 1.2;
    color: #012760;
}

.article__inner h2 {
    font-size: 24px;
    font-weight: 900;
}

.article__inner p + h2, .article__inner ul + h2, .article__inner ol + h2 {
    margin-top: 2.33333333em;
}

.article__inner h3 {
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
    color: #012760;
}

.article__inner p + h3, .article__inner ul + h3, .article__inner ol + h3 {
    margin-top: 2.66666667em;
}

@media (max-width: 1024px) {
  .article-details .article__share h5 {
      color: #012760;
      margin-bottom: 1em;
  }
}

@media (max-width: 767px) {
  .article-details .article__entry .article__content {
      padding: 0 12px;
  }

  .article__inner h2 {
      font-size: 18px;
  }

  .article__inner h3 {
      font-size: 16px;
  }
}

.single-blog_post .article__entry .article__author--content p {
    color: white;
}

.license-container {
  font-size: .875em;
}
.license-container img {
  text-decoration: none;
  margin-right: 1em;
}

.author-side {
  /*position: absolute;
  top: 75px;
  left: 40px;*/
  margin-bottom: 20px;
  text-align: center;
  width: 195px;
}

.article-details .article__info .author-side .article__author--image {
  float: none;
}
@media (max-width: 1230px) {
  /*.author-side, .author-side.fixed {
    display: none;
      position: static;
      left: auto;
      margin-left: 0;
      width: 100%;
  }*/
}
.image-credit {
  font-style: italic;
  font-size: 1em;
  padding-bottom: 1em;
}



.article__inner ul li, .article__inner ol li {
  font-size: 18px;
  line-height: 1.56;
  list-style-position: outside;
  margin-left: 1em;
}

@media (max-width: 767px) {
    .article__inner ul li, .article__inner ol li {
        font-size: 16px;
        line-height: 1.43;
    }
}



.read-more-stories {
  font-size: 14px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  color: #E7AC11;
  color: #e7ac11;
  border-style: solid;
  border-color: #E7AC11;
  border-color: #e7ac11;
  border-width: 2px;
  border-radius: 31px;
  -moz-border-radius: 31px;
  -webkit-border-radius: 31px;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  padding: 22px 46px;
  text-align: center;
  font-weight: 900;
  max-width: 320px;
  text-decoration: none;
  margin: 52px auto 14px;
  transition: background-color .25s ease-in-out, color .25s ease-in-out;

}


.read-more-stories:hover, .read-more-stories:active {
  text-decoration: none;
  background-color: #e7ac11;
  color: #012760;
}

.pagination-container {
  display: block;
  margin: 24px auto 0;
  text-align: center;
}

.pagination-container a, .pagination-container span {
  padding: 16px;
  color: white;
  border: 1px solid white;
  border-radius: 4px;
  display: inline-block;
  line-height: .5;
  text-transform: uppercase;
  transition: .3s color, .3s background-color;
  margin-right: 4px;
  text-decoration: none;
  font-weight: bold;
}
.pagination-container a:hover {
  background-color: #fff;
  color: #002E5F;
}
.pagination-container span.current {
  background: #E7AC11;
  border-color: #E7AC11;
}

.section__body .article__image, .article__entry, .article__image--inner {
  background-image: url("images/blog-default-image.jpg");
}
