@import url(/custom/js/fonts/icomoon/style.css);
/* Base Variables (ONLY MODIFY DO NOT DELETE) */
/** 
font-family:'Open Sans';
font-family:'DIN Next W01 Light';
font-family:'DIN Next W01 Medium';
font-family:'DIN Next W01 Regular';
**/
/* Text direction settings (ONLY MODIFY DO NOT DELETE) */
/* Clears the default browser styles of the select field.
 * Only works for modern browsers
 * use this if you want a pretty select field
 */
/* normalize.css v2.0.1 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

/*
 * Corrects `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/*
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/*
 * Addresses styling for `hidden` attribute not present in IE 8/9.
 */
[hidden] {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/*
 * 1. Sets default font family to sans-serif.
 * 2. Prevents iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

/*
 * Removes default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/*
 * Addresses `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/*
 * Improves readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/*
 * Addresses `h1` font sizes within `section` and `article` in Firefox 4+,
 * Safari 5, and Chrome.
 */
h1 {
  font-size: 2em; }

/*
 * Addresses styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/*
 * Addresses style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: normal; }

/*
 * Addresses styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/*
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/*
 * Corrects font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/*
 * Improves readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

/*
 * Sets consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/*
 * Addresses inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Prevents `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/*
 * Removes border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/*
 * Corrects overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/*
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/*
 * 1. Corrects color not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Corrects font family not being inherited in all browsers.
 * 2. Corrects font size not being inherited in all browsers.
 * 3. Addresses margins set differently in Firefox 4+, Safari 5, and Chrome
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/*
 * Addresses Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/*
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Corrects inability to style clickable `input` types in iOS.
 * 3. Improves usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/*
 * Re-set default cursor for disabled elements.
 */
button[disabled],
input[disabled] {
  cursor: default; }

/*
 * 1. Addresses box sizing set to `content-box` in IE 8/9.
 * 2. Removes excess padding in IE 8/9.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/*
 * 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/*
 * Removes inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/*
 * Removes inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/*
 * 1. Removes default vertical scrollbar in IE 8/9.
 * 2. Improves readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

/* Base Rules */
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: transparent; }

/* apply a natural box layout model to all elements */
*, *:after, *:before {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a img {
  border: none; }

p a, p a:visited {
  line-height: inherit; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

#editmode_html_head {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }
  #editmode_html_head *, #editmode_html_head *:after, #editmode_html_head *:before {
    -moz-box-sizing: inherit; }

.editmode_icon_bar a {
  float: left; }

#centricEditModeLink {
  z-index: 99999; }

body div.editmode_icon_bar {
  text-align: left;
  margin: 0; }

#editmode_icons #editmode_icons_1,
#editmode_icons #editmode_icons_2 {
  height: 32px; }

#outer-wrap {
  min-width: 320px;
  overflow: visible;
  position: relative;
  width: 100%; }
  #outer-wrap img {
    height: auto; }

#inner-wrap {
  background-color: #ffffff;
  position: relative; }

.outer > div {
  min-width: 320px; }

.outer:before,
.outer:after {
  content: " ";
  display: table;
  clear: both; }

p.listingAddTextLink,
.carouselSection p.listingAddTextLink {
  padding: 0;
  margin: 0;
  line-height: 0px;
  font-size: 0; }

.carouselSection .carousel-indicators {
  bottom: 15px;
  top: auto; }

/* Layout Rules */
.wrap-left {
  float: left;
  margin: 9px 9px 9px 0; }

.wrap-right {
  float: right;
  margin: 0 0 9px 9px; }

/* Base styles (320+) =================================================== */
b, strong {
  font-weight: 600; }

.navWrapper {
  background-color: #ffffff;
  border-bottom: 1px solid #c9d1d8;
  box-shadow: 0px 3px 5px #eee; }
  .navWrapper .navigation {
    background-color: #ffffff; }
    .navWrapper .navigation a.homeIcon {
      display: none; }

.shareThis {
  display: none;
  float: left; }

.saLogoWrapper {
  display: none; }

.logo {
  text-indent: -9999px;
  background-image: url("/custom/files/media/bsa_logo.png");
  background-repeat: no-repeat;
  width: 398px;
  height: 45px;
  display: none; }

.breadcrumbsContainer {
  background-color: #e4eaee;
  overflow: hidden;
  padding: 10px 0; }
  .breadcrumbsContainer #breadcrumbs {
    padding: 0 20px; }
    .breadcrumbsContainer #breadcrumbs #centricBreadcrumbs ul li {
      font-weight: 700; }
      .breadcrumbsContainer #breadcrumbs #centricBreadcrumbs ul li span {
        font-weight: 400;
        text-decoration: none;
        font-size: 12px;
        font-size: 1.2rem; }
      .breadcrumbsContainer #breadcrumbs #centricBreadcrumbs ul li a {
        font-weight: 700;
        text-decoration: none;
        font-size: 12px;
        font-size: 1.2rem; }
        .breadcrumbsContainer #breadcrumbs #centricBreadcrumbs ul li a span {
          font-weight: 700; }

#centricEditModeLink {
  background-color: #eee;
  top: 96px; }

#nav {
  width: 100%; }
  #nav .nav-row {
    *zoom: 1;
    margin: 0 -20px; }
    #nav .nav-row:before, #nav .nav-row:after {
      content: " ";
      display: table; }
    #nav .nav-row:after {
      clear: both; }
  #nav .logo-div {
    float: left; }
    #nav .logo-div a {
      font-size: 45px;
      font-size: 4.5rem;
      line-height: 67px;
      line-height: 6.7rem;
      color: #FFF;
      display: block;
      height: 55px;
      width: auto;
      text-decoration: none;
      padding-left: 10px;
      background-image: url("/custom/files/media/bsa_logo_mobile_2x.png");
      background-size: 177px 25px;
      background-repeat: no-repeat;
      width: 190px;
      margin: 0;
      background-position: 10px 15px; }
      #nav .logo-div a i {
        line-height: 67px;
        line-height: 6.7rem; }
  #nav .btn-div {
    float: right;
    background-color: #d9001a; }
    #nav .btn-div:hover {
      background-color: #f6666d; }
  #nav .btn-div.menu {
    background-color: #f6666d; }
    #nav .btn-div.menu:hover {
      background-color: #d9001a; }
  #nav #nav-toggle-btn, #nav #search-toggle-btn {
    display: block;
    width: 55px;
    height: 55px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 55px;
    line-height: 5.5rem;
    color: #FFF;
    text-align: center; }
  #nav .centricSiteMapLevel_0 {
    display: block;
    float: none;
    max-height: 700px;
    width: auto;
    margin: 0 -20px;
    padding: 0;
    list-style: none;
    background-color: #e9edf0; }
    #nav .centricSiteMapLevel_0 li {
      margin: 0;
      padding: 0;
      display: block;
      float: none;
      background: transparent;
      border: none; }
      #nav .centricSiteMapLevel_0 li a {
        display: block;
        color: #333;
        background-color: #fff;
        padding: 20px;
        text-decoration: none;
        text-transform: uppercase;
        float: none;
        background: transparent;
        border: none;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: bold; }
        #nav .centricSiteMapLevel_0 li a .sf-sub-indicator {
          display: none; }
      #nav .centricSiteMapLevel_0 li .descriptionBox {
        display: none; }
      #nav .centricSiteMapLevel_0 li ul {
        background: transparent;
        padding: 0;
        margin: 0; }
        #nav .centricSiteMapLevel_0 li ul li a {
          padding-left: 35px; }
        #nav .centricSiteMapLevel_0 li ul li ul li a {
          padding-left: 50px; }
    #nav .centricSiteMapLevel_0.sf-menu {
      max-height: 0;
      overflow: hidden; }

.search {
  background-color: #e9edf0;
  padding: 0 !important;
  display: none; }
  .search #search_basic {
    float: none;
    width: 100%;
    height: 60px; }
    .search #search_basic #search_basic_form fieldset {
      margin: 0;
      padding: 0;
      background: none; }
    .search #search_basic #search_basic_form #search_basic_str {
      float: right;
      width: 80%;
      padding: 8px 10px 9px 0px; }
      .search #search_basic #search_basic_form #search_basic_str input {
        width: 80%;
        margin: 0;
        background-color: #fff;
        box-shadow: none;
        border: none;
        padding: 10px; }
        .search #search_basic #search_basic_form #search_basic_str input:focus {
          background-color: #fff; }
    .search #search_basic #search_basic_form #search_basic_button input {
      text-indent: -9999px;
      border: 0;
      height: 60px;
      width: 60px; }

.search-visible {
  display: block; }

#title h1 {
  padding-bottom: 30px;
  border-bottom: 1px solid #c4ced6; }

#outer-wrap {
  /* clearfix for carousel */ }
  #outer-wrap .button,
  #outer-wrap a.button {
    background-color: #e9edf0;
    display: block;
    padding: 18px 0;
    color: #FFF;
    border: 6px solid rgba(0, 6, 13, 0.25);
    text-decoration: none;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 18px;
    line-height: 1.8rem;
    font-style: normal;
    font-family: "Open Sans", arial, sans-serif;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 1px 0 rgba(255, 132, 132, 0.61) inset;
    -moz-box-shadow: 0 1px 1px 0 rgba(255, 132, 132, 0.61) inset;
    box-shadow: 0 1px 1px 0 rgba(255, 132, 132, 0.61) inset;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-background-clip: padding;
    -moz-background-clip: padding;
    background-clip: padding-box; }
    #outer-wrap .button:hover,
    #outer-wrap a.button:hover {
      -webkit-background-clip: padding;
      -moz-background-clip: padding;
      background-clip: padding-box;
      background-color: #d9001a; }
  #outer-wrap .fadeAuto,
  #outer-wrap .fadeDelayShort,
  #outer-wrap .fadeDelayLong {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  #outer-wrap .fadeAuto {
    -webkit-transition: opacity 500ms, -webkit-transform 500ms;
    -moz-transition: opacity 500ms, -moz-transform 500ms;
    -o-transition: opacity 500ms, -o-transform 500ms;
    transition: opacity 500ms, transform 500ms; }
  #outer-wrap .fadeDelayShort {
    -webkit-transition: opacity 500ms, -webkit-transform 500ms;
    -webkit-transition-delay: 250ms, 250ms;
    -moz-transition: opacity 500ms 250ms, -moz-transform 500ms 250ms;
    -o-transition: opacity 500ms 250ms, -o-transform 500ms 250ms;
    transition: opacity 500ms 250ms, transform 500ms 250ms; }
  #outer-wrap .fadeDelayLong {
    -webkit-transition: opacity 500ms, -webkit-transform 500ms;
    -webkit-transition-delay: 500ms, 500ms;
    -moz-transition: opacity 500ms 500ms, -moz-transform 500ms 500ms;
    -o-transition: opacity 500ms 500ms, -o-transform 500ms 500ms;
    transition: opacity 500ms 500ms, transform 500ms 500ms; }
  #outer-wrap .fadeAuto.fadeIn,
  #outer-wrap .fadeDelayShort.fadeIn,
  #outer-wrap .fadeDelayLong.fadeIn {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  #outer-wrap .crsl-items .crsl-wrap {
    *zoom: 1; }
    #outer-wrap .crsl-items .crsl-wrap:before, #outer-wrap .crsl-items .crsl-wrap:after {
      content: " ";
      display: table; }
    #outer-wrap .crsl-items .crsl-wrap:after {
      clear: both; }

/* Home Styles */
.home .titleSection {
  margin-bottom: 0; }
  .home .titleSection > div {
    height: 448px;
    background-position: center;
    background-size: cover; }
  .home .titleSection h1 {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 132px;
    margin-bottom: 40px;
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 38px;
    line-height: 3.8rem;
    color: #FFF;
    font-family: "Open Sans", arial, sans-serif;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25);
    text-align: center; }
    .home .titleSection h1 .strong {
      font-family: "Open Sans", arial, sans-serif;
      display: block; }
  .home .titleSection p {
    margin: 0; }
  .home .titleSection .info {
    display: none; }
  .home .titleSection .button {
    width: 260px;
    margin: 0 auto; }
.home .carouselSection .carouselHeading {
  width: 100%;
  border-bottom: 1px solid #e2e7ec;
  padding: 20px 0;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem; }
  .home .carouselSection .carouselHeading p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-size: 1.8rem; }
.home .carouselSection .carouselContainer {
  width: 280px;
  min-width: 280px;
  margin: 0 auto;
  overflow: hidden; }
  .home .carouselSection .carouselContainer .crsl-items {
    padding-left: 80px; }
    .home .carouselSection .carouselContainer .crsl-items .crsl-item {
      max-width: 140px;
      margin-right: 0px !important; }
      .home .carouselSection .carouselContainer .crsl-items .crsl-item .clientThumbLink {
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        vertical-align: middle; }
        .home .carouselSection .carouselContainer .crsl-items .crsl-item .clientThumbLink .clientThumb {
          width: auto;
          height: auto;
          max-width: 100%;
          max-height: 100%; }
.home .cmsTabContent {
  display: none; }
.home .cmsTabBar {
  background: #e9edf0; }
  .home .cmsTabBar .cmsTabButton {
    color: #FFF;
    display: block;
    padding: 29px 28px;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: "Open Sans", arial, sans-serif;
    border-bottom: 1px solid #ea667f;
    cursor: pointer;
    min-height: 105px;
    *zoom: 1; }
    .home .cmsTabBar .cmsTabButton:before, .home .cmsTabBar .cmsTabButton:after {
      content: " ";
      display: table; }
    .home .cmsTabBar .cmsTabButton:after {
      clear: both; }
    .home .cmsTabBar .cmsTabButton .tabico {
      width: 70px;
      height: 52px;
      display: block;
      float: left;
      margin-right: 15px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 70px auto; }
    .home .cmsTabBar .cmsTabButton .tabico-wcm {
      background-image: url("/custom/files/media/tab-icon-wcm-mobile.png"); }
    .home .cmsTabBar .cmsTabButton .tabico-icm {
      background-image: url("/custom/files/media/tab-icon-icm-mobile.png"); }
    .home .cmsTabBar .cmsTabButton .tabico-dm {
      background-image: url("/custom/files/media/tab-icon-dm-mobile.png"); }
    .home .cmsTabBar .cmsTabButton .tabico-wap {
      background-image: url("/custom/files/media/tab-icon-wap-mobile.png"); }
    .home .cmsTabBar .cmsTabButton .tabico-mm {
      background-image: url("/custom/files/media/tab-icon-mm-mobile.png"); }

.homeTwitterBox {
  height: 550px; }
  .homeTwitterBox iframe {
    height: 550px; }

/* Default Styles */
.titleSection {
  width: 100%;
  margin-bottom: 45px; }
  .titleSection > div {
    background-image: url(/custom/files/media/book-pen-tablet-mobile.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
    height: 298px; }
  .titleSection h1 {
    margin: 134px 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-size: 3.6rem;
    font-family: "Open Sans", arial, sans-serif;
    font-weight: normal;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.25); }

.pricingFormSection {
  background-color: #475664; }

#primary_container ul {
  list-style-type: none;
  padding: 0; }
  #primary_container ul li {
    background-image: url("/custom/files/media/bsa_bullet_dot.png");
    background-repeat: no-repeat;
    padding: 4px 23px;
    background-position: 0 50%; }

#primary_container ul.rss,
#secondary_container ul.rss {
  list-style: none; }
  #primary_container ul.rss li,
  #secondary_container ul.rss li {
    border-bottom: 1px solid #b5c1ca;
    padding: 28px 0;
    font-size: 0px;
    background-image: none; }
    #primary_container ul.rss li a.rss,
    #secondary_container ul.rss li a.rss {
      display: inline-block;
      vertical-align: top;
      width: 100%;
      text-decoration: none;
      background-color: #6e8393;
      font-size: 14px;
      font-size: 1.4rem;
      margin-top: 20px;
      color: #fff;
      padding: 20px 10px;
      text-align: center;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      #primary_container ul.rss li a.rss:hover,
      #secondary_container ul.rss li a.rss:hover {
        background-color: #d9001a; }
      #primary_container ul.rss li a.rss:before,
      #secondary_container ul.rss li a.rss:before {
        font-family: 'icomoon';
        content: '\e616';
        margin-right: 10px;
        color: #fff;
        font-size: 18px;
        font-size: 1.8rem; }
    #primary_container ul.rss li p,
    #secondary_container ul.rss li p {
      margin: 0;
      width: 100%;
      display: inline-block;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      vertical-align: top; }
    #primary_container ul.rss li h3, #primary_container ul.rss li h2,
    #secondary_container ul.rss li h3,
    #secondary_container ul.rss li h2 {
      font-size: 22px;
      font-size: 2.2rem;
      font-weight: 600; }
      #primary_container ul.rss li h3 a, #primary_container ul.rss li h2 a,
      #secondary_container ul.rss li h3 a,
      #secondary_container ul.rss li h2 a {
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: 600;
        color: #333;
        text-decoration: none; }
        #primary_container ul.rss li h3 a:hover, #primary_container ul.rss li h2 a:hover,
        #secondary_container ul.rss li h3 a:hover,
        #secondary_container ul.rss li h2 a:hover {
          text-decoration: underline; }

#secondary_container ul.rss,
body.indexlisting #primary_container ul.rss {
  padding: 0;
  margin: 0; }
  #secondary_container ul.rss li,
  body.indexlisting #primary_container ul.rss li {
    padding: 0; }
    #secondary_container ul.rss li a,
    body.indexlisting #primary_container ul.rss li a {
      margin-top: 0px;
      width: 100%; }

body.indexlisting .slider {
  margin-top: 27px; }
  body.indexlisting .slider .homeslider {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px; }

/* Client Spotlight */
.spotlightSection {
  padding: 40px 0; }
  .spotlightSection h2 {
    font-size: 32px;
    font-size: 3.2rem;
    color: #dc0029;
    text-align: center;
    border-top: 1px solid #d0d8e0;
    padding: 35px 0 15px; }
  .spotlightSection p.desc {
    padding: 30px 30px 14px;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    color: #333; }
  .spotlightSection .btnWrapper {
    padding: 0;
    margin: 0;
    text-align: center; }
    .spotlightSection .btnWrapper a {
      border: 1px solid #9da6ac;
      border-radius: 8px;
      font-size: 18px;
      font-size: 1.8rem;
      padding: 18px 22px;
      color: #333;
      text-align: center;
      text-decoration: none; }
      .spotlightSection .btnWrapper a:hover {
        background: #dc1728;
        color: #fff;
        border-color: #dc1728; }
  .spotlightSection .spotlight img {
    width: 100%; }

/* Default Article Styles */
.article .breadcrumbsContainer .centricBreadcrumbsLink {
  text-decoration: none;
  font-weight: 700;
  color: #333333;
  font-size: 14px;
  font-size: 1.4rem; }
.article #primary_container {
  padding-bottom: 20px; }
  .article #primary_container #title {
    border-bottom: 1px #cfcfcf solid;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px; }
    .article #primary_container #title h1 {
      border: none;
      padding: 0px; }
  .article #primary_container #article-metadata-heading {
    height: 41px;
    padding: 11px 0px;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 600; }
    .article #primary_container #article-metadata-heading a {
      text-decoration: none;
      color: #d9001a;
      font-weight: 700; }
  .article #primary_container #article-banner {
    margin-left: -20px;
    margin-right: -20px; }
    .article #primary_container #article-banner img {
      display: block;
      width: 100%; }
    .article #primary_container #article-banner .banner-caption {
      width: 100%;
      display: block;
      background-color: #000000;
      border: none;
      color: #FFFFFF;
      margin: 0;
      padding: 10px;
      font-size: 12px; }
  .article #primary_container #article-metadata-topics {
    margin-left: -20px;
    margin-right: -20px; }
    .article #primary_container #article-metadata-topics .share {
      width: 103px;
      height: 44px;
      display: block;
      float: left;
      background-color: #d9001a;
      color: white;
      text-decoration: none;
      text-align: center;
      padding: 13px 0px 0px;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 600; }
      .article #primary_container #article-metadata-topics .share .icon-share-alt {
        padding: 0px 8px 0px 0px;
        font-weight: 900;
        font-size: 17px;
        font-size: 1.7rem; }
    .article #primary_container #article-metadata-topics .featured-topics-box {
      overflow: hidden;
      border-bottom: 1px #cfcfcf solid; }
      .article #primary_container #article-metadata-topics .featured-topics-box .comma {
        display: none; }
      .article #primary_container #article-metadata-topics .featured-topics-box a {
        display: block;
        text-decoration: none;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 600;
        color: #d9001a; }
      .article #primary_container #article-metadata-topics .featured-topics-box .featured-nolink {
        display: none;
        font-size: 14px;
        font-size: 1.4rem;
        font-weight: 600;
        color: #222222; }
      .article #primary_container #article-metadata-topics .featured-topics-box .featured-link {
        height: 43px;
        padding: 13px 20px 0px; }
        .article #primary_container #article-metadata-topics .featured-topics-box .featured-link i {
          float: right;
          font-size: 20px;
          font-size: 2rem; }
      .article #primary_container #article-metadata-topics .featured-topics-box .featured-topics {
        display: none;
        border-top: 1px #cfcfcf solid;
        border-left: 1px #cfcfcf solid; }
      .article #primary_container #article-metadata-topics .featured-topics-box .topic-link {
        padding: 5px 20px; }
  .article #primary_container #article-content {
    margin-top: 30px; }
  .article #primary_container #article-images {
    border-bottom: 1px #cfcfcf solid;
    margin-left: -20px;
    margin-right: -20px; }
    .article #primary_container #article-images .images-title {
      margin: 0px 20px 15px;
      font-size: 20px;
      font-size: 2rem;
      font-weight: 700;
      color: #333333; }
    .article #primary_container #article-images .bsa-slider .slides .flex-caption {
      padding: 11px 20px 9px;
      font-size: 12px;
      font-size: 1.2rem;
      line-height: 18px; }
    .article #primary_container #article-images .bsa-slider .flex-control-paging {
      width: auto;
      margin: -80px 0px 0px 5px; }
  .article #primary_container #article-comments {
    margin-top: 22px; }
    .article #primary_container #article-comments .comments-title {
      font-size: 24px;
      font-size: 2.4rem;
      font-weight: 600;
      margin: 0px;
      padding: 0px 0px 20px; }
