@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	font-family: inherit;
	vertical-align: baseline;
	list-style: none;
}
:focus {
	outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}

body {
	font-family: "proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #505050;
	background: #fff;
}
body.adapters, body.form, body.overlay {
	background: #fff;
	line-height: 18px;
}
.noPrint {
	display: none;
}
a {
	color: #0082b8;
	cursor: pointer;
}
a:hover {
	color: #002651;
	text-decoration: none;
}

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
						Headers
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

h1, h2, h3, h4, h5 {
	color: #000000;
	font-family: "myriad-pro-condensed-n6", "myriad-pro-condensed", Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-align: left;
	text-transform: uppercase;
}
h1 {
	margin: 0 0 20px 0;
	font-size: 25px;
}
h2 {
	margin: 10px 0 10px 0;
	font-size: 20px;
}
h3 {
	margin: 8px 0 6px 0;
	font-size: 16px;
}
h4 {
	margin: 0 0 5px 0;
	font-size: 13px;
}
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
						Base Forms and Buttons
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

button {
	width: auto;
	height: 31px;
	line-height: 31px;
	background: #0099cc url(../_img/sprites_icons.png) right -182px no-repeat;
	cursor: pointer;
	display: block;
	font-family: "myriad-pro-condensed-n6", "myriad-pro-condensed", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 18px;
	color: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: none;
	text-align: left;
	text-transform: uppercase;
	padding: 0 35px 0 8px;
}
button::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}
input, select, textarea, .chzn-container {
	height: 24px;
	display: block;
	padding: 0 4px 0 4px;
	line-height: 24px;
	font-family: "proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #404040;
	border: 2px solid #d5d5d5;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	background: #f1f1f1;
}
label {
	display: block;
	height: 24px;
	line-height: 24px;
	float: left;
	width: 100px;
	line-height: 14px;
}
label.error, form.mainForm .dform_error, form.overlayForm .dform_error, form.contactForm .dform_error  {
	height: 19px;
	line-height: 19px;
	background: #af2f31 url(../_img/sprites_icons.png) 5px -1062px no-repeat;
	color:#fff;
	font-family: "proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 11px;
	padding: 0 5px 0 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
form input.error {
	border: 1px solid #af2f31;
}
legend {
	color: #000000;
	font-family: "myriad-pro-condensed-n6", "myriad-pro-condensed", Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 20px;
}
fieldset {
	border: 1px solid #e9e9e9;
	background: #fafafa;
	margin: 0 0 20px 0;
	padding: 15px 10px 0 10px;
}
fieldset br {
	display: none;
}

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
							Major Structure
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

nav.primary {
	background: #fff;
	height: 50px;
}
nav.primary .wrapper {
	height: 50px;
	width: 960px;
	margin: 0 auto 0 auto;
	position: relative;
}
section.body {
	width: 100%;
	background: #fff;
	line-height: 20px;
	font-size: 13px;
	padding: 50px 0 0 0;
}
section.body .wrapper {
	width: 960px;
	padding: 20px 0 0 0;
	margin: 0 auto 0 auto;
	position: relative;
}
section.home .wrapper {
	width: 960px;
	padding: 30px 50px 30px 50px;
	margin: 0 auto 0 auto;
	position: relative;
}
section.adapters {
	width: 820px;
	margin: 0 auto 0 auto;
}
section.form, section.overlay {
	width: 660px;
	margin: 0 auto 0 auto;
	font-size: 13px;
}
footer.page {
	font-size: 10px;
	color: #6d9bbb;
	background: #fff;
	width: 100%;
}
footer.page .wrapper {
	height: 30px;
	width: 960px;
	padding: 5px 0 0 0;
	margin: 0 auto 0 auto;
	position: relative;
}

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
						Mast & Nav
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

nav.primary a.logo {
	display: none;
}
nav.primary a.logo_print {
	display: block;
	position: absolute;
	top: 18px;
	left: 0;
	width: 206px;
	height: 38px;
}
form.search {
	display: none;
}
#partner {
	display: none;
}

/* minor nav */
ul.navMinor {
	display: none;
}

/* major nav */
ul.navMajor {
	display: none;
}
/* major drop down menus */
ul.navMajor ul {
	display: none;
}
/* tertiary drop down */
ul.navMajor ul li ul {
	display: none;
}

