/* =============================================================================
   Resets
   ========================================================================== */
/* line 9, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
html, body, div, header, footer, nav, article, main, section, aside, span, h1, h2, h3, h4, h5, h6, p, a, abbr, img, figure, ul, ol, li, dl, dt, dd, i, b, fieldset, form, label, input, select, textarea, blockquote, cite, em, strong, b, i {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

/* line 21, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
html {
  min-height: 100%;
  font-size: 100.01%;
  overflow-y: scroll;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

/*=======HTML5 Display Definitions=======*/
/* line 32, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
  display: block;
}

/* line 45, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/* line 53, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/*=======Links=======*/
/* line 60, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
a {
  background: transparent;
  transition:color 0.125s ease-out, background-color 0.125s ease-out, opacity 0.125s ease-out;
}

/* line 65, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* line 70, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/*=======Typography=======*/
/* line 77, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* line 82, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 88, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 93, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/* line 100, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 106, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/* line 115, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* line 120, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* line 125, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
small {
  font-size: 80%;
}

/* line 130, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 138, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 142, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
sub {
  bottom: -0.25em;
}

/*=======Embedded Media=======*/
/* line 148, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
img {
  border: 0;
  /* 1 */
  display: inline-block;
  -ms-interpolation-mode: bicubic;
}

/*=======Figures=======*/
/* line 156, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
figure {
  margin: 0;
}

/*=======Forms=======*/
/* line 171, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/* line 179, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/* line 189, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
label {
  cursor: pointer;
}

/* line 194, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
button,
input {
  line-height: normal;
}

/* line 203, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 211, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/* line 220, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 227, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/* line 236, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
input[type="search"] {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  /* 3 */
}

/* line 246, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 252, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 260, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/*=======Tables=======*/
/* line 267, ../../_lib/scss/sass/responsive_partials/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*=======Helper Classes=======*/
/* line 25, ../../_lib/scss/sass/responsive_partials/_helpers.scss */
.print-only {
  display: none;
  visibility: hidden;
}

/* line 29, ../../_lib/scss/sass/responsive_partials/_helpers.scss */
.screen-reader-content {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* line 5, ../../_lib/scss/sass/responsive_partials/_layout.scss */
html {
  font-size: 100%;
  min-height: 100%;
  overflow-y: scroll;
}

/* =============================================================================
   Layout / Structure
   ========================================================================== */
/* line 14, ../../_lib/scss/sass/responsive_partials/_layout.scss */
main[role="main"] {
  *zoom: 1;
}
/* line 38, ../../_lib/scss/sass/responsive_partials/_mixins.scss */
main[role="main"]:before, main[role="main"]:after {
  content: "";
  display: table;
}
/* line 42, ../../_lib/scss/sass/responsive_partials/_mixins.scss */
main[role="main"]:after {
  clear: both;
}

/*=======Page Wrapper=======*/
/* line 19, ../../_lib/scss/sass/responsive_partials/_layout.scss */
.wrap {
  *zoom: 1;
  background-color: white;
  position: relative;
  min-width: 17.9em;
}
/* line 38, ../../_lib/scss/sass/responsive_partials/_mixins.scss */
.wrap:before, .wrap:after {
  content: "";
  display: table;
}
/* line 42, ../../_lib/scss/sass/responsive_partials/_mixins.scss */
.wrap:after {
  clear: both;
}
@media screen and (min-width: 61.25em) {
  /* line 19, ../../_lib/scss/sass/responsive_partials/_layout.scss */
  .wrap {
    width: 61.25em;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 30px 0 gray;
    -moz-box-shadow: 0 0 30px 0 gray;
    box-shadow: 0 0 30px 0 gray;
  }
}
@media screen and (min-width: 61.875em) {
  /* line 19, ../../_lib/scss/sass/responsive_partials/_layout.scss */
  .wrap {
    margin: 0 auto;  /* 5px auto; */
  }
}
@media screen and (min-width: 62.5em) {
  /* line 19, ../../_lib/scss/sass/responsive_partials/_layout.scss */
  .wrap {
    margin: 0 auto;   /* 10px auto; */
  }
}
@media screen and (min-width: 64em) {
  /* line 19, ../../_lib/scss/sass/responsive_partials/_layout.scss */
  .wrap {
    margin: 0 auto;  /* 20px auto; */
  }
}

/*=======Proportional Container=======*/
/* line 45, ../../_lib/scss/sass/responsive_partials/_layout.scss */
.container {
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/*=======Grid=======*/
/* line 51, ../../_lib/scss/sass/responsive_partials/_layout.scss */
.column {
  margin-bottom: 24px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 48em) {
  /* line 51, ../../_lib/scss/sass/responsive_partials/_layout.scss */
  .column {
    padding-right: 30px;
  }
  /* line 58, ../../_lib/scss/sass/responsive_partials/_layout.scss */
  .column:last-child {
    padding-right: 0;
  }
}

/* line 64, ../../_lib/scss/sass/responsive_partials/_layout.scss */
.row {
  *zoom: 1;
  margin-bottom: 30px;
}
/* line 38, ../../_lib/scss/sass/responsive_partials/_mixins.scss */
.row:before, .row:after {
  content: "";
  display: table;
}
/* line 42, ../../_lib/scss/sass/responsive_partials/_mixins.scss */
.row:after {
  clear: both;
}

#callouts .column h2 { font-weight:500; font-size:1.33333rem; }
#callouts .column h2 .fa { float:right; font-size:2.5em; padding:0 0 0.33em; margin-left:0.25em; position:relative; color:#BDBDAE; }
#callouts .column h2 .fa:after { content:""; width:1em; height:11px; border-radius:50%; display:block; position:absolute; left:50%; margin-left:-0.5em; bottom:0;

background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 50%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(50%,rgba(0,0,0,0)));
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 50%);
background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 50%);
background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 50%);
background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 50%);


}

/*===Two Columns===*/
@media screen and (min-width: 37.5em) {
  /* line 70, ../../_lib/scss/sass/responsive_partials/_layout.scss */
  .two-col .column {
    width: 50%;
    float: left;
    margin-bottom: 0;
  }
  /* line 75, ../../_lib/scss/sass/responsive_partials/_layout.scss */
  .two-col .column:first-child {
    padding-right: 25px;
  }
  /* line 79, ../../_lib/scss/sass/responsive_partials/_layout.scss */
  .two-col .column:last-child {
    padding-left: 25px;
  }
    .two-col .column:last-child img {
  	width: 100%;
  	height: auto;
  }
}
@media screen and (min-width: 48em) {
  /* line 85, ../../_lib/scss/sass/responsive_partials/_layout.scss */
  .two-col .column:first-child {
    padding-right: 45px;
  }
  /* line 89, ../../_lib/scss/sass/responsive_partials/_layout.scss */
  .two-col .column:last-child {
    padding-left: 45px;
  }
}

/*===Three Columns===*/
@media screen and (min-width: 37.5em) {
  /* line 98, ../../_lib/scss/sass/responsive_partials/_layout.scss */
  .three-col .column:nth-of-type(1) {
    padding-right: 10px;
  }
  /* line 102, ../../_lib/scss/sass/responsive_partials/_layout.scss */
  .three-col .column:nth-of-type(2) {
    padding: 0 5px;
  }
  /* line 106, ../../_lib/scss/sass/responsive_partials/_layout.scss */
  .three-col .column:nth-of-type(3) {
    padding-left: 10px;
  }
}
@media screen and (min-width: 48em) {
  /* line 96, ../../_lib/scss/sass/responsive_partials/_layout.scss */
  .three-col .column {
    width: 33.3333333333%;
    float: left;
  }
  /* line 114, ../../_lib/scss/sass/responsive_partials/_layout.scss */
  .three-col .column:nth-of-type(1) {
    padding-right: 30px;
  }
  /* line 118, ../../_lib/scss/sass/responsive_partials/_layout.scss */
  .three-col .column:nth-of-type(2) {
    padding: 0 15px;
  }
  /* line 122, ../../_lib/scss/sass/responsive_partials/_layout.scss */
  .three-col .column:nth-of-type(3) {
    padding-left: 30px;
  }


  #callouts .three-col .column { border-left:1px solid #ddd; padding: 0 30px; }

  #callouts .three-col .column:nth-of-type(1) { border-left:0; }

}

