@charset "UTF-8";
/*
* { outline: 2px dotted red }
* * { outline: 2px dotted green }
* * * { outline: 2px dotted orange }
* * * * { outline: 2px dotted blue }
* * * * * { outline: 1px solid red }
* * * * * * { outline: 1px solid green }
* * * * * * * { outline: 1px solid orange }
* * * * * * * * { outline: 1px solid blue }
*/
/* ==========================================================================
   1 - BASE
   ========================================================================== */
/* ==========================================================================
   FONTS
   ========================================================================== */
/* ROBOTO (100,300,400,500,700,900) */
/* CATAMARAN (100,200,300,400,500,600,700,800,900) */
/* AMBLE (300,400,700) */
/* CAVIAR DREAMS (400,700)*/
/* CODA (400,800) */
/* COMPREHENSION (600) */
/* CRIMSON (400,600,700) */
/* MERRIWEATHER (300,400,700,900) */
/* FONT AWESOME */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/FontAwesome/fontawesome-webfont.eot");
  src: url("../fonts/FontAwesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/FontAwesome/fontawesome-webfont.woff") format("woff"), url("../fonts/FontAwesome/fontawesome-webfont.ttf") format("truetype"), url("../fonts/FontAwesome/fontawesome-webfont.svgFontAwesome") format("svg");
  font-weight: normal;
  font-style: normal; }

/* DASHICONS */
/* PAPYRUS */
/* AMPERSAND */
/* LATO */
/* OPEN SANS */
/* ==========================================================================
   BASE - Functions & Mixins
   ========================================================================== */
/*----- FUNCTIONS -----*/
/*----- MIXINS -----*/
/* ==========================================================================
   BASE - Include Variables
   ========================================================================== */
/*----- FONT SIZE -----*/
/*----- SPACERS -----*/
/*----- Z-INDEX -----*/
/*----- BREAKPOINTS -----*/
/*----- CONTAINERS -----*/
/*----- FONTS -----*/
/*----- COLORS -----*/
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

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

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%; }

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%; }

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%; }

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%; }

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.3333333333%; }
  .offset-sm-2 {
    margin-left: 16.6666666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.3333333333%; }
  .offset-sm-5 {
    margin-left: 41.6666666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.3333333333%; }
  .offset-sm-8 {
    margin-left: 66.6666666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.3333333333%; }
  .offset-sm-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.3333333333%; }
  .offset-md-2 {
    margin-left: 16.6666666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.3333333333%; }
  .offset-md-5 {
    margin-left: 41.6666666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.3333333333%; }
  .offset-md-8 {
    margin-left: 66.6666666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.3333333333%; }
  .offset-md-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.3333333333%; }
  .offset-lg-2 {
    margin-left: 16.6666666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.3333333333%; }
  .offset-lg-5 {
    margin-left: 41.6666666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.3333333333%; }
  .offset-lg-8 {
    margin-left: 66.6666666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.3333333333%; }
  .offset-lg-11 {
    margin-left: 91.6666666667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%; }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%; }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%; }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%; }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.3333333333%; }
  .offset-xl-2 {
    margin-left: 16.6666666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.3333333333%; }
  .offset-xl-5 {
    margin-left: 41.6666666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.3333333333%; }
  .offset-xl-8 {
    margin-left: 66.6666666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.3333333333%; }
  .offset-xl-11 {
    margin-left: 91.6666666667%; } }

/* ==========================================================================
   UI - Layout
   ========================================================================== */
.inc-section-margin, .dt-the7.single-post #content > nav,
.dt-the7.single-post #content > section, .dt-the7.single-project #content > nav,
.dt-the7.single-project #content > section {
  margin-top: 4rem;
  margin-bottom: 4rem; }

.inc-section-header {
  font-size: 0.875rem;
  text-transform: uppercase;
  border-bottom: 3px solid #212529; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   UI - Media
   ========================================================================== */
img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  max-width: 100%; }

iframe {
  border: none;
  max-width: 100%; }

figure {
  margin: 0;
  max-width: 100%; }

