/* /v2/common/css/cmBaseStyles.css */
body #cmContainer {
	width:530px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	text-align:left;
	margin:10px auto 20px auto;
}

/* DISABLE EXISTING STYLES
=========================================== */
body #cmContainer h4,
body #cmContainer h5,
body #cmContainer h6,
body #cmContainer img,
body #cmContainer p,
body #cmContainer ul,
body #cmContainer ol,
body #cmContainer li,
body #cmContainer dl,
body #cmContainer dt,
body #cmContainer dd,
body #cmContainer table,
body #cmContainer tr,
body #cmContainer th,
body #cmContainer td,
body #cmContainer form,
body #cmContainer fieldset,
body #cmContainer legend {
	border:none;
	background:0;
	background-image:none;
	list-style-image:none;
	text-align:left;
}

body #cmContainer h4,
body #cmContainer h5,
body #cmContainer h6,
body #cmContainer img,
body #cmContainer p,
body #cmContainer li,
body #cmContainer dt,
body #cmContainer dd,/*
body #cmContainer table,
body #cmContainer tr,
body #cmContainer th,
body #cmContainer td,*/
body #cmContainer form,
body #cmContainer fieldset,
body #cmContainer legend {
	padding:0;
	border:0;
	margin:0;
}

body #cmContainer h4,
body #cmContainer h5,
body #cmContainer h6,
body #cmContainer p,
body #cmContainer dl,
body #cmContainer form,
body #cmContainer fieldset {
	margin:10px 0 20px 0;
}

body #cmContainer ul,
body #cmContainer ol {
	margin-top:10px;
	margin-bottom:20px;
}

body #cmContainer input,
body #cmContainer select,
body #cmContainer label {
	display:inline;
}

body #cmContainer table,
body #cmContainer tr,
body #cmContainer th,
body #cmContainer td {
	font-size:100%;
}

/* CampMinder logo at the bottom of the page
=========================================== */
body #cmContainer #cmFooterLogo,
#cmFooterLogo {
	clear:both;
	width:530px;
	background:url(/images/cm_small.gif) no-repeat top right;
	height:31px;
	padding:20px 0 10px 0;
	margin:0 auto;
	text-align:center;
}

body #cmContainer #cmFooterLogo a,
#cmFooterLogo a {
	float:right;
	display:block;
	width:82px;
	padding:3px 0;
	margin:12px 0 0 0;
	color:#417499;
	background:#f7f7f7;
	font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
}

body #cmContainer #cmFooterLogo a:hover {
	color:#fff;
	background:#74afe0;
}

    /* Second version of footer that contains the terms of use link.
=========================================== */

.cmMasterFooter {
    clear: both;
    text-align: right;
    width: 530px;
    margin: auto;
}

    .cmMasterFooter .cmMasterFooterImage {
        width: 100%;
        height: 31px;
        background: url(/images/cm_small.gif) no-repeat top right;
    }

    .cmMasterFooter .cmMasterFooterLinks {
        display: inline-block;
    }

    .cmMasterFooter .cmMasterFooterLink {
        padding: 3px 6.5px;
        color: #417499;
        background: #f7f7f7;
        font-size: 11px;
        font-family: Arial,Helvetica,sans-serif;
        display: block;
        width: 69px;
        box-sizing: content-box;
    }

    .cmMasterFooter .cmMasterFooterLink:hover {
        color: #fff;
        background: #74afe0;
    }


/* NAVIGATION
=========================================== */
body #cmContainer .cmGlobalNav,
body #cmContainer .cmHeadingMenu {
	color:#666;
	height:13px;
	font-family:Arial,Helvetica,sans-serif;
}

body #cmContainer .cmGlobalNav {
	margin:20px 0 0 0;
	border-bottom:1px solid #666;
	padding-bottom:8px;
	overflow:hidden;/* IE 6 needs this... but I'm not sure why */
}

body #cmContainer .cmHeadingMenu {
	margin:0 0 30px 0;
}

body #cmContainer .cmHeadingMenu ul,
body #cmContainer .cmGlobalNav ul {
	padding:0;
	margin:0;
	list-style:none;
	text-align:right;
}

body #cmContainer .cmHeadingMenu ul li,
body #cmContainer .cmGlobalNav ul li {
	display:inline;
}

body #cmContainer .cmHeadingMenu ul li a.cmCurrentPage,
body #cmContainer .cmGlobalNav ul li a.cmCurrentPage {
	text-decoration:none;
	font-weight:bold;
	color:#000;
}

/* HEADINGS
=========================================== */
body #cmContainer h4,
body #cmContainer  h5,
body #cmContainer  h6 {
	text-align:left;
	font-family:Helvetica,Arial,sans-serif;
	font-weight:normal;
	padding:0;
	border:none;
	margin:0;
	background:none;
}

body #cmContainer  h5,
body #cmContainer  h6 {
	font-weight:bold;
}

body #cmContainer h4 {
	font-size:20px;
	padding:2px 0 4px 0;
	margin:0 0 30px 0;
}

body #cmContainer .hd h4 {
	font-family:Verdana,Arial,Helvetica,sans-serif;
	border-bottom:1px solid #666;
	padding:2px 0 4px 0;
	margin:0 0 8px 0;
	font-weight: bold;
}

body #cmContainer h5 {
	font-size:16px;
	margin:30px 0 10px 0;
}

body #cmContainer h6 {
	font-size:13px;
	margin:20px 0 10px 0;
}

/* FORMS
=========================================== */
body #cmContainer fieldset {
	clear:both;
	padding:15px 0 0 0;
	margin:20px 0;
}

body #cmContainer fieldset fieldset {
	border-top:none;
	padding:0;
	margin:20px 0 0 0;
}

body #cmContainer legend {
	padding:0 10px 0 0;
	font-weight:bold;
}

body #cmContainer fieldset fieldset legend {
	color:#666;
}

body #cmContainer input {
}

body #cmContainer .cmf {
	padding-bottom:5px;
	padding:5px 0;
	margin:0 0 5px 0;
}

body #cmContainer .cmLabelLeft {
	width:150px;
	float:left;
	padding-top:3px;
}

body #cmContainer .cmFieldsetLeft {
	clear:none;
	float:left;
	width:255px;
}

body #cmContainer .cmFieldsetRight {
	clear:none;
	float:right;
	width:255px;
}

body #cmContainer .cmRequired {
	border:2px solid #f00;
	background:#fcc;
}

.cmRequiredField {
	border-bottom:1px dotted #c00;
}

body #cmContainer .cmFieldError {
	color:#000;
	background:url(/v2/common/images/UI/etc/Required.gif) no-repeat 5px 5px #ffc;
	/*text-indent:20px;*/
	color:#c00;
	padding:5px 25px;
	margin-right:25px;
	border:1px solid #fc0;
	font-weight:bold;
}