.article #secondary_container #page-nav-column {
  display: none; }
.article #secondary_container #company-about {
  margin: 0px 0px 25px; }
.article #secondary_container .trending-topics {
  margin: 25px -20px 25px; }
.article #secondary_container .related-stories {
  margin: 0px -20px 25px;
  border-left: none;
  border-right: none; }
.article #secondary_container #quick-facts {
  margin: 0 0 20px 0; }
.article #secondary_container .advertisement {
  margin: 0px 0px 25px; }
.article #secondary_container #updates-column {
  display: none; }

.article-key-contacts {
  border-bottom: 1px #cfcfcf solid;
  margin: 24px -20px 0px;
  padding-left: 20px;
  padding-right: 20px; }
  .article-key-contacts .key-contacts-title {
    margin: 0px 0px 15px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    color: #333333; }
  .article-key-contacts a {
    text-decoration: none;
    font-weight: 600;
    color: #d9001a; }
  .article-key-contacts .article-key-contact .article-key-contact-thumbnail {
    float: left;
    margin: 0px 20px 0px 0px;
    width: 78px; }
    .article-key-contacts .article-key-contact .article-key-contact-thumbnail img {
      display: block;
      width: 78px;
      height: 78px; }
  .article-key-contacts .article-key-contact .article-key-contact-titles {
    height: 78px;
    width: 100%;
    float: none;
    padding: 0px;
    border-bottom: 1px #cfcfcf solid; }
    .article-key-contacts .article-key-contact .article-key-contact-titles span {
      display: block;
      margin-bottom: 2px; }
    .article-key-contacts .article-key-contact .article-key-contact-titles .corporate-title {
      font-size: 13px;
      font-size: 1.3rem;
      font-weight: 600; }
    .article-key-contacts .article-key-contact .article-key-contact-titles .corporate-name {
      font-size: 11px;
      font-size: 1.1rem; }
  .article-key-contacts .article-key-contact .article-key-contact-contacts {
    float: left;
    margin: 22px 0px;
    width: 100%; }
    .article-key-contacts .article-key-contact .article-key-contact-contacts span {
      display: block;
      margin-bottom: 4px; }
    .article-key-contacts .article-key-contact .article-key-contact-contacts i {
      margin: 0px 17px 0px 0px;
      color: #d9001a; }

/* About this company */
#company-about .listingAddTextLink {
  display: none; }
#company-about .about-title {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
  margin: 0px 0px 16px; }
#company-about .company-about * {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 20px;
  margin: 0px; }
#company-about .company-url {
  margin: 20px 0px 0px; }
  #company-about .company-url a {
    text-decoration: none;
    color: #d9001a;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600; }
    #company-about .company-url a i {
      margin: 0px 14px 0px 0px; }

/* Trending topics & Related Stories */
.trending-topics, .related-stories {
  background-color: #d9001a; }
  .trending-topics .heading .heading-title, .related-stories .heading .heading-title {
    float: left;
    color: white;
    height: 50px;
    padding: 15px 0px 0px 20px;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem; }
  .trending-topics .heading a, .related-stories .heading a {
    display: block;
    width: 73px;
    height: 50px;
    text-decoration: none;
    text-align: center;
    padding: 17px 0px 0px;
    color: white;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 700; }
  .trending-topics .heading .view-all-button, .related-stories .heading .view-all-button {
    float: right; }
    .trending-topics .heading .view-all-button a, .related-stories .heading .view-all-button a {
      background-color: #680000; }
  .trending-topics .heading .rss-button, .related-stories .heading .rss-button {
    float: right; }
    .trending-topics .heading .rss-button a, .related-stories .heading .rss-button a {
      background-color: #930000; }
      .trending-topics .heading .rss-button a i, .related-stories .heading .rss-button a i {
        margin-right: 5px; }
  .trending-topics .centricListingInner a, .related-stories .centricListingInner a {
    display: block;
    padding: 15px 10px 15px 20px;
    color: white;
    text-decoration: none;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600; }
    .trending-topics .centricListingInner a i, .related-stories .centricListingInner a i {
      float: right;
      color: black;
      font-size: 20px;
      font-size: 2rem; }

.related-stories {
  background-color: transparent;
  border: 1px #cfcfcf solid;
  border-bottom: 2px #cfcfcf solid; }
  .related-stories .heading .heading-title {
    color: #353535; }
  .related-stories .heading .view-all-button a {
    background-color: #930000; }
  .related-stories .heading .rss-button a {
    background-color: #d9001a; }
  .related-stories .centricListingInner a {
    color: #353535; }
    .related-stories .centricListingInner a i {
      color: #d9001a; }
    .related-stories .centricListingInner a .elapsed-time {
      font-size: 12px;
      font-size: 1.2rem;
      color: #6e8393; }

/* Quick Facts */
#quick-facts {
  border: 1px #cfcfcf solid;
  border-bottom: 2px #cfcfcf solid; }
  #quick-facts #quick-facts-heading {
    padding: 15px; }
    #quick-facts #quick-facts-heading .quick-facts-title {
      font-size: 20px;
      font-size: 2rem;
      font-weight: 600; }
      #quick-facts #quick-facts-heading .quick-facts-title .icon-file-text {
        margin-right: 14px;
        color: #6e8393; }
    #quick-facts #quick-facts-heading .quick-facts-toggle {
      float: right;
      text-decoration: none;
      font-size: 24px;
      font-size: 2.4rem;
      color: red; }
  #quick-facts #quick-facts-container {
    border-top: 1px #cfcfcf solid; }
    #quick-facts #quick-facts-container .article-quick-fact {
      padding: 10px; }
      #quick-facts #quick-facts-container .article-quick-fact i:first-child {
        display: inline-block;
        vertical-align: top;
        margin-top: 10px; }
      #quick-facts #quick-facts-container .article-quick-fact .quick-fact-link {
        display: block;
        text-decoration: none; }
        #quick-facts #quick-facts-container .article-quick-fact .quick-fact-link i {
          float: left;
          margin: 6px 0px 0px 0px;
          font-size: 18px;
          font-size: 1.8rem; }
      #quick-facts #quick-facts-container .article-quick-fact .quick-fact-text {
        display: inline-block;
        vertical-align: top;
        max-width: 280px;
        margin-left: 10px; }
        #quick-facts #quick-facts-container .article-quick-fact .quick-fact-text p {
          display: inline;
          font-weight: 600;
          font-size: 16px;
          font-size: 1.6rem; }
          #quick-facts #quick-facts-container .article-quick-fact .quick-fact-text p a {
            font-weight: 600; }
        #quick-facts #quick-facts-container .article-quick-fact .quick-fact-text ul {
          list-style: none;
          margin: 0;
          padding: 0; }
          #quick-facts #quick-facts-container .article-quick-fact .quick-fact-text ul li {
            padding: 0 0 10px 15px;
            position: relative; }
            #quick-facts #quick-facts-container .article-quick-fact .quick-fact-text ul li:before {
              font-family: 'icomoon';
              font-style: normal;
              font-variant: normal;
              font-weight: normal;
              line-height: 1;
              text-transform: none;
              color: #D9001A;
              display: inline-block;
              margin-top: 10px;
              vertical-align: top;
              content: "\e600";
              left: -13px;
              position: absolute; }
            #quick-facts #quick-facts-container .article-quick-fact .quick-fact-text ul li p {
              color: #222222; }

/* Flexslider */
.bsa-slider img {
  display: block;
  width: 100%; }
.bsa-slider li {
  background-image: none !important;
  padding: 0px !important; }
.bsa-slider .flex-control-paging {
  bottom: auto;
  z-index: 10;
  margin-top: -42px; }
  .bsa-slider .flex-control-paging li a {
    background-color: rgba(255, 255, 255, 0.7); }
    .bsa-slider .flex-control-paging li a.flex-active, .bsa-slider .flex-control-paging li a:hover {
      background-color: white; }

/* RSS Feeds */
.rss-feeds a {
  text-decoration: none;
  color: #d9001a; }

footer {
  padding: 0 0 36px 0; }
  footer .siteinfo {
    background-color: #e9edf0;
    *zoom: 1;
    padding-top: 20px; }
    footer .siteinfo:before, footer .siteinfo:after {
      content: " ";
      display: table; }
    footer .siteinfo:after {
      clear: both; }
    footer .siteinfo .wrapper {
      width: 100%;
      margin: 0 auto; }
    footer .siteinfo .logo {
      background-image: url("/custom/files/media/bsa_footer_logo.png");
      margin: 20px 0;
      width: auto;
      display: none; }
      footer .siteinfo .logo.mobileRetina {
        background-image: url("/custom/files/media/bsa-footer-logo-2.png");
        background-size: 234px 33px;
        display: block; }
    footer .siteinfo p, footer .siteinfo span {
      color: #222222;
      font-size: 14px;
      font-size: 1.4rem; }
    footer .siteinfo p.learnMore {
      font-family: "Open Sans", arial, sans-serif;
      display: none; }
    footer .siteinfo p a {
      color: #da0019; }
    footer .siteinfo h4 {
      font-size: 15px;
      font-size: 1.5rem; }
    footer .siteinfo .copyright {
      text-align: center;
      font-size: 12px;
      font-size: 1.2rem;
      display: block;
      margin: 20px 0;
      font-family: "Open Sans", sans-serif; }
    footer .siteinfo .footerSocial {
      margin-top: 8px;
      margin-bottom: 36px;
      text-align: left;
      padding: 0; }
      footer .siteinfo .footerSocial li {
        display: inline-block;
        list-style: none;
        font-size: 22px;
        font-size: 2.2rem;
        text-align: left;
        padding: 12px 0; }
        footer .siteinfo .footerSocial li a {
          color: #a2a3a4;
          text-decoration: none; }
          footer .siteinfo .footerSocial li a i {
            padding: 10px; }
          footer .siteinfo .footerSocial li a span {
            display: none; }
    footer .siteinfo #footerNav {
      margin: 5px 0px;
      padding: 0; }
      footer .siteinfo #footerNav li {
        color: #333333;
        font-size: 26px;
        font-size: 2.6rem;
        background-image: url("/custom/files/media/bsa_bullet_dot_grey.png");
        background-repeat: no-repeat;
        list-style-position: inside;
        padding: 12px 0 13px 0;
        font-family: "Open Sans", sans-serif;
        width: 49%;
        display: inline-block;
        padding: 8px 10px;
        background-position: 0 60%; }
        footer .siteinfo #footerNav li:nth-child(even) {
          float: right; }
        footer .siteinfo #footerNav li a {
          padding-left: 8px;
          color: #333333;
          text-decoration: none;
          font-size: 12px;
          font-size: 1.2rem; }
  footer .copyrightWrapper {
    margin-top: 30px; }
    footer .copyrightWrapper .saLogoWrapper {
      display: none;
      float: left;
      margin-top: 0;
      padding-left: 0;
      border: 0; }
      footer .copyrightWrapper .saLogoWrapper .saLogo {
        display: block;
        width: 102px;
        height: 38px;
        background-image: url("/custom/files/media/bsa_sa_logo.png"); }
    footer .copyrightWrapper .copyright {
      text-align: center;
      font-size: 12px;
      font-size: 1.2rem;
      margin-bottom: 18px;
      color: #8fa2b1; }
      footer .copyrightWrapper .copyright .allRightsReserved {
        display: none; }
  footer .toTopWrapper {
    text-align: center; }
    footer .toTopWrapper .toTop {
      text-decoration: none;
      color: #d9001a; }
      footer .toTopWrapper .toTop span {
        display: none; }
      footer .toTopWrapper .toTop i {
        font-size: 36px;
        font-size: 3.6rem; }
  footer .latestNewsMobile {
    display: block; }
  footer .latestNewsTablet {
    display: none; }
  footer .latestNewsDesktop {
    display: none; }

.contactSection {
  padding: 55px 10px 35px 10px;
  background-color: #21272c; }
  .contactSection .contactSectionInner {
    margin: 0 auto;
    width: 100%; }
    .contactSection .contactSectionInner h2 {
      font-family: "Open Sans", arial, sans-serif;
      font-size: 36px;
      font-size: 3.6rem;
      color: #ffffff; }
    .contactSection .contactSectionInner p {
      font-size: 16px;
      font-size: 1.6rem;
      font-family: "Open Sans", sans-serif;
      color: #8f959a;
      line-height: 1.5em; }
    .contactSection .contactSectionInner form#contact-form-mobile label, .contactSection .contactSectionInner form#contact-form-tablet label, .contactSection .contactSectionInner form#contact-form-desktop label {
      display: none; }
    .contactSection .contactSectionInner form#contact-form-mobile .element input[type="submit"], .contactSection .contactSectionInner form#contact-form-tablet .element input[type="submit"], .contactSection .contactSectionInner form#contact-form-desktop .element input[type="submit"] {
      background-color: #dc0029;
      border: 0;
      width: 260px;
      color: #ffffff;
      padding: 17px 15px 13px 15px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      font-size: 18px;
      font-size: 1.8rem;
      -webkit-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 3px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 3px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 1px 1px rgba(255, 255, 255, 0.8) inset, 1px 1px 3px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.3);
      text-align: left;
      background-image: url("/custom/files/media/cms-submit-button-icon.png");
      background-repeat: no-repeat;
      background-position: 99% 50%; }
      .contactSection .contactSectionInner form#contact-form-mobile .element input[type="submit"]:after, .contactSection .contactSectionInner form#contact-form-tablet .element input[type="submit"]:after, .contactSection .contactSectionInner form#contact-form-desktop .element input[type="submit"]:after {
        content: "\e605";
        font-family: icomoon; }
    .contactSection .contactSectionInner form#contact-form-mobile .element .formElementContainer input[type="text"], .contactSection .contactSectionInner form#contact-form-mobile .element .formElementContainer textarea, .contactSection .contactSectionInner form#contact-form-tablet .element .formElementContainer input[type="text"], .contactSection .contactSectionInner form#contact-form-tablet .element .formElementContainer textarea, .contactSection .contactSectionInner form#contact-form-desktop .element .formElementContainer input[type="text"], .contactSection .contactSectionInner form#contact-form-desktop .element .formElementContainer textarea {
      width: 260px;
      background-color: #535d66;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      border: 1px solid #3f474f;
      color: #ffffff;
      box-shadow: none;
      font-family: "Open Sans", sans-serif;
      @inclde font-size(16);
      padding: 24px 15px 23px 15px; }
      .contactSection .contactSectionInner form#contact-form-mobile .element .formElementContainer input[type="text"]:focus, .contactSection .contactSectionInner form#contact-form-mobile .element .formElementContainer textarea:focus, .contactSection .contactSectionInner form#contact-form-tablet .element .formElementContainer input[type="text"]:focus, .contactSection .contactSectionInner form#contact-form-tablet .element .formElementContainer textarea:focus, .contactSection .contactSectionInner form#contact-form-desktop .element .formElementContainer input[type="text"]:focus, .contactSection .contactSectionInner form#contact-form-desktop .element .formElementContainer textarea:focus {
        background-color: #21272c;
        border: 1px solid #525960; }
    .contactSection .contactSectionInner form#contact-form-mobile .element .formElementContainer select, .contactSection .contactSectionInner form#contact-form-tablet .element .formElementContainer select, .contactSection .contactSectionInner form#contact-form-desktop .element .formElementContainer select {
      height: 49px;
      font-family: "Open Sans", sans-serif;
      width: 260px;
      box-shadow: none;
      background-color: #535d66;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      border-radius: 0px;
      border: 1px solid #3f474f;
      color: #ffffff; }

.productFeature {
  width: 190px;
  height: 190px;
  color: #ffffff;
  font-size: 18px;
  font-size: 1.8rem;
  padding: 26px;
  background-color: #535d66;
  cursor: pointer;
  margin: 0 auto;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  z-index: 99;
  box-shadow: 0px 2px 11px rgba(50, 50, 50, 0.75); }

