/* -- CUSTOM COLOURS --*/
/* -- GLOBAL STYLES --*/
/* line 11, ../scss/constants.scss */
body {
  font-size: 62.7%;
  font-family: "myriad-pro", sans-serif;
}

/* line 12, ../scss/constants.scss */
#wrap {
  width: 100%;
  height: 100%;
}

/* line 13, ../scss/constants.scss */
h2 {
  font-weight: 400;
}

/* line 14, ../scss/constants.scss */
a {
  text-decoration: none;
  color: #289bee;
}
/* line 14, ../scss/constants.scss */
a:hover {
  text-decoration: underline;
}

/* line 15, ../scss/constants.scss */
ul.menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 16, ../scss/constants.scss */
div.auto-center {
  max-width: 80%;
  margin: 0 auto;
}

/* line 17, ../scss/constants.scss */
div {
  vertical-align: top;
}

/* line 18, ../scss/constants.scss */
p {
  line-height: 1.5em;
  font-size: 1.3em;
  color: #4a4949;
  margin-top: 0;
}

/* line 19, ../scss/constants.scss */
ol, ul {
  line-height: 1em;
  padding: 0 0 0 20px;
  font-size: 1.3em;
  color: #4a4949;
}
/* line 19, ../scss/constants.scss */
ol li, ul li {
  margin-bottom: 0.75em;
}
/* line 19, ../scss/constants.scss */
ol p, ul p {
  font-size: 1em;
}

/**:hover {transition: all .25s linear;}*/
/* line 21, ../scss/constants.scss */
#block-views-responsivemenu-block, #block-block-3 {
  display: none;
}

/* ******************

-- NICE MENU RESETS --

****************** */
/* line 31, ../scss/constants.scss */
ul.nice-menu li,
ul.nice-menu-down li.menuparent,
ul.nice-menu-down li li.menuparent {
  background: none;
  border: none;
}
/* line 34, ../scss/constants.scss */
ul.nice-menu li:hover,
ul.nice-menu-down li.menuparent:hover,
ul.nice-menu-down li li.menuparent:hover {
  background: none;
}

/* line 39, ../scss/constants.scss */
ul.nice-menu-down .menuparent a {
  padding: 0;
}

/* line 43, ../scss/constants.scss */
li.active-trail ul li a {
  border: none!important;
}

/* -- LAYOUT -- */
/* line 49, ../scss/constants.scss */
.sidebar {
  float: left;
  width: 25%;
}

/* line 55, ../scss/constants.scss */
.crumb,
.left {
  clear: left;
}

/* line 59, ../scss/constants.scss */
.right {
  float: right;
  width: 67%;
}

/* -- MIXINS --*/
/* line 3, ../scss/style.scss */
.top {
  background: #289bee;
  padding: 5px 0;
}
/* line 7, ../scss/style.scss */
.top .block-textsize {
  text-align: right;
}
/* line 9, ../scss/style.scss */
.top .block-textsize span, .top .block-textsize ul {
  display: inline;
}
/* line 13, ../scss/style.scss */
.top .block-textsize span {
  margin: 0;
  font-size: 1.2em;
  color: #fff;
}
/* line 19, ../scss/style.scss */
.top .block-textsize ul {
  margin: 0 0 0 1em;
  padding: 0;
}
/* line 23, ../scss/style.scss */
.top .block-textsize ul li {
  display: inline-block;
  margin-bottom: 0;
}
/* line 29, ../scss/style.scss */
.top .block-textsize .textsize_list a {
  display: block;
  width: 25px;
  height: 25px;
  text-align: center;
}
/* line 35, ../scss/style.scss */
.top .block-textsize .textsize_list a:hover {
  text-decoration: none;
}
/* line 37, ../scss/style.scss */
.top .block-textsize .textsize_list a:hover i {
  color: #010101;
}
/* line 42, ../scss/style.scss */
.top .block-textsize .textsize_list a i {
  color: #fff;
}
/* line 47, ../scss/style.scss */
.top .block-textsize a.ts_increase_fix {
  font-size: 1.2em;
}
/* line 51, ../scss/style.scss */
.top .block-textsize a.ts_decrease_fix {
  font-size: 0.8em;
}
/* line 55, ../scss/style.scss */
.top .block-textsize a.ts_normal_fix {
  font-size: 1em;
}
/* line 60, ../scss/style.scss */
.top .textsize_current {
  display: none;
}