figcaption, .tablepress-table-description {
  display: block;
  text-align: left;
  margin-top: 0.25rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  line-height: 1.2;
  color: #6c757d; }

audio,
video {
  width: 100%;
  max-width: 100%; }

meter,
progress,
svg {
  width: 100%; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   UI - Images
   ========================================================================== */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto; }

.alignnone,
.aligncenter,
.alignleft,
.alignright {
  margin-bottom: 5px; }

.alignnone {
  float: none; }

.aligncenter {
  display: block;
  margin: 0 auto 5px; }

.alignleft {
  float: left;
  margin-right: 20px; }

.alignright {
  float: right;
  margin-left: 20px; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   TYPOGRAPHY - Default Styles
   ========================================================================== */
/*----- HEADINGS -----*/
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }
  h1 small,
  h1 .small, h2 small,
  h2 .small, h3 small,
  h3 .small, h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small {
    font-weight: normal;
    line-height: 1;
    color: inherit; }

h4, h5, h6 {
  margin-bottom: 1rem; }
  h4 small,
  h4 .small, h5 small,
  h5 .small, h6 small,
  h6 .small {
    font-size: 75%; }

h1 {
  font-size: 2.5rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.75rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

/*----- TEXT STYLING -----*/
i,
em {
  font-style: italic; }

b,
strong {
  font-weight: 900; }

s {
  text-decoration: line-through; }

u {
  text-decoration: underline; }

del {
  text-decoration: line-through; }

ins {
  text-decoration: underline; }

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

sup {
  top: -0.5rem; }

sub {
  bottom: -0.25rem; }

small {
  font-size: 87%; }

mark {
  background-color: #fff89d;
  padding: 0 0.25rem; }

/*----- ADRESSES -----*/
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: 1.5; }

/* abbr & dfn  */
abbr[title],
dfn[title] {
  cursor: help;
  text-decoration: none;
  border-bottom: 1px dotted; }

/* set italics */
em,
cite,
dfn,
i {
  font-style: italic; }

/* quote types depending on language */
:lang(en) q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

:lang(de) q {
  quotes: "\201E" "\201F" "\201A" "\201B"; }

:lang(fr) q {
  quotes: "\00AB" "\00BB" "\2039" "\203A"; }

/* ==========================================================================
   GLOBAL: CODE
   ========================================================================== */
var {
  font-style: italic; }

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/* Code */
code {
  padding: 0.25rem;
  font-size: 90%;
  color: #e83e8c;
  background-color: inherit; }

/* Keyboard Entered Text */
kbd {
  padding: 0.25rem;
  font-size: 90%;
  color: #fff;
  background-color: #212529;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    box-shadow: none; }

/* Preformatted Code */
pre {
  display: block;
  padding: 1rem;
  margin: 0 0 1rem;
  font-size: 1rem;
  word-break: break-all;
  word-wrap: break-word;
  color: #212529;
  background-color: inherit;
  border: 1px solid #dee2e6;
  overflow: scroll; }
  pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   TYPOGRAPHY - Classes
   ========================================================================== */
.upper-case {
  text-transform: uppercase; }

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

.capitalize {
  text-transform: capitalize; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   TYPOGRAPHY - Fancy Ampersand
   ========================================================================== */
.amp {
  font-family: 'Papyrus', Baskerville, Palatino, "Book Antiqua", serif;
  font-style: normal;
  font-weight: normal; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   TYPOGRAPHY - Blockquote
   ========================================================================== */
.inc-blockquote, .inc-blockquote-1, .inc-blockquote-2, .inc-blockquote-3, .inc-blockquote-4, .inc-page blockquote, .dt-the7.page #content .wpb_text_column blockquote, .dt-the7.single-project #content .type-project blockquote, .inc-gutenberg .wp-block-quote p, .dt-the7.single-post #content .entry-content .wp-block-quote p {
  position: relative;
  margin: 2rem 0;
  padding-left: 2rem;
  padding-right: 2rem;
  font-family: Ampersand, Merriweather, "Crimson", Georgia, serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  color: #212529;
  background-color: transparent;
  border-left: 3px solid #0d499c; }
  .inc-blockquote cite, .inc-blockquote-1 cite, .inc-blockquote-2 cite, .inc-blockquote-3 cite, .inc-blockquote-4 cite, .inc-page blockquote cite, .dt-the7.page #content .wpb_text_column blockquote cite, .dt-the7.single-project #content .type-project blockquote cite, .inc-gutenberg .wp-block-quote p cite, .dt-the7.single-post #content .entry-content .wp-block-quote p cite {
    display: block;
    margin-top: 0.5rem;
    text-align: left;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    color: #343a40; }
    .inc-blockquote cite a, .inc-blockquote-1 cite a, .inc-blockquote-2 cite a, .inc-blockquote-3 cite a, .inc-blockquote-4 cite a, .inc-page blockquote cite a, .dt-the7.page #content .wpb_text_column blockquote cite a, .dt-the7.single-project #content .type-project blockquote cite a, .inc-gutenberg .wp-block-quote p cite a, .dt-the7.single-post #content .entry-content .wp-block-quote p cite a,
    .inc-blockquote cite span,
    .inc-blockquote-1 cite span,
    .inc-blockquote-2 cite span,
    .inc-blockquote-3 cite span,
    .inc-blockquote-4 cite span,
    .inc-page blockquote cite span,
    .dt-the7.page #content .wpb_text_column blockquote cite span,
    .dt-the7.single-project #content .type-project blockquote cite span,
    .inc-gutenberg .wp-block-quote p cite span,
    .dt-the7.single-post #content .entry-content .wp-block-quote p cite span {
      color: #343a40; }
    .inc-blockquote cite a, .inc-blockquote-1 cite a, .inc-blockquote-2 cite a, .inc-blockquote-3 cite a, .inc-blockquote-4 cite a, .inc-page blockquote cite a, .dt-the7.page #content .wpb_text_column blockquote cite a, .dt-the7.single-project #content .type-project blockquote cite a, .inc-gutenberg .wp-block-quote p cite a, .dt-the7.single-post #content .entry-content .wp-block-quote p cite a {
      text-decoration: none;
      border-bottom: 1px dotted #ced4da; }
      .inc-blockquote cite a:hover, .inc-blockquote-1 cite a:hover, .inc-blockquote-2 cite a:hover, .inc-blockquote-3 cite a:hover, .inc-blockquote-4 cite a:hover, .inc-page blockquote cite a:hover, .dt-the7.page #content .wpb_text_column blockquote cite a:hover, .dt-the7.single-project #content .type-project blockquote cite a:hover, .inc-gutenberg .wp-block-quote p cite a:hover, .dt-the7.single-post #content .entry-content .wp-block-quote p cite a:hover {
        text-decoration: none;
        opacity: 0.6;
        filter: alpha(opacity=60); }

.inc-blockquote-1 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 5rem !important;
  border: none !important;
  quotes: "“" "”"; }
  .inc-blockquote-1::before {
    position: absolute;
    top: -0.75rem;
    left: 0;
    content: open-quote;
    font-family: Merriweather, "Crimson", Georgia, "Times New Roman", Times, serif;
    font-size: 7rem;
    color: #0d499c; }
  .inc-blockquote-1:after {
    display: none;
    content: close-quote; }
  .inc-blockquote-1::-moz-selection {
    background: #1799b3;
    color: #fff;
    text-shadow: none; }
  .inc-blockquote-1::selection {
    background: #1799b3;
    color: #fff;
    text-shadow: none; }
  .inc-blockquote-1 *::-moz-selection {
    background: #1799b3;
    color: #fff;
    text-shadow: none; }
  .inc-blockquote-1 *::selection {
    background: #1799b3;
    color: #fff;
    text-shadow: none; }

.inc-blockquote-2, .inc-blockquote-3, .inc-blockquote-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  border-left: none !important;
  border-top: 0.5rem solid #212529;
  border-bottom: 1px solid #212529; }

.inc-blockquote-3, .inc-blockquote-4 {
  width: 75%;
  margin-left: -7rem !important; }

.inc-blockquote-4 {
  padding-left: 3.5rem !important; }
  .inc-blockquote-4::before {
    content: "\201C";
    position: absolute;
    top: 0.125rem;
    /*quotes: "\201C""\201D";*/
    font-size: 5rem;
    font-family: Merriweather, "Crimson", Georgia, "Times New Roman", Times, serif;
    margin-left: -3.5rem;
    color: #0d499c; }

.inc-blockquote-5 {
  float: left;
  width: 60%;
  border: 0 !important;
  padding: 2rem;
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: -7rem !important;
  margin-right: 3rem !important;
  background-color: #f8f9fa !important;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: Ampersand, Merriweather, "Crimson", Georgia, serif; }
  .inc-blockquote-5::before, .inc-blockquote-5::after {
    width: 2rem;
    height: 2rem;
    display: inline-block;
    content: "";
    position: absolute; }
  .inc-blockquote-5::before {
    top: 0;
    left: 0;
    border-left: 1rem solid #212529;
    border-top: 1rem solid #212529; }
  .inc-blockquote-5::after {
    bottom: 0;
    right: 0;
    border-right: 1rem solid #212529;
    border-bottom: 1rem solid #212529; }
  .inc-blockquote-5 cite {
    display: block;
    margin-top: 0.5rem;
    text-align: left;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    color: #343a40; }
    .inc-blockquote-5 cite a,
    .inc-blockquote-5 cite span {
      text-decoration: none;
      color: #343a40; }
    .inc-blockquote-5 cite a:hover {
      text-decoration: underline; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 991.98px) {
  .inc-blockquote-3, .inc-blockquote-4,
  .inc-blockquote-4,
  .inc-blockquote-5 {
    width: 60%;
    margin-left: -3rem !important;
    margin-right: 3rem !important; }
  .inc-blockquote-3, .inc-blockquote-4,
  .inc-blockquote-4 {
    float: left; } }

@media (max-width: 767.98px) {
  .inc-blockquote-1, .inc-blockquote-2, .inc-blockquote-3, .inc-blockquote-4, .inc-blockquote-3, .inc-blockquote-4,
  .inc-blockquote-4,
  .inc-blockquote-5 {
    float: none;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .inc-blockquote-1 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .inc-blockquote-3, .inc-blockquote-4 {
    padding: 2rem 0; }
  .inc-blockquote-4::before {
    font-size: 5rem; } }

@media (max-width: 480px) {
  .inc-blockquote-1 {
    font-size: 1.5rem;
    line-height: 1.6;
    padding-left: 4rem !important; }
    .inc-blockquote-1::before {
      top: -0.25rem !important;
      font-size: 6rem; } }

/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   TYPOGRAPHY - Drop Cap
   ========================================================================== */
.iclude-drop-cap {
  float: left;
  position: relative;
  padding-right: 0.75rem;
  font-family: Comprehension, Georgia, Times, serif;
  font-size: 4rem;
  line-height: 3rem;
  font-weight: 600;
  text-transform: uppercase; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   UI - Text Links
   ========================================================================== */
.text-link, .inc-post-paragraph p a, .dt-the7.page #content .wpb_text_column p a, .dt-the7.single-project #content .type-project p a, .inc-gutenberg > p a, .dt-the7.single-post #content .entry-content > p a {
  border-bottom: 1px solid #0d499c;
  box-shadow: inset 0 -2px 0 #0d499c;
  color: #212529;
  text-decoration: none;
  transition: all 0.3s ease 0s;
  padding: 0 3px; }
  .text-link:hover, .inc-post-paragraph p a:hover, .dt-the7.page #content .wpb_text_column p a:hover, .dt-the7.single-project #content .type-project p a:hover, .inc-gutenberg > p a:hover, .dt-the7.single-post #content .entry-content > p a:hover {
    background: #0d499c;
    color: #fff;
    text-decoration: none; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   BLOG - Paragraph Lines
   ========================================================================== */
.inc-paragraph-lines {
  position: relative;
  padding-bottom: 0.125rem;
  background-image: linear-gradient(0deg, transparent, transparent 0, #dee2e6 0, #dee2e6 1px, transparent 0);
  background-repeat: repeat-y;
  overflow: visible;
  background-size: 100% 2.5rem;
  line-height: 2.5rem !important; }
  .inc-paragraph-lines::before {
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    bottom: 100%;
    background: inherit;
    background-position: 0 100%;
    content: ""; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   BLOG - Paragraph
   ========================================================================== */
/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   LISTS - Default Styles
   ========================================================================== */
ul, ol, dl {
  margin-top: 0;
  margin-bottom: 1rem;
  padding-left: 1.25rem; }
  ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl {
    margin-bottom: 0; }

ul {
  list-style-type: square; }
  ul ul {
    list-style-type: circle; }

ol {
  list-style-type: decimal; }
  ol ol {
    list-style-type: lower-latin; }
  ol ul {
    list-style-type: circle; }

dl dt {
  font-weight: 700; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   LISTS - Icon List
   ========================================================================== */
/*
angle: f105
caret: f0da
chevron: f054
arrow: f061
long-arrow: f178

circle: f111
circle-o: f10c
square: f0c8
square-o: f096

times: f00d
star: f005
plus: f067
minus f068
check: f00c
asterisk: f069
*/
.iconlist, .inc-page ul:not(.imagelist):not(.slick-dots), .dt-the7.page #content .wpb_text_column ul:not(.imagelist):not(.slick-dots), .dt-the7.single-project #content .type-project ul:not(.imagelist):not(.slick-dots), .inc-gutenberg ul:not(.wp-block-gallery), .dt-the7.single-post #content .entry-content ul:not(.wp-block-gallery), .vc_tta-accordion .wpb_text_column ul {
  padding: 0;
  margin-left: 0;
  margin-bottom: 1rem; }
  .iconlist li, .inc-page ul:not(.imagelist):not(.slick-dots) li, .dt-the7.page #content .wpb_text_column ul:not(.imagelist):not(.slick-dots) li, .dt-the7.single-project #content .type-project ul:not(.imagelist):not(.slick-dots) li, .inc-gutenberg ul:not(.wp-block-gallery) li, .dt-the7.single-post #content .entry-content ul:not(.wp-block-gallery) li, .vc_tta-accordion .wpb_text_column ul li {
    list-style: none;
    padding-left: 1.25rem; }
    .iconlist li:before, .inc-page ul:not(.imagelist):not(.slick-dots) li:before, .dt-the7.page #content .wpb_text_column ul:not(.imagelist):not(.slick-dots) li:before, .dt-the7.single-project #content .type-project ul:not(.imagelist):not(.slick-dots) li:before, .inc-gutenberg ul:not(.wp-block-gallery) li:before, .dt-the7.single-post #content .entry-content ul:not(.wp-block-gallery) li:before, .vc_tta-accordion .wpb_text_column ul li:before {
      display: inline-block;
      position: relative;
      width: 1.25rem;
      margin-left: -1.25rem;
      content: "";
      font-family: "FontAwesome";
      font-size: 0.875rem;
      color: #0d499c;
      vertical-align: top; }
    .iconlist li:first-of-type, .inc-page ul:not(.imagelist):not(.slick-dots) li:first-of-type, .dt-the7.page #content .wpb_text_column ul:not(.imagelist):not(.slick-dots) li:first-of-type, .dt-the7.single-project #content .type-project ul:not(.imagelist):not(.slick-dots) li:first-of-type, .inc-gutenberg ul:not(.wp-block-gallery) li:first-of-type, .dt-the7.single-post #content .entry-content ul:not(.wp-block-gallery) li:first-of-type, .vc_tta-accordion .wpb_text_column ul li:first-of-type {
      padding-top: 0; }
    .iconlist li:last-of-type, .inc-page ul:not(.imagelist):not(.slick-dots) li:last-of-type, .dt-the7.page #content .wpb_text_column ul:not(.imagelist):not(.slick-dots) li:last-of-type, .dt-the7.single-project #content .type-project ul:not(.imagelist):not(.slick-dots) li:last-of-type, .inc-gutenberg ul:not(.wp-block-gallery) li:last-of-type, .dt-the7.single-post #content .entry-content ul:not(.wp-block-gallery) li:last-of-type, .vc_tta-accordion .wpb_text_column ul li:last-of-type {
      padding-bottom: 0; }
    .iconlist li li:first-of-type, .inc-page ul:not(.imagelist):not(.slick-dots) li li:first-of-type, .dt-the7.page #content .wpb_text_column ul:not(.imagelist):not(.slick-dots) li li:first-of-type, .dt-the7.single-project #content .type-project ul:not(.imagelist):not(.slick-dots) li li:first-of-type, .inc-gutenberg ul:not(.wp-block-gallery) li li:first-of-type, .dt-the7.single-post #content .entry-content ul:not(.wp-block-gallery) li li:first-of-type, .vc_tta-accordion .wpb_text_column ul li li:first-of-type {
      padding-top: 0; }
    .iconlist li li:last-of-type, .inc-page ul:not(.imagelist):not(.slick-dots) li li:last-of-type, .dt-the7.page #content .wpb_text_column ul:not(.imagelist):not(.slick-dots) li li:last-of-type, .dt-the7.single-project #content .type-project ul:not(.imagelist):not(.slick-dots) li li:last-of-type, .inc-gutenberg ul:not(.wp-block-gallery) li li:last-of-type, .dt-the7.single-post #content .entry-content ul:not(.wp-block-gallery) li li:last-of-type, .vc_tta-accordion .wpb_text_column ul li li:last-of-type {
      padding-bottom: 0; }
    .iconlist li ul, .inc-page ul:not(.imagelist):not(.slick-dots) li ul, .dt-the7.page #content .wpb_text_column ul:not(.imagelist):not(.slick-dots) li ul, .dt-the7.single-project #content .type-project ul:not(.imagelist):not(.slick-dots) li ul, .inc-gutenberg ul:not(.wp-block-gallery) li ul, .dt-the7.single-post #content .entry-content ul:not(.wp-block-gallery) li ul, .vc_tta-accordion .wpb_text_column ul li ul,
    .iconlist li ol,
    .inc-page ul:not(.imagelist):not(.slick-dots) li ol,
    .dt-the7.page #content .wpb_text_column ul:not(.imagelist):not(.slick-dots) li ol,
    .dt-the7.single-project #content .type-project ul:not(.imagelist):not(.slick-dots) li ol,
    .inc-gutenberg ul:not(.wp-block-gallery) li ol,
    .dt-the7.single-post #content .entry-content ul:not(.wp-block-gallery) li ol,
    .vc_tta-accordion .wpb_text_column ul li ol {
      padding-top: 0.5rem;
      padding-left: 0;
      padding-bottom: 0;
      margin-top: 0;
      margin-bottom: 0; }

.download li:before {
  content: '\f019' !important;
  width: 30px !important; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   LISTS - Image List
   ========================================================================== */
.imagelist {
  padding: 0;
  margin-bottom: 1rem; }
  .imagelist li {
    list-style: none;
    padding-left: 1.25rem; }
    .imagelist li:before {
      display: inline-block;
      width: 1.25rem;
      height: 1.25rem;
      margin-left: -1.25rem;
      margin-right: 0.25rem;
      position: relative;
      top: 0.25rem;
      background: url(../images/icons/icon-72x72.png) no-repeat left center;
      background-size: 75%;
      content: ""; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   LISTS - Horizontal Definition List
   ========================================================================== */
.dl-horizontal dd::after, .inc-page dl dd::after, .dt-the7.page #content .wpb_text_column dl dd::after, .dt-the7.single-project #content .type-project dl dd::after, .inc-gutenberg dl dd::after, .dt-the7.single-post #content .entry-content dl dd::after {
  display: block;
  clear: both;
  content: ""; }

@media (min-width: 992px) {
  .dl-horizontal dt, .inc-page dl dt, .dt-the7.page #content .wpb_text_column dl dt, .dt-the7.single-project #content .type-project dl dt, .inc-gutenberg dl dt, .dt-the7.single-post #content .entry-content dl dt {
    float: left;
    width: 105px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd, .inc-page dl dd, .dt-the7.page #content .wpb_text_column dl dd, .dt-the7.single-project #content .type-project dl dd, .inc-gutenberg dl dd, .dt-the7.single-post #content .entry-content dl dd {
    margin-left: 130px; } }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   FORMS - Styled Select
   ========================================================================== */
.styled-select, form select {
  width: 100%;
  max-width: 100%;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAICAYAAAASqmTuAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAM9JREFUeNqckMELAUEUxt/uXf4qpSQliYNSshcnN4VCLopycNm9uSpnysVByh8iKRflvn6vhlDY2a9+vWlm3jffPMf3/aGIXDzPm8oPBUHgUvpw4+5IIkgbmjChufHnbhc6UJeIUvOypoEZD3hfUqtpD4425k4YhtqcYr2EhP7kMSIzigG04Qw5zg42yYWGDaUEVxhjWjPnLWOsiQs2xs/kL9/PUuaQhBVk4ARFjHdiqTdz80CasjAj0lHkMd5LDLmfGxitKVXYQiWuseouwABUfUc4ly6BdwAAAABJRU5ErkJggg==) no-repeat right center;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: all 0.5s; }
  .styled-select:focus, form select:focus {
    outline: none;
    box-shadow: none; }
  .styled-select option, form select option {
    padding: 0.25rem; }
  .styled-select::-ms-expand, form select::-ms-expand {
    display: none; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   FORMS - Default Styles
   ========================================================================== */
form {
  font-family: inherit;
  font-size: 1rem; }
  form label {
    display: block;
    max-width: 100%;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    font-weight: 700;
    line-height: 1;
    color: #212529; }
    form label i {
      color: #0d499c; }
    form label + br {
      display: none; }
  form textarea,
  form input[type="text"],
  form input[type="password"],
  form input[type="datetime"],
  form input[type="datetime-local"],
  form input[type="date"],
  form input[type="month"],
  form input[type="time"],
  form input[type="week"],
  form input[type="number"],
  form input[type="email"],
  form input[type="url"],
  form input[type="search"],
  form input[type="tel"] {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    height: 2rem;
    padding: 0.25rem 0.5rem;
    margin-bottom: 1rem;
    font-family: inherit;
    color: #212529;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: none;
    border: 2px solid #dee2e6;
    border-radius: 0;
    transition: all 0.5s; }
    form textarea[disabled], form textarea[readonly],
    form input[type="text"][disabled],
    form input[type="text"][readonly],
    form input[type="password"][disabled],
    form input[type="password"][readonly],
    form input[type="datetime"][disabled],
    form input[type="datetime"][readonly],
    form input[type="datetime-local"][disabled],
    form input[type="datetime-local"][readonly],
    form input[type="date"][disabled],
    form input[type="date"][readonly],
    form input[type="month"][disabled],
    form input[type="month"][readonly],
    form input[type="time"][disabled],
    form input[type="time"][readonly],
    form input[type="week"][disabled],
    form input[type="week"][readonly],
    form input[type="number"][disabled],
    form input[type="number"][readonly],
    form input[type="email"][disabled],
    form input[type="email"][readonly],
    form input[type="url"][disabled],
    form input[type="url"][readonly],
    form input[type="search"][disabled],
    form input[type="search"][readonly],
    form input[type="tel"][disabled],
    form input[type="tel"][readonly] {
      cursor: not-allowed;
      background-color: rgba(191, 191, 191, 0.7);
      opacity: 1;
      filter: alpha(opacity=100); }
    form textarea:invalid,
    form input[type="text"]:invalid,
    form input[type="password"]:invalid,
    form input[type="datetime"]:invalid,
    form input[type="datetime-local"]:invalid,
    form input[type="date"]:invalid,
    form input[type="month"]:invalid,
    form input[type="time"]:invalid,
    form input[type="week"]:invalid,
    form input[type="number"]:invalid,
    form input[type="email"]:invalid,
    form input[type="url"]:invalid,
    form input[type="search"]:invalid,
    form input[type="tel"]:invalid {
      box-shadow: none; }
    form textarea:focus,
    form input[type="text"]:focus,
    form input[type="password"]:focus,
    form input[type="datetime"]:focus,
    form input[type="datetime-local"]:focus,
    form input[type="date"]:focus,
    form input[type="month"]:focus,
    form input[type="time"]:focus,
    form input[type="week"]:focus,
    form input[type="number"]:focus,
    form input[type="email"]:focus,
    form input[type="url"]:focus,
    form input[type="search"]:focus,
    form input[type="tel"]:focus {
      border: 2px solid #95a2af;
      outline: none;
      box-shadow: none; }
  form textarea {
    height: 7rem;
    resize: vertical; }
  form select {
    width: 100%;
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-bottom: 1rem;
    font-family: inherit;
    border: 2px solid #dee2e6; }
    form select:focus {
      border: 2px solid #95a2af;
      outline: none;
      box-shadow: none; }
    form select option {
      padding: 0.125rem 0.25rem; }
  form select[multiple],
  form select[size] {
    height: auto; }
  form input[type="radio"],
  form input[type="checkbox"] {
    margin: 0.25rem 0.5rem 0.25rem 0;
    line-height: normal;
    vertical-align: middle; }
    form input[type="radio"]:focus,
    form input[type="checkbox"]:focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
  form input[type="file"] {
    display: block; }
    form input[type="file"]:focus {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
  form input[type="search"] {
    box-sizing: border-box;
    -webkit-appearance: none; }
  form button, form button:focus {
    outline: none; }
  form input[type="range"] {
    display: block;
    width: 100%; }
  form input[type="color"] {
    padding: 0;
    border: none; }
  form fieldset {
    border: 2px solid #dee2e6;
    padding: 1rem; }
  form legend {
    color: #212529; }

/*---------- Form Placeholder Text ----------*/
::-webkit-input-placeholder {
  color: #ccc !important;
  font-size: 0.875rem;
  opacity: 1; }

:-moz-placeholder {
  color: #ccc !important;
  font-size: 0.875rem;
  opacity: 1; }

::-moz-placeholder {
  color: #ccc !important;
  font-size: 0.875rem;
  opacity: 1; }

input:-ms-input-placeholder {
  color: #ccc !important;
  font-size: 0.875rem;
  opacity: 1; }

input::-ms-input-placeholder {
  color: #ccc !important;
  font-size: 0.875rem;
  opacity: 1; }

::placeholder {
  color: #ccc !important;
  font-size: 0.875rem;
  opacity: 1; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
.table, .inc-page table, .dt-the7.page #content .wpb_text_column table, .dt-the7.single-project #content .type-project table, .inc-gutenberg .wp-block-table, .dt-the7.single-post #content .entry-content .wp-block-table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th, .inc-page table th, .dt-the7.page #content .wpb_text_column table th, .dt-the7.single-project #content .type-project table th, .inc-gutenberg .wp-block-table th, .dt-the7.single-post #content .entry-content .wp-block-table th,
  .table td,
  .inc-page table td,
  .dt-the7.page #content .wpb_text_column table td,
  .dt-the7.single-project #content .type-project table td,
  .inc-gutenberg .wp-block-table td,
  .dt-the7.single-post #content .entry-content .wp-block-table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th, .inc-page table thead th, .dt-the7.page #content .wpb_text_column table thead th, .dt-the7.single-project #content .type-project table thead th, .inc-gutenberg .wp-block-table thead th, .dt-the7.single-post #content .entry-content .wp-block-table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody, .inc-page table tbody + tbody, .dt-the7.page #content .wpb_text_column table tbody + tbody, .dt-the7.single-project #content .type-project table tbody + tbody, .inc-gutenberg .wp-block-table tbody + tbody, .dt-the7.single-post #content .entry-content .wp-block-table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table, .inc-page table .table, .dt-the7.page #content .wpb_text_column table .table, .dt-the7.single-project #content .type-project table .table, .inc-gutenberg .wp-block-table .table, .dt-the7.single-post #content .entry-content .wp-block-table .table, .table .inc-page table, .inc-page .table table, .inc-page table table, .inc-gutenberg .wp-block-table .inc-page table, .inc-page .inc-gutenberg .wp-block-table table, .dt-the7.single-post #content .entry-content .wp-block-table .inc-page table, .inc-page .dt-the7.single-post #content .entry-content .wp-block-table table, .table .dt-the7.page #content .wpb_text_column table, .dt-the7.page #content .wpb_text_column .table table, .inc-page table .dt-the7.page #content .wpb_text_column table, .dt-the7.page #content .wpb_text_column table table, .inc-gutenberg .wp-block-table .dt-the7.page #content .wpb_text_column table, .dt-the7.page #content .wpb_text_column .inc-gutenberg .wp-block-table table, .dt-the7.single-post .dt-the7.page #content .entry-content .wp-block-table .wpb_text_column table, .dt-the7.page .dt-the7.single-post #content .entry-content .wp-block-table .wpb_text_column table, .dt-the7.single-post .dt-the7.page #content .wpb_text_column .entry-content .wp-block-table table, .dt-the7.page .dt-the7.single-post #content .wpb_text_column .entry-content .wp-block-table table, .table .dt-the7.single-project #content .type-project table, .dt-the7.single-project #content .type-project .table table, .inc-page table .dt-the7.single-project #content .type-project table, .dt-the7.single-project #content .type-project table table, .inc-gutenberg .wp-block-table .dt-the7.single-project #content .type-project table, .dt-the7.single-project #content .type-project .inc-gutenberg .wp-block-table table, .dt-the7.single-post .dt-the7.single-project #content .entry-content .wp-block-table .type-project table, .dt-the7.single-project .dt-the7.single-post #content .entry-content .wp-block-table .type-project table, .dt-the7.single-post .dt-the7.single-project #content .type-project .entry-content .wp-block-table table, .dt-the7.single-project .dt-the7.single-post #content .type-project .entry-content .wp-block-table table, .table .inc-gutenberg .wp-block-table, .inc-gutenberg .table .wp-block-table, .inc-page table .inc-gutenberg .wp-block-table, .inc-gutenberg .inc-page table .wp-block-table, .dt-the7.page #content .wpb_text_column table .inc-gutenberg .wp-block-table, .inc-gutenberg .dt-the7.page #content .wpb_text_column table .wp-block-table, .dt-the7.single-project #content .type-project table .inc-gutenberg .wp-block-table, .inc-gutenberg .dt-the7.single-project #content .type-project table .wp-block-table, .inc-gutenberg .wp-block-table .wp-block-table, .table .dt-the7.single-post #content .entry-content .wp-block-table, .dt-the7.single-post #content .entry-content .table .wp-block-table, .inc-page table .dt-the7.single-post #content .entry-content .wp-block-table, .dt-the7.single-post #content .entry-content .inc-page table .wp-block-table, .dt-the7.page .dt-the7.single-post #content .wpb_text_column table .entry-content .wp-block-table, .dt-the7.single-post .dt-the7.page #content .wpb_text_column table .entry-content .wp-block-table, .dt-the7.page .dt-the7.single-post #content .entry-content .wpb_text_column table .wp-block-table, .dt-the7.single-post .dt-the7.page #content .entry-content .wpb_text_column table .wp-block-table, .dt-the7.single-project .dt-the7.single-post #content .type-project table .entry-content .wp-block-table, .dt-the7.single-post .dt-the7.single-project #content .type-project table .entry-content .wp-block-table, .dt-the7.single-project .dt-the7.single-post #content .entry-content .type-project table .wp-block-table, .dt-the7.single-post .dt-the7.single-project #content .entry-content .type-project table .wp-block-table, .inc-gutenberg .wp-block-table .dt-the7.single-post #content .entry-content .wp-block-table, .dt-the7.single-post #content .entry-content .wp-block-table .wp-block-table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd), .inc-page table tbody tr:nth-of-type(odd), .dt-the7.page #content .wpb_text_column table tbody tr:nth-of-type(odd), .dt-the7.single-project #content .type-project table tbody tr:nth-of-type(odd), .inc-gutenberg .wp-block-table tbody tr:nth-of-type(odd), .dt-the7.single-post #content .entry-content .wp-block-table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover, .inc-page table tbody tr:hover, .dt-the7.page #content .wpb_text_column table tbody tr:hover, .dt-the7.single-project #content .type-project table tbody tr:hover, .inc-gutenberg .wp-block-table tbody tr:hover, .dt-the7.single-post #content .entry-content .wp-block-table tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #bbcce3; }

.table-hover .table-primary:hover, .inc-page table .table-primary:hover, .dt-the7.page #content .wpb_text_column table .table-primary:hover, .dt-the7.single-project #content .type-project table .table-primary:hover, .inc-gutenberg .wp-block-table .table-primary:hover, .dt-the7.single-post #content .entry-content .wp-block-table .table-primary:hover {
  background-color: #a9bedc; }
  .table-hover .table-primary:hover > td, .inc-page table .table-primary:hover > td, .dt-the7.page #content .wpb_text_column table .table-primary:hover > td, .dt-the7.single-project #content .type-project table .table-primary:hover > td, .inc-gutenberg .wp-block-table .table-primary:hover > td, .dt-the7.single-post #content .entry-content .wp-block-table .table-primary:hover > td,
  .table-hover .table-primary:hover > th,
  .inc-page table .table-primary:hover > th,
  .dt-the7.page #content .wpb_text_column table .table-primary:hover > th,
  .dt-the7.single-project #content .type-project table .table-primary:hover > th,
  .inc-gutenberg .wp-block-table .table-primary:hover > th,
  .dt-the7.single-post #content .entry-content .wp-block-table .table-primary:hover > th {
    background-color: #a9bedc; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #bee2ea; }

.table-hover .table-secondary:hover, .inc-page table .table-secondary:hover, .dt-the7.page #content .wpb_text_column table .table-secondary:hover, .dt-the7.single-project #content .type-project table .table-secondary:hover, .inc-gutenberg .wp-block-table .table-secondary:hover, .dt-the7.single-post #content .entry-content .wp-block-table .table-secondary:hover {
  background-color: #abd9e4; }
  .table-hover .table-secondary:hover > td, .inc-page table .table-secondary:hover > td, .dt-the7.page #content .wpb_text_column table .table-secondary:hover > td, .dt-the7.single-project #content .type-project table .table-secondary:hover > td, .inc-gutenberg .wp-block-table .table-secondary:hover > td, .dt-the7.single-post #content .entry-content .wp-block-table .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th,
  .inc-page table .table-secondary:hover > th,
  .dt-the7.page #content .wpb_text_column table .table-secondary:hover > th,
  .dt-the7.single-project #content .type-project table .table-secondary:hover > th,
  .inc-gutenberg .wp-block-table .table-secondary:hover > th,
  .dt-the7.single-post #content .entry-content .wp-block-table .table-secondary:hover > th {
    background-color: #abd9e4; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover, .inc-page table .table-success:hover, .dt-the7.page #content .wpb_text_column table .table-success:hover, .dt-the7.single-project #content .type-project table .table-success:hover, .inc-gutenberg .wp-block-table .table-success:hover, .dt-the7.single-post #content .entry-content .wp-block-table .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td, .inc-page table .table-success:hover > td, .dt-the7.page #content .wpb_text_column table .table-success:hover > td, .dt-the7.single-project #content .type-project table .table-success:hover > td, .inc-gutenberg .wp-block-table .table-success:hover > td, .dt-the7.single-post #content .entry-content .wp-block-table .table-success:hover > td,
  .table-hover .table-success:hover > th,
  .inc-page table .table-success:hover > th,
  .dt-the7.page #content .wpb_text_column table .table-success:hover > th,
  .dt-the7.single-project #content .type-project table .table-success:hover > th,
  .inc-gutenberg .wp-block-table .table-success:hover > th,
  .dt-the7.single-post #content .entry-content .wp-block-table .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover, .inc-page table .table-info:hover, .dt-the7.page #content .wpb_text_column table .table-info:hover, .dt-the7.single-project #content .type-project table .table-info:hover, .inc-gutenberg .wp-block-table .table-info:hover, .dt-the7.single-post #content .entry-content .wp-block-table .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td, .inc-page table .table-info:hover > td, .dt-the7.page #content .wpb_text_column table .table-info:hover > td, .dt-the7.single-project #content .type-project table .table-info:hover > td, .inc-gutenberg .wp-block-table .table-info:hover > td, .dt-the7.single-post #content .entry-content .wp-block-table .table-info:hover > td,
  .table-hover .table-info:hover > th,
  .inc-page table .table-info:hover > th,
  .dt-the7.page #content .wpb_text_column table .table-info:hover > th,
  .dt-the7.single-project #content .type-project table .table-info:hover > th,
  .inc-gutenberg .wp-block-table .table-info:hover > th,
  .dt-the7.single-post #content .entry-content .wp-block-table .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover, .inc-page table .table-warning:hover, .dt-the7.page #content .wpb_text_column table .table-warning:hover, .dt-the7.single-project #content .type-project table .table-warning:hover, .inc-gutenberg .wp-block-table .table-warning:hover, .dt-the7.single-post #content .entry-content .wp-block-table .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td, .inc-page table .table-warning:hover > td, .dt-the7.page #content .wpb_text_column table .table-warning:hover > td, .dt-the7.single-project #content .type-project table .table-warning:hover > td, .inc-gutenberg .wp-block-table .table-warning:hover > td, .dt-the7.single-post #content .entry-content .wp-block-table .table-warning:hover > td,
  .table-hover .table-warning:hover > th,
  .inc-page table .table-warning:hover > th,
  .dt-the7.page #content .wpb_text_column table .table-warning:hover > th,
  .dt-the7.single-project #content .type-project table .table-warning:hover > th,
  .inc-gutenberg .wp-block-table .table-warning:hover > th,
  .dt-the7.single-post #content .entry-content .wp-block-table .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover, .inc-page table .table-danger:hover, .dt-the7.page #content .wpb_text_column table .table-danger:hover, .dt-the7.single-project #content .type-project table .table-danger:hover, .inc-gutenberg .wp-block-table .table-danger:hover, .dt-the7.single-post #content .entry-content .wp-block-table .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td, .inc-page table .table-danger:hover > td, .dt-the7.page #content .wpb_text_column table .table-danger:hover > td, .dt-the7.single-project #content .type-project table .table-danger:hover > td, .inc-gutenberg .wp-block-table .table-danger:hover > td, .dt-the7.single-post #content .entry-content .wp-block-table .table-danger:hover > td,
  .table-hover .table-danger:hover > th,
  .inc-page table .table-danger:hover > th,
  .dt-the7.page #content .wpb_text_column table .table-danger:hover > th,
  .dt-the7.single-project #content .type-project table .table-danger:hover > th,
  .inc-gutenberg .wp-block-table .table-danger:hover > th,
  .dt-the7.single-post #content .entry-content .wp-block-table .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover, .inc-page table .table-light:hover, .dt-the7.page #content .wpb_text_column table .table-light:hover, .dt-the7.single-project #content .type-project table .table-light:hover, .inc-gutenberg .wp-block-table .table-light:hover, .dt-the7.single-post #content .entry-content .wp-block-table .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td, .inc-page table .table-light:hover > td, .dt-the7.page #content .wpb_text_column table .table-light:hover > td, .dt-the7.single-project #content .type-project table .table-light:hover > td, .inc-gutenberg .wp-block-table .table-light:hover > td, .dt-the7.single-post #content .entry-content .wp-block-table .table-light:hover > td,
  .table-hover .table-light:hover > th,
  .inc-page table .table-light:hover > th,
  .dt-the7.page #content .wpb_text_column table .table-light:hover > th,
  .dt-the7.single-project #content .type-project table .table-light:hover > th,
  .inc-gutenberg .wp-block-table .table-light:hover > th,
  .dt-the7.single-post #content .entry-content .wp-block-table .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover, .inc-page table .table-dark:hover, .dt-the7.page #content .wpb_text_column table .table-dark:hover, .dt-the7.single-project #content .type-project table .table-dark:hover, .inc-gutenberg .wp-block-table .table-dark:hover, .dt-the7.single-post #content .entry-content .wp-block-table .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td, .inc-page table .table-dark:hover > td, .dt-the7.page #content .wpb_text_column table .table-dark:hover > td, .dt-the7.single-project #content .type-project table .table-dark:hover > td, .inc-gutenberg .wp-block-table .table-dark:hover > td, .dt-the7.single-post #content .entry-content .wp-block-table .table-dark:hover > td,
  .table-hover .table-dark:hover > th,
  .inc-page table .table-dark:hover > th,
  .dt-the7.page #content .wpb_text_column table .table-dark:hover > th,
  .dt-the7.single-project #content .type-project table .table-dark:hover > th,
  .inc-gutenberg .wp-block-table .table-dark:hover > th,
  .dt-the7.single-post #content .entry-content .wp-block-table .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover, .inc-page table .table-active:hover, .dt-the7.page #content .wpb_text_column table .table-active:hover, .dt-the7.single-project #content .type-project table .table-active:hover, .inc-gutenberg .wp-block-table .table-active:hover, .dt-the7.single-post #content .entry-content .wp-block-table .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td, .inc-page table .table-active:hover > td, .dt-the7.page #content .wpb_text_column table .table-active:hover > td, .dt-the7.single-project #content .type-project table .table-active:hover > td, .inc-gutenberg .wp-block-table .table-active:hover > td, .dt-the7.single-post #content .entry-content .wp-block-table .table-active:hover > td,
  .table-hover .table-active:hover > th,
  .inc-page table .table-active:hover > th,
  .dt-the7.page #content .wpb_text_column table .table-active:hover > th,
  .dt-the7.single-project #content .type-project table .table-active:hover > th,
  .inc-gutenberg .wp-block-table .table-active:hover > th,
  .dt-the7.single-post #content .entry-content .wp-block-table .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th, .inc-page table .thead-dark th, .dt-the7.page #content .wpb_text_column table .thead-dark th, .dt-the7.single-project #content .type-project table .thead-dark th, .inc-gutenberg .wp-block-table .thead-dark th, .dt-the7.single-post #content .entry-content .wp-block-table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th, .inc-page table .thead-light th, .dt-the7.page #content .wpb_text_column table .thead-light th, .dt-the7.single-project #content .type-project table .thead-light th, .inc-gutenberg .wp-block-table .thead-light th, .dt-the7.single-post #content .entry-content .wp-block-table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd), .inc-page table.table-dark tbody tr:nth-of-type(odd), .dt-the7.page #content .wpb_text_column table.table-dark tbody tr:nth-of-type(odd), .dt-the7.single-project #content .type-project table.table-dark tbody tr:nth-of-type(odd), .inc-gutenberg .table-dark.wp-block-table tbody tr:nth-of-type(odd), .dt-the7.single-post #content .entry-content .table-dark.wp-block-table tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover, .inc-page table.table-dark tbody tr:hover, .dt-the7.page #content .wpb_text_column table.table-dark tbody tr:hover, .dt-the7.single-project #content .type-project table.table-dark tbody tr:hover, .inc-gutenberg .table-dark.wp-block-table tbody tr:hover, .dt-the7.single-post #content .entry-content .table-dark.wp-block-table tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

/* ==========================================================================
   UI - Buttons
   ========================================================================== */
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  padding: 0.5rem 1rem;
  background: #0d499c;
  color: #fff;
  border: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.5s ease 0s; }
  button:hover,
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover {
    background: #072855; }
  button[disabled], button[readonly],
  input[type="submit"][disabled],
  input[type="submit"][readonly],
  input[type="reset"][disabled],
  input[type="reset"][readonly],
  input[type="button"][disabled],
  input[type="button"][readonly] {
    cursor: not-allowed;
    background: #dee2e6;
    color: #495057;
    opacity: 1;
    filter: alpha(opacity=100); }
    button[disabled]:hover, button[readonly]:hover,
    input[type="submit"][disabled]:hover,
    input[type="submit"][readonly]:hover,
    input[type="reset"][disabled]:hover,
    input[type="reset"][readonly]:hover,
    input[type="button"][disabled]:hover,
    input[type="button"][readonly]:hover {
      background: #dee2e6;
      color: #495057; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   UI - The WordPress Gallery
   ========================================================================== */
.gallery {
  margin: 2.5rem -s(10); }

.gallery-item {
  display: inline-block;
  margin-top: 0 !important;
  vertical-align: top;
  width: 100%;
  padding: 0.5rem; }
  .gallery-item .gallery-icon {
    width: auto; }
  .gallery-item img {
    width: 100%; }
  .gallery-item figcaption, .gallery-item .tablepress-table-description {
    text-align: left; }
  .gallery-item .wp-caption-text {
    display: none; }

.gallery-columns-2 .gallery-item {
  max-width: 50%; }

.gallery-columns-3 .gallery-item {
  max-width: 33.33%; }

.gallery-columns-4 .gallery-item {
  max-width: 25%; }

.gallery-columns-5 .gallery-item {
  max-width: 20%; }

.gallery-columns-6 .gallery-item {
  max-width: 16.66%; }

.gallery-columns-7 .gallery-item {
  max-width: 14.28%; }

.gallery-columns-8 .gallery-item {
  max-width: 12.5%; }

.gallery-columns-9 .gallery-item {
  max-width: 11.11%; }

.gallery-columns-10 .gallery-item {
  max-width: 10%; }

.gallery-icon img {
  margin: 0 auto; }

.gallery-caption {
  padding-top: 0.25rem;
  font-size: 0.75rem; }

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.gallery-columns-10 .gallery-caption {
  display: none; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 767.98px) {
  .gallery {
    margin-left: -s(10);
    margin-right: -s(10); }
  .gallery-item {
    padding: 0.25rem 0.625rem; }
  .gallery-columns-5 .gallery-item,
  .gallery-columns-6 .gallery-item,
  .gallery-columns-7 .gallery-item,
  .gallery-columns-8 .gallery-item {
    padding: 0.25rem; }
  .gallery-columns-9 .gallery-item,
  .gallery-columns-10 .gallery-item {
    padding: 3px; }
  .gallery-columns-5 .gallery-caption {
    display: none; } }

@media (max-width: 480px) {
  .gallery-columns-3 .gallery-caption,
  .gallery-columns-4 .gallery-caption {
    display: none; } }

/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   BLOG - Post UI 
   ========================================================================== */
.inc-page, .dt-the7.page #content .wpb_text_column, .dt-the7.single-project #content .type-project {
  /*----- DIVIDERS -----*/
  /*----- UL LISTS -----*/
  /*----- DEFINITION LISTS -----*/
  /*----- BLOCKQUOTES -----*/
  /*----- TABLES -----*/
  /*----- GALLERY pre Gutenberg -----*/
  /*----- GUTENBERG -----*/
  /*
	.wp-block-image {
		
		img {
			border: 1px solid $gray-200;
		}
		
		figcaption {
			text-align: left;
		}
	}
	
	.wp-block-gallery {
		
		.blocks-gallery-item {
			
			padding: 0;
			flex-grow: 1;
			flex-shrink: 1;
			flex-basis: 25%;
			
			&:before { 
				display: none; 
			}
		}
	}
	
	.wp-block-quote {
		border-color: $primary;
	}
*/ }
  .inc-page hr, .dt-the7.page #content .wpb_text_column hr, .dt-the7.single-project #content .type-project hr {
    border-color: #0d499c; }
  .inc-page table caption, .dt-the7.page #content .wpb_text_column table caption, .dt-the7.single-project #content .type-project table caption {
    text-align: left;
    padding-top: 0.25rem;
    margin-top: 0.125rem;
    font-size: 0.875rem;
    line-height: 1.2;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    color: #6c757d; }
  .inc-page .gallery .gallery-icon, .dt-the7.page #content .wpb_text_column .gallery .gallery-icon, .dt-the7.single-project #content .type-project .gallery .gallery-icon {
    width: 100% !important; }
    .inc-page .gallery .gallery-icon img, .dt-the7.page #content .wpb_text_column .gallery .gallery-icon img, .dt-the7.single-project #content .type-project .gallery .gallery-icon img {
      border: 0; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   BLOG - Gutenberg
   ========================================================================== */
.inc-gutenberg, .dt-the7.single-post #content .entry-content {
  /*
	.wp-block-pullquote {
		
		padding: 0;
		
		blockquote {
				
			margin-bottom: s( 32 );
			padding-bottom: s( 32 );
			background: transparent;
			
			p {
				
				@extend .inc-blockquote-1;
				margin-bottom: 0;
				padding-bottom: s( 16 );
				
				&:nth-of-type(2) {
					
					border: none;
					padding: 0;
					margin: 0;
					
					&::before {
						display: none;
					}
				}
			}
		}
	}
*/ }
  .inc-gutenberg hr, .dt-the7.single-post #content .entry-content hr {
    border-color: #dee2e6; }
  .inc-gutenberg .wp-block-separator, .dt-the7.single-post #content .entry-content .wp-block-separator {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 1px solid #dee2e6 !important; }
  .inc-gutenberg .wp-block-quote, .dt-the7.single-post #content .entry-content .wp-block-quote {
    margin-top: 2rem;
    margin-bottom: 2rem;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    background: transparent; }
    .inc-gutenberg .wp-block-quote p, .dt-the7.single-post #content .entry-content .wp-block-quote p {
      margin: 0; }
    .inc-gutenberg .wp-block-quote cite, .dt-the7.single-post #content .entry-content .wp-block-quote cite {
      display: block;
      padding-top: 0.5rem;
      padding-left: 2rem;
      border-left: 3px solid #0d499c;
      font-weight: 700;
      font-style: normal;
      color: #495057; }
  .inc-gutenberg .wp-block-gallery, .dt-the7.single-post #content .entry-content .wp-block-gallery {
    margin-left: 0;
    margin-top: 2rem;
    margin-bottom: 2rem; }
    .inc-gutenberg .wp-block-gallery figcaption, .dt-the7.single-post #content .entry-content .wp-block-gallery figcaption, .inc-gutenberg .wp-block-gallery .tablepress-table-description, .dt-the7.single-post #content .entry-content .wp-block-gallery .tablepress-table-description {
      margin-bottom: 0;
      padding-bottom: 10px;
      pointer-events: none; }
  .inc-gutenberg .wp-block-image, .dt-the7.single-post #content .entry-content .wp-block-image {
    margin-top: 2rem;
    margin-bottom: 2rem; }
    .inc-gutenberg .wp-block-image figcaption, .dt-the7.single-post #content .entry-content .wp-block-image figcaption, .inc-gutenberg .wp-block-image .tablepress-table-description, .dt-the7.single-post #content .entry-content .wp-block-image .tablepress-table-description {
      text-align: left; }
      .inc-gutenberg .wp-block-image figcaption a, .dt-the7.single-post #content .entry-content .wp-block-image figcaption a, .inc-gutenberg .wp-block-image .tablepress-table-description a, .dt-the7.single-post #content .entry-content .wp-block-image .tablepress-table-description a {
        color: inherit; }
  .inc-gutenberg .wp-block-table, .dt-the7.single-post #content .entry-content .wp-block-table {
    margin-top: 2rem;
    margin-bottom: 2rem; }
    .inc-gutenberg .wp-block-table caption, .dt-the7.single-post #content .entry-content .wp-block-table caption {
      text-align: left;
      padding-top: 0.25rem;
      margin-top: 0.125rem;
      font-size: 0.875rem;
      line-height: 1.2;
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      color: #6c757d; }
  .inc-gutenberg .wp-block-button, .dt-the7.single-post #content .entry-content .wp-block-button {
    margin-top: 2rem;
    margin-bottom: 2rem; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   2 - SITE
   ========================================================================== */
/* ==========================================================================
   SECTION - The7 - Scaffolding
   ========================================================================== */
*,
*::before,
*::after {
  box-sizing: border-box; }

/*----- TEXT SELECTION -----*/
/*
::-moz-selection { background: $gray-lighter; color: $gray-darker; text-shadow: none; }
::selection { background: $gray-lighter; color: $gray-darker; text-shadow: none; }
*/
::-moz-selection {
  background: #dee2e6;
  color: #000;
  text-shadow: none; }

::selection {
  background: #dee2e6;
  color: #000;
  text-shadow: none; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   SITE - The7 - Main
   ========================================================================== */
#page {
  display: flex !important;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 100vh; }

.page-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start; }

#main {
  flex-grow: 1;
  padding-bottom: 50px !important; }

