/**
 * FOS website CSS
 *
 */
html {
  height: 100%;
}
body {
  color: #333333;
  font-family: Arial,sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  height: 100%;
  margin: 0;
  text-decoration: none;
}
body#fos {
  background-color: #ECECEC;
  background-image: url(/custom/files/media/fos_vertical_bg.png);
  background-position: center center;
  background-repeat: repeat-y;
}
img {
  position: relative;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}
#wrapper {
  background-image: url(/custom/files/media/fos_page_bg_top.png);
  background-repeat: repeat-x;
  width: 100%;

  height: auto !important;
    margin: 0 auto -47px;
    min-height: 100%;
}
#wrapper img {
  height: auto;
  /*From bootstrap.css Part 2: Scale the height according to the width, otherwise you get stretching */
}
#wrapper_inner {
  margin: 0 auto;
  width: 1062px;
}
#pageUtilityLinks {
  height: 35px;
  width: 100%;
}
#centricEditModeLink {
  background-color: transparent;
  display: inline-block;
  margin: 4px 0 0 20px;
  padding: 0;
  position: relative;
  right: auto;
  text-align: left;
  width: 105px;
  float: left;
}
#centricEditModeLink span a:link, #centricEditModeLink span a:visited {
  background-color: #FFFFFF;
  border: 1px solid #BDBDBD;
  color: #989898;
  display: inline-block;
  line-height: 19px;
  padding: 3px 5px;
}
#fontSizeUtility {
  float: right;
  margin: 4px 20px 0 0;
}
#fontSizeUtility a {
  display: inline-block;
}
#header {
  background-color: #FFFFFF;
  background-image: url(/custom/files/media/fos_header_bg_top.png);
  background-repeat: repeat-x;
  height: 103px;
  position: relative;
  width: 100%;
}
#headerLogo {
  display: inline-block;
  margin: 25px 0 0 20px;
}
#headerContact {
  display: inline;
  position: absolute;
  right: 269px;
  top: 25px;
}
#headerContact .contact-details-wrap {
  display: inline-block;
  vertical-align: middle;
}
#headerContact .contact a {
  color: #402B56;
  text-decoration: none;
  font-size: 1.15em;
}
#headerContact a.contactus-link {
  font-family: Arial, sans-serif;
  font-size: 1em;
}
#headerContact .contact {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: larger;
  color: #402B56;
}
#headerContact .contact td {
  text-align: right;
}
#headerContact .contact td img {
  margin-top: -3px;
}
#headerContact .contact-hide-mobile {
  font-size: 0.6em;
  font-family: Arial, Helvetica, sans-serif;
  color: #402B56;
  font-weight: normal;
  line-height: normal;
}
#headerSearch {
  border: 1px solid #BEBEBE;
  height: 35px;
  position: absolute;
  right: 20px;
  top: 42px;
  width: 190px;
}
#headerSearch legend {
  display:none;
}
#search_basic {
  float: left;
  height: 35px;
  width: 190px;
}
#search_basic_form {
  height: 35px;
  margin: 0;
  width: 190px;
}
#search_basic_str input {
  border: medium none;
  float: left;
  font-size: 12px;
  margin: 0;
  padding: 7px;
  width: 143px;
}
#search_basic_button input {
  float: left;
  height: 33px;
  margin: 0;
  width: 33px;
text-indent:-9999px;
border:none;
display:block;
}
#content {
  background-color: #FFFFFF;
  margin: 0 20px;
  min-height: 200px;
}
#breadcrumbs {
}
#centricBreadcrumbs {
  background: #533876; /* Old browsers */
  background: -moz-linear-gradient(top, #533876 0%, #543b7c 50%, #543b7c 51%, #4e397c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#533876), color-stop(50%,#543b7c), color-stop(51%,#543b7c), color-stop(100%,#4e397c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #533876 0%,#543b7c 50%,#543b7c 51%,#4e397c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #533876 0%,#543b7c 50%,#543b7c 51%,#4e397c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #533876 0%,#543b7c 50%,#543b7c 51%,#4e397c 100%); /* IE10+ */
  background: linear-gradient(to bottom, #533876 0%,#543b7c 50%,#543b7c 51%,#4e397c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#533876', endColorstr='#4e397c',GradientType=0 ); /* IE6-9 */
  border: 1px solid #3f2e58;
  border-radius: 2px;
  display: inline-block;
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
}
body.Members #centricBreadcrumbs {
  background: #1e3a72; /* Old browsers */
  background: -moz-linear-gradient(top, #1e3a72 0%, #274684 50%, #274684 51%, #28488b 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e3a72), color-stop(50%,#274684), color-stop(51%,#274684), color-stop(100%,#28488b)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1e3a72 0%,#274684 50%,#274684 51%,#28488b 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1e3a72 0%,#274684 50%,#274684 51%,#28488b 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1e3a72 0%,#274684 50%,#274684 51%,#28488b 100%); /* IE10+ */
  background: linear-gradient(to bottom, #1e3a72 0%,#274684 50%,#274684 51%,#28488b 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e3a72', endColorstr='#28488b',GradientType=0 ); /* IE6-9 */
  border: 1px solid #354973;
}
body.Members #breadcrumbs .centricBreadcrumbsCurrent {
  color: #6A92DC;
}
body.Community #centricBreadcrumbs {
  background: #6a9bb5; /* Old browsers */
  background: -moz-linear-gradient(top, #6a9bb5 0%, #4f81a1 50%, #4f81a1 51%, #3a698e 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6a9bb5), color-stop(50%,#4f81a1), color-stop(51%,#4f81a1), color-stop(100%,#3a698e)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #6a9bb5 0%,#4f81a1 50%,#4f81a1 51%,#3a698e 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #6a9bb5 0%,#4f81a1 50%,#4f81a1 51%,#3a698e 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #6a9bb5 0%,#4f81a1 50%,#4f81a1 51%,#3a698e 100%); /* IE10+ */
  background: linear-gradient(to bottom, #6a9bb5 0%,#4f81a1 50%,#4f81a1 51%,#3a698e 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6a9bb5', endColorstr='#3a698e',GradientType=0 ); /* IE6-9 */
  border: 1px solid #5989a6;
}
body.Community #breadcrumbs .centricBreadcrumbsCurrent {
  color: #83bee2;
}
body.Consumers #centricBreadcrumbs {
  background: #4B5B69; /* Old browsers */
  background: -moz-linear-gradient(top, #5B6E7F 0%, #4B5B69 50%, #4B5B69 51%, #3B4953 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5B6E7F), color-stop(50%,#4B5B69), color-stop(51%,#4B5B69), color-stop(100%,#3B4953)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #5B6E7F 0%,#4B5B69 50%,#4B5B69 51%,#3B4953 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #5B6E7F 0%,#4B5B69 50%,#4B5B69 51%,#3B4953 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #5B6E7F 0%,#4B5B69 50%,#4B5B69 51%,#3B4953 100%); /* IE10+ */
  background: linear-gradient(to bottom, #5B6E7F 0%,#4B5B69 50%,#4B5B69 51%,#3B4953 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5B6E7F', endColorstr='#3B4953',GradientType=0 ); /* IE6-9 */
  border: 1px solid #5989a6;
}
body.Consumers #breadcrumbs .centricBreadcrumbsCurrent {
  color: #99A8B5;
}
body.Small.Business #centricBreadcrumbs {
  background: #6094b0; /* Old browsers */
  background: -moz-linear-gradient(top, #85b1c8 0%, #6094b0 50%, #6094b0 51%, #3f7797 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85b1c8), color-stop(50%,#6094b0), color-stop(51%,#6094b0), color-stop(100%,#3f7797)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #85b1c8 0%,#6094b0 50%,#6094b0 51%,#4b86a3 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #85b1c8 0%,#6094b0 50%,#6094b0 51%,#4b86a3 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #85b1c8 0%,#6094b0 50%,#6094b0 51%,#4b86a3 100%); /* IE10+ */
  background: linear-gradient(to bottom, #85b1c8 0%,#6094b0 50%,#6094b0 51%,#3f7797 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#85b1c8', endColorstr='#3f7797',GradientType=0 ); /* IE6-9 */
  border: 1px solid #5989a6;
}
body.Small.Business #breadcrumbs .centricBreadcrumbsCurrent {
  color: #bdd5e2;
}
#centricBreadcrumbs ul {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin: 7px 15px;
  width: auto;
}
#centricBreadcrumbs ul li {
  list-style-image: none;
}
#breadcrumbs a.centricBreadcrumbsLink,
#breadcrumbs .centricBreadcrumbsSeparator {
  color: #ffffff;
  font-size: 12px;
}
#breadcrumbs .centricBreadcrumbsCurrent {
  color: #C498FF;
  font-size: 12px;
}
#breadcrumbs .centricBreadcrumbsSeparator {
  background-image: url(/custom/files/media/fos_breadcrumb_arrow_icon_right.png);
  background-position: center 3px;
  background-repeat: no-repeat;
  color: rgba(0, 0, 0, 0);
  display: inline-block;
  height: 14px;
  margin: 0;
  width: 14px;
}
#push,
#footer {
  height: 47px;
}
#footer {
  background-image: url(/custom/files/media/fos_footer_bg.png);
  background-repeat: repeat-x;
  width: 100%;
}
#footer_inner {
  background-image: url(/custom/files/media/fos_footer_inner_bg.png);
  background-repeat: repeat-x;
  clear: both;
  margin: 0 auto;
  width: 1062px;
}
#footer p,
#footer a:link,
#footer a:visited {
  color: #606060;
  text-decoration: none;
}
#footer a:focus,
#footer a:hover,
#footer a:active {
  text-decoration: underline;
}
#footer p {
  font-size: 12px;
  margin: 0;
  padding: 20px 0 0;
  position: relative;
}
.footerLinks {
  left: 20px;
  position: absolute;
}
.footerText {
  position: absolute;
  right: 20px;
}

/**/
#sidebarNav {
  display: inline-block;
  margin-right: 29px;
  margin-top: 20px;
  vertical-align: top;
  width: 170px;
}
#primaryContent {
  display: inline-block;
  margin-right: 15px;
  margin-top: 25px;
  vertical-align: top;
  width: 570px;
  word-wrap: break-word;
}
#sidebar {
  display: inline-block;
  margin-top: 25px;
  vertical-align: top;
  width: 230px;
}
.leftColOnly #primaryContent {
  width: 755px;
}
.rightColOnly #primaryContent {
  margin-left: 15px;
  margin-right: 25px;
  width: 745px;
}
.wide #primaryContent {
  width: 100%;
  margin-right: 0;
}
.wide .utilityLinks {
  right: 0;
  position: absolute;
}
.titleBar {
  position:relative;
}
#primaryContent ul,
#primaryContent ol {
  margin: 0 0 25px 25px;
}
.default #primaryContent ul,
.default #primaryContent ol {
  margin: 0 0 35px 25px;
}
.default ul.complexList li,
.default ol.complexList li{
  margin-bottom: 10px;
}
#primaryContent blockquote {
  margin: 0 0 20px 20px;
}
#primaryContent blockquote p {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}
#primaryContent p > strong:nth-child(1) {
  display: inline-block;
  margin-bottom: 10px;
}

