/*


<link href="https://fonts.googleapis.com/css?family=Fira+Sans:400,400i,700,700i|Tinos:400,700&display=swap" rel="stylesheet">


font-family: 'Tinos', serif;
font-family: 'Fira Sans', sans-serif;
 

 */
body {
  font-family: 'Fira Sans', sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #414042;
  opacity: 1;
  transition: all .25s linear;
  background: #f5f6f6;
  margin: 0;
}
strong {
  font-weight: 700;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote {
  display: block;
  box-sizing: border-box;
  font-weight: inherit;
}
figure {
  display: block;
  margin: 0 auto;
  font-size: 1em;
}
blockquote {
  font-family: 'Fira Sans', sans-serif;
  font-size: 1em;
}
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  line-height: 1em;
  margin: 0 auto;
  font-weight: 300;
  display: block;
  font-size: 1.125em;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Tinos', serif;
  font-style: normal;
  line-height: 1.2em;
  margin: 3em auto 1.5em auto;
  font-weight: 400;
  display: block;
  font-size: 1.875em;
}
.h1 {
  font-size: 1.875em;
  text-transform: uppercase;
}
.h2 {
  font-size: 1.5em;
  text-transform: none;
  font-weight: 700;
  margin-bottom: .5em;
  font-family: 'Fira Sans', sans-serif;
}
.h3 {
  font-size: 1.5em;
  margin-bottom: .5em;
  text-transform: none;
}
.box .underline {
  padding-bottom: 1px solid
}
/*
.h4 {
    font-size: 1.875em;
}
.h5 {
    font-size: 2.1875em;
}
.h6 {
    font-size: 1.3125em;
    text-transform: uppercase;
}
*/
p, .mce-content-body ol, .mce-content-body ul, .box ol, .box ul {
  font-size: 1.125em;
}
p, li {
  line-height: 1.666666666666667em;
}
.box ul ul, .box ol ul, .mce-content-body ol ul, .mce-content-body ul ul, .box ul ol, .box ol ol, .mce-content-body ol ol, .mce-content-body ul ol {
  font-size: 1em;
}
@media only screen and (max-width:56em) {
  h1, h2, h3, h4, h5, h6 {}
  .h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 1.5em auto .75em auto
  }
  .h1 {
    font-size: 1.5em;
  }
  .h2 {
    font-size: 1.1875em;
  }
  /*   .h3 {
        font-size: 2.25em;
    }
    .h4 {
        font-size: 1.625em;
    }
    .h5 {
        font-size: 1.75em;
    } */
  p, .h6, .box ol, .box ul {
    font-size: 1em;
  }
}
.dark .h1, .dark .h2, .dark .h1 strong, .dark .h2 strong, .dark .h3, .dark .h4, .dark .h5, .dark .h6, .dark {
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}
.dark .h1.light, .dark .h2.light, .dark .h1.light strong, .dark .h2.light strong, .dark .h3.light, .dark .h4.light, .dark .h5.light, .dark .h6.light {
  color: #a4e0fe;
}
.text_left {
  text-align: left;
}
p {
  width: 100%;
  margin: 0 0 2em 0;
}
p a, li a {
  text-decoration: underline;
  color: #d2232a; /* adjusted for accessability */
  color: inherit;
}
.dark p a, .dark li a {}
.intro {
  font-size: 133.3333333333333%;
  color: #f47934;
}
@media only screen and (max-width:56em) {
  .intro {
    font-size: 115%;
  }
}
.orange {
  color: #f47934;
}
.black {
  color: #050505 !important;
  text-shadow: none !important;
}
.border_top {
  border-top: 1.125rem solid #00417a;
}
.dark .intro {}
.box ul, .box ol, .mce-content-body ol, .mce-content-body ul {
  display: block;
  margin: 0 0 2em 0;
  box-sizing: border-box;
}
@media only screen and (max-width:56em) {
  .box ul, .box ol, .mce-content-body ol, .mce-content-body ul {
    margin: 0 0 1em 0;
  }
  .border_top {
    border-top: 1.125rem solid #00417a;
  }
}
ol {
  counter-reset: thecounter;
}
li {
  margin: 0 0 .25em 0;
  display: block;
  position: relative !important;
  width: 100%;
  padding: 0 0 0 1em;
  box-sizing: border-box;
}
li strong {}
ol li {
  margin: 0 0 .5em 0;
  padding: 0 0 0 2em;
}
ol li:before {
  counter-increment: thecounter;
  content: counter(thecounter)".";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  text-align: right;
  width: 1.25em;
}
ol[type="a"] li:before {
  counter-increment: thecounter;
  content: "("counter(thecounter, lower-alpha)")";
}
ol[type="AA"] li:before {
  counter-increment: thecounter;
  content: "("counter(thecounter, upper-alpha)")";
}
ul li {
  display: block;
  position: relative;
  padding: 0 0 0 1em
}
.box ul li ul {
  margin: .25em 0 0 1em;
} /* ul li ul li { padding: 0; margin: .5em 0 0 0; font-size: 1em; }  ul li ul li:before { content: normal; } */ @media only screen and (max-width:56em) {
  ul li {}
}
ul li:before {
  /* font-family: 'Tinos', serif; */
  display: block;
  position: absolute;
  left: 0em;
  top: .4em;
  width: .75em;
  /*  font-weight: 700; */
  height: .75em;
  /* background-size: 100% 100%;
    content: '•';
    background: none;
    color: #f47934; /*	font-family: "Arial", sans-serif; */
  content: '';
  -webkit-mask-image: url("/wp-content/uploads/2019/08/icon-piece.svg");
  mask-image: url("/wp-content/uploads/2019/08/icon-piece.svg");
  mask-size: 100% 100%;
  mask-position: center top;
  mask-repeat: no-repeat;
  background-color: #F37934;
}
.dark ul li:before {
  /*  background: none;
    color: #fff !important
    */
  background-color: #050505;
} /* box arrow */
.arrow:before, .arrow_top:before {
  content: ' ';
  overflow: hidden;
  z-index: 10;
  display: block;
  position: absolute;
  left: calc(50% - 6.25em);
  top: -1px;
  width: 12.5em;
  height: 2.5em;
}
.arrow_bottom:after {
  content: ' ';
  overflow: hidden;
  z-index: 10;
  left: calc(50% - 6.25em);
  display: block;
  position: absolute;
  bottom: calc(-2.5em+ 1px);
  width: 12.5em;
  height: 2.5em;
}
.arrow.grey:before { 
  background: url("images/grey-arrow.svg") center bottom no-repeat;
  background-size: 100% 100% !important;
}
.arrow.branding_grey:before {
  background: url("images/grey-arrow-branding.svg") center bottom no-repeat;
  background-size: 100% 100% !important;
}
.arrow_bottom.lite_grey:after {
  background: url("images/ltgrey-arrow.svg") center bottom no-repeat;
  background-size: 100% 100% !important;
}
.arrow.white:before, .arrow_top.white:before, .arrow_bottom.white:after {
  background: url("images/white-arrow.svg") center bottom no-repeat;
  background-size: 100% 100% !important;
}
.arrow.black:before, .arrow_top.black:before, .arrow_bottom.black:after {
  background: url("images/black-arrow.svg") center bottom no-repeat;
  background-size: 100% 100% !important;
}
.arrow_bottom_black:after {
  content: ' ';
  overflow: hidden;
  z-index: 100;
  display: block;
  position: absolute;
  left: calc(50% - 6.25em);
  bottom: calc(-2.5em+ 1px);
  width: 12.5em;
  height: 2.5em;
  background: url("images/black-arrow.svg") center bottom no-repeat;
  background-size: 100% 100% !important;
}
@media only screen and (max-width:56em) {
  .arrow, .arrow_top {
    padding-top: 1.25em;
  }
  .arrow:before, .arrow_top:before, .arrow_bottom:after, .arrow_bottom_black:after {
    font-size: .5em;
  }
}
/* */
.header_image, .header_block {
  text-shadow: 0 0 1em rgba(0, 0, 0, .3), 0 0 .25em rgba(0, 0, 0, .5);
  max-height: calc(100vh - 6.75em);
}
.header_block {
  overflow: hidden;
  max-height: calc(100vh - 6.75em);
  transition: all .125s linear;
}
@media only screen and (max-width:56em) {
  .header_block {
    max-height: calc(100vh - 60px);
  }
}
/* */
.activedemand-button, .bt {
  color: #ffffff;
  background: #f47934;
  border-radius: 0;
  padding: .125em 1.25em .125em 1.25em;
  font-size: 1em;
  border: none;
  position: relative;
  vertical-align: middle;
  margin: .25em;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  text-align: center;
  box-sizing: border-box;
  transition: all .2s;
  outline: 0;
  text-decoration: none !important;
  zoom: 1;
  font-weight: 300;
}
button.bt {
  padding-top: .4em;
  padding-bottom: .5em;
}
p .bt {}
.activedemand-button {
  font-size: 1.3125em;
  margin-top: 1em;
  padding: .25em 1.5em;
}
@media only screen and (max-width:56em) {
   .bt {
    font-size: 1.125em;
    margin: .25em .25em 1em .25em;
  }
}
/* @media only screen and (max-width:56em) { .activedemand-button, .bt { font-size: 24px; } } .dark .activedemand-button, .dark .bt { color: #0c4763; background: #eae5dc; } p .bt { margin: 0; font-size: 1em; } .bt.blue { background: #24cae7; padding: .25em 1em .35em 1em; } .activedemand-button:hover { box-shadow: 0 0 .5em rgba(0,0,0,.3), 0 0 .125em rgba(0,0,0,.3) } */
.activedemand-button:hover, .bt:hover {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-font-smoothing: antialiased;
  cursor: pointer;
  color: white;
  text-decoration: none;
  top: 1px;
}
.bt.black {
  background: #2d2a2a;
  color: #ffffff !important;
}
.no_click > a {
  cursor: none;
}
.box_block .box, .block_box .box, .box.block_box, .box.box_block {
  display: block;
}
.image_onlyDecorative, .image_only {
  min-height: 15em;
}
.ap_header .image_onlyDecorative, .ap_header .image_only {
  min-height: 0;
}
@media only screen and (max-width:56em) {
  .mobile_block .box, .box.mobile_block {
    display: block;
    margin: 0 auto 60px auto;
  }
}
.add_padding, .add_padding_desk {
  padding: 6em 0;
}
.padding_top, .padding_top_desk {
  padding-top: 4em
}
.padding_bottom, .padding_bottom_desk {
  padding-bottom: 4em
}
.no_top {
  margin-top: 0;
}
.no_bottom {
  margin-bottom: 0;
}
@media only screen and (max-width:81.25em) {
  .add_padding, .add_padding_desk {
    padding: 4em 0;
  }
  .padding_top, .padding_top_desk {
    padding-top: 3em
  }
  .padding_bottom, .padding_bottom_desk {
    padding-bottom: 3em
  }
}
@media only screen and (max-width:56em) {
  .add_padding_desk, .padding_top_desk, .padding_bottom_desk {
    padding: 0;
  }
  .add_padding {
    padding: 2em 0;
  }
  .padding_top {
    padding-top: 1em
  }
  .padding_bottom {
    padding-bottom: 1em
  }
}
@media only screen and (max-width:56em) {
  .navbar .bt {
    top: 10px;
  }
  .box.image_only {
    padding: 0 0 45% 0;
  }
}
.icon_boxes .box {
  margin: 2em;
}
.icon_boxes .box img {
  width: 100%;
  height: auto;
  display: block;
  margin: 1em auto;
  max-width: 320px;
}
@media only screen and (max-width:56em) {
  .icon_boxes .box {
    display: block;
    margin: 0 auto 60px auto;
  }
} /* */
.slider {
  display: block;
  z-index: 1;
  position: relative;
}
.slider .slide {
  display: table;
  position: absolute;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  width: 100% !important;
  height: 100% !important;
  transition: opacity .25s linear, left 0s linear;
}
.slider .slide .cell {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  text-align: center;
  width: 100%;
}
.slider .slide.show {
  left: 0;
  opacity: 1;
  margin: 0 auto;
  transition: opacity .625s linear, left .25s linear;
}
.slider .slide.show.hide {
  opacity: 0;
}
.slider .box {
  margin: 0 auto;
}
/*
.stars {
    font-family: "quotes";
    letter-spacing: .0625em;
} 
.cta_block {
    padding: 20em 0;
    text-align: center;
}
.cta_block .box {
    background: rgba(183, 61, 37, .9);
    padding: .5em;
}
.cta_block.green .box {
    background: rgba(23, 168, 163, .9);
}
.cta_block h3, .cta_block.green h3 {
    color: #ffffff;
    margin: .5em 1em;
    display: inline-block;
    vertical-align: middle;
}
.cta_block p {
    margin: .5em 1em;
    display: inline-block;
    vertical-align: middle;
    width: auto;
}
.cta_block.green p .bt {
    background: #b73d25;
    color: #fff;
}
@media only screen and (max-width:56em) {
    .cta_block {
        padding: 50px 0;
    }
}
*/
body.notransition *, body.notransition, body.notransition .block, body.notransition .fade_in, body.notransition .fade_bottom, body.notransition .bottom_fade {
  transition: none !important;
}
.intro_block {
  color: #fff;
  background: #aaa;
}
.intro_block {
  padding: 10em 0 8em 0;
}
.intro_block .box1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.intro_block h2 {
  margin: 0;
  line-height: .8;
  position: absolute;
  top: -.3125em;
  opacity: .12;
  text-transform: uppercase;
}
.intro_block .box2 {
  z-index: 2;
}
.intro_block .inner_div {
  font-size: 1.416666666666667em;
}
.quote_block blockquote {
  font-size: 1.5em;
}
.quote_block .box {
  display: inline-block;
  padding: 6em 0;
  color: #fff;
}
.quote_block {
  border-top: #fff .5em solid;
  border-bottom: .5em solid #fff;
}
@media only screen and (max-width:56em) {
  .intro_block {
    padding: 2.5em 0 1em 0;
  }
  .intro_block .inner_div {
    font-size: 1em;
  }
  .quote_block blockquote {
    font-size: 1em;
  }
  .quote_block .box {
    display: inline-block;
    padding: 2em 0;
    color: #fff;
  }
  .quote_block {
    border-top: #fff .125em solid;
    border-bottom: .125em solid #fff;
  }
}
/*  slider gallery
.quote_block .box {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.quote_block .zone {
    display: table;
}
* /
.gallery_block {
    width: 100vw;
    max-width: 112.5em;
}
.gallery {
    white-space: nowrap;
}
.gallery a {
    display: inline-block;
    overflow: hidden;
    width: 20vw;
    max-width: 22.5em;
    height: auto; 
    background-position: center center;
    padding: 0;
    background-size: cover;
    box-sizing: border-box;
}
.gallery a:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 0 !important;
    overflow: hidden;
    padding: 0 0 90% 0;
}
.gallery a:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0 !important;
    opacity: 0;
    transition: all .25s linear;
    background: rgba(0, 0, 0, .65) url("images/magnifyingglass.png") center center no-repeat;
    background-size: contain;
    z-index: 2;
    box-shadow: inset 0 0 10% rgba(0, 0, 0, .9);
}
.gallery a:hover:after {
    right: 0;
    opacity: 1;
    overflow: hidden;
    bottom: 0 !important;
}
.gallery a {
    border-left: #fff .25em solid;
    border-right: .25em solid #fff;
    position: relative;
}
@media only screen and (max-width:56em) {
    .gallery a {
        border-left: #fff .0625em solid;
        border-right: .0625em solid #fff;
    }
}
/* box
Gallery*/
.gallery_box {
  overflow: hidden;
  padding: 0 !important;
}
.gallery_box > a {
  display: inline-block;
  overflow: hidden;
  height: auto;
  float: none;
  background-position: center center;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
  min-height: calc(20%+ 2px);
  margin: 0 0 -2px 0;
  background-color: #000;
}
.gallery_box > a:before {
  content: ' ';
  display: block;
  width: 100%;
  height: 0 !important;
  overflow: hidden;
  padding: 0 0 90% 0;
}
.gallery_box > a:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0 !important;
  opacity: 0;
  transition: all .25s linear;
  background: rgba(0, 0, 0, .65) url("images/magnifyingglass.png") center center no-repeat;
  background-size: contain;
  z-index: 2;
  box-shadow: inset 0 0 10% rgba(0, 0, 0, .9);
}
.gallery_box > a:hover:after {
  right: 0;
  opacity: 1;
  overflow: hidden;
  bottom: 0 !important;
}
.image_column_3 a {
  width: calc(100% / 3);
}
.image_column_4 a {
  width: calc(100% / 4);
}
.image_column_5 a {
  width: calc(100% / 5);
}
.image_column_6 a {
  width: calc(100% / 6);
}
.image_column_7 a {
  width: calc(100% / 7);
}
.image_column_8 a {
  width: calc(100% / 8);
}
/* */
@media only screen and (max-width:56em) {
  .zone .contain {
    width: 30%;
    height: auto;
    position: relative !important;
    bottom: auto;
    top: auto;
    top: 1em;
  }
}
.block_slide {
  width: 100%;
  position: relative;
  opacity: 0;
  text-align: center;
  box-sizing: border-box;
  transition: all 0s linear;
}
.block_slide.visable {
  opacity: 1;
}
/* * /
.box ul.event_list {
    margin-top: 4em;
    border-top: 1px solid #cac9ca;
}
@media only screen and (max-width:56em) {
    .box ul.event_list {
        margin-top: 2em;
    }
}
.event_list li {
    text-align: left;
    padding: .75em 5em 1em 0;
    border-bottom: 1px solid #cac9ca;
}
.event_list li:before {
    content: normal;
}
.event_list .bt {
    position: absolute;
    right: 0;
    font-size: .75em;
    padding: 0 .75em;
    min-width: 6.5em;
    top: auto;
}
.event_list span.bt {
    top: auto;
    opacity: .4;
    cursor: inherit;
}
.event_list span.bt:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    top: auto;
    cursor: inherit;
}
.event_list.tuesday .bt {
    background: #8dc63f;
}
.event_list .the_past .the_past strong {
    font-weight: 400;
}
.event_list .the_past span.bt {
    opacity: .2;
}
.event_list .the_text span:after {
    content: ' - ';
}
.event_list .the_past .the_text {
    text-decoration: line-through;
    opacity: .5;
}
@media only screen and (max-width:37.5em) {
    .event_list .the_text span:after {
        content: normal;
    }
    .event_list li {
        text-align: center;
        padding: .75em 0 1em 0;
    }
    .event_list li strong {
        display: block;
    }
    .event_list .bt {
        position: relative;
        font-size: 1em;
        margin-top: .5em;
        padding: .5em .75em;
    }
    .event_list span.bt {
        display: none;
    }
    .event_list .the_text {
        display: block;
    }
}
.top_lines {}
.top_lines:before {
    content: '';
    display: block;
    height: 3.125em;
    width: 100%;
    background: url("/wp-content/uploads/2019/04/gd-lines.png") center center repeat-x;
    background-size: auto 100%;
    position: relative;
    left: 0;
    top: -1em;
    z-index: 10;
}
.top_lines.add_padding:before, .top_lines.padding_top:before {
    top: -7em;
}
.bottom_lines:after {
    content: '';
    display: block;
    height: 3.125em;
    width: 100%;
    background: url("/wp-content/uploads/2019/04/gd-lines.png") center center repeat-x;
    background-size: auto 100%;
    position: relative;
    left: 0;
    bottom: -2.125em;
    z-index: 10;
}
.bottom_lines.add_padding:after, .bottom_lines.padding_bottom:after {
    bottom: -8.125em;
}
@media only screen and (max-width:56em) {
    .top_lines.add_padding:before, .top_lines.padding_top:before {
        top: -3em;
    }
    .bottom_lines.add_padding:after, .bottom_lines.padding_bottom:after {
        bottom: -4.125em;
    }
}
/* */
.box_icon {
  display: block;
  margin: 1em auto;
}
@media only screen and (max-width:48em) {
  .box_icon {
    width: auto;
    max-width: 70%;
    height: auto;
  }
}
/*

	-webkit-column-count: 2; 
    -moz-column-count: 2; 
    column-count: 2;
	-webkit-column-gap: 3em;
    -moz-column-gap: 3em;
    column-gap: 3em;
	margin-bottom:3em;



work gallery
*/
.work_gallery {
  text-align: center;
  background-color: rgba(0, 0, 0, .2)
}
@media only screen and (max-width:767px) {
  .work_gallery {
    /* padding-bottom:25px; */
  }
}
.work_gallery .gallery > a {
  display: inline-block;
  overflow: hidden;
  width: 25vw;
  height: 25vw;
  background-position: center center;
  position: relative;
  background-size: cover !important;
  background-color: rgba(0, 0, 0, .5) !important;
  margin: 0 0 -2px 0;
  transition: all .25s linear;
}
.work_gallery .gallery > a:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  background-size: cover !important;
  transition: all .5s linear;
}
.work_gallery .gallery > a:hover:after {
  opacity: 1;
}
.work_gallery .gallery > a.hidden, .work_gallery .gallery > a.hide {
  width: 0;
  transition: all .25s linear;
}
.vid_frame, .embed-youtube {
  margin: 0 0 0 0;
  padding: 0 0 56.25% 0;
  max-width: 100%;
  width: 100%;
  display: block;
  position: relative;
  box-shadow: 0 .125em .25em rgba(0, 0, 0, .3), 0 .25em .5em -.25em rgba(0, 0, 0, .4);
}
.vid_frame.ratio4x3 {
  padding: 0 0 75% 0;
}
.vid_frame iframe, .embed-youtube iframe {
  width: 100% !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.page_text .vid_frame, .page_text .embed-youtube {
  margin-bottom: 1em;
}
/*
.no_alt:after, div.no_alt:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
}
body.logged-in .no_alt:before {
    box-sizing: border-box;
    border: .5em solid #fff;
    z-index: 2;
    box-shadow: inset 0 0 2em rgba(0, 0, 0, .5);
}
body.logged-in .no_alt:after, body.logged-in img.no_alt {
    box-sizing: border-box;
    border: .5em dashed #cc0000;
    box-shadow: 0 0 2em rgba(0, 0, 0, .5), inset 0 0 1em rgba(0, 0, 0, .5);
}
body.logged-in .no_alt.decorative:after, body.logged-in img.no_alt.decorative {
    box-sizing: border-box;
    border: none;
    box-shadow: none;
}
body.logged-in .has_alt_text {
    display: block;
    position: relative;
}
body.logged-in .image_only[role="img"]:after, body.logged-in .has_alt_text:after {
    font-size: 1.5em;
    z-index: 1;
    position: absolute;
    bottom: 0.5em;
    left: 0;
    width: 100%;
    display: block;
    color: #fff;
    text-shadow: 0 1px 2px #000;
    vertical-align: middle;
    background: rgba(0, 0, 0, .5);
    padding: .25em 5%;
    box-sizing: border-box;
}
body.logged-in .image_only[role="img"]:after {
    content: 'ALT: ' attr(aria-label);
}
body.logged-in .has_alt_text:after {
    content: 'ALT: ' attr(data-content);
    ;
}
:focus {
    outline-style: solid;
    z-index: 100;
    text-decoration: underline !important;
    outline-width: .125em;
    outline-offset: -.125em;
}
.dark:focus {
    outline-color: #ffffff;
}

*/
.the_map {
  padding: 0;
  background: #a9daff;
  text-align: center;
  height: 30em;
  max-height: 50vh;
  position: relative;
}
.the_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.text_left .box, .box.text_left, .inner_div.text_left {
  text-align: left;
}
.block_piece {
  postion: relative;
}
.block_piece:after {
  content: '';
  mask-size: 100% 100%;
  mask-position: center top;
  mask-repeat: no-repeat;
  width: 19.625em;
  height: 9.3125em;
  display: block;
  position: absolute;
  z-index: 30;
}
.block_piece.p_top:after {
  top: 0;
}
.block_piece.p_top.p_1:after {
  -webkit-mask-image: url("/wp-content/uploads/2019/07/top_piece_1.svg");
  mask-image: url("/wp-content/uploads/2019/07/top_piece_1.svg");
}
.block_piece.p_top.p_2:after {
  -webkit-mask-image: url("/wp-content/uploads/2019/07/top_piece_2.svg");
  mask-image: url("/wp-content/uploads/2019/07/top_piece_2.svg");
}
.block_piece.p_bottom:after {
  -webkit-mask-image: url("/wp-content/uploads/2019/07/bottom_piece_1.svg");
  mask-image: url("/wp-content/uploads/2019/07/bottom_piece_1.svg");
  bottom: -1px;
}
.block_piece.p_left:after {
  left: 4%;
}
.block_piece.p_right:after {
  right: 4%;
}
.block_piece.p_orange:after {
  background-color: #F37934;
}
.block_piece.p_white:after {
  background-color: #fff;
}
.block_piece.p_grey:after {
  background-color: #e6e6e6;
}
@media only screen and (max-width:81.25em) {
  .block_piece:after {
    font-size: .5em;
  }
}
  @media only screen and (max-width:56em) {
.contact_block.p_top .box {
  margin-top:1.5em;
    }
  .block_piece:after {
    font-size: 5px;
  }
    .block_piece.p_left:after {
  left: 1%;
}
.block_piece.p_right:after {
  right: 1%;
}
    .block_piece.p_bottom:after {
        bottom: -1px;
    }
}
@supports (-ms-ime-align: auto) {
    .block_piece:after {
        content:normal !important;
    }
            
}

.ap_header {
  background: #ededee;
}
.ap_header .zone {
  padding: 0;
}
.ap_header h1 {
  font-size: 2.625em;
  font-size: 4em;
  font-weight: 300;
}
.ap_header .zone {
  text-align: left;
}
.ap_header .box1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 63%;
}
.ap_header .box2:before {
  padding: 87.063953488372093% 0 0 0;
  display: block;
  content: '';
}
.ap_header .box2 {
  position: relative;
  margin-left: calc(60% - 19em);
  font-size: 1em;
  width: 43em;
}
@media only screen and (max-width:125em) {
  .ap_header .box1 {
    width: 68%;
  }
  .ap_header .box2 {
    margin-left: calc(65% - 19em);
  }
}
@media only screen and (max-width:93.75em) {
  .ap_header .box1 {
    width: 75%;
  }
  .ap_header .box2 {
    margin-left: calc(72% - 19em);
  }
}
.ap_header .box2 .inner_div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ap_header .box2 .inner_div > div {
  display: table;
  width: 100%;
  height: 90%;
  position: absolute;
  top: 0;
  left: 0;
}
.ap_header .box2 .inner_div h1 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width:56em) {
  .ap_header .box2 {
    font-size: 1vw;
  }
}
/*
@media only screen and (max-width:48em) {
    .ap_header h1 {
        font-size: 4.25em;
        line-height: .9;
    }
    .block2 .box2 {
        width: 55em;
        margin-left: calc( 75% - 24em);
    }
    .ap_header .box2:before {
        padding: 75% 0 0 0;
    }
}
*/
p.movie_cap {
  text-align: center;
  margin: 2em auto;
  width: 80%;
  font-style: italic;
  color: #f47934;
  font-weight: 300 !important;
}
.vid_box, .vid_box a {
  font-size: 1em;
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 32.6875em;
}
.vid_box a:after {
  content: '';
  display: block;
  z-index: 3;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all .125s linear;
  background: url('/wp-content/uploads/2019/09/movie_circle.png') center center no-repeat;
  background-size: 90% 90%;
}
.vid_box a:hover:after {
  background-size: 100% 100%;
}
.vid_box img {
  display: block;
  width: 100%;
  height: auto;
  border: 2px solid #fff;
  box-shadow: 0 0 .5em rgba(0, 0, 0, .3);
}
@media only screen and (max-width:56em) {
  .vid_box {
    font-size: 2vw;
      max-width: 500px;
  }
}

