@font-face {
  font-family: "Avenir Next Regular";
  src: url("../fonts/AvenirNext-Regular.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/AvenirNext-Regular.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts//AvenirNext-Regular.woff") format("woff"),
    /* Pretty Modern Browsers */ url("../fonts/AvenirNext-Regular.ttf") format("truetype"),
    /* Safari, Android, iOS */ url("../fonts/AvenirNext-Regular.svg") format("svg");
  /* Legacy iOS */
}
@font-face {
  font-family: "DecimaMonoPro";
  src: url("../fonts/DecimaMonoPro.eot");
  src: url("../fonts/DecimaMonoPro.eot") format("embedded-opentype"),
    url("../fonts/DecimaMonoPro.woff2") format("woff2"), url("../fonts/DecimaMonoPro.woff") format("woff"),
    url("../fonts/DecimaMonoPro.ttf") format("truetype"), url("../fonts/DecimaMonoPro.svg#DecimaMonoPro") format("svg");
}
@font-face {
  font-family: "ChronicleDispSemibold";
  src: url("../fonts/ChronicleDispSemibold.eot");
  src: url("../fonts/ChronicleDispSemibold.eot") format("embedded-opentype"),
    url("../fonts/ChronicleDispSemibold.woff2") format("woff2"),
    url("../fonts/ChronicleDispSemibold.woff") format("woff"),
    url("../fonts/ChronicleDispSemibold.ttf") format("truetype"),
    url("../fonts/ChronicleDispSemibold.svg#ChronicleDispSemibold") format("svg");
}
/*.font-size(@pxValue) {
	@remValue: @pxValue / @base-font-size;
	font-size: unit(@pxValue, ~"px");
	font-size: unit(@remValue, ~"rem");
}*/
/*.widthRem(@pxValue) {
	@remValue: @pxValue / @base-font-size;
	width: unit(@pxValue, ~"px");
	width: unit(@remValue, ~"rem");
}*/
/*.heightRem(@pxValue) {
	@remValue: @pxValue / @base-font-size;
	height: unit(@pxValue, ~"px");
	height: unit(@remValue, ~"rem");
}*/
/*.line-height(@pxValue) {
	@remValue: @pxValue / @base-font-size;
	line-height: unit(@pxValue, ~"px");
	line-height: unit(@remValue, ~"rem");
}*/
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
@media (min-width: 768px) {
  h1 {
    margin: 10px 0;
    font-size: 21px;
  }
  .m-p-t-0,
  .m-p-t-10 {
    padding-top: inherit !important;
  }
  .upper-dotted-320 {
    border-top: none;
  }
  .mob-only {
    display: none;
  }
  .tablet-only {
    display: block;
  }
  .tablet-up {
    display: block;
  }
  .tablet-up-inline {
    display: inline;
  }
  .author {
    display: inherit;
  }
  .author ~ p {
    margin-top: 10px;
  }
  #container, .irei-container {
    width: 700px;
    margin: 0 auto;
  }
  #mobnav img:first-child {
    height: 33px;
  }
  #mobnav > div:last-child {
    padding: 0 34px;
  }
  #top-news {
    padding-bottom: 10px;
  }
  /* Slider */
  .prime-news,
  .ireoc-prime-news {
    position: relative;
    padding-bottom: 40px;
  }
  .prime-news article,
  .ireoc-prime-news article {
    display: table;
    width: 100%;
  }
  .prime-news article > div,
  .ireoc-prime-news article > div {
    vertical-align: top;
  }
  .prime-news article > div:first-child,
  .ireoc-prime-news article > div:first-child {
    padding-right: 10px;
  }
  .prime-news article > div:nth-child(2),
  .ireoc-prime-news article > div:nth-child(2) {
    padding-left: 10px;
    margin-top: 56px;
  }
  .prime-news article p,
  .ireoc-prime-news article p {
    margin-top: 10px;
  }
  .prime-news .news-img,
  .ireoc-prime-news .news-img {
    width: 50%;
    max-height: 315px;
    display: table-cell;
    text-align: center;
    overflow: hidden;
  }

  .prime-news .news-img img,
  .ireoc-prime-news .news-img img {
    max-height: 315px;
  }
  .prime-button-prev {
    left: calc(50% + 10px);
    top: 0;
    width: 44px;
    height: 44px;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    -ms-filter: "FlipH";
    filter: FlipH;
  }
  .prime-button-next {
    left: calc(50% + 60px);
    top: 0;
    width: 44px;
    height: 44px;
  }
  /* news list */
  #news-list {
    display: table;
    table-layout: fixed;
    width: calc(100% + 30px);
    margin: 0 0 0 -10px;
    border-collapse: separate;
    border-spacing: 10px 0;
    padding-top: 10px;
  }
  .newsline {
    margin-bottom: 1rem;
  }
  .news-piece p {
    display: inline;
  }
  .tb-horz > article {
    display: table-cell;
    vertical-align: top;
    padding: 0 10px 0 0;
    border-right: 1px dotted #d8d7d6;
    border-bottom: none;
  }
  .tb-horz > article:last-child {
    border-right: none;
  }
  /* Content sets - articles and ads */
  .content-set {
    padding-top: 13px;
    padding-bottom: 10px;
  }
  .content-set img {
    padding-bottom: 10px;
  }
  .content-set .two-cols-set {
    width: 100%;
    padding-top: 10px;
    border-top: 1px dotted #d8d7d6;
  }
  .content-set .two-cols-set > div {
    display: table;
  }
  .content-set .two-cols-set img {
    width: 100%;
  }
  .content-set .two-cols-set .t-c-s-left {
    display: table-cell;
    width: 67%;
    padding-right: 10px;
    border-right: 1px dotted #d8d7d6;
    vertical-align: top;
  }
  .content-set .two-cols-set .t-c-s-left article {
    /* IE hack */
  }
  .content-set .two-cols-set .t-c-s-left article:first-child {
    padding-top: 0;
    border-top: none;
  }
  .content-set .two-cols-set .t-c-s-left article.main-article {
    display: block;
    width: 100%;
    height: 280px;
    padding-top: 20px;
  }
  .content-set .two-cols-set .t-c-s-left article.main-article a:nth-child(2) {
    bottom: 58px;
    padding-right: 20px;
    top: auto;
    transform: none;
  }
  .content-set .two-cols-set .t-c-s-right {
    display: table-cell;
    padding-left: 10px;
    vertical-align: top;
  }
  .content-set .two-cols-set .t-c-s-right article,
  .content-set .two-cols-set .t-c-s-right div {
    /* IE hack */
    max-width: 100%;
  }
  .content-set .two-cols-set .t-c-s-right article:first-child,
  .content-set .two-cols-set .t-c-s-right div:first-child {
    padding-top: 0;
    border-top: none;
  }
  .content-set .two-cols-set .lock {
    bottom: 30px;
  }
  .content-set .two-cols-set .ad {
    padding: 10px 0 0;
    border-top: 1px dotted #d8d7d6;
  }
  footer h1 {
    font-size: 16px;
  }
  footer nav {
    width: 66%;
    font-size: 16px;
  }
  footer nav a {
    font-family: ChronicleDispSemibold;
  }
  footer aside {
    width: 34%;
    border-top: none;
  }
  footer aside div a:last-child img {
    margin-top: 10px;
  }
  footer aside div .news-alerts {
    max-width: 330px;
    background-image: none;
    padding-left: 10px;
  }
  #social > div {
    /* overflow: auto; */
    font-size: 0.8rem;
    display: block;
  }
  #social > div:first-child {
    width: 160px;
    padding: 26px 0;
    float: right;
  }
  #social > div:first-child a {
    display: table-cell;
    text-align: center;
  }
  #social > div:last-child {
    padding-top: 1.2rem;
    float: left;
    width: 340px;
  }
  /* overlays */
  .overlay fieldset {
    width: 690px;
    margin: 0 auto;
  }
  .overlay input,
  .overlay button {
    margin: 0;
  }
  .overlay input {
    width: 64%;
    margin-right: 0.7rem;
  }
  .overlay button {
    width: 32%;
  }
  .overlay.login input,
  .overlay.login label,
  .overlay.login button {
    width: 32%;
    padding: 0.2rem 0.5rem;
  }
  .overlay.login button {
    display: inline-block;
  }
  .overlay.login label {
    margin: 0;
    padding-top: 13px;
    width: 100%;
  }
  .overlay.login a {
    display: inline-block;
    width: 100%;
    padding-top: 10px;
    text-align: left;
  }
  /* article */
  h2.article-heading {
    margin-bottom: 0.78571429rem;
  }
  .issued {
    font-size: 16px;
    display: inline-block;
  }
  .share h3 {
    font-size: 16px;
  }
  .other-heading {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 21px !important;
  }
  .the-article {
    font-size: 16px;
  }
  .the-article h1 {
    font-size: 32px;
  }
  .the-article .news-tag {
    font-size: 16px;
  }
  .the-article .article-attr {
    font-family: DecimaMonoPro;
    font-size: 16px;
  }
  .the-article .article-attr > * {
    vertical-align: top;
  }
  .the-article article > .news-tag {
    font-family: DecimaMonoPro;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 11px;
    padding: 10px 0 0 0;
  }
  .the-article .more-resources {
    font-size: 14px;
  }
  /* gate (for article) */
  .gate {
    height: 90%;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffffff 70%);
    /*Safari 5.1-6*/
    background: -o-linear-gradient(rgba(255, 255, 255, 0), #ffffff 70%);
    /*Opera 11.1-12*/
    background: -moz-linear-gradient(rgba(255, 255, 255, 0), #ffffff 70%);
    /*Fx 3.6-15*/
    background: linear-gradient(rgba(255, 255, 255, 0), #ffffff 70%);
    /*Standard*/
  }
  .gate > div > div {
    width: 75%;
  }
  /* Issue */
  .issue > header .news-tag {
    display: block;
    margin-top: 10px;
  }
  .issue > header h1 {
    font-size: 32px;
    margin: 10px 0 16px;
  }
  .issue p {
    margin-bottom: 10px;
  }
  .issue .row.m-p-t-0 > div header {
    padding-top: 0;
  }
  .issue .row.m-p-t-0 > div:nth-child(n + 2) header {
    padding-top: 0;
  }
  .issue .row.no-top-border > div > article {
    border-top: none;
  }
  .issue .row.no-top-border > div:nth-child(n + 2) {
    border-top: none;
  }
  .issue .price {
    font-size: 19px;
    margin: 0 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px dotted #d8d7d6;
  }
  /* generic template */
  .generic {
    font-size: 16px;
  }
  .generic h1 {
    line-height: 2rem;
    vertical-align: top;
  }
  .generic p {
    margin-bottom: 10px;
  }
  /* Publications America */
  .year-selector {
    padding: 14px 0 !important;
  }
  .investment-year {
    padding: 20px 0 !important;
  }
  .year-selector .dbl-col {
    text-align: right;
  }
  .year-selector label {
    display: inline;
  }
  .year-selector input {
    width: 100%;
  }
  .issues-list h2 {
    font-size: 22px;
    margin: 20px 0;
  }
  .issues-list a:hover {
    text-decoration: underline;
  }
  .issues-list .row .dbl-col {
    padding: 10px 0 20px 0;
  }
  .issues-list .row .dbl-col h3 + p {
    margin-top: 0;
  }
  /* events */
  .i-grid.events {
    padding-bottom: 0;
  }
  .i-grid.events h2 {
    margin-top: -4px;
    font-size: 21px;
  }
  .i-grid.events header > p {
    margin: 14px 0 20px 0;
  }
  .i-grid.events .invite {
    margin: 20px 0;
  }
  .i-grid.events article:nth-child(n + 2) {
    padding-top: 20px;
  }
  .i-grid.events article > a {
    font-size: 14px;
    margin: 3px 0 20px;
  }
  .i-grid.events article p {
    margin-bottom: 22px;
  }
  .i-grid.events article p:last-child {
    margin-bottom: 20px;
  }
  .i-grid.the-event header h1 {
    margin-top: 0;
    font-size: 32px;
    line-height: 36px;
  }
  .i-grid.the-event header p {
    font-size: 16px;
  }
  .i-grid.the-event article h2 {
    font-size: 16px;
  }
  .i-grid.the-event article img {
    width: auto;
  }
  .i-grid.the-event .tabs-page:last-child {
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 0;
  }
  .i-grid.the-event .tabs-page:last-child > section:last-child {
    padding-bottom: 0;
  }
  .i-grid.the-event .spacier {
    font-size: 16px;
    line-height: 27px;
  }
  .i-grid.the-event section.member h2 {
    font-size: 21px;
  }
  .i-grid.the-event section.member img {
    max-width: 50%;
    float: left;
    padding: 0 20px 8px 0;
  }
  .i-grid.the-event section.member > p.role {
    display: inline;
  }
  .i-grid.the-event section.member > p:nth-child(n + 2) {
    margin-top: 20px;
  }
  .i-grid.the-event section.sponsors > div {
    max-width: none;
    width: calc(33.33% - 20px);
  }
  .i-grid.the-event section.sponsors.big > div {
    width: calc(50% - 20px);
  }
  .i-grid.the-event section.sponsors.big > div > a {
    font-size: 21px;
  }
  /* Resource Center */
  .rc-search form {
    display: table;
  }
  .rc-search form > * {
    display: table-cell;
  }
  .rc-search form input {
    width: calc(75% - 20px);
  }
  .rc-search form button {
    width: 25%;
  }
  /* Research */
  .i-grid.research h2 {
    margin-top: -4px;
    font-size: 21px;
  }
  .i-grid.research header > p {
    margin: 14px 0 20px 0;
  }
  /* Subscribe top banner */
  #subscribe p {
    margin: 0 auto;
    display: block;
    width: 680px;
  }
  #subscribe p > * {
    vertical-align: middle;
  }
  #subscribe span {
    margin-right: 1rem;
  }
  #subscribe a {
    display: block;
    width: auto;
    padding: 5px 10px;
  }
  /* Newsline page */
  .i-grid.the-newsline .dbl-col + div {
    border-top: none;
    padding-top: 0 !important;
  }
  /*
    Common element:
    - Important text when no data found (like on newsline-empty page)

    Example:
        <p class="important-info">There are no articles for this category</p>
    */
  .important-info {
    font-size: 2rem;
    margin: 20px 0;
  }
  /* Staff Member */
  .staff-member h1 {
    margin-top: -5px;
  }
  /* Common for Checkout & Login forms */
  .i-form > section form .divided {
    display: table;
    width: 100%;
    border-top: 1px #d8d7d6 solid;
    margin-top: 20px;
  }
  .i-form > section form .divided > div {
    display: table-cell;
  }
  .i-form > section form .divided > div:last-child {
    text-align: right;
  }
  .i-form > section form .divided .container {
    text-align: right;
  }
  .i-form > section form .divided .container > a:first-child {
    border: none;
  }
  .i-form > section form .divided .container > * {
    display: inline-block;
  }
  .i-form > section form .divided span {
    padding: 0 15px;
  }
  .i-form .captcha {
    display: table;
    padding-top: 10px;
  }
  .i-form .captcha > div {
    display: table-cell;
  }
  .i-form .captcha > div:first-child {
    width: 160px;
    padding: 0 20px 0 0;
    position: static;
  }
  .i-form .captcha > div:first-child a {
    position: absolute;
    top: 33px;
    right: 15px;
    transform: translateY(-50%);
    font-size: 14px;
    text-decoration: underline;
  }
  .i-form .captcha > div:last-child {
    padding-bottom: 0;
    width: 540px;
  }
  .i-form .captcha > div:last-child p {
    display: inline-block;
    font-size: 14px;
    margin-top: 5px;
  }
  .i-form .captcha img {
    max-width: 100px;
  }
  /* Store */
  .the-store {
    border-top: 1px dotted #d8d7d6;
    padding-top: 20px;
    margin-bottom: 20px;
    overflow: auto;
  }
  .the-store ul > li {
    float: left;
    border-top: none;
    border-right: 1px dotted #d8d7d6;
    width: calc((100% - 10px) / 3);
    padding: 0 10px 0 0;
  }
  .the-store ul > li:first-child {
    padding-top: 0;
  }
  .the-store ul > li:nth-child(3n + 2) {
    padding-left: 10px;
    width: calc((100% + 19px) / 3);
  }
  .the-store ul > li:nth-child(3n + 3) {
    border-right: none;
    padding-left: 10px;
    padding-right: 0;
  }
  .the-store ul > li:nth-child(n + 4) {
    border-top: 1px dotted #d8d7d6;
    padding-top: 20px;
  }
  .the-store .product-img {
    height: 240px;
  }
  .the-store .prod-title {
    display: block;
    height: 105px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .the-store .prod-title:hover {
    text-decoration: underline;
  }
  .the-store .price {
    display: block;
  }
  .the-store .price > div {
    display: block;
    width: auto;
    border: none;
    padding-left: 0;
    padding-bottom: 5px;
    padding: 5px 0;
    margin: 0;
    text-align: left;
  }
  .i-toast {
    padding: 20px;
    font-size: 19px;
  }
  .i-toast > div {
    width: 700px;
    margin: 0 auto;
  }
  .i-toast p,
  .i-toast a {
    display: inline-block;
  }
  .i-toast p {
    padding-right: 20px;
  }
  .i-toast a {
    margin-top: 0;
  }
  .i-toast .close {
    right: 4vw;
    width: 4vw;
    height: 4vw;
  }
  /* Fundtracker */
  .the-fundtracker .benefit {
    margin-right: 20px;
  }
  .the-fundtracker .read-more {
    margin-bottom: 20px;
  }
  .the-fundtracker .pics {
    text-align: left;
  }
  .pricing-table {
    font-size: 16px;
    line-height: 1.3em;
  }
  /* Leadership */
  .the-leadership li {
    font-size: 21px;
  }
  .the-leadership li a {
    font-size: 29px;
  }
  .the-leadership li p.email,
  .the-leadership li p.phone {
    font-size: 14px;
  }
  .the-leadership img {
    width: 140px;
    margin: 0 10px 20px 0;
  }
  /* woocommerce cart */
  .i-form form table.cart td.actions {
    padding-top: 10px;
  }
  .i-form .forms-btn.compact {
    max-width: 220px;
    display: inline-block !important;
  }
  .i-form .forms-btn.tab-full-width {
    width: 100%;
    max-width: none;
  }
  /* My Account */
  .i-grid.my-account + section .tbl-container table {
    width: 100%;
  }
}
@media (min-width: 768px) and (orientation: portrait) {
  .the-article .dbl-col > article {
    min-height: 1110px;
  }
}
@media (min-width: 768px) and (orientation: landscape) {
  .gate > div > div {
    top: 90%;
  }
}