/* line 65, ../scss/style.scss */
.head {
  position: relative;
  padding: 1.5em 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  z-index: 500;
}
/* line 71, ../scss/style.scss */
.head a.logo {
  float: left;
}
/* line 76, ../scss/style.scss */
.head ul.nice-menu,
.head .block-search form {
  float: right;
  margin-top: 17px;
}
/* line 81, ../scss/style.scss */
.head ul.nice-menu {
  margin-right: 2em;
}
/* line 85, ../scss/style.scss */
.head ul.nice-menu a,
.head ul.nice-menu a:visited {
  padding: 0.25em 0 0.15em;
  margin-right: 2em;
  font-size: 1.1em;
  color: #010101;
}
/* line 91, ../scss/style.scss */
.head ul.nice-menu a:hover,
.head ul.nice-menu a:visited:hover {
  color: #289bee;
  border-bottom: 3px solid #4a4949;
  text-decoration: none!important;
}
/* line 99, ../scss/style.scss */
.head ul.nice-menu a.active,
.head ul.nice-menu li.active-trail a {
  color: #289bee;
  border-bottom: 3px solid #289bee;
}
/* line 104, ../scss/style.scss */
.head ul.nice-menu li.last a {
  margin-right: 0;
}
/* line 106, ../scss/style.scss */
.head ul.nice-menu li > ul {
  width: 240px;
  background: #010101;
  border: none;
  top: 1.4em;
  left: -0.5em;
}
/* line 113, ../scss/style.scss */
.head ul.nice-menu li > ul li {
  width: 100%;
  border-top: 1px solid #289bee;
}
/* line 117, ../scss/style.scss */
.head ul.nice-menu li > ul li:hover {
  background: #289bee;
}
/* line 122, ../scss/style.scss */
.head ul.nice-menu li > ul li a,
.head ul.nice-menu li > ul li a:visited {
  line-height: 1.3em;
  padding: 0.75em 0.5em;
  font-size: 0.7em;
  color: #fff!important;
}
/* line 128, ../scss/style.scss */
.head ul.nice-menu li > ul li a:hover,
.head ul.nice-menu li > ul li a:visited:hover {
  border: none;
  color: #fff!important;
  text-decoration: none!important;
}
/* line 137, ../scss/style.scss */
.head ul.nice-menu li > ul li.first {
  border-top: none;
}
/* line 144, ../scss/style.scss */
.head .block-search form {
  margin-bottom: 0;
}
/* line 147, ../scss/style.scss */
.head .block-search form input.form-text {
  width: 80px;
  margin-right: 2px;
}
/* line 151, ../scss/style.scss */
.head .block-search form input.form-text:focus {
  width: 180px;
}
/* line 156, ../scss/style.scss */
.head .block-search form label {
  display: none;
}

/* -- FORMS -- */
/* line 164, ../scss/style.scss */
.region-content form {
  width: 80%;
}

/* line 169, ../scss/style.scss */
input.form-text,
textarea {
  padding: 0.5em;
  border: none;
  border: 1px solid #ddd;
  font-size: 1.2em;
  transition: all .25s linear;
}
/* line 176, ../scss/style.scss */
input.form-text:focus,
textarea:focus {
  border: 1px solid #ccc;
  background: #f8f8f8;
}

/* line 184, ../scss/style.scss */
input.form-submit,
button,
#block-block-3 a {
  padding: 0.5em;
  border: none;
  background: #999;
  border: 1px solid #999;
  font-size: 1.2em;
  color: #fff;
}
/* line 192, ../scss/style.scss */
input.form-submit:hover,
button:hover,
#block-block-3 a:hover {
  background: #289bee;
  border: 1px solid #289bee;
}

/* line 198, ../scss/style.scss */
#block-block-3 a {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 1.5em;
  text-decoration: none;
}

/* line 207, ../scss/style.scss */
label {
  color: #4a4949;
  font-weight: 400;
  font-size: 1.3em;
}