/*


*/



body.paged.post-type-archive-tax-news .hld .block_intro.visable  {
  display:none !important;
}
.dark .bt {
  background:#050505 !important;
}
.ap_header.ap_start .box1 {
  width:0;
opacity:0;
  transition: width 0 linear;
}
.ap_header.ap_frame2 .box1 {
  width:63%;
  opacity:1;
  transition: width .75s  linear;
}
.ap_header.ap_start .box2 {
opacity:0;
    transition: margin 0 linear;
position: relative;
margin-left:  -25em ;
}
.ap_header.ap_frame2 .box2 {
opacity:1;
margin-left: calc( 60% - 19em );
  transition: margin .75s  linear;
}
 .ap_header .box2 h1 {
    transition: all 0 linear;
left: -2em;
  opacity:0;
position: relative;
}
 .ap_header.ap_frame3 .box2 h1 {
  left:0;
   opacity:1;
  transition: all .25s linear;
}
@media only screen and (max-width:125em) {
.ap_header.ap_frame2 .box1 {
  width:70%;
}

.ap_header.ap_frame2 .box2 {
margin-left: calc( 65% - 19em );
}

}
@media only screen and (max-width:93.75em) {
.ap_header.ap_frame2 .box1 {
  width:75%;
}

.ap_header.ap_frame2 .box2 {
margin-left: calc( 72% - 19em );
}

}
.follow_box p.h1 {
  margin:0 0 1em 0 !important;
}
.follow_box {
  padding-bottom:1.875em;
  margin-bottom:1.875em;
 border-bottom:1px solid #838283;
  text-align:center;
}
.follow_box .soc a {
  color:#f47934;
}
