/** global css */
body {
	color: #17387C;
	font-family: AvenirNextRegular;
}
.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}
.mt-40 {
	margin-top: 40px;
}
main {
	background-color: #DFF8FF;                                             /* fallback color (eg. the gradient center color), if gradients not supported; you could also work with an gradient image, but mind the extra HTTP-Request for older browsers */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorStr=#FFF, EndColorStr=#DFF8FF )"; /* IE8-9, ColorZilla Ultimate CSS Gradient Generator uses SVG bg image for IE9 */
	background-image: -webkit-linear-gradient(top, #FFF, #DFF8FF ); /* Chrome10-25, Saf5.1-Saf6, iOS -6.1, Android -4.3 */
	background-image: -moz-linear-gradient(top, #FFF, #DFF8FF ); /* Fx3.6-15 */
	background-image: -o-linear-gradient(top, #FFF, #DFF8FF ); /* Op11.10-12.02 */
	background-image: linear-gradient(to bottom, #FFF, #DFF8FF );
	padding-top: 173px;
    margin-top: -170px;
	padding-bottom: 40px;
}

.pagetitle {
	padding-top: 30px;
}
.pagetitle h1 {
  font-size: 35px;
  font-family: AvenirNextBold;
}
.lgWrap {
	margin: 40px 0;
	border-bottom: 2px solid #D0D0D0; 
	padding-bottom: 40px;
}
.leftSec h2 {
  font-size: 45px;
  font-family: AvenirNextBold;
}
.leftSec p {
  font-size: 22px;
  font-family: AvenirNextMedium;
}
.leftSec ul {
  font-size: 26px;
  font-family: AvenirNextBold;
}
.leftSec .btn-primary {
	background-color: #E26425;
	font-family: AvenirNextBold;
	border-color: #E26425;
	margin-top: 40px;
	width: 300px;
	font-size: 24px;
    height: 64px;
    line-height: 50px;
}
.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
	background-color: #E26425;
	font-family: AvenirNextBold;
	border-color: #E26425;
}
.rightSec img {
	max-width: 90%;
}
footer {
	padding: 70px 0 6px;
}
footer p {
	font-size: 14px;
	color: #4a4a4a;
	margin-top: 20px;
}
footer ul {
	list-style-type: none;
	display: flex;
	margin-top: 10px;
	font-size: 14px;
}
footer ul li {
	margin-right: 20px;
}
footer ul li:last-child {
	margin-right: 0;
}
footer ul li a,
footer ul li a:focus {
	text-decoration: underline;
	color: #17387c;
}
footer ul li a:hover {
	text-decoration: none;
	color: #17387c;
}
.ccpa-link p {
    margin-top: 0;
}
.ccpa-link p a {
    color: #17387C;
	font-family: 'AvenirNextRegular';
}
.ccpa-link p strong {
    font-family: AvenirNextBold;
}

/* starting for 404 page css */

.tex-404{
	padding-top: 50px;
    text-align: center;
	padding-bottom: 50px;
}

.tex-404 p:nth-child(1) {
    color: #121a50;
    font-size: 80px;
    line-height: 32px;
    display: table;
    width: 100%;
    font-family: 'Red Hat Display',sans-serif;
    font-weight: 400;
}


.tex-404 p:nth-child(1) span {
    font-size: 25px;
    margin-top: 15px;
    display: table;
    text-align: center;
    margin: auto;
    padding-top: 50px;
    font-family: 'Red Hat Display',sans-serif;
}

.tex-404 p:nth-child(2) {
    color: #121a50;
    font-size: 24px;
    padding: 10px 0;
    display: table;
    width: 100%;
    line-height: 28px;
    font-family: 'Red Hat Display',sans-serif;
}

u {
	font-weight: 600;
}

/*  GlobalOptoutLinks link block css --- Start   */
.GlobaloptoutLinks ul {
	display: block;
}
.col-md-12.ccpa-link {
	margin-bottom: 20px;
}
/*  GlobalOptoutLinks link block css --- End   */