/* line 214, ../scss/style.scss */
.sidebar {
  margin-right: 5%;
  padding-left: 1em;
}
/* line 218, ../scss/style.scss */
.sidebar h2 {
  font-weight: 400;
  border-bottom: 2px solid #f2f2f2;
}
/* line 226, ../scss/style.scss */
.sidebar .block-menu-block ul.menu li {
  margin: 0;
  padding: 0.5em 0;
  list-style: none;
  border-bottom: 1px solid #f2f2f2;
}
/* line 233, ../scss/style.scss */
.sidebar .block-menu-block ul.menu li.expanded {
  border-bottom: 1px solid black;
}
/* line 236, ../scss/style.scss */
.sidebar .block-menu-block ul.menu li.expanded ul.menu {
  margin-top: 0.5em;
}
/* line 239, ../scss/style.scss */
.sidebar .block-menu-block ul.menu li.expanded ul.menu li {
  line-height: 1.1em;
  padding: 0.5em 0 0.5em 0.5em;
  vertical-align: middle;
  overflow: hidden;
}
/* line 245, ../scss/style.scss */
.sidebar .block-menu-block ul.menu li.expanded ul.menu li a {
  float: left;
  padding-left: 0.5em;
  font-size: 0.7em;
  width: 90%;
  line-height: 1.2em;
}
/* line 253, ../scss/style.scss */
.sidebar .block-menu-block ul.menu li.expanded ul.menu li i.icon-angle-right {
  float: left;
  color: #999;
  height: 100%;
  font-size: 0.7em;
}
/* line 263, ../scss/style.scss */
.sidebar .block-menu-block ul.menu li.last {
  border-bottom: none;
}
/* line 269, ../scss/style.scss */
.sidebar #block-block-1 i {
  margin-right: 0.5em;
}

/* line 275, ../scss/style.scss */
.view-newsroom .views-row h2 {
  margin-bottom: 0.25em;
}
/* line 277, ../scss/style.scss */
.view-newsroom .views-row h2 a {
  color: #010101;
}

/* line 283, ../scss/style.scss */
.link-wrapper ul li {
  margin: 0;
  padding: 0;
}

/* line 288, ../scss/style.scss */
.region-highlighted {
  text-align: center;
}

/* line 292, ../scss/style.scss */
h1.title {
  position: relative;
  float: left;
  min-width: 12em;
  padding: 0.5em;
  margin-top: -34px;
  background: #289bee;
  font-weight: 400;
  color: #fff;
  z-index: 500;
}

/* line 304, ../scss/style.scss */
.crumb {
  margin-bottom: 3em;
  padding-left: 1em;
  font-size: 1.1em;
}
/* line 309, ../scss/style.scss */
.crumb .sep {
  padding: 0.5em;
}

/* line 315, ../scss/style.scss */
.view-progams .views-row {
  position: relative;
  display: inline-block;
  margin: 0 10px 15px 0;
  font-size: 1em;
  color: #fff;
}

.view-progams .color-wrapper{
  width: 236px;
  height: 230px;
  padding: 15px 0 40px;
}


