/*
styles used by TinyMCE editor for site admins
*/

H1 {
	color: #f47b20;
	font-size: 30px;
	line-height: 1.1em;
	font-weight: normal;
	margin: 0 0 .7em 0;
	padding: 0px;
	font-family: Calibri,"Trebuchet MS", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
H2 {
	color: #19398a;
	font-size: 17px; 
	line-height: 1.3em;
	font-weight: normal;
	margin:0px 0 1em 0;
	padding: 0px;
	font-family: Calibri,"Trebuchet MS", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
} 
H3 {
	color:#f89952;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: normal;
	padding: 0px;
	margin:0px 0 0 0;
	font-family: Calibri,"Trebuchet MS", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
} 
P, UL, LI {
	font-family: Calibri, "Trebuchet MS", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

.black, .black A, A.black {
	color: #000000 !important;
}
.bold, LI.bold A {
	font-weight: bold !important;
}
.green, .green A, A.green {
	color: #429539 !important; 
}
.purple, .purple A, A.purple {
	color: #613b4b !important;
}
.teal, .teal A, A.teal {
	color: #0084a9 !important;
}
.orange, .orange A, A.orange {
	color: #f9a350 !important;
}
.blue, .blue A, A.blue {
	color: #5a88c6 !important;
}

.press_PDF {
position: absolute;
top: 0px;
right: 0px;
text-indent: -3333px;
height: 30px;	
width: 30px;
background: url(images/sprite-teriary.png) 0 0px no-repeat;
background-position: 0px -150px;
outline: 0px;
border: 0px;
}

.sgr {background: url(https://www.bcdtravel.com/wp-content/uploads/sites/104/sgr-logo-small.gif) 0 0px no-repeat;line-height: 24px !important;margin-top: 5px !important;}
.sgr a {opacity:0}

li#wp-admin-bar-customize {
    display: none !important;
}
li#wp-admin-bar-gform-forms {
    display: none !important;
}
li#wp-admin-bar-new_draft {
    display: none !important;
}
li#wp-admin-bar-comments {
    display: none !important;
}

TABLE.noBorders {
	 max-width: 90%;
	 width: 90%;
	 border-collapse: collapse;
}

.noBorders tr td {
	border: 1px solid #ffffff;
	padding: 4px;
}

TABLE.grayGrid {
	 max-width: 90%;
	 width: 90%;
	 border-collapse: collapse;
}
.grayGrid tr td {
	border: 1px solid #cccccc;
	padding: 4px;
}

TABLE.twoUpIcons {
	 max-width: 100%;
	 width: 100%;
	 border-collapse: collapse;
}
.twoUpIcons  TD{
	margin: 0px;
	padding: 4px 8px 6px 0;
	border: 1px solid #ffffff;
}
.twoUpIcons  TR TD:nth-child(2){
width: 90%;
padding-top: 15px;
}
.twoUpIcons  TD{
	vertical-align: middle;
}

TABLE.responsive { 
  width: 100%;
}

/*For use on long foot hat advert*/
A.twoColBanner {
	width: 634px !important;
		height: auto !important
}

		.home .fh-wrap DIV.widget:hover P A.twoColBanner :after  {
			content: "  " !important;  /*  character added on hover */
		}  
		A.twoColBanner IMG {
			width: 634px !important;
			height: auto !important
		}

.sgr {background: url(https://www.bcdtravel.com/wp-content/uploads/sites/104/sgr-logo-small.gif) 0 0px no-repeat;line-height: 24px !important;margin-top: 5px !important;}
.sgr a {opacity:0}

/*For use on new squared foot hat alignment*/
a.squared {text-align:center !important;padding:40px 0 0 0 !important;}
a.squared IMG {position: static !important;width: 210px !important;height: 120px !important;margin: -53px !important;}
a.squaredvideo {margin-top:-13px;margin-left:-60px !important;text-align: center !important;}
h3.squaredvideo {text-align: center !important;padding: 3px;}

/*
Theme Name: bcd-underscores
Theme URI: http://underscores.me/
Author: The Netkitchen
Author URI: http://netkitchen.com/
Description: Based on Underscores template
Text Domain: bcd-underscores
Domain Path: /languages/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Reset
2.0 - Typography
3.0 - Elements
4.0 - Inputs and buttons
5.0 - Navigation
	5.1 - Links
	5.2 - Menus
6.0 - Accessibility
7.0 - Alignments
8.0 - Clearings
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
13.0 - Responsive 
--------------------------------------------------------------*/

.globalMessage {
	display: block;
/*	display: none;*/
}

/*  	.site {background: url(images/GRID.png) -30px  0  no-repeat; min-height: 1500px;}		 */

/*--------------------------------------------------------------
1.0 - Reset   removed from reset	  h1, h2, h3, h4, h5, h6, tr, th, td 
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	//font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;/*	vertical-align: baseline;*/
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
*, *:before, *:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing: border-box;
}
body {
	background: #ffffff url(images/back-page.png) repeat-x 0 0;
}
article, aside, details, figcaption, figure, footer, header, main, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover, a:active {
	outline: 0;
	border: 0px;
}
a img {
	border: 0;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body, button, input, select, textarea {
	color: #404040;
	font-family: Calibri, "Trebuchet MS", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4em;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
h1 {
	text-align: left;
}
p {
	margin-bottom: 1.3em;
}
b, strong {
	font-weight: bold;
}
/*dfn, cite, em, i {
	font-style: italic;
}*/
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup, sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
/* moved to editor-styles
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
.black, .black A, A.black {
	color: #000000 !important;
}
.bold, LI.bold A {
	font-weight: bold !important;
}
.green, .green A, A.green {
	color: #429539 !important;
}
.purple, .purple A, A.purple {
	color: #631B4B !important;
}
.teal, .teal A, A.teal {
	color: #0084a9 !important;
}
.orange, .orange A, A.orange {
	color: #f9a350 !important;
}
.blue, .blue A, A.blue {
	color: #5a88c6 !important;
}

*/
/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 1em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul, li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em 0;
	/*width: 100%;*/
}
th {
	font-weight: bold;
}
/*--------------------------------------------------------------
3.5 Table styles
--------------------------------------------------------------*/
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;/*	border-spacing: 0;*/
}
/*--- see editor styles  ----*/





/*--------------------------------------------------------------
4.0 Inputs and buttons
--------------------------------------------------------------*/
button, input, select, textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
 *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, button:active, input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"], input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
 -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
 border: 0;
 padding: 0;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus {
	color: #111;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"] {
	padding: 2px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}
/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #4040ff;
}
/*a:visited {
	color: purple;
}*/
a:hover, a:focus, a:active {
	color: #19398a;
}
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: right;
	background: url(images/back-nav.jpg) center bottom no-repeat;
	margin-top: -15px;
	max-width: 774px; 		/*responsive width  -  note, added 10px to this to enable 6 top nav items, if nav wraps increase this */
	width: 100%;
}
.main-navigation DIV UL.nav-menu LI:first-child {   /*  hides the 1st home link  from top menu  */
	display: none;
}
.main-navigation DIV.menu-main-menu-container UL.nav-menu LI:first-child, .main-navigation DIV UL.nav-menu LI:first-child {   /* restores 1st menu item for manual menu ta 9.10.14   */
	display: inline;
}
.main-navigation DIV UL.children LI:first-child {   /*  shows 1st link on sub menus  */
	display: inherit;
}
.main-navigation DIV.menu, .main-navigation DIV {
	float: right;
	position: relative;
	left: -50%;
	text-align: left;
}
.main-navigation DIV.menu ul, .main-navigation DIV ul {
	list-style: none;
	position: relative;
	left: 46%;
}
.main-navigation DIV.menu li, .main-navigation DIV li {
	float: left;
	position: relative;
}/* ie needs position:relative here*/
.main-navigation li {
	float: left;
	position: relative;
	margin-right: 33px;
	display: inline;
	font-size: 15px; /* made larger per SK */
}
.main-navigation li:last-child {
	margin-right: 0px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	/*color: #6a8ac6;  made darker per SK */
	color: #4a69a3;
	/* text-transform: uppercase; */
	/*font-size: 13px;*/
		
	line-height: 35px;
}
.main-navigation ul ul {				/*  1st level drop down menu  */
	box-shadow: 0 1px 6px rgba(0, 0, 0, 0.1);
	display: none;
	float: left;
	left: -30px !important;
	position: absolute !important;
	top: 34px;
	z-index: 99999;
	background: #ffffff;
	opacity: .96;
}
.main-navigation ul ul ul, .main-navigation ul ul ul LI {   /*  2nd level drop down menu  - hiddend */
	/*	left: 100%;
	top: 0;*/
/*	display: none !important;*/
	width: 160px;
	padding: 0px;
	margin: 0px !important;
	line-height: 1em;
}
.main-navigation ul ul a {
	width: 250px;
	display: block;
	padding: 6px 10px 6px 10px;
	background: #f7f7f7;
	/* text-transform: capitalize; */
	line-height: 1.4em;
}
.main-navigation ul ul li {
	margin: 0px !important;
}
.main-navigation li:hover > a {
	/*	color: #19398a; made darker per SK*/
	color: #0f2762
}
.main-navigation ul ul :hover > a {
	background: #ffffff;
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation .current_page_item a, .main-navigation .current-menu-item a {
}
.main-navigation ul.nav-menu li a {
	text-transform: none;
}
.main-navigation ul.children li a {
	text-transform: none;
}
/* moved menu repsonive to bottom w/other responsive CSS */
 


/*--------------------------------------------------------------
5.3 Breadcrumbs 
--------------------------------------------------------------*/

.breadcrumbs {
	margin: 30px 0 40px 0;
	color: #808080;
	font-size: 12px;
}
.breadcrumbs, .breadcrumbs A {
	color: #808080;
	text-decoration: none;
}
.breadcrumbs SPAN, .breadcrumbs A SPAN {
	color: #b7d1ed;
	padding: 0 5px 0 5px;
}
.breadcrumbs A:hover {
	color: #19398a;
}
/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover, .screen-reader-text:active, .screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/*--------------------------------------------------------------
7.0 Alignments  - this auto shows up in the styles without being in editor-styles
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.3em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.3em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before, .clear:after, .entry-content:before, .entry-content:after, .comment-content:before, .comment-content:after, .site-header:before, .site-header:after, .site-content:before, .site-content:after, .site-footer:before, .site-footer:after {
	content: '';
	display: table;
}
.clear:after, .entry-content:after, .comment-content:after, .site-header:after, .site-content:after, .site-footer:after {
	clear: both;
}
/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
/*.widget {   ta remove 3.7.14
	margin: 0 0 1.5em;
}*/

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}
/* Search widget */
.widget_search .search-submit {
	display: none;
}
/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
}
.hentry {   /*TA commented out to remove space below main post on Home page, see if issue on Tier pages*/
/*	margin: 0 0 1.5em;*/
}
.byline, .updated {
	display: none;
}
.single .byline, .group-blog .byline {
	display: inline;
}
/*.page-content, .entry-content, .entry-summary {
	margin: 1.5em 0 0;
}*/
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}
/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title, .archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}
/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */ .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley, .entry-content img.wp-smiley, .comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}
/* Make sure embeds and iframes fit their containers */
embed, iframe, object {
	max-width: 100%;
}
/*--------------------------------------------------------------
13.0  BCD CUSTOM CSS     
--------------------------------------------------------------*/
 
																		

