@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import 'https://fonts.googleapis.com/css?family=Rubik:400,500';
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,
menu,
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-color: 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 {
  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;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

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;
  padding: 0; }

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

input[type="search"] {
  -webkit-appearance: textfield;
  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;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    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) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 24px;
  margin-bottom: 24px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small,
  .h1 small,
  .h1 .small, .h2 small,
  .h2 .small, .h3 small,
  .h3 .small, .h4 small,
  .h4 .small, .h5 small,
  .h5 .small, .h6 small,
  .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777; }

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 24px;
  margin-bottom: 12px;
  margin-bottom: 1em; }
  h1 small,
  h1 .small, .h1 small,
  .h1 .small,
  h2 small,
  h2 .small, .h2 small,
  .h2 .small,
  h3 small,
  h3 .small, .h3 small,
  .h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 12px;
  margin-bottom: 12px;
  margin-bottom: 1em; }
  h4 small,
  h4 .small, .h4 small,
  .h4 .small,
  h5 small,
  h5 .small, .h5 small,
  .h5 .small,
  h6 small,
  h6 .small, .h6 small,
  .h6 .small {
    font-size: 75%; }

h1, .h1 {
  font-size: 39px; }

h2, .h2 {
  font-size: 32px; }

h3, .h3 {
  font-size: 26px; }

h4, .h4 {
  font-size: 19px; }

h5, .h5 {
  font-size: 15px; }

h6, .h6 {
  font-size: 13px; }

p {
  margin: 0 0 1.5em 0em; }

.lead {
  margin-bottom: 24px;
  font-size: 1.2em;
  font-weight: 300;
  line-height: 1.4; }

small,
.small {
  font-size: 86%; }

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em; }

.text-left {
  text-align: left; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.text-justify {
  text-align: justify; }

.text-nowrap {
  white-space: nowrap; }

.text-lowercase {
  text-transform: lowercase; }

.text-uppercase, .initialism {
  text-transform: uppercase; }

.text-capitalize {
  text-transform: capitalize; }

.text-muted {
  color: #777777; }

.text-primary {
  color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
  color: #286090; }

.text-success {
  color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
  color: #2b542c; }

.text-info {
  color: #31708f; }

a.text-info:hover,
a.text-info:focus {
  color: #245269; }

.text-warning {
  color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c; }

.text-danger {
  color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
  color: #843534; }

.bg-primary {
  color: #fff; }

.bg-primary {
  background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090; }

.bg-success {
  background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3; }

.bg-info {
  background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee; }

.bg-warning {
  background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5; }

.bg-danger {
  background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9; }

.page-header {
  padding-bottom: 11px;
  margin: 48px 0 24px;
  border-bottom: 1px solid #eeeeee; }

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px; }
  .list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
  margin-top: 0;
  margin-bottom: 24px; }

dt,
dd {
  line-height: 1.6; }

dt {
  font-weight: bold; }

dd {
  margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table; }

.dl-horizontal dd:after {
  clear: both; }

@media (min-width: 992px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777; }

.initialism {
  font-size: 90%; }

blockquote {
  padding: 12px 24px;
  margin: 0 0 24px;
  font-size: 18.75px;
  border-left: 5px solid #eeeeee; }
  blockquote p:last-child,
  blockquote ul:last-child,
  blockquote ol:last-child {
    margin-bottom: 0; }
  blockquote footer,
  blockquote small,
  blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.6;
    color: #777777; }
    blockquote footer:before,
    blockquote small:before,
    blockquote .small:before {
      content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right; }
  .blockquote-reverse footer:before,
  .blockquote-reverse small:before,
  .blockquote-reverse .small:before,
  blockquote.pull-right footer:before,
  blockquote.pull-right small:before,
  blockquote.pull-right .small:before {
    content: ''; }
  .blockquote-reverse footer:after,
  .blockquote-reverse small:after,
  .blockquote-reverse .small:after,
  blockquote.pull-right footer:after,
  blockquote.pull-right small:after,
  blockquote.pull-right .small:after {
    content: '\00A0 \2014'; }

address {
  margin-bottom: 24px;
  font-style: normal;
  line-height: 1.6; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1240px) {
    .container {
      width: 1230px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.3333333333%; }

.col-xs-2 {
  width: 16.6666666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.3333333333%; }

.col-xs-5 {
  width: 41.6666666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.3333333333%; }

.col-xs-8 {
  width: 66.6666666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.3333333333%; }

.col-xs-11 {
  width: 91.6666666667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.3333333333%; }

.col-xs-pull-2 {
  right: 16.6666666667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.3333333333%; }

.col-xs-pull-5 {
  right: 41.6666666667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.3333333333%; }

.col-xs-pull-8 {
  right: 66.6666666667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.3333333333%; }

.col-xs-pull-11 {
  right: 91.6666666667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.3333333333%; }

.col-xs-push-2 {
  left: 16.6666666667%; }

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

.col-xs-push-4 {
  left: 33.3333333333%; }

.col-xs-push-5 {
  left: 41.6666666667%; }

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

.col-xs-push-7 {
  left: 58.3333333333%; }

.col-xs-push-8 {
  left: 66.6666666667%; }

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

.col-xs-push-10 {
  left: 83.3333333333%; }

.col-xs-push-11 {
  left: 91.6666666667%; }

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

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.3333333333%; }

.col-xs-offset-2 {
  margin-left: 16.6666666667%; }

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

.col-xs-offset-4 {
  margin-left: 33.3333333333%; }

.col-xs-offset-5 {
  margin-left: 41.6666666667%; }

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

.col-xs-offset-7 {
  margin-left: 58.3333333333%; }

.col-xs-offset-8 {
  margin-left: 66.6666666667%; }

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

.col-xs-offset-10 {
  margin-left: 83.3333333333%; }

.col-xs-offset-11 {
  margin-left: 91.6666666667%; }

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.3333333333%; }
  .col-sm-2 {
    width: 16.6666666667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.3333333333%; }
  .col-sm-5 {
    width: 41.6666666667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.3333333333%; }
  .col-sm-8 {
    width: 66.6666666667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.3333333333%; }
  .col-sm-11 {
    width: 91.6666666667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.3333333333%; }
  .col-sm-pull-2 {
    right: 16.6666666667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.3333333333%; }
  .col-sm-pull-5 {
    right: 41.6666666667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.3333333333%; }
  .col-sm-pull-8 {
    right: 66.6666666667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.3333333333%; }
  .col-sm-pull-11 {
    right: 91.6666666667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.3333333333%; }
  .col-sm-push-2 {
    left: 16.6666666667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.3333333333%; }
  .col-sm-push-5 {
    left: 41.6666666667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.3333333333%; }
  .col-sm-push-8 {
    left: 66.6666666667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.3333333333%; }
  .col-sm-push-11 {
    left: 91.6666666667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%; }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%; }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%; }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%; }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.3333333333%; }
  .col-md-2 {
    width: 16.6666666667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.3333333333%; }
  .col-md-5 {
    width: 41.6666666667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.3333333333%; }
  .col-md-8 {
    width: 66.6666666667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.3333333333%; }
  .col-md-11 {
    width: 91.6666666667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.3333333333%; }
  .col-md-pull-2 {
    right: 16.6666666667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.3333333333%; }
  .col-md-pull-5 {
    right: 41.6666666667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.3333333333%; }
  .col-md-pull-8 {
    right: 66.6666666667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.3333333333%; }
  .col-md-pull-11 {
    right: 91.6666666667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.3333333333%; }
  .col-md-push-2 {
    left: 16.6666666667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.3333333333%; }
  .col-md-push-5 {
    left: 41.6666666667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.3333333333%; }
  .col-md-push-8 {
    left: 66.6666666667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.3333333333%; }
  .col-md-push-11 {
    left: 91.6666666667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.3333333333%; }
  .col-md-offset-2 {
    margin-left: 16.6666666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.3333333333%; }
  .col-md-offset-5 {
    margin-left: 41.6666666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.3333333333%; }
  .col-md-offset-8 {
    margin-left: 66.6666666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.3333333333%; }
  .col-md-offset-11 {
    margin-left: 91.6666666667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1240px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.3333333333%; }
  .col-lg-2 {
    width: 16.6666666667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.3333333333%; }
  .col-lg-5 {
    width: 41.6666666667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.3333333333%; }
  .col-lg-8 {
    width: 66.6666666667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.3333333333%; }
  .col-lg-11 {
    width: 91.6666666667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.3333333333%; }
  .col-lg-pull-2 {
    right: 16.6666666667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.3333333333%; }
  .col-lg-pull-5 {
    right: 41.6666666667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.3333333333%; }
  .col-lg-pull-8 {
    right: 66.6666666667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.3333333333%; }
  .col-lg-pull-11 {
    right: 91.6666666667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.3333333333%; }
  .col-lg-push-2 {
    left: 16.6666666667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.3333333333%; }
  .col-lg-push-5 {
    left: 41.6666666667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.3333333333%; }
  .col-lg-push-8 {
    left: 66.6666666667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.3333333333%; }
  .col-lg-push-11 {
    left: 91.6666666667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%; }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%; }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%; }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%; }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

table {
  background-color: transparent; }

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left; }

th {
  text-align: left; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px; }
  .table > thead > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > th,
  .table > tbody > tr > td,
  .table > tfoot > tr > th,
  .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.6;
    vertical-align: top;
    border-top: 1px solid #ddd; }
  .table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
  .table > caption + thead > tr:first-child > th,
  .table > caption + thead > tr:first-child > td,
  .table > colgroup + thead > tr:first-child > th,
  .table > colgroup + thead > tr:first-child > td,
  .table > thead:first-child > tr:first-child > th,
  .table > thead:first-child > tr:first-child > td {
    border-top: 0; }
  .table > tbody + tbody {
    border-top: 2px solid #ddd; }
  .table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px; }

.table-bordered {
  border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td,
  .table-bordered > tbody > tr > th,
  .table-bordered > tbody > tr > td,
  .table-bordered > tfoot > tr > th,
  .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
  .table-bordered > thead > tr > th,
  .table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5; }

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc; }

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%; }
  @media screen and (max-width: 767px) {
    .table-responsive {
      width: 100%;
      margin-bottom: 18px;
      overflow-y: hidden;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd; }
      .table-responsive > .table {
        margin-bottom: 0; }
        .table-responsive > .table > thead > tr > th,
        .table-responsive > .table > thead > tr > td,
        .table-responsive > .table > tbody > tr > th,
        .table-responsive > .table > tbody > tr > td,
        .table-responsive > .table > tfoot > tr > th,
        .table-responsive > .table > tfoot > tr > td {
          white-space: nowrap; }
      .table-responsive > .table-bordered {
        border: 0; }
        .table-responsive > .table-bordered > thead > tr > th:first-child,
        .table-responsive > .table-bordered > thead > tr > td:first-child,
        .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .table-responsive > .table-bordered > tfoot > tr > td:first-child {
          border-left: 0; }
        .table-responsive > .table-bordered > thead > tr > th:last-child,
        .table-responsive > .table-bordered > thead > tr > td:last-child,
        .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .table-responsive > .table-bordered > tfoot > tr > td:last-child {
          border-right: 0; }
        .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .table-responsive > .table-bordered > tfoot > tr:last-child > th,
        .table-responsive > .table-bordered > tfoot > tr:last-child > td {
          border-bottom: 0; } }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 24px;
  font-size: 22.5px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 15px;
  line-height: 1.6;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 38px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.6;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control[disabled], .form-control[readonly],
  fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled],
  fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 38px; }
  input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"],
  .input-group-sm > input.input-group-addon[type="date"],
  .input-group-sm > .input-group-btn > input.btn[type="date"],
  .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input.form-control[type="time"],
  .input-group-sm > input.input-group-addon[type="time"],
  .input-group-sm > .input-group-btn > input.btn[type="time"],
  .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input.form-control[type="datetime-local"],
  .input-group-sm > input.input-group-addon[type="datetime-local"],
  .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input.form-control[type="month"],
  .input-group-sm > input.input-group-addon[type="month"],
  .input-group-sm > .input-group-btn > input.btn[type="month"],
  .input-group-sm
  input[type="month"] {
    line-height: 31px; }
  input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"],
  .input-group-lg > input.input-group-addon[type="date"],
  .input-group-lg > .input-group-btn > input.btn[type="date"],
  .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input.form-control[type="time"],
  .input-group-lg > input.input-group-addon[type="time"],
  .input-group-lg > .input-group-btn > input.btn[type="time"],
  .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input.form-control[type="datetime-local"],
  .input-group-lg > input.input-group-addon[type="datetime-local"],
  .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
  .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input.form-control[type="month"],
  .input-group-lg > input.input-group-addon[type="month"],
  .input-group-lg > .input-group-btn > input.btn[type="month"],
  .input-group-lg
  input[type="month"] {
    line-height: 48px; } }

.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 24px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 39px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 31px;
  line-height: 31px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select.form-control[multiple],
.input-group-sm > select.input-group-addon[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-sm .form-control {
  height: 31px;
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

.form-group-sm select.form-control {
  height: 31px;
  line-height: 31px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }

.form-group-sm .form-control-static {
  height: 31px;
  min-height: 37px;
  padding: 6px 10px;
  font-size: 13px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 48px;
  line-height: 48px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select.form-control[multiple],
.input-group-lg > select.input-group-addon[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
  height: auto; }

.form-group-lg .form-control {
  height: 48px;
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px; }

.form-group-lg select.form-control {
  height: 48px;
  line-height: 48px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }

.form-group-lg .form-control-static {
  height: 48px;
  min-height: 43px;
  padding: 11px 16px;
  font-size: 19px;
  line-height: 1.3333333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 47.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 48px;
  height: 48px;
  line-height: 48px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 31px;
  height: 31px;
  line-height: 31px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #3c763d; }

.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }

.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #8a6d3b; }

.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }

.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442; }

.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }

.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 29px; }

.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 31px; }

.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }

@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.333333px;
    font-size: 19px; } }

@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 13px; } }

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.6;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
  .btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
  .btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn.disabled, .btn[disabled],
  fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none; }

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc; }
  .btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e5e5;
    border-color: #8c8c8c; }
  .btn-default:hover {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
    .btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
    .open > .btn-default.dropdown-toggle:hover,
    .open > .btn-default.dropdown-toggle:focus,
    .open > .btn-default.dropdown-toggle.focus {
      color: #333;
      background-color: #d4d4d4;
      border-color: #8c8c8c; }
  .btn-default:active, .btn-default.active,
  .open > .btn-default.dropdown-toggle {
    background-image: none; }
  .btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
  fieldset[disabled] .btn-default,
  fieldset[disabled] .btn-default:hover,
  fieldset[disabled] .btn-default:focus,
  fieldset[disabled] .btn-default.focus,
  fieldset[disabled] .btn-default:active,
  fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
  .btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
  .btn-primary:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
    .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
    .open > .btn-primary.dropdown-toggle:hover,
    .open > .btn-primary.dropdown-toggle:focus,
    .open > .btn-primary.dropdown-toggle.focus {
      color: #fff;
      background-color: #204d74;
      border-color: #122b40; }
  .btn-primary:active, .btn-primary.active,
  .open > .btn-primary.dropdown-toggle {
    background-image: none; }
  .btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active,
  fieldset[disabled] .btn-primary,
  fieldset[disabled] .btn-primary:hover,
  fieldset[disabled] .btn-primary:focus,
  fieldset[disabled] .btn-primary.focus,
  fieldset[disabled] .btn-primary:active,
  fieldset[disabled] .btn-primary.active {
    background-color: #337ab7;
    border-color: #2e6da4; }
  .btn-primary .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
  .btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
    .btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
    .open > .btn-success.dropdown-toggle:hover,
    .open > .btn-success.dropdown-toggle:focus,
    .open > .btn-success.dropdown-toggle.focus {
      color: #fff;
      background-color: #398439;
      border-color: #255625; }
  .btn-success:active, .btn-success.active,
  .open > .btn-success.dropdown-toggle {
    background-image: none; }
  .btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active,
  fieldset[disabled] .btn-success,
  fieldset[disabled] .btn-success:hover,
  fieldset[disabled] .btn-success:focus,
  fieldset[disabled] .btn-success.focus,
  fieldset[disabled] .btn-success:active,
  fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c; }
  .btn-success .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
  .btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
    .btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
    .open > .btn-info.dropdown-toggle:hover,
    .open > .btn-info.dropdown-toggle:focus,
    .open > .btn-info.dropdown-toggle.focus {
      color: #fff;
      background-color: #269abc;
      border-color: #1b6d85; }
  .btn-info:active, .btn-info.active,
  .open > .btn-info.dropdown-toggle {
    background-image: none; }
  .btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
  fieldset[disabled] .btn-info,
  fieldset[disabled] .btn-info:hover,
  fieldset[disabled] .btn-info:focus,
  fieldset[disabled] .btn-info.focus,
  fieldset[disabled] .btn-info:active,
  fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
  .btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236; }
  .btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
  .btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
    .btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
    .open > .btn-warning.dropdown-toggle:hover,
    .open > .btn-warning.dropdown-toggle:focus,
    .open > .btn-warning.dropdown-toggle.focus {
      color: #fff;
      background-color: #d58512;
      border-color: #985f0d; }
  .btn-warning:active, .btn-warning.active,
  .open > .btn-warning.dropdown-toggle {
    background-image: none; }
  .btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
  fieldset[disabled] .btn-warning,
  fieldset[disabled] .btn-warning:hover,
  fieldset[disabled] .btn-warning:focus,
  fieldset[disabled] .btn-warning.focus,
  fieldset[disabled] .btn-warning:active,
  fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
  .btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
    .btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
    .open > .btn-danger.dropdown-toggle:hover,
    .open > .btn-danger.dropdown-toggle:focus,
    .open > .btn-danger.dropdown-toggle.focus {
      color: #fff;
      background-color: #ac2925;
      border-color: #761c19; }
  .btn-danger:active, .btn-danger.active,
  .open > .btn-danger.dropdown-toggle {
    background-image: none; }
  .btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active,
  fieldset[disabled] .btn-danger,
  fieldset[disabled] .btn-danger:hover,
  fieldset[disabled] .btn-danger:focus,
  fieldset[disabled] .btn-danger.focus,
  fieldset[disabled] .btn-danger:active,
  fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a; }
  .btn-danger .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0; }
  .btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
  fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
  .btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
  .btn-link[disabled]:hover, .btn-link[disabled]:focus,
  fieldset[disabled] .btn-link:hover,
  fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 13px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-block {
  display: block;
  width: 100%; }

.btn-block + .btn-block {
  margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent; }

.dropup,
.dropdown {
  position: relative; }

.dropdown-toggle:focus {
  outline: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box; }
  .dropdown-menu.pull-right {
    right: 0;
    left: auto; }
  .dropdown-menu .divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.6;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed; }

.open > .dropdown-menu {
  display: block; }

.open > a {
  outline: 0; }

.dropdown-menu-right {
  left: auto;
  right: 0; }

.dropdown-menu-left {
  left: 0;
  right: auto; }

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 13px;
  line-height: 1.6;
  color: #777777;
  white-space: nowrap; }

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990; }

.pull-right > .dropdown-menu {
  right: 0;
  left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px; }

@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto; }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto; } }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group > .btn,
  .btn-group-vertical > .btn {
    position: relative;
    float: left; }
    .btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
    .btn-group-vertical > .btn:hover,
    .btn-group-vertical > .btn:focus,
    .btn-group-vertical > .btn:active,
    .btn-group-vertical > .btn.active {
      z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px; }

.btn-toolbar {
  margin-left: -5px; }
  .btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
  .btn-toolbar:after {
    clear: both; }
  .btn-toolbar .btn,
  .btn-toolbar .btn-group,
  .btn-toolbar .input-group {
    float: left; }
  .btn-toolbar > .btn,
  .btn-toolbar > .btn-group,
  .btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0; }

.btn-group > .btn:first-child {
  margin-left: 0; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group > .btn-group {
  float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0; }

.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px; }

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
  .btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
  margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table; }

.btn-group-vertical > .btn-group:after {
  clear: both; }

.btn-group-vertical > .btn-group > .btn {
  float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate; }
  .btn-group-justified > .btn,
  .btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
  .btn-group-justified > .btn-group .btn {
    width: 100%; }
  .btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 15px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 13px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 19px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }
  .nav:before, .nav:after {
    content: " ";
    display: table; }
  .nav:after {
    clear: both; }
  .nav > li {
    position: relative;
    display: block; }
    .nav > li > a {
      position: relative;
      display: block;
      padding: 10px 15px; }
      .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent; }
    .nav > li.disabled > a {
      color: #777777; }
      .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
        color: #777777;
        text-decoration: none;
        background-color: transparent;
        cursor: not-allowed; }
  .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: transparent;
    border-color: #337ab7; }
  .nav .nav-divider {
    height: 1px;
    margin: 11px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
  .nav > li > a > img {
    max-width: none; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
    .nav-tabs > li > a {
      margin-right: 2px;
      line-height: 1.6;
      border: 1px solid transparent;
      border-radius: 4px 4px 0 0; }
      .nav-tabs > li > a:hover {
        border-color: #eeeeee #eeeeee #ddd; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
      color: #555555;
      background-color: #fff;
      border: 1px solid #ddd;
      border-bottom-color: transparent;
      cursor: default; }

.nav-pills > li {
  float: left; }
  .nav-pills > li > a {
    border-radius: 4px; }
  .nav-pills > li + li {
    margin-left: 2px; }
  .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
  float: none; }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
  width: 100%; }
  .nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
      text-align: center;
      margin-bottom: 5px; }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
  @media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
      display: table-cell;
      width: 1%; }
      .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0; }
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
  @media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #ddd;
      border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #fff; } }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 24px;
  border: 1px solid transparent; }
  .navbar:before, .navbar:after {
    content: " ";
    display: table; }
  .navbar:after {
    clear: both; }
  @media (min-width: 992px) {
    .navbar {
      border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table; }

.navbar-header:after {
  clear: both; }

@media (min-width: 992px) {
  .navbar-header {
    float: left; } }

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch; }
  .navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
  .navbar-collapse:after {
    clear: both; }
  .navbar-collapse.in {
    overflow-y: auto; }
  @media (min-width: 992px) {
    .navbar-collapse {
      width: auto;
      border-top: 0;
      box-shadow: none; }
      .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
      .navbar-collapse.in {
        overflow-y: visible; }
      .navbar-fixed-top .navbar-collapse,
      .navbar-static-top .navbar-collapse,
      .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px; }
  @media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
      max-height: 200px; } }

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px; }
  @media (min-width: 992px) {
    .container > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
      margin-right: 0;
      margin-left: 0; } }

.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px; }
  @media (min-width: 992px) {
    .navbar-static-top {
      border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030; }
  @media (min-width: 992px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
      border-radius: 0; } }

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px; }

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0; }

.navbar-brand {
  float: left;
  padding: 13px 15px;
  font-size: 19px;
  line-height: 24px;
  height: 50px; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
  .navbar-brand > img {
    display: block; }
  @media (min-width: 992px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px; } }

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px; }
  .navbar-toggle:focus {
    outline: 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
  @media (min-width: 992px) {
    .navbar-toggle {
      display: none; } }

.navbar-nav {
  margin: 6.5px -15px; }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px; }
  @media (max-width: 991px) {
    .navbar-nav .open .dropdown-menu {
      position: static;
      float: none;
      width: auto;
      margin-top: 0;
      background-color: transparent;
      border: 0;
      box-shadow: none; }
      .navbar-nav .open .dropdown-menu > li > a,
      .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
      .navbar-nav .open .dropdown-menu > li > a {
        line-height: 24px; }
        .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
          background-image: none; } }
  @media (min-width: 992px) {
    .navbar-nav {
      float: left;
      margin: 0; }
      .navbar-nav > li {
        float: left; }
        .navbar-nav > li > a {
          padding-top: 13px;
          padding-bottom: 13px; } }

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 6px;
  margin-bottom: 6px; }
  @media (min-width: 768px) {
    .navbar-form .form-group {
      display: inline-block;
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .navbar-form .form-control-static {
      display: inline-block; }
    .navbar-form .input-group {
      display: inline-table;
      vertical-align: middle; }
      .navbar-form .input-group .input-group-addon,
      .navbar-form .input-group .input-group-btn,
      .navbar-form .input-group .form-control {
        width: auto; }
    .navbar-form .input-group > .form-control {
      width: 100%; }
    .navbar-form .control-label {
      margin-bottom: 0;
      vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
      display: inline-block;
      margin-top: 0;
      margin-bottom: 0;
      vertical-align: middle; }
      .navbar-form .radio label,
      .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
      position: relative;
      margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
      top: 0; } }
  @media (max-width: 991px) {
    .navbar-form .form-group {
      margin-bottom: 5px; }
      .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .navbar-form {
      width: auto;
      border: 0;
      margin-left: 0;
      margin-right: 0;
      padding-top: 0;
      padding-bottom: 0;
      -webkit-box-shadow: none;
      box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.navbar-btn {
  margin-top: 6px;
  margin-bottom: 6px; }
  .navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 9.5px;
    margin-bottom: 9.5px; }
  .navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
  margin-top: 13px;
  margin-bottom: 13px; }
  @media (min-width: 992px) {
    .navbar-text {
      float: left;
      margin-left: 15px;
      margin-right: 15px; } }

@media (min-width: 992px) {
  .navbar-left {
    float: left !important; }
  .navbar-right {
    float: right !important;
    margin-right: -15px; }
    .navbar-right ~ .navbar-right {
      margin-right: 0; } }

.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7; }
  .navbar-default .navbar-brand {
    color: #777; }
    .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
      color: #5e5d5d;
      background-color: transparent; }
  .navbar-default .navbar-text {
    color: #777; }
  .navbar-default .navbar-nav > li > a {
    color: #777; }
    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
      color: #333;
      background-color: transparent; }
  .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7; }
  .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent; }
  .navbar-default .navbar-toggle {
    border-color: #ddd; }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
      background-color: #ddd; }
    .navbar-default .navbar-toggle .icon-bar {
      background-color: #888; }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7; }
  .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555; }
  @media (max-width: 991px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
      color: #777; }
      .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #555;
      background-color: #e7e7e7; }
    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #ccc;
      background-color: transparent; } }
  .navbar-default .navbar-link {
    color: #777; }
    .navbar-default .navbar-link:hover {
      color: #333; }
  .navbar-default .btn-link {
    color: #777; }
    .navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
      color: #333; }
    .navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-default .btn-link:hover,
    fieldset[disabled] .navbar-default .btn-link:focus {
      color: #ccc; }

.navbar-inverse {
  background-color: #222;
  border-color: #090808; }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d; }
    .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-text {
    color: #9d9d9d; }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d; }
    .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
      color: #fff;
      background-color: transparent; }
  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090808; }
  .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
  .navbar-inverse .navbar-toggle {
    border-color: #333; }
    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
      background-color: #333; }
    .navbar-inverse .navbar-toggle .icon-bar {
      background-color: #fff; }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010; }
  .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090808;
    color: #fff; }
  @media (max-width: 991px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
      border-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
      color: #9d9d9d; }
      .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
      color: #fff;
      background-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
      color: #444;
      background-color: transparent; } }
  .navbar-inverse .navbar-link {
    color: #9d9d9d; }
    .navbar-inverse .navbar-link:hover {
      color: #fff; }
  .navbar-inverse .btn-link {
    color: #9d9d9d; }
    .navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
      color: #fff; }
    .navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus,
    fieldset[disabled] .navbar-inverse .btn-link:hover,
    fieldset[disabled] .navbar-inverse .btn-link:focus {
      color: #444; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 24px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }
  .breadcrumb > li {
    display: inline-block; }
    .breadcrumb > li + li:before {
      content: "/ ";
      padding: 0 5px;
      color: #ccc; }
  .breadcrumb > .active {
    color: #777777; }

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 24px 0;
  border-radius: 4px; }
  .pagination > li {
    display: inline; }
    .pagination > li > a,
    .pagination > li > span {
      position: relative;
      float: left;
      padding: 6px 12px;
      line-height: 1.6;
      text-decoration: none;
      color: #337ab7;
      background-color: #fff;
      border: 1px solid #ddd;
      margin-left: -1px; }
    .pagination > li:first-child > a,
    .pagination > li:first-child > span {
      margin-left: 0;
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .pagination > li:last-child > a,
    .pagination > li:last-child > span {
      border-bottom-right-radius: 4px;
      border-top-right-radius: 4px; }
  .pagination > li > a:hover, .pagination > li > a:focus,
  .pagination > li > span:hover,
  .pagination > li > span:focus {
    z-index: 3;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
  .pagination > .active > span,
  .pagination > .active > span:hover,
  .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
  .pagination > .disabled > span,
  .pagination > .disabled > span:hover,
  .pagination > .disabled > span:focus,
  .pagination > .disabled > a,
  .pagination > .disabled > a:hover,
  .pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 19px;
  line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 13px;
  line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px; }

.pager {
  padding-left: 0;
  margin: 24px 0;
  list-style: none;
  text-align: center; }
  .pager:before, .pager:after {
    content: " ";
    display: table; }
  .pager:after {
    clear: both; }
  .pager li {
    display: inline; }
    .pager li > a,
    .pager li > span {
      display: inline-block;
      padding: 5px 14px;
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 15px; }
    .pager li > a:hover,
    .pager li > a:focus {
      text-decoration: none;
      background-color: #eeeeee; }
  .pager .next > a,
  .pager .next > span {
    float: right; }
  .pager .previous > a,
  .pager .previous > span {
    float: left; }
  .pager .disabled > a,
  .pager .disabled > a:hover,
  .pager .disabled > a:focus,
  .pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px; }
  .badge:empty {
    display: none; }
  .btn .badge {
    position: relative;
    top: -1px; }
  .btn-xs .badge, .btn-group-xs > .btn .badge,
  .btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
  .list-group-item.active > .badge,
  .nav-pills > .active > a > .badge {
    color: #337ab7;
    background-color: #fff; }
  .list-group-item > .badge {
    float: right; }
  .list-group-item > .badge + .badge {
    margin-right: 5px; }
  .nav-pills > li > a > .badge {
    margin-left: 3px; }

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer; }

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 24px;
  line-height: 1.6;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out; }
  .thumbnail > img,
  .thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
  .thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7; }

.media {
  margin-top: 15px; }
  .media:first-child {
    margin-top: 0; }

.media,
.media-body {
  zoom: 1;
  overflow: hidden; }

.media-body {
  width: 10000px; }

.media-object {
  display: block; }
  .media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right {
  padding-left: 10px; }

.media-left,
.media > .pull-left {
  padding-right: 10px; }

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top; }

.media-middle {
  vertical-align: middle; }

.media-bottom {
  vertical-align: bottom; }

.media-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.media-list {
  padding-left: 0;
  list-style: none; }

.list-group {
  margin-bottom: 20px;
  padding-left: 0; }

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd; }
  .list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
  .list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
  color: #555; }
  a.list-group-item .list-group-item-heading,
  button.list-group-item .list-group-item-heading {
    color: #333; }
  a.list-group-item:hover, a.list-group-item:focus,
  button.list-group-item:hover,
  button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
  width: 100%;
  text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eeeeee;
  color: #777777;
  cursor: not-allowed; }
  .list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
  .list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }
  .list-group-item.active .list-group-item-heading,
  .list-group-item.active .list-group-item-heading > small,
  .list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
  .list-group-item.active:hover .list-group-item-heading > small,
  .list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
  .list-group-item.active:focus .list-group-item-heading > small,
  .list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
  .list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #c7ddef; }

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8; }

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d; }
  a.list-group-item-success .list-group-item-heading,
  button.list-group-item-success .list-group-item-heading {
    color: inherit; }
  a.list-group-item-success:hover, a.list-group-item-success:focus,
  button.list-group-item-success:hover,
  button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
  a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
  button.list-group-item-success.active,
  button.list-group-item-success.active:hover,
  button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d; }

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7; }

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f; }
  a.list-group-item-info .list-group-item-heading,
  button.list-group-item-info .list-group-item-heading {
    color: inherit; }
  a.list-group-item-info:hover, a.list-group-item-info:focus,
  button.list-group-item-info:hover,
  button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
  a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
  button.list-group-item-info.active,
  button.list-group-item-info.active:hover,
  button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f; }

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3; }

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b; }
  a.list-group-item-warning .list-group-item-heading,
  button.list-group-item-warning .list-group-item-heading {
    color: inherit; }
  a.list-group-item-warning:hover, a.list-group-item-warning:focus,
  button.list-group-item-warning:hover,
  button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
  a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
  button.list-group-item-warning.active,
  button.list-group-item-warning.active:hover,
  button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b; }

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede; }

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442; }
  a.list-group-item-danger .list-group-item-heading,
  button.list-group-item-danger .list-group-item-heading {
    color: inherit; }
  a.list-group-item-danger:hover, a.list-group-item-danger:focus,
  button.list-group-item-danger:hover,
  button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
  a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
  button.list-group-item-danger.active,
  button.list-group-item-danger.active:hover,
  button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442; }

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px; }

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3; }

