/* Copyright 2018 Zooz Digital Private Limited
 *
 *  You may obtain a copy of the License from
 *
 * Zooz Digital Private Limited */


/* Styles Here */


/* fonts */

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('/etc/designs/digital/overrides/css/microsites/missingmorethanantibodies/fonts/Roboto-Bold.woff') format('woff'), url('/etc/designs/digital/overrides/css/microsites/missingmorethanantibodies/fonts/Roboto-Bold.ttf') format('ttf');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url('/etc/designs/digital/overrides/css/microsites/missingmorethanantibodies/fonts/Roboto-Medium.woff') format('woff'), url('/etc/designs/digital/overrides/css/microsites/missingmorethanantibodies/fonts/Roboto-Medium.ttf') format('ttf');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('/etc/designs/digital/overrides/css/microsites/missingmorethanantibodies/fonts/Roboto-Regular.woff') format('woff'), url('/etc/designs/digital/overrides/css/microsites/missingmorethanantibodies/fonts/Roboto-Regular.ttf') format('ttf');
}

@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url('/etc/designs/digital/overrides/css/microsites/missingmorethanantibodies/fonts/Roboto-Light.woff') format('woff'), url('/etc/designs/digital/overrides/css/microsites/missingmorethanantibodies/fonts/Roboto-Light.ttf') format('ttf');
}


/* fonts */


/* common styles */

h1 {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700;
	font-size: 40px;
	line-height: 40px;
	color: #FFFFFF;
}

h2 {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700;
	font-size: 36px;
	line-height: 50px;
	color: #414141;
}

h3 {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500;
	font-size: 32px;
	line-height: 36px;
	color: #414141;
}

h4 {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500;
	font-size: 25px;
	line-height: 30px;
	color: #414141;
}

h5 {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500;
	font-size: 22px;
	line-height: 40px;
	color: #414141;
}

h6 {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400;
	font-size: 18px;
	line-height: 24px;
	color: #414141;
}

p {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300;
	font-size: 16px;
	line-height: 30px;
	color: #414141;
}

li {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500;
}

sup {
	margin-top: -8px;
	position: absolute;
}

.btnCenter button {
	width: 120px;
}

.mbt10 {
	margin-bottom: 10px;
}

.mb10 {
	margin-top: 10px;
}

.mb40 {
	margin-top: 40px;
}

.mb80 {
	margin-top: 80px;
}

.mb45 {
	margin-top: 45px;
}

.fontStyle {
	color: ##414141;
	font-size: 16;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500;
	text-align: center;
}
p.readTrans{
	color: ##414141;
	font-size: 16;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500;
	width: 65%;
    margin: 0 auto;
 }

.fontStyleBold {
	color: ##414141;
	font-size: 16;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500;
}

.fRigth {
	margin-left: 360px;
	margin-right: 10px;
}

.discTxt {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 300;
	font-size: 12px;
	line-height: 14px;
	color: #414141;
}

.txtCenter {
	text-align: center;
}

button {
	background-color: #557366;
	width: 20%;
	padding: 10px;
	border: none;
	color: white;
	border-radius: 20px;
}
button.enterBtn{
   	background-color: #557366;
	width: 20%;
	padding: 10px;
	border: none;
	color: white;
	border-radius: 0px;
	 
}
.inputField {
    width: 100%;
    max-width: 345px;
	padding: 10px 0px;
}
header .ms-container .logo img{display:none;}
.header-local-rep-btn{display:none !important;}
/* common styles */
.error.hide{display: none;}

.error.show{display: block; color: #ff0000;}
div#headDisc{
    width:100%;
    display:none;
    justify-content:center;
    align-items:center;
    padding:10px;
    background-color:#557366;
    color:#fff;
    text-align:center;
}
/* Colors */
.bGyellow{
background-color:#FFF7EC;
}
.greenNewcolor{
color:#557366;
    }
.bgWhite {
	background-color: #FFFFFF;
}

.greenBorder {
	border-top: 2px solid #557366;
	width: 60%;
	margin: 0 auto;
}
.greenBordernew {
	border-top: 2px solid #557366;
	width: 100%;
	margin: 0 auto;
}
.txtGreen {
	color: #557366;
}

