@charset "UTF-8";
/**
 * @file
 * Styles are organized using the SMACSS technique. @see http://smacss.com/book/
 *
 * When you turn on CSS aggregation at admin/config/development/performance, all
 * of these @include files will be combined into a single file.
 */
/* Import Sass mixins, variables, Compass modules, etc. */
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,700,300|Crete+Round:400,400italic);
/* line 6, ../sass/moduls/_utility.scss */
.col:after {
  *zoom: 1;
}
/* line 8, ../sass/moduls/_utility.scss */
.col:after {
  content: " ";
  display: table;
}
/* line 12, ../sass/moduls/_utility.scss */
.col:after {
  clear: both;
}

/* line 47, ../sass/moduls/_utility.scss */
.item-list-center li, .item-list-center div, .item-list-center .item, .item-list-right li, .item-list-right div, .item-list-right .item, .item-list-left li, .item-list-left div, .item-list-left .item {
  display: inline-block;
  *display: inline;
  /* hack IE 7 */
}

/* line 57, ../sass/moduls/_utility.scss */
.close-details {
  position: absolute;
  top: 10px;
  right: 0;
}
/* line 62, ../sass/moduls/_utility.scss */
.close-details:before {
  display: block;
  content: "\f00d";
  color: white;
  font-family: "FontAwesome", serif;
  width: 50px;
  height: 50px;
  font-size: 1.3em;
  cursor: pointer;
}

/* line 74, ../sass/moduls/_utility.scss */
.element-item {
  position: initial;
  cursor: pointer;
}

/* line 79, ../sass/moduls/_utility.scss */
.element-hidden {
  display: hidden;
}

/* line 81, ../sass/moduls/_utility.scss */
.element-show {
  display: inline-block !important;
}
/* line 84, ../sass/moduls/_utility.scss */
.element-show .element-hidden {
  display: inline-block !important;
}

/* Base Button Style */
/* line 3, ../sass/partials/_buttons.scss */
.btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #fff;
  border: 0 none;
  color: #000;
  width: 100%;
  font-family: "Conv_TradeGothicLTStd-Bold", Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transform-style: flat;
  transition: all 250ms ease-out;
}
/* line 23, ../sass/partials/_buttons.scss */
.btn:before, .btn:after {
  content: "";
  position: absolute;
  z-index: -2;
  transition: all 250ms ease-out;
}
/* line 31, ../sass/partials/_buttons.scss */
.btn.c-a {
  color: white;
  background-color: #FF5555;
}
/* line 32, ../sass/partials/_buttons.scss */
.btn.c-b {
  background-color: #009899;
}
/* line 33, ../sass/partials/_buttons.scss */
.btn.c-c {
  background-color: #716B5D;
}
/* line 34, ../sass/partials/_buttons.scss */
.btn.c-d {
  background-color: #B30737;
}
/* line 35, ../sass/partials/_buttons.scss */
.btn.c-e {
  background-color: #006898;
}
/* line 36, ../sass/partials/_buttons.scss */
.btn.c-f {
  background-color: #949300;
}
/* line 37, ../sass/partials/_buttons.scss */
.btn.c-g {
  background-color: #528f30;
}
/* line 38, ../sass/partials/_buttons.scss */
.btn.c-h {
  background-color: #CE007C;
}
/* line 39, ../sass/partials/_buttons.scss */
.btn.c-i {
  background-color: #4D8D1D;
}
/* line 40, ../sass/partials/_buttons.scss */
.btn.c-j {
  background-color: #662663;
}

/* Without color */
/* line 44, ../sass/partials/_buttons.scss */
.btn-transparent {
  background-color: transparent !important;
}

/* Paper effect ΓÇô slightly raised off background */
/* line 47, ../sass/partials/_buttons.scss */
.paper {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(128, 128, 128, 0.1) inset;
  border-color: #dedede;
}

/* Raised effect ΓÇô pushes up on hover */
/* line 54, ../sass/partials/_buttons.scss */
.paper-raise:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* line 60, ../sass/partials/_buttons.scss */
.paper-raise:hover {
  border: 1px solid #fff;
}
/* line 63, ../sass/partials/_buttons.scss */
.paper-raise:hover:before {
  box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
}

/* line 69, ../sass/partials/_buttons.scss */
.paper-raise-flatten {
  border-color: #fff;
  box-shadow: none;
}
/* line 73, ../sass/partials/_buttons.scss */
.paper-raise-flatten:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
}
/* line 80, ../sass/partials/_buttons.scss */
.paper-raise-flatten:hover {
  border-color: #dedede;
}
/* line 83, ../sass/partials/_buttons.scss */
.paper-raise-flatten:hover:before {
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(128, 128, 128, 0.1) inset;
}

/* Lift effect ΓÇô lifts sides on hover */
/* line 92, ../sass/partials/_buttons.scss */
.paper-lift:before, .paper-lift:after {
  bottom: 15px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  box-shadow: 0 10px 10px rgba(31, 31, 31, 0.5);
}
/* line 102, ../sass/partials/_buttons.scss */
.paper-lift:before {
  left: 8px;
  transform: rotate(-3deg);
}
/* line 106, ../sass/partials/_buttons.scss */
.paper-lift:after {
  right: 8px;
  transform: rotate(3deg);
}
/* line 111, ../sass/partials/_buttons.scss */
.paper-lift:hover {
  border-color: transparent;
}
/* line 114, ../sass/partials/_buttons.scss */
.paper-lift:hover:before, .paper-lift:hover:after {
  box-shadow: 0 15px 12px rgba(31, 31, 31, 0.7);
}
/* line 118, ../sass/partials/_buttons.scss */
.paper-lift:hover:before {
  left: 10px;
}
/* line 121, ../sass/partials/_buttons.scss */
.paper-lift:hover:after {
  right: 10px;
}

/* Flatten effect ΓÇô flattens sides on hover */
/* line 128, ../sass/partials/_buttons.scss */
.paper-flatten {
  border: 1px solid transparent;
}
/* line 130, ../sass/partials/_buttons.scss */
.paper-flatten:before, .paper-flatten:after {
  bottom: 15px;
  width: 50%;
  height: 20%;
  max-width: 300px;
  max-height: 100px;
  box-shadow: 0 15px 12px rgba(31, 31, 31, 0.7);
}
/* line 140, ../sass/partials/_buttons.scss */
.paper-flatten:before {
  left: 10px;
  transform: rotate(-3deg);
}
/* line 144, ../sass/partials/_buttons.scss */
.paper-flatten:after {
  right: 10px;
  transform: rotate(3deg);
}
/* line 149, ../sass/partials/_buttons.scss */
.paper-flatten:hover {
  border-color: #ccc;
}
/* line 152, ../sass/partials/_buttons.scss */
.paper-flatten:hover:before, .paper-flatten:hover:after {
  transition: box-shadow 600ms ease-out, left 200ms, right 200ms;
  box-shadow: 0 8px 8px rgba(31, 31, 31, 0.5);
}
/* line 157, ../sass/partials/_buttons.scss */
.paper-flatten:hover:before {
  left: 5px;
}
/* line 160, ../sass/partials/_buttons.scss */
.paper-flatten:hover:after {
  right: 5px;
}

/* Curl effects ΓÇô curls corners on hover */
/* line 170, ../sass/partials/_buttons.scss */
.paper-curl:before, .paper-curl:after,
.paper-curl-right:before,
.paper-curl-right:after {
  bottom: 12px;
  width: 50%;
  height: 55%;
  max-width: 200px;
  max-height: 100px;
  box-shadow: 1px 8px 12px rgba(31, 31, 31, 0.6);
}
/* line 179, ../sass/partials/_buttons.scss */
.paper-curl:before,
.paper-curl-right:before {
  left: 10px;
}
/* line 182, ../sass/partials/_buttons.scss */
.paper-curl:after,
.paper-curl-right:after {
  right: 10px;
}
/* line 187, ../sass/partials/_buttons.scss */
.paper-curl:hover:before, .paper-curl:hover:after,
.paper-curl-right:hover:before,
.paper-curl-right:hover:after {
  box-shadow: 1px 8px 12px rgba(31, 31, 31, 0.8);
}
/* line 191, ../sass/partials/_buttons.scss */
.paper-curl:hover:before,
.paper-curl-right:hover:before {
  transform: skew(-8deg) rotate(-3deg);
}
/* line 194, ../sass/partials/_buttons.scss */
.paper-curl:hover:after,
.paper-curl-right:hover:after {
  transform: skew(8deg) rotate(3deg);
}

/* line 200, ../sass/partials/_buttons.scss */
.paper-curl:hover {
  border-radius: 0 0 40% 40% / 0 0 30% 30%;
}

/* line 205, ../sass/partials/_buttons.scss */
.paper-curl-right:before {
  display: none;
}
/* line 209, ../sass/partials/_buttons.scss */
.paper-curl-right:hover {
  border-radius: 0 0 40% 0 / 0 0 30% 0;
}

/* Curl effects ΓÇô curls right hand side on hover */
/* line 216, ../sass/partials/_buttons.scss */
.paper-curl-right-side:before, .paper-curl-right-side:after {
  right: 10px;
  width: 50%;
  height: 55%;
  max-width: 200px;
  max-height: 100px;
}
/* line 224, ../sass/partials/_buttons.scss */
.paper-curl-right-side:before {
  top: 12px;
  box-shadow: 1px -4px 12px rgba(31, 31, 31, 0.6);
}
/* line 228, ../sass/partials/_buttons.scss */
.paper-curl-right-side:after {
  bottom: 12px;
  box-shadow: 1px 4px 12px rgba(31, 31, 31, 0.6);
}
/* line 232, ../sass/partials/_buttons.scss */
.paper-curl-right-side:hover {
  right: 0;
  border-radius: 0 3% 3% 0 / 0% 50% 50% 0;
}
/* line 236, ../sass/partials/_buttons.scss */
.paper-curl-right-side:hover:before {
  box-shadow: 10px -4px 12px rgba(31, 31, 31, 0.8);
  transform: skew(-8deg) rotate(-3deg);
}
/* line 240, ../sass/partials/_buttons.scss */
.paper-curl-right-side:hover:after {
  box-shadow: 10px 4px 12px rgba(31, 31, 31, 0.8);
  transform: skew(8deg) rotate(3deg);
}

/* line 14, ../sass/partials/_grid.scss */
.col:after {
  *zoom: 1;
}
/* line 16, ../sass/partials/_grid.scss */
.col:after {
  content: '';
  display: table;
}
/* line 20, ../sass/partials/_grid.scss */
.col:after {
  clear: both;
}

/* line 25, ../sass/partials/_grid.scss */
.col {
  width: 100%;
}

/* With float */
/* line 33, ../sass/partials/_grid.scss */
[class*='column-'],
[class*='column-center-'] {
  float: left;
  padding: 0;
  width: 100%;
  min-height: 1px;
  margin: 0;
}

@media only screen and (min-width: 50em) {
  /* line 44, ../sass/partials/_grid.scss */
  .column-1,
  .column-center-1 {
    width: 8.33333%;
  }

  /* line 44, ../sass/partials/_grid.scss */
  .column-2,
  .column-center-2 {
    width: 16.66667%;
  }

  /* line 44, ../sass/partials/_grid.scss */
  .column-3,
  .column-center-3 {
    width: 25%;
  }

  /* line 44, ../sass/partials/_grid.scss */
  .column-4,
  .column-center-4 {
    width: 33.33333%;
  }

  /* line 44, ../sass/partials/_grid.scss */
  .column-5,
  .column-center-5 {
    width: 41.66667%;
  }

  /* line 44, ../sass/partials/_grid.scss */
  .column-6,
  .column-center-6 {
    width: 50%;
  }

  /* line 44, ../sass/partials/_grid.scss */
  .column-7,
  .column-center-7 {
    width: 58.33333%;
  }

  /* line 44, ../sass/partials/_grid.scss */
  .column-8,
  .column-center-8 {
    width: 66.66667%;
  }

  /* line 44, ../sass/partials/_grid.scss */
  .column-9,
  .column-center-9 {
    width: 75%;
  }

  /* line 44, ../sass/partials/_grid.scss */
  .column-10,
  .column-center-10 {
    width: 83.33333%;
  }

  /* line 44, ../sass/partials/_grid.scss */
  .column-11,
  .column-center-11 {
    width: 91.66667%;
  }

  /* line 44, ../sass/partials/_grid.scss */
  .column-12,
  .column-center-12 {
    width: 100%;
  }
}
/* line 51, ../sass/partials/_grid.scss */
[class*='column-center-'] {
  float: none;
  padding: 10px;
  margin: 5px;
}

/* line 6, ../sass/moduls/_utility.scss */
.col:after {
  *zoom: 1;
}
/* line 8, ../sass/moduls/_utility.scss */
.col:after {
  content: " ";
  display: table;
}
/* line 12, ../sass/moduls/_utility.scss */
.col:after {
  clear: both;
}

/* line 47, ../sass/moduls/_utility.scss */
.item-list-center li, .item-list-center div, .item-list-center .item, .item-list-right li, .item-list-right div, .item-list-right .item, .item-list-left li, .item-list-left div, .item-list-left .item {
  display: inline-block;
  *display: inline;
  /* hack IE 7 */
}

/* line 57, ../sass/moduls/_utility.scss */
.close-details {
  position: absolute;
  top: 10px;
  right: 0;
}
/* line 62, ../sass/moduls/_utility.scss */
.close-details:before {
  display: block;
  content: "\f00d";
  color: white;
  font-family: "FontAwesome", serif;
  width: 50px;
  height: 50px;
  font-size: 1.3em;
  cursor: pointer;
}

/* line 74, ../sass/moduls/_utility.scss */
.element-item {
  position: initial;
  cursor: pointer;
}

/* line 79, ../sass/moduls/_utility.scss */
.element-hidden {
  display: hidden;
}

/* line 81, ../sass/moduls/_utility.scss */
.element-show {
  display: inline-block !important;
}
/* line 84, ../sass/moduls/_utility.scss */
.element-show .element-hidden {
  display: inline-block !important;
}

/* line 3, ../sass/partials/_list.scss */
.item-list {
  list-style: none;
}
/* line 6, ../sass/partials/_list.scss */
.item-list li {
  float: left;
}
/* line 10, ../sass/partials/_list.scss */
.item-list-center, .item-list-right, .item-list-left {
  text-align: center;
  margin: 0;
  padding: 0;
}
/* line 22, ../sass/partials/_list.scss */
.item-list-right {
  text-align: right;
  float: right;
}
/* line 27, ../sass/partials/_list.scss */
.item-list-left {
  text-align: left;
  float: left;
}

/* line 33, ../sass/partials/_list.scss */
.ul-list {
  position: relative;
}
/* line 37, ../sass/partials/_list.scss */
.ul-list li:before {
  display: block;
  content: "ΓÖª";
  color: #F55;
  position: absolute;
  left: 20px;
  margin-top: -7px;
  font-size: 1.4em;
}

/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
/* line 13, ../sass/partials/_tabs.scss */
.ui-helper-hidden {
  display: none;
}

/* line 14, ../sass/partials/_tabs.scss */
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

/* line 15, ../sass/partials/_tabs.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 16, ../sass/partials/_tabs.scss */
.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* line 17, ../sass/partials/_tabs.scss */
.ui-helper-clearfix {
  display: inline-block;
}

/* required comment for clearfix to work in Opera \*/
/* line 19, ../sass/partials/_tabs.scss */
* html .ui-helper-clearfix {
  height: 1%;
}

/* line 20, ../sass/partials/_tabs.scss */
.ui-helper-clearfix {
  display: block;
}

/* end clearfix */
/* line 22, ../sass/partials/_tabs.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* Interaction Cues
----------------------------------*/
/* line 27, ../sass/partials/_tabs.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 34, ../sass/partials/_tabs.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 41, ../sass/partials/_tabs.scss */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 * jQuery UI Accordion 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* IE/Win - Fix animation bug - #4615 */
/* line 52, ../sass/partials/_tabs.scss */
.ui-accordion {
  width: 100%;
}

/* line 53, ../sass/partials/_tabs.scss */
.ui-accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  margin-top: 1px;
  zoom: 1;
}

/* line 54, ../sass/partials/_tabs.scss */
.ui-accordion .ui-accordion-li-fix {
  display: inline;
}

/* line 55, ../sass/partials/_tabs.scss */
.ui-accordion .ui-accordion-header-active {
  border-bottom: 0 !important;
}

/* line 56, ../sass/partials/_tabs.scss */
.ui-accordion .ui-accordion-header a {
  display: block;
  font-size: 1em;
  padding: .5em .5em .5em .7em;
}

/* line 57, ../sass/partials/_tabs.scss */
.ui-accordion-icons .ui-accordion-header a {
  padding-left: 2.2em;
}

/* line 58, ../sass/partials/_tabs.scss */
.ui-accordion .ui-accordion-header .ui-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

/* line 59, ../sass/partials/_tabs.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  margin-top: -2px;
  position: relative;
  top: 1px;
  margin-bottom: 2px;
  overflow: auto;
  display: none;
  zoom: 1;
}

/* line 60, ../sass/partials/_tabs.scss */
.ui-accordion .ui-accordion-content-active {
  display: block;
}

                                                             /*
* jQuery UI Autocomplete 1.8.7
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Autocomplete#theming
*/
/* line 69, ../sass/partials/_tabs.scss */
.ui-autocomplete {
  position: absolute;
  cursor: default;
}

/* workarounds */
/* line 72, ../sass/partials/_tabs.scss */
* html .ui-autocomplete {
  width: 1px;
}

/* without this, the menu expands to 100% in IE6 */
/*
 * jQuery UI Menu 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
/* line 83, ../sass/partials/_tabs.scss */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  float: left;
}

/* line 90, ../sass/partials/_tabs.scss */
.ui-menu .ui-menu {
  margin-top: -3px;
}

/* line 93, ../sass/partials/_tabs.scss */
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  zoom: 1;
  float: left;
  clear: left;
  width: 100%;
}

/* line 101, ../sass/partials/_tabs.scss */
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: .2em .4em;
  line-height: 1.5;
  zoom: 1;
}

/* line 108, ../sass/partials/_tabs.scss */
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

/*
 * jQuery UI Button 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
/* line 122, ../sass/partials/_tabs.scss */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: visible;
}

/* the overflow property removes extra width in IE */
/* line 123, ../sass/partials/_tabs.scss */
.ui-button-icon-only {
  width: 2.2em;
}

/* to make room for the icon, a width needs to be set here */
/* line 124, ../sass/partials/_tabs.scss */
button.ui-button-icon-only {
  width: 2.4em;
}

/* button elements seem to need a little more width */
/* line 125, ../sass/partials/_tabs.scss */
.ui-button-icons-only {
  width: 3.4em;
}

/* line 126, ../sass/partials/_tabs.scss */
button.ui-button-icons-only {
  width: 3.7em;
}

/*button text element */
/* line 129, ../sass/partials/_tabs.scss */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}

/* line 130, ../sass/partials/_tabs.scss */
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

/* line 131, ../sass/partials/_tabs.scss */
.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

/* line 132, ../sass/partials/_tabs.scss */
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

/* line 133, ../sass/partials/_tabs.scss */
.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

/* line 134, ../sass/partials/_tabs.scss */
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
/* line 136, ../sass/partials/_tabs.scss */
input.ui-button {
  padding: .4em 1em;
}

/*button icon element(s) */
/* line 139, ../sass/partials/_tabs.scss */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

/* line 140, ../sass/partials/_tabs.scss */
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

/* line 141, ../sass/partials/_tabs.scss */
.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

/* line 142, ../sass/partials/_tabs.scss */
.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* line 143, ../sass/partials/_tabs.scss */
.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/*button sets*/
/* line 146, ../sass/partials/_tabs.scss */
.ui-buttonset {
  margin-right: 7px;
}

/* line 147, ../sass/partials/_tabs.scss */
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* line 150, ../sass/partials/_tabs.scss */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* reset extra padding in Firefox */
/*
 * jQuery UI Datepicker 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
/* line 160, ../sass/partials/_tabs.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 161, ../sass/partials/_tabs.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 162, ../sass/partials/_tabs.scss */
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 163, ../sass/partials/_tabs.scss */
.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 164, ../sass/partials/_tabs.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 165, ../sass/partials/_tabs.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 166, ../sass/partials/_tabs.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 167, ../sass/partials/_tabs.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 168, ../sass/partials/_tabs.scss */
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 169, ../sass/partials/_tabs.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 170, ../sass/partials/_tabs.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 171, ../sass/partials/_tabs.scss */
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

