/* |-------------------------------------------| RADU MIHAI |-------| */
/* |-------------------------------------------| FEB/18/2013 |------| */


/* |-------------------------| SUMMARY |----------------------------| */

/* |-------------------------| FIREFOX TABLE FONT FIX |-------------| */
/* |-------------------------| HTML,BODY |--------------------------| */
/* |-------------------------| BODY CONTAINER |---------------------| */
/* |-------------------------| CONTAINER |--------------------------| */
/* |-------------------------| COURTESY LINKS |---------------------| */
/* |-------------------------| HEADER |-----------------------------| */
/* |-------------------------| MAIN MENU |--------------------------| */
/* |-------------------------| DROP DOWN MENU |---------------------| */
/* |-------------------------| LANDING PAGE MENU |------------------| */
/* |-------------------------| CONTENT |----------------------------| */
/* |-------------------------| TOP & BOTTOM |-----------------------| */
/* |-------------------------| COLUMN CONTAINERS |------------------| */
/* |-------------------------| COLUMN |-----------------------------| */
/* |-------------------------| SIDE-MENU |--------------------------| */
/* |-------------------------| DIV.BLOCK |--------------------------| */
/* |-------------------------| DIV.PAD |----------------------------| */
/* |-------------------------| CONTENT PANELS |---------------------| */
/* |-------------------------| FOOTER |-----------------------------| */
/* |-------------------------| HEADINGS |---------------------------| */
/* |-------------------------| LINKS |------------------------------| */
/* |-------------------------| LISTS |------------------------------| */
/* |-------------------------| BLOG |-------------------------------| */
/* |-------------------------| FORMS |------------------------------| */
/* |-------------------------| OTHER HTML ELEMENTS |----------------| */
/* |-------------------------| CUSTOM ELEMENTS |--------------------| */
/* |-------------------------| CMS ELEMENTS |-----------------------| */
/* |-------------------------| CLEARFIX FIX |-----------------------| */
/* |-------------------------| MOBILE OPTIMIZATION |----------------| */






/* |-------------------------| FIREFOX TABLE FONT FIX |-------------| */
table,td {
	font-family: inherit !important;
	font-size: inherit !important;
}

/* |-------------------------| HTML,BODY |--------------------------| */
html,body#Body {
	font-weight: 400;
}

/* |-------------------------| BODY CONTAINER |---------------------| */
#foxboro_body {}

/* |-------------------------| CONTAINER |--------------------------| */
#foxboro_container {
	overflow: visible !important;
	width: 100% !important;
	min-width: 960px;
}

/* |-------------------------| COURTESY LINKS |---------------------| */
#foxboro_courtesy_links {
	overflow: hidden;
	background: none !important;
	width: 960px;
	min-height: 20px;
	margin: 0 auto -40px;
	padding: 20px 0 0;
}

#foxboro_courtesy_links,
#foxboro_courtesy_links a {
	font-size: 14px !important;
	line-height: 20px !important;
}

#foxboro_courtesy_links a {
	margin-left: 20px;
}

#foxboro_courtesy_links a:hover {}

div#clinks {
	float: right;
	position: relative;
}

/* |-------------------------| HEADER |-----------------------------| */
#foxboro_header {
	overflow: hidden;
}

#foxboro_header span.logo {
	width: 960px;
	margin: 0 auto;
	padding: 20px 0 7px;
	overflow: hidden;
}

span.logo {
	color: #969696 !important;
	font-family: "Exo","Helvetica",Helvetica,Arial,sans-serif !important;
	font-size: 12px !important;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

div#header_container {
	float: left;
}

a#header_logo {
	margin-bottom: 11px;
}

div#header_slogan {}

/* |-------------------------| MAIN MENU |--------------------------| */
#foxboro_menu {
	background: #E5E5E5 url(/Portals/182473/images/template/green-bg.jpg) bottom repeat-x !important;
}

#foxboro_menu div.radmenu {
	white-space: normal !important;
	width: 960px;
	margin: 0 auto;
	float: none;
	padding: 10px 0 22px;
}

#foxboro_menu ul.rootGroup {}

#foxboro_menu li.item {
	white-space: nowrap;
}

#foxboro_menu ul.rootGroup > li {
	margin: 0 3px 0 0;
}

#foxboro_menu ul.rootGroup > li > a {
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
	-khtml-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
	-moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
	box-shadow: 1px 0 0 rgba(255, 255, 255, 0.2) inset;
}

