services@charset "UTF-8";
/*
Theme Name: Information Safeguard Design Master Theme
Theme URI: http://infosafe.design
Author: InfoSafe Design
Author URI: http://infosafe.design
Description: ISD Site Theme
Version: 1.0.0
Text Domain: infosafe-design
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Skeleton Framework
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
    ## Posts and pages
	## Asides
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: Arial,Helvetica Neue,Helvetica,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,
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;
  }

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; }

/*--------------------------------------------------------------
# Skeleton Framework
--------------------------------------------------------------*/
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
ΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇô
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
ΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇô */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box; }

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; } }
/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%; }

  .column,
  .columns {
    margin-left: 4%; }

  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns {
    width: 4.66666666667%; }

  .two.columns {
    width: 13.3333333333%; }

  .three.columns {
    width: 22%; }

  .four.columns {
    width: 30.6666666667%; }

  .five.columns {
    width: 39.3333333333%; }

  .six.columns {
    width: 48%; }

  .seven.columns {
    width: 56.6666666667%; }

  .eight.columns {
    width: 65.3333333333%; }

  .nine.columns {
    width: 74.0%; }

  .ten.columns {
    width: 82.6666666667%; }

  .eleven.columns {
    width: 91.3333333333%; }

  .twelve.columns {
    width: 100%;
    margin-left: 0; }

  .one-third.column {
    width: 30.6666666667%;
  }

  .two-thirds.column {
    width: 65.3333333333%; }

  .one-half.column {
    width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%; }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%; }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%; }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%; }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%; }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%; }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%; }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%; }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78.0%; }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%; }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%; }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%; } }
/* Base Styles
ΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇô */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }

body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family:  Arial, "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222; }

/* Typography
ΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇô */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300; }

h1 {
  font-size: 4.0rem;
  
  letter-spacing: -.1rem; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -.1rem; }

h3 {
  font-size: 3.0rem;
  line-height: 1.3;
  letter-spacing: -.1rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -.08rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -.05rem; }

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0; }

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 5.0rem; }

  h2 {
    font-size: 4.2rem; }

  h3 {
    font-size: 3.6rem; }

  h4 {
    font-size: 3.0rem; }

  h5 {
    font-size: 2.4rem; }

  h6 {
    font-size: 1.5rem; } }
p {
  margin-top: 0; }

/* Links
ΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇô */
a {
  color: #1EAEDB; }

a:hover {
  color: #0FA0CE; }

/* Buttons
ΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇô */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .1rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }

.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #33C3F0;
  border-color: #33C3F0; }

.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

/* Forms
ΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇô */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }

input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }

label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }

fieldset {
  padding: 0;
  border-width: 0; }

input[type="checkbox"],
input[type="radio"] {
  display: inline; }

label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }

/* Lists
ΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇô */
ul {
  list-style: circle inside; }

ol {
  list-style: decimal inside; }

ol, ul {
  padding-left: 0;
  margin-top: 0; }

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }

li {
  margin-bottom: 1rem; }

/* Code
ΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇô */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }

/* Tables
ΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇô */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1;
  background-color: transparent;
}
.center {
    margin-left:auto; 
    margin-right:auto;
    background-color:#071866;
  }

/* Spacing
ΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇô */
button,
.button {
  margin-bottom: 1rem; }

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }

/* Utilities
ΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇô */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }

.u-pull-right {
  float: right; }

.u-pull-left {
  float: left; }

/* Misc
ΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇô */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }

/* Clearing
ΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇô */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }

/* Media Queries
ΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇôΓÇô */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/
/* Larger than mobile */
/* Larger than phablet (also point when grid becomes active) */
/* Larger than tablet */
/* Larger than desktop */
/* Larger than Desktop HD */
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #444;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5; }

