.page-nav {
	height: 66px;
	width: 100%;
    background-color: #fff;
    max-width: 1440px;
}


.ipn {
	background: #fff;
	width: 100%;
	display: flex;
    position: absolute;
    padding-left: 4em;
    padding-right: 4em;
    white-space: nowrap;
    overflow: auto;
    max-width: 1440px;
}

.ipn_n {
    width: 100%;
    box-sizing: content-box;
}

.ipn ul {
	margin: 0;
	padding: 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	list-style-position: outside;
	line-height: 2.4;
}

.ipn ul a {
	font-family: Hurme, Open Sans, Helvetica, Arial, sans-serif;
	padding: 0.8rem;
	font-size: 1rem;
	line-height: 2.5rem;
	color: #001e41;
	display: inline-block;
	font-weight: 600;
	text-decoration: none;
}

.ipn li:hover a span {
	border-color: rgb(64, 107, 186);
	transition: border-color 0.2s linear 0.2s;
}

.ipn .active a span {
    border-color: rgb(64, 107, 186);
	transition: border-color 0.2s linear 0.2s;   
}

.ipn ul li a span {
	border: solid transparent;
	border-width: 0 0 .4rem;
	padding-bottom: 1.4em;
}

.ipn ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
}


.stick {
	position: fixed;
	top: 0;
	z-index: 111;
	box-shadow: 0 0.6rem 0.7rem 0 #ababab;
}

#jump-to {
    display: none;
}

.ipn .click-button {
    margin-left: auto;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1em;
    text-decoration: none;
    padding: 1.46rem;
    min-width: 13rem;
    background: #406bba;
    display: inline-block;
    text-align: center;
}

.ipn .button-holder {
    position: relative;
}

@media screen and (max-width: 1024px) {
    .ipn .button-holder {
        right: calc(100% - 47rem);
    }
}

@media screen and (max-width: 768px) {
    .ipn {
        padding-left: 0;
        padding-right: 0;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .ipn_n {
        flex-shrink: 0;
        width: 100%;
    }

    .ipn ul {
        text-align: center;
        display: none;
    }

    .ipn ul a {
        width: 100%;
        padding: 0.5rem;
        border-top: 0.04rem solid rgb(156, 158, 159);
        border-left: 0.2rem solid transparent;
    }

    .ipn .active a span {
        border-color: #fff;
    }
    

    .ipn .active a {
        border-color: rgb(64, 107, 186);
        transition: border-color 0.2s linear 0.2s;   
    }

    .ipn ul li {
        display: block;
    }

    #jump-to {
        position: relative;
        color: rgb(0, 30, 65);
        font-size: 1rem;
        font-weight: 600;
        background: rgb(255, 255, 255);
        padding: 1.6rem 0px;
        width: 100%;
        display: block;
        text-align: center;
    }

    .menu-open:after {
        border-top: 2px solid #406bba ;
        border-right: 2px solid #406bba;
        -moz-transform: rotate(315deg) !important;
        -webkit-transform: rotate(315deg) !important;
        transition: linear .2s !important;
        transform: rotate(315deg) !important;
    }

    #jump-to:after {
        content: '';
        display: inline-block;
        margin-left: auto;
        width: 10px;
        height: 10px;
        border-top: 2px solid #406bba;
        border-right: 2px solid #406bba;
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        position: absolute;
        right: 2.5em;
        transition: linear .2s;
    }

    .menu-open-ul {
        box-shadow: 0 0.6rem 0.7rem 0 #393939;
    }

    .menu-open-scroll {
        overflow-y: hidden;
    }

    .sticky-menu-mask-body-open {
        transition: linear .5s;
        position: absolute;
        left: 0;
        background: #000;
        width: 100%;
        opacity: .5;
        z-index: 99;
        cursor: pointer;
    }

    .ipn .button-holder {
        position: absolute;
        width: 100%;
    }

    .ipn .click-button {
        width: 100%;
    }

    .ipn .button-holder {
        right: 0;
    }
}



/* Learn About us */
.learn-more-block-container ul, h3, h2, li {
	margin: 0;
	padding: 0;
}

.learn-more-block-container {
	background: #f5f5f5;
	padding-bottom: 4em;
	padding-top: 2em;
}

.learn-more-block-container > h2 {
	margin-bottom: 2rem;
	font-size: 2.75rem;
	font-weight: 400;
	word-break: break-word;
    line-height: 1.5;
    padding: 0rem 0rem 0rem 4rem;
}

.learn-more-list {
    display: flex;
    padding-left: 4em !important;
}

.learn-more-list-item {
	list-style-type: none;
	margin-right: 2rem;
	flex: 0 0 auto;
	min-height: 0;
	min-width: 0;
        /* height: 10rem; */
	background-color: #fff;
	border-left: .24rem solid #406bba;
	transition: all .5s ease;
	transition-property: color,background-color;
	padding: 2rem;
	position: relative;
}

@media screen and (min-width: 1366px) {
	.learn-more-list-item {
		height: 21rem;
		width: 17.5rem;
	}
}

@media screen and (max-width: 1023px) {
	.learn-more-list-item {
		height: auto;
		width: 100%;
		margin-bottom: 1.5rem;
	}

	.learn-more-list {
		flex-direction: column;
    }

    .learn-more-block-container > h2  {    
        padding-left: 2rem;
    }
    
    .learn-more-list {
        flex-direction: column;
        padding-left: 2em !important;
        padding-right: 2em !important;
    }
}

.learn-more-list-item:hover {
	color: #fff;
	transition: all .3s ease;
	transition-property: color,background-color,border-color;
	background-color: #bccef0;
	border-color: #bccef0;
	text-decoration: none;
}

.learn-more-list-item > h3 {
	font-size: 2rem;
	line-height: 2.5rem;
	margin-bottom: 1.25rem;
	word-wrap: break-word;
	word-break: break-word;
	font-weight: 300;
	color: #001e41;
	text-rendering: optimizeLegibility;
}

.learn-more-link {
	font-size: 1.125rem;
	position: absolute;
	bottom: 2rem;
	left: 0;
	color: #406bba;
	height: 100%;
	width: 100%;
	top: 0;
	font-weight: 600;
}

.learn-more-link span {
	position: absolute;
	bottom: 1.5rem;
	left: 2rem;
	display: flex;
	align-items: center;
}

.learn-more-next-icon {
	width: 20px;
	height: 20px;
	filter: invert(44%) sepia(17%) saturate(2275%) hue-rotate(182deg) brightness(85%) contrast(84%);
	margin-left: 1rem;
}

@media screen and (min-width: 1024px) and (max-width: 1365px){
    .learn-more-list-item {
        height: 21rem;
        width: 21%;
    }
     
    .learn-more-list-item > h3 {
        font-size: 1.5rem;
    }

    .learn-more-block-container > h2  {    
        padding-left: 4rem;
    }
}

/* Make a Claim */
.claim-container {
    max-width: 84.4rem;
    padding: 4em;
    display: flex;
    flex-flow: row wrap;
    overflow: hidden;
}

.claim-left-img-container {
    float: left;
    width: calc(50% - 2.4rem);
    position: relative;
}

.claim-left-img-container img {
    max-width: 100%;
    height: auto;
    display: block;
}

.claim-right-content {
    width: calc(50% - 2.4rem);
    float: left;
    padding-left: 4rem;
    position: relative;
}

.coh-container.make-a-claim {
    display: flex;
    align-items: center;
}

.claim-right-heading {
    margin-bottom: 2rem; 
    font-size: 3rem;
    display: block;
}

.claim-right-p {
    color: #888888;
    margin-bottom: 2rem;
    display: block;
    font-size: 1.2em;
    line-height: 1.5;
}

.claim-cta-btn {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1em;
    text-decoration: none;
    padding: 1.2rem;
    min-width: 12rem;
    background: #406bba;
    display: inline-block;
    text-align: center;
}

.claim-cta-btn.clicked, .claim-cta-btn:active {
    background: #001e41;
}

.claim-cta-btn.hover, .claim-cta-btn:hover {
    background: #335695;
    cursor: pointer;
}

@media screen and (min-width:768px) and (max-width: 1023px){
    .claim-left-img-container {
        width:50%;
    }
 
    .claim-right-content {
        width: 50%;
    }
}
@media screen and (max-width: 1023px){
    .claim-container {
        padding: 2em;
    }
}

@media screen and (max-width: 767px){
    .claim-right-content{
        width: auto;
        padding-left: 0;
    }
    .claim-left-img-container{
        display: none;
    }
    .claim-cta-btn {
        width:100%
    }
}

/* Insight Block */
.amp_insight_block .coh-row-inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.amp_insight_block .coh-column.coh-visible-xl.coh-col-xl-4 {
	text-decoration: none;
	margin-left: 1.2rem;
	margin-right: 1.2rem;
	margin-bottom: 1.2rem;
	display: flex;
	flex-direction: column;
}

@media screen and (min-width:1366px) {
	.amp_insight_block .coh-column.coh-visible-xl.coh-col-xl-4 {
		width: 30% !important;
	}
}

@media screen and (min-width:1024px) and (max-width: 1365px) {
	.amp_insight_block .coh-column.coh-visible-xl.coh-col-xl-4 {
		width: 29% !important;
	}
}

@media screen and (max-width:1023px) {
	.amp_insight_block .coh-column.coh-visible-xl.coh-col-xl-4 {
		width: 45% !important;
	}
}

@media screen and (max-width:799px) {
	.amp_insight_block .coh-column.coh-visible-xl.coh-col-xl-4 {
		width: 40% !important;
	}
}

@media screen and (max-width:768px) {
	.amp_insight_block .coh-column.coh-visible-xl.coh-col-xl-4 {
		width: 100% !important;
	}
}

.amp_insight_block h1.coh-heading {
    margin: 2rem 2rem 1.2rem; 
    font-weight: 600;
    line-height: 1.2;
    color: #001e41;
    min-height: 5rem; 
}

.amp_insight_block p.coh-paragraph {
    font-size: 1rem;
    color: #545454;
    line-height:1.2;
    padding: 0 2rem 4.5rem;
    display: inline-block;
}