#foxboro_menu ul.rootGroup > li.first > a {
	box-shadow: none;
}

#foxboro_menu ul.rootGroup > li > a.selectedtab {
	background: url(/Portals/182473/images/template/menu_selectedtab_bg.gif) top repeat-x;
}

#foxboro_menu ul.rootGroup > li > a.selectedtab:hover,
#foxboro_menu ul.rootGroup > li > a.selectedtab:focus,
#foxboro_menu ul.rootGroup > li > a.selectedtab.focused,
#foxboro_menu ul.rootGroup > li > a.selectedtab.expanded {
	background-color: #F89303;
	background-position: left -500px;
}

#foxboro_menu ul.rootGroup > li > a span {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	line-height: 38px;
	font-size: 16px;
	font-weight: 400;
}

#foxboro_menu ul.rootGroup > li > a span.expandTop {
	padding-right: 20px !important;
	background: url(/Portals/182473/images/template/menu_arrow.png) right top no-repeat;
}

#foxboro_menu ul.rootGroup > li > a.selectedtab:hover span,
#foxboro_menu ul.rootGroup > li > a.selectedtab:focus span,
#foxboro_menu ul.rootGroup > li > a.selectedtab.focused span,
#foxboro_menu ul.rootGroup > li > a.selectedtab.expanded span {
	color: #fff !important;
}

/* |-------------------------| DROP DOWN MENU |---------------------| */
#foxboro_menu div.slide {}

#foxboro_menu ul.group {
	background: #FFFFFF;
	border: 1px solid #D9D9D9;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

#foxboro_menu ul.group li {
	
}

#foxboro_menu ul.group li a {
	background: #FFFFFF;
	border-left: 3px solid #CCCCCC;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}

#foxboro_menu ul.group li a:hover {
	background: #EBEBEB;
}

#foxboro_menu ul.group li a.selectedtab {
	background: #ED9303;
	border-left: 3px solid #CC8616;
}

#foxboro_menu ul.group li a span {
	display: block;
	width: 227px;
	white-space: normal !important;
	padding: 8px 10px !important;
	color: #555;
	font-size: 14px;
	line-height: 1;
	font-weight: 200;
}

#foxboro_menu ul.group li a.selectedtab span {
	color: #fff;
}

/* |-------------------------| LANDING PAGE MENU |------------------| */
#foxboro_menu div.NavHidden {
	height: 11px;
	padding: 0;
}

#foxboro_menu div.NavHidden ul.rootGroup {
	display: none !important;
}

/* |-------------------------| CONTENT |----------------------------| */
#foxboro_content {}

/* |-------------------------| TOP & BOTTOM |-----------------------| */
#foxboro_top,
#foxboro_bottom {
	overflow: hidden;
}

#foxboro_top {
	width: 960px;
	margin: 0 auto;
}

#foxboro_top #dnn_TopPane {}

#foxboro_bottom {
	border-top: 7px solid #F79303;
}

#foxboro_bottom #dnn_BottomPane {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

/* |-------------------------| COLUMN CONTAINERS |------------------| */
#foxboro_one-column,
#foxboro_two-column,
#foxboro_two-column-right,
#foxboro_three-column,
#foxboro_two-eq-column,
#foxboro_three-eq-column {
	padding: 54px 0 24px;
	width: 960px;
	float: none;
	margin: 0 auto;
	overflow: hidden;
}

/* |-------------------------| COLUMN |-----------------------------| */
#foxboro_col1,
#foxboro_col2,
#foxboro_col3 {
	overflow:  hidden;
}

#foxboro_col1 {
	min-height: 1px;
	_height: 1px;
	_overflow-y: visible;
}

#foxboro_col2 {
	min-height: 400px;
}

#foxboro_two-column #foxboro_col1,
#foxboro_two-column-right #foxboro_col3 {
	width: 31.25%;
}

#foxboro_three-column #foxboro_col1,
#foxboro_three-column #foxboro_col3 {
	width: 26.25%;
}

#foxboro_two-column #foxboro_col2,
#foxboro_two-column-right #foxboro_col2 {
	width: 68.74%;
}

#foxboro_three-column #foxboro_col2 {
	width: 47.49%;
}

#foxboro_two-eq-column #foxboro_col1,
#foxboro_two-eq-column #foxboro_col3 {
	width: 47.395%;
}