@font-face {
  font-family: 'League Gothic';
  src: url("fonts/league-gothic/leaguegothic-regular-webfont.eot");
  src: url("fonts/league-gothic/leaguegothic-regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/league-gothic/leaguegothic-regular-webfont.woff") format("woff"), url("fonts/league-gothic/leaguegothic-regular-webfont.ttf") format("truetype"), url("fonts/league-gothic/leaguegothic-regular-webfont.svg#league_gothic_regular") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Montserrat';
  font-weight: 400;
  font-style: normal;
  src: url("fonts/montserrat/Montserrat-regular.eot");
  src: url("fonts/montserrat/Montserrat-regular.eot?#iefix") format("embedded-opentype"), local("Montserrat-Regular"), local("Montserrat-regular"), url("fonts/montserrat/Montserrat-regular.woff2") format("woff2"), url("fonts/montserrat/Montserrat-regular.woff") format("woff"), url("fonts/montserrat/Montserrat-regular.ttf") format("truetype"), url("fonts/montserrat/Montserrat-regular.svg#Montserrat") format("svg"); }
@font-face {
  font-family: 'Montserrat';
  font-weight: 700;
  font-style: normal;
  src: url("fonts/montserrat/Montserrat-700.eot");
  src: url("fonts/montserrat/Montserrat-700.eot?#iefix") format("embedded-opentype"), local("Montserrat-Bold"), local("Montserrat-700"), url("fonts/montserrat/Montserrat-700.woff2") format("woff2"), url("fonts/montserrat/Montserrat-700.woff") format("woff"), url("fonts/montserrat/Montserrat-700.ttf") format("truetype"), url("fonts/montserrat/Montserrat-700.svg#Montserrat") format("svg"); }
@font-face {
  font-family: 'Open Sans';
  font-weight: 300;
  font-style: normal;
  src: url("fonts/open-sans/Open-Sans-300.eot");
  src: url("fonts/open-sans/Open-Sans-300.eot?#iefix") format("embedded-opentype"), local("Open Sans 300"), local("Open-Sans-300"), url("fonts/open-sans/Open-Sans-300.woff2") format("woff2"), url("fonts/open-sans/Open-Sans-300.woff") format("woff"), url("fonts/open-sans/Open-Sans-300.ttf") format("truetype"), url("fonts/open-sans/Open-Sans-300.svg#OpenSans") format("svg"); }
@font-face {
  font-family: 'Open Sans';
  font-weight: 400;
  font-style: normal;
  src: url("fonts/open-sans/Open-Sans-regular.eot");
  src: url("fonts/open-sans/Open-Sans-regular.eot?#iefix") format("embedded-opentype"), local("Open Sans"), local("Open-Sans-regular"), url("fonts/open-sans/Open-Sans-regular.woff2") format("woff2"), url("fonts/open-sans/Open-Sans-regular.woff") format("woff"), url("fonts/open-sans/Open-Sans-regular.ttf") format("truetype"), url("fonts/open-sans/Open-Sans-regular.svg#OpenSans") format("svg"); }
@font-face {
  font-family: 'Open Sans';
  font-weight: 700;
  font-style: normal;
  src: url("fonts/open-sans/Open-Sans-700.eot");
  src: url("fonts/open-sans/Open-Sans-700.eot?#iefix") format("embedded-opentype"), local("Open Sans Bold"), local("Open-Sans-700"), url("fonts/open-sans/Open-Sans-700.woff2") format("woff2"), url("fonts/open-sans/Open-Sans-700.woff") format("woff"), url("fonts/open-sans/Open-Sans-700.ttf") format("truetype"), url("fonts/open-sans/Open-Sans-700.svg#OpenSans") format("svg"); }