#family_linksnavlist,
#family_linksnavlist ul {
  list-style: none;
  margin: 0;
}
#family_linksnavlist > li,
#family_linksnavlist > li.sub > a {
  display: none;
}
#family_linksnavlist > li.sub{
  display: block;
}
#family_linksnavlist li {
  line-height: 15px;
  margin-bottom: 5px;
  list-style-image: none;
}
#family_linksnavlist li li {
  margin-top: 5px;
}
#family_linksnavlist a:link,
#family_linksnavlist a:visited {
  border: 1px solid #E7E7E7;
  color: #365ca0;
  display: inline-block;
  font-size: 13px;
  padding: 10px 15px;
  text-decoration: none;
  width: 138px;

  background: #fafafa; /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 0%, #f2f2f2 50%, #f2f2f2 51%, #ececec 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(50%,#f2f2f2), color-stop(51%,#f2f2f2), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fafafa 0%,#f2f2f2 50%,#f2f2f2 51%,#ececec 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fafafa 0%,#f2f2f2 50%,#f2f2f2 51%,#ececec 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fafafa 0%,#f2f2f2 50%,#f2f2f2 51%,#ececec 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fafafa 0%,#f2f2f2 50%,#f2f2f2 51%,#ececec 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
}
#family_linksnavlist a:focus,
#family_linksnavlist a:hover,
#family_linksnavlist a:active {
  text-decoration: underline;
}
#family_linksactive > a:link,
#family_linksactive > a:visited {
  color: #3f2a57;
  font-weight: bold;

  background: #dadfe3; /* Old browsers */
  background: -moz-linear-gradient(top, #dadfe3 0%, #d5d9dd 50%, #d5d9dd 51%, #d0d4d8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dadfe3), color-stop(50%,#d5d9dd), color-stop(51%,#d5d9dd), color-stop(100%,#d0d4d8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dadfe3 0%,#d5d9dd 50%,#d5d9dd 51%,#d0d4d8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dadfe3 0%,#d5d9dd 50%,#d5d9dd 51%,#d0d4d8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dadfe3 0%,#d5d9dd 50%,#d5d9dd 51%,#d0d4d8 100%); /* IE10+ */
  background: linear-gradient(to bottom, #dadfe3 0%,#d5d9dd 50%,#d5d9dd 51%,#d0d4d8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dadfe3', endColorstr='#d0d4d8',GradientType=0 ); /* IE6-9 */
}
#family_linksnavlist li li li a:link,
#family_linksnavlist li li li a:visited {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  color: #000000;
  padding: 10px 15px 10px 25px;
  width: 128px;
}

#sidebar > div {
  background-image: url(/custom/files/media/fos_sidebar_bg.png);
  background-repeat: repeat-y;
  margin-bottom: 10px;
}
.linkDisputeBox {
  padding: 14px 10px;
}
.boxesWithTitle {
  padding: 14px 5px;
}
a#linkDispute {
  background-image: url(/custom/files/media/fos_cta_lodge_dispute.png);
  background-repeat: no-repeat;
  color: #163584;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  height: 40px;
  padding: 15px 0 0 47px;
  width: 167px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}
a#linkSOFP {
  background-image: url(/custom/files/media/sofpbutton.png);
  background-repeat: no-repeat;
  color: #163584;
  display: inline-block;
  font-size: 11px;
  line-height: 13px;
  font-weight: bold;
  height: 40px;
  padding: 15px 0 0 47px;
  width: 167px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.boxesWithTitle h4,
.boxesWithTitle .centricListingHeading {
  background-image: url(/custom/files/media/fos_sidebar_title_bg.png);
  background-repeat: no-repeat;
  color: #ffffff;
  display: inline-block;
  font-family: 'Verdana',sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 40px;
  margin: 0;
  padding: 14px 20px 0;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  width: 180px;
}
body.Consumers .boxesWithTitle h4,
body.Consumers .boxesWithTitle .centricListingHeading {
  background-image: url(/custom/files/media/fos_sidebar_title_bg_consumers.png);
}
body.Community .boxesWithTitle h4,
body.Community .boxesWithTitle .centricListingHeading {
  background-image: url(/custom/files/media/fos_sidebar_title_bg_community.png);
}
body.Members .boxesWithTitle h4,
body.Members .boxesWithTitle .centricListingHeading {
  background-image: url(/custom/files/media/fos_sidebar_title_bg_members.png);
}
body.Small.Business .boxesWithTitle h4,
body.Small.Business .boxesWithTitle .centricListingHeading {
  background-image: url(/custom/files/media/fos-sidebar-title-bg-business.png);
}
.boxesWithTitle div.centricGeneral ~ div.centricGeneral,
.boxesWithTitle #centricListingsidebar2Container,
.boxesWithTitle #centricListingsidebar3Container {
  margin: 10px 0 0;
}
body .boxesWithTitle .centricListingTitle {
  margin-bottom: 15px;
  display: inline-block;
}
body .boxesWithTitle .centricListingTitle .centricListingLink {
  font-size: 14px;
}
.checkbox-group legend{
  font-size: 14px;
  line-height: 20px;
}
.checkbox-group input[type="checkbox"]{
  display: inline-block;
  margin: 0;
  vertical-align: middle;
}
.checkbox-group .checkbox-label-row label {
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: middle;
}
.boxesWithTitle h4.doubleLine,
.boxesWithTitle .centricListingHeading.doubleLine {
  height: 47px;
  padding: 7px 20px 0;
}
.sidebarBox,
.boxesWithTitle #centricListingsidebar1Container > div:first-child + div,
.boxesWithTitle #centricListingsidebar2Container > div:first-child + div,
.boxesWithTitle #centricListingsidebar3Container > div:first-child + div {
  background-image: url(/custom/files/media/fos_sidebar_box_bg.png);
  background-repeat: repeat-y;
  display: inline-block;
  padding: 10px 15px 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sidebarBox.tallForm {
  float: left;
}
.sidebarSusbcriptionForm {
  width: 100%;
  float: left;
}
.sidebarSusbcriptionForm form {
  width: 190px !important;
  height: 272px !important;
}
.tallForm form {
  width: 190px !important;
}
form input {
  border: 1px solid #AFAFAF;
  width: 177px;
}
.footerImage {
  margin-bottom: 10px;
}
.footerImage img {
  display: block;
}
.footerImage.last {
  margin-bottom: 0;
}

h1,
.titleBar h2 {
  color: #553E71;
  font-family: 'Verdana',sans-serif;
  font-size: 1.714285em;
  font-weight: bold;
  line-height: 30px;
  margin: 0 0 25px;
}
h2 {
  color: #553e71;
  font-size: 1.28571em;
  line-height: 20px;
  margin: 0 0 13px;
}
h3 {
  font-size: 1.28571em;
  line-height: 20px;
  margin: 0 0 13px;
}
h4 {
  color: #553e71;
  font-size: 1.14285em;
  margin: 0 0 13px;
}
h5 {
  font-size: 1.14285em;
  margin: 0 0 13px;
}
h6 {
  font-size: 1em;
  margin: 0 0 13px;
}
.default h1,
.default .titleBar h2 {
  display: inline-block;
  width: 466px;
}
.leftColOnly h1,
.leftColOnly .titleBar h2 {
  width: 651px;
}
.rightColOnly h1,
.rightColOnly .titleBar h2 {
  width: 641px;
}
a:link,
a:visited,
a:focus,
a:hover,
a:active {
  color: #365ca0;
}
a.link:link,
a.link:visited,
a.link:focus,
a.link:hover,
a.link:active {
  background-image: url(/custom/files/media/linkiconblack.png);
  background-position: left center;
  background-repeat: no-repeat;
  color: #333333;
  padding-left: 15px;
}
ul li {
  list-style-image: url(/custom/files/media/linkiconblack.png);
  /*list-style-image: url(/custom/files/media/fos_list_image_icon.png);*/
}
p {
  margin-bottom: 25px;
}
#sidebar p {
  margin-bottom: 15px;
}
.centricFormButton,
.blog_post_button,
.button_style,
a.button_style:link,
a.button_style:visited {
  border: 1px solid #4972BB;
  border-radius: 2px 2px 2px 2px;
  color: #FFFFFF;
  display: inline-block;
  padding: 5px 10px;
  text-decoration:none;

  background: #4972BB; /* Old browsers */
  background: -moz-linear-gradient(top, #4972BB 0%, #315094 50%, #315094 51%, #1e3778 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4972BB), color-stop(50%,#315094), color-stop(51%,#315094), color-stop(100%,#1e3778)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #4972BB 0%,#315094 50%,#315094 51%,#1e3778 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #4972BB 0%,#315094 50%,#315094 51%,#1e3778 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #4972BB 0%,#315094 50%,#315094 51%,#1e3778 100%); /* IE10+ */
  background: linear-gradient(to bottom, #4972BB 0%,#315094 50%,#315094 51%,#1e3778 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4972BB', endColorstr='#1e3778',GradientType=0 ); /* IE6-9 */
}
#primaryContent ul.downloadLinks  {
  margin: 0 0 20px 0px;
}
ul.downloadLinks li {
  list-style-image: url(/custom/files/media/fos_icon_download.png);
  border-bottom: 1px solid #D9DDE0;
  padding: 5px 0;
  list-style-position: inside;
}
ul.downloadLinks li:last-child,
ul.downloadLinks li.last-child {
  border-bottom: none;
}
ul.downloadLinks li span{
  color: #999999;
}
ul.downloadLinks li p {
  display: inline;
  margin-bottom: 0;
}
.expand-header {
  border: 1px solid #D8D8D8;
  border-radius: 3px 3px 3px 3px;
  color: #553E71;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 10px 20px;

  background: #f6f6f6; /* Old browsers */
  background: -moz-linear-gradient(top, #f6f6f6 0%, #eeeeee 50%, #eeeeee 51%, #e8e8e8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(50%,#eeeeee), color-stop(51%,#eeeeee), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f6f6f6 0%,#eeeeee 50%,#eeeeee 51%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f6f6f6 0%,#eeeeee 50%,#eeeeee 51%,#e8e8e8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f6f6f6 0%,#eeeeee 50%,#eeeeee 51%,#e8e8e8 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f6f6f6 0%,#eeeeee 50%,#eeeeee 51%,#e8e8e8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}
.expand-header span {
  background-image: url(/custom/files/media/fos_icon_expand_arrow.png);
  background-position: right 5px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  padding-right:20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.fos-expand.open .expand-header span {
  background-position: right -58px;
}
#fos .expand-body {
  display:none;
  margin: 0 20px;
}
#fos .fos-expand.open .expand-body,
#fos #primaryContent .open .expand-body {
  display:block;
}
#primaryContent .expand-body ul.qanda {
  margin: 0 0 25px 0;
}
.expand-body ul.qanda {
  border-top: none;
  padding: 0 0 0 25px;
  position: relative;
  list-style: none;
}
.expand-body ul.qanda ~ ul.qanda{
  border-top: 1px dotted #bbb;
  padding: 20px 0 0 25px;
}
.expand-body ul.qanda li{
  font-weight: bold;
  list-style-image: none;
}
.expand-body ul.qanda li:before{
  content: 'Q';
  position: absolute;
  left: 0;
}
.expand-body ul.qanda li ~ li{
  font-weight: normal;
}
.expand-body ul.qanda li ~ li:before{
  content: 'A';
}
.expand-body ul.qanda li p{
  margin: 0 0 10px 0;
}

#nav {
  display: inline-block;
  margin-bottom: 2px;
  width: 100%;
}
#megamenu_navcontainer {
  background-image: none;
  height: 54px;
  margin: 0 0 0 20px;
  padding: 0;
}
#megamenu_navcontainer div {
  background-image: none;
  height: 54px;
  width: 1022px;
}
#nav_centricMegaMenu {
  height: 54px !important;
}
.sf-menu {
  width: 938px;
}
a#navHomeLink:link,
a#navHomeLink:visited {
  background-image: url(/custom/files/media/fos_menu_buttons_purple.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  float: left;
  height: 54px;
  width: 44px;
}
a#navHomeLink:focus,
a#navHomeLink:hover,
a#navHomeLink:active {
  background-position: 0 -54px;
}
.sf-menu a:focus {
  outline: 5px auto #0088cc;
}
.sf-menu a.sf-with-ul {
  padding-right: inherit;
}
#megamenu_navcontainer .sf-menu > li {
  background-image: url(/custom/files/media/fos_menu_buttons_purple.png);
  background-repeat: no-repeat;
  height: 54px;
}
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_149 {
  background-position: -44px 0;
  width: 110px;
}
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_149:focus,
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_149:hover,
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_149:active {
  background-position: -44px -54px;
}
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_162 {
  background-position: -154px 0;
  width: 148px;
}
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_162:focus,
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_162:hover,
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_162:active {
  background-position: -154px -54px;
}
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_160 {
  background-position: -235px 0;
  width: 91px;
}
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_160:focus,
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_160:hover,
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_160:active {
  background-position: -235px -54px;
}
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_168 {
  background-position: -326px 0;
  width: 128px;
}
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_168:focus,
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_168:hover,
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_168:active {
  background-position: -326px -54px;
}
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_197 {
  background-position: -454px 0;
  margin-right: 3px;
  width: 177px;
}
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_197:focus,
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_197:hover,
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_197:active {
  background-position: -454px -54px;
}
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_4681 {
  background-position: -631px 0;
  width: 115px;
}
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_4681:focus,
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_4681:hover,
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_4681:active {
  background-position: -631px -54px;
}
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_4682 {
  background-position: -747px 0;
  width: 148px;
}
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_4682:focus,
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_4682:hover,
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_4682:active {
  background-position: -746px -54px;
}
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_177 {
  background-position: -895px 0;
  width: 109px;
}
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_177:focus,
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_177:hover,
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_177:active {
  background-position: -895px -54px;
}
.sf-menu a {
  background-image: url(/custom/files/media/fos_menu_arrow_icon.png);
  background-position: right center;
  background-repeat: no-repeat;
  border: none;
  font-family: 'Verdana', sans-serif;
  height: 38px;
  padding: 16px 0 0 13px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_4681 > a {
  background-image: url(/custom/files/media/fos_menu_arrow_icon_consumer.png);
  padding: 16px 0 0 11px;
  background-position: 95px center;
}
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_4682 > a {
  background-image: url(/custom/files/media/fos_menu_arrow_icon_community.png);
}
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_177 > a {
  background-image: url(/custom/files/media/fos_menu_arrow_icon_member.png);
}
ul.navLoginLinkDiv {
  float: right;
  width: 40px;
  height: 54px;
  position: relative;
  margin: 0;
}
ul.navLoginLinkDiv li {
  list-style: none;
}
a#navLoginLink {
  background-image: url(/custom/files/media/fos_menu_buttons_purple.png);
  background-position: -1004px 0;
  background-repeat: no-repeat;
  height: 54px;
  float: right;
  width: 40px;
}
ul.navLoginLinkDiv:focus a#navLoginLink,
ul.navLoginLinkDiv:hover a#navLoginLink,
ul.navLoginLinkDiv:active a#navLoginLink {
  background-position: -1004px -54px;
}
.nav > li > a:hover,
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
  background-image: url(/custom/files/media/fos_menu_arrow_icon.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-color: transparent;
}
.sf-menu ul > h2 {
  font-size: 22px;
  margin: 20px 0 10px;
}
.sf-menu #centricMegaMenuSiteMapPageId_4681 ul > h2 {
  color: #728492;
}
.sf-menu #centricMegaMenuSiteMapPageId_4682 ul > h2 {
  color: #73A7C1;
}
.sf-menu #centricMegaMenuSiteMapPageId_177 ul > h2 {
  color: #365CA0;
}