#foxboro_three-eq-column #foxboro_col1,
#foxboro_three-eq-column #foxboro_col2,
#foxboro_three-eq-column #foxboro_col3 {
	width: 29.86%;
	/width: 29.7%;
}

#foxboro_two-eq-column #foxboro_col1,
#foxboro_three-eq-column #foxboro_col1,
#foxboro_three-eq-column #foxboro_col2 {
	margin-right: 5.2%;
} 

/* |-------------------------| SIDE-MENU |--------------------------| */
#foxboro_side-menu_top,
#foxboro_side-menu_bottom {
	_display: none !important;
}

/* |-------------------------| DIV.BLOCK |--------------------------| */
#foxboro_content div.block {
	margin-bottom: 30px !important;
}

#foxboro_content div.block,
#foxboro_content div.block p,
#foxboro_content div.block li {
	font-size: 1em !important;
	line-height: 155% !important;
}

/* |-------------------------| DIV.PAD |----------------------------| */
#foxboro_content div.block div.pad {
	margin: 0 !important;
}

#foxboro_content #foxboro_two-column div.block div.pad,
#foxboro_content #foxboro_two-column-right div.block div.pad,
#foxboro_content #foxboro_three-column div.block div.pad {
	padding: 0 !important;
	background: none !important;
}

#foxboro_one-column #foxboro_col2 div.pad {
	padding: 0;
}

#foxboro_two-column #foxboro_col2 div.pad {
	padding: 0 0 0 30px;
}

#foxboro_two-column-right #foxboro_col2 div.pad {
	padding: 0 30px 0 0;
}

#foxboro_three-column #foxboro_col2 div.pad {
	padding: 0 30px;
}

#foxboro_three-eq-column #foxboro_col2 div.pad {
	padding: 0;
}

#foxboro_content #foxboro_two-eq-column div.block div.pad,
#foxboro_content #foxboro_three-eq-column div.block div.pad {
	padding: 0 !important;
}

/* |-------------------------| CONTENT PANELS |---------------------| */
#foxboro_one-column #dnn_ContentPane div[id$="ContentPane"],
#foxboro_two-column #dnn_ContentPane div[id$="ContentPane"],
#foxboro_two-column-right #dnn_ContentPane div[id$="ContentPane"],
#foxboro_three-column #dnn_ContentPane div[id$="ContentPane"] {
	padding: 0 0 30px;
}

/* |-------------------------| FOOTER |-----------------------------| */
#foxboro_footer {
	padding: 25px 0;
	font-size: 14px !important;
	line-height: 18px !important;
	font-weight: 400;
}

#foxboro_footer,
#foxboro_footer div.clear {}

#foxboro_footer div.clear {
	display: none;
}

#foxboro_footer a,
#foxboro_footer span,
#foxboro_footer p {
	font-size: inherit !important;
	line-height: inherit !important;
}

#foxboro_footer span#dnn_dnnLINKS_lblLinks {}

#foxboro_footer span#footerContainer {}

#foxboro_footer p.copyright {}

#foxboro_footer a:hover {
    color: #EB9203 !important;
    text-decoration: none !important;
}

/* |-------------------------| HEADINGS |---------------------------| */
#foxboro_col2 h1 {
	margin: 0 0 14px;
	font-size: 36px;
	line-height: 40px;
	font-weight: 600;
}

#foxboro_col2 #dnn_ContentPane div[id$="ContentPane"] h1 {
	margin: 14px 0;
}

#foxboro_col2 h2 {
	margin: 14px 0;
	font-size: 28px;
	line-height: 31px;
	font-weight: 600;
}

#foxboro_col2 h3 {
	margin: 14px 0;
	font-size: 25px;
	line-height: 28px;
	font-weight: 600;
}

#foxboro_col2 h4 {
	margin: 14px 0;
	font-size: 23px;
	line-height: 26px;
	font-weight: 600;
}

#foxboro_content div.block div.pad > h3 {
	margin: 0 0 14px;
	padding: 0;
	font-size: 25px;
	line-height: 28px;
	font-weight: 600;
}

#foxboro_content #foxboro_two-eq-column div.block div.pad > h3,
#foxboro_content #foxboro_three-eq-column div.block div.pad > h3 {
	font-size: 36px;
	line-height: 40px;
}

