/*
Theme Name: CCAB
Description: The CCAB theme.
Author: Creatrix
Author URI: http://creatrix.ca
Version: 1.0
Text Domain: CCAB
*/
/*KEYS:
	WP_CU: 	THE PROPERTY IS SET FOR WORDPRESS CUSTOMIZATION, USING THE SAME EXACT 
			SELECTORS.
	EN_JS:	THE PROPERTY IS HARDCODED IN THE JAVASCRIPT	
*/
/*START: WORDPRESS CORE (SOURCE: codex.wordpress.org/CSS) */
.alignnone 
	{margin: 5px 20px 20px 0;}
.aligncenter, div.aligncenter 
	{display: block;	margin: 5px auto 5px auto;}
.alignright 
	{float:	right;	margin: 5px 0 20px 20px;}
.alignleft 
	{float: left;	margin: 5px 20px 20px 0;}
.aligncenter 
	{display: block;	margin: 5px auto 5px auto;}
a img.alignright 
	{float: right;	margin: 5px 0 26px 30px;}
a img.alignnone 
	{margin: 5px 20px 20px 0;}
a img.alignleft 
	{float: left;	margin: 5px 30px 26px 0;}
a img.aligncenter 
	{display: block; margin-left: auto;	margin-right: auto; margin-bottom: 33px;}
.wp-caption 
{
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}
.wp-caption.alignnone 
	{margin: 5px 20px 20px 0;}
.wp-caption.alignleft 
	{margin: 5px 20px 20px 0;}
.wp-caption.alignright 
	{margin: 5px 0 20px 20px;}