.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); }

.panel-body {
  padding: 15px; }
  .panel-body:before, .panel-body:after {
    content: " ";
    display: table; }
  .panel-body:after {
    clear: both; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 17px;
  color: inherit; }
  .panel-title > a,
  .panel-title > small,
  .panel-title > .small,
  .panel-title > small > a,
  .panel-title > .small > a {
    color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0; }
  .panel > .list-group .list-group-item,
  .panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
  .panel > .list-group:first-child .list-group-item:first-child,
  .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
  .panel > .list-group:last-child .list-group-item:last-child,
  .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.list-group + .panel-footer {
  border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0; }
  .panel > .table caption,
  .panel > .table-responsive > .table caption,
  .panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px; }
  .panel > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table:first-child > tbody:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
  .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
      border-top-left-radius: 3px; }
    .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
    .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
      border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }
  .panel > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table:last-child > tfoot:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
  .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
      border-bottom-left-radius: 3px; }
    .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
    .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
      border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0; }
  .panel > .table-bordered > thead > tr > th:first-child,
  .panel > .table-bordered > thead > tr > td:first-child,
  .panel > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-bordered > tfoot > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
  .panel > .table-bordered > thead > tr > th:last-child,
  .panel > .table-bordered > thead > tr > td:last-child,
  .panel > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-bordered > tfoot > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
  .panel > .table-bordered > thead > tr:first-child > td,
  .panel > .table-bordered > thead > tr:first-child > th,
  .panel > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-bordered > tbody > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
  .panel > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-bordered > tfoot > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
  .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0; }

.panel-group {
  margin-bottom: 24px; }
  .panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
    .panel-group .panel + .panel {
      margin-top: 5px; }
  .panel-group .panel-heading {
    border-bottom: 0; }
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: 1px solid #ddd; }
  .panel-group .panel-footer {
    border-top: 0; }
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: 1px solid #ddd; }

.panel-default {
  border-color: #ddd; }
  .panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
    .panel-default > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ddd; }
    .panel-default > .panel-heading .badge {
      color: #f5f5f5;
      background-color: #333333; }
  .panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
  border-color: #337ab7; }
  .panel-primary > .panel-heading {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
    .panel-primary > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #337ab7; }
    .panel-primary > .panel-heading .badge {
      color: #337ab7;
      background-color: #fff; }
  .panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #337ab7; }

.panel-success {
  border-color: #d6e9c6; }
  .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6; }
    .panel-success > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #d6e9c6; }
    .panel-success > .panel-heading .badge {
      color: #dff0d8;
      background-color: #3c763d; }
  .panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6; }

.panel-info {
  border-color: #bce8f1; }
  .panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1; }
    .panel-info > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #bce8f1; }
    .panel-info > .panel-heading .badge {
      color: #d9edf7;
      background-color: #31708f; }
  .panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1; }

.panel-warning {
  border-color: #faebcc; }
  .panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc; }
    .panel-warning > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #faebcc; }
    .panel-warning > .panel-heading .badge {
      color: #fcf8e3;
      background-color: #8a6d3b; }
  .panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc; }

.panel-danger {
  border-color: #ebccd1; }
  .panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1; }
    .panel-danger > .panel-heading + .panel-collapse > .panel-body {
      border-top-color: #ebccd1; }
    .panel-danger > .panel-heading .badge {
      color: #f2dede;
      background-color: #a94442; }
  .panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1; }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.close {
  float: right;
  font-size: 22.5px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.6px; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.6; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 13px;
  opacity: 0;
  filter: alpha(opacity=0); }
  .tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
  .tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
  .tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
  .tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
  .tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px; }

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid; }

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000; }

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000; }

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1239px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1240px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1240px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1240px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1240px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1239px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1240px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.2857142857em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.8571428571em; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-genderless:before,
.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.btn {
  -moz-transition: color 0.2s, background-color 0.2s, border-color 0.2s ease-in-out;
  -ms-transition: color 0.2s, background-color 0.2s, border-color 0.2s ease-in-out;
  -o-transition: color 0.2s, background-color 0.2s, border-color 0.2s ease-in-out;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s, background-color 0.2s, border-color 0.2s ease-in-out; }