#foxboro_content div.block h1,
#foxboro_top h1,
#foxboro_bottom h1,
#foxboro_two-column #foxboro_col1 div.NoContainerContentPane h1,
#foxboro_two-column-right #foxboro_col3 div.NoContainerContentPane h1,
#foxboro_three-column #foxboro_col1 div.NoContainerContentPane h1,
#foxboro_three-column #foxboro_col3 div.NoContainerContentPane h1,
#foxboro_two-eq-column div.NoContainerContentPane h1,
#foxboro_three-eq-column div.NoContainerContentPane h1 {
	margin: 14px 0;
	padding: 0;
	color: #016C83;
	font-family: "Exo","Helvetica",Helvetica,Arial,sans-serif;
	font-size: 36px;
	line-height: 40px;
	font-weight: 600;
}

#foxboro_content div.block h2,
#foxboro_top h2,
#foxboro_bottom h2,
#foxboro_two-column #foxboro_col1 div.NoContainerContentPane h2,
#foxboro_two-column-right #foxboro_col3 div.NoContainerContentPane h2,
#foxboro_three-column #foxboro_col1 div.NoContainerContentPane h2,
#foxboro_three-column #foxboro_col3 div.NoContainerContentPane h2,
#foxboro_two-eq-column div.NoContainerContentPane h2,
#foxboro_three-eq-column div.NoContainerContentPane h2 {
	margin: 14px 0;
	padding: 0;
	color: #016C83;
	font-family: "Exo","Helvetica",Helvetica,Arial,sans-serif;
	font-size: 28px;
	line-height: 31px;
	font-weight: 600;
}

#foxboro_content div.block div.pad div[id$="ContentPane"] h3,
#foxboro_top h3,
#foxboro_bottom h3,
#foxboro_two-column #foxboro_col1 div.NoContainerContentPane h3,
#foxboro_two-column-right #foxboro_col3 div.NoContainerContentPane h3,
#foxboro_three-column #foxboro_col1 div.NoContainerContentPane h3,
#foxboro_three-column #foxboro_col3 div.NoContainerContentPane h3,
#foxboro_two-eq-column div.NoContainerContentPane h3,
#foxboro_three-eq-column div.NoContainerContentPane h3 {
	margin: 14px 0;
	padding: 0;
	color: #016C83;
	font-family: "Exo","Helvetica",Helvetica,Arial,sans-serif;
	font-size: 25px;
	line-height: 28px;
	font-weight: 600;
}

#foxboro_content div.block h4,
#foxboro_top h4,
#foxboro_bottom h4,
#foxboro_two-column #foxboro_col1 div.NoContainerContentPane h4,
#foxboro_two-column-right #foxboro_col3 div.NoContainerContentPane h4,
#foxboro_three-column #foxboro_col1 div.NoContainerContentPane h4,
#foxboro_three-column #foxboro_col3 div.NoContainerContentPane h4,
#foxboro_two-eq-column div.NoContainerContentPane h4,
#foxboro_three-eq-column div.NoContainerContentPane h4 {
	margin: 14px 0;
	padding: 0;
	color: #016C83;
	font-family: "Exo","Helvetica",Helvetica,Arial,sans-serif;
	font-size: 23px;
	line-height: 26px;
	font-weight: 600;
}

h5 {
	margin: 14px 0;
	padding: 0;
	color: #016C83;
	font-family: "Exo","Helvetica",Helvetica,Arial,sans-serif;
	font-size: 17px;
	line-height: 19px;
	font-weight: 600;
}

h6 {
	margin: 14px 0 0;
	padding: 0;
	color: #016C83;
	font-family: "Exo","Helvetica",Helvetica,Arial,sans-serif;
	font-size: 14px;
	line-height: 15px;
	font-weight: 600;
}

#foxboro_bottom h1,
#foxboro_bottom h2,
#foxboro_bottom h3,
#foxboro_bottom h4,
#foxboro_bottom h5,
#foxboro_bottom h6 {
	color: #fff;
}

/* |-------------------------| LINKS |------------------------------| */
#foxboro_top a,
#foxboro_col2 a,
#foxboro_content div.block a,
#foxboro_two-column #foxboro_col1 div.NoContainerContentPane a,
#foxboro_two-column-right #foxboro_col3 div.NoContainerContentPane a,
#foxboro_three-column #foxboro_col1 div.NoContainerContentPane a,
#foxboro_three-column #foxboro_col3 div.NoContainerContentPane a,
#foxboro_two-eq-column div.NoContainerContentPane a,
#foxboro_three-eq-column div.NoContainerContentPane a {
	text-decoration: none;
}