#megamenu_navcontainer .sf-menu ul {
  background-color: #ffffff;
  background-image: url(/custom/files/media/fos_mega_menu_bg.png);
  background-repeat: repeat-x;
  width: 980px !important;
  height: auto;
  border-left: 1px solid #7d7289;
  border-radius: 0 0 5px 0;
  border-right: 1px solid #7d7289;
  border-bottom: 1px solid #7d7289;
  border-top: none;
  z-index: 999 !important;
  top: 51px;
  padding: 34px 20px 0;
/*  -moz-box-shadow: 3px 2px 9px 0px #aaa;
  -webkit-box-shadow: 3px 2px 9px 0px #aaa;
  box-shadow: 3px 2px 9px 0px #aaa;*/
}
#megamenu_navcontainer .sf-menu #centricMegaMenuSiteMapPageId_4681 ul {
  background-image: url(/custom/files/media/fos_mega_menu_bg_consumer.png);
}
#megamenu_navcontainer .sf-menu #centricMegaMenuSiteMapPageId_4682 ul {
  background-image: url(/custom/files/media/fos_mega_menu_bg_community.png);
}
#megamenu_navcontainer .sf-menu #centricMegaMenuSiteMapPageId_177 ul {
  background-image: url(/custom/files/media/fos_mega_menu_bg_member.png);
}
#megamenu_navcontainer .sf-menu li ul li {
  width: 215px;
  margin-right: 20px;
}
#megamenu_navcontainer .sf-menu li .centricMegaMenuChild {
  width: 215px;
}
#megamenu_navcontainer .sf-menu li .centricMegaMenuChild li {
  width: 215px;
}
#megamenu_navcontainer .sf-menu li .centricMegaMenuChild .centricSiteMapLevel_2 a:link,
#megamenu_navcontainer .sf-menu li .centricMegaMenuChild .centricSiteMapLevel_2 a:visited {
  border-top: medium none;
  background-image: none;
  color: #553e71;
  padding: 0;
  background-color: #ffffff;
  background-image: none;
  text-shadow: none;
  font-weight: bold;
  font-family: 'Arial',sans-serif;
  font-size: 14px;
  margin-top: 20px;
  height: auto;
  background-color: transparent;
}
#megamenu_navcontainer .sf-menu li#centricMegaMenuSiteMapPageId_4681 .centricMegaMenuChild .centricSiteMapLevel_2 a:link,
#megamenu_navcontainer .sf-menu li#centricMegaMenuSiteMapPageId_4681 .centricMegaMenuChild .centricSiteMapLevel_2 a:visited {
  color: #728492;
}
#megamenu_navcontainer .sf-menu li#centricMegaMenuSiteMapPageId_4682 .centricMegaMenuChild .centricSiteMapLevel_2 a:link,
#megamenu_navcontainer .sf-menu li#centricMegaMenuSiteMapPageId_4682 .centricMegaMenuChild .centricSiteMapLevel_2 a:visited {
  color: #73a7c1;
}
#megamenu_navcontainer .sf-menu li#centricMegaMenuSiteMapPageId_177 .centricMegaMenuChild .centricSiteMapLevel_2 a:link,
#megamenu_navcontainer .sf-menu li#centricMegaMenuSiteMapPageId_177 .centricMegaMenuChild .centricSiteMapLevel_2 a:visited {
  color: #365ca0;
}
#megamenu_navcontainer .sf-menu li .centricMegaMenuChild .centricSiteMapLevel_2 a:focus,
#megamenu_navcontainer .sf-menu li .centricMegaMenuChild .centricSiteMapLevel_2 a:hover,
#megamenu_navcontainer .sf-menu li .centricMegaMenuChild .centricSiteMapLevel_2 a:active {
  text-decoration: underline;
}
#megamenu_navcontainer .sf-menu li .centricMegaMenuChild ol .centricSiteMapLevel_3 a:link,
#megamenu_navcontainer .sf-menu li .centricMegaMenuChild ol .centricSiteMapLevel_3 a:visited,
#megamenu_navcontainer .sf-menu li#centricMegaMenuSiteMapPageId_4681 .centricMegaMenuChild .centricSiteMapLevel_2 .centricSiteMapLevel_3 a:link,
#megamenu_navcontainer .sf-menu li#centricMegaMenuSiteMapPageId_4681 .centricMegaMenuChild .centricSiteMapLevel_2 .centricSiteMapLevel_3 a:visited,
#megamenu_navcontainer .sf-menu li#centricMegaMenuSiteMapPageId_4682 .centricMegaMenuChild .centricSiteMapLevel_2 .centricSiteMapLevel_3 a:link,
#megamenu_navcontainer .sf-menu li#centricMegaMenuSiteMapPageId_4682 .centricMegaMenuChild .centricSiteMapLevel_2 .centricSiteMapLevel_3 a:visited,
#megamenu_navcontainer .sf-menu li#centricMegaMenuSiteMapPageId_177 .centricMegaMenuChild .centricSiteMapLevel_2 .centricSiteMapLevel_3 a:link,
#megamenu_navcontainer .sf-menu li#centricMegaMenuSiteMapPageId_177 .centricMegaMenuChild .centricSiteMapLevel_2 .centricSiteMapLevel_3 a:visited {
  color: #666666;
  font-size: 13px;
  font-weight: normal;
  margin: 5px 0 0;
}
#megamenu_navcontainer .sf-menu li#centricMegaMenuSiteMapPageId_6136.sfHover ul {
  display: none !important;
}
.navLoginLinkDiv .centricSiteMapLevel_1 {
  left: -982px;
  position: absolute;background-color: transparent;
  background-image: url(/custom/files/media/fos_mega_menu_bg_member.png);
  background-repeat: repeat-x;
  display: none;
  width: 1022px !important;
  height: auto;
  border-top: none;
  z-index: 999 !important;
  top: 51px;
  padding: 29px 0 0;
  margin: 0;
}
.navLoginLinkDiv:focus .centricSiteMapLevel_1,
.navLoginLinkDiv:hover .centricSiteMapLevel_1,
.navLoginLinkDiv:active .centricSiteMapLevel_1 {
  display: block;
}
.navLoginLinkDiv .centricSiteMapLevel_1 li {
  border-left: 1px solid #7d7289;
  border-radius: 0 0 5px 0;
  border-right: 1px solid #7d7289;
  border-bottom: 1px solid #7d7289;
  float: right;
  height: 275px;
  width: 385px;
  overflow: hidden;
  padding: 10px 0 0;
  background-color: #ffffff;
 }
 #megamenu_navcontainer .navLoginLinkDiv .centricMegaMenuChild {
  background-color: #ffffff;
  height: 100%;
 }
 #megamenu_navcontainer .navLoginLinkDiv div {
  height: auto;
  position: relative;
  width: 100%;
  margin: 0;
 }
 #megamenu_navcontainer .navLoginLinkDiv div h2 {
  color: #365ca0;
  font-size: 22px;
  font-family: 'Verdana',sans-serif;
  padding: 0 17px;
 }
 #megamenu_navcontainer .navLoginLinkDiv div h3 {
  color: #365ca0;
  font-size: 16px;
  font-family: 'Verdana',sans-serif;
  padding: 0 17px;
 }
 #megamenu_navcontainer .navLoginLinkDiv div p {
  margin-bottom: 0px;
  padding: 0 17px;
 }
 #navLoginForm {
  float: left;
  padding: 10px 17px;
  border-bottom: 1px solid #a3a3a3;

  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f7f8f9 50%, #f7f8f9 51%, #ebeef0 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f7f8f9), color-stop(51%,#f7f8f9), color-stop(100%,#ebeef0)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%,#f7f8f9 50%,#f7f8f9 51%,#ebeef0 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%,#f7f8f9 50%,#f7f8f9 51%,#ebeef0 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%,#f7f8f9 50%,#f7f8f9 51%,#ebeef0 100%); /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%,#f7f8f9 50%,#f7f8f9 51%,#ebeef0 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebeef0',GradientType=0 ); /* IE6-9 */
 }
 #megamenu_navcontainer .navLoginLinkDiv div .centricLoginLabel {
  display: none;
 }
 #megamenu_navcontainer .navLoginLinkDiv div .centricLoginInput {
  width: 165px;
  height: 30px;
  margin: 0;
  padding: 0;
  float: none;
  display: inline-block;
 }
 #megamenu_navcontainer .navLoginLinkDiv div #f_username, 
 #megamenu_navcontainer .navLoginLinkDiv div #f_password {
  width: 143px;
  height: 28px;
  padding: 0 10px;
  margin: 0;
  border: 1px solid #c4c4c4;
  outline: none;
  background-color: #fcfcfc !important;
  border-radius: 2px;
  -webkit-appearance: none;
 }
 .centricLoginField {
  width: auto;
 }
 #megamenu_navcontainer .navLoginLinkDiv div .centricLoginField {
  float: left;
  clear: none;
 }
 #megamenu_navcontainer .navLoginLinkDiv div .centricLoginSubmit {
  width: 225px;
 }
 #megamenu_navcontainer .navLoginLinkDiv div .navForgotLink {
  float: right;
  margin-top: 10px;
 }
 #megamenu_navcontainer .sf-menu li .centricMegaMenuChild_Text {
  width: 275px !important;
  margin: 20px 0;
  overflow: hidden;
 }
 #megamenu_navcontainer .sf-menu li .centricMegaMenuChild_Text .centricMegaMenuChild {
  width: 100% !important;
  height: 225px;
  overflow: hidden;
 }
 #megamenu_navcontainer .sf-menu li .centricMegaMenuChild_Text .centricMegaMenuChild .centricMegaMenuText {
  width: 100% !important;
  background-color: transparent;
 }
 #megamenu_navcontainer .sf-menu li .centricMegaMenuChild_Text .centricMegaMenuChild .centricMegaMenuText p {
  padding-left: 0;
  padding-bottom: 10px;
 }
 #megamenu_navcontainer .sf-menu li .centricMegaMenuChild_Text .centricMegaMenuChild .centricMegaMenuText a {
  color: #3b639e;
  text-shadow: none;
  display: inline;
 }
 #megamenu_navcontainer .navLoginLinkDiv div .button_style {
  background-image: url(/custom/files/media/fos_nav_login_button.png);
  border: none;
  background-repeat: no-repeat;
  height: 29px;
  width: 67px;
 }
