/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

/* Hide the title of the home page */
.front h1.title 
{
 display: none; 
}

/**** Fonts ****/
@font-face {
  font-family: cardo;
  src: url(fonts/cardo/Cardo-Regular.woff);
}

@font-face {
  font-family: 'Sofia Pro';
  src: url(fonts/sofia_pro/Sofia-Pro-Regular.woff);
}

@font-face {
  font-family: 'Sofia Pro Light';
  src: url(fonts/sofia_pro/Sofia-Pro-Light.woff);
}



/* set default fonts */
body {
background:#707a82;
font-family:  'Sofia Pro Light', arial;
text-decoration-skip-ink: none;
font-size:16px;

}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: -0.05em;
    font-family: 'Sofia Pro', arial;
}

h1
{
margin-bottom: 0px;
font-size: 2em;
}

h2
{
margin-bottom: 0px;
font-size: 1.75em;
}
h3
{
font-size: 1.5em;
}
h4
{
font-size: 1.37em;
}
h5
{
font-size: 1.23em;
}

h6 {
font-size: 1.1em;
}

.smallItalCentreText
{
width:87%;
font-size:xx-small;
text-align: center;
font-style: italic;
}
 
sub {
font-size:xx-small; vertical-align: sub;
}

sup {
font-size:xx-small; vertical-align:super;
}

/* Styling for content area */
#block-system-main
{
padding-right: 0px;
text-align: justify;

}

/* body links */

article[id*='node-page-'] 
a:link, a:hover {
color: #0062A0;
text-decoration: underline;
}

article[id*='node-page-'] 
 a:visited {
color: #551A8B;
text-decoration: underline;
}

article[id*='node-content-with-call-to-action-'] 
a:link, a:hover {
color: #0062A0;
text-decoration: underline;
}

article[id*='node-content-with-call-to-action-'] 
 a:visited {
color: #551A8B;
text-decoration: underline;
}

article[id*='node-news-item-'] 
a:link, a:hover {
color: #0062A0;
text-decoration: underline;
}
article[id*='node-news-item-'] 
 a:visited {
color: #551A8B;
text-decoration: underline;
}

article[id*='funding-call-'] 
 a:visited {
color: #551A8B;
text-decoration: underline;
}
article[id*='funding-call-'] 
 a:visited {
color: #551A8B;
text-decoration: underline;
}

article[id*='menu_page-'] 
 a:visited {
color: #551A8B;
text-decoration: underline;
}
article[id*='menu_page-'] 
 a:visited {
color: #551A8B;
text-decoration: underline;
}


article[id*='vacancy-'] 
 a:visited {
color: #551A8B;
text-decoration: underline;
}
article[id*='vacancy-'] 
 a:visited {
color: #551A8B;
text-decoration: underline;
}



/*** Justification in tables******/ 
#section-content 
table tr td
 {
text-align: left;
}

/* Styling for content area (Menu text boxes)*/
 .sub-section-parent {
padding-right: 1px;
}

/* Styling for news view (text boxes)*/
.news-events-main-views-column {
padding-right: 1px;
}

/* Styling for menus in mobile view */
.mi-mobile-menu select {
   background: transparent;
   width: 100%;
   padding: 5px;
   color: #34393D;
   line-height: 1.5;
   border: 1px solid #efeaea;
   border-radius: 3px;
   height: 30px;
   -webkit-appearance: none;
 padding-right: 37px;
   }
.mi-mobile-menu {
   width: 100%;
   overflow: hidden;
   background: url(../images/hamburger.gif) no-repeat right #fff;
   border-radius:0px;

   }
   
.mi-mobile-menu option {
   color:#34393D;
   background-color: #fff;
   padding: 5px 0 5px 0;
     white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 30px;

   }
   
   /* Main menu */
.mi-mobile-menu-main select {
   background: transparent;
   width: 320px;
   padding: 5px;
   color: #34393D;
   line-height: 1.5;
   border: 1px solid #efeaea;
   border-radius: 3px;
   height: 30px;
   -webkit-appearance: none;
   }
   
.mi-mobile-menu-main  {
   width: 165px;   
   overflow: hidden;
   background: url(../images/hamburger.gif) no-repeat right #fff;
   border-radius:0px;
  float: right;
   }
   
.mi-mobile-menu-main option {
   color:#34393D;
   background-color: #fff;
   padding: 5px 0 5px 0;
   }
   

#superfish-2-select option:first-child{
 
 
} 
   
/* Sections */
#section-header, #section-content,#section-footer{
min-width:280px;
}



/* Zones */
#zone-content, #zone-branding, #zone-mi-sections, #zone-header
{
background:#fff;
}

#zone-content
{

background:#fff;
margin-top: 0px ;
padding-top: 0px;
}

#zone-footer
{
background:#03232B;
color: #fff;
padding-top:20px;
margin-bottom: 40px ;
padding-bottom: 25px;
box-shadow: 0 0.4em 0.5em rgba(0,0,0,0.35);
}

#zone-user
{
background:#fff;
padding-top: 10px;
margin-top: 0px ;
}

/* Regions */
.region
{
min-height:1px;
} 


/* Text Resize (User Bar first) */

#region-user-first 
{
display:none;
}

#region-user-first #block-text-resize-0
{
padding-top:0px;
padding-bottom:0px;
float:left;
}

/* Utility menu (User Bar Second) */

