/* FONTS */
@font-face {
    font-family: 'Helvetica Neue 55 Roman';
    src: url('HelveticaNeueLTStd-Roman.eot');
    src: url('HelveticaNeueLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('HelveticaNeueLTStd-Roman.woff2') format('woff2'),
        url('HelveticaNeueLTStd-Roman.woff') format('woff'),
        url('HelveticaNeueLTStd-Roman.ttf') format('truetype'),
        url('HelveticaNeueLTStd-Roman.svg#HelveticaNeueLTStd-Roman') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Helvetica Neue 75 Bold';
    src: url('HelveticaNeueLTStd-Bd.eot');
    src: url('HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),
        url('HelveticaNeueLTStd-Bd.woff2') format('woff2'),
        url('HelveticaNeueLTStd-Bd.woff') format('woff'),
        url('HelveticaNeueLTStd-Bd.ttf') format('truetype'),
        url('HelveticaNeueLTStd-Bd.svg#HelveticaNeueLTStd-Bd') format('svg');
    font-weight: bold;
    font-style: normal;
}

/* BASIC CHANGES */
body {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	-webkit-tap-highlight-color: transparent;
	background-color: #fff;
	font-family: 'Helvetica Neue 55 Roman';
	font-size: 1.8rem;
	font-weight: 100;
	color: #1b1b1b;
	line-height: 2;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 12px;
    padding-right: 12px;
}
@media (min-width: 1212px) {
.container {
    max-width: 1212px;
}
}
@media (min-width: 992px) {
.container {
    width: 100%;
}
}
@media (min-width: 768px){
.container {
    width: 100%;
}
}
@media (max-width: 992px) {
	.container {
		max-width: 100%;
	}
}
.row {
	margin: 0 auto;
	padding: 3rem 0;
}
.col-fix {
    margin-right:-15px;
    margin-left:-15px;
}
.underline {
	border-bottom: 1px dashed #eee;
}
.layer_up {
	height:0px;
	margin-top:-10px;
	margin-bottom:-25px;
}


/* TYPOGRAPHY */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-family: 'Helvetica Neue 75 Bold';
	font-weight: normal;
	line-height: 1.2;
	color: #002855;
}
.h1, .h2, .h3, h1, h2, h3 {
	margin-top: 20px;
	margin-bottom: 20px;
}
h1, .h1 {
	font-size: 4rem;
	line-height: 4rem;
}
h2, .h2 {
	font-size: 2.4rem;
	line-height: 3.6rem;
}
h4, .h4 {
	font-size: 1.3em;
}
h3, .h3 {
	font-size: 2.1rem;
	line-height: 3rem;
}
h5, .h5 {
	font-size: 1em;
}
h6, .h6 {
	font-size: 1.4rem;
}
ul {
	margin: 0 0 1rem;
}
p {
	font-size: inherit;
	font-family: 'Helvetica Neue 75 Bold';
	line-height: 3rem;
	margin-top: 0;
	margin-bottom: 2.5rem;
}
strong {
	font-family: 'Helvetica Neue 55 Roman';
	font-weight: normal;
}
a {
	color: #002855;
  text-decoration:none;
}
a:hover {
    text-decoration:none;
}
p a {
	color: #002855;
	text-decoration: underline
}
p a:hover {
	text-decoration: none;
}
.row>h2, .row>h3, .row>h4 {
	margin: 30px 0;
	padding: 10px;
	border-left: 4px solid #002855;
}
.blockquote {
	padding: 0;
	border-left: none;
	font-size: 3.6rem;
	line-height: 4.8rem;
	color: #002855;
	padding-left: 70px;
	margin: 0;
	vertical-align: top;
	background: url(../images/quote.png) no-repeat;
	background-position: 0 10px;
}
.wrap {
    margin: 30px 0;
    padding: 10px;
    border-left: 4px solid #002855
}


/* NAVBAR */
.navbar {
    min-height:70px;
    padding-top:5px;
}
.navbar-inverse {
    background-color: #002855;
    border-color: none;
}
/* PAGE SECTION */
.page_section {
    position: relative;
    background-size: cover;
    color: #000;
}
.section-landing {
    background: url(homehero.jpg) no-repeat center;
    background-size: cover;
    margin-top: -22px;
    margin-bottom: 50px;
}
.section-knowledge {
    margin-bottom: 40px;
    color:white;
}

/* RADIO BUTTONS*/
.crmEntityFormView .cell.boolean-radio-cell input[type="radio"]{
    vertical-align: middle;
}
/* BUTTONS */
.btn {
	cursor: pointer;
}
.btn-default {
	background-color: #002855;
	color: #fff;
	margin: 0;
	padding: 1.1rem 3rem;
	border: 0;
	display: inline-block;
	text-decoration: none;
	line-height: normal;
	font-size: 1.5rem;
	font-family: 'Helvetica Neue 55 Roman';
	text-align: center;
	border-radius: 0px;
}
.btn-default:hover {
	background-color: #002855;
	color: #fff;
	text-decoration: underline;
}
.btn-primary {
	background-color: #fff;
	color: #003D4C;
	border: 1px solid #d1d1d3;
	margin: 0;
	padding: 1.1rem 3rem;
	display: inline-block;
	text-decoration: none;
	line-height: normal;
	font-size: 1.5rem;
	font-family: 'Helvetica Neue 55 Roman';
	text-align: center;
	border-radius: 0px;
}
.btn-primary:hover {
	color: #003D4C;
	border: 1px solid #d1d1d3;
	background-color: #eee;
	text-decoration: underline;
}
.btn-submit {
	width: auto;
	color: #fff;
	font-size: 1em;
	padding: 1rem 2rem;
	margin-top: 10px;
	display: block;
	cursor: pointer;
	background: #002855;
	font-family: 'Helvetica Neue 75 Bold';
	border-radius: 0px;
}
.btn-submit:hover {
	background-color: #003D4C;
	color: #fff;
	text-decoration: underline;
}
/* BREADCRUMB */
.breadcrumb {
	padding: 0;
	margin-bottom: 0;
	display: block;
	background: #eee;
	border-radius: 0;
}
.breadcrumb>li {
	color: #002855;
	padding: 0 7px;
	font-size: 1.6rem;
}
.breadcrumb>li a {
	text-decoration: none;
}
.breadcrumb>li a:hover {
	cursor: pointer;
}
.breadcrumb>li+li:before {
	padding: 0;
	height: 42px;
	width: 5px;
	margin-left: -10px;
	margin-right: 10px;
	content: url(../icons/breadcrumb-arrow.svg);
}
.nav-tabs>li>a {
	color: white;
	padding: 0 15px;
	margin: 0;
	line-height: 46px!important;
	color: #002855;
	float: left;
	cursor: pointer;
	z-index: 2;
	position: relative;
	font-weight: 400;
	font-family: 'Helvetica Neue 75 Bold';
	font-size: 1.6rem;
	text-decoration: none;
	border: none;
}
.nav-tabs>li>a:hover {
	margin-left: 0px;
	text-decoration: none;
	background-color: #fff;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color: #003D4C;
	cursor: default;
	background-color: #fff;
	border: none;
	border-bottom: 1px solid #ddd;
}
.nav-tabs>li.active:before {
	top: -webkit-calc(100% - 18px);
	top: calc(100% - 18px);
	left: 50%;
	content: url(../icons/tab-down.jpg);
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	margin-left: -8px;
	border: none;
	z-index: 12;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color:#809EA5;
}
.navbar-inverse .navbar-toggle {
    border-color:white;
}
.navbar-inverse .navbar-nav > li a {
	color:white;
    line-height: 30px;
}
.navbar-inverse .navbar-nav > li:hover {
	background-color:#809EA5;
}
.navbar .dropdown.open a.dropdown-toggle {
	background-color:#809EA5;
}
.navbar .dropdown.open .dropdown-menu {
	background-color:#002855;
}
.navbar .dropdown.open .dropdown-menu li a:hover {
	background-color:#809EA5;
}
.dropdown-search {
	width:570px
}
/* HERO IMAGE */
.container .jumbotron {
	padding: 0;
    overflow:hidden;
}
.jumbotron h2 {
    color: #fff;
}
.jumbotron {
	position: relative;
	max-height: 400px;
	text-align: center;
	color: #fff;
}
.jumbotron>img {
	width: 100%;
	max-height: 600px;
	overflow: hidden
}
.jumbotron-caption {
	position: absolute;
	right: 0%;
	left: 0%;
	top: 0%;
	bottom: 0%;
	z-index: 600;
	background: rgba(9, 49, 91, 0.6);
}
.jumbotron-page-title {
	padding: 6% 30px;
	position: relative;
}
.jumbotron-page-title>h6 {
	color: white;
}
.lozenge {
	position: absolute;
	z-index: 2;
	text-align: left;
	top: 30px;
	left: 30px;
	width: auto;
	display: inline-flex;
}
.lozenge>img {
	height: 39px;
	margin-right: 15px;
	font-size: 1.7em;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height: 3.2rem;
	letter-spacing: -1px;
}
.lozenge .strapline {
	width: -webkit-calc(100% - 140px);
	width: calc(100% - 140px);
	display: inline-block;
	width: 57%;
	height: 44px;
}
.lozenge .strapline .title {
	display: block;
	font-size: 1.3em;
	line-height: 1em;
	font-family: 'Helvetica Neue 75 Bold';
}
.lozenge .strapline .smalltitle {
	font-size: 1.6rem;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 100%;
	display: -webkit-box;
	line-height: 1.8rem;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-family: 'Helvetica Neue 55 Roman';
}
.jumbotron h2 {
text-align: center;
color: #fff;
font-size:3rem;
}
@media (min-width: 768px){
.jumbotron h2 {
  font-size:4rem;
}
}
.jumbotron .blocks {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}
.jumbotron .blocks .blocks-top {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}
.jumbotron .blocks .blocks-top-pink {
	background: #de0076;
	display: block;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 0;
	right: 50px;
}
.jumbotron .blocks .blocks-top-blue {
	background: #002855;
	display: block;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 50px;
	right: 0px;
}
.jumbotron .blocks .blocks-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
}
.jumbotron .blocks .blocks-bottom-pink {
	background: #007E97;
	display: block;
	height: 50px;
	width: 50px;
	position: absolute;
	bottom: 0;
	left: 50px;
}
.jumbotron .blocks .blocks-bottom-blue {
	background: #809EA5;
	display: block;
	height: 50px;
	width: 50px;
	position: absolute;
	bottom: 0;
	left: 100px;
}
.jumbotron-page-title  {
  padding:6% 2%;
}
.jumbotron-page-title .input-group {
	max-width:100%;
	margin-left:0;
}
@media (min-width: 768px){
.jumbotron-page-title .input-group  {
  max-width:80%;
	margin-left:10%
}

}
@media (min-width: 992px) {
.jumbotron-page-title .input-group  {
  max-width:60%;
	margin-left:20%
	}
}
/* PULLOUTS */
.pullout {
	background: #eee;
	width: 100%;
	min-height: 164px;
	padding: 2rem 3rem;
	margin: .5rem;
	display: inline-block;
	font-size: 2.1rem;
	font-family: 'Helvetica Neue 75 Bold';
}
.pullout>p {
	margin: 0;
}
.pullout .pullout-number {
	font-size: 5.0rem;
	line-height: 1em;
}
/* TABLES */
.table {
	border-spacing: 0;
	border-collapse: collapse;
	text-align: left;
	padding: 10px;
	min-width: 120px;
	font-size: 1.6rem;
	font-family: 'Helvetica Neue 75 Bold';
	border-bottom: 1px solid #d1d3d3;
}
.table>td {
	padding: 0;
	line-height: 1.5em;
}
.table>thead:first-child>tr:first-child>th {
	border-top: 1px solid #d1d3d3;
	background: #eef3f4;
	font-weight: bold;
}
.table>tbody>tr:nth-child(even) {
	background: #eef3f4;
	border-bottom: 1px solid #d1d3d3;
}
/* FORMS */
/* FORMS */
.form-container {
	padding: 4%;
	background: #dee8ea;
	margin-bottom: 3%;
	font-size: 1.6rem;
}
.form-container h3 {
	color: #003D4C;
	font-size: 1.6em;
	font-family: 'Helvetica Neue 75 Bold';
	margin-bottom: 2%;
	margin-top: 0px;
}
.form-container p {
	color: #333;
}
.form-control {
	display: block;
	width: 99%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #333;
	background: #fff;
	font-family: 'Helvetica Neue 55 Roman';
	box-shadow: none;
	border-radius: 0;
	min-height: 4.1rem;
	font-size: inherit;
	font-weight: 100;
	line-height: normal;
	border:1px solid #d2d2d2;
}