/* line 172, ../sass/partials/_tabs.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

/* line 174, ../sass/partials/_tabs.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 175, ../sass/partials/_tabs.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 176, ../sass/partials/_tabs.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 177, ../sass/partials/_tabs.scss */
.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 178, ../sass/partials/_tabs.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 179, ../sass/partials/_tabs.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 180, ../sass/partials/_tabs.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 183, ../sass/partials/_tabs.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 184, ../sass/partials/_tabs.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 185, ../sass/partials/_tabs.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 186, ../sass/partials/_tabs.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 187, ../sass/partials/_tabs.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 188, ../sass/partials/_tabs.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 189, ../sass/partials/_tabs.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

/* line 190, ../sass/partials/_tabs.scss */
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 191, ../sass/partials/_tabs.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 192, ../sass/partials/_tabs.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
}

/* RTL support */
/* line 195, ../sass/partials/_tabs.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 196, ../sass/partials/_tabs.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 197, ../sass/partials/_tabs.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 198, ../sass/partials/_tabs.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 199, ../sass/partials/_tabs.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 200, ../sass/partials/_tabs.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 201, ../sass/partials/_tabs.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 202, ../sass/partials/_tabs.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

/* line 203, ../sass/partials/_tabs.scss */
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 204, ../sass/partials/_tabs.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* line 205, ../sass/partials/_tabs.scss */
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
/* line 208, ../sass/partials/_tabs.scss */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}

/*
* jQuery UI Dialog 1.8.7
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Dialog#theming
*/
/* line 227, ../sass/partials/_tabs.scss */
.ui-dialog {
  position: absolute;
  padding: .2em;
  width: 300px;
  overflow: hidden;
}

/* line 228, ../sass/partials/_tabs.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .5em 1em .3em;
  position: relative;
}

/* line 229, ../sass/partials/_tabs.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 16px .2em 0;
}

/* line 230, ../sass/partials/_tabs.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
}

/* line 231, ../sass/partials/_tabs.scss */
.ui-dialog .ui-dialog-titlebar-close span {
  display: block;
  margin: 1px;
}

/* line 232, ../sass/partials/_tabs.scss */
.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus {
  padding: 0;
}

/* line 233, ../sass/partials/_tabs.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
  zoom: 1;
}

/* line 234, ../sass/partials/_tabs.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}

/* line 235, ../sass/partials/_tabs.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 236, ../sass/partials/_tabs.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 237, ../sass/partials/_tabs.scss */
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}

/* line 238, ../sass/partials/_tabs.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/*
 * jQuery UI Progressbar 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
/* line 248, ../sass/partials/_tabs.scss */
.ui-progressbar {
  height: 2em;
  text-align: left;
}

/* line 249, ../sass/partials/_tabs.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

                                                                  /*
* jQuery UI Resizable 1.8.7
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Resizable#theming
*/
/* line 258, ../sass/partials/_tabs.scss */
.ui-resizable {
  position: relative;
}

/* line 259, ../sass/partials/_tabs.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  z-index: 99999;
  display: block;
}

/* line 260, ../sass/partials/_tabs.scss */
.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 261, ../sass/partials/_tabs.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 262, ../sass/partials/_tabs.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 263, ../sass/partials/_tabs.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 264, ../sass/partials/_tabs.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 265, ../sass/partials/_tabs.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 266, ../sass/partials/_tabs.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 267, ../sass/partials/_tabs.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 268, ../sass/partials/_tabs.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

                                                                                      /*
* jQuery UI Selectable 1.8.7
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Selectable#theming
*/
/* line 277, ../sass/partials/_tabs.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/*
 * jQuery UI Slider 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
/* line 287, ../sass/partials/_tabs.scss */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 288, ../sass/partials/_tabs.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

/* line 289, ../sass/partials/_tabs.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* line 291, ../sass/partials/_tabs.scss */
.ui-slider-horizontal {
  height: .8em;
}

/* line 292, ../sass/partials/_tabs.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 293, ../sass/partials/_tabs.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 294, ../sass/partials/_tabs.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 295, ../sass/partials/_tabs.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 297, ../sass/partials/_tabs.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 298, ../sass/partials/_tabs.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 299, ../sass/partials/_tabs.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 300, ../sass/partials/_tabs.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 301, ../sass/partials/_tabs.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

                                                   /*
* jQuery UI Tabs 1.8.7
*
* Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
* Dual licensed under the MIT or GPL Version 2 licenses.
* http://jquery.org/license
*
* http://docs.jquery.com/UI/Tabs#theming
*/
/* line 310, ../sass/partials/_tabs.scss */
.ui-tabs {
  position: relative;
  padding: .2em;
  zoom: 1;
}

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
/* line 311, ../sass/partials/_tabs.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
}

/* line 312, ../sass/partials/_tabs.scss */
.ui-tabs .ui-tabs-nav li {
  background-color: #006898;
  list-style: none;
  float: left;
  position: relative;
  top: 1px;
  margin: 0 .2em 1px 0;
  border-bottom: 0 !important;
  padding: 0;
  white-space: nowrap;
}
/* line 313, ../sass/partials/_tabs.scss */
.ui-tabs .ui-tabs-nav li:before {
  content: "" !important;
}

/* line 315, ../sass/partials/_tabs.scss */
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
  color: white;
}

/* line 316, ../sass/partials/_tabs.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
  margin-bottom: 0;
  padding-bottom: 1px;
  background-color: #eeeeee;
}

/* line 317, ../sass/partials/_tabs.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  color: #424242;
  cursor: text;
}

/* line 318, ../sass/partials/_tabs.scss */
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
/* line 319, ../sass/partials/_tabs.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/* line 320, ../sass/partials/_tabs.scss */
.ui-tabs .ui-tabs-hide {
  display: none !important;
}

/*
 * jQuery UI CSS Framework 1.8.7
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/* Component containers
----------------------------------*/
/* line 336, ../sass/partials/_tabs.scss */
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

/* line 337, ../sass/partials/_tabs.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 338, ../sass/partials/_tabs.scss */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

/* line 339, ../sass/partials/_tabs.scss */
.ui-widget-content {
  /* border: 1px solid #aaaaaa */
  /*{borderColorContent}*/
  background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222;
}

/* line 340, ../sass/partials/_tabs.scss */
.ui-widget-content a {
  color: #222222;
}

/* line 341, ../sass/partials/_tabs.scss */
.ui-widget-header {
  /* border: 1px solid #aaaaaa */
  /*{borderColorHeader}*/
  background: #cccccc url(images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

/* line 342, ../sass/partials/_tabs.scss */
.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
/* line 346, ../sass/partials/_tabs.scss */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  /* border: 1px solid #d3d3d3 */
  /*{borderColorDefault}*/
  background-color: #e6e6e6 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

/* line 347, ../sass/partials/_tabs.scss */
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

/* line 348, ../sass/partials/_tabs.scss */
.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 {
  /* border: 1px solid #999999 */
  /*{borderColorHover}*/
  background: #dadada url(images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

/* line 349, ../sass/partials/_tabs.scss */
.ui-state-hover a, .ui-state-hover a:hover {
  color: #212121;
  text-decoration: none;
}

/* line 350, ../sass/partials/_tabs.scss */
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  /* border: 1px solid #aaaaaa */
  /*{borderColorActive}*/
  background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

/* line 351, ../sass/partials/_tabs.scss */
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* line 352, ../sass/partials/_tabs.scss */
.ui-widget :active {
  outline: none;
}

/* Interaction Cues
----------------------------------*/
/* line 356, ../sass/partials/_tabs.scss */
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636;
}

/* line 357, ../sass/partials/_tabs.scss */
.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

/* line 358, ../sass/partials/_tabs.scss */
.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}

/* line 359, ../sass/partials/_tabs.scss */
.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

/* line 360, ../sass/partials/_tabs.scss */
.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

/* line 361, ../sass/partials/_tabs.scss */
.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 362, ../sass/partials/_tabs.scss */
.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

/* line 363, ../sass/partials/_tabs.scss */
.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 369, ../sass/partials/_tabs.scss */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(images/ui-icons_222222_256x240.png);
}

/* line 370, ../sass/partials/_tabs.scss */
.ui-widget-content .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

/* line 371, ../sass/partials/_tabs.scss */
.ui-widget-header .ui-icon {
  background-image: url(images/ui-icons_222222_256x240.png);
}

/* line 372, ../sass/partials/_tabs.scss */
.ui-state-default .ui-icon {
  background-image: url(images/ui-icons_888888_256x240.png);
}

/* line 373, ../sass/partials/_tabs.scss */
.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}

/* line 374, ../sass/partials/_tabs.scss */
.ui-state-active .ui-icon {
  background-image: url(images/ui-icons_454545_256x240.png);
}

/* line 375, ../sass/partials/_tabs.scss */
.ui-state-highlight .ui-icon {
  background-image: url(images/ui-icons_2e83ff_256x240.png);
}

/* line 376, ../sass/partials/_tabs.scss */
.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
/* line 379, ../sass/partials/_tabs.scss */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

/* line 380, ../sass/partials/_tabs.scss */
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

/* line 381, ../sass/partials/_tabs.scss */
.ui-icon-carat-1-e {
  background-position: -32px 0;
}

/* line 382, ../sass/partials/_tabs.scss */
.ui-icon-carat-1-se {
  background-position: -48px 0;
}

/* line 383, ../sass/partials/_tabs.scss */
.ui-icon-carat-1-s {
  background-position: -64px 0;
}

/* line 384, ../sass/partials/_tabs.scss */
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

/* line 385, ../sass/partials/_tabs.scss */
.ui-icon-carat-1-w {
  background-position: -96px 0;
}

/* line 386, ../sass/partials/_tabs.scss */
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

/* line 387, ../sass/partials/_tabs.scss */
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

/* line 388, ../sass/partials/_tabs.scss */
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

/* line 389, ../sass/partials/_tabs.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 390, ../sass/partials/_tabs.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 391, ../sass/partials/_tabs.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 392, ../sass/partials/_tabs.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 393, ../sass/partials/_tabs.scss */
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 394, ../sass/partials/_tabs.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 395, ../sass/partials/_tabs.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 396, ../sass/partials/_tabs.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 397, ../sass/partials/_tabs.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 398, ../sass/partials/_tabs.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 399, ../sass/partials/_tabs.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 400, ../sass/partials/_tabs.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 401, ../sass/partials/_tabs.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 402, ../sass/partials/_tabs.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 403, ../sass/partials/_tabs.scss */
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

/* line 404, ../sass/partials/_tabs.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 405, ../sass/partials/_tabs.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 406, ../sass/partials/_tabs.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 407, ../sass/partials/_tabs.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 408, ../sass/partials/_tabs.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 409, ../sass/partials/_tabs.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 410, ../sass/partials/_tabs.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 411, ../sass/partials/_tabs.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 412, ../sass/partials/_tabs.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 413, ../sass/partials/_tabs.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 414, ../sass/partials/_tabs.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 415, ../sass/partials/_tabs.scss */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

/* line 416, ../sass/partials/_tabs.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 417, ../sass/partials/_tabs.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 418, ../sass/partials/_tabs.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 419, ../sass/partials/_tabs.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 420, ../sass/partials/_tabs.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 421, ../sass/partials/_tabs.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 422, ../sass/partials/_tabs.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 423, ../sass/partials/_tabs.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 424, ../sass/partials/_tabs.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 425, ../sass/partials/_tabs.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 426, ../sass/partials/_tabs.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 427, ../sass/partials/_tabs.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 428, ../sass/partials/_tabs.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 429, ../sass/partials/_tabs.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 430, ../sass/partials/_tabs.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 431, ../sass/partials/_tabs.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 432, ../sass/partials/_tabs.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 433, ../sass/partials/_tabs.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 434, ../sass/partials/_tabs.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 435, ../sass/partials/_tabs.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 436, ../sass/partials/_tabs.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 437, ../sass/partials/_tabs.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 438, ../sass/partials/_tabs.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 439, ../sass/partials/_tabs.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 440, ../sass/partials/_tabs.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 441, ../sass/partials/_tabs.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 442, ../sass/partials/_tabs.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 443, ../sass/partials/_tabs.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 444, ../sass/partials/_tabs.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 445, ../sass/partials/_tabs.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 446, ../sass/partials/_tabs.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 447, ../sass/partials/_tabs.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 448, ../sass/partials/_tabs.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 449, ../sass/partials/_tabs.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 450, ../sass/partials/_tabs.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 451, ../sass/partials/_tabs.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 452, ../sass/partials/_tabs.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 453, ../sass/partials/_tabs.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 454, ../sass/partials/_tabs.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 455, ../sass/partials/_tabs.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 456, ../sass/partials/_tabs.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 457, ../sass/partials/_tabs.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 458, ../sass/partials/_tabs.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 459, ../sass/partials/_tabs.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 460, ../sass/partials/_tabs.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 461, ../sass/partials/_tabs.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 462, ../sass/partials/_tabs.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 463, ../sass/partials/_tabs.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 464, ../sass/partials/_tabs.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 465, ../sass/partials/_tabs.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 466, ../sass/partials/_tabs.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 467, ../sass/partials/_tabs.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 468, ../sass/partials/_tabs.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 469, ../sass/partials/_tabs.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 470, ../sass/partials/_tabs.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 471, ../sass/partials/_tabs.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 472, ../sass/partials/_tabs.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 473, ../sass/partials/_tabs.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 474, ../sass/partials/_tabs.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 475, ../sass/partials/_tabs.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 476, ../sass/partials/_tabs.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 477, ../sass/partials/_tabs.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 478, ../sass/partials/_tabs.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 479, ../sass/partials/_tabs.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 480, ../sass/partials/_tabs.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 481, ../sass/partials/_tabs.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 482, ../sass/partials/_tabs.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 483, ../sass/partials/_tabs.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 484, ../sass/partials/_tabs.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 485, ../sass/partials/_tabs.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 486, ../sass/partials/_tabs.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 487, ../sass/partials/_tabs.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 488, ../sass/partials/_tabs.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 489, ../sass/partials/_tabs.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 490, ../sass/partials/_tabs.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 491, ../sass/partials/_tabs.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 492, ../sass/partials/_tabs.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 493, ../sass/partials/_tabs.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 494, ../sass/partials/_tabs.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 495, ../sass/partials/_tabs.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 496, ../sass/partials/_tabs.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 497, ../sass/partials/_tabs.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 498, ../sass/partials/_tabs.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 499, ../sass/partials/_tabs.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 500, ../sass/partials/_tabs.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 501, ../sass/partials/_tabs.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 502, ../sass/partials/_tabs.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 503, ../sass/partials/_tabs.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 504, ../sass/partials/_tabs.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 505, ../sass/partials/_tabs.scss */
.ui-icon-radio-off {
  background-position: -96px -144px;
}

/* line 506, ../sass/partials/_tabs.scss */
.ui-icon-radio-on {
  background-position: -112px -144px;
}

/* line 507, ../sass/partials/_tabs.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 508, ../sass/partials/_tabs.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 509, ../sass/partials/_tabs.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 510, ../sass/partials/_tabs.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 511, ../sass/partials/_tabs.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 512, ../sass/partials/_tabs.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 513, ../sass/partials/_tabs.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 514, ../sass/partials/_tabs.scss */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 516, ../sass/partials/_tabs.scss */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 517, ../sass/partials/_tabs.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 518, ../sass/partials/_tabs.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 519, ../sass/partials/_tabs.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 520, ../sass/partials/_tabs.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 521, ../sass/partials/_tabs.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 522, ../sass/partials/_tabs.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 523, ../sass/partials/_tabs.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 524, ../sass/partials/_tabs.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 525, ../sass/partials/_tabs.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 526, ../sass/partials/_tabs.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 527, ../sass/partials/_tabs.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 528, ../sass/partials/_tabs.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 529, ../sass/partials/_tabs.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 530, ../sass/partials/_tabs.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 531, ../sass/partials/_tabs.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 532, ../sass/partials/_tabs.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 533, ../sass/partials/_tabs.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 534, ../sass/partials/_tabs.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 535, ../sass/partials/_tabs.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 536, ../sass/partials/_tabs.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 537, ../sass/partials/_tabs.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 538, ../sass/partials/_tabs.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 539, ../sass/partials/_tabs.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 540, ../sass/partials/_tabs.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 541, ../sass/partials/_tabs.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 542, ../sass/partials/_tabs.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 543, ../sass/partials/_tabs.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 544, ../sass/partials/_tabs.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 545, ../sass/partials/_tabs.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 546, ../sass/partials/_tabs.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 547, ../sass/partials/_tabs.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 548, ../sass/partials/_tabs.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 549, ../sass/partials/_tabs.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 550, ../sass/partials/_tabs.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 551, ../sass/partials/_tabs.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 552, ../sass/partials/_tabs.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 553, ../sass/partials/_tabs.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 560, ../sass/partials/_tabs.scss */
.ui-corner-tl {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
}

