﻿/*
Theme Name: RSM Theme
Description: Theme for RSM Website
Version: 1.00
Author: Legato Solutions, Belfast
Author URI: http://www.legato-solutions.com
*/


@charset "utf-8";
/* CSS Document */

/* START General */
* {
	padding:0;
	margin:0;
}
a { 
	text-decoration:none;
}
img {
	border:0;
}
body {	
	text-align:center;
    color: #000000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
	 /* line spacing moved to content paragraphs and lists */
}
.inner {
	width:988px;
	position:relative;
	text-align:left;
	margin:0 auto;
	overflow:hidden;
}
header, nav, #content, #main {
	display:block;
}
/* END General */


/*******************************  HEADER AREA ********************************/

/* START Header */
header {
	background:#fff;
	z-index:1000;
	position:relative;
}
header .inner {
	overflow:visible;
}
	/* LOGO */
	#logo {
		float: left;
		margin: 15px 0 0 20px;
		display:block;
	}
	/* START Nav */
	header nav {
		clear: right;
		float: right;
		padding: 0px 12px 0px 0;
		width: 740px;
		z-index: 1000;
		position: relative;
	}
	header nav > ul {
		float:right;
	}
	header nav li {
		float:left;
		list-style:none;
		color:#16365D;
		font: bold 11px Arial, Helvetica, sans-serif;
		position:relative;
	}
	header nav li a {
	color: #16365D;
	display: block;
	padding: 6px 7px 8px;
	margin-top: 4px;
	}
	header nav li a:hover {
		text-decoration:underline;
	}
	header nav li.current_page_ancestor > a,
	header nav li.current_page_item > a,
	header nav li.current_page_parent > a {
		color:#7F7F7F;
	}
	
	/* dropdown */
	
	header nav ul.children {
		display:none;
		z-index:10000;
		position:absolute;
		background: #fff;
		border-right: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		min-width: 131px;
	}
	header nav li:hover ul.children {
		display:block;
	}
	header nav ul.children li {
		clear:both;
	}
	header nav ul.children li a {
		display:block;
		clear:both;
		color: #111111 !important;		
		font-size: 11px;
		font-weight: normal;
		padding:3px 5px;
	}
	header nav ul.children li.current_page_item a {
		font-weight:bold;
	}
	/* END Nav */
	
	
	/* START Search Stuff */
	#search-wrapper {
		clear: right;
		float: right;
		margin-right: 18px;
		padding-right:26px;
		position:relative;
	}
	#search-wrapper div , #search-wrapper form {
		color: #16365D;
		float: left;
		font-size: 11px;
		font-weight: bold;
		margin: 20px 5px 0 0;
		display:block;
		white-space:nowrap;
	}
	#search-wrapper input { 
		font-family: Arial,Helvetica,sans-serif;
		font-size: 11px;
		width: 140px;
		font-weight: normal;
		padding:2px;
	}
	#search-wrapper select {
    font-size: 11px;
    height: 20px;
    width: 150px;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: normal;
	 padding:1px;
	}
	#search-wrapper option {
		padding:1px 2px;
	}
	#search-wrapper button {
		border:0;
		height:18px;
		width:25px;
		display:block;
		background:url(images/GO_BUTTON.gif);
		position:absolute;
		top:21px;
		right:0;
		margin-left:2px;
	}
	/* END Search Stuff */
	
	/* START Home banner slider */
	#home-section-header {
	height: 216px;
	position: relative;
	text-align: center;
	padding-top: 110px;
	background: url(images/1.jpg) no-repeat center 110px;
	}
	#home-section-header #slider {
		margin:0 auto;
	}
	/* END Home banner slider */
	
	/* START Social Media and print */
	
	.SocialMediaContainer {
		 height: 28px;
		 padding-right: 10px;
		 padding-top: 3px;
		 margin-bottom: 7px;
		 text-align: right;
	}
	.SocialMediaContainer img {
		 border: 0 none;
	}
	.PrintPage {
		 font-size: 10px;
		 margin-left: 730px;
		 margin-top: 3px;
		 position: absolute;
		 font-family: Arial,Helvetica,sans-serif;
		 font-size: 12px;
		 line-height: 15px;
		 display:none;
	}
	.PrintPage a { 
		 color: #16365D;
		 text-decoration: underline;
	}
	.PrintPage img {
		 height: 16px;
		 width: 16px;
	}
	/* END Social Media and print */
