body {
	font-family: "Open Sans", "Trebuchet MS", Verdana, Tahoma,  "Microsoft YaHei New", "Microsoft Yahei", "Hiragino Kaku Gothic Pro", SimHei, "MS UI Gothic","MS PMincho", sans-serif;
	min-width: 960px;
	margin: 0px;
	font-size: 62.5%;	
	background-color: #02132D;
}

#planeBg {
    bottom: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

#contentBody > div {
	z-index: 2;
}

hr {
	color: #C7C7C7;
    border-style: solid;
    border-width: .5px;  
    background-color: #C7C7C7;
    height: 1px; 
    margin-top:25px;
    margin-bottom:25px;	
}

.ext-adjustedMargin{
	border: 0px;
	color: #C7C7C7;
    background-color: #C7C7C7;
    height: .5px !important; 
    margin-top: 5px;
    margin-bottom: 5px;
}

.contentDiv {
	position: relative;
	min-height: 318px;
	height: auto;
	/*width:100%;*/
	padding: 20px 0px;
}

.snippetContentDiv {
	position: relative;
	/*min-height: 318px;*/
	height: auto;
	/*width:100%;*/
	padding: 20px 0px;
}

/* START: INTERSTITIAL PAGE*/
.waitPageTransferDiv {
	position:absolute; 
	width: 100%; 
	height: 100%; 
	opacity: 0.6; 
	filter: alpha(opacity=60); /* For IE8 and earlier */
	z-index:1000 !important;
}

.waitPageMainDiv {
	width:100%;
	height:100%;
	padding:20px 0;
	background-color:#333333;
}

.waitPageTransferMainDiv {
	width:100%;
	height:100%;
	padding:20px;
	background-color:#333333;
}

.waitImage {
	margin-top:160px;
	margin-bottom:30px;
}

.waitFont {
	color:#FFFFFF;
}
/* END: INTERSTITIAL PAGE*/

.noMargin {
	margin: 0 !important
}

.col_rail {
	width: 240px !important;
}

.col_rail1 {
	width: 680px !important; 
}

.marginInBetweenColumn {
	margin-left: 0px !important;
	margin-right: 40px !important;
}

.label {
	font-weight: bold;
	font-size: 1.2em;
	color: #333333;
	font-style: Normal;
}

/* offshore removed this but is being used in loginResetPwStepOneModal.jsp and loginResetPwStepTwoModal.jsp*/
.field {
	border-size: 1px;
	border-color: #C7C7C7;
	background-color: #FFFFFF;
	resize: none;
	height: 30px;
	overflow: hidden;
	width: 260px;
}

.messageDiv {
	background: url(images/apps_module_bg.png) repeat;	
	padding: 10px 0px;
}

.justify {
	text-align: justify;
}

.errorIcon {
	background: url(images/error-icon.png) no-repeat;
	height: 13px;
	width: 13px;
	margin: 2px 0px;
}

.successIcon {
	background: url(images/profile_check.png) no-repeat;
	height: 8px;
	width: 11px;
	margin: 4px 0px;
}

.messageText {
	font-size: 1.3em;
	font-weight: 600;
	padding-left: 10px;
}

.messagePadding {
	padding: 9px 0px;
}

.successText {
	font-size: 1.3em;
	font-weight: 600;
	color: #468C37;
}

.errorText {
	font-size: 1.2em;
	font-weight: 700;
	color: #E01935;
}

.errorTextLabel {		
	color: #E01935;
}

.fieldError {
    border-color: #B91F05 !important;
}

.regularText {
	font-size: 1.2em;
}

.regularSmallerText {
	font-size: 1.1em !important;
}

.fieldError {
	border-color: #B91F05;
}	

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearBoth {
	clear: both;
}

.bottomAlign {
	bottom: 0px;
}

.darkBGText {
	color: #FFFFFF !important;
}

.padding-side-15px{
	padding:0 15px;
}

.lightBGText {
	color: #000000;
}

.headerLine100px {
	width: 100px;
	height: 1px;
	border-bottom: 1px solid #FFFFFF;
	display: inline-block;
	position: relative;
	padding-top: 16px;
}

.headerLine150px {
	width: 150px;
	height: 1px;
	border-bottom: 1px solid #FFFFFF;
	display: inline-block;
	position: relative;
	padding-top: 16px;
}

.headerLine20px {
	width: 20px;
	height: 1px;
	border-bottom: 1px solid #FFFFFF;
	display: inline-block;
	position: relative;
	padding-top: 16px;
}

/* START OF BUTTONS */
.buttonDiv {
	padding: 7px 20px 7px 20px;
	text-align: center;
	cursor: pointer;
}

.buttonsPadding {
	padding:7px 20px 7px 20px;
}

.activeButton {	
	font-size: 1.1em;
	font-weight: 700;
	color: #FFFFFF;
	text-transform: Uppercase;
}

.inactiveButton {
	background-color: #98A0A8;
	border-width: 1px;
	border-color: #707070;
	color: #FFFFFF;
	font-size: 1.1em;
	font-weight: 700;
	text-transform: Uppercase;
	cursor: default !important;
}

/* red */
.primaryButton {
	background-color: #B91F04;
	border-width: 1px;
	border-color: #991933;
}

/* red rollover*/
.primaryButton:hover {
	background-color: #991933;
	border-color: #991933;
}

/* red - exception policy */
.redButton {
	background-color: #B91F05;
	border-width: 1px;
	border-color: #991933;
}

/* red - exception policy */
.redButton:hover {
	background-color: #991933;
	border-width: 1px;
	border-color: #991933;
}

/* blue button*/
.blueButton {
	background-color: #0253a4;
	border-width: 1px;
	border-color: #02132D;
}

/* blue button*/
.blueButton:hover {
	background-color: #003366;
	border-width: 1px;
	border-color: #02132D;
}

/* blue */
.secondaryBlueButton {
	background-color: #003366;
	border-width: 1px;
	border-color: #02132D;
}

/* blue rollover */
.secondaryBlueButton:hover {
	background-color: #02132D;
	border-color: #02132D;
}

/* ltblue */
.secondaryLTblueButton {
	background-color: #0253A4;
	border-width: 1px;
	border-color: #003366;
}

/* ltblue rollover */
.secondaryLTblueButton:hover {
	background-color: #003366;
	border-color: #003366;
}

/* green */
.secondaryGreenButton {
	background-color: #187003;
	border-width: 1px;
	border-color: #114432;
}

/* green rollover */
.secondaryGreenButton:hover {
	background-color: #114432;
	border-color: #114432;
}
/* END OF BUTTONS */

/* START OF LINKS */
.textDecorationNone {
	text-decoration: none; 
}

.linkTextStyle {
	font-weight: 700;
	font-size: 1.2em;
	cursor: pointer;
	text-transform: uppercase;
}

/* light BG text links*/
.lightBGLink {
	color: #003366;
}

.lightBGLink:hover {
	color: #1C7BD9;
}

/* dark BG text links*/
.darkBGLink {
	color: #87CDFF;
}

.darkBGLink:hover {
	color: #A9DBFF;
}

/* icon links*/
.iconLink {
	height: 16px;
	width: 16px;
	color: #003366;
}

.iconLink:hover {
	color: #A9DBFF;
}
/* END OF LINKS */

.noDisplay {
	display: none;
}

.toUpperCase{
	text-transform: uppercase; 
}

.toCamelCase {
	text-transform: capitalize;
}

/* content area */
#contentBody {
	margin-left: auto ;
  	margin-right: auto ; 
  	background-color: #5d96cb;
    background-position: center bottom;
    background-repeat: no-repeat;    
    background-size: 100% auto;
    font-weight: 400;
    min-height: 550px !important;
    min-width: 960px;    
    padding-bottom: 60px;
    position: relative;
}

.contentBGDiv {
	margin-left: auto;
    margin-right: auto;
    position: relative;
}

.contentBGDiv1 {
	width: 820px;
	position: relative;
	margin-left: auto ;
  	margin-right: auto ;
	min-height: 63%;
	height: auto;
}

/*
	TODO: 
	used in header.jsp, skinny_header.jsp, myDashboardAppsPage.jsp
	
*/
.mainMenuDiv {
	width:100%;
	height:50px;
}


.padding-right-16 {
	padding-right: 16px;
}

.clearfix:after {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

/* cursor styles */
.pointerCursor {
	cursor: pointer;
}

/* left icon*/
.iconLeftArrow {
	background: url('images/ui-icons_0253a4_256x240.png') -102px -5px;
	display: inline-block;
	width: 4px;
	height: 7px;
}

/* right icon*/
.iconRightArrow {
	background: url('images/ui-icons_0253a4_256x240.png') -39px -5px;
	display: inline-block;
	width: 4px;
	height: 7px;
}

/* left blue icon*/
.iconLeftArrowBlue {
	background: url('images/ui-icons_0253a4_256x240.png') -102px -21px;
	display: inline-block;
	width: 4px;
	height: 7px;
}

/* right blue icon*/
.iconRightArrowBlue {
	background: url('images/ui-icons_0253a4_256x240.png') -39px -21px;
	display: inline-block;
	width: 4px;
	height: 7px;
}

/* left grey icon*/
.iconLeftArrowGrey {
	background: url('images/ui-icons_454545_256x240.png') -102px -21px;
	display: inline-block;
	width: 4px;
	height: 7px;
}

/* right icon*/
.iconRightArrowGrey {
	background: url('images/ui-icons_454545_256x240.png') -39px -21px;
	display: inline-block;
	width: 4px;
	height: 7px;
}

/* new window icon*/
.iconNewWindow {
	background: url('images/ui-icons_0253a4_256x240.png') -36px -83px;
	display: inline-block;
	width: 10px;
	height: 10px;
}

/* error icon*/
.iconException {
	background: url('images/exception-icon.png');
	display: inline-block;
	width: 10px;
	height: 10px;
}

/* white icon down */
.iconDownArrowWhite {
	background: url('images/ui-icons_ffffff_256x240.png') -70px -5px;
	display: inline-block;
	width: 5px;
	height: 7px;
}

/* white icon right */
.iconRightArrowWhite {
	background: url('images/ui-icons_ffffff_256x240.png') -39px -5px;
	display: inline-block;
	width: 4px;
	height: 7px;
}

/*headlines*/
h1 {
	font-weight: 300;
	font-size: 3.5em;
	margin: 0;
	color: #003366;
}

h2 {
	font-weight: 400;
	font-size: 2.8em;
	margin: 0;
	color: #003366;
}

h3 {
	font-weight: 400;
	font-size: 2.5em;
	margin: 0;
	color: #003366;
}

h4 {
	font-weight: 600;
	font-size: 2.0em;
	margin: 0;
	color: #003366;
}

h5 {
	font-weight: 600;
	font-size: 1.6em;
	margin: 0;
	color: #003366;
}
h6 {
	font-weight: 700;
	font-size: 1.2em;
	margin: 0;
	color: #003366;
}

/*three column template*/
.leftSideDiv {
	display: block;
	width:240px;	
	position: relative;
	margin-right: 20px;	
	float: left;
	min-height: 1px;
}

.rightSideDiv {
	display: block;
	width:240px;	
	position: relative;
	margin-left: 20px;	
	float: left;
	min-height: 1px;
}

.centerDiv {
	display: inline;
	width:420px;	
	position: relative;	
	float: left;
	top:25px;
}

.divSpace {
	margin-bottom: 30px;
}

.loginDiv {
	margin-bottom: 20px;
	margin-top: 30px;
}

/*font colors styleguide*/
.deltaBlue {
	color: #003366;
}

.darkBlue {
	color: #02132D;
}

.lightBlue {
	color: #B4C4D4;
}

.linkBlue1 {
	color: #0253A4;
}

.linkBlue1:hover {
	color: #1C7BD9;
}

.linkBlue2 {
	color: #87CDFF;
}

.linkBlue2:hover {
	color: #A9DBFF;
}

.deltaDarkGrey {
	color: #333333;
}

.darkGrey {
	color: #252525;
}

.darkGrey2 {
	color: #707070;
}

.mediumGrey {
	color: #98A0A8;
}

.lightGrey {
	color: #C7C7C7;
}

.lightGrey2 {
	color: #EAEAEA;
}

.red {
	color: #B91F05;
}

.fontInformationBlue {	
	color: #335C85;
}

.successGreen {
	color: #468C37;
}

.fontErrorRed {
	color: #E01935;
}

.errorOrange {
	color: #FF9432;
}

.white {
	color: #FFFFFF;
}

p {
	font-size: 12px;	
}


input {
	-webkit-font-smoothing: antialiased;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: 'Open Sans','Trebuchet MS',Verdana,Tahoma,sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: 400;
	color: #707070;	
	border: 1px solid #C7C7C7;
	/*padding: 2px 8px;	*/
}

::-webkit-input-placeholder { 	
	font-style: italic; 	
}
::-moz-placeholder { 
	font-style: italic; 	
} /* firefox 19+ */

:-ms-input-placeholder { 
	font-style: italic; 	
} /* ie */

input:-moz-placeholder { 
	font-style: italic; 	
	font-weight: 400;
}

.deltaAuthIcon {
    width: 15px;
    height: 12px;
    background: url(images/delta_icon.png) no-repeat;
    display: inline-block;
}

img {
	border: none;
	outline: none;
}

.fontBold {
	font-weight: 700; 
}

.fontSemiBold {
	font-weight: 600; 
}

.fontRegular {
	font-weight: 400; 
}

.fontLight {
	font-weight: 300; 
}

a {
	cursor: pointer;
	font-weight: 600;
}

/* check box */
input[type='checkbox'] {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

	/* IE 5-7 */
	filter: alpha(opacity=0);	
	z-index: 1;
	cursor: pointer;
}

input[type='checkbox'] + label {
    margin-left: -16px;
    clear: none;
    
    /* Left padding makes room for image */
    padding: 5px 0 4px 19px;

    /* Make look clickable because they are */
    cursor: pointer;
    
    background: url("images/unchecked.png") left center no-repeat; 
    z-index: 2;
}

input[type='checkbox']:checked + label  {
    background: url("images/checked.png") left center no-repeat;
    z-index: 2;
    cursor: pointer;
}

.buttonSpacing {
	margin-bottom:20px;
}

.opacityDiv {
	background: url("images/apps_module_bg.png") repeat;
	padding: 10px 0px;	
	opacity: 0.4; 
	filter: alpha(opacity=40); /* For IE8 and earlier */
}

.noLoginDiv {
	margin-top: 20px;
}

.inputPadding{
	padding: 5px 0px 6px 8px;
}



/*FOR DASHBOARD DROPDOWN*/
.appUnderMaintenance {
	font-style: italic;
	color: #707070;
	font-size: 1.1em;
	font-weight: 600;
}

.capitalizeEachWord{
	text-transform: capitalize;
}

/* JQUERY MODAL */
.ui-widget-overlay {
    background: #AAAAAA;
    opacity: 0.3;
	filter: alpha(opacity=30); /* For IE8 and earlier */
}
.ui-widget-overlay {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
}
.ui-front {
    z-index: 100;
}

.ui-dialog{
	border: 1px solid #AEAEAE;
	background-color: #FFFFFF;
	position: fixed;
}

.ui-dialog-buttonpane{
	float: right;
}

.ui-dialog-titlebar{
	background-color: #003366;
	color: #FFFFFF;
	height: 20px;
	font-size: 1.5em;
	text-transform: uppercase;
	padding: 5px 20px;
}

.ui-dialog-titlebar-close{
	float: right;
   	padding-right: 18px;		
	background-color: transparent;
   	border: transparent;
   	text-indent: -9999999px;
   	background-image: url("images/close.png");
   	cursor: pointer;
}

.ui-icon {
   	background-image: url("images/close.png");
}

.ui-dialog-title{
	color: #FFFFFF;
}

.col-p1 {
width: 11%;
padding-top: 4px;
}

.col-p2 {
width: 89%;
}




/* IE10+ Specific CSS Styles */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
/* IE10+ CSS styles go here */
	.fontSemiBold {
		font-weight: 400 !important;
	}
	
	.ext-text-semibold {
	font-weight: 400 !important;
}
}

/* [END] IE10+ Specific CSS Styles */

/* Selector page */

#content-body {
	background-position: center bottom;
    background-repeat: no-repeat;    
    background-size: 100% auto;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}

.clear-both {
	clear: both;
}

.overflow-visible {
	overflow: visible;
}

.apply-ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/* HEIGHT */
.height-10px {
	height: 10px;
}

.height-30px {
	height: 30px;
}

.height-50px {
	height: 50px;
}

.height-90px {
	height: 90px;
}

.height-109px {
	height: 109px;
}

.max-width-148px {
	max-width: 148px;
}

.height-160px {
	height: 160px;
}

.height-210px {
	height: 210px;
}

.height-inherit {
	height: inherit;
}

.height-auto {
	height; auto;
}

.min-height-370px {
	min-height: 370px;
}

.min-height-550px {
	min-height: 550px;
}

/* WIDTHS */
.width-584px {
	width: 584px;
}

.width-940px{
	width: 940px;
}

.min-width-960px {
	min-width: 960px;
}

.width-140px {
	width: 140px;
}

