/* line 1, ../sass/base/_forms.scss */
button, html input[type="button"], input[type="reset"], input[type="submit"],
.button-style {
  background: #FEB333 none repeat scroll 0 0;
  border: medium none;
  color: #fff;
  font-weight: bold;
  padding: 2px 8px;
  text-transform: uppercase;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 85%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 28px; }

/* line 14, ../sass/base/_forms.scss */
.button-style {
  display: inline-block;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 6px 8px 4px; }

/* line 19, ../sass/base/_forms.scss */
a:hover.button-style {
  color: #fff;
  background-color: #FCCE71; }

/* line 1, ../sass/base/_media.scss */
img, media {
  max-width: 100%; }

/* line 1, ../sass/base/_typography.scss */
body {
  font-size: 100%; }

/* line 5, ../sass/base/_typography.scss */
body, h1, h2, h3, h4, h5, h6 {
  font-size-adjust: 0.5;
  font-weight: normal; }

/* Body Content */
/* line 12, ../sass/base/_typography.scss */
.l-page {
  font-size: 1em;
  /* equivalent to 16px */
  line-height: 1.25;
  /* equivalent to 20px */ }

@media (min-width: 804px) {
  /* line 20, ../sass/base/_typography.scss */
  #page {
    font-size: 1em;
    /* equivalent to 16px */
    line-height: 1.375;
    /* equivalent to 22px */ } }