/* line 561, ../sass/partials/_tabs.scss */
.ui-corner-tr {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 562, ../sass/partials/_tabs.scss */
.ui-corner-bl {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 563, ../sass/partials/_tabs.scss */
.ui-corner-br {
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 564, ../sass/partials/_tabs.scss */
.ui-corner-top {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 565, ../sass/partials/_tabs.scss */
.ui-corner-bottom {
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 566, ../sass/partials/_tabs.scss */
.ui-corner-right {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 567, ../sass/partials/_tabs.scss */
.ui-corner-left {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 568, ../sass/partials/_tabs.scss */
.ui-corner-all {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

/* Overlays */
/* line 571, ../sass/partials/_tabs.scss */
.ui-widget-overlay {
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

/* line 572, ../sass/partials/_tabs.scss */
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

/* line 1, ../sass/partials/_title.scss */
.banner-light {
  background-image: url("/sites/default/files/bg/bg-inner-light.jpg");
  background-repeat: repeat-x;
  min-height: 85px;
  text-align: center;
  padding-top: 30px;
  width: 100%;
}

/* line 10, ../sass/partials/_title.scss */
.banner-dark {
  display: block;
  overflow: hidden;
  position: relative;
  background-image: url("/sites/all/themes/poatheme/css/images/jeans.png");
  margin: 0 auto 20px;
  padding: 0 0 20px;
  color: white;
  width: 85%;
  line-height: 1.1;
  text-align: center;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
/* line 23, ../sass/partials/_title.scss */
.banner-dark:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  background-image: url("/sites/all/themes/poatheme/css/images/ruana-3.png");
  background-repeat: no-repeat;
  width: 100%;
  height: 23px;
}

/* TradeGothic */
@font-face {
  font-family: 'Conv_TradeGothicLTStd';
  src: url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd.eot");
  src: local("Γÿ║"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd.woff") format("woff"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd.ttf") format("truetype"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_TradeGothicLTStd-Bd2';
  src: url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Bd2.eot");
  src: local("Γÿ║"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Bd2.woff") format("woff"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Bd2.ttf") format("truetype"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Bd2.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_TradeGothicLTStd-Bd2Obl';
  src: url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Bd2Obl.eot");
  src: local("Γÿ║"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Bd2Obl.woff") format("woff"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Bd2Obl.ttf") format("truetype"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Bd2Obl.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_TradeGothicLTStd-BdCn20';
  src: url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-BdCn20.eot");
  src: local("Γÿ║"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-BdCn20.woff") format("woff"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-BdCn20.ttf") format("truetype"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-BdCn20.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_TradeGothicLTStd-BdCn20Obl';
  src: url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-BdCn20Obl.eot");
  src: local("Γÿ║"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-BdCn20Obl.woff") format("woff"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-BdCn20Obl.ttf") format("truetype"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-BdCn20Obl.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_TradeGothicLTStd-Bold';
  src: url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Bold.eot");
  src: local("Γÿ║"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Bold.woff") format("woff"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Bold.ttf") format("truetype"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_TradeGothicLTStd-BoldExt';
  src: url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-BoldExt.eot");
  src: local("Γÿ║"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-BoldExt.woff") format("woff"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-BoldExt.ttf") format("truetype"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-BoldExt.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_TradeGothicLTStd-BoldObl';
  src: url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-BoldObl.eot");
  src: local("Γÿ║"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-BoldObl.woff") format("woff"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-BoldObl.ttf") format("truetype"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-BoldObl.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_TradeGothicLTStd-Cn18';
  src: url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Cn18.eot");
  src: local("Γÿ║"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Cn18.woff") format("woff"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Cn18.ttf") format("truetype"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Cn18.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_TradeGothicLTStd-Cn18Obl';
  src: url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Cn18Obl.eot");
  src: local("Γÿ║"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Cn18Obl.woff") format("woff"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Cn18Obl.ttf") format("truetype"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Cn18Obl.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_TradeGothicLTStd-Extended';
  src: url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Extended.eot");
  src: local("Γÿ║"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Extended.woff") format("woff"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Extended.ttf") format("truetype"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Extended.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_TradeGothicLTStd-Light';
  src: url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Light.eot");
  src: local("Γÿ║"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Light.woff") format("woff"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Light.ttf") format("truetype"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Light.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_TradeGothicLTStd-LightObl';
  src: url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-LightObl.eot");
  src: local("Γÿ║"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-LightObl.woff") format("woff"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-LightObl.ttf") format("truetype"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-LightObl.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_TradeGothicLTStd-Obl';
  src: url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Obl.eot");
  src: local("Γÿ║"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Obl.woff") format("woff"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Obl.ttf") format("truetype"), url("https://partners.net/sites/all/themes/poatheme/fonts/TradeGothic/TradeGothicLTStd-Obl.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url("https://partners.net/sites/all/themes/poatheme/fonts/FontAwesome/fontawesome-webfont.eot");
  src: url("https://partners.net/sites/all/themes/poatheme/fonts/FontAwesome/fontawesome-webfont.eot") format("embedded-opentype"), url("https://partners.net/sites/all/themes/poatheme/fonts/FontAwesome/fontawesome-webfont.woff") format("woff"), url("https://partners.net/sites/all/themes/poatheme/fonts/FontAwesome/fontawesome-webfont.ttf") format("truetype"), url("https://partners.net/sites/all/themes/poatheme/fonts/FontAwesome/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* HTML element (SMACSS base) rules */
/**
 * @file
 * Normalize.css is intended to be used as an alternative to CSS resets.
 *
 * This file is a slight fork of these original sources:
 * - normalize.css v2.1.2 | MIT License | git.io/normalize
 * - normalize.scss v2.1.2 | MIT/GPLv2 License | bit.ly/normalize-with-compass
 *
 * It's suggested that you read the normalize.scss file and customise it to meet
 * your needs, rather then including the file in your project and overriding the
 * defaults later in your CSS.
 * @see http://nicolasgallagher.com/about-normalize-css/
 *
 * Also: @see http://meiert.com/en/blog/20080419/reset-style-sheets-are-bad/
 *       @see http://snook.ca/archives/html_and_css/no_css_reset/
 */
/**
 * HTML5 display definitions
 */
/* Correct `block` display not defined in IE 8/9. */
/* line 23, ../sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

/* Correct `inline-block` display not defined in IE 8/9. */
/* line 38, ../sass/_normalize.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 52, ../sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* Address styling not present in IE 8/9. */
/* line 58, ../sass/_normalize.scss */
[hidden] {
  display: none;
}

/**
 * Base
 *
 * Instead of relying on the fonts that are available on a user's computer, you
 * can use web fonts which, like images, are resources downloaded to the user's
 * browser. Because of the bandwidth and rendering resources required, web fonts
 * should be used with care.
 *
 * Numerous resources for web fonts can be found on Google. Here are a few
 * websites where you can find Open Source fonts to download:
 * - http://www.fontsquirrel.com/fontface
 * - http://www.theleagueofmoveabletype.com
 *
 * In order to use these fonts, you will need to convert them into formats
 * suitable for web fonts. We recommend the free-to-use Font Squirrel's
 * Font-Face Generator:
 *   http://www.fontsquirrel.com/fontface/generator
 *
 * The following is an example @font-face declaration. This font can then be
 * used in any ruleset using a property like this:  font-family: Example, serif;
 *
 * Since we're using Sass, you'll need to declare your font faces here, then you
 * can add them to the font variables in the _init.scss partial.
 */
/*
@font-face {
  font-family: 'Example';
  src: url('../fonts/example.eot');
  src: url('../fonts/example.eot?iefix') format('eot'),
    url('../fonts/example.woff') format('woff'),
    url('../fonts/example.ttf') format('truetype'),
    url('../fonts/example.svg#webfontOkOndcij') format('svg');
  font-weight: normal;
  font-style: normal;
}
*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 */
/* line 106, ../sass/_normalize.scss */
html {
  font-family: Verdana, Tahoma, "DejaVu Sans", sans-serif;
  /* 1 */
  font-size: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  line-height: 1.5em;
}

/* Address `font-family` inconsistency between `textarea` and other form elements. */
/* Remove default margin. */
/* line 126, ../sass/_normalize.scss */
body {
  margin: 0;
  padding: 0;
}

/**
 * Links
 *
 * The order of link states are based on Eric Meyer's article:
 * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
 */
/* Address `outline` inconsistency between Chrome and other browsers. */
/* line 148, ../sass/_normalize.scss */
a:focus {
  outline: thin dotted;
}

/* Improve readability when focused and also mouse hovered in all browsers. */
/* line 153, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/**
 * Typography
 *
 * To achieve a pleasant vertical rhythm, we use Compass' Vertical Rhythm mixins
 * so that the line height of our base font becomes the basic unit of vertical
 * measurement. We use multiples of that unit to set the top and bottom margins
 * for our block level elements and to set the line heights of any fonts.
 * For more information, see http://24ways.org/2006/compose-to-a-vertical-rhythm
 */
/* Set 1 unit of vertical rhythm on the top and bottom margin. */
/* line 169, ../sass/_normalize.scss */
p,
pre {
  margin: 1.5em 0;
}

/* line 173, ../sass/_normalize.scss */
blockquote {
  /* Also indent the quote on both sides. */
  margin: 1.5em 30px;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 182, ../sass/_normalize.scss */
h1 {
  /* Set the font-size and line-height while keeping a proper vertical rhythm. */
  font-size: 2em;
  line-height: 1.5em;
  /* Set 1 unit of vertical rhythm on the top and bottom margins. */
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}

/* line 190, ../sass/_normalize.scss */
h2 {
  font-size: 1.5em;
  line-height: 2em;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* line 195, ../sass/_normalize.scss */
h3 {
  font-size: 1.17em;
  line-height: 1.28205em;
  margin-top: 1.28205em;
  margin-bottom: 1.28205em;
}

/* line 200, ../sass/_normalize.scss */
h4 {
  font-size: 1em;
  line-height: 1.5em;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* line 205, ../sass/_normalize.scss */
h5 {
  font-size: 0.83em;
  line-height: 1.80723em;
  margin-top: 1.80723em;
  margin-bottom: 1.80723em;
}

/* line 210, ../sass/_normalize.scss */
h6 {
  font-size: 0.67em;
  line-height: 2.23881em;
  margin-top: 2.23881em;
  margin-bottom: 2.23881em;
}

/* Address styling not present in IE 8/9, Safari 5, and Chrome. */
/* line 217, ../sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome. */
/* line 222, ../sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* Address styling not present in Safari 5 and Chrome. */
/* line 228, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

/* Address differences between Firefox and other browsers. */
/* line 233, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  border: 1px solid #666;
  padding-bottom: -1px;
  margin: 1.5em 0;
}

/* Address styling not present in IE 8/9. */
/* line 242, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* Correct font family set oddly in Safari 5 and Chrome. */
/* line 248, ../sass/_normalize.scss */
code,
kbd,
pre,
samp,
tt,
var {
  font-family: "Courier New", "DejaVu Sans Mono", monospace, sans-serif;
  font-size: 1em;
  line-height: 1.5em;
}

/* Improve readability of pre-formatted text in all browsers. */
/* line 262, ../sass/_normalize.scss */
pre {
  white-space: pre-wrap;
}

/* Set consistent quote types. */
/* line 274, ../sass/_normalize.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/* Address inconsistent and variable font size in all browsers. */
/* line 279, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

/* Prevent `sub` and `sup` affecting `line-height` in all browsers. */
/* line 284, ../sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 291, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 294, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/**
 * Lists
 */
/* line 301, ../sass/_normalize.scss */
dl,
menu,
ol,
ul {
  /* Address margins set differently in IE 6/7. */
  margin: 1.5em 0;
}

/* line 310, ../sass/_normalize.scss */
ol ol,
ol ul,
ul ol,
ul ul {
  /* Turn off margins on nested lists. */
  margin: 0;
}

/* line 316, ../sass/_normalize.scss */
dd {
  margin: 0 0 0 30px;
  /* LTR */
}

/* Address paddings set differently in IE 6/7. */
/* line 321, ../sass/_normalize.scss */
menu,
ol,
ul {
  padding: 0 0 0 30px;
  /* LTR */
}

/* Correct list images handled incorrectly in IE 7. */
/**
 * Embedded content and figures
 *
 * @todo Look into adding responsive embedded video.
 */
/* line 341, ../sass/_normalize.scss */
img {
  /* Remove border when inside `a` element in IE 8/9. */
  border: 0;
  /* Improve image quality when scaled in IE 7. */
  /* Suppress the space beneath the baseline */
  /* vertical-align: bottom; */
  /* Responsive images */
  max-width: 100%;
  height: auto;
  /* Correct IE 8 not scaling image height when resized. */
}

/* Correct overflow displayed oddly in IE 9. */
/* line 362, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Address margin not present in IE 8/9 and Safari 5. */
/* line 367, ../sass/_normalize.scss */
figure {
  margin: 0;
}

/**
 * Forms
 */
/* Correct margin displayed oddly in IE 6/7. */
/* Define consistent border, margin, and padding. */
/* line 383, ../sass/_normalize.scss */
fieldset {
  margin: 0 2px;
  /* Apply borders and padding that keep the vertical rhythm. */
  border-color: #c0c0c0;
  border-top-width: 0.0625em;
  border-top-style: solid;
  padding-top: 0.4625em;
  border-bottom-width: 0.0625em;
  border-bottom-style: solid;
  padding-bottom: 0.9125em;
  border-left-width: 0.0625em;
  border-left-style: solid;
  padding-left: 0.9125em;
  border-right-width: 0.0625em;
  border-right-style: solid;
  padding-right: 0.9125em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
/* line 398, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 * 4. Improve appearance and consistency with IE 6/7.
 * 5. Keep form elements constrained in their containers.
 */
/* line 413, ../sass/_normalize.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
  max-width: 100%;
  /* 5 */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 5 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 432, ../sass/_normalize.scss */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 443, ../sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
/* line 457, ../sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 471, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
/* line 482, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 497, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
/* line 506, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* Remove inner padding and border in Firefox 4+. */
/* line 512, ../sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 522, ../sass/_normalize.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* Drupal-style form labels. */
/* line 528, ../sass/_normalize.scss */
label {
  display: block;
  font-weight: bold;
}

/**
 * Tables
 */
/* line 536, ../sass/_normalize.scss */
table {
  /* Remove most spacing between table cells. */
  border-collapse: collapse;
  border-spacing: 0;
  /* Prevent cramped-looking tables */
  /* width: 100%; */
  /* Add vertical rhythm margins. */
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

/* Layout rules */
/**
 * @file
 * Positioning for a responsive layout.
 *
 * Define CSS classes to create a fluid grid layout with optional sidebars
 * depending on whether blocks are placed in the left or right sidebars.
 *
 * This layout uses the Zen Grids plugin for Compass: http://zengrids.com
 */
/**
 * Center the page.
 *
 * For screen sizes larger than 1200px, prevent excessively long lines of text
 * by setting a max-width.
 */
/* line 33, ../sass/layouts/_responsive.scss */
#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

/* Apply the shared properties of grid items in a single, efficient ruleset. */
/* Containers for grid items and flow items. */
/* line 45, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:before, #header:after,
#main:before,
#main:after,
#footer:before,
#footer:after {
  content: "";
  display: table;
}
/* line 50, ../sass-extensions/zen-grids/stylesheets/zen/_grids.scss */
#header:after,
#main:after,
#footer:after {
  clear: both;
}

/* line 58, ../sass/layouts/_responsive.scss */
#main {
  margin: 0 auto;
  max-width: 1000px;
}
@media all and (max-width: 999px) {
  /* line 58, ../sass/layouts/_responsive.scss */
  #main {
    max-width: 100%;
  }
}

/* line 68, ../sass/layouts/_responsive.scss */
.front #main {
  max-width: 100%;
}

/* Navigation bar */
@media all and (min-width: 480px) {
  /* line 74, ../sass/layouts/_responsive.scss */
  #main {
    /* Move all the children of #main down to make room. */
    padding: 40px;
    position: relative;
  }

  /* line 80, ../sass/layouts/_responsive.scss */
  .front #main {
    padding: 0;
  }

  /* line 84, ../sass/layouts/_responsive.scss */
  #navigation {
    clear: both;
    background-image: url(images/pattern-white_gray_mosaic-v2.gif);
    position: relative;
    margin: 0;
    text-align: center;
  }
}
/**
 * Use 3 grid columns for smaller screens.
 */
@media (max-width: 959px) {
  /* line 101, ../sass/layouts/_responsive.scss */
  .sidebar-left,
  .sidebar-right {
    width: 100%;
    float: none;
  }
}
/**
 * Use 5 grid columns for larger screens.
 */
@media all and (min-width: 960px) {
  /* line 185, ../sass/layouts/_responsive.scss */
  .sidebar-left,
  .sidebar-right {
    width: 30%;
  }

  /* line 190, ../sass/layouts/_responsive.scss */
  .sidebar-left {
    float: left;
  }

  /* line 194, ../sass/layouts/_responsive.scss */
  .sidebar-right {
    float: right;
  }
}
/* Component (SMACSS module) rules */
/**
 * @file
 * SMACSS Modules
 *
 * Adds modular sets of styles.
 *
 * Additional useful selectors can be found in Zen's online documentation.
 * https://drupal.org/node/1707736
 */
/**
 * Wireframes.
 */
/* line 15, ../sass/components/_misc.scss */
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}

/**
 * Accessibility features.
 */
/* element-invisible as defined by http://snook.ca/archives/html_and_css/hiding-content-for-accessibility */
/* line 39, ../sass/components/_misc.scss */
.element-invisible,
.element-focusable,
#navigation .block-menu .block__title,
#navigation .block-menu-block .block__title {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Turns off the element-invisible effect. */
/* line 45, ../sass/components/_misc.scss */
.element-focusable:active, .element-focusable:focus {
  position: static !important;
  clip: auto;
  height: auto;
  width: auto;
  overflow: auto;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 */
/* line 62, ../sass/components/_misc.scss */
#skip-link {
  margin: 0;
}
/* line 65, ../sass/components/_misc.scss */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/**
 * Branding header.
 */
/* Wrapping link for logo. */
/* line 81, ../sass/components/_misc.scss */
.content-header {
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 0 0;
}
@media only screen and (max-width: 1099px) {
  /* line 81, ../sass/components/_misc.scss */
  .content-header {
    max-width: 100%;
  }
}

/* line 91, ../sass/components/_misc.scss */
.header__top {
  width: 35%;
  float: left;
  /* LTR */
}
@media only screen and (max-width: 1099px) {
  /* line 91, ../sass/components/_misc.scss */
  .header__top {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    text-align: center;
    float: none;
  }
}

/* line 104, ../sass/components/_misc.scss */
.header__logo {
  margin: 0;
  padding: 0;
}

/* Logo image. */
/* line 110, ../sass/components/_misc.scss */
.header__logo-image {
  vertical-align: bottom;
}

/* Wrapper for website name and slogan. */
/* line 115, ../sass/components/_misc.scss */
.header__name-and-slogan {
  float: left;
}

/* The name of the website. */
/* line 120, ../sass/components/_misc.scss */
.header__site-name {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

/* The link around the name of the website. */
/* line 127, ../sass/components/_misc.scss */
.header__site-link:link, .header__site-link:visited {
  color: #000;
  text-decoration: none;
}
/* line 133, ../sass/components/_misc.scss */
.header__site-link:hover, .header__site-link:focus {
  text-decoration: underline;
}

/* The slogan (or tagline) of a website. */
/* line 140, ../sass/components/_misc.scss */
.header__site-slogan {
  margin: 0;
}

/* The secondary menu (login, etc.) */
/* line 145, ../sass/components/_misc.scss */
.header__secondary-menu {
  float: right;
  /* LTR */
}

/* Wrapper for any blocks placed in the header region. */
/* line 150, ../sass/components/_misc.scss */
.header__region {
  width: 65%;
  float: right;
  text-align: right;
}
@media only screen and (max-width: 1099px) {
  /* line 150, ../sass/components/_misc.scss */
  .header__region {
    display: inline-block;
    width: 100%;
    text-align: center;
    float: none;
  }
}
/* line 162, ../sass/components/_misc.scss */
.header__region .block-block {
  display: inline-block;
  vertical-align: middle;
}
/* line 166, ../sass/components/_misc.scss */
.header__region .block-block p {
  margin: 0;
  padding: 0;
}

/**
 * Navigation bar.
 */
/* line 173, ../sass/components/_misc.scss */
#navigation {
  /* Sometimes you want to prevent overlapping with main div. */
  /* overflow: hidden; */
  /* Main menu and secondary menu links and menu block links. */
}
/* line 177, ../sass/components/_misc.scss */
#navigation .block {
  margin-bottom: 0;
}
/* line 187, ../sass/components/_misc.scss */
#navigation .links,
#navigation .menu {
  margin: 0;
  padding: 0;
  text-align: left;
  /* LTR */
}
/* line 193, ../sass/components/_misc.scss */
#navigation .links li,
#navigation .menu li {
  /* A simple method to get navigation links to appear in one line. */
  float: left;
  /* LTR */
  padding: 0 10px 0 0;
  /* LTR */
  list-style-type: none;
  list-style-image: none;
}

/**
 * Breadcrumb navigation.
 */
/* line 206, ../sass/components/_misc.scss */
.breadcrumb {
  display: inline-block;
  clear: both;
  color: #424242;
  margin: 10px 20px;
  padding: 0;
  line-height: inherit;
}
/* line 214, ../sass/components/_misc.scss */
.breadcrumb ol {
  margin: 0 !important;
  padding: 0 !important;
}
/* line 219, ../sass/components/_misc.scss */
.breadcrumb * {
  margin: 0;
  padding: 0;
}
/* line 224, ../sass/components/_misc.scss */
.breadcrumb li {
  display: inline;
  float: left;
  background-color: #f4f4f4;
  padding-right: 10px;
  height: 30px;
  margin-right: 33px;
  position: relative;
  text-decoration: none;
  color: #424242;
}
/* line 235, ../sass/components/_misc.scss */
.breadcrumb li:last-of-type {
  margin-right: 25px;
}
/* line 239, ../sass/components/_misc.scss */
.breadcrumb li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -30px;
  border: 15px solid transparent;
  border-color: #f4f4f4;
  border-left-color: transparent;
}
/* line 252, ../sass/components/_misc.scss */
.breadcrumb li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -30px;
  border: 15px solid transparent;
  border-left-color: #f4f4f4;
}
/* line 264, ../sass/components/_misc.scss */
.breadcrumb li:first-of-type {
  padding-left: 15px;
}
/* line 267, ../sass/components/_misc.scss */
.breadcrumb li:first-of-type:before {
  display: none;
}
/* line 272, ../sass/components/_misc.scss */
.breadcrumb li:hover {
  background: #FF5555;
  color: #fff;
  text-decoration: none;
}
/* line 277, ../sass/components/_misc.scss */
.breadcrumb li:hover:before {
  border-color: #FF5555;
  border-left-color: transparent;
}
/* line 282, ../sass/components/_misc.scss */
.breadcrumb li:hover:after {
  border-left-color: #FF5555;
}
/* line 287, ../sass/components/_misc.scss */
.breadcrumb li:last-child {
  background-color: #FF5555;
}
/* line 290, ../sass/components/_misc.scss */
.breadcrumb li:last-child:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: -30px;
  border: 15px solid transparent;
  border-color: #FF5555;
  border-left-color: transparent;
}
/* line 303, ../sass/components/_misc.scss */
.breadcrumb li:last-child:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: -30px;
  border: 15px solid transparent;
  border-left-color: #FF5555;
}
/* line 315, ../sass/components/_misc.scss */
.breadcrumb li:last-child .crumb-separator {
  color: white;
}
/* line 317, ../sass/components/_misc.scss */
.breadcrumb li:last-child a {
  color: white;
}
/* line 320, ../sass/components/_misc.scss */
.breadcrumb li a {
  color: #999999;
  font-size: 0.8em;
}
/* line 325, ../sass/components/_misc.scss */
.breadcrumb li a:hover {
  color: white;
}

/**
 * Titles.
 */
/* line 333, ../sass/components/_misc.scss */
.page__title,
.node__title,
.block__title,
.comments__title,
.comments__form-title,
.comment__title {
  /* Comment title. */
  margin: 0;
}

/* line 342, ../sass/components/_misc.scss */
.page__title {
  color: #006898;
  margin: 0;
  padding: 20px 0;
  font-family: "Crete Round", serif;
  font-size: 3.5em;
  text-align: center;
  line-height: 1em;
}
/* line 351, ../sass/components/_misc.scss */
.page__title span {
  color: #FF5555;
}

/**
 * Messages.
 */
/* line 359, ../sass/components/_misc.scss */
.messages, .messages--status, .messages--warning, .messages--error {
  margin: 1.5em 0;
  padding: 10px 10px 10px 50px;
  /* LTR */
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAD6UlEQVR42s2WX0xbVRzH3YwmC4k+GF/0ZS/S267/bmnX9nL7bwstZlnbjTDYyoC5GCbB0ZW5pdJCe6swbLFA6bpWIGuRMWVjKGP+21QW3SZBSAjGh4XEaTZTH82Cm/3ztS2xs7mw4KLRk3xyzj33/H6fe5Pz7zEA/yr/vUDukj9FH6drqTaqT8EoPs/UV+nX6TD1BlUh9AqLHlmgPKLcRHmoCOWmElK/FOKTYpS8UwLJkASiUyLI3pKhlClN0g46qj+qL/pbArlbrlO1q25JeiSgR2iYJ8ywXLSg/qP6LNl2ro8+Q4MMkKCd9K2t3q3KdQnkXXIF5aISkgEJzONm1F2qW52pDJN1MI2bUBIuAdVOJWSMTPNQgX6/vkjVpvpREpag6oMqWCYta1IzbsHh9ga0RJtzY8URMdRO9U/KSuWmNQUqh2pY3CtG+fvlqJyofMAFNrZAE+7e/RWR4X4cD9tgOGsA2U2CdtMDqwqyMyIzQ5KKqAKmcyaYxkzYd3YvjGNGFtXRPRj58DT+LOemRrFnrBLyITmUDmUyO/NYgu2d26ukHVJo3tXAMGpAs+cQmh0NeClan30uwN7TgnQ6nRd4r3thOGOAJqYB2UVC79AfZAnKHGUxQa8A2tNaNLW/jKvXv8Dyb8s4yryKA4O10A3roIvpUB+swTdz1/LJZ27PQBvT5lBH1RD4BChzlQ2wBNtc22aE/ULQgzRCl4P5BPcT93GMOYz9wb2QhCRgAq35d8u/L2PXe7tADVGgBlcQ+AXQtmlvsP/gzbJZvp8PMkJCFBYh8m0knyiVSsHe0YIGZz1+/uVOvt8z7QGvnwf+ST5EIRHIUyR4fh50rbp5lsDcYR4ReAXgBrng9q/Qfa0bfy035r7Ot2dvz4IX4IEIEAXwvDzscOw4zxJUd1YfEXlE4Aa4BQHMlwzSSBeI7iXvoTxWDqKPYCFsFaKmr+YVliB0JfS89DVpiuhlB9k/tSOZTuYFvq98yI7L0/MAsVWcGp0bfW61hbahwltxSeARsIKyWKesSKQSWIwvYkvvllwfx88pgOvhwthu/AzAxlVX8vz385tLbaVxwpcLZtEw0QDjsBGctzksiE4CimZFfHp++oWHbnbuUfdB0komMgHsRN1r0MWBsEmYODF5onY92/UTwcvBxuzXcN1ccHycVSn2FaPYWwzCQUDWKIt7z3utAJ5c74Hz+OLSomynY+cVfiM/xW3JiDyZpB3FuZrj4oCwE+Ad4qWMjPHjpTtL0mzMoxyZz9yM39Q7Y85Ok930icqm+k59TL2wm9l90dZv8y/8sPAigGf/iUN/Q4anM2zOsdLe+L+4VfwBVVjDs2rTYx0AAAAASUVORK5CYII=');
  background-position: 8px 8px;
  /* LTR */
  background-repeat: no-repeat;
  border: 1px solid #be7;
}

/* line 374, ../sass/components/_misc.scss */
.messages--warning {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACuElEQVRIiWP4//8/Ay0xSYqntTpnT252zqeJBf0Njhsykrz/pyd6/e9vcNpGVQv6q2wlm0qc/r0+IPD/3UG+/61l9v9mdrjIUc2C7hqHUzc3S///eZwBjO9tF/vfWe1wjioWTKixVm8otPn38wQT3IKfxxn/t5Va/utpsNSg2ILWcttrNzdJgQ3+dpQRjEHs+9tE/zeXWt+gyILOamuTqlxrsOtPLub+7+emBsSq/88v5wL7oqHQ9H9nmbkF2RbUF1rev7lJEuziuU3i/90ddcB4UZsoJC62ifyvK7R4QJYFrcUGrmUZ5v9hYb9hosh/bzcDMN42VRgeF9W5hv8bi/XdSbagKtfs2c1NEvCIPbaQ/7+/pwkYn17Ki0hR24T/l2eZPCfJgsZ83dCiNOP/yCnn7iau/8G+5mD8aBsHSoqqyNL9X5erHUm0BcVpRm9ubhZHMoTh/4eDzP/DA23+RwTZ/P96hAlF7t5Wof8FyfpvibKgNk8noyDZ4D9quofg1Bjr/1kJlhjiIF+Upmn/r83RzCJoQXaC3qcbm8SwGMLwvybP/H8jMGlik7u7VeB/Zqz2J7wWVGdr1uTG62J1PQgfWST1/+hiCaxyIF8UJqv9r8hQrcVpQVqkzrcbG0WwGvB2H/P/lnx5MAaxsam5vYn3f2KY+jesFpSlqfZnxWjidP2OGWL/g/0swBjExu4Lhv958Ur/i5KU+lEsCA1lYI4JUv95bZ0gTo2Pt3P+z0myBmMQG5e6mxu4/kf4Kf8EmQm3oCRNebKrvSawIGPBqRG9sMOp5hjjfwdrlf/58bKT4RaUpWvtcLZV/39iscD/H0AFP46jYwYiMeP/44u4/9tbKQODSXUH3II9G7v18hI0n8YGKv+IDVT6joxj/BVx4mgcOCde/SnITPRUJAHEGlTCEkQV19TAAN8FC67hZdFXAAAAAElFTkSuQmCC');
  border-color: #ed5;
}

/* line 383, ../sass/components/_misc.scss */
.messages--error {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAACpElEQVR42rWWTUgbQRiGQ0Tx4MWDeFM8eBA9iKAoggiCoCiiIiL4L3oQV1CJB0UEf6iRYFpK7UniTw9VSqL2kvQsVDBpSZrtRo35czVNW3oprRf17exSl4yzu1ikAy9h59vvedhkMrMGAGoxknAk2w8MJ/WosXThiZkZt9jdLeglPjn5ATc3mhJNuNjbK0QbG3ExMICL/n6IfX0gcxB7ekDAELu6IHZ2IlJbi1hLS1BLogmPtbUhMTv7oMSamzUlqnByMxLT0/8STQkDj9TV4ZLj5OysrODl8jIu5Gs68dFR7JG6dWkJ0fFx+TpSX89IDMnwcHU1yKec12Yz3rlc4HkeLwjkXJpPip3U3+7vIx6P4ymph4eG5PlwTQ0lMdytlmBxMWKtrXLeT0zA5XTibvj9fjxfXETkb/3N/Dz2dneVuiTZtliU/rPSUsQ5ziuxZYG03IIlJdKKUPJjdRUAKMmzuTnskB/VYbdTtd9HR4g2NCi9Z2VliDY1BSnBaUEBzsrLqXyzWCiQ9HU5HA4afniIUFWV0hOqqMBpURErOM7NxWlhIZOvCwvA7S3Uxq+DA5AnZ3pO8vJYQSArC8c5Oeqx2Rj4udeLQH6+6v2B7GxW8DkjA0JmJpONwUHY7XZGIAgCzCYTeJUewmIFfqMRfEoKlQ2yJbza2oLWcLvdeDI2hk/3+iQWKzAYkJzNjg5srq9TwJ9OJ76YTNScx+ORJT66X1/grKyEbW2NgfPp6XKd/JMZySrHaQsSU1Oe+0/w3WpVgyu5HBlR6lc+H8gioevDwz6JrWwV5+3txyoSFk5DcOX1MnCyJ4Vwfb1zt1UY9SR8aioDpuppaVpwZbPTl+hHF04dOKzk8XBF8DgJC3/woU/W/EciOtELOWi8DDwp//215Q+p7kiKh2lQSAAAAABJRU5ErkJggg==');
  border-color: #ed541d;
}

/* line 393, ../sass/components/_misc.scss */
.messages__list {
  margin: 0;
}

/* line 396, ../sass/components/_misc.scss */
.messages__item {
  list-style-image: none;
}

/* Core/module installation error messages. */
/* line 401, ../sass/components/_misc.scss */
.messages--error p.error {
  color: #333;
}

/* System status report. */
/* line 406, ../sass/components/_misc.scss */
.ok,
.messages--status {
  background-color: #f8fff0;
  color: #234600;
}

/* line 411, ../sass/components/_misc.scss */
.warning,
.messages--warning {
  background-color: #fffce5;
  color: #840;
}

/* line 416, ../sass/components/_misc.scss */
.error,
.messages--error {
  background-color: #fef5f1;
  color: #8c2e0b;
}

/**
 * Tabs.
 */
/* Basic positioning styles shared by primary and secondary tabs. */
/* line 427, ../sass/components/_misc.scss */
.tabs-primary, .tabs-secondary {
  overflow: hidden;
  *zoom: 1;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYmJiYmJiIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(100%, #bbbbbb), color-stop(100%, rgba(0, 0, 0, 0)));
  background-image: -moz-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: -webkit-linear-gradient(bottom, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  background-image: linear-gradient(to top, #bbbbbb 1px, rgba(0, 0, 0, 0) 1px);
  /* IE 9 and earlier don't understand gradients. */
  list-style: none;
  border-bottom: 1px solid #bbb \0/ie;
  margin: 1.5em 0;
  padding: 0 2px;
  white-space: nowrap;
}

/* line 437, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active, .tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  float: left;
  /* LTR */
  margin: 0 3px;
}

/* line 441, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active, a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  border: 1px solid #e9e9e9;
  border-right: 0;
  border-bottom: 0;
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}

/* Primary tabs. */
/* line 454, ../sass/components/_misc.scss */
.tabs-primary__tab, .tabs-primary__tab.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  text-shadow: 1px 1px 0 #fff;
  border: 1px solid #bbb;
  border-bottom-color: transparent;
  /* IE 9 and earlier don't understand gradients. */
  border-bottom: 0 \0/ie;
}

/* line 463, ../sass/components/_misc.scss */
.tabs-primary__tab.is-active {
  border-bottom-color: #fff;
}

/* line 469, ../sass/components/_misc.scss */
a.tabs-primary__tab-link, a.tabs-primary__tab-link.is-active {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #333;
  background-color: #dedede;
  letter-spacing: 1px;
  padding: 0 1em;
  text-align: center;
}

/* line 479, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:hover, a.tabs-primary__tab-link:focus {
  background-color: #e9e9e9;
  border-color: #f2f2f2;
}

/* line 483, ../sass/components/_misc.scss */
a.tabs-primary__tab-link:active, a.tabs-primary__tab-link.is-active {
  background-color: transparent;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE9E9E9', endColorstr='#00E9E9E9');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIwLjAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e9e9e9), color-stop(100%, rgba(233, 233, 233, 0)));
  background-image: -moz-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: -webkit-linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  background-image: linear-gradient(#e9e9e9, rgba(233, 233, 233, 0));
  border-color: #fff;
}

/* Secondary tabs. */
/* line 507, ../sass/components/_misc.scss */
.tabs-secondary {
  font-size: .9em;
  /* Collapse bottom margin of ul.primary. */
  margin-top: -1.5em;
}

/* line 513, ../sass/components/_misc.scss */
.tabs-secondary__tab,
.tabs-secondary__tab.is-active {
  margin: 0.75em 3px;
}

/* line 520, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link, a.tabs-secondary__tab-link.is-active {
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
  -moz-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: 1px 1px 0 #fff;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}

/* line 529, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:hover, a.tabs-secondary__tab-link:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}

/* line 534, ../sass/components/_misc.scss */
a.tabs-secondary__tab-link:active, a.tabs-secondary__tab-link.is-active {
  text-shadow: 1px 1px 0 #333;
  background-color: #666;
  border-color: #000;
  color: #fff;
}

/**
 * Inline styles.
 */
/* List of links generated by theme_links(). */
/* line 562, ../sass/components/_misc.scss */
.inline {
  display: inline;
  padding: 0;
}
/* line 566, ../sass/components/_misc.scss */
.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0;
  /* LTR */
}

/* The inline field label used by the Fences module. */
/* line 574, ../sass/components/_misc.scss */
span.field-label {
  padding: 0 1em 0 0;
  /* LTR */
}

/**
 * "More" links.
 */
/* line 581, ../sass/components/_misc.scss */
.more-link {
  text-align: right;
  /* LTR */
}

/* line 584, ../sass/components/_misc.scss */
.more-help-link {
  text-align: right;
  /* LTR */
}

/* line 587, ../sass/components/_misc.scss */
.more-help-link a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAA7UlEQVR42qWTPQqDQBCFcwSPkCNITpAj5AjeIm1uYpkyR7Cy2Mot7OwsBAsRwUKwmOwLGRle3EIy8PyBfZ/z3J2TiPylz8VWWZZpUB40BonRKyizaxkA88MYYiqCEgv4MTvnZJom0VqWRbz3FlJZgLYtqmEY1Lg9r+sKsIXcLSC3AC019H0vqLquLeC5AfiHYSGkcdAJimKIBQiJ4+CO92OAtm0FNc8zOjkMwE5Q63FAtbeg6zpAYvG8BWR7i5qmQYwY4MIHqYhE2DOPQWcGJBQF2XU72ZzyUeZ5GCNt5/hybJgYdAXsq5sOEE/jG6dC5IOqCXTmAAAAAElFTkSuQmCC');
  background-position: 0 50%;
  /* LTR */
  background-repeat: no-repeat;
  padding: 1px 0 1px 20px;
  /* LTR */
}

/**
 * Pager.
 */
/* A list of page numbers when more than 1 page of content is available. */
/* line 602, ../sass/components/_misc.scss */
.pager {
  clear: both;
  padding: 0;
  text-align: center;
}

/* line 607, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis, .pager-current {
  display: inline;
  padding: 0 0.5em;
  list-style-type: none;
  background-image: none;
}

/* line 614, ../sass/components/_misc.scss */
.pager-item,
.pager-first,
.pager-previous,
.pager-next,
.pager-last,
.pager-ellipsis {
  /* A concatenation of several list items using an ellipsis. */
}

/* The current page's list item. */
/* line 624, ../sass/components/_misc.scss */
.pager-current {
  font-weight: bold;
}

/**
 * Blocks.
 */
/* Block wrapper. */
/* line 634, ../sass/components/_misc.scss */
.block {
  margin-bottom: 0;
}

/**
 * Menus.
 */
/* line 641, ../sass/components/_misc.scss */
.menu__item.is-leaf {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHBAMAAAA2fErgAAAAD1BMVEX///+/v7+Li4sAAADAwMBFvsw8AAAAAXRSTlMAQObYZgAAAB1JREFUCFtjYAADYwMGBmYVZSDhKAwkFJWhYiAAAB2+Aa/9ugeaAAAAAElFTkSuQmCC');
  list-style-type: square;
}

/* line 648, ../sass/components/_misc.scss */
.menu__item.is-expanded {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  list-style-type: circle;
}

/* line 655, ../sass/components/_misc.scss */
.menu__item.is-collapsed {
  list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  list-style-type: disc;
}

/* The active item in a Drupal menu. */
/* line 664, ../sass/components/_misc.scss */
.menu a.active {
  color: #000;
}

/**
 * Marker.
 */
/* The "new" or "updated" marker. */
/* line 673, ../sass/components/_misc.scss */
.new,
.update {
  color: #c00;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
}

/**
 * Unpublished note.
 */
/* The word "Unpublished" displayed underneath the content. */
/* line 685, ../sass/components/_misc.scss */
.unpublished {
  height: 0;
  overflow: visible;
  /* Remove background highlighting from <mark> in normalize. */
  background-color: transparent;
  color: #d8d8d8;
  font-size: 75px;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  /* A very nice CSS3 property. */
  word-wrap: break-word;
}

/**
 * Comments.
 */
/* Wrapper for the list of comments and its title. */
/* line 713, ../sass/components/_misc.scss */
.comments {
  margin: 1.5em 0;
}

/* Preview of the comment before submitting new or updated comment. */
/* line 718, ../sass/components/_misc.scss */
.comment-preview {
  /* Drupal core will use a #ffffea background. See #1110842. */
  background-color: #ffffea;
}

/* Wrapper for a single comment. */
/* line 724, ../sass/components/_misc.scss */
.comment {
  /* Comment's permalink wrapper. */
}
/* line 727, ../sass/components/_misc.scss */
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}

/* Nested comments are indented. */
/* line 734, ../sass/components/_misc.scss */
.indented {
  /* Drupal core uses a 25px left margin. */
  margin-left: 30px;
  /* LTR */
}

/**
 * Forms.
 */
/* Wrapper for a form element (or group of form elements) and its label. */
/* line 744, ../sass/components/_misc.scss */
.form-item {
  margin: 1.5em 0;
  /* Pack groups of checkboxes and radio buttons closer together. */
  /* Form items in a table. */
  /* Highlight the form elements that caused a form submission error. */
  /* The descriptive help text (separate from the label). */
}
/* line 748, ../sass/components/_misc.scss */
.form-checkboxes .form-item, .form-radios .form-item {
  /* Drupal core uses "0.4em 0". */
  margin: 0;
}
/* line 755, ../sass/components/_misc.scss */
tr.odd .form-item, tr.even .form-item {
  margin: 0;
}
/* line 761, ../sass/components/_misc.scss */
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}
/* line 768, ../sass/components/_misc.scss */
.form-item .description {
  font-size: 0.85em;
}

/* line 775, ../sass/components/_misc.scss */
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}

/* The part of the label that indicates a required field. */
/* line 781, ../sass/components/_misc.scss */
.form-required {
  color: #c00;
}

/* Labels for radios and checkboxes. */
/* line 786, ../sass/components/_misc.scss */
label.option {
  display: inline;
  font-weight: normal;
}

/* Buttons used by contrib modules like Media. */
/* line 792, ../sass/components/_misc.scss */
a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
}

/* Password confirmation. */
/* line 797, ../sass/components/_misc.scss */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Drupal's default login form block. */
/* line 803, ../sass/components/_misc.scss */
#user-login-form {
  text-align: left;
  /* LTR */
}

/**
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
/* OpenID creates a new ul above the login form's links. */
/* line 815, ../sass/components/_misc.scss */
.openid-links {
  /* Position OpenID's ul next to the rest of the links. */
  margin-bottom: 0;
}

/* The "Log in using OpenID" and "Cancel OpenID login" links. */
/* line 821, ../sass/components/_misc.scss */
.openid-link,
.user-link {
  margin-top: 1.5em;
}

/* line 825, ../sass/components/_misc.scss */
html.js #user-login-form li.openid-link,
#user-login-form li.openid-link {
  /* Un-do some of the padding on the ul list. */
  margin-left: -20px;
  /* LTR */
}

/* line 830, ../sass/components/_misc.scss */
#user-login ul {
  margin: 1.5em 0;
}

/**
 * Drupal admin tables.
 */
/* line 838, ../sass/components/_misc.scss */
form th {
  text-align: left;
  /* LTR */
  padding-right: 1em;
  /* LTR */
  border-bottom: 3px solid #ccc;
}
/* line 843, ../sass/components/_misc.scss */
form tbody {
  border-top: 1px solid #ccc;
}
/* line 846, ../sass/components/_misc.scss */
form table ul {
  margin: 0;
}

/* line 850, ../sass/components/_misc.scss */
tr.even,
tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

/* line 856, ../sass/components/_misc.scss */
tr.even {
  background-color: #fff;
}

/* Markup generated by theme_tablesort_indicator(). */
/* line 871, ../sass/components/_misc.scss */
td.active {
  background-color: #ddd;
}

/* Center checkboxes inside table cell. */
/* line 876, ../sass/components/_misc.scss */
td.checkbox,
th.checkbox {
  text-align: center;
}

/* Drupal core wrongly puts this in system.menus.css. Since we override that, add it back. */
/* line 882, ../sass/components/_misc.scss */
td.menu-disabled {
  background: #ccc;
}

/**
 * Autocomplete.
 *
 * @see autocomplete.js
 */
/* Suggestion list. */
/* line 893, ../sass/components/_misc.scss */
#autocomplete .selected {
  background: #0072b9;
  color: #fff;
}

/**
 * Collapsible fieldsets.
 *
 * @see collapse.js
 */
/* line 904, ../sass/components/_misc.scss */
html.js .collapsible .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABJJREFUeJxj+MdQw2DBIMAABgAUsAHD3c3BpwAAAABJRU5ErkJggg==');
  background-position: 5px 65%;
  /* LTR */
  background-repeat: no-repeat;
  padding-left: 15px;
  /* LTR */
}
/* line 913, ../sass/components/_misc.scss */
html.js .collapsed .fieldset-legend {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVEX///8AAABVwtN+AAAAAXRSTlMAQObYZgAAABFJREFUCB1jVmCGQClmEWYOAAZ8AMy3HPLXAAAAAElFTkSuQmCC');
  /* LTR */
  background-position: 5px 50%;
  /* LTR */
}
/* line 920, ../sass/components/_misc.scss */
.fieldset-legend .summary {
  color: #999;
  font-size: 0.9em;
  margin-left: 0.5em;
}

/**
 * TableDrag behavior.
 *
 * @see tabledrag.js
 */
/* line 932, ../sass/components/_misc.scss */
tr.drag {
  background-color: #fffff0;
}

/* line 935, ../sass/components/_misc.scss */
tr.drag-previous {
  background-color: #ffd;
}

/* line 938, ../sass/components/_misc.scss */
.tabledrag-toggle-weight {
  font-size: 0.9em;
}

/**
 * TableSelect behavior.
 *
 * @see tableselect.js
 */
/* line 947, ../sass/components/_misc.scss */
tr.selected td {
  background: #ffc;
}

/**
 * Progress bar.
 *
 * @see progress.js
 */
/* line 956, ../sass/components/_misc.scss */
.progress {
  font-weight: bold;
}
/* line 959, ../sass/components/_misc.scss */
.progress .bar {
  background: #ccc;
  border-color: #666;
  margin: 0 0.2em;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 965, ../sass/components/_misc.scss */
.progress .filled {
  background-color: #0072b9;
  background-image: url('../images/progress.gif?1398881088');
}

/**
 * @file
 * Print styling
 *
 * We provide some sane print styling for Drupal using Zen's layout method.
 */
/**
 * By importing this CSS file as media "all", we allow this print file to be
 * aggregated with other stylesheets, for improved front-end performance.
 */
@media print {
  /* Underline all links. */
  /* line 15, ../sass/_print.scss */
  a:link,
  a:visited {
    text-decoration: underline !important;
    /* Don't underline header. */
  }
  /* line 20, ../sass/_print.scss */
  a:link.header__site-link,
  a:visited.header__site-link {
    text-decoration: none !important;
  }

  /* line 25, ../sass/_print.scss */
  #content {
    /* Add visible URL after links. */
    /* Only display useful links. */
    /* Add visible title after abbreviations. */
  }
  /* line 27, ../sass/_print.scss */
  #content a[href]:after {
    content: " (" attr(href) ")";
    font-weight: normal;
    font-size: 16px;
  }
  /* line 34, ../sass/_print.scss */
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  /* line 40, ../sass/_print.scss */
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /* Un-float the content. */
  /* line 46, ../sass/_print.scss */
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Turn off any background colors or images. */
  /* line 54, ../sass/_print.scss */
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }

  /* Hide sidebars and nav elements. */
  /* line 64, ../sass/_print.scss */
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
}
/* SMACSS theme rules */
/* @import "theme-A"; */
/*===============================
=            General            =
===============================*/
/* line 30, ../sass/styles.scss */
html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

/* line 38, ../sass/styles.scss */
a, a:link, a:focus {
  color: #FF5555;
  text-decoration: none;
}

/*=====  End of General  ======*/
/*==============================
=            Header            =
==============================*/
/* line 49, ../sass/styles.scss */
#header {
  background-image: url(images/concrete_seamless.png);
  padding: 0 0 30px;
}
/* line 53, ../sass/styles.scss */
#header:before {
  content: "";
  display: block;
  background-image: url(images/background-top.gif);
  background-repeat: repeat-x;
  width: 100%;
  height: 32px;
}

/* Get-Updates */
/* line 64, ../sass/styles.scss */
.get-updates {
  padding-top: 8px;
}
/* line 67, ../sass/styles.scss */
.get-updates .block-inner {
  margin: 0;
}
/* line 69, ../sass/styles.scss */
.get-updates span, .get-updates p, .get-updates h1, .get-updates h2, .get-updates h3 {
  color: #FF5555;
  margin: 0;
  font-family: "Conv_TradeGothicLTStd-Bold", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: normal;
}
/* line 77, ../sass/styles.scss */
.get-updates input[type="submit"] {
  float: right;
}
/* line 81, ../sass/styles.scss */
.get-updates input[type="text"],
.get-updates input[type="email"] {
  padding: 3px 0;
  font-size: 1em;
  text-align: center;
  border: 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
  -webkit-box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
  box-shadow: 3px 3px 3px rgba(100, 100, 100, 0.3);
}
/* line 90, ../sass/styles.scss */
.get-updates input[type="text"]::-webkit-input-placeholder,
.get-updates input[type="email"]::-webkit-input-placeholder {
  font-family: "Conv_TradeGothicLTStd-LightObl", Arial, sans-serif, FontAwesome;
  text-align: center;
  opacity: 0.7;
  color: #FF5555;
}
/* line 93, ../sass/styles.scss */
.get-updates input[type="text"]:-moz-placeholder,
.get-updates input[type="email"]:-moz-placeholder {
  font-family: "Conv_TradeGothicLTStd-LightObl", Arial, sans-serif, FontAwesome;
  text-align: center;
  opacity: 0.7;
  color: #FF5555;
}
/* line 96, ../sass/styles.scss */
.get-updates input[type="text"]::-moz-placeholder,
.get-updates input[type="email"]::-moz-placeholder {
  font-family: "Conv_TradeGothicLTStd-LightObl", Arial, sans-serif, FontAwesome;
  text-align: center;
  opacity: 0.7;
  color: #FF5555;
}
/* line 99, ../sass/styles.scss */
.get-updates input[type="text"]:-ms-input-placeholder,
.get-updates input[type="email"]:-ms-input-placeholder {
  font-family: "Conv_TradeGothicLTStd-LightObl", Arial, sans-serif, FontAwesome;
  text-align: center;
  opacity: 0.7;
  color: #FF5555;
}
/* line 104, ../sass/styles.scss */
.get-updates input[type="submit"] {
  background-color: transparent;
  color: #FF5555;
  font-family: "FontAwesome", serif;
  font-size: 1em;
  border: 0 none;
}

/*----------  Menu  ----------*/
/* line 116, ../sass/styles.scss */
.fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  background-color: white;
  width: 100%;
  z-index: 10000;
}
@media only screen and (max-width: 599px) {
  /* line 116, ../sass/styles.scss */
  .fixed {
    background-color: transparent;
  }
}

/* line 128, ../sass/styles.scss */
.mini-logo {
  display: none;
}

/* line 132, ../sass/styles.scss */
ul#nice-menu-2, ul#nice-menu-2 ul {
  z-index: 0;
}