.width-168px {
	width: 168px;
}

.width-10-per {
	width: 10%;
}

.width-20-per {
	width: 20%;
}

.width-25-per {
	width: 25%;
}

.width-30-per {
	width: 30%;
}

.width-33-per {
	width: 33%;
}

.width-40-per {
	width: 40%;
}

.width-50-per {
	width: 50%;
}

.width-60-per {
	width: 60%;
}

.width-70-per {
	width: 70%;
}

.width-80-per {
	width: 80%;
}

.width-90-per {
	width: 90%;
}

.width-100-per {
	width: 100%;
}

.max-width-400px {
	max-width: 400px;
}

.max-width-300px {
	max-width: 300px;
}

.max-width-584px {
	max-width: 584px;
}

.max-width-260px {
	max-width: 260px;
}

/* COMMONLY USED MARGINS AND PADDINGS */
.margin-side-auto {
	margin-left: auto;
  	margin-right: auto;
}

.margin-side-0px {
	margin-right: 0px;
	margin-left: 0px;
}

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

.margin-top-10px {
	margin-top: 10px;
}

.margin-top-230px {
	margin-top: 230px
}

.margin-bottom-20px {
	margin-bottom: 20px;
}

.padding-top-0px {
	padding-top: 0px;
}

.padding-5px {
	padding: 5px;
}

.padding-top-5px {
	padding-top: 5px;
}

.padding-top-10px {
	padding-top: 10px;
}

.padding-top-20px {
	padding-top: 20px;
}

.padding-top-25px {
	padding-top: 25px;
}

.padding-top-50px {
	padding-top: 50px;
}

.padding-top-6px-bottom-7px-left-20px {
	padding: 6px 0px 7px 20px;
}

.padding-top-6px-bottom-7px-left-10px {
	padding: 6px 0px 7px 10px;
}

.padding-bottom-10px {
	padding-bottom: 10px;
}

.padding-bottom-5px {
	padding-bottom: 5px;
}

.padding-bottom-25px {
	padding-bottom: 25px;
}

.padding-left-10px {
	padding-left: 10px;
}

.padding-left-5px {
	padding-left: 5px;
}

.padding-left-20px {
	padding-left: 20px;
}

.padding-left-19px {
	padding-left: 19px;
}

.padding-right-10px {
	padding-right: 10px;
}

.padding-right-5px {
	padding-right: 5px;
}

.padding-right-20px {
	padding-right: 20px;
}

.padding-side-10px {
	padding-left: 10px;
	padding-right: 10px;
}

.padding-side-0px {
	padding-left: 0px;
	padding-right: 0px;
}

/* POSITIONS */
.position-relative {
	position: relative;
}

.position-absolute {
	position: absolute;
}

.left-right-0px {
	left: 0px;
	right: 0px;
}

.zindex {
	z-index: 1;
}

/* DISPLAY */
.inline-block {
	display: inline-block;
}

.display-block {
	display: block;
}

/* BORDERS */
.border-top-C7C7C7 {
	border-top: 1px solid #c7c7c7;
}

.border-top-FFFFFF {
	border-bottom: 1px solid #ffffff;
}

.border-left-FFFFFF {
	border-left: 1px solid #ffffff;
}

.border-right-C7C7C7 {
	border-right: 1px solid #c7c7c7;
}

/* COLOR PALETTE */
.delta-blue-background-color{
	background-color: #003366;
}

.white-background-color {
	background-color: #FFFFFF;
}

.dark-blue-background-color {
	background-color: #02132D;
}

.background-color-5D96CB {
	background-color: #5D96CB;
}

.white-color {
	color: #FFFFFF;
}

.default-text-color {
	color: #333333;
}

.delta-blue {
	color: #003366;
}

.link-color-blue-1 {
	color: #0253A4;
}

.link-color-blue-1:hover {
	color: #1C7BD9;
}

.link-color-blue-2 {
	color: #87CDFF;
}

.link-color-blue-2:hover {
	color: #A9DBFF;
}

/* FONTS */
.headline-2 {
	font-weight: 400;
	font-size: 2.8em;
}

.headline-3 {
	font-weight: 400;
	font-size: 2.5em;
}

.headline-4 {
	font-weight: 400;
	font-size: 2.0em;
}

.headline-6 {
	font-weight: 400;
	font-size: 1.1em;
}

.font-weight-300 {
	font-weight: 300;
}

.font-weight-400 {
	font-weight: 400;
}

.font-weight-600 {
	font-weight: 600;
}

.font-weight-700 {
	font-weight: 700;
}

.font-size-1-0 {
	font-size: 1.0em;
}

.font-size-1-1 {
	font-size: 1.1em;
}

.font-size-1-2 {
	font-size: 1.2em;
}

.font-size-1-3 {
	font-size: 1.3em;
}

/* CURSOR SETTINGS */
.cursor-pointer {
	cursor: pointer;
}

.cursor-default {
	cursor: default;
}

/* LINKS */
.no-decoration {
	text-decoration: none;
}

.countryborder:not(:last-child) {
	border-right: 1px solid #C7C7C7;
}

.countrypadding {
	padding-left:5px;
}
.countrypadding:not(:last-child) {
	padding-left:10px;
}   

.container_33 {
  width: 300px;
  min-height: 1px;
}
.paddingRight30 {
	padding-right: 30px;
}
.container_66{
    width: 630px;
}
.container_50{
    width: 465px;
} 

.margintop-25{
	margin-top: 25px;
}

#blueComponentVerticalMainDiv{
	width: auto !important;
}
/* Background cover images */
.v2 .bkg-img {
	background-size: cover;
  background-position: top center;
}


/* Include these classes in the global stylesheet (no need to prefix these with v2 class) this is for adding elipses */
  .ellip {
    display: block;
    height: 100%;
  }
  .ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
  }
  .ellip,
  .ellip-line {
    position: relative;
    overflow: hidden;
    max-width: 100%;
  }


/* common-cacr-override.css */
.v2 #contentBody {
	background-image:none !important;
	background-color:#fff !important;
	min-height: 650px !important;
	height: auto !important;
}

.v2 .red {
	color: #E3132C;
}

.v2 .primaryButton {
	background-color: #E3132C;
}

.v2 .primaryButton:hover {
	background-color: #CB1127;
}

.v2 p {
	font-size: 14px;	
}

.v2 .regularText
 {
	font-size: 14px;	
}

.v2 #backtoNavPage{
	font-size: 14px!important;
}

.v2 .backToNewsLink{
	font-size: 14px!important;

}

.v2 .landingboxgroupMainDiv {
	margin-bottom: 90px;
}

.v2 a{
	font-weight:600;
    
}

.v2 .landingboxcontent {
	background-color: #f6f6f7;
	height: auto;
	padding-bottom: 0;
}

.v2 .landingboximage {
	margin-left: -22px;
	width: 312px;
	height: 161px;
}

.v2 .landingboximage img {
	width: 334px;
}

.v2 .mainComponentDiv ul{
	font-size: 14px;
}

.v2 .mainComponentDiv ol{
	font-size: 14px;
}

.v2 .landingLineHeight {
	font-size: 32px;
}

.v2 .landingboxtext {
	background-color: #f6f6f7;
	font-size: 14px;
}

.v2 h1{
    font-weight: 300;
    font-size: 45px;
    margin: 0;
    color: #333;
    text-align: left;
}
.v2 .noDisplay {
	display: none !important;
}

.v2 .delta-blue-background-color {
	background-color: #22659c;
}

.v2 #blueComponentVerticalMainDiv {
background-color: #22659c;
}

.v2 .buttonsPadding{
	padding: 14px 20px 7px 20px;
}

.padding-20px {
	padding: 20px;
}

/**common right panel**/
.commonRightPanelContentDiv {
	width: 260px;
	height: auto;
	padding: 20px;
	background-color: #003366;
	color: #EAEAEA;
}

.padding-left-10 {
	padding-left: 10px; 
}

.padding-bottom-10 {
	padding-bottom: 10px;
}

.padding-top-20 {
	padding-top: 20px;
}

.pointer {
	cursor: pointer;
}

/**my accounts and bookmarks**/
.acctHeader {
	background-color:#003366;
	line-height: 2;
}

.acctHeaderPadding {
	padding: 0px 20px 0px 20px;
}

.acctSubheader {
	background-color:#EAEAEA;
	line-height: 28px;
	font-weight: 700;
	word-wrap: break-word;
}

.acctBody {
	background-color: #FFFFFF;
	padding: 15px 10px 20px 20px;
}

.acctLinesPadding {
	padding-bottom: 7px;
}

.acctLinesPaddingTop {
	padding-top: 10px;
}

.accountName {    
	font-size: 1.3em;
    font-weight: 600;
    text-align: left;
 }
 
 .accountNameWeight {
 	font-weight: 600;
 }
 
 .accountLinkFontSize {
	font-size: 1.2em;
 }
 
 #myAcctBody {
 	font-weight: 600;
	font-size: 1.1em;
 }
 
 .wordWrap {
 	word-break: break-all;
 	word-wrap: break-word;
 }
#header {	
    background-color: #FFFFFF;
    width: 960px;  
    margin-left: auto ;
  	margin-right: auto ;
  	margin-top: 0px;  	
}

#mainHeader {
	background-color: #FFFFFF;
}

#mainHeaderStatic {	
    background-color: #FFFFFF;
    width: 100%;   
    height: 70px;     
    margin-left: auto ;
  	margin-right: auto ;
  	margin-top: 0px;  	
}

.topHeader {	
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 0px;
	position: relative;	
	width: 100%;
}

.height-32 {
	height: 32px;
}

.travelprofessional {
	padding-top: 14px;		
	float: right;		
}

.headerMainDiv {	
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;	
	position: relative;
	width: 960px;			
}

/*
#headerLogo .partnerLogo {
	height: 53px;
	width: 300px;
	margin-bottom: 14px;
}*/

.logoContainer
{
	width: 345px;
	float: left;
	margin-bottom: 20px;
}

.deltaLogo
{
	padding-right: 20px;
}

/*
#headerLogo a {
	display: block;
	background: url(images/delta_klm.png) no-repeat;	
}*/

#loginRow {
	margin-bottom: 12px;
	float: right;
	vertical-align: middle;
	height: 16px;
	width: auto;
}

.login {
	font-size: 1.1em;
	color: #0253A5;
	height: 16px;
	font-weight: 700;
}

.headerUserNameLabel {
	font-size: 1.2em;
	height: 16px;
	padding-right: 6px;
	font-weight: 700;
	max-width: 450px;
	min-width: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
}

.myProfileLogo {
	height: 16px;
	width: 16px;	
	background: url("images/delta-profile-icon.gif") no-repeat scroll 0 0 transparent;
	display: block;    
    overflow: hidden;
    text-align: left;   
    margin-left: 6px;    
}

.logoutLogo {
	height: 16px;
	width: 16px;	
	background: url("images/delta-logout-icon.gif") no-repeat scroll 0 0 transparent;   
    overflow: hidden;
    text-align: left;  
    margin-left: 10px;
}

a.logoutLogo:hover, a.myProfileLogo:hover {
	background-position: 0 -16;
}

.loggedInDiv {
	/*width: 565px;*/  
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
}

.searchField {
	float: left;
	border: solid 1px #C2C2C2;
	color: #777;
	-webkit-font-smoothing: antialiased;
	background-color: #EAEAEA;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	font-size: 1.2em;
	font-weight: 400;
	height: 30px;
	padding: 2px 8px;
	vertical-align: middle;
	width: 265px;	
}

.searchBtn {
	background: url(images/search.png) no-repeat center center #b91f04;
	border: 1px solid #991933;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	height: 30px;
	width: 35px;
	line-height: 30px;
}


.searchDiv {
	margin-bottom: 14px;
    width:300px;
}

/** START - Navigation MENU **/

.mainMenuDiv {
	width:100%;
	height:50px;
}

.navigationLink{
	height: 50px;
	z-index: 400;
	position: relative
}

.navigationPadding {
     padding: 7px 0px 7px 0px; 
}

.navigationAlignment {
	line-height: normal !important;
}

#deltaLinkSubHeader{
	width: 100%;
	min-width: 960px;
	background-color: #fff;
	overflow: visible !important;
	border-top: 1px solid #c7c7c7;
	display: table;
}

#deltaLinkSubHeader,
#deltaLinkSubHeader .container_12,
#menu,
#account_menu,
#account_menu li,
#account_menu li a,
#report_menu {
	padding-left:0px;
	overflow: visible!important;
	position: relative;
	z-index: 500;
}
#account_menu li,
#menu li, 
#admin_menu li
{
	list-style-type: none;
}
#deltaLinkSubHeader h2{
	font-size: 16px;
	color: #333333;	
	margin: 14px 0 14px 0;
	font-weight: 600;
}
	
a {
	color: #0253a4;
	text-decoration: none;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
a > i {
	cursor: pointer;
	-moz-transition: color 0.3s ease;
	-o-transition: color 0.3s ease;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
a.disabled,
a.disabled > i {
	cursor: default;
}
#menu a:hover,
a:hover {
	color: #1c7bd9;
}

#deltaLinkSubHeader {
	min-height: 50px;
}

#deltaLinkSubHeader .container_12 {
    position: relative;
    display: table;
}

#menu {
    margin: 0;
    display: table-cell;
    vertical-align: middle;
}
#menu li {
    display: table-cell;
    padding: 0px 17px;
    vertical-align: middle;
    text-align: center;
    width: 96px;
    cursor: pointer;
    float: none;
    word-break: break-word;
}

.lt-ie8 #menu li {
	height: 50px;
	zoom: 1;
}

/*
#menu li.first {
	padding-left: 0;
}
#menu li:first-child {
	padding-left: 0;
}

#menu li.last {
	padding-right: 0;
}
#menu li:last-child {
	padding-right: 0;
}
*/

#menu a {
	color: #003366;
	display: inline-block;
	font-size: 1.3em;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	vertical-align: middle;
	text-align: center;
	max-width: 96px;
	word-wrap: break-word;
}
.lt-ie8 #menu a {
	display: inline;
	height: auto;
	min-height: 12px;
	zoom: 1;
}
/* weirdly only agent resources link can't seem to properly align in ie7 */
.lt-ie8 #menu .resources a {
	height: 36px;
	padding: 7px 0;
}

#account_menu {
    /*background: #eaeaea;*/
    display: table-cell;
    vertical-align: middle;
    margin: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 1px;
}

#account_menu>li:first-child {
	margin-right: -2px;
}

#account_menu>li {
    background: #eaeaea;
    line-height: 100%;
    padding: 10px 11px;
    vertical-align: middle;
    display: inline-block;
    border-right: 1px solid #fff;
    float: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
    text-align: center;
    height: 100%;
    /*!important;*/
    word-break: break-word;
}

#account_menu>li:before {
    /* content: ''; */
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

#account_menu>li:last-child {
	border-right: 1px solid transparent
}

.alignment {
	text-align: left !important;
}

#account_menu > li > a {
	color: #003366;
	display: inline-block;
	font-size: 1.2em;
	font-weight: 700;
	line-height: normal;
	text-transform: uppercase;
	vertical-align: middle;
}

#account_menu.noDisplay {
	display: none !important;
}

#dashboard {
	width: 160px;
}

#adminMenu {
	width: 130px;
}


#menu li:hover,
#menu li:hover a,
#menu a:hover {
    background: #EAEAEA;
    color: #003366;
}

#account_menu > li:hover,
#account_menu > li:hover > a,
#account_menu a:hover {
	color: #707070;	
}

#menu li.active,
#menu li.active a,
#account_menu > li.active > a,
#account_menu li.active
{
	background: #003366;
	color: #FFFFFF;
}

#menu li.active:hover,
#menu li.active:hover a,
#account_menu > li.active:hover > a,
#account_menu li.active:hover
{
	background: #EAEAEA;
	color: #707070;
}


#report_menu li a 
{
	color: #707070;
}

#report_menu {
	background: #eaeaea;
	box-shadow: 1px 2px 2px #333;
	box-shadow: 1px 2px 2px rgba(51, 51, 51, 0.8);
	display: none;
	overflow: visible !important;
	position: absolute;
	right: 0;
	top: 20px;
	z-index: 500;
	border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
}
.lt-ie8 #report_menu {
	zoom: 1;
}
#report_menu li {
	background: #eaeaea;
	border-bottom: 1px solid #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*display: block;*/
	height: 62px;
	width: 100%;
	padding: 0px 17px;
}

#report_menu li > div {
	position: relative;
	/*transform: translate(0px, -50%);
	-webkit-transform: translate(0px, -50%);
	-moz-transform: translate(0px, -50%);
	top: 50%;*/
	line-height: normal;
	text-align: left;
}

.lt-ie8 #report_menu li {
	min-width: 140px;
	min-height: 50px;
}
#report_menu .column li {
	
}
#report_menu .columns:last-child li {

}
.lt-ie8 #report_menu li {
	behavior: url(css/boxsizing.htc);
}
#report_menu a {
	color: #fff;
	font-size: 1.3em;
	font-weight: 600;	
}
#report_menu li a:hover {
	background: #eaeaea;	
	color: #003366;
}

.dasboardDropdown {
	/*padding-bottom: 23px;*/
}