/* line 325, ../scss/style.scss */
.view-progams .views-row a {
  color: #fff;
  font-size: 1.2em;
}
/* line 330, ../scss/style.scss */
.view-progams .views-row .views-field-field-program-image {
  margin-bottom: 1em;
}
/* line 335, ../scss/style.scss */
.view-progams .views-row .views-field-name,
.view-progams .views-row .views-field-field-short-description {
  padding: 0 1em;
}
/* line 339, ../scss/style.scss */
.view-progams .views-row .views-field-name {
  margin-bottom: 0.75em;
  font-size: 1.1em;
}
/* line 344, ../scss/style.scss */
.view-progams .views-row .views-field-name-1 {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* line 348, ../scss/style.scss */
.view-progams .views-row .views-field-name-1 a {
  display: block;
  padding: 0.25em 3em 0.25em 0.5em;
  background: #010101;
}
/* line 352, ../scss/style.scss */
.view-progams .views-row .views-field-name-1 a:hover {
  padding: 0.25em 2.5em 0.25em 1em;
}
/* line 359, ../scss/style.scss */
.view-progams .views-row-last {
  margin-right: 0;
}



/* line 374, ../scss/style.scss */
div.taxonomy-term-description {
  border-bottom: 2px solid #f2f2f2;
}

/* line 378, ../scss/style.scss */
.not-front .block div.node-teaser {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 2em;
}
/* line 382, ../scss/style.scss */
.not-front .block div.node-teaser h2 {
  font-weight: 400;
}
/* line 385, ../scss/style.scss */
.not-front .block div.node-teaser h2 a {
  color: #010101;
  font-size: 1.2em;
}

/* line 392, ../scss/style.scss */
tbody {
  border: none;
}

/* line 396, ../scss/style.scss */
td {
  vertical-align: top;
}

/* line 402, ../scss/style.scss */
div.expandable {
  position: relative;
  border-bottom: 1px solid #eee;
}
/* line 406, ../scss/style.scss */
div.expandable span.expand-link {
  display: block;
  transition: all .25s linear;
  line-height: 2em;
  padding: 0.5em 1em;
  font-size: 1.3em;
  color: #289bee;
}
/* line 414, ../scss/style.scss */
div.expandable span.expand-link:hover {
  background: #eee;
  color: #4a4949;
  cursor: pointer;
}
/* line 418, ../scss/style.scss */
div.expandable span.expand-link:hover i.icon-angle-down {
  opacity: 1;
}
/* line 424, ../scss/style.scss */
div.expandable span.expand-link i.icon-angle-down,
div.expandable span.expand-link i.icon-angle-up {
  position: absolute;
  right: 20px;
  font-size: 2.5em;
  color: #4a4949;
}
/* line 430, ../scss/style.scss */
div.expandable span.expand-link i.icon-angle-down {
  opacity: 0.2;
  top: 4px;
  text-shadow: 0 -1px 1px white;
}
/* line 437, ../scss/style.scss */
div.expandable span.expand-link.open {
  background: #289bee;
  color: white;
}
/* line 441, ../scss/style.scss */
div.expandable span.expand-link.open i.icon-angle-up {
  top: 1px;
  text-shadow: 0 -1px 1px #0462a6;
  color: white;
}
/* line 448, ../scss/style.scss */
div.expandable div.expanded {
  padding-left: 1em;
}
/* line 451, ../scss/style.scss */
div.expandable div.expanded ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 456, ../scss/style.scss */
div.expandable div.expanded ul li {
  display: inline-block;
  min-width: 33%;
  vertical-align: top;
}
/* line 462, ../scss/style.scss */
div.expandable div.expanded ul p {
  font-size: 1em;
}
/* line 468, ../scss/style.scss */
div.expandable span.expand-link:hover i.icon-angle-down {
  display: inline-block;
}

/* line 473, ../scss/style.scss */
ul.slides li {
  position: relative;
  text-align: left;
}
/* line 477, ../scss/style.scss */
ul.slides li h1.title {
  margin: 0;
}
/* line 481, ../scss/style.scss */
ul.slides li .views-field-body {
  position: absolute;
  top: 40%;
  left: 10%;
}
/* line 486, ../scss/style.scss */
ul.slides li .views-field-body p {
  clear: both;
  max-width: 80%;
  padding: 1em;
  background: white;
  font-size: 1em;
  font-weight: 400;
  color: #4a4949;
}

/* line 498, ../scss/style.scss */
.flexslider {
  box-shadow: none;
  margin: 0 0 4em;
  border-radius: 0;
  border: none;
}

/* line 505, ../scss/style.scss */
.flex-control-nav {
  display: block;
  position: absolute;
  left: 10%;
  top: 85%;
  width: 85px;
  height: 30px;
}
/* line 513, ../scss/style.scss */
.flex-control-nav a {
  background: rgba(255, 255, 255, 0.5) !important;
  border: 2px solid #000;
  box-shadow: none;
}
/* line 519, ../scss/style.scss */
.flex-control-nav a.flex-active {
  background: #289bee !important;
  border: 2px solid #fff;
}

/* line 526, ../scss/style.scss */
.flexslider .slides img,
.region-highlighted img {
  width: 100%;
  height: auto;
}

/* line 533, ../scss/style.scss */
.pagebottom .block-views {
  float: left;
  width: 45%;
  margin-bottom: 3em;
}
/* line 538, ../scss/style.scss */
.pagebottom .block-views h2 {
  border-bottom: 4px solid #f2f2f2;
  font-size: 2em;
}
/* line 541, ../scss/style.scss */
.pagebottom .block-views h2 a {
  font-size: 1em;
  color: #010101;
}
/* line 545, ../scss/style.scss */
.pagebottom .block-views h2 a:hover {
  text-decoration: none;
  color: #289bee;
}

/* line 555, ../scss/style.scss */
#block-views-homepage-block-1 {
  clear: left;
}