/* minor drop down menus */
ul.navMinor ul {
	display: none;
}

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
							Homepage
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
section.home {
	font-size: 15px;
	line-height: 20px;
}
section.home .addthis_toolbox {
	position: absolute;
	top: 30px;
	right: 50px;
	width: 260px;
	height: 70px;
}
.addthis_default_style .addthis_separator, .addthis_default_style .at300b, .addthis_default_style .at300bo, .addthis_default_style .at300m, .addthis_default_style .at300bs {
	float: right !important;
}
.addthis_default_style .addthis_counter {
	float: right !important;
}
section.home div.cols {
	height: 444px;
	width: 960px;
	padding: 0 50px 0 50px;
	margin: 30px 0 30px -50px;
	background: url(../_img/home_shadows.png) center 348px no-repeat;
}
section.home article.col1, section.home article.col2, section.home article.col3 {
	height: 440px;
	width: 280px;
	background: #f8f8f8;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	float: left;
	margin: 0 60px 0 0;
	position: relative;
	overflow: hidden;
}
section.home div.cols9 {
	height: 468px !important;
	background: url(../_img/home_shadows.png) center 368px no-repeat !important;
}
section.home div.cols9 article.col1, section.home div.cols9 article.col2, section.home div.cols9 article.col3 {
	height: 460px !important;
}
section.home div.cols10 {
	height: 490px !important;
	background: url(../_img/home_shadows.png) center 390px no-repeat !important;
}
section.home div.cols10 article.col1, section.home div.cols10 article.col2, section.home div.cols10 article.col3 {
	height: 482px !important;
}
section.home div.cols11 {
	height: 512px !important;
	background: url(../_img/home_shadows.png) center 412px no-repeat !important;
}
section.home div.cols11 article.col1, section.home div.cols11 article.col2, section.home div.cols11 article.col3 {
	height: 504px !important;
}
section.home div.cols12 {
	height: 534px !important;
	background: url(../_img/home_shadows.png) center 434px no-repeat !important;
}
section.home div.cols12 article.col1, section.home div.cols12 article.col2, section.home div.cols12 article.col3 {
	height: 526px !important;
}
section.home article.col3 {
	margin: 0;
}
section.home article.col1 h2, section.home article.col2 h2, section.home article.col3 h2 {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	height: 45px;
	line-height: 45px;
	margin: 0;
	padding: 0 10px 0 14px;
	width: 256px;
	font-size: 24px;
	color: #fff;
	overflow: hidden;
	background: url(../_img/home_header_bg.png) repeat;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
section.home article.col1 img, section.home article.col2 img, section.home article.col3 img {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 165px;
	overflow: hidden;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
section.home article.col1 img.hidden, section.home article.col2 img.hidden, section.home article.col3 img.hidden {
	display: none;
}
section.home article.col1 p, section.home article.col2 p, section.home article.col3 p {
	display: block;
	position: absolute;
	top: 175px;
	left: 14px;
	width: 256px;
	height: 35px;
	overflow: hidden;
	color: #404040;
	font-size: 14px;
	line-height: 18px;
}
section.home article.col1 ul, section.home article.col2 ul, section.home article.col3 ul {
	display: block;
	position: absolute;
	top: 230px;
	left: 14px;
	color: #404040;
	font-size: 14px;
	line-height: 16px;
}
section.home article.col1 ul li, section.home article.col2 ul li, section.home article.col3 ul li {
	display: block;
	padding: 4px 10px 4px 11px;
	width: 245px;
	background: url(../_img/sprites_icons.png) 0 -1167px no-repeat;
}
section.home article.col1 a, section.home article.col2 a, section.home article.col3 a {
	text-decoration: none;
}
section.home aside.news {
	height: 48px;
	line-height: 45px;
	width: 960px;
	padding: 0 50px 0 50px;
	margin: 0 0 30px -50px;
	background: url(../_img/home_shadows.png) center bottom no-repeat;
	position: relative;
}
section.home aside.news h3 {
	position: absolute;
	top: 0;
	left: 50px;
	height: 45px;
	line-height: 45px;
	padding: 0 0 0 12px;
	margin: 0;
	width: 102px;
	background: #0099cc url(../_img/sprites_icons.png) right -350px no-repeat;
	font-size: 19px;
	color: #fff;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
}
section.home aside.news .homeNews {
	position: absolute !important;
	top: 0;
	right: 50px;
	height: 45px;
	line-height: 45px;
	padding: 0 10px 0 15px;
	width: 821px !important;
	background: #f7f7f7;
	font-size: 14px;
	color: #404040;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
}
section.home aside.news .bx-window {
	width: 846px !important;
}
section.home aside.news .homeNews a {
	padding: 0 19px 0 10px;
	background: url(../_img/sprites_icons.png) right -235px no-repeat;
}
section.home aside.news .homeNews a:hover {
	background-position: right -263px;
}

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
						Interior Pages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
article.mainCol {
	width: 700px;
	float: left;
}
article.noSidebar {
	width: 960px;
	float: none;
}
aside.sidebar {
	width: 220px;
	float: right;
}
section.body header {
	display: none;
}
div.intro em, div.tabBlock em, .overlayCTA em, .standardCTA em, article.multi div.entry em {
	font-family: "proxima-nova-i4", "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: italic;
}
div.intro strong, div.tabBlock strong, .overlayCTA strong, .standardCTA strong, article.multi div.entry strong {
	font-family: "proxima-nova-n7", "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 700;
}
div.intro ul, div.intro ol, article.multi ul, article.multi ol, div.tabBlock ul, div.tabBlock ol {
	display: block;
	padding: 10px 0 10px 15px;
	margin: 0 0 0 15px;
}
div.intro ul li, article.multi ul li, div.tabBlock ul li {
	background: url(../_img/sprites_icons.png) 0 -1169px no-repeat;
	padding: 0 0 0 12px;
}
div.intro ol li, article.multi ol li, div.tabBlock ol li {
	list-style: decimal;
}
div.intro table, div.tabBlock table {
	border-spacing: 0;
	display: block;
	margin: 15px 0 15px 0;
	text-align: left;
}
div.tabBlock table {
	border: 2px solid #fff;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
div.intro table tr td, div.intro table tr th, div.tabBlock table tr td, div.tabBlock table tr th {
	padding: 6px 10px 6px 10px;
	border-bottom: 1px solid #fff;
	border-right: #fff;
	vertical-align: top;
}
div.intro table thead th, div.tabBlock table thead th {
	background: #d5d5d5;
	font-weight: bold;
}
div.intro table tr:first-child td:first-child, 
div.intro table tr:first-child th:first-child, 
div.tabBlock table tr:first-child td:first-child, 
div.tabBlock table tr:first-child th:first-child {
	-moz-border-radius: 8px 0px 0px 0px;
	-webkit-border-radius: 8px 0px 0px 0px;
	border-radius: 8px 0px 0px 0px;
}
div.intro table tr:first-child td:last-child, 
div.intro table tr:first-child th:last-child, 
div.tabBlock table tr:first-child td:last-child, 
div.tabBlock table tr:first-child th:last-child {
	-moz-border-radius: 0px 8px 0px 0px;
	-webkit-border-radius: 0px 8px 0px 0px;
	border-radius: 0px 8px 0px 0px;
	border-right: none;
}
div.intro table tr:last-child td:first-child, div.tabBlock table tr:last-child td:first-child {
	-moz-border-radius: 0px 0px 0px 8px;
	-webkit-border-radius: 0px 0px 0px 8px;
	border-radius: 0px 0px 0px 8px;
}
div.intro table tr:last-child td:last-child, div.tabBlock table tr:last-child td:last-child {
	-moz-border-radius: 0px 0px 8px 0px;
	-webkit-border-radius: 0px 0px 8px 0px;
	border-radius: 0px 0px 8px 0px;
}
div.intro table tr:nth-child(even) td, div.tabBlock table tr:nth-child(even) td {
	background: #f1f1f1;
}
div.intro table tr:nth-child(odd) td, div.tabBlock table tr:nth-child(odd) td {
	background: #f8f8f8;
}
div.intro table tr:last-child td, div.tabBlock table tr:last-child td {
	border-bottom: none;
}
aside.image {
	width: 240px;
	float: right;
	margin: 0 0 10px 20px;
}
aside.image img {
	display: block;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
aside.image a {
	display: block;
	text-decoration: none;
}
aside.image div {
	display: block;
	height: 16px;
	width: 5px;
	padding: 0 0 0 20px;
	line-height: 16px;
	margin: 5px 0 0 166px;
	background: url(../_img/sprites_icons.png) 0 -88px no-repeat;
	text-decoration: none;
}
aside.image:hover div {
	background-position: 0 -114px;
}
ul.tabs {
	display: none;
}
div.tabBlock {
	width: 650px;
	padding: 10px 25px 25px 25px;
	margin: 10px 0 30px 0;
	background: #f1f1f1;
	-moz-border-radius: 0 10px 10px 10px;
	-webkit-border-radius: 0 10px 10px 10px;
	border-radius: 0 10px 10px 10px;
	color: #404040;
	display: block;
}
article.noSidebar div.tabBlock {
	width: 910px;
}
div.tabBlock iframe {
	display: none;
}
article.noSidebar div.tabBlock iframe {
	margin: 10px auto 0 auto;
}
div.blockOn {
	display: block;
}
div.tabBlock .galleria-stage {
	height: 500px;
	width: 650px;
}
div.tabBlock #gallery {
	display: none;
}
article.noSidebar div.tabBlock #gallery {
	width: 650px;
	margin: 10px auto 0 auto;
}
div.tabBlock a.related {
	display: block;
	width: 180px;
	height: 280px;
	padding: 10px;
	background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	float: left;
	font-size: 12px;
	text-decoration: none;
	color: #505050;
	line-height: 16px;
	margin: 22px 22px 0 0;
	border: 1px solid #f1f1f1;
}
div.tabBlock a:hover.related {
	background: #f8f8f8;
	border: 1px solid #d3d3d3;
}
div.tabBlock a.last {
	margin: 22px 0 0 0;
}
article.noSidebar div.tabBlock a.last {
	margin: 22px 22px 0 0;
}
div.tabBlock a.related h4 {
	font-size: 16px;
}
div.tabBlock a.related img {
	display: block;
	margin: 0 0 10px 0;
}
.overlayCTA, .standardCTA, .searchCTA {
	background: #f1f1f1;
	width: 190px;
	padding: 15px;
	color: #404040;
	margin: 0 0 20px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	font-size: 13px;
	line-height: 17px;
}
.overlayCTA h4, .standardCTA h4, .searchCTA h4 {
	font-size: 20px;
	margin: 0 0 12px 0;
	padding: 0;
	color: #005d88;
}
.overlayCTA a, .standardCTA a.standard, .mapCTA a {
	display: block;
	height: 35px;
	line-height: 35px;
	text-align: right;
	padding: 0 35px 0 0;
	width: 185px;
	color: #fff;
	font-family: "myriad-pro-condensed-n6", "myriad-pro-condensed", Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	background: #0099cc url(../_img/sprites_icons.png) right -180px no-repeat;
	margin: 10px 0 -15px -15px;
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
	font-size: 18px;
}
.overlayCTA a:hover, .standardCTA a:hover.standard, .mapCTA a:hover {
	background: #005d88 url(../_img/sprites_icons.png) right -180px no-repeat;
}
.mapCTA {
	width: 220px;
	margin: 0 0 20px 0;
	padding: 0;
}
.mapCTA iframe {
	display: block;
	width: 220px;
	height: 160px;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}
.mapCTA a {
	margin: 0;
}
.standardCTA ul.items {
	display: block;
	width: 190px;
	padding: 10px 0 0 0;
}
.standardCTA ul.items li {
	display: block;
	width: 190px;
}
.standardCTA ul.items li.link {
	padding: 0 0 10px 0;
	font-size: 12px;
	line-height: 14px;
}
.standardCTA ul.items li.link a {
	display: block;
	font-size: 13px;
}
.standardCTA ul.items li.video, .standardCTA ul.items li.related {
	padding: 10px;
	width: 170px;
	background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 12px;
	text-decoration: none;
	color: #505050;
	line-height: 15px;
	margin: 10px 0 0 0;
	position: relative;
	border: 1px solid #f1f1f1;
}
.standardCTA ul.items li.related {
	text-align: center;
}
.standardCTA ul.items li:hover.video, .standardCTA ul.items li:hover.related {
	background: #f8f8f8;
	border: 1px solid #d3d3d3;
}
.standardCTA ul.items li.video .preview, .standardCTA ul.items li.related img {
	position: relative;
	width: 180px;
	height: 110px;
	overflow: hidden;
	margin: -5px 0 8px -5px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.standardCTA ul.items li.video .preview .play {
	position: absolute;
	width: 180px;
	height: 110px;
	background: url(../_img/video_play.png) center center no-repeat;
	z-index: 2;
}
.standardCTA ul.items li:hover.video .preview .play {
	opacity: 0.5;
}
.standardCTA ul.items li.video .preview img {
	position: absolute;
	z-index: 1;
}
.standardCTA ul.items li.video a {
	text-decoration: none;
	color: #404040;
}
.standardCTA ul.items li.video strong, .standardCTA ul.items li.related strong {
	font-family: "proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 600;
	display: block;
	font-size: 13px;
	margin: 0 0 4px 0;
}
.standardCTA ul.items li.related strong {
	font-size: 15px;
	margin: 0;
}

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
							Form Pages
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
section.form aside, aside.contact {
	width: 195px;
	margin: 30px 0 0 0;
	padding: 0 5px 0 30px;
	border-left: 1px solid #d5d5d5;
	float: right;
}
aside.contact {
	width: 250px;
	margin: 30px 0 20px 0;
}
aside.sitemap {
	width: 280px;
	margin: 0 0 20px 20px;
}
aside.contact strong {
	font-family: "proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 600;
	padding: 0 0 6px 0;
}
aside.contact h2, aside.contact h3 {
	padding: 0;
	margin: 0 0 15px 0;
}
form.overlayForm {
	width: 400px;
	margin: 30px 0 0 0;
	float: left;
}
form.contactForm, form.mainForm {
	display: block;
	margin: 30px 0 0 0;
	width: 380px;
}
form.contactForm {
	float: left;
}
form.mainForm {
	width: 580px;
	float: left;
	margin: 30px 0 30px 0;
}
form.mainForm h2 {
	clear: left;
	margin: 25px 0 25px 0;
}
form.overlayForm label {
	width: 195px;
	padding: 0 5px 0 0;
}
form.contactForm label {
	width: 160px;
	padding: 0 5px 0 0;
}
form.mainForm label {
	width: 360px;
	padding: 0 5px 0 0;
}
form.overlayForm input, form.overlayForm select, form.overlayForm textarea, 
form.contactForm input, form.contactForm textarea, 
form.mainForm input {
	width: 180px;
	margin: 0 0 20px 0;
	display: block;
	float: left;
}
form.overlayForm input.text, form.overlayForm select, form.overlayForm textarea
form.mainForm input.text, form.mainForm select, form.mainForm textarea, 
form.contactForm input.text, form.contactForm select, form.contactForm textarea {
	margin: 0;
	float: none;
}
form.contactForm input, form.contactForm textarea, form.mainForm input, form.mainForm textarea {
	width: 200px;
}
form.overlayForm select {
	width: 190px;
}
form.mainForm select, form.contactForm select {
	width: 210px;
}
form.overlayForm select.multi, form.overlayForm textarea, form.contactForm textarea, form.mainForm textarea {
	height: 70px;
}
.dform_element {
	margin: 0 0 20px 0
}
form.mainForm .dform_container ul.checkboxes, form.mainForm .dform_container ul.radios, 
form.overlayForm .dform_container ul.checkboxes, form.overlayForm .dform_container ul.radios {
    display: block;
    width: 200px;
    float: left;
}
 form.overlayForm .dform_container ul.checkboxes, form.overlayForm .dform_container ul.radios {
    width: 180px;
}
form.overlayForm label.checkbox, form.contactForm label.checkbox, 
.dform_container ul.checkboxes li input, .dform_container ul.radios li input {
	clear: none;
    display: inline;
    width: auto;
    font-size: 11px;
    line-height: 12px;
    margin: 0 0 15px 0;
    border: none;
    background: none;
}
.dform_container ul.checkboxes li input, .dform_container ul.radios li input {
    margin: 0;
    height: auto;
}
form.mainForm .dform_desc, form.overlayForm .dform_desc, form.contactForm .dform_desc {
	margin: 0 0 0 365px;
	padding: 0 0 0 20px;
	font-size: 10px;
	font-style: italic;
	font-family: "proxima-nova-i4", "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 400;
	clear: both;
	background: url(../_img/sprites_icons.png) -26px -1045px no-repeat;
	line-height: 16px;
}
form.overlayForm .dform_desc {
	margin: 0 0 0 200px;
}
form.contactForm .dform_desc {
	margin: 0 0 0 165px;
}
.dform_confirmation  {
	display: block;
	padding: 15px 0 10px 24px;
	font-family: "proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 15px;
	color: #1d8b00;
	background: url(../_img/sprites_icons.png) 0 -1066px no-repeat;
}

/* Chosen resets */
.chzn-select {
	height: 50px;
}
form.mainForm .chzn-container, form.overlayForm .chzn-container {
	height: auto;
	min-height: 24px;
	width: 200px !important;
}
form.overlayForm .chzn-container {
	width: 180px !important;
}
.chzn-container-multi .chzn-choices .search-field input {
    font-family: "proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif !important;
	font-weight: 400 !important;
	font-size: 12px !important;
    height: 14px !important;
    margin: 0 !important;
    padding: 4px !important;
    line-height: 14px;
}
.chzn-drop {
	-moz-border-radius: 0px 0px 6px 6px;
	-webkit-border-radius: 0px 0px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	border: 2px solid #d5d5d5 !important;
}
.chzn-container-multi .chzn-choices {
    background: none !important;
    border: none !important;
    cursor: text;
    height: auto !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
.chzn-container-active .chzn-choices {
	box-shadow: none !important;
}
.chzn-container .chzn-results .highlighted {
  background: #9b9b9b !important;
  filter: none !important;
  background-image: none !important;
  color: #fff;
}
form.overlayForm input.checkbox, form.contactForm input.checkbox {
	display: block;
    float: left;
    height: auto;
    margin: 0 5px 0 200px;
    width: auto;
    border: none;
    background: none;
}
form.contactForm input.checkbox {
    margin: 0 5px 0 160px;
}
form.overlayForm button {
	margin: 0 0 0 200px;
}
form.contactForm button {
	margin: 0 0 0 160px;
	clear: left;
}
form.overlayForm label.error, form.contactForm label.error, form.mainForm label.error {
	margin: 2px 0 20px 200px;
	width: 170px;
	padding: 0 5px 0 15px;
}
form.mainForm label.error {
	margin: -15px 0 20px 365px;
	width: 200px;
}
form.mainForm .dform_error, form.overlayForm .dform_error, form.contactForm .dform_error {
	clear: both;
	margin: 5px 0 20px 365px;
	width: 189px;
}
form.overlayForm .dform_error {
	margin: 5px 0 20px 200px;
	width: 169px;
}
form.contactForm .dform_error {
	margin: 5px 0 20px 165px;
}
/* fieldset and legend resets */
.dfcolumns .column {
	width: 100% !important;
}
form.mainForm fieldset label {
	width: 340px;
}
form.overlayForm fieldset label {
	width: 175px;
}
form.mainForm fieldset .dform_error {
	margin: 5px 0 20px 345px;
}
form.overlayForm fieldset .dform_error {
	margin: 5px 0 20px 180px;
}
form.mainForm fieldset .dform_desc {
	margin: 0 0 0 345px;
}
form.overlayForm fieldset .dform_desc {
	margin: 0 0 0 180px;
}

/* search from */
.searchCTA form {
	display: block;
	margin: 10px 0 10px 0;
}
.searchCTA form input {
	display: block;
	width: 140px;
	height: 24px;
	line-height: 24px;
	color: #0099cc;
	font-size: 11px;
	padding: 0 25px 0 15px;
	background: #fff;
	border: none;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.searchCTA form span {
	display: block;
	margin: 15px 0 15px 0;
}
.searchCTA form label.checkbox {
	clear: none;
    float: left;
    width: 160px;
    font-size: 11px;
    line-height: 12px;
    margin: 0 0 5px 0;
}
.searchCTA form input.checkbox {
	display: block;
    float: left;
    height: auto;
    margin: 0 5px 0 0;
    padding: 0;
    width: auto;
    border: none;
    background: none;
    border-radius: 0px;
}

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
							Files Page
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
article.fileGroup, article.fileGroupSingle {
	margin: 30px 0 0 0;
	width: 960px;
}
article.fileGroup header, article.fileGroupSingle header {
	height: 40px;
	background: #ddd;
	margin: 0;
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px;
	border-bottom: 1px solid #fff;
}
article.fileGroup header:hover {
	background: #c6c6c6;
	cursor: pointer;
}
article.fileGroup header h2, article.fileGroupSingle header h2 {
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 0 0 40px;
	float: left;
	background: url(../_img/sprites_icons.png) 10px -620px no-repeat;
}
article.fileGroupSingle header h2 {
	padding: 0 0 0 15px;
	background: none;
}
article.fileGroupOpen header h2 {
	background-position: 10px -556px;
}
article.fileGroup header div, article.fileGroupSingle header div {
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0 15px 0 0;
	float: right;
	font-family: "proxima-nova-i3", "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: italic;
	text-align: right;
}
article.fileGroup div.files, article.fileGroupSingle div.files {
	padding: 20px 20px 0 20px;
	background: #f1f1f1;
	display: none;
}
article.fileGroupSingle div.files {
	display: block;
}
article.fileGroup footer, article.fileGroupSingle footer {
	height: 16px;
	background: #f1f1f1;
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
}
.denyAccess {
	padding: 10px 0 10px 0;
	font-family: "proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #c00000;
}
a.logout {
	float: right;
	font-family: "proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 600;
	font-size: 14px;
	padding: 0 0 0 20px;
	background: url(../_img/sprites_icons.png) 0 -737px no-repeat;
	text-decoration: none;
}
a:hover.logout {
	background-position: 0 -762px;
}

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
							Multi-entry
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
article.multi {
	background: #f1f1f1;
	margin: 30px 0 0 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 0 20px 20px 20px;
	clear: both;
}
article.multi:last-child {
	margin: 30px 0 30px 0;
}
article.multi header {
	height: 40px;
	line-height: 40px;
	padding: 10px 0 15px 0;
	margin: 0;
	width: 660px;
}
article.noSidebar article.multi header {
	width: 920px;
}
article.multi header h2 {
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	float: left;
}
article.multi header div {
	height: 40px;
	line-height: 40px;
	float: right;
	font-family: "proxima-nova-i3", "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: italic;
	text-align: right;
}
article.multi img.thumb {
	display: block;
	width: 180px;
	float: left;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
article.multi div.entry {
	width: 660px;
	float: none;
	margin: 0;
}
article.noSidebar article.multi div.entry {
	width: 920px;
}
article.hasImage div.entry {
	width: 460px;
	float: left;
	margin: 0 0 0 20px;
}
article.noSidebar article.hasImage div.entry {
	width: 720px;
}
article.multi a.link {
	display: block;
	height: 15px;
	line-height: 15px;
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	background: url(../_img/sprites_icons.png) 0 -740px no-repeat;
	font-family: "proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-decoration: none;
}
article.multi a:hover.link {
	background-position: 0 -765px;
}

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
						Memberships
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
article.member, a.member {
	background: #f1f1f1;
	width: 260px;
	padding: 15px;
	margin: 25px 45px 20px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	float: left;
	text-align: center;
	line-height: 16px;
	min-height: 250px;
	text-decoration: none;
	color: #505050;
}
a:hover.member {
	background: #e2e2e2;
}
article.lastMember, a.lastMember {
	margin: 25px 0 20px 0;
}
article.member h2, a.member h2 {
	width: 260px;
	text-align: center;
	margin: 0 0 15px 0;
}
article.member .image, a.member .image {
	background: #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	width: 260px;
	margin: 15px 0 0 0;
	padding: 15px 0 15px 0;
}

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
						Search Results
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
article.searchResult {
	background: #f1f1f1;
	width: 660px;
	padding: 0 20px 20px 20px;
	margin: 20px 0 0 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
article.searchResult span {
	background: #e6e791;
}
article.searchResult:last-child {
	margin: 30px 0 30px 0;
}
article.searchResult header {
	height: 40px;
	line-height: 40px;
	padding: 10px 0 15px 0;
	margin: 0;
	width: 660px;
}
article.searchResult header h2 {
	height: 40px;
	line-height: 40px;
	margin: 0;
	padding: 0;
	float: left;
}
article.searchResult header h2 a {
	text-decoration: none;
}
article.searchResult header div {
	height: 40px;
	line-height: 40px;
	float: right;
	font-family: "proxima-nova-i3", "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-style: italic;
	text-align: right;
}
ul.pagination {
	display: block;
	margin: 30px 0 30px 0;
	height: 15px;
}
ul.pagination li {
	display: block;
	height: 15px;
	line-height: 15px;
	padding: 0 3px 0 0;
	float: left;
}
ul.pagination li a {
	text-decoration: none;
	display: block;
	height: 15px;
	padding: 0 4px 0 4px;
}
ul.pagination li a.current {
	font-family: "proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 600;
	color: #005d88;
}
ul.pagination li.title {
	font-family: "proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 600;
	padding: 0 20px 0 0;
}

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
							Sitemap
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
ul.sitemap {
	margin: 20px 0 0 0;
	padding: 0;
}
ul.sitemap li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 15px 0 0 0;
}
ul.sitemap li a {
	font-size: 18px;
	font-family: "myriad-pro-condensed-n6", "myriad-pro-condensed", Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
}
ul.sitemap li ul {
	margin:  0 0 0 40px;
	padding: 0;
}
ul.sitemap li ul li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.sitemap li ul li a {
	font-size: 13px;
	font-family: "proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 600;
	text-transform: none;
}
ul.sitemap li ul li ul li a {
	font-size: 12px;
	font-family: "proxima-nova-n4", "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 400;
	text-transform: none;
}


/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
							dataTables
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
.dataTable {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border-spacing: 0;
}
.dataTables_scroll, .dataTables_scrollHead, .dataTables_scrollBody {
	width: 842px !important;
}
.dataTables_wrapper {
	position: relative;
}
.dataTables_processing {
	position: absolute;
	width: 100px;
	height: 50px;
	padding: 0 0 0 50px;
	border: 2px solid #404040;
	background: #fff url(../_img/processing.gif) 10px 10px no-repeat;
	line-height: 50px;
	top: 80px;
	left: 42%;
	font-size: 16px;
	z-index: 10;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.dataTable thead th {
	background: #d5d5d5 url(../_img/sprites_icons.png) 4px -442px no-repeat;
	color: #404040;
	font-size: 12px;
	font-family: "proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 600;
	padding: 0 8px 0 18px;
	height: 38px;
	line-height: 38px;
	text-align: left;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	cursor: pointer;
	white-space: nowrap;
}
.dataTable thead th.sorting_asc {
	background: #b2e0f0 url(../_img/sprites_icons.png) 5px -480px no-repeat;
}
.dataTable thead th.sorting_desc {
	background: #b2e0f0 url(../_img/sprites_icons.png) 5px -515px no-repeat;
}
.dataTable thead th:hover {
	color: #0099cc;
}
.dataTable thead th.sorting_disabled {
	background: #d5d5d5;
	padding: 0 8px 0 8px;
	cursor: default;
}
.dataTable thead th:hover.sorting_disabled {
	color: #404040;
}
.dataTable thead th:first-child {
	-moz-border-radius: 8px 0px 0px 0px;
	-webkit-border-radius: 8px 0px 0px 0px;
	border-radius: 8px 0px 0px 0px;
}
.dataTable thead th:last-child {
	-moz-border-radius: 0px 8px 0px 0px;
	-webkit-border-radius: 0px 8px 0px 0px;
	border-radius: 0px 8px 0px 0px;
	border-right: none;
}
.dataTable tbody tr td {
	padding: 6px 10px 6px 10px;
	border-bottom: 1px solid #fff;
	vertical-align: middle;
}
.dataTable tbody tr.even td {
	background: #eeeeee;
}
.dataTable tbody tr.odd td {
	background: #f8f8f8;
}
.dataTable tbody tr.even td.sorting_1 {
	background: #e5f5fa;
}
.dataTable tbody tr.odd td.sorting_1 {
	background: #f2fcff;
}
.dataTable tbody tr:last-child td {
	border-bottom: none;
}
.dtTop { /* top control bar */
	position: relative;
	height: 35px;
	padding: 30px 0 0 0;
	line-height: 28px;
	font-size: 12px;
	width: 820px;
}
#distributorsTable_wrapper .dtTop {
	width: 960px;
}
.dtTop .dataTables_filter input {
	position: absolute;
	left: 0;
	top: 30px;
	width: 145px;
	height: 21px;
	line-height: 21px;
	background: #f1f1f1 url(../_img/sprites_icons.png) right -60px no-repeat;
	border: 2px solid #d5d5d5;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.dtTop .dataTables_length select, .dtTop #dataFilterCategory, .dtTop #dataFilterManufacturer, 
.dtTop #dataFilterRegion, .dtTop #dataFilterCountry {
	position: absolute;
	top: 30px;
	width: 150px;
	right: 0;
	height: 24px;
	line-height: 24px;
}
.dtTop #dataFilterCategory, .dtTop #dataFilterRegion {
	right: auto;
	left: 170px;
}
.dtTop #dataFilterManufacturer, .dtTop #dataFilterCountry {
	right: auto;
	left: 330px;
}
.dtBottom { /* bottom control bar */
	position: relative;
	height: 35px;
	line-height: 35px;
	width: 820px;
	border-top: 1px solid #fff;
	background: #d5d5d5;
	-moz-border-radius: 0 0 8px 8px;
	-webkit-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}
#distributorsTable_wrapper .dtBottom {
	width: 960px;
}
.dtBottom .dataTables_info {
	position: absolute;
	left: 15px;
	width: 310px;
	height: 35px;
}
.dtBottom a.paginate_enabled_next, .dtBottom a.paginate_enabled_previous,
.dtBottom a.paginate_disabled_previous, .dtBottom a.paginate_disabled_next {
	display: block;
	position: absolute;
	top: 6px;
	width: 36px;
	height: 23px;
	line-height: 23px;
	background: #fff url(../_img/sprites_icons.png) no-repeat;
	font-size: 14px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.dtBottom a.paginate_disabled_previous, .dtBottom a.paginate_disabled_next {
	cursor: default;
	color: #a9a9a9;
}
.dtBottom a.paginate_disabled_previous, .dtBottom a.paginate_enabled_previous {
	right: 78px;
	background-position: 5px -971px;
	padding: 0 0 0 24px;
}
.dtBottom a.paginate_enabled_previous {
	background-position: 5px -871px;
}
.dtBottom a:hover.paginate_enabled_previous {
	background-position: 5px -921px;
}
.dtBottom a.paginate_disabled_next, .dtBottom a.paginate_enabled_next {
	right: 6px;
	background-position: 15px -996px;
	padding: 0 24px 0 0;
	text-align: right;
}
.dtBottom a.paginate_enabled_next {
	background-position: 15px -896px;
}
.dtBottom a:hover.paginate_enabled_next {
	background-position: 15px -946px;
}
/* table specific amendments */
#distributorsTable img {
	display: block;
	width: 60px;
	float: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 0 10px 0 0;
}
#distributorsTable strong {
	display: block;
	font-family: "proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 600;
	margin: 0 0 3px 0;
}
#distributorsTable div.address {
	width: 180px;
	float: left;
}
#distributorsTable span, .filesTable tbody td span {
	display: block;
	font-size: 11px;
	line-height: 13px;
}
.filesTable {
	margin: 20px 0 0 0;
}
.filesTable tbody tr td {
	border-bottom: 1px solid #f1f1f1;
}
.filesTable tbody tr.even td {
	background: #fff;
}
.filesTable tbody tr.odd td {
	background: #fff;
}
.filesTable tbody tr.even td.sorting_1 {
	background: #f2fcff;
}
.filesTable tbody tr.odd td.sorting_1 {
	background: #f2fcff;
}
.filesTable tbody td a.title {
	display: block;
	height: 15px;
	line-height: 15px;
	margin: 0 0 10px 0;
	padding: 0 0 0 20px;
	background: url(../_img/sprites_icons.png) 0 -693px no-repeat;
	font-family: "proxima-nova-n6", "proxima-nova", Arial, Helvetica, sans-serif;
	font-weight: 600;
}
.filesTable tbody td a:hover.title {
	background-position: 0 -716px;
}
#adaptersTable {
	width: 820px !important;
	table-layout:fixed;
}
#adaptersTable tbody tr td {
	word-wrap:break-word;
}

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
							Overlays
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/
.pageOverlayWrapper {
	display: none;
}
.pageOverlay h3 {
	font-size: 18px;
	margin: 0 0 15px 0;
}
.pageOverlay form {
	display: block;
	clear: left;
	padding: 20px 0 0 0;
}
.pageOverlay form label {
	display: block;
	float: left;
	width: 100px;
	height: 22px;
	clear: left;
}
.pageOverlay form label.error {
	float: none;
	width: 220px;
	margin: -5px 0 20px 100px;
	height: 19px;
}
.pageOverlay form input, .pageOverlay form textarea {
	margin-bottom: 15px;
	width: 220px;
}
.pageOverlay form textarea {
	height: 60px;
}
.pageOverlay form label.checkbox {
	clear: none;
    display: inline;
    width: auto;
    font-size: 11px;
}
.pageOverlay form input.checkbox {
	display: block;
    float: left;
    height: auto;
    margin: 0 5px 0 100px;
    width: auto;
    border: none;
}
.pageOverlay form button {
	clear: left;
	margin: 15px 0 0 0;
}
.pageOverlay .thanks {
	display: none;
}
.pageOverlay aside.help {
	float: right;
	width: 190px;
	padding: 0 0 0 15px;
	margin: 0 0 0 15px;
	border-left: 1px solid #c9ddec;
}
.pageOverlay aside.help h4 {
	font-size: 16px;
}
/* do not edit */
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box;}

/* edit theme */
#cboxOverlay{
	display: none;
}
#colorbox{
	display: none;
}

/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
							Footer
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

footer.page .logos {
	display: none;
}

footer.page ul {
	display: none;
}
footer.page a.facebook, footer.page a.twitter, footer.page a.linkedin {
	display: none;
}
footer.page .credits {
	position: absolute;
	top: 10px;
	right: 0;
	color: #0099cc;
}
footer.page .credits a {
	text-decoration: none;
}
.galleryImageLink {
	display: none;
}
/*
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
							Mobile
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/

/* ipad */
@media only screen and (device-width: 768px) {
  
section.home .wrapper {
    padding: 30px 0 30px 50px;
    width: 1010px;
    background: #fff;
}
section.home p.intro {
    width: 960px;
}
#colorbox {
	-webkit-overflow-scrolling:touch;
}

.mapCTA {
	width: 200px;
	margin: 0 0 20px 0;
	padding: 10px;;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: #f1f1f1;
}
.mapCTA iframe {
	display: block;
	width: 200px;
	height: 220px;
}
.mapCTA a {
	display: none;
}

  
}