.dashboardTabWidth {
	width: 120px;
}

.adminTabWidth {
	width: auto; / * 54px original */
}

.first.column li {
	border-right: 1px solid #FFFFFF;
}

.column li {
	border-right: 1px solid #FFFFFF;
}

.first.last.column li {
	border-right: 0px;
}

ul.reports {
	/*
	-moz-column-count: 2;
	-webkit-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 0;
	-moz-column-gap: 0;
	column-gap: 0;
	*/
	list-style: none;
	padding: 0px;
	min-width: 219px;
	position: absolute;
	top: 100%;
	box-sizing: border-box;
	display: none;
	left: 0;
	margin: 0px;
}


ul.unstyled {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* inline list */

.lt-ie8 ul.inline {
	margin: 0;
}
ul.inline li {
	float: left;
	
}
ul.nobullets {
	font-size: 1.1em;
	font-weight: 600;
	list-style: none;
	margin: 0;
	padding: 1em 0;
	text-align: left;
}
.lt-ie8 ul.nobullets {
	padding: 0;
}
ul.nobullets li {
	padding: .225em 0;
}

#resources {
	background: #fff;
}
#resources h1 {
	color: #003366;
	font-size: 3.5em;
	font-weight: 300;
	margin: 0;
	padding: 20px;
	text-align: left;
	text-transform: uppercase;
}
#resources h3 {
	color: #707070;
	font-size: 2em;
	font-weight: 400;
	margin: 0;
	padding-left: 20px;
	text-align: left;
	text-transform: uppercase;
}
#resources .section {
	padding: 10px 0;
}
#resources .section.last hr {
	visibility: hidden;
}
#resources .section:last-child hr {
	visibility: hidden;
}
#resources li {
	font-size: 1.3em;
	font-weight: 600;
	padding: 1em 0;
	text-align: left;
}
#resources li:first-child {
	padding: 0;
}
#resources .unstyled {
	padding-right: 20px;
}
#resources hr {
	border: 1px solid #ccc;
	border-width: 1px 0 0;
	height: 0;
	width: 95%;
}

#deltalinkAdminHeader, 
.adminMenuDiv,
.adminSubMenuDiv {
	background: #003366;	
} 
.adminMenuDiv ul,
.adminSubMenuDiv ul {
	font-size: 1.2em;
	font-weight: 700;
	margin: 0;
}
#deltalinkAdminHeader ul{
	font-size: 1.3em;
	font-weight: 700;
	margin: 0;
}
#deltalinkAdminHeader li{
	line-height: 50px;
	margin-right: 44px;
}
#deltalinkAdminHeader{
display:none;
}
#deltalinkAdminHeader #adminApplicationSettingsPage {
	margin-right: 0px !important;
}
#deltalinkAdminHeader li.active a, 
.adminMenuDiv li.active a,
.adminSubMenuDiv li.active a{
	color: #fff;
}

#deltalinkAdminHeader li:hover a, 
.adminMenuDiv li:hover a,
.adminSubMenuDiv li:hover a
{
	color: #87CDFF;
	text-decoration: none; 
}
#deltalinkAdminHeader a, 
.adminMenuDiv a,
.adminSubMenuDiv a{
	color: #98a0a8;
	text-transform: uppercase;
}
#deltalinkAdminHeader .bubble {
	background-image: url('images/bubbleSprite.png');
	color: #003366;
	display: inline-block;
	height: 18px;
	left: 6px;
	position: relative;
	text-align: center;
	top: 10px;
	width: 18px;
}
.lt-ie8 #deltalinkAdminHeader .bubble {
	display: inline;
	height: auto;
	zoom: 1;
}
#deltalinkAdminHeader li:hover .bubble {

}

#deltalinkAdminHeader li.active .bubble {
	background-position: -18px 0;
}
#deltalinkAdminHeader .bubble span {
	font-size: 11px;
	font-weight: 700;
	position: relative;
	top: -17px;
}

.icon-down {
	margin-left: 4px;
	padding-bottom: 2px;
	height: auto;
}

/** END - Navigation MENU **/

/*use for skinny header*/

.logoutIcon {
	height: 16px;
	width: 16px;	
	background: url("images/delta-logout-icon.gif") no-repeat scroll 0 0 transparent;
    display: block;    
    overflow: hidden;
    text-align: left;       
}

.logoutIcon:HOVER {
	background-position: 0 -16;      
}

.backFullSite {
	color: #0253A4;
    font-size: 1.2em;
    font-weight: 700;
    height: 16px;
    padding-right: 6px;
    vertical-align: middle;
    cursor: pointer;
    float: left;
}

.logoutRow {
	width: 200px;
}

.skinnyHeaderLabel {
	height: 65px;
	line-height: 65px;
	text-transform: uppercase;
	min-width: 300px;
}


/** INTERNAL ADMIN WEB APP **/
.infoHeaderDiv {
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;	
	position: relative;
	width: 960px;
}

.internalAdminMainMenuDiv{
	width: 100%;
	min-width: 960px;
	background-color: #fff;
	overflow: visible!important;
	border-top: 1px solid #c7c7c7;			
}

.adminMenuDiv {
	width: 120px;
	margin-left: 240px;
}

.adminMenuDiv li,
.adminSubMenuDiv li{
	line-height: 50px;
	margin-right: 80px;
	list-style-type: none;
}

.noBulletStyle {
	list-style: none;
}

.switchLangActiveText {
	font-weight: 700;
	font-size: 1.1em;
	color: #333333;
	pointer-events: none;
	cursor: default !important;
	padding-left: 4px;
	padding-right: 4px;
}
.switchLangActiveText:hover {
	color: #333333 !important;
	cursor: default !important;
}
.switchLangLinkText {
	font-weight: 700;
	font-size: 1.1em;
	color: #0253A4;
	padding-left: 4px;
	padding-right: 4px;
}

.switchLangBorder {
	border-right: 1px solid #c7c7c7;
}

.switchLangPadding {
	padding-right: 16px;
}

.ext-paddingRight0px {
	padding-right: 0px !important;
}

.languageDiv {
	padding-top: 5px;
	padding-bottom: 10px;
	min-width: 175px;
}

.globeLogo {
	padding-right: 4px;
	float: right;
}

span.agency {
    padding-right: 5px;
    font-size: 1.1em;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    float: left;
}

.dashboard-dropdown-item {
	display: table !important;
}

.dashboard-dropdown-item-level-2 {
	display: table-cell !important;
	vertical-align: middle !important;
}

#secureCategory.reports li {
	background: #f9f9f9;
	float: none;
	text-align: left;
	font-size: 13px;
	box-sizing: border-box;
	display: block;
	width: 100%
}

#secureCategory.reports li a {
	padding: 16px 16px;
	width: 100%;
	box-sizing: border-box;
	float: left;
	line-height: 16px
}

#dashboard:hover>ul#reports {
	display: block !important
}

#report_menu {
	top: 100%
}

#deltalinkAdminHeader ul {
	margin-bottom: 10px
}
#adminApplicationSettingsPage {
                margin-right: 29px !important;
}
#deltalinkAdminHeader #adminCorporateAccessPage.active {
                background-color: rgb(234, 234, 234);
}

#deltalinkAdminHeader #adminCorporateAccessPage.active a {
                color: #0B1F66;
    font-weight: bolder;
}

/* Hiding the search from header - globally*/

/*
.searchDiv.floatRight {
    display: none;
}

*/
.v2{}
.v2 #header {
	background-color: #174873;
}
.v2 #mainHeader {
	background-color: #174873;
}
.v2 #deltaLinkSubHeader {
	background-color: #174873;
	border-top: 1px solid #c7c7c7;
}

.v2 .primaryButton {
	background-color: #E3132C;
	border-width: 1px;
	border-color: #991933;
}
.v2 .verticalLoginHeader {
	background-color: #FFFFFF;
}
.v2 h4.verticalTitle {
	color: #0B1F66;
}
.v2 .switchLangActiveText {
	font-size: 1.4em;
	color: #fff;
}
.v2 .switchLangActiveText:hover {
	color: #fff !important;
}
.v2 .switchLangLinkText {
	font-size:1.4em;
	color: #87cdff;
}
.v2 .switchLangLinkText:hover {
	color: #A9DBFF !important;
}
.v2 .globeLogo:hover {
	color: #A9DBFF !important;
}
.v2 .headerCorpNameLabel {
	color: #fff !important;
}
.v2 .headerUserNameLabel {
	color: #fff !important;
}


.v2 .login {
	color: #87cdff;
}
.v2 .verticalLoginContent {
	background-color: #F6F6F6;
}
.v2 .logoutLogo {
	background-image: url("images/logout.png");
}
.v2 .myProfileLogo {
	background-image: url("images/profile.png");
}
.v2 .logoutLogo:hover {
	background-image: url("images/logout_hover.png");
	background-position: 0 0 !important;
}
.v2 .myProfileLogo:hover {
	background-image: url("images/profile_hover.png");
	background-position: 0 0 !important;
}
.v2 #gotoLoginAltBtnID {
	font-size:1.4em;
	color: #87cdff;
}
.v2 #gotoLoginAltBtnID:hover {
	color: #A9DBFF;
}


.v2 .searchField {
	background-color:#f6f6f7;
	border-color:#f6f6f7;
}
.v2 .searchButton {
	background-color:#e3132c;
	border-color:#e3132c;
}


.v2 #report_menu {
	box-shadow: none !important;
	top:90px !important;
	margin-top:-19px !important;
	left:-40px;
}
.v2 #menu a {
	font-size:16px;
	font-weight:600;
	color:#fff;
}
.v2 #menu li.active, .v2 #menu li.active a, .v2 #account_menu > li.active > a, .v2 #account_menu li.active {
  background:#fff !important;
	color: #0B1F66 !important;
}
.v2 #dashboard {
	width:205px !important;
}
.v2 #dashboardTab {
	padding-top: 12px !important;
}
.v2 #adminMenu {
	padding-top: 11px !important;
}
.v2 #adminMenu a {
	padding-top: 13px !important;
}
.v2 #account_menu .icon-down {
	padding-bottom:5px;
}
.v2 .loginMessageDiv {
    height: auto!important;
}
.v2 .label , .v2 .linkStyle ,.v2 input {
    font-size: 16px;
}


/* default dashboard tabs */
.v2 #account_menu > li a {
	background:none !important;
}
.v2 #account_menu > li {
	background-color: #22659c;
	border: 1px solid #174873 !important;
}
.v2 #account_menu > li:hover {
	background-color: #2a76ab !important;
}
.v2 #account_menu > li a {
	color: #fff;
}




/* active dashboard tabs */
.v2 #account_menu > li.active a {
	background:none !important;
}
.v2 #account_menu > li.active {
	background-color: #fff;
	border: 1px solid #c7c7c7 !important;
}
.v2 #account_menu > li.active:hover {
	background-color: #f6f6f7 !important;
}
.v2 #account_menu > li.active a {
	color: #0B1F66;
}


.v2 #account_menu > li {
	padding:none !important;
}
.v2 #account_menu > li a {
	padding:10px 17px 0px 17px;
	font-size:16px;
}
.v2 #account_menu .navigationLink {
	height:48px;
	font-size:1.4em;
	font-weight:600;
}
.v2 #account_menu .navigationLink li {
	border:none !important;
}

.v2 #account_menu .icon-down {
	padding-bottom:5px;
}
.v2 .dashboardDropdown {
	color: #0B1F66 !important;
}
.v2 .dashboard-dropdown-item {
	background-color: #fff !important;
	border: 1px solid #c7c7c7 !important;
	padding:0px !important;
}
.v2 .dashboard-dropdown-item hover {
	background-color: #f6f6f7 !important;
}
.v2 .dashboard-dropdown-item-level-2 {
	padding:0px !important;
	min-width:240px;
	margin-left:-33px !important;
	border:1px solid #f1f1f1;
	border-top:none;
}
.v2 .dashboard-dropdown-item-level-2:hover {
	background-color: #f6f6f7 !important
}
.v2 .dashboard-dropdown-item-level-2 a {
	display:block;
	background: none !important;
	border: none !important;
	font-size:15px !important;
	line-height:17px;
	padding-top:5px !important;
	padding-bottom:5px !important;
	color:#0b1f66 !important;
}

/* Admin Sub-menu */
.v2 #deltalinkAdminHeader, .v2 .adminMenuDiv, .v2 .adminSubMenuDiv {
	background:#fff;
	border-bottom:1px solid #c7c7c7;
}
.v2 #deltalinkAdminHeader a, .v2 .adminMenuDiv a {
	font-size:16px;
	color:#707070;
}
.v2 #deltalinkAdminHeader a.active, .v2 .adminMenuDiv a.active {
	color:#0b1f66 !important;
}
.v2 .skinnyHeaderLabel {
    color: white;
	height: 65px;
	line-height: 65px;
	text-transform: uppercase;
	min-width: 300px;
}
.v2 .logoutIcon {
	height: 16px;
	width: 16px;	
	background: url("images/logout.png") no-repeat scroll 0 0 transparent;   
    overflow: hidden;
    text-align: left;  
    margin-left: 10px;
}
/* Admin Sub-menu */
.v2 #deltalinkAdminHeader, .v2 .adminMenuDiv, .v2 .adminSubMenuDiv {
	background:#fff;
	border-bottom:1px solid #c7c7c7;
}
.v2 #deltalinkAdminHeader a, .v2 .adminMenuDiv a {
	font-size:16px;
	color:#707070;
}
.v2 #deltalinkAdminHeader a.active, .v2 .adminMenuDiv a.active {
	color:#0b1f66 !important;
}
.v2 a.backFullSite{
font-size:1.4em;
color: #87cdff  ;
}
.v2 a.backFullSite:hover {
color: #A9DBFF   !important;
}
/* Category Pages */
.v2 .darkGrey2 {
	color:#0b1f66;
}
.v2 .linkListText {
	font-size:14px;
}

/* Search Button */


