/* 
    Document   : bare
    Created on : 03-Dec-2010, 09:34:17
    Author     : martyn
    Description:
    Purpose of the stylesheet follows.
*/
@font-face {
    font-family: 'Swiss721BTLight';
    src: url('fonts/swissbtlig-webfont.eot');
    src: url('fonts/swissbtlig-webfont-.eot') format('embedded-opentype'),
         url('fonts/swissbtlig-webfont.woff') format('woff'),
         url('fonts/swissbtlig-webfont.ttf') format('truetype'),
         url('fonts/swissbtlig-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Swiss721Regular';
    src: url('fonts/swissbtrom-webfont.eot');
    src: url('fonts/swissbtrom-webfont-.eot') format('embedded-opentype'),
         url('fonts/swissbtrom-webfont.woff') format('woff'),
         url('fonts/swissbtrom-webfont.ttf') format('truetype'),
         url('fonts/swissbtrom-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    border:0px;	
	margin:0px;
	padding:0px;
	color:#333333;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:url("../images/background.jpg") repeat-x top center;
}
body.home{
	background:url("../images/homepage-background.jpg") no-repeat top center;
    background-size: auto 502px;
}
/* TinyMCE specific rules */
body.mceContentBody {
   background: #FFF;
   padding:5px;
}
.home #wrapper{
    background-image:none;
}
h1{
	margin:0 0 10px 0;
	font-size:24px;	
	font-weight:normal;
	font-family:Swiss721BTLight, Arial, Helvetica, sans-serif;
}
h2{
	margin:0 0 10px 0;
	font-size:24px;
	font-weight:normal;
	font-family:Swiss721BTLight, Arial, Helvetica, sans-serif;	
}
h3{
	margin:0 0 10px 0;
	font-size:16px;
	font-weight:normal;
	font-family:Swiss721BTLight, Arial, Helvetica, sans-serif;
}
h4{
	margin:0 0 10px 0;
	font-size:13px;
	color:#007899;
	font-family:Swiss721BTLight, Arial, Helvetica, sans-serif;
}
a{
	color:#007899;
	text-decoration:none
}
a:hover{
	text-decoration:underline;
}
p{
	margin:0 0 10px 0;	
}



/* #####################################   COMMON CLASSES   ##################################### */
.f-right {
    float: right;
}
.f-left {
    float: left;
}
.clear {
    clear: both;
}
.hidden{
	display:none;
}
.message{
	padding:5px;
	font-size:14px;
	border:1px solid #ccc;
	margin:0 0 10px 0;
}
.message.error{
	border:1px solid #900;
	color:#900;
}
.message.success{
	border:1px solid #060;
	color:#060;
}
.message p{
	margin:0;
}


/* #####################################  COMMON OBJECTS  ##################################### */
.search input[type="text"] {
	background: #ECF1F3;
	border: medium none;
	color: #A6A8AB;
	font-size: 13px;
	padding: 3px;
	vertical-align: baseline;
	width: 250px;
	margin:0;
}
.search input[type=submit]{
	vertical-align:baseline;
	cursor:pointer;
	width:15px;
	height:15px;
	float:right;
	background:url("../images/button-search.jpg") no-repeat;
	border:none;
}
.read_more{
	color:#fff !important;
	font-size:12px;
	background:#007899 url("../images/readmore-bg.png") right center no-repeat;
	padding:3px 13px 3px 5px;
} 

.read_more_big{
	color:#fff !important; 
	font-size:18px;
	background:#007899 url("../images/readmore-bg.png") right center no-repeat;
	padding:10px 17px 10px 11px;
} 



/* #####################################  CONTAINERS  ##################################### */
#wrapper{
	width:1000px;
	margin:0 auto;
	clear:both;
	background:url("../images/wrapper_bg.png") no-repeat center top;
}
#homepage #wrapper{
	background:none;
}
#page_wrapper{
	float:left;
	width:100%;
	margin:-48px 0 15px 0;
}
#page{
	float:left;
	width:100%;
}
#page_left_wrapper{
	float:left;
	width:222px;
	margin:78px 15px 0 0;
}
#page_left{
	float:left;
	width:182px;
	padding:0px 20px 20px 20px;
	position:relative;
	z-index:2;
	background:url("../images/transparent-bg.png");
}
#page_center{
	float:left;
	width:723px;
	padding:20px;
	z-index:1;
	position:relative;
	background:url("../images/transparent-bg.png");
}
#page_center.thin{
	width:486px;
}
.blog_home #page_center{
	padding:0px 20px 20px 20px;
}
.full_width #page_center{
	width:960px;
}
.center #page_center{
	width:428px;
	clear:both;
	margin:0 0 0 266px;
}

