/**
 * Media query breakpoints
 *
 * Example usage:
 *   @include mq(50em) {
 *     color: red;
 *   }
 */
/**
 * Rem font calculation
 *
 * Example usage:
 *   div {
 *     @include font-size(20px);
 *   }
 */
/**
 * Clearfix
 *
 * Example usage:
 *   div {
 *     @extend %clearfix;
 *   }
 */
/**
 * Hide from both screenreaders and browsers: h5bp.com/u
 *
 * Example usage:
 *   div {
 *     @extend %hidden;
 *   }
 */
/**
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 *
 * Example usage:
 *   div {
 *     @extend %visuallyhidden;
 *   }
 */
/**
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 *
 * Example usage:
 *   div {
 *     @extend %visuallyhidden--focusable;
 *   }
 */
/**
 * Hide visually and from screenreaders, but maintain layout
 *
 * Example usage:
 *   div {
 *     @extend %invisible;
 *   }
 */
/**
 * SVG, PNG and PNG@2x background image
 *
 * Example usage:
 *   div {
 *     @include background-image('/images/logo');
 *   }
 *
 * Generated CSS:
 *   div {
 *     background-image: url(/images/logo.svg);
 *   }
 *   .no-svg div {
 *     background-image: url(/images/logo.png);
 *   }
 *   @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
 *     .no-svg div {
 *       background-image: url(/images/logo@2x.png);
 *     }
 *   }
 */
