/* reset styles */
body, ul, li{
  margin:0;
  padding:0;
  font:inherit;
  list-style: none;
  font-size: 100%;
}

body{
  background: #FFF;
}

*:focus{ outline: none;}

/* fix jumping scroll bar 
html { margin-left: calc(100vw - 100%); }*/

/* import custom fonts */
/*@font-face{font-family:'dns_light';src:url('fonts/AntiqueOliveLT-Light.eot');src:url('fonts/AntiqueOliveLT-Light.eot?#iefix') format('embedded-opentype'),
url('fonts/AntiqueOliveLT-Light.woff') format('woff'),
url('fonts/AntiqueOliveLT-Light.ttf') format('truetype'),
url('fonts/AntiqueOliveLT-Light.svg#futuratotligregular') format('svg');font-weight:normal;font-style:normal;}*/

@font-face{font-family:'dns_regular';src:url('fonts/AntiqueOliveLT-Roman.eot');src:url('fonts/AntiqueOliveLT-Roman.eot?#iefix') format('embedded-opentype'),
url('fonts/AntiqueOliveLT-Roman.woff') format('woff'),
url('fonts/AntiqueOliveLT-Roman.ttf') format('truetype'),
url('fonts/AntiqueOliveLT-Roman.svg#futuratotligregular') format('svg');font-weight:normal;font-style:normal;}

@font-face{font-family:'dns_bold';src:url('fonts/AntiqueOliveLT-Bold.eot');src:url('fonts/AntiqueOliveLT-Bold.eot?#iefix') format('embedded-opentype'),
url('fonts/AntiqueOliveLT-Bold.woff') format('woff'),
url('fonts/AntiqueOliveLT-Bold.ttf') format('truetype'),
url('fonts/AntiqueOliveLT-Bold.svg#futuratotbold') format('svg');font-weight:normal;font-style:normal;}

/*@font-face{font-family:'dns_black';src:url('fonts/AntiqueOliveLT-Black.eot');src:url('fonts/AntiqueOliveLT-Black.eot?#iefix') format('embedded-opentype'),
url('fonts/AntiqueOliveLT-Black.woff2') format('woff2'),
url('fonts/AntiqueOliveLT-Black.woff') format('woff'),
url('fonts/AntiqueOliveLT-Black.ttf') format('truetype'),
url('fonts/AntiqueOliveLT-Black.svg#futuratotbold') format('svg');font-weight:normal;font-style:normal;}*/


/* clean up admin bar */
li#wp-admin-bar-customize {
  display: none;
}

li#wp-admin-bar-wp-logo {
  display: none;
}

li#wp-admin-bar-comments {
  display: none;
}

li#wp-admin-bar-new-content {
  display: none;
}

li#wp-admin-bar-edit {
  display: none;
}

a.ab-item::before {
    display: none;
}
#wpadminbar {
    background: #333;
}

label.screen-reader-text {
  display: none;
}

/* fonts and links */
body, p{
  font-size:14px;
  font-family:'dns_regular';
  color:#777777;
  line-height:26px;
  height: 100%;
    margin: 0;
}

strong {
  font-family: 'dns_bold';
  color: #666;
}

.title {
    margin: 0;
}

.title-spacer {
    height: 10px;
}

.blog-author {
    margin-top: -5px;
    padding-bottom: 15px;
}

h1{
  font-size: 24px;
  font-family: 'dns_regular';
  color: #777777;
  margin-top: -5px;
  text-transform: uppercase;
}

a, a:visited, a:active{
  font-size:14px;
  font-family:'dns_regular';
  color:#e1363f;
  text-decoration: none;
  text-transform: uppercase;
}

a:hover{
  color:#777777;
}


/* WP Default Classes */
.alignleft{
  float: left;
}
.alignright{
  float: right;
}
/* TESTING BLOG RESET */
.imgbox .wp-video, .imgbox .mejs-container, .ytemb {
    width: 375px!important;
    height: 211px!important;
    float: left;
   /* display: contents;*/
}
.post-content.blog .alignleft {
    margin-right: 20px;
}
.post-content.blog .alignright {
    margin-left: 20px;
}
.wp-video {
    margin: 5px;
}