#menuToggle {
  background-image: url(/custom/files/media/fos_nav_divider.png);
  background-position: right top;
  background-repeat: no-repeat;
  cursor: pointer;
  display: none;
  height: 33px;
  padding: 18px 0 0 14px;
  width: 41px;
}
#menuToggle .icon-bar {
  background-color: #FFFFFF;
  background-image: none;
  background-position: 14px 14px;
  background-repeat: no-repeat;
  border-radius: 1px 1px 1px 1px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  display: block;
  height: 4px;
  line-height: 14px;
  margin-bottom: 2px;
  vertical-align: text-top;
  width: 26px;
}
.centricLoginRetrieveField {
  width: auto;
}
.home #sidebar {
  margin-top: 8px;
}
.home .sidebarBox {
  background-image: url(/custom/files/media/fos_home_side_bg.png);
  padding: 10px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.home .footerImage {
  margin-bottom: 5px;
}
.home .sidebarBox h3 {
  color: #553e71;
  font-family: 'Verdana',sans-serif;
  font-size: 1em;
}
.home #sidebar .sidebarBox p {
  color: #666666;
  font-size: 0.92857em;
  line-height: 15px;
   margin-bottom: 10px;
}
.home .sidebarBox select {
  border: 1px solid #afafaf;
  color: #000000;
  margin: 0 0 5px;
  width: 193px;
}
.home #primaryContent {
  margin-right: 3px;
  margin-top: 8px;
  width: 785px;
}
#homeBanner {
  margin-bottom: 10px;
  overflow: hidden;
  width: 785px;
}
#centricFeed_HomeCarousel {
  position: relative;
  border:1px solid #999999;
  float: left;
  width: 783px;
}
 body.home #homeBanner #container {
  border: none;
  display: inline;
  float: left;
  height: auto;
  margin: 0;
  max-height: 368px;
  overflow: hidden;
  padding: 0;
  width: 100% !important;
}
body.home #homeBanner .yui-skin-sam .yui-carousel-nav {
  background-image: none;
  height: 20px;
  padding: 0;
  position: absolute;
  right: 11px;
  bottom: 15px;
  z-index: 500;
}
body.home #homeBanner span.yui-carousel-button {
  display: none;
}
body.home #homeBanner .yui-skin-sam .yui-carousel-nav ul {
  right: auto;
  margin: 0;
  position: relative;
  top: 0px;
}
body.home #homeBanner .yui-skin-sam .yui-carousel-nav ul li {
  background-image: url(/custom/files/media/fos_template_carousel_pager.png);
  background-position: 0 0;
  cursor: pointer;
  height: 12px;
  margin-top: 0;
  width: 13px;
}
body.home #homeBanner .yui-skin-sam .yui-carousel-nav ul li.yui-carousel-nav-page-selected {
  background-position: 0 -12px;
}
body.home .yui-carousel .yui-carousel-item-selected,
body.home .yui-carousel-element li {
  border: medium none;
  margin: 0;
   height: 368px;
   width:783px;/**/
}
body.home .yui-carousel .carousel-nav {
  position: absolute;
  top: 38%;
  width: 40px;
  height: 50px;
  background-repeat: no-repeat;
  z-index: 30;
  background-position: center;
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
}
body.home .yui-carousel #carousel-nav-prev {
  left: 0;
  background-image: url(/custom/files/media/fos-banner-nav-prev.png);
}
body.home .yui-carousel #carousel-nav-next {
  right: 0;
  background-image: url(/custom/files/media/fos-banner-nav-next.png);
}
body.home .yui-carousel .carousel-play-control {
  position: absolute;
  bottom: 15px;
  z-index: 500;
  right: 110px;
  display: block;
  width: 60px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 7px;
  font-weight: bold;
  color: #365ca0;
  text-decoration: none;

  background: #eee; /* Old browsers */
  background: -moz-linear-gradient(top, #eee 0%, #bbb 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eee), color-stop(100%,#bbb)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eee 0%, #bbb 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eee 0%, #bbb 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #eee 0%, #bbb 100%); /* IE10+ */
  background: linear-gradient(to bottom, #eee 0%, #bbb 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#bbb',GradientType=0 ); /* IE6-9 */
}
body.home .yui-carousel .carousel-play-control:hover {
  text-decoration: none;
  background: #bbb; /* Old browsers */
  background: -moz-linear-gradient(top, #bbb 0%, #eee 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#bbb), color-stop(100%,#eee)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #bbb 0%, #eee 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #bbb 0%, #eee 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #bbb 0%, #eee 100%); /* IE10+ */
  background: linear-gradient(to bottom, #bbb 0%, #eee 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bbb', endColorstr='#eee',GradientType=0 ); /* IE6-9 */
}
body.home #primaryContent #homeBanner ul,
body.home #primaryContent #homeBanner ol {
  margin: 0 auto;
}
body.home #homeBanner .centricFeedDescription p {
  margin: 0;
}
body.home #homeBanner .centricFeedDescription span {
  bottom: 0;
  color: #FFFFFF;
  font-size: 13px;
  left: 0;
  line-height: 15px;
  padding: 15px 230px 15px 10px;
  position: absolute;
  text-align: left;
  background-image: url(/custom/files/media/fos_carousel_text_bg.png);
  background-repeat: repeat;
  height: 60px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body.home #homeBanner .bannerLink {
  background-image: url(/custom/files/media/fos_banner_link_arrow.png);
  background-position: right 4px;
  background-repeat: no-repeat;
  color: #FFFFFF;
  display: inline-block;
  padding: 0 13px 0 0;
  font-size: 13px;
}
body.home .listContent {
  display: inline-block;
  margin-right: 9px;
  vertical-align: top;
  width: 253px;
}
body.home .listContent h2 {
  background-image: url(/custom/files/media/fos_home_list_banner_default.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  color: #585758;
  display: inline-block;
  font-family: 'Verdana',sans-serif;
  font-size: 14px;
  height: 36px;
  margin: 0;
  padding: 17px 0 0 12px;
  width: 241px;
}
body.home #listContent2 h2 {
  background-position:0 -53px;
}
body.home #listContent3 h2 {
  background-position:0 -106px;
}
body.home #listContent3 {
    margin-right: 0;
}
body.home .listContentBox {
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #BBBBBB;
  border-right: 1px solid #BBBBBB;
  min-height: 168px;
  padding: 10px;
  height: 433px;
}
body.home .listContentBox ul {
  margin: 0;
}
body.home .listContentBox li {
  background-image: url(/custom/files/media/fos_unordered_list_style_image_grey.png);
  background-repeat: no-repeat;
  list-style: none outside none;
  margin: 0;
  padding: 3px 0 0 20px;
}
body.home #listContent2 li {
  background-image: url(/custom/files/media/fos_unordered_list_style_image_light_blue.png);
}
body.home #listContent3 li {
  background-image: url(/custom/files/media/fos_unordered_list_style_image_dark_blue.png);
}
body.home .listContentBox li p {
  font-size: 0.92857em;
  line-height: 15px;
  margin-bottom: 5px;
}
body.home #listContent2 li a:link,
body.home #listContent2 li a:visited {
  color: #585758;
}
body.home .listContentBox ul.leftCol{
  display: inline-block;
  width: 124px;
  vertical-align: top;
}
body.home .listContentBox ul.rightCol{
  display: inline-block;
  vertical-align: top;
}
body.home #listContent3 .centricListingGeneral {
  background-image: url(/custom/files/media/fos_unordered_list_style_image_dark_blue.png);
  background-repeat: no-repeat;
  list-style: none outside none;
  margin: 0;
  padding: 3px 0 5px 20px;
  width: auto;
}
body.home #listContent3 .centricListingDivider {
  display: none;
}
body.home #listContent3 a.centricListingLink:link,
body.home #listContent3 a.centricListingLink:visited {
  font-size: 13px;
  line-height: 15px;
}
.utilityLinks {
  display: inline-block;
  padding-top: 4px;
  vertical-align: top;
  width: 100px;
}
#print_this_page_link_image,
#email_this_page_link_image,
.utilityLinkFacebook,
.utilityLinkTwitter {
  float:left;
  margin-right: 2px;
}
.centricPDFThisPageLink {
  float: left;
}
.utilityLinkTwitter {
  margin-right: 0;
}