.red {
  color: #af2323; }

.light-grey {
  color: #e5e6ea; }

* {
  box-sizing: border-box; }

html, body {
  height: 100%;
  font-size: 100%; }

img {
  max-width: 100%; }

p, ul li {
  font-size: 1.2em;
  /* 1.4em relative to a 16px baseline on the body will result in a 20px font size */
  line-height: 2.352em; }

ul {
  list-style: none; }

footer {
  height: 320px;
  background-color: #000000; }

.right {
  float: right; }

body {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizelegibility; }

.uppercase {
  text-transform: uppercase; }

@font-face {
  font-family: 'flexslider-icon';
  src: url('/assets/images/flexslider-icon.svg') format('svg');
  font-weight: normal;
  font-style: normal; }

h1 {
  font-family: "bebas-neue", sans-serif;
  letter-spacing: 0.125em;
  text-transform: uppercase; }

.slider--name {
  font-size: 4.25em; }
  @media screen and (max-width: 1345px) {
    .slider--name {
      font-size: 3.25em; } }
  @media screen and (max-width: 1200px) {
    .slider--name {
      font-size: 2.8em; } }
  @media screen and (max-width: 585px) {
    .slider--name {
      font-size: 2.1em;
      text-align: center; } }
  @media screen and (max-width: 320px) {
    .slider--name {
      font-size: 1.8em; } }

.type--armata {
  font-family: 'Armata', sans-serif; }

.type--source-sans, .type--source-sans__big, .type--source-sans__small {
  font-size: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  text-transform: uppercase; }
  .type--source-sans a, .type--source-sans .type--source-sans__big, .type--source-sans .type--source-sans__small {
    color: #ffffff;
    text-decoration: none; }
    .type--source-sans a:hover, .type--source-sans .type--source-sans__big, .type--source-sans .type--source-sans__small {
      color: #af2323; }

.type--source-sans__big {
  font-size: 2em;
  margin-bottom: -20px; }

.type--source-sans__small {
  font-size: 0.92em; }

.small-text {
  font-size: 1.1em; }

/*! normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio, canvas, video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden], template {
  display: none; }

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active, a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b, strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button, input, select, textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button, input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button, select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled], html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

.white {
  color: #ffffff; }

/*  SECTIONS  ============================================================================= */
.section {
  clear: both;
  padding: 0px;
  margin: 0px; }

/*  GROUPING  ============================================================================= */
.group:before, .group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }
  .group ul {
    padding-left: 0; }

/*  GRID COLUMN SETUP   ==================================================================== */
.col {
  display: block;
  float: left;
  margin: 1% 0 1% 1.6%; }

.col:first-child {
  margin-left: 0; }

/* all browsers except IE6 and lower */
/*  REMOVE MARGINS AS ALL GO FULL WIDTH AT 900 PIXELS */
@media only screen and (max-width: 900px) {
  .col {
    margin: 1% 0 1% 0%; } }

/*  GRID OF TWO   ============================================================================= */
.span_2_of_2 {
  width: 100%; }

.span_1_of_2 {
  width: 49.2%; }

/*  GO FULL WIDTH AT LESS THAN 900 PIXELS */
@media only screen and (max-width: 900px) {
  .span_2_of_2 {
    width: 100%; }
  .span_1_of_2 {
    width: 100%; } }

.white {
  color: #ffffff; }

#who-are-we {
  position: relative; }

section {
  width: 100%;
  position: relative;
  margin: 0 auto; }

.sec__landing {
  background-color: #e5e6ea; }
  @media screen and (max-width: 320px) {
    .sec__landing {
      margin-bottom: 80px; } }

.sec__who-we-are {
  position: relative;
  top: -142px;
  background-image: url(/assets/images/who-we-are.png);
  padding-top: 150px; }
  @media screen and (max-width: 2300px) {
    .sec__who-we-are {
      background-image: url(/assets/images/who-we-are-2300.png); } }
  @media screen and (max-width: 1900px) {
    .sec__who-we-are {
      background-image: url(/assets/images/who-we-are-1900.png); } }
  @media screen and (max-width: 1200px) {
    .sec__who-we-are {
      background-image: url(/assets/images/who-we-are-1200.png); } }
  @media screen and (max-width: 960px) {
    .sec__who-we-are {
      padding: 0 0 210px 0;
      background-image: none;
      top: 0; } }
  @media screen and (max-width: 320px) {
    .sec__who-we-are {
      margin: 0; } }

.who-are-we--cont__left {
  padding: 53px 0 195px 19%; }
  @media screen and (max-width: 900px) {
    .who-are-we--cont__left {
      padding: 0% 5% 2% 5%; } }

.who-are-we--cont__right {
  background: url(/assets/images/KEVIN_WHO_WE_ARE_trimmed.png) center top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 1140px;
  position: relative;
  margin: 0 0 2rem; }
  @media screen and (min-width: 1580px) {
    .who-are-we--cont__right {
      height: 1060px; } }
  @media screen and (max-width: 1395px) {
    .who-are-we--cont__right {
      height: 1350px; } }
  @media screen and (max-width: 1300px) { }
  @media screen and (max-width: 100px) {
    .who-are-we--cont__right {
      top: 480px; } }
  @media screen and (max-width: 900px) {
    .who-are-we--cont__right {
      height: 800px; } }
  @media screen and (max-width: 600px) {
    .who-are-we--cont__right {
      top: 0px !important;
      height: 730px; } }
  @media screen and (max-width: 400px) {
    .who-are-we--cont__right {
      height: 450px; } }

.sec__our-services {
  background-image: url("/assets/images/our-services-bg.png");
  margin-top: -237px;
  padding: 260px 0 430px 0; }
  @media screen and (max-width: 1780px) {
    .sec__our-services {
      background-position: -260px 0px; } }
  @media screen and (max-width: 1200px) {
    .sec__our-services {
      background-image: url(/assets/images/our-services-bg-1200.png);
      background-position: -440px 0px; } }
  @media screen and (max-width: 960px) {
    .sec__our-services {
      background-image: none;
      padding-top: 22%;
      background-color: #af2323;
      padding-bottom: 120px; } }
  @media screen and (max-width: 320px) {
    .sec__our-services {
      padding: 0;
      top: 230px; } }

.our-services--content {
  width: 42.5%;
  color: #ffffff;
  margin: 0 13.5% 0 44%; }
  @media screen and (max-width: 1200px) {
    .our-services--content {
      width: 80%;
      margin: 0 10%; } }
  @media screen and (max-width: 320px) {
    .our-services--content {
      width: 90%;
      margin: 0 5%;
      padding-bottom: 90px;
      padding-top: 80px; } }

.our-services--list {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 700;
  text-transform: uppercase; }

.our-services--line-height {
  line-height: 1em;
  margin: 10px 0; }

.line-height-two {
  margin-top: 36px; }

.sec__our-clients {
  background-image: url(/assets/images/our-clients-bg.png);
  margin-top: -300px;
  padding-top: 230px;
  padding-bottom: 250px; }
  @media screen and (max-width: 1300px) {
    .sec__our-clients {
      padding-top: 130px; } }
  @media screen and (max-width: 960px) {
    .sec__our-clients {
      background-image: none;
      padding-top: 320px; } }
  @media screen and (max-width: 320px) {
    .sec__our-clients {
      padding-top: 550px; } }

.sec__our-clients--header {
  width: 35%;
  height: 140px;
  top: 45px;
  float: left;
  position: relative;
  background-image: url(/assets/images/headerShape.svg);
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 30px;
  padding-left: 14%; }
  @media screen and (max-width: 1455px) {
    .sec__our-clients--header {
      width: 563px; } }
  @media screen and (max-width: 583px) {
    .sec__our-clients--header {
      width: 355px; } }
  @media screen and (max-width: 420px) {
    .sec__our-clients--header {
      width: 310px;
      padding-left: 8px; } }

.sec__contact {
  background-image: url(/assets/images/footerBg2.png);
  position: relative;
  overflow: hidden;
  margin-top: -162px;
  width: 100%; }
  @media screen and (max-width: 1200px) {
    .sec__contact {
      background-image: url(/assets/images/footerBg2-1200.png); } }
  @media screen and (max-width: 960px) {
    .sec__contact {
      background-image: none;
      background-color: #000000; } }
  @media screen and (max-width: 320px) {
    .sec__contact {
      margin-top: -80px;
      min-height: 100%; } }

.sec__contact--content {
  padding: 5% 10%; }
  .sec__contact--content p {
    margin-bottom: -30px; }
  .sec__contact--content h1 {
    font-family: 'Armata', sans-serif;
    font-size: 2.5em; }
  @media screen and (max-width: 400px) {
    .sec__contact--content {
      background-image: none;
      background-color: #000; } }
  @media screen and (max-width: 320px) {
    .sec__contact--content {
      min-height: 80%; } }

.footer-copyright {
  color: #e5e6ea;
  margin-top: 170px;
  line-height: 1.2em;
  font-size: 1em;
  margin-bottom: 20px !important; }
  @media screen and (max-width: 320px) {
    .footer-copyright {
      margin-top: 70px;
      margin-bottom: 71px !important;
      top: 0;
      margin-top: 0;
      padding-top: 70px; } }

.background {
  background-repeat: no-repeat;
  background-size: cover; }

.white {
  color: #ffffff; }

.header-bar {
  position: relative;
  height: 125px;
  border-bottom: 8px solid #af2323;
  width: 100%; }
  .header-bar .mobile-logo {
    display: none;
    max-width: 108px;
    position: absolute;
    top: 5px;
    left: 30px;
    z-index: -99999; }
    @media screen and (max-width: 960px) {
      .header-bar .mobile-logo {
        display: block;
        width: 100%; } }
  @media screen and (max-width: 960px) {
    .header-bar {
      height: 80px; } }

.nav-holder {
  max-width: 1400px;
  margin: 0 auto;
  z-index: 99999;
  position: relative;
  padding-top: 10px; }
  @media screen and (max-width: 960px) {
    .nav-holder {
      display: none; } }

@media screen and (min-width: 960px) {
  .mobile-nav--container {
    display: none; }
    .mobile-nav--container nav {
      display: none; } }
@media screen and (max-width: 960px) {
  .mobile-nav--container {
    background-color: #ffffff;
    width: 100%;
    top: 80px;
    position: absolute;
    z-index: 999;
    display: none; } }

nav {
  max-width: 1400px;
  position: relative;
  margin-left: 9%; }
  nav li {
    display: inline-block;
    margin-right: 8.6%;
    margin-top: -48px; }
    @media screen and (max-width: 1150px) {
      nav li {
        margin-right: 5%; } }
    nav li a {
      font-family: 'Armata', sans-serif;
      color: #000000;
      text-decoration: none; }
      @media screen and (max-width: 960px) {
        nav li a {
          text-align: center;
          font-size: 1.2em;
          margin-left: 15px; } }
      nav li a:hover {
        color: #af2323; }
    @media screen and (max-width: 960px) {
      nav li {
        display: block;
        margin: 15px 0;
        width: 100%;
        font-size: 1em;
        border-bottom: 1px solid #af2323; } }
  nav .no-margin-item {
    margin-right: 0; }

.logo {
  width: 169px;
  top: 45px;
  position: relative; }

@media screen and (max-width: 960px) {
  .logo-left {
    margin-right: 0; } }

@media screen and (max-width: 960px) {
  .logo-right {
    margin-left: 0; } }

.nav--button {
  display: none;
  float: right;
  font-size: 2.8em;
  width: 12.5%;
  margin-top: 7px;
  margin-right: 7px;
  z-index: -99999; }
  .nav--button:hover {
    color: #af2323; }
  @media screen and (max-width: 960px) {
    .nav--button {
      display: block; } }

.white {
  color: #ffffff; }

.client {
  width: 42%;
  text-align: center; }
  .client__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 61rem;
    margin: auto; }
    @media screen and (max-width: 900px) {
      .client__grid {
        grid-template-columns: 1fr; } }
  .client--centered {
    margin: 87px auto 0 auto; }
  .client img {
    max-width: 150px; }
  .client p {
    color: #af2323;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 1em;
    margin: 0 0 20px 0; }
  @media screen and (max-width: 320px) {
    .client {
      width: 78%;
      margin-bottom: 50px; } }

.client--left {
  margin: 87px 19.86% 0 45.29%; }
  @media screen and (max-width: 900px) {
    .client--left {
      margin: 87px auto 0 auto; } }

.client--right {
  margin: 87px 45.29% 0 19.86%; }
  @media screen and (max-width: 900px) {
    .client--right {
      margin: 87px auto 0 auto; } }

.client--social-row {
  margin: 0 auto; }
  .client--social-row li {
    display: inline-block;
    margin-left: 10%;
    font-size: 0.9em; }
    .client--social-row li:first-child {
      margin-left: 0; }
    .client--social-row li a {
      color: #000000; }

.client--social-row__single {
  margin: 0 auto; }
  .client--social-row__single span {
    margin-top: 30px; }

.client--social-row__double {
  margin: 0 auto; }

.social-row--twitter {
  margin: -7px -6px 0 0; }
  .social-row--twitter .circle {
    font-size: 1.7em; }
  .social-row--twitter .bird {
    top: -3px; }
  .social-row--twitter:hover .fa-circle {
    color: #00aced; }

.social-row--facebook:hover {
  color: #3b5998; }

.social-row--instagram:hover {
  color: #517fa4; }

.bird {
  top: -3px; }

/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
.white {
  color: #ffffff; }

/* Browser Resets
*********************************/
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
  outline: none; }

.slides, .flex-control-nav, .flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* Icon Fonts
*********************************/
/* Font-face Icons */
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }
  .flexslider .slides > li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative; }
    @media screen and (max-width: 960px) {
      .flexslider .slides > li .slider--img {
        display: none; } }
  .flexslider .slides img {
    width: 100%;
    display: block; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  background: #e5e6ea;
  position: relative;
  -o-border-radius: 4px;
  border-radius: 4px;
  -o-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  zoom: 1; }
  @media screen and (max-width: 320px) {
    .flexslider {
      height: 310px;
      margin: 0; } }

.flex-viewport {
  max-height: 875px;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }
  .flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 45px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease; }
  .flex-direction-nav .flex-prev {
    left: -50px; }
  .flex-direction-nav .flex-next {
    right: -50px;
    text-align: right;
    background-position: -26px 0;
    text-indent: 9999px; }

.flexslider:hover .flex-prev {
  opacity: 0.7;
  left: 10px; }
.flexslider:hover .flex-next {
  opacity: 0.7;
  right: 10px; }
  .flexslider:hover .flex-next:hover {
    opacity: 1; }
.flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0 !important;
  filter: alpha(opacity=0);
  cursor: default; }
.flex-direction-nav a {
  display: block;
  background-image: url(/assets/images/sliderBtn.png);
  background-repeat: no-repeat;
  height: 36px;
  width: 26px;
  text-indent: -9999px; }
  .flex-direction-nav a:before {
    float: left;
    background-position: 0 0; }
  .flex-direction-nav a.flex-next:before {
    float: right; }

/* Pause/Play */
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000; }
  .flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004'; }
  .flex-pauseplay a:hover {
    opacity: 1; }
  .flex-pauseplay a.flex-play:before {
    content: '\f003'; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 140px;
  text-align: center; }
  .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline; }
  @media screen and (max-width: 960px) {
    .flex-control-nav {
      bottom: 3px; } }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }
  .flex-control-paging li a:hover {
    background: #af2323; }
  .flex-control-paging li a.flex-active {
    background: #af2323;
    cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }
  .flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0; }
  .flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: 0.7;
    cursor: pointer; }
    .flex-control-thumbs img:hover {
      opacity: 1; }
  .flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px; }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px; } }

/*-------------------------------------
  Added files
--------------------------------------*/
.slider--content {
  float: right;
  position: absolute;
  top: 43%;
  right: 15%; }
  @media screen and (max-width: 960px) {
    .slider--content {
      position: relative;
      margin: 0;
      padding: 10% 10%;
      right: 20%; } }
  @media screen and (max-width: 455px) {
    .slider--content {
      padding: 10% 5%;
      margin-bottom: 25px; } }
  @media screen and (max-width: 400px) {
    .slider--content {
      right: 11%; } }
  @media screen and (max-width: 355px) {
    .slider--content {
      padding: 10% 0;
      right: 13%; } }
  .slider--content .slider--name {
    font-size: 4.25em;
    margin-left: 10%;
    margin-bottom: 8%;
    line-height: 1; }
    @media screen and (max-width: 1345px) {
      .slider--content .slider--name {
        font-size: 3.25em; } }
    @media screen and (max-width: 1200px) {
      .slider--content .slider--name {
        font-size: 2em; } }
    @media screen and (max-width: 585px) {
      .slider--content .slider--name {
        font-size: 1.4em;
        text-align: center; } }
    @media screen and (max-width: 320px) {
      .slider--content .slider--name {
        font-size: 1.2em; } }
  .slider--content .slider--text {
    margin-top: -45px;
    font-size: 1.12em;
    color: #848484; }
    @media screen and (max-width: 1345px) {
      .slider--content .slider--text {
        font-size: 0.8em; } }
    @media screen and (max-width: 650px) {
      .slider--content .slider--text {
        font-size: 0.7em;
        margin-top: -35px; } }
    @media screen and (max-width: 320px) {
      .slider--content .slider--text {
        font-size: 0.67em;
        margin-top: -35px;
        text-align: center; } }
  .slider--content .slider--content--btn {
    width: 50.1%;
    height: 60px;
    position: relative;
    float: right;
    background-image: url(/assets/images/btn.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 10%; }
    @media screen and (max-width: 1345px) {
      .slider--content .slider--content--btn {
        padding-left: 6%; } }
    @media screen and (max-width: 1280px) {
      .slider--content .slider--content--btn {
        padding-left: 5%;
        font-size: 0.9em;
        padding-top: 4px;
        width: 45%; } }
    @media screen and (max-width: 780px) {
      .slider--content .slider--content--btn {
        top: -20px; } }
    @media screen and (max-width: 580px) {
      .slider--content .slider--content--btn {
        width: 44%; } }
    @media screen and (max-width: 400px) {
      .slider--content .slider--content--btn {
        padding-left: 7%;
        padding-top: 2px; } }
    .slider--content .slider--content--btn p {
      font-family: 'Source Sans Pro', sans-serif;
      font-weight: 700;
      text-transform: uppercase;
      position: absolute;
      margin-top: 2px;
      margin-left: 20%; }
      @media screen and (max-width: 1200px) {
        .slider--content .slider--content--btn p {
          margin-top: 6px;
          font-size: 1em; } }
      @media screen and (max-width: 585px) {
        .slider--content .slider--content--btn p {
          font-size: 0.8em;
          margin-top: 12px; } }

.pagination {
  overflow: hidden;
  padding: 20px 0;
  text-align: center; }
  .pagination li {
    float: left; }
  .pagination a {
    display: block;
    padding: 5px 10px; }
    .pagination a.active {
      background: #ebebeb; }

.content {
  margin-bottom: 40px;
  width: 94%; }

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

.news-list {
  border-bottom: 1px solid #a4a4a4;
  padding: 30px 0 24px; }
  .news-list:first-of-type {
    padding-top: 0; }
  .news-list h3, .news-list p {
    margin: 0; }
  .news-list.news-item-5 {
    border-bottom: none; }

.not-mobile {
  display: none; }

@media (min-width: 768px) {
  .not-mobile {
    display: block; }
  .img-container {
    position: relative; }
  .img-container img {
    display: block; }
  .img-container img {
    display: block; } }

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

.overflow {
  overflow: hidden; }

.img-border {
  padding: 1px;
  border: 1px solid #a4a4a4; }

.news-list h3 {
  margin: 0; }

.news-list p {
  margin: 0;
  line-height: 1.5em;
  color: #1b1819;
  font-size: 1rem; }

.news-list h3 a {
  background: 0 0;
  color: #d30101;
  text-decoration: none; }

.date {
  color: #959595; }

.news-heading {
  border-bottom: 3px solid #000; }
