/*
  Theme Name: B-On
  Theme URI: http://www.activemedia.pt
  Version: 1
  Author: Benjamim Alves, Tiago Franco - ActiveMedia
  Author URI: http://www.activemedia.pt
  
  Description: Tema Default do site B-On
*/
/* ===============================================
CSS by ActiveMedia
v1.00
Authors: Benjamim Alves, Tiago Franco - http://www.activemedia.pt
=============================================== */
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@-webkit-keyframes fadeIn {
  0% {
    display: none; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    display: none; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    display: none; }
  1% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@-webkit-keyframes showUp {
  0% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@-moz-keyframes showUp {
  0% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@keyframes showUp {
  0% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@-webkit-keyframes hideDown {
  0% {
    display: block;
    opacity: 1; }
  99% {
    display: block;
    opacity: 0; }
  100% {
    display: none; } }
@-moz-keyframes hideDown {
  0% {
    display: block;
    opacity: 1; }
  99% {
    display: block;
    opacity: 0; }
  100% {
    display: none; } }
@keyframes hideDown {
  0% {
    display: block;
    opacity: 1; }
  99% {
    display: block;
    opacity: 0; }
  100% {
    display: none; } }
.row {
  max-width: 1100px;
  margin: 0 auto; }
  .row:after {
    content: "";
    display: table;
    clear: both; }

.col-1 {
  display: block;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 8.33333%; }

.push-1 {
  margin-left: 8.33333%; }

.pull-1 {
  margin-left: -8.33333%; }

.col-2 {
  display: block;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 16.66667%; }

.push-2 {
  margin-left: 16.66667%; }

.pull-2 {
  margin-left: -16.66667%; }

.col-3 {
  display: block;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 25%; }

.push-3 {
  margin-left: 25%; }

.pull-3 {
  margin-left: -25%; }

.col-4 {
  display: block;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.33333%; }

.push-4 {
  margin-left: 33.33333%; }

.pull-4 {
  margin-left: -33.33333%; }

.col-5 {
  display: block;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 41.66667%; }

.push-5 {
  margin-left: 41.66667%; }

.pull-5 {
  margin-left: -41.66667%; }

.col-6 {
  display: block;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%; }

.push-6 {
  margin-left: 50%; }

.pull-6 {
  margin-left: -50%; }

.col-7 {
  display: block;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 58.33333%; }

.push-7 {
  margin-left: 58.33333%; }

.pull-7 {
  margin-left: -58.33333%; }

.col-8 {
  display: block;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 66.66667%; }

.push-8 {
  margin-left: 66.66667%; }

.pull-8 {
  margin-left: -66.66667%; }

.col-9 {
  display: block;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 75%; }

.push-9 {
  margin-left: 75%; }

.pull-9 {
  margin-left: -75%; }

.col-10 {
  display: block;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 83.33333%; }

.push-10 {
  margin-left: 83.33333%; }

.pull-10 {
  margin-left: -83.33333%; }

.col-11 {
  display: block;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 91.66667%; }

.push-11 {
  margin-left: 91.66667%; }

.pull-11 {
  margin-left: -91.66667%; }

.col-12 {
  display: block;
  float: left;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }

.push-12 {
  margin-left: 100%; }

.pull-12 {
  margin-left: -100%; }

@media screen and (max-width: 1100px) {
  .xl-col-1 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 8.33333%; }

  .xl-push-1 {
    margin-left: 8.33333%; }

  .xl-pull-1 {
    margin-left: -8.33333%; }

  .xl-alpha {
    padding-left: 0; }

  .xl-omega {
    padding-right: 0; }

  .xl-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xl-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xl-no-push,
  .xl-no-pull {
    margin-left: 0; }

  .xl-col-2 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 16.66667%; }

  .xl-push-2 {
    margin-left: 16.66667%; }

  .xl-pull-2 {
    margin-left: -16.66667%; }

  .xl-alpha {
    padding-left: 0; }

  .xl-omega {
    padding-right: 0; }

  .xl-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xl-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xl-no-push,
  .xl-no-pull {
    margin-left: 0; }

  .xl-col-3 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%; }

  .xl-push-3 {
    margin-left: 25%; }

  .xl-pull-3 {
    margin-left: -25%; }

  .xl-alpha {
    padding-left: 0; }

  .xl-omega {
    padding-right: 0; }

  .xl-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xl-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xl-no-push,
  .xl-no-pull {
    margin-left: 0; }

  .xl-col-4 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%; }

  .xl-push-4 {
    margin-left: 33.33333%; }

  .xl-pull-4 {
    margin-left: -33.33333%; }

  .xl-alpha {
    padding-left: 0; }

  .xl-omega {
    padding-right: 0; }

  .xl-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xl-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xl-no-push,
  .xl-no-pull {
    margin-left: 0; }

  .xl-col-5 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66667%; }

  .xl-push-5 {
    margin-left: 41.66667%; }

  .xl-pull-5 {
    margin-left: -41.66667%; }

  .xl-alpha {
    padding-left: 0; }

  .xl-omega {
    padding-right: 0; }

  .xl-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xl-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xl-no-push,
  .xl-no-pull {
    margin-left: 0; }

  .xl-col-6 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%; }

  .xl-push-6 {
    margin-left: 50%; }

  .xl-pull-6 {
    margin-left: -50%; }

  .xl-alpha {
    padding-left: 0; }

  .xl-omega {
    padding-right: 0; }

  .xl-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xl-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xl-no-push,
  .xl-no-pull {
    margin-left: 0; }

  .xl-col-7 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 58.33333%; }

  .xl-push-7 {
    margin-left: 58.33333%; }

  .xl-pull-7 {
    margin-left: -58.33333%; }

  .xl-alpha {
    padding-left: 0; }

  .xl-omega {
    padding-right: 0; }

  .xl-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xl-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xl-no-push,
  .xl-no-pull {
    margin-left: 0; }

  .xl-col-8 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66667%; }

  .xl-push-8 {
    margin-left: 66.66667%; }

  .xl-pull-8 {
    margin-left: -66.66667%; }

  .xl-alpha {
    padding-left: 0; }

  .xl-omega {
    padding-right: 0; }

  .xl-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xl-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xl-no-push,
  .xl-no-pull {
    margin-left: 0; }

  .xl-col-9 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%; }

  .xl-push-9 {
    margin-left: 75%; }

  .xl-pull-9 {
    margin-left: -75%; }

  .xl-alpha {
    padding-left: 0; }

  .xl-omega {
    padding-right: 0; }

  .xl-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xl-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xl-no-push,
  .xl-no-pull {
    margin-left: 0; }

  .xl-col-10 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 83.33333%; }

  .xl-push-10 {
    margin-left: 83.33333%; }

  .xl-pull-10 {
    margin-left: -83.33333%; }

  .xl-alpha {
    padding-left: 0; }

  .xl-omega {
    padding-right: 0; }

  .xl-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xl-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xl-no-push,
  .xl-no-pull {
    margin-left: 0; }

  .xl-col-11 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 91.66667%; }

  .xl-push-11 {
    margin-left: 91.66667%; }

  .xl-pull-11 {
    margin-left: -91.66667%; }

  .xl-alpha {
    padding-left: 0; }

  .xl-omega {
    padding-right: 0; }

  .xl-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xl-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xl-no-push,
  .xl-no-pull {
    margin-left: 0; }

  .xl-col-12 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }

  .xl-push-12 {
    margin-left: 100%; }

  .xl-pull-12 {
    margin-left: -100%; }

  .xl-alpha {
    padding-left: 0; }

  .xl-omega {
    padding-right: 0; }

  .xl-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xl-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xl-no-push,
  .xl-no-pull {
    margin-left: 0; } }
@media screen and (max-width: 1000px) {
  .l-col-1 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 8.33333%; }

  .l-push-1 {
    margin-left: 8.33333%; }

  .l-pull-1 {
    margin-left: -8.33333%; }

  .l-alpha {
    padding-left: 0; }

  .l-omega {
    padding-right: 0; }

  .l-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .l-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .l-no-push,
  .l-no-pull {
    margin-left: 0; }

  .l-col-2 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 16.66667%; }

  .l-push-2 {
    margin-left: 16.66667%; }

  .l-pull-2 {
    margin-left: -16.66667%; }

  .l-alpha {
    padding-left: 0; }

  .l-omega {
    padding-right: 0; }

  .l-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .l-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .l-no-push,
  .l-no-pull {
    margin-left: 0; }

  .l-col-3 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%; }

  .l-push-3 {
    margin-left: 25%; }

  .l-pull-3 {
    margin-left: -25%; }

  .l-alpha {
    padding-left: 0; }

  .l-omega {
    padding-right: 0; }

  .l-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .l-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .l-no-push,
  .l-no-pull {
    margin-left: 0; }

  .l-col-4 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%; }

  .l-push-4 {
    margin-left: 33.33333%; }

  .l-pull-4 {
    margin-left: -33.33333%; }

  .l-alpha {
    padding-left: 0; }

  .l-omega {
    padding-right: 0; }

  .l-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .l-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .l-no-push,
  .l-no-pull {
    margin-left: 0; }

  .l-col-5 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66667%; }

  .l-push-5 {
    margin-left: 41.66667%; }

  .l-pull-5 {
    margin-left: -41.66667%; }

  .l-alpha {
    padding-left: 0; }

  .l-omega {
    padding-right: 0; }

  .l-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .l-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .l-no-push,
  .l-no-pull {
    margin-left: 0; }

  .l-col-6 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%; }

  .l-push-6 {
    margin-left: 50%; }

  .l-pull-6 {
    margin-left: -50%; }

  .l-alpha {
    padding-left: 0; }

  .l-omega {
    padding-right: 0; }

  .l-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .l-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .l-no-push,
  .l-no-pull {
    margin-left: 0; }

  .l-col-7 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 58.33333%; }

  .l-push-7 {
    margin-left: 58.33333%; }

  .l-pull-7 {
    margin-left: -58.33333%; }

  .l-alpha {
    padding-left: 0; }

  .l-omega {
    padding-right: 0; }

  .l-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .l-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .l-no-push,
  .l-no-pull {
    margin-left: 0; }

  .l-col-8 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66667%; }

  .l-push-8 {
    margin-left: 66.66667%; }

  .l-pull-8 {
    margin-left: -66.66667%; }

  .l-alpha {
    padding-left: 0; }

  .l-omega {
    padding-right: 0; }

  .l-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .l-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .l-no-push,
  .l-no-pull {
    margin-left: 0; }

  .l-col-9 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%; }

  .l-push-9 {
    margin-left: 75%; }

  .l-pull-9 {
    margin-left: -75%; }

  .l-alpha {
    padding-left: 0; }

  .l-omega {
    padding-right: 0; }

  .l-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .l-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .l-no-push,
  .l-no-pull {
    margin-left: 0; }

  .l-col-10 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 83.33333%; }

  .l-push-10 {
    margin-left: 83.33333%; }

  .l-pull-10 {
    margin-left: -83.33333%; }

  .l-alpha {
    padding-left: 0; }

  .l-omega {
    padding-right: 0; }

  .l-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .l-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .l-no-push,
  .l-no-pull {
    margin-left: 0; }

  .l-col-11 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 91.66667%; }

  .l-push-11 {
    margin-left: 91.66667%; }

  .l-pull-11 {
    margin-left: -91.66667%; }

  .l-alpha {
    padding-left: 0; }

  .l-omega {
    padding-right: 0; }

  .l-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .l-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .l-no-push,
  .l-no-pull {
    margin-left: 0; }

  .l-col-12 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }

  .l-push-12 {
    margin-left: 100%; }

  .l-pull-12 {
    margin-left: -100%; }

  .l-alpha {
    padding-left: 0; }

  .l-omega {
    padding-right: 0; }

  .l-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .l-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .l-no-push,
  .l-no-pull {
    margin-left: 0; } }