.site {
	position: relative;
	max-width: 940px;						/*responsive width*/
	width: 100%;
	margin: 0 auto;
}
/* 		    HEADER css 					 */

HEADER .site-branding {  /* logo box  */
	position: relative;
	margin: 0px;
	width: 166px;
	height: 65px;
	float: left;
}
HEADER .site-title A {  /* site logo  */
	text-indent: -9999px;
	display: block;
	background: url(images/bcdtravel-logo.png) 0 0 no-repeat;
	width: 166px;
	height: 65px;
}
HEADER .site-description {   /* site tagline - hidden  */
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent: -9999px;
}
/*              tertiary area                  */
HEADER .t-wrap {  				/* tertiary nav wrap and wraps the primary navi   */
	max-width: 774px;						/*responsive width*/
	width: 100%;
	float: left;
}
HEADER .t-wrap H2 {  /* tertiary menu title and search title - hidden  */
	display: none;
}
HEADER .t-wrap .widget_nav_menu UL {  /* tertiary menu    */
	list-style: none;
	margin: 0px;
	padding: 0px 0 0 69px;     					/* #responsiveChange 4.3.14   */
}
HEADER .t-wrap .widget_nav_menu UL LI {  /* tertiary menu items */
	float: left;
	margin: 13px 0 0 0;
	padding: 0px;
}
HEADER .t-wrap .widget_nav_menu UL LI A {  /* tertiary menu items */
	text-decoration: none;
	color: #6a8ac6;
	text-transform: uppercase;
	font-size: 11px;
}
HEADER .t-wrap .widget_nav_menu UL LI:first-child A {
	background: url(images/sprite-teriary.png) 0px -40px no-repeat;   /* tertiary  contact link */
	margin: 0px 0 0 15px; /*(from 15px on the right)*/
	padding: 3px 0 0 25px;
	height: 20px;
	display: block;
}
HEADER .t-wrap .widget_nav_menu UL LI:first-child A:hover {
	color: #19398a;
	background-position: 0px -60px;
}
HEADER .t-wrap .widget_search {  /* tertiary search box */
	float: right;
	margin: 10px 0 0 0;
}
.ie HEADER .t-wrap .widget_search {  /* ie spacing fix */
	margin: 12px 0 0 0;
}
HEADER .t-wrap .widget_search INPUT.search-field {  /* tertiary search box */
	border: 1px solid #b2b4b6;
	border-radius: 6px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	width: 100px;
	padding-left: 7px;
	font-size: 12px;
	height: 13px;
	outline: none;
	border-right: 0px;
}
		.ie9 HEADER .t-wrap .widget_search INPUT.search-field, .ie8 HEADER .t-wrap .widget_search INPUT.search-field {
			height: 13px !important;
		}
.widget_search .search-submit {
	display: inline;
	text-indent: -3333px;
	width: 27px;
	height: 30px;
	outline: none;
	border: 0px;
	box-shadow: none;
	-webkit-appearance: none;
	border: 0px;
	border-left: 0px;
	background: url(images/sprite-teriary.png) 0 -219px no-repeat;
	margin: 0 0 0 -3px;
	padding: 4px 0 0 0;
}
.ie .widget_search .search-submit {    /* ie spacing fix */
	background-position: 0 -219px;
	margin: -4px;
	padding: 13px;
}
.ipod .widget_search .search-submit, .iphone .widget_search .search-submit {
	margin: 0px 0 0 -10px;
	border-top: 0px solid #e0eaf7 /*from 4px*/
}
.widget_search .search-submit:hover {
	box-shadow: none;
	-webkit-appearance: none;
	background-position: 0 -248px;
	padding: 11px;
}
.ie .widget_search .search-submit:hover { /* ie spacing fix */
	background-position: 0 -250px;
}
HEADER .countrySelect {
	margin: 16px 0 30px 0px;			/*responsive width*/
}
HEADER .countrySelect DIV.selectLabel {
	float: left;
	color: #6a8ac6;
	text-transform: uppercase;
	font-size: 11px;
	padding: 0 5px 0 230px;				/*responsive width*/
}
HEADER .countrySelect DIV.selectStyled {
	float: left;
	margin-top: -2px;
	cursor: pointer;
}
HEADER .countrySelect .selectStyled {
	width: 130px;
	overflow: hidden;
	outline: none;
	border: 1px solid #a9a9a9;
	border-radius: 6px;
	background: url(images/select-down-arrow.png) no-repeat right top;
	z-index: 999999;
}
HEADER .countrySelect .selectStyled SELECT {
	width: 158px;
	padding: 2px 0 2px 2px;
	font-size: 11px;
	outline: none;
	border: 0px;
	background: transparent;
	-webkit-appearance: none;
	z-index: 1;
}
HEADER DIV.countrySelect:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
/* launguage header widget   7.17.14 ta */
HEADER .t-wrap .widget_icl_lang_sel_widget {
	width: 100px;
	position: absolute;
	top: 16px;
	font-size: 0px;
	left: 340px;				/* responsive width */
	background: none;
}
HEADER .t-wrap .widget_icl_lang_sel_widget UL, HEADER .t-wrap .widget_icl_lang_sel_widget UL LI, HEADER .t-wrap .widget_icl_lang_sel_widget UL LI A {
	background: none !important;
}
/*            footer               */
																	