.v2 .searchBtn {
	background: url('images/v2-search.png') no-repeat center center #e3132c;
            border: 1px solid #e3132c;}
/*Company name display in header */
.v2 .company-name-component {
    height: 35px;
    background-color: #000000;
  }

  .v2 .company-name-component-name {
    font-family: 'Open Sans';
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 300;
    text-align: left;
	font-size: 18px;
    padding-top: 5px;
  }

  .v2 .company-name-component-managecopy{
      font-family: 'Open Sans';
      font-size: 14px;
      color: #87cdff ;
      text-transform: none;
      font-weight: normal;
      padding-left:20px;
      text-decoration: none;
  }
  .v2 .company-name-component-managecopy:hover{
      color: #a9dbff ;
  }
/* Company name display in header*/

.v2 a{
font-weight:600;
}
.v2 a.backFullSite  {
	font-size:1.4em;
	color: #87cdff;
}
.v2 a.backFullSite:hover {
	color: #A9DBFF !important;
}
/**Refactor Header **/

/* Main Menu */
  .header-menu {
    width: 960px;
    margin: 0 auto;
  }
  .header-menu-top {
    background-color:#134775;
    border-top:1px solid #ccc;
  }
  .header-menu-bottom {
    background-color:#fff;
  }
  .menu {
    display: table;
    background: #134775;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 16px;
  }
  .menu-section {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
  }
  .menu-links {
    display: table;
  }
/* START - FOR CACR-2096 */
.menu-link-adjusted {
                max-width: 110px !important;
}
/* #END - FOR CACR-2096 */

  a.menu-link {
    max-width:90px;
  }
  .menu-link {
    line-height: 1.4;
    padding: 17px 19px;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    min-width:2.1em;
  }
  .menu-link.active, .menu-link.active:hover {
    background-color:#fff;
    font-weight:600;
    color:#134775;
    opacity:1;
    text-decoration: none;
  }

  /* Application context label */
  .menu-link.menu-app-label {
    padding: 10px 25px 10px 0px;
    font-size:24px;
    font-weight:400;
    cursor:default;
    box-sizing: border-box;
  }
  .menu-link.menu-app-label:hover {
    background:#134775;
    color:#fff;
    opacity:1;
  }

  /* Tabs seen after user authentication (located on right) */
  .menu-tab {
    display:table-cell;
    position: relative;
    background-color: #22699c;
    font-weight:300;
    color: #fff;
    border-right: 1px solid #134775;
  }
  .menu-tab.active .menu-login-title {
    font-size:22px;
  }
  .menu-tab.active {
    background-color: #fff;
    font-weight:600;
  }
  .menu-tab.active .menu-dropdown-title, .menu-tab.active .menu-login-title, a.menu-tab-link.active {
    color:#134775;
    opacity:1;
  }
  .menu-tab-link {
    line-height: 1.4;
    padding: 17px 25px;
    margin: 0;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    min-width:2.1em;
    text-align:center;
  }
  .menu-link:hover,
  .menu-tab-link:hover {
    color: #0b1f66;
    background-color: #fff;
    opacity:0.9;
  }

  /* Dropdown Menu */
  .menu-dropdown {
    position: relative;
    border-right: 1px solid #134775;
    padding-top:2px;
    cursor: default;
    display:table-cell;
    text-align: center;
    padding:17px;
  }
  .menu-dropdown:hover {
    background-color:#3f81b1;
    border-right: 1px solid #e6e7e8;
  }
  .menu-dropdown.active {
    border-right: 1px solid #fff;
  }
  .menu-dropdown.active:hover {
    background-color:#fff;
    border-right: 1px solid #e6e7e8;
  }


/* preload fix */
  .menu-dropdown .menu-dropdown-title::before {
    content: url(images/white-chevron-up.png);
    width:0;
    height:0;
    visibility:hidden;
    display:none;
  }
  /* preload fix */
  .menu-dropdown.active .menu-dropdown-title::before {
    content: url(images/blue-chevron-up.png);
    width:0;
    height:0;
    visibility:hidden;
    display:none;
  }

 .menu-dropdown .menu-dropdown-title::after {
    content: url(images/white-chevron-down.png);
    position: relative;
    top: -3px;
  }
  .menu-dropdown.active  .menu-dropdown-title::after {
    content: url(images/blue-chevron-down.png);
    position: relative;
    top: -3px;
  }

  .menu-dropdown:hover .menu-dropdown-title::after {
    content: url(images/white-chevron-up.png);
    position: relative;
    top: -3px;
  }
.menu-dropdown.active:hover .menu-dropdown-title::after {
    content: url(images/blue-chevron-up.png);
    position: relative;
    top: -3px;
  }
  .menu-dropdown-title {
    font-weight: 400;
    text-transform: uppercase;
  }
  .menu-dropdown-title-link {
    padding: 17px 0px 17px 0px;
    color: #fff !important;
    text-decoration: none;
  }
  .menu-dropdown-title-link:hover {
    color:#054276;
    cursor:pointer;
  }
  .active .menu-dropdown-title-link {
    color: #054276 !important;
    text-decoration: none;
  }
  .active .menu-dropdown-title-link:hover {
    color:#fff;
  }
  .active .menu-dropdown-title {
    font-weight: 600;
  }
  .menu-dropdown:hover .menu-dropdown-title {
    color: #0b1f66;
  }

  .menu-dropdown-links {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #e6e7e8;
    border-top: none;
    z-index: 100;
    width: 100%;
    min-width: 220px;
    text-align: left;
  }
  .menu-dropdown:hover .menu-dropdown-links {
    display: block;
  }
  .menu-dropdown-link {
    display: block;
    padding: 14px 16px;
    font-weight:400;
    color: #153f64;
    background-color:#fff;
    text-decoration: none;
  }
  .menu-dropdown-link:hover {
    background-color:#ebf0f4;
    color:#054276;
  }
  .menu-dropdown-link.menu-dropdown-link {
    border-top: 1px solid #e6e7e8;
  }

  /* Secondary Menu "Sub Menu" */
  .sub-menu {
    display:block;
    background:#fff;
  }
  .sub-menu-links {
    display: table-cell;
    margin: 0;
    vertical-align: middle;
    width:100%;
  }
  .sub-menu-link {
    display: table-cell;
    padding:10px 20px;
    margin: 0;
    vertical-align: middle;
    font-size:16px;
    font-weight: 300;
    line-height: 1.4;
    color: #0b1f66;
    text-transform: uppercase;
    text-decoration: none;
  }
  .sub-menu-link:hover {
    color: #0b1f66;
    background-color: #ebf0f4;
  }
  .sub-menu-link.active {
    background:#dce1e5;
    font-weight:600;
    color:#114069;
  }

  /* Login component heading */
  .menu-login-title {
    font-weight: 600;
    font-size: 14px;
    padding: 0 24px;
    display: table-cell;
    text-transform: uppercase;
  }

  /* Single-use toggleable fixed-width elements */
  #menu-login {
    width: 300px;
    display: table-cell;
  }
  .menu-categories {
    min-width:580px;
  }

      #deltaLinkSubHeaderV2{
	width: 100%;
	min-width: 960px;
    background-color: #174873;
	border-top: 1px solid #c7c7c7;
	overflow: visible!important;
}
  
.v2 .header-menu-top{
	background-color: #134775;
	border-top:1px solid #ccc;
}
.v2 #headerLoginWidget{
    height: 345px;
    width: 299px;
    position: absolute;
        right:0px;

    z-index: 1002;
        bottom: -345px;
	}
.v2 .mainMenuDiv {
      height:inherit !important;
    }
.maintenance-mode-on {
		color:#ccc !important;
     }

/*CACR Skinny Header Override START*/
.v2.aacSkinnyHeader #dashboard {
	width: auto !important;
	height: 50px !important;
	padding: 0px !important;
}

.v2.aacSkinnyHeader #dashboardTab {
	font-weight: 600 !important;
	padding: 10px 15px !important;
}

.v2.aacSkinnyHeader .skinnyHeaderLabel {
	height: 50px !important;
	line-height: 50px !important;
	color: #ffffff;
	font-weight: 500 !important;
}

.v2.aacSkinnyHeader #report_menu {
	margin-top: -41px !important;
}

.v2.aacSkinnyHeader .backFullSite {
	color: #ffffff !important;
}

.v2.aacSkinnyHeader .icon-down {
	padding-bottom: 0px !important;
	padding-left: 5px !important;
}

/*CACR Skinny Header Override END*/

.v2.aacSkinnyHeader .headerUserNameLabel {
	font-size: 20px;
    font-weight: 400;
    height: auto;
}
.v2 .buttonsPadding{
	padding: 14px 20px 14px 20px;
}

#footer {	
    background-color: #02132D;
    min-width: 960px;     
  	margin-top: 0px;  	
}

.footerMainDiv {
	height: 90px;
	width: 960px;
	position: relative;	
	margin-left: auto;
  	margin-right: auto;
}

.footerContent {
	font-weight: 400;
	font-size: 1.1em;
	color: #FFFFFF;
	padding: 25px 0px;
}

.footerLinks {
	cursor: pointer;
	color: #B4C4D4;
}

.footerLinks:hover {
	color: #A9DBFF;
}

#footer-menu li {
    position: relative;
    top: -12px;
}
.logoImages{
    width: 960px;
    height:150px;
    margin-left: auto;
    margin-right: auto;
}
#footer hr{
    margin: 0;
    border-width: 0;    
}
.footerImageDiv{
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
}
.footerImages{
    margin: auto;
    padding-right: 20px;
    height:90px;
}

.v2 #footer hr {
	color: #ffffff;
	height: 1px;
    width:100%;
}
.v2 .footerContent {
	font-size: 1.4em;
	color: #FFFFFF;
}
.v2 a.footerLinks:hover {
	color: #a9dbff;
}
.v2 a.footerLinks {
	color: #87cdff;
}
.v2 #footer {
	background-color: #123c64;
}
.v2 .footerImages {
        padding-right: 60px;
}
.v2 .padding-right-16 {
        padding-right: 30px;
}

/*.v2 .footerImageDiv a:last-child >img {
    padding-right: 0px;
}*/
.v2 #footer-menu li {
  top: -14px;
}
@font-face {
	font-family: 'delta';
	src:url('css/common/fonts/delta.eot?-m7yeu6');
	src:url('css/common/fonts/delta.eot?#iefix-m7yeu6') format('embedded-opentype'),
		url('css/common/fonts/delta.woff?-m7yeu6') format('woff'),
		url('css/common/fonts/delta.ttf?-m7yeu6') format('truetype'),
		url('css/common/fonts/delta.svg?-m7yeu6#delta') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'delta';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
	content: "\e608";
}
.icon-trash:before {
	content: "\e60f";
}
.icon-question:before {
	content: "\e610";
}
.icon-pen:before {
	content: "\e611";
}
.icon-envelope:before {
	content: "\e612";
}
.icon-setting:before {
	content: "\e601";
}
.icon-right-caret:before {
	content: "\e602";
}
.icon-multi-user:before {
	content: "\e603";
}
.icon-logout:before {
	content: "\e604";
}
.icon-left-caret:before {
	content: "\e605";
}
.icon-filter:before {
	content: "\e600";
}
.icon-eye:before {
	content: "\e606";
}
.icon-dot:before {
	content: "\e607";
}
.icon-caret-up:before {
	content: "\e609";
}
.icon-caret-down:before {
	content: "\e60a";
}
.icon-bookmark:before {
	content: "\e60b";
}
.icon-arrow-right:before {
	content: "\e60c";
}
.icon-add-user:before {
	content: "\e60d";
}
.icon-account:before {
	content: "\e60e";
}

/*
  960 Grid System ~ Core CSS.
  Learn more ~ http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

body {
  min-width: 960px;
}

/* `Container
----------------------------------------------------------------------------------------------------*/

.container_12,
.container_16 {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}

/* `Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16 {
  display: inline;
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15 {
  position: relative;
}

.container_12 .grid_3,
.container_16 .grid_4 {
  width: 220px;
}

.container_12 .grid_6,
.container_16 .grid_8 {
  width: 460px;
}

.container_12 .grid_9,
.container_16 .grid_12 {
  width: 700px;
}

.container_12 .grid_12,
.container_16 .grid_16 {
  width: 940px;
}

/* `Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
  margin-left: 0;
}

.omega {
  margin-right: 0;
}

/* `Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
  width: 60px;
}

.container_12 .grid_2 {
  width: 140px;
}

.container_12 .grid_4 {
  width: 300px;
}

.container_12 .grid_5 {
  width: 380px;
}

.container_12 .grid_7 {
  width: 540px;
}

.container_12 .grid_8 {
  width: 620px;
}

.container_12 .grid_10 {
  width: 780px;
}

.container_12 .grid_11 {
  width: 860px;
}

/* `Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .grid_1 {
  width: 40px;
}

.container_16 .grid_2 {
  width: 100px;
}

.container_16 .grid_3 {
  width: 160px;
}

.container_16 .grid_5 {
  width: 280px;
}

.container_16 .grid_6 {
  width: 340px;
}

.container_16 .grid_7 {
  width: 400px;
}

.container_16 .grid_9 {
  width: 520px;
}

.container_16 .grid_10 {
  width: 580px;
}

.container_16 .grid_11 {
  width: 640px;
}

.container_16 .grid_13 {
  width: 760px;
}

.container_16 .grid_14 {
  width: 820px;
}

.container_16 .grid_15 {
  width: 880px;
}

/* `Prefix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_3,
.container_16 .prefix_4 {
  padding-left: 240px;
}

.container_12 .prefix_6,
.container_16 .prefix_8 {
  padding-left: 480px;
}

.container_12 .prefix_9,
.container_16 .prefix_12 {
  padding-left: 720px;
}

/* `Prefix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .prefix_1 {
  padding-left: 80px;
}

.container_12 .prefix_2 {
  padding-left: 160px;
}

.container_12 .prefix_4 {
  padding-left: 320px;
}

.container_12 .prefix_5 {
  padding-left: 400px;
}

.container_12 .prefix_7 {
  padding-left: 560px;
}

.container_12 .prefix_8 {
  padding-left: 640px;
}

.container_12 .prefix_10 {
  padding-left: 800px;
}

.container_12 .prefix_11 {
  padding-left: 880px;
}

/* `Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .prefix_1 {
  padding-left: 60px;
}

.container_16 .prefix_2 {
  padding-left: 120px;
}

.container_16 .prefix_3 {
  padding-left: 180px;
}

.container_16 .prefix_5 {
  padding-left: 300px;
}

.container_16 .prefix_6 {
  padding-left: 360px;
}

.container_16 .prefix_7 {
  padding-left: 420px;
}

.container_16 .prefix_9 {
  padding-left: 540px;
}

.container_16 .prefix_10 {
  padding-left: 600px;
}

.container_16 .prefix_11 {
  padding-left: 660px;
}

.container_16 .prefix_13 {
  padding-left: 780px;
}

.container_16 .prefix_14 {
  padding-left: 840px;
}

.container_16 .prefix_15 {
  padding-left: 900px;
}

/* `Suffix Extra Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_3,
.container_16 .suffix_4 {
  padding-right: 240px;
}

.container_12 .suffix_6,
.container_16 .suffix_8 {
  padding-right: 480px;
}

.container_12 .suffix_9,
.container_16 .suffix_12 {
  padding-right: 720px;
}

/* `Suffix Extra Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .suffix_1 {
  padding-right: 80px;
}

.container_12 .suffix_2 {
  padding-right: 160px;
}

.container_12 .suffix_4 {
  padding-right: 320px;
}

.container_12 .suffix_5 {
  padding-right: 400px;
}

.container_12 .suffix_7 {
  padding-right: 560px;
}

.container_12 .suffix_8 {
  padding-right: 640px;
}

.container_12 .suffix_10 {
  padding-right: 800px;
}

.container_12 .suffix_11 {
  padding-right: 880px;
}

/* `Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .suffix_1 {
  padding-right: 60px;
}

.container_16 .suffix_2 {
  padding-right: 120px;
}

.container_16 .suffix_3 {
  padding-right: 180px;
}

.container_16 .suffix_5 {
  padding-right: 300px;
}

.container_16 .suffix_6 {
  padding-right: 360px;
}

.container_16 .suffix_7 {
  padding-right: 420px;
}

.container_16 .suffix_9 {
  padding-right: 540px;
}

.container_16 .suffix_10 {
  padding-right: 600px;
}

.container_16 .suffix_11 {
  padding-right: 660px;
}

.container_16 .suffix_13 {
  padding-right: 780px;
}

.container_16 .suffix_14 {
  padding-right: 840px;
}

.container_16 .suffix_15 {
  padding-right: 900px;
}

/* `Push Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .push_3,
.container_16 .push_4 {
  left: 240px;
}

.container_12 .push_6,
.container_16 .push_8 {
  left: 480px;
}

.container_12 .push_9,
.container_16 .push_12 {
  left: 720px;
}

/* `Push Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .push_1 {
  left: 80px;
}

.container_12 .push_2 {
  left: 160px;
}

.container_12 .push_4 {
  left: 320px;
}

.container_12 .push_5 {
  left: 400px;
}

.container_12 .push_7 {
  left: 560px;
}

.container_12 .push_8 {
  left: 640px;
}

.container_12 .push_10 {
  left: 800px;
}

.container_12 .push_11 {
  left: 880px;
}

/* `Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .push_1 {
  left: 60px;
}

.container_16 .push_2 {
  left: 120px;
}

.container_16 .push_3 {
  left: 180px;
}

.container_16 .push_5 {
  left: 300px;
}

.container_16 .push_6 {
  left: 360px;
}

.container_16 .push_7 {
  left: 420px;
}

.container_16 .push_9 {
  left: 540px;
}

.container_16 .push_10 {
  left: 600px;
}

.container_16 .push_11 {
  left: 660px;
}

.container_16 .push_13 {
  left: 780px;
}

.container_16 .push_14 {
  left: 840px;
}

.container_16 .push_15 {
  left: 900px;
}

/* `Pull Space >> Global
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_3,
.container_16 .pull_4 {
  left: -240px;
}

.container_12 .pull_6,
.container_16 .pull_8 {
  left: -480px;
}

.container_12 .pull_9,
.container_16 .pull_12 {
  left: -720px;
}

/* `Pull Space >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .pull_1 {
  left: -80px;
}

.container_12 .pull_2 {
  left: -160px;
}

.container_12 .pull_4 {
  left: -320px;
}

.container_12 .pull_5 {
  left: -400px;
}

.container_12 .pull_7 {
  left: -560px;
}

.container_12 .pull_8 {
  left: -640px;
}

.container_12 .pull_10 {
  left: -800px;
}

.container_12 .pull_11 {
  left: -880px;
}

/* `Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/

.container_16 .pull_1 {
  left: -60px;
}

.container_16 .pull_2 {
  left: -120px;
}

.container_16 .pull_3 {
  left: -180px;
}

.container_16 .pull_5 {
  left: -300px;
}

.container_16 .pull_6 {
  left: -360px;
}

.container_16 .pull_7 {
  left: -420px;
}

.container_16 .pull_9 {
  left: -540px;
}

.container_16 .pull_10 {
  left: -600px;
}

.container_16 .pull_11 {
  left: -660px;
}

.container_16 .pull_13 {
  left: -780px;
}

.container_16 .pull_14 {
  left: -840px;
}

.container_16 .pull_15 {
  left: -900px;
}

/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */

.clearfix:before,
.clearfix:after,
.container_12:before,
.container_12:after,
.container_16:before,
.container_16:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after,
.container_12:after,
.container_16:after {
  clear: both;
}

/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/

.clearfix,
.container_12,
.container_16 {
  zoom: 1;
}
.contentTitleDiv {
	background-image:url('');
	background-size:cover;
	margin: auto;
    width: 960px;
}
.contentTitle {
	color: #003466;    
    padding-bottom: 36px;
    padding-top: 40px;
    font-weight: 400;
}

.landingboxgroupMainDiv {
	width: 960px;
	height: auto;
	position: relative;
	margin: auto;
	height:400px;
	margin-top: 30px;
}

.landingboxgroup {
	display: inline-block;
	margin-right: auto;
	left: 50%;
	right: auto;
	width:auto;
	position: relative;
	height:100%;
}

