@charset "UTF-8";
/*!
Theme Name: TrustedSec - Insivia
Theme URI: http://underscores.me/
Author: Insivia
Author URI: http://www.insivia.com/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: insivia-blueprint
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Insivia Blueprint is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

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

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

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

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*--------------------------------------------------------------
# Grid
--------------------------------------------------------------*/
* {
  box-sizing: border-box; }

.container {
  width: 100%;
  max-width: 34rem;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px; }

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

.row {
  position: relative;
  margin-right: -15px;
  margin-left: -15px; }

.row:before,
.row:after {
  display: table;
  clear: both;
  content: ''; }

[class*='bit-'],
[class*='col-'],
#primary,
#secondary,
#default-content .container .row > div:only-child,
[class*='pull-'],
[class*='push-'] {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding: 0 15px; }

.bit-s-0,
.col-s-0 {
  width: 0; }

.push-s {
  float: right !important;
  width: inherit; }

.pull-s {
  float: left !important;
  width: inherit; }

.bit-s-offset-0,
.col-s-offset-0 {
  margin-left: 0; }

.bit-s-1 {
  width: 100%; }

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

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

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

.bit-s-push-1 {
  left: 100%; }

.bit-s-pull-1 {
  right: 100%; }

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

.bit-s-offset-0,
.col-s-offset-0 {
  margin-left: 0; }

.bit-s-2 {
  width: 50%; }

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

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

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

.bit-s-push-2 {
  left: 50%; }

.bit-s-pull-2 {
  right: 50%; }

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

.bit-s-offset-0,
.col-s-offset-0 {
  margin-left: 0; }

.bit-s-3 {
  width: 33.3333333333%; }

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

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

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

.bit-s-push-3 {
  left: 33.3333333333%; }

.bit-s-pull-3 {
  right: 33.3333333333%; }

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

.bit-s-offset-0,
.col-s-offset-0 {
  margin-left: 0; }

.bit-s-4 {
  width: 25%; }

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

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

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

.bit-s-push-4 {
  left: 25%; }

.bit-s-pull-4 {
  right: 25%; }

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

.bit-s-offset-0,
.col-s-offset-0 {
  margin-left: 0; }

.bit-s-5 {
  width: 20%; }

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

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

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

.bit-s-push-5 {
  left: 20%; }

.bit-s-pull-5 {
  right: 20%; }

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

.bit-s-offset-0,
.col-s-offset-0 {
  margin-left: 0; }

.bit-s-6 {
  width: 16.6666666667%; }

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

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

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

.bit-s-push-6 {
  left: 16.6666666667%; }

.bit-s-pull-6 {
  right: 16.6666666667%; }

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

.bit-s-offset-0,
.col-s-offset-0 {
  margin-left: 0; }

.bit-s-7 {
  width: 14.2857142857%; }

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

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

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

.bit-s-push-7 {
  left: 14.2857142857%; }

.bit-s-pull-7 {
  right: 14.2857142857%; }

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

.bit-s-offset-0,
.col-s-offset-0 {
  margin-left: 0; }

.bit-s-8 {
  width: 12.5%; }

.col-s-8, #primary {
  width: 66.6666666667%; }

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

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

.bit-s-push-8 {
  left: 12.5%; }

.bit-s-pull-8 {
  right: 12.5%; }

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

.bit-s-offset-0,
.col-s-offset-0 {
  margin-left: 0; }

.bit-s-9 {
  width: 11.1111111111%; }

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

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

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

.bit-s-push-9 {
  left: 11.1111111111%; }

.bit-s-pull-9 {
  right: 11.1111111111%; }

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

.bit-s-offset-0,
.col-s-offset-0 {
  margin-left: 0; }

.bit-s-10 {
  width: 10%; }

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

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

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

.bit-s-push-10 {
  left: 10%; }

.bit-s-pull-10 {
  right: 10%; }

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

.bit-s-offset-0,
.col-s-offset-0 {
  margin-left: 0; }

.bit-s-11 {
  width: 9.0909090909%; }

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

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

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

.bit-s-push-11 {
  left: 9.0909090909%; }

.bit-s-pull-11 {
  right: 9.0909090909%; }

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

.bit-s-offset-0,
.col-s-offset-0 {
  margin-left: 0; }

.bit-s-12 {
  width: 8.3333333333%; }

.col-s-12, #default-content .container .row > div:only-child {
  width: 100%; }

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

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

.bit-s-push-12 {
  left: 8.3333333333%; }

.bit-s-pull-12 {
  right: 8.3333333333%; }

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