#foxboro_top a:hover,
#foxboro_col2 a:hover,
#foxboro_content div.block a:hover,
#foxboro_two-column #foxboro_col1 div.NoContainerContentPane a:hover,
#foxboro_two-column-right #foxboro_col3 div.NoContainerContentPane a:hover,
#foxboro_three-column #foxboro_col1 div.NoContainerContentPane a:hover,
#foxboro_three-column #foxboro_col3 div.NoContainerContentPane a:hover,
#foxboro_two-eq-column div.NoContainerContentPane a:hover,
#foxboro_three-eq-column div.NoContainerContentPane a:hover {
	color: #EB9203;
}

/* |-------------------------| LISTS |------------------------------| */
#foxboro_top ul,
#foxboro_bottom ul,
#foxboro_col2 ul,
#foxboro_content div.block ul,
#foxboro_two-column #foxboro_col1 div.NoContainerContentPane ul,
#foxboro_two-column-right #foxboro_col3 div.NoContainerContentPane ul,
#foxboro_three-column #foxboro_col1 div.NoContainerContentPane ul,
#foxboro_three-column #foxboro_col3 div.NoContainerContentPane ul,
#foxboro_two-eq-column div.NoContainerContentPane ul,
#foxboro_three-eq-column div.NoContainerContentPane ul {
	list-style: disc;
	margin: 14px 0;
	padding: 0 0 0 30px;
}

#foxboro_top ul ul,
#foxboro_bottom ul ul,
#foxboro_col2 ul ul,
#foxboro_content div.block ul ul,
#foxboro_two-column #foxboro_col1 div.NoContainerContentPane ul ul,
#foxboro_two-column-right #foxboro_col3 div.NoContainerContentPane ul ul,
#foxboro_three-column #foxboro_col1 div.NoContainerContentPane ul ul,
#foxboro_three-column #foxboro_col3 div.NoContainerContentPane ul ul,
#foxboro_two-eq-column div.NoContainerContentPane ul ul,
#foxboro_three-eq-column div.NoContainerContentPane ul ul {
	list-style: circle;
	margin: 0;
}

#foxboro_top ul ul ul,
#foxboro_bottom ul ul ul,
#foxboro_col2 ul ul ul,
#foxboro_content div.block ul ul ul,
#foxboro_two-column #foxboro_col1 div.NoContainerContentPane ul ul ul,
#foxboro_two-column-right #foxboro_col3 div.NoContainerContentPane ul ul ul,
#foxboro_three-column #foxboro_col1 div.NoContainerContentPane ul ul ul,
#foxboro_three-column #foxboro_col3 div.NoContainerContentPane ul ul ul,
#foxboro_two-eq-column div.NoContainerContentPane ul ul ul,
#foxboro_three-eq-column div.NoContainerContentPane ul ul ul {
	list-style: square;
}

#foxboro_top ol,
#foxboro_bottom ol,
#foxboro_col2 ol,
#foxboro_content div.block ol,
#foxboro_two-column #foxboro_col1 div.NoContainerContentPane ol,
#foxboro_two-column-right #foxboro_col3 div.NoContainerContentPane ol,
#foxboro_three-column #foxboro_col1 div.NoContainerContentPane ol,
#foxboro_three-column #foxboro_col3 div.NoContainerContentPane ol,
#foxboro_two-eq-column div.NoContainerContentPane ol,
#foxboro_three-eq-column div.NoContainerContentPane ol {
	list-style: decimal;
	margin: 14px 0;
	padding: 0 0 0 30px;
	/padding: 0 0 0 34px;
}

#foxboro_top ol ol,
#foxboro_bottom ol ol,
#foxboro_col2 ol ol,
#foxboro_content div.block ol ol,
#foxboro_two-column #foxboro_col1 div.NoContainerContentPane ol ol,
#foxboro_two-column-right #foxboro_col3 div.NoContainerContentPane ol ol,
#foxboro_three-column #foxboro_col1 div.NoContainerContentPane ol ol,
#foxboro_three-column #foxboro_col3 div.NoContainerContentPane ol ol,
#foxboro_two-eq-column div.NoContainerContentPane ol ol,
#foxboro_three-eq-column div.NoContainerContentPane ol ol {
	list-style: decimal;
	margin: 0;
	/padding: 0 0 0 30px;
}