/*===Four Columns==*/
@media screen and (min-width: 30em) {
  /* line 129, ../../_lib/scss/sass/responsive_partials/_layout.scss */
  .four-col .column {
    width: 50%;
    float: left;
  }
  /* line 133, ../../_lib/scss/sass/responsive_partials/_layout.scss */
  .four-col .column:nth-of-type(odd) {
    padding-right: 10px;
  }
  /* line 137, ../../_lib/scss/sass/responsive_partials/_layout.scss */
  .four-col .column:nth-of-type(even) {
    padding-left: 10px;
  }
}
@media screen and (min-width: 48em) {
  /* line 129, ../../_lib/scss/sass/responsive_partials/_layout.scss */
  .four-col .column {
    width: 25%;
  }
}

/* =============================================================================
   Typography
   ========================================================================== */
/* line 34, ../../_lib/scss/sass/responsive_partials/_type.scss */
abbr {
  cursor: help;
}

/* line 38, ../../_lib/scss/sass/responsive_partials/_type.scss */
.alert {
  color: #cc0000;
}

/*=======Headings=======*/
/* line 43, ../../_lib/scss/sass/responsive_partials/_type.scss */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 5px;
}

/* line 47, ../../_lib/scss/sass/responsive_partials/_type.scss */
.primary-heading {
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.1538461538;
  color: #E37222;   /* we orange #e25b2b;  */
}

/* line 51, ../../_lib/scss/sass/responsive_partials/_type.scss */
.secondary-heading {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
  color: #E37222;
}

/* line 55, ../../_lib/scss/sass/responsive_partials/_type.scss */
.tertiary-heading {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: bold;
}

/* line 59, ../../_lib/scss/sass/responsive_partials/_type.scss */
.quaternary-heading {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
}
/* line 62, ../../_lib/scss/sass/responsive_partials/_type.scss */
.quaternary-heading span {
  text-transform: none;
  display: block;
}

/*=======Paragraphs & Lists=======*/
/* line 69, ../../_lib/scss/sass/responsive_partials/_type.scss */
p, ul, ol {
  margin-bottom: 25px;
}

/* line 73, ../../_lib/scss/sass/responsive_partials/_type.scss */
p + ul {
  margin-top: -10px;
}

/* line 77, ../../_lib/scss/sass/responsive_partials/_type.scss */
p, li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5625;
}

/* line 81, ../../_lib/scss/sass/responsive_partials/_type.scss */
ul, ol {
  padding-left: 0;
}

/* line 85, ../../_lib/scss/sass/responsive_partials/_type.scss */
li {
  margin-bottom: 5px;
}

/*===List Customizations===*/
/*Horizontally-stacked lists, no bullets*/
/* line 91, ../../_lib/scss/sass/responsive_partials/_type.scss */
.plain, .pipes, ul.button, .page, .connect-links, .bullets, .bullets-long, form ol, .my-account, .primary-nav, .primary-child, .utility-list {
  list-style-type: none;
  padding: 0;
}

/* line 97, ../../_lib/scss/sass/responsive_partials/_type.scss */
.pipes, ul.button, .page, .connect-links {
  margin: 0;
  padding: 0;
  width: auto;
}
/* line 103, ../../_lib/scss/sass/responsive_partials/_type.scss */
.pipes li, ul.button li, .page li, .connect-links li {
  display: inline-block;
  margin-bottom: 0;
}

/*Bullets*/
/* line 113, ../../_lib/scss/sass/responsive_partials/_type.scss */
.bullets li, .bullets-long li {
  position: relative;
  padding-left: 10px;
}
/* line 117, ../../_lib/scss/sass/responsive_partials/_type.scss */
.bullets li:before, .bullets-long li:before {
  content: "\2022";
  color: #E37222;
  position: absolute;
  top: 0;
  left: 0;
}

/* line 127, ../../_lib/scss/sass/responsive_partials/_type.scss */
.bullets-long li {
  margin-bottom: 15px;
  line-height: 22px;
}

/*Pipes*/
/* line 137, ../../_lib/scss/sass/responsive_partials/_type.scss */
.pipes li {
  position: relative;
  padding-right: 7px;
  margin-right: 7px;
}
/* line 142, ../../_lib/scss/sass/responsive_partials/_type.scss */
.pipes li:after {
  content: "|";
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.2;
  position: absolute;
  top: 0;
  right: -3px;
}
/* line 150, ../../_lib/scss/sass/responsive_partials/_type.scss */
.pipes li:first-child {
  padding: 0;
  margin: 0;
}
/* line 154, ../../_lib/scss/sass/responsive_partials/_type.scss */
.pipes li:first-child:after {
  content: "";
}

/*===Increaes Leading for Readability===*/
/* line 163, ../../_lib/scss/sass/responsive_partials/_type.scss */
.boost-leading h1, .boost-leading h2, .boost-leading h3, .boost-leading h4, .boost-leading h5, .boost-leading h6 {
  margin-top: 20px;
}
/* line 166, ../../_lib/scss/sass/responsive_partials/_type.scss */
.boost-leading h1:first-child, .boost-leading h2:first-child, .boost-leading h3:first-child, .boost-leading h4:first-child, .boost-leading h5:first-child, .boost-leading h6:first-child {
  margin-top: 0;
}
/* line 171, ../../_lib/scss/sass/responsive_partials/_type.scss */
.boost-leading p, .boost-leading ul, .boost-leading ol {
  margin-bottom: 15px;
}
/* line 175, ../../_lib/scss/sass/responsive_partials/_type.scss */
.boost-leading p + ul {
  margin-top: 0;
}
/* line 179, ../../_lib/scss/sass/responsive_partials/_type.scss */
.boost-leading p, .boost-leading li {
  font-size: 16px;
  font-size: 1rem;
  line-height: 2;
}
/* line 183, ../../_lib/scss/sass/responsive_partials/_type.scss */
.boost-leading .bullets-long li {
  line-height: 22px;
}

/*=======Links=======*/
/* line 2, ../../_lib/scss/sass/responsive_partials/_links.scss */
a, a:link, a:visited {
  color: #07519A;
  text-decoration: none;
}
a.paragraph_link { text-decoration:underline; }

/* line 7, ../../_lib/scss/sass/responsive_partials/_links.scss */
a:hover, a:focus, a:active {
  color: #3ca1d7;
}

/*PDF Links*/
/* line 12, ../../_lib/scss/sass/responsive_partials/_links.scss */
a[href$=".pdf"]:after {
  content: "(PDF)";
  color: #949494;
  font-size: 11px;
  padding-left: 5px;
}

/*===Buttons===*/
/* line 21, ../../_lib/scss/sass/responsive_partials/_links.scss */
.button a {
  display: block;
  padding: 4px 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  color: white;
  text-align: center;
}

/*Single Button*/
/* line 31, ../../_lib/scss/sass/responsive_partials/_links.scss */
p.button {
  float: left;
}

/*Multiple Buttons*/
/* line 36, ../../_lib/scss/sass/responsive_partials/_links.scss */
ul.button {
  margin: 10px 0 15px;
}
/* line 40, ../../_lib/scss/sass/responsive_partials/_links.scss */
ul.button li {
  margin-right: 12px;
}
/* line 43, ../../_lib/scss/sass/responsive_partials/_links.scss */
ul.button li:last-child {
  margin-right: 0;
}

/*Color Options*/
/* line 50, ../../_lib/scss/sass/responsive_partials/_links.scss */
.button-blue a {
  background-color: #0088CE;
  border: 2px solid #0088CE;
}
/* line 54, ../../_lib/scss/sass/responsive_partials/_links.scss */
.button-blue a:hover {
  background-color: white;
  color: #0088CE;
}

/* line 60, ../../_lib/scss/sass/responsive_partials/_links.scss */
.button-gray a {
  background-color: #949494;
  border: 2px solid #949494;
}
/* line 64, ../../_lib/scss/sass/responsive_partials/_links.scss */
.button-gray a:hover {
  background-color: white;
  color: #949494;
}

/*===Action Links===*/
/* line 71, ../../_lib/scss/sass/responsive_partials/_links.scss */
.action a:after {
  content: "\00BB";
  padding-left: 5px;
}

/*=======Mobile Toggles (Masthead & Footer)=======*/
/*===Icon Fonts (no ems, in case of nesting)===*/
/* line 3, ../../_lib/scss/sass/responsive_partials/_toggles.scss */
.icon-link, .toggle-link, .toggle-left, .toggle-right, .sidebar-toggle, .utility-column .show-hide {
  font-size: 18px;
  line-height: 18px;
  padding: 10px;
  cursor: pointer;
}

/*===Masthead Toggle Bar===*/
/* line 11, ../../_lib/scss/sass/responsive_partials/_toggles.scss */
.mobile-toggle-bar {
  background-color: #0088CE;
  height: 40px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


@media screen and (min-width: 48em) {
  /* line 11, ../../_lib/scss/sass/responsive_partials/_toggles.scss */
  .mobile-toggle-bar {
    display: none;
  }
}

/*Toggle Links*/
/* line 25, ../../_lib/scss/sass/responsive_partials/_toggles.scss */
.toggle-link, .toggle-left, .toggle-right {
  display: block;
  color: white;
}
/* line 30, ../../_lib/scss/sass/responsive_partials/_toggles.scss */
.toggle-link:link, .toggle-left:link, .toggle-right:link, .toggle-link:visited, .toggle-left:visited, .toggle-right:visited {
  color: white;
}
/* line 34, ../../_lib/scss/sass/responsive_partials/_toggles.scss */
.toggle-link:hover, .toggle-left:hover, .toggle-right:hover, .toggle-link:focus, .toggle-left:focus, .toggle-right:focus, .toggle-link:active, .toggle-left:active, .toggle-right:active {
  color: #3ca1d7;
}

/* line 38, ../../_lib/scss/sass/responsive_partials/_toggles.scss */
.toggle-left {
  float: left;
  margin-left: 15px;
}

/* line 44, ../../_lib/scss/sass/responsive_partials/_toggles.scss */
.toggle-right {
  float: right;
  margin-right: 15px;
}

/*Toggle Content*/
/* line 51, ../../_lib/scss/sass/responsive_partials/_toggles.scss */
.toggle-content {
  background-color: white;
  -webkit-box-shadow: 0 0 10px 0 #a6a6a6;
  -moz-box-shadow: 0 0 10px 0 #a6a6a6;
  box-shadow: 0 0 10px 0 #a6a6a6;
  position: absolute;
  top: 40px;
  display: none;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5%;
}
@media screen and (min-width: 48em) {
  /* line 51, ../../_lib/scss/sass/responsive_partials/_toggles.scss */
  .toggle-content {
    width: auto;
    height: auto;
    padding: 0;
    position: static;
    display: block !important;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}

/* =============================================================================
   Embedded Media
   ========================================================================== */
/* line 4, ../../_lib/scss/sass/responsive_partials/_media.scss */
iframe {
  border: 0;
}

/*===Responsive Figures===*/
/* line 9, ../../_lib/scss/sass/responsive_partials/_media.scss */
.img-flexible, .img-hero, .bxslider img {
  max-width: 100%;
}

/* line 13, ../../_lib/scss/sass/responsive_partials/_media.scss */
figure {
  margin-bottom: 24px;
}
/* line 16, ../../_lib/scss/sass/responsive_partials/_media.scss */
figure > img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 23, ../../_lib/scss/sass/responsive_partials/_media.scss */
figcaption {
  margin-top: 15px;
}

/* line 28, ../../_lib/scss/sass/responsive_partials/_media.scss */
.img-right {
  margin-bottom: 24px;
  margin-left: 24px;
  float: right;
}

/* line 33, ../../_lib/scss/sass/responsive_partials/_media.scss */
.img-left {
  margin-bottom: 24px;
  margin-right: 24px;
  float: left;
}

/*===Hero Images===*/
/* line 40, ../../_lib/scss/sass/responsive_partials/_media.scss */
.img-hero {
  margin-bottom: 24px;
}
@media screen and (min-width: 60em) {
  /* line 40, ../../_lib/scss/sass/responsive_partials/_media.scss */
  .img-hero {
    width: 100%;
  }
}

/* =============================================================================
   Forms
   ========================================================================== */
/* line 4, ../../_lib/scss/sass/responsive_partials/_forms.scss */
form {
  *zoom: 1;
  width: auto;
  padding: 0;
}
/* line 38, ../../_lib/scss/sass/responsive_partials/_mixins.scss */
form:before, form:after {
  content: "";
  display: table;
}
/* line 42, ../../_lib/scss/sass/responsive_partials/_mixins.scss */
form:after {
  clear: both;
}
/* line 9, ../../_lib/scss/sass/responsive_partials/_forms.scss */
main form {
  max-width: 58.3333333333%;
}
/* line 13, ../../_lib/scss/sass/responsive_partials/_forms.scss */
.primary-content form {
  max-width: 100%;
}

/* line 21, ../../_lib/scss/sass/responsive_partials/_forms.scss */
form ol li {
  margin-bottom: 36px;
  *zoom: 1;
  padding: 0;
}
/* line 38, ../../_lib/scss/sass/responsive_partials/_mixins.scss */
form ol li:before, form ol li:after {
  content: "";
  display: table;
}
/* line 42, ../../_lib/scss/sass/responsive_partials/_mixins.scss */
form ol li:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  /* line 28, ../../_lib/scss/sass/responsive_partials/_forms.scss */
  form ol li.form-column {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 3%;
  }
  /* line 33, ../../_lib/scss/sass/responsive_partials/_forms.scss */
  form ol li.form-column:nth-of-type(odd) {
    padding-left: 0;
  }
}

/* line 42, ../../_lib/scss/sass/responsive_partials/_forms.scss */
fieldset.grouped-columns label {
  width: 24%;
  float: left;
  margin-left: 1%;
}
/* line 47, ../../_lib/scss/sass/responsive_partials/_forms.scss */
fieldset.grouped-columns label:first-of-type {
  margin-left: 0;
}

/* line 54, ../../_lib/scss/sass/responsive_partials/_forms.scss */
legend {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: bold;
  color: #0088CE;
}

/* line 59, ../../_lib/scss/sass/responsive_partials/_forms.scss */
label {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: bold;
  color: black;
}

/* line 67, ../../_lib/scss/sass/responsive_partials/_forms.scss */
abbr[title="required"] {
  color: #cc0000;
  border: 0;
  padding-left: 3px;
}

/* line 73, ../../_lib/scss/sass/responsive_partials/_forms.scss */
input,
select,
button,
textarea {
  display: block;
  border: 2px solid #d9d9d9;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
}
/* line 83, ../../_lib/scss/sass/responsive_partials/_forms.scss */
input:focus,
select:focus,
button:focus,
textarea:focus {
  border-color: #757575;
}

/* line 88, ../../_lib/scss/sass/responsive_partials/_forms.scss */
input[type="submit"], button[type="submit"] {
  width: auto;
  padding: 6px 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #0088CE;
  color: white;
  border: 2px solid #0088CE;
}
/* line 96, ../../_lib/scss/sass/responsive_partials/_forms.scss */
input[type="submit"]:hover, input[type="submit"]:focus, button[type="submit"]:hover, button[type="submit"]:focus {
  background-color: white;
  color: #0088CE;
}

/* line 102, ../../_lib/scss/sass/responsive_partials/_forms.scss */
textarea {
  height: auto;
  min-height: 192px;
  clear: left;
}

/*======Checkboxes & Radio Buttons======*/
/* line 109, ../../_lib/scss/sass/responsive_partials/_forms.scss */
.check-radio {
  margin-bottom: 24px;
}
/* line 112, ../../_lib/scss/sass/responsive_partials/_forms.scss */
.check-radio label {
  padding: 12px 0;
  margin: 0;
  font-weight: normal;
  color: black;
}
/* line 120, ../../_lib/scss/sass/responsive_partials/_forms.scss */
.check-radio input {
  display: inline;
  width: auto;
}

/*======Field note / User message======*/
/* line 127, ../../_lib/scss/sass/responsive_partials/_forms.scss */
.form-msg {
  font-style: italic;
  color: #0088CE;
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
  margin-top: 8px;
}

/* =============================================================================
   Tables
   ========================================================================== */
/* line 5, ../../_lib/scss/sass/responsive_partials/_tables.scss */
table {
  width: 100%;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.2857142857;
}
table.responsive {
	margin-bottom: 2em; /* space added below responsive tables */
}
table.responsive th {
	min-width: 20%;   /* first column width for responsive tables */
}

/* line 10, ../../_lib/scss/sass/responsive_partials/_tables.scss */
tr {
  border-bottom: 1px solid #a0d5ef;  /* original color #eef8ff */
}

/* line 14, ../../_lib/scss/sass/responsive_partials/_tables.scss */
td, th {
  padding: 18px 12px;  /* controls vertical space in responsive table rows original padding: 24px 12px; */
  text-align: left;
  vertical-align: top;
}
/* line 19, ../../_lib/scss/sass/responsive_partials/_tables.scss */
td.cell-center, th.cell-center {
  text-align: center;
}

/* line 24, ../../_lib/scss/sass/responsive_partials/_tables.scss */
th {
  background-color: #a1bcd4;
  padding: 12px;
}

@media only screen and (max-width: 767px) {
  /* line 30, ../../_lib/scss/sass/responsive_partials/_tables.scss */
  td, th {
    padding: 10px;
  }
}
/*======ZURB responsive table======*/
@media only screen and (max-width: 767px) {
  /* line 38, ../../_lib/scss/sass/responsive_partials/_tables.scss */
  table.responsive {
    margin-bottom: 0;
  }

  /* line 40, ../../_lib/scss/sass/responsive_partials/_tables.scss */
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }

  /* line 41, ../../_lib/scss/sass/responsive_partials/_tables.scss */
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }

  /* line 42, ../../_lib/scss/sass/responsive_partials/_tables.scss */
  .pinned table th, .pinned table td {
    white-space: nowrap;
  }

  /* line 43, ../../_lib/scss/sass/responsive_partials/_tables.scss */
  .pinned td:last-child {
    border-bottom: 0;
  }

  /* line 45, ../../_lib/scss/sass/responsive_partials/_tables.scss */
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }

  /* line 46, ../../_lib/scss/sass/responsive_partials/_tables.scss */
  div.table-wrapper div.scrollable table {
    margin-left: 35%;
  }

  /* line 47, ../../_lib/scss/sass/responsive_partials/_tables.scss */
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }

  /* line 49, ../../_lib/scss/sass/responsive_partials/_tables.scss */
  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }

  /* line 50, ../../_lib/scss/sass/responsive_partials/_tables.scss */
  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none;
  }
}
/* line 4, ../../_lib/scss/sass/responsive_partials/_global.scss */
body {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;   /* removed px  1.5px to make it unit agnostic */
  background-color: #BDBDAE;   /* original #a1bcd4;  */
}

/* =============================================================================
   Masthead
   ========================================================================== */
/* line 14, ../../_lib/scss/sass/responsive_partials/_global.scss */
header[role="banner"] {
  *zoom: 1;
  margin-top: 30px;
}
/* line 38, ../../_lib/scss/sass/responsive_partials/_mixins.scss */
header[role="banner"]:before, header[role="banner"]:after {
  content: "";
  display: table;
}
/* line 42, ../../_lib/scss/sass/responsive_partials/_mixins.scss */
header[role="banner"]:after {
  clear: both;
}
@media screen and (min-width: 48em) {
  /* line 14, ../../_lib/scss/sass/responsive_partials/_global.scss */
  header[role="banner"] {
    margin-top: 0;
    margin-bottom: -20px;
  }
}

/*======Logo======*/
/* line 25, ../../_lib/scss/sass/responsive_partials/_global.scss */
.logo {
  display: block;
  margin-top: 6px;
  margin-bottom: 10px;
  width: 275px;
  height: 64px;
  font-style: italic;
  font-weight: bold;
}
@media screen and (min-width: 48em) {
  /* line 25, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .logo {
    float: left;
    margin-bottom: 0;
  }
}
/* line 39, ../../_lib/scss/sass/responsive_partials/_global.scss */
.logo .img {
  float: left;
  width: 62px;
}
/* line 44, ../../_lib/scss/sass/responsive_partials/_global.scss */
.logo p {
  float: right;
  width: 193px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: #757575;
  margin-top: 10px;
}
/* line 51, ../../_lib/scss/sass/responsive_partials/_global.scss */
.logo p strong {
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  color: #333333;
  margin-bottom: 5px;
}




/*======My Account | User Menu======*/
/* line 61, ../../_lib/scss/sass/responsive_partials/_global.scss */
#user-menu {
  height: auto;
  right: 0;
  width: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px 20px 10px;
  z-index: 900;
}

/* line 69, ../../_lib/scss/sass/responsive_partials/_global.scss */
.my-account {
  margin-top: 10px;
  float: right;
}
@media screen and (min-width: 48em) {
  /* line 69, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .my-account {
    float: right;
    /*margin-top: 17px;*/
  }
  .my-account li.ma-label { margin-right:7px; }
  .my-account li.ma-sign-in:after {
	  content: " |";
	  margin:0 3px;
  }
  .my-account li.ma-customer-service { display:block; padding-top:0.4em !important; font-size:0.8125em; }
  .my-account li.ma-customer-service br { display:none; }
}
/* line 80, ../../_lib/scss/sass/responsive_partials/_global.scss */
.my-account li {
  clear: right;
  float: left;
  margin-left: 15px;
}
.my-account li.ma-customer-service { display:block; float:none; clear:both; text-align:right;  padding-top:1em;}