@font-face {
  font-family: 'Yellowtail';
  src: url("fonts/yellowtail/Yellowtail-Regular-webfont.eot");
  src: url("fonts/yellowtail/Yellowtail-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/yellowtail/Yellowtail-Regular-webfont.woff") format("woff"), url("fonts/yellowtail/Yellowtail-Regular-webfont.ttf") format("truetype"), url("fonts/yellowtail/Yellowtail-Regular-webfont.svg#yellowtailregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Sorts Mill Goudy';
  src: url("fonts/sorts-mill-goudy/GoudyStM-webfont.eot");
  src: url("fonts/sorts-mill-goudy/GoudyStM-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/sorts-mill-goudy/GoudyStM-webfont.woff") format("woff"), url("fonts/sorts-mill-goudy/GoudyStM-webfont.ttf") format("truetype"), url("fonts/sorts-mill-goudy/GoudyStM-webfont.svg#sortsmillgoudystd") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Sorts Mill Goudy';
  src: url("fonts/sorts-mill-goudy/GoudyStM-Italic-webfont.eot");
  src: url("fonts/sorts-mill-goudy/GoudyStM-Italic-webfont.eot?#iefix") format("embedded-opentype"), url("fonts/sorts-mill-goudy/GoudyStM-Italic-webfont.woff") format("woff"), url("fonts/sorts-mill-goudy/GoudyStM-Italic-webfont.ttf") format("truetype"), url("fonts/sorts-mill-goudy/GoudyStM-Italic-webfont.svg#sortsmillgoudyi") format("svg");
  font-weight: normal;
  font-style: italic; }
h1, h2, h3, h4, h5, h6 {
  clear: both; }

h1, h2, h3, h4, h5 {
  font-family: "League Gothic", Impact, sans-serif;
  font-weight: 700;
  color: #000000;
  }

h1 {
  font-family: "Open Sans", serif;
  font-weight: 500;
  color: #081e8d;
  /*text-shadow:0.2rem 0.2rem 0.5rem rgba(0,0,0,0.5);*/
  font-size: 3em; }

#main .container > h1:first-child,
#main .container .column > h1:first-child,
#main .container .columns > h1:first-child,
#main .container > h2:first-child,
#main .container .column > h2:first-child,
#main .container .columns > h2:first-child,
.entry-header h1 {
  margin-top:0;
}

body {
  font-size: 1.4rem; }

p {
  margin-bottom: 1.5em; }

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%; }

/*--------------------------------------------------------------
# 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:  #FFFFFF ;
  /* 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; }

ul, ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: none; }
  ul li {
    padding-left: 1.7em;
    text-indent: -.5em;
    margin: 1em 0; }
    ul li::before {
      content: "\25C6";
      color: #0f218c;
      margin-right: 1em; }

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. */ }

table {
  margin: auto;
  width: 100%;
  
}

table, table td, table th {
  border: none;
}

td, th, td:first-child {
	box-sizing:border-box;
	padding:0.5rem 2rem;
}

table tr:nth-child(2n+1) {
	
}

td.label, td.header, th.header, tr.header {
	font-weight:bold;
}

td.w20, th.w20 {width:20%}
td.w40, th.w40 {width:40%}
td.w60, th.w60 {width:60%}
td.w33, th.w33 {width:33.33333%}
td.w66, th.w66 {width:66.66667%}

#hero {
  position: relative;
  z-index: 1;
  height: 25rem;
  overflow: hidden;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  box-shadow: inset 0 -2rem 5rem 0.5rem rgba(0, 0, 0, 0.8);
  background-color:#182f65;
  background-image:url('images/blue_isd_calm.jpg');
  background-image:url('images/typing.jpg');
  background-image:url('images/screen-blue.jpg');
  background-image:url('images/case.jpg');
  background-image:url('images/case-bluer.jpg');
  background-image:url('images/servers_cropped.jpg');
}
  .home #hero {
    height: 60rem; }
  #hero::before {
    content: ' ';
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1); }
  #hero h1 {
    position: absolute;
    z-index: 10;
    bottom: 0.2em;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 960px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0.2em;
    text-align: left;
    z-index: 10;
    text-shadow: 0.05em 0.05em 0 rgba(0, 0, 0, 0.3); }
    #hero h1::before {
      z-index: -1;
      content: " ";
      position: absolute;
      top: 0;
      left: -500%;
      width: 900%;
      height: 100%;
      background-color: rgba(15, 33, 140, 0.6); }
    .home #hero h1 {
      text-align: center;
      bottom: 40%;
      font-size: 3em;
      padding: 0.6em;
      width: 100%;
      max-width: 100%;
      background-color: rgba(15, 33, 140, 0.6); }
    @media (min-width: 550px) {
      #hero h1 {
        width: 80%; } }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button,