/* line 136, ../sass/styles.scss */
.menu-mobile {
  display: none;
}
@media only screen and (max-width: 599px) {
  /* line 136, ../sass/styles.scss */
  .menu-mobile {
    display: block;
  }
}

/* line 144, ../sass/styles.scss */
.menu-btn {
  background-color: #FF5555;
  padding: 10px;
  cursor: pointer;
}
/* line 149, ../sass/styles.scss */
.menu-btn p {
  margin: 0;
}
/* line 150, ../sass/styles.scss */
.menu-btn br {
  display: none;
}
/* line 152, ../sass/styles.scss */
.menu-btn div {
  position: absolute;
  left: 100%;
  top: 64%;
  padding-right: 8px;
  margin-top: -0.50em;
  line-height: 1.2;
  font-size: 18px;
  font-weight: 200;
  vertical-align: middle;
  z-index: 99;
}
/* line 165, ../sass/styles.scss */
.menu-btn span {
  display: block;
  width: 19px;
  height: 3px;
  margin: 4px 0;
  background-color: white;
  z-index: 99;
}

/* line 176, ../sass/styles.scss */
.block-menu-principal {
  display: inline-block;
  clear: both;
  background-image: url(/sites/all/themes/poatheme/css/images/pattern-white_gray_mosaic-v2.gif);
  position: relative;
  margin: 0;
  width: 100%;
  text-align: center;
  float: left;
  /* Menu Responsive */
  /* /.end Menu Responsive */
}
@media only screen and (max-width: 599px) {
  /* line 176, ../sass/styles.scss */
  .block-menu-principal {
    display: none;
    background-image: none;
    position: relative;
    width: 100%;
    height: 100%;
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.07);
  }
}
/* line 197, ../sass/styles.scss */
.block-menu-principal .open-menu-link {
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 30px;
  font-size: 30px;
  cursor: pointer;
}
/* line 206, ../sass/styles.scss */
.block-menu-principal .visible {
  display: block !important;
}
@media only screen and (max-width: 599px) {
  /* line 212, ../sass/styles.scss */
  .block-menu-principal .open-menu-link {
    display: block !important;
  }
  /* line 214, ../sass/styles.scss */
  .block-menu-principal .mini-logo {
    display: block;
    background-color: white !important;
    position: relative !important;
    top: 0;
    left: 0;
    border-bottom: 3px solid #FF5555 !important;
  }
  /* line 222, ../sass/styles.scss */
  .block-menu-principal .mini-logo a {
    padding: 10px 10px 0 !important;
  }
  /* line 225, ../sass/styles.scss */
  .block-menu-principal ul#nice-menu-1 {
    height: 100%;
    text-align: left;
  }
  /* line 229, ../sass/styles.scss */
  .block-menu-principal ul#nice-menu-1 li {
    position: relative;
    display: inline-block;
    float: left;
    background-color: #eeeeee;
    width: 100%;
    border: 0 none;
  }
  /* line 237, ../sass/styles.scss */
  .block-menu-principal ul#nice-menu-1 li a {
    display: inline-block;
    padding: 5px 10px;
    width: 100%;
    border-bottom: 3px solid white;
  }
  /* line 244, ../sass/styles.scss */
  .block-menu-principal ul#nice-menu-1 li ul {
    display: none;
  }
  /* line 248, ../sass/styles.scss */
  .block-menu-principal ul.nice-menu ul, .block-menu-principal #header-region ul.nice-menu ul,
  .block-menu-principal ul.nice-menu ul ul, .block-menu-principal #header-region ul.nice-menu ul ul,
  .block-menu-principal ul.nice-menu ul ul ul, .block-menu-principal #header-region ul.nice-menu ul ul ul,
  .block-menu-principal ul.nice-menu ul ul ul ul, .block-menu-principal #header-region ul.nice-menu ul ul ul ul,
  .block-menu-principal ul.nice-menu ul ul ul ul ul, .block-menu-principal #header-region ul.nice-menu ul ul ul ul ul {
    position: relative !important;
    top: 0;
    left: 0 !important;
    visibility: visible !important;
  }
  /* line 258, ../sass/styles.scss */
  .block-menu-principal ul.nice-menu ul li, .block-menu-principal #header-region ul.nice-menu ul li,
  .block-menu-principal ul.nice-menu ul ul li, .block-menu-principal #header-region ul.nice-menu ul ul li,
  .block-menu-principal ul.nice-menu ul ul ul li, .block-menu-principal #header-region ul.nice-menu ul ul ul li,
  .block-menu-principal ul.nice-menu ul ul ul ul li, .block-menu-principal #header-region ul.nice-menu ul ul ul ul li,
  .block-menu-principal ul.nice-menu ul ul ul ul ul li, .block-menu-principal #header-region ul.nice-menu ul ul ul ul ul li {
    position: relative;
    border: 0 none;
  }
  /* line 262, ../sass/styles.scss */
  .block-menu-principal ul.nice-menu ul li a, .block-menu-principal #header-region ul.nice-menu ul li a,
  .block-menu-principal ul.nice-menu ul ul li a, .block-menu-principal #header-region ul.nice-menu ul ul li a,
  .block-menu-principal ul.nice-menu ul ul ul li a, .block-menu-principal #header-region ul.nice-menu ul ul ul li a,
  .block-menu-principal ul.nice-menu ul ul ul ul li a, .block-menu-principal #header-region ul.nice-menu ul ul ul ul li a,
  .block-menu-principal ul.nice-menu ul ul ul ul ul li a, .block-menu-principal #header-region ul.nice-menu ul ul ul ul ul li a {
    display: inline-block !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-bottom: 3px solid white;
  }
  /* line 268, ../sass/styles.scss */
  .block-menu-principal ul.nice-menu ul li a:hover, .block-menu-principal #header-region ul.nice-menu ul li a:hover,
  .block-menu-principal ul.nice-menu ul ul li a:hover, .block-menu-principal #header-region ul.nice-menu ul ul li a:hover,
  .block-menu-principal ul.nice-menu ul ul ul li a:hover, .block-menu-principal #header-region ul.nice-menu ul ul ul li a:hover,
  .block-menu-principal ul.nice-menu ul ul ul ul li a:hover, .block-menu-principal #header-region ul.nice-menu ul ul ul ul li a:hover,
  .block-menu-principal ul.nice-menu ul ul ul ul ul li a:hover, .block-menu-principal #header-region ul.nice-menu ul ul ul ul ul li a:hover {
    color: white !important;
    background-color: #FF5555 !important;
  }
  /* line 277, ../sass/styles.scss */
  .block-menu-principal ul.nice-menu ul ul li a, .block-menu-principal #header-region ul.nice-menu ul ul li a {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  /* line 284, ../sass/styles.scss */
  .block-menu-principal ul.nice-menu ul ul ul li a, .block-menu-principal #header-region ul.nice-menu ul ul ul li a {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  /* line 291, ../sass/styles.scss */
  .block-menu-principal ul.nice-menu ul ul ul ul li a, .block-menu-principal #header-region ul.nice-menu ul ul ul ul li a {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
  /* line 298, ../sass/styles.scss */
  .block-menu-principal ul.nice-menu ul ul ul ul ul li a, .block-menu-principal #header-region ul.nice-menu ul ul ul ul ul li a {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  /* line 305, ../sass/styles.scss */
  .block-menu-principal ul.nice-menu ul ul ul ul ul ul li a, .block-menu-principal #header-region ul.nice-menu ul ul ul ul ul ul li a {
    padding-left: 70px !important;
    padding-right: 70px !important;
  }
}
@media only screen and (min-width: 600px) {
  /* line 314, ../sass/styles.scss */
  .block-menu-principal .open-menu-link {
    display: none !important;
  }
}
/* line 318, ../sass/styles.scss */
.block-menu-principal .block {
  margin: 0;
}