.form-group>input::placeholder {
	color: #333;
	opacity: 1;
}
.form-group>textarea::placeholder {
	color: #333;
	opacity: 1;
}
.checkbox {
	line-height: 18px;
}
.form-container .errors {
	color: #c00;
	font-family: 'Helvetica Neue 75 Bold';
	line-height: 1.2em;
}
.panel-default .panel-heading {
	background-color:#809EA5;
	color:#FFF;
}
/* MY SUPPORT */
.entitylist-filter-option-group-label.h4 {
	font-size:18px;
}
.input-group.entitylist-filter-option-text {
	font-size:14px
}
.entitylist li a {
	font-size:1.5rem;
}
.entitylist-search {
	font-size:1.5rem;
}
.entitylist-search button{
	font-size:1.5rem;
	padding:8px;
}
.entitylist-search .form-control {
	min-height:3rem;	
}
.entitylist .btn-primary {
	font-size:1.5rem;
	padding: 0.8rem 1.0rem;
}
.btn-entitylist-filter-submit {
 width:100%;
	font-size:1.5rem;
	margin-left:-33%;
	
}
.entitylist .table > tbody > tr > td:nth-child(1) a::before {
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    width: 95%;
    height: 32px;
    margin-top: -8px;
    
}
.entitylist .table > tbody > tr:hover, .entitylist .table > tbody > tr > td a:hover {
  left: 15px;
  width: 95%;
  height: 100%;
  background-color: #EEEEEE;
}
.entitylist .dropdown .btn-xs {
	font-size:1rem;
	padding:5px 6px;
}
.case-deflection .panel-heading h4 {
	color:white;
	font-size:2.5rem;
}
.case-deflection .panel-heading .fa-search {
	font-size:2.0rem;
	padding-right:10px
}
/* LABELS */
.label-default  {
	background-color:#809EA5;
	border-radius:0;
}
.label-info {
	background-color: #65C4DB;
	border-radius:0;
}
/* FOOTER */

