/* Update: 3.4.24 */

.image-resource .hero-banner {
    background-color: #e4f7ff;
}
.image-resource .hero__content {
    color: #212121;
}

.image-resource .hero__rightCol-imageWrap {
	border-radius: 20px;
	overflow: hidden;
	line-height: 0;
}

.image-resource .hero-banner .wo a.primary-action, 
.image-resource .hero-banner .wo a.primary-action:visited {
    background: white;
    border: 2px solid white;
	color: var(--ink);
	transition: ease-in-out 200ms;
}
.image-resource .hero-banner .wo a.primary-action:hover {
    background: white;
    border: 2px solid white;
    color: var(--ink);
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 10%);
}


.image-resource .card-container {
		padding-left:0;
		padding-right:0;
}

.image-resource .card {
    margin-bottom: 30px;
}

.image-resource .card.no-hover:hover {
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 0 0 1px rgba(0, 0, 0, 0.04);
    cursor: default;
}

.image-resource .no-card .image-short-description {
    padding: 0;
}

.image-resource .no-card .card {
    box-shadow: none;
    border-radius: 0;
	background-color: transparent;
}

.image-resource .no-card .card:hover {
    box-shadow: none;
}

.image-resource .no-card .card .image-short-description {
	padding: 0;
}

.icons-layout .card {
    	width: calc( (100%/2) - 30px );
}

.image-resource .card {
    	width: calc( 100% - 30px );
}

.guide-single-page .container {
	max-width: 800px;
}

.read-more {
	position: absolute;
	overflow: hidden;
	left: 9999px
}
.image-legal {
border-top: solid 1px #ebebeb;
}
.image-legal p {
margin:0;
}