#search_container {
  width: auto;
}
#search_form #search_input_span input {
  width: auto;
}
.centricListingLinkTitle {
  color: #333333;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 5px 15px;
}
.centricListingContainer {
  border: 1px solid #E7E7E7;
  margin: 0 0 20px;
  padding: 10px 15px;

  background: #F3F3F3; /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 0%, #f2f2f2 50%, #f2f2f2 51%, #ebebeb 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(50%,#f2f2f2), color-stop(51%,#f2f2f2), color-stop(100%,#ebebeb)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fafafa 0%,#f2f2f2 50%,#f2f2f2 51%,#ebebeb 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fafafa 0%,#f2f2f2 50%,#f2f2f2 51%,#ebebeb 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fafafa 0%,#f2f2f2 50%,#f2f2f2 51%,#ebebeb 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fafafa 0%,#f2f2f2 50%,#f2f2f2 51%,#ebebeb 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#ebebeb',GradientType=0 ); /* IE6-9 */
}
.centricListingContainer li {
  list-style: none;
}
body.blog #filterForm_mainbody {
  display:none;
}
body.blog .centricListingTitle .centricListingLink,
.centricListingTitle .centricListingLink {
  font-size: 16px;
  font-weight: bold;
}
.centricListingDate {
  display: inline-block;
  font-style: italic;
  padding: 10px 0;
}
body.blog .date-comment-row {
  padding: 5px 0;
  width: 100%;
  margin: 0 0 15px;
}
body.blog .centricListingDate,
body.blog .centricListingComments,
body.article .pageLastUpdated {
  background-image: url(/custom/files/media/fos_icon_clock.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: inline-block;
  font-style: normal;
  padding: 0 0 0 28px;
  width: 200px;
}
body.blog .centricListingComments {
  background-image: url(/custom/files/media/fos_icon_comment.png);
  background-position: 0 3px;
  color: #365CA0;
  padding: 0 0 0 23px;
}
body.blog .centricListingTags {
  margin: 10px 0;
}
body.blog .centricListingTags .field-title {
  font-weight: bold;
}
body.blog .centricListingDivider {
  background-image: url(/custom/files/media/fos_blog_divider.png);
  background-repeat: repeat-x;
  height: 2px;
}
body.blog .centricListingPaginationResults {display:none;}
body.article h1,
body.article .titleBar h2 {
  margin: 0 0 15px;
}
body.article #main_body-tags {
  font-weight: bold;
}
body.article #main_body-tags a {
  font-weight: normal;
}
body.article .blog_response_heading {
  background-image: url(/custom/files/media/fos_blog_divider.png);
  background-repeat: repeat-x;
}
body.article .blog_response_heading p {
  background-color: #f6f6f6;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-top: 1px solid #dedede;
  display: inline-block;
  margin: 30px 0 0;
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.blog_response_heading p a {
  color: #0088CC;
  text-decoration:none;
}
body.article .blog_response_heading p a {
  color: #000000;
  font-size: 16px;
}
body.article #blog_post_main_body_3 {
  background-color: #f6f6f6;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 0 20px 20px;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body.article #blog_response_panel > .forum_item {
  border-top: none;
}
body.article #blog_response_panel > .forum_item ~ .forum_item {
  border-top: 2px solid #dedede;
}
body.article .forum_item_name {
  background-image: url(/custom/files/media/fos_icon_user.png);
  background-position: 0 center;
  background-repeat: no-repeat;
  color: #365CA0;
  display: inline-block;
  font-weight: normal;
  padding: 0 0 0 20px;
}
body.article .forum_item_date {
  display: inline-block;
  padding-left: 5px;
}
body.article .centricCaptchaLabel {
    width: 100px;
}
body.article .centricCaptchaField,
body.article .centricCaptchaInputDisplay {
  width: auto;
  padding: 0;
}
body.article  .responsiveBlogComments .blog_response_heading {
  background-image: none;
}
body.article .blog_response_heading p {
  background-color: transparent;
  border: medium none;
  margin: 15px 0 0;
}
body.article .blog_post_comments_editor textarea {
  height: 200px;
  width: 145px;
}
#recaptcha_area {
line-height: 1pt;
}
.titleBarNoTitle {
  text-align: right;
}
#tab-control {
  clear: both;
  margin: 10px 0;
}
.nav-tabs li {
  list-style: none;
}
.event-cl-date {
  width: 54px;
  height: auto;
  float: left;
  margin: 15px;
  -moz-box-shadow:    -3px 12px 6px 0 #D2D2D2
  -webkit-box-shadow: -3px 12px 6px 0 #D2D2D2
  box-shadow:         -3px 12px 6px 0 #D2D2D2
}
.eventLeftCol .event-cl-date {
  margin: 0;
}
.event-cl-date-top, .event-cl-date-bottom {
  display: block;
  padding: 4px 2px 5px;
  text-align: center;
}
.event-cl-date-top {
  background-color: #FFF;
  border-left: 1px solid #C5C5C5;
  border-right: 1px solid #C5C5C5;
  border-top: 1px solid #C5C5C5;
}
.event-cl-date-bottom {
  background-color: #553F70;
  color:#FFF;
  border-bottom: 1px solid #422E60;
  border-left: 1px solid #422E60;
  border-right: 1px solid #422E60;
  text-transform: uppercase;
}
.event-cl-content {
  width: 619px;
  float: left;
  margin: 15px 15px 0px 5px;
}
.event-cl-content {
  width: 619px;
  float: right;
  margin: 10px 15px 10px 5px;
}
.event-cl-links {
  border-top: 2px solid #cbcbcb;
  float: right;
  margin: 0 15px 10px 5px;
  padding-top: 5px;
  width: 619px;
}
.event-cl-container {
  float: left;
  padding: 0 10px 10px 10px;
  background: #C9C4D2;
}
.secondDate {
  left: -90px;
  position: absolute;
}
.secondDate .event-cl-date {
  margin: 0 15px;
}
h3.centricListingMonthHeading {
  color:#412d5f;
}
.centricListingMonthGroup > .centricListingResultContainer.event-cl-container {
  padding-top: 10px;
}
.centricListingMonthGroup > .centricListingResultContainer.event-cl-container ~ .centricListingResultContainer.event-cl-container{
  padding-top: 0px;
}
.event-cl-container .editmode_control_toolbar p {
  margin: 0;
  padding: 0;
}
.centricListingMonthGroup {
  float: left;
  margin-bottom: 50px;
}
.event-cl-inner {
  width: 100%;
  float: left;
  margin-top: 0;
  border: 1px solid #A49eA9;
  background: #FFF;
}
.event-cl-title {
  color: #333333;
  font-weight: bold;
  font-size:16px;
}
.event-cl-title a {
  color: #333333;
}
.event-cl-content {
  color: #666666;
}
.event-cl-links a.download,
.eventLinks a.download {
  background-image: url(/custom/files/media/fos_icon_download.png);
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 12px;
  padding: 0 0 0 22px;
}
.event-cl-links a.download span.detail {
  color: #999999;
}
.event-cl-links a.register,
.eventLinks a.register  {
  background-image: url(/custom/files/media/fos_icon_monitor.png);
  background-repeat: no-repeat;
  display: inline-block;
  font-size: 12px;
  /*margin-left: 16px;*/
  padding: 0 0 0 22px;
}
.eventLeftCol {
  display: inline-block;
  vertical-align: top;
  width: 65px;
}
.eventRightCol {
  display: inline-block;
  vertical-align: top;
  width: 634px;
  position: relative;
}
#primaryContent ul.nav-tabs {
  margin: 0;
}
.nav-tabs > li > a {
  color: #333333;
  border: 1px solid #d8d8d8;
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 15px 25px;

  background: #efefef; /* Old browsers */
  background: -moz-linear-gradient(top, #f6f6f6 0%, #efefef 50%, #efefef 51%, #e8e8e8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(50%,#efefef), color-stop(51%,#efefef), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f6f6f6 0%,#efefef 50%,#efefef 51%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f6f6f6 0%,#efefef 50%,#efefef 51%,#e8e8e8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f6f6f6 0%,#efefef 50%,#efefef 51%,#e8e8e8 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f6f6f6 0%,#efefef 50%,#efefef 51%,#e8e8e8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover {
  border: 1px solid #d8d8d8;
  cursor: pointer;
}
#tab-control .nav > li > a:hover,
body.Event #primaryContent .nav > li > a:hover {
  background-image: none;
  background-color: #efefef;
  border: 1px solid #d8d8d8;
}
.titleBarEvent h1 {
  display: inline-block;
  vertical-align: top;
  width: 499px;
}
.eventLinks {
  display: inline-block;
  vertical-align: top;
}
.eventDescription {
  border: 1px solid #CCCCCC;
  clear: both;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
}
.hubCol {
  display:inline-block;
  vertical-align: top;
  margin-right: 14px;
  width:276px;
}
.hubCol.last {
  margin-right: 0px;
}
.hubBox {
  border: 1px solid #CCCCCC;
  margin-bottom:20px;
}
.hubBox h2 {
  color: #333333;
  font-size: 16px;
  margin: 0;
  padding: 12px;

  background: #eeeeee; /* Old browsers */
  background: -moz-linear-gradient(top, #f6f6f6 0%, #eeeeee 50%, #eeeeee 51%, #e8e8e8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(50%,#eeeeee), color-stop(51%,#eeeeee), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f6f6f6 0%,#eeeeee 50%,#eeeeee 51%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f6f6f6 0%,#eeeeee 50%,#eeeeee 51%,#e8e8e8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f6f6f6 0%,#eeeeee 50%,#eeeeee 51%,#e8e8e8 100%); /* IE10+ */
  background: linear-gradient(to bottom, #f6f6f6 0%,#eeeeee 50%,#eeeeee 51%,#e8e8e8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#e8e8e8',GradientType=0 ); /* IE6-9 */
}
.hubBox .centricListingResultContainer {
  border-bottom: 1px solid #CCCCCC;
}
.hubBox .centricListingResultContainer:last-child {
  border-bottom: none;
}
.hubBox .centricListingTitle {
  font-weight: bold;
}
.hubBoxContent {
  padding: 10px;
}
.hub3 #primaryContent {
  margin-right: 0;
  width: 819px;
}
.hub3 .hubCol {
  margin-right: 7px;
  width: 263px;
}
.fos-section-overview img{
  float: left;
  margin: 0 20px 20px 0;
}
.fos-section-overview .section {
  border-top: none;
  padding-bottom: 20px;
}
.fos-section-overview .section ~ .section{
  border-top: 1px dotted #bbb;
}
#primaryContent .fos-section-overview ul {
  margin: 0;
}
.fos-section-overview ul li.section {
  display: inline-block;
  list-style: none;
  margin-right: 3%;
  width: 31%;
  vertical-align: top;
}
.lt-ie9 .fos-section-overview ul li.section,
.fos-section-overview ul li.section{
  margin-right: 2%;
  margin-right: 2%\9;
}
.fos-section-overview ul li.section:nth-child(3n) {
  margin-right: 0;
}
.fos-section-overview ul li.section:nth-child(3n+1) {
  clear: left;
}
.fos-section-overview ul .section ~ .section {
  border-top: none;
}


#homeBanner .flexslider,
#homeBanner .flexslider .slide {
  position: relative;
}

#homeBanner .flexslider .slide .slider-content {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 66px;
  padding: 15px 230px 15px 10px;
  background: url(/custom/files/media/fos_carousel_text_bg.png);
}

#homeBanner .flexslider .slide .slider-body {
  margin: 0;
  line-height: 15px;
}

#homeBanner .flex-control-nav {
  position: absolute;
  bottom: 15px;
  right: 10px;
}
#homeBanner .flex-control-nav li {
  display: inline-block;
  margin: 6px;
  list-style: none;
}
#homeBanner .flex-control-nav li a {
  display: inline-block;
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  text-indent: -999px;
  overflow: hidden;
  background-color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
}

#homeBanner .flex-control-nav li a.flex-active {
  background-color: #b0bb4a;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
}

#homeBanner .flex-direction-nav {
  position: absolute;
  top: 35%;
  width: 100%;
}
#homeBanner .flex-direction-nav li {
  background: url(/custom/files/media/fos_carousel_text_bg.png);
  position: absolute;
  top: 0;
  padding: 5px 2px;
  list-style: none;
}
#homeBanner .flex-direction-nav li a {
  overflow: hidden;
  text-indent: -999px;
  display: block;
  width: 30px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
}
#homeBanner .flex-direction-nav .flex-nav-prev {
  left: 0;
}
#homeBanner .flex-direction-nav .flex-nav-next {
  right: 0;
}
#homeBanner .flex-direction-nav .flex-nav-prev a {
  background-image: url(/custom/files/media/fos-banner-nav-prev.png);
}
#homeBanner .flex-direction-nav .flex-nav-next a {
  background-image: url(/custom/files/media/fos-banner-nav-next.png);
}