@media (min-width: 768px) {
  .container {
    max-width: 60rem; }

  .push-m {
    float: right !important;
    width: inherit; }

  .pull-m {
    float: left !important;
    width: inherit; }

  .bit-m-0,
  .col-m-0 {
    width: 0; }

  .bit-m-offset-0,
  .col-m-offset-0 {
    margin-left: 0; }

  .bit-m-1 {
    width: 100%; }

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

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

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

  .bit-m-push-1 {
    left: 100%; }

  .bit-m-pull-1 {
    right: 100%; }

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

  .bit-m-0,
  .col-m-0 {
    width: 0; }

  .bit-m-offset-0,
  .col-m-offset-0 {
    margin-left: 0; }

  .bit-m-2 {
    width: 50%; }

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

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

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

  .bit-m-push-2 {
    left: 50%; }

  .bit-m-pull-2 {
    right: 50%; }

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

  .bit-m-0,
  .col-m-0 {
    width: 0; }

  .bit-m-offset-0,
  .col-m-offset-0 {
    margin-left: 0; }

  .bit-m-3 {
    width: 33.3333333333%; }

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

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

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

  .bit-m-push-3 {
    left: 33.3333333333%; }

  .bit-m-pull-3 {
    right: 33.3333333333%; }

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

  .bit-m-0,
  .col-m-0 {
    width: 0; }

  .bit-m-offset-0,
  .col-m-offset-0 {
    margin-left: 0; }

  .bit-m-4 {
    width: 25%; }

  .col-m-4, #secondary {
    width: 33.3333333333%; }

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

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

  .bit-m-push-4 {
    left: 25%; }

  .bit-m-pull-4 {
    right: 25%; }

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

  .bit-m-0,
  .col-m-0 {
    width: 0; }

  .bit-m-offset-0,
  .col-m-offset-0 {
    margin-left: 0; }

  .bit-m-5 {
    width: 20%; }

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

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

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

  .bit-m-push-5 {
    left: 20%; }

  .bit-m-pull-5 {
    right: 20%; }

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

  .bit-m-0,
  .col-m-0 {
    width: 0; }

  .bit-m-offset-0,
  .col-m-offset-0 {
    margin-left: 0; }

  .bit-m-6 {
    width: 16.6666666667%; }

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

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

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

  .bit-m-push-6 {
    left: 16.6666666667%; }

  .bit-m-pull-6 {
    right: 16.6666666667%; }

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

  .bit-m-0,
  .col-m-0 {
    width: 0; }

  .bit-m-offset-0,
  .col-m-offset-0 {
    margin-left: 0; }

  .bit-m-7 {
    width: 14.2857142857%; }

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

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

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

  .bit-m-push-7 {
    left: 14.2857142857%; }

  .bit-m-pull-7 {
    right: 14.2857142857%; }

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

  .bit-m-0,
  .col-m-0 {
    width: 0; }

  .bit-m-offset-0,
  .col-m-offset-0 {
    margin-left: 0; }

  .bit-m-8 {
    width: 12.5%; }

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

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

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

  .bit-m-push-8 {
    left: 12.5%; }

  .bit-m-pull-8 {
    right: 12.5%; }

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

  .bit-m-0,
  .col-m-0 {
    width: 0; }

  .bit-m-offset-0,
  .col-m-offset-0 {
    margin-left: 0; }

  .bit-m-9 {
    width: 11.1111111111%; }

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

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

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

  .bit-m-push-9 {
    left: 11.1111111111%; }

  .bit-m-pull-9 {
    right: 11.1111111111%; }

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

  .bit-m-0,
  .col-m-0 {
    width: 0; }

  .bit-m-offset-0,
  .col-m-offset-0 {
    margin-left: 0; }

  .bit-m-10 {
    width: 10%; }

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

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

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

  .bit-m-push-10 {
    left: 10%; }

  .bit-m-pull-10 {
    right: 10%; }

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

  .bit-m-0,
  .col-m-0 {
    width: 0; }

  .bit-m-offset-0,
  .col-m-offset-0 {
    margin-left: 0; }

  .bit-m-11 {
    width: 9.0909090909%; }

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

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

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

  .bit-m-push-11 {
    left: 9.0909090909%; }

  .bit-m-pull-11 {
    right: 9.0909090909%; }

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

  .bit-m-0,
  .col-m-0 {
    width: 0; }

  .bit-m-offset-0,
  .col-m-offset-0 {
    margin-left: 0; }

  .bit-m-12 {
    width: 8.3333333333%; }

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

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

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

  .bit-m-push-12 {
    left: 8.3333333333%; }

  .bit-m-pull-12 {
    right: 8.3333333333%; }

  .col-m-offset-12 {
    margin-left: 100%; } }
@media (min-width: 64rem) {
  .container {
    max-width: 75rem; }

  .push-l {
    float: right !important;
    width: inherit; }

  .pull-l {
    float: left !important;
    width: inherit; }

  .bit-l-0,
  .col-l-0 {
    width: 0; }

  .bit-l-offset-0,
  .col-l-offset-0 {
    margin-left: 0; }

  .bit-l-1 {
    width: 100%; }

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

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

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

  .bit-l-push-1 {
    left: 100%; }

  .bit-l-pull-1 {
    right: 100%; }

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

  .bit-l-0,
  .col-l-0 {
    width: 0; }

  .bit-l-offset-0,
  .col-l-offset-0 {
    margin-left: 0; }

  .bit-l-2 {
    width: 50%; }

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

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

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

  .bit-l-push-2 {
    left: 50%; }

  .bit-l-pull-2 {
    right: 50%; }

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

  .bit-l-0,
  .col-l-0 {
    width: 0; }

  .bit-l-offset-0,
  .col-l-offset-0 {
    margin-left: 0; }

  .bit-l-3 {
    width: 33.3333333333%; }

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

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

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

  .bit-l-push-3 {
    left: 33.3333333333%; }

  .bit-l-pull-3 {
    right: 33.3333333333%; }

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

  .bit-l-0,
  .col-l-0 {
    width: 0; }

  .bit-l-offset-0,
  .col-l-offset-0 {
    margin-left: 0; }

  .bit-l-4 {
    width: 25%; }

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

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

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

  .bit-l-push-4 {
    left: 25%; }

  .bit-l-pull-4 {
    right: 25%; }

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

  .bit-l-0,
  .col-l-0 {
    width: 0; }

  .bit-l-offset-0,
  .col-l-offset-0 {
    margin-left: 0; }

  .bit-l-5 {
    width: 20%; }

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

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

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

  .bit-l-push-5 {
    left: 20%; }

  .bit-l-pull-5 {
    right: 20%; }

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

  .bit-l-0,
  .col-l-0 {
    width: 0; }

  .bit-l-offset-0,
  .col-l-offset-0 {
    margin-left: 0; }

  .bit-l-6 {
    width: 16.6666666667%; }

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

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

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

  .bit-l-push-6 {
    left: 16.6666666667%; }

  .bit-l-pull-6 {
    right: 16.6666666667%; }

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

  .bit-l-0,
  .col-l-0 {
    width: 0; }

  .bit-l-offset-0,
  .col-l-offset-0 {
    margin-left: 0; }

  .bit-l-7 {
    width: 14.2857142857%; }

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

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

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

  .bit-l-push-7 {
    left: 14.2857142857%; }

  .bit-l-pull-7 {
    right: 14.2857142857%; }

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

  .bit-l-0,
  .col-l-0 {
    width: 0; }

  .bit-l-offset-0,
  .col-l-offset-0 {
    margin-left: 0; }

  .bit-l-8 {
    width: 12.5%; }

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

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

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

  .bit-l-push-8 {
    left: 12.5%; }

  .bit-l-pull-8 {
    right: 12.5%; }

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

  .bit-l-0,
  .col-l-0 {
    width: 0; }

  .bit-l-offset-0,
  .col-l-offset-0 {
    margin-left: 0; }

  .bit-l-9 {
    width: 11.1111111111%; }

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

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

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

  .bit-l-push-9 {
    left: 11.1111111111%; }

  .bit-l-pull-9 {
    right: 11.1111111111%; }

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

  .bit-l-0,
  .col-l-0 {
    width: 0; }

  .bit-l-offset-0,
  .col-l-offset-0 {
    margin-left: 0; }

  .bit-l-10 {
    width: 10%; }

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

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

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

  .bit-l-push-10 {
    left: 10%; }

  .bit-l-pull-10 {
    right: 10%; }

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

  .bit-l-0,
  .col-l-0 {
    width: 0; }

  .bit-l-offset-0,
  .col-l-offset-0 {
    margin-left: 0; }

  .bit-l-11 {
    width: 9.0909090909%; }

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

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

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

  .bit-l-push-11 {
    left: 9.0909090909%; }

  .bit-l-pull-11 {
    right: 9.0909090909%; }

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

  .bit-l-0,
  .col-l-0 {
    width: 0; }

  .bit-l-offset-0,
  .col-l-offset-0 {
    margin-left: 0; }

  .bit-l-12 {
    width: 8.3333333333%; }

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

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

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

  .bit-l-push-12 {
    left: 8.3333333333%; }

  .bit-l-pull-12 {
    right: 8.3333333333%; }

  .col-l-offset-12 {
    margin-left: 100%; } }