/* line 29, ../sass/base/_typography.scss */
h1 {
  font-size: 2em;
  /* 2x body copy size = 32px */
  line-height: 1.25;
  /* 45px / 36px */
  color: #707AB8;
  padding-bottom: 5px;
  border-bottom: 2px solid #707AB8; }

@media (min-width: 804px) {
  /* line 40, ../sass/base/_typography.scss */
  h1 {
    font-size: 2.5em;
    /* 2.5x body copy size = 40px */
    line-height: 1.125; } }
@media (min-width: 980px) {
  /* line 49, ../sass/base/_typography.scss */
  h1 {
    /* 3x body copy size = 48px */
    /* keep to a multiple of the 20px line height
    and something more appropriate for display headings */ } }
/* line 59, ../sass/base/_typography.scss */
h2 {
  font-size: 1.625em;
  /* 1.625x body copy size = 26px */
  line-height: 1.15384615;
  /* 30px / 26px */
  color: #7a7d81; }

@media (min-width: 804px) {
  /* line 68, ../sass/base/_typography.scss */
  h2 {
    font-size: 2em;
    /* 2x body copy size = 32px */
    line-height: 1.25; } }
@media (min-width: 980px) {
  /* line 77, ../sass/base/_typography.scss */
  h2 {
    /* 2.25x body copy size = 36px */ } }
/* line 83, ../sass/base/_typography.scss */
h2.block__title {
  font-size: 140%;
  margin-top: 2em; }
  /* line 87, ../sass/base/_typography.scss */
  h2.block__title .l-region--sidebar-first h2.block__title {
    font-size: 120%;
    text-transform: uppercase;
    margin-top: 2em; }

/* line 94, ../sass/base/_typography.scss */
h3 {
  font-size: 1.375em;
  /* 1.375x body copy size = 22px */
  line-height: 1.13636364;
  /* 25px / 22px */
  color: #7a7d81; }

@media (min-width: 804px) {
  /* line 103, ../sass/base/_typography.scss */
  h3 {
    font-size: 1.5em;
    /* 1.5x body copy size = 24px */
    line-height: 1.25; } }
@media (min-width: 980px) {
  /* line 112, ../sass/base/_typography.scss */
  h3 {
    /* 1.75x body copy size = 28px */ } }
/* line 119, ../sass/base/_typography.scss */
h2 a.active,
h2 a:hover,
h3 a.active,
h3 a:hover {
  color: #fc9d05;
  text-decoration: none; }

/* line 127, ../sass/base/_typography.scss */
h4 {
  font-size: 1.125em;
  /* 1.125x body copy size = 18px */
  line-height: 1.11111111;
  color: #7a7d81; }

@media (min-width: 804px) {
  /* line 135, ../sass/base/_typography.scss */
  h4 {
    line-height: 1.22222222;
    /* (22px / 18px */ } }
/* line 141, ../sass/base/_typography.scss */
blockquote {
  font-size: 1.25em;
  /* 20px / 16px */
  line-height: 1.25;
  /* 25px / 20px */
  margin-top: 2.5em;
  margin-bottom: 2.5em; }

@media (min-width: 804px) {
  /* line 151, ../sass/base/_typography.scss */
  blockquote {
    font-size: 1.5em;
    /* 24px / 16px = */
    line-height: 1.45833333;
    /* 35px / 24px */ } }
/* line 159, ../sass/base/_typography.scss */
a {
  color: #707AB8;
  text-decoration: none; }

/* line 163, ../sass/base/_typography.scss */
a:hover {
  text-decoration: none;
  color: #fc9d05; }

/* line 167, ../sass/base/_typography.scss */
a.active {
  color: #fc9d05; }

/* line 170, ../sass/base/_typography.scss */
.l-region--sidebar-first a {
  font-weight: 600; }

/* accordions */
/* line 175, ../sass/base/_typography.scss */
.ui-accordion.ui-widget .views-row {
  font-family: Muli !important; }
  /* line 177, ../sass/base/_typography.scss */
  .ui-accordion.ui-widget .views-row .ui-helper-reset {
    font-size: 90% !important; }
  /* line 180, ../sass/base/_typography.scss */
  .ui-accordion.ui-widget .views-row .views-accordion-header h3 {
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0; }

/* line 186, ../sass/base/_typography.scss */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, .ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited,
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default,
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover,
.ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus,
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  color: #7a7d81 !important; }

/* line 193, ../sass/base/_typography.scss */
.field-group-accordion-wrapper {
  font-family: Muli !important; }
  /* line 195, ../sass/base/_typography.scss */
  .field-group-accordion-wrapper .ui-helper-reset {
    font-size: 90% !important; }

/* line 1, ../sass/components/_navigation.scss */
#block-superfish-1 {
  clear: both;
  margin: 0 auto; }
  @media (min-width: 980px) {
    /* line 1, ../sass/components/_navigation.scss */
    #block-superfish-1 {
      float: right;
      margin-right: 20px;
      padding-top: 16px; } }

/* line 10, ../sass/components/_navigation.scss */
ul#superfish-1 {
  list-style: none;
  width: auto;
  font-size: 85%;
  margin-top: 5px; }
  /* line 15, ../sass/components/_navigation.scss */
  ul#superfish-1 li {
    display: inline-block;
    text-transform: uppercase;
    float: none; }
    /* line 19, ../sass/components/_navigation.scss */
    ul#superfish-1 li a {
      text-decoration: none;
      border: 0px;
      margin: 0px 10px 0px 7px;
      color: #707AB8;
      display: block; }
      /* line 25, ../sass/components/_navigation.scss */
      ul#superfish-1 li a.active {
        color: #FEB333; }
  /* line 30, ../sass/components/_navigation.scss */
  ul#superfish-1 li.first a {
    padding-left: 0; }
  /* line 34, ../sass/components/_navigation.scss */
  ul#superfish-1 li.last a {
    margin: 0px 0px 0px 7px; }
  /* line 38, ../sass/components/_navigation.scss */
  ul#superfish-1 li:hover > a {
    color: #FEB333; }
  /* line 41, ../sass/components/_navigation.scss */
  ul#superfish-1 li.active-trail a {
    color: orange; }
  /* line 44, ../sass/components/_navigation.scss */
  ul#superfish-1 li:focus {
    color: #FEB333; }
  /* line 47, ../sass/components/_navigation.scss */
  ul#superfish-1 li:hover ul {
    margin-top: -18px; }
    /* line 49, ../sass/components/_navigation.scss */
    ul#superfish-1 li:hover ul li {
      padding: 5px;
      border-left: 5px solid #FCCE71; }
      /* line 52, ../sass/components/_navigation.scss */
      ul#superfish-1 li:hover ul li.first {
        padding-top: 10px; }
      /* line 55, ../sass/components/_navigation.scss */
      ul#superfish-1 li:hover ul li a {
        color: #707AB8; }
      /* line 58, ../sass/components/_navigation.scss */
      ul#superfish-1 li:hover ul li.active-trail a {
        color: #FEB333; }
    /* line 62, ../sass/components/_navigation.scss */
    ul#superfish-1 li:hover ul li:hover a {
      color: #FEB333; }

/* line 68, ../sass/components/_navigation.scss */
ul#superfish-1 li li {
  background: #fff; }

/* line 72, ../sass/components/_navigation.scss */
ul#superfish-1-accordion {
  width: 100%; }

/* line 75, ../sass/components/_navigation.scss */
.sf-accordion-toggle {
  color: #707AB8;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0; }

/* line 81, ../sass/components/_navigation.scss */
.sf-accordion-toggle a {
  text-decoration: none;
  padding: 10px;
  color: #707AB8; }

/* line 87, ../sass/components/_navigation.scss */
ul.sf-menu.sf-accordion {
  text-align: center;
  width: 100%; }
  /* line 90, ../sass/components/_navigation.scss */
  ul.sf-menu.sf-accordion li {
    width: 100%;
    text-align: center;
    margin-bottom: 2px;
    background-color: #E5E8FF;
    text-transform: uppercase;
    padding: 20px 0; }
    /* line 97, ../sass/components/_navigation.scss */
    ul.sf-menu.sf-accordion li ul {
      margin-top: 10px; }
      /* line 99, ../sass/components/_navigation.scss */
      ul.sf-menu.sf-accordion li ul li {
        border: none;
        text-transform: none;
        font-size: 90%;
        padding: 5px 0; }

/* Footer menu */
/* line 111, ../sass/components/_navigation.scss */
.l-footer {
  text-align: center;
  background: #E5E8FF; }
  /* line 114, ../sass/components/_navigation.scss */
  .l-footer ul.menu {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0; }
  /* line 119, ../sass/components/_navigation.scss */
  .l-footer ul.menu li {
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    margin-bottom: 1em;
    white-space: nowrap;
    padding-top: 1em;
    color: #fff;
    clear: both;
    position: relative;
    overflow: hidden;
    font-size: 90%; }
  /* line 133, ../sass/components/_navigation.scss */
  .l-footer a {
    color: #707AB8; }
  /* line 136, ../sass/components/_navigation.scss */
  .l-footer a:hover {
    color: #FEB333; }
  /* line 139, ../sass/components/_navigation.scss */
  .l-footer ul.menu li:last {
    margin-right: 0px;
    padding-right: 0px; }

/* line 145, ../sass/components/_navigation.scss */
.l-region--footer2 {
  width: 100%;
  clear: both;
  background: #707AB8;
  padding: 20px 0; }
  /* line 150, ../sass/components/_navigation.scss */
  .l-region--footer2 p {
    margin-bottom: 0px; }

/* line 3, ../sass/components/_search.scss */
.search-block-form {
  margin: 0 auto 5px;
  clear: both;
  width: 300px;
  margin: .5em 20px .5em 0;
  height: 30px;
  width: 300px;
  float: right; }
  /* line 11, ../sass/components/_search.scss */
  .search-block-form .form-text {
    height: 28px;
    margin-top: 1px;
    width: 220px;
    -moz-box-shadow: #666 0 0 2px inset;
    -webkit-box-shadow: #666 0 0 2px inset;
    box-shadow: #666 0 0 2px inset;
    border: 0px; }
  /* line 19, ../sass/components/_search.scss */
  .search-block-form #edit-submit,
  .search-block-form #edit-submit-1, .search-block-form #edit-submit-2, .search-block-form #edit-submit--2 {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    float: right;
    cursor: pointer;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: bold;
    height: 28px; }

/* line 35, ../sass/components/_search.scss */
#search-form .form-item-keys input[type="text"] {
  width: 70%;
  margin-bottom: 2em;
  clear: both; }

/* line 40, ../sass/components/_search.scss */
.search-results h3 {
  margin-top: 1.5em;
  text-transform: none; }

/* line 45, ../sass/components/_search.scss */
.search-results article {
  display: block;
  margin-bottom: 2em; }

/* layout */
/* line 24, ../sass/ipec-omega4.styles.scss */
.omega-browser-width {
  z-index: 1000400; }

/* line 27, ../sass/ipec-omega4.styles.scss */
body {
  background-color: #fff; }

/* advertising */
/* line 31, ../sass/ipec-omega4.styles.scss */
.adv-top, .adv-bottom {
  display: block;
  max-height: 90px; }

/* line 36, ../sass/ipec-omega4.styles.scss */
#mvBanner, #mvFooter {
  background-color: #edeef9;
  display: block;
  text-align: center; }

/* line 43, ../sass/ipec-omega4.styles.scss */
.l-region--branding nav {
  float: right; }

@media (min-width: 1280px) {
  /* line 49, ../sass/ipec-omega4.styles.scss */
  .l-main {
    width: 1280px; } }
/* line 54, ../sass/ipec-omega4.styles.scss */
.l-pagetop,
.l-main,
.l-region--navigation,
.l-region--help {
  margin: 0 auto; }
  /* line 13, c:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/toolkit-2.9.0/stylesheets/toolkit/_clearfix.scss */
  .l-pagetop:after,
  .l-main:after,
  .l-region--navigation:after,
  .l-region--help:after {
    content: "";
    display: table;
    clear: both; }

/* line 62, ../sass/ipec-omega4.styles.scss */
.l-pagetop {
  position: relative;
  min-height: 140px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48c3RvcCBvZmZzZXQ9IjMwJSIgc3RvcC1jb2xvcj0iIzcwN2FiOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-linear-gradient(90deg, #ffffff 30%, #707ab8 30%);
  background-image: -webkit-linear-gradient(90deg, #ffffff 30%, #707ab8 30%);
  background-image: linear-gradient(0deg, #ffffff 30%, #707ab8 30%);
  -moz-box-shadow: #ddd 0 4px 4px -4px;
  -webkit-box-shadow: #ddd 0 4px 4px -4px;
  box-shadow: #ddd 0 4px 4px -4px; }

/*@include breakpoint($desk) {
  .l-pagetop {
    position: fixed;
    height: 140px;
    top: 0;
    width: 100%;
    z-index: 100;
  }
  .not-front .l-main {
    padding-top: 110px;
  }
  .not-front.admin-menu .l-main  {
      padding-top: 80px;  for fixed nav
  }
}*/
/*
.l-header {
  height: 90px;
  background-color: $purple;
}*/
/* line 88, ../sass/ipec-omega4.styles.scss */
.l-branding {
  display: inline-block;
  width: 131px; }

/* line 93, ../sass/ipec-omega4.styles.scss */
.l-region--header {
  float: right; }

/* line 97, ../sass/ipec-omega4.styles.scss */
.l-region--navigation {
  background-color: #fff;
  margin-top: -48px; }

@media (min-width: 980px) {
  /* line 102, ../sass/ipec-omega4.styles.scss */
  .l-region--navigation {
    margin-top: -48px; } }
/* line 107, ../sass/ipec-omega4.styles.scss */
.views-row {
  display: block;
  margin-bottom: 1em;
  clear: both;
  overflow: hidden; }

/* line 113, ../sass/ipec-omega4.styles.scss */
a.site-logo img {
  padding: 10px;
  background-color: #707AB8;
  -moz-border-radius: 120px;
  -webkit-border-radius: 120px;
  border-radius: 120px;
  margin: 10px;
  width: 111px; }

/* line 120, ../sass/ipec-omega4.styles.scss */
.login-block {
  margin: 1em 20px .4em 0;
  float: right; }
  /* line 123, ../sass/ipec-omega4.styles.scss */
  .login-block a {
    color: #fff;
    text-transform: uppercase;
    font-size: 80%; }
  /* line 128, ../sass/ipec-omega4.styles.scss */
  .login-block a:hover {
    color: #FEB333; }

/* line 132, ../sass/ipec-omega4.styles.scss */
.welcome-block {
  margin: 1.2em 20px .7em 0;
  float: right;
  font-size: 80%;
  color: #fff; }
  /* line 137, ../sass/ipec-omega4.styles.scss */
  .welcome-block a {
    color: #FEB333; }
  /* line 140, ../sass/ipec-omega4.styles.scss */
  .welcome-block a:hover {
    color: #fff; }
  /* line 143, ../sass/ipec-omega4.styles.scss */
  .welcome-block .views-row {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0; }

@media (min-width: 980px) {
  /* line 150, ../sass/ipec-omega4.styles.scss */
  .l-region--header {
    display: inline-block;
    position: absolute;
    right: 0; }

  /* line 155, ../sass/ipec-omega4.styles.scss */
  .social-block {
    float: right;
    margin-bottom: 0; }
    /* line 158, ../sass/ipec-omega4.styles.scss */
    .social-block img {
      margin-top: 2em;
      padding: 0 0 0 5px; } }
/* line 164, ../sass/ipec-omega4.styles.scss */
.l-content {
  padding: 10px 20px 10px 50px; }

/* line 167, ../sass/ipec-omega4.styles.scss */
.ui-accordion .ui-accordion-content {
  overflow: hidden;
  padding: 10px !important; }

/* line 171, ../sass/ipec-omega4.styles.scss */
form input[type=text],
form input[type=email] {
  padding: 5px 0;
  text-indent: 5px; }

/* line 177, ../sass/ipec-omega4.styles.scss */
.tabledrag-handle .handle {
  height: 30px;
  padding: 1em; }

/* line 181, ../sass/ipec-omega4.styles.scss */
.views-exposed-form label {
  color: #7a7d81;
  margin-bottom: .5em;
  font-size: 90%;
  font-weight: normal; }

/* line 187, ../sass/ipec-omega4.styles.scss */
.views-exposed-widget {
  margin-bottom: 1em; }

/* line 190, ../sass/ipec-omega4.styles.scss */
.bef-toggle {
  text-transform: uppercase;
  font-size: 80%;
  margin-top: .5em; }

/* image2 formatting */
/* line 198, ../sass/ipec-omega4.styles.scss */
figure {
  background: none; }

/* line 201, ../sass/ipec-omega4.styles.scss */
figcaption {
  display: block;
  font-size: 0.8em;
  color: #777;
  line-height: 1.5em;
  padding: 0 3px; }

/* line 209, ../sass/ipec-omega4.styles.scss */
figure > figcaption {
  text-align: center;
  padding: .2em 0 .4em;
  clear: both; }

/* line 214, ../sass/ipec-omega4.styles.scss */
figure {
  margin: 1em 0; }

/* line 217, ../sass/ipec-omega4.styles.scss */
figure img {
  margin: inherit; }

/* line 220, ../sass/ipec-omega4.styles.scss */
figure.img-caption.card img {
  width: 100%;
  height: auto; }

/* line 224, ../sass/ipec-omega4.styles.scss */
.align-center figcaption {
  text-align: center; }

/* line 227, ../sass/ipec-omega4.styles.scss */
.align-center {
  margin: 0 auto; }

/* line 230, ../sass/ipec-omega4.styles.scss */
.align-left {
  float: left;
  margin: 5px 20px 5px 0; }

/* line 234, ../sass/ipec-omega4.styles.scss */
.align-right {
  float: right;
  margin: 5px 0px 5px 20px; }

/* line 238, ../sass/ipec-omega4.styles.scss */
.align-center img {
  margin: 0 auto; }

/* line 241, ../sass/ipec-omega4.styles.scss */
.align-left img {
  float: left;
  margin: 5px 20px 5px 0; }

/* line 245, ../sass/ipec-omega4.styles.scss */
.align-right img {
  float: right;
  margin: 5px 0px 5px 20px; }

/* line 249, ../sass/ipec-omega4.styles.scss */
.img-top-pad img {
  margin-top: 1em; }

/* mimic image2 formatting with a class */
/* line 254, ../sass/ipec-omega4.styles.scss */
.figcaption {
  padding: 0.2em 0 0.4em;
  display: block;
  margin: 0 0 1em;
  padding: 0.3em 1em 0.6em;
  text-align: inherit;
  color: #777;
  display: block;
  font-size: 0.8em;
  line-height: 1.5em;
  padding: 0 3px; }
  /* line 265, ../sass/ipec-omega4.styles.scss */
  .figcaption p {
    margin: 0; }

/* line 270, ../sass/ipec-omega4.styles.scss */
.label-inline {
  display: inline; }

/* line 273, ../sass/ipec-omega4.styles.scss */
.no-wrap {
  white-space: nowrap; }

/* line 278, ../sass/ipec-omega4.styles.scss */
.img-div img {
  display: block;
  float: left;
  margin-right: 10px; }

/* line 283, ../sass/ipec-omega4.styles.scss */
.text-div {
  overflow: hidden; }

/* line 287, ../sass/ipec-omega4.styles.scss */
.views-label,
.field__label {
  float: left;
  margin-right: .5em;
  font-weight: bold; }

/* footer */
/* line 13, c:/Ruby21-x64/lib/ruby/gems/2.1.0/gems/toolkit-2.9.0/stylesheets/toolkit/_clearfix.scss */
.l-footer:after {
  content: "";
  display: table;
  clear: both; }

/* line 298, ../sass/ipec-omega4.styles.scss */
.copyright-block {
  font-size: 85%;
  color: #fff;
  margin-bottom: 4em; }
  @media (min-width: 980px) {
    /* line 298, ../sass/ipec-omega4.styles.scss */
    .copyright-block {
      margin-bottom: 0; } }
  /* line 305, ../sass/ipec-omega4.styles.scss */
  .copyright-block a {
    color: #fff; }

/* line 310, ../sass/ipec-omega4.styles.scss */
.l-region--footer2 a, .l-region--footer2 h2.block__title {
  color: #fff; }

/*# sourceMappingURL=ipec-omega4.styles.css.map */