.landingbox {
	display: inline-block;
	width:290px;
	height:380px;
	position: relative;
	margin-right: 40px;
	margin-bottom: 50px;
}
.landingbox:last-child {
	margin-right: 0; !important
}
.landingboximage {
	color: white;
	background-color:#003466;
	width:290px;
	height:140px;
	overflow:hidden; 
}
.landingboxcontent {
	padding: 10px 20px 20px;
	height: 205px;
	overflow:hidden;
	background-color: #FFFFFF;
}

.landingboxtitle {
	height: 80px;
}

.landingboxtext {
	font-size:11px;
	overflow: hidden;
	text-overflow: ellipsis;	
	height: 78px;	
}

.landingboxbutton {
	font-size:11px;
	font-weight:700;
	text-align:center;
	line-height: 20px; 
	vertical-align: middle;
	color: white;
	width: 100%;
	height:20px;
	cursor: pointer;
}

.landingBtnPadding {
	padding:20px 0px;
}

.landingLineHeight {
	line-height: 35px;	font-size: 3.2em;
}

.loginHeader h4{
	text-indent: 20px;
	font-weight: 400 !important;
	line-height: 30px;
	font-size: 1.5em;
	/*font-size: 1em;*/
	background-color: #EAEAEA;
	border-bottom: solid 1px #C7C7C7;
	color: #333;
	margin: 0px;
}

.loginContent1 {
	background-color: #02132D;
	padding: 200px 0px;
}

.loginContent {
	background-color: white;
	text-align: left;
	padding: 20px;
	min-height: 280px;
}

.loginField {
	border: solid 1px #C7C7C7;
	background-color: #FFFFFF;
	resize: none;
	width: 100%;
	overflow: hidden;	
}

.loginFieldFont {
	font-family: 'Open Sans','Trebuchet MS',Verdana,Tahoma,sans-serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: 400;
	color: #707070;	
}

.loginMessageDiv {
	padding: 10px 0px;
	/*min-height: 25px;*/
}

.loginModalMessageDiv {
	padding: 10px 0px;
	height: auto;
}

.loginAlternateMainDiv {
	padding: 20px 40px;
}

.loginAlternateContainerDiv {
	width: 460px;
	margin: auto;
}

.loginCheckBox {
	width: 15px;
	height: 15px;
	margin: 0px;
	padding: 0px;
	background-color: rgb(255, 255, 255);
	border: 0px;
}

.loginBtn {
	margin-bottom: 10px;
}
/* AEM Change 04112018 START */
.resendWelcomeEmailModalMessageDiv {
	padding: 10px 0px;
	height: auto;
}
/* AEM Change 04112018 END */

.marginDiv {
	margin-left:10px; 
	margin-right: 10px;
}

.margin-top-12 {
	margin-top: 12px !important;
}

.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-5 {
	margin-top: 5px !important;
}

.padding-left-3px {
	padding-left: 3px;
}

.textColor-333333 {
	color: #333333;
}

/*
.loginHintText {
	font-weight: 600;
	COLOR: #707070;
	font-style: Italic;
}*/

/* FOR MODALS */
.modalContainer {
	width: 580px;
}

.loginModalbtn {
	margin-top: 10px;
	width: 250px;
	margin-left: 115px;
}

.modalContent {
	border: solid 1px #C7C7C7;
	padding: 20px;
	height: auto;
	background-color: #FFFFFF;
}

#loginWidget {
	margin: 5px auto auto;
	max-width: 300px;
}

.alternateLoginHeader {
	background-color: #003366;
	color: #FFFFFF;
}

#saveId {
	margin-bottom: 0px;
}
/* login-cacr-override.css */
.v2 .loginContent, .v2 .loginContent1{
   background-color: #f6f6f7;
}

.v2 #loginContent {
   height: auto!important;
}

.v2 .loginBtn {
   font-size: 16px !important;
}

.v2 .loginHeader h4{
   font-size: 16px !important;
}

.v2 #loginContent .label, .v2 #loginContent .linkStyle, .v2 #loginContent input {
    font-size: 14px !important;
}

.v2 .loginContent1 .darkBGText{
   color: #333333 !important;
}

.v2 .errorText, .v2 .errorTextLabel{
   font-size:14px;
 }

.loginContent {
	height: 286px;
}
a {
	text-decoration: none;
}

select {
	height:	20px;
	width: 130px;
	font-size: 1em;
}

img.iconSize {
	height: 10px;
	width: 10px;
}

.baseDiv {
	background-color: #FFFFFF;
	padding: 20px;
	position: relative;
}

.boldText {
	font-weight: bold !important;
}

.blueText {
	color: #0253A4; 
}

.divSpace {
	margin-bottom: 20px;
}

.divSpace:last-child {
	margin-bottom: 0px;
}

.addToBookmarksDiv {
	padding: 5px 20px;
}

.categoryDiv {
	width: 30%;
}

.linkListDiv {
	width: 60%;
	padding-left: 40px; 
}

.archiveDiv {
	background-color: #EAEAEA;
	padding: 10px 20px 10px 5px; 
}

.listLineHeight {
	line-height: 40px;
	margin-top: -10px;
}

.articleCategoryBarDiv {
	width: 100%; 
	background-color: #EAEAEA;
	height: 32px;
}

.articleCategoryDiv {
	padding: 9px;	
}

.articleArrowImage {
	position: relative; 
	display: inline-block;
}

.articleIconLeftArrow {
	background-image: url('images/arrow-blue-left.png');
	display: inline-block;
	width: 4px;
	height: 7px;
}

.articleIconRightArrow {
	background-image: url('images/arrow-blue-right.png');
	display: inline-block;
	width: 4px;
	height: 7px;
}

.articleIconGrayLeftArrow {
	background-image: url('images/arrow-gray-left.png');
	display: inline-block;
	width: 4px;
	height: 7px;
}

.articleIconGrayRightArrow {
	background-image: url('images/arrow-gray-right.png');
	display: inline-block;
	width: 4px;
	height: 7px;
}

.articlePrev {
	padding-left: 10px;
}

.articleNext {
	padding-left: 10px;
}

.articleDateDiv {
	width: 30%;
	margin-top: 5px;
}

.archiveLineListDiv {
	width: 70%;
}

.titleDiv {	
	position: relative;
}

.dateDiv {
	height: 31px;
	padding-left: 10px;
	position: relative;
}

.dateContent {
	/*bottom: 0;
	font-style: italic;
	position: absolute;
	width: 200px;
	*/
	color: #003366; 
	font-size: 12px; 
	font-weight: 700; 
	font-style: italic;
}

.categoryBlock {
	border-bottom: 1px solid #C7C7C7;
	margin-bottom: 20px;
	padding-bottom: 20px;
	width: 100%;
}

.categoryBlock:last-child {
	border-bottom: 0px;
	margin-bottom: 0px;
}

.mainComponentDiv {

	width:100%;	

	font-weight: 400;

	color: #333333;

}



.mainComponentDiv ul {

	font-size: 12px;

}



.mainComponentDiv ol {

	font-size: 12px;

}



.mainComponentDiv h1,

.mainComponentDiv h2,

.mainComponentDiv h3,

.mainComponentDiv h4,

.mainComponentDiv h5,

.mainComponentDiv h6 {

	color: #333333;

}



.singleTemplateBaseDiv {	

	padding: 20px;

	position: relative;

}



#blueComponentVerticalMainDiv a,

#blueComponentHorizontalMainDiv a {

	color:#FFFFFF;

}



/**text component**/

.whiteBackground {

	background-color:#FFFFFF;

}



.transparentBackground {

    background-color:transparent;

}



.imageTextLeft {

	margin: 0px 10px 0px 0px;

}



.imageTextRight {

	margin: 0px 0px 0px 10px;

}



/**content-area**/

.contentAreaHeader {

	font-weight: 600;

	font-size: 1.6em;	

	font-weight: 300, 400, 600, 700;

	color:#0253A4;

	margin-bottom:20px;

}



.contentAreaDiv100 {

	width:100%; 		

}



.contentAreaDiv33 {	

	width:33%;

	margin-right: 0.33%; 		

}



.contentAreaDiv66 {	

	width:66%; 			

	margin-right: 0.67%;

}



/**horizontal line**/

.hrComponent {

	border-color: 1px #C7C7C7; 

}



/**blueComponent**/

#blueComponentHorizontalMainDiv {

	margin-bottom:20px;

	height: 210px;

	background-color:#003366;

}



#blueComponentVerticalMainDiv {

	width: 240px;

	height: auto;	

	background-color: #003366;	

	padding-top: 10px;

}



.blueContainerDiv {

	margin: 20px 0 10px;

}



#blueComponentHorizontalMainDiv .blueContainerDiv {

	height: 180px;	

	float:left;	

}



.blueContainerDiv100 {

	width:100%; 	

	

}



.blueContainerDiv33 {	

	width:33%; 		

}



.blueContainerDiv34 {	

	width:34%; 		

}



.blueContainerDiv50 {	

	width:50%; 			

}



.blueComponent {

	color:#FFFFFF;

	position: relative;	

	font-size: 11px;

}



#blueComponentHorizontalMainDiv .blueComponent {

	height:100%;	

	border-right: 1px solid #8C9BAA;

	padding: 0 20px;	

}



#blueComponentHorizontalMainDiv .last .blueComponent {	

	border-right: 0;

}



#blueComponentVerticalMainDiv .blueComponent {	

	border-bottom: 1px solid #8C9BAA;

	margin: 0 20px;

	padding: 0;	

}



#blueComponentVerticalMainDiv .last .blueComponent {	

	border-bottom: 0px;

}



.blueImageLeftRight {

	max-width: 40%;

	margin-left: auto;

    margin-right: auto;

}



#blueComponentHorizontalMainDiv .blueComponentTeaserBottom {	

	max-height: 45px;

	overflow: hidden;

}



#blueComponentHorizontalMainDiv .blueComponentTeaserBottomNoText {	

	max-height: 79px;

	overflow: hidden;

}



#blueComponentHorizontalMainDiv .blueComponentText {

	max-height: 107px;

	overflow: visible;

	margin-top: -4px;

}



#blueComponentHorizontalMainDiv .imageTextLeft {

	margin-top: 3px;

	height: 102px;

	width: 70px;

}



#blueComponentHorizontalMainDiv .imageTextRight {

	margin-top: 3px;

	height: 102px;

	width: 70px;

}



.blueImageTop {	

	margin-bottom: 10px;	

}



.blueComponentHeader {

	font-weight: 600;

	font-size: 2em;	

	font-weight: 600;	

	margin-bottom: 10px;

	margin-top: -4px;

}



.linkStyle {

	font-weight: 600;

	font-size: 1.2em;	

}



#blueComponentHorizontalMainDiv .linkSpacing {

	position: absolute;

    bottom: 0px;

    right:20px;

}



#blueComponentVerticalMainDiv .linkSpacing {

	position: relative;   

	padding-bottom: 10px;

	padding-top: 5px; 

}



.imageOnly {

	position: relative;   	

	margin: auto;

	display: block;

	padding-bottom: 20px; 

}



.blueImageTop > img {

	position: relative;   	

	margin: auto;

	display: block;

	height: 50px;

	width: 183px;

}





/**accordion**/

.normal {

		

}



.nested {

	padding-left : 10px;

}



.floatLeft {

	float:left;

}



.floatRight {

	float:right;

}



.clearFloat {

	clear:both;

}



.noDisplay {

	display: none;

}



.accordionCollapseArrow {

	background: url('images/ui-icons_0253a4_256x240.png') -39px -21px;

	display: block;

	width: 4px;

	height: 7px;

}



.accordionExpandArrow {

	background: url('images/ui-icons_0253a4_256x240.png') no-repeat -69px -22px;

	width: 7px;

	height: 4px;

}



#blueComponentVerticalMainDiv a.linkStyle,

#blueComponentHorizontalMainDiv a.linkStyle {

	color: #87CDFF;

	text-decoration: none;

	-moz-transition: color 0.3s ease;

	-o-transition: color 0.3s ease;

	-webkit-transition: color 0.3s ease;

	transition: color 0.3s ease;

}



#blueComponentVerticalMainDiv a.linkStyle:hover,

#blueComponentHorizontalMainDiv a.linkStyle:hover {

	color: #A9DBFF;

	text-decoration: none;

	-moz-transition: color 0.3s ease;

	-o-transition: color 0.3s ease;

	-webkit-transition: color 0.3s ease;

	transition: color 0.3s ease;

}







#blueComponentVerticalMainDiv a.linkStyle > i,

#blueComponentHorizontalMainDiv a.linkStyle > i {

	cursor: pointer;

	-moz-transition: color 0.3s ease;

	-o-transition: color 0.3s ease;

	-webkit-transition: color 0.3s ease;

	transition: color 0.3s ease;

}



.blueComponent .linkStyle {

	font-size: 1.3em;

    font-weight: 700;

}

	

a.disabled,

a.disabled > i {

	cursor: default;

}



/*

a:hover {

	color: #1c7bd9;

}

*/



.accordionFont {

	font-weight: 600;

	font-size: 1.2em;		

	margin: 0px;

	cursor: pointer;

}



.arrowIconPosition {

	padding-top:5px;

	margin-right:4px;

}



.accordionComponentHeader {

	margin-bottom:30px;

}



.accordion {

	margin-bottom: 30px;

}



/**image component**/

.imageLeft {

	margin-right: 20px;

}



.imageRight {

	margin-left: 20px;

}



.imageBottom {

	margin-top: 20px;

}



.imageTop {	

	margin-bottom: 20px;

}

.imageTop img {
    max-width: 100%;
}

.textDivWidth {

	width:60%;

}



.boundarypadding-12px{
    padding-top:12px;
    padding-bottom:12px;
     padding-left:12px;
     padding-right:12px;  
    }
/**PDF Component**/

.categoryDiv {

	width: 30%;

}



.categoryText {

	font-weight: 700;	

}



.listLineHeight {

	line-height: 40px;

	margin-top: -10px;

}



.archiveLineListDiv {

	width: 70%;

}



.articleDateDiv {

	width: 30%;

}



.linkListText {

	font-weight: 600;

	font-size: 1.2em;

	color: #0253A4;

}



/**Table Component**/

.tableHeader {

	background-color: #f2f2f2;

}



.oddRow {

	background-color: #e5e5e5;

}



.evenRow {

	background-color: #FFFFFF;

}



.tableFont {

	font-weight: 400;

	font-size: 11px;	

	margin: 0px;

}



td.tableComponentColId, th.tableComponentHeaderId {

	padding-top: 12px;

	padding-left: 10px;

	padding-right: 10px;

	padding-bottom: 9px;

	text-align:left;

	vertical-align:top;

}



td.footerRow {

	border-top:1px solid #cccccc;

	padding-top: 12px;

	padding-left: 10px;

	padding-right: 10px;

	padding-bottom: 9px;

	text-align:left;

	vertical-align:top;

}



table#tableComponentId {

	border-spacing: 0;

	border-collapse:collapse;

	width: 100%

}



/** Site map **/

.siteMapHeader {

	margin-bottom: 10px;

}



.siteMapDiv {

 	background-color: white;

    height: auto;

    width: 960px;

}



.siteMapBlock {

	display: inline-block;

    position: relative;

    width: 430px;

}



.siteMapCategoryDiv {

	width: 38%;

}



.siteMapLinkListDiv {

	padding-left: 20px;

    width: 57%;

}



.siteMapCategoryBlock {

	border-bottom: 2px solid #C7C7C7;

    margin-bottom: 20px;

    width: 100%;

}



.siteMapHeader > a {

	color: #707070;

	font-weight: 400;

}



.siteMapHeader > a:hover {

	color: #707070;

}



/** End of site map **/



/** TAB Component **/

.tabCategoryMainDiv {

	display: inline-block;

	position: relative;

	z-index: 2;

	/*border-top: .5px solid #EAEAEA;*/

}

.tabCategoryDiv {

	display: inline-block;

	*display:inline;zoom:1;

	position: relative;

	padding-top: 10px;

	padding-bottom: 10px;

	padding-left: 30px;

	padding-right: 30px;	

	margin-left: 1px;

}



.tabCategoryDiv:FIRST-CHILD {

	margin-left: 0px;

}



.tabCategoryBackground {

	/*background-color: #FFFFFF;*/

}



.tabCategoryBackgroundInactive {

	background-color: #EAEAEA;

	border-top: .5px #EAEAEA solid;

	border-left: 0px #FFFFFF solid;	

	cursor: pointer;

}



.tabCategoryBackgroundInactive:FIRST-CHILD {

	border-left: none;

}



.tabCategoryBackgroundActive {

	background-color: #FFFFFF;

	border-top: .5px #EAEAEA solid;

	border-left: .5px #EAEAEA solid;

	border-right: .5px #EAEAEA solid;	

}



.tabContentDiv {	

	padding: 20px;

	position: relative;

	border-bottom: .5px solid #EAEAEA;

	border-left: .5px solid #EAEAEA;

	border-right: .5px solid #EAEAEA;

	border-top: .5px solid #EAEAEA;

	margin-top: -2px;

	z-index: 1;

}



.tabFont {

	font-size: 1.2em;

	font-weight: 600;

}



/** End of Tab component **/



.emailExtra {

    font-style: italic;     

}



.emailExtraDiv {

	margin-left: 2px;

	padding-bottom: 10px;

    padding-top: 10px;

}



.pLineSpace p {

	line-height: 20px;

}



.categorylanding {

      margin-top:20px;

}



.newslanding {

      margin-top:20px;

}



.exceptionPolicyBlock {

	padding: 4px 20px 4px 20px;

	text-align: center;	

	height: 15px;

	background-color: #B91F05;

    border-color: #991933;

    border-width: 1px;

}



.linkBlue1 {

	color: #0253A4;

}



/** Secure Component Snippet **/



.categorysDiv{

	width: 30%;

        text-transform: uppercase;

}



    .streamComponentButtonDiv {

	position: relative; 

	height: 30px;

}

.linkListsDiv {

    width: 60%;

    padding-left: 10px;

    padding-bottom:10px;

}

.margin{

            margin-top:20px;

            margin-bottom:20px;

        }

/* Start Generic Spotlight Component */



.genericSpotlightComp .grid {

	max-width: 680px;

	height: auto;

}

.genericSpotlightComp .horizontalComponent {
	/*border: 1px solid #8c9baa;*/	

	overflow: hidden;	


}

.genericSpotlightComp .col{

	width: 33.3%;	

	float: left;	

	position: relative;    

	height: 300px;    

	/*margin:20px 0 20px 0;*/

    padding: 20px 0 20px 0;

    background-color:#fff;
	
}


.genericSpotlightComp .image {

	padding: 20px;
	
}

.genericSpotlightComp .texts {

	padding: 0 20px 0 20px;
	
}

.genericSpotlightComp .links {

	padding: 20px 0 0 20px;	
	
	font-family:'Open Sans';	
	
	font-size:1.3em;	
	
	color:#0253a4;	
	
	float:right;    
	
	bottom: 20px;    
	
	position: absolute;    
	
	right: 20px;
	
}

.genericSpotlightComp .title {

	font-family: 'Open Sans','Trebuchet MS';    
	
	font-weight:600;	
	
	font-size:2em;	
	
	color:#333333;	
	
	margin: 0 0 10px 0;
	
}

.genericSpotlightComp .date {

	font-family:'Open Sans','Trebuchet MS';    
	
	font-weight:600;	
	
	font-size:1.2em;	
	
	color:#333333;	
	
	margin:0px;
	
}

.genericSpotlightComp .desc {

	font-family:'Open Sans','Trebuchet MS';    
	
	font-weight:400;	
	
	font-size:1.2em;	
	
	color:#333333;	
	
	margin:0px;
	
}

.genericSpotlightComp .verticalComponent {

	width: 240px;	
	
	height: auto;	
	
	background-color: #fff;	
	
	overflow: hidden;
	
}

.genericSpotlightComp .row{

	float: left;		
	
	width: 200px;    
	
	padding:20px 20px 0 20px;

    background-color:#fff;
	
}


.genericSpotlightComp .verticallinks  {

	padding-bottom:20px;    
	
	overflow:hidden;
	
}

.genericImageTop > img  {
	
	position: relative; 
	
	margin: auto;
	
	display: block;
	
	width: 183px;    
	
	height: 78px;    
	
	padding:0 0 20px 0;
	
}

a.genspotlightlink {	
	
	font-size:13px;    
	
	font-weight:700;    
	
	float:right;
	
}

.verticallinks .genspotlightlink {
	
	font-size:13px;    
	
	font-weight:700;    
	
	float:left;
	
	padding-right:45px;
	
}

.horizontalComponent .tiles {

    overflow: hidden;

    border-right: 1px solid #8C9BAA;

    height: 300px;

}

.horizontalComponent .tiles.last {
	
    border-right: 0;
	
}		


.verticalComponent .tiles{	
	
    border-bottom: 1px solid #8C9BAA;	
	
}

		
.verticalComponent .tiles.last {	
	
    border-bottom: 0;	
	
}

		
.verticalComponent .texts{
	
    padding:0 0 10px 0;
	
}	

	
.verticalComponent .genericImageTop > img  {	
			
	padding:0 0 20px 0;	
	
    width: 200px;		
			
}	
	

/* End Generic Spotlight Component */



/* Start Generic Spotlight List Component */


.genericSpotlightListComp .image{	

	padding: 20px;
	
}

.genericSpotlightListComp .texts{

	padding: 20px 0 0 0;
	
}

.genericSpotlightListComp .title{	

	font-family:'Open Sans','Trebuchet MS';    
	
	font-weight:600;	
	
	font-size:2em;	
	
	color:#333333;	
	
	margin: 0 0 10px 0;
	
}

.genericSpotlightListComp .date{	

	font-family:'Open Sans','Trebuchet MS';    
	
	font-weight:600;	
	
	font-size:1.2em;	
	
	color:#333333;	
	
	margin:0px;
	
}

.genericSpotlightListComp .verticalComponent{

	width: 240px;	
	
	height: auto;	
	
	background-color: #fff;	
	
	overflow: hidden;    
	
	padding:20px 0 20px 0;
	
}
	
.genericSpotlightListComp .row{	
	
	float: left;	
	
	border-bottom: 1px solid #8C9BAA;	
	
	width: 200px;    
	
	margin: 0 20px 0 20px;
	
}
.genericSpotlightListComp .row.last {
    border-bottom: 0;
}
.genericSpotlightListComp .verticallinks {
	
	padding: 10px 0 20px 0;	
	
	float: left;
	
}

.genericSpotlightListComp .viewAllButtonDiv{	
	
	position: relative;	
	
	overflow:hidden;	
	
	float: left;
	
}

.genericSpotlightListComp .viewAllButton{
	
	/* position: absolute; */	
	
	bottom: 0px;	
	
	right: 0px;	
	
	z-index: 1;        
	
	padding-top: 10px;    
	
	padding-left:20px;    
	
	float:right;
	
}

.genericSpotlightListComp .blueButton{	
	
	border-width: 1px;	
	
	border-color: #02132D;
	
}

.genericSpotlightListComp .activeButton{	
	
	font-size: 1.1em;	
	
	font-weight: 700;	
	
	color: #fff;	
	
	text-transform: uppercase;
	
}

/*hr {    

	color: #8C9BAA;    
	
	border-width: 1px;    
	
	margin-top: 25px;    
	
	margin-left: 20px;    
	
	border-style: inset;    
	
	height:0; 
	
	margin-bottom:0px;
	
}*/

.tandc{	

	border-top: 1px solid #8C9BAA;    

	background-color:#ffffff;
	
	margin-right: 0.1%;
	
}

.terms{
	
	margin-top:0px;    
	
	padding:20px;    
	
	font-size:1.1em;
	
}


.genericHeader {		

    color: #fff;
	
}		



/* End Generic Spotlight List Component */

/* Start of Disclaimer Component */

.disclaimerComp .disclaimertext{
	padding: 20px;
}

.disclaimerComp{
	
	margin: 20px 0 20px 0;
	
	background-color: white;
}

/* End of Disclaimer component */

/* Spotlight Landing Component */

.spotlightlanding.parbase.section {

    margin-top: 20px;

}

hr.spotlight{
	
    margin-bottom:20px;
	
    margin-left:0px;
	
    margin-top:0px;
	
}

hr.spotlights {
	
    border-style: inset;
	
    border-width: 0;
	
    color: #8c9baa;
	
    height: 0;
	
    margin-bottom: 0;
	
    margin-left: 0;
	
    margin-top: 0;
	
}		


/* End of Spotlight Landing Component */


/* Start of Statistics Component */
.v2 .performance-statistics-component-header {
	color: #FFF;
	z-index: 200;
	font-family: Open Sans;
	font-size: 70px;
	font-weight: 400;
	margin-top: -151px;
	color: #FFF;
	padding-top: 6px;
}
.v2 .performance-statistics-component-subheader {
	color: #FFF;
	z-index: 200;
	font-family: Open Sans;
	font-size: 14px;
	font-weight: 300;
	color: #FFF;
}
.v2 .performance-statistics-component-image {
	z-index: 1;
	height: 330px;
	width: 300px;
}
.v2 .performance-statistics-component-overlay-content {
	background: rgba(0,0,0,0.8);
    height: 150px;
    width: 300px;
    opacity: 1;
    font-family: Verdana, Geneva, sans-serif;
    color: #FFF;
    bottom: 0px;
    z-index: 1;
    text-align: center;
    position: relative;
}
.v2 .performance-statistics-competitor-content {
	height: 60px;
	width: 280px;
	background-color: #02132d;
	font-family: 'Open Sans';
	padding: 10px;	
	position:relative;
}
.v2 .performance-statistics-competitor-header {
	font-size: 25px;
	font-weight: 400;
	color: #fff;
	font-family: Open Sans;
}
.v2 .performance-statistics-competitor-subheader span{
	font-size: 14px;
	font-weight: 200;
	color: #fff;
	font-family: Open Sans;
	margin-top: -12px;
}
.v2 .performance-statistics-competitor-name {
	font-size: 14px;
	font-weight: 200;
	color: #fff;
	font-family: Open Sans;
}
.v2 .performance-statistics-competitor-one {
  float: left;
  padding-left: 46px;
  text-align: center;
}
.v2 .performance-statistics-competitor-two:before {
	content: "";
	height: 47px;
	border: 0.5px solid #fff;
	position: absolute;
   	margin-top: 5px;
    	left: 50%;
}
.v2 .performance-statistics-competitor-two {
  float: right;
  padding-right: 46px;
  text-align : center;
}
.v2 .performance-statistics-component-title-content {
	height: 60px;
	position: relative;
	background-color: #22659c;
	bottom: 0px;
	width: 300px;
	text-align: center;
}
.v2 .performance-statistics-component-title {
	background-color: #22659c;
	font-family: Open Sans;
	font-size: 20px;
	font-weight: 400;
	Text-transform: uppercase;
	color: #FFF;
	padding-top: 4px;
}
.v2  .performance-statistics-component-title-content sup {
	margin-left: 2px;
    	vertical-align: super;
    	/*line-height: normal;*/
}
/* End of Statistics Component */


/* Start of CorpBanner Component */

.v2 .description {
    font-size: 14px;
    font-weight: 300;
    font-family: Open sans;
    color: #ffffff;
  text-align:left;
}

.v2 .headingbutton > .heading{
  text-align: center;
}

.v2 .onlyHeading,.v2  .headingArrow, .v2 .headingbutton, .v2 .headingDescriptionArrow,.v2  .headingDescriptionButton{
  padding:20px;
}
.v2 .heading {
  font-size: 30px;
    font-weight: 600;
    font-family: Open Sans;
    color: #ffffff;
    z-index: 200;
    margin: auto;
    text-transform: uppercase;
    /*padding: 20px;*/
    text-align: left;
}

.v2 .learnMore {
    height: 45px;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 7px 20px;
    border: 0px solid transparent;
    background-color: #0253a4;
    width:260px;
}

.v2 .button{
  padding-bottom: 20px;
}
 .v2 a:hover{
   opacity:0.8;
 }
.v2 .Wrapper {
    padding-bottom: 20px;
    /* top: 10px; */
}

.v2 .corpImage {
    width: 300px;
    height: 532px;
    z-index: 1;
}

.v2 .contentWrapperDiv {
    position: absolute;
}

.v2 .arrow {
    top: 47px;
    right: 20px;
    position: absolute;
    vertical-align: middle;
  }
.v2 .overlayContent {
  position: absolute;
  z-index: 1;
  height: auto;
  width: 100%;
  background-color: black;
  bottom: 0px;
  background-color: rgba(0,0,0, 0.8);
  font-family: open sans;
  color: #ffffff;
  text-align: center;

}

.v2 .headingArrow {
    position: relative;
    /*width: 100%;*/

}

.v2 .headingArrow .arrow{
  top:36%;
}

.v2 .headingbutton .button{
  padding-top:15px;
}

.v2 .headingDescriptionArrow .arrow{
  bottom: 130px;
  top:12%;
  left:auto;

}

.v2 .headingDescriptionArrow .heading{
      width: 220px;
}

.v2 .arrow {
    position: absolute;
    top: 23%;
    bottom: 0;
    left: 0;
    right:7%;

    text-align:center; /* Align center inline elements */
    font: 0/0 a;
}

.v2 .arrow:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.v2 .arrow img {
    vertical-align: middle;
    display: inline-block;
}


/* End of CorpBanner Component */
/* Start of Image Text Component */

	.v2 .image-component {
		position:relative;
		background:#f6f6f7;
	}

	.v2 .image-component-w33 {
		width:300px;
		height:357px;
	}
	.v2 .image-component-w50 {
		width:465px;
		height:357px;
	}
	.v2 .image-component-w66 {
		width:630px;
		height:357px;
	}

	.v2 .shorten .image-component-w33 {
		width:300px;
		height:270px;
	}
	.v2 .shorten .image-component-w50 {
		width:465px;
		height:270px;
	}
	.v2 .shorten .image-component-w66 {
		width:630px;
		height:270px;
	}

	.v2 .image-component-w33 .image-component-image {
		width:300px;
		height:120px;
	}
	.v2 .image-component-w50 .image-component-image {
		width:465px;
		height:120px;
	}
	.v2 .image-component-w66 .image-component-image {
		width:630px;
		height:120px;
	}

	.v2 .shorten .image-component-w33 .image-component-image {
		width:300px;
		height:100px;
	}
	.v2 .shorten .image-component-w50 .image-component-image {
		width:465px;
		height:100px;
	}
	.v2 .shorten .image-component-w66 .image-component-image {
		width:630px;
		height:100px;
	}

	.v2 .image-component-w33 .image-component-description {
		height:140px;
	}
	.v2 .image-component-w50 .image-component-description {
		height:150px;
	}
	.v2 .image-component-w66 .image-component-description {
		height:150px;
	}

	.v2 .shorten .image-component-w33 .image-component-description {
		height:65px;
	}
	.v2 .shorten .image-component-w50 .image-component-description {
		height:65px;
	}
	.v2 .shorten .image-component-w66 .image-component-description {
		height:70px;
	}
	.v2 .image-component-content {
		padding:15px 20px 40px 20px;
	}
	.v2 .image-component-title {
		display:block;
		font-weight:600;
		font-size:24px;
		line-height:30px;
		color:#0b1f66;
		text-transform:uppercase;
		padding-bottom:10px;
		text-decoration:none;
	}
	.v2 .image-component-title:hover {
		color:#1c7bd9;
	}
	.v2 .image-component-description {
		font-size:14px;
		font-weight:400;
		color:#0b1f66;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.v2 a.image-component-link {
		position:absolute;
		right:20px;
		bottom:20px;
		display:block;
		font-size:14px;
		font-weight:600;
		color:#0253a4;
	}
	.v2 a.image-component-link:hover {
		color:#1c7bd9;
	}

/* End of Image Text Component */
/* Start of Video Text Component */

	/* Include all of these styles when a video component is being used. */
	.v2 .video-text {
		position:relative;
		font-family: 'Open Sans','Trebuchet MS',Verdana,Tahoma,'MS UI Gothic','MS PMincho',sans-serif;
		background:#f6f6f7;
	}

.v2 .shorten .video-text-w50 {
		width:465px;
		height:357px;
	}

	.v2 .video-text-w33 {
		width:300px;
		height:357px;
	}
	.v2 .video-text-w50 {
		width:465px;
		height:532px;
	}
	.v2 .video-text-w66 {
		width:630px;
		height:532px;
	}
	.v2 .video-text-w100 {
		width:960px;
		height:800px;
	}

	.v2 .video-text-w33 .video-text-embed {
		width:300px;
		height:169px;
	}
	.v2 .video-text-w50 .video-text-embed {
		width:465px;
		height:262px;
	}
	.v2 .video-text-w66 .video-text-embed {
		width:630px;
		height:354px;
	}
	.v2 .video-text-w100 .video-text-embed {
		width:960px;
		height:544px;
	}

	.v2 .video-text-w33 .video-text-description {
		height:58px;
	}
	.v2 .video-text-w50 .video-text-description {
		height:171px;
	}
	.v2 .video-text-w66 .video-text-description {
		height:80px;
	}
	.v2 .video-text-w100 .video-text-description {
		height:170px;
	}


	.v2 .video-text-content {
		padding:15px 20px 40px 20px;
	}
	.v2 a.video-text-title {
		display:block;
		font-weight:600;
		font-size:25px;
		line-height:30px;
		color:#0b1f66;
		text-transform:uppercase;
		padding-bottom:10px;
		text-decoration:none;
	}
	.v2 a.video-text-title:hover {
		color:#1c7bd9;
	}
	.v2 .video-text-description {
		font-size:14px;
		font-weight:400;
		color:#0b1f66;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.v2 a.video-text-link {
		position:absolute;
		right:20px;
		bottom:20px;
		display:block;
		font-size:14px;
		font-weight:600;
		color:#0253a4;
	}
	.v2 a.video-text-link:hover {
		color:#1c7bd9;
	}

  /* These classes will be refined later */
	.v2 .disable-link {
		color:inherit !important;
		cursor:default !important;
		opacity:1 !important;
	}
	.v2 .disable-link:hover * {
		cursor:default !important;
		opacity:1 !important;
	}

/* End of Video Text Component */


/* Start of Banner Component */