body #cmContainer .fieldTip {
	font-size:10px;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	text-transform:uppercase;
	color:#555;
	background:#ececec;
	padding:3px;
}

body #cmContainer .fieldTip a:link,
body #cmContainer .fieldTip a:visited {
	color: #555;
}

.fieldTip em {
	text-transform:none;
}

body #cmContainer .cmValidationError {
	border:2px solid #f00;
	background:#fcc;
	color: #000;
}

/* V2 LOG IN
=========================================== */
.bd.logInContainer {
	padding:0 50px;
}

body #cmContainer h3 {
	margin:20px 80px 0 80px;
	border-bottom:3px solid #69A0CD;
	padding:10px 0;
}

.logInContainer {
	color:#000;
	background:#eee;
	padding:5px 20px;
	margin:0 80px 20px 80px;
}

.alumniContainer {
	padding:10px 20px 10px 42px;
	margin:-5px -20px 0 -20px;
	color:#333;
	background:url(/v2/common/images/UI/etc/Alert.gif) no-repeat 10px 5px #ffc;
}

body #cmContainer .alumniContainer p {
	margin:0;
}

body #cmContainer .logInContainer a {
	color:#4882ac;
}

body #cmContainer .logInContainer a:hover {
	color:#000;
}

.w325px {
	width:325px;
}

.w315px {
	width:315px;
}

/* FOOT NAV
=========================================== */
body #cmContainer .cmFootNav {
	clear:both;
	border-top:1px solid #666;
	padding-top:5px;
}

/* ICON MENU
=========================================== */
body #cmContainer .cmIconMenu dt {
	font-weight:bold;
	margin:30px 0 10px 0;
	/*clear:both;*/
}

body #cmContainer .cmMenuIcon {
	float:left;
	width:50px;
	margin:0 10px 0 0;
}

body #cmContainer .cmIconMenu dd {
	padding:0;
	margin-left:60px;
}

/* ICON MENU ANNOUNCEMENT
=========================================== */
body #cmContainer #divAnnouncement {
	width:255px;
	float:right;
	margin:5px 0 0 20px;
	color:#eee;
	background:#333;
	clear:both;
}

body #cmContainer #divAnnouncement h4 {
	color:#000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
	background:url(/images/AnnouncementHeaderBG.png) no-repeat;
	padding:0 10px;
	margin:0;
	height:35px;
	line-height:35px;
	overflow:hidden;
}

body #cmContainer #divAnnouncement p {
	color:#eee;
	padding:0 10px 10px 10px;
	margin:0;
	font-size:11px;
}

/* NEWS MENU
=========================================== */
body #cmContainer dl.cmNewsMenu {
	margin:0 0 30px 0;
}

body #cmContainer .cmNewsMenu dt {
	font-weight:bold;
	margin:30px 0 10px 0;
	clear:both;
}

body #cmContainer .cmNewsThumb {
	float:right;
	width:100px;
	margin:0 0 20px 20px;
}

body #cmContainer .cmNewsMenu dd {
	padding:0;
	margin:0;
}

body #cmContainer .cmNewsContinue {
	margin-top:5px;
	font-size:11px;
}

/* NEWS STORY
=========================================== */
body #cmContainer #cmNewsStory h5 {
	margin-bottom:0;
}

body #cmContainer #cmNewsStory p.cmNewsPostInfo {
	float:none;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	padding:0;
	margin:0 0 20px 0;
	width:auto;
}

body #cmContainer #cmNewsStory .cmNewsPhotoRight {
	float:right;
	width:300px;
	margin:0 0 20px 20px;
}

body #cmContainer #cmNewsStory .cmNewsPhotoRight p {
	margin:5px 0 0 0;
}

/* NEWS ARCHIVE
=========================================== */
body #cmContainer #cmNewsArchive {
}

/* PHOTO HEADER
=========================================== */
body #cmContainer #cmSlideshowHeader {
	margin:5px 0;
}

body #cmContainer #cmThumbnailsHeader {
	margin:20px 0;
}

body #cmContainer #cmSlideNum,
body #cmContainer #cmAlbum {
	width:120px;
	float:right;
	font-size:11px;
	line-height:18px;
	text-align:right;
	margin:0;
}

body #cmContainer #cmSlideShowTitle,
body #cmContainer #cmPhotoTitle {
	margin:0;
	line-height:18px;
}

/* PHOTO THUMBNAILS
=========================================== */
body #cmContainer #cmPhotoThumbnails {
}

body #cmContainer #cmThumbnailColumns td {
	padding:0;
}

body #cmContainer #cmThumbnailColumns td.cmCol1 {
	padding:0px 20px 10px 0;
}

body #cmContainer #cmThumbnailColumns td.cmCol2 {
	padding:0;
}

body #cmContainer #cmThumbnailsNav select {
	margin-right:13px;
}

body #cmContainer .cmThumbnailControl {
	width:255px;
	margin:10px 0;
	background:#fff;
}

body #cmContainer .cmThumbnailControl td {
	padding:0;
	text-align:center;
	vertical-align:middle;
}

body #cmContainer .cmThumbnailControl td.cmThumb {
	height:191px;
	padding:0;
	border-bottom:1px solid #ccc;
	text-align:center;
	vertical-align:middle;
	background:#eee;
}

/* PHOTO SLIDESHOW
=========================================== */
body #cmContainer #cmPhotoSlideshow {
}

body #cmContainer #cmSlideshow {
	clear:both;
	margin:0;
	width:530px;
	height:398px;
	overflow:hidden;
	background:#fff;
}

body #cmContainer #cmSlideshow td {
	width:530px;
	vertical-align:middle;
	text-align:center;
	padding:0;
}

body #cmContainer #cmSlideshow td.cmSlideshowPhoto {
	padding:0;
	background:#eee;
}

body #cmContainer #cmSlideshowControl {
	width:530px;
	border-top:1px solid #ccc;
	margin:0;
}

body #cmContainer #cmSlideshowControl td {
	padding:0;
}

/* PHOTO LEGEND
=========================================== */
body #cmContainer #cmPhotoLegend {
	width:528px;
	background:#fff;
	border:1px solid #ccc;
	margin-top:50px;
}

body #cmContainer #cmPhotoLegend th {
	color:#333;
	background:#eee;
	text-transform:uppercase;
	padding:3px 10px;
}

body #cmContainer #cmPhotoLegend td {
	color:#000;
	vertical-align:top;
	border-top:1px solid #ccc;
	padding:3px 5px;
	font-size:11px;
}

/* PHOTO EMAIL
=========================================== */
body #cmContainer #cmPhotoEmail {
}

body #cmContainer #cmPhotoEmailCampers {
	margin-top:-10px;
	margin-bottom:20px;
}

/* EMAIL
=========================================== */
body #cmContainer #cmSendEmail {
}