#block-superfish-1
{

padding-top:3px;
color: #717C85;
text-decoration: none;
text-transform:uppercase;
font-weight:bold;
font-family:  'Sofia Pro', arial;
}
#block-superfish-1 a
{
color: #717C85;
text-decoration: none;
text-transform:uppercase;
font-weight:bold;
font-family:  'Sofia Pro', arial;
font-size: .85em;
padding-top:2px;
}

 #block-superfish-1 a:hover
{

text-decoration: underline;

}

/* Language Switcher Block (User Bar Third) */


#block-locale-language {
    float: right;
   
    width: 80px;
    padding-top: 20px;
    border: 0px solid red;
}

#block-locale-language ul
{
padding: 0;
margin: 0;
list-style-type: none;

}

#block-locale-language ul li 
{
display: inline; 
}

#block-locale-language ul li a
{
float: left;
width: 30px;
color: #34393D;
padding: 0.2em .1em;
text-decoration: none;
text-transform:uppercase;
font-weight:bold;
font-family:'Sofia Pro', arial;
font-size: .8em;

}

/* Text Resize (User Bar Third) */
#region-user-third #block-text-resize-0
{
width:95px;
padding: 0px 0px 0px 40px;
float:left;

}

a#text_resize_increase {
  background: url(../../../modules/text_resize/aBig.gif) no-repeat 0 0;
  background: url(aBig_new.gif) no-repeat 0 0;
  display: block;
  float:  left;
  width: 18px;
  height: 27px;
  margin:0;
  outline: none;
  text-indent: -9000px;
  cursor: pointer;
}
a#text_resize_reset {
  background: url(../../../modules/text_resize/a_reset.gif) no-repeat 0 0;
  background: url(a_reset_new.gif) no-repeat 0 0;
  display: block;
  float: left;
  width: 16px;
  height: 24px;
  margin: 0;
  outline: none;
  text-indent: -9000px;
  cursor: pointer;
}
a#text_resize_decrease {
  background: url(../../../modules/text_resize/aSmall.gif) no-repeat 0 0;
  background: url(aSmall_new.gif) no-repeat 0 0;
  display: block;
  float:  left;
  width: 16px;
  height: 21px;
  margin: 0;
  outline: none;
  text-indent: -9000px;
  cursor: pointer;
  padding-bottom:3px;
}


/* Logo (Branding Zone) */
.logoWidth
{
border: 0px solid black;
max-width: 240px;
}

#region-branding
{
max-height: 92px;

}


/* Search (Search Box) */

#block-search-form
{
display: inline-block;
padding-left:10px;
padding-top:20px;
border:0px solid blue;
width: 71%;
}

#block-search-form input.form-text
{
width:78%;
background:#f5f5f5;
height: 26px;
font-size: .85em;
padding-top:3px;
border-radius: 2px;
-moz-border-radius: 2px;
-khtml-border-radius:2px;
-webkit-border-radius: 2px;
border:0px;
background: #fff;

}
/* Search (Search Results page) - Button. Image used now.  */
#search-form  #edit-submit
{
display:none;
background:#6bad37;
color:white;
font-family: 'Arial','Verdana', san-serif;
text-shadow: #fff 0 0px 0px;

}

/* Search Image button (Search Results page) */
#search-form  #edit-submit--2
{
position:relative;
top: -29px;
left:204px;

}

/* Search box (Search Results page) */
#search-form  #edit-keys
{
width:200px;
}

/* Force label above search box(Search Results page) */
#search-form label[for="edit-keys"] {
  display:block;
}


/* format pager for search results; */
#block-system-main .item-list .pager
{
margin-bottom: 17px;
}

#block-system-main .item-list .pager .pager-previous a
{
width: 70px;
}

#block-system-main .item-list .pager .pager-next a
{
width: 75px;
}

.pager li.pager-next {
width:75px;
right: 75px;
}


.pager li.pager-last, .pager li.pager-last a, pager li.pager-first, .pager li.pager-first a{
width:75px;
}

/* Main Menu (Menu Zone) */
#zone-menu
{
background:#fff;
padding-top:15px;
padding-bottom:4px;

}

#block-superfish-2
{

color: #717C85;
text-decoration: none;

font-weight:bold;
font-family:  'Sofia Pro', arial;
}

 #block-superfish-2 a
{
color: #34393D;
text-decoration: none;

font-weight: normal;
font-family: 'Sofia Pro', arial;
font-size: 1em;
padding-top:1px;
}

 #block-superfish-2 a:hover
{

text-decoration: underline;

}

/*** Social media sharing icons ***/
#block-share42-share42
{
position:relative;
text-align:right;
top:2px;
}

/*** Social media sharing icons (home page) ***/
.page-node-1 #block-share42-share42
{
top:-2px;
}

#share42
{
padding: 9px 0 0 5px;
}


/* Slideshow (Slideshow Zone) */



#zone-slideshow #block-block-16{ /* Shadow image block */
max-height:15px;
padding-bottom:5px;
margin-top:0px;
}
.views-field-field-slider-link {

	position:absolute;
	top: 211px;
	min-width:320px;
	width:80%;
	padding:2px 2px 0px 4px;
	font-size:0.8em;
	font-weight:bold;	
	text-transform: uppercase;
	color: #000000;	
	font-family: "Sofia Pro", "arial";
}


.views-field-field-slider-link p{

	margin-bottom:0px;

}

.views-field-field-slider-link .flex-title a{
	text-decoration: none;
	color: #34393D;;
}