a.button:visited {
  background: #182f65;
  color: #ffffff;
  display: inline-block;
  letter-spacing: 0;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  text-transform: uppercase;
  border: 0;
  border-radius: 0; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover,
  a.button:hover,
  a.button:visited:hover {
    color: #182f65;
    background: #ddd; }
button.alt,
input[type="button"].alt,
input[type="reset"].alt,
input[type="submit"].alt,
a.button.alt,
a.button.alt:visited {
  color:#182f65;
  border-radius: 15px;
  width: 100px;
  background: #A5A571; }
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 #ccc;
  border-radius: 3px; }
  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 #ccc; }

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"] {
  padding: 3px; }

textarea {
  padding-left: 3px;
  width: 100%; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #00026A;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in; }
  a:visited {
    color: #00026A; }
  a:hover, a:focus, a:active {
    color: #0F218C; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
ul.menu, ul.menu li {
	list-style:none;
	margin: 0 0 1rem 0;
	padding:0;
	text-indent:0;
}

ul.menu li::before {
	content:"";
	display:none;
}

ul.menu li a {
	display:block;
	width:100%;
	box-sizing:border-box;
	
	color:#00026A;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	
	border-left:1rem #00026A solid;
	background:#ddd;
}

ul.menu li a:hover {
	background-color:#eee;
	border-color:#ffea00;
  display:block;
}

.main-navigation {
  font-family: Arial, "Open Sans", serif;
  text-transform: uppercase;
  content: "";
  display: table;
  table-layout: fixed; }
  .main-navigation .menu-primary-container, .main-navigation #primary-menu {
    width: 100%;
    margin-left: 0;
    float: left; }
  .main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
    float: right;
    height: 10rem;
    content: "";
    display: table;
    table-layout: fixed; }
    .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;
    height: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-indent: 0; }
    .main-navigation li a {
      display: block;
      text-decoration: none;
      height: 100%;
      padding: 4rem 1rem 1rem 1rem;
      box-sizing: border-box;
      font-size: 25.6px;
      font-size: 1.6rem;
      text-align: center;
      -webkit-transition: all 0.2s linear;
      -moz-transition: all 0.2s linear;
      -o-transition: all 0.2s linear;
      transition: all 0.2s linear; }
      .main-navigation li a i.fa {
        display: block;
        font-size: 32px;
        font-size: 2rem; }
    .main-navigation li::before {
      content: "";
      margin: 0;
      display: none; }
    .main-navigation li:hover > a, .main-navigation li.focus > a, .main-navigation li.current_page_item:hover > a {
      color: #ffffff;
      background-color: #0F218C;
      font-weight: normal;
      background-position: 0 0; }
.main-navigation li.current_page_item a {
  color: #0F218C;
}
  .main-navigation a {
    color: #444444; }
  .main-navigation .current_page_item > a,
  .main-navigation .current-menu-item > a,
  .main-navigation .current_page_ancestor > a,
  .main-navigation .current-menu-ancestor > a {
    font-weight: bold; }

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

.main-navigation.toggled {
  position: absolute;
  width: 100%;
  top: 3.5rem;
  right: 1rem;
  padding-top: 4rem; }
  .main-navigation.toggled .menu-toggle {
    top: 0;
    right: 0; }
  .main-navigation.toggled .menu-primary-container, .main-navigation.toggled #social-media {
    float: none;
    height: auto;
    width: 100%;
    padding: 1rem 0;
    background-color: rgba(255, 255, 255, 0.84);
    box-shadow: 0.2rem 0 0.2rem rgba(0, 0, 0, 0.6); }
  .main-navigation.toggled #social-media {
    margin: 0;
    padding-left: 3.3rem;
    padding-right: 3rem;
    box-sizing: border-box;
    content: "";
    display: table;
    table-layout: fixed; }
    .main-navigation.toggled #social-media a {
      float: left;
      font-size: 24px;
      font-size: 1.5rem; }
  .main-navigation.toggled ul {
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.84);
    border: 0.1rem solid #cabfa0; }
    .main-navigation.toggled ul li {
      background: none !important;
      display: block;
      float: none;
      margin: 0;
      padding: 0;
      width: 100%; }
      .main-navigation.toggled ul li a {
        color: #444444;
        background-image: none;
        padding: 1rem 1.5rem;
        text-align: left;
        font-size: 16px;
        font-size: 1rem; }
        .main-navigation.toggled ul li a:hover, .main-navigation.toggled ul li a:focus {
          color: #ffffff;
          background-color: #0F218C; }
        .main-navigation.toggled ul li a i.fa {
          display: inline;
          margin: 0 1rem 0 0;
          padding: 0;
          font-size: 16px;
          font-size: 1rem; }

.menu-toggle {
  position: absolute;
  width: 3rem;
  height: 3rem;
  padding: 0;
  margin: 0;
  top: 3.5rem;
  right: 1rem;
  box-sizing: border-box;
  border: 0;
  background: none;
  text-align: center;
  color: #182f65;
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none; }
  .menu-toggle:hover, .menu-toggle:focus {
    color: #687fb5; }

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

  .main-navigation ul, .main-navigation #social-media {
    display: block; } }