/*// X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap*/

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) { 
	.image-resource .card {
    	width: calc( (100%/2) - 30px );
	}
    .image-resource.icons-layout .card {
        width: calc( (100%/3) - 30px);
    }
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {	
/*	.image-resource .card {
    	width: calc( (100%/3) - 30px );
	}*/
	.image-resource.icons-layout .card {
    	width: calc((100%/3) - 30px);
	}
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.image-resource .card {
    	width: calc( (100%/3) - 30px );
	}
	.image-resource.icons-layout .card {
    	width: calc((100%/4) - 30px);
	}
}

/*// X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
    .image-resource.icons-layout .card {
    	width: calc((100%/6) - 30px);
	}
}

/*// XX-Large devices (larger desktops, 1400px and up)*/
@media (min-width: 1400px) { ... }


.image-resource__thumbnail {
    line-height: 0;
    position: relative;
	text-align: center;
}

.image-resource.icons-layout .image-resource__thumbnail {
    padding:20px;
}

.image-resource .card .image-title {
    margin: 15px 0;
    padding: 0 20px;
    font-size: 1.25rem;
    font-weight: 800;
    line-height: 1.4em;
}
.image-resource .card .image-short-description {
    line-height: 1.4em;
    color: #666;
    margin: 0;
    padding: 0 20px 20px;
}
.image-resource .card a {
    color: #212121;
}


/* wrap <a> with <div (or p) class="home-link"> */
.image-resource .download-link a {
	color: #212121;
    font-weight:600;
    display: block;
    float: left;
	margin: 0;
    padding: 0 20px 20px;
}

.image-resource .download-link a::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 19px;
    background-image: url(https://www.snapsurveys.com/wp-content/uploads/2021/03/back-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
	transform: rotate(270deg);
}


/* styled breadcrumbs */
.breadcrumbs a:link {
  text-decoration: none;
}

.breadcrumbs a:focus {
  outline: thin dotted;
}

.breadcrumbs a:link {
  touch-action: manipulation;
}

.breadcrumbs a:active,
.breadcrumbs a:hover {
  outline: 0;
}

.breadcrumbs a:visited:not([rel=external]) {
  color: currentColor;
}

.breadcrumbs .o-inline-svg-icon {
  stroke: currentColor;
}

.breadcrumbs .o-inline-svg-icon--baseline {
  position: relative;
  top: 0.125em;
  width: 1em;
  height: 1em;
}

.breadcrumbs {
  display: flex;
}

.breadcrumbs .breadcrumbs__link:link {
  color: #007c89;
	font-weight: 600;
}
.breadcrumbs .breadcrumbs__link:link:hover {
  background-image: linear-gradient(currentColor, currentColor);
  background-size: auto 1px;
  background-repeat: repeat-x;
  background-position: 0 calc(50% + 1ex);
}

@media (max-width: 500px) {
  .breadcrumbs .breadcrumbs__item:not(:nth-last-child(2)) {
    display: none;
  }
  .breadcrumbs .breadcrumbs__link:before {
    display: inline-block;
    content: "​";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23007c89' stroke-width='2' stroke-linecap='round' stroke-linejoin='round%5C'%3E%3Cline x1='19' y1='12' x2='5' y2='12'%3E%3C/line%3E%3Cpolyline points='12 19 5 12 12 5'%3E%3C/polyline%3E%3C/svg%3E") center/16px 16px no-repeat;
    width: 16px;
  }
}

@media (min-width: 501px) {
  .breadcrumbs .breadcrumbs__item:nth-last-child(n+2):after {
    display: inline-block;
    content: "​";
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23767676' stroke-width='2' stroke-linecap='round' stroke-linejoin='round%5C'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") center/16px 16px no-repeat;
    width: 16px;
    margin: 0 8px;
  }
  .breadcrumbs .breadcrumbs__link {
    display: block;
    float: left;
	  font-weight: 600;
  }
}

/* grads - webgradients.com */
.image-resource .grad-001 {
    background-image: -webkit-linear-gradient(bottom left, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
    background-image: -o-linear-gradient(bottom left, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
    background-image: linear-gradient(to top right, #ff9a9e 0%, #fad0c4 99%, #fad0c4 100%);
}
.image-resource .grad-002 {
    /*background-image: linear-gradient(315deg, rgb(161, 140, 209) 0%, rgb(251, 194, 235) 100%);*/
    background-image: -webkit-linear-gradient(bottom right, rgb(179 147 251) 0%, rgb(255 178 233) 100%);
    background-image: -o-linear-gradient(bottom right, rgb(179 147 251) 0%, rgb(255 178 233) 100%);
    background-image: linear-gradient(to top left, rgb(179 147 251) 0%, rgb(255 178 233) 100%);
}
.image-resource .grad-007 {
    background-image: -webkit-linear-gradient(30deg, #f6d365 0%, #fda085 100%);
    background-image: -o-linear-gradient(30deg, #f6d365 0%, #fda085 100%);
    background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
}
.image-resource .grad-008 {
    background-image: -webkit-linear-gradient(30deg, #fbc2eb 0%, #a6c1ee 100%);
    background-image: -o-linear-gradient(30deg, #fbc2eb 0%, #a6c1ee 100%);
    background-image: linear-gradient(120deg, #fbc2eb 0%, #a6c1ee 100%);
}
.image-resource .grad-009 {
    background-image: -webkit-linear-gradient(30deg, #fdcbf1 0%, #fdcbf1 1%, #e6dee9 100%);
    background-image: -o-linear-gradient(30deg, #fdcbf1 0%, #fdcbf1 1%, #e6dee9 100%);
    background-image: linear-gradient(120deg, #fdcbf1 0%, #fdcbf1 1%, #e6dee9 100%);
}
.image-resource .grad-010 {
    background-image: -webkit-linear-gradient(30deg, #a1c4fd 0%, #c2e9fb 100%);
    background-image: -o-linear-gradient(30deg, #a1c4fd 0%, #c2e9fb 100%);
    background-image: linear-gradient(120deg, #a1c4fd 0%, #c2e9fb 100%);
}
.image-resource .grad-011 {
    background-image: -webkit-linear-gradient(30deg, #d4fc79 0%, #96e6a1 100%);
    background-image: -o-linear-gradient(30deg, #d4fc79 0%, #96e6a1 100%);
    background-image: linear-gradient(120deg, #d4fc79 0%, #96e6a1 100%);
}
.image-resource .grad-012 {
    background-image: -webkit-linear-gradient(30deg, #84fab0 0%, #8fd3f4 100%);
    background-image: -o-linear-gradient(30deg, #84fab0 0%, #8fd3f4 100%);
    background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
}
.image-resource .grad-013 {
    background-image: -webkit-linear-gradient(bottom, #cfd9df 0%, #e2ebf0 100%);
    background-image: -o-linear-gradient(bottom, #cfd9df 0%, #e2ebf0 100%);
    background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}
.image-resource .grad-016 {
    background-image: -webkit-linear-gradient(30deg, #e0c3fc 0%, #8ec5fc 100%);
    background-image: -o-linear-gradient(30deg, #e0c3fc 0%, #8ec5fc 100%);
    background-image: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
}
.image-resource .grad-017 {
    background-image: -webkit-linear-gradient(30deg, #f093fb 0%, #f5576c 100%);
    background-image: -o-linear-gradient(30deg, #f093fb 0%, #f5576c 100%);
    background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}
.image-resource .grad-018 {
    background-image: -webkit-linear-gradient(bottom right, #fdfbfb 0%, #ebedee 100%);
    background-image: -o-linear-gradient(bottom right, #fdfbfb 0%, #ebedee 100%);
    background-image: linear-gradient(to top left, #fdfbfb 0%, #ebedee 100%);
}
.image-resource .grad-030 {
    background-image: -webkit-linear-gradient(30deg, #89f7fe 0%, #66a6ff 100%);
    background-image: -o-linear-gradient(30deg, #89f7fe 0%, #66a6ff 100%);
    background-image: linear-gradient(120deg, #89f7fe 0%, #66a6ff 100%);
}
.image-resource .grad-034 {
    background-image: -webkit-linear-gradient(bottom right, #96fbc4 0%, #f9f586 100%);
    background-image: -o-linear-gradient(bottom right, #96fbc4 0%, #f9f586 100%);
    background-image: linear-gradient(to top left, #96fbc4 0%, #f9f586 100%);
}
.image-resource .grad-043 {
    background-image: -webkit-linear-gradient(30deg, #fff1eb 0%, #ace0f9 100%);
    background-image: -o-linear-gradient(30deg, #fff1eb 0%, #ace0f9 100%);
    background-image: linear-gradient(120deg, #fff1eb 0%, #ace0f9 100%);
}
.image-resource .grad-050 {
    background-image: -webkit-linear-gradient(bottom, #e6e9f0 0%, #eef1f5 100%);
    background-image: -o-linear-gradient(bottom, #e6e9f0 0%, #eef1f5 100%);
    background-image: linear-gradient(to top, #e6e9f0 0%, #eef1f5 100%);
}
.image-resource .grad-151 {
    background-image: -webkit-linear-gradient(top right, #20E2D7 0%, #F9FEA5 100%);
    background-image: -o-linear-gradient(top right, #20E2D7 0%, #F9FEA5 100%);
    background-image: linear-gradient(to bottom left, #20E2D7 0%, #F9FEA5 100%);
}
.image-resource .grad-158 {
    background-image: -webkit-linear-gradient(top right, #FFE29F 0%, #FFA99F 48%, #FF719A 100%);
    background-image: -o-linear-gradient(top right, #FFE29F 0%, #FFA99F 48%, #FF719A 100%);
    background-image: linear-gradient(to bottom left, #FFE29F 0%, #FFA99F 48%, #FF719A 100%);
}
.image-resource .grad-170 {
    background-image: -webkit-linear-gradient(top right, #9EFBD3 0%, #57E9F2 48%, #45D4FB 100%);
    background-image: -o-linear-gradient(top right, #9EFBD3 0%, #57E9F2 48%, #45D4FB 100%);
    background-image: linear-gradient(to bottom left, #9EFBD3 0%, #57E9F2 48%, #45D4FB 100%);
}