#page_right{
	float:right;
	width:182px;
	padding:0px 20px 20px 20px;
	z-index:1;
	position:relative;
	background:url("../images/transparent-bg.png");
	margin:0 0 0 0;
}
.blog #page_right{
	margin:0;
}


#landing_form_wrapper{
	float:right;
	width:350px;
	margin:78px 15px 0 0;
}
#landing_form{
	float:left;
	width:325px;
	padding:0px 20px 20px 20px;
	position:relative;
	z-index:2;
	background:url("../images/transparent-bg.png");
}

.landing_form_block{
	float:left;
	border:1px solid #cccccc;
	background:#fff;
	width:260px;
	padding:10px;
}

/* ------ Breadcrumb ------ */
#breadcrumb{
	float:left;
	width:480px;
	margin:60px 0 5px 0;
	font-size:10px;
	position:relative;
	z-index:10;
	color:#007899;
}
.full_width #breadcrumb,
.center #breadcrumb{
	width:480px;
	margin:60px 0 5px 0;
}
#breadcrumb a{
	font-size:10px;
}
#site_logo{
	float:left;
	margin:0 0 10px 0;
}
.blog h1{
float:left;
	width:480px;
	font-size:32px;
	margin:0 0 14px  0;
}


/* #####################################   HEADER   ##################################### */
#header {
	float:right;
	width:34%;
	position:relative;
	background-color:#000000;
	border:1px solid #fff;
	margin-top:-1px;
	z-index:9;
}
#search{
	float:right;
	margin:14px 0px;
	padding:0 0 0 20px;
	background:url("../images/search-bg.png") left center no-repeat;
	position:relative;
}
#search input[type=submit]{
	position:absolute;
	right:3px;
	top:3px;
}
#header .social_links{
	float:right;
	margin:10px 15px;
}
#header .social_links a{
	float:left;
	margin:0 5px;
}
#call_us{
	float:right;
	font-size:18px;
	color:#ffffff;
	margin:10px 5px;
	font-family:Swiss721BTLight, Arial, Helvetica, sans-serif;
}



/* #####################################  TOP NAV  ##################################### */
#topnav{
	float:right;
	height:48px;
	width:100%;
	margin:0 0 0 0px;
	position:relative;
	background-color:#000000;
	border:1px solid #fff;
	z-index:9;
}
#topnav ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#topnav ul li{
	float:left;
	margin:0px;
	position:relative;
	height:48px;
}
#topnav ul li:hover,
#topnav ul li.activelink,
#topnav ul li.childactivelink{
	background:url("../images/topnav-on.png") no-repeat center bottom;
}
#topnav li.current-menu-item,
#topnav li:hover{
    background:url("../images/topnav-on.png") no-repeat center bottom;
}
#topnav ul li a{
	padding:0 15px;
	position:relative;
	font-size:12px;
	margin: 16px 0;
	color:#ffffff;
	display:block;
	z-index:11;
	border-right:1px solid #fff;
}
#topnav ul li:nth-last-child(1) a{
	border-right:none;
}
#topnav ul li a:hover, 
#topnav ul li.activelink a,
#topnav ul li.childactivelink a{
	color:#6AB9C4;
	text-decoration:none;
}

#topnav li a:hover, 
#topnav li.current-menu-item a{
	color:#6AB9C4;
	text-decoration:none;
}

#topnav ul li ul{
	position:absolute;
	top:36px;
	left:0;
	width:238px;
	z-index:10;
	display:none;
}
#topnav ul li:hover ul{
	display:block;	
}
#topnav ul li ul li{
	background:#fff !important;
	width:238px;
}
#topnav ul li ul li.topnav_spacer{
	display:none;
}
#topnav ul li ul li a{
	border-bottom: 1px dotted #666666 !important;
	color: #6D94A1 !important;
	margin: 0 15px !important;
	padding: 7px 7px !important;
}
#topnav ul li ul li a:hover{
	
	text-decoration:underline;
}
#topnav ul li ul li.lastlink a{
	border:none !important;
}