.v2 .banner-component-date, .v2 .banner-component-description {
    color: #fff;
    text-transform: uppercase;
    font-size: 25px;
    font-family: open sans;
    font-weight: 300;
    padding: 13px 0;
}
.v2 .banner-component {
    width: 920px;
    background-color: #02132d;
    height: 62px;
    padding-right: 20px;
    padding-left: 20px;
    
    margin-left: auto;
    margin-right: auto;
}
.v2 .banner-component-date-section{
    float: right;
}
.v2 .banner-component-description-section {
    float: left;
}
/* End of Banner Component */


/* Start of Terms & Condition Component */


.v2 .terms-conditions-component-full-terms p {
    font-size: 14px !important;
    font-family: open sans;
    color: #333333;
    font-weight: 400;
    text-align: left;
    line-height: 20px;
}
.v2 .terms-conditions-component-link  {
    text-decoration: none;
        color: #0253a4;
        font-size: 14px;
        font-family: open sans;
        font-weight: 600;
        float:right;
        line-height: 0px;
}
.v2 .terms-conditions-component-heading{
  text-decoration: none;
      color: #333333;
      font-size: 14px;
      font-family: open sans;
      font-weight: 600;
      /*line-height: 0px; */
}
.v2 .terms-conditions-component-link:hover{
    color: #1c7bd9;
}
.v2 .terms-conditions-component {
    width: 920px;
    background-color: #f6f6f7;
    height: auto;
    padding:20px;
	margin-left: auto;
    margin-right: auto;
}

/* End of Terms & Condition Component */

/*Start of Corporate-dashboard-message. Component */

 .v2 .dashboard-message {
          background-color: #22659C;
          display: table;
          height: 60px;
          
        }
        .v2 .dashboard-message-image {
          display: table-cell;
          height: 60px;
          width: 130px;
        }
        .v2 .dashboard-message-text {
          color: #fff;
          display: table-cell;
          font-weight: 300;
         /* font-size: 1.4em; */
          padding-left: 20px;
          padding-right: 20px;
          vertical-align: middle;
          width:100%;
        }

.v2 .dashboard-message-text p {
         font-size: 1.4em;
 }

.v2 .dashboard-message-text a {
          color: #87CDFF;
}
.v2 .dashboard-message-text a:hover {
          color: #A9DBFF;
        }
/*End of Corporate-dashboard-message. Component */



/*Start of Corporate-HomePage-Advisory Component */
.v2 .alert-bar {
          background-color: #02132D;
          border-top: 1px solid #7c7c7c;
          text-align: center;
          margin-top:-30px;
          margin-bottom: 30px;
        }
        .v2 .alert-bar-container {
          min-height: 60px;
        }
        .v2 .alert-bar-label {
          color: #fff;
        }
        .v2 .alert-bar-text {
          color: #87CDFF;
          font-weight: 400;
          font-size: 1.4em;
          line-height: 60px;
        }
        .v2 .alert-bar-text:hover {
          color: #a9dbff;
        }
        .v2 .alert-bar-action {
          font-weight: 600;
          padding-left: 20px;
        }
.v2 .advisory-disclaimer {
  background-color:#02132d;
  border-top:1px solid #f6f6f7;
  padding:7px;
  font-size:12px;
  font-weight:300;
  color:#d1ddf3;
  text-align:center;
}

/*End of Corporate-HomePage-Advisory Component */
/* Start of Headline Component */

.v2 .headline-component {
    position: relative;
    cursor: pointer;
}
.v2 .headline-component:hover .headline-component-image {
    opacity:0.8;
}
.v2 .headline-component-learn-more:hover {
  background-color: #003366;
  cursor: pointer;
}
.v2 .headline-component-overlay-content {
    position: absolute;
    z-index: 1;
    height: auto;
    width: 100%;
    background-color: black;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.8);
    font-family: 'Open Sans';
    color: #ffffff;
    text-align: center;
}
.v2 .headline-component-hide {
    display: none;
}
.v2 .headline-component-heading {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Open Sans';
    color: #ffffff;
    z-index: 200;
    margin: auto;
    text-transform: uppercase;
    text-align: left;
}
.v2 .headline-component-description {
    font-size: 14px;
    font-weight: 300;
    font-family: 'Open Sans';
    color: #ffffff;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 15px;
    margin-bottom:15px;
    overflow:hidden;
}
.v2 .headline-component-only-heading,
.v2 .headline-component-heading-arrow,
.v2 .headline-component-heading-button,
.v2 .headline-component-heading-description-arrow,
.v2 .headline-component-heading-description-button {
    padding: 20px;
}
.v2 .headline-component-heading-button > .headline-component-heading {
    text-align: center;
    padding-bottom: 15px;
}
.v2 .headline-component-heading-button,
.v2 .headline-component-heading-description-button {
    /*padding-bottom: 0px;*/
}
.v2 .headline-component-heading-button .headline-component-button {
    padding-top: 15px;
    }
.v2 .headline-component-button {
  /*  padding-bottom: 20px;*/
    cursor:pointer;
}
.v2 .headline-component-learn-more {
    height: 45px;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 7px 20px;
    border: 0px solid transparent;
    background-color: #0253a4;
    width: 260px;
    cursor:pointer;
}
.v2 .headline-component-arrow {
    top: 47px;
    right: 20px;
    position: absolute;
    vertical-align: middle;
}
.v2 .headline-component-heading-arrow {
    position: relative;
}
.v2 .headline-component-heading-arrow .headline-component-arrow {
    top: 36%;
}
.v2 .headline-component-heading-description-arrow .headline-component-arrow {
    bottom: 130px;
    top: 12%;
    left: auto;
}
.v2 .headline-component-heading-description-arrow .headline-component-heading {
    width: 220px;
}
.v2 .headline-component-arrow {
    position: absolute;
    top: 23%;
    bottom: 0;
    left: 0;
    right: 7%;
    text-align: center;
    font: 0/0 a;
}
.v2 .headline-component-arrow:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}
.v2 .headline-component-arrow img {
    vertical-align: middle;
    display: inline-block;
}
.v2 .headline-component-w33 {
    width: 300px;
    height: 532px;
}
.v2 .headline-component-w50 {
    width: 465px;
    height: 357px;
}
.v2 .headline-component-w66 {
    width: 630px;
    height: 270px;
}

.v2 .headline-component a {
	height:inherit;
}
.v2 .headline-component-image {
    width: inherit;
    height: inherit;
}

.v2 .headline-component-w33 .headline-component-description {
    max-height:120px;
}
.v2 .headline-component-w50 .headline-component-description {
    max-height:70px;
}
.v2 .headline-component-w66 .headline-component-description {
    max-height:70px;
}


.v2 .headline-component-w33 .headline-component-heading-description-arrow .headline-component-heading {
    margin: 0;
}
.v2 .headline-component-w50 .headline-component-heading-arrow .headline-component-arrow {
    top: 23%;
}
.v2 .headline-component-w50 .headline-component-heading-description-arrow .headline-component-heading {
    width: 355px;
    margin: 0px;
}
.v2 .headline-component-w66 .headline-component-heading-arrow .headline-component-arrow {
    top: 23%;
}
.v2 .headline-component-w66 .headline-component-heading-description-arrow .headline-component-heading {
    width: auto;
}

/*End of HeadLine Component */
/*Start of Helpfull tools Component */
  .v2 .helpful-tools-component {   
    background-color: #22659c;
    width: 300px;
    max-height: 532px;
  }
  .v2 .helpful-tools-heading {
    font-size: 25px;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
  }
  .v2 .heading-tools {
    padding: 20px;
  }
  .v2 .helpful-tools-link {
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #87cdff;
    text-decoration: none;
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
  }
/*End of Helpfull tools Component */

/* Start exception policies styles */
      .v2 .exception-policies {
        background-size: cover;
        background-position: top center;
        position: relative;
        height: 270px;
      }
      .v2 .exception-policies-data {
        background-color: rgba(0, 0, 0, 0.75);
        padding: 15px 20px 20px;
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;        
        box-sizing: border-box;
      }
      .v2 .exception-policies-title {
        font-weight: 400;
        font-size: 2.5em;
        color: #fff;
        line-height: 1;
        text-transform: uppercase;
        margin-bottom: 14px;
      }
      .v2 .exception-policy-items {
        display: table;
        margin-bottom: 14px;
        width: 100%;
      }
      .v2 .exception-policy-item {
        display: table-cell;
        padding-right: 20px;
        vertical-align: top;
      }
      .v2 .exception-policy-item:last-child {
        padding-right: 0;
      }
      .v2 .exception-policy-count {
        display: table-cell;
        vertical-align: top;
      }
      .v2 .exception-policy-count-pill {
        box-sizing: border-box;
        height: 26px;
        border-radius: 13px;
        line-height: 24px;
        white-space: nowrap;
        text-align: center;
        min-width: 26px;
        color: #fff;
        font-weight: 600;
        font-size: 1.8em;
        background-color: #E1172C;
        padding: 0 8px;
      }
      .v2 .exception-policy-info {
        padding-left: 10px;
        display: table-cell;
        vertical-align: top;
        color: #fff;
        font-size: 1.1em;
      }
      .v2 .exception-policy-info-title {
        display: block;
        line-height: 1;
        font-size: 1.6em;
        font-weight: 600;
        text-transform: uppercase;
      }
      .v2 .exception-policy-button {
        display: block;
        font-size: 1.6em;
        padding: 12px 20px;
        font-weight: 600;
      }
      .v2 .exception-policy-button:hover {
        color: #fff;
        background-color: #991933;
      }
      /* End exception policies styles */


/* Start partner sites styles */
.v2 .partner-sites {
              background-color: #f6f6f7;
              box-sizing: border-box;
              padding: 20px;
              text-transform: uppercase;
              width: 630px;
              max-height: 532px;
            }
            .v2 .partner-sites,
            .v2 .partner-sites-item,
            .v2 .partner-sites-label {
              box-sizing: border-box;
            }
            .v2 .partner-sites-headline {
              color: #0b1f66;
              font-size: 30px;
              font-weight: 600;
              line-height: 1;
            }
            .v2 .partner-sites-item {
              background-repeat: no-repeat;
              background-size: cover;
              float: left;
              margin-top: 10px;
              position: relative;
            }
            .v2 .partner-sites-item:nth-child(odd) {
              margin-right: 10px;
            }
            .v2 .partner-sites-link {
              display: block;
              height: 80px;
              width: 290px;
            }
            .v2 .partner-sites-label {
              background-color: rgba(0, 0, 0, .7);
              bottom: 0;
              color: #fff;
              font-size: 18px;
              font-weight: 600;
              height: 30px;
              padding: 3px 5px;
              position: absolute;
              width: 100%;
            }
.v2 .partner-sites-label {
   pointer-events:none;
}
/* End partner sites styles */
.v2 .exceptionPolicyBlock {

background-color: #e3132c;

border-color: #e3132c;

}

/* Start Secure Category landing override styles */
.v2 .secure-resources-container {
        background-color: #f6f6f7;
        box-sizing: border-box;
        padding: 20px;
        position: relative;
        width: 630px;
      }

/* Start My DashBoard Library styles */
      .v2 .resources-container,
      .v2 .resources-button {
        box-sizing: border-box;
      }

      .v2 .resources-container {
        background-color: #f6f6f7;
        height: 532px;
        padding: 20px;
        position: relative;
        width: 630px;
      }

      .v2 .resources-title {
        font-size: 30px;
        font-weight: 600;
        text-transform: uppercase;
      }

      .v2 .resources-item {
        display: table;
        height: 75px;
        width: 100%;
      }

      .v2 .resources-link,
      .v2 .resources-details {
        display: table-cell;
        vertical-align: middle;
      }

      .v2 .resources-link {
        color: #0253a4;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        width: 60%;
      }

      .v2 .resources-link:hover {
        color: #1c7bd9;
      }

      .v2 .resources-details {
        color: #333;
        font-size: 14px;
        font-weight: 300;
        text-align: right;
        width: 20%;
      }

      .v2 .resources-button {
        background-color: #0253a4;
        bottom: 20px;
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        height: 45px;
        padding: 13px 50px;
        position: absolute;
        right: 20px;
        text-align: center;
        text-transform: uppercase;
      }

      .v2 .resources-button:hover {
        background-color: #0253a4;
      }
 /* End  My DashBoard Library styles */
/* Start of News Stream - Active Exception */
.v2 .active-exceptions-asterisk:after {
	color: #e3132c;
	content: "*";
}

.v2 .activediv {
	margin-left: 275px;
}

.v2 .exceptions-accordion {
	height: auto;
	display: inline-block;
	background-color: #02132d;
	color: #fff;
	width: 100%;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	margin-left: -5px;
}

.v2 .showtable {
	display: block;
	border-bottom: none;
	margin-left: -5px;
	/*border: 1px solid #c7c7c7;*/
	width: 960px;
	margin-top: -3px;
	border-top: none;
}

.v2 .group1 {
	border: 1px solid #c7c7c7;
	width: 960px;
	margin-bottom: 20px;
	/*margin-left: 40px;*/
	border-top:none ;
}

.v2 .active-exception-header-link {
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	color: #87cdff;
	text-align: right;
}

.v2 .exceptions-panel {
	background-color: white;
	overflow: hidden;
	margin-bottom: 20px;
}

.v2 .active-exception .active-exception-content{
	margin-bottom: 0px;
}

.v2 .active-exception .exceptions-panel{
	margin-bottom: 0px;
}

.v2 .exception-policy-header {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	width: 960px;
	margin-top: 30px;
}

.v2 .exception-policy-content {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.v2 .exception-osi-hr {
	width: 118px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff;
    background-color: #fff;
    height: 0px;
}

.v2 .active-exception-header {
	width: 962px;
	margin-left: 4px;
	margin-bottom: 20px;
}

.v2 .active-exception-content {
	display: none;
	/*border: 1px solid #c7c7c7;*/
	/*margin-left: 40px;*/
	border-top: none;
	width: 960px;
	margin-bottom: 20px;
}

.v2 .greybackground {
	background: #f6f6f7;
}

.v2 .borderbottom {
	border-bottom: none;
}

.v2 .marginbottom {
	margin-bottom: 0;
}

.v2 .active-exceptions-disclaimer {
	display: none;
	height: 32px;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	background-color: #707070;
	width: 952px;
	padding-left: 10px;
	padding-top: 10px;
	margin-left: -5px;
	margin-top: -4px;
}

.v2 .exceptions-panel-inner .active-exceptions-disclaimer {
    margin-top: -4px;
    width: 925px;
    padding-bottom: 23px;
}

.v2 .activediv, .v2 .pastdiv {
	float: left;
	font-size: 20px;
	font-weight: 500;
	height: 35px;
    width: 200px;
    text-align: center;
    padding-top: 8px;
	cursor:pointer;
    text-transform: uppercase;
}

.v2 .inactivetab {
	background-color: #fff;
	border: 1px solid #c7c7c7;
	color: #0253a4;
}

.v2 .activebutton {
	color: #fff;
	background-color: #e3132c;
	border: 1px solid #e3132c;
}

.v2 .right {
	float: right;
	padding-right: 10px;
	padding-top: 10px;
    padding-bottom: 10px;
}

.v2 .left {
	float: left;
	padding-left: 10px;
	padding-top: 8px;
    padding-bottom: 8px;
}

.v2 .active-exception-header-link:hover {
	color: #a9dbff;
}

.v2 .exceptions-panel-inner table {
	margin-top: 12px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom: 0px!important;
}

.v2 .exceptions-panel-inner{
	display:none;
	margin-bottom:11px;
}

.v2 .exceptions-panel-inner .active-exception-header {
	width: 935px;
	margin-top: 20px;
	margin-bottom: 0;
	margin-left: 18px;
}

.v2 .exceptions-panel-inner .exceptions-panel{
	margin-bottom: 0px;
}

.v2 .exceptions-panel-inner .active-exception-content {
	margin-left: 13px;
    width: 933px;
    margin-top: -24px;
    /* margin-right: 5px; */
    border: 1px solid #c7c7c7;
}

.v2 .exceptions-panel-inner .showtable {
	border: none;
}

.v2 .active-exceptions-table-head {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #333333;
	text-align: left;
	padding-left: 10px;
	padding-top: 20px;
	width: 240px;
	padding-bottom:0px;
	vertical-align: top;
}

.v2 .tdata {
	text-transform: uppercase;
	font-size: 20px;
	color: #0b1f66;
	font-weight: 700;
	text-align: left;
	width: 40px;
	padding-left: 10px;
	padding-bottom: 20px;
	vertical-align: top;
	/*height:100%;*/
}

.v2 .last-row{
	height:57px;
}

.v2 .nopaddingbottom {
	padding-bottom: 0px;
}

.v2 .nopaddingtop {
	padding-top: 0px;
	padding-bottom: 19px;
}

.v2 .nopaddingleft {
	padding-left: 0px;
	padding-right: 0px;
}

.v2 .ulist {
	list-style: disc;
	padding-left: 16px;
	font-weight: 700;
	text-transform: none;
	font-size: 16px;
	color: #0b1f66;
}

.v2 .ulist ul {
    margin-left: -27px;
    overflow: auto;
    max-height: 250px;
}

.v2 .timetext {
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	color: #0b1f66;
	text-align: left;
}

.v2 #viewmore {
	background-color: #E3132C;
	border-width: 1px;
	border-color: #E3132C;
	color: #fff;
	font-weight: 600;
	text-transform: Uppercase;
	cursor: pointer!important;
	padding: 10px 20px 10px 20px;
	font-size: 14px;
	text-align: center;
	width: 136px;
	font-family:"open sans";
}