.bgGreend {
	background-color:#557366; /*#AEC7BF;*/
}

.bgGreenl {
	background-color: #EAF3F1;
}

.bgGrey {
	background-color: #FAFAFA;
}

.txtGrey {
	color: #414141;
}


/* Colors */

/* Language selection section */
header .ms-container .microsite-language-selector a{
   color: #414141;
}
.microsite-language-selector a.dropdown-toggle:after {
    border-top: 8px solid #000 !important;
}
ul.dropdown-menu.show {
    background-color: #FFF;
}


ul.dropdown-menu {
    width: 13%;
    top: 24px;
    text-align: center;
}
.microsite-language-selector-dropdown li {
    padding: 15px;
    border-bottom: 1px solid #333333;
}
.microsite-indication-type, .microsite-language-selector-dropdown, .user-profile-account, .wcm header {
    position: relative;
    height: 40px;
}
/* other styles */
span.text-danger {
    display: none;
}

.vaccineResponse{
	width:100%;
    display:flex;
    background-color:#AEC7BF;
    height:auto;
}
.vaccineLeft{
    font-size:32px;
    line-height:36px;
	width:50%;
    padding: 7% 1% 1% 16%;
}
    .vaccineLeft h1{
    font-size:32px;
    line-height:36px;
    font-weight: 500;
}
  .vaccineLeft p{
    font-size:14x;
    line-height:24x;
}
.vaccineRight{
	width:50%;
    padding: 5% 1% 1% 5%;
}
.vaccineRight p {
	font-size:18px;
    line-height:24x;
    margin: 0 166px;
    font-family: 'Roboto';
	font-weight: 700;
}
.txtResponse{
	width:100%;
    display: block;
    padding: 0px 245px;
    color:#414141;
}
.txtResponse p{
font-size:16px;
    line-height:24x;
    font-family: 'Roboto', sans-serif !important;
	font-weight: 500;
}
.bTc{
	width:100%;
    display:flex;
    background-color:#EAF3F1;
    height:auto;
}
.btcColor{
background-color:#EAF3F1 !important;
width:100%;
    display: block;
    padding: 0px 183px;
    color:#414141;
    }
.btcColor p{
font-size:16px;
    line-height:24x;
    font-family: 'Roboto', sans-serif !important;
	font-weight: 500;
}
.bTcLeft{
    font-size:32px;
    line-height:36px;
	width:54%;
    padding: 7% 0% 1% 12%;
}
    .bTcLeft h1{
    font-size:32px;
    line-height:36px;
    color:#557366;
    font-weight: 500;
}
  .bTcLeft p{
    font-size:14x;
    line-height:24x;
    color:#557366;
}
.bTcRight{
	width:40%;
    padding: 6% 6% 1% 6%;
}
.bTcRight p {
	font-size:18px;
    line-height:24x;
    margin: 0 166px;
    font-family: 'Roboto';
	font-weight: 700;
}
.oneBythreesection{
	background:#FFFFFF;
    min-height: 550px;
}
.hyPen{
	color:#414141;
    font-size:14px;
}
.hyPentwo{
	color:#414141;
    font-size:14px;
        padding-top:56px;
        display:none;
}
.textTitle{
text-align:center;
    }
.onebythreeSectionmain{
   	 display:flex;
     text-align:center;
    }
    .onebythreeSectionRigth, .onebythreeSectionCenter, .onebythreeSectionLeft{
	width: 100%;
    display:flex;
        }
.txtWhite {
	color: #FFFFFF !important;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 400;
	font-size: 21px;
	line-height: 28px;
}

.resWidth {
	padding: 0px 100px;
	height: 75px;
}

.bottomSec {
	float: right;
	font-size: 14px;
	color: #141414;
	margin-top: -62px !important;
}

.percentageImg {
	margin: 60px 0px;
}

img.icon {
	margin: 20px;
}

.boldTxt {
	font-size: 18px;
	font-family: 'Roboto', sans-serif !important;
	font-style: normal;
	font-weight: 600;
	margin-top: 65px;
}

.boldTxtTwo {
	font-size: 18px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 600;
}

.dynamic-list .list-item {
	padding: 0px;
}