/* Visable and Hidden */
@media (min-width: 1200px) {
  .hidden-l {
    display: none; } }
@media (min-width: 768px) and (max-width: 1200px) {
  .hidden-m {
    display: none; } }
@media (max-width: 768px) {
  .hidden-s {
    display: none; } }
/* Gutterless Rows */
.row.gutterless {
  margin-left: 0;
  margin-right: 0; }

.gutterless [class*='bit-'],
.gutterless [class*='col-'],
.gutterless #primary,
.gutterless #secondary,
.gutterless #default-content .container .row > div:only-child,
#default-content .container .gutterless .row > div:only-child,
.gutterless [class*='pull-'],
.gutterless [class*='push-'] {
  padding-right: 0;
  padding-left: 0; }

/* Responsive Images */
img {
  max-width: 100%;
  height: auto; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
@font-face {
  font-family: "binary-defense";
  src: url("fonts/binary-defense.eot");
  src: url("fonts/binary-defense.eot?#iefix") format("embedded-opentype"), url("fonts/binary-defense.woff") format("woff"), url("fonts/binary-defense.ttf") format("truetype"), url("fonts/binary-defense.svg#binary-defense") format("svg");
  font-weight: normal;
  font-style: normal; }
[data-icon]:before {
  font-family: "binary-defense" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

[class^="insicons-"]:before,
[class*=" insicons-"]:before {
  font-family: "binary-defense" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.insicons-arrow-down-right:before {
  content: "\61"; }

.insicons-brief:before {
  content: "\62"; }

.insicons-download:before {
  content: "\64"; }

.insicons-handshake:before {
  content: "\65"; }

.insicons-link:before {
  content: "\66"; }

.insicons-paper:before {
  content: "\67"; }

.insicons-play:before {
  content: "\68"; }

.insicons-send:before {
  content: "\69"; }

.insicons-user:before {
  content: "\6a"; }

.insicons-chat:before {
  content: "\63"; }

.insicons-chat-alt:before {
  content: "\6b"; }

.insicons-microphone:before {
  content: "\6c"; }

.insicons-shield:before {
  content: "\6d"; }

.insicons-service:before {
  content: "\f118";
  font-family: "FontAwesome" !important; }

body,
button,
input,
select,
textarea {
  color: #808080;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400; }

h1, h2, h3, h4, h5, h6 {
  clear: both;
  font-weight: 300 !important; }

h1 {
  font-weight: 200 !important;
  font-size: 40px;
  line-height: 1.2; }

h2 {
  color: #00703c;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.2; }

h3 {
  color: #00703c;
  font-weight: 300;
  font-size: 24px;
  margin-top: 0; }

h4 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 25px;
  position: relative;
  color: #434343;
  /*
  &:before{
  	font-size: 16px;
  	content: "● ● ●";
  	left: 0;
  	position: absolute;
  	right: 0;
  	top: 100%;
  	letter-spacing: 6px;
  	margin-top: 16px;
  	color: rgba(0,112,60, 0.5);
  	line-height: 1;
  }*/ }

p {
  margin-top: 0;
  margin-bottom: 1.5em;
  font-weight: 400; }

dfn, cite, em, i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr, acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark, ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.white-text {
  color: #fff; }
  .white-text h2 {
    color: inherit; }
  .white-text h3 {
    color: inherit; }
  .white-text h4 {
    color: inherit; }
    .white-text h4:before {
      opacity: 1;
      color: rgba(255, 255, 255, 0.5); }

.black-text {
  color: #000; }
  .black-text h2 {
    color: inherit; }
  .black-text h3 {
    color: inherit; }
  .black-text h4 {
    color: inherit; }

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

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

.vc_sep_color_white .vc_sep_line {
  border-color: rgba(255, 255, 255, 0.5) !important; }

ul, ol {
  margin: 0 0 1.5em;
  padding: 0 0 0 2em; }

ul:not([class]) li {
  position: relative;
  margin-bottom: 1em; }
  ul:not([class]) li:before {
    margin-right: 10px;
    position: absolute;
    right: 100%; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

table {
  margin: 0 0 1.5em;
  width: 100%; }

.wpb_gmaps_widget {
  margin-bottom: 0 !important; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  text-align: center;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1), 0px -4px 0px 0px rgba(0, 0, 0, 0.1) inset;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 14px 24px 14px 24px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border-radius: 3px;
  transition: all 300ms ease;
  position: relative;
  bottom: 0;
  border: 0;
  line-height: 1;
  font-size: 16px; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px -4px 0px 0px rgba(0, 0, 0, 0.1) inset;
    bottom: -4px;
    color: #fff; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

.btn.btn-color-default {
  background: #333333 !important;
  color: #fff !important; }
  .btn.btn-color-default:hover {
    color: #fff !important; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #d2d2d2;
  border-radius: 3px;
  padding: 9px 20px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #d2d2d2; }

textarea {
  width: 100%; }

.nf-field-label label {
  font-weight: normal !important; }

.nf-form-fields-required {
  display: none; }

.submit-container {
  margin-top: 20px; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #00703c;
  text-decoration: none; }
  a:hover, a:focus, a:active {
    color: rgba(0, 0, 0, 0.5); }
  a:focus {
    outline: none; }
  a:hover, a:active {
    outline: 0; }
  a [class^="insicons-"]:before,
  a [class*=" insicons-"]:before {
    bottom: -4px;
    font-size: 24px;
    margin-right: 0px;
    position: relative; }

a.btn, div.btn {
  text-align: center;
  box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.1), 0px -4px 0px 0px rgba(0, 0, 0, 0.1) inset;
  min-width: 130px;
  background-color: #fff;
  padding: 14px 24px 18px 74px;
  display: inline-block;
  text-decoration: none;
  color: #00713a;
  border-radius: 3px;
  transition: all 300ms ease;
  position: relative;
  bottom: 0;
  line-height: 1;
  font-size: 16px; }
  a.btn .btn-icon, div.btn .btn-icon {
    color: #fff;
    width: 50px;
    line-height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #00713a;
    border-radius: 3px 0 0 3px;
    font-size: 22px; }
  a.btn:hover, div.btn:hover {
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.1), 0px -4px 0px 0px rgba(0, 0, 0, 0.1) inset;
    bottom: -4px;
    color: #000; }

a.btn-color-white, div.btn-color-white {
  color: #00703c;
  background-color: #fff; }
  a.btn-color-white .btn-icon, div.btn-color-white .btn-icon {
    color: #fff;
    width: 50px;
    line-height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: #00703c;
    border-radius: 3px 0 0 3px;
    font-size: 22px; }
  a.btn-color-white:hover, div.btn-color-white:hover {
    color: #000; }
    a.btn-color-white:hover .btn-icon, div.btn-color-white:hover .btn-icon {
      width: 50px;
      line-height: 45px;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      border-radius: 3px 0 0 3px;
      font-size: 22px; }

a.btn-color-dark, div.btn-color-dark {
  color: #fff;
  background-color: #00703c; }
  a.btn-color-dark .btn-icon, div.btn-color-dark .btn-icon {
    color: #fff;
    width: 50px;
    line-height: 45px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(46, 47, 55, 0.8);
    border-radius: 3px 0 0 3px;
    font-size: 22px; }
  a.btn-color-dark:hover, div.btn-color-dark:hover {
    color: rgba(255, 255, 255, 0.5); }
    a.btn-color-dark:hover .btn-icon, div.btn-color-dark:hover .btn-icon {
      color: #fff;
      width: 50px;
      line-height: 45px;
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      background-color: #2e2f37;
      border-radius: 3px 0 0 3px;
      font-size: 22px; }

.security-experts .submit-container {
  margin-top: 0px; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  margin-top: 14px; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 1.5em;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        left: 100%; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    float: left;
    position: relative; }
    .main-navigation li:not(:first-child) {
      margin-left: 40px; }
    .main-navigation li > a {
      line-height: 1; }
  .main-navigation a {
    color: #fff;
    opacity: 0.8;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    transition: opacity 300ms ease; }
    .main-navigation a:hover {
      opacity: 1; }

.ubermenu .ubermenu-submenu-type-flyout .ubermenu-item {
  display: block;
  float: none;
  position: relative;
  min-width: 300px !important;
  clear: both; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: block; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  float: left;
  width: 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%; }

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */ }

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0; }

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em; }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed; }

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both; }

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header and Footer
--------------------------------------------------------------*/
.admin-bar #masthead {
  top: 32px; }

#masthead {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  padding: 56px 0;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease; }
  #masthead.headroom--not-top {
    padding: 15px 0;
    background-color: rgba(0, 0, 0, 0.8); }

.site-logo {
  margin: 0;
  padding: 0;
  line-height: 1; }
  .site-logo a {
    display: block; }
  .site-logo img {
    max-width: 270px; }

.home-head {
  padding-top: 250px;
  padding-bottom: 250px; }

[class*='header-'] {
  overflow: hidden;
  width: 100%;
  position: relative;
  /*
  &:after{
  	position: absolute;
  	content: "";
  	background-color: #fff;
  	height: 400px;
  	bottom:-201px;
  	right: -120px;
  	left:-120px;
  	display: block;
  	//transform: rotate(-6.5deg);
  	border: 4px solid #fff;
  	display: block !important;
  }
  */ }
  [class*='header-']:before {
    position: absolute;
    content: "";
    background-color: transparent;
    height: 12px;
    bottom: 4px;
    right: -120px;
    left: -120px;
    display: block;
    border: 4px solid #fff;
    display: block !important; }
  [class*='header-'] .wpb_column {
    z-index: 1; }
  [class*='header-'] h2 {
    color: #434343; }

.header-orange {
  background: linear-gradient(90deg, #fbc603, #ff9200, #DC5B15, #cc3800);
  background-size: 400% 400%;
  -webkit-animation: AnimationName 30s ease infinite;
  -moz-animation: AnimationName 30s ease infinite;
  animation: AnimationName 30s ease infinite; }
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.header-blue {
  background: linear-gradient(90deg, #a24bcf, #4b79cf, #4bc5cf);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 30s ease infinite;
  -moz-animation: AnimationName 30s ease infinite;
  animation: AnimationName 30s ease infinite; }
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.header-green {
  background: linear-gradient(90deg, #085229, #000, #085229);
  background-size: 600% 600%;
  -webkit-animation: AnimationName 30s ease infinite;
  -moz-animation: AnimationName 30s ease infinite;
  animation: AnimationName 30s ease infinite;
  min-height: 300px;
  padding-top: 132px; }
  .header-green.contact {
    height: 484px; }
  .header-green h2 {
    color: rgba(255, 255, 255, 0.4) !important; }
@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@-moz-keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
@keyframes AnimationName {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.vc_video-bg-container:before {
  position: absolute;
  content: " ";
  background-color: transparent;
  height: 12px;
  bottom: 4px;
  right: -120px;
  left: -120px;
  /* display: block; */
  border: 4px solid #fff;
  display: block !important;
  z-index: 1; }

.cut-off {
  /*
  overflow:hidden;
  width: 100%;
  position: relative;
  &:after{
  	position: absolute;
  	content: "";
  	background-color: #fff;
  	height: 400px;
  	bottom:-282px;
  	right: -120px;
  	left:-120px;
  	display: block;
  	transform: rotate(-6.5deg);
  	display: block !important;
  }
  .wpb_column{
  	z-index: 1;
  }
  */ }

.over-video h1 {
  text-shadow: 0px 0px 10px #000; }

.vc_video-bg {
  position: fixed !important; }

header.entry-header {
  display: none; }

#colophon {
  background-color: rgba(46, 47, 55, 0.8);
  line-height: 1;
  padding: 20px 0;
  color: #fff;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  font-size: 14px; }
  #colophon a {
    text-decoration: none; }

.menu-footer-menu-container {
  display: block; }

#footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 768px) {
    #footer-menu {
      display: block !important; } }
  #footer-menu li {
    padding: 0 10px !important;
    border-right: 1px solid #999; }
    #footer-menu li:last-child {
      border-right: 0; }
    @media screen and (max-width: 768px) {
      #footer-menu li {
        width: 100%;
        display: block;
        float: none;
        margin: 5px 0;
        text-align: center; } }
  #footer-menu a {
    color: #fff; }

#video-footer {
  position: relative;
  height: 800px;
  min-height: 600px;
  overflow: hidden;
  background: transparent; }

#full-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-size: cover; }

#footer-cta {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center; }
  #footer-cta p {
    margin-bottom: 50px; }
  #footer-cta img {
    display: block !important;
    position: relative;
    right: -20px; }
  #footer-cta .btn {
    margin: 0 15px; }
    @media screen and (max-width: 360px) {
      #footer-cta .btn {
        margin: 15px; } }

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.byline,
.updated:not(.published) {
  display: none; }