.sidebar {
  border: 0 !important; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 575.98px) {
  #main {
    padding-bottom: 15px !important; } }

/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   SECTION - CN - Site Header
   ========================================================================== */
.mobile-header-space {
  display: none !important; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
@media print {
  #include .masthead,
  #include #phantom {
    display: none !important; } }

/* ==========================================================================
   SITE - The7 - Page Header
   ========================================================================== */
.page-title .wf-container-title {
  border: none; }

.page-title .wf-table {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }

.page-title .prefix {
  display: block;
  font-size: 0.75rem;
  line-height: 1;
  color: #adb5bd;
  text-align: center; }

.page-title .term {
  white-space: nowrap; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   SECTION - CN - Site Footer
   ========================================================================== */
/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
@media print {
  #include #footer {
    display: none !important; } }

/* ==========================================================================
   3 - SECTIONS
   ========================================================================== */
/* ==========================================================================
   PLUGINS - Tablepress
   ========================================================================== */
.tablepress-table-name {
  text-align: center;
  margin-top: 2rem;
  font-size: 1.25rem;
  text-transform: uppercase; }

.dataTables_wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem !important; }

.dataTables_length,
.dataTables_filter {
  max-width: 50%;
  margin-bottom: 0.5rem;
  color: #212529;
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.2; }
  .dataTables_length label,
  .dataTables_filter label {
    margin-bottom: 0; }
  .dataTables_length select,
  .dataTables_length input[type="search"],
  .dataTables_filter select,
  .dataTables_filter input[type="search"] {
    margin: 0 !important;
    height: auto;
    border: none;
    background: transparent; }

