@import url(http://fonts.googleapis.com/css?family=Metrophobic); 
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,300italic,400italic,600italic,700italic,300,600,800,800italic);
@import url(http://fonts.googleapis.com/css?family=Tinos:400,700,400italic,700italic);

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.5em; /* 18px */
	color: #575757;
	/*background-color: #d9d9d9;*/
	background-image: url(../../Images/background-patterns/boxed/bg.jpg);
	background-repeat: repeat;
	background-position: left top;
	/* Fix for webkit rendering */
	-webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: 100%;
}


h1 {
	font-family: 'LatoBold';
	font-weight: normal;
	font-size: 1.625em; /* 26px */
	line-height: 1.214em; /* 34px/28px */
}

h2 {
	font-family: 'LatoBold';
	font-weight: normal;	
	font-size: 1.250em; /* 20px */
	line-height: 1.333em; /* 24px/18px */
}

h3 {
	font-family: 'LatoBold';
	font-weight: normal;
	font-size: 1.063em; /* 17px */	
	line-height: 1.375em; /* 22px/16px */
}

h4 {
	font-family: 'LatoBold';
	font-weight: normal;
	font-size: 1.166em; /* 14px */	
	line-height: 1.428em; /* 20px/14px */	
}

h5 {
	font-family: 'LatoBold';
	font-weight: normal;
	font-size: 1.083em; /* 13px */	
	line-height: 1.461em; /* 19px/13px */		
}

h6 {
	font-family: 'LatoBold';
	font-weight: normal;
	font-size: 1em; /* 12px */	
	line-height: 1.5em; /* 18px */		
}

h1,h2,h3,h4,h5,h6 { color:#005cb6; }


/* Logo & Tagline */

#logo {
	font: 2.666em/1em 'Metrophobic', sans-serif; /* 32px */
	float: left;
	text-transform: lowercase;
	margin-right: 15px;
	margin-bottom: 0;
}

#logo a {
	display: block;
	color: #383838;
}

#tagline {
	float: left;
	margin-top: 11px;
	margin-bottom: 0;
	color: #888;
}

/* ---------------------------------------------------------------------- */
/* Containers
/* ---------------------------------------------------------------------- */
#wrap {
	width: 1020px;
	max-width: 100%;
	margin: 0 auto;
	overflow: hidden;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,0.24);
}

.container {
	width: 980px;
	margin: 0 auto;
}

.container_outer {
	width:1020px;
	margin:0 auto;
	overflow:hidden;
	max-width:100%
}

.outer { background: url(../../Images/background-patterns/boxed/topbg.jpg) repeat-x; width:100%; }

/* ---------------------------------------------------------------------- */
/* Navigation Bar
/* ---------------------------------------------------------------------- */
#navbar {
	height:41px;
	margin:0;
	font-family: 'LatoBold';
	font-weight:normal;
	font-size:15px;
	text-transform:uppercase;
	background-color: #005cb6;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.19), rgba(255,255,255,.19)); 
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.19), rgba(255,255,255,.19)); 
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.19), rgba(255,255,255,.19)); 
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.19), rgba(255,255,255,.19)); 
	background-image: linear-gradient(to top, rgba(0,0,0,.19), rgba(255,255,255,.19));
}

/* Navigation */

#nav {
	float: left;
	/* height: 3.166em; 38px */
	position: relative;
	top: 0px;
	left: 0px;
}

/* Navigation List */

ul#navlist li {
	float: left;
	background:url(../../Images/separator-nav.jpg) no-repeat left;
}

ul#navlist li a { 
	display: block;
	font-weight: bold;
	padding: 10px 27px;	
	text-align: center;
	color: #fff;
	font-weight:normal
}

ul#navlist li:first-child a { 
	border-left: none;
	padding: 10px 23px;	
}

ul#navlist li.current a, .no-touch ul#navlist li a:hover, ul#navlist li a.selected {
	color: #fff;
}

.no-touch ul#navlist li a:hover, ul#navlist li a.selected, ul#navlist li.current a {
	background-color: #335d7f !important; 
	-webkit-box-shadow: inset 0 1px 9px rgba(0,30,58,.4); 
	-moz-box-shadow: inset 0 1px 9px rgba(0,30,58,.4); 
	box-shadow: inset 0 1px 9px rgba(0,30,58,.4); 
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.11), rgba(255,255,255,.11)); 
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.11), rgba(255,255,255,.11)); 
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.11), rgba(255,255,255,.11)); 
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.11), rgba(255,255,255,.11)); 
	background-image: linear-gradient(to top, rgba(0,0,0,.11), rgba(255,255,255,.11));
}

/* Drop-Down Menus */

.ddsubmenustyle, .ddsubmenustyle div {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
	z-index: 100;
}

.ddsubmenustyle > ul {
	top: 1px !important;
}

.ddsubmenustyle ul {
	position: absolute;
	left: 0;
	top: 0;
	width: 250px;
}

.ddsubmenustyle li a {
	display: block;
	font-family: 'LatoRegular';
	font-weight:normal;
	font-size:14px;
	color: #3c3c3c;
	background-color: #f6f7f9;
	padding: 8px 15px;
	border-top: 1px solid #c4d0dc;
	border-bottom: 1px solid #fff;
}