.productFeatureActive {
  background-color: #535d66;
  width: 100%;
  height: 426px;
  display: none;
  margin: 0 auto; }
  .productFeatureActive .title {
    width: 260px;
    height: 426px;
    color: #ffffff;
    font-size: 36px;
    font-size: 3.6rem;
    padding: 76px 38px;
    display: none;
    float: left; }
  .productFeatureActive .description {
    height: 426px;
    width: 100%;
    padding: 80px;
    display: inline-block;
    float: left;
    position: relative; }
    .productFeatureActive .description p {
      font-size: 18px;
      font-size: 1.8rem;
      color: #ffffff; }
    .productFeatureActive .description .closeButton {
      position: absolute;
      top: 0;
      right: 0;
      color: #697176;
      width: 40px;
      height: 40px;
      background-color: #444d54;
      cursor: pointer; }
      .productFeatureActive .description .closeButton i {
        font-size: 22px;
        font-size: 2.2rem;
        padding: 8px;
        line-height: 40px; }

.carouselSection {
  position: relative; }
  .carouselSection h2 {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: center;
    padding: 0 35px;
    margin: 0; }
  .carouselSection .crsl-nav {
    width: 200px;
    margin: 30px auto 0 !important;
    text-align: center; }
    .carouselSection .crsl-nav a {
      text-decoration: none;
      color: #999;
      vertical-align: middle;
      display: inline-block; }
      .carouselSection .crsl-nav a:hover {
        color: #dc0029; }
    .carouselSection .crsl-nav i {
      font-size: 30px;
      font-size: 3rem; }
    .carouselSection .crsl-nav span {
      display: inline-block;
      text-indent: -9999px; }
    .carouselSection .crsl-nav .slide {
      display: inline-block;
      color: #999;
      font-size: 14px;
      font-size: 1.4rem; }
  .carouselSection .crsl-items {
    width: 320px !important;
    margin: 0 auto;
    margin-top: 40px; }
  .carouselSection .crsl-item {
    width: 192px !important;
    height: 192px !important; }
  .carouselSection .carouselOverlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: -999;
    background-color: rgba(255, 255, 255, 0.5); }
    .carouselSection .carouselOverlay .activeContainer {
      width: 100%;
      margin: 0 auto; }

.social-updates {
  border: 1px solid #d4dadf;
  color: #222;
  margin: 0; }
  .social-updates h3 {
    margin: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600; }
  .social-updates .icons {
    background-color: #d9001a;
    padding: 20px 20px 18px;
    font-size: 0; }
    .social-updates .icons a {
      color: #fff;
      font-size: 0;
      text-decoration: none;
      margin-left: 5px; }
      .social-updates .icons a i {
        font-size: 20px;
        font-size: 2rem; }
      .social-updates .icons a:first-child {
        margin-left: 0; }
      .social-updates .icons a:hover {
        color: rgba(255, 255, 255, 0.8); }

.whatsNew {
  border: 1px solid #efefef;
  border-bottom: 2px solid #efefef;
  margin: 20px -20px; }
  .whatsNew .header h3 {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    padding: 10px 18px;
    margin-bottom: 0; }
  .whatsNew .header .links {
    float: right;
    display: inline-block; }
    .whatsNew .header .links .rss {
      background-color: #d9001a;
      color: #ffffff;
      display: inline-block;
      padding: 16px;
      text-decoration: none;
      font-size: 12px;
      font-size: 1.2rem; }
      .whatsNew .header .links .rss i {
        padding: 5px; }
    .whatsNew .header .links .viewAll {
      background-color: #930000;
      color: #ffffff;
      display: inline-block;
      padding: 16px;
      text-decoration: none;
      font-size: 12px;
      font-size: 1.2rem; }
  .whatsNew .listings {
    list-style-type: none; }
    .whatsNew .listings li a {
      background-image: url("/custom/files/media/bsa_arrow_right_red.png");
      background-repeat: no-repeat;
      background-position: 97% 64%;
      display: block;
      padding: 12px 30px 4px 0px;
      text-decoration: none;
      color: #222222;
      font-size: 14px;
      font-size: 1.4rem;
      font-weight: 600; }
      .whatsNew .listings li a .time {
        display: block;
        color: #6e8393;
        font-weight: 600;
        font-size: 12px;
        font-size: 1.2rem; }

.siteinfo .social-updates {
  margin-bottom: 35px;
  border: none; }
  .siteinfo .social-updates h3 {
    margin: 0 0 20px 0;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 600; }
  .siteinfo .social-updates .icons {
    background-color: transparent;
    padding: 0; }
    .siteinfo .social-updates .icons a {
      color: #7b8994; }
      .siteinfo .social-updates .icons a:hover {
        color: rgba(0, 2, 34, 0.8); }

/* Sitemap */
#primary_container #centricSiteMapDiv .centricSiteMapLevel_0 {
  display: block;
  /* old child selector support for ie8 */ }
  #primary_container #centricSiteMapDiv .centricSiteMapLevel_0:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  #primary_container #centricSiteMapDiv .centricSiteMapLevel_0 > li {
    float: left;
    background-image: none;
    padding: 0px;
    width: 100%;
    margin-bottom: 40px;
    /*
    &.no_children {
    	border-bottom: 1px #cfcfcf solid;
    	padding-bottom: 10px;
    }
    */ }
    #primary_container #centricSiteMapDiv .centricSiteMapLevel_0 > li > a {
      font-size: 21px;
      font-size: 2.1rem;
      font-weight: 700; }
    #primary_container #centricSiteMapDiv .centricSiteMapLevel_0 > li > ul {
      border-top: 1px #cfcfcf solid;
      padding-left: 20px;
      padding-top: 10px;
      margin-top: 10px; }
      #primary_container #centricSiteMapDiv .centricSiteMapLevel_0 > li > ul > li {
        background-image: url("/custom/files/media/bsa_bullet_dot_red_small.png"); }
        #primary_container #centricSiteMapDiv .centricSiteMapLevel_0 > li > ul > li > a {
          font-weight: 600;
          font-size: 16px;
          font-size: 1.6rem; }
        #primary_container #centricSiteMapDiv .centricSiteMapLevel_0 > li > ul > li > ul > li {
          background-image: url("/custom/files/media/bsa_bullet_dot_grey.png"); }
          #primary_container #centricSiteMapDiv .centricSiteMapLevel_0 > li > ul > li > ul > li > a {
            font-size: 16px;
            font-size: 1.6rem; }
          #primary_container #centricSiteMapDiv .centricSiteMapLevel_0 > li > ul > li > ul > li > ul > li {
            background-image: url("/custom/files/media/bsa_bullet_square_grey.png"); }
  #primary_container #centricSiteMapDiv .centricSiteMapLevel_0 > li:first-child + li + li {
    clear: both; }
    #primary_container #centricSiteMapDiv .centricSiteMapLevel_0 > li:first-child + li + li + li + li {
      clear: both; }
      #primary_container #centricSiteMapDiv .centricSiteMapLevel_0 > li:first-child + li + li + li + li + li + li {
        clear: both; }
        #primary_container #centricSiteMapDiv .centricSiteMapLevel_0 > li:first-child + li + li + li + li + li + li + li + li {
          clear: both; }
          #primary_container #centricSiteMapDiv .centricSiteMapLevel_0 > li:first-child + li + li + li + li + li + li + li + li + li + li {
            clear: both; }
            #primary_container #centricSiteMapDiv .centricSiteMapLevel_0 > li:first-child + li + li + li + li + li + li + li + li + li + li + li + li {
              clear: both; }
#primary_container #centricSiteMapDiv a {
  text-decoration: none;
  color: #333333;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400; }
#primary_container #centricSiteMapDiv ul {
  margin: 0px; }
  #primary_container #centricSiteMapDiv ul li {
    background-position: 0 10px;
    padding: 4px 0px 0px 20px; }

.sitemap #primary_container {
  padding-top: 22px; }
.sitemap #secondary_container {
  display: none; }
  .sitemap #secondary_container .advertisement, .sitemap #secondary_container .trending-topics, .sitemap #secondary_container .whatsNew, .sitemap #secondary_container .social-updates {
    margin: 0px 0px 40px; }

.currentHeadlines {
  margin-top: 17px;
  margin-right: -10px; }
  .currentHeadlines h2 {
    font-size: 28px;
    font-size: 2.8rem;
    color: #222222;
    border-bottom: 4px solid #b5c1ca;
    font-weight: 700;
    padding-bottom: 13px;
    margin: 2px 0 0 0; }
    .currentHeadlines h2 i {
      color: #d9001a;
      padding-right: 10px;
      font-size: 24px;
      font-size: 2.4rem; }
  .currentHeadlines ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .currentHeadlines ul li {
      border-bottom: 1px solid #b5c1ca; }
      .currentHeadlines ul li a {
        color: #222222;
        text-decoration: none;
        padding: 13px 30px 7px 0;
        display: block;
        font-size: 15px;
        font-size: 1.5rem;
        font-weight: 700;
        background-image: url("/custom/files/media/bsa_arrow_right_red.png");
        background-repeat: no-repeat;
        background-position: 97% 64%;
        line-height: 1.3em; }

.secondaryFeatures {
  border-top: 4px solid #b5c1ca;
  padding: 20px 0 !important;
  margin: 20px 0; }
  .secondaryFeatures .article {
    margin-bottom: 20px; }
    .secondaryFeatures .article .thumbnail {
      width: 100%; }
      .secondaryFeatures .article .thumbnail img {
        width: 100%;
        display: block; }
      .secondaryFeatures .article .thumbnail .tag {
        position: absolute;
        top: 0;
        z-index: 9999999;
        color: #ffffff;
        padding: 10px 15px;
        background-color: rgba(0, 0, 0, 0.5);
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: 600; }
    .secondaryFeatures .article .body {
      border: 1px solid #b5c1ca;
      border-top: 0; }
      .secondaryFeatures .article .body h3 {
        text-align: center; }
        .secondaryFeatures .article .body h3 a {
          font-size: 22px;
          font-size: 2.2rem;
          padding: 16px;
          font-weight: 700;
          text-decoration: none;
          color: #222222; }
      .secondaryFeatures .article .body .links a {
        text-decoration: none;
        font-weight: 600; }
      .secondaryFeatures .article .body .links .readMore {
        font-size: 16px;
        font-size: 1.6rem;
        width: 50%;
        display: inline-block;
        padding: 10px 4px;
        text-align: center;
        color: #333333; }
      .secondaryFeatures .article .body .links .addthis_toolbox {
        display: inline-block;
        width: 50%; }
        .secondaryFeatures .article .body .links .addthis_toolbox .share {
          font-size: 16px;
          font-size: 1.6rem;
          background-color: #d9e2e7;
          width: 100%;
          display: inline-block;
          padding: 10px;
          text-align: center;
          color: #344a59; }
      .secondaryFeatures .article .body .links i {
        color: #d9001a;
        padding: 10px;
        font-size: 22px;
        font-size: 2.2rem;
        vertical-align: text-top; }

.featured,
.storiesListing {
  margin-top: 10px; }
  .featured .article,
  .storiesListing .article {
    *zoom: 1;
    border-bottom: 1px solid #b5c1ca;
    padding: 20px 0 16px 0; }
    .featured .article:before, .featured .article:after,
    .storiesListing .article:before,
    .storiesListing .article:after {
      content: " ";
      display: table; }
    .featured .article:after,
    .storiesListing .article:after {
      clear: both; }
    .featured .article .thumbnail,
    .storiesListing .article .thumbnail {
      width: 85px;
      height: 85px;
      float: left;
      overflow: hidden; }
      .featured .article .thumbnail .addthis_toolbox,
      .storiesListing .article .thumbnail .addthis_toolbox {
        display: none; }
    .featured .article .body,
    .storiesListing .article .body {
      margin-left: 105px; }
      .featured .article .body h3,
      .storiesListing .article .body h3 {
        line-height: 1.3em;
        margin-bottom: 5px; }
        .featured .article .body h3 a,
        .storiesListing .article .body h3 a {
          font-weight: 700;
          font-size: 15px;
          font-size: 1.5rem;
          color: #222222;
          text-decoration: none; }
      .featured .article .body .details,
      .storiesListing .article .body .details {
        display: none;
        font-size: 12px;
        font-size: 1.2rem;
        color: #666666;
        margin-bottom: 0;
        line-height: 2.5em; }
        .featured .article .body .details .author,
        .storiesListing .article .body .details .author {
          color: #d9001a;
          font-weight: 700; }
      .featured .article .body p,
      .storiesListing .article .body p {
        display: none;
        color: #222222;
        font-size: 16px;
        font-size: 1.6rem;
        line-height: 1.6em;
        margin-bottom: 0; }

body .articleListing .article .body {
  margin-left: 0; }

.gridLargeColumn {
  padding: 0;
  margin-top: 5px; }

.gridSmallColumn {
  padding: 0;
  margin-top: 5px; }

.grid {
  background-repeat: no-repeat;
  background-size: contain;
  text-decoration: none;
  position: relative;
  min-height: 130px;
  width: 49%;
  background-size: cover;
  background-position: 50% 50%;
  margin-bottom: 10px;
  display: inline-block; }
  .grid span {
    position: absolute;
    bottom: 0;
    padding: 20px;
    color: #fff;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8); }
  .grid:first-child {
    width: 100%;
    min-height: 300px;
    margin-bottom: 10px; }

#centricListinghome_gridContainer .featuresListingSmall {
  width: 49%;
  display: inline-block; }
  #centricListinghome_gridContainer .featuresListingSmall .grid {
    width: 100%;
    min-height: 130px; }

#flickr_galleria {
  min-height: 400px; }

.addthis_toolbox {
  display: inline-block;
  width: 49.5%; }

.advertisement {
  border: 1px solid #d4dadf;
  padding: 20px 30px 30px;
  font-size: 12px;
  font-size: 1.2rem;
  color: #708799;
  text-align: center;
  font-style: italic;
  margin-bottom: 20px; }
  .advertisement .heading {
    margin-bottom: 10px; }

.ourUpdates {
  margin-top: 20px; }

.quickLinks {
  margin-bottom: 40px; }

#secondary_container .latestNews {
  max-width: 350px;
  margin: 0 auto; }

.latestNews p {
  margin-bottom: 15px; }
.latestNews form {
  position: relative; }
  .latestNews form input[type="text"], .latestNews form input[type="email"] {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    float: left;
    max-width: 245px;
    border: 1px solid #d4dadf;
    border-right: none;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 40px;
    -webkit-appearance: none; }
    .latestNews form input[type="text"].placeholder, .latestNews form input[type="email"].placeholder {
      color: #333333; }
    .latestNews form input[type="text"]:-moz-placeholder, .latestNews form input[type="email"]:-moz-placeholder {
      color: #333333; }
    .latestNews form input[type="text"]:-ms-input-placeholder, .latestNews form input[type="email"]:-ms-input-placeholder {
      color: #333333; }
    .latestNews form input[type="text"]::-webkit-input-placeholder, .latestNews form input[type="email"]::-webkit-input-placeholder {
      color: #333333; }
  .latestNews form button {
    margin-left: -20px;
    float: left;
    height: 41px;
    background-color: #fff;
    border: 1px solid #d4dadf;
    border-left: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    .latestNews form button i {
      color: #d9001a; }
  .latestNews form i.icon-mail {
    position: absolute;
    top: 13px;
    left: 15px; }

.latestNewsWithMargin form input[type="text"], .latestNewsWithMargin form input[type="email"] {
  margin: 0 0 40px 0; }

.collapseMargins {
  margin-left: -20px;
  margin-right: -20px; }

#search_basic #search_basic_form #search_basic_str input[type="text"] {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-size: 15px;
  font-size: 1.5rem; }
  #search_basic #search_basic_form #search_basic_str input[type="text"].placeholder {
    color: #333333; }
  #search_basic #search_basic_form #search_basic_str input[type="text"]:-moz-placeholder {
    color: #333333; }
  #search_basic #search_basic_form #search_basic_str input[type="text"]:-ms-input-placeholder {
    color: #333333; }
  #search_basic #search_basic_form #search_basic_str input[type="text"]::-webkit-input-placeholder {
    color: #333333; }

#centricSubscriptionOptions {
  width: 100%; }
  #centricSubscriptionOptions label {
    width: auto; }
  #centricSubscriptionOptions fieldset {
    background-color: #fff;
    padding: 0; }
    #centricSubscriptionOptions fieldset div {
      margin-top: 20px; }
  #centricSubscriptionOptions input, #centricSubscriptionOptions select {
    width: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px; }
  #centricSubscriptionOptions input.checkbox {
    margin: 4px 0 0 0; }

#centricSubscriptionButtons {
  margin: 20px 0; }
  #centricSubscriptionButtons input {
    background-color: #d9001a;
    color: #fff;
    padding: 10px 35px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    font-size: 22px;
    font-size: 2.2rem; }
    #centricSubscriptionButtons input:hover {
      background-color: #f6666d; }
    #centricSubscriptionButtons input:first-child {
      display: none; }

#section-overview .section {
  padding: 16px 0;
  border-top: 1px solid #c4ced6; }
  #section-overview .section h3 {
    margin: 0; }
    #section-overview .section h3 a {
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: 600;
      text-decoration: none;
      color: #333; }
      #section-overview .section h3 a:visited {
        color: #333; }
      #section-overview .section h3 a:hover {
        text-decoration: underline; }
  #section-overview .section p {
    display: none;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    color: #333;
    margin: 0; }
  #section-overview .section p.author {
    font-size: 12px;
    font-size: 1.2rem; }
    #section-overview .section p.author span {
      font-weight: 600;
      color: #d9001a; }
    #section-overview .section p.author span.date {
      font-weight: 400;
      color: #333; }
  #section-overview .section:first-child {
    border-top: none; }