.lightTxt {
	font-size: 16px;
	line-height: 24px;
	color: #414141;
	text-align: center;
}

.preventionSec ul {
	margin-top: 0px;
}

.riskSec,
.twoColSec {
	min-height: auto;
}

.riskSec {
	padding-bottom: 45px;
}

.bannerSection {
	min-height: 652px;
	background-position: center;
}

.pdfSec,
.signUp {
	min-height: 150px;
	height: 240px;
	display:none;
}

.lightText {
	font-weight: 300;
}

.iconSec {
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: center;
	font-size: 16px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700;
	align-items: baseline;
}

.iconSec p {
	line-height: 21px;
	font-weight: 500;
}

.preventSec {
	min-height: 477px;
    padding-bottom:45px;
}

.resSec {
	min-height: 520px;
        padding-bottom: 45px;
}

.refSec {
	min-height: 300px;
}

.resourceSec p {
	padding-bottom: 20px;
}

.footerSec {
	min-height: fit-content;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
}

.footerRef {
	color: #FFFFFF;
	margin-top: 16px;
	text-align: center;
}

.footerRef p {
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500;
	font-size: 12px;
	line-height: 14px;
	color: #FFFFFF;
}

#expert-opinion>.ms-container {
	width: 100% !important;
}

#footer {
	padding: 0px !important;
}

.footer-content {
	padding: 0px !important;
}

.whoRisk {
	margin-top: 45px;
}

.whoRisk .col-sm-2 {
	padding: 0px 20px;
	text-align: center;
	display: inline-block;
	width: 20%;
	margin: 0 auto;
}

.twoColSec .col-sm-6 {
	padding: 0px 138px;
}

.twoColSec .ms-container {
	width: 100%;
	margin: auto;
}

.twoColSec .parsys_column.col-control-2col-50-50-c0 {
	background-color: #AEC7BF;
}

.twoColSec .parsys_column.col-control-2col-50-50-c1 {
	background-color: #EAF3F1;
}

.twoColSec .richText.parbase.section {
	/*width: 75%;
    margin: 0 auto;
    */
}

.percentageImgtwo {
	margin: 60px 100px;
}

.pdfSection {

	text-align:center;
	margin-top: 20px;
}

.pdfIcon {
	flex-basis: 5%;
	padding-left: 20px;
}

div#videosectxt {
	min-height: auto;
	height: auto;
	margin: 0px 0px;
	padding: 0px 0px 60px 0px;
	display:none;
}

.videoSecTxt .ms-container {
	height: auto;
	display:none;
}


/* other styles */

.preventionSec li {
	color: #414141;
	font-weight: 300;
}

.twoColSec .parsys_column.col-control-2col-50-50-c0 {
	height: 502px;
}

.twoColSec .parsys_column.col-control-2col-50-50-c1 {
	height: 502px;
}

.bannerTxt {
	width: 40%;
	margin-top: 25%;
}
.landing-bannerTxt{width: 77%;}
.txtSize {
	width: 81%;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 15px;
}

.singleRow {
	display: flex;
}

.singleRow h1 {
	font-size: 60px;
	color: black;
}

.singleRowpara {
	margin: 36px 0px;
	padding: 22px;
}

.resourceSec {
	width: 50%;
	float: left;
	text-align: center;
	margin: 25px 0px;
}

.preventionSec {
	width: 90%;
	margin: 0 auto;
	display: flex;
	text-align: center;
	color: #000;
}

.preventionSec ul {
	list-style-position: inside;
}

.btnCenter {
	margin: 0 auto;
	text-align: center;
}

.iconPre {
	margin: 10px;
	padding: 10px;
	min-height: 29%;
}

.resourceIcon {
	height: 50px;
}

.footer-content {
	min-height: 0px;
}

#header.default-header nav {
	text-align: left;
}

#header {
	background-color: white !important;
	height: auto;
    padding-top:15px;
}

#header nav .menu-links a {
	color: #414141 !important;
	margin: 0px 30px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500;
	font-size: 16px;
}

.refRight {
	text-align: right;
	width: -webkit-fill-available;
}

.refLeft {
	display: flex;
	width: 100%;
}

