header, nav, section, article, aside, footer, hgroup { 
	display: block;
}

body { 
	/* customize_body_background_color */ background-color:#ffffff; /* customize_body_background_color */
}

/* Left sidebar
=========================================== */
.left-sidebar {
	/* customize_left_sidebar_bg_color */ background-color:#ffffff; /* customize_left_sidebar_bg_color */
	width: 179px;
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	z-index:10;
	border-right-width:5px;
	border-right-style:solid;
	/* customize_left_sidebar_border_color */ border-right-color:#cfcfcf; /* customize_left_sidebar_border_color */
	margin-right:5px;
}


/* #Header, Main and Footer Background
=========================================== */
.content-wrapper {
	margin:0 0 0 185px;
}
.social-background {
	padding:20px 0;
	background-color:#1abc9c;
}
.main-background {
	/* customize_main_bg_color */ background-color:#ffffff; /* customize_main_bg_color */
	padding:20px 0;	
}
.lower-footer {
	/* customize_upper_footer_color */ background-color:#ababab; /* customize_upper_footer_color */
	border-bottom-width:1px;
	border-bottom-style:solid;
	/* customize_upper_footer_bottom_border_color */ border-bottom-color:#666666; /* customize_upper_footer_bottom_border_color */
	position: relative;
}
.banner-container{
	/* customize_banner_bg_color */ background-color:#07a8e3; /* customize_banner_bg_color */
}

.header-text-background {
	/* customize_header_text_area_bg_color */ background-color:#07a8e3; /* customize_header_text_area_bg_color */
	padding:14px 0 4px;
}
#banner { margin:0; }

/* #Logo Content
=========================================== */
.logo-content {
	font-family: 'Lato', sans-serif;
	font-size: 40px;
	color:#666666;
	margin: 35px 0 20px 0;
	width: 179px;
}
.logo-content a {
	/* customize_logo_color */ color:#07a8e3; /* customize_logo_color */
	text-decoration:none;
}
.logo-content strong {
	color:#3498db;
}
.logo-content h1 { font-size:40px; }
.logo-content h2 { font-size:35px; }
.logo-content h3 { font-size:26px; }				
.logo-content h4 { font-size:25px; }
.logo-content h5 { font-size:20px; }
.logo-content h6 { font-size:18px; }

.logo-content h1, .logo-content h2, .logo-content h3, .logo-content h4, .logo-content h5, .logo-content h6 {
	-webkit-font-smoothing: antialiased;
	line-height:1.3;
}
.logo-content img {
	max-width: 100%;
	height: auto;
	margin: 0 0;
}
.logo-content p {
	font-size: 16px;
	color:#666666;
	line-height:1.3;
}

/* #Nav Content
=========================================== */
#nav-menu { 
	color:#000000;
}
nav select { display: none; }
nav ul li {
	display: block;
	position: relative;	
}
nav  ul#navmenu { margin-bottom: 0px; }
nav ul li a {
	/* customize_nav_bg_color */ background-color:#ffffff; /* customize_nav_bg_color */
	/* customize_nav_font_color */ color:#666666; /* customize_nav_font_color */
	border-top:0;
	font-family: 'Lato', sans-serif;
	font-size:16px;
	line-height:1.2;
	text-decoration:none;
	display:block;
	padding:12px 14px 12px; 
	text-transform: none;
	transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s; /* Firefox 4 */
	-webkit-transition:all .3s linear 0s; /* Safari and Chrome */
	-o-transition:all .3s linear 0s; /* Opera */
	border-top: 1px solid #bbbbbb;
	border-bottom:2px solid #ffffff;
}
nav ul li a:hover{
	/* customize_nav_hover_bg_color */ background-color:#fcfcfc; /* customize_nav_hover_bg_color */
	/* customize_nav_hover_color */ color:#07a8e3; /* customize_nav_hover_color */
	text-decoration: none;
	outline: 0;
	cursor: pointer;
	padding-left:20px;

}
nav ul li:last-child a {
	border-bottom:1px solid #bbbbbb;
}

.sub-menu {
	display:none;
	margin:0;
}

/* #Banner Content
=========================================== */
.banner-content { 
	padding:0;
	text-align:center;
} 
.banner-content img {
	max-width: 100%;
	height: auto;
	margin: 0 0;
}