#foxboro_top ol ol ol,
#foxboro_bottom ol ol ol,
#foxboro_col2 ol ol ol,
#foxboro_content div.block ol ol ol,
#foxboro_two-column #foxboro_col1 div.NoContainerContentPane ol ol ol,
#foxboro_two-column-right #foxboro_col3 div.NoContainerContentPane ol ol ol,
#foxboro_three-column #foxboro_col1 div.NoContainerContentPane ol ol ol,
#foxboro_three-column #foxboro_col3 div.NoContainerContentPane ol ol ol,
#foxboro_two-eq-column div.NoContainerContentPane ol ol ol,
#foxboro_three-eq-column div.NoContainerContentPane ol ol ol {
	list-style: decimal;
}

#foxboro_top li,
#foxboro_bottom li,
#foxboro_col2 li,
#foxboro_content div.block li,
#foxboro_two-column #foxboro_col1 div.NoContainerContentPane li,
#foxboro_two-column-right #foxboro_col3 div.NoContainerContentPane li,
#foxboro_three-column #foxboro_col1 div.NoContainerContentPane li,
#foxboro_three-column #foxboro_col3 div.NoContainerContentPane li,
#foxboro_two-eq-column div.NoContainerContentPane li,
#foxboro_three-eq-column div.NoContainerContentPane li {
	margin: 0;
	padding: 0;
}

/* |-------------------------| BLOG |-------------------------------| */
#bb-container {
	padding-bottom: 15px;
}

#bb-container div.post {
	font-size: 1em !important;
	line-height: 155% !important;
	border: none !important;
	margin-bottom: 40px !important;
}

#bb-container div.post div.byline,
#bb-container div.post div.tags,
#bb-container div.post div.comments {
	color: #969696 !important;
	font-size: 12px !important;
	font-style: normal;
	font-weight: 400;
}

#foxboro_content #bb-container div.post h3.title {
	line-height: 1.05;
	font-weight: 600;
}

#foxboro_content #bb-container div.post h3.title a {
	-moz-transition: all 0.1s ease-out 0s;
	-webkit-transition: all 0.1s ease-out 0s;
	-o-transition: all 0.1s ease-out 0s;
	transition: all 0.1s ease-out 0s;
}

#foxboro_content #bb-container div.post h3.title a:hover {
	color: #F89303;
	text-decoration: none;
}

#bb-container div.submissions {
	margin-bottom: 14px !important;
}

#bb-container div.post div.comments {
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background: #fff;
}

div.hk_readmore_wrapper p.hk_link a,
#foxboro_body #foxboro_container #foxboro_content div.hk_readmore_wrapper p.hk_link a {
	display: inline-block;
	padding: 8px 15px;
	background: #F89303;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #fff;
	font-size: 14px;
	line-height: 1.1;
	font-weight: 700;
	text-transform: uppercase;
	-moz-transition: all 0.1s ease-out 0s;
	-webkit-transition: all 0.1s ease-out 0s;
	-o-transition: all 0.1s ease-out 0s;
	transition: all 0.1s ease-out 0s;
}

div.hk_readmore_wrapper p.hk_link a:hover,
#foxboro_body #foxboro_container #foxboro_content div.hk_readmore_wrapper p.hk_link a:hover {
	background: #EB9203;
}

div.hk_readmore_wrapper a.hk_img img {
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

/* |-------------------------| FORMS |------------------------------| */
/* ALL 3:  regular forms, comments forms & subscriber */


/* FIXES FIRST */

/* subscribe & password width fix */
.IngeniMailSubscribeEmailInput,
div.block .ContactFormWrapper input[type="password"] {
	width: 94% !important;
}


/* subscribe margin bottom fix */
.IngeniMailSubscribeEmailInput {
	margin-bottom: 0 !important;
}

/* sidebar checkboxes, radios and submit button position fix when aligned to left */
div.block div.CheckboxGroupContainer,
div.block input.FormSubmitButton {
	margin-left: 0 !important;
}

/* clear subscribe container center alignment */
div.IngeniMailSubscribeContainer,
html body #foxboro_body #foxboro_container div.IngeniMailSubscribeContainer {
	text-align: left !important;
}


/* CONTAINERS */

/* regular forms */
.ContactFormWrapper,
html body #foxboro_body #foxboro_container .ContactFormWrapper {
	margin: 0;
	padding: 5px;
}

/* comments forms */
#bb-container div.comment-form,
html body #foxboro_body #foxboro_container #bb-container div.comment-form,
#bb-container div.comments {
	border-color: #ddd;
	background: #fff;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#bb-container div.comment-form td[align="center"] {
	text-align: left !important;
}