.dataTables_length select {
  padding: 0.125rem 0;
  border-bottom: 1px dotted #212529;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none; }

.dataTables_filter {
  text-align: right; }
  .dataTables_filter label {
    text-align: left;
    max-width: 100%;
    border-bottom: 1px dotted #212529; }
  .dataTables_filter input[type="search"] {
    padding: 0.125rem 0.5rem; }

.tablepress {
  font-size: 0.875rem; }
  .tablepress caption {
    display: none; }
  .tablepress thead th,
  .tablepress tfoot th {
    background: transparent !important;
    border-top: 1px solid #212529 !important;
    border-bottom: 1px solid #212529 !important;
    text-transform: uppercase; }
  .tablepress tbody tr {
    background: transparent !important; }
  .tablepress tbody td {
    border-top: 1px solid #dee2e6 !important;
    line-height: 1.2; }
  .tablepress tbody .odd td {
    background: transparent !important; }
  .tablepress tbody .even td {
    background: rgba(0, 0, 0, 0.05) !important; }
  .tablepress tbody tr:hover td {
    background: rgba(0, 0, 0, 0.075) !important; }

.dataTables_info {
  font-size: 0.875rem; }

.dataTables_paginate {
  font-size: 0.875rem; }
  .dataTables_paginate .paginate_button.disabled {
    display: none; }
  .dataTables_paginate .paginate_button.next, .dataTables_paginate .paginate_button.previous {
    text-decoration: none;
    transition: all 0.3s ease 0s; }
    .dataTables_paginate .paginate_button.next:hover, .dataTables_paginate .paginate_button.previous:hover {
      opacity: 0.6;
      filter: alpha(opacity=60); }
  .dataTables_paginate .paginate_button.previous:before {
    font-family: "FontAwesome" !important;
    content: "" !important;
    text-shadow: none !important;
    color: inherit !important; }
  .dataTables_paginate .paginate_button.next:after {
    font-family: "FontAwesome" !important;
    content: "" !important;
    text-shadow: none !important;
    color: inherit !important; }

.tablepress-table-description {
  margin-top: -1rem;
  margin-bottom: 2rem;
  padding-top: 0.125rem;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 480px) {
  .dataTables_filter input[type="search"] {
    max-width: 80%; } }

/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
@media print {
  .dataTables_length,
  .dataTables_filter {
    display: none !important; }
  .tablepress tbody td {
    background: transparent !important; }
  .tablepress tbody .odd td {
    background: transparent !important; }
  .tablepress tbody .even td {
    background: transparent !important; } }

/* ==========================================================================
   PLUGINS - Cookie Law Info
   ========================================================================== */
#cookie-law-info-bar {
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  background-color: #0d499c !important;
  font-weight: 700;
  font-size: 1rem; }
  #cookie-law-info-bar span {
    display: block;
    position: relative;
    max-width: 1140px;
    padding-right: 400px;
    text-align: left;
    font-size: 1rem; }
    #cookie-law-info-bar span .cookie_action_close_header {
      position: absolute;
      right: 0;
      top: 7px;
      border-radius: 0;
      padding: 10px 20px;
      background: none !important;
      border: 1px solid #fff;
      font-weight: 900;
      transition: all 0.3s ease 0s;
      color: #fff; }
      #cookie-law-info-bar span .cookie_action_close_header:hover {
        text-decoration: none;
        background: #fff !important;
        color: #0d499c !important;
        transition: all 0.3s ease 0s; }
        #cookie-law-info-bar span .cookie_action_close_header:hover:before {
          opacity: 1; }
    #cookie-law-info-bar span #CONSTANT_OPEN_URL {
      text-transform: lowercase;
      padding-left: 0.25rem; }