@media screen and (max-width: 800px) {
  .m-col-1 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 8.33333%; }

  .m-push-1 {
    margin-left: 8.33333%; }

  .m-pull-1 {
    margin-left: -8.33333%; }

  .m-alpha {
    padding-left: 0; }

  .m-omega {
    padding-right: 0; }

  .m-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .m-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .m-no-push,
  .m-no-pull {
    margin-left: 0; }

  .m-col-2 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 16.66667%; }

  .m-push-2 {
    margin-left: 16.66667%; }

  .m-pull-2 {
    margin-left: -16.66667%; }

  .m-alpha {
    padding-left: 0; }

  .m-omega {
    padding-right: 0; }

  .m-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .m-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .m-no-push,
  .m-no-pull {
    margin-left: 0; }

  .m-col-3 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%; }

  .m-push-3 {
    margin-left: 25%; }

  .m-pull-3 {
    margin-left: -25%; }

  .m-alpha {
    padding-left: 0; }

  .m-omega {
    padding-right: 0; }

  .m-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .m-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .m-no-push,
  .m-no-pull {
    margin-left: 0; }

  .m-col-4 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%; }

  .m-push-4 {
    margin-left: 33.33333%; }

  .m-pull-4 {
    margin-left: -33.33333%; }

  .m-alpha {
    padding-left: 0; }

  .m-omega {
    padding-right: 0; }

  .m-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .m-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .m-no-push,
  .m-no-pull {
    margin-left: 0; }

  .m-col-5 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66667%; }

  .m-push-5 {
    margin-left: 41.66667%; }

  .m-pull-5 {
    margin-left: -41.66667%; }

  .m-alpha {
    padding-left: 0; }

  .m-omega {
    padding-right: 0; }

  .m-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .m-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .m-no-push,
  .m-no-pull {
    margin-left: 0; }

  .m-col-6 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%; }

  .m-push-6 {
    margin-left: 50%; }

  .m-pull-6 {
    margin-left: -50%; }

  .m-alpha {
    padding-left: 0; }

  .m-omega {
    padding-right: 0; }

  .m-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .m-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .m-no-push,
  .m-no-pull {
    margin-left: 0; }

  .m-col-7 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 58.33333%; }

  .m-push-7 {
    margin-left: 58.33333%; }

  .m-pull-7 {
    margin-left: -58.33333%; }

  .m-alpha {
    padding-left: 0; }

  .m-omega {
    padding-right: 0; }

  .m-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .m-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .m-no-push,
  .m-no-pull {
    margin-left: 0; }

  .m-col-8 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66667%; }

  .m-push-8 {
    margin-left: 66.66667%; }

  .m-pull-8 {
    margin-left: -66.66667%; }

  .m-alpha {
    padding-left: 0; }

  .m-omega {
    padding-right: 0; }

  .m-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .m-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .m-no-push,
  .m-no-pull {
    margin-left: 0; }

  .m-col-9 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%; }

  .m-push-9 {
    margin-left: 75%; }

  .m-pull-9 {
    margin-left: -75%; }

  .m-alpha {
    padding-left: 0; }

  .m-omega {
    padding-right: 0; }

  .m-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .m-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .m-no-push,
  .m-no-pull {
    margin-left: 0; }

  .m-col-10 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 83.33333%; }

  .m-push-10 {
    margin-left: 83.33333%; }

  .m-pull-10 {
    margin-left: -83.33333%; }

  .m-alpha {
    padding-left: 0; }

  .m-omega {
    padding-right: 0; }

  .m-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .m-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .m-no-push,
  .m-no-pull {
    margin-left: 0; }

  .m-col-11 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 91.66667%; }

  .m-push-11 {
    margin-left: 91.66667%; }

  .m-pull-11 {
    margin-left: -91.66667%; }

  .m-alpha {
    padding-left: 0; }

  .m-omega {
    padding-right: 0; }

  .m-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .m-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .m-no-push,
  .m-no-pull {
    margin-left: 0; }

  .m-col-12 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }

  .m-push-12 {
    margin-left: 100%; }

  .m-pull-12 {
    margin-left: -100%; }

  .m-alpha {
    padding-left: 0; }

  .m-omega {
    padding-right: 0; }

  .m-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .m-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .m-no-push,
  .m-no-pull {
    margin-left: 0; } }
@media screen and (max-width: 640px) {
  .s-col-1 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 8.33333%; }

  .s-push-1 {
    margin-left: 8.33333%; }

  .s-pull-1 {
    margin-left: -8.33333%; }

  .s-alpha {
    padding-left: 0; }

  .s-omega {
    padding-right: 0; }

  .s-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .s-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .s-no-push,
  .s-no-pull {
    margin-left: 0; }

  .s-col-2 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 16.66667%; }

  .s-push-2 {
    margin-left: 16.66667%; }

  .s-pull-2 {
    margin-left: -16.66667%; }

  .s-alpha {
    padding-left: 0; }

  .s-omega {
    padding-right: 0; }

  .s-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .s-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .s-no-push,
  .s-no-pull {
    margin-left: 0; }

  .s-col-3 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%; }

  .s-push-3 {
    margin-left: 25%; }

  .s-pull-3 {
    margin-left: -25%; }

  .s-alpha {
    padding-left: 0; }

  .s-omega {
    padding-right: 0; }

  .s-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .s-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .s-no-push,
  .s-no-pull {
    margin-left: 0; }

  .s-col-4 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%; }

  .s-push-4 {
    margin-left: 33.33333%; }

  .s-pull-4 {
    margin-left: -33.33333%; }

  .s-alpha {
    padding-left: 0; }

  .s-omega {
    padding-right: 0; }

  .s-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .s-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .s-no-push,
  .s-no-pull {
    margin-left: 0; }

  .s-col-5 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66667%; }

  .s-push-5 {
    margin-left: 41.66667%; }

  .s-pull-5 {
    margin-left: -41.66667%; }

  .s-alpha {
    padding-left: 0; }

  .s-omega {
    padding-right: 0; }

  .s-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .s-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .s-no-push,
  .s-no-pull {
    margin-left: 0; }

  .s-col-6 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%; }

  .s-push-6 {
    margin-left: 50%; }

  .s-pull-6 {
    margin-left: -50%; }

  .s-alpha {
    padding-left: 0; }

  .s-omega {
    padding-right: 0; }

  .s-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .s-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .s-no-push,
  .s-no-pull {
    margin-left: 0; }

  .s-col-7 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 58.33333%; }

  .s-push-7 {
    margin-left: 58.33333%; }

  .s-pull-7 {
    margin-left: -58.33333%; }

  .s-alpha {
    padding-left: 0; }

  .s-omega {
    padding-right: 0; }

  .s-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .s-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .s-no-push,
  .s-no-pull {
    margin-left: 0; }

  .s-col-8 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66667%; }

  .s-push-8 {
    margin-left: 66.66667%; }

  .s-pull-8 {
    margin-left: -66.66667%; }

  .s-alpha {
    padding-left: 0; }

  .s-omega {
    padding-right: 0; }

  .s-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .s-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .s-no-push,
  .s-no-pull {
    margin-left: 0; }

  .s-col-9 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%; }

  .s-push-9 {
    margin-left: 75%; }

  .s-pull-9 {
    margin-left: -75%; }

  .s-alpha {
    padding-left: 0; }

  .s-omega {
    padding-right: 0; }

  .s-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .s-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .s-no-push,
  .s-no-pull {
    margin-left: 0; }

  .s-col-10 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 83.33333%; }

  .s-push-10 {
    margin-left: 83.33333%; }

  .s-pull-10 {
    margin-left: -83.33333%; }

  .s-alpha {
    padding-left: 0; }

  .s-omega {
    padding-right: 0; }

  .s-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .s-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .s-no-push,
  .s-no-pull {
    margin-left: 0; }

  .s-col-11 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 91.66667%; }

  .s-push-11 {
    margin-left: 91.66667%; }

  .s-pull-11 {
    margin-left: -91.66667%; }

  .s-alpha {
    padding-left: 0; }

  .s-omega {
    padding-right: 0; }

  .s-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .s-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .s-no-push,
  .s-no-pull {
    margin-left: 0; }

  .s-col-12 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }

  .s-push-12 {
    margin-left: 100%; }

  .s-pull-12 {
    margin-left: -100%; }

  .s-alpha {
    padding-left: 0; }

  .s-omega {
    padding-right: 0; }

  .s-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .s-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .s-no-push,
  .s-no-pull {
    margin-left: 0; } }