.views-field-field-slider-text {
	position:absolute;
	top:233px;
	color: #34393D;
	   width:84%;

   padding:2px 2px 5px 4px;
   font-size: 0.7em;
   margin-bottom: -60px;
   min-width: 300px;
}


.views-field-field-slider-caption-button{

	display: none;
	
}


.flexslider .slides img { /* show border around image */

border-radius: 0px 0px 0px 0px;
border-style: solid;
border-width: 0px;
border-color: rgb(255, 255, 255); 
 /* box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.247), 0px 0px 0px 0px transparent, 0px 0px 0px 0px transparent;*/
outline-color: rgb(88, 86, 82);
outline-width: 0px;

}


/* Show prev/next controls on image properly */
.flex-direction-nav a {
	text-decoration: none;
overflow: visible;
color: #ffffff;
background: #cccccc;
	width:36px;
	height: 58px;
	top: 70px;
	top: 33%;
}

 /*** Slideshow content type***/
.field-name-field-slider-image img
{
max-width: 100%;
height:auto;
}



/**** All Block Titles *****
Remove the underline from Block Titles/Headers which are also hyperlinks but display when the links are hovered over */
.block-title-link 
{	
	text-decoration:none !important;
}
.block-title-link:hover
{
	text-decoration:underline !important;
}


/**** Data Services / News and Events Homepage Block  *****
 Data Services ID is  block-block-5 located in MI Section 3 
 News and Events ID is block-views-70db658f44861a654a8555ed7c3dd7f9 located in MI Section 3 */
 
 #block-views-70db658f44861a654a8555ed7c3dd7f9 
.view-content{
		float:left;
		margin-left: 10px;
		padding-top: 25px;
}

#block-views-70db658f44861a654a8555ed7c3dd7f9
 .data-services-news-events-columns-home-page {
width: 97%;
display: inline;
float: left;
position: relative;
margin-bottom: 10px;	
text-align: center;
background-color: #fff;
}

#block-views-70db658f44861a654a8555ed7c3dd7f9
a {
	text-align: center;
	
}

.news-title-home{
min-height: 128px;
}


.news-title-home a {
text-decoration:none;


}
.news-title-home a:hover{
text-decoration:underline;
}

.news-body-home{
font-family: "Open Sans", "arial";
}

.news-image-home img
{
	width:100%;
	height: 100%; 
}

article[id*='node-news-item-'] 
img{	
	max-width:100%;
	height:auto; 
}


#block-block-5 img ,
#block-block-7 img
	{
	width:96%;
	height:auto; 
	}
	


#block-views-70db658f44861a654a8555ed7c3dd7f9  .odd,
#block-block-5  .odd
  {	
	 margin-left: 0%;
	margin-right: 1%;
 }
 #block-views-70db658f44861a654a8555ed7c3dd7f9 .even,
 #block-block-5  .even
  {	
	margin-left: 1%;
	margin-right: 0%;
 }
 
 #block-block-5
.data-services-news-events-columns-home-page {
width: 49%;
display: inline;
float: left;
position: relative;
margin-bottom: 10px;	
}

.data-services-publications-links {
color:#2e609e;	
font-weight:bold;
font-size:0.73em;
line-height:1.65em;

}
.research-funding-publications-links{
color:#2e609e;	
font-weight:bold;
font-size:1.1em;

}

.data-services-publications-links  a, .research-funding-publications-links a{
text-decoration: none;
font-size:0.92em;
}

.data-services-publications-links a:hover, .research-funding-publications-links a:hover
{
	text-decoration:underline;
}
 
 
 /**** Areas of Activity Homepage Block MI Section 1 ****
 Areas of Activity ID is  block-block-4 */
 #block-block-4
.areas-of-activity-home-page {
	display: inline;
	float: left;
    width: 50%;	
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 10px;	
}

/**** Research & Funding/Publications Homepage Block MI Section 4-1****
* Research & Funding ID is #block-block-7 */
#block-block-7
.research-funding-columns-home-page {
width: 100%;
display: inline;
float: left;
position: relative;
margin-bottom: 10px;	
}

/**** Publications Homepage Block MI Section 4-2****
* Publications ID is #block-block-9 */

.block-block-7
{
margin-bottom: 10px;
}



/*************** News and Events Main View ****************************************/
/* Path is Home/Areas of Activity/News and Events     */

/* Align News Item Type and published date on same line*/
 .news-events-main-news-type
{
	float: left;	
}

.news-events-main-news-type a {
text-decoration:none;
font-weight:bold;
color:#000000;
}

.news-events-main-news-type a:hover{
text-decoration:underline;
}

  /* Hide images and body text in the mobile view except for the first record in the view and add a border to the first record  */
  #block-menu-menu-news-events
{
	  display:;
}
#block-views-taxonomy-term-block-1
{
	  display:none;
}

 .news-events-main-views-column img
{
	display:none;
}
.news-events-main-views-column p
{
	display:none;
}
.news-events-main-first img
{
	display:block;	
}
.news-events-main-first p
{
	display:block;	
}

.news-events-main-first
{	
	border: 1px solid #CCCCCC;	
}

  /* Apply spacing for each record  */
 .news-events-main-views-column 
{
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom: 5px;	
	padding-right: 1px;
	border: 1px solid #CCCCCC;
}
 /* Apply spacing for mobile view only  */
.news-events-main-mobile-margin
{
	margin-right: 1%;
	margin-left: 1%;
}

/*Hide language link and page title at bottom of content section */
#section-content .node-links ul li a.language-link
{
display:none;
}