@media (max-width: 980px) {
  .main-navigation {
    font-size: 12.8px;
    font-size: 0.8rem; }
    .main-navigation ul li {
      margin: 0; } }
.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%; }

@media (max-width: 910px) {
  .main-navigation ul li a {
    font-size: 14.4px;
    font-size: 0.9rem; }
    .main-navigation ul li a i.fa {
      font-size: 24px;
      font-size: 1.5rem; }

  .site-branding {
    width: 33.3333% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }

  #site-navigation {
    width: 66.6667% !important;
    margin-left: 0 !important;
    margin-right: 0 !important; } }
@media (max-width: 790px) {
  .main-navigation ul li a {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    font-size: 12.8px;
    font-size: 0.8rem; }
    .main-navigation ul li a i.fa {
      font-size: 19.2px;
      font-size: 1.2rem; } }
@media (max-width: 640px) {
  .site-branding {
    width: 50% !important; } }
@media (max-width: 360px) {
  .site-branding {
    width: 66.66667% !important; } }
/*--------------------------------------------------------------
# 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: #ffffff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #cda989;
    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; }

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

  .home .intro .intro2 {
    background-image: url("https://infosafe.design/Dev/wp-content/uploads/chesbay.png");
    background-size: cover;
    width: 100%;
    height: auto;
    
    text-align:center;
    position: relative;
    top: 50%;
    padding-top: 20px;
    padding-bottom: 5px;
      
}


.services{
  background-image: url("https://infosafe.design/Dev/wp-content/uploads/bright-abstract-mosaic-green-background-600w-702702529-copy-3.png");
  
background-size: cover;
    width: 100%;
  	text-align: center;
  	position: center;

  
  
}
.services table, td, tr, th, tbody{
  background-color: none;
	position: center;
}
.offerings {
  color: #eee;
  padding: 5rem 0;
  background-color: #1f2759;
  background-image: url("images/blue_isd_calm.jpg");
  background-position: top left;
  background-attachment: fixed;
  background-size: cover; }
  .offerings div.column {
    position: relative;
    border-radius: 0.3em;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 0 2rem;
    margin-bottom: 2rem; }
    .offerings div.column.button-bottom {
      padding-bottom: 7rem; }
  .offerings h2, .offerings li {
    position: relative;
    color: #ffffff;
    font-weight: 300;
    text-shadow: 0.05em 0.05em 0 rgba(0, 0, 0, 0.6); }
  .offerings h2, #main .offerings .container .column > h2:first-child {
    font-size: 2.4rem;
    font-weight: 400;
    color: #FFDB65;
    margin:1.6rem 0 0.8rem 0;
    padding-left: 1.5em; }
  .offerings ul {
    margin-left: 0; }
  .offerings li::before {
    color: #586BD8; }
  .offerings h2::before {
    content: "\f121";
    font-family: 'FontAwesome';
    font-weight: normal;
    font-size: 1em;
    position: absolute;
    left: 0;
    top: 0; }
    .offerings #software h2::before {
      content: "\f135"; }
    .offerings #hardware h2::before {
      content: "\f233"; }
    .offerings #services h2::before {
      content: "\f085"; }
  .offerings a.button {
    width: 80%;
    text-align: center;
    box-sizing: border-box; }
  .offerings a.button.bottom {
    position: absolute;
    bottom: 1rem;
    left: 10%; }

.cta {
  margin-bottom:2.4rem;
}

.cta a.button {
  margin-left:25%;
  width:50%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
  z-index: 9001;
  position: fixed;
  width: 100%;
  background: rgba(255, 255, 255, 1);
  box-shadow: none;
  height: 10rem;
  color:#fff;
}
	.site-header a {
    color:#fff;
}
  .site-header .tagline {
    background-color: #eee;
    color: #626eb5;
    padding: 0.5rem 0;
    width: 100%;
    height: 3rem;
    line-height: 2rem;
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  border-top: 0.2rem solid #999; }

.site-header .row > * {
  height: 10rem; }

.site-branding {
  margin: 0;
  padding: 0;
  height: 10rem;
  float: left;
  width: 33%; }
  .site-branding a {
    position: relative;
    display: block;
    min-height: 100%;
    min-width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0; }
    .site-branding a img {
      position: absolute;
      top: 0;
      left: 0;
      width: auto;
      max-width: none;
      height: 100%;
      padding: 0;}
  .site-branding .site-title {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 12.8px;
    font-size: 0.8rem;
    font-weight: 700; }
  .site-branding .site-description {
    display: none; }

@media (max-width: 780px) {
  .site-branding .site-description {
    font-size: 9.6px;
    font-size: 0.6rem; } }
.home .entry-header {
  display: none; }

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.entry-footer, .site-footer {
  background-color: #9e9e9e;
  text-align: center; }
  .entry-footer, .entry-footer , .entry-footer h2, .entry-footer h3, .entry-footer h4, .entry-footer h5, .entry-footer h6, .entry-footer p, .entry-footer a, .site-footer, .site-footer h1, .site-footer h2, .site-footer h3, .site-footer h4, .site-footer h5, .site-footer h6, .site-footer p, .site-footer a {
    color: #eee; }

.site-footer {
  padding: 1rem 0 2rem 0; }

.site-footer .switcher {
  font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif; font-size: 25px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 15.4px;
}

.site-footer li {
  display:inline;
}

.site-footer li::before {
  content: "";
}

#footer-menu a {
  color: #9e9e9e;
  text-decoration: none;
}

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

.hentry {
  /*margin: 0 0 1.5em;*/ } /* Was adding margin to home page - cp 2016/11/4 */

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

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