/*----------  Search  ----------*/
/* line 324, ../sass/styles.scss */
#search-block-form > div {
  position: absolute;
  bottom: -50px;
  right: -210px;
  width: 100%;
  text-align: center;
  z-index: 1;
}
/* line 333, ../sass/styles.scss */
#search-block-form .container-inline {
  display: inline-block;
  overflow: hidden;
  background-image: url(/sites/all/themes/poatheme/css/images/pattern-white_gray_mosaic-v2.gif);
  padding: 10px;
}
/* line 340, ../sass/styles.scss */
#search-block-form input[type="search"] {
  -moz-box-shadow: 3px 3px 5px #E6E6E6;
  -webkit-box-shadow: 3px 3px 5px #E6E6E6;
  box-shadow: 3px 3px 5px #E6E6E6;
}
/* line 344, ../sass/styles.scss */
#search-block-form input[type="search"],
#search-block-form input[type="submit"] {
  color: #424242;
  margin-top: 5px;
  padding: 0 5px;
  height: 35px;
  border: none;
}
/* line 353, ../sass/styles.scss */
#search-block-form input[type="submit"] {
  background-color: #FF5555;
  color: white;
  font-family: "Conv_TradeGothicLTStd-Bold", Arial, sans-serif;
}

/* line 360, ../sass/styles.scss */
.icon-search {
  float: right;
  cursor: pointer;
}
/* line 364, ../sass/styles.scss */
.icon-search .fa {
  color: #716B5D;
  margin: 0 10px;
  font-size: 1.3em;
}

/* line 371, ../sass/styles.scss */
.fixed .mini-logo {
  display: block !important;
}

/*=====  End of Header  ======*/
/*===================================
=            Social Icon            =
===================================*/
/* Social */
/* line 381, ../sass/styles.scss */
.social__content-1 {
  background-image: url(/sites/all/themes/poatheme/css/images/concrete_seamless.png);
  width: 100%;
  float: left;
}