.amp_insight_block img.coh-image.coh-image-responsive-xl {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.amp_insight_block a.coh-link {
    margin-left: 2rem;
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
    text-decoration: none;
    color: #406bba;
    font-weight: bold;
    bottom: 0;
    position: absolute;
    margin: 1em;
    left: 1em;
}

.amp_insight_block .next-icon{
    width: 20px !important;
    margin-left: 10px;
    height: 20px;
    filter: invert(70%) sepia(78%) saturate(6713%) hue-rotate(203deg) brightness(83%) contrast(69%);
    transition: .5s;
}

.amp_insight_block .coh-column.coh-visible-xl.coh-col-xl-4 {
    background-color: rgba(0,0,0,0.05);
    position: relative;
    transition: linear 0.2s;
}
.amp_insight_block .coh-column.coh-visible-xl.coh-col-xl-4:hover {
    background-color: rgba(51,86,149,0.4);
}
.amp_insight_block a.coh-link:active {
	color: rgb(106, 51, 238);
}


/* Breadcrumbs */
ul.coh-breadcrumb {
	z-index: 2;
	position: absolute;
	padding-left: 4.4rem;
	margin-top: 3rem;
	text-decoration: none;
}

.coh-breadcrumb a {
    color: #001e41;
    font-weight: bold;
}

.coh-breadcrumb li {
	display: inline-block;
	list-style: none;
	font-size: 1rem;
}

.breadcrumb-back {
	display: none;
}

.coh-breadcrumb li:after {
    content: "›";
    margin-left: .625rem;
    margin-right: .625rem;
}
 
.coh-breadcrumb li:last-child {
    color: #545454;
}

.coh-breadcrumb li:last-child:after {
    display: none;
}

.coh-breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb-back a {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	color: #406bba;
	font-weight: 600;
}

.breadcrumb-back img {
	filter: invert(39%) sepia(9%) saturate(3998%) hue-rotate(181deg) brightness(99%) contrast(87%);
}

@media screen and (max-width:768px) {
	ul.coh-breadcrumb {
		display: none;
	}

	.breadcrumb-back {
		z-index: 2;
		position: absolute;
		display: inline-block;
		padding-left: 20px;
		margin-top: 2rem;
	}

	.breadcrumb-back-img {
		width: 20px;
		height: 20px;
		margin-right: 1rem;
		filter: invert(44%) sepia(17%) saturate(2275%) hue-rotate(182deg) brightness(85%) contrast(84%);
		transform: rotate(180deg);
	}
}

/* Text Banner */
.amp_banner_text_content_page {
	position: relative;
	padding-left: 4.4rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 4rem;
}

.amp_banner_section_content_page:after {
	position: relative;
	content: "";
	display: block;
	width: 100%;
	background-image: linear-gradient(90deg,#00c2f3,#00c4d0);
	margin: 0;
	padding: 0;
	height: .3rem;
}


@media print, screen and (max-width: 1023px) and (min-width: 768px) {
	.amp_banner_text_content_page>h2 {
		font-size: calc(0.65*3.2rem*1.1);
		line-height: 1.6;
	}
}

.amp_banner_text_content_page>h2 {
	font-weight: 400;
	font-size: calc(0.65*4.2rem*1.1);
	letter-spacing: calc(0.65*(-.05rem));
	color: #001e41;
	margin-bottom: calc(0.65*2.4rem);
    margin-top: 9rem;
    line-height: 1.2
}

.amp_banner_text_content_page span {
	color: #001e41;
	margin-bottom: calc(0.65*3.2rem);
	font-size: 1.6rem;
	line-height: 1.25;
	word-wrap: break-word;
	word-break: break-word;
	text-rendering: optimizeLegibility;
	display: block;
}

.amp_banner_section_content_inner_page {
    background-color: #ffffff;
}

.amp_banner_section_content_inner_page::after {
    position: relative;
	content: "";
	display: block;
	width: 100%;
	background-image: linear-gradient(90deg,#00c2f3,#00c4d0);
	margin: 0;
	padding: 0;
	height: .3rem;
}

.amp_banner_section_content_inner_page .amp_banner_text_content_page>h2 {
    font-size: 3rem;
}

@media print, screen and (min-width: 319px) and (max-width:1023px) {
   
	.amp_banner_text_content_page>h2 {
		margin-top: 7rem;
		font-size: 2.5rem;
    }
    
    .amp_banner_text_content_page span {
        line-height: 2.5rem; 
    }
}

@media screen and (max-width: 768px) {
	.amp_banner_text_content_page {
		padding-left: 20px;
		padding-right: 20px;
	}
}
/* Blue Banner Box */
.blue_content_tile {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    align-items: center;
    color: #fff;
    background-image: linear-gradient(163deg, #406bba, #00c2f3);
    display: flex;
    justify-content: space-between;
}

.primary_tile_content {
    padding: 3.4rem 4rem;
    padding-right: 20.8rem;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0;
}

.primary_tile_content h2 {
    font-size: 2.5rem;
    line-height: 1.18182;
    font-weight: 400;
}

.primary_tile_content_wrapper {
    margin-top: 1.4rem;
    display: flex;
    align-items: center;
}

.primary_tile_content_text {
    font-size: 1.3rem;
    margin-top: .8rem;
}

.primary_tile_button {
    position: relative;
    right: 4em;
}

.primary_tile_button a {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1em;
    text-decoration: none;
    padding: 1rem;
    min-width: 10rem;
    display: inline-block;
    text-align: center;
    color: #406bba;
    background: #fff;
}

@media screen and (max-width:1023px) {
    .blue_content_tile {
        display: block;
    }

    .primary_tile_content {
        padding: 2.4rem 2rem;
    }

    .primary_tile_content h2 {
        font-size: 2.5rem;
    }

    .primary_tile_content_wrapper {
        display: block;
    }

    .primary_tile_content_text {
        font-size: 1.4rem;
        margin-top: 1.8rem;
    }

    .primary_tile_button {
        position: initial;
        text-align: center;
    }

    .primary_tile_button a {
        padding: 1rem;
        font-size: 1.4em;
        width: 90%;
        margin-bottom: 2rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .primary_tile_button {
        width:300px;
        padding-left: 20px;
    }
}
/* Text Blocks */
.plain_content_blocks .grid-x {
    display: flex;
    flex-flow: row wrap;
}

.plain_content_blocks .grid-x {
    margin: 0 auto;
    padding: 0px 3.2rem;
}

.plain_content_blocks .cell {
    flex: 0 0 auto;
    min-height: 0;
    min-width: 0;
    width: calc(100% - 2.4rem);
    margin-left: 1.2rem;
    margin-right: 1.2rem;
}

.plain_content_blocks .cell h2 {
    font-weight: 400;
    margin-bottom: 2rem;
    word-break: break-word;
    letter-spacing: -.05rem;
    font-size: 2rem;
    line-height: 1.18182;
    color: #001e41;
}

.plain_content_blocks h2.coh-heading {
    font-size: 2.75rem;
    color: #001e41;
}
 
#howtoclaim.plain_content_blocks .rich_text_editor table tr:first-child {
    font-weight: normal;
    font-size: 1rem;
}

.plain_content_blocks h3 {
    font-size: 1.8em;
    line-height: 1.3em;
    margin-bottom: 1em;
    color: #001e41;
}

.plain_content_blocks .rich_text_editor h4 {
    margin-top: 3rem;
    color: #001e41;
    margin-bottom: 1.5rem;
    word-break: break-word;
    letter-spacing: 0.01rem;
    font-size: 1.3rem;
}

.plain_content_blocks .rich_text_editor .img-content {
    display: block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.plain_content_blocks .rich_text_editor ol {
    list-style: none;
    counter-reset: li-counter;
    margin: 0 0 2.8rem 3rem;
}

.plain_content_blocks .rich_text_editor ol li {
    counter-increment: li-counter;
    position: relative;
    line-height: 1.4rem;
    margin-bottom: 2.4rem;
    color: #545454;
    padding-left: 2.4rem;
}

.plain_content_blocks .rich_text_editor table {
    width: 100%;
}

.plain_content_blocks .rich_text_editor table td {
    font-size: 1rem;
    line-height: 1.4rem;
    color: #001e41;
    padding: 1.3rem 1.2rem 1.3rem .5rem;
    border-bottom: .1rem solid #ccd2d9;
}

.plain_content_blocks {
    padding-top: 2em;
    padding-bottom: 2em;
}

.plain_content_blocks:nth-child(1) {
    background-color: #f5f5f5;
}


/* .plain_content_blocks .rich_text_editor table tr:first-child {
    font-weight: 600;
    font-size: 1.1rem;
} */

.plain_content_blocks .rich_text_editor ol>li:before {
    position: absolute;
    line-height: 1em;
    left: -3rem;
    top: -.2rem;
    content: counter(li-counter);
    font-size: 2.2rem;
    font-weight: 300;
    color: #001e41;
    width: 4rem;
    text-align: right;
}

.plain_content_blocks .rich_text_editor {
    color: #545454;
}

.plain_content_blocks .rich_text_editor p {
    margin-bottom: 1.8rem;
    font-size: 1rem;
    word-break: break-word;
    line-height: 1.6em;
}

.plain_content_blocks .rich_text_editor .heading {
    color: #001e41;
    font-size: 1.2rem;
}

.plain_content_blocks .rich_text_editor .heading-numbered {
    font-size: 4.2rem;
    line-height: 0.4rem;
    letter-spacing: -0.5rem;
    margin: 0 1rem 0 0;
    position: relative;
    top: 1rem;
    color: #001e41;
}

.plain_content_blocks .rich_text_editor ul {
    margin: 0 0 1rem 1.5rem;
    list-style-position: outside;
    line-height: 2.4;
    list-style-type: disc;
    margin-top: -1rem;
}

.plain_content_blocks .rich_text_editor ul li ul {
    margin-top: 1rem !important;
    list-style-type: circle;
}

.plain_content_blocks .rich_text_editor ul li ul li{
    list-style: circle;
}

.plain_content_blocks .rich_text_editor ul li ul li:before{
    content: '';
}

.plain_content_blocks .rich_text_editor ul li {
    list-style: none;
    position: relative;
    line-height: 1.7rem;
    margin-bottom: 0.8rem;
    font-size: 1rem;
    color: #545454;
    display: list-item;
    text-align: -webkit-match-parent;
}

.plain_content_blocks .rich_text_editor ul li:before {
    content: ".";
    color: #545454;
    display: inline-block;
    position: absolute;
    left: -1.5rem;
    font-size: 1.6rem;
    top: -.4rem;
}

.plain_content_blocks .rich_text_editor a {
    color: #406bba;
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}

.plain_content_blocks .rich_text_editor a:hover {
    color: #335695;
}

.plain_content_blocks .rich_text_editor table th {
    border-bottom: .125rem solid #406bba;
    text-align: left;
    font-size: 1rem;
    line-height: 1.4rem;
    padding: .75rem 1.625rem .75rem 0;
}

.download {
    background: #e7e7e7;
    font-size: 1.1rem;
    line-height: 2.4rem;
    padding: 2rem;
    width: 100%;
    text-decoration: none !important;
}

.plain_content_blocks .rich_text_editor a.download>span {
    color: #406bba;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    font-size: 1.1rem;
    line-height: 2.4rem;
}

.plain_content_blocks .rich_text_editor a.download {
    display: flex;
    align-items: center;
}

.download img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: 3rem;
    width: 3rem;
    margin-left: auto;
    float: right;
    margin-top: -7px;
}

.download:hover {
    background: #e1e1e1;
    text-decoration: underline !important;
}

span.download_desc {
    font-size: 1rem;
    font-weight: 100;
    color: #545454;
}


.download:hover .download_title {
    text-decoration: underline !important;
}

.download:hover .download_desc {
    text-decoration: none !important;
}

.download-alt {
    text-decoration: none !important;
}

span.download_title {
    font-size: 1.3rem !important;
    font-weight: bold !important;
    color: #406bba !important;
}

.download-alt:hover .download_title {
    text-decoration: underline !important;
}


@media screen and (max-width: 767px) {
    .download {
        font-size: 0.9em;
        display: flex;
        line-height: 1.4rem;
        align-items: center;
    }

    .download span{
        font-size: 0.8rem;
        font-weight: 100;
        color: #545454;
        position: relative;
        top: 1.3rem;
        display: contents;
        left: 0;
    }

    .plain_content_blocks .rich_text_editor {
        color: #545454;
        overflow-x: auto;
    }

    span.download_desc {
        display: block !important;
        top: 0;
        line-height: 1.5em;
        top: 0.5em;
        position: inherit;
        padding-bottom: 2rem;
        color: #000;
        font-size: 0.9rem;
    }

    span.download_title {
        line-height: 1.5em;
        top: 0;
        display: block;
        position: inherit;
        font-size: 1rem !important;
    }

    .plain_content_blocks .rich_text_editor ul {
        margin-top: 0;
    }
}

#documents .plain_content_blocks .rich_text_editor a {
    display: flex;
    align-items: center;
}

/* Features */
#features {
    background: #f5f5f5;
    padding-top: 2.8rem;
}

#features p {
    line-height: 1.4em;
}



.card-component-wrapper, .card-component-info-wrapper {
    margin: 0 auto;
    padding: 0;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    display: block;
    padding-bottom: 2.8rem;
    background: #f5f5f5;
}

.card-component-wrapper .gird-x .cell-c4 {
    display: flex;
}

.card-component-info-wrapper {
    padding-top: 2.8rem;
    background: #efefef;
}

.card-component-info-wrapper a {
    color: #406bba;
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}

.card-component-info-wrapper .card-component-info li a {
    color: #406bba;
    font-weight: 600;
}

.card-component-wrapper .gird-x, .card-component-info-wrapper .gird-x{
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
    padding: 0 3.2rem;
}

.card-component {
	border-left: 0.4rem solid #406bba;
    width: calc(50% - 2.4rem);
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    background: #fff;
    padding: 1.5rem;
    color: #545454;  
}

.card-component-info {
    border-left: 0.4rem solid #406bba;
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    background: #fff;
    padding: 1.5rem;
    color: #545454; 
}

.card-component-info .phone_number {
    font-size: 1.2rem;
    color: #406bba;
    font-weight: 600;
}

.phone_number:before {
    font-family: "Font Awesome 5 Free";
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f879";
    font-size: 1rem;
    padding-right: 0.5rem;
}

.card-component-info .card-icon-heading__heading {
    padding-left: 0;
}

.card-icon-heading__heading {
    font-weight: 400;
    color: #001e41;
    font-size: 1.5em;
    letter-spacing: 0.02rem;
    padding-left: 1em;  
}

.feature-card-content ul {
    list-style-type: disc;
    padding: 2em 0em 0em 3em;
}

.feature-card-content ul li {
	margin-bottom: 2rem;
	list-style-position: outside;
	line-height: 1.4;
    font-size: 1.2em;
}

.card-icon-heading__icon .coh-image {
    width: 33px;
    height: 24px;
    top: 1.4em;
    position: relative;
    left: -0.7em;
}

@media screen and (max-width: 768px) {
    .card-component-wrapper .gird-x, .card-component-info-wrapper .gird-x {
        padding: 0;
    }

    .card-component, .card-component-info {
        width: calc(100% - 1.6rem);
        margin-bottom: 3em;
    }

    .card-icon-heading__heading {
        font-size: 1.4em;
    }

    .feature-card-content ul li {
        font-size: 1em;
    }

    .plain_content_blocks .grid-x {
        padding: 0;
    }
}


/* Search Page */
.path-search .block-system-main-block {
    padding: 2rem 4rem 4rem 4rem;
    color: #545454;
    display: flow-root;
}

.search-form div:first-child {
    display: block;
    position: relative;
}

.search-results {
    list-style: none !important;
}

.path-search li.node-readmore {
    border-top: 0px !important;
}

.path-search .search-form input[type='search'] {
    background: transparent;
    border: solid #545454 !important;
    border-width: 0 0 .08rem !important;
    width: 100%;
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 4rem;
    letter-spacing: -.05rem;
    color: #406bba;
    outline: none;
    padding-left: 0;
    padding-top: 0;
}

.path-search .search-form img {
    position: absolute;
    right: 1rem;
    width: 1.6rem;
    height: 1.6rem;
    filter: invert(27%) sepia(0%) saturate(0%) hue-rotate(346deg) brightness(0%) contrast(50%);
    -webkit-font-smoothing: antialiased;
    display: inline;
    top: 16.5rem;
    cursor: pointer;
    position: absolute;
    top: 4rem;
}

.path-search .search-form .container-inline input[type="submit"] {
    display: none;
}

.path-search .search-help-link {
    display: none;
}

.path-search h2 {
    font-size: 1.1rem;
    line-height: 3.4rem;
    font-weight: 600;
}

.path-search ol li {
    margin: 0px;
    border-top: 0.08rem solid #ccd2d9;
    padding: 2rem 0;
}

.path-search ol li h3 a{
    font-size: 1.2rem;
    line-height: 2.4rem;
    color: #406bba;
    margin-bottom: 1.2rem;
    display: block;
}

.path-search ol li h3 a:before {
    content: '';
    display: inline-block;
    margin-left: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #406bba;
    border-right: 2px solid #406bba;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: linear .2s;
    margin-right: 0.5rem;
}

.path-search ol li h2 {
    font-weight: 100;
}

.path-search ol li h2 a{
    font-size: 1.2rem;
    line-height: 2.4rem;
    color: #406bba;
    margin-bottom: 1.2rem;
    display: block;
}

.path-search ol li h2 a:before {
    content: '';
    display: inline-block;
    margin-left: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #406bba;
    border-right: 2px solid #406bba;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: linear .2s;
    margin-right: 0.5rem;
}


.path-search ol li h3 a:hover {
    text-decoration: underline;
}

.path-search ol li h2 a:hover {
    text-decoration: underline;
}

.path-search ol li .search-result__snippet-info p{
    font-size: 1rem;
    line-height: 1.4rem;
    color: #001e41;
}

.path-search .search-advanced {
    border: none;
    width: 25%;
    float: left;
}

details > .details-wrapper {
    padding: 0em 1.5em 1.5em 0rem;
}

.path-search .item-list {
    width: 75%;
    float: right;
    padding-left: 1rem;
    box-shadow: inset 18px 0px 15px -20px #dadada;
    -webkit-box-shadow: inset 18px 0px 15px -20px #dadada;
    -moz-box-shadow: inset 18px 0px 15px -20px #dadada;
    -o-box-shadow: inset 18px 0px 15px -20px #dadada;
}

.path-search .search-advanced fieldset {
    background: #fff;
    border: none;
    padding: 0;
}

.path-search span.fieldset-legend {
    font-weight: 600;
}

.path-search .search-advanced:hover {
    border-color: #406bba;
}

.path-search .search-advanced input[type="text"] {
    border: 0.08rem solid #a0a0a0;
    line-height: 1.6rem;
    padding: 3px;
    display: block;
    width: 100%;
    margin-top: 0.8rem;
}

.path-search .search-advanced input[type="submit"] {
    padding: 1rem;
    border: 0.08rem solid #406bba;
    cursor: pointer;
    background-color: #406bba;
    color: #fff;
    transition: linear .2s;
}

.path-search .search-advanced input[type="submit"]:hover {
    background-color: #fff;
    color: #545454;
    border: 0.08rem solid #545454;
}

.path-search summary {
    outline: none;
}

@media screen and (max-width: 768px) {
    .path-search .search-advanced {
        width: 100%;
        padding: 1rem;
        background: #f5f5f5;
    }

    .path-search .item-list {
        width: 100%;
        float: right;
        padding-left: 0;
        box-shadow: none;
    }

    .path-search .block-system-main-block {
        padding: 2rem;
    }

    .path-search .search-form img {
        top: 3rem;
    }

    .path-search .search-form input[type='search'] {
        line-height: 3rem;
    }
}

/* Admin User and TFA Login */
.path-user.region.region-content {
	display: flex;
	flex-direction: column;
	margin: 4em;
}

.path-tfa.region.region-content {
	display: flex;
	flex-direction: column;
	margin: 4em;
}

.path-user div#block-amp-local-tasks {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 2em;
}
.path-user div#block-amp-content {
	margin-left: auto;
    margin-right: auto;
    width: 50%;
    display: flex;
}

