#header
{
	border:0px;
}

/* Hub Dropdown Selector */
.dropbtn {
	background: #FFF url("/assets/images/site-selector-down.png") no-repeat right 20px !important;
	color: #555;
	padding: 0 17px 0 0;
	font-size: 14px;
	border: none;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 0px;
	font-weight: 600;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
	position: relative;
	display: inline-block;
	z-index:5000;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #FFF;
	width: 255px;
	box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.25);
	border-top: 2px solid #f6a124;
}

/* Links inside the dropdown */
.dropdown-content a {
	color: #555;
	padding: 0px;
	text-decoration: none;
	display: block !important;
	width: 255px !important;
	padding-left: 15px;
	height: auto !important;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #f1f1f1;
	color:#f6a124;
	font-weight:bold;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	background-color: #3e8e41;
}


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

.page-preview h3
{
	font-size:24px;
	font-weight:bold;
	margin-bottom:0px; 
}

.page-preview h3 a
{
	color:#735077;
}

.page-preview p
{
	font-size:16px;
	margin-bottom:5px;
}


#logo
{
	margin-top:20px;
	margin-bottom:20px;
}

#copyrights
{
	padding: 40px 0 0px;
}

.content-wrap .header-stick {
	margin-top: -25px !important;
	padding-left: 30px;
	padding-right: 30px;
}



/* HOMEPAGE */
.container.homepage-details h1
{
	font-size: 24px;
	color: #00bce4;
}

.container.homepage-details .row .col-md-7
{
	border-right:1px solid #a6a6a6; 
	padding-right:60px;
}

.jigsaw-into-container p strong
{
	color:#00bce4;
}

.jigsaw-details-container
{
	margin-left:35px;
}

.jigsaw-details-container.inner
{
	margin-left:0px;
}