/* END Header */


/*******************************  MAIN AREA ********************************/

/* START Header Links  */
.topBoxes {
    height: 28px;
    margin-bottom: 10px;
    width: 695px;
}
.homeBoxHeader {
    background-image: url("images/top_titleholder2col.png");
    background-repeat: no-repeat;
}
.homeBox {
    float: left;
    padding-left: 20px;
    width: 324px;
}
.homeBoxSpacer {
    float: left;
    height: 15px;
    width: 7px;
}
.frontheaders {
	color: #16365D;
	font-size: 12px;
	font-weight: bold;
	height: 22px;
	padding: 3px 0 0 7px;
}
.frontheaders a {
    color: #16365D;
    font-size: 12px;
    font-weight: bold;
	     line-height: normal;
    text-decoration: none!important;
}
/* END Header Links  */

/* START Main Section  */

#section-header.single-page-header {
	padding-top: 110px;
	}

#section-header h1 {
	font-size:18px!important;
}
#section-header #header-slogan {
	position:absolute;
	right:0;
	top:-90px;
}
#socialmedia-wrapper {
	height:16px;
}
#main {
	min-height:420px;
	overflow:hidden;
}
#main a {
    color: #004797;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    line-height: 15px;
    text-decoration: none;
}
#main a:hover {
	color:#7F7F7F;
}
#main .inner {
    margin-bottom: 3px;
    margin-top: 4px;
    padding-left: 21px;
    padding-top: 10px;
    width: 960px;
}

	/* START Left Sidebar */
	#left-sidebar {
		width:180px;
		float:left;
		margin-right:28px;
		margin-bottom:10px;
	}	
		/* START Services List */
		#services-list ul {
			list-style:none;
			margin-left:0;
		}
		#services-list li {
			margin-bottom:0.5em;
		}
		#services-list strong {
			font-size:14px;
			margin-bottom:1em;
			display:block;
		}
		
		/* END Services List */
	
	/* END Left Sidebar */
	
	/* START Main Content */
	#content {
		float:left;
		width:695px;
		margin-bottom:10px;
	}
	.home #content {
		border-left:1px #ccc solid;
		padding-left:15px;
	}
	#content a:hover {
		text-decoration:underline;
	}
	#content p, #content ul, #content ol {
		margin-bottom:20px;		
    	line-height: 20px;
	}
	#content ul, #content ol {
		margin-left:1em;
	}	
	#content ul {
		list-style-image: url(data:image/gif;base64,R0lGODlhBAAGAIABAABHlwAAACH5BAEHAAEALAAAAAAEAAYAAAIGhI8Jwc0FADs=);
		list-style-position:outside;
		margin-left:20px;
	}
	#content  a {
		 color: #004797;
		 font-family: Arial,Helvetica,sans-serif;
		 font-size: 12px;
		 line-height: 15px;
		 text-decoration: none;
	}
	
	
	#content h1 a {
		color: #003F85!important;
	}
		
		
		
	#content  a:hover {
		 /*color: #7F7F7F;*/
		 font-family: Arial,Helvetica,sans-serif;
		 font-size: 12px;
		 line-height: 15px;
		 text-decoration: underline;
         margin-bottom:10px;
	}
	#content h1 {
		 color: #004797;
		 font-family: Arial,Helvetica,sans-serif;
		 font-size: 14px;
		 font-weight: bold;
		 margin-bottom: 7px;
	}
	#content h2 {
		 color: #003D82;
		 font-family: Arial,Helvetica,sans-serif;
		 font-size: 12px;
		 font-weight: bold;
		 margin-bottom: 5px;
	}
		
	#content h2 a:hover {
		 color: #7F7F7F;
	}
	#content h2 a {
		 color: #7F7F7F;
		 text-decoration: none;
	}	
	#content img.size-medium {
		border:6px #fff solid;
		-webkit-box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.5);
		box-shadow:  0px 0px 1px 0px rgba(0, 0, 0, 0.5);
	}
	#content .featured-image {  
		border: 1px solid #E2E2E2;
	     float: right;
         margin: 0 0 15px 25px;
	}

    #content .featured-thumb {  
		border: 1px solid #E2E2E2;
	    width:40px;!important;
         margin: 0 0 15px 25px;
	}


	#homepage-latest {
		/* padding-left:60px; */
	}
	#homepage-latest h2 {
		margin-bottom:1em;
	}
	#homepage-latest .wrapper {
		padding-left:120px; 
		position:relative;
		padding-bottom:10px;
		min-height:85px;
		border-bottom: 1px dashed #ccc;
		margin-bottom:15px;
	}
	#homepage-latest .icon {
		position:absolute;
		left:0;
		top:0px;
	}
	#homepage-latest .date {
		color: #888888;
		font-size: 11px;
		left: 0;
		position: absolute;
		top: 1px;
		width: 105px;
	}
	#homepage-latest .link {
		font-weight:bold;
	}

	