.btn-accent {
  border-radius: 0px;
  font-size: 1em;
  background-color: #f9874c;
  color: #fff;
  padding: .75em 1.5em; }
  .btn-accent:hover, .btn-accent:active, .btn-accent:focus {
    color: #fff;
    background: #fba87d; }

.btn-folloup-header {
  background: #fff;
  color: #ee3524;
  padding: 1em 2.5em;
  margin-bottom: .5em;
  width: 100%;
  font-size: 1em; }

/****** animations ******/
.animated {
  /*** defines total length of all animations with this class... longer = slower ***/
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

/****** fadein left @neg10% ******/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-moz-keyframes fadeInRight {
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes fadeInRight {
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@-o-keyframes fadeInRight {
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

@keyframes fadeInRight {
  to {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

/***** fade in animation *****/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

/******* fade out animation ********/
-webkit-keyframes fadeOut from {
  opacity: 1; }

-webkit-keyframes fadeOut to {
  opacity: 0; }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

/******delays for animation ******/
/*** first ***/
.banner-content {
  -webkit-animation-delay: .2s;
  /* Chrome, Safari, Opera */
  animation-delay: .2s; }

/*** second ***/
.buttons-container {
  -webkit-animation-delay: 1s;
  /* Chrome, Safari, Opera */
  animation-delay: 1s; }

.dropdown-menu.animated.fadeIn {
  /*
   * Example of further customisation for the "fadeIn" effect
   * Can be used for all effects ie. .dropdown-menu.animated.EFFECTNAME
   */
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

.dropdown-menu.animated {
  /* Speed up animations */
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease; }

/**
 * Typography - Color Adjustments
 * The recommended colors are listed below under their selectors. They are
 * commented out by default.
 *
 * It is recommended that the darkest color are the headers, followed by the
 * "lead", then the standard body text to help with separation and readibility.
 */
h1, .h1, h2, .h2, h3, .h3,
h4, .h4, h5, .h5, h6, .h6 {
  font-family: "Rubik", Helvetica, Arial, sans-serif; }

/**
 * Typography + Spacing Adjustments
 * Adjusts the typography in Bootstrap to work off of responsive ems instead
 * of pixels. If the user changes the font-size in body, all of the headers
 * (h1, h2, h3, h4, h5, h6) and other text elements will respond accordingly
 * with appropriate line-height and margin spacing.
 */
h1, .h1 {
  font-size: 2.6em; }

h2, .h2 {
  font-size: 2.15em; }

h3, .h3 {
  font-size: 1.7em; }

h4, .h4 {
  font-size: 1.25em; }

h5, .h5 {
  font-size: 1em; }

h6, .h6 {
  font-size: 0.85em; }

h1, .h1, h2, .h2, h3, .h3,
h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  line-height: 1.3; }

pre {
  font-size: 0.9em; }

.lead {
  font-weight: 400;
  font-size: 1.3em;
  margin-bottom: 1em; }

blockquote {
  font-size: 1.25em;
  /* Same size as h4 */ }

p {
  margin-bottom: 1.25em; }

.highlight {
  margin-bottom: 1.65em; }

address,
legend,
.alert,
.breadcrumb,
.flex-video,
.form-group,
.jumbotron p,
.list-group,
.progress,
.table,
.well {
  margin-bottom: 1.5em; }

/*List-based selectors are separated*/
dt,
ul,
ol {
  margin-bottom: 1.5em; }

/*Adding margin-top offset to lists if followed by a paragraph for even spacing*/
p + dt,
p + ul,
p + ol {
  margin-top: -0.15em; }

.product-list .product-item, .featured-articles-region .article-list-item:nth-child(1), .featured-articles-region .article-list-item:nth-child(2), .featured-articles-region .article-list-item:nth-child(3), .col-3-articles-region .article-list-item, .col-2-articles-region .article-list-item {
  box-sizing: border-box;
  position: relative;
  float: left;
  padding-left: 15px;
  padding-right: 15px; }

.product-list, .featured-articles-region, .col-3-articles-region, .col-2-articles-region {
  clear: both;
  margin-left: -15px;
  margin-right: -15px; }
  .product-list:after, .featured-articles-region:after, .col-3-articles-region:after, .col-2-articles-region:after {
    content: " ";
    display: block;
    clear: both; }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y; }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    display: none; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

.logo-region {
  padding-right: .5em; }

.logo {
  width: 185px;
  height: 37px;
  display: inline-block; }
  @media (min-width: 992px) {
    .logo {
      width: 265px;
      height: 52px; } }

.navbar-toggle {
  background-color: transparent;
  width: 85px;
  height: 40px;
  border: 1px solid;
  border-color: #fff;
  border-radius: 0px;
  margin: 0em;
  color: #fff;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out; }
  .navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus {
    background-color: rgba(13, 13, 13, 0); }
  .navbar-toggle .menu-text {
    float: left;
    font-size: .867em; }

.navbar-toggle.collapsed span {
  background-color: #fff; }
  .navbar-toggle.collapsed span:before {
    -webkit-transform: translateY(-250%);
    transform: translateY(-250%); }
  .navbar-toggle.collapsed span:after {
    -webkit-transform: translateY(250%);
    transform: translateY(250%); }

.navbar-toggle span {
  position: absolute;
  background-color: transparent;
  top: 50%;
  display: block;
  height: 2px;
  right: 15%;
  width: 20%;
  -moz-transition: background-color 0.1s ease-in-out;
  -ms-transition: background-color 0.1s ease-in-out;
  -o-transition: background-color 0.1s ease-in-out;
  transition: background-color 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s ease-in-out; }
  .navbar-toggle span:before, .navbar-toggle span:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    content: '';
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out; }
  .navbar-toggle span:before {
    -webkit-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg); }
  .navbar-toggle span:after {
    -webkit-transform: translateY(0) rotate(-45deg);
    transform: translateY(0) rotate(-45deg); }

.mobile-secondary-nav-container {
  margin: 1.5em; }
  .mobile-secondary-nav-container .navbar-nav > li > a {
    font-size: .867em;
    padding: .5em 0em; }

.mobile-primary-nav-container .navbar-nav > li {
  border-bottom: 1px solid;
  border-color: #E9E9E9; }
  .mobile-primary-nav-container .navbar-nav > li > a {
    color: #ee3524;
    padding: 1em 1.5em; }

.mobile-primary-nav-container .dropdown-menu a {
  font-size: .867em; }

.mobile-nav-container .navbar-nav {
  margin: 0em; }
  .mobile-nav-container .navbar-nav a {
    color: #ee3524; }

.mobile-cart-container {
  border-top: 1px solid;
  border-color: #E9E9E9;
  padding: 1em 1em; }
  .mobile-cart-container a {
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    display: block;
    color: #ee3524;
    font-size: .867em; }
    .mobile-cart-container a i {
      margin-right: .75em; }
  .mobile-cart-container .view-cart-text {
    float: right; }

.mobile-user-login a {
  -moz-transition: color 0.2s, background-color 0.2s ease-in-out;
  -ms-transition: color 0.2s, background-color 0.2s ease-in-out;
  -o-transition: color 0.2s, background-color 0.2s ease-in-out;
  transition: color 0.2s, background-color 0.2s ease-in-out;
  -webkit-transition: color 0.2s, background-color 0.2s ease-in-out;
  display: block;
  padding: 1em 2em;
  text-align: center;
  background-color: #ee3524;
  color: #fff; }
  .mobile-user-login a:hover, .mobile-user-login a:active, .mobile-user-login a:focus {
    color: #fff;
    background-color: #e72412; }
  .mobile-user-login a .user-login-text {
    padding-top: .5em;
    font-size: 1.1em; }

.mobile-user-login .login-icon {
  margin-left: auto;
  width: 40px;
  margin-right: auto;
  text-align: center;
  display: block;
  margin-bottom: .5em; }

.nav-search {
  position: relative; }

.mobile-search-container {
  padding: 1.5em; }
  .mobile-search-container input.nav-search-input {
    width: 100%;
    height: 50px;
    padding: 1em 1em;
    border: 2px solid;
    border-color: #E9E9E9;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: none;
    -moz-transition: border-color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out; }
  .mobile-search-container input.nav-search-input:hover, .mobile-search-container input.nav-search-input:active, .mobile-search-container input.nav-search-input:focus {
    border-color: #d0cfcf; }

.nav-search-submit {
  display: block;
  line-height: 50px;
  overflow: hidden;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: transparent;
  border: none;
  text-indent: 100%;
  padding: 0em; }

.nav-search-submit:after {
  content: "";
  display: inline-block;
  background: url("../img/search-icon-colour.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 3em;
  height: 3em; }

body {
  position: relative; }

.main-wrap {
  overflow-x: hidden;
  position: relative; }

.over-navbar-right {
  position: absolute;
  background-color: #fff;
  width: 300px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  visibility: hidden;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }
  @media (min-width: 768px) {
    .over-navbar-right {
      width: 340px; } }

.over-navbar-right.onl-hide {
  visibility: hidden; }

@media (max-width: 992px) {
  .over-navbar-right.onl-show {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.content-wrap:before {
  position: fixed;
  content: "";
  background-color: #000;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -5;
  transition: opacity 300ms ease-out 0ms, z-index 0s linear 300ms;
  -webkit-transition: opacity 300ms ease-out 0ms, z-index 0s linear 300ms; }

@media (max-width: 992px) {
  .content-wrap.main-menu-overlay:before,
  .content-wrap.onl-push:before {
    opacity: 0.6;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 4;
    transition: opacity 300ms ease-in-out;
    -webkit-transition: opacity 300ms ease-in-out; } }

.header-secondary-nav .navbar-nav > li > a {
  font-size: .867em;
  padding: .75em 0em .75em 1em; }
  .header-secondary-nav .navbar-nav > li > a i {
    margin-right: .5em; }

.header-secondary-nav.evo-nav .navbar-nav {
  float: right; }

.logo-region,
.header-actions {
  display: table-cell;
  vertical-align: middle; }

.header-actions {
  width: 100%; }
  .header-actions .navbar-nav {
    margin: 0em; }
  @media (max-width: 992px) {
    .header-actions .navbar-nav {
      display: none; } }

.navbar-position {
  position: relative; }

.primary-nav .navbar-nav a:hover .caret {
  opacity: .8; }

.nav .caret {
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  opacity: .3; }

.nav > li > a:hover .caret, .nav > li > a:active .caret, .nav > li > a:focus .caret {
  opacity: 1; }

.navbar {
  min-height: 0px;
  margin-bottom: 0em;
  border-bottom: 0px;
  border-radius: 0;
  border: 0; }
  .navbar .caret {
    margin-left: .5em; }
    @media (min-width: 1240px) {
      .navbar .caret {
        margin-left: .75em; } }
  .navbar .nav > li > a {
    padding: 1.5em 1em;
    line-height: 1.4; }
    @media (min-width: 992px) {
      .navbar .nav > li > a {
        font-size: .95em;
        padding: 1em 1em; } }
    @media (min-width: 1240px) {
      .navbar .nav > li > a {
        font-size: 1.05em; } }

.navbar-collapse {
  box-shadow: none;
  border-top: none; }

.header-primary-nav-container .dropdown-menu {
  overflow: visible; }

.header-primary-nav-container .navbar-nav .dropdown {
  position: static !important; }

.header-primary-nav-container .navbar-nav .open > .dropdown-menu {
  display: block;
  opacity: 1 !important;
  pointer-events: all;
  z-index: 10;
  border: 0px; }

.header-primary-nav-container .navbar-nav li.dropdown.open > a:after {
  border-top-color: transparent;
  content: "";
  border-width: 1em 1em;
  border-style: solid;
  border-color: #efefef transparent transparent;
  border-bottom-color: #efefef;
  width: 30px;
  z-index: 3;
  border-top-width: 0;
  margin: 0em auto;
  position: absolute;
  bottom: -1em;
  left: 0;
  right: 0; }

.header-primary-nav-container .navbar-nav .dropdown-menu > li {
  width: calc(33.3% - 2em);
  margin-right: 2em;
  padding-top: 0em;
  float: left; }
  .header-primary-nav-container .navbar-nav .dropdown-menu > li:nth-child(3n) {
    margin-right: 0em; }

.header-primary-nav-container .navbar-nav .dropdown-menu {
  width: 100%;
  position: absolute;
  transform: translateX(0);
  background-color: #efefef;
  opacity: 0;
  display: none;
  pointer-events: none;
  border-radius: 0px;
  box-shadow: none;
  padding: 2em 1.5em;
  z-index: -1; }
  @media (min-width: 992px) {
    .header-primary-nav-container .navbar-nav .dropdown-menu {
      width: 992px; } }
  @media (min-width: 1240px) {
    .header-primary-nav-container .navbar-nav .dropdown-menu {
      width: 1240px; } }
  .header-primary-nav-container .navbar-nav .dropdown-menu .dropdown-toggle {
    color: #434343;
    font-size: 1.3em;
    padding: 0em 0em .5em 0em;
    cursor: default; }
  .header-primary-nav-container .navbar-nav .dropdown-menu .caret {
    display: none; }

.header-primary-nav-container .navbar-nav > li > ul.dropdown-menu:before {
  left: -100%; }

.header-primary-nav-container .navbar-nav > li > ul.dropdown-menu:after {
  right: -99.99%; }

.header-primary-nav-container .navbar-nav > li > ul.dropdown-menu:after,
.header-primary-nav-container .navbar-nav > li > ul.dropdown-menu:before {
  content: '';
  background-color: #efefef;
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0; }

.header-primary-nav-container .dropdown-submenu .dropdown-menu li {
  width: 100%;
  border-top: 1px solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.1); }

.header-primary-nav-container .dropdown-submenu .dropdown-menu {
  z-index: 10;
  display: block;
  pointer-events: all;
  z-index: 10; }

.header-primary-nav-container .dropdown-submenu .dropdown-menu {
  position: relative;
  width: 100%;
  opacity: 1;
  padding: 1em 0em;
  border: 0px; }

.header-primary-nav-container .dropdown-menu > li > a {
  padding: .5em 0em;
  color: #ee3524;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out; }
  .header-primary-nav-container .dropdown-menu > li > a:hover, .header-primary-nav-container .dropdown-menu > li > a:active, .header-primary-nav-container .dropdown-menu > li > a:focus {
    background: none;
    color: #434343; }

.header-search-form {
  top: 0em;
  visibility: hidden;
  position: fixed;
  visibility: hidden;
  overflow-y: scroll;
  max-height: 600px;
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  width: 100%;
  z-index: 15;
  transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  background: #434343;
  padding: 1.5em 0em; }
  .header-search-form .input-group input {
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: 0 0;
    font-weight: 400;
    font-size: 1.5em;
    padding: 0em; }
    .header-search-form .input-group input:input[placeholder] {
      color: #fff;
      font-size: .867em; }
    .header-search-form .input-group input::-webkit-input-placeholder {
      color: #fff;
      font-size: .867em; }
    .header-search-form .input-group input::-moz-placeholder {
      color: #fff;
      font-size: .867em; }
    .header-search-form .input-group input:-ms-input-placeholder {
      color: #fff;
      font-size: .867em; }
  .header-search-form .input-group {
    border-radius: 3px;
    padding: 1em;
    background-color: #fff;
    /* The Fallback */
    background-color: rgba(255, 255, 255, 0.2); }
  .header-search-form .header-search-description {
    margin-top: 1em;
    color: #fff; }
  .header-search-form .header-search-text {
    text-align: center;
    font-size: .8em;
    opacity: .25; }
  .header-search-form.is-open {
    visibility: visible;
    -ms-transform: translateY(0em);
    transform: translateY(0em); }
  .header-search-form .btn-nav-search.close-search {
    background: none;
    color: #fff;
    border: 2px solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.25);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    -moz-transition: border-color 0.2s ease-in-out;
    -ms-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    -webkit-transition: border-color 0.2s ease-in-out; }
    .header-search-form .btn-nav-search.close-search:hover, .header-search-form .btn-nav-search.close-search:active, .header-search-form .btn-nav-search.close-search:focus {
      outline: none;
      border-color: #fff; }

.main-wrap:before {
  position: fixed;
  content: "";
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -10;
  -webkit-transition: opacity 300ms ease-in-out 0ms;
  -moz-transition: opacity 300ms ease-in-out 0ms;
  -ms-transition: opacity 300ms ease-in-out 0ms;
  -o-transition: opacity 300ms ease-in-out 0ms; }

.main-wrap.search-overlay:before {
  background-color: #000;
  opacity: 0.3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 8;
  transition: opacity 300ms ease-in-out;
  -webkit-transition: opacity 300ms ease-in-out; }

.core-header-2 .primary-nav-row,
.core-header-2 .header-logo-search-container,
.core-header-2 .header-primary-nav-container,
.core-header-2 .header-secondary-nav-container {
  position: relative; }

.core-header-2 .header-secondary-nav-container {
  z-index: 10; }

.core-header-2 .header-primary-nav-container {
  z-index: 9; }

.core-header-2 {
  position: relative; }
  .core-header-2 .header-secondary-nav-container {
    padding: 1em 0em; }
    .core-header-2 .header-secondary-nav-container .client-nav {
      float: right;
      margin: 0em; }
    .core-header-2 .header-secondary-nav-container .navbar-nav > li > a i,
    .core-header-2 .header-secondary-nav-container .navbar-nav > li > a .login-icon {
      opacity: .3; }
    .core-header-2 .header-secondary-nav-container .navbar-nav > li > a {
      color: #fff; }
      .core-header-2 .header-secondary-nav-container .navbar-nav > li > a:hover {
        color: #fff; }
  .core-header-2 .header-primary-nav-container {
    background: #fff; }
    @media (max-width: 992px) {
      .core-header-2 .header-primary-nav-container {
        display: none; } }
    .core-header-2 .header-primary-nav-container .navbar {
      background-color: transparent; }
    .core-header-2 .header-primary-nav-container .navbar-nav > li > a {
      padding: .25em 1em .25em 0em;
      color: #434343;
      padding: 1.5em 1em;
      line-height: 1.4;
      /*&:hover {
							background: lighten($header-primary-nav-container-background, 5%);
						
					}*/ }
      @media (min-width: 992px) {
        .core-header-2 .header-primary-nav-container .navbar-nav > li > a {
          font-size: .95em;
          padding: 1em; } }
      @media (min-width: 1240px) {
        .core-header-2 .header-primary-nav-container .navbar-nav > li > a {
          font-size: 1.05em; } }

.not-front .core-header-2 .header-primary-nav-container {
  background: #fff; }
  .not-front .core-header-2 .header-primary-nav-container .navbar-nav > li:first-child > a {
    border-left: 1px solid;
    border-color: #E9E9E9; }
  .not-front .core-header-2 .header-primary-nav-container .navbar-nav > li > a {
    text-align: center;
    border-right: 1px solid;
    border-color: #E9E9E9; }

@media (min-width: 992px) {
  .front .core-header-2 {
    position: absolute;
    width: 100%;
    z-index: 9; } }
  @media (min-width: 992px) and (min-width: 992px) {
    .front .core-header-2 .header-primary-nav-container {
      background-color: transparent;
      content: "";
      bottom: 0;
      left: 0;
      z-index: 2;
      background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, rgba(0, 0, 0, 0.4)), color-stop(100%, transparent));
      background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), transparent 100%);
      background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4), transparent 100%);
      background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.4), transparent 100%);
      background-image: linear-gradient(top, rgba(0, 0, 0, 0.4), transparent 100%); } }

@media (min-width: 992px) {
    .front .core-header-2 .header-primary-nav-container .navbar-nav > li > a {
      color: #fff; } }

.core-header-2 .search-container {
  margin: 1.5em 0em; }

.core-header-2 .header-secondary-nav-container {
  padding: 1em 0em;
  background: #ee3524; }
  .core-header-2 .header-secondary-nav-container .secondary-nav-row {
    margin: 0em; }

.core-header-2 .header-primary-nav-container .navbar-nav {
  display: flex;
  flex-flow: row nowrap;
  width: 100%; }
  .core-header-2 .header-primary-nav-container .navbar-nav > li {
    flex: 1 1 auto; }
  .core-header-2 .header-primary-nav-container .navbar-nav > li.open > a {
    background: #efefef;
    color: #434343; }
  .core-header-2 .header-primary-nav-container .navbar-nav > li > a {
    text-align: center; }
  .core-header-2 .header-primary-nav-container .navbar-nav > li > a {
    padding: .25em 1em .25em 0em;
    color: #434343;
    padding: 1.5em 1em;
    line-height: 1.4; }
    @media (min-width: 992px) {
      .core-header-2 .header-primary-nav-container .navbar-nav > li > a {
        font-size: 1em;
        padding: 1em 1em; } }
    @media (min-width: 1240px) {
      .core-header-2 .header-primary-nav-container .navbar-nav > li > a {
        font-size: 1.1em;
        padding: 1.25em 1em; } }

@media (min-width: 992px) {
  .home-banner-region .home-banner-1 .header-content-position {
    padding: 16em 0em 9em 0em; } }

.client-footer-section .node-edit-wrapper a {
  color: #fff; }

.client-footer-section {
  z-index: 2;
  position: relative;
  background: #eeede8;
  color: #535e69;
  padding: 2em 0em; }
  @media (min-width: 992px) {
    .client-footer-section {
      padding: 3em 0em; } }
  .client-footer-section a {
    color: #535e69; }
    .client-footer-section a:hover, .client-footer-section a:active, .client-footer-section a:focus {
      color: #ee3524; }
  .client-footer-section .upper-footer-region .footer-logo-cta {
    display: table;
    height: 3.5em; }
  .client-footer-section .upper-footer-region .footer-logo {
    width: 180px; }
  .client-footer-section .upper-footer-region .footer-slogan {
    padding-left: 2em; }
    .client-footer-section .upper-footer-region .footer-slogan .footer-slogan-text {
      display: none; }
      @media (min-width: 992px) {
        .client-footer-section .upper-footer-region .footer-slogan .footer-slogan-text {
          display: block;
          font-style: italic;
          font-size: 1.2em; } }
  .client-footer-section .upper-footer-region .footer-slogan,
  .client-footer-section .upper-footer-region .footer-logo {
    display: table-cell;
    vertical-align: middle; }
  .client-footer-section .upper-footer-region .footer-contact li {
    float: left;
    padding-right: 2em; }
  .client-footer-section .footer-contact ul {
    list-style-type: none; }
  .client-footer-section .footer-contact li {
    margin: 1em 0em; }
  .client-footer-section .footer-contact i {
    margin-right: .75em; }
  .client-footer-section a {
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out; }

.copyright {
  position: relative;
  font-size: .8em;
  text-align: center; }
  @media (min-width: 992px) {
    .copyright {
      text-align: left;
      padding-top: 3em;
      top: 0.5em; } }
  @media (min-width: 992px) {
    .copyright:before {
      content: "";
      position: absolute;
      top: .5em;
      width: 2em;
      height: 2px;
      background-color: #fff; } }

.footer-region:not(:first-child) {
  margin-top: 1em;
  padding-top: 1em; }
  @media (min-width: 992px) {
    .footer-region:not(:first-child) {
      margin-top: 1.5em;
      padding-top: 1.5em; } }

@media (min-width: 992px) {
  .lower-footer-region {
    border-top: 1px solid;
    border-color: #dedede; } }

@media (max-width: 992px) {
  .footer-navigation li,
  .footer-copyright li {
    margin: 0em auto 1em auto; } }

.footer-navigation {
  text-align: right; }
  @media (min-width: 992px) {
    .footer-navigation li {
      float: right;
      margin-left: 1.5em; } }

.footer-copyright {
  text-align: left; }
  @media (min-width: 992px) {
    .footer-copyright li {
      float: left;
      margin-right: 1.5em; } }

.footer-navigation,
.footer-copyright {
  font-size: .867em;
  margin: 0em auto;
  text-align: center; }
  .footer-navigation a,
  .footer-copyright a {
    color: #535e69;
    -moz-transition: color 0.3s ease-in-out;
    -ms-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    -webkit-transition: color 0.3s ease-in-out; }
    .footer-navigation a:hover, .footer-navigation a:active, .footer-navigation a:focus,
    .footer-copyright a:hover,
    .footer-copyright a:active,
    .footer-copyright a:focus {
      color: #ee3524; }

.evo-logo {
  width: 26px;
  height: 19px;
  fill: #434343;
  opacity: .5; }
  .evo-logo:hover, .evo-logo:active, .evo-logo:focus {
    opacity: 1; }

.menu-block-row [class*="col-"]:nth-child(4) .footer-menu-block {
  border-right: 0px; }

.footer-menu-block {
  width: 100%; }
  @media (min-width: 992px) {
    .footer-menu-block {
      border-right: 1px solid #dedede;
      padding-right: 1em; } }
  .footer-menu-block h3 {
    position: relative;
    color: #171a1d;
    font-size: 1.2em;
    font-weight: 400; }
    @media (min-width: 992px) {
      .footer-menu-block h3 {
        cursor: initial;
        margin-top: 1em;
        margin-bottom: .5em; } }
  .footer-menu-block .dropdown-backdrop {
    position: relative; }
  .footer-menu-block i {
    width: 1.5em;
    padding-right: .5em; }
  .footer-menu-block.dropdown-toggle {
    display: block;
    position: relative; }
    @media (min-width: 992px) {
      .footer-menu-block.dropdown-toggle {
        padding: 1em 0em;
        color: #171a1d; } }
  .footer-menu-block .caret {
    width: 1em;
    height: 1em;
    position: absolute;
    right: 0;
    transform-origin: 29%;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out; }
    @media (min-width: 992px) {
      .footer-menu-block .caret {
        display: none; } }
  .footer-menu-block .open .caret {
    transform: rotate(180deg); }
  .footer-menu-block.active {
    color: #535e69;
    /* The Fallback */
    color: rgba(83, 94, 105, 0.5); }
  .footer-menu-block a {
    font-size: .9em;
    color: #535e69; }
    @media (min-width: 992px) {
      .footer-menu-block a {
        font-size: .867em; } }
    .footer-menu-block a:hover, .footer-menu-block a:active, .footer-menu-block a:focus {
      color: #ee3524; }
  .footer-menu-block > li {
    padding: .5em 0em;
    list-style: none;
    border-bottom: 1px solid;
    color: #535e69;
    border-color: #dedede; }
    @media (min-width: 992px) {
      .footer-menu-block > li {
        padding: 0em 0em;
        border: none;
        color: #535e69;
        /* The Fallback */
        color: rgba(83, 94, 105, 0.5); } }
    .footer-menu-block > li.open ul {
      display: block; }
    .footer-menu-block > li ul {
      display: none; }
      @media (min-width: 992px) {
        .footer-menu-block > li ul {
          padding: 0em 0em 1em 0em;
          display: block; } }
      .footer-menu-block > li ul li {
        padding: 0.5em 0em; }
  .footer-menu-block .footer-menu-block li ul {
    display: block; }

.footer-menu-block .logo {
  width: 180px;
  height: 72px;
  margin-bottom: 1em; }

@media (min-width: 992px) {
  .footer-menu-block .description {
    margin-right: 2em; } }

.footer-cta-block h3 {
  color: #171a1d; }

.footer-cta-block .footer-logo {
  display: none; }
  @media (min-width: 992px) {
    .footer-cta-block .footer-logo {
      display: block;
      width: 280px;
      height: 45px;
      margin: 1em 0em; } }

.footer-cta-block .footer-cta-block-content {
  overflow: hidden;
  text-align: center;
  padding-bottom: 1em; }
  @media (min-width: 992px) {
    .footer-cta-block .footer-cta-block-content {
      text-align: left;
      padding-bottom: 0em; } }

.footer-cta-block .footer-cta-description {
  margin-bottom: 1em; }

.footer-cta-block .footer-cta-btn {
  padding: .75em 2em;
  display: inline-block;
  border: 1px solid;
  margin-bottom: 1em;
  border-color: #ee3524;
  background-color: #ee3524;
  color: #fff; }
  .footer-cta-block .footer-cta-btn:hover, .footer-cta-block .footer-cta-btn:active, .footer-cta-block .footer-cta-btn:focus {
    color: #fff; }
  .footer-cta-block .footer-cta-btn i {
    padding-left: 1em; }

.footer-cta-block .footer-contact {
  font-size: .867em; }

.footer-cta-block .footer-social {
  padding-top: 1em; }

.footer-cta-block .address-info h3 {
  font-size: 1.2em;
  margin: 1em 0em;
  font-weight: 400; }

.footer-cta-block .address-info .address {
  font-size: .867em; }

.footer-cta-block > div + div {
  margin-top: 1em;
  border-top: 1px solid;
  border-color: #dedede; }

@media (max-width: 992px) {
  .footer-social {
    background: rgba(0, 0, 0, 0.1);
    padding: 3em 2em; } }

.footer-social .footer-social-title {
  margin-bottom: .5em;
  font-size: 1.2em; }
  @media (min-width: 992px) {
    .footer-social .footer-social-title {
      display: none; } }

.footer-quick-links {
  float: none;
  text-align: center; }
  .footer-quick-links .btn-quick-links {
    width: 100%;
    padding: .5em 1em;
    background: transparent;
    border-radius: 0px;
    border: 1px solid;
    border-color: #dedede;
    text-align: left;
    height: 3.5em;
    font-size: 1em; }
    .footer-quick-links .btn-quick-links .caret {
      padding-right: 1em;
      float: right; }
  .footer-quick-links .btn-quick-links {
    background-color: transparent; }
  .footer-quick-links .dropdown-backdrop {
    position: relative; }
  .footer-quick-links .btn-group {
    width: 100%; }
  .footer-quick-links .dropup .caret {
    border: none;
    color: #434343; }
  .footer-quick-links .quick-links-text {
    float: left; }
  .footer-quick-links .quick-link-title {
    float: left; }
  .footer-quick-links .dropdown-menu {
    width: 100%;
    border-radius: 0px;
    border: 1px solid #E9E9E9;
    border-bottom: 0px;
    background-clip: initial;
    margin-bottom: 0;
    padding: 0em; }
    .footer-quick-links .dropdown-menu li:not(:last-child) a {
      border-bottom: 1px solid #E9E9E9; }
    .footer-quick-links .dropdown-menu a {
      padding: .75em 1em; }
      .footer-quick-links .dropdown-menu a:hover, .footer-quick-links .dropdown-menu a:active, .footer-quick-links .dropdown-menu a:focus {
        color: #ee3524; }

.footer-social {
  text-align: center; }
  @media (min-width: 992px) {
    .footer-social {
      text-align: left; } }
  .footer-social .social-list {
    /*		margin: 2em auto;
		@media (min-width: $screen-md-min) {
			margin: 1em 0em;
		}*/ }
    .footer-social .social-list li:first-child {
      padding-left: 0px; }
      @media (min-width: 992px) {
        .footer-social .social-list li:first-child {
          margin-left: -.25em; } }
  .footer-social .social-icon {
    margin: 0em auto;
    background-color: #434343;
    border-radius: 100%;
    display: block;
    font-size: 1em;
    height: 2em;
    position: relative;
    text-align: center;
    width: 2em;
    line-height: inherit;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out; }
    .footer-social .social-icon i {
      line-height: 2;
      color: #fff; }
  .footer-social li a {
    text-align: center;
    display: block;
    -moz-transition: transform 0.3s ease-in-out;
    -ms-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out; }
  .footer-social li:hover a {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px); }
    @media (min-width: 992px) {
      .footer-social li:hover a .social-label {
        opacity: 1;
        display: block; } }
    .footer-social li:hover a .social-icon {
      background-color: #ee3524; }
      .footer-social li:hover a .social-icon i {
        color: #fff; }
  .footer-social .social-label {
    color: #434343;
    margin-top: .25em;
    font-size: .7em;
    opacity: 0;
    display: none; }
    @media (min-width: 992px) {
      .footer-social .social-label {
        display: block;
        -moz-transition: opacity 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out;
        -o-transition: opacity 0.3s ease-in-out;
        transition: opacity 0.3s ease-in-out;
        -webkit-transition: opacity 0.3s ease-in-out; } }

.lower-footer-region .social-label {
  display: none; }

/*.footer-social {
	.social-icon {
		background-color: $white;
		i {
			color:$footer-background;
		}
	}
	
	
	
	.twitter {
	.social-icon i { 
	color:$twitter;
	}
}
	.facebook {
	.social-icon i { 
	color:$facebook;
	}
}
	.linkedin {
	.social-icon i { 
	color:$linkedin;
	}
}
	.youtube {
	.social-icon i { 
	color:$youtube;
	}
}
	.google-plus {
	.social-icon i { 
	color:$google-plus;
	}
}
}*/
.footer-directory-cta {
  display: inline-block; }

.footer-cta-block .footer-directory-image {
  display: none; }
  @media (min-width: 992px) {
    .footer-cta-block .footer-directory-image {
      display: block;
      float: left;
      padding-right: 1em; } }

.footer-cta-block .footer-svg-map {
  margin: 1em 0em;
  width: 130px;
  height: 190px; }

.footer-cta-block .point {
  fill: #fff; }

.point {
  opacity: 0;
  animation: fade-points 3.2s ease-in-out infinite; }
  .point:nth-child(1) {
    animation-delay: 0.75s; }
  .point:nth-child(2) {
    animation-delay: 1.5s; }
  .point:nth-child(3) {
    animation-delay: 2.25s; }
  .point:nth-child(4) {
    animation-delay: 3s; }
  .point:nth-child(5) {
    animation-delay: 3.75s; }
  .point:nth-child(6) {
    animation-delay: 4.5s; }
  .point:nth-child(7) {
    animation-delay: 5.25s; }
  .point:nth-child(8) {
    animation-delay: 6s; }
  .point:nth-child(9) {
    animation-delay: 6.75s; }
  .point:nth-child(10) {
    animation-delay: 7.5s; }
  .point:nth-child(11) {
    animation-delay: 8.25s; }

@keyframes fade-points {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*.form-control {
	font-size: 1em;
	padding: .75em 1em;
	height: $form-input-height;
	border: none;
	border-radius: 3px;
	transition: all 0.2s ease-out;
	box-shadow: 0 0 0 1px $default-border;
	span {
		font-size: .867em;
	}
	&:focus {
		box-shadow: 0 0 0 2px $default-link;
	}
}
.form-group {
	width: 100%;
	float: left;
	//padding: 0.5em;
	margin-bottom: 1em;
	.select2 {
		width: 100% !important;
	}
	.select2-selection {
		font-size: 1em;
		padding: .75em 1em; //1.5 on right for arrow
		height: $form-input-height;
		border: none;
		border-radius: 3px;
		box-shadow: 0 0 0 1px $default-border;
		transition: all 0.2s ease-out;
		&:focus {
			box-shadow: 0 0 0 2px $default-link;
		}
	}
}*/
form [class*="col-"] {
  padding-top: 2px;
  padding-bottom: 2px; }
  @media (min-width: 768px) {
    form [class*="col-"] {
      padding: 2px .5em; } }

.form-text {
  font-size: .8em;
  margin-top: .5em;
  display: block; }

.select2-container--bootstrap .select2-dropdown {
  box-shadow: 0 0 0 2px #ee3524;
  border: none; }

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #ee3524; }

.form-group b {
  float: right;
  font-size: 1em;
  padding-right: 1em;
  line-height: inherit; }

.additional-search-trigger {
  margin: .5em 0em;
  text-align: center;
  display: inline-block;
  width: 100%; }

.order-action {
  text-align: center; }

.order-action-show {
  display: none; }

.order-action-hide {
  display: table-cell;
  width: 100%;
  float: left;
  text-align: center; }

.collapsed .order-action-show {
  display: table-cell;
  width: 100%;
  float: left;
  text-align: center; }

.collapsed .order-action-hide {
  display: none; }

.calendar.right, .calendar.left {
  float: none; }

.daterangepicker {
  position: absolute;
  color: inherit;
  background: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 0px;
  top: 100px;
  left: 20px;
  /* Calendars */ }
  .daterangepicker:before, .daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''; }
  .daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc; }
  .daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent; }
  .daterangepicker.opensleft:before {
    right: 9px; }
  .daterangepicker.opensleft:after {
    right: 10px; }
  .daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto; }
  .daterangepicker.opensright:before {
    left: 9px; }
  .daterangepicker.opensright:after {
    left: 10px; }
  .daterangepicker.dropup {
    margin-top: -5px; }
    .daterangepicker.dropup:before {
      top: initial;
      bottom: -7px;
      border-bottom: initial;
      border-top: 7px solid #ccc; }
    .daterangepicker.dropup:after {
      top: initial;
      bottom: -6px;
      border-bottom: initial;
      border-top: 6px solid #fff; }
  .daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001; }
  .daterangepicker.single .ranges, .daterangepicker.single .calendar {
    float: none; }
  .daterangepicker.show-calendar .calendar {
    display: block; }
  .daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px; }
    .daterangepicker .calendar.single .calendar-table {
      border: none; }
    .daterangepicker .calendar th, .daterangepicker .calendar td {
      white-space: nowrap;
      text-align: center;
      min-width: 32px; }
  .daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background: #fff; }
  .daterangepicker table {
    width: 100%;
    margin: 0; }
  .daterangepicker td, .daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer; }
    .daterangepicker td.available:hover, .daterangepicker th.available:hover {
      background-color: #eee;
      border-color: transparent;
      color: inherit; }
    .daterangepicker td.week, .daterangepicker th.week {
      font-size: 80%;
      color: #ccc; }
  .daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999; }
  .daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0; }
  .daterangepicker td.start-date {
    border-radius: 4px 0 0 4px; }
  .daterangepicker td.end-date {
    border-radius: 0 4px 4px 0; }
  .daterangepicker td.start-date.end-date {
    border-radius: 4px; }
  .daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: #ee3524;
    border-color: transparent;
    color: #fff; }
  .daterangepicker th.month {
    width: auto; }
  .daterangepicker td.disabled, .daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through; }
  .daterangepicker select.monthselect, .daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default; }
  .daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%; }
  .daterangepicker select.yearselect {
    width: 40%; }
  .daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0; }
  .daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%; }
    .daterangepicker .input-mini.active {
      border: 1px solid #08c;
      border-radius: 4px; }
  .daterangepicker .daterangepicker_input {
    position: relative; }
    .daterangepicker .daterangepicker_input i {
      position: absolute;
      left: 8px;
      top: 8px; }
  .daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px; }
  .daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px; }
  .daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px; }
    .daterangepicker .calendar-time select.disabled {
      color: #ccc;
      cursor: not-allowed; }

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left; }
  .ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
  .ranges li {
    font-size: 13px;
    background: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #434343;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer; }
    .ranges li:hover {
      background: #434343;
      border: 1px solid #434343;
      color: #fff; }
    .ranges li.active {
      background: #434343;
      border: 1px solid #434343;
      color: #fff; }

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto; }
    .daterangepicker .ranges ul {
      width: 160px; }
    .daterangepicker.single .ranges ul {
      width: 100%; }
    .daterangepicker.single .calendar.left {
      clear: none; }
    .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
      float: left; }
    .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
      float: right; }
    .daterangepicker.ltr {
      direction: ltr;
      text-align: left; }
      .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0; }
        .daterangepicker.ltr .calendar.left .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.ltr .calendar.right {
        margin-left: 0; }
        .daterangepicker.ltr .calendar.right .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px; }
      .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px; }
      .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
        float: left; }
    .daterangepicker.rtl {
      direction: rtl;
      text-align: right; }
      .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0; }
        .daterangepicker.rtl .calendar.left .calendar-table {
          border-left: none;
          border-top-left-radius: 0;
          border-bottom-left-radius: 0; }
      .daterangepicker.rtl .calendar.right {
        margin-right: 0; }
        .daterangepicker.rtl .calendar.right .calendar-table {
          border-right: none;
          border-top-right-radius: 0;
          border-bottom-right-radius: 0; }
      .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px; }
      .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px; }
      .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
        text-align: right;
        float: right; } }

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto; }
  .daterangepicker.ltr .ranges {
    float: left; }
  .daterangepicker.rtl .ranges {
    float: right; }
  .daterangepicker .calendar.left {
    clear: none !important; } }

span.hide-native-select {
  position: relative; }

span.hide-native-select select {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px -1px -1px -3px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  left: 50%;
  top: 30px; }

.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0; }

.multiselect-container .input-group {
  margin: 5px; }

.multiselect-container > li {
  padding: 0; }

.multiselect-container > li > a.multiselect-all label {
  font-weight: 700; }

.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px 3px 20px;
  height: 100%;
  font-weight: 700; }

.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer; }

.multiselect-container > li > a {
  padding: 0; }

.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: .5em 2em; }

.multiselect-container > li > a > label.radio,
.multiselect-container > li > a > label.checkbox {
  margin: 0; }

.multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 5px; }

.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.form-inline .multiselect-container label.checkbox,
.form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px; }

.form-inline .multiselect-container li a label.checkbox input[type=checkbox],
.form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0; }

.form-control {
  text-align: left; }

.btn-group {
  width: 100%; }

.multiselect-container {
  width: 100%; }
  .multiselect-container > li > a {
    white-space: normal; }

.header-search {
  width: 100%;
  padding: 1em 0em; }
  @media (min-width: 992px) {
    .header-search .form-group {
      margin-bottom: 0em; } }

.select2-selection__arrow b,
.caret {
  display: inline;
  position: relative;
  vertical-align: top;
  font-family: FontAwesome;
  margin-left: .5em;
  border: none; }

.select2-selection__arrow b:before,
.caret:before {
  content: "\f107"; }

/*
.open .caret:before {
	    content: "\f106";
}*/
.large-feature-search {
  position: relative;
  color: #fff; }
  .large-feature-search h2 {
    text-align: center; }
  .large-feature-search .search-region {
    display: inline-block;
    width: 100%; }
    .large-feature-search .search-region .form-control {
      box-shadow: none; }
    .large-feature-search .search-region [class*='col-']:last-child .form-group {
      margin-bottom: 0em; }
  @media (min-width: 992px) {
    .large-feature-search .form-group {
      margin-bottom: 0em; } }
  .large-feature-search .background {
    top: 0em;
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: 50% 50%; }
    .large-feature-search .background:after {
      background-color: #434343;
      /* The Fallback */
      background-color: rgba(67, 67, 67, 0.9);
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }

.masonry-grid {
  list-style: none;
  padding: 0;
  min-height: 300px; }

.image-gallery {
  margin: 2em 0em; }

.grid-item {
  position: relative; }

.grid__item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%; }

.gallery-image {
  position: relative;
  display: block;
  min-height: 80px;
  background: #434343;
  overflow: hidden; }
  .gallery-image:before, .gallery-image:after {
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out; }
  .gallery-image:after {
    position: absolute;
    top: 1em;
    right: 1em;
    content: "\f0b2";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 1.25em;
    color: #fff;
    opacity: 0;
    -webkit-font-smoothing: antialiased;
    z-index: 1; }
  .gallery-image:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    /* The Fallback */
    background-color: rgba(0, 0, 0, 0.25);
    opacity: 0; }

.gallery-image:hover:before, .gallery-image:hover:after {
  opacity: 1; }

.gallery-image:hover .grid-item-content-container {
  opacity: 1; }

.gallery-image:hover .grid-item-content {
  transform: translate(0em, 0); }

.no-touchevents .grid-item-container {
  opacity: 0; }

.photo-info .photo-title {
  font-size: 1em;
  line-height: 1.1;
  transform-style: preserve-3d;
  margin-bottom: .5em;
  margin-right: 1.75em; }

.photo-info .author {
  font-size: .8em; }

.photo-info .author-name {
  overflow: hidden;
  display: block; }

.photo-info .photo-icon {
  float: left;
  margin-right: .5em; }

.grid__item {
  display: block;
  float: left;
  padding: 0em 0em 1em 0em;
  width: 100%; }
  @media (min-width: 768px) {
    .grid__item {
      padding: 0px 2px 4px 2px;
      width: 50%; } }
  @media (min-width: 1240px) {
    .grid__item {
      width: 33.3%; } }

@media (min-width: 768px) {
  .masonry-grid-compact .grid__item {
    width: 50%; } }

@media (min-width: 992px) {
  .masonry-grid-compact .grid__item {
    width: 33.3%; } }

@media (min-width: 1240px) {
  .masonry-grid-compact .grid__item {
    width: 25%; } }

.grid-item-content-container {
  color: #434343;
  padding: .75em;
  background-color: #fff;
  position: relative;
  z-index: 1; }

.masonry-photo-info-overlay .grid-item-content {
  position: relative;
  transform: translate(-0.25em, 0);
  transition: transform .3s ease; }

.masonry-photo-info-overlay .grid-item-content-container {
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  position: absolute;
  opacity: 0;
  color: #fff;
  width: 100%;
  height: auto;
  -webkit-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
  padding: 4em 1em 1em 1em;
  bottom: 0px;
  position: absolute;
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6)); }

.masonry-photo-info-polaroid .gallery-image:before {
  margin: 4px 4px 0px 4px; }

.masonry-photo-info-polaroid .grid__item img {
  border: 4px inset rgba(51, 153, 0, 0.65);
  border-color: white;
  border-style: solid;
  border-bottom: 0px; }

.grid__item figcaption {
  display: none; }

.gallery-fade-in li.animate {
  -webkit-animation: fadeIn 0.6s ease forwards;
  animation: fadeIn 0.6s ease forwards; }

@-webkit-keyframes fadeIn {
  0% { }
  100% {
    opacity: 1; } }

@keyframes fadeIn {
  0% { }
  100% {
    opacity: 1; } }

.pswp__bg {
  background: rgba(0, 0, 0, 0.7); }

.pswp .pswp__caption--empty {
  display: block;
  background: red !important; }

.pswp .pswp__caption__center,
.pswp .pswp__caption small {
  color: #fff; }

.page-wrapper {
  background-color: #fff; }

.page-content {
  background-color: #fff;
  padding: 2em 0em; }

.content-body {
  line-height: 1.8; }
  .content-body h1, .content-body .h1, .content-body h2, .content-body .h2, .content-body h3, .content-body .h3,
  .content-body h4, .content-body .h4, .content-body h5, .content-body .h5, .content-body h6, .content-body .h6 {
    font-weight: 400; }
  .content-body p + p.lead {
    margin: 1.5em 0em; }
  .content-body .field-type-text a {
    color: #ee3524;
    border-bottom: 2px solid;
    border-color: #ee3524;
    border-color: rgba(238, 53, 36, 0.2);
    padding-bottom: 1px; }
    .content-body .field-type-text a:hover, .content-body .field-type-text a:active, .content-body .field-type-text a:focus {
      border-color: #ee3524; }
  .content-body .field-type-text ol,
  .content-body .field-type-text ul {
    padding-left: .2em;
    margin: 0em 0em 1em 0em;
    overflow: auto; }
  .content-body .field-type-text ul li {
    list-style-position: outside;
    list-style-type: disc;
    margin: .5em 0em .5em 1.25em; }
  .content-body .field-type-text ol li {
    margin: .5em 0em .5em 1.25em; }
  .content-body .field-type-text figcaption {
    font-size: .867em;
    font-style: italic;
    margin: 0;
    color: #555555;
    display: table-caption;
    background: #ECECEC;
    margin-bottom: 1em;
    padding: 1em 1em; }
  .content-body .field-type-text figure {
    display: table;
    caption-side: bottom; }
    .content-body .field-type-text figure img {
      margin-bottom: 0em; }
  .content-body .field-type-text img {
    display: block; }
  .content-body .field-type-text img,
  .content-body .field-type-text figure {
    max-width: 100%;
    height: auto;
    margin: 1em auto;
    clear: both; }
    @media (min-width: 768px) {
      .content-body .field-type-text img.image-right,
      .content-body .field-type-text figure.image-right {
        float: right;
        padding: 0em;
        margin: 0em 0em 1em 1em; }
      .content-body .field-type-text img.image-left,
      .content-body .field-type-text figure.image-left {
        float: left;
        padding: 0em;
        margin: 0em 1em 1em 0em; }
      .content-body .field-type-text img.image-center,
      .content-body .field-type-text figure.image-center {
        padding: 0em;
        margin: 1em auto; } }

.block-menu-block {
  position: relative;
  margin-bottom: 1.5em; }
  .block-menu-block .block-title {
    margin-bottom: -2px;
    text-align: left;
    position: relative;
    display: block;
    font-size: 1em; }
    @media (max-width: 992px) {
      .block-menu-block .block-title {
        background: #ee3524; }
        .block-menu-block .block-title a {
          color: #fff; } }
    @media (min-width: 992px) {
      .block-menu-block .block-title {
        background-color: #fff;
        font-size: 1.5em;
        padding: 0em 0em .5em 0em;
        border-bottom: 4px solid;
        border-color: #E9E9E9;
        color: #434343; } }
    .block-menu-block .block-title a {
      display: block; }
    .block-menu-block .block-title .mobile-expand {
      padding: 1em; }
      @media (min-width: 992px) {
        .block-menu-block .block-title .mobile-expand {
          padding: 0em;
          cursor: default; } }
      .block-menu-block .block-title .mobile-expand .caret {
        width: 1em;
        height: 1em;
        position: absolute;
        right: 1em;
        transform-origin: 30% 80%;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out; }
        @media (min-width: 992px) {
          .block-menu-block .block-title .mobile-expand .caret {
            display: none; } }
      .block-menu-block .block-title .mobile-expand.open .caret {
        transform: rotate(180deg); }
        .block-menu-block .block-title .mobile-expand.open .caret:before {
          content: "\f107"; }
  .block-menu-block .menu-block-wrapper {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out; }
    @media (min-width: 992px) {
      .block-menu-block .menu-block-wrapper {
        visibility: visible;
        opacity: 1;
        max-height: 100%; } }
  .block-menu-block .mobile-expand-wrapper {
    width: 100%;
    height: 100%;
    display: block; }
  .block-menu-block .mobile-expand {
    width: 100%;
    height: 100%;
    display: block; }
    @media (min-width: 992px) {
      .block-menu-block .mobile-expand {
        display: none; } }
  .block-menu-block .content-showing {
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    visibility: visible;
    opacity: 1;
    max-height: 100%; }
  .block-menu-block .block-content {
    background: #fff; }
    @media (max-width: 992px) {
      .block-menu-block .block-content {
        border: 1px solid #E9E9E9; } }
    @media (max-width: 992px) {
      .block-menu-block .block-content a {
        padding: 0em 1em;
        display: block; } }
    .block-menu-block .block-content ul {
      list-style: none;
      margin: 0 0; }
      .block-menu-block .block-content ul > li {
        padding: 1em 0em 1em 0em;
        list-style-type: none;
        margin: 0em; }
        .block-menu-block .block-content ul > li:not(:last-child) {
          border-bottom: 1px solid #E9E9E9; }
        .block-menu-block .block-content ul > li.expanded {
          list-style-image: none; }
        .block-menu-block .block-content ul > li.active-trail {
          color: #ee3524; }
        .block-menu-block .block-content ul > li a {
          color: #434343; }
          .block-menu-block .block-content ul > li a:hover, .block-menu-block .block-content ul > li a:active, .block-menu-block .block-content ul > li a:focus {
            color: #ee3524; }
          .block-menu-block .block-content ul > li a.active, .block-menu-block .block-content ul > li a.active-trail {
            color: #ee3524; }
      .block-menu-block .block-content ul ul {
        padding: 0em 0em 0em 1.5em; }
        .block-menu-block .block-content ul ul li {
          padding: .5em 0;
          border-bottom: 0px; }
          .block-menu-block .block-content ul ul li:before {
            position: absolute;
            content: "\2010"; }
          .block-menu-block .block-content ul ul li:not(:last-child) {
            border-bottom: 0px; }
          .block-menu-block .block-content ul ul li a {
            padding: 0em 0em 0em 1em;
            display: block;
            font-size: .867em; }
          .block-menu-block .block-content ul ul li > ul {
            border-top: 1px solid #E9E9E9;
            margin: 1em 0em;
            padding: 1em 1em;
            border-bottom: 1px solid #E9E9E9; }

.book-list-set-header {
  position: relative;
  display: table;
  padding: 1.5em 0em; }
  .book-list-set-header .book-list-set-title, .book-list-set-header .book-list-set-action {
    display: table-cell;
    vertical-align: middle; }

.book-list-set .book-list-set-title {
  width: 100%; }

.book-list-set .to-top {
  border: 1px solid #E9E9E9;
  padding: .5em;
  display: block;
  border-radius: 100%;
  line-height: 2; }
  .book-list-set .to-top i {
    display: block;
    font-size: 1em;
    height: 2em;
    position: relative;
    text-align: center;
    width: 2em;
    line-height: inherit; }

@media all {
  .product-list .product-item {
    width: 50%; } }

@media (min-width: 768px) {
  .product-list .product-item {
    width: 33.3333333333%; } }

@media (min-width: 1240px) {
  .product-list .product-item {
    width: 20%; } }

@media (max-width: 768px) {
  .product-list .product-item:nth-child(2n+1) {
    clear: both; } }

@media (min-width: 768px) and (max-width: 1239px) {
  .product-list .product-item:nth-child(3n+4) {
    clear: both; } }

@media (min-width: 768px) and (max-width: 1239px) {
  .product-list .product-item:nth-child(3n+4) {
    clear: both; } }

@media (min-width: 1240px) {
  .product-list .product-item:nth-child(5n+6) {
    clear: both; } }

.book-list-categories h2,
.book-list-set h2 {
  font-size: 1.8em;
  font-weight: 400; }

.product-image-container {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  height: 230px;
  background: #eeede8;
  display: table;
  width: 100%;
  padding: 1em; }
  .product-image-container .position {
    position: absolute;
    left: 0em;
    top: 0em;
    color: #fff;
    background: #ee3524;
    padding: .5em .75em;
    border-radius: 0px 0px 3px 0px; }

.product-image {
  vertical-align: middle;
  display: table-cell;
  text-align: center;
  margin-left: auto;
  margin-right: auto; }
  .product-image img {
    max-height: 200px;
    margin-left: auto;
    margin-right: auto; }

.product-description {
  text-align: center;
  padding: 1em 0em 2em 0em;
  position: relative; }
  .product-description .title {
    font-size: 1em;
    font-style: italic; }
  .product-description .author {
    font-size: .867em; }
  .product-description .isbn {
    font-size: .867em; }

.quick-links-menu .header h3 {
  font-size: 1.4em;
  margin-top: 0em;
  margin-bottom: 1em; }

.quick-links-menu ul li {
  border-top: 1px solid;
  border-color: #E9E9E9;
  position: relative;
  margin: 0;
  padding: .75em 0em;
  line-height: 1.6; }
  .quick-links-menu ul li a:after {
    font-weight: 400;
    font-family: FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1.1em;
    content: "\f105";
    vertical-align: middle;
    text-align: right;
    display: table-cell;
    color: #434343;
    padding-right: .5em; }
  .quick-links-menu ul li a {
    display: table;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .quick-links-menu ul li a .icon img {
      height: 40px;
      width: 40px;
      margin-right: 1em; }
  .quick-links-menu ul li .quick-links-icon {
    margin-right: 1em;
    display: inline-block;
    height: 44px;
    width: 44px;
    margin-left: auto;
    float: left; }
  .quick-links-menu ul li .quick-links-text {
    height: 2em;
    vertical-align: middle;
    text-align: left;
    display: table-cell;
    padding-right: 2em; }

.quick-links-menu.image-display ul li {
  padding: 1.5em 0em; }
  .quick-links-menu.image-display ul li:after {
    display: none; }

.quick-links-menu.image-display .quick-links-text {
  padding-right: 0em; }
  .quick-links-menu.image-display .quick-links-text .title {
    margin-bottom: .5em; }
    .quick-links-menu.image-display .quick-links-text .title h3 {
      font-size: 1.25em; }
  .quick-links-menu.image-display .quick-links-text .description {
    font-size: .9em; }

.quick-links-menu.image-display .quick-links-image {
  margin-right: 1em;
  display: inline-block;
  height: 70px;
  width: 70px;
  margin-left: auto;
  float: left; }
  .quick-links-menu.image-display .quick-links-image img {
    border-radius: 100%;
    height: 70px;
    width: 70px; }

html, body {
  min-height: 100%;
  height: 100%; }

a {
  color: #ee3524;
  text-decoration: none !important; }
  a:hover, a:focus {
    color: #ee3524; }

body {
  color: #434343;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: none; }

.clear {
  *zoom: 1; }
  .clear:after, .clear:before {
    content: "";
    display: table; }
  .clear:after {
    clear: both; }

.hide-text {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

img {
  border: none; }
  img.responsive {
    max-width: 100%;
    height: auto; }

.left {
  float: left; }

.right {
  float: right; }

table {
  width: 100%; }
  table td {
    vertical-align: top; }

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

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0; }

.row.no-gutter {
  margin: 0em; }

.vertical-middle {
  display: table;
  width: 100%;
  height: 100%; }

.vertical-centered {
  display: table-cell;
  vertical-align: middle; }

.vertical-bottom {
  display: table-cell;
  vertical-align: bottom; }

.circled {
  border: 1px solid;
  height: 100%;
  border-radius: 100%;
  color: #fff;
  /* The Fallback */
  color: rgba(255, 255, 255, 0.3); }

.pager li > a,
.pager li > span {
  border: 0px;
  border-radius: 0px; }

table tbody {
  border-top: none; }
  table tbody th {
    border-bottom: none; }

.caret {
  display: inline;
  position: relative;
  vertical-align: top;
  font-family: FontAwesome;
  margin-left: .5em;
  border: none; }

.caret:before {
  content: "\f107"; }

.open .caret:before {
  content: "\f106"; }

.flexbox .row.is-flex > [class*='col-'] {
  display: flex; }

.home-banner-region {
  min-height: 200px;
  background-color: #6E6D5E; }
  @media (min-width: 768px) {
    .home-banner-region {
      min-height: 300px; } }

.no-csstransitions #home-banner-1 .owl-item.active .banner-content {
  opacity: 1; }

.home-banner-1 .header-content-position {
  width: 100%;
  position: relative;
  padding: 3em 0em 4em 0em; }
  @media (min-width: 768px) {
    .home-banner-1 .header-content-position {
      padding: 9em 0em 5em 0em; } }
  @media (min-width: 992px) {
    .home-banner-1 .header-content-position {
      padding: 8em 0em 8em 0em; } }

#home-banner-1 {
  position: relative; }
  #home-banner-1:hover .owl-nav,
  #home-banner-1:hover .owl-dots {
    opacity: 1; }
  #home-banner-1 .vertical-middle {
    min-height: 10em; }
  #home-banner-1 .owl-stage {
    display: flex;
    flex-wrap: wrap; }
  #home-banner-1 .item {
    display: flex;
    flex: 1; }
  #home-banner-1 .owl-item {
    display: flex;
    justify-content: center;
    flex-grow: 1; }
    #home-banner-1 .owl-item .background {
      display: flex;
      overflow: visible;
      width: 100%;
      flex-grow: inherit; }
  #home-banner-1 .content-cta-container {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2; }
  #home-banner-1 .owl-item .background {
    background-position: 50% 50%;
    background-size: cover;
    position: relative; }
  #home-banner-1 .owl-nav,
  #home-banner-1 .owl-dots {
    will-change: opacity;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out; }
    @media (min-width: 768px) {
      #home-banner-1 .owl-nav,
      #home-banner-1 .owl-dots {
        opacity: 0; } }
  #home-banner-1 .owl-dots {
    margin-left: auto;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 1em;
    right: 0;
    margin-right: auto; }
    #home-banner-1 .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      -webkit-transition: 0.2s ease-in-out; }
      #home-banner-1 .owl-dots .owl-dot span {
        display: block;
        width: 12px;
        height: 12px;
        margin: 0em .5em;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background: none;
        border: 2px solid #fff; }
      #home-banner-1 .owl-dots .owl-dot.active span {
        background: #fff;
        border: 0px; }
      #home-banner-1 .owl-dots .owl-dot:hover, #home-banner-1 .owl-dots .owl-dot:active, #home-banner-1 .owl-dots .owl-dot:focus {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2); }
  @media (max-width: 767px) {
    #home-banner-1 .owl-nav {
      display: none; } }
  #home-banner-1 .owl-nav .owl-prev,
  #home-banner-1 .owl-nav .owl-next {
    top: 45%;
    position: absolute;
    color: #fff;
    text-shadow: 0em 0.015em 0.02em rgba(0, 0, 0, 0.3);
    padding: 0em 2em;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out; }
    #home-banner-1 .owl-nav .owl-prev i:before,
    #home-banner-1 .owl-nav .owl-next i:before {
      font-size: 3em; }
    @media (min-width: 1240px) {
      #home-banner-1 .owl-nav .owl-prev:hover, #home-banner-1 .owl-nav .owl-prev:active, #home-banner-1 .owl-nav .owl-prev:focus,
      #home-banner-1 .owl-nav .owl-next:hover,
      #home-banner-1 .owl-nav .owl-next:active,
      #home-banner-1 .owl-nav .owl-next:focus {
        -webkit-transform: scale(1.3, 1.3);
        -moz-transform: scale(1.3, 1.3);
        -o-transform: scale(1.3, 1.3);
        -ms-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3); } }
  #home-banner-1 .owl-nav .owl-prev {
    left: -1em;
    padding-right: 2em; }
    @media (min-width: 1240px) {
      #home-banner-1 .owl-nav .owl-prev {
        left: 1em; } }
  #home-banner-1 .owl-nav .owl-next {
    right: -1em;
    padding-left: 2em; }
    @media (min-width: 1240px) {
      #home-banner-1 .owl-nav .owl-next {
        right: 1em; } }
  #home-banner-1:hover .owl-controls, #home-banner-1:active .owl-controls, #home-banner-1:focus .owl-controls {
    opacity: 1; }
  #home-banner-1 .overlay {
    position: relative; }
    #home-banner-1 .overlay:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: .35;
      background: #584d48; }
  #home-banner-1 .banner-content {
    text-align: center;
    z-index: 10;
    color: #fff; }
    #home-banner-1 .banner-content .banner-title {
      margin-bottom: .5em; }
      #home-banner-1 .banner-content .banner-title h2 {
        font-size: 1.8em;
        font-weight: 500;
        line-height: 1.25;
        margin: 0em; }
    #home-banner-1 .banner-content .banner-description {
      font-size: 1em;
      margin: 0em 0em 1em 0em; }
    @media (min-width: 768px) {
      #home-banner-1 .banner-content .banner-title h2 {
        font-size: 2.2em; }
      #home-banner-1 .banner-content .banner-description {
        font-size: 1.1em; } }
    @media (min-width: 992px) {
      #home-banner-1 .banner-content .banner-title h2 {
        font-size: 2.4em;
        line-height: 1.2; } }
    @media (min-width: 1240px) {
      #home-banner-1 .banner-content .banner-title h2 {
        font-size: 3em; } }
  #home-banner-1 .owl-item.active .banner-content {
    opacity: 0;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-animation: fadeInRight 0.75s ease .85s forwards;
    -moz-animation: fadeInRight 0.75s ease 0.85s forwards;
    -o-animation: fadeInRight 0.75s ease 0.85s forwards;
    -ms-animation: fadeInRight 0.75s ease 0.85s forwards;
    animation: fadeInRight 0.75s ease 0.85s forwards; }