.path-tfa div#block-amp-content {
	margin-left: auto;
    margin-right: auto;
    width: 50%;
    display: flex;
}
.path-user .user-login-form, .path-user .user-register-form, .path-user .user-pass {
    padding: 2rem;
    background: #f5f5f5;
    margin-bottom: 5rem;
}

.path-tfa .user-login-form, .path-tfa .user-register-form, .path-tfa .user-pass {
    padding: 2rem;
    background: #f5f5f5;
    margin-bottom: 5rem;
}

.path-user input {
    padding: 0.8rem;
    width: 100%;
    appearance: none;
    position: relative;
    border: .08rem solid #545454;
    outline: none;
    font-size: 1rem;
    line-height: 1.4rem;
    background: #ffffff;
}

.path-tfa input{
    padding: 0.8rem;
    width: 100%;
    appearance: none;
    position: relative;
    border: .08rem solid #545454;
    outline: none;
    font-size: 1rem;
    line-height: 1.4rem;
    background: #ffffff;
}

.path-user input[type="checkbox"] {
    width: auto;
    padding: 0.5rem;
    appearance: auto;
}

.path-user label, .path-tfa label {
    font-size: 1rem;
    margin-bottom: 1rem;
    display: inline-block;
}

.path-user .description, .path-tfa .description {
    margin: 0px !important;
    font-size: 0.7rem !important;
    margin-top: 0.7rem !important;
    color: #545454;
}

.path-user input[type=submit], .path-tfa input[type=submit] {
    padding: 0.8rem;
    width: 100%;
    transition: linear 0.2s;
    background: #00AAE0;
    font-weight: bold;
    border: 0.08rem solid #00AAE0 !important;
    color: #fff;
}

.path-user input[type=submit]:hover {
    border: 0.08rem solid #406bba !important;
    background: #406bba;
}

.path-tfa input[type=submit]:hover {
    border: 0.08rem solid #406bba !important;
    background: #406bba;
}

.path-user nav {
    display: flex;
}

.path-user .primary {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    line-height: inherit;
}

.path-user .tabs a {
    padding: 0.8rem !important;
    min-width: 6rem !important;
    text-align: center !important;
    color: #406bba !important;
    text-decoration: none !important;
}

.path-user .tabs a.is-active {
    background: #00AAE0 !important;
    color: #fff !important;
}

.path-user div#edit-pass--description {
	margin: 10px;
}

.path-tfa div#edit-code--description {
    margin: 10px;
}

.path-user div#edit-name--description {
	margin: 10px;
}
.path-user.button:first-child,
.image-button:first-child {
	padding: 5px 10px;
}

/* Product Dropdown */
.productselectiontool-conatiner {
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 1.8rem;
    margin: 0 auto;
    width: calc(100% - 2.4rem);
}

.productselectiontool-conatiner h2 {
    font-size: 2.75rem;
    word-break: break-word;
}

.product-selection-tool {
    width: 100%;
    display: flex;
    align-items: center;
}

.product-selection-tool .right-inner {
    max-width: 30rem;
    margin: 0rem 0rem 0rem 2rem;
}

.product-selection-tool .right-inner p{
    color: #ffffff;
}

.product-selection-tool .right-inner-img {
    max-width: 30rem;
    margin: 0rem 0rem 0rem 2rem;
}

.product-selection-tool .right-inner .right-inner-img {
    max-width: 30rem;
    margin: 0rem 0rem 0rem 0rem;
}

.prod-select-dropdown {
    max-width: 50%;
    margin-right: 2rem;
    position: relative;
}

.vhidden {
    display: none;
}

.productselectiontool-conatiner .product-selection-tool select {
    text-overflow: ellipsis;
    box-sizing: border-box;
    white-space: nowrap;
    color: #406bba;
    font-size: 1.2rem;
    line-height: 1.3rem;
    outline: none;
    -webkit-appearance: none;
    display: block;
    padding: 1rem 3.5rem 1rem 2.4rem;
    position: relative;
    border: .08rem solid #545454;
    background: url('/themes/amp/images/arrow-down.png') 95%/8% no-repeat #fff;
    background-size: 1.5rem;
    max-width: 42rem;
    width: 100%;
}

.productselectiontool-conatiner .product-selection-tool select:hover {
    border: .08rem solid #406bba;
}

.productselectiontool-conatiner .product-selection-tool select option:checked {
    background: #406bba linear-gradient(0deg, #406bba, #406bba) !important;
}

.productselectiontool-conatiner .product-selection-tool select option {
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: .1rem solid #545454;
    background: #fff;
    padding: 1.4rem 2.4rem;
    line-height: 2.4rem;
    font-size: 1.2rem;
    color: #001e41;
    box-sizing: border-box;
}

.prodselect-button {
    max-width: 30%;
    margin-left: 1rem;
}

.prodselect-button input {
    border-radius: 0px;
    color: #545454;
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.3em;
    text-decoration: none;
    padding: 1rem;
    min-width: 12rem;
    background: #ffffff;
    display: inline-block;
    text-align: center;
    border: 0.08rem solid #545454;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .product-selection-tool {
        display: block;
        width: 100%;
        margin: 0px auto;
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 2.6rem;
    }

    .prod-select-dropdown {
        position: relative;
        max-width: 100%;
        margin: 0px;
    }

    .productselectiontool-conatiner h2 {
        font-size: calc(0.625*3.6rem);
        padding-bottom: 2rem;
    }

    .product-selection-tool .right-inner-img {
        margin: 2rem 0rem 0rem 2.5rem;
        max-width: 100%;
        width: 100%;
    }

    .product-selection-tool .right-inner {
        margin: 0 !important;
        margin-right: 0 !important;
        margin-top: 2rem !important;
        max-width: 100%;
        width: 100%;
    }

    .product-selection-tool .right-inner h2 {
        padding-bottom: 1rem !important;
        line-height: 2.5rem !important;
    }

    .productselectiontool-conatiner .product-selection-tool select {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin: 0px;
    }

    .productselectiontool-conatiner .prodselect-button {
        max-width: 100%;
        margin-left: 0;
    }

    .productselectiontool-conatiner .btn-product-select {
        width: 100%;
        margin-top: 1em;
    }
}

@media screen and (max-width: 767px) {
    .product-selection-tool {
        display: block;
        width: 100%;
        margin: 0px auto;
        max-width: 100%;
        margin-right: 0px;
        margin-bottom: 2.6rem;
    }

    .prod-select-dropdown {
        position: relative;
        max-width: 100%;
        margin: 0px;
    }

    .productselectiontool-conatiner h2 {
        font-size: calc(0.625*3.6rem);
        padding-bottom: 2rem;
    }

    .product-selection-tool .right-inner-img {
        margin: 2rem 0rem 0rem 0rem;
    }

    .productselectiontool-conatiner .product-selection-tool select {
        position: relative;
        width: 100%;
        max-width: 100%;
        margin: 0px;
    }

    .productselectiontool-conatiner .prodselect-button {
        max-width: 100%;
        margin-left: 0;
    }

    .productselectiontool-conatiner .btn-product-select {
        width: 100%;
        margin-top: 1em;
    }
}


/* Accordion Component */
.amp_accordion {
    background: #fff;
    padding: 1.4rem 3.2rem;
    border-bottom: .08rem solid #828282;
}

.accordion_about_us {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
}

.amp_accordion .grid-x {
    position: relative;
    margin: 0 auto;
    padding: 0 1.2rem;
    display: flex;
    flex-flow: row wrap;
}

.amp_accordion .cell {
    width: calc(100% - 2.4rem);
    margin-left: 1.2rem;
    margin-right: 1.2rem;
    flex: 0 0 auto;
}

.amp_accordion .amp_accordion_heading h2 {
    cursor: pointer;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 2.5rem;
}

.amp_accordion .amp_accordion_heading h2:after {
    content: '';
    display: inline-block;
    margin-left: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #406bba;
    border-right: 2px solid #406bba;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 1em;
    transition: linear .2s;
}

.active-accordian .amp_accordion_heading h2:after {
    -moz-transform: rotate(315deg) !important;
    -webkit-transform: rotate(315deg) !important;
    transition: linear .2s !important;
    transform: rotate(315deg) !important;
}

.amp_accordion .amp_accordion_content {
    color: #545454;
    font-size: 1rem;
    max-height: 0;
    overflow: hidden;
}

.amp_accordion h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.amp_accordion ol {
    padding-left: 2rem;
    margin-bottom: 2rem;
}

.amp_accordion .amp_accordion_content .cell {
    margin-top: 2rem;
    margin-bottom: 1.2rem;
}

.active-accordian .amp_accordion_content {
    max-height: 6000rem;
    padding: 1rem;
}
.icon-amp_apply {
    list-style-type: none;
}

.amp_accordion .rich-text-editor p {
    margin-bottom: 1.8rem;
    line-height: 1.5rem;
    color: #545454;
}

.amp_accordion h3 {
    margin-bottom: 0.8rem;
    font-size: 1.1rem;
}

.amp_accordion .amp_accordion_content ul {
    list-style: disc;
    margin: 0 0 2.5rem 1.25rem;
}
 
.amp_accordion .amp_accordion_content li {
    line-height: 2.4;
}
 
.amp_accordion .amp_accordion_content ul a {
    color: #406bba;
    font-weight: 600;
}
 
.amp_accordion .amp_accordion_content ul a:hover {
    color: #335695;
    text-decoration: underline;
}
 
.amp_accordion .amp_accordion_content p a {
    color: #406bba;
    font-weight: 600;
}

.amp_accordion .amp_accordion_content p .download {
    display: flex;
    align-items: center;
    font-weight: 100;
}
 
.amp_accordion .amp_accordion_content p a:hover {
    color: #335695;
    text-decoration: underline;
}
 
.amp_accordion .amp_accordion_heading:hover h2 {
    text-decoration: underline;
}

.amp_accordion table {
    width: 100%;
    background-color: #f5f5f5;
}

.amp_accordion table td,th {
    font-size: 1rem;
    line-height: 1.4rem;
    color: #001e41;
    padding: 1.3rem 1.2rem 1.3rem 1.5rem;
    border-bottom: .1rem solid #ccd2d9;
    text-align: left;
    min-width: 9rem;
}

.amp_accordion table a {
    color: #406bba;
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .amp_accordion .amp_accordion_heading h2:after {
        width: 10px;
        height: 10px;
        border-top: 2px solid #406bba;
        border-right: 2px solid #406bba;
        right: 0em;
    }
    .amp_accordion .amp_accordion_heading h2 {
        line-height: 1.4rem;
        word-break: break-word;
        padding: 0.8em 0;
    }

    .amp_accordion .coh-wysiwyg {
        overflow-x: auto;
    }

    .amp_accordion .amp_accordion_content p .download {
        display: flex;
    }    

    .amp_accordion {
        padding: 1.2rem;
    }

    .amp_accordion .cell {
        margin: 0;
        width: calc(100% - 0.4rem);
    }

}


/* ----start of product file block */
.product-file-block .rich_text_editor .coh-wysiwyg a {
    text-decoration: none;
    color: #406bba;
    font-weight: 600;
}
 
.product-file-block .rich_text_editor .coh-wysiwyg a:hover {
    color: #335695;
    text-decoration: underline;
}
 
/* .product-file-block {
    background: #ffffff !important;
} */
/* end of product file block */
 
.fa-download:before {
    content: "\f019";
    margin-right: 5px;
}

/* Download Blocks */
.download-blocks {
    padding: 0px 1.5rem;
    width: 50%;
    float: left;
    margin-bottom: 2rem;
}

.download-blocks h5 {
    font-size: 1.3rem;
    line-height: 2.3rem;
    margin-bottom: 1.3rem;
}

.download-blocks .download {
    color: #406bba;
    word-break: break-word;
    justify-content: space-between;
    margin-bottom: 0.8rem;
    display: flex;
    align-items: center;
    line-height: 1.4rem;
    padding: 1.5rem;
    font-size: 1rem;
}

.download-wrapper-block {
    background-color: #f5f5f5 !important;
}

@media screen and (max-width:768px) {
    .download-blocks {
        padding: 0px 2.5rem;
        width: 100%;
        margin-bottom: 2rem;
    }

    .download-wrapper-block {
        display: flow-root !important;
    }
}


/* Inner Feature Box */
.cell-c4 {
    width: 33.33%;
    padding-bottom: 3rem;
}

.cell-c4 .card-component, .cell-c4 .card-component-info {
    width: calc(100% - 1.4rem);
    border-left: 0.2rem solid #406bba;
}

.cell-c4 p {
    font-size: 0.9rem;  
    line-height: 1.7rem;
    word-break: break-word;
    margin-top: 1.4rem;
    padding-left: 1.4rem;
}

.cell-c4 .feature-card-content ul {
    list-style: none;
    padding-left: 1.4rem;
    line-height: 1.7rem;
    word-break: break-word;
    font-size: 0.9rem;
}

.cell-c4 .feature-card-content ul li {
    margin-bottom: 1.4rem;
}


.cell-c7 {
    width: 58.33333%;
    flex: 0 0 auto;
}

@media screen and (max-width:768px) {
    .cell-c4 {
        padding-bottom: 0rem;
        width: calc(100% - 1rem);
    }
}

.cell-c6 {
    width: 50%;
    float: left;
}

.cell-c3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.cell-c6 .card-component {
    width: calc(100% - 1.4rem);
    border-left: 0.2rem solid #406bba;
}

.cell-c6 p {
    font-size: 1rem;
    line-height: 1.7rem;
    word-break: break-word;
    margin-top: 1.4rem;
}

.cell-c6 .feature-card-content ul {
    list-style: none;
    padding-left: 1.4rem;
    line-height: 1.7rem;
    word-break: break-word;
    font-size: 0.9rem;
}

.cell-c6 .card-component-info .feature-card-content ul {
    list-style: disc;
    padding-left: 1.4rem;
    line-height: 1.7rem;
    word-break: break-word;
    font-size: 0.9rem;
}

.cell-c6 .feature-card-content ul li {
    margin-bottom: 1.4rem;
}

.mw-100 {
    max-width: 100% !important;
}


@media screen and (max-width:768px) {
    .cell-c6 {
        padding-bottom: 0rem;
        width: calc(100% - 1rem);
    }
}

/* disclaimer */
.amp_disclaimer_block p{
    color:#545454;
}
 
/* product file block */
.product-file-block .rich_text_editor ul li {
    list-style: disc;
}
 
.product-file-block .rich_text_editor ul {
    margin-left: 1rem;
}
 
.product-file-block .rich_text_editor ul li:before {
    display: none;
}
 
/* Looking for more in eligible rollover page */
.grey_content_tile {
    display: flex;
    align-items: center;
    background: #f5f5f5;
}
 
.grey_content_tile .primary_tile_button a {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1em;
    text-decoration: none;
    padding: 1rem;
    min-width: 11.25rem;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #406bba;
}
 
@media screen and (max-width:1023px){
    .grey_content_tile {
        display: block;
    }
}
 
/* feesandcosts */
.fees_container_wrapper .fees_body {
    display: flex;
    flex-flow: row wrap;
    margin-top: 2em;
    margin-bottom: 2em;
}
 
@media screen and (min-width:1024px){
    .fees_container_wrapper .fees_body_left_wrapper {
        width: calc(50% - 1.5rem);
        margin-right: .75rem;
    }
}
 
@media screen and (min-width:1024px){
    .fees_container_wrapper .fees_body_right_wrapper {
        width: calc(50% - 1.5rem);
        margin-left: .75rem;
        margin-right: .75rem;
    }
}
 
.fees_body_left .fees_cost_download {
    background: #f5f5f5;
    font-size: 1.125rem;
    line-height: 1.5rem;
    padding: 1.5rem;
    width: 100%;
    margin-bottom: 2rem;
    display: block;
}
 
.fees_container_wrapper span.fees_cost_download_heading {
    display: flex;
    align-items: center;
    color: #406bba;
}
 
.fees_container_wrapper .pds_right_tile_header a {
    color: #406bba;
    display: flex;
    align-items: center;

}
 
.fees_container_wrapper span.download__title {
    display: block;
    word-wrap: break-word;
    word-break: break-word;
}
 
.fees_container_wrapper span.fees_cost_download_heading img {
    margin-left: auto;
}
 
.fees_container_wrapper span.fees_left_tile_desc {
    color: #545454;
    display: block;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    padding: 0 5.5rem 0 1.75rem;
    word-wrap: break-word;
    word-break: break-word;
    margin-top: 1.1rem;
}
 
.fees_container_wrapper .pds_right_tile {
    padding: 1.5rem 2rem;
    color: #545454;
    background-color: #f5f5f5;
}
 
.pds_right_tile_header {
    display: flex;
    align-items: center;
    margin-bottom: .8rem;
}
 
.pds_right_tile_header .amp-next-icon {
    margin-left: 1rem;
    transition: .5s;
}
 
.fees_body a {
    font-weight: 600;
    text-decoration: none;
}
 
.fees_body_left .fees_cost_download:hover {
    background: #e5e5e5;
    text-decoration: none;
}
 
.fees_body_left .fees_cost_download:hover .download__title {
    text-decoration: underline;
    color: #335695;
}
 
.fees_body_left .fees_cost_download:hover .fa-download:before {
    color: #335695;
}

div #feesandcosts {
    background: none;
}

.plain_content_blocks #fees {
    background: none;
}
 
@media screen and (max-width:1023px){
    .fees_body_left_wrapper {
        width: 100%;
    }
 
    .fees_body_right_wrapper {
        width: 100%;
    }
}
 
.pds_right_tile_header a:hover .amp-next-icon {
    transform: translateX(10px);
}
 
.fees_container_wrapper p {
    color: #545454;
    line-height: 1.5rem;
}
 
.pds_right_tile p {
    min-height: 5rem;
}

/* Tabs */
.amp_tabs .tab-links {
    height: 66px;
    background-color: #fff;
    display: flex;
    position: relative;
    padding-left: 4rem;
    padding-right: 4rem;
    box-sizing: content-box;
    overflow: hidden;
    white-space: nowrap;
    list-style-position: outside;
    line-height: 2.4;
}

.amp_tabs:before {
    position: relative;
    content: "";
    display: block;
    width: 100%;
    background-image: linear-gradient(90deg, rgb(0, 194, 243), rgb(0, 196, 208));
    height: 0.3rem;
    margin: 0px;
    padding: 0px;
}

.amp_tabs .tab-links li {
    list-style: none;
    margin-right: 1rem;
    padding: 0;
    display: inline-block;
    transition: linear 0.2s;
    border-color: transparent;
}

.amp_tabs .tab-links li a {
    font-family: Hurme, Open Sans, Helvetica, Arial, sans-serif;
    padding: 0.8rem;
    font-size: 1rem;
    line-height: 2.5rem;
    color: #001e41;
    display: inline-block;
    font-weight: 600;
    text-decoration: none;
    transition: linear 0.2s
}

.amp_tabs .tab-content {
    width: 100%;
    display: block;
    padding: 2em 4em 2em 4em;
    background: #f5f5f5;
    line-height: 1.5rem;
    font-size: 1.2rem;
}

.amp_tabs .tab-content .tab {
    display: none;
    transition: linear 0.2s;
    background-color: #fff;
    padding: 2rem;
}

.amp_tabs .tab-content .tab li ol {
    padding-left: 3rem;
}

.amp_tabs .tab-content .active {
    display: block;
    transition: linear 0.2s;
}

.amp_tabs .tab-links .active {
    border-bottom: 0.2rem solid rgb(64, 107, 186);
    transition: border-color 0.2s linear 0.2s;
}

.amp_tabs .tab-links li:hover {
    border-bottom: 0.2rem solid rgb(64, 107, 186) !important;
    transition: border-color 0.2s linear 0.2s;
}
.mediacentrerte {
    padding: 1rem;
}

.amp_tabs .grid-x {
    display: flex;
    flex-flow: row wrap;
    margin: 0 auto;
}

.amp_tabs .coh-wysiwyg {
    line-height: 1.8rem;
    color: #545454;
}

.amp_tabs .coh-wysiwyg h2 {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
    color: #000000;
}

.amp_tabs .coh-wysiwyg p {
    font-size: 1rem;
}

.amp_tabs .coh-wysiwyg a {
    color: #406bba;
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}

.amp_tabs .search_button {
    border: 1px solid #406bba;
    padding: 1rem;
    display: block;
    margin-top: 1rem;
    width: 10rem;
    text-align: center;
    text-decoration: none !important;
    transition: linear 0.2s;
}

.amp_tabs ul {
    list-style: disc;
    font-size: 1rem;
    padding-left: 3rem;
}


.amp_tabs .blue_content_tile {
    margin-bottom: 0 !important;
}

.amp_tabs .search_button:hover {
    border: 1px solid #406bba;
    background-color: #406bba;
    color: #ffffff;
    transition: linear 0.2s;
}

.tab-content .amp_banner_text>h2 {
    font-size: 2.9rem !important;
}

.tab-content .content-container {
    padding: 2rem;
}

.tab-content .content-container h3 {
    color: #00AAE0;
    font-size: 2rem !important;
    margin-bottom: 2rem;
}

.amp_tabs p {
    margin-bottom: 1rem;
}

.amp_tabs#tab_without_border:before {
    background: none;
}

@media screen and (max-width:768px) {
    .amp_tabs .tab-links {
        display: none;
        overflow: visible;
        z-index: 99;
        width: 100%;
        padding: 0;
    }

    .amp_tabs .tab-content .tab {
        padding: 1rem;
    }

    .amp_tabs .amp_banner_text p {
        width: 70%;
    }

    .amp_tabs ul {
        padding-left: 1rem;
    }

    .amp_tabs .amp_banner_text h2 {
        width: 70%;
    }

    .amp_tabs .tab-links li {
        display: block;
        background: #fff;
        margin: 0;
        text-align: center;
        border-top: 0.08em solid #ccc;
    }

    .amp_tabs .tab-links .active {
        border-left: 0.2rem solid rgb(64, 107, 186);
        transition: border-color 0.2s linear 0.2s;
        border-bottom: none !important;
    }

    .amp_tabs .tab-links li a {
        width: 100%;
    }

    .amp_tabs .tab-content .coh-wysiwyg a {
        color: #406bba;
        cursor: pointer;
        font-weight: bold;
    }

    .amp_tabs .grid-x {
        display: table;
    }

    .amp_tabs .tab-content {
        padding: 2em 2em 2em 2em;
    }

    .cell-c6 {
        padding-bottom: 0rem;
        width: calc(100% - 1rem);
    }

    .path-webform .cell-c6 {
        width: 100%;
    }

    .cell-c3 {
        padding-bottom: 0rem;
        max-width: 50%;
        width: 50%;
        display: table-cell;
    }

    
    #about_jump {
        position: relative;
        color: rgb(0, 30, 65);
        font-size: 1rem;
        font-weight: 600;
        background: rgb(255, 255, 255);
        padding: 1.6rem 0px;
        width: 100%;
        display: block;
        text-align: center;
        text-decoration: none;
        z-index: 98;
        box-shadow: 0 0.1rem 0.8rem 0 #ababab;
    }

    #about_jump:after {
        content: '';
        display: inline-block;
        margin-left: auto;
        width: 10px;
        height: 10px;
        border-top: 2px solid #406bba;
        border-right: 2px solid #406bba;
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        position: absolute;
        right: 2.5em;
        transition: linear .2s;
    }

    .amp_tabs .coh-wysiwyg h1 {
        line-height: 2.4rem;
        font-size: 2rem;
    }

    .amp_tabs .tab-content .tab li ol {
        padding-left: 1.5rem;
    }
}

/* Case Study */
.case-study .grid-x {
    display: flex;
    margin: 0 auto;
    background-color: #f5f5f5;
}

.cell-offset-1 {
    margin-left: calc(8.33333% + 1.2rem);
}

.case-study--facts .cell-c7,
.cell-c4 {
    padding: 0.8rem 1.8rem 0.8rem 0;
    flex: 0 0 auto;
    /* display: flex; */
}

@media screen and (max-width:768px) {
    .cell-c4 {
        padding: 0 !important;
        flex: 0 0 auto;
        display: block !important;
    }
}

.quote {
    color: #001e41;
    display: flex;
    align-items: start;
    position: relative;
    background-color: #fff;
}

.quote-wrapper {
    z-index: 1;
    margin-left: -10rem;
    color: #fff;
    padding: 5.4rem;
    align-self: flex-start;
}

.quote-wrapper img {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.facts:after {
    margin-left: 23em;
}

.case-study {
    background: #fff;
    padding: 2rem 0rem
}

.facts p {
    font-size: 1rem;
    word-break: break-word;
    line-height: 1.8rem;
    margin-bottom: 1.8rem;
    margin-right: 8rem;
    color: #545454;
}

.facts h3 {
    color: #001e41;
    margin-bottom: 1.8rem;
    font-size: 2.2rem;
    line-height: 1.25;
}

.facts h3:first-child {
    padding-top: 5rem;
}

@media screen and (max-width:768px) {
    .facts {
        margin-left: 0;
        width: 100%;
        padding: 1rem;
    }

    .case-study .grid-x {
        flex-flow: row wrap;
    }

    .quote {
        width: 100%;
        padding: 0rem 1rem 0.8rem 1rem;
        display: block;
    }

    .facts p {
        margin-right: 0;
    }

    .quote-wrapper {
        margin-left: 0;
        padding: 0;
    }

    .quote-wrapper img {
        top: -2rem;
        position: relative;
    }

    .facts h3:first-child {
        padding-top: 1rem;
    }
}

/* Executive Team */


.board-management-card {
    cursor: pointer;
    text-align: center;
    background: #f5f5f5;
    padding: 0.7rem;
    margin: 1rem;
}

.board-management-card-img {
    margin-bottom: 20px;
}

.board-management-card-img img {
    max-width: 100%;
    width: 100%;
}

.board-management-card-title {
    font-weight: 600;
    color: #004983;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.board-management-card-subtitle {
    font-size: 0.9rem;
    height: 75px;
}

.board-management-card-dropdown {
    position: relative;
    top: -2rem;
}

.board-management-card-dropdown-close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.board-management-card-dropdown-content {
    width: auto;
    background: #ebebeb;
    padding: 3rem;
    display: none;
}

.board-management-card-arrow-up {
    display: none;
    position: relative;
    left: 45%;
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 18px solid #ebebeb;
}

.board-management-card-dropdown-content-title {
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

.board-management-card-dropdown-content-subtitle {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #00AAE0;
}

.rich-text-editor-container p {
    font-size: 1rem;
}

.rich-text-editor-container h4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.rich-text-editor-container ul {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    list-style-type: disc;
    padding-left: 3rem;
    font-size: 1rem;
}

.close-executive {
    display: inline-block;
    right: 2rem;
    position: absolute;
    cursor: pointer;
    top: 2rem;
    border-radius: 2rem;
    padding: 0.5rem 0.7rem;
}

@media screen and (min-width:769px) and (max-width:1023px) {
	.board-management-card {
		min-height: 14rem;
	}
}

@media screen and (min-width:1024px) and (max-width:1280px) {
	.board-management-card {
		min-height: 8rem;
	}
}

@media screen and (max-width: 768px) {
    .executive_team .grid-x {
        display: block;
    }

    .executive_team .cell-c3 {
        max-width: 100%;
        width: 100%;
        display: block;
    }

    .board-management-card {
        min-height: 8rem;
    }
    
    .board-management-card-subtitle {
        height: 6rem;
    }

    .board-management-card-dropdown {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 99;
        margin: 0rem 3rem;
    }

    .executive_team .coh-wysiwyg{
        color: #545454;
        overflow-y: auto;
    }

    .board-management-card-dropdown-content {
        width: auto;
        word-break: break-word;
        padding: 1.5rem;
    }

    .board-management-card-dropdown-content-subtitle {
        font-size: 1.2rem;
    }

    .close-executive {
        right: -1rem;
        top: -1rem;
        background: #0e0000;
        color: #fff;    
    }

}

.grid-component-wrapper .grid-x {
    display: flex;
    flex-flow: row wrap;
    background-color: #f5f5f5;
    padding: 3.2rem;
    padding-top: 0;
}


.grid-component-wrapper-np .grid-x {
    display: flex;
    flex-flow: row wrap;
}

.grid-component-wrapper .media-block img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

.grid-component-wrapper .rich-text-editor {
    text-align: center;
}

.grid-component-wrapper,.grid-component-wrapper-np .rich-text-editor h3 {
    font-size: 1.4rem;
    line-height: 2.4rem;
}

.content-container {
    padding: 4rem;
}

.content-container h3 {
    color: #00AAE0;
    font-size: 2.5rem !important;
    margin-bottom: 4rem;
}

.content-container ul {
    list-style: disc;
    line-height: 2rem;
    font-size: 1rem;
    color: #545454;
    margin-left: 1rem;
}

.content-container p {
    font-size: 1.2rem;
    line-height: 2rem;
}

.content-container .cta {
    box-sizing: border-box;
    font-size: 1.2rem;
    display: block;
    padding: 1.5rem;
    width: 50%;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    border: 2px solid #00AAE0;
    color: #00AAE0;
    background-color: transparent;
    transition: linear 0.2s;
}

.image-container img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
    width: 100%;
}

.content-container .cta:after {
    content: '';
    display: inline-block;
    margin-left: auto;
    width: 8px;
    height: 8px;
    border-top: 3px solid #00aae0;
    border-right: 3px solid #00aae0;
    -moz-transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    transform: rotate(44deg);
    position: relative;
    right: -2rem;
    transition: linear .2s;
}

.content-container .rich-text-editor {
    margin-bottom: 2.1rem;
    width: 100%;
}

.content-container .cta:hover {
    background-color: #00AAE0;
    color: #ffffff;
}

.content-container .cta:hover:after {
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
}

.grid-component-wrapper-np .cell-c4 {
    padding: 0 !important;
}

.grid-component-wrapper-np .non-white, .white {
    padding: 2rem !important;
    text-align: center;
    background-color: #f5f5f5;
    position: relative;
}

.grid-component-wrapper-np .white {
    background-color: #ffffff;
    padding: 2rem !important;
    position: relative;
}

.grid-component-wrapper-np .non-white h3 {
    color: #001e41;
    font-size: 2rem !important;
    margin-top:2rem;
}

.grid-component-wrapper-np .white h3 {
    font-size: 2rem !important;
    margin-top:2rem;
}

.grid-component-wrapper-np .non-white .cta {
    padding: 1rem;
    font-size: 1rem;
    margin: 0 auto;
    border: 2px solid #001e41;
    color: #001e41;
    position: absolute;
    right: 25%;
    bottom: 3rem;
}

.grid-component-wrapper-np .white .cta {
    padding: 1rem;
    font-size: 1rem;
    margin: 0 auto;
    position: absolute;
    right: 25%;
    bottom: 3rem;
}

.grid-component-wrapper-np .non-white .cta:after {
    border-top: 3px solid #001e41;
    border-right: 3px solid #001e41;
}

.grid-component-wrapper-np .non-white .cta:hover {
    background-color: #001e41;
    color: #ffffff;
}

.grid-component-wrapper-np .non-white .cta:hover:after {
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
}

.grid-component-wrapper .white-bg {
    background-color: #ffffff !important;
}

.grid-component-wrapper .white-bg .cell-c6 {
    padding: 1rem;
}

.cta-link {
    width: 100%;
    display: inline-block;
    background: #FFFFFF;
    border: 2px solid #00aae0;
    font-size: 1rem;
    padding: 1rem;
    color: #fff;
    border-color: #00aae0;
    background-color: #00aae0;
    margin-top: 2rem;   
    font-weight: bold;
    transition: linear 0.2s;
}

.help-link {
    color: #00AAE0;
    font-size: 1rem;
    margin-top: 1rem;
    display: block;
    position: relative;
}

.help-link:after {
    content: '';
    background-image: url(/themes/amp/images/info1.png);
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    position: absolute;
    top: -0.3rem;
    margin-left: 0.5rem;
}

.grid-h2 {
    display: block;
    width: 100%;
    font-size: 2rem;
    margin-bottom: 2rem;
    color: #00AAE0;
}

.cta-link:hover {
    background-color: #ffffff;
    color: #00aae0;
}

.grid-component-wrapper .cell-c4 p {
    padding-left: 0;
    color: #545454;
    font-size: 1rem;
}

.grid-component-wrapper .white-bg .cell-c4 {
    display: flex;
    position: relative;
}

.grid-component-wrapper .white-bg .rich-text-editor {
    margin-bottom: 5rem;
}

.grid-component-wrapper .white-bg .cta-link {
    width: 60%;
    display: inline-block;
    background: #FFFFFF;
    border: 2px solid #00aae0;
    font-size: 1rem;
    padding: 0.7rem;
    color: #fff;
    border-color: #00aae0;
    background-color: #00aae0;
    margin-top: 2rem;   
    font-weight: bold;
    transition: linear 0.2s;
    position: absolute;
    bottom: 2rem;
    right: 23%;
}

.grid-component-wrapper .white-bg .media-block {
    margin-bottom: 2rem;
}


.grid-component-wrapper .white-bg .inner-wrapper {
    border: 1px solid #ccc;
    padding: 2rem;
}

.content-container a {
    color: #406bba;
    cursor: pointer;
    font-weight: bold;
}

.grid-component-wrapper .amp_accordion .rich-text-editor {
    text-align: left !important;
}

#faq-grid .grid-h2 {
    display: block;
	width: 100%;
	font-size: 2.3rem;
	margin-bottom: 2rem;
	color: #000000;
	text-align: left;
	padding-left: 2.3rem;
}

@media screen and (max-width:768px) {
    .grid-component-wrapper .grid-x {
        padding: 1.2rem !important;
    }

    .grid-component-wrapper .cell-c4 {
        padding: 0;
        width: 100%;
    }

    .grid-component-wrapper .cell-c4 p {
        padding-left: 0;
    }

    .grid-component-wrapper .white-bg .cell-c4 {
        margin-bottom: 2rem;
    }

    .grid-component-wrapper-np .cell-c6 {
        width: 100% !important;
    }

    .content-container {
        padding: 2rem;
    }

    .content-container h3 {
        font-size: 2.5rem !important;
        margin-bottom: 2rem;
    }

    .content-container .cta {
        width: 100%;
    }

    .grid-component-wrapper-np .cell-c4 {
        width: 100% !important;
    }

    .grid-component-wrapper-np .white .cta {
        position: initial;
        margin-bottom: 2rem;
    }

    .grid-component-wrapper-np .non-white .cta {
        position: initial;
        margin-bottom: 2rem;
    }

}

/* Find A Form */

.views-exposed-form label {
    display: block;
    margin-bottom: 1rem;
    font-size: 1rem;
    color: #545454;
}

.views-exposed-form select {
    padding: 1rem;
    width: 100%;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    border: .08rem solid #545454;
    background: url(/themes/amp/images/arrow-down.png) 95%/8% no-repeat #fff;
    background-size: 1.5rem;
    outline: none;
    line-height: 1.3rem;
}
.views-exposed-form select.error {
    border: 2px solid #545454 !important;
}

.views-exposed-form input[type="submit"]:first-child {
    display: none;
}

.views-exposed-form input[type="submit"] {
    float: right;
    padding: 0.8rem;
    max-width: 10rem;
    width: 100%;
    transition: linear 0.2s;
    color: #00AAE0;
    font-weight: bold;
    border: 0.08rem solid;
}

.views-exposed-form input[type="submit"]:hover {
    background-color:  #00AAE0;
    color: #ffffff;
}


.view-footer {
    font-weight: bold;
    color: #00AAe0;
}


.views-exposed-form .js-form-item {
    width: 32.5%;
}

.view-filters {
    padding: 1rem 4rem;
}

.view-empty {
    padding: 1rem 4rem;
}

.pager__items .is-active a {
    color: #fff !important;
}

.pager__item a {
    color: #406bba;
    cursor: pointer;
}

.pager__item.is-active {
    font-weight: bold;
    border: 0.08rem solid #00AAe0;
    text-align: center;
    display: inline-block;
    background-color: #00AAe0;
    color: #fff;
}

table.views-table {
    width: 100%;
}

td.views-field.views-field-field-form-type {
    padding: 2rem;
}

.view-content,.search-result-h3,.view-footer {
    padding: 1rem 4rem;
}

.views-table th {
    min-width: 11rem;
}

span.tablesort.tablesort--asc {
    background: url(/themes/amp/images/arrow-down.png) no-repeat #fff;
    background-size: 1.2rem;
    position: relative;
    top: 0.2rem;
    width: 1.5rem;
}

span.tablesort.tablesort--desc {
    background: url(/themes/amp/images/arrow-down.png) no-repeat #fff;
    background-size: 1.2rem;
    transform: rotate(180deg);
    width: 1.2rem;
}

.views-field a {
    font-size: 1.1rem;
    display: block;
    margin-bottom: 1rem;
    text-decoration: underline;
    color: #406bba;
    cursor: pointer;
}

.views-field p {
    font-size: 1rem;
    line-height: 1.4rem;
    color: #545454;
    margin-bottom: 1rem;
}

.search-result-h3 {
    font-size: 1.4rem;
    font-weight: bold;
    color: #545454;
}

@media screen and (max-width:768px) {
    .views-exposed-form .js-form-item {
        width: 100%;
    }

    .view-filters {
        padding: 1rem;
    }
    
    .view-empty {
        padding: 1rem;
    }
    
    .view-content,.search-result-h3,.view-footer {
        padding: 1rem 1rem;
    }
}

/* News */
div#news-wrapper {
    padding: 4rem;
}

#news-wrapper .cell-c3 {
    margin: 0.5rem;
    background-color: #f5f5f5;
    max-width: 23%;
    position: relative;
    margin-bottom: 3rem;
}



#news-wrapper .rich-text-editor {
    padding: 1rem;
}

#news-wrapper h3 {
    font-size: 1.3rem;
    line-height: 1.5rem;
    color: #ffffff;
    margin-bottom: 2rem;
    cursor:pointer;
}

#news-wrapper h3 a {
    color: #545454;
    cursor: pointer;
}

#news-wrapper p {
    position: absolute;
    bottom: 1rem;
    font-size: 0.8rem;
    color: #545454;
}

@media screen and (max-width:768px) {
    #news-wrapper .grid-x {
        display: block;
    }

    div#news-wrapper {
        padding: 2rem;
    }
      
    #news-wrapper .cell-c3 {
        margin: 0;
        margin-bottom: 2rem;
        background-color: #f5f5f5;
        max-width: 100%;
        width: 100%;
        position: relative;
        display: block;
    }
}

#white-bg {
    background-color: #ffffff !important;
    padding-top: 0;
}

#white-bg-plain {
    background-color: #ffffff !important;

}

div#white-bg:before {
    position: relative;
    content: "";
    display: block;
    width: 100%;
    background-image: linear-gradient(90deg,#00c2f3,#00c4d0);
    margin: 0;
    padding: 0;
    height: .3rem;
}

#news-inner-page {
    position: relative;
}

#news-inner-page .amp_banner_text h2 {
    font-size: 2.4rem;
    color: #545454;
    line-height: 3rem;
}

#news-inner-page .amp_banner_text {
    max-width: 70%;
    top: 3rem;
}

#news-inner-page p {
    font-size: 1rem;
    color: #545454;
}

#how-to-apply {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#how-to-apply .rich-text-editor h3 {
    margin-bottom: 0;
    min-height: 5rem;
}

#how-to-apply .rich-text-editor p {
    margin-top: 1rem;
    min-height: 6rem;
    padding-left: 0;
}

/* Forms */
.path-webform .amp-form-wrapper{
    padding: 2rem 4rem 0rem 4rem;
}

.path-webform .amp_banner_text_content_page p {
    font-size: calc(0.65*2rem);
    line-height: calc(0.65*2.8rem);
}

input:invalid {
    box-shadow: none;
}

.path-webform label.menu__btn{
    display: flex !important;
}

.path-webform .amp-form-wrapper select {
    padding: 1rem;
    width: 100%;
    padding-right: 1.8rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    border: .08rem solid #545454;
    background: url(/themes/amp/images/arrow-down.png) 99%/6% no-repeat #fff;
    background-size: 1.5rem;
    outline: none;
}

.path-webform .amp-form-wrapper label {
    font-size: 1rem;
    color: #545454;
    pointer-events: none;
    margin-bottom: 0.5rem;
    left: 0;
    transition: all .2s ease;
}

.path-webform .amp-form-wrapper .form-required:after {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 0.3em;
    content: "";
    vertical-align: super;
    background-repeat: no-repeat;
    background-size: 6px 6px;
    filter: grayscale(1);
}

.path-webform h3 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
    margin-top: 2rem;
}

.path-webform .webform-element-description {
    margin-top: 0.8rem;
    color: #828282;
    line-height: 1.4rem;
}

.path-webform label, input[type=button], input[type=submit], button {
    cursor: pointer;
    display: block;
}

.path-webform .amp-form-wrapper input {
    font-size: 1rem;
    line-height: 2rem;
    color: #545454;
    background: transparent;
    display: block;
    border: none;
    border-bottom: .1rem solid #545454;
    width: 100%;
    margin-bottom: 1.5rem;
}

.path-webform .amp-form-wrapper input[type="date"] {
    font-variant: small-caps;
}

.path-webform .amp-form-wrapper .form-type-checkbox {
    display: inline-flex !important;
}

.path-webform .amp-form-wrapper .form-type-checkbox label {
    margin-right: 1.5rem;
}
.path-webform .amp-form-wrapper input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin: 0;
    margin-right: 1rem;
}

.path-webform input[type="radio"] {
    display: inline-block;
    top: 0;
    left: 0;
    height: 1.4rem;
    width: 2.4rem;
    background: #fff;
    border: .1rem solid #545454;
    border-radius: 50%;
    margin: 0;
    margin-left: -0.5rem;
}

.path-webform .inline-radio .form-radio {
    margin-left: 0rem;
}

.path-webform .form-checkboxes .form-item, .form-radios .form-item {
    display: flex;
    flex-wrap: wrap;
}

.path-webform .form-checkboxes .form-item label, .form-radios .form-item label{
    margin-top: 0.25rem;
}

.path-webform legend {
    font-size: 1.2rem !important;
    margin: 1rem 0rem 1rem 0rem !important;
    display: block !important;
    float: none !important;
}

.path-webform textarea {
    font-size: 1rem;
    line-height: 2.4rem;
    color: #545454;
    background: transparent;
    padding: 0 2rem 1.1rem 0;
}

.path-webform .amp-form-wrapper .form-item p {
    font-size: 1rem;
    line-height: 1.6rem;
    color: #545454;
}

.path-webform .amp-form-wrapper .form-item p a {
    color: #406bba;
    text-decoration: underline;
    font-weight: bold;
}

.path-webform .amp-form-wrapper .form-item h6 {
    font-size: 1.1rem;
    line-height: 1.6rem;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.path-webform .field-suffix {
    display: block;
    color: #545454;
}

.path-webform .grid-x {
    display: flex;
    flex-flow: row wrap;
}

.path-webform .fieldset-wrapper-custom {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.path-webform .cell-c6:first-child {
    padding-right: 1rem;
}

.path-webform .grid-x .fieldset-wrapper div:first-child {
    display: flex;
    margin-left: -0.3rem;
}

.path-webform .extra-margin .heading-tag {
    margin-bottom: 1.6rem !important
}

.path-webform .heading-tag {
    font-weight: bold;
    font-size: 1.1rem;
}

.path-webform .amp-form-wrapper .input-wrapper input:focus, .path-webform .amp-form-wrapper .input-wrapper input:hover {
    outline: none;
    border-bottom: .1rem solid #406bba;
} 

.path-webform .amp-form-wrapper .amp-icon-cancel:before {
    content: "X";
    color: #545454;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
}

.webform-button--submit {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    line-height: 1em;
    text-decoration: none;
    padding: 1rem;
    min-width: 18rem;
    background: #406bba;
    display: inline-block;
    text-align: center;
    margin-left: 4rem !important;
    margin-bottom: 4rem;
    transition: linear 0.2s;
    border: none;
}

.webform-button--submit:hover {
    background-color: #000000;
}

.captcha {
    margin: 1.5rem 0rem;
}

div#edit-privacy {
    margin: 1.5rem 0rem;
}

#edit-processed-text p {
    margin-bottom: 1rem;
}

#edit-processed-text ul {
    font-size: 1rem;
    color: #545454;
    line-height: 1.5rem;
    list-style: disc;
    padding-left: 3rem;
    margin-bottom: 1rem;
}

.path-webform .paragraph.paragraph--type--important-information.paragraph--view-mode--default {
    margin: 0px 32px;
}

@media screen and (max-width:768px) {
    .path-webform .amp-form-wrapper{
        padding: 0rem 1rem;
    } 

    .path-webform .amp-form-wrapper label {
        display: inline-block;
    }
    
    .webform-button--submit {
        margin-left: 1rem;
    }

    .form-radios .form-item label{
        width: 70%;
    }

    .path-webform input[type="radio"] {
        margin-left: -0.5rem !important;
    }

    .webform-button--submit {
        margin: 0 auto !important;
        margin-bottom: 4rem !important;
    }

    .path-webform .inline-radio .form-radios .form-item label {
        width: auto !important;
        margin-right: 1rem;
    }

    .path-webform #edit-gender--wrapper {
        height: 6rem !important;
    }

    .amp-form-wrapper input[type=text] {
        padding-right: 2rem;
    }

    .path-webform .grid-x .fieldset-wrapper div:first-child {
        margin-left: 0;
    }

    .path-webform .cell-c6:first-child {
        padding-right: 0;
    }

    .path-webform .amp-form-wrapper .form-item p {
        line-height: 1.8rem;
    }

    .path-webform .fieldset-legend {
        line-height: 1.6rem;
    }
}

.support-contact-table h5 {
    color: #00aae0;
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 1rem;   
}   
.support-contact-table p {
    font-weight: bold;    
}

.support-contact-table td {
    border-bottom: 0 !important;
}

.support-contact-table .color-span {
    color: #00aae0;
}

.support-contact-table td a {
    color: #001e41 !important;
}

.call-info a {
    color: #406bba;
    font-weight: bold;
    text-decoration: underline;
}

.amp-anchor-tag {
    color: #406bba;
    font-weight: bold;
    text-decoration: underline;
}

#cell-padding-container .cell-c4 {
    padding: 0.8rem 3.8rem 0.8rem 0rem !important;
}

@media screen and (max-width:768px) {
    #cell-padding-container .cell-c4 {
        padding: 0 !important;
    }
}

/* Sitemap */
.sitemap {
    display: flow-root;
    flex-flow: row wrap;
    padding: 3rem 0rem 3rem 4.5rem;
}

.sitemap-box-menu {
    width: 33.33%;
    padding: 0rem 6rem 2rem 0rem;
    flex: 0 0 auto;
    float: left;
}

.sitemap-box-menu h2 {
    font-size: 1.4rem;
    color: #406bba;
    font-weight: bold;
    margin-bottom: 2.5rem;
}

.sitemap-menu a {
    border-bottom: 1px solid #ccd2d9;
    margin: 0;
    text-decoration: none;
    color: #406bba;
    font-weight: 600;
    padding: calc(0.625*2.3rem) 0;
    font-size: 1rem;
    line-height: 1.6rem;
    display: flex;
    align-items: center;
    word-break: break-word;
    width: 100%;
    justify-content: space-between;
}

.sitemap-menu a:hover img {
    transform: translateX(20px);
}
  
.sitemap-menu img {
    display: block;
    filter: invert(7%) sepia(63%) saturate(3385%) hue-rotate(200deg) brightness(97%) contrast(102%);
    vertical-align: middle;
    max-width: 100%;
    height: 20px !important;
    transition: .5s;
}

.sitemap .sitemap-box ul {
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.sitemap .sitemap-box ul ul {
    margin-bottom: 4.5rem;
}

@media screen and (max-width:768px) {
    .sitemap-box-menu {
        width: 100%;
        padding: 0rem 3rem 2rem 0rem;
        flex: 0 0 auto;
    }

    .sitemap {
        padding: 3rem 0rem 3rem 3rem;
    }
}

#footnote {
    background-color: #ffffff !important;
    padding: 0 !important;
}

#footnote-wp {
    background-color: #ffffff !important;
}

#page-not-found {
    background-color: #ffffff !important;
}

.amp_insights .insights-full-span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0 !important;
    z-index: 1;
}

.amp_insight_block .homepage-full-span {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -1rem;
    left: -1rem !important;
    z-index: 1;
}

@media screen and (max-width:768px) {
    .align-right {
        float: none;
        margin-top: 1rem;
        margin-bottom: 1rem;
        width: 50%;
    }
}

#g-recaptcha-response {
    display: block !important;
    position: absolute !important;
    margin: -5rem 0 0 0 !important;
    width: 302px !important;
    height: 76px !important;
    z-index: -999999;
    opacity: 0;
}

.financial-rating img{
    width:60%;
    margin:0 auto;
}

@media (max-width:768px){
    .financial-rating img{
        width:100%;
        margin:auto;
    }
}

.card-margin-top {
    margin-top: 2.8rem;
}

/* Site Alert */

.alert-primary-container{
    padding: 2em 2.5em 2em 3.4em;
    max-width: 1440px;
    margin: auto;
    font-weight: 600;
    color: #001e41;
    display: flex;
    justify-content: space-between;
}
 
.alert-primary-container p {
    color: #001e41;
    margin-right: 20px;
    line-height: 1.4;
}
 
.sitewide-alert .close {
    font-size: 1.8rem;
}

.sitewide-alert.alert.alert-primary {
    background-color: #f5f5f5;
    border-bottom: .23rem solid #00c2f3;
}
 
@media screen and (max-width: 768px){
    .alert-primary-container{
        padding: 2em 1em;
    }    
}

/*feedback css */
.content_feedback_link {
	background: #406bba none repeat scroll 0 0;
    margin: 0 -64px 0 0;
    padding: 10px 10px 10px;
    position: fixed;
    right: 0;
    bottom: 50%;
    transform: rotate(270deg);
    color: #fff;
	z-index: 1000;
	border-radius: 7px 7px 0px 0px;
}
.content_feedback_link a {
  color: #000;
}
.content_feedback_link .ajax-progress-throbber .throbber {
  padding: 0 5px 0 !important;
}
.content_feedback_link .ajax-progress {
  padding: 11px 0 0 0 !important;
}

#fb-table tbody tr td:nth-last-child(1) a {
  padding: 0 4px;
}

.ui-dialog {
	position: fixed;
    height: auto;
    width: 530px !important;
    top: 19.5049px;
}

#drupal-modal input {
	font-size: 1rem;
    line-height: 2.4rem;
    color: #545454;
    background: transparent;
    display: block;
    border: none;
    border: .1rem solid #bdbdbd;
    width: 100%;
    margin: 1rem 0rem;
    border-radius: 4px;
}

.ajax-progress {
	display: none;
}

#drupal-modal textarea {
	margin: 1rem 0rem;
}

#drupal-modal label, input[type=button], input[type=submit], button {
    cursor: pointer;
    display: block;
}

.ui-dialog .ui-dialog-titlebar {
	padding: 16px;
}

#drupal-modal .webform-ajax-form-wrapper .form-radios .form-item {
    margin-right: 0.6rem;
    display: inline-block;
}

#drupal-modal .webform-ajax-form-wrapper .form-radios .form-item label {
    background: #406bba;
    position: relative;
    top: -30px;
    padding: 0.5rem;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}

#drupal-modal .webform-ajax-form-wrapper .rate-selected {
    background: #fff !important;
    color: #545454 !important;
    border: 0.1rem solid #406bba;
    width: 2.1rem;
    height: 2.1rem;
}

#drupal-modal .webform-ajax-form-wrapper .form-checkboxes .form-item label {
    display: inline-block;
}

#drupal-modal .webform-ajax-form-wrapper .form-checkboxes .form-item {
    display: block;
}

#drupal-modal input[type="radio"] {
    display: inline-block;
    top: 0;
    left: 0;
    height: 1.4rem;
    width: 2rem;
    background: #fff;
    border: .1rem solid #545454;
    border-radius: 50%;
    margin: 0;
}

#drupal-modal input[type="checkbox"] {
    display: inline !important;
    width: auto !important;
}

#drupal-modal .webform-progress {    
    display: none;
}

#drupal-modal .progress-step {
    min-width: auto !important;
}

#drupal-modal .fieldset-wrapper {
    padding: 1rem;
    margin-bottom: 0.5rem;
    height: 3rem;
}

#drupal-modal .fieldset-legend {
    line-height: 1.5rem;
    font-size: 0.9rem;
}

#drupal-modal .webform-element-more--content {
    padding: 1rem;
    font-size: 0.9rem;
    line-height: 1.2rem;
}

#drupal-modal tr td {
    font-size: 0.7rem;
}

#drupal-modal tr td:last-child {
    text-align: right;
}

#drupal-modal table {
    width: 100%;
    margin-bottom: 1.5rem;
}

#durpal-modal .ui-button {
    transition: linear 0.2s;
    border-radius: 0;
}

#durpal-modal .ui-button:hover {
    background-color: #406bba;
    color: white;
}

#drupal-modal .form-no-label {
    margin-top: 0;
    line-height: 1.3rem;
    font-size: 0.9rem;
    display: block;
    width: 100%;
    /* padding: 0rem 2rem 0rem 1rem; */
}

#drupal-modal .webform-button--submit {
    color: #fff;
    line-height: 1em;
    text-decoration: none;
    padding: 0.53rem;
    background: #406bba;
    display: inline-block;
    text-align: center;
    transition: linear 0.2s;
    border: none;
}

.ui-dialog .ui-dialog-titlebar {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
    border-radius: 0;
    background: #fff;
    font-weight: bold;
}


.ui-dialog .ui-dialog-buttonpane {
    margin-top: 0;
    padding: 0.3em 1em;
    border-width: 1px 0 0 0;
    border-color: #fff;
    background: #fff;
}

.ui-dialog .ui-dialog-buttonpane button {
    padding: 0.5rem 2rem;
    font-size: 0.9rem;
    background-color: #406bba;
    color: #fff;
    border: none;
    font-weight: 100;
    min-width: auto;
    margin: .5em 0em .5em 0;
}

.ui-dialog .webform-element-more {
    border: 0.1rem solid #dcdcdc;
    padding: 1rem;
    font-size: 0.9rem;
}


.ui-dialog .webform-element-more.is-open {
    border-top: 0.2rem solid #406bba;
}

.ui-dialog .webform-element-more--link a {
    width: 100%;
    display: block;
}

.ui-dialog .webform-element-more--link a:after {
    content: '';
    display: inline-block;
    margin-left: auto;
    width: 10px;
    height: 10px;
    border-top: 2px solid #406bba;
    border-right: 2px solid #406bba;
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    right: 2em;
    transition: linear .2s;
}

.ui-dialog .is-open .webform-element-more--link a:after {
    -moz-transform: rotate(315deg) !important;
    -webkit-transform: rotate(315deg) !important;
    transition: linear .2s !important;
    transform: rotate(315deg) !important;
}
.ui-dialog .webform-element-more--link:before {
    content: '';
}

.ui-dialog .webform-element-more.is-open .webform-element-more--link::before {
    content: '';
}
.ui-icon-closethick {
    opacity: 0.5;
}

.ui-dialog .webform-button--previous {
    position: absolute;
    left: 1rem;
    background-color: #fff !important;
    color: #000 !important;
    border: 0.08rem solid #ccc !important;
}

.ui-dialog textarea {
    border-color: #ccc;
    border-radius: 4px;
    padding: 0.8rem;
    font-size: 0.9rem;
}

.rating-table {
    padding: 0rem 2rem 0rem 1rem;
}

.ui-dialog .checkbox-wrapper .fieldset-wrapper {
    margin-bottom: 0.5rem !important;
    height: auto !important;
    padding: 0 !important;
}

@media screen and (max-width:768px) {
    .ui-dialog {
        position: fixed;
        height: auto;
        width: 80% !important;
        top: 19.5049px;
        left: 10% !important;
    }

    .ui-dialog .form-radios .form-item label {
        width: auto;
    }
    
    .rating-table {
        display: none !important;
    }

    .ui-dialog fieldset {
        height: 13rem;
    }

    #drupal-modal table {
        display: none;
    }

    #drupal-modal .fieldset-wrapper {
        padding: 0rem;
        margin-left: 1rem;
        margin-top: 0.5rem;
    }
}

/* AutoComplete */

.ui-autocomplete {
    top: 83px !important;
    width: 100% !important;
    position: absolute !important;
    left: 0 !important;
    border: none !important;
}

.ui-autocomplete .ui-autocomplete-field-group {
    display: none !important;
}

.ui-autocomplete li {
    border-color: #fff !important;
    border-width: 0 0 0 0 !important;
    border-bottom: .1rem solid #e5e5e5 !important;
    padding: 1rem 2rem !important;
}
.autocomplete-second {
    position: absolute !important;
}

.autocomplete-second .ui-autocomplete-field-group {
    display: none !important;
}


.autocomplete-second li {
    border-color: #fff !important;
    border-width: 0 0 0 0 !important;
    border-bottom: .1rem solid #e5e5e5 !important;
    padding: 1rem 2rem !important;
}


ul[data-sa-theme="basic-blue"] .ui-autocomplete-fields > *:first-child {
    font-weight: normal;
    color: #545454;
    font-size: 1rem;
}

.form-autocomplete {
    background-image: none !important;
}

@media screen and (max-width:768px) {
    .ui-autocomplete {
        top: 60px !important;
    }

    .autocomplete-second {
        width: 86% !important;
        min-width: 0 !important;
    }
}

/* COOKIE */
.eu-cookie-compliance-content {
    max-width: 95%;
}

.sliding-popup-bottom {
    -webkit-box-shadow: 0px -2px 18px 0px rgba(173,173,173,1);
    -moz-box-shadow: 0px -2px 18px 0px rgba(173,173,173,1);
    box-shadow: 0px -2px 18px 0px rgba(173,173,173,1);
}
 
.eu-cookie-compliance-message {
    max-width: 85%;
    margin-left: 1rem;
}
 
button.agree-button.eu-cookie-compliance-default-button {
    background: #406bba;
    color: white;
    text-shadow: none;
    border-radius: inherit;
    box-shadow: none;
    padding: 10px 20px;
}

.eu-cookie-compliance-default-button, .eu-cookie-compliance-hide-button, .eu-cookie-compliance-secondary-button {
    background: #406bba;
    color: white;
    text-shadow: none;
    border-radius: inherit;
    box-shadow: none;
    padding: 10px 20px;
    margin-top: 1em;
    font-weight: 600;
    width: 10em;
}
 
.popup-content.eu-cookie-compliance-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
 
.eu-cookie-compliance-message p {
    line-height: 1.6;
    font-size: .8rem;
    display: block;
    margin: .2rem 0 .4rem 0;
}

@media screen and (max-width:600px) {
	.eu-cookie-compliance-hide-button {
		margin: auto;
	}
}

button.decline-button.eu-cookie-compliance-default-button {
	background: #9C9E9F;
	color: #ffffff;
}

.eu-cookie-compliance-hide-button:hover {
    background: #406bba;
    background-image: none;
}

@media screen and (max-width:768px){
    .popup-content.eu-cookie-compliance-content{
        flex-direction: column;
    }
}

td.is-active {
    background-color: #fff;
}

.amp_acc_container .wrap {
	margin: 0 auto;
	padding: 1.4rem 3.2rem;
}

.amp_acc_container h3 {
	font-size: 1.8em;
	line-height: 1.3em;
	color: #001e41;
}

.amp_acc_container .cell {
	min-height: 0;
	min-width: 0;
	width: calc(100% - 2.4rem);
	margin-left: 1.2rem;
	margin-right: 1.2rem;
}

.amp_acc_container {
    padding-top: 3rem;
}

@media screen and (max-width: 768px) {
	.amp_acc_container .wrap {
		padding: 1.2rem;
	}
}


/*Portal Pages*/

.page-node-type-portal-page .node--unpublished {
    background-color: #fff !important;
}

.page-node-type-portal-page .amp_banner_text_content_page {
    padding-bottom: 0 !important;
}

.page-node-type-portal-page .amp_banner_section_content_page:after {
    height: 0 !important;
}

.page-node-type-portal-page .amp_banner_text_content_page>h2 {
    font-weight: 400;
    font-size: calc(0.65*4.2rem*1.1);
    letter-spacing: calc(0.65*(-.05rem));
    color: #001e41;
    margin-top: 4rem;
    margin-bottom: 0rem;
    line-height: 1.2;
}

.page-node-type-portal-page .search-box {
    position: revert;
}
/*added by Rajat */
.path-search .search-advanced #edit-lang-fieldset{display:none;}
.path-search .search-advanced .form-item-type-general-pages{display:none;}
.path-search .search-advanced .form-item-type-article{display:none;}
.path-search .search-advanced .form-item-type-page{display:none;}
.path-search .search-advanced .form-item-type-portal-page{display:none;}
/*.path-search .search-advanced .form-item-type-document{display:none;}*/
.search-advanced #edit-keywords-fieldset .form-item-negative{display:none;}
.search-advanced #edit-types-fieldset {display:none;}


.js-form-managed-file input.js-hide {
    width: 28.5% !important;
    color: #fff;
    font-size: 1rem;
    font-weight: 100;
    line-height: 1em;
    text-decoration: none;
    padding: 1rem;
    min-width: 18rem;
    background: #406bba;
    display: inline-block;
    text-align: center;
    transition: linear 0.2s;
    border: none;
    margin: 0;
}

.js-form-managed-file input.js-form-file {
    display: inline-block;
    width: 70%;
    float: left;
    margin-right: 1rem;
    border: .1rem solid #545454;
    line-height: 1.8rem;
    padding: 0.5rem;
}

.js-form-managed-file input[name="file_remove_button"] {
    width: 20%;
    border: .1rem solid #545454;
    display: inline;
}

.js-form-managed-file a {
    color: #406bba;
}

@media screen and (max-width: 768px) {
	.js-form-managed-file input.js-form-file {
		width: 100%;
    }
    
    .js-form-managed-file input.js-hide {
        width: 100% !important;
    }
}

.page-node-type-portal-page .amp_helpful_block_wrapper p {
    border-bottom: 1px solid #ccd2d9;
}

.page-node-type-portal-page .amp_helpful_block_wrapper a {
    border: none;
}

.page-node-type-portal-page .amp_helpful_block_wrapper p:last-child {
    border: none;
}

#backtotop {
    background-size: 50px;
    width: 50px;
    height: 50px;
}

.search-help {
    float: right;
    cursor: pointer;
    position: relative;
}


.tooltiptext {
    visibility: hidden;
    width: 14rem;
    font-size: 1rem;
    background-color: #545454;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 1rem;
    position: absolute;
    z-index: 1;
    top: 1.5rem;
    right: 0;
}

.search-help:hover .tooltiptext {
    visibility: visible;
}