/* line 388, ../sass/styles.scss */
.social-icon .item,
.social-icon li {
  height: 50px;
}
/* line 392, ../sass/styles.scss */
.social-icon .item a,
.social-icon li a {
  display: block;
  position: relative;
  vertical-align: middle;
  color: white;
  width: 50px;
  height: 50px;
  font-family: "FontAwesome", serif;
  -moz-border-radius: 99em;
  -webkit-border-radius: 99em;
  border-radius: 99em;
  text-indent: -999999em;
}
/* line 403, ../sass/styles.scss */
.social-icon .item a:before,
.social-icon li a:before {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  font-family: "FontAwesome", serif;
  text-indent: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 420, ../sass/styles.scss */
.social-icon .tw a:before {
  content: "\f099";
}
/* line 421, ../sass/styles.scss */
.social-icon .fb a:before {
  content: "\f09a";
}
/* line 422, ../sass/styles.scss */
.social-icon .yo a:before {
  content: "\f167";
}
/* line 423, ../sass/styles.scss */
.social-icon .li a:before {
  content: "\f0e1";
}
/* line 424, ../sass/styles.scss */
.social-icon .em a:before {
  content: "\f0e0";
}
/* line 425, ../sass/styles.scss */
.social-icon .bl a:before {
  content: "\f1a0";
}

/* line 428, ../sass/styles.scss */
.social-1 {
  padding: 10px 20px 20px;
  text-align: left;
}
/* line 432, ../sass/styles.scss */
.social-1 .item a,
.social-1 li a {
  background-color: black;
}

/* line 436, ../sass/styles.scss */
.social-2 {
  text-align: left;
}
/* line 439, ../sass/styles.scss */
.social-2 .item a,
.social-2 li a {
  background-color: #FF5555;
}

/* line 444, ../sass/styles.scss */
.social-3 .item a,
.social-3 li a {
  background-color: transparent;
}

/* line 449, ../sass/styles.scss */
.social-4 .item a,
.social-4 li a {
  background-color: #424242;
}

/*=====  End of Social Icon  ======*/
/*====================================
=            Home Content            =
====================================*/
/*----------  Banner 1 ----------*/
/* line 461, ../sass/styles.scss */
.block-banner {
  background-image: url(/sites/all/themes/poatheme/css/images/concrete_seamless.png);
  width: 100%;
}
/* line 465, ../sass/styles.scss */
.block-banner img {
  max-width: 100%;
  width: 100%;
}

/*----------  Sign-up  ----------*/
/* line 473, ../sass/styles.scss */
.block-sign-up {
  display: inline-block;
  clear: both;
  background-color: #f3f3f3;
  width: 100%;
  max-width: 100%;
}
/* line 480, ../sass/styles.scss */
.block-sign-up-title {
  display: inline-block;
  color: #FF5555;
  background-image: url(/sites/all/themes/poatheme/css/images/pattern-brown_mosaic.gif);
  margin: 0;
  padding: 40px 0 0;
  width: 100%;
  max-width: 100%;
  font-family: "Crete Round", serif;
  font-size: 4em;
  font-weight: lighter;
  text-align: center;
  line-height: 1.1em;
}
/* line 494, ../sass/styles.scss */
.block-sign-up-title:after {
  display: block;
  content: "";
  background-image: url(/sites/all/themes/poatheme/css/images/cloud-gray-top-1.png);
  height: 50px;
}
/* line 501, ../sass/styles.scss */
.block-sign-up-title span {
  color: #006898;
}
/* line 504, ../sass/styles.scss */
.block-sign-up p {
  margin: 0;
}
/* line 506, ../sass/styles.scss */
.block-sign-up-items {
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
/* line 511, ../sass/styles.scss */
.block-sign-up-items li {
  width: 260px;
  margin: 0 30px;
  vertical-align: top;
}
/* line 516, ../sass/styles.scss */
.block-sign-up-items li:last-child {
  margin-right: 0;
}
/* line 518, ../sass/styles.scss */
.block-sign-up-items li p {
  display: block;
  width: 100%;
  font-family: "Conv_TradeGothicLTStd-Bold", Arial, sans-serif;
  font-size: 1.5em;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.2em;
}
/* line 527, ../sass/styles.scss */
.block-sign-up-items li p + p {
  font-family: "Conv_TradeGothicLTStd-Light", Arial, sans-serif;
  text-transform: capitalize;
  font-size: 1.3em;
}
/* line 533, ../sass/styles.scss */
.block-sign-up-items li p a, .block-sign-up-items li p a:link {
  color: black;
}

/*----------  Member  ----------*/
/* line 541, ../sass/styles.scss */
.block-member,
.block-member-2 {
  background-image: url(/sites/all/themes/poatheme/css/images/pattern-gray_line.gif);
  width: 100%;
  max-width: 100%;
}
/* line 547, ../sass/styles.scss */
.block-member p,
.block-member-2 p {
  margin: 5px 0;
}
/* line 549, ../sass/styles.scss */
.block-member-title,
.block-member-2-title {
  color: #528f30;
  margin: 50px 0 0;
  font-family: "Crete Round", serif;
  font-size: 2em;
  line-height: 1em;
}
/* line 556, ../sass/styles.scss */
.block-member-title span,
.block-member-2-title span {
  display: block;
}
/* line 562, ../sass/styles.scss */
.block-member .block-items:before, .block-member .block-items:after,
.block-member-2 .block-items:before,
.block-member-2 .block-items:after {
  display: block;
  content: "";
  background-image: url(/sites/all/themes/poatheme/css/images/cloud-gray-bottom-1.png);
  height: 50px;
}
/* line 570, ../sass/styles.scss */
.block-member .block-items:after,
.block-member-2 .block-items:after {
  background-image: url(/sites/all/themes/poatheme/css/images/cloud-gray-bottom-2.png);
}
/* line 572, ../sass/styles.scss */
.block-member .block-items .item:first-child,
.block-member-2 .block-items .item:first-child {
  background-image: url(/sites/all/themes/poatheme/css/images/members1.png);
}
/* line 575, ../sass/styles.scss */
.block-member .block-items .item:last-child,
.block-member-2 .block-items .item:last-child {
  background-image: url(/sites/all/themes/poatheme/css/images/members2.png);
}
/* line 581, ../sass/styles.scss */
.block-member .item,
.block-member-2 .item {
  vertical-align: top;
  max-width: 480px;
  max-height: 400px;
}
@media only screen and (max-width: 479px) {
  /* line 581, ../sass/styles.scss */
  .block-member .item,
  .block-member-2 .item {
    max-width: 100%;
    max-height: 100%;
  }
}
/* line 591, ../sass/styles.scss */
.block-member .item:last-child,
.block-member-2 .item:last-child {
  margin-right: 0;
}
/* line 593, ../sass/styles.scss */
.block-member .item p,
.block-member-2 .item p {
  font-size: 1.2em;
}
/* line 597, ../sass/styles.scss */
.block-member .item > p,
.block-member-2 .item > p {
  color: #949300;
}
/* line 599, ../sass/styles.scss */
.block-member .item a,
.block-member-2 .item a {
  font-family: "Conv_TradeGothicLTStd-Bold", Arial, sans-serif;
}
/* line 604, ../sass/styles.scss */
.block-member #md-login,
.block-member #md-find,
.block-member-2 #md-login,
.block-member-2 #md-find {
  display: block;
  margin: 0 auto;
  width: 300px;
  text-align: center;
}
/* line 615, ../sass/styles.scss */
.block-member #md-login #md-user,
.block-member #md-login #md-pass,
.block-member #md-login #md-chapter,
.block-member #md-find #md-user,
.block-member #md-find #md-pass,
.block-member #md-find #md-chapter,
.block-member-2 #md-login #md-user,
.block-member-2 #md-login #md-pass,
.block-member-2 #md-login #md-chapter,
.block-member-2 #md-find #md-user,
.block-member-2 #md-find #md-pass,
.block-member-2 #md-find #md-chapter {
  display: block;
  margin: 0 auto;
  padding: 10px 0;
  border: 10px solid #528f30;
}
/* line 623, ../sass/styles.scss */
.block-member #md-login #md-user::-webkit-input-placeholder,
.block-member #md-login #md-pass::-webkit-input-placeholder,
.block-member #md-login #md-chapter::-webkit-input-placeholder,
.block-member #md-find #md-user::-webkit-input-placeholder,
.block-member #md-find #md-pass::-webkit-input-placeholder,
.block-member #md-find #md-chapter::-webkit-input-placeholder,
.block-member-2 #md-login #md-user::-webkit-input-placeholder,
.block-member-2 #md-login #md-pass::-webkit-input-placeholder,
.block-member-2 #md-login #md-chapter::-webkit-input-placeholder,
.block-member-2 #md-find #md-user::-webkit-input-placeholder,
.block-member-2 #md-find #md-pass::-webkit-input-placeholder,
.block-member-2 #md-find #md-chapter::-webkit-input-placeholder {
  font-family: "Conv_TradeGothicLTStd-Light", Arial, sans-serif, FontAwesome;
  font-size: 1.2em;
  opacity: 1;
  color: #528f30;
}
/* line 626, ../sass/styles.scss */
.block-member #md-login #md-user:-moz-placeholder,
.block-member #md-login #md-pass:-moz-placeholder,
.block-member #md-login #md-chapter:-moz-placeholder,
.block-member #md-find #md-user:-moz-placeholder,
.block-member #md-find #md-pass:-moz-placeholder,
.block-member #md-find #md-chapter:-moz-placeholder,
.block-member-2 #md-login #md-user:-moz-placeholder,
.block-member-2 #md-login #md-pass:-moz-placeholder,
.block-member-2 #md-login #md-chapter:-moz-placeholder,
.block-member-2 #md-find #md-user:-moz-placeholder,
.block-member-2 #md-find #md-pass:-moz-placeholder,
.block-member-2 #md-find #md-chapter:-moz-placeholder {
  font-family: "Conv_TradeGothicLTStd-Light", Arial, sans-serif, FontAwesome;
  font-size: 1.2em;
  opacity: 1;
  color: #528f30;
}
/* line 629, ../sass/styles.scss */
.block-member #md-login #md-user::-moz-placeholder,
.block-member #md-login #md-pass::-moz-placeholder,
.block-member #md-login #md-chapter::-moz-placeholder,
.block-member #md-find #md-user::-moz-placeholder,
.block-member #md-find #md-pass::-moz-placeholder,
.block-member #md-find #md-chapter::-moz-placeholder,
.block-member-2 #md-login #md-user::-moz-placeholder,
.block-member-2 #md-login #md-pass::-moz-placeholder,
.block-member-2 #md-login #md-chapter::-moz-placeholder,
.block-member-2 #md-find #md-user::-moz-placeholder,
.block-member-2 #md-find #md-pass::-moz-placeholder,
.block-member-2 #md-find #md-chapter::-moz-placeholder {
  font-family: "Conv_TradeGothicLTStd-Light", Arial, sans-serif, FontAwesome;
  font-size: 1.2em;
  opacity: 1;
  color: #528f30;
}
/* line 632, ../sass/styles.scss */
.block-member #md-login #md-user:-ms-input-placeholder,
.block-member #md-login #md-pass:-ms-input-placeholder,
.block-member #md-login #md-chapter:-ms-input-placeholder,
.block-member #md-find #md-user:-ms-input-placeholder,
.block-member #md-find #md-pass:-ms-input-placeholder,
.block-member #md-find #md-chapter:-ms-input-placeholder,
.block-member-2 #md-login #md-user:-ms-input-placeholder,
.block-member-2 #md-login #md-pass:-ms-input-placeholder,
.block-member-2 #md-login #md-chapter:-ms-input-placeholder,
.block-member-2 #md-find #md-user:-ms-input-placeholder,
.block-member-2 #md-find #md-pass:-ms-input-placeholder,
.block-member-2 #md-find #md-chapter:-ms-input-placeholder {
  font-family: "Conv_TradeGothicLTStd-Light", Arial, sans-serif, FontAwesome;
  font-size: 1.2em;
  opacity: 1;
  color: #528f30;
}
/* line 638, ../sass/styles.scss */
.block-member #md-login input[type="submit"],
.block-member #md-find input[type="submit"],
.block-member-2 #md-login input[type="submit"],
.block-member-2 #md-find input[type="submit"] {
  color: white;
  background-color: #528f30;
  padding: 5px 0;
  width: 100px;
  border: 0 none;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}

/* line 649, ../sass/styles.scss */
.block-member-2 {
  width: 100%;
  max-width: 100%;
}
/* line 653, ../sass/styles.scss */
.block-member-2 .block-member-title {
  margin: 0;
}
/* line 657, ../sass/styles.scss */
.block-member-2 .item {
  width: 49%;
  height: auto;
}
/* line 661, ../sass/styles.scss */
.block-member-2 .item img {
  margin: 0 auto;
  text-align: center;
}

/*----------  Where We Work  ----------*/
/* line 670, ../sass/styles.scss */
.block-banner-map {
  position: relative;
  background-color: #e1e1e1;
  width: 100%;
  max-width: 100%;
}
/* line 676, ../sass/styles.scss */
.block-banner-map:after {
  display: block;
  content: "";
  z-index: 1;
  background-image: url(/sites/all/themes/poatheme/css/images/background-grass.png);
  background-repeat: repeat-x;
  position: absolute;
  bottom: -30px;
  width: 100%;
  height: 112px;
}
/* line 688, ../sass/styles.scss */
.block-banner-map .block-item {
  background-image: url(/sites/all/themes/poatheme/css/images/map.jpg);
  background-repeat: no-repeat;
  background-position: right;
  margin: 0 auto;
  max-width: 860px;
  padding: 320px 0;
  -moz-transition-property: background-image;
  -o-transition-property: background-image;
  -webkit-transition-property: background-image;
  transition-property: background-image;
  -moz-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
/* line 697, ../sass/styles.scss */
.block-banner-map .block-item:hover {
  background-image: url(/sites/all/themes/poatheme/css/images/map-hover.jpg);
}
@media all and (max-width: 859px) {
  /* line 688, ../sass/styles.scss */
  .block-banner-map .block-item {
    background-image: none;
    max-width: 100%;
    padding: 40px 40px 100px;
    text-align: center;
  }
  /* line 705, ../sass/styles.scss */
  .block-banner-map .block-item:hover {
    background-image: none;
  }
}
/* line 711, ../sass/styles.scss */
.block-banner-map-title, .block-banner-map p {
  display: block;
  width: 50%;
  margin: 0;
  text-align: left;
}
@media all and (max-width: 859px) {
  /* line 711, ../sass/styles.scss */
  .block-banner-map-title, .block-banner-map p {
    width: 100%;
    text-align: center;
  }
}
/* line 723, ../sass/styles.scss */
.block-banner-map-title {
  color: #CE007C;
  margin: 0;
  font-family: "Crete Round", serif;
  font-size: 6em;
  line-height: 0.9em;
}
/* line 730, ../sass/styles.scss */
.block-banner-map-title span {
  display: block;
  clear: both;
  color: #FF5555;
}
/* line 737, ../sass/styles.scss */
.block-banner-map p {
  font-size: 2em;
  line-height: 1.2em;
}

/*----------  Stories  ----------*/
/* line 745, ../sass/styles.scss */
.block-stories {
  background-color: #E1E1E1;
  width: 100%;
  max-width: 100%;
}
/* line 750, ../sass/styles.scss */
.block-stories:after {
  display: block;
  content: "";
  background-image: url(/sites/all/themes/poatheme/css/images/cloud-white-bottom.png);
  height: 80px;
}
/* line 757, ../sass/styles.scss */
.block-stories-title {
  color: #4D8D1D;
  margin: 0;
  padding: 60px 0 30px;
  font-family: "Conv_TradeGothicLTStd-Bold", Arial, sans-serif;
  font-size: 4em;
  text-align: center;
  text-transform: uppercase;
  line-height: 1em;
}
/* line 768, ../sass/styles.scss */
.block-stories .item {
  display: block;
  overflow: hidden;
  position: relative;
  width: 25%;
  float: left;
}
@media all and (max-width: 1000px) {
  /* line 768, ../sass/styles.scss */
  .block-stories .item {
    width: 50%;
  }
}
@media all and (max-width: 480px) {
  /* line 768, ../sass/styles.scss */
  .block-stories .item {
    width: 100%;
  }
}
/* line 783, ../sass/styles.scss */
.block-stories .item img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all, 250ms, ease-out;
  -moz-transition: all, 250ms, ease-out;
  -ms-transition: all, 250ms, ease-out;
  -o-transition: all, 250ms, ease-out;
  transition: all, 250ms, ease-out;
}
/* line 800, ../sass/styles.scss */
.block-stories .item img:hover {
  -webkit-transform: scale(1.12, 1.12);
  -moz-transform: scale(1.12, 1.12);
  -ms-transform: scale(1.12, 1.12);
  -o-transform: scale(1.12, 1.12);
  transform: scale(1.12, 1.12);
  -webkit-transition: all, 250ms, ease-out;
  -moz-transition: all, 250ms, ease-out;
  -ms-transition: all, 250ms, ease-out;
  -o-transition: all, 250ms, ease-out;
  transition: all, 250ms, ease-out;
}
/* line 816, ../sass/styles.scss */
.block-stories-body {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
}
/* line 822, ../sass/styles.scss */
.block-stories-body .title {
  display: block;
  color: white;
  font-size: 1.2em;
  text-transform: uppercase;
}
/* line 829, ../sass/styles.scss */
.block-stories-body .text {
  display: block;
  color: #e6e6e6;
  font-family: "Conv_TradeGothicLTStd-BoldObl", Arial, sans-serif;
  font-size: 1.2em;
}
/* line 836, ../sass/styles.scss */
.block-stories-body .link {
  display: inline-block;
  color: white;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 20px 10px;
  width: 80%;
  font-size: 1em;
  text-transform: uppercase;
  border: 1px solid white;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
/* line 847, ../sass/styles.scss */
.block-stories-body .link:hover {
  background-color: #FF5555;
  text-decoration: none;
}

/*----------  Banner 2  ----------*/
/* line 857, ../sass/styles.scss */
.block-banner-2 {
  display: inline-block;
  position: relative;
  background-image: url(/sites/all/themes/poatheme/css/images/pattern-gray_line.gif);
  width: 100%;
  max-width: 100%;
}
/* line 864, ../sass/styles.scss */
.block-banner-2:before {
  display: block;
  content: "";
  background-image: url(/sites/all/themes/poatheme/css/images/cloth-1.png);
  background-size: cover;
  -moz-background-size: cover;
  position: absolute;
  top: 0;
  width: 100%;
  height: 113px;
}
/* line 876, ../sass/styles.scss */
.block-banner-2 p {
  margin: 0;
}
/* line 878, ../sass/styles.scss */
.block-banner-2 .banner {
  display: block;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 4em 0;
  max-width: 1000px;
}
/* line 886, ../sass/styles.scss */
.block-banner-2 .banner img {
  display: block;
  width: 100% !important;
  max-width: 100%;
  height: 100% !important;
}

/*----------  Block Alone  ----------*/
/* line 897, ../sass/styles.scss */
.block-alone {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  margin-top: -10px !important;
}
/* line 903, ../sass/styles.scss */
.block-alone:after {
  display: block;
  content: "";
  background-image: url(/sites/all/themes/poatheme/css/images/cloud-white-bottom.png);
  width: 100%;
  height: 80px;
}
/* line 911, ../sass/styles.scss */
.block-alone .principal {
  background-image: url(/sites/all/themes/poatheme/css/images/jeans.png);
  position: relative;
  width: 100%;
}
/* line 916, ../sass/styles.scss */
.block-alone .principal:before, .block-alone .principal:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 113px;
  background-image: url(/sites/all/themes/poatheme/css/images/ruana-1.png);
  background-size: cover;
  -moz-background-size: cover;
}
/* line 928, ../sass/styles.scss */
.block-alone .principal:before {
  top: -40px;
}
/* line 931, ../sass/styles.scss */
.block-alone .principal:after {
  bottom: -40px;
  background-image: url(/sites/all/themes/poatheme/css/images/ruana-2.png);
  height: 129px;
}
/* line 937, ../sass/styles.scss */
.block-alone .principal p {
  display: block;
  color: white;
  margin: 0;
  padding: 100px 20px 120px;
  font-family: "Conv_TradeGothicLTStd-LightObl", Arial, sans-serif;
  font-size: 2em;
  text-align: center;
  line-height: 1.2em;
}
/* line 947, ../sass/styles.scss */
.block-alone .principal p strong {
  font-family: "Conv_TradeGothicLTStd-BoldObl", Arial, sans-serif;
}
/* line 950, ../sass/styles.scss */
.block-alone .principal p strong:last-child {
  font-family: "Conv_TradeGothicLTStd-Bold", Arial, sans-serif;
  font-size: 1.4em;
}
/* line 958, ../sass/styles.scss */
.block-alone .content {
  margin: 0 auto;
  max-width: 1000px;
}
/* line 963, ../sass/styles.scss */
.block-alone .item-2 {
  background-image: url(/sites/all/themes/poatheme/css/images/hand.png);
  background-repeat: no-repeat;
  background-position: center right;
  margin: 50px auto 0;
  padding: 50px 0;
  max-width: 700px;
}
/* line 971, ../sass/styles.scss */
.block-alone .item-2 span {
  display: block;
  clear: both;
  color: #662663;
  font-size: 2.3em;
}
/* line 977, ../sass/styles.scss */
.block-alone .item-2 span:first-child {
  font-size: 2.8em;
}
/* line 981, ../sass/styles.scss */
.block-alone .item-2 span:last-child {
  font-family: "Conv_TradeGothicLTStd-Bd2", Arial, sans-serif;
}
/* line 986, ../sass/styles.scss */
.block-alone .item-2 span:nth-child(2) strong {
  font-size: 1.8em;
}
/* line 992, ../sass/styles.scss */
.block-alone .item-2 p {
  display: block;
  padding-right: 220px;
  font-family: "Conv_TradeGothicLTStd-Light", Arial, sans-serif;
  text-align: right;
  line-height: 2.3em;
}
/* line 999, ../sass/styles.scss */
.block-alone .item-2 p strong {
  font-family: "Crete Round", serif;
}

/*----------  Events  ----------*/
/* line 1008, ../sass/styles.scss */
.block-events {
  background-color: white;
  padding: 40px 0 0;
  width: 100%;
  max-width: 100%;
}
/* line 1014, ../sass/styles.scss */
.block-events-title {
  color: #006898;
  margin: 10px 0;
  font-family: "Conv_TradeGothicLTStd-Light", Arial, sans-serif;
  font-size: 3.5em;
  text-align: center;
  line-height: 1em;
}
/* line 1022, ../sass/styles.scss */
.block-events-title span {
  display: block;
  clear: both;
}
/* line 1027, ../sass/styles.scss */
.block-events-title strong {
  font-family: "Conv_TradeGothicLTStd-Bold", Arial, sans-serif;
}
/* line 1033, ../sass/styles.scss */
.block-events .block-items li {
  vertical-align: top;
  max-width: 480px;
}
/* line 1038, ../sass/styles.scss */
.block-events .block-items p {
  margin: 0;
  font-size: 1.2em;
  line-height: 1em;
}
@media all and (max-width: 480px) {
  /* line 1045, ../sass/styles.scss */
  .block-events .block-items img {
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
  }
}

