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

@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; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: 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; }

@media (max-width: 900px) {
  body {
    margin-top: 60px; } }

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: 0;
        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: 20px;
    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: 18px;
        /*
        				&: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;
        				}
        */ }
.phone, header .phones .phone.local{font-size:22px;}
      header .phones .phone:hover {
        color: #ffc72c; }
  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: #ffc72c; } }
        @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: 0px 24px 0px 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: 0px; }
        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: #ffc72c; } */
		header .nav .menu .menu_inner a:nth-of-type(3n):hover, header .nav .menu .menu_inner a:nth-of-type(3n+2):hover {
   		 background-color: #0095dbe6;
		}
		  header .nav .menu .menu_inner a:nth-of-type(2n):hover {
    	background-color: #ffc72c;
		}
		  header .nav .menu .menu_inner a:nth-of-type(3n+1):hover {
   		background-color: #e7002a;
		} }
      @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: #ffc72c; }
    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: #ffc72c;
    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: #ffc72c; }
  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: #ffc72c; }
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: #ffc72c; }
  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: #ffc72c; }
  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');			
}
@keyframes slide_over {
  0% {
    transform: translateX(500px) skewX(30deg); }
  100% {
    transform: translateX(0px) skewX(0deg); } }
@keyframes slide_over_2 {
  0% {
    transform: translateX(750px) skewX(40deg); }
  100% {
    transform: translateX(0px) skewX(0deg); } }
@keyframes overlay_appear {
  0% {
    transform: translateX(100vw); }
  100% {
    transform: translateX(0); } }
@keyframes banner_bg_appear {
  0% {
    background-position-y: -40px; }
  100% {
    background-position-y: -20px; } }
@keyframes white_appear {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes appear {
  0% {
    opacity: 0;
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }
@media (min-width: 901px) {
  header .logo {
    animation: appear 1s forwards; }
  header .phone {
    animation: appear 1s forwards; }
  header .nav {
    animation: appear 1s forwards; } }
.banner {
  position: relative;
  height: 443px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  text-align: center;
  background: #ffc72c url('/wp-content/themes/podprint/assets/images/layout/pattern_1.png?1494624121') repeat -20px -20px/86px 86px;
  background-attachment: fixed;
  animation: banner_bg_appear 1s forwards; }
  @media (max-width: 1160px) {
    .banner {
      text-align: right; } }
  @media (max-width: 900px) {
    .banner {
      height: 300px; } }
  .banner .book_1 {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 1027px;
    height: 557px;
    margin-left: -950px; }
    .banner .book_1 .book_inner {
      background-image: url('/wp-content/themes/podprint/assets/images/home/book_1.png?1494951646');
      animation: slide_over 2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }
    @media (max-width: 900px) {
      .banner .book_1 {
        width: 695.279px;
        height: 377.089px;
        margin-left: -643.15px; } }
    @media (max-width: 600px) {
      .banner .book_1 {
        margin-left: -493.15px; } }
  .banner .book_2 {
    position: absolute;
    top: 51px;
    left: 50%;
    width: 831px;
    height: 384px;
    margin-left: -380px; }
    .banner .book_2 .book_inner {
      background-image: url('/wp-content/themes/podprint/assets/images/home/book_2.png?1494951676');
      animation: slide_over_2 3s cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }
    @media (max-width: 900px) {
      .banner .book_2 {
        top: 34.527px;
        width: 562.587px;
        height: 259.968px;
        margin-left: -257.26px; } }
    @media (max-width: 600px) {
      .banner .book_2 {
        margin-left: -107.26px; } }
  .banner .booklet_1 {
    position: absolute;
    top: 0;
    left: 50%;
    width: 997px;
    height: 443px;
    margin-left: -830px; }
    .banner .booklet_1 .book_inner {
      background-image: url('/wp-content/themes/podprint/assets/images/home/booklet_1.png?1495560359');
      animation: slide_over 2s cubic-bezier(0.215, 0.61, 0.355, 1) forwards; }
    @media (max-width: 900px) {
      .banner .booklet_1 {
        width: 674.969px;
        height: 299.911px;
        margin-left: -561.91px; } }
    @media (max-width: 600px) {
      .banner .booklet_1 {
        margin-left: -361.91px; } }
  .banner .book_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-position: 0 0;
    background-repeat: no-repeat; }
  .banner .overlay {
    display: inline-block;
    position: relative;
    left: 50vw;
    vertical-align: middle; }
    @media (min-width: 1161px) {
      .banner .overlay {
        animation: overlay_appear 2s forwards;
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); } }
    @media (max-width: 1160px) {
      .banner .overlay {
        left: 100%;
        transform: translateX(-580px); } }
    @media (max-width: 900px) {
      .banner .overlay {
        left: 100%;
        transform: translateX(-470px); } }
    @media (max-width: 600px) {
      .banner .overlay {
        left: 100%;
        transform: translateX(-360px); } }
    @media (max-width: 400px) {
      .banner .overlay {
        transform: translateX(-320px); } }
    .banner .overlay h2 {
      position: relative;
      color: #ffc72c;
      font-family: "Klavika", Helvetica, sans-serif;
      font-size: 48px;
      font-weight: bold;
      line-height: 1;
      letter-spacing: 0.02em;
      padding-bottom: 60px;
      color: #fff;
      text-align: left;
      padding: 0 !important;
      border: solid 60px #ffc72c;
      border-right-width: 100vw; }
      @media (max-width: 900px) {
        .banner .overlay h2 {
          font-size: 40px;
          padding-bottom: 50px; } }
      @media (max-width: 600px) {
        .banner .overlay h2 {
          font-size: 32px;
          padding-bottom: 40px; } }
      .banner .overlay h2 em {
        font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0; }
      @media (max-width: 900px) {
        .banner .overlay h2 {
          border-top-width: 45px;
          border-bottom-width: 45px;
          border-left-width: 45px; } }
      @media (max-width: 600px) {
        .banner .overlay h2 {
          border-top-width: 30px;
          border-bottom-width: 30px;
          border-left-width: 30px; } }
      @media (max-width: 400px) {
        .banner .overlay h2 {
          font-size: 27px; } }
      .banner .overlay h2 .solutions_you_need {
        display: block;
        width: 108%;
        margin: -3px;
        padding: 3px;
        background: #ffc72c; }
      .banner .overlay h2 .when_you_need_them {
        display: block;
        width: 467px;
        height: 52px;
        color: transparent;
        font-size: 0;
        letter-spacing: 0;
        margin: -3px;
        background: url('/wp-content/themes/podprint/assets/images/home/when_you_need_them.png?1498678067') no-repeat 0 0/auto 100%; }
        @media (max-width: 900px) {
          .banner .overlay h2 .when_you_need_them {
            width: 373.6px;
            height: 41.6px; } }
        @media (max-width: 600px) {
          .banner .overlay h2 .when_you_need_them {
            width: 303.55px;
            height: 33.8px; } }
        @media (max-width: 400px) {
          .banner .overlay h2 .when_you_need_them {
            width: 280px;
            height: 29px; } }
    .banner .overlay:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: -25px;
      left: -15px;
      right: 0;
      width: auto;
      height: auto;
      background: url('/wp-content/themes/podprint/assets/images/layout/shadow_4.png?1494953142') no-repeat 0 0/50% 100%; }
      @media (max-width: 1160px) {
        .banner .overlay:before {
          background-size: 100% 100%; } }
      @media (max-width: 600px) {
        .banner .overlay:before {
          bottom: -15px; } }
  .banner .white {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    animation: white_appear 2s forwards; }
  .banner:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 15px;
    background: url('/wp-content/themes/podprint/assets/images/layout/shadow_2.png?1494887422') no-repeat 50% 50%/100% 100%; }
  .banner:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle; }