@media screen and (min-width: 48em) {
  /* line 80, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .my-account li {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1;
    float: none;
    display: inline;
    margin-left: 0;
    font-weight: bold;
  }
  #user-menu { height:100px; }
}
/* line 93, ../../_lib/scss/sass/responsive_partials/_global.scss */
.my-account li:first-child {
  font-weight: bold;
  float: right;
  color: #757575;
}
/* line 98, ../../_lib/scss/sass/responsive_partials/_global.scss */
.my-account li:first-child .fa {
  padding-right: 5px;
}
@media screen and (min-width: 48em) {
  /* line 93, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .my-account li:first-child {
    color: #333333;
    float: none;
  }
}
@media screen and (min-width: 48em) {
  /* line 108, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .my-account li:last-child {
    font-weight: normal;
    margin: 0;
    padding: 0;
  }
  /* line 114, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .my-account li:last-child:after {
    content: "";
  }
  .my-account li.ma-customer-service { text-align:left; }
}
/* line 120, ../../_lib/scss/sass/responsive_partials/_global.scss */
.my-account li a, .my-account li a:link, .my-account li a:visited {
  margin-top: 5px;
  display: block;
  padding: 4px 12px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #0088CE;
  color: white;
  border: 2px solid #0088CE;
}
#user-menu .my-account li.ma-customer-service a { font-weight:bold; width:auto; padding:0 !important; background:transparent; color:#0088CE; display:inline !important; border:none; }
@media screen and (min-width: 48em) {
  /* line 120, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .my-account li a, .my-account li a:link, .my-account li a:visited {
    background-color: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0;
    margin: 0;
    display: inline;
    color: #0088CE;
    border: 0;
  }
  #user-menu .my-account li.ma-customer-service a { font-weight:bold; }
}
/* line 139, ../../_lib/scss/sass/responsive_partials/_global.scss */
.my-account li a:hover, .my-account li a:focus, .my-account li a:active, .my-account li a:link:hover, .my-account li a:link:focus, .my-account li a:link:active, .my-account li a:visited:hover, .my-account li a:visited:focus, .my-account li a:visited:active {
  background-color: white;
  color: #0088CE;
}
@media screen and (min-width: 48em) {
  /* line 139, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .my-account li a:hover, .my-account li a:focus, .my-account li a:active, .my-account li a:link:hover, .my-account li a:link:focus, .my-account li a:link:active, .my-account li a:visited:hover, .my-account li a:visited:focus, .my-account li a:visited:active {
    background-color: transparent;
    color: #3ca1d7;
  }
}

/*======Site Search======*/
/* line 154, ../../_lib/scss/sass/responsive_partials/_global.scss */
#site-search {
  background-color: white;
  -webkit-box-shadow: 0 0 10px 0 #a6a6a6;
  -moz-box-shadow: 0 0 10px 0 #a6a6a6;
  box-shadow: 0 0 10px 0 #a6a6a6;
  height: 75px;
  left: 0;
  z-index: 900;
}
@media screen and (min-width: 48em) {
  /* line 154, ../../_lib/scss/sass/responsive_partials/_global.scss */
  #site-search {
    position: static;
    background-color: transparent;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
    height: auto;
    width: 200px;
    float: right;
    margin-left: 10px;
  }
}

/* line 172, ../../_lib/scss/sass/responsive_partials/_global.scss */
form[role="search"] {
  margin-top: 13px;
}
@media screen and (min-width: 48em) {
  /* line 172, ../../_lib/scss/sass/responsive_partials/_global.scss */
  form[role="search"] {
    margin-top: 9px;
  }
}
/* line 179, ../../_lib/scss/sass/responsive_partials/_global.scss */
form[role="search"] input, form[role="search"] button {
  float: left;
  padding: 7px 5px;
}
@media screen and (min-width: 48em) {
  /* line 179, ../../_lib/scss/sass/responsive_partials/_global.scss */
  form[role="search"] input, form[role="search"] button {
    padding: 5px;
  }
}
/* line 188, ../../_lib/scss/sass/responsive_partials/_global.scss */
form[role="search"] input[type="search"] {
  width: 85%;
}
@media screen and (min-width: 48em) {
  /* line 188, ../../_lib/scss/sass/responsive_partials/_global.scss */
  #site-search input {
     -moz-box-sizing: border-box !important;
     -webkit-box-sizing: border-box !important;
     box-sizing: border-box !important;
     width: 171px;
     font-size: 13px;
  }
  form[role="search"] input[type="search"] {
    width: 171px;
    font-size: 13px;

    -moz-box-sizing: border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
  }

}
@media screen and (min-width:0\0) {
   form[role="search"] input[type="search"] {
     width: 168px;
   }
}

/* line 197, ../../_lib/scss/sass/responsive_partials/_global.scss */
form[role="search"] button {
  color: #757575;
  background-color: #d9d9d9;
  /*padding: 0;*/
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-color: #d9d9d9;
}
@media screen and (min-width: 48em) {
  /* line 197, ../../_lib/scss/sass/responsive_partials/_global.scss */
  form[role="search"] button {
    padding: 3px 5px;
    line-height: 19px;
  }
}
/* line 210, ../../_lib/scss/sass/responsive_partials/_global.scss */
form[role="search"] button:hover, form[role="search"] button:focus, form[role="search"] button:active {
  color: white;
  background-color: #757575;
  border-color: #757575;
}

/*=======Primary Navigation=======*/
/* line 219, ../../_lib/scss/sass/responsive_partials/_global.scss */
#nav-menu {
  left: 0;
  padding: 0;
  z-index: 900;
}
@media screen and (min-width: 30em) {
  /* line 219, ../../_lib/scss/sass/responsive_partials/_global.scss */
  #nav-menu {
    width: 50%;
  }
}
@media screen and (min-width: 48em) {
  /* line 219, ../../_lib/scss/sass/responsive_partials/_global.scss */
  #nav-menu {
    width: 100%;
  }
}

@media screen and (min-width: 48em) {
  /* line 233, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .primary-nav {
    background-color: #0088CE;
    margin-bottom: 20px;
    *zoom: 1;
    height: 40px;
  }
  /* line 38, ../../_lib/scss/sass/responsive_partials/_mixins.scss */
  .primary-nav:before, .primary-nav:after {
    content: "";
    display: table;
  }
  /* line 42, ../../_lib/scss/sass/responsive_partials/_mixins.scss */
  .primary-nav:after {
    clear: both;
  }
}