body #cmContainer #cmEmailTo {
	width:530px;
}

body #cmContainer #cmEmailTo th {
	text-align:left;
	vertical-align:top;
	width:30px;
}

body #cmContainer #cmEmailTo td {
	vertical-align:top;
	padding:0 5px 10px 5px;
}

body #cmContainer #cmEmailFrom {
	width:524px;
}

body #cmContainer #cmEmailMessage {
	width:524px;
}

body #cmContainer #cmEmailFeedback p {
	margin-top:0;
}

body #cmContainer #cmEmailInstructions {
}

body #cmContainer .cmSentMessage {
	width:530px;
	border-bottom:1px solid #eee;
	margin-bottom:40px;
}

body #cmContainer .cmSentMessage th {
	padding:2px 0;
}

body #cmContainer .cmSentMessage th, body #cmContainer .cmSentMessage td {
	padding:0 0 5px 0;
	vertical-align:top;
}

body #cmContainer .cmSentMessage th {
	width:100px;
}

body #cmContainer .cmSentMessage td p {
	margin:0;
}

body #cmContainer .cmSentMessage td p.cmMessagePreview {
	margin-bottom:5px;
}

body #cmContainer #cmCreditHistory .cmEmailCreditHistory {
	width:530px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
}

body #cmContainer #cmCreditHistory .cmEmailCreditHistory th {
	width:130px;
}

/* HELP
=========================================== */
body #cmContainer .cmHelpQA dt {
	font-weight:bold;
}

body #cmContainer .cmHelpQA dd {
	margin:0 0 50px 0;
}

body #cmContainer .cmHelpQA dt p, body #cmContainer .cmHelpQA dd p {
	margin:0 0 10px 0;
}

body #cmContainer #cmHelp h6 {
	margin:50px 0 25px 0;
	border-top:1px solid #eee;
	padding-top:50px;
}

/* NOTIFICATIONS
=========================================== */
body #cmContainer .cmAlert p, body #cmContainer .cmInfo p, body #cmContainer .cmFailure p, body #cmContainer .cmSuccess p {
	color:#000;
	padding:0;
	margin:0 0 8px 0;
}

.cmAlert {
	border:1px solid #fc0;
	padding:8px 10px 0 42px;
	background:url(/v2/common/images/UI/etc/Alert.gif) no-repeat 10px 5px #ffc;
	margin:20px 0;
}

.cmAdvisory {
	border:1px solid #fc0;
	padding:5px 10px 6px 10px;
	background:none #ffc;
	margin:20px 0;
	color: #000;
}
body #cmContainer .cmMaintenance {
    border: 1px solid #b52628;
    color: #333;
    background: rgb(255, 205, 205);
    margin: 10px 0 10px 0;}
body #cmContainer .cmMaintenance > h3 {
    background: #b52628;
    border:0;
    color: White;
    padding:9px;
    margin:0;}
body #cmContainer .cmMaintenance > div {
    padding: 35px;}

.cmAdvisory p {
	margin:0 !important;
}

body #cmContainer .cmAlert .cmDivider {
	border-top:1px solid #fc0;
	padding:0;
	margin:20px 0;
}

.cmInfo {
	border:1px solid #39f;
	padding:8px 10px 0 35px;
	background:url(/v2/common/images/UI/etc/info.gif) no-repeat 10px 5px #e5f4ff;
	margin:20px 0;
	color: #000;
}

#cmContainer .cmInfo a {
	color:#09f;
}

#cmContainer .cmInfo a:hover {
	color:#036;
}

#cmContainer .cmInfo .hd {
	font-weight:bold;
	font-style:italic;
	margin-bottom:5px;
}

body #cmContainer .cmInfo .ft p {
	text-align:right;
}

body #cmContainer .cmFailure {
	border:1px solid #fc0;
	padding:8px 10px 0 40px;
	background:url(/v2/common/images/UI/etc/Failure.gif) no-repeat 10px 6px #ffc;
	margin:20px 0;
}

body #cmContainer .cmSuccess {
	border:1px solid #fc0;
	padding:8px 10px 0 40px;
	background:url(/v2/common/images/UI/etc/Success.gif) no-repeat 10px 6px #ffc;
	margin:20px 0;
}

/* ETC
=========================================== */
body #cmContainer .cm0margin,
body #cmContainer #cmPrimaryNavBottom img.cm0margin {
	margin:0;
}

body #cmContainer .cmClear {
	clear:both;
	height:1px;
}

body #cmContainer .cmCenter {
	text-align:center;
}

body #cmContainer .cmDivider {
	border-top:1px solid #666;
	padding:0;
	margin:20px 0;
}

body #cmContainer .cmDivider.Dotted {
	border-top:1px dotted #999;
}

body #cmContainer .cmFullWidth {
	width:100%;
}

body #cmContainer .cmFloatRight {
	float:right;
}

body #cmContainer .cmFloatLeft {
	float:left;
}

body #cmContainer .cmHide {
}

body #cmContainer .cmHideElements .cmHide {
	display:none;
}

.cmNoLineBreak {
	white-space: nowrap;
}

body #cmContainer .cmNote {
	color:#666;
}

body #cmContainer .cmPlainList {
	list-style:none;
	padding:0;
	margin:0;
}

body #cmContainer .cmPlainList li {
	padding-bottom:5px;
}

body #cmContainer .cmRight {
	text-align:right;
}

body #cmContainer .cmSpacer {
	margin-left:10px;}

body #cmContainer #cmLogInLeft {
	width:255px;
	/*width:235px;*/
	padding:10px;
	border:1px solid #666;
	min-height:275px;
	_height:275px;
}

body #cmContainer #cmLogInRight {
	float:right;
	width:255px;
	/*width:235px;*/
	padding:10px;
	border:1px solid #666;
	margin:0;
	min-height:275px;
	_height:275px;
}

body #cmContainer #cmLogInLeft h4,
body #cmContainer #cmLogInRight h4,
body #cmContainer #cmLogInLeft p,
body #cmContainer #cmLogInRight p,
body #cmContainer #cmLogInLeft ul,
body #cmContainer #cmLogInRight ul {
	margin-top:0;
}

body #cmContainer .cmColumn {
	width:255px;
}

.scrollingTextBox {
	width:470px;
	height:200px;
	color:#000;
	background:#fff;
	padding:10px 20px;
	border:1px solid #ccc;
	margin-bottom:20px;
	overflow:auto;
	overflow-x:hidden;
}

body #cmContainer .cmSubtle {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
}

body #cmContainer .cmTop {
	text-align:right;
	padding:5px 0;
	border-top:1px solid #666;
	margin:40px 0;
	clear:both;
}

body #cmContainer .cmWhite {
	background:#fff;
}

body #cmContainer .cmZeroTop {
	margin-top:0;
}