.v2 #viewmore:hover {
	background-color: #cb1127;
}

.v2 .refundrequest {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	color: #0253a4;
}

.v2 .refundrequest:hover {
	color: #1c7bd9;
}

.v2 .activetabcolor {
	background-color: #02132d;
}

.v2 .inactivetabcolor {
	background-color: #22659c;
}

.v2 .cabintext {
	font-size: 11px;
	color: #333333;
	text-transform: inherit;
	padding-bottom: 4px;
}

.v2 .exclaim {
	color: #fff;
	background-color: #e3132c;
	width: 40px;
	height: 35px;
	text-align: center;
	font-weight: 800;
	font-size: 22px;
	float: left;
	padding-top: 6px;
	margin-left: -40px;
}

.v2 .exception-osi-field-content {
	/*height: 382px;*/
	background-color: #22659c;
	padding: 10px;
	width: auto;
    margin-top: -40px;
}

.v2 .fieldheader {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.v2 .fieldcontent {
	font-size: 14px;
	font-weight: 500;
	text-align: center;
	text-transform: none;
	color: #87cdff;
}

.v2 .exception-osi-field {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
    padding-bottom: 60px;
}

.v2 .exception-osi-ordered {
    margin: 0px;
}

.v2 .exception-osi-ordered li {
    text-align: left;
    margin-left: -21px;
}

.v2 .vertical-align-middle {
    vertical-align: middle;
}

.v2 .align-right{
	padding-left: 100px;
}

.v2 .noactivewaivers{
	display: none;
	color:#333333;
	font-family:"Open Sans";
	font-weight: 600;
	font-size:25px;
	text-align: Center;
}

.v2 .hr-divider{
	margin-right:8px;
}

.v2 .loadmore, .v2 .loadmoreResults {
	padding-top: 15px;
	padding-bottom: 20px;
	background-color: #0253a4;
	border-width: 1px;
	border-color: #0253a4;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: 500;
	text-transform: Uppercase;
	cursor: pointer !important;
	font-family: 'Open Sans';
	width: 320px;
	height: 25px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.v2 .loadmore:hover {
	background-color: #1c7bd9;
	border-color: #1c7bd9;
}

.v2 .monthname {
	color: #0253a4;
	font-size: 25px;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Open Sans';

}

.v2 .monthname:after {
	content: "";
	display: inline-block;
	overflow: hidden;
	margin: -10px 108px 26px 198px;
	background-color: #0253a4;
	width: 762px;
	height: 1px;
}

.v2 .pastcontent {
	margin-left: auto;
	margin-right: auto;
	padding-left: -1px;
    display:none;
}

.v2 .noDisplay {
    display: none !important;
}

.v2 .fixedHeight{
	height: 269px;
 }

.v2 .pastcontent .active-exceptions-disclaimer {
	margin-top: -4px;
}

/**Download CSV & RSS**/
    .v2 .rss_csv {
      position: relative;
      display: block;
      float: right;
      text-align: right;
      width: 300px;
    }

    .v2 .rss_subscription {
      float: left;
    }

    .v2 .csv_download,
    .v2 .rss_subscription {
         font-family: "Open Sans";
         font-size: 14px;
         color: #0253a4;
         font-weight: 600;
    }

   .v2 .csv_download {
    	display: inline-block;
    }

    .v2 .rss_csv_component{
    	 width: 960px;
    }

    .v2 .searchfilterdiv {
         width: 960px;
         margin-top: 52px;
   		 margin-bottom: -3px;
         display: inline-block;
	}

    .v2 .clearSearch-button{
         display: block;
         font-size: 1.2em;
         padding: 7px 6px;
         font-weight: 600;
         background-color: #1C7BD9;
         border-width: 1px;
         border-color: ##1C7BD9;
         color: #FFFFFF;
         text-transform: Uppercase;
         text-align: center;
         cursor: pointer;
     }

   .v2 .clearSearch {
        width: 158px;
        height: 20px;
        display:none;
        float:right;
        margin-top: -30px;
	}


/* End of News Stream - Active Exception */



/* Start of category hero component */
 .v2 .category-hero {
    position:relative;
    background-size:cover;
    background-color: #f1f1f1;
    width:100%;
    height:275px;
  }
  .v2 .category-hero-container {
    display:block;
    margin:0 auto;
    width:960px;
    height:210px;
  }
  .v2 .category-hero-heading {
    position:absolute;
    bottom:-44px;
    width:630px;
    text-align: center;
    z-index:100;
  }
  .v2 .category-hero-heading-title {
    display:inline-block;
    background:#23669d;
    max-width:550px;
    margin:0 auto;
    padding:12px 35px 15px 35px;
    border:5px solid #fff;
    font-size:36px;
    font-weight:lighter;
    color:#fff;
    text-transform: uppercase;
  }

/* End category hero component */
.iconNewWindowWhite {
    background: rgba(0, 0, 0, 0) url("images/external_link.png") repeat scroll 0 0;
    display: inline-block;
    height: 10px;
    width: 10px;
}


.iconNewWindow {
    background: url("images/ui-icons_0253a4_256x240.png") -36px -83px;
    display: inline-block;
    width: 10px;
    height: 10px;
}




/* Ellipsis Plugin Support */		
.ellip {		
	display: block;		
	height: 100%;		
}		
.ellip-line {		
	display: inline-block;		
	text-overflow: ellipsis;		
	white-space: nowrap;		
	word-wrap: normal;		
}		
.ellip,		
.ellip-line {		
	position: relative;		
	overflow: hidden;		
	max-width: 100%;		
}

/* Disable Link */
.v2 .disable-link {
	color:inherit !important;
	cursor:default !important;
	opacity:1 !important;
}
.v2 .disable-link:hover * {
	cursor:default !important;
	opacity:1 !important;
}

/**Start of Video Description - Updated **/

	.v2 .video-text {
		position:relative;
		font-family: 'Open Sans','Trebuchet MS',Verdana,Tahoma,'MS UI Gothic','MS PMincho',sans-serif;
		background:#f6f6f7;
	}
	.v2 .video-text-w33 {
		width:300px;
		height:357px;
	}
	.v2 .video-text-w50 {
		width:465px;
		height:532px;
	}
	.v2 .video-text-w66 {
		width:630px;
		height:532px;
	}
	.v2 .video-text-w100 {
		width:960px;
		height:800px;
	}

	.v2 .video-text-w33 .video-text-embed {
		width:300px;
		height:169px;
	}
	.v2 .video-text-w50 .video-text-embed {
		width:465px;
		height:262px;
	}
	.v2 .video-text-w66 .video-text-embed {
		width:630px;
		height:354px;
	}
	.v2 .video-text-w100 .video-text-embed {
		width:960px;
		height:544px;
	}

	.v2 .video-text-w33 .video-text-description {
		height:58px;
	}
	.v2 .video-text-w50 .video-text-description {
		height:171px;
	}
	.v2 .video-text-w66 .video-text-description {
		height:80px;
	}
	.v2 .video-text-w100 .video-text-description {
		height:170px;
	}


	.v2 .video-text-content {
		padding:15px 20px 40px 20px;
	}
	.v2 a.video-text-title {
		display:block;
		font-weight:600;
		font-size:25px;
		line-height:30px;
		color:#0b1f66;
		text-transform:uppercase;
		padding-bottom:10px;
		text-decoration:none;
	}
	.v2 a.video-text-title:hover {
		color:#1c7bd9;
	}
.v2 .video-text-title {
		display:block;
		font-weight:600;
		font-size:24px;
		line-height:30px;
		color:#0b1f66;
		text-transform:uppercase;
		padding-bottom:10px;
		text-decoration:none;
		overflow:hidden;
	}
	.v2 .video-text-title:hover {
		color:#1c7bd9;
	}
	.v2 .video-text-description {
		font-size:14px;
		font-weight:400;
		color:#0b1f66;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.v2 a.video-text-link {
		position:absolute;
		right:20px;
		bottom:20px;
		display:block;
		font-size:14px;
		font-weight:600;
		color:#0253a4;
	}
	.v2 a.video-text-link:hover {
		color:#1c7bd9;
	}

/**End of Video Description - Updated **/
/**Start of Multiple Videos**/

	.v2 .video {
		position:relative;
		background:#f6f6f7;
	}
	.v2 .video-w33 {
		width:300px;
		height:357px;
	}
	.v2 .video-w50 {
		width:465px;
		height:532px;
	}
	.v2 .video-w66 {
		width:630px;
		height:532px;
	}
	.v2 .video-w100 {
		width:960px;
		height:800px;
	}



	.v2 .shorten .video-w50 {
		width:465px;
		height:357px;
	}



	.v2 .video-w33 .video-embed {
		width:300px;
		height:169px;
	}
	.v2 .video-w50 .video-embed {
		width:465px;
		height:262px;
	}
	.v2 .video-w66 .video-embed {
		width:630px;
		height:360px;
	}
	.v2 .video-w100 .video-embed {
		width:960px;
		height:544px;
	}

	.v2 .video-w33 .video-description {
		height:80px;
	}
	.v2 .video-w50 .video-description {
		height:163px;
	}
	.v2 .video-w66 .video-description {
		height:80px;
	}
	.v2 .video-w100 .video-description {
		height:80px;
	}


	.v2 .shorten .video-w50 .video-description {
		display:none;
	}


	.v2 .video-content {
		padding:15px 20px 40px 20px;
	}
	.v2 .video-title {
		display:block;
		font-weight:600;
		font-size:24px;
		line-height:30px;
		color:#0b1f66;
		text-transform:uppercase;
		padding-bottom:10px;
		text-decoration:none;
		overflow:hidden;
	}
	.v2 .video-title:hover {
		color:#1c7bd9;
	}
	.v2 .video-description {
		font-size:14px;
		font-weight:400;
		color:#0b1f66;
		overflow:hidden;
	}
	.v2 a.video-link {
		position:absolute;
		right:20px;
		bottom:20px;
		display:block;
		font-size:14px;
		font-weight:600;
		color:#0253a4;
	}
	.v2 a.video-link:hover {
		color:#1c7bd9;
	}
	.v2 .video-carousel {
		font-size:14px;
		font-weight:400;
		color:#0b1f66;
	}
	.v2 .owl-carousel .owl-stage {
		min-height:80px;
	}
	.v2 .owl-carousel .owl-stage-outer {
		width:100%;
	}
	.v2 .video-w33 .owl-carousel .owl-item {
		height:88px;
	}
	.v2 .video-w50 .owl-carousel .owl-item {
		height:170px;
	}
	.v2 .video-w66 .owl-carousel .owl-item {
		height:84px;
	}
	.v2 .video-w100 .owl-carousel .owl-item {
		height:160px;
	}
	.v2 .owl-carousel .owl-item {
		background:#174873;
		border-radius:5px;
	}
	.v2 .owl-carousel .owl-item:hover {
		background:#22659c;
	}
	.v2 .owl-carousel .owl-item a {
		font-size:11px;
		font-weight:300;
		color:#fff;
		text-decoration:none;
	}
	.v2 .owl-carousel .owl-item a:hover {
		color:#fff;
	}
	.v2 .owl-carousel .video-thumb-container {
		cursor:pointer;
		opacity:0.9;
	}
	.v2 .owl-carousel .video-thumb-container:hover {
		cursor:pointer;
		opacity:1;
	}
	.v2 .video-thumb {
		background-size: cover;
	  background-position: top center;
		border-radius:5px;
		box-shadow: inset 0px 0px 10px rgba(0,0,0,0.5);
	}
	.v2 .video-w33 .video-thumb {
		height:60px;
	}
	.v2 .video-w50 .video-thumb {
		height:140px;
	}
	.v2 .video-w66 .video-thumb {
		height:55px;
	}
	.v2 .video-w100 .video-thumb {
		height:130px;
	}

	.v2 .owl-carousel .video-thumb-title {
		padding:6px 2px 2px 2px;
		text-align:center;
		font-size:11px;
		color:#fff;
	}
	.v2 .owl-carousel .owl-dots {
		margin-top:6px !important;
	}
	.v2 .owl-prev {
		position:absolute;
		left:-23px;
		background:#c4c4c4 !important;
		font-family:Georgia, "Apple Symbols", serif;
		font-size:20px !important;
		color:#fff !important;
		font-weight:900;
	}
	.v2 .owl-next {
		position:absolute;
		right:-23px;
		background:#c4c4c4 !important;
		font-family:Georgia, "Apple Symbols", serif;
		font-size:20px !important;
		color:#fff !important;
		font-weight:900;
	}
	.v2 .owl-prev:hover , .v2 .owl-next:hover {
		background:#afaeae !important;
	}
	.v2 .owl-nav .disabled {
		opacity:0 !important;
		font-weight:900;
	}
	.v2 .video-w33 .owl-prev, .v2 .video-w33 .owl-next {
		top:18px;
		padding:10px 3px !important;
	}
	.v2 .video-w50 .owl-prev, .v2 .video-w50 .owl-next {
		top:50px;
		padding:20px 3px !important;
	}
	.v2 .video-w66 .owl-prev, .v2 .video-w66 .owl-next {
		top:12px;
		padding:14px 3px !important;
	}

.v2 .video-w100 .owl-prev, .v2 .video-w100 .owl-next {
		top:40px;
		padding:24px 3px !important;
	}

/**End of Multiple Videos**/
.v2 .streamComponentTime 
{
     font-style: italic;
	 width: auto;
	 float: right;
	 margin-top: -31px;
}
/* [START] unsupported browser modal*/
.uBfloatLeft {
	float: left;
}

.uBpadding20PX{
	padding: 20px;
}

.uBcol-p16 {
	width: 100%;
}

.uBregularText {
	font-size: 1.2em;
}

.uBheight20PX{
	height: 20px;
}

.browserDiv {
	height: 75px;
	width: 60px;
	padding: 30px;
	float:	left;
}

#supportedBrowsersDiv {
	padding-left: 20px;
}

.browserLabel{
	color:#0253a4;
	padding-top: 15px;
	text-align: center;
	font-size: 1.2em;
	font-weight: 600;
	font-family: Open Sans;
}

#ieLabel{
	min-width: 90px;
	position: absolute;
	left: 60px;
}

/* [END] unsupported browser modal*/
.sAfloatLeft {
	float: left;
}

.sAfloatRight {
	float: right;
}

.sAmarginTop {
	margin-top: 20px;
}

.sAmarginLeft {
	margin-left: 185px;
}

.sAmarginLeft45px {
	margin-left: 45px;
}

.sAmarginLeft52px {
	margin-left: 52px;
}

.sAmarginLeft85PX {
	margin-left: 85px;
}

.sAmarginLeft150px {
	margin-left: 150px;
}

.sAmarginLeft165px {
	margin-left: 165px;
}

.sAmarginSide10px {
	margin: 0 10px;
}

.sApadding20PX{
	padding: 20px;
}

.sApadding5PX {
	padding: 5px;
}

.sAcol-p4 {
	width: 25%;
}

.sAcol-p6 {
	width: 37.5%;
}

.sAcol-p8 {
	width: 50%;
}

.sAcol-p16 {
	width: 100%;
}

.sAfontBold {
	font-weight: 700; 
}

.sAfontItalics {
	font-style: italic;
}

.sAregularText12PX {
	font-size: 0.75em;
}

.sAregularText16PX {
	font-size: 1em;
}

.sAregularText {
	font-size: 1.2em;
}

.sAregularText20PX {
	font-size: 1.25em;
}

.sAregularText24PX {
	font-size: 1.5em;
}

.sAregularText30PX {
	font-size: 1.875em;
}

.sAheight20PX{
	height: 20px;
}

.sAheight30PX{
	height: 30px;
}

.sAheight50PX{
	height: 50px;
}

.sABodyWidth530PX{
	width: 530px !important; 
}

.sAminWidth150PX{
	min-width: 150px !important; 
}

.sAminWidth470PX{
	min-width: 470px !important; 
}

.sAwidth550PX{
	width: 550px !important; 
}

/*
.siteAccessModalButtons {
	background-color: #b91f04;
	color: #FFFFFF;
	text-align: center;
	margin: 10px;
}
*/	

.siteAccessAnotherSiteButton {
	text-align: center;
}

.siteAccessModalButtons,
.siteAccessAnotherSiteButton {
	display:inline-block;
	margin: 10px;
}


.siteAccessModalButtons:hover {
	cursor: pointer;
}

.sAmodalHeight200px {
	height: 150px;
}

.sAmodalHeight250PX {
	height: 250px !important;
}

.sAcenterAlign {
	text-align: center;
}

.sApadding-bottom-15px{
	padding-bottom: 10px;
}

.sAgroup {
	text-align: center;
}

.sAgroup:after {
  content: "";
  display: table;
  clear: both;
}