/*Blocks with link to submitted data requests (for authorised users on DR page) & other forms for authorised users*/
/*15=DR, 20=WS FB, 21 =Cust Serv FB, 22=Events, 24/25=Shellfish harvesting notif*/
#block-block-15, #block-block-20, #block-block-21, #block-block-22, #block-block-24, #block-block-25, #block-block-26
{
margin: 30px 0 30px 0;
padding: 20px 0 20px 10px;
border: 1px dashed #0fb7d1;
width: 450px;
}

/*For button like on slider (e.g. for link to submitted data requests for authorised users on DR page) */
.banner-button{
	position:relative;
	display:block;
	left: 0px;
	top: 0px;	
	max-width:190px;

}

.banner-button a{
	padding:6px 9px;
	font-size: 0.8em;
	background:#00818f;
	color:#FFF;
	border-radius:10px;
	border-left:#33F 1px;
	border-top:#33F 1px;
	border-right:#33F 1px;
	border-bottom:#F33 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;

}


/*Email Subscriptions Page */
#block-simplenews-0 #edit-mail
{
width: 250px;
}

#block-simplenews-0, #block-simplenews-0 #edit-newsletters
{
margin-bottom:20px;
}

 #block-simplenews-0 #edit-subscribe 
 {
	margin-bottom:5px;
 }
 
 #block-simplenews-0 #edit-unsubscribe 
 {
  margin-left: 4px;
  margin-bottom: 4px;
 }

/*Footer Menu block (footer 1) */

#region-footer-first a
{
color:#fff;
text-decoration:none;
text-transform:uppercase;
font-weight:bold;
padding-top:10px;
font-family: 'Sofia Pro', arial;
font-size: .9em;
}

 #block-superfish-5 a:hover
{

text-decoration: underline;

}
 

/* Newsletter subscription block (footer 2) */
#region-footer-second
{
padding-top:3px;
width: 80%;
min-width: 310px;
}

#region-footer-second p
{
padding-top:3px;
font-size: 0.95em;
}


/* Social media icons (footer3) */


.SMIconSet
{
width:100%;
padding:0 0 0 0;
}

.SMIcon
{
width:53px;
}



.leftFloat
{
float: left;
}

.rightFloat
{
float: right;
}

.noFloat
{
clear: both;
}


 /**** Miscellaneous ****/

/**** Styling for Primary Sections ****/
 /* Styling applied to primary sections Areas of Activity, Infrastructure and Facilities, Research and Funding,
 /* Data Services, Ireland's Marine Resource
 */
.primary-section-img img,
.primary-section-main-sub img,
.primary-section-additional-sub-first img,
.news-events-main-views-column img,
.field-name-field-main-content-image img
 {
	max-width:100%;
    max-height:400px;

 }
 
 /***********Level 2**************************/
 /**** Styling for Level 2 pages ****/
 /* Styling applied to level 2 pages such as Aquaculture, Fisheries & Ecosystems,
 /* Fish Health,Marine Environment, Oceanography etc
 */
 .sub-section-parent
{	
	background-color: #f2f2f4;
	margin-bottom: 10px;
}
.sub-section-left-menu
{   
	background-color: #f2f2f4;
 }
 .sub-section-bottom
{
background-color: #717c85;
color:white;
padding: 5px 5px 1px 5px;
margin-bottom: 10px;
}
 
 /*** Generic Content content type*******/
 
 /* prevent image spill over on smaller screens */
article[id*='node-page-'] img, article[id*='funding-call-'] img
{	
	max-width:100%;
	height:auto; 
}


/*** Menu Page content type*******/ 
/* prevent image spill over on smaller screens */ 
article[id*='node-menu-page-'] 
img
{ 
max-width:100%; height:auto; 
} 


/****** Call to Action content Type  ************/


 /* prevent image spill over on smaller screens */
article[id*='node-content-with-call-to-action-'] 
img
 {
	max-width:100%;
	height:auto; 
}

 /* 404 error page */
 
 .imgContainer{
  position: relative;
  width: 100%;
  padding-bottom: 50%;
  	margin-bottom: 25px;
		min-height:150px;
}

 .imgBG {

   width: 100%;
  height: 100%;

	 position: absolute;

	border: 1px solid;
	background-image: url('../../../../default/files/mifiles/images/general/bg_404.jpg');
	 background-size: cover;
    background-repeat: no-repeat;
}

 .imgPanel {
    background-color: white;
	border: 1px solid;
    position: absolute;
    bottom:4%;
    left: 7%;
    width: 85%;
    overflow: none;
    display: inline;
	padding:9px 0 0px 6px;
}

.imgPanel ul {
	padding-left:10px;
}

/* Form submission msg page */
.webform-confirmation{
	padding-bottom: 70px;
}


/* Cust FB Form Text (area) fields*/
#edit-submitted-your-name, #edit-submitted-your-telno, #edit-submitted-your-email, #edit-submitted-preferred-method-of-contact1,#edit-submitted-your-address,#edit-submitted-feedback, #edit-submitted-recommendations
{
width:250px;
}

/* Website FB Form Text (area) fields*/
#edit-submitted-your-first-name,#edit-submitted-your-last-name,#edit-submitted-your-company,#edit-submitted-your-emailws,#edit-submitted-what-features,#edit-submitted-any-additional-comments
{
width:250px;
}