/* line 559, ../scss/style.scss */
#block-views-progams-block-1 {
  float: right;
  clear: none;
  width: 52%;
}

/* line 565, ../scss/style.scss */
.no-p-wrap img {
  width: 30%;
  height: auto;
  float: left;
}

/* line 571, ../scss/style.scss */
.no-p-wrap p {
  width: 69%;
  float: left;
}

/* line 576, ../scss/style.scss */
.field-name-body img {
  background: #F2F2F2;
  border: 1px solid #CCCCCC;
  margin: 0 1.5em 1em 0;
  padding: 1em;
}

/* line 583, ../scss/style.scss */
ol.search-results {
  margin: 0;
  padding: 0;
}
/* line 587, ../scss/style.scss */
ol.search-results li {
  margin-bottom: 2.5em;
}
/* line 591, ../scss/style.scss */
ol.search-results h3.title {
  font-weight: 400;
  font-size: 1.5em;
}
/* line 596, ../scss/style.scss */
ol.search-results .search-info {
  display: none;
}

/* line 601, ../scss/style.scss */
.footer {
  clear: both;
  margin-top: 5%;
  border-top: 1px solid #cecece;
}
/* line 606, ../scss/style.scss */
.footer .block-footer-sitemap {
  float: left;
  width: 60%;
  margin-left: 9%;
  font-size: 0.8em;
}
/* line 612, ../scss/style.scss */
.footer .block-footer-sitemap li {
  margin-right: 2em;
  line-height: 1.3em;
}
/* line 616, ../scss/style.scss */
.footer .block-footer-sitemap li a {
  color: #010101;
}
/* line 619, ../scss/style.scss */
.footer .block-footer-sitemap li a:hover {
  text-decoration: underline!important;
}
/* line 625, ../scss/style.scss */
.footer .block-footer-sitemap #footer-sitemap a.fs-root-link {
  display: block;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #289bee;
  font-size: 1.2em;
}
/* line 631, ../scss/style.scss */
.footer .block-footer-sitemap #footer-sitemap a.fs-root-link:hover {
  text-decoration: none!important;
  border-bottom: 1px solid #010101;
}

/* line 639, ../scss/style.scss */
.region-footer {
  padding: 2% 0;
  background: #e9e9e9;
  overflow: hidden;
}
/* line 645, ../scss/style.scss */
.region-footer #block-block-1,
.region-footer #block-block-1--2 {
  width: 25%;
  font-size: 0.8em;
  margin-right: 2%;
  float: right;
}
/* line 653, ../scss/style.scss */
.region-footer #block-block-1 h2,
.region-footer #block-block-1--2 h2 {
  width: 50%;
  border-bottom: 1px solid #289BEE;
}