/* #Header Text 
=========================================== */
.header-text { padding: 0px 0 5px; 	font-family: 'Lato', sans-serif;}
.header-text h1, .header-text h2, .header-text h3, .header-text h4, .header-text h5, .header-text h6 { 
	/* customize_header_text_header_font_color */ color:#ECECEC; /* customize_header_text_header_font_color */
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	line-height: 1.5;
	text-shadow: 1px 1px 1px #333333;
}
.header-text h1 { font-size: 28px; }
.header-text h2 { font-size: 24px; }
.header-text h3 { font-size: 20px; }	
.header-text h4 { font-size: 18px; }
.header-text h5 { font-size: 16px; }
.header-text h6 { font-size: 14px; }
.header-text p { 
	/* customize_header_text_pg_font_color */ color:#ECECEC; /* customize_header_text_pg_font_color */
	font-family: 'Lato', sans-serif;
	font-size:15px;
	font-weight:normal;
	line-height:1.5;
	margin-bottom:10px;
	text-shadow: 1px 1px 1px #333333;
}
.header-text a { 
	/* customize_header_text_link_color */ color:#ECECEC; /* customize_header_text_link_color */
	text-decoration: underline; 
 }
.header-text a:hover { 
	/* customize_header_text_link_hover_color */ color:#ECECEC; /* customize_header_text_link_hover_color */	
}
.header-text ul { 
	/* customize_header_text_ul_font_color */ color:#ECECEC; /* customize_header_text_ul_font_color */
	font-size:17px;
	margin:0 0 10px; 
}
.header-text ul li { line-height: 1.4; }
.header-text ul li { 
	list-style-type:disc; 
	margin:5px 0 0 20px;
	padding:0;
	text-shadow: 1px 1px 1px #333333;
}
.header-text ul li a { 
	/* customize_header_text_link_list_font_color */ color:#ECECEC; /* customize_header_text_link_list_font_color */ 
	transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s; /* Firefox 4 */
	-webkit-transition:all .3s linear 0s; /* Safari and Chrome */
	-o-transition:all .3s linear 0s; /* Opera */
}
.header-text ul li a:hover { /* customize_header_text_link_list_hover_font_color */ color:#ECECEC; /* customize_header_text_link_list_hover_font_color */ }
.header-text ol { 
	/* customize_header_text_ol_font_color */ color:#ECECEC; /* customize_header_text_ol_font_color */
	font-size:17px;
	margin:0 0 10px;
 	padding:0;
 	text-shadow: 1px 1px 1px #333333;
}
.header-text ol li { 
	list-style-type:decimal;
	margin:5px 0 0 25px;
}
.header-text dl { 
	/* customize_header_text_dl_font_color */ color:#ECECEC; /* customize_header_text_dl_font_color */
	font-size:17px;
	margin:5px 0 0;
	padding:0;
	text-shadow: 1px 1px 1px #333333;
}
.header-text dt { font-weight: bold; }
.header-text dd {
	line-height: 1.5;
	margin:10px 0 10px 30px;
	padding:0;
	text-shadow: 1px 1px 1px #333333;
}
.header-text table { margin:10px 0; font-size:17px; }
.header-text table tr th, table tr td { padding: 5px 5px; }
.header-text table tr th { font-weight:bold; text-shadow: 1px 1px 1px #333333; }
.header-text table tr td { /* customize_header_text_table_font_color */ color:#ECECEC; /* customize_header_text_table_font_color */  text-shadow: 1px 1px 1px #333333;}
.header-text blockquote {
	border-left: 4px solid #a1a1a1;
	padding-left: 20px;
 	text-shadow: 1px 1px 1px #333333;
}
.header-text cite {
	font-style: italic;
	font-weight: bold;
	text-shadow: 1px 1px 1px #333333;
}
.header-text img {
	max-width: 100%;
	height: auto;
	margin: 0 0;
}

/* #Main Content
=========================================== */

section { margin:0;}
.main-content { margin-bottom: 5px; margin-top: 5px; color:#000000;}
.main-content {	font-family: 'Lato', sans-serif; }
.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 { 
	/* customize_main_font_header_color */ color:#07a8e3; /* customize_main_font_header_color */
	font-family: 'Lato', sans-serif;
        font-weight: 300;
	line-height: 1.2;
	margin-bottom: 10px;
	-webkit-font-smoothing: antialiased;
}
.main-content h1>a, .main-content h2 a, .main-content h3>a, .main-content h4>a, .main-content h5>a, .main-content h6>a {
	/* customize_main_font_header_link_color */ color:#07a8e3; /* customize_main_font_header_link_color */
	text-decoration: none;
}
.main-content h1>a:hover, .main-content h2>a:hover, .main-content h3>a:hover, .main-content h4>a:hover, .main-content h5>a:hover, .main-content h6>a:hover{
	/* customize_main_font_header_link_hover_color */ color:##2980b9; /* customize_main_font_header_link_hover_color */
}
.main-content h1 { font-size:26px; }
.main-content h2 { font-size:22px; }
.main-content h3 { font-size:20px; }				
.main-content h4 { font-size:18px; }
.main-content h5 { font-size:17px; }
.main-content h6 { font-size:16px; }

.main-content p { 
	font-family: 'Lato', sans-serif;
	/* customize_main_font_color */ color:#666666; /* customize_main_font_color */
	font-size:14px;
	line-height:1.5;
	margin-bottom:10px;
}

.main-content strong {
	color:#3498db;
}

.main-content a {
	/* customize_main_link_color */ color:#07a8e3; /* customize_main_link_color */
	text-decoration:none;
	transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s; /* Firefox 4 */
	-webkit-transition:all .3s linear 0s; /* Safari and Chrome */
	-o-transition:all .3s linear 0s; /* Opera */
}
.main-content a:hover {/* customize_main_hover_color */ color:#2980b9; /* customize_main_hover_color */ }
.main-content ul { 
	/* customize_main_ul_font_color */ color:#666666; /* customize_main_ul_font_color */
	font-size:14px;
	margin:0 0 10px; 
}
.main-content ul li { line-height: 1.4; }
.main-content ul li { 
	list-style-type:disc; 
	margin:5px 0 0 20px;
	padding:0;
}
.main-content ul li a { 
	/* customize_main_link_list_font_color */ color:#3498db; /* customize_main_link_list_font_color */ 
	transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s; /* Firefox 4 */
	-webkit-transition:all .3s linear 0s; /* Safari and Chrome */
	-o-transition:all .3s linear 0s; /* Opera */
}
.main-content ul li a:hover { /* customize_main_link_list_hover_font_color */ color:##2980b9; /* customize_main_link_list_hover_font_color */ }
.main-content ol { 
	/* customize_main_ol_font_color */ color:#000000; /* customize_main_ol_font_color */
	font-size:17px;
	margin:0 0 10px;
 	padding:0;
}
.main-content ol li { 
	list-style-type:decimal;
	margin:5px 0 0 25px;
}
.main-content dl { 
	/* customize_main_dl_font_color */ color:#000000; /* customize_main_dl_font_color */
	font-size:14px;
	margin:5px 0 0;
	padding:0;

}
.main-content dt { font-weight: bold; }
.main-content dd {
	line-height: 1.5;
	margin:10px 0 10px 30px;
	padding:0;
}
.main-content table { margin:10px 0; font-size:14px; }
.main-content table tr th, table tr td { padding: 5px 5px; }
.main-content table tr th { font-weight:bold; }
.main-content table tr td {
	/* customize_main_table_font_color */ color:#000000; /* customize_main_table_font_color */
}
.main-content blockquote {
	border-left: 4px solid #a1a1a1;
	padding-left: 20px;
}
.main-content cite {
	font-style: italic;
	font-weight: bold;
}
.main-content img {
	max-width: 100%;
	height: auto;
	margin: 0 0;
}
.ccm-tags-display ul.ccm-tag-list li {
	color:#555555;
}
.main-content .ccm-tags-display {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: tranparent;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.main-content #main-content-sidebar-archives {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: tranparent;
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.ccm-tag-list li {margin: 10px 10px 10px 0 !important; padding-left:0px !important; }
.ccm-tag-list li a{
	color:#5f656f !important;
	text-decoration:none;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	line-height: 13px;
	height: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f0eeef;
}
.ccm-tag-list li a:hover{ color:#213440 !important; }
.main-content #main-content-sidebar-archives ul li { 
	list-style: none !important;
	padding: 10px 0;
	margin:0 10px 0 0;
	display:inline-block;
}
.main-content #main-content-sidebar-archives ul li a {
	color:#5f656f !important;
	font-size:16px !important;
	text-decoration:none;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	line-height: 13px;
	height: 13px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #f0eeef;
}
.main-content #main-content-sidebar-archives ul li a:hover{ color:#213440 !important; }
#date-time {
	width: 14px;
	height: 14px;
	line-height: 14px;
	display:inline-block;
	vertical-align: text-top;
	background-image: url("../../../../packages/ct_brand/themes/ct_brand/images/calendar.png");
	background-repeat: no-repeat;
	margin-top: 1px;
}
#share-content { margin: -7px 0 15px; }
#blog-navigation { margin: 30px 0 10px; }
#prev-page { float:left; }
#return-page {
	width: 17px;
	margin: 0 auto;
}
#next-page {
	margin-top: -16px;
	float: right;
}
a.blog-prev-page {
	text-decoration: underline;
}
a.blog-next-page {
	text-decoration: underline;
}
a.blog-return-page {
	text-decoration: underline;
}
ul.bloglist li {
	list-style-type: none !important;
	margin-left: 0 !important;
}
ul.thumb-bloglist li {
	list-style-type: none !important;
	margin-left: 0 !important;
}
.ccm-page-list-description {
	/* customize_sub_pagelist_font_color */ color:#555555; /* customize_sub_pagelist_font_color */
	font-weight:normal;
	line-height:1.5;
	margin-bottom:8px;	
}

/* #Right Side Nav
=========================================== */
.main-content ul.right-side-nav a { 
	/* customize_rightside_nav_font_color */ color:#ffffff; /* customize_rightside_nav_font_color */
	display:block;
	padding:10px 20px 10px 0;
	text-align:right;
	text-decoration:none;
}
.main-content ul.right-side-nav a:hover { /* customize_rightside_nav_hover_font_color */ color:#ffffff; /* customize_rightside_nav_hover_font_color */ }
.main-content ul.right-side-nav li { 
	/* customize_rightside_nav_li_bg_color */ background-color:#07a8e3; /* customize_rightside_nav_li_bg_color */ 
	border-bottom: 1px solid #ffffff;
	border-radius:5px;
	margin: 0 0 5px 0;
	list-style-type: none;
	transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s; /* Firefox 4 */
	-webkit-transition:all .3s linear 0s; /* Safari and Chrome */
	-o-transition:all .3s linear 0s; /* Opera */
}
.main-content ul.right-side-nav li:hover { 
	box-shadow: 3px 3px 3px #000000;
	/* customize_rightside_nav_hover_bg_color */ background-color:#2980b9; /* customize_rightside_nav_hover_bg_color */ 
}

/* #left Side Nav
=========================================== */
.main-content ul.left-side-nav a { 
	/* customize_leftside_nav_font_color */ color:#ffffff; /* customize_leftside_nav_font_color */
	text-align: left;
	display:block;
	padding:10px 0 10px 20px;
	text-decoration:none;
	transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s; /* Firefox 4 */
	-webkit-transition:all .3s linear 0s; /* Safari and Chrome */
	-o-transition:all .3s linear 0s; /* Opera */
	
}
.main-content ul.left-side-nav a:hover { /* customize_leftside_nav_hover_font_color */ color:#ffffff; /* customize_leftside_nav_hover_font_color */ }
.main-content ul.left-side-nav li { 
	/* customize_leftside_nav_li_bg_color */ background-color:#07a8e3; /* customize_leftside_nav_li_bg_color */ 
	border-bottom: 1px solid #ffffff;
	border-radius:5px;
	margin:0 0 5px 0;
	list-style-type: none;
	-moz-transition: all .3s linear 0s; /* Firefox 4 */
	-webkit-transition:all .3s linear 0s; /* Safari and Chrome */
	-o-transition:all .3s linear 0s; /* Opera */
}
.main-content ul.left-side-nav li:hover { 
	box-shadow: 3px 3px 3px #000000;
	/* customize_leftside_nav_hover_bg_color */ background-color:#2980b9; /* customize_leftside_nav_hover_bg_color */ 
}



/* #Lower Footer Content
=========================================== */
.lower-footer-content { 
	font-family: 'Lato', sans-serif;
	margin-top:20px;
        font-weight: 300;
	margin-bottom:20px;
}
.lower-footer-content h1, .lower-footer-content h2, .lower-footer-content h3, .lower-footer-content h4, .lower-footer-content h5, .lower-footer-content h6 { 
	/* customize_lower_footer_header_font_color */ color:#ECECEC; /* customize_lower_footer_header_font_color */
	font-family: 'Lato', sans-serif;
	line-height: 1;
	margin-bottom: 10px;
/*	text-shadow: 1px 1px 1px #000000; */
}
.lower-footer-content h1 { font-size: 18px; }
.lower-footer-content h2 { font-size: 16px; }
.lower-footer-content h3 { font-size: 14px; }	
.lower-footer-content h4 { font-size: 13px; }
.lower-footer-content h5 { font-size: 12px; }
.lower-footer-content h6 { font-size: 12px; }
.lower-footer-content p { 
	/* customize_lower_footer_pg_font_color */ color:#ECECEC; /* customize_lower_footer_pg_font_color */
	font-family: 'Lato', sans-serif;
	font-size:12px;
	line-height:1.5;
	margin-bottom:10px;
/*	text-shadow: 1px 1px 1px #000000; */
}
.lower-footer-content a { 
	/* customize_lower_footer_link_color */ color:#ECECEC; /* customize_lower_footer_link_color */
	text-decoration: none;
/*	text-shadow: 1px 1px 1px #000000;*/
	transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s; /* Firefox 4 */
	-webkit-transition:all .5s linear 0s; /* Safari and Chrome */
	-o-transition:all .5s linear 0s; /* Opera */
 }
.lower-footer-content a:hover { 
	/* customize_lower_footer_link_hover_color */ color:#2980b9; /* customize_lower_footer_link_hover_color */
	text-decoration: underline; 
}
.lower-footer-content ul { 
	/* customize_lower_footer_ul_font_color */ color:#ECECEC; /* customize_lower_footer_ul_font_color */	
	font-size:13px;
	margin:0 0 10px; 
/*	text-shadow: 1px 1px 1px #000000; */
}
.lower-footer-content ul li {
/*	text-shadow: 1px 1px 1px #000000; */
	/* customize_lower_footer_list_font_color */ color:#ECECEC; /* customize_lower_footer_list_font_color */
	list-style-type:disc; 
	margin: 5px 0 0 20px;
	padding:0;
}
.lower-footer-content ul li a { /* customize_lower_footer_link_list_font_color */ color:#07a8e3; /* customize_lower_footer_link_list_font_color */ }
.lower-footer-content ul li a:hover { /* customize_lower_footer_link_list_hover_font_color */ color:#2980b9; /* customize_lower_footer_link_list_hover_font_color */ }
.lower-footer-content ol { 
	/* customize_lower_footer_ol_font_color */ color:#ECECEC; /* customize_lower_footer_ol_font_color */
	font-size:13px;
	margin:0 0 10px;
 	padding:0;
}
.lower-footer-content ol li { 
	list-style-type:decimal;
	margin: 5px 0 0 22px;
/*	text-shadow: 1px 1px 1px #000000; */
}
.lower-footer-content dl { 
	/* customize_lower_footer_dl_font_color */ color:#ECECEC; /* customize_lower_footer_dl_font_color */
	font-size:13px;
	padding:0;
/*	text-shadow: 1px 1px 1px #000000; */
}
.lower-footer-content dt { text-shadow: 1px 1px 1px #000000; font-weight: bold; }
.lower-footer-content dd {
	line-height: 1.5;
	margin:10px 0 10px 30px;
	padding:0;
/*	text-shadow: 1px 1px 1px #000000; */
}
.lower-footer-content table { margin:10px 0; }
.lower-footer-content table tr th, table tr td { padding: 5px 5px; }
.lower-footer-content table tr th { 
	color:#ffffff;
	font-weight:bold; 
	font-size:13px;  
/*	text-shadow: 1px 1px 1px #000000; */
}
.lower-footer-content table tr td {
	/* customize_lower_footer_table_font_color */ color:#ECECEC; /* customize_lower_footer_table_font_color */
	font-size: 13px;
/*	text-shadow: 1px 1px 1px #000000; */
}
.lower-footer-content img {
	max-width: 100%;
	height: auto;
	margin: 0 0;
}
hr.lower-footer {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #a1a1a1;
	margin: 1em 0 .5em;
	padding: 0;
}



/* #Footer Content
=========================================== */
.footer-content { 
	position:absolute;
	bottom:50px;
	font-family: 'Lato', sans-serif;
	/*margin-top:60px;*/
	width:179px;
}
.footer-content h1, .footer-content h2, .footer-content h3, .footer-content h4, .footer-content h5, .footer-content h6 { 
	/* customize_footer_header_font_color */ color:#dfdfdf; /* customize_footer_header_font_color */
	font-family: 'Lato', sans-serif;
	line-height: 1;
        font-weight: 300;
	margin-bottom: 1px;
}
.footer-content h1 { font-size: 26px; }
.footer-content h2 { font-size: 23px; }
.footer-content h3 { font-size: 20px; }	
.footer-content h4 { font-size: 17px; }
.footer-content h5 { font-size: 16px; }
.footer-content h6 { font-size: 15px; }
.footer-content p { 
	/* customize_footer_pg_font_color */ color:#222222; /* customize_footer_pg_font_color */
	font-family: 'Lato', sans-serif;
	font-size:12px;
	line-height:1.3;
	padding:0 10px;
}
.footer-content a { 
	/* customize_footer_link_color */ color:#07a8e3; /* customize_footer_link_color */
	text-decoration: none;
	transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s; /* Firefox 4 */
	-webkit-transition:all .5s linear 0s; /* Safari and Chrome */
	-o-transition:all .5s linear 0s; /* Opera */
 }
.footer-content a:hover { 
	/* customize_footer_link_hover_color */ color:#2980b9; /* customize_footer_link_hover_color */
	text-decoration: underline; 
}
.footer-content ul { 
	/* customize_footer_ul_font_color */ color:#dfdfdf; /* customize_footer_ul_font_color */	
	font-size:15px;
	margin:0 0 10px; 
}
.footer-content ul li {
	/* customize_footer_list_font_color */ color:#dfdfdf; /* customize_footer_list_font_color */
	list-style-type:disc; 
	margin: 5px 0 0 20px;
	padding:0;
}
.footer-content ul li a { /* customize_footer_link_list_font_color */ color:#07a8e3; /* customize_footer_link_list_font_color */ }
.footer-content ul li a:hover { /* customize_footer_link_list_hover_font_color */ color:#2980b9; /* customize_footer_link_list_hover_font_color */ }
.footer-content ol { 
	/* customize_footer_ol_font_color */ color:#dfdfdf; /* customize_footer_ol_font_color */
	font-size:15px;
	margin:0 0 10px;
 	padding:0;
}
.footer-content ol li { 
	list-style-type:decimal;
	margin: 5px 0 0 22px;
}
.footer-content dl { 
	/* customize_footer_dl_font_color */ color:#dfdfdf; /* customize_footer_dl_font_color */
	font-size:15px;
	padding:0;
}
.footer-content dt { font-weight: bold; }
.footer-content dd {
	line-height: 1.5;
	margin:10px 0 10px 30px;
	padding:0;
}
.footer-content table { margin:10px 0; }
.footer-content table tr th, table tr td { padding: 5px 5px; }
.footer-content table tr th { 
	color:#ffffff;
	font-weight:bold; 
	font-size:15px;  
}
.footer-content table tr td {
	/* customize_footer_table_font_color */ color:#dfdfdf; /* customize_footer_table_font_color */
	font-size: 15px;
}
.footer-content img {
	max-width: 100%;
	height: auto;
	margin: 0 0;
}
hr.footer {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #a1a1a1;
	margin: 1em 0 .5em;
	padding: 0;
}

/* Footer Nav
=========================================== */
ul.footer-nav li a {

	border-bottom-width:1px;
	border-bottom-style:dotted;
	/* customize_footer_nav_border_font_color */ border-bottom-color:#555555; /* customize_footer_nav_border_font_color */
	/* customize_footer_nav_font_color */ color:#ECECEC; /* customize_footer_nav_font_color */
	display: block;
	padding:10px 0;	
	padding-left: 5px;
	text-decoration: none;
	transition: all .5s linear 0s;
	-moz-transition: all .5s linear 0s; /* Firefox 4 */
	-webkit-transition:all .5s linear 0s; /* Safari and Chrome */
	-o-transition:all .5s linear 0s; /* Opera */
}
ul.footer-nav  li{ 
	list-style-type: none;
	margin:0;
}
ul.footer-nav  li a:hover{
	/* customize_footer_nav_hover_bg_color */ background-color:transparent; /* customize_footer_nav_hover_bg_color */
	/* customize_footer_nav_hover_font_color */ color:#2980b9; /* customize_footer_nav_hover_font_color */
	text-decoration:none;
	/* customize_footer_nav_border_hover_color */ border-bottom-color:#B1ADAD; /* customize_footer_nav_border_hover_color */

}

/* #Misc Content
=========================================== */


.main-content em {
	/* customize_font_awesome_color */ color:#07a8e3; /* customize_font_awesome_color */
}

.ccm-jereme-tweetcrete-timeline ul li {
	background-repeat: no-repeat;
	list-style-type: none !important;
	padding: 0 0 10px 37px !important;
	margin: 0 0 1em 0 !important;
}

/* === CTA BUTTON === */
a.cta-button  {
	/* customize_default_cta_bg_color */ background-color:#07a8e3; /* customize_default_cta_bg_color */
	/* customize_cta_font_color */ color:#ffffff !important; /* customize_cta_font_color */
	box-shadow: 0px 2px 3px #000000;
	letter-spacing: 2px;
	text-align: center;
	margin: 10px 0;
	padding: 10px 15px;
	text-decoration: none;
	text-shadow:none !important;
	transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s; /* Firefox 4 */
	-webkit-transition:all .3s linear 0s; /* Safari and Chrome */
	-o-transition:all .3s linear 0s; /* Opera */
}
a.cta-button:hover {
	/* customize_default_hover_cta_bg_color */ background-color:#2980b9 !important; /* customize_default_hover_cta_bg_color */ 
	/* customize_cta_font_hover_color */ color:#ffffff !important; /* customize_cta_font_hover_color */
	text-shadow:1px 1px 1px #333333 !important;
	text-decoration: none !important;
}
a.max-rounded { border-radius: 25px; }
a.min-rounded { border-radius: 10px; } 
a.bg-color-var-1 { /* customize_cta_bg_color_var_one */ background-color:#428bca !important; /* customize_cta_bg_color_var_one */ }
a.bg-color-var-2 { /* customize_cta_bg_color_var_two */ background-color:#e84853; /* customize_cta_bg_color_var_two */ }
a.bg-color-var-3 { /* customize_cta_bg_color_var_three */ background-color:#42BACA !important; /* customize_cta_bg_color_var_three */ }
a.bg-color-var-4 { /* customize_cta_bg_color_var_four */ background-color:#CA4242 !important; /* customize_cta_bg_color_var_four */ }
a.bg-color-var-1:hover { /* customize_cta_bg_hover_color_var_one */ background-color:#2797F8 !important; /* customize_cta_bg_hover_color_var_one */ }
a.bg-color-var-2:hover { /* customize_cta_bg_hover_color_var_two */ background-color:#c94242; /* customize_cta_bg_hover_color_var_two */ }
a.bg-color-var-3:hover { /* customize_cta_bg_hover_color_var_three */ background-color:#1CD1E9 !important; /* customize_cta_bg_hover_color_var_three */ }
a.bg-color-var-4:hover { /* customize_cta_bg_hover_color_var_four */ background-color:#E91919 !important; /* customize_cta_bg_hover_color_var_four */ }
/* === END OF CTA BUTTON === */

ul.bloglist li { margin-bottom: 20px; }
.bloglist-user {
	font-style: italic;
	font-size: 12px;
}
.bloglist-tag-container { margin-top: -10px; }
.bloglist-date {
	background-image: url("../../../../packages/ct_brand/themes/ct_brand/images/calendar_month_checkmark.png");
	background-position: left 50%;
	background-repeat: no-repeat;
	background-size: 22px 22px; 
	padding-left: 28px;
	font-style: italic;
	font-size: 12px;
}
.bloglist-tags {
	font-style: italic;
	font-size: 12px;
}
h2.bloglist-title a { text-decoration: none; }

ul.thumb-bloglist li {
	border-bottom: 1px solid #3498db;
	margin-bottom: 20px;
	padding: 10px 0 20px;
}
.thumb-bloglist-tag-container { margin-top: 20px; }

/* BACK TO TOP 
============================ */
#back-top {
	position: fixed;
	bottom: 30px;
	right:0;
	z-index:2
}

#back-top a {
	width: 108px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: none;
	text-decoration: none;
	color: #777;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}

/* arrow icon (span tag) */
#back-top span {
	width: 30px;
	height: 29px;
	display: block;
	margin-bottom: 7px;
	margin-left: 43px;
	background: url(../../../../packages/ct_brand/themes/ct_brand/images/nav-icons.png) no-repeat -7px -577px;
	background-color: #ddd;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;

	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	
}

@media only screen and (max-width:1200px) {

	.content-wrapper { margin:0; }
	.left-sidebar {
		width: 100%;
		position: fixed;
		height: 200px;
		bottom: 0;
		left:inherit;
		top:inherit;
		z-index:10;
		border-right-width:0px;
	}
	.small-fullwidth {
		width:420px;
		margin:0 auto;
	}
	.img-mobile {
		width:85px;
	}

	#mobile-nav {
		position: static;
		width: 80%;
		margin: 0 auto 15px !important;
	}

	#back-top {
		display: none !important;
	}

	.footer-content {
		position: static;
		/* margin-top: 60px; */	
	}


	.header-nav-area { height:130px; }
	.main-content { margin-bottom: 20px !important; }
	.logo-content { margin: 15px auto 10px !important; text-align:center; }
	.logo-content h3 { font-size: 13px; }

	.main-background { padding:20px 0}
	.footer-background { padding:20px 0; }
	.lower-footer { padding:20px 0 200px; }
	.middle-container { padding:20px 0; }

	nav { 
		background:none; 
		text-align: center;
		height: auto; 
	}
	nav  ul { display: none; }
	nav select { display: block; }


}

@media only screen and (max-width: 959px) {
	.content-wrapper { margin:0; }
	.left-sidebar {
		width: 100%;
		position: fixed;
		height: 200px;
		bottom: 0;
		left:inherit;
		top:inherit;
		z-index:10;
		border-right-width:0px;
	}
	.small-fullwidth {
		width:420px;
		margin:0 auto;
	}
	.img-mobile {
		width:85px;
	}

	#mobile-nav {
		position: static;
		width: 80%;
		margin: 0 auto 15px !important;
	}

	#back-top {
		display: none !important;
	}

	.footer-content {
		position: static;
		/* margin-top: 60px; */	
	}


	.header-nav-area { height:130px; }
	.main-content { margin-bottom: 20px !important; }
	.logo-content { margin: 5px auto 10px !important; text-align:center; }
	.main-background { padding:20px 0}
	.footer-background { padding:20px 0; }
	.lower-footer { padding:20px 0 230px; }
	.middle-container { padding:20px 0; }

	nav { 
		background:none; 
		text-align: center;
		height: auto; 
	}
	nav  ul { display: none; }
	nav select { display: block; }


	.banner-content h1 { font-size: 40px; }
	.banner-content h2 { font-size: 30px; }
	.banner-content h3 { font-size: 20px; }	
	.banner-content h4 { font-size: 18px; }
	.banner-content h5 { font-size: 16px; }
	.banner-content h6 { font-size: 14px; }
	.banner-content p { font-size: 12px; }

	.banner-text h1 { font-size: 40px; }
	.banner-text h2 { font-size: 30px; }
	.banner-text h3 { font-size: 20px; }	
	.banner-text h4 { font-size: 18px; }
	.banner-text h5 { font-size: 16px; }
	.banner-text h6 { font-size: 14px; }
	

	.header-text h1 { font-size: 40px; }
	.header-text h2 { font-size: 30px; }
	.header-text h3 { font-size: 25px; }	
	.header-text h4 { font-size: 20px; }
	.header-text h5 { font-size: 18px; }
	.header-text h6 { font-size: 16px; }
	

	.main-content h1 { font-size:34px; }
	.main-content h2 { font-size:30px; }
	.main-content h3 { font-size:26px; }				
	.main-content h4 { font-size:22px; }
	.main-content h5 { font-size:20px; }
	.main-content h6 { font-size:17px; }
	

	.middle-content h1 { font-size: 34px; }
	.middle-content h2 { font-size: 30px; }
	.middle-content h3 { font-size: 26px; }	
	.middle-content h4 { font-size: 22px; }
	.middle-content h5 { font-size: 20px; }
	.middle-content h6 { font-size: 18px; }

	.sf-menu a {
		font-size: 15px;
	}
	ul.sf-menu li li.sfHover ul {
	left:			12.3em; /* match ul width */
	}
}
@media only screen and (max-width: 767px) {
	.content-wrapper { margin:0; }
	.left-sidebar {
		width: 100%;
		position: fixed;
		height: 200px;
		bottom: 0;
		left:inherit;
		top:inherit;
		z-index:10;
		border-right-width:0px;
	}
	.small-fullwidth {
		width:420px;
		margin:0 auto;
	}
	.img-mobile {
		width:85px;
	}


	.header-nav-area { height:130px; }
	.main-content { margin-bottom: 20px !important; }
	.logo-content { margin: 15px auto 10px !important; text-align:center; }
	.main-background { padding:20px 0}
	.footer-background { padding:20px 0; }
	.lower-footer { padding:20px 0; }
	.middle-container { padding:20px 0; }

	.banner-text { top:25px !important; position: relative !important; }
	.banner-text h1 { font-size: 30px; }
	.banner-text h2 { font-size: 25px; }
	.banner-text h3 { font-size: 20px; }	
	.banner-text h4 { font-size: 18px; }
	.banner-text h5 { font-size: 16px; }
	.banner-text h6 { font-size: 14px; }
	.banner-text p { font-size: 12px; }


	.banner-text-background {
		position: relative;
		top: -20px;
	}

	.header-text h1 { font-size: 30px; }
	.header-text h2 { font-size: 25px; }
	.header-text h3 { font-size: 20px; }	
	.header-text h4 { font-size: 18px; }
	.header-text h5 { font-size: 16px; }
	.header-text h6 { font-size: 14px; }
	

	.main-content h1 { font-size:30px; }
	.main-content h2 { font-size:26px; }
	.main-content h3 { font-size:22px; }				
	.main-content h4 { font-size:20px; }
	.main-content h5 { font-size:17px; }
	.main-content h6 { font-size:14px; }
	

	.middle-content h1 { font-size: 30px; }
	.middle-content h2 { font-size: 26px; }
	.middle-content h3 { font-size: 22px; }	
	.middle-content h4 { font-size: 20px; }
	.middle-content h5 { font-size: 18px; }
	.middle-content h6 { font-size: 16px; }
	

	nav { 
		background:none; 
		text-align: center;
		height: auto; 
	}
	nav  ul { display: none; }
	nav select { display: block; }

	.main-content h1, .main-content h2, .main-content h3, .main-content h4, .main-content h5, .main-content h6 { 
		font-weight: normal;
	}

	.footer-content h1, .footer-content h2, .footer-content h3, .footer-content h4, .footer-content h5, .footer-content h6 {
		font-weight: normal;
	}
 

	#mobile-nav {
		position: static;
		width: 80%;
		margin: 0 auto 15px !important;
	}

	#back-top {
		display: none !important;
	}

	.cta-button, .banner-text-bg, .banner-text-bg-link  {
		display: block;
	}

	.footer-content {
		position: static;
		/* margin-top: 60px; */	
	}
	.bx-next, .bx-prev {
		display:none;
	}
}
@media only screen and (max-width: 479px) {

	.banner-text { top:25px !important; position: relative !important; } 
	.banner-text h1 { font-size: 24px; }
	.banner-text h2 { font-size: 20px; }
	.banner-text h3 { font-size: 18px; }	
	.banner-text h4 { font-size: 16px; }
	.banner-text h5 { font-size: 14px; }
	.banner-text h6 { font-size: 12px; }
	.banner-text p { font-size: 12px; }

	#mobile-nav {
		margin: 0 auto 15px !important;
	}

	.main-content { margin-bottom: 20px !important; }	
	.small-fullwidth {
		width:300px;
		margin:0 auto;
	}

	.img-mobile {
		width:85px;
	}


}