@media screen and (max-width: 480px) {
  .xs-col-1 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 8.33333%; }

  .xs-push-1 {
    margin-left: 8.33333%; }

  .xs-pull-1 {
    margin-left: -8.33333%; }

  .xs-alpha {
    padding-left: 0; }

  .xs-omega {
    padding-right: 0; }

  .xs-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xs-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xs-no-push,
  .xs-no-pull {
    margin-left: 0; }

  .xs-col-2 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 16.66667%; }

  .xs-push-2 {
    margin-left: 16.66667%; }

  .xs-pull-2 {
    margin-left: -16.66667%; }

  .xs-alpha {
    padding-left: 0; }

  .xs-omega {
    padding-right: 0; }

  .xs-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xs-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xs-no-push,
  .xs-no-pull {
    margin-left: 0; }

  .xs-col-3 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%; }

  .xs-push-3 {
    margin-left: 25%; }

  .xs-pull-3 {
    margin-left: -25%; }

  .xs-alpha {
    padding-left: 0; }

  .xs-omega {
    padding-right: 0; }

  .xs-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xs-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xs-no-push,
  .xs-no-pull {
    margin-left: 0; }

  .xs-col-4 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%; }

  .xs-push-4 {
    margin-left: 33.33333%; }

  .xs-pull-4 {
    margin-left: -33.33333%; }

  .xs-alpha {
    padding-left: 0; }

  .xs-omega {
    padding-right: 0; }

  .xs-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xs-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xs-no-push,
  .xs-no-pull {
    margin-left: 0; }

  .xs-col-5 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66667%; }

  .xs-push-5 {
    margin-left: 41.66667%; }

  .xs-pull-5 {
    margin-left: -41.66667%; }

  .xs-alpha {
    padding-left: 0; }

  .xs-omega {
    padding-right: 0; }

  .xs-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xs-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xs-no-push,
  .xs-no-pull {
    margin-left: 0; }

  .xs-col-6 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%; }

  .xs-push-6 {
    margin-left: 50%; }

  .xs-pull-6 {
    margin-left: -50%; }

  .xs-alpha {
    padding-left: 0; }

  .xs-omega {
    padding-right: 0; }

  .xs-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xs-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xs-no-push,
  .xs-no-pull {
    margin-left: 0; }

  .xs-col-7 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 58.33333%; }

  .xs-push-7 {
    margin-left: 58.33333%; }

  .xs-pull-7 {
    margin-left: -58.33333%; }

  .xs-alpha {
    padding-left: 0; }

  .xs-omega {
    padding-right: 0; }

  .xs-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xs-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xs-no-push,
  .xs-no-pull {
    margin-left: 0; }

  .xs-col-8 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66667%; }

  .xs-push-8 {
    margin-left: 66.66667%; }

  .xs-pull-8 {
    margin-left: -66.66667%; }

  .xs-alpha {
    padding-left: 0; }

  .xs-omega {
    padding-right: 0; }

  .xs-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xs-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xs-no-push,
  .xs-no-pull {
    margin-left: 0; }

  .xs-col-9 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%; }

  .xs-push-9 {
    margin-left: 75%; }

  .xs-pull-9 {
    margin-left: -75%; }

  .xs-alpha {
    padding-left: 0; }

  .xs-omega {
    padding-right: 0; }

  .xs-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xs-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xs-no-push,
  .xs-no-pull {
    margin-left: 0; }

  .xs-col-10 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 83.33333%; }

  .xs-push-10 {
    margin-left: 83.33333%; }

  .xs-pull-10 {
    margin-left: -83.33333%; }

  .xs-alpha {
    padding-left: 0; }

  .xs-omega {
    padding-right: 0; }

  .xs-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xs-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xs-no-push,
  .xs-no-pull {
    margin-left: 0; }

  .xs-col-11 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 91.66667%; }

  .xs-push-11 {
    margin-left: 91.66667%; }

  .xs-pull-11 {
    margin-left: -91.66667%; }

  .xs-alpha {
    padding-left: 0; }

  .xs-omega {
    padding-right: 0; }

  .xs-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xs-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xs-no-push,
  .xs-no-pull {
    margin-left: 0; }

  .xs-col-12 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }

  .xs-push-12 {
    margin-left: 100%; }

  .xs-pull-12 {
    margin-left: -100%; }

  .xs-alpha {
    padding-left: 0; }

  .xs-omega {
    padding-right: 0; }

  .xs-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xs-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xs-no-push,
  .xs-no-pull {
    margin-left: 0; } }
@media screen and (max-width: 320px) {
  .xxs-col-1 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 8.33333%; }

  .xxs-push-1 {
    margin-left: 8.33333%; }

  .xxs-pull-1 {
    margin-left: -8.33333%; }

  .xxs-alpha {
    padding-left: 0; }

  .xxs-omega {
    padding-right: 0; }

  .xxs-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xxs-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xxs-no-push,
  .xxs-no-pull {
    margin-left: 0; }

  .xxs-col-2 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 16.66667%; }

  .xxs-push-2 {
    margin-left: 16.66667%; }

  .xxs-pull-2 {
    margin-left: -16.66667%; }

  .xxs-alpha {
    padding-left: 0; }

  .xxs-omega {
    padding-right: 0; }

  .xxs-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xxs-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xxs-no-push,
  .xxs-no-pull {
    margin-left: 0; }

  .xxs-col-3 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%; }

  .xxs-push-3 {
    margin-left: 25%; }

  .xxs-pull-3 {
    margin-left: -25%; }

  .xxs-alpha {
    padding-left: 0; }

  .xxs-omega {
    padding-right: 0; }

  .xxs-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xxs-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xxs-no-push,
  .xxs-no-pull {
    margin-left: 0; }

  .xxs-col-4 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 33.33333%; }

  .xxs-push-4 {
    margin-left: 33.33333%; }

  .xxs-pull-4 {
    margin-left: -33.33333%; }

  .xxs-alpha {
    padding-left: 0; }

  .xxs-omega {
    padding-right: 0; }

  .xxs-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xxs-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xxs-no-push,
  .xxs-no-pull {
    margin-left: 0; }

  .xxs-col-5 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 41.66667%; }

  .xxs-push-5 {
    margin-left: 41.66667%; }

  .xxs-pull-5 {
    margin-left: -41.66667%; }

  .xxs-alpha {
    padding-left: 0; }

  .xxs-omega {
    padding-right: 0; }

  .xxs-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xxs-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xxs-no-push,
  .xxs-no-pull {
    margin-left: 0; }

  .xxs-col-6 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 50%; }

  .xxs-push-6 {
    margin-left: 50%; }

  .xxs-pull-6 {
    margin-left: -50%; }

  .xxs-alpha {
    padding-left: 0; }

  .xxs-omega {
    padding-right: 0; }

  .xxs-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xxs-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xxs-no-push,
  .xxs-no-pull {
    margin-left: 0; }

  .xxs-col-7 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 58.33333%; }

  .xxs-push-7 {
    margin-left: 58.33333%; }

  .xxs-pull-7 {
    margin-left: -58.33333%; }

  .xxs-alpha {
    padding-left: 0; }

  .xxs-omega {
    padding-right: 0; }

  .xxs-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xxs-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xxs-no-push,
  .xxs-no-pull {
    margin-left: 0; }

  .xxs-col-8 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 66.66667%; }

  .xxs-push-8 {
    margin-left: 66.66667%; }

  .xxs-pull-8 {
    margin-left: -66.66667%; }

  .xxs-alpha {
    padding-left: 0; }

  .xxs-omega {
    padding-right: 0; }

  .xxs-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xxs-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xxs-no-push,
  .xxs-no-pull {
    margin-left: 0; }

  .xxs-col-9 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 75%; }

  .xxs-push-9 {
    margin-left: 75%; }

  .xxs-pull-9 {
    margin-left: -75%; }

  .xxs-alpha {
    padding-left: 0; }

  .xxs-omega {
    padding-right: 0; }

  .xxs-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xxs-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xxs-no-push,
  .xxs-no-pull {
    margin-left: 0; }

  .xxs-col-10 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 83.33333%; }

  .xxs-push-10 {
    margin-left: 83.33333%; }

  .xxs-pull-10 {
    margin-left: -83.33333%; }

  .xxs-alpha {
    padding-left: 0; }

  .xxs-omega {
    padding-right: 0; }

  .xxs-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xxs-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xxs-no-push,
  .xxs-no-pull {
    margin-left: 0; }

  .xxs-col-11 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 91.66667%; }

  .xxs-push-11 {
    margin-left: 91.66667%; }

  .xxs-pull-11 {
    margin-left: -91.66667%; }

  .xxs-alpha {
    padding-left: 0; }

  .xxs-omega {
    padding-right: 0; }

  .xxs-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xxs-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xxs-no-push,
  .xxs-no-pull {
    margin-left: 0; }

  .xxs-col-12 {
    display: block;
    float: left;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }

  .xxs-push-12 {
    margin-left: 100%; }

  .xxs-pull-12 {
    margin-left: -100%; }

  .xxs-alpha {
    padding-left: 0; }

  .xxs-omega {
    padding-right: 0; }

  .xxs-no-pad {
    padding-left: 0;
    padding-right: 0; }

  .xxs-pad {
    padding-left: 15px;
    padding-right: 15px; }

  .xxs-no-push,
  .xxs-no-pull {
    margin-left: 0; } }
.pad {
  padding-left: 15px;
  padding-right: 15px; }

.no-pad {
  padding-left: 0;
  padding-right: 0; }

.alpha {
  padding-left: 0; }

.omega {
  padding-right: 0; }