#requestcallback-btn {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: 0.5em 2em 0.55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	color: #fff!important;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#2797cf), to(#0061a6));
	background: -moz-linear-gradient(top,  #2797cf,  #0061a6);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2797cf', endColorstr='#0061a6');
	text-decoration: none!important;
	margin: 0 auto 10px;
}
#requestcallback-btn:hover {
	text-decoration: none;
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0088cc), to(#005f8f));
	background: -moz-linear-gradient(top,  #0088cc,  #005f8f);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#005f8f');
}
#requestcallback-btn2 img {
	margin-top:-10px;
}
	
	#member-role {
		color:#777;
	}
	#member-phoneno {
		background: url("images/phone.gif") no-repeat scroll 0 2px transparent;
		margin-bottom: 2px;
		padding-left: 19px;
	}	
	#member-email {
		background: url("images/email.gif") no-repeat scroll 0 3px transparent;
		margin-bottom: 20px;
		padding-left: 19px;
		text-decoration:none!important;
	}
	
	#m-email
	{
		-ms-word-wrap: break-word!important;
		word-wrap: break-word!important;
	}
	
	
		/* START Form Styles */
		span.wpcf7-not-valid-tip {
		border: 0!important;
		font-size: 11px!important;
		left: 10px!important;
		padding: 0!important;
		top: -1px!important;
		color:#c00;
		background:transparent!important;
		}
		div.wpcf7-validation-errors {
		 border: 0!important;
		color:#c00!important;
		}
		div.wpcf7-mail-sent-ok {
		 border:0!important;
		 color:#398F14!important;
		}
		div.wpcf7-response-output {
			padding:0!important;
			margin-top:10px!important;
		}
		/* END Form Styles */
	
	
		/* START Latest Stuff */
        table, th, td {
           border: 1px solid #7f7f7f;
        }
        td {
            padding: 10px;
        }

        #people {
            border:none!important;
        }
        #clients {
              border:none!important;
        }

        #people table, th, td {
             border:0px!important;
        }

		#latest-stuff {
			margin:20px 0;
			overflow:hidden;
		}
		#latest-stuff a {
			text-decoration:none;
		}
		#latest-stuff .date {
			margin-top:10px;
			font-size:11px;
			clear:right;
            color: #7f7f7f;
			font-weight:bold;
		}
		#latest-stuff .box {
			width:29%;
			margin-right:2%;
			padding-left:2%;
			margin-bottom:20px;
			min-height:175px;
			float:left;
			background:#fff;
			border-left:1px solid #ddd;
			position:relative;
			left:-2%;
		}
		#latest-stuff .box .inner {
			min-height: 250px;
			width: 100%;
			margin:0;
			padding:0;
		}
		#latest-stuff .box.twitter .inner {
			min-height: 250px;
			overflow:hidden;
		}
		#latest-stuff .tweets {
			margin-right:-15px;
		}
		
		#latest-stuff .box.newsletters {
			padding-right:16px;
		}
        .cat-date {
			margin-top:5px;
			margin-bottom:10px;
			font-size:11px;
			clear:right;
            color: #7f7f7f;
		}
		
		.twitter .tweets_header,
		.twitter h1 {
			color:#333;
			font:bold 14px Arial, Helvetica, sans-serif;
			margin-bottom: 7px;
		}
		.twitter .tweets .avatar img {
			width:40px;
			height:40px;
			position:absolute;
			left:0;
			top:-3px;
		}
		#homepage-tweets .tweets .avatar img {
			display:none;
		}
		.twitter .tweets .mt_header a {
			color:#333;
			font-weight:bold;
			font-size:13px;
		}
		.twitter .tweets .tweet {
			padding-left:50px;
			position:relative;
		}
		#homepage-tweets .tweets .tweet {
			padding-left:0px;
			
		}
		.twitter .tweets .time {
			float:right;
			color:#aaa;
		}
		.twitter .tweets .mt_screen_name {
			color:#666;
			font-size:11px;
			clear:left;
		}
		.twitter .tweets .mt_text {
			padding:8px 0;
			background:#fff;
		}
		.twitter .tweets .mt_text a {
			color:#16365D!important;
			font-size:10px;
		}
		.twitter.tweets .mt_footer a,
		.twitter .tweets .mt_footer {
			font-size:10px;
			color:#999;
		}
		.twitter .tweets .mt_footer a {
			color:#666;
		}
		.twitter .mt_user {
			clear:both;
			display:block;
		}
		#latest-stuff .divider {
			border-top:1px solid #ddd;
			width:100%;
			height:1px;
			clear:both;
			margin-bottom:20px;
		}
		#latest-stuff .icon {
			position:absolute;
			top:3px;
			left:0;
			width:48px;
			height:auto;
		}
		#latest-stuff .box  .readmore
		{
			display:block;
			margin-left:58px;
		}
		#latest-stuff .box.news  .readmore,
		#latest-stuff .box.events .readmore {
			margin-left:0;
		}
		
		#latest-stuff .wrapper {
			position:relative;
			padding-left:58px;
			min-height:65px;
			padding-bottom:10px;
		}
		#latest-stuff .news .wrapper,
		#latest-stuff .events .wrapper {
			padding-left:0px;
		}
		#latest-stuff .news.box,
		#latest-stuff .events.box {
			width:27%;
		}
		/* END Latest Stuff */
				
	/* END Main Content */
	
	
	/* START Right Sidebar */
	#right-sidebar {
		width:219px;
		float:right;
		margin-right:5px;
		margin-bottom:10px;
	}
	#right-sidebar a:hover {
		text-decoration:underline;
	}
		/* START Side Menu */
		#side-menu ul {
			margin-left: 0em!important;
		}
		#side-menu a {
			display: block;
			padding-top: 6px;
			padding-bottom: 6px;
			padding-left: 28px;
			border-style: solid;
			border-width: 0px 0px 1px;
			border-color: #13438D;
			background: #fff url(images/greyshevron.gif) no-repeat 10px 8px;
			color: #333;
			text-decoration: none;
			font: bold 11px Arial, Helvetica, sans-serif;
		}
		#side-menu a:hover {
			color:#7f7f7f;
			text-decoration:underline;
		}
		#side-menu #home-link a {
			background-color:#99B5D5;
		}
		#side-menu #cat-link a {
			background-color:#bfd1e5;
		}
		#side-menu ul li {
			list-style:none;
			display:block;
		}
		#side-menu ul li.current_page_parent > a,
		#side-menu ul li.current_page_item > a,
		#side-menu ul li.current-cat a{
			display:block!important;
			background-color: #E5ECF4;
			
		}
			/* Level 2 */
			#side-menu ul li li.current_page_item a {
				text-decoration:underline;
			}
			#side-menu ul li ul {
				display:none;
			}			
			#side-menu ul li.current_page_parent > ul,
			#side-menu ul li.current_page_item > ul {
				display:block!important;
				background: #e5ecf4;
				border-bottom:1px #13438D solid;
				margin-top:-4px;
				padding-bottom:2px;
			}			
			#side-menu ul ul li a {
				border-style: none;
				padding-bottom: 4px;
				padding-left: 9px;
				padding-top: 4px;
				color: #333;
				font-family: Arial,Helvetica,sans-serif;
				font-size: 9px;
				font-weight: bold;
				line-height: 11px;
				text-decoration: none;
				background: #e5ecf4 url(images/singleshevron.gif) no-repeat 0 5px;
			}			
			#side-menu ul ul li {
				padding-left: 28px;
			}
		/* END Side Menu */
	
		/* START Widgets */
		#services-list.box,
		#right-sidebar .box {
			background: #fff;
			border-left: 1px solid #D4DDE4;
			border-right: 1px solid #D4DDE4;
			border-bottom: 1px solid #D4DDE4;
			margin-bottom: 15px;
			padding: 15px;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
		}
		#services-list.box h3,
		#right-sidebar .box h3 {
			clear: both;
			color: #004797!important;
			display: block;
			font-size: 12px;
			margin-bottom:10px;
			margin-left:-15px;
			margin-right:-15px;
			margin-top:-15px;
			background:#d5e6f6;
			padding:8px 15px;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			border-top: 1px solid #D4DDE4;
		}
		
		#services-list.box h3 a,
		#right-sidebar .box h3 a{
			color: #004797!important;
		}
		
		
		
		#right-sidebar .box a {
			color: #16365D;
		}
		#right-sidebar .box .textwidget {}
		/* END Widgets */
		
		/* END Team Profile */
		.profiles-wrapper {
			position:relative;
			padding-left:48px;
			height:68px;
		}
		.profiles-wrapper img {
			position:absolute;
			left:0;
			top:0;
			border: 1px solid #eee;
			margin-right:3px;
		}
		.profiles-wrapper .memberrole {
			color:#777;
			font-size:11px;
		}
		
		/* END Team Profile */
		
		/* START RSM Map */
		#rsm-member-map {
			text-align:center;
			margin-bottom:3px;
		}
		#rsm-member-map a {
			text-decoration:none;
		}
		/* END RSM Map */
		
		/* START Request Callback */				
		.BottomContactContainer {
			background-color: #EBF5F9;
			border: 1px solid #EAEAEA;
			color: #16365D;
			margin: 5px 0;
		}
		.BottomContactTopText {
			font-size: 11px;
			padding-bottom: 10px;
			padding-left: 10px;
			padding-top: 10px;
		}
		.BottomContactContainer h1 {
			margin: 0;
			padding: 0;
			font-size:14px;
		}
		.CallBackGraphic {
			margin-left: 148px;
			margin-top: 6px;
			position: absolute;
		}
		.BottomContactForm {
			background-color: #FFFFFF;
			padding-top: 10px;
			text-align:center;
		}
		.BottomContactForm .Label {
			float: left;
			margin-top: 3px;
			padding: 5px 5px 5px 0;
			text-align: right;
			width: 56px;
		}
		.BottomContactForm .Control {
			float: left;
			padding: 5px 0;
			width: 130px;
		}
		.BottomContactForm .Control input {
			width: 120px;
			padding:2px;
		}
		.BottomContactForm .Submit {
			padding-right: 5px;
			text-align: right;
		}
		/* START Request Callback */
							
	/* END Right Sidebar */	
	
