::selection {
    background: rgba(255, 199, 44, 0.5); }
  
  /*
      #appear-3{
      display:flex !important;
      justify-content:space-around !important;
      align-items:center !important;
      width:calc(100% - 100px);
  } 
  */

 .no-margin-top{
	margin-top:0 !important;
}
  

  
  .video-container {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 35px;
      height: 0;
      overflow: hidden;
      }

#appear-2 .video-container{
	  margin-top:-15%;
	  margin-bottom:0%;
}
  
  .video-container iframe {
      position: absolute;
      top:50%;
      left:50%;
      width: 75%;
      height: 75%;
      transform:translate(-50%, -50%);
	  border-radius:50px 0px;
  }

 @media only screen and (max-width: 768px) {
    .video-container iframe {
        position: absolute;
        width: 100%;
        height: 100%;
		border-radius:20px 0px;

    }
  }

@media only screen and (max-width: 640px) {
	    .video-container {
        width: 640px;
	    height:360px;
} }
  
  
  @keyframes slow_rotate {
    0% {
      transform: rotate(360deg); }
    100% {
      transform: rotate(0deg); } }
  @keyframes around {
    0% {
      transform: translate(0, 0); }
    20% {
      transform: translate(9px, 0); }
    45% {
      transform: translate(9px, 24px); }
    55% {
      transform: translate(-9px, 24px); }
    80% {
      transform: translate(-9px, 0); }
    100% {
      transform: translate(0, 0); } }
  @keyframes around_2 {
    0% {
      transform: translate(0, 0); }
    20% {
      transform: translate(-9px, 0); }
    45% {
      transform: translate(-9px, -24px); }
    55% {
      transform: translate(9px, -24px); }
    80% {
      transform: translate(9px, 0); }
    100% {
      transform: translate(0, 0); } }
  html, body, div, span, applet, object, iframe,
  h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  a, abbr, acronym, address, big, cite, code,
  del, dfn, em, img, ins, kbd, q, s, samp,
  small, strike, strong, sub, sup, tt, var,
  b, u, i, center,
  dl, dt, dd, ol, ul, li,
  fieldset, form, label, legend,
  table, caption, tbody, tfoot, thead, tr, th, td,
  article, aside, canvas, details, embed,
  figure, figcaption, footer, header, hgroup,
  menu, nav, output, ruby, section, summary,
  time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline; }
  
  
  
  /* HTML5 display-role reset for older browsers */
  article, aside, details, figcaption, figure,
  footer, header, hgroup, menu, nav, section {
    display: block; }
  
  body {
    line-height: 1; }
  
  ol, ul {
    list-style: none; }
  
  blockquote, q {
      quotes: none;
      margin: 6em auto;
      padding: 4em 3em 3em 3em;
      background: #23a1d6;
      border-radius: 2em 0;
      width: 55%;
      color: white;
      border-left: 100px solid #ffffff;
      border-image: url(/wp-content/uploads/2019/05/podprintpatternswhite.png) 0 100% 0 repeat;
  }
      @media (max-width: 900px) {
          blockquote, q {   
              width: 80%;
          }
      }
  
  blockquote::before {
      content: '\201c';
      color: white;
      font-size: 18em;
      position: absolute;
      top: 26%;
      left: 18%;
      font-family: "helvetica";
      -webkit-text-stroke: 5px #23a1d6;
      text-shadow: 3px 3px 5px rgba(0,0,0,0.3);
  }
  
  blockquote::after {
      content: '\201d';
      color: white;
      font-size: 18em;
      position: absolute;
      bottom: 20%;
      right: 18%;
      font-family: "helvetica";
      -webkit-text-stroke: 4px #23a1d6;
      text-shadow: -3px 3px 5px rgba(0,0,0,0.3);
  }
  
  blockquote p {
      font-family: klavika !important;
      font-size: 1.5em !important;
      padding: 1.5em 1em !important;
  }
  @media (max-width: 768px) {

    .video-container iframe {
        position: absolute;
        width: 100%;
        height: 100%;
    }

      blockquote, q {
      quotes: none;
      margin: auto;
      padding: 2em 0;
      border-left: 50px solid #ffffff;
      width: 70%;
      }
      blockquote::before, blockquote::after {
          content:'';
      }

      ::selection {
  background: rgba(255, 199, 44, 0.5); }

/*
    #appear-3{
	display:flex !important;
	justify-content:space-around !important;
	align-items:center !important;
	width:calc(100% - 100px);
} 
*/

    #appear-4 iframe{
		border-radius:50px 0px;
/*			width:100%;
	height:calc(16 / 9);
		aspect-ratio: 9 / 16;*/
/*		min-height:281px;*/
/*		height:673px !important; */
}
/*
.video-container-wrapper{
	display:flex;
	justify-content:center;
	
} */

@keyframes slow_rotate {
  0% {
    transform: rotate(360deg); }
  100% {
    transform: rotate(0deg); } }
@keyframes around {
  0% {
    transform: translate(0, 0); }
  20% {
    transform: translate(9px, 0); }
  45% {
    transform: translate(9px, 24px); }
  55% {
    transform: translate(-9px, 24px); }
  80% {
    transform: translate(-9px, 0); }
  100% {
    transform: translate(0, 0); } }
@keyframes around_2 {
  0% {
    transform: translate(0, 0); }
  20% {
    transform: translate(-9px, 0); }
  45% {
    transform: translate(-9px, -24px); }
  55% {
    transform: translate(9px, -24px); }
  80% {
    transform: translate(9px, 0); }
  100% {
    transform: translate(0, 0); } }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }



/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
    quotes: none;
    margin: 6em auto;
    padding: 4em 3em 3em 3em;
    background: #23a1d6;
    border-radius: 2em 0;
    width: 55%;
    color: white;
    border-left: 100px solid #ffffff;
    border-image: url(/wp-content/uploads/2019/05/podprintpatternswhite.png) 0 100% 0 repeat;
}
    @media (max-width: 900px) {
        blockquote, q {   
            width: 80%;
        }
    }

blockquote::before {
    content: '\201c';
    color: white;
    font-size: 18em;
    position: absolute;
    top: 26%;
    left: 18%;
    font-family: "helvetica";
    -webkit-text-stroke: 5px #23a1d6;
    text-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}

blockquote::after {
    content: '\201d';
    color: white;
    font-size: 18em;
    position: absolute;
    bottom: 20%;
    right: 18%;
    font-family: "helvetica";
    -webkit-text-stroke: 4px #23a1d6;
    text-shadow: -3px 3px 5px rgba(0,0,0,0.3);
}

blockquote p {
    font-family: klavika !important;
    font-size: 1.5em !important;
    padding: 1.5em 1em !important;
}
@media (max-width: 768px) {
    blockquote, q {
    quotes: none;
    margin: auto;
    padding: 2em 0;
    border-left: 50px solid #ffffff;
    width: 70%;
    }
    blockquote::before, blockquote::after {
        content:'';
    }
}
table {
  border-collapse: collapse;
  border-spacing: 0; }

input, textarea, button {
  border: none;
  outline: none;
  padding: 0;
  margin: 0; }

img, svg {
  display: block; }

[href] {
  color: inherit;
  text-decoration: none;
  outline: none;
  cursor: pointer; }

strong, b {
  font-weight: bold; }

em {
  font-style: italic; }

*:focus {
  box-shadow: none;
  outline: none;
  border: none; }

* {
  -webkit-tap-highlight-color: transparent; }
.content {
    overflow-x: hidden;
}
@media (max-width: 900px) {
  body {
    margin-top: 60px; } }
.related {
    display: block;
    width: 90%;
    margin: auto;
}
.relatedpost {
    width: 30%;
    display: inline-block;
    margin-right: 1%;
    text-align: center;
}
.relatedpost .image {
    float: none;
    margin: auto;
    display: block;
    background-image: url(http://podprint.com/wp-content/themes/podprint/assets/images/layout/blue.png?031620181032);
}
.relatedpost .image img {
    margin: auto;
    max-width: 100%;
    height: auto;
    max-height: 200px;
}
.relatedpost .contain {
    position:relative;
}
.relatedpost .overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 42%;
    height: 100%;
    background: url(http://podprint.com/wp-content/themes/podprint/assets/images/layout/blue.png?031620181032);
}
.relatedpost .overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 82%;
    left: 0;
    bottom: 0;
    background: url(/wp-content/themes/podprint/assets/images/layout/banner_pattern_blue.png?1495124096) repeat 100% 0/86px 86px;
    z-index: 1;
}
.relatedpost .image:after {
    content:'';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #009cde;
    mix-blend-mode: multiply;
    width:65%;
    height:100%;
    z-index: 0;
}
.overlaytext {
    position: absolute;
    top: 40%;
    left: 25%;
    font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
    color: white;
    font-size: 2em;
    text-shadow: -1px 2px 0 rgba(0,0,0,0.5);
    z-index: 2;
}
@media (max-width: 768px) {
    .relatedpost {
    width: 75%;
    margin: auto;
    display: block;
    padding-bottom: 2em;
    }
    .overlaytext {
    left: 5%;
    font-size: 1.5em;
    }
}
.testimonials h2 {
    font-family: "klavika";
    color: #c30034;
    transform: none;
    position: relative;
    text-align: center;
    left: 0;
    right: 0;
    margin: auto;
    transition: none;
    padding-bottom:2em;
    font-size: 1.75rem;
}
.testimonials h4 {
  color: #ffc72c;
  font-family: "Klavika", Helvetica, sans-serif;
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.02em;
  padding-bottom: 60px;
  padding-top: 75px;
  padding-left: 12.5%; }
  @media (max-width: 900px) {
    .testimonials h4 {
      font-size: 40px;
      padding-bottom: 50px; } }
  @media (max-width: 600px) {
    .testimonials h4 {
      font-size: 32px;
      padding-bottom: 40px; } }
  .testimonials h4 em {
    font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0; }
  @media (max-width: 900px) {
    .testimonials h4 {
      padding-left: 6.25%; } }
  @media (max-width: 600px) {
    .testimonials h4 {
      padding-left: 30px; } }
.mainimg {
    text-align: center;
    /* width: 100%; */
    margin: auto;
    padding-left: 100px;
    padding-right: 100px;
    margin-bottom: 100px;
    height: 450px;
    overflow: hidden;
}
.mainimg img {
    margin: auto;
    width: 100%;
    height: auto;
}
.testimonials {
    width: 75%;
    margin: auto;
    padding-right: 4em;
    margin-top: 25px;
    margin-bottom: 225px;
}
.testimonials .testimonials_inner {
  position: relative; }
.testimonials .images {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 50px 27px 27px;
}
  @media (max-width: 768px) {
      .testimonials {
          width: 90%;
          margin:auto;
          padding:0;
      }
    .testimonials .images {
      position: relative;
      width: auto;
      height: 50vw;
      left: 0;
      margin: 0 6.25%; }
      .testimonials .quotes .quote {
          padding: 0;
      }
      .testimonials .dots {
          left: 30%;
      }
    }
.testimonials .images .image {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: 0;
    border-radius: 50px 27px 27px;
    transition: opacity 0.3s; }
.testimonials .images .image:after {
    content: '';
    position: absolute;
    width: 100px;
    mix-blend-mode: multiply;
    height: 100px;
    bottom: -52px;
    z-index: 1;
    right: -51px;
    background-size: contain;
    opacity: 0.7;
    background-image: url(/wp-content/uploads/2019/06/podprintpattern_threequarter.png);
}
/*.testimonials .overlay {
    mix-blend-mode: multiply;
    background: #009cde;
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 27px;
}*/
.testimonials .overlays:after {
    content: '';
    width: 100px;
    border-radius: 50px;
    height: 100px;
    position: absolute;
    top: -1px;
    left: -1px;
    background-image: url(/wp-content/uploads/2019/06/whitesymbol.png);
    background-size: contain;
}
.testimonials .overlay:after {
    content: '';
    opacity: 0;
    position: absolute;
    width: 100px;
    mix-blend-mode: multiply;
    height: 100px;
    bottom: -52px;
    z-index: -1;
    right: -51px;
    border-radius: 50px;
  /*  background-color: #009cde;*/
    background-image: url(http://podprint.com/wp-content/uploads/2017/06/flight_safety_testimonial_1.jpg);
    background-position: right;
    background-size: 900px;
    -webkit-mask-image: url(/wp-content/uploads/2019/06/final-pattern.png);
    -webkit-mask-size: 100%;
    -webkit-mask-position: 0px;
}
.testimonials .quotes {
  position: relative;
  width: 90%;
  white-space: nowrap;
  font-size: 0;
  padding: 15px 0;
  margin: auto; }
  @media (max-width: 900px) {
    .testimonials .quotes {
      position: relative;
      top: auto;
      right: auto;
      width: 95%; 
      margin: auto; } }
  @media (max-width: 600px) {
    .testimonials .quotes {
      padding: 0;
      width: 100%; } }
  .testimonials .quotes .quote {
    display: none;
    position: relative;
    vertical-align: middle;
    white-space: normal;
    padding: 20px 50px 20px 20px; }
    @media (max-width: 900px) {
      .testimonials .quotes .quote {
        padding: 50px; } }
    @media (max-width: 600px) {
      .testimonials .quotes .quote {
        padding: 50px 0px; } }
    .testimonials .quotes .quote p {
      font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: 0.02em; }
      .testimonials .quotes .quote p em {
        font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0; }
      .testimonials .quotes .quote p.source {
        text-align: right;
        padding-top: 10px; }

.testimonials .quotes .quote p {
    font-family: "klavika";
    color: white;
    font-size: 1.5rem;
    padding: 1.5em 0px;
    text-shadow: 2px 2px 0px black;
}/*
.testimonials .quotes .quote p:before {
    content: '\201c';
    top: 40px;
    left: 70px;
    font-family: "klavika";
    font-size: 5rem;
    margin-left: -20px;
    margin-right: 10px;
    position: absolute;
}
.testimonials .quotes .quote p:after {
    content: '\201d';
    bottom: 10px;
    right: 80px;
    font-family: "klavika";
    font-size: 5rem;
    background: none;
    position: absolute;
} */
.testimonials .index {
  position: absolute;
  z-index: 10;
  left: 45%;
  white-space: nowrap;
  font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
  font-size: 24px; 
  bottom: -75px;
}
  @media (max-width: 900px) {
    .testimonials .index {
      right: 6.25%; } }
  @media (max-width: 600px) {
    .testimonials .index {
      display: none; } }
  .testimonials .index .indexes {
    display: inline-block;
    vertical-align: bottom;
    position: relative;
    overflow-y: hidden;
    height: 53px;
    font-size: 44px;
    line-height: 53px;
    text-align: right;
    margin-bottom: -10px; }
    .testimonials .index .indexes span {
      display: block;
      transition: transform 0.3s; }
  .testimonials .index .of {
    display: inline-block;
    vertical-align: bottom;
    padding: 0 5px; }
  .testimonials .index .total {
    display: inline-block;
    vertical-align: bottom; }
  .testimonials .index:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: -35px;
    left: -40px;
    width: 68px;
    height: 68px;
    background: url('/wp-content/themes/podprint/assets/images/ring_text/testimonial.png?1494948183') no-repeat 0 0/100% 100%;
    animation: slow_rotate 45s linear infinite; }
.testimonials .dots {
  position: absolute;
  z-index: 10;
  bottom: -70px;
  left: 40%;
  white-space: nowrap; }
.testimonials .quotes .quote p {
    font-family: "klavika";
    color: white;
    font-size: 1.5rem;
    padding: 2em;
}
.testimonials_inner .overlay {
    mix-blend-mode: multiply;
 /*   background: #009cde;*/
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 50px 27px 27px;
}
.block .center p a {
    color: #000000;
}
.block a.inline {
        font-size: inherit;
        line-height: 1;
        letter-spacing: 0.1em;
        color: #009cde;
        transition: color 0.3s;
        text-transform: lowercase;
    }
.block a.inline:before, .block a.inline:after {
    content:'';
    display:none;
}
/* Gravity Forms */
.block.center .gform_wrapper {
	padding-left: 25%;
	padding-right: 25%;
    margin-top: 25px;
}
.block.center .gform_wrapper::after {
    content:'';
    position:absolute;
    top: -10px;
    right: 0;
    width: 18.75%;
    height: 100%;
    max-height: 400px;
    background: url(/wp-content/themes/podprint/assets/images/layout/diamonds.png?1494618631) repeat 0 -17px/17px 33px;
}
.gfield input {
    position: relative;
    z-index: 0;
    top: 0;
    left: 0;
    color: #999999;
    font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif !important;
    font-size: 18px;
    letter-spacing: 0.02em;
    font-weight: normal;
    font-style: normal;
    line-height: 1.6;
    padding: 10px 0;
    transition: color 0.3s, top 0.3s, font-size 0.3s, letter-spacing 0.3s;
    border-bottom: solid 1px #e6e6e6;
}
.gfield_checkbox li {
	background: none !important;
}
.blue input[type=color]:focus, .blue input[type=date]:focus, .blue input[type=datetime]:focus, .blue input[type=datetime-local]:focus, .blue input[type=email]:focus, .blue input[type=month]:focus, .blue input[type=number]:focus, .blue input[type=password]:focus, .blue input[type=search]:focus, .blue input[type=tel]:focus, .blue input[type=text]:focus, .blue input[type=time]:focus, .blue input[type=url]:focus, .blue input[type=week]:focus, .blue select:focus, .blue textarea:focus {
    border-bottom: solid 1px #009cde;
    box-shadow: 0 1px 0 #009cde;
}
.red input[type=color]:focus, .red input[type=date]:focus, .red input[type=datetime]:focus, .red input[type=datetime-local]:focus, .red input[type=email]:focus, .red input[type=month]:focus, .red input[type=number]:focus, .red input[type=password]:focus, .red input[type=search]:focus, .red input[type=tel]:focus, .red input[type=text]:focus, .red input[type=time]:focus, .red input[type=url]:focus, .red input[type=week]:focus, .red select:focus, .red textarea:focus {
    border-bottom: solid 1px #ce0037;
    box-shadow: 0 1px 0 #ce0037;
}
.gold input[type=color]:focus, .gold input[type=date]:focus, .gold input[type=datetime]:focus, .gold input[type=datetime-local]:focus, .gold input[type=email]:focus, .gold input[type=month]:focus, .gold input[type=number]:focus, .gold input[type=password]:focus, .gold input[type=search]:focus, .gold input[type=tel]:focus, .gold input[type=text]:focus, .gold input[type=time]:focus, .gold input[type=url]:focus, .gold input[type=week]:focus, .gold select:focus, .gold textarea:focus {
    border-bottom: solid 1px #ffc72c;
    box-shadow: 0 1px 0 #ffc72c;
}
.gfield_checkbox li input {
    margin-top: -7px !important;
    margin-right: 15px;
}
.block input[type=submit] {
      position: relative;
      display: inline-block;
      overflow: hidden;
      font-family: "Klavika Caps", Helvetica, sans-serif;
      font-weight: bold;
      font-size: 20px;
      text-transform: lowercase;
      letter-spacing: 0.1em;
      color: #fff;
      line-height: 1.1;
      text-align: center;
      padding: 9px 40px 11px 40px;
      border-radius: 0 40px 40px 40px;
  /*    background: #009cde; */
      transition: color 0.3s, background 0.3s;
      cursor: pointer;
      margin-top: 75px; }
.blue .block input[type=submit] {
	background: #009cde;
}
.blue .block input[type=submit]:hover {
	background: #006590;
}
.red .block input[type=submit] {
	background-color: #ce0037;
}
.gold .block input[type=submit] {
	background-color: #ffc72c;
}
.red .block input[type=submit]:hover {
	background-color: #960028;	
}
.gold .block input[type=submit]:hover {
	background-color: #d09a04;
}
.gfield_description {
    font-size: 1em !important;
	margin-left: 15px;
}
.gform_wrapper li.hidden_label input {
	margin-top: -5px !important;
}
div#gform_confirmation_wrapper_1 {
    width: 50%;
    margin: auto;
    text-align: center;
    font-family: "klavika",Helvetica,sans-serif;
    font-size: 1.2em;
}
/* Gravity Forms */
.block #map {
  display: inline-block;
  vertical-align: middle;
  width: 43.75%;
  height: 400px;
  background: #f2f2f2;
  overflow: hidden; }
  @media (max-width: 900px) {
    .block #map {
      width: 100%; } }
.block .text.contact_info {
  font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.02em;
  padding-left: 25%;
  color: #000000; }
  .block .text.contact_info em {
    font-size: 18px;
    font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0; }
  @media (max-width: 900px) {
    .block .text.contact_info {
      padding-left: 12.5%;
      padding-right: 12.5%;
      margin-top: 50px; } }
  @media (max-width: 600px) {
    .block .text.contact_info {
      padding-left: 30px;
      padding-right: 30px; } }
  .block .text.contact_info a {
    display: inline-block;
    padding: 15px 0;
    transition: color 0.3s;
    cursor: pointer; }
    .block .text.contact_info a:hover {
      color: #009cde; }
  .block .text.contact_info .phone {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0.02em; }
  .block .text.contact_info .email {
    font-size: 18px; }
  .block .text.contact_info .address span {
    font-size: 18px; }
  .block .text.contact_info:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 18px;
    left: 0;
    width: 33.33333%;
    height: 100%;
    max-height: 99px;
    background: url('/wp-content/themes/podprint/assets/images/layout/diamonds.png?1494618631') repeat 100% 0/17px 33px; }
    @media (max-width: 900px) {
      .block .text.contact_info:before {
        width: 12.5%; } }
.pad { padding-left: 33%; }
  @media (max-width: 900px) {
    .testimonials .dots {
      right: 6.25%; } }
  @media (max-width: 600px) {
    .testimonials .dots {
      left: 30px;
      right: 30px;
      bottom: -60px;
      text-align: center; } }
.testimonials .dots label:hover {
    opacity: 1;
    transform: scale(0.9);
    background: url(/wp-content/uploads/2019/06/bluepattern.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.testimonials .dots label {
    display: inline-block;
    width: 20px;
    height: 50px;
    border-radius: 25px;
    padding: 0 50px 0 0;
    opacity: 1;
    transform: scale(1);
    background: url(/wp-content/uploads/2019/06/graypattern.png);
    transition: transform 0.3s, opacity 0.3s;
    background-size: contain;
    background-repeat: no-repeat;
}
  .testimonials .dots:hover input[type=radio]:checked + label {
    opacity: 0.2; }
    .testimonials .dots:hover input[type=radio]:checked + label:hover {
      opacity: 1; }
.testimonials input[type=radio] {
  display: none; }
.testimonials #dot-1:checked ~ .images .image-1 {
  opacity: 1; }
.testimonials #dot-1:checked ~ .dots label[for=dot-1] {
    opacity: 1;
    transform: scale(0.9);
    background: url(/wp-content/uploads/2019/06/bluepattern.png);
    background-size: contain;
    background-repeat: no-repeat;

}
.testimonials #dot-1:checked ~ .overlays .overlay-1, .overlay-1:after {
    opacity: 1;
    background: #009cde;
}
.testimonials #dot-2:checked ~ .overlays .overlay-2, .overlay-2:after {
    opacity: 1;
    background: #c30034;
}
.testimonials #dot-3:checked ~ .overlays .overlay-3, .overlay-3:after {
    opacity: 1;
    background: #f0bc2a;
}
.testimonials #dot-4:checked ~ .overlays .overlay-4, .overlay-4:after {
    opacity: 1;
    background: #009cde;
}
.testimonials #dot-5:checked ~ .overlays .overlay-5, .overlay-5:after {
    opacity: 1;
    background: #c30034;
}
.testimonials #dot-6:checked ~ .overlays .overlay-6, .overlay-6:after {
    opacity: 1;
    background: #f0bc2a;    
}
.testimonials #dot-1:checked ~ .quotes .quote-1 {
  display: block; }