@font-face {
  font-family: 'b-on';
  src: url("assets/fonts/icomoon/b-on.eot?-2vrtd");
  src: url("assets/fonts/icomoon/b-on.eot?#iefix-2vrtd") format("embedded-opentype"), url("assets/fonts/icomoon/b-on.woff?-2vrtd") format("woff"), url("assets/fonts/icomoon/b-on.ttf?-2vrtd") format("truetype"), url("assets/fonts/icomoon/b-on.svg?-2vrtd#b-on") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'b-on';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-size-s {
  font-size: 16px; }

.icon-size-m {
  font-size: 20px; }

.icon-size-l {
  font-size: 24px; }

.icon-size-xl {
  font-size: 32px; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope-o:before {
  content: "\f003"; }

.icon-check:before {
  content: "\f00c"; }

.icon-close:before {
  content: "\f00d"; }

.icon-download:before {
  content: "\f019"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-facebook-square:before {
  content: "\f082"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-chain:before {
  content: "\f0c1"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-file-pdf-o:before {
  content: "\f1c1"; }

.icon-file-word-o:before {
  content: "\f1c2"; }

.icon-file-excel-o:before {
  content: "\f1c3"; }

.icon-file-powerpoint-o:before {
  content: "\f1c4"; }

.icon-file-image-o:before {
  content: "\f1c5"; }

.icon-file-archive-o:before {
  content: "\f1c6"; }

.icon-file-audio-o:before {
  content: "\f1c7"; }

.icon-file-movie-o:before {
  content: "\f1c8"; }

.icon-file-code-o:before {
  content: "\f1c9"; }

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

html {
  font-size: 1em;
  line-height: 1.4; }

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle; }

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative; }

a {
  color: #6b173b;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

img {
  max-width: 100%;
  height: auto !important; }

.background-medium {
  background: url(assets/images/bg-medium-cropped.png) center repeat-y #e9e9e9; }

.background-light {
  background: url(assets/images/bg-light-cropped.png) center repeat-y #efefef; }

.background-red {
  background: url(assets/images/bg-red-cropped.png) center repeat-y #edd7de; }

.pagination {
  margin: 0 0 25px 0;
  padding: 25px 0;
  list-style-type: none;
  text-align: center; }
  .pagination li {
    display: inline-block;
    font-weight: 700;
    font-size: 16px; }
    .pagination li a {
      color: #b4bbc2; }
      .pagination li a.previous, .pagination li a.next {
        color: #6b173b; }
        .pagination li a.previous:hover, .pagination li a.next:hover {
          color: #df0047; }
      .pagination li a.previous i {
        margin-right: 5px; }
      .pagination li a.next i {
        margin-left: 5px; }
      .pagination li a i {
        display: inline-block;
        position: relative;
        bottom: -1px; }
    .pagination li span.current {
      color: #df0047; }
    .pagination li a, .pagination li span {
      display: block;
      padding: 5px 7px; }

.list {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .list.vertical:after {
    content: "";
    display: table;
    clear: both; }
  .list.vertical figure {
    max-height: 140px;
    overflow: hidden; }
  .list.vertical .item-category {
    padding-top: 8px;
    font-size: 12px; }
  .list.vertical .item-title {
    font-size: 16px; }
  .list .item {
    display: block;
    margin-bottom: 15px; }
    .list .item:after {
      content: "";
      display: table;
      clear: both; }
  .list .item-cover figure {
    margin: 0;
    padding: 0; }
    .list .item-cover figure img {
      display: block; }
  .list .item-category {
    font-size: 11px;
    text-transform: uppercase;
    color: #b4bbc2; }
    .list .item-category a {
      color: gray; }
      .list .item-category a:hover {
        color: #363636; }
  .list .item-title {
    font-size: 13px;
    margin-top: 0;
    padding-top: 0; }
    .list .item-title a {
      color: #363636; }
      .list .item-title a:hover {
        color: #df0047; }

.social-media {
  list-style-type: none; }
  .main-header .social-media {
    width: 30%;
    float: left;
    margin-top: 50px;
    padding-left: 20px; }
    @media screen and (max-width: 800px) {
      .main-header .social-media {
        display: none; } }
    @media screen and (max-width: 1000px) {
      .main-header .social-media li {
        font-size: 18px; } }
  .social-media li {
    display: inline-block;
    font-size: 24px; }
    .social-media li.social-media-fb a:hover {
      color: #3B5998; }
    .social-media li.social-media-tw a:hover {
      color: #55ACEE; }
    .social-media li.social-media-yt a:hover {
      color: #FF3333; }
  .social-media a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 4px;
    color: #b4bbc2; }
    .social-media a:hover {
      text-decoration: none; }
  .social-media span {
    display: none; }

.wrapper {
  max-width: 1100px;
  margin: 0 auto; }

.header-stripe {
  background-color: #df0047;
  background-image: -webkit-linear-gradient(left, #df0047, #6b173b);
  background-image: linear-gradient(to right,#df0047, #6b173b);
  z-index: 1;
  min-height: 8px;
  padding-left: 10px; }
  .header-stripe:after {
    content: "";
    display: table;
    clear: both; }
  .header-stripe ul.lang-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    .header-stripe ul.lang-list li {
      display: inline-block;
      font-size: 13px;
      line-height: 28px;
      vertical-align: middle; }
      .header-stripe ul.lang-list li:before {
        content: "/";
        display: inline-block;
        padding-right: 4px;
        vertical-align: middle; }
      .header-stripe ul.lang-list li a {
        color: #6b173b;
        display: inline-block;
        padding: 0 4px 0 0;
        font-weight: 700;
        text-transform: uppercase;
        vertical-align: middle; }
      .header-stripe ul.lang-list li.active a {
        color: white; }
      .header-stripe ul.lang-list li:first-child:before {
        display: none; }

.session-content {
  font-size: 13px;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  color: white; }
  .session-content ul {
    text-align: right; }
    .session-content ul > li {
      text-align: center;
      display: inline-block;
      min-width: 180px;
      position: relative;
      font-size: 13px;
      font-weight: bold;
      line-height: 28px;
      background: transparent; }
      .session-content ul > li:hover {
        background: #62213a; }
        .session-content ul > li:hover ul {
          display: block; }
      .session-content ul > li a {
        display: block;
        color: white; }
        .session-content ul > li a:hover {
          text-decoration: none; }
      .session-content ul > li ul {
        display: none;
        background: white;
        text-align: left;
        border-top: none;
        z-index: 101;
        text-align: left;
        position: absolute;
        top: 28px;
        left: 0;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        padding-top: 10px; }
        .session-content ul > li ul:before {
          content: "";
          display: block;
          position: absolute;
          top: -28px;
          left: 0;
          height: 1px;
          width: 1px;
          border: solid 14px transparent;
          border-left-color: white;
          border-bottom-color: white; }
        .session-content ul > li ul li {
          display: block;
          border-top: solid 1px #d7d7d7;
          padding-left: 0;
          padding-right: 0;
          text-align: left;
          line-height: 16px; }
          .session-content ul > li ul li:first-child {
            border-top: none; }
          .session-content ul > li ul li:last-child {
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
            overflow: hidden; }
          .session-content ul > li ul li a {
            line-height: 16px;
            display: block;
            padding-top: 10px;
            padding-bottom: 10px;
            padding-left: 10px;
            padding-right: 10px;
            color: #363636; }
            .session-content ul > li ul li a:hover {
              background: #df0047;
              color: white;
              text-decoration: none; }

.main-header-top {
  padding-top: 20px;
  padding-bottom: 20px;
  background: url(assets/images/diagonal-pattern.png) repeat transparent;
  z-index: 1; }

.header-search {
  display: inline-block;
  margin-top: 50px;
  float: left;
  width: 70%; }
  @media screen and (max-width: 800px) {
    .header-search {
      display: block;
      float: none;
      width: 100%;
      margin-top: 22px; } }
  .header-search form {
    display: block;
    height: 40px;
    background: 40px;
    background: white;
    width: 100%;
    padding-right: 40px;
    position: relative; }
  .header-search input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    border: none;
    border-radius: 5px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    text-align: right;
    padding: 0 7px;
    background: transparent; }
  .header-search input[type="submit"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    font-family: 'b-on';
    color: #df0047;
    font-size: 24px;
    border: none;
    height: 40px;
    width: 40px;
    background: transparent;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px; }
    .header-search input[type="submit"]:hover, .header-search input[type="submit"]:focus {
      background: #df0047;
      color: white; }

.main-nav-container {
  background: #df0047;
  height: 58px; }
  @media screen and (max-width: 800px) {
    .main-nav-container {
      padding-top: 58px; } }

.main-header-bottom {
  position: relative;
  height: 58px; }
  .main-header-bottom:after {
    content: "";
    display: table;
    clear: both; }

@media screen and (max-width: 800px) {
  .main-nav {
    display: none;
    border-top: solid 1px white; } }

.menu {
  list-style-type: none;
  padding: 0;
  position: relative;
  z-index: 100; }
  .menu:after {
    content: "";
    display: table;
    clear: both; }
  .menu > li {
    display: block;
    float: left;
    width: 14.28571%;
    position: relative;
    background: #df0047; }
    .menu > li:after {
      content: "";
      display: table;
      clear: both; }
    .menu > li:hover {
      background: #b82150; }
    .menu > li.has-sub-menu:hover {
      background: #b82150; }
      .menu > li.has-sub-menu:hover > a {
        color: #d7d7d7;
        text-decoration: none; }
      .menu > li.has-sub-menu:hover:before {
        display: block;
        position: absolute;
        content: "";
        width: 1px;
        height: 1px;
        border: 15px solid transparent;
        border-left-color: white;
        border-bottom-color: white;
        left: 0;
        top: 28px; }
      .menu > li.has-sub-menu:hover .sub-menu {
        display: block; }
    @media screen and (max-width: 800px) {
      .menu > li {
        float: none;
        display: block;
        width: 100%;
        border-bottom: solid 1px white; }
        .menu > li.has-sub-menu:hover .sub-menu {
          display: block; }
        .menu > li.has-sub-menu > a {
          position: relative;
          display: block; }
          .menu > li.has-sub-menu > a:after {
            content: "\f107";
            display: block;
            position: absolute;
            font-family: 'b-on';
            color: white;
            top: 0;
            right: 0;
            bottom: 0;
            width: 40px;
            line-height: 58px;
            font-size: 24px; }
        .menu > li.has-sub-menu.open > a:after {
          content: "\f106"; }
        .menu > li.has-sub-menu.open .sub-menu {
          display: block;
          position: relative; }
        .menu > li.has-sub-menu:hover .sub-menu {
          display: none; }
        .menu > li.has-sub-menu:hover:before {
          display: none; }
        .menu > li.has-sub-menu.open:hover .sub-menu {
          display: block; } }
    .menu > li a {
      padding: 0;
      display: block;
      line-height: 58px;
      color: white;
      font-size: 14px;
      font-family: 'Roboto', sans-serif;
      font-weight: 700;
      font-style: normal;
      text-align: center;
      white-space: nowrap; }
      .menu > li a:hover {
        color: #d7d7d7;
        text-decoration: none; }
  .menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    list-style-type: none;
    z-index: 100;
    width: 100%;
    min-width: 240px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding-top: 10px;
    background: white;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    @media screen and (max-width: 800px) {
      .menu .sub-menu {
        position: relative;
        padding-bottom: 0;
        padding-top: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0; } }
    .menu .sub-menu li {
      display: block; }
      .menu .sub-menu li a {
        font-size: 14px;
        padding: 8px 12px;
        display: block;
        line-height: 1.4em;
        text-align: left;
        color: #363636; }
        .menu .sub-menu li a:hover {
          background: #df0047;
          color: white;
          text-decoration: none; }
      .menu .sub-menu li:last-child a:hover {
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px; }

a.hamburger-icon {
  display: none;
  position: absolute;
  height: 58px;
  width: 58px;
  background: #df0047;
  text-decoration: none;
  text-align: center;
  font-size: 28px;
  color: white;
  top: 0;
  right: 0;
  line-height: 0.85em;
  padding-top: 10px;
  -webkit-font-smoothing: antialiased;
  overflow: hidden; }
  a.hamburger-icon .burger-label {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1.75em;
    font-weight: 700; }
  a.hamburger-icon .close {
    display: none; }
  a.hamburger-icon:hover {
    text-decoration: none;
    color: #df0047;
    background: white; }
  @media screen and (max-width: 800px) {
    a.hamburger-icon {
      display: block; } }
  a.hamburger-icon.open {
    background: white; }
    a.hamburger-icon.open .burger-icon,
    a.hamburger-icon.open .burger-label {
      display: none; }
    a.hamburger-icon.open .close {
      display: block;
      position: absolute;
      top: 5px;
      right: 0;
      bottom: 0;
      left: 0;
      line-height: 50px;
      font-size: 32px;
      color: #df0047; }
    a.hamburger-icon.open:after {
      display: none;
      position: absolute;
      content: "";
      height: 1px;
      width: 1px;
      bottom: -10px;
      border: 10px solid transparent;
      border-top-color: green; }

.hero-body {
  text-align: center;
  color: white;
  padding: 100px 20px 120px 20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1; }
  .hero-body h2 {
    font-size: 45px;
    font-weight: 200;
    line-height: 1.15em;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 640px) {
      .hero-body h2 {
        font-size: 36px; } }
    @media screen and (max-width: 480px) {
      .hero-body h2 {
        font-size: 28px; } }
  .hero-body p {
    margin: 0;
    padding: 0;
    font-size: 15px; }

.hero-search {
  width: 100%;
  max-width: 560px;
  margin: 15px auto 0 auto;
  padding-right: 50px;
  position: relative;
  height: 48px; }
  @media screen and (max-width: 640px) {
    .hero-search {
      height: 40px; } }
  .hero-search input[type="search"] {
    width: 100%;
    height: 48px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: white;
    border-radius: 4px;
    border: solid 2px #d7d7d7;
    -webkit-appearance: none;
    padding: 0 8px;
    outline: none; }
    .hero-search input[type="search"]:focus {
      border-color: #00a1dc; }
    @media screen and (max-width: 640px) {
      .hero-search input[type="search"] {
        height: 40px; } }
  .hero-search input[type="submit"] {
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 48px;
    width: 48px;
    color: white;
    padding: 0;
    border-radius: 4px;
    -webkit-appearance: none;
    background: url(assets/images/hero-search-submit.png) #0083b3 center no-repeat;
    text-indent: -9999px; }
    @media screen and (max-width: 640px) {
      .hero-search input[type="submit"] {
        height: 40px;
        line-height: 40px;
        font-size: 20px; } }
    .hero-search input[type="submit"]:hover {
      cursor: pointer;
      background: url(assets/images/hero-search-submit.png) #00a1dc center no-repeat; }

.hero-search-service {
  font-size: 12px;
  text-align: right;
  max-width: 560px;
  margin: 0 auto;
  padding-top: 3px; }
  .hero-search-service a {
    color: white;
    text-decoration: underline; }
    .hero-search-service a:hover {
      text-decoration: underline; }

.entity-select {
  background: white;
  position: relative;
  padding-bottom: 35px;
  margin-top: -45px;
  margin-bottom: 35px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
  z-index: 1; }
  .entity-select:after {
    content: "";
    display: block;
    position: absolute;
    height: 7px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #f4ada1;
    background-image: -webkit-linear-gradient(left, #f4ada1, #ee4428);
    background-image: linear-gradient(to right,#f4ada1, #ee4428); }
  .entity-select h2 {
    background-image: url(assets/images/diagonal-pattern.png);
    background-repeat: repeat;
    background-color: #ee4428;
    padding: 20px 40px 45px 40px;
    position: relative;
    color: white;
    text-transform: uppercase;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0; }
    .entity-select h2:after {
      content: "";
      display: block;
      position: absolute;
      border-top: solid 0 transparent;
      border-bottom: solid 25px white;
      border-right: none;
      border-left: solid 25px transparent;
      width: 100%;
      height: 1px;
      left: 0;
      bottom: 0; }
  .entity-select .entity-select-body {
    padding: 0 25px; }
    .entity-select .entity-select-body p {
      margin-top: 0;
      padding-top: 0;
      font-size: 16px;
      font-weight: 700;
      line-height: 1.5em; }

.e-learning {
  position: relative;
  z-index: 2; }
  .e-learning h2 {
    padding: 35px 25px 15px 25px;
    position: relative;
    color: #df0047;
    text-transform: uppercase;
    margin: 0; }

.e-learning-cover {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }
  .e-learning-cover img {
    display: block;
    width: 100%;
    height: auto; }
  .e-learning-cover:after {
    content: "";
    display: block;
    position: absolute;
    border-top: solid 0 transparent;
    border-bottom: solid 25px white;
    border-left: none;
    border-right: solid 25px transparent;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 0; }

.e-learning-body {
  background: white;
  padding: 0 25px 10px 25px; }
  .e-learning-body p {
    font-size: 15px;
    margin-top: 0;
    padding: 0; }

.highlights-column {
  background: white;
  position: relative;
  margin-top: 30px;
  padding-bottom: 25px;
  margin-bottom: -40px;
  z-index: 2; }
  .highlights-column:after {
    content: "";
    display: block;
    position: absolute;
    height: 7px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: #c6ecf4;
    background-image: -webkit-linear-gradient(left, #c6ecf4, #22b5d3);
    background-image: linear-gradient(to right,#c6ecf4, #22b5d3); }
  .highlights-column h2 {
    background-image: url(assets/images/diagonal-pattern.png);
    background-repeat: repeat;
    background-color: #22b5d3;
    padding: 20px 40px 40px 40px;
    position: relative;
    color: white;
    text-transform: uppercase;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 0; }
    .highlights-column h2:after {
      content: "";
      display: block;
      position: absolute;
      border-top: solid 0 transparent;
      border-bottom: solid 25px white;
      border-left: none;
      border-right: solid 25px transparent;
      width: 100%;
      height: 1px;
      left: 0;
      bottom: 0; }
  .highlights-column .highlights-list {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .highlights-column .highlights-list-item a {
    display: block;
    padding: 15px 35px;
    color: #363636; }
    .highlights-column .highlights-list-item a:hover {
      background: #ebebeb; }
      .highlights-column .highlights-list-item a:hover h3 {
        text-decoration: underline; }
    .highlights-column .highlights-list-item a h3 {
      color: #22b5d3;
      margin: 0 0 5px 0;
      padding: 0;
      text-transform: uppercase;
      line-height: 1.3em; }
  .highlights-column .highlights-list-item-pic {
    margin: 0;
    padding: 0;
    border-bottom: solid 3px #22b5d3; }
    .highlights-column .highlights-list-item-pic img {
      display: block;
      max-width: 100%;
      height: auto !important; }
  .highlights-column .highlights-list-description {
    font-size: 14px;
    color: #363636; }

.testimonials {
  color: white;
  background-color: #df0047;
  background-image: -webkit-linear-gradient(-300deg, #df0047, #6b173b);
  background-image: linear-gradient(30deg,#df0047, #6b173b);
  text-align: center;
  font-size: 24px;
  padding: 80px 50px 50px 50px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 640px) {
    .testimonials {
      padding: 80px 40px 40px 40px; } }
  @media screen and (max-width: 480px) {
    .testimonials {
      font-size: 18px; } }
  .testimonials:before {
    content: "";
    display: block;
    width: 44px;
    height: 37px;
    position: absolute;
    top: 40px;
    left: 40px;
    background: url(assets/images/quote.png) top left no-repeat transparent; }
    @media screen and (max-width: 640px) {
      .testimonials:before {
        left: 15px;
        top: 80px; } }
  .testimonials blockquote {
    padding: 0;
    margin: 0; }
  .testimonials footer.quote-author {
    text-align: right; }
    .testimonials footer.quote-author .quote-author-name {
      font-size: 15px;
      text-transform: uppercase;
      margin-bottom: 0;
      padding-bottom: 0; }
    .testimonials footer.quote-author .quote-author-job {
      font-size: 13px;
      color: rgba(255, 255, 255, 0.4);
      margin-top: 0;
      padding-top: 0; }

.entities {
  padding: 0 0 65px 0; }

.entities-body {
  border-radius: 4px;
  border-bottom-right-radius: 0;
  border: solid 2px #df0047;
  padding: 20px;
  position: relative; }
  .entities-body h2 {
    text-align: center;
    color: #6b173b;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700; }
  .entities-body:before, .entities-body:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    width: 1px; }
  .entities-body:before {
    right: -2px;
    bottom: -30px;
    border-left: solid 15px transparent;
    border-bottom: solid 15px transparent;
    border-top: solid 15px #df0047;
    border-right: solid 15px #df0047; }
  .entities-body:after {
    border-left: solid 12px transparent;
    border-bottom: solid 12px transparent;
    right: 0;
    bottom: -24px;
    border-top: solid 12px white;
    border-right: solid 12px white; }
  .entities-body .flexslider .slides {
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative; }
    .entities-body .flexslider .slides:after {
      content: "";
      display: table;
      clear: both; }
    .entities-body .flexslider .slides li {
      display: block;
      min-height: 100px;
      text-align: center; }
      .entities-body .flexslider .slides li a {
        display: inline-block; }

.actions {
  padding: 15px; }
  .actions:after {
    content: "";
    display: table;
    clear: both; }
  .actions.actions-left {
    text-align: left; }
  .actions.actions-center {
    text-align: center; }
  .actions.actions-right {
    text-align: right; }
  .actions .button {
    margin-bottom: 0; }

.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 10px;
  background: #df0047;
  color: white;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  border-radius: 4px; }
  .button:hover, .button:focus {
    cursor: pointer;
    background: #6b173b;
    text-decoration: none; }
  .button.button-blue {
    background: #22b5d3; }
    .button.button-blue:hover, .button.button-blue:focus {
      background: #1e9eb9; }
  .button.button-blue-dark {
    background: #0083b3; }
    .button.button-blue-dark:hover, .button.button-blue-dark:focus {
      background: #006d94; }

.tutorials-list-item {
  margin-left: 2.5%;
  margin-right: 2.5%;
  margin-bottom: 25px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden; }
  .tutorials-list-item ul {
    padding-left: 0px; }
  .tutorials-list-item:hover {
    background: #f3f3f3;
    text-decoration: none; }
    .tutorials-list-item:hover a figure:after {
      border-bottom: solid 27px #f3f3f3; }
    .tutorials-list-item:hover figure .more {
      opacity: 0.85;
      top: 0;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease; }
  .tutorials-list-item a figure {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-position: center;
    background-size: cover;
    background-repeat: none; }
    .tutorials-list-item a figure img {
      display: block;
      min-height: 200px;
      width: 100%; }
    .tutorials-list-item a figure .more {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease;
      opacity: 0.6;
      text-align: center;
      display: block;
      position: absolute;
      top: -20px;
      right: 0;
      bottom: 0;
      left: 0;
      background-color: #df0047;
      background-image: -webkit-linear-gradient(-300deg, #df0047, #6b173b);
      background-image: linear-gradient(30deg,#df0047, #6b173b);
      color: white;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700; }
      .tutorials-list-item a figure .more span {
        margin-top: 40% !important;
        display: inline-block;
        position: absolute;
        position: relative;
        margin-top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-top: solid 2px white;
        border-bottom: solid 2px white;
        padding: 3px; }
    .tutorials-list-item a figure:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      border: none;
      border-bottom: solid 27px #f3f3f3;
      border-right: solid 32px transparent; }
  .post .biblio {
    background: #fff;
  }
  .post .biblio ul {
    margin: -3px 0 0 0;
    padding: 0;
  }
  .post .biblio ul li {
    border-bottom: solid 1px #d7d7d7;
    margin:; 0;
    list-style-type: none;

  }
  .post .biblio ul li a {
    display: block;
      padding: 4px 5px 4px 20px;
      color: #62213a;
      font-weight: normal;
      font-size: 9pt;
  }
  .post .biblio ul li a:hover {
      background-color: #df0047;
      color: #fff;
      text-decoration: none;
  }
.post {
  color: #363636;
  font-size: 16px; }
  .post a {
    color: #df0047; }
  .post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
    text-transform: uppercase;
    line-height: 1.3em;
    color: #6b173b;
    margin: 0;
    padding-top: 1.35em;
    padding-bottom: 0.5em; }
  .post h1 {
    font-size: 32px; }
  .post h2 {
    font-size: 24px; }
  .post h3 {
    font-size: 20px; }
  .post h4 {
    font-size: 1.5; }
  .post h5 {
    font-size: 1.2em; }
  .post h6 {
    font-size: 1.1em; }
  .post ul {
    margin: 16px 0;
    padding-left: 35px; }
  .post li {
    margin: .3em 0;
    list-style-type: disc; }
  .post ol {
    margin: 16px 0; }
  .post p {
    line-height: 1.45em;
    font-size: 16px; }
  .post blockquote {
    background: white;
    color: #df0047;
    padding: 10px 25px;
    margin: 25px 0;
    border-left: solid 3px #df0047; }
    .post blockquote p {
      font-size: 16px;
      line-height: 1.35em; }
  .post .gallery .gallery-item {
    display: inline-block;
    float: none;
    margin: 0;
    width: auto; }
    .post .gallery .gallery-item .gallery-icon a img.attachment-thumbnail {
      border: none;
      margin: .3em; }
  .post figure {
    padding: 0 0 20px 0;
    margin: 0;
    font-size: 12px; }
    .post figure p {
      padding: 0;
      margin: 0;
      font-size: 14px; }

.post-header {
  padding-top: 35px;
  padding-bottom: 35px; }
  .post-header h1.post-title {
    padding-top: 30px;
    font-size: 42px;
    text-transform: none;
    line-height: 1.25em; }
    .post-header h1.post-title a {
      color: #363636; }
      .post-header h1.post-title a:hover {
        color: #df0047; }
  .post-header h2.post-kicker {
    max-width: 740px;
    margin: 0 auto;
    font-size: 18px;
    text-transform: none;
    color: #363636;
    line-height: 1.618em; }

.post-body {
  padding-bottom: 100px; }
  .post-body .tml-action-links {
    display: none; }

ul.breadcrumb {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  ul.breadcrumb li {
    display: inline-block;
    font-weight: 700; }
    ul.breadcrumb li:before {
      font-family: 'b-on';
      content: "\f105";
      display: inline-block;
      color: #d7d7d7; }
    ul.breadcrumb li:first-child:before {
      display: none; }
    ul.breadcrumb li a {
      display: inline-block;
      color: #d7d7d7;
      padding-left: 10px;
      padding-right: 10px; }
    ul.breadcrumb li:last-child a {
      color: #6b173b; }

.post-footer {
  max-width: 740px;
  margin: 0 auto;
  padding: 25px 0; }

.post-footer {
  border-top: solid 2px #b4bbc2; }

.share:after {
  content: "";
  display: table;
  clear: both; }
.share h5 {
  margin: 0;
  padding: 0;
  color: #ee4428;
  font-size: 14px;
  line-height: 32px;
  padding-right: 10px; }
.share .addthis_sharing_toolbox {
  float: left; }

.form-field {
  display: block;
  margin-bottom: 10px; }
  .form-field.inline {
    display: inline-block; }
    .form-field.inline .inline {
      width: 100px; }
  .form-field .form-field label {
    font-size: 13px;
    color: #666; }
  .form-field small {
    display: block;
    margin-top: -10px;
    line-height: 1.2em;
    color: #777; }
  .form-field .small-col {
    width: 20%;
    float: left;
    padding-right: 15px; }
    .form-field .small-col:last-child {
      padding-right: 0; }
  .form-field.required input[type="text"],
  .form-field.required input[type="email"],
  .form-field.required input[type="number"],
  .form-field.required input[type="password"] {
    padding-right: 20px;
    background: url(assets/images/input-required-bg.png) center right 8px no-repeat white; }

label {
  display: inline-block;
  color: #df0047;
  font-weight: bold; }
  label.s {
    font-size: 13px; }

input[type="checkbox"] + label,
input[type="radio"] + label {
  display: inline-block;
  color: #222;
  font-weight: normal; }

input[type="submit"],
input[type="button"] {
  display: block;
  width: 100%;
  max-width: 180px;
  background: #22b5d3;
  border-radius: 4px;
  border: none;
  -webkit-appearance: none;
  height: 48px;
  line-height: 44px;
  color: white;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-style: normal; }
  input[type="submit"]:hover,
  input[type="button"]:hover {
    background: #0083b3; }
  input[type="submit"]:disabled, input[type="submit"].disabled,
  input[type="button"]:disabled,
  input[type="button"].disabled {
    border: solid 2px #d7d7d7;
    background: none;
    color: #d7d7d7; }
  input[type="submit"].btn-neutral,
  input[type="button"].btn-neutral {
    background: #b4bbc2;
    color: #363636; }
    input[type="submit"].btn-neutral:hover,
    input[type="button"].btn-neutral:hover {
      background: #363636;
      color: white; }

.btn,
a.btn {
  display: inline-block;
  background: #22b5d3;
  -webkit-appearance: none;
  border-radius: 4px;
  line-height: 28px;
  padding-left: 8px;
  padding-right: 8px;
  color: white;
  text-decoration: none;
  position: relative; }
  .btn i,
  a.btn i {
    position: relative;
    top: 1px; }
  .btn:hover,
  a.btn:hover {
    background: #0083b3;
    color: white;
    text-decoration: none; }
  .btn.btn-lite,
  a.btn.btn-lite {
    background: #d7d7d7;
    border: none;
    color: #363636; }
    .btn.btn-lite:hover,
    a.btn.btn-lite:hover {
      background: #363636;
      color: white; }
  .btn.btn-xl,
  a.btn.btn-xl {
    height: 48px;
    line-height: 46px;
    font-weight: bold;
    font-size: 18px; }
  .btn.btn-block,
  a.btn.btn-block {
    display: block;
    text-align: center; }
  .btn:disabled, .btn.disabled,
  a.btn:disabled,
  a.btn.disabled {
    border: solid 2px #d7d7d7;
    background: none;
    color: #d7d7d7; }
  .btn.btn-primary,
  a.btn.btn-primary {
    background: #df0047; }
    .btn.btn-primary:hover,
    a.btn.btn-primary:hover {
      background: #62213a; }

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"] {
  width: 100%;
  display: block;
  border: solid 2px #d7d7d7;
  border-radius: 4px;
  background: white;
  height: 48px;
  color: #222;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 15px; }
  .cform input[type="text"], .cform
  input[type="password"], .cform
  input[type="number"], .cform
  input[type="email"] {
    margin-bottom: 0; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="number"]:focus,
  input[type="email"]:focus {
    border: solid 2px #0083b3; }
  input[type="text"].s,
  input[type="password"].s,
  input[type="number"].s,
  input[type="email"].s {
    height: 32px;
    font-size: 14px; }
  input[type="text"][disabled], input[type="text"]:disabled,
  input[type="password"][disabled],
  input[type="password"]:disabled,
  input[type="number"][disabled],
  input[type="number"]:disabled,
  input[type="email"][disabled],
  input[type="email"]:disabled {
    background: transparent;
    color: #888; }
  input[type="text"].inline,
  input[type="password"].inline,
  input[type="number"].inline,
  input[type="email"].inline {
    display: inline-block;
    width: 50px;
    text-align: center; }

textarea {
  width: 100%;
  display: block;
  border: solid 2px #d7d7d7;
  border-radius: 4px;
  background: white;
  height: 100px;
  color: #222;
  padding-left: 8px;
  padding-right: 8px;
  margin-bottom: 15px; }
  textarea:focus {
    border: solid 2px #0083b3; }
  textarea.s {
    height: 60px; }
  textarea[disabled], textarea:disabled {
    background: transparent;
    color: #888; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 2px #d7d7d7;
  width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 48px;
  padding-left: 8px;
  padding-right: 60px;
  font-weight: 700;
  font-size: 16px;
  background: url(assets/images/select-bg.png) center right no-repeat white; }
  select::-ms-expand {
    display: none;
    background: url(assets/images/select-disabled-bg.png) center right no-repeat white; }
  select[disabled], select:disabled {
    background: transparent; }

.search-form {
  border-radius: 4px;
  border: solid 2px #d7d7d7;
  height: 48px;
  padding-right: 50px;
  position: relative;
  width: 100%;
  margin-bottom: 20px;
  background: white; }
  .search-form input[type="search"] {
    border: none;
    height: 44px;
    width: 100%;
    background: transparent;
    padding-left: 8px;
    padding-right: 8px;
    font-weight: bold; }
  .search-form input[type="submit"] {
    position: absolute;
    border: none;
    background: url(assets/images/search-submit-icon.png) center no-repeat transparent;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 44px;
    overflow: hidden;
    text-indent: -9999px; }

.cform ol {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .cform ol li {
    display: block;
    margin-bottom: 15px; }
.cform .reqtxt,
.cform .emailreqtxt {
  font-size: 12px; }

.linklove {
  display: none; }

ul.faq-list {
  list-style-type: decimal;
  counter-reset: faqcounter;
  margin: 0;
  padding: 0; }
  ul.faq-list li.faq-item {
    list-style-type: none;
    counter-increment: faqcounter;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: solid 2px #d7d7d7;
    position: relative; }
    ul.faq-list li.faq-item:first-child {
      border-top: none; }
    ul.faq-list li.faq-item:before {
      content: counter(faqcounter) ".";
      display: inline-block;
      font-size: 18px;
      font-weight: bold;
      color: #62213a;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 30px;
      padding-top: 25px;
      padding-bottom: 25px; }
    ul.faq-list li.faq-item h2 {
      padding-left: 35px;
      display: block;
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 18px;
      text-transform: none; }
      ul.faq-list li.faq-item h2:hover {
        text-decoration: underline;
        cursor: pointer; }
    ul.faq-list li.faq-item .faq-a {
      display: none;
      padding-left: 35px; }

.category-cover {
  color: white;
  padding: 35px 50px;
  position: relative;
  margin-top: 4px; }
  @media screen and (max-width: 480px) {
    .category-cover {
      padding: 35px 25px; } }
  .category-cover:hover .category-cover-kicker {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .category-cover figure {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #df0047;
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
    .category-cover figure img {
      display: none; }
    .category-cover figure:after {
      display: block;
      position: absolute;
      content: "";
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(0, 131, 179, 0.75); }
  .category-cover .category-cover-category {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    background: url(assets/images/category-cover-divider.png) bottom left no-repeat transparent;
    padding: 0 0 40px 0;
    margin: 0 auto 35px 0;
    font-weight: 700; }
    .category-cover .category-cover-category a {
      color: white; }
  .category-cover h2 {
    font-size: 42px;
    line-height: 1.25em;
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0; }
    .category-cover h2 a {
      color: white; }
    @media screen and (max-width: 640px) {
      .category-cover h2 {
        font-size: 32px; } }
    @media screen and (max-width: 480px) {
      .category-cover h2 {
        font-size: 28px; } }
  .category-cover .category-cover-kicker {
    position: relative;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .category-cover .category-cover-kicker p {
      padding-top: 0;
      margin-top: 0; }
    @media screen and (max-width: 480px) {
      .category-cover .category-cover-kicker {
        font-size: 14px; } }

.category-latest > h2 {
  border-bottom: solid 2px #363636;
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 25px; }

.post-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }

.post-list-item {
  width: 45%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  padding: 0;
  margin-bottom: 25px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden; }
  .search-item .post-list-item {
    width: 28.33333%; }
  .post-list-item:hover {
    background: #f3f3f3;
    text-decoration: none; }
    .post-list-item:hover a figure:after {
      border-bottom: solid 27px #f3f3f3; }
    .post-list-item:hover figure .more {
      opacity: 1;
      top: 0;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .post-list-item:hover h3 a {
      text-decoration: underline; }
    .post-list-item:hover .kicker a {
      text-decoration: none; }
  .post-list-item a figure {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    overflow: hidden;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-position: center;
    background-size: cover;
    background-repeat: none; }
    .post-list-item a figure img {
      display: block;
      min-height: 160px;
      width: 100%; }
    .post-list-item a figure .more {
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      transition: all 0.2s ease;
      opacity: 0;
      display: block;
      position: absolute;
      top: -20px;
      right: 0;
      bottom: 0;
      left: 0;
      background: rgba(34, 181, 211, 0.5);
      color: white;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700; }
      .post-list-item a figure .more span {
        display: inline-block;
        position: absolute;
        position: relative;
        margin-top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-top: solid 2px white;
        border-bottom: solid 2px white;
        padding: 3px;
        left: 50%;
        margin-left: -34px; }
    .post-list-item a figure:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      border: none;
      border-bottom: solid 27px white;
      border-right: solid 32px transparent; }
  .post-list-item .category-label {
    display: block;
    color: #b4bbc2;
    margin: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700; }
    .post-list-item .category-label a {
      display: block;
      padding: 0 10px 5px 10px;
      color: #b4bbc2; }
  .post-list-item h3 {
    font-size: 20px;
    color: #363636;
    margin: 0;
    line-height: 1.1em; }
    .post-list-item h3 a {
      display: block;
      padding: 0 10px;
      color: #363636; }
  .post-list-item .kicker {
    display: block;
    font-size: 13px;
    color: #363636;
    padding: 10px;
    margin: 0; }
    .post-list-item .kicker a {
      color: #df0047; }
      .post-list-item .kicker a:hover {
        text-decoration: none; }

.most-popular h2 {
  font-size: 12px;
  text-transform: uppercase;
  color: #b4bbc2;
  border-top: solid 2px #b4bbc2;
  display: block;
  padding: 4px 0;
  margin: 0 0 15px 0; }

.simple-listing .item {
  margin-bottom: 15px; }
.simple-listing a {
  display: block; }
  .simple-listing a:hover .item-title {
    color: #df0047; }
  .simple-listing a img {
    display: block; }
  .simple-listing a .item-category {
    font-size: 11px;
    text-transform: uppercase;
    color: #b4bbc2;
    font-weight: 700; }
  .simple-listing a .item-title {
    margin-top: 0;
    padding-top: 0;
    font-size: 13px;
    color: #363636; }

.categories h2 {
  font-size: 12px;
  text-transform: uppercase;
  color: #b4bbc2;
  border-top: solid 2px #b4bbc2;
  display: block;
  padding: 4px 0;
  margin: 0 0 15px 0; }

.category-list .item {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase; }
  .category-list .item a {
    border-radius: 2px;
    display: block;
    background: #b4bbc2;
    padding: 3px 6px;
    color: white; }
    .category-list .item a:hover {
      background: #df0047;
      text-decoration: none; }
  .category-list .item.active a {
    background: #363636;
    color: #b4bbc2; }

.filters {
  padding-top: 20px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 2px #222; }

ul.results {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.results .result {
    list-style-type: none;
    margin-bottom: 50px; }
    ul.results .result:after {
      content: "";
      display: table;
      clear: both; }
  ul.results .result-pic a {
    display: block;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border: solid 2px #df0047;
    position: relative;
    background: #df0047; }
    ul.results .result-pic a img {
      width: 100%;
      height: auto !important; }
    ul.results .result-pic a:before, ul.results .result-pic a:after {
      content: "";
      display: block;
      position: absolute; }
    ul.results .result-pic a:before {
      width: 100.5%;
      bottom: -2px;
      left: 0;
      border-top: solid 2px transparent;
      border-bottom: solid 20px #df0047;
      border-right: solid 20px transparent;
      border-left: solid 2px #df0047; }
    ul.results .result-pic a:after {
      width: 100.75%;
      bottom: -4px;
      left: -2px;
      border-top: solid 3px transparent;
      border-bottom: solid 20px #F3F3F3;
      border-right: solid 20px transparent;
      border-left: solid 3px #F3F3F3; }
  ul.results .result-pic img {
    display: block; }
  ul.results h2.result-title {
    font-size: 20px;
    text-transform: none; }
    ul.results h2.result-title a {
      color: #363636; }
      ul.results h2.result-title a:hover, ul.results h2.result-title a:focus {
        color: #df0047;
        text-decoration: underline; }
  ul.results a.result-url,
  ul.results .result-address,
  ul.results .result-contact,
  ul.results .result-chat {
    margin-bottom: 8px;
    font-size: 14px; }
  ul.results a.result-url {
    display: block;
    color: #df0047;
    font-weight: bold; }
  ul.results .result-address {
    color: #363636; }
  ul.results a.result-chat {
    color: #0083b3;
    font-weight: bold;
    font-size: 15px; }
    ul.results a.result-chat i {
      vertical-align: middle;
      font-size: 22px;
      padding-right: 5px; }
    ul.results a.result-chat span {
      text-decoration: underline; }
    ul.results a.result-chat:hover {
      text-decoration: none;
      color: #df0047; }

p.members-no-found {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #df0047; }

.collections h2 {
  color: #df0047; }
.collections h3 {
  text-transform: uppercase;
  color: #df0047;
  font-size: 20px; }

ul.collection {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 15px; }

li.collection-item {
  margin: 0;
  display: block;
  list-style-type: none;
  border-bottom: solid 1px #62213a;
  padding-right: 40px;
  position: relative; }
  li.collection-item.active div.collection-details {
    display: block; }
  li.collection-item:first-child {
    border-top: solid 1px #62213a; }
  li.collection-item dl {
    margin: 0;
    padding: 0; }
  li.collection-item dt {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    color: #62213a; }
    li.collection-item dt p {
      margin: 0;
      padding: 0; }
  li.collection-item dd {
    margin: 0;
    padding: 0;
    font-size: 18px; }
    li.collection-item dd p {
      margin: 0;
      padding: 0;
      font-size: 18px; }

.collection-item-body {
  width: 100%; }

a.collection-item-toggle {
  position: absolute;
  display: block;
  width: 40px;
  right: 0;
  top: 0;
  bottom: 0;
  background: #d7d7d7;
  text-align: center;
  font-size: 28px;
  color: #888;
  line-height: 68px; }
  a.collection-item-toggle span {
    display: none; }
  a.collection-item-toggle:hover {
    background: #62213a;
    color: white; }
  a.collection-item-toggle .icon-angle-down {
    display: inline-block; }
  a.collection-item-toggle .icon-angle-up {
    display: none; }
  .collection-item.active a.collection-item-toggle .icon-angle-down {
    display: none; }
  .collection-item.active a.collection-item-toggle .icon-angle-up {
    display: inline-block; }

a.collection-title {
  display: block;
  padding: 10px;
  color: #363636; }
  a.collection-title:hover {
    text-decoration: none;
    background: #d7d7d7; }
  a.collection-title dt {
    color: #62213a; }
  a.collection-title dd {
    font-size: 18px;
    font-weight: bold; }

div.collection-details {
  display: none;
  padding: 10px;
  padding-top: 0; }
  div.collection-details dl {
    margin-bottom: 10px; }
  div.collection-details dd {
    color: #666;
    font-size: 14px; }
    div.collection-details dd p {
      margin: 0;
      padding: 0;
      font-size: 14px; }

.collection-actions {
  padding-top: 5px; }
  .collection-actions a {
    display: inline-block;
    margin-right: 5px;
    background: #999;
    padding: 3px 8px 4px 8px;
    color: white;
    border-radius: 4px;
    font-size: 13px;
    font-weight: bold; }
    .collection-actions a i {
      display: inline-block;
      vertical-align: middle;
      font-size: 16px; }
    .collection-actions a:hover, .collection-actions a:focus {
      background: #df0047;
      color: white;
      text-decoration: none; }

.message, .error {
  display: block;
  padding: 10px 15px;
  background: #eee;
  font-size: 16px;
  margin-bottom: 15px;
  border-radius: 4px; }

.message {
  background: #bfe6a9;
  color: #337210; }

.error {
  background: #e6b0a9;
  color: #931111; }

a.sidebar-toggle {
  display: none;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 10px;
  position: relative; }
  a.sidebar-toggle:before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    heigth: 1px;
    border: solid 8px transparent;
    border-top-color: #df0047;
    border-right-color: #df0047;
    right: 0;
    bottom: -16px; }
  a.sidebar-toggle:hover {
    text-decoration: none; }
  @media screen and (max-width: 640px) {
    a.sidebar-toggle {
      display: block;
      background: #df0047;
      color: white; } }
  a.sidebar-toggle:after {
    content: "\25BE";
    font-size: 24px;
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    top: 10px;
    right: 10px;
    text-align: center; }
  a.sidebar-toggle.open:after {
    -webkit-transform: rotateZ(-180deg);
    -moz-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -ms-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center; }

ul.sidebar-menu {
  background: white;
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  padding-bottom: 10px; }
  @media screen and (max-width: 640px) {
    ul.sidebar-menu {
      display: none; } }
  ul.sidebar-menu > li {
    list-style-type: none;
    font-size: 14px;
    border-top: solid 2px #d7d7d7;
    margin: 0;
    padding: 0;
    display: block; }
    ul.sidebar-menu > li:first-child {
      border-top: none; }
    ul.sidebar-menu > li > a {
      display: block;
      padding: 4px 5px;
      color: #62213a;
      font-weight: bold; }
      ul.sidebar-menu > li > a:before {
        content: "\00B7";
        font-size: 20px;
        font-weight: bold;
        display: inline-block;
        padding-right: 5px; }
      ul.sidebar-menu > li > a:hover {
        background: #df0047;
        color: white;
        text-decoration: none; }

ul.sub-menu {
  margin: 0;
  padding: 0;
  display: block; }
  ul.sub-menu > li {
    margin: 0;
    padding: 0;
    font-size: 12px;
    list-style-type: none;
    display: block;
    border-top: solid 1px #d7d7d7; }
    ul.sub-menu > li a {
      display: block;
      padding: 4px 5px 4px 20px;
      color: #62213a;
      font-weight: normal; }
      ul.sub-menu > li a:hover {
        background: #df0047;
        text-decoration: none;
        color: white; }

.contact-profiles {
  padding-top: 25px; }

ul.tabs {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative; }
  ul.tabs:after {
    content: "";
    display: table;
    clear: both; }
  ul.tabs li {
    display: table-cell;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    padding: 1px 1px 0 1px;
    vertical-align: bottom;
    position: relative; }
    ul.tabs li:hover a {
      background: #df0047; }
    ul.tabs li.active a {
      background: white;
      color: #62213a; }
    ul.tabs li a {
      width: 100%;
      border-top-left-radius: 8px;
      border-top-right-radius: 8px;
      background: #62213a;
      color: white;
      display: inline-block;
      padding: 17px 5px;
      position: relative;
      line-height: 0.95em; }
      ul.tabs li a:hover {
        text-decoration: none; }

.tab {
  padding: 25px 0;
  background: white; }

.data-table {
  position: relative;
  margin-top: 20px;
  width: 100%;
  font-size: 13px;
  background: white; }
  .data-table thead {
    font-size: 14px;
    font-weight: bold; }
    .data-table thead tr {
      border-top: solid 2px #d7d7d7;
      background: #e6e6e6; }
  .data-table td {
    padding: 8px;
    word-wrap: break-word; }
  .data-table tbody tr {
    border-bottom: solid 1px #d7d7d7; }
  @media screen and (max-width: 640px) {
    .data-table.responsive thead {
      display: none; }
    .data-table.responsive tr {
      display: block;
      margin-bottom: 15px;
      padding-bottom: 10px;
      border-bottom: solid 2px #000 !important; }
      .data-table.responsive tr td:last-child {
        border-bottom: none; }
      .data-table.responsive tr:last-child {
        border-bottom: none !important; }
    .data-table.responsive td {
      display: block;
      vertical-align: top;
      border-bottom: solid 1px #d7d7d7; }
      .data-table.responsive td[data-th]:before {
        content: attr(data-th) ": ";
        display: inline-block;
        font-weight: bold;
        color: #000;
        width: 100px; } }

.main-footer {
  position: relative; }
  .main-footer .bottom-divider {
    content: "";
    display: block;
    position: absolute;
    height: 10px;
    width: 100%;
    bottom: 0;
    background-color: #df0047;
    background-image: -webkit-linear-gradient(left, #df0047, #6b173b);
    background-image: linear-gradient(to right,#df0047, #6b173b); }

.main-footer-body {
  position: relative;
  background: #363636;
  padding: 0 20px; }
  .main-footer-body:after {
    content: "";
    display: table;
    clear: both; }
  .main-footer-body:before {
    content: "";
    position: absolute;
    display: block;
    height: 1px;
    width: 1px;
    top: -30px;
    left: 0;
    border: solid 15px transparent;
    border-left-color: #363636;
    border-bottom-color: #363636; }

.search-service {
  background: url(assets/images/diagonal-pattern.png) repeat #0083b3;
  position: absolute;
  top: -75px;
  right: 25px;
  width: 200px;
  height: auto;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  text-transform: uppercase; }
  .search-service:hover {
    background-color: #22b5d3; }
    .search-service:hover:after {
      border-top-color: #22b5d3;
      border-right-color: #22b5d3; }
  .search-service:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 1px;
    height: 1px;
    border: solid 15px transparent;
    border-top-color: #0083b3;
    border-right-color: #0083b3; }
  .search-service a {
    display: block;
    padding: 20px 15px;
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 22px;
    background: url(assets/images/search-service-icon.png) center right -20px no-repeat; }

.main-footer-menu h5 {
  font-size: 16px;
  text-transform: none;
  color: white;
  padding-bottom: 12px;
  margin-bottom: 0; }
.main-footer-menu ul {
  font-size: 13px;
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .main-footer-menu ul a {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    color: #b4bbc2; }
    .main-footer-menu ul a:hover {
      text-decoration: underline; }

.main-footer-menu-col {
  float: left;
  width: 20%;
  padding-left: 8px;
  padding-right: 8px; }

.main-footer-social-media {
  text-align: center;
  padding: 25px; }
  .main-footer-social-media h3 {
    font-size: 16px;
    color: white;
    margin-bottom: 5px;
    padding-bottom: 0; }
  .main-footer-social-media ul {
    margin: 0;
    padding: 0; }
  .main-footer-social-media li {
    font-size: 24px;
    display: inline-block; }
  .main-footer-social-media a {
    display: block;
    padding: 4px 12px;
    color: white; }
    .main-footer-social-media a:hover {
      text-decoration: none; }
  .main-footer-social-media span {
    display: none; }

.main-footer-social-media-fb a:hover {
  color: #3B5998; }

.main-footer-social-media-tw a:hover {
  color: #55ACEE; }

.main-footer-social-media-yt a:hover {
  color: #FF3333; }

.main-footer-footer {
  margin: 0 auto;
  max-width: 1020px;
  padding: 35px;
  position: relative; }
  .main-footer-footer:after {
    content: "";
    display: table;
    clear: both; }
  .main-footer-footer ul {
    list-style-type: none;
    margin: 0 0 15px 0;
    padding: 0; }
    .main-footer-footer ul:after {
      content: "";
      display: table;
      clear: both; }
  .main-footer-footer li {
    float: left;
    margin-right: 35px; }

.footer-credits {
  font-size: 12px;
  color: #363636;
  font-weight: 700; }
  .footer-credits a {
    color: #ee4428; }
  .footer-credits.ip-address {
    text-align: right; }

.not-found {
  padding: 100px 0; }
  .not-found h1 {
    margin-top: 0;
    padding-top: 0;
    font-size: 48px;
    color: #df0047; }

.popup {
  background: rgba(0, 0, 0, 0.5);
  display: none;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 15px;
  text-align: center;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: hideDown;
  -moz-animation-name: hideDown;
  animation-name: hideDown;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }
  .popup.open {
    display: block;
    -webkit-animation-duration: 0.2s;
    -moz-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: showUp;
    -moz-animation-name: showUp;
    animation-name: showUp;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
    .no-cssanimations .popup.open {
      opacity: 1; }
  .popup > ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }

.popup-container {
  margin-top: 25px;
  display: inline-block;
  max-width: 480px;
  width: 100%;
  background: white;
  padding: 15px 30px;
  border-radius: 3px;
  text-align: left;
  position: relative; }

.close-login {
  position: absolute;
  display: block;
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  text-indent: -9999px;
  overflow: hidden; }
  .close-login:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    content: "\00D7";
    text-indent: 0;
    font-size: 32px; }
  .close-login:hover {
    color: #df0047; }

.browser-update {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.85); }

.browser-update-content {
  position: relative;
  max-width: 400px;
  background: white;
  border-radius: 4px;
  padding: 20px;
  margin: 100px auto 0 auto;
  text-align: center; }
  .browser-update-content h3 {
    font-size: 24px;
    color: #df0047;
    margin-top: 0;
    padding-top: 0;
    line-height: 1.2em;
    text-transform: uppercase; }
  .browser-update-content p {
    font-size: 14px;
    color: #363636; }
  .browser-update-content ul {
    margin: 0;
    padding: 15px 0;
    list-style-type: none; }
    .browser-update-content ul:after {
      content: "";
      display: table;
      clear: both; }
  .browser-update-content li {
    float: left;
    display: block;
    width: 25%;
    font-size: 13px; }
    .browser-update-content li a {
      display: block;
      padding: 10px;
      border-radius: 4px; }
      .browser-update-content li a img {
        margin-bottom: 10px; }
      .browser-update-content li a:hover, .browser-update-content li a:focus {
        background: #ee4428;
        color: white;
        text-decoration: none; }
  .browser-update-content .browser-happy {
    color: #ee4428;
    display: inline-block;
    padding: 4px 10px;
    border-radius: 3px;
    background: transparent;
    font-weight: 700;
    font-size: 18px; }
    .browser-update-content .browser-happy:hover, .browser-update-content .browser-happy:focus {
      background: #ee4428;
      color: white;
      text-decoration: none; }

.browser-update-close {
  display: block;
  position: absolute;
  top: -16px;
  right: -16px;
  height: 32px;
  width: 32px;
  background-color: #df0047;
  background-image: -webkit-linear-gradient(-315deg, #df0047, #6b173b);
  background-image: linear-gradient(45deg,#df0047, #6b173b);
  color: white;
  overflow: hidden;
  border-radius: 16px;
  text-indent: -999px; }
  .browser-update-close:before {
    display: block;
    position: absolute;
    content: "\00D7";
    top: 0;
    left: 0;
    height: 32px;
    width: 32px;
    text-indent: 0;
    line-height: 32px;
    text-align: center;
    font-size: 24px; }
  .browser-update-close:hover, .browser-update-close:focus {
    text-decoration: none;
    background-image: none;
    background-color: #ee4428; }

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.1
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/
/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  width: 100% !important; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  border: solid 2px #d7d7d7;
  border-top: none;
  box-shadow: none; }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
  border-radius: 4px;
  background: white;
  border: solid 2px #d7d7d7;
  height: 48px;
  line-height: 46px;
  font-size: 16px;
  font-weight: bold;
  box-shadow: none; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("assets/images/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
  width: 52px; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("assets/images/chosen/chosen-sprite.png") no-repeat 0px 2px;
  background: url("assets/images/select-bg.png") center right no-repeat; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("assets/images/chosen/chosen-sprite.png") no-repeat 100% -20px;
  background: url("assets/images/chosen/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  height: 32px;
  border: solid 2px #d7d7d7;
  background: url(assets/images/custom-chosen-search.png) center right 8px no-repeat;
  border-radius: 4px; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
  margin-top: -2px; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
  font-size: 14px;
  padding: 8px 10px; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
  background: #df0047; }

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("assets/images/chosen/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  border: solid 2px #d7d7d7;
  box-shadow: none; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
  background: white;
  border: solid 2px #d7d7d7;
  box-shadow: 0; }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("assets/images/chosen/chosen-sprite.png") no-repeat -30px -20px;
  background: url("assets/images/chosen/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("assets/images/chosen/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }
/* @end */
.hidden {
  display: none !important;
  visibility: hidden; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.margin-top-xs {
  margin-top: 5px !important; }

.margin-top-s {
  margin-top: 10px !important; }

.margin-top-m {
  margin-top: 25px !important; }

.margin-top-l {
  margin-top: 50px !important; }

.margin-top-xl {
  margin-top: 100px !important; }

.margin-bottom-xs {
  margin-bottom: 5px; }

.margin-bottom-s {
  margin-bottom: 10px; }

.margin-bottom-m {
  margin-bottom: 25px; }

.margin-bottom-l {
  margin-bottom: 50px; }

.margin-bottom-xl {
  margin-bottom: 100px; }

.no-margin-children p {
  margin: 0;
  padding: 0; }

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=style.css.map */