.ddsubmenustyle li a:hover { color:#fff; } 

.ddsubmenustyle > ul > li:first-child a {	
	border-top: none;
}

/* ---------------------------------------------------------------------- */
/* Custom Home
/* ---------------------------------------------------------------------- */

#header-top { height:147px; margin:0; }

.top_navigation { float:right; min-height:23px; padding-top:5px; }
.top_navigation li { display:block; float:left; background:url(../../Images/separator-white.png) no-repeat left 6px; padding:0 10px 0 12px; font-family: 'LatoBold'; font-weight:normal; font-size:12px; color:#fff; }
.top_navigation li:first-child { background:none; }
.top_navigation li a { color:#fff; text-decoration:none; }

#header-top h1 a.logo { display:block; float:left; width:206px; height:74px; background:url(../../Images/logo.png) no-repeat; text-indent:-9999px; margin-top:18px; }

.header_right { float:right; padding-top:46px; }
.search_box { width:222px; float:left; position:relative; }
.search_box .input_search { width:210px; height:29px; background:url(../../Images/input210.png) no-repeat left; float:left; }
.search_box .input_search input[type=text] { width:168px; padding:5px 33px 6px 8px; margin:0; background:none; border:0; font:italic 14px Georgia, "Times New Roman", Times, serif; color:#595959; }
.search_box input[type=button] { width: 29px; height: 29px; margin:0; float:left; border:none; background:url(../../Images/search-btn.png) no-repeat; text-indent:-9999px; font-size:0; line-height:0; position:absolute; top:0; right:12px; }

.social_box { width:152px; float:right; }
.social_box li a { display:block; float:left; background:url(../../Images/social-media/social-sprite.png) no-repeat; margin-left:12px; text-indent:-9999px; }
.social_box li:first-child a { margin-left:0px; }
.social_box li.twitter a { width:29px; height:29px; background-position:0 0; }
.social_box li.fb a { width:29px; height:29px; background-position:-41px 0; }
.social_box li.in a { width:29px; height:29px; background-position:-82px 0; }
.social_box li.gplus a { width:29px; height:29px; background-position:-123px 0; }

#home-mid { margin-bottom:20px; }
#home-mid-left { width:534px; float:left; margin-left:5px }


/* ---------------------------------------------------------------------- */
/* Tabs
/* ---------------------------------------------------------------------- */
.tabs {margin-bottom: 20px;}
.ui-tabs .ui-tabs-hide {position: absolute; left: -10000em;}
.tabs ul.nav li {float: left;margin: 0 0px -1px 0;  position: relative;   z-index: 10; 
background-color: #005cb6;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.19), rgba(255,255,255,.19)); 
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.19), rgba(255,255,255,.19)); 
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.19), rgba(255,255,255,.19)); 
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.19), rgba(255,255,255,.19)); 
	background-image: linear-gradient(to top, rgba(0,0,0,.19), rgba(255,255,255,.19));}
.tabs ul.nav li a {display: block; padding:7px 32px; color: #fff;  border: none; font-size:13px; text-transform:uppercase; font-family:'LatoBold'; font-weight:normal; background: url("../../Images/separator-nav.jpg") no-repeat right ;
	}