.dontMiss {
  margin-top: 27px;
  padding: 0; }
  .dontMiss .centricListingHeading {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0 20px;
    color: #d9001a; }
    .dontMiss .centricListingHeading:after {
      font-family: 'icomoon';
      content: '\e603';
      color: #d9001a;
      float: right;
      margin-top: 4px; }
  .dontMiss .columns {
    padding: 0; }
    .dontMiss .columns .article {
      margin-bottom: 35px; }
      .dontMiss .columns .article .thumbnail-image {
        margin-bottom: 12px; }
      .dontMiss .columns .article .body a {
        text-decoration: none;
        color: #333;
        font-size: 16px;
        font-size: 1.6rem;
        font-weight: 600; }
        .dontMiss .columns .article .body a:hover {
          text-decoration: underline; }
    .dontMiss .columns:nth-child(odd) {
      clear: left; }

.columns.noPadding {
  padding: 0; }

.testimonial {
  font-size: 18px;
  font-size: 1.8rem;
  color: #333333;
  font-style: italic;
  font-weight: 400;
  padding: 25px 25px 25px 35px;
  background-color: #eef2f4;
  width: 100%;
  width: 280px;
  margin: 0px auto;
  position: relative;
  z-index: 2; }
  .testimonial:before {
    content: '"';
    position: absolute;
    top: -10px;
    left: -15px;
    color: #d9001a;
    font-size: 100px;
    font-size: 10rem;
    font-weight: 600;
    font-family: "Open Sans", arial, sans-serif;
    z-index: 1; }
  .testimonial:after {
    background-image: url("/custom/files/media/bsa_testimonials_background.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    content: '';
    position: absolute;
    bottom: -35px;
    left: 0;
    width: 100%;
    background-size: 100%;
    height: 35px; }

.testimonial-author {
  color: #d9001a;
  margin-top: 10px;
  margin-bottom: 20px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600; }
  .testimonial-author span {
    color: #415461;
    font-weight: 400;
    display: block;
    font-size: 12px;
    font-size: 1.2rem; }

body .homeslider {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px; }

.homeslider {
  background: red;
  border: 0 !important;
  box-shadow: none !important;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 0 -20px !important;
  height: 185px;
  overflow: hidden; }
  .homeslider .slides img {
    width: auto !important; }
  .homeslider .slide {
    position: relative;
    width: 100%;
    height: 185px;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover; }
    .homeslider .slide .slideImage {
      position: relative;
      width: 100%;
      height: 185px;
      background-position: 50% 0;
      background-repeat: no-repeat;
      background-size: cover; }
    .homeslider .slide .overlay {
      background-image: url("/custom/files/media/bsa_slider_mobile_gradient.png");
      background-repeat: repeat-x;
      width: 100%;
      height: 185px;
      position: absolute;
      top: 0;
      left: 0; }
      .homeslider .slide .overlay .topStories {
        display: none;
        position: absolute;
        right: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 10px;
        color: #ffffff;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 12px;
        font-size: 1.2rem;
        width: 30px; }
      .homeslider .slide .overlay .caption {
        width: 100%;
        padding: 0 30px;
        color: #fff; }
        .homeslider .slide .overlay .caption h2 {
          color: #ffffff;
          margin-top: 0px;
          font-size: 23px;
          font-size: 2.3rem;
          position: absolute;
          bottom: 10px;
          margin: 0;
          width: 76%; }
        .homeslider .slide .overlay .caption p {
          display: none; }
      .homeslider .slide .overlay .readArticle {
        background: #d9001a;
        display: inline-block;
        padding: 10px 12px;
        font-weight: 600;
        color: #ffffff;
        text-decoration: none;
        float: right;
        position: absolute;
        right: 0;
        bottom: 0; }
        .homeslider .slide .overlay .readArticle i {
          font-size: 22px;
          font-size: 2.2rem;
          color: #ffffff; }
        .homeslider .slide .overlay .readArticle span {
          display: none;
          color: #ffffff; }

.flex-control-nav {
  width: 100% !important;
  position: absolute !important;
  top: 10px !important;
  text-align: left !important;
  z-index: 10;
  height: 20px; }

.flex-direction-nav {
  display: none; }
  .flex-direction-nav li {
    line-height: 3em; }

.flex-control-paging li a {
  background: rgba(255, 255, 255, 0.5) !important; }
  .flex-control-paging li a.flex-active {
    background: rgba(255, 255, 255, 0.9) !important; }
  .flex-control-paging li a:hover {
    background: rgba(255, 255, 255, 0.5) !important; }

.internalPageSlider {
  overflow: hidden; }
  .internalPageSlider .slider {
    margin: 0 -20px; }
    .internalPageSlider .slider .flexslider {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      background-color: transparent;
      -webkit-box-shadow: 0;
      -moz-box-shadow: 0;
      box-shadow: 0;
      border: none;
      margin: 0 0 30px 0;
      padding: 0;
      overflow: hidden; }
      .internalPageSlider .slider .flexslider .slides {
        text-decoration: none; }
        .internalPageSlider .slider .flexslider .slides .editmode_icon_bar img {
          max-width: 22px; }
        .internalPageSlider .slider .flexslider .slides li {
          background-image: none;
          padding: 0; }
          .internalPageSlider .slider .flexslider .slides li .slide {
            width: 100%;
            height: 186px; }
            .internalPageSlider .slider .flexslider .slides li .slide .overlay {
              display: none; }
      .internalPageSlider .slider .flexslider .flex-control-nav {
        top: 0;
        left: 0; }

#primary_container .internalPageSlider ul li {
  background-image: none;
  padding: 0; }

/* Article comments */
.com_post_form .com_post .com_inputs {
  margin-bottom: 20px; }
  .com_post_form .com_post .com_inputs input, .com_post_form .com_post .com_inputs textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 1px solid #d4dadf;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin: 0px; }
    .com_post_form .com_post .com_inputs input.placeholder, .com_post_form .com_post .com_inputs textarea.placeholder {
      color: "#767779"; }
    .com_post_form .com_post .com_inputs input:-moz-placeholder, .com_post_form .com_post .com_inputs textarea:-moz-placeholder {
      color: "#767779"; }
    .com_post_form .com_post .com_inputs input:-ms-input-placeholder, .com_post_form .com_post .com_inputs textarea:-ms-input-placeholder {
      color: "#767779"; }
    .com_post_form .com_post .com_inputs input::-webkit-input-placeholder, .com_post_form .com_post .com_inputs textarea::-webkit-input-placeholder {
      color: "#767779"; }
  .com_post_form .com_post .com_inputs .com_user_details input {
    height: 57px; }
    .com_post_form .com_post .com_inputs .com_user_details input.placeholder {
      color: "#767779"; }
    .com_post_form .com_post .com_inputs .com_user_details input:-moz-placeholder {
      color: "#767779"; }
    .com_post_form .com_post .com_inputs .com_user_details input:-ms-input-placeholder {
      color: "#767779"; }
    .com_post_form .com_post .com_inputs .com_user_details input::-webkit-input-placeholder {
      color: "#767779"; }
  .com_post_form .com_post .com_inputs .com_user_details .com_email_container {
    margin-top: 23px; }
  .com_post_form .com_post .com_inputs .com_comments_container {
    margin-top: 23px; }
    .com_post_form .com_post .com_inputs .com_comments_container input, .com_post_form .com_post .com_inputs .com_comments_container textarea {
      height: 137px; }
.com_post_form .com_post .com_buttons_container .com_post_button {
  width: 101px;
  height: 47px;
  border: none;
  background-color: #d9001a;
  color: white;
  float: right; }
.com_post_form .com_post .com_buttons_container .com_cancel_reply_button {
  width: 120px;
  height: 47px;
  border: none;
  background-color: #d9001a;
  color: white;
  float: right;
  margin-right: 10px;
  display: none; }

.com_comments .com_item .com_posted_content .com_item_post {
  padding-left: 30px; }

.com_header {
  margin-bottom: 20px; }
  .com_header .com_count {
    display: none; }
    .com_header .com_count.mobile {
      display: block;
      border-bottom: 1px solid #c4ced6;
      cursor: pointer;
      padding-bottom: 10px;
      position: relative; }
      .com_header .com_count.mobile:after {
        position: absolute;
        right: 0;
        font-size: 20px;
        top: 5px;
        content: '\e609';
        font-family: 'icomoon';
        color: #c4ced6; }
      .com_header .com_count.mobile.open:after {
        content: '\e60a';
        font-family: 'icomoon';
        color: #c4ced6; }

.comments_content {
  display: none; }

.spacer {
  margin-top: 27px; }

#search_container {
  width: 100%;
  display: block; }
  #search_container label {
    display: block;
    font-size: 14px;
    font-size: 1.4rem; }
  #search_container .search_radio_select label, #search_container .search_filters_div label {
    display: inline-block; }
  #search_container .search_divs {
    padding: 0; }

.bsa-refine-search {
  display: block;
  cursor: pointer;
  margin-bottom: 0; }
  .bsa-refine-search i {
    float: right;
    font-size: 20px;
    font-size: 2rem; }

.bsa-search-content {
  display: none; }
  .bsa-search-content fieldset:first-child {
    margin-top: 0; }
  .bsa-search-content .search_filters_div {
    margin-top: 10px; }

#centricSearchResults .centricSearchResultsGeneral {
  overflow: hidden;
  padding: 20px 0;
  border-top: 1px solid #c4ced6;
  margin: 0; }
  #centricSearchResults .centricSearchResultsGeneral:first-of-type {
    border-top: none; }
  #centricSearchResults .centricSearchResultsGeneral .centricSearchResultsThumbnail {
    width: 60px; }
    #centricSearchResults .centricSearchResultsGeneral .centricSearchResultsThumbnail img {
      width: 100%; }
  #centricSearchResults .centricSearchResultsGeneral .centricSearchResultsResultSmall {
    padding: 0 20px; }
    #centricSearchResults .centricSearchResultsGeneral .centricSearchResultsResultSmall .centricSearchResultsTitle {
      font-size: 15px;
      font-size: 1.5rem; }
      #centricSearchResults .centricSearchResultsGeneral .centricSearchResultsResultSmall .centricSearchResultsTitle a {
        color: #333333;
        text-decoration: none;
        font-weight: 600; }
    #centricSearchResults .centricSearchResultsGeneral .centricSearchResultsResultSmall .centricSearchResultsDescription {
      display: block;
      margin-top: 5px; }
    #centricSearchResults .centricSearchResultsGeneral .centricSearchResultsResultSmall .searchResultsRank {
      color: #d9001a;
      font-weight: 600; }
#centricSearchResults .article-key-contacts .article-key-contact .article-key-contact-titles {
  height: auto;
  padding: 10px 0; }

#centricSearchResultsList .centricSearchResultsGeneral .centricSearchResultsThumbnail {
  display: none; }
#centricSearchResultsList .centricSearchResultsGeneral .searchResultsRank {
  display: none; }
#centricSearchResultsList .centricSearchResultsGeneral .centricSearchResultsTitle {
  font-size: 18px;
  font-size: 1.8rem;
  color: black;
  font-weight: 600; }
  #centricSearchResultsList .centricSearchResultsGeneral .centricSearchResultsTitle a {
    font-size: 18px;
    font-size: 1.8rem;
    color: black;
    font-weight: 600;
    margin-bottom: 10px;
    text-decoration: none; }
    #centricSearchResultsList .centricSearchResultsGeneral .centricSearchResultsTitle a:hover {
      text-decoration: underline; }

.centricSearchResultsPaginationLinks {
  float: none;
  margin: 0px auto;
  text-align: center;
  width: auto; }
  .centricSearchResultsPaginationLinks .centricListingPaginationLinks {
    width: auto;
    float: none !important;
    margin: 0px auto;
    text-align: center; }
  .centricSearchResultsPaginationLinks .centricListingPaginationLabel {
    display: none; }
  .centricSearchResultsPaginationLinks .centricListingPaginationCurrent {
    font-weight: 400;
    padding: 5px 10px; }
  .centricSearchResultsPaginationLinks a {
    color: #fff;
    padding: 5px 10px;
    text-decoration: none;
    background-color: #d9001a; }
    .centricSearchResultsPaginationLinks a:hover {
      background-color: #f3001d; }

.centricLoginField {
  width: 100%; }

input[type="submit"].button_style {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #d9001a;
  border-radius: 0;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1em;
  padding: 9px 12px;
  position: relative;
  text-decoration: none;
  width: 100%;
  max-width: 100%;
  border: none;
  text-align: center;
  /* Sizes */
  /* Icons */ }
  input[type="submit"].button_style:hover, input[type="submit"].button_style:focus {
    color: #fff;
    background: #f3001d; }
  input[type="submit"].button_style.expand {
    width: 100%;
    text-align: center; }
  input[type="submit"].button_style [class^="icon-"]:before {
    font-size: 27px;
    font-size: 2.7rem;
    float: right;
    color: white;
    opacity: 0.5; }

.centricLoginInput input[type="text"], .centricLoginInput input[type="password"], .centricLoginInput input[type="email"] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0; }

.registerSubscriberOptions .centricLoginCreateInput {
  float: none;
  display: inline-block;
  vertical-align: top;
  width: auto; }
.registerSubscriberOptions input.checkbox {
  width: auto; }
.registerSubscriberOptions label.checkbox_label {
  width: auto;
  display: inline-block;
  padding-left: 10px; }

.com_comments {
  font-weight: 600;
  margin-bottom: 20px; }

#com_content_article_comments .com_item_name {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #d4dadf;
  border-bottom: 2px solid #d4dadf;
  padding: 25px 15px;
  margin-bottom: 20px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  #com_content_article_comments .com_item_name .comment-name {
    font-weight: 600;
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 10px;
    display: block;
    margin-bottom: 20px; }
  #com_content_article_comments .com_item_name .comment-elapsed {
    color: #767779;
    font-weight: 400;
    margin-right: 10px;
    display: block;
    margin-bottom: 20px; }
  #com_content_article_comments .com_item_name .replay-name {
    color: #767779;
    font-weight: 400;
    display: block; }
#com_content_article_comments .com_item_content {
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 20px; }
#com_content_article_comments .com_item_buttons a {
  margin-left: 20px;
  color: #333;
  text-decoration: none; }
  #com_content_article_comments .com_item_buttons a:hover {
    text-decoration: underline; }
#com_content_article_comments .com_item_buttons .com_reply_button {
  margin-bottom: 20px;
  background: #d9001a;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1em;
  padding: 15px;
  position: relative;
  text-decoration: none;
  border: none;
  text-align: center; }
  #com_content_article_comments .com_item_buttons .com_reply_button:hover, #com_content_article_comments .com_item_buttons .com_reply_button:focus {
    color: #fff;
    background: #f3001d; }
  #com_content_article_comments .com_item_buttons .com_reply_button:before {
    content: '\e600';
    font-family: 'icomoon';
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    margin-right: 15px; }

#article-metadata-topics .addthis_toolbox {
  width: auto;
  display: block; }

#article-metadata-topics div.atclear {
  clear: none; }

#bsa-slider-article_images {
  position: relative; }

#centricListinghome_slider li {
  display: none; }

#centricListinghome_slider li:first-child {
  display: block; }

#centricListingmain_body_middleContainer #filterForm_mainbodymiddle {
  display: none; }

.mobileHide {
  display: none; }

.centricSearchFacets {
  display: none; }

.centricSearchFacetsResults {
  width: 100%; }

.centricYouTubeControl {
  max-width: 100%;
  max-height: 100%; }

/* State Rules */
.left {
  float: left; }

.right {
  float: right; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.hide {
  display: none; }

.hide-override {
  display: none !important; }

.highlight {
  background: #ffff99; }

.rtl {
  text-align: right; }

.ltl {
  text-align: left; }

.hidden {
  display: none; }

.header-search-form.active {
  left: 0; }

.thumbnail {
  width: 25%; }

/* The Grid ---------------------- */
.row {
  max-width: 100%;
  width: 1200px;
  min-width: 768px;
  margin: 0 auto; }
  .row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -20px; }
  .row.collapse .column, .row.collapse .columns {
    padding: 0 6px 0 10px; }
  .row .row {
    width: auto;
    max-width: none;
    min-width: 0;
    margin: 0 -20px; }
    .row .row.collapse {
      margin: 0; }
  .row .content-block {
    margin-top: 40px; }

.column, .columns {
  float: left;
  min-height: 1px;
  padding: 0 20px;
  position: relative; }
  .column.centered, .columns.centered {
    float: none;
    margin: 0 auto; }

[class*="column"] + [class*="column"]:last-child {
  float: left; }

[class*="column"] + [class*="column"].end {
  float: left; }

.one, .row .one {
  width: 8.33333%; }

.two, .row .two {
  width: 16.66667%; }

.three, .row .three {
  width: 25%; }

.four, .row .four {
  width: 33.33333%; }

.five, .row .five {
  width: 41.66667%; }

.six, .row .six {
  width: 50%; }

.seven, .row .seven {
  width: 58.33333%; }

.eight, .row .eight {
  width: 66.66667%; }

.nine, .row .nine {
  width: 75%; }

.ten, .row .ten {
  width: 83.33333%; }

.eleven, .row .eleven {
  width: 91.66667%; }

.twelve, .row .twelve {
  width: 100%; }

.row .offset-by-one {
  margin-left: 8.33333%; }

.row .offset-by-two {
  margin-left: 16.66667%; }

.row .offset-by-three {
  margin-left: 25%; }

.row .offset-by-four {
  margin-left: 33.33333%; }

.row .offset-by-five {
  margin-left: 41.66667%; }

.row .offset-by-six {
  margin-left: 50%; }

.row .offset-by-seven {
  margin-left: 58.33333%; }

.row .offset-by-eight {
  margin-left: 66.66667%; }

.row .offset-by-nine {
  margin-left: 75%; }

.row .offset-by-ten {
  margin-left: 83.33333%; }

.push-two {
  left: 16.66667%; }

.pull-two {
  left: 16.66667%; }

.push-three {
  left: 25%; }

.pull-three {
  left: 25%; }

.push-four {
  left: 33.33333%; }

.pull-four {
  left: 33.33333%; }

.push-five {
  left: 41.66667%; }

.pull-five {
  left: 41.66667%; }

.push-six {
  left: 50%; }

.pull-six {
  left: 50%; }

.push-seven {
  left: 58.33333%; }

.pull-seven {
  left: 58.33333%; }

.push-eight {
  left: 66.66667%; }

.pull-eight {
  left: 66.66667%; }

.push-nine {
  left: 75%; }

.pull-nine {
  left: 75%; }

.push-ten {
  left: 83.33333%; }

.pull-ten {
  left: 83.33333%; }

/*img { height: auto; }*/
img, object, embed {
  max-width: 100%; }

img {
  -ms-interpolation-mode: bicubic; }

#map_canvas img, .map_canvas img {
  max-width: none !important; }

/* Nicolas Gallagher's micro clearfix */
.row {
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

/* Block Grids ---------------------- */
/* These are 2-up, 3-up, 4-up and 5-up ULs, suited
for repeating blocks of content. Add 'mobile' to
them to switch them just like the layout grid
(one item per line) on phones

For IE7/8 compatibility block-grid items need to be
the same height. You can optionally uncomment the
lines below to support arbitrary height, but know
that IE7/8 do not support :nth-child.
-------------------------------------------------- */
.block-grid {
  display: block;
  overflow: hidden;
  padding: 0; }
  .block-grid > li {
    display: block;
    height: auto;
    float: left; }
  .block-grid.one-up {
    margin: 0; }
    .block-grid.one-up > li {
      width: 100%;
      padding: 0 0 15px; }
  .block-grid.two-up {
    margin: 0 -15px; }
    .block-grid.two-up > li {
      width: 50%;
      padding: 0 15px 15px; }
      .block-grid.two-up > li:nth-child(2n+1) {
        clear: both; }
  .block-grid.three-up {
    margin: 0 -12px; }
    .block-grid.three-up > li {
      width: 33.33333%;
      padding: 0 12px 12px; }
      .block-grid.three-up > li:nth-child(3n+1) {
        clear: both; }
  .block-grid.four-up {
    margin: 0 -10px; }
    .block-grid.four-up > li {
      width: 25%;
      padding: 0 10px 10px; }
      .block-grid.four-up > li:nth-child(4n+1) {
        clear: both; }
  .block-grid.five-up {
    margin: 0 -8px; }
    .block-grid.five-up > li {
      width: 20%;
      padding: 0 8px 8px; }
      .block-grid.five-up > li:nth-child(5n+1) {
        clear: both; }
  .block-grid.six-up {
    margin: 0 -8px; }
    .block-grid.six-up > li {
      width: 16.66667%;
      padding: 0 8px 8px; }
      .block-grid.six-up > li:nth-child(6n+1) {
        clear: both; }
  .block-grid.seven-up {
    margin: 0 -8px; }
    .block-grid.seven-up > li {
      width: 14.28571%;
      padding: 0 8px 8px; }
      .block-grid.seven-up > li:nth-child(7n+1) {
        clear: both; }
  .block-grid.eight-up {
    margin: 0 -8px; }
    .block-grid.eight-up > li {
      width: 12.5%;
      padding: 0 8px 8px; }
      .block-grid.eight-up > li:nth-child(8n+1) {
        clear: both; }
  .block-grid.nine-up {
    margin: 0 -8px; }
    .block-grid.nine-up > li {
      width: 11.11111%;
      padding: 0 8px 8px; }
      .block-grid.nine-up > li:nth-child(9n+1) {
        clear: both; }
  .block-grid.ten-up {
    margin: 0 -8px; }
    .block-grid.ten-up > li {
      width: 10%;
      padding: 0 8px 8px; }
      .block-grid.ten-up > li:nth-child(10n+1) {
        clear: both; }
  .block-grid.eleven-up {
    margin: 0 -8px; }
    .block-grid.eleven-up > li {
      width: 9.09091%;
      padding: 0 8px 8px; }
      .block-grid.eleven-up > li:nth-child(11n+1) {
        clear: both; }
  .block-grid.twelve-up {
    margin: 0 -8px; }
    .block-grid.twelve-up > li {
      width: 8.33333%;
      padding: 0 8px 8px; }
      .block-grid.twelve-up > li:nth-child(12n+1) {
        clear: both; }

/* Visibility Classes ---------------------- */
/*                                           */
/* Standard (large) display targeting */
.show-for-small,
.show-for-medium,
.show-for-medium-down,
.hide-for-large,
.hide-for-large-up,
.show-for-xlarge,
.show-for-print {
  display: none !important; }

.hide-for-small,
.hide-for-medium,
.hide-for-medium-down,
.show-for-large,
.show-for-large-up,
.hide-for-xlarge,
.hide-for-print {
  display: inherit !important; }

/* Very large display targeting */
@media only screen and (min-width: 1441px) {
  .hide-for-small,
  .hide-for-medium,
  .hide-for-medium-down,
  .hide-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: inherit !important; }

  .show-for-small,
  .show-for-medium,
  .show-for-medium-down,
  .show-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: none !important; } }
/* Medium display targeting */
@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .hide-for-small,
  .show-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: inherit !important; }

  .show-for-small,
  .hide-for-medium,
  .hide-for-medium-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: none !important; } }
/* Small display targeting */
@media only screen and (max-width: 767px) {
  .show-for-small,
  .hide-for-medium,
  .show-for-medium-down,
  .hide-for-large,
  .hide-for-large-up,
  .hide-for-xlarge {
    display: inherit !important; }

  .hide-for-small,
  .show-for-medium,
  .hide-for-medium-down,
  .show-for-large,
  .show-for-large-up,
  .show-for-xlarge {
    display: none !important; } }
/* Orientation targeting */
.show-for-landscape,
.hide-for-portrait {
  display: inherit !important; }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }

@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: inherit !important; }

  .hide-for-landscape,
  .show-for-portrait {
    display: none !important; } }
@media screen and (orientation: portrait) {
  .show-for-portrait,
  .hide-for-landscape {
    display: inherit !important; }

  .hide-for-portrait,
  .show-for-landscape {
    display: none !important; } }
/* Touch-enabled device targeting */
.show-for-touch {
  display: none !important; }

.hide-for-touch {
  display: inherit !important; }

.touch .show-for-touch {
  display: inherit !important; }

.touch .hide-for-touch {
  display: none !important; }

