  /*! Run Digital for ÀÇÓÑÉçÇø 2015 */
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TjASc6CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOkCnqEu92Fr1Mu51xIIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51S7ACc6CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOjCnqEu92Fr1Mu51TzBic6CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmSU5fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmEU9fBBc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/roboto/v30/KFOlCnqEu92Fr1MmWUlfBBc9.ttf) format('truetype');
}
/* THESE VALUES ARE BOOTSTRAP DEFAULTS DO NOT CHANGE !!! >>> */
/* <<< */
/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222;
}
html {
  font-size: 1em;
  line-height: 1.4;
}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
audio,
canvas,
img,
video {
  vertical-align: middle;
}
/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}
/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Image replacement
 */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */
.hidden {
  display: none !important;
  visibility: hidden;
}
/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/*
 * Hide visually and from screenreaders, but maintain layout
 */
.invisible {
  visibility: hidden;
}
/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links for images, or javascript/internal links
     */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
    /* h5bp.com/t */
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
.animated {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
/**/
/**/
/*Move Down*/
@-webkit-keyframes move {
  from {
    top: 0;
    left: 0;
  }
  to {
    top: 4em;
    left: 0;
  }
}
@-moz-keyframes move {
  from {
    top: 0;
    left: 0;
  }
  to {
    top: 4em;
    left: 0;
  }
}
@-o-keyframes move {
  from {
    top: 0;
    left: 0;
  }
  to {
    top: 4em;
    left: 0;
  }
}
@keyframes move {
  from {
    top: 0;
    left: 0;
  }
  to {
    top: 4em;
    left: 0;
  }
}
/*Fade In*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*Zoom In*/
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.75, 0.75, 0.75);
    transform: scale3d(0.75, 0.75, 0.75);
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.75, 0.75, 0.75);
    transform: scale3d(0.75, 0.75, 0.75);
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.75, 0.75, 0.75);
    transform: scale3d(0.75, 0.75, 0.75);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.75, 0.75, 0.75);
    transform: scale3d(0.75, 0.75, 0.75);
  }
  50% {
    opacity: 1;
  }
}
/*
TO CHANGE BUTTONS COLORS PLEASE ADD A CLASS TO THE BUTTON AND 
ADD ATTRIBUTES TO THOSE CLASSES. PLEASE DO NOT HACK BOOTSTRAP
JUST OVERRIDE SPECIFIC STUFF !!!
TA. E.
*/
.btn {
  padding: 6px 20px;
}
header .btn {
  padding: 8px 20px;
}
.btn.btn-default {
  background: #d02140;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d02140), color-stop(1, #e24561));
  background: -ms-linear-gradient(bottom, #d02140, #e24561);
  background: -moz-linear-gradient(center bottom, #d02140 0%, #e24561 100%);
  background: -o-linear-gradient(#e24561, #d02140);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e24561', endColorstr='#d02140', GradientType=0);
  color: white;
  border: none;
}
.ft-member-directory .btn.btn-default {
  background: #e5e5e5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e5e5e5), color-stop(1, #fff));
  background: -ms-linear-gradient(bottom, #e5e5e5, #fff);
  background: -moz-linear-gradient(center bottom, #e5e5e5 0%, #fff 100%);
  background: -o-linear-gradient(#fff, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0);
  border: 1px solid #eee;
  color: #333;
}
.define-box-red .btn.btn-default {
  background: #e5e5e5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e5e5e5), color-stop(1, #fff));
  background: -ms-linear-gradient(bottom, #e5e5e5, #fff);
  background: -moz-linear-gradient(center bottom, #e5e5e5 0%, #fff 100%);
  background: -o-linear-gradient(#fff, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0);
  color: #d02140;
}
.alert {
  border-width: 4px;
  background-color: white;
  position: relative;
  padding-left: 50px;
  color: black;
}
.alert:before {
  position: absolute;
  top: 0.6em;
  left: 0.5em;
  font-size: 1.35em;
  width: 1.375em;
  height: 1.375em;
  text-align: center;
  line-height: 1.375em;
  content: "\f024";
  font-family: "FontAwesome";
}
.alert.alert-warning {
  border-color: #ff7e00;
}
.alert.alert-warning:before {
  color: #ff7e00;
}
.alert.alert-warning strong.alert-type {
  color: #ff7e00;
}
.alert.alert-danger {
  border-color: #d02140;
}
.alert.alert-danger:before {
  color: #d02140;
}
.alert.alert-danger strong.alert-type {
  color: #d02140;
}
.alert.alert-info {
  border-color: #0076a3;
}
.alert.alert-info:before {
  color: #0076a3;
}
.alert.alert-info strong.alert-type {
  color: #0076a3;
}
.alert.alert-success {
  border-color: #3bb550;
}
.alert.alert-success:before {
  color: #3bb550;
}
.alert.alert-success strong.alert-type {
  color: #3bb550;
}
#frm-login-top {
  margin-top: 0.25em;
}
.frm-login .form-group.checkbox-row,
.sidr-class-frm-login .form-group.checkbox-row,
.frm-login .sidr-class-form-group.checkbox-row,
.sidr-class-frm-login .sidr-class-form-group.checkbox-row {
  display: block;
}
.frm-login .form-group .btn,
.sidr-class-frm-login .form-group .btn,
.frm-login .sidr-class-form-group .btn,
.sidr-class-frm-login .sidr-class-form-group .btn,
.frm-login .form-group input.form-control,
.sidr-class-frm-login .form-group input.form-control,
.frm-login .sidr-class-form-group input.form-control,
.sidr-class-frm-login .sidr-class-form-group input.form-control,
.frm-login .form-group input.sidr-class-form-control,
.sidr-class-frm-login .form-group input.sidr-class-form-control,
.frm-login .sidr-class-form-group input.sidr-class-form-control,
.sidr-class-frm-login .sidr-class-form-group input.sidr-class-form-control {
  min-height: 2.6em;
}
.frm-login .form-group input.form-control,
.sidr-class-frm-login .form-group input.form-control,
.frm-login .sidr-class-form-group input.form-control,
.sidr-class-frm-login .sidr-class-form-group input.form-control,
.frm-login .form-group input.sidr-class-form-control,
.sidr-class-frm-login .form-group input.sidr-class-form-control,
.frm-login .sidr-class-form-group input.sidr-class-form-control,
.sidr-class-frm-login .sidr-class-form-group input.sidr-class-form-control {
  border: none;
  background: #f0f0f0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
.frm-login .form-group input.form-control::-webkit-input-placeholder,
.sidr-class-frm-login .form-group input.form-control::-webkit-input-placeholder,
.frm-login .sidr-class-form-group input.form-control::-webkit-input-placeholder,
.sidr-class-frm-login .sidr-class-form-group input.form-control::-webkit-input-placeholder,
.frm-login .form-group input.sidr-class-form-control::-webkit-input-placeholder,
.sidr-class-frm-login .form-group input.sidr-class-form-control::-webkit-input-placeholder,
.frm-login .sidr-class-form-group input.sidr-class-form-control::-webkit-input-placeholder,
.sidr-class-frm-login .sidr-class-form-group input.sidr-class-form-control::-webkit-input-placeholder {
  color: #999;
}
.frm-login .form-group .checkbox,
.sidr-class-frm-login .form-group .checkbox,
.frm-login .sidr-class-form-group .checkbox,
.sidr-class-frm-login .sidr-class-form-group .checkbox {
  font-size: 0.8em;
  color: #999;
}
.frm-login .form-group .checkbox input[type=checkbox],
.sidr-class-frm-login .form-group .checkbox input[type=checkbox],
.frm-login .sidr-class-form-group .checkbox input[type=checkbox],
.sidr-class-frm-login .sidr-class-form-group .checkbox input[type=checkbox] {
  margin-right: 0.5em;
}
@media (min-width: 992px) {
  .frm-login .form-group .checkbox,
  .sidr-class-frm-login .form-group .checkbox,
  .frm-login .sidr-class-form-group .checkbox,
  .sidr-class-frm-login .sidr-class-form-group .checkbox {
    margin-top: 0.5em;
  }
}
.form-group {
  position: relative;
}
.form-group.select:before {
  content: '\f0d7';
  font-family: FontAwesome;
  color: #333;
  display: inline-block;
  position: absolute;
  right: 1em;
  top: 2.2em;
  pointer-events: none;
}
.form-group.select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 2.75em;
}
.gform_wrapper input.gform_button {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 6px 20px;
  background: #d02140;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d02140), color-stop(1, #e24561));
  background: -ms-linear-gradient(bottom, #d02140, #e24561);
  background: -moz-linear-gradient(center bottom, #d02140 0%, #e24561 100%);
  background: -o-linear-gradient(#e24561, #d02140);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e24561', endColorstr='#d02140', GradientType=0);
  color: white;
  border: none;
}
header .gform_wrapper input.gform_button {
  padding: 8px 20px;
}
.gform_wrapper input.gform_button.btn-default {
  background: #d02140;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d02140), color-stop(1, #e24561));
  background: -ms-linear-gradient(bottom, #d02140, #e24561);
  background: -moz-linear-gradient(center bottom, #d02140 0%, #e24561 100%);
  background: -o-linear-gradient(#e24561, #d02140);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e24561', endColorstr='#d02140', GradientType=0);
  color: white;
  border: none;
}
.ft-member-directory .gform_wrapper input.gform_button.btn-default {
  background: #e5e5e5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e5e5e5), color-stop(1, #fff));
  background: -ms-linear-gradient(bottom, #e5e5e5, #fff);
  background: -moz-linear-gradient(center bottom, #e5e5e5 0%, #fff 100%);
  background: -o-linear-gradient(#fff, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0);
  border: 1px solid #eee;
  color: #333;
}
.define-box-red .gform_wrapper input.gform_button.btn-default {
  background: #e5e5e5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e5e5e5), color-stop(1, #fff));
  background: -ms-linear-gradient(bottom, #e5e5e5, #fff);
  background: -moz-linear-gradient(center bottom, #e5e5e5 0%, #fff 100%);
  background: -o-linear-gradient(#fff, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0);
  color: #d02140;
}
.ft-member-directory .gform_wrapper input.gform_button {
  background: #e5e5e5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e5e5e5), color-stop(1, #fff));
  background: -ms-linear-gradient(bottom, #e5e5e5, #fff);
  background: -moz-linear-gradient(center bottom, #e5e5e5 0%, #fff 100%);
  background: -o-linear-gradient(#fff, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0);
  border: 1px solid #eee;
  color: #333;
}
.define-box-red .gform_wrapper input.gform_button {
  background: #e5e5e5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e5e5e5), color-stop(1, #fff));
  background: -ms-linear-gradient(bottom, #e5e5e5, #fff);
  background: -moz-linear-gradient(center bottom, #e5e5e5 0%, #fff 100%);
  background: -o-linear-gradient(#fff, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0);
  color: #d02140;
}
.gform_wrapper .gform_footer {
  margin: 0 0 3em;
}
.sidr form.sidr-class-frm-login {
  margin-top: 1em;
}
.sidr form.sidr-class-frm-login input {
  font-weight: 400;
  font-size: 0.85em;
  margin-bottom: 5px;
}
.sidr form.sidr-class-frm-login button {
  padding: 6px 20px;
  background: #d02140;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d02140), color-stop(1, #e24561));
  background: -ms-linear-gradient(bottom, #d02140, #e24561);
  background: -moz-linear-gradient(center bottom, #d02140 0%, #e24561 100%);
  background: -o-linear-gradient(#e24561, #d02140);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e24561', endColorstr='#d02140', GradientType=0);
  color: white;
  border: none;
  margin-bottom: 1em;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 0.8em;
  font-weight: 500;
}
header .sidr form.sidr-class-frm-login button {
  padding: 8px 20px;
}
.sidr form.sidr-class-frm-login button.btn-default {
  background: #d02140;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d02140), color-stop(1, #e24561));
  background: -ms-linear-gradient(bottom, #d02140, #e24561);
  background: -moz-linear-gradient(center bottom, #d02140 0%, #e24561 100%);
  background: -o-linear-gradient(#e24561, #d02140);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e24561', endColorstr='#d02140', GradientType=0);
  color: white;
  border: none;
}
.ft-member-directory .sidr form.sidr-class-frm-login button.btn-default {
  background: #e5e5e5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e5e5e5), color-stop(1, #fff));
  background: -ms-linear-gradient(bottom, #e5e5e5, #fff);
  background: -moz-linear-gradient(center bottom, #e5e5e5 0%, #fff 100%);
  background: -o-linear-gradient(#fff, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0);
  border: 1px solid #eee;
  color: #333;
}
.define-box-red .sidr form.sidr-class-frm-login button.btn-default {
  background: #e5e5e5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e5e5e5), color-stop(1, #fff));
  background: -ms-linear-gradient(bottom, #e5e5e5, #fff);
  background: -moz-linear-gradient(center bottom, #e5e5e5 0%, #fff 100%);
  background: -o-linear-gradient(#fff, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0);
  color: #d02140;
}
.ft-member-directory .sidr form.sidr-class-frm-login button {
  background: #e5e5e5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e5e5e5), color-stop(1, #fff));
  background: -ms-linear-gradient(bottom, #e5e5e5, #fff);
  background: -moz-linear-gradient(center bottom, #e5e5e5 0%, #fff 100%);
  background: -o-linear-gradient(#fff, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0);
  border: 1px solid #eee;
  color: #333;
}
.define-box-red .sidr form.sidr-class-frm-login button {
  background: #e5e5e5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e5e5e5), color-stop(1, #fff));
  background: -ms-linear-gradient(bottom, #e5e5e5, #fff);
  background: -moz-linear-gradient(center bottom, #e5e5e5 0%, #fff 100%);
  background: -o-linear-gradient(#fff, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0);
  color: #d02140;
}
.sidr form.sidr-class-frm-login .sidr-class-checkbox label {
  font-weight: 400;
  color: #999;
  cursor: pointer;
}
.sidr form.sidr-class-frm-login .sidr-class-checkbox input {
  margin-right: 0.5em;
}
.sidr p.sidr-class-login-help {
  font-size: 0.7em;
}
.sidr p.sidr-class-login-help a {
  color: #d02140;
}
.sidr p.sidr-class-login-help a span {
  font-weight: 400;
}
.sprite {
  position: relative;
  display: inline-block;
  line-height: 100%;
  overflow: hidden;
  width: 15px;
  height: 15px;
}
.sprite .mask {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.sprite .img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  z-index: 5;
  width: 500px;
  height: 500px;
}
.sprite .img img {
  max-width: none;
  width: 100%;
  height: auto;
}
.sprite.template {
  width: 10px;
  height: 10px;
}
.sprite.template .img {
  top: -5px;
  left: -5px;
}
.sprite.logo {
  width: 67px;
  height: 75px;
}
@media (min-width: 512px) {
  .sprite.logo {
    width: 220px;
    height: 75px;
  }
}
.sprite.logo .img {
  top: 0px;
  left: 0px;
}
.sprite.logo-corporate-covenant {
  width: 97.5px;
  height: 47.5px;
}
.sprite.logo-corporate-covenant .img {
  top: 0px;
  left: -300px;
}
.sprite.exec-logo-rbl {
  width: 136px;
  height: 100px;
}
.sprite.exec-logo-rbl .img {
  top: 0px;
  left: 0px;
}
.sprite.exec-logo-ssafa {
  width: 136px;
  height: 100px;
}
.sprite.exec-logo-ssafa .img {
  top: 0px;
  left: -136px;
}
.sprite.exec-logo-seafarers {
  width: 136px;
  height: 100px;
}
.sprite.exec-logo-seafarers .img {
  top: 0px;
  left: -272px;
}
.sprite.exec-logo-abf {
  width: 136px;
  height: 100px;
}
.sprite.exec-logo-abf .img {
  top: -100px;
  left: 0px;
}
.sprite.exec-logo-rafbf {
  width: 136px;
  height: 100px;
}
.sprite.exec-logo-rafbf .img {
  top: -100px;
  left: -136px;
}
.sprite.exec-logo-vs {
  width: 136px;
  height: 100px;
}
.sprite.exec-logo-vs .img {
  top: -100px;
  left: -272px;
}
.sprite.exec-logo-rnrmc {
  width: 136px;
  height: 100px;
}
.sprite.exec-logo-rnrmc .img {
  top: -200px;
  left: 0px;
}
.sprite.exec-logo-hfh {
  width: 136px;
  height: 100px;
}
.sprite.exec-logo-hfh .img {
  top: -200px;
  left: -136px;
}
.sprite.exec-logo-blesma {
  width: 136px;
  height: 100px;
}
.sprite.exec-logo-blesma .img {
  top: -200px;
  left: -272px;
}
.sprite.exec-logo-combatstress {
  width: 136px;
  height: 100px;
}
.sprite.exec-logo-combatstress .img {
  top: -300px;
  left: 0px;
}
.sprite.exec-logo-fps {
  width: 136px;
  height: 100px;
}
.sprite.exec-logo-fps .img {
  top: -300px;
  left: -136px;
}
.sprite.exec-logo-toa {
  width: 136px;
  height: 100px;
}
.sprite.exec-logo-toa .img {
  top: -300px;
  left: -272px;
}
.sprite.exec-logo-tdf {
  width: 136px;
  height: 100px;
}
.sprite.exec-logo-tdf .img {
  top: -400px;
  left: 0px;
}
.sprite.exec-logo-fimt {
  width: 136px;
  height: 100px;
}
.sprite.exec-logo-fimt .img {
  top: -400px;
  left: -136px;
}
.sprite.exec-logo-wwa {
  width: 136px;
  height: 100px;
}
.sprite.exec-logo-wwa .img {
  top: -400px;
  left: -272px;
}
.sprite.exec-logo-rafa {
  width: 136px;
  height: 100px;
}
.sprite.exec-logo-rafa .img {
  top: -500px;
  left: 0px;
}
.sprite.exec-logo-stoll {
  width: 136px;
  height: 100px;
}
.sprite.exec-logo-stoll .img {
  top: -500px;
  left: -136px;
}
.sidr {
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: none;
  overflow-y: auto;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 15px;
  background: #f8f8f8;
  color: #333;
  -webkit-box-shadow: inset 0 0 5px 5px #ebebeb;
  -moz-box-shadow: inset 0 0 5px 5px #ebebeb;
  box-shadow: inset 0 0 5px 5px #ebebeb;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
}
.sidr h1,
.sidr h2,
.sidr h3,
.sidr h4,
.sidr h5,
.sidr h6 {
  font-size: 11px;
  font-weight: normal;
  padding: 0 15px;
  margin: 0 0 5px;
  color: #333;
  line-height: 24px;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(#ffffff, #dfdfdf);
  background-image: -moz-linear-gradient(#ffffff, #dfdfdf);
  background-image: -o-linear-gradient(#ffffff, #dfdfdf);
  background-image: linear-gradient(#ffffff, #dfdfdf);
  -webkit-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px 3px rgba(0, 0, 0, 0.2);
}
.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}
.sidr p a {
  color: rgba(51, 51, 51, 0.9);
}
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr ul {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #fff;
}
.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #dfdfdf;
}
.sidr ul li:hover,
.sidr ul li.active,
.sidr ul li.sidr-class-active {
  border-top: none;
  line-height: 49px;
}
.sidr ul li:hover > a,
.sidr ul li:hover > span,
.sidr ul li.active > a,
.sidr ul li.active > span,
.sidr ul li.sidr-class-active > a,
.sidr ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
  -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
  box-shadow: inset 0 0 15px 3px #ebebeb;
}
.sidr ul li a,
.sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #333;
}
.sidr ul li ul {
  border-bottom: none;
  margin: 0;
}
.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}
.sidr ul li ul li:last-child {
  border-bottom: none;
}
.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
  border-top: none;
  line-height: 41px;
}
.sidr ul li ul li:hover > a,
.sidr ul li ul li:hover > span,
.sidr ul li ul li.active > a,
.sidr ul li ul li.active > span,
.sidr ul li ul li.sidr-class-active > a,
.sidr ul li ul li.sidr-class-active > span {
  -webkit-box-shadow: inset 0 0 15px 3px #ebebeb;
  -moz-box-shadow: inset 0 0 15px 3px #ebebeb;
  box-shadow: inset 0 0 15px 3px #ebebeb;
}
.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(51, 51, 51, 0.8);
  padding-left: 30px;
}
.sidr form {
  margin: 0 15px;
}
.sidr label {
  font-size: 13px;
}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 0 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(51, 51, 51, 0.6);
  display: block;
  clear: both;
}
.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}
.sidr input[type=button],
.sidr input[type=submit] {
  color: #f8f8f8;
  background: #333;
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(51, 51, 51, 0.9);
}
*,
*:before,
*:after {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
html {
  font-weight: 400;
}
html.tr-coretext {
  font-weight: 300;
}
html.menu-opened body {
  height: 100%;
  overflow: hidden;
}
a {
  cursor: pointer;
  color: #d02140;
  text-decoration: none;
}
a:hover,
a:active {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
}
.spc > span {
  float: left;
}
.spc > span:nth-child(2) {
  margin-left: 5px;
}
#breadcrumbs {
  font-size: 0.75em;
  margin: 0.9em 0 1.1em;
}
.breadcrumbs-social-links {
  display: none;
}
@media (min-width: 768px) {
  .breadcrumbs-social-links {
    display: block;
  }
}
.breadcrumbs-social-links .social-links {
  position: relative;
  text-align: right;
}
.breadcrumbs-social-links .social-links a {
  padding: 3px;
  position: relative;
  display: inline-block;
}
.breadcrumbs-social-links .social-links a:link,
.breadcrumbs-social-links .social-links a:visited {
  color: #ccc;
}
.breadcrumbs-social-links .social-links a:hover,
.breadcrumbs-social-links .social-links a:active {
  color: #d02140;
}
.breadcrumbs-social-links .social-links a.facebook {
  font-size: 1.25em;
}
.breadcrumbs-social-links .social-links a.twitter {
  font-size: 1.5em;
  top: 1px;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.absolute.top {
  top: 0;
  bottom: auto;
}
.absolute.bottom {
  top: auto;
  bottom: 0;
}
.absolute.left {
  left: 0;
  right: auto;
}
.absolute.right {
  left: auto;
  right: 0;
}
.shim {
  display: block;
  clear: both;
  width: 100%;
}
/**/
.post-edit-link {
  background-color: red;
  text-transform: uppercase;
  padding: 3px 5px;
  font-size: 10px;
  color: white;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  left: 4px;
  bottom: 4px;
}
/**/
.bbp-breadcrumb {
  display: none;
}
/**/
header:before,
footer:before,
nav ul:before,
.clearfix:before,
header:after,
footer:after,
nav ul:after,
.clearfix:after {
  content: " ";
  display: table;
}
header:after,
footer:after,
nav ul:after,
.clearfix:after {
  clear: both;
}
.define-box {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 10px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 10px rgba(0, 0, 0, 0.06);
  padding: 1.5em;
  margin-bottom: 1em;
  background: #fff;
  text-align: center;
}
.sml-gutter .define-box {
  margin-bottom: 0.625em;
}
.define-box.no-padding {
  padding: 0;
}
@media (min-width: 992px) {
  .define-box.text-left,
  .define-box.menu,
  .define-box.latest-news,
  .define-box.news-filter,
  .define-box.directory-filter {
    text-align: left;
  }
}
.define-box.define-box-red {
  background: #d02140;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d02140), color-stop(1, #e24561));
  background: -ms-linear-gradient(bottom, #d02140, #e24561);
  background: -moz-linear-gradient(center bottom, #d02140 0%, #e24561 100%);
  background: -o-linear-gradient(#e24561, #d02140);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e24561', endColorstr='#d02140', GradientType=0);
  color: white;
}
.define-box.define-box-red .heading {
  border: none;
}
.define-box.define-box-ft {
  padding: 1.25em 1.5em 1.5em;
}
@media (min-width: 1200px) {
  .define-box.define-box-ft {
    padding: 2.25em 2.5em 2.5em;
  }
}
.define-box .heading {
  font-weight: 500;
  padding: 0 0 0.25em;
  border-bottom: 1px solid #eee;
}
@media (min-width: 1200px) {
  .columnated-2 {
    -webkit-columns: 2 300px;
    -moz-columns: 2 300px;
    columns: 2 300px;
  }
}
.content-row .wp-post-image {
  margin-bottom: 1em;
}
.row.sml-gutter {
  margin-left: -5px;
  margin-right: -5px;
}
.row.sml-gutter .col-xs-1,
.row.sml-gutter .col-sm-1,
.row.sml-gutter .col-md-1,
.row.sml-gutter .col-lg-1,
.row.sml-gutter .col-xs-2,
.row.sml-gutter .col-sm-2,
.row.sml-gutter .col-md-2,
.row.sml-gutter .col-lg-2,
.row.sml-gutter .col-xs-3,
.row.sml-gutter .col-sm-3,
.row.sml-gutter .col-md-3,
.row.sml-gutter .col-lg-3,
.row.sml-gutter .col-xs-4,
.row.sml-gutter .col-sm-4,
.row.sml-gutter .col-md-4,
.row.sml-gutter .col-lg-4,
.row.sml-gutter .col-xs-5,
.row.sml-gutter .col-sm-5,
.row.sml-gutter .col-md-5,
.row.sml-gutter .col-lg-5,
.row.sml-gutter .col-xs-6,
.row.sml-gutter .col-sm-6,
.row.sml-gutter .col-md-6,
.row.sml-gutter .col-lg-6,
.row.sml-gutter .col-xs-7,
.row.sml-gutter .col-sm-7,
.row.sml-gutter .col-md-7,
.row.sml-gutter .col-lg-7,
.row.sml-gutter .col-xs-8,
.row.sml-gutter .col-sm-8,
.row.sml-gutter .col-md-8,
.row.sml-gutter .col-lg-8,
.row.sml-gutter .col-xs-9,
.row.sml-gutter .col-sm-9,
.row.sml-gutter .col-md-9,
.row.sml-gutter .col-lg-9,
.row.sml-gutter .col-xs-10,
.row.sml-gutter .col-sm-10,
.row.sml-gutter .col-md-10,
.row.sml-gutter .col-lg-10,
.row.sml-gutter .col-xs-11,
.row.sml-gutter .col-sm-11,
.row.sml-gutter .col-md-11,
.row.sml-gutter .col-lg-11,
.row.sml-gutter .col-xs-12,
.row.sml-gutter .col-sm-12,
.row.sml-gutter .col-md-12,
.row.sml-gutter .col-lg-12 {
  padding-left: 5px;
  padding-right: 5px;
}
.row.sml-gutter .row {
  margin-left: -5px;
  margin-right: -5px;
}
.row.sml-gutter .row.std-gutter {
  margin-left: -15px;
  margin-right: -15px;
}
.row.sml-gutter .row.std-gutter .col-xs-1,
.row.sml-gutter .row.std-gutter .col-sm-1,
.row.sml-gutter .row.std-gutter .col-md-1,
.row.sml-gutter .row.std-gutter .col-lg-1,
.row.sml-gutter .row.std-gutter .col-xs-2,
.row.sml-gutter .row.std-gutter .col-sm-2,
.row.sml-gutter .row.std-gutter .col-md-2,
.row.sml-gutter .row.std-gutter .col-lg-2,
.row.sml-gutter .row.std-gutter .col-xs-3,
.row.sml-gutter .row.std-gutter .col-sm-3,
.row.sml-gutter .row.std-gutter .col-md-3,
.row.sml-gutter .row.std-gutter .col-lg-3,
.row.sml-gutter .row.std-gutter .col-xs-4,
.row.sml-gutter .row.std-gutter .col-sm-4,
.row.sml-gutter .row.std-gutter .col-md-4,
.row.sml-gutter .row.std-gutter .col-lg-4,
.row.sml-gutter .row.std-gutter .col-xs-5,
.row.sml-gutter .row.std-gutter .col-sm-5,
.row.sml-gutter .row.std-gutter .col-md-5,
.row.sml-gutter .row.std-gutter .col-lg-5,
.row.sml-gutter .row.std-gutter .col-xs-6,
.row.sml-gutter .row.std-gutter .col-sm-6,
.row.sml-gutter .row.std-gutter .col-md-6,
.row.sml-gutter .row.std-gutter .col-lg-6,
.row.sml-gutter .row.std-gutter .col-xs-7,
.row.sml-gutter .row.std-gutter .col-sm-7,
.row.sml-gutter .row.std-gutter .col-md-7,
.row.sml-gutter .row.std-gutter .col-lg-7,
.row.sml-gutter .row.std-gutter .col-xs-8,
.row.sml-gutter .row.std-gutter .col-sm-8,
.row.sml-gutter .row.std-gutter .col-md-8,
.row.sml-gutter .row.std-gutter .col-lg-8,
.row.sml-gutter .row.std-gutter .col-xs-9,
.row.sml-gutter .row.std-gutter .col-sm-9,
.row.sml-gutter .row.std-gutter .col-md-9,
.row.sml-gutter .row.std-gutter .col-lg-9,
.row.sml-gutter .row.std-gutter .col-xs-10,
.row.sml-gutter .row.std-gutter .col-sm-10,
.row.sml-gutter .row.std-gutter .col-md-10,
.row.sml-gutter .row.std-gutter .col-lg-10,
.row.sml-gutter .row.std-gutter .col-xs-11,
.row.sml-gutter .row.std-gutter .col-sm-11,
.row.sml-gutter .row.std-gutter .col-md-11,
.row.sml-gutter .row.std-gutter .col-lg-11,
.row.sml-gutter .row.std-gutter .col-xs-12,
.row.sml-gutter .row.std-gutter .col-sm-12,
.row.sml-gutter .row.std-gutter .col-md-12,
.row.sml-gutter .row.std-gutter .col-lg-12 {
  padding-left: 15px;
  padding-right: 15px;
}
/*
Styles for shared content blocks
*/
.ft-feedback {
  color: white;
  text-align: center;
}
.ft-feedback .heading {
  color: white;
  font-weight: 400;
  font-size: 1.35em;
  margin-bottom: 1.1em;
}
.ft-feedback .heading span.fa {
  color: #ff7e00;
}
.ft-feedback p {
  font-size: 0.85em;
  margin-bottom: 1.25em;
}
.ft-feedback p:first-of-type {
  font-size: 1em;
  margin-bottom: 1.5em;
}
.ft-member-directory .heading {
  font-weight: 400;
  font-size: 1.35em;
  margin-bottom: 1.1em;
  color: #d02140;
}
.ft-member-directory p {
  font-size: 1em;
  margin-bottom: 1.5em;
}
.ft-executive-members {
  overflow: hidden;
}
.ft-executive-members .heading {
  color: #d02140;
  margin-bottom: 0.75em;
}
.ft-executive-members #carousel-executive-members .item {
  display: block;
  padding: 0 3px;
  height: 100px;
}
.ft-executive-members #carousel-executive-members .item a {
  display: block;
  position: relative;
  height: 100px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ft-executive-members #carousel-executive-members .item a img {
  max-height: 100%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.ft-twitter-feed span.fa-twitter {
  font-size: 3.5em;
  color: #eee;
  display: block;
}
@media (min-width: 992px) {
  .ft-twitter-feed span.fa-twitter {
    text-align: right;
  }
}
.ft-twitter-feed #tweets p {
  font-style: italic;
  font-size: 1.25em;
}
.ft-twitter-feed #tweets p.author {
  font-size: 0.75em;
}
@media (min-width: 1200px) {
  .ft-twitter-feed #tweets p {
    width: 80%;
  }
}
.ft-login-inpage {
  margin-top: 0em;
  text-align: center;
}
@media (min-width: 1200px) {
  .ft-login-inpage {
    padding: 1.5em 2em;
  }
}
@media (min-width: 1200px) {
  .ft-login-inpage {
    margin-left: 1px;
    margin-right: 1px;
  }
}
.ft-login-inpage h2 {
  margin: 0.5em 0 1em;
  font-size: 1.25em;
}
.ft-login-inpage form.form-inline .form-group {
  display: block;
}
.ft-login-inpage form.form-inline .form-group input.form-control {
  width: 100%;
  margin-bottom: 0.5em;
}
.ft-login-inpage form.form-inline button.btn {
  min-width: 11em;
  margin: 1em 0 1em;
}
.ft-login-inpage p.login-help {
  font-size: 0.8em;
  font-weight: 400;
}
.latest-news > .heading {
  margin-bottom: 1.25em;
}
.latest-news ul {
  margin: 0;
  padding: 0;
}
.latest-news ul li {
  list-style-type: none;
  margin: 0 0 1em;
  padding: 0 0 1em;
  border-bottom: 1px solid #eee;
}
.latest-news ul li span {
  display: block;
}
.latest-news ul li .organization-logo {
  display: block;
  text-align: center;
  margin-bottom: 0.75em;
}
.latest-news ul li .post-date {
  margin-bottom: 1em;
  display: inline-block;
}
.latest-news ul li .post-title {
  display: block;
}
.latest-news ul li a {
  text-decoration: none;
  color: #333;
}
.latest-news ul li a:link .post-title,
.latest-news ul li a:visited .post-title {
  color: #d02140;
}
.latest-news ul li a:hover .post-title,
.latest-news ul li a:active .post-title {
  color: #333;
}
.latest-news ul li a .post-title {
  font-size: 1.05em;
  font-weight: 400;
  margin-bottom: 0.45em;
}
.latest-news ul li a .post-content {
  font-size: 0.8em;
}
.latest-news ul li:last-child {
  border: none;
}
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
}
.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
.owl-theme .owl-controls.clickable .owl-page:hover span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline;
  /*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: alpha(opacity=50);
  /*IE7 fix*/
  opacity: 0.5;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #869791;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-controls .owl-page.active span {
  filter: alpha(opacity=100);
  /*IE7 fix*/
  opacity: 1;
}
.owl-item.loading {
  min-height: 150px;
  background: url('/assets/ext/owl-carousel/AjaxLoader.gif') no-repeat center center;
}
.carousel-hero-home {
  position: relative;
}
.carousel-hero-home .item img {
  display: block;
  width: 100%;
  height: auto;
}
/*
Include only common type styles here
*/
.italic {
  font-style: italic;
}
.strong,
strong,
b {
  font-weight: 500;
}
.underline {
  text-decoration: underline;
}
h1 {
  font-weight: 400;
  margin-top: 0.5em;
  margin-bottom: 0.75em;
  padding-bottom: 0.25em;
  border-bottom: solid 1px #d02140;
}
h2 {
  font-weight: 400;
  font-size: 1.35em;
  margin-top: 0;
  margin-bottom: 1em;
  line-height: 1.4em;
}
h3 {
  font-weight: 400;
  font-size: 1em;
  color: #d02140;
  line-height: 1.4em;
}
.lead {
  font-size: 1.05em;
  font-weight: 400;
}
ul {
  padding: 0 0 0 1.25em;
  margin: 0;
}
ul li {
  margin-bottom: 1em;
}
p {
  line-height: 1.5em;
}
.tablepress thead tr th {
  background-color: transparent;
  border-bottom: 1px solid #222;
  font-size: 0.9em;
}
.tablepress tbody tr td {
  font-size: 0.9em;
}
.print-only {
  display: none !important;
}
.screen-only {
  display: initial !important;
}
@media print {
  .screen-only,
  #menuPrimary,
  #mainSwitch,
  .sidebar,
  .ft-executive-members,
  #menuFooter,
  footer .social-links,
  .tothetop,
  p.welcome,
  .menu-switch,
  .view-map-link,
  .btn {
    display: none !important;
  }
  html * {
    font-size: 11px;
  }
  .print-only {
    display: initial !important;
  }
  a,
  a:link {
    color: #000000 !important;
    text-decoration: underline !important;
  }
  a[href]:after {
    content: "" !important;
  }
  a.btn,
  .telephone a {
    text-decoration: none !important;
  }
}
/**/
#cmsg {
  display: none;
  background-color: #333;
  color: #fff;
  position: relative;
  padding: 0;
  margin: 0 auto;
  max-width: none;
}
#cmsg .w2 {
  margin: 0 auto;
  max-width: 1024px;
  padding-top: 12px;
  padding-bottom: 15px;
}
#cmsg a {
  color: #fff;
  text-decoration: underline;
}
#cmsg .col {
  display: block;
  float: left;
  font-family: Verdana, Geneva, sans-serif;
  padding: 0 5px 5px 5px;
}
#cmsg .col.c1 {
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  width: 24%;
}
#cmsg .col.c2 {
  font-size: 11px;
  line-height: 16px;
  width: 60%;
}
#cmsg .col.c3 {
  font-size: 14px;
  line-height: 24px;
  width: 16%;
  margin-top: 15px;
}
#cmsg .col.c3 a {
  text-decoration: none;
}
@media (max-width: 64em) {
  #cmsg .col {
    float: none;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  #cmsg .col.c1,
  #cmsg .col.c2,
  #cmsg .col.c3 {
    width: 100%;
  }
  #cmsg .col.c2 {
    padding-top: 10px;
  }
  #cmsg .col.c3 {
    margin-top: 0;
    text-align: right;
  }
}
header {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-top: 0.25em;
}
@media (min-width: 768px) {
  header {
    padding-top: 1em;
    padding-bottom: 0.5em;
  }
}
@media (min-width: 768px) {
  header .logo-wrap {
    text-align: left;
  }
}
@media (min-width: 768px) {
  header .members-wrap {
    text-align: right;
  }
}
header .members-wrap p.welcome {
  font-size: 0.9em;
  font-weight: 400;
}
header .members-wrap p.welcome > span:after {
  content: ' | ';
  color: #999;
  padding: 0 0.25em;
}
header .members-wrap p.welcome .btn {
  margin-left: 0.75em;
}
header #mainNavSwitch {
  position: absolute;
  left: 0;
  top: 0;
}
header p.login-help {
  margin: 0.25em 0 0;
  font-size: 0.8em;
  font-weight: 400;
}
header .menu-switch {
  margin-top: 1em;
  cursor: pointer;
  display: inline-block;
  font-size: 1.25em;
  font-weight: 600;
  margin-left: 0.5em;
}
header .menu-switch i {
  font-size: 1.75em;
  line-height: 1em;
  position: relative;
  top: 0.15em;
}
header .menu-switch.menu-switch-members {
  padding-right: 0.7em;
  font-size: 1em;
}
#menuPrimary .inner {
  /* ALL THIS COMES FROM BOOTSTRAP DO NOT CHANGE */
  padding-right: 15px;
  padding-left: 15px;
  margin-left: auto;
  margin-right: auto;
  width: 750px;
}
@media (min-width: 992px) {
  #menuPrimary .inner {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #menuPrimary .inner {
    width: 1170px;
  }
}
#menuPrimary {
  border-top: 1px solid #e5e5e5;
  background: #e5e5e5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e5e5e5), color-stop(1, #fff));
  background: -ms-linear-gradient(bottom, #e5e5e5, #fff);
  background: -moz-linear-gradient(center bottom, #e5e5e5 0%, #fff 100%);
  background: -o-linear-gradient(#fff, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0);
  margin-bottom: 0.5em;
  -webkit-box-shadow: 1px 5px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 1px 5px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 1px 5px 4px rgba(0, 0, 0, 0.25);
  padding: 0 0;
}
#menuPrimary nav ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
#menuPrimary nav ul:before,
#menuPrimary nav ul:after {
  content: " ";
  display: table;
}
#menuPrimary nav ul:after {
  clear: both;
}
#menuPrimary nav ul:before,
#menuPrimary nav ul:after {
  content: " ";
  display: table;
}
#menuPrimary nav ul:after {
  clear: both;
}
#menuPrimary nav ul.menu li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 0.9em;
  font-weight: 500;
}
#menuPrimary nav ul.menu li:hover > a {
  background: #e5e5e5;
}
#menuPrimary nav ul.menu li a {
  padding: 0.8em 1em;
  display: block;
  text-decoration: none;
  color: #333;
}
#menuPrimary nav ul.menu li.current-menu-item > a,
#menuPrimary nav ul.menu li.current-menu-parent > a {
  color: white;
  background: #d02140;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d02140), color-stop(1, #e24561));
  background: -ms-linear-gradient(bottom, #d02140, #e24561);
  background: -moz-linear-gradient(center bottom, #d02140 0%, #e24561 100%);
  background: -o-linear-gradient(#e24561, #d02140);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e24561', endColorstr='#d02140', GradientType=0);
}
#menuPrimary nav ul.menu li.current-menu-item ul.sub-menu li > a,
#menuPrimary nav ul.menu li.current-menu-parent ul.sub-menu li > a,
#menuPrimary nav ul.menu li.current-menu-item ul.sub-menu li.current-menu-item > a,
#menuPrimary nav ul.menu li.current-menu-parent ul.sub-menu li.current-menu-item > a,
#menuPrimary nav ul.menu li.current-menu-item ul.sub-menu li a,
#menuPrimary nav ul.menu li.current-menu-parent ul.sub-menu li a,
#menuPrimary nav ul.menu li.current-menu-item ul.sub-menu li.current-menu-item a,
#menuPrimary nav ul.menu li.current-menu-parent ul.sub-menu li.current-menu-item a {
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(1, white));
  background: -ms-linear-gradient(bottom, white, white);
  background: -moz-linear-gradient(center bottom, white 0%, white 100%);
  background: -o-linear-gradient(white, white);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='white', GradientType=0);
  color: #333;
}
#menuPrimary nav ul.menu li ul.sub-menu {
  position: absolute;
  top: 100%;
  opacity: 0;
  left: 0;
  width: 17.5em;
  height: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding: 0.5em 1em;
  background-color: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 10px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 10px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 10px rgba(0, 0, 0, 0.06);
  margin-top: 0.5em;
}
#menuPrimary nav ul.menu li ul.sub-menu:before {
  width: 17.5em;
  height: 0.5em;
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -0.5em;
  background-color: transparent;
}
#menuPrimary nav ul.menu li ul.sub-menu li {
  float: none;
  border-bottom: 1px solid #ccc;
  font-weight: 400;
}
#menuPrimary nav ul.menu li ul.sub-menu li:hover a {
  color: #d02140;
  background-color: transparent;
}
#menuPrimary nav ul.menu li ul.sub-menu li a {
  padding: 0.5em 0;
}
#menuPrimary nav ul.menu li ul.sub-menu li:last-child {
  border-bottom: none;
}
#menuPrimary nav ul.menu li:hover ul.sub-menu {
  height: auto;
  opacity: 1;
  z-index: 900;
}
footer {
  padding: 0 0 3em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
footer .define-box {
  padding: 1.125em 0;
}
footer .row {
  margin-left: 0;
  margin-right: 0;
}
footer .row:first-child {
  border-bottom: solid 1px #eee;
  padding-bottom: 0.75em;
}
footer .row:last-child {
  padding-top: 1em;
}
footer .row:last-child div:nth-child(2) {
  padding-top: 0.5em;
}
footer .row > div:first-of-type {
  padding-left: 24px;
}
footer .row > div:last-of-type {
  padding-right: 24px;
}
footer .tothetop {
  text-align: right;
}
footer .tothetop a:link,
footer .tothetop a:visited {
  color: #333;
}
footer .tothetop a:hover,
footer .tothetop a:active {
  color: #d02140;
}
footer #menuFooter nav ul.menu {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
footer #menuFooter nav ul.menu:before,
footer #menuFooter nav ul.menu:after {
  content: " ";
  display: table;
}
footer #menuFooter nav ul.menu:after {
  clear: both;
}
footer #menuFooter nav ul.menu:before,
footer #menuFooter nav ul.menu:after {
  content: " ";
  display: table;
}
footer #menuFooter nav ul.menu:after {
  clear: both;
}
footer #menuFooter nav ul.menu li {
  float: left;
}
footer #menuFooter nav ul.menu li a {
  padding: 0.25em 0.75em;
  font-size: 0.85em;
  border-right: 1px solid #eee;
}
footer #menuFooter nav ul.menu li a:link,
footer #menuFooter nav ul.menu li a:visited {
  color: #d02140;
}
footer #menuFooter nav ul.menu li:first-child a {
  padding-left: 0;
}
footer #menuFooter nav ul.menu li:last-child a {
  padding-right: 0;
  border-right: none;
}
footer #menuFooter nav ul.menu li.current_page_item a,
footer #menuFooter nav ul.menu li.current-menu-item a {
  color: #d02140;
  font-weight: 600;
}
footer .social-links {
  text-align: center;
}
@media (min-width: 768px) {
  footer .social-links {
    text-align: right;
  }
}
footer .social-links a {
  padding: 3px;
  position: relative;
  display: inline-block;
}
footer .social-links a:link,
footer .social-links a:visited {
  color: #d02140;
}
footer .social-links a:hover,
footer .social-links a:active {
  color: #ccc;
}
footer .social-links a.facebook {
  font-size: 1.1em;
}
footer .social-links a.twitter {
  font-size: 1.2em;
  top: 1px;
}
footer .copyright {
  text-align: center;
}
footer .copyright p {
  margin-bottom: 0.25em;
  font-weight: 300;
  font-size: 0.8em;
  color: #999;
}
.sidebar a,
.sidebar a:link,
.sidebar a:visited {
  color: #333;
  text-decoration: none;
}
.sidebar .element.menu > .heading {
  padding: 0 0 0.25em;
  margin: 0 1.5em 1.25em 1.5em;
}
.sidebar .element.menu > .heading a {
  color: #333;
}
.sidebar .element.menu.define-box {
  padding: 1.125em 0 0;
}
.sidebar .element > .heading {
  margin: 0 1.5em 1.25em 1.5em;
}
.sidebar .element nav.menu-members-container ul.menu > li > a,
.sidebar .element nav.menu-has-subnav ul.menu > li > a {
  background-color: #eee;
}
.sidebar .element nav.menu-members-container ul.menu > li > a span,
.sidebar .element nav.menu-has-subnav ul.menu > li > a span {
  font-weight: 600;
}
.sidebar .element nav.menu-members-container ul.menu > li:not(.current-page-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item).members-area-home ul.sub-menu,
.sidebar .element nav.menu-has-subnav ul.menu > li:not(.current-page-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item).members-area-home ul.sub-menu,
.sidebar .element nav.menu-members-container ul.menu > li:not(.current-page-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item).clusters ul.sub-menu,
.sidebar .element nav.menu-has-subnav ul.menu > li:not(.current-page-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item).clusters ul.sub-menu,
.sidebar .element nav.menu-members-container ul.menu > li:not(.current-page-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item).executive-members-home ul.sub-menu,
.sidebar .element nav.menu-has-subnav ul.menu > li:not(.current-page-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item).executive-members-home ul.sub-menu,
.sidebar .element nav.menu-members-container ul.menu > li:not(.current-page-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item).executive-members-clusters ul.sub-menu,
.sidebar .element nav.menu-has-subnav ul.menu > li:not(.current-page-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item).executive-members-clusters ul.sub-menu,
.sidebar .element nav.menu-members-container ul.menu > li:not(.current-page-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item).afghanistan-support ul.sub-menu,
.sidebar .element nav.menu-has-subnav ul.menu > li:not(.current-page-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item).afghanistan-support ul.sub-menu,
.sidebar .element nav.menu-members-container ul.menu > li:not(.current-page-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item).coronavirus-covid-19 ul.sub-menu,
.sidebar .element nav.menu-has-subnav ul.menu > li:not(.current-page-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item).coronavirus-covid-19 ul.sub-menu,
.sidebar .element nav.menu-members-container ul.menu > li:not(.current-page-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item).cost-of-living-information-centre ul.sub-menu,
.sidebar .element nav.menu-has-subnav ul.menu > li:not(.current-page-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item).cost-of-living-information-centre ul.sub-menu,
.sidebar .element nav.menu-members-container ul.menu > li:not(.current-page-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item).veterans-places-pathways-and-people-programme ul.sub-menu,
.sidebar .element nav.menu-has-subnav ul.menu > li:not(.current-page-ancestor):not(.current_page_ancestor):not(.current-menu-parent):not(.current-menu-item).veterans-places-pathways-and-people-programme ul.sub-menu {
  display: none;
}
.sidebar .element nav.menu-members-container ul.menu > li ul.sub-menu li.current-page-ancestor > a span,
.sidebar .element nav.menu-has-subnav ul.menu > li ul.sub-menu li.current-page-ancestor > a span {
  font-weight: 600;
}
.sidebar .element nav.menu-members-container ul.menu > li ul.sub-menu li:not(.current-menu-item):not(.current-menu-ancestor) ul.sub-menu,
.sidebar .element nav.menu-has-subnav ul.menu > li ul.sub-menu li:not(.current-menu-item):not(.current-menu-ancestor) ul.sub-menu {
  display: none;
}
.sidebar .element ul.menu {
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 0.85em;
  list-style-type: none;
}
.sidebar .element ul.menu > li {
  margin-bottom: 0;
}
.sidebar .element ul.menu > li > a {
  padding: 0.5em 1.5em 0 1.5em;
  border-bottom: 1px solid #eee;
  display: block;
  color: #333;
}
.sidebar .element ul.menu > li > a:hover,
.sidebar .element ul.menu > li > a:active {
  background-color: #eee;
}
.sidebar .element ul.menu > li > a > span {
  position: relative;
  display: block;
  padding-bottom: 0.5em;
}
.sidebar .element ul.menu > li:last-child > a {
  border-bottom: none;
}
.sidebar .element ul.menu > li.page_item_has_children > a > span,
.sidebar .element ul.menu > li.menu-item-has-children > a > span {
  padding-right: 2em;
}
.sidebar .element ul.menu > li.page_item_has_children > a > span:after,
.sidebar .element ul.menu > li.menu-item-has-children > a > span:after {
  position: absolute;
  top: -0.2em;
  right: 0;
  font-size: 1.375em;
  width: 1.375em;
  height: 1.375em;
  text-align: center;
  line-height: 1.375em;
  content: "\2039";
}
.sidebar .element ul.menu > li.current_page_item > a,
.sidebar .element ul.menu > li.current_page_ancestor > a,
.sidebar .element ul.menu > li.current-page-ancestor > a,
.sidebar .element ul.menu > li.current_page_parent > a,
.sidebar .element ul.menu > li.current-menu-item > a,
.sidebar .element ul.menu > li.current-menu-ancestor > a,
.sidebar .element ul.menu > li.current-menu-parent > a {
  border-bottom: none;
  color: white;
  background: #d02140;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d02140), color-stop(1, #e24561));
  background: -ms-linear-gradient(bottom, #d02140, #e24561);
  background: -moz-linear-gradient(center bottom, #d02140 0%, #e24561 100%);
  background: -o-linear-gradient(#e24561, #d02140);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e24561', endColorstr='#d02140', GradientType=0);
}
.sidebar .element ul.menu > li.current_page_item > a > span,
.sidebar .element ul.menu > li.current_page_ancestor > a > span,
.sidebar .element ul.menu > li.current-page-ancestor > a > span,
.sidebar .element ul.menu > li.current_page_parent > a > span,
.sidebar .element ul.menu > li.current-menu-item > a > span,
.sidebar .element ul.menu > li.current-menu-ancestor > a > span,
.sidebar .element ul.menu > li.current-menu-parent > a > span {
  border: none;
}
.sidebar .element ul.menu > li.current_page_item > a > span:after,
.sidebar .element ul.menu > li.current_page_ancestor > a > span:after,
.sidebar .element ul.menu > li.current-page-ancestor > a > span:after,
.sidebar .element ul.menu > li.current_page_parent > a > span:after,
.sidebar .element ul.menu > li.current-menu-item > a > span:after,
.sidebar .element ul.menu > li.current-menu-ancestor > a > span:after,
.sidebar .element ul.menu > li.current-menu-parent > a > span:after {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.sidebar .element ul.menu li ul.children,
.sidebar .element ul.menu li ul.sub-menu {
  padding: 1em 1.5em 2em 1.5em;
  list-style-type: none;
}
.sidebar .element ul.menu li ul.children li,
.sidebar .element ul.menu li ul.sub-menu li {
  margin-bottom: 0;
  border-bottom: 1px solid #eee;
}
.sidebar .element ul.menu li ul.children li a,
.sidebar .element ul.menu li ul.sub-menu li a {
  display: block;
  padding: 0.4em 0 0.4em 0em;
}
.sidebar .element ul.menu li ul.children li a:hover,
.sidebar .element ul.menu li ul.sub-menu li a:hover,
.sidebar .element ul.menu li ul.children li a:active,
.sidebar .element ul.menu li ul.sub-menu li a:active {
  color: #d02140;
}
.sidebar .element ul.menu li ul.children li ul.children,
.sidebar .element ul.menu li ul.sub-menu li ul.children,
.sidebar .element ul.menu li ul.children li ul.sub-menu,
.sidebar .element ul.menu li ul.sub-menu li ul.sub-menu {
  padding: 0;
}
.sidebar .element ul.menu li ul.children li ul.children li,
.sidebar .element ul.menu li ul.sub-menu li ul.children li,
.sidebar .element ul.menu li ul.children li ul.sub-menu li,
.sidebar .element ul.menu li ul.sub-menu li ul.sub-menu li {
  padding-left: 1.5em;
}
.sidebar .element ul.menu li ul.children li ul.children li:last-child,
.sidebar .element ul.menu li ul.sub-menu li ul.children li:last-child,
.sidebar .element ul.menu li ul.children li ul.sub-menu li:last-child,
.sidebar .element ul.menu li ul.sub-menu li ul.sub-menu li:last-child {
  border-bottom: none;
}
.sidebar .element ul.menu li ul.children li:last-child a,
.sidebar .element ul.menu li ul.sub-menu li:last-child a {
  border-bottom: none;
}
.sidebar .element ul.menu li.current_page_item > a span,
.sidebar .element ul.menu li.current-menu-item > a span {
  font-weight: 600;
}
.sidebar .element ul.menu li.current_page_item ul.sub-menu li.current_page_item > a,
.sidebar .element ul.menu li.current-menu-item ul.sub-menu li.current_page_item > a,
.sidebar .element ul.menu li.current_page_item ul.sub-menu li.current-menu-item > a,
.sidebar .element ul.menu li.current-menu-item ul.sub-menu li.current-menu-item > a {
  color: #d02140;
}
.sidebar .element ul.menu li.current_page_item ul.sub-menu li.current_page_item > a span,
.sidebar .element ul.menu li.current-menu-item ul.sub-menu li.current_page_item > a span,
.sidebar .element ul.menu li.current_page_item ul.sub-menu li.current-menu-item > a span,
.sidebar .element ul.menu li.current-menu-item ul.sub-menu li.current-menu-item > a span {
  font-weight: 400;
}
.sidebar .element ul.menu li.current_page_item > ul.children,
.sidebar .element ul.menu li.current_page_ancestor > ul.children,
.sidebar .element ul.menu li.current_page_parent > ul.children,
.sidebar .element ul.menu li.current-menu-item > ul.children,
.sidebar .element ul.menu li.current-menu-ancestor > ul.children,
.sidebar .element ul.menu li.current-menu-parent > ul.children,
.sidebar .element ul.menu li.current-cat > ul.children,
.sidebar .element ul.menu li.current-cat-parent > ul.children,
.sidebar .element ul.menu li.current_page_item > ul.sub-menu,
.sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu,
.sidebar .element ul.menu li.current_page_parent > ul.sub-menu,
.sidebar .element ul.menu li.current-menu-item > ul.sub-menu,
.sidebar .element ul.menu li.current-menu-ancestor > ul.sub-menu,
.sidebar .element ul.menu li.current-menu-parent > ul.sub-menu,
.sidebar .element ul.menu li.current-cat > ul.sub-menu,
.sidebar .element ul.menu li.current-cat-parent > ul.sub-menu {
  display: block;
}
@media (max-width: 48em) {
}
@media (max-width: 32.5em) {
  .sidebar .element {
    float: none;
    width: 100%;
  }
}
.notice-bar {
  position: relative;
  display: block;
  background-color: #d02140;
  color: #fff;
  width: 100%;
  padding: 0.75rem 1rem;
}
.notice-bar .notice-bar__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.notice-bar .notice-bar__wrapper .notice-bar__content {
  padding: 0 0.5rem;
  text-align: center;
  width: 100%;
  font-size: 1rem;
  line-height: 0.95rem;
  font-family: 'Roboto', sans-serif;
}
@media (min-width: 1200px) {
  .notice-bar .notice-bar__wrapper .notice-bar__content {
    font-size: 1.1rem;
    line-height: 1.1rem;
    padding: 0 3rem;
  }
}
.notice-bar .notice-bar__wrapper .notice-bar__content p {
  margin: 0 !important;
  padding: 0 !important;
}
.notice-bar .notice-bar__wrapper .notice-bar__content p,
.notice-bar .notice-bar__wrapper .notice-bar__content a,
.notice-bar .notice-bar__wrapper .notice-bar__content strong {
  color: white;
}
.notice-bar .notice-bar__wrapper .notice-bar__content a:link,
.notice-bar .notice-bar__wrapper .notice-bar__content a:visited {
  text-decoration: underline;
}
.notice-bar .notice-bar__wrapper .notice-bar__close {
  width: 1.7rem;
  height: 1.7rem;
  position: absolute;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}
.notice-bar .notice-bar__wrapper .notice-bar__close:before,
.notice-bar .notice-bar__wrapper .notice-bar__close:after {
  display: block;
  content: '';
  position: absolute;
  width: 1.1rem;
  height: 2px;
  background-color: #ffffff;
  transition-timing-function: ease;
  transition-duration: 0.15s;
  transition-property: transform;
  border-radius: 4px;
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.notice-bar .notice-bar__wrapper .notice-bar__close:hover {
  opacity: 0.7;
}
.notice-bar .notice-bar__wrapper .notice-bar__close:before {
  transform: rotate(45deg);
}
.notice-bar .notice-bar__wrapper .notice-bar__close:after {
  transform: rotate(-45deg);
}
.page-template-template-member-clusters-subpage-php h1 {
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: #d02140;
}
.page-template-template-member-clusters-subpage-php .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_item > a {
  background: none;
  color: #333;
  border-bottom-style: solid;
  border-bottom-width: 2px;
}
.page-template-template-member-clusters-subpage-php .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_item ul.sub-menu li a {
  border: none;
}
.page-template-template-member-clusters-subpage-php .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_item ul.sub-menu li.current_page_item a {
  color: #d02140;
}
.page-template-template-member-clusters-subpage-php .group-id-2 h1 {
  border-bottom-color: #d02140;
}
.page-template-template-member-clusters-subpage-php .group-id-2 .sidebar .element ul.menu li ul.sub-menu li.current_page_item > a {
  border-bottom-color: #d02140;
}
.page-template-template-member-clusters-subpage-php .group-id-3 h1 {
  border-bottom-color: #ff6600;
}
.page-template-template-member-clusters-subpage-php .group-id-3 .sidebar .element ul.menu li ul.sub-menu li.current_page_item > a {
  border-bottom-color: #ff6600;
}
.page-template-template-member-clusters-subpage-php .group-id-4 h1 {
  border-bottom-color: #3bb550;
}
.page-template-template-member-clusters-subpage-php .group-id-4 .sidebar .element ul.menu li ul.sub-menu li.current_page_item > a {
  border-bottom-color: #3bb550;
}
.page-template-template-member-clusters-subpage-php .group-id-5 h1 {
  border-bottom-color: #410f64;
}
.page-template-template-member-clusters-subpage-php .group-id-5 .sidebar .element ul.menu li ul.sub-menu li.current_page_item > a {
  border-bottom-color: #410f64;
}
.page-template-template-member-clusters-subpage-php .group-id-6 h1 {
  border-bottom-color: #ff007e;
}
.page-template-template-member-clusters-subpage-php .group-id-6 .sidebar .element ul.menu li ul.sub-menu li.current_page_item > a {
  border-bottom-color: #ff007e;
}
.page-template-template-member-clusters-subpage-php .group-id-7 h1 {
  border-bottom-color: #faaf5c;
}
.page-template-template-member-clusters-subpage-php .group-id-7 .sidebar .element ul.menu li ul.sub-menu li.current_page_item > a {
  border-bottom-color: #faaf5c;
}
.page-template-template-member-clusters-subpage-php .group-id-8 h1 {
  border-bottom-color: #28b5bf;
}
.page-template-template-member-clusters-subpage-php .group-id-8 .sidebar .element ul.menu li ul.sub-menu li.current_page_item > a {
  border-bottom-color: #28b5bf;
}
.page-template-template-member-clusters-subpage-php .group-id-9 h1 {
  border-bottom-color: #0076a3;
}
.page-template-template-member-clusters-subpage-php .group-id-9 .sidebar .element ul.menu li ul.sub-menu li.current_page_item > a {
  border-bottom-color: #0076a3;
}
.page-template-template-member-clusters-subpage-php .group-id-11 h1 {
  border-bottom-color: #006600;
}
.page-template-template-member-clusters-subpage-php .group-id-11 .sidebar .element ul.menu li ul.sub-menu li.current_page_item > a {
  border-bottom-color: #006600;
}
.page-template-template-member-clusters-subpage-php .group-id-12 h1 {
  border-bottom-color: #ffd800;
}
.page-template-template-member-clusters-subpage-php .group-id-12 .sidebar .element ul.menu li ul.sub-menu li.current_page_item > a {
  border-bottom-color: #ffd800;
}
.page-id-2 .breadcrumbs-social-links {
  display: none;
}
.page-id-2 .ft-carousel-hero-home {
  position: relative;
  margin-top: 0.5em;
}
.page-id-2 .ft-carousel-hero-home .carousel-hero-home {
  z-index: 1;
}
.page-id-2 .ft-carousel-hero-home .carousel-hero-home-text {
  text-align: center;
  padding: 1.5em;
  width: 100%;
  -webkit-animation: fadeIn 3s 0.75s ease;
  -moz-animation: fadeIn 3s 0.75s ease;
  -ms-animation: fadeIn 3s 0.75s ease;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}
@media (min-width: 768px) {
  .page-id-2 .ft-carousel-hero-home .carousel-hero-home-text {
    position: absolute;
    z-index: 10;
    top: 1.75em;
    left: 0;
    color: white;
  }
}
@media (min-width: 1200px) {
  .page-id-2 .ft-carousel-hero-home .carousel-hero-home-text {
    top: 2em;
  }
}
.page-id-2 .ft-carousel-hero-home .carousel-hero-home-text h1 {
  border-bottom: none;
  margin-bottom: 0.25em;
  padding: 0;
  display: block;
}
@media (min-width: 992px) {
  .page-id-2 .ft-carousel-hero-home .carousel-hero-home-text h1 {
    margin-bottom: 0;
    font-size: 1.75em;
  }
}
@media (min-width: 1200px) {
  .page-id-2 .ft-carousel-hero-home .carousel-hero-home-text h1 {
    font-size: 2em;
  }
}
.page-id-2 .ft-carousel-hero-home .carousel-hero-home-text h1 span {
  display: inline-block;
  position: relative;
}
.page-id-2 .ft-carousel-hero-home .carousel-hero-home-text h1 span.text-line-1:before,
.page-id-2 .ft-carousel-hero-home .carousel-hero-home-text h1 span.text-line-1:after {
  content: '';
  position: absolute;
  top: 50%;
  width: 4em;
  border-top: 4px solid rgba(255, 255, 255, 0.3);
}
.page-id-2 .ft-carousel-hero-home .carousel-hero-home-text h1 span.text-line-1:before {
  left: -4.75em;
}
.page-id-2 .ft-carousel-hero-home .carousel-hero-home-text h1 span.text-line-1:after {
  right: -4.75em;
}
@media (min-width: 992px) {
  .page-id-2 .ft-carousel-hero-home .carousel-hero-home-text h1 span.text-line-1 {
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  }
}
.page-id-2 .ft-carousel-hero-home .carousel-hero-home-text h1 span.text-line-2 {
  display: block;
}
@media (min-width: 992px) {
  .page-id-2 .ft-carousel-hero-home .carousel-hero-home-text h1 span.text-line-2 {
    font-size: 4.6em;
    line-height: 1em;
  }
}
.page-id-2 .ft-carousel-hero-home .carousel-hero-home-text h2 {
  margin: 0 0 1em;
  font-size: 1em;
  line-height: 1.2em;
}
@media (min-width: 992px) {
  .page-id-2 .ft-carousel-hero-home .carousel-hero-home-text h2 {
    font-size: 1.4em;
    margin-bottom: 0.75em;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1200px) {
  .page-id-2 .ft-carousel-hero-home .carousel-hero-home-text h2 {
    font-size: 1.6em;
    margin-bottom: 1em;
  }
}
.page-id-2 p {
  font-size: 0.85em;
}
.page-id-2 .sml-ft img {
  margin-bottom: 0.75em;
}
.page-id-2 .sml-ft h5 {
  font-size: 1.25em;
  font-weight: 400;
  margin-top: 0.25em;
}
.page-id-2 .sml-ft.define-box-red h5 {
  font-size: 1.6em;
  margin: 0.25em 0 0.75em;
}
@media (min-width: 992px) {
  .page-id-2 .ft-row-2 .define-box {
    min-height: 26em;
  }
}
@media (min-width: 1200px) {
  .page-id-2 .ft-row-2 .define-box {
    min-height: 24.5em;
  }
}
@media (min-width: 992px) {
  .page-id-2 .ft-row-3 .define-box {
    min-height: 15em;
  }
}
@media (min-width: 1200px) {
  .page-id-2 .ft-row-3 .define-box {
    min-height: 13.3em;
  }
}
@media (min-width: 992px) {
  .page-id-2 .latest-news {
    min-height: 56.25em;
  }
}
@media (min-width: 1200px) {
  .page-id-2 .latest-news {
    min-height: 53em;
  }
}
.page-id-2 .latest-news .organization-logo img {
  max-height: 10em;
}
.page-id-2 .latest-news ul li a:link .post-title,
.page-id-2 .latest-news ul li a:visited .post-title {
  color: #333;
}
.page-id-2 .latest-news ul li a:hover .post-title,
.page-id-2 .latest-news ul li a:active .post-title {
  color: #d02140;
}
@media (min-width: 992px) {
  .page-id-2 .ft-twitter-feed span.fa-twitter {
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .page-id-2 .ft-twitter-feed #tweets p {
    width: 100%;
  }
}
.page-id-32 .forum-latest {
  margin-top: 2em;
}
.page-id-217 img.alignright {
  margin: 0 0 1.5em 1.5em;
}
.post-date {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: white;
  border: 1px solid #eee;
  padding: 0.65em 0.75em 0.5em;
  font-size: 0.7em;
  text-transform: uppercase;
  line-height: 1em;
  font-weight: 400;
  margin-bottom: 1em;
  display: inline-block;
}
.latest-post .post-date {
  background: #ff7e00;
  border-color: #ff7e00;
  color: white;
}
.organization-name {
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 500;
  line-height: 1.3em;
  margin-bottom: 1em;
}
.organization-name a:link,
.organization-name a:visited {
  color: #333;
}
.organization-name a:hover,
.organization-name a:active {
  color: #d02140;
  text-decoration: none;
}
article.post .post-thumbnail,
article.rund_directory .post-thumbnail {
  margin-bottom: 1em;
  text-align: center;
}
@media (min-width: 992px) {
}
article.post .post-thumbnail img,
article.rund_directory .post-thumbnail img {
  max-height: 250px;
  width: auto;
  max-width: 250px;
}
@media (min-width: 768px) {
  article.post .post-thumbnail img,
  article.rund_directory .post-thumbnail img {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
}
article.post {
  border-bottom: 1px solid #eee;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
article.post .postAuthor .post-edit-link {
  position: static;
}
article.post .post-thumbnail {
  margin-bottom: 1em;
}
article.post .post-tags {
  font-size: 0.8em;
  font-weight: 400;
  color: #d02140;
}
article.post h1 {
  font-size: 1.75em;
  line-height: 1.25em;
  border: none;
}
article.post h1 a:link,
article.post h1 a:visited {
  color: #333;
}
article.post h1 a:link span.members-only,
article.post h1 a:visited span.members-only {
  color: #d02140;
}
article.post h1 a:hover,
article.post h1 a:active {
  text-decoration: none;
  color: #d02140;
}
article.post h1 span.members-only {
  display: block;
  margin-top: 0.5em;
  font-size: 0.5em;
  color: #d02140;
}
.archive article.post,
.category article.post {
  margin-bottom: 1.5em;
  padding: 0 0 1.5em;
  border-bottom: 1px solid #eee;
}
.archive article.post h1,
.category article.post h1 {
  font-size: 1.75em;
  line-height: 1.25em;
  border: none;
}
.archive article.post h1 a:link,
.category article.post h1 a:link,
.archive article.post h1 a:visited,
.category article.post h1 a:visited {
  color: #333;
}
.archive article.post h1 a:link span.members-only,
.category article.post h1 a:link span.members-only,
.archive article.post h1 a:visited span.members-only,
.category article.post h1 a:visited span.members-only {
  color: #d02140;
}
.archive article.post h1 a:hover,
.category article.post h1 a:hover,
.archive article.post h1 a:active,
.category article.post h1 a:active {
  text-decoration: none;
  color: #d02140;
}
.archive article.post a.read-more,
.category article.post a.read-more {
  font-size: 0.9em;
  font-weight: 400;
}
.single article.post {
  padding-bottom: 5em;
}
.single article.post h1 {
  border: none;
}
.single article.post .roadblock {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 0.4em;
  background: #ff7e00;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  text-align: center;
}
@media (min-width: 992px) {
  .single article.post .roadblock {
    text-align: left;
  }
}
.single article.post .roadblock .roadblock-inner {
  padding: 1.5em;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
@media (min-width: 1200px) {
  .single article.post .roadblock .roadblock-inner {
    padding: 2em;
  }
}
.single article.post .roadblock .roadblock-inner h1 {
  font-size: 1.5em;
  color: #d02140;
  font-weight: 500;
}
.single article.post .roadblock .roadblock-inner p.lead {
  color: #333;
}
.single article.post .roadblock .roadblock-inner h2 {
  font-size: 1.2em;
  margin-bottom: 0.2em;
}
.single article.post .roadblock .roadblock-inner .row:last-child {
  text-align: center;
}
.single article.post .roadblock .ft-login-inpage {
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .single article.post .roadblock .ft-login-inpage {
    text-align: left;
  }
}
.sidebar .element .heading {
  margin-left: 0;
  margin-right: 0;
}
.sidebar .element.news-filter .chosen-container,
.sidebar .element.directory-filter .chosen-container {
  max-width: 100% !important;
}
.sidebar .element.news-filter label,
.sidebar .element.directory-filter label {
  font-size: 0.9em;
  font-weight: 400;
}
.sidebar .element.news-filter input#input-search,
.sidebar .element.directory-filter input#input-search {
  max-width: 100%;
  width: 100%;
}
.sidebar .element.news-filter a.filter-reset,
.sidebar .element.directory-filter a.filter-reset {
  display: inline-block;
  color: #d02140;
  font-size: 0.8em;
  position: relative;
  padding-left: 1.25em;
}
.sidebar .element.news-filter a.filter-reset:before,
.sidebar .element.directory-filter a.filter-reset:before {
  content: '\f021';
  font-family: FontAwesome;
  color: #d02140;
  font-size: 0.9em;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -1px;
  pointer-events: none;
}
.sidebar .element.news-filter .btn,
.sidebar .element.directory-filter .btn {
  margin: 1em 0;
  display: block;
}
#postCount {
  margin-top: 3em;
}
#postCount span {
  font-size: 0.9em;
  font-weight: 400;
}
#ptop #postCount {
  display: inline-block;
  float: right;
  margin: 1.5em 0.5em 1em 0;
}
#pagination {
  margin: 1em 0 4em;
}
#pagination span,
#pagination a {
  display: inline-block;
  padding: 0.55em 0.85em 0.4em;
  border: 1px solid #eee;
  font-size: 0.9em;
  font-weight: 400;
}
#pagination span.current {
  background: #d02140;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d02140), color-stop(1, #e24561));
  background: -ms-linear-gradient(bottom, #d02140, #e24561);
  background: -moz-linear-gradient(center bottom, #d02140 0%, #e24561 100%);
  background: -o-linear-gradient(#e24561, #d02140);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e24561', endColorstr='#d02140', GradientType=0);
  color: white;
  border-color: #d02140;
}
#pagination a {
  background: #e5e5e5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e5e5e5), color-stop(1, #fff));
  background: -ms-linear-gradient(bottom, #e5e5e5, #fff);
  background: -moz-linear-gradient(center bottom, #e5e5e5 0%, #fff 100%);
  background: -o-linear-gradient(#fff, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0);
  color: #333;
}
#ptop #pagination {
  display: inline-block;
  float: right;
  margin: 1em 0;
}
article.rund_directory header {
  background: #f0f0f0;
  margin: 0;
  padding: 1em 0;
}
article.rund_directory header h1 {
  font-size: 1.3em;
  border: none;
  margin-bottom: 0.25em;
  padding-bottom: 0;
}
@media (min-width: 992px) {
  article.rund_directory header h1 {
    text-align: left;
    margin-bottom: 0;
  }
}
article.rund_directory header h1 a:link,
article.rund_directory header h1 a:visited {
  color: #333;
}
article.rund_directory header .post-charity-number {
  font-size: 0.85em;
  font-weight: 400;
}
@media (min-width: 992px) {
  article.rund_directory header .post-charity-number {
    text-align: right;
  }
}
article.rund_directory .row {
  margin: 0;
}
article.rund_directory .row.member-info {
  padding: 1.5em 0;
  font-size: 0.85em;
}
article.rund_directory .row.member-info .post-thumbnail {
  margin-bottom: 2em;
}
article.rund_directory .row.member-info h2 {
  font-size: 1.1em;
}
article.rund_directory .row.member-info .post-website,
article.rund_directory .row.member-info .post-email {
  font-weight: 400;
}
@media (min-width: 992px) {
  article.rund_directory .row.member-info {
    text-align: left;
  }
  article.rund_directory .row.member-info .row .col-md-6 {
    padding-left: 0;
  }
}
article.rund_directory .row.member-info .row {
  text-align: left;
}
ul.cluster-list {
  margin: 0;
  padding: 0;
}
ul.cluster-list li {
  list-style-type: none;
}
ul.cluster-list li a {
  background: #f9f9f9;
  display: block;
  padding: 1.2em 1em;
  color: #333;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-bottom-style: solid;
  border-width: 4px;
  border-color: #d02140;
}
@media (min-width: 992px) {
  ul.cluster-list li a {
    min-height: 6em;
    padding: 2em 1em 1em;
  }
}
@media (min-width: 1200px) {
  ul.cluster-list li a {
    min-height: 0;
    padding: 1.2em 1em;
  }
}
ul.cluster-list li.group-id-2 a {
  border-color: #d02140;
}
ul.cluster-list li.group-id-3 a {
  border-color: #ff6600;
}
ul.cluster-list li.group-id-4 a {
  border-color: #3bb550;
}
ul.cluster-list li.group-id-5 a {
  border-color: #410f64;
}
ul.cluster-list li.group-id-6 a {
  border-color: #ff007e;
}
ul.cluster-list li.group-id-7 a {
  border-color: #faaf5c;
}
ul.cluster-list li.group-id-8 a {
  border-color: #28b5bf;
}
ul.cluster-list li.group-id-9 a {
  border-color: #0076a3;
}
ul.cluster-list li.group-id-11 a {
  border-color: #006600;
}
ul.cluster-list li.group-id-12 a {
  border-color: #ffd800;
}
@media (min-width: 992px) {
  .page-id-30 ul.cluster-list li a,
  .page-id-32 ul.cluster-list li a,
  .page-id-11 ul.cluster-list li a {
    min-height: 0;
  }
}
@media (min-width: 1200px) {
  .page-id-30 ul.cluster-list li,
  .page-id-32 ul.cluster-list li,
  .page-id-11 ul.cluster-list li {
    width: 48%;
    margin-right: 1%;
    vertical-align: top;
    display: inline-block;
  }
  .page-id-30 ul.cluster-list li a,
  .page-id-32 ul.cluster-list li a,
  .page-id-11 ul.cluster-list li a {
    min-height: 6.5em;
    padding: 2em 1em 1em;
  }
}
.page-group h1 {
  border-bottom-style: solid;
  border-bottom-width: 4px;
  border-bottom-color: #d02140;
}
.page-group.group-id-1 h1 {
  border-bottom-color: #d02140;
}
.page-group.group-id-2 h1 {
  border-bottom-color: #d02140;
}
.page-group.group-id-3 h1 {
  border-bottom-color: #ff6600;
}
.page-group.group-id-4 h1 {
  border-bottom-color: #3bb550;
}
.page-group.group-id-5 h1 {
  border-bottom-color: #410f64;
}
.page-group.group-id-6 h1 {
  border-bottom-color: #ff007e;
}
.page-group.group-id-7 h1 {
  border-bottom-color: #faaf5c;
}
.page-group.group-id-8 h1 {
  border-bottom-color: #28b5bf;
}
.page-group.group-id-9 h1 {
  border-bottom-color: #0076a3;
}
.page-group.group-id-11 h1 {
  border-bottom-color: #006600;
}
.page-group.group-id-12 h1 {
  border-bottom-color: #ffd800;
}
.page-group .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_item > a,
.page-group .sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu > li.current_page_item > a,
.page-group .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_parent > a,
.page-group .sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu > li.current_page_parent > a {
  background: none;
  color: #333;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #d02140;
}
.group-id-2.page-group .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_item > a,
.group-id-2.page-group .sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu > li.current_page_item > a,
.group-id-2.page-group .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_parent > a,
.group-id-2.page-group .sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu > li.current_page_parent > a {
  border-bottom-color: #d02140;
}
.group-id-3.page-group .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_item > a,
.group-id-3.page-group .sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu > li.current_page_item > a,
.group-id-3.page-group .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_parent > a,
.group-id-3.page-group .sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu > li.current_page_parent > a {
  border-bottom-color: #ff6600;
}
.group-id-4.page-group .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_item > a,
.group-id-4.page-group .sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu > li.current_page_item > a,
.group-id-4.page-group .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_parent > a,
.group-id-4.page-group .sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu > li.current_page_parent > a {
  border-bottom-color: #3bb550;
}
.group-id-5.page-group .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_item > a,
.group-id-5.page-group .sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu > li.current_page_item > a,
.group-id-5.page-group .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_parent > a,
.group-id-5.page-group .sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu > li.current_page_parent > a {
  border-bottom-color: #410f64;
}
.group-id-6.page-group .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_item > a,
.group-id-6.page-group .sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu > li.current_page_item > a,
.group-id-6.page-group .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_parent > a,
.group-id-6.page-group .sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu > li.current_page_parent > a {
  border-bottom-color: #ff007e;
}
.group-id-7.page-group .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_item > a,
.group-id-7.page-group .sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu > li.current_page_item > a,
.group-id-7.page-group .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_parent > a,
.group-id-7.page-group .sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu > li.current_page_parent > a {
  border-bottom-color: #faaf5c;
}
.group-id-8.page-group .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_item > a,
.group-id-8.page-group .sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu > li.current_page_item > a,
.group-id-8.page-group .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_parent > a,
.group-id-8.page-group .sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu > li.current_page_parent > a {
  border-bottom-color: #28b5bf;
}
.group-id-9.page-group .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_item > a,
.group-id-9.page-group .sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu > li.current_page_item > a,
.group-id-9.page-group .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_parent > a,
.group-id-9.page-group .sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu > li.current_page_parent > a {
  border-bottom-color: #0076a3;
}
.group-id-11.page-group .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_item > a,
.group-id-11.page-group .sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu > li.current_page_item > a,
.group-id-11.page-group .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_parent > a,
.group-id-11.page-group .sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu > li.current_page_parent > a {
  border-bottom-color: #006600;
}
.group-id-12.page-group .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_item > a,
.group-id-12.page-group .sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu > li.current_page_item > a,
.group-id-12.page-group .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_parent > a,
.group-id-12.page-group .sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu > li.current_page_parent > a {
  border-bottom-color: #ffd800;
}
.group-id-13.page-group .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_item > a,
.group-id-13.page-group .sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu > li.current_page_item > a,
.group-id-13.page-group .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_parent > a,
.group-id-13.page-group .sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu > li.current_page_parent > a {
  background: none;
  border-bottom: none;
}
.page-group .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_item ul.sub-menu li a,
.page-group .sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu > li.current_page_item ul.sub-menu li a,
.page-group .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_parent ul.sub-menu li a,
.page-group .sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu > li.current_page_parent ul.sub-menu li a {
  border: none;
}
.page-group .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_item ul.sub-menu li.current_page_item a,
.page-group .sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu > li.current_page_item ul.sub-menu li.current_page_item a,
.page-group .sidebar .element ul.menu li.current_page_parent > ul.sub-menu > li.current_page_parent ul.sub-menu li.current_page_item a,
.page-group .sidebar .element ul.menu li.current_page_ancestor > ul.sub-menu > li.current_page_parent ul.sub-menu li.current_page_item a {
  color: #333;
}
.greeting-block {
  font-size: 1.75em;
  margin-bottom: 0.25em;
}
.content-block {
  margin-bottom: 2em;
}
.content-menu .heading {
  font-size: 1.25em;
  font-weight: 400;
  margin-bottom: 1em;
}
.content-menu .heading a {
  color: #333;
}
.content-menu ul.menu {
  padding: 0;
  margin: 0 0 2em;
}
.content-menu ul.menu li {
  border-bottom: 1px solid #ccc;
  padding: 0;
  margin: 0;
  list-style-type: none;
  position: relative;
  line-height: 1.25em;
  font-size: 0.95em;
}
.content-menu ul.menu li:last-child {
  border-bottom: none;
}
.content-menu ul.menu li a {
  display: block;
  padding: 0.5em 0.25em 0.5em 1.35em;
}
.content-menu ul.menu li a:link,
.content-menu ul.menu li a:visited {
  color: #333;
}
.content-menu ul.menu li a:hover,
.content-menu ul.menu li a:active {
  color: #d02140;
}
.content-menu ul.menu li:before {
  content: "\f0da";
  position: absolute;
  top: 0.5em;
  left: 0;
  font-family: "FontAwesome";
  color: #ff7e00;
}
#bbpress-forums .bbp-forums .bbp-has-subforums #bbpress-forums .bbp-forums-list .bbp-forum {
  display: block;
}
#bbpress-forums,
#bbpress-forums * {
  font-size: inherit !important;
}
#bbpress-forums h1,
#bbpress-forums * h1 {
  font-size: 36px !important;
}
#bbpress-forums h2,
#bbpress-forums * h2 {
  font-size: 20px !important;
  color: #d02140;
}
#bbpress-forums div.even,
#bbpress-forums div.odd,
#bbpress-forums ul.even,
#bbpress-forums ul.odd {
  background-color: transparent;
}
#bbpress-forums div.bbp-template-notice,
#bbpress-forums div.indicator-hint {
  border-width: 4px;
  background-color: white;
  position: relative;
  padding-left: 50px;
  color: black;
  padding-left: 0.6em;
}
#bbpress-forums div.bbp-template-notice:before,
#bbpress-forums div.indicator-hint:before {
  position: absolute;
  top: 0.6em;
  left: 0.5em;
  font-size: 1.35em;
  width: 1.375em;
  height: 1.375em;
  text-align: center;
  line-height: 1.375em;
  content: "\f024";
  font-family: "FontAwesome";
}
#bbpress-forums div.bbp-template-notice.alert-warning,
#bbpress-forums div.indicator-hint.alert-warning {
  border-color: #ff7e00;
}
#bbpress-forums div.bbp-template-notice.alert-warning:before,
#bbpress-forums div.indicator-hint.alert-warning:before {
  color: #ff7e00;
}
#bbpress-forums div.bbp-template-notice.alert-warning strong.alert-type,
#bbpress-forums div.indicator-hint.alert-warning strong.alert-type {
  color: #ff7e00;
}
#bbpress-forums div.bbp-template-notice.alert-danger,
#bbpress-forums div.indicator-hint.alert-danger {
  border-color: #d02140;
}
#bbpress-forums div.bbp-template-notice.alert-danger:before,
#bbpress-forums div.indicator-hint.alert-danger:before {
  color: #d02140;
}
#bbpress-forums div.bbp-template-notice.alert-danger strong.alert-type,
#bbpress-forums div.indicator-hint.alert-danger strong.alert-type {
  color: #d02140;
}
#bbpress-forums div.bbp-template-notice.alert-info,
#bbpress-forums div.indicator-hint.alert-info {
  border-color: #0076a3;
}
#bbpress-forums div.bbp-template-notice.alert-info:before,
#bbpress-forums div.indicator-hint.alert-info:before {
  color: #0076a3;
}
#bbpress-forums div.bbp-template-notice.alert-info strong.alert-type,
#bbpress-forums div.indicator-hint.alert-info strong.alert-type {
  color: #0076a3;
}
#bbpress-forums div.bbp-template-notice.alert-success,
#bbpress-forums div.indicator-hint.alert-success {
  border-color: #3bb550;
}
#bbpress-forums div.bbp-template-notice.alert-success:before,
#bbpress-forums div.indicator-hint.alert-success:before {
  color: #3bb550;
}
#bbpress-forums div.bbp-template-notice.alert-success strong.alert-type,
#bbpress-forums div.indicator-hint.alert-success strong.alert-type {
  color: #3bb550;
}
#bbpress-forums div.bbp-template-notice:before,
#bbpress-forums div.indicator-hint:before {
  display: none;
}
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums div.indicator-hint img.avatar {
  display: none;
}
#bbpress-forums .bbp-pagination .bbp-pagination-count {
  font-size: 0.9em !important;
}
#bbpress-forums p.bbp-topic-meta img.avatar {
  margin-bottom: 0;
  border: none;
}
#bbpress-forums p.bbp-topic-meta span.bbp-topic-started-by {
  display: none;
}
#bbpress-forums p.bbp-topic-meta span {
  white-space: normal;
}
@media (min-width: 768px) {
  #bbpress-forums p.bbp-topic-meta span {
    white-space: nowrap;
  }
}
#bbpress-forums ul.bbp-topics li.bbp-header,
#bbpress-forums ul.bbp-topics li ul.topic {
  padding-left: 14px;
  padding-right: 14px;
}
#bbpress-forums ul li.bbp-topic-title a.bbp-topic-permalink {
  font-weight: 600;
}
#bbpress-forums ul li.bbp-topic-freshness {
  font-size: 0.9em !important;
}
#bbpress-forums ul li.bbp-topic-freshness a {
  color: #333;
}
#bbpress-forums ul li.bbp-footer {
  display: none;
}
#bbpress-forums ul.forum-titles li {
  font-size: 0.9em !important;
}
#bbpress-forums ul.bbp-replies {
  border: none;
}
#bbpress-forums ul.bbp-replies li.bbp-header {
  margin-bottom: 0em;
  background: transparent;
  border-top: none;
}
#bbpress-forums ul.bbp-replies li.bbp-body .bbp-reply-header {
  border-top: 4px solid #eee;
  border-left: 4px solid #eee;
  border-right: 4px solid #eee;
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
  padding-top: 14px;
}
#bbpress-forums ul.bbp-replies li.bbp-body .bbp-reply-header,
#bbpress-forums ul.bbp-replies li.bbp-body .topic,
#bbpress-forums ul.bbp-replies li.bbp-body .reply {
  padding-left: 14px;
  padding-right: 14px;
}
#bbpress-forums ul.bbp-replies li.bbp-body .bbp-reply-header,
#bbpress-forums ul.bbp-replies li.bbp-body .topic,
#bbpress-forums ul.bbp-replies li.bbp-body .reply {
  background: transparent;
}
#bbpress-forums ul.bbp-replies li.bbp-body .topic,
#bbpress-forums ul.bbp-replies li.bbp-body .reply {
  margin-bottom: 1em;
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
  border-top: none;
  border-bottom: 4px solid #eee;
  border-left: 4px solid #eee;
  border-right: 4px solid #eee;
}
#bbpress-forums ul.bbp-replies li.bbp-body .topic .bbp-reply-author a,
#bbpress-forums ul.bbp-replies li.bbp-body .reply .bbp-reply-author a {
  display: block;
}
#bbpress-forums ul.bbp-replies li.bbp-body .topic .bbp-reply-author a.bbp-author-avatar,
#bbpress-forums ul.bbp-replies li.bbp-body .reply .bbp-reply-author a.bbp-author-avatar,
#bbpress-forums ul.bbp-replies li.bbp-body .topic .bbp-reply-author a.bbp-author-name,
#bbpress-forums ul.bbp-replies li.bbp-body .reply .bbp-reply-author a.bbp-author-name {
  margin-bottom: 0.5em;
}
#bbpress-forums ul.bbp-replies li.bbp-body .topic .bbp-reply-author a.bbp-author-name,
#bbpress-forums ul.bbp-replies li.bbp-body .reply .bbp-reply-author a.bbp-author-name {
  font-weight: 600;
}
#bbpress-forums ul.bbp-replies li.bbp-body .topic .bbp-reply-author br,
#bbpress-forums ul.bbp-replies li.bbp-body .reply .bbp-reply-author br {
  display: none;
}
#bbpress-forums button.button {
  padding: 6px 20px;
  background: #d02140;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d02140), color-stop(1, #e24561));
  background: -ms-linear-gradient(bottom, #d02140, #e24561);
  background: -moz-linear-gradient(center bottom, #d02140 0%, #e24561 100%);
  background: -o-linear-gradient(#e24561, #d02140);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e24561', endColorstr='#d02140', GradientType=0);
  color: white;
  border: none;
  border-radius: 4px;
}
header #bbpress-forums button.button {
  padding: 8px 20px;
}
#bbpress-forums button.button.btn-default {
  background: #d02140;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d02140), color-stop(1, #e24561));
  background: -ms-linear-gradient(bottom, #d02140, #e24561);
  background: -moz-linear-gradient(center bottom, #d02140 0%, #e24561 100%);
  background: -o-linear-gradient(#e24561, #d02140);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e24561', endColorstr='#d02140', GradientType=0);
  color: white;
  border: none;
}
.ft-member-directory #bbpress-forums button.button.btn-default {
  background: #e5e5e5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e5e5e5), color-stop(1, #fff));
  background: -ms-linear-gradient(bottom, #e5e5e5, #fff);
  background: -moz-linear-gradient(center bottom, #e5e5e5 0%, #fff 100%);
  background: -o-linear-gradient(#fff, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0);
  border: 1px solid #eee;
  color: #333;
}
.define-box-red #bbpress-forums button.button.btn-default {
  background: #e5e5e5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e5e5e5), color-stop(1, #fff));
  background: -ms-linear-gradient(bottom, #e5e5e5, #fff);
  background: -moz-linear-gradient(center bottom, #e5e5e5 0%, #fff 100%);
  background: -o-linear-gradient(#fff, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0);
  color: #d02140;
}
.ft-member-directory #bbpress-forums button.button {
  background: #e5e5e5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e5e5e5), color-stop(1, #fff));
  background: -ms-linear-gradient(bottom, #e5e5e5, #fff);
  background: -moz-linear-gradient(center bottom, #e5e5e5 0%, #fff 100%);
  background: -o-linear-gradient(#fff, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0);
  border: 1px solid #eee;
  color: #333;
}
.define-box-red #bbpress-forums button.button {
  background: #e5e5e5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e5e5e5), color-stop(1, #fff));
  background: -ms-linear-gradient(bottom, #e5e5e5, #fff);
  background: -moz-linear-gradient(center bottom, #e5e5e5 0%, #fff 100%);
  background: -o-linear-gradient(#fff, #e5e5e5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#e5e5e5', GradientType=0);
  color: #d02140;
}
#bbpress-forums .bbp-topic-form .bbp-the-content-wrapper:before {
  content: "Content:";
  font-weight: 700;
}
.fm-section p.lead {
  font-weight: 700;
  font-size: 1.25em;
  margin-bottom: 10px;
}
.fm-section .table-striped > tbody > tr:nth-child(odd) > td,
.fm-section .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: transparent;
}
@media (min-width: 768px) {
  .fm-section .table > thead > tr > th,
  .fm-section .table > tbody > tr > th,
  .fm-section .table > tfoot > tr > th,
  .fm-section .table > thead > tr > td,
  .fm-section .table > tbody > tr > td,
  .fm-section .table > tfoot > tr > td {
    padding: 8px 8px 8px 0;
  }
}
.fm-section th.fm-date,
.fm-section td.fm-date {
  display: none;
}
.fm-section th.fm-author,
.fm-section td.fm-author {
  display: none;
}
@media (min-width: 512px) {
  .fm-section th.fm-author,
  .fm-section td.fm-author {
    display: table-cell;
  }
}
.fm-section table tr th {
  font-size: 0.85em;
}
.fm-section table tr td.fm-info a,
.fm-section table tr td.fm-actions a {
  color: #333;
  font-size: 1.1em;
}
.fm-section table tr td.fm-info a:hover,
.fm-section table tr td.fm-actions a:hover,
.fm-section table tr td.fm-info a:focus,
.fm-section table tr td.fm-actions a:focus,
.fm-section table tr td.fm-info a:active,
.fm-section table tr td.fm-actions a:active {
  color: #d02140;
  outline: none;
  border: none;
}
.fm-section .popover .popover-content p:last-child {
  font-size: 0.8em;
}
button.btn_add_new_file {
  margin-bottom: 2em;
}
form#form_new_file {
  margin: 2em 0 4em;
  border-top: 1px dotted #d02140;
  padding-top: 1.5em;
}
a.long-link {
  word-break: break-all;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
  margin: 0 15px 10px 0;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.iex .gform_wrapper input.gform_button {
  min-height: 35px;
  min-width: 100px;
}
.iex img {
  -ms-interpolation-mode: bicubic;
}
.ie9 .page-id-2 .ft-carousel-hero-home .carousel-hero-home-text {
  opacity: 1;
}
.ie9 .frm-login .form-group label.sr-only {
  position: static;
  width: auto;
  height: auto;
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 0.8em;
  margin-bottom: 2px;
  color: #999;
}
.ie9 .frm-login#frm-login-top button[type="submit"] {
  margin-top: 19px;
}
/* 
 *  Owl Carousel CSS3 Transitions 
 *  v1.3.2
 */
.owl-origin {
  -webkit-perspective: 1200px;
  -webkit-perspective-origin-x: 50%;
  -webkit-perspective-origin-y: 50%;
  -moz-perspective: 1200px;
  -moz-perspective-origin-x: 50%;
  -moz-perspective-origin-y: 50%;
  perspective: 1200px;
}
/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut 0.7s both ease;
  -moz-animation: fadeOut 0.7s both ease;
  animation: fadeOut 0.7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn 0.7s both ease;
  -moz-animation: fadeIn 0.7s both ease;
  animation: fadeIn 0.7s both ease;
}
/* backSlide */
.owl-backSlide-out {
  -webkit-animation: backSlideOut 1s both ease;
  -moz-animation: backSlideOut 1s both ease;
  animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
  -webkit-animation: backSlideIn 1s both ease;
  -moz-animation: backSlideIn 1s both ease;
  animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
  -webkit-animation: scaleToFade 0.7s ease both;
  -moz-animation: scaleToFade 0.7s ease both;
  animation: scaleToFade 0.7s ease both;
}
.owl-goDown-in {
  -webkit-animation: goDown 0.6s ease both;
  -moz-animation: goDown 0.6s ease both;
  animation: goDown 0.6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
  -webkit-animation: scaleUpFrom 0.5s ease both;
  -moz-animation: scaleUpFrom 0.5s ease both;
  animation: scaleUpFrom 0.5s ease both;
}
.owl-fadeUp-out {
  -webkit-animation: scaleUpTo 0.5s ease both;
  -moz-animation: scaleUpTo 0.5s ease both;
  animation: scaleUpTo 0.5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
  0% {
    opacity: 1;
  }
}
@-moz-keyframes empty {
  0% {
    opacity: 1;
  }
}
@keyframes empty {
  0% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(-200%);
  }
}
@-moz-keyframes backSlideOut {
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(-200%);
  }
}
@keyframes backSlideOut {
  25% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
  100% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(-200%);
  }
}
@-webkit-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -webkit-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0) translateX(0);
  }
}
@-moz-keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    -moz-transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0) translateX(0);
  }
}
@keyframes backSlideIn {
  0%,
  25% {
    opacity: 0.5;
    transform: translateZ(-500px) translateX(200%);
  }
  75% {
    opacity: 0.5;
    transform: translateZ(-500px);
  }
  100% {
    opacity: 1;
    transform: translateZ(0) translateX(0);
  }
}
@-webkit-keyframes scaleToFade {
  to {
    opacity: 0;
    -webkit-transform: scale(0.8);
  }
}
@-moz-keyframes scaleToFade {
  to {
    opacity: 0;
    -moz-transform: scale(0.8);
  }
}
@keyframes scaleToFade {
  to {
    opacity: 0;
    transform: scale(0.8);
  }
}
@-webkit-keyframes goDown {
  from {
    -webkit-transform: translateY(-100%);
  }
}
@-moz-keyframes goDown {
  from {
    -moz-transform: translateY(-100%);
  }
}
@keyframes goDown {
  from {
    transform: translateY(-100%);
  }
}
@-webkit-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpFrom {
  from {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpFrom {
  from {
    opacity: 0;
    transform: scale(1.5);
  }
}
@-webkit-keyframes scaleUpTo {
  to {
    opacity: 0;
    -webkit-transform: scale(1.5);
  }
}
@-moz-keyframes scaleUpTo {
  to {
    opacity: 0;
    -moz-transform: scale(1.5);
  }
}
@keyframes scaleUpTo {
  to {
    opacity: 0;
    transform: scale(1.5);
  }
}
#map img {
  max-width: none;
}
#map-content {
  display: none;
}
.sidr {
  -moz-box-shadow: inset 0.25em 0 1em #bfbfbf, inset 0 0 4em 1em #f2f2f2;
  -webkit-box-shadow: inset 0.25em 0 1em #bfbfbf, inset 0 0 4em 1em #f2f2f2;
  box-shadow: inset 0.25em 0 1em #bfbfbf, inset 0 0 4em 1em #f2f2f2;
  background-color: white;
  font-family: 'Roboto', sans-serif;
  font-size: 1.1em;
}
.sidr .sidr-inner .sidr-close-container {
  text-align: right;
}
.sidr .sidr-inner .sidr-close-container a {
  padding: 1.5em 1.5em 0;
  display: block;
  color: #333;
}
.sidr .sidr-inner ul.sidr-class-menu {
  border: none;
}
.sidr .sidr-inner ul.sidr-class-menu li {
  border-bottom: 1px solid #ddd;
  border-top: none;
}
.sidr .sidr-inner ul.sidr-class-menu li:hover,
.sidr .sidr-inner ul.sidr-class-menu li.active,
.sidr .sidr-inner ul.sidr-class-menu lisidr-class-active {
  line-height: 48px;
}
.sidr .sidr-inner ul.sidr-class-menu li:hover > a,
.sidr .sidr-inner ul.sidr-class-menu li.active > a,
.sidr .sidr-inner ul.sidr-class-menu lisidr-class-active > a {
  box-shadow: none;
}
.sidr .sidr-inner ul.sidr-class-menu li a {
  font-weight: 700;
}
.sidr .sidr-inner ul.sidr-class-menu li ul.sidr-class-sub-menu {
  padding: 0.75em 0 0.75em;
}
.sidr .sidr-inner ul.sidr-class-menu li ul.sidr-class-sub-menu li {
  line-height: 35px;
  margin-bottom: 0.5em;
  border-bottom: none;
}
.sidr .sidr-inner ul.sidr-class-menu li ul.sidr-class-sub-menu li:hover,
.sidr .sidr-inner ul.sidr-class-menu li ul.sidr-class-sub-menu li.active,
.sidr .sidr-inner ul.sidr-class-menu li ul.sidr-class-sub-menu lisidr-class-active {
  line-height: 35px;
}
.sidr .sidr-inner ul.sidr-class-menu li ul.sidr-class-sub-menu li a {
  font-size: 1.2em;
  font-weight: 500;
}
.sidr .sidr-inner ul.sidr-class-menu li ul.sidr-class-sub-menu li a span {
  padding-left: 0;
  line-height: 1.5em;
}
.sidr .sidr-inner ul.sidr-class-menu li.has-sub-menu {
  position: relative;
}
.sidr .sidr-inner ul.sidr-class-menu li.has-sub-menu span.sidr-icon {
  position: absolute;
  top: 10px;
  right: 19px;
  background-color: #ededed;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 34px;
  height: 34px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  cursor: pointer;
}
.sidr .sidr-inner ul.sidr-class-menu li.has-sub-menu span.sidr-icon:after {
  position: absolute;
  content: '\0020';
  color: #333;
  border-color: #ededed;
  border-width: 5px;
  border-style: solid;
  border-top-color: #000;
  width: 0;
  height: 0;
  margin-top: 3px;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.sidr .sidr-inner ul.sidr-class-menu li.has-sub-menu ul.sidr-class-sub-menu {
  display: none;
}
.sidr .sidr-inner ul.sidr-class-menu li.has-sub-menu.opened span.sidr-icon:after {
  border-top-color: #ededed;
  border-bottom-color: #000;
  margin-top: -3px;
}
.sidr .sidr-inner ul.sidr-class-menu li.has-sub-menu.opened ul.sidr-class-sub-menu {
  display: block;
}