.side_pattern {
  position: relative; }
  .side_pattern:before {
    content: '';
    position: absolute;
    top: -207px;
    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) {
      .side_pattern:before {
        top: -165.6px;
        width: 160px;
        height: 332px; } }
    @media (max-width: 600px) {
      .side_pattern:before {
        top: -124.2px;
        width: 120px;
        height: 249px; } }

.content {
  padding: 100px 0; }
  @media (max-width: 900px) {
    .content {
      padding: 75px 0; } }
  @media (max-width: 600px) {
    .content {
      padding: 50px 0; } }
  .content h3 {
    color: #ffc72c;
    font-family: "Klavika", Helvetica, sans-serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.02em;
    padding-bottom: 60px;
    color: #ffc72c;
    max-width: 75%;
    margin: auto;
    animation: appear 1s forwards; }
    @media (max-width: 900px) {
      .content h3 {
        font-size: 40px;
        padding-bottom: 50px; } }
    @media (max-width: 600px) {
      .content h3 {
        font-size: 32px;
        padding-bottom: 40px; } }
    .content h3 em {
      font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
      font-weight: normal;
      font-style: normal;
      letter-spacing: 0; }
    @media (max-width: 900px) {
      .content h3 {
        max-width: none;
        padding-left: 50px;
        padding-right: 50px; } }
    @media (max-width: 600px) {
      .content h3 {
        padding-left: 30px;
        padding-right: 30px; } }
  .content .p_outer {
    position: relative; }
    .content .p_outer p:first-child:first-letter,
    .content .p_outer :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; }
    .content .p_outer p {
      font-family: "CenturySchoolbookBT-Roman", "Georgia", serif;
      font-size: 16px;
      line-height: 1.6;
      letter-spacing: 0.02em;
      position: relative;
      max-width: 50%;
      margin: auto;
      animation: appear 1s forwards; }
      .content .p_outer p em {
        font-size: 18px;
        font-family: "CenturySchoolbookBT-BoldItalic", "Georgia", serif;
        font-weight: normal;
        font-style: normal;
        letter-spacing: 0; }
      @media (max-width: 900px) {
        .content .p_outer p {
          max-width: none;
          padding-left: 50px;
          padding-right: 50px; } }
      @media (max-width: 600px) {
        .content .p_outer p {
          padding-left: 30px;
          padding-right: 30px; } }
      .content .p_outer p:after {
        content: '';
        position: absolute;
        z-index: -1;
        top: -30px;
        right: -10px;
        width: 84px;
        height: 84px;
        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; }
        @media (max-width: 900px) {
          .content .p_outer p:after {
            right: 50px; } }
        @media (max-width: 600px) {
          .content .p_outer p:after {
            content: none; } }
    .content .p_outer:after {
      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: 900px) {
        .content .p_outer:after {
          top: 53px;
          width: 25%; } }
      @media (max-width: 600px) {
        .content .p_outer:after {
          content: none; } }
  .content .button_outer {
    text-align: right;
    padding: 40px 18.75% 0 18.75%; }
    @media (max-width: 900px) {
      .content .button_outer {
        padding-left: 50px;
        padding-right: 50px; } }
    @media (max-width: 600px) {
      .content .button_outer {
        padding-left: 30px;
        padding-right: 30px; } }
    .content .button_outer .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: #ffc72c;
      transition: color 0.3s, background 0.3s;
      cursor: pointer; }
      .content .button_outer .button:hover {
        background: #000; }

@keyframes unfold {
  0% {
    transform: perspective(500px) rotateY(45deg); }
  100% {
    transform: perspective(200px) rotateY(0deg); } }
@keyframes unfold_flip {
  0% {
    transform: perspective(500px) rotateY(-45deg); }
  100% {
    transform: perspective(200px) rotateY(0deg); } }
@keyframes unfold_margin {
  0% {
    width: 16.667%;
    margin: 0; }
  100% {
    width: 33.333%;
    margin: 0; } }
.services {
  position: relative;
  padding: 3.333vw 0; }
  @media (min-width: 601px) {
    .services:after {
      content: '';
      display: block;
      clear: both; } }
  @media (max-width: 600px) {
    .services {
      display: inline; } }
  .services a {
    display: block;
    position: relative;
    float: left;
    width: 20%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-blend-mode: multiply;
    transform-origin: 100% 50%;
    transition: background 0.3s; }
  .services.industry a {
    width: 33.333%;  
  }
    @media (max-width: 600px) {
      .services a {
        width: 50%;
        margin-bottom: 6.667vw; } }
    @media (max-width: 400px) {
      .services a {
        width: 100%;
        overflow: hidden; } }
    .services a img {
      position: relative;
      width: 100%;
      height: auto; }
      @media (max-width: 400px) {
        .services a img {
          margin-top: -40px;
          margin-bottom: -40px; } }
    .services a .text {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      overflow: hidden;
      font-size: 0; }
      .services a .text .text_inner {
        position: relative;
        width: 100%;
        color: #fff;
        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;
        display: inline-block;
        vertical-align: middle;
        text-align: center; }
        @media (max-width: 900px) {
          .services a .text .text_inner {
            font-size: 25px; } }
        @media (max-width: 600px) {
          .services a .text .text_inner {
            font-size: 22px; } }
        .services a .text .text_inner 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; }
      .services a .text:after {
        content: '';
        display: inline-block;
        width: 0;
        height: 100%;
        vertical-align: middle; }
    .services a.opposite {
      transform-origin: 0 50%; }
    .services a:hover {
      background-color: #ffc72c; }
    .services.industry a:hover {
      background-color: #009cde;
    }
    .services.opposite.industry a:hover {
      background-color: #c30034;
    }
  .services:before {
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/wp-content/themes/podprint/assets/images/layout/shadow_5.png?1494965056') 0 0/100% 97%; }
.services.industry:before {
    content:'';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('/wp-content/themes/podprint/assets/images/layout/shadow_6.png') 0 0/100% 100%; }
    @media (max-width: 600px) {
      .services:before {
        content: none; } }
  .services.opposite:before, .services.industry.opposite:before {
    transform: scaleX(-1); }
.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%; }
.headertext {
    padding: 3em 0 2em 0;
}
.headertext2 {
    padding: 2em 0 0 0;
}
.headertext2 h3 {
    color: #009cde;
}
  @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);
    transition: opacity 0.3s;
}
/*.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;
}
@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; } }
/*  FA Caret For Scrolling on Pages  */

/*  FA Caret For Scrolling on Pages  */