﻿@charset "UTF-8";
/*!
Theme Name: 13D Monitor
Author: Highscore Web Design
Author URI: http://www.highscore.co.uk/
Description: 13D Monitor
Version: 1.0.0
*/
/* COMPASS IMPORTS */
/* BASE - Base styles, Normalize, Colours, Typography */
/* brand colours */
/* greys */
/* highlights */
/* base */
/* borders */
/* BASIC STYLES
 * ------------------------------------------------ */
html {
  font-size: 62.5%;
}

@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 56.5%;
  }
}

@media (max-width: 767px) {
  html {
    font-size: 58.5%;
  }
}

body {
  height: 100%;
  position: relative;
  background: white;
  font-family: "Roboto", serif;
  font-weight: 300;
  color: #171717;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

/* Text-level semantics */
p {
  margin: 0;
  padding: 0;
}

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

address {
  margin: 0;
}

dfn {
  font-style: italic;
}

mark {
  background: #171717;
  color: white;
  font-weight: normal;
  font-style: italic;
}

article.news-thumbnail mark {
  padding: 0px;
  background: yellow;
  color: black;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

ins {
  color: white;
  background-color: #171717;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

strong {
  font-weight: 700;
}

/* images */
img {
  border: none;
  display: block;
  font-size: 100%;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
  background: transparent;
}

/* Blockquotes */
blockquote {
  quotes: none;
  border: none;
  margin: 0;
  padding: 0;
}

blockquote:first-of-type:before,
blockquote:last-of-type:after {
  content: "\0022";
}

q {
  quotes: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

/* LISTS
 * ------------------------------------------------ */
ul,
dl {
  margin: 0;
  padding: 0 0 0 15px;
}

ul li,
dl li {
  margin-bottom: 5px;
  list-style: square;
  list-style-position: outside;
}

/* BUTTONS & LINKS
 * ------------------------------------------------ */
a,
a[href^="tel"] {
  color: #171717;
  cursor: pointer;
  outline: 0 !important;
  text-decoration: none;
  font-weight: 700;
}

a:hover,
a:focus,
a[href^="tel"]:hover,
a[href^="tel"]:focus {
  cursor: pointer;
  text-decoration: none;
  color: #ababab;
}

button,
input[type="button"] {
  outline: 0 !important;
}

/* HEADINGS
 * ------------------------------------------------ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

/* POSITIONING
 * ------------------------------------------------ */
.top {
  top: 0;
  position: relative;
}

.bottom {
  bottom: 0;
  position: relative;
}

/* EXTRAS
 * ------------------------------------------------ */
/* Mozilla based browsers */
::-moz-selection {
  background-color: #171717;
  color: white;
}

/* Works in Safari */
::-moz-selection {
  background-color: #171717;
  color: white;
}

::selection {
  background-color: #171717;
  color: white;
}

/* BODY CLASS OVERWRITES
--------------------------------------------*/
/* add extra margin to main wrapper to cater for breadcrumb nav */
.has-breadcrumb .main-content {
  padding-top: 55px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .has-breadcrumb .main-content {
    padding-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .has-breadcrumb .main-content {
    padding-top: 45px;
  }
}

@media (max-width: 767px) {
  .has-breadcrumb .main-content {
    padding-top: 40px;
  }
}

a,
a::after,
.btn-close i,
.flex-nav a:before,
.slider-nav a:before,
.close-nav-btn {
  transition:
    color 0.3s ease,
    background 0.3s ease;
}

.btn,
.form-control,
.box,
.cta-join-us {
  transition:
    background 0.3s ease,
    color 0.3s ease,
    border 0.3s ease,
    box-shadow 0.3s ease;
}

.bg-img,
.breadcrumb-nav span,
.breadcrumb-nav a {
  transition: opacity 0.3s ease;
}

.nav-tabs > li {
  transition: border 0.3s ease;
}

.news-thumbnail h4,
.panel-heading h3 {
  transition: color 0.3s ease;
}

.news-thumbnail .cta-block {
  transition: box-shadow 0.3s ease;
}

.flex-nav a,
.flex-control-nav a,
.slider-nav a,
.nav-menu-btn .icon-bar {
  transition: background 0.3s ease;
}

.img-overlay {
  transition:
    background 0.3s ease,
    opacity 0.3s ease;
}

.bg-scale .bg-img {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition:
    transform 0.5s ease,
    -webkit-transform 0.5s ease;
}

.global-header,
a.logo,
.breadcrumb-nav,
.main-navigation > li > a,
.sub-menu,
.nav-menu-btn {
  transition: all 0.3s ease;
}

.fade {
  transition: opacity 0.5s ease;
}

.showme {
  transition: opacity 0.7s ease;
  transition-delay: 0.1s;
}

.nav-primary li.nav-drop-down a:before,
.nav-primary li.nav-drop-down a:after {
  transition: opacity 0.5s ease;
  transition-delay: 0.2s;
}

.mega-menu,
.drop-down-menu {
  transition: all 0.5s ease;
  transition-delay: 0.2s;
}

/* TYPOGRAPHY - Text elements */
/* GENERIC HEADINGS
--------------------------------------------*/
/* heading xxxx large */
.heading-xxxxlg {
  font-size: 8rem;
  line-height: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .heading-xxxxlg {
    font-size: 7.4rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .heading-xxxxlg {
    font-size: 6.6rem;
  }
}

@media (max-width: 767px) {
  .heading-xxxxlg {
    font-size: 3.2rem;
  }
}

/* heading xxx large */
.heading-xxxlg {
  font-size: 5.7rem;
  line-height: 1.2;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .heading-xxxlg {
    font-size: 4.5rem;
  }
}

@media (max-width: 767px) {
  .heading-xxxlg {
    font-size: 3.1rem;
  }
}

/* heading xx large */
.heading-xxlg {
  font-size: 4.6rem;
  line-height: 1.2;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .heading-xxlg {
    font-size: 3.6rem;
  }
}

@media (max-width: 767px) {
  .heading-xxlg {
    font-size: 2.8rem;
  }
}

/* heading extra large */
.heading-xlg {
  font-size: 3.6rem;
  line-height: 1.2;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .heading-xlg {
    font-size: 3.2rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .heading-xlg {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .heading-xlg {
    font-size: 2.4rem;
  }
}

/* heading large */
.heading-lg {
  font-size: 3rem;
  line-height: 1.2;
}

@media (min-width: 768px) and (max-width: 991px) {
  .heading-lg {
    font-size: 2.6rem;
  }
}

@media (max-width: 767px) {
  .heading-lg {
    font-size: 2.3rem;
  }
}

/* heading medium */
.heading-md {
  font-size: 2.8rem;
  line-height: 1.2;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .heading-md {
    font-size: 2.6rem;
    line-height: 1.2;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .heading-md {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  .heading-md {
    font-size: 2.1rem;
    line-height: 1.2;
  }
}

/* heading small */
.heading-sm {
  font-size: 2.3rem;
  line-height: 1.2;
}

@media (min-width: 768px) and (max-width: 991px) {
  .heading-sm {
    font-size: 2.1rem;
  }
}

@media (max-width: 767px) {
  .heading-sm {
    font-size: 2rem;
  }
}

/* heading extra small */
.heading-xs {
  font-size: 1.9rem;
  line-height: 1.2;
}

@media (min-width: 768px) and (max-width: 991px) {
  .heading-xs {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .heading-xs {
    font-size: 1.6rem;
  }
}

/* heading xx small */
.heading-xxs {
  font-size: 1.7rem;
  line-height: 1.2;
}

@media (min-width: 768px) and (max-width: 991px) {
  .heading-xxs {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .heading-xxs {
    font-size: 1.5rem;
  }
}

/* base heading sizes */
h1 {
  font-size: 5.7rem;
  line-height: 1.2;
}

@media (min-width: 768px) and (max-width: 1199px) {
  h1 {
    font-size: 4.5rem;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 3.1rem;
  }
}

h2 {
  font-size: 4.6rem;
  line-height: 1.2;
}

@media (min-width: 768px) and (max-width: 1199px) {
  h2 {
    font-size: 3.6rem;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 2.8rem;
  }
}

h3 {
  font-size: 3.6rem;
  line-height: 1.2;
}

@media (min-width: 992px) and (max-width: 1199px) {
  h3 {
    font-size: 3.2rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h3 {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 2.4rem;
  }
}

h4 {
  font-size: 2.8rem;
  line-height: 1.2;
}

@media (min-width: 992px) and (max-width: 1199px) {
  h4 {
    font-size: 2.6rem;
    line-height: 1.2;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  h4 {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}

@media (max-width: 767px) {
  h4 {
    font-size: 2.1rem;
    line-height: 1.2;
  }
}

h5 {
  font-size: 2.3rem;
  line-height: 1.2;
}

@media (min-width: 768px) and (max-width: 991px) {
  h5 {
    font-size: 2.1rem;
  }
}

@media (max-width: 767px) {
  h5 {
    font-size: 2rem;
  }
}

h6,
.heading-6 {
  font-size: 1.9rem;
  line-height: 1.2;
}

@media (min-width: 768px) and (max-width: 991px) {
  h6,
  .heading-6 {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  h6,
  .heading-6 {
    font-size: 1.6rem;
  }
}

/* LIST ITEMS
--------------------------------------------*/
/* dashed list */
.list-dashed {
  padding-left: 0;
}

.list-dashed li {
  list-style: none;
  margin-left: 15px;
}

.list-dashed li:before {
  content: "–";
  margin-left: -15px;
  padding-right: 10px;
}

/* unstyles list */
.list-unstyled li {
  margin-bottom: 0;
  padding: 0;
  margin: 0;
  list-style: none;
}

.list-unstyled li li {
  list-style: none;
}

/* TYPOGRAPHY COLOURS
--------------------------------------------*/
/* white */
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white li,
.text-white span:not(.btn),
.text-white blockquote {
  color: white;
}

/* black */
.text-black h1,
.text-black h2,
.text-black h3,
.text-black h4,
.text-black h5,
.text-black h6,
.text-black p,
.text-black li,
.text-black span:not(.btn),
.text-black blockquote {
  color: black;
}

.text-black-light {
  opacity: 0.7;
}

/* greys */
.text-grey-xx-dark {
  color: #353535;
}

.text-grey-x-dark {
  color: #525252;
}

.text-grey-dark {
  color: #666;
}

.text-grey-medium {
  color: #797979;
}

/* yellow */
.text-yellow {
  color: #ffc600;
}

/* blue */
.text-blue {
  color: #3fbcd8;
}

/* highlights */
.text-green {
  color: #01b44e;
  font-weight: 700;
}

.text-red {
  color: red;
  font-weight: 700;
}

/* INTRO TEXT
--------------------------------------------*/
.text-intro {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .text-intro {
    margin-bottom: 25px;
  }
}

/* TEXT SIZES
--------------------------------------------*/
.text-xxxxlg {
  font-size: 2.8rem;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .text-xxxxlg {
    font-size: 2.6rem;
  }
}

.text-xxxlg {
  font-size: 2.5rem;
  line-height: 1.3;
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-xxxlg {
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  .text-xxxlg {
    font-size: 2rem;
  }
}

.text-xxlg {
  font-size: 2.3rem;
  line-height: 1.3;
}

@media (min-width: 768px) and (max-width: 991px) {
  .text-xxlg {
    font-size: 2.1rem;
  }
}

@media (max-width: 767px) {
  .text-xxlg {
    font-size: 2rem;
  }
}

.text-xlg {
  font-size: 2.1rem;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .text-xlg {
    font-size: 2rem;
  }
}

.text-lg {
  font-size: 1.9rem;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .text-lg {
    font-size: 1.7rem;
  }
}

.text-md {
  font-size: 1.7rem;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .text-md {
    font-size: 1.6rem;
  }
}

/* STANDARD TEXT
--------------------------------------------*/
.text-standard {
  position: relative;
  /* element margins */
  /* list items */
  /* buttons */
  /* img */
  /* text variations */
}

.text-standard * + h1,
.text-standard * + h2,
.text-standard * + h3,
.text-standard * + h4,
.text-standard * + h5,
.text-standard * + h6,
.text-standard * + ul,
.text-standard * + ol,
.text-standard * + dl,
.text-standard * + p,
.text-standard * + blockquote,
.text-standard * + table,
.text-standard * + form,
.text-standard * + address,
.text-standard * + img,
.text-standard * + .btn {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .text-standard * + h1,
  .text-standard * + h2,
  .text-standard * + h3,
  .text-standard * + h4,
  .text-standard * + h5,
  .text-standard * + h6,
  .text-standard * + ul,
  .text-standard * + ol,
  .text-standard * + dl,
  .text-standard * + p,
  .text-standard * + blockquote,
  .text-standard * + table,
  .text-standard * + form,
  .text-standard * + address,
  .text-standard * + img,
  .text-standard * + .btn {
    margin-top: 15px;
  }
}

.text-standard * + span {
  display: inline-block;
}

.text-standard span + p {
  margin-top: 5px;
}

.text-standard ul,
.text-standard ol,
.text-standard dl {
  margin-left: 0;
}

.text-standard li {
  position: relative;
}

.text-standard .btn {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .text-standard .btn {
    margin-top: 20px;
  }
}

.text-standard img {
  height: auto;
  max-width: 100%;
  margin: 30px 0 0;
}

@media (max-width: 767px) {
  .text-standard img {
    margin: 20px 0 0;
  }
}

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

/* TEXT WEIGHTS
--------------------------------------------*/
.text-light {
  font-weight: 300;
}

.text-regular {
  font-weight: 400;
}

.text-bold {
  font-weight: 700;
}

/* TEXT STYLES
--------------------------------------------*/
.text-secondary {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

/* BACKGROUNDS - Background images and colours */
/* BORDERS
--------------------------------------------*/
.border-base {
  border: 1px solid #d1d1d1;
}

.border-yellow {
  border-bottom: 5px solid #ffc600;
}

.border-rounded {
  border-radius: 10px;
}

/* BACKGROUNDS
--------------------------------------------*/
/* blue */
.bg-blue {
  background: #3fbcd8;
}

/* yellow */
.bg-yellow {
  background: #ffc600;
}

.bg-yellow h1,
.bg-yellow h2,
.bg-yellow h3,
.bg-yellow h4,
.bg-yellow h5,
.bg-yellow h6,
.bg-yellow p,
.bg-yellow li,
.bg-yellow span:not(.btn),
.bg-yellow blockquote,
.bg-yellow th,
.bg-yellow td {
  color: #171717;
}

.bg-yellow th,
.bg-yellow td {
  border-color: #ffc600;
  background: #ffc600;
}

.bg-yellow-opaque {
  background: rgba(255, 198, 0, 0.8);
}

.bg-yellow-opaque h1,
.bg-yellow-opaque h2,
.bg-yellow-opaque h3,
.bg-yellow-opaque h4,
.bg-yellow-opaque h5,
.bg-yellow-opaque h6,
.bg-yellow-opaque p,
.bg-yellow-opaque li,
.bg-yellow-opaque span:not(.btn),
.bg-yellow-opaque blockquote,
.bg-yellow-opaque th,
.bg-yellow-opaque td {
  color: #171717;
}

.bg-yellow-opaque th,
.bg-yellow-opaque td {
  border-color: #ffc600;
  background: #ffc600;
}

a:hover .bg-yellow-opaque,
a:focus .bg-yellow-opaque {
  background: #ffc600;
}

/* white */
.bg-white {
  background: white;
}

.bg-white-opaque {
  background: rgba(255, 255, 255, 0.8);
}

a:hover .bg-white-opaque,
a:focus .bg-white-opaque {
  background: white;
}

/* black */
.bg-black {
  background: #171717;
}

.bg-black h1,
.bg-black h2,
.bg-black h3,
.bg-black h4,
.bg-black h5,
.bg-black h6,
.bg-black p,
.bg-black li,
.bg-black span:not(.btn),
.bg-black blockquote,
.bg-black th,
.bg-black td {
  color: white;
}

.bg-black th,
.bg-black td {
  border-color: #171717;
  background: #171717;
}

.bg-black a:not(.btn) {
  color: white;
}

.bg-black-opaque {
  background: rgba(23, 23, 23, 0.8);
}

.bg-black-opaque h1,
.bg-black-opaque h2,
.bg-black-opaque h3,
.bg-black-opaque h4,
.bg-black-opaque h5,
.bg-black-opaque h6,
.bg-black-opaque p,
.bg-black-opaque li,
.bg-black-opaque span:not(.btn),
.bg-black-opaque blockquote,
.bg-black-opaque th,
.bg-black-opaque td {
  color: white;
}

.bg-black-opaque th,
.bg-black-opaque td {
  border-color: #171717;
  background: #171717;
}

.bg-black-opaque a:not(.btn) {
  color: white;
}

a:hover .bg-black-opaque,
a:focus .bg-black-opaque {
  background: #171717;
}

/* grey xx dark */
.bg-grey-xx-dark {
  background: #353535;
}

.bg-grey-xx-dark h1,
.bg-grey-xx-dark h2,
.bg-grey-xx-dark h3,
.bg-grey-xx-dark h4,
.bg-grey-xx-dark h5,
.bg-grey-xx-dark h6,
.bg-grey-xx-dark p,
.bg-grey-xx-dark li,
.bg-grey-xx-dark span:not(.btn),
.bg-grey-xx-dark blockquote,
.bg-grey-xx-dark th,
.bg-grey-xx-dark td {
  color: white;
}

.bg-grey-xx-dark th,
.bg-grey-xx-dark td {
  border-color: #353535;
  background: #353535;
}

.bg-grey-xx-dark-opaque {
  background: rgba(53, 53, 53, 0.8);
}

.bg-grey-xx-dark-opaque h1,
.bg-grey-xx-dark-opaque h2,
.bg-grey-xx-dark-opaque h3,
.bg-grey-xx-dark-opaque h4,
.bg-grey-xx-dark-opaque h5,
.bg-grey-xx-dark-opaque h6,
.bg-grey-xx-dark-opaque p,
.bg-grey-xx-dark-opaque li,
.bg-grey-xx-dark-opaque span:not(.btn),
.bg-grey-xx-dark-opaque blockquote,
.bg-grey-xx-dark-opaque th,
.bg-grey-xx-dark-opaque td {
  color: white;
}

.bg-grey-xx-dark-opaque th,
.bg-grey-xx-dark-opaque td {
  border-color: #353535;
  background: #353535;
}

a:hover .bg-grey-xx-dark-opaque,
a:focus .bg-grey-xx-dark-opaque {
  background: #353535;
}

/* grey x dark */
.bg-grey-x-dark {
  background: #525252;
}

.bg-grey-x-dark h1,
.bg-grey-x-dark h2,
.bg-grey-x-dark h3,
.bg-grey-x-dark h4,
.bg-grey-x-dark h5,
.bg-grey-x-dark h6,
.bg-grey-x-dark p,
.bg-grey-x-dark li,
.bg-grey-x-dark span:not(.btn),
.bg-grey-x-dark blockquote,
.bg-grey-x-dark th,
.bg-grey-x-dark td {
  color: white;
}

.bg-grey-x-dark th,
.bg-grey-x-dark td {
  border-color: #525252;
  background: #525252;
}

.bg-grey-x-dark-opaque {
  background: rgba(82, 82, 82, 0.9);
}

.bg-grey-x-dark-opaque h1,
.bg-grey-x-dark-opaque h2,
.bg-grey-x-dark-opaque h3,
.bg-grey-x-dark-opaque h4,
.bg-grey-x-dark-opaque h5,
.bg-grey-x-dark-opaque h6,
.bg-grey-x-dark-opaque p,
.bg-grey-x-dark-opaque li,
.bg-grey-x-dark-opaque span:not(.btn),
.bg-grey-x-dark-opaque blockquote,
.bg-grey-x-dark-opaque th,
.bg-grey-x-dark-opaque td {
  color: white;
}

.bg-grey-x-dark-opaque th,
.bg-grey-x-dark-opaque td {
  border-color: #525252;
  background: #525252;
}

a:hover .bg-grey-x-dark-opaque,
a:focus .bg-grey-x-dark-opaque {
  background: #525252;
}

/* grey - dark */
.bg-grey-dark {
  background: #666;
}

.bg-grey-dark h1,
.bg-grey-dark h2,
.bg-grey-dark h3,
.bg-grey-dark h4,
.bg-grey-dark h5,
.bg-grey-dark h6,
.bg-grey-dark p,
.bg-grey-dark li,
.bg-grey-dark span:not(.btn),
.bg-grey-dark blockquote,
.bg-grey-dark th,
.bg-grey-dark td {
  color: white;
}

.bg-grey-dark th,
.bg-grey-dark td {
  border-color: #666;
  background: #666;
}

.bg-grey-dark-opaque {
  background: rgba(102, 102, 102, 0.8);
}

.bg-grey-dark-opaque h1,
.bg-grey-dark-opaque h2,
.bg-grey-dark-opaque h3,
.bg-grey-dark-opaque h4,
.bg-grey-dark-opaque h5,
.bg-grey-dark-opaque h6,
.bg-grey-dark-opaque p,
.bg-grey-dark-opaque li,
.bg-grey-dark-opaque span:not(.btn),
.bg-grey-dark-opaque blockquote,
.bg-grey-dark-opaque th,
.bg-grey-dark-opaque td {
  color: white;
}

.bg-grey-dark-opaque th,
.bg-grey-dark-opaque td {
  border-color: #666;
  background: #666;
}

a:hover .bg-grey-dark-opaque,
a:focus .bg-grey-dark-opaque {
  background: #666666;
}

/* grey - medium */
.bg-grey-medium {
  background: #797979;
}

.bg-grey-medium h1,
.bg-grey-medium h2,
.bg-grey-medium h3,
.bg-grey-medium h4,
.bg-grey-medium h5,
.bg-grey-medium h6,
.bg-grey-medium p,
.bg-grey-medium li,
.bg-grey-medium span:not(.btn),
.bg-grey-medium blockquote,
.bg-grey-medium th,
.bg-grey-medium td {
  color: white;
}

.bg-grey-medium th,
.bg-grey-medium td {
  border-color: #797979;
  background: #797979;
}

.bg-grey-medium-opaque {
  background: rgba(121, 121, 121, 0.9);
}

.bg-grey-medium-opaque h1,
.bg-grey-medium-opaque h2,
.bg-grey-medium-opaque h3,
.bg-grey-medium-opaque h4,
.bg-grey-medium-opaque h5,
.bg-grey-medium-opaque h6,
.bg-grey-medium-opaque p,
.bg-grey-medium-opaque li,
.bg-grey-medium-opaque span:not(.btn),
.bg-grey-medium-opaque blockquote,
.bg-grey-medium-opaque th,
.bg-grey-medium-opaque td {
  color: white;
}

.bg-grey-medium-opaque th,
.bg-grey-medium-opaque td {
  border-color: #797979;
  background: #797979;
}

a:hover .bg-grey-medium-opaque,
a:focus .bg-grey-medium-opaque {
  background: #797979;
}

/* grey - light */
.bg-grey-light {
  background: #d1d1d1;
}

.bg-grey-light h1,
.bg-grey-light h2,
.bg-grey-light h3,
.bg-grey-light h4,
.bg-grey-light h5,
.bg-grey-light h6,
.bg-grey-light p,
.bg-grey-light li,
.bg-grey-light span:not(.btn),
.bg-grey-light blockquote,
.bg-grey-light th,
.bg-grey-light td {
  color: #171717;
}

.bg-grey-light th,
.bg-grey-light td {
  border-color: #d1d1d1;
  background: #d1d1d1;
}

.bg-grey-light-opaque {
  background: rgba(209, 209, 209, 0.9);
}

.bg-grey-light-opaque h1,
.bg-grey-light-opaque h2,
.bg-grey-light-opaque h3,
.bg-grey-light-opaque h4,
.bg-grey-light-opaque h5,
.bg-grey-light-opaque h6,
.bg-grey-light-opaque p,
.bg-grey-light-opaque li,
.bg-grey-light-opaque span:not(.btn),
.bg-grey-light-opaque blockquote,
.bg-grey-light-opaque th,
.bg-grey-light-opaque td {
  color: #171717;
}

.bg-grey-light-opaque th,
.bg-grey-light-opaque td {
  border-color: #d1d1d1;
  background: #d1d1d1;
}

a:hover .bg-grey-light-opaque,
a:focus .bg-grey-light-opaque {
  background: #d1d1d1;
}

/* grey - x light */
.bg-grey-x-light {
  background: #f1f1f1;
}

.bg-grey-x-light h1,
.bg-grey-x-light h2,
.bg-grey-x-light h3,
.bg-grey-x-light h4,
.bg-grey-x-light h5,
.bg-grey-x-light h6,
.bg-grey-x-light p,
.bg-grey-x-light li,
.bg-grey-x-light span:not(.btn),
.bg-grey-x-light blockquote,
.bg-grey-x-light th,
.bg-grey-x-light td {
  color: #171717;
}

.bg-grey-x-light th,
.bg-grey-x-light td {
  border-color: #f1f1f1;
  background: #f1f1f1;
}

.bg-grey-x-light-opaque {
  background: rgba(241, 241, 241, 0.9);
}

.bg-grey-x-light-opaque h1,
.bg-grey-x-light-opaque h2,
.bg-grey-x-light-opaque h3,
.bg-grey-x-light-opaque h4,
.bg-grey-x-light-opaque h5,
.bg-grey-x-light-opaque h6,
.bg-grey-x-light-opaque p,
.bg-grey-x-light-opaque li,
.bg-grey-x-light-opaque span:not(.btn),
.bg-grey-x-light-opaque blockquote,
.bg-grey-x-light-opaque th,
.bg-grey-x-light-opaque td {
  color: #171717;
}

.bg-grey-x-light-opaque th,
.bg-grey-x-light-opaque td {
  border-color: #f1f1f1;
  background: #f1f1f1;
}

a:hover .bg-grey-x-light-opaque,
a:focus .bg-grey-x-light-opaque {
  background: #f1f1f1;
}

/* patterns */
.bg-pattern {
  background: #f5f5f5;
}

/* GRADIENT OVERLAYS
--------------------------------------------*/
.gradient-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

/* gradient overlay colours */
.gradient-overlay-black-left {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjgiLz48c3RvcCBvZmZzZXQ9IjQwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjciLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.7) 40%,
    rgba(0, 0, 0, 0) 100%
  );
}

.gradient-overlay-black-left-light {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjUiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.gradient-overlay-black-top {
  background: rgba(0, 0, 0, 0.7) 0%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.3) 100%
  );
}

.gradient-overlay-black-bottom {
  background: transparent 0%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.9) 100%
  );
}

/* IMG OVERLAYS
--------------------------------------------*/
.img-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 3;
  opacity: 0.7;
}

/* block overlay colours */
.img-overlay-yellow {
  background: #ffc600;
}

.img-overlay-blue {
  background: #3fbcd8;
}

.img-overlay-black {
  background-color: black;
}

.img-overlay-white {
  background: white;
}

/* BG IMAGE
--------------------------------------------*/
.bg-img-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.bg-img {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* BACKGROUND PATTERNS
--------------------------------------------*/
.bg-pattern {
  background: #f5f5f5;
}

/* SHADOWS
--------------------------------------------*/
.shadow-drop {
  overflow: hidden;
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.2);
}

.shadow-box {
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.1);
}

.shadow-box-heavy {
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.5);
}

a:hover .shadow-box-heavy,
a:focus .shadow-box-heavy {
  box-shadow: 3px 0 15px 0px black;
}

/* COMPONENTS - Individual site components */
/* ACCORDION
--------------------------------------------*/
.panel-group {
  margin: 10px 0 -30px;
  border: none;
}

@media (max-width: 991px) {
  .panel-group {
    margin-bottom: 0;
  }
}

.panel-group .panel {
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .panel-group .panel {
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .panel-group .panel {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .panel-group .panel:last-of-type {
    margin-bottom: 0;
  }
}

.panel-group .panel-default {
  border: none;
  border-radius: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border: none;
}

.panel {
  padding: 0;
  box-shadow: none;
  background: white;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.1);
}

.panel-heading {
  padding: 0;
  overflow: hidden;
}

.panel-heading a {
  padding: 30px;
  display: block;
  position: relative;
}

@media (max-width: 767px) {
  .panel-heading a {
    padding: 15px 20px;
  }
}

.panel-heading a:after {
  content: "\e917";
  font-family: "icomoon";
  font-size: 3rem;
  color: #171717;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 25px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) and (max-width: 991px) {
  .panel-heading a:after {
    font-size: 2.7rem;
  }
}

@media (max-width: 767px) {
  .panel-heading a:after {
    right: 15px;
    font-size: 2rem;
  }
}

.panel-default > .panel-heading {
  border: none;
  border-radius: 0;
  background: white;
}

.panel-default > .panel-heading a:hover h3,
.panel-default > .panel-heading a:hover:after {
  color: #ffc600;
}

.panel-default > .panel-heading a:focus {
  color: #171717;
}

.panel-default > .panel-heading h3 {
  width: 80%;
}

.panel-active > .panel-heading {
  background: white;
}

.panel-active > .panel-heading a h3 {
  color: #ffc600;
}

.panel-active > .panel-heading a:hover,
.panel-active > .panel-heading a:focus {
  background: none;
}

.panel-active > .panel-heading a:hover h3,
.panel-active > .panel-heading a:hover:after,
.panel-active > .panel-heading a:focus h3,
.panel-active > .panel-heading a:focus:after {
  color: #ffc600;
}

.panel-active > .panel-heading a:after {
  content: "\e909";
  color: #ffc600;
}

.panel-title {
  font-size: inherit;
}

.panel-body {
  padding: 0 30px 30px;
}

@media (max-width: 767px) {
  .panel-body {
    padding: 0 20px 20px;
  }
}

/* JQUERY UI FORM AUTOCOMPLETE
--------------------------------------------*/
ul.ui-autocomplete {
  padding: 10px;
  max-height: 200px;
  overflow: auto;
  z-index: 997;
  background-color: white;
  border: 1px solid #d1d1d1;
  border-radius: 0;
  top: 0;
  left: 0;
  position: absolute;
}

ul.ui-autocomplete li.ui-menu-item {
  margin: 0;
  list-style: none;
}

ul.ui-autocomplete li.ui-menu-item div.ui-menu-item-wrapper {
  padding: 5px;
}

ul.ui-autocomplete a {
  color: #171717;
  font-weight: 400;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-state-active,
.ui-state-focus {
  color: #171717;
  background-color: #f1f1f1;
}

/* BLOCK
--------------------------------------------*/
/* block listing */
.block-listing {
  margin-top: -30px;
}

@media (max-width: 767px) {
  .block-listing {
    margin-top: -25px;
  }
}

.block-listing .block {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .block-listing .block {
    margin-top: 25px;
  }
}

/* deafult block */
.block {
  width: 100%;
  height: 100%;
  position: relative;
}

/* BOX
--------------------------------------------*/
.box {
  padding: 35px 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .box {
    padding: 30px 25px;
  }
}

@media (max-width: 767px) {
  .box {
    padding: 25px 20px;
  }
}

/* BREADCRUMB NAV
--------------------------------------------*/
.breadcrumb-nav {
  width: 100%;
  height: 56px;
  background: #ffc600;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .breadcrumb-nav {
    height: 50px;
  }
}

@media (max-width: 767px) {
  .breadcrumb-nav {
    height: 40px;
  }
}

.breadcrumb-nav.hide-breadcrumb {
  height: 0;
}

.breadcrumb-nav.hide-breadcrumb span,
.breadcrumb-nav.hide-breadcrumb a {
  opacity: 0;
}

.breadcrumb-nav .container {
  height: 100%;
}

.breadcrumb-nav span,
.breadcrumb-nav a {
  display: block;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .breadcrumb-nav span,
  .breadcrumb-nav a {
    font-size: 1.7rem;
  }
}

@media (max-width: 767px) {
  .breadcrumb-nav span,
  .breadcrumb-nav a {
    font-size: 1.5rem;
  }
}

.breadcrumb-nav a:hover,
.breadcrumb-nav a:focus {
  opacity: 0.6;
  color: #171717;
}

/* BUTTONS
--------------------------------------------*/
/* primary button styles */
.btn {
  margin: 0;
  cursor: pointer;
  border: 1px solid;
  position: relative;
  display: inline-block;
  outline: none !important;
  font-weight: 300;
  border-radius: 0;
}

.btn:hover,
.btn:focus {
  box-shadow: none;
  outline: none !important;
}

.btn:active,
.btn.active {
  box-shadow: none;
}

/* button group */
.btn-group .btn {
  text-align: left;
  margin-right: 20px;
}

.btn-group .btn + .btn {
  margin-left: 0;
}

/* inline rounded button group */
.btn-group-inline {
  margin-top: 25px;
}

.btn-group-inline .btn {
  margin-top: 0;
  padding: 13px 25px 15px;
  font-size: 2rem;
  line-height: 1;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .btn-group-inline .btn {
    font-size: 1.9rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .btn-group-inline .btn {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .btn-group-inline .btn {
    padding: 13px 20px 14px;
  }
}

@media (max-width: 767px) {
  .btn-group-inline .btn {
    font-size: 1.6rem;
    padding: 10px 15px 12px;
  }
}

.btn-group-inline .btn:not(:last-of-type) {
  margin-right: 15px;
}

.btn-group-inline .btn.active {
  pointer-events: none;
}

/* rounded buttons */
.btn-rounded {
  border-radius: 30px;
}

.btn-rounded-sm {
  border-radius: 5px;
}

/* icon based buttons */
.btn-icon i {
  margin-left: 10px;
  top: 1px;
  position: relative;
}

/* drop shadow buttons */
.btn-shadow {
  box-shadow: 3px 3px 0px 0px black;
}

/* search button */
.btn-search {
  position: relative;
}

.btn-search:after {
  content: "\e904";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: relative;
  margin-left: 10px;
}

/* button sizes */
.btn-sm {
  padding: 10px 15px 12px;
  font-size: 1.7rem;
  line-height: 1;
}

@media (max-width: 767px) {
  .btn-sm {
    font-size: 1.5rem;
  }
}

.btn-sm.btn-icon {
  padding-top: 10px;
  padding-bottom: 13px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .btn-sm.btn-icon {
    padding-top: 14px;
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .btn-sm.btn-icon {
    padding-top: 10px;
    padding-bottom: 11px;
  }
}

.btn-sm.btn-icon i {
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .btn-sm.btn-icon i {
    font-size: 1.5rem;
  }
}

.btn-lg {
  padding: 16px 20px 17px;
  font-size: 2rem;
  line-height: 1;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .btn-lg {
    font-size: 1.8rem;
    padding: 14px 20px 15px;
  }
}

@media (max-width: 767px) {
  .btn-lg {
    font-size: 1.6rem;
    padding: 11px 15px 12px;
  }
}

/* dark grey button */
.btn-grey-dark {
  color: white;
  border-color: #525252;
  background-color: #525252;
}

.btn-grey-dark:hover,
.btn-grey-dark:focus {
  color: white;
  border-color: #171717;
  background-color: #171717;
}

a:hover .btn-grey-dark,
a:focus .btn-grey-dark {
  color: white;
  border-color: #171717;
  background-color: #171717;
}

/* light grey button */
.btn-grey-light {
  color: #171717;
  border-color: #d1d1d1;
  background-color: #d1d1d1;
}

.btn-grey-light:hover,
.btn-grey-light:focus {
  color: white;
  border-color: #171717;
  background-color: #171717;
}

a:hover .btn-grey-light,
a:focus .btn-grey-light {
  color: white;
  border-color: #171717;
  background-color: #171717;
}

/* x light grey button */
.btn-grey-x-light {
  color: #171717;
  border-color: #f1f1f1;
  background-color: #f1f1f1;
}

.btn-grey-x-light:hover,
.btn-grey-x-light:focus {
  color: white;
  border-color: #171717;
  background-color: #171717;
}

a:hover .btn-grey-x-light,
a:focus .btn-grey-x-light {
  color: white;
  border-color: #171717;
  background-color: #171717;
}

/* yellow button */
.btn-yellow,
.btn-group-inline .btn.active {
  color: #171717;
  border-color: #ffc600;
  background-color: #ffc600;
}

.btn-yellow:hover,
.btn-group-inline .btn.active:hover,
.btn-yellow:focus,
.btn-group-inline .btn.active:focus {
  color: white;
  border-color: #171717;
  background-color: #171717;
}

a:hover .btn-yellow,
a:hover .btn-group-inline .btn.active,
.btn-group-inline a:hover .btn.active,
a:focus .btn-yellow,
a:focus .btn-group-inline .btn.active,
.btn-group-inline a:focus .btn.active {
  color: white;
  border-color: #171717;
  background-color: #171717;
}

/* black button */
.btn-blue {
  color: #171717;
  border-color: #3fbcd8;
  background-color: #3fbcd8;
}

.btn-blue:hover,
.btn-blue:focus {
  color: white;
  border-color: #171717;
  background-color: #171717;
}

a:hover .btn-blue,
a:focus .btn-blue {
  color: white;
  border-color: #171717;
  background-color: #171717;
}

/* white button */
.btn-white {
  color: #171717;
  border-color: white;
  background-color: white;
}

.btn-white:hover,
.btn-white:focus {
  color: white;
  border-color: #171717;
  background-color: #171717;
}

a:hover .btn-white,
a:focus .btn-white {
  color: white;
  border-color: #171717;
  background-color: #171717;
}

/* white outline button */
.btn-white-outline {
  color: white;
  background-color: transparent;
  border-color: white;
}

.btn-white-outline:hover,
.btn-white-outline:focus {
  color: #171717;
  border-color: white;
  background-color: white;
}

a:hover .btn-white-outline,
a:focus .btn-white-outline {
  color: #171717;
  border-color: white;
  background-color: white;
}

/* black outline button */
.btn-black-outline {
  color: #171717;
  background-color: white;
  border-color: #171717;
}

.btn-black-outline:hover,
.btn-black-outline:focus {
  color: white;
  border-color: #171717;
  background-color: #171717;
}

.btn-checkbox {
  padding: 0;
  float: left !important;
  margin-left: 40px;
}

.btn-checkbox-unchecked img {
  opacity: 0;
}

th.checkbox-cell {
  padding: 10px 10px !important;
  width: 130px;
}

.btn-checkbox-unchecked:hover {
  background-color: white;
}

.btn-checkbox-unchecked:hover img {
  opacity: 0.3;
}

a:hover .btn-black-outline,
a:focus .btn-black-outline {
  color: white;
  border-color: #171717;
  background-color: #171717;
}

/* grey outline button */
.btn-grey-outline {
  color: #666;
  background-color: transparent;
  border: 2px solid #d1d1d1;
}

.btn-grey-outline:hover,
.btn-grey-outline:focus {
  color: white;
  border-color: #171717;
  background-color: #171717;
}

a:hover .btn-grey-outline,
a:focus .btn-grey-outline {
  color: white;
  border-color: #171717;
  background-color: #171717;
}

/* black button */
.btn-black {
  color: white;
  border-color: #171717;
  background-color: #171717;
}

.btn-black:hover,
.btn-black:focus {
  color: #171717;
  border-color: #ffc600;
  background-color: #ffc600;
}

a:hover .btn-black,
a:focus .btn-black {
  color: #171717;
  border-color: #ffc600;
  background-color: #ffc600;
}

/* alt black button */
.btn-black-alt {
  color: white;
  border-color: #171717;
  background-color: #171717;
}

.btn-black-alt:hover,
.btn-black-alt:focus {
  color: white;
  border-color: #666;
  background-color: #666;
}

a:hover .btn-black-alt,
a:focus .btn-black-alt {
  color: white;
  border-color: #666;
  background-color: #666;
}

/* dark grey button */
.btn-grey-x-dark {
  color: white;
  border-color: #525252;
  background-color: #525252;
}

.btn-grey-x-dark:hover,
.btn-grey-x-dark:focus {
  color: white;
  border-color: #797979;
  background-color: #797979;
}

a:hover .btn-grey-x-dark,
a:focus .btn-grey-x-dark {
  color: white;
  border-color: #797979;
  background-color: #797979;
}

/* medium grey button */
.btn-grey-medium {
  color: white;
  border-color: #797979;
  background-color: #797979;
}

.btn-grey-medium:hover,
.btn-grey-medium:focus {
  color: white;
  border-color: #171717;
  background-color: #171717;
}

a:hover .btn-grey-medium,
a:focus .btn-grey-medium {
  color: white;
  border-color: #171717;
  background-color: #171717;
}

/* CALENDAR
--------------------------------------------*/
#calendar a {
  text-decoration: none !important;
}

.fc-toolbar h2 {
  margin-top: -5px;
  font-size: 3.6rem;
  line-height: 1.2;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .fc-toolbar h2 {
    font-size: 3.2rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .fc-toolbar h2 {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .fc-toolbar h2 {
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  .fc-toolbar h2 {
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .fc-toolbar .fc-right {
    width: 100%;
    float: left;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .fc-toolbar .fc-center {
    width: 100%;
    float: left;
    display: block;
  }
}

.fc-event,
.fc-event-dot {
  background: #ffc600;
}

.fc-event {
  color: #171717;
  border-radius: 0;
  border-color: #ffc600;
}

.fc-event:hover {
  color: #171717;
}

/* CAPTION WRAPPER
--------------------------------------------*/
.caption-wrapper {
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: relative;
}

.caption-wrapper .container {
  height: 100%;
  z-index: 4;
  position: relative;
}

.caption-wrapper .caption {
  z-index: 4;
}

/* CAPTION POSITIONING
--------------------------------------------*/
.caption-bottom {
  width: 90%;
  top: auto;
  bottom: 0;
  position: absolute !important;
}

/* CTA BLOCK
--------------------------------------------*/
.cta-block {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

/* CTA IMG
--------------------------------------------*/
.cta-img:hover .img-overlay {
  opacity: 0.3;
}

.cta-img .img-overlay {
  opacity: 0;
}

/* FORMS
--------------------------------------------*/
.form-wrapper {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .form-wrapper {
    margin-top: 15px;
  }
}

.form-wrapper.no-margin {
  margin-top: 0;
}

.form-wrapper .row-form + .row-form {
  margin-top: 40px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .form-wrapper .row-form + .row-form {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .form-wrapper .row-form + .row-form {
    margin-top: 20px;
  }
}

.form-wrapper .row-form + .row-btn {
  margin-top: 0;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .form-wrapper
    div[class*="col-"]:not(:first-of-type)
    .form-group:first-of-type {
    margin-top: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-wrapper div[class*="col-"]:not(:last-of-type) .checkbox-group {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .form-wrapper div[class*="col-"]:not(:last-of-type) .checkbox-group {
    margin-bottom: 10px;
  }
}

.form-wrapper .btn-group .btn {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .form-wrapper .btn-group .btn {
    margin-top: 20px;
  }
}

.form-wrapper label {
  margin: 0;
  font-weight: 300;
}

.form-wrapper p {
  margin: 0;
}

/* resets */
input,
textarea,
button {
  outline: medium none;
}

::-ms-clear {
  display: none;
}

/* horizontal form */
.form-horizontal label:not(.sr-only) {
  margin-bottom: 10px;
  font-size: 2.3rem;
  line-height: 1.2;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-horizontal label:not(.sr-only) {
    font-size: 2.1rem;
  }
}

@media (max-width: 767px) {
  .form-horizontal label:not(.sr-only) {
    font-size: 2rem;
  }
}

@media (max-width: 767px) {
  .form-horizontal label:not(.sr-only) {
    margin-bottom: 5px;
  }
}

.form-horizontal h1,
.form-horizontal h2,
.form-horizontal h3,
.form-horizontal h4,
.form-horizontal h5,
.form-horizontal h6 {
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .form-horizontal h1,
  .form-horizontal h2,
  .form-horizontal h3,
  .form-horizontal h4,
  .form-horizontal h5,
  .form-horizontal h6 {
    margin-bottom: 10px;
  }
}

.form-horizontal h6.margin-top {
  margin-top: 42px;
}

.form-horizontal .form-group,
.form-group {
  margin: 0 0 20px;
}

@media (max-width: 767px) {
  .form-horizontal .form-group,
  .form-group {
    margin-bottom: 15px;
  }
}

.form-horizontal .form-group:last-of-type,
.form-group:last-of-type {
  margin-bottom: 0;
}

/* inline form */
.form-inline .form-group {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

@media (max-width: 567px) {
  .form-inline .form-group {
    display: block;
  }
}

@media (max-width: 567px) {
  .form-inline .form-group:not(:first-of-type) {
    margin-top: 10px;
  }
}

.form-inline .form-group:not(:last-of-type) {
  margin-right: 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-inline .form-group:not(:last-of-type) {
    margin-right: 10px;
  }
}

@media (min-width: 568px) and (max-width: 767px) {
  .form-inline .form-group:not(:last-of-type) {
    margin-right: 10px;
  }
}

@media (max-width: 567px) {
  .form-inline .form-group:not(:last-of-type) {
    margin-right: 0;
  }
}

.form-inline label {
  font-size: 2.5rem;
  line-height: 1;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-inline label {
    font-size: 2.2rem;
  }
}

@media (max-width: 767px) {
  .form-inline label {
    font-size: 1.8rem;
  }
}

.form-inline .select-wrap {
  width: 175px;
}

.form-inline .btn {
  height: 40px;
  padding: 10px 15px 11px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-inline .btn {
    height: 35px;
    padding: 7px 15px 9px;
  }
}

@media (max-width: 767px) {
  .form-inline .btn {
    height: 30px;
    padding: 5px 10px 6px;
  }
}

.form-inline.date-range {
  margin-right: -1px;
}

.form-inline.date-range label {
  margin-top: 8px;
  font-size: 1.8rem;
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-inline.date-range label {
    font-size: 1.6rem;
  }
}

@media (max-width: 767px) {
  .form-inline.date-range label {
    margin-top: 5px;
    font-size: 1.5rem;
  }
}

.form-inline.date-range .form-control {
  width: 145px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .form-inline.date-range .form-control {
    width: 108px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-inline.date-range .form-control {
    width: 99px;
  }
}

@media (max-width: 767px) {
  .form-inline.date-range .form-control {
    width: 100%;
  }
}

/* form control */
.form-control {
  padding: 4px 10px 6px;
  color: #171717;
  border-radius: 0;
  border: 1px solid #d1d1d1;
  box-shadow: inset 0px 10px 3px -10px rgba(0, 0, 0, 0.2);
  background: white;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  width: 100%;
  height: 40px;
  font-size: 1.9rem;
  line-height: 1.3;
}

@media (max-width: 991px) {
  .form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .form-control {
    height: 35px;
    font-size: 1.7rem;
  }
}

@media (max-width: 767px) {
  .form-control {
    height: 30px;
    padding: 6px 9px;
    font-size: 1.5rem;
  }
}

.form-control:focus {
  outline: 0;
  border: 1px solid #171717;
  box-shadow: none;
}

textarea.form-control {
  padding: 10px;
  width: 100%;
  height: 130px;
}

/* select dropdown */
.select-wrap {
  width: 100%;
  cursor: pointer;
  position: relative;
  color: #171717;
}

.select-wrap:after {
  content: "\e90d";
  font-family: "icomoon";
  z-index: 5;
  font-size: 1.9rem;
  display: block;
  color: #171717;
  pointer-events: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 15px;
}

@media (max-width: 991px) {
  .select-wrap:after {
    right: 10px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .select-wrap:after {
    /* IE10+ CSS styles go here */
    display: none;
  }
}

.select-wrap select,
.select-wrap select.form-control {
  width: 100%;
  z-index: 2;
  cursor: pointer;
  position: relative;
  padding: 4px 30px 5px 10px;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  color: #171717;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

@media (max-width: 991px) {
  .select-wrap select,
  .select-wrap select.form-control {
    padding: 2px 25px 2px 5px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .select-wrap select,
  .select-wrap select.form-control {
    /* IE10+ CSS styles go here */
    padding-right: 10px;
  }
}

.select-wrap select option,
.select-wrap select.form-control option {
  color: #171717;
  padding: 3px 9px;
}

/* radio buttons and checkboxes */
.radio-check-list {
  border: none;
  padding: 0;
  margin: 0;
  text-align: left;
  font-size: inherit;
  padding: 0;
  margin: 0;
  list-style: none;
}

.radio-check-list li {
  list-style: none;
}

.radio-check-list.full-width .checkbox-item {
  display: block;
}

.radio-check-list.half-width .checkbox-item {
  display: inline-block;
}

.radio-check-list.half-width .checkbox-item:not(:last-of-type) {
  margin-right: 20px;
}

.radio-check-list.sub-title .checkbox-item input[type="radio"] + label,
.radio-check-list.sub-title .checkbox-item input[type="checkbox"] + label {
  font-size: 1.9rem;
  line-height: 1.2;
  color: #797979;
}

@media (min-width: 768px) and (max-width: 991px) {
  .radio-check-list.sub-title .checkbox-item input[type="radio"] + label,
  .radio-check-list.sub-title .checkbox-item input[type="checkbox"] + label {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .radio-check-list.sub-title .checkbox-item input[type="radio"] + label,
  .radio-check-list.sub-title .checkbox-item input[type="checkbox"] + label {
    font-size: 1.6rem;
  }
}

.radio-check-list.sub-title .checkbox-item input[type="radio"] + label:before,
.radio-check-list.sub-title .checkbox-item input[type="radio"] + label:after,
.radio-check-list.sub-title
  .checkbox-item
  input[type="checkbox"]
  + label:before,
.radio-check-list.sub-title
  .checkbox-item
  input[type="checkbox"]
  + label:after {
  top: 5px;
}

@media (max-width: 767px) {
  .radio-check-list.sub-title .checkbox-item input[type="radio"] + label:before,
  .radio-check-list.sub-title .checkbox-item input[type="radio"] + label:after,
  .radio-check-list.sub-title
    .checkbox-item
    input[type="checkbox"]
    + label:before,
  .radio-check-list.sub-title
    .checkbox-item
    input[type="checkbox"]
    + label:after {
    top: 3px;
  }
}

.radio-check-list + .sub-title,
.radio-check-list + h6 {
  margin-top: 20px;
}

.checkbox-item {
  margin: 0;
  padding: 0;
  border: none;
  position: relative;
  white-space: normal;
  word-wrap: break-word;
  /* radio/checkbox checked icon */
}

.checkbox-item:hover input[type="radio"] + label:after,
.checkbox-item:hover input[type="checkbox"] + label:after {
  opacity: 0.4;
  border: 1px solid #171717;
}

.checkbox-item input[type="radio"],
.checkbox-item input[type="checkbox"] {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.checkbox-item input[type="radio"] + label,
.checkbox-item input[type="checkbox"] + label {
  width: 100%;
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding-left: 25px;
  font-size: 1.6rem;
}

@media (max-width: 767px) {
  .checkbox-item input[type="radio"] + label,
  .checkbox-item input[type="checkbox"] + label {
    font-size: 1.5rem;
  }
}

.checkbox-item input[type="radio"] + label:before,
.checkbox-item input[type="radio"] + label:after,
.checkbox-item input[type="checkbox"] + label:before,
.checkbox-item input[type="checkbox"] + label:after {
  content: "";
  position: absolute;
}

.checkbox-item input[type="radio"] + label:before,
.checkbox-item input[type="checkbox"] + label:before {
  left: 0;
  top: 3px;
  border: 1px solid #d1d1d1;
  background: white;
  width: 14px;
  height: 14px;
}

@media (max-width: 767px) {
  .checkbox-item input[type="radio"] + label:before,
  .checkbox-item input[type="checkbox"] + label:before {
    top: 1px;
  }
}

.checkbox-item input[type="radio"] + label:after,
.checkbox-item input[type="checkbox"] + label:after {
  left: 0;
  top: 3px;
  opacity: 0;
  font-family: "icomoon";
  width: 14px;
  height: 14px;
}

@media (max-width: 767px) {
  .checkbox-item input[type="radio"] + label:after,
  .checkbox-item input[type="checkbox"] + label:after {
    top: 1px;
    padding: 1px 0;
  }
}

.checkbox-item input[type="radio"]:checked + label:after,
.checkbox-item input[type="checkbox"]:checked + label:after {
  opacity: 1;
  border: 1px solid #171717;
}

.checkbox-item input[type="checkbox"] + label:after,
.checkbox-item input[type="radio"] + label:after {
  /*TH 09112018 Applied same styling for radio and checkbox*/
  content: "\e5ca";
  width: 14px;
  height: 14px;
  font-size: 1.2rem;
  line-height: 0.8;
}
/*.checkbox-item input[type=radio] + label:after {
    border-radius: 20px; }*/

/* placeholder text */
.form-control:-moz-placeholder {
  opacity: 1;
  color: #b8b8b8 !important;
  transition: opacity 0.3s ease;
}

.form-control::-moz-placeholder {
  opacity: 1;
  color: #b8b8b8 !important;
  transition: opacity 0.3s ease;
}

.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #b8b8b8 !important;
  transition: opacity 0.3s ease;
}

.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #b8b8b8 !important;
  transition: opacity 0.3s ease;
}

.placeholder {
  opacity: 1;
  color: #b8b8b8 !important;
}

.form-control:focus:-moz-placeholder {
  opacity: 0;
}

.form-control:focus::-moz-placeholder {
  opacity: 0;
}

.form-control:focus:-ms-input-placeholder {
  opacity: 0;
}

.form-control:focus::-webkit-input-placeholder {
  opacity: 0;
}

.placeholder:focus {
  opacity: 0;
}

/* LINK LIST (COLUMNS)
--------------------------------------------*/
.link-list-columns {
  width: 100%;
  padding: 0;
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 30px;
  column-gap: 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .link-list-columns {
    -webkit-column-gap: 20px;
    column-gap: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .link-list-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (min-width: 568px) and (max-width: 767px) {
  .link-list-columns {
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 567px) {
  .link-list-columns {
    -webkit-column-count: 1;
    column-count: 1;
  }
}

.link-list-columns li {
  width: 100%;
  display: inline-block;
}

.link-list-columns a {
  font-weight: 300;
}

/* LOAD MORE BUTTON
--------------------------------------------*/
.load-more-btn {
  margin-top: 60px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .load-more-btn {
    margin-top: 50px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .load-more-btn {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .load-more-btn {
    margin-top: 25px;
  }
}

.load-more-btn .btn {
  position: absolute;
  left: 45%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: relative;
}

/* BOOTSTRAP MODAL
--------------------------------------------*/
/* bootstrap overwrites */
.modal-backdrop {
  background: none;
}

.modal-backdrop.in {
  opacity: 1;
}

/* CATEGORY LINKS (BUTTONS/DROPDOWN)
--------------------------------------------*/
.category-buttons {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .category-buttons {
    margin-top: 20px;
  }
}

@media (min-width: 368px) {
  .category-buttons .nav-dropdown-list {
    margin: 0;
    border: none;
  }

  .category-buttons .nav-dropdown-list.collapse {
    display: block;
    height: auto !important;
  }

  .category-buttons .nav-dropdown-list ul {
    margin: 0 auto;
  }
}

.category-buttons .category-links {
  margin-bottom: -20px;
}

@media (max-width: 767px) {
  .category-buttons .category-links {
    margin-bottom: 0;
  }
}

.category-buttons .category-links li {
  display: inline-block;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .category-buttons .category-links li {
    display: block;
    margin-bottom: 5px;
  }
}

.category-buttons .category-links li:not(:last-of-type) {
  margin-right: 15px;
}

@media (max-width: 767px) {
  .category-buttons .category-links li:not(:last-of-type) {
    margin-right: 0;
  }
}

.category-buttons .category-links li.active a,
.category-buttons .category-links li.active a:hover,
.category-buttons .category-links li.active a:focus {
  pointer-events: none;
  color: #171717;
  background: #ffc600;
}

@media (max-width: 767px) {
  .category-buttons .category-links li.active a,
  .category-buttons .category-links li.active a:hover,
  .category-buttons .category-links li.active a:focus {
    color: #ffc600;
    background: none;
  }
}

.category-buttons .category-links a {
  cursor: pointer;
  color: #171717;
  display: inline-block;
  padding: 15px 25px 15px;
  font-size: 2rem;
  line-height: 1;
  font-weight: 300;
  background: white;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .category-buttons .category-links a {
    font-size: 1.9rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .category-buttons .category-links a {
    font-size: 1.8rem;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .category-buttons .category-links a {
    padding: 14px 20px 14px;
  }
}

@media (max-width: 767px) {
  .category-buttons .category-links a {
    padding: 0;
    font-size: 1.6rem;
    background: white;
    border-radius: 0;
    display: block;
  }
}

.category-buttons .category-links a:hover,
.category-buttons .category-links a:focus {
  color: white;
  background: #171717;
}

@media (max-width: 767px) {
  .category-buttons .category-links a:hover,
  .category-buttons .category-links a:focus {
    color: #ffc600;
    background: none;
  }
}

/* DROPDOWN NAVIGATION
--------------------------------------------*/
@media (max-width: 767px) {
  .nav-dropdown {
    background: white;
  }
}

/* nav dropdown toggle btn */
.nav-dropdown-button {
  width: 100%;
  color: #171717;
  display: block;
  text-align: left;
  position: relative;
  padding: 10px 15px 11px;
  border: 1px solid #171717;
  font-weight: 400;
}

@media (max-width: 767px) {
  .nav-dropdown-button {
    background: white;
  }
}

.nav-dropdown-button span {
  font-size: 1.6rem;
  color: #171717 !important;
}

.nav-dropdown-button:hover {
  color: #171717;
}

.nav-dropdown-button:after {
  content: "\e90d";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 15px;
  font-size: 2rem;
}

.nav-dropdown-button.open:after {
  content: "\e90a";
}

/* nav list dropdown */
.nav-dropdown-list {
  width: 100%;
  overflow: hidden;
  margin-top: -1px;
  border: 1px solid #171717;
  border-top: none;
  left: 0;
  position: relative;
}

@media (max-width: 767px) {
  .nav-dropdown-list {
    background: white;
  }
}

.nav-dropdown-list ul {
  list-style: none;
  text-align: left;
  padding: 0;
}

@media (max-width: 767px) {
  .nav-dropdown-list ul {
    padding: 0 15px 15px;
  }
}

.nav-dropdown-list li {
  list-style: none;
}

@media (max-width: 767px) {
  .nav-dropdown-list li {
    padding: 3px 0;
  }
}

.nav-dropdown-list li.active a,
.nav-dropdown-list li.active a:hover,
.nav-dropdown-list li.active a:focus {
  cursor: default;
  color: #ffc600;
}

.nav-dropdown-list a {
  color: #171717;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 300;
}

.nav-dropdown-list a:hover {
  color: #ffc600;
}

/* PAGINATION
--------------------------------------------*/
.pagination {
  margin: 0;
  border-radius: 0;
}

.pagination > li > a,
.pagination > li > span {
  border: none;
  border-radius: 0;
  font-size: 1.9rem;
  color: #171717;
  font-weight: 300;
  background: transparent;
}

.pagination > li > a:hover {
  color: #ababab;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  color: #171717;
  background: white;
}

/* QUICKLINKS
--------------------------------------------*/
.quicklinks {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .quicklinks {
    margin-top: 25px;
  }
}

.quicklinks .quicklink-list {
  margin-top: 10px;
}

.quicklinks .quicklink-list li {
  display: inline-block;
}

.quicklinks .quicklink-list li:not(:last-of-type) {
  margin-right: 30px;
}

@media (max-width: 767px) {
  .quicklinks .quicklink-list li:not(:last-of-type) {
    margin-right: 20px;
  }
}

.quicklinks .quicklink-list li a {
  color: #b8b8b8;
  font-weight: 300;
}

.quicklinks .quicklink-list li a:hover {
  color: #171717;
}

/* TABLES
--------------------------------------------*/
.table-wrapper {
  width: 100%;
  overflow-y: auto;
}

table {
  width: 100%;
  display: table;
  font-size: 1.4rem;
  border-spacing: 0;
  background: white;
  border-collapse: collapse;
  border: 1px solid #d1d1d1;
}

table th,
table td {
  border-width: 1px;
  border-style: solid;
  padding: 8px 15px;
}

table th.no-border,
table td.no-border {
  border: none;
}

table tbody th,
table tbody td {
  color: #171717;
  border: 1px solid #d1d1d1;
}

table a:not(.btn) {
  display: inline-block;
  text-decoration: underline;
}

table a:not(.btn):hover {
  color: inherit;
  text-decoration: none;
}

table a:not(.btn):focus {
  color: inherit;
}

table span {
  display: block;
}

table ul,
table ol,
table p {
  margin: 8px 0;
}

/* striped table */
.table-striped tbody tr:nth-of-type(odd) th,
.table-striped tbody tr:nth-of-type(odd) td {
  background: white;
}

.table-striped tbody tr:nth-of-type(even) th,
.table-striped tbody tr:nth-of-type(even) td {
  background: #f1f1f1;
}

/* unstyled table */
.table-unstyled tbody th,
.table-unstyled tbody td {
  border: none;
}

/* TABS
--------------------------------------------*/
/* tab navigation - base */
@media (max-width: 767px) {
  .nav-tabs {
    border: none;
  }
}

.nav-tabs > li {
  margin: 0 40px 0 0;
  border-bottom: 5px solid transparent;
}

@media (max-width: 767px) {
  .nav-tabs > li {
    width: 100%;
    border: none;
    margin: 0 0 10px;
  }
}

.nav-tabs > li > a {
  border: none;
  border-radius: 0;
  padding: 0 0 15px 0;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 3rem;
  line-height: 1;
  color: #9f9f9f;
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav-tabs > li > a {
    font-size: 2.6rem;
  }
}

@media (max-width: 767px) {
  .nav-tabs > li > a {
    padding: 10px;
    font-size: 2rem;
    display: block;
    color: #171717;
    background: #d1d1d1;
  }
}

.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  background: none;
  color: #171717;
}

@media (max-width: 767px) {
  .nav-tabs > li > a:focus,
  .nav-tabs > li > a:hover {
    background: #d1d1d1;
  }
}

.nav-tabs > li.active {
  border-bottom: 5px solid #171717;
}

@media (max-width: 767px) {
  .nav-tabs > li.active {
    border: none;
  }
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  border: none;
  background: none;
  color: #171717;
}

@media (max-width: 767px) {
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:focus,
  .nav-tabs > li.active > a:hover {
    color: white;
    background: #171717;
  }
}

/* panel content */
.tab-content {
  border: none;
  position: relative;
}

.tab-content .text-intro {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .tab-content .text-intro {
    margin-top: 20px;
  }
}

.tab-content .nav-tabs {
  margin-top: 25px;
}

/* BOOTSTRAP TOOLTIP
--------------------------------------------*/
.tooltip-wrapper {
  position: relative;
}

.tooltip {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.tooltip-inner {
  padding: 10px;
}

/* STRUCTURE - Structural elements */
/* DROPDOWN MENUS
--------------------------------------------*/
.drop-down-menu-wrapper {
  top: 0;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .drop-down-menu-wrapper {
    top: 0;
  }
}

.drop-down-menu {
  z-index: 997;
  padding-top: 8px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.drop-down-menu .container {
  position: relative;
}

.drop-down-menu .menu-content {
  z-index: 997;
  position: relative;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
}

.drop-down-menu-inactive {
  opacity: 0;
  visibility: hidden;
}

.drop-down-menu-active {
  opacity: 1;
  visibility: visible;
}

/* small dropdown menu */
.drop-down-menu-sm:before {
  content: "";
  z-index: 996;
  width: 10px;
  height: 10px;
  margin-left: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: transparent;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.5);
  top: 3px;
  left: 50%;
  position: absolute;
}

.drop-down-menu-sm .menu-content {
  width: 200px;
  padding: 15px 10px;
  background: #ffc600;
}

.drop-down-five .menu-content {
  width: 250px;
  padding: 15px 10px;
  background: #ffc600;
}

.drop-down-six .menu-content {
  width: 250px;
  padding: 15px 10px;
  background: #ffc600;
}

.drop-down-seven .menu-content {
  width: 250px;
  padding: 15px 10px;
  background: #ffc600;
}

.drop-down-menu-sm .link-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.drop-down-menu-sm .link-list li {
  list-style: none;
}

.drop-down-menu-sm .link-list li {
  margin-bottom: 0;
}

.drop-down-menu-sm .link-list a {
  padding: 7px;
  display: block;
  font-size: 1.6rem;
  text-align: center;
  font-weight: 400;
}

.drop-down-menu-sm .link-list a:hover {
  color: #171717;
  background: white;
}

/* large dropdown menu */
.drop-down-menu-lg .menu-content {
  width: 100%;
  padding: 30px 25px;
  background: white;
}

.drop-down-menu-lg .nav-tabs > li {
  margin: 0 25px 0 0;
}

.drop-down-menu-lg .nav-tabs > li > a {
  font-size: 2.4rem;
}

.drop-down-menu-lg .nav-tabs > li.active {
  border-bottom: 5px solid #ffc600;
}

.drop-down-menu-lg .tab-content {
  padding-top: 20px;
}

.drop-down-menu-lg .link-list-columns a {
  font-size: 1.4rem;
}

/* GLOBAL HEADER
--------------------------------------------*/
.global-header {
  width: 100%;
  z-index: 998;
  top: 0;
  left: 0;
  position: fixed;
  /* header wrapper */
  /* header links */
  /* header buttons */
  /* logo */
  /* strapline */
  /* nav menu button */
}

.global-header.header-static {
  box-shadow: none;
}

@media (max-width: 991px) {
  .global-header.header-static {
    border-bottom: 1px solid #d1d1d1;
  }
}

.global-header.header-fixed {
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
}

.global-header .container {
  height: 100%;
  position: relative;
}

.global-header .header-wrapper {
  z-index: 998;
  background: white;
  width: 100%;
  height: 130px;
  top: 0;
  left: 0;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  .global-header .header-wrapper {
    margin-top: 45px;
  }
}

@media (max-width: 767px) {
  .global-header .header-wrapper {
    height: 90px;
    margin-top: 36px;
  }
}

.global-header .header-links {
  overflow: hidden;
  top: 0;
  right: 15px;
  position: absolute;
}

.global-header .header-links a {
  float: left;
  display: block;
  padding: 10px 25px 2px;
  font-weight: 300;
  border-left: 1px solid #171717;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .global-header .header-links a {
    padding: 8px 20px 2px;
  }
}

.global-header .header-links a.telephone {
  padding-top: 13px;
  font-size: 1.7rem;
  border-left: none;
  font-family: "Roboto", serif;
}

.global-header .header-links a.login,
.global-header .header-links a.contact,
.global-header .header-links a.help-support {
  line-height: 2;
  text-transform: uppercase;
}

.global-header .header-links a:last-of-type {
  padding-right: 0;
}

.global-header .header-links a i {
  font-size: 2rem;
  margin-left: 10px;
}

.global-header .header-buttons {
  right: 15px;
  bottom: 30px;
  position: absolute;
}

@media (max-width: 991px) {
  .global-header .header-buttons {
    width: 100%;
    z-index: 998;
    left: 0;
    top: 0;
    right: auto;
    bottom: auto;
  }
}

.global-header .header-buttons .btn {
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .global-header .header-buttons .btn {
    float: left;
    display: block;
    text-align: left;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .global-header .header-buttons .btn {
    width: 33.333333%;
  }
}

@media (max-width: 767px) {
  .global-header .header-buttons .btn {
    width: 36%;
    font-size: 1.3rem;
  }
}

@media (max-width: 767px) {
  .global-header .header-buttons .btn:last-of-type {
    width: 28%;
  }
}

.global-header .header-buttons .btn:not(:last-of-type) {
  margin-right: 10px;
}

@media (max-width: 991px) {
  .global-header .header-buttons .btn:not(:last-of-type) {
    margin: 0;
  }
}

@media (max-width: 991px) {
  .global-header .header-buttons .btn i {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .global-header .header-buttons .btn i {
    right: 15px;
  }
}

@media (max-width: 767px) {
  .global-header .header-buttons .btn i {
    right: 10px;
    margin-top: -2px;
  }
}

.global-header .logo-wrapper {
  top: 27px;
  left: 15px;
  position: absolute;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .global-header .logo-wrapper {
    top: 32px;
  }
}

@media (max-width: 991px) {
  .global-header .logo-wrapper {
    top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

.global-header .logo {
  display: block;
  text-indent: -9999px;
  background: url(../img/13dmonitor-logo.svg) no-repeat left top;
  background-size: contain;
  width: 242px;
  height: 44px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .global-header .logo {
    width: 209px;
    height: 38px;
  }
}

@media (max-width: 767px) {
  .global-header .logo {
    width: 155px;
    height: 28px;
  }
}

.global-header .strapline {
  font-style: italic;
  margin-top: 6px;
  font-size: 2.3rem;
  line-height: 1;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

@media (max-width: 991px) {
  .global-header .strapline {
    margin-top: 7px;
  }
}

@media (max-width: 767px) {
  .global-header .strapline {
    font-size: 1.6rem;
  }
}

.global-header .nav-menu-btn {
  float: right;
  display: inline-block;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  .global-header .nav-menu-btn {
    margin-top: 50px;
    width: 35px;
    height: 26px;
  }
}

@media (max-width: 767px) {
  .global-header .nav-menu-btn {
    margin-top: 35px;
    width: 30px;
    height: 20px;
  }
}

.global-header .nav-menu-btn:hover .icon-bar {
  background: #797979;
}

.global-header .nav-menu-btn .icon-bar-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.global-header .nav-menu-btn .icon-bar {
  display: block;
  background: #171717;
}

@media (min-width: 768px) and (max-width: 991px) {
  .global-header .nav-menu-btn .icon-bar {
    width: 35px;
    height: 5px;
  }
}

@media (max-width: 767px) {
  .global-header .nav-menu-btn .icon-bar {
    width: 30px;
    height: 4px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .global-header .nav-menu-btn .icon-bar + .icon-bar {
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .global-header .nav-menu-btn .icon-bar + .icon-bar {
    margin-top: 4px;
  }
}

/* HEADER IMAGE
--------------------------------------------*/
.header-image {
  z-index: 1;
  position: relative;
  width: 100%;
  height: 320px;
  border-bottom: 5px solid #ffc600;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header-image {
    height: 300px;
  }
}

@media (max-width: 767px) {
  .header-image {
    height: 200px;
  }
}

.header-image .caption {
  width: 65%;
  z-index: 4;
  bottom: 50px;
  left: 15px;
  position: absolute;
}

.header-image .caption h1,
.header-image .caption h2,
.header-image .caption h3,
.header-image .caption h4,
.header-image .caption h5,
.header-image .caption h6,
.header-image .caption p,
.header-image .caption li,
.header-image .caption span:not(.btn),
.header-image .caption blockquote {
  color: white;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-image .caption {
    bottom: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-image .caption {
    bottom: 30px;
  }
}

@media (max-width: 767px) {
  .header-image .caption {
    width: 90%;
    bottom: 20px;
  }
}

.header-image .caption h1 span,
.header-image .caption h2 span,
.header-image .caption h3 span,
.header-image .caption h4 span,
.header-image .caption h5 span,
.header-image .caption h6 span {
  color: #ffc600 !important;
}

.header-image .caption a:not(.btn) {
  color: #ffc600;
  font-weight: 300;
}

.header-image .caption a:not(.btn):hover {
  color: white;
}

/* PAGE HEADER
--------------------------------------------*/
.page-header {
  padding-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.page-header:not([class*="border-"]) {
  border: none;
}

@media (max-width: 767px) {
  .page-header p + p {
    margin-top: 10px;
  }
}

.page-header p.text-styled {
  margin-top: 10px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-size: 2.8rem;
  line-height: 1.4;
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-header p.text-styled {
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  .page-header p.text-styled {
    font-size: 2rem;
  }
}

.page-header .category-buttons .category-links li:not(.active) a:not(:hover) {
  background: #f1f1f1;
}

@media (max-width: 767px) {
  .page-header .category-buttons .category-links li:not(.active) a:not(:hover) {
    background: white;
  }
}

/* SEARCH RESULTS HEADER
--------------------------------------------*/
.search-results-header {
  margin-top: 50px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .search-results-header {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .search-results-header {
    margin-top: 25px;
  }
}

.search-results-header h2 {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .search-results-header h2 {
    margin-bottom: 20px;
  }
}

.search-results-header .list-statistics {
  margin-bottom: 30px;
}

.search-results-header .list-statistics li {
  margin: 0 20px 10px 0;
  display: inline-block;
  font-size: 2.3rem;
  line-height: 1.2;
}

@media (min-width: 768px) and (max-width: 991px) {
  .search-results-header .list-statistics li {
    font-size: 2.1rem;
  }
}

@media (max-width: 767px) {
  .search-results-header .list-statistics li {
    display: block;
    margin: 0 0 10px;
    font-size: 1.9rem;
  }
}

.search-results-header .list-parameters {
  margin-top: 10px;
}

.search-results-header .list-parameters li {
  margin: 0 30px 10px 0;
  display: inline-block;
  font-size: 1.9rem;
  line-height: 1.2;
}

@media (min-width: 768px) and (max-width: 991px) {
  .search-results-header .list-parameters li {
    font-size: 1.8rem;
  }
}

@media (max-width: 767px) {
  .search-results-header .list-parameters li {
    display: block;
    margin: 0 0 10px;
    font-size: 1.7rem;
  }
}

/* HEADER TEXT
--------------------------------------------*/
.header-text {
  padding-top: 60px;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-text {
    padding-top: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-text {
    padding-top: 40px;
  }
}

@media (max-width: 767px) {
  .header-text {
    padding-top: 25px;
  }
}

.header-text .text-styled {
  width: 50%;
  color: #797979;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-text .text-styled {
    width: 60%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-text .text-styled {
    width: 80%;
  }
}

@media (max-width: 767px) {
  .header-text .text-styled {
    width: 100%;
  }
}

.header-text.bg-white {
  padding-bottom: 60px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header-text.bg-white {
    padding-bottom: 45px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-text.bg-white {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .header-text.bg-white {
    padding-bottom: 25px;
  }
}

.header-text .search-form {
  border-bottom: 1px solid #171717;
  right: 0;
  bottom: 25px;
  position: absolute;
}

@media (max-width: 991px) {
  .header-text .search-form {
    right: auto;
    bottom: auto;
    position: relative;
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .header-text .search-form {
    width: 270px;
  }
}

@media (min-width: 568px) and (max-width: 767px) {
  .header-text .search-form {
    width: 50%;
  }
}

@media (max-width: 567px) {
  .header-text .search-form {
    width: 100%;
  }
}

.header-text .search-form .form-group {
  width: 100%;
  margin-right: 0;
  position: relative;
}

.header-text .search-form .form-control {
  border: none;
  box-shadow: none;
  font-size: 2rem;
  padding: 0 0 5px 0;
  font-weight: 300;
  font-family: "Roboto", serif;
}

@media (max-width: 991px) {
  .header-text .search-form .form-control {
    height: 35px;
    padding-bottom: 10px;
  }
}

.header-text .search-form .form-control:-moz-placeholder {
  color: #171717 !important;
}

.header-text .search-form .form-control::-moz-placeholder {
  color: #171717 !important;
}

.header-text .search-form .form-control:-ms-input-placeholder {
  color: #171717 !important;
}

.header-text .search-form .form-control::-webkit-input-placeholder {
  color: #171717 !important;
}

.header-text .search-form button {
  padding: 0;
  border: none;
  background: transparent;
  top: 7px;
  right: 0;
  position: absolute;
}

@media (max-width: 991px) {
  .header-text .search-form button {
    top: 5px;
  }
}

.header-text .search-form button i {
  font-size: 2rem;
}

/* MOBILE NAVIGATION
--------------------------------------------*/
.mobile-nav {
  background: #ffc600;
  /* nav wrapper */
  /* navigation */
  /* primary nav */
  /* secondary nav */
  /* mobile dropdown menu */
  /* contact info */
  /* close menu button */
}

@media (min-width: 768px) and (max-width: 991px) {
  .mobile-nav .mobile-nav-wrapper {
    padding: 80px 40px 150px;
  }
}

@media (max-width: 767px) {
  .mobile-nav .mobile-nav-wrapper {
    padding: 60px 20px 120px;
  }
}

.mobile-nav nav .nav-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.mobile-nav nav .nav-list li {
  list-style: none;
}

.mobile-nav nav .nav-list li {
  margin-bottom: 0;
  position: relative;
}

.mobile-nav nav .nav-list a {
  display: block;
  position: relative;
  font-weight: 300;
}

.mobile-nav nav .nav-list a:hover,
.mobile-nav nav .nav-list a:focus {
  color: #171717;
}

.mobile-nav .nav-primary-mobile li.nav-sub-menu > a {
  padding-right: 20px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mobile-nav .nav-primary-mobile li.nav-sub-menu > a {
    padding-right: 50px;
  }
}

@media (max-width: 767px) {
  .mobile-nav .nav-primary-mobile li.nav-sub-menu > a {
    padding-right: 40px;
  }
}

.mobile-nav .nav-primary-mobile li.nav-sub-menu > a:after {
  content: "\e90d";
  font-family: "icomoon";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 0;
  line-height: normal !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mobile-nav .nav-primary-mobile li.nav-sub-menu > a:after {
    font-size: 2.6rem;
  }
}

@media (max-width: 767px) {
  .mobile-nav .nav-primary-mobile li.nav-sub-menu > a:after {
    font-size: 2rem;
  }
}

.mobile-nav .nav-primary-mobile li.sub-menu-open > a:after {
  content: "\e910";
}

@media (min-width: 768px) and (max-width: 991px) {
  .mobile-nav .nav-primary-mobile a {
    padding: 8px 0;
    font-size: 2.4rem;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .mobile-nav .nav-primary-mobile a {
    padding: 6px 0;
    font-size: 1.7rem;
    line-height: 1.2;
  }
}

.mobile-nav .nav-secondary-mobile {
  border-top: 1px solid #171717;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mobile-nav .nav-secondary-mobile {
    margin-top: 30px;
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .mobile-nav .nav-secondary-mobile {
    margin-top: 15px;
    padding-top: 17px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mobile-nav .nav-secondary-mobile a {
    padding: 5px 0;
    font-size: 2rem;
    line-height: 1.3;
  }
}

@media (max-width: 767px) {
  .mobile-nav .nav-secondary-mobile a {
    padding: 4px 0;
    font-size: 1.5rem;
    line-height: 1.2;
  }
}

.mobile-nav .sub-menu {
  display: none;
  position: relative;
  list-style: none;
  background: rgba(255, 255, 255, 0.3);
}

@media (min-width: 768px) and (max-width: 991px) {
  .mobile-nav .sub-menu {
    padding: 20px 30px;
    margin: 15px 0;
  }
}

@media (max-width: 767px) {
  .mobile-nav .sub-menu {
    padding: 13px 20px;
    margin: 10px 0;
  }
}

.mobile-nav .sub-menu.menu-active {
  display: block;
}

.mobile-nav .sub-menu .sub-menu {
  padding: 0;
  background: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mobile-nav .sub-menu .sub-menu a {
    font-size: 1.9rem;
  }
}

@media (max-width: 767px) {
  .mobile-nav .sub-menu .sub-menu a {
    font-size: 1.5rem;
  }
}

.mobile-nav .sub-menu li.nav-second-level > a {
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mobile-nav .sub-menu li.nav-second-level > a {
    font-size: 2.4rem;
  }
}

@media (max-width: 767px) {
  .mobile-nav .sub-menu li.nav-second-level > a {
    font-size: 1.7rem;
  }
}

.mobile-nav .sub-menu li.nav-second-level > a:after {
  font-weight: 300;
}

.mobile-nav .sub-menu a {
  color: #171717;
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mobile-nav .sub-menu a {
    padding: 5px 0;
    font-size: 2.1rem;
  }
}

@media (max-width: 767px) {
  .mobile-nav .sub-menu a {
    padding: 4px 0;
    font-size: 1.5rem;
  }
}

.mobile-nav .nav-contact {
  background: white;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mobile-nav .nav-contact {
    padding: 30px;
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .mobile-nav .nav-contact {
    padding: 20px;
    margin-top: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .mobile-nav .nav-contact p {
    font-size: 2.7rem;
    line-height: 1;
  }
}

@media (max-width: 767px) {
  .mobile-nav .nav-contact p {
    font-size: 1.7rem;
    line-height: 1;
  }
}

.mobile-nav .nav-contact p:not(:first-of-type) {
  margin-top: 10px;
}

.mobile-nav .nav-contact p a {
  margin-left: 5px;
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mobile-nav .nav-contact address {
    margin-top: 20px;
    font-size: 2rem;
    line-height: 1.5;
  }
}

@media (max-width: 767px) {
  .mobile-nav .nav-contact address {
    width: 70%;
    margin-top: 15px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.mobile-nav .nav-contact a {
  font-weight: 300;
}

.mobile-nav .close-nav-btn {
  display: block;
  z-index: 997;
  color: #171717;
  position: absolute;
}

@media (min-width: 768px) and (max-width: 991px) {
  .mobile-nav .close-nav-btn {
    top: 40px;
    right: 55px;
  }
}

@media (max-width: 767px) {
  .mobile-nav .close-nav-btn {
    top: 30px;
    right: 30px;
  }
}

.mobile-nav .close-nav-btn:after {
  content: "\e5cd";
  font-family: "icomoon";
  font-weight: normal;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media (min-width: 768px) and (max-width: 991px) {
  .mobile-nav .close-nav-btn:after {
    font-size: 4rem;
  }
}

@media (max-width: 767px) {
  .mobile-nav .close-nav-btn:after {
    font-size: 3rem;
  }
}

/* PRIMARY NAVIGATION
--------------------------------------------*/
.nav-primary {
  width: 100%;
  height: 85px;
  background: #171717;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nav-primary {
    height: 76px;
  }
}

.nav-primary .nav-list {
  display: flex;
  flex-wrap: nowrap;
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
  height: 100%;
}

.nav-primary .nav-list li {
  flex: 1;
  text-align: center;
  white-space: nowrap;
  list-style: none;
  vertical-align: middle;
  height: 100%;
  padding: 0;
}

.nav-primary .nav-list > li > a {
  color: white;
  display: block;
  padding: 0;
  margin: 0;
  text-decoration: none;
  padding: 10px 10px 35px 10px;
  display: block;
  text-align: center;
  position: relative;

  font-size: 1.35rem;
  line-height: 1.4;
  letter-spacing: 1.2px;
  background: transparent;
  font-weight: 300;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .nav-primary .nav-list > li > a {
    font-size: 1.4rem;
    padding: 8px 2px 28px;
  }
}

.nav-primary .nav-list > li > a:hover {
  color: #171717;
  background: #ffc600;
}

.nav-primary .nav-list > li.nav-drop-down > a:hover:before {
  color: #171717;
}

.nav-primary .nav-list > li.nav-drop-down > a:before,
.nav-primary .nav-list > li.nav-drop-down > a:after {
  pointer-events: none;
}

.nav-primary .nav-list > li.nav-drop-down > a:before {
  content: "\f05b";
  font-size: 1.2rem;
  color: #ffc600;
  font-family: "icomoon";
  bottom: 11px;
  left: 45%;
  position: absolute;
}

.nav-primary .nav-list > li.nav-drop-down > a:after {
  content: "";
  opacity: 0;
  z-index: 998;
  width: 10px;
  height: 10px;
  margin-left: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -13px;
  left: 50%;
  position: absolute;
}

@media (min-width: 992px) {
  .nav-primary .nav-list > li.nav-drop-down > a.nav-drop-down-active:after {
    opacity: 1;
  }
}

.nav-primary .nav-list > li.nav-drop-down-lg > a:after {
  background: white;
}

.nav-primary .nav-list > li.nav-drop-down-sm > a:after {
  background: #ffc600;
}

.nav-primary .nav-list li:hover {
  background: #ffc600;
}

.nav-primary .nav-list > li > a:hover {
  color: #171717;
  background: transparent;
}

/* STRUCTURE
--------------------------------------------*/
/* main site wrapper */
.site-wrapper {
  overflow: hidden;
  position: relative;
}

/* main content */
.main-content {
  margin-top: 215px;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .main-content {
    margin-top: 206px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-content {
    margin-top: 175px;
  }
}

@media (max-width: 767px) {
  .main-content {
    margin-top: 126px;
  }
}

/* content section */
.content {
  z-index: 1;
  padding: 60px 0;
  position: relative;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .content {
    padding: 50px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .content {
    padding: 40px 0;
  }
}

@media (max-width: 767px) {
  .content {
    padding: 25px 0;
  }
}

/* inner content (floated) */
.content-inner {
  padding-right: 50px;
  /* full width content */
  /* default widget */
}

@media (min-width: 992px) and (max-width: 1199px) {
  .content-inner {
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .content-inner {
    padding-right: 0;
  }
}

.content-inner.full-width {
  padding: 0;
}

.content-inner .widget:not(:first-of-type) {
  margin-top: 35px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .content-inner .widget:not(:first-of-type) {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .content-inner .widget:not(:first-of-type) {
    margin-top: 20px;
  }
}

/* sidebar */
@media (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .sidebar {
    margin-top: 25px;
  }
}

/* content wrapper */
.content-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 996;
}

/* container fluid */
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-fluid .row {
  margin: 0 -20px;
}

@media (max-width: 767px) {
  .container-fluid .row {
    margin: 0 -15px;
  }
}

.container-fluid div[class^="col-"] {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .container-fluid div[class^="col-"] {
    padding: 0 15px;
  }
}

/* bootstrap columns */
@media (max-width: 567px) {
  div[class*="col-"] {
    height: auto;
    width: 100%;
    float: none;
  }
}

/* SECTIONS - Individual sections */
/* ACTIVIST PROFILE LIST
--------------------------------------------*/
.activist-profile-list .link-list-columns li {
  margin-bottom: 10px;
}

.activist-profile-list .link-list-columns a {
  line-height: 1.2;
}

/* ACTIVIST/COMPANY PROFILE
--------------------------------------------*/
/* activist header */
.activist-header-text {
  padding: 50px 0 60px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .activist-header-text {
    padding: 40px 0 50px;
  }
}

@media (max-width: 767px) {
  .activist-header-text {
    padding: 25px 0 30px;
  }
}

@media (max-width: 767px) {
  .activist-header-text .btn-group {
    margin-top: 10px;
  }
}

.activist-header-text .icon-toggle:before {
  content: "\e917";
  font-family: "icomoon";
}

.activist-header-text .icon-toggle.icon-expanded:before {
  content: "\e909";
}

.activist-header-text .description .text-widget {
  width: 80%;
  margin-top: 50px;
}

.activist-profile-overview h3 + p {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .activist-profile-overview h3 + p {
    margin-top: 8px;
  }
}

@media (max-width: 991px) {
  .activist-header-text .description .text-widget {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .activist-header-text .description .text-widget {
    margin-top: 30px;
  }
}

/* CALENDAR
--------------------------------------------*/
/* header text */
.calendar-header-text .container {
  position: relative;
}

.calendar-header-text .calendar-buttons {
  z-index: 2;
  overflow: hidden;
  top: 5px;
  right: 0;
  position: absolute;
}

@media (min-width: 768px) and (max-width: 991px) {
  .calendar-header-text .calendar-buttons {
    top: -2px;
  }
}

@media (max-width: 767px) {
  .calendar-header-text .calendar-buttons {
    top: 0;
    position: relative;
  }
}

.calendar-header-text .calendar-buttons .fc-toolbar.fc-header-toolbar {
  margin: 0 !important;
}

.calendar-header-text .form-wrapper {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .calendar-header-text .form-wrapper {
    margin-top: 20px;
  }
}

.calendar-header-text .form-wrapper .btn-group .btn {
  margin-top: 42px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .calendar-header-text .form-wrapper .btn-group .btn {
    margin-top: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .calendar-header-text .form-wrapper .btn-group .btn {
    font-size: 1.6rem;
    padding: 7px 15px 9px;
  }
}

@media (max-width: 767px) {
  .calendar-header-text .form-wrapper .btn-group .btn {
    margin-top: 5px;
  }
}

/* COMPANY PROFILE
--------------------------------------------*/
/* ticker search */
.company-profile-ticker {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .company-profile-ticker {
    padding: 25px 0;
  }
}

.company-profile-ticker h4 {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .company-profile-ticker h4 {
    margin-bottom: 15px;
  }
}

/* NEWS LISTING
--------------------------------------------*/
/* shared news elements (listing & detail) */
.news .text-standard * + h1,
.news .text-standard * + h2,
.news .text-standard * + h3,
.news .text-standard * + h4,
.news .text-standard * + h5,
.news .text-standard * + h6,
.news .text-standard * + ul,
.news .text-standard * + ol,
.news .text-standard * + dl,
.news .text-standard * + p,
.news .text-standard * + blockquote,
.news .text-standard * + table,
.news .text-standard * + form,
.news .text-standard * + address,
.news .text-standard * + img + span:not(.btn) {
  margin-top: 15px;
}

/* news listing */
.news-thumbnail .cta-block {
  font-weight: 300;
}

.news-thumbnail .cta-block:hover,
.news-thumbnail .cta-block:focus {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.news-thumbnail .cta-block:hover h4,
.news-thumbnail .cta-block:focus h4 {
  color: #ffc600 !important;
}

@media (max-width: 767px) {
  .news-thumbnail .cta-block:hover h4,
  .news-thumbnail .cta-block:focus h4 {
    margin-top: 10px;
  }
}

.news-thumbnail .cta-block h1,
.news-thumbnail .cta-block h2,
.news-thumbnail .cta-block h3,
.news-thumbnail .cta-block h4,
.news-thumbnail .cta-block h5,
.news-thumbnail .cta-block h6 {
  color: #171717 !important;
}

@media (max-width: 767px) {
  .news-thumbnail .cta-block h1,
  .news-thumbnail .cta-block h2,
  .news-thumbnail .cta-block h3,
  .news-thumbnail .cta-block h4,
  .news-thumbnail .cta-block h5,
  .news-thumbnail .cta-block h6 {
    margin-top: 10px;
  }
}

.news-thumbnail .cta-block p {
  color: #171717 !important;
}

.news-thumbnail .cta-block .synopsis {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 300px;
  height: 9rem;
  /* Fallback for non-webkit */
  font-size: 1.5rem;
  line-height: 1.5;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-thumbnail .bg-img-wrapper {
  height: 200px;
  position: relative;
}

/* news detail */
.news-detail .caption {
  padding-right: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-detail .caption {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .news-detail .caption {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .news-detail .caption h4 {
    font-size: 3rem;
  }
}

@media (max-width: 767px) {
  .news-detail .caption h4 {
    font-size: 2.4rem;
  }
}

.news-detail iframe {
  max-width: 100%;
}

@media (max-width: 567px) {
  .news-detail iframe {
    max-height: 250px;
  }
}

/* HOMEPAGE
--------------------------------------------*/
/* header */
.home-header {
  padding: 50px 0;
  position: relative;
}

@media (max-width: 767px) {
  .home-header {
    padding: 30px 0;
  }

  div.landing-page {
    padding: 40px !important;
  }
}

.home-header .cta-join-us {
  z-index: 6;
  display: block;
  padding: 30px 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  color: #666;
  border: 3px solid #3fbcd8;
  font-size: 2.4rem;
  line-height: 1;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  font-weight: 400;
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .home-header .cta-join-us {
    font-size: 2.2rem;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-header .cta-join-us {
    padding: 25px 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-header .cta-join-us {
    padding: 25px 35px;
  }
}

@media (max-width: 767px) {
  .home-header .cta-join-us {
    padding: 20px;
    text-align: left;
    -webkit-transform: none;
    transform: none;
    top: 0;
    left: 0;
    position: relative;
  }
}

.home-header .cta-join-us:hover {
  background: white;
  box-shadow: 3px 0 15px 0px black;
}

.home-header .cta-join-us span {
  display: block;
  color: #171717;
  font-style: italic;
  font-size: 3.2rem;
  margin-top: 5px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .home-header .cta-join-us span {
    font-size: 3rem;
  }
}

.home-header .cta-block {
  overflow: visible;
}

.home-header .box {
  height: 250px;
  padding: 25px 30px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home-header .box {
    height: 230px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-header .box {
    height: 320px;
  }
}

@media (max-width: 767px) {
  .home-header .box {
    height: auto;
    padding: 20px;
  }
}

.home-header .box.bg-white-opaque {
  color: #171717 !important;
}

.home-header .caption {
  font-weight: 300;
}

.home-header .caption-bottom {
  bottom: 100px;
}

@media (max-width: 767px) {
  .home-header .caption-bottom {
    bottom: auto;
    position: relative !important;
  }
}

.home-header .text-standard * + h1,
.home-header .text-standard * + h2,
.home-header .text-standard * + h3,
.home-header .text-standard * + h4,
.home-header .text-standard * + h5,
.home-header .text-standard * + h6,
.home-header .text-standard * + ul,
.home-header .text-standard * + ol,
.home-header .text-standard * + dl,
.home-header .text-standard * + p,
.home-header .text-standard * + blockquote,
.home-header .text-standard * + table,
.home-header .text-standard * + form,
.home-header .text-standard * + address,
.home-header .text-standard * + img + span:not(.btn) {
  margin-top: 10px;
}

.home-header .text-standard h1,
.home-header .text-standard h2,
.home-header .text-standard h3,
.home-header .text-standard h4,
.home-header .text-standard h5,
.home-header .text-standard h6 {
  text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}

/* Sidebar Widgets - Individual sidebar widgets */
/* SIDEBAR WIDGET
--------------------------------------------*/
.sidebar .widget:not(:first-of-type) {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .sidebar .widget:not(:first-of-type) {
    margin-top: 20px;
  }
}

.sidebar .widget:last-of-type {
  margin-bottom: 35px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sidebar .widget:last-of-type {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .sidebar .widget:last-of-type {
    margin-bottom: 10px;
  }
}

/* TABLE WIDGET
--------------------------------------------*/
.sidebar .table-widget thead th {
  font-size: 1.9rem;
  font-weight: 400;
}

/* STANDARD TEXT
--------------------------------------------*/
.sidebar .text-standard {
  /* element margins */
  /* buttons */
}

.sidebar .text-standard * + ul,
.sidebar .text-standard * + ol,
.sidebar .text-standard * + dl,
.sidebar .text-standard * + p,
.sidebar .text-standard * + blockquote,
.sidebar .text-standard * + table,
.sidebar .text-standard * + form,
.sidebar .text-standard * + address {
  margin: 15px 0 0;
}

@media (max-width: 767px) {
  .sidebar .text-standard * + ul,
  .sidebar .text-standard * + ol,
  .sidebar .text-standard * + dl,
  .sidebar .text-standard * + p,
  .sidebar .text-standard * + blockquote,
  .sidebar .text-standard * + table,
  .sidebar .text-standard * + form,
  .sidebar .text-standard * + address {
    margin: 10px 0 0;
  }
}

.sidebar .text-standard * + ul + h2,
.sidebar .text-standard * + ul + h3,
.sidebar .text-standard * + ul + h4,
.sidebar .text-standard * + ul + h5,
.sidebar .text-standard * + ul + h6,
.sidebar .text-standard * + ol + h2,
.sidebar .text-standard * + ol + h3,
.sidebar .text-standard * + ol + h4,
.sidebar .text-standard * + ol + h5,
.sidebar .text-standard * + ol + h6,
.sidebar .text-standard * + dl + h2,
.sidebar .text-standard * + dl + h3,
.sidebar .text-standard * + dl + h4,
.sidebar .text-standard * + dl + h5,
.sidebar .text-standard * + dl + h6,
.sidebar .text-standard * + p + h2,
.sidebar .text-standard * + p + h3,
.sidebar .text-standard * + p + h4,
.sidebar .text-standard * + p + h5,
.sidebar .text-standard * + p + h6,
.sidebar .text-standard * + blockquote + h2,
.sidebar .text-standard * + blockquote + h3,
.sidebar .text-standard * + blockquote + h4,
.sidebar .text-standard * + blockquote + h5,
.sidebar .text-standard * + blockquote + h6,
.sidebar .text-standard * + table + h2,
.sidebar .text-standard * + table + h3,
.sidebar .text-standard * + table + h4,
.sidebar .text-standard * + table + h5,
.sidebar .text-standard * + table + h6,
.sidebar .text-standard * + form + h2,
.sidebar .text-standard * + form + h3,
.sidebar .text-standard * + form + h4,
.sidebar .text-standard * + form + h5,
.sidebar .text-standard * + form + h6,
.sidebar .text-standard * + address + h2,
.sidebar .text-standard * + address + h3,
.sidebar .text-standard * + address + h4,
.sidebar .text-standard * + address + h5,
.sidebar .text-standard * + address + h6 {
  margin: 20px 0 0;
}

@media (max-width: 767px) {
  .sidebar .text-standard * + ul + h2,
  .sidebar .text-standard * + ul + h3,
  .sidebar .text-standard * + ul + h4,
  .sidebar .text-standard * + ul + h5,
  .sidebar .text-standard * + ul + h6,
  .sidebar .text-standard * + ol + h2,
  .sidebar .text-standard * + ol + h3,
  .sidebar .text-standard * + ol + h4,
  .sidebar .text-standard * + ol + h5,
  .sidebar .text-standard * + ol + h6,
  .sidebar .text-standard * + dl + h2,
  .sidebar .text-standard * + dl + h3,
  .sidebar .text-standard * + dl + h4,
  .sidebar .text-standard * + dl + h5,
  .sidebar .text-standard * + dl + h6,
  .sidebar .text-standard * + p + h2,
  .sidebar .text-standard * + p + h3,
  .sidebar .text-standard * + p + h4,
  .sidebar .text-standard * + p + h5,
  .sidebar .text-standard * + p + h6,
  .sidebar .text-standard * + blockquote + h2,
  .sidebar .text-standard * + blockquote + h3,
  .sidebar .text-standard * + blockquote + h4,
  .sidebar .text-standard * + blockquote + h5,
  .sidebar .text-standard * + blockquote + h6,
  .sidebar .text-standard * + table + h2,
  .sidebar .text-standard * + table + h3,
  .sidebar .text-standard * + table + h4,
  .sidebar .text-standard * + table + h5,
  .sidebar .text-standard * + table + h6,
  .sidebar .text-standard * + form + h2,
  .sidebar .text-standard * + form + h3,
  .sidebar .text-standard * + form + h4,
  .sidebar .text-standard * + form + h5,
  .sidebar .text-standard * + form + h6,
  .sidebar .text-standard * + address + h2,
  .sidebar .text-standard * + address + h3,
  .sidebar .text-standard * + address + h4,
  .sidebar .text-standard * + address + h5,
  .sidebar .text-standard * + address + h6 {
    margin: 15px 0 0;
  }
}

.sidebar .text-standard * + h2,
.sidebar .text-standard * + h3,
.sidebar .text-standard * + h4,
.sidebar .text-standard * + h5,
.sidebar .text-standard * + h6 {
  margin: 20px 0 0;
}

@media (max-width: 767px) {
  .sidebar .text-standard * + h2,
  .sidebar .text-standard * + h3,
  .sidebar .text-standard * + h4,
  .sidebar .text-standard * + h5,
  .sidebar .text-standard * + h6 {
    margin: 15px 0 0;
  }
}

.sidebar .text-standard h2 + h2,
.sidebar .text-standard h2 + h3,
.sidebar .text-standard h2 + h4,
.sidebar .text-standard h2 + h5,
.sidebar .text-standard h2 + h6,
.sidebar .text-standard h3 + h2,
.sidebar .text-standard h3 + h3,
.sidebar .text-standard h3 + h4,
.sidebar .text-standard h3 + h5,
.sidebar .text-standard h3 + h6,
.sidebar .text-standard h4 + h2,
.sidebar .text-standard h4 + h3,
.sidebar .text-standard h4 + h4,
.sidebar .text-standard h4 + h5,
.sidebar .text-standard h4 + h6,
.sidebar .text-standard h5 + h2,
.sidebar .text-standard h5 + h3,
.sidebar .text-standard h5 + h4,
.sidebar .text-standard h5 + h5,
.sidebar .text-standard h5 + h6,
.sidebar .text-standard h6 + h2,
.sidebar .text-standard h6 + h3,
.sidebar .text-standard h6 + h4,
.sidebar .text-standard h6 + h5,
.sidebar .text-standard h6 + h6 {
  margin-top: 10px;
}

.sidebar .text-standard h2 + p,
.sidebar .text-standard h3 + p,
.sidebar .text-standard h4 + p,
.sidebar .text-standard h5 + p,
.sidebar .text-standard h6 + p {
  margin-top: 15px;
}

.sidebar .text-standard .btn {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .sidebar .text-standard .btn {
    margin-top: 15px;
  }
}

/* SIDEBAR WIDGET
--------------------------------------------*/
.sidebar .text-widget address {
  font-size: 1.9rem;
  line-height: 1.6;
}

.sidebar .text-widget ul {
  font-size: 1.8rem;
}

/* Widgets - Individual widgets */
/* WIDGET
--------------------------------------------*/
.widget {
  outline: none;
  position: relative;
  /* add margin when widget follows another */
  /* widget padding */
}

.widget + .widget {
  margin-top: 60px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .widget + .widget {
    margin-top: 50px;
  }
}

@media (max-width: 767px) {
  .widget + .widget {
    margin-top: 30px;
  }
}

.widget.widget-padding {
  padding: 70px 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .widget.widget-padding {
    padding: 60px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .widget.widget-padding {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .widget.widget-padding {
    padding: 35px 0;
  }
}

.widget.widget-padding + .widget-padding {
  margin-top: 0;
}

/* ACTIVIST INFO WIDGET
--------------------------------------------*/
.activist-info-widget th,
.activist-info-widget td {
  padding: 20px;
  vertical-align: top;
}

/* ACTIVIST PROFILE WIDGET
--------------------------------------------*/
.activist-profile-widget {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .activist-profile-widget {
    margin-top: 25px;
  }
}

.activist-profile-widget tbody tr {
  border: 1px solid #d1d1d1;
}

.activist-profile-widget tbody tr.selected th,
.activist-profile-widget tbody tr.selected td {
  background: #f1f1f1 !important;
}

.activist-profile-widget tbody tr.selected .title {
  font-weight: 700;
}

.activist-profile-widget tbody tr th,
.activist-profile-widget tbody tr td {
  padding: 10px 15px;
}

.activist-profile-widget tbody tr th a {
  text-decoration: none;
  font-weight: 300;
}

.activist-profile-widget tbody tr th a:hover {
  color: #939393;
}

.activist-profile-widget tbody tr td {
  border: none;
}

.activist-profile-widget tbody .btn {
  float: right;
}

.activist-profile-widget .title {
  font-size: 2.3rem;
  line-height: 1.2;
  font-family: "Roboto", serif;
}

@media (min-width: 768px) and (max-width: 991px) {
  .activist-profile-widget .title {
    font-size: 2.1rem;
  }
}

@media (max-width: 767px) {
  .activist-profile-widget .title {
    font-size: 2rem;
  }
}

.activist-profile-widget .see-profile {
  margin-top: 5px;
  font-size: 1.3rem;
  line-height: 1.3;
}

/* ACTIVIST SUMMARY WIDGET
--------------------------------------------*/
.activist-summary-widget .container-fluid {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .activist-summary-widget .container-fluid {
    padding: 0 15px;
  }
}

.activist-summary-widget .container-fluid div[class^="col-"] {
  padding: 0 10px;
}

@media (max-width: 767px) {
  .activist-summary-widget .container-fluid div[class^="col-"] {
    padding: 0;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .activist-summary-widget
    .container-fluid
    div[class^="col-"]:nth-of-type(n + 3)
    .table-wrapper {
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .activist-summary-widget
    .container-fluid
    div[class^="col-"]:not(:first-of-type)
    .table-wrapper {
    margin-top: 25px;
  }
}

.activist-summary-widget table th,
.activist-summary-widget table td {
  padding: 8px 10px;
  font-size: 1.3rem;
}

/* CHART WIDGET
--------------------------------------------*/
.chart-widget {
  font-size: 1.7rem;
}

.chart-widget * + img {
  margin-top: 35px;
}

@media (max-width: 767px) {
  .chart-widget * + img {
    margin-top: 20px;
  }
}

/* CONTACT WIDGET
--------------------------------------------*/
.contact-widget {
  padding: 70px 0;
}

.contact-widget .text-default {
  width: 50%;
}

/* ENQUIRY FORM WIDGET
--------------------------------------------*/
.enquiry-form-widget .caption,
.enquiry-form-widget .form-wrapper {
  width: 70%;
}

@media (max-width: 991px) {
  .enquiry-form-widget .caption,
  .enquiry-form-widget .form-wrapper {
    width: 100%;
  }
}

/* FEATURED TEXT WIDGET
--------------------------------------------*/
.featured-text-widget .box.bg-white {
  border-left: 5px solid #ffc600;
}

.featured-text-widget .box.bg-yellow {
  border-left: 5px solid #171717;
}

.featured-text-widget .img-responsive {
  border: 2px solid #d1d1d1;
}

@media (max-width: 767px) {
  .featured-text-widget .img-responsive {
    margin-bottom: 20px;
  }
}

.featured-text-widget .caption {
  padding: 0 25% 10px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .featured-text-widget .caption {
    padding-right: 30%;
  }
}

@media (max-width: 767px) {
  .featured-text-widget .caption {
    padding: 0;
  }
}

.featured-text-widget h1 + h1,
.featured-text-widget h1 + h2,
.featured-text-widget h1 + h3,
.featured-text-widget h1 + h4,
.featured-text-widget h1 + h5,
.featured-text-widget h1 + h6,
.featured-text-widget h2 + h1,
.featured-text-widget h2 + h2,
.featured-text-widget h2 + h3,
.featured-text-widget h2 + h4,
.featured-text-widget h2 + h5,
.featured-text-widget h2 + h6,
.featured-text-widget h3 + h1,
.featured-text-widget h3 + h2,
.featured-text-widget h3 + h3,
.featured-text-widget h3 + h4,
.featured-text-widget h3 + h5,
.featured-text-widget h3 + h6,
.featured-text-widget h4 + h1,
.featured-text-widget h4 + h2,
.featured-text-widget h4 + h3,
.featured-text-widget h4 + h4,
.featured-text-widget h4 + h5,
.featured-text-widget h4 + h6,
.featured-text-widget h5 + h1,
.featured-text-widget h5 + h2,
.featured-text-widget h5 + h3,
.featured-text-widget h5 + h4,
.featured-text-widget h5 + h5,
.featured-text-widget h5 + h6,
.featured-text-widget h6 + h1,
.featured-text-widget h6 + h2,
.featured-text-widget h6 + h3,
.featured-text-widget h6 + h4,
.featured-text-widget h6 + h5,
.featured-text-widget h6 + h6 {
  margin-top: 15px;
}

@media (max-width: 767px) {
  .featured-text-widget h1 + h1,
  .featured-text-widget h1 + h2,
  .featured-text-widget h1 + h3,
  .featured-text-widget h1 + h4,
  .featured-text-widget h1 + h5,
  .featured-text-widget h1 + h6,
  .featured-text-widget h2 + h1,
  .featured-text-widget h2 + h2,
  .featured-text-widget h2 + h3,
  .featured-text-widget h2 + h4,
  .featured-text-widget h2 + h5,
  .featured-text-widget h2 + h6,
  .featured-text-widget h3 + h1,
  .featured-text-widget h3 + h2,
  .featured-text-widget h3 + h3,
  .featured-text-widget h3 + h4,
  .featured-text-widget h3 + h5,
  .featured-text-widget h3 + h6,
  .featured-text-widget h4 + h1,
  .featured-text-widget h4 + h2,
  .featured-text-widget h4 + h3,
  .featured-text-widget h4 + h4,
  .featured-text-widget h4 + h5,
  .featured-text-widget h4 + h6,
  .featured-text-widget h5 + h1,
  .featured-text-widget h5 + h2,
  .featured-text-widget h5 + h3,
  .featured-text-widget h5 + h4,
  .featured-text-widget h5 + h5,
  .featured-text-widget h5 + h6,
  .featured-text-widget h6 + h1,
  .featured-text-widget h6 + h2,
  .featured-text-widget h6 + h3,
  .featured-text-widget h6 + h4,
  .featured-text-widget h6 + h5,
  .featured-text-widget h6 + h6 {
    margin-top: 10px;
  }
}

.featured-text-widget h1 a,
.featured-text-widget h2 a,
.featured-text-widget h3 a,
.featured-text-widget h4 a,
.featured-text-widget h5 a,
.featured-text-widget h6 a {
  text-decoration: underline;
  font-weight: 400;
}

.featured-text-widget h1 a:not([href]),
.featured-text-widget h2 a:not([href]),
.featured-text-widget h3 a:not([href]),
.featured-text-widget h4 a:not([href]),
.featured-text-widget h5 a:not([href]),
.featured-text-widget h6 a:not([href]) {
  text-decoration: none;
  pointer-events: none;
}

.featured-text-widget p.text-secondary {
  margin-top: 12px;
}

.featured-text-widget .cta-btn {
  right: 5px;
  bottom: 5px;
  position: absolute;
}

@media (max-width: 767px) {
  .featured-text-widget .cta-btn {
    position: relative;
    right: auto;
    bottom: auto;
    margin-bottom: 5px;
  }
}

/* NEWS WIDGET
--------------------------------------------*/
.news-widget.bg-black .news-thumbnail .cta-block:hover,
.news-widget.bg-black .news-thumbnail .cta-block:focus {
  box-shadow: 0px 5px 15px 0px rgba(255, 255, 255, 0.6);
}

@media (max-width: 767px) {
  .news-widget .nav-tabs > li {
    margin: 0;
    float: none;
    border: none;
  }
}

@media (max-width: 767px) {
  .news-widget .nav-tabs > li > a {
    padding: 0;
    font-size: 1.6rem;
    color: #171717;
    display: inline-block;
    font-weight: 300;
    font-family: "Roboto", serif;
  }

  .news-widget .nav-tabs > li > a:hover {
    color: #ffc600;
  }
}

.news-widget .nav-tabs > li > a:focus,
.news-widget .nav-tabs > li > a:hover {
  color: white;
}

@media (max-width: 767px) {
  .news-widget .nav-tabs > li > a:focus,
  .news-widget .nav-tabs > li > a:hover {
    color: #ffc600;
  }
}

.news-widget .nav-tabs > li.active {
  border-bottom: 5px solid white;
}

@media (max-width: 767px) {
  .news-widget .nav-tabs > li.active {
    border: none;
  }
}

.news-widget .nav-tabs > li.active > a,
.news-widget .nav-tabs > li.active > a:focus,
.news-widget .nav-tabs > li.active > a:hover {
  color: white;
}

@media (max-width: 767px) {
  .news-widget .nav-tabs > li.active > a,
  .news-widget .nav-tabs > li.active > a:focus,
  .news-widget .nav-tabs > li.active > a:hover {
    color: #ffc600;
  }
}

.news-widget .category-buttons {
  margin-top: 0;
}

/* TABLE WIDGET
--------------------------------------------*/
.table-widget .table-intro + .table-content,
.table-widget .table-content + .table-content,
.table-widget .table-footnote {
  margin-top: 35px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .table-widget .table-intro + .table-content,
  .table-widget .table-content + .table-content,
  .table-widget .table-footnote {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .table-widget .table-intro + .table-content,
  .table-widget .table-content + .table-content,
  .table-widget .table-footnote {
    margin-top: 20px;
  }
}

/* TEAM WIDGET
--------------------------------------------*/
.team-widget h3 + h5 {
  margin-top: 10px;
}

@media (max-width: 767px) {
  .team-widget h3 + h5 {
    margin-top: 7px;
  }
}

@media (max-width: 767px) {
  .team-widget .img-responsive {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* TICKER SEARCH WIDGET
--------------------------------------------*/
@media (max-width: 767px) {
  .ticker-search-widget .form-wrapper {
    margin-top: 5px;
  }
}

.ticker-search-widget .form-control,
.ticker-search-widget .btn {
  height: 60px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .ticker-search-widget .form-control,
  .ticker-search-widget .btn {
    height: 50px;
  }
}

@media (max-width: 767px) {
  .ticker-search-widget .form-control,
  .ticker-search-widget .btn {
    height: 40px;
  }
}

.ticker-search-widget .form-control {
  width: 450px;
  font-size: 2.2rem;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .ticker-search-widget .form-control {
    width: 350px;
  }
}

@media (max-width: 991px) {
  .ticker-search-widget .form-control {
    width: auto;
  }
}

@media (max-width: 767px) {
  .ticker-search-widget .form-control {
    font-size: 1.9rem;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.ticker-search-widget .btn-search {
  padding-top: 18px;
  padding-bottom: 18px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .ticker-search-widget .btn-search {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .ticker-search-widget .btn-search {
    padding-top: 11px;
    padding-bottom: 11px;
  }
}

.ticker-search-widget .btn-search:after {
  top: inherit;
  left: inherit;
  -webkit-transform: none;
  transform: none;
}

/*Additional Customized for ASP.Net*/

span.icn-login-error {
  color: red;
}

div.form-group input[id$="RememberMe"] {
  margin-right: 5px;
}

div.form-group span.validate-error {
  color: #ff3300;
}

.my_datalist_cssclass br {
  display: none;
}

/*#ContentPlaceHolder1_UpdatePanel3 {
    padding-top: 50px;
}*/

div[id*="ContentPlaceHolder1_ContentPlaceHolder2_TypeTreeViewn"]
  table
  tr
  td:first-child {
  display: none;
}

div[id*="ContentPlaceHolder1_ContentPlaceHolder2_IndustryTreeView"]
  table
  tr
  td:first-child {
  display: none;
}

div[id*="ContentPlaceHolder1_ContentPlaceHolder2_InvestorTierTreeView"]
  table
  tr
  td:first-child {
  display: none;
}

div#ContentPlaceHolder1_ContentPlaceHolder2_LevelTreeView
  table
  tr
  td:first-child {
  display: none;
}

div#ContentPlaceHolder1_ContentPlaceHolder2_ProxyResultTreeView
  table
  tr
  td:first-child {
  display: none;
}

tr.table-pager table {
  width: auto;
  border: none;
}

tr.table-pager table td {
  border: none;
  padding: 5px;
}

div.table-footnote {
  margin-top: 5px !important;
}

div.table-footnote div.container {
  margin-left: 5px;
  width: auto;
}

div.caption-bottom h3 i {
  color: red;
}

div.text-with-link a {
  font-weight: 300;
}

table a:not([href]) {
  text-decoration: none;
  cursor: default;
}

div.media-center div.ticker {
  cursor: pointer;
}

a.btn2 {
  border: 2px solid #ffc600;
}

div.breaking-news {
  max-width: 620px;
  padding: 10px;
  background: #3fbcd8 none repeat scroll 0% 0%;
  box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 7px 0px;
  border-radius: 5px;
}

div.breaking-news ul {
  margin-top: 10px;
}

div.media-search {
  height: 40px;
}

div.media-search a {
  float: right !important;
  margin-right: 0 !important;
  margin-top: 0 !important;
}

/*div.breaking-news ul li{
        list-style-type: none;
    }*/

.investment-idea a {
  text-decoration: underline;
}

div.indented-list-style {
  margin: 5px 0;
}

div.indented-list-style span {
  margin: 5px 0;
}

div#advisor_panel_menu {
  padding-top: 0px;
}

div#advisor_panel_menu h5 {
  font-size: 2.4rem;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
  line-height: 1;
  padding-bottom: 5px;
  /*margin-top: 10px;*/
  border-bottom: 1px solid #ddd;
}

div#advisor_panel_menu ul {
  margin: 10px 0px 15px 0px;
}

div.landing-listing div.box {
  height: 150px;
}

div.landing-listing div.box2 {
  height: 100px;
  border: 3px solid #3fbcd8;
}

div.landing-listing div.box2 div.caption {
  margin-top: 5px;
}

div.landing-listing,
div.landing-page-text {
  width: 90%;
}

div.landing-page-text {
  color: white;
  margin: 20px;
}

div.landing-listing div.box h3 {
  font-size: 29px;
  text-align: center;
}

div.landing-listing div.box div {
  text-align: center;
  margin-top: 10px;
}

div.landing-page {
  padding: 20px;
  /*  padding: 200px;*/
}

div.filing-type-select {
  width: 700px;
  float: left;
  margin-top: 5px;
}

div.filing-type-select td.checkbox-item label {
  font-size: 1.7rem !important;
}

div.filing-type-select div.select-wrap {
  width: 200px;
}

div.filing-type-select-text {
  width: 300px;
  float: left;
}

/*div.filing-type-select-container {
   
}

div.filing-type-select .checkbox-group {
    margin-left: 10px;
}*/

div.filing-type-select .checkbox-group td.checkbox-item {
  padding: 5px 0 0 10px;
}