/* #####################################  SIDEBAR ITEMS  ##################################### */
.sidebar_block_wrapper{
	float:left;
	width:100%;
	margin:20px 0 0;
}
.sidebar_top{
	float:left;
	display:none;
}
.sidebar_base{
	float:left;
	display:none;
}
.sidebar_block{
	float:left;
	border:1px solid #cccccc;
	background:#fff;
	width:160px;
	padding:10px;
}
.sidebar_block2{
	float:left;
	border:1px solid #cccccc;
	background:#fff;
	width:260px;
	padding:10px;
}
.block_head{
	height:26px;
	font-size: 14px;
	position:relative;
	z-index:1;
	margin:0 0 5px 0;
}
.block_head h3{
	float:left;
	height: 26px;
	line-height: 26px;
	margin:0;
	font-size:18px;
}

.sidebar_block td{
	padding:2px 0;	
}
.sidebar_block ul{
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
}
.sidebar_block ul li{
	width:100%;	
}
.sidebar_block ul li a{
	display:block;
	padding:5px 0;
	border-bottom:1px solid #E6E6E6;	
}
.sidebar_block ul li a:hover{
}
.sidebar_block ul li.lastlink a{
	border:none;
}

/* ------ Navigation Lists ------ */
.menu .sidebar_block{
	padding:10px;
}
.menu .sidebar_block .block_body{
	padding:0px;
}
.menu .sidebar_block ul li{
	margin:2px 0;
}
.menu .sidebar_block ul li a{
	border:none;
	background:#F2F2F2 url("../images/leftnav-link-bg.png") no-repeat center right;
	display:block;
	padding:6px 10px;
	font-size:13px;
}
.menu .sidebar_block ul li.parentlink.activelink a,
.menu .sidebar_block ul li.parentlink.childactivelink a{
	background:#e9e9e9 url("../images/leftnav-parent-link-bg.png") no-repeat center right;
}
.menu .sidebar_block ul li a:hover,  
.menu .sidebar_block ul li.activelink a{
	color:#6D94A1;
	text-decoration:none;
	background:#e9e9e9 url("../images/leftnav-link-bg.png") no-repeat center right;
}
.menu .sidebar_block ul li ul{
	float:none;
	margin:0;
	padding:8px 0;
}
.menu .sidebar_block ul li ul li{
	margin:0;
}
.menu .sidebar_block ul li ul li:nth-last-child(1) a{
	border:none !important;
}
.menu .sidebar_block ul li ul li a{
	padding:5px 7px !important;
	color:#007899 !important;
	border-bottom: 1px solid #E6E6E6 !important;
	margin:0 3px !important;
	background:none !important;
}
.menu .sidebar_block ul li ul li.lastlink a{
	border:none !important;	
}

.menu .sidebar_block ul li ul li.activelink a,
.menu .sidebar_block ul li ul li.childactivelink a{
	color:#007899;
}

.menu .sidebar_block ul li ul li.activelink a:hover,
.menu .sidebar_block ul li ul li.childactivelink a:hover{
    color:#333;
}

/* ------ tag cloud ------ */
.blog_tag_frequency_lowest{
    font-size: 11px;
}
.blog_tag_frequency_low{
    font-size: 14px;
}
.blog_tag_frequency_medium{
    font-size: 18px;
}
.blog_tag_frequency_high{
    font-size: 23px;
}
.blog_tag_frequency_highest{
    font-size: 26px;
}

/* ------ Twitter Widget ------ */
.block_twitter .block_body{
	padding:13px 0px 0;
	position:relative;
}
.twtr-ft{
	font-size:10px !important;	
}
.twtr-ft img{
  display: none !important;
}
.twitter_logo{
	position:absolute;
	bottom:10px;
	left:13px;	
}