/* subscribe forms */
div.IngeniMailSubscribeContainer,
html body #foxboro_body #foxboro_container div.IngeniMailSubscribeContainer {
	padding: 5px;
}


/* FIELDS */

.ContactFormWrapper input[type="text"],
.ContactFormWrapper input[type="password"],
.ContactFormWrapper textarea,
.ContactFormWrapper select,
#bb-container div.comment-form input[type="text"],
#bb-container div.comment-form textarea,
input.IngeniMailSubscribeEmailInput,
html body #foxboro_body #foxboro_container .ContactFormWrapper input[type="text"],
html body #foxboro_body #foxboro_container .ContactFormWrapper input[type="password"],
html body #foxboro_body #foxboro_container .ContactFormWrapper textarea,
html body #foxboro_body #foxboro_container .ContactFormWrapper select,
html body #foxboro_body #foxboro_container #bb-container div.comment-form input[type="text"],
html body #foxboro_body #foxboro_container #bb-container div.comment-form textarea,
html body #foxboro_body #foxboro_container input.IngeniMailSubscribeEmailInput {
	outline: none;
	padding: 6px;
	background: #fff;
	border: 1px solid #CCCCCC;
	-webkit-border-radius: 2px;
	-khtml-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-khtml-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
	color: rgba(0, 0, 0, 0.75);
	font-family: inherit;
	font-size: 14px;
	-moz-transition:  all 0.15s linear 0s;
	-webkit-transition:  all 0.15s linear 0s;
	-o-transition:  all 0.15s linear 0s;
	transition: all 0.15s linear 0s;
}

/* hover */
.ContactFormWrapper input[type="text"]:hover,
.ContactFormWrapper input[type="password"]:hover,
.ContactFormWrapper textarea:hover,
.ContactFormWrapper select:hover,
#bb-container div.comment-form input[type="text"]:hover,
#bb-container div.comment-form textarea:hover,
input.IngeniMailSubscribeEmailInput:hover,
html body #foxboro_body #foxboro_container .ContactFormWrapper input[type="text"]:hover,
html body #foxboro_body #foxboro_container .ContactFormWrapper input[type="password"]:hover,
html body #foxboro_body #foxboro_container .ContactFormWrapper textarea:hover,
html body #foxboro_body #foxboro_container .ContactFormWrapper select:hover,
html body #foxboro_body #foxboro_container #bb-container div.comment-form input[type="text"]:hover,
html body #foxboro_body #foxboro_container #bb-container div.comment-form textarea:hover,
html body #foxboro_body #foxboro_container input.IngeniMailSubscribeEmailInput:hover {}

/* active */
.ContactFormWrapper input[type="text"]:focus,
.ContactFormWrapper input[type="password"]:focus,
.ContactFormWrapper textarea:focus,
.ContactFormWrapper select:focus,
#bb-container div.comment-form input[type="text"]:focus,
#bb-container div.comment-form textarea:focus,
input.IngeniMailSubscribeEmailInput:focus,
html body #foxboro_body #foxboro_container .ContactFormWrapper input[type="text"]:focus,
html body #foxboro_body #foxboro_container .ContactFormWrapper input[type="password"]:focus,
html body #foxboro_body #foxboro_container .ContactFormWrapper textarea:focus,
html body #foxboro_body #foxboro_container .ContactFormWrapper select:focus,
html body #foxboro_body #foxboro_container #bb-container div.comment-form input[type="text"]:focus,
html body #foxboro_body #foxboro_container #bb-container div.comment-form textarea:focus,
html body #foxboro_body #foxboro_container input.IngeniMailSubscribeEmailInput:focus {
	background: #FAFAFA;
	border-color: #B3B3B3;
}


/* LABELS */

.ContactFormWrapper label,
#bb-container div.comment-form div.SubHead,
div.IngeniMailSubscribeContainer span.subhead,
html body #foxboro_body #foxboro_container .ContactFormWrapper label,
html body #foxboro_body #foxboro_container #bb-container div.comment-form div.SubHead,
html body #foxboro_body #foxboro_container div.IngeniMailSubscribeContainer span.subhead,
div.CheckboxGroupContainer .AutoFormLabel,
html body #foxboro_body #foxboro_container div.CheckboxGroupContainer .AutoFormLabel {}


/* BUTTONS */