/* Specific overrides for elements that require something other than display: block */
table.show-for-xlarge,
table.show-for-large,
table.hide-for-small,
table.hide-for-medium {
  display: table !important; }

@media only screen and (max-width: 1200px) and (min-width: 768px) {
  .touch table.hide-for-xlarge,
  .touch table.hide-for-large,
  .touch table.hide-for-small,
  .touch table.show-for-medium {
    display: table !important; } }
@media only screen and (max-width: 767px) {
  table.hide-for-xlarge,
  table.hide-for-large,
  table.hide-for-medium,
  table.show-for-small {
    display: table !important; } }
/* Covering almost all ----- */
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0; } }
/* Small Devices ------------ */
@media only screen and (max-width: 767px) {
  /* Global Misc --- */
  /*                 */
  .left, .right {
    float: none; }

  body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-left: 0;
    padding-left: 0;
    padding-left: 0; }

  /* The Grid --- */
  /*              */
  .row {
    width: auto;
    min-width: 0;
    margin-left: 0;
    margin-left: 0; }

  .column, .columns {
    width: auto !important;
    float: none; }

  .content-block .column, .content-block .columns {
    padding: 0;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #c2c2c2;
    margin-left: 15px;
    margin-right: 15px; }

  .column:last-child, .columns:last-child {
    float: none;
    margin-bottom: 0;
    border-bottom: none; }

  [class*="column"] + [class*="column"]:last-child {
    float: none; }

  .column:before, .columns:before, .column:after, .columns:after {
    content: "";
    display: table; }

  .column:after, .columns:after {
    clear: both; }

  /* Mobile 4-column Grid */
  .row .mobile-one {
    width: 25% !important;
    float: left;
    padding: 0 20px; }
    .row .mobile-one:last-child {
      float: left; }
    .row .mobile-one.end {
      float: left; }
  .row.collapse .mobile-one {
    padding: 0; }

  .row .mobile-two {
    width: 50% !important;
    float: left;
    padding: 0 20px; }
    .row .mobile-two:last-child {
      float: left; }
    .row .mobile-two.end {
      float: left; }
  .row.collapse .mobile-two {
    padding: 0; }

  .row .mobile-three {
    width: 75% !important;
    float: left;
    padding: 0 20px; }
    .row .mobile-three:last-child {
      float: left; }
    .row .mobile-three.end {
      float: left; }
  .row.collapse .mobile-three {
    padding: 0; }

  .row .mobile-four {
    width: 100% !important;
    float: left;
    padding: 0 20px; }
    .row .mobile-four:last-child {
      float: left; }
    .row .mobile-four.end {
      float: left; }
  .row.collapse .mobile-four {
    padding: 0; }

  .push-one-mobile {
    left: 25%; }

  .pull-one-mobile {
    left: 25%; }

  .push-two-mobile {
    left: 50%; }

  .pull-two-mobile {
    left: 50%; }

  .push-three-mobile {
    left: 75%; }

  .pull-three-mobile {
    left: 75%; }

  /* Block Grids --- */
  /*                 */
  .block-grid.mobile > li {
    float: none;
    width: 100%;
    margin-left: 0; }

  .block-grid > li {
    clear: none; }
  .block-grid.mobile-one-up > li {
    width: 100%; }
  .block-grid.mobile-two-up > li {
    width: 50%; }
    .block-grid.mobile-two-up > li:nth-child(2n+1) {
      clear: both; }
  .block-grid.mobile-three-up > li {
    width: 33.33333%; }
    .block-grid.mobile-three-up > li:nth-child(3n+1) {
      clear: both; }
  .block-grid.mobile-four-up > li {
    width: 25%; }
    .block-grid.mobile-four-up > li:nth-child(4n+1) {
      clear: both; }
  .block-grid.mobile-five-up > li {
    width: 20%; }
    .block-grid.mobile-five-up > li:nth-child(5n+1) {
      clear: both; }
  .block-grid.mobile-six-up > li {
    width: 16.66667%; }
    .block-grid.mobile-six-up > li:nth-child(6n+1) {
      clear: both; }
  .block-grid.mobile-seven-up > li {
    width: 14.28571%; }
    .block-grid.mobile-seven-up > li:nth-child(7n+1) {
      clear: both; }
  .block-grid.mobile-eight-up > li {
    width: 12.5%; }
    .block-grid.mobile-eight-up > li:nth-child(8n+1) {
      clear: both; }
  .block-grid.mobile-nine-up > li {
    width: 11.11111%; }
    .block-grid.mobile-nine-up > li:nth-child(9n+1) {
      clear: both; }
  .block-grid.mobile-ten-up > li {
    width: 10%; }
    .block-grid.mobile-ten-up > li:nth-child(10n+1) {
      clear: both; }
  .block-grid.mobile-eleven-up > li {
    width: 9.09091%; }
    .block-grid.mobile-eleven-up > li:nth-child(11n+1) {
      clear: both; }
  .block-grid.mobile-twelve-up > li {
    width: 8.33333%; }
    .block-grid.mobile-twelve-up > li:nth-child(12n+1) {
      clear: both; }

  /* Forms --- */
  /*           */
  /* Label alignment */
  label.right {
    text-align: left; }

  /* Extend width of all inputs */
  input[type="text"].one,
  input[type="password"].one,
  input[type="date"].one,
  input[type="datetime"].one,
  input[type="email"].one,
  input[type="number"].one,
  input[type="search"].one,
  input[type="tel"].one,
  input[type="time"].one,
  input[type="url"].one,
  textarea.one,
  .row textarea.one {
    width: 100% !important; }

  input[type="text"].two,
  input[type="password"].two,
  input[type="date"].two,
  input[type="datetime"].two,
  input[type="email"].two,
  input[type="number"].two,
  input[type="search"].two,
  input[type="tel"].two,
  input[type="time"].two,
  input[type="url"].two,
  textarea.two,
  .row textarea.two {
    width: 100% !important; }

  input[type="text"].three,
  input[type="password"].three,
  input[type="date"].three,
  input[type="datetime"].three,
  input[type="email"].three,
  input[type="number"].three,
  input[type="search"].three,
  input[type="tel"].three,
  input[type="time"].three,
  input[type="url"].three,
  textarea.three,
  .row textarea.three {
    width: 100% !important; }

  input[type="text"].four,
  input[type="password"].four,
  input[type="date"].four,
  input[type="datetime"].four,
  input[type="email"].four,
  input[type="number"].four,
  input[type="search"].four,
  input[type="tel"].four,
  input[type="time"].four,
  input[type="url"].four,
  textarea.four,
  .row textarea.four {
    width: 100% !important; }

  input[type="text"].five,
  input[type="password"].five,
  input[type="date"].five,
  input[type="datetime"].five,
  input[type="email"].five,
  input[type="number"].five,
  input[type="search"].five,
  input[type="tel"].five,
  input[type="time"].five,
  input[type="url"].five,
  textarea.five,
  .row textarea.five {
    width: 100% !important; }

  input[type="text"].six,
  input[type="password"].six,
  input[type="date"].six,
  input[type="datetime"].six,
  input[type="email"].six,
  input[type="number"].six,
  input[type="search"].six,
  input[type="tel"].six,
  input[type="time"].six,
  input[type="url"].six,
  textarea.six,
  .row textarea.six {
    width: 100% !important; }

  input[type="text"].seven,
  input[type="password"].seven,
  input[type="date"].seven,
  input[type="datetime"].seven,
  input[type="email"].seven,
  input[type="number"].seven,
  input[type="search"].seven,
  input[type="tel"].seven,
  input[type="time"].seven,
  input[type="url"].seven,
  textarea.seven,
  .row textarea.seven {
    width: 100% !important; }

  input[type="text"].eight,
  input[type="password"].eight,
  input[type="date"].eight,
  input[type="datetime"].eight,
  input[type="email"].eight,
  input[type="number"].eight,
  input[type="search"].eight,
  input[type="tel"].eight,
  input[type="time"].eight,
  input[type="url"].eight,
  textarea.eight,
  .row textarea.eight {
    width: 100% !important; }

  input[type="text"].nine,
  input[type="password"].nine,
  input[type="date"].nine,
  input[type="datetime"].nine,
  input[type="email"].nine,
  input[type="number"].nine,
  input[type="search"].nine,
  input[type="tel"].nine,
  input[type="time"].nine,
  input[type="url"].nine,
  textarea.nine,
  .row textarea.nine {
    width: 100% !important; }

  input[type="text"].ten,
  input[type="password"].ten,
  input[type="date"].ten,
  input[type="datetime"].ten,
  input[type="email"].ten,
  input[type="number"].ten,
  input[type="search"].ten,
  input[type="tel"].ten,
  input[type="time"].ten,
  input[type="url"].ten,
  textarea.ten,
  .row textarea.ten {
    width: 100% !important; }

  input[type="text"].eleven,
  input[type="password"].eleven,
  input[type="date"].eleven,
  input[type="datetime"].eleven,
  input[type="email"].eleven,
  input[type="number"].eleven,
  input[type="search"].eleven,
  input[type="tel"].eleven,
  input[type="time"].eleven,
  input[type="url"].eleven,
  textarea.eleven,
  .row textarea.eleven {
    width: 100% !important; }

  input[type="text"].twelve,
  input[type="password"].twelve,
  input[type="date"].twelve,
  input[type="datetime"].twelve,
  input[type="email"].twelve,
  input[type="number"].twelve,
  input[type="search"].twelve,
  input[type="tel"].twelve,
  input[type="time"].twelve,
  input[type="url"].twelve,
  textarea.twelve,
  .row textarea.twelve {
    width: 100% !important; }

  /* Buttons --- */
  /*             */
  /* Basic overrides */
  .button {
    display: block; }

  button.button, input[type="submit"].button, input[type="reset"].button {
    width: 100%;
    padding-left: 0;
    padding-left: 0; }

  /* Button Groups */
  .button-group button.button, .button-group input[type="submit"].button {
    width: auto;
    padding: 10px 20px 11px; }
    .button-group button.button.large, .button-group input[type="submit"].button.large {
      padding: 15px 30px 16px; }
    .button-group button.button.medium, .button-group input[type="submit"].button.medium {
      padding: 10px 20px 11px; }
    .button-group button.button.small, .button-group input[type="submit"].button.small {
      padding: 7px 14px 8px; }
    .button-group button.button.tiny, .button-group input[type="submit"].button.tiny {
      padding: 5px 10px 6px; }
  .button-group.even button.button, .button-group.even input[type="submit"].button {
    width: 100%;
    padding-left: 0;
    padding-left: 0; }

  /* Clearing --- */
  /*              */
  .clearing-container {
    margin: 0; }

  .clearing-close {
    z-index: 99;
    font-size: 110px;
    top: 0px;
    right: 5px; }

  .clearing-caption {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 10px !important;
    line-height: 1.3; }

  .clearing-main-right, .clearing-main-left {
    display: none; }

  .clearing-blackout.clearing-assembled .visible-img, .clearing-blackout.clearing-assembled .clearing-container {
    height: 100%; }
  .clearing-blackout.clearing-assembled ul[data-clearing] {
    display: none; }

  /* UI Elements --- */
  /*                 */
  /* Tooltips */
  .tooltip {
    font-size: 14px;
    line-height: 1.4;
    padding: 7px 10px 9px 10px;
    left: 50% !important;
    max-width: 80% !important;
    margin-left: -40%;
    font-size: 110%; }

  .tooltip > .nub, .tooltip.top > .nub, .tooltip.left > .nub, .tooltip.right > .nub {
    border-color: transparent transparent black transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.85) transparent;
    top: -12px;
    left: 10px; } }
/* Medium Devices ------------ */
@media only screen and (max-width: 1199px) and (min-width: 768px) {
  /* The Grid --- */
  /*              */
  .medium-one {
    width: 16.66667%; }

  .medium-two {
    width: 33.33333%; }

  .medium-three {
    width: 50%; }

  .medium-four {
    width: 66.66667%; }

  .medium-five {
    width: 83.33333%; }

  .medium-six {
    width: 100%; }

  .medium-seven {
    width: 116.66667%; }

  .medium-eight {
    width: 133.33333%; }

  .medium-nine {
    width: 150%; }

  .medium-ten {
    width: 166.66667%; }

  .medium-eleven {
    width: 183.33333%; }

  .medium-twelve {
    width: 200%; }

  .row {
    margin-left: 0;
    margin-right: 0;
    min-width: 0;
    width: auto; }

  /* medium 6-column Grid */
  .row .medium-one {
    width: 16.66667% !important;
    float: left;
    padding: 0 20px 20px 20px; }
    .row .medium-one:last-child {
      float: left; }
    .row .medium-one.end {
      float: left; }
  .row.collapse .medium-one {
    padding: 0; }

  .row .medium-two {
    width: 33.33333% !important;
    float: left;
    padding: 0 20px 20px 20px; }
    .row .medium-two:last-child {
      float: left; }
    .row .medium-two.end {
      float: left; }
  .row.collapse .medium-two {
    padding: 0; }

  .row .medium-three {
    width: 50% !important;
    float: left;
    padding: 0 20px 20px 20px; }
    .row .medium-three:last-child {
      float: left; }
    .row .medium-three.end {
      float: left; }
  .row.collapse .medium-three {
    padding: 0; }

  .row .medium-four {
    width: 66.66667% !important;
    float: left;
    padding: 0 20px 20px 20px; }
    .row .medium-four:last-child {
      float: left; }
    .row .medium-four.end {
      float: left; }
  .row.collapse .medium-four {
    padding: 0; }

  .row .medium-five {
    width: 83.33333% !important;
    float: left;
    padding: 0 20px 20px 20px; }
    .row .medium-five:last-child {
      float: left; }
    .row .medium-five.end {
      float: left; }
  .row.collapse .medium-five {
    padding: 0; }

  .row .medium-six {
    width: 100% !important;
    float: left;
    padding: 0 20px 20px 20px; }
    .row .medium-six:last-child {
      float: left; }
    .row .medium-six.end {
      float: left; }
  .row.collapse .medium-six {
    padding: 0; }

  .push-one-medium {
    left: 16.66667%; }

  .pull-one-medium {
    left: 16.66667%; }

  .push-two-medium {
    left: 33.33333%; }

  .pull-two-medium {
    left: 33.33333%; }

  .push-three-medium {
    left: 50%; }

  .pull-three-medium {
    left: 50%; }

  .push-four-medium {
    left: 66.66667%; }

  .pull-four-medium {
    left: 66.66667%; }

  .push-five-medium {
    left: 83.33333%; }

  .pull-five-medium {
    left: 83.33333%; }

  /* Block Grids --- */
  /*                 */
  .block-grid.medium > li {
    float: none;
    width: 100%;
    margin-left: 0; }

  .block-grid > li {
    clear: none; }
  .block-grid.medium-one-up > li {
    width: 100%; }
  .block-grid.medium-two-up > li {
    width: 50%; }
    .block-grid.medium-two-up > li:nth-child(2n+1) {
      clear: both; }
  .block-grid.medium-three-up > li {
    width: 33.33333%; }
    .block-grid.medium-three-up > li:nth-child(3n+1) {
      clear: both; }
  .block-grid.medium-four-up > li {
    width: 25%; }
    .block-grid.medium-four-up > li:nth-child(4n+1) {
      clear: both; }
  .block-grid.medium-five-up > li {
    width: 20%; }
    .block-grid.medium-five-up > li:nth-child(5n+1) {
      clear: both; }
  .block-grid.medium-six-up > li {
    width: 16.66667%; }
    .block-grid.medium-six-up > li:nth-child(6n+1) {
      clear: both; }
  .block-grid.medium-seven-up > li {
    width: 14.28571%; }
    .block-grid.medium-seven-up > li:nth-child(7n+1) {
      clear: both; }
  .block-grid.medium-eight-up > li {
    width: 12.5%; }
    .block-grid.medium-eight-up > li:nth-child(8n+1) {
      clear: both; }
  .block-grid.medium-nine-up > li {
    width: 11.11111%; }
    .block-grid.medium-nine-up > li:nth-child(9n+1) {
      clear: both; }
  .block-grid.medium-ten-up > li {
    width: 10%; }
    .block-grid.medium-ten-up > li:nth-child(10n+1) {
      clear: both; }
  .block-grid.medium-eleven-up > li {
    width: 9.09091%; }
    .block-grid.medium-eleven-up > li:nth-child(11n+1) {
      clear: both; }
  .block-grid.medium-twelve-up > li {
    width: 8.33333%; }
    .block-grid.medium-twelve-up > li:nth-child(12n+1) {
      clear: both; } }
/* Base Variables (ONLY MODIFY DO NOT DELETE) */
/** 
font-family:'Open Sans';
font-family:'DIN Next W01 Light';
font-family:'DIN Next W01 Medium';
font-family:'DIN Next W01 Regular';
**/
/* Text direction settings (ONLY MODIFY DO NOT DELETE) */
html {
  font-size: 62.5%; }

body {
  font-family: "Open Sans", arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: #333333;
  font-size: 16px;
  font-size: 1.6rem; }

h1, h2, h3, h4, h5, h6, a, p {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "Open Sans", arial, sans-serif; }

a {
  font-weight: 400;
  font-style: normal; }

h1 {
  font-size: 32px;
  font-size: 3.2rem;
  line-height: 32px;
  margin: 27px 0;
  font-style: normal;
  font-weight: 600;
  letter-spacing: -1px;
  color: #222222;
  font-family: "Open Sans", sans-serif; }

h2 {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 28px;
  font-style: normal;
  font-weight: 400;
  font-family: "Open Sans", arial, sans-serif;
  color: #222222;
  margin-bottom: 25px; }

h3 {
  font-style: normal;
  font-weight: 600;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 28px;
  margin-bottom: 20px;
  color: #222222;
  text-indent: 0px; }

h4 {
  font-style: normal;
  font-weight: 600;
  font-family: "Open Sans", arial, sans-serif;
  font-size: 21px;
  font-size: 2.1rem;
  color: #222222;
  line-height: 30px; }

h5 {
  font-style: italic;
  font-weight: 600;
  font-family: "Open Sans", arial, sans-serif;
  line-height: 28px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #222222;
  margin-bottom: 0px; }

h6 {
  font-style: normal;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  color: #222222;
  line-height: 28px; }

p a:link, p a:visited {
  color: #d9001a;
  text-decoration: none;
  font-weight: 700; }

p a:hover {
  text-decoration: underline; }

p {
  color: #222222;
  margin-bottom: 35px;
  font-style: normal;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 26px; }

#primary_container p {
  margin-bottom: 20px; }

ul, ol {
  list-style-type: square;
  padding: 0 0 0 18px;
  margin-bottom: 35px; }
  ul li, ol li {
    color: #222222;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0 0 10px;
    line-height: 20px; }
    ul li span, ol li span {
      font-size: 14px;
      font-size: 1.4rem;
      color: #333333; }

ol {
  list-style-type: decimal; }

p.intro {
  font-size: 22px;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 400;
  font-family: "Open Sans", arial, sans-serif;
  line-height: 30px;
  margin-top: 0px;
  text-align: center;
  color: #333333; }

blockquote {
  margin: 0 30px 35px; }

p.blockquote, blockquote p {
  text-indent: 0px;
  font-style: normal;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #d9001a;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 42px; }

.imgNormal, .imgLeft, .imgRight {
  padding: 0 0 10px; }

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 42px; }

  h2 {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 30px; }

  h3 {
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 36px; }

  h4 {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px; }

  h5 {
    font-size: 20px;
    font-size: 2rem; }

  h6 {
    font-size: 20px;
    font-size: 2rem; }

  p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px; }

  blockquote, p.blockquote {
    max-width: 260px;
    float: left;
    margin-right: 30px; }

  .imgNormal {
    padding: 0 0 15px; }

  .imgLeft {
    float: left;
    padding: 0 20px 15px 0; }

  .imgRight {
    float: right;
    padding: 0 0 15px 20px; }

  p.intro {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 46px; } }
@media only screen and (min-width: 1200px) {
  p {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px; }

  p.intro {
    margin-bottom: 70px; }

  .textSection p.intro {
    width: 840px; } }