/*===Parent Level==*/
/* line 245, ../../_lib/scss/sass/responsive_partials/_global.scss */
.primary-parent {
  font-weight: bold;
  margin: 0;
  border-top: 1px solid #949494;
  position: relative;
}
@media screen and (min-width: 48em) {
  /* line 245, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .primary-parent {
    float: left;
    position: relative;
    padding-bottom: 20px;
    border: 0;
  }
}
/* line 258, ../../_lib/scss/sass/responsive_partials/_global.scss */
.primary-parent:first-child {
  border: 0;
}

/* line 263, ../../_lib/scss/sass/responsive_partials/_global.scss */
.primary-parent > a {
  display: inline-block;
  width: 100%;
  padding: 10px 0 10px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 48em) {
  /* line 263, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .primary-parent > a {
    color: white;
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 3.0769230769;
    padding: 0 15px;
    width: auto;
    border-right: 1px solid #3ca1d7;
  }
}
/* line 277, ../../_lib/scss/sass/responsive_partials/_global.scss */
.primary-parent > a:hover, .primary-parent > a:focus, .primary-parent > a:active {
  color: #3ca1d7;
}
@media screen and (min-width: 48em) {
  /* line 277, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .primary-parent > a:hover, .primary-parent > a:focus, .primary-parent > a:active {
    color: white;
  }
}

/*===Toggle===*/
/* line 287, ../../_lib/scss/sass/responsive_partials/_global.scss */
.primary-parent .primary-toggle {
  padding: 0;
  cursor: pointer !important;
  z-index: 500;
  font-size: 24px;
  line-height: 45px;
  position: absolute;
  right: 0;
  top: 0;
  width: 45px;
  height: 45px;
  background: white;
  text-align: center;
}
@media screen and (min-width: 48em) {
  /* line 287, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .primary-parent .primary-toggle {
    display: none;
  }
}

/*Parent Level "Active" in navigation*/
/* line 307, ../../_lib/scss/sass/responsive_partials/_global.scss */
.active > a, .active .primary-toggle {
  background-color: #d9d9d9;
}
@media screen and (min-width: 48em) {
  /* line 307, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .active > a, .active .primary-toggle {
    background-color: #3ca1d7;
  }
}

/*===Child Level===*/
/* line 316, ../../_lib/scss/sass/responsive_partials/_global.scss */
.primary-child {
  display: none;
  z-index: 900;
}
@media screen and (min-width: 48em) {
  /* line 316, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .primary-child {
    padding: 10px 20px;
  }
  /* line 324, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .primary-nav li:hover .primary-child, .primary-nav li:focus .primary-child {
    display: block;
    position: absolute;
    top: 40px;
    left: -2px;
    background-color: white;
    border: 1px solid #0088CE;
    border-top: 0;
    margin: 0;
    width: auto;
  }
  /* line 336, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .primary-nav li:first-child:hover .primary-child {
    left: 0;
  }
}

/* line 342, ../../_lib/scss/sass/responsive_partials/_global.scss */
.primary-child li {
  margin: 0;
  font-weight: normal;
  white-space: nowrap;
}

/* line 348, ../../_lib/scss/sass/responsive_partials/_global.scss */
.primary-child .primary-section {
  padding: 0 15px 0 25px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (min-width: 48em) {
  /* line 348, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .primary-child .primary-section {
    margin-top: 20px;
    padding: 0;
  }
  /* line 358, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .primary-child .primary-section:first-child {
    margin: 0;
  }
}

/* line 364, ../../_lib/scss/sass/responsive_partials/_global.scss */
.primary-child a {
  color: black;
  border: 0;
  display: block;
  padding: 7px 0 7px 25px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  cursor: pointer;
}
@media screen and (min-width: 48em) {
  /* line 364, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .primary-child a {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2.3076923077;
    display: inline;
    padding: 0;
  }
}
/* line 378, ../../_lib/scss/sass/responsive_partials/_global.scss */
.primary-child a:hover, .primary-child a:focus, .primary-child a:active {
  background-color: #d9d9d9;
  color: #0088CE;
}
@media screen and (min-width: 48em) {
  /* line 378, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .primary-child a:hover, .primary-child a:focus, .primary-child a:active {
    text-decoration: underline;
    text-decoration: underline;
    background: transparent;
  }
}

/*Child Level "Active" in navigation*/
/* line 391, ../../_lib/scss/sass/responsive_partials/_global.scss */
.primary-child .active > a {
  background-color: #d9d9d9;
}
@media screen and (min-width: 48em) {
  /* line 391, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .primary-child .active > a {
    background-color: transparent;
    font-weight: bold;
    color: #0088CE;
  }
}

/*Wide dropdowns / 2-column*/
@media screen and (min-width: 48em) {
  /* line 402, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .mega li {
    width: 350px;
    *zoom: 1;
  }
  /* line 38, ../../_lib/scss/sass/responsive_partials/_mixins.scss */
  .mega li:before, .mega li:after {
    content: "";
    display: table;
  }
  /* line 42, ../../_lib/scss/sass/responsive_partials/_mixins.scss */
  .mega li:after {
    clear: both;
  }
}

@media screen and (min-width: 48em) {
  /* line 410, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .mega-column {
    float: left;
    margin-right: 20px;
    width: 45%;
  }
}
/* line 417, ../../_lib/scss/sass/responsive_partials/_global.scss */
.mega-column:last-child {
  margin: 0;
}

/* =============================================================================
   Content
   ========================================================================== */
/* line 425, ../../_lib/scss/sass/responsive_partials/_global.scss */
main[role="main"] {
  padding-bottom: 24px;
  clear: both;
}

/*======Pages with Aside / Sidebar======*/
/* line 430, ../../_lib/scss/sass/responsive_partials/_global.scss */
.primary-content {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 37.5em) {
  /* line 430, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .primary-content {
	border-right: 1px solid #949494;
    width: 66.6666666667%;
    float: left;
    padding-right: 25px;
  }
}
@media screen and (min-width: 48em) {
  /* line 430, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .primary-content {
    width: 75%;
    float: left;
  }
}

/* line 442, ../../_lib/scss/sass/responsive_partials/_global.scss */
aside[role="complementary"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 25px;
  background-color: #ffffff;
  padding: 20px;
}
@media screen and (min-width: 37.5em) {
  /* line 442, ../../_lib/scss/sass/responsive_partials/_global.scss */
  aside[role="complementary"] {
    float: right;
    width: 33.3333333333%;
    margin-top: 0;
  }
}
@media screen and (min-width: 48em) {
  /* line 442, ../../_lib/scss/sass/responsive_partials/_global.scss */
  aside[role="complementary"] {
    width: 25%;
  }
}

/*===Mobile Toggle===*/
/* line 460, ../../_lib/scss/sass/responsive_partials/_global.scss */
.sidebar-toggle {
  padding: 0;
}
@media screen and (min-width: 37.5em) {
  /* line 460, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .sidebar-toggle {
    display: none;
  }
}
/* line 468, ../../_lib/scss/sass/responsive_partials/_global.scss */
.sidebar-toggle .fa:after {
  font-size: 16px;
  font-weight: bold;
  padding-left: 10px;
}
/* line 474, ../../_lib/scss/sass/responsive_partials/_global.scss */
.sidebar-toggle .fa-plus-circle:after {
  content: "More";
  font-family: Arial, Helvetica, sans-serif;
}
/* line 479, ../../_lib/scss/sass/responsive_partials/_global.scss */
.sidebar-toggle .fa-minus-circle:after {
  content: "Less";
  font-family: Arial, Helvetica, sans-serif;
}

/* line 485, ../../_lib/scss/sass/responsive_partials/_global.scss */
.sidebar-toggle-content {
  display: none;
  margin-top: 20px;
}
@media screen and (min-width: 37.5em) {
  /* line 485, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .sidebar-toggle-content {
    display: block !important;
    margin: 0;
  }
}

/*======Features (as demonstrated on the 4-column template)======*/
/* line 496, ../../_lib/scss/sass/responsive_partials/_global.scss */
.feature {
  margin: 20px 0;
}
/* line 499, ../../_lib/scss/sass/responsive_partials/_global.scss */
.feature img {
  display: block;
  margin: 10px auto;
}
/* line 504, ../../_lib/scss/sass/responsive_partials/_global.scss */
.feature p {
  line-height: 20px;
}

/*======Slideshow | bxSlider======*/
/* line 510, ../../_lib/scss/sass/responsive_partials/_global.scss */
.slideshow {
  position: relative;
  margin-bottom: 50px;
  clear: left;
}

/* line 518, ../../_lib/scss/sass/responsive_partials/_global.scss */
.bxslider li {
  line-height: 1;
  display: inline;
  position: relative;
}
/* line 523, ../../_lib/scss/sass/responsive_partials/_global.scss */
.bxslider li img {
  display: block;
}

/*===Optional Callouts===*/
/* line 530, ../../_lib/scss/sass/responsive_partials/_global.scss */
.callout {
  padding: 20px 20px 60px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d9d9d9;
}
@media screen and (min-width: 37.5em) {
  /* line 530, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .callout {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40%;
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.65);
  }
}
/* line 544, ../../_lib/scss/sass/responsive_partials/_global.scss */
.callout p {
  margin-bottom: 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.4285714286;
}

/* line 550, ../../_lib/scss/sass/responsive_partials/_global.scss */
.callout .callout-heading {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.2222222222;
}

/*===Prev / Next Navigation===*/
/* line 557, ../../_lib/scss/sass/responsive_partials/_global.scss */
.page {
  position: absolute;
  display: block;
  bottom: 20px;
  right: 20px;
}
/* line 564, ../../_lib/scss/sass/responsive_partials/_global.scss */
.page a {
  background-color: rgba(255, 255, 255, 0.65);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 2px 7px;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  color: #333333;
  font-size: 24px;
  line-height: 1;
  margin-left: 5px;
}
/* line 576, ../../_lib/scss/sass/responsive_partials/_global.scss */
.page a:hover, .page a:focus, .page a:active {
  background-color: #757575;
  color: white;
}

/*===Slide Numbers | Circles===*/
/* line 584, ../../_lib/scss/sass/responsive_partials/_global.scss */
.bx-pager {
  position: absolute;
  bottom: 27px;
  /*right: 90px;*/
  width: 70px;
  *zoom: 1;
}
/* line 38, ../../_lib/scss/sass/responsive_partials/_mixins.scss */
.bx-pager:before, .bx-pager:after {
  content: "";
  display: table;
}
/* line 42, ../../_lib/scss/sass/responsive_partials/_mixins.scss */
.bx-pager:after {
  clear: both;
}

/* line 592, ../../_lib/scss/sass/responsive_partials/_global.scss */
.bx-pager-item a {
  display: block;
  padding: 5px;
  float: left;
  margin-left: 7px;
  text-indent: -9999px;
  background-color: #757575;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
/* line 601, ../../_lib/scss/sass/responsive_partials/_global.scss */
.bx-pager-item a:hover, .bx-pager-item a:focus, .bx-pager-item a:active, .bx-pager-item a.active {
  background-color: white;
}

/* =============================================================================
   Footer
   ========================================================================== */
/* line 610, ../../_lib/scss/sass/responsive_partials/_global.scss */
footer[role="contentinfo"] {
  background-color: #E5E3E0;   /*  #A59D95; #CADFEB; gray #d9d9d9; #A6CEE8;*/
  *zoom: 1;
  padding-bottom: 25px;
  position: relative;

  background: ##E5E3E0;
  background: -moz-linear-gradient(top, #E5E3E0 0%, #ffffff 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E5E3E0), color-stop(100%,#ffffff));
  background: -webkit-linear-gradient(top, #E5E3E0 0%,#ffffff 100%);
  background: -o-linear-gradient(top, #E5E3E0 0%,#ffffff 100%);
  background: -ms-linear-gradient(top, #E5E3E0 0%,#ffffff 100%);
  background: linear-gradient(to bottom, #E5E3E0 0%,#ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E5E3E0', endColorstr='#ffffff',GradientType=0 );
}
@media screen and (min-width:0\0) {
   footer[role="contentinfo"] {
		filter: none;
	}
}


/* line 38, ../../_lib/scss/sass/responsive_partials/_mixins.scss */
footer[role="contentinfo"]:before, footer[role="contentinfo"]:after {
  content: "";
  display: table;
}
/* line 42, ../../_lib/scss/sass/responsive_partials/_mixins.scss */
footer[role="contentinfo"]:after {
  clear: both;
}
@media screen and (min-width: 60em) {
  /* line 610, ../../_lib/scss/sass/responsive_partials/_global.scss */
  footer[role="contentinfo"] {
    padding: 0;
  }
}

/*======Utilitiy Navigation======*/
@media screen and (min-width: 60em) {
  /* line 621, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .utility-nav {
    width: 75%;
    float: left;
  }
}

/*===Columns===*/
/* line 628, ../../_lib/scss/sass/responsive_partials/_global.scss */
.utility-column {
  *zoom: 1;
  margin-bottom: 0px;
  padding-top: 25px;
  /*border-top: 1px solid #d9d9d9;*/
  /*Show/Hide*/
}
/* line 38, ../../_lib/scss/sass/responsive_partials/_mixins.scss */
.utility-column:before, .utility-column:after {
  content: "";
  display: table;
}
/* line 42, ../../_lib/scss/sass/responsive_partials/_mixins.scss */
.utility-column:after {
  clear: both;
}
/* line 634, ../../_lib/scss/sass/responsive_partials/_global.scss */
.utility-column:first-child {
  border: 0;
  padding: 0;
}
@media screen and (min-width: 37.5em) {
  /* line 628, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .utility-column {
    width: 33.3333333333%;
    float: left;
    border: 0;
    padding: 0;
	 margin-bottom: 10px;
  }
}
@media screen and (min-width: 60em) {
  /* line 628, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .utility-column {
    margin: 0;
  }
}
/* line 650, ../../_lib/scss/sass/responsive_partials/_global.scss */
.utility-column .show-hide {
  position: absolute;
  left: -13px;
  top: -11px;
  color: #333333;
}
/* line 657, ../../_lib/scss/sass/responsive_partials/_global.scss */
.utility-column .show-hide:hover, .utility-column .show-hide:focus, .utility-column .show-hide:active {
  color: #0088CE;
}
@media screen and (min-width: 37.5em) {
  /* line 650, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .utility-column .show-hide {
    display: none;
  }
}

/*===Utility Nav Sections===*/
/* line 668, ../../_lib/scss/sass/responsive_partials/_global.scss */
.utility-heading {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  font-weight: bold;
  width: auto;
  float: none;
  margin: 0;
  padding-left: 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media screen and (min-width: 37.5em) {
  /* line 668, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .utility-heading {
    float: none;
    padding: 0;
    width: auto;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 60em) {
  /* line 668, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .utility-heading {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.3846153846;
  }
}

/*===Utility Nav Link List===*/
/* line 689, ../../_lib/scss/sass/responsive_partials/_global.scss */
.utility-list {
  margin: 0;
  width: auto;
  float: none;
  padding-left:1.6em;
}
@media screen and (min-width: 37.5em) {
  /* line 689, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .utility-list {
    float: none;
    width: auto;
	 padding-left: 0;
  }
}
/* line 699, ../../_lib/scss/sass/responsive_partials/_global.scss */
.utility-list li {
  color: #333333;
  margin-top: 0.5em;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
}
@media screen and (min-width: 37.5em) {
  /* line 699, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .utility-list {
    display: block !important;
  }
}
@media screen and (min-width: 60em) {
  /* line 699, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .utility-list li {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 1.3846153846;
    margin-bottom: 4px;
  }
}
/* line 714, ../../_lib/scss/sass/responsive_partials/_global.scss */
.utility-list a {
  color: #333333;
}
/* line 717, ../../_lib/scss/sass/responsive_partials/_global.scss */
.utility-list a:hover, .utility-list a:focus, .utility-list a:active {
  color: #0088CE;
  text-decoration: underline;
}

/*======Social Media Links/Icons======*/
/* line 725, ../../_lib/scss/sass/responsive_partials/_global.scss */
.connect-links {
  /*border-top: 1px solid #d9d9d9;*/
  margin: 20px 0 40px;
  padding-top: 25px;
  clear: left;
}
@media screen and (min-width: 60em) {
  /* line 725, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .connect-links {
    border: 0;
    margin: 0;
    padding: 0;
    clear: none;
    width: 25%;
    float: right;
  }
}
/* line 741, ../../_lib/scss/sass/responsive_partials/_global.scss */
.connect-links li {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
  margin-right: 5px;
  position: relative;
  width: 26px;
  height: 26px;
}
@media screen and (min-width: 60em) {
  /* line 741, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .connect-links li {
    margin-bottom: 10px;
    margin-right: 10px;
  }
}
/* line 753, ../../_lib/scss/sass/responsive_partials/_global.scss */
.connect-links li:last-child {
  margin: 0;
}
/* line 758, ../../_lib/scss/sass/responsive_partials/_global.scss */
.connect-links a {
  color: #0088CE;  /* #00619F;   #757575; */
}
/* line 761, ../../_lib/scss/sass/responsive_partials/_global.scss */
.connect-links a:hover, .connect-links a:focus, .connect-links a:active {
  color: #333333;
  text-decoration: underline;
}

/*==Hover Colors==*/
/* line 769, ../../_lib/scss/sass/responsive_partials/_global.scss */
.fa-facebook-square:hover {
  color: #3B5998;
}

/* line 773, ../../_lib/scss/sass/responsive_partials/_global.scss */
.fa-twitter-square:hover {
  color: #55ACEE;
}

/* line 777, ../../_lib/scss/sass/responsive_partials/_global.scss */
.fa-rss-square:hover {
  color: #f26522;
}

/* line 781, ../../_lib/scss/sass/responsive_partials/_global.scss */
.fa-rss-square:hover {
  color: #f26522;
}

/* line 785, ../../_lib/scss/sass/responsive_partials/_global.scss */
.fa-youtube-square:hover {
  color: #e52d27;
}

/* line 789, ../../_lib/scss/sass/responsive_partials/_global.scss */
.fa-pinterest-square:hover {
  color: #cc2127;
}

/* line 793, ../../_lib/scss/sass/responsive_partials/_global.scss */
.fa-google-plus-square:hover {
  color: #dd4b39;
}

/* line 797, ../../_lib/scss/sass/responsive_partials/_global.scss */
.fa-linkedin-square:hover {
  color: #0976b4;
}

/*===Custom Blogger Icon===*/
/* line 802, ../../_lib/scss/sass/responsive_partials/_global.scss */
.icon-blogger {
  position: absolute;
  top: 0;
}
@media screen and (min-width: 60em) {
  /* line 802, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .icon-blogger {
    top: 9px;
  }
}

/* line 810, ../../_lib/scss/sass/responsive_partials/_global.scss */
.icon-blogger:before {
  content: '\e800';
  font-size: 25px;
  font-size: 1.5625rem;
  line-height: 1;
}

/* line 814, ../../_lib/scss/sass/responsive_partials/_global.scss */
.icon-blogger:hover {
  color: #f57d00;
}

/*======Badges======*/
/* line 819, ../../_lib/scss/sass/responsive_partials/_global.scss */
.badges {
  float: left;
  margin-right: 20px;
}
@media screen and (min-width: 60em) {
  /* line 819, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .badges {
    position: absolute;
    right: 0;
    bottom: 20px;
  }
}

/*======Copyright======*/
/* line 831, ../../_lib/scss/sass/responsive_partials/_global.scss */
.copyright {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
  float: left;
  width: 84%;
  margin-top: 15px;
}
@media screen and (min-width: 38.75em) {
  /* line 831, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .copyright {
    width: auto;
    margin-top: 35px;
  }
}
@media screen and (min-width: 48em) {
  /* line 831, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .copyright {
    float: right;
    margin-top: 40px;
  }
}
@media screen and (min-width: 60em) {
  /* line 831, ../../_lib/scss/sass/responsive_partials/_global.scss */
  .copyright {
    float: none;
    padding-top: 30px;
    clear: left;
  }
}

/*=======Reverse bottom margins on last children | Keep at end of CSS for proper cascade=======*/
/* line 855, ../../_lib/scss/sass/responsive_partials/_global.scss */
:last-child {
  margin-bottom: 0;
}


/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	background: #fff;

	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/weimages2/bx/we-loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/weimages2/bx/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/weimages2/bx/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 555;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/weimages2/bx/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/weimages2/bx/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


#rotator { margin:0 -20px 60px; }

#rotator .bx-thumbs { margin-top:10px; float:right; margin-right:20px; }
#rotator .bx-thumbs a { float:left; background:#07519A; width:15px; padding:15px 0 0; margin-left:5px; height:0; overflow:hidden; border-radius:10px; opacity:0.25; outline:0; }
#rotator .bx-thumbs a.active { opacity:1; }
#rotator .bx-thumbs a h2 { margin:0 0 0 0; padding:0; font-size:0.875rem;line-height:1.25; }
#rotator .bx-thumbs a p  { margin:2px 0 0 0; padding:0; font-size:0.75rem;line-height:1.25; }
#rotator .bx-thumbs a img { float:left; margin-right:10px; width:70px; max-width:none; display:none; }

#rotator .bxslider li { position:relative; overflow:hidden; }
#rotator .bxslider li .caption { width:100%; position:absolute; right:-10%; top:0; height:100%; text-align:right; box-sizing: border-box; padding:5% 20px; color:#fff; opacity:0;

	transition:opacity 0.5s ease-out, right 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
	background: -moz-linear-gradient(left,  rgba(0,0,0,0) 25%, rgba(0,0,0,0.65) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop( 25%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 25%,rgba(0,0,0,0.65) 100%);
	background: -o-linear-gradient(left,  rgba(0,0,0,0) 25%,rgba(0,0,0,0.65) 100%);
	background: -ms-linear-gradient(left,  rgba(0,0,0,0) 25%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to right,  rgba(0,0,0,0) 25%,rgba(0,0,0,0.65) 100%);

}

#rotator .bxslider li.alt .caption { right:auto; left:-10%; text-align:left;

	transition:opacity 0.5s ease-out, left 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);

	background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 75%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(75%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 75%);
	background: -o-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 75%);
	background: -ms-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 75%);
	background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 75%);

}

#rotator .bxslider li .caption h2 { font-weight:700; font-size:1.25em;  padding:0; margin:0 0 0.33333em; }
#rotator .bxslider li .caption h3 { font-weight:400; font-size:0.875em; padding:0; margin:0 0 1em; }
#rotator .bxslider li .caption a.button { font-size:0.8125em; background:#0088CE; color:#fff; display:inline-block; padding:0.5em 2.5em 0.5em 0.75em; line-height:1; border-radius:0.75em; position:relative; }
#rotator .bxslider li .caption a.button:hover { background:#E37222; }
#rotator .bxslider li .caption a.button .fa { font-size:1.25em; position:absolute; right:0.75em; top:50%; margin-top:-0.5em; }
#rotator .bxslider li img { min-width:540px; }
#rotator .bxslider li.active-slide .caption { opacity:1; right:0; }
#rotator .bxslider li.alt.active-slide .caption {left:0;right:auto; }
#rotator .bx-controls { display:none; }

a[href^="tel:"] { white-space:nowrap; }

@media screen and (min-width: 38.75em) {
	#rotator .bx-thumbs { float:none; }
	#rotator .bx-thumbs a { width:25%; line-height:1.25; padding: 0 15px 0 0; box-sizing: border-box; background:transparent; opacity:1;height:auto; margin-left:0; border-radius:0px; transition-property:color; }
	a[href^="tel:"] { color:inherit !important; cursor:text; }

	#rotator .bxslider li .caption { padding:5%; }
	#rotator .bxslider li .caption h2 { font-size:1.5em;  }
	#rotator .bxslider li .caption h3 { font-size:1.125em;}
	#rotator .bxslider li .caption a.button { padding:0.75em 2.5em 0.75em 1.25em;  }

}
@media screen and (min-width: 48em) {
	#rotator { margin:0 auto 60px; }
	#rotator .bx-thumbs { margin-right:0; }
	#rotator .bx-thumbs a h2,
	#rotator .bx-thumbs a p { margin-left:80px; }
	#rotator .bx-thumbs a img { display:block; }

	#rotator .bxslider li .caption { padding:5%; }
	#rotator .bxslider li .caption h2 { font-size:2.5em;  }
	#rotator .bxslider li .caption h3 { font-size:1.25em; margin:0 0 1.5em; }
	#rotator .bxslider li .caption a.button { font-size:1em; }

	#rotator .bxslider li .caption {

		background: -moz-linear-gradient(left,  rgba(0,0,0,0) 50%, rgba(0,0,0,0.65) 100%);
		background: -webkit-gradient(linear, left top, right top, color-stop(50%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.65)));
		background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%);
		background: -o-linear-gradient(left,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%);
		background: -ms-linear-gradient(left,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%);
		background: linear-gradient(to right,  rgba(0,0,0,0) 50%,rgba(0,0,0,0.65) 100%);

	}

	#rotator .bxslider li.alt .caption {

		background: -moz-linear-gradient(left,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 50%);
		background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.65)), color-stop(50%,rgba(0,0,0,0)));
		background: -webkit-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 50%);
		background: -o-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 50%);
		background: -ms-linear-gradient(left,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 50%);
		background: linear-gradient(to right,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 50%);

	}


}


.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }


/* Swiftype no results rendering fix */
section.st-ui-no-results span.st-ui-type-heading {
  position: static;
  margin: 0;
}