body #cmContainer .cmZeroBottom {
	margin-bottom:0;
}


/*==============================================================================================*/
/* MARGIN */ 
.mAuto {margin-left: auto !important; margin-right: auto !important;}
.mt0px {margin-top: 0px !important;}.mt1px {margin-top: 1px !important;}.mt2px {margin-top: 2px !important;}.mt3px {margin-top: 3px !important;}.mt4px {margin-top: 4px !important;}.mt5px {margin-top: 5px !important;}.mt6px {margin-top: 6px !important;}.mt7px {margin-top: 7px !important;}.mt8px {margin-top: 8px !important;}.mt9px {margin-top: 9px !important;}.mt10px {margin-top: 10px !important;}.mt15px {margin-top: 15px !important;}.mt20px {margin-top: 20px !important;}.mt30px {margin-top: 30px !important;}.mt40px {margin-top: 40px !important;}.mt50px {margin-top: 50px !important;}
.mb0px {margin-bottom: 0px !important;}.mb1px {margin-bottom: 1px !important;}.mb2px {margin-bottom: 2px !important;}.mb3px {margin-bottom: 3px !important;}.mb4px {margin-bottom: 4px !important;}.mb5px {margin-bottom: 5px !important;}.mb6px {margin-bottom: 6px !important;}.mb7px {margin-bottom: 7px !important;}.mb8px {margin-bottom: 8px !important;}.mb9px {margin-bottom: 9px !important;}.mb10px {margin-bottom: 10px !important;}.mb15px {margin-bottom: 15px !important;}.mb20px {margin-bottom: 20px !important;}.mb30px {margin-bottom: 30px !important;}.mb40px {margin-bottom: 40px !important;}.mb50px {margin-bottom: 50px !important;}
.ml0px {margin-left: 0px !important;}.ml1px {margin-left: 1px !important;}.ml2px {margin-left: 2px !important;}.ml3px {margin-left: 3px !important;}.ml4px {margin-left: 4px !important;}.ml5px {margin-left: 5px !important;}.ml6px {margin-left: 6px !important;}.ml7px {margin-left: 7px !important;}.ml8px {margin-left: 8px !important;}.ml9px {margin-left: 9px !important;}.ml10px {margin-left: 10px !important;}.ml15px {margin-left: 15px !important;}.ml20px {margin-left: 20px !important;}.ml30px {margin-left: 30px !important;}.ml40px {margin-left: 40px !important;}.ml50px {margin-left: 50px !important;}
.mr0px {margin-right: 0px !important;}.mr1px {margin-right: 1px !important;}.mr2px {margin-right: 2px !important;}.mr3px {margin-right: 3px !important;}.mr4px {margin-right: 4px !important;}.mr5px {margin-right: 5px !important;}.mr6px {margin-right: 6px !important;}.mr7px {margin-right: 7px !important;}.mr8px {margin-right: 8px !important;}.mr9px {margin-right: 9px !important;}.mr10px {margin-right: 10px !important;}.mr15px {margin-right: 15px !important;}.mr20px {margin-right: 20px !important;}.mr30px {margin-right: 30px !important;}.mr40px {margin-right: 40px !important;}.mr50px {margin-right: 50px !important;}
.mtb0px {margin-top: 0px !important; margin-bottom: 0px !important;}.mtb1px {margin-top: 1px !important; margin-bottom: 1px !important;}.mtb2px {margin-top: 2px !important; margin-bottom: 2px !important;}.mtb3px {margin-top: 3px !important; margin-bottom: 3px !important;}.mtb4px {margin-top: 4px !important; margin-bottom: 4px !important;}.mtb5px {margin-top: 5px !important; margin-bottom: 5px !important;}.mtb6px {margin-top: 6px !important; margin-bottom: 6px !important;}.mtb7px {margin-top: 7px !important; margin-bottom: 7px !important;}.mtb8px {margin-top: 8px !important; margin-bottom: 8px !important;}.mtb5px {margin-top: 9px !important; margin-bottom: 9px !important;}.mtb10px {margin-top: 10px !important; margin-bottom: 10px !important;}.mtb15px {margin-top: 15px !important; margin-bottom: 15px !important;}.mtb20px {margin-top: 20px !important; margin-bottom: 20px !important;}.mtb30px {margin-top: 30px !important; margin-bottom: 30px !important;}.mtb40px {margin-top: 40px !important; margin-bottom: 40px !important;}.mtb50px {margin-top: 50px !important; margin-bottom: 50px !important;}
.mlN1px {margin-left: -1px !important;}.mlN2px {margin-left: -2px !important;}.mlN3px {margin-left: -3px !important;}.mlN4px {margin-left: -4px !important;}.mtN5px {margin-top: -5px !important;}.mtN6px {margin-top: -6px !important;}.mtN7px {margin-top: -7px !important;}.mtN8px {margin-top: -8px !important;}.mtN9px {margin-top: -9px !important;}.mtN10px {margin-top: -10px !important;}.mtN15px {margin-top: -15px !important;}.mtN20px {margin-top: -20px !important;}.mtN30px {margin-top: -30px !important;}.mtN40px {margin-top: -40px !important;} .mtN50px {margin-top: -50px !important;}
/*==============================================================================================*/
/* PADDING */ .pt0px {padding-top:0px !important;} .pr0px {padding-right:0px !important;} .pb0px {padding-bottom:0px !important;} .pl0px {padding-left:0px !important;} .pt5px {padding-top:5px !important;} .pr5px {padding-right:5px !important;} .pb5px {padding-bottom:5px !important;} .pl5px {padding-left:5px !important;} .pt10px {padding-top:10px !important;} .pr10px {padding-right:10px !important;} .pb10px {padding-bottom:10px !important;} .pl10px {padding-left:10px !important;} .pt15px {padding-top:15px !important;} .pr15px {padding-right:15px !important;} .pb15px {padding-bottom:15px !important;} .pl15px {padding-left:15px !important;} .pt20px {padding-top:20px !important;} .pr20px {padding-right:20px !important;} .pb20px {padding-bottom:20px !important;} .pl20px {padding-left:20px !important;}
/*==============================================================================================*/
/* WIDTHS */ .w16p {width:16%;} .w40p {width:40%;} .w49p {width:49%;} .w50p {width:50%;} .w100p {width:100%;} .w5px {width: 5px;} .w10px {width: 10px;} .w15px {width: 15px;} .w20px {width: 20px;} .w25px {width: 25px;} .w30px {width: 30px;} .w35px {width: 35px;} .w40px {width: 40px;} .w45px {width: 45px;} .w50px {width: 50px;} .w55px {width: 55px;} .w60px {width: 60px;} .w65px {width: 65px;} .w70px {width: 70px;} .w75px {width: 75px;} .w80px {width: 80px;} .w85px {width: 85px;} .w90px {width: 90px;} .w95px {width: 95px;} .w100px {width: 100px;} .w105px {width: 105px;} .w110px {width: 110px;} .w115px {width: 115px;} .w120px {width: 120px;} .w125px {width: 125px;} .w130px {width: 130px;} .w135px {width: 135px;} .w140px {width: 140px;} .w145px {width: 145px;} .w150px {width: 150px;} .w155px {width: 155px;} .w160px {width: 160px;} .w165px {width: 165px;} .w170px {width: 170px;} .w175px {width: 175px;} .w180px {width: 180px;} .w185px {width: 185px;} .w190px {width: 190px;} .w195px {width: 195px;} .w200px {width: 200px;} .w205px {width: 205px;} .w210px {width: 210px;} .w215px {width: 215px;} .w220px {width: 220px;} .w225px {width: 225px;} .w230px {width: 230px;} .w235px {width: 235px;} .w240px {width: 240px;} .w245px {width: 245px;} .w250px {width: 250px;} .w255px {width: 255px;} .w260px {width: 260px;} .w265px {width: 265px;} .w270px {width: 270px;} .w275px {width: 275px;} .w280px {width: 280px;} .w285px {width: 285px;} .w290px {width: 290px;} .w295px {width: 295px;} .w300px {width: 300px;} .w305px {width: 305px !iportant;} .w310px {width: 310px;} .w315px {width: 315px;} .w320px {width: 320px;} .w325px {width: 325px;} .w330px {width: 330px;} .w335px {width: 335px;} .w340px {width: 340px;} .w345px {width: 345px;} .w350px {width: 350px;} .w355px {width: 355px;} .w360px {width: 360px;} .w365px {width: 365px;} .w370px {width: 370px;} .w375px {width: 375px;} .w380px {width: 380px;} .w385px {width: 385px;} .w390px {width: 390px;} .w395px {width: 395px;} .w400px {width: 400px;} .w405px {width: 405px;} .w410px {width: 410px;} .w415px {width: 415px;} .w420px {width: 420px;} .w425px {width: 425px;} .w430px {width: 430px !important;} .w435px {width: 435px;} .w440px {width: 440px;} .w445px {width: 445px;} .w450px {width: 450px;} .w455px {width: 455px;} .w460px {width: 460px;} .w465px {width: 465px;} .w470px {width: 470px;} .w475px {width: 475px;} .w480px {width: 480px;} .w485px {width: 485px;} .w490px {width: 490px;} .w495px {width: 495px;} .w500px {width: 500px;} .w505px {width: 505px;} .w510px {width: 510px;} .w515px {width: 515px;} .w520px {width: 520px;} .w525px {width: 525px;} .w530px {width: 530px;} .w535px {width: 535px;} .w540px {width: 540px;} .w545px {width: 545px;} .w550px {width: 550px;} .w555px {width: 555px;} .w560px {width: 560px;} .w565px {width: 565px;} .w570px {width: 570px;} .w575px {width: 575px;} .w580px {width: 580px;} .w585px {width: 585px;} .w590px {width: 590px;} .w595px {width: 595px;} .w600px {width: 600px;} .w605px {width: 605px;} .w610px {width: 610px;} .w615px {width: 615px;} .w620px {width: 620px;} .w625px {width: 625px;} .w630px {width: 630px;} .w635px {width: 635px;} .w640px {width: 640px;} .w645px {width: 645px;} .w650px {width: 650px;} .w655px {width: 655px;} .w660px {width: 660px;} .w665px {width: 665px;} .w670px {width: 670px;} .w675px {width: 675px;} .w680px {width: 680px;} .w685px {width: 685px;} .w690px {width: 690px;} .w695px {width: 695px;} .w700px {width: 700px;} .w705px {width: 705px;} .w710px {width: 710px;} .w715px {width: 715px;} .w720px {width: 720px;} .w725px {width: 725px;} .w730px {width: 730px;} .w735px {width: 735px;} .w740px {width: 740px;} .w745px {width: 745px;} .w750px {width: 750px;} .w755px {width: 755px;} .w760px {width: 760px;} .w765px {width: 765px;} .w770px {width: 770px;} .w775px {width: 775px;} .w780px {width: 780px;} .w785px {width: 785px;} .w790px {width: 790px;} .w795px {width: 795px;} .w800px {width: 800px;} .w805px {width: 805px;} .w810px {width: 810px;} .w815px {width: 815px;} .w820px {width: 820px;} .w825px {width: 825px;} .w830px {width: 830px;} .w835px {width: 835px;} .w840px {width: 840px;} .w845px {width: 845px;} .w850px {width: 850px;} .w855px {width: 855px;} .w860px {width: 860px;} .w865px {width: 865px;} .w870px {width: 870px;} .w875px {width: 875px;} .w880px {width: 880px;} .w885px {width: 885px;} .w890px {width: 890px;} .w895px {width: 895px;} .w900px {width: 900px;} .w905px {width: 905px;} .w910px {width: 910px;} .w915px {width: 915px;} .w920px {width: 920px;} .w925px {width: 925px;} .w930px {width: 930px;} .w935px {width: 935px;} .w940px {width: 940px;} .w945px {width: 945px;} .w950px {width: 950px;} .w955px {width: 955px;} .w960px {width: 960px;} .w965px {width: 965px;} .w970px {width: 970px;} .w975px {width: 975px;} .w980px {width: 980px;} .w985px {width: 985px;} .w990px {width: 990px;} .w995px {width: 995px;} .w1000px {width: 1000px;}
/*==============================================================================================*/
/* HEIGHTS */ .h0px {height: 0px;} .h1px {height: 1px;} .h5px {height: 5px;} .h10px {height: 10px;} .h15px {height: 15px;} .h20px {height: 20px;} .h25px {height: 25px;} .h30px {height: 30px;} .h35px {height: 35px;} .h40px {height: 40px;} .h45px {height: 45px;} .h50px {height: 50px;} .h55px {height: 55px;} .h60px {height: 60px;} .h65px {height: 65px;} .h70px {height: 70px;} .h75px {height: 75px;} .h80px {height: 80px;} .h85px {height: 85px;} .h90px {height: 90px;} .h95px {height: 95px;} .h100px {height: 100px;} .h105px {height: 105px;} .h110px {height: 110px;} .h115px {height: 115px;} .h120px {height: 120px;} .h125px {height: 125px;} .h130px {height: 130px;} .h135px {height: 135px;} .h140px {height: 140px;} .h145px {height: 145px;} .h150px {height: 150px;} .h155px {height: 155px;} .h160px {height: 160px;} .h165px {height: 165px;} .h170px {height: 170px;} .h175px {height: 175px;} .h180px {height: 180px;} .h185px {height: 185px;} .h190px {height: 190px;} .h195px {height: 195px;} .h200px {height: 200px;} .h205px {height: 205px;} .h210px {height: 210px;} .h215px {height: 215px;} .h220px {height: 220px;} .h225px {height: 225px;} .h230px {height: 230px;} .h235px {height: 235px;} .h240px {height: 240px;} .h245px {height: 245px;} .h250px {height: 250px;} .h255px {height: 255px;} .h260px {height: 260px;} .h265px {height: 265px;} .h270px {height: 270px;} .h275px {height: 275px;} .h280px {height: 280px;} .h285px {height: 285px;} .h290px {height: 290px;} .h295px {height: 295px;} .h300px {height: 300px;} .h305px {height: 305px;} .h310px {height: 310px;} .h315px {height: 315px;} .h320px {height: 320px;} .h325px {height: 325px;} .h330px {height: 330px;} .h335px {height: 335px;} .h340px {height: 340px;} .h345px {height: 345px;} .h350px {height: 350px;} .h355px {height: 355px;} .h360px {height: 360px;} .h365px {height: 365px;} .h370px {height: 370px;} .h375px {height: 375px;} .h380px {height: 380px;} .h385px {height: 385px;} .h390px {height: 390px;} .h395px {height: 395px;} .h400px {height: 400px;} .h405px {height: 405px;} .h410px {height: 410px;} .h415px {height: 415px;} .h420px {height: 420px;} .h425px {height: 425px;} .h430px {height: 430px;} .h435px {height: 435px;} .h440px {height: 440px;} .h445px {height: 445px;} .h450px {height: 450px;} .h455px {height: 455px;} .h460px {height: 460px;} .h465px {height: 465px;} .h470px {height: 470px;} .h475px {height: 475px;} .h480px {height: 480px;} .h485px {height: 485px;} .h490px {height: 490px;} .h495px {height: 495px;} .h500px {height: 500px;} .h505px {height: 505px;} .h510px {height: 510px;} .h515px {height: 515px;} .h520px {height: 520px;} .h525px {height: 525px;} .h530px {height: 530px;} .h535px {height: 535px;} .h540px {height: 540px;} .h545px {height: 545px;} .h550px {height: 550px;} .h555px {height: 555px;} .h560px {height: 560px;} .h565px {height: 565px;} .h570px {height: 570px;} .h575px {height: 575px;} .h580px {height: 580px;} .h585px {height: 585px;} .h590px {height: 590px;} .h595px {height: 595px;} .h600px {height: 600px;} .h605px {height: 605px;} .h610px {height: 610px;} .h615px {height: 615px;} .h620px {height: 620px;} .h625px {height: 625px;} .h630px {height: 630px;} .h635px {height: 635px;} .h640px {height: 640px;} .h645px {height: 645px;} .h650px {height: 650px;} .h655px {height: 655px;} .h660px {height: 660px;} .h665px {height: 665px;} .h670px {height: 670px;} .h675px {height: 675px;} .h680px {height: 680px;} .h685px {height: 685px;} .h690px {height: 690px;} .h695px {height: 695px;} .h700px {height: 700px;} .h705px {height: 705px;} .h710px {height: 710px;} .h715px {height: 715px;} .h720px {height: 720px;} .h725px {height: 725px;} .h730px {height: 730px;} .h735px {height: 735px;} .h740px {height: 740px;} .h745px {height: 745px;} .h750px {height: 750px;} .h755px {height: 755px;} .h760px {height: 760px;} .h765px {height: 765px;} .h770px {height: 770px;} .h775px {height: 775px;} .h780px {height: 780px;} .h785px {height: 785px;} .h790px {height: 790px;} .h795px {height: 795px;} .h800px {height: 800px;} .h805px {height: 805px;} .h810px {height: 810px;} .h815px {height: 815px;} .h820px {height: 820px;} .h825px {height: 825px;} .h830px {height: 830px;} .h835px {height: 835px;} .h840px {height: 840px;} .h845px {height: 845px;} .h850px {height: 850px;} .h855px {height: 855px;} .h860px {height: 860px;} .h865px {height: 865px;} .h870px {height: 870px;} .h875px {height: 875px;} .h880px {height: 880px;} .h885px {height: 885px;} .h890px {height: 890px;} .h895px {height: 895px;} .h900px {height: 900px;} .h905px {height: 905px;} .h910px {height: 910px;} .h915px {height: 915px;} .h920px {height: 920px;} .h925px {height: 925px;} .h930px {height: 930px;} .h935px {height: 935px;} .h940px {height: 940px;} .h945px {height: 945px;} .h950px {height: 950px;} .h955px {height: 955px;} .h960px {height: 960px;} .h965px {height: 965px;} .h970px {height: 970px;} .h975px {height: 975px;} .h980px {height: 980px;} .h985px {height: 985px;} .h990px {height: 990px;} .h995px {height: 995px;} .h1000px {height: 1000px;}
/*==============================================================================================*/
/* POSITIONING */ .cmClear, .clear {clear: both;} .cmClear10px, .clear10px {clear: both;height: 10px;} .cmClear20px, .clear20px {clear:both;height: 20px;} .cmFloatRight {float: right;} .cmFloatLeft {float: left;}
/*==============================================================================================*/
/* TOOLTIPS
=========================================== */
body #cmContainer #cmTooltip {
	width:147px;
	position:absolute;
	display:none;
	z-index:2;
	color: #000;}