/* line 659, ../scss/style.scss */
.footer-region {
  overflow: hidden;
  background: #289bee;
  padding: 5px 0;
  color: #fff;
}
/* line 663, ../scss/style.scss */
.footer-region span {
  float: left;
  margin-top: 6px;
}
/* line 668, ../scss/style.scss */
.footer-region .region-subfooter {
  float: right;
}
/* line 671, ../scss/style.scss */
.footer-region .region-subfooter ul.menu li {
  display: inline;
  margin: 0;
  padding: 0 0 0 1em;
}
/* line 676, ../scss/style.scss */
.footer-region .region-subfooter ul.menu li a {
  font-size: 0.8em;
  color: #fff;
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* line 690, ../scss/style.scss */
  div.auto-center {
    max-width: 95%;
    margin: 0 auto;
  }

  /* line 695, ../scss/style.scss */
  .footer .block-footer-sitemap {
    margin-left: 1.25%;
  }

  /* line 699, ../scss/style.scss */
  ul.slides li .views-field-body {
    left: 5%;
    position: absolute;
    top: 25%;
  }

  /* line 705, ../scss/style.scss */
  ul.slides li h1.title {
    font-size: 1.4em;
  }

  /* line 709, ../scss/style.scss */
  .not-front .block div.node-teaser {
    width: 95%;
  }

  /* line 713, ../scss/style.scss */
  input.form-submit {
    font-size: 2em;
  }

  /* line 717, ../scss/style.scss */
  .top .block-textsize .textsize_list a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
  }

  /* line 724, ../scss/style.scss */
  .top .block-textsize span {
    font-size: 1.8em;
  }

  /* line 728, ../scss/style.scss */
  .block-textsize {
    display: none;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Styles */
  /* line 737, ../scss/style.scss */
  .flexslider .slides img,
  .region-highlighted img {
    width: 1024px;
    height: auto;
  }
}
/* iPads (portrait) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  /* Styles */
  /* line 747, ../scss/style.scss */
  .flexslider .slides img,
  .region-highlighted img {
    width: 768px;
    height: auto;
  }

  /* line 752, ../scss/style.scss */
  .head ul.nice-menu {
    clear: both;
    margin-right: 0;
  }
}
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles */
  /* line 762, ../scss/style.scss */
  div.auto-center {
    width: 100%;
    margin: 0 auto;
  }

  /* line 767, ../scss/style.scss */
  #block-views-responsivemenu-block {
    display: block;
    clear: both;
  }
  /* line 770, ../scss/style.scss */
  #block-views-responsivemenu-block select {
    width: 99%;
    overflow: hidden;
    margin-top: 2em;
  }

  /* line 777, ../scss/style.scss */
  #block-block-3 {
    display: block;
    float: right;
  }

  /* line 787, ../scss/style.scss */
  .block-textsize,
  #block-search-form,
  .block-nice-menus,
  .flexslider,
  .region-highlighted,
  .region-footer,
  #breadcrumb {
    display: none;
  }

  /* line 797, ../scss/style.scss */
  .sidebar,
  .right,
  .footer-region span,
  .footer-region .region-subfooter,
  .pagebottom .block-views,
  .not-front .block div.node-teaser,
  #block-views-progams-block-1 {
    float: none;
    width: 100%;
    text-align: left;
  }

  /* line 803, ../scss/style.scss */
  .head {
    box-shadow: none;
  }

  /* line 807, ../scss/style.scss */
  .sidebar {
    margin: 2em 0;
  }

  /* line 811, ../scss/style.scss */
  .search-form input.form-text {
    width: 100%;
    margin-bottom: 1em;
  }

  /* line 816, ../scss/style.scss */
  .top .block-textsize .textsize_list a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
  }

  /* line 823, ../scss/style.scss */
  .footer-region .region-subfooter ul.menu {
    width: 100%;
  }
  /* line 826, ../scss/style.scss */
  .footer-region .region-subfooter ul.menu li {
    padding: 0;
  }
  /* line 829, ../scss/style.scss */
  .footer-region .region-subfooter ul.menu li a {
    display: inline-block;
    width: 49%;
    height: 40px;
    line-height: 40px;
  }
  /* line 837, ../scss/style.scss */
  .footer-region .region-subfooter ul.menu li.last {
    text-align: right;
  }

  /* line 842, ../scss/style.scss */
  h1.title {
    min-width: 0;
    font-weight: 400;
    margin-top: 0;
    padding-left: 0;
    width: 90%;
    background: none!important;
    color: #289bee;
  }

  /* line 852, ../scss/style.scss */
  .no-p-wrap p {
    width: auto;
  }
}
/* line 857, ../scss/style.scss */
.front .flex-flexslider li .views-field-body p {
  width: 600px;
}

/*
ol.flex-control-nav{
	display: none;
}
*/

/* Custom css */
.page-support-center-locator #content-area #content-wrap.right {
  float: none;
  width: 100%;
}

.view-display-id-nearest_location_page {
  width: 100%;
}

.view-display-id-nearest_location_page .view-content {
  width: 24%;
  display: inline-block;
  font-size: 15px;
}

.view-display-id-nearest_location_page .view-content .views-row {
  margin-bottom: 15px;
}

.view-display-id-nearest_location_page .view-content .views-row .views-field-title span {
  font-weight: bold;
}

.view-display-id-nearest_location_page .attachment {
  width: 74%;
  float: right;
}

.view-display-id-nearest_location_page .attachment .view-content {
  width: 100%;
}