.footerLinks a {
	margin-right: 5px;
	color: #FFFFFF;
	margin: 0px 8px;
}

.footerLinks {
	width: 100%;
	line-height: 33px;
	text-align: center;
}


/*Sign UP button*/

.header-local-rep-btn .local-rep-link {
	background-color: #557366;
	border-radius: 20px;
	padding: 6px 25px;
	border: none;
	font-size: 14px;
	text-transform: none;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 700;
	letter-spacing: 0px;
}


/* Arrow */

.arrow {
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
}

.down {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.pinkColor {
	color: #E756F7;
}

.readTranscript {
	display: flex;
}

.pdfSecTxt h5{margin: 5px !important;}
.pdfSection button{width:10%;}
.infoContainer{
    min-height: 120px;
    background-color: #FFFFFF;
    height: 140px;
    padding-top: 75px;
    width: 100%;
    display:none;
}
.infoSection{
	font-family: 'Roboto', sans-serif !important;
    font-size: 12px;
    line-height: 14px;
    font-weight: 300;
}
/*.header-local-rep-btn .local-rep-link{letter-spacing: 0px;}*/
.sc-popup .modal-header, .sc-popup button.close.fg-color{
    display:none;
}
.sc-popup .modal-body{
    min-height:200px!important;
}
.sc-popup .ctaButtonGroup.custom-btn-set{
    height: 70px;
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-end;
    align-items: flex-end;
}
.sc-popup div#sc-content{
    padding:30px 10px;
}
.sc-popup a.ctaButtonOkay.self-yes{
    background-color: #557366;
    border-radius: 20px;
    color:#fff;
    padding: 6px 25px;
    border: none;
    font-size: 14px;
    text-transform: none;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    letter-spacing: 0px;
}
.sc-popup a.ctaButtonCancel.self-no{
    background-color: #557366;
    color:#fff;
    border-radius: 20px;
    padding: 6px 25px;
    border: none;
    font-size: 14px;
    text-transform: none;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 700;
    letter-spacing: 0px;
}
.sc-popup .modal-content{
    border-radius:15px;
}
.sc-popup .exit-header{
    font-weight:bold;
    color:#414141;
    padding-bottom: 10px;
    border-bottom: 2px solid #414141;
}
.sc-popup .exit-text{
    color:#000;
    padding-top :20px;
    font-weight:500;
}
/*new v3 changes*/
.TopDisclaimer{
    width:100%;
    background-color:#557366;
    text-align:center;
    height:45px;
}
p.Disclaimer-Txt{
    font-weight:400;
    font-size:16px;
    color:#fff;
}
@media only screen and (min-width: 1010px) and (max-width: 1920px){
	.riskSec{
		padding-bottom: 80px;
		padding-top: 45px;
	}
	.expertOpinion {
		padding-top: 45px;
		display:none;
	}
	.preventSec{
		padding-top: 45px;
	}
}


/* Mobile */

@media only screen and (max-width: 767px) {
	h1 {
		font-size: 30px;
		line-height: 30px;
	}
	h3 {
		font-size: 22px;
		line-height: 36px;
	}
	h4 {
		font-size: 25px;
		line-height: 30px;
	}
	h5 {
		font-size: 16px;
		line-height: 22px;
		width: 67%;
		font-family: 'Roboto', sans-serif !important;
		font-weight: 400;
	}
	h6 {
		font-size: 18px;
		line-height: 24px;
	}
	p {
		font-size: 16px;
		line-height: 30px;
	}
	button {
		width: 40%;
	}
	.fRigth {
		margin: 0px;
	}
	.bannerTxt {
		width: 90%;
		margin-top: 50%;
	}
	.iconSec {
		display: flex;
		flex-direction: column;
	}
	.riskSec {
		min-height: 650px;
		margin: 30px 0px;
	}
	.twoColSec .parsys_column.col-control-2col-50-50 {
		display: flex;
		flex-direction: column;
	}
	.singleRow {
		display: flex;
		flex-direction: column;
	}
	.txtSize {
		width: 100%;
	}
	.pdfSec,
	.signUp {
		min-height: 182px;
	}
	.expertOpinion {
		min-height: 400px;
		margin: 30px 0px;
		display:none;
	}
	.preventSec {
		min-height: 875px;
	}
	.preventionSec {
		display: flex;
		flex-direction: column;
	}
	.icon {
		height: auto;
	}
	.whoRisk {
		margin-top: 0px;
	}
	.whoRisk .col-sm-2 {
		padding: 0px;
		width: 100%;
	}
	.resourceSec {
		width: 100%;
		margin: 20px 0px;
	}
	.resSec {
		min-height: 1189px;
		display: block;
	}
	.resWidth {
		padding: 0px;
		height: auto;
	}
	.refSec {
		min-height: 600px;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.footerSec {
		min-height: fit-content;
		color: #141414;
		text-decoration: none;
	}
	.footerLinks {
		display: grid;
	}
	.footerRef {
		display: block;
	}
	.refRight {
		text-align: left;
		margin-top: 40px;
	}
.btcColor{
display: table-footer-group;

}
.btcColor p{padding: 0px 50px;}
	#header nav .menu-links a {
		font-size: 22px;
		line-height: 40px;
	}
	.twoColSec .ms-container>div {
		margin: 0px 0px;
	}
	.boldTxt {
		margin-top: 30px;
	}
	header .ms-container .logo img {
		margin-left: 20px;
	}
	/*Navigation*/
	#header .ms-container .mobile-header-container button {
		width: auto;
		margin-right: 10px;
	}
	#header #nav .menu-links a {
		color: #557366 !important;
	}
	#header #nav .menu-links a.active {
		color: #557366 !important;
	}
	#header nav {
		background-color: #FFFFFF !important;
	}
	#header nav .basic-header-top .menu-header .closebtn {
		color: #000 !important;
	}
	#header .ms-container .mobile-header-container button .icon-bar {
		background-color: #557366;
	}
	.link-item ul.li:first-child {
		color: red;
	}
	.fontStyle {
		text-align: left;
	}
	.pdfSection,
	.pdfIcon {
		display: block;
		text-align: center;
	}
	.pdfSection h5 {
		width: 100%;
		font-size: 25px;
		line-height: 25px;
	}
	.expertOpinion {
		min-height: 280px;
		display:none;
	}
	span.fRigth {
		display: inline-flex;
	}
	.greenBorder {
		width: 80%;
	}
	.twoColSec .col-sm-6 {
		padding: 0px;
	}
	.bannerSection {
		min-height: 450px;
		background-position: center bottom;
	}
	.lightTxt {
		text-align: left;
	}
	.twoColSec .col-sm-6 {
		padding: 0px 16px;
	}
.pdfSection button{width:40%;}
.vaccineResponse{
		width:100%;
        display:block;
        padding: 35px;
    }
.hyPentwo{padding-top:0px; display:none;}
.vaccineLeft{padding:0px; width:100%; font-size:22px; line-height:25px;}
.vaccineLeft h1{font-size:22px; line-height:25px;}
.vaccineRight{padding:0px; width:100%;}
.vaccineRight p{text-align:center; margin:0px;}
.onebythreeSectionmain{display:block;}
.bTc{display:block;}
.bTcLeft{width:100%;}
.bTcRight{width:100%; padding: 6% 3% 1% 13%}
.infoContainer{width:100%;}
.infoSection{width:100%; padding: 6px 0px 10px 0px;}


.ms-container.menu-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
ul.dropdown-menu {
    right: -35% !important;
    top: 80% !important;
    text-align: center;
    width: unset !important;
    left: unset !important;
}
.caloginPage .bannerSection {
    min-height: 650px;
}
.caloginPage .ms-container.menu-right {
    display: none;
}

    }
/*Mobile Ends*/