.jigsaw-info-block
{
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.jigsaw-info-block::after {
	background-color: rgba(209, 209, 209, 1);
	content: "";
	height: 1px;
	left: 15px;
	margin-left: 0;
	position: absolute;
	margin-top: 0px;
	width: 40px;
	z-index: 1;
}

.jigsaw-info-block h2
{
	font-size: 16px;
	color: #00bce4;
	font-weight:600;
	margin:0px 0px 25px 0px;
	padding:0px;
	position: relative;
}

.jigsaw-info-block p span
{
	color: #00bce4;
}

.jigsaw-info-block h2::after
{
	background-color: rgba(249, 205, 0, 1);
	content: "";
	height: 3px;
	left: 0px;
	margin-left: 0;
	position: absolute;
	top: 35px;
	width: 40px;
	z-index: 1;
}

.jigsaw-info-block a
{
	color:#7d557a;
	font-weight:600;
}

.jigsaw-info-block iframe
{
	margin-bottom:30px;
}

.jigsaw-info-block ul
{
	margin-left: 50px;
	margin-top: -15px;
}

.jigsaw-info-block ul li
{
	margin-bottom:5px;
}

/* GENERAL PAGE TEMPLATE */
/* Styles are independent of cascade in this chunk, try and keep 'em usable. */

h2.section-title
{
	font-size: 20px;
	color: #00bce4;
	font-weight:600;
	margin:0px 0px 45px 0px;
	padding:0px;
	position: relative;
}


h2.section-title::after
{
	background-color: rgba(249, 205, 0, 1);
	content: "";
	height: 3px;
	left: 0px;
	margin-left: 0;
	position: absolute;
	top: 35px;
	width: 40px;
	z-index: 1;
}

.side-nav ul
{
	margin-left:10px;
}

.side-nav ul ul
{
	margin-top: 5px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.side-nav ul li
{
	list-style: none;
	margin-bottom:5px;
}

.side-nav ul li a
{
	color: #797b85;
}

.side-nav ul li a:hover
{
	color: #f6a124;
}

.side-nav ul#nav-sub li.overview
{
	font-weight:600;
}

.side-nav ul#nav-sub li.here > a
{
	color: #f6a124;
}



.side-nav ul#nav-sub li.here::before
{
	content: " - ";
	color: #f6a124;
}



.side-nav ul#nav-sub li.overview.here a
{
	color: #797b85;
}

.side-nav ul#nav-sub li.overview.here::before
{
	content: "";
}

.general-page-content ul
{
	margin-left:20px;
}

.general-page-content h2
{
	font-size: 20px;
	color: #00bce4;
	font-weight: 600;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	position: relative;
}

.general-page-content h3
{
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 600;
	color:#735077;
}


.general-page-content img {
	max-width: 100%;
	height: auto !important;
}


/* BLOG */
.container.blog h2
{
	font-size: 20px;
	color: #00bce4;
	font-weight:600;
	margin:0px 0px 45px 0px;
	padding:0px;
	position: relative;
}


.container.blog h2::after
{
	background-color: rgba(249, 205, 0, 1);
	content: "";
	height: 3px;
	left: 0px;
	margin-left: 0;
	position: absolute;
	top: 35px;
	width: 40px;
	z-index: 1;
}




.container.blog .blog-nav
{

}


.container.blog .blog-nav .side-list ul li
{
	list-style: none;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #F1F1F1;
	text-transform: capitalize;
}

.container.blog .blog-stubs
{
 
}

.container.blog .blog-stubs .stub
{
	margin-bottom:35px;
	min-height:495px;
}

.container.blog .blog-stubs .stub h3
{
   font-size: 16px;
   line-height: 18px;
   margin-bottom: 0px;
   margin-top: 20px;
   min-height: 50px;
   font-weight: 600;
}

.container.blog .blog-stubs .stub h3 a
{
	color:#735077;
}

.container.blog .blog-stubs .stub p
{
	margin-bottom:5px;
}

.container.blog .blog-stubs .stub p.date
{
	margin-bottom: 10px;
	font-size: 12px;
}


.container.blog .blog-stubs .stub p.excerpt
{
	line-height: 20px !important;
	margin-bottom: 15px;
}

.container.blog .blog-single img#single-blog-image
{
	margin-bottom:30px;
}

.container.blog .blog-single h3
{
	font-size: 20px;
	color: #00bce4;
	font-weight:600;
	margin:0px 0px 0px 0px;
	padding:0px;
	position: relative;
}


.container.blog .blog-single p.date
{
	position:relative;
	margin-bottom:50px;
}

.container.blog .blog-single p.date::after
{
	background-color: rgba(249, 205, 0, 1);
	content: "";
	height: 3px;
	left: 0px;
	margin-left: 0;
	position: absolute;
	top: 48px;
	width: 40px;
	z-index: 1;
}

.container.blog .blog-single ul
{
	margin-left:20px;
}


.container.blog .blog-single ul li
{
	margin-bottom:10px;
}

.next-prev-links
{
	
}

.next-prev-links a
{
	color: #eba315;
	display: block;
	font-size: 14px;
	height: 30px;
	margin-bottom: 10px;
	padding-right: 35px;
}


.next-prev-links a#prev
{

	background: transparent url("/assets/images/prev-arrow.png") no-repeat 91px -1px;
}

.next-prev-links a#next
{
	background: transparent url("/assets/images/next-arrow.png") no-repeat 65px -2px;
}


/*  TEAM  */

.team-stub
{
	margin-bottom:40px;
	padding-bottom:20px;
	border-bottom:1px solid #f5f5f5;
}

.team-stub .photo
{
	
}

.team-stub .blurb
{
	
}


.team-stub .blurb h3
{
	font-size: 20px;
	color: #00bce4;
	padding:0;
	margin:0;
}



.team-stub .blurb p.position
{
	font-weight:600;
	margin-bottom: 5px;
}


/*  SEARCH RESULTS  */

.search-results
{
	padding-bottom:20px;
	margin-bottom:40px;
	border-bottom:1px solid #f5f5f5;
}

.search-results h3
{
	font-size: 20px;
	color: #735077;
	padding:0;
	margin:0 0 10px 0;
}

.search-results p
{
	margin-bottom: 10px;
}


/* FORMs */

.row.forms
{
	background-color:#eeedee;
}

.general-form-container
{
	padding-top:30px;
}


.general-form-container .form-control
{
	width:75%;
}

.general-form-container .line
{
	margin-top:0px;
	margin-bottom:0px;
	border-top:0;
}

.general-form-container.abseil .line
{
	margin-bottom: 20px;
}

.general-form-container .line ul
{
	margin-top:-10px;
}

.general-form-container.abseil .line ul.radio li
{
	margin-top: 15px;
}

.general-form-container .ff_composer .unit
{
	padding: 0;
    position: relative;
}

.general-form-container .ff_composer .unit em
{
	margin-top: -18px;
	display: block;
	font-size: 12px;
	margin-bottom: 25px;
}

   

.general-form-container .ff_composer h2
{
   color:#6b4b6f;
   font-size:20px;
   margin-bottom:0;
}

.general-form-container .ff_composer p
{
	margin-bottom: 20px;
}


.general-form-container .ff_composer .field_label
{
	font-weight: 600;
	padding-bottom: 0px;
	font-size: 16px;
	color: #6b4b6f;
}

.general-form-container label
{
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	font-family: "proxima-nova",sans-serif;
	text-transform: none;
	letter-spacing: 0px;
	color: #6a6a6a;
	margin-bottom: 0px;
	cursor: pointer;  
}

.general-form-container input[type="radio"], 
.general-form-container input[type="checkbox"]
{
	margin-left: 3px;
    box-shadow: none;
}

.general-form-container .ff_composer textarea
{
	padding:10px 15px;
}


.general-form-container .ff_composer .size1of2
{
	width: 43%;
}

.general-page-content.abseil
{
	position: relative;
}

.general-page-content.abseil h1
{
	text-align: center;
	margin-bottom: 40px;
}

.general-form-container.abseil input[type="submit"] {
    background-color: #00bce4;
    border: 0px;
    color: #FFF;
    padding: 10px 30px;
    font-size: 1.6rem;
}

.general-form-container.abseil label.chkbx-label
{
	padding-left: 30px;
}

.general-form-container.abseil #freeform_abseil_opt_in
{
	position: absolute;
    top: 0px;
    left: 0px;
    height: auto;
    width: initial;
}



.general-page-content.abseil img#intro-image
{
	width: 100%;
}

.general-page-content.abseil .abseil-info
{
    margin-top: -30px;
    width: 75%;
    background-color: #ffffff;
    z-index: 50;
    position: relative;
    padding: 40px;
    margin: -50px auto 0px;
}

.general-page-content.abseil .abseil-info .abseil-col-layout
{
-webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;

    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}

.general-page-content.abseil .abseil-info .abseil-col-layout.single
{
-webkit-column-count: 1; /* Chrome, Safari, Opera */
    -moz-column-count: 1; /* Firefox */
    column-count: 1;

    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
}





.no-service-message
{
	display: none;
	border: 3px solid #f9a134;
	padding: 20px;
	background-color: #FFF;
	margin-bottom: 20px;
	font-size: 16px;
	text-align: center;
}

.no-service-message p
{
	margin-bottom: 0px;
}


.resource h3
{
	color:#735077;
	margin-bottom:15px;
	font-size: 18px;
}

.resource .video h3
{
	margin-bottom: 45px;
}


.resource h4
{
	margin-bottom:0px;
	font-size:16px;
}



.resource p
{
	color:#797b85;
}

.resource.video h4
{
	color:#00bce4;
}

.resource .list
{
	margin-bottom:50px;
}

.resource .list .col-md-7
{
	padding-left:0px;
}
.resource .list .col-md-5
{
	padding-right:0px;
}

.resource .video .video-container img,
.resource .video .video-container iframe
{
	display:block;
}

.resource .video a.play-video
{
	height:80px;
	line-height:80px;
	padding-left:95px;
	background: transparent url("/assets/images/play-stop.png") no-repeat 0 0;
	display:block;
	font-weight: bold;
	color:#f89f33;
	margin-top:30px;
}



.fourohfour-container
{
	margin: 0 auto;
	width: 80%;
}

.fourohfour-container h3 {
	color: #00b4e4;
	font-size: 70px;
	margin-bottom: 10px;
}

.fourohfour-container.search h3
{
	font-size: 30px;
}

.fourohfour-container h3 span
{
	color: #f1b828;
}

.fourohfour-container ul
{
	margin-left:  40px;
}

.fourohfour-container h4,
.fourohfour-container p
{
	max-width: 470px;
	width: 100%;
}



.footer-logos
{
	margin-top:20px;
}

.footer-logos img
{
	display:block;
}


.hub-map p.table-prompt
{
	display:none;
}




.datagrid table {
	border-collapse: collapse;
	text-align: left;
	width: 100%;
}
.datagrid {
	font: normal 12px/150% Arial, Helvetica, sans-serif;
	background: #fff;
	overflow: hidden;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display:none;
}
.datagrid table td,
.datagrid table th {
	padding: 3px 10px;
}
.datagrid table thead th {
	
	background-color: #06bee5;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	border-left: 1px solid #FFFFFF;
}
.datagrid table thead th:first-child {
	border: none;
}
.datagrid table tbody td {
	color: #585858;
	/*border-left: 1px solid #E1EEF4;*/
	font-size: 13px;
	font-weight: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}

.datagrid table tbody td.web a
{
	color: #585858;
	
}

.datagrid table tbody td.web a:hover
{
	text-decoration: underline !important;
}
.datagrid table tbody .alt td {
	background: #eeedee;
	color: #585858;
}
.datagrid table tbody td:first-child {
	border-left: none;
}
.datagrid table tbody tr:last-child td {
	border-bottom: none;
}
.datagrid table tfoot td div {
	border-top: 1px solid #006699;
	background: #E1EEf4;
}
.datagrid table tfoot td {
	padding: 0;
	font-size: 12px
}
.datagrid table tfoot td div {
	padding: 2px;
}
.datagrid table tfoot td ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
.datagrid table tfoot li {
	display: inline;
}
.datagrid table tfoot li a {
	text-decoration: none;
	display: inline-block;
	padding: 2px 8px;
	margin: 1px;
	color: #FFFFFF;
	border: 1px solid #006699;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #006699), color-stop(1, #00557F));
	background: -moz-linear-gradient( center top, #006699 5%, #00557F 100%);
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#006699', endColorstr='#00557F');
	background-color: #006699;
}
.datagrid table tfoot ul.active,
.datagrid table tfoot ul a:hover {
	text-decoration: none;
	border-color: #00557F;
	color: #FFFFFF;
	background: none;
	background-color: #006699;
}
div.dhtmlx_window_active,
div.dhx_modal_cover_dv {
	position: fixed !important;
}




/* ----------------------------------------------------------------
	Responsive CSS - general responsiveness by Loughlin
-----------------------------------------------------------------*/


@media (max-width: 1199px) {



}


@media (min-width: 992px) and (max-width: 1199px) {



}


@media (max-width: 991px) {



	.hub-map p.map-prompt
	{
		display:none;
	}

	.hub-map p.table-prompt
	{
		display:block;
	}

	.hub-map #map-ireland
	{
		display:none;
	}

	.datagrid
	{
		display:block;
	}

	.homepage-info-boxes .hp-info-box .image {
		float: left;
		width: 100%;
	}

	.homepage-info-boxes .hp-info-box .image img{
		width: 100%;
	}

	.homepage-info-boxes .hp-info-box .details
	{
		width:100%;
		padding:30px;
	}



}


@media (min-width: 768px) and (max-width: 991px) {


	#logo{
		display: block;
		height: 100px;
		float: left;
		margin: 25px auto 25px !important;
		max-width: none;
		text-align: center;
		border: 0 !important;
		padding: 0 !important;
	}


	#primary-menu.style-2 > div #top-search span#search-text{
		position: absolute;
		right: 68px;
		top: 19px;
	}


	#footer-twitter {
		position: relative;
		padding-bottom: 75px;
		margin-bottom: 50px;
	}


	.bubble {
		position: relative;
		width: 100%;
		padding: 10px;
	}

	.footer-social-follow p {
		display: none;
	}

	.footer-social-follow {
		float: right;
		margin-top: -100px;
	}


	.social-icon.si-large {
		margin: 0 0px 0px 0;
		width: 42px;
		height: 42px;
		font-size: 22px;
		line-height: 54px !important;
	}



	.footer-copyright p {
		margin-bottom: 20px;
		float: none;
		color: #a6a6a6;
		margin: 0 auto;
		width: 80%;
		text-align: center;
		display: block;
	}


	.footer-further-links ul {
		margin-bottom: 20px;
		text-align: center;
		margin-top: 20px;
		width: 100%;
	}


	.footer-further-links ul li {
		list-style: none;
		display: block;
	}

	.footer-further-links ul li + li::before {
		content: "";
	}

	.footer-further-links p.credits {
		text-align: center;
		margin-bottom: 20px;
		color: #a6a6a6;
	}


}