.blog-wrapper,
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 1.5em 0; }
  .home .page-content, .home
  .entry-content, .home
  .entry-summary {
    margin: 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }
  
.hentry .entry-title a {
	display:block;
	width:100%;
	box-sizing:border-box;
	
	text-decoration:none;
	font-weight:normal;
}

 ul.category-listing, ul.search-results {
    margin: 0; }
    .post, ul.search-results li {
      margin: 0 0 1rem 0;
      padding: 0;
      width: 100%; }
      .post h2, ul.search-results li h2 {
        margin-top: 0; }
      .post::before, ul.search-results li::before {
        content: ""; }
      .post a.primary-link, ul.search-results li a.primary-link {
        box-sizing: border-box;
        width: 100%;
        display: block;
        padding: 2rem;
        font-size: 3rem;
        font-weight: normal;
        text-decoration: none; }
        .post a.primary-link .excerpt, ul.search-results li a.primary-link .excerpt {
          font-size: 1.4rem;
          color: #222;
          font-weight: normal; }
        .post a.primary-link:hover, ul.search-results li a.primary-link:hover {
          background: #eeeeee; }
        .post a.primary-link .thumbnail, ul.search-results li a.primary-link .thumbnail {
          box-sizing: border-box;
          width: 33%;
          padding: 0.3rem;
          margin-right: 3rem;
          float: left;
          border: 0.1rem solid #ddd;
          background-color: #ffffff;}
          .post a.primary-link .thumbnail img, ul.search-results li a.primary-link .thumbnail img {
            width: 100%;
            display: block; }
          .post a.primary-link .thumbnail p, ul.search-results li a.primary-link .thumbnail p {
            font-size: 2rem;
            font-weight:normal;
            white-space: wrap;
            text-align: center;
            color: #444;
            text-transform: none;
            background-color: #eee;
            box-sizing: border-box;
            height: 100%;
            width: 100%;
            margin: 0;
            padding: 1rem 0.5rem;
            display: block; }
          @media (max-width: 640px) {
            .post a.primary-link .thumbnail, ul.search-results li a.primary-link .thumbnail {
              width: 50%;
              float: none;
              display: block;
              padding: 0;
              margin: 1rem 25%; } }
        .post a.primary-link:after, ul.search-results li a.primary-link:after {
          content: "";
          display: table;
          clear: both; }
      .post .entry-summary, ul.search-results li .entry-summary {
        padding: 2rem;
        margin: 1rem;}
      
      .post .entry-meta  {
      	text-align:left;
      	margin:0.5rem 3rem;
      }
      
      .post .posted-on a {
      	text-decoration:none;
      	color:#444;
      	font-weight:bold;
      }
      
      h2.entry-title {
      	margin-bottom:0;
      }
      
      .single .post .thumbnail {
          box-sizing: border-box;
          width:100%;
      	display:block;
      	margin-bottom:2rem;
          padding: 0.3rem;
          border: 0.1rem solid #ddd;
          background-color: #ffffff;}
          .single .post .thumbnail img {
            width: 100%;
            display: block; }
          .single .post .thumbnail p {
            font-size: 2rem;
            font-weight:normal;
            white-space: wrap;
            text-align: center;
            color: #444;
            text-transform: none;
            background-color: #eee;
            box-sizing: border-box;
            height: 100%;
            width: 100%;
            margin: 0;
            padding: 1rem 0.5rem;
            display: block; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none; }

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

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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 */

/*new code added 3/31/2017 */
#primary-menu ul li a {
  font-size: 95%;
}
#primary-menu {
  margin-top: 0.1rem;
}
@media screen and (max-width: 1200px) {
  #primary-menu {
    font-size: 80%; }}