.wp-caption img 
{
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text 
{
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
/*END: WORDPRESS CORE*/
body
{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #ffffff;
	-webkit-font-smoothing: subpixel-antialiased;
}
img
	{width: auto;}
#Body, #Body input
	{font-weight: 400;}
#Body
{
	width: 100%;
	color: #010101;	
	font-size: 14px;
	font-family: "Lato", "Arial", "Helvetica", "sans-serif";
}
#Body div.removeOnJS
	{display: none;}
#Body a, #Body a:visited
{
	text-decoration: none;
	color: #8f0406;
}
#Body a:hover
	{text-decoration: underline;}
#Body div.wrapper
{
	max-width: 1140px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
#Body div.crx_videojs, #Body div.crx_videojs_measuring
{
	position: relative;
	overflow: hidden;
}
#Body div.crx_videojs > div,
		#Body div.crx_videojs > div > video
{
	width: 100% !important;
	height: 100% !important;
}
#Body div.crx_fixed, #Body table.crx_fixed, #Body span.crx_fixed
{
	table-layout: fixed;
}
#Body div.crx_fixed, #Body span.crx_fixed
{
	display: table;
	padding: 0px !important;
	border-style: none !important;
}
#Body div.crx_fixed > div, #Body div.crx_fixed > div > div, #Body span.crx_fixed > span, #Body span.crx_fixed > span > span
	{position: static !important;}
#Body div.crx_fixed > div, #Body span.crx_fixed > span
{
	display: table-row;
}
#Body div.crx_fixed > div > div, #Body span.crx_fixed > span > span
{
	display: table-cell;
	vertical-align: top;
}
#Body h1, #Body h2, #Body h3, #Body h4, #Body h5, #Body h6
	{font-weight: 400;}
#Body img
	{border-style: none;}
#Body img.withSvg
	{visibility: hidden;}
#Body input
{
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
#Body table
{
	border-collapse: collapse;
	border-style: none;
	border-spacing: 0px;	
}
#IFrameWarning
{
	display: none;
	font-size: 18;
	border-color: red;
	border-width: 4px;
	border-style: solid;
}
#Top
{
	padding-top: 18px;
	background-color: #f0efef;
}
#Top > div.wrapper
{
	position: relative;
}
#Top > div.wrapper > div
{
	display: inline-block;
	vertical-align: top;
}
#Top > div.wrapper > div.leftSide
{
	width: 24.39%; /*278px*/
	margin-right: 1.32%; /*15px;*/
}
#Top > div.wrapper > div.leftSide > div.banner > a > img
{
	width: 100%;
}
#Top > div.wrapper > div.rightSide
{
	width: 74.29%;
	padding-bottom: 18px;
}
#HeaderMobileIconWrapper
{
	position: absolute;
	top: 40px;
	right: 5px;
	display: none;
}
#HeaderMobileIcon
{
	height: 19px;
	width: 32px;
	background-image: url('images/mobileMenu_menuIcon.png');
	cursor: pointer;
	display: none;
}
#TopSearchWrapper
{
	text-align: right;
}
#TopSearch
{
	display: inline-block;
	vertical-align: top;
	width: 90.00%;
	max-width: 432px;
	text-align: left;
	line-height: 31px;
}
#TopSearch > form > table, #TopSearch > form > table > tbody > tr > td.icon > div, 
		#TopSearch > form > table > tbody > tr > td.input > input
	{height: 31px;}
#TopSearch > form > table
	{width: 100%;}
#TopSearch > form > table > tbody > tr > td
	{padding: 0px;}
#TopSearch > form > table > tbody > tr > td.input, #TopSearch > form > table > tbody > tr > td.input > input
	{background-color: #dbdbdb;}
#TopSearch > form > table > tbody > tr > td.input
{	
	padding-left: 12px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#TopSearch > form > table > tbody > tr > td.input > input
{
	padding: 0px;
	margin: 0px;
	width: 100%;
	border-style: none;
	font-size: 14px;
}
#TopSearch > form > table > tbody > tr > td.input > input:focus
	{outline-width: 0;}
#TopSearch > form > table > tbody > tr > td.input > input.placeHolder
{
	color: #505050;
}
#TopSearch > form > table > tbody > tr > td.icon, #TopSearch > form > table > tbody > tr > td.icon > div
{
	width: 45px;
}
#TopSearch > form > table > tbody > tr > td.icon
{
	background-color: #98080b;
}
#TopSearch > form > table > tbody > tr > td.icon > div
{
	background-image: url('images/icon_search.png');
}
/*THE FOLLOWING ABOUT #TopSearchWrapper IS EXTERNAL MODIFICATION. REQUIRES FIXING.*/
#TopSearchWrapper > .headerButton
{
	display:inline-block;
    padding: 8px 16px;
    background-color: #98080b;
    color: #fff !important;
    font-size: 0.97em;
    font-weight: 500;
    margin-right: 4px;
    margin-bottom: 5px;
    background-image: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
    background-image: -webkit-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
    background-image: -o-linear-gradient(rgba(0,0,0,0),rgba(0,0,0,.1) 50%,rgba(0,0,0,.1));
    border-radius: 5px;
}
#TopSearchWrapper > .headerButton:hover
{
	cursor: pointer;
	text-decoration: underline;
}
#TopSearchWrapper > .headerButton:focus
{
	outline: none;
}
#Menu
{
	padding-top: 30px;
	text-align: right;
}
#Menu > div.menuItems, #Menu > div.menuItems > div.menuItem
{
	display: inline-block;
	vertical-align: top;
}
#Menu > div.menuItems
	{white-space: nowrap;}
#Menu > div.menuItems > div.menuItem
{
	position: relative;
	margin-left: 20px;
	text-align: left;
	white-space: normal;
}
#Menu > div.menuItems > div.menuItem > div.label
	{font-size: 20px;}
#Menu > div.menuItems > div.menuItem > div.label > a,
		#Menu > div.menuItems > div.menuItem > div.label > a:visited
{
	color: #414141;
}
#Menu > div.menuItems > div.menuItem > div.subMenu
{
	position: absolute;
	display: none;
	left: -92px; /*=floor((#Menu > div.menuItem > div.subMenu > div.arrowWrapper).width / 2)*/
	z-index: 200;
}
#Menu > div.menuItems > div.menuItem > div.subMenu > div.arrowWrapper,
		#Menu > div.menuItems > div.menuItem > div.subMenu > div.arrowWrapper > div.arrow
	{height: 8px;}
#Menu > div.menuItems > div.menuItem > div.subMenu > div.arrowWrapper
{
	position: relative;
	width: 183px;
	line-height: 8px;
}
#Menu > div.menuItems > div.menuItem > div.subMenu > div.arrowWrapper > div.arrow
{
	position: relative;
	display: inline-block;
	vertical-align: top;
	left: 86px;
	top: 0px;
}
#Menu > div.menuItems > div.menuItem > div.subMenu > div.subMenuItem
{
	width: 183px; /*=(#Menu > div.menuItem > div.subMenu > div.arrowWrapper).width*/
	padding-left: 22px;
	padding-right: 10px;
	padding-top: 14px;
	padding-bottom: 14px;
	background-color: #dddddd;
	font-size: 14px;
	line-height: 19px;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#Menu > div.menuItems > div.menuItem > div.subMenu > div.subMenuItem > a,
		#Menu > div.menuItems > div.menuItem > div.subMenu > div.subMenuItem > a:visited
{
	color: #1a1a1a;
	text-decoration: none;
}
#Menu > div.menuItems > div.menuItem > div.subMenu > div.subMenuItem:hover
{
	padding-left: 8px;
	border-width: 14px;
	border-color: #909090;
	border-left-style: solid;
	background-color: #e5e5e5;
}
#Menu > div.menuItems > div.menuItem:first-child
	{margin-left: 0px;}
#Menu > div.menuItems > div.menuItem_current > div.label > a,
		#Menu > div.menuItems > div.menuItem_current > div.label > a:visited
	{color: #960c14;}
#MobileMenu
{
	display: none;
	margin-right: 0px;
	/*padding-bottom: 4px;	
	background-color: #be2427;	*/
	background-color: grey;
}
#MobileMenu > div.menuItem
{
	position: relative;
	width: auto;
	/*margin-left: 3px;*/
	margin-right: 35px;	
	/*border-bottom-style: solid;*/
	border-top-style: solid;
	/*border-color: #be2427;*/
	border-color: grey;
	/*border-bottom-width: 1px;*/
	border-top-width: 1px;
	height: 36px;
	font-size: 20px;
	line-height: 36px;
	text-align: left;
	padding-left: 10px;
	background-color: #ffffff;
}
#MobileMenu > div.menuItem:first-child
	{border-top-style: none;}
#MobileMenu > div.menuItem > a, #MobileMenu > div.menuItem > a:visited
	{color: #505050;}
#MobileMenu > div.menuItem > a
	{cursor: pointer;}
#MobileMenu > div.menuItem > a.menuItemDownArrow
{
	position: absolute;
	top: 0px;
	right: -35px;	
	width: 35px;
	height: 36px;
	margin: 0px;
	padding: 0px;
	background-image: url('images/mobileMenu_downArrow.png');
}
#MobileMenu > div.menuItem > a.menuItemUpArrow
	{background-image: url('images/mobileMenu_upArrow.png');}
#MobileMenu > div.subMenuItem_mobile
{
	display: none;
	background-color: #dddddd;
	text-align: left;
	margin-left: 3px;
	margin-right: 3px;
}
#MobileMenu > div.subMenuItem_mobile ul
{
	list-style: none;
	margin-left: -38px;
	margin-top: 0px;
}
#MobileMenu > div.subMenuItem_mobile ul > li
{	
	padding-left: 20px;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #d3d2d2;
}
#MobileMenu > div.subMenuItem_mobile ul > li.SubMenuItem_mobileLevel01
{
	line-height: 30px;
	font-size: 14px;
}
#MobileMenu > div.subMenuItem_mobile ul > li.SubMenuItem_mobileLevel01 a, 
		#MobileMenu > div.subMenuItem_mobile ul > li.SubMenuItem_mobileLevel01 a:visited
	{color: #000000;}
#Top_Bar
{
	display: none;
	height: 36px;
}
#HomePageBanner > div.top
{
	height: 471px;
	background-size: cover;
}
#HomePageBanner > div.top > div.wrapper > table.caption
{
	width: 100%;
	height: 387px; /*=(#HomePageBanner > div.top).height() - (#HomePageBanner > div.top > div.wrapper > table.caption > tbody > tr > td).paddingBottom*/
}
#HomePageBanner > div.top > div.wrapper > table.caption > tbody > tr > td
{
	vertical-align: middle;
	padding-bottom: 84px;
}
#HomePageBanner > div.top > div.wrapper > table.caption > tbody > tr > td > div
{
	width: 80%;
	max-width: 700px;
	font-size: 43px;
	font-weight: 300;
	color: #f4f4f4;
	visibility: hidden;
}
#HomePageBanner > div.top > div.wrapper > table.caption > tbody > tr > td > div > div.crx_line
{
	margin-bottom: 3px;
}
#HomePageBanner > div.top > div.wrapper > table.caption > tbody > tr > td > div > div.crx_line > div.content
{
	display: inline-block;
	padding-left: 16px;
	padding-right: 28px;
	line-height: 63px;
	/*background-color: #000000;*/
	background-color: rgba(0, 0, 0, 0.5);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#80000000', endColorstr='#80000000');
}
/*#HomePageBanner > div.top > div.wrapper > table.caption > tbody > tr > td > div > div.crx_line1 > div.content
	{background-color: #d05322;}
#HomePageBanner > div.top > div.wrapper > table.caption > tbody > tr > td > div > div.crx_line2 > div.content
	{background-color: #c53e09;}
#HomePageBanner > div.top > div.wrapper > table.caption > tbody > tr > td > div > div.crx_line3 > div.content
	{background-color: #bb3704;}*/
#ContentArea h2
{
	font-size: 22px;
	color: #e36e1d;
}
#ContentArea > div.content
	{margin-top: 26px;}
#BreadCrumb
{
	margin-top: 27px;
	font-size: 14px;
}
#BreadCrumb a, #BreadCrumb a:visited
	{color: #4f4f4f;}
#PageTitle > h1
{
	margin-top: 3px;
	font-size: 28px;
	color: #212121;
	text-transform: uppercase;
}
#PageBanner, #PageBanner > table.caption
	{height: 283px;}
#PageBanner
{
	background-size: cover;
}
#PageBanner > table.caption
{
	width: 100%;
}
#PageBanner > table.caption > tbody > tr > td
{
	vertical-align: middle;
	padding-bottom: 75px;
	padding-left: 3.0%; /*35px*/
}
#PageBanner > table.caption > tbody > tr > td > div
{
	max-width: 80%;
	font-size: 22px;
	font-weight: 300;
	color: #ffffff;
	visibility: hidden;
}
#PageBanner > table.caption > tbody > tr > td > div > div.crx_line
{
	margin-bottom: 3px;
}
#PageBanner > table.caption > tbody > tr > td > div > div.crx_line > div.content
{
	display: inline-block;
	padding-left: 16px;
	padding-right: 20px;
	line-height: 45px;
}
#PageBanner.style02, #PageBanner.style02 > table.caption
{
	height: 120px;
}
#PageBanner.style02 > table.caption > tbody > tr > td
{
	padding-bottom: 0px;
	padding-top: 9px;
}
#PageBanner.style02 > table.caption > tbody > tr > td > div > div.crx_line
	{display: none;}
#PageBanner.style02 > table.caption > tbody > tr > td > div > div.crx_line1,
		#PageBanner.style02 > table.caption > tbody > tr > td > div > div.crx_line2
	{display: block;}
#AfterPageBanner.ccab_member > div.territories, #AfterPageBanner.ccab_member > div.industries
{
	font-size: 18px;
}
#AfterPageBanner.ccab_member > div.logo
{
	padding-top: 32px;
	padding-bottom: 32px;
}
#AfterPageBanner.ccab_member > div.logo > img
	{width: 44.17%;}
#AfterPageBanner.ccab_member > div.hr > hr
{
	display: block; 
	height: 1px;
    border-width: 0; 
	border-top: 1px solid #cccccc;
    margin: 0px; 
	padding: 0px;
}
#Listing > div.introduction
{
	font-size: 18px;
}
#Listing > div.searchForm
{
	margin-bottom: 21px;
}
#Listing > div.searchForm > div.title, #Listing > div.title
{
	margin-bottom: 18px;
	font-size: 22px;
	color: #e36e1d;
}
#Listing > div.searchForm > form
{
	width: 100%;
	max-width: 945px;
}
#Listing > div.searchForm > form > div.top > div
{
	display: inline-block;
	vertical-align: top;
}
#Listing > div.searchForm > form > div.top > div input, #Listing > div.searchForm > form > div.top > div select,
		#Listing > div.searchForm > form > div.bottom > div > div input
{
	width: 100%;
	height: 35px;
	line-height: 35px;
	margin: 0px;
	padding: 0px;
	padding-left: 14px;	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#Listing > div.searchForm > form > div.top > div > div,
		#Listing > div.searchForm > form > div.bottom
	{margin-bottom: 16px;}
#Listing > div.searchForm > form > div.top > div.leftSide
{
	width: 48.36%; /*457px*/
	margin-right: 3.07%; /*29px*/
}
#Listing > div.searchForm > form > div.top > div.rightSide
{
	width: 48.57%;
	text-align: right;
}
#Listing > div.searchForm > form > div.bottom
{
	text-align: right;
}
#Listing > div.searchForm > form > div.bottom > div
{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	height: 37px;
}
#Listing > div.searchForm > form > div.bottom > div > div.submit > input
{
	width: 105px;
	height: 37px;
	line-height: 34px;
	padding: 0;
	/*padding-bottom: 3px;*/
	background-color: #98080b;
	font-size: 14px;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	border: none;
	border-radius: 5px;
}
#Listing > div.searchForm > div > hr
{
	display: block; 
	height: 1px;
    border-width: 0; 
	border-top: 1px solid #e1e1e1;
    margin: 0px; 
	padding: 0px;
}
#Listing > div.alphanumericFitler
{
	color: #262626;
	margin-bottom: 33px;
}
#Listing > div.alphanumericFitler a,
		#Listing > div.alphanumericFitler a:visited
	{color: #89211a;}
#Listing > div.alphanumericFitler a.current
	{font-weight: bold;}
#Listing > div.alphanumericFitler > div.numberOfResults
	{margin-bottom: 16px;}
#Listing > div.list > table
{
	table-layout: fixed;
	width: 100%;
}
#Listing > div.list > table > tbody > tr > td
{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;	
	vertical-align: top;
	min-height: 80px;
	padding-bottom: 25px;
}
#Listing > div.list > table > tbody > tr.article > td.date
{
	color: #ac0521;
	width: 58px;
	text-align: center;
}
#Listing > div.list > table > tbody > tr.article > td.date > span.month, 
		#Listing > div.list > table > tbody > tr > td.date > span.day
{
	font-size: 16px;
}
#Listing > div.list > table > tbody > tr.article > td.date > span.year
{
	font-size: 12px;
}
#Listing > div.list > table > tbody > tr.article > td.excerpt
	{text-align: left;}
#Listing > div.list > table > tbody > tr.article > td.excerpt > div.title > h2
{
	margin: 0px;
	margin-bottom: 14px;
	font-size: 18px;
	font-weight: 500;
}
#Listing > div.list > table > tbody > tr.article > td.excerpt > div.title > h2 > a,
		#Listing > div.list > table > tbody > tr.article > td.excerpt > div.title > h2 > a:visited
	{color: #010101; /*= #Body.color*/}
#Listing.ccab_member > div.list > div.article
{
	display: inline-block;
	vertical-align: top;
	width: 21.24%; /*Total width = 262px*/
	min-height: 43px;
	padding-left: 1.14%;
	padding-right: 0.6%;
	padding-top: 3px;
	padding-bottom: 4px;
	margin-left: 2.69%;
	margin-bottom: 26px;
	text-align: left;
	background-color: #e9e9e9;
}
#Listing.ccab_member > div.pagination 
{
	margin-bottom: 35px;
}
#Listing.ccab_member > div.list > div.article > div.title > h2
{
	padding-top: 10px;
	margin: 0px;
	margin-bottom: 3px;
	font-size: 18px;
}
#Listing.ccab_member > div.list > div.article > div.title > h2 > a,
		#Listing.ccab_member > div.list > div.article > div.title > h2 > a:visited
	{color: #88211a;}
#Listing.ccab_member > div.list > div.article > div.territories
{
	font-size: 14px;
	color: #606060;
}
#Listing.ccab_member > div.list > div.article:first-child,
		#Listing.ccab_member > div.list > div.article:nth-child(4n+1)
{
	margin-left: 0px;
}
#Footer
{
	background-color: #f1f1f1;
}
#Footer > div.topBorder
{
	height: 19px;
	/*background-image: url('images/footerTopBorder.png');
	background-repeat: repeat-x;*/
	background-color: #e0e0e0;
}
#Footer_Top > div.wrapper
{
	padding-top: 24px;
	padding-bottom: 27px;
}
#Footer_Top > div.wrapper > div,
		#Footer_Top > div.wrapper > div a,
		#Footer_Top > div.wrapper > div a:visited
	{color: #000000;}
#Footer_Top > div.wrapper > div
{
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
	font-size: 14px;	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#Footer_Top > div.wrapper > div div.title
{
	margin-bottom: 15px;
	font-size: 14px;
}
#Footer_Top > div.wrapper > div div.line
{
	margin-bottom: 2px;
}
#Footer_Top > div.wrapper > div div.paragraph
{
	margin-bottom: 16px;
}
#Footer_Top > div.wrapper > div.leftSide
{
	width: 36.18%; /*458px*/ /*40.18%*/
}
#Footer_Top > div.wrapper > div.leftSide > div.content
{
	width: 90%;
	max-width: 275px;
}
#Footer_Top > div.wrapper > div.leftSide > div.content > div.signUp
	{padding-bottom: 32px;}
#Footer_Top > div.wrapper > div.leftSide > div.content > div.signUp > a.button,
		#Footer_Top > div.wrapper > div.leftSide > div.content > div.signUp > a.button:visited
	{color: #ffffff;}
#Footer_Top > div.wrapper > div.leftSide > div.content > div.signUp > a.button
{
	display: inline-block;
	vertical-align: top;
	width: 100px;
	height: 32px;
	/*padding-top: 7px;*/
	line-height: 32px;
	border-radius: 16px;
	background-color: #646569;
	font-size: 14px;
	text-align: center;
}
#Footer_Top > div.wrapper > div.leftSide > div.content > div.socialIcons > a.icon
{
	display: inline-block;
	vertical-align: top;
	width: 31px;
	height: 30px;
	margin-left: 9px;
}
#Footer_Top > div.wrapper > div.leftSide > div.content > div.socialIcons > a.icon:first-child
	{margin-left: 0px;}
#Footer_Top > div.wrapper > div.leftSide > div.content > div.socialIcons > a.icon_faceBook
{
	background-image: url('images/icon_faceBook.png');
}
#Footer_Top > div.wrapper > div.leftSide > div.content > div.socialIcons > a.icon_twitter
{
	background-image: url('images/icon_twitter.png');
}
#Footer_Top > div.wrapper > div.leftSide > div.content > div.socialIcons > a.icon_linkedIn
{
	background-image: url('images/icon_linkedIn.png');
}
#Footer_Top > div.wrapper > div.leftSide > div.content > div.socialIcons > a.icon_instagram
{
	background-image: url('images/icon_instagram.png');
}
#Footer_Top > div.wrapper > div.middle
{
	width: 37.02%; /*422px*/
}
#Footer_Top > div.wrapper > div.rightSide
{
	width: 26.80%; /*22.80%*/
	padding-left: 0px;
}
#Footer_Bottom
{
	background-color: #ffffff;
}
#Footer_Bottom > div.wrapper, 	#Footer_Bottom > div.wrapper a, #Footer_Bottom > div.wrapper a:visited
	{color: #363535;}
#Footer_Bottom > div.wrapper
{
	min-height: 37px;
	line-height: 37px;
}
#Footer_Bottom > div.wrapper > div
{
	display: inline-block;
	vertical-align: top;
	width: 50%;
}
#Footer_Bottom > div.wrapper > div.leftSide
{
	font-size: 14px;
}
#Footer_Bottom > div.wrapper > div.rightSide
{
	text-align: right;
	font-size: 13px;
}

/*THE FOLLOWING ABOUT COVID 19 Banner IS EXTERNAL MODIFICATION. REQUIRES FIXING.*/
/*COVID 19 Banner*/
#Body > #fixed-container > div.covid-banner
{
	width: 100%;
	background-color: #ea5c24;
	color: #fff;
	font-size: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
#Body > #fixed-container > div.covid-banner a
{
	color: #fff;
	font-weight: 600;
}
#Body > #fixed-container > div.covid-banner > div.wrapper > div.covid-close
{
	display: inline-block;
	float: right;
	margin-top: -3px;
}
@media only screen and (max-width: 425px) {
  #Body > #fixed-container > div.covid-banner
	{
		font-size: 16px;
	}
}
/*End of Banner*/

	
/*VISUAL COMPOSER*/
.btn-group-vertical>.btn-group:after,.btn-toolbar:after,.container-fluid:after,.container:after,.dl-horizontal dd:after,.form-horizontal .form-group:after,.modal-footer:after,.nav:after,.navbar-collapse:after,.navbar-header:after,.navbar:after,.pager:after,.panel-body:after,.row:after,.vc_clearfix:after,.vc_column-inner:after,.vc_el-clearfix,.vc_row:after {clear: both;}

#Body div.ccab_content_element 
	{margin-bottom: 20px;}
	

#Body.noJS img.withSvg
	{visibility: visible;}
#Body.noJS #Menu > div.menuItems
	{white-space: normal;}
#Body.noJS #Menu > div.menuItems > div.menuItem > div.subMenu > div.subMenuItem
	{cursor: auto;}
#Body.noJS #Menu > div.menuItems > div.menuItem:hover > div.subMenu
	{display: block;}
#Body.noJS #HomePageBanner > div.top > div.wrapper > table.caption > tbody > tr > td > div,
		#Body.noJS #PageBanner > table.caption > tbody > tr > td > div
	{visibility: visible;}
	
#Body.ccabTypes_inFrameOrIframe #IFrameWarning
{
	display: block;
}