/* END Main Section */


/*******************************  FOOTER AREA ********************************/

/* START Footer */
footer a {
	color:#fff;
}
footer a:hover {
	text-decoration:underline;
}
footer .inner {
    background-color: #16365D;
    clear: both;
    color: #fff;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 11px;
    font-weight: bold;
    padding: 4px 14px;

}
#footer-text {
	 font-size: 11px;
	 color:#888;
	 margin:10px 0;
}
#footer-text .box {
	width:800px;
}
/* END Footer */


/* START Ads */
	#featured-ad-panel {
		width:150px;
		height:auto;
		overflow:hidden;
		margin-top:20px;
		color: #16365D; 
		font-weight: bold;
		text-decoration:none;
	}
	#featured-ad-panel a {
	color: #16365D; font-weight: bold;
		text-decoration:none;
		display:block;
		margin-bottom:5px;
	}
	.right-ad-panel {
		width:218px;
		height:auto;
		overflow:hidden;
		margin-top: 20px;
	}
	.right-ad-panel img {
		padding-bottom: 8px;
	}
/* END Ads */

/* START Social Media */
#social-media {
	position:absolute;
	right:0;
	top:0;
}
#social-media a {
	display:block;
	width:32px;
	height:32px;
	float:left;
	margin-left:10px;
}
#icon-facebook {	background:url(images/social/facebook.png); }
#icon-twitter {	background:url(images/social/twitter.png); }
#icon-feed {	background:url(images/social/feed.png); }