body #cmContainer #cmTooltip .cmTooltip_top {
	background-image: url(/v2/common/images/UI/cmTooltip/top.png);
	background-repeat:no-repeat;
	height:16px;}

body #cmContainer #cmTooltip .cmTooltip_middle {
	background-image: url(/v2/common/images/UI/cmTooltip/middle.png);
	background-repeat:repeat-y;
	background-position:bottom left;
	padding-left:10px;
	padding-right:10px;
	margin-bottom:6px;}

body #cmContainer #cmTooltip .cmTooltip_middle span {
	position:relative;
	top:-5px;
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	line-height:16px;}

body #cmContainer #cmTooltip .cmTooltip_bottom {
	background-image: url(/v2/common/images/UI/cmTooltip/bottom.png);
	background-repeat:no-repeat;
	height:27px;
	position:relative;
	top:-6px;}

/* YUI HISTORY TOOL
=========================================== */
#yui-history-iframe {
	position:absolute;
	top:0; left:0;
	width:1px; height:1px;
	visibility:hidden;
}

/* SOCIAL NETWORK - FACEBOOK, TWITTER
============================ */
body #cmContainer table.fbLink {
	width:530px;}

body #cmContainer table.fbLink td {
	vertical-align:middle;}

body #cmContainer table.fbLink td.fbIcon {
	width:31px;
	background:#3c5c99;
	padding:0;}

body #cmContainer table.fbLink td.fbLinkText {
	width:472px;
	background:#e3e3e3;
	padding:5px 10px;}

body #cmContainer table.fbLink td a {
	color:#3c5c99;
	text-decoration:none;
	display:block;}

body #cmContainer table.fbLink td a:hover {
	color:#000;
	text-decoration:underline;}

body #cmContainer table.fbLink td a img {
	border:5px solid #3c5c99;}
	
body #cmContainer table.socialLink {
    width:530px;
	margin:5px 0px 5px 0px !important;	
	}

body #cmContainer table.socialLink td {
	vertical-align:middle;}

body #cmContainer table.socialLink td.socialLinkIcon {
	width:31px;
	background:#e3e3e3;
	padding:0;}

body #cmContainer table.socialLink td.socialLinkText {
	width:472px;
	background:#e3e3e3;
	padding:5px 10px;}

body #cmContainer table.socialLink td a {
	color:#3c5c99;
	text-decoration:none;
	display:block;}

body #cmContainer table.socialLink td a:hover {
	color:#000;
	text-decoration:underline;}

body #cmContainer table.socialLink td a img {
	border:5px solid #e3e3e3;}	

.cmExpandCollapseButton {
	height: 18px !important;
	margin: 5px 0px 0px 0px !important;
	padding: 0px 2px 1px 2px !important;
}

textarea {
	resize:none;
}

/*==============================================================================================*/
/* jquery.jGrowl */
/*==============================================================================================*/
div.jGrowl {
	padding:10px;
	z-index:9999;
	color:#fff;
	font-size:12px;}

/** Normal Style Positions **/
body > div.jGrowl {
	position:fixed;}

body > div.jGrowl.top-left {
	left:0px;
	top:0px;}

body > div.jGrowl.top-right {
	right:0px;
	top:0px;}

body > div.jGrowl.bottom-left {
	left:0px;
	bottom:0px;}

body > div.jGrowl.bottom-right {
	right:0px;
	bottom:0px;}

body > div.jGrowl.center {
	top:0px;
	width:50%;
	left:25%;}

/** Cross Browser Styling **/
div.center div.jGrowl-notification, div.center div.jGrowl-closer {
	margin-left:auto;
	margin-right:auto;}

div.jGrowl div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background:#060 url(/v2/common/images/notifications/sprite.png) no-repeat 10px 10px;
	padding-left:50px;
	bottom:0;
	height:50px;
	left:0;
	position:fixed;
	width:100%;	
	font-size:20px;
	line-height:50px;
	display:none;	
	opacity:.85;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; 
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=85); 
	zoom:1;
	/*width:235px;*/
	/*padding:10px;
	margin-top:5px;
	margin-bottom:5px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:1em;
	text-align:left;
	display:none;*/
	/*-moz-border-radius:5px;
	-webkit-border-radius:5px;*/
}

div.jGrowlAlert div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color:#ff0000 !important;
}
div.jGrowlWarning div.jGrowl-notification, div.jGrowl div.jGrowl-closer {
	background-color:#ffaa00 !important;
}

div.jGrowl div.jGrowl-notification {
	min-height:40px;}

div.jGrowl div.jGrowl-notification div.header {
	font-weight:bold;
	font-size:.85em;}

div.jGrowl div.jGrowl-notification div.close {
	z-index:99;
	float:right;
	font-weight:bold;
	font-size:1em;
	cursor:pointer;}

div.jGrowl div.jGrowl-closer {
	padding-top:4px;
	padding-bottom:4px;
	cursor:pointer;
	font-size:.9em;
	font-weight:bold;
	text-align:center;}

/** Hide jGrowl when printing **/
@media print {
	div.jGrowl {display:none;}
}
/*==============================================================================================*/
/* **END jquery.jGrowl */
/*==============================================================================================*/

/* Force Webkit to show scroll bars */
.macintosh ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}
.macintosh ::-webkit-scrollbar-track {
    border-radius: 8px;
    background-color: rgba(156, 156, 156, .6);
}
.macintosh ::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-color: rgba(57,57,57, .6);
}
/* End Webkit scrollbar additions */

/* Info Feature 
=========================================== */
    .infoFeature {
         position: absolute;
         display: none;
        z-index: 199;
        background: white;
        border: 0px solid #e8c746;
        border-radius: 5px;
          box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
        opacity: 0.95;
        color: black;
        font-size: 11px;
        z-index: 199;
        min-height: 20px;
        transition-duration: .5s;
         text-transform: none;
        text-shadow: none;
        line-height: 15px;
        font-family: Verdana,Arial,Helvetica,sans-serif;
    }
    .infoFeatureHeader{
        margin: 0;
        background-color: #4285F4;
        color: #efefef;
        text-align: center;
        padding: 5px;
        border-radius: 5px 5px 0 0;
        font-size: 15px;
        font-weight:600;
        transition-duration: .5s;

    }
   .infoPLus{
        float:right;
        margin-right: 7px !important;
        margin-top: -2px !important;
        color:#c7c6c6;
    }
    .infoPLus:hover{
        cursor:pointer;
    }
      .infoFeatureHeader span{
        margin: 0;

    }
          .infoFeatureText{
        color: #444;
        font-size: 100%;
        padding: 10px;
        font-weight:600;
        line-height:15px;
        transition-duration: .5s;
    }
        .infoFeatureText a{
            text-decoration: none;
    }
              .infoFeatureText a:hover{
                     background-color: transparent;
                     background-image: none;
                     color: black;
    }
            .infoLine{
        margin: 5px 0 5px 0;
        border: .5px solid #4285F4;
        width: 25%;
        transition-duration: .4s;
    }
            .helpLeafIconI {
    background-repeat: no-repeat;
    width: 18px;
    height: 20px;
    display: inline-block;
    vertical-align: text-bottom;
    margin: 0 5px;
    background: url(/v2/common/images/helpleafI.png) no-repeat;
    background-color: transparent;
}
    .helpLeafIconI:hover {
        cursor: pointer;
    }

                 .infoFeatureVideo{
    display: inline;
    float: right;
    width: 24px;
    height: 23px;
    padding: 0;
    margin: -5px 0 0 0 ;
    background-image: url(/v2/common/images/globalIcons.png);
    background-repeat: no-repeat;
    background-color: transparent;
    background-position: -2px -50px;
    transition-duration: .5s;
    cursor: pointer;
        font-size: 19px;
    padding-top: 7px;
    padding-left: 4px;
    overflow: hidden;
    }

.infoFeatureVideoRemove{
    background-image: none !important;
    width: auto;
    margin-bottom:10px;
    font-weight:600;
    color:#333;
    text-transform: uppercase;
    font-size: 14px !important;
}
.linkNone{
    display: none !important;
}
    .infoFeatureVideoPlayer {
       position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    padding-bottom: 58.25%;
    }