.tabs ul.nav li a:hover{ color:#fff !important;}	
.tabs ul.nav li:last-child a{ padding:7px 34px 7px 35px}
	
.tabs ul.nav li.ui-tabs-selected a {background: url(../../Images/background-patterns/boxed/bg.jpg) repeat; padding-bottom: 6px; border: 1px solid #0f59a2; border-bottom:none; color:#005cb6 !important}
.tabs .tab {padding: 15px 10px;  border: 1px solid #0f59a2; background: url(../../Images/background-patterns/boxed/bg.jpg) repeat; min-height:331px;}

.tabs h2{ color:#2a2a2a; font-size:17px; margin:0px;}
.tabs h2 a{color:#2a2a2a; }
.tabs .meta{ padding:5px 0}
.tabs .meta span{ font-family:Georgia, "Times New Roman", Times, serif; font-size:11px; color:#4d4d4d; font-style:italic; background:url(../../Images/meta_icon.png) no-repeat left; padding-left:22px}
.tabs .meta a{ background:url(../../Images/admin_icon.png) no-repeat left; padding-left:22px; font-size:12px; font-family:Georgia, "Times New Roman", Times, serif; font-style:italic; color:#005cb6}
.tabs .post{ font-size:12px; line-height:16px; padding:10px 0}
.tabs .post .generic_content a{ background:url(../../Images/read_more_arrow.png) no-repeat right 5px; padding-right:10px; color:#005cb6; font-family:'swiss_721_swaroman'; font-weight:normal}
.tabs .post + .post{ border-top:1px dotted #8D8D8D; padding:10px 0}
.tabs .post p{ margin-bottom:0px}
.tabs a.button{ float:right; margin:0px;}






/* Upcoming Events */

#home-mid-right { width:408px; float:right; margin-right:5px }
.events_box { min-height:124px; font-size:13px; color:#575757; line-height:18px; background-color: #f2f2f3; -webkit-box-shadow: 0 0 1px rgba(0,0,0,.53), inset 0 0 0 1px #fff; -moz-box-shadow: 0 0 1px rgba(0,0,0,.53), inset 0 0 0 1px #fff; box-shadow: 0 0 1px rgba(0,0,0,.53), inset 0 0 0 1px #fff; background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06)); background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06)); background-image: -o-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06)); background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.06), rgba(255,255,255,.06)); background-image: linear-gradient(to top, rgba(0,0,0,.06), rgba(255,255,255,.06)); }
.events_box + .events_box { margin-top:12px; }
.events_box h3 { font-size:17px; color:#2a2a2a; margin-bottom:3px; padding-top:8px; }
.events_box p { margin:0 0 5px; }
.events_box .button { margin:0; }
.events_thumb { float:left; margin:1px 15px 0 1px; }
.events_thumb img { width:127px; height:149px; }

/* twitter */

.twitter_bg { height:54px; background:url(../../Images/twitter-bg.jpg) no-repeat; }
.twitter_bird { float:left; }
.tweets { width:446px; padding:10px 0 0 10px; float:left; font-size:13px; color:#575757; line-height:16px; }
.tweets a { color:#1e94d7; }
.tweets span.user_twitter { display:inline-block; float:left; padding:10px 10px 10px 0; }
.tweets span.user_twitter a { font-family: 'LatoBold'; font-weight:normal; font-size:18px; }
.tweets_nav { float:left; margin:15px 0 0 20px; }
.tweets_nav a { display:block; float:left; font-size:13px; color:#1e94d7; }
.tweets_nav a + a { margin-left:6px; padding-left:8px; background:url(../../Images/bottom-dot.jpg) no-repeat left 11px; }

a.follow_link { display:block; float:right; margin:18px 15px 0 0; font-family: 'LatoBold'; font-weight:normal; color:#2097d8; }


/* ---------------------------------------------------------------------- */
/* Breadcrumb
/* ---------------------------------------------------------------------- */

ul.breadcrumb { width:100%; height:24px; padding-top:6px; }
ul.breadcrumb li { float:left; font:italic 12px Georgia, "Times New Roman", Times, serif; color:#005cb6; }
ul.breadcrumb li a { display:block; background:url(../../Images/separator-breadcrumbs.png) no-repeat right 3px; padding:0 12px 0 4px; color:#4d4d4d; font-size:12px; text-decoration:none; }
ul.breadcrumb li:first-child a { padding-left:0; }
ul.breadcrumb li span.divider { display:none; }
ul.breadcrumb li.active { padding-left:5px; }

/* ---------------------------------------------------------------------- */
/* Blockquotes
/* ---------------------------------------------------------------------- */

.quote-content {
	font:italic 17px Georgia, "Times New Roman", Times, serif;
    color: #575757;
	font-size: 1.063em; /* 17px */
	line-height: 1.250em; /* 20px */
	background:url(../../Images/quote.png) no-repeat left top;
	padding-left:22px;
}

/* Simple */

blockquote.simple {
	padding-left: 0px;
	border-left: none;
}

/* Unordered Lists */

ul.check li {
	background: url(../../Images/bullets-and-arrows/check-mid.png) no-repeat left 0.438em; /* 7px */
	padding-left: 22px;	
}

/* ---------------------------------------------------------------------- */
/* Tables
/* ---------------------------------------------------------------------- */

/* Generic Table */

.gen-table {
	width: 100%;	
	margin-bottom: 20px;
}

.gen-table caption {
	margin-bottom: 10px;
}

.gen-table th {
	font-weight: bold;
}

.gen-table th, .gen-table td {
	background-color: #fbfcfd;
	padding: 5px;	
	text-align: center;
	border: 1px solid #c4d0dc;	
	vertical-align: top;
}

.gen-table .empty-left-top {
	background-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

.gen-table .empty-left-bottom {
	background-color: transparent;	
	border-left-color: transparent;
	border-bottom-color: transparent;
}

.gen-table td.top-left {
	text-align: left;
	vertical-align: top;
}

.gen-table thead th {
	font-size: 1.166em; /* 14px */
}

.gen-table thead th,
.gen-table tfoot td {
	background:#fbfcfd;
	/*background-color: #f0f0f0;*/	
	border-color: #c4d0dc;
}

.gen-table tbody th,
.gen-table tr.odd th, .gen-table tr.odd td {
	/*background-color: #f7f7f7;*/
	background-color: #fbfcfd;
}

.gen-table tfoot td {
	font-style: italic;
	font-size: 0.916em; /* 11px */
}

.gen-table tfoot .button {
	font-style: normal;
	font-size: 1.09em; /* 12px/11px */
	margin: 5px 0;
}

.gen-table span.check {
	display: inline-block;
	background: url(images/check-green.png) no-repeat left top;
	width: 18px;
	height: 14px; 
}

.gen-table tfoot + tbody tr.row-last th, 
.gen-table tfoot + tbody tr.row-last td {
	border-bottom-color: #c4d0dc;	
}

/* ---------------------------------------------------------------------- */
/* Sidebar 
/* ---------------------------------------------------------------------- */

#sidebar .widget h3 { 
	font-family: 'LatoBold';
	font-weight:normal;
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
	padding:6px 10px;
	margin:0;
	background-color: #005cb6;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.19), rgba(255,255,255,.19)); 
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.19), rgba(255,255,255,.19)); 
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.19), rgba(255,255,255,.19)); 
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.19), rgba(255,255,255,.19)); 
	background-image: linear-gradient(to top, rgba(0,0,0,.19), rgba(255,255,255,.19));
}

#sidebar .widget ul.menu { border:1px solid #c4d0dc; }
#sidebar .widget ul.menu > li > a { background:url(../../Images/sidebar-libg1.jpg) repeat-x; font-family: 'LatoBold'; font-weight:normal; 	font-size:15px; color:#484848; }
#sidebar .widget ul.menu > li a { display: block; border-top: 1px solid #c4d0dc; color: #484848; font-size:15px; padding: 6px 0 6px 10px; font-family: 'LatoBold'; font-weight:normal; }
#sidebar .widget ul.menu > li a:hover { color:#005cb6 !important; }
#sidebar .widget ul.menu > li > ul > li > a { background-color: #c9d5e0; -webkit-box-shadow: inset 0 0 8px rgba(149,161,173,.36); -moz-box-shadow: inset 0 0 8px rgba(149,161,173,.36); box-shadow: inset 0 0 8px rgba(149,161,173,.36); background-image: -webkit-linear-gradient(top, rgba(126,147,169,.13), rgba(225,231,237,.13)); background-image: -moz-linear-gradient(top, rgba(126,147,169,.13), rgba(225,231,237,.13)); background-image: -o-linear-gradient(top, rgba(126,147,169,.13), rgba(225,231,237,.13)); background-image: -ms-linear-gradient(top, rgba(126,147,169,.13), rgba(225,231,237,.13)); background-image: linear-gradient(to bottom, rgba(126,147,169,.13), rgba(225,231,237,.13)); color:#2a2a2a; text-shadow:1px 1px #fff; font-size:15px;}

#sidebar .widget ul.menu > li > ul > li li a{ background: #ebeff2; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: normal; padding-left: 20px; }
#sidebar .widget ul.menu > li > ul > li > ul li + li a{border-top: 1px dotted #8d8d8d;}

#sidebar2 .widget h3 { 
	font-family: 'LatoBold';
	font-weight:normal;
	font-size:15px;
	color:#fff;
	text-transform:uppercase;
	padding:6px 10px;
	margin:0;
	background-color: #005cb6;
	background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.19), rgba(255,255,255,.19)); 
	background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.19), rgba(255,255,255,.19)); 
	background-image: -o-linear-gradient(bottom, rgba(0,0,0,.19), rgba(255,255,255,.19)); 
	background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.19), rgba(255,255,255,.19)); 
	background-image: linear-gradient(to top, rgba(0,0,0,.19), rgba(255,255,255,.19));
}

#sidebar2 #accordion_menu h3 { background:url(../../Images/sidebar-libg1.jpg) repeat-x; font-family: 'LatoBold'; font-weight:normal; font-size:15px; color:#484848; display: block; border: 1px solid #c4d0dc; padding: 6px 0 6px 10px; cursor:pointer; border-top:none; }
#sidebar2 .widget ul.menu { border-left:1px solid #c4d0dc; border-right:1px solid #c4d0dc; border-bottom:1px solid #c4d0dc; }
#sidebar2 .widget ul.menu li a { background:url(../../Images/sidebar-libg1.jpg) repeat-x; font-family: 'LatoBold'; font-weight:normal; 	font-size:15px; color:#484848; display: block; border-top: 1px solid #c4d0dc; padding: 6px 0 6px 10px;  }
#sidebar2 .widget ul.menu li:first-child a { border-top:none; }
#sidebar2 .widget .ui-accordion-content li a { border-bottom: 1px dotted #8d8d8d !important; border-top:none !important; background: #ebeff2 !important; font-family: Arial, Helvetica, sans-serif !important; font-size: 14px; font-weight: normal; }
#sidebar2 .widget .ui-accordion-content li:last-child { border-bottom:none !important; }

/* ---------------------------------------------------------------------- */
/* Search Results
/* ---------------------------------------------------------------------- */
ul#search-results li {
	border-top: 1px dotted #8d8d8d;
	padding: 20px 0;
}

ul#search-results li:first-child {
	border: none;	
	padding-top: 0;
}

ul#search-results p {
	margin: 0;
}

ul#search-results li.post .post_title .align_left {  float:left; }
ul#search-results li.post .post_title h2 { color:#2a2a2a; margin-bottom:0px; }
ul#search-results li.post .post_title h2 a { color:#2a2a2a; }
ul#search-results li.post .post_title h2.icon_lock { background:url(../../Images/icon_lock.png) no-repeat left 4px; padding-left:15px; }
ul#search-results li.post .post_title .meta { font:italic 12px Georgia, "Times New Roman", Times, serif; color:#2a2a2a; }
ul#search-results li.post .post_title .post_social {  float:right; }
ul#search-results li.post .generic_content { padding-top:5px; }
ul#search-results li.post .generic_content .post_leftthumb { float:right; margin-left:10px; }

/* ---------------------------------------------------------------------- */
/* Full Width Banner
/* ---------------------------------------------------------------------- */


/*.full_width_banner { width:304px; min-height:inherit; position:absolute; top:0; left:0; padding:18px; background:#f4f5f7; color:#4c4c4c; } */
.full_width_banner { position:relative; }
.full_width_banner h2 { font-size:26px; margin-bottom:0px; }
.banner_box { border:1px solid #c4d0dc; }
.banner_box img { width:99.4%; height:auto; border:3px solid #fff; }
.full_width_banner_desc { width:304px; min-height:217px; position:absolute; top:4px; left:4px; padding:18px; background:url(../../images/full_width_bg.png); color:#4c4c4c; }
.full_width_banner_desc p { margin-bottom:10px; }

/* ---------------------------------------------------------------------- */
/* Full Width Banner w/ Menu
/* ---------------------------------------------------------------------- */

.banner_box_menu {  }
.banner_box_menu img { width:100%; height:auto; }
.full_width_banner_desc_menu { width:304px; min-height:219px; position:absolute; top:0px; left:0px; padding:18px; background:#f4f5f7; color:#4c4c4c; }
.full_width_banner_desc_menu p { margin-bottom:10px; }

.full_width_menu { background:#cad0d7; min-height:21px; width:100%; padding-top:6px; }
ul.full_width_menu_nav li { float:left; display:block; background:url(../../Images/separator-breadcrumbs.png) no-repeat left 2px; padding:0 7px 0 14px; font:normal 12px Arial, Helvetica, sans-serif; color:#444444; }
ul.full_width_menu_nav li a { color:#444; text-shadow:1px 1px #fff; }
ul.full_width_menu_nav li a:hover { color:#005cb6 }
ul.full_width_menu_nav li.current-menu-item a { color:#005cb6 }
ul.full_width_menu_nav li:first-child { background:none; }

/* ---------------------------------------------------------------------- */
/* Thumbnail link
/* ---------------------------------------------------------------------- */

.thumbnail_link { background:#f4f5f7; border:1px solid #c4d0dc; padding:14px; margin-bottom:20px; }
.thumbnail_link_desc { color:#3c3c3c; }
.thumbnail_link_desc h4 { font-size:20px; color:#005cb6; margin-bottom:0; }
.thumbnail_link_desc h4 a {  color:#005cb6; }
.thumbnail_link_desc p { margin-bottom:10px; }
.thumbnail_link_img { float:left; margin-right:10px; }

/* ---------------------------------------------------------------------- */
/* Form
/* ---------------------------------------------------------------------- */

.content-form { border:1px solid #c4d0dc; background:#f4f5f7; padding:18px; }
.content-form p{ clear: both; min-height: 30px;}
.content-form label { float:left; width:146px; font-weight:normal; color:#414141; font-size:13px; font-weight:bold; margin: 0px;}
.content-form input[type=text], input[type=email], input[type=url], input[type=password]{ width:50%; float:left; padding:5px 10px; font-style:italic; color:#5b5b5b; font-size:12px;  border: solid 1px #c4d0dc; background-image: -webkit-linear-gradient(top, #f6f7fa, #fff); background-image: -moz-linear-gradient(top, #f6f7fa, #fff); background-image: -o-linear-gradient(top, #f6f7fa, #fff); background-image: -ms-linear-gradient(top, #f6f7fa, #fff); background-image: linear-gradient(to bottom, #f6f7fa, #fff); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.content-form textarea, .content-form select { width:60%; float:left; padding:5px 10px; font-style:italic; color:#5b5b5b; font-size:12px;  margin-bottom:20px; border: solid 1px #c4d0dc; background-image: -webkit-linear-gradient(top, #f6f7fa, #fff); background-image: -moz-linear-gradient(top, #f6f7fa, #fff); background-image: -o-linear-gradient(top, #f6f7fa, #fff); background-image: -ms-linear-gradient(top, #f6f7fa, #fff); background-image: linear-gradient(to bottom, #f6f7fa, #fff); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.content-form input[type=checkbox], .content-form input[type=radio]{ margin-right: 13px; margin-top: 13px; width:auto;}
.content-form label.checkbox, .content-form label.radio{ width: 80%;}

div.checker { width: 20px; height: 20px; float:left; margin-right:10px;  }
div.checker input { width: 20px; height: 20px; }
div.checker span { background: url(../../Images/check-box.png) no-repeat; height: 20px; width: 20px; float:left;}
div.checker span.checked { background: url(../../Images/check-box-active.png) no-repeat;}

/* Select */
#nav .selector{ display: none;}

.selector{ position: relative; font-size:12px; color:#5b5b5b; font-family:Arial, Helvetica, sans-serif; margin:20px 0; padding-top:10px}
.selector span {  background: url(../../Images/select279-bg.png) no-repeat right top; padding:5px 10px; display: block; height: 20px; width: 259px;}
.selector select{ cursor:pointer; position: absolute; top:0; left: 0; height: 30px; width: 279px; border: none;}
.selector select option{ padding: 5px 5px 5px 3px; font-size:12px; color:#5b5b5b; font-family:Arial, Helvetica, sans-serif;}

#nav .selector{ position: relative; font-size:12px; color:#5b5b5b; font-family:Arial, Helvetica, sans-serif; margin:20px 0;  background: url(../../Images/select279_left.png) no-repeat left top; padding:0px}
#nav .selector span {  background: url(../../Images/select279.png) no-repeat right top; padding:5px 10px; display: block; height: 20px; width: 259px;}
#nav .selector select{ cursor:pointer; position: absolute; top:0; left: 0; height: 30px; width: 279px; border: none;}
#nav .selector select option{ padding: 5px 5px 5px 3px; font-size:12px; color:#5b5b5b; font-family:Arial, Helvetica, sans-serif;}



/* ---------------------------------------------------------------------- */
/* standard aggregator
/* ---------------------------------------------------------------------- */

.standard_aggregator { background:#ebeff2; border:1px solid #c4d0dc;}
.standard_aggregator_title { height:35px; background-color: #005cb6; background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.19), rgba(255,255,255,.19));  background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.19), rgba(255,255,255,.19)); background-image: -o-linear-gradient(bottom, rgba(0,0,0,.19), rgba(255,255,255,.19)); background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.19), rgba(255,255,255,.19)); background-image: linear-gradient(to top, rgba(0,0,0,.19), rgba(255,255,255,.19)); }
.standard_aggregator_title h2 { font-size:14px; color:#fff; text-shadow:1px 1px #000; text-transform:uppercase; float:left; margin:8px 0 0 10px; }
.standard_aggregator_title a.view_all_btn { float:right; margin:6px 15px 0 0; }

.standard_aggregator_item { padding:15px; color:#4b4b4b; }
.standard_aggregator_item + .standard_aggregator_item { border-top:1px dotted #8d8d8d; }
.standard_aggregator_item h3 { font-size:17px; color:#2a2a2a; margin-bottom:0px; }
.standard_aggregator_item h3 a { color:#2a2a2a; }
.standard_aggregator_item .meta { font:italic 12px Georgia, "Times New Roman", Times, serif; color:#2a2a2a; padding-bottom:10px; }
.standard_aggregator_item .meta a { color:#005cb6; }
.standard_aggregator_item p { margin-bottom:10px; }

.standard_aggregator_thumbnail { float:right; margin-right:10px; }

/* ---------------------------------------------------------------------- */
/* Buttons
/* ---------------------------------------------------------------------- */

.button { width: auto; display: inline-block; cursor: pointer; line-height: normal; margin: 0 10px 20px 0; border: none;  color: #fff !important; padding: 4px 15px; }

.button.blue { background-color:#01509d; font-size:12px; text-shadow: 0 1px rgba(0,0,0,.31);  -webkit-box-shadow: 0 1px rgba(255,255,255,.03), inset 0 1px 9px rgba(0,30,58,.4); -moz-box-shadow: 0 1px rgba(255,255,255,.03), inset 0 1px 9px rgba(0,30,58,.4); box-shadow: 0 1px rgba(255,255,255,.03), inset 0 1px 9px rgba(0,30,58,.4); background-image: -webkit-linear-gradient(bottom, rgba(0,0,0,.11), rgba(255,255,255,.11)); background-image: -moz-linear-gradient(bottom, rgba(0,0,0,.11), rgba(255,255,255,.11)); background-image: -o-linear-gradient(bottom, rgba(0,0,0,.11), rgba(255,255,255,.11)); background-image: -ms-linear-gradient(bottom, rgba(0,0,0,.11), rgba(255,255,255,.11)); background-image: linear-gradient(to top, rgba(0,0,0,.11), rgba(255,255,255,.11));
}

.button.large { font-size: 14px; padding: 5px 15px; }

/* ---------------------------------------------------------------------- */
/* White Space
/* ---------------------------------------------------------------------- */

.round {

	-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;
}

/* ---------------------------------------------------------------------- */
/* blog inner
/* ---------------------------------------------------------------------- */

.blog_inner { border-bottom:1px dotted #8d8d8d; margin-bottom:20px; padding-bottom:0px; color:#4b4b4b; }
.blog_inner h2 { font-size:26px; color:#005cb6; margin-bottom:5px; }
.blog_inner .meta { font-family: 'LatoBold'; font-weight:normal; font-size:20px; color:#2a2a2a; padding-bottom:10px; }
.blog_inner p { margin-bottom:20px; }

.register_box { width:166px; float:right; margin-left:10px; color:#575757; font-size:12px; line-height:18px; border:1px solid #c4d0dc; padding:4px; background-color: #f2f2f3; background-image: -webkit-linear-gradient(bottom, #eff0f5, #fff); background-image: -moz-linear-gradient(bottom, #eff0f5, #fff); background-image: -o-linear-gradient(bottom, #eff0f5, #fff); background-image: -ms-linear-gradient(bottom, #eff0f5, #fff); background-image: linear-gradient(to top, #eff0f5, #fff); }
.register_box img { width:100%; height:auto; }
.register_box p { margin-bottom:5px; }
.register_box .button { text-align:center; display:block; margin:0; }
.register_box .button.large { padding:5px 0; }

#comment_box{ width: auto; margin-bottom:20px; }
#comment_box h2 { font-size:20px; color:#005cb6; font-weight:normal; margin-bottom:10px; }
#comment_box ul{ margin:0;}
#comment_box p{ clear: right; font-size:14px; color:#4b4b4b; font-weight:normal; line-height:18px; margin:0; }
#comment_box ul li{ color: #4b4b4b; font-size: 14px; line-height: 18px; margin: 15px 0 0 0; border-bottom:1px dotted #8d8d8d; padding:0px 0 15px;}
#comment_box ul li.current{ }
#comment_box span{ font-family:Georgia, "Times New Roman", Times, serif; font-size: 12px; font-style:italic; color: #585858; line-height: 18px; display: block; float: left;}
#comment_box h3{ font:bold 13px Arial, Helvetica, sans-serif; color: #2a2a2a; float: left; margin: 0 2px 0 0; text-transform: none;}

#comment_box ul li .single_post_meta{ float: left; width: 100%; margin: 0 0 0px 0; display: block; }
#comment_box ul li .single_post_meta span {background:url(../../Images/separator-breadcrumbs.png) no-repeat left 4px; padding:0px 0 0px 12px; }

#comment_box .button { margin:0; padding:2px 15px; float:right; }

.related_content  { border:1px solid #c4d0dc; background:#f1f2f6; padding:8px; }
.related_content li { border-top:1px dotted #939496; font-size:13px; color:#4b4b4b; line-height:18px; padding:10px 0; }
.related_content li:first-child { border-top:none; padding-top:0; }
.related_content li p { margin:0; }
.related_content li a { color:#4B4B4B; text-decoration:none}
.related_content li a:hover { text-decoration:underline; color:#005cb6; }
.related_content li span { font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; font-style:italic; }
.related_content li span a { font-family:Georgia, "Times New Roman", Times, serif; font-size:12px;  color:#005cb6;}

/* ---------------------------------------------------------------------- */
/* bottom nav
/* ---------------------------------------------------------------------- */

.bottom_nav { background:url(../../Images/bottom-navbg.jpg) repeat; padding:20px 0 20px 30px; min-height:372px; margin-bottom:20px }
.bottom_navinfo { width:216px; float:left; min-height:372px; }
.bottom_navinfo + .bottom_navinfo { border-left:1px solid #282828; padding-left:20px; }
.bottom_navinfo h2 { font-size:18px; color:#2097d8; text-transform:uppercase; margin-bottom:6px; }
.bottom_navinfo li { margin-top:6px; font-size:11px; color:#fff; }
.bottom_navinfo li:first-child { margin-top:0; }
.bottom_navinfo li a { color:#fff; }

/* ---------------------------------------------------------------------- */
/* Solutions
/* ---------------------------------------------------------------------- */

.services_box { border:1px solid #c4d0dc; background:#f4f5f7; padding:14px; color:#3c3c3c; min-height:168px; margin-bottom:18px; }
.services_box h2 { font-size:19px; color:#005cb6; margin-bottom:10px; }
.services_box p { margin-bottom:0; }

/* ---------------------------------------------------------------------- */
/* Footer
/* ---------------------------------------------------------------------- */
#footer {
	font-size:11px;
	color: #575757;
	line-height:18px;
	margin: 22px 0 0;
	padding-bottom:20px;
}

#footer-top {
	float:left;
}

#footer-top li { float:left; background:url(../../Images/bottom-dot.jpg) no-repeat left 8px; padding-left:10px; margin-left:5px; font-size:11px; color:#1e94d7; }
#footer-top li a { color:#1e94d7; }
#footer-top li:first-child { background:none; padding-left:0; margin-left:0; }

#footer-bottom {
	float:right; text-align:right;
}

#footer-bottom address { font-style:normal; }

#footer-bottom a {
	color: #575757;
}

#footer-bottom p {
	margin: 0;
}

div.generic_content ul {
	list-style-type:circle;
	padding-left:20px;
	padding-bottom:10px;
}

div.generic_content ol {
	list-style-type:decimal;
	padding-left:20px;
	padding-bottom:10px;
}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	
	
	#navbar{ font-size:12px;}
	ul#navlist li a{ padding:10px 11px;}
	ul#navlist li:first-child a{ padding:10px 17px}
	.flex-control-nav{ display:none}
	
	#home-mid-left{ width:420px}
	#home-mid-right{ width:303px;}
	
	.tabs ul.nav li a{ padding:7px 17px}
	.tabs ul.nav li:last-child a{ padding:7px 22px 7px 23px}
	
	.events_box h3{ font-size:16px}
	.tweets{ width:320px; padding-left:5px; font-size:12px}
	.tweets span.user_twitter a{ font-size:14px;}
	.tweets_nav{ margin-right:10px}
	a.follow_link{ font-size:13px; margin-right:9px}
	.tweets br{ display:none}
	
	.events_thumb{ margin:1px 8px 0 1px}	
	.events_thumb img {height: auto;width: 107px;}
	.events_box h3, .tabs h2 {font-size: 14px;}
	
	.bottom_navinfo{ width:163px;}
	.bottom_navinfo + .bottom_navinfo{ padding-left:15px}
	.bottom_nav{ padding-left:20px}
	.full_width_banner_desc, .full_width_banner_desc_menu{ font-size:11px; min-height:138px; padding:11px}
	.full_width_banner h2 {font-size: 21px !important;}
	.full_width_banner_desc p{font-size: 12px !important;}
	.full_width_banner .button{ margin:0 10px 5px 0 !important}
	.banner_box img{ width:99%}
	.full_width_banner_desc_menu p {font-size: 12px !important; margin-bottom:12px}
	
	.top_navigation li { font-size:10px; }
	
	
}


/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (max-width: 767px) {
	
	.outer { background: url(../../Images/background-patterns/boxed/topbg-phone.jpg) repeat-x; }
	
	.top_navigation li{ font-size:10px; text-transform:capitalize !important}
	#header-top h1 a.logo {height: 58px;width: 162px; background-size:cover;}
	.header_right {padding-top: 11px;width: 210px;}
	.social_box{ margin-top:10px}
	.flex-control-nav{ display:none}
	#home-mid-left{ width:auto; margin:0px}
	.tabs ul.nav li a{ font-size:12px; padding:7px 20px}
	.tabs ul.nav li:last-child a { padding: 7px 24px 7px 25px;}
	.twitter_bg{ display:none}
	#home-mid-right{ margin:0px; width:auto}
	.bottom_navinfo + .bottom_navinfo {border:0px; padding-left:0px;}
.bottom_navinfo { width: 186px;}
.bottom_navinfo h2{ font-size:14px}
#comment_box h2{ font-size:15px; margin-bottom:5px}
.blog_inner h2{ font-size:15px}
.blog_inner .meta{ font-size:14px}
#sidebar .widget h3{ font-size:13px}
.events_box h3, .tabs h2{ font-size:14px}
.tinynav {margin: 3px !important;}
.tinynav {width: 413px !important;}
	.content-form input[type="text"], input[type="email"], input[type="url"] { width:auto}
	.full_width_banner_desc, .full_width_banner_desc_menu{ display:none}

.content-form label{ width: 65px;}
#comment-form textarea, .content-form textarea, .content-form select,
input[type="url"], .content-form input[type="text"], input[type="email"]{width: 75% !important;}
#nav .selector{ display:inherit; margin:6px; padding-left:10px}
#nav .selector span { width:378px}
#home-mid-left{ float:none; }
#home-mid-right{ float:none; }
}

	




@media only screen and (max-width: 479px) {
.standard_aggregator_title h2 {
    font-size: 13px;
    margin: 10px 0 0 10px;
}	
.standard_aggregator_title a.view_all_btn { margin: 6px 5px 0 0;}	
.standard_aggregator_thumbnail img{ max-width: 140px; height: auto}

#comment-form textarea, .content-form textarea,
#comment-form input, .content-form input[type="text"], input[type="email"], input[type="url"]{ width: 90% !important; float: none; }
.content-form label.checkbox, .content-form label.radio{ width: 100%;}
.content-form input[type="checkbox"], .content-form input[type="radio"]{ margin-right: 5px;}
.content-form p { margin-bottom: 5px;}
#submit.button,
p {margin-bottom: 10px !important;}
.content-form select{ width: 98% !important;}
.selector span{ width: 237px; height: 17px; background-size: cover;}	
ul#search-results li.post .generic_content .post_leftthumb{ float: none;}
/*.fancybox-inner img{ max-width: 280px !important; height: auto !important;}*/

.top_navigation li{ font-size:8px; text-transform:none}

#header-top h1 a.logo {background-size: cover;height: 43px; width: 122px;}
.top_navigation li{ padding:0 7px}
.header_right {width: 177px;}
.search_box {width: 152px; float:right}
.search_box .input_search{ width:152px}
.search_box .input_search input[type="text"]{ width:109px; font-size:12px}
.tabs ul.nav li a {font-size: 10px;padding: 7px 10px;}
.tabs ul.nav li:last-child a { padding: 7px 14px}
.tabs h2 {font-size: 13px;}
.tabs .post{ padding:0px}
#home-mid-right{ width:auto}
.events_box h3{ font-size:11px}
.events_box p{ font-size:9px;}
.search_box input[type="button"]{ right:0px;}
.bottom_navinfo{ min-height:100px; margin-bottom:10px}
.tinynav {width: 293px!important;}

.events_thumb {margin: 1px 9px 0 1px;}

#nav .selector span { width:257px}


}

.full_width_banner {
	margin-bottom: 15px;
}

.sfContentBlock ul, .sfContentBlock ol {
list-style: disc;
margin-bottom:10px;
}

.sfContentBlock li {
margin-left: 20px;
margin-bottom: 10px;
}

#sidebar .widget ul.menu > li > ul > li li li a{ padding-left: 35px; }
#sidebar .widget ul.menu > li > ul > li li li li a{ padding-left: 45px; }


.thumbnail_link:hover {
cursor: pointer;
border: 1px solid black;
}

#page-header {
margin-bottom: 0px!important;
}

.one-half {
max-width: inherit!important;
}

.bottom_navinfo ul {
list-style: none;
margin: 0!important;
}

.bottom_navinfo li {
margin-left: 0!important;
margin-bottom: 0px!important;
}

.grayline
{
	width: 261px;
	height: 1px;
	display: block;
	margin-left:139px;
	padding:0px;
	margin-top:1px;
	margin-bottom:1px;
	border-top:1px dotted gray;
}

.events_box
{
	padding-bottom:4px;
}