/************************
EKTRON FIXES
************************/
div.trackingCode{
	position: absolute;
	width: 100px; /*mac IE fix */
	left: -2000px;
	margin-right: 0; /*mac IE fix */
}
div.trackingCode iframe{width:0;height:0;}
/*ektron Fixes*/
div[data-ux-pagebuilder="Column"] > ul {list-style-image:none;list-style:none;margin: 0;padding: 0;}/*undo any list-style for columns from pagebuilder */
div[data-ux-pagebuilder="Column"] > ul > li {list-style-image:none;list-style:none;margin: 0;padding: 0;}/*undo any list-style for columns from pagebuilder */
.ux-app-siteApp-contentHeaderWrapper h3{background:rgba(43,43,43,.9) !important;color:#fff !important;padding:0 !important;margin:0 !important;font-size:12px !important;}/* make sure ektron's pagebuilder UI looks right */
.widgetHeader h3, .columnHeader h3{font-size:13px !important;}/* make sure ektron's pagebuilder UI looks right */
div[data-ux-pagebuilder="Column"][style*="width"] {float:left;} /*ektron fix for div's that have hardcoded width */
/* ektron MV fixes */
div[data-ux-pagebuilder='Widget'] .multivariate-experiment {padding:0;margin:0;}div[data-ux-pagebuilder='Widget'] .multivariate-section {padding:0;margin:0;}div[data-ux-pagebuilder='Column'] .multivariate-section div[data-ux-pagebuilder='Column'] {margin:0;padding:0;}

/************************
EKTRON SERVER DETECTION FIXES <IE9
************************/
.ltIE9 div.PBViewing div.widget div.header {display:block;}/*pagebuilder edit btn fix for multi-variate */
ul.columnwidgetlist, ul.columnwidgetlist > li.PBItem{background-image:none;list-style-image:none;list-style:none;margin: 0;padding: 0;}/*undo any list-style for columns from pagebuilder */
/* .NET userAgent detection proof
#bodyID ul.columnwidgetlist{border:5px solid red;}
#bodyID ul.columnwidgetlist > li.PBItem{border:5px solid green;} */
.ltIE9 .dropzone .PBViewing{width:100%;}/* IE7 fix */
.ltIE9 .trackingCode div.dropzone div.PBColumn ul.columnwidgetlist{min-height: 50px; max-height: 100px; min-width:200px;overflow-y:auto;overflow-x:auto;}

/************************
COMMON CSS
************************/
/*test v4.1*/
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
input[type=number] {-moz-appearance:textfield;}
sup, sub {
	vertical-align:text-top;
	font-size:.5em;
}
sub {vertical-align: baseline;}
.responsiveWeb, .responsiveWeb * {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.center{text-align: center;}
span.s, span.smark {
	font-family: "Lucida Sans Unicode"; /* A rare sm-supporting font. */
	line-height: 0; /* keep the leading consistent in a paragraph */
	font-weight: normal;
}
.clear {
	clear:both;
	height:0;
	font-size:1px;/*IE6 fix*/
	 /*margin: -1px 0 0 0; CHROME has bug w drop down w this*/
	margin: 0;
	padding:0;
	border:none;
	visibility: hidden;
	line-height:0;
}
.clear:before {margin: -1px 0 0 0;}
.fineprint {
	font-size: 0.75em;
	color: #666;
}
.requiredField {color: #ff0000;}
.acrobatIcon {
	background: transparent url(/uploadedImages/travelguardcom/03tgdirect/Branding/images/acrobatIcon.png) no-repeat;
	padding-left: 16px;
}
.printIcon{
	background: transparent url(/uploadedImages/travelguardcom/03tgdirect/Branding/images/printerIcon.gif) no-repeat top left;
	padding-left: 20px;
	padding-bottom:20px;
}
.extLink{padding-left: 14px;background: transparent url('/uploadedImages/travelguardcom/03tgdirect/Branding/images/externalLink_G.png') no-repeat 0 2px;}
.floatLeft{float:left;margin:0 10px 10px 0;}
.floatRight{float:right;margin:0 0 10px 10px;}
.padLeft10{padding-left: 10px;}
.padLeft15{padding-left: 15px;}
.padRight10{padding-right: 10px;}
.padRight15{padding-right: 15px;}
.padTop5{padding-top:5px;}
.marginLeft15{margin-left: 15px;}
.marginRight15{margin-right: 15px;}
.marginLeft10{margin-left: 10px;}
.marginRight10{margin-right: 10px;}
.marginTop10{margin-top: 10px;}
.marginBottom10{margin-bottom: 10px;}
.marginTop0{margin-top: 0;}
.paddingTop0{padding-top: 0;}
.border1, #M_C_DIV2 A img.border1{border:1px solid #053a8a;}
.fpHide{display:none;}
.fpShow{display:block;}
.larger{font-size:1.25em;}
.largest{font-size:1.45em;}
.small{font-size:.85em;}
.smaller{font-size:.75em;}
.smallest{font-size:.65em;}
.bold{font-weight:bold;}
.mVAlign{vertical-align:middle;}
.prevLink{
	color:#39940c;
	background: transparent url(/uploadedImages/travelguardcom/03tgdirect/Branding/images/backArrow.gif) no-repeat 0 4px;
	padding-left: 12px;
	font-size:.85em;
}
.infoLink,.infoLink A{color: #39940c;border-bottom-color: #39940c;}
.removeLink{color:#F00;padding-left:14px;background: transparent url(/uploadedImages/travelguardcom/03tgdirect/Branding/images/removeItem.gif) no-repeat 0 2px;}
.nowrap{white-space:nowrap;}
.hasError{border:1px solid red !important;}
input.hasError{background-color:#ffeeee;color:#ff0000;}
select.hasError{background-color:#ffeeee;color:#ff0000;}
.borderRadius{-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;overflow:hidden;}
.center{text-align:center;}
.whiteText{color:#fff;}
/************************
ROUND ICONS
************************/
.ui-icon {
	background-image: url(/uploadedImages/travelguardcom/03tgdirect/Branding/images/icons.png) /*{global-icon-set}*/;
	background-repeat: no-repeat;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	width:18px;
	height:18px;
	display:inline-block;
	vertical-align:middle;
	margin:-2px 3px 0 0;
	overflow:hidden;
}
.ui-icon.ui-disc {background-color: #6a9224;}
.ui-icon-arrow-r{background-position: -856px -3px;}
.ui-icon-close{background-position: -73px -4px;}
.ui-icon-menu{background-position: -780px -4px;}
.ui-icon-plus{background-position: -1px -4px;}
.ui-icon-minus{background-position: -37px -4px;}
/************************
COVERAGE ICONS
************************/
.tg-icon{background: url('/uploadedImages/travelguardcom/00common/Branding/TG-coverageIcons(grey).png') no-repeat top right; width:39px; height:39px;margin:0 !important;}
.tg-phone{background-position:-10px;}
.tg-parachute{background-position:-72px 0;}
.tg-cancel{background-position:-141px 0;}
.tg-medical{background-position:-207px 0;}
.tg-umbrella{background-position:-274px 0;}
.tg-money{background-position:-338px 0;}
.tg-medBag{background-position:-415px 0;}
.tg-medHouse{background-position:-488px 0;}
.tg-bag{background-position:-565px 0;}
.tg-lifeRing{background-position:-638px 0;}
.tg-priceTag{background-position:-705px 0;}
.tg-ambulance{background-position:-768px 0;}
.tg-stethescope{background-position:-831px 0;}
.tg-heartbeat{background-position:-881px 0;}
.tg-email{background-position:-939px 0;width:48px;}
.tg-info{background-position:-1001px 0;}
.tg-car1{background-position:-1056px 0;width:40px;}
.tg-car2{background-position:-1117px 0;width:55px;}
.tg-cruise{background-position:-1189px 0;}
.tg-plane{background-position:-1236px 0;}
.tg-conversation{background-position:-1283px 0;}
.tg-news{background-position:-1336px 0;}
.tg-award{background-position:-1381px 0;}
.tg-agent{background-position:-1433px 0;}
.tg-mouse{background-position:-1486px 0;width:44px;}
.sectionBlocks.responsiveBlockUL.sectionBlocksGreen .tg-icon{background-image: url('/uploadedImages/travelguardcom/00common/Branding/TG-coverageIcons(green).png');}
/************************
sectionBlocks
************************/
.sectionBlocks.responsiveBlockUL > li .liWrap{margin:8px;padding:12px;font-size:.8em;color:#8f8f91;background:#e7e7e8;height:100%;}
.sectionBlocks.responsiveBlockUL > li:last-child .liWrap{margin-right:0;}
.sectionBlocks.responsiveBlockUL > li:first-child .liWrap{margin-left:0;}
.sectionBlocks .liWrap h4{margin:0 0 0 47px;color:#8f8f91;text-transform:uppercase;}
.sectionBlocks .liWrap h4.small{font-size:1.13em;}
.sectionBlocks .tg-icon{margin-right:8px !important;}

.sectionBlocks.responsiveBlockUL.sectionBlocksGreen > li .liWrap{color:#78a22f;background:#d7e2c1;}
.sectionBlocks.responsiveBlockUL.sectionBlocksGreen .liWrap h4{color:#78a22f;}

/************************
collapsibles
************************/
.DZ_C_faqUL, .DZ_C_faqUL > li{list-item:none;list-style:none;padding:0;margin:0;}
.ui-collapsible-heading-toggle{
	padding: 8px 12px 8px 38px;
	background:#95b45b;
	margin-top:12px;
	font-weight:bold;
	cursor:pointer;
	color:#fff;
	display:block;
text-decoration:none;
}
.ui-collapsible-heading-toggle .ui-icon{margin:0 10px 0 -30px;}
.ui-collapsible-content{border-top:0;padding: 8px 12px 8px 38px;background:#f6f9ef;}
.ui-collapsible-heading-toggle.ui-collapsible-open{background:#6a9224;color:#fff;}
/************************
TABLE STYLING
************************/
.PPtable{width: 100%;}
.PPquestionTR2 td{
	padding-top: 10px;
	width: 50%;
}
.PPquestionTR3 td{
	padding-top: 10px;
	width: 33%;
}
.PPquestionTR4 td{
	padding-top: 10px;
	width: 25%;
}
.PPquestionTR td{padding-top: 10px;}
.PPoddTR td{background: #f9f7f5;}
.PPevenTR td{background: #fff;}
/*****************************************
INPUT/RADIO/CHECKBOX/COMMNET BOX STYLE
*****************************************/
option, input, select, textarea {
	color: #666666;
	margin: 0px;
}
option{background:transparent;}/*IE8 fix*/
select {
	border: 1px solid #8c8c8c;
	height: auto;
	padding: 4px 6px;
	cursor:pointer;
}
textarea {min-height: 200px;width:100% !important;}
input, textarea {
	border: 1px solid #8c8c8c;
	padding: 5px 6px;
}
input[type="checkbox"], input[type="radio"] {
	border: 0px;
	margin-right: 4px;
	cursor:pointer;
	vertical-align:middle;
}
input[type="image"],input.IMGSubmit {
	border: 0;
	width: auto;
	height: auto;
}
/************************
POLL
************************/
ol.design_list_vertical{border:0;}
ol.design_list_vertical li{padding:0 0 10px 0;}
ol.design_list_vertical input[type="radio"] {float:left;}
ol.design_list_vertical label{display:block;margin-left:23px;}
body .tblreport{
	background: #e7e7e8;
	color:#717174;
	margin-bottom:26px;
}
body th.headreport{background:transparent;padding:10px;color:#717174;font-size:1.3em;LINE-HEIGHT:inherit;border:0;font-family: inherit;text-transform:uppercase;}
body .tblreport .optiontextcell{padding: 5px 10px;font-size:1em;color:#717174;}
body .tblreport .barcell{padding: 0 10px 5px 10px;}
body .tblreport .barcell img{height:15px;background:#00a4e4;}
body A.refreshlink, body span.refreshlink, body A.refreshlink:ACTIVE {
	display:block;
	font-family: inherit;
	font-size: inherit;
}
body span.refreshlink {margin-top:10px;color:#717174;}
body A.refreshlink, body A.refreshlink:ACTIVE  {color: #ea6e16;}
/************************
MODALS
************************/
.modalMessage1, .modalMessage2, .modalMessageErr {
	display: none;
	position: absolute;
	top: 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 970;
	text-align: left;
	background:#fff;
}
@media (max-width: 769px) {/*-- tablet+ --*/
	.modal{width:100%;}
}
@media (min-width: 769px) {/*-- tablet+ --*/
	.modal{width:94%;min-width:730px;}
}
.modalMessage2 {z-index: 971;}/*allow x3 lvls to mask right*/
.modalMessageErr {z-index: 972;}/*allow x3 lvls to mask right*/
.modalTitleBar {
	padding: 4px 12px;
	color:#fff;
	background:#00a4e4;
	text-transform:uppercase;
}
.modalClose {
    color: #fff;
    float: right;
    font-size: 0.75em;
    padding-top: 2px;
}
.modalMessageErr .modalTitleBar {background:#d71e1e;}
.modalTitle{font-size: 1.1em;max-width:100%;overflow:hidden;}
.modalTitleBar sup{font-size:.5em;}
.modalMessage2 h1{color: #666;}
.modalMessage2 h2,.modalMessage2 h3{color: #999;}
.modalMessageErr h1, .modalMessageErr h2,.modalMessageErr h3{color: #ff0000;}
.modalMessageErr .modalContent H1{color:#ff0000;}
.modalContent {
	clear: both;
	overflow-y:auto;
	overflow-x:hidden;/*IE7 has issues w/o this*/
	padding:12px 12px;
}
.modalContent A img {border: 0;}
.modalMessage2 .MODALwrap{border: 1px solid #666;}
.modalMessageErr .MODALwrap{border: 1px solid #d71e1e;}
div.MODALwrap{background:#fff;border:1px solid #005884;}
div.MODALshadow{
	background: rgb(255, 255, 255);/* Fallback for web browsers that doesn't support RGBa */
	background: rgba(255, 255, 255, 0.2);
	padding:8px;
}
.ltIE9 div.MODALshadow{
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,endColorstr=#33ffffff)";/* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,endColorstr=#33ffffff);/* IE6 & 7 */
	zoom: 1;
}
#exposeMask{background: rgb(0, 0, 0);background: rgba(0, 0, 0, 0.8) !important;}
.modal .modalTitleBar .ui-icon{float: right;-webkit-border-radius:13px;-moz-border-radius:13px;border-radius:13px;width:20px;height:20px;margin:2px -5px 0 0;background-position: -72px -3px;background-color: #005884;}
.modal .modalTitleBar .ui-icon:hover{background-color: #50c8e8;}
.modalMessageErr .ui-icon{background-color: #ff0000 !important;}
.modalMessageErr .ui-icon:hover{background-color: #d71e1e !important;}
/************************
ACCORDION
************************/
#coverageMODAL {width: 975px;}
#coverageMODAL .modalContent {
	max-height: none;
	overflow-y:auto;
}
.prodDescripBox2{font-size: 1em;}
.prodDescripBoxHolder{
	padding: 10px;
	background: #fff;
	border: 1px solid #969595;
	margin:-1px 0 24px 0;
}
.accordionL{}
.accordionR{}
body A.prodDescripTab{
	color: #c0c0c0;
	cursor: pointer;
	font-weight: bold;
	padding: 4px 6px;
	display:inline-block;
	text-decoration:none;
	margin-left: 2px;
	border: 1px solid #969595;
	background:#f3f2f2;
	position:relative;/*IE7 modal tabs + bottom-border fix */

    -moz-border-radius-topright: 5px;/*FF3.6+*/
	-moz-border-radius-topleft: 5px;/*FF3.6+*/
    -webkit-border-top-right-radius: 5px;/*Safari3+*/
	-webkit-border-bottom-left-radius: 5px;/*Safari3+*/
	border-top-left-radius: 5px;/* IE9+, Safari5+, Chrome, FF4+ */
	border-top-right-radius: 5px;/* IE9+, Safari5+, Chrome, FF4+ */
}
body A.prodDescripTab:hover{color: #969595;}
body A.prodDescripTab.current{
	cursor:default;
	color: #396aa1;
	border: 1px solid #396aa1;
	border-bottom: 1px solid #fff;
	
	background: #eceff8; /* Old browsers */
	background: -moz-linear-gradient(top, #eceff8 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eceff8), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #eceff8 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #eceff8 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #eceff8 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(top, #eceff8 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eceff8', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
body A.prodDescripTab.current:hover{color: #396aa1;}
/************************
JQUERY SCROLLABLE
************************/
.DZ_C_fpScroll {
	/* required settings */
	position:relative;
	overflow:hidden;
	width: 984px;
	height:337px;
}
.DZ_C_fpScroll .DZ_C_fpContainer {/* this cannot be too large */
	width:20000px;
	position:absolute;
}
.DZ_C_fpContainer .DZ_C_fpScrollItems {float:left;}
/****************************************************/
.DZ_C_fpNav {
	border-right: 1px solid #beb5ad;
	border-left: 1px solid #beb5ad;
	float: left;
	padding: 2px 3px;
	font-size:0px;/*IE7 fix*/
}
.DZ_C_fpNav A {
	width:10px;
	height:10px;
	float:left;
	margin:0 3px;
	background:url(/tgi3/00common/images/navigator.png) 0 0 no-repeat;
	display:block;
	font-size:1px;
	cursor:pointer;
}
.DZ_C_fpNav A.DZ_C_fpCurrent:hover {cursor:default;}
.DZ_C_fpNav A:hover {background-position:0 -10px;}
.DZ_C_fpNav A.DZ_C_fpCurrent {background-position:0 -20px;}
A.DZ_C_fpPrev,A.DZ_C_fpNext{
	width: 11px;
	height:11px;
	cursor:pointer;
	border:0;
	font-size:0;
	background:url(/tgi3/00common/images/navigator.png) 0 -30px no-repeat;
	float:left;
	margin:1px 3px 0 3px;
}
A.DZ_C_fpNext:hover{background-position:0 -41px;}
A.DZ_C_fpPrev{background-position:0 -52px;}
A.DZ_C_fpPrev:hover{background-position:0 -63px;}
.DZ_C_fpScrollItems H1{display:inline;}
/************************
responsive tables/ul/ol
************************/
.responsiveBlockUL{list-style: none;margin:0;padding:0;}
.responsiveBlockUL > li{float:left;margin:0;list-style: none;}
.width25{width:25%;}
.width33{width:33.3333%;}
.width50{width:50%;}
/**************************************************************************************/
@media (max-width: 768px) {/*-- mobile/tablet --*/
	.desktopOnly{display:none !important;}
}
.showFullSite .mobileOnly{display:none !important;}
@media (min-width: 769px) {/*-- tablet+ --*/
	.mobileOnly{display:none !important;}
}