/* basic stuff */
.main-frame{
    display: block;
  margin: 0px auto;
  width: 1160px;
}
.post > .imgbox * {
    float: left;
}

.imgCol.imgbox {
    float: left;
    width: 375px;
    margin-right: 20px;
}
.imgbox.imgCol.videobox {
    float: none;
    width: 100%;
}
.post > .imgbox img {
  padding-top: 5px;
  padding-bottom: 5px;
}
.post > .imgboxpress > * {
    width: 385px!important;
}
a.post-edit-link {
    font-size: 14px;
    float: right;
}
a.category-title {
    font-size: 24px;
    display: inline;
}
section.content {
    padding-bottom: 60px;
}

article.post {
    padding-bottom: 40px;
}

article.post {
    padding-bottom: 15px;
}

.post-content {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    margin-bottom: 10px;
    column-gap: 20px;
}

/*.post-content.blog, .columnReset{
    -webkit-column-count: initial;
    -moz-column-count: initial;
    column-count: initial;
}*/
.disable_image_sort .wp-caption {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    -webkit-column-break-inside: avoid;
    column-break-inside: avoid;
    page-break-inside: avoid;
}

.post-content.imgCol{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.post-content.two_cell.imgCol{
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    max-width: 375px;
}
.post-content.videobox{
    -webkit-column-count: initial;
    -moz-column-count: initial;
    column-count: initial;
}
.wp-caption-text {
    margin-top: -5px;
    font-size: 10px;
    line-height: 17px;
    padding-left: 5px;
    padding-bottom: 5px;
    width: 365px;
    /* text-align: center; */
    color: #666;
    padding-right: 5px;
}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption{
    white-space: pre-line;
}

.fill_height {
    content: "";
    width: 100%;
    float: left;
    /*height: 148px;*/
}

.wp-caption,.wp-caption img{
    width: 375px!important;
    height:auto;
}
.wp-press-caption{
    width: 385px!important;
}
@page {
    size: A4 portrait;
    margin: 40px 40px;
}
@media print {
  body, p, .wp-caption-text{
    color: #000;
  }
  *{
    overflow: visible;
    clear: both;
  }

  .main-frame { 
    width: 100%;
    margin: 0px;
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    }

  .header-logo, .wp-caption, .wp-caption img, .imgbox img, .wp-caption-text {
    width: 350px!important;
    height: auto!important;
  }
  .imgbox *{
    float: left;
    clear: none;
  }
  .header-logo{
    margin: 0!important
  }
  .imgbox > *{
    margin: 0px 10px;
  }
  .imgbox{
    width: 100%!important;
    width: calc(100% + 20px)!important;
    margin: 0 0px 0 -10px;
  }
  .post-content {
    -webkit-column-count: initial!important;
    -moz-column-count: initial!important;
    column-count: initial!important;
    line-height: 27px;
    position: relative;
    display: table;
  }
  .post-content *{
    position: relative;
    /*display: table;*/
    display: inline-block;
    padding-top: 27px;
  }
  .footer, #totop, .header-menu, a.post-edit-link, .header-qnav {
      display: none;
      visibility: hidden;
  }
  
}
/* LIGHTBOX*/
.lightbg .lightbox{
    min-width: 375px;
    position: relative;
    width: max-content;
    height: max-content;
    width: fit-content;
    height: fit-content;
    margin: 0px auto;
    padding: 0;
    max-width: calc(100vw - 20px);
    max-width: 1160px;
}
.lightcont a {
    position: absolute;
    bottom: -17px;
    left: 0;
    width: 100%;
    display: block;
    background: rgba(255,255,255,0.9);
    display: none;
}

.lightcont {
    position: relative;
    text-align: center;
}
.lightfoot {
    display: table;
    width: -webkit-fill-available;
    padding: 0 0px;
    padding-top: 26px;
}
.lightfoot * {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}
.lightcapt, .imgboxpress .wp-caption-text {

    line-height: 15px;

}
.lightbg .next, .lightbg .prev {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 26px;
    height: 26px;
    font-size: 26px;
    z-index: 9999999999999;
    cursor: pointer;
    color: #e1363f;
    padding: 20px 4px;
    background: white;
}
.lightbg .next {
    right: calc(50vw - 580px);
}
.lightbg .prev {
    left: calc(50vw - 580px);
}
.lightbox img{
    max-width: 100%;
    max-height: 65vh;
}