@media screen and (max-width: 1015px) {
  #primary-menu {
    font-size: 75%; }}
@media screen and (max-width: 780px) {
  #primary-menu div {
    display: none; }}
 @media screen and (max-width: 780px) {
.menu-toggle #primary-menu {
  display: inline; }}
   
/* new 4/4/2017 */
.top-menu-container {
  height: 5rem;
  margin-top: -1.5rem;
  margin-bottom: .51rem;
  padding: 0;
 background: linear-gradient(to right, transparent, #000000); 
  background: rgba(0,0,0,0.6);

}
.top_menu_class {
  width: 100%;
  height: 4rem;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}
.top_menu_class li {
  float: right;
  height: .81rem;
  margin-top: .43rem;
  margin-bottom: 0;
  margin-right: .61rem;
  margin-left: .81rem;
  text-align: right;
}
.top_menu_class li::before {
  content: none;
}
 .top_menu_class li a {
  text-decoration: none;
   font-size: 13px;
}
ul#menu-top-menu li a {
	border:0;
	background:transparent;
	color:#ddd;
}

ul#menu-top-menu li a i {
	font-weight:normal;
}

ul#menu-top-menu li a:hover {
	color:#fff;
  display: block;
}
a-mega-menu-link li a:hover: {
  display: block;
}

.site-header {
	position: absolute;
	top: 0;
	left: 0;
	background: transparent;
  border:0;
}
#carousel {
  margin-top:0;
  height:60rem;
	position:relative;
	display:block;
	box-sizing:border-box;
	
	margin-bottom:2rem;
	
	width:100%;
	
	overflow:hidden;
  
  border-bottom-style: solid;
  border-bottom-width: .1rem;
  border-bottom-color: black;
  
  margin-bottom: 0rem;
  
}

#carousel > div {
	height:100%;
}

#carousel .slick-track {
	position:relative;
	display:block;
	top:0;
	left:0;
	height:100%
}

#carousel .slick-slide {
	position:relative;
	width:100%;
	height:100%;
	float:left;
	overflow:hidden;
}

#carousel .slick-slide a,
#carousel .slick-slide a img,
#carousel .slick-slide .message {
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

#carousel .slick-slide a img {
	position: absolute;
	min-width: 100%; 
	min-height: 100%; 
	width: auto; 
	height: auto;
	z-index: -1000;
}

#carousel .slick-slide a {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}

#carousel .slick-slide .message {
	z-index:90;
	height:auto;
	top:auto;
	bottom:20%;
  box-sizing:border-box;
	
	padding:1rem 3rem;

	font-family:"Open Sans";
	font-weight:300;
	font-size:2rem;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
  
  text-shadow: 0.2rem 0.2rem 0.2rem rgba(0,0,0,0.6);
	
	/*background:rgba(0,0,0,0.57);*/
}