/* Requires
   globals.css */
/* Standard Forms ---------------------- */
form {
  margin: 0 0 20px; }

.row form .row {
  margin: 0 -15px; }
  .row form .row .column, .row form .row .columns {
    padding: 0 15px; }
  .row form .row.collapse {
    margin: 0; }
    .row form .row.collapse .column, .row form .row.collapse .columns {
      padding: 0; }

label {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Open Sans", sans-serif;
  color: black;
  cursor: pointer;
  display: block;
  font-weight: 600;
  margin-bottom: 12px; }
  label.right {
    float: none;
    text-align: right; }
  label.inline {
    line-height: 61px;
    margin: 0 0 30px 0; }
  label.label-radio {
    font-size: 16px;
    font-size: 1.6rem;
    color: black;
    font-weight: 400;
    float: left;
    padding: 0 25px 0 0;
    margin: 0 0 20px; }
  label.info {
    font-weight: 400;
    color: #555555; }

.prefix, .postfix {
  display: block;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  height: 41px;
  line-height: 60px; }

a.button.prefix, a.button.postfix {
  padding-left: 0;
  padding-left: 0;
  text-align: center; }

span.prefix, span.postfix {
  background: #f2f2f2;
  border: 1px solid #cccccc; }

.prefix, .prefix.button {
  left: 2px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  overflow: hidden; }

.postfix, .postfix.button {
  left: 2px;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0; }

input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea {
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: black;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 20px 0;
  padding: 6px 15px;
  height: 41px;
  width: 100%;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-box-shadow: inset 1px 2px 6px #d0d0d0;
  -moz-box-shadow: inset 1px 2px 6px #d0d0d0;
  box-shadow: inset 1px 2px 6px #d0d0d0; }
  input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus {
    /*background: #f8a3a8; border-color: $inputFocusBorderColor;*/
    outline: none; }
  input[type="text"][disabled], input[type="password"][disabled], input[type="date"][disabled], input[type="datetime"][disabled], input[type="email"][disabled], input[type="number"][disabled], input[type="search"][disabled], input[type="tel"][disabled], input[type="time"][disabled], input[type="url"][disabled], textarea[disabled] {
    background-color: #ddd; }

textarea {
  height: auto; }

select {
  width: 100%;
  background-color: white;
  font-family: inherit;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  color: black;
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin: 0 0 20px 0;
  padding: 7.5px 15px;
  height: 41px;
  width: 100%;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-box-shadow: inset 1px 2px 6px #d0d0d0;
  -moz-box-shadow: inset 1px 2px 6px #d0d0d0;
  box-shadow: inset 1px 2px 6px #d0d0d0; }
  select:focus {
    background: #fafafa;
    border-color: #e9edf0;
    outline: none; }

/* Fieldsets */
fieldset {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: 21px 20px;
  margin: 18px 0;
  background: #EFEFEF;
  border: none; }
  fieldset legend {
    font-weight: bold;
    background: white;
    padding: 0 3px;
    margin: 0;
    margin-left: -3px; }

/* Errors */
.error input, input.error, .error textarea, textarea.error, .error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus {
  border-color: #d60019;
  background-color: rgba(214, 0, 25, 0.1); }

.error input:focus, input.error:focus, .error textarea:focus, textarea.error:focus {
  outline-color: #ff7081; }

.error label, label.error {
  color: #d60019; }

.error small, small.error {
  display: block;
  padding: 6px 4px;
  margin-top: -31px;
  margin-bottom: 30px;
  background: #d60019;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px; }

/* Custom Forms ---------------------- */
form.custom {
  /* Custom input, disabled */ }
  form.custom span.custom {
    display: inline-block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 2px;
    left: 0;
    border: solid 1px #353535;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #373737), color-stop(100%, #7a7a7a));
    background-image: -webkit-linear-gradient(#373737, #7a7a7a);
    background-image: -moz-linear-gradient(#373737, #7a7a7a);
    background-image: -o-linear-gradient(#373737, #7a7a7a);
    background-image: linear-gradient(#373737, #7a7a7a); }
    form.custom span.custom.radio {
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      -o-border-radius: 100px;
      border-radius: 100px; }
    form.custom span.custom.checkbox:before {
      content: "";
      display: block;
      line-height: 0.8;
      height: 14px;
      width: 14px;
      text-align: center;
      position: absolute;
      top: 0;
      left: 0;
      font-size: 14px;
      color: #fff; }
    form.custom span.custom.radio.checked:before {
      content: "";
      display: block;
      width: 11px;
      height: 11px;
      -webkit-border-radius: 100px;
      -moz-border-radius: 100px;
      -ms-border-radius: 100px;
      -o-border-radius: 100px;
      border-radius: 100px;
      background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fafafa), color-stop(100%, #d2d2d2));
      background-image: -webkit-linear-gradient(#fafafa, #d2d2d2);
      background-image: -moz-linear-gradient(#fafafa, #d2d2d2);
      background-image: -o-linear-gradient(#fafafa, #d2d2d2);
      background-image: linear-gradient(#fafafa, #d2d2d2);
      position: relative;
      top: 7px;
      left: 7px;
      -webkit-box-shadow: 1px 1px 1px black;
      -moz-box-shadow: 1px 1px 1px black;
      box-shadow: 1px 1px 1px black; }
    form.custom span.custom.checkbox.checked:before {
      content: "\00d7";
      color: #222222; }
  form.custom label.custom {
    padding: 5px 0 0 38px;
    position: relative;
    font-family: inherit;
    color: #555555;
    font-weight: 400; }
  form.custom .custom.disabled {
    background-color: #dddddd; }

/* Correct FF custom dropdown height */
@-moz-document url-prefix() {
  form.custom div.custom.dropdown a.selector {
    height: 28px; } }

.lt-ie9 form.custom div.custom.dropdown a.selector {
  height: 28px; }

.button {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #e9edf0;
  border-radius: 4px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 1em;
  padding: 9px 12px;
  position: relative;
  text-decoration: none;
  width: 100%;
  max-width: 100%;
  border: none;
  text-align: center;
  /* Sizes */
  /* Icons */ }
  .button:hover, .button:focus {
    color: #fff;
    background: #f8f9fa; }
  .button.expand {
    width: 100%;
    text-align: center; }
  .button [class^="icon-"]:before {
    font-size: 27px;
    float: right;
    color: white;
    opacity: 0.5; }
  .button.search {
    background-color: #d9001a;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    font-style: normal;
    padding: 12px 13px 12px 4px !important; }
    .button.search i {
      color: #fff;
      margin-left: 10px; }
      .button.search i:before {
        font-size: 20px;
        font-size: 2rem;
        opacity: 1;
        float: none; }
    .button.search:hover {
      background-color: #f3001d; }

.button-with-icon {
  text-align: left;
  padding: 9px 4px 8px 13px;
  line-height: 28px; }

.button-submit {
  padding: 9px 4px 8px 13px;
  line-height: 28px; }

.button-reset {
  background: #ededed;
  margin: 0 0 15px 0; }
  .button-reset:hover, .button-reset:focus {
    background: #f9f9f9; }

/* Don't use native buttons on iOS */
input[type=submit].button, button.button {
  -webkit-appearance: none; }

/* Correct FF button padding */
@-moz-document url-prefix() {
  button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0; } }

.readMore {
  text-align: left;
  /* Icons */ }
  .readMore .btnTxt {
    margin-top: 5px;
    margin-left: 5px;
    float: left; }
  .readMore [data-icon]:before {
    font-size: 55px;
    top: 2px;
    color: #53a7dd; }

/* Pagination */
.pagination {
  display: block;
  height: 40px;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
  font-size: 0; }
  .pagination li {
    float: none;
    display: inline-block;
    height: 40px;
    color: #d4d4d4;
    margin-left: 5px; }
    .pagination li a, .pagination li span {
      display: block;
      padding: 1px 16px 1px;
      color: white;
      font-size: 18px;
      font-size: 1.8rem;
      font-style: normal;
      line-height: 40px;
      font-weight: 700;
      font-family: "Open Sans", arial, sans-serif;
      background: #e9edf0;
      text-decoration: none;
      -webkit-border-radius: 6px;
      -moz-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px; }
    .pagination li:hover a, .pagination li a:focus {
      background: #cbd4db; }
    .pagination li.prev a, .pagination li.next a, .pagination li.prev span, .pagination li.next span {
      background: none;
      color: #e9edf0; }
    .pagination li.prev {
      margin-left: 0; }
    .pagination li.unavailable a, .pagination li.unavailable span {
      cursor: default;
      color: #999; }
    .pagination li.unavailable:hover a, .pagination li.unavailable a:focus {
      background: transparent; }
    .pagination li.current span {
      font-weight: bold;
      cursor: default;
      color: #555;
      background: none; }

/* Alerts  */
.alert {
  display: block;
  padding: 6px 7px 7px;
  font-weight: bold;
  font-size: 16px;
  color: white;
  background-color: #e9edf0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3);
  position: relative;
  font-style: normal; }
  .alert a.close {
    color: #333;
    position: absolute;
    left: 4px;
    top: -1px;
    font-size: 25px;
    font-size: 2.5rem;
    opacity: 0.2;
    padding: 4px;
    font-family: "entypo";
    line-height: 1rem; }
  .alert a.close:hover, .alert a.close:focus {
    opacity: 0.4;
    cursor: pointer; }

.alert-success {
  background-color: #5da423;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3); }

.alert-error {
  background-color: #d60019;
  color: #fff;
  text-shadow: 0 -1px rgba(0, 0, 0, 0.3); }

.alert-secondary {
  background-color: #d9001a;
  color: black;
  text-shadow: 0 1px rgba(255, 255, 255, 0.3); }

@media print {
  /* Print =================================================== */
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  @page {
    margin: 0.5cm; }

  h2, h3 {
    orphans: 3;
    widows: 3;
    page-break-after: avoid; }

  p {
    orphans: 3;
    widows: 3; }

  pre, blockquote {
    border: 1px solid #333;
    page-break-inside: avoid; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  img {
    max-width: 100% !important;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr {
    page-break-inside: avoid; }

  footer, aside, nav, .menu {
    display: none !important; }

  header.top {
    background: none !important;
    height: auto !important; }

  .logo {
    background: none !important;
    text-indent: 0 !important;
    font-size: 44px !important;
    width: auto !important;
    height: auto !important;
    float: none !important;
    margin: 15px !important;
    padding: 20px 0 0 0 !important;
    text-decoration: none !important; }
    .logo[href]:after {
      content: ""; }

  .teaser {
    border-bottom: 2px solid #000 !important; }
    .teaser a:after {
      content: "" !important; }

  .thumbnail {
    width: auto !important; }

  .wrapper .columns {
    width: 100% !important; }

  .header-search, .bannerRotator, .fluid-width-video-wrapper {
    display: none !important; }

  .row {
    width: auto !important;
    float: none !important; } }
@media only screen and (min-width: 600px) {
  /* 600 =================================================== */
  /* Home Styles */
  /* Default Styles */
  .registerSubscriberOptions .centricLoginCreateInput {
    margin-left: 155px; } }
@media only screen and (min-width: 768px) {
  /* 768 =================================================== */
  .navWrapper {
    background-color: #e9edf0;
    background-image: url("/custom/files/media/bsa_nav_background.png");
    background-repeat: repeat-y;
    background-position: 50% 0; }
    .navWrapper .navigation {
      padding: 0; }

  .logo {
    display: block;
    margin: 34px 1px 27px 1px; }

  #nav .logo-div {
    display: none; }
  #nav .nav-row {
    float: right; }
  #nav #nav-toggle-btn {
    display: none; }
  #nav #navControl_centricDynamicMenu {
    max-width: 1200px; }
  #nav .centricSiteMapLevel_0 {
    background-color: #ffffff; }
    #nav .centricSiteMapLevel_0.sf-menu {
      max-height: 70px;
      overflow: visible;
      margin-left: 20px; }
    #nav .centricSiteMapLevel_0 li ul {
      -webkit-box-shadow: 3px 3px 15px 0px rgba(50, 50, 50, 0.65);
      -moz-box-shadow: 3px 3px 15px 0px rgba(50, 50, 50, 0.65);
      box-shadow: 3px 3px 15px 0px rgba(50, 50, 50, 0.65);
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      padding: 0; }
      #nav .centricSiteMapLevel_0 li ul li a {
        padding-left: 20px; }
      #nav .centricSiteMapLevel_0 li ul li ul li a {
        padding-left: 20px; }
    #nav .centricSiteMapLevel_0 .centricSiteMapLevel_0 li ul li ul li a {
      padding-left: 50px; }
  #nav .sf-menu {
    margin: 0; }
    #nav .sf-menu ul {
      width: 15em; }
      #nav .sf-menu ul li.sfHover ul {
        top: 0;
        left: 15em; }
        #nav .sf-menu ul li.sfHover ul.reverse {
          left: -15rem; }
    #nav .sf-menu li {
      background-color: #ffffff;
      display: inline-block;
      vertical-align: top; }
      #nav .sf-menu li.sfHover ul {
        top: 4em; }
      #nav .sf-menu li:last-child {
        border: 0; }
      #nav .sf-menu li#centricSiteMapPageId_1 a {
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        background-image: url("/custom/files/media/home_nav_icon.png");
        background-repeat: no-repeat;
        background-position: 50% 50%;
        padding: 27px 0; }
      #nav .sf-menu li a {
        border: 0;
        color: #333;
        font-family: "Open Sans", arial, sans-serif;
        font-size: 12px;
        font-size: 1.2rem;
        text-transform: uppercase;
        padding: 17px 15px;
        font-weight: 600; }
        #nav .sf-menu li a:hover {
          background-color: #ffffff;
          text-decoration: underline; }
        #nav .sf-menu li a:visited {
          color: #333; }
        #nav .sf-menu li a > .sf-sub-indicator {
          background-image: none; }

  #centricEditModeLink {
    top: 56px; }

  #navControl_centricDynamicMenu .nav-row {
    margin: 0; }

  .shareThis {
    width: 100%;
    padding: 9px;
    text-align: right;
    display: inline-block;
    margin-top: 47px; }
    .shareThis .shareThisText {
      display: none; }
    .shareThis a {
      text-decoration: none; }
      .shareThis a i {
        color: #6e8393;
        font-size: 22px;
        font-size: 2.2rem;
        text-decoration: none;
        padding: 6px; }

  /* Home Styles */
  .home .titleSection > div {
    height: 813px; }
  .home .titleSection h1 {
    margin-top: 260px;
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 30px;
    font-size: 64px;
    font-size: 6.4rem;
    line-height: 70px;
    line-height: 7rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.13);
    text-align: left; }
    .home .titleSection h1 .strong {
      display: inline; }
  .home .titleSection .info {
    display: block;
    color: #FFF;
    padding: 0 30px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 36px;
    line-height: 3.6rem;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.13);
    margin-bottom: 50px;
    font-family: "Open Sans", sans-serif; }
  .home .titleSection .button {
    width: 312px;
    margin: 0 0 0 24px; }
  .home .carouselSection .carouselHeading {
    padding: 30px 0;
    font-size: 20px;
    font-size: 2rem; }
    .home .carouselSection .carouselHeading p {
      font-size: 20px;
      font-size: 2rem; }
  .home .carouselSection .carouselContainer {
    width: 600px;
    min-width: 600px; }
    .home .carouselSection .carouselContainer .crsl-items {
      padding-left: 0px; }
      .home .carouselSection .carouselContainer .crsl-items .crsl-item {
        max-width: 280px;
        margin-right: 40px !important; }
  .home .cmsTabBar .cmsTabButton {
    padding: 38px 47px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
    line-height: 3.4rem; }
    .home .cmsTabBar .cmsTabButton .tabico {
      margin-right: 20px; }

  /* Default Styles */
  .titleSection {
    margin-bottom: 80px; }
    .titleSection > div {
      background-size: cover;
      height: 481px; }
    .titleSection h1 {
      margin: 224px 0 0;
      font-size: 64px;
      font-size: 6.4rem; }

  .textSection {
    margin: 0 auto;
    width: 670px; }

  /* Default Article */
  .article #primary_container #title {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px; }
  .article #primary_container #article-banner {
    margin-left: 0px;
    margin-right: 0px; }
  .article #primary_container #article-metadata-topics {
    margin-left: 0px;
    margin-right: 0px; }
    .article #primary_container #article-metadata-topics .share {
      width: 122px;
      height: 50px;
      padding-top: 15px; }
    .article #primary_container #article-metadata-topics .featured-topics-box {
      padding-top: 15px;
      height: 50px;
      border-right: 1px #cfcfcf solid; }
      .article #primary_container #article-metadata-topics .featured-topics-box * {
        display: inline !important;
        padding: 0px !important; }
      .article #primary_container #article-metadata-topics .featured-topics-box .featured-topics {
        border: none; }
      .article #primary_container #article-metadata-topics .featured-topics-box .featured-nolink {
        padding-left: 20px !important;
        padding-right: 7px !important; }
      .article #primary_container #article-metadata-topics .featured-topics-box .icon-arrow-down, .article #primary_container #article-metadata-topics .featured-topics-box .featured-link {
        display: none !important; }
  .article #primary_container #article-images {
    margin-left: 0px;
    margin-right: 0px; }
    .article #primary_container #article-images .images-title {
      margin: 0px 0px 15px; }
    .article #primary_container #article-images .bsa-slider .slides .flex-caption {
      padding-left: 0px;
      padding-right: 0px; }
  .article #secondary_container #about-column {
    display: none; }
  .article #secondary_container #quick-facts-column {
    display: none; }
  .article #secondary_container .trending-topics {
    margin: 0px; }
  .article #secondary_container .related-stories {
    margin: 0px;
    border-left: 1px #cfcfcf solid;
    border-right: 1px #cfcfcf solid; }
  .article #secondary_container .advertisement {
    margin: 0px; }
  .article #secondary_container #updates-column {
    display: block; }

  .article-key-contacts {
    margin-left: 0px;
    margin-right: 0px;
    padding: 0px; }
    .article-key-contacts .article-key-contact {
      margin-bottom: 28px; }
      .article-key-contacts .article-key-contact .article-key-contact-thumbnail {
        margin-right: 38px;
        width: 113px; }
        .article-key-contacts .article-key-contact .article-key-contact-thumbnail img {
          width: 113px;
          height: 113px; }
      .article-key-contacts .article-key-contact .article-key-contact-titles {
        float: left;
        width: 230px;
        border: none; }
      .article-key-contacts .article-key-contact .article-key-contact-contacts {
        width: auto;
        margin: 0px 0px 0px 16px; }

  #centricSearchResults .article-key-contacts .article-key-contact .article-key-contact-titles {
    width: 400px; }

  footer .siteinfo {
    padding-top: 40px; }
    footer .siteinfo .wrapper {
      max-width: 768px; }
    footer .siteinfo .quickLinks {
      padding: 0 10px; }
    footer .siteinfo h4 {
      font-size: 18px;
      font-size: 1.8rem; }
    footer .siteinfo .footerInfo {
      padding: 0 10px; }
      footer .siteinfo .footerInfo p {
        font-size: 14px;
        font-size: 1.4rem; }
        footer .siteinfo .footerInfo p.description {
          display: block;
          line-height: 1.8em;
          width: 375px;
          margin-bottom: 32px; }
        footer .siteinfo .footerInfo p.learnMore {
          display: block; }
        footer .siteinfo .footerInfo p a {
          text-decoration: none; }
      footer .siteinfo .footerInfo .copyright {
        font-size: 12px;
        font-size: 1.2rem;
        text-align: left; }
    footer .siteinfo #footerNav {
      margin: 18px 0;
      padding-left: 0px; }
      footer .siteinfo #footerNav li {
        border: 0;
        padding: 11px 26px; }
        footer .siteinfo #footerNav li a {
          font-size: 14px;
          font-size: 1.4rem;
          vertical-align: bottom;
          padding-left: 3px; }
    footer .siteinfo .footerSocial {
      margin-top: 20px;
      text-align: center;
      margin-bottom: 13px; }
      footer .siteinfo .footerSocial li {
        display: list-item;
        padding: 8px 0; }
        footer .siteinfo .footerSocial li a span {
          display: inline; }
        footer .siteinfo .footerSocial li a i {
          padding: 10px 24px 10px 0px;
          vertical-align: middle; }
    footer .siteinfo .logo {
      display: block; }
      footer .siteinfo .logo.mobileRetina {
        display: none; }
  footer .copyrightWrapper .copyright {
    margin-top: 20px;
    font-size: 13px;
    font-size: 1.3rem; }
    footer .copyrightWrapper .copyright .allRightsReserved {
      display: inline; }
  footer .copyrightWrapper .saLogoWrapper {
    display: inline-block; }
    footer .copyrightWrapper .saLogoWrapper .saLogo {
      width: 160px;
      height: 77px;
      background-repeat: no-repeat;
      background-size: contain; }
  footer .toTopWrapper {
    margin-top: 20px;
    text-align: right;
    text-transform: uppercase; }
    footer .toTopWrapper .toTop {
      font-size: 12px;
      font-size: 1.2rem; }
      footer .toTopWrapper .toTop span {
        display: inline; }
      footer .toTopWrapper .toTop i {
        font-size: 26px;
        font-size: 2.6rem;
        vertical-align: middle;
        padding: 10px 0px 10px 10px; }

  .contactSection .contactSectionInner {
    max-width: 768px; }
    .contactSection .contactSectionInner h2 {
      font-size: 48px;
      font-size: 4.8rem; }
    .contactSection .contactSectionInner form#contact-form-tablet .element, .contactSection .contactSectionInner form#contact-form-desktop .element {
      width: auto; }
      .contactSection .contactSectionInner form#contact-form-tablet .element input[type="submit"], .contactSection .contactSectionInner form#contact-form-desktop .element input[type="submit"] {
        width: 320px;
        font-size: 22px;
        font-size: 2.2rem;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        padding: 18px 15px 15px 22px;
        background-position: 96% 50%; }
      .contactSection .contactSectionInner form#contact-form-tablet .element .formElementContainer, .contactSection .contactSectionInner form#contact-form-desktop .element .formElementContainer {
        font-size: 18px;
        font-size: 1.8rem; }
        .contactSection .contactSectionInner form#contact-form-tablet .element .formElementContainer input[type="text"], .contactSection .contactSectionInner form#contact-form-desktop .element .formElementContainer input[type="text"] {
          width: 320px;
          font-size: 18px;
          font-size: 1.8rem; }
        .contactSection .contactSectionInner form#contact-form-tablet .element .formElementContainer textarea, .contactSection .contactSectionInner form#contact-form-desktop .element .formElementContainer textarea {
          font-size: 18px;
          font-size: 1.8rem;
          width: 660px; }
        .contactSection .contactSectionInner form#contact-form-tablet .element .formElementContainer select, .contactSection .contactSectionInner form#contact-form-desktop .element .formElementContainer select {
          width: 320px;
          height: 49px; }

  .productFeature {
    width: 220px;
    height: 220px;
    color: #ffffff;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 30px;
    background-color: #535d66;
    cursor: pointer; }

  .productFeatureActive {
    background-color: #535d66;
    width: 760px;
    height: 426px;
    display: none; }
    .productFeatureActive .title {
      width: 260px;
      height: 426px;
      color: #ffffff;
      font-size: 36px;
      font-size: 3.6rem;
      padding: 76px 38px;
      display: inline-block;
      float: left; }
    .productFeatureActive .description {
      height: 426px;
      width: 500px;
      padding: 80px;
      display: inline-block;
      float: left;
      position: relative; }
      .productFeatureActive .description p {
        font-size: 18px;
        font-size: 1.8rem;
        color: #ffffff; }
      .productFeatureActive .description .closeButton {
        position: absolute;
        top: 0;
        right: 0;
        color: #697176;
        width: 40px;
        height: 40px;
        background-color: #444d54;
        cursor: pointer; }
        .productFeatureActive .description .closeButton i {
          font-size: 22px;
          font-size: 2.2rem;
          padding: 8px;
          line-height: 40px; }

  .carouselSection {
    position: relative; }
    .carouselSection .crsl-nav {
      width: 200px;
      margin: 0 auto;
      text-align: center; }
      .carouselSection .crsl-nav a {
        text-decoration: none;
        color: #666666; }
        .carouselSection .crsl-nav a:hover {
          color: #dc0029; }
      .carouselSection .crsl-nav span {
        display: inline-block;
        text-indent: -9999px; }
      .carouselSection .crsl-nav .slide {
        font-size: 18px;
        font-size: 1.8rem; }
    .carouselSection .crsl-items {
      width: 880px !important;
      margin: 0 auto;
      margin-top: 40px; }
    .carouselSection .crsl-item {
      width: 220px !important;
      height: 220px !important;
      margin-right: 25px !important; }
    .carouselSection .carouselOverlay {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      z-index: -999;
      background-color: rgba(255, 255, 255, 0.5); }
      .carouselSection .carouselOverlay .activeContainer {
        width: 100%;
        margin: 0 auto; }

  .social-updates .icons a {
    margin-left: 20px; }

  #secondary_container .social-updates {
    background-color: #d9001a; }
    #secondary_container .social-updates h3 {
      float: left;
      margin: 12px 20px 0px;
      color: white; }
    #secondary_container .social-updates .icons {
      float: right; }

  .ourUpdates {
    margin-top: auto; }

  .featured .article .thumbnail,
  .storiesListing .article .thumbnail {
    width: 160px;
    height: 160px; }
  .featured .article .body,
  .storiesListing .article .body {
    margin-left: 180px; }
    .featured .article .body h3 a,
    .storiesListing .article .body h3 a {
      font-size: 22px;
      font-size: 2.2rem; }
    .featured .article .body .details,
    .storiesListing .article .body .details {
      display: block; }
    .featured .article .body p,
    .storiesListing .article .body p {
      display: block; }

  .siteinfo .social-updates {
    padding: 30px 0;
    margin: 0; }
    .siteinfo .social-updates h3 {
      font-size: 18px;
      font-size: 1.8rem; }
    .siteinfo .social-updates .icons a {
      vertical-align: top;
      color: #222; }
      .siteinfo .social-updates .icons a i {
        color: #7b8994; }
        .siteinfo .social-updates .icons a i:hover {
          color: rgba(0, 2, 34, 0.8); }
  .siteinfo .contactUs {
    padding-top: 30px; }

  .whatsNew {
    margin: 20px 0; }
    .whatsNew .header .links a .label {
      display: none; }

  #centricSubscriptionButtons input {
    width: auto; }

  .dontMiss .centricListingHeading {
    padding: 0; }

  #section-overview .section a {
    font-size: 22px;
    font-size: 2.2rem; }
  #section-overview .section p {
    display: block; }

  .internalPageSlider {
    margin-top: 27px; }
    .internalPageSlider .slider .flexslider .slides li .slide {
      height: 430px; }

  /* Sitemap */
  #primary_container #centricSiteMapDiv .centricSiteMapLevel_0 {
    margin: 0px -20px; }
    #primary_container #centricSiteMapDiv .centricSiteMapLevel_0 > li {
      padding: 0px 20px;
      width: 50%; }
  #primary_container ul.rss li p {
    width: 70%;
    padding-right: 20px; }
  #primary_container ul.rss li a.rss {
    width: 30%;
    margin-top: 0; }

  /* Article comments */
  .com_post_form .com_post .com_inputs .com_user_details {
    width: 50%;
    float: left;
    padding-right: 10px; }
    .com_post_form .com_post .com_inputs .com_user_details input {
      height: 57px; }
    .com_post_form .com_post .com_inputs .com_user_details .com_email_container {
      margin-top: 23px; }
  .com_post_form .com_post .com_inputs .com_comments_container {
    width: 50%;
    float: left;
    padding-left: 10px;
    margin-top: 0px; }
    .com_post_form .com_post .com_inputs .com_comments_container input, .com_post_form .com_post .com_inputs .com_comments_container textarea {
      height: 137px; }

  .com_comments .com_item .com_posted_content .com_item_post {
    padding-left: 64px; }

  .homeslider {
    border: 0 !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 390px; }
    .homeslider .slide {
      position: relative;
      width: 100%;
      height: 390px;
      background-size: cover;
      background-repeat: no-repeat; }
      .homeslider .slide .slideBox {
        position: absolute;
        padding-right: 380px;
        width: 100%;
        height: 100%; }
      .homeslider .slide .slideImage {
        position: relative;
        width: 100%;
        height: 100%;
        background-size: cover; }
      .homeslider .slide .overlay {
        /*@include cmsImage('bsa_slider_gradient.png');
        background-repeat:repeat-y;*/
        background-color: #000;
        width: 100%;
        height: 390px;
        position: absolute;
        right: 0;
        width: 380px;
        left: auto; }
        .homeslider .slide .overlay .topStories {
          display: block;
          position: absolute;
          right: 0;
          top: 0;
          background-color: rgba(0, 0, 0, 0.5);
          padding: 10px 30px;
          color: #ffffff;
          text-transform: uppercase;
          width: 380px; }
        .homeslider .slide .overlay .caption {
          position: absolute;
          right: 0;
          width: 380px;
          top: 50px;
          padding: 30px;
          color: #fff; }
          .homeslider .slide .overlay .caption h2 {
            color: #ffffff;
            margin: 0;
            line-height: 1.2em;
            position: relative; }
          .homeslider .slide .overlay .caption p {
            color: #ffffff;
            display: block;
            font-size: 16px;
            font-size: 1.6rem;
            margin-top: 30px; }
        .homeslider .slide .overlay .readArticle {
          background: #d9001a;
          display: inline-block;
          padding: 10px 12px;
          font-weight: 600;
          color: #ffffff;
          text-decoration: none;
          float: right;
          position: absolute;
          right: 30px;
          bottom: 30px; }
          .homeslider .slide .overlay .readArticle i {
            display: none; }
          .homeslider .slide .overlay .readArticle span {
            display: inline-block; }

  .flex-control-nav {
    width: 200px !important;
    position: absolute !important;
    bottom: 74px !important;
    text-align: center !important;
    margin: -30px 0px !important;
    z-index: 10;
    top: 360px !important;
    /*left:50%;*/
    left: auto;
    right: 220px; }

  .flex-control-paging li a {
    background: rgba(255, 255, 255, 0.5) !important; }
    .flex-control-paging li a.flex-active {
      background: rgba(255, 255, 255, 0.9) !important; }
    .flex-control-paging li a:hover {
      background: rgba(255, 255, 255, 0.5) !important; }

  .three, .row .three, .row .three.nineFix {
    width: 100%; }

  .nine, .row .nine, .row .nine.nineFix {
    width: 100%; }

  #centricSearchResults .centricSearchResultsGeneral {
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid #c4ced6;
    margin: 0; }
    #centricSearchResults .centricSearchResultsGeneral:first-of-type {
      border-top: none; }
    #centricSearchResults .centricSearchResultsGeneral .centricSearchResultsThumbnail {
      width: 100px; }
      #centricSearchResults .centricSearchResultsGeneral .centricSearchResultsThumbnail img {
        width: 100%; }
    #centricSearchResults .centricSearchResultsGeneral .centricSearchResultsResultSmall {
      padding: 0 20px; }
      #centricSearchResults .centricSearchResultsGeneral .centricSearchResultsResultSmall .centricSearchResultsTitle a {
        color: #333333;
        text-decoration: none;
        font-weight: 600; }
      #centricSearchResults .centricSearchResultsGeneral .centricSearchResultsResultSmall .searchResultsRank {
        color: #d9001a;
        font-weight: 600; }

  #com_content_article_comments .com_item_name .comment-name {
    display: inline-block;
    margin-bottom: 0; }
  #com_content_article_comments .com_item_name .comment-elapsed {
    display: inline-block;
    margin-bottom: 0; }
  #com_content_article_comments .com_item_name .replay-name {
    display: inline-block; }
  #com_content_article_comments .com_item_content {
    font-weight: 400;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px; }

  .secondaryFeatures .article .body h3 a {
    display: block;
    padding: 0px;
    font-size: 18px;
    font-size: 1.8rem;
    min-height: 142px; }
  .secondaryFeatures .article .body .links i {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px; }
  .secondaryFeatures .article .body .links .readMore {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 0; }
  .secondaryFeatures .article .body .links .addthis_toolbox {
    width: 50%; }
    .secondaryFeatures .article .body .links .addthis_toolbox .share {
      font-size: 14px;
      font-size: 1.4rem; }

  .com_header .com_count {
    display: block; }
    .com_header .com_count.mobile {
      display: none; }

  .comments_content {
    display: block; }

  .bsa-refine-search {
    display: none; }

  .bsa-search-content {
    display: block; }

  #search_form fieldset:first-child {
    margin-top: 18px; }

  .mobileHide {
    display: block; } }