.testimonials #dot-1:checked ~ .images .image-1, .image-1:after {
  opacity: 1; 
   background-color: #009cde; }
.testimonials #dot-2:checked ~ .images .image-2, .image-2:after {
  opacity: 1; 
   background-color: #c30034; }
.testimonials #dot-2:checked ~ .dots label[for=dot-2] {
    opacity: 1;
    transform: scale(0.9);
    background: url(/wp-content/uploads/2019/06/bluepattern.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.testimonials #dot-2:checked ~ .quotes .quote-2 {
  display: inline-block; }
.testimonials #dot-2:checked ~ .dots label[for=dot-2] {
    opacity: 1;
    transform: scale(0.9);
    background: url(/wp-content/uploads/2019/06/bluepattern.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.testimonials #dot-3:checked ~ .quotes .quote-3 {
  display: inline-block; }
.testimonials #dot-3:checked ~ .images .image-3, .image-3:after  {
  opacity: 1; 
    background-color: #f0bc2a;}
.testimonials #dot-3:checked ~ .dots label[for=dot-3] {
    opacity: 1;
    transform: scale(0.9);
    background: url(/wp-content/uploads/2019/06/bluepattern.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.testimonials #dot-4:checked ~ .images .image-4, .image-4:after  {
  opacity: 1; 
  background-color: #009cde;}
.testimonials #dot-4:checked ~ .quotes .quote-4 {
  display: inline-block; }
.testimonials #dot-4:checked ~ .dots label[for=dot-4] {
    opacity: 1;
    transform: scale(0.9);
    background: url(/wp-content/uploads/2019/06/bluepattern.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.testimonials #dot-5:checked ~ .images .image-5, .image-5:after  {
  opacity: 1;
   background-color: #c30034;}
.testimonials #dot-5:checked ~ .quotes .quote-5 {
  display: inline-block; }
.testimonials #dot-5:checked ~ .dots label[for=dot-5] {
    opacity: 1;
    transform: scale(0.9);
    background: url(/wp-content/uploads/2019/06/bluepattern.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.testimonials #dot-6:checked ~ .images .image-6, .image-6:after  {
  opacity: 1; 
    background-color: #f0bc2a;}
.testimonials #dot-6:checked ~ .quotes .quote-6 {
  display: inline-block; }
.testimonials #dot-6:checked ~ .dots label[for=dot-6] {
    opacity: 1;
    transform: scale(0.9);
    background: url(/wp-content/uploads/2019/06/bluepattern.png);
    background-size: contain;
    background-repeat: no-repeat;
}
@media (max-width: 768px) {
    .testimonials .images .image {
        display:none;
    }
    .testimonials .images {
        display:none;
    }
    .testimonials .overlay:after {
        display:none;        
    }
}
@media (max-width: 600px) {
  .testimonials:before {
    content: '';
    display: block;
    clear: both; } }
header {
  position: relative;
  z-index: 100;
  height: 160px;
  background: #fff; }
  @media (max-width: 900px) {
    header {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      width: auto;
      height: 60px; } }
  header .logo {
    position: absolute;
    z-index: 10;
    top: 43%;
    left: 6.25%;
    width: 131px;
    height: 87px;
    background: url('/wp-content/themes/podprint/assets/images/layout/logo.png?1494884582') no-repeat 0 0/100% 100%;
    margin-top: -38px;
    font-size: 0;
    text-indent: -1000em;
    overflow: hidden; }
  @media (max-width: 1063px) {header .logo {
    background: url('/wp-content/themes/podprint/assets/images/layout/logo.png?1494884582') no-repeat 0 0/85% 85%;
    top: 29%;
    } }
    @media (max-width: 900px) {
      header .logo {
        left: 30px;
        width: 128px;
        height: 40px;
        margin-top: -20px;
        background-image: url('/wp-content/themes/podprint/assets/images/layout/logo_horizontal.png?1495590622'); } }
  header .phones {
    position: absolute;
    z-index: 10;
    top: 25px;
    right: 4.35%;
    font-family: "Klavika Caps", "Helvetica", sans-serif;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-align: right;}
    @media (max-width: 900px) {
      header .phones {
        top: 0;
        right: 70px;
        font-size: 20px;
        line-height: 60px;
		width: auto; 
		padding: 0 6.25%; }
	  header .phones .phone {
		display: inline-block !important;
		padding-right: 15px;
	}
	  header .phones .phone.local {
		font-size: 20px;		
	  } }
    @media (max-width: 600px) {
      header .phones {
        display: none; } }
    header .phones .phone {
      transition: color 0.3s;
      cursor: pointer; 
	  display: block;
	  letter-spacing: 1px;  }
      header .phones .phone.local {
        padding-left: 15px;
        font-size: 16px;
        /*
        				&:before {
        					content: "Wichita Area";
        					position: absolute;
        					top: -20px;
        					left: 15px;
        					color: mix(#000,#fff,30%);
        					font-size: 10px;
        					font-weight: bold;
        					font-family: Helvetica, Arial, sans-serif;
        					line-height: 10px;
        				}
        */ }
      header .phones .phone:hover {
        color: #009cde; }
  header .nav {
    position: absolute;
    z-index: 1;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: right;
    padding: 0 2.25%;
    margin: 0; }
    @media (max-width: 900px) {
      header .nav {
        position: fixed;
        z-index: 100;
        top: 0;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        overflow-y: scroll;
        background: #ffc72c;
        padding-top: 100px;
        padding-bottom: 100px;
        transform: translateX(100%);
        transition: transform 0.3s; }
        header .nav:after {
          content: '';
          display: inline-block;
          vertical-align: middle;
          width: 0;
          height: 100%; } }
    @media (max-width: 900px) {
      header .nav .nav_inner {
        display: inline-block;
        vertical-align: middle; } }
    header .nav .menu {
      display: block;
      position: relative;
      z-index: 20;
      width: 100%;
      overflow: hidden;
      transition: height 0.5s; }
      @media (min-width: 901px) {
        header .nav .menu {
          position: absolute;
          top: 100%;
          left: 0;
          height: 0; } }
      @media (max-width: 900px) {
        header .nav .menu {
          height: 60px; } }
      @media (min-width: 901px) {
        header .nav .menu .menu_inner {
          position: absolute;
          bottom: 40px;
          left: 0;
          width: 100%;
          height: 220px;
          box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2); } }
      header .nav .menu .menu_inner a {
        display: block; }
        @media (min-width: 901px) {
           header .nav .menu .menu_inner a {
            float: left;
            width: 20%;
            height: 100%;
            overflow: hidden;
            font-size: 0;
            white-space: nowrap;
            background-size: cover;
            background-position: 50% 50%;
            background-repeat: no-repeat;
            background-blend-mode: multiply;
            transition: background 0.3s; } }
          header .nav .menu .industry.menu_inner a {
            width: 16.666%;
        }       
          header .nav .menu .service.menu_inner a {
            width: 20%;
        }
        @media (max-width: 900px) {
          header .nav .menu .menu_inner a {
            background-size: 0 0;
            background-position: 0 0;
            background-repeat: no-repeat; } }
        header .nav .menu .menu_inner a .text {
          line-height: 1;
          text-align: center;
          white-space: normal;
          padding: 0 10px;
          box-sizing: border-box;
          transition: transform 0.3s; }
          @media (min-width: 901px) {
            header .nav .menu .menu_inner a .text {
              display: inline-block;
              position: relative;
              vertical-align: middle;
              width: 100%;
              color: #fff;
              font-family: "Klavika Caps", Helvetica, sans-serif;
              font-size: 20px;
              font-weight: bold;
              letter-spacing: 0.05em;
              text-transform: lowercase; } }
          @media (max-width: 900px) {
            header .nav .menu .menu_inner a .text {
              font-size: 16px;
              line-height: 44px;
              font-family: "CenturySchoolbookBT-Roman", "Georgia", serif; } }
          @media (min-width: 901px) {
            header .nav .menu .menu_inner a .text em {
              display: block;
              position: relative;
              top: -1px;
              font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
              font-weight: normal;
              font-style: normal;
              font-size: 16px;
              line-height: 1.3;
              font-variant: normal;
              text-transform: none;
              letter-spacing: 0; } }
          @media (max-width: 900px) {
            header .nav .menu .menu_inner a .text em {
              font-style: inherit; } }
        @media (min-width: 901px) {
          header .nav .menu .menu_inner a:after {
            content: '';
            display: inline-block;
            width: 0;
            height: 100%;
            vertical-align: middle; } }
        @media (min-width: 901px) {
          header .nav .menu .menu_inner a:hover {
            background-color: #009cde; } }
        @media (min-width: 901px) {
          header .nav .menu .menu_inner a[active] {
            background: #fff;
            background-image: none !important; }
            header .nav .menu .menu_inner a[active] .text {
              color: #000; } }
        @media (max-width: 900px) {
          header .nav .menu .menu_inner a[active] .text {
            font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
            font-weight: normal;
            font-style: normal; } }
      @media (min-width: 901px) {
        header .nav .menu:hover {
          height: 260px; } }
      @media (max-width: 900px) {
        header .nav .menu:hover, header .nav .menu.open {
          height: 324px; } }
    header .nav .nav_inner > a, header .nav .nav_inner > .menu .label {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      left: 0;
      font-family: "Klavika Caps", Helvetica, sans-serif;
      font-size: 18px;
      letter-spacing: 0.05em;
      line-height: 100px;
      text-transform: lowercase;
      font-weight: bold;
      padding: 0 24px 0 30px;
      transition: color 0.3s;
      cursor: pointer; }
      @media (max-width: 900px) {
        header .nav .nav_inner > a, header .nav .nav_inner > .menu .label {
          display: block;
          left: 0;
          font-size: 24px;
          line-height: 60px;
          padding: 0 !important; } }
      @media (min-width: 901px) {
        header .nav .nav_inner > a.services_item:hover + .menu, header .nav .nav_inner > .menu .label.services_item:hover + .menu {
          height: 260px; } }
      @media (max-width: 900px) {
        header .nav .nav_inner > a.services_item, header .nav .nav_inner > .menu .label.services_item {
          display: none; } }
      header .nav .nav_inner > a.first, header .nav .nav_inner > .menu .label.first {
        padding-left: 0; }
        header .nav .nav_inner > a.first:before, header .nav .nav_inner > .menu .label.first:before {
          content: none !important; }
      header .nav .nav_inner > a:before, header .nav .nav_inner > .menu .label:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        width: 6px;
        height: 6px;
        background: url('/wp-content/themes/podprint/assets/images/layout/diamonds.png?1494618631') no-repeat 100% 0/17px 33px;
        margin-top: -3px; }
        @media (max-width: 900px) {
          header .nav .nav_inner > a:before, header .nav .nav_inner > .menu .label:before {
            content: none; } }
      @media (min-width: 901px) {
        header .nav .nav_inner > a:hover, header .nav .nav_inner > .menu .label:hover {
          color: #009cde; } }
      @media (min-width: 901px) {
        header .nav .nav_inner > a.mobile_only, header .nav .nav_inner > .menu .label.mobile_only {
          display: none; } }
      header .nav .nav_inner > a.portal_login, header .nav .nav_inner > .menu .label.portal_login {
        font-size: 18px; }
      header .nav .nav_inner > a[active], header .nav .nav_inner > .menu .label[active] {
        font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
        font-weight: normal;
        font-style: normal;
        font-size: 18px;
        text-transform: none;
        font-variant: normal;
        letter-spacing: 0; }
        @media (max-width: 900px) {
          header .nav .nav_inner > a[active], header .nav .nav_inner > .menu .label[active] {
            font-size: 22px; } }
  header:after {
    content: '';
    position: absolute;
    z-index: 30;
    bottom: -99px;
    left: 0;
    width: 100%;
    height: 99px;
    background: url('/wp-content/themes/podprint/assets/images/layout/shadow_1.png?1494623056') no-repeat 50% 50%/100% 100%;
    pointer-events: none; }

.nav_hamburger {
  position: fixed;
  z-index: 101;
  top: 0;
  right: 0;
  width: 70px;
  height: 60px; }
  @media (min-width: 901px) {
    .nav_hamburger {
      display: none; } }
  .nav_hamburger .a, .nav_hamburger .b, .nav_hamburger .c {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    margin-left: -12px;
    margin-top: -1px;
    background: #000;
    transition: background 0.3s, width 0.3s, transform 0.3s, margin 0.3s; }
  .nav_hamburger .b {
    transform: translateY(-8px); }
  .nav_hamburger .c {
    transform: translateY(8px); }

#nav_toggle {
  display: none; }
  @media (max-width: 900px) {
    #nav_toggle:checked + header + .nav_hamburger .a {
      width: 0;
      margin-left: 0; }
    #nav_toggle:checked + header + .nav_hamburger .b {
      transform: rotate(45deg) translateY(0); }
    #nav_toggle:checked + header + .nav_hamburger .c {
      transform: rotate(-45deg) translateY(0); }
    #nav_toggle:checked + header .nav {
      transform: translateX(0) !important; } }
#arrowdiv {
	position: absolute;
	z-index: 2;
	bottom: 2em;
	margin: auto;
	left: 49%;
}
#arrowinner {
	background: #cccccc80;
	border-radius: 50px;
	width: 60px;
	height: 60px;
	animation: fadeInDown 3s ease;
}
#arrowinner img {
padding-top: 12px;
width: 45px;
padding-left: 8px;
}
.hidden {
	opacity: 0;
	z-index: -1;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	-moz-transition: opacity 0.5s ease;
}
@keyframes fadeInDown {
	0% { opacity: 0; transform: translateY(-2em); }
	50% { opacity: 0; transform: translateY(-2em); }
	100% { opacity: 1; transform: translateY(0); }
}
footer .page_end {
  position: relative;
  width: 100%;
  height: 150px; }
  footer .page_end:before {
    content: '';
    position: absolute;
    bottom: 33px;
    left: 33px;
    width: 68px;
    height: 22px;
    background: url('/wp-content/themes/podprint/assets/images/layout/page_end_bg_1.png?1494941838') no-repeat 0 0/68px 22px; }
  footer .page_end:after {
    content: '';
    position: absolute;
    bottom: 33px;
    right: 33px;
    width: 22px;
    height: 22px;
    background: url('/wp-content/themes/podprint/assets/images/layout/page_end_bg_2.png?1494941552') no-repeat 0 0/22px 22px; }
footer .footer_inner {
  padding: 150px 0 75px 0;
  background: url('/wp-content/themes/podprint/assets/images/layout/shadow_3.png?1494942105') repeat-x 0 0/100% 50px, url('/wp-content/themes/podprint/assets/images/layout/totem_pattern.png?1494943108') repeat-x 0 0/1024px 58px;
  background-color: #f2f2f2;
  background-blend-mode: multiply;
  /*
  		@media ( max-width: 900px ) {
  			text-align: center;
  			background-size: 100% 50px, 819px 46px;
  			padding-top: 110px;
  		}
  */ }
.mailchimp h2 {
    font-family: klavika;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.mc-field-group {
    padding: 4px;
}
.mc-field-group input {
    margin: 0px;
    padding: 6px 0px 4px 8px;
    width: 100%;
    font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
}
input#mc-embedded-subscribe {
    margin-top: 12px;
    width: 90%;
    max-width: 220px;
    padding: 15px 0px;
    border-radius: 30px 0px 30px 30px;
    background: #039ddd;
    color: #fff;
    font-family: klavika;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-size: 16px;
    transition: color 0.3s, background 0.3s;
}
input#mc-embedded-subscribe:hover {
    color: #039ddd;
    background: #039ddd00;
}
  footer .footer_inner:after {
    content: '';
    display: block;
    clear: both; }
  @media (max-width: 900px) {
    footer .footer_inner {
      background-size: 100% 50px, 613px 35px;
      padding-top: 90px; } }
footer .nav {
  float: left;
  width: 17.75%;
  padding-left: 6.25%; }
  @media (max-width: 1150px) {
    footer .nav {
      width: 12.5%; } }
  @media (max-width: 900px) {
    footer .nav {
      display: none; } }
  footer .nav a {
    display: inline-block;
    position: relative;
    color: #000;
    font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
    font-size: 16px;
    line-height: 1.6;
    padding: 8px 0;
    transition: color 0.3s;
    cursor: pointer; }
    footer .nav a:hover {
      color: #009cde; }
    footer .nav a[active]:hover {
      color: #000; }
    footer .nav a[active]:before {
      content: '';
      position: absolute;
      top: 14px;
      left: -24px;
      width: 10px;
      height: 10px;
      background: url('/wp-content/themes/podprint/assets/images/layout/diamond.png?1494947568') no-repeat 0 0/100% 100%; }
footer .footer_services {
  float: left;
  position: relative;
  width: 21%;
  margin-left: 6.25%; }
  @media (max-width: 900px) {
    footer .footer_services {
      display: none; } }
  footer .footer_services .label {
    position: absolute;
    top: 14px;
    right: 100%;
    width: auto;
    white-space: nowrap;
    font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
    font-size: 18px;
    line-height: 1;
    text-align: right;
    transform-origin: top right;
    transform: rotate(-90deg) translateY(-90px); }
    @media (max-width: 1150px) {
      footer .footer_services .label {
        display: none; } }
  footer .footer_services a {
    display: inline-block;
    position: relative;
    color: #000;
    font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
    font-size: 16px;
    line-height: 1.6;
    padding: 8px 0;
    transition: color 0.3s;
    cursor: pointer; }
    footer .footer_services a:hover {
      color: #009cde; }
    footer .footer_services a[active]:hover {
      color: #000; }
    footer .footer_services a[active]:before {
      content: '';
      position: absolute;
      top: 14px;
      left: -24px;
      width: 10px;
      height: 10px;
      background: url('/wp-content/themes/podprint/assets/images/layout/diamond.png?1494947568') no-repeat 0 0/100% 100%; }
footer .social {
  float: left;
  text-align: center;
  /*
  		@media ( max-width: 900px ) {
  		}
  */ }
  @media (max-width: 900px) {
    footer .social {
      float: none;
      display: block; } }
  footer .social .portal_login {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-family: "Klavika Caps", Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    text-transform: lowercase;
    letter-spacing: 0.1em;
    color: #009cde;
    line-height: 1.1;
    text-align: center;
    padding: 9px 40px 11px 40px;
    border-radius: 0 40px 40px 40px;
    background: #f2f2f2;
    transition: color 0.3s, background 0.3s;
    cursor: pointer; }
    footer .social .portal_login:hover {
      color: #fff;
      background: #009cde; }
  footer .social .social_links {
    padding-bottom: 20px; }
    footer .social .social_links a {
      display: inline-block;
      width: 24px;
      height: 24px;
      background: #000;
      border-radius: 3px;
      margin-right: 10px;
      margin-left: 10px;
      background-size: 24px 24px;
      background-position: 0 0;
      background-repeat: no-repeat;
      transition: background 0.3s; }
      footer .social .social_links a.twitter {
        background-image: url('/wp-content/themes/podprint/assets/images/layout/social_twitter.png?1509651896'); }
      footer .social .social_links a.facebook {
        background-image: url('/wp-content/themes/podprint/assets/images/layout/social_facebook.png?1509651919'); }
      footer .social .social_links a.linked_in {
        background-image: url('/wp-content/themes/podprint/assets/images/layout/social_linked_in.png?1509651938'); }
      footer .social .social_links a.instagram {
        background-image: url('/wp-content/themes/podprint/assets/images/layout/social_instagram.png?1509651955'); }
      footer .social .social_links a:hover {
        background-color: #009cde; }
footer .contact_info {
  float: right;
  text-align: right;
  padding-right: 6.25%; }
  @media (max-width: 900px) {
    footer .contact_info {
      float: none;
      text-align: center;
      padding-right: 0; } }
  footer .contact_info .logo {
    display: block;
    width: 101px;
    height: 67px;
    font-size: 0;
    text-indent: -10000px;
    overflow: hidden;
    margin: 0 0 0 auto;
    background: url('/wp-content/themes/podprint/assets/images/layout/logo.png?1494884582') no-repeat 0 0/100% 100%;
    margin-bottom: 30px;
    /*
    			@media ( max-width: 900px ) {
    				display: inline-block;
    				width: 71px;
    				height: 47px;
    				margin-bottom: 0;
    			}
    */
    /*
    			@media ( max-width: 600px ) {
    				width: 101px * 0.6;
    				height: 67px * 0.6;
    			}
    */ }
    @media (max-width: 900px) {
      footer .contact_info .logo {
        display: block;
        margin-bottom: 30px;
        margin-top: 30px;
        margin-left: auto;
        margin-right: auto; } }
  footer .contact_info .phones {
    display: block;
    color: #000;
    font-family: "Klavika Caps", Helvetica, sans-serif;
    font-size: 26px;
    font-weight: bold;
    letter-spacing: 0.03em;
    margin-bottom: 20px;
    transition: color 0.3s;
    /*
    			@media ( max-width: 900px ) {
    				display: inline-block;
    				vertical-align: middle;
    				margin-bottom: 0;
    				margin-left: 40px;
    			}
    */ }
    @media (max-width: 900px) {
      footer .contact_info .phones {
        display: block;
        margin-bottom: 20px;
        margin-left: 0;
        text-align: center; } }
    footer .contact_info .phones .phone {
      display: block;
      transition: color 0.3s; }
      footer .contact_info .phones .phone.local {
        padding-top: 5px;
        font-size: 20px; }
      footer .contact_info .phones .phone:hover {
        color: #009cde; }
  footer .contact_info .address {
    display: block;
    font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    padding-bottom: 0;
    margin-bottom: 30px;
    transition: color 0.3s;
    /*
    			@media ( max-width: 900px ) {
    				display: inline-block;
    				vertical-align: middle;
    				margin-bottom: 0;
    				text-align: center;
    			}
    */ }
    footer .contact_info .address em {
      font-size: 18px;
      font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
      font-weight: normal;
      font-style: normal;
      letter-spacing: 0; }
    @media (max-width: 900px) {
      footer .contact_info .address {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
        font-size: 14px; } }
    footer .contact_info .address:hover {
      color: #009cde; }
  footer .contact_info .est_1978 {
    display: inline-block;
    vertical-align: middle;
    width: 79px;
    height: 70px;
    margin: 0 0 0 auto; }
    @media (max-width: 900px) {
      footer .contact_info .est_1978 {
        margin-left: auto;
        margin-right: auto; } }
  footer .contact_info .iso_certified {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    height: auto;
    margin: 0 0 0 25px; }
    @media (max-width: 900px) {
      footer .contact_info .iso_certified {
        margin-left: 20px;
        margin-right: auto; } }
  footer .contact_info .isoqar {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    height: auto;
    margin: 0 0 0 25px; }
    @media (max-width: 900px) {
      footer .contact_info .isoqar {
        margin-left: 25px;
        margin-right: auto; } }

@font-face {
  font-family: 'Klavika';
  src: url('/wp-content/themes/podprint/assets/fonts/klavika_bold.ttf?1254764497'); }
@font-face {
  font-family: 'Klavika Caps';
  src: url('/wp-content/themes/podprint/assets/fonts/klavika_bold_caps.ttf?1254764574') format("ttf"), url('/wp-content/themes/podprint/assets/fonts/klavika_bold_caps-webfont.woff2?1495596386') format("woff2"), url('/wp-content/themes/podprint/assets/fonts/klavika_bold_caps-webfont.woff?1495596386') format("woff"); }
@font-face {
  font-family: 'CenturySchoolbookBT-Roman';
  src: url('/wp-content/themes/podprint/assets/fonts/33DC93_0_0.eot?1496256264');
  src: url('/wp-content/themes/podprint/assets/fonts/33DC93_0_0.eot?&1496256264#iefix') format("embedded-opentype"), url('/wp-content/themes/podprint/assets/fonts/33DC93_0_0.woff2?1496256266') format("woff2"), url('/wp-content/themes/podprint/assets/fonts/33DC93_0_0.woff?1496256264') format("woff"), url('/wp-content/themes/podprint/assets/fonts/33DC93_0_0.ttf?1496256264') format("truetype"); }
@font-face {
  font-family: 'CenturySchoolbookBT-BoldItalic';
  src: url('/wp-content/themes/podprint/assets/fonts/33DC93_1_0.eot?1496256268');
  src: url('/wp-content/themes/podprint/assets/fonts/33DC93_1_0.eot?&1496256268#iefix') format("embedded-opentype"), url('/wp-content/themes/podprint/assets/fonts/33DC93_1_0.woff2?1496256268') format("woff2"), url('/wp-content/themes/podprint/assets/fonts/33DC93_1_0.woff?1496256268') format("woff"), url('/wp-content/themes/podprint/assets/fonts/33DC93_1_0.ttf?1496256266') format("truetype"); }
@font-face {
	font-family: 'FontAwesome';
	src: url('/wp-content/themes/podprint/assets/fonts/fa-solid-900.eot');
	src: url('/wp-content/themes/podprint/assets/fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
		url('/wp-content/themes/podprint/assets/fonts/fa-solid-900.woff2') format('woff2'),
		url('/wp-content/themes/podprint/assets/fonts/fa-solid-900.woff') format('woff'),
		url('/wp-content/themes/podprint/assets/fonts/fa-solid-900.ttf') format('truetype'),
		url('/wp-content/themes/podprint/assets/fonts/fa-solid-900.svg') format('svg');			
}
.banner {
  position: relative;
  height: 350px;
  overflow: hidden;
  background-color: #009cde; }

.banner{}
  @media (max-width: 900px) {
    .banner {
      height: 250px; } }
  @media (max-width: 600px) {
    .banner {
      height: auto;
      background-color: #fff; } }
  .banner .image {
    position: absolute;
    top: 0;
    left: 25%;
    right: 0;
    width: auto;
    height: 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: 50% 50%, 0 0;
    background-size: cover, 33.333% 100%;
    background-blend-mode: multiply; }
    @media (max-width: 750px) {
      .banner .image {
        left: 33.333%;
        background-size: 50% 100%, cover; } }
    @media (max-width: 600px) {
      .banner .image {
        position: relative;
        left: 0;
        width: 100%;
        height: 200px;
        background-size: cover, 100% 73px;
        background-position: 100% 50%, 0 100%; } }
    .banner .image:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 16.667%;
      height: 100%;
      background: url('/wp-content/themes/podprint/assets/images/layout/banner_pattern_blue.png?1495124096') repeat 100% 0/86px 86px; }
      @media (max-width: 750px) {
        .banner .image:before {
          width: 16.66667%; } }
      @media (max-width: 600px) {
        .banner .image:before {
          top: auto;
          bottom: 0;
          width: 50%;
          height: 73px;
          left: auto;
          right: 0;
          background-position: 11px 0;
          background-size: 66px 66px; } }
  .banner .tagline {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 10;
    width: 43.75%;
    color: #fff;
    font-family: "Klavika", Helvetica, sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.02em;
    padding-bottom: 60px;
    padding-bottom: 0;
    padding-left: 12.5%;
    box-sizing: border-box; }
    @media (max-width: 900px) {
      .banner .tagline {
        font-size: 40px;
        padding-bottom: 50px; } }
    @media (max-width: 600px) {
      .banner .tagline {
        font-size: 32px;
        padding-bottom: 40px; } }
    .banner .tagline em {
      font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
      font-weight: normal;
      font-style: normal;
      letter-spacing: 0; }
    @media (max-width: 900px) {
      .banner .tagline {
        padding-bottom: 0; } }
    @media (max-width: 750px) {
      .banner .tagline {
        width: 56.25%; } }
    @media (max-width: 600px) {
      .banner .tagline {
        display: block;
        position: relative;
        width: 100%;
        background: #009cde;
        padding: 30px 30px 30px 30px; } }
    .banner .tagline:before {
      content: '';
      position: absolute;
      top: 10px;
      left: 0;
      width: 14.28571%;
      height: 100%;
      max-height: 99px;
      background: url('/wp-content/themes/podprint/assets/images/layout/diamonds_white.png?1495130189') repeat 100% 0/17px 33px; }
      @media (max-width: 750px) {
        .banner .tagline:before {
          width: 11.11111%; } }
      @media (max-width: 600px) {
        .banner .tagline:before {
          content: none;
          /*
          				top: 4px;
          				width: percentage(1/8);
          				background-size: 11px 21px;
          				max-height: 58px;
          */ } }
  .banner:after {
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%; }
    @media (min-width: 601px) {
      .banner:after {
        content: ''; } }

.content h1 {
  position: absolute;
  overflow: hidden;
  top: -40px;
  left: 25%;
  width: 79px;
  height: 80px;
  text-indent: -1000em;
  margin-left: -40px;
  background: url('/wp-content/themes/podprint/assets/images/ring_text/about_pod_print.png?1495807352') no-repeat 0 0/100% 100%;
  animation: slow_rotate 45s linear infinite;
  pointer-events: none; }
.page-id-813 .content h1 /* Large Format Printing */ {
  background: url('/wp-content/themes/podprint/assets/images/ring_text/circletext_LARGEformat.png') no-repeat 0 0/100% 100%; 
}
.page-id-827 .content h1 /* Art and Design Printing */ {
  background: url('/wp-content/themes/podprint/assets/images/ring_text/ARTDESIGN.png') no-repeat 0 0/100% 100%; 
}
.page-id-548 .content h1 /* Aviation Printing */ {
  background: url('/wp-content/themes/podprint/assets/images/ring_text/AVIATION.png') no-repeat 0 0/100% 100%; 
}
.page-id-449 .content h1 /* Book Printing */ {
  background: url('/wp-content/themes/podprint/assets/images/ring_text/book_print.png') no-repeat 0 0/100% 100%; 
}
.page-id-826 .content h1 /* Education Printing */ {
  background: url('/wp-content/themes/podprint/assets/images/ring_text/EDUCATION.png') no-repeat 0 0/100% 100%; 
}
.page-id-824 .content h1, .page-id-866 .content h1 /* Trade Show & Event Printing */ {
  background: url('/wp-content/themes/podprint/assets/images/ring_text/EVENTS.png') no-repeat 0 0/100% 100%; 
}
.page-id-825 .content h1 /* Small Business Printing */ {
  background: url('/wp-content/themes/podprint/assets/images/ring_text/SMALLBUSINESS.png') no-repeat 0 0/100% 100%; 
}
  @media (max-width: 900px) {
    .content h1 {
      left: 12.5%; } }
  @media (max-width: 600px) {
    .content h1 {
      top: -20px;
      left: auto;
      right: 30px; } }
.content.why-choose-us h1 {
  width: 82px;
  height: 84px;
  background-image: url('/wp-content/themes/podprint/assets/images/ring_text/choose_pod_print.png?1495807352'); }
.content.services h1 {
  width: 66px;
  height: 68px;
  background-image: url('/wp-content/themes/podprint/assets/images/ring_text/our_services.png?1495807352'); }
.content.variable-data-cross-media h1 {
  width: 70px;
  height: 72px;
  background-image: url('/wp-content/themes/podprint/assets/images/ring_text/variable_data.png?1495807351'); }
.content.digital-print h1 {
  width: 68px;
  height: 70px;
  background-image: url('/wp-content/themes/podprint/assets/images/ring_text/digital_print.png?1495807351'); }
.content.book-print h1 {
  width: 62px;
  height: 62px;
  background-image: url('/wp-content/themes/podprint/assets/images/ring_text/book_print.png?1498074704'); }
.content.pre-press h1 {
  width: 55px;
  height: 57px;
  background-image: url('/wp-content/themes/podprint/assets/images/ring_text/pre_press.png?1495807351'); }
.content.finishing h1 {
  width: 53px;
  height: 56px;
  background-image: url('/wp-content/themes/podprint/assets/images/ring_text/finishing.png?1495807351'); }
.content.fulfillment-distribution h1 {
  width: 64px;
  height: 65px;
  background-image: url('/wp-content/themes/podprint/assets/images/ring_text/fulfillment.png?1495807351'); }
.content.print-on-demand-portal h1 {
  top: -45px;
  left: auto;
  right: 25%;
  width: 109px;
  height: 109px;
  margin-left: auto;
  margin-right: 0;
  background-image: url('/wp-content/themes/podprint/assets/images/ring_text/print_on_demand_portal.png?1495807351'); }
  @media (max-width: 900px) {
    .content.print-on-demand-portal h1 {
      right: 12.5%; } }
  @media (max-width: 600px) {
    .content.print-on-demand-portal h1 {
      top: -20px;
      right: 30px; } }
.content.quality h1 {
  width: 63px;
  height: 64px;
  background-image: url('/wp-content/themes/podprint/assets/images/ring_text/our_quality.png?1495807352'); }
.content.about h1 {
  width: 79px;
  height: 80px;
  background-image: url('/wp-content/themes/podprint/assets/images/ring_text/about_pod_print.png?1495807352'); }
.content.contact h1 {
  width: 58px;
  height: 61px;
  background-image: url('/wp-content/themes/podprint/assets/images/ring_text/contact_us.png?1495807351'); }

.block {
  position: relative; }
  .block .image_before, .block .image_after {
    display: inline-block;
    vertical-align: middle;
    width: 43.75%;
    transition: opacity 0.3s/*, transform 1s*/; }
.block .image_before::after {
    content: '';
    width: 150px;
    position: absolute;
    background-size: 120%;
    left: calc(43.75% - 150px);
    z-index: 1;
    top: 0;
    mix-blend-mode: multiply;
    opacity: 1;
    height: 100%;
    transition: opacity 0.3s/*, transform 1s*/;
}
.block .image_after::after {
    content: '';
    width: 150px;
    position: absolute;
    background-size: 120%;
    right: calc(43.75% - 150px);
    z-index: 1;
    top: 0;
    mix-blend-mode: multiply;
    opacity: 0.9;
    height: 100%;
    transform: rotateY(180deg);
    transition: opacity 0.3s/*, transform 1s*/;
}
.block.blue .image_after::after, .block.blue .image_before::after {
    background-image: url('/wp-content/uploads/2019/06/colorpattern_blue.png');
}
.block.red .image_after::after, .block.red .image_before::after {
    background-image: url('/wp-content/uploads/2019/06/colorpattern_red.png');
}
.block.yellow .image_after::after, .block.yellow .image_before::after {
    background-image: url('/wp-content/uploads/2019/06/colorpattern_yellow.png');
}

    @media (max-width: 600px) {
      .block .image_before, .block .image_after {
        display: block;
        width: 100%;
        border: solid 30px transparent;
        box-sizing: border-box; } }
    .block .image_before img, .block .image_after img {
      width: 100%;
      height: auto;
      }
.block.right .image_before img, .block.right .image_after img {
    border-radius: 50px 0 0 0;
}
.block.left .image_before img, .block.left .image_after img {
    border-radius: 0 50px 0 0;
}
    .block .image_before.hidden, .block .image_after.hidden {
      opacity: 0;
      transform: translateX(-20px); }
  .block .image_after.hidden {
    transform: translateX(20px); }
  .block .text {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 56.25%;
    margin: auto;
    box-sizing: border-box;
    color: #ffffff; }
    @media (max-width: 900px) {
      .block .text {
        margin: 75px 0; } }
    @media (max-width: 600px) {
      .block .text {
        display: block;
        width: auto;
        margin: 50px 0; } }
    .block .text p {
      font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: 0.02em; }
      .block .text p em {
        font-size: 18px;
        font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0; }
  .block h2 {
    position: absolute;
    top: 0;
    color: #ffffff;
    font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
    font-size: 36px;
    line-height: 1;
    text-align: right;
    transform-origin: 100% 50%;
    white-space: nowrap;
    transform: rotate(-90deg) translateX(10px);
    transition: transform 1s, opacity 1s; }
    .block h2.hidden {
      opacity: 0;
      transform: rotate(-90deg) translateX(30px); }
    @media (max-width: 900px) {
      .block h2 {
        font-size: 32px; } }
    @media (max-width: 600px) {
      .block h2 {
        position: relative;
        font-size: 28px;
        text-align: left;
        transform: none;
        padding-bottom: 30px; }
        .block h2.hidden {
          opacity: 0;
          transform: translateX(30px); } }
  .block h3 {
    position: relative;
    width: 100%;
    color: #ffffff;
    font-family: "Klavika Caps", Helvetica, sans-serif;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.1;
    text-transform: lowercase;
    letter-spacing: 0.05em;
    transition: transform 0.3s;
    box-sizing: border-box;
    padding-bottom: 30px;
    transition: opacity 0.3s; }
    @media (max-width: 900px) {
      .block h3 {
        font-size: 25px; } }
    @media (max-width: 600px) {
      .block h3 {
        font-size: 22px; } }
    .block h3 em {
      display: block;
      font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
      font-weight: normal;
      font-style: normal;
      font-size: 18px;
      font-variant: normal;
      text-transform: none;
      letter-spacing: 0; }
    .block h3.hidden {
      opacity: 0; }
  .block h4 {
    font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
    font-size: 18px;
    letter-spacing: 0;
    padding: 10px 0 20px 0; }
    .block h4 em {
      font-size: 18px;
      font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
      font-weight: normal;
      font-style: normal;
      letter-spacing: 0; }
  .block p {
    font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    padding-bottom: 20px;
    transition: opacity 0.3s; }
    .block p em {
      font-size: 18px;
      font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
      font-weight: normal;
      font-style: normal;
      letter-spacing: 0; }
    .block p a:not(.button) {
      position: relative;
      display: inline-block;
      font-family: "Klavika Caps", Helvetica, sans-serif;
      font-weight: bold;
      font-size: 18px;
      line-height: 1;
      text-transform: lowercase;
      letter-spacing: 0.15em;
      color: inherit;
      padding: 3px 0;
      transition: color 0.3s;
      cursor: pointer; }
      .block p a:not(.button):before {
        content: '';
        position: absolute;
        top: 13px;
        left: -51px;
        width: 40px;
        height: 1px;
        background: inherit;
        transition: background 0.3s, left 0.3s, width 0.3s; }
      .block p a:not(.button):after {
        content: '';
        position: absolute;
        top: 13px;
        right: -27px;
        width: 0px;
        height: 0px;
        border-top: solid 1px #000;
        border-right: solid 1px #000;
        box-sizing: border-box;
        opacity: 0;
        transform-origin: right 2px;
        transform: rotate(45deg);
        transition: width 0.3s, height 0.3s, opacity 0.3s; }
      .block p a:not(.button):hover {
        color: #000; }
        .block p a:not(.button):hover:before {
          background: #000;
          left: 100%;
          width: 20px;
          transform: translateX(7px); }
        .block p a:not(.button):hover:after {
          width: 7px;
          height: 7px;
          opacity: 1; }
    .block p a.button {
      position: relative;
      display: inline-block;
      overflow: hidden;
      font-family: "Klavika Caps", Helvetica, sans-serif;
      font-weight: bold;
      font-size: 20px;
      text-transform: lowercase;
      letter-spacing: 0.1em;
      color: #fff;
      line-height: 1.1;
      text-align: center;
      padding: 9px 40px 11px 40px;
      border-radius: 0 40px 40px 40px;
      background: #009cde;
      transition: color 0.3s, background 0.3s;
      cursor: pointer;
      margin-top: 75px; }
      .block p a.button:hover {
        background: #000; }
    .block p.hidden {
      opacity: 0; }
  .block ul li {
    transition: opacity 0.3s; }
    .block ul li.hidden {
      opacity: 0; }
  .block.center {
    margin-top: 150px;
    margin-bottom: 130px; }
.inline-buttons {
    position: relative;
    display: block;
    width: 80%;
    margin: auto;
}
.inner-button {
    width: 49%;
    display: inline-block;
    text-align: center;
}
.inner-button p {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
@media (max-width: 768px) {
    .inline-buttons {
        width: 100%;
    }
    .inner-button {
        width: 80%;
        margin: auto;
        display: block;
        float: none;
    }
}
    @media (max-width: 900px) {
      .block.center {
        margin-top: 75px;
        margin-bottom: 50px; } }
    @media (max-width: 600px) {
      .block.center {
        margin-top: 50px; } }
    .block.center h2 {
      right: 87.5%; }
      @media (max-width: 900px) {
        .block.center h2 {
          right: 93.75%; } }
      @media (max-width: 600px) {
        .block.center h2 {
          right: auto;
          padding-left: 30px;
          padding-right: 30px; } }
      .block.center h2:first-child + h3 {
        padding-top: 0; }
    .block.center h3 {
      padding-top: 100px;
      padding-left: 25%;
      padding-right: 25%; }
      @media (max-width: 900px) {
        .block.center h3 {
          padding-left: 12.5%;
          padding-right: 12.5%; } }
      @media (max-width: 600px) {
        .block.center h3 {
          padding-left: 30px;
          padding-right: 30px; } }
      .block.center h3:first-child {
        padding-top: 0; }
    .block.center p {
      position: relative;
      padding-left: 25%;
      padding-right: 25%;
      animation: appear 1s forwards; }
      @media (max-width: 900px) {
        .block.center p {
          padding-left: 12.5%;
          padding-right: 12.5%; } }
      @media (max-width: 600px) {
        .block.center p {
          padding-left: 30px;
          padding-right: 30px; } }
    .block.center h1:first-child + p:after {
      content: '';
      position: absolute;
      z-index: -1;
      top: 10px;
      right: 0;
      width: 18.75%;
      height: 100%;
      max-height: 99px;
      background: url('/wp-content/themes/podprint/assets/images/layout/diamonds.png?1494618631') repeat 0 -17px/17px 33px; }
      @media (max-width: 600px) {
        .block.center h1:first-child + p:after {
          top: 4px;
          width: 12.5%;
          background-position: -7px 0;
          background-size: 11px 21px;
          max-height: 60px; } }
    .block.center ul, .block.center ol {
      font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: 0.02em;
      position: relative;
      padding: 5px 25% 0 25%; }
      .block.center ul em, .block.center ol em {
        font-size: 18px;
        font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0; }
      @media (max-width: 900px) {
        .block.center ul, .block.center ol {
          padding-left: 12.5%;
          padding-right: 12.5%; } }
      @media (max-width: 600px) {
        .block.center ul, .block.center ol {
          padding-left: 30px;
          padding-right: 30px; } }
      .block.center ul li, .block.center ol li {
        padding-bottom: 10px;
        padding-left: 25px;
        background: url('/wp-content/themes/podprint/assets/images/layout/diamond.png?1494947568') no-repeat 0 6px/10px 10px; }
    .block.center.padding_top {
      margin-top: 0;
      padding-top: 150px; }
      @media (max-width: 900px) {
        .block.center.padding_top {
          margin-top: 0;
          padding-top: 75px; } }
      @media (max-width: 600px) {
        .block.center.padding_top {
          margin-top: 0;
          padding-top: 50px; } }
    .block.center.h2_horizontal h2 {
      position: relative;
      top: 0;
      right: 0;
      color: #fff;
      font-family: "Klavika", Helvetica, sans-serif;
      font-size: 48px;
      font-weight: bold;
      line-height: 1;
      letter-spacing: 0.02em;
      padding-bottom: 60px;
      color: #000;
      text-align: left;
      white-space: normal;
      padding-left: 25%;
      padding-right: 25%;
      padding-bottom: 30px;
      transform: none; }
      @media (max-width: 900px) {
        .block.center.h2_horizontal h2 {
          font-size: 40px;
          padding-bottom: 50px; } }
      @media (max-width: 600px) {
        .block.center.h2_horizontal h2 {
          font-size: 32px;
          padding-bottom: 40px; } }
      .block.center.h2_horizontal h2 em {
        font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0; }
      @media (max-width: 900px) {
        .block.center.h2_horizontal h2 {
          font-size: 32px;
          padding-left: 12.5%;
          padding-right: 12.5%; } }
      @media (max-width: 600px) {
        .block.center.h2_horizontal h2 {
          font-size: 28px;
          text-align: left;
          transform: none;
          padding-left: 30px;
          padding-right: 30px;
          padding-bottom: 20px; } }
  .block.right, .block.left {
    margin-top: -1.7%;
    margin-bottom: 17%;
}
.block.right {
    border-radius: 50px 0 0 0;
}
.block.left {
    border-radius: 0 50px 0 0;
}
    @media (max-width: 900px) {
      .block.right, .block.left {
        margin-top: 50px;
        margin-bottom: 50px; } }
    @media (max-width: 600px) {
      .block.right, .block.left {
        margin-top: 30px;
        margin-bottom: 30px; } }
  .block.right .image_after {
    display: none; }
  .block.right .text {
    padding-left: 6.25%;
    padding-right: 12.5%; }
    @media (max-width: 600px) {
      .block.right .text {
        padding-left: 30px;
        padding-right: 30px; } }
    .block.right .text h2 {
      right: 11.11111%; }
      @media (max-width: 600px) {
        .block.right .text h2 {
          right: auto; } }
  .block.left .image_before {
    display: none; }
    @media (max-width: 600px) {
      .block.left .image_before {
        display: block; } }
  @media (max-width: 600px) {
    .block.left .image_after {
      display: none; } }
  .block.left .text {
    padding-left: 12.5%;
    padding-right: 6.25%; }
    @media (max-width: 600px) {
      .block.left .text {
        padding-left: 30px;
        padding-right: 30px; } }
    .block.left .text h2 {
      right: 88.88889%; }
      @media (max-width: 600px) {
        .block.left .text h2 {
          right: auto; } }
  .block.values {
    padding-left: 15.5%;
    padding-right: 12.5%;
    margin-top: 100px;
    margin-bottom: 50px; }
.block.values h2 {
    left: 0;
    top: 2em;
}
    @media (max-width: 600px) {
      .block.values {
        padding-left: 30px;
        padding-right: 30px; } }
    .block.values li {
      display: inline-block;
      vertical-align: top;
      width: 33.333%;
      padding-right: 8.33333%;
      padding-bottom: 75px;
      box-sizing: border-box;
      font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: 0.02em;
      /*
      			&:hover {
      				img {
      					background: $accent;
      				}
      				em {
      					color: $accent;
      				}
      			}
      */ }
      .block.values li em {
        font-size: 18px;
        font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0; }
      @media (max-width: 900px) {
        .block.values li {
          width: 50%; } }
      @media (max-width: 600px) {
        .block.values li {
          position: relative;
          width: 100%;
          padding-left: 105px; } }
      .block.values li img {
        display: inline-block;
        width: 75px;
        height: 75px;
        background: #009cde;
        border-radius: 100%;
        margin-bottom: 30px; }
        @media (max-width: 600px) {
          .block.values li img {
            position: absolute;
            top: 0;
            left: 0; } }
      .block.values li em {
        display: block;
        color: #009cde;
        font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
        font-weight: normal;
        font-style: normal;
        padding-bottom: 10px; }
        @media (max-width: 600px) {
          .block.values li em br {
            display: none; } }
    .block.values:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 75px;
      right: 0;
      width: 12.5%;
      height: auto;
      background: url('/wp-content/themes/podprint/assets/images/layout/pattern_2.png?1495572604') repeat 0 0/35px 35px; }
      @media (max-width: 600px) {
        .block.values:after {
          width: 6.25%; } }
  .block.pattern_right h1:first-child + p:after, .block.pattern_right p:first-child:after {
    content: none; }
  .block.pattern_right:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 20px;
    right: 0;
    width: 12.5%;
    height: auto;
    background: url('/wp-content/themes/podprint/assets/images/layout/pattern_2.png?1495572604') repeat 0 0/35px 35px; }
  .block.blue_pattern_right:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 18.75%;
    height: 93px;
    background: url('/wp-content/themes/podprint/assets/images/layout/banner_pattern_blue.png?1495124096') repeat 8px 0/43px 43px; }
  .block.diamonds_left:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 0;
    width: 18.75%;
    height: 100%;
    max-height: 99px;
    background: url('/wp-content/themes/podprint/assets/images/layout/diamonds.png?1494618631') repeat 100% 0/17px 33px; }
    @media (max-width: 600px) {
      .block.diamonds_left:before {
        content: none; } }
  .block.capabilities, .block.list {
    font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    padding: 15px 0 0 25%; }
    .block.capabilities em, .block.list em {
      font-size: 18px;
      font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
      font-weight: normal;
      font-style: normal;
      letter-spacing: 0; }
    @media (max-width: 600px) {
      .block.capabilities, .block.list {
        padding-left: 30px; } }
    .block.capabilities p, .block.list p {
      padding-right: 16.66667%; }
      @media (max-width: 600px) {
        .block.capabilities p, .block.list p {
          padding-right: 30px; } }
    .block.capabilities h2, .block.list h2 {
      top: 15px;
      right: 87.5%; }
      @media (max-width: 600px) {
        .block.capabilities h2, .block.list h2 {
          top: 0;
          right: auto; } }
      .block.capabilities h2 + h4, .block.list h2 + h4 {
        padding-top: 0; }
    .block.capabilities ul, .block.capabilities ol, .block.list ul, .block.list ol {
      font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: 0.02em;
      padding-bottom: 10px; }
      .block.capabilities ul em, .block.capabilities ol em, .block.list ul em, .block.list ol em {
        font-size: 18px;
        font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0; }
      .block.capabilities ul .column, .block.capabilities ol .column, .block.list ul .column, .block.list ol .column {
        display: inline-block;
        vertical-align: top; }
      .block.capabilities ul li, .block.capabilities ol li, .block.list ul li, .block.list ol li {
        /*
        				display: inline-block;
        				vertical-align: top;
        				width: 33.333%;
        */
        padding-right: 8.33333%;
        padding-bottom: 10px;
        box-sizing: border-box;
        font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0.02em;
        /*
        				@media ( max-width: 900px ) {
        					width: 50%;
        				}
        				@media ( max-width: 500px ) {
        					width: 100%;
        				}
        */ }
        .block.capabilities ul li em, .block.capabilities ol li em, .block.list ul li em, .block.list ol li em {
          font-size: 18px;
          font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
          font-weight: normal;
          font-style: normal;
          letter-spacing: 0; }
    .block.capabilities.padding_bottom, .block.list.padding_bottom {
      margin-bottom: 100px; }
      @media (max-width: 900px) {
        .block.capabilities.padding_bottom, .block.list.padding_bottom {
          margin-bottom: 75px; } }
      @media (max-width: 600px) {
        .block.capabilities.padding_bottom, .block.list.padding_bottom {
          margin-bottom: 50px; } }
  .block.team {
    padding: 0 6.25% 0 25%; }
    @media (max-width: 900px) {
      .block.team {
        padding-left: 18.75%; } }
    @media (max-width: 600px) {
      .block.team {
        padding-left: 30px;
        padding-right: 30px; } }
    .block.team h2 {
      right: 87.5%; }
      @media (max-width: 900px) {
        .block.team h2 {
          right: 93.75%; } }
      @media (max-width: 600px) {
        .block.team h2 {
          right: auto;
          padding-bottom: 50px; } }
    .block.team .item {
      display: inline-block;
      vertical-align: top;
      width: 33.333%;
      padding-right: 30px;
      box-sizing: border-box;
      transition: opacity 0.3s; }
      @media (min-width: 1351px) {
        .block.team .item {
          width: 25%; } }
      @media (max-width: 750px) {
        .block.team .item {
          width: 50%; } }
      @media (max-width: 600px) {
        .block.team .item {
          position: relative;
          width: 100%;
          padding-left: 150px;
          padding-right: 0; } }
      .block.team .item .image {
        width: 150px;
        height: 150px;
        border-radius: 100%;
        background-repeat: no-repeat;
        background-size: 110% 110%;
        background-position: 50% -9px; }
        @media (max-width: 900px) {
          .block.team .item .image {
            width: 120px;
            height: 120px; } }
        @media (max-width: 600px) {
          .block.team .item .image {
            position: absolute;
            top: 0;
            left: 0; } }

      .block.team .item h3 {
        font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0.02em;
        font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
        font-size: 18px;
        text-transform: none;
        letter-spacing: 0;
        padding-top: 30px;
        padding-bottom: 5px; }
        .block.team .item h3 em {
          font-size: 18px;
          font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
          font-weight: normal;
          font-style: normal;
          letter-spacing: 0; }
      .block.team .item p.title {
        font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0.02em;
        padding-bottom: 75px; }
        .block.team .item p.title em {
          font-size: 18px;
          font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
          font-weight: normal;
          font-style: normal;
          letter-spacing: 0; }
        @media (max-width: 900px) {
          .block.team .item p.title {
            padding-bottom: 60px; } }
        .block.team .item p.title a {
          padding-top: 20px; }
          .block.team .item p.title a:before, .block.team .item p.title a:after {
            content: none; }
      @media (max-width: 600px) {
        .block.team .item.contact_item {
          padding-left: 0; } }
      .block.team .item.contact_item .button {
        position: relative;
        display: inline-block;
        overflow: hidden;
        font-family: "Klavika Caps", Helvetica, sans-serif;
        font-weight: bold;
        font-size: 20px;
        text-transform: lowercase;
        letter-spacing: 0.1em;
        color: #fff;
        line-height: 1.1;
        text-align: center;
        padding: 9px 40px 11px 40px;
        border-radius: 0 40px 40px 40px;
        background: #009cde;
        transition: color 0.3s, background 0.3s;
        cursor: pointer;
        margin-top: 190px; }
        .block.team .item.contact_item .button:hover {
          background: #000; }
        @media (max-width: 600px) {
          .block.team .item.contact_item .button {
            margin-top: 0; } }
      .block.team .item.hidden {
        opacity: 0; }
  .block.shadow {
    margin-top: 0;
    padding-top: 150px;
    background: url('/wp-content/themes/podprint/assets/images/layout/shadow_1.png?1494623056') no-repeat 0 0/100% auto; }
    @media (min-width: 601px) {
      .block.shadow h2 {
        top: 150px; } }
  .block.color_pattern_top .subheading {
    padding-right: 33.333%; }
  .block.color_pattern_top:after {
    content: '';
    position: absolute;
    top: 0;
    right: 6.25%;
    width: 329px;
    height: 157px;
    background: url('/wp-content/themes/podprint/assets/images/layout/color_pattern_top.png?1495135627') no-repeat 0 0/100% 100%;
    mix-blend-mode: multiply; }
    @media (max-width: 900px) {
      .block.color_pattern_top:after {
        width: 263px;
        height: 125px; } }
    @media (max-width: 600px) {
      .block.color_pattern_top:after {
        right: 50%;
        margin-right: -131px; } }
  .block.color_pattern_right:after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    width: 200px;
    height: 415px;
    background: url('/wp-content/themes/podprint/assets/images/layout/side_pattern.png?1494623550') no-repeat 0 0/100% 100%;
    mix-blend-mode: multiply; }
    @media (max-width: 900px) {
      .block.color_pattern_right:after {
        top: 0px;
        width: 160px;
        height: 332px; } }
    @media (max-width: 600px) {
      .block.color_pattern_right:after {
        top: 0px;
        width: 120px;
        height: 249px; } }
    @media (max-width: 900px) {
      .block.color_pattern_right:after {
        top: auto;
        bottom: 0;
        margin-bottom: -200px; } }
    @media (max-width: 600px) {
      .block.color_pattern_right:after {
        top: auto;
        bottom: 0;
        margin-bottom: -180px; } }
  .block.proof_colors .text {
    position: relative;
    /*
    			&:after {
    				content: '';
    				position: absolute;
    				bottom: -36px;
    				left: 0;
    				width: 10px;
    				height: 36px;
    				background: image-url('layout/proof_colors.gif') no-repeat 0 0/10px 36px;
    				pointer-events: none;
    			}
    */ }
    .block.proof_colors .text .proof_colors {
      position: absolute;
      bottom: -36px;
      left: 22.22222%;
      width: 9px;
      height: 12px;
      background: #ce0037;
      margin: 0; }
      @media (max-width: 600px) {
        .block.proof_colors .text .proof_colors {
          left: 30px; } }
      .block.proof_colors .text .proof_colors:before, .block.proof_colors .text .proof_colors:after {
        content: '';
        position: absolute;
        top: -12px;
        left: 0;
        width: 9px;
        height: 12px;
        background: #009cde; }
      .block.proof_colors .text .proof_colors:after {
        top: auto;
        bottom: -12px;
        background: #ffc72c; }
      .block.proof_colors .text .proof_colors:hover:before {
        animation: around 1s forwards; }
      .block.proof_colors .text .proof_colors:hover:after {
        animation: around_2 1s 0.2s forwards; }
  .block.proof_colors.right .text .proof_colors {
    left: 11.11111%; }
    @media (max-width: 600px) {
      .block.proof_colors.right .text .proof_colors {
        left: 30px; } }
  .block.trim_marks h3 {
    position: relative; }
    .block.trim_marks h3:after {
      content: '';
      position: absolute;
      top: -22px;
      left: 0;
      width: 22px;
      height: 22px;
      margin-left: -27px;
      background: url('/wp-content/themes/podprint/assets/images/layout/trim_marks.gif?1495573716') no-repeat 0 0/22px 22px;
      pointer-events: none; }
      @media (max-width: 600px) {
        .block.trim_marks h3:after {
          display: none; } }
  .block.trim_marks.center h3:after {
    left: 25%; }
    @media (max-width: 900px) {
      .block.trim_marks.center h3:after {
        left: 12.5%; } }
    @media (max-width: 600px) {
      .block.trim_marks.center h3:after {
        display: none; } }
  .block.trim_marks_right h3 {
    position: relative;
    display: inline-block;
    width: auto;
    padding-right: 0; }
    .block.trim_marks_right h3:after {
      content: '';
      position: absolute;
      top: -22px;
      right: -27px;
      width: 22px;
      height: 22px;
      background: url('/wp-content/themes/podprint/assets/images/layout/trim_marks_right.gif?1495577140') no-repeat 0 0/22px 22px;
      pointer-events: none; }
  .block.drop_cap p:first-child:first-letter,
  .block.drop_cap :first-child + p:first-letter {
    float: left;
    font-size: 54px;
    font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
    font-weight: normal;
    font-style: normal;
    line-height: 1em;
    margin: 2px 7px -5px -2px; }
  .block.less_padding_top, .block.less_padding {
    margin-top: 75px; }
  .block.less_padding_bottom, .block.less_padding {
    margin-bottom: 75px; }
  .block.no_padding_bottom {
    margin-bottom: 0; }
  .block.no_padding {
    margin-top: 0;
    margin-bottom: 0; }
/* custom blocks 
    .block.custom {
    width: 100%;
    display: block;
    position: relative;
    margin: auto;
    }
    .block.custom .image img {
    width: 100%;
    }
    .block.custom .left.image {
    width: 40%;
    display: inline-block;
    }
    .block.custom .left.text {
    width: 60%;
    display: inline-block;

    }
    .block.custom .right.image {
    display: inline-block;
    width: 40%;
    }
    .block.custom .right.text {
    display: inline-block;
    width: 60%;
    }*/
    .block.custom.blue {
    background-color: #009cde;
    }
    .block.custom.red {
    background-color: #ce0037;
    }
    .block.custom.yellow {
    background-color: #ffc72c;
    }
    .block.custom .left::after {
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    width:50%;
    z-index:-1;
    transform-origin: 0 0;
    transform: rotate(-30deg) skewX(30deg);
    }
    .block.right::after {
    content: '';
    position: absolute;
    left: -29%;
    top: 38%;
    width: 50%;
    height: 42%;
    z-index: -2;
    transform-origin: 0 0;
    transform: rotate(11deg) skewX(66deg) skewY(-175deg);
    background-color: inherit;
    overflow: hidden;
    }
    .block.left::after {
    content: '';
    position: absolute;
    right: -39%;
    top: 81%;
    width: 53%;
    height: 40%;
    z-index: -2;
    transform-origin: 0 0;
    transform: rotate(-12deg) skewX(-73deg) skewY(174deg);
    background-color: inherit;
    overflow: hidden;
    }
    
/* custom blocks */
/*custom vid*/
.video {
    width: 85%;
    margin:auto;
    display:block;
    text-align:center;
}

.historical_images img {
  display: inline-block;
  vertical-align: top;
  width: 50%; }
  @media (max-width: 600px) {
    .historical_images img {
      width: 100%; }
      .historical_images img:first-child {
        margin-bottom: 30px; } }

.gallery {
  width: 100%;
  overflow: hidden;
  overflow-x: scroll;
  margin: 75px 0 0 0; }
  .gallery .item {
    display: inline-block;
    position: relative;
    vertical-align: top;
    transition: opacity 1s, transform 1s; }
    .gallery .item img {
      width: 100%;
      height: auto; }
    .gallery .item .caption {
      font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: 0.02em;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      color: #fff;
      padding: 12px 20px;
      box-sizing: border-box;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)); }
      .gallery .item .caption em {
        font-size: 18px;
        font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0; }
    .gallery .item.hidden {
      opacity: 0;
      transform: translateX(20px); }
  .gallery.count-1 .gallery_inner {
    width: 0%; }
    @media (min-width: 601px) {
      .gallery.count-1 .gallery_inner {
        width: 13.33333%; } }
    @media (min-width: 901px) {
      .gallery.count-1 .gallery_inner {
        width: 25%; } }
  .gallery.count-1 .item {
    width: 100%; }
  .gallery.count-2 .gallery_inner {
    width: 50%; }
    @media (min-width: 601px) {
      .gallery.count-2 .gallery_inner {
        width: 46.66667%; } }
    @media (min-width: 901px) {
      .gallery.count-2 .gallery_inner {
        width: 50%; } }
  .gallery.count-2 .item {
    width: 50%; }
  .gallery.count-3 .gallery_inner {
    width: 100%; }
    @media (min-width: 601px) {
      .gallery.count-3 .gallery_inner {
        width: 80%; } }
    @media (min-width: 901px) {
      .gallery.count-3 .gallery_inner {
        width: 75%; } }
  .gallery.count-3 .item {
    width: 33.33333%; }
  .gallery.count-4 .gallery_inner {
    width: 150%; }
    @media (min-width: 601px) {
      .gallery.count-4 .gallery_inner {
        width: 113.33333%; } }
    @media (min-width: 901px) {
      .gallery.count-4 .gallery_inner {
        width: 100%; } }
  .gallery.count-4 .item {
    width: 25%; }
  .gallery.count-5 .gallery_inner {
    width: 200%; }
    @media (min-width: 601px) {
      .gallery.count-5 .gallery_inner {
        width: 146.66667%; } }
    @media (min-width: 901px) {
      .gallery.count-5 .gallery_inner {
        width: 125%; } }
    @media (min-width: 1201px) {
      .gallery.count-5 .gallery_inner {
        width: 100%; } }
  .gallery.count-5 .item {
    width: 20%; }
  .gallery.count-6 .gallery_inner {
    width: 250%; }
    @media (min-width: 601px) {
      .gallery.count-6 .gallery_inner {
        width: 180%; } }
    @media (min-width: 901px) {
      .gallery.count-6 .gallery_inner {
        width: 150%; } }
    @media (min-width: 1201px) {
      .gallery.count-6 .gallery_inner {
        width: 120%; } }
    @media (min-width: 1501px) {
      .gallery.count-6 .gallery_inner {
        width: 100%; } }
  .gallery.count-6 .item {
    width: 16.66667%; }
  .gallery.count-7 .gallery_inner {
    width: 300%; }
    @media (min-width: 601px) {
      .gallery.count-7 .gallery_inner {
        width: 213.33333%; } }
    @media (min-width: 901px) {
      .gallery.count-7 .gallery_inner {
        width: 175%; } }
    @media (min-width: 1201px) {
      .gallery.count-7 .gallery_inner {
        width: 140%; } }
    @media (min-width: 1501px) {
      .gallery.count-7 .gallery_inner {
        width: 116.66667%; } }
  .gallery.count-7 .item {
    width: 14.28571%; }
  .gallery.count-8 .gallery_inner {
    width: 350%; }
    @media (min-width: 601px) {
      .gallery.count-8 .gallery_inner {
        width: 246.66667%; } }
    @media (min-width: 901px) {
      .gallery.count-8 .gallery_inner {
        width: 200%; } }
    @media (min-width: 1201px) {
      .gallery.count-8 .gallery_inner {
        width: 160%; } }
    @media (min-width: 1501px) {
      .gallery.count-8 .gallery_inner {
        width: 133.33333%; } }
  .gallery.count-8 .item {
    width: 12.5%; }
  .gallery.count-9 .gallery_inner {
    width: 400%; }
    @media (min-width: 601px) {
      .gallery.count-9 .gallery_inner {
        width: 280%; } }
    @media (min-width: 901px) {
      .gallery.count-9 .gallery_inner {
        width: 225%; } }
    @media (min-width: 1201px) {
      .gallery.count-9 .gallery_inner {
        width: 180%; } }
    @media (min-width: 1501px) {
      .gallery.count-9 .gallery_inner {
        width: 150%; } }
  .gallery.count-9 .item {
    width: 11.11111%; }
  .gallery.count-10 .gallery_inner {
    width: 450%; }
    @media (min-width: 601px) {
      .gallery.count-10 .gallery_inner {
        width: 313.33333%; } }
    @media (min-width: 901px) {
      .gallery.count-10 .gallery_inner {
        width: 250%; } }
    @media (min-width: 1201px) {
      .gallery.count-10 .gallery_inner {
        width: 200%; } }
    @media (min-width: 1501px) {
      .gallery.count-10 .gallery_inner {
        width: 166.66667%; } }
  .gallery.count-10 .item {
    width: 10%; }
  .gallery.count-11 .gallery_inner {
    width: 500%; }
    @media (min-width: 601px) {
      .gallery.count-11 .gallery_inner {
        width: 346.66667%; } }
    @media (min-width: 901px) {
      .gallery.count-11 .gallery_inner {
        width: 275%; } }
    @media (min-width: 1201px) {
      .gallery.count-11 .gallery_inner {
        width: 220%; } }
    @media (min-width: 1501px) {
      .gallery.count-11 .gallery_inner {
        width: 183.33333%; } }
  .gallery.count-11 .item {
    width: 9.09091%; }
  .gallery.count-12 .gallery_inner {
    width: 550%; }
    @media (min-width: 601px) {
      .gallery.count-12 .gallery_inner {
        width: 380%; } }
    @media (min-width: 901px) {
      .gallery.count-12 .gallery_inner {
        width: 300%; } }
    @media (min-width: 1201px) {
      .gallery.count-12 .gallery_inner {
        width: 240%; } }
    @media (min-width: 1501px) {
      .gallery.count-12 .gallery_inner {
        width: 200%; } }
  .gallery.count-12 .item {
    width: 8.33333%; }
  .gallery.count-13 .gallery_inner {
    width: 600%; }
    @media (min-width: 601px) {
      .gallery.count-13 .gallery_inner {
        width: 413.33333%; } }
    @media (min-width: 901px) {
      .gallery.count-13 .gallery_inner {
        width: 325%; } }
    @media (min-width: 1201px) {
      .gallery.count-13 .gallery_inner {
        width: 260%; } }
    @media (min-width: 1501px) {
      .gallery.count-13 .gallery_inner {
        width: 216.66667%; } }
  .gallery.count-13 .item {
    width: 7.69231%; }
  .gallery.count-14 .gallery_inner {
    width: 650%; }
    @media (min-width: 601px) {
      .gallery.count-14 .gallery_inner {
        width: 446.66667%; } }
    @media (min-width: 901px) {
      .gallery.count-14 .gallery_inner {
        width: 350%; } }
    @media (min-width: 1201px) {
      .gallery.count-14 .gallery_inner {
        width: 280%; } }
    @media (min-width: 1501px) {
      .gallery.count-14 .gallery_inner {
        width: 233.33333%; } }
  .gallery.count-14 .item {
    width: 7.14286%; }
  .gallery.count-15 .gallery_inner {
    width: 700%; }
    @media (min-width: 601px) {
      .gallery.count-15 .gallery_inner {
        width: 480%; } }
    @media (min-width: 901px) {
      .gallery.count-15 .gallery_inner {
        width: 375%; } }
    @media (min-width: 1201px) {
      .gallery.count-15 .gallery_inner {
        width: 300%; } }
    @media (min-width: 1501px) {
      .gallery.count-15 .gallery_inner {
        width: 250%; } }
  .gallery.count-15 .item {
    width: 6.66667%; }
  .gallery.count-16 .gallery_inner {
    width: 750%; }
    @media (min-width: 601px) {
      .gallery.count-16 .gallery_inner {
        width: 513.33333%; } }
    @media (min-width: 901px) {
      .gallery.count-16 .gallery_inner {
        width: 400%; } }
    @media (min-width: 1201px) {
      .gallery.count-16 .gallery_inner {
        width: 320%; } }
    @media (min-width: 1501px) {
      .gallery.count-16 .gallery_inner {
        width: 266.66667%; } }
  .gallery.count-16 .item {
    width: 6.25%; }
  .gallery.count-17 .gallery_inner {
    width: 800%; }
    @media (min-width: 601px) {
      .gallery.count-17 .gallery_inner {
        width: 546.66667%; } }
    @media (min-width: 901px) {
      .gallery.count-17 .gallery_inner {
        width: 425%; } }
    @media (min-width: 1201px) {
      .gallery.count-17 .gallery_inner {
        width: 340%; } }
    @media (min-width: 1501px) {
      .gallery.count-17 .gallery_inner {
        width: 283.33333%; } }
  .gallery.count-17 .item {
    width: 5.88235%; }
  .gallery.count-18 .gallery_inner {
    width: 850%; }
    @media (min-width: 601px) {
      .gallery.count-18 .gallery_inner {
        width: 580%; } }
    @media (min-width: 901px) {
      .gallery.count-18 .gallery_inner {
        width: 450%; } }
    @media (min-width: 1201px) {
      .gallery.count-18 .gallery_inner {
        width: 360%; } }
    @media (min-width: 1501px) {
      .gallery.count-18 .gallery_inner {
        width: 300%; } }
  .gallery.count-18 .item {
    width: 5.55556%; }
  .gallery.count-19 .gallery_inner {
    width: 900%; }
    @media (min-width: 601px) {
      .gallery.count-19 .gallery_inner {
        width: 613.33333%; } }
    @media (min-width: 901px) {
      .gallery.count-19 .gallery_inner {
        width: 475%; } }
    @media (min-width: 1201px) {
      .gallery.count-19 .gallery_inner {
        width: 380%; } }
    @media (min-width: 1501px) {
      .gallery.count-19 .gallery_inner {
        width: 316.66667%; } }
  .gallery.count-19 .item {
    width: 5.26316%; }
  .gallery.count-20 .gallery_inner {
    width: 950%; }
    @media (min-width: 601px) {
      .gallery.count-20 .gallery_inner {
        width: 646.66667%; } }
    @media (min-width: 901px) {
      .gallery.count-20 .gallery_inner {
        width: 500%; } }
    @media (min-width: 1201px) {
      .gallery.count-20 .gallery_inner {
        width: 400%; } }
    @media (min-width: 1501px) {
      .gallery.count-20 .gallery_inner {
        width: 333.33333%; } }
  .gallery.count-20 .item {
    width: 5%; }
  .gallery::-webkit-scrollbar {
    display: none; }
/*custom gallery*/
.galleryspecial {
    width: 90%;
    margin: auto;
}
.galleryspecial .gallery_inner {
   /* display: flex;
    align-content: flex-end;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;*/
}
.galleryspecial .gallery_inner .item {
    min-width: 300px;
    transition: opacity 1s, transform 1s;
  /*  display: inline-flex;
    vertical-align: top;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center; */
    margin-top: 1.5%;
}
.galleryspecial .caption {
    opacity: 0;
    transition: opacity .33s ease;
}
.galleryspecial .item img {
    height: 300px;
    object-fit: cover;
    object-position: center;
    width: 300px;
    max-width: 100%;
}
.galleryspecial .item .caption {
    font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 2em;
    /* top: 0; */
    width: 300px;
    color: #fff;
    padding: 12px 20px;
    box-sizing: border-box;
    background: linear-gradient(to top, rgb(58 58 58 / 90%), rgb(26 71 140 / 70%));
    height: 100%;
    mix-blend-mode: hard-light;
}
.galleryspecial .item:hover .caption {
    opacity: 1;
}
.galleryspecial .item:hover img {
    filter: blur(4px);
    transition: filter .33s ease;
}
.page-id-1166 .inner-button{
    width: 33%;
}
@media (max-width: 900px) {
  .desktop_only {
    display: none; } }

@media (min-width: 901px) {
  .mobile_only {
    display: none; } }

  }
  table {
    border-collapse: collapse;
    border-spacing: 0; }
  
  input, textarea, button {
    border: none;
    outline: none;
    padding: 0;
    margin: 0; }
  
  img, svg {
    display: block; }
  
  [href] {
    color: inherit;
    text-decoration: none;
    outline: none;
    cursor: pointer; }
  
  strong, b {
    font-weight: bold; }
  
  em {
    font-style: italic; }
  
  *:focus {
    box-shadow: none;
    outline: none;
    border: none; }
  
  * {
    -webkit-tap-highlight-color: transparent; }
  .content {
      overflow-x: hidden;
  }
  @media (max-width: 900px) {
    body {
      margin-top: 60px; } }
  .related {
      display: block;
      width: 90%;
      margin: auto;
  }
  .relatedpost {
      width: 30%;
      display: inline-block;
      margin-right: 1%;
      text-align: center;
  }
  .relatedpost .image {
      float: none;
      margin: auto;
      display: block;
      background-image: url(http://podprint.com/wp-content/themes/podprint/assets/images/layout/blue.png?031620181032);
  }
  .relatedpost .image img {
      margin: auto;
      max-width: 100%;
      height: auto;
      max-height: 200px;
  }
  .relatedpost .contain {
      position:relative;
  }
  .relatedpost .overlay:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 42%;
      height: 100%;
      background: url(http://podprint.com/wp-content/themes/podprint/assets/images/layout/blue.png?031620181032);
  }
  .relatedpost .overlay {
      position: absolute;
      top: 0;
      right: 0;
      width: 82%;
      left: 0;
      bottom: 0;
      background: url(/wp-content/themes/podprint/assets/images/layout/banner_pattern_blue.png?1495124096) repeat 100% 0/86px 86px;
      z-index: 1;
  }
  .relatedpost .image:after {
      content:'';
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      background: #009cde;
      mix-blend-mode: multiply;
      width:65%;
      height:100%;
      z-index: 0;
  }
  .overlaytext {
      position: absolute;
      top: 40%;
      left: 25%;
      font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
      color: white;
      font-size: 2em;
      text-shadow: -1px 2px 0 rgba(0,0,0,0.5);
      z-index: 2;
  }
  @media (max-width: 768px) {
      .relatedpost {
      width: 75%;
      margin: auto;
      display: block;
      padding-bottom: 2em;
      }
      .overlaytext {
      left: 5%;
      font-size: 1.5em;
      }
  }
  .testimonials h2 {
      font-family: "klavika";
      color: #c30034;
      transform: none;
      position: relative;
      text-align: center;
      left: 0;
      right: 0;
      margin: auto;
      transition: none;
      padding-bottom:2em;
      font-size: 1.75rem;
  }
  .testimonials h4 {
    color: #ffc72c;
    font-family: "Klavika", Helvetica, sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.02em;
    padding-bottom: 60px;
    padding-top: 75px;
    padding-left: 12.5%; }
    @media (max-width: 900px) {
      .testimonials h4 {
        font-size: 40px;
        padding-bottom: 50px; } }
    @media (max-width: 600px) {
      .testimonials h4 {
        font-size: 32px;
        padding-bottom: 40px; } }
    .testimonials h4 em {
      font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
      font-weight: normal;
      font-style: normal;
      letter-spacing: 0; }
    @media (max-width: 900px) {
      .testimonials h4 {
        padding-left: 6.25%; } }
    @media (max-width: 600px) {
      .testimonials h4 {
        padding-left: 30px; } }
  .mainimg {
      text-align: center;
      /* width: 100%; */
      margin: auto;
      padding-left: 100px;
      padding-right: 100px;
      margin-bottom: 100px;
      height: 450px;
      overflow: hidden;
  }
  .mainimg img {
      margin: auto;
      width: 100%;
      height: auto;
  }
  .testimonials {
      width: 75%;
      margin: auto;
      padding-right: 4em;
      margin-top: 25px;
      margin-bottom: 225px;
  }
  .testimonials .testimonials_inner {
    position: relative; }
  .testimonials .images {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      border-radius: 50px 27px 27px;
  }
    @media (max-width: 768px) {
        .testimonials {
            width: 90%;
            margin:auto;
            padding:0;
        }
      .testimonials .images {
        position: relative;
        width: auto;
        height: 50vw;
        left: 0;
        margin: 0 6.25%; }
        .testimonials .quotes .quote {
            padding: 0;
        }
        .testimonials .dots {
            left: 30%;
        }
      }
  .testimonials .images .image {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: 50% 50%;
      background-repeat: no-repeat;
      opacity: 0;
      border-radius: 50px 27px 27px;
      transition: opacity 0.3s; }
  .testimonials .images .image:after {
      content: '';
      position: absolute;
      width: 100px;
      mix-blend-mode: multiply;
      height: 100px;
      bottom: -52px;
      z-index: 1;
      right: -51px;
      background-size: contain;
      opacity: 0.7;
      background-image: url(/wp-content/uploads/2019/06/podprintpattern_threequarter.png);
  }
  /*.testimonials .overlay {
      mix-blend-mode: multiply;
      background: #009cde;
      position: absolute;
      height: 100%;
      width: 100%;
      border-radius: 27px;
  }*/
  .testimonials .overlays:after {
      content: '';
      width: 100px;
      border-radius: 50px;
      height: 100px;
      position: absolute;
      top: -1px;
      left: -1px;
      background-image: url(/wp-content/uploads/2019/06/whitesymbol.png);
      background-size: contain;
  }
  .testimonials .overlay:after {
      content: '';
      opacity: 0;
      position: absolute;
      width: 100px;
      mix-blend-mode: multiply;
      height: 100px;
      bottom: -52px;
      z-index: -1;
      right: -51px;
      border-radius: 50px;
    /*  background-color: #009cde;*/
      background-image: url(http://podprint.com/wp-content/uploads/2017/06/flight_safety_testimonial_1.jpg);
      background-position: right;
      background-size: 900px;
      -webkit-mask-image: url(/wp-content/uploads/2019/06/final-pattern.png);
      -webkit-mask-size: 100%;
      -webkit-mask-position: 0px;
  }
  .testimonials .quotes {
    position: relative;
    width: 90%;
    white-space: nowrap;
    font-size: 0;
    padding: 15px 0;
    margin: auto; }
    @media (max-width: 900px) {
      .testimonials .quotes {
        position: relative;
        top: auto;
        right: auto;
        width: 95%; 
        margin: auto; } }
    @media (max-width: 600px) {
      .testimonials .quotes {
        padding: 0;
        width: 100%; } }
    .testimonials .quotes .quote {
      display: none;
      position: relative;
      vertical-align: middle;
      white-space: normal;
      padding: 20px 50px 20px 20px; }
      @media (max-width: 900px) {
        .testimonials .quotes .quote {
          padding: 50px; } }
      @media (max-width: 600px) {
        .testimonials .quotes .quote {
          padding: 50px 0px; } }
      .testimonials .quotes .quote p {
        font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0.02em; }
        .testimonials .quotes .quote p em {
          font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
          font-weight: normal;
          font-style: normal;
          letter-spacing: 0; }
        .testimonials .quotes .quote p.source {
          text-align: right;
          padding-top: 10px; }
  
  .testimonials .quotes .quote p {
      font-family: "klavika";
      color: white;
      font-size: 1.5rem;
      padding: 1.5em 0px;
      text-shadow: 2px 2px 0px black;
  }/*
  .testimonials .quotes .quote p:before {
      content: '\201c';
      top: 40px;
      left: 70px;
      font-family: "klavika";
      font-size: 5rem;
      margin-left: -20px;
      margin-right: 10px;
      position: absolute;
  }
  .testimonials .quotes .quote p:after {
      content: '\201d';
      bottom: 10px;
      right: 80px;
      font-family: "klavika";
      font-size: 5rem;
      background: none;
      position: absolute;
  } */
  .testimonials .index {
    position: absolute;
    z-index: 10;
    left: 45%;
    white-space: nowrap;
    font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
    font-size: 24px; 
    bottom: -75px;
  }
    @media (max-width: 900px) {
      .testimonials .index {
        right: 6.25%; } }
    @media (max-width: 600px) {
      .testimonials .index {
        display: none; } }
    .testimonials .index .indexes {
      display: inline-block;
      vertical-align: bottom;
      position: relative;
      overflow-y: hidden;
      height: 53px;
      font-size: 44px;
      line-height: 53px;
      text-align: right;
      margin-bottom: -10px; }
      .testimonials .index .indexes span {
        display: block;
        transition: transform 0.3s; }
    .testimonials .index .of {
      display: inline-block;
      vertical-align: bottom;
      padding: 0 5px; }
    .testimonials .index .total {
      display: inline-block;
      vertical-align: bottom; }
    .testimonials .index:after {
      content: '';
      position: absolute;
      z-index: -1;
      top: -35px;
      left: -40px;
      width: 68px;
      height: 68px;
      background: url('/wp-content/themes/podprint/assets/images/ring_text/testimonial.png?1494948183') no-repeat 0 0/100% 100%;
      animation: slow_rotate 45s linear infinite; }
  .testimonials .dots {
    position: absolute;
    z-index: 10;
    bottom: -70px;
    left: 40%;
    white-space: nowrap; }
  .testimonials .quotes .quote p {
      font-family: "klavika";
      color: white;
      font-size: 1.5rem;
      padding: 2em;
  }
  .testimonials_inner .overlay {
      mix-blend-mode: multiply;
   /*   background: #009cde;*/
      position: absolute;
      height: 100%;
      width: 100%;
      border-radius: 50px 27px 27px;
  }
  .block .center p a {
      color: #000000;
  }
  .block a.inline {
          font-size: inherit;
          line-height: 1;
          letter-spacing: 0.1em;
          color: #009cde;
          transition: color 0.3s;
          text-transform: lowercase;
      }
  .block a.inline:before, .block a.inline:after {
      content:'';
      display:none;
  }
  /* Gravity Forms */
  .block.center .gform_wrapper {
      padding-left: 25%;
      padding-right: 25%;
      margin-top: 25px;
  }
  .block.center .gform_wrapper::after {
      content:'';
      position:absolute;
      top: -10px;
      right: 0;
      width: 18.75%;
      height: 100%;
      max-height: 400px;
      background: url(/wp-content/themes/podprint/assets/images/layout/diamonds.png?1494618631) repeat 0 -17px/17px 33px;
  }
  .gfield input {
      position: relative;
      z-index: 0;
      top: 0;
      left: 0;
      color: #999999;
      font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif !important;
      font-size: 18px;
      letter-spacing: 0.02em;
      font-weight: normal;
      font-style: normal;
      line-height: 1.6;
      padding: 10px 0;
      transition: color 0.3s, top 0.3s, font-size 0.3s, letter-spacing 0.3s;
      border-bottom: solid 1px #e6e6e6;
  }
  .gfield_checkbox li {
      background: none !important;
  }
  .blue input[type=color]:focus, .blue input[type=date]:focus, .blue input[type=datetime]:focus, .blue input[type=datetime-local]:focus, .blue input[type=email]:focus, .blue input[type=month]:focus, .blue input[type=number]:focus, .blue input[type=password]:focus, .blue input[type=search]:focus, .blue input[type=tel]:focus, .blue input[type=text]:focus, .blue input[type=time]:focus, .blue input[type=url]:focus, .blue input[type=week]:focus, .blue select:focus, .blue textarea:focus {
      border-bottom: solid 1px #009cde;
      box-shadow: 0 1px 0 #009cde;
  }
  .red input[type=color]:focus, .red input[type=date]:focus, .red input[type=datetime]:focus, .red input[type=datetime-local]:focus, .red input[type=email]:focus, .red input[type=month]:focus, .red input[type=number]:focus, .red input[type=password]:focus, .red input[type=search]:focus, .red input[type=tel]:focus, .red input[type=text]:focus, .red input[type=time]:focus, .red input[type=url]:focus, .red input[type=week]:focus, .red select:focus, .red textarea:focus {
      border-bottom: solid 1px #ce0037;
      box-shadow: 0 1px 0 #ce0037;
  }
  .gold input[type=color]:focus, .gold input[type=date]:focus, .gold input[type=datetime]:focus, .gold input[type=datetime-local]:focus, .gold input[type=email]:focus, .gold input[type=month]:focus, .gold input[type=number]:focus, .gold input[type=password]:focus, .gold input[type=search]:focus, .gold input[type=tel]:focus, .gold input[type=text]:focus, .gold input[type=time]:focus, .gold input[type=url]:focus, .gold input[type=week]:focus, .gold select:focus, .gold textarea:focus {
      border-bottom: solid 1px #ffc72c;
      box-shadow: 0 1px 0 #ffc72c;
  }
  .gfield_checkbox li input {
      margin-top: -7px !important;
      margin-right: 15px;
  }
  .block input[type=submit] {
        position: relative;
        display: inline-block;
        overflow: hidden;
        font-family: "Klavika Caps", Helvetica, sans-serif;
        font-weight: bold;
        font-size: 20px;
        text-transform: lowercase;
        letter-spacing: 0.1em;
        color: #fff;
        line-height: 1.1;
        text-align: center;
        padding: 9px 40px 11px 40px;
        border-radius: 0 40px 40px 40px;
    /*    background: #009cde; */
        transition: color 0.3s, background 0.3s;
        cursor: pointer;
        margin-top: 75px; }
  .blue .block input[type=submit] {
      background: #009cde;
  }
  .blue .block input[type=submit]:hover {
      background: #006590;
  }
  .red .block input[type=submit] {
      background-color: #ce0037;
  }
  .gold .block input[type=submit] {
      background-color: #ffc72c;
  }
  .red .block input[type=submit]:hover {
      background-color: #960028;	
  }
  .gold .block input[type=submit]:hover {
      background-color: #d09a04;
  }
  .gfield_description {
      font-size: 1em !important;
      margin-left: 15px;
  }
  .gform_wrapper li.hidden_label input {
      margin-top: -5px !important;
  }
  div#gform_confirmation_wrapper_1 {
      width: 50%;
      margin: auto;
      text-align: center;
      font-family: "klavika",Helvetica,sans-serif;
      font-size: 1.2em;
  }
  /* Gravity Forms */
  .block #map {
    display: inline-block;
    vertical-align: middle;
    width: 43.75%;
    height: 400px;
    background: #f2f2f2;
    overflow: hidden; }
    @media (max-width: 900px) {
      .block #map {
        width: 100%; } }
  .block .text.contact_info {
    font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.02em;
    padding-left: 25%;
    color: #000000; }
    .block .text.contact_info em {
      font-size: 18px;
      font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
      font-weight: normal;
      font-style: normal;
      letter-spacing: 0; }
    @media (max-width: 900px) {
      .block .text.contact_info {
        padding-left: 12.5%;
        padding-right: 12.5%;
        margin-top: 50px; } }
    @media (max-width: 600px) {
      .block .text.contact_info {
        padding-left: 30px;
        padding-right: 30px; } }
    .block .text.contact_info a {
      display: inline-block;
      padding: 15px 0;
      transition: color 0.3s;
      cursor: pointer; }
      .block .text.contact_info a:hover {
        color: #009cde; }
    .block .text.contact_info .phone {
      font-size: 24px;
      line-height: 24px;
      letter-spacing: 0.02em; }
    .block .text.contact_info .email {
      font-size: 18px; }
    .block .text.contact_info .address span {
      font-size: 18px; }
    .block .text.contact_info:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 18px;
      left: 0;
      width: 33.33333%;
      height: 100%;
      max-height: 99px;
      background: url('/wp-content/themes/podprint/assets/images/layout/diamonds.png?1494618631') repeat 100% 0/17px 33px; }
      @media (max-width: 900px) {
        .block .text.contact_info:before {
          width: 12.5%; } }
  .pad { padding-left: 33%; }
    @media (max-width: 900px) {
      .testimonials .dots {
        right: 6.25%; } }
    @media (max-width: 600px) {
      .testimonials .dots {
        left: 30px;
        right: 30px;
        bottom: -60px;
        text-align: center; } }
  .testimonials .dots label:hover {
      opacity: 1;
      transform: scale(0.9);
      background: url(/wp-content/uploads/2019/06/bluepattern.png);
      background-size: contain;
      background-repeat: no-repeat;
  }
  .testimonials .dots label {
      display: inline-block;
      width: 20px;
      height: 50px;
      border-radius: 25px;
      padding: 0 50px 0 0;
      opacity: 1;
      transform: scale(1);
      background: url(/wp-content/uploads/2019/06/graypattern.png);
      transition: transform 0.3s, opacity 0.3s;
      background-size: contain;
      background-repeat: no-repeat;
  }
    .testimonials .dots:hover input[type=radio]:checked + label {
      opacity: 0.2; }
      .testimonials .dots:hover input[type=radio]:checked + label:hover {
        opacity: 1; }
  .testimonials input[type=radio] {
    display: none; }
  .testimonials #dot-1:checked ~ .images .image-1 {
    opacity: 1; }
  .testimonials #dot-1:checked ~ .dots label[for=dot-1] {
      opacity: 1;
      transform: scale(0.9);
      background: url(/wp-content/uploads/2019/06/bluepattern.png);
      background-size: contain;
      background-repeat: no-repeat;
  
  }
  .testimonials #dot-1:checked ~ .overlays .overlay-1, .overlay-1:after {
      opacity: 1;
      background: #009cde;
  }
  .testimonials #dot-2:checked ~ .overlays .overlay-2, .overlay-2:after {
      opacity: 1;
      background: #c30034;
  }
  .testimonials #dot-3:checked ~ .overlays .overlay-3, .overlay-3:after {
      opacity: 1;
      background: #f0bc2a;
  }
  .testimonials #dot-4:checked ~ .overlays .overlay-4, .overlay-4:after {
      opacity: 1;
      background: #009cde;
  }
  .testimonials #dot-5:checked ~ .overlays .overlay-5, .overlay-5:after {
      opacity: 1;
      background: #c30034;
  }
  .testimonials #dot-6:checked ~ .overlays .overlay-6, .overlay-6:after {
      opacity: 1;
      background: #f0bc2a;    
  }
  .testimonials #dot-1:checked ~ .quotes .quote-1 {
    display: block; }
  .testimonials #dot-1:checked ~ .images .image-1, .image-1:after {
    opacity: 1; 
     background-color: #009cde; }
  .testimonials #dot-2:checked ~ .images .image-2, .image-2:after {
    opacity: 1; 
     background-color: #c30034; }
  .testimonials #dot-2:checked ~ .dots label[for=dot-2] {
      opacity: 1;
      transform: scale(0.9);
      background: url(/wp-content/uploads/2019/06/bluepattern.png);
      background-size: contain;
      background-repeat: no-repeat;
  }
  .testimonials #dot-2:checked ~ .quotes .quote-2 {
    display: inline-block; }
  .testimonials #dot-2:checked ~ .dots label[for=dot-2] {
      opacity: 1;
      transform: scale(0.9);
      background: url(/wp-content/uploads/2019/06/bluepattern.png);
      background-size: contain;
      background-repeat: no-repeat;
  }
  .testimonials #dot-3:checked ~ .quotes .quote-3 {
    display: inline-block; }
  .testimonials #dot-3:checked ~ .images .image-3, .image-3:after  {
    opacity: 1; 
      background-color: #f0bc2a;}
  .testimonials #dot-3:checked ~ .dots label[for=dot-3] {
      opacity: 1;
      transform: scale(0.9);
      background: url(/wp-content/uploads/2019/06/bluepattern.png);
      background-size: contain;
      background-repeat: no-repeat;
  }
  .testimonials #dot-4:checked ~ .images .image-4, .image-4:after  {
    opacity: 1; 
    background-color: #009cde;}
  .testimonials #dot-4:checked ~ .quotes .quote-4 {
    display: inline-block; }
  .testimonials #dot-4:checked ~ .dots label[for=dot-4] {
      opacity: 1;
      transform: scale(0.9);
      background: url(/wp-content/uploads/2019/06/bluepattern.png);
      background-size: contain;
      background-repeat: no-repeat;
  }
  .testimonials #dot-5:checked ~ .images .image-5, .image-5:after  {
    opacity: 1;
     background-color: #c30034;}
  .testimonials #dot-5:checked ~ .quotes .quote-5 {
    display: inline-block; }
  .testimonials #dot-5:checked ~ .dots label[for=dot-5] {
      opacity: 1;
      transform: scale(0.9);
      background: url(/wp-content/uploads/2019/06/bluepattern.png);
      background-size: contain;
      background-repeat: no-repeat;
  }
  .testimonials #dot-6:checked ~ .images .image-6, .image-6:after  {
    opacity: 1; 
      background-color: #f0bc2a;}
  .testimonials #dot-6:checked ~ .quotes .quote-6 {
    display: inline-block; }
  .testimonials #dot-6:checked ~ .dots label[for=dot-6] {
      opacity: 1;
      transform: scale(0.9);
      background: url(/wp-content/uploads/2019/06/bluepattern.png);
      background-size: contain;
      background-repeat: no-repeat;
  }
  @media (max-width: 768px) {
      .testimonials .images .image {
          display:none;
      }
      .testimonials .images {
          display:none;
      }
      .testimonials .overlay:after {
          display:none;        
      }
  }
  @media (max-width: 600px) {
    .testimonials:before {
      content: '';
      display: block;
      clear: both; } }
  header {
    position: relative;
    z-index: 100;
    height: 160px;
    background: #fff; }
    @media (max-width: 900px) {
      header {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        height: 60px; } }
    header .logo {
      position: absolute;
      z-index: 10;
      top: 43%;
      left: 6.25%;
      width: 131px;
      height: 87px;
      background: url('/wp-content/themes/podprint/assets/images/layout/logo.png?1494884582') no-repeat 0 0/100% 100%;
      margin-top: -38px;
      font-size: 0;
      text-indent: -1000em;
      overflow: hidden; }
    @media (max-width: 1063px) {header .logo {
      background: url('/wp-content/themes/podprint/assets/images/layout/logo.png?1494884582') no-repeat 0 0/85% 85%;
      top: 29%;
      } }
      @media (max-width: 900px) {
        header .logo {
          left: 30px;
          width: 128px;
          height: 40px;
          margin-top: -20px;
          background-image: url('/wp-content/themes/podprint/assets/images/layout/logo_horizontal.png?1495590622'); } }
    header .phones {
      position: absolute;
      z-index: 10;
      top: 25px;
      right: 4.35%;
      font-family: "Klavika Caps", "Helvetica", sans-serif;
      font-size: 22px;
      line-height: 30px;
      letter-spacing: 0.02em;
      text-align: right;}
      @media (max-width: 900px) {
        header .phones {
          top: 0;
          right: 70px;
          font-size: 20px;
          line-height: 60px;
          width: auto; 
          padding: 0 6.25%; }
        header .phones .phone {
          display: inline-block !important;
          padding-right: 15px;
      }
        header .phones .phone.local {
          font-size: 20px;		
        } }
      @media (max-width: 600px) {
        header .phones {
          display: none; } }
      header .phones .phone {
        transition: color 0.3s;
        cursor: pointer; 
        display: block;
        letter-spacing: 1px;  }
        header .phones .phone.local {
          padding-left: 15px;
          font-size: 16px;
          /*
                          &:before {
                              content: "Wichita Area";
                              position: absolute;
                              top: -20px;
                              left: 15px;
                              color: mix(#000,#fff,30%);
                              font-size: 10px;
                              font-weight: bold;
                              font-family: Helvetica, Arial, sans-serif;
                              line-height: 10px;
                          }
          */ }
        header .phones .phone:hover {
          color: #009cde; }
    header .nav {
      position: absolute;
      z-index: 1;
      bottom: 0;
      right: 0;
      left: 0;
      text-align: right;
      padding: 0 2.25%;
      margin: 0; }
      @media (max-width: 900px) {
        header .nav {
          position: fixed;
          z-index: 100;
          top: 0;
          text-align: center;
          white-space: nowrap;
          overflow: hidden;
          overflow-y: scroll;
          background: #ffc72c;
          padding-top: 100px;
          padding-bottom: 100px;
          transform: translateX(100%);
          transition: transform 0.3s; }
          header .nav:after {
            content: '';
            display: inline-block;
            vertical-align: middle;
            width: 0;
            height: 100%; } }
      @media (max-width: 900px) {
        header .nav .nav_inner {
          display: inline-block;
          vertical-align: middle; } }
      header .nav .menu {
        display: block;
        position: relative;
        z-index: 20;
        width: 100%;
        overflow: hidden;
        transition: height 0.5s; }
        @media (min-width: 901px) {
          header .nav .menu {
            position: absolute;
            top: 100%;
            left: 0;
            height: 0; } }
        @media (max-width: 900px) {
          header .nav .menu {
            height: 60px; } }
        @media (min-width: 901px) {
          header .nav .menu .menu_inner {
            position: absolute;
            bottom: 40px;
            left: 0;
            width: 100%;
            height: 220px;
            box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.2); } }
        header .nav .menu .menu_inner a {
          display: block; }
          @media (min-width: 901px) {
             header .nav .menu .menu_inner a {
              float: left;
              width: 20%;
              height: 100%;
              overflow: hidden;
              font-size: 0;
              white-space: nowrap;
              background-size: cover;
              background-position: 50% 50%;
              background-repeat: no-repeat;
              background-blend-mode: multiply;
              transition: background 0.3s; } }
            header .nav .menu .industry.menu_inner a {
              width: 16.666%;
          }       
            header .nav .menu .service.menu_inner a {
              width: 20%;
          }
          @media (max-width: 900px) {
            header .nav .menu .menu_inner a {
              background-size: 0 0;
              background-position: 0 0;
              background-repeat: no-repeat; } }
          header .nav .menu .menu_inner a .text {
            line-height: 1;
            text-align: center;
            white-space: normal;
            padding: 0 10px;
            box-sizing: border-box;
            transition: transform 0.3s; }
            @media (min-width: 901px) {
              header .nav .menu .menu_inner a .text {
                display: inline-block;
                position: relative;
                vertical-align: middle;
                width: 100%;
                color: #fff;
                font-family: "Klavika Caps", Helvetica, sans-serif;
                font-size: 20px;
                font-weight: bold;
                letter-spacing: 0.05em;
                text-transform: lowercase; } }
            @media (max-width: 900px) {
              header .nav .menu .menu_inner a .text {
                font-size: 16px;
                line-height: 44px;
                font-family: "CenturySchoolbookBT-Roman", "Georgia", serif; } }
            @media (min-width: 901px) {
              header .nav .menu .menu_inner a .text em {
                display: block;
                position: relative;
                top: -1px;
                font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
                font-weight: normal;
                font-style: normal;
                font-size: 16px;
                line-height: 1.3;
                font-variant: normal;
                text-transform: none;
                letter-spacing: 0; } }
            @media (max-width: 900px) {
              header .nav .menu .menu_inner a .text em {
                font-style: inherit; } }
          @media (min-width: 901px) {
            header .nav .menu .menu_inner a:after {
              content: '';
              display: inline-block;
              width: 0;
              height: 100%;
              vertical-align: middle; } }
          @media (min-width: 901px) {
            header .nav .menu .menu_inner a:hover {
              background-color: #009cde; } }
          @media (min-width: 901px) {
            header .nav .menu .menu_inner a[active] {
              background: #fff;
              background-image: none !important; }
              header .nav .menu .menu_inner a[active] .text {
                color: #000; } }
          @media (max-width: 900px) {
            header .nav .menu .menu_inner a[active] .text {
              font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
              font-weight: normal;
              font-style: normal; } }
        @media (min-width: 901px) {
          header .nav .menu:hover {
            height: 260px; } }
        @media (max-width: 900px) {
          header .nav .menu:hover, header .nav .menu.open {
            height: 324px; } }
      header .nav .nav_inner > a, header .nav .nav_inner > .menu .label {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        left: 0;
        font-family: "Klavika Caps", Helvetica, sans-serif;
        font-size: 18px;
        letter-spacing: 0.05em;
        line-height: 100px;
        text-transform: lowercase;
        font-weight: bold;
        padding: 0 24px 0 30px;
        transition: color 0.3s;
        cursor: pointer; }
        @media (max-width: 900px) {
          header .nav .nav_inner > a, header .nav .nav_inner > .menu .label {
            display: block;
            left: 0;
            font-size: 24px;
            line-height: 60px;
            padding: 0 !important; } }
        @media (min-width: 901px) {
          header .nav .nav_inner > a.services_item:hover + .menu, header .nav .nav_inner > .menu .label.services_item:hover + .menu {
            height: 260px; } }
        @media (max-width: 900px) {
          header .nav .nav_inner > a.services_item, header .nav .nav_inner > .menu .label.services_item {
            display: none; } }
        header .nav .nav_inner > a.first, header .nav .nav_inner > .menu .label.first {
          padding-left: 0; }
          header .nav .nav_inner > a.first:before, header .nav .nav_inner > .menu .label.first:before {
            content: none !important; }
        header .nav .nav_inner > a:before, header .nav .nav_inner > .menu .label:before {
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          width: 6px;
          height: 6px;
          background: url('/wp-content/themes/podprint/assets/images/layout/diamonds.png?1494618631') no-repeat 100% 0/17px 33px;
          margin-top: -3px; }
          @media (max-width: 900px) {
            header .nav .nav_inner > a:before, header .nav .nav_inner > .menu .label:before {
              content: none; } }
        @media (min-width: 901px) {
          header .nav .nav_inner > a:hover, header .nav .nav_inner > .menu .label:hover {
            color: #009cde; } }
        @media (min-width: 901px) {
          header .nav .nav_inner > a.mobile_only, header .nav .nav_inner > .menu .label.mobile_only {
            display: none; } }
        header .nav .nav_inner > a.portal_login, header .nav .nav_inner > .menu .label.portal_login {
          font-size: 18px; }
        header .nav .nav_inner > a[active], header .nav .nav_inner > .menu .label[active] {
          font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
          font-weight: normal;
          font-style: normal;
          font-size: 18px;
          text-transform: none;
          font-variant: normal;
          letter-spacing: 0; }
          @media (max-width: 900px) {
            header .nav .nav_inner > a[active], header .nav .nav_inner > .menu .label[active] {
              font-size: 22px; } }
    header:after {
      content: '';
      position: absolute;
      z-index: 30;
      bottom: -99px;
      left: 0;
      width: 100%;
      height: 99px;
      background: url('/wp-content/themes/podprint/assets/images/layout/shadow_1.png?1494623056') no-repeat 50% 50%/100% 100%;
      pointer-events: none; }
  
  .nav_hamburger {
    position: fixed;
    z-index: 101;
    top: 0;
    right: 0;
    width: 70px;
    height: 60px; }
    @media (min-width: 901px) {
      .nav_hamburger {
        display: none; } }
    .nav_hamburger .a, .nav_hamburger .b, .nav_hamburger .c {
      position: absolute;
      top: 50%;
      left: 50%;
      width: 24px;
      height: 2px;
      margin-left: -12px;
      margin-top: -1px;
      background: #000;
      transition: background 0.3s, width 0.3s, transform 0.3s, margin 0.3s; }
    .nav_hamburger .b {
      transform: translateY(-8px); }
    .nav_hamburger .c {
      transform: translateY(8px); }
  
  #nav_toggle {
    display: none; }
    @media (max-width: 900px) {
      #nav_toggle:checked + header + .nav_hamburger .a {
        width: 0;
        margin-left: 0; }
      #nav_toggle:checked + header + .nav_hamburger .b {
        transform: rotate(45deg) translateY(0); }
      #nav_toggle:checked + header + .nav_hamburger .c {
        transform: rotate(-45deg) translateY(0); }
      #nav_toggle:checked + header .nav {
        transform: translateX(0) !important; } }
  #arrowdiv {
      position: absolute;
      z-index: 2;
      bottom: 2em;
      margin: auto;
      left: 49%;
  }
  #arrowinner {
      background: #cccccc80;
      border-radius: 50px;
      width: 60px;
      height: 60px;
      animation: fadeInDown 3s ease;
  }
  #arrowinner img {
  padding-top: 12px;
  width: 45px;
  padding-left: 8px;
  }
  .hidden {
      opacity: 0;
      z-index: -1;
      transition: opacity 0.5s ease;
      -webkit-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      -moz-transition: opacity 0.5s ease;
  }
  @keyframes fadeInDown {
      0% { opacity: 0; transform: translateY(-2em); }
      50% { opacity: 0; transform: translateY(-2em); }
      100% { opacity: 1; transform: translateY(0); }
  }
  footer .page_end {
    position: relative;
    width: 100%;
    height: 150px; }
    footer .page_end:before {
      content: '';
      position: absolute;
      bottom: 33px;
      left: 33px;
      width: 68px;
      height: 22px;
      background: url('/wp-content/themes/podprint/assets/images/layout/page_end_bg_1.png?1494941838') no-repeat 0 0/68px 22px; }
    footer .page_end:after {
      content: '';
      position: absolute;
      bottom: 33px;
      right: 33px;
      width: 22px;
      height: 22px;
      background: url('/wp-content/themes/podprint/assets/images/layout/page_end_bg_2.png?1494941552') no-repeat 0 0/22px 22px; }
  footer .footer_inner {
    padding: 150px 0 75px 0;
    background: url('/wp-content/themes/podprint/assets/images/layout/shadow_3.png?1494942105') repeat-x 0 0/100% 50px, url('/wp-content/themes/podprint/assets/images/layout/totem_pattern.png?1494943108') repeat-x 0 0/1024px 58px;
    background-color: #f2f2f2;
    background-blend-mode: multiply;
    /*
            @media ( max-width: 900px ) {
                text-align: center;
                background-size: 100% 50px, 819px 46px;
                padding-top: 110px;
            }
    */ }
  .mailchimp h2 {
      font-family: klavika;
      text-transform: uppercase;
      letter-spacing: 2px;
  }
  .mc-field-group {
      padding: 4px;
  }
  .mc-field-group input {
      margin: 0px;
      padding: 6px 0px 4px 8px;
      width: 100%;
      font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
  }
  input#mc-embedded-subscribe {
      margin-top: 12px;
      width: 90%;
      max-width: 220px;
      padding: 15px 0px;
      border-radius: 30px 0px 30px 30px;
      background: #039ddd;
      color: #fff;
      font-family: klavika;
      text-transform: uppercase;
      letter-spacing: 0.2em;
      font-size: 16px;
      transition: color 0.3s, background 0.3s;
  }
  input#mc-embedded-subscribe:hover {
      color: #039ddd;
      background: #039ddd00;
  }
    footer .footer_inner:after {
      content: '';
      display: block;
      clear: both; }
    @media (max-width: 900px) {
      footer .footer_inner {
        background-size: 100% 50px, 613px 35px;
        padding-top: 90px; } }
  footer .nav {
    float: left;
    width: 17.75%;
    padding-left: 6.25%; }
    @media (max-width: 1150px) {
      footer .nav {
        width: 12.5%; } }
    @media (max-width: 900px) {
      footer .nav {
        display: none; } }
    footer .nav a {
      display: inline-block;
      position: relative;
      color: #000;
      font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
      font-size: 16px;
      line-height: 1.6;
      padding: 8px 0;
      transition: color 0.3s;
      cursor: pointer; }
      footer .nav a:hover {
        color: #009cde; }
      footer .nav a[active]:hover {
        color: #000; }
      footer .nav a[active]:before {
        content: '';
        position: absolute;
        top: 14px;
        left: -24px;
        width: 10px;
        height: 10px;
        background: url('/wp-content/themes/podprint/assets/images/layout/diamond.png?1494947568') no-repeat 0 0/100% 100%; }
  footer .footer_services {
    float: left;
    position: relative;
    width: 21%;
    margin-left: 6.25%; }
    @media (max-width: 900px) {
      footer .footer_services {
        display: none; } }
    footer .footer_services .label {
      position: absolute;
      top: 14px;
      right: 100%;
      width: auto;
      white-space: nowrap;
      font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
      font-size: 18px;
      line-height: 1;
      text-align: right;
      transform-origin: top right;
      transform: rotate(-90deg) translateY(-90px); }
      @media (max-width: 1150px) {
        footer .footer_services .label {
          display: none; } }
    footer .footer_services a {
      display: inline-block;
      position: relative;
      color: #000;
      font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
      font-size: 16px;
      line-height: 1.6;
      padding: 8px 0;
      transition: color 0.3s;
      cursor: pointer; }
      footer .footer_services a:hover {
        color: #009cde; }
      footer .footer_services a[active]:hover {
        color: #000; }
      footer .footer_services a[active]:before {
        content: '';
        position: absolute;
        top: 14px;
        left: -24px;
        width: 10px;
        height: 10px;
        background: url('/wp-content/themes/podprint/assets/images/layout/diamond.png?1494947568') no-repeat 0 0/100% 100%; }
  footer .social {
    float: left;
    text-align: center;
    /*
            @media ( max-width: 900px ) {
            }
    */ }
    @media (max-width: 900px) {
      footer .social {
        float: none;
        display: block; } }
    footer .social .portal_login {
      position: relative;
      display: inline-block;
      overflow: hidden;
      font-family: "Klavika Caps", Helvetica, sans-serif;
      font-weight: bold;
      font-size: 20px;
      text-transform: lowercase;
      letter-spacing: 0.1em;
      color: #009cde;
      line-height: 1.1;
      text-align: center;
      padding: 9px 40px 11px 40px;
      border-radius: 0 40px 40px 40px;
      background: #f2f2f2;
      transition: color 0.3s, background 0.3s;
      cursor: pointer; }
      footer .social .portal_login:hover {
        color: #fff;
        background: #009cde; }
    footer .social .social_links {
      padding-bottom: 20px; }
      footer .social .social_links a {
        display: inline-block;
        width: 24px;
        height: 24px;
        background: #000;
        border-radius: 3px;
        margin-right: 10px;
        margin-left: 10px;
        background-size: 24px 24px;
        background-position: 0 0;
        background-repeat: no-repeat;
        transition: background 0.3s; }
        footer .social .social_links a.twitter {
          background-image: url('/wp-content/themes/podprint/assets/images/layout/social_twitter.png?1509651896'); }
        footer .social .social_links a.facebook {
          background-image: url('/wp-content/themes/podprint/assets/images/layout/social_facebook.png?1509651919'); }
        footer .social .social_links a.linked_in {
          background-image: url('/wp-content/themes/podprint/assets/images/layout/social_linked_in.png?1509651938'); }
        footer .social .social_links a.instagram {
          background-image: url('/wp-content/themes/podprint/assets/images/layout/social_instagram.png?1509651955'); }
        footer .social .social_links a:hover {
          background-color: #009cde; }
  footer .contact_info {
    float: right;
    text-align: right;
    padding-right: 6.25%; }
    @media (max-width: 900px) {
      footer .contact_info {
        float: none;
        text-align: center;
        padding-right: 0; } }
    footer .contact_info .logo {
      display: block;
      width: 101px;
      height: 67px;
      font-size: 0;
      text-indent: -10000px;
      overflow: hidden;
      margin: 0 0 0 auto;
      background: url('/wp-content/themes/podprint/assets/images/layout/logo.png?1494884582') no-repeat 0 0/100% 100%;
      margin-bottom: 30px;
      /*
                  @media ( max-width: 900px ) {
                      display: inline-block;
                      width: 71px;
                      height: 47px;
                      margin-bottom: 0;
                  }
      */
      /*
                  @media ( max-width: 600px ) {
                      width: 101px * 0.6;
                      height: 67px * 0.6;
                  }
      */ }
      @media (max-width: 900px) {
        footer .contact_info .logo {
          display: block;
          margin-bottom: 30px;
          margin-top: 30px;
          margin-left: auto;
          margin-right: auto; } }
    footer .contact_info .phones {
      display: block;
      color: #000;
      font-family: "Klavika Caps", Helvetica, sans-serif;
      font-size: 26px;
      font-weight: bold;
      letter-spacing: 0.03em;
      margin-bottom: 20px;
      transition: color 0.3s;
      /*
                  @media ( max-width: 900px ) {
                      display: inline-block;
                      vertical-align: middle;
                      margin-bottom: 0;
                      margin-left: 40px;
                  }
      */ }
      @media (max-width: 900px) {
        footer .contact_info .phones {
          display: block;
          margin-bottom: 20px;
          margin-left: 0;
          text-align: center; } }
      footer .contact_info .phones .phone {
        display: block;
        transition: color 0.3s; }
        footer .contact_info .phones .phone.local {
          padding-top: 5px;
          font-size: 20px; }
        footer .contact_info .phones .phone:hover {
          color: #009cde; }
    footer .contact_info .address {
      display: block;
      font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: 0.02em;
      padding-bottom: 0;
      margin-bottom: 30px;
      transition: color 0.3s;
      /*
                  @media ( max-width: 900px ) {
                      display: inline-block;
                      vertical-align: middle;
                      margin-bottom: 0;
                      text-align: center;
                  }
      */ }
      footer .contact_info .address em {
        font-size: 18px;
        font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0; }
      @media (max-width: 900px) {
        footer .contact_info .address {
          display: block;
          margin-left: auto;
          margin-right: auto;
          margin-bottom: 30px;
          font-size: 14px; } }
      footer .contact_info .address:hover {
        color: #009cde; }
    footer .contact_info .est_1978 {
      display: inline-block;
      vertical-align: middle;
      width: 79px;
      height: 70px;
      margin: 0 0 0 auto; }
      @media (max-width: 900px) {
        footer .contact_info .est_1978 {
          margin-left: auto;
          margin-right: auto; } }
    footer .contact_info .iso_certified {
      display: inline-block;
      vertical-align: middle;
      width: 110px;
      height: auto;
      margin: 0 0 0 25px; }
      @media (max-width: 900px) {
        footer .contact_info .iso_certified {
          margin-left: 20px;
          margin-right: auto; } }
    footer .contact_info .isoqar {
      display: inline-block;
      vertical-align: middle;
      width: 90px;
      height: auto;
      margin: 0 0 0 25px; }
      @media (max-width: 900px) {
        footer .contact_info .isoqar {
          margin-left: 25px;
          margin-right: auto; } }
  
  @font-face {
    font-family: 'Klavika';
    src: url('/wp-content/themes/podprint/assets/fonts/klavika_bold.ttf?1254764497'); }
  @font-face {
    font-family: 'Klavika Caps';
    src: url('/wp-content/themes/podprint/assets/fonts/klavika_bold_caps.ttf?1254764574') format("ttf"), url('/wp-content/themes/podprint/assets/fonts/klavika_bold_caps-webfont.woff2?1495596386') format("woff2"), url('/wp-content/themes/podprint/assets/fonts/klavika_bold_caps-webfont.woff?1495596386') format("woff"); }
  @font-face {
    font-family: 'CenturySchoolbookBT-Roman';
    src: url('/wp-content/themes/podprint/assets/fonts/33DC93_0_0.eot?1496256264');
    src: url('/wp-content/themes/podprint/assets/fonts/33DC93_0_0.eot?&1496256264#iefix') format("embedded-opentype"), url('/wp-content/themes/podprint/assets/fonts/33DC93_0_0.woff2?1496256266') format("woff2"), url('/wp-content/themes/podprint/assets/fonts/33DC93_0_0.woff?1496256264') format("woff"), url('/wp-content/themes/podprint/assets/fonts/33DC93_0_0.ttf?1496256264') format("truetype"); }
  @font-face {
    font-family: 'CenturySchoolbookBT-BoldItalic';
    src: url('/wp-content/themes/podprint/assets/fonts/33DC93_1_0.eot?1496256268');
    src: url('/wp-content/themes/podprint/assets/fonts/33DC93_1_0.eot?&1496256268#iefix') format("embedded-opentype"), url('/wp-content/themes/podprint/assets/fonts/33DC93_1_0.woff2?1496256268') format("woff2"), url('/wp-content/themes/podprint/assets/fonts/33DC93_1_0.woff?1496256268') format("woff"), url('/wp-content/themes/podprint/assets/fonts/33DC93_1_0.ttf?1496256266') format("truetype"); }
  @font-face {
      font-family: 'FontAwesome';
      src: url('/wp-content/themes/podprint/assets/fonts/fa-solid-900.eot');
      src: url('/wp-content/themes/podprint/assets/fonts/fa-solid-900.eot?#iefix') format('embedded-opentype'),
          url('/wp-content/themes/podprint/assets/fonts/fa-solid-900.woff2') format('woff2'),
          url('/wp-content/themes/podprint/assets/fonts/fa-solid-900.woff') format('woff'),
          url('/wp-content/themes/podprint/assets/fonts/fa-solid-900.ttf') format('truetype'),
          url('/wp-content/themes/podprint/assets/fonts/fa-solid-900.svg') format('svg');			
  }
  .banner {
    position: relative;
    height: 350px;
    overflow: hidden;
    background-color: #009cde; }
  
  .banner.
    @media (max-width: 900px) {
      .banner {
        height: 250px; } }
    @media (max-width: 600px) {
      .banner {
        height: auto;
        background-color: #fff; } }
    .banner .image {
      position: absolute;
      top: 0;
      left: 25%;
      right: 0;
      width: auto;
      height: 100%;
      background-repeat: no-repeat, no-repeat;
      background-position: 50% 50%, 0 0;
      background-size: cover, 33.333% 100%;
      background-blend-mode: multiply; }
      @media (max-width: 750px) {
        .banner .image {
          left: 33.333%;
          background-size: 50% 100%, cover; } }
      @media (max-width: 600px) {
        .banner .image {
          position: relative;
          left: 0;
          width: 100%;
          height: 200px;
          background-size: cover, 100% 73px;
          background-position: 100% 50%, 0 100%; } }
      .banner .image:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 16.667%;
        height: 100%;
        background: url('/wp-content/themes/podprint/assets/images/layout/banner_pattern_blue.png?1495124096') repeat 100% 0/86px 86px; }
        @media (max-width: 750px) {
          .banner .image:before {
            width: 16.66667%; } }
        @media (max-width: 600px) {
          .banner .image:before {
            top: auto;
            bottom: 0;
            width: 50%;
            height: 73px;
            left: auto;
            right: 0;
            background-position: 11px 0;
            background-size: 66px 66px; } }
    .banner .tagline {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      z-index: 10;
      width: 43.75%;
      color: #fff;
      font-family: "Klavika", Helvetica, sans-serif;
      font-size: 48px;
      font-weight: bold;
      line-height: 1;
      letter-spacing: 0.02em;
      padding-bottom: 60px;
      padding-bottom: 0;
      padding-left: 12.5%;
      box-sizing: border-box; }
      @media (max-width: 900px) {
        .banner .tagline {
          font-size: 40px;
          padding-bottom: 50px; } }
      @media (max-width: 600px) {
        .banner .tagline {
          font-size: 32px;
          padding-bottom: 40px; } }
      .banner .tagline em {
        font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0; }
      @media (max-width: 900px) {
        .banner .tagline {
          padding-bottom: 0; } }
      @media (max-width: 750px) {
        .banner .tagline {
          width: 56.25%; } }
      @media (max-width: 600px) {
        .banner .tagline {
          display: block;
          position: relative;
          width: 100%;
          background: #009cde;
          padding: 30px 30px 30px 30px; } }
      .banner .tagline:before {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        width: 14.28571%;
        height: 100%;
        max-height: 99px;
        background: url('/wp-content/themes/podprint/assets/images/layout/diamonds_white.png?1495130189') repeat 100% 0/17px 33px; }
        @media (max-width: 750px) {
          .banner .tagline:before {
            width: 11.11111%; } }
        @media (max-width: 600px) {
          .banner .tagline:before {
            content: none;
            /*
                            top: 4px;
                            width: percentage(1/8);
                            background-size: 11px 21px;
                            max-height: 58px;
            */ } }
    .banner:after {
      display: inline-block;
      vertical-align: middle;
      width: 0;
      height: 100%; }
      @media (min-width: 601px) {
        .banner:after {
          content: ''; } }
  
  .content h1 {
    position: absolute;
    overflow: hidden;
    top: -40px;
    left: 25%;
    width: 79px;
    height: 80px;
    text-indent: -1000em;
    margin-left: -40px;
    background: url('/wp-content/themes/podprint/assets/images/ring_text/about_pod_print.png?1495807352') no-repeat 0 0/100% 100%;
    animation: slow_rotate 45s linear infinite;
    pointer-events: none; }
  .page-id-813 .content h1 /* Large Format Printing */ {
    background: url('/wp-content/themes/podprint/assets/images/ring_text/circletext_LARGEformat.png') no-repeat 0 0/100% 100%; 
  }
  .page-id-827 .content h1 /* Art and Design Printing */ {
    background: url('/wp-content/themes/podprint/assets/images/ring_text/ARTDESIGN.png') no-repeat 0 0/100% 100%; 
  }
  .page-id-548 .content h1 /* Aviation Printing */ {
    background: url('/wp-content/themes/podprint/assets/images/ring_text/AVIATION.png') no-repeat 0 0/100% 100%; 
  }
  .page-id-449 .content h1 /* Book Printing */ {
    background: url('/wp-content/themes/podprint/assets/images/ring_text/book_print.png') no-repeat 0 0/100% 100%; 
  }
  .page-id-826 .content h1 /* Education Printing */ {
    background: url('/wp-content/themes/podprint/assets/images/ring_text/EDUCATION.png') no-repeat 0 0/100% 100%; 
  }
  .page-id-824 .content h1, .page-id-866 .content h1 /* Trade Show & Event Printing */ {
    background: url('/wp-content/themes/podprint/assets/images/ring_text/EVENTS.png') no-repeat 0 0/100% 100%; 
  }
  .page-id-825 .content h1 /* Small Business Printing */ {
    background: url('/wp-content/themes/podprint/assets/images/ring_text/SMALLBUSINESS.png') no-repeat 0 0/100% 100%; 
  }
    @media (max-width: 900px) {
      .content h1 {
        left: 12.5%; } }
    @media (max-width: 600px) {
      .content h1 {
        top: -20px;
        left: auto;
        right: 30px; } }
  .content.why-choose-us h1 {
    width: 82px;
    height: 84px;
    background-image: url('/wp-content/themes/podprint/assets/images/ring_text/choose_pod_print.png?1495807352'); }
  .content.services h1 {
    width: 66px;
    height: 68px;
    background-image: url('/wp-content/themes/podprint/assets/images/ring_text/our_services.png?1495807352'); }
  .content.variable-data-cross-media h1 {
    width: 70px;
    height: 72px;
    background-image: url('/wp-content/themes/podprint/assets/images/ring_text/variable_data.png?1495807351'); }
  .content.digital-print h1 {
    width: 68px;
    height: 70px;
    background-image: url('/wp-content/themes/podprint/assets/images/ring_text/digital_print.png?1495807351'); }
  .content.book-print h1 {
    width: 62px;
    height: 62px;
    background-image: url('/wp-content/themes/podprint/assets/images/ring_text/book_print.png?1498074704'); }
  .content.pre-press h1 {
    width: 55px;
    height: 57px;
    background-image: url('/wp-content/themes/podprint/assets/images/ring_text/pre_press.png?1495807351'); }
  .content.finishing h1 {
    width: 53px;
    height: 56px;
    background-image: url('/wp-content/themes/podprint/assets/images/ring_text/finishing.png?1495807351'); }
  .content.fulfillment-distribution h1 {
    width: 64px;
    height: 65px;
    background-image: url('/wp-content/themes/podprint/assets/images/ring_text/fulfillment.png?1495807351'); }
  .content.print-on-demand-portal h1 {
    top: -45px;
    left: auto;
    right: 25%;
    width: 109px;
    height: 109px;
    margin-left: auto;
    margin-right: 0;
    background-image: url('/wp-content/themes/podprint/assets/images/ring_text/print_on_demand_portal.png?1495807351'); }
    @media (max-width: 900px) {
      .content.print-on-demand-portal h1 {
        right: 12.5%; } }
    @media (max-width: 600px) {
      .content.print-on-demand-portal h1 {
        top: -20px;
        right: 30px; } }
  .content.quality h1 {
    width: 63px;
    height: 64px;
    background-image: url('/wp-content/themes/podprint/assets/images/ring_text/our_quality.png?1495807352'); }
  .content.about h1 {
    width: 79px;
    height: 80px;
    background-image: url('/wp-content/themes/podprint/assets/images/ring_text/about_pod_print.png?1495807352'); }
  .content.contact h1 {
    width: 58px;
    height: 61px;
    background-image: url('/wp-content/themes/podprint/assets/images/ring_text/contact_us.png?1495807351'); }
  
  .block {
    position: relative; }
    .block .image_before, .block .image_after {
      display: inline-block;
      vertical-align: middle;
      width: 43.75%;
      transition: opacity 0.3s/*, transform 1s*/; }
  .block .image_before::after {
      content: '';
      width: 150px;
      position: absolute;
      background-size: 120%;
      left: calc(43.75% - 150px);
      z-index: 1;
      top: 0;
      mix-blend-mode: multiply;
      opacity: 1;
      height: 100%;
      transition: opacity 0.3s/*, transform 1s*/;
  }
  .block .image_after::after {
      content: '';
      width: 150px;
      position: absolute;
      background-size: 120%;
      right: calc(43.75% - 150px);
      z-index: 1;
      top: 0;
      mix-blend-mode: multiply;
      opacity: 0.9;
      height: 100%;
      transform: rotateY(180deg);
      transition: opacity 0.3s/*, transform 1s*/;
  }
  .block.blue .image_after::after, .block.blue .image_before::after {
      background-image: url('/wp-content/uploads/2019/06/colorpattern_blue.png');
  }
  .block.red .image_after::after, .block.red .image_before::after {
      background-image: url('/wp-content/uploads/2019/06/colorpattern_red.png');
  }
  .block.yellow .image_after::after, .block.yellow .image_before::after {
      background-image: url('/wp-content/uploads/2019/06/colorpattern_yellow.png');
  }
  
      @media (max-width: 600px) {
        .block .image_before, .block .image_after {
          display: block;
          width: 100%;
          border: solid 30px transparent;
          box-sizing: border-box; } }
      .block .image_before img, .block .image_after img {
        width: 100%;
        height: auto;
        }
  .block.right .image_before img, .block.right .image_after img {
      border-radius: 50px 0 0 0;
  }
  .block.left .image_before img, .block.left .image_after img {
      border-radius: 0 50px 0 0;
  }
      .block .image_before.hidden, .block .image_after.hidden {
        opacity: 0;
        transform: translateX(-20px); }
    .block .image_after.hidden {
      transform: translateX(20px); }
    .block .text {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      width: 56.25%;
      margin: auto;
      box-sizing: border-box;
      color: #ffffff; }
      @media (max-width: 900px) {
        .block .text {
          margin: 75px 0; } }
      @media (max-width: 600px) {
        .block .text {
          display: block;
          width: auto;
          margin: 50px 0; } }
      .block .text p {
        font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0.02em; }
        .block .text p em {
          font-size: 18px;
          font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
          font-weight: normal;
          font-style: normal;
          letter-spacing: 0; }
    .block h2 {
      position: absolute;
      top: 0;
      color: #ffffff;
      font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
      font-size: 36px;
      line-height: 1;
      text-align: right;
      transform-origin: 100% 50%;
      white-space: nowrap;
      transform: rotate(-90deg) translateX(10px);
      transition: transform 1s, opacity 1s; }
      .block h2.hidden {
        opacity: 0;
        transform: rotate(-90deg) translateX(30px); }
      @media (max-width: 900px) {
        .block h2 {
          font-size: 32px; } }
      @media (max-width: 600px) {
        .block h2 {
          position: relative;
          font-size: 28px;
          text-align: left;
          transform: none;
          padding-bottom: 30px; }
          .block h2.hidden {
            opacity: 0;
            transform: translateX(30px); } }
    .block h3 {
      position: relative;
      width: 100%;
      color: #ffffff;
      font-family: "Klavika Caps", Helvetica, sans-serif;
      font-size: 32px;
      font-weight: normal;
      line-height: 1.1;
      text-transform: lowercase;
      letter-spacing: 0.05em;
      transition: transform 0.3s;
      box-sizing: border-box;
      padding-bottom: 30px;
      transition: opacity 0.3s; }
      @media (max-width: 900px) {
        .block h3 {
          font-size: 25px; } }
      @media (max-width: 600px) {
        .block h3 {
          font-size: 22px; } }
      .block h3 em {
        display: block;
        font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
        font-weight: normal;
        font-style: normal;
        font-size: 18px;
        font-variant: normal;
        text-transform: none;
        letter-spacing: 0; }
      .block h3.hidden {
        opacity: 0; }
    .block h4 {
      font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: 0.02em;
      font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
      font-size: 18px;
      letter-spacing: 0;
      padding: 10px 0 20px 0; }
      .block h4 em {
        font-size: 18px;
        font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0; }
    .block p {
      font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: 0.02em;
      padding-bottom: 20px;
      transition: opacity 0.3s; }
      .block p em {
        font-size: 18px;
        font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0; }
      .block p a:not(.button) {
        position: relative;
        display: inline-block;
        font-family: "Klavika Caps", Helvetica, sans-serif;
        font-weight: bold;
        font-size: 18px;
        line-height: 1;
        text-transform: lowercase;
        letter-spacing: 0.15em;
        color: inherit;
        padding: 3px 0;
        transition: color 0.3s;
        cursor: pointer; }
        .block p a:not(.button):before {
          content: '';
          position: absolute;
          top: 13px;
          left: -51px;
          width: 40px;
          height: 1px;
          background: inherit;
          transition: background 0.3s, left 0.3s, width 0.3s; }
        .block p a:not(.button):after {
          content: '';
          position: absolute;
          top: 13px;
          right: -27px;
          width: 0px;
          height: 0px;
          border-top: solid 1px #000;
          border-right: solid 1px #000;
          box-sizing: border-box;
          opacity: 0;
          transform-origin: right 2px;
          transform: rotate(45deg);
          transition: width 0.3s, height 0.3s, opacity 0.3s; }
        .block p a:not(.button):hover {
          color: #000; }
          .block p a:not(.button):hover:before {
            background: #000;
            left: 100%;
            width: 20px;
            transform: translateX(7px); }
          .block p a:not(.button):hover:after {
            width: 7px;
            height: 7px;
            opacity: 1; }
      .block p a.button {
        position: relative;
        display: inline-block;
        overflow: hidden;
        font-family: "Klavika Caps", Helvetica, sans-serif;
        font-weight: bold;
        font-size: 20px;
        text-transform: lowercase;
        letter-spacing: 0.1em;
        color: #fff;
        line-height: 1.1;
        text-align: center;
        padding: 9px 40px 11px 40px;
        border-radius: 0 40px 40px 40px;
        background: #009cde;
        transition: color 0.3s, background 0.3s;
        cursor: pointer;
        margin-top: 75px; }
        .block p a.button:hover {
          background: #000; }
      .block p.hidden {
        opacity: 0; }
    .block ul li {
      transition: opacity 0.3s; }
      .block ul li.hidden {
        opacity: 0; }
    .block.center {
      margin-top: 150px;
      margin-bottom: 130px; }
  .inline-buttons {
      position: relative;
      display: block;
      width: 80%;
      margin: auto;
  }
  .inner-button {
      width: 49%;
      display: inline-block;
      text-align: center;
  }
  .inner-button p {
      padding-right: 0 !important;
      padding-left: 0 !important;
  }
  @media (max-width: 768px) {
      .inline-buttons {
          width: 100%;
      }
      .inner-button {
          width: 80%;
          margin: auto;
          display: block;
          float: none;
      }
  }
      @media (max-width: 900px) {
        .block.center {
          margin-top: 75px;
          margin-bottom: 50px; } }
      @media (max-width: 600px) {
        .block.center {
          margin-top: 50px; } }
      .block.center h2 {
        right: 87.5%; }
        @media (max-width: 900px) {
          .block.center h2 {
            right: 93.75%; } }
        @media (max-width: 600px) {
          .block.center h2 {
            right: auto;
            padding-left: 30px;
            padding-right: 30px; } }
        .block.center h2:first-child + h3 {
          padding-top: 0; }
      .block.center h3 {
        padding-top: 100px;
        padding-left: 25%;
        padding-right: 25%; }
        @media (max-width: 900px) {
          .block.center h3 {
            padding-left: 12.5%;
            padding-right: 12.5%; } }
        @media (max-width: 600px) {
          .block.center h3 {
            padding-left: 30px;
            padding-right: 30px; } }
        .block.center h3:first-child {
          padding-top: 0; }
      .block.center p {
        position: relative;
        padding-left: 25%;
        padding-right: 25%;
        animation: appear 1s forwards; }
        @media (max-width: 900px) {
          .block.center p {
            padding-left: 12.5%;
            padding-right: 12.5%; } }
        @media (max-width: 600px) {
          .block.center p {
            padding-left: 30px;
            padding-right: 30px; } }
      .block.center h1:first-child + p:after {
        content: '';
        position: absolute;
        z-index: -1;
        top: 10px;
        right: 0;
        width: 18.75%;
        height: 100%;
        max-height: 99px;
        background: url('/wp-content/themes/podprint/assets/images/layout/diamonds.png?1494618631') repeat 0 -17px/17px 33px; }
        @media (max-width: 600px) {
          .block.center h1:first-child + p:after {
            top: 4px;
            width: 12.5%;
            background-position: -7px 0;
            background-size: 11px 21px;
            max-height: 60px; } }
      .block.center ul, .block.center ol {
        font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0.02em;
        position: relative;
        padding: 5px 25% 0 25%; }
        .block.center ul em, .block.center ol em {
          font-size: 18px;
          font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
          font-weight: normal;
          font-style: normal;
          letter-spacing: 0; }
        @media (max-width: 900px) {
          .block.center ul, .block.center ol {
            padding-left: 12.5%;
            padding-right: 12.5%; } }
        @media (max-width: 600px) {
          .block.center ul, .block.center ol {
            padding-left: 30px;
            padding-right: 30px; } }
        .block.center ul li, .block.center ol li {
          padding-bottom: 10px;
          padding-left: 25px;
          background: url('/wp-content/themes/podprint/assets/images/layout/diamond.png?1494947568') no-repeat 0 6px/10px 10px; }
      .block.center.padding_top {
        margin-top: 0;
        padding-top: 150px; }
        @media (max-width: 900px) {
          .block.center.padding_top {
            margin-top: 0;
            padding-top: 75px; } }
        @media (max-width: 600px) {
          .block.center.padding_top {
            margin-top: 0;
            padding-top: 50px; } }
      .block.center.h2_horizontal h2 {
        position: relative;
        top: 0;
        right: 0;
        color: #fff;
        font-family: "Klavika", Helvetica, sans-serif;
        font-size: 48px;
        font-weight: bold;
        line-height: 1;
        letter-spacing: 0.02em;
        padding-bottom: 60px;
        color: #000;
        text-align: left;
        white-space: normal;
        padding-left: 25%;
        padding-right: 25%;
        padding-bottom: 30px;
        transform: none; }
        @media (max-width: 900px) {
          .block.center.h2_horizontal h2 {
            font-size: 40px;
            padding-bottom: 50px; } }
        @media (max-width: 600px) {
          .block.center.h2_horizontal h2 {
            font-size: 32px;
            padding-bottom: 40px; } }
        .block.center.h2_horizontal h2 em {
          font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
          font-weight: normal;
          font-style: normal;
          letter-spacing: 0; }
        @media (max-width: 900px) {
          .block.center.h2_horizontal h2 {
            font-size: 32px;
            padding-left: 12.5%;
            padding-right: 12.5%; } }
        @media (max-width: 600px) {
          .block.center.h2_horizontal h2 {
            font-size: 28px;
            text-align: left;
            transform: none;
            padding-left: 30px;
            padding-right: 30px;
            padding-bottom: 20px; } }
    .block.right, .block.left {
      margin-top: -1.7%;
      margin-bottom: 17%;
  }
  .block.right {
      border-radius: 50px 0 0 0;
  }
  .block.left {
      border-radius: 0 50px 0 0;
  }
      @media (max-width: 900px) {
        .block.right, .block.left {
          margin-top: 50px;
          margin-bottom: 50px; } }
      @media (max-width: 600px) {
        .block.right, .block.left {
          margin-top: 30px;
          margin-bottom: 30px; } }
    .block.right .image_after {
      display: none; }
    .block.right .text {
      padding-left: 6.25%;
      padding-right: 12.5%; }
      @media (max-width: 600px) {
        .block.right .text {
          padding-left: 30px;
          padding-right: 30px; } }
      .block.right .text h2 {
        right: 11.11111%; }
        @media (max-width: 600px) {
          .block.right .text h2 {
            right: auto; } }
    .block.left .image_before {
      display: none; }
      @media (max-width: 600px) {
        .block.left .image_before {
          display: block; } }
    @media (max-width: 600px) {
      .block.left .image_after {
        display: none; } }
    .block.left .text {
      padding-left: 12.5%;
      padding-right: 6.25%; }
      @media (max-width: 600px) {
        .block.left .text {
          padding-left: 30px;
          padding-right: 30px; } }
      .block.left .text h2 {
        right: 88.88889%; }
        @media (max-width: 600px) {
          .block.left .text h2 {
            right: auto; } }
    .block.values {
      padding-left: 15.5%;
      padding-right: 12.5%;
      margin-top: 100px;
      margin-bottom: 50px; }
  .block.values h2 {
      left: 0;
      top: 2em;
  }
      @media (max-width: 600px) {
        .block.values {
          padding-left: 30px;
          padding-right: 30px; } }
      .block.values li {
        display: inline-block;
        vertical-align: top;
        width: 33.333%;
        padding-right: 8.33333%;
        padding-bottom: 75px;
        box-sizing: border-box;
        font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0.02em;
        /*
                    &:hover {
                        img {
                            background: $accent;
                        }
                        em {
                            color: $accent;
                        }
                    }
        */ }
        .block.values li em {
          font-size: 18px;
          font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
          font-weight: normal;
          font-style: normal;
          letter-spacing: 0; }
        @media (max-width: 900px) {
          .block.values li {
            width: 50%; } }
        @media (max-width: 600px) {
          .block.values li {
            position: relative;
            width: 100%;
            padding-left: 105px; } }
        .block.values li img {
          display: inline-block;
          width: 75px;
          height: 75px;
          background: #009cde;
          border-radius: 100%;
          margin-bottom: 30px; }
          @media (max-width: 600px) {
            .block.values li img {
              position: absolute;
              top: 0;
              left: 0; } }
        .block.values li em {
          display: block;
          color: #009cde;
          font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
          font-weight: normal;
          font-style: normal;
          padding-bottom: 10px; }
          @media (max-width: 600px) {
            .block.values li em br {
              display: none; } }
      .block.values:after {
        content: '';
        position: absolute;
        top: 0;
        bottom: 75px;
        right: 0;
        width: 12.5%;
        height: auto;
        background: url('/wp-content/themes/podprint/assets/images/layout/pattern_2.png?1495572604') repeat 0 0/35px 35px; }
        @media (max-width: 600px) {
          .block.values:after {
            width: 6.25%; } }
    .block.pattern_right h1:first-child + p:after, .block.pattern_right p:first-child:after {
      content: none; }
    .block.pattern_right:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 20px;
      right: 0;
      width: 12.5%;
      height: auto;
      background: url('/wp-content/themes/podprint/assets/images/layout/pattern_2.png?1495572604') repeat 0 0/35px 35px; }
    .block.blue_pattern_right:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      width: 18.75%;
      height: 93px;
      background: url('/wp-content/themes/podprint/assets/images/layout/banner_pattern_blue.png?1495124096') repeat 8px 0/43px 43px; }
    .block.diamonds_left:before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 10px;
      left: 0;
      width: 18.75%;
      height: 100%;
      max-height: 99px;
      background: url('/wp-content/themes/podprint/assets/images/layout/diamonds.png?1494618631') repeat 100% 0/17px 33px; }
      @media (max-width: 600px) {
        .block.diamonds_left:before {
          content: none; } }
    .block.capabilities, .block.list {
      font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: 0.02em;
      padding: 15px 0 0 25%; }
      .block.capabilities em, .block.list em {
        font-size: 18px;
        font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0; }
      @media (max-width: 600px) {
        .block.capabilities, .block.list {
          padding-left: 30px; } }
      .block.capabilities p, .block.list p {
        padding-right: 16.66667%; }
        @media (max-width: 600px) {
          .block.capabilities p, .block.list p {
            padding-right: 30px; } }
      .block.capabilities h2, .block.list h2 {
        top: 15px;
        right: 87.5%; }
        @media (max-width: 600px) {
          .block.capabilities h2, .block.list h2 {
            top: 0;
            right: auto; } }
        .block.capabilities h2 + h4, .block.list h2 + h4 {
          padding-top: 0; }
      .block.capabilities ul, .block.capabilities ol, .block.list ul, .block.list ol {
        font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0.02em;
        padding-bottom: 10px; }
        .block.capabilities ul em, .block.capabilities ol em, .block.list ul em, .block.list ol em {
          font-size: 18px;
          font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
          font-weight: normal;
          font-style: normal;
          letter-spacing: 0; }
        .block.capabilities ul .column, .block.capabilities ol .column, .block.list ul .column, .block.list ol .column {
          display: inline-block;
          vertical-align: top; }
        .block.capabilities ul li, .block.capabilities ol li, .block.list ul li, .block.list ol li {
          /*
                          display: inline-block;
                          vertical-align: top;
                          width: 33.333%;
          */
          padding-right: 8.33333%;
          padding-bottom: 10px;
          box-sizing: border-box;
          font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
          font-size: 16px;
          line-height: 1.6;
          letter-spacing: 0.02em;
          /*
                          @media ( max-width: 900px ) {
                              width: 50%;
                          }
                          @media ( max-width: 500px ) {
                              width: 100%;
                          }
          */ }
          .block.capabilities ul li em, .block.capabilities ol li em, .block.list ul li em, .block.list ol li em {
            font-size: 18px;
            font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
            font-weight: normal;
            font-style: normal;
            letter-spacing: 0; }
      .block.capabilities.padding_bottom, .block.list.padding_bottom {
        margin-bottom: 100px; }
        @media (max-width: 900px) {
          .block.capabilities.padding_bottom, .block.list.padding_bottom {
            margin-bottom: 75px; } }
        @media (max-width: 600px) {
          .block.capabilities.padding_bottom, .block.list.padding_bottom {
            margin-bottom: 50px; } }
    .block.team {
      padding: 0 6.25% 0 25%; }
      @media (max-width: 900px) {
        .block.team {
          padding-left: 18.75%; } }
      @media (max-width: 600px) {
        .block.team {
          padding-left: 30px;
          padding-right: 30px; } }
      .block.team h2 {
        right: 87.5%; }
        @media (max-width: 900px) {
          .block.team h2 {
            right: 93.75%; } }
        @media (max-width: 600px) {
          .block.team h2 {
            right: auto;
            padding-bottom: 50px; } }
      .block.team .item {
        display: inline-block;
        vertical-align: top;
        width: 33.333%;
        padding-right: 30px;
        box-sizing: border-box;
        transition: opacity 0.3s; }
        @media (min-width: 1351px) {
          .block.team .item {
            width: 25%; } }
        @media (max-width: 750px) {
          .block.team .item {
            width: 50%; } }
        @media (max-width: 600px) {
          .block.team .item {
            position: relative;
            width: 100%;
            padding-left: 150px;
            padding-right: 0; } }
        .block.team .item .image {
          width: 150px;
          height: 150px;
          border-radius: 100%;
          background-repeat: no-repeat;
          background-size: 110% 110%;
          background-position: 50% -9px; }
          @media (max-width: 900px) {
            .block.team .item .image {
              width: 120px;
              height: 120px; } }
          @media (max-width: 600px) {
            .block.team .item .image {
              position: absolute;
              top: 0;
              left: 0; } }
  
        .block.team .item h3 {
          font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
          font-size: 16px;
          line-height: 1.6;
          letter-spacing: 0.02em;
          font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
          font-size: 18px;
          text-transform: none;
          letter-spacing: 0;
          padding-top: 30px;
          padding-bottom: 5px; }
          .block.team .item h3 em {
            font-size: 18px;
            font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
            font-weight: normal;
            font-style: normal;
            letter-spacing: 0; }
        .block.team .item p.title {
          font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
          font-size: 16px;
          line-height: 1.6;
          letter-spacing: 0.02em;
          padding-bottom: 75px; }
          .block.team .item p.title em {
            font-size: 18px;
            font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
            font-weight: normal;
            font-style: normal;
            letter-spacing: 0; }
          @media (max-width: 900px) {
            .block.team .item p.title {
              padding-bottom: 60px; } }
          .block.team .item p.title a {
            padding-top: 20px; }
            .block.team .item p.title a:before, .block.team .item p.title a:after {
              content: none; }
        @media (max-width: 600px) {
          .block.team .item.contact_item {
            padding-left: 0; } }
        .block.team .item.contact_item .button {
          position: relative;
          display: inline-block;
          overflow: hidden;
          font-family: "Klavika Caps", Helvetica, sans-serif;
          font-weight: bold;
          font-size: 20px;
          text-transform: lowercase;
          letter-spacing: 0.1em;
          color: #fff;
          line-height: 1.1;
          text-align: center;
          padding: 9px 40px 11px 40px;
          border-radius: 0 40px 40px 40px;
          background: #009cde;
          transition: color 0.3s, background 0.3s;
          cursor: pointer;
          margin-top: 190px; }
          .block.team .item.contact_item .button:hover {
            background: #000; }
          @media (max-width: 600px) {
            .block.team .item.contact_item .button {
              margin-top: 0; } }
        .block.team .item.hidden {
          opacity: 0; }
    .block.shadow {
      margin-top: 0;
      padding-top: 150px;
      background: url('/wp-content/themes/podprint/assets/images/layout/shadow_1.png?1494623056') no-repeat 0 0/100% auto; }
      @media (min-width: 601px) {
        .block.shadow h2 {
          top: 150px; } }
    .block.color_pattern_top .subheading {
      padding-right: 33.333%; }
    .block.color_pattern_top:after {
      content: '';
      position: absolute;
      top: 0;
      right: 6.25%;
      width: 329px;
      height: 157px;
      background: url('/wp-content/themes/podprint/assets/images/layout/color_pattern_top.png?1495135627') no-repeat 0 0/100% 100%;
      mix-blend-mode: multiply; }
      @media (max-width: 900px) {
        .block.color_pattern_top:after {
          width: 263px;
          height: 125px; } }
      @media (max-width: 600px) {
        .block.color_pattern_top:after {
          right: 50%;
          margin-right: -131px; } }
    .block.color_pattern_right:after {
      content: '';
      position: absolute;
      top: 0px;
      right: 0;
      width: 200px;
      height: 415px;
      background: url('/wp-content/themes/podprint/assets/images/layout/side_pattern.png?1494623550') no-repeat 0 0/100% 100%;
      mix-blend-mode: multiply; }
      @media (max-width: 900px) {
        .block.color_pattern_right:after {
          top: 0px;
          width: 160px;
          height: 332px; } }
      @media (max-width: 600px) {
        .block.color_pattern_right:after {
          top: 0px;
          width: 120px;
          height: 249px; } }
      @media (max-width: 900px) {
        .block.color_pattern_right:after {
          top: auto;
          bottom: 0;
          margin-bottom: -200px; } }
      @media (max-width: 600px) {
        .block.color_pattern_right:after {
          top: auto;
          bottom: 0;
          margin-bottom: -180px; } }
    .block.proof_colors .text {
      position: relative;
      /*
                  &:after {
                      content: '';
                      position: absolute;
                      bottom: -36px;
                      left: 0;
                      width: 10px;
                      height: 36px;
                      background: image-url('layout/proof_colors.gif') no-repeat 0 0/10px 36px;
                      pointer-events: none;
                  }
      */ }
      .block.proof_colors .text .proof_colors {
        position: absolute;
        bottom: -36px;
        left: 22.22222%;
        width: 9px;
        height: 12px;
        background: #ce0037;
        margin: 0; }
        @media (max-width: 600px) {
          .block.proof_colors .text .proof_colors {
            left: 30px; } }
        .block.proof_colors .text .proof_colors:before, .block.proof_colors .text .proof_colors:after {
          content: '';
          position: absolute;
          top: -12px;
          left: 0;
          width: 9px;
          height: 12px;
          background: #009cde; }
        .block.proof_colors .text .proof_colors:after {
          top: auto;
          bottom: -12px;
          background: #ffc72c; }
        .block.proof_colors .text .proof_colors:hover:before {
          animation: around 1s forwards; }
        .block.proof_colors .text .proof_colors:hover:after {
          animation: around_2 1s 0.2s forwards; }
    .block.proof_colors.right .text .proof_colors {
      left: 11.11111%; }
      @media (max-width: 600px) {
        .block.proof_colors.right .text .proof_colors {
          left: 30px; } }
    .block.trim_marks h3 {
      position: relative; }
      .block.trim_marks h3:after {
        content: '';
        position: absolute;
        top: -22px;
        left: 0;
        width: 22px;
        height: 22px;
        margin-left: -27px;
        background: url('/wp-content/themes/podprint/assets/images/layout/trim_marks.gif?1495573716') no-repeat 0 0/22px 22px;
        pointer-events: none; }
        @media (max-width: 600px) {
          .block.trim_marks h3:after {
            display: none; } }
    .block.trim_marks.center h3:after {
      left: 25%; }
      @media (max-width: 900px) {
        .block.trim_marks.center h3:after {
          left: 12.5%; } }
      @media (max-width: 600px) {
        .block.trim_marks.center h3:after {
          display: none; } }
    .block.trim_marks_right h3 {
      position: relative;
      display: inline-block;
      width: auto;
      padding-right: 0; }
      .block.trim_marks_right h3:after {
        content: '';
        position: absolute;
        top: -22px;
        right: -27px;
        width: 22px;
        height: 22px;
        background: url('/wp-content/themes/podprint/assets/images/layout/trim_marks_right.gif?1495577140') no-repeat 0 0/22px 22px;
        pointer-events: none; }
    .block.drop_cap p:first-child:first-letter,
    .block.drop_cap :first-child + p:first-letter {
      float: left;
      font-size: 54px;
      font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
      font-weight: normal;
      font-style: normal;
      line-height: 1em;
      margin: 2px 7px -5px -2px; }
    .block.less_padding_top, .block.less_padding {
      margin-top: 75px; }
    .block.less_padding_bottom, .block.less_padding {
      margin-bottom: 75px; }
    .block.no_padding_bottom {
      margin-bottom: 0; }
    .block.no_padding {
      margin-top: 0;
      margin-bottom: 0; }
  /* custom blocks 
      .block.custom {
      width: 100%;
      display: block;
      position: relative;
      margin: auto;
      }
      .block.custom .image img {
      width: 100%;
      }
      .block.custom .left.image {
      width: 40%;
      display: inline-block;
      }
      .block.custom .left.text {
      width: 60%;
      display: inline-block;
  
      }
      .block.custom .right.image {
      display: inline-block;
      width: 40%;
      }
      .block.custom .right.text {
      display: inline-block;
      width: 60%;
      }*/
      .block.custom.blue {
      background-color: #009cde;
      }
      .block.custom.red {
      background-color: #ce0037;
      }
      .block.custom.yellow {
      background-color: #ffc72c;
      }
      .block.custom .left::after {
      content:'';
      position: absolute;
      left: 0;
      top: 0;
      width:50%;
      z-index:-1;
      transform-origin: 0 0;
      transform: rotate(-30deg) skewX(30deg);
      }
      .block.right::after {
      content: '';
      position: absolute;
      left: -29%;
      top: 38%;
      width: 50%;
      height: 42%;
      z-index: -2;
      transform-origin: 0 0;
      transform: rotate(11deg) skewX(66deg) skewY(-175deg);
      background-color: inherit;
      overflow: hidden;
      }
      .block.left::after {
      content: '';
      position: absolute;
      right: -39%;
      top: 81%;
      width: 53%;
      height: 40%;
      z-index: -2;
      transform-origin: 0 0;
      transform: rotate(-12deg) skewX(-73deg) skewY(174deg);
      background-color: inherit;
      overflow: hidden;
      }
      
  /* custom blocks */
  /*custom vid*/
  .video {
      width: 85%;
      margin:auto;
      display:block;
      text-align:center;
  }
  
  .historical_images img {
    display: inline-block;
    vertical-align: top;
    width: 50%; }
    @media (max-width: 600px) {
      .historical_images img {
        width: 100%; }
        .historical_images img:first-child {
          margin-bottom: 30px; } }
  
  .gallery {
    width: 100%;
    overflow: hidden;
    overflow-x: scroll;
    margin: 75px 0 0 0; }
    .gallery .item {
      display: inline-block;
      position: relative;
      vertical-align: top;
      transition: opacity 1s, transform 1s; }
      .gallery .item img {
        width: 100%;
        height: auto; }
      .gallery .item .caption {
        font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
        font-size: 16px;
        line-height: 1.6;
        letter-spacing: 0.02em;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        color: #fff;
        padding: 12px 20px;
        box-sizing: border-box;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)); }
        .gallery .item .caption em {
          font-size: 18px;
          font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
          font-weight: normal;
          font-style: normal;
          letter-spacing: 0; }
      .gallery .item.hidden {
        opacity: 0;
        transform: translateX(20px); }
    .gallery.count-1 .gallery_inner {
      width: 0%; }
      @media (min-width: 601px) {
        .gallery.count-1 .gallery_inner {
          width: 13.33333%; } }
      @media (min-width: 901px) {
        .gallery.count-1 .gallery_inner {
          width: 25%; } }
    .gallery.count-1 .item {
      width: 100%; }
    .gallery.count-2 .gallery_inner {
      width: 50%; }
      @media (min-width: 601px) {
        .gallery.count-2 .gallery_inner {
          width: 46.66667%; } }
      @media (min-width: 901px) {
        .gallery.count-2 .gallery_inner {
          width: 50%; } }
    .gallery.count-2 .item {
      width: 50%; }
    .gallery.count-3 .gallery_inner {
      width: 100%; }
      @media (min-width: 601px) {
        .gallery.count-3 .gallery_inner {
          width: 80%; } }
      @media (min-width: 901px) {
        .gallery.count-3 .gallery_inner {
          width: 75%; } }
    .gallery.count-3 .item {
      width: 33.33333%; }
    .gallery.count-4 .gallery_inner {
      width: 150%; }
      @media (min-width: 601px) {
        .gallery.count-4 .gallery_inner {
          width: 113.33333%; } }
      @media (min-width: 901px) {
        .gallery.count-4 .gallery_inner {
          width: 100%; } }
    .gallery.count-4 .item {
      width: 25%; }
    .gallery.count-5 .gallery_inner {
      width: 200%; }
      @media (min-width: 601px) {
        .gallery.count-5 .gallery_inner {
          width: 146.66667%; } }
      @media (min-width: 901px) {
        .gallery.count-5 .gallery_inner {
          width: 125%; } }
      @media (min-width: 1201px) {
        .gallery.count-5 .gallery_inner {
          width: 100%; } }
    .gallery.count-5 .item {
      width: 20%; }
    .gallery.count-6 .gallery_inner {
      width: 250%; }
      @media (min-width: 601px) {
        .gallery.count-6 .gallery_inner {
          width: 180%; } }
      @media (min-width: 901px) {
        .gallery.count-6 .gallery_inner {
          width: 150%; } }
      @media (min-width: 1201px) {
        .gallery.count-6 .gallery_inner {
          width: 120%; } }
      @media (min-width: 1501px) {
        .gallery.count-6 .gallery_inner {
          width: 100%; } }
    .gallery.count-6 .item {
      width: 16.66667%; }
    .gallery.count-7 .gallery_inner {
      width: 300%; }
      @media (min-width: 601px) {
        .gallery.count-7 .gallery_inner {
          width: 213.33333%; } }
      @media (min-width: 901px) {
        .gallery.count-7 .gallery_inner {
          width: 175%; } }
      @media (min-width: 1201px) {
        .gallery.count-7 .gallery_inner {
          width: 140%; } }
      @media (min-width: 1501px) {
        .gallery.count-7 .gallery_inner {
          width: 116.66667%; } }
    .gallery.count-7 .item {
      width: 14.28571%; }
    .gallery.count-8 .gallery_inner {
      width: 350%; }
      @media (min-width: 601px) {
        .gallery.count-8 .gallery_inner {
          width: 246.66667%; } }
      @media (min-width: 901px) {
        .gallery.count-8 .gallery_inner {
          width: 200%; } }
      @media (min-width: 1201px) {
        .gallery.count-8 .gallery_inner {
          width: 160%; } }
      @media (min-width: 1501px) {
        .gallery.count-8 .gallery_inner {
          width: 133.33333%; } }
    .gallery.count-8 .item {
      width: 12.5%; }
    .gallery.count-9 .gallery_inner {
      width: 400%; }
      @media (min-width: 601px) {
        .gallery.count-9 .gallery_inner {
          width: 280%; } }
      @media (min-width: 901px) {
        .gallery.count-9 .gallery_inner {
          width: 225%; } }
      @media (min-width: 1201px) {
        .gallery.count-9 .gallery_inner {
          width: 180%; } }
      @media (min-width: 1501px) {
        .gallery.count-9 .gallery_inner {
          width: 150%; } }
    .gallery.count-9 .item {
      width: 11.11111%; }
    .gallery.count-10 .gallery_inner {
      width: 450%; }
      @media (min-width: 601px) {
        .gallery.count-10 .gallery_inner {
          width: 313.33333%; } }
      @media (min-width: 901px) {
        .gallery.count-10 .gallery_inner {
          width: 250%; } }
      @media (min-width: 1201px) {
        .gallery.count-10 .gallery_inner {
          width: 200%; } }
      @media (min-width: 1501px) {
        .gallery.count-10 .gallery_inner {
          width: 166.66667%; } }
    .gallery.count-10 .item {
      width: 10%; }
    .gallery.count-11 .gallery_inner {
      width: 500%; }
      @media (min-width: 601px) {
        .gallery.count-11 .gallery_inner {
          width: 346.66667%; } }
      @media (min-width: 901px) {
        .gallery.count-11 .gallery_inner {
          width: 275%; } }
      @media (min-width: 1201px) {
        .gallery.count-11 .gallery_inner {
          width: 220%; } }
      @media (min-width: 1501px) {
        .gallery.count-11 .gallery_inner {
          width: 183.33333%; } }
    .gallery.count-11 .item {
      width: 9.09091%; }
    .gallery.count-12 .gallery_inner {
      width: 550%; }
      @media (min-width: 601px) {
        .gallery.count-12 .gallery_inner {
          width: 380%; } }
      @media (min-width: 901px) {
        .gallery.count-12 .gallery_inner {
          width: 300%; } }
      @media (min-width: 1201px) {
        .gallery.count-12 .gallery_inner {
          width: 240%; } }
      @media (min-width: 1501px) {
        .gallery.count-12 .gallery_inner {
          width: 200%; } }
    .gallery.count-12 .item {
      width: 8.33333%; }
    .gallery.count-13 .gallery_inner {
      width: 600%; }
      @media (min-width: 601px) {
        .gallery.count-13 .gallery_inner {
          width: 413.33333%; } }
      @media (min-width: 901px) {
        .gallery.count-13 .gallery_inner {
          width: 325%; } }
      @media (min-width: 1201px) {
        .gallery.count-13 .gallery_inner {
          width: 260%; } }
      @media (min-width: 1501px) {
        .gallery.count-13 .gallery_inner {
          width: 216.66667%; } }
    .gallery.count-13 .item {
      width: 7.69231%; }
    .gallery.count-14 .gallery_inner {
      width: 650%; }
      @media (min-width: 601px) {
        .gallery.count-14 .gallery_inner {
          width: 446.66667%; } }
      @media (min-width: 901px) {
        .gallery.count-14 .gallery_inner {
          width: 350%; } }
      @media (min-width: 1201px) {
        .gallery.count-14 .gallery_inner {
          width: 280%; } }
      @media (min-width: 1501px) {
        .gallery.count-14 .gallery_inner {
          width: 233.33333%; } }
    .gallery.count-14 .item {
      width: 7.14286%; }
    .gallery.count-15 .gallery_inner {
      width: 700%; }
      @media (min-width: 601px) {
        .gallery.count-15 .gallery_inner {
          width: 480%; } }
      @media (min-width: 901px) {
        .gallery.count-15 .gallery_inner {
          width: 375%; } }
      @media (min-width: 1201px) {
        .gallery.count-15 .gallery_inner {
          width: 300%; } }
      @media (min-width: 1501px) {
        .gallery.count-15 .gallery_inner {
          width: 250%; } }
    .gallery.count-15 .item {
      width: 6.66667%; }
    .gallery.count-16 .gallery_inner {
      width: 750%; }
      @media (min-width: 601px) {
        .gallery.count-16 .gallery_inner {
          width: 513.33333%; } }
      @media (min-width: 901px) {
        .gallery.count-16 .gallery_inner {
          width: 400%; } }
      @media (min-width: 1201px) {
        .gallery.count-16 .gallery_inner {
          width: 320%; } }
      @media (min-width: 1501px) {
        .gallery.count-16 .gallery_inner {
          width: 266.66667%; } }
    .gallery.count-16 .item {
      width: 6.25%; }
    .gallery.count-17 .gallery_inner {
      width: 800%; }
      @media (min-width: 601px) {
        .gallery.count-17 .gallery_inner {
          width: 546.66667%; } }
      @media (min-width: 901px) {
        .gallery.count-17 .gallery_inner {
          width: 425%; } }
      @media (min-width: 1201px) {
        .gallery.count-17 .gallery_inner {
          width: 340%; } }
      @media (min-width: 1501px) {
        .gallery.count-17 .gallery_inner {
          width: 283.33333%; } }
    .gallery.count-17 .item {
      width: 5.88235%; }
    .gallery.count-18 .gallery_inner {
      width: 850%; }
      @media (min-width: 601px) {
        .gallery.count-18 .gallery_inner {
          width: 580%; } }
      @media (min-width: 901px) {
        .gallery.count-18 .gallery_inner {
          width: 450%; } }
      @media (min-width: 1201px) {
        .gallery.count-18 .gallery_inner {
          width: 360%; } }
      @media (min-width: 1501px) {
        .gallery.count-18 .gallery_inner {
          width: 300%; } }
    .gallery.count-18 .item {
      width: 5.55556%; }
    .gallery.count-19 .gallery_inner {
      width: 900%; }
      @media (min-width: 601px) {
        .gallery.count-19 .gallery_inner {
          width: 613.33333%; } }
      @media (min-width: 901px) {
        .gallery.count-19 .gallery_inner {
          width: 475%; } }
      @media (min-width: 1201px) {
        .gallery.count-19 .gallery_inner {
          width: 380%; } }
      @media (min-width: 1501px) {
        .gallery.count-19 .gallery_inner {
          width: 316.66667%; } }
    .gallery.count-19 .item {
      width: 5.26316%; }
    .gallery.count-20 .gallery_inner {
      width: 950%; }
      @media (min-width: 601px) {
        .gallery.count-20 .gallery_inner {
          width: 646.66667%; } }
      @media (min-width: 901px) {
        .gallery.count-20 .gallery_inner {
          width: 500%; } }
      @media (min-width: 1201px) {
        .gallery.count-20 .gallery_inner {
          width: 400%; } }
      @media (min-width: 1501px) {
        .gallery.count-20 .gallery_inner {
          width: 333.33333%; } }
    .gallery.count-20 .item {
      width: 5%; }
    .gallery::-webkit-scrollbar {
      display: none; }
  /*custom gallery*/
  .galleryspecial {
      width: 90%;
      margin: auto;
  }
  .galleryspecial .gallery_inner {
     /* display: flex;
      align-content: flex-end;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-evenly;
      align-items: center;*/
  }
  .galleryspecial .gallery_inner .item {
      min-width: 300px;
      transition: opacity 1s, transform 1s;
    /*  display: inline-flex;
      vertical-align: top;
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-evenly;
      align-items: center; */
      margin-top: 1.5%;
  }
  .galleryspecial .caption {
      opacity: 0;
      transition: opacity .33s ease;
  }
  .galleryspecial .item img {
      height: 300px;
      object-fit: cover;
      object-position: center;
      width: 300px;
      max-width: 100%;
  }
  .galleryspecial .item .caption {
      font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
      font-size: 18px;
      line-height: 1.6;
      letter-spacing: 0.02em;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin-top: 2em;
      /* top: 0; */
      width: 300px;
      color: #fff;
      padding: 12px 20px;
      box-sizing: border-box;
      background: linear-gradient(to top, rgb(58 58 58 / 90%), rgb(26 71 140 / 70%));
      height: 100%;
      mix-blend-mode: hard-light;
  }
  .galleryspecial .item:hover .caption {
      opacity: 1;
  }
  .galleryspecial .item:hover img {
      filter: blur(4px);
      transition: filter .33s ease;
  }
  .page-id-1166 .inner-button{
      width: 33%;
  }
  @media (max-width: 900px) {
    .desktop_only {
      display: none; } }
  
  @media (min-width: 901px) {
    .mobile_only {
      display: none; } }
  