.cookielawinfo-classic thead th,
.cookielawinfo-classic tfoot th {
  font-size: 0.875rem;
  border-top: 1px solid #212529 !important;
  border-bottom: 1px solid #212529 !important;
  color: #212529;
  text-transform: uppercase; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 1199.98px) {
  #cookie-law-info-bar span {
    max-width: 960px;
    background-size: 45px;
    padding-right: 150px; } }

@media (max-width: 991.98px) {
  #cookie-law-info-bar span {
    max-width: 690px;
    background-size: 45px;
    padding-right: 150px; } }

@media (max-width: 767.98px) {
  #cookie-law-info-bar span {
    max-width: 540px;
    background-size: 45px;
    padding-right: 0; }
    #cookie-law-info-bar span #cookie_action_close_header {
      position: static;
      padding: 5px 15px;
      font-weight: 900; }
  #cookie-law-info-bar #CONSTANT_OPEN_URL {
    display: inline-block;
    margin-right: 10px; } }

@media (max-width: 575.98px) {
  #cookie-law-info-bar span {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    background: none; } }

/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
@media print {
  #cookie-law-info-bar {
    display: none !important; } }

/* ==========================================================================
   UI - The7 - Mini Search
   ========================================================================== */
.mini-search .searchform input[type=text] {
  max-width: none;
  border-bottom: 0;
  left: auto;
  right: 0; }