/* ------ Archive ------ */
#content-date-picker{
	padding:5px;
}
#content-date-picker-years{
	float:left;
	width:100%;	
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	border-bottom:1px solid #e6e6e6;
}
#content-date-picker-dates{
	float:left;
	width:100%;	
}
#content-date-picker-years span{
	float:left;
	padding:3px;
	margin:0 5px;	
	text-align:center
}
#content-date-picker-dates span{
	float:left;
	padding:3px;
	margin:0 9px;
	width:25px;
	text-align:center
}
#content-date-picker span.active_date:hover a{
	color:#fff;	
}
#content-date-picker a{
	text-decoration:underline;
}
#content-date-picker span.active_date:hover,
#content-date-picker span.current_date{
	background:#007899;
	color:#fff;	
}



/* #####################################  PAGE CENTRE ITEMS  ##################################### */
#content{
	background:#fff;
	border:1px solid #ccc;
	padding:15px;
	font-size:12px;
}
.blog_home #content{
	background:none;
	padding:0;
	border:none;
}
.post_info_top{
	color:#6D94A1;
}
.post_info_base{
	color:#6D94A1;
}
.list1{
	padding:0 0 15px 0;
}
.title_img{
	float:left;
	margin:0 10px 10px 0;
}
.addthis_toolbox{
	float:left;
	width:100%;
	margin:15px 0;
}
.addthis_toolbox a{
	font-size:11px !important;	
}
.blog_post{
	width:100%;
}
.list1{
	float:left;
	width:100%;
}


/* #####################################  CHILD LIST  ##################################### */
.child_item{
	padding:20px 0 25px;
	border-top:1px solid #E6E6E6;
	float:left;
	width:100%;
	clear:both;
	position:relative;
}
.single .child_item{
    border-top:none;
    padding-top:10px;
}
.blog .child_item{
	background:#fff;
	border:1px solid #ccc;
	padding:15px 0px;
	margin:20px 0 0 0;
}
.child_item .read_more{
	float:left;
}
.blog .child_item .read_more{
	position:absolute;
	left:-8px;
	bottom:-35px;
}
.child_item .child_img{
	float:left;
	margin:0 10px 0 0;	
	width:140px;
	border:8px solid #F2F2F2;
	position:relative;
}
.category .child_item .child_img{
   width:45%;
    margin:0 5% 30px 0;
    height:auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.single .child_item .child_img{
   width:30%;
    margin:0 5% 30px 0;
    height:auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.category .child_item .child_img img, .single .child_item .child_img img, .tag .child_item .child_img img, .archive .child_item .child_img img{
    width:100%;
    height:auto;
    border:none;
    max-height: 150px;
}

.category .child_item .child_body{
    width:50% !important;
        padding: 0;
}

.single .child_item .child_body{
    width:65% !important;
        padding: 0;
}

.blog .child_item .child_img{
	margin:0 10px 27px 20px;
}

.child_item .child_img img{
	border: 1px solid #ccc;
	float:left;
    max-width: 100%;
    height: auto;
}
.child_item h2{
	margin-bottom:5px;
     line-height: 16px;
    margin-bottom:5px;
}
.child_item small{
    margin: 5px 0 8px;
    float: left;
    width: 100%;
    color: #999;
}
iframe{
    max-width: 100% !important;
}

.home iframe{
        width: 100%;
    margin-left: 0;
    height: 270px;
}
.child_item h2 a{
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
}
.single .child_item h2 a{
	font-size:27px;
    line-height: 1.3;
}
.child_item .child_body{
	padding:0 10px 0 0;
	float:left;
	width:495px;	
}
.search .child_item .child_body{
	padding:0 0 0 0;
	float:left;
	width:100%;	
}
.blog .child_item .child_body .read_more{
	display:none;
}
.child_item .child_body.with_image{
	width:515px;
}
.thin .child_item .child_body.with_image,
.blog .child_item .child_body{
	width:278px;	
}
.child_item .child_body p{
	margin:0 0 10px 0;	
}

.child_item .child_body .post_info_top{
	color:#6D94A1;
}
.child_item .child_body .post_info_base{
	color:#6D94A1;
	margin:0;
}



/* #####################################  COMMENTS LIST  ##################################### */
#comments_wrapper{
	float:left;
	width:100%;
}
.comments_list{
	float:left;
	width:100%;
	margin:20px 0 0 0;	
}
.comments_list h2{
	display:none;
}
.comments_list .comment_item{
	float:right;
	padding:15px 0 5px;
  	border-top: 1px solid #e6e6e6;
	margin:3px 0 0 0;
	width:100%;
}
.comments_list .comment_item .comment_item{
	width:95%;
}
.comments_list .post_info{
	color:#6D94A1;
}

/* #####################################  FORMS  ##################################### */
#ajax_info{
	float:left;
}
.form_wrapper{
	position:relative;
	width:100%;
	font-size:12px;
}
#squeeze-page_body .form_wrapper{
	width:395px;
}
.form_wrapper form{
	width:100%;
	position:relative;
}
.form_block, .comment_block{
	float:left;
	width:100%;	
	margin:0 0px 5px 0;
}
.form_wrapper label{
	float:left;
	width:100%;
	margin:0 0px 3px 0;
}
.form_wrapper input[type=text],
.form_wrapper input[type=password]{
	float:left;
	width:100%;
	padding:2px 0;
	background: none repeat scroll 0 0 #cce4eb;
	border:none;
}
.form_wrapper input[type=checkbox],
.form_wrapper input[type=radio],
.form_wrapper input[type=file]{
	float:left;
	margin:0;
}
.form_wrapper textarea{
	float:left;
	width:100%;
	height:100px;
	padding:2px 0;
	background: none repeat scroll 0 0 #cce4eb;
	border:none;
	clear:left;
}
.form_wrapper select{
	float:left;
	padding:2px 0;
	margin:0 0 5px 0;
}
.form_wrapper input[type=submit]{
	cursor:pointer;
	float:right;
	margin:10px 0;
	background:#007899 url("../images/readmore-bg.png") no-repeat right center;
	border:none;
	color:#fff;
	padding:2px 13px 2px 3px;	
}
.form_wrapper .form_block p{
	float:left;
	width: 100%;
}
.form_wrapper .form_error .form_label,
.form_wrapper .form_error p,
.form_error_text{
	font-style:italic;
	color:#900;
}
.form_wrapper .form_error .form_field{
	background:#FCC;
}
.form_error p{
	margin:0;	
}