#homeBanner .flexslider .flex-pauseplay {
  position: absolute;
  right: 120px;
  bottom: 20px;
}

#homeBanner .flexslider .flex-pauseplay .flex-pause,
#homeBanner .flexslider .flex-pauseplay .flex-play {
  display: block;
  min-width: 40px;
  padding: 5px 10px;
  margin: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
  background-color: #fff;
  color: #163584;
  text-align: center;
  cursor: pointer;
}

#homeBanner .flexslider .flex-pauseplay .flex-pause:hover,
#homeBanner .flexslider .flex-pauseplay .flex-play:hover {
  text-decoration: none;
  background-color: #b0bb4a;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.5);
}



/* Responsive Small Desktop (anything between 1024px and 960px) */
@media (max-width:1062px) and (min-width: 961px) {
  body#fos {
    background-image: url(/custom/files/media/fos_vertical_bg_1000.png);
  }
  #wrapper_inner,
  #footer_inner {
    width: 1000px;
  }
  #sidebarNav {
    margin-right: 28px;
  }
  #primaryContent {
    margin-right: 24px;
    width: 500px;
  }
  .leftColOnly #primaryContent {
    width: 730px;
  }
  .rightColOnly #primaryContent {
    width: 686px;
  }
  #megamenu_navcontainer {
    width: 960px;
  }
  #megamenu_navcontainer div {
    width: 960px
  }
  #nav_centricMegaMenu {
    display: block;
    overflow: inherit;
    height: 54px;
    clear: none;
  }
  .sf-menu {
    width: 876px;
    float: left !important;
    margin: 0 !important;
  }
  .nav-collapse .nav > li > a {
    padding: 16px 0 0 13px;
    font-weight: normal;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
  }
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_197 {
    background-position: -1044px 0;
    width: 112px;
    margin-right: 6px;
  }
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_197:focus,
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_197:hover,
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_197:active {
    background-position: -1044px -54px;
  }
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_197 > a {
    height: 48px;
    padding: 6px 0 0 13px;
  }
  #megamenu_navcontainer .sf-menu ul {
    width: 918px !important;
  }
  .navLoginLinkDiv .centricSiteMapLevel_1 {
    left: -920px;
    width: 960px !important;
  }
  body.home #primaryContent {
    width: 723px;
  }
  body.home #homeBanner {
    width: 723px;
  }
  body.home #centricFeed_HomeCarousel {
    width: 721px;
  }
  body.home #homeBanner .yui-skin-sam .yui-carousel-nav {
    bottom: 13px;
  }
  body.home .yui-carousel .yui-carousel-item-selected,
  body.home .yui-carousel-element li {
    width:723px;
  }
  body.home #homeBanner .centricFeedDescription p img {
    max-width: 785px;
  }
  body.home .listContent h2 {
    background-image: url(/custom/files/media/fos_home_list_banner_desktop.png);
    width :221px;
  }
  body.home .listContent {
    width: 233px;
    margin-right: 8px;
  }
  body.default h1,
  body.default .titleBar h2 {
    width: 396px;
  }
  body.leftColOnly h1,
  body.leftColOnly .titleBar h2 {
    width: 626px;
  }
  body.rightColOnly h1,
  body.rightColOnly .titleBar h2 {
    width: 582px;
  }
  .article .blog_post fieldset {
    width: auto;
  }
  .article .blog_post_name,
  .article .blog_post_email {
    width: 345px;
  }
  .article .blog_post_comments_editor {
    width: 360px;
  }
  .event-cl-content,
  .event-cl-links {
    width: 562px;
  }
  .nav-tabs > li > a {
    padding: 15px 17px;
  }
  .eventRightCol {
    width: 575px;
  }
  body.rightColOnly .titleBarEvent h1 {
    width: 440px;
  }
  .hubCol {
    margin-right: 10px;
    width: 243px;
  }
  .hubCol .centricListingResultSmall {
    float: none;
    width: 100%;
  }
  .hub3 #primaryContent {
    width: 758px;
  }
  .hub3 .hubCol {
    margin-right: 7px;
    width: 243px;
  }
  #megamenu_navcontainer .sf-menu li .centricMegaMenuChild_Text {
    width: 213px !important;
  }
}

/* Responsive Tablet (anything between 768px and 960px) */
@media (max-width:960px) and (min-width: 768px) {
  body#fos {
    background-image: url(/custom/files/media/fos_vertical_bg_768.png);
  }
  #wrapper_inner,
  #footer_inner {
    width: 768px;
  }
  #wrapper {
    background-image: none;
  }
  #pageUtilityLinks {
    display:none;
  }
  #header {
    background-image: none;
  }
  #headerLogo {
    margin: 17px 0 0 10px;
  }
  #headerContact {
    right: 245px;
  }
  #headerSearch {
    right: 10px;
  }
  #content {
    margin: 0;
    padding: 0 10px;
    width:100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  #footer p {
    font-size: 11px;
  }
  .footerLinks {
    left: 10px;
  }
  .footerText {
    right: 10px;
  }
  #primaryContent,
  .leftColOnly #primaryContent {
    width: 530px;
    margin-bottom: 20px;
  }
  .rightColOnly #primaryContent {
    width: 474px;
  }
  #megamenu_navcontainer {
    background-image: url(/custom/files/media/fos_tablet_nav_bg.png);
    background-position: 0 0;
    height: auto;
    margin: 0 0 0 10px;
    padding: 0;
    width: 748px;
  }
  #megamenu_navcontainer div {
    width: 748px;
    position: relative;
    height: auto;
  }
  #menuToggle {
    height: 37px;
  }
  .navbar-inner-expanded #menuToggle {
    height: 32px;
  }
  #megamenu_navcontainer div.nav-collapse {
    height: 0 !important;/*these are overwritten?*/
    width: 724px;
  }
  #menuToggle {
    display: inline-block;
  }
  .sf-menu ul > h2 {
    display: none;
  }
  body #megamenu_navcontainer div.navbar-inner.navbar-inner-expanded {
    float: none;
    width: auto;
  }
  .navbar-inner-expanded,
  #megamenu_navcontainer .navbar-inner-expanded {
    border-radius: 0;
    margin-bottom: 3px;
  }
  body #megamenu_navcontainer div.nav-collapse.collapse {
    display: block;
    background-color: #ffffff;
    width: 748px;
    border-radius: 0;
    position: inherit;
    bottom: auto;
    left: auto;
    background-image: url(/custom/files/media/fos_tablet_menu_item_bg.png);
    background-repeat: repeat;
  }
  #megamenu_navcontainer div.nav-collapse.collapse {
    height: auto !important;
    border-radius: 0 0 10px 10px;
  }
  #nav_centricDynamicMenu .navbar-inner-expanded .centricDynamicMenu ul,
  #nav_centricDynamicMenu .navbar-inner-expanded .centricDynamicMenu li,
  #nav_centricDynamicMenu .navbar-inner-expanded .centricDynamicMenu a,
  #megamenu_navcontainer .navbar-inner-expanded .centricMegaMenu ul,
  #megamenu_navcontainer .navbar-inner-expanded .centricMegaMenu li,
  #megamenu_navcontainer .navbar-inner-expanded .centricMegaMenu a {
    border: none;
    /*background: none repeat scroll 0 0 transparent;*/
    outline: 0;
  }
  #megamenu_navcontainer div.navbar-inner-expanded .centricSiteMapLevel_0 {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  #megamenu_navcontainer .navbar-inner-expanded .centricMegaMenu li {
    background-image: url(/custom/files/media/fos_tablet_menu_item_bg.png);
    background-repeat: repeat-x;
  }
  a#navHomeLink:link,
  a#navHomeLink:visited {
    width: 100%;
    height: 50px;
    background-image: url(/custom/files/media/fos_menu_home_icon.png) !important;
    background-position: 18px 19px;
    background-repeat: no-repeat;
  }
  .sf-menu {
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  #megamenu_navcontainer .sf-menu > li {
    width: 100% !important;
    height: auto;
  }
  #megamenu_navcontainer .navbar-inner-expanded .centricMegaMenu a {
    font-weight: normal;
    padding: 16px 15px 0;
    height: 34px;
    margin: 0;
    font-size: 18px;
  }
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_4681 {
    background-image: url(/custom/files/media/fos_tablet_menu_item_bg_consumer.png);
  }
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_4682 {
    background-image: url(/custom/files/media/fos_tablet_menu_item_bg_community.png);
  }
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_177 {
    background-image: url(/custom/files/media/fos_tablet_menu_item_bg_member.png);
  }
  ul.navLoginLinkDiv {
    background-image: url(/custom/files/media/fos_tablet_menu_item_bg_member.png);
    position: relative;
    float: none;
    display: inline-block;
    height: 50px;
    width: 100%;
  }
  #megamenu_navcontainer .navbar-inner-expanded .centricMegaMenu a#navLoginLink {
    background-image: url(/custom/files/media/fos_menu_lock_icon.png);
    background-position: 14px 13px;
    height: 50px;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #megamenu_navcontainer .sf-menu li:hover ul {
    width: 100% !important;
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
    position: relative;
    top: auto;
    left: auto;
    background-image: none;
    background-color: #ffffff;
  }
  #megamenu_navcontainer .navbar-inner-expanded .centricMegaMenu li li {
    background-image: none;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #megamenu_navcontainer .sf-menu li .centricMegaMenuChild {
    width: 100%;
  }
  #megamenu_navcontainer .sf-menu li .centricMegaMenuChild .centricSiteMapLevel_2 a:link,
  #megamenu_navcontainer .sf-menu li .centricMegaMenuChild .centricSiteMapLevel_2 a:visited {
    border-bottom: 1px solid #cecece;
    height: 27px;
    padding: 10px 0 0 15px;
    margin: 0;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    font-size: 15px;
  }
  #megamenu_navcontainer .sf-menu li .centricMegaMenuChild ol .centricSiteMapLevel_3 a:link,
  #megamenu_navcontainer .sf-menu li .centricMegaMenuChild ol .centricSiteMapLevel_3 a:visited, 
  #megamenu_navcontainer .sf-menu li#centricMegaMenuSiteMapPageId_4681 .centricMegaMenuChild .centricSiteMapLevel_2 .centricSiteMapLevel_3 a:link, 
  #megamenu_navcontainer .sf-menu li#centricMegaMenuSiteMapPageId_4681 .centricMegaMenuChild .centricSiteMapLevel_2 .centricSiteMapLevel_3 a:visited, 
  #megamenu_navcontainer .sf-menu li#centricMegaMenuSiteMapPageId_4682 .centricMegaMenuChild .centricSiteMapLevel_2 .centricSiteMapLevel_3 a:link, 
  #megamenu_navcontainer .sf-menu li#centricMegaMenuSiteMapPageId_4682 .centricMegaMenuChild .centricSiteMapLevel_2 .centricSiteMapLevel_3 a:visited, 
  #megamenu_navcontainer .sf-menu li#centricMegaMenuSiteMapPageId_177 .centricMegaMenuChild .centricSiteMapLevel_2 .centricSiteMapLevel_3 a:link, 
  #megamenu_navcontainer .sf-menu li#centricMegaMenuSiteMapPageId_177 .centricMegaMenuChild .centricSiteMapLevel_2 .centricSiteMapLevel_3 a:visited {
    margin: 0;
    padding: 10px 0 0 30px;
  }
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_4681:focus,
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_4681:hover,
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_4681:active {
    background-position: 0 0;
  }
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_4682:focus,
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_4682:hover,
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_4682:active {
    background-position: 0 0;
  }
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_177:focus,
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_177:hover,
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_177:active {
    background-position: 0 0;
  }
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_4681 > a {
    background-position: right center;
  }
  body.home #primaryContent {
    margin-right: 0;
    width: 511px;
  }
  body.home #homeBanner {
    width: 511px;
  }
  body.home #centricFeed_HomeCarousel {
    width: 509px;
  }
  body.home #homeBanner .yui-skin-sam .yui-carousel-nav {
    bottom: 13px;
  }
  body.home .yui-carousel .yui-carousel-item-selected,
  body.home .yui-carousel-element li {
    width:511px;
  }
  body.home #homeBanner .centricFeedDescription p img {
    max-width: 785px;
  }
  body.home #homeBanner .centricFeedDescription span {
    padding: 15px 120px 15px 10px;
  }
  .default #sidebar {
    display: block;
    margin: 0 auto;
  }
  .rightColOnly #sidebar {
    display: inline-block;
  }
  body.home .listContent h2 {
    background-image: url(/custom/files/media/fos_home_list_banner_tablet.png);
    width :499px;
  }
  body.home .listContent {
    margin-bottom: 10px;
    margin-right: 0;
    width: 511px;
  }
  body.home .listContentBox {
    height: auto;
    min-height: 100%;
  }
  body.default h1,
  body.default .titleBar h2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .utilityLinks {
    margin-bottom: 10px;
  }
  .wide .utilityLinks {
    position: relative;
    right: auto;
  }
  .article .blog_post fieldset {
    width: auto;
  }
  .article .blog_post_name,
  .article .blog_post_email {
    width: 365px;
  }
  .article .blog_post_comments_editor {
    width: 380px;
  }
  .event-cl-content,
  .event-cl-links {
    width: 350px;
  }
  .nav-tabs > li > a {
    font-size: 12px;
    padding: 10px 8px;
  }
  .eventLeftCol {
    float:left;
  }
  .eventRightCol {
    display: inline;
    width: 100%;
  }
  .secondDate {
    left: auto;
    position: relative;
  }
  .secondDate .event-cl-date {
    margin: 0 15px 15px 0;
  }
  body.rightColOnly .titleBarEvent h1{
    display: inline;
    width: auto;
  }
  .eventLinks {
    clear: both;
    display: block;
    padding: 20px 0;
  }
  .hubCol {
    margin: 0;
    width: 100%;
  }
  .hubCol .centricListingResultSmall {
    float: none;
    width: 100%;
  }
  .hub3 #primaryContent {
    width: 545px;
  }
  .hub3 .hubCol {
    margin: 0;
    width: 100%;
  }
  #megamenu_navcontainer .sf-menu li .centricMegaMenuChild_Text {
    display:none;
  }
  #section-overview ul li.section {
    margin-right: 2.9%;
  }
  #section-overview ul li.section:nth-child(3n) {
    margin-right: 0;
  }
}