@media (max-width: 767px) {

	.footer-copyright p {
		margin-bottom: 20px;
		float: none;
		color: #a6a6a6;
		margin: 0 auto;
		width: 80%;
		text-align: center;
		display: block;
	}


	.footer-further-links ul {
		margin-bottom: 20px;
		text-align: center;
		margin-top: 20px;
		width: 100%;
	}


	.footer-further-links ul li {
		list-style: none;
		display: block;
	}

	.footer-further-links ul li + li::before {
		content: "";
	}

	.footer-further-links p.credits {
		text-align: center;
		margin-bottom: 20px;
		color: #a6a6a6;
	}


	.news-carousel .text-overlay {
		padding: 0px 8px 0px;
	}

	.news-carousel .text-overlay-title h2
	{
		color:#FFF;
		text-shadow: none;
	}



	.news-carousel .text-overlay-meta,
	.news-carousel a.findoutmore
	{
		display:none;
	}

	.text-overlay-title h2 {
		font-size: 14px;
		color: #f1c83c;
		line-height: 14px !important;
	}

	.general-page-content.abseil .abseil-info .abseil-col-layout {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}

	.general-page-content.abseil .abseil-info {
		margin-top: 0px;
		width: 100%;
		background-color: #ffffff;
		z-index: 50;
		position: relative;
		padding: 10px;
		margin: 0px auto 0px;
	}


}