/* END Social Media */


.cat-list-wrapper {
	padding-left:100px;
	position:relative;
	min-height:120px;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px #ccc solid;
}
.cat-list-wrapper.news {
	padding-left:120px;
}
.cat-list-wrapper.news .date {
    color: #888888;
    font-size: 11px;
    left: 0;
    position: absolute;
    top: 1px;
    width: 105px;
}
.cat-list-wrapper.news .link {
	font-weight:bold;
}
.cat-list-wrapper .icon {
	position:absolute;
	left:0;
	top:0;
    border:1px solid #7f7f7f;
}
.readmore-link,
.download-link {
	font-weight:bold;
	background:url(images/download_icon.jpg) no-repeat 0 0;
	display:block;
	min-height:16px;
	padding-left:20px;
	float:right;
}
.readmore-link {
	background:url(images/read-more.png) no-repeat 0 2px;	
}

.page-attachment {
	margin-bottom:15px;
	position:relative;
	padding-left:45px;
}
.page-attachment .icon {
	position:absolute;
	left:0;
	top:0;
}
.page-attachment h3 {
	 color: #16365D;
    font-size: 14px;
    font-weight: bold;
	 margin-bottom:0px;
}

#atic_auth, #at15pf { display:none!important; }
.addthis_toolbox {
	white-space:nowrap;
	width:108px;
}
/* START Filename highlighting */
/* Use display:none; to turn off filename highlighting */
#filename {
	position:fixed;
	top:50px;
	left:30px;
	background:rgba(255, 255, 0, 0.3);
	color:#7F7F7F;
	font-size:13px;
	padding:5px;
	display:none;
}
/* END Filename highlighting */