/* Responsive Phone (anything less than 767px) */
@media (max-width:767px) {
  body {
    padding:0;
  }
  body#fos {
    background-color: #ffffff;
    background-image: none;
  }
  #wrapper {
    background-image: none;
  }
  #wrapper_inner,
  #footer_inner {
    min-width: 320px;
    margin: 0;
    width: auto;
  }
  #pageUtilityLinks {
    display:none;
  }
  #header {
    background-image: none;
    height: 55px;
  }
  #header.menuOpen {
    height: 50px;
  }
  #headerSearch {
    display:none;
  }
  #content {
    margin: 0;
    width: 100%;
  }
  #centricBreadcrumbs {
    border-radius: 0 0 0 0;
  }
  #footer_inner {
    background-image: url(/custom/files/media/fos_footer_bg.png);
  }
  #footer p {
    background-image: url(/custom/files/media/fos_footer_inner_bg.png);
    background-repeat: repeat-x;
    line-height: 15px;
    padding: 20px 10px 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  }
  .footerLinks {
    display: block;
    position:relative;
    left: auto;
  }
  .footerText {
    display: block;
    position:relative;
    right: auto;
  }
  .home #primaryContent,
  #primaryContent,
  .leftColOnly #primaryContent,
  .rightColOnly #primaryContent {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 25px 0 0;
    padding: 0 10px;
    width: 100%;
  }
  #sidebarNav {
    margin: 0;
    width: 100%;
  }
  #family_linksnavcontainer {
    margin: 0 10px;
  }
  #sidebar {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
    margin: 0 auto;
    width: 300px;
  }
  #family_linksnavlist a:link,
  #family_linksnavlist a:visited,
  #family_linksnavlist li li li a:link,
  #family_linksnavlist li li li a:visited {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
  }
  #headerLogo {
    margin: 0;
  }
  #headerContact {
    right: auto;
    top: 12px;
    line-height: 45px;
    min-width: 110px;
  }
  #headerContact a.contactus-link,
  #headerContact .contact-details-wrap {
    display: block;
    width: 100%;
    line-height: 1;
  }
  #headerContact img {
    width: 20px;
  }
  #headerContact {
    min-width: 110px;
  }
  #headerContact .contact {
    width: 100%;
  }
  #headerContact .contact a {
    font-size: 15px;
  }
  #headerContact a.contactus-link {
    font-size: 15px;
  }
  #headerContact .contact td {
    text-align: left;
  }
  #headerContact .contact td img {
    margin-top: 0;
    margin-left: -3px;
  }
  #headerContact .contact-hide-mobile {
    display: none;
  }
  #megamenu_navcontainer {
    background-image: none;
    background-position: 0 0;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
  }
  #megamenu_navcontainer div {
    width: auto;
    position: relative;
    height: auto;
  }
  #menuToggle {
    height: 37px;
    background-image: url(/custom/files/media/fos_mobile_menu_open.png);
    background-position: 0 0;
    background-repeat: repeat-x;
    display: inline-block;
    position: absolute;
    right: 0;
    top: -55px;
  }
  .navbar-inner-expanded #menuToggle {
    height: 37px;
    top: -50px;
  }
  #megamenu_navcontainer div.nav-collapse {
    height: 0 !important;/*these are overwritten?*/
    width: auto;
  }

  body #megamenu_navcontainer div.navbar-inner.navbar-inner-expanded {
    float: none;
    width: auto;
  }
  .navbar-inner-expanded,
  #megamenu_navcontainer .navbar-inner-expanded {
    border-radius: 0;
    margin-bottom: 3px;
  }
  body #megamenu_navcontainer div.nav-collapse.collapse {
    display: block;
    background-color: #ffffff;
    width: auto;
    border-radius: 0;
    position: inherit;
    bottom: auto;
    left: auto;
    background-image: url(/custom/files/media/fos_tablet_menu_item_bg.png);
    background-repeat: repeat;
  }
  #megamenu_navcontainer div.nav-collapse.collapse {
    height: auto !important;
    border-radius: 0 0 10px 10px;
  }
  #nav_centricDynamicMenu .navbar-inner-expanded .centricDynamicMenu ul,
  #nav_centricDynamicMenu .navbar-inner-expanded .centricDynamicMenu li,
  #nav_centricDynamicMenu .navbar-inner-expanded .centricDynamicMenu a,
  #megamenu_navcontainer .navbar-inner-expanded .centricMegaMenu ul,
  #megamenu_navcontainer .navbar-inner-expanded .centricMegaMenu li,
  #megamenu_navcontainer .navbar-inner-expanded .centricMegaMenu a {
    border: none;
    /*background: none repeat scroll 0 0 transparent;*/
    outline: 0;
  }
  #megamenu_navcontainer div.navbar-inner-expanded .centricSiteMapLevel_0 {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  #megamenu_navcontainer .navbar-inner-expanded .centricMegaMenu li {
    background-image: url(/custom/files/media/fos_tablet_menu_item_bg.png);
    background-repeat: repeat-x;
  }
  a#navHomeLink:link,
  a#navHomeLink:visited {
    width: 100%;
    height: 50px;
    background-image: url(/custom/files/media/fos_menu_home_icon.png) !important;
    background-position: 18px 19px;
    background-repeat: no-repeat;
  }
  .sf-menu {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: auto;
  }

  .sf-menu ul > h2 {
    display: none;
  }
  .sf-menu a,
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_4681 > a,
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_4682 > a,
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_177 > a {
    background-image: none;
  }
  #megamenu_navcontainer .sf-menu > li {
    width: 100% !important;
    height: auto;
  }
  #megamenu_navcontainer .navbar-inner-expanded .centricMegaMenu a {
    font-weight: normal;
    padding: 16px 15px 0;
    height: 34px;
    margin: 0;
    font-size: 18px;
  }
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_4681 {
    background-image: url(/custom/files/media/fos_tablet_menu_item_bg_consumer.png);
  }
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_4682 {
    background-image: url(/custom/files/media/fos_tablet_menu_item_bg_community.png);
  }
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_177 {
    background-image: url(/custom/files/media/fos_tablet_menu_item_bg_member.png);
  }
  ul.navLoginLinkDiv {
    background-image: url(/custom/files/media/fos_tablet_menu_item_bg_member.png);
    position: relative;
    float: none;
    display: inline-block;
    height: 50px;
    width: 100%;
  }
  #megamenu_navcontainer .navbar-inner-expanded .centricMegaMenu a#navLoginLink {
    background-image: url(/custom/files/media/fos_menu_lock_icon.png);
    background-position: 14px 13px;
    height: 50px;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  #megamenu_navcontainer .sf-menu li:hover ul {
    width: 100% !important;
    height: auto;
    padding: 0;
    margin: 0;
    border: none;
    position: relative;
    top: auto;
    left: auto;
    background-image: none;
    background-color: #ffffff;
  }
  #megamenu_navcontainer .navbar-inner-expanded .centricMegaMenu li li {
    background-image: none;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    width: 100%;
  }
  #megamenu_navcontainer .sf-menu li .centricMegaMenuChild {
    width: 100%;
  }
  #megamenu_navcontainer .sf-menu li .centricMegaMenuChild .centricSiteMapLevel_2 a:link,
  #megamenu_navcontainer .sf-menu li .centricMegaMenuChild .centricSiteMapLevel_2 a:visited {
    border-bottom: 1px solid #cecece;
    height: auto;
    padding: 10px 0 10px 15px;
    margin: 0;
    border-left: 1px solid #cecece;
    border-right: 1px solid #cecece;
    font-size: 15px;
  }
  #megamenu_navcontainer .sf-menu li .centricMegaMenuChild ol .centricSiteMapLevel_3 a:link,
  #megamenu_navcontainer .sf-menu li .centricMegaMenuChild ol .centricSiteMapLevel_3 a:visited, 
  #megamenu_navcontainer .sf-menu li#centricMegaMenuSiteMapPageId_4681 .centricMegaMenuChild .centricSiteMapLevel_2 .centricSiteMapLevel_3 a:link, 
  #megamenu_navcontainer .sf-menu li#centricMegaMenuSiteMapPageId_4681 .centricMegaMenuChild .centricSiteMapLevel_2 .centricSiteMapLevel_3 a:visited, 
  #megamenu_navcontainer .sf-menu li#centricMegaMenuSiteMapPageId_4682 .centricMegaMenuChild .centricSiteMapLevel_2 .centricSiteMapLevel_3 a:link, 
  #megamenu_navcontainer .sf-menu li#centricMegaMenuSiteMapPageId_4682 .centricMegaMenuChild .centricSiteMapLevel_2 .centricSiteMapLevel_3 a:visited, 
  #megamenu_navcontainer .sf-menu li#centricMegaMenuSiteMapPageId_177 .centricMegaMenuChild .centricSiteMapLevel_2 .centricSiteMapLevel_3 a:link, 
  #megamenu_navcontainer .sf-menu li#centricMegaMenuSiteMapPageId_177 .centricMegaMenuChild .centricSiteMapLevel_2 .centricSiteMapLevel_3 a:visited {
    margin: 0;
    padding: 10px 0 10px 30px;
  }
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_4681:focus,
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_4681:hover,
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_4681:active {
    background-position: 0 0;
  }
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_4682:focus,
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_4682:hover,
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_4682:active {
    background-position: 0 0;
  }
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_177:focus,
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_177:hover,
  #megamenu_navcontainer #centricMegaMenuSiteMapPageId_177:active {
    background-position: 0 0;
  }
  body.home #homeBanner {
    width: 300px;
    margin: 0 auto 10px;
  }
  body.home #centricFeed_HomeCarousel {
    width: 298px;
  }
  body.home #homeBanner .yui-skin-sam .yui-carousel-nav {
    bottom: auto;
    top: 117px;
  }
  body.home .yui-carousel .yui-carousel-item-selected,
  body.home .yui-carousel-element li {
    width: 300px;
    height: 231px;
  }
  body.home .yui-carousel .carousel-nav {
    top: 18%;
  }
  body.home #homeBanner .centricFeedDescription span {
    padding: 15px 15px 15px 10px;
    height: 90px;
  }
  body.home .listContent h2 {
    background-image: url(/custom/files/media/fos_home_list_banner_mobile.png);
    height: 29px;
    padding: 9px 0 0 12px;
    width: 288px;
  }
  body.home #listContent2 h2 {
    background-position: 0 -38px;
  }
  body.home #listContent3 h2 {
    background-position: 0 -76px;
  }
  body.home .listContent,
  body.home #listContent3 {
    display: block;
    margin: 0 auto 10px;
    width: 300px;
  }
  body.home #listContent3 {
    margin: 0 auto;
  }
  body.home .listContentBox {
    height: auto;
    min-height: 100%;
  }
  #sidebar > div {
    background-repeat: repeat;
  }
  .linkDisputeBox {
    padding: 14px 43px;
  }
  .boxesWithTitle {
    padding: 14px 40px;
  }
  body.default h1,
  body.leftColOnly h1,
  body.rightColOnly h1,
  body.default .titleBar h2,
  body.leftColOnly .titleBar h2,
  body.rightColOnly .titleBar h2 {
    width: 100%;
    margin-bottom: 10px;
  }
  .utilityLinks {
    margin-bottom: 10px;
  }
  .wide .utilityLinks {
    position: relative;
    right: auto;
  }
  .event-cl-container {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
  }
  .event-cl-inner {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
  }
  .event-cl-date {
    clear: both;
    float: none;
    margin: 15px auto;
  }
  .event-cl-content,
  .event-cl-links {
    float: none;
    margin: 10px 0;
    text-align: left;
    width: 100%;
  }
  .event-cl-links a.download,
  .event-cl-links a.register {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 0 10px 0;
    width: 100%;
  }
  #tab-control .nav-tabs li {
    width: 100%;
  }
  .eventLeftCol {
    float:left;
  }
  .eventRightCol {
    display: inline;
    width: 100%;
  }
  .secondDate {
    float: left;
    left: auto;
    position: relative;
  }
  .secondDate .event-cl-date {
    margin: 0 15px 15px 0;
  }
  body.rightColOnly .titleBarEvent h1{
    display: inline;
    width: auto;
  }
  .eventLinks {
    clear: both;
    display: block;
    padding: 20px 0;
  }
  .hubCol {
    margin: 0;
    width: 100%;
  }
  .hubCol .centricListingResultSmall {
    float: none;
    width: 100%;
  }
  .hub3 #primaryContent {
    width: 100%;
  }
  .hub3 .hubCol {
    margin: 0;
    width: 100%;
  }
  #megamenu_navcontainer .sf-menu li .centricMegaMenuChild_Text {
    display:none;
  }
  .eventRightCol h2 img {
    float:none !important;
  }
  .blog_post_name,
  .blog_post_email,
  .blog_post fieldset {
    width: auto;
  }
  .blog_post_comments_editor {
    height: 235px;
    width: 170px;
  }
  body.article #blog_post_main_body_3 {
    padding: 0 10px 20px;
  }
  #recaptcha_area {
    margin: 0 0 0 -17px;
  }
  #section-overview ul li{
    margin-right: 0;
    margin-bottom:20px;
    width: 100%;
  }
  #section-overview ul .section ~ .section {
    border-top: 1px dotted #bbb;
  }

  #homeBanner .flexslider .slide .slider-content {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
   /* min-height: 135px;
    padding: 15px 15px 40px;*/
    min-height: 105px;
    padding: 15px;
    background: url(/custom/files/media/fos_carousel_text_bg.png);
  }

  #homeBanner .flex-control-nav {
    display: none;
  }

  #homeBanner .flex-direction-nav {
    display: none;
  }

  #homeBanner .flexslider .flex-pauseplay {
    /*right: 15px;
    bottom: 15px;*/
    display: none;
  }
  .default.About.Us .centricGeneral#main_body table {
    width: 100% !important;
  }
  .default.About.Us .centricGeneral#main_body table td {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
  .default.About.Us .centricGeneral#main_body table td p {
    margin: 0;
  }
}