/* SEARCH OVERLAY */
.search_overlay * {
    font-family: 'dns_regular';
}
.search_results{
    padding-bottom: 30px;
}
.close, .close:active, .close:hover, .close:visited{
  position: absolute;
  right: 32px;
    right: calc(50vw - 580px);
  top: 14px;
    width: 26px;
    height: 26px;
    font-size: 26px!important;
    padding: 2px;
    /*color: #e1363f!important;*/
}
.search_overlay, .lightbg, .letterbox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.9);
    z-index: 999999;
    text-align: -webkit-center;
    display: none;
    overflow-y: auto;
    min-height: 100vh;
    min-width: 100vw;
}

/* Newsletter */
.letterbox {
  /*
    position: relative;
    width: 375px;
    height: 0px;
    overflow: hidden;
    margin: 0px auto;
    -webkit-transition: height 0.2s ease-out;
    -moz-transition: height 0.2s ease-out;
    -o-transition: height 0.2s ease-out;
    transition: height 0.2s ease-out;*/
    position: fixed;
    overflow-y: auto;
}
.letterbox form {
    display: block;
    min-width: 375px;
    position: relative;
    width: 30vw;
    width: min-content;
    height: auto;
    height: fit-content;
    margin: 0px auto;
    padding: 0;
    max-width: 750px;
    top: calc(50vh - 125px);
}

.letterbox form * {
    border: none;
}
.letterbox.active {
    height: 220px;
}

/* Newsletter form */
fieldset.knewsemail {
    float: left;
}

a#totop {
    padding-right: 10px;
    font-size: 21px;
    display: block;
    width: 1160px;
    text-align: center;
    position: fixed;
    bottom: 47px;
    opacity: 1;
    display: none;
}
a#totop.letter{
  opacity: 0;
  pointer-events: none;
}
i.fa.fa-chevron-up {
    background: rgba(255, 255, 255, 0.901961);
    padding: 4px 20px;
}
.letterbox input[type="text"] {
    height: 29px;
    background: rgba(0,0,0,0.0);
    padding-left: 0px;
    z-index: 1;
    border: none;
    font-size: 16px;
    width: calc(100% - 7px);
    color: #777;
    margin: 10px 0;
    padding: 0 0 0 5px;
    border: 1px solid #777;
}
.letterbox input.knewsbutton {
    float: right;
    margin: 10px 0;
    width: 100%;
    height: 31px;
    background-color: #e1363f;
    border: none;
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    color: white;
    font-size: 16px;
    padding: 0px;
}
.letterbox .return_box, .letterbox .sub_info{
    font-size: 12px;
    font-family: 'dns_regular';
    padding: 0
    margin: 0;
}
.letterbox fieldset.knewsemail {
    width: 100%;
}
.letterbox fieldset.knewsterms > *, .letterbox a, .letterbox a:visited, .letterbox a:active {
  font-size: 12px;
    font-family: 'dns_regular';
}

.letterbox small a, .letterbox small a:visited, .letterbox small a:active {
  font-size: 10px;
}
.knewsbutton{
  cursor: pointer;
}
.letterbox fieldset{
    padding: 0;
    margin: 0;
    width: 100%;
}
.lightbg {
    position: fixed;
    overflow: hidden;
}

.search_overlay .result {
    margin: 10px auto;
    display: flex;
    width: calc(100% - 20px);
    text-align: center;
    max-width: 720px;
    border-bottom: 1px solid #d6d6d6;
}
.search_overlay .result a {
    display: table;
}

.search_overlay .result a > * {
    display: table-cell;
}

.search_overlay .info * {
    text-align: left;
    font-size: 14px;
    color: #777777;
    line-height: 26px;
    height: 100%;
}
.search_overlay .info .title {
    font-size: 24px;
    text-transform: uppercase;
}

.search_overlay .info .text {
    max-height: 30px;
    overflow: hidden;
}

.search_overlay .info:hover .title {
    color: #e1363f;
}
.search_overlay.active {
    display: block;
}
form.o-form {
    margin: 0 auto;
    margin-top: 12.5rem;
    display: block;
    width: calc(100% - 40px);
    text-align: center;
    color: #fff;
    max-width: 720px;
    padding-right: 10px;
}