.single .byline,
.group-blog .byline {
  display: inline; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Common
--------------------------------------------------------------*/
#default-content.blog {
  padding-top: 80px;
  padding-bottom: 80px; }

.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */ }
  .widget select {
    max-width: 100%; }

li#field_3_5 {
  width: 50% !important;
  float: left !important;
  display: inline !important; }

#gform_wrapper_3.gform_wrapper .gform_footer {
  padding: 16px 0 10px;
  margin: 16px 0 0;
  width: 50% !important;
  float: left !important;
  clear: none !important; }

.gform_fields_3 .gform_wrapper input.medium {
  width: auto !important; }

@media (max-width: 768px) {
  #gform_wrapper_3.gform_wrapper .gform_footer {
    padding: 16px 0 10px;
    margin: 16px 0 0;
    width: 100% !important;
    float: none !important;
    clear: both !important; }

  li#field_3_5 {
    width: 100% !important;
    display: block !important; }

  li#field_3_2 {
    width: 100% !important;
    display: block !important; } }
/* 

Style for the Home

*/
.dave {
  position: absolute;
  bottom: 0;
  z-index: 7 !important;
  margin: 0 !important; }

.overflow-holder {
  overflow: visible !important;
  z-index: 3; }

.black-module {
  position: relative;
  z-index: 2;
  min-height: 100px;
  width: 100%;
  box-shadow: 0 100px 104px 0px black inset !important; }
  .black-module h2 {
    margin: 8px 0; }
  .black-module h1 {
    margin: 0; }