@media (max-width:479px) {
  #headerContact .contact tr:last-child td a {
    display: block;
  }
  #headerContact .contact td img {
    width: 16px;
  }
}

#megamenu_navcontainer #centricMegaMenuSiteMapPageId_1125,
#megamenu_navcontainer #centricMegaMenuSiteMapPageId_2508
{
  display:none;
}

/**
 * Print CSS (repeated for PDF further down)
 */
@media print {
  * {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after,
  a:after,
  a[href]:after {
      content: "";
  }
  pre,
  blockquote {border: 1px solid #999;
      page-break-inside: avoid;}
  thead {display: table-header-group; /* h5bp.com/t */}
  tr,
  img {page-break-inside: avoid;}
  img { max-width: 100% !important;}
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {orphans: 3;
    widows: 3;}

  #pageUtilityLinks,
  #headerContact,
  #headerSearch,
  #nav,
  #sidebarNav,
  .utilityLinks,
  #sidebar,
  span.footerLinks {
    display: none !important;
  }
  #centricBreadcrumbs {border: none !important;}
  #centricBreadcrumbs ul {
    -moz-box-sizing: border-box !important;
    margin: 7px 0 !important;
    width: 100% !important;
  }
  #centricBreadcrumbs ul li{line-height: 15px !important;display:block;}
  h1 {width:100%;}
  #primaryContent {
    display: inline !important;
    float: none !important;
    margin: 25px 0 0 !important;
    padding: 0 !important;
    width:100% !important;
  }
}
/**
 * PDF this page CSS
 */
.pdfThisPage a,
.pdfThisPage a:visited {text-decoration: underline;}
    /*
     * Don't show links for images, or javascript/internal links
     */
body.pdfThisPage .ir a:after,
body.pdfThisPage a[href^="javascript:"]:after,
body.pdfThisPage a[href^="#"]:after,
body.pdfThisPage a:after,
body.pdfThisPage a[href]:after {content: "";}
body.pdfThisPage pre,
body.pdfThisPage blockquote {border: 1px solid #999;page-break-inside: avoid;}
body.pdfThisPage thead {display: table-header-group; /* h5bp.com/t */}
body.pdfThisPage tr,
body.pdfThisPage img {page-break-inside: avoid;}
body.pdfThisPage img { max-width: 100% !important;}
body.pdfThisPage p,
body.pdfThisPage h2,
body.pdfThisPage h3 {orphans: 3;widows: 3;}
body.pdfThisPage #pageUtilityLinks,
body.pdfThisPage #headerContact,
body.pdfThisPage #headerSearch,
body.pdfThisPage #nav,
body.pdfThisPage #sidebarNav,
body.pdfThisPage .utilityLinks,
body.pdfThisPage #sidebar,
body.pdfThisPage span.footerLinks {display: none !important;}
body.pdfThisPage #centricBreadcrumbs {border: none !important;}
body.pdfThisPage #centricBreadcrumbs ul {
  -moz-box-sizing: border-box !important;
  margin: 7px 0 !important;
  width: 100% !important;
}
body.pdfThisPage #centricBreadcrumbs ul li{line-height: 15px !important;display:block;}
body.pdfThisPage h1 {width:100%;}
body.pdfThisPage #primaryContent {
  display: inline !important;
  float: none !important;
  margin: 25px 0 0 !important;
  padding: 0 !important;
  width:100% !important;
}
body#fos.pdfThisPage .fos-expand .expand-body {display: block;}

.fancybox-inner video {
  max-width: 100%;
}
.locationLink {
  color: #999999;
  float: right;
}
.sidebarBox ul.eventListingContainer {
  width: 164px;
}
.utilityLinks .at15t_facebook {
  background-image: url(/custom/files/media/fos_utility_icon_facebook.png);
  background-position: 0 0;
  width: 12px;
  height: 15px;
}
.utilityLinks .at15t_twitter {
  background-image: url(/custom/files/media/fos_utility_icon_twitter.png);
  background-position: 0 0;
  width: 17px;
  height: 15px;
}
.addthis_default_style .at300b {
  padding: 0;
}
#primaryContent .checkbox-label-row .centricFormCheckbox {
  display: inline-block;
  margin: 0 5px 0 0;
}
#primaryContent .checkbox-label-row label {
  display: inline-block;
}
#centricSiteMapDiv ul ul{
  margin: 0 0 0 25px;
}
.headerImage {
  height:7px;
  margin:0;
  padding:0;
}
.headerImage img {
  display: block;
}
@media (min-width: 768px) {
body.home .listContent { 
  display: block; 
  float:left; 
}
#sidebar { 
  float:right; 
  display:block; 
}
.home #primaryContent { 
  float:left; 
  display:block; 
}
#footer{
  display: inline-block;
}
#sidebarNav{
  float:left;
}
}
/*Styles for responsive iframe member welcome*/
#iframe-member .left
{
float: left;
width: 75%;
}
#iframe-member  .left h2
{
  padding-right: 25px;
}
#iframe-member  .left p
{
  padding-right: 25px;
}
#iframe-member  .right
{
    float: right;
    text-align: left;
    width: 25%;
    background-color: #EEE;
}
#iframe-member  .right h2
{
  padding-left: 10px;
}

#iframe-member  .right p
{
  padding-left: 10px;
}

@media (max-width:767px) {
#iframe-member .left
{
float:none;
width:100%;
}
#iframe-member .right
{
float:none;
width:100%;
background-color: #EEE;
}
#iframe-member  .right h2
{
  padding-left: 10px;
}

#iframe-member  .right p
{
  padding-left: 10px;
}
}
/*End Styles for responsive iframe member welcome*/

/* For modern browsers */
#iframe-member:before,
#iframe-member:after {
    content:"";
    display:table;
}
#iframe-member:after {
    clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
#iframe-member {
    zoom:1;
}

.js-skip {
  position: absolute;
  top: -1000px;
  left: -1000px;
  height: 1px;
  width: 1px;
  text-align: left;
  overflow: hidden;
}

a.js-skip:active,
a.js-skip:focus,
a.js-skip:hover {
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  overflow: visible;
}