#footWrap {
	width: 100%;
	background: url(images/back-foot.png) 0 0 repeat-x;
	min-height: 140px;
	font-size: .85em;
}
#footWrap .site-footer {
	max-width: 940px;		/*responsive width*/
	width: 100%;
	margin: 0 auto;
	background: url(images/shadow-up-gray.png) center 0px no-repeat;
	padding: 20px 0 10px 0;
}
#footWrap .site-footer .widget_nav_menu H2 {  /*hide section title */
	display: none;
}
#footWrap .site-footer .widget_nav_menu UL {  /*  footer  menu  + sub-menu  reset*/
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#footWrap .site-footer .widget_nav_menu .menu LI {  /*  footer menu items */
	margin: 0px;
	padding: 0px 0 20px 0;
	margin-right: 15px;
	float: left;
	border-right: 2px dotted #ffffff;
	width: 19%;
	min-width: 147px;
	min-height: 115px;
}
#footWrap .site-footer .widget_nav_menu DIV .menu LI:nth-child(1), #footWrap .site-footer .widget_nav_menu DIV .menu LI:nth-child(3) {
	width: 18%;
}
#footWrap .site-footer .widget_nav_menu DIV .menu LI:nth-child(2), #footWrap .site-footer .widget_nav_menu DIV .menu LI:nth-child(4) {
	width: 20%;
}
#footWrap .site-footer .widget_nav_menu DIV .menu LI:nth-child(5) {
	width: 17%;
	margin-right: 0px;
	border-right: 0px;
}
.error404 #footWrap .site-footer .fmenuOne {
	width: 18% !important;
}
.error404 #footWrap .fmenuTwo {
	border-right: 2px dotted #ffffff;
	width: 20% !important;
}
.error404 #footWrap .fmenuThree {
	border-right: 2px dotted #ffffff;
	width: 18% !important;
}
.error404 #footWrap .fmenuFour {
	width: 20% !important;
}
.error404 #footWrap .fmenuFive {
	border: 0px !important;
	width: 15% !important;
}
#footWrap .site-footer .widget_nav_menu .menu LI A {  /* menu links */
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}
#footWrap .site-footer .widget_nav_menu DIV .menu .sub-menu LI {     /* remove width setting for sub menus */
	width: 100%;
}
#footWrap .site-footer .widget_nav_menu .menu LI A:hover, #footWrap .site-footer .widget_nav_menu .sub-menu LI A:hover {  /* menu links */
	text-decoration: underline;
}
#footWrap .site-footer .widget_nav_menu .menu LI.fmenuFive .sub-menu LI.noLink {  /* copyright nolink/padd */
	padding-top: 10px;
}
#footWrap .site-footer .widget_nav_menu .menu LI.noLink A:hover {  /* copyright, stay tuned - rollover removal  */
	text-decoration: none;
}
#footWrap .site-footer .widget_nav_menu .menu LI.noLink .sub-menu A:hover {  	/* stay tuned sub menu - rollover add back*/
	text-decoration: underline
}
#footWrap .site-footer .widget_nav_menu .sub-menu LI {  /*  footer sub-menu items  */
	float: none;
	border: none;
	padding: 3px 0px 0px 0px;
	margin-right: 0px;
	width: 100%;
	/*min-width: 230px;*/
	min-height: inherit;
	line-height: 1.1em;
}
#footWrap .site-footer .widget_nav_menu .sub-menu LI A {  /*  sub-menu links */
	text-decoration: none;
	color: #808080;
	font-weight: normal;
}
#footWrap .site-footer .widget_nav_menu .fmenuFour .sub-menu LI A {  		/*  footer sub-menu social icons  */
	background: url(images/sprite-socials_v2.png) 0 0 no-repeat;
	line-height: 1.6em;
	padding: 1px 0 0px 20px;
}
#footWrap .site-footer .widget_nav_menu .fmenuFour .sub-menu LI.twitter A {
	background-position: 0px -18px;
}
#footWrap .site-footer .widget_nav_menu .fmenuFour .sub-menu LI.blog A {
	background-position: 0px -36px;
}
#footWrap .site-footer .widget_nav_menu .fmenuFour .sub-menu LI.linkedin A {
	background-position: 0px -54px;
}
#footWrap .site-footer .widget_nav_menu .fmenuFour .sub-menu LI.newsletter A {
	background-position: 0px -72px;
}
#footWrap .site-footer .widget_nav_menu .fmenuFour .sub-menu LI.rss A {
	background-position: 0px -90px;
}
#footWrap .site-footer .widget_nav_menu .fmenuFour .sub-menu LI.xing A {
	background-position: 0px -108px;
}
#footWrap .site-footer .widget_nav_menu .fmenuFour .sub-menu LI.instagram A {
	background-position: 0px -124px;
}
#footWrap .site-footer .widget_nav_menu .fmenuFour .sub-menu LI.noicon A {
	background-position: 0px -140px;
	padding: 0px;
}

#footWrap .copyright {
	position: relative;
	text-align: left;
	margin: 0px;
	color: #808080;
}
/*             main content  blocks                */

.site-content .site-main {
	float: right;
	max-width: 705px;		/*responsive width*/
	width: 100%;
	padding-left: 30px;
	border-left: 2px dotted #cccccc;
	margin-bottom: 20px;/*	min-height: 340px;*/
}
.home .site-content .site-main {
	padding-left: 0px;
	border-left: 0px;
	margin-bottom: 0px;
}
.site-content .widget-area {
	float: left;
	width: 212px;			/*responsive width*/
	padding: 0px 0px 0 0;
}
.fb-wrap {   /*  foot banner area to add padding below main content*/
	padding: 20px 0 30px 0;
}
.home .fb-wrap {
	padding: 0px;
}
HEADER.entry-header {   	/* hides default H1 tag so page title must be in content  */
	/*display: none*/
}
/*      WIDGET:      default left column Widget-area  section                */
.widget-area H2 {
	color: #7e0c6e;
	font-size: 18px;
	margin: 0px;
}
.widget-area H3 {
	color: #f47b20;
	font-size: 11px;
	text-transform: uppercase;
	margin: 3px 0 3px 0px;
}
.widget-area P {
	color: #808080;
	font-size: 12px;
	line-height: 1.1em;
	margin-bottom: 1.1em;
}
A.iconLink {
	background: url(images/sprite-teriary.png) 0 0px no-repeat;
	margin: 0px 15px 0 0px;
	padding: 0px 0 0 20px;
	height: 13px;
	text-decoration: none;
	color: #5A88C6;
}
A.iconLink:hover {
	color: #19398a;
}
A.iconDownload {
	background-position: 0px -81px;
}
A.iconDownload:hover {
	background-position: 0px -97px;
}
A.iconEmail {
	background-position: 0px -113px;
}
A.iconEmail:hover {
	background-position: 0px -129px;
}
/*   WIDGET:  Advisory Services Left Nav    */

.widget-area .widget-nav {
	position: relative;
	border-top: 2px dotted #cccccc;
	padding: 6px 0 0px 0;
	min-height: 60px;
}
.widget-area .widget-opt {
	position: relative;
}

.widget-area .widget-nav IMG {
	position: absolute;
	top: 9px;
	left: 0px;
	z-index: -1;
}
.widget-area .widget-nav H2 {
	margin: 0px 0 0 0;
}
.widget-area .widget-opt H2 {
	margin: 0px 0 0 0;
}
.widget-area .widget-nav H2 A {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	padding: 0 0 3px 50px;
	display: block;
	text-decoration: none;
	margin: 0px 0 0 0;
}
.widget-area .widget-opt H2 A {
	color: #000000;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	padding: 0 0 3px 50px;
	display: block;
	text-decoration: none;
	margin: 0px 0 0 0;
}
.widget-area .widget-nav:hover H2 A {
	color: #19398a
}
.widget-area .widget-opt:hover H2 A {
	color: #19398a
}
.widget-area .widget-nav:hover:hover H2 A:after {
	content: " >";  /*  character added on hover */
	color: #f47b20
}
.widget-area .widget-opt:hover:hover H2 A:after {
	content: " >";  /*  character added on hover */
	color: #f47b20
}
.widget-area .widget-nav P {
	margin-bottom: 0px;
}
.widget-area .widget-nav P A {
	color: #808080;
	font-size: 11px;
	line-height: 12px;
	padding: 0 0 3px 50px;
	display: block;
	text-decoration: none;
}
.widget-area .widget-nav:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.widget-area .widget-nav:hover IMG {
	width: 45px;
	height: 45px;
}
/*    WIDGETS: sidebar RSS Feed           */
.widget-area .widget_rss .widget-title {
	color: #f89952;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: normal;
	padding: 0px;
	margin: 15px 0 0 0;
	font-family: Calibri, "Trebuchet MS", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}
.widget-area .widget_rss .widget-title A {
	text-decoration: none;
	color: #f89952;
}
.widget-area .widget_rss .widget-title IMG {
	margin: 0 5px -2px 0;
}
.widget-area .widget_rss UL {
	margin: 0px 0 0 15px;
	padding: 0px;
}
.widget-area .widget_rss UL LI {
	margin: 0px;
	padding: 0px;
}
.widget-area .widget_rss UL LI A {
	text-decoration: none;
}
.widget-area .widget_rss UL LI A:hover {
	text-decoration: underline
}
.widget-area .widget_rss UL LI .rss-date {
	display: block;
	font-size: .8em;
	line-height: .8em;
	margin-bottom: 5px;
}
/*    WIDGETS: default  FOOT HAT fh Section           */

.fh-wrap {
	background: url(images/shadow-up.png) top center no-repeat;
	padding-top: 26px;
}
.fh-wrap DIV.widget {
	position: relative;
	float: left;
	width: 33%;
	/*	min-width: 290px;*/
	/*	background: url(images/dot-gray.png) 100% 0 repeat-y;*/
	margin-bottom: 20px; /*from 25*/
	padding: 10px;
	margin-top: -20px;
	padding-top: 20px;
}
.fh-wrap .posts-by-tag-list {
	border-right: 2px dotted #cccccc;
	padding-right: 15px;
	min-height: 140px;
}
.fh-wrap DIV.widget:last-child UL.posts-by-tag-list {
	border-right: 0px dotted #ffffff;
	padding-right: 0px;
}
.fh-wrap DIV.widget .fh-inner {
}
.fh-wrap DIV.widget:hover {
	background: url(images/back-fh-hover.png) center 20px no-repeat;
}
.home .fh-wrap DIV.widget:hover {
	background: none;
}
/*.fh-wrap DIV.widget:last-child .fh-inner {
	margin-right: 0px;
	background: none;
	border-right: 0px;
}*/
/*.fh-wrap DIV.widget IMG.wp-post-image {
	position: absolute;
	top: 0px;
	left: 0px;
}*/
.fh-wrap IMG {
	width: 52px;
	height: 52px;
	margin-top: 15px;
	z-index: -1;
	position: absolute;
	top: 10px;
	left: 0px;
}
.fh-wrap DIV.widget H2 {
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	line-height: 15px;
	margin: 0px 0 2px 0;
}
.fh-wrap DIV.widget H2 A {
	color: #5A88C6;
	padding: 0 0 3px 60px;
	text-align: left;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.fh-wrap DIV.widget:hover H2 A {
	color: #19398a
}
.fh-wrap DIV.widget H3 A {
	padding: 0 0 3px 60px;
	text-align: left;
	display: block;
	line-height: 1.2em;
	color: #F9A350;
}
.fh-wrap DIV.widget P {
	color: #808080;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
}
.fh-wrap DIV.widget P A {
	/*width: 150px;*/
	padding: 0 0 5px 60px;
	text-align: left;
	display: block;
}
.fh-wrap DIV.widget A {
	display: block;
	text-decoration: none;
	color: #404040;
}
.fh-wrap DIV.widget:hover A {
	color: #000000;
}
.fh-wrap DIV.widget:hover P A:after {
	content: " >";  /*  character added on hover */
	color: #f47b20
}
/*     WIDGETS:    post-by-tag plugin default resets                 */
.posts-by-tag-list {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
UL.posts-by-tag-list A.posts-by-tag-item-title {  	/*  hide the default link to the post  */
	display: none
}
UL.posts-by-tag-list A {
	text-decoration: none;
}
.twoColWidgets .fh-wrap DIV.widget {
	width: 49%;
}
{
}
/*     WIDGETS:    home  left col widgets                 */

.home .widget-area {
	width: 232px;					/*responsive width*/
	padding: 0px;
}
.home .widget-area ASIDE {
	position: relative;
	/*	background: url(images/dot-gray.png) 0 0 repeat-x;*/
	border-top: 2px dotted #cccccc;
	padding: 13px 0 10px 0;
	margin-right: 15px;
}
.home .widget-area ASIDE IMG {   /*	1st for Content Block, 2nd for Itellewidget  */
	position: absolute;
	z-index: -1;
}
.home .widget-area ASIDE a.thumb {   /*	1st for Content Block, 2nd for Itellewidget  */
	position: absolute;
	top: 13px;
	left: 0px;
	z-index: -1;
}
.home .widget-area ASIDE UL.posts-by-tag-list H2 { 		/*	pull up headline */
	margin: -20px 0 0 0;
	/* text-transform: capitalize; */
	color: #000000;
	z-index: 99;
	display: block;
	position: relative;
}
.home .widget-area ASIDE P, .home .widget-area ASIDE DIV.intelliwidget-excerpt { 		/*	1st for Content Block, 2nd for Itellewidget  */
	margin-bottom: 0px;
	display: block;
	position: relative;
	z-index: 99;
}
.home .widget-area ASIDE P A, .home .widget-area ASIDE DIV.intelliwidget-excerpt A {	/*	1st for Content Block, 2nd for Itellewidget  */
	/*	width: 150px;*/
	color: #808080;
	font-size: 12px;
	display: block;
	position: relative;
	line-height: 14px;
	padding: 0 0 3px 70px;
	display: block;
	text-decoration: none;
	z-index: 99;
}
.home .widget-area ASIDE H2 A, .home .widget-area ASIDE H3 A {		/*	1st for Content Block, 2nd for Itellewidget  */
	/*	width: 150px;*/
	color: #000000 !important;
	font-size: 13px;
	font-weight: bold;
	line-height: 15px;
	padding: 0 0 3px 70px;
	display: block;
	text-decoration: none;
	margin: 0px 0 0 0;
	z-index: 99;
}
.home .widget-area ASIDE:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.home .widget-area ASIDE:hover IMG {
	width: 60px;
	height: 60px;
}
@-moz-document url-prefix() { 			/*  firefox only fix */
 .home .widget-area ASIDE:hover IMG {
}
}
.home .widget-area ASIDE:hover P A:after {
	content: " >";  /*  character added on hover */
	color: #f47b20
}
/*      WIDGET:    home foot hat widgets specific                */

.home .fh-wrap {
	background: none;
	padding-top: 0px;
}
.home .fh-wrap IMG {
	width: 118px;
	height: 118px;
	margin-top: 15px;
	z-index: -1;
	position: absolute;
	top: 0px;
	left: 0px;
}
.home .fh-wrap DIV.widget .fh-inner {
	min-height: 150px; /*from 160*/
	padding-right: 10px; /*from 15*/
}
.home .fh-wrap DIV.widget {
	width: 33%;
	float: left;
}
.home .fh-wrap DIV.widget:nth-child(2) {
}
.home .fh-wrap DIV.widget:last-child {
	width: 33%;
	padding-right: 0px;
	margin-right: 0px;
}
.home .fh-wrap DIV.widget:last-child .fh-inner {
	padding-right: 0px;
	margin-right: 0px;
}
.home .fh-wrap DIV.widget:hover IMG {
	width: 125px;
	height: 125px;
}
@-moz-document url-prefix() { 			/*  firefox only fix */
 .home .fh-wrap DIV.widget:hover IMG {
 height: 65%;
}
}
.home .fh-wrap DIV.widget H2 A {
	/*width: 150px;*/
	padding: 0 0 3px 120px;
	text-align: left;
	display: block;
	/*text-transform: capitalize; */
	font-weight: bold;
	text-decoration: none;
 color:
}
.home .fh-wrap DIV.widget P A {
	/*width: 150px;*/
	padding: 0 0 5px 120px;
	text-align: left;
	display: block;
}
.home .fh-wrap DIV.widget:hover P A:after {
	content: " >";  /*  character added on hover */
	color: #f47b20
}
/*          home page other specific   hides              */
.home .entry-header, .home .sldr_title, .home .breadcrumbs {	/*   hide page name use for taxonomy    */
	display: none;
}
.home #content {
	padding-top: 20px;
}
/*       page slider defaults for home page  - to make HomePage specific, put .home in front of each class        */
.glam_slide_content {
	background-color: transparent !important;
 filter: progid: none !important;
	-webkit-box-sizing: none;
	-moz-box-sizing: none;
	-ms-box-sizing: none;
	box-sizing: none;
	height: auto;
	box-shadow: none !important
}
.glam_slide_content h4 {
	display: none !important  /* hides the default title*/
}
.glam_slider_set .glam_nav a {
	background: transparent url(/wp-content/themes/bcd-underscores/images/nav.png) no-repeat top left !important
}
.glam_slider .glam_nav {
	text-align: right;
	margin: 0px;
}
		.glam_items {
		margin-left: 0px !important;
		}

/*            home page orig twitter feed custom        */					
.twitter_themes_widget {
	background: url(images/back-twitter-feed.png) 0 0 no-repeat;
	padding: 5px 0 0 57px;
	border-bottom: 0px;
	margin-bottom: 35px;
}
.twitter_themes_widget A {
	color: #5A88C6
}
.twitter_themes_widget .twitter_little_wrapper {
	border-bottom: 0px !important
}
.twitter_themes_widget .twitter_themes .tweet_list_all {
	border-bottom: 0px !important
}
.twitter_themes_widget .tweet_list {
	height: 26px !important;
	overflow: hidden;
	margin-top: -7px !important;
}
.home .follow_button {
	display: none;
}


		/*            home page v2 rotating twitter       */	
		
		.norotatingtweets .rotatingtweet {
			border-bottom: 0px solid #ffffff;
			height: 31px;
		}
		#content .rotatingtweet{
			padding-top: 0.4em;
	overflow: hidden;
	max-width: 930px; 
		}
		/* This sets the style for tweets in articles or posts */
		#content .rotatingtweets,
		#content .norotatingtweets  {
			border-top: 0px solid #ffffff;
			border-bottom: 0px solid #ffffff;
		
			background: url(images/back-twitter-feed.png) 0 0 no-repeat;
			padding: 0px 10px 0 57px;
			border-bottom: 0px;
			margin-bottom: 35px;
			width: auto; 
			height: 31px !important;
			overflow: hidden !important;
			white-space: nowrap !important;
		}
		
		.rotatingtweet P {
		display: inline;
		font-size: 11.5px;	
		font-family: "Trebuchet MS", Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
			overflow: hidden !important;
			white-space: nowrap !important;
		}
		.rotatingtweet P A {
			color: #5A88C6;
		}
		
		.rotatingtweet P.rtw_main {
		padding: 0 0 0 57px
		}
		
		.rotatingtweet P.rtw_meta {
		margin-right: 20px;
		}
		


/*--------------------------------------------------------------
12.5 Press Pages
--------------------------------------------------------------*/

UL.pressList {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
}
UL.pressList LI {
	margin: 0px 0 15px 0;
	position: relative;
}
UL.pressList .pressDate {
	float: left;
	width: 140px;
}
UL.pressList .pressTitle {
	border-left: 1px dotted #cccccc;
	padding-left: 15px;
	float: left;
	text-align: left;
	width: 76%;
}
UL.pressList .pressTitle A {
	font-weight: bold;
	font-size: 1.1em;
}
UL.pressList LI:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}

.press-release .entry-content {
	position: relative;
	min-height: 300px;
}
/* 25.11.2014 Sven. Removed to avoid hidden content. */
/*  hide the gook at the bottom of press pages  */
/*.press-release .entry-meta, .press-release .post-navigation, .azubiblog .entry-meta, .azubiblog .post-navigation, .press-release-de-2 .entry-meta, .press-release-de-2 .post-navigation, .communiques-de-presse .entry-meta, .communiques-de-presse .post-navigation, .press-release-de-int .entry-meta, .press-release-de-int .post-navigation {     /*  hide the gook at the bottom of press pages  */
/*	display: none;
}*/
.press-release .entry-content H1 {
	width: 93%;
	margin-top: -20px !important;/*float: left;*/
}
.press-release .entry-content H1:after, .press-release .entry-content p:first-child:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.pressPDF, .press_PDF, .press-PDF {
	/*float: right;*/
	position: absolute;
	/*top: 0px;*/
	//top: -20px;
	right: -20px;
	text-indent: -3333px;
	height: 30px;
	width: 50px;
	background: url(images/sprite-teriary.png) 0 0px no-repeat;
	background-position: 0px -150px;
	outline: 0px;
	border: 0px;
}
.pressPDF:active, .press_PDF:active, .pressPDF:seleted, .press_PDF:seleted {
 outline: 0px;
border: 0px;
}
.pressPDF:hover, .press_PDF:hover {
	background-position: 0px -185px;
	outline: 0px;
	border: 0px;
}
.press-release .widget-area ASIDE, .pressPage .widget-area ASIDE {
	position: fixed;
	width: 230px;
}
.lcp_paginator {
	margin: 25px 0 30px 150px;
}
.lcp_paginator li {
	display: inline-block;
	border: 0px solid #cccccc !important;
	border-radius: 12px;
	margin: 2px;
	width: 23px;
	background: #5987c6;
	display: block;
	color: #bababa;
	line-height: 1.5em;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}
.lcp_paginator li A {
	text-decoration: none;
	color: #ffffff;
	display: block;
	padding: 2px;
	line-height: 1.4em;
	font-size: .9em;
}
.forceWrap {
	word-wrap: break-word;
	-ms-word-break: break-all;
	/* Be VERY careful with this, breaks normal words wh_erever */
	word-break: break-all;
	/* Non standard for webkit */
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
/*  this is for press page fixed side widget on each post for anything usign page-static.php template  */
#pressFixed {
	float: left;
	/*position: fixed;
width: 220px;*/						/* #resonsive width*/
	padding-top: 71px;
}
#pressFixed H2 {
	color: #7e0c6e;
	font-size: 18px;
	margin: 0px;
}
#pressFixed UL, #pressFixed UL LI {
	list-style: none;
	margin: 0px;
	padding: 0px;
	color: #808080;
	font-size: 12px;
	line-height: 1.3em;
}
#pressFixed UL LI A {
	text-decoration: none;
}
/*  back button on many spoke pages */
/* .content-area P:last-child {				 puts CSS on the last paragrah of the main content - note this will apply to pages w/out the P 
margin-top: 35px;
} */

.backbutton {
	text-decoration: none;
	color: #5A88C6;
	height: 13px;
	text-decoration: none;
	background: url(images/sprite-teriary.png) 0 0px no-repeat;
	background-position: 0px -281px;
	padding-left: 16px;
}
.backbutton:hover {
	background-position: 0px -298px;
	color: #19398a;
}
.forwardbutton {
	text-decoration: none;
	color: #5A88C6;
	height: 13px;
	text-decoration: none;
	background: url(images/sprite-teriary.png) 0 0px no-repeat;
	background-position: 0px -315px;
	padding-left: 16px;
}
.forwardbutton:hover {
	background-position: 0px -335px;
	color: #19398a;
}


/*--------------------------------------------------------------
12.6 Document Gallery Pages - case studies, white papers, etc.
--------------------------------------------------------------*/
#mla_gallery-1 .gallery-item .gallery-item {
width: 22% !important;
}
#mla_gallery-1 .gallery-item .gallery-icon {  /*  make it small as possible if icon no load*/
	font-size: 1px;
	color: #ffffff;
	min-height: 30px;
}
#mla_gallery-1 .gallery-item .gallery-icon A {
	color: #ffffff;
}
#mla_gallery-1 .gallery-item .gallery-icon img {
	width: 135px;
	height: 170px;
	border: 1px solid #cfcfcf !important;
}
#mla_gallery-1 .gallery-item H2 {
	margin: 4px 0 0 0;
	font-size: 1.3em;
}
/*  single column adjust */
#mla_gallery-1 .gallery-item .gallery-icon img {
	width: 100px;
	height: auto;
	border: 1px solid #cfcfcf !important;
	-moz-box-shadow: 0px 0px 11px #ccc;
	-webkit-box-shadow: 0px 0px 11px #ccc;
	box-shadow: 0px 0px 11px #ccc;
}
#mla_gallery-1 .gallery-item {
	text-align: left;
	padding-bottom: 10px;
	border-bottom: 1px solid #cfcfcf
}
#mla_gallery-1 .gallery-item dt.gallery-icon {
	float: left !important;
	width: 125px !important;
	max-width: 125px;
}
#mla_gallery-1 .gallery-caption {
	float: left !important;
	width: 75% !important;
	max-width: 600px;
	text-align: left !important;
}
.galleryid .gallery-item dt.gallery-icon {
	max-height: 100px;
	overflow: hidden !important;
}
.infographics .gallery-item dt.gallery-icon {
	max-height: 100px;
	overflow: hidden !important;
}
/*  whitepapers which does not use an automated gallery  */
.whitePapers #mla_gallery-1 {
	margin: auto;
	width: 100%;
}
.whitePapers #mla_gallery-1 .gallery-item {
	float: left;
	margin: 1.5%;
	text-align: center;
	width: 97%;
}
.whitePapers #mla_gallery-1 .gallery-item .gallery-icon img {
	border: 2px solid #cfcfcf;
}
.whitePapers #mla_gallery-1 .gallery-caption {
	margin-left: 0;
	vertical-align: top;
}
/*--------------------------------------------------------------
12.7  Specific page adjustments
--------------------------------------------------------------*/
/*Converter pages tweaks*/
.currencyConvertor #wolframAlphaWidgetForm49086 .wolframAlphaWidgetContent TR:nth-child(3) TD {
	opacity: .05
}
/*  Locations tweaks*/
.locations .bgmp_list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.locations .bgmp_list-link:before {
	content: "View map: ";
}
/*  search results*/
.search-results HEADER.entry-header {   	/* show H1 tag for search  */
	display: inline;
}
.search-results H1 {   	/* show H1 tag for search  */
	font-size: 20px;
	margin: 10px 0 5px 0;
}
.search-results H1.site-title {   	/* show H1 tag for search  */
	margin-top: 0px;
}
/* 25.11.2014 Sven. Disabled to avoid hidden content. */ 
/*.search-results .entry-meta {   	/* hide post date/auth */
/*	display: none;
}*/ 
.globalMessage .alertBox {
	border: 2px solid #ff0000;
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 4px 10px;
	background: #ffe5e5;
	border-radius: 6px;
	float: left;
}
		/*#eu-cookie {
			width: 85%;
			max-width: 900px;
			left: -50%;
		 margin-left: -460px  border-top-left-radius: 10px  border-top-right-radius: 10px;
		}
				
		#eu-cookie H3 {
			display: none;
		}
		#eu-cookie P {
			margin-bottom: 0px;
			margin: 0px 0 0px 0;
			padding: 0px 60px 0 0;
		}
		#eu-cookie .close-icon {
			float: right;
			margin: -25px -15px 0px 0px;
			border-radius: 10px;
			opacity: .8;
			background: #000000 !important;
		}*/

		.ie8 #eu-cookie, .ie7 #eu-cookie {
		background: #000000;	
		}

		#eu-cookie {
			width: 85%;
			max-width: 900px;
			left: 50%;
			margin-left: -460px;
			border-top-left-radius: 10px;
			border-top-right-radius: 10px;
		}
		#eu-cookie H3 {
			display: none;
		}
		#eu-cookie P {
			margin-bottom: 0px;
			margin: 0px 0 0px 0;
			padding: 0px 60px 0 0;
		}
		#eu-cookie .close-icon {
			float: right;
			margin: -25px -15px 0px 0px;
			padding: 8px 12px;
			border-radius: 10px;
			opacity: 0.8;
			background: #000000 !important
		}

		#eu-cookie .popup-wrapper a.close-icon .fa:before {
 		  content: " X " !important;
 		  font-family: Verdana, Geneva, sans-serif;
 		  font-weight: bold !important;
		font-style: normal !important;
		text-decoration: none !important;
		color: #ffffff;
		}
		#eu-cookie .popup-wrapper a.close-icon .fa:hover {
		text-decoration: none !important;
		color: #ffffff; 
		}

/* 25.11.2014 Sven. Disabled to avoid hidden content */ 
/* SPAN.edit-link {  /* hides edit link in cache copy */
/* 	display: none
} */ 

		/* add 1.9.15 nkta for popups on maps */

		.bgmp_placemark		{
			width: auto;
			height: auto;
			min-height: 160px;
			font-size: 12px;
		}
		
		.bgmp_placemark TD, .bgmp_placemark P, .bgmp_placemark DIV		{
			font-size: 12px;
		}
		
		.midPopup .bgmp_placemark		{
			min-height: 200px;
		}
		
		.tallPopup .bgmp_placemark		{
			min-height: 300px;
		}



/*--------------------------------------------------------------
			12.6.5 team page used in Advito
			--------------------------------------------------------------*/
.teamList .page-list-ext .page-list-ext-item {
	width: 25%;
	float: left;
	clear: none;
}
.teamList .page-list-ext .page-list-ext-image {
	float: none;
	margin: 0px 0px 0px 0;
}
.teamList .page-list-ext .page-list-ext-item IMG {
	padding: 4px;
	border: 1px dotted #cccccc;
}
.teamList .page-list-ext .page-list-ext-title {
	margin: -5px 0 15px 0;
}
/*--------------------------------------------------------------
			12.6.5 page-featured-img.php template specifice - for advito team pages aded 9.26.14
			--------------------------------------------------------------*/
			
DIV.featuredRight #featureImage {
	width: 300px;
	float: right;
	padding: 0px 0 20px 20px;
}
DIV.featuredRight #featureImage IMG {
	padding: 4px;
	border: 1px dotted #cccccc;
}
DIV.featuredRight h1, DIV.featuredRight h2, DIV.featuredRight h3, DIV.featuredRight P {
	clear: none;
}
/*#secondary ASIDE H1.widget-title {
			color: #7e0c6e;
			font-size: 18px;
			margin: 20px 0 15px 0;
			}
			#secondary ASIDE:first-child H1.widget-title {
			margin: 10px 0 10px 0;
			border:  2px solid #ff00 !important
			} */

/*--------------------------------------------------------------
12.7  IE  fixes
--------------------------------------------------------------*/

		/* ie9  fixes */
.ie9 HEADER .t-wrap .widget_search INPUT.search-field, .ie8 HEADER .t-wrap .widget_search INPUT.search-field {
	height: 21px;
}
/* ie8  fixes */
.ie8 .site {
	max-width: 940px !important;
	width: 940px !important;
}
.ie8 .site-content .widget-area {
	width: 212px !important;
}
.ie8 .site-content .site-main {
	width: 705px !important;
}
/* ie8 home fix responive*/
.ie8 .home .fh-wrap DIV.widget {
	width: 33%;
}
.ie8 #footWrap .site-footer .widget_nav_menu DIV .menu LI {
	width: 18%;
}
.ie8 .widget_search .search-submit {    /* ie spacing fix */
	background-position: 0 -221px;
}
/*---  IE7 fixes -------*/
/* ie8 forcing off responive*/
.ie7 .site {
	max-width: 940px !important;
	width: 940px !important;
}
.ie7 .site-content .widget-area {
	width: 212px !important;
	max-width: 212px !important;
	margin-left: -160px !important
}
.ie7 .site-content .site-main {
	width: 645px !important;
	max-width: 645px !important;
}
/* ie8 home fix responive*/
.ie7 .home .fh-wrap DIV.widget, {
 width: 33%;
}
.ie7 #footWrap .site-footer .widget_nav_menu DIV .menu LI {
	width: 18%;
	line-height: 20px !important;
}
.ie7 #footWrap {
	line-height: 20px !important;
}
.ie7 .fh-wrap {
	width: 960px !important;
	margin-left: -160px !important;
}
.ie7 .fh-wrap DIV.widget {
	/*	position: relative;
	float: left; 
	margin-bottom: 25px;
	padding: 10px;
	margin-top: -20px;
	padding-top: 20px;*/
	
	width: 260px !important;
}
.ie7 UL.sub-menu LI {
	margin-bottom: -85px !important;
}
.ie7 .screen-reader-text {
	display: none;
	opacity: 0;
}
.ie7 .widget_search .search-submit {    /* ie spacing fix */
	background-position: 0 -220px;
}


/*--------------------------------------------------------------
13.0 Responsive
--------------------------------------------------------------*/

@media only screen and (min-width: 951px) and (max-width: 959px) {
HEADER .t-wrap {
	margin-right: 50px;
}
/*  default search in left bar adjustments*/
.widget-area .widget_search .search-field {
	width: 130px !important;
}
}
 /*   iPad portrait */
 @media only screen and (min-width: 768px) and (max-width: 959px) {
/* tertiary adjustments  */
/*	 HEADER .site-branding{
	 width: 180px 
	 }*/
HEADER .t-wrap {
	max-width: 100%;
	width: 100%;
	margin-top: -65px;
	float: left;
}
HEADER .t-wrap .widget_search {
margin-right: 10px;	
}
HEADER .countrySelect DIV.selectLabel {
	padding: 0 5px 0 85px;
}
HEADER .t-wrap .widget_nav_menu UL {
	padding: 0px 0px 0 216px;
}
.main-navigation DIV.menu {
	left: -50%;
	z-index: 99999999999
}
.main-navigation {
	background: none;
	margin-top: 0px;
}
.main-navigation DIV.menu ul.nav-menu {
	left: 50%;
}
.main-navigation li {
	margin-right: 25px;
}
.site-header {
	background: url(images/back-nav.jpg) center bottom no-repeat;
}
.breadcrumbs, #footWrap .site-footer .widget_nav_menu .menu LI.fmenuOne {
	padding-left: 10px;
}
.site-content .site-main {
	max-width: 560px; 	 	/*responsive width*/
	padding-right: 10px;
}
.site-content .site-main IMG {
	max-width: 100%; 	 	/*responsive width*/
	height: auto;
}
.site-content .widget-area {
	float: left;
	width: 191px;			/*responsive width*/
	padding: 50px 10px 0 10px;
}
.site-content .widget-area IMG {
	max-width: 170px;
	height: auto;
}
/*.fh-wrap DIV.widget, .fh-wrap DIV.widget:nth-child(2) {
	min-width: 220px
}*/
#footWrap .site-footer .widget_nav_menu .menu LI, #footWrap .site-footer .widget_nav_menu .menu LI.fmenuOne, #footWrap .site-footer .widget_nav_menu .menu LI.fmenuThree {
	width: 15%;
	min-width: 100px;
}
#footWrap .site-footer .widget_nav_menu .menu LI .sub-menu LI {
	min-width: 100px;
	width: 100%;
}
.home .site-content .widget-area {
	padding: 0px;
}
.home .widget-area ASIDE IMG {  /* hides support text on home left widgets*/
	display: none;
}
.home .widget-area ASIDE H2:after {  /* hides support text on home left widgets*/
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.home .widget-area ASIDE P A, .home .widget-area ASIDE H2 A {
	padding: 0 0 3px 5px;
}
.smooth_slider .smooth_slideri {
	margin: 0px 0px 0px 0px;
}
.smooth_slider .smooth_slider_thumbnail {
	left: -50px;
}
.smooth_slider H1 {
	font-size: 32px;
}
.smooth_slider SPAN {
	width: 450px;
	margin: 26% 0 0 25%;
	display: block;
}
.smooth_slider {
	height: 320px !important;
}

.home .fh-wrap IMG {
	width: 75px;
	height: 75px;
}
.home .fh-wrap DIV.widget:hover IMG {
	width: 85px;
	height: 85px;
}
.home .fh-wrap DIV.widget H2 A {
	padding: 0 0 3px 80px;
}
.home .fh-wrap DIV.widget P A {
	padding: 0 0 5px 80px;
}
.home .fh-wrap DIV.widget {
	//height: auto;
	width: 33%;
	min-height: 120px;
	min-width: 33%;
}
.home .fh-wrap DIV.widget:last-child {
	width: 33%;
	min-width: 33%;
}
#bgmp_map-canvas {
	width: 100% !important;
	max-width: 100% !important;
	height: auto;
}
#pressFixed {
	width: 130px !important;
	margin-left: 5px;
}
.widget-area .widget_search .search-field {
	width: 130px !important;
}
			
			#eu-cookie {
			width: 95% !important;
			left: 0px;
			margin-left: 10px;
			}
}


/* main content hops down to iPad Portrait, kindle landscape  - the last hop is defined by default above to 768*/

 @media only screen and (min-width: 900px) and (max-width: 959px) {
.site-content .site-main {
	max-width: 680px; 	 	/*responsive width*/
	padding-right: 10px;
}
.widget_mslswidget {
	left: 315px;					/* responsive width */
}
HEADER .t-wrap .widget_icl_lang_sel_widget {
	left: 290px;	/*from 310px*/				/* responsive width */
}
}
 @media only screen and (min-width: 850px) and (max-width: 899px) {
.site-content .site-main {
	max-width: 640px; 	 	/*responsive width*/
	padding-right: 10px;
}
.widget_mslswidget {
	left: 315px;					/* responsive width */
}
HEADER .t-wrap .widget_icl_lang_sel_widget {left: 290px;}
}

 @media only screen and (min-width: 768px) and (max-width: 849px) {
.site-content .site-main {
	max-width: 560px;  	 	/*responsive width*/
	padding-right: 10px;
}
/* launguage header widget added 05.27.14 ta */
			/* launguage header widget   7.17.14 ta */
HEADER .t-wrap .widget_icl_lang_sel_widget {
	left: 290px;	/*from 310px*/				/* responsive width */
}
a.squared IMG {position: static !important;width: 210px !important;height: 120px !important;margin: -53px !important;}
}


 /*   general size between 768  and 600 when go full mobile*/
 @media only screen and (min-width: 601px) and (max-width: 767px) {
HEADER .t-wrap {
	max-width: 100%;
	width: 100%;
	margin-top: -65px;
	float: left;
}
HEADER .t-wrap .widget_search {
margin-right: 10px;	
}
HEADER .countrySelect DIV.selectLabel {
	display: none;
}
HEADER .countrySelect DIV.selectStyled {
	margin-left: 10px; /*from 40px*/
}
HEADER .t-wrap .widget_nav_menu UL {
	padding: 0px 0px 0 190px;
}
/* adjustments for language select  05.27.14 ta */
HEADER .t-wrap .widget_icl_lang_sel_widget {
}
HEADER .t-wrap .widget_icl_lang_sel_widget {
	left: 370px; 	/*from 235px*/			/* responsive width */
}
HEADER .t-wrap .widget_nav_menu UL LI A {
	text-indent: -2222px;
	padding: 0px;
}
.main-navigation DIV.menu {
	left: -55%;
}
.main-navigation {
	background: none;
	margin-top: 0px;
}
.main-navigation DIV.menu ul.nav-menu {
	left: 50%;
}
.main-navigation li {
	margin-right: 17px;
}
.site-header {
	background: url(images/back-nav.jpg) center bottom no-repeat;
}
.breadcrumbs, #footWrap .site-footer .widget_nav_menu .menu LI.fmenuOne {
	padding-left: 10px;
}
.site-content .site-main {
	border-left: 0px;
	padding-left: 10px;
	padding-right: 20px;
	border-bottom: 1px dotted #cccccc;
}
.site-content .site-main IMG {
	max-width: 100%; 	 	/*responsive width*/
	height: auto;
}
.site-content .widget-area {
	float: left;
	width: 100%;			/*responsive width*/
	padding: 10px 10px 0 10px;
}
.site-content .widget-area {
	float: left;
	width: 100%;			/*responsive width*/
	padding: 10px 10px 0 10px;
}
.home .fb-wrap {
	padding: 20px 0 0 12px;
}
a.squared IMG {position: static !important;width: 210px !important;height: 120px !important;margin: -53px !important;}
a.squaredvideo {margin-left: -85px !important;}
h3.squaredvideo {margin-left: -25px !important;}
.fh-wrap .posts-by-tag-list {
	border-right: 0px dotted #cccccc;
	min-height: 60px;
	height: auto !important; /*from 100%*/
}
.home .fh-wrap DIV.widget .fh-inner {
	min-height: 60px;
	height: 60px;
}
.fh-wrap DIV.widget IMG {
	left: 5px;
}
.fh-wrap DIV.widget, .fh-wrap DIV.widget:nth-child(2) {
	min-height: 60px;
	height: auto !important; /*from 100%*/
	width: 100%;
	min-width: 100%;
	border-top: 2px dotted #cccccc;
}
.fh-wrap DIV.widget .fh-inner {
	border-right: 0px;
}
.home .fh-wrap IMG {
	width: 60px;
	height: 60px;
}
.home .fh-wrap DIV.widget:hover IMG {
	width: 70px;
	height: 70px;
}
.home .fh-wrap DIV.widget H2 A {
	padding: 0 0 3px 80px;
}
.home .fh-wrap DIV.widget P A {
	padding: 0 0 5px 80px;
}
#footWrap .site-footer .widget_nav_menu .menu LI, #footWrap .site-footer .widget_nav_menu .menu LI.fmenuOne, #footWrap .site-footer .widget_nav_menu .menu LI.fmenuThree {
	min-width: 100px;
}
#footWrap .site-footer .widget_nav_menu .menu LI .sub-menu LI {
	min-width: 100px;
	width: 100%;
}
#bgmp_map-canvas {
	width: 100% !important;
	max-width: 100% !important;
	height: auto;
}
.home .widget-area ASIDE {
	min-height: 80px;
}
#pressFixed {
	width: 220px !important;
	margin: -80px 0px 20px 10px !important;
	position: relative !important;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc
}
			#eu-cookie {
			width: 95% !important;
			left: 0px;
			margin-left: 10px;
			}
}
/* Small menu turn off by default */
.menu-toggle {
	cursor: pointer;
	display: none;
	margin: 0px 0 10px 0;
	font-size: 20px;
	color: #5987c6;
}
/*   menu Responsive  
@media screen and (min-device-width: 480px) and (max-width: 600px) {  */
@media screen and (max-width: 600px) {
HEADER .t-wrap {
	max-width: 100%;
	width: 100%;
	margin-top: -65px;
	float: left;
}
HEADER .t-wrap .widget_search {
margin: -62px 0 0 65px;/*display:none; from margin-right: 10px;*/
}
.site-header {
	background: url(images/back-nav.jpg) center bottom no-repeat;
}
HEADER .countrySelect DIV.selectLabel {
	display: none;
}
HEADER .t-wrap .widget_nav_menu UL {
	padding: 0px 0px 0 180px;
}
HEADER .t-wrap .widget_nav_menu UL LI:first-child A {
	padding: 3px 0 0 5px;
}
HEADER .t-wrap .widget_search INPUT.search-field {
	width: 60px;
}
HEADER .countrySelect .selectStyled {
	width: 118px;
}
HEADER .countrySelect .selectStyled SELECT {
	width: 138px;
}
/* adjustments for language select  05.27.14 ta */
HEADER .t-wrap .widget_nav_menu UL LI A {
	text-indent: -2222px;
	padding: 0px;
	min-width: 35px; 
}
/* launguage header widget added 05.27.14 ta */
.widget_mslswidget {
	top: 50px;
	left: 185px;	 				/* responsive width */
}
.menu-toggle, .main-navigation.toggled .nav-menu {
	display: block;
}
.main-navigation {
	background: none;
	margin-top: 0px;
	padding-left: 0px;
	width: 100%;
}
.main-navigation .menu-toggle {
	padding-left: 10px;
}
.main-navigation DIV.menu {
	width: 100%;
	left: 0px;
}
.main-navigation ul {
	display: none;
}
.main-navigation DIV.menu ul.nav-menu {
	left: 0px;
	margin: 0px;
	padding: 0px;
	width: 100%;
	z-index: 99999999999
}
.main-navigation li {
	/*display: block;*/
	float: none;
	width: 100%;
}
.main-navigation DIV.menu li.page_item_has_children, main-navigation DIV li.page_item_has_children, .main-navigation DIV li {
	font-weight: bold;
	background: #b7d1ed; /* Old browsers */
	background: -moz-linear-gradient(top, #e8eff8 0%, #b7d1ed 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8eff8), color-stop(100%, #b7d1ed)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e8eff8 0%, #b7d1ed 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e8eff8 0%, #b7d1ed 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e8eff8 0%, #b7d1ed 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e8eff8 0%, #b7d1ed 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8eff8', endColorstr='#b7d1ed', GradientType=0 ); /* IE6-9 */
}
.main-navigation DIV.menu li.page_item_has_children:hover, .main-navigation DIV li.page_item_has_children:hover, .main-navigation DIV li:hover {
	background: #cbddf2
}
.main-navigation DIV.menu li.page_item_has_children A, .main-navigation DIV li.page_item_has_children A, .main-navigation DIV li A {
	padding-left: 10px;
}
.main-navigation DIV {
	float: none;
	left: 0px;
}
.main-navigation DIV ul {
	left: 0px;
	margin: 0px;
}
.main-navigation ul ul {
	box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
	/*display: block;      this is what forces on the  drop menu */
	left: 0px !important;
	position: relative !important;
	top: 0px;
	opacity: 1;
	margin: 0px;
	padding: 0px;
	left: 0px;
	width: 100%;
	background: #e9eff9;
}
.main-navigation ul ul a {
	width: 100%;
	display: block;
	padding: 4px 10px 4px 20px !important;
	background: #e9eff9;
	/* text-transform: capitalize; */
	line-height: 1em;
	font-weight: normal;
}
UL.children li:last-child {
	border-bottom: 1px solid #5987c6;
}
.breadcrumbs, #footWrap .site-footer .widget_nav_menu .menu LI.fmenuOne {
	padding-left: 10px;
}
.site-content .site-main {
	border-left: 0px;
	padding-left: 10px;
	padding-right: 20px;
	border-bottom: 1px dotted #cccccc;
}
.site-content .site-main IMG {
	max-width: 100%; 	 	/*responsive width*/
	height: auto;
}
.site-content .widget-area {
	float: left;
	width: 100%;			/*responsive width*/
	padding: 10px 10px 0 10px;
}
.site-content .widget-area {
	float: left;
	width: 100%;			/*responsive width*/
	padding: 10px 10px 0 10px;
}
.home .fb-wrap {
	padding: 20px 0 0 12px;
}
a.squared IMG {position: static !important;width: 210px !important;height: 120px !important;margin: -53px !important;}
a.squaredvideo {margin-left: -85px !important;}
h3.squaredvideo {margin-left: -25px !important;}
.fh-wrap .posts-by-tag-list {
	border-right: 0px dotted #cccccc;
	min-height: 60px;
	/*height: 100%;*/ 
}
.home .fh-wrap DIV.widget .fh-inner {
	min-height: 60px;
	height: 60px;
}
.fh-wrap DIV.widget IMG {
	left: 5px;
}
.fh-wrap DIV.widget, .fh-wrap DIV.widget:nth-child(2) {
	min-height: 90px;
	height: auto !important;
	width: 100%;
	min-width: 100%;
	border-top: 2px dotted #cccccc;
	overflow: hidden;
}
.fh-wrap DIV.widget .fh-inner {
	border-right: 0px;
}
.home .fh-wrap IMG {
	width: 60px;
	height: 60px;
}
.home .fh-wrap DIV.widget:hover IMG {
	width: 70px;
	height: 70px;
}
.home .fh-wrap DIV.widget H2 A {
	padding: 0 0 3px 80px;
}
.home .fh-wrap DIV.widget P A {
	padding: 0 0 5px 80px;
}
#footWrap .site-footer .widget_nav_menu .menu {
	margin-left: 20px;
}
#footWrap .site-footer .widget_nav_menu .menu LI.fmenuOne {
	padding-left: 0px;
}
#footWrap .site-footer .widget_nav_menu .menu LI.menu-item {
	width: 100% !important;
	min-width: 140px;
}
#footWrap .site-footer .widget_nav_menu .menu LI {
	padding-bottom: 10px;
}
.home .widget-area ASIDE {
	min-height: 80px;
}
#bgmp_map-canvas {
	width: 100% !important;
	max-width: 100% !important;
	height: auto;
}
#pressFixed {
	width: 220px !important;
	margin: -80px 0px 20px 10px !important;
	position: relative !important;
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc
}
			#eu-cookie {
			width: 95% !important;
			left: 0px;
			margin-left: 10px;
			}
}
 @media screen and (max-width: 479px) {
/*.menu-tertiary-menu-container DIV.menu {   
		display: none
	}*/
.widget_search {   /* hide contact on small screen*/
	position: absolute;
	top: 70px;
	left: 180px;
}
.widget_search FORM {
	white-space: nowrap
}
HEADER .t-wrap .countrySelect {
	margin: 55px 0 10px 70px; /*from 55 0 10 0*/
	padding: 0px 0px 0 180px;
}

.fh-wrap DIV.widget, .fh-wrap DIV.widget:nth-child(2) {
	min-height: 100px;
}
/*HEADER .t-wrap .widget_nav_menu UL LI A {
	text-indent: 23px;
}*/
HEADER .t-wrap .widget_search INPUT.search-field {
	width: 90px;
}

HEADER .t-wrap .widget_icl_lang_sel_widget {left: 220px;}

		TABLE.responsive, TABLE.responsive THEAD, TABLE.responsive TBODY, TABLE.responsive TH, TABLE.responsive TD, TABLE.responsive TR  { 
				display: block; 
				width: 100% !important;
			} 
			#eu-cookie {
			width: 95% !important;
			left: 0px;
			margin-left: 10px;
			} 
}


.site-main .comment-navigation, .site-main .paging-navigation, .site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous, .paging-navigation .nav-previous, .post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next, .paging-navigation .nav-next, .post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.gallery-icon2 {
	width: 100px;
	height: auto;
	border: 1px solid #cfcfcf !important;
	-moz-box-shadow: 0px 0px 11px #ccc;
	-webkit-box-shadow: 0px 0px 11px #ccc;
	box-shadow: 0px 0px 11px #ccc;
}

.gallery-shadow {
border: 1px solid #cfcfcf !important;
-moz-box-shadow: 2px 2px 11px #ccc;
-webkit-box-shadow: 2px 2px 11px #ccc;
box-shadow: 2px 2px 11px #ccc;
}

/* Print Style Sheet */
@media print {
body { background:white; color:black; margin:0; }

.t-wrap { display: none; }
#secondary { display: none; }
#footWrap { display: none; }
#fb-wrap { display: none; }
#fh-wrap { display: none; }
#eu-cookie { display: none; }

.breadcrumbs { display: none; }
.backbutton { display: none; }
#masthead::after { 
   display: block;
   position: relative;
   top: -50px;
   margin-bottom: -30px;
   content: url('/wp-content/themes/bcd-underscores/images/bcdtravel-logo.png');
}

/* 
#header { }
#content { }
#comments { }
#sidebar { }
#footer { }
*/

}