/* callout box */
.cta-links {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 35px 20px 30px;
	position: relative;
}

.cta-links:before {
	content: "";
	position: absolute;
	left: 30px;
	height: 2px;
	right: 30px;
	bottom: 0;
	background-color: rgba(88, 183, 221, 0.5);
	pointer-events: none;
}

.cta-links .title {
	font-family:'Avenir Next LT W01 Bold';
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.4em ;
	color: #00132c;  
	margin-bottom: 25px;
}

.cta-links .bottom-cont {
	display: flex;
	justify-content: center;
}

.cta-links .bottom-cont .left {
	flex: 1 0 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cta-links .bottom-cont .frame {
	background-color: #d5edf6;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	flex: 0 0 70px;
	margin-right: 10px;
	display: flex; 
	justify-content: center;
	position: relative;
}

.cta-links .bottom-cont .frame .inner-frame {
	background-color: transparent;
	width: 70px;
	height: 90px;
	border-radius: 0 0 35px 35px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	position: absolute;
    bottom: 0;
    left: 0;
}

.cta-links .bottom-cont .inner-frame img {
	width: 48px;
	transform-origin: bottom;
	transform: rotate(-3deg);
	margin-top: 20px;
}

.cta-links .bottom-cont .left p {
	flex: auto;
}

.cta-links .bottom-cont .right {
	flex: 1 0 32%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.cta-links .right h4 {
	background-color: #d5edf6;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	text-transform: uppercase;
	font-family: 'Spectral', serif;
	font-size: 14px;
	display: flex;
	justify-content: center;
	font-style: italic;
	align-items: center;
	margin-right: 25px;
	flex: 0 0 35px;
}

.cta-links .right p {
	flex: auto;
}

.cta-links p {
	font-family: 'Spectral', serif;
	font-size: 16px;
	line-height: 1.3em;
	letter-spacing: 0.01em;
	font-style: italic;
	color: #00132c;
}

/* cta links in the mobile header */
.cta-links-wrapper {
	border-bottom: 6px solid white;
}
.cta-links-wrapper .cta-links::before {
	content: none;
}

.cta-links-wrapper .cta-links {
	background-color: #def1f8;
	align-items: flex-start;
	padding: 10px 20px;
	margin-top: 6px;
}

.cta-links-wrapper .cta-links .sv-footer-only {
	display: none;
}

.cta-links-wrapper .cta-links .bottom-cont .frame {
    background-color: #a8d7e7;
}

.cta-links-wrapper .cta-links .bottom-cont p {
	font-family:'Avenir Next LT W01 Bold';
    font-size: 14px;
	font-style: normal;
	letter-spacing: 0.1em;
	color: #273b56;
}

/* 2 col panel */
.panel-two-column .cta-links  {
	padding: 0;
	margin-top: 20px;
	padding-bottom: 20px;
}

.panel-two-column .cta-links::before {
    left: 0;
    right: 0;
}

.panel-two-column .right-container .cta-links::before {
    content: none;
}

.panel-two-column .cta-links .bottom-cont .frame {
    width: 100px;
    height: 100px;
	flex: 1 0 100px;
	margin: 20px 0;
}

.panel-two-column .cta-links .bottom-cont .frame .inner-frame {
	background-color: transparent;
	width: 100px;
	height: 120px;
	border-radius: 0 0 50px 50px;
}

.panel-two-column .cta-links .bottom-cont .inner-frame picture {
    width: 67%;
}

.panel-two-column .cta-links .bottom-cont .inner-frame img {
    width: 100%;
}

.panel-two-column .cta-links .left .wrap  {
	margin-left: 20px;
}

.panel-two-column .cta-links .left .title  {
	flex: 1 0 60%;
	margin-bottom: 8px;
	color: #273b56;
}

.panel-two-column .cta-links .title  {
	display: none;
}

.panel-two-column .cta-links .sv-hidden  {
	display: block;
}


@media screen and (min-width: 50em) {
	.cta-links-wrapper {
		border-bottom: none;
	}
	.panel-two-column .cta-links::before {
		content: none;
	}

	.widgets-inner .contentRender_name_plugins_common_cta_links:nth-of-type(2) .cta-links::before {
		content: none;
	}

	.widgets-inner .contentRender_name_plugins_common_cta_links:nth-of-type(2) .cta-links {
		margin-left: 20px;
	}

	.cta-links {
		padding: 0;
		/* border-right: 2px solid rgba(39, 59, 86, 0.25); */
		padding-right: 20px;
		margin-bottom: 30px;
	}

	.cta-links:before {
		content: "";
		position: absolute;
		left: auto;
		height: auto;
		width: 2px;
		right: 0;
		top: -20px;
		bottom: -20px;
		background-color: rgba(39, 59, 86, 0.25);
	}

	.cta-links .bottom-cont .left {
		padding-left: 22px;
		padding-right: 20px;
	}
}

@media screen and (min-width: 64em) {
	.cta-links-wrapper .cta-links {
		background-color: transparent;
		margin-left: 4px;
		margin-bottom: 0;
	}
	
	.cta-links-wrapper .cta-links .right {
		position: relative;
	}	
	
	.cta-links-wrapper .contentRender_name_plugins_common_cta_links:nth-of-type(1) .cta-links .left .wrap:after {
		content: "";
		position: absolute;
		left: 27%;
		right: 16%;
		bottom: 0;
		height: 2px;
		background-color: rgba(88, 183, 221, 0.36);
	}	

	.cta-links-wrapper .cta-links .bottom-cont .left {
		padding-left: 0;
	}
	
	.cta-links-wrapper .cta-links .bottom-cont .frame {
		width: 69px;
		height: 69px;
		flex: 1 0 69px;
	}

	.cta-links-wrapper .cta-links .bottom-cont .frame .inner-frame {
		width: 69px;
		height: 89px;
		border-radius: 0 0 35px 35px;
	}

	.cta-links-wrapper .cta-links .bottom-cont .inner-frame img {
		width: 46px;
	}	

	.cta-links-wrapper .cta-links .bottom-cont p {
		text-transform: none;
	}	

	.panel-two-column .left-container .cta-links  {
		padding-left: 70px;
		margin-bottom: 0;
	}

	.panel-two-column .right-container .cta-links  {
		padding-right: 70px;
		margin-bottom: 0;
	}

	.panel-two-column .cta-links .frame .inner-frame picture {
		width: 110px;
		margin-left: 10px;
	}
}


@media screen and (min-width: 80em) {
	.cta-links .bottom-cont .frame {
		width: 96px;
		height: 96px;
		flex: 0 0 96px;
	}

	.cta-links .bottom-cont .frame .inner-frame {
		width: 96px;
		height: 116px;
		border-radius: 0 0 48px 48px;
	}

	.cta-links .bottom-cont .inner-frame img {
		width: 65px;
	}

	.cta-links .right h4 {
		width: 45px;
		height: 45px;
		flex-basis: 45px;
		font-size: 18px;
	}

	.cta-links .bottom-cont .right {
        flex-basis: 41%;
	}
	
	.cta-links .bottom-cont .left p {
		flex: auto;

	}

	.cta-links p,
    .cta-links .title {
        font-size: 20px;
	} 

	.cta-links-wrapper .cta-links .bottom-cont {
		display: block;
		padding-right: 30px;
	}

	.panel-two-column .cta-links .bottom-cont .frame {
		width: 154px;
		height: 154px;
		flex: 1 0 154px;
	}

	.panel-two-column .cta-links .bottom-cont .frame .inner-frame {
		background-color: transparent;
		width: 154px;
		height: 174px;
		border-radius: 0 0 87px 87px;
	}

	.panel-two-column .cta-links .bottom-cont .inner-frame img {
		width: 100%;
	}
		
}