/* Data Req Form Text (area) fields*/
#edit-submitted-namedr,#edit-submitted-institiute-organisation,#edit-submitted-position,#edit-submitted-addressdr,#edit-submitted-telephone,#edit-submitted-fax,#edit-submitted-email-addressdr,#edit-submitted-mi-contact-name,#edit-submitted-specify-required-parameters,#edit-submitted-specify-use,#edit-submitted-wish-to-publish, #edit-submitted-type-of-data-wanted, #edit-submitted-request-number
{
width:250px;
}

/* Submit Event Form Text (area) fields*/
#edit-submitted-event-name, #edit-submitted-location, #edit-submitted-event-website,#edit-submitted-descriptionsev,#edit-submitted-your-namesev, #edit-submitted-your-emailsev
{
width:250px;
}

/* Subscription email fields*/
#edit-submitted-your-emailen, #edit-submitted-your-emailscn
{
width:250px;
}

/* Subscription email fields (entity form)*/
#edit-field-your-email-ef-und-0-email
{
width:250px;
}


/* Shellfish Harvesting Notification fields*/
#edit-submitted-name, #edit-submitted-company, #edit-submitted-ices-rectangle-no ,#edit-submitted-production-week-no  ,#edit-submitted-commentssfhn ,#edit-location-commentssfhn,#edit-submitted-locationsfhn,#edit-submitted-species
{
width:250px;
}

/*Shellfish Harvesting Notification report (Public) table*/
.webform_report 
{
margin-bottom:50px;
}

/* e.g.Web site FB radio buttons*/
.form-item .form-type-radio 
{
display: inline;
}

/* EU Cookie pop-up */
#sliding-popup .popup-content 
{

width: 100%;
min-width:296px;
}

#sliding-popup .popup-content #popup-text 
{
margin-left:20px;
width: 85%;
}

/* for formatting iFrames */
.iframePadding
{
padding-left: 0px;
}

/* for formatting wave forecasting page*/
#mainImage
{
padding-bottom: 0px;
}

.wfTable 
{

width:286px;
border-width: 0px;
}		

#animate
{
max-width:296px;
}

.wfTableDiv
{
padding-left: 0px;
}

.wfTableDiv tr:hover td, .wfTableDiv tr.even:hover td.active, .wfTableDiv tr.odd:hover td.active 
{
background: #FFFFFF;
}

.wfTableDiv tr td
{
padding:4px 2px;
}

/** Styling for Back To Top button **/
#back-top a:hover
{
	color:#ffffff;
}
#back-top
{
	right:10px;
	margin-bottom: 0px;
}


/** Styling for 2 col layout - contact us page.**/
#twoColumn-wrap
{
    width: 80%;

}
#twoColumnCUGMap-wrap
{
    width: 100%;
	padding-top:0px;

}

#twoColumn-col1
{
     float:none;
    width: 100%;

}
#twoColumn-col2
{ 
    float: none;
  width: 100%;
  padding-top: 20px;
}
#twoColumn-clear
{
    clear: both;
}

/** Styling for 3 col layout - contact us page.**/
#threeColumnCUGMapLinks-wrap
{
    width: 100%;
	padding-top:5px;

}

#threeColumn-col1
{
     float: left;
    width: 30%;

}
#threeColumn-col2
{
    float: right;
  width: 67%;

}

#threeColumn-col2-1 {
    float:left;
    width:55%;

}
#threeColumn-col2-2 {
    float:right;
     width:45%;

}

#threeColumn-clear
{
    clear: both;
}

/* Flexible iFrames*/

.iFrameSurr {
overflow: hidden; 
margin: 2px auto; 

}

.iFrameStyleNonIMOS{
overflow:auto;
width:100%;
height:486px;
border: 0px none; 
}

.iFrameStyleST{
overflow:auto;
width:100%;
height:886px;
border: 0px none; 
}

.iFrameStyleTP{
overflow:auto;
width:100%;
height:1550px;
border: 0px none; 
margin-left: -9px; 
margin-top: -489px; 
}

.imgFormat{
padding-left: 0px; 
}

.iFrameStyle{
overflow:auto;
width:100%;
height:1550px;
border: 0px none; 

}

.Flexible-containerIMOS {
    position: relative;
	top:-27px;
	left:-27px;
    padding-bottom: 20px;
    padding-top: 0px;
    width: 100%;
    overflow: hidden;
	
	transform: scale(0.9,0.9);
-ms-transform: scale(0.78,0.9); /* IE 9 */
-webkit-transform: scale(0.9,0.9); /* Safari and Chrome */
-o-transform: scale(0.9,0.9); /* Opera */
-moz-transform: scale(0.9,0.9); /* Firefox */
}