@media only screen and (min-width: 980px) {
  /* 980 =================================================== */
  .navWrapper .navigation a.homeIcon {
    display: inline-block;
    font-size: 24px;
    font-size: 2.4rem;
    vertical-align: top;
    padding-top: 16px;
    text-decoration: none; }
    .navWrapper .navigation a.homeIcon i {
      color: #d9001a; }

  #centricEditModeLink {
    top: 61px; }

  #nav #navControl_centricDynamicMenu {
    max-width: 1200px; }
  #nav .centricSiteMapLevel_0 {
    background-color: #ffffff; }
    #nav .centricSiteMapLevel_0.sf-menu {
      max-height: 70px;
      overflow: visible;
      margin-left: 0; }
    #nav .centricSiteMapLevel_0 li ul li a {
      padding-left: 20px; }
    #nav .centricSiteMapLevel_0 li ul li ul li a {
      padding-left: 20px; }
    #nav .centricSiteMapLevel_0 .centricSiteMapLevel_0 li ul li ul li a {
      padding-left: 50px; }
  #nav .sf-menu {
    margin: 0; }
    #nav .sf-menu ul {
      width: 15em; }
      #nav .sf-menu ul li.sfHover ul {
        top: 0;
        left: 15em; }
        #nav .sf-menu ul li.sfHover ul.reverse {
          left: -15rem; }
    #nav .sf-menu li {
      background-color: #ffffff;
      display: inline-block;
      vertical-align: top; }
      #nav .sf-menu li.sfHover ul {
        top: 4em; }
      #nav .sf-menu li:last-child {
        border: 0; }
      #nav .sf-menu li#centricSiteMapPageId_1 a {
        width: 40px;
        height: 40px;
        text-indent: -9999px;
        background-image: url("/custom/files/media/home_nav_icon.png");
        background-repeat: no-repeat;
        background-position: 50% 48%;
        padding: 27px 0; }
      #nav .sf-menu li a {
        padding: 17px;
        border: 0;
        color: #333;
        font-family: "Open Sans", arial, sans-serif;
        font-size: 16px;
        font-size: 1.6rem;
        text-transform: uppercase; }
        #nav .sf-menu li a:hover {
          background-color: #ffffff;
          text-decoration: underline; }
        #nav .sf-menu li a:visited {
          color: #333; }
        #nav .sf-menu li a > .sf-sub-indicator {
          background-image: none; }

  .shareThis {
    width: 70%;
    padding: 9px;
    text-align: right;
    display: inline-block;
    margin-top: 47px; }
    .shareThis .shareThisText {
      display: inline-block;
      font-weight: 700;
      color: #333333;
      font-size: 14px;
      font-size: 1.4rem; }
    .shareThis a {
      text-decoration: none; }
      .shareThis a i {
        color: #6e8393;
        font-size: 22px;
        font-size: 2.2rem;
        text-decoration: none;
        padding: 6px; }

  .saLogoWrapper {
    display: inline-block;
    float: right;
    margin-top: 47px;
    border-left: 1px solid #b4c4ce;
    padding-left: 13px; }
    .saLogoWrapper .saLogo {
      display: block;
      width: 102px;
      height: 38px;
      background-image: url("/custom/files/media/sa_logo_small.png");
      background-repeat: no-repeat; }

  /* Home Styles */
  .home .carouselSection .carouselContainer {
    width: 900px; }

  /* Default Styles */
  body.indexlisting .latestNews form input[type="email"] {
    max-width: 90%; }
  body.indexlisting .testimonial {
    width: 100%; }

  /* Client Spotlight */
  .spotlightSection h2 {
    font-size: 64px;
    font-size: 6.4rem;
    padding: 80px 0;
    width: 70%;
    margin: 0 auto; }
  .spotlightSection p.desc {
    background: #fff;
    position: relative;
    top: -90px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 44px;
    width: 900px;
    margin: 0 auto;
    padding: 36px 80px 0; }
  .spotlightSection .btnWrapper a {
    font-size: 22px;
    font-size: 2.2rem;
    padding: 20px 25px; }
  .spotlightSection .spotlight {
    margin: 0; }

  footer .latestNewsDesktop {
    display: block; }
  footer .latestNewsTablet {
    display: none; }
  footer .latestNewsMobile {
    display: none; }

  .productFeature {
    width: 260px;
    height: 260px;
    color: #ffffff;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 30px;
    background-color: #535d66;
    cursor: pointer;
    margin: 0 auto;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    z-index: 99; }

  .carouselSection h2 {
    font-size: 36px;
    font-size: 3.6rem; }
  .carouselSection .crsl-items {
    width: 1000px !important; }
  .carouselSection .crsl-item {
    width: 260px !important;
    height: 260px !important;
    margin-right: 40px !important; }
  .carouselSection .crsl-nav a {
    margin: 0 10px; }
  .carouselSection .crsl-nav .slide {
    display: none; }

  .social-updates {
    margin: 0 0 20px 0; }
    .social-updates .icons a {
      margin-left: 15px; }

  .medium-three .social-updates .icons a {
    margin-left: 0px; }
    .medium-three .social-updates .icons a:first-child {
      margin-left: 0; }

  .siteinfo .social-updates .icons a {
    margin-left: 15px; }
    .siteinfo .social-updates .icons a:first-child {
      margin-left: 0; }

  .currentHeadlines {
    margin-top: 17px;
    margin-right: -10px; }
    .currentHeadlines h2 {
      border-bottom: 4px solid #b5c1ca;
      font-weight: 700;
      padding-bottom: 13px;
      margin: 2px 0 0 0; }
      .currentHeadlines h2 i {
        color: #d9001a;
        padding-right: 10px;
        font-size: 24px;
        font-size: 2.4rem; }
    .currentHeadlines ul {
      list-style-type: none;
      padding: 0;
      margin: 0; }
      .currentHeadlines ul li {
        border-bottom: 1px solid #b5c1ca; }
        .currentHeadlines ul li a {
          color: #222222;
          text-decoration: none;
          padding: 13px 30px 7px 0;
          display: block;
          font-size: 18px;
          font-size: 1.8rem;
          font-weight: 700;
          background-image: url("/custom/files/media/bsa_arrow_right_red.png");
          background-repeat: no-repeat;
          background-position: 97% 64%;
          line-height: 1.3em; }

  .secondaryFeatures {
    border-top: 4px solid #b5c1ca;
    padding: 30px 0; }
    .secondaryFeatures .article .thumbnail {
      width: 100%;
      height: auto; }
    .secondaryFeatures .article .body {
      border: 1px solid #b5c1ca;
      border-top: 0; }
      .secondaryFeatures .article .body h3 {
        font-size: 22px;
        font-size: 2.2rem;
        padding: 16px;
        font-weight: 700;
        text-align: center; }
        .secondaryFeatures .article .body h3 a {
          font-size: 22px;
          font-size: 2.2rem;
          min-height: 110px; }
      .secondaryFeatures .article .body .links a {
        text-decoration: none;
        font-weight: 600; }
      .secondaryFeatures .article .body .links .readMore {
        font-size: 16px;
        font-size: 1.6rem;
        width: 50%;
        display: inline-block;
        padding: 10px;
        text-align: center;
        color: #333333; }
      .secondaryFeatures .article .body .links .addthis_toolbox {
        width: 50%; }
        .secondaryFeatures .article .body .links .addthis_toolbox .share {
          font-size: 16px;
          font-size: 1.6rem;
          background-color: #d9e2e7;
          width: 100%;
          display: inline-block;
          padding: 10px;
          text-align: center;
          color: #344a59; }
        .secondaryFeatures .article .body .links .addthis_toolbox i {
          color: #d9001a;
          padding: 10px;
          font-size: 22px;
          font-size: 2.2rem; }

  .featured {
    margin-top: 10px; }
    .featured .article {
      *zoom: 1;
      border-bottom: 1px solid #b5c1ca;
      padding: 20px 0 16px 0; }
      .featured .article:before, .featured .article:after {
        content: " ";
        display: table; }
      .featured .article:after {
        clear: both; }
      .featured .article:last-child {
        border: 0; }
      .featured .article .thumbnail {
        width: 160px;
        float: left;
        height: 160px; }
      .featured .article .body {
        margin-left: 200px; }
        .featured .article .body h3 {
          font-weight: 700;
          line-height: 1.3em;
          margin-bottom: 5px; }
          .featured .article .body h3 a {
            font-size: 22px;
            font-size: 2.2rem; }
        .featured .article .body .details {
          font-size: 12px;
          font-size: 1.2rem;
          color: #666666;
          margin-bottom: 0;
          line-height: 2.5em;
          display: block; }
          .featured .article .body .details .author {
            color: #d9001a;
            font-weight: 700; }
        .featured .article .body p {
          color: #222222;
          font-size: 16px;
          font-size: 1.6rem;
          line-height: 1.6em;
          margin-bottom: 0; }

  .currentHeadlines {
    margin-right: -10px; }

  .gridLargeColumn {
    padding: 0;
    margin-top: 5px; }

  .gridSmallColumn {
    padding: 0;
    margin-top: 5px; }

  .grid {
    background-repeat: no-repeat;
    background-size: cover;
    height: 220px;
    width: 48%;
    margin-bottom: 10px;
    float: left;
    margin-right: 17px; }
    .grid:first-child {
      width: 100%;
      min-height: 450px;
      float: left;
      margin-right: 10px; }
      .grid:first-child span {
        font-size: 18px;
        font-size: 1.8rem;
        font-weight: 600; }
    .grid:last-child {
      margin-right: 0; }

  #centricListinghome_gridContainer .grid:first-child {
    margin-right: 2%; }

  #centricListinghome_grid .grid:first-child span {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400; }

  .siteinfo .social-updates {
    margin: 0px auto; }
    .siteinfo .social-updates .icons a {
      font-size: 0;
      display: inline-block; }
  .siteinfo .latestNews {
    margin-top: 0; }

  #search_basic #search_basic_form #search_basic_str input[type="text"] {
    background-color: #e9edf0; }

  .whatsNew {
    margin: 20px 0; }
    .whatsNew .header .links a .label {
      display: inline; }

  .quickLinks {
    margin-left: 50px; }

  .dontMiss .centricListingHeading {
    padding: 0 20px; }
  .dontMiss .columns {
    padding: 0 20px; }

  .homeslider {
    border: 0 !important;
    box-shadow: none !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 467px; }
    .homeslider .slide {
      position: relative;
      width: 100%;
      height: 467px;
      /*background-size:cover;*/
      background-repeat: no-repeat;
      background-size: 780px 467px;
      background-position: 0 0; }
      .homeslider .slide .overlay {
        /*@include cmsImage('bsa_slider_gradient.png');
        background-repeat:repeat-y;*/
        width: 380px;
        height: 467px; }
        .homeslider .slide .overlay .topStories {
          display: block;
          position: absolute;
          right: 0;
          top: 0;
          color: #ffffff;
          text-transform: uppercase;
          width: 380px; }
        .homeslider .slide .overlay .caption {
          position: absolute;
          right: 0;
          width: 380px;
          top: 50px;
          padding: 30px;
          color: #fff; }
          .homeslider .slide .overlay .caption h2 {
            color: #ffffff;
            margin: 0;
            line-height: 1.2em; }
          .homeslider .slide .overlay .caption p {
            color: #ffffff;
            display: block;
            font-size: 16px;
            font-size: 1.6rem;
            margin-top: 30px; }
        .homeslider .slide .overlay .readArticle {
          background: #d9001a;
          display: inline-block;
          padding: 10px 12px;
          font-weight: 600;
          color: #ffffff;
          text-decoration: none;
          float: right;
          position: absolute;
          right: 30px;
          bottom: 30px; }
          .homeslider .slide .overlay .readArticle i {
            display: none; }
          .homeslider .slide .overlay .readArticle span {
            display: inline-block; }

  .slider .flexslider {
    max-width: 100%;
    margin-left: 0px !important; }

  .flex-control-nav {
    /*width: 200px!important;
    position: absolute!important;
    right:240px;
    bottom: 74px!important;
    text-align: center!important;
    margin: -30px 0px !important;
    z-index:10;*/
    top: 440px !important; }

  .flex-control-paging li a {
    background: rgba(255, 255, 255, 0.5) !important; }
    .flex-control-paging li a.flex-active {
      background: rgba(255, 255, 255, 0.9) !important; }
    .flex-control-paging li a:hover {
      background: rgba(255, 255, 255, 0.5) !important; }

  .three, .row .three, .row .three.nineFix {
    width: 25%; }

  .nine, .row .nine, .row .nine.nineFix {
    width: 75%; } }
@media only screen and (min-width: 1200px) {
  /* 1200 =================================================== */
  .search {
    display: block; }
    .search #search_basic #search_basic_form #search_basic_button input {
      width: 59px; }

  #nav #search-toggle-btn {
    display: none; }
  #nav #navControl_centricDynamicMenu {
    max-width: 1200px; }
  #nav .centricSiteMapLevel_0 li ul li .descriptionBox {
    padding: 60px 140px 60px 0; }
  #nav .sf-menu li a {
    padding: 20px 19px; }
  #nav .sf-menu li#centricSiteMapPageId_1 a {
    padding: 30px; }

  .shareThis {
    width: 78%; }

  footer .siteinfo {
    padding: 0; }

  /* Home Styles */
  .home .titleSection > div {
    background-size: cover; }
  .home .titleSection h1 {
    margin-top: 270px;
    padding: 0;
    font-size: 84px;
    font-size: 8.4rem;
    line-height: 100px;
    line-height: 10rem;
    letter-spacing: -4px; }
    .home .titleSection h1 .strong {
      display: block; }
  .home .titleSection .info {
    padding: 0;
    width: 620px; }
  .home .titleSection .button {
    margin: 0; }
  .home .carouselSection .carouselContainer {
    width: 1200px; }
    .home .carouselSection .carouselContainer .crsl-items {
      width: 100% !important; }
  .home .cmsTabContent {
    display: block;
    background: #d9001a;
    position: relative; }
    .home .cmsTabContent .cmsTab {
      padding: 70px 0 40px 0;
      width: 850px;
      margin: 0 auto;
      text-align: center;
      position: relative;
      z-index: 2; }
      .home .cmsTabContent .cmsTab h2 {
        color: #FFF;
        font-size: 64px;
        font-size: 6.4rem;
        line-height: normal;
        font-family: "Open Sans", arial, sans-serif;
        margin: 0 auto 40px auto;
        padding: 0;
        text-align: center;
        display: block; }
      .home .cmsTabContent .cmsTab p {
        color: #FFF;
        margin: 0;
        padding: 0;
        text-align: center;
        display: block;
        font-family: "Open Sans", sans-serif;
        font-size: 20px;
        font-size: 2rem;
        line-height: 36px;
        line-height: 3.6rem; }
      .home .cmsTabContent .cmsTab .button {
        width: 150px;
        line-height: 10px !important;
        line-height: 1rem !important;
        margin: 60px auto 0 auto !important;
        padding: 12px 0; }
      .home .cmsTabContent .cmsTab.cmsTabOut {
        position: absolute;
        top: 0;
        z-index: 0;
        left: 50%;
        margin-left: -425px; }
  .home .cmsTabBar {
    *zoom: 1;
    display: table; }
    .home .cmsTabBar:before, .home .cmsTabBar:after {
      content: " ";
      display: table; }
    .home .cmsTabBar:after {
      clear: both; }
    .home .cmsTabBar .cmsTabButton {
      display: table-cell;
      width: 20%;
      padding: 20px 15px;
      border-bottom: none;
      font-size: 22px;
      font-size: 2.2rem;
      line-height: 26px;
      line-height: 2.6rem;
      border-right: 1px solid #ea667f; }
      .home .cmsTabBar .cmsTabButton:last-child {
        border-right: none; }
      .home .cmsTabBar .cmsTabButton .tabico {
        width: 65px;
        height: 55px;
        background-size: 65px auto;
        margin-right: 10px; }
      .home .cmsTabBar .cmsTabButton .tabico-wcm {
        background-image: url("/custom/files/media/tab-icon-wcm.png"); }
      .home .cmsTabBar .cmsTabButton .tabico-icm {
        background-image: url("/custom/files/media/tab-icon-icm.png"); }
      .home .cmsTabBar .cmsTabButton .tabico-dm {
        background-image: url("/custom/files/media/tab-icon-dm.png"); }
      .home .cmsTabBar .cmsTabButton .tabico-wap {
        background-image: url("/custom/files/media/tab-icon-wap.png"); }
      .home .cmsTabBar .cmsTabButton .tabico-mm {
        background-image: url("/custom/files/media/tab-icon-mm.png"); }
      .home .cmsTabBar .cmsTabButton.active {
        background: #d9001a;
        color: rgba(223, 26, 62, 0.5); }
        .home .cmsTabBar .cmsTabButton.active .tabico {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
          opacity: 0.5; }
        .home .cmsTabBar .cmsTabButton.active .tabico-wcm {
          background-image: url("/custom/files/media/tab-icon-wcm-active.png"); }
        .home .cmsTabBar .cmsTabButton.active .tabico-icm {
          background-image: url("/custom/files/media/tab-icon-icm-active.png"); }
        .home .cmsTabBar .cmsTabButton.active .tabico-dm {
          background-image: url("/custom/files/media/tab-icon-dm-active.png"); }
        .home .cmsTabBar .cmsTabButton.active .tabico-wap {
          background-image: url("/custom/files/media/tab-icon-wap-active.png"); }
        .home .cmsTabBar .cmsTabButton.active .tabico-mm {
          background-image: url("/custom/files/media/tab-icon-mm-active.png"); }

  #secondary_container .latestNews {
    max-width: 100%; }

  /* Default Styles */
  .titleSection {
    margin-bottom: 100px; }
    .titleSection > div {
      background-image: url(/custom/files/media/book-pen-tablet-desktop.jpg);
      background-size: 1680px auto;
      height: 513px; }
    .titleSection h1 {
      font-size: 84px;
      font-size: 8.4rem; }

  .pricingFormSection > div {
    width: 960px;
    margin: 70px auto 30px; }
  .pricingFormSection .pricingOptions {
    background-color: #ffffff;
    margin-bottom: 15px;
    position: relative;
    height: 230px; }
    .pricingFormSection .pricingOptions h3 {
      font-weight: normal;
      font-size: 40px;
      font-size: 4rem;
      font-family: "Open Sans", arial, sans-serif;
      margin: 45px 0 0 50px;
      display: inline-block; }
    .pricingFormSection .pricingOptions .selectBox {
      background-color: #d5dbe1;
      width: 430px;
      height: 70px;
      position: absolute;
      top: 22px;
      right: 0;
      overflow: hidden; }
    .pricingFormSection .pricingOptions select {
      width: 450px;
      height: 70px;
      background-color: #d5dbe1;
      border-radius: 0;
      border: none;
      padding: 7.5px 0 7.5px 15px;
      color: #3e464e;
      font-size: 30px;
      font-size: 3rem;
      background-image: url(/custom/files/media/pricing-select-arrow.png);
      background-repeat: no-repeat;
      background-position: right center; }
    .pricingFormSection .pricingOptions p.desc {
      height: 118px;
      display: inline-block;
      background-color: #e1e7ed;
      font-size: 18px;
      font-size: 1.8rem;
      bottom: 0;
      position: absolute;
      left: 0;
      margin: 0;
      padding: 37px 420px 0 85px;
      color: #3e464e; }
    .pricingFormSection .pricingOptions p.price {
      width: 220px;
      height: 118px;
      position: absolute;
      right: 0;
      bottom: 0;
      background-color: #3a8b03;
      z-index: 1;
      margin: 0;
      padding: 0; }
    .pricingFormSection .pricingOptions .footer {
      background-image: url(/custom/files/media/pricing-footer.png);
      background-repeat: no-repeat;
      width: 960px;
      height: 26px;
      position: absolute;
      bottom: -26px;
      z-index: 2; }

  .textSection {
    margin: 0 auto;
    width: 1200px; }
    .textSection p {
      margin-left: auto;
      margin-right: auto;
      width: 760px; }

  /* Default Article */
  .article #secondary_container #page-nav-column {
    display: block; }
    .article #secondary_container #page-nav-column .page-nav {
      margin: 0px 0px 30px;
      font-size: 0; }
      .article #secondary_container #page-nav-column .page-nav .page-nav-links {
        display: inline-block;
        width: 50%;
        text-align: center;
        text-decoration: none;
        padding: 20px 0px;
        color: white;
        background-color: #d9001a;
        font-size: 1.4rem;
        font-weight: 600; }
      .article #secondary_container #page-nav-column .page-nav .page-nav-links.contact-link {
        background-color: #930000; }
  .article #secondary_container #about-column {
    display: block; }
    .article #secondary_container #about-column #company-about {
      margin: 0px 0px 30px;
      padding-left: 28px;
      padding-right: 28px;
      border-left: 3px #899198 solid; }
  .article #secondary_container #quick-facts-column {
    display: block; }
    .article #secondary_container #quick-facts-column #quick-facts #quick-facts-container .article-quick-fact {
      padding: 15px 20px; }
  .article #secondary_container .trending-topics {
    margin: 30px 0px 30px; }
  .article #secondary_container .related-stories {
    margin: 0px 0px 30px; }
  .article #secondary_container .advertisement {
    margin: 0px 0px 30px; }
  .article #secondary_container .social-updates {
    margin: 0px 0px 30px; }

  /* Sitemap */
  .sitemap #secondary_container {
    display: block; }

  footer {
    padding-bottom: 43px; }
    footer .siteinfo .wrapper {
      max-width: 1200px;
      padding: 44px 0;
      overflow: hidden; }
    footer .siteinfo .footerInfo {
      padding: 0; }
    footer .siteinfo #footerNav {
      padding-left: 0; }
      footer .siteinfo #footerNav li {
        float: left; }
    footer .siteinfo .footerSocial {
      margin: 7px 0; }
    footer .siteinfo .quickLinks {
      padding: 30px 0; }
    footer .siteinfo .ourUpdates {
      padding: 30px 0; }

  .contactSection {
    padding: 55px 10px 52px 10px; }
    .contactSection .contactSectionInner {
      max-width: 1200px;
      margin-top: 44px; }
      .contactSection .contactSectionInner h2 {
        font-size: 52px;
        font-size: 5.2rem;
        padding: 10px 0; }
      .contactSection .contactSectionInner p {
        padding: 26px 140px 0 4px;
        line-height: 1.9em; }
      .contactSection .contactSectionInner form#contact-form-desktop {
        margin-left: -20px; }
        .contactSection .contactSectionInner form#contact-form-desktop .element {
          width: auto; }
          .contactSection .contactSectionInner form#contact-form-desktop .element input[type="submit"] {
            width: 280px; }
          .contactSection .contactSectionInner form#contact-form-desktop .element .formElementContainer {
            font-size: 18px;
            font-size: 1.8rem; }
            .contactSection .contactSectionInner form#contact-form-desktop .element .formElementContainer input[type="text"] {
              width: 280px;
              font-size: 18px;
              font-size: 1.8rem;
              padding: 24px 15px 27px 15px; }
            .contactSection .contactSectionInner form#contact-form-desktop .element .formElementContainer textarea {
              font-size: 18px;
              font-size: 1.8rem;
              width: 580px; }
            .contactSection .contactSectionInner form#contact-form-desktop .element .formElementContainer select {
              font-size: 18px;
              font-size: 1.8rem;
              width: 280px;
              height: 53px; }

  .productFeature {
    width: 260px;
    height: 260px;
    color: #ffffff;
    font-size: 24px;
    font-size: 2.4rem;
    padding: 30px;
    background-color: #535d66;
    cursor: pointer; }

  .productFeatureActive {
    background-color: #535d66;
    width: 760px;
    height: 426px;
    display: none; }
    .productFeatureActive .title {
      width: 260px;
      height: 426px;
      color: #ffffff;
      font-size: 36px;
      font-size: 3.6rem;
      padding: 76px 38px;
      display: inline-block;
      float: left; }
    .productFeatureActive .description {
      height: 426px;
      width: 500px;
      padding: 80px;
      display: inline-block;
      float: left;
      position: relative; }
      .productFeatureActive .description p {
        font-size: 18px;
        font-size: 1.8rem;
        color: #ffffff; }
      .productFeatureActive .description .closeButton {
        position: absolute;
        top: 0;
        right: 0;
        color: #697176;
        width: 40px;
        height: 40px;
        background-color: #444d54;
        cursor: pointer; }
        .productFeatureActive .description .closeButton i {
          font-size: 22px;
          padding: 8px;
          line-height: 40px; }

  .carouselSection {
    position: relative;
    width: 100%; }
    .carouselSection .crsl-nav {
      width: 200px;
      margin: 60px auto 0 !important;
      text-align: center; }
    .carouselSection .crsl-items {
      margin: 0 auto;
      margin-top: 40px; }
    .carouselSection .carouselOverlay {
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      z-index: -999;
      background-color: rgba(255, 255, 255, 0.5); }
      .carouselSection .carouselOverlay .activeContainer {
        width: 760px;
        margin: 0 auto; }

  #secondary_container {
    margin-top: 27px; }
    #secondary_container .social-updates {
      background-color: transparent; }
      #secondary_container .social-updates h3 {
        float: none;
        margin: 20px;
        color: #222222; }
      #secondary_container .social-updates .icons {
        float: none; }

  .grid {
    background-repeat: no-repeat;
    background-size: cover;
    height: 220px;
    width: 220px;
    margin-bottom: 10px;
    float: left;
    margin-right: 10px; }
    .grid:first-child {
      width: 450px;
      min-height: 450px;
      float: left;
      margin-right: 10px; }
    .grid:last-child {
      margin-right: 0; }

  #centricListinghome_grid_largeContainer {
    margin: 0 10px 0 9px; }

  #centricListinghome_grid_large .grid {
    margin-right: 10px; }

  #centricListinghome_gridContainer .grid {
    margin-right: 0;
    width: 220px; }

  #centricListinghome_gridContainer .grid:first-child {
    margin-right: 0; }

  #centricListinghome_gridContainer {
    display: inline-block;
    height: 450px;
    width: 220px; }
    #centricListinghome_gridContainer .featuresListingSmall {
      width: 100%; }

  #centricListinghome_grid .grid:first-child {
    height: 220px;
    width: 220px;
    margin-bottom: 5px;
    float: left;
    min-height: 220px; } }
@media only screen and (min-width: 1600px) {
  /* 1600 =================================================== */
  /* Home Styles */
  .home .cmsTabBar .cmsTabButton {
    padding: 55px 28px;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 34px;
    line-height: 3.4rem; }
    .home .cmsTabBar .cmsTabButton .tabico {
      width: 65px;
      height: 55px;
      background-size: 65px auto;
      margin-right: 15px; }

  /* Default Styles */
  .titleSection > div {
    background-size: cover; }

  .carouselSection .crsl-items {
    width: 1200px !important; } }
@media (min--moz-device-pixel-ratio: 1.5), (-o-min-device-pixel-ratio: 3 / 2), (-webkit-min-device-pixel-ratio: 1.5), (min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), (min-resolution: 1.5dppx) {
  /* 2x =================================================== */
  #nav .logo-div a {
    background-image: url("/custom/files/media/bsa_logo_mobile_2x.png");
    background-size: 175px; } }

/*@ sourceMappingURL=bsa.css.map */