.black-module:before {
  position: absolute;
  content: "";
  background-color: transparent;
  height: 12px;
  top: 4px;
  right: -120px;
  left: -120px;
  display: block;
  border: 4px solid #00713a;
  display: block !important;
  z-index: 4; }

.greyscale img {
  filter: grayscale(100%); }

.news h2 {
  margin: 0; }
.news p {
  margin: 0;
  padding: 0; }
.news .wpb_text_column {
  padding-top: 10px !important;
  margin: 0 !important; }

.quote p {
  font-size: 23px;
  line-height: 1.8em; }
.quote .quote-text {
  position: relative;
  padding: 0 0 0 40px; }
  @media (max-width: 480px) {
    .quote .quote-text {
      padding: 0px; } }
  .quote .quote-text:before {
    content: "\f10d";
    font-family: FontAwesome;
    color: #e3e3e3;
    font-size: 40px;
    line-height: 0;
    position: absolute;
    top: 20px;
    left: -20px; }
    @media (max-width: 480px) {
      .quote .quote-text:before {
        position: relative;
        top: 0;
        left: -5px; } }
  .quote .quote-text:after {
    content: "\f10e";
    font-family: FontAwesome;
    color: #e3e3e3;
    font-size: 40px;
    line-height: 0;
    position: absolute;
    bottom: 20px;
    right: 0; }
.quote h4 {
  color: #00713a;
  font-size: 27px;
  margin: 0; }