.ContactFormWrapper input.FormSubmitButton,
#bb-container div.comment-form input[type="submit"],
input.IngeniMailSubscribeButton,
html body #foxboro_body #foxboro_container .ContactFormWrapper input.FormSubmitButton,
html body #foxboro_body #foxboro_container #bb-container div.comment-form input[type="submit"],
html body #foxboro_body #foxboro_container input.IngeniMailSubscribeButton {
	outline: none;
	cursor: pointer;
	display: inline-block;
	width: auto !important;
	height: 36px;
	padding: 0 20px;
	background: #33889A;
	border: none;
	box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
	color: #fff;
	font-family: inherit;
	font-size: 14px;
	line-height: 36px;
	font-weight: 500;
	-moz-transition: background-color 0.15s ease-in-out 0s;
	-webkit-transition: background-color 0.15s ease-in-out 0s;
	-o-transition: background-color 0.15s ease-in-out 0s;
	transition: background-color 0.15s ease-in-out 0s;
}

/* hover */
.ContactFormWrapper input.FormSubmitButton:hover,
#bb-container div.comment-form input[type="submit"]:hover,
input.IngeniMailSubscribeButton:hover,
html body #foxboro_body #foxboro_container .ContactFormWrapper input.FormSubmitButton:hover,
html body #foxboro_body #foxboro_container #bb-container div.comment-form input[type="submit"]:hover,
html body #foxboro_body #foxboro_container input.IngeniMailSubscribeButton:hover {
	background: #1B6A7B;
}

/* active */
.ContactFormWrapper input.FormSubmitButton:focus,
#bb-container div.comment-form input[type="submit"]:focus,
input.IngeniMailSubscribeButton:focus,
html body #foxboro_body #foxboro_container .ContactFormWrapper input.FormSubmitButton:focus,
html body #foxboro_body #foxboro_container #bb-container div.comment-form input[type="submit"]:focus,
html body #foxboro_body #foxboro_container input.IngeniMailSubscribeButton:focus,
.ContactFormWrapper input.FormSubmitButton:active,
#bb-container div.comment-form input[type="submit"]:active,
input.IngeniMailSubscribeButton:active,
html body #foxboro_body #foxboro_container .ContactFormWrapper input.FormSubmitButton:active,
html body #foxboro_body #foxboro_container #bb-container div.comment-form input[type="submit"]:active,
html body #foxboro_body #foxboro_container input.IngeniMailSubscribeButton:active {
	background: #1B6A7B;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}

/* |-------------------------| OTHER HTML ELEMENTS |----------------| */
hr {}

blockquote {}

pre {}

#foxboro_body #foxboro_container #foxboro_content p {
	margin: 0 0 17px;
}

/* |-------------------------| CUSTOM ELEMENTS |--------------------| */


/* |-------------------------| CMS ELEMENTS |-----------------------| */
.BasicCSSContainer p,
.BasicCSSContainer h3 {
	padding: 0;
	margin: 0;
}

.CMSConfigureBox {
	text-shadow: none !important;
	letter-spacing: 0 !important;
	text-transform: none !important;
	font-style: normal !important;
	font-variant: normal !important;
}

/* |-------------------------| CLEARFIX FIX |-----------------------| */
#foxboro_footer: after,
#foxboro_content: after,
#foxboro_three-column: after,
#foxboro_menu: after,
div.block: after {
	content: " ";
	font-size: 0;
}

/* |-------------------------| MOBILE OPTIMIZATION |----------------| */
#outer {
	background: #fff !important;
}

#outer #inner {
	width: auto !important;
}

#outer div#header_container {
	float: none;
}

#outer #header_slogan {
	margin: 15px 0 0;
}

#outer #content,
#outer #top,
#outer #bottom {
	padding-left: 10px !important;
	padding-right: 10px !important;
	width: auto !important;
}

#outer div.hk_readmore_wrapper a.hk_img {
	max-width: 30% !important;
	height: auto !important;
	float: right !important;
	margin: 0 0 5px 12px !important;
}

#outer div.hk_readmore_wrapper p.hk_link a {
	color: #fff !important;
	text-decoration: none !important;
}

#outer #bb-container div.post h3.title a {
	color: #016C83 !important;
}

#outer #bb-container .twitter-share-button {
	width: 56px !important;
}

#main div.comment-form, #main .comment-form fieldset {
height: auto !important;
}

#outer div.comment-form {
	width: 100% !important;
	font-size: 11px !important;
}