span.wpcf7-not-valid-tip {
	position:relative!important;
	left:0!important;
	font-size:11px!important;
	display:block;
	clear:both;
	color:#cc0000!important;
	width: auto!important;
	border:0!important;
	padding:0!important;
	margin:0!important;
}
input.wpcf7-not-valid,
textarea.wpcf7-not-valid,
select.wpcf7-not-valid,
.wpcf7-not-valid input {
	border:1px solid #c00!important;
}
.wpcf7-response-output {
	font-size:11px!important;
	display:block;
	clear:both;
	color:#990000!important;
	position:relative;
	left:100px!important;
}
.right-ad-panel a.title {
	display:block;
	clear:both;
	margin-bottom:7px;
}
.right-ad-panel .thumb img {
	width:78px;
	height:auto;
	float:left;
	padding-right:10px;
	position:relative;
	top:3px;
}
.right-ad-panel .text {
	line-height:normal;
}
.pagination {
	text-align:center;
}
.pagination .current {
	font-weight:bold;
	background:#eee;
}
.pagination a, .pagination span {
    display: inline-block;
    padding: 0 5px;
}

.collapseomatic {
    background: url("images/plus.gif") no-repeat scroll right 0 rgba(0, 0, 0, 0) !important;
    border-bottom: 2px solid #067383;
    color: #005863;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 15px;
    font-weight: bold;
    padding: 12px 10% 12px 0 !important;
    width: 90%;
}

.colomat-close {
    background: url("images/minus.gif") no-repeat scroll right 0 rgba(0, 0, 0, 0) !important;
}

.collapseomatic_content  {
	margin-top:10px;
	margin-bottom:10px;
}


.alignleft .wp-caption-text{
		margin-top:-5px!important;
		padding-right:15px!important;
	}
	
	.size-full {
		margin-top:5px!important;
	}
	
	.alignleft img {
		float:left;
		margin:15px;
	}
	.alignleft p {
		float:right;
		margin:10px;
	}
	
	.alignright img {
		float:right;
		margin:10px;
	}
	.alignright p {
		float:right;
		margin:15px;
	}
	.aligncenter {
		margin-left:15px;
		margin-top:-30px;
	}
	
    #content .featured-image {
    border: 1px solid #e2e2e2;
    float: right;
    margin: 0 0 15px 25px;
}

.timeline-header
{
	padding:0px!important;
	
}