.form_wrapper .form_list_choice{
	width:200px;
	float:left;
}
.form_wrapper .inline_label{
	width:auto;
	padding:0 5px;
}

#security_wrapper{
	width:300px;
}
#security_wrapper label.inline_label{
	width:auto;
	margin:0;
	line-height:20px;
	padding:0 5px 0 0;
}
input#numeric_captcha {
	width:auto;
}

/* ------ Contact form ------ */
#contact_us .form_wrapper .form_block{
	width:242px;
	clear:both;	
}
#contact_us .form_wrapper input[type=text],
#contact_us .form_wrapper textare,
#contact_us .form_wrapper select{
	width:238px;
}
#contact_us #form_hear_about_wrapper{
	margin:10px 0;
}
#contact_us #form_comments_wrapper{
	position:absolute;
	top:0px;
	right: 0px;	
	margin:0;
}
#contact_us #form_how_did_you_hear_about_us_wrapper{
	margin:12px 0 0 0;
}
#contact_us #form_how_did_you_hear_about_us_wrapper select{
	margin:0;
}
#contact_us .form_wrapper #security_wrapper{
	position:absolute;
	bottom:0;
	right:0;
	margin:0;
}
#contact_us .form_wrapper #security_wrapper label.form_label{
	margin:0 0 3px 0;
	display:none;
}
#contact_us .form_wrapper #security_wrapper input[type=text]{
	width:20px;
	margin:0;
}
#contact_us .form_wrapper #security_wrapper img{
	margin:0;
}
#contact_us .form_wrapper #security_wrapper p{
	float:left;
	width:100%;
	margin:2px 0 0 0;
	font-size: 11px;
}
#contact_us .form_wrapper input[type="submit"] {
	bottom: 0;
	cursor: pointer;
	position: absolute;
	right: 0;
	margin:0;
}
#contact_us .form_error_text {
  bottom: 0;
  position: absolute;
  right: 0;
}