/*----------  Social Feed  ----------*/
/* line 1056, ../sass/styles.scss */
.social-feeds-block {
  position: relative;
  margin: 20px auto;
  padding: 0;
  max-width: 100%;
  text-align: center;
}
/* line 1063, ../sass/styles.scss */
.social-feeds-block .social-4 {
  position: relative;
}
/* line 1066, ../sass/styles.scss */
.social-feeds-block .social-4:before, .social-feeds-block .social-4:after {
  content: "";
  position: absolute;
  top: 23px;
  border-top: 1px solid #999999;
  border-bottom: 1px solid #999999;
  width: 320px;
  height: 2px;
}
/* line 1077, ../sass/styles.scss */
.social-feeds-block .social-4:before {
  right: 60%;
  margin-right: 40px;
}
/* line 1082, ../sass/styles.scss */
.social-feeds-block .social-4:after {
  left: 60%;
  margin-left: 40px;
}
/* line 1088, ../sass/styles.scss */
.social-feeds-block .home-sf {
  display: inline-block;
  vertical-align: top;
  margin: 10px;
  max-width: 320px;
  text-align: left;
}
/* line 1095, ../sass/styles.scss */
.social-feeds-block .home-sf p, .social-feeds-block .home-sf span, .social-feeds-block .home-sf li, .social-feeds-block .home-sf a, .social-feeds-block .home-sf h1, .social-feeds-block .home-sf h2, .social-feeds-block .home-sf h3, .social-feeds-block .home-sf h4, .social-feeds-block .home-sf h5, .social-feeds-block .home-sf h6, .social-feeds-block .home-sf div {
  font: 12px/16px "Conv_TradeGothicLTStd", Arial, sans-serif !important;
}
/* line 1099, ../sass/styles.scss */
.social-feeds-block .home-sf .block-title {
  background-position: center;
  background-repeat: no-repeat;
  margin: 20px auto 0;
  width: 160px;
  height: 60px;
  text-indent: -999999em;
}
/* line 1110, ../sass/styles.scss */
.social-feeds-block .home-sf1 .block-title {
  background-image: url(/sites/all/themes/poatheme/css/images/social-tw.png);
}
/* line 1116, ../sass/styles.scss */
.social-feeds-block .home-sf2 .block-title {
  background-image: url(/sites/all/themes/poatheme/css/images/social-f.png);
}
/* line 1122, ../sass/styles.scss */
.social-feeds-block .home-sf3 .block-title {
  background-image: url(/sites/all/themes/poatheme/css/images/social-yt.png);
}
/* line 1128, ../sass/styles.scss */
.social-feeds-block .home-sf4 .block-title {
  background-image: url(/sites/all/themes/poatheme/css/images/social-blog.png);
}
/* line 1133, ../sass/styles.scss */
.social-feeds-block .tw-feed,
.social-feeds-block .facebook-feed,
.social-feeds-block .yt-feed,
.social-feeds-block .view-recent-blogs {
  display: block;
  overflow: auto;
  margin: 0 !important;
  padding: 0 10px !important;
  height: 375px;
  border: 1px solid #E3E3E3 !important;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 1145, ../sass/styles.scss */
.social-feeds-block .tw-feed .tw-logo,
.social-feeds-block .tw-feed .facebook-feed-top-logo,
.social-feeds-block .tw-feed .yt-logo,
.social-feeds-block .tw-feed .bl-logo,
.social-feeds-block .facebook-feed .tw-logo,
.social-feeds-block .facebook-feed .facebook-feed-top-logo,
.social-feeds-block .facebook-feed .yt-logo,
.social-feeds-block .facebook-feed .bl-logo,
.social-feeds-block .yt-feed .tw-logo,
.social-feeds-block .yt-feed .facebook-feed-top-logo,
.social-feeds-block .yt-feed .yt-logo,
.social-feeds-block .yt-feed .bl-logo,
.social-feeds-block .view-recent-blogs .tw-logo,
.social-feeds-block .view-recent-blogs .facebook-feed-top-logo,
.social-feeds-block .view-recent-blogs .yt-logo,
.social-feeds-block .view-recent-blogs .bl-logo {
  display: inline-block;
  margin-top: 10px;
  width: 32px;
  height: 32px;
  float: left;
  text-indent: -9999em;
}
/* line 1157, ../sass/styles.scss */
.social-feeds-block .tw-feed .tw-logo,
.social-feeds-block .facebook-feed .tw-logo,
.social-feeds-block .yt-feed .tw-logo,
.social-feeds-block .view-recent-blogs .tw-logo {
  background-image: url(/sites/all/themes/poatheme/css/images/twitter-icon.png);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 1162, ../sass/styles.scss */
.social-feeds-block .tw-feed .facebook-feed-top-logo,
.social-feeds-block .facebook-feed .facebook-feed-top-logo,
.social-feeds-block .yt-feed .facebook-feed-top-logo,
.social-feeds-block .view-recent-blogs .facebook-feed-top-logo {
  background-image: url(/sites/all/themes/poatheme/css/images/facebook-icon.png);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 1167, ../sass/styles.scss */
.social-feeds-block .tw-feed .yt-logo,
.social-feeds-block .facebook-feed .yt-logo,
.social-feeds-block .yt-feed .yt-logo,
.social-feeds-block .view-recent-blogs .yt-logo {
  background-image: url(/sites/all/themes/poatheme/css/images/youtube-icon.png);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 1172, ../sass/styles.scss */
.social-feeds-block .tw-feed .bl-logo,
.social-feeds-block .facebook-feed .bl-logo,
.social-feeds-block .yt-feed .bl-logo,
.social-feeds-block .view-recent-blogs .bl-logo {
  background-image: url(/sites/all/themes/poatheme/css/images/blogger-icon.png);
  background-repeat: no-repeat;
  background-position: center;
}
/* line 1178, ../sass/styles.scss */
.social-feeds-block .tw-feed .tw-date,
.social-feeds-block .tw-feed .facebook-feed-top-date,
.social-feeds-block .tw-feed .yt-date,
.social-feeds-block .tw-feed .bl-date,
.social-feeds-block .facebook-feed .tw-date,
.social-feeds-block .facebook-feed .facebook-feed-top-date,
.social-feeds-block .facebook-feed .yt-date,
.social-feeds-block .facebook-feed .bl-date,
.social-feeds-block .yt-feed .tw-date,
.social-feeds-block .yt-feed .facebook-feed-top-date,
.social-feeds-block .yt-feed .yt-date,
.social-feeds-block .yt-feed .bl-date,
.social-feeds-block .view-recent-blogs .tw-date,
.social-feeds-block .view-recent-blogs .facebook-feed-top-date,
.social-feeds-block .view-recent-blogs .yt-date,
.social-feeds-block .view-recent-blogs .bl-date {
  display: inline-block;
  color: #999999;
  float: left;
  margin: 18px 5px 10px 5px;
}
/* line 1188, ../sass/styles.scss */
.social-feeds-block .tw-feed .tw-user-name,
.social-feeds-block .facebook-feed .tw-user-name,
.social-feeds-block .yt-feed .tw-user-name,
.social-feeds-block .view-recent-blogs .tw-user-name {
  display: none;
}
/* line 1192, ../sass/styles.scss */
.social-feeds-block .tw-feed .tw-user-at,
.social-feeds-block .facebook-feed .tw-user-at,
.social-feeds-block .yt-feed .tw-user-at,
.social-feeds-block .view-recent-blogs .tw-user-at {
  margin-top: 5px;
}
/* line 1196, ../sass/styles.scss */
.social-feeds-block .tw-feed #___ytsubscribe_0,
.social-feeds-block .tw-feed .fb-like,
.social-feeds-block .tw-feed .tw-follow,
.social-feeds-block .tw-feed .bl-button,
.social-feeds-block .facebook-feed #___ytsubscribe_0,
.social-feeds-block .facebook-feed .fb-like,
.social-feeds-block .facebook-feed .tw-follow,
.social-feeds-block .facebook-feed .bl-button,
.social-feeds-block .yt-feed #___ytsubscribe_0,
.social-feeds-block .yt-feed .fb-like,
.social-feeds-block .yt-feed .tw-follow,
.social-feeds-block .yt-feed .bl-button,
.social-feeds-block .view-recent-blogs #___ytsubscribe_0,
.social-feeds-block .view-recent-blogs .fb-like,
.social-feeds-block .view-recent-blogs .tw-follow,
.social-feeds-block .view-recent-blogs .bl-button {
  margin-top: 15px !important;
  float: left !important;
}
/* line 1204, ../sass/styles.scss */
.social-feeds-block .tw-feed .tw-follow,
.social-feeds-block .facebook-feed .tw-follow,
.social-feeds-block .yt-feed .tw-follow,
.social-feeds-block .view-recent-blogs .tw-follow {
  float: none !important;
}
/* line 1208, ../sass/styles.scss */
.social-feeds-block .tw-feed .yt-channel-name,
.social-feeds-block .facebook-feed .yt-channel-name,
.social-feeds-block .yt-feed .yt-channel-name,
.social-feeds-block .view-recent-blogs .yt-channel-name {
  display: inline-block;
  margin-top: 15px;
  margin-left: 5px;
}
/* line 1214, ../sass/styles.scss */
.social-feeds-block .tw-feed .yt-thumbnail,
.social-feeds-block .tw-feed .views-field-field-blog-main-image,
.social-feeds-block .facebook-feed .yt-thumbnail,
.social-feeds-block .facebook-feed .views-field-field-blog-main-image,
.social-feeds-block .yt-feed .yt-thumbnail,
.social-feeds-block .yt-feed .views-field-field-blog-main-image,
.social-feeds-block .view-recent-blogs .yt-thumbnail,
.social-feeds-block .view-recent-blogs .views-field-field-blog-main-image {
  clear: left;
}
/* line 1218, ../sass/styles.scss */
.social-feeds-block .tw-feed .yt-thumbnail img,
.social-feeds-block .tw-feed .views-field-field-blog-main-image img,
.social-feeds-block .facebook-feed .yt-thumbnail img,
.social-feeds-block .facebook-feed .views-field-field-blog-main-image img,
.social-feeds-block .yt-feed .yt-thumbnail img,
.social-feeds-block .yt-feed .views-field-field-blog-main-image img,
.social-feeds-block .view-recent-blogs .yt-thumbnail img,
.social-feeds-block .view-recent-blogs .views-field-field-blog-main-image img {
  display: block;
  margin: 20px auto 0px;
  padding: 10px 0;
  width: 70%;
}
/* line 1226, ../sass/styles.scss */
.social-feeds-block .tw-feed .views-field-title,
.social-feeds-block .tw-feed .yt-title,
.social-feeds-block .facebook-feed .views-field-title,
.social-feeds-block .facebook-feed .yt-title,
.social-feeds-block .yt-feed .views-field-title,
.social-feeds-block .yt-feed .yt-title,
.social-feeds-block .view-recent-blogs .views-field-title,
.social-feeds-block .view-recent-blogs .yt-title {
  text-align: center;
}
/* line 1231, ../sass/styles.scss */
.social-feeds-block .tw-feed .bl-button,
.social-feeds-block .facebook-feed .bl-button,
.social-feeds-block .yt-feed .bl-button,
.social-feeds-block .view-recent-blogs .bl-button {
  background-color: #FF5555;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* line 1235, ../sass/styles.scss */
.social-feeds-block .tw-feed .bl-button a,
.social-feeds-block .facebook-feed .bl-button a,
.social-feeds-block .yt-feed .bl-button a,
.social-feeds-block .view-recent-blogs .bl-button a {
  display: block;
  color: white;
  padding: 3px 5px;
}
/* line 1242, ../sass/styles.scss */
.social-feeds-block .tw-feed .facebook-feed-picture,
.social-feeds-block .facebook-feed .facebook-feed-picture,
.social-feeds-block .yt-feed .facebook-feed-picture,
.social-feeds-block .view-recent-blogs .facebook-feed-picture {
  clear: both;
  margin-top: 10px;
}
/* line 1247, ../sass/styles.scss */
.social-feeds-block .tw-feed .yt-channel-thumb,
.social-feeds-block .tw-feed .tw-user-logo,
.social-feeds-block .facebook-feed .yt-channel-thumb,
.social-feeds-block .facebook-feed .tw-user-logo,
.social-feeds-block .yt-feed .yt-channel-thumb,
.social-feeds-block .yt-feed .tw-user-logo,
.social-feeds-block .view-recent-blogs .yt-channel-thumb,
.social-feeds-block .view-recent-blogs .tw-user-logo {
  clear: left;
  float: left;
}
/* line 1252, ../sass/styles.scss */
.social-feeds-block .tw-feed .yt-channel-thumb img,
.social-feeds-block .tw-feed .tw-user-logo img,
.social-feeds-block .facebook-feed .yt-channel-thumb img,
.social-feeds-block .facebook-feed .tw-user-logo img,
.social-feeds-block .yt-feed .yt-channel-thumb img,
.social-feeds-block .yt-feed .tw-user-logo img,
.social-feeds-block .view-recent-blogs .yt-channel-thumb img,
.social-feeds-block .view-recent-blogs .tw-user-logo img {
  display: block;
  width: 50px;
  height: 50px;
}
/* line 1259, ../sass/styles.scss */
.social-feeds-block .tw-feed .tw-user-logo,
.social-feeds-block .tw-feed .tw-user-name,
.social-feeds-block .facebook-feed .tw-user-logo,
.social-feeds-block .facebook-feed .tw-user-name,
.social-feeds-block .yt-feed .tw-user-logo,
.social-feeds-block .yt-feed .tw-user-name,
.social-feeds-block .view-recent-blogs .tw-user-logo,
.social-feeds-block .view-recent-blogs .tw-user-name {
  margin-top: 5px;
}
/* line 1263, ../sass/styles.scss */
.social-feeds-block .tw-feed .tw-user-logo img,
.social-feeds-block .tw-feed .tw-user-name img,
.social-feeds-block .facebook-feed .tw-user-logo img,
.social-feeds-block .facebook-feed .tw-user-name img,
.social-feeds-block .yt-feed .tw-user-logo img,
.social-feeds-block .yt-feed .tw-user-name img,
.social-feeds-block .view-recent-blogs .tw-user-logo img,
.social-feeds-block .view-recent-blogs .tw-user-name img {
  margin-right: 5px;
}
/* line 1268, ../sass/styles.scss */
.social-feeds-block .tw-feed .tw-tweet,
.social-feeds-block .tw-feed .facebook-feed-message,
.social-feeds-block .tw-feed .yt-desc,
.social-feeds-block .facebook-feed .tw-tweet,
.social-feeds-block .facebook-feed .facebook-feed-message,
.social-feeds-block .facebook-feed .yt-desc,
.social-feeds-block .yt-feed .tw-tweet,
.social-feeds-block .yt-feed .facebook-feed-message,
.social-feeds-block .yt-feed .yt-desc,
.social-feeds-block .view-recent-blogs .tw-tweet,
.social-feeds-block .view-recent-blogs .facebook-feed-message,
.social-feeds-block .view-recent-blogs .yt-desc {
  display: block;
  margin-bottom: 10px;
}
/* line 1275, ../sass/styles.scss */
.social-feeds-block .tw-feed .tw-reply,
.social-feeds-block .tw-feed .tw-retweet,
.social-feeds-block .tw-feed .tw-favorite,
.social-feeds-block .facebook-feed .tw-reply,
.social-feeds-block .facebook-feed .tw-retweet,
.social-feeds-block .facebook-feed .tw-favorite,
.social-feeds-block .yt-feed .tw-reply,
.social-feeds-block .yt-feed .tw-retweet,
.social-feeds-block .yt-feed .tw-favorite,
.social-feeds-block .view-recent-blogs .tw-reply,
.social-feeds-block .view-recent-blogs .tw-retweet,
.social-feeds-block .view-recent-blogs .tw-favorite {
  margin-right: 10px;
  font-size: 80%;
  float: left;
}
/* line 1285, ../sass/styles.scss */
.social-feeds-block .tw-feed .facebook-feed-expand-link a,
.social-feeds-block .tw-feed .facebook-feed-message a,
.social-feeds-block .facebook-feed .facebook-feed-expand-link a,
.social-feeds-block .facebook-feed .facebook-feed-message a,
.social-feeds-block .yt-feed .facebook-feed-expand-link a,
.social-feeds-block .yt-feed .facebook-feed-message a,
.social-feeds-block .view-recent-blogs .facebook-feed-expand-link a,
.social-feeds-block .view-recent-blogs .facebook-feed-message a {
  color: #FF5555;
  text-indent: 0;
}
/* line 1292, ../sass/styles.scss */
.social-feeds-block .view-recent-blogs {
  width: 320px;
}
/* line 1295, ../sass/styles.scss */
.social-feeds-block .view-recent-blogs .views-row {
  padding: 0;
}
/* line 1298, ../sass/styles.scss */
.social-feeds-block .view-recent-blogs .views-row:nth-child(2n+1) {
  background-color: transparent;
}

/*----------  Market  ----------*/
/* line 1305, ../sass/styles.scss */
.block-market {
  display: inline-block;
  clear: both;
  width: 100%;
  max-width: 100%;
}
/* line 1311, ../sass/styles.scss */
.block-market-title {
  display: block;
  background-color: #C7C8BF;
  color: #B30737;
  margin: 0;
  padding: 40px 0;
  font-family: "Crete Round", serif;
  font-weight: normal;
  text-align: center;
  line-height: 1.3em;
}
/* line 1322, ../sass/styles.scss */
.block-market-title span {
  font-size: 2.5em;
}
/* line 1326, ../sass/styles.scss */
.block-market-title strong {
  display: block;
  font-family: "Conv_TradeGothicLTStd-Bold", Arial, sans-serif;
  font-size: 2.5em;
}
/* line 1331, ../sass/styles.scss */
.block-market-title strong:after {
  display: inline-block;
  content: url(/sites/all/themes/poatheme/css/images/60x65.png);
  width: 60px;
  height: 65px;
}
/* line 1342, ../sass/styles.scss */
.block-market-body .block-item {
  display: inline-block;
  background-color: #222222;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}
/* line 1349, ../sass/styles.scss */
.block-market-body .block-item div, .block-market-body .block-item div.item {
  vertical-align: top;
  display: block;
  margin: 0;
  padding: 30px 0;
  color: white;
  width: 33.33333%;
  float: left;
  text-align: left;
}
/* line 1359, ../sass/styles.scss */
.block-market-body .block-item div p, .block-market-body .block-item div.item p {
  display: block;
  margin: 10px 0;
  padding: 0 30px;
  font-family: "Conv_TradeGothicLTStd-Light", Arial, sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
}

/*=====  End of Home Content  ======*/
/*==============================
=            Footer            =
==============================*/
/* line 1378, ../sass/styles.scss */
#footer {
  color: #eeeeee;
  background-color: #3F3F3F;
  position: relative;
  margin: 40px 0 0;
  padding: 0 0 20px;
  font-size: 80%;
  text-align: center;
}
/* line 1387, ../sass/styles.scss */
#footer:before {
  content: "";
  background-image: url(https://partners.net/sites/all/themes/poatheme/css/images/cloud-black-top.png);
  background-repeat: repeat-x;
  position: absolute;
  top: -50px;
  width: 100%;
  height: 50px;
}
/* line 1397, ../sass/styles.scss */
#footer .block {
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  text-align: left;
}
/* line 1403, ../sass/styles.scss */
#footer .block:first-child {
  width: 400px;
}
/* line 1408, ../sass/styles.scss */
#footer .block__title {
  color: #FF5555;
}
/* line 1412, ../sass/styles.scss */
#footer a, #footer a:link, #footer a:focus {
  color: white;
  font-weight: normal;
}
/* line 1417, ../sass/styles.scss */
#footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
/* line 1422, ../sass/styles.scss */
#footer p {
  margin: 0;
  padding: 0;
}

/* line 1425, ../sass/styles.scss */
.region-bottom {
  background-color: #232323;
  text-align: center;
}
/* line 1429, ../sass/styles.scss */
.region-bottom p {
  margin: 0;
  padding: 0;
}
/* line 1431, ../sass/styles.scss */
.region-bottom .block {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 0;
  color: white;
}

/* line 1439, ../sass/styles.scss */
.block-logos-footer {
  clear: both;
  background-color: white;
  width: 100%;
}

/*=====  End of Footer  ======*/
/*===============================
=            Content            =
===============================*/
/* line 1452, ../sass/styles.scss */
.front .view .views-row {
  margin: 0;
  padding: 0;
}

/* line 1458, ../sass/styles.scss */
.not-front #content {
  padding: 10px 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  -moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
}
/* line 1463, ../sass/styles.scss */
.not-front #content ul, .not-front #content ol {
  background-color: #f6f6f6;
  margin: 1em 0;
  padding: 10px 40px;
  position: relative;
}
/* line 1470, ../sass/styles.scss */
.not-front #content ul {
  list-style: none;
}
/* line 1473, ../sass/styles.scss */
.not-front #content ul li {
  position: relative;
}
/* line 1476, ../sass/styles.scss */
.not-front #content ul li:before {
  display: block;
  content: '\2666';
  color: #FF5555;
  position: absolute;
  top: 0;
  left: -20px;
  font-size: 1.4em;
}
/* line 1487, ../sass/styles.scss */
.not-front #content ul.nice-menu {
  z-index: 1 !important;
}
/* line 1491, ../sass/styles.scss */
.not-front #content ul.nice-menu li:before {
  left: -20px;
}

