:root {
	font-family: proxima-nova,sans-serif; font-size: 18px;
}

ol, ul {
  list-style: none; }

.xp5container {
margin: 20px auto;  
}

.xp5notif-controls {  
position: absolute;
top: 0;
right: 0;
height: 16px;
padding: 4px 3px 5px;
background: #f0f0f0;
border: solid #dcdcdc;
border-width: 0 0 1px 1px;
border-radius: 0 2px;

}

.xp5notif-header {
position: absolute;
top: 0;
left: 0;
height: 26px;
WHITE-SPACE: nowrap; 
FONT: bold 14px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
BACKGROUND-COLOR: #bfbfbf;
width: 100%;
margin-right: 16px;
display:flex;
align-items:center;
background-image: linear-gradient(to right, #808080, #f2f2f2);
}

.xp5notif-header span {
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin-left: 8px;
  color:#ffffff;
}


.xp5notif-header-text {
COLOR: #ffffff;
margin-left: 10px;
margin-top: 4px;
margin-right: 16px;
background-image: -webkit-linear-gradient(top, #bfbfbf, #8c8c8c 90%);
background-image: -moz-linear-gradient(top, #bfbfbf, #8c8c8c 90%);
background-image: -o-linear-gradient(top, #bfbfbf, #8c8c8c 90%);
background-image: linear-gradient(to bottom, #bfbfbf, #8c8c8c 90%);
}

.hidecontent {
position:relative;
height:0px;
display:block;
visibility:hidden;
margin-right:16px;
}

.xp5notif-controls > a {
position: relative;
float: left;
margin: 0 1px;
width: 16px;
height: 16px;
font: 0/0 serif;
text-shadow: none;
color: transparent;
}

.notif-close:before, .notif-close:after {
content: '';
position: absolute;
top: 4px;
left: 7px;
width: 2px;
height: 10px;
background: #bbb;
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
}

.notif-close:after {
top: 8px;
left: 3px;
width: 10px;  
height: 2px;
}

.notif-close:hover:before, .notif-close:hover:after {
background: #888;
}

.xp5button {
  display: inline-block;
  vertical-align: top;
  min-width: 60px;
  line-height: 35px;
  padding: 0 20px;
  color: white;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  background: #8c96a4;
  border: 1px solid;
  border-color: #8c8f9a #78828b #6e6e6e;
  background-image: -webkit-linear-gradient(top, #a9b5c4, #848d9b 90%);
  background-image: -moz-linear-gradient(top, #a9b5c4, #848d9b 90%);
  background-image: -o-linear-gradient(top, #a9b5c4, #848d9b 90%);
  background-image: linear-gradient(to bottom, #a9b5c4, #848d9b 90%);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 0 1px 1px rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 0 1px 1px rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
}

.objblock {
  display: block;
}

.xp5button a {
  color: white;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
}

.xp5button-blue {
  background: #6990d1;
  border-color: #687ebb #5f74a6 #4e6198;
  background-image: -webkit-linear-gradient(top, #8eb7e0, #5f85cc 90%);
  background-image: -moz-linear-gradient(top, #8eb7e0, #5f85cc 90%);
  background-image: -o-linear-gradient(top, #8eb7e0, #5f85cc 90%);
  background-image: linear-gradient(to bottom, #8eb7e0, #5f85cc 90%);
}

.xp5button-green {
  background: #00cc44;
  border-color: #00b33c #00802b #00802b;
  background-image: -webkit-linear-gradient(top, #00cc44, #00802b 90%);
  background-image: -moz-linear-gradient(top, #00cc44, #00802b 90%);
  background-image: -o-linear-gradient(top, #00cc44, #00802b 90%);
  background-image: linear-gradient(to bottom, #00cc44, #00802b 90%);
}

.xp5button-red {
  background: #ff3333;
  border-color: #ff0000 #e60000 #e60000;
  background-image: -webkit-linear-gradient(top, #ff3333, #e60000 90%);
  background-image: -moz-linear-gradient(top, #ff3333, #e60000 90%);
  background-image: -o-linear-gradient(top, #ff3333, #e60000 90%);
  background-image: linear-gradient(to bottom, #ff3333, #e60000 90%);
}

.xp5button-fix75 { width:75px;}
.xp5button-fix100 { width:100px;}
.xp5button-fix200 { width:200px;}
.xp5button-fix300 { width:300px;}

.xp5button-blue:active {
  background: #5f85cc;
  border-color: #4e6198 #5f74a6 #5f74a6;
}

.xp5button-blue:inactive {
  background: #8c96a4;
  border-color: #8c8f9a #78828b #6e6e6e;
}
.xp5nav-link {
  /* float: left; */
  position: relative;
  padding: 0 14px;
  line-height: 34px;
  font-weight: bold;
}
.xp5nav-counter {
  /* position: absolute; */
  top: -1px;
  right: 1px;
  min-width: 8px;
  height: 20px;
  line-height: 20px;
  margin-top: -14px;
  padding: 0 6px;
  font-weight: normal;
  font-size: 12px;
  color: white;
  text-align: center;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  background: #e23442;
  border: 1px solid #911f28;
  border-radius: 11px;
  background-image: -webkit-linear-gradient(top, #e8616c, #dd202f);
  background-image: -moz-linear-gradient(top, #e8616c, #dd202f);
  background-image: -o-linear-gradient(top, #e8616c, #dd202f);
  background-image: linear-gradient(to bottom, #e8616c, #dd202f);
  -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.1), 0 1px rgba(0, 0, 0, 0.12);
}
.xp5grayborder1 {
border: 2px solid #A0A0A0; background-color:#F8F8F8;
}
.xp5yellowborder1 {
border: 2px solid #A0A0A0; background-color:#FFFFCC;
}

.breadcrumbs {
  overflow: hidden;
  line-height: 33px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3);
  background: #d7ebf8;
  border-radius: 2px; }
  .breadcrumbs > li {
    float: left; }


.breadcrumb {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0 9px 0 33px; }
  .breadcrumb:hover {
    text-decoration: none;
    background: #c6e2f5; }
  .breadcrumb:before, .breadcrumb:after {

    content: '';
    position: absolute;
    top: -16px;
    left: -13px;
    width: 0;
    height: 0;
    border: 33px outset transparent;
    border-left: 33px solid white;
    pointer-events: none; 
	}
  .breadcrumbsel .breadcrumb:after {
    left: -16px;
    border-left-color: #aaa; }
  .breadcrumb:after {
    left: -16px;
    border-left-color: #d7ebf8; }
  li:hover + li > .breadcrumb:before {
    border-top: 33px solid #d7ebf8;
    border-bottom: 33px solid #d7ebf8; }
  li:hover + li > .breadcrumb:after {
    border-left-color: #c6e2f5; }
  li:first-child > .breadcrumb {
    padding-left: 13px; }
    li:first-child > .breadcrumb:before, li:first-child > .breadcrumb:after {
      display: none; }



	
.breadcrumbsel {
  background: cfcfcf;
  display: block;
  position: relative;
  overflow: hidden;
  padding: 0 9px 0 33px; }
  .breadcrumbsel:hover {
    text-decoration: none;
    background: #c6e2f5; }
  .breadcrumbsel:before, .breadcrumbsel:after {
    content: '';
    position: absolute;
    top: -16px;
    left: -13px;
    width: 0;
    height: 0;
    border: 33px outset transparent;
    border-left: 33px solid white;
    pointer-events: none; }
  .breadcrumbsel:after {
    left: -16px;
    border-left-color: #d7ebf8; }
  li:hover + li > .breadcrumbsel:before {
    border-top: 33px solid #cfcfcf;
    border-bottom: 33px solid #cfcfcf; }
  li:hover + li > .breadcrumbsel:after {
    border-left-color: #c6e2f5; }
  li:first-child > .breadcrumbsel{
    padding-left: 13px;}
 

	    .breadcrumbnext:after {
    border-left-color: #cfcfcf; }

.box-cedge {
	position: relative; padding: 1rem; border: 1px solid rgb(95, 158, 202); border-image: none; margin-bottom: 1rem; border-top-left-radius: 1rem; border-bottom-right-radius: 1rem; background-color: rgb(240, 246, 251);
}
.box-cedge h2 {
	color: rgb(15, 68, 116); font-weight: 700;  line-height: 30px; font-size: 26px; font-family: "proxima-nova", sans-serif;
}
.box-cedge b {
	color: rgb(102, 102, 102);
}
.box-cedge p {
	padding: 0px;
}

.flex-container {
  display: flex;
  /* background-color: #f2f2f2; */
  background-image: -webkit-linear-gradient(top, #a9b5c4, #848d9b 90%);
  background-image: -moz-linear-gradient(top, #a9b5c4, #848d9b 90%);
  background-image: -o-linear-gradient(top, #a9b5c4, #848d9b 90%);
  background-image: linear-gradient(to bottom, #b3b3b3, #d9d9d9 70%);
  }

.flex-container > div {
  background-color: #d9d9d9;
  margin: 10px;
  padding: 10px;
}

.graygradient {
  background-image: -webkit-linear-gradient(top, #e1e5ea, #c2cbd6 90%);
  background-image: -moz-linear-gradient(top, #e1e5ea, #c2cbd6 90%);
  background-image: -o-linear-gradient(top, #e1e5ea, #c2cbd6 90%);
  background-image: linear-gradient(to bottom, #e1e5ea, #c2cbd6 90%);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 0 1px 1px rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 0 1px 1px rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* Design changes from 10/2021 */ 

.tabobject1 {
 	BORDER-RIGHT: #cccccc 1px solid; 
	BORDER-TOP: #cccccc 1px solid; 
	MARGIN-BOTTOM: 0px; 
	BORDER-LEFT: #cccccc 1px solid; 
	WIDTH: 100%; 
	BORDER-BOTTOM: #e5e5e5 1px solid;
	PADDING-TOP:2px;  
	BACKGROUND-COLOR: #f0f0f0;
	box-sizing: border-box;
}
.tabobject1 .tabcont1 {
	VERTICAL-ALIGN: bottom; WIDTH: 100%; HEIGHT: 30px; BACKGROUND-COLOR: #f0f0f0; TEXT-ALIGN: bottom; display:flex; VERTICAL-ALIGN: bottom; 
}
.tabobject1 .tabcont1 .actvtnav {
	BORDER-RIGHT: #b6b6b6 1px solid; PADDING-RIGHT: 10px; BORDER-TOP: #b6b6b6 1px solid; PADDING-LEFT: 15px; FONT-SIZE: 11px; PADDING-BOTTOM: 5px; BORDER-LEFT: #b6b6b6 1px solid; COLOR: #266598; PADDING-TOP: 5px; WHITE-SPACE: nowrap; BACKGROUND-COLOR: #ffffff
}
.tabobject1 .tabcont1 .inactvtnav {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-SIZE: 11px; PADDING-BOTTOM: 5px; COLOR: #AABBCC; PADDING-TOP: 5px; BORDER-BOTTOM: #b6b6b6 1px solid; WHITE-SPACE: nowrap; TEXT-ALIGN:bottom;  VERTICAL-ALIGN: bottom;
}
.tabobject1 .tabcont1 .inactvtnavtext {
	PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-SIZE: 11px; PADDING-BOTTOM: 5px; COLOR: #AABBCC; PADDING-TOP: 10px; BORDER-BOTTOM: #b6b6b6 1px solid; WHITE-SPACE: nowrap; TEXT-ALIGN:bottom;  VERTICAL-ALIGN: bottom;
}
.tabobject1 .tabcont1 .inactvtnavshort {
	PADDING-RIGHT: 2px; PADDING-LEFT: 2px; FONT-SIZE: 11px; PADDING-BOTTOM: 5px; COLOR: #AABBCC; PADDING-TOP: 5px; BORDER-BOTTOM: #b6b6b6 1px solid; WHITE-SPACE: nowrap; TEXT-ALIGN:left;
}
.tabobject1 .tabcont1 .spacer {
	width:100%; BORDER-BOTTOM: #b6b6b6 1px solid;
}
.tabobject1 .tabcont1 .ftspacer {BORDER-LEFT: #b6b6b6 0px solid;
    BORDER-BOTTOM: #b6b6b6 1px solid; 
}
.tabobject1 .tabcont1 .inactvtnavlg {
    PADDING-RIGHT: 10px; PADDING-LEFT: 10px; FONT-SIZE: 12px; PADDING-BOTTOM: 5px; COLOR: #808080; PADDING-TOP: 5px; BORDER-BOTTOM: #b6b6b6 1px solid; WHITE-SPACE: nowrap; FONT-WEIGHT: bold; TEXT-ALIGN: bottom; VERTICAL-ALIGN: bottom;
}