/*body.postid-1578 .news-content img{width:400px;display:block;margin:auto;}*/
.sticky-container {
	background-color: black;
}
.dropdown-block[data-menu-item="Events"] {
  display: none !important; 
}
.dropdown-block[data-menu-item="News"] {
	display: none !important;
}
.blog-cta {
	background-color: #1779ba;
	padding: 75px 25px;
	text-align: center;
	margin-bottom: 25px;
}
.blog-cta h4 {
	color: white !important;
}
.blog-cta [role="button-reversed"] {
	border: 0;
	color: black;
}
.blog-cta [role="button-reversed"]:hover {
	border: 0;
	color: white;
}
@media screen and (max-width: 640px) {
	.blog-cta {
		padding: 25px;
	}
}
#configure-form .g-recaptcha>div, #contact-form .g-recaptcha>div, #sidebar-form .g-recaptcha>div {
  display: block;
  margin: 0 auto;
}


.news-sidebar .related-holder .holder {
	display: none;
}
.ltpac img {
  display: block;
  margin: 0 auto;
}
.ltpac .holder {
  background-color: #ececec;
  padding: 25px;
}
.ltpac div.wpcf7 .screen-reader-response {
	position: relative !important;
	height: 100% !important;
	width: 100% !important;
	overflow: visible !important; 
	padding-bottom: 30px;
    padding-top: 30px;
    color: black;
}


.eval-form {
  padding-top: 25px;
  font-size: 15px;
}
.eval-form ol {
  margin-left: 0;
}
.eval-form input {
  display: inline;
  margin: 5px;
  width: inherit;
}
.eval-form select {
  /* width: 100%; */
  margin: 5px 0;
}
.eval-form .top input {
  min-width: 300px;
}
@media screen and (max-width: 350px) {
  .eval-form .top input {
    min-width: inherit;
  }
}
.eval-form .top label.error {
  display: inline;
}
.eval-form .full-inputs input {
  width: 100%;
  margin: 5px 0;
}
.eval-form .custom-inputs input:not([type='radio']) {
  display: block;
  width: 100%;
  margin: 5px 0;
}

.eval-form h3, .eval-form h4 {
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .eval-form .full-inputs > div.grid-x {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #c1c1c1;
  }
}
.eval-form input.total.shrink {
  width: 75%;
}
.eval-form .clear-row {
  position: absolute;
  right: 5px;
  top: 48%;
  transform: translateY(-50%);
  color: red;
  font-weight: bold;
  cursor: pointer;
  display: none;
  width: 20%;
  border: 1px solid red;
  text-align: center;
  padding: 5px;
  transition: all .2s ease-in-out;
}
.eval-form .clear-row:hover {
  background-color: red;
  color: white;
}

.checkmark {
    border: 3px solid #8bc34a;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    position: absolute;
    transform: scale(0.6) translate(-50%,-50%);
    transition: all 300ms ease;
    left: 0;
/*    top: 50%;*/
	display: none;
}
    .checkmark:after {
        content: '';
        width: 43px;
        height: 6px;
        background: #8bc34a;
        position: absolute;
        transform: rotate(-44deg);
        top: 46px;
        left: 31px; 
    }
    .checkmark:before {
        content: '';
        width: 22px;
        height: 6px;
        background: #8bc34a;
        position: absolute;
        transform: rotate(47deg);
        top: 53px;
        left: 22px;           
    }


@keyframes bounce {
    0% {
        transform: scale(0.6);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/* EVAL ADMIN PAGE */
.eval-grid {
	max-width: 1200px;
	margin: 40px auto;
	padding: 20px;
}
.eval-subgrid {
	display: grid;
	grid-template-columns: 10% 15% 15% 20% auto auto;
	padding: 10px;
}
.eval-subgrid:nth-of-type(odd) {
	background-color: #ebebeb;
}
.eval-subgrid.header {
	font-weight: bold;
}
.close-reveal-modal {
	padding: 10px 20px;
    background: white;
    color: black !important;
	float: right;
	border: 1px solid black;
}



.healthcare__logo {
	position: relative;
	min-height: 200px;
	padding: 25px;
}
.healthcare__logo img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
}
.iport-logo {
	margin-left: -10px;
}
.holiday-fixed{
	position:fixed;
	bottom:0;
	right:0;
	left:0;
	background-image:url("/wp-content/themes/ppos-child/images/misc/holiday-2019-background.jpg");
	background-repeat:no-repeat;
	width:100%;
	height:150px;
	color:#1d7ec3;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:30%;
	padding-right:5%;
	font-size:19px;
	z-index:100;
	background-size:cover;
}
.holiday-fixed .close{
	font-weight:bold;
	position:absolute;
	top:5px;right:20px;
	cursor:pointer;
	font-size:30px;
}
.holiday-fixed .title{
	font-size:30px;
	font-weight:bold;
}
.holiday-fixed a{
	color:#1d7ec3;
	text-decoration:underline;
	font-weight:bold;
}
.holiday-fixed .small{
	display:none;
}
@media screen and (max-width: 1150px){
	.holiday-fixed{
		padding-left:40%;
	}
}
@media screen and (max-width: 1110px){
	.holiday-fixed .large{
		line-height:29px;
	}
	.holiday-fixed br{display:none;}
}
@media screen and (max-width: 930px) {
	.holiday-fixed{
		padding-left:0;
		padding-right:0;
		background-position:-200px;
		padding-top:25px;
	}
	.holiday-fixed .large{
		display:none;
	}
	.holiday-fixed .small{
		text-align:center;
		display:block;
	}
}

.content-upgrade {

	background-color: #f6f6f6;

	padding: 25px;

}

.content-upgrade .cell {

	position: relative;

}

.content-upgrade h2 {

	margin-top: 50px;

	line-height: 1.3;

}

.content-upgrade [role="button"] {

	margin-bottom: 50px;

}

.content-upgrade img {

	position: absolute;

	top: 50%;

	transform: translateY(-50%);

	margin: 0 !important;

}

@media screen and (max-width: 640px) {

	.content-upgrade h2 {

		margin-top: 25px;

	}

	.content-upgrade [role="button"] {

		margin-bottom: 25px;

	}

	.content-upgrade img {

		position: relative;

		top: 0;

		transform: none;

		margin: 0 auto !important;

		display: block;

	}	

}