/*----------  Node  ----------*/
/* line 1504, ../sass/styles.scss */
.node-page img {
  height: auto !important;
}

/*----------  Views  ----------*/
/* line 1513, ../sass/styles.scss */
.view .views-field-title,
.view .views-field-title a,
.view .views-field-field-job-pdf,
.view .views-field-field-job-link {
  font-family: "Crete Round", serif;
  font-size: 1.4em;
  line-height: 1em;
}
/* line 1522, ../sass/styles.scss */
.view .views-row {
  background-color: white;
  padding: 20px;
}
/* line 1526, ../sass/styles.scss */
.view .views-row:nth-child(odd) {
  background-color: #f9f9f9;
}

/*----------  Sidebars  ----------*/
/* line 1533, ../sass/styles.scss */
.content-sidebar {
  width: 40%;
  float: left;
}
@media (max-width: 959px) {
  /* line 1533, ../sass/styles.scss */
  .content-sidebar {
    width: 100%;
    float: none;
  }
}

/* line 1543, ../sass/styles.scss */
.content-sidebar-first,
.content-sidebar-second {
  width: 70%;
  float: left;
}
@media (max-width: 959px) {
  /* line 1543, ../sass/styles.scss */
  .content-sidebar-first,
  .content-sidebar-second {
    width: 100%;
    float: none;
  }
}

/* line 1555, ../sass/styles.scss */
.sidebars .block-inner {
  padding: 0 20px;
}
/* line 1559, ../sass/styles.scss */
.sidebars .block-inner ul, .sidebars .block-inner ol {
  margin: 0;
  padding: 0;
}
/* line 1564, ../sass/styles.scss */
.sidebars .block-inner .views-row,
.sidebars .block-inner .views-summary li {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 12px;
}
/* line 1571, ../sass/styles.scss */
.sidebars .block-inner .views-row a,
.sidebars .block-inner .views-summary li a {
  color: #424242;
  margin: 5px 0;
  text-indent: 10px;
  font-size: 16px;
}
/* line 1577, ../sass/styles.scss */
.sidebars .block-inner .views-row a:hover,
.sidebars .block-inner .views-summary li a:hover {
  color: #CE007C;
}

/*----------  Impact Stats ----------*/
/* line 1586, ../sass/styles.scss */
.impact-stats {
  background-color: transparent;
  margin: 0;
  padding: 0;
  text-align: center;
}
/* line 1592, ../sass/styles.scss */
.impact-stats li {
  display: inline-block;
  margin: 10px;
  float: none;
}
/* line 1597, ../sass/styles.scss */
.impact-stats li:before {
  content: "" !important;
}
/* line 1599, ../sass/styles.scss */
.impact-stats li div {
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  width: 300px;
  height: 130px;
  line-height: 1.3;
  background-image: url(images/PoA-button.jpg);
}
/* line 1610, ../sass/styles.scss */
.impact-stats li div strong {
  display: block;
  clear: both;
  color: #CE007C;
  font-family: "Conv_TradeGothicLTStd-Bold", Arial, sans-serif;
  font-size: 1.2em;
  line-height: 1;
}
/* line 1624, ../sass/styles.scss */
.impact-stats li:nth-child(2n+2) div strong {
  color: #4D8D1D;
}

/*----------  Ab  ----------*/
/* line 1631, ../sass/styles.scss */
.region-content-aside {
  text-align: center;
  /* Donate */
}
/* line 1634, ../sass/styles.scss */
.region-content-aside .ab-block {
  display: inline-block;
  position: relative;
  background-color: transparent;
  background-image: url("https://partners.net/sites/all/themes/poatheme/css/images/concrete_seamless.png");
  color: #999999;
  margin: 10px;
  padding: 20px 0;
  width: 20%;
  border: 1px solid #DBDBDB;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 1646, ../sass/styles.scss */
.region-content-aside .ab-block:last-child {
  margin-right: 0;
}
/* line 1648, ../sass/styles.scss */
.region-content-aside .ab-block:hover {
  border-color: black;
}
/* line 1651, ../sass/styles.scss */
.region-content-aside .ab-block:hover .btn,
.region-content-aside .ab-block:hover .show-details {
  color: #222222;
}
/* line 1655, ../sass/styles.scss */
.region-content-aside .ab-block .block-inner {
  margin: 0;
}
/* line 1657, ../sass/styles.scss */
.region-content-aside .ab-block .btn {
  color: #999999;
  background-color: transparent;
  font-family: "Conv_TradeGothicLTStd", Arial, sans-serif;
  text-transform: capitalize;
}
/* line 1665, ../sass/styles.scss */
.region-content-aside .action-info {
  text-align: center;
}
/* line 1668, ../sass/styles.scss */
.region-content-aside .action-info p {
  margin: 0;
}
/* line 1670, ../sass/styles.scss */
.region-content-aside .action-info .btn {
  display: block;
  padding: 0;
}
/* line 1676, ../sass/styles.scss */
.region-content-aside .action-bottom {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #006898;
  color: white;
  width: 100%;
  height: 100%;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
/* line 1686, ../sass/styles.scss */
.region-content-aside .action-bottom a {
  color: white;
}
/* line 1688, ../sass/styles.scss */
.region-content-aside .action-bottom .close-details {
  top: -15px;
  right: -28px;
}
/* line 1692, ../sass/styles.scss */
.region-content-aside .action-bottom .close-details:before {
  color: #006898;
  font-size: 0.8em;
}
/* line 1699, ../sass/styles.scss */
.region-content-aside .action-inner {
  position: relative;
  z-index: 100;
}
/* line 1706, ../sass/styles.scss */
.region-content-aside .action-body input[type="email"] {
  width: 100%;
}
/* line 1710, ../sass/styles.scss */
.region-content-aside .action-body input[type="submit"] {
  color: white;
}
/* line 1715, ../sass/styles.scss */
.region-content-aside .social-3 {
  padding: 5px 0 0;
}
/* line 1718, ../sass/styles.scss */
.region-content-aside .social-3 .item {
  height: 100%;
}
/* line 1721, ../sass/styles.scss */
.region-content-aside .social-3 .item a {
  height: auto;
}
/* line 1726, ../sass/styles.scss */
.region-content-aside .news-email input[type="email"] {
  margin-top: 5px;
  width: 90%;
}
/* line 1733, ../sass/styles.scss */
.region-content-aside .get-updates input[type="submit"] {
  padding: 0;
  width: 100%;
  font-size: 0.7em;
  float: none;
  position: relative;
  bottom: 0;
}
/* line 1744, ../sass/styles.scss */
.region-content-aside #quick-donate {
  background-color: #006898;
  padding-bottom: 20px;
}
/* line 1748, ../sass/styles.scss */
.region-content-aside #quick-donate .item-donate {
  width: 31%;
}

/*----------  Timeline  ----------*/
/* Timeline - Page our-legacy */
/* line 1757, ../sass/styles.scss */
.yearly-timeline {
  background-image: url(images/crossword.png);
  padding: 20px 10px;
}
/* line 1761, ../sass/styles.scss */
.yearly-timeline .view {
  display: inline-block;
}
/* line 1765, ../sass/styles.scss */
.yearly-timeline .block-inner {
  margin: 0 auto;
  max-width: 100%;
}
/* line 1771, ../sass/styles.scss */
.yearly-timeline .timeline-item li {
  margin: 0;
}
/* line 1776, ../sass/styles.scss */
.yearly-timeline .timeline-content {
  background-color: white;
  padding: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}
/* line 1783, ../sass/styles.scss */
.yearly-timeline .timeline-date {
  color: #006898;
  margin: 0;
  font-family: "Crete Round", serif;
  font-size: 4em;
  line-height: 1.2;
}
/* line 1790, ../sass/styles.scss */
.yearly-timeline .timeline-date p {
  display: block;
  color: #424242;
  background-color: white;
  font-family: "Conv_TradeGothicLTStd", Arial, sans-serif;
  font-size: 0.3em;
}
/* line 1799, ../sass/styles.scss */
.yearly-timeline ul li:nth-child(2n) > div .timeline-content {
  padding-left: 20px;
}
/* line 1803, ../sass/styles.scss */
.yearly-timeline ul li:nth-child(2n+1) > div .timeline-content {
  padding-right: 20px;
}

/*----------  Staff  ----------*/
/* our-team */
/* line 1811, ../sass/styles.scss */
.view-staff-list {
  position: relative;
  width: 100%;
  text-align: center;
}
/* line 1816, ../sass/styles.scss */
.view-staff-list .element-item {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 30px;
  cursor: pointer;
}
/* line 1822, ../sass/styles.scss */
.view-staff-list .element-item:last-child {
  margin-right: 0;
}
/* line 1824, ../sass/styles.scss */
.view-staff-list .element-item a {
  color: #FF5555;
}
/* line 1827, ../sass/styles.scss */
.view-staff-list .staff-bottom {
  position: absolute;
  left: 0;
  z-index: 10;
  background-image: url(images/dark_wood.png);
  color: white;
  padding: 30px 0;
}
/* line 1836, ../sass/styles.scss */
.view-staff-list .staff-title {
  font-family: "Conv_TradeGothicLTStd", Arial, sans-serif;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
}
/* line 1844, ../sass/styles.scss */
.view-staff-list .staff-img img {
  border: 10px solid white;
  -moz-border-radius: 99em;
  -webkit-border-radius: 99em;
  border-radius: 99em;
  -moz-box-shadow: 3px 3px 10px rgba(153, 153, 153, 0.5);
  -webkit-box-shadow: 3px 3px 10px rgba(153, 153, 153, 0.5);
  box-shadow: 3px 3px 10px rgba(153, 153, 153, 0.5);
}
/* line 1851, ../sass/styles.scss */
.view-staff-list .staff-body {
  padding: 0 30px;
}

/*----------  Testimonials  ----------*/
/* line 1861, ../sass/styles.scss */
.view-testimonials-main .views-field-body .field-content,
.view-testimonials-main .views-field-body .field-content p,
.view-testimonials-individuals .views-field-body .field-content,
.view-testimonials-individuals .views-field-body .field-content p {
  font-family: "Conv_TradeGothicLTStd-Obl", Arial, sans-serif;
  font-size: 14px;
}
/* line 1868, ../sass/styles.scss */
.view-testimonials-main .flexslider,
.view-testimonials-individuals .flexslider {
  margin: 0px 0px 10px;
  border: 0 none;
}
/* line 1873, ../sass/styles.scss */
.view-testimonials-main .slides,
.view-testimonials-main .slides > li,
.view-testimonials-main .flex-control-nav,
.view-testimonials-main .flex-direction-nav,
.view-testimonials-individuals .slides,
.view-testimonials-individuals .slides > li,
.view-testimonials-individuals .flex-control-nav,
.view-testimonials-individuals .flex-direction-nav {
  padding: 0 !important;
}

/* line 1882, ../sass/styles.scss */
#flexslider-1 .slides > li,
#flexslider-1 .flex-active-slide {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 600px;
}

/* line 1890, ../sass/styles.scss */
.flex-control-nav {
  margin: 0;
  padding: 0;
}
/* line 1894, ../sass/styles.scss */
.flex-control-nav li a {
  margin: 0 5px;
}

/* line 1897, ../sass/styles.scss */
.views-field-field-testimonial-image {
  margin: 20px 0;
}
/* line 1900, ../sass/styles.scss */
.views-field-field-testimonial-image img {
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

/* line 1904, ../sass/styles.scss */
.higher-ed li {
  background-color: white;
  padding: 15px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: 3px 3px 5px rgba(200, 200, 200, 0.3);
  -webkit-box-shadow: 3px 3px 5px rgba(200, 200, 200, 0.3);
  box-shadow: 3px 3px 5px rgba(200, 200, 200, 0.3);
  color: white;
  margin: 0 0 20px;
  border: 5px solid white;
}
/* line 1910, ../sass/styles.scss */
.higher-ed li:before {
  content: "";
}
/* line 1912, ../sass/styles.scss */
.higher-ed li.higher-ed-premium {
  background-color: #007f80;
}
/* line 1916, ../sass/styles.scss */
.higher-ed li.higher-ed-plus {
  background-color: #00577f;
}
/* line 1920, ../sass/styles.scss */
.higher-ed li.higher-ed-essential {
  background-color: #531f51;
}

/* line 1926, ../sass/styles.scss */
#block-block-80 {
  position: relative;
}

/* Carousel */
/* line 1931, ../sass/styles.scss */
#block-views-pc-logo-carousel-block .jcarousel-skin-default .jcarousel-item {
  width: 155px;
}
/* line 1935, ../sass/styles.scss */
#block-views-pc-logo-carousel-block .jcarousel-skin-default .jcarousel-container-horizontal {
  width: 87%;
}
/* line 1939, ../sass/styles.scss */
#block-views-pc-logo-carousel-block .jcarousel-skin-default .jcarousel-clip-horizontal {
  width: 100%;
}
/* line 1944, ../sass/styles.scss */
#block-views-pc-logo-carousel-block .jcarousel-skin-default .jcarousel-item:before {
  content: "";
}

/* line 1952, ../sass/styles.scss */
.tree-list ul > li:before {
  content: "";
}
/* line 1955, ../sass/styles.scss */
.tree-list ul ul {
  margin: 0;
}
/* line 1959, ../sass/styles.scss */
.tree-list ul ul li:before {
  content: "\2666";
  left: 60px;
}

/* line 1967, ../sass/styles.scss */
.blocks-blog {
  clear: both;
}
/* line 1971, ../sass/styles.scss */
.blocks-blog [class*='column-']:nth-child(2n+3) {
  clear: left;
}
/* line 1976, ../sass/styles.scss */
.blocks-blog .content {
  overflow: hidden;
  background-color: #F8F8F8;
  margin: 20px 5px;
  padding: 0;
  border: 10px solid white;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  -moz-box-shadow: 0 0 30px rgba(100, 100, 100, 0.1);
  -webkit-box-shadow: 0 0 30px rgba(100, 100, 100, 0.1);
  box-shadow: 0 0 30px rgba(100, 100, 100, 0.1);
}
/* line 1985, ../sass/styles.scss */
.blocks-blog .content p {
  margin: 0 !important;
}
/* line 1988, ../sass/styles.scss */
.blocks-blog .title {
  background-color: #FF5555;
  margin: 0;
  padding: 10px 0;
  text-align: center;
  line-height: 1.1;
}
/* line 1995, ../sass/styles.scss */
.blocks-blog .title a {
  color: white;
}
/* line 1998, ../sass/styles.scss */
.blocks-blog .description {
  padding: 10px;
  line-height: 1.1;
}
/* line 2003, ../sass/styles.scss */
.blocks-blog .link {
  display: block;
  background-image: url(images/ruana-blog.gif);
  color: white;
  padding: 15px 15px 0;
  text-align: right;
}

/* line 2013, ../sass/styles.scss */
.view-blog-labels ul, .view-blog-labels ol {
  margin: 0;
  padding: 0;
}
/* line 2015, ../sass/styles.scss */
.view-blog-labels .views-row {
  clear: both;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style-type: none;
}
/* line 2021, ../sass/styles.scss */
.view-blog-labels .views-row a {
  display: block;
  width: 100%;
}

/*=====  End of Content  ======*/
/*============================
=            TEMP            =
============================*/
/*----------  Home  ----------*/
/* line 2038, ../sass/styles.scss */
.page-node-632 #page-title {
  display: none;
}

/*----------  Contextual Links  ----------*/
/* line 2045, ../sass/styles.scss */
#main-menu {
  display: none;
}

/*=====  End of TEMP  ======*/

/* NEW Higher Education Institutions*/

/*default version*/
@font-face {
  font-family: 'BebasNeue';
  src:
          local('BebasNeue'),
          local('Bebas-Neue'),
          url('../fonts/Bebas/BebasNeueRegular.otf')
          format('opentype');
  src:
          local('BebasNeue'),
          local('Bebas-Neue'),
          url('../fonts/Bebas/BebasNeueRegular.ttf')
          format('truetype');
}
/*bold version*/
@font-face {
  font-family: 'BebasNeue';
  src:
          local('BebasNeue'),
          local('Bebas-Neue'),
          url('../fonts/Bebas/BebasNeueBold.otf')
          format('opentype');
  src:
          local('BebasNeue'),
          local('Bebas-Neue'),
          url('../fonts/Bebas/BebasNeueBold.ttf')
          format('truetype');
  font-weight: bold;
}

/*default version*/
@font-face {
  font-family: 'Memphis';
  src:
          local('Memphis'),
          local('Memphis Medium'),
          local('Memphis-Medium'),
          url('../fonts/Memphis/MemphisMediumBold.TTF')
          format('truetype');
}
/*bold version*/
@font-face {
  font-family: 'Memphis';
  src:
          local('Memphis'),
          local('Memphis Medium'),
          local('Memphis-Medium'),
          url('../fonts/Memphis/MemphisMediumBold.TTF')
          format('truetype');
  font-weight: bold;
}

.benefits-header-wrapper{
  width: 100%;
  display: block;
}

.benefits-left{
  width: 50%;
  float: left;
}

.benefits-right{
  width: 50%;
  float: right;
}

.benefits-title{
  color: #9D162E;
  text-decoration: underline;
  font-size: 4em;
  font-family: 'Memphis';
  font-weight: bold;
}

a.benefits-button-right,
a.benefits-button-right:link,
a.benefits-button-right:active,
a.benefits-button-right:visited{
  float: right;
  color: #fff;
  background-color: #FC5759;
  border-radius: 6px;
  font-size: 3em;
  padding: 13px;
  font-family: 'BebasNeue';
}

a.benefits-button-right:hover{
  box-shadow: 0px 5px 5px grey;
  color: #EEEEEE;
}

.benefits-subtitle{
  float: right;
  clear: both;
  color: #808080;
  font-size: 2.2em;
  margin-top: 10px;
  font-family: 'Memphis';
  font-weight: bold;
}

.benefits-img{
  clear: both;
}

.benefits-p{
  margin: 0 0 1.5em 3.5em
}

a.benefits-button-small,
a.benefits-button-small:link,
a.benefits-button-small:active,
a.benefits-button-small:visited{
  background-color: #fc5759;
  color: #fff;
  margin: 0 0 23px 56px;
  padding: 4px;
  width: 202px;
}

a.benefits-button-small:hover{
  color: #EEEEEE;
}

.benefits-button{
  background-color: #fc5759;
  border-radius: 6px;
  color: #fff;
  font-size: 3em;
  padding: 13px;
  width: 154px;
  font-family: 'BebasNeue';
}

a.benefits-button-centered,
a.benefits-button-centered:active,
a.benefits-button-centered:visited,
a.benefits-button-centered:link{
  background-color: #fc5759;
  border-radius: 6px;
  color: #fff;
  font-size: 3em;
  margin: 0 auto;
  padding: 13px;
  width: 184px;
  font-family: 'BebasNeue';
  display: block;
}

a.benefits-button-centered:hover{
  box-shadow: 0px 5px 5px grey;
  color: #EEEEEE;
}

.fifteen span{
  font-size: 2.5em;
  color: #fc5759;
  font-family: 'Memphis';
}

@media (max-width: 620px) {
  .benefits-left{
    width: 100%;
    padding-bottom: 20px;
    /*float: left;*/
  }

  .benefits-title{
    margin: 0 auto;
    font-size: 3em;
    width: 182px;
    height: 46px;
  }

  .benefits-right{
    width: 100%;
    float: right;
  }

  a.benefits-button-right,
  a.benefits-button-right:link,
  a.benefits-button-right:active,
  a.benefits-button-right:visited{
    float: none;
    font-size: 2.5em;
    padding: 6px;
    width: 155px;
  }

  .benefits-subtitle{
    float: none;
    margin-bottom: 10px;
    margin-bottom: 14px;
    font-size: 1.8em;
  }

  .benefits-button{
    font-size: 2.5em;
    padding: 9px;
    width: 130px;
  }

  .benefits-button-centered{
    font-size: 2.5em;
    padding: 9px;
    width: 154px;
  }

  .fifteen span{
    font-size: 2em;
  }
}
/* END HEI */