.quote h5 {
  font-size: 21px;
  margin: 0;
  font-weight: normal;
  color: #000; }
.quote h6 {
  font-size: 16px;
  font-weight: bold;
  margin: 6px 0 0 0; }

.dave-quote {
  background-image: url(/wp-content/uploads/2017/06/smiley.png) !important;
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #fff !important; }
  .dave-quote h1 {
    color: #00713a;
    font-size: 40px;
    font-weight: 500; }
  .dave-quote h2 {
    color: #808080;
    font-weight: lighter;
    font-size: 27px; }

/* 

Style for the Services

*/
.service-content {
  background-image: url(/wp-content/uploads/2017/06/smiley.png) !important;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-color: #fff !important; }

.service-bullets {
  border-left: 1px solid #999;
  padding-left: 40px;
  margin-left: 40px; }

.item.service {
  background-color: #00703c;
  height: 400px;
  text-align: left !important;
  padding: 2%;
  color: #fff;
  margin: 0 10px 20px 10px !important; }
  .item.service h4 {
    color: #fff;
    text-align: left; }
  .item.service .description {
    text-align: left; }

.service-loop {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  padding-bottom: 200px; }
  .service-loop .low-count {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%; }
  .service-loop.no-flex {
    justify-content: flex-start; }
  .service-loop h3 {
    margin-bottom: 5px; }
  .service-loop h4 {
    margin-bottom: 40px;
    font-weight: 500; }
  .service-loop p {
    height: 50px; }
  .service-loop .item {
    width: 270px;
    min-width: 270px;
    position: relative;
    align-self: left;
    background-color: #00703c;
    height: 400px;
    text-align: left !important;
    color: #fff;
    margin: 0 10px 20px 10px !important;
    border: 1px solid #000; }
    .service-loop .item.no-flex {
      align-self: flex-start; }
    .service-loop .item .button-holder {
      width: 100%;
      display: none;
      margin: 0;
      background: rgba(46, 47, 55, 0);
      opacity: 0;
      transition: all .7s;
      position: absolute !important;
      bottom: 0 !important;
      z-index: 2;
      padding: 10px 0;
      text-align: center; }
      .service-loop .item .button-holder .hover-btn {
        padding: 0 !important; }
      .service-loop .item .button-holder .btn {
        margin: 0 auto; }
    .service-loop .item:hover .button-holder {
      display: block;
      background: rgba(46, 47, 55, 0.8);
      opacity: 1;
      transition: all .7s; }
    .service-loop .item .description {
      margin: 20px auto;
      padding: 0 20px;
      font-size: 15px;
      font-weight: 200;
      color: rgba(255, 255, 255, 0.8);
      line-height: 1.4em; }
      .service-loop .item .description h4 {
        font-size: 24px;
        color: #fff;
        text-align: left;
        line-height: 1.4em;
        margin: 0 0 20px 0; }

.services-column-1 {
  padding: 0 10px !important; }

.services-column-2 {
  padding: 0 10px !important; }
  .services-column-2 h5 {
    margin: 30px 0 5px 0;
    font-weight: 500;
    font-size: 23px;
    color: #000; }

/* 

Style for the Premium Content

*/
#premium-container {
  position: relative;
  width: 100%; }

.premium-holder {
  overflow: visible !important;
  min-height: 320px; }

.green-module {
  position: relative;
  background: #012f18;
  min-height: 100px;
  width: 100%;
  padding-top: 80px;
  color: #fff;
  padding-bottom: 50px;
  z-index: 1 !important; }
  .green-module ul {
    color: #fff !important; }
  .green-module h2, .green-module h3, .green-module h4 {
    color: #fff; }

.green-module:before {
  position: absolute;
  content: "";
  background-color: transparent;
  height: 12px;
  top: 4px;
  right: -120px;
  left: -120px;
  display: block;
  border: 4px solid #00713a;
  display: block !important; }

.premium-row {
  position: absolute;
  top: 0;
  margin-top: 100px;
  height: 300px;
  width: 100%;
  background-color: red; }

.premium-inner {
  /*
  display:flex;
  flex-direction: row;
  align-items: stretch;
  */
  width: 900px;
  margin: auto; }

.premium-people {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3; }

.premium-content-links {
  float: right !important;
  width: 48%;
  margin-top: 100px;
  margin-left: 2%; }

.premium-content-holder {
  overflow: visible !important;
  position: relative;
  clear: both;
  z-index: 4; }

.stripes {
  height: 100%;
  width: 100%;
  -webkit-background-size: 50px 50px;
  -moz-background-size: 50px 50px;
  background-size: 50px 50px;
  /* Controls the size of the stripes */
  -moz-box-shadow: 1px 1px 8px gray;
  -webkit-box-shadow: 1px 1px 8px gray;
  box-shadow: 1px 1px 8px gray; }

.angled {
  background-color: #111218;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.05, rgba(255, 255, 255, 0.05)), color-stop(0.05, transparent), color-stop(0.05, transparent), color-stop(0.05, rgba(255, 255, 255, 0.05)), color-stop(0.05, rgba(255, 255, 255, 0.05)), color-stop(0.05, transparent), to(transparent));
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent); }

.large-bio {
  font-size: 17px; }
  .large-bio h1 {
    font-size: 60px;
    margin-bottom: .2em; }
  .large-bio .bio-resources {
    margin: 30px 0 0;
    padding: 0;
    list-style: none; }
    .large-bio .bio-resources li {
      padding: 30px 30px 30px 100px;
      transition: background-color 300ms ease;
      position: relative; }
      .large-bio .bio-resources li:before {
        position: absolute;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        width: 70px;
        text-align: center;
        transition: background-color 300ms ease; }
      .large-bio .bio-resources li:after {
        position: absolute;
        content: "";
        top: 50%;
        bottom: 0;
        left: 0;
        width: 70px;
        margin: -30px 0 0 0;
        font-size: 40px;
        text-align: center;
        font-family: "binary-defense" !important; }
      .large-bio .bio-resources li.format-interview:after {
        content: "\63"; }
        /*
      .large-bio .bio-resources li.format-video:after {
        background-image: url(/wp-content/uploads/2017/05/tustedTVicon-2.png);
        background-repeat: no-repeat; }
        */
       .large-bio .bio-resources li.format-video:after {
        background-image: url(https://www.trustedsec.com/wp-content/uploads/2017/11/inthenews-icon.png);
        background-repeat: no-repeat;
        background-position: top center; }
      .large-bio .bio-resources li.format-article:after {
        background-image: url(/wp-content/uploads/2017/06/blog-icn.png);
        background-repeat: no-repeat;
        background-position: top center; }
      .large-bio .bio-resources li.format-audio:after {
        background-image: url(/wp-content/uploads/2017/06/podcast-icn.png);
        background-repeat: no-repeat;
        background-position: top center; }
      .large-bio .bio-resources li:hover {
        background-color: rgba(0, 0, 0, 0.5); }
        .large-bio .bio-resources li:hover:before {
          background-color: #00713a; }
    .large-bio .bio-resources a {
      color: #fff;
      text-decoration: none; }
    .large-bio .bio-resources h2 {
      margin-top: 0;
      font-size: 21px; }
    .large-bio .bio-resources h3 {
      font-weight: 300;
      line-height: 1.2;
      font-size: 18px;
      margin: 0 0 12px; }
    .large-bio .bio-resources h6 {
      margin: 0;
      color: rgba(255, 255, 255, 0.5);
      text-transform: capitalize; }
    .large-bio .bio-resources p {
      margin: 0;
      font-size: 15px; }
  .large-bio .featured_videos {
    margin-bottom: 1.5em; }
    .large-bio .featured_videos .video-card {
      height: 155px;
      background-size: cover;
      background-position: center;
      position: relative; }
      .large-bio .featured_videos .video-card:before {
        font-family: "binary-defense" !important;
        font-style: normal !important;
        font-weight: normal !important;
        font-variant: normal !important;
        text-transform: none !important;
        speak: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\68";
        position: absolute;
        top: 50%;
        left: 50%;
        font-size: 40px;
        margin: -20px 0 0 -20px;
        color: #fff;
        text-shadow: 0px 0px 10px #019cd6;
        box-shadow: 0 0 10px 4px #019cd6;
        border-radius: 99px;
        background-color: #019cd6;
        transition: box-shadow 300ms ease; }
      .large-bio .featured_videos .video-card:hover:before {
        box-shadow: 0 0 10px 10px #019cd6; }

.team-loop {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border-bottom: 1px solid lightgrey;
  margin-bottom: 80px;
  padding-bottom: 40px; }
  .team-loop.no-flex {
    justify-content: flex-start; }
  .team-loop h3 {
    margin-bottom: 5px; }
  .team-loop h4 {
    margin-bottom: 40px;
    font-weight: 500; }
  .team-loop p {
    height: 50px; }
  .team-loop div {
    margin-bottom: 15px; }
  .team-loop .item {
    width: 270px;
    min-width: 270px;
    align-self: center;
    margin: 0 10px; }
    .team-loop .item.no-flex {
      align-self: flex-start; }
  .team-loop .img-holder {
    position: relative;
    border: 1px solid #000; }
  .team-loop .description {
    margin: 0 auto 40px auto;
    text-align: center; }
  .team-loop a {
    border: 0;
    border-color: transparent;
    border-radius: 0;
    background: transparent;
    padding: 0;
    position: relative !important; }
    .team-loop a img.desaturate {
      filter: none;
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      cursor: pointer;
      transition: all 1s;
      z-index: 1; }
    .team-loop a .hover-btn {
      width: 100%;
      display: none;
      margin: 0;
      padding: 0;
      transition: all .7s;
      position: absolute !important;
      bottom: 0 !important;
      z-index: 2;
      padding: 10px 0;
      text-align: center; }
      .team-loop a .hover-btn .btn {
        margin: 0 auto; }
    .team-loop a:hover img.desaturate {
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%); }
    .team-loop a:hover .hover-btn {
      display: block;
      background: rgba(46, 47, 55, 0.8);
      transition: all .7s; }

.team-filter ul {
  list-style-type: none;
  margin: 0 auto 30px;
  text-align: center; }
  .team-filter ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px;
    text-transform: capitalize; }
    .team-filter ul li:before {
      display: none; }

article.team-members h5 {
  color: #00703c;
  font-weight: 400;
  font-size: 24px;
  margin: 0; }

.modal-dialog {
  width: 90%;
  max-width: 85rem;
  padding: 0 30px 30px 30px;
  margin: 30px auto; }

.modal-content {
  font-weight: 300; }
  .modal-content h2 {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5); }
  .modal-content h3 {
    font-size: 60px;
    line-height: 1.2em;
    color: #fff; }
  .modal-content h4 {
    color: #fff;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 75px; }
  .modal-content h4:before {
    color: rgba(255, 255, 255, 0.5); }
  .modal-content h5 {
    color: #fff;
    margin-bottom: 8px;
    margin-top: 40px;
    font-size: 1.4em;
    font-weight: 400; }
  .modal-content img.modal-image {
    padding-bottom: 40px; }

.modal-body {
  position: relative;
  margin-bottom: 60px; }

.modal {
  z-index: 11 !important; }
  .modal button.close {
    position: absolute;
    right: 0;
    z-index: 5;
    font-size: 18px;
    font-weight: bold;
    line-height: 0;
    color: #fff;
    text-shadow: none;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all .7s;
    border: 2px solid #FFF;
    border-radius: 18px;
    height: 30px;
    width: 30px;
    margin-bottom: 20px; }
  .modal button.close:hover {
    opacity: .5;
    filter: alpha(opacity=50); }

.modal-content {
  position: relative;
  margin-top: 100px;
  color: #fff; }
  .modal-content h6 {
    font-size: 19px; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10 !important;
  background-color: #000;
  opacity: .9 !important;
  transition: all .3s; }

/*
.fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.fade.in{opacity:1}
.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-moz-transition:-moz-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:transform .3s ease-out}
.modal-backdrop.fade{opacity:0;filter:alpha(opacity=0)}
*/
/* 

Style for the Blog

*/
.simple-posts li {
  list-style: none; }

#secondary {
  float: right;
  width: 29%; }
  #secondary ul {
    margin: 0;
    padding: 0; }
    #secondary ul li {
      list-style: none !important;
      text-indent: none !important; }
      #secondary ul li:before {
        content: "" !important;
        margin: 0 !important; }
  #secondary h2 {
    margin-top: 0;
    margin-bottom: 10px; }
  #secondary section {
    margin: 70px 0 !important; }
  #secondary section:first-child {
    margin: 0 0 50px 0 !important; }

body.archive article {
  padding-bottom: 60px;
  border-bottom: 1px solid;
  margin-bottom: 60px; }

.entry-content h4 {
  padding-top: 0 !important;
  margin-top: 0 !important; }

.entry-footer {
  padding-bottom: 20px;
  margin-botom: 10px; }

.tubepress-pagination li {
  margin: 0 auto !important;
  list-style: none !important; }

.tubepress-pagination li:before {
  content: "" !important; }

a.customisable-highlight, a.customisable-highlight:visited {
  color: #00703c !important; }

.post-img {
  text-align: center; }
  .post-img img {
    margin: 0 auto; }

.nav-previous, .nav-next {
  font-weight: 600;
  padding-bottom: 80px; }

.col-btn {
  position: absolute;
  bottom: -60px;
  padding: 0 5%;
  margin: 0 0 150px 0;
  width: 90%; }

.video-video {
  position: absolute;
  margin: 0 auto 0 auto;
  padding-top: 10px;
  background: #000;
  top: 20px;
  left: 30px;
  width: 88%;
  height: auto;
  border: 1px solid #fff; }

.video-center {
  border: 1px solid #000; }

.video-frame {
  position: relative;
  pointer-events: none;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
  display: none !important; }

div.pp_overlay {
  background: #00703c; }

.get-set {
  padding: 100px 0;
  background: #2e2f37 url("/wp-content/uploads/2017/04/bg-binary-cover.png") repeat; }

.quick-contact {
  -webkit-box-shadow: 0px -3px 11px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px -3px 11px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px -3px 11px 2px rgba(0, 0, 0, 0.3); }

li.isotope-item {
  border: 4px solid lightgrey;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin: 2% !important; }

.set-button {
  float: left; }

.set-button-title {
  float: left;
  margin-right: 20px !important;
  padding-top: 4px; }

.set-logo {
  width: 60%;
  margin: 0 !important; }
  .set-logo img {
    width: 100%; }

.set-title {
  width: 50%;
  float: left;
  text-align: center; }
  .set-title h1 {
    font-size: 40px;
    line-height: 1em;
    padding: 0;
    margin: 0; }
  .set-title h2 {
    font-size: 60px;
    line-height: 1em;
    padding: 0;
    margin: 0 0 20px 0; }

.set-copy {
  font-size: 19px;
  line-height: 1.4em; }
  .set-copy h3 {
    padding: 0;
    margin: 10px 0 20px 0;
    font-size: 27px; }
  .set-copy h3.button-title {
    float: left; }
  .set-copy p {
    margin-bottom: 12px !important;
    line-height: 1.6em; }

.flex-row {
  display: flex;
  align-items: center;
  justify-content: center; }
  .flex-row .item {
    flex-basis: 100%;
    padding: 0; }

.social {
  padding: 20px 0 0 0;
  width: 100%;
  text-align: center; }
  .social a {
    transition: all .3s;
    color: #fff; }
    .social a i {
      font-size: 18px;
      padding: 10px; }
    .social a:hover {
      color: rgba(255, 255, 255, 0.6); }

.resources-bg {
  width: 100%;
  background-image: url(/wp-content/uploads/2017/04/circuitboard-gray.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative;
  display: block;
  background-color: #092e1d;
  -webkit-filter: contrast(1);
  /* Safari */
  filter: contrast(1);
  -webkit-filter: brightness(1);
  /* Safari */
  filter: brightness(1);
  background-blend-mode: multiply;
  overflow: visible;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3; }

.dave-quote:before {
  content: "";
  background-color: #fff;
  opacity: .6;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.contact-info i.fa.fa-twitter, .contact-info i.fa {
  padding-right: 5px; }
.contact-info i.fa.fa-linkedin {
  padding-right: 8px; }

.wpb_gmaps_widget .wpb_wrapper {
  /* background-color: #f7f7f7; */
  padding: 0 !important; }

.map-holder {
  position: absolute;
  top: 0;
  z-index: 1;
  height: 500px;
  width: 100%;
  overflow: hidden; }

.shadow-bottom {
  -webkit-box-shadow: 0px 11px 88px -12px rgba(0, 0, 0, 0.48);
  -moz-box-shadow: 0px 11px 88px -12px rgba(0, 0, 0, 0.48);
  box-shadow: 0px 11px 88px -12px rgba(0, 0, 0, 0.48); }

.slick-gallery {
  margin: 40px auto;
  width: 100%; }

p {
  font-weight: 300; }

.contact-map-container {
  position: absolute;
  z-index: 100; }

.news-holder {
  z-index: 1;
  padding-top: 80px !important;
  padding-bottom: 80px !important;
  background-color: #ffffff !important;
  position: relative; }

.wpsisac-slick-carousal .slick-dots {
  padding: 0 !important;
  margin: 40px auto !important;
  position: relative !important;
  text-align: center; }

.slick-next {
  right: 0; }

.slick-arrow {
  top: 52px; }

.slick-slide {
  margin: 0 10px; }

.table-module table {
  border: 1px solid; }

.table-module table td {
  padding: 30px;
  border: 1px solid; }

/*
.userlike-theme-button-bg-color, .userlike-theme-headbar-bg-color {
    background: #012f18 !important;
}
*/
a.button.lc-gforms-dg-button {
  margin-top: 20px !important;
  display: block !important; }

a.button.lc-gforms-dg-button:before {
  content: "\f1c1 " !important;
  padding-right: 10px !important;
  font-family: FontAwesome !important; }

.gform_wrapper input.medium {
  width: 100% !important; }

li#field_3_2 {
  width: 50% !important;
  float: left !important;
  display: inline !important; }

li#field_3_3 {
  width: 50% !important;
  float: left !important;
  display: inline !important; }

#field_3_3 label.gfield_label {
  display: none !important; }

.gform_wrapper ul li.gfield {
  clear: none !important; }

.premium-people {
  margin-left: 50px !important;
  margin-bottom: 0 !important; }

.slick-image-slide.slick-slide {
  max-height: 100px !important; }

.slick-image-slide.slick-slide.slick-current.slick-active.slick-center {
  align-self: center !important;
  width: 500px !important;
  margin: auto; }

.slick-image-slide.slick-slide.slick-current.slick-active.slick-center {
  max-height: 800px !important; }

.slick-track {
  position: relative;
  top: 0;
  left: -70px;
  display: block; }

.bx-wrapper .bx-prev {
  margin-left: -40px !important; }

.bx-wrapper .bx-next {
  margin-right: -40px !important; }

ul:not([class]) li {
  position: relative; }

#secondary h5 {
  color: #808080;
  font-family: "Exo 2", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  /* line-height: 1em; */
  font-weight: 500 !important;
  margin-bottom: 0 !important;
  margin-top: 0; }
#secondary select#archives-dropdown-2 {
  margin-top: 6px; }

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 20px; }

.top-space {
  padding-top: 100px; }

.team-loop.no-flex.Operations.container-fluid {
  border-bottom: 0 !important; }

.white-area h2 {
  color: #808080;
  font-weight: lighter;
  font-size: 27px; }

input.search-field {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #d2d2d2 !important;
  border-radius: 3px !important;
  padding: 9px 20px !important;
  color: #808080 !important;
  font-family: "Exo 2", sans-serif !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  font-weight: 400 !important;
  width: 200px !important; }

/* Mobile */
@media (max-width: 800px) {
  #primary {
    width: 100%; } }
@media screen and (max-width: 768px) {
  #footer-menu li {
    width: 100%;
    display: block;
    float: none;
    margin: 5px 0;
    text-align: center;
    border-right: 0 !important; }

  #footer-menu {
    display: block; }

  .people-holder p, h2 {
    text-align: center !important; }

  .social {
    margin-bottom: 40px; }

  .news-holder {
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: visible !important; }

  .dave {
    position: relative; }

  #masthead {
    background: rgba(0, 0, 0, 0.8);
    padding: 20px 0 !important; }

  .ubermenu-skin-none.ubermenu-responsive-toggle:hover {
    background: transparent !important; }

  .ubermenu-skin-none.ubermenu-responsive-toggle {
    background: transparent !important; }

  .ubermenu-skin-none.ubermenu-responsive-toggle {
    float: right; }

  .service-loop .item {
    width: 100%; }

  .vc_row.wpb_row.vc_row-fluid.white-text.border-bottom.vc_custom_1495207871841.vc_row-has-fill.vc_row-o-equal-height.vc_row-o-content-middle.vc_row-flex.vc_video-bg-container {
    padding-bottom: 0 !important; }

  .home-head {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    height: 600px !important; }

  .wpb_text_column.wpb_content_element.over-video {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important; }

  .people-holder h4 {
    text-align: center !important; }

  .premium-people {
    margin: 0 auto !important;
    width: 100% !important;
    text-align: center;
    float: none;
    left: 0;
    right: 0;
    border-bottom: 4px solid;
    margin: 0 auto 40px auto !important;
    position: relative; }

  .set-logo {
    text-align: center !important;
    margin: auto !important; }

  .bio-resources h2 {
    color: inherit;
    text-align: left !important; }

  #secondary {
    width: 100%; }

  .news-holder {
    width: 100% !important;
    padding: 0 !important;
    margin: auto !important;
    overflow: visible !important;
    left: 0 !important; } }
@media (max-width: 480px) {
  .quote-text {
    padding: 0px; }
    .quote-text:before {
      position: relative;
      top: 0;
      left: -5px; }

  /*
  .premium-people { 
      top: -219px !important;
      position: absolute !important;
  }
  */
  .service-content div[style] {
    padding: 20px 0px !important; }

  .service-bullets {
    margin-left: 0px;
    border-left: none; }

  .vc_custom_1500472307984 p, .vc_custom_1500472307984 a, #post-13062 p, #post-13062 a, div.post p, div.post a, #post-13073 p, #post-13073 a {
    word-wrap: break-word; }

  .team-loop .item {
    width: 100%; }
    .team-loop .item .img-holder img {
      width: 100%; }
    .team-loop .item .img-holder a .hover-btn {
      background-color: rgba(0, 0, 0, 0.5) !important;
      opacity: 1 !important;
      display: block !important; }

  .hover-btn {
    background-color: rgba(0, 0, 0, 0.5) !important;
    opacity: 1 !important;
    display: block !important; } }
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none; }

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .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-caption {
  display: block; }

/*# sourceMappingURL=style.css.map */
