@charset "UTF-8";
@font-face {
  font-family: "SharpSans";
  src: url("../fonts/SharpSansDispNo1-Bold.eot") format("embedded-opentype"), url("../fonts/SharpSansDispNo1-Bold.woff") format("woff2"), url("../fonts/SharpSansDispNo1-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: "SharpSans";
  src: url("../fonts/SharpSansDispNo1-Semibold.eot") format("embedded-opentype"), url("../fonts/SharpSansDispNo1-Semibold.woff") format("woff2"), url("../fonts/SharpSansDispNo1-Semibold.woff") format("woff");
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: "SharpSans";
  src: url("../fonts/SharpSansDispNo1-Medium.eot") format("embedded-opentype"), url("../fonts/SharpSansDispNo1-Medium.woff") format("woff2"), url("../fonts/SharpSansDispNo1-Medium.woff") format("woff");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: "KievitSlab";
  src: url("../fonts/KievitSlabWeb-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700; }

@font-face {
  font-family: "KievitSlab";
  src: url("../fonts/KievitSlabWeb-Book.woff") format("woff");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "KievitSlab";
  src: url("../fonts/KievitSlabPro-Light.otf") format("opentype");
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: "KievitSlab";
  src: url("../fonts/KievitSlabPro-BookItalic.otf") format("opentype");
  font-style: italic;
  font-weight: normal; }

@font-face {
  font-family: "KievitSlab";
  src: url("../fonts/KievitSlabPro-BoldItalic.otf") format("opentype");
  font-style: italic;
  font-weight: 700; }

button, [type='button'], [type='reset'], [type='submit'],
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 2px solid #00214E;
  border-radius: 0;
  background-color: #FEFBF4;
  color: #00214E;
  cursor: pointer;
  display: inline-block;
  font-family: "SharpSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 14px 20px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 150ms ease;
  transition: 150ms ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }
  button.inverted, [type='button'].inverted, [type='reset'].inverted, [type='submit'].inverted,
  .button.inverted {
    background-color: #00214E;
    color: white; }
  button.shadow, [type='button'].shadow, [type='reset'].shadow, [type='submit'].shadow,
  .button.shadow {
    -webkit-transition: -webkit-box-shadow 150ms ease;
    transition: -webkit-box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease, -webkit-box-shadow 150ms ease;
    -webkit-box-shadow: 6px 6px 0px 0px #00214E;
    box-shadow: 6px 6px 0px 0px #00214E;
    margin-bottom: 8px; }
  button.small, [type='button'].small, [type='reset'].small, [type='submit'].small,
  .button.small {
    font-size: 18px;
    padding-top: 17px;
    padding-bottom: 17px; }
    @media screen and (min-width: 1025px) {
      button.small, [type='button'].small, [type='reset'].small, [type='submit'].small,
      .button.small {
        padding: 12px 15px; } }
  button.button-on-light:hover, [type='button'].button-on-light:hover, [type='reset'].button-on-light:hover, [type='submit'].button-on-light:hover,
  .button.button-on-light:hover {
    -webkit-box-shadow: none;
    box-shadow: none; }
  button:hover.shadow, [type='button']:hover.shadow, [type='reset']:hover.shadow, [type='submit']:hover.shadow,
  .button:hover.shadow {
    -webkit-box-shadow: 8px 8px 0px 0px #00214E;
    box-shadow: 8px 8px 0px 0px #00214E; }
  button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus,
  .button:focus {
    outline: 0px solid rgba(0, 33, 78, 0.6);
    outline-offset: 0px; }
  button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled,
  .button:disabled {
    cursor: not-allowed;
    opacity: 0.5; }
    button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover,
    .button:disabled:hover {
      background-color: #FEFBF4; }

.topic-tag {
  font-family: "SharpSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 10px;
  margin: 0 12px 12px 0;
  border: 2px solid #00214E;
  color: #00214E;
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  -webkit-transition: 150ms ease;
  transition: 150ms ease;
  position: relative; }
  .topic-tag:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    bottom: 0;
    background-color: #00214E;
    -webkit-transition: width 150ms ease;
    transition: width 150ms ease;
    z-index: -1; }
  .no-touchevents .topic-tag:hover {
    color: #FFFFFF;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .no-touchevents .topic-tag:hover:after {
      width: 100%; }
  @media screen and (min-width: 768px) {
    .topic-tag {
      padding: 8px 13px;
      margin: 0 15px 15px 0; } }

.alm-btn-wrap {
  text-align: center; }
  .alm-btn-wrap .done {
    display: none; }
  .alm-btn-wrap .alm-load-more-btn {
    width: 100%; }
  @media screen and (min-width: 768px) {
    .alm-btn-wrap .alm-load-more-btn {
      width: auto; } }

.arrow:after {
  content: "\2192";
  margin-left: 5px; }
  @media screen and (min-width: 768px) {
    .arrow:after {
      margin-left: 15px; } }

fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0; }

legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0; }

label {
  display: block;
  color: #00214E;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  margin-bottom: 0.375em; }

input,
select,
textarea {
  display: block;
  font-family: "KievitSlab", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 16px; }

[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: 1px solid #CCD3DB;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 0.75em;
  padding: 0.5em;
  -webkit-transition: border-color 150ms ease;
  transition: border-color 150ms ease;
  width: 100%;
  outline: none; }
  [type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #00214E; }
  [type='color']:-ms-input-placeholder, [type='date']:-ms-input-placeholder, [type='datetime']:-ms-input-placeholder, [type='datetime-local']:-ms-input-placeholder, [type='email']:-ms-input-placeholder, [type='month']:-ms-input-placeholder, [type='number']:-ms-input-placeholder, [type='password']:-ms-input-placeholder, [type='search']:-ms-input-placeholder, [type='tel']:-ms-input-placeholder, [type='text']:-ms-input-placeholder, [type='time']:-ms-input-placeholder, [type='url']:-ms-input-placeholder, [type='week']:-ms-input-placeholder, input:not([type]):-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #00214E; }
  [type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #00214E; }
  [type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
    color: #00214E; }
  [type='color']::-ms-clear, [type='date']::-ms-clear, [type='datetime']::-ms-clear, [type='datetime-local']::-ms-clear, [type='email']::-ms-clear, [type='month']::-ms-clear, [type='number']::-ms-clear, [type='password']::-ms-clear, [type='search']::-ms-clear, [type='tel']::-ms-clear, [type='text']::-ms-clear, [type='time']::-ms-clear, [type='url']::-ms-clear, [type='week']::-ms-clear, input:not([type])::-ms-clear, textarea::-ms-clear {
    display: none; }

textarea {
  resize: vertical; }

[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em; }

[type="file"] {
  margin-bottom: 0.75em;
  width: 100%; }

select {
  margin-bottom: 0.75em;
  width: 100%; }

[type="checkbox"]:focus,
[type="radio"]:focus,
[type="file"]:focus,
select:focus {
  outline: 0px solid rgba(0, 33, 78, 0.6);
  outline-offset: 0px; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

html,
body {
  height: 100%; }

body {
  margin: 0;
  background-color: #FEFBF4;
  overflow-x: hidden; }

.container {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 90%; }
  .post .container {
    position: static; }
  @media screen and (min-width: 1280px) {
    .container {
      max-width: 1170px; } }

.alm-reveal {
  margin-bottom: 50px; }

.border {
  display: block;
  height: 8px;
  background: transparent url(../images/squiggle-horiz.png) repeat-x 0 0;
  background-size: auto 8px;
  min-width: 167px; }
  .border.border-vert {
    min-height: 167px;
    width: 8px;
    background: transparent url(../images/squiggle-vert.png) repeat-y 0 0;
    background-size: auto 8px; }

.visuallyhidden {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px; }

ul,
ol {
  /*list-style-type: none;*/
  margin: 0;
  padding: 0; }

dl {
  margin: 0; }

dt {
  font-weight: 600;
  margin: 0; }

dd {
  margin: 0; }

.post .entry-content ul li strong, .post .entry-content ol li strong {
  color: #00214E;
  /*display: block;*/
  font-family: "KievitSlab", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.post .entry-content ol {
  counter-reset: item; }

.post .entry-content ol li {
  display: block; }

.post .entry-content ol li:before {
  /*		content: counter(item) ". ";
		color: $blue;
		font-family: $font-stack-kievitslab;
		counter-increment: item;
		font-weight: bold;
		margin-right: 7px;
		float: left;*/ }

.post .entry-content ul li:before {
  /*		content: "\2022";
		color: $blue;
		font-family: $font-stack-kievitslab;
		font-weight: bold;
		margin-right: 7px;
		float: left;*/ }

figure {
  margin: 0; }

img,
picture {
  margin: 0;
  max-width: 100%;
  height: 100%; }

table {
  border-collapse: collapse;
  margin: 1.5em 0;
  table-layout: fixed;
  text-align: left;
  width: 100%; }

thead {
  line-height: 1.2;
  vertical-align: bottom; }

tbody {
  vertical-align: top; }

tr {
  border-bottom: 1px solid #EAEFEE; }

th {
  font-weight: 600; }

th,
td {
  padding: 0.75em 0.75em 0.75em 0; }

html {
  color: #4A4A4A;
  font-family: -apple-system, BlinkMacSystemFont, "Avenir Next", "Avenir", "Segoe UI", "Lucida Grande", "Helvetica Neue", "Helvetica", "Fira Sans", "Roboto", "Noto", "Droid Sans", "Cantarell", "Oxygen", "Ubuntu", "Franklin Gothic Medium", "Century Gothic", "Liberation Sans", sans-serif;
  font-size: 100%;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "KievitSlab", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.25em;
  line-height: 1.2;
  margin: 0 0 0.75em;
  color: #00214E; }
  h1 a,
  h2 a,
  h3 a,
  h4 a,
  h5 a,
  h6 a {
    color: #00214E; }

p, li {
  margin: 0 0 0.75em;
  color: #4A4A4A;
  font-family: "Georgia", "Times", "Times New Roman", serif;
  font-size: 16px;
  line-height: 24px; }
  @media screen and (min-width: 1025px) {
    p, li {
      font-size: 18px;
      line-height: 30px; } }

a {
  color: #4A4A4A;
  text-decoration: none;
  -webkit-text-decoration-skip: ink;
  text-decoration-skip: ink;
  -webkit-transition: color 150ms ease;
  transition: color 150ms ease; }

.link {
  border-bottom: 2px solid #00214E;
  font-family: "SharpSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  color: #00214E;
  line-height: 1.1;
  -webkit-transition: padding 150ms ease;
  transition: padding 150ms ease; }
  .link:hover {
    padding-bottom: 2px; }

hr {
  border-bottom: 1px solid #EAEFEE;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 40px 0; }
  hr.squiggle {
    background: transparent url("../images/squiggle-horiz.png") no-repeat 50% 100%;
    background-size: 271px 11px;
    border: none;
    padding: 0 0 11px;
    margin: 35px auto 25px; }

.site-title {
  font-family: "SharpSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700; }

.primary-header {
  font-family: "KievitSlab", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 300;
  font-size: 32px;
  line-height: 36px;
  color: #00214E; }
  .primary-header a {
    border: none;
    color: #00214E;
    text-decoration: none; }
    .primary-header a:hover {
      color: rgba(0, 33, 78, 0.8); }
  @media screen and (min-width: 768px) {
    .primary-header {
      font-size: 48px;
      line-height: 52px; } }
  @media screen and (min-width: 1025px) {
    .primary-header {
      font-size: 54px;
      line-height: 58px; } }

.secondary-header {
  font-family: "SharpSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #00214E;
  font-size: 34px;
  line-height: 1.17647;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .secondary-header {
      font-size: 42px; } }
  @media screen and (min-width: 1025px) {
    .secondary-header {
      font-size: 60px; } }
  .aside-column .secondary-header {
    font-size: 24px; }
    @media screen and (min-width: 1025px) {
      .aside-column .secondary-header {
        text-align: left; } }

.search .posts-list-header {
  letter-spacing: 2px;
  font-size: 24px; }
  @media screen and (min-width: 768px) {
    .search .posts-list-header {
      text-align: left; } }
  @media screen and (min-width: 768px) {
    .search .posts-list-header {
      font-size: 22px; } }

.preview-header {
  font-family: "KievitSlab", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #00214E; }
  .preview-header a {
    color: #00214E;
    text-decoration: none; }
    .preview-header a:hover {
      color: rgba(0, 33, 78, 0.8); }
  @media screen and (min-width: 1025px) {
    .preview-header {
      font-size: 22px;
      line-height: 27px; } }
  .the-dose-main .preview-header,
  .preview-left-right-container .preview-header,
  .preview-latest-hero-container .preview-header,
  .preview-latest-list-container .preview-header {
    font-size: 25px;
    line-height: 31px; }

.the-dose-header {
  font-family: "SharpSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  font-size: 38px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .the-dose-header {
      font-size: 54px;
      margin-bottom: 0.7em; } }
  @media screen and (min-width: 1025px) {
    .the-dose-header {
      font-size: 60px;
      margin-bottom: 0.9em; } }

.excerpt, .archive-description p {
  font-size: 20px;
  line-height: 1.4;
  color: #747474; }
  .preview .excerpt, .preview .archive-description p {
    font-size: 16px;
    line-height: 1.5; }
  @media screen and (min-width: 768px) {
    .preview .excerpt, .preview .archive-description p {
      font-size: 18px; } }

article.preview .post-text-content .entry-title {
  margin-top: 10px;
  margin-bottom: 10px; }

article.preview .post-text-content .excerpt {
  margin-bottom: 20px; }

@media screen and (min-width: 768px) {
  article.preview .post-text-content .entry-title {
    margin-top: 5px;
    margin-bottom: 10px; } }

@media screen and (min-width: 1025px) {
  article.preview .post-text-content .entry-title {
    margin-top: 16px;
    margin-bottom: 16px; }
  article.preview .post-text-content .excerpt {
    margin-bottom: 25px; } }

@media screen and (min-width: 1025px) {
  .preview-latest-list-container .articles article .post-text-content .entry-title {
    margin-top: 5px;
    margin-bottom: 5px; }
  .preview-latest-list-container .articles article .post-text-content .excerpt {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 23px; } }

.category-links a, .archive-type {
  font-family: "SharpSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 3px;
  display: inline-block;
  font-weight: 700;
  color: #FF6B63;
  vertical-align: top;
  text-transform: uppercase; }
  .category-links a:hover, .archive-type:hover {
    color: rgba(0, 33, 78, 0.8); }

.tertiary-header, .time-byline {
  font-family: "Georgia", "Times", "Times New Roman", serif;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  color: #9B9B9B; }
  .tertiary-header .author a, .time-byline .author a {
    color: #9B9B9B; }

.tertiary-header {
  font-weight: 600; }

.archive-title, .search-title {
  font-size: 32px;
  line-height: 36px;
  font-weight: 600; }
  @media screen and (min-width: 768px) {
    .archive-title, .search-title {
      font-size: 48px;
      line-height: 52px; } }
  @media screen and (min-width: 1025px) {
    .archive-title, .search-title {
      font-size: 54px;
      line-height: 58px; } }

small, .nc_attribution_text {
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #747474; }

.nc_attribution_text {
  font-style: italic; }

.post .entry-content p.nc_attribution_text a {
  color: #747474; }

.no-results h2 {
  font-family: "SharpSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .no-results h2 {
      font-size: 32px;
      line-height: 42px; } }
  @media screen and (min-width: 1025px) {
    .no-results h2 {
      font-size: 36px;
      line-height: 46px; } }

.hamburger-menu {
  width: 25px;
  height: 17px;
  cursor: pointer; }
  .hamburger-menu .bar,
  .hamburger-menu .bar:after,
  .hamburger-menu .bar:before {
    width: 25px;
    height: 3px; }
  .hamburger-menu .bar {
    position: relative;
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
    background: #00214E;
    -webkit-transition: all 0ms 300ms;
    transition: all 0ms 300ms; }
    .hamburger-menu .bar.animate,
    .toggled .hamburger-menu .bar {
      background: rgba(255, 255, 255, 0); }
  .hamburger-menu .bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 7px;
    background: #00214E;
    -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  .hamburger-menu .bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    background: #00214E;
    -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  .hamburger-menu .bar.animate:after,
  .toggled .hamburger-menu .bar:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  .hamburger-menu .bar.animate:before,
  .toggled .hamburger-menu .bar:before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }

blockquote {
  font-family: "KievitSlab", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 28px;
  line-height: 1.14286;
  padding: 0;
  margin: 0 0 60px;
  position: relative;
  z-index: 1; }
  blockquote span {
    font-family: "KievitSlab", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 16px;
    display: block;
    margin: 30px 0 0;
    padding-left: 30px;
    position: relative; }
    blockquote span:after {
      content: '';
      width: 25px;
      height: 1px;
      background-color: white;
      position: absolute;
      top: 50%;
      left: 0; }
  blockquote:before {
    content: '“';
    color: #2072EF;
    font-family: "Georgia", "Times", "Times New Roman", serif;
    position: absolute;
    font-size: 120px;
    line-height: 1;
    top: -68px;
    left: 0;
    z-index: -1; }
  @media screen and (min-width: 768px) {
    blockquote {
      font-size: 36px;
      padding: 0 50px;
      margin-bottom: 0; }
      blockquote:before {
        left: 17px;
        font-size: 140px; } }
  @media screen and (min-width: 1025px) {
    blockquote {
      font-size: 54px; }
      blockquote:before {
        top: -63px;
        left: -4px; } }
  .post .entry-content .row blockquote {
    margin: 96px 0 12px;
    padding: 0;
    text-align: left;
    clear: both; }
    .post .entry-content .row blockquote::after {
      clear: both;
      content: "";
      display: block; }
    .post .entry-content .row blockquote:before {
      color: #BBECC3;
      top: -68px; }
    .post .entry-content .row blockquote p {
      padding: 0;
      margin: 0;
      position: relative;
      z-index: 1;
      color: #00214E;
      font-size: 28px;
      font-weight: 300;
      font-family: "KievitSlab", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      line-height: 1.14286; }
      .post .entry-content .row blockquote p:after {
        content: none; }
      .post .entry-content .row blockquote p span {
        font-size: inherit;
        margin: 0;
        padding: 0; }
        .post .entry-content .row blockquote p span:after {
          content: none; }
    @media screen and (min-width: 768px) {
      .post .entry-content .row blockquote {
        margin-top: 0;
        margin-left: 58px; }
        .post .entry-content .row blockquote:before {
          top: -15px;
          left: -64px; }
        .post .entry-content .row blockquote p {
          font-size: 36px; } }
    @media screen and (min-width: 1025px) {
      .post .entry-content .row blockquote {
        float: left;
        margin: 40px 0 0 71px;
        width: calc(100% - 131px); }
        .post .entry-content .row blockquote:before {
          top: -4px;
          left: -76px; }
        .post .entry-content .row blockquote p:first-child {
          font-weight: 300;
          font-size: 40px;
          line-height: 1.2; } }

.blockquote-container {
  margin-bottom: 48px; }
  .blockquote-container::after {
    clear: both;
    content: "";
    display: block; }

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  -webkit-clip-path: none;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; }

.site-header {
  background-color: #FEFBF4;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 0;
  border-bottom: 1px solid #00214E; }
  @media screen and (min-width: 768px) {
    .site-header {
      position: static;
      border-bottom: 0; } }
  .admin-bar .site-header {
    top: 0; }
    @media screen and (min-width: 600px) {
      .admin-bar .site-header {
        top: 46px; } }
    @media screen and (min-width: 782px) {
      .admin-bar .site-header {
        top: 46px; } }
    @media screen and (min-width: 783px) {
      .admin-bar .site-header {
        top: 32px; } }
  .subscribe-header-open .site-header {
    top: 163px; }
    @media screen and (min-width: 768px) {
      .subscribe-header-open .site-header {
        top: 100px; } }
    @media screen and (min-width: 1025px) {
      .subscribe-header-open .site-header {
        top: 100px; } }
  .subscribe-header-open.admin-bar .site-header {
    top: 163px; }
    @media screen and (min-width: 768px) {
      .subscribe-header-open.admin-bar .site-header {
        top: 146px; } }
    @media screen and (min-width: 782px) {
      .subscribe-header-open.admin-bar .site-header {
        top: 146px; } }
    @media screen and (min-width: 783px) {
      .subscribe-header-open.admin-bar .site-header {
        top: 132px; } }
  .ie .site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0; }
  .site-header .site-branding {
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px; }
    @media screen and (min-width: 768px) {
      .site-header .site-branding {
        padding-top: 66px;
        padding-bottom: 40px; } }
    @media screen and (min-width: 1025px) {
      .site-header .site-branding {
        padding-top: 76px; } }
  .site-header .zocdoc-link {
    border: none;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -17.5px;
    background: transparent url(../images/logo.png) no-repeat 0 0;
    background-size: 100% auto;
    width: 28px;
    height: 35px;
    text-indent: -999em; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .site-header .zocdoc-link {
        background-image: url(../images/logo_2x.png); } }
    @media screen and (min-width: 768px) {
      .site-header .zocdoc-link {
        top: 80px; } }
    @media screen and (min-width: 1025px) {
      .site-header .zocdoc-link {
        top: 84px;
        margin-top: 0; } }
  .site-header .site-title {
    margin-bottom: 0; }
    .site-header .site-title .logo {
      height: 33px;
      width: 180px;
      display: block;
      margin: 0 auto;
      fill: #00214E;
      background: transparent url(../icons/logo_v2.svg) no-repeat 0 100%;
      text-indent: -999em; }
    @media screen and (min-width: 768px) {
      .site-header .site-title .logo {
        height: 45px;
        width: 326px;
        margin: 0 auto 30px; } }
    @media screen and (min-width: 1025px) {
      .site-header .site-title .logo {
        height: 78px;
        width: 565px; } }
  .site-header .site-description {
    display: none; }
    @media screen and (min-width: 768px) {
      .site-header .site-description {
        display: inline-block;
        color: #00214E;
        font-family: "KievitSlab", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-size: 18px;
        font-style: italic;
        font-weight: normal;
        line-height: 1.4; } }
    @media screen and (min-width: 1025px) {
      .site-header .site-description {
        font-size: 20px; } }
  .site-header.toggled .zocdoc-link {
    top: 20px;
    margin-top: 0;
    right: auto;
    left: 0; }
  .site-header.toggled .main-navigation .nav-end {
    top: 20px;
    right: 0;
    left: auto;
    margin-top: 0; }
  .home.mini .site-header .site-title {
    -webkit-animation: slideIn 0.5s;
    animation: slideIn 0.5s; }
  .home.mini .site-header .zocdoc-link {
    -webkit-animation: slideIn 0.5s;
    animation: slideIn 0.5s; }
  .home.mini .site-header .nav-categories {
    -webkit-animation: slideLeft 0.5s;
    animation: slideLeft 0.5s; }
  @media screen and (min-width: 768px) {
    .mini .site-header {
      position: -webkit-sticky;
      position: sticky;
      border-bottom: 1px solid #00214E; }
      .ie .mini .site-header {
        position: fixed; }
      .mini .site-header .site-title {
        font-size: 27px; }
        .mini .site-header .site-title .logo {
          height: 25px;
          width: 180px;
          background: transparent url(../icons/logo_v2.svg) no-repeat 0 0;
          margin-bottom: 0; }
      .mini .site-header .site-description {
        display: none; }
      .mini .site-header .site-branding {
        -webkit-transition: none;
        transition: none;
        padding-top: 19px;
        padding-bottom: 19px; }
      .mini .site-header .navigation-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .mini .site-header .main-navigation {
        margin-left: 10px;
        border: none; }
        .mini .site-header .main-navigation .nav-search {
          margin-left: 40px; }
      .mini .site-header .zocdoc-link {
        top: 50%;
        margin-top: -17.5px; } }
  @media screen and (min-width: 1025px) {
    .mini .site-header .main-navigation .nav-search {
      margin-left: 60px; } }

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideIn {
  0% {
    -webkit-transform: translateY(-200%);
    transform: translateY(-200%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@media screen and (min-width: 768px) {
  @-webkit-keyframes slideLeft {
    0% {
      -webkit-transform: translateX(10%);
      transform: translateX(10%); }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0); } }
  @keyframes slideLeft {
    0% {
      -webkit-transform: translateX(10%);
      transform: translateX(10%); }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0); } } }

@media screen and (min-width: 1025px) {
  @-webkit-keyframes slideLeft {
    0% {
      -webkit-transform: translateX(30%);
      transform: translateX(30%); }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0); } }
  @keyframes slideLeft {
    0% {
      -webkit-transform: translateX(30%);
      transform: translateX(30%); }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0); } } }

.main-navigation ul {
  list-style-type: none;
  margin: 0; }

.main-navigation li {
  display: inline-block;
  margin: 0; }

.main-navigation .nav-category {
  display: none;
  margin-right: 25px;
  margin-left: 25px; }
  .main-navigation .nav-category:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0;
    background-color: #D0F5D6;
    -webkit-transition: 150ms ease;
    transition: 150ms ease; }
  @media screen and (min-width: 768px) {
    .main-navigation .nav-category {
      display: inline-block;
      position: relative;
      margin-right: 10px;
      margin-left: 10px; } }
  .main-navigation .nav-category > a {
    display: block;
    font-family: "SharpSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 1px;
    font-weight: 600;
    padding: 20px 0;
    color: #00214E;
    position: relative;
    text-align: center; }
    .main-navigation .nav-category > a:after {
      display: block;
      content: attr(title);
      font-weight: 400;
      visibility: hidden;
      overflow: hidden;
      height: 0; }
    .main-navigation .nav-category > a:hover {
      font-weight: 700; }
      .main-navigation .nav-category > a:hover:after {
        font-weight: 400; }
    @media screen and (min-width: 768px) {
      .main-navigation .nav-category > a {
        padding: 26px 0; } }
    @media screen and (min-width: 1025px) {
      .main-navigation .nav-category > a {
        padding: 31px 0; } }

.main-navigation .nav-end {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -18px; }
  @media screen and (min-width: 768px) {
    .main-navigation .nav-end {
      position: static;
      display: none;
      margin-top: 0; } }

.main-navigation .nav-search {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  right: 35px; }
  .toggled .main-navigation .nav-search {
    display: none; }
  @media screen and (min-width: 768px) {
    .main-navigation .nav-search {
      position: static;
      margin-left: 25px;
      margin-top: 0; } }

.main-navigation .nav-search-button {
  display: inline-block;
  vertical-align: sub; }
  .main-navigation .nav-search-button:hover .icon {
    stroke: #D0F5D6; }

.main-navigation .nav-button {
  display: none;
  font-size: 18px; }
  .ie-11 .main-navigation .nav-button, .ie-10 .main-navigation .nav-button {
    z-index: 1; }
  @media screen and (min-width: 768px) {
    .main-navigation .nav-button {
      display: inline-block; } }

.main-navigation .menu {
  width: 25px;
  position: relative;
  margin: 0; }
  @media screen and (min-width: 1025px) {
    .main-navigation .menu {
      display: none; } }

.main-navigation .hamburger-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

@media screen and (min-width: 768px) {
  .main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-top: 1px solid #CBCFD3;
    border-bottom: 1px solid #CBCFD3;
    position: relative;
    z-index: 20; } }

.icon-search {
  -webkit-transition: stroke 150ms ease;
  transition: stroke 150ms ease;
  width: 25px;
  height: 26px;
  stroke: #00214E;
  display: block; }

.extra-container {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition: max-height 1s cubic-bezier(0.23, 1, 0.32, 1);
  text-align: center; }
  .toggled .extra-container.expanded-container {
    max-height: 1000px;
    overflow-y: scroll;
    height: 100vh;
    margin-top: -66px;
    background-color: #FEFBF4; }
    .subscribe-header-open .toggled .extra-container.expanded-container {
      height: calc( 100vh - 223px); }
  .extra-container ul li {
    border-top: 1px solid #CBCFD3;
    font-size: 24px;
    display: block;
    padding: 30px;
    margin-bottom: 0; }
    .extra-container ul li:first-child {
      border-top: 0; }
    .extra-container ul li p {
      margin-bottom: 0;
      font-size: 14px;
      line-height: 1.5; }
    .extra-container ul li a {
      color: #00214E;
      font-family: "KievitSlab", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 600;
      margin-bottom: 15px;
      display: inline-block; }
    .extra-container ul li li {
      font-size: 16px; }
      .extra-container ul li li a {
        font-weight: normal; }
  .extra-container .button {
    display: block;
    position: relative;
    z-index: 100; }
  .extra-container .list {
    margin-top: 66px; }
  @media screen and (min-width: 768px) {
    .toggled .extra-container.expanded-container {
      height: auto;
      overflow-y: visible; }
    .extra-container .list {
      padding-right: 20px;
      padding-left: 20px; }
    .extra-container .button {
      display: none; } }
  @media screen and (min-width: 1025px) {
    .extra-container .list {
      padding-right: 0;
      padding-left: 0; } }

.search-container {
  position: absolute;
  left: 0;
  top: auto;
  right: 0;
  bottom: 0;
  background-color: #FEFBF4; }
  .search-container::after {
    clear: both;
    content: "";
    display: block; }
  .search-container form {
    position: relative; }
  .search-container .hamburger-menu {
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none; }
    @media screen and (min-width: 1025px) {
      .search-container .hamburger-menu {
        right: 0; } }
  .search-container label {
    margin-bottom: 0; }
  .search-container input {
    margin-bottom: 0;
    border: 0;
    height: 49px;
    padding-left: 50px;
    padding-right: 30px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    font-family: "SharpSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    color: #00214E; }
    .search-container input::-webkit-search-cancel-button {
      display: none; }
    @media screen and (min-width: 768px) {
      .search-container input {
        height: 70px;
        font-size: 20px; } }
    @media screen and (min-width: 1025px) {
      .search-container input {
        height: 80px; } }
  .search-container button {
    padding: 0;
    background-color: transparent;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none; }
    .search-container button:hover {
      -webkit-box-shadow: none;
      box-shadow: none;
      background-color: transparent; }
  .search-container.toggled {
    max-height: 49px;
    z-index: 30; }
    .search-container.toggled .hamburger-menu {
      display: block;
      right: 0; }
    @media screen and (min-width: 768px) {
      .search-container.toggled {
        max-height: 70px; }
        .ie-11 .search-container.toggled, .ie-10 .search-container.toggled {
          z-index: 30; } }
    @media screen and (min-width: 1025px) {
      .search-container.toggled {
        max-height: 80px; } }

li.more.nav-link {
  padding-right: 0; }

li.more {
  overflow: visible;
  padding-right: 0; }
  li.more:focus:after, li.more:hover:after {
    height: 6px; }
  li.more:focus > .submenu, li.more:hover > .submenu {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  @media screen and (min-width: 1025px) {
    li.more {
      padding-right: 0.8em;
      position: relative; } }

ul.submenu {
  visibility: hidden;
  padding-left: 0;
  opacity: 0;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  display: none; }
  ul.submenu .icon {
    display: none; }
  @media screen and (min-width: 768px) {
    ul.submenu {
      padding: 30px 20px;
      background-color: #FEFBF4;
      border: 1px solid #00214E;
      -webkit-box-shadow: 4px 4px #00214E;
      box-shadow: 4px 4px #00214E;
      left: 0;
      position: absolute;
      top: 100%;
      width: 260px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      ul.submenu h3 {
        font-size: 26px;
        font-weight: 600;
        margin-bottom: 0.5em; }
      ul.submenu p {
        margin-bottom: 1em; }
      .ie-11 ul.submenu, .ie-10 ul.submenu {
        z-index: 5; }
      ul.submenu .icon {
        display: block;
        height: 50px;
        width: 50px;
        margin: 0 auto 15px; } }
  @media screen and (min-width: 1025px) {
    ul.submenu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (min-width: 1025px) {
    ul.submenu .submenu.fly-out-right {
      left: 11.8em;
      top: 0; } }
  @media screen and (min-width: 1025px) {
    ul.submenu .submenu.fly-out-left {
      left: -11.8em;
      top: 0; } }
  @media screen and (min-width: 1025px) {
    ul.submenu .submenu {
      left: 0;
      top: 0; } }
  ul.submenu li {
    display: block;
    padding-right: 0;
    min-height: 0; }
    ul.submenu li a {
      display: inline-block;
      width: auto;
      margin-bottom: 0; }

.site-footer {
  background-color: #00214E;
  color: #FFFFFF;
  padding-top: 40px;
  padding-bottom: 40px;
  overflow: hidden; }
  .site-footer::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (max-width: 767px) {
    .site-footer .row {
      margin-left: -20px;
      margin-right: -20px;
      width: calc(100% + 40px); }
      .site-footer .row::after {
        clear: both;
        content: "";
        display: block; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .site-footer .row {
      margin-left: -20px;
      margin-right: -20px;
      width: calc(100% + 40px); }
      .site-footer .row::after {
        clear: both;
        content: "";
        display: block; } }
  @media screen and (min-width: 1025px) {
    .site-footer .row {
      margin-left: -32px;
      margin-right: -32px;
      width: calc(100% + 64px); }
      .site-footer .row::after {
        clear: both;
        content: "";
        display: block; } }
  .site-footer .site-info {
    margin-bottom: 30px; }
    @media screen and (min-width: 1025px) {
      .site-footer .site-info {
        width: calc(25% - 40px);
        float: left;
        margin-left: 32px; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .site-footer .site-info {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
    @media screen and (max-width: 767px) {
      .site-footer .site-info {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
  .site-footer .site-title {
    margin-bottom: 0;
    font-size: 22px;
    margin-top: 0px; }
    .site-footer .site-title a {
      color: white;
      padding-left: 54px;
      min-height: 42px;
      background: transparent url(../images/logo.png) no-repeat 0 0;
      background-size: 30px auto;
      display: inline-block;
      padding-top: 7px;
      letter-spacing: 1px; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        .site-footer .site-title a {
          background-image: url(../images/logo_2x.png); } }
  .site-footer .site-description {
    display: none; }
    @media screen and (min-width: 1025px) {
      .site-footer .site-description {
        display: block; } }
  .site-footer .site-branding {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }
    .ie-11 .site-footer .site-branding, .ie-10 .site-footer .site-branding {
      -webkit-box-flex: 1;
      -ms-flex: auto;
      flex: auto; }
  @media screen and (min-width: 1025px) {
    .site-footer .links-container {
      width: calc(58.33333% - 50.66667px);
      float: left;
      margin-left: 32px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .site-footer .links-container {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }
  @media screen and (max-width: 767px) {
    .site-footer .links-container {
      width: calc(100% - 40px);
      float: left;
      margin-left: 20px; } }
  .site-footer .links-container a {
    font-family: "SharpSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    text-transform: none;
    color: #FFFFFF;
    font-size: 18px;
    letter-spacing: 1px; }
    .site-footer .links-container a:hover {
      opacity: 1; }
  .site-footer .links-container .list li {
    list-style-type: none; }
  .site-footer .links-container .other {
    margin-top: 67px; }
    .site-footer .links-container .other li {
      font-family: "SharpSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      display: inline-block;
      line-height: 1;
      margin-right: 20px;
      color: #9B9B9B;
      font-size: 12px; }
      .site-footer .links-container .other li a {
        color: #9B9B9B;
        font-size: 12px;
        letter-spacing: 0; }
  @media screen and (min-width: 768px) {
    .site-footer .links-container .list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 5px; }
      .site-footer .links-container .list li {
        margin-right: 30px; }
    .site-footer .links-container .other {
      margin-top: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .site-footer .links-container .other li {
        margin-right: 0; } }
  @media screen and (min-width: 1025px) {
    .site-footer .links-container .other {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start; }
      .site-footer .links-container .other li {
        margin-right: 20px; } }
  .site-footer .share {
    position: absolute;
    top: 229px; }
    @media screen and (min-width: 1025px) {
      .site-footer .share {
        width: calc(16.66667% - 37.33333px);
        float: left;
        margin-left: 32px; } }
    @media screen and (min-width: 768px) and (max-width: 1024px) {
      .site-footer .share {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
    @media screen and (max-width: 767px) {
      .site-footer .share {
        width: calc(100% - 40px);
        float: left;
        margin-left: 20px; } }
    .site-footer .share a {
      font-family: "KievitSlab", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 500;
      font-size: 12px;
      color: #FFFFFF;
      display: inline-block;
      opacity: 1; }
    .site-footer .share .icon {
      fill: #FFFFFF;
      height: 40px;
      width: 40px;
      vertical-align: middle; }
      .site-footer .share .icon-share-facebook {
        margin-left: -16px; }
      .site-footer .share .icon-google {
        height: 17px;
        width: 27px;
        margin: 10px 5px 10px 15px; }
    .site-footer .share ul {
      margin-bottom: 0; }
    .site-footer .share li {
      display: inline-block;
      font-family: "KievitSlab", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      font-weight: 500;
      font-size: 12px;
      color: rgba(255, 255, 255, 0.8);
      text-align: center;
      margin-right: 20px;
      margin-bottom: 20px; }
      .site-footer .share li:last-child {
        margin-right: 0;
        margin-bottom: 0; }
    @media screen and (min-width: 768px) {
      .site-footer .share {
        display: none; } }
    @media screen and (min-width: 1025px) {
      .site-footer .share {
        display: block;
        position: static; }
        .site-footer .share .icon {
          height: 40px;
          width: 40px; }
          .site-footer .share .icon-share-facebook {
            margin-left: -10px; }
          .site-footer .share .icon-google {
            height: 15px;
            width: 24px;
            margin: 10px 5px 10px 15px; } }

.site-description {
  font-size: 1em;
  margin-bottom: 20px;
  line-height: 1.625; }

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  45% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px); }
  90% {
    -webkit-transform: translateX(-0.5px);
    transform: translateX(-0.5px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes wiggle {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  45% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px); }
  90% {
    -webkit-transform: translateX(-0.5px);
    transform: translateX(-0.5px); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes hideBriefly {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10% {
    -webkit-transform: translateX(103%);
    transform: translateX(103%); }
  90% {
    -webkit-transform: translateX(103%);
    transform: translateX(103%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes hideBriefly {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  10% {
    -webkit-transform: translateX(103%);
    transform: translateX(103%); }
  90% {
    -webkit-transform: translateX(103%);
    transform: translateX(103%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes hideBriefly2 {
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes hideBriefly2 {
  90% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.subscribe-form-main {
  background-color: #FEF3D1; }

form.form-bar {
  position: relative; }
  form.form-bar input {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 2px solid #00214E;
    padding: 0.75em 0;
    color: #00214E; }
    form.form-bar input::-ms-clear {
      display: none; }
  form.form-bar label {
    margin-bottom: 0;
    z-index: 1; }
  form.form-bar input[type=email] {
    font-family: "SharpSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 500;
    padding-right: 30px;
    margin-bottom: 0;
    font-size: 18px;
    line-spacing: 0.5px;
    margin-top: 0; }
    @media screen and (min-width: 768px) {
      .subscribe-form-header form.form-bar input[type=email] {
        min-width: 250px; } }
    @media screen and (min-width: 1025px) {
      .subscribe-form-header form.form-bar input[type=email] {
        min-width: 430px; } }
  form.form-bar input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: white;
    display: block;
    font-size: 1em;
    font-style: italic;
    margin: 0;
    padding: 0.5em 0;
    position: relative;
    width: 100%; }
  form.form-bar button[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    outline: none;
    border: none;
    padding: 0;
    font-size: 14px;
    background: transparent;
    color: #00214E;
    margin: 0;
    -webkit-transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 3; }
    form.form-bar button[type=submit] .icon-arrow {
      height: 30px;
      width: 37px;
      fill: #FEF3D1; }
      form.form-bar button[type=submit] .icon-arrow .shadow {
        -webkit-transition: -webkit-transform 150ms ease;
        transition: -webkit-transform 150ms ease;
        transition: transform 150ms ease;
        transition: transform 150ms ease, -webkit-transform 150ms ease; }
      @media screen and (min-width: 768px) {
        form.form-bar button[type=submit] .icon-arrow {
          height: 40px;
          width: 48px;
          margin-right: -3px; } }
    form.form-bar button[type=submit]:hover .shadow {
      -webkit-transform: translate(1px, 2px);
      transform: translate(1px, 2px); }
    .subscribe-form-header form.form-bar button[type=submit] {
      background-color: #00214E;
      color: white;
      width: auto; }
    .newsletter .subscribe-form-main form.form-bar button[type=submit] .icon-status {
      right: 20px; }
    form.form-bar button[type=submit] img {
      height: 12px;
      opacity: 0.7; }

.site .error .icon {
  fill: #FF0000;
  height: 13px;
  width: 13px; }

.site .error .msg {
  display: block;
  color: #FF0000;
  -webkit-animation: 0.15s linear 0.1s 3 normal forwards wiggle;
  animation: 0.15s linear 0.1s 3 normal forwards wiggle;
  font-family: "SharpSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.site .error input,
.site .error textarea {
  border-color: #FF0000; }

.site .error button[type=submit] {
  top: 1px;
  right: 1px;
  bottom: 1px;
  -webkit-animation: hideBriefly 3s cubic-bezier(0.19, 1, 0.22, 1);
  animation: hideBriefly 3s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute; }
  .site .error button[type=submit]:after {
    content: '';
    background: transparent url(../icons/error.svg) no-repeat 0 50%;
    background-size: 4px auto;
    width: 27px;
    height: 27px;
    top: 50%;
    margin-top: -13.5px;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    display: block;
    fill: #FF0000;
    position: absolute;
    -webkit-animation: hideBriefly2 3s cubic-bezier(0.19, 1, 0.22, 1) forwards;
    animation: hideBriefly2 3s cubic-bezier(0.19, 1, 0.22, 1) forwards; }

.site .success .icon {
  fill: #00D45B;
  height: 19px;
  width: 26px;
  z-index: 2;
  opacity: 1; }

.site .success button[type=submit] {
  -webkit-transform: translateX(102%);
  transform: translateX(102%); }

.subscribe-form {
  text-align: center;
  z-index: 0;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .subscribe-form h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: normal;
    color: #00214E; }
    @media screen and (min-width: 768px) {
      .subscribe-form h3 {
        font-size: 24px; } }
  .subscribe-form .hamburger-menu {
    position: absolute;
    top: 20px;
    right: 24px;
    width: 17px;
    height: 12px;
    cursor: pointer; }
    .subscribe-form .hamburger-menu .bar,
    .subscribe-form .hamburger-menu .bar:after,
    .subscribe-form .hamburger-menu .bar:before {
      width: 17px;
      height: 2px; }
    .subscribe-form .hamburger-menu .bar {
      position: relative;
      -webkit-transform: translateY(5px);
      transform: translateY(5px);
      background: #00214E;
      -webkit-transition: all 0ms 300ms;
      transition: all 0ms 300ms; }
      .subscribe-form .hamburger-menu .bar.animate,
      .toggled .subscribe-form .hamburger-menu .bar {
        background: rgba(255, 255, 255, 0); }
    .subscribe-form .hamburger-menu .bar:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 5px;
      background: #00214E;
      -webkit-transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
    .subscribe-form .hamburger-menu .bar:after {
      content: "";
      position: absolute;
      left: 0;
      top: 5px;
      background: #00214E;
      -webkit-transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
    .subscribe-form .hamburger-menu .bar.animate:after,
    .toggled .subscribe-form .hamburger-menu .bar:after {
      top: 0;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
    .subscribe-form .hamburger-menu .bar.animate:before,
    .toggled .subscribe-form .hamburger-menu .bar:before {
      bottom: 0;
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
      transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
  .subscribe-form label {
    margin-bottom: 0;
    position: relative;
    overflow-x: hidden; }
  .subscribe-form .icon-status {
    height: 13px;
    width: 13px;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1); }
  .subscribe-form .msg {
    margin-top: 5px;
    text-align: left;
    position: absolute;
    left: 0;
    top: 100%;
    font-size: 12px;
    font-family: "KievitSlab", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    -webkit-transform: translateY(-23px);
    transform: translateY(-23px);
    -webkit-transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1);
    display: none; }
  .subscribe-form .success .msg {
    display: block;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    color: #00214E;
    bottom: 0;
    top: auto;
    font-size: 16px;
    font-family: "SharpSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    margin: 0;
    line-height: 3.3; }
  @media screen and (min-width: 768px) {
    .subscribe-form .hamburger-menu {
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 18px; } }
  @media screen and (min-width: 1025px) {
    .subscribe-form .hamburger-menu {
      right: 56px; } }
  .subscribe-form-main {
    z-index: auto;
    display: block;
    position: relative;
    text-align: left;
    text-align: center;
    padding: 32px 5% 42px;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-right: -50vw;
    margin-left: -50vw; }
    .subscribe-form-main::after {
      clear: both;
      content: "";
      display: block; }
    .subscribe-form-main .icon-gown {
      height: 50px;
      width: 43px;
      margin-bottom: 14px; }
    .subscribe-form-main h3 {
      font-size: 25px;
      margin-bottom: 20px;
      font-weight: 400; }
    .footer-subscribe .subscribe-form-main {
      background-color: #F68B6D; }
      .footer-subscribe .subscribe-form-main .subscribe-form-row {
        float: none;
        width: auto;
        margin-right: auto;
        margin-left: auto; }
        @media screen and (min-width: 1280px) {
          .footer-subscribe .subscribe-form-main .subscribe-form-row {
            max-width: 1170px; } }
        .footer-subscribe .subscribe-form-main .subscribe-form-row h3 {
          text-align: center;
          font-size: 28px;
          padding: 0 5%; }
      .footer-subscribe .subscribe-form-main .column-icon {
        display: none; }
      .footer-subscribe .subscribe-form-main button[type="submit"] .icon {
        fill: #F68B6D; }
    @media screen and (min-width: 768px) {
      .subscribe-form-main {
        width: auto;
        left: auto;
        margin-right: 0;
        margin-left: 0;
        padding: 46px 0;
        text-align: left; }
        .subscribe-form-main .icon-gown {
          height: 83px;
          width: 71px;
          margin-bottom: 0; }
        .subscribe-form-main .subscribe-form-row {
          max-width: 90%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
    @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
      .subscribe-form-main .subscribe-form-row {
        width: calc(87.5% - 37.5px);
        float: left;
        margin-left: 20px;
        margin-left: 40px; } }
    @media screen and (min-width: 768px) {
          .subscribe-form-main .subscribe-form-row .column-icon {
            padding-right: 32px;
            padding-bottom: 0;
            padding-left: 12px; }
          .subscribe-form-main .subscribe-form-row .column-form {
            width: 100%; }
        .about-subscribe .subscribe-form-main .subscribe-form-row {
          margin-left: 0; }
        .footer-subscribe .subscribe-form-main .subscribe-form-row {
          padding-top: 45px;
          padding-bottom: 45px; } }
    @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
      .footer-subscribe .subscribe-form-main .subscribe-form-row {
        width: calc(75% - 35px);
        float: left;
        margin-left: 20px;
        margin-left: calc(12.5% - 22.5px + 40px); } }
    @media screen and (min-width: 768px) {
          .footer-subscribe .subscribe-form-main .subscribe-form-row h3 {
            font-size: 36px; } }
    @media screen and (min-width: 1025px) {
      .subscribe-form-main {
        padding-top: 40px;
        padding-bottom: 40px; } }
  @media screen and (min-width: 1025px) and (min-width: 1025px) {
    .subscribe-form-main .subscribe-form-row {
      width: calc(83.33333% - 58.66667px);
      float: left;
      margin-left: 32px;
      margin-left: calc(8.33333% - 34.66667px + 64px); } }
    @media screen and (min-width: 1025px) {
        .subscribe-form-main .subscribe-form-row .column-icon {
          padding-right: 0;
          padding-bottom: 0;
          padding-left: 0; }
        .aside-column .subscribe-form-main {
          width: auto;
          position: static;
          margin-right: 0;
          margin-left: 0; } }
  @media screen and (min-width: 1025px) and (min-width: 1025px) {
    .about-subscribe .subscribe-form-main .subscribe-form-row {
      margin-left: calc(0% - 32px + 64px); } }
    @media screen and (min-width: 1025px) {
        .subscribe-form-main .column-form {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .subscribe-form-main .column-form h3 {
            margin-bottom: 0; } }
      @media screen and (min-width: 1025px) and (min-width: 1025px) {
        .subscribe-form-main .column-form h3 {
          width: calc(41.66667% - 45.33333px);
          float: left;
          margin-left: 32px; } }
    @media screen and (min-width: 1025px) and (min-width: 1025px) {
      .subscribe-form-main .column-form .form-bar {
        width: calc(58.33333% - 50.66667px);
        float: left;
        margin-left: 32px; } }
    @media screen and (min-width: 1025px) {
        .footer-subscribe .subscribe-form-main .subscribe-form-row {
          max-width: 460px; }
          .footer-subscribe .subscribe-form-main .subscribe-form-row h3 {
            font-size: 48px;
            margin: 0 0 36px;
            padding: 0; } }
      @media screen and (min-width: 1025px) and (min-width: 1025px) {
        .footer-subscribe .subscribe-form-main .subscribe-form-row h3 {
          width: calc(100% - 64px);
          float: left;
          margin-left: 32px;
          margin-left: calc(0% - 32px + 64px); } }
    @media screen and (min-width: 1025px) {
          .footer-subscribe .subscribe-form-main .subscribe-form-row .column-form {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
      @media screen and (min-width: 1025px) and (min-width: 1025px) {
        .footer-subscribe .subscribe-form-main .subscribe-form-row .column-form {
          margin-left: -32px;
          margin-right: -32px;
          width: calc(100% + 64px); }
          .footer-subscribe .subscribe-form-main .subscribe-form-row .column-form::after {
            clear: both;
            content: "";
            display: block; } }
      @media screen and (min-width: 1025px) and (min-width: 1025px) {
        .footer-subscribe .subscribe-form-main .subscribe-form-row .column-form .form-bar {
          width: calc(100% - 64px);
          float: left;
          margin-left: 32px;
          margin-left: calc(0% - 32px + 64px);
          border-left: 50px solid transparent;
          border-right: 50px solid transparent; } }
  .subscribe-form-header {
    z-index: 1050;
    padding: 30px 20px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    overflow: visible;
    height: 163px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none; }
    .subscribe-form-header:before {
      content: '';
      position: absolute;
      top: -100px;
      left: 0;
      width: 100%;
      height: 100px;
      background-color: #EAEFEE; }
    .subscribe-header-open .subscribe-form-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .subscribe-form-header h3 {
      padding: 0 24%; }
    .subscribe-form-header .subscribe-form-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .ie-11 .subscribe-form-header .subscribe-form-row, .ie-10 .subscribe-form-header .subscribe-form-row {
        position: relative; }
    @media screen and (min-width: 768px) {
      .subscribe-header-open .subscribe-form-header {
        height: auto;
        display: block; }
      .admin-bar .subscribe-form-header {
        top: 46px; } }
  @media screen and (min-width: 768px) and (min-width: 783px) {
    .admin-bar .subscribe-form-header {
      top: 32px; } }
    @media screen and (min-width: 768px) {
      .subscribe-form-header .subscribe-form-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
      .subscribe-form-header h3 {
        margin-bottom: 0;
        margin-right: 20px;
        font-size: 18px;
        padding: 0; } }
    @media screen and (min-width: 1025px) {
      .admin-bar .subscribe-form-header {
        top: 32px; }
      .subscribe-form-header h3 {
        font-size: 24px; }
      .subscribe-form-header input[type=email] {
        width: 440px; } }

@media screen and (min-width: 1025px) {
  .aside-column .subscribe-form-main .subscribe-form-row {
    width: auto;
    margin-left: 20px;
    float: none;
    display: block; }
    .aside-column .subscribe-form-main .subscribe-form-row .column-icon .icon-gown {
      height: 50px;
      width: 43px;
      margin-bottom: 14px; }
    .aside-column .subscribe-form-main .subscribe-form-row .column-form {
      display: block;
      padding-right: 20px; }
      .aside-column .subscribe-form-main .subscribe-form-row .column-form h3, .aside-column .subscribe-form-main .subscribe-form-row .column-form .form-bar {
        width: auto;
        float: none;
        margin-left: 0;
        display: block; } }

#popup-subscribe {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity .3s ease, z-index .3s step-end;
  transition: opacity .3s ease, z-index .3s step-end;
  opacity: 0;
  z-index: -1;
  padding: 15px; }
  .show-popup-subscribe #popup-subscribe {
    z-index: 2147483646;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 1; }
  #popup-subscribe .overlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: -1000px;
    left: -1000px;
    right: -1000px;
    bottom: -1000px; }
  #popup-subscribe .popup-content {
    position: relative;
    z-index: 2147483647;
    background: #fe8a71;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3), 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3), 0 1px 5px rgba(0, 0, 0, 0.2);
    padding: 55px 110px 0;
    max-width: 668px;
    text-align: center; }
    #popup-subscribe .popup-content span {
      color: #00214c;
      font-size: 44px;
      font-family: Arial, sans-serif;
      font-weight: 700;
      max-width: 456px; }
    #popup-subscribe .popup-content iframe {
      display: block;
      margin: 0 auto;
      border: none; }
  #popup-subscribe .popup-close {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.6);
    border: 0;
    border-radius: 50%;
    color: #525151;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 20px;
    font-weight: 400;
    height: 20px;
    line-height: 1;
    outline: none;
    padding: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    -webkit-transition: background-color .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out,background-color .2s ease-in-out;
    transition: transform .2s ease-in-out,background-color .2s ease-in-out,-webkit-transform .2s ease-in-out;
    width: 20px;
    z-index: 1; }
    #popup-subscribe .popup-close:hover {
      background-color: #fff;
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }

@media only screen and (max-width: 922px) {
  #popup-subscribe .popup-content {
    padding: 55px 30px 0; } }

.join-zocdoc {
  text-align: center;
  margin-bottom: 60px;
  padding: 38px 0;
  background-color: #FFEA98; }
  .search .join-zocdoc, .archive .join-zocdoc {
    background-color: #D0F5D6;
    margin-bottom: 70px; }
    .search .join-zocdoc a.button, .archive .join-zocdoc a.button {
      background-color: #D0F5D6; }
  .join-zocdoc h5 {
    font-family: "SharpSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
    font-weight: 600; }
  .join-zocdoc h3 {
    font-family: "SharpSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 32px;
    line-height: 37px;
    margin: 0.7em 10%;
    font-weight: 600; }
  .join-zocdoc a.button {
    background-color: #FFEA98; }
  @media screen and (min-width: 768px) {
    .join-zocdoc {
      padding: 60px 0 50px; }
      .search .join-zocdoc, .archive .join-zocdoc {
        width: 100vw;
        position: relative;
        left: 50%;
        margin-right: -50vw;
        margin-left: -50vw; }
      .join-zocdoc .container {
        padding: 60px 0; } }
  @media screen and (min-width: 1025px) {
    .join-zocdoc {
      text-align: left;
      margin-bottom: 40px;
      padding: 38px 24px; }
      .search .join-zocdoc, .archive .join-zocdoc {
        width: auto;
        position: static;
        margin-right: 0;
        margin-bottom: 60px;
        margin-left: 0; }
      .join-zocdoc h3 {
        padding-right: 1em;
        margin-right: 0;
        margin-left: 0; }
      .join-zocdoc .container {
        padding: 40px 0; } }

.browse-topics.aside-item {
  margin-bottom: 60px; }

@media screen and (min-width: 1025px) {
  .browse-topics {
    margin-bottom: 40px; }
    .browse-topics.aside-item {
      margin-bottom: 40px; } }

.site-content {
  margin-top: 40px; }
  .category .site-content,
  .tag .site-content {
    margin-top: 0; }
  .home .site-content {
    margin-top: 0; }
    @media screen and (min-width: 1025px) {
      .home .site-content {
        margin-top: 50px; } }
  @media screen and (min-width: 768px) {
    .site-content {
      margin-top: 50px; } }
  @media screen and (min-width: 1025px) {
    .site-content {
      margin-top: 80px; } }
  .ie .site-content {
    margin-top: 120px; }
    @media screen and (min-width: 768px) {
      .ie .site-content {
        margin-top: 130px; } }
    @media screen and (min-width: 1025px) {
      .ie .site-content {
        margin-top: 160px; } }
  .ie .category .site-content,
  .ie .tag .site-content {
    margin-top: 80px; }
  .ie .home .site-content {
    margin-top: 80px; }
    @media screen and (min-width: 1025px) {
      .ie .home .site-content {
        margin-top: 405px; } }

.homepage-section h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 13px;
  font-family: "SharpSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  letter-spacing: 1px; }

@media screen and (min-width: 768px) {
  .homepage-section h2 {
    font-size: 34px; } }

@media screen and (min-width: 1025px) {
  .homepage-section h2 {
    font-size: 36px; } }

.post_tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (min-width: 768px) {
    .post_tags {
      padding-right: 15%;
      padding-left: 15%; } }
  @media screen and (min-width: 1025px) {
    .post_tags {
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start;
      padding-right: 0;
      padding-left: 0; } }

.explore-topics {
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: #FEFBF4; }
  .explore-topics .icon {
    height: 50px;
    width: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px; }
  .explore-topics .link {
    font-weight: 600; }
  .explore-topics li {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #B5B6B3;
    padding-right: 37px;
    list-style-type: none; }
    .explore-topics li::after {
      clear: both;
      content: "";
      display: block; }
    .explore-topics li:first-child {
      border-top: 0; }
    .explore-topics li > a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .explore-topics li > a::after {
        clear: both;
        content: "";
        display: block; }
  .explore-topics .desc {
    margin-left: 70px; }
    .explore-topics .desc h3 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 4px;
      font-family: "SharpSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
    .explore-topics .desc p {
      color: #00214E;
      margin-bottom: 0; }
    .explore-topics .desc .link {
      display: none; }
  .explore-topics .icon-caret {
    position: absolute;
    left: auto;
    right: 0;
    margin-top: -10px;
    height: 20px;
    width: 10px; }
  @media screen and (min-width: 768px) {
    .explore-topics h2 {
      margin-bottom: 40px; }
    .explore-topics .icon {
      height: 68px;
      width: 68px;
      margin-top: -34px; }
    .explore-topics .desc {
      margin-left: 90px; }
      .explore-topics .desc h3 {
        font-size: 25px; }
      .explore-topics .desc p {
        font-size: 18px; }
    .explore-topics .icon-caret {
      height: 20px;
      width: 10px;
      margin-top: -10px; } }
  @media screen and (min-width: 1025px) {
    .explore-topics {
      padding-bottom: 80px; }
      .explore-topics h2 {
        text-align: center;
        margin-bottom: 70px; }
      .explore-topics ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
      .explore-topics li {
        text-align: center;
        padding: 0;
        border: none; } }
    @media screen and (min-width: 1025px) and (min-width: 1025px) {
      .explore-topics li {
        width: calc(25% - 40px);
        float: left;
        margin-left: 32px; } }
  @media screen and (min-width: 1025px) {
        .explore-topics li > a {
          display: block; }
          .explore-topics li > a::after {
            clear: both;
            content: "";
            display: block; }
      .explore-topics .icon {
        height: 80px;
        width: 80px;
        display: block;
        position: static;
        margin: 0 auto 20px; }
      .explore-topics .icon-caret {
        display: none; }
      .explore-topics .desc {
        margin-left: 0; }
        .explore-topics .desc p {
          margin-bottom: 40px; }
        .explore-topics .desc .link {
          display: inline-block; } }

.zocdocs-pov {
  padding-top: 29px;
  padding-bottom: 29px;
  background: transparent no-repeat 50% 50%;
  background-size: cover; }
  .zocdocs-pov .container {
    background-color: #FEFBF4;
    padding: 40px 20px; }
  .zocdocs-pov .column-info {
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    background: transparent url(../images/squiggle-horiz.png) no-repeat 50% 100%;
    background-size: auto 8px; }
    .zocdocs-pov .column-info h4 {
      font-size: 12px;
      text-transform: uppercase;
      margin-bottom: 16px;
      font-family: "SharpSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
      letter-spacing: 2px; }
    .zocdocs-pov .column-info h2 {
      font-size: 36px;
      margin-bottom: 12px;
      font-weight: 400;
      font-family: "KievitSlab", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
    .zocdocs-pov .column-info p {
      font-size: 16px;
      color: #00214E; }
  .zocdocs-pov article.preview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 27px; }
    .zocdocs-pov article.preview:last-child {
      margin-bottom: 0; }
    .zocdocs-pov article.preview .post-image {
      margin-right: 20px; }
      .zocdocs-pov article.preview .post-image .thumbnail {
        padding: 0;
        height: 100px;
        width: 100px;
        margin-bottom: 0;
        margin-right: 0;
        margin-left: 0; }
    .zocdocs-pov article.preview .post-text-content {
      padding-top: 0;
      text-align: left; }
      .zocdocs-pov article.preview .post-text-content .category-links a {
        font-size: 14px; }
      .zocdocs-pov article.preview .post-text-content .excerpt {
        display: none; }
      .zocdocs-pov article.preview .post-text-content .entry-title {
        font-size: 16px;
        line-height: 1.3125;
        font-family: "KievitSlab", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
        font-weight: 400;
        margin: 0 0 10px 0; }
      .zocdocs-pov article.preview .post-text-content .date {
        display: none; }
  @media screen and (min-width: 768px) {
    .zocdocs-pov .column-info {
      padding-right: 40px;
      padding-left: 40px; }
      .zocdocs-pov .column-info h4 {
        font-size: 16px; }
      .zocdocs-pov .column-info h2 {
        font-size: 54px;
        margin-bottom: 21px; }
      .zocdocs-pov .column-info p {
        font-size: 20px; }
    .zocdocs-pov .container {
      padding: 58px 30px 38px; }
    .zocdocs-pov article.preview {
      margin-bottom: 41px; }
      .zocdocs-pov article.preview .post-image .thumbnail {
        width: 220px;
        padding-top: 54.545454%;
        height: 0;
        margin-bottom: 0; }
      .zocdocs-pov article.preview .post-text-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 30px; }
        .zocdocs-pov article.preview .post-text-content .entry-title {
          font-size: 22px; } }
  @media screen and (min-width: 1025px) {
    .zocdocs-pov .zocdocs-pov-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .zocdocs-pov .zocdocs-pov-row::after {
        clear: both;
        content: "";
        display: block; }
    .zocdocs-pov .container {
      padding: 50px 0; }
    .zocdocs-pov .column-info {
      text-align: center;
      padding-right: 100px;
      padding-right: 60px;
      padding-bottom: 0;
      padding-left: 0;
      margin-bottom: 0;
      background: transparent url(../images/squiggle-vert.png) repeat-y 100% 50%;
      background-size: 8px auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-item-align: stretch;
      align-self: stretch;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media screen and (min-width: 1025px) and (min-width: 1025px) {
    .zocdocs-pov .column-info {
      width: calc(41.66667% - 45.33333px);
      float: left;
      margin-left: 32px;
      margin-left: calc(8.33333% - 34.66667px + 64px); } }
  @media screen and (min-width: 1025px) {
      .zocdocs-pov .column-info p {
        font-size: 18px; } }

@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .zocdocs-pov .list-links {
    width: calc(50% - 48px);
    float: left;
    margin-left: 32px; } }
  @media screen and (min-width: 1025px) {
    .zocdocs-pov article.preview {
      margin-bottom: 30px; }
      .zocdocs-pov article.preview .post-image .thumbnail {
        padding-top: 54.6875%; } }

.the-dose {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-family: "SharpSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .the-dose .icon {
    height: 30px;
    width: 30px;
    margin-right: 10px; }
  @media screen and (min-width: 768px) {
    .the-dose {
      font-size: 18px;
      margin-top: 60px;
      margin-bottom: 16px; } }
  @media screen and (min-width: 1025px) {
    .the-dose {
      font-size: 20px;
      margin-top: 70px;
      margin-bottom: 10px; } }

.newsletter {
  margin-bottom: 50px; }
  @media screen and (min-width: 768px) {
    .newsletter {
      margin-bottom: 60px; } }
  @media screen and (min-width: 1025px) {
    .newsletter {
      margin-bottom: 70px; } }

.about-subscribe {
  background-color: #FFEA98;
  color: #00214E; }
  .about-subscribe .about-blog {
    padding-top: 30px;
    padding-bottom: 56px;
    background: transparent url(../images/squiggle-horiz.png) no-repeat 0 90%;
    background-size: auto 8px; }
    .about-subscribe .about-blog .about-blog-link {
      color: #00214E;
      text-decoration: underline; }
      .about-subscribe .about-blog .about-blog-link:hover {
        color: rgba(0, 33, 78, 0.8); }
  .about-subscribe p {
    color: #00214E; }
  .about-subscribe .column-icon {
    display: none; }
  .about-subscribe .newsletter {
    margin-bottom: 0; }
    .about-subscribe .newsletter .subscribe-form-main {
      text-align: left;
      background-color: transparent;
      padding-top: 0; }
      .about-subscribe .newsletter .subscribe-form-main button .icon {
        fill: #FFEA98; }
  @media screen and (min-width: 768px) {
    .about-subscribe .newsletter {
      margin-bottom: 0; }
      .about-subscribe .newsletter .container {
        max-width: none; }
      .about-subscribe .newsletter .subscribe-form-main {
        padding-bottom: 70px; }
    .about-subscribe .about-blog {
      padding-top: 65px;
      padding-bottom: 108px;
      background-position: 0 82%; } }
  @media screen and (min-width: 1025px) {
    .about-subscribe .about-subscribe-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .about-subscribe .about-subscribe-row::after {
        clear: both;
        content: "";
        display: block; } }
  @media screen and (min-width: 1025px) and (min-width: 1025px) {
    .about-subscribe .about-subscribe-row {
      margin-left: -32px;
      margin-right: -32px;
      width: calc(100% + 64px); } }
  @media screen and (min-width: 1025px) {
    .about-subscribe .about-blog {
      padding-top: 0;
      padding-right: 20px;
      padding-bottom: 0;
      margin-top: 87px;
      margin-bottom: 87px;
      background: transparent url(../images/squiggle-vert.png) repeat-y 95% 50%;
      background-size: 8px auto; } }
  @media screen and (min-width: 1025px) and (min-width: 1025px) {
    .about-subscribe .about-blog {
      width: calc(58.33333% - 50.66667px);
      float: left;
      margin-left: 32px; } }
  @media screen and (min-width: 1025px) {
      .about-subscribe .about-blog p {
        padding-right: 100px; }
    .about-subscribe .newsletter {
      padding-top: 0;
      padding-bottom: 0;
      text-align: center;
      margin-bottom: 0; } }
  @media screen and (min-width: 1025px) and (min-width: 1025px) {
    .about-subscribe .newsletter {
      width: calc(50% - 48px);
      float: left;
      margin-left: 32px; } }
  @media screen and (min-width: 1025px) {
      .about-subscribe .newsletter .subscribe-form-main {
        padding-top: 0;
        padding-bottom: 0; }
      .about-subscribe .newsletter h3 {
        font-size: 44px;
        margin-bottom: 40px;
        text-align: center;
        margin-right: -20px;
        margin-left: -20px; }
    .about-subscribe .form {
      width: auto;
      margin: 0; }
    .about-subscribe .column-form {
      display: block; }
      .about-subscribe .column-form h3 {
        margin-bottom: 44px;
        width: auto;
        float: none; }
      .about-subscribe .column-form .form-bar {
        width: auto;
        float: none;
        margin-left: 0; } }

article.preview {
  position: relative;
  margin-bottom: 40px;
  padding-top: 0; }
  article.preview .post-image .thumbnail {
    background: #ddd;
    padding-top: 54.4%;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url(../images/more-default.png); }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      article.preview .post-image .thumbnail {
        background-image: url(../images/more-default_2x.png); } }
    @media screen and (max-width: 767px) {
      article.preview .post-image .thumbnail {
        margin-left: -5vw;
        margin-right: -5vw; } }
  article.preview .post-text-content {
    padding-top: 35px;
    text-align: center; }
    article.preview .post-text-content .entry-title {
      border-top: 0;
      padding: 0; }
    article.preview .post-text-content .excerpt {
      display: -webkit-box;
      display: box;
      max-height: 72px;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      -webkit-box-orient: vertical;
      box-orient: vertical;
      overflow: hidden;
      text-overflow: ellipsis; }
      @media screen and (min-width: 768px) {
        article.preview .post-text-content .excerpt {
          max-height: 81px; } }
    article.preview .post-text-content .time-byline .author {
      margin-right: 10px; }
      article.preview .post-text-content .time-byline .author a {
        color: #00214E; }
  @media screen and (min-width: 768px) {
    article.preview {
      margin-bottom: 50px; } }
  @media screen and (min-width: 1025px) {
    article.preview {
      margin-bottom: 100px; }
      article.preview .post-text-content {
        padding-top: 45px; } }

.row.preview-left-right-container article .excerpt, .the-dose-main article .excerpt {
  display: none; }

@media screen and (max-width: 767px) {
  .row.preview-left-right-container article .excerpt, .the-dose-main article .excerpt {
    display: block; } }

@media screen and (min-width: 768px) {
  .row .row.preview-left-right-container article .thumbnail, .row .the-dose-main article .thumbnail {
    margin-bottom: 0;
    background-image: url(../images/hero-default.png); }
  @includ hidpi {
    .row .row.preview-left-right-container article .thumbnail, .row .the-dose-main article .thumbnail {
      background-image: url(../images/hero-default_2x.png); } }
  .row.preview-left-right-container article:first-child .entry-title, .the-dose-main article:first-child .entry-title {
    font-size: 36px;
    line-height: 46px; }
  .row.preview-left-right-container article:nth-of-type(2) .post-text-content, .row.preview-left-right-container article:nth-of-type(3) .post-text-content, .the-dose-main article:nth-of-type(2) .post-text-content, .the-dose-main article:nth-of-type(3) .post-text-content {
    padding-top: 0;
    text-align: left; }
  .row.preview-left-right-container article:nth-of-type(2) .thumbnail, .the-dose-main article:nth-of-type(2) .thumbnail {
    margin-left: -5vw; }
  .row.preview-left-right-container article:nth-of-type(3) .thumbnail, .the-dose-main article:nth-of-type(3) .thumbnail {
    margin-right: -5vw; } }

@media screen and (min-width: 1025px) {
  .row.preview-left-right-container article .post-text-content, .the-dose-main article .post-text-content {
    text-align: left; }
    .row.preview-left-right-container article .post-text-content .entry-title, .the-dose-main article .post-text-content .entry-title {
      font-size: 36px;
      line-height: 44px; } }

@media screen and (min-width: 1025px) {
  .row.preview-left-right-container article .post-text-content {
    padding-top: 0; } }

@media screen and (min-width: 1025px) {
  .the-dose-main article .post-text-content {
    text-align: center; }
  .the-dose-main .category-links a {
    font-size: 14px; } }

.row.the-dose-posts-container {
  margin-bottom: 60px; }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .row.the-dose-posts-container {
      margin-right: 0;
      margin-left: 0; } }
  @media screen and (min-width: 1025px) {
    .row.the-dose-posts-container {
      margin-left: -32px;
      margin-right: -32px;
      width: calc(100% + 64px); } }
  .row.the-dose-posts-container .the-dose-main {
    border-bottom: 1px solid #CBCFD3;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .row.the-dose-posts-container .the-dose-main article.preview {
      margin-bottom: 0; }
      .row.the-dose-posts-container .the-dose-main article.preview .excerpt {
        display: none; }
  .row.the-dose-posts-container .the-dose-list article {
    margin-bottom: 20px; }
    .row.the-dose-posts-container .the-dose-list article:after {
      content: "";
      display: block;
      clear: both; }
    .row.the-dose-posts-container .the-dose-list article .post-image .thumbnail {
      width: 120px;
      height: 120px;
      margin-right: 20px;
      padding: 0;
      float: left;
      margin-bottom: 0;
      margin-left: 0; }
    .row.the-dose-posts-container .the-dose-list article .post-text-content {
      padding-top: 0;
      text-align: left;
      float: left;
      width: calc(100% - 140px); }
      .row.the-dose-posts-container .the-dose-list article .post-text-content .excerpt {
        display: none; }
  @media screen and (min-width: 768px) {
    .row.the-dose-posts-container {
      margin-bottom: 30px; }
      .row.the-dose-posts-container .the-dose-main {
        padding-bottom: 40px; }
      .row.the-dose-posts-container .the-dose-list article {
        margin-bottom: 30px; }
        .row.the-dose-posts-container .the-dose-list article .post-image .thumbnail {
          width: 130px;
          height: 130px; }
        .row.the-dose-posts-container .the-dose-list article .post-text-content {
          width: calc(100% - 150px); }
          .row.the-dose-posts-container .the-dose-list article .post-text-content .entry-title {
            margin-top: 4px;
            margin-bottom: 10px; } }
  @media screen and (min-width: 768px) and (max-width: 1024px) {
    .row.the-dose-posts-container .the-dose-list:after {
      content: "";
      display: block;
      clear: both; }
    .row.the-dose-posts-container .the-dose-list article {
      float: left;
      width: calc(50% - 10px); }
      .row.the-dose-posts-container .the-dose-list article:nth-of-type(odd) {
        margin-right: 20px; } }
  @media screen and (min-width: 1025px) {
    .row.the-dose-posts-container {
      margin-bottom: 100px; }
      .row.the-dose-posts-container .the-dose-main {
        border-bottom: none;
        padding-bottom: 0;
        margin-bottom: 0; }
      .row.the-dose-posts-container .the-dose-list {
        border-right: 1px solid #CBCFD3;
        padding-right: 32px; }
        .row.the-dose-posts-container .the-dose-list article:last-child {
          margin-bottom: 0; } }

.row.preview-latest-hero-container .secondary-header {
  line-height: 1;
  margin-bottom: 0.45em; }

@media screen and (min-width: 768px) {
  .row.preview-latest-hero-container article .entry-title {
    font-size: 36px;
    line-height: 46px; } }

@media screen and (min-width: 1025px) {
  .row.preview-latest-hero-container .secondary-header {
    margin-bottom: 0.5em; }
  .row.preview-latest-hero-container article .category-links a {
    font-size: 14px; }
  .row.preview-latest-hero-container article .post-image .thumbnail {
    height: 600px;
    margin-left: -5vw;
    margin-right: -5vw;
    padding-top: 0;
    background-image: url(../images/hero-default.png); } }
  @media only screen and (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 1025px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-width: 1025px) and (min-resolution: 125dpi), only screen and (min-width: 1025px) and (min-resolution: 1.3dppx) {
    .row.preview-latest-hero-container article .post-image .thumbnail {
      background-image: url(../images/hero-default_2x.png); } }

@media screen and (min-width: 1025px) and (min-width: 1280px) {
  .row.preview-latest-hero-container article .post-image {
    margin-left: calc((100vw - 1170px) / -2);
    margin-right: calc((100vw - 1170px) / -2); }
    .row.preview-latest-hero-container article .post-image .thumbnail {
      margin-right: 0;
      margin-left: 0; } }

@media screen and (min-width: 1025px) {
  .row.preview-latest-hero-container article .entry-title {
    font-size: 54px;
    line-height: 64px;
    margin-bottom: 13px; } }

@media screen and (max-width: 1024px) {
  .row.preview-left-right-container article:first-child .post-image .thumbnail, .row.preview-latest-hero-container article .post-image .thumbnail, .the-dose-main article .post-image .thumbnail {
    margin-left: -5vw;
    margin-right: -5vw; } }
  @media screen and (max-width: 1024px) and (max-width: 767px) {
    .row.preview-left-right-container article:first-child .post-image .thumbnail, .row.preview-latest-hero-container article .post-image .thumbnail, .the-dose-main article .post-image .thumbnail {
      padding-top: 90%; } }

@media screen and (max-width: 1024px) {
  .row.preview-left-right-container article:first-child .post-text-content, .row.preview-latest-hero-container article .post-text-content, .the-dose-main article .post-text-content {
    background-color: #FEFBF4;
    margin-top: -48px;
    padding: 35px 20px 0 20px; } }

@media screen and (max-width: 1024px) and (min-width: 768px) {
  .row.preview-left-right-container article:first-child .post-text-content .entry-eyebrow, .row.preview-left-right-container article:first-child .post-text-content .entry-title, .row.preview-left-right-container article:first-child .post-text-content .excerpt, .row.preview-left-right-container article:first-child .post-text-content .time-byline, .row.preview-latest-hero-container article .post-text-content .entry-eyebrow, .row.preview-latest-hero-container article .post-text-content .entry-title, .row.preview-latest-hero-container article .post-text-content .excerpt, .row.preview-latest-hero-container article .post-text-content .time-byline, .the-dose-main article .post-text-content .entry-eyebrow, .the-dose-main article .post-text-content .entry-title, .the-dose-main article .post-text-content .excerpt, .the-dose-main article .post-text-content .time-byline {
    margin-right: auto;
    margin-left: auto;
    max-width: 568px; } }

@media screen and (min-width: 1025px) {
  .row.preview-latest-hero-container article .post-text-content {
    background-color: #FEFBF4;
    margin-top: -115px;
    padding-top: 45px; }
    .row.preview-latest-hero-container article .post-text-content .entry-eyebrow, .row.preview-latest-hero-container article .post-text-content .entry-title, .row.preview-latest-hero-container article .post-text-content .excerpt, .row.preview-latest-hero-container article .post-text-content .time-byline {
      margin-right: auto;
      margin-left: auto;
      max-width: 770px; } }

.row.preview-latest-list-container {
  margin-bottom: 60px; }
  .row.preview-latest-list-container .articles {
    margin-bottom: 60px; }
    .search .row.preview-latest-list-container .articles {
      margin-bottom: 70px; }
  @media screen and (min-width: 768px) {
    .row.preview-latest-list-container {
      margin-bottom: 50px; }
      .search .row.preview-latest-list-container {
        margin-bottom: 0;
        overflow: visible; }
        .search .row.preview-latest-list-container .articles {
          margin-bottom: 80px; }
      .row.preview-latest-list-container article {
        margin-bottom: 50px; } }
    @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
      .row.preview-latest-list-container article {
        margin-left: -20px;
        margin-right: -20px;
        width: calc(100% + 40px); } }
  @media screen and (min-width: 768px) {
        .row.preview-latest-list-container article .post-text-content {
          text-align: left;
          padding-top: 0; } }
  @media screen and (min-width: 1025px) {
    .row.preview-latest-list-container {
      margin-bottom: 80px; }
      .row.preview-latest-list-container article {
        margin-bottom: 35px; } }
    @media screen and (min-width: 1025px) and (min-width: 1025px) {
      .row.preview-latest-list-container article {
        margin-left: -32px;
        margin-right: -32px;
        width: calc(100% + 64px); } }

.row.preview-left-right-container .post-text-content .entry-title {
  margin-top: 8px;
  margin-bottom: 16px; }

.row.preview-left-right-container::after {
  clear: both;
  content: "";
  display: block; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .row.preview-left-right-container article::after {
    clear: both;
    content: "";
    display: block; }
  .row.preview-left-right-container article:nth-of-type(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); }
    .row.preview-left-right-container article:nth-of-type(2) .post-image {
      width: calc(62.5% - 32.5px);
      float: left;
      margin-left: 20px; }
    .row.preview-left-right-container article:nth-of-type(2) .post-text-content {
      width: calc(37.5% - 27.5px);
      float: left;
      margin-left: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .row.preview-left-right-container article:nth-of-type(3) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); }
    .row.preview-left-right-container article:nth-of-type(3) .post-image {
      width: calc(62.5% - 32.5px);
      float: left;
      margin-left: 20px;
      left: calc(37.5% - 27.5px + 20px);
      position: relative; }
    .row.preview-left-right-container article:nth-of-type(3) .post-text-content {
      width: calc(37.5% - 27.5px);
      float: left;
      margin-left: 20px;
      left: calc(-62.5% - 7.5px + 20px);
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

@media screen and (min-width: 1025px) {
  .row.preview-left-right-container article {
    margin-left: -32px;
    margin-right: -32px;
    width: calc(100% + 64px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .row.preview-left-right-container article::after {
      clear: both;
      content: "";
      display: block; }
    .row.preview-left-right-container article .category-links a {
      font-size: 14px; }
    .row.preview-left-right-container article .post-image {
      width: calc(58.33333% - 50.66667px);
      float: left;
      margin-left: 32px; }
      .row.preview-left-right-container article .post-image .thumbnail {
        margin-left: 0;
        margin-right: 0;
        background-image: url(../images/hero-default.png); } }
      @media only screen and (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min-width: 1025px) and (min--moz-device-pixel-ratio: 1.3), only screen and (min-width: 1025px) and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-width: 1025px) and (min-resolution: 125dpi), only screen and (min-width: 1025px) and (min-resolution: 1.3dppx) {
        .row.preview-left-right-container article .post-image .thumbnail {
          background-image: url(../images/hero-default_2x.png); } }

@media screen and (min-width: 1025px) {
    .row.preview-left-right-container article .post-text-content {
      width: calc(33.33333% - 42.66667px);
      float: left;
      margin-left: 32px; }
    .row.preview-left-right-container article .post-text-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
  .row.preview-left-right-container article:nth-of-type(2) .post-image {
    left: calc(41.66667% - 45.33333px + 32px);
    position: relative; }
  .row.preview-left-right-container article:nth-of-type(2) .post-text-content {
    left: calc(-50% - 16px + 32px);
    position: relative; } }

.row.preview-latest-list-container::after {
  clear: both;
  content: "";
  display: block; }

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .row.preview-latest-list-container article::after {
    clear: both;
    content: "";
    display: block; }
  .row.preview-latest-list-container article .post-image {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px; }
  .row.preview-latest-list-container article .post-text-content {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px; } }

@media screen and (min-width: 1025px) {
  .row.preview-latest-list-container {
    overflow: hidden;
    margin-left: -32px;
    margin-right: -32px;
    width: calc(100% + 64px); }
    .row.preview-latest-list-container .articles {
      width: calc(66.66667% - 53.33333px);
      float: left;
      margin-left: 32px;
      margin-bottom: 0; }
      .row.preview-latest-list-container .articles::after {
        clear: both;
        content: "";
        display: block; }
      .row.preview-latest-list-container .articles article::after {
        clear: both;
        content: "";
        display: block; }
      .row.preview-latest-list-container .articles article:last-child {
        margin-bottom: 0; }
      .row.preview-latest-list-container .articles .post-image {
        width: calc(50% - 48px);
        float: left;
        margin-left: 32px; }
      .row.preview-latest-list-container .articles .post-text-content {
        width: calc(50% - 48px);
        float: left;
        margin-left: 32px; }
    .row.preview-latest-list-container .divider {
      height: 1px;
      position: relative;
      width: calc(8.33333% - 34.66667px);
      float: left;
      margin-left: 32px; }
      .row.preview-latest-list-container .divider .line {
        position: relative;
        top: 0;
        left: calc(50% - 16px);
        height: 4000px;
        width: 1px;
        background-color: #CBCFD3; }
    .row.preview-latest-list-container .aside-column {
      width: calc(25% - 40px);
      float: left;
      margin-left: 32px; } }

.row.the-dose-posts-container::after {
  clear: both;
  content: "";
  display: block; }

@media screen and (min-width: 1025px) {
  .row.the-dose-posts-container .the-dose-main {
    width: calc(58.33333% - 50.66667px);
    float: left;
    margin-left: 32px;
    left: calc(41.66667% - 45.33333px + 32px);
    position: relative; }
  .row.the-dose-posts-container .the-dose-list {
    width: calc(41.66667% - 45.33333px);
    float: left;
    margin-left: 32px;
    left: calc(-58.33333% - 13.33333px + 32px);
    position: relative; } }

article.post .entry-header, article.type-post .entry-header, .about .entry-header {
  text-align: center;
  margin-bottom: 30px; }
  article.post .entry-header .row-info, article.type-post .entry-header .row-info, .about .entry-header .row-info {
    background: transparent url(../images/squiggle-horiz.png) no-repeat 50% 100%;
    background-size: auto 8px;
    padding-bottom: 28px; }
    article.post .entry-header .row-info::after, article.type-post .entry-header .row-info::after, .about .entry-header .row-info::after {
      clear: both;
      content: "";
      display: block; }
    @media screen and (min-width: 1025px) {
      article.post .entry-header .row-info .entry-category,
      article.post .entry-header .row-info .entry-title,
      article.post .entry-header .row-info .time-byline, article.type-post .entry-header .row-info .entry-category,
      article.type-post .entry-header .row-info .entry-title,
      article.type-post .entry-header .row-info .time-byline, .about .entry-header .row-info .entry-category,
      .about .entry-header .row-info .entry-title,
      .about .entry-header .row-info .time-byline {
        width: calc(66.66667% - 53.33333px);
        float: left;
        margin-left: 32px;
        margin-left: calc(16.66667% - 37.33333px + 64px); } }
  article.post .entry-header .entry-title, article.type-post .entry-header .entry-title, .about .entry-header .entry-title {
    font-weight: 400;
    margin-bottom: 15px; }
  article.post .entry-header .entry-category, article.type-post .entry-header .entry-category, .about .entry-header .entry-category {
    margin-bottom: 15px; }
    article.post .entry-header .entry-category .category-links a, article.type-post .entry-header .entry-category .category-links a, .about .entry-header .entry-category .category-links a {
      color: #FF6B63;
      text-transform: uppercase;
      letter-spacing: 3px;
      font-size: 14px; }
    @media screen and (min-width: 1025px) {
      article.post .entry-header .entry-category, article.type-post .entry-header .entry-category, .about .entry-header .entry-category {
        display: none; } }
  article.post .entry-header .row::after, article.type-post .entry-header .row::after, .about .entry-header .row::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 1025px) {
    article.post .entry-header .row, article.type-post .entry-header .row, .about .entry-header .row {
      margin-left: -32px;
      margin-right: -32px;
      width: calc(100% + 64px); } }
  article.post .entry-header .row .entry-category, article.type-post .entry-header .row .entry-category, .about .entry-header .row .entry-category {
    display: none; }
  article.post .entry-header .entry-meta, article.type-post .entry-header .entry-meta, .about .entry-header .entry-meta {
    margin-bottom: 0;
    padding-top: 20px;
    display: inline-block; }
    @media screen and (min-width: 1025px) {
      article.post .entry-header .entry-meta, article.type-post .entry-header .entry-meta, .about .entry-header .entry-meta {
        width: calc(8.33333% - 34.66667px);
        float: left;
        margin-left: 32px; } }
  article.post .entry-header .post-hero-image, article.type-post .entry-header .post-hero-image, .about .entry-header .post-hero-image {
    background-size: cover;
    background-image: url("../images/hero-default.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    height: 0;
    padding-bottom: 67.44%;
    width: 100vw;
    position: relative;
    left: 50%;
    margin-right: -50vw;
    margin-left: -50vw; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      article.post .entry-header .post-hero-image, article.type-post .entry-header .post-hero-image, .about .entry-header .post-hero-image {
        background-image: url("../images/hero-default_2x.png"); } }
    @media screen and (min-width: 768px) {
      article.post .entry-header .post-hero-image, article.type-post .entry-header .post-hero-image, .about .entry-header .post-hero-image {
        padding-bottom: 60.7%; } }
    @media screen and (min-width: 1025px) {
      article.post .entry-header .post-hero-image, article.type-post .entry-header .post-hero-image, .about .entry-header .post-hero-image {
        padding-bottom: 600px;
        left: auto;
        margin-right: 0;
        margin-left: 0; } }
  @media screen and (min-width: 1025px) and (min-width: 1025px) {
    article.post .entry-header .post-hero-image, article.type-post .entry-header .post-hero-image, .about .entry-header .post-hero-image {
      width: calc(83.33333% - 58.66667px);
      float: left;
      margin-left: 32px; } }
  article.post .entry-header .share-container, article.type-post .entry-header .share-container, .about .entry-header .share-container {
    margin-bottom: 40px; }

article.post .caption, article.type-post .caption, .about .caption {
  text-align: left;
  font-size: 14px;
  color: #9B9B9B;
  margin-top: 5px; }
  @media screen and (min-width: 1025px) {
    article.post .caption, article.type-post .caption, .about .caption {
      margin-left: 100px; } }
  article.post .caption.featured, article.type-post .caption.featured, .about .caption.featured {
    text-align: right;
    margin-right: 10px; }
    @media screen and (min-width: 1025px) {
      article.post .caption.featured, article.type-post .caption.featured, .about .caption.featured {
        margin-left: 0px; } }

article.post .entry-content .share-container, article.type-post .entry-content .share-container, .about .entry-content .share-container {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
  margin-bottom: 40px;
  margin-left: -11px; }

.single article.post.tag-feature, .single article.type-post.tag-feature, .single .about.tag-feature {
  margin-top: -40px; }

.single .read-next article.post.tag-feature, .single .read-next article.type-post.tag-feature, .single .read-next .about.tag-feature {
  margin-top: 0; }

article.post.tag-feature .row-info, article.type-post.tag-feature .row-info, .about.tag-feature .row-info {
  padding-top: 30px;
  background: #FEFBF4;
  position: relative;
  margin-top: -30px;
  padding-bottom: 0; }
  article.post.tag-feature .row-info .time-byline, article.type-post.tag-feature .row-info .time-byline, .about.tag-feature .row-info .time-byline {
    margin-bottom: 15px;
    padding-bottom: 33px;
    background: transparent url(../images/squiggle-horiz.png) no-repeat 50% 100%;
    background-size: auto 8px; }
  article.post.tag-feature .row-info .share-container, article.type-post.tag-feature .row-info .share-container, .about.tag-feature .row-info .share-container {
    margin-bottom: 0; }
  article.post.tag-feature .row-info .primary-header, article.type-post.tag-feature .row-info .primary-header, .about.tag-feature .row-info .primary-header {
    font-size: 25px;
    line-height: 1.24; }

@media screen and (min-width: 768px) {
  article.post .entry-header, article.type-post .entry-header, .about .entry-header {
    margin-bottom: 40px; }
    article.post .entry-header .row .entry-title, article.type-post .entry-header .row .entry-title, .about .entry-header .row .entry-title {
      margin-bottom: 20px; }
    article.post .entry-header .share-container, article.type-post .entry-header .share-container, .about .entry-header .share-container {
      margin-bottom: 50px; }
  article.post .entry-content .share-container, article.type-post .entry-content .share-container, .about .entry-content .share-container {
    margin-bottom: 50px;
    margin-left: 46px; }
  .single article.post.tag-feature, .single article.type-post.tag-feature, .single .about.tag-feature {
    margin-top: -50px; }
  article.post.tag-feature .row-info .primary-header, article.type-post.tag-feature .row-info .primary-header, .about.tag-feature .row-info .primary-header {
    font-size: 36px; } }

@media screen and (min-width: 1025px) {
  article.post .entry-header, article.type-post .entry-header, .about .entry-header {
    margin-bottom: 52px; }
    article.post .entry-header .row-info, article.type-post .entry-header .row-info, .about .entry-header .row-info {
      margin-bottom: 50px; }
    article.post .entry-header .row, article.type-post .entry-header .row, .about .entry-header .row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      article.post .entry-header .row .entry-title, article.type-post .entry-header .row .entry-title, .about .entry-header .row .entry-title {
        margin-bottom: 25px; }
      article.post .entry-header .row .entry-category, article.type-post .entry-header .row .entry-category, .about .entry-header .row .entry-category {
        position: absolute;
        top: 0;
        right: 23px;
        display: inline-block;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        white-space: nowrap; }
      article.post .entry-header .row .entry-meta, article.type-post .entry-header .row .entry-meta, .about .entry-header .row .entry-meta {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
        background: none;
        position: relative;
        margin-bottom: 0; }
      article.post .entry-header .row .share-container, article.type-post .entry-header .row .share-container, .about .entry-header .row .share-container {
        position: absolute;
        bottom: -13px;
        right: 0;
        margin-bottom: 0; }
  article.post .entry-content::after, article.type-post .entry-content::after, .about .entry-content::after {
    clear: both;
    content: "";
    display: block; }
  article.post .entry-content .share-container, article.type-post .entry-content .share-container, .about .entry-content .share-container {
    float: right;
    padding: 0;
    margin: 48px 0 0 0; }
    article.post .entry-content .share-container .share-menu, article.type-post .entry-content .share-container .share-menu, .about .entry-content .share-container .share-menu {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

@media screen and (min-width: 1025px) and (min-width: 1025px) {
  article.post .entry-content .row, article.type-post .entry-content .row, .about .entry-content .row {
    width: calc(66.66667% - 53.33333px);
    float: left;
    margin-left: 32px;
    margin-left: calc(16.66667% - 37.33333px + 64px); } }

@media screen and (min-width: 1025px) {
  .single article.post.tag-feature, .single article.type-post.tag-feature, .single .about.tag-feature {
    margin-top: -80px; }
  article.post.tag-feature .post-hero-image, article.type-post.tag-feature .post-hero-image, .about.tag-feature .post-hero-image {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-right: -50vw;
    margin-left: -50vw;
    float: none; }
  article.post.tag-feature .row-info, article.type-post.tag-feature .row-info, .about.tag-feature .row-info {
    margin-top: -114px;
    padding-top: 45px; }
    article.post.tag-feature .row-info .entry-category, article.type-post.tag-feature .row-info .entry-category, .about.tag-feature .row-info .entry-category {
      display: inline-block; }
    article.post.tag-feature .row-info .time-byline, article.type-post.tag-feature .row-info .time-byline, .about.tag-feature .row-info .time-byline {
      padding-bottom: 38px; }
    article.post.tag-feature .row-info .primary-header, article.type-post.tag-feature .row-info .primary-header, .about.tag-feature .row-info .primary-header {
      font-size: 54px;
      margin-bottom: 20px; }
    article.post.tag-feature .row-info .share-container, article.type-post.tag-feature .row-info .share-container, .about.tag-feature .row-info .share-container {
      clear: both;
      position: absolute;
      right: calc(100% + 24px);
      top: calc(100% + 34px); } }

.progress-bar {
  background: #FF6B63;
  position: absolute;
  top: 100%;
  left: 0;
  height: 4px; }

.share-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .share-container .wpulike label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .share-container .wpulike svg {
    margin-top: -3px;
    width: 32px;
    height: 32px; }
    .share-container .wpulike svg .heart {
      stroke: #00214E;
      stroke-width: 1.5px;
      fill: transparent;
      -webkit-transition: 150ms ease;
      transition: 150ms ease; }
    .share-container .wpulike svg:hover .heart {
      fill: #00214E;
      stroke: none; }
  .share-container .wpulike .count-box {
    font-size: 14px;
    color: #9B9B9B;
    font-weight: normal;
    font-family: Georgia;
    position: static;
    margin-left: -4px;
    margin-right: 4px; }
  .share-container a {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    display: inline-block;
    width: 40px;
    height: 40px; }
    .share-container a.share-email .icon {
      height: 13px;
      width: 19px;
      fill: transparent;
      color: #00214E;
      stroke: none;
      margin-bottom: -9px; }
    .share-container a.share-email:hover .icon {
      color: #FEFBF4;
      fill: #00214E; }
    .share-container a .icon {
      width: 40px;
      height: 40px;
      fill: transparent;
      stroke: #00214E;
      -webkit-transition: 150ms ease;
      transition: 150ms ease; }
    .share-container a:hover .icon {
      stroke: transparent;
      fill: #00214E; }
  .share-container .share-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .share-container .share-menu .share-email {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .share-container .share-menu .share-email .icon {
        margin-bottom: 0; }
    .share-container .share-menu .share-linkedin {
      display: none; }
  @media screen and (min-width: 1025px) {
    .share-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-item-align: end;
      align-self: flex-end; }
      .share-container .wpulike svg {
        height: 40px;
        width: 40px; }
      .share-container .wpulike label {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
      .share-container .wpulike .count-box {
        margin: -6px 0 6px; } }
  .touchevents .share-container .share-menu a {
    margin-left: 0; }

.zocdoc-inset-promo {
  background-color: #D0F5D6;
  width: 100vw;
  position: relative;
  left: 50%;
  margin-right: -50vw;
  margin-bottom: 40px;
  margin-left: -50vw; }
  .zocdoc-inset-promo::after {
    clear: both;
    content: "";
    display: block; }
  .zocdoc-inset-promo .col {
    padding: 30px 22px; }
  .zocdoc-inset-promo h5 {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 20px;
    color: #004C35;
    position: relative;
    padding: 10px 0 10px 13px;
    display: inline-block; }
    .zocdoc-inset-promo h5 .icon {
      height: 36px;
      width: 28px;
      position: absolute;
      left: 0;
      top: 0; }
    .zocdoc-inset-promo h5 span {
      position: relative; }
  .zocdoc-inset-promo h3 {
    font-size: 30px;
    color: #004C35;
    font-weight: normal;
    margin-bottom: 28px; }
  .zocdoc-inset-promo a {
    color: #004C35;
    font-size: 18px; }
    .zocdoc-inset-promo a .icon {
      height: 18px;
      width: 16px;
      vertical-align: middle;
      margin-left: 6px;
      fill: #004C35; }
    .zocdoc-inset-promo a:hover .icon {
      -webkit-animation: 0.7s linear 0s 3 normal forwards wiggle;
      animation: 0.7s linear 0s 3 normal forwards wiggle; }
  .zocdoc-inset-promo.zocdoc-inset-promo-form .col {
    padding: 30px; }
  .zocdoc-inset-promo .subscribe-form-main {
    padding: 0;
    background: none;
    margin: 0; }
    .zocdoc-inset-promo .subscribe-form-main h3 {
      text-align: left;
      padding: 0;
      font-size: 28px; }
    .zocdoc-inset-promo .subscribe-form-main button[type=submit] {
      background-color: #00214E;
      text-indent: 15px;
      padding-right: 0;
      padding-left: 0;
      width: auto; }
      .zocdoc-inset-promo .subscribe-form-main button[type=submit]:hover {
        color: #00214E; }
        .zocdoc-inset-promo .subscribe-form-main button[type=submit]:hover .icon {
          fill: #00214E; }
      .zocdoc-inset-promo .subscribe-form-main button[type=submit]:before {
        content: 'Subscribe';
        color: #FFFFFF;
        font-size: 16px; }
  @media screen and (min-width: 768px) {
    .zocdoc-inset-promo {
      width: auto;
      float: right;
      text-align: left;
      shape-outside: inset(0 0 0px 0px);
      clear: none;
      margin-right: 0;
      left: auto;
      margin-right: 0;
      margin-bottom: 30px;
      margin-left: 20px; }
      .zocdoc-inset-promo h3 {
        font-size: 28px; }
      .zocdoc-inset-promo .col {
        padding: 24px 40px 38px 40px;
        width: 270px; }
      .zocdoc-inset-promo + a + blockquote {
        z-index: -1;
        clear: none;
        margin-right: -50px; }
        .zocdoc-inset-promo + a + blockquote > p {
          float: none;
          display: inline; }
      .zocdoc-inset-promo .subscribe-form-main .row {
        margin-left: 0;
        width: auto; }
      .zocdoc-inset-promo .subscribe-form-main button[type=submit] {
        background-color: #FFFFFF;
        text-indent: 0;
        padding-right: 10px;
        padding-left: 10px;
        width: 40px; }
        .zocdoc-inset-promo .subscribe-form-main button[type=submit]:before {
          content: ''; }
        .zocdoc-inset-promo .subscribe-form-main button[type=submit]:hover {
          color: #FFFFFF; }
          .zocdoc-inset-promo .subscribe-form-main button[type=submit]:hover .icon {
            fill: #FFFFFF; } }
  @media screen and (min-width: 1025px) {
    .zocdoc-inset-promo {
      float: right; }
      .zocdoc-inset-promo h5 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 18px; }
      .zocdoc-inset-promo a .icon {
        vertical-align: sub; } }

.timer-icon {
  vertical-align: middle; }
  .timer-icon .icon {
    width: 16px;
    height: 16px; }

.inline-promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  margin: 50px 0; }
  .inline-promo::after {
    clear: both;
    content: "";
    display: block; }
  .inline-promo .thumbnail {
    margin-bottom: 20px; }
    .inline-promo .thumbnail figure {
      height: 0;
      background: #ddd;
      padding-top: 55.556%;
      background-size: cover;
      background-position: 50% 50%; }
  .inline-promo h2 {
    font-size: 24px; }
    .inline-promo h2 a {
      background-image: none !important; }
  .inline-promo .time-byline {
    font-size: 14px; }
  @media screen and (min-width: 768px) {
    .inline-promo {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      margin-top: 39px;
      margin-bottom: 42px; } }
  @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
    .inline-promo {
      margin-left: -20px;
      margin-right: -20px;
      width: calc(100% + 40px); } }
  @media screen and (min-width: 768px) {
      .inline-promo .post-text-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-right: 50px; } }
    @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
      .inline-promo .post-text-content {
        width: calc(87.5% - 37.5px);
        float: left;
        margin-left: 20px; } }
  @media screen and (min-width: 768px) {
      .inline-promo .thumbnail {
        margin-bottom: 0; } }
    @media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
      .inline-promo .thumbnail {
        width: calc(62.5% - 32.5px);
        float: left;
        margin-left: 20px; } }
  @media screen and (min-width: 768px) {
        .inline-promo .thumbnail figure {
          padding-top: 0;
          height: 149px; }
      .inline-promo h2 {
        font-size: 22px; } }

@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .inline-promo {
    margin-left: -32px;
    margin-right: -32px;
    width: calc(100% + 64px); } }

@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .inline-promo .post-text-content {
    width: calc(58.33333% - 50.66667px);
    float: left;
    margin-left: 32px; } }

@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .inline-promo .thumbnail {
    width: calc(41.66667% - 45.33333px);
    float: left;
    margin-left: 32px; } }
  @media screen and (min-width: 1025px) {
    .inline-promo h2 {
      font-size: 24px; } }

/* == WordPress WYSIWYG Editor Styles == */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
  min-width: 100%; }
  .wp-caption img {
    height: auto;
    min-width: 100%; }

@media screen and (min-width: 768px) {
  .entry-content img {
    margin: 0 0 1.5em 0; }
  .alignleft, img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left; }
  .alignright, img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right; }
  .aligncenter, img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both; }
  .alignnone, img.alignnone {
    /* not sure about this one */ }
  .wp-caption {
    text-align: center;
    padding-top: 5px;
    min-width: auto; }
    .wp-caption img {
      min-width: auto; }
  .wp-caption img {
    border: 0 none;
    padding: 0;
    margin: 0; } }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

.wp-caption-text {
  color: #808080;
  font-size: 16px;
  text-align: left;
  font-family: "SharpSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

.read-next {
  position: relative;
  height: 713px;
  overflow: hidden; }
  .read-next.toggled:after {
    display: none; }
  .read-next .post {
    margin-bottom: 0; }
  .read-next .continue {
    display: block;
    position: relative;
    z-index: 1;
    max-width: 770px;
    margin-right: auto;
    margin-left: auto; }
    .read-next .continue:hover {
      background-color: #00214E;
      color: #FFFFFF; }
  .read-next .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .read-next.container {
    height: auto;
    margin-bottom: 50px; }
    @media screen and (min-width: 768px) {
      .read-next.container {
        margin-bottom: 60px; } }
    @media screen and (min-width: 1025px) {
      .read-next.container {
        margin-bottom: 100px; } }
  .read-next:after {
    content: '';
    display: block;
    width: 100%;
    bottom: 0;
    top: 50%;
    position: absolute;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(254, 251, 244, 0)), to(rgba(254, 251, 244, 1)));
    background-image: linear-gradient(180deg, rgba(254, 251, 244, 0), rgba(254, 251, 244, 1)); }
  .read-next section.entry-content {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
    .read-next section.entry-content .excerpt {
      margin: 0; }
  .read-next footer.entry-content {
    margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .read-next {
      height: 836px; }
      .read-next:after {
        top: 70%; }
      .read-next footer.entry-content {
        margin-top: 30px;
        margin-bottom: 43px; } }
  @media screen and (min-width: 1025px) {
    .read-next {
      height: 1186px; }
      .read-next footer.entry-content {
        margin-top: 30px;
        margin-bottom: 47px; } }

.more-posts {
  padding: 50px 0 60px;
  overflow: hidden;
  white-space: nowrap; }
  .more-posts .container {
    display: none; }
    @media screen and (min-width: 768px) {
      .more-posts .container {
        display: block; } }
  .more-posts header {
    padding-right: 5%;
    padding-left: 5%; }
  .more-posts .card-items::after {
    clear: both;
    content: "";
    display: block; }
  .more-posts .card {
    display: inline-block;
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px;
    white-space: normal; }
    .more-posts .card a {
      border: none; }
  .more-posts .category-links a {
    font-size: 14px; }
  .more-posts .entry-title {
    font-size: 18px;
    line-height: 1.33333;
    margin-bottom: 5px;
    font-weight: 400; }
    .more-posts .entry-title:hover {
      opacity: 0.8; }
  .more-posts .time-byline {
    font-size: 14px;
    color: #9B9B9B; }
  .more-posts .author {
    display: none; }
  .more-posts .excerpt {
    display: none; }
  .more-posts .thumbnail {
    width: 100%;
    height: 0;
    padding-top: 54%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    background-image: url(../images/more-default.png);
    margin-bottom: 20px; }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
      .more-posts .thumbnail {
        background-image: url(../images/more-default_2x.png); } }
  @media screen and (min-width: 768px) {
    .more-posts {
      padding: 50px 0 68px; }
      .more-posts .excerpt {
        display: block;
        font-size: 16px; }
      .more-posts .entry-title {
        margin-bottom: 10px; }
      .more-posts .card-items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-left: -20px; }
      .more-posts .time-byline {
        display: none; }
      .more-posts .card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: top;
        -ms-flex-pack: top;
        justify-content: top; } }
  @media screen and (min-width: 1025px) {
    .more-posts {
      padding: 100px 0; }
      .more-posts .time-byline {
        display: inline-block; }
      .more-posts .entry-title {
        font-size: 24px; }
      .more-posts .card-items {
        padding: 0; } }
    @media screen and (min-width: 1025px) and (min-width: 1025px) {
      .more-posts .card-items {
        margin-left: -32px;
        margin-right: -32px;
        width: calc(100% + 64px); }
        .more-posts .card-items::after {
          clear: both;
          content: "";
          display: block; } }
  @media screen and (min-width: 1025px) and (min-width: 1025px) {
    .more-posts .card {
      width: calc(33.33333% - 42.66667px);
      float: left;
      margin-left: 32px; } }
  .more-posts .swiper-container {
    padding-bottom: 40px; }
    .more-posts .swiper-container .swiper-wrapper .swiper-slide {
      width: 60%; }
      .more-posts .swiper-container .swiper-wrapper .swiper-slide .card {
        width: 100%;
        margin: 0;
        float: none; }
    .more-posts .swiper-container .swiper-pagination .swiper-pagination-bullet {
      width: 12px;
      height: 12px;
      opacity: 1;
      margin: 0 5px;
      background-color: #FFFFFF;
      -webkit-box-shadow: inset 0px 0px 0px 2px #747474;
      box-shadow: inset 0px 0px 0px 2px #747474; }
      .more-posts .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #00214E; }
    @media screen and (min-width: 768px) {
      .more-posts .swiper-container {
        display: none; } }

.post .entry-content .row h1 a, .post .entry-content .row h2 a, .post .entry-content .row h3 a, .post .entry-content .row h4 a, .post .entry-content .row h5 a, .post .entry-content .row h6 a, .post .entry-content .row p a, .post .entry-content .row li a {
  -webkit-transition: background-position 0.15s ease-in-out 0.1s, -webkit-box-shadow 0.15s ease-in-out 0s;
  transition: background-position 0.15s ease-in-out 0.1s, -webkit-box-shadow 0.15s ease-in-out 0s;
  transition: background-position 0.15s ease-in-out 0.1s, box-shadow 0.15s ease-in-out 0s;
  transition: background-position 0.15s ease-in-out 0.1s, box-shadow 0.15s ease-in-out 0s, -webkit-box-shadow 0.15s ease-in-out 0s;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#D0F5D6), to(#D0F5D6));
  background-image: linear-gradient(to bottom, #D0F5D6 0%, #D0F5D6 100%);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 17px;
  overflow: hidden;
  color: #00214E;
  border: none;
  font-weight: 400; }
  .post .entry-content .row h1 a:hover, .post .entry-content .row h2 a:hover, .post .entry-content .row h3 a:hover, .post .entry-content .row h4 a:hover, .post .entry-content .row h5 a:hover, .post .entry-content .row h6 a:hover, .post .entry-content .row p a:hover, .post .entry-content .row li a:hover {
    cursor: pointer;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#D0F5D6), to(#D0F5D6));
    background-image: linear-gradient(to bottom, #D0F5D6 0%, #D0F5D6 100%);
    background-position: 0 0em;
    -webkit-box-shadow: 0em 0 0 #D0F5D6, 0em 0 0 #D0F5D6;
    box-shadow: 0em 0 0 #D0F5D6, 0em 0 0 #D0F5D6;
    -webkit-transition: background-position 0.1s ease-in-out 0s, -webkit-box-shadow 0.1s ease-in-out 0.1s;
    transition: background-position 0.1s ease-in-out 0s, -webkit-box-shadow 0.1s ease-in-out 0.1s;
    transition: background-position 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0.1s;
    transition: background-position 0.1s ease-in-out 0s, box-shadow 0.1s ease-in-out 0.1s, -webkit-box-shadow 0.1s ease-in-out 0.1s; }
  @media screen and (min-width: 1025px) {
    .post .entry-content .row h1 a, .post .entry-content .row h2 a, .post .entry-content .row h3 a, .post .entry-content .row h4 a, .post .entry-content .row h5 a, .post .entry-content .row h6 a, .post .entry-content .row p a, .post .entry-content .row li a {
      background-position: 0 19px; } }

.post .entry-content .row blockquote a {
  background-position: 0 30px;
  font-weight: 200; }
  @media screen and (min-width: 768px) {
    .post .entry-content .row blockquote a {
      background-position: 0 39px; } }
  @media screen and (min-width: 1025px) {
    .post .entry-content .row blockquote a {
      background-position: 0 45px; } }

.post .entry-content .row > h1 {
  font-size: 36px;
  line-height: 1.11111;
  font-weight: 400;
  margin-bottom: 0.1em;
  clear: both; }

.post .entry-content .row > h2 {
  font-size: 24px;
  line-height: 1.16667;
  font-weight: 400;
  margin-bottom: 0.2em;
  clear: both; }

.post .entry-content .row > h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.16667;
  margin-bottom: 0.2em; }

.post .entry-content .row > h4 {
  font-size: 22px;
  font-weight: 400;
  line-height: 0.84615;
  margin-bottom: 0.23em; }

.post .entry-content .row > h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.22222;
  margin-bottom: 0.25em;
  font-family: "KievitSlab", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.post .entry-content .row > h6 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.22222;
  margin-bottom: 0.28em; }

.post .entry-content .row > h3[style], .post .entry-content .row > h4[style], .post .entry-content .row > h5[style] {
  margin-bottom: 0.23em; }

.post .entry-content .row > figure {
  /*margin-bottom: 40px;*/
  margin-bottom: 5px; }
  .post .entry-content .row > figure img {
    height: auto; }

.post .entry-content .row .wp-caption-text {
  /*font-size: 16px;*/
  font-size: 15px;
  color: #747474; }

.post .entry-content .row p {
  line-height: 1.75;
  margin-bottom: 30px; }

.post .entry-content .row ul, .post .entry-content .row ol {
  margin-left: 40px; }

.post .entry-content .row li {
  margin-bottom: 15px; }
  .post .entry-content .row li:last-of-type {
    margin-bottom: 30px; }

@media screen and (min-width: 768px) {
  .post .entry-content .row > figure {
    /*margin-bottom: 60px;*/
    margin-bottom: 5px; } }

.single .post.post-dropcap .entry-content .row > p:first-of-type::first-letter {
  font-size: 68px;
  font-family: "SharpSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-weight: 700;
  float: left;
  line-height: 0.7;
  margin-right: 0.15em;
  text-shadow: -2px -2px 0 #00214E, 2px -2px 0 #00214E, -2px 2px 0 #00214E, 2px 2px 0 #00214E, 4px 5px #00214E;
  color: #FEFBF4;
  margin-top: 7px; }
  @media screen and (min-width: 768px) {
    .single .post.post-dropcap .entry-content .row > p:first-of-type::first-letter {
      font-size: 86px;
      line-height: 0.9;
      margin-top: 6px; } }
  @media screen and (min-width: 1025px) {
    .single .post.post-dropcap .entry-content .row > p:first-of-type::first-letter {
      font-size: 95px; } }

.post .entry-content .row > hr.squiggle {
  background: transparent url(../images/squiggle-horiz2.png) no-repeat 50% 100%;
  background-size: auto 8px;
  padding-bottom: 8px;
  margin: 40px 0;
  border: none; }

.entry-footer {
  margin: 50px 0 58px; }
  @media screen and (min-width: 1025px) {
    .entry-footer .row {
      width: calc(66.66667% - 53.33333px);
      float: left;
      margin-left: 32px;
      margin-left: calc(16.66667% - 37.33333px + 64px); }
      .entry-footer .row::after {
        clear: both;
        content: "";
        display: block; } }
  .entry-footer .subscribe-form {
    clear: both; }
  .entry-footer .wpulike {
    clear: both; }

.footer-subscribe {
  clear: both; }

.article-author {
  text-align: center;
  font-size: 16px;
  margin-bottom: 15px; }
  @media screen and (min-width: 1025px) {
    .article-author {
      width: calc(66.66667% - 53.33333px);
      float: left;
      margin-left: 32px;
      margin-left: calc(16.66667% - 37.33333px + 64px); } }
  .article-author p {
    margin-bottom: 16px;
    color: #00214E; }
  .article-author ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none; }
    .article-author ul li:before {
      display: none; }
    .article-author ul a {
      background: none !important; }
      .article-author ul a:hover .icon {
        fill: #00214E;
        stroke: none; }
    .article-author ul .icon {
      height: 40px;
      width: 40px;
      fill: transparent;
      stroke: #00214E; }

.tags-links {
  clear: both;
  text-align: center; }
  .tags-links h5 {
    font-size: 22px;
    line-height: 1.16667;
    margin-bottom: 12px;
    font-weight: 600;
    font-family: "SharpSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  @media screen and (min-width: 1025px) {
    .tags-links h5 {
      font-size: 24px; } }

.comments-area {
  font-family: "KievitSlab", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0 0 33px; }
  .comments-area-closed .comments-title {
    background-color: #F0F0F0; }
  .comments-area .comments-title {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0;
    margin-bottom: 17px;
    display: block;
    color: #00214E;
    border: 2px solid #00214E;
    background-color: transparent;
    font-family: "SharpSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
    .comments-area .comments-title:hover {
      background-color: #00214E;
      color: white; }
      .comments-area .comments-title:hover .icon-comment {
        fill: white;
        color: #00214E; }
    .comments-area .comments-title .icon-comment {
      -webkit-transition: 150ms ease;
      transition: 150ms ease;
      width: 24px;
      height: 21px;
      fill: #00214E;
      color: white;
      vertical-align: middle;
      margin-right: 20px; }
  .comments-area .comment-author {
    color: #00214E;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    font-family: "KievitSlab", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
    .comments-area .comment-author cite {
      font-style: normal;
      font-weight: 600; }
  .comments-area .comment-meta {
    margin-bottom: 30px; }
    .comments-area .comment-meta a {
      font-size: 14px;
      line-height: 1;
      color: #747474; }
  .comments-area .comment-text p {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.7); }
  .comments-area .comment-body {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(116, 116, 116, 0.25); }
  .comments-area .form-submit {
    text-align: center;
    margin-top: 50px; }
  .comments-area .comments-toggle {
    height: 0;
    overflow: hidden;
    -webkit-transition: height 1s cubic-bezier(0.23, 1, 0.32, 1);
    transition: height 1s cubic-bezier(0.23, 1, 0.32, 1); }
  .comments-area.toggled .comments-title {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    height: 0;
    padding: 0;
    overflow: hidden;
    border: none; }
  @media screen and (min-width: 768px) {
    .comments-area {
      margin-bottom: 43px; }
      .comments-area .comments-title {
        padding: 23px 0;
        font-size: 18px; } }
  @media screen and (min-width: 1025px) {
    .comments-area {
      margin-bottom: 73px; } }
  @media screen and (min-width: 1025px) and (min-width: 1025px) {
    .comments-area {
      width: calc(66.66667% - 53.33333px);
      float: left;
      margin-left: 32px;
      margin-left: calc(16.66667% - 37.33333px + 64px); } }

.archive-header {
  background-color: #F68B6D;
  text-align: center;
  padding: 50px 0; }
  .archive-header .icon {
    width: 46px;
    height: 56px;
    margin-bottom: 20px; }
  .archive-header h1.archive-title {
    color: #FFFFFF;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px; }
  .archive-header .archive-description p {
    color: #00214E;
    background: #F68B6D url(../images/squiggle-horiz.png) no-repeat 50% 100%;
    background-size: auto 8px;
    padding-bottom: 38px; }
  @media screen and (min-width: 768px) {
    .archive-header {
      margin-bottom: 50px; } }
  @media screen and (min-width: 1025px) {
    .archive-header .icon {
      margin-bottom: 15px; } }

.not-found .page-header {
  padding-top: 60px;
  padding-bottom: 100px;
  background: transparent url(../images/squiggle-horiz.png) no-repeat 50% 100%;
  background-size: auto 8px; }

.not-found .page-title {
  text-align: center; }
  .not-found .page-title h1 {
    font-size: 54px;
    line-height: 64px;
    font-weight: 400;
    margin: 0;
    position: relative; }
    .not-found .page-title h1 .logo {
      position: absolute;
      width: 54px;
      height: 54px;
      left: calc(50% - 136px);
      display: block;
      background: transparent url(../images/logo-404.png) no-repeat 0 50%;
      background-size: 54px auto; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-webkit-min-device-pixel-ratio: 1.3020833333333333), only screen and (min-resolution: 125dpi), only screen and (min-resolution: 1.3dppx) {
        .not-found .page-title h1 .logo {
          background-image: url(../images/logo-404_2x.png);
          background-size: 54px auto; } }
  .not-found .page-title h3 {
    font-family: "Georgia", "Times", "Times New Roman", serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    margin: 30px 0 40px; }
    @media screen and (min-width: 1025px) {
      .not-found .page-title h3 {
        font-size: 24px; } }

.search .not-found .page-header {
  padding-top: 0;
  padding-bottom: 20px;
  background: none; }
  .search .not-found .page-header h2 {
    text-align: left; }

@media screen and (min-width: 768px) {
  .search .not-found .page-header {
    padding-bottom: 30px; } }

@media screen and (min-width: 1025px) {
  .search .not-found .page-header {
    padding-bottom: 20px; } }

.author-header {
  background-color: #F68B6D;
  margin-top: -80px;
  text-align: center;
  padding: 50px 0; }
  .author-header .icon {
    width: 46px;
    height: 56px;
    margin-bottom: 20px; }
  .author-header h1.archive-title {
    color: #FFFFFF;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 20px; }
  .author-header .archive-description p {
    color: #00214E;
    background: #F68B6D url(../images/squiggle-horiz.png) no-repeat 50% 100%;
    background-size: auto 8px;
    padding-bottom: 38px; }
  @media screen and (min-width: 768px) {
    .author-header {
      margin-bottom: 50px; } }
  @media screen and (max-width: 768px) {
    .author-header {
      margin-top: -40px; } }
  @media screen and (min-width: 1025px) {
    .author-header .icon {
      margin-bottom: 15px; } }

.data-spotlight {
  margin-top: 90px;
  margin-bottom: 100px; }
  .data-spotlight::after {
    clear: both;
    content: "";
    display: block; }
  .data-spotlight h2 {
    font-size: 80px;
    -webkit-text-stroke: 1px #00214E;
    text-shadow: 1.2px 2px #00214E;
    margin-top: 28px;
    margin-bottom: 20px;
    color: #D0F5D6;
    line-height: 1; }
    @media screen and (min-width: 768px) {
      .data-spotlight h2 {
        -webkit-text-stroke: 2px #00214E;
        text-shadow: 4px 5px #00214E; } }
  .data-spotlight h4 {
    font-size: 24px;
    font-family: "SharpSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  .data-spotlight .factoid:before {
    font-size: 400px;
    content: '“';
    color: #FEFBF4;
    position: absolute;
    left: 10%;
    top: 0%;
    font-family: 'Georgia';
    line-height: 1; }
  .data-spotlight .swiper-button-next, .data-spotlight .swiper-button-prev {
    background: none;
    padding: 18px 21px 18px 24px;
    border: 2px solid #00214E;
    background-color: white;
    width: auto;
    height: auto;
    right: -16px;
    margin-top: -32px; }
    .data-spotlight .swiper-button-next .icon, .data-spotlight .swiper-button-prev .icon {
      display: block;
      height: 24px;
      width: 12px; }
    .data-spotlight .swiper-button-next:hover, .data-spotlight .swiper-button-prev:hover {
      background-color: #00214E;
      border-color: white; }
      .data-spotlight .swiper-button-next:hover .icon, .data-spotlight .swiper-button-prev:hover .icon {
        fill: white; }
  .data-spotlight .swiper-wrapper {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .data-spotlight .swiper-button-prev {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: auto;
    left: -16px; }
  .data-spotlight .container::after {
    clear: both;
    content: "";
    display: block; }
  @media screen and (min-width: 768px) {
    .data-spotlight h2 {
      font-size: 100px; }
    .data-spotlight h4 {
      font-size: 28px; }
    .data-spotlight .factoid:before {
      font-size: 500px; } }
  @media screen and (min-width: 1025px) {
    .data-spotlight h2 {
      font-size: 120px; }
    .data-spotlight h4 {
      font-size: 34px; }
    .data-spotlight .factoid:before {
      font-size: 600px; }
    .data-spotlight .swiper-button-next, .data-spotlight .swiper-button-prev {
      right: 97px; }
    .data-spotlight .swiper-button-prev {
      right: auto;
      left: 97px; } }

.swiper-container {
  width: 100%;
  height: auto; }

@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .highlight-items {
    width: calc(83.33333% - 58.66667px);
    float: left;
    margin-left: 32px;
    margin-left: calc(8.33333% - 34.66667px + 64px); } }

.highlight {
  background-color: #D0F5D6;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px; }
  .highlight p {
    font-size: 20px;
    color: #00214E;
    line-height: 1.35714; }
  .highlight .inner {
    padding-right: 25px;
    padding-left: 25px;
    position: relative; }
  @media screen and (min-width: 768px) {
    .highlight {
      padding-top: 62px;
      padding-bottom: 55px; }
      .highlight::after {
        clear: both;
        content: "";
        display: block; }
      .highlight .inner {
        padding-right: 0;
        padding-left: 0; } }

@media screen and (min-width: 768px) and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .highlight .inner {
    width: calc(75% - 35px);
    float: left;
    margin-left: 20px;
    margin-left: calc(12.5% - 22.5px + 40px); } }
  @media screen and (min-width: 768px) {
      .highlight p {
        font-size: 22px; }
      .highlight a {
        font-size: 20px; } }
  @media screen and (min-width: 1025px) {
    .highlight {
      padding-top: 72px;
      padding-bottom: 72px; } }
  @media screen and (min-width: 1025px) and (min-width: 1025px) {
    .highlight .inner {
      width: calc(66.66667% - 53.33333px);
      float: left;
      margin-left: 32px;
      margin-left: calc(16.66667% - 37.33333px + 64px); } }
  @media screen and (min-width: 1025px) {
      .highlight p {
        font-size: 28px; }
      .highlight a {
        font-size: 24px; } }

.search-header {
  padding: 20px 0 23px;
  margin-bottom: 0px;
  font-family: "SharpSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
  .search-header::after {
    clear: both;
    content: "";
    display: block; }
  .search-header .search-title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #00214E; }
  .search-header form {
    position: relative; }
    .search-header form input {
      border: 0;
      font-size: 28px;
      line-height: 60px;
      height: 60px;
      color: #00214E;
      font-weight: 400;
      padding: 0;
      margin: 0;
      border-bottom: 1px solid #9B9B9B;
      background-color: transparent; }
      .search-header form input::-webkit-search-cancel-button {
        display: none; }
    .search-header form button {
      background-color: transparent;
      position: absolute;
      top: 8px;
      right: 0;
      padding: 0;
      border: none; }
      .search-header form button .icon {
        width: 30px;
        height: 30px; }
      .search-header form button:hover {
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: transparent; }
  .search-header .filters-list {
    margin: 20px 0 0 0;
    height: 16px; }
    .search-header .filters-list li {
      float: left; }
      .search-header .filters-list li a {
        text-transform: uppercase;
        letter-spacing: 2.5px;
        font-size: 10px;
        line-height: 14px;
        color: #FF6B63;
        font-weight: 700;
        display: block;
        margin-right: 15px;
        border-bottom: 2px solid transparent;
        font-family: "SharpSans", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }
        .search-header .filters-list li a.selected {
          border-bottom: 2px solid #FF6B63; }
        .search-header .filters-list li a:hover {
          opacity: 0.8; }
      .search-header .filters-list li:last-child a {
        margin-right: 0; }
  @media screen and (min-width: 768px) {
    .search-header {
      padding-bottom: 28px; }
      .search-header form input {
        font-size: 54px;
        line-height: 80px;
        height: 80px; }
      .search-header form button {
        top: 18px; }
        .search-header form button .icon {
          width: 37px;
          height: 37px; }
      .search-header .filters-list li a {
        letter-spacing: 3px;
        font-size: 12px;
        margin-right: 30px; } }

.ajax-load-more-wrap .alm-reveal .preview {
  -webkit-transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1), transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  transition: opacity 0.7s cubic-bezier(0.19, 1, 0.22, 1), transform 0.7s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.7s cubic-bezier(0.19, 1, 0.22, 1);
  opacity: 1;
  -webkit-transform: translateY(10px);
  transform: translateY(10px); }
  .ajax-load-more-wrap .alm-reveal .preview:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s; }
  .ajax-load-more-wrap .alm-reveal .preview:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s; }
  .ajax-load-more-wrap .alm-reveal .preview:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .ajax-load-more-wrap .alm-reveal .preview:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s; }
  .ajax-load-more-wrap .alm-reveal .preview:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s; }
  .ajax-load-more-wrap .alm-reveal .preview:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s; }
  .ajax-load-more-wrap .alm-reveal .preview:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s; }
  .ajax-load-more-wrap .alm-reveal .preview:nth-child(8) {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s; }
  .ajax-load-more-wrap .alm-reveal .preview:nth-child(9) {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s; }
  .ajax-load-more-wrap .alm-reveal .preview:nth-child(10) {
    -webkit-transition-delay: 1s;
    transition-delay: 1s; }

@media screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  .ajax-load-more-wrap .alm-reveal .preview {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px); } }

@media screen and (min-width: 1025px) and (min-width: 1025px) {
  .ajax-load-more-wrap .alm-reveal .preview {
    margin-left: -32px;
    margin-right: -32px;
    width: calc(100% + 64px); } }

.about p {
  line-height: 32px;
  margin-bottom: 30px; }
  .about p:last-of-type {
    margin-bottom: 50px; }

.popup-infographic-viewer {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: opacity .3s ease, z-index .3s step-end;
  transition: opacity .3s ease, z-index .3s step-end;
  opacity: 0;
  z-index: -1;
  padding: 15px;
  overflow: auto; }
  .popup-infographic-viewer.visible {
    z-index: 2147483646;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    opacity: 1; }
  .popup-infographic-viewer .overlay {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: -1000px;
    left: -1000px;
    right: -1000px;
    bottom: -1000px; }
  .popup-infographic-viewer .popup-content {
    position: relative;
    z-index: 2147483647;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3), 0 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3), 0 1px 5px rgba(0, 0, 0, 0.2);
    max-width: 375px;
    text-align: center;
    margin: 100px 0;
    font-size: 0; }
    .popup-infographic-viewer .popup-content .infographic {
      width: 100%;
      height: auto; }
  .popup-infographic-viewer .popup-close {
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.6);
    border: 0;
    border-radius: 50%;
    color: #525151;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 20px;
    font-weight: 400;
    height: 20px;
    line-height: 1;
    outline: none;
    padding: 0;
    position: absolute;
    right: 10px;
    text-align: center;
    top: 10px;
    -webkit-transition: background-color .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: background-color .2s ease-in-out,-webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out,background-color .2s ease-in-out;
    transition: transform .2s ease-in-out,background-color .2s ease-in-out,-webkit-transform .2s ease-in-out;
    width: 20px;
    z-index: 1; }
    .popup-infographic-viewer .popup-close:hover {
      background-color: #fff;
      -webkit-transform: scale(1.2);
      transform: scale(1.2); }

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