footer .footer-top {
    width: 100%;
    height:10px;
    background-color: #232222;
    display: flex;
    align-items: center;
    visibility: hidden;
}

footer .footer-top h4 {
    color:white;
}

footer .footer-top p {
    color:white;
}

footer .footer-bottom {
    background-color:#40403e;
	color:white;
	font-size: 0.7em;
	width:100%;
	margin: 0 auto;
	overflow: hidden;
}
footer .footer-bottom a {
    color:white;
	text-decoration: none;
	padding: 20px 0;
}

footer .footer-bottomli {
	line-height: 2em;
	padding-right: 25px;
	display: inline-block;
}
footer .footer-bottom ul {
	list-style-type: none;
	padding-left: 0px;
}

footer .footer-bottom a:hover {
	text-decoration: none
}

.panel-heading h4 {
	color:white;
}

.search-results li .fragment {
    font-family: 'Segoe UI Light';
}

.search-results .highlight{
font-family: 'Helvetica Neue 55 Roman';
}

.section-landing-heading {
    float:right;
}

.footer-list {
    margin-top: -38px;
}


.footer-list h4 {
    color:white;
}

.list-inline {
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    display: inline;
    margin-left: 0;
}

/* Power Virtual Agent styles */
.pva-floating-style {
  position: fixed;
  bottom: 0px;
  right: 0px;
  margin-right: 16px;
  margin-bottom: 18px;
  z-index: 9999;
}

html[dir="rtl"] .pva-floating-style {
  position: fixed;
  bottom: 0px;
  left: 0px;
  margin-left: 16px;
  margin-bottom: 18px;
  z-index: 9999;
}
/* Power Virtual Agent styles ends */