/* ------ Comments form ------ */
.comments_form{
	width:100%;
	border-top:1px solid #e6e6e6;
	padding:15px 0 0 0;
}
.comments_form input[type=text],
.comments_form textarea{
	width:100%;
}
.comments_form #comment_numeric_captcha{
	width:auto;
}
.comments_form #comment_numeric_captcha label{
	width:auto;
	margin:0;
	line-height:20px;
	padding:0 5px 0 0;
}
.comments_form #comment_numeric_captcha label.form_label{
	width:100%;
}
.comments_form #comment_numeric_captcha input[type=text]{
	width:20px;
}
.comments_form .form_error_text {
  bottom: 2px;
  position: absolute;
  right: 120px;
}

/* ------ Search faqs ------ */
#search_faqs{
	float:left;
	width:100%;
	margin:15px 0;
}
#search_faqs input[type=submit]{
	margin:0;
}



/* #####################################  FOOTER  ##################################### */
#footer_wrapper{
	margin:20px 0;
	background:url("../images/transparent-bg.png");
	clear:both;
	font-size:11px;
	float:left;
	width:100%;
	width:960px;
	padding:20px;
}
#footer{
	float:left;
	padding:15px;
	position:relative;
	background:#fff;
	border:1px solid #CCCCCC;
	width:928px;
}
#footer p{
	margin:0;
}
#footer_logo{
	float:left;
	margin:12px 15px 0 0;
}
#footer_right{
	float:left;
	width:620px;
}
#footer_address{
	float:left;
	width:620px;
}
#footer .social_links{
	float:right;
	margin:26px 0;
}
#footer .social_links a{
	margin:0 5px;
}
#footer_links{
	float:left;
	padding:0 0 5px 0;
	margin:10px 0 5px;
	border-bottom:1px solid #E6E6E6;
	width:100%;
}
#footer_links ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#footer_links li{
	float:left;
	padding:0;
	color:#007899;
}
#footer_links li a{
	padding:0 5px;
}
#footer_links li.firstlink a{
	padding-left:0;
}
#ice_info{
	margin:0;
	float:left;
	font-size:10px;
	color:#808080;
}
#ice_info a{
	font-size:10px;
}
form.wpcf7-form{
    padding-top:20px;
    margin-top:20px;
    border-top:1px solid #ddd;
}
form.wpcf7-form input[type="text"],form.wpcf7-form input[type="email"]{
    float: left;
    width: 100%;
    padding: 0 10px;
    line-height: 30px;
    background-color: #cce4eb;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width:100%;
}
form.wpcf7-form textarea{
    float: left;
    width: 100%;
    padding: 10px 10px;
    line-height: 1.4;
    background-color: #cce4eb;
    border: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width:100%;
}
form.wpcf7-form label {
    margin: 0 0 10px 0;
    float: left;
    width: 100%;
}

form.wpcf7-form input[type="submit"]{
    cursor: pointer;
    float: right;
    margin: 0;
    background-color: #007899;
    border: none;
    color: #fff;
    padding: 0 10px;
    line-height: 30px;
    height:30px;
    font-weight:bold;
}

form.wpcf7-form input:hover[type="submit"]{
    background-color: #999;
}

span.wpcf7-not-valid-tip{
    float:left;
    width:100%;
}

ul.archives li{
    float:left;
    width:100%;
    line-height: 25px;
    height:25px;
    padding:0;
    border-bottom:1px solid #ddd;
    margin:0;
}

ul.archives li a{
    float:left;
    width:auto;
    line-height: 25px;
    border:none;
    padding:0;
    margin:0;
}
.nav-next{
    float:right;
    width:auto;
}
.nav-previous{
    float:left;
    width:auto;
}

.menu .sidebar_block ul li.currentlink a{
    color:#000 !important;
    cursor: default !important;
}

img.aligncenter.size-full{
    display: block;
    margin: 0 auto;
}

#archives_calendar-2{
    list-style: none;
    border:none;
    height:auto;
}
#archives_calendar-2 h3.widget-title{
    display:none !important;
}

.calendar-archives.classiclight .month .month-name{
    font-size: 13px !important;
}

.calendar-archives.classiclight .month{
    height:30px !important;
}

.archives-years{
    margin-top:10px !important;
}