/*
.mini-search {
	
	.searchform {
		
		display: flex;
		justify-content: flex-end;
	
		input[type=text] {
			min-width: 1110px; // width set in theme options
			padding: s( 10 ) s( 20 ) !important;
			margin-bottom: 0;
			left: auto;
			top: s( 48 );
			height: s( 80 );
			font-size: f( 32 ) !important;
			font-weight: 200 !important;
			
			
			&::-webkit-input-placeholder { 
				font-size: f( 32 );
				line-height: s( 32 ) !important;
				padding-top: s( 4 ) !important;
			}
			
			&:-moz-placeholder { 
				font-size: f( 32 );
			}
			
			&::-moz-placeholder { 
				font-size: f( 32 );
			}
			
			&:-ms-input-placeholder { 
				font-size: f( 32 );
			}
			
			&::-ms-input-placeholder { 
				font-size: f( 32 );
			}
			
			&::placeholder { 
				font-size: f( 32 );
			}
			
			
			&::-moz-selection { 
				background: $gray-200; 
				color: $gray-900;  
			}
			
			&::selection { 
				background: $gray-200; 
				color: $gray-900; 
			}
		}
	}
}
*/
/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   BLOG - The7 - Post Navigation
   ========================================================================== */
body[class*="dt-the7"] .post-navigation .nav-previous:hover .post-title,
body[class*="dt-the7"] .post-navigation .nav-previous:hover i:before,
body[class*="dt-the7"] .post-navigation .back-to-list:hover .post-title,
body[class*="dt-the7"] .post-navigation .back-to-list:hover i:before,
body[class*="dt-the7"] .post-navigation .nav-next:hover .post-title,
body[class*="dt-the7"] .post-navigation .nav-next:hover i:before {
  color: #666 !important; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 767.98px) {
  body[class*="dt-the7"].layout-list .post.bg-on {
    margin-top: 2rem !important;
    padding-top: 2rem !important;
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important; } }

/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   4 - TEMPLATES
   ========================================================================== */
/* ==========================================================================
   TEMPLATE - The7 - 404
   ========================================================================== */
.dt-the7.error404 .search-form {
  display: flex; }
  .dt-the7.error404 .search-form label {
    flex: 1;
    margin: 0; }
  .dt-the7.error404 .search-form input {
    margin: 0; }

.dt-the7.error404 #main,
.dt-the7.error404 .wf-wrap {
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.dt-the7.error404 #cn-breadcrumbs {
  display: none !important; }

.dt-the7.error404 #content {
  min-height: 100px !important; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 575.98px) {
  .dt-the7.error404 #cn-breadcrumbs {
    display: none !important; }
  .dt-the7.error404 #main {
    padding-top: 50px !important; } }

/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   TEMPLATE - The7 - archive
   ========================================================================== */
/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 575.98px) {
  .dt-the7.archive #cn-breadcrumbs {
    display: none !important; }
  .dt-the7.archive #main {
    padding-top: 50px !important; } }

/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   TEMPLATE - The7 - page
   ========================================================================== */
.dt-the7.page #content h3.vc_custom_heading {
  font-size: 22px;
  font-weight: 600; }

.dt-the7.page #content .wpb_text_column blockquote {
  margin-left: 25px;
  margin-right: 25px; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 480px) {
  .dt-the7.page #content .wpb_text_column p {
    font-size: 18px;
    line-height: 1.5; }
  .dt-the7.page #content .wpb_text_column blockquote {
    line-height: 1.2 !important; }
    .dt-the7.page #content .wpb_text_column blockquote p {
      font-size: 24px; } }

/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   TEMPLATE - The7 - search
   ========================================================================== */
/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 575.98px) {
  .dt-the7.search #cn-breadcrumbs {
    display: none !important; }
  .dt-the7.search #main {
    padding-top: 50px !important; } }

/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   TEMPLATE - The7 - single
   ========================================================================== */
.dt-the7.single-post #content {
  padding: 0 150px; }
  .dt-the7.single-post #content .post-thumbnail .caption {
    font-size: 14px;
    color: #adb5bd; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 991.98px) {
  .dt-the7.single-post #content {
    padding: 0 100px; } }

@media (max-width: 767.98px) {
  .dt-the7.single-post #content {
    padding: 0 50px; } }

@media (max-width: 575.98px) {
  .dt-the7.single-post #content {
    padding: 0; }
    .dt-the7.single-post #content .entry-content .wp-block-quote {
      margin-top: 1rem;
      margin-bottom: 1rem;
      padding: 0.75rem 0 1rem;
      background: transparent; }
      .dt-the7.single-post #content .entry-content .wp-block-quote p {
        padding: 0 1.5rem;
        font-size: 22px; }
      .dt-the7.single-post #content .entry-content .wp-block-quote cite {
        display: block;
        padding-top: 0.5rem;
        padding-left: 1.5rem;
        border-left: 3px solid #0d499c;
        font-size: 16px;
        line-height: 1.2;
        color: #495057; } }

/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
@media print {
  #include .wp-block-quote,
  #include .single-share-box,
  #include .post-navigation {
    display: none !important; } }

/* ==========================================================================
   TEMPLATE - The7 - single
   ========================================================================== */
.dt-the7.single-project #main {
  padding-top: 0; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   5 - PROJECT
   ========================================================================== */
/* ==========================================================================
   SECTION - CN - Site Header
   ========================================================================== */
.masthead {
  z-index: 999; }
  .masthead.sticky-mobile-on {
    background: #000 !important; }
  .masthead .header-bar .mini-search .submit::before,
  .masthead .mobile-header-bar .mini-search .submit::before {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxMy4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDE0OTQ4KSAgLS0+DQo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDE2IDE2IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxNiAxNiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBzdHJva2U9IiNGRkZGRkYiIGQ9Ik0wLjUsNi42ODljMCwzLjQxNSwyLjc3LDYuMTg3LDYuMTg3LDYuMTg3YzEuNDcsMCwyLjgyMi0wLjUxOSwzLjg4My0xLjM3NWwzLjgwNywzLjgwNg0KCWMwLjI1NywwLjI2LDAuNTEyLDAuMTYxLDAuNzcxLTAuMDk4YzAuMjU2LTAuMjYsMC40MTgtMC41NzgsMC4xNjItMC44MzVsLTMuODA5LTMuODA2YzAuODU0LTEuMDYyLDEuMzcyLTIuNDExLDEuMzcyLTMuODgyDQoJYzAtMy40MTctMi43NjktNi4xODctNi4xODgtNi4xODdDMy4yNjksMC41MDEsMC41LDMuMjcyLDAuNSw2LjY4OXogTTEuNjUzLDYuNzAzYzAtMi43ODYsMi4yNjUtNS4wNSw1LjA0OS01LjA1DQoJYzIuNzg2LDAsNS4wNSwyLjI2Myw1LjA1LDUuMDVzLTIuMjYyLDUuMDQ5LTUuMDUsNS4wNDlDMy45MTcsMTEuNzUyLDEuNjUzLDkuNDg2LDEuNjUzLDYuNzAzeiIvPg0KPC9zdmc+DQo=) !important; }

.transparent .masthead {
  background: rgba(0, 0, 0, 0.8) !important; }

.transparent #primary-menu .sub-nav {
  background: rgba(0, 0, 0, 0.8) !important; }

.transparent #phantom {
  background: black !important; }
  .transparent #phantom #primary-menu .sub-nav {
    background: black !important; }

.dt-mobile-header #mobile-menu {
  padding: 25px 0; }
  .dt-mobile-header #mobile-menu li::before {
    border-color: rgba(255, 255, 255, 0.18) !important; }

.dt-close-mobile-menu-icon span {
  background: transparent !important;
  top: 15px;
  right: 15px; }
  .dt-close-mobile-menu-icon span::before, .dt-close-mobile-menu-icon span::after {
    height: 3px !important; }

.header-bar .searchform-s,
#phantom .searchform-s {
  padding-left: 20px; }

.header-bar .searchform-s::-webkit-input-placeholder,
#phantom .searchform-s::-webkit-input-placeholder {
  font-size: 14px !important; }

.header-bar .searchform-s:-moz-placeholder,
#phantom .searchform-s:-moz-placeholder {
  font-size: 14px !important; }

.header-bar .searchform-s::-moz-placeholder,
#phantom .searchform-s::-moz-placeholder {
  font-size: 14px !important; }

.header-bar .searchform-s:-ms-input-placeholder,
#phantom .searchform-s:-ms-input-placeholder {
  font-size: 14px !important; }

.header-bar .searchform-s::-ms-input-placeholder,
#phantom .searchform-s::-ms-input-placeholder {
  font-size: 14px !important; }

.header-bar .searchform-s::placeholder,
#phantom .searchform-s::placeholder {
  font-size: 14px !important; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 767.98px) {
  .transparent .masthead {
    background: rgba(0, 0, 0, 0.5) !important; }
  .transparent #primary-menu .sub-nav {
    background: rgba(0, 0, 0, 0.5) !important; } }

/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   SECTION - CN - Main Navigation
   ========================================================================== */
#primary-menu {
  margin: 0;
  padding: 0; }

.sub-nav {
  box-shadow: none !important; }

.mini-search {
  margin-left: 25px !important; }

.mini-search #trigger-overlay {
  text-indent: -9999px; }

.mini-search .searchform-s {
  box-shadow: none; }

/*
.home .masthead .mini-search .searchform-s {
	background: rgba(0,0,0,.8)!important; 
}


.home .masthead .mini-search input[type="text"]::-webkit-input-placeholder { 
	color: #fff !important; 
}

.home .masthead .mini-search input[type="text"]:-moz-placeholder { 
	color: #fff !important; 
}

.home .masthead .mini-search input[type="text"]::-moz-placeholder { 
	color: #fff !important; 
}

.home .masthead .mini-search input[type="text"]:-ms-input-placeholder { 
	color: #fff !important; 
}

.home .masthead .mini-search input[type="text"]::-ms-input-placeholder { 
	color: #fff !important; 
}

.home .masthead .mini-search input[type="text"]::placeholder { 
	color: #fff !important; 
}
*/
#phantom .mini-search .searchform-s {
  margin-top: 14px !important;
  background: #000 !important;
  min-width: inherit !important; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   SECTION - CN - Site Footer
   ========================================================================== */
#footer .wf-container {
  margin: 0 !important;
  border-bottom: 1px solid rgba(133, 134, 140, 0.15);
  padding-bottom: 15px; }

#footer .widget,
#footer .wpb_content_element {
  margin-bottom: 0; }

#footer .widget {
  padding: 0;
  width: 100%; }

#footer .menu-item a {
  font-size: 16px; }
  #footer .menu-item a:hover {
    color: #000; }

#footer #menu-footer-external .menu-item {
  white-space: nowrap; }

#footer #menu-footer-external .cn-external::before {
  font-family: "FontAwesome";
  content: '\f08e';
  padding-right: 10px; }

#footer #menu-footer-external .cn-download::before {
  font-family: "FontAwesome";
  content: '\f019';
  padding-right: 10px; }

#footer #menu-footer-internal .menu-item:last-of-type {
  border-bottom: none !important; }

#footer #menu-footer-internal .cn-linked-in::before {
  font-family: "FontAwesome";
  content: '\f0e1';
  padding: 3px 4px;
  margin-right: 10px;
  color: #fff;
  background: #007ab5; }

#bottom-bar .wf-float-right {
  margin: 0; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 767.98px) {
  #footer .include-template-section * {
    text-align: center !important; }
  #footer .include-template-section > .vc_row > .wpb_column {
    margin-bottom: 25px; }
    #footer .include-template-section > .vc_row > .wpb_column:first-of-type, #footer .include-template-section > .vc_row > .wpb_column:last-of-type {
      margin-bottom: 0; }
  #footer #text-2 {
    display: none; }
  #footer .wf-container {
    padding-bottom: 0 !important; } }

