/**
 *
 * TERMINAL COMMAND:
 *
 * lessc --clean-css /Applications/MAMP/htdocs/NWEA-Dot-Org/nwea.org-blog/content/themes/rebrand-substance/assets/css.less/main.less /Applications/MAMP/htdocs/NWEA-Dot-Org/nwea.org-blog/content/themes/rebrand-substance/assets/css/rebrand.main.min.css
 *
 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #217b8e;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #0e607c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 22px;
  margin-bottom: 22px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-right: -15px;
  margin-left: -15px;
}
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
body.archive .pdg-content-wrap .right-rail-position .tile-position:before,
body.archive .pdg-content-wrap .right-rail-position .tile-position:after,
body.archive .pdg-content-wrap .pdg-position .tile-position:before,
body.archive .pdg-content-wrap .pdg-position .tile-position:after,
body.archive .pdg-content-wrap .right-rail-position .pdg-position__offers:before,
body.archive .pdg-content-wrap .right-rail-position .pdg-position__offers:after,
body.archive .pdg-content-wrap .pdg-position .pdg-position__offers:before,
body.archive .pdg-content-wrap .pdg-position .pdg-position__offers:after {
  display: table;
  content: " ";
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
body.archive .pdg-content-wrap .right-rail-position .tile-position:after,
body.archive .pdg-content-wrap .pdg-position .tile-position:after,
body.archive .pdg-content-wrap .right-rail-position .pdg-position__offers:after,
body.archive .pdg-content-wrap .pdg-position .pdg-position__offers:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}
.btn.btn-primary {
  background-color: #217b8e !important;
  border-color: #217b8e !important;
  border-radius: 0px;
}
.btn.btn-primary:hover {
  background-color: #0d607c !important;
  border-color: #0d607c !important;
}
.btn.btn-secondary {
  background-color: #fec20d !important;
  border-color: #fec20d !important;
  border-radius: 0px;
  color: #414142;
}
.btn.btn-secondary:hover {
  background-color: #fec20d/1.2 !important;
  border-color: #fec20d/1.2 !important;
  color: #414142;
}
.full-width.has-background p {
  padding: 0.15em 0;
  color: #414142;
}
.text-center .img-responsive {
  margin: 0 auto;
}
/* Sitewide */
/* --------------------------- */
/* Legacy color definitions. Replace these with updated colors. */
/* #414142 */
/* #414142 */
/* rgb(67,67,67); */
/* #217B8E */
/***/
/* NWEA Colors (in hex). */
/**/
/**/
/**/
/* Globals */
/* --------------------------- */
html,
body,
table tr td,
p {
  font-family: Gotham-Book, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #414142;
  line-height: 1.5;
}
html b,
body b,
table tr td b,
p b,
span b,
div b,
ul li b,
ol li b {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
* {
  font-family: inherit;
  line-height: inherit;
}
/* Font mixins. */
.paragraph-2-font {
  /* font-family: Gotham-Book; */
  line-height: 1.6;
}
.page-title-font {
  font-family: Gotham;
  font-size: 26px;
  line-height: 30px;
  color: #414142;
}
.visible-alt-sm {
  display: none !important;
}
.visible-alt-sm-block,
.visible-alt-sm-inline,
.visible-alt-sm-inline-block {
  display: none;
}
@media (min-width: 577px) and (max-width: 767px) {
  .visible-alt-sm {
    display: block !important;
  }
  table.visible-alt-sm {
    display: table !important;
  }
  tr.visible-alt-sm {
    display: table-row !important;
  }
  th.visible-alt-sm,
  td.visible-alt-sm {
    display: table-cell !important;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .visible-alt-sm-block {
    display: block !important;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .visible-alt-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .visible-alt-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .hidden-alt-sm {
    display: none !important;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .col-alt-sm-1,
  .col-alt-sm-2,
  .col-alt-sm-3,
  .col-alt-sm-4,
  .col-alt-sm-5,
  .col-alt-sm-6,
  .col-alt-sm-7,
  .col-alt-sm-8,
  .col-alt-sm-9,
  .col-alt-sm-10,
  .col-alt-sm-11,
  .col-alt-sm-12 {
    float: left;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .col-alt-sm-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .col-alt-sm-2 {
    width: 16.66666667%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .col-alt-sm-3 {
    width: 25%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .col-alt-sm-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .col-alt-sm-5 {
    width: 41.66666667%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .col-alt-sm-6 {
    width: 50%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .col-alt-sm-7 {
    width: 58.33333333%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .col-alt-sm-8 {
    width: 66.66666667%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .col-alt-sm-9 {
    width: 75%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .col-alt-sm-10 {
    width: 83.33333333%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .col-alt-sm-11 {
    width: 91.66666667%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .col-alt-sm-12 {
    width: 100%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .col-alt-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .col-alt-sm-offset-1 {
    margin-left: 8.33333333%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .col-alt-sm-offset-2 {
    margin-left: 16.66666667%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .col-alt-sm-offset-3 {
    margin-left: 25%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .col-alt-sm-offset-4 {
    margin-left: 33.33333333%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .col-alt-sm-offset-5 {
    margin-left: 41.66666667%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .col-alt-sm-offset-6 {
    margin-left: 50%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .col-alt-sm-offset-7 {
    margin-left: 58.33333333%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .col-alt-sm-offset-8 {
    margin-left: 66.66666667%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .col-alt-sm-offset-9 {
    margin-left: 75%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .col-alt-sm-offset-10 {
    margin-left: 83.33333333%;
  }
}
@media (min-width: 577px) and (max-width: 767px) {
  .col-alt-sm-offset-11 {
    margin-left: 91.66666667%;
  }
}
@font-face {
  font-family: 'Gotham';
  src: url('https://cdn.nwea.org/fonts/gotham/Gotham-Medium.eot');
  src: local('Gotham'), url('https://cdn.nwea.org/fonts/gotham/Gotham-Medium.woff') format('woff'), url('https://cdn.nwea.org/fonts/gotham/Gotham-Medium.ttf') format('truetype'), url('https://cdn.nwea.org/fonts/gotham/Gotham-Medium.svg#webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Bold';
  src: url('https://cdn.nwea.org/fonts/gotham/Gotham-Bold.eot');
  src: local('Gotham-Bold'), url('https://cdn.nwea.org/fonts/gotham/Gotham-Bold.woff') format('woff'), url('https://cdn.nwea.org/fonts/gotham/Gotham-Bold.ttf') format('truetype'), url('https://cdn.nwea.org/fonts/gotham/Gotham-Bold.svg#webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Italic';
  src: url('https://cdn.nwea.org/fonts/gotham/Gotham-Italic.eot');
  src: local('Gotham-Italic'), url('https://cdn.nwea.org/fonts/gotham/Gotham-Italic.woff') format('woff'), url('https://cdn.nwea.org/fonts/gotham/Gotham-Italic.ttf') format('truetype'), url('https://cdn.nwea.org/fonts/gotham/Gotham-Italic.svg#webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Light';
  src: url('https://cdn.nwea.org/fonts/gotham/Gotham-Light.eot');
  src: local('Gotham-Light'), url('https://cdn.nwea.org/fonts/gotham/Gotham-Light.woff') format('woff'), url('https://cdn.nwea.org/fonts/gotham/Gotham-Light.ttf') format('truetype'), url('https://cdn.nwea.org/fonts/gotham/Gotham-Light.svg#webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Book';
  src: url('https://cdn.nwea.org/fonts/gotham/Gotham-Book.eot');
  src: local('Gotham-Book'), url('https://cdn.nwea.org/fonts/gotham/Gotham-Book.woff') format('woff'), url('https://cdn.nwea.org/fonts/gotham/Gotham-Book.ttf') format('truetype'), url('https://cdn.nwea.org/fonts/gotham/Gotham-Book.svg#webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham-Black';
  src: url('https://cdn.nwea.org/fonts/gotham/Gotham-Black.eot');
  src: local('Gotham-Black'), url('https://cdn.nwea.org/fonts/gotham/Gotham-Black.woff') format('woff'), url('https://cdn.nwea.org/fonts/gotham/Gotham-Black.ttf') format('truetype'), url('https://cdn.nwea.org/fonts/gotham/Gotham-Black.svg#webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sentinel';
  src: url('https://cdn.nwea.org/fonts/sentinel/Sentinel-Medium.eot');
  src: local('Sentinel'), url('https://cdn.nwea.org/fonts/sentinel/Sentinel-Medium.woff') format('woff'), url('https://cdn.nwea.org/fonts/sentinel/Sentinel-Medium.ttf') format('truetype'), url('https://cdn.nwea.org/fonts/sentinel/Sentinel-Medium.svg#webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sentinel-Bold';
  src: url('https://cdn.nwea.org/fonts/sentinel/Sentinel-Bold.eot');
  src: local('Sentinel-Bold'), url('https://cdn.nwea.org/fonts/sentinel/Sentinel-Bold.woff') format('woff'), url('https://cdn.nwea.org/fonts/sentinel/Sentinel-Bold.ttf') format('truetype'), url('https://cdn.nwea.org/fonts/sentinel/Sentinel-Bold.svg#webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sentinel-Italic';
  src: url('https://cdn.nwea.org/fonts/sentinel/Sentinel-MediumItal.eot');
  src: local('Sentinel-Italic'), url('https://cdn.nwea.org/fonts/sentinel/Sentinel-MediumItal.woff') format('woff'), url('https://cdn.nwea.org/fonts/sentinel/Sentinel-MediumItal.ttf') format('truetype'), url('https://cdn.nwea.org/fonts/sentinel/Sentinel-MediumItal.svg#webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sentinel-Light';
  src: url('https://cdn.nwea.org/fonts/sentinel/Sentinel-Light.eot');
  src: local('Sentinel-Light'), url('https://cdn.nwea.org/fonts/sentinel/Sentinel-Light.woff') format('woff'), url('https://cdn.nwea.org/fonts/sentinel/Sentinel-Light.ttf') format('truetype'), url('https://cdn.nwea.org/fonts/sentinel/Sentinel-Light.svg#webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sentinel-Book';
  src: url('https://cdn.nwea.org/fonts/sentinel/Sentinel-Book.eot');
  src: local('Sentinel-Book'), url('https://cdn.nwea.org/fonts/sentinel/Sentinel-Book.woff') format('woff'), url('https://cdn.nwea.org/fonts/sentinel/Sentinel-Book.ttf') format('truetype'), url('https://cdn.nwea.org/fonts/sentinel/Sentinel-Book.svg#webfont') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Sitewide */
/* --------------------------- */
/* #414142 */
/* #fec20d */
/* @lightGray       : rgb(235,235,235); */
/* #414142 */
/* rgb(67,67,67); /* #434343 */
/*@teal            : rgb(39,144,166);*/
/* #2790a6 */
/* #217B8E */
/* #711a5e */
/* #009ECC */
/* #0D607C */
.cms-background.gray {
  background-color: #f5f5f5;
}
.cms-border.gray {
  border-color: #f5f5f5;
}
.cms-background.green {
  background: #dce35d;
}
.cms-background.green table tr {
  border-bottom: 2px dotted #f5f5f5;
}
.cms-background.green table tr:last-child {
  border-bottom: 2em solid #dce35d;
}
.cms-background.green table tr td {
  color: white;
  padding: 0.75em 1em;
  vertical-align: top;
}
/* LESS Mixins for global use */
/*
cross-browser flex-box variable
 */
.flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}
#st_gdpr_iframe {
  bottom: 0;
  display: none;
}
.link {
  color: #0d607c;
  font-family: Gotham;
}
.link-hover {
  color: #2690a6;
  text-decoration: none;
}
/* Width calculator based on card sizes. Pass in the number of cards across to limit. */
h1 {
  font-family: Gotham-Book;
  font-size: 28px;
}
h2 {
  font-family: Gotham;
  font-size: 24px;
  color: #414142;
}
h3 {
  font-family: Gotham;
  font-size: 18px;
}
h4 {
  font-family: Gotham;
  font-size: 16px;
  color: #414142;
}
h5 {
  font-family: Gotham;
  font-size: 14px;
}
h6 {
  font-family: Gotham-Book;
  font-size: 14px;
}
a {
  color: #0d607c;
}
a:hover,
a:active {
  color: #2690a6;
  text-decoration: none;
}
.btn {
  border-radius: 0px;
}
.btn.btn-primary {
  background-color: #2690a6;
  border-color: #2690a6;
}
.btn.btn-primary:hover {
  background-color: #0d607c;
  border-color: #0d607c;
}
/* Globals */
/* --------------------------- */
table tr td,
div,
ul li,
ol li {
  /* font-family: Gotham-Book; */
  line-height: 1.6;
}
/* Site Header */
/* ---------------------------------- */
.site-name {
  text-align: center;
  font-family: Gotham;
  font-size: 32px;
  color: #414142;
  margin: 0.75em;
}
.tagline {
  padding: 0 0 0 0.5em;
  font-family: Gotham-Book;
  font-size: 22px;
  color: #414142;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .site-name {
    font-size: 28px;
  }
  .tagline {
    font-size: 20px;
  }
}
/* Blog list title/header. */
.page-title-wrapper,
.not-found-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 24px;
  margin-bottom: 0;
}
.page-title-wrapper .author-bio {
  margin-left: 40px;
  margin-right: 40px;
}
.page-title-wrapper .author-bio .bio-content {
  margin-bottom: 1em;
}
.page-title {
  font-family: Gotham;
  font-size: 26px;
  line-height: 30px;
  color: #414142;
}
.page-title-blocker {
  /* Equal to card specs. */
  width: 395px;
  margin: 0 15px;
}
.img-fit-cover {
  object-fit: cover;
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 1200px) {
  .page-title-blocker {
    margin: 0 9px;
  }
}
@media only screen and (max-width: 768px) {
  .page-title {
    text-align: center;
  }
  .page-title-wrapper .author-bio .bio-content .author-thumbnail {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 480px) {
  .page-title-wrapper .author-bio {
    margin-left: 15px;
    margin-right: 15px;
  }
  .page-title-wrapper .author-bio .bio-content .author-paragraph {
    padding-left: 0;
    padding-right: 0;
  }
}
a.btn.btn-arrow {
  position: relative;
  font-weight: bold;
  padding-left: 0px !important;
  padding-right: 35px;
}
a.btn.btn-arrow:hover {
  color: #217b8e;
}
a.btn.btn-arrow:after {
  content: '->';
  text-indent: -999999px;
  background: url(https://cdn.nwea.org/images/arrows/arrow.svg);
  background-size: 30px;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
}
a.btn.btn-arrow:hover:after {
  background-image: url(https://cdn.nwea.org/images/arrows/arrow-hover.svg) !important;
}
a.btn.btn-arrow:focus {
  box-shadow: none !important;
}
.mktoForm {
  position: relative;
}
.mktoForm .not-me {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -2px;
}
@media only screen and (max-width: 991px) {
  .mktoForm .not-me a {
    padding: 0;
  }
}
.mktoForm .not-me,
.mktoForm .not-me a {
  font-size: 11px;
}
footer #menu #newsletterHolder #newsletter .mktoForm.mktoForm input[type="email"] {
  width: 215px !important;
  padding: 5.2px !important;
  min-height: 34px;
  border: 0;
}
@media screen and (min-width: 992px) {
  #newsletter {
    margin-left: -15px;
  }
}
@media screen and (max-width: 480px) {
  footer #menu #newsletterHolder #newsletter .mktoForm.mktoForm {
    padding: 0;
  }
  footer #menu #newsletterHolder #newsletter .mktoForm.mktoForm input[type="email"] {
    min-height: 42px;
    padding-top: 0;
    vertical-align: top;
    width: 100% !important;
    margin-bottom: 15px;
  }
  footer #menu #newsletterHolder #newsletter .mktoForm.mktoForm .mktoButtonRow {
    width: 100%;
  }
  footer #menu #newsletterHolder #newsletter .mktoForm.mktoForm .mktoButtonRow .mktoButtonWrap {
    width: 100% !important;
    display: block;
    margin-left: -5px !important;
  }
  footer #menu #newsletterHolder #newsletter .mktoForm.mktoForm .mktoButtonRow .mktoButtonWrap .mktoButton {
    width: 100%;
  }
}
header.color-band {
  position: relative;
  width: 100%;
}
header.color-band:before {
  position: absolute;
  left: 0;
  content: '';
  height: 7px;
  width: 100%;
  background-color: #FEC10D;
  background-position: right;
  background-repeat: repeat-y;
}
header.color-band.desktop:before {
  bottom: 0;
  background-image: url(../png/nwea_colorband_large_l.png);
  background-size: cover;
}
header.color-band.mobile {
  padding-bottom: 4px;
  min-height: 59px;
}
header.color-band.mobile:before {
  top: 52px;
  background-image: url(../png/nwea_colorband_med_l.png);
  background-size: cover;
}
header.color-band.mobile ul.slicknav_nav li.menu-item:first-child {
  padding-top: 15px;
}
/* Footer */
/* eNewsletter fix white gap sitewide */
footer {
  margin-bottom: -5px;
}
/* Footer Mixins */
/* --------------------------- */
.footer-font {
  font-family: Gotham-Book;
  font-size: 14.5px;
}
/* Footer Image */
/* --------------------------- */
.banner-image-footer {
  overflow: hidden;
  height: 510px;
  position: relative;
}
.banner-image-footer img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  height: 100%;
}
@media only screen and (max-width: 1200px) {
  .banner-image-footer {
    height: 360px;
  }
}
@media only screen and (max-width: 768px) {
  .banner-image-footer {
    height: 240px;
  }
}
@media only screen and (max-width: 480px) {
  .banner-image-footer {
    display: none;
  }
}
/* Social Icons*/
/* --------------------------- */
footer #social-icons {
  margin-top: 3em;
  margin-bottom: 1em;
}
footer #social-icons a.icon {
  width: 20%;
  display: block;
  float: left;
}
footer #social-icons a.icon .fa-stack {
  line-height: 2em !important;
}
footer #social-icons a.icon .fa-stack .fa-circle {
  color: #414142;
}
/* Footer Links*/
/* --------------------------- */
footer #menu,
footer #text {
  padding-top: 2em;
  font-family: Gotham-Book;
  font-size: 14.5px;
}
footer #menu #contact,
footer #text #contact {
  white-space: nowrap;
}
footer #menu a,
footer #text a {
  margin-right: 7.25px;
  font-family: Gotham-Book;
  font-size: 14.5px;
}
footer #menu a:last-child,
footer #text a:last-child {
  margin-right: 0;
}
footer #menu a:hover,
footer #text a:hover {
  text-decoration: underline;
}
footer #menu .bold,
footer #text .bold {
  font-family: Gotham;
  font-weight: 700;
}
footer #menu small,
footer #text small {
  font-size: 10px;
}
/* Social and Nav links (#menu)*/
/* --------------------------- */
footer #menu {
  background: #414142;
}
footer #menu .list-inline a {
  color: #fec10d;
  margin-right: 0.5em;
}
footer #menu ul {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  justify-content: flex-start;
  flex-wrap: wrap;
}
footer #menu ul li {
  padding: 0 25px 0 0;
  margin-bottom: 18px;
}
footer #menu #newsletter {
  color: #fec20d;
  padding: 0 7.25px 7.25px;
  margin-bottom: 14.5px;
  font-size: 14.5px;
}
@media only screen and (max-width: 991px) {
  footer #menu #newsletter {
    padding: 0 7.25px 7.25px 0;
  }
}
footer #menu #newsletter h1,
footer #menu #newsletter h2,
footer #menu #newsletter h3,
footer #menu #newsletter h4,
footer #menu #newsletter p {
  color: #fec20d;
}
footer #menu #newsletter h1,
footer #menu #newsletter h2,
footer #menu #newsletter h3,
footer #menu #newsletter h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gotham;
  font-size: 14.5px;
  font-weight: 400;
}
footer #menu #newsletter p {
  font-family: Gotham-Book;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 14.5px;
  font-weight: 400;
}
footer #menu #newsletter button {
  font-family: Gotham;
  margin-top: 10px;
}
footer #menu #newsletter a:hover {
  text-decoration: none;
}
footer #menu #newsletter a:active {
  box-shadow: initial;
}
footer #menu #newsletter .mktoForm {
  width: auto !important;
  margin-top: 7.25px;
}
footer #menu #newsletter .mktoForm .mktoGutter,
footer #menu #newsletter .mktoForm .mktoOffset,
footer #menu #newsletter .mktoForm .mktoClear,
footer #menu #newsletter .mktoForm .mktoAsterix {
  display: none;
}
footer #menu #newsletter .mktoForm .mktoButtonRow {
  display: inline-block;
  position: relative;
  margin-left: 5px !important;
  vertical-align: top;
  min-height: 34px;
}
footer #menu #newsletter .mktoForm .mktoButtonRow .mktoButton {
  background-color: #ccc;
  background-image: none;
  border-color: #ccc;
  border-radius: 0px;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  font-family: Gotham-Book, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0px;
  font-weight: 400;
  line-height: 20px;
  padding: 6px 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  -moz-appearance: button;
  -moz-user-select: none;
}
footer #menu #newsletter .mktoForm input[type="email"] {
  width: auto !important;
  font-style: italic;
  padding: 7.25px !important;
  font-size: 14.5px;
}
footer #menu #newsletter .mkto-form-success {
  color: white;
}
/* Site Links (#text)*/
/* --------------------------- */
footer #text {
  background: #fec10d;
  padding-bottom: 2em;
}
@media screen and (max-width: 991px) {
  footer #text {
    padding-bottom: 4em;
  }
}
footer #text a {
  font-family: Gotham-Book !important;
  font-size: 14.5px !important;
  color: #414142;
}
footer #text .contact-info .inline-block {
  display: inline-block;
}
footer #text .contact-info a {
  font-family: Gotham-Book;
}
/* Home Page Carousel */
/* ---------------------------------- */
.blog-carousel .featured-article {
  background-size: cover;
}
.blog-carousel .featured-article #info {
  color: transparent;
}
.blog-carousel .featured-article .row section.content {
  background-color: rgba(255, 255, 255, 0.7);
  border-top: 8px solid #2690A6;
  margin-top: 2em;
  padding: 1em;
}
.blog-carousel .featured-article .row section.content h2 {
  margin: 0px;
  font-family: Gotham-Book;
}
.blog-carousel .featured-article .row section.content p {
  margin-bottom: 2em;
}
.blog-carousel .carousel-control:hover,
.blog-carousel .carousel-control {
  background: none !important;
  background-image: none !important;
}
.blog-carousel .carousel-control:hover .icon-prev,
.blog-carousel .carousel-control .icon-prev,
.blog-carousel .carousel-control:hover .icon-next,
.blog-carousel .carousel-control .icon-next {
  width: 30px;
  height: 30px;
  margin-top: -40%;
}
.blog-carousel .carousel-control:hover .icon-prev:before,
.blog-carousel .carousel-control .icon-prev:before,
.blog-carousel .carousel-control:hover .icon-next:before,
.blog-carousel .carousel-control .icon-next:before {
  font-size: 3em;
  text-shadow: 1px 0 0 #fff;
}
/* Home Page Content */
/* ---------------------------------- */
.item .has-background {
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
}
.call-to-action {
  border: 1px solid #f5f5f5;
}
.cta .row .col-lg-4:nth-child(1) img {
  max-width: 30%;
  float: left;
}
.cta .row .col-lg-4:nth-child(3) img {
  max-width: 30%;
  float: right;
}
/* Cards */
/* ---------------------------------- */
/* Card specs */
/* Header specs */
/* Content specs */
/* Footer specs */
/* UI elements around cards. */
/* Applies to home, search, and filtered pages. */
#blog-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1275px;
  margin: auto;
}
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 395px;
  border: 1px solid #797f84;
  background-color: #f5f6f7;
  padding: 0;
  margin: 20px 15px;
}
.card img.img-fit-cover {
  aspect-ratio: 1.9;
}
.card p {
  font-size: 16px;
  line-height: 1.5;
}
.card header {
  border-top: 10px solid #797f84;
  min-height: 115px;
  padding: 12px 10px 10px 10px;
  background-color: white;
}
.card header .main {
  display: flex;
  flex-flow: row;
  align-items: center;
}
.card header .main .title {
  /* Specify a to override defaults. */
  font-family: Gotham;
  font-size: 16px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* number of lines to show */
  color: #0d607c;
}
.card header .main .title:hover {
  color: #2690a6;
}
.card header .main .author-thumbnail {
  align-self: flex-start;
  margin-right: 20px;
}
.card header .main .author-thumbnail img {
  width: 55px;
  height: 55px;
  border-radius: 55px;
}
.card header .main .author-name {
  margin-left: 10px;
}
.card header .sub {
  display: flex;
  flex-flow: row;
  align-items: center;
  font-size: 13px;
}
.card header .sub + .title {
  padding-top: 5px;
}
.card header .sub .date,
.card header .sub .date time {
  font-size: 13px;
}
.card header .sub .author-name,
.card header .sub .author-name a {
  font-size: 13px;
}
.card section {
  padding: 20px 10px 10px 10px;
}
.card section p {
  margin-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  /* number of lines to show */
}
.card section p + a.inline-right {
  display: inline;
  float: right;
}
.card footer {
  margin-top: 5px;
  display: flex;
  flex-flow: row;
  padding: 0 10px 10px 10px;
  line-height: 1.2;
}
.card footer .cat-name,
.card footer .author-name {
  font-size: 13px;
}
.card footer .cat-list {
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 10px;
  color: #cad0d3;
}
.card footer .cat-list a:not(:last-child)::after {
  /* \00a0 is &nbsp; */
  font-family: Gotham-Light;
  content: " |\00a0";
}
@media only screen and (max-width: 1200px) {
  .card {
    margin: 10px 9px 10px 9px;
  }
}
@media only screen and (max-width: 768px) {
  .card {
    height: auto;
  }
  .card header {
    min-height: 115px;
  }
  .card .date,
  .card .cat-name {
    line-height: 1.2;
  }
  .card .title,
  .card .title a {
    /* Specify a to override defaults. */
    font-size: 19px;
  }
}
/* Pager */
/* ---------------------------------- */
.pagination-font-static {
  font-family: Gotham-Book;
  font-size: 14.5px;
  color: #0d607c;
  text-transform: uppercase;
}
.pagination-font-active {
  font-family: Gotham-Book;
  font-size: 20px;
  color: #2690a6;
  text-transform: uppercase;
}
#pagination {
  display: flex;
  justify-content: center;
  height: 45px;
}
#pagination .page-numbers {
  width: 25px;
  height: 25px;
  margin: 10px;
  text-decoration: none;
  text-align: center;
  font-family: Gotham-Book;
  font-size: 14.5px;
  color: #0d607c;
  text-transform: uppercase;
}
#pagination .page-numbers.dots {
  cursor: default;
}
#pagination .page-numbers:hover:not(.dots) {
  background-color: #b3dbdc;
}
#pagination .prev,
#pagination .next {
  width: auto;
}
#pagination .page-numbers:not(.dots):not(.next):not(.prev) {
  border: solid 1px #dfe4e7;
}
#pagination .page-numbers.current {
  background-color: #b2dadb;
}
@media only screen and (max-width: 768px) {
  #pagination .page-numbers {
    margin: 10px 5px;
  }
}
@media only screen and (max-width: 600px) {
  #pagination .prev,
  #pagination .next {
    padding: 7.25px;
    font-size: 43.5px;
    line-height: 0 !important;
  }
  #pagination .prev abbr,
  #pagination .next abbr {
    display: none;
  }
}
/* Article Typography */
article h1 {
  font-family: Gotham-Book;
  font-size: 28px;
  color: #414142;
}
article h2 {
  font-family: Gotham;
  font-size: 24px;
  color: #414142;
}
article h3 {
  font-family: Gotham;
  font-size: 18px;
  color: #414142;
}
article h4 {
  font-family: Gotham;
  font-size: 16px;
  color: #414142;
}
article h5 {
  font-family: Gotham;
  font-size: 14px;
  color: #414142;
}
article h6 {
  font-family: Gotham-Book;
  font-size: 14px;
  color: #414142;
}
article p,
article ul li,
article ol li {
  font-family: Gotham-Book;
  font-size: 16px;
  color: #414142;
}
/* Article mixins */
/* --------------------------- */
.sub-article-header {
  font-family: Gotham;
  text-transform: uppercase;
  font-size: 18px;
  color: #414142;
}
/* --------------------------- */
.article-container,
.article-container-main,
.page-container {
  float: none;
}
.article-container {
  margin-bottom: 12px;
}
@media only screen and (min-width: 1199px) {
  .article-container {
    max-width: 1120px;
  }
}
@media only screen and (min-width: 1199px) {
  .article-container-main {
    max-width: 1120px;
  }
}
/* Article header */
/* --------------------------- */
/* yellow-divider */
.article-divider {
  height: 5px;
  width: 100%;
  background-color: #fec10d;
}
/*article info */
.article-info div {
  line-height: 23px;
  font-size: 13px;
}
.post-details {
  padding-top: 10px;
}
.article-title {
  font-family: Gotham;
  font-size: 28px;
  color: #414142;
  margin-bottom: 1em;
}
/* Article body */
/* --------------------------- */
.article-body,
.page-body {
  /* Audio player styling */
}
.article-body img,
.page-body img {
  max-width: 70%;
  height: auto;
  display: block;
  margin: auto;
}
.article-body img.alignright,
.page-body img.alignright {
  float: right;
  padding: 0 0 10px 15px;
}
.article-body img.alignleft,
.page-body img.alignleft {
  float: left;
  padding: 0 15px 10px 0;
}
.article-body img.aligncenter,
.page-body img.aligncenter {
  display: block;
  float: none;
  margin: 0 auto;
  padding: 0 0 10px 0;
}
.article-body strong,
.page-body strong {
  font-family: Gotham;
}
.article-body blockquote,
.page-body blockquote {
  border-left: none;
  padding: 0 20%;
  color: #7a8084;
  font-size: 16px;
  line-height: 1.7;
}
.article-body blockquote p,
.page-body blockquote p {
  font-size: inherit;
  color: inherit;
  line-height: 1.7;
}
.article-body blockquote p i,
.page-body blockquote p i,
.article-body blockquote p em,
.page-body blockquote p em,
.article-body blockquote p b,
.page-body blockquote p b,
.article-body blockquote p strong,
.page-body blockquote p strong {
  color: inherit;
}
.article-body blockquote cite,
.page-body blockquote cite {
  padding-left: 3em;
  display: block;
  font-size: 13px;
  color: #58595b;
  position: relative;
  font-style: normal;
}
.article-body blockquote cite:before,
.page-body blockquote cite:before {
  content: '\2014';
  position: absolute;
  left: 2em;
}
.article-body blockquote:before,
.page-body blockquote:before {
  display: block;
  content: '“';
  font-family: Gotham;
  font-size: 120px;
  line-height: 1;
  color: #9ea6aa;
  text-align: left;
  margin-bottom: -50px;
  margin-left: -4.83333333px;
}
.article-body ul,
.page-body ul {
  list-style-type: disc;
}
.article-body .inlineAudio,
.page-body .inlineAudio {
  width: 50%;
  margin: auto;
}
.article-body .inlineAudio .mejs-container,
.page-body .inlineAudio .mejs-container {
  margin-bottom: 1em;
}
.article-body .inlineAudio .mejs-time,
.page-body .inlineAudio .mejs-time,
.article-body .inlineAudio .mejs-container .mejs-controls .mejs-time,
.page-body .inlineAudio .mejs-container .mejs-controls .mejs-time {
  padding: 0;
  overflow: visible;
}
.article-body .inlineAudio .mejs-time span,
.page-body .inlineAudio .mejs-time span,
.article-body .inlineAudio .mejs-container .mejs-controls .mejs-time span,
.page-body .inlineAudio .mejs-container .mejs-controls .mejs-time span {
  color: #fff;
  line-height: 32px;
}
.article-body .inlineAudio *,
.page-body .inlineAudio * {
  line-height: 11px;
  font-size: 11px;
}
body.post-template-default .article-body img,
body.post-template-single .article-body img,
body.post-template-single-rail-right .article-body img,
body.post-template-default .page-body img,
body.post-template-single .page-body img,
body.post-template-single-rail-right .page-body img {
  max-width: 100%;
}
.article-body * a,
.page-body * a,
.article-body * a strong,
.page-body * a strong {
  color: #0d607c;
  font-family: Gotham;
}
.article-body * a:hover,
.page-body * a:hover,
.article-body * a:active,
.page-body * a:active,
.article-body * a:hover strong,
.page-body * a:hover strong,
.article-body * a:active strong,
.page-body * a:active strong {
  color: #2690a6;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .article-body p img,
  .page-body p img,
  .article-body p img.alignright,
  .page-body p img.alignright,
  .article-body p img.alignleft,
  .page-body p img.alignleft,
  .article-body p img.aligncenter,
  .page-body p img.aligncenter {
    float: none;
    display: block;
    height: auto;
    padding: 0 15px 0 15px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .article-body p + p img,
  .page-body p + p img {
    margin-top: 1em;
  }
}
/* About the Author */
/* --------------------------- */
.author-bio .bio-title {
  font-family: Gotham;
  text-transform: uppercase;
  font-size: 18px;
  color: #414142;
  margin-bottom: 1em;
}
.author-bio .bio-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  margin: 0;
}
.author-bio .author-thumbnail {
  padding: 0;
}
.author-bio .author-thumbnail img {
  width: 125px;
  height: 125px;
  border-radius: 125px;
  padding: 0;
}
.author-bio .yellow-divider {
  height: 130px;
  width: 0;
  padding: 0;
  margin: 0 2em;
  border-right: #fec10d 5px solid;
}
.author-bio .ator-divider {
  width: 0;
  padding: 0;
  margin: 0 2em;
  opacity: 0.35;
  border-right: #414142 1px solid;
}
.author-bio .author-paragraph {
  /* font-family: Gotham-Book; */
  line-height: 1.6;
  line-height: 23px;
  padding-left: 0;
}
.author-bio.article-meta .bio-content {
  position: relative;
}
.author-bio.article-meta .bio-content .author-thumbnail {
  position: relative;
  padding: 0 !important;
}
@media only screen and (max-width: 991px) {
  .author-bio.article-meta .bio-content .author-thumbnail {
    display: inline-block;
    vertical-align: top;
  }
}
.author-bio.article-meta .bio-content .author-thumbnail a {
  display: block;
  position: relative;
  height: 100%;
}
.author-bio.article-meta .bio-content .author-thumbnail a img {
  /* Vertical align center */
  top: 50%;
  margin-top: -30px;
}
@media only screen and (max-width: 991px) {
  .author-bio.article-meta .bio-content .author-thumbnail a img {
    top: 0;
    margin-top: 3px;
  }
}
.author-bio.article-meta .bio-content .author-thumbnail img {
  position: relative;
  width: 67px;
  height: 67px;
  border-radius: 67px;
}
.author-bio.article-meta .bio-content .post-details {
  padding-top: 0px;
}
.author-bio.article-meta .bio-content .post-details .ator,
.author-bio.article-meta .bio-content .post-details .ator a {
  font-size: 16px;
  font-family: Gotham;
}
.author-bio.article-meta .bio-content .post-details .time {
  font-size: 14.5px;
  font-family: Gotham-Book;
}
.author-bio.article-meta .bio-content .category {
  font-size: 14.5px;
  font-family: Gotham-Book;
}
.author-bio.article-meta .bio-content .yellow-divider,
.author-bio.article-meta .bio-content .ator-divider {
  margin: 0 0.9375rem 0 0.875rem;
}
@media only screen and (max-width: 991px) {
  .author-bio.article-meta .bio-content .yellow-divider,
  .author-bio.article-meta .bio-content .ator-divider {
    display: inline-block;
    vertical-align: top;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .author-bio.article-meta .bio-content .yellow-divider,
  .author-bio.article-meta .bio-content .ator-divider {
    margin: 0 1.75em 0 0.875em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .author-bio.article-meta .bio-content .yellow-divider,
  .author-bio.article-meta .bio-content .ator-divider {
    margin: 0 1.5em 0 0.75em;
  }
}
@media only screen and (max-width: 767px) {
  .author-bio.article-meta .bio-content .yellow-divider,
  .author-bio.article-meta .bio-content .ator-divider {
    margin: 0 1em 0 0.5em;
  }
}
@media only screen and (max-width: 991px) {
  .author-bio.article-meta .bio-content .article-info-wrap {
    display: inline-block;
    vertical-align: top;
  }
}
/* About the Author */
/* --------------------------- */
.related-posts {
  margin-bottom: 1em;
}
.related-posts-title {
  font-family: Gotham;
  text-transform: uppercase;
  font-size: 18px;
  text-transform: none;
  color: #414142;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.railWrap .click-to-tweet {
  text-align: center;
}
.railWrap .click-to-tweet a img {
  max-width: 100%;
}
.railWrap .related-content {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  color: #0e607c;
}
.railWrap .related-content ul {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
}
@media screen and (max-width: 991px) {
  .railWrap .related-content ul {
    padding-left: 0 !important;
  }
}
.railWrap .related-content ul li {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.railWrap .related-content ul li:first-child::before {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  top: 0;
  left: 0;
  background: #414142;
  opacity: 0.5;
}
.railWrap .related-content ul li::after {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #414142;
  opacity: 0.35;
}
.railWrap .related-content ul li a {
  display: block;
  font-family: Gotham;
  line-height: 16px !important;
  vertical-align: top;
}
.railWrap .related-content ul li:hover .txtcol {
  color: #2690a6;
  text-decoration: none;
}
.railWrap .related-content ul li .imgcol {
  display: inline-block;
  min-width: 75px;
  max-width: 75px;
  vertical-align: top;
  text-align: center;
  margin-right: 15px;
}
@media screen and (max-width: 991px) {
  .railWrap .related-content ul li .imgcol {
    min-width: 100px;
    max-width: 100px;
  }
}
.railWrap .related-content ul li .imgcol img {
  max-width: 75px;
  max-height: 56px;
}
@media screen and (max-width: 991px) {
  .railWrap .related-content ul li .imgcol img {
    max-width: 100px;
    max-height: 70px;
  }
}
.railWrap .related-content ul li .txtcol {
  vertical-align: top;
  display: inline-block;
  width: calc(100% - 96px);
}
@media screen and (max-width: 991px) {
  .railWrap .related-content ul li .txtcol {
    width: calc(100% - 120px);
    max-height: 70px;
  }
}
.railWrap .related-content ul li .txtcol.no-image {
  width: 100%;
}
.railWrap .related-content ul li .txtcol:hover {
  color: #2690a6;
  text-decoration: none;
}
.railWrap .related-content ul li .txtcol p {
  color: #0d607c;
  font-family: Gotham;
  line-height: 1.25 !important;
  margin-bottom: 0;
}
.railWrap .related-content ul li .txtcol p.line-clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.railWrap .related-content ul li .txtcol p.line-clamp-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 991px) {
  .railWrap {
    margin-top: 35px;
  }
  .railWrap .related-posts-title {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .author-bio .bio-title,
  .related-posts-title {
    font-size: 28px;
    text-align: left;
  }
  .article-meta .bio-content,
  .author-bio .bio-content,
  .related-posts .related-content {
    display: block;
  }
  .article-meta .bio-content .author-thumbnail,
  .author-bio .bio-content .author-thumbnail,
  .related-posts .related-content .author-thumbnail {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 1em;
  }
  .article-meta .bio-content .yellow-divider,
  .author-bio .bio-content .yellow-divider,
  .related-posts .related-content .yellow-divider {
    display: none;
  }
  .article-meta .bio-content .author-paragraph,
  .author-bio .bio-content .author-paragraph,
  .related-posts .related-content .author-paragraph,
  .article-meta .bio-content ul,
  .author-bio .bio-content ul,
  .related-posts .related-content ul {
    /*
      font-size: 18px;
      line-height: 30px;
      */
    padding-left: 15px;
  }
}
/* Featured Article Header */
/* --------------------------- */
.featured-article .article-header {
  padding-left: 25px;
  padding-top: 26px / 2;
  padding-bottom: 26px / 2;
  font-family: Gotham;
  font-size: 22px;
  text-transform: uppercase;
}
/* Credit: https://github.com/twbs/bootstrap/issues/11292 */
.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
  text-align: left;
}
.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
  text-align: center;
}
.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
  text-align: right;
}
.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
  text-align: justify;
}
@media (max-width: 767px) {
  .text-left-not-xs,
  .text-center-not-xs,
  .text-right-not-xs,
  .text-justify-not-xs {
    text-align: inherit;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-justify-xs {
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm,
  .text-center-not-sm,
  .text-right-not-sm,
  .text-justify-not-sm {
    text-align: inherit;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md,
  .text-center-not-md,
  .text-right-not-md,
  .text-justify-not-md {
    text-align: inherit;
  }
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-left-not-lg,
  .text-center-not-lg,
  .text-right-not-lg,
  .text-justify-not-lg {
    text-align: inherit;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-justify-lg {
    text-align: justify;
  }
}
/* @GK: Adding flexbox styles and Promoting the styles to the top */
.row-flex {
  margin-left: -15px;
  margin-right: -15px;
  display: block;
}
.row-flex .tile-flex .txtrow {
  margin-bottom: 60px;
}
@media (min-width: 992px) {
  .railWrap .related-posts {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .railWrap .cta-tiles {
    padding-left: 0;
    padding-right: 0;
  }
}
.railWrap .cta-tiles .col-flex {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .railWrap .cta-tiles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .railWrap .cta-tiles .tile-flex,
  .railWrap .cta-tiles .col-flex {
    flex: 0 48%;
    box-sizing: border-box;
  }
}
.railWrap .cta-tiles .txtrow {
  margin-bottom: 60px;
}
#page-header.container {
  max-width: 100%;
  margin: 0 auto;
}
.tile.no-refs {
  border: 0.5px solid rgba(67, 67, 67, 0.15) !important;
  min-height: 150px !important;
  opacity: 0.2;
}
.tile.register {
  opacity: 0.25;
}
.tile.register small {
  border: 0.5px solid rgba(67, 67, 67, 0.15) !important;
  opacity: 0.1 !important;
}
.not-registered + small {
  text-align: center;
  display: block;
}
@media (min-width: 992px) {
  .row-flex {
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    align-items: stretch;
  }
  .col-flex {
    flex: auto;
  }
  .col-flex + .col-flex {
    margin-left: 0;
  }
  .col-flex::before,
  .col-flex::after {
    content: '';
    /* Insert pseudo-element */
    margin: auto;
    /* Make it push flex items to the center */
  }
}
/* @GK: Support variable heights in CTA Tile rows */
@media (min-width: 992px) {
  .marketo-listx .row-flex,
  .cta-tiles .row-flex {
    margin-bottom: 15px;
  }
  .tile-flex {
    width: 100%;
    height: 100%;
  }
}
/* Support Margins on Flexbox enabled tiles */
@media (max-width: 991px) {
  .marketo-listx .row-flex .col-flex,
  .cta-tiles .row-flex .col-flex {
    margin-bottom: 15px;
  }
}
/* Content Block Specific Styles */
.railWrap .tile {
  background-color: white;
  margin-bottom: 30px;
}
.railWrap .tile:first-child {
  margin-top: 5px;
}
@media screen and (max-width: 1199px) {
  .railWrap .tile:first-child {
    margin-top: 0;
  }
}
.railWrap .tile h2 {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #414142;
  font-size: 24px;
  line-height: 1.3;
  padding: 0 15px 0 15px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.railWrap .tile h4 {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.railWrap .click-to-tweet img {
  min-width: 300px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .railWrap .cta-tiles {
    padding-left: 0;
    padding-right: 0;
  }
}
.article-body img {
  margin-bottom: 1.6em;
}
@media (min-width: 1200px) {
  .article-container-main .rail-right .post {
    max-width: 722px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article-container-main .rail-right .post {
    padding-right: 35px;
  }
}
.article-container-main .rail-right .author-bio .bio-title {
  color: #414142;
  font-size: 16px;
}
.article-container-main .rail-right .author-bio .author-thumbnail {
  padding: 5px 0 15px;
}
.article-container-main .rail-right .author-bio .more-from-author h4.author-other {
  color: #414142;
  font-size: 16px;
  padding: 15px 0;
}
.article-container-main .rail-right .author-bio .more-from-author li {
  line-height: 1.65 !important;
}
.article-meta .bio-content .bio-title {
  color: #414142;
  font-size: 16px;
}
.article-meta .bio-content .author-thumbnail {
  padding: 5px 0 15px;
}
.article-meta .bio-content .more-from-author h4.author-other {
  color: #414142;
  font-size: 16px;
  padding: 15px 0;
}
.article-meta .bio-content .more-from-author li {
  line-height: 1.65 !important;
}
@media (min-width: 992px) {
  .rail-container {
    /* Min MD */
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .rail-container {
    /* MD */
  }
}
.railWrap {
  /*margin-bottom: 30px;*/
}
@media (min-width: 992px) {
  .railWrap {
    float: right;
    padding-top: 0px;
    min-width: 300px;
    max-width: 300px;
  }
}
.railWrap h3 {
  color: #414142;
  font-size: 20px;
}
@media (min-width: 992px) {
  .railWrap h3.related-posts-title {
    margin-top: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .railWrap h3 {
    font-size: 18px;
  }
}
.railWrap h6 {
  padding: 0 15px 0 15px;
}
.railWrap .tile {
  padding-bottom: 20px;
  position: relative;
}
.railWrap .tile.tile-min-height {
  min-height: 450px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  .railWrap .tile.tile-min-height {
    min-height: 457px;
  }
}
@media (max-width: 991px) {
  .railWrap .tile.tile-min-height {
    min-height: initial !important;
  }
}
.railWrap .tile img {
  width: 100%;
}
.railWrap .tile a.btn {
  position: relative;
  float: right;
  right: 15px;
  bottom: -20px;
}
.railWrap .tile p.eyebrow {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #797f84;
  font-size: 13.5px;
  font-weight: 700;
  text-transform: uppercase;
}
.railWrap .tile p[rel="added-by-shortcode"] a.btn,
.railWrap .tile p.action a.btn,
.railWrap .tile div.action .btn,
.railWrap .tile a.btn.action {
  position: absolute;
  bottom: 30px;
  right: 15px;
}
.railWrap .tile.select-bordered-yellow-band {
  border: 1px solid #414142;
}
.railWrap .tile.select-bordered-yellow-band img {
  border-bottom: 10px solid #fec20d;
  width: 100%;
}
.railWrap .tile.select-bordered-yellow-band p,
.railWrap .tile.select-bordered-yellow-band h1,
.railWrap .tile.select-bordered-yellow-band h2,
.railWrap .tile.select-bordered-yellow-band h3,
.railWrap .tile.select-bordered-yellow-band h4,
.railWrap .tile.select-bordered-yellow-band h5,
.railWrap .tile.select-bordered-yellow-band h6 {
  padding: 0 15px 0 15px;
}
.railWrap .tile.select-yellow-border {
  border: 1px solid #fec20d;
}
.railWrap .tile.select-yellow-border img {
  width: 100%;
}
.railWrap .tile.select-yellow-border p,
.railWrap .tile.select-yellow-border h1,
.railWrap .tile.select-yellow-border h2,
.railWrap .tile.select-yellow-border h3,
.railWrap .tile.select-yellow-border h4,
.railWrap .tile.select-yellow-border h5,
.railWrap .tile.select-yellow-border h6 {
  padding: 0 15px 0 15px;
}
.railWrap .tile.select-bordered-gray-band {
  border: 1px solid #414142;
}
.railWrap .tile.select-bordered-gray-band img {
  border-bottom: 10px solid #414142;
  width: 100%;
}
.railWrap .tile.select-bordered-gray-band p,
.railWrap .tile.select-bordered-gray-band h1,
.railWrap .tile.select-bordered-gray-band h2,
.railWrap .tile.select-bordered-gray-band h3,
.railWrap .tile.select-bordered-gray-band h4,
.railWrap .tile.select-bordered-gray-band h5,
.railWrap .tile.select-bordered-gray-band h6 {
  padding: 0 15px 0 15px;
}
.railWrap .tile.select-gray-border {
  border: 1px solid #414142;
}
.railWrap .tile.select-gray-border p,
.railWrap .tile.select-gray-border h1,
.railWrap .tile.select-gray-border h2,
.railWrap .tile.select-gray-border h3,
.railWrap .tile.select-gray-border h4,
.railWrap .tile.select-gray-border h5,
.railWrap .tile.select-gray-border h6 {
  padding: 0 15px 0 15px;
}
.railWrap .tile.select-no-border {
  border: none;
}
.railWrap .tile.select-no-border p,
.railWrap .tile.select-no-border h1,
.railWrap .tile.select-no-border h2,
.railWrap .tile.select-no-border h3,
.railWrap .tile.select-no-border h4,
.railWrap .tile.select-no-border h5,
.railWrap .tile.select-no-border h6 {
  padding: 0 15px 0 15px;
}
.railWrap .tile img {
  margin-bottom: 15px;
}
body.archive {
  /* HERO */
  /* END HERO */
  /* MAIN */
  /* END MAIN */
  /* RIGHT */
  /* END RIGHT */
  /* Horizontal Strip */
  /* TYPOGRAPHY */
  /* END TYPOGRAPHY */
}
@media only screen and (min-width: 1200px) {
  body.archive .hero-wrap {
    min-height: 318px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.archive .hero-wrap {
    min-height: 274px;
  }
}
body.archive .hero-wrap img.hero {
  width: 100%;
  max-width: 100%;
}
body.archive .mainhero {
  position: relative;
  margin-bottom: 35px;
}
body.archive .mainhero .title-block {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 991px) {
  body.archive .mainhero .title-block {
    display: block;
    position: relative;
  }
}
body.archive .mainhero .title-block .topic-title-wrap {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  height: 100%;
  align-items: center;
  flex-direction: row;
  padding: 0 5em 0;
}
@media only screen and (max-width: 991px) {
  body.archive .mainhero .title-block .topic-title-wrap {
    display: none;
  }
}
body.archive .mainhero .title-block .topic-title-wrap .topic-title {
  -webkit-box-flex: 0;
  flex: none;
  max-width: 340px;
  padding: 35px;
  border-left: 5px solid #fec10d;
  background: #414142;
  background: rgba(65, 65, 66, 0.9);
}
body.archive .mainhero .title-block .topic-title-wrap .topic-title h1,
body.archive .mainhero .title-block .topic-title-wrap .topic-title h2,
body.archive .mainhero .title-block .topic-title-wrap .topic-title h3,
body.archive .mainhero .title-block .topic-title-wrap .topic-title h4,
body.archive .mainhero .title-block .topic-title-wrap .topic-title h5 {
  text-align: left;
  font-size: 28px;
  color: #fff;
  margin: 0;
  font-family: 'Gotham-Book';
  font-weight: 400;
  line-height: 1.2;
  display: inline-block;
}
body.archive .mainhero .title-block .topic-title-wrap.mobile-wrap {
  display: none;
  height: initial;
}
@media only screen and (max-width: 991px) {
  body.archive .mainhero .title-block .topic-title-wrap.mobile-wrap {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
body.archive .mainhero .title-block .topic-title-wrap.mobile-wrap .topic-title {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 10px;
  border-left: 0 none;
  background: #414142;
  background: rgba(65, 65, 66, 0.9);
}
body.archive .mainhero .title-block .topic-title-wrap.mobile-wrap .topic-title h1,
body.archive .mainhero .title-block .topic-title-wrap.mobile-wrap .topic-title h2,
body.archive .mainhero .title-block .topic-title-wrap.mobile-wrap .topic-title h3,
body.archive .mainhero .title-block .topic-title-wrap.mobile-wrap .topic-title h4,
body.archive .mainhero .title-block .topic-title-wrap.mobile-wrap .topic-title h5 {
  width: 100%;
  text-align: center;
  font-size: 28px;
  color: #fff;
  margin: 0;
  font-family: 'Gotham-Book';
  font-weight: 400;
  display: inline-block;
}
body.archive .row > .page-title-blocker {
  margin-bottom: 25px;
  text-align: center;
  margin: 0 auto 35px;
}
body.archive .table-heading h1,
body.archive .table-heading h2,
body.archive .table-heading h3,
body.archive .table-heading h4,
body.archive .table-heading h5 {
  font-size: 18px;
  margin: 0;
  font-family: 'Gotham-Book';
  font-weight: 400;
}
body.archive .related-research {
  margin-bottom: 35px;
}
body.archive .related-research h4 {
  margin-bottom: 15px;
}
body.archive .related-research #pagination {
  margin-bottom: 0;
}
body.archive .table {
  display: table;
  border-collapse: collapse;
}
body.archive .table .tr.row {
  display: table-row;
}
body.archive .table .thead {
  display: table-header-group;
}
body.archive .table .thead .tr {
  border-bottom: 1px solid #ccc;
}
body.archive .table .thead .tr .th {
  font-size: 13px;
  padding-bottom: 8px;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
body.archive .table .tbody {
  display: table-row-group;
}
body.archive .table .tbody .tr.row {
  border-bottom: 1px solid #ccc;
}
body.archive .table .tbody .tr.row .td {
  padding-top: 25px;
  padding-bottom: 25px;
}
body.archive .table .th,
body.archive .table .td {
  display: table-cell;
  vertical-align: top;
}
body.archive .table .col-date {
  min-width: 80px;
}
@media only screen and (max-width: 991px) {
  body.archive .table .col-date {
    min-width: 65px;
  }
}
body.archive .table .col-date > .cell-wrap {
  position: relative;
}
@media only screen and (min-width: 992px) {
  body.archive .table .col-date > .cell-wrap {
    top: -5px;
  }
}
body.archive .table .col-date span.arrow {
  padding-left: 10px;
}
body.archive .table .col-date span.arrow i {
  cursor: pointer;
  color: #0e607c;
}
body.archive .table .col-img {
  padding-right: 25px;
  min-width: 150px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.archive .table .col-img {
    max-width: 195px;
  }
}
body.archive .table .col-img img {
  height: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.archive .table .col-img img {
    max-width: 170px;
  }
}
body.archive .table .col-txt {
  padding-right: 25px;
  min-width: 410px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.archive .table .col-txt {
    min-width: 340px;
  }
}
@media only screen and (max-width: 767px) {
  body.archive .table .col-txt {
    min-width: 217px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.archive .table .col-txt {
    min-width: 300px;
  }
}
body.archive .table .col-txt > .cell-wrap {
  position: relative;
}
@media only screen and (min-width: 992px) {
  body.archive .table .col-txt > .cell-wrap {
    top: -3px;
  }
}
@media only screen and (max-width: 991px) {
  body.archive .table .col-txt .imgrow,
  body.archive .table .col-txt .imgrow img {
    max-width: 165px;
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  body.archive .table .col-txt .imgrow {
    margin-bottom: 15px;
  }
}
body.archive .table.researchers .col-img {
  min-width: 165px;
  max-width: 165px;
}
body.archive .table.researchers .col-img img {
  max-width: 125px;
}
body.archive .table.researchers + .view-all-research {
  margin-bottom: 35px;
}
body.archive .rail-container {
  /* @GK Not working after responsive changes */
}
body.archive .rail-container > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
body.archive .rail-container .popular-topics {
  padding-right: 0;
  padding-left: 0;
}
body.archive .rail-container .right-rail-tile .txtwrap {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
@media only screen and (max-width: 991px) {
  body.archive .rail-container .right-rail-tile {
    margin-left: -15px;
    margin-right: -15px;
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width: 991px) {
  body.archive .rail-container .right-rail-tile p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}
body.archive .rail-container .right-rail-tile .imgrow img {
  width: auto;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.archive .rail-container .right-rail-tile .imgrow img {
    max-height: 157px;
  }
}
@media only screen and (max-width: 991px) {
  body.archive .rail-container .tile.tile-min-height {
    min-height: initial !important;
  }
}
body.archive .rail-container .tile[data-href] {
  cursor: pointer;
}
body.archive .rail-container .tile[data-href]:hover .btn.btn-primary {
  background-color: #0d607c !important;
}
body.archive .rail-container .popular-topics-title {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 15px;
}
body.archive .rail-container .popular-topics-content .list-group-item {
  border: 0 none;
  padding: 15px 15px;
  border-bottom: 1px solid #ccc !important;
  background-color: transparent;
  color: #217b8e;
  padding-left: 0;
}
body.archive .rail-container .popular-topics-content .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: 1px solid #ccc;
}
body.archive .rail-container .popular-topics-content .list-group-item::last-child {
  bottom-bottom-left-radius: 0;
  bottom-bottom-right-radius: 0;
}
body.archive .rail-container .popular-topics-content .list-group-item:hover,
body.archive .rail-container .popular-topics-content .list-group-item:focus {
  background-color: transparent;
  color: #0e607c;
}
@media only screen and (min-width: 992px) {
  body.archive .rail-container .cta-tiles {
    padding-left: 0;
    padding-right: 0;
  }
}
body.archive .rail-container .cta-tiles .tile .innerzone.innerzone img {
  margin-bottom: 0;
}
body.archive .rail-container .cta-tiles .tile .innerzone.innerzone .btnrow {
  position: relative;
}
body.archive .rail-container .cta-tiles .tile .innerzone.innerzone .btnrow a.btn {
  right: unset;
  left: 0;
  bottom: 0;
}
body.archive .rail-container .cta-tiles .tile .innerzone.innerzone .txtrow.txtrow {
  margin-bottom: 0;
}
body.archive .rail-container .tile-library .tile .txtrow p:first-of-type {
  min-height: 88px;
}
@media only screen and (max-width: 991px) {
  body.archive .rail-container {
    margin-bottom: 35px;
  }
}
body.archive section#main .topic-wrap {
  margin-bottom: 25px;
}
body.archive section#main .topic-wrap h2.topic-title {
  margin-bottom: 0;
}
body.archive section#main .topic-wrap .row {
  margin-top: 0;
  margin-bottom: 0;
}
body.archive section#main .topic-wrap.empty {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  body.archive section#main .topic-wrap .topic-description {
    margin-top: -2px;
  }
}
body.archive section#main .topic-wrap .topic-description h1:first-child,
body.archive section#main .topic-wrap .topic-description h2:first-child,
body.archive section#main .topic-wrap .topic-description h3:first-child,
body.archive section#main .topic-wrap .topic-description h4:first-child,
body.archive section#main .topic-wrap .topic-description h5:first-child,
body.archive section#main .topic-wrap .topic-description h6:first-child {
  margin-top: 0;
}
body.archive section#main .topic-wrap .topic-description p,
body.archive section#main .topic-wrap .topic-description span,
body.archive section#main .topic-wrap .topic-description ul,
body.archive section#main .topic-wrap .topic-description ol,
body.archive section#main .topic-wrap .topic-description li {
  font-size: 16px;
}
body.archive section#main h2.topic-title,
body.archive section#main h2.researchers-title {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-top: 0;
  color: #414142;
}
body.archive .cell-wrap a:hover {
  text-decoration: none;
}
body.archive .cell-wrap h4 {
  margin-top: 0;
  margin-bottom: 8px;
}
@media only screen and (max-width: 991px) {
  body.archive .cell-wrap h4 {
    margin-bottom: 3px;
  }
}
body.archive .cell-wrap h4,
body.archive .cell-wrap h4 a {
  color: #217b8e;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14.5px;
  line-height: 1.3;
}
body.archive .cell-wrap h4:hover,
body.archive .cell-wrap h4 a:hover {
  color: #0e607c;
  text-decoration: none;
}
body.archive .cell-wrap span.date {
  text-transform: uppercase;
  color: #414142;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14.5px;
}
body.archive .cell-wrap span.asset-type,
body.archive .cell-wrap span.asset-type a {
  position: relative;
  color: #707070;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  text-transform: uppercase;
}
body.archive .cell-wrap p {
  line-height: 1.4;
}
@media only screen and (max-width: 991px) {
  body.archive .cell-wrap p {
    margin-bottom: 5px;
  }
}
body.archive .cell-wrap p.author,
body.archive .cell-wrap p.topics,
body.archive .cell-wrap p.products,
body.archive .cell-wrap p.author span,
body.archive .cell-wrap p.topics span,
body.archive .cell-wrap p.products span,
body.archive .cell-wrap p.author a,
body.archive .cell-wrap p.topics a,
body.archive .cell-wrap p.products a {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin-bottom: 0;
}
body.archive .cell-wrap p.author span,
body.archive .cell-wrap p.topics span,
body.archive .cell-wrap p.products span {
  font-family: Gotham-Book, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.archive .cell-wrap div.source,
body.archive .cell-wrap div.source span,
body.archive .cell-wrap div.source p,
body.archive .cell-wrap div.source a {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  margin-bottom: 0;
}
body.archive .cell-wrap div.source p,
body.archive .cell-wrap div.source span {
  display: inline-block;
  font-family: Gotham-Book, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.archive .pdg-content-wrap {
  clear: both;
}
body.archive .pdg-content-wrap .right-rail-position,
body.archive .pdg-content-wrap .pdg-position {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  body.archive .pdg-content-wrap .right-rail-position,
  body.archive .pdg-content-wrap .pdg-position {
    float: left;
    width: 100%;
  }
}
body.archive .pdg-content-wrap .right-rail-position .pdg-position__title,
body.archive .pdg-content-wrap .pdg-position .pdg-position__title {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.24137931em;
  margin-top: 0;
  margin-bottom: 0;
}
body.archive .pdg-content-wrap .right-rail-position .tile-position,
body.archive .pdg-content-wrap .pdg-position .tile-position,
body.archive .pdg-content-wrap .right-rail-position .pdg-position__offers,
body.archive .pdg-content-wrap .pdg-position .pdg-position__offers {
  margin-top: 0;
  margin-right: -15px;
  margin-left: -15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.archive .pdg-content-wrap .right-rail-position .tile-position,
  body.archive .pdg-content-wrap .pdg-position .tile-position,
  body.archive .pdg-content-wrap .right-rail-position .pdg-position__offers,
  body.archive .pdg-content-wrap .pdg-position .pdg-position__offers {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}
body.archive .pdg-content-wrap .right-rail-position .tile,
body.archive .pdg-content-wrap .pdg-position .tile {
  display: block;
  float: left;
  position: relative;
}
body.archive .pdg-content-wrap .right-rail-position .tile > .innerzone,
body.archive .pdg-content-wrap .pdg-position .tile > .innerzone {
  margin-top: 15px;
  margin-bottom: 15px;
}
body.archive .pdg-content-wrap .right-rail-position .tile.tile-linked > .innerzone,
body.archive .pdg-content-wrap .pdg-position .tile.tile-linked > .innerzone {
  -webkit-transition: box-shadow 0.1s ease, border 0.2s ease;
  -moz-transition: box-shadow 0.1s ease, border 0.2s ease;
  -o-transition: box-shadow 0.1s ease, border 0.2s ease;
  transition: box-shadow 0.1s ease, border 0.2s ease;
}
body.archive .pdg-content-wrap .right-rail-position .tile.tile-linked:not(.select-no-border):hover > .innerzone,
body.archive .pdg-content-wrap .pdg-position .tile.tile-linked:not(.select-no-border):hover > .innerzone {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.archive .pdg-content-wrap .right-rail-position .tile.tile-linked:not(.select-no-border):hover > .innerzone,
  body.archive .pdg-content-wrap .pdg-position .tile.tile-linked:not(.select-no-border):hover > .innerzone {
    box-shadow: 0 0 0 transparent;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  body.archive .pdg-content-wrap .right-rail-position .tile.tile-linked:not(.select-no-border):hover > .innerzone,
  body.archive .pdg-content-wrap .pdg-position .tile.tile-linked:not(.select-no-border):hover > .innerzone {
    box-shadow: 0 0 0 transparent;
  }
}
body.archive .pdg-content-wrap .right-rail-position .tile.tile-linked:hover h1,
body.archive .pdg-content-wrap .pdg-position .tile.tile-linked:hover h1,
body.archive .pdg-content-wrap .right-rail-position .tile.tile-linked:hover h2,
body.archive .pdg-content-wrap .pdg-position .tile.tile-linked:hover h2,
body.archive .pdg-content-wrap .right-rail-position .tile.tile-linked:hover h3,
body.archive .pdg-content-wrap .pdg-position .tile.tile-linked:hover h3,
body.archive .pdg-content-wrap .right-rail-position .tile.tile-linked:hover h4,
body.archive .pdg-content-wrap .pdg-position .tile.tile-linked:hover h4,
body.archive .pdg-content-wrap .right-rail-position .tile.tile-linked:hover h5,
body.archive .pdg-content-wrap .pdg-position .tile.tile-linked:hover h5 {
  color: #0e607c;
}
body.archive .pdg-content-wrap .right-rail-position .tile.tile-linked:hover .btn,
body.archive .pdg-content-wrap .pdg-position .tile.tile-linked:hover .btn {
  color: #0d607c;
}
body.archive .pdg-content-wrap .right-rail-position .tile.tile-linked:hover .btn.btn-arrow:after,
body.archive .pdg-content-wrap .pdg-position .tile.tile-linked:hover .btn.btn-arrow:after {
  background-image: url(https://cdn.nwea.org/images/arrows/arrow-hover.svg) !important;
}
body.archive .pdg-content-wrap .right-rail-position .tile a:not(.btn),
body.archive .pdg-content-wrap .pdg-position .tile a:not(.btn) {
  color: #217b8e;
}
body.archive .pdg-content-wrap .right-rail-position .tile a:not(.btn):active,
body.archive .pdg-content-wrap .pdg-position .tile a:not(.btn):active,
body.archive .pdg-content-wrap .right-rail-position .tile a:not(.btn):focus,
body.archive .pdg-content-wrap .pdg-position .tile a:not(.btn):focus,
body.archive .pdg-content-wrap .right-rail-position .tile a:not(.btn):hover,
body.archive .pdg-content-wrap .pdg-position .tile a:not(.btn):hover {
  color: #0e607c;
}
body.archive .pdg-content-wrap .right-rail-position .tile:not(.tile-flex) .innerzone,
body.archive .pdg-content-wrap .pdg-position .tile:not(.tile-flex) .innerzone {
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 991px) {
  body.archive .pdg-content-wrap .right-rail-position .tile:not(.tile-flex) .innerzone > .btnrow,
  body.archive .pdg-content-wrap .pdg-position .tile:not(.tile-flex) .innerzone > .btnrow {
    display: none;
  }
}
body.archive .pdg-content-wrap .right-rail-position .tile.borderless .innerzone,
body.archive .pdg-content-wrap .pdg-position .tile.borderless .innerzone,
body.archive .pdg-content-wrap .right-rail-position .tile.select-borderless .innerzone,
body.archive .pdg-content-wrap .pdg-position .tile.select-borderless .innerzone {
  border: initial;
  border: 0 none;
}
body.archive .pdg-content-wrap .right-rail-position .tile .imgrow img,
body.archive .pdg-content-wrap .pdg-position .tile .imgrow img {
  max-width: 100%;
}
body.archive .pdg-content-wrap .right-rail-position .tile .txtrow,
body.archive .pdg-content-wrap .pdg-position .tile .txtrow {
  clear: both;
}
body.archive .pdg-content-wrap .right-rail-position .tile .txtrow h1,
body.archive .pdg-content-wrap .pdg-position .tile .txtrow h1,
body.archive .pdg-content-wrap .right-rail-position .tile .txtrow h2,
body.archive .pdg-content-wrap .pdg-position .tile .txtrow h2,
body.archive .pdg-content-wrap .right-rail-position .tile .txtrow h3,
body.archive .pdg-content-wrap .pdg-position .tile .txtrow h3,
body.archive .pdg-content-wrap .right-rail-position .tile .txtrow h4,
body.archive .pdg-content-wrap .pdg-position .tile .txtrow h4,
body.archive .pdg-content-wrap .right-rail-position .tile .txtrow h1.initial,
body.archive .pdg-content-wrap .pdg-position .tile .txtrow h1.initial,
body.archive .pdg-content-wrap .right-rail-position .tile .txtrow h2.initial,
body.archive .pdg-content-wrap .pdg-position .tile .txtrow h2.initial,
body.archive .pdg-content-wrap .right-rail-position .tile .txtrow h3.initial,
body.archive .pdg-content-wrap .pdg-position .tile .txtrow h3.initial,
body.archive .pdg-content-wrap .right-rail-position .tile .txtrow h4.initial,
body.archive .pdg-content-wrap .pdg-position .tile .txtrow h4.initial {
  margin-top: 0;
  margin-bottom: 10px;
  color: #217b8e;
  font-size: 14.5px !important;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
body.archive .pdg-content-wrap .right-rail-position .tile .txtrow h1 a,
body.archive .pdg-content-wrap .pdg-position .tile .txtrow h1 a,
body.archive .pdg-content-wrap .right-rail-position .tile .txtrow h2 a,
body.archive .pdg-content-wrap .pdg-position .tile .txtrow h2 a,
body.archive .pdg-content-wrap .right-rail-position .tile .txtrow h3 a,
body.archive .pdg-content-wrap .pdg-position .tile .txtrow h3 a,
body.archive .pdg-content-wrap .right-rail-position .tile .txtrow h4 a,
body.archive .pdg-content-wrap .pdg-position .tile .txtrow h4 a,
body.archive .pdg-content-wrap .right-rail-position .tile .txtrow h1.initial a,
body.archive .pdg-content-wrap .pdg-position .tile .txtrow h1.initial a,
body.archive .pdg-content-wrap .right-rail-position .tile .txtrow h2.initial a,
body.archive .pdg-content-wrap .pdg-position .tile .txtrow h2.initial a,
body.archive .pdg-content-wrap .right-rail-position .tile .txtrow h3.initial a,
body.archive .pdg-content-wrap .pdg-position .tile .txtrow h3.initial a,
body.archive .pdg-content-wrap .right-rail-position .tile .txtrow h4.initial a,
body.archive .pdg-content-wrap .pdg-position .tile .txtrow h4.initial a {
  font-size: 14.5px !important;
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
body.archive .pdg-content-wrap .right-rail-position .tile .txtrow .eyebrow,
body.archive .pdg-content-wrap .pdg-position .tile .txtrow .eyebrow {
  font-family: Gotham-Book, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: #414142;
  font-size: 13px !important;
  font-weight: 500;
  text-transform: uppercase;
}
body.archive .pdg-content-wrap .right-rail-position .tile .txtrow .eyebrow.time-read,
body.archive .pdg-content-wrap .pdg-position .tile .txtrow .eyebrow.time-read {
  font-size: 12px !important;
  text-transform: initial;
}
body.archive .pdg-content-wrap .right-rail-position .tile p.added-by-shortcode,
body.archive .pdg-content-wrap .pdg-position .tile p.added-by-shortcode,
body.archive .pdg-content-wrap .right-rail-position .tile .btnrow,
body.archive .pdg-content-wrap .pdg-position .tile .btnrow {
  margin-top: 15px;
  clear: both;
}
body.archive .pdg-content-wrap .right-rail-position .tile .txtrow a.btn-primary,
body.archive .pdg-content-wrap .pdg-position .tile .txtrow a.btn-primary,
body.archive .pdg-content-wrap .right-rail-position .tile .btnrow a.btn-primary,
body.archive .pdg-content-wrap .pdg-position .tile .btnrow a.btn-primary,
body.archive .pdg-content-wrap .right-rail-position .tile .txtrow .btn.btn-primary,
body.archive .pdg-content-wrap .pdg-position .tile .txtrow .btn.btn-primary,
body.archive .pdg-content-wrap .right-rail-position .tile .btnrow .btn.btn-primary,
body.archive .pdg-content-wrap .pdg-position .tile .btnrow .btn.btn-primary {
  color: #fff;
}
body.archive .pdg-content-wrap .right-rail-position .tile.no-x-padding .txtrow,
body.archive .pdg-content-wrap .pdg-position .tile.no-x-padding .txtrow {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (max-width: 991px) {
  body.archive .pdg-content-wrap .right-rail-position .tile,
  body.archive .pdg-content-wrap .pdg-position .tile {
    float: left;
    width: 100%;
  }
}
body.archive .pdg-content-wrap .right-rail-position .tile h2,
body.archive .pdg-content-wrap .pdg-position .tile h2,
body.archive .pdg-content-wrap .right-rail-position .tile h3,
body.archive .pdg-content-wrap .pdg-position .tile h3,
body.archive .pdg-content-wrap .right-rail-position .tile h4,
body.archive .pdg-content-wrap .pdg-position .tile h4 {
  margin-top: 10px;
}
body.archive .pdg-content-wrap .right-rail-position .tile .innerzone,
body.archive .pdg-content-wrap .pdg-position .tile .innerzone {
  position: initial;
  background-color: #fff;
  padding: 0 !important;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  body.archive .pdg-content-wrap .right-rail-position .tile .innerzone,
  body.archive .pdg-content-wrap .pdg-position .tile .innerzone {
    float: left;
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
  body.archive .pdg-content-wrap .right-rail-position .tile .innerzone,
  body.archive .pdg-content-wrap .pdg-position .tile .innerzone {
    width: 100%;
    padding: 15px;
    padding: 0;
  }
}
@media only screen and (max-width: 576px) {
  body.archive .pdg-content-wrap .right-rail-position .tile .innerzone,
  body.archive .pdg-content-wrap .pdg-position .tile .innerzone {
    padding: 15px;
  }
}
body.archive .pdg-content-wrap .right-rail-position .tile .innerzone .txtrow,
body.archive .pdg-content-wrap .pdg-position .tile .innerzone .txtrow {
  min-height: 100px;
}
body.archive .pdg-content-wrap .right-rail-position .tile .innerzone .txtrow .eyebrow,
body.archive .pdg-content-wrap .pdg-position .tile .innerzone .txtrow .eyebrow {
  clear: both;
  margin-bottom: 0;
}
body.archive .pdg-content-wrap .right-rail-position .tile .innerzone .txtrow h1,
body.archive .pdg-content-wrap .pdg-position .tile .innerzone .txtrow h1,
body.archive .pdg-content-wrap .right-rail-position .tile .innerzone .txtrow h2,
body.archive .pdg-content-wrap .pdg-position .tile .innerzone .txtrow h2,
body.archive .pdg-content-wrap .right-rail-position .tile .innerzone .txtrow h3,
body.archive .pdg-content-wrap .pdg-position .tile .innerzone .txtrow h3,
body.archive .pdg-content-wrap .right-rail-position .tile .innerzone .txtrow h4,
body.archive .pdg-content-wrap .pdg-position .tile .innerzone .txtrow h4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
body.archive .pdg-content-wrap .right-rail-position .tile .innerzone .txtrow p:not([rel="added-by-shortcode"]),
body.archive .pdg-content-wrap .pdg-position .tile .innerzone .txtrow p:not([rel="added-by-shortcode"]) {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
body.archive .pdg-content-wrap .right-rail-position .tile .innerzone .txtrow p[rel="added-by-shortcode"],
body.archive .pdg-content-wrap .pdg-position .tile .innerzone .txtrow p[rel="added-by-shortcode"] {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  body.archive .pdg-content-wrap .right-rail-position .tile .innerzone .txtrow p[rel="added-by-shortcode"],
  body.archive .pdg-content-wrap .pdg-position .tile .innerzone .txtrow p[rel="added-by-shortcode"] {
    margin-bottom: 20px;
  }
}
body.archive .pdg-content-wrap .right-rail-position .tile .innerzone .txtwrap,
body.archive .pdg-content-wrap .pdg-position .tile .innerzone .txtwrap {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}
body.archive .pdg-content-wrap .right-rail-position .tile .innerzone .txtwrap .txtrow,
body.archive .pdg-content-wrap .pdg-position .tile .innerzone .txtwrap .txtrow {
  padding: 15px 0px 0;
}
@media only screen and (min-width: 992px) {
  body.archive .pdg-content-wrap .right-rail-position .tile .innerzone .txtwrap .txtrow,
  body.archive .pdg-content-wrap .pdg-position .tile .innerzone .txtwrap .txtrow {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  body.archive .pdg-content-wrap .right-rail-position .tile .innerzone .txtwrap .txtrow,
  body.archive .pdg-content-wrap .pdg-position .tile .innerzone .txtwrap .txtrow {
    min-height: 130px;
    /* @GK Dep. on right rail Matching height to allow for 5 lines*/
  }
}
@media only screen and (max-width: 991px) {
  body.archive .pdg-content-wrap .right-rail-position .tile .innerzone .txtwrap .txtrow,
  body.archive .pdg-content-wrap .pdg-position .tile .innerzone .txtwrap .txtrow {
    padding-right: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  body.archive .pdg-content-wrap .right-rail-position .tile .innerzone .txtwrap .txtrow,
  body.archive .pdg-content-wrap .pdg-position .tile .innerzone .txtwrap .txtrow {
    margin-bottom: 0 !important;
  }
}
@media only screen and (max-width: 576px) {
  body.archive .pdg-content-wrap .right-rail-position .tile .innerzone .txtwrap .txtrow,
  body.archive .pdg-content-wrap .pdg-position .tile .innerzone .txtwrap .txtrow {
    padding-top: 15px;
    padding-left: 0;
  }
}
body.archive .pdg-content-wrap .right-rail-position .tile .innerzone .btnrow .btn,
body.archive .pdg-content-wrap .pdg-position .tile .innerzone .btnrow .btn,
body.archive .pdg-content-wrap .right-rail-position .tile .innerzone .btnrow.inner .btn,
body.archive .pdg-content-wrap .pdg-position .tile .innerzone .btnrow.inner .btn {
  clear: both;
}
body.archive .pdg-content-wrap .right-rail-position .tile .innerzone .imgrow,
body.archive .pdg-content-wrap .pdg-position .tile .innerzone .imgrow {
  padding: 0 !important;
}
@media only screen and (min-width: 577px) and (max-width: 991px) {
  body.archive .pdg-content-wrap .right-rail-position .tile .innerzone .imgrow,
  body.archive .pdg-content-wrap .pdg-position .tile .innerzone .imgrow {
    border-top: 0 none;
    border: 0 none;
  }
}
body.archive .pdg-content-wrap .right-rail-position .tile .innerzone .imgrow img,
body.archive .pdg-content-wrap .pdg-position .tile .innerzone .imgrow img {
  max-width: 100%;
}
body.archive .pdg-content-wrap .right-rail-position .tile.tile-flex .innerzone .txtrow,
body.archive .pdg-content-wrap .pdg-position .tile.tile-flex .innerzone .txtrow {
  padding-right: 15px;
  padding-top: 15px;
}
body.archive .pdg-content-wrap .right-rail-position .tile.tile-flex .innerzone .btnrow,
body.archive .pdg-content-wrap .pdg-position .tile.tile-flex .innerzone .btnrow {
  padding-left: 15px;
  padding-right: 15px;
}
body.archive .pdg-content-wrap .right-rail-position .tile.tile-flex .innerzone .btnrow.padding-0,
body.archive .pdg-content-wrap .pdg-position .tile.tile-flex .innerzone .btnrow.padding-0 {
  padding-left: 0;
  padding-right: 0;
}
body.archive .pdg-content-wrap .right-rail-position .tile-position.tile-library .tile .btnrow,
body.archive .pdg-content-wrap .pdg-position .tile-position.tile-library .tile .btnrow {
  padding-left: 0;
  padding-right: 0;
}
body.archive .pdg-content-wrap.horizontal-strip-holder {
  margin-top: 15px;
}
@media only screen and (max-width: 576px) {
  body.archive .pdg-content-wrap.horizontal-strip-holder {
    display: flex;
  }
}
body.archive .pdg-content-wrap.horizontal-strip-holder .pdg-position {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #E3E3E3;
  margin-bottom: 15px;
}
body.archive .pdg-content-wrap.horizontal-strip-holder .pdg-position .tilewrap {
  flex: 1;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  body.archive .pdg-content-wrap.horizontal-strip-holder .pdg-position .tilewrap {
    float: left;
    width: 100%;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  body.archive .pdg-content-wrap.horizontal-strip-holder .pdg-position .tilewrap {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  body.archive .pdg-content-wrap.horizontal-strip-holder .pdg-position .tilewrap {
    float: left;
    width: 33.33333333%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.archive .pdg-content-wrap.horizontal-strip-holder .pdg-position .tilewrap {
    width: initial;
    padding: 0 7.5px;
  }
}
body.archive .pdg-content-wrap.horizontal-strip-holder .pdg-position .tilewrap .innerzone {
  border: 1px solid #707070;
}
@media only screen and (min-width: 1200px) {
  body.archive .pdg-content-wrap.horizontal-strip-holder .pdg-position .tilewrap .innerzone {
    min-height: 20.3em;
  }
}
@media only screen and (max-width: 576px) {
  body.archive .pdg-content-wrap.horizontal-strip-holder .pdg-position .tilewrap .innerzone {
    padding: 0;
  }
}
body.archive .pdg-content-wrap.horizontal-strip-holder .pdg-position .tilewrap .imgrow {
  border-bottom: 0 none;
  min-height: 150.3px;
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  body.archive .pdg-content-wrap.horizontal-strip-holder .pdg-position .tilewrap .imgrow {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  body.archive .pdg-content-wrap.horizontal-strip-holder .pdg-position .tilewrap .imgrow {
    float: left;
    width: 41.66666667%;
  }
}
@media (min-width: 992px) {
  body.archive .pdg-content-wrap.horizontal-strip-holder .pdg-position .tilewrap .imgrow {
    float: left;
    width: 100%;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  body.archive .pdg-content-wrap.horizontal-strip-holder .pdg-position .tilewrap .imgrow {
    margin-top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    max-width: 38%;
  }
}
body.archive .pdg-content-wrap.horizontal-strip-holder .pdg-position .tilewrap .txtwrap {
  float: left;
  width: 100%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  body.archive .pdg-content-wrap.horizontal-strip-holder .pdg-position .tilewrap .txtwrap {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 577px) and (max-width: 991px) {
  body.archive .pdg-content-wrap.horizontal-strip-holder .pdg-position .tilewrap .txtwrap {
    float: left;
    width: 58.33333333%;
  }
}
@media (min-width: 992px) {
  body.archive .pdg-content-wrap.horizontal-strip-holder .pdg-position .tilewrap .txtwrap {
    float: left;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.archive .pdg-content-wrap.horizontal-strip-holder .pdg-position .tilewrap .txtwrap .txtrow {
    min-height: 155px;
  }
}
body.archive .pdg-content-wrap.horizontal-strip-holder .pdg-position .tilewrap .txtwrap .txtrow h1,
body.archive .pdg-content-wrap.horizontal-strip-holder .pdg-position .tilewrap .txtwrap .txtrow h2,
body.archive .pdg-content-wrap.horizontal-strip-holder .pdg-position .tilewrap .txtwrap .txtrow h3,
body.archive .pdg-content-wrap.horizontal-strip-holder .pdg-position .tilewrap .txtwrap .txtrow h4 {
  font-size: 16px;
  -webkit-line-clamp: 4;
  line-height: 1.4;
}
body.archive .pdg-content-wrap.horizontal-strip-holder .pdg-position .tilewrap .txtwrap .txtrow p {
  display: none !important;
}
body.archive .pdg-content-wrap.horizontal-strip-holder .pdg-position .tilewrap .txtwrap .txtrow p.eyebrow {
  display: -webkit-box !important;
  line-height: 1.4;
}
body.archive .pdg-content-wrap.horizontal-strip-holder .pdg-position .tilewrap .txtwrap .txtrow p.cat {
  margin-bottom: 10px;
}
body.archive .pdg-content-wrap.horizontal-strip-holder .pdg-position .tilewrap .btnrow .btn-unstyled {
  padding-left: 0;
}
body.archive .horizontal-strip-holder .tile.tile.tile-linked h1,
body.archive .horizontal-strip-holder .tile.tile.tile-linked h2,
body.archive .horizontal-strip-holder .tile.tile.tile-linked h3,
body.archive .horizontal-strip-holder .tile.tile.tile-linked h4,
body.archive .horizontal-strip-holder .tile.tile.tile-linked h5,
body.archive .horizontal-strip-holder .tile.tile.tile-linked h6 {
  color: #217b8e;
}
body.archive .horizontal-strip-holder .tile.tile.tile-linked:hover h1,
body.archive .horizontal-strip-holder .tile.tile.tile-linked:hover h2,
body.archive .horizontal-strip-holder .tile.tile.tile-linked:hover h3,
body.archive .horizontal-strip-holder .tile.tile.tile-linked:hover h4,
body.archive .horizontal-strip-holder .tile.tile.tile-linked:hover h5,
body.archive .horizontal-strip-holder .tile.tile.tile-linked:hover h6 {
  color: #0e607c;
}
body.archive #load_more {
  text-align: center;
}
body.archive #load_more .btn {
  color: #217b8e;
}
body.archive #load_more .btn:hover {
  color: #0e607c;
}
body.archive #load_more .btn:active {
  -webkit-box-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
}
body.archive .category_content_module {
  margin: 35px 0 15px;
}
body.archive span.arrow.DESC i {
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
body.archive .pdg-position__offers .innerzone .imgrow {
  min-height: 124px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.archive .pdg-position__offers .innerzone .imgrow {
    min-height: 124px;
  }
}
body.archive .pdg-position__offers .innerzone .imgrow img {
  max-width: 100%;
  height: auto;
}
body.archive .pdg-position__offers .innerzone .txtwrap .btnrow {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body.archive .pdg-position__offers .innerzone {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  body.archive .pdg-position__offers {
    display: flex;
  }
  body.archive .pdg-position__offers .tilewrap {
    display: flex;
  }
  body.archive .pdg-position__offers .tilewrap .tile {
    display: flex;
  }
  body.archive .pdg-position__offers .innerzone {
    display: flex;
    flex-direction: column;
  }
  body.archive .pdg-position__offers .innerzone .imgrow {
    display: flex;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  body.archive .pdg-position__offers {
    padding-right: 7.5px;
    padding-left: 7.5px;
  }
}
body.archive .pdg-position__offers .txtwrap {
  display: flex;
  flex-grow: 1;
}
body.archive .pdg-position__offers .txtwrap .txtrow {
  display: flex;
  flex-direction: column;
  align-self: flex-start;
  flex: 1;
}
body.archive .pdg-position__offers .ator {
  display: flex;
  line-height: 1.2;
}
body.archive .btn.infinity {
  font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
/** Todo: Include article, card, filtered page styles. **/