/* Tablet */

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.btnCenter {
		padding-bottom: 45px;
	}
	.txtSize {
		width: 100%;
	}
	.pdfSec,
	.signUp {
		min-height: 125px;
	}
	.icon {
		height: auto;
	}
	.whoRisk {
		margin-top: 0px;
	}
	.whoRisk .col-sm-2 {
		padding: 0px;
		width: 40%;
	}
	.refSec {
		min-height: auto;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.bannerTxt {
		width: 50%;
		margin-top: 25%;
	}
	.whoRisk {
		margin-top: 45px;
	}
	.resWidth {
		width: 100%;
		padding: 0px;
	}
	.resourceSec {
		width: 50%;
		height: 240px;
	}
	.resSec {
		padding-bottom: 43px;
	}
	.footerLinks {
		width: 70%
	}
	.twoColSec .parsys_column.col-control-2col-50-50-c0 {
		height: 414px;
	}
	.twoColSec .parsys_column.col-control-2col-50-50-c1 {
		height: 414px;
	}
	#header nav .menu-links a {
		font-size: 22px;
		line-height: 40px;
	}
	.fRigth {
		margin-left: 0px;
	}
	div#videosectxt {
		padding: 0px;
		display:none;
	}
	.percentageImgtwo {
		margin: 60px 70px;
	}
	.twoColSec .ms-container>div {
		margin: 0px 0px;
	}
	.boldTxt {
		margin-top: 30px;
	}
	header .ms-container .logo img {
		margin-left: 20px;
	}
	/*Navigation*/
	#header .ms-container .mobile-header-container button {
		width: auto;
		margin-right: 10px;
	}
	#header #nav .menu-links a {
		color: #557366 !important;
	}
	#header #nav .menu-links a.active {
		color: #557366 !important;
	}
	#header nav {
		background-color: #FFFFFF !important;
	}
	#header nav .basic-header-top .menu-header .closebtn {
		color: #000 !important;
	}
	#header .ms-container .mobile-header-container button .icon-bar {
		background-color: #557366;
	}
	.link-item ul.li:first-child {
		color: red;
	}
	.fontStyle {
		text-align: left;
	}
	.expertOpinion {
		min-height: 280px;
		display:none;
	}
	span.fRigth {
		display: inline-flex;
	}
	.greenBorder {
		width: 80%;
	}
	.twoColSec .col-sm-6 {
		padding: 0px;
	}
	.bannerSection {
		min-height: 450px;
		background-position: center bottom;
	}
	.lightTxt {
		text-align: left;
	}
	.lightText {
		height: 100px !important;
	}
	.twoColSec .col-sm-6 {
		padding: 0px 16px;
	}
	button {
		max-width: 200px;
		width: 34%
	}
	.expertOpinion.ms-section-container .ms-container>div {
		margin: 0px !important;
		display:none;
	}
	.preventSec {
		padding-top: 45px;
	}
	.fontStyle img {
		float: right;
		margin-top: 9px;
	}
	.fRigth {
		margin-left: 317px;
	}
	/*menu*/
	#header nav .menu-links a {
		font-size: 16px;
		margin: 0px 24px;
	}
}
/*Tablet Ends*/

/* Login page for canada site */
.self-certification-holder .modal-header {
    display: block !important;
    margin-left: 28px;
}
.selfCertification .btn {
    background: #fff!important;
    border: 1px solid #000 !important;
    color: #000;
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px!important;
    font-style: normal;
    font-weight: 700;
    line-height: 1.42857;
    margin-left: 0!important;
    margin-top: 15px;
    padding: 5px;
    width: 25%!important;
}
button {
    background-color: #557366;
    width: 20%!important;
    padding: 10px;
    border: none;
    color: white;
    border-radius: 20px;
}
.caloginPage .control-label{
    font-family:Roboto;
    font-size:22px;
    color:#fff;
}
.caloginPage .form-group{
    width:100%;
    margin:0 auto;
}
.caloginPage input.form-control.self-certification-text-field.track-field-value{
    width: 70%;
    height: 45px;
    margin: 15px 0;
}
.caloginPage .modal-footer.self-certification-modal-footer.mobile-center{
    display:flex;
}
.caloginPage button.btn.btn-primary.self-certify-yes.submit-btn{
    height:45px;
    background-color:#EAF3F1 !important;
    border-radius:0px;
    color:#000;
    cursor: pointer;
}
.caloginPage .modal-footer {
    justify-content: left!important;
}
.caloginPage h4.modal-title {
    color: #FFF;
}
.caloginPage .modal-body {
    padding: 5px 35px 0px 28px!important;
}

.caloginPage .bannerSection {
    min-height: 650px;
}
/* Login page for canada site */