/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   SECTION - CN - Page Titles
   ========================================================================== */
.cn-page-title {
  line-height: 1.3 !important;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 28px; }

.cn-transparent-page-title {
  pointer-events: none;
  position: relative;
  z-index: 99;
  margin-top: -175px; }
  .cn-transparent-page-title + .vc_row > .vc_col-sm-10,
  .cn-transparent-page-title + .vc_row > .vc_col-sm-8 {
    padding-top: 75px; }
  .cn-transparent-page-title .cn-page-title {
    float: right; }
    .cn-transparent-page-title .cn-page-title h1 {
      color: #fff;
      background: rgba(0, 163, 200, 0.8);
      line-height: 1 !important;
      font-size: 24px;
      padding: 35px 50px;
      margin: 0 !important; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 1024px) {
  .equality-diversity-inclusion .cn-transparent-page-title {
    margin-top: -170px; } }

@media (max-width: 991.98px) {
  .cn-transparent-page-title .cn-page-title {
    width: 75% !important; }
  .equality-diversity-inclusion .cn-transparent-page-title {
    margin-top: -148px; } }

@media (max-width: 575.98px) {
  .cn-transparent-page-title {
    margin-top: -150px; }
    .cn-transparent-page-title + .vc_row > .vc_col-sm-10,
    .cn-transparent-page-title + .vc_row > .vc_col-sm-8 {
      padding-top: 50px; }
    .cn-transparent-page-title .cn-page-title {
      width: 100% !important; }
      .cn-transparent-page-title .cn-page-title h1 {
        padding: 25px 30px !important; }
  .equality-diversity-inclusion .cn-transparent-page-title {
    margin-top: -130px; } }

/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   SECTION - The7 - Title
   ========================================================================== */
.resizelistener {
  width: 100% !important;
  height: 100% !important;
  left: 0 !important;
  top: 0 !important; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   SECTION - CN - News Ticker
   ========================================================================== */
.modern-ticker {
  background: transparent !important; }
  .modern-ticker .mt-news li {
    border-left: 1px solid black;
    border-right: 1px solid black;
    padding: 0 !important; }
    .modern-ticker .mt-news li::before {
      display: none !important; }
  .modern-ticker .mt-news a {
    padding: 0 25px 0 25px !important;
    background: transparent !important;
    background-image: none !important;
    font-size: 1rem !important;
    font-weight: 700 !important; }
    .modern-ticker .mt-news a:hover {
      background: transparent !important;
      color: #1799b3 !important; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 480px) {
  .modern-ticker {
    min-width: initial !important; } }

/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   SECTION - CN - VC Accordion
   ========================================================================== */
.vc_tta-accordion .vc_tta-title-text {
  color: #000 !important;
  font-weight: 600; }

.vc_tta-accordion h5.vc_custom_heading {
  font-size: 18px; }

.vc_tta-accordion .wpb_text_column ul {
  margin-left: 0; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   SECTION - CN - Team Tabs
   ========================================================================== */
#cn-team-tabs .ult_tabs {
  margin-bottom: 0 !important; }

#cn-team-tabs .ult-span-text {
  display: block;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px !important;
  background: #0d499c;
  color: #fff; }

#cn-team-tabs .ult_tab_main:hover .ult-span-text {
  background: #1799b3 !important; }

#cn-team-tabs .ult_tab_li {
  background: transparent !important;
  max-width: 33.33333% !important; }
  #cn-team-tabs .ult_tab_li .ult_a {
    background: transparent !important;
    padding-bottom: 0 !important; }
  #cn-team-tabs .ult_tab_li .ult-span-text {
    margin: 0 !important; }
  #cn-team-tabs .ult_tab_li.current .ult-span-text {
    background: #1799b3 !important; }

#cn-team-tabs .aio-icon {
  width: 250px;
  height: 250px;
  margin-bottom: 0;
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center top; }

#cn-team-tabs .ult_tabcontent {
  padding: 50px 120px 0; }
  #cn-team-tabs .ult_tabcontent h2.vc_custom_heading {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 2rem;
    line-height: 1.3 !important;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 28px; }
  #cn-team-tabs .ult_tabcontent .wpb_text_column {
    margin-bottom: 0 !important; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 767.98px) {
  #cn-team-tabs .ult_tabmenu {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important; }
  #cn-team-tabs .ult_tabcontent {
    padding: 50px 50px 0; } }

@media (max-width: 575.98px) {
  #cn-team-tabs .ult_tab_li {
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important; }
    #cn-team-tabs .ult_tab_li .ult-span-text {
      font-size: 13px !important;
      line-height: 1.2 !important; }
      #cn-team-tabs .ult_tab_li .ult-span-text span {
        display: block; } }

@media (max-width: 480px) {
  #cn-team-tabs .ult_tabcontent {
    padding: 50px 20px 0; } }

/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   SECTION - The7 - Title
   ========================================================================== */
.cn-frontpage-slide-in .slidein-overlay-close {
  top: 15px !important;
  right: 14px !important; }

.cn-frontpage-slide-in .cp-slidein-body h3 {
  margin-top: 20px;
  font-size: 48px;
  font-weight: 200;
  color: #fff; }

.cn-frontpage-slide-in .cp-slidein-body p {
  color: #fff; }

.cn-frontpage-slide-in .cp-slidein-body strong {
  font-weight: 900; }

.cn-frontpage-slide-in .cp-slidein-body a {
  border: 2px solid #fff;
  color: #fff;
  padding: 10px 0;
  text-align: center;
  display: block;
  text-decoration: none;
  font-size: 18px; }

.cn-frontpage-slide-in .cp-toggle-container .cp-slide-edit-btn {
  padding-bottom: 15px !important; }

.cp-toggle-container.slidein-center-left {
  top: 52% !important; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 767.98px) {
  .cn-frontpage-slide-in .cp-slidein-body {
    padding-top: 15px;
    padding-bottom: 15px; }
  .cn-frontpage-slide-in .cp-toggle-container .cp-slide-edit-btn {
    font-size: 12px !important;
    padding-bottom: 10px !important; } }

/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   UI - Breadcrumbs
   ========================================================================== */
#cn-breadcrumbs {
  font-size: 14px;
  color: #999;
  padding: 5px 0;
  position: relative;
  z-index: 99; }
  #cn-breadcrumbs > span {
    display: block;
    width: 1100px;
    margin: auto;
    padding: 0 50px; }
  #cn-breadcrumbs > span,
  #cn-breadcrumbs > div > span {
    display: block; }
  #cn-breadcrumbs a {
    color: #0d499c !important;
    text-decoration: none; }
    #cn-breadcrumbs a:hover {
      text-decoration: underline; }

.page #cn-breadcrumbs {
  border-bottom: 1px solid #e5e5e5; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 1024px) {
  #cn-breadcrumbs {
    visibility: hidden; } }

/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
@media print {
  #cn-breadcrumbs {
    display: none !important; } }

/* ==========================================================================
   UI - Post Navigation
   ========================================================================== */
.post-navigation .nav-links {
  border-bottom: none !important; }

.post-navigation .fa-angle-right,
.post-navigation .fa-angle-left,
.post-navigation .fa-th {
  color: #0d499c !important; }
  .post-navigation .fa-angle-right:hover,
  .post-navigation .fa-angle-left:hover,
  .post-navigation .fa-th:hover {
    opacity: 0.7 !important; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   UI - Interactive Banner
   ========================================================================== */
.cn-interactive {
  max-height: 220px !important;
  height: 220px !important;
  line-height: 1.1;
  overflow: hidden !important; }
  .cn-interactive .ult-new-ib-img {
    left: -50px; }
  .cn-interactive .ult-new-ib-desc {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
    padding: 30px !important;
    display: flex;
    align-items: flex-end; }
    .cn-interactive .ult-new-ib-desc::before {
      border: 0 !important; }
  .cn-interactive .ult-new-ib-title {
    padding-bottom: 0 !important;
    text-shadow: 1px 1px 0 #000; }

.ult-ib-effect-style9 img,
.ult-ib-effect-style9:hover img {
  -webkit-transform: none !important;
  transform: none !important; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 767.98px) {
  .cn-interactive {
    max-height: 300px !important;
    height: 300px !important; } }

@media (min-width: 580px) and (max-width: 767px) {
  .cn-interactive .ult-new-ib-img {
    position: relative;
    top: -150px;
    left: 0; }
  .cn-tile-equality-allies .ult-new-ib-img,
  .cn-tile-join-us-vacancies .ult-new-ib-img,
  .cn-tile-join-us-graduate-scheme .ult-new-ib-img,
  .cn-tile-join-us-gateway-scheme .ult-new-ib-img,
  .cn-tile-join-us-apprenticeships .ult-new-ib-img,
  .cn-tile-services-nuclear-services .ult-new-ib-img {
    top: -90px !important; }
  .cn-tile-capabilities-science .ult-new-ib-img,
  .cn-tile-join-us-equality .ult-new-ib-img {
    top: -40px !important; } }

@media (min-width: 400px) and (max-width: 767px) {
  .cn-interactive .ult-new-ib-img {
    min-height: 100% !important;
    height: auto !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    left: 0; } }

/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   SECTION - BLUE BOX
   ========================================================================== */
.cn-blue-box {
  float: left;
  width: 60%;
  border: 0 !important;
  padding: 2rem;
  position: relative;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  margin-left: -7rem !important;
  margin-right: 3rem !important;
  background-color: #0d499c !important;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
  font-family: Ampersand, Merriweather, "Crimson", Georgia, serif; }
  .cn-blue-box::before, .cn-blue-box::after {
    width: 1rem;
    height: 1rem;
    display: inline-block;
    content: "";
    position: absolute; }
  .cn-blue-box::before {
    top: 0;
    left: 0;
    border-left: 0.5rem solid #212529;
    border-top: 0.5rem solid #212529; }
  .cn-blue-box::after {
    bottom: 0;
    right: 0;
    border-right: 0.5rem solid #212529;
    border-bottom: 0.5rem solid #212529; }
  .cn-blue-box cite {
    display: block;
    margin-top: 0.5rem;
    text-align: left;
    font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2;
    color: #343a40; }
    .cn-blue-box cite a,
    .cn-blue-box cite span {
      text-decoration: none;
      color: #343a40; }
    .cn-blue-box cite a:hover {
      text-decoration: underline; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 991.98px) {
  .cn-blue-box {
    width: 60%;
    margin-left: -3rem !important;
    margin-right: 3rem !important;
    font-size: 1.125rem;
    line-height: 1.6; } }

@media (max-width: 767.98px) {
  .cn-blue-box {
    float: none;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important; } }

/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   SECTION - CN - Case Studies
   ========================================================================== */
.dt-portfolio-shortcode .rollover-content-container a {
  font-weight: 400;
  line-height: 1.2; }

#cn-case-studies-title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 24px;
  margin-bottom: 2rem; }

#cn-case-studies-details {
  font-size: 15px;
  line-height: 1.3;
  padding: 25px 15px;
  background: #0d499c; }
  #cn-case-studies-details dt {
    font-weight: 700;
    font-size: 14px;
    padding: 2px 0;
    margin-bottom: 2px;
    color: #fff;
    text-transform: uppercase; }
  #cn-case-studies-details dd {
    border-bottom: 1px solid rgba(133, 134, 140, 0.25);
    padding: 2px 0;
    margin-bottom: 2px;
    color: #fff; }
    #cn-case-studies-details dd:last-of-type {
      border-bottom: none; }

.single-portfolio .project-content {
  margin-bottom: 0 !important; }

.single-portfolio .post-navigation {
  margin-top: 35px; }
  .single-portfolio .post-navigation .post-title {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4; }
  .single-portfolio .post-navigation .nav-previous .meta-nav,
  .single-portfolio .post-navigation .nav-next .meta-nav {
    display: none; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 991.98px) {
  #cn-case-studies-details dt {
    font-size: 15px; }
  #cn-case-studies-details dd {
    margin-bottom: 10px;
    padding-bottom: 10px !important; } }

@media (max-width: 767.98px) {
  #cn-case-studies-details {
    padding: 25px; } }

/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   SECTION - CN - News
   ========================================================================== */
.news .tp-mask-wrap {
  width: 450px !important; }

.news #featured-post-header {
  white-space: normal !important;
  color: #fff;
  display: inline !important;
  line-height: normal !important;
  background: rgba(0, 0, 0, 0.8);
  -webkit-box-shadow: -10px 0 0 rgba(0, 0, 0, 0.8), 10px 0 0 rgba(0, 0, 0, 0.8) !important;
  -moz-box-shadow: -10px 0 0 rgba(0, 0, 0, 0.8), 10px 0 0 rgba(0, 0, 0, 0.8) !important;
  box-shadow: -10px 0 0 rgba(0, 0, 0, 0.8), 10px 0 0 rgba(0, 0, 0, 0.8) !important;
  -webkit-box-decoration-break: clone !important;
  -ms-box-decoration-break: clone !important;
  -o-box-decoration-break: clone !important;
  box-decoration-break: clone !important; }