.infoFeatureIframeVideo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
video{
    width:95%;
    height: auto;
    transition-duration: .5s;
}
.helpArticle{
    display: inline-block ;
}
.helpArticleShow{
    display: inline-block ;
}
.helpArticleHide{
    display: none ;
}
.helpArticle:hover{
    cursor: pointer;
}
.helpArticleFull {
    position: absolute;
}
.articleImg {
    cursor: pointer;
    border-radius: 2px;
    box-shadow: 0 1px 2px 1px rgba(19, 35, 47, 0.3);
    margin:20px;
}
.helpArticleTextarea{
    font-size: 12px !important;
}
.helpArticleTextarea p span {
    font-size: 12px !important;
}
.helpArticleTextarea span {
    font-size: 12px !important;
}
/* ---------------------------- Info Feature Size 1 -------------------------*/ 
.infoFeature1 .infoFeatureHeader {
    font-size: 15px;
}
.infoFeature1 .infoFeatureText{
    padding:10px;
    font-size: 11px;
    font-weight:600;
    line-height:15px;
}
.infoFeature1 .infoHelpArticle{
    font-size: 11px;
    font-weight:600;
    line-height:15px;
}
.infoFeature1 .infoLine {
    margin: 5px 0 5px 0;
}
/* ---------------------------- Info Feature Size 2 -------------------------*/ 
.infoFeature2 .infoFeatureHeader {
    font-size: 24px;
}
.infoFeature2 .infoFeatureText{
    padding:18px;
    font-size: 20px;
    font-weight:500;
    line-height:24px;
}
.infoFeature2 .infoHelpArticle{
    font-size: 20px;
    font-weight:500;
}
.infoFeature2 .infoLine {
    margin: 15px 0 15px 0;
}
/* ---------------------------- Info Feature Size 3 -------------------------*/ 
.infoFeature3 .infoFeatureHeader {
    font-size: 32px;
}
.infoFeature3 .infoFeatureText{
    padding:25px;
    font-size: 26px;
    font-weight:500;
    line-height:28px;
}
.infoFeature3 .infoHelpArticle{
    font-size: 26px;
    font-weight:500;
}
.infoFeature3 .infoLine {
    margin: 15px 0 15px 0;
}
/* ---------------------------- Info Feature Size 4 -------------------------*/ 
.infoFeature4 .infoFeatureHeader {
    font-size: 24px;
    padding:15px;
}
.infoFeature4 .infoFeatureText{
    padding:18px;
    font-size: 15px;
    font-weight:500;
    line-height:18px;
}
.infoFeature4 .infoHelpArticle{
    font-size: 20px;
    font-weight:600;
}
.infoFeature4 .infoLine {
    margin: 15px 0 15px 0;
  
}

/*************************************************************/
/*  SPEECH-BUUBLE */
.speechBubble {
    position: absolute;
    top: 2.5em;
    font-size: 14px;
    border-radius: 5px;
    left: 0;
}

    .speechBubble .sbContainer {
        font-size: 14px;
        padding: 1em;
        line-height: 1.25em;
        width: 270px;
        border-radius: 5px;
        box-shadow: 0 0 10px #00000085;
        font-family: Arial;
        color: #666666;
        background: white;
    }

    .speechBubble .sbCloseIcon {
        position: absolute;
        right: 0.75em;
        top: 0.75em;
        padding: 0 !important;
        height: 0.75em;
        width: 0.75em;
        cursor: pointer;
        z-index: 1000;
    }

        .speechBubble .sbCloseIcon img {
            display: block;
            width: 0.75em;
            height: 0.75em;
        }

    .speechBubble .sbHeader {
        font-size: 1em;
        font-weight: bold;
        font-family: Arial;
        color: #3DB33D;
        padding: 0.5rem 0.5rem 1em 2em;
        position: relative;
        width: 235px;
    }

        .speechBubble .sbHeader::before {
            background-image: url(/v2/common/images/camera.svg);
            background-repeat: no-repeat;
            /*background-color: #3db33d;*/
            background-size: 1.5em 1.5em;
            width: 1.5em;
            height: 1.5em;
            content: "";
            display: inline-block;
            position: absolute;
            left: 0;
            top: 0.25em;
        }

    .speechBubble .sbBody {
        padding: 0 0 1em 0;
    }
        .speechBubble .sbBody .sbPhotos {
            display: inline-block;
            min-height: 50px;
        }
            .speechBubble .sbBody .sbPhotos .sbPhoto {
                display: inline-block;
                background-position: center;
                background-repeat: no-repeat;
                background-color: transparent;
                background-size: cover;
                width: 60px;
                height: 45px;
                margin-right: 10px;
            }
                .speechBubble .sbBody .sbPhotos .sbPhoto:last-child {
                    margin-right: 0;
                }
            .speechBubble .sbBody .sbPhotos.photoCount1 .sbPhoto {
                width: 270px;
                height: 202px;
            }
            .speechBubble .sbBody .sbPhotos.photoCount2 .sbPhoto {
                width: 130px;
                height: 98px;
            }
            .speechBubble .sbBody .sbPhotos.photoCount3 .sbPhoto {
                width: 83px;
                height: 62px;
            }

    .speechBubble .sbFooter {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        .speechBubble .sbFooter .sbOptOut {
            font-size: 11px;
        }
            .speechBubble .sbFooter .sbOptOut input {
                margin-left: 0;
            }
            .speechBubble .sbFooter .sbOptOut > span {
                /*padding: 0 0 0 0.5em;*/
            }

            .speechBubble .sbFooter .sbOptOut input,
            .speechBubble .sbFooter .sbOptOut > span {
                display: inline-block;
                vertical-align: middle;
            }

        .speechBubble .sbFooter .sbOptions > a {
            color: #666666;
            font-family: Arial;
            font-size: 12px;
            text-decoration: underline;
            padding: 0.75em;
        }

            .speechBubble .sbFooter .sbOptions > a:hover {
                color: #3DB33D;
            }

        .speechBubble .sbFooter .sbOptions > button {
            display: inline-block;
            color: #ffffff;
            font-family: Arial;
            font-size: 12px;
            background: #3DB33D;
            border: none;
            border-radius: 5px;
            /*padding: 0.25em 1em;
            text-shadow: 0 1px 1px #3db33d;*/
            text-shadow: none;
            margin: 0;
        }
            .speechBubble .sbFooter .sbOptions > button:hover {
                box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
            }

    .speechBubble::before {
        content: ".";
        color: white;
        position: absolute;
        height: 1em;
        width: 1em;
        background: white;
        top: -0.5em;
        transform: rotate(225deg) skew(15deg, 15deg);
        border-top-left-radius: 1px;
        z-index: 1;
        box-shadow: 2px 2px 4px 0px #00000038;
        left: 1.0em;
    }
/*************************************************************/
