/*Footer CTA section */
#sdpcutomerlogos, #ftrgetstd, #allFea{ display: none;}
.footerctas{background: #f3fcff;
    padding: 3% 0;}
#itsmfooterctasec, #hdsfooterctasec, #gdprfooterctasec{background: #f3fcff;
    padding: 3% 0;}
#gdpr-additionalrcs h2.gdpr{ width: 100% !important;}

ul.gdprlinks li{ margin: 10px 0}
.bradkrm-container{ width: 1400px; margin: 0 auto}
.selfsrviceftrcta{background: #f3fcff;
    padding: 3% 0;}
#selserviceftrlinks{background: #fff;}
#itsmfooterctasec h2 {
    font-family: 'proxima_novasemibold', 'Open Sans', sans-serif;
    font-size: 30px;
    line-height: 1.25;
}
a.startyrfre {
    background: #e23c32;
    color: #fff;
    font-size: 19px;
    padding: 7px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 400;
    width: 130px;
    display: inline-block;
    margin: 0 10px;
    line-height: 24px;
    font-family: 'proxima_novasemibold', 'Open Sans', sans-serif;
}
a.strtur30dys > span, a.startyrfre > span {
    font-size: 12px;
    display: block;
    letter-spacing: 1px;
}
a.startyrfre {
    background: #e23c32;
    color: #fff;
    font-size: 19px;
    padding: 7px 30px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 400;
    width: 130px;
    display: inline-block;
    margin: 0 10px;
    line-height: 24px;
    font-family: 'proxima_novasemibold', 'Open Sans', sans-serif;
}
a.ftrdemo {
    background: #E9142B;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding: 10px 40px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0;
    font-weight: 500;
    display: none;
}
.tac {
    text-align: center;
}

.mT0 {
    margin-top: 0 !important;
}
.mT30 {
    margin-top: 30px;
}
/*Footer additional links section */
#additionalsec{ background: #fff; padding: 3% 0}

.add-resources-bg{padding: 50px 0;}
.add-resources-bg .container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

ul.add-resources {
	display: flex;
    align-items: center;
}
ul.add-resources li {
	flex: 0 0 50%;
}
ul.add-resources h4 {
	margin-left: 0px;
	text-transform: uppercase;
	font-size: 19px;
}
ul.add-resources h2 {
	width: 65%;
	font-size: 28px;
	color: #3180d2;
	margin: 10px 0px 30px 0px;
}
img.add-res {
	display: block;
	margin: 40px auto 0px 60px;
}
h4.other {
    margin: 50px 0px 10px 0px !important;
    text-transform: inherit !important;
    font-size: 18px !important;
}
p.lot-more {
	width: 80%;
}
ul.add-resources a {
	color: #3180d2;
	font-size: 18px;
	text-decoration: underline;
}
ul.watch li {
	font-size: 18px;
	line-height: 1.8;
}
ul.luxury {
	margin: 30px 0px;
}
ul.luxury li {
	font-size: 18px;
	line-height: 1.8;
}
ul.lnks li {
	font-size: 18px;
	line-height: 1.8;
}
ul.add-resources >li:nth-child(1) {
	border-right: 1px solid #e6e6e6;
}
ul.add-resources> li:nth-child(2) {
	margin-left: 44px;
}
ul.lnks li a {
	position: relative;
	text-decoration: none;
}
ul.lnks li a:before {
	content: "";
	width: 0%;
	border-bottom: 1px solid #3180d2;
	position: absolute;
	top: 0;
	left: 0px;
	bottom: 0;
	transition: width 0.5s;
}
ul.lnks li a:hover:before {
	width: 100%;
}
ul.luxury li a {
	position: relative;
	text-decoration: none;
}
ul.luxury li a:before {
	content: "";
	width: 0%;
	border-bottom: 1px solid #3180d2;
	position: absolute;
	top: 0;
	left: 0px;
	bottom: 0;
	transition: width 0.5s;
}
ul.luxury li a:hover:before {
	width: 100%;
}
ul.addresorcs li a {
	position: relative;
	text-decoration: none;
    font-size: 16px;
}
ul.addresorcs li a:before {
	content: "";
	width: 0%;
	border-bottom: 1px solid #3180d2;
	position: absolute;
	top: 0;
	left: 0px;
	bottom: 0;
	transition: width 0.5s;
}
ul.addresorcs li a:hover:before {
	width: 100%;
}

ul.otherlinkcont{ display: flex;}


ul.otherlinkcont li.left{ width: 50%;}
ul.otherlinkcont li.right{ width: 50%;}


ul.otherlinks li a {
	position: relative;
	text-decoration: none;
    font-size: 16px;
}
ul.otherlinks li a:before {
	content: "";
	width: 0%;
	border-bottom: 1px solid #3180d2;
	position: absolute;
	top: 0;
	left: 0px;
	bottom: 0;
	transition: width 0.5s;
}
ul.otherlinks li a:hover:before {
	width: 100%;
}


@media screen and (max-width:980px) {
	ul.add-resources h2 {
		width: 90%;}
ul.add-resources {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

ul.add-resources >li:nth-child(1) {
    border-right: none;
}
ul.add-resources> li:nth-child(2) {
    margin-left: 0px;
}
ul.add-resources li {
    flex: 0 0 100%;
}
}