.calendar-archives.classiclight .calendar-navigation>.menu-container, .calendar-archives.classiclight .calendar-navigation>.menu-container>a.title{
    min-width: 90px;
    cursor: default !important;
}

.calendar-archives.classiclight .month.has-posts a, .calendar-archives.classiclight .day.has-posts a{
color:#007899 !important;
}

.calendar-archives.classiclight .calendar-navigation{
  background-color:#fff !important;  
}

.calendar-archives.classiclight .calendar-navigation>.menu-container:hover, .calendar-archives.classiclight .calendar-navigation>.menu-container>ul.menu, .calendar-archives.classiclight .calendar-navigation>.menu-container li>a:hover, .calendar-archives.classiclight .calendar-navigation>.prev-year:hover, .calendar-archives.classiclight .calendar-navigation>.next-year:hover {
    background-color: #fff !important;
    
}

.calendar-archives.classiclight .calendar-navigation>.next-year {
    float: right !important;
    line-height: 30px !important;
}

.calendar-archives.classiclight .calendar-navigation>.prev-year {
    float: left !important;
    line-height: 30px !important;
}

.category-testimonials .child_item .child_img{
    width:25%;
}

.category-testimonials .child_item .child_body{
    width:65% !important;
}

#breadcrumb{
    list-style:none;
    margin:10px 0;
    padding:0 !important;
    float: left;
    width: 480px;
    margin: 60px 0 5px 0;
    font-size: 10px;
    position: relative;
    z-index: 10;
    color: #007899;
}
  
#breadcrumb li{
    float:left;
    vertical-align:middle;
    margin-right:3px;
    list-style: none;
}
  
#breadcrumbs .separator{
    font-size:18px;
    font-weight:100;
    color:#ccc;
}

.child_item .child_img .read_more{
position: absolute;
    bottom: -40px;
    left: -8px;
}

.calendar-archives.classiclight .month .month-name{
    color:#000 !important;
}

.calendar-archives.classiclight .month.has-posts .month-name{
    color:#007899 !important;
}

.calendar-archives.classiclight .calendar-navigation>.prev-year {
    border-right: none !important;
    color:#000 !important;
    font-size: 13px !important;
}

.calendar-archives.classiclight .month.has-posts a:hover, .calendar-archives.classiclight .day.has-posts a:hover {
    background-color: #fff !important;
}

.calendar-archives.classiclight .calendar-navigation>.next-year, .calendar-archives.classiclight .calendar-navigation>.menu-container>a.title {
    border: none !important;
    color:#000 !important;
    font-size: 13px !important;
}

.calendar-archives.classiclight .calendar-navigation>.menu-container li>a {
    color: #000 !important;
    font-size: 13px !important;
   line-height: 30px !important;
    text-align: center !important;
    width:100% !important;
}

.calendar-archives.classiclight .calendar-navigation>.menu-container li {
    color: #000 !important;
    font-size: 13px !important;
   line-height: 30px !important;
    text-align: center !important;
}

.calendar-archives.classiclight .calendar-navigation>.menu-container>ul.menu, .calendar-archives.classiclight .calendar-navigation>.menu-container>.arrow-down{
    display: none !important;
}

small{
    color:#6D94A1 !important;
    font-size: 12px;
}

#menu-side-menu .sub-menu{
    display: none;
}

.page-id-5 #menu-item-418 .sub-menu, .parent-pageid-5 #menu-item-418 .sub-menu{
    display: block;
}

.page-id-9 #menu-item-420 .sub-menu, .parent-pageid-9 #menu-item-420 .sub-menu{
    display: block;
}

.page-id-13 #menu-item-423 .sub-menu, .parent-pageid-13 #menu-item-423 .sub-menu{
    display: block;
}

.page-id-15 #menu-item-429 .sub-menu, .parent-pageid-15 #menu-item-429 .sub-menu{
    display: block;
}

.page-id-90 #menu-item-439 .sub-menu, .parent-pageid-90 #menu-item-439 .sub-menu{
    display: block;
}

.page-id-22 #menu-item-444 .sub-menu, .parent-pageid-22 #menu-item-444 .sub-menu{
    display: block;
}

.page-id-26 #menu-item-448 .sub-menu, .parent-pageid-26 #menu-item-448 .sub-menu{
    display: block;
}