.news .type-post {
  padding-top: 30px !important; }

.news .type-post {
  padding-top: 0 !important; }
  .news .type-post:last-of-type {
    border: none !important; }
  .news .type-post .entry-title {
    font-weight: 700; }

.news .dt-btn {
  padding: 12px 18px 12px 18px; }

.news .paginator {
  justify-content: flex-start !important;
  padding: 16px 0;
  border-top: 1px solid #e5e5e5; }
  .news .paginator > span, .news .paginator a {
    width: 32px;
    height: 32px;
    margin: 0 3px !important;
    border: none !important;
    font-weight: normal !important;
    font-size: 16px !important;
    color: #b4b5bb !important; }
    .news .paginator > span:after, .news .paginator a:after {
      display: none !important; }
  .news .paginator .act,
  .news .paginator a:hover,
  .news .paginator a:focus {
    background: #0d499c !important;
    color: #fff !important;
    border: none !important; }
  .news .paginator .nav-prev,
  .news .paginator .nav-next {
    display: flex;
    align-items: center;
    width: 14px !important; }
    .news .paginator .nav-prev i,
    .news .paginator .nav-next i {
      color: #b4b5bb !important; }
  .news .paginator .nav-prev:hover,
  .news .paginator .nav-next:hover {
    background: transparent !important; }
  .news .paginator .disabled {
    display: none !important; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 767.98px) {
  .news .type-post .post-entry-content {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .news .type-post .entry-title {
    font-size: 24px !important;
    line-height: 1.2 !important; } }

/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   SECTION - CN - Contact
   ========================================================================== */
.contact .wpcf7-form {
  width: 75%;
  margin: auto; }

.contact .cn-form-wrapper p {
  margin: 0 !important; }

.contact .cn-form-wrapper input,
.contact .cn-form-wrapper select,
.contact .cn-form-wrapper textarea {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: none !important;
  font-size: 16px !important;
  border-left: 3px solid #0d499c !important;
  border-bottom: 1px solid #e5e5e5 !important;
  border: 1px solid #e5e5e5 !important; }

.contact .cn-form-wrapper input,
.contact .cn-form-wrapper select {
  height: 36px !important;
  margin-bottom: 16px !important; }

.contact .cn-form-wrapper select {
  font-size: 0.875rem !important;
  padding: 5px !important;
  color: #cccccc !important;
  max-width: 100% !important; }

.contact .cn-form-wrapper option {
  color: #333333 !important; }

.contact .cn-form-wrapper textarea {
  height: 140px !important;
  resize: none !important; }

.contact .wpcf7-submit {
  float: right;
  background: #0d499c !important;
  padding-left: 25px !important;
  padding-right: 25px !important; }
  .contact .wpcf7-submit:hover {
    background: #0d499c !important;
    opacity: 1; }

.contact .wpcf7 .ajax-loader {
  float: right;
  margin-right: 5px !important; }

.contact .cn-form-wrapper .wpcf7-form-control-wrap {
  display: block;
  position: relative; }
  .contact .cn-form-wrapper .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: absolute;
    height: 90%;
    top: 2px;
    left: 2px;
    display: flex;
    align-items: center;
    margin: 0;
    padding-left: 0.25rem;
    background: #fff !important;
    color: #dc3545;
    font-size: 14px !important; }
  .contact .cn-form-wrapper .wpcf7-form-control-wrap textarea + .wpcf7-not-valid-tip {
    align-items: flex-start;
    padding-top: 0.25rem; }

.contact .vc_toggle {
  margin-bottom: 20px !important; }

.contact .vc_toggle_title h4 {
  font-weight: 500;
  white-space: nowrap; }

.contact .cn-contact-location .wpb_wrapper {
  display: flex;
  flex-wrap: wrap !important; }

.contact .cn-contact-location .vc_toggle {
  width: 33.3333%; }

.contact .vc_toggle_content {
  margin: 15px 0 0 !important; }
  .contact .vc_toggle_content p {
    font-size: 18px;
    line-height: 1.3;
    color: #6c757d; }
    .contact .vc_toggle_content p::before {
      font-family: "FontAwesome";
      content: '\f041';
      margin-left: -20px;
      padding-right: 10px;
      color: #0d499c; }
    .contact .vc_toggle_content p + p {
      display: none !important; }
    .contact .vc_toggle_content p a {
      text-decoration: none;
      color: #0d499c;
      display: block;
      margin-top: 5px; }
      .contact .vc_toggle_content p a::before {
        font-family: "FontAwesome";
        content: '\f095';
        margin-left: -25px;
        padding-right: 10px;
        color: #0d499c; }
      .contact .vc_toggle_content p a:hover strong {
        text-decoration: underline; }
    .contact .vc_toggle_content p strong {
      font-weight: normal !important; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 767.98px) {
  .cn-contact-location {
    display: flex; }
  .cn-contact-flags img {
    max-width: 65%;
    margin: auto; } }

@media (max-width: 620px) {
  .contact .vc_toggle {
    margin-bottom: 10px !important; }
  .contact .cn-contact-location .vc_toggle_title h4 {
    font-size: 17px; }
  .contact .cn-contact-location .vc_toggle_content p, .contact .cn-contact-location .vc_toggle_content strong {
    font-size: 16px; } }

@media (max-width: 575.98px) {
  .contact .wpcf7-form {
    width: 100%; }
  .contact .cn-contact-location .vc_toggle {
    width: 50%; } }

@media (max-width: 480px) {
  .contact .cn-loacation-column > .vc_column-inner {
    padding-left: 10px !important;
    padding-right: 10px !important; }
  .contact .cn-contact-location .vc_toggle_title {
    padding-left: 26px !important; }
    .contact .cn-contact-location .vc_toggle_title h4 {
      font-size: 16px; } }

/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   PAGE - Single
   ========================================================================== */
.single-post #cn-breadcrumbs {
  margin-bottom: 70px;
  border-bottom: 1px solid #e5e5e5; }

.single-post #main {
  padding-top: 10px; }

.single-post #content {
  padding: 0 !important;
  width: 75%; }

.single-post .wf-container-main {
  display: flex;
  justify-content: center; }

.single-post .post-meta {
  margin-bottom: 25px; }
  .single-post .post-meta .entry-meta {
    justify-content: flex-start;
    font-size: 16px; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 991.98px) {
  .single-post #main {
    padding-top: 60px; }
  .single-post #cn-breadcrumbs {
    display: none !important; } }

@media (max-width: 575.98px) {
  .single-post #content {
    width: 85%; }
    .single-post #content h1 {
      font-size: 30px !important;
      line-height: 1.2; }
    .single-post #content .wp-block-quote {
      font-size: 24px !important; } }

/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   SECTION - The7 - Title
   ========================================================================== */
.cn-capabilities-intro {
  text-align: center;
  font-style: normal !important; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 991.98px) {
  .dt-portfolio-shortcode .rollover-content .entry-title {
    font-size: 18px !important; } }

@media (max-width: 813px) {
  .dt-portfolio-shortcode {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column; }
    .dt-portfolio-shortcode .wf-cell {
      min-width: 100% !important;
      min-height: 299px !important;
      overflow: hidden !important; }
    .dt-portfolio-shortcode .rollover-project {
      overflow: hidden !important;
      max-height: 300px !important; }
      .dt-portfolio-shortcode .rollover-project img {
        width: 100% !important;
        height: auto !important;
        position: relative !important;
        top: -25% !important; }
    .dt-portfolio-shortcode .rollover-content {
      height: auto !important;
      position: absolute !important;
      bottom: -20px !important; }
  .operations .dt-portfolio-shortcode .rollover-project img,
  .engineering .dt-portfolio-shortcode .rollover-project img,
  .science-and-hazard-management .dt-portfolio-shortcode .rollover-project img,
  .programme-project-management-and-controls .dt-portfolio-shortcode .rollover-project img {
    top: -120px !important; }
  .radiological-services-and-environmental-monitoring .dt-portfolio-shortcode .wf-cell:nth-of-type(1) .rollover-project img {
    top: -120px !important; } }

@media (max-width: 575.98px) {
  .operations .dt-portfolio-shortcode .rollover-project img,
  .engineering .dt-portfolio-shortcode .rollover-project img,
  .science-and-hazard-management .dt-portfolio-shortcode .rollover-project img,
  .programme-project-management-and-controls .dt-portfolio-shortcode .rollover-project img {
    width: 110% !important;
    max-width: 110% !important;
    top: 0 !important; }
  .radiological-services-and-environmental-monitoring .dt-portfolio-shortcode .wf-cell:nth-of-type(1) .rollover-project img {
    width: 110% !important;
    max-width: 110% !important;
    top: 0 !important; } }

@media (max-width: 480px) {
  .dt-portfolio-shortcode .rollover-content .entry-title {
    font-size: 21px !important; } }

/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   PAGE - Womens Network
   ========================================================================== */
.womens-network #womens-network-intro .wpb_text_column p:nth-of-type(1) {
  display: inline; }

.womens-network #womens-network-intro .wpb_text_column .bg-showmore-plg-link {
  white-space: nowrap;
  font-weight: 700;
  font-size: 14px; }

.womens-network .ult_tabcontent h5.vc_custom_heading {
  margin-top: 25px;
  font-size: 21px !important; }
  .womens-network .ult_tabcontent h5.vc_custom_heading:first-of-type {
    margin-top: 0; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 575.98px) {
  .womens-network-divider-20 {
    display: none !important; } }

/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   SECTION - The7 - Title
   ========================================================================== */
.archive .project-list-media .rollover-content,
.search-results .project-list-media .rollover-content {
  margin-top: 9 !important;
  display: none !important; }

.archive .entry-meta .category-link,
.archive .entry-meta .author.vcard,
.search-results .entry-meta .category-link,
.search-results .entry-meta .author.vcard {
  display: none !important; }

.archive .more-link + .entry-meta,
.search-results .more-link + .entry-meta {
  display: none !important; }

.scroll-top.on {
  display: none !important; }

/* ==========================================================================
   MEDIA QUERIES
   ========================================================================== */
@media (max-width: 1024px) {
  .services #main,
  .capabilities #main,
  .join-us #main,
  .equality-diversity-inclusion #main {
    padding-top: 0 !important; } }

/* ==========================================================================
   Browsers
   ========================================================================== */
/* =============================================
   IE 9--
   ============================================= */
/* =============================================
   IE 10 & 11
   ============================================= */
/* =============================================
   Firefox
   ============================================= */
@-moz-document url-prefix() {}/* ==========================================================================
   PRINT STYLES
   ========================================================================== */
/* ==========================================================================
   7 - PRINT
   ========================================================================== */
@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table, .inc-page table, .dt-the7.page #content .wpb_text_column table, .dt-the7.single-project #content .type-project table, .inc-gutenberg .wp-block-table, .dt-the7.single-post #content .entry-content .wp-block-table {
    border-collapse: collapse !important; }
    
    .table td,
    .inc-page table td,
    .dt-the7.page #content .wpb_text_column table td,
    .dt-the7.single-project #content .type-project table td,
    .inc-gutenberg .wp-block-table td,
    .dt-the7.single-post #content .entry-content .wp-block-table td, .table th, .inc-page table th, .dt-the7.page #content .wpb_text_column table th, .dt-the7.single-project #content .type-project table th, .inc-gutenberg .wp-block-table th, .dt-the7.single-post #content .entry-content .wp-block-table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th, .inc-page table .thead-dark th, .dt-the7.page #content .wpb_text_column table .thead-dark th, .dt-the7.single-project #content .type-project table .thead-dark th, .inc-gutenberg .wp-block-table .thead-dark th, .dt-the7.single-post #content .entry-content .wp-block-table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }
