.nowrap {
	white-space: nowrap;
}

.phase {
	background-color: gray;
	background-size: cover;
	background-position: center center;
}

.phase1-2 {
	background-image: url("/credit-cards/activate/_assets-custom/img/bg/Desktop/Women_Computer_Large.jpg");
}

.acc-container-right-inner.flex {
	width: initial !important;
}

.dropdown-overlay.right .dropdown-content {
    right: 50% !important;
    left: 55%;
    transform: translateX(-45%);
}

.dropdown-overlay.right .dropdown-content:before {
    left: auto;
    right: auto;
}

#desktop-header-call span.nowrap {
	line-height: 30px;
}

#desktop-header-call span.nowrap:before {
	content: "";
	background: url("/credit-cards/activate/_assets-custom/img/icons/icon-phone.svg") no-repeat left center;
	display: inline-block;
	width: 20px;
	height: 20px;
	padding-right: 30px;
	margin-bottom: -3px;
}

.dropdown-overlay .dropdown-text:after {
    content: url("/credit-cards/activate/_assets-custom/img/icons/ui-triangle-down-blue.svg") !important;
    width: 8px;
    height: 4px;
}

* {
	box-sizing: border-box;
}

body,
html {
	min-height: 100%;
}

@media screen and (max-width: 639px) {
	.mobile-hide {
		display: none !important;
	}
}

.flex {
	display: flex;
}

.flex-center {
	align-items: center !important;
	-ms-flex-align: center !important;
	-webkit-align-items: center !important;
	-webkit-box-align: center !important;
}

.flex-apart {
	justify-content: space-between;
}

@media screen and (max-width: 639px) {
	.flex-center-mob {
		align-items: center !important;
		-ms-flex-align: center !important;
		-webkit-align-items: center !important;
		-webkit-box-align: center !important;
	}
}

@media screen and (max-width: 639px) {
	.flex-mobile-top {
		align-items: flex-start !important;
		-ms-flex-align: flex-start !important;
		-webkit-align-items: flex-start !important;
		-webkit-box-align: flex-start !important;
	}
}

main {
	display: block;
	height: calc(100% - 150px);
}

@media screen and (max-width: 639px) {
	main {
		height: calc(100% - 60px);
		min-height: 400px;
	}
}

.acc-container-fw {
	padding-left: 15px;
	padding-right: 15px;
}

.acc-container-left {
	float: left;
	width: 34.188034188%;
	position: absolute;
	height: 100%;
	height: calc(100% - 150px);
	margin-left: -15px;
	overflow: hidden;
	z-index: 1;
}

@media screen and (min-width: 1170px) {
	.acc-container-left {
		width: calc((100% - 1170px) / 2 + 400px);
		max-width: 100%;
	}
}

.acc-container-left .acc-container-left-image {
	height: 100%;
	position: absolute;
	width: 100%;
}

@media screen and (max-width: 639px) {
	.acc-container-left {
		display: none !important;
	}
}

.acc-container-left .acc-container-left-inner {
	height: 100%;
	width: 100%;
	max-width: 400px;
	min-width: 256px;
	float: right;
	padding: 15px;
}

.acc-container-right {
	float: right;
	width: 65.811965812%;
	left: 34.188034188%;
	position: absolute;
	height: calc(100% - 200px);
	overflow-y: auto;
}

@media screen and (min-width: 1170px) {
	.acc-container-right {
		width: calc((100% - 1170px) / 2 + 770px);
		left: calc((100% - 1170px) / 2 + 400px);
		max-width: 100%;
	}
}

@media screen and (max-width: 639px) {
	.acc-container-right {
		height: calc(100% - 60px);
		min-height: 400px;
		width: 100%;
		left: 0;
	}
}

.acc-container-right .acc-container-right-inner {
	max-width: 700px;
	height: 100%;
	margin-right: 15px;
	margin-left: 70px;
}

@media screen and (max-width: 639px) {
	.acc-container-right .acc-container-right-inner {
		max-width: 100%;
		margin-left: 0px;
		margin-right: 0px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.acc-bg-mobile {
	margin-left: -15px;
	margin-right: -15px;
	max-height: 204px;
	overflow: hidden;
	position: relative;
	border-radius: 0 0 50% 50%/0 0 35% 35%;
}

.acc-bg-mobile img {
	width: 100%;
	height: auto;
	margin-top: 8px;
}

.side-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 2;
	background: rgba(0, 0, 0, 0.85);
	width: 100%;
	overflow: hidden;
	height: 100%;
    transition: opacity 0.3s;
    opacity: 0;
}

.side-menu-overlay.ng-hide-add {
	transition: 0.5s;
	opacity: 1;
}

.side-menu-overlay.ng-hide-add-active {
	opacity: 0;
}

.side-menu-overlay.ng-hide-remove {
	transition: 0.5s;
	opacity: 0;
}

.side-menu-overlay.ng-hide-remove-active {
	left: 0%;
	opacity: 1;
}

.side-menu-overlay.open {
	display: block;
}

.side-menu-btn {
	width: 60px;
	height: 60px;
	position: absolute;
	left: calc(100vw - 60px);
	top: 0;
	display: block;
	transition: all 0.3s;
	background: url("/credit-cards/activate/_assets-custom/img/icons/hamburger-menu.svg") no-repeat center center #fedf01;
	background-size: 20px 20px;
}

.side-menu-btn.open {
	left: 0px;
	position: fixed;
	background: url("/credit-cards/activate/_assets-custom/img/icons/close-icon-menu.svg") no-repeat center center #fedf01;
	background-size: 20px 20px;
}

.side-menu {
	position: fixed;
	display: none;
	width: calc(100% - 60px) !important;
	padding: 15px;
	height: 100%;
	background: #f3f4f5;
	color: #fff;
	z-index: 20;
	transition:
		transform 0.3s,
		visibility 0.3s;
	visibility: hidden;
	overflow: hidden;
	top: 0px;
	right: 0px;
	transform: translateX(100%);
	box-shadow: none !important;
}

@media screen and (max-width: 639px) {
	.side-menu {
		display: block;
	}
}

@media screen and (max-width: 639px) {
	.side-menu.open {
		visibility: visible;
		transform: translateX(0);
		transition: transform 0.3s;
	}
}

@media all and (orientation: portrait) {
	.side-menu .side-menu-content {
		margin-top: 50px;
	}
}

.side-menu .side-menu-content a {
	display: block;
}

.side-menu .side-menu-content p {
	color: #252525;
}

.side-menu .side-menu-content hr {
	width: 50%;
}

@media all and (orientation: portrait) {
	.side-menu .side-menu-content hr {
		margin: 20px auto;
	}
}

@media all and (orientation: landscape) {
	.side-menu .side-menu-content hr {
		margin: 10px auto;
	}
}

.side-menu .side-menu-content .chat-icon {
	background: url("/credit-cards/activate/_assets-custom/img/icons/chat-icon.svg") no-repeat center center;
	width: 45px;
	height: 38px;
	background-size: 45px 38px;
}

.side-menu .side-menu-footer {
	bottom: 10px;
	position: absolute;
	font-size: 0.9em;
	width: calc(100% - 30px);
}

.side-menu .side-menu-footer .copyright {
	color: #b3b3b3;
	font-size: 0.9em;
}

.side-menu a,
.side-menu span {
	color: #0051a5;
}

@media (min-width: 640px) {
	.hrc-workaround-layout {
		height: calc(100% - 100px);
	}

	.hrc-workaround-layout .sign-in-desktop {
		height: 100%;
	}

	.hrc-workaround-layout .sign-in-desktop .hrc-workaround-wpr {
		height: 100%;
	}

	.hrc-workaround-layout .sign-in-desktop .hrc-workaround-wpr .hrc-workaround {
		flex: 1 1 auto;
	}
}

header {
	background: #fff;
	box-shadow: 0px 1px 3px rgba(87, 93, 114, 0.35);
}

header .main-header {
	height: 101px !important;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
	color: #fff;
	z-index: 3;
	position: relative;
}

@media screen and (max-width: 639px) {
	header .main-header {
		height: 60px !important;
	}
}

header .main-header .logo-img {
	height: 47px !important;
}

header .main-header .logo-img img {
	height: 48px !important;
	width: 148px;
}

@media screen and (max-width: 639px) {
	header .main-header .logo-img img {
		width: 122.5px !important;
		height: 40px !important;
		margin-top: 4px;
	}
}

header .main-header .logo-img img.fr {
	width: 168px;
	height: 48px;
}

@media screen and (max-width: 639px) {
	header .main-header .logo-img img.fr {
		width: auto;
		height: 40px;
	}
}

header .main-header .header-content .chat-img {
	/* margin-top: 5px; */
	margin-right: 16px;
	width: 64px;
	height: 64px;
}

header .main-header .header-content p.text-black {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;

	margin-top: 8px;
}

header .main-header .header-content #linkFaq {
	color: #006ac3;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

header .main-header .header-content .dropdown-text {
	color: #006ac3;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
}

header .main-header .header-content .callnow:after {
	content: "";
	display: inline-block;
	background-size: 8px 4px;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 4px;
	width: 8px;
	height: 27px;
	margin-left: 10px;
	vertical-align: middle;
	background-image: url("/credit-cards/activate/_assets-custom/img/icons/ui-triangle-down-blue.svg");
}

footer {
	z-index: 1;
}

footer .main-footer {
	height: 96px;
	background-color: #707783;
}

footer .main-footer p {
	font-size: 1.4rem !important;
	line-height: 2rem !important;
}

h1.sign-in-title {
	font-family: Roboto;
	font-size: 36px;
	font-weight: 300;
	line-height: 50px;

	margin-bottom: 32px;
}

.call-to-activate {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;

	margin-bottom: 32px;
}

.call-to-activate-body {
	font-size: 20px;
	font-weight: 300;
	line-height: 28px;
}

.horizontal-divider {
	margin-top: 32px;
	margin-bottom: 32px;
}

.use-mobile-app-or-online-banking {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;

	margin-bottom: 32px;
}

.use-mobile-app-or-online-banking-body {
	font-size: 20px;
	font-weight: 300;
	line-height: 28px;

	margin-bottom: 24px;
}

ul.numbered-list {
	li {
		font-size: 20px;
		font-weight: 300;
		line-height: 28px;

		margin-bottom: 0px;
	}

	margin-bottom: 32px;
	margin-left: 24px;
}

.main-cta {
	padding: 16px 32px !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
}

p.disclaimer {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
}

@media screen and (max-width: 639px) {
	.sign-in-redirect .sign-in-title.h2 {
		font-size: 20px;
		line-height: 30px;
	}

	.sign-in-redirect .disclaimer {
		font-size: 16px;
		line-height: 24px;
	}

    h1.sign-in-title {
        font-size: 20px;
        font-weight: 300;
        line-height: 30px;

        margin-bottom: 32px;
    }
    
    .call-to-activate {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        
        margin-bottom: 32px;
    }

    .call-to-activate-body {
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
    }

    .horizontal-divider {
        margin-top: 32px;
        margin-bottom: 32px;
    }
    
    .use-mobile-app-or-online-banking {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;

        margin-bottom: 32px;
    }

    .use-mobile-app-or-online-banking-body {
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;

        margin-bottom: 32px;
    }

    ul.numbered-list {
        li {
            font-size: 16px;
            font-weight: 300;
            line-height: 24px;
        }
        margin-bottom: 32px;
    }

    .main-cta {
        margin-bottom: 120px !important;
    }

    p.disclaimer {
        color: #252525;
        font-size: 16px;
        font-weight: 300;
        line-height: 24px;
    }
}