.banner-content .btn-home-banner {
  margin-top: 1em;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out;
  background-color: #ee3524;
  color: #fff;
  padding: 1em 1.5em; }
  .banner-content .btn-home-banner:hover, .banner-content .btn-home-banner:active, .banner-content .btn-home-banner:focus {
    background-color: #f04b3c; }

.banner-directory-section {
  position: relative; }
  @media (min-width: 992px) {
    .banner-directory-section .owl-dots {
      display: none; } }

.brand-symbol {
  width: 30px;
  height: 30px;
  text-align: center;
  margin: 0em auto;
  display: block; }

.home-directory-search-position {
  padding: 1em 0em;
  background: #eeede8; }
  @media (min-width: 992px) {
    .home-directory-search-position {
      /*  position: absolute;
    width: 100%;
    bottom: 3em;*/ } }
  .home-directory-search-position .search-header {
    margin-bottom: 1.5em; }
    .home-directory-search-position .search-header h2 {
      font-size: 1.5em;
      font-weight: 400;
      text-align: center; }
      @media (min-width: 992px) {
        .home-directory-search-position .search-header h2 {
          color: #fff; } }

.home-search-region {
  position: relative;
  /*	& [class*="col-"] {
		padding: 0 0px;
	}*/ }
  @media (min-width: 992px) {
    .home-search-region {
      -webkit-box-shadow: 0 10px 90px 10px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0 10px 90px 10px rgba(0, 0, 0, 0.05);
      box-shadow: 0 0px 6px 1px rgba(0, 0, 0, 0.15);
      padding: .5em;
      position: relative;
      border-radius: 3px;
      background: #fff;
      margin-top: -7em;
      z-index: 3; } }
  .home-search-region .btn-search {
    font-size: 1em;
    color: #fff;
    background-color: #59c7dc;
    padding: 1.5em 2em;
    width: 100%;
    line-height: 1.3;
    /*		@media (min-width: $screen-md-min) {
			border-radius: 0px 3px 3px 0px;
		}*/ }
  .home-search-region .form-control {
    border: 0px;
    font-size: 1em;
    color: #434343;
    box-shadow: none; }
    @media (max-width: 992px) {
      .home-search-region .form-control {
        padding: 1em;
        height: auto; } }
    @media (min-width: 992px) {
      .home-search-region .form-control {
        margin: 1em 0em;
        padding: 0em 1em; } }
  .home-search-region .form-group:last-child {
    background: transparent; }
  @media (min-width: 992px) {
    .home-search-region .form-group {
      background: #fff;
      margin-bottom: 0em; }
      .home-search-region .form-group:first-child {
        border-radius: 3px 0px 0px 3px; }
      .home-search-region .form-group:not(:nth-last-child(-n+2)) .form-control {
        border-radius: 0px;
        border-right: 1px solid;
        border-color: #E9E9E9; } }
  .home-search-region .form-group .form-control {
    border-color: #E9E9E9; }
  .home-search-region .caret {
    display: inline;
    position: relative;
    vertical-align: top;
    font-family: FontAwesome;
    margin-left: .5em;
    border: none;
    float: right; }
  .home-search-region .open .caret:before {
    content: "\f106"; }
  .home-search-region .caret:before {
    content: "\f107"; }

.home-search-region {
  padding: 1.5em 0em; }
  .home-search-region .views-submit-button input {
    width: 100%; }
  .home-search-region .form-text {
    min-width: 100%;
    width: 100%;
    margin-top: 0em; }
  .home-search-region .form-text, .home-search-region select, .home-search-region textarea, .home-search-region .ui-multiselect {
    font-size: 1em; }
  .home-search-region .ui-multiselect {
    line-height: 1.5em;
    width: 100% !important; }
  .home-search-region [class*="col-"] {
    padding: 0 15px; }
  .home-search-region .views-exposed-widgets-col-sizes {
    margin: 0 -15px; }

.home-component-1 {
  padding: 3em 0em;
  background-color: #22a57c;
  position: relative;
  overflow: hidden;
  color: #434343;
  /*	.component-background {
		background-size: cover;
		opacity: .1;
		background-position: 50% 50%;
	}*/ }
  @media (min-width: 992px) {
    .home-component-1 {
      padding: 4em 0em 3em 0em; } }
  .home-component-1 .intro-content-container {
    margin-bottom: 2em; }
    @media (min-width: 992px) {
      .home-component-1 .intro-content-container {
        margin-right: 3em; } }
    @media (min-width: 1240px) {
      .home-component-1 .intro-content-container {
        margin-right: 2em; } }
    .home-component-1 .intro-content-container h2 {
      color: #434343; }
    .home-component-1 .intro-content-container .intro-text-content {
      text-align: center; }
      @media (min-width: 992px) {
        .home-component-1 .intro-content-container .intro-text-content {
          text-align: left; } }
  .home-component-1 .btn-accent {
    font-size: 1em;
    background-color: transparent;
    border: 2px solid;
    color: #ee3524;
    border-color: #ee3524;
    -webkit-box-shadow: 4px 4px 0 0 rgba(238, 53, 36, 0.15);
    box-shadow: 4px 4px 0 0 rgba(238, 53, 36, 0.15); }

.social-region {
  background: #eeede8;
  padding: 3em 0em; }

.social-cta-content-container {
  display: table;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  height: 100%; }

.social-cta-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%; }

h3.social-cta-title {
  margin-bottom: 0em; }

.social-cta {
  width: 80%;
  position: relative;
  display: block;
  margin: 0 auto;
  background-color: transparent;
  text-align: center; }
  @media (min-width: 768px) {
    .social-cta {
      width: 70%; } }
  @media (min-width: 992px) {
    .social-cta {
      width: 100%; } }
  .social-cta:after {
    display: block;
    padding-bottom: 100%;
    width: 100%;
    height: 0;
    border-radius: 50%;
    background-color: #fff;
    content: ""; }
  .social-cta .social-list {
    padding-top: 1em; }
    .social-cta .social-list li {
      font-size: 1.5em; }

.social-cta-content {
  display: table-cell;
  vertical-align: middle; }

.social-image-container {
  display: none; }
  @media (min-width: 992px) {
    .social-image-container {
      display: inline-block;
      margin: 2em 0em; } }
  .social-image-container li {
    width: 25%;
    float: left;
    padding: 0em 0em 1em 1em; }

.intro-links-content {
  color: #fff;
  margin: 0em 0em 2em 0em;
  padding-top: 1em;
  /*	border-top: 4px solid;
		@include border-opacity($white, .25);*/ }
  .intro-links-content a {
    color: #ee3524; }
    .intro-links-content a i {
      padding-left: 1em; }
  .intro-links-content ul li {
    padding: 0.75em 0em;
    border-color: #E9E9E9; }
    .intro-links-content ul li:last-child {
      border-bottom: 1px solid;
      border-color: #E9E9E9; }

.icon-cta {
  display: inline-block;
  width: 100%;
  margin: 0em 0em 1em 0em; }
  @media (min-width: 768px) {
    .icon-cta {
      width: 33%;
      float: left;
      padding-right: 1em; } }
  .icon-cta .title {
    font-weight: 500; }
    .icon-cta .title h3 {
      font-size: 1.25em; }
    .icon-cta .title a {
      -moz-transition: opacity 0.3s ease-in-out;
      -ms-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
      -webkit-transition: opacity 0.3s ease-in-out;
      color: #fff; }
      .icon-cta .title a:hover {
        opacity: .6; }
  .icon-cta .content {
    display: inline-block;
    float: left;
    width: 90%;
    margin-top: 0em;
    padding-left: 1em; }
  .icon-cta .icon {
    width: 10%;
    display: inline-block;
    float: left;
    margin-top: 0em; }
  .icon-cta .description {
    font-size: .8em;
    line-height: 1.6; }

.home-component-1-icons {
  color: #fff;
  margin-top: 2em;
  width: 100%;
  display: inline-block; }
  @media (min-width: 768px) {
    .home-component-1-icons {
      padding-top: 2em;
      margin-top: 3em; } }

.home-intro-carousel {
  position: relative; }
  .home-intro-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1, 1); }
  .home-intro-carousel .background {
    background-color: #007EA2;
    height: 340px;
    position: relative;
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  .home-intro-carousel .image-cta-text {
    padding-right: 6em; }
    .home-intro-carousel .image-cta-text .title h2 {
      color: #fff;
      margin-top: 0em;
      margin-bottom: .25em; }
  .home-intro-carousel .image-cta-text {
    -webkit-transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  .home-intro-carousel .owl-item a:hover .image-cta-text {
    -webkit-transform: translate(0, -0.5em);
    -ms-transform: translate(0, -0.5em);
    -o-transform: translate(0, -0.5em);
    transform: translate(0, -0.5em); }
  .home-intro-carousel .image-cta-text-container {
    bottom: 0em;
    padding: 2em 1em 1em 1em;
    width: 100%;
    position: absolute;
    color: #fff;
    background-color: transparent;
    background-repeat: repeat-x;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, left, right);
    background: -webkit-linear-gradient(top, transparent, to);
    background: -moz-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background: -ms-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, 0.8));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=$from, endColorstr=$to)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$from, endColorstr=$to); }
  .home-intro-carousel figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .home-intro-carousel .owl-controls {
    position: absolute;
    bottom: 1em;
    right: 1em; }
  .home-intro-carousel .owl-prev,
  .home-intro-carousel .owl-next {
    text-align: center;
    font-size: 2em;
    background-color: #ee3524;
    color: #fff;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out; }
    .home-intro-carousel .owl-prev:hover, .home-intro-carousel .owl-prev:active, .home-intro-carousel .owl-prev:focus,
    .home-intro-carousel .owl-next:hover,
    .home-intro-carousel .owl-next:active,
    .home-intro-carousel .owl-next:focus {
      background-color: #ef4030; }
  .home-intro-carousel .owl-next,
  .home-intro-carousel .owl-prev {
    float: left; }

.home-component-1 .offset-box {
  padding: 0em; }
  @media (min-width: 992px) {
    .home-component-1 .offset-box {
      position: absolute;
      bottom: -2em;
      right: 0; } }
  .home-component-1 .offset-box .intro-content-container {
    margin: 0em;
    padding: 2em;
    background: #fff;
    -webkit-box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1);
    box-shadow: 4px 4px 0 0 rgba(0, 0, 0, 0.1); }
    .home-component-1 .offset-box .intro-content-container h2 {
      margin-top: 0em; }

.home-component-4-half {
  float: left;
  width: 100%; }
  @media (min-width: 768px) {
    .home-component-4-half {
      width: 50%; } }

.home-component-4-width-25,
.home-component-4-width-33,
.home-component-4-width-40,
.home-component-4-width-60,
.home-component-4-width-66,
.home-component-4-width-75 {
  float: left;
  width: 100%; }

@media (min-width: 768px) {
  .home-component-4-width-25 {
    width: 25%; } }

@media (min-width: 768px) {
  .home-component-4-width-33 {
    width: 33.33333%; } }

@media (min-width: 768px) {
  .home-component-4-width-40 {
    width: 40%; } }

@media (min-width: 768px) {
  .home-component-4-width-60 {
    width: 60%; } }

@media (min-width: 768px) {
  .home-component-4-width-66 {
    width: 66.66667%; } }

@media (min-width: 768px) {
  .home-component-4-width-75 {
    width: 75%; } }

.content-cta {
  position: relative; }
  .content-cta .content-cta-more a {
    width: 100%;
    display: block;
    position: absolute;
    left: 0px;
    bottom: 0;
    padding: .75em;
    color: #fff;
    background: #ee3524;
    text-align: center; }
    .content-cta .content-cta-more a:hover, .content-cta .content-cta-more a:active, .content-cta .content-cta-more a:focus {
      background: #f04b3c; }
  .content-cta .background {
    background-color: #fff;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out; }
  .content-cta .content-cta-container {
    padding: 1.5em;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0); }
  .content-cta .content-cta-btn {
    border-radius: 3px;
    background: transparent;
    border: 2px solid;
    font-size: 1em;
    padding: .5em 1.5em;
    color: #ee3524;
    border-color: #E9E9E9;
    border-color: rgba(233, 233, 233, 0.4); }
  .content-cta:hover .content-cta-btn {
    border-color: #E9E9E9; }

.content-cta {
  overflow: hidden; }

.text-left .content-cta-text-container {
  float: left; }
  @media (min-width: 992px) {
    .text-left .content-cta-text-container {
      width: 60%; } }
  .text-left .content-cta-text-container .line {
    margin-left: 0em; }

.cta-small .background {
  height: 300px; }
  @media (min-width: 992px) {
    .cta-small .background {
      height: 200px; } }

@media (min-width: 992px) {
  .cta-small .content-cta-text-container {
    width: 90%; } }

.cta-small .content-cta-text .title h2 {
  font-size: 1.8em; }

.cta-medium .background {
  height: 300px; }
  @media (min-width: 992px) {
    .cta-medium .background {
      height: 330px; } }

@media (min-width: 992px) {
  .cta-medium .content-cta-text-container {
    width: 80%; } }

.cta-medium .content-cta-text .title h2 {
  font-size: 1.8em; }
  @media (min-width: 1240px) {
    .cta-medium .content-cta-text .title h2 {
      font-size: 2em; } }

.cta-large .background {
  height: 330px; }
  @media (min-width: 992px) {
    .cta-large .background {
      height: 370px; } }
  @media (min-width: 1240px) {
    .cta-large .background {
      height: 380px; } }

@media (min-width: 992px) {
  .cta-large .content-cta-text-container {
    width: 80%; } }

.cta-extra-large .background {
  height: 330px; }
  @media (min-width: 992px) {
    .cta-extra-large .background {
      height: 370px; } }
  @media (min-width: 1240px) {
    .cta-extra-large .background {
      height: 440px; } }

@media (min-width: 992px) {
  .cta-extra-large .content-cta-text-container {
    width: 77%; } }

.cta-text-white .title h2 {
  color: #fff; }

.cta-text-white .description {
  color: #fff; }

.cta-text-white .btn {
  color: #fff; }
  .cta-text-white .btn a {
    color: #fff; }

.content-cta-text-container {
  margin: 0 auto; }

.content-cta-text {
  font-size: .9em; }
  @media (min-width: 992px) {
    .content-cta-text {
      font-size: 1em; } }
  .content-cta-text .title h2 {
    font-size: 2.25em;
    line-height: 1.1;
    margin: 0em auto .5em auto; }
  .content-cta-text .description {
    font-size: .867em; }

.content-cta .btn {
  margin: 0em auto 0em; }

.image-cta:hover .background {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1); }

.image-cta:hover .content-cta-text {
  -webkit-transform: translate(0, -1em);
  -ms-transform: translate(0, -1em);
  -o-transform: translate(0, -1em);
  transform: translate(0, -1em); }

.image-cta:hover .line {
  width: 50px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  -webkit-transition: transform 0.4s ease-in-out;
  height: 2px; }

.image-cta .background {
  -webkit-transform: scale(1.01, 1);
  -moz-transform: scale(1.01, 1);
  -o-transform: scale(1.01, 1);
  -ms-transform: scale(1.01, 1);
  transform: scale(1.01, 1);
  transform: perspective(1px) scale(1.01);
  -moz-transition: background-color 0.3s, opacity 0.3s, transform 0.5s ease-in-out;
  -ms-transition: background-color 0.3s, opacity 0.3s, transform 0.5s ease-in-out;
  -o-transition: background-color 0.3s, opacity 0.3s, transform 0.5s ease-in-out;
  transition: background-color 0.3s, opacity 0.3s, transform 0.5s ease-in-out;
  -webkit-transition: background-color 0.3s, opacity 0.3s, transform 0.5s ease-in-out;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 30%; }

.image-cta .content-cta-container:before {
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  content: "";
  display: block;
  opacity: .55;
  position: absolute;
  z-index: 1;
  background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.6)));
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
  background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
  -moz-transition: opacity 0.2s ease-in-out;
  -ms-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out; }

.image-cta .content-cta-text-container {
  z-index: 2;
  position: relative; }

.image-cta .content-cta-text {
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.image-cta .line {
  background-color: #fff;
  display: block;
  width: 50px;
  height: 2px;
  margin: .5em auto;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out; }

.image-cta:before {
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  opacity: .15;
  background: #394250; }

.home-component-4 {
  padding: 3em 0em 3em 0em;
  background-color: #eeede8; }
  .home-component-4 .heading-content {
    text-align: center;
    margin-bottom: 2em; }
    .home-component-4 .heading-content .title h2 {
      color: #fff;
      font-size: 1.5em; }

@media (min-width: 768px) {
  .component-grid-condensed .row {
    padding: 0 15px; }
  .component-grid-condensed [class*="col-"] {
    padding: 0 0px; } }

.component-grid-spaced .content-cta {
  margin-bottom: 1em; }
  @media (min-width: 768px) {
    .component-grid-spaced .content-cta {
      margin-bottom: 2em; } }

.cta-theme-blue .title {
  color: #fff; }

.cta-theme-blue .background {
  background-color: #59c7dc; }

.cta-theme-blue .description {
  color: #fff; }

.cta-theme-blue .content-cta-btn {
  color: #fff;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.4); }

.cta-theme-blue:hover .background {
  background-color: #44c0d8; }

.cta-theme-orange .title {
  color: #fff; }

.cta-theme-orange .background {
  background-color: #FCAF17; }

.cta-theme-orange .description {
  color: #ab7202; }

.cta-theme-orange .content-cta-btn {
  color: #fff;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.4); }

.cta-theme-orange:hover .background {
  background-color: #f6a503; }

.cta-theme-green .title {
  color: #fff; }

.cta-theme-green .background {
  background-color: #22a57c; }

.cta-theme-green .description {
  color: #11503c; }

.cta-theme-green .content-cta-btn {
  color: #fff;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.4); }

.cta-theme-green:hover .background {
  background-color: #1e906c; }

.home-component-4 .content-cta {
  border-radius: 3px;
  overflow: hidden;
  position: Relative;
  z-index: 1; }

.content-cta .title h2 {
  font-weight: 500; }

.flexbox .row.is-flex {
  display: flex;
  flex-wrap: wrap; }
  .flexbox .row.is-flex:before, .flexbox .row.is-flex:after {
    content: initial; }

.flexbox .row.is-flex > [class*='col-'] {
  display: flex; }

.home-component-5 {
  padding: 2em 0em 3em 0em;
  background-color: #eeede8; }
  .home-component-5 .cta-image {
    display: block;
    position: relative;
    min-height: 11em;
    z-index: -1; }
    @media (min-width: 1240px) {
      .home-component-5 .cta-image {
        min-height: 13em; } }
  .home-component-5 .cta-image-content {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #434343; }
    .home-component-5 .cta-image-content:before {
      content: '';
      display: block;
      background: transparent;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -moz-transition: background 0.3s ease-in-out;
      -ms-transition: background 0.3s ease-in-out;
      -o-transition: background 0.3s ease-in-out;
      transition: background 0.3s ease-in-out;
      -webkit-transition: background 0.3s ease-in-out; }
  .home-component-5 .cta-background {
    z-index: 1;
    -moz-transition: color 0.3s, box-shadow 0.3s ease-in-out;
    -ms-transition: color 0.3s, box-shadow 0.3s ease-in-out;
    -o-transition: color 0.3s, box-shadow 0.3s ease-in-out;
    transition: color 0.3s, box-shadow 0.3s ease-in-out;
    -webkit-transition: color 0.3s, box-shadow 0.3s ease-in-out;
    width: 100%;
    position: relative; }
    .home-component-5 .cta-background:hover, .home-component-5 .cta-background:active, .home-component-5 .cta-background:focus {
      z-index: 2; }
      .home-component-5 .cta-background:hover .cta-image-content:before, .home-component-5 .cta-background:active .cta-image-content:before, .home-component-5 .cta-background:focus .cta-image-content:before {
        background-color: #000;
        /* The Fallback */
        background-color: rgba(0, 0, 0, 0.3); }
    @media (max-width: 992px) {
      .home-component-5 .cta-background {
        margin-bottom: 2em; } }
  .home-component-5 .is-flex [class*="col-"] {
    background: transparent; }
  .home-component-5 .bordered {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.05); }
    .home-component-5 .bordered:hover, .home-component-5 .bordered:active, .home-component-5 .bordered:focus {
      box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.1); }
  .home-component-5 .region-cta {
    height: auto;
    padding: 1.5em;
    text-align: center; }
    @media (min-width: 992px) {
      .home-component-5 .region-cta {
        min-height: 210px;
        font-size: .9em; } }
    @media (min-width: 1240px) {
      .home-component-5 .region-cta {
        font-size: 1em; } }
    .home-component-5 .region-cta h3 {
      font-size: 1.5em;
      margin-top: 0em; }
    .home-component-5 .region-cta .description {
      font-size: 1em;
      line-height: 1.6; }
    .home-component-5 .region-cta .call-to-action {
      font-size: 1em;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 1.5em; }
  .home-component-5 .image-content-cta .description {
    margin-bottom: 4em; }
  .home-component-5 .quick-links-text {
    text-align: left; }
  .home-component-5 .quick-links-menu ul li {
    border-top: 1px solid #E9E9E9; }

.centered-tile {
  display: flex; }
  .centered-tile .region-cta {
    width: 100%;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 2.5em 1.5em; }
    @media (min-width: 992px) {
      .centered-tile .region-cta {
        padding: 1.5em; } }
  .centered-tile .icon {
    width: 75px;
    height: 75px;
    display: block;
    margin: 0em auto 1em auto; }

.home-component-5 {
  /*	.image-content-cta {
		.region-cta {
			border-top:4px solid $cta-solid-tile-background;
			background: $white;
			margin: 1em;
			margin-top: -2.5em;
		@media (min-width: $screen-md-min) {
			margin-top: -3em;
			}
		}
		.yolo {
			background: #feb73b;
			display: INLINE-BLOCK;
			color: #774e04;
			padding: .75em 1em;
		}
	}*/ }
  .home-component-5 .cta-background {
    position: relative;
    overflow: hidden;
    border-radius: 3px; }
  .home-component-5 [class*="col-"]:nth-child(1) .cta-background {
    background: #fcaf17; }
  .home-component-5 [class*="col-"]:nth-child(2) .cta-background {
    background: #59bad8; }
  .home-component-5 [class*="col-"]:nth-child(3) .cta-background {
    background: #7dccc3; }
  .home-component-5 .image-content-cta .region-cta {
    color: #fff; }
    .home-component-5 .image-content-cta .region-cta h3 {
      color: #fff; }

.features-section {
  padding: 0em 0em; }
  .features-section .flex-row {
    display: flex;
    flex-wrap: wrap; }
  .features-section .flex-row:after, .features-section .flex-row:before {
    content: initial; }

.feature-item-content {
  padding: 2em 2em 6em 2em; }

.feature-item {
  text-align: center; }

.feature-item-title {
  font-size: 1.4em;
  margin: .5em 0em;
  color: #434343;
  font-family: "Rubik", Helvetica, Arial, sans-serif; }

.feature-item-sub-title {
  font-size: 1.1em;
  font-style: italic;
  margin: 0em 0em .75em 0em;
  color: #9e9e9a;
  font-family: "Rubik", Helvetica, Arial, sans-serif; }

.feature-item-description {
  font-size: .9em;
  color: #434343; }

.feature-item-title,
.feature-item-icon,
.feature-item-image {
  display: inline-block;
  width: 100%; }

.feature-item-image img {
  width: 230px;
  height: 130px; }

.feature-item-icon img {
  width: 85px;
  height: 85px;
  margin-left: auto;
  margin-right: auto; }

.feature-item-link {
  display: block;
  height: 100%;
  width: 100%;
  -moz-transition: color, background-color 0.3s ease-in-out;
  -ms-transition: color, background-color 0.3s ease-in-out;
  -o-transition: color, background-color 0.3s ease-in-out;
  transition: color, background-color 0.3s ease-in-out;
  -webkit-transition: color, background-color 0.3s ease-in-out; }
  @media (min-width: 992px) {
    .feature-item-link:hover, .feature-item-link:active, .feature-item-link:focus {
      background-color: #f6f6f6; } }
  .feature-item-link:hover .feature-item-button, .feature-item-link:active .feature-item-button, .feature-item-link:focus .feature-item-button {
    background-color: #22a57c;
    color: #fff; }

.feature-item-action {
  position: absolute;
  bottom: 0em;
  width: 100%;
  left: 0em;
  margin: 0em;
  padding: 2em 2em 2.5em 2em; }

.feature-item-button {
  font-size: .867em;
  padding: .5em 1em;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  border: 2px solid;
  border-color: #22a57c;
  -webkit-box-shadow: 4px 4px 0 0 rgba(34, 165, 124, 0.2);
  box-shadow: 4px 4px 0 0 rgba(34, 165, 124, 0.2);
  display: inline-block;
  min-width: 50%;
  color: #22a57c;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
  -webkit-transition: background-color 0.3s ease-in-out; }
  @media (min-width: 992px) {
    .feature-item-button {
      font-size: 1em; } }

.features-item-carousel-3 .owl-controls {
  margin: 1.5em 0em; }

.features-item-carousel-3 .owl-stage {
  display: flex;
  flex-wrap: wrap; }

.features-item-carousel-3 .feature-item-content {
  padding: 2em 2em 6em 2em; }

.features-item-carousel-3 .owl-stage-outer {
  margin-right: 2px; }

.features-item-carousel-3 .owl-item {
  display: flex;
  /*	@media (min-width: $screen-xs-min) {
			border-right: 1px dashed $default-border;
		}*/ }
  .features-item-carousel-3 .owl-item .feature-item-col {
    display: flex; }
  .features-item-carousel-3 .owl-item .feature-item {
    display: flex; }

.features-item-carousel-3 .owl-dots {
  margin-left: auto;
  text-align: center;
  left: 0;
  right: 0;
  margin-top: .5em;
  margin-right: auto;
  padding-bottom: 2em; }
  @media (min-width: 992px) {
    .features-item-carousel-3 .owl-dots {
      margin-top: 1em;
      left: initial; } }
  .features-item-carousel-3 .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out; }
    .features-item-carousel-3 .owl-dots .owl-dot span {
      display: block;
      width: 12px;
      height: 12px;
      margin: 0em .5em;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      background: #E9E9E9;
      border: 0px; }
    .features-item-carousel-3 .owl-dots .owl-dot.active span {
      background: none;
      border: 2px solid #22a57c; }
    .features-item-carousel-3 .owl-dots .owl-dot:hover, .features-item-carousel-3 .owl-dots .owl-dot:active, .features-item-carousel-3 .owl-dots .owl-dot:focus {
      -webkit-transform: scale(1.2, 1.2);
      -moz-transform: scale(1.2, 1.2);
      -o-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2); }

.features-item-carousel-3 .node-edit-wrapper {
  position: absolute;
  top: 1.5em;
  left: 1.5em;
  z-index: 3; }

/***/
.sponsors-region {
  padding: 2em 0em; }
  @media (min-width: 992px) {
    .sponsors-region {
      padding: 3em 0em; } }
  .sponsors-region .heading-content {
    text-align: center; }
    .sponsors-region .heading-content h3 {
      font-size: 1.25em;
      font-weight: 400; }
  .sponsors-region img {
    -webkit-backface-visibility: hidden; }
  .sponsors-region .owl-carousel .owl-item img {
    width: auto; }
  @media (max-width: 768px) {
    .sponsors-region .sponsors-heading h3 {
      text-align: center;
      font-size: 1em; } }
  @media (min-width: 768px) {
    .sponsors-region .sponsors-heading {
      display: table;
      height: 110px; }
      .sponsors-region .sponsors-heading h3 {
        vertical-align: middle;
        display: table-cell;
        font-size: 1.5em; } }

.brand-logo-image {
  -moz-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  -webkit-transition: border-color 0.3s ease-in-out; }

.brand-logo {
  width: calc(49% - 1em); }
  @media (min-width: 768px) {
    .brand-logo {
      width: calc(32% - 1em); } }
  @media (min-width: 992px) {
    .brand-logo {
      width: 14%;
      width: calc(16% - 1em); } }
  .brand-logo a:hover .brand-logo-image {
    border-color: #ee3524; }

.brand-row {
  text-align: center; }

.brand-logo {
  display: inline-block;
  vertical-align: top;
  width: 100%; }
  .brand-logo .brand-logo-image {
    padding: 1em 1.5em;
    height: 110px; }
  .brand-logo img {
    max-width: 100%;
    max-height: 100%;
    display: block;
    margin: auto;
    width: 100%; }
  .brand-logo .brand-image-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.listing-logo {
  margin-bottom: 2em; }

.listing-header-info {
  font-size: 1.2em; }
  .listing-header-info .company,
  .listing-header-info .location {
    float: left;
    padding-right: 1em; }
  .listing-header-info i {
    color: #fff;
    opacity: .6;
    margin-right: .5em; }

.application-link {
  background: #ee3524;
  padding: 1em;
  width: 100%;
  margin: 0em 0em 1em 0em;
  color: #fff; }

.position-details {
  background: #eeede8;
  padding: 1em;
  margin-bottom: 2em; }
  @media (min-width: 992px) {
    .position-details {
      background: none;
      padding: 0em; } }
  .position-details .field {
    border-bottom: 1px solid #E9E9E9;
    margin-bottom: .75em;
    padding-bottom: .75em; }
  .position-details .position-type {
    margin-top: .5em; }

.position-wanted-list, .position-vacant-list {
  border-bottom: 1px solid #E9E9E9;
  display: inline-block;
  width: 100%;
  padding: 2em 0em; }
  @media (min-width: 768px) {
    .position-wanted-list .with-image, .position-vacant-list .with-image {
      padding-left: 1.5em; } }
  .position-wanted-list .post-date, .position-vacant-list .post-date {
    font-style: italic;
    font-size: .867em;
    margin-top: .5em;
    margin-bottom: .5em; }
    @media (min-width: 768px) {
      .position-wanted-list .post-date, .position-vacant-list .post-date {
        position: absolute;
        right: 0em;
        top: 0em; } }
  .position-wanted-list .listing-info, .position-vacant-list .listing-info {
    margin: .25em 0em;
    display: inline-block; }
  .position-wanted-list .role, .position-vacant-list .role {
    float: left;
    padding: .25em 1.5em; }
  .position-wanted-list .listing-person-image, .position-vacant-list .listing-person-image {
    border-radius: 100%; }
  .position-wanted-list h3, .position-vacant-list h3 {
    font-size: 1.5em;
    margin: 0em 0em .5em 0em; }
  .position-wanted-list .location, .position-vacant-list .location {
    margin: 0em 0em .5em 0em; }
  .position-wanted-list i, .position-vacant-list i {
    color: #B0B0B0;
    padding-right: .5em; }
  .position-wanted-list .lead-line, .position-vacant-list .lead-line {
    font-size: .867em;
    margin: .5em 0em; }

.position-type {
  color: #fff;
  background: #ADADAD;
  border-radius: 3px;
  padding: .25em 1.5em;
  display: inline-block; }
  .position-type.position-type-full-time {
    background: #7CBC7C; }
  .position-type.position-type-part-time {
    background: #ADADAD; }
  .position-type.position-type-apprenticeship {
    background: #7FB8F0; }
  .position-type.position-type-contract {
    background: #FFC253; }
  .position-type.position-type-casual {
    background: #9C73A2; }

.node-27 .page-content {
  background-color: #efefef; }

.view-resources-two .website-node-list > .view-content > .views-row {
  border: none; }

.resource-item {
  margin-bottom: 2em; }
  .resource-item .resource-info {
    color: #434343; }
    .resource-item .resource-info li {
      float: left;
      padding-right: 1em;
      font-size: .867em;
      list-style-type: none;
      margin: 0em 0em 0.5em 0em; }
      .resource-item .resource-info li i {
        padding-right: .5em;
        color: #B0B0B0; }
      .resource-item .resource-info li a {
        color: #666; }
  .resource-item .resource-type {
    background-color: #828F94;
    border-radius: 3px 0 0 3px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    font-weight: 600;
    min-width: 80px;
    display: table-cell !important;
    font-weight: 400;
    vertical-align: middle; }
    .resource-item .resource-type i {
      font-size: 1.5em; }
    .resource-item .resource-type span {
      font-size: .867em;
      display: block; }
  .resource-item .resource-content {
    background: #fff;
    display: table-cell;
    padding: 1em 1em 1em 1.5em;
    max-width: inherit;
    width: 100%;
    border: 1px solid #E9E9E9;
    border-left: 0px; }
  .resource-item .permission-level {
    font-size: .867em; }
    .resource-item .permission-level label {
      display: none; }
    .resource-item .permission-level i {
      padding-right: .5em;
      color: #FCD223; }

.header-region {
  background-color: #eeede8;
  position: relative; }
  .header-region.has-image {
    background-color: #263847; }
    .header-region.has-image .header-content-position {
      padding-top: 5em;
      padding-bottom: 1.5em; }
      @media (min-width: 768px) {
        .header-region.has-image .header-content-position {
          padding-top: 9em;
          padding-bottom: 3em; } }
    .header-region.has-image .header-content {
      color: #fff; }
    .header-region.has-image .header-title h1 {
      color: #fff; }
    .header-region.has-image .header-description {
      color: #fff;
      opacity: .8; }

.header-info {
  font-size: 1.1em;
  padding-bottom: .5em; }
  .header-info i {
    padding-right: .5em; }

.header-title h1 {
  color: #ee3524;
  font-weight: 400;
  margin: 0em 0em .25em 0em;
  font-size: 2em; }
  @media (min-width: 768px) {
    .header-title h1 {
      font-size: 2.5em; } }
  @media (min-width: 992px) {
    .header-title h1 {
      font-size: 2.9em; } }

.header-description {
  font-size: 1em; }
  @media (min-width: 992px) {
    .header-description {
      font-size: 1.1em; } }

.header-content {
  text-align: center; }
  @media (min-width: 768px) {
    .header-content {
      text-align: left; } }

.header-background {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 100% 50%; }
  .header-background:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.2); }
  .header-background.blurred-background {
    transform: scale(1.05);
    -webkit-filter: blur(3px) brightness(95%);
    filter: blur(3px) brightness(95%);
    -webkit-transform: translate3d(0, 0, 0); }

.header-content-position {
  width: 100%;
  bottom: 0em;
  padding: 1.5em 0em; }
  @media (min-width: 768px) {
    .header-content-position {
      padding: 3em 0em 2em 0em; } }
  .header-content-position.gradient {
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    position: relative;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.05) 80%, transparent); }

.header-region.header-landing .header-content {
  width: 100%;
  text-align: center; }

@dontimport "articles-landing-header";
@dontimport "articles-category-bar";
.featured-articles-region .article-list-item:hover .img-reflow-overlay:after {
  opacity: .15; }

.featured-articles-region .img-reflow-overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.35;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out; }

.featured-articles-region .article-category-link {
  color: #fff;
  z-index: 4; }

.featured-articles-region .article-list-item {
  padding: 0em;
  overflow: hidden;
  border-bottom: 0px;
  border-radius: 3px;
  /*		@media (min-width: $screen-sm-min) {
			float: left;
			&:nth-child(1) {
				width: 100%;

			}
			&:nth-child(2),
			&:nth-child(3) {
			width: calc(50% - .75em);
    	margin-right: 1.5em;

			}
			&:nth-child(3) {
    	margin-right: 0em;
			float:right;
			}
		}
		@media (min-width: $screen-md-min) {
			margin-bottom:1.5em;
			&:nth-child(1) {
			  width: calc(69% - 1.5em);
    		margin-right: 1.5em;
				
				.article-teaser-description,
				.article-teaser-meta {
					display: block;
				}
				h2 {
					font-size: 2em;
					font-weight: 400;
				}
			}
			&:nth-child(2),
			&:nth-child(3) {
				margin-right:0em;
				width: 31%;
    		float: right;
			}
		}
		
				@media (min-width: $screen-lg-min) {
					&:nth-child(1) {
						width: calc(68.25% - 1.5em);
					}
					&:nth-child(2),
					&:nth-child(3) {
						width: 31.35%;
						float: right;
					}
					
				}*/ }
  .featured-articles-region .article-list-item:nth-child(1) .img-reflow-overlay:after {
    background-color: #d38312;
    background-image: linear-gradient(135deg, #d38312, #002f4b);
    opacity: .5; }
  .featured-articles-region .article-list-item:nth-child(2) .img-reflow-overlay:after {
    background-color: #d38312;
    background-image: linear-gradient(135deg, #d38312, #002f4b); }
  .featured-articles-region .article-list-item:nth-child(3) .img-reflow-overlay:after {
    background-color: #d38312;
    background-image: linear-gradient(135deg, #292484, #dc4225); }

.featured-articles-region .article-teaser-description {
  display: none; }

@media (min-width: 768px) {
  .featured-articles-region .article-teaser-image {
    width: 100%; } }

.featured-articles-region .article-teaser-image.cell {
  display: block; }

.featured-articles-region .article-category .category {
  color: #fff; }

.featured-articles-region .article-list-item .article-teaser-title h2 {
  color: #fff; }

.featured-articles-region .article-list-item:nth-child(1) .article-teaser-title h2 {
  font-size: 1.8em; }

.featured-articles-region .article-list-item:not(:first-child) .article-teaser-title h2 {
  font-size: 1.2em; }

.featured-articles-region .article-teaser-content {
  display: block;
  bottom: 0em;
  position: absolute;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 0%, rgba(51, 51, 51, 0.05) 90%, transparent);
  width: 100%; }
  .featured-articles-region .article-teaser-content.cell {
    padding: 1em; }
    @media (min-width: 992px) {
      .featured-articles-region .article-teaser-content.cell {
        padding: 1.5em; } }

.featured-articles-region .article-teaser-description,
.featured-articles-region .article-teaser-meta {
  color: #fff; }

.featured-articles-region .article-teaser-description .field-type-text {
  font-size: 1.1em;
  color: #fff; }

.featured-articles-region .article-list-item:not(:last-child) {
  margin-bottom: 1.5em; }

.list-articles-region,
.featured-articles-region {
  padding: 3em 0em; }

.article-teaser-image {
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  z-index: 2; }
  .article-teaser-image .img-reflow-overlay {
    max-width: 100%;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    height: 0;
    background: #5c7274; }
    .article-teaser-image .img-reflow-overlay:before {
      -moz-transition: opacity 0.3s ease-in-out;
      -ms-transition: opacity 0.3s ease-in-out;
      -o-transition: opacity 0.3s ease-in-out;
      transition: opacity 0.3s ease-in-out;
      -webkit-transition: opacity 0.3s ease-in-out;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      background: #5c7274;
      opacity: 0;
      right: 0;
      z-index: 2; }

.article-list-item {
  width: 100%; }
  .article-list-item.image-portrait .article-teaser-image.cell {
    display: block; }
    @media (min-width: 768px) {
      .article-list-item.image-portrait .article-teaser-image.cell {
        display: inline-block; } }
  .article-list-item.image-portrait .img-reflow-overlay {
    padding-bottom: 111%; }
    .article-list-item.image-portrait .img-reflow-overlay img {
      min-width: 100%; }
  .article-list-item.image-right {
    display: inline-block;
    width: 100%; }
    .article-list-item.image-right .article-teaser-content {
      padding: 1em 1em 0em 0em; }
      @media (min-width: 768px) {
        .article-list-item.image-right .article-teaser-content {
          padding: 0em 1em 0em 0em; } }
    @media (min-width: 768px) {
      .article-list-item.image-right .article-teaser-image {
        float: right; } }
  .article-list-item:hover .img-reflow-overlay:before {
    opacity: .4; }

.article-list-item {
  position: relative;
  cursor: pointer;
  display: inline-block;
  padding-top: 2em;
  padding-bottom: 2em; }
  .article-list-item a.article-teaser-click-link {
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-indent: -99em;
    white-space: nowrap;
    overflow: hidden;
    z-index: 0; }

.article-category-link {
  color: #434343; }

.article-teaser-content-element {
  margin: 0em 0em .75em 0em; }
  .article-teaser-content-element:last-child {
    margin: 0em; }

.article-teaser-title h2 {
  color: #ee3524;
  display: block;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3;
  margin: 0em;
  /*	@media (min-width: $screen-sm-min) {
		font-size: 1.7em;
	}
	@media (min-width: $screen-md-min) {
		font-size: 1.8em;
	}*/ }

.article-teaser-description .field-type-text {
  color: #434343;
  display: block;
  font-weight: 400;
  font-size: .867em; }

@media (min-width: 768px) {
  .article-teaser-image {
    width: 40%;
    float: left; } }

@media (min-width: 992px) {
  .article-teaser-image {
    width: 25%; } }

.article-teaser-content {
  z-index: 2;
  background: #fff;
  padding: 1.5em 0em 0em 0em;
  position: relative;
  font-size: .8em; }
  @media (min-width: 768px) {
    .article-teaser-content {
      background: transparent;
      margin: 0em;
      padding: 0em;
      width: 60%;
      font-size: .9em; } }
  @media (min-width: 992px) {
    .article-teaser-content {
      width: 75%;
      font-size: 1em; } }
  .article-teaser-content a {
    position: relative;
    z-index: 2; }

.article-teaser-meta {
  color: #ababad; }
  .article-teaser-meta a {
    color: #ababad; }
  .article-teaser-meta .author-thumb {
    margin-right: .5em; }

.cell:nth-child(1).event-teaser-content,
.cell:nth-child(1).article-teaser-content {
  margin-top: 0em;
  width: 100%;
  padding: 0em; }

.cell {
  display: inline-block;
  vertical-align: top;
  max-width: 100%; }

.cell:nth-child(2),
.cell:not(:nth-child(1)) {
  padding-left: 0em; }
  @media (min-width: 768px) {
    .cell:nth-child(2),
    .cell:not(:nth-child(1)) {
      padding-left: 2em; } }

.list-articles-region .article-list-item:first-child {
  padding-top: 0em; }

.list-articles-region .article-list-item:not(:last-child) {
  border-bottom: 1px solid #E9E9E9; }

.btn.share {
  background: #ee3524;
  color: #fff;
  padding: 1em 2em; }

.multi-componenet-section {
  padding: 1em 0em; }
  @media (min-width: 992px) {
    .multi-componenet-section {
      padding: 3em 0em; } }

@media (max-width: 992px) {
  .home-list-articles-region-1 .article-list-item:first-child {
    padding-top: 1em; } }

@media (min-width: 992px) {
  .home-list-articles-region-1 .article-teaser-image {
    width: 35%; }
  .home-list-articles-region-1 .article-teaser-content {
    width: 65%; } }

@media (max-width: 992px) {
  .home-list-articles-region-1 .article-list-item:not(:last-child) {
    border-bottom: 1px solid #E9E9E9; } }

@media (min-width: 992px) {
  .home-list-articles-region-1 .article-list-item {
    clear: both;
    float: left;
    border-top: 1px solid #E9E9E9; }
    .home-list-articles-region-1 .article-list-item:nth-child(even) {
      clear: none;
      float: right; } }

.home-list-articles-region-1 .heading-content {
  margin-bottom: 1em;
  text-align: center; }
  @media (min-width: 480px) {
    .home-list-articles-region-1 .heading-content {
      display: table; }
      .home-list-articles-region-1 .heading-content .title {
        padding-right: 2em; } }

@media (min-width: 480px) {
  .home-list-articles-region-1 .heading-link {
    display: table-cell;
    vertical-align: middle; } }

.home-list-articles-region-1 .heading-link a {
  padding: 1em 0em; }

.home-list-articles-region-1 .heading-link i {
  padding-left: 1em; }

@media (min-width: 992px) {
  .csscalc .home-list-articles-region-1 .article-list-item {
    width: calc(50% - 1em); } }

@media (min-width: 992px) {
  .csscalc .home-list-articles-region-2 .article-list-item {
    width: calc(50% - 1em); } }

.home-list-articles-region-2 .heading-content {
  text-align: center; }
  @media (min-width: 480px) {
    .home-list-articles-region-2 .heading-content {
      display: table; }
      .home-list-articles-region-2 .heading-content .title {
        padding-right: 2em; } }

@media (min-width: 480px) {
  .home-list-articles-region-2 .heading-link {
    display: table-cell;
    vertical-align: middle; } }

.home-list-articles-region-2 .heading-link a {
  padding: 1em 0em; }

.home-list-articles-region-2 .heading-link i {
  padding-left: 1em; }

.home-list-articles-region-2 .cell:nth-child(2),
.home-list-articles-region-2 .cell:not(:nth-child(1)) {
  padding-left: 0em; }

.home-list-articles-region-2 .article-teaser-content {
  width: 100%; }

@media (min-width: 992px) {
  .home-list-articles-region-2 .article-list-item {
    clear: both;
    float: left; }
    .home-list-articles-region-2 .article-list-item:nth-child(even) {
      clear: none;
      float: right; } }

.home-list-articles-region-2 .article-teaser-image {
  width: 100%;
  margin-bottom: 1em; }

.home-list-articles-region-2 .article-list-item,
.home-list-articles-region-2-side .article-list-item {
  padding-top: 1em;
  padding-bottom: 1em; }

.home-list-articles-region-2-side .article-list-item:not(:last-child) {
  border-bottom: 1px solid #E9E9E9; }

.home-list-articles-region-2-side .article-teaser-title h2 {
  font-size: 1.2em; }

.news-feature-section {
  background-color: #eeede8; }

.featured-articles-region .article-list-item-clip {
  overflow: hidden;
  position: relative;
  border-radius: 3px; }

@media (min-width: 992px) {
  .featured-articles-region .article-list-item:nth-child(1) {
    width: 100%; } }

@media (min-width: 1240px) {
  .featured-articles-region .article-list-item:nth-child(1) {
    width: 66.6666666667%; } }

.featured-articles-region .article-list-item:nth-child(1) .article-teaser-description,
.featured-articles-region .article-list-item:nth-child(1) .article-teaser-meta {
  display: block; }

@media (min-width: 992px) {
  .featured-articles-region .article-list-item:nth-child(2), .featured-articles-region .article-list-item:nth-child(3) {
    width: 50%; } }

@media (min-width: 1240px) {
  .featured-articles-region .article-list-item:nth-child(2), .featured-articles-region .article-list-item:nth-child(3) {
    width: 33.3333333333%; } }

@media (min-width: 1240px) {
  .featured-articles-region .article-list-item:nth-child(1) .article-teaser-image {
    height: calc(420px + 1.5em); }
  .featured-articles-region .article-list-item:nth-child(2) .article-teaser-image, .featured-articles-region .article-list-item:nth-child(3) .article-teaser-image {
    height: 210px; } }

.featured-articles-region .article-list-item .article-teaser-click-link {
  z-index: 3; }

@media (min-width: 768px) {
  .col-3-articles-region .article-teaser-image,
  .col-2-articles-region .article-teaser-image {
    width: 100%; }
  .col-3-articles-region .article-teaser-content,
  .col-2-articles-region .article-teaser-content {
    width: 100%;
    padding: 1em 0em 0em 0em; } }

@media (min-width: 768px) {
  .col-3-articles-region .article-list-item {
    width: 50%; } }

@media (min-width: 1240px) {
  .col-3-articles-region .article-list-item {
    width: 33.3333333333%; } }

.col-3-articles-region .article-list-item:nth-child(3n+4) {
  clear: both; }

@media (min-width: 768px) {
  .col-2-articles-region .article-list-item {
    width: 50%; } }

@media (min-width: 1240px) {
  .col-2-articles-region .article-list-item {
    width: 50%; } }

.col-2-articles-region .article-list-item:nth-child(2n+3) {
  clear: both; }

@media (min-width: 992px) {
  .flexbox .event-search-region form {
    display: flex;
    flex-flow: row nowrap;
    width: 100%; }
  .flexbox .event-search-region .form-group {
    -webkit-flex: 2 0 0;
    flex: 2 0 0; }
  .flexbox .event-search-region .form-button {
    -webkit-flex: 1 0 0;
    flex: 1 0 0; } }

.header-search-region {
  margin-top: 1.5em; }
  .header-search-region .btn-search {
    font-size: 1em;
    color: #fff;
    padding: 1.5em 2em;
    width: 100%;
    line-height: initial;
    background-color: #ee3524;
    color: #fff;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out; }
    .header-search-region .btn-search:hover, .header-search-region .btn-search:active, .header-search-region .btn-search:focus {
      background-color: #f26153; }
    @media (min-width: 992px) {
      .header-search-region .btn-search {
        border-radius: 0px 3px 3px 0px; } }
  .header-search-region .form-control {
    position: relative;
    border: 0px;
    font-size: 1em;
    color: #434343;
    box-shadow: none;
    height: 36px; }
    @media (max-width: 992px) {
      .header-search-region .form-control {
        padding: 1em;
        height: auto; } }
    @media (min-width: 992px) {
      .header-search-region .form-control {
        border-radius: 0px;
        margin: 1em 0em; } }
  .header-search-region .form-group {
    position: relative; }
    .header-search-region .form-group:last-child {
      background: transparent; }
    @media (min-width: 992px) {
      .header-search-region .form-group {
        background: #fff;
        margin-bottom: 0em; }
        .header-search-region .form-group:first-child {
          border-radius: 3px 0px 0px 3px; }
        .header-search-region .form-group:not(:nth-last-child(-n+2)) .form-control {
          border-right: 1px solid;
          border-color: #E9E9E9; } }
    .header-search-region .form-group .form-control {
      border-color: #E9E9E9; }
  .header-search-region .caret {
    display: inline;
    position: absolute;
    vertical-align: top;
    font-family: FontAwesome;
    margin: 0em .5em;
    border: none;
    right: 0em; }
  .header-search-region .open .caret:before {
    content: "\f106"; }
  .header-search-region .caret:before {
    content: "\f107"; }
  .header-search-region [class*="col-"] {
    padding: 0 0px; }

.event-teaser-info .event-teaser-content-element {
  margin: 0em 0em .75em 0em; }
  .event-teaser-info .event-teaser-content-element:last-child {
    margin: 0em; }

.event-teaser-info .event-teaser-element-sub-item {
  display: inline-flex; }
  .event-teaser-info .event-teaser-element-sub-item:not(:last-child) {
    margin-right: 1em; }

.event-teaser-info .event-item-icon {
  float: left;
  margin-right: .75em; }

.event-teaser-info .location-text {
  overflow: hidden; }

.event-list-item .event-date,
.event-card-item .event-date {
  padding: 1em 1.5em;
  text-align: center;
  border-radius: 3px;
  line-height: 1.3; }
  .event-list-item .event-date .month, .event-list-item .event-date .day,
  .event-card-item .event-date .month,
  .event-card-item .event-date .day {
    display: block; }
  .event-list-item .event-date .month,
  .event-card-item .event-date .month {
    font-size: 1.1em; }
  .event-list-item .event-date .day,
  .event-card-item .event-date .day {
    font-size: 1.5em;
    line-height: 1; }

.event-list-item {
  padding-bottom: 2em;
  padding-top: 2em;
  border-top: 1px solid #E9E9E9; }
  .event-list-item .event-teaser-content {
    background: #fff;
    width: 100%;
    position: relative; }
    @media (min-width: 768px) {
      .event-list-item .event-teaser-content {
        background: transparent;
        margin: 0em;
        padding: 0em;
        width: 65%;
        font-size: .9em; } }
    @media (min-width: 992px) {
      .event-list-item .event-teaser-content {
        width: 70%;
        font-size: 1em; } }
  .event-list-item.image-right {
    display: inline-block;
    width: 100%; }
    .event-list-item.image-right .event-teaser-content {
      padding: 1.5em; }
      @media (min-width: 768px) {
        .event-list-item.image-right .event-teaser-content {
          padding: 0em 1.5em 0em 0em; } }
    @media (min-width: 768px) {
      .event-list-item.image-right .event-teaser-image {
        float: right; } }
  .event-list-item .event-teaser-description {
    display: none; }
    @media (min-width: 768px) {
      .event-list-item .event-teaser-description {
        display: block; } }

.event-list-item .event-teaser-image {
  position: relative; }
  .event-list-item .event-teaser-image .img-reflow-overlay {
    max-width: 100%;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    height: 0;
    background: #434343; }
  @media (min-width: 768px) {
    .event-list-item .event-teaser-image {
      width: 35%;
      float: left;
      border-radius: 3px;
      overflow: hidden; } }
  @media (min-width: 992px) {
    .event-list-item .event-teaser-image {
      width: 30%; } }

.event-list-item .event-teaser-info {
  padding-left: 1.5em;
  overflow: hidden; }

.event-list-item .event-teaser-date-display {
  float: left; }
  .event-list-item .event-teaser-date-display .event-date {
    background-color: #434343;
    color: #fff; }
  .event-list-item .event-teaser-date-display .cpd-tag {
    padding: .5em .5em;
    font-size: .867em;
    text-align: center; }

.event-list-item .event-teaser-title h2, .event-list-item .event-teaser-title h3 {
  font-size: 1.7em; }

.event-teaser-category a {
  color: #ee3524; }

.event-teaser-title h2, .event-teaser-title h3 {
  display: block;
  font-weight: 400;
  margin: 0em; }
  .event-teaser-title h2 a, .event-teaser-title h3 a {
    color: #ee3524; }

.event-teaser-description {
  color: #434343;
  display: block;
  font-weight: 400;
  font-size: 1em; }

.cell:nth-child(1).event-teaser-content {
  width: 100% !important;
  padding: 0em;
  margin-top: 0em; }

.event-list > span + div {
  border-top: 0px; }

.event-list-date-segment {
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: block; }
  .event-list-date-segment .event-list-date-element {
    text-align: center; }
    .event-list-date-segment .event-list-date-element h2 {
      font-weight: 400;
      font-size: 1.3em; }
      @media (min-width: 768px) {
        .event-list-date-segment .event-list-date-element h2 {
          font-size: 1.5em; } }
    .event-list-date-segment .event-list-date-element span {
      display: inline-block;
      position: relative; }
      .event-list-date-segment .event-list-date-element span:before, .event-list-date-segment .event-list-date-element span:after {
        content: "";
        position: absolute;
        height: 2px;
        top: 50%;
        background: #E9E9E9;
        width: 600%; }
      .event-list-date-segment .event-list-date-element span:before {
        right: 100%;
        margin-right: 2em; }
      .event-list-date-segment .event-list-date-element span:after {
        left: 100%;
        margin-left: 2em; }

.event-featured-list .event-list-item {
  border-top: 0px; }
  @media (min-width: 768px) {
    .event-featured-list .event-list-item .event-teaser-content {
      width: 60%; }
    .event-featured-list .event-list-item .event-teaser-image {
      width: 40%; } }

.event-series-card-item {
  color: #fff; }
  .event-series-card-item .background {
    display: block;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%; }
  .event-series-card-item .content-cta-container {
    padding: 1.5em;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2; }
  .event-series-card-item .background {
    height: inherit; }
    .event-series-card-item .background:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #434343;
      opacity: .85; }
  .event-series-card-item .btn {
    padding: 1em 2.5em;
    margin-top: 1em;
    background-color: #ee3524;
    color: #fff;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out; }
    .event-series-card-item .btn:hover, .event-series-card-item .btn:active, .event-series-card-item .btn:focus {
      background-color: #f26153; }
  .event-series-card-item .event-series-title h3 {
    font-size: 1.6em; }

.event-card-item,
.event-series-card-item {
  position: relative;
  height: 420px;
  z-index: 1;
  overflow: hidden;
  border-radius: 3px; }

.event-card-item {
  background: #fff; }
  .event-card-item .event-teaser-content {
    padding: 1.5em; }
  .event-card-item .event-teaser-image {
    position: relative; }
    .event-card-item .event-teaser-image:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background: #000;
      opacity: .15; }
  .event-card-item .event-date {
    z-index: 2;
    position: absolute;
    bottom: 1.5em;
    left: 1.5em;
    background-color: #000;
    /* The Fallback */
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff; }
  .event-card-item .event-teaser-title h3 {
    font-size: 1.25em; }

.event-side {
  position: relative;
  padding: 1.5em; }
  .event-side .date-item {
    font-size: 2.4em;
    font-weight: 600; }
  .event-side .event-time {
    font-size: 1.1em; }
  .event-side .event-date {
    margin-bottom: 1.5em; }
  .event-side .event-meta {
    position: relative;
    color: #fff; }
  .event-side .header-background:after {
    background: #434343;
    opacity: .5; }

.event-footer-cta {
  padding: 3em 0em;
  text-align: center;
  background: #434343;
  color: #fff; }
  .event-footer-cta .event-footer-cta-btn {
    padding: 1em 2em;
    background: #fff;
    color: #434343; }

.event-section-title {
  float: left; }

.events-carousel-nav {
  float: right;
  margin-bottom: 1em; }
  .events-carousel-nav .owl-prev,
  .events-carousel-nav .owl-next {
    display: inline;
    font-size: 1.3em; }
    .events-carousel-nav .owl-prev i,
    .events-carousel-nav .owl-next i {
      width: 2.5em;
      height: 2.5em;
      border-radius: 2.5em;
      cursor: pointer;
      margin-left: .5em;
      border: 1px solid;
      line-height: 2.5;
      border-color: #E9E9E9;
      color: #ee3524;
      background-color: #fff; }

@media (min-width: 480px) {
  .event-list-carousel-container {
    padding: 0em; } }

.events-list-carousel {
  position: relative; }
  @media (min-width: 480px) {
    .events-list-carousel .item {
      margin: 0em 1em; } }
  .events-list-carousel .owl-item {
    opacity: .35;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out; }
  .events-list-carousel .owl-item.active {
    opacity: 1; }

.events-list-offset-carousel {
  position: relative; }
  .events-list-offset-carousel .owl-stage {
    padding-left: 0 !important;
    padding-right: 0 !important; }
    @media (min-width: 992px) {
      .events-list-offset-carousel .owl-stage {
        padding-left: 0 !important;
        padding-right: 50px; } }
  @media (min-width: 480px) {
    .events-list-offset-carousel .item {
      margin: 0em 2em 0em 0em; } }
  .events-list-offset-carousel .owl-item {
    opacity: .35;
    -moz-transition: opacity 0.3s ease-in-out;
    -ms-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out; }
  .events-list-offset-carousel .owl-item.active {
    opacity: 1; }

.events-carousel-single .item {
  margin-bottom: 2em; }

.events-carousel-single .owl-dots {
  margin-left: auto;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0em;
  right: 0;
  margin-right: auto; }
  .events-carousel-single .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out; }
    .events-carousel-single .owl-dots .owl-dot span {
      display: block;
      width: 12px;
      height: 12px;
      margin: 0em .5em;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      border-radius: 20px;
      background: none;
      border: 2px solid #ee3524; }
    .events-carousel-single .owl-dots .owl-dot.active span {
      background: #ee3524;
      border: 0px; }
    .events-carousel-single .owl-dots .owl-dot:hover, .events-carousel-single .owl-dots .owl-dot:active, .events-carousel-single .owl-dots .owl-dot:focus {
      -webkit-transform: scale(1.2, 1.2);
      -moz-transform: scale(1.2, 1.2);
      -o-transform: scale(1.2, 1.2);
      -ms-transform: scale(1.2, 1.2);
      transform: scale(1.2, 1.2); }

.event-features-section {
  padding: 3em 0em;
  background-color: #eeede8; }

.event-list-section {
  padding: 3em 0em;
  background: #fff; }

.event-date-display {
  padding: .5em 1.25em;
  text-align: center;
  line-height: 1.4;
  background-color: #434343;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 1.5em;
  border-radius: 3px;
  display: none; }
  @media (min-width: 768px) {
    .event-date-display {
      display: inline-block; } }

.event-details-wrapper .event-time {
  /*	@media (min-width: $screen-sm-min) {
		display: inline-block;
		}*/ }

.event-details-main .event-details-item:not(:last-child) {
  border-bottom: 1px solid;
  border-color: #E9E9E9; }

.event-details-side .event-details-item {
  border-bottom: 1px solid;
  border-color: #E9E9E9; }
  @media (min-width: 992px) {
    .event-details-side .event-details-item:last-child {
      border-bottom: 0px; } }

.event-details-item {
  padding-bottom: 1.5em;
  margin-bottom: 1.5em; }
  .event-details-item label {
    font-size: 1.4em;
    color: #2a2929;
    font-weight: 400; }
  .event-details-item .map-link a {
    color: #ee3524; }

.event-locatino a {
  margin: .5em 0em;
  display: block; }

.location-element {
  height: 300px; }

.event-detail-information-region {
  border-top: 1px solid;
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.08);
  background: #eeede8;
  padding: 1.5em 0em; }
  @media (min-width: 768px) {
    .event-detail-information-region {
      padding: 2em 0em; } }

.article-info-region {
  background: #fff;
  padding: 1.5em 0em; }

.attend-event-action {
  width: 100%;
  margin-bottom: 1em;
  -moz-transition: background-color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  padding: 1em 1.5em; }
  @media (min-width: 992px) {
    .attend-event-action {
      margin-bottom: 0em; } }
  .attend-event-action img {
    width: 28px;
    margin-left: 1em; }
  .attend-event-action.open, .attend-event-action.closed {
    color: #fff; }
  .attend-event-action.open {
    background-color: #ee3524; }
    .attend-event-action.open:hover, .attend-event-action.open:active, .attend-event-action.open:focus {
      background-color: #ef4232; }
  .attend-event-action.closed {
    background-color: #EA5C5C; }
    .attend-event-action.closed:hover, .attend-event-action.closed:active, .attend-event-action.closed:focus {
      background-color: #ec6a6a; }

@media (max-width: 768px) {
  .event-lead-info {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    margin-bottom: 1em; } }

@media (min-width: 768px) {
  .event-lead-info {
    display: inline-block;
    vertical-align: middle; } }

.event-info-container {
  display: table;
  width: 100%; }
  @media (min-width: 768px) {
    .event-info-container {
      text-align: left; } }
  .event-info-container a {
    color: #ee3524; }
  .event-info-container .person-role {
    font-size: 1em; }
  .event-info-container .event-info-date {
    font-size: 1.25em; }
    @media (min-width: 768px) {
      .event-info-container .event-info-date {
        font-size: 1em; } }
  .event-info-container .event-info-location {
    font-size: .867em; }
  .event-info-container .article-info {
    position: relative; }
  @media (min-width: 768px) {
    .event-info-container .article-info,
    .event-info-container .article-actions {
      display: table-cell;
      vertical-align: middle; }
    .event-info-container .article-info {
      width: 75%; }
    .event-info-container .article-actions {
      width: 25%;
      text-align: right; } }
  @media (min-width: 992px) {
    .event-info-container .article-actions {
      width: 25%; } }

.event-detail-section-container {
  background: #eeede8; }

.tab-pane {
  padding: 2em 0em; }
  .tab-pane .event-detail-section:not(:last-child) {
    margin-bottom: 2em; }

.event-detail-content {
  padding: 2em 0em; }

.event-card-content {
  padding: 1em; }
  @media (min-width: 768px) {
    .event-card-content {
      padding: 1.5em; } }

.event-card-header {
  margin-bottom: 2em;
  text-align: center; }
  .event-card-header .event-card-description {
    margin-bottom: 1em; }

.event-attendee-list-display li {
  display: inline-block;
  vertical-align: middle; }
  .event-attendee-list-display li:not(:first-child) {
    margin-left: -1em; }
  .event-attendee-list-display li .attendee-image {
    width: 55px;
    height: 55px;
    border: 2px solid #fff; }
  .event-attendee-list-display li .more {
    color: #fff;
    display: inline-block;
    background-color: #ee3524;
    height: 55px;
    width: 55px;
    border-radius: 100%;
    border: 2px solid #fff;
    display: table; }
    .event-attendee-list-display li .more .amount {
      font-size: .867em;
      text-align: Center;
      display: table-cell;
      vertical-align: middle; }

.event-detail-speakers-container {
  background-color: #fff;
  border-radius: 3px;
  display: inline-block;
  width: 100%; }

.event-speakers h2 {
  font-size: 1.8em;
  font-weight: 400;
  margin-bottom: 1em; }

.event-speakers-title {
  margin-bottom: 1em; }

.speaker {
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #E9E9E9;
  display: inline-block;
  width: 100%; }
  .speaker:last-child {
    border-bottom: 0px;
    padding-bottom: 0em;
    margin-bottom: .5em; }
  .speaker .speaker-name {
    margin-top: 0em;
    font-size: 1.45em;
    margin-bottom: .25em; }
  .speaker .speaker-info {
    vertical-align: top;
    text-align: left;
    display: table-cell; }
  .speaker .speaker-role {
    font-style: italic;
    font-size: .867em; }
    @media (min-width: 992px) {
      .speaker .speaker-role {
        font-size: 1em; } }
  .speaker .speaker-description {
    margin: .5em 0em;
    line-height: 1.8;
    font-size: .867em; }
  .speaker .speaker-image {
    float: left;
    margin-right: 1em;
    width: 70px;
    height: 70px; }
    @media (min-width: 992px) {
      .speaker .speaker-image {
        margin-right: 1.5em;
        width: 125px;
        height: 125px; } }
    .speaker .speaker-image img {
      border-radius: 100%; }

.event-detail-registration {
  padding: 2em 0em; }

.event-detail-location-container {
  background-color: #fff; }

.event-detail-location-content {
  text-align: center; }
  .event-detail-location-content .event-location-name h3 {
    margin-top: 0em; }
  .event-detail-location-content .event-location-address,
  .event-detail-location-content .event-location-link {
    padding-bottom: .5em; }
  .event-detail-location-content .event-detail-directions {
    margin-top: .5em;
    padding-top: 1em;
    border-top: 1px solid #E9E9E9; }

.location-element.map {
  background: #434343;
  position: relative; }
  .location-element.map:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 15%;
    margin-left: -7.5%;
    pointer-events: none;
    background: url(../img/events/event-detail/layout-1/location/map-background.svg) no-repeat center 50%;
    background-size: 100% auto; }
  .location-element.map iframe {
    position: relative;
    z-index: 1; }

.event-contact-side .event-contact-person {
  margin-bottom: .5em; }

.event-contact-side .event-contact-person {
  width: 100%;
  display: table; }

.event-contact-side .event-contact-person-info,
.event-contact-side .event-contact-image {
  display: table-cell;
  vertical-align: middle; }

.event-contact-side .event-contact-person-info {
  padding-right: .5em; }

.event-contact-side .event-contact-image {
  width: 80px; }

.event-contact-side .event-contact-name {
  font-size: 1.7em;
  font-weight: 600; }

.event-contact-side .event-contact-role {
  font-size: 1.1em;
  opacity: .75; }

.event-contact-side .event-contact-content {
  background: #434343;
  color: #fff;
  padding: 1em; }
  .event-contact-side .event-contact-content .btn-contact {
    padding: 0em;
    color: #fff;
    text-align: center;
    display: block;
    font-size: 1em; }

.event-contact-side .event-contact-details {
  padding: 1em 0em;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2);
  margin-bottom: 1em; }
  .event-contact-side .event-contact-details i {
    opacity: .75; }
  .event-contact-side .event-contact-details a {
    color: #fff; }
  @media (min-width: 992px) {
    .event-contact-side .event-contact-details .field:first-child {
      padding-right: 1em;
      float: left; } }

.event-contact-b {
  text-align: center;
  background: #fff;
  padding: 2em; }
  .event-contact-b .event-contact-image {
    margin: 0em auto;
    width: 60px;
    height: 60px; }
  .event-contact-b .event-contact-details {
    padding-top: 1em;
    margin-top: 1em;
    border-top: 1px solid #E9E9E9; }

.event-detail-connect {
  background: #eeede8; }
  .event-detail-connect .share-widget {
    text-align: center; }

.share-title {
  display: inline-block;
  margin-bottom: .5em; }

.event-detail-connect-container {
  background: #fff; }

.sponsor-group .sponsor-level-container {
  margin: 2em 0em; }

.sponsor-group .sponsor-level {
  text-align: center;
  background: #434343;
  padding: 1em;
  display: block;
  color: #fff;
  margin-left: auto;
  margin-right: auto;
  border-radius: 3px; }
  .sponsor-group .sponsor-level h3 {
    font-size: 1.4em;
    margin: 0em;
    font-weight: 400; }

.sponsor-group .brand-logo-image {
  padding: 1em;
  height: 110px;
  border-radius: 3px;
  -moz-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  -webkit-transition: border-color 0.3s ease-in-out;
  border: 1px solid #E9E9E9; }
  @media (min-width: 992px) {
    .sponsor-group .brand-logo-image {
      height: 130px; } }

.sponsor-group .brand-logo {
  width: calc(49% - 1em);
  margin: 0 .5em 1em .5em; }
  @media (min-width: 768px) {
    .sponsor-group .brand-logo {
      width: calc(32% - 1em); } }
  @media (min-width: 992px) {
    .sponsor-group .brand-logo {
      width: 14%;
      width: calc(16% - 1em); } }
  .sponsor-group .brand-logo a:hover .brand-logo-image {
    border-color: #ee3524; }

.sponsor-group .brand-logo-image {
  padding: 1em;
  height: 110px;
  border-radius: 3px; }
  @media (min-width: 992px) {
    .sponsor-group .brand-logo-image {
      height: 130px; } }

.brand-row {
  text-align: center; }

.icon-list-group li {
  margin: .25em 0em; }
  .icon-list-group li img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    padding: .4em; }

.icon-group li img {
  -moz-transition: border-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  -webkit-transition: border-color 0.3s ease-in-out;
  border: 1px solid;
  border-color: #E9E9E9; }
  .icon-group li img:hover {
    border-color: #ee3524; }

.icon-group li span {
  display: none; }

.icon-group li .open img {
  border-color: #ee3524;
  transform: rotate(180deg); }

@media (max-width: 768px) {
  .icon-group.icon-group-actions li img {
    height: 38px;
    width: 38px; } }

.icon-group.icon-group-actions li span {
  display: inline;
  font-size: .9em;
  padding-left: 1em; }

.views-field-content-group-title a {
  border-color: #E9E9E9;
  border-width: 1px;
  border-style: solid;
  border-radius: 30px;
  padding: .75em 1em;
  display: block;
  float: left;
  margin: .5em .5em .5em 0em;
  line-height: 1;
  font-size: .867em; }

.event-card-large {
  width: 100%;
  background-color: #000;
  /* The Fallback */
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  display: table;
  min-height: 360px;
  border-radius: 3px 3px 0px 0px;
  overflow: hidden; }
  .event-card-large .event-teaser-content, .event-card-large .event-actions {
    padding: 1em; }
    @media (min-width: 768px) {
      .event-card-large .event-teaser-content, .event-card-large .event-actions {
        padding: 2em; } }
  .event-card-large .event-side {
    background: #434343;
    height: 100%;
    position: relative;
    color: #fff;
    overflow: hidden; }
    @media (max-width: 768px) {
      .event-card-large .event-side {
        height: 260px; } }
    @media (min-width: 768px) {
      .event-card-large .event-side {
        width: 66%;
        display: table-cell; } }
    .event-card-large .event-side .event-meta {
      position: relative;
      min-height: 230px; }
    .event-card-large .event-side h2 {
      color: #fff;
      font-weight: 600;
      margin: 0em; }
    .event-card-large .event-side .event-date {
      margin-bottom: 1em; }
      @media (min-width: 768px) {
        .event-card-large .event-side .event-date {
          margin-bottom: 1.5em; } }
      .event-card-large .event-side .event-date .event-time {
        opacity: .75; }
    .event-card-large .event-side .event-location {
      font-size: .9em; }
      @media (max-width: 768px) {
        .event-card-large .event-side .event-location .postal-code, .event-card-large .event-side .event-location .country-name, .event-card-large .event-side .event-location .street-address, .event-card-large .event-side .event-location .locality {
          display: none; } }
    .event-card-large .event-side .event-actions {
      position: absolute;
      bottom: 0em;
      width: 100%;
      left: 0em;
      margin: 0em;
      text-align: left; }
  .event-card-large .event-teaser-content-element:not(:last-child) {
    margin: 0em 0em .75em 0em; }
  @media (min-width: 768px) {
    .event-card-large .event-teaser-content {
      display: table-cell;
      vertical-align: top;
      text-align: left; } }
  .event-card-large .event-teaser-content .event-title h3 {
    margin-top: 0em; }

.event-detail-3 .header-content {
  display: table;
  background-color: #000;
  /* The Fallback */
  background-color: rgba(0, 0, 0, 0.5); }
  .event-detail-3 .header-content > [class*='col-'] {
    padding-right: 0;
    padding-left: 0; }

.event-detail-3 .event-header-content {
  padding: 1.5em; }
  @media (min-width: 992px) {
    .event-detail-3 .event-header-content {
      text-align: left; } }

.event-detail-3 .event-title h1 {
  font-size: 1.35em;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box; }
  @media (min-width: 1240px) {
    .event-detail-3 .event-title h1 {
      font-size: 1.45em; } }
  @media (min-width: 1240px) {
    .event-detail-3 .event-title h1 {
      font-size: 1.6em; } }

.permission-level i {
  padding-right: .5em; }

.event-info-container .info-widget {
  float: left; }

.js-calendar .add-to-calendar-checkbox {
  font-size: 1em;
  color: #ee3524;
  font-weight: 400; }

.event-header-content .event-date {
  padding: 1em 0em; }

.event-detail-2 .header-content-position {
  padding: 6em 0em 3em 0em; }
  @media (min-width: 992px) {
    .event-detail-2 .header-content-position {
      padding: 10em 0em 3em 0em; } }

.event-detail-2 .header-content {
  text-align: center; }
  @media (min-width: 992px) {
    .event-detail-2 .header-content {
      text-align: left; } }

.event-detail-2 .header-info h1 {
  font-size: 2em;
  margin: .5em 0em; }

@media (min-width: 992px) {
  .event-detail-2 .header-info {
    overflow: hidden;
    border-left: 2px solid;
    border-color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
    padding-left: 1.5em; }
    .event-detail-2 .header-info h1 {
      font-size: 2.6em; } }

.event-detail-2 .header-date .month {
  text-transform: uppercase; }

@media (min-width: 992px) {
  .event-detail-2 .header-date {
    float: left;
    text-align: center;
    padding-right: 1.5em; }
    .event-detail-2 .header-date span {
      display: block; }
    .event-detail-2 .header-date .day {
      font-size: 3.6em;
      font-weight: 800;
      line-height: 1; }
    .event-detail-2 .header-date .month {
      font-size: 1.8em;
      line-height: 1; }
    .event-detail-2 .header-date .time {
      font-size: 1.1em; }
    .event-detail-2 .header-date .header-date-background {
      display: inline-block;
      background: red; } }

.home-component-3 {
  background: #fff;
  padding: 2em 0em; }
  @media (min-width: 768px) {
    .home-component-3 {
      padding: 0em 0em; } }
  @media (min-width: 768px) {
    .home-component-3 .container {
      margin-top: -56px; } }

.responsive-tabs.nav-tabs {
  position: relative;
  z-index: 3;
  overflow: visible;
  border-bottom: none; }

@media (min-width: 768px) {
  .responsive-tabs.nav-tabs {
    height: 56px; } }

.responsive-tabs.nav-tabs i.fa {
  position: absolute;
  top: 14px;
  right: 22px; }

.responsive-tabs.nav-tabs i.fa-chevron-up {
  display: none; }

@media (min-width: 768px) {
  .responsive-tabs.nav-tabs i.fa {
    display: none; } }

.responsive-tabs.nav-tabs > li {
  display: none;
  float: none; }
  @media (min-width: 768px) {
    .responsive-tabs.nav-tabs > li {
      text-align: center; } }

.responsive-tabs.nav-tabs > li:last-of-type > a {
  margin-right: 0; }

.responsive-tabs.nav-tabs > li > a {
  margin-right: 0;
  background: #fff;
  border: 1px solid #E9E9E9; }

.responsive-tabs.nav-tabs > li.active {
  display: block; }

.responsive-tabs.nav-tabs > li.active a {
  border: 1px solid #E9E9E9;
  border-radius: 2px; }

@media (min-width: 768px) {
  .event-admin-tabs .responsive-tabs.nav-tabs > li > a {
    border-radius: 0px;
    background-color: #000;
    /* The Fallback */
    background-color: rgba(0, 0, 0, 0.45);
    color: #fff;
    border: none;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    padding: 1em 1em;
    font-weight: 400;
    font-size: 1.1em; }
    .event-admin-tabs .responsive-tabs.nav-tabs > li > a:after {
      content: "";
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 100%;
      background-color: #fff;
      height: 0;
      transition-property: height;
      transition-duration: 200ms; }
  .event-admin-tabs .responsive-tabs.nav-tabs > li.active a {
    border: none;
    background-color: #fff;
    color: #ee3524;
    border-radius: 0px; }
    .event-admin-tabs .responsive-tabs.nav-tabs > li.active a:hover {
      background-color: #fff; }
    .event-admin-tabs .responsive-tabs.nav-tabs > li.active a:after {
      height: 8px; } }

@media (min-width: 768px) {
  .event-admin-tabs .responsive-tabs.nav-tabs > li {
    display: block;
    float: left;
    width: 33.33%; } }

@media (min-width: 992px) {
  .event-admin-tabs .responsive-tabs.nav-tabs > li {
    width: 25%; } }

@media (min-width: 768px) {
  .responsive-tabs.nav-tabs > li {
    display: block;
    float: left; } }

.responsive-tabs.nav-tabs.open i.fa-chevron-up {
  display: block; }

@media (min-width: 768px) {
  .responsive-tabs.nav-tabs.open i.fa-chevron-up {
    display: none; } }

.responsive-tabs.nav-tabs.open i.fa-chevron-down {
  display: none; }

.responsive-tabs.nav-tabs.open > li {
  display: block;
  background: #fff; }

.responsive-tabs.nav-tabs.open > li a {
  border-radius: 0; }

.event-detail-tabs .responsive-tabs.nav-tabs > li > a img {
  width: 30px;
  height: 30px;
  margin-right: .5em; }

@media (min-width: 768px) {
  .event-detail-tabs .responsive-tabs.nav-tabs > li > a {
    background: transparent;
    border: 0px;
    padding: .5em 2em .5em 0em; }
    .event-detail-tabs .responsive-tabs.nav-tabs > li > a img {
      border: 1px solid;
      border-color: #E9E9E9;
      width: 43px;
      height: 43px;
      border-radius: 100%;
      padding: .25em;
      margin-right: .75em; } }

.event-detail-admin-header .header-content {
  text-align: left; }

.event-detail-admin-header .header-time {
  float: left;
  padding-right: 2em;
  font-size: 1.1em; }
  .event-detail-admin-header .header-time i {
    padding-right: .5em;
    opacity: .5; }

.event-detail-admin-header .published {
  background: #8bc34a;
  border-radius: 3px;
  font-size: 1.25rem;
  padding: .75em;
  vertical-align: middle;
  margin: 1em; }

.event-snapshots {
  display: inline-block;
  width: 100%;
  margin-bottom: 2em; }

.event-overview-snapshot {
  float: left;
  padding: 1.5em;
  text-align: center;
  display: table;
  padding: 1em 0em;
  border-bottom: 1px solid #E9E9E9;
  width: calc(100% / 1 - 1em); }
  @media (min-width: 480px) {
    .event-overview-snapshot {
      width: calc(100% / 2 - 0em); } }
  @media (min-width: 992px) {
    .event-overview-snapshot {
      width: calc(100% / 1 - 2em); } }
  @media (min-width: 992px) {
    .event-overview-snapshot:not(:last-child) {
      border-bottom: 1px solid #E9E9E9; } }
  .event-overview-snapshot .event-overview-icon {
    float: left;
    background: #f5f5f5;
    border-radius: 100%;
    margin-right: 1.5em; }
    .event-overview-snapshot .event-overview-icon img {
      display: table-cell;
      vertical-align: middle;
      width: 80px;
      float: left;
      padding: .75em;
      height: 80px; }
  .event-overview-snapshot .event-overview-data {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    width: 100%;
    position: relative; }
    .event-overview-snapshot .event-overview-data .position {
      font-size: .75em;
      top: .75em;
      margin-left: .5em;
      position: absolute;
      border-radius: 100%;
      padding: .5em;
      height: 2em;
      text-align: center;
      width: 2em;
      line-height: 1.5;
      vertical-align: middle; }
      .event-overview-snapshot .event-overview-data .position i {
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center; }
      .event-overview-snapshot .event-overview-data .position.up {
        background: #b0e45f;
        color: #48a038; }
      .event-overview-snapshot .event-overview-data .position.same {
        background: #cccccc;
        color: #5f5f5f; }
      .event-overview-snapshot .event-overview-data .position.down {
        background: #f97362;
        color: #c74635; }
  .event-overview-snapshot .amount {
    font-size: 1.5em; }
    @media (min-width: 992px) {
      .event-overview-snapshot .amount {
        font-size: 2em; } }

.chart-header {
  text-align: center; }
  .chart-header h2 {
    font-size: 2em;
    font-weight: 400; }

.home-component-3 {
  background: #fff;
  padding: 2em 0em; }
  @media (min-width: 768px) {
    .home-component-3 {
      padding: 0em 0em; } }
  @media (min-width: 768px) {
    .home-component-3 .container {
      margin-top: -56px; } }

.responsive-tabs.nav-tabs {
  position: relative;
  z-index: 3;
  overflow: visible;
  border-bottom: none; }

@media (min-width: 768px) {
  .responsive-tabs.nav-tabs {
    height: 56px; } }

.responsive-tabs.nav-tabs i.fa {
  position: absolute;
  top: 14px;
  right: 22px; }

.responsive-tabs.nav-tabs i.fa-chevron-up {
  display: none; }

@media (min-width: 768px) {
  .responsive-tabs.nav-tabs i.fa {
    display: none; } }

.responsive-tabs.nav-tabs > li {
  display: none;
  float: none; }
  @media (min-width: 768px) {
    .responsive-tabs.nav-tabs > li {
      text-align: center; } }

.responsive-tabs.nav-tabs > li:last-of-type > a {
  margin-right: 0; }

.responsive-tabs.nav-tabs > li > a {
  margin-right: 0;
  background: #fff;
  border: 1px solid #E9E9E9; }

.responsive-tabs.nav-tabs > li.active {
  display: block; }

.responsive-tabs.nav-tabs > li.active a {
  border: 1px solid #E9E9E9;
  border-radius: 2px; }

@media (min-width: 768px) {
  .event-admin-tabs .responsive-tabs.nav-tabs > li > a {
    border-radius: 0px;
    background-color: #000;
    /* The Fallback */
    background-color: rgba(0, 0, 0, 0.45);
    color: #fff;
    border: none;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out;
    padding: 1em 1em;
    font-weight: 400;
    font-size: 1.1em; }
    .event-admin-tabs .responsive-tabs.nav-tabs > li > a:after {
      content: "";
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 100%;
      background-color: #fff;
      height: 0;
      transition-property: height;
      transition-duration: 200ms; }
  .event-admin-tabs .responsive-tabs.nav-tabs > li.active a {
    border: none;
    background-color: #fff;
    color: #ee3524;
    border-radius: 0px; }
    .event-admin-tabs .responsive-tabs.nav-tabs > li.active a:hover {
      background-color: #fff; }
    .event-admin-tabs .responsive-tabs.nav-tabs > li.active a:after {
      height: 8px; } }

@media (min-width: 768px) {
  .event-admin-tabs .responsive-tabs.nav-tabs > li {
    display: block;
    float: left;
    width: 33.33%; } }

@media (min-width: 992px) {
  .event-admin-tabs .responsive-tabs.nav-tabs > li {
    width: 25%; } }

@media (min-width: 768px) {
  .responsive-tabs.nav-tabs > li {
    display: block;
    float: left; } }

.responsive-tabs.nav-tabs.open i.fa-chevron-up {
  display: block; }

@media (min-width: 768px) {
  .responsive-tabs.nav-tabs.open i.fa-chevron-up {
    display: none; } }

.responsive-tabs.nav-tabs.open i.fa-chevron-down {
  display: none; }

.responsive-tabs.nav-tabs.open > li {
  display: block;
  background: #fff; }

.responsive-tabs.nav-tabs.open > li a {
  border-radius: 0; }

.event-detail-tabs .responsive-tabs.nav-tabs > li > a img {
  width: 30px;
  height: 30px;
  margin-right: .5em; }

@media (min-width: 768px) {
  .event-detail-tabs .responsive-tabs.nav-tabs > li > a {
    background: transparent;
    border: 0px;
    padding: .5em 2em .5em 0em; }
    .event-detail-tabs .responsive-tabs.nav-tabs > li > a img {
      border: 1px solid;
      border-color: #E9E9E9;
      width: 43px;
      height: 43px;
      border-radius: 100%;
      padding: .25em;
      margin-right: .75em; } }

.event-nav-actions-region {
  background: #fff;
  padding: 2em 0em; }
  @media (min-width: 992px) {
    .event-nav-actions-region {
      padding: 1.5em 0em; } }

/****** social medias*********/
.article-info .social-media a {
  text-decoration: none; }

.article-info .twitter .fa-circle {
  color: #55acee; }

.article-info .facebook .fa-circle {
  color: #3b5998; }

.article-info .google-plus .fa-circle {
  color: #dd4b39; }

.article-info .twitter:hover .fa-circle {
  color: #2897eb; }

.article-info .facebook:hover .fa-circle {
  color: #5474b5; }

.article-info .google-plus:hover .fa-circle {
  color: #f27060; }

.article-info .linkedin:hover .fa-circle {
  color: #f27060; }

/****** end social medias*********/
.article-header {
  border-bottom: 1px solid #E9E9E9; }
  .article-header h1 {
    margin-top: 0em; }

.article-info {
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 1em;
  padding-bottom: 1em;
  padding-top: 1em; }
  @media (min-width: 992px) {
    .article-info {
      text-align: right;
      padding-top: 0em; } }
  .article-info .permission-level i {
    color: #fff;
    padding-right: 1em; }
  .article-info .published-date {
    float: left; }
    @media (min-width: 992px) {
      .article-info .published-date {
        float: right; } }
  .article-info .social-media {
    float: right; }
    .article-info .social-media label {
      display: none; }
  .article-info .item:nth-child(1) {
    border-top: none; }
  .article-info .item {
    border-top: 1px solid #E9E9E9;
    padding-top: 1em;
    padding-bottom: 1em; }
  .article-info label {
    display: block;
    margin-bottom: .25em;
    font-weight: bold; }
    @media (min-width: 992px) {
      .article-info label {
        text-align: right; } }
  .article-info .field-item-single {
    color: #737373;
    font-size: .867em; }

.article-header,
.body-content {
  padding-top: 1em;
  padding-bottom: 1em;
  margin-bottom: 1em; }

.group-description-wrapper {
  position: absolute;
  z-index: 2;
  width: 100%;
  right: 0;
  bottom: 0;
  color: #fff;
  padding: 3em 2em 2em 4.5em;
  font-size: 0.876em;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 60%, transparent 100%);
  -webkit-backface-visibility: hidden; }

.carousel-caption .carousel-icon {
  position: absolute;
  z-index: 2;
  font-size: 1.25em;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 1em;
  cursor: pointer;
  -webkit-backface-visibility: hidden;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out; }
  .carousel-caption .carousel-icon:hover, .carousel-caption .carousel-icon:active, .carousel-caption .carousel-icon:focus {
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }

.article-landing-search-region {
  padding: 3em 0em;
  background-color: #efefef; }

.feature-article-region {
  background: #84949a; }

#article-landing-carousel-2 {
  position: relative;
  margin: 2em 0em;
  overflow: hidden; }
  @media (min-width: 992px) {
    #article-landing-carousel-2 {
      margin: 3em 0em; } }
  #article-landing-carousel-2 .article-date {
    color: #fff; }
    @media (min-width: 992px) {
      #article-landing-carousel-2 .article-date {
        color: #fff;
        /* The Fallback */
        color: rgba(255, 255, 255, 0.5); } }
  #article-landing-carousel-2 .title h2 {
    font-size: 1.25em;
    line-height: 1.3;
    margin: .5em 0em 1em 0em; }
    @media (min-width: 768px) {
      #article-landing-carousel-2 .title h2 {
        font-size: 1.4em; } }
    @media (min-width: 992px) {
      #article-landing-carousel-2 .title h2 {
        font-size: 1.65em; } }
  #article-landing-carousel-2 .description {
    font-size: .867em;
    line-height: 1.6; }
  #article-landing-carousel-2 .article-content {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 50%, transparent 100%);
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 1px;
    right: 0;
    color: #fff;
    -webkit-backface-visibility: hidden;
    font-size: .867em;
    padding: 3em 1em .5em 1em; }
    @media (min-width: 992px) {
      #article-landing-carousel-2 .article-content {
        position: relative;
        text-align: left;
        background: none;
        padding: 0em 3em 0em 0em;
        margin-bottom: 0em; } }
    @media (min-width: 1240px) {
      #article-landing-carousel-2 .article-content {
        font-size: 1em; } }
    #article-landing-carousel-2 .article-content a {
      color: #fff; }
  #article-landing-carousel-2 .owl-item {
    overflow: hidden; }
    #article-landing-carousel-2 .owl-item .img {
      -webkit-backface-visibility: hidden; }
  #article-landing-carousel-2 .owl-dots {
    text-align: center;
    left: 0;
    bottom: 0em;
    padding-top: 1em;
    right: 0; }
    @media (min-width: 992px) {
      #article-landing-carousel-2 .owl-dots {
        text-align: left;
        position: absolute;
        left: 0;
        bottom: 3em;
        right: 0; } }
    #article-landing-carousel-2 .owl-dots .owl-dot {
      display: inline-block;
      zoom: 1;
      -moz-transition: 0.2s ease-in-out;
      -ms-transition: 0.2s ease-in-out;
      -o-transition: 0.2s ease-in-out;
      transition: 0.2s ease-in-out;
      -webkit-transition: 0.2s ease-in-out;
      margin-right: 1em; }
      #article-landing-carousel-2 .owl-dots .owl-dot span {
        display: block;
        width: 12px;
        height: 12px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        background: #fff;
        border: 0px; }
      #article-landing-carousel-2 .owl-dots .owl-dot.active span {
        background: none;
        border: 2px solid #fff; }
      #article-landing-carousel-2 .owl-dots .owl-dot:hover, #article-landing-carousel-2 .owl-dots .owl-dot:active, #article-landing-carousel-2 .owl-dots .owl-dot:focus {
        -webkit-transform: scale(1.2, 1.2);
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2); }
  #article-landing-carousel-2:hover .owl-controls, #article-landing-carousel-2:active .owl-controls, #article-landing-carousel-2:focus .owl-controls {
    opacity: 1; }

#article-carousel .owl-item img {
  z-index: 1;
  -webkit-backface-visibility: hidden; }

#article-carousel .owl-stage-outer {
  position: relative; }

#article-carousel .owl-nav {
  color: #fff;
  text-shadow: 0em 0.015em 0.02em rgba(0, 0, 0, 0.3); }
  #article-carousel .owl-nav .owl-next,
  #article-carousel .owl-nav .owl-prev {
    top: 45%;
    position: absolute;
    -moz-transition: 0.2s ease-in-out;
    -ms-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out; }
    #article-carousel .owl-nav .owl-next:hover, #article-carousel .owl-nav .owl-next:active, #article-carousel .owl-nav .owl-next:focus,
    #article-carousel .owl-nav .owl-prev:hover,
    #article-carousel .owl-nav .owl-prev:active,
    #article-carousel .owl-nav .owl-prev:focus {
      -webkit-transform: scale(1.3, 1.3);
      -moz-transform: scale(1.3, 1.3);
      -o-transform: scale(1.3, 1.3);
      -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }
  #article-carousel .owl-nav .owl-next {
    right: 1.5em; }
  #article-carousel .owl-nav .owl-prev {
    left: 1.5em; }
  #article-carousel .owl-nav i {
    font-size: 2.5em; }

/*
.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: background-color 0.6s ease-in-out;
	-moz-transition: background-color 0.6s ease-in-out;
	-ms-transition: background-color 0.6s ease-in-out;
	-o-transition: background-color 0.6s ease-in-out;
	transition: background-color 0.6s ease-in-out;
	-webkit-transform: translateZ(0);
	background-color: rgba(0, 0, 0, 0.25);
}*/
.search-region {
  padding: 2em 0em;
  background: #E9E9E9; }
  .search-region .form-control {
    padding: 1.5em;
    min-height: 70px;
    border: 0px;
    box-shadow: none;
    border-radius: 0px;
    font-size: 1.2em;
    color: #434343; }
  .search-region .input-group .btn {
    padding: 1.5em 2em;
    min-height: 70px;
    border: 0px; }
    .search-region .input-group .btn i {
      font-size: 2em; }

.groups {
  padding: 3em 0em;
  background: #E9E9E9; }
  .groups .groups-header {
    padding-bottom: 3em; }
  .groups .group-topic-container {
    background-color: #ffffff;
    padding: 2em;
    margin-bottom: 2em;
    position: relative;
    text-align: center;
    min-height: 11em;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1); }
    .groups .group-topic-container h3 {
      font-size: 1.4em;
      line-height: 1.3;
      font-weight: 400;
      margin-top: 0em;
      margin-bottom: .25em; }
    .groups .group-topic-container .description {
      font-size: .867em;
      padding-bottom: 1em; }
  .groups .group-follow-container {
    position: absolute;
    bottom: 1.5em;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center; }

.event-details-wrapper {
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 1px solid #E9E9E9; }
  .event-details-wrapper label {
    float: left;
    clear: both;
    padding-right: 2em;
    width: 30%; }
  .event-details-wrapper .event-details-item {
    display: block;
    padding: .5em 0em; }
  .event-details-wrapper .location {
    display: inline-block; }
  .event-details-wrapper .fn {
    font-weight: 600; }
  .event-details-wrapper .map-link a {
    color: #ee3524; }

.views-tabbed-displays-inner-jump {
  margin: 2em 0em; }

.views-tabbed-displays-jump-title {
  float: left;
  font-size: 1.5em; }

.views-tabbed-displays-jump-select {
  float: right; }

.views-tabbed-displays-jump-content {
  display: inline-block;
  width: 100%; }
  .views-tabbed-displays-jump-content h3.group-title {
    font-size: 1.2em; }

#views-exposed-form-q-and-a-latest .views-exposed-form .secondary-filters .views-exposed-widget,
#views-exposed-form-resources-latest .views-exposed-form .secondary-filters .views-exposed-widget,
#views-exposed-form-event-list-upcoming .views-exposed-form .secondary-filters .views-exposed-widget,
#views-exposed-form-news-latest .views-exposed-form .secondary-filters .views-exposed-widget {
  width: 100%;
  padding-right: 0em; }

#views-exposed-form-q-and-a-latest .views-exposed-form .secondary-filters .views-filter-region-inner,
#views-exposed-form-resources-latest .views-exposed-form .secondary-filters .views-filter-region-inner,
#views-exposed-form-event-list-upcoming .views-exposed-form .secondary-filters .views-filter-region-inner,
#views-exposed-form-news-latest .views-exposed-form .secondary-filters .views-filter-region-inner {
  width: 100% !important; }

#views-exposed-form-q-and-a-latest .views-exposed-widgets,
#views-exposed-form-resources-latest .views-exposed-widgets,
#views-exposed-form-event-list-upcoming .views-exposed-widgets,
#views-exposed-form-news-latest .views-exposed-widgets {
  margin-bottom: .5em;
  display: inline-block;
  width: 100%; }
  #views-exposed-form-q-and-a-latest .views-exposed-widgets .views-exposed-widget.views-submit-button,
  #views-exposed-form-resources-latest .views-exposed-widgets .views-exposed-widget.views-submit-button,
  #views-exposed-form-event-list-upcoming .views-exposed-widgets .views-exposed-widget.views-submit-button,
  #views-exposed-form-news-latest .views-exposed-widgets .views-exposed-widget.views-submit-button {
    width: 30%; }
    @media (min-width: 992px) {
      #views-exposed-form-q-and-a-latest .views-exposed-widgets .views-exposed-widget.views-submit-button,
      #views-exposed-form-resources-latest .views-exposed-widgets .views-exposed-widget.views-submit-button,
      #views-exposed-form-event-list-upcoming .views-exposed-widgets .views-exposed-widget.views-submit-button,
      #views-exposed-form-news-latest .views-exposed-widgets .views-exposed-widget.views-submit-button {
        width: 20%; } }
  #views-exposed-form-q-and-a-latest .views-exposed-widgets .views-exposed-widget.views-widget-keys,
  #views-exposed-form-resources-latest .views-exposed-widgets .views-exposed-widget.views-widget-keys,
  #views-exposed-form-event-list-upcoming .views-exposed-widgets .views-exposed-widget.views-widget-keys,
  #views-exposed-form-news-latest .views-exposed-widgets .views-exposed-widget.views-widget-keys {
    width: 70%;
    padding: .5em 0em 0 0; }
    @media (min-width: 992px) {
      #views-exposed-form-q-and-a-latest .views-exposed-widgets .views-exposed-widget.views-widget-keys,
      #views-exposed-form-resources-latest .views-exposed-widgets .views-exposed-widget.views-widget-keys,
      #views-exposed-form-event-list-upcoming .views-exposed-widgets .views-exposed-widget.views-widget-keys,
      #views-exposed-form-news-latest .views-exposed-widgets .views-exposed-widget.views-widget-keys {
        width: 80%; } }
  #views-exposed-form-q-and-a-latest .views-exposed-widgets .views-exposed-widget .form-text,
  #views-exposed-form-q-and-a-latest .views-exposed-widgets .views-exposed-widget select,
  #views-exposed-form-q-and-a-latest .views-exposed-widgets .views-exposed-widget textarea,
  #views-exposed-form-resources-latest .views-exposed-widgets .views-exposed-widget .form-text,
  #views-exposed-form-resources-latest .views-exposed-widgets .views-exposed-widget select,
  #views-exposed-form-resources-latest .views-exposed-widgets .views-exposed-widget textarea,
  #views-exposed-form-event-list-upcoming .views-exposed-widgets .views-exposed-widget .form-text,
  #views-exposed-form-event-list-upcoming .views-exposed-widgets .views-exposed-widget select,
  #views-exposed-form-event-list-upcoming .views-exposed-widgets .views-exposed-widget textarea,
  #views-exposed-form-news-latest .views-exposed-widgets .views-exposed-widget .form-text,
  #views-exposed-form-news-latest .views-exposed-widgets .views-exposed-widget select,
  #views-exposed-form-news-latest .views-exposed-widgets .views-exposed-widget textarea {
    width: 100%;
    font-size: 1em;
    padding: 1em; }
  #views-exposed-form-q-and-a-latest .views-exposed-widgets .views-exposed-widget .ui-multiselect,
  #views-exposed-form-resources-latest .views-exposed-widgets .views-exposed-widget .ui-multiselect,
  #views-exposed-form-event-list-upcoming .views-exposed-widgets .views-exposed-widget .ui-multiselect,
  #views-exposed-form-news-latest .views-exposed-widgets .views-exposed-widget .ui-multiselect {
    width: 100% !important; }
  #views-exposed-form-q-and-a-latest .views-exposed-widgets .views-exposed-widget .form-submit,
  #views-exposed-form-resources-latest .views-exposed-widgets .views-exposed-widget .form-submit,
  #views-exposed-form-event-list-upcoming .views-exposed-widgets .views-exposed-widget .form-submit,
  #views-exposed-form-news-latest .views-exposed-widgets .views-exposed-widget .form-submit {
    margin-top: 0em;
    width: 100%;
    padding: 1em; }
  #views-exposed-form-q-and-a-latest .views-exposed-widgets .advanced-filter-link,
  #views-exposed-form-resources-latest .views-exposed-widgets .advanced-filter-link,
  #views-exposed-form-event-list-upcoming .views-exposed-widgets .advanced-filter-link,
  #views-exposed-form-news-latest .views-exposed-widgets .advanced-filter-link {
    text-align: Center; }

#views-exposed-form-q-and-a-latest .primary-filters label,
#views-exposed-form-resources-latest .primary-filters label,
#views-exposed-form-event-list-upcoming .primary-filters label,
#views-exposed-form-news-latest .primary-filters label {
  display: none; }

#views-exposed-form-q-and-a-latest .primary-filters .form-text,
#views-exposed-form-resources-latest .primary-filters .form-text,
#views-exposed-form-event-list-upcoming .primary-filters .form-text,
#views-exposed-form-news-latest .primary-filters .form-text {
  border-radius: 3px 0px 0px 3px;
  border: none;
  box-shadow: none;
  height: 54px; }

#views-exposed-form-q-and-a-latest .primary-filters .form-submit,
#views-exposed-form-resources-latest .primary-filters .form-submit,
#views-exposed-form-event-list-upcoming .primary-filters .form-submit,
#views-exposed-form-news-latest .primary-filters .form-submit {
  border-radius: 0px 3px 3px 0px; }

.primary-filters.views-exposed-widgets {
  width: 100%;
  display: inline-block; }

.primary-filters .views-exposed-form label {
  display: none; }

.filter-wrapper {
  position: relative; }
  .filter-wrapper .filter-trigger {
    margin-top: 1em;
    text-align: center; }

.profile-teaser {
  display: inline-block;
  width: 100%; }

.list-group-item {
  border: 1px solid;
  border-color: #E9E9E9; }

.panel-heading h2 {
  font-size: 1.5em; }

.panel {
  box-shadow: none;
  border: 0px;
  border-color: #E9E9E9; }
  .panel .list-group-item {
    padding: 1.5em 0em; }
  .panel .media-right,
  .panel .media > .pull-right {
    padding-left: 1em; }
  .panel .media-left,
  .panel .media > .pull-left {
    padding-right: 1em; }
  .panel.files, .panel.additional-news, .panel.additional-events, .panel.event-related-links, .panel.upcoming-events, .panel.event-contact-details, .panel.additional-info {
    box-shadow: none; }
    .panel.files .panel-body, .panel.additional-news .panel-body, .panel.additional-events .panel-body, .panel.event-related-links .panel-body, .panel.upcoming-events .panel-body, .panel.event-contact-details .panel-body, .panel.additional-info .panel-body {
      padding: 0em; }
    .panel.files .panel-heading, .panel.additional-news .panel-heading, .panel.additional-events .panel-heading, .panel.event-related-links .panel-heading, .panel.upcoming-events .panel-heading, .panel.event-contact-details .panel-heading, .panel.additional-info .panel-heading {
      padding: .5em 0em; }
  .panel.additional-info {
    background: #efefef;
    padding: 1em;
    border-radius: 0px; }

.additional-events .event-info,
.upcoming-events .event-info {
  color: #737373; }

.additional-events .event-date,
.upcoming-events .event-date {
  background: #828F94;
  padding: .5em 1.5em;
  color: #fff;
  text-align: center;
  border-radius: 3px; }
  .additional-events .event-date .event-day,
  .upcoming-events .event-date .event-day {
    font-size: 1.2em; }

.event-related-links .article-date,
.event-related-links .event-location,
.upcoming-events .article-date,
.upcoming-events .event-location,
.additional-news .article-date,
.additional-news .event-location,
.additional-events .article-date,
.additional-events .event-location,
.files .article-date,
.files .event-location {
  font-size: .867em; }

.event-related-links .article-teaser-image img,
.upcoming-events .article-teaser-image img,
.additional-news .article-teaser-image img,
.additional-events .article-teaser-image img,
.files .article-teaser-image img {
  max-width: 120px; }

.event-related-links .title h3,
.upcoming-events .title h3,
.additional-news .title h3,
.additional-events .title h3,
.files .title h3 {
  margin-top: 0em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3; }

.files .list-group-item {
  padding: 1em 0em; }

.files i {
  color: #B0B0B0; }

.event-related-links {
  background: #5C5C70;
  border-radius: 0px;
  padding: 1em;
  color: #fff; }
  .event-related-links .event-related-link {
    border-bottom: 1px solid;
    padding: 1em 0em;
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.15); }
    .event-related-links .event-related-link:last-child {
      border: none; }
    .event-related-links .event-related-link a {
      color: #fff; }

.view.website-node-list > .view-content > .views-row {
  border: none; }

.view.website-node-list > .view-content > .views-row > .row-inner {
  margin: 0em; }

.event-item,
.news-item,
.website-list-item {
  padding: 1em 0em;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #E9E9E9; }
  @media (min-width: 768px) {
    .event-item,
    .news-item,
    .website-list-item {
      padding: 2em 0em; } }
  .event-item .article-content .description,
  .event-item .article-content .event-info,
  .event-item .article-content .field-field-t-content-abstract,
  .news-item .article-content .description,
  .news-item .article-content .event-info,
  .news-item .article-content .field-field-t-content-abstract,
  .website-list-item .article-content .description,
  .website-list-item .article-content .event-info,
  .website-list-item .article-content .field-field-t-content-abstract {
    color: #434343; }
  .event-item .article-content .event-location,
  .event-item .article-content .article-date,
  .news-item .article-content .event-location,
  .news-item .article-content .article-date,
  .website-list-item .article-content .event-location,
  .website-list-item .article-content .article-date {
    margin: 1em 0em;
    font-size: .867em;
    display: block;
    color: #434343; }
  @media (min-width: 768px) {
    .event-item .article-content.with-image,
    .news-item .article-content.with-image,
    .website-list-item .article-content.with-image {
      padding-right: 1em; } }

.news-item .article-content .article-info {
  text-align: left;
  display: block;
  border-bottom: 0px;
  padding-top: 0em;
  padding-bottom: 0em; }

.table-clear > tbody > tr > td {
  border: none; }

.comment-display {
  border-bottom: 1px solid #E9E9E9; }

.comment .content {
  font-size: .867em; }

.comment .submission-info {
  font-size: .867em;
  margin: 2em 0em; }
  .comment .submission-info .content-moderation-link-wrapper > ul > li {
    margin: 0em;
    padding: .5em 1.25em;
    border-radius: 3px;
    border: 0px; }
  .comment .submission-info .author-name {
    color: #353B3B; }
  .comment .submission-info .post-info {
    margin-left: .5em; }

.comment .links {
  margin: 1em 0em; }
  .comment .links ul li {
    margin: 0em;
    padding: 0em; }
  .comment .links a {
    padding-left: 1em;
    color: #ee3524; }

#comment-form {
  background: none;
  border: 0px;
  margin: 0em; }
  #comment-form > div {
    margin: 0em; }

.content.row {
  margin-bottom: 2em; }

.magazine-teaser {
  margin-bottom: 2em; }

.cover-image-wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto; }

.magazine-teaser-image-container {
  position: relative;
  overflow: hidden;
  margin-bottom: 1em; }
  .magazine-teaser-image-container .overlay-text {
    -webkit-backface-visibility: hidden;
    opacity: 0;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .magazine-teaser-image-container .overlay-text .title {
      margin: .25em 0em; }
    .magazine-teaser-image-container .overlay-text .view {
      color: #D0E7FF; }
  .magazine-teaser-image-container .magazine-teaser-image-overlay {
    -webkit-backface-visibility: hidden;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -moz-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.6s;
    -ms-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.6s;
    -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.6s;
    transition: opacity 0.3s, background-color 0.3s, transform 0.6s;
    -moz-box-shadow: inset 0.5em 0em 4em rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0.5em 0em 4em rgba(0, 0, 0, 0.2);
    box-shadow: inset 0.5em 0em 4em rgba(0, 0, 0, 0.2); }
    .magazine-teaser-image-container .magazine-teaser-image-overlay:hover {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.6); }
      .magazine-teaser-image-container .magazine-teaser-image-overlay:hover .overlay-text {
        opacity: 1; }

.magazine-teaser-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto; }

.magazine-teaser-info {
  text-align: center; }
  .magazine-teaser-info h3 {
    font-size: 1.1em; }
  .magazine-teaser-info .release-date {
    font-style: italic; }

.field-field-f-product-image {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em; }

.shop-product {
  text-align: center;
  margin-bottom: 2em;
  border: 1px solid #efefef;
  padding: 1em; }
  .shop-product .product-pricing {
    color: #666; }
    .shop-product .product-pricing .product-cost {
      font-size: 1.1em;
      font-weight: 600; }
    .shop-product .product-pricing .product-currency {
      font-size: .867em; }
    .shop-product .product-pricing .currency-text {
      font-size: .7em; }
  .shop-product .product-image {
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    min-height: 200px; }
    .shop-product .product-image img {
      width: 100%; }
  .shop-product h2.product-name {
    font-size: .867em;
    line-height: 1.4;
    margin-bottom: 1em; }
  .shop-product .product-view-link {
    margin: .5em 0em;
    border-radius: 3px;
    background: #ee3524;
    color: #fff;
    padding: .5em 1em;
    display: inline-block;
    width: 100%;
    text-align: center;
    -moz-transition: background-color 0.3s ease-in-out;
    -ms-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    -webkit-transition: background-color 0.3s ease-in-out; }
    .shop-product .product-view-link:hover, .shop-product .product-view-link:active, .shop-product .product-view-link:focus {
      background-color: #f26153; }

.flex-row.row {
  display: flex;
  flex-wrap: wrap; }

.flex-row.row > [class*='col-'] {
  display: flex;
  flex-direction: column; }

@media only screen and (max-width: 768px) {
  .flex-row.row > [class*="col-sm-"]:not([class*="col-xs-"]) {
    width: 100%; } }

/* Grow thumbnails to fill columns height */
.flex-row .shop-product,
.flex-row .product-info {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column; }

/* Flex Grow Text Container */
.flex-row .product-name {
  flex-grow: 1; }

.directory-profile {
  background: #eeefef; }
  .directory-profile.teaser {
    padding: 2em 0em; }

.profile-panels {
  margin-top: 2em; }

.sub-header {
  clear: both;
  background-color: #8e8e8e;
  padding: 3em 0em 1em 0em;
  color: #fff; }
  .sub-header h1 {
    color: #fff;
    margin-top: 0em;
    margin-bottom: .25em; }
  .sub-header .role {
    display: block;
    font-size: 1em;
    font-weight: 400;
    color: #fff;
    opacity: .8;
    margin-bottom: 1em; }

.panel-profile .brand-logo .brand-logo-image {
  height: 170px;
  padding: 1.5em; }

.logged-in-actions {
  background: #6C6E71; }
  .logged-in-actions .member-actions .btn-group .btn + .btn,
  .logged-in-actions .edit-actions .btn-group .btn + .btn {
    margin-left: 0px; }
  .logged-in-actions .member-actions .btn-group.actions a,
  .logged-in-actions .edit-actions .btn-group.actions a {
    padding-top: 1em;
    padding-bottom: 1em; }
  .logged-in-actions .toolbar a {
    border-radius: 0px;
    color: #fff; }
    .logged-in-actions .toolbar a:hover {
      background-color: #000;
      /* The Fallback */
      background-color: rgba(0, 0, 0, 0.4); }
  .logged-in-actions .edit-actions .btn-group.actions a i {
    padding-right: 1em; }

.accreditation-tag {
  background: orange;
  color: #fff;
  padding: .5em 1em;
  border-radius: 6px; }

.profile-header {
  position: relative; }

.person-portrait figure.img {
  position: relative;
  margin-bottom: 1em; }
  @media (min-width: 992px) {
    .person-portrait figure.img {
      margin-bottom: 0em; } }

.person-portrait figcaption {
  bottom: 1em;
  position: absolute;
  left: 1em; }

.locations {
  overflow: hidden; }
  .locations .location-logo {
    padding: 1em 0em; }
    .locations .location-logo img {
      margin-left: auto;
      margin-right: auto; }
  .locations .google-map-display {
    position: relative;
    overflow: hidden; }
    .locations .google-map-display iframe {
      top: 0;
      left: 0;
      width: 100% !important;
      max-height: 260px !important;
      background: #A8A8A8;
      overflow: hidden; }
  .locations .location-name {
    font-size: 1.3em;
    padding-bottom: 0.5em;
    display: inline-block; }
  .locations .item-address-block .item-address {
    display: block;
    margin-bottom: 1em; }
  .locations .opening-times ul li,
  .locations .item-address-info ul li {
    position: relative;
    margin: 0;
    padding: .75em 0em;
    border-top: 1px solid #E9E9E9; }
    .locations .opening-times ul li span,
    .locations .item-address-info ul li span {
      vertical-align: middle;
      display: table-cell; }
    .locations .opening-times ul li:last-child,
    .locations .item-address-info ul li:last-child {
      margin-bottom: 1em; }
  .locations .opening-times ul a,
  .locations .item-address-info ul a {
    display: block;
    text-decoration: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .locations .opening-times ul i,
  .locations .item-address-info ul i {
    color: #6C6E71;
    margin-right: 1em;
    text-align: center;
    width: 1em;
    margin-left: auto;
    font-size: 1.25em;
    float: left; }

.btn-contact {
  text-align: left;
  margin-right: 1em;
  background-color: #fff;
  /* The Fallback */
  background-color: rgba(255, 255, 255, 0.25);
  color: #fff; }

.btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle; }
  .btn-group a {
    position: relative; }
    .btn-group a:hover .info {
      opacity: .7; }
  .btn-group .btn-border {
    border-radius: 4px;
    color: #fff;
    background-color: #333;
    border-color: #808080;
    background-color: transparent; }
  .btn-group .btn .info {
    position: absolute;
    left: 0;
    top: 17px;
    font-size: 11px;
    opacity: 0;
    -webkit-transition: opacity .1s ease-out;
    transition: opacity .1s ease-out; }

.view-business-listing .view-filters {
  padding: 2em;
  background: #fff;
  margin-bottom: 2em; }

.panel-profile {
  border: 0px;
  box-shadow: none; }
  .panel-profile .panel-body {
    height: 230px; }
  .panel-profile.detail {
    margin-top: 2em; }
    @media (min-width: 992px) {
      .panel-profile.detail {
        margin-top: -6em; } }
    .panel-profile.detail .panel-body {
      min-height: 260px;
      height: auto; }
  .panel-profile .profile-location {
    margin-bottom: .5em; }
  .panel-profile .profile-description {
    margin: 1em 0em;
    font-size: .867em;
    line-height: 1.4; }
  .panel-profile .panel-title {
    font-size: 1.5em;
    margin-bottom: .5em; }
  .panel-profile .panel-heading {
    height: 150px;
    background-size: cover;
    background-position: 50%;
    background-color: #A8A8A8; }
  .panel-profile h3 {
    font-size: 1.5em;
    margin-bottom: .25em; }
  .panel-profile .role {
    font-size: 1.1em;
    font-style: italic; }
  .panel-profile.person .panel-profile-img-container {
    max-width: 150px;
    margin-top: -6em;
    margin-bottom: 1em;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .panel-profile .membership-badge {
    padding: 1em;
    /*		color: $white;
		display: inline-block;
		width: 36px;
		height: 36px;
		position: relative;
		cursor: pointer;
		text-align: center;
		line-height: 29px;
		border-radius: 100%;
		background: #D36D00;
		right: 0em;
		border: 3px solid $white;
		position: absolute;
		bottom: 1em;*/ }
  .panel-profile .panel-profile-img {
    border: 3px solid #fff;
    border-radius: 100%; }
  .panel-profile .profile-contact {
    font-size: 1em;
    color: #ee3524;
    border: 3px solid #ee3524;
    padding: .5em 1.5em;
    margin: 1em 0em;
    border-radius: 100px; }
  .panel-profile .social-connect {
    text-align: center; }
    .panel-profile .social-connect .btn-group .btn + .btn {
      margin-left: 0px; }
    .panel-profile .social-connect .btn-group a {
      padding: 1em 1.5em;
      transform: translateY(0px);
      color: #fff; }
      .panel-profile .social-connect .btn-group a:hover {
        transform: translateY(-4px); }
    .panel-profile .social-connect i {
      padding: 0em;
      font-size: 1.5em; }
  .panel-profile .panel-footer {
    background-color: #6C6E71;
    border: 0px;
    padding: 0em 1em; }
  .panel-profile.business .brand-logo {
    position: relative;
    border-radius: 3px 3px 0px 0px; }
    .panel-profile.business .brand-logo:before {
      bottom: 0;
      right: 0;
      top: 0;
      left: 0;
      content: "";
      display: block;
      position: absolute;
      width: 102%;
      height: 102%;
      background: rgba(0, 0, 0, 0.1); }
  .panel-profile.business .panel-profile-img-container {
    max-width: 75px;
    margin-top: -3em;
    right: 1.5em;
    position: absolute; }
  .panel-profile.business .panel-heading {
    position: relative;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: 50%;
    background-color: #fff;
    background-repeat: no-repeat; }
    .panel-profile.business .panel-heading:before {
      position: absolute;
      content: " ";
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 0;
      display: block;
      background: linear-gradient(to top, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 40%, transparent 100%); }
  .panel-profile.business .description {
    font-size: .867em; }

.profile-teaser {
  padding: 1em; }
  .profile-teaser .panel-profile-img-container {
    max-width: 150px;
    position: relative;
    margin-left: auto;
    margin-right: auto; }
    .profile-teaser .panel-profile-img-container .green {
      color: #fff;
      display: inline-block;
      width: 36px;
      height: 36px;
      position: relative;
      cursor: pointer;
      text-align: center;
      line-height: 29px;
      border-radius: 100%;
      background: orange;
      right: 0em;
      border: 3px solid #fff;
      position: absolute;
      bottom: 1em; }
  .profile-teaser .panel-profile-img {
    border: 3px solid #fff;
    border-radius: 100%; }

.panel-heading h2 {
  font-size: 1.5em; }

.panel {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border: 0px; }
  .panel.panel-profile {
    overflow: hidden;
    position: relative;
    box-shadow: none; }
    .panel.panel-profile .foundation-member {
      position: absolute;
      top: 0em;
      left: 0;
      background: #4d8bbf;
      border-radius: 0px 0px 3px 0px;
      color: #fff;
      padding: .5em .75em;
      font-size: .867em; }

.panel-footer {
  padding: .75em 1em; }

.panel-body,
.panel-heading {
  padding: 1em; }

.panel-heading > .table,
.panel-heading > .table th {
  margin: 0px;
  border: 0px; }

.profile-teaser-action-icon {
  height: 40px;
  width: 40px; }

.fg-linkedin {
  color: #fff;
  background-color: #0077b5; }
  .fg-linkedin:hover {
    color: #fff;
    background-color: #0099e8; }
  .fg-linkedin:focus, .fg-linkedin:active {
    color: #fff;
    background-color: #005582; }

.fg-facebook {
  color: #fff;
  background-color: #3B5998; }
  .fg-facebook:hover {
    color: #fff;
    background-color: #4c70ba; }
  .fg-facebook:focus, .fg-facebook:active {
    color: #fff;
    background-color: #2d4373; }

.fg-instagram {
  color: #fff;
  background-color: #e4405f; }
  .fg-instagram:hover {
    color: #fff;
    background-color: #ea6d84; }
  .fg-instagram:focus, .fg-instagram:active {
    color: #fff;
    background-color: #d31e40; }

.fg-pinterest {
  color: #fff;
  background-color: #c5142b; }
  .fg-pinterest:hover {
    color: #fff;
    background-color: #e9233d; }
  .fg-pinterest:focus, .fg-pinterest:active {
    color: #fff;
    background-color: #970f21; }

.fg-youtube {
  color: #fff;
  background-color: #cd201f; }
  .fg-youtube:hover {
    color: #fff;
    background-color: #e23e3d; }
  .fg-youtube:focus, .fg-youtube:active {
    color: #fff;
    background-color: #a11918; }

.fg-twitter {
  color: #FFF;
  background-color: #00acee; }
  .fg-twitter:hover {
    color: #FFF; }
  .fg-twitter:focus, .fg-twitter:active {
    color: #FFF; }

.fg-google-plus {
  color: #FFF;
  background-color: #d34836;
  border-color: #b03626 !important; }
  .fg-google-plus:hover {
    color: #FFF;
    background-color: #dc6e60; }
  .fg-google-plus:focus, .fg-google-plus:active {
    color: #FFF;
    background-color: #b03626; }

.social-selector {
  outline: none !important;
  border: none;
  font-size: 1em;
  background: transparent;
  padding: 1em 1.5em; }
  .social-selector:focus ul.social-baloon, .social-selector:hover ul.social-baloon, .social-selector.opened ul.social-baloon {
    opacity: 1;
    visibility: visible; }
  .social-selector ul.social-baloon {
    position: absolute;
    visibility: hidden;
    list-style: none;
    margin: 0px;
    padding: 0px;
    backface-visibility: hidden;
    transform-origin: 100% 0%;
    transition: all .1s ease;
    opacity: 0;
    transition-delay: 100ms;
    z-index: 2;
    left: 0em;
    bottom: 0em; }
    .social-selector ul.social-baloon li {
      display: block;
      float: left;
      list-style-type: none; }
      .social-selector ul.social-baloon li:first-child a:after {
        top: 50%;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none; }
      .social-selector ul.social-baloon li a {
        font-size: 1em;
        display: block;
        padding: 0.25em;
        min-width: 2em;
        min-height: 2em; }

.profile-img-small {
  width: 60px; }

.expertise-list li {
  background: #E9E9E9;
  padding: .5em 1em;
  font-size: .867em;
  margin: 0em .5em 1em 0em;
  display: inline-block;
  border-radius: 3px; }

.qualification,
.employment {
  border-top: 1px solid #E9E9E9;
  margin: 1em 0em;
  padding: 1em 0em; }

.key-contacts .contact i {
  background-color: #64bf46;
  color: #fff;
  padding: 1em;
  border-radius: 100%;
  width: 100%; }
  .key-contacts .contact i:hover {
    background-color: #7acb5f; }

.key-contacts .contact.open i {
  background-color: #6c6e71; }
  .key-contacts .contact.open i:hover {
    background-color: #959595; }

.panel .key-contacts .list-group-item {
  padding: 0em;
  overflow: hidden; }

.contact {
  padding: 1em; }

.item-address-info {
  /*		background: #337AB7;
		padding: .5em 1em;
		position: relative;
		color: $white;
		display: none;*/
  /*		a {
			color: $white;
		}*/
  /*		&:after {
			content: "";
			position: absolute;
			right: 1em;
			top: -.7em;
			width: 0;
			height: 0;
			border-style: solid;
			border-color: transparent transparent #337AB7 transparent;
			border-width: 0px .75em .75em .75em;
		}*/ }
  .item-address-info.content-showing {
    display: block; }
  .item-address-info i {
    margin-right: 1em;
    text-align: center;
    width: 1em;
    margin-left: auto;
    font-size: 1em; }
  .item-address-info ul li {
    position: relative;
    margin: 0;
    padding: .75em 0em;
    /*
			@include border-opacity($white, .5);
*/
    /*		&:last-child {
				border-bottom: none;
			}*/ }

.business-listing-landing .view-filters,
.directory-profile .view-filters {
  padding: 1.5em; }
  .business-listing-landing .view-filters .btn-group,
  .directory-profile .view-filters .btn-group {
    width: 100%; }
  .business-listing-landing .view-filters .btn-group > .btn,
  .business-listing-landing .view-filters .btn-group-vertical > .btn,
  .directory-profile .view-filters .btn-group > .btn,
  .directory-profile .view-filters .btn-group-vertical > .btn {
    width: 100%;
    text-align: left;
    white-space: normal;
    overflow: hidden; }
  .business-listing-landing .view-filters .views-exposed-widget,
  .directory-profile .view-filters .views-exposed-widget {
    float: left;
    padding: .5em 0em;
    width: 100%; }
    @media (min-width: 992px) {
      .business-listing-landing .view-filters .views-exposed-widget,
      .directory-profile .view-filters .views-exposed-widget {
        padding: .25em .5em;
        min-height: 80px;
        width: 50%; }
        .business-listing-landing .view-filters .views-exposed-widget:last-child,
        .directory-profile .view-filters .views-exposed-widget:last-child {
          width: 100%; }
          .business-listing-landing .view-filters .views-exposed-widget:last-child .form-submit,
          .directory-profile .view-filters .views-exposed-widget:last-child .form-submit {
            width: 100%;
            margin-top: .5em;
            padding: 1em; } }
  .business-listing-landing .view-filters .form-text,
  .directory-profile .view-filters .form-text {
    width: 100%; }
  .business-listing-landing .view-filters .btn, .business-listing-landing .view-filters .form-text,
  .directory-profile .view-filters .btn,
  .directory-profile .view-filters .form-text {
    height: 38px; }
  .business-listing-landing .view-filters .ui-multiselect,
  .directory-profile .view-filters .ui-multiselect {
    width: 100% !important; }

.view-individual-directory .individual-directory-map {
  border: 1px solid;
  border-color: #d0cfcf; }

.view-individual-directory .view-filters {
  background: #fff;
  margin-bottom: 2em; }
  .view-individual-directory .view-filters .views-exposed-widget {
    min-height: 90px; }

.views-widget-filter-location-proximity #edit-location-proximity-1790-search-distance-wrapper, .views-widget-filter-location-proximity #edit-location-proximity-1790-search-units-wrapper {
  display: none; }

.views-widget-filter-location-proximity .description {
  display: none; }

.node-type-faq.buildmode-website-list {
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 1em; }
  .node-type-faq.buildmode-website-list h2.node-title {
    font-size: 1.1em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

.view-faq a.aerophone-trigger {
  display: block;
  position: relative;
  padding: .5em 2em .5em 0em; }

.view-faq a.aerophone-trigger.aerophone-item-active:after {
  content: "\f068"; }

.view-faq a.aerophone-trigger:after {
  content: "\f067";
  text-decoration: inherit;
  padding-left: 0.5em;
  right: 0;
  float: right;
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  font-size: 1em; }

.view-faq h2.category-title {
  font-size: 1.65em; }

div.messages {
  margin-bottom: 0em;
  border-radius: 0em;
  padding: 1em 1em 1em 4em;
  background: #555555;
  background-color: #555555;
  background: url(../status-icons/icon-info@2x.png) no-repeat left top #555555;
  background-size: 19px 19px;
  background-position: 1em 2em; }
  div.messages.messages-devel .message-inner {
    color: #555555; }
    div.messages.messages-devel .message-inner a {
      color: #555555; }
  div.messages .message-inner {
    color: white;
    background: none;
    padding: 1em; }
    div.messages .message-inner a {
      color: #fff;
      border-bottom: 2px solid;
      padding-bottom: 0px;
      border-color: #fff;
      border-color: rgba(255, 255, 255, 0.5); }
  div.messages.messages-error, div.messages.message.error, div.messages.error {
    background: #d60f35;
    background-color: #d60f35;
    background: url(../status-icons/icon-error@2x.png) no-repeat left top #d60f35;
    background-size: 19px 19px;
    background-position: 1em 2em; }
  div.messages.messages-status, div.messages.message.status, div.messages.status {
    background: url(../status-icons/icon-status@2x.png) no-repeat left top #6EAD09;
    background-color: #6EAD09;
    background-size: 25px 19px;
    background-position: 1em 2em; }
  div.messages.messages-warning, div.messages.message.warning, div.messages.warning {
    background: url(../status-icons/icon-warning@2x.png) no-repeat left top #FFA620;
    background-color: #FFA620;
    background-size: 28px 26px;
    background-position: 1em 2em; }
  div.messages .pay-publish-publish-inner {
    padding: 0em; }

.pay-publish-publish-wrapper.messages.warning {
  margin-bottom: 0em; }

.pay-publish-publish-wrapper .pay-publish-button a {
  background-color: rgba(0, 0, 0, 0.3);
  border-bottom: 0px !important;
  padding: 1em !important; }

.please-note {
  background: #E5E5E5;
  border-radius: 3px; }
  .please-note .inner {
    padding: 1em;
    display: inline-block;
    width: 100%;
    margin: 0em; }

.restricted-content-wrapper {
  border: 2px solid;
  border-color: #E9E9E9;
  display: inline-block;
  width: 100%;
  padding: 1em;
  margin: 1em 0em; }
  .restricted-content-wrapper .restricted-content-icon {
    display: none; }
  .restricted-content-wrapper .login, .restricted-content-wrapper .signup-cta {
    margin-bottom: 1em; }
    .restricted-content-wrapper .login .form-submit, .restricted-content-wrapper .login .join-link, .restricted-content-wrapper .signup-cta .form-submit, .restricted-content-wrapper .signup-cta .join-link {
      width: 100%;
      margin-bottom: .5em; }
  .restricted-content-wrapper .join-link {
    display: inline-block;
    color: #fff;
    text-align: center;
    text-decoration: none;
    padding: 0.6em 1.2em;
    background: #ee3524;
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }

.payment-info {
  border: 2px solid #E9E9E9;
  margin-bottom: 2em;
  padding: 2em;
  text-align: center; }
  @media (min-width: 768px) {
    .payment-info {
      min-height: 310px; } }
  .payment-info .payment-info-icon {
    width: 130px;
    height: 100px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  .payment-info .description {
    font-size: .867em; }

.membership-current-steps {
  background: #efefef;
  padding: 1em;
  border-radius: 3px;
  margin-bottom: 1em; }
  .membership-current-steps .message-wrapper {
    margin: 0em 0em .5em 0em;
    font-size: .867em;
    text-align: center; }
    @media (min-width: 992px) {
      .membership-current-steps .message-wrapper {
        margin: 0em;
        text-align: left;
        font-size: 1em; } }
  .membership-current-steps .membership-step-item {
    padding: 1em 0em; }
  .membership-current-steps .btn-step {
    padding: .75em;
    width: 100%;
    background: #fff;
    border-color: gainsboro;
    white-space: normal;
    word-wrap: break-word; }
    .membership-current-steps .btn-step:hover, .membership-current-steps .btn-step:active, .membership-current-steps .btn-step:focus {
      background: #DFDFDF; }

#environment-indicator {
  display: none; }

body.environment-indicator-adjust.environment-indicator-left {
  margin-left: 0px; }

.view-membership-landing-page .membership-type-item {
  text-align: center; }

.view-membership-landing-page .btn-membership {
  background: #ee3524;
  color: #fff;
  display: inline-block;
  padding: .75em 2em; }
  .view-membership-landing-page .btn-membership:hover, .view-membership-landing-page .btn-membership:active, .view-membership-landing-page .btn-membership:focus {
    background: #f26153; }

.form-text {
  max-width: 100%; }

.group-links-wrapper {
  padding: 1em; }
  .group-links-wrapper .item-list ul {
    margin: 0em; }
  .group-links-wrapper .group-links li {
    padding: .5em 1em;
    list-style: none; }
    .group-links-wrapper .group-links li a {
      padding: 1em; }

.webform-grid .checkbox {
  display: table-cell; }

.form-submit {
  background: #ee3524; }

.view-cpd-diary .view-filters {
  border: 1px solid #E9E9E9;
  padding: 1em;
  margin: 1em 0em; }
  .view-cpd-diary .view-filters .form-item {
    float: left;
    clear: none; }
  .view-cpd-diary .view-filters .views-submit-button {
    float: none;
    padding: 0em; }
  .view-cpd-diary .view-filters .views-exposed-widget {
    padding: 0em; }
    @media (min-width: 768px) {
      .view-cpd-diary .view-filters .views-exposed-widget {
        float: none; } }

.view.website-node-list > .view-content > .views-row {
  border: none; }

.modal-backdrop {
  background-color: #102121; }

.modal-dialog {
  margin: 1em; }
  @media (min-width: 768px) {
    .modal-dialog {
      margin: 2em auto; } }
  .modal-dialog .close {
    color: #fff;
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-content {
  border: 0px;
  border-radius: 0px; }
  .modal-content .modal-header {
    color: #fff;
    background-color: #263847;
    border-bottom: none; }
    .modal-content .modal-header .close {
      font-size: 2em;
      text-shadow: none; }

#loginbox .form-item {
  margin: 1.5em 0em; }
  #loginbox .form-item label {
    display: none; }

.no-placeholder #loginbox .form-item label {
  display: block; }

#loginbox h2.form-title {
  display: none; }

#loginbox .modal-body {
  padding: 2em 2em; }
  @media (min-width: 768px) {
    #loginbox .modal-body {
      padding: 2em 3em; } }

#user-login-form .form-inputs input {
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  font-size: 1em;
  width: 100%;
  padding: 0.75em 1em;
  border: 2px solid;
  border-color: #E9E9E9;
  border-radius: 3px; }
  #user-login-form .form-inputs input:focus {
    border-color: gainsboro; }
  #user-login-form .form-inputs input.error {
    border-color: red; }
  #user-login-form .form-inputs input.form-submit {
    border: 0px;
    color: #fff; }
    #user-login-form .form-inputs input.form-submit:hover, #user-login-form .form-inputs input.form-submit:active, #user-login-form .form-inputs input.form-submit:focus {
      background-color: #f04b3c; }

#user-login-form .form-links {
  margin-top: 1em;
  text-align: center; }
  #user-login-form .form-links ul li {
    list-style: none;
    padding: .25em 0em;
    margin: 0em;
    font-size: .867em; }

#event-ec-product-cart-attendee-fields-inner .popup-help-message-wrapper {
  position: relative;
  display: block; }
  #event-ec-product-cart-attendee-fields-inner .popup-help-message-wrapper .popup-help-message {
    z-index: 3;
    position: absolute;
    background-color: #fff;
    top: 3em;
    left: 0;
    display: none;
    margin: 1em auto;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
    #event-ec-product-cart-attendee-fields-inner .popup-help-message-wrapper .popup-help-message.active {
      display: block; }
  #event-ec-product-cart-attendee-fields-inner .popup-help-message-wrapper .header-outer {
    background: Red;
    padding: 1em;
    font-weight: bold; }
  #event-ec-product-cart-attendee-fields-inner .popup-help-message-wrapper .header .close-help {
    float: right; }
  #event-ec-product-cart-attendee-fields-inner .popup-help-message-wrapper .message-text {
    padding: 1em;
    font-size: .867em;
    color: #434343; }

.aspedia--portal-snapshots,
.aspedia--member-navigation,
.aspedia--member-content {
  margin-bottom: 2em;
  padding: 1em;
  background: #fff; }
  .aspedia--portal-snapshots li a.active,
  .aspedia--member-navigation li a.active,
  .aspedia--member-content li a.active {
    color: #ee3524; }

.portal-snapshot .snapshot {
  padding: .5em 0em; }
  .portal-snapshot .snapshot .count-wrapper {
    float: left; }
  .portal-snapshot .snapshot span.count {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    background-color: #5C5C70; }

.portal-snapshot .label {
  color: #434343;
  padding: 0em;
  font-weight: 400;
  text-align: left;
  font-size: 1em;
  padding-left: 2em;
  display: block;
  white-space: normal;
  line-height: 1.4; }

.block-title {
  font-size: 1.4em;
  margin-bottom: .5em; }

ul.member-navigation, ul.my-content-block-links {
  padding: .5em 0em;
  margin: 0em; }
  ul.member-navigation li, ul.my-content-block-links li {
    list-style: none;
    padding: .5em 0em;
    margin: 0em;
    font-size: 1em; }

.ui-widget-content {
  background: none;
  color: #434343 !important; }
  .ui-widget-content a {
    color: #434343 !important; }

.ui-multiselect-menu {
  background: #fff; }

.views-tabbed-displays-loading-content-spinner {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  width: 20px;
  height: 20px;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  background: #ee3524;
  border: 6px solid #7faab1;
  border-radius: 50px;
  -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
  animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }

.views-tabbed-displays-loading-content-spinner img {
  display: none; }

@-webkit-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0); } }

@keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
    transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
    transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
    transform: perspective(100px) rotateX(0) rotateY(0); } }

.product-cart-add-form {
  background: #ee3524;
  color: #fff;
  position: relative;
  padding: 1em;
  clear: left; }
  .product-cart-add-form textarea,
  .product-cart-add-form .resizable-textarea {
    width: 100%;
    color: #434343; }
  .product-cart-add-form .grippie {
    display: none; }
  .product-cart-add-form .form-item {
    margin: 1em 0em; }
    .product-cart-add-form .form-item input,
    .product-cart-add-form .form-item textarea,
    .product-cart-add-form .form-item select {
      border: 0px;
      box-shadow: none;
      color: #434343;
      padding: .75em;
      font-size: 1em;
      max-width: 100%; }
    .product-cart-add-form .form-item .description {
      margin: 1em 0em;
      font-style: italic; }
  .product-cart-add-form .progress-disabled {
    float: none; }
  @media (min-width: 768px) {
    .product-cart-add-form .buttons.cart-section {
      padding: 0em;
      position: absolute;
      top: 2em;
      right: 1em; } }
  .product-cart-add-form .buttons.cart-section .form-submit {
    width: 100%;
    margin-top: 1em;
    background: #fff;
    color: #ee3524;
    font-size: 1.25em;
    border: 0;
    padding: .5em 1em; }
    @media (min-width: 768px) {
      .product-cart-add-form .buttons.cart-section .form-submit {
        margin-top: 0em; } }
  .product-cart-add-form #event-ec-product-cart-attendee-fields-inner {
    padding: 2em 1em;
    margin: 1em -1em;
    background: #e72412; }
  .product-cart-add-form #attendee-fields-form-title {
    font-size: 1.5em;
    margin-bottom: .5em; }
  .product-cart-add-form .cart-section-price {
    float: left;
    padding-right: 2em; }
    .product-cart-add-form .cart-section-price .sans-label {
      font-size: 1.25em; }
      @media (min-width: 768px) {
        .product-cart-add-form .cart-section-price .sans-label {
          font-size: 1.5em; } }
  .product-cart-add-form .cart-price.cart-section-price.cart-section .sans-label {
    font-weight: 600; }
  .product-cart-add-form .base-price.cart-section-price.cart-section .sans-label {
    text-decoration: line-through; }
  .product-cart-add-form .qty,
  .product-cart-add-form .additional {
    clear: left; }
  .product-cart-add-form .currency-conversion-wrapper {
    display: inline-block;
    width: 100%; }
  .product-cart-add-form .currency-converted-price {
    float: left;
    padding-right: 2em; }
  .product-cart-add-form .vat-message-wrapper {
    padding: 1em 0em;
    font-style: italic; }
  .product-cart-add-form .specials.cart-section {
    clear: left;
    border-top: 1px solid;
    display: block;
    border-bottom: 1px solid;
    border-color: #000;
    border-color: rgba(0, 0, 0, 0.15); }
  .product-cart-add-form .cart-product-specials ul {
    padding: 1em 0em;
    margin: 0em; }
    .product-cart-add-form .cart-product-specials ul li {
      padding: 0em; }
  .product-cart-add-form .user-lookup-wrapper input {
    float: left; }
  .product-cart-add-form .user-lookup-wrapper .help-icon-wrapper {
    float: left;
    margin: none !important; }
    .product-cart-add-form .user-lookup-wrapper .help-icon-wrapper img {
      margin: 1em; }
  .product-cart-add-form .user-lookup-wrapper .form-submit {
    float: left; }
  .product-cart-add-form .event-attendee-buttons {
    margin: 1em 0em; }
    .product-cart-add-form .event-attendee-buttons .form-submit {
      width: 100%;
      margin-right: 0em;
      margin-bottom: 1em;
      padding: 1em; }
      @media (min-width: 768px) {
        .product-cart-add-form .event-attendee-buttons .form-submit {
          font-size: 1.25em; } }
  .product-cart-add-form .form-submit {
    background-color: #b71c0e; }
    .product-cart-add-form .form-submit:hover {
      background-color: #a0190c; }

.cart-form-wrapper .cart-section.specials {
  background: none; }

.product-cart-add-form .product-price-wrapper {
  padding: 1em;
  margin: 1em 0em;
  font-weight: 600;
  background: #f04b3c; }

.product-cart-add-form #event-ec-product-cart-attendee-fields-wrapper .user-lookup-wrapper input.form-submit {
  margin: 0px !important; }

.product-cart-add-form #event-ec-product-cart-attendee-fields-wrapper .user-lookup-wrapper .help-icon-wrapper {
  margin: 0px !important; }

.product-cart-add-form #event-ec-product-cart-attendee-fields-wrapper .user-lookup-wrapper {
  float: none;
  margin: 0px;
  display: block; }

.event-table-link {
  padding: 2em 1em 2em 1em;
  margin-right: auto;
  text-align: center;
  margin-left: auto;
  background: #e72412; }
  .event-table-link a {
    display: block;
    padding: 0.6em 2em;
    border-radius: 3px;
    background: #fff;
    color: #ee3524;
    font-size: 1.25em; }
    @media (min-width: 768px) {
      .event-table-link a {
        display: inline-block; } }

div.messages .message-inner .modal-body {
  color: #434343; }

div.messages .message-inner .modal-footer .btn {
  border-radius: 0px; }

div.messages .message-inner .modal-footer .btn {
  padding: .5em 1em; }
  @media (max-width: 768px) {
    div.messages .message-inner .modal-footer .btn {
      width: 100%;
      margin: 0em 0em .75em 0em; } }

@media (min-width: 768px) {
  div.messages .message-inner .modal-footer .btn + .btn {
    margin-left: 0.75em; } }

div.messages .message-inner .modal-footer .btn-primary {
  border: 1px solid;
  border-color: #ee3524;
  background-color: #ee3524;
  -moz-transition: background-color, border-color 0.3s ease-in-out;
  -ms-transition: background-color, border-color 0.3s ease-in-out;
  -o-transition: background-color, border-color 0.3s ease-in-out;
  transition: background-color, border-color 0.3s ease-in-out;
  -webkit-transition: background-color, border-color 0.3s ease-in-out; }
  div.messages .message-inner .modal-footer .btn-primary:hover, div.messages .message-inner .modal-footer .btn-primary:active, div.messages .message-inner .modal-footer .btn-primary:focus {
    border-color: #f26153;
    background-color: lighten #ee3524, 10%; }

body.admin-menu {
  padding-top: 20px !important;
  margin-top: 0px !important; }

.node-edit-page fieldset {
  padding: 1em 0em; }
  .node-edit-page fieldset legend {
    font-size: 1em; }

a.manage-content-link {
  color: #fff;
  background: #E46240;
  padding: .75em 1em;
  display: inline-block; }

.tabs.primary-tabs ul.primary {
  margin-bottom: 0em; }

.tabs.primary-tabs ul li {
  margin: 1em 0em 0em 1em; }
  .tabs.primary-tabs ul li.active {
    border: 0px; }

.tabs.primary-tabs .tabs-message {
  position: absolute;
  top: 0em;
  right: 0em;
  padding: .5em;
  text-align: center;
  background: #E46240;
  width: auto;
  color: #fff; }

.vertical-tabs ul.vertical-tabs-list li {
  list-style: none; }

.node-attached-view--news .header-region,
.node-type-news .header-region,
.node-type-business-directory-entry .header-region {
  display: none; }

/*# sourceMappingURL=app.css.map */