#carousel button.control {
	z-index:100;
	position:absolute;
	width:4rem;
	height:100%;
	padding:0 1rem;
	top:0;
	left:0;
	
	font-size:3rem;
	
	color:rgba(255,255,255,0.3);
	background:none;
	box-shadow:none;
	border:none;
	
	margin:0;
	padding:0;
}

#carousel button.control.right {
	left:auto;
	right:0;
}

#carousel button.control:hover {
	color:#ffffff;
}

#carousel button.control i {
	position:absolute;
	top:50%;
	left:1rem;
}

#carousel button.control.right i {
	left:auto;
	right:1rem;
}

@media ( max-width:1024px ) {
  #carousel {
    height:45rem;
  }
}

@media ( max-width:860px ) {
  #carousel {
    height:30rem;
  }
}

.news_menu {
  border-style: solid;
  border-color: black;
  margin-left: 0rem;
  width: 10%;
  height: 100%;
  background-color: gray;
}
.news_menu p {
  color: black;
}
.news_menu button {
  font-size: 10px;
  width: 100%;
  text-align: left;
  margin-right: 0rem;
  margin-left: 0rem;
  padding: 0.3rem;
}

.wp-live-chat-now {
  cursor: pointer;
}
.vendor_boxes {
  width:25%;
  height: 25rem;
  float: left;
  border-style: solid;
  border-width: .1rem;
  border-color: #FFFFFF;
  background-color: #FFFFFF;
  text-align: center;
}
.vendor_text {
  margin-top: 0rem;
  margin-bottom: 0rem;
  font-size: 60%;
}
.products_box {
	border-style: solid;
  border-width: .1rem;
  border-color: #00026a;
  
  border-top-color: #d8a50f;
  border-top-width: .5rem;
  
  width: 100%;
  overflow: auto;
}
.products_title {
  border-bottom-style: solid;
  border-bottom-color: #00026a;
  border-bottom-width: .3rem;
  width: 25%;
  margin-top: 3rem;
  margin-left: 3rem;
  
  font-family: "CooperHewitt-light", sans-serif;
  font-size: 32px;
}
.products_info {
  margin-left: 3rem;
  font-family: "CooperHewitt-light", sans-serif;
  font-size: 14px;
}
.products_button {
  margin-left: 3rem;
  margin-top: 3rem;
  color: #00026a;
  background-color: white;
  border-style: solid;
  border-color: #00026a;
  border-width: .2rem;
  border-radius: 15px;
  font-family: "CooperHewitt-light", sans-serif;
}
.products_vendor_box {
  margin-right: 2rem;
  margin-top: 3rem;
  width: 80%;
  float: right;
}
.products_vendor_title {
  margin-left: 0rem;
  font-family: "CooperHewitt-light", sans-serif;
  font-size: 28px;
  
  border-bottom-style: solid;
  border-bottom-width: .2rem;
  border-bottom-color: #00026a;
}
.vendor_icons {
 margin-bottom: 0rem;
  margin-left: 0rem;
  margin-right: 0rem;
  margin-top: 0rem;
}
.products_left {
  width: 45%;
  height: 15rem;
  margin-bottom: 0rem;
  margin-left: 0rem;
  margin-right: 5rem;
  margin-top: 1.5rem;
  float: left;
  font-family: "CooperHewitt-light", sans-serif;
  text-align: left;
  vertical-align: center;
}
.products_right {
  width: 45%;
  height: 15rem;
  margin-bottom: 0rem;
  margin-left: 0rem;
  margin-right: 0rem;
  margin-top: 1.5rem;
  float: left;
  font-family: "CooperHewitt-light", sans-serif;
  text-align: left;
  vertical-align: center;
}

@media ( max-width: 640px ) {
 #carousel .slick-slide .message {
   bottom:5%;
  }
.footab {  
table {
    border-collapse: collapse;
  color: black;
  -webkit-text-fill-color: white; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}
th, td {
    padding: 0;
}
  
opacity:1.0;
  }  
  
}
/* transitions */
.image {
  display: circle;
  width: 100%;
  height: 100%;
}
.overlay {
  position: absolute;
  top: 0px;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 96%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;

  border-radius: 50%
}
.container:hover .overlay {
  opacity: .8;
}
.text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
section#bottom{
 display: initial; }