@media (min-width: 480px) and (max-width: 767px) {

	#footer-twitter {
		position: relative;
		padding-bottom: 75px;
		margin-bottom: 50px;
	}

	 .footer-social-follow p {
		display: none;
	}


	.footer-social-follow {
		float: right;
		margin-top: -97px;
	}




}



@media (max-width: 767px) {

	#logo {
		display: block;
		width: 145px;
		float: left;
		height:auto;
		margin-top: 20px !important;
		margin-bottom: 20px !important;
	}

	#logo img
	{
		display: block;
		width: 100%;
		height: auto !important;
	}
	
	#help-buttons {
		float: right;
		margin-top: 20px;
	}

	#help-buttons .get-help,
	#help-buttons .give-help
	{
		line-height:12px;
		width: 60px;
		height: 60px;
	} 

	#primary-menu.style-2 > div #top-search span#search-text
	{
		position: absolute;
		right: 68px;
		top: 19px;
	}


	.top-links li > a {
		padding: 0 0px;
		font-size: 12px;
	}

	 .footer-social-follow p {
		display: none;
	}

	.footer-social-follow {
		float: right;
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.datagrid table td.web,
	.datagrid table th.web
	{
		display:none;
	}

	.datagrid table td,
	.datagrid table th
	{
		padding: 5px 5px;
	}

}




@media (max-width: 479px) {

	#primary-menu.style-2 > div #top-search span#search-text
	{

		right: 33px;
	}


}