/* Used on Contact Us page */
.Flexible-containerGMap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.Flexible-container iframe,   
.Flexible-container object,  
.Flexible-container embed  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.Flexible-containerGMap iframe,   
.Flexible-containerGMap object,  
.Flexible-containerGMap embed  {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* Styling for prominent panels e.g. Contact Us page */
.promPanel {

   box-shadow: 0 0.5em 0.5em rgba(0,0,0,0.35);
   width: 80%;  
   padding: 5px;   
   overflow: hidden;
   background: #0088ad;
   color:#ffffff;
   border-radius:8px;
   text-align: left;
 }

.promPanel a {

   text-decoration:underline;
   color:#cfcfcf;
 }
 
 /* for under the divider image*/
 .divider
 {
 padding-bottom:10px;
 }
 
 
 /*** Copyright ***/
 #region-copyright
 .block-inner  {
 background-color: #707A82;
color:white;
}

/* EU Logos  */

.EULogos
{
width:261px;
height:63px;
float:left;
}

.EULogo1
{
width:178px;

border-radius: 2px 2px 2px 2px;
border-style: solid;
border-width: 2px;
border-color: rgb(255, 255, 255); 


}

.EULogo2
{
width:65px;
background-color: #fff;
border-radius: 2px 2px 2px 2px;
border-style: solid;
border-width: 2px;
border-color: rgb(255, 255, 255); 


}

/*** Site Map***/
#site-map 
{

margin-left: 0px;
}

#site-map h2.title 
{
text-transform:capitalize;
font-size: 1.6em;
margin-bottom: 0px;
}

#site-map .separator
{
 display: none; 
}

/*** Staff Dir Listing***/
.node-type-staff-directory
{
margin-bottom: 20px;
}

.node-type-staff-directory .field-items, .node-type-staff-directory .field-items p
{
margin-bottom: 3px;
}

.node-type-staff-directory .field
{
width: 100%;
padding-left:0px;
margin-bottom: 20px;
border: 1px solid #ccc;
}

.field-name-field-sd-picture
{
border: 0px !important;
}


.node-type-staff-directory .field-label
{
padding-left:2px;
background: #f7f7f7;
border-bottom:1px solid #ccc;
border-top:0px solid #ccc;
color:#333;

}


.node-type-staff-directory .field-item
{
padding-left:5px;

}

.node-type-staff-directory .field-item img
{
width:80%;
max-width:160px;
height: auto;
}


tr.odd td.staff-category-Contractor, tr.even td.staff-category-Contractor, .contractCell
{
                background-color:#C30;
}
tr.odd td.staff-category-Academic-and-Project-Partner-etc, tr.even td.staff-category-Academic-and-Project-Partner-etc, .acadCell
{
                background-color:#FF6;
}
tr.odd td.staff-category-Staff, tr.even td.staff-category-Staff, .acadCell, .staffCell
{
                background-color:#39C;
}

/*** Hide for mobile to make it fit***/
.views-field-field-sd-title, .views-field-field-sd-location{
display:none;
}

/*** Staff Dir colour code table***/

.colCodeTable
{
width:300px;
 height: 37px;
 border:0;
}

.colCodeTableRow
{
line-height: 10px;
cursor:default;
}

.colCodeTableRow:hover td
{
 background-color:#fff;
}

.legendCell
{
font-weight:bold;
 font-size:0.95em;
 padding: 0px 0px 8px 0px;
}

.contractCell, .staffCell ,.acadCell
{
 width:5px;
}

.contractCell 
{
 background-color:#C30 !important;
}

.staffCell 
{
 background-color:#39C !important;
}

.acadCell
{
 background-color:#FF6 !important;
}

.contractLabelCell, .staffLabelCell ,.acadLabelCell
{
 font-size:.8em;
}


.contractLabelCell
{
 width:0px;
}

 .staffLabelCell 
{
 width:10px;
}

.acadLabelCell
{
 width:240px;
}

.SDTablerow
{
width: 100%;
}

/*** Vacancy form***/
.field-name-field-vacancy-area
{
margin-bottom:30px;
}

.field-name-field-submission-date
{
margin:40px 0 40px 0;
}

/*** Vacancy views***/
.view-vacancies, .view-vacancies-admin
{
min-height:300px;
}


/*** Publication Scheme***/

.ps_panel{
	float:left;
	overflow: hidden;
	height: 225px;
	width: 218px;
	border: 1px solid #0fb6d4;
	border-radius: 5px;
	padding: 70px 0px 10px;
    margin-bottom: 25px;
	margin-left: 20px;
	text-align: left;
	font-size: .88em;
}

.ps_panel h4 {
	height: 25px;
	background-color: #ddd;
	padding-left: 20px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.panel1{
	background: url('Infrastructure-and-Facility.gif') no-repeat;
}
.panel2{
	background: url('Water-Framework-Directive.jpg') no-repeat;
}
.panel3{
	background: url('Corporate-Strategy.jpg') no-repeat;
}
.panel4{
	background: url('Financial.jpg') no-repeat;
}
.panel5{
	background: url('Procurement.jpg') no-repeat;
}
.panel6{
	background: url('Galway-Bay.jpg') no-repeat;
}

.panel7{
	background: url('nameplate.jpg') no-repeat;
}


.ps_panel ul li {

    list-style-image: url('ps_bullet.gif');
    padding-bottom: 5px;
}

.ps_panel ul  {

   padding-left: 1.7em;

}

/*** HABs Search Link***/
.imgDivHABs{
	float: left;
	border: 2px solid red;
	margin-bottom: 13px;
	border-right: 0px;
}


.imgHABs{
height:64px !important;
width:64px;
}

.linkDivHABs{
    float: left;
    padding: 23px 4px 26px 4px;
    border: 2px solid red;
    border-left: 0pt;
    font-size: 10px;
}

/*** New look Home Page**/



.marginRight{
margin-right: -11px;
}

#zone-mi-sections
{
color: #34393D;
}

/*** Copyright**/
#block-block-13 {

  margin: 20px 0 -10px 0;
 font-size: 0.85em;
}

/*** Subscribe Block**/
#block-block-14{
text-align: center;
padding: 40px 0px;
background-color: #E1F6FB;
font-family: 'cardo', arial;
}

#block-block-14 div.content{
width:91%;
margin: auto;
}

.boxLink{
	border: 1px solid #34393D;
	padding: 10px 55px;
	text-decoration:none !important;
	font-size:14px;
	font-weight:bold;
	font-family: 'Sofia Pro', arial;
}

a:link.boxLink, a:visited.boxLink {

    color: #34393D;

}

/*** End Subscribe */

.paddingTop20{
padding-top: 20px;
}

nav.links.node-links {
	display:none;
}

#region-footer-third {
    float: left;
	width:265px;
}

#region-mi-section5{
	margin-left: 0px;
	margin-right: 0px;
	width:100%;
}

#page{
background-color: #94b1b1;	
}

/*** News**/
#hpNewsReadMore{
	
	font-family: 'Sofia Pro', arial;
	padding:0 0 50px 0;
	text-align:center;
	
}



h2.block-title {
    font-size: 1em;
	  letter-spacing: 0.02em;
}

.newsHomeTitle{
	padding-top:30px;
	width: 82%;
	margin: auto;
}

#block-views-70db658f44861a654a8555ed7c3dd7f9 .block-title {

    text-align: center;
    padding-top: 40px;

}

#block-views-70db658f44861a654a8555ed7c3dd7f9 {

font-family: 'cardo', arial;
}



.block-title a:link,.block-title a:hover, .block-title a:visited {
color: #34393D;
text-decoration: none;
}

.horizBar{
text-align: center;
}



/*** Working With Us - block 29**/

.wwuText{
	width:73%;
	margin:auto;
	padding-top:9px;
}


#block-block-29 h1 {
	  letter-spacing: 0.02em;
	  font-family: 'cardo', arial;
	  font-size: 1.8em;
}


#block-block-29{
	background: url(WorkWithUs.jpg);
	 background-color: #B1C6CA; 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height:250px;
	text-align:center;
		color: #fff;
	position: relative;
	font-family: 'cardo', arial;
}

#block-block-29 .block-inner{
	margin: auto;
height: 64%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

#block-block-29 a:link,#block-block-29 a:hover, #block-block-29 a:visited {
color: #fff;
}

/**** Infrastructure & Facilities Homepage Block MI Section 5****
*ID is #block-block-6 */
#block-block-6
.block-inner  {
background-color: #EFEFEF;
font-family: 'cardo', arial;
}

#block-block-6 a
{
	color:#34393D;
	font-size:14px;
	margin: auto;
   text-align: center;
   display: block;
   width: 88%;
}

#ifDots
{
	color:#34393D;
	font-size:14px;
	margin: auto;
   text-align: center;
   display: block;
   width: 88%;
   margin-bottom: 15px;
}


#block-block-6 a
{
position: relative;
top: -15px;
}

#ifWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#ifWrapper > div {
   width: 50%;
}

#ifWrapper img {
   width: 100%;
   height:auto;
}


/**** Research, Funding *& Publ Homepage Block MI Section 5****
* ID is #block-block-30 */
#block-block-30
.block-inner  {
background-color: #095A6E;
color:#f2f2f2;
padding-top: 30px;
}

#block-block-30 a
{

 margin: auto;
   text-align: center;
   display: block;
   width: 88%;
   color:#f2f2f2;
}

#rfpWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  padding:25px 0 5px 0;
  font-family:  'cardo', 'times new roman';
}

#rfpWrapper > div {
   width: 100%;
   text-align: center;
}

#rfpWrapper h5 {
	margin:6px 0;
	font-family: 'Sofia Pro', arial;
	font-size: 1em;
	letter-spacing: 0.02em;
}

.rfpText{
width: 72%;
margin: auto;
padding-bottom:8px;

}

#rfpLink {
	
	font-family: 'Sofia Pro', arial;
	font-size: 1em;
	color:#f2f2f2;

}


#block-block-30 .block-title{
	text-align: center;
}

/*** Marine Data Centre - block 5**/

.mdcText{
	width:73%;
	margin:auto;
	padding-top:9px;
}


#block-block-5 h1{
	  letter-spacing: 0.02em;
	  font-size: 1.8em;
	  font-family: 'cardo', arial;
}


#block-block-5{
	background: url(MarineDataCentre.jpg);
	 background-color: #B1C6CA; 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height:250px;
	text-align:center;
		color: #fff;
	position: relative;
}

#block-block-5 .block-inner{
margin: auto;
height: 64%;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
font-family: 'cardo', arial;
}

#block-block-5 a:link,#block-block-5 a:hover, #block-block-5 a:visited {
color: #fff;
}

#region-mi-section2 {
	margin:0;
	width: 100%;
}
	
/**** Areas of Activity Block MI Section 1****
* ID is #block-block-4 */


#region-mi-section1{
    margin-left: 0px;
    margin-right: 0px;
	width:100%
}

#block-block-4 .block-inner
{
background-color: #095A6E;
color:#f2f2f2;
padding-top: 40px;
font-family: 'cardo', arial;
}

#block-block-4 a
{

 margin: auto;
   text-align: center;
   display: block;
   width: 77%;
   text-decoration:none;
   color:#f2f2f2;
}

.shortLink{
  width: 42% !important;
}
	

#aoaIntro1 {
	text-align:center;
	padding-top:30px;
	width:89%;
	margin:auto;
}

#aoaIntro2 {
	text-align:center;
	padding-top:15px;
	width:89%;
	margin:auto;
}

#aoaIntro3 {
	text-align:center;
	padding-top:15px;
	padding-bottom: 10px;
	width:89%;
	margin:auto;
}

#aoaWrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  padding: 25px 0 20px 0;
  font-family:  'cardo', 'times new roman';
  width:93%;
  margin:auto;
}

#aoaWrapper > div {
   width: 50%;
   text-align: center;
}

#aoaWrapper > div img {

	background-color: #2D7283;
	border-radius: 50%;
	width: 120px;
	height: 120px;
}

#aoaWrapper h5 {
	margin:6px 0;
	font-family: 'Sofia Pro', arial;
	font-size: 1em;
	letter-spacing: 0.02em;
}

.aoaLink {
	
	font-family: 'Sofia Pro', arial;
	font-size: 1em;
	color:#f2f2f2;
    padding-top: 13px;
}


#block-block-4 .block-title{
	text-align: center;
}

/**** Splash Screen - block 9 ****/

#region-slideshow {
	margin:0;
	width: 100%;
}
	
#block-block-9{
	background: url(MISplash.jpg);
	 background-color: #B1C6CA; 
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	min-height:250px;
	text-align:center;
		color: #fff;
	position: relative;
	
}

#block-block-9 .block-inner {
    height: 36%;
	margin: auto;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}

#block-block-9 h1{
 font-family:  'cardo', 'times new roman';
 width:67%;
 text-align:center;
 margin: auto;
 font-size: 1.8em;
}

/**** Splash Text - block 31 ****/

.splashPar1 {
	text-align:center;
	padding-top:20px;
	font-family:  'Sofia Pro', arial;
	 font-size: 1.0em;
	 width: 83%;
	margin: auto;
}

.splashPar2 {
	text-align:center;
	padding-top:20px;
	 font-family:  'cardo', 'times new roman';
	 font-size: 0.85em;
	 width: 76%;
	margin: auto;
}

.splashLink {
	text-align:center;
	padding-top:10px;
	 font-family:  'cardo', 'times new roman';
	 font-size: 0.85em;
	 padding-bottom:0px;
}


#block-block-31{
	 background-color: #EFFAFD; 
}

/*** Header **/

#edit-submit{
    margin-right: 0.4em;
}

	
}

 #section-content {
      margin-top: -3px;
}
 
 #superfish-2 li#menu-4155-2 {

    margin: 0 0 0 0;
}


# {
    width: 240px;
}

#region-search-box
{
border:0px solid;	
width: 99%;
}


ul.language-switcher-locale-session li.first a {

    border-right: 1px solid;
    margin-right: 3px;

}

input::-webkit-input-placeholder {
  /* WebKit browsers */
  text-align: right;
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  text-align: right;
}
input::-moz-placeholder {
  /* Mozilla Firefox 19+ but I'm not sure about working */
  text-align: right;
}
input:-ms-input-placeholder {
  /* Internet Explorer 10 */
  text-align: right;
}
input::placeholder {
  text-align: right;
}



/******** Breadcrumb *******************/

.marine-breadcrumb a{
color:#717c85;
font-size:14px;
text-decoration:none;
}

.marine-breadcrumb a:hover{
text-decoration:underline;
}


/*** Slider **/
#zone-slideshow{
	background: #fff;
	padding: 0 0 0 0;
}

.flexslider {

   
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0);
    -moz-box-shadow: 0 0px 0px rgba(0,0,0,0);
    -o-box-shadow: 0 0px 0px rgba(0,0,0,0);
    box-shadow: 0 0px 0px rgba(0,0,0,0);
	border: 0px solid #fff;

}

.sliderVideo{
	position: relative;
	width:100%;
	height: auto !important;
}

.flexslider .slides > li, #block-views-3c8f72770e436b2d81dabcdadf3095da {

    height: 286px;
	background: #EFFAFD;   
}

@media (max-width: 360px) {
.flexslider .slides > li, #block-views-3c8f72770e436b2d81dabcdadf3095da {

    height: 216px;

}

.sliderVideo{

	height:135px !important;
}	   
	


.flexslider .slides img {
height: 135px;
}

.views-field-field-slider-link {

	top: 140px;
}

.views-field-field-slider-text {


	top: 163px;
}


}

.fluid-width-video-wrapper{
	/*padding-top:0px !important;*/
}

@media (min-width: 361px) and (max-width: 380px) {
.flexslider .slides > li, #block-views-3c8f72770e436b2d81dabcdadf3095da {

    height: 237px;

}
.sliderVideo{

	height:135px !important;
	   
	
}

   
	
.views-field-field-slider-link {

	top: 143px;
}

.views-field-field-slider-text {


	top: 166px;
}

}


@media (min-width: 381px) and (max-width: 480px) {
.flexslider .slides > li, #block-views-3c8f72770e436b2d81dabcdadf3095da {

    height: 233px;

}
.sliderVideo{

	height:155px !important;
} 
	   
	
	
	.views-field-field-slider-link {

	top: 157px;
}

.views-field-field-slider-text {


	top: 178px;
}

.flexslider .slides img {

    height: 159px;
}

}

@media (min-width: 481px) and (max-width: 536px) {

.sliderVideo{

	height:199px !important;	 
}

.views-field-field-slider-link {

	top: 203px;
}

.views-field-field-slider-text {


	top: 224px;
}

.flexslider .slides img {

    height: 199px;
}

}

@media (min-width: 537px) and (max-width: 579px) {

.sliderVideo{

	height:203px !important;
	   
	
}
}

/*** EU Cookie Popup**/
#sliding-popup.sliding-popup-bottom {
    opacity: 0.95;
}

/*** Back to Top	**/


/*** End New look Home Page**/