.g-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    width: 100%;
}

.a-input {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 3px;
    padding-right: 10px;
    padding-left: 10px;
    font-family: 'dns_regular';
    color: #e84148;
    font-size: 16px;
    letter-spacing: .075em;
    white-space: nowrap;
    border: 1px solid #e84148;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.a-input:hover, .a-input:active, .a-input:focus {
    -webkit-box-shadow: 0.3rem 0 4.2rem 1rem rgba(69,68,69,.15);
    box-shadow: 0.3rem 0 4.2rem 1rem rgba(69,68,69,.15);
}
.m-btn {
    font-size: 16px;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    padding-top: 3px;
    padding-right: 10px;
    padding-left: 10px;
    -webkit-transition: opacity 900ms ease,color 0.5s ease-out,border-color 1s ease-out;
    transition: opacity 900ms ease,color 0.5s ease-out,border-color 1s ease-out;
    white-space: nowrap;
    letter-spacing: .075em;
    text-transform: uppercase;
    color: #e84148;
    border: 1px solid #e84148;
    margin-left: -2px;
}
button {
    cursor: pointer;
    background-color: transparent;
}
.m-btn span {
    position: relative;
    z-index: 10;
}
.m-search-container .m-btn {
    height: 5rem;
}
.m-btn.m-btn--highlight-background {
    border-color: #e84148;
    background-color: #ffffff;
}
.m-btn.m-btn--highlight-background:hover {
    color: #fff;
}
.m-btn:hover::after {
    width: calc(100% + (2* 0.2rem));
}
.m-btn::after {
    position: absolute;
    z-index: 5;
    top: -1px;
    left: -1px;
    display: block;
    width: 0;
    height: calc(100% + (2* 1px));
    content: '';
    -webkit-transition: width 0.25s ease-out;
    transition: width 0.25s ease-out;
    background-color: #e1363f;
}

.imgboxpress .wp-caption img.size-large {
    max-height: 160px;
    width: auto!important;
    max-width: 120px;
    height: auto;
    padding: 0;
    margin: 0;
}

.imgboxpress .wp-caption-text {
    padding: 0px 10px;
    margin: 0;
    font-size: inherit;
    width: inherit;
}

.imgbox.imgboxpress {
    display: grid!important;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 17px;
    padding-top: 20px;
}

.imgbox.imgboxpress a {
    display: block;
    min-width: 120px;
    min-height: 160px;
}
.post > .imgboxpress > * {
    width: 375px!important;
    min-height: 160px;
    display: flex;
}
h2.title.search {
    padding: 10px 0;
}

.grid-container.search {
    padding-bottom: 0;
}
.ui-loading .ui-loader { display: block; }
.ui-loader { display: none; position: absolute; opacity: .85; z-index: 100; left: 50%; width: 200px; margin-left: -130px; margin-top: -35px; padding: 10px 30px; }


/* header fix  */
li#accessibility-menu {
    position: absolute;
    right: 55px;
}

/* header fix  */
li#accessibility-menu {
    position: absolute;
    right: 60px;
}

#pojo-a11y-toolbar {
  position: fixed;
  font-size: 16px !important;
  line-height: 1.4;
  z-index: 5;
  /*left: calc(50% - 187px);*/
  right: calc(50% - 580px);
}

#pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open {
  top: 20px;
  transform: scaleY(1);
}

.pojo-a11y-toolbar-inner .title-row {
    padding: 0px 0px 15px 0px;
}
@media screen and (max-width:1195px){
  #pojo-a11y-toolbar {
      right: calc(50% - 385px);
  }
  .pojo-a11y-toolbar-inner .title-row {
      padding: 0px 0px 15px 0px;
  }
}
@media screen and (max-width:805px){
  #pojo-a11y-toolbar {
    right: calc(50% - 187px);
  }
  .pojo-a11y-toolbar-inner .title-row {
      padding: 0px 0px 15px 0px;
  }
  #pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open {
    top: 12px
  }
  #pojo-a11y-toolbar .pojo-a11y-toolbar-overlay {
    font-size: 120%;
    height: 250px;
}