/**
 * Theme Name:	Patriot Technologies, Inc.
 * Theme URI:	http://www.patriot-tech.com/‎
 * Description:	Website theme.
 * Author:		Wood Street, Inc.
 * Author URI:	http://woodst.com
 * Version:		1.00
 * Copyright:	2014, All Rights Reserved.
 */


/*! wsframework v3.0.8*/


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Core
 * 3.0 - Components
 * 4.0 - Modules
 */


/* ##########################################################################
                                  R E S E T
   ########################################################################## */


/*! normalize.css v3.0.1 | MIT License | git.io/normalize */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}


/**
 * Remove default margin.
 */

body {
    margin: 0;
}


/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

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


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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


/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}


/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}


/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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


/* Text-level semantics
   ========================================================================== */


/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

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


/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
    font-weight: bold;
}


/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
    font-style: italic;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

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


/**
 * Address styling not present in IE 8/9.
 */

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


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* Embedded content
   ========================================================================== */


/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
    border: 0;
}


/**
 * Correct overflow not hidden in IE 9/10/11.
 */

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


/* Grouping content
   ========================================================================== */


/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
    margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */

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


/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

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


/* Forms
   ========================================================================== */


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
    overflow: visible;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],

/* 1 */

input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}


/**
 * Re-set default cursor for disabled elements.
 */

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


/**
 * Remove inner padding and border in Firefox 4+.
 */

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


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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


/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}


/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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


/**
 * Define consistent border, margin, and padding.
 */

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


/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
    overflow: auto;
}


/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}

.gform_wrapper .gsection .gfield_label,
.gform_wrapper h2.gsection_title,
.gform_wrapper h3.gform_title,
div.gform_heading h3.gform_title {
    font-size: 24px;
    font-weight: normal;
    margin: 16px 0 0 0;
}

div.gform_wrapper div.gform_heading {
    margin-bottom: 8px;
}

body .gform_wrapper form .gform_body ul,
body .gform_wrapper form .gform_body ul li {
    list-style-type: none!important;
    list-style-image: none!important;
    list-style: none!important;
    background-image: none!important;
    background: none!important;
    padding: 0!important;
    margin: 0!important
}


/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

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

td,
th {
    padding: 0;
}


/*! screen.css */


/* ##########################################################################
									C O R E
   ########################################################################## */


/* Reset
   ========================================================================== */


/**
 * Box model.
 */

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/**
 * Remove margin and paddings.
 */

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
form,
fieldset,
legend,
table,
th,
td,
caption,
hr {
    margin: 0;
    padding: 0;
}


/**
 * Give a help cursor to elements that give extra info on `:hover`.
 */

abbr[title],
dfn[title] {
    cursor: help;
}


/**
 * So that `alt` text is visually offset if images don’t load.
 */

img {
    font-style: italic;
    vertical-align: middle;
}


/**
 * So that label text is aligned to the top.
 */

textarea {
    vertical-align: top;
}


/* Font Stacks
   ========================================================================== */


/**
 * Arial, "Helvetica Neue", sans-serif;
 * Georgia, Times, "Times New Roman", serif;
 */


/* Base
   ========================================================================== */

html {
    background: url(../img/rpt-02.png) repeat center top;
    color: #333;
    font: 16px/28px Arial, "Helvetica Neue", sans-serif;
}

body {
    background: #fff;
}

@media (max-width: 767px) {
    html {
        font-size: 14px;
        line-height: 24px;
    }
}


/* end @media */


/* Links
   ========================================================================== */

a {
    color: #bf202f;
}

a:hover {
    color: #999999;
    text-decoration: none;
}


/* Text-level semantics
   ========================================================================== */


/**
 * Headings.
 */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: normal;
    line-height: normal;
    font-family: Georgia, Times, "Times New Roman", serif;
}

h1,
.h1 {
    border-bottom: 2px solid #d4d4d4;
    color: #bf202f;
    font-size: 48px;
    line-height: 48px;
    margin: 0 0 24px;
    padding: 7px 0 15px;
}

h2,
.h2 {
    color: #222222;
    font-size: 32px;
    line-height: 32px;
    margin: 0 0 20px;
}

h3,
.h3 {
    color: #0a3c60;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 12px;
    padding: 5px 0 3px;
}

h4,
.h4 {
    color: #bf202f;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 8px;
    padding: 1px 0 3px;
}

h5,
.h5 {
    color: #0a3c60;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 8px;
    padding: 1px 0 3px;
}

h6,
.h6 {
    color: #000;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 12px;
    padding: 3px 0 1px;
}


/**
 * Paragraphs.
 */

p {
    margin: 0 0 16px;
}


/**
 * Blockquote.
 */

blockquote {
    border-left: 2px solid #d4d4d4;
    border-bottom: 2px solid #d4d4d4;
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, .06);
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 3px 0 rgba(0, 0, 0, .06);
    margin: 0 0 44px 52px;
    padding: 16px 28px 22px;
}

blockquote p:last-of-type {
    margin: 0;
}


/**
 * Code.
 */

code {
    overflow: auto;
}

code mark {
    background: none;
    border-bottom: 1px solid;
    color: inherit;
}


/**
 * Horizontal rule.
 */

hr,
.hr {
    display: block;
    background: #d4d4d4;
    border: 0;
    border-top: 2px solid #d4d4d4;
    height: 0;
    margin: -2px 0 16px;
    padding: 0;
}


/* Embedded content
   ========================================================================== */

img {}


/* Lists
   ========================================================================== */

ol,
ul {
    margin: 0;
}

ol {
    padding: 4px 0 4px 32px;
}

ul {
    padding: 4px 0 4px 12px;
}

li {
    background-repeat: no-repeat;
    background-position: 4px 7px;
    background-image: url('../img/bullet-primary.png');
    background-image: url('../img/bullet-primary.svg'), none;
    line-height: 20px;
    margin-bottom: 16px;
}

li li,
ol ul>li {
    color: #666;
    font-size: 14px;
    line-height: 16px;
    background-repeat: no-repeat;
    background-position: 8px 6px;
    background-image: url('../img/bullet-secondary.png');
    background-image: url('../img/bullet-secondary.svg'), none;
    margin-bottom: 0;
}

li ol,
li ul {
    margin-bottom: -4px;
    padding-top: 12px;
}

ol li {
    background: none;
}

ul li {
    list-style: none;
    padding-left: 20px;
}

ul ol {}

ul ol>li {
    list-style: decimal;
    padding-left: 0;
}

dl,
dt,
dd {
    margin: 0 0 12px;
}

dl {
    margin-bottom: 20px;
    padding-top: 4px;
}

dd {
    padding: 0 0 0 32px;
}


/* Forms
   ========================================================================== */


/**
 * Placeholders.
 */

::-webkit-input-placeholder {
    color: inherit;
    text-overflow: ellipsis;
    opacity: 1;
}

:-moz-placeholder {
    color: inherit;
    text-overflow: ellipsis;
    opacity: 1;
}

::-moz-placeholder {
    color: inherit;
    text-overflow: ellipsis;
    opacity: 1;
}

:-ms-input-placeholder {
    color: inherit;
    text-overflow: ellipsis;
    opacity: 1;
}

form {}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

legend {
    display: block;
    width: 100%;
}

label,
.label {
    display: inline-block;
    color: #bf202f;
    font-size: 15px;
    line-height: 20px;
}

input,
select,
textarea {
    background: #f8f8f8;
    border: 1px solid #ccc;
    -moz-box-shadow: inset 0 2px 0 rgba(0, 0, 0, .06);
    -webkit-box-shadow: inset 0 2px 0 rgba(0, 0, 0, .06);
    box-shadow: inset 0 2px 0 rgba(0, 0, 0, .06);
    color: #333;
    font: 14px/normal Arial, "Helvetica Neue", sans-serif;
    line-height: 40px \9;
    height: 40px;
    padding: 0 0 0 15px;
}

input:focus,
select:focus,
textarea:focus {
    border-color: #666;
}

input[type="checkbox"],
input[type="radio"],
.input-checkbox,
.input-radio {
    background: none;
    border: 0;
    padding: 0;
    height: auto;
    width: auto;
    *height: 13px;
    *width: 13px;
}

input:valid,
textarea:valid {}

input:invalid,
textarea:invalid {
    background-color: #f0dddd;
}

textarea {
    line-height: 20px;
    height: 200px;
    padding: 8px 15px;
    resize: none;
}

select {
    line-height: 34px;
    height: 40px;
    padding: 9px 4px 9px 15px;
    padding-left: 13px \9;
    /* IE Hack */
}

select,
x:-moz-any-link {
    /* Firefox Hack */
    padding-left: 12px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    select {
        /* Chrome Hack */
        padding-left: 11px;
    }
     ::i-block-chrome,
    select {
        /* Safari Hack */
        text-indent: 12px;
        padding-left: 0;
    }
}


/* end @media */

optgroup {}

option {
    line-height: 20px;
}


/**
 * Checkbox and radio groups.
 */

.checkbox-group,
.radio-group {
    margin-bottom: 20px;
}

.checkbox-group label,
.radio-group label,
.checkbox-group .label,
.radio-group .label {
    width: auto;
}

.checkbox-group p,
.radio-group p {
    margin: 0;
}


/* Tables
   ========================================================================== */

table {
    font-size: 15px;
    line-height: 20px;
    width: 100%;
    margin-bottom: 20px;
}

caption {
    width: 100%;
    font-size: 24px;
    line-height: normal;
    text-align: center;
    white-space: nowrap;
}

th {
    background: #eee;
    border-bottom: 2px solid #ccc;
    color: #0a3c60;
    font: 400 16px/20px Georgia, Times, "Times New Roman", serif;
    text-align: left;
    text-transform: uppercase;
    padding: 19px 16px 11px;
    vertical-align: top;
}

tbody th {
    border-bottom: 1px solid #ccc;
    padding: 11px 16px 12px;
}

td {
    border-bottom: 1px solid #ccc;
    padding: 11px 16px 12px;
    vertical-align: top;
}

tr:nth-child(2n+1) td,
.odd td {
    background: #f2f2f2;
}

tr:nth-child(2n+2) td,
.even td {
    background: #fff;
}

.white tr:nth-child(2n+1) td,
.odd td {
    background: #fff;
}

.white tr:nth-child(2n+2) td,
.even td {
    background: #fff;
}

.white th {
    background: #fff;
    border-bottom: 2px solid #fff;
}

.white td {
    border-bottom: 1px solid #fff;
}


/* ##########################################################################
							 C O M P O N E N T S
   ########################################################################## */


/* Media objects
   ========================================================================== */

.media,
.media-body {
    overflow: hidden;
    _overflow: visible;
    zoom: 1;
}

.media-item {
    float: left;
    margin-right: 16px;
}

.media-item-extend {
    float: right;
    margin-left: 16px;
}


/* Media reverse
   -------------------------------------------------------------------------- */

.media-reverse>.media-item {
    margin-right: 0;
    margin-left: 16px;
    float: right;
}


/* Media stack
   -------------------------------------------------------------------------- */

.media-stack>.media-item {
    float: none;
    margin-left: 0;
    margin-bottom: 16px;
}


/* Media nowrap
   -------------------------------------------------------------------------- */

.media-nowrap>.media-body {
    overflow: hidden;
}


/* Media vertical align
   -------------------------------------------------------------------------- */

.media-valign {
    display: table;
}

.media-valign>.media-item,
.media-valign>.media-body {
    display: table-cell;
    vertical-align: middle;
}

.media-valign>.media-item {
    float: none;
}

.media-valign>.media-item-extend {
    float: right;
    margin-left: 16px;
}

.media-valign>.media-body {
    width: 100%;
}


/* Media responsive
   -------------------------------------------------------------------------- */

@media (max-width: 767px) {
    .media-responsive-sm>.media-item {
        display: block;
        float: none;
        margin: 0 0 20px;
    }
    .media-responsive-sm>.media-item img {
        margin: 0 auto;
    }
    .media-responsive-sm>.media-body {
        display: block;
    }
}


/* end @media */

@media (max-width: 479px) {
    .media-responsive-xs>.media-item {
        display: block;
        float: none;
        margin: 0 0 20px;
    }
    .media-responsive-xs>.media-item img {
        margin: 0 auto;
    }
    .media-responsive-xs>.media-body {
        display: block;
    }
}


/* end @media */


/* Grids
   ========================================================================== */

@media screen {
    html,
    body {
        min-width: 960px;
    }
    .grid-container {
        width: 960px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .grid-wrap {
        margin-right: auto;
        margin-left: auto;
    }
    .grid-wrap:before,
    .grid-wrap:after {
        display: table;
        content: " ";
    }
    .grid-wrap:after {
        clear: both;
    }
    .grid-wrap {
        *zoom: 1;
    }
    .grid {
        float: left;
    }
    .grid-reverse {
        float: right;
    }
    .grid-1-10 {
        width: 10%;
    }
    .grid-3-10 {
        width: 30%;
    }
    .grid-2-5 {
        width: 40%;
    }
    .grid-3-5 {
        width: 60%;
    }
    .grid-7-10 {
        width: 70%;
    }
    .grid-9-10 {
        width: 90%;
    }
    .grid-1-8 {
        width: 12.5%;
    }
    .grid-1-6 {
        width: 16.666666666666664%;
    }
    .grid-1-5 {
        width: 20%;
    }
    .grid-1-4 {
        width: 25%;
    }
    .grid-1-3 {
        width: 33.33333333333333%;
    }
    .grid-1-2 {
        width: 50%;
    }
    .grid-2-3 {
        width: 66.66666666666666%;
    }
    .grid-3-4 {
        width: 75%;
    }
    .grid-4-5 {
        width: 80%;
    }
    .grid-5-6 {
        width: 83.33333333333334%;
    }
    .grid-7-8 {
        width: 87.5%;
    }
    .grid-1-1 {
        width: 100%;
    }
}


/* end @media */

@media only screen and (min-width: 1192px) {
    html,
    body {
        min-width: 1192px;
    }
    .grid-container {
        width: 1192px;
    }
    .grid-lg-reverse {
        float: right;
    }
    .grid-lg-1-10 {
        width: 10%;
    }
    .grid-lg-3-10 {
        width: 30%;
    }
    .grid-lg-2-5 {
        width: 40%;
    }
    .grid-lg-3-5 {
        width: 60%;
    }
    .grid-lg-7-10 {
        width: 70%;
    }
    .grid-lg-9-10 {
        width: 90%;
    }
    .grid-lg-1-8 {
        width: 12.5%;
    }
    .grid-lg-1-6 {
        width: 16.666666666666664%;
    }
    .grid-lg-1-5 {
        width: 20%;
    }
    .grid-lg-1-4 {
        width: 25%;
    }
    .grid-lg-1-3 {
        width: 33.33333333333333%;
    }
    .grid-lg-1-2 {
        width: 50%;
    }
    .grid-lg-2-3 {
        width: 66.66666666666666%;
    }
    .grid-lg-3-4 {
        width: 75%;
    }
    .grid-lg-4-5 {
        width: 80%;
    }
    .grid-lg-5-6 {
        width: 83.33333333333334%;
    }
    .grid-lg-7-8 {
        width: 87.5%;
    }
    .grid-lg-1-1 {
        width: 100%;
    }
}


/* end @media */

@media only screen and (max-width: 767px) {
    html,
    body {
        min-width: inherit;
    }
    .grid-container {
        width: auto;
    }
    .grid-sm-reverse {
        float: right;
    }
    .grid-sm-1-10 {
        width: 10%;
    }
    .grid-sm-3-10 {
        width: 30%;
    }
    .grid-sm-3-5 {
        width: 60%;
    }
    .grid-sm-7-10 {
        width: 70%;
    }
    .grid-sm-1-8 {
        width: 12.5%;
    }
    .grid-sm-1-6 {
        width: 16.666666666666664%;
    }
    .grid-sm-1-5 {
        width: 20%;
    }
    .grid-sm-1-4 {
        width: 25%;
    }
    .grid-sm-1-3 {
        width: 33.33333333333333%;
    }
    .grid-sm-1-2 {
        width: 50%;
    }
    .grid-sm-2-3 {
        width: 66.66666666666666%;
    }
    .grid-sm-2-5 {
        width: 40%;
    }
    .grid-sm-3-4 {
        width: 75%;
    }
    .grid-sm-4-5 {
        width: 80%;
    }
    .grid-sm-5-6 {
        width: 83.33333333333334%;
    }
    .grid-sm-7-8 {
        width: 87.5%;
    }
    .grid-sm-9-10 {
        width: 90%;
    }
    .grid-sm-1-1 {
        width: 100%;
    }
}


/* end @media */

@media only screen and (max-width: 479px) {
    html,
    body {
        min-width: 320px;
    }
    .grid-container {
        width: auto;
    }
    .grid-xs-reverse {
        float: right;
    }
    .grid-xs-1-10 {
        width: 10%;
    }
    .grid-xs-3-10 {
        width: 30%;
    }
    .grid-xs-2-5 {
        width: 40%;
    }
    .grid-xs-3-5 {
        width: 60%;
    }
    .grid-xs-7-10 {
        width: 70%;
    }
    .grid-xs-9-10 {
        width: 90%;
    }
    .grid-xs-1-8 {
        width: 12.5%;
    }
    .grid-xs-1-6 {
        width: 16.666666666666664%;
    }
    .grid-xs-1-5 {
        width: 20%;
    }
    .grid-xs-1-4 {
        width: 25%;
    }
    .grid-xs-1-3 {
        width: 33.33333333333333%;
    }
    .grid-xs-1-2 {
        width: 50%;
    }
    .grid-xs-2-3 {
        width: 66.66666666666666%;
    }
    .grid-xs-3-4 {
        width: 75%;
    }
    .grid-xs-4-5 {
        width: 80%;
    }
    .grid-xs-5-6 {
        width: 83.33333333333334%;
    }
    .grid-xs-7-8 {
        width: 87.5%;
    }
    .grid-xs-1-1 {
        width: 100%;
    }
}


/* end @media */


/* Flexbox
   ========================================================================== */

.flexbox {
    display: table;
    width: 100%;
}


/**
 * Hack to circumvent Modernizr conflicts.
 */

html.flexbox {
    display: block;
    width: auto;
}

.flexbox-item {
    display: table-cell;
    vertical-align: top;
}


/* Spritesheet
   ========================================================================== */

.sprite {}


/* Text
   ========================================================================== */

.lead {
    color: #666;
    font: 18px/32px Georgia, Times, "Times New Roman", serif;
    margin: 0 0 16px;
    padding: 1px 0 3px;
}

.text-muted {}

.text-primary {}

.text-warning {}

.text-danger {}

.text-success {}

.text-info {}

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

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

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

@media (max-width: 767px) {
    .lead {
        font-size: 16px;
        line-height: 24px;
        padding: 2px 0;
    }
}


/* end @media */


/* Quotes
   ========================================================================== */

.quote {
    border: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-style: normal;
    margin: 0 0 20px;
    padding: 0;
}

.quote-content:after {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../img/quote.png);
    background-image: url(../img/quote.svg), none;
    content: "";
    width: 56px;
    height: 64px;
    position: absolute;
    top: 0;
    left: -52px;
    z-index: 2;
}

.quote-content {
    border-left: 2px solid #d4d4d4;
    border-bottom: 2px solid #d4d4d4;
    -moz-box-shadow: 0 3px 0 rgba(0, 0, 0, .06);
    -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 3px 0 rgba(0, 0, 0, .06);
    margin: 0 0 0 52px;
    padding: 16px 28px 22px;
    position: relative;
}

.quote-source {
    display: block;
    font-family: Georgia, Times, "Times New Roman", serif;
    margin: 0 52px 0;
    padding: 16px 28px 24px;
}

.quote-title {
    color: #0a3c60;
    font-weight: 700;
}

.quote-subtitle {
    color: #666666;
}


/* Panels
   ========================================================================== */


/* Base panel
   -------------------------------------------------------------------------- */

.panel {
    background: #eee;
    border-bottom: 2px solid #bababa;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    margin: 0 0 20px;
    padding: 16px 20px 18px;
}

.panel-icon {
    text-align: center;
    width: 104px;
    height: 104px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: -32px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 8px;
}

.panel-icon .icon {
    vertical-align: middle;
}

.panel-header {}

.panel-title {
    background: #bababa;
    -moz-border-radius: 12px 12px 0 0;
    -webkit-border-radius: 12px 12px 0 0;
    border-radius: 12px 12px 0 0;
    margin: -16px -20px 16px;
    padding: 17px 20px 11px;
}

.panel-content {}

.panel-content p:last-of-type {
    margin-bottom: 0;
}

.panel-footer {}


/* Alternate panels
   -------------------------------------------------------------------------- */


/**
 * Panel primary
 */

.panel-primary {
    background: #0f4d79 url(../img/rpt-06.png) repeat center top;
    border: none;
    padding: 81px 64px 47px;
    position: relative;
}

.panel-primary .panel-icon {
    background: #0f4d79 url(../img/rpt-06.png) repeat center top;
}

.panel-primary .panel-content {
    color: #fff;
    font: italic 20px/32px Georgia, Times, "Times New Roman", serif;
    text-align: center;
}


/**
 * Panel secondary
 */

.panel-secondary {}


/**
 * Panel tertiary
 */

.panel-tertiary {}


/**
 * Panel accordion
 */

.panel-accordion {
    border-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}

.panel-accordion .panel-title {
    border-bottom: 2px solid #999;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 9px;
}

.panel-accordion .panel-content {
    margin: 0;
    padding: 16px 0;
}


/* Panel group
   ========================================================================== */

.panel-group {}

.panel-group .panel {}

.panel-group .panel+.panel {}


/* Images
   ========================================================================== */

.img-rounded {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.img-circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.img-polaroid {
    background: #d4d4d4;
    padding: 8px;
}


/**
 * Add this class to images for responsive behavior.
 */

.img-responsive {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
}


/**
 * Add this class to image wrappers for responsive thumbnails, or to images
 * for inline thumbnails. Works with 'img-responsive'.
 */

.img-thumbnail {
    display: block;
    background: #ccc;
    padding: 8px;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}

.img-thumbnail img {
    display: block;
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    img {
        max-width: 100%;
        height: auto;
    }
}


/* end @media */

@media (max-width: 479px) {
    .img-thumbnail,
    .img-thumbnail img {
        width: 100%;
    }
}


/* end @media */


/* Image captions
   ========================================================================== */

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

.img-caption.alignright,
.wp-caption.alignright,
.alignright {
    margin: 0 0 16px 24px;
}

.img-caption.alignleft,
.wp-caption.alignleft,
.alignleft {
    margin: 0 24px 16px 0;
}

.img-caption img,
.wp-caption img {
    display: block;
    background: #d4d4d4;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
    max-width: 100%;
    height: auto;
    padding: 8px;
}

.img-caption-text,
.wp-caption-text {
    border-bottom: 2px solid #d4d4d4;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 1px;
    padding: 11px 0 11px;
}

@media (max-width: 479px) {
    .img-caption,
    .wp-caption {
        float: none;
        width: auto !important;
    }
    .img-caption.alignright,
    .wp-caption.alignright,
    .img-caption.alignleft,
    .wp-caption.alignleft,
    .alignleft,
    .alignright {
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
    .img-caption img,
    .wp-caption img {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
}


/* end @media */


/* Buttons
   ========================================================================== */


/* Base button
   -------------------------------------------------------------------------- */

a.btn,
a.button,
a.btn:hover,
a.button:hover {
    text-decoration: none;
}

.btn,
.button {
    display: inline-block;
    background: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid;
    color: #0a3c60;
    font: normal 16px/normal Georgia, Times, "Times New Roman", serif;
    text-align: center;
    width: auto;
    height: auto;
    padding: 10px 16px 8px;
    vertical-align: middle;
    text-transform: uppercase;
    white-space: normal;
}

.btn:hover,
.button:hover,
.btn:focus,
.button:focus {
    background: #0a3c60;
    border-color: #0a3c60;
    color: #fff;
}

.gform_wrapper .top_label .ginput_container input.medium,
.gform_wrapper .top_label .ginput_container select.medium {
    width: 99.2%;
}


/* Alternate buttons
   -------------------------------------------------------------------------- */


/**
 * Button primary
 */

.btn-primary,
.gform_button {
    border-color: #0a3c60;
    background: transparent;
    color: #0a3c60;
}

.btn-primary:hover,
.gform_button:hover,
.btn-primary:focus,
.gform_button:focus {
    background: #0a3c60;
}

.home #banner .btn-primary {
    border-color: #0a3c60;
    background: #0a3c60;
    color: #fff;
    transition: all .25s;
}

.home #banner .btn-primary:hover,
.home #banner .btn-primary:focus {
    background: transparent;
    color: #0a3c60;
}


/**
 * Button secondary
 */

.btn-secondary {
    border-color: #0a3c60;
    background: #0a3c60;
    color: #fff;
}

.btn-secondary:hover,
.btn-secondary:focus {
    background: #fff;
    color: #0a3c60;
}


/**
 * Button tertiary
 */

.btn-tertiary {
    border-color: #bf202f;
    background: #bf202f;
    color: #fff;
}

.btn-tertiary:hover {
    background: #fff;
    color: #0a3c60;
}


/* Link buttons
   -------------------------------------------------------------------------- */

.btn-link {}

.btn-link:hover {}


/* Button sizes
   -------------------------------------------------------------------------- */


/**
 * Button extra large
 */

.btn-xl {
    padding-top: 18px;
    padding-bottom: 16px;
}


/**
 * Button large
 */

.btn-lg {
    padding-top: 14px;
    padding-bottom: 12px;
}


/**
 * Button small
 */

.btn-sm {
    font-size: 13px;
    padding: 6px 12px;
}


/**
 * Button extra small
 */

.btn-xs {
    font-size: 13px;
    padding: 2px 12px;
}


/* Block buttons
   -------------------------------------------------------------------------- */

.btn-block {
    display: block;
    width: 100%;
}


/* Vertically space out multiple block buttons */

.btn-block+.btn-block {
    margin-top: 8px;
}


/* Specificity overrides */

input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
    width: 100%;
}

@media (max-width: 767px) {
    .btn-block-sm {
        display: block;
        width: 100%;
    }
    /* Specificity overrides */
    input.btn-block-sm[type="submit"],
    input.btn-block-sm[type="reset"],
    input.btn-block-sm[type="button"] {
        width: 100%;
    }
}


/* end @media */

@media (max-width: 479px) {
    .btn-block-xs {
        display: block;
        width: 100%;
    }
    /* Specificity overrides */
    input.btn-block-xs[type="submit"],
    input.btn-block-xs[type="reset"],
    input.btn-block-sm[type="button"] {
        width: 100%;
    }
}


/* end @media */


/* Button groups
   ========================================================================== */

.btn-group {}

.btn-group .btn {}


/* Inputs
   ========================================================================== */


/**
 * Input extra large
 */

.input-xl {
    line-height: 56px \9;
    height: 56px;
}


/**
 * Input large
 */

.input-lg {
    line-height: 48px \9;
    height: 48px;
}


/**
 * Input small
 */

.input-sm {
    line-height: 32px \9;
    height: 32px;
}


/**
 * Input extra small
 */

.input-xs {
    line-height: 24px \9;
    height: 24px;
}


/* Block inputs
   -------------------------------------------------------------------------- */

.input-block {
    display: block;
    width: 100%;
}


/* Selects
   ========================================================================== */


/**
 * Select extra large
 */

.select-xl {
    line-height: 50px;
    height: 56px;
    padding-top: 17px;
    padding-bottom: 17px;
}


/**
 * Select large
 */

.select-lg {
    line-height: 42px;
    height: 48px;
    padding-top: 13px;
    padding-bottom: 13px;
}


/**
 * Select small
 */

.select-sm {
    line-height: 26px;
    height: 32px;
    padding-top: 5px;
    padding-bottom: 5px;
}


/**
 * Select extra small
 */

.select-xs {
    line-height: 18px;
    height: 24px;
    padding-top: 1px;
    padding-bottom: 1px;
}


/* Select inputs
   -------------------------------------------------------------------------- */

.select-block {
    display: block;
    width: 100%;
}


/* Alerts
   ========================================================================== */


/* Base alerts
   -------------------------------------------------------------------------- */

.alert {}

.alert-text {}


/* Alternate alerts
   -------------------------------------------------------------------------- */

.alert-default {}

.alert-success {}

.alert-info {}

.alert-warning {}

.alert-danger {}


/* Alert Bar
   ========================================================================== */

.alert-bar {}

.alert-bar-title {}

.alert-bar-content {}


/* Breadcrumbs
   ========================================================================== */

.breadcrumbs {}

.breadcrumbs a {}

.breadcrumbs a:hover {}

.breadcrumbs .active {}

@media (max-width: 767px) {
    .breadcrumbs {
        text-align: center;
    }
}


/* end @media */


/* Logos
   ========================================================================== */

.logo {}

.logo-name {}


/* Icons
   ========================================================================== */

.icon {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
}

.icon-menu {
    background-image: url(../img/icon-menu.png);
    background-image: url(../img/icon-menu.svg), none;
    background-position: left top;
    background-color: #f1f1f1;
    border: 1px solid #cccccc;
    -moz-box-shadow: inset 0 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
}

.icon-solution {
    background-image: url(../img/icon-solution.png);
    width: 88px;
    height: 88px;
}

.icon-info {
    background-image: url(../img/icon-info.png);
    background-image: url(../img/icon-info.svg), none;
    width: 48px;
    height: 48px;
}

.icon-tel {
    background-image: url(../img/icon-tel.png);
    background-image: url(../img/icon-tel.svg), none;
    width: 32px;
    height: 32px;
}

.icon-email {
    background-image: url(../img/icon-email.png);
    background-image: url(../img/icon-email.svg), none;
    width: 32px;
    height: 32px;
}

.icon-blog {
    background-image: url(../img/icon-blog.png);
    background-image: url(../img/icon-blog.svg), none;
    background-position: left top;
    width: 32px;
    height: 32px;
}

.icon-events {
    background-image: url(../img/icon-events.png);
    background-image: url(../img/icon-events.svg), none;
    background-position: left top;
    width: 32px;
    height: 32px;
}

.icon-news {
    background-image: url(../img/icon-news.png);
    background-image: url(../img/icon-news.svg), none;
    background-position: left top;
    width: 32px;
    height: 32px;
}

.icon-news-new {
  background-image: url(../img/icon-news-new.svg), none;
  background-position: left top;
  width: 32px;
  height: 32px;
}

.feed-area-menu .active .icon.icon-news-new {
  background-image: url(../img/icon-news-new-active.svg), none;
  background-position: left top;
  width: 32px;
  height: 32px;
}

.icon-press-release {
  background-image: url(../img/icon-press-release.svg), none;
  background-position: left top;
  width: 32px;
  height: 32px;
}

.feed-area-menu .active .icon.icon-press-release {
  background-image: url(../img/icon-press-release-active.svg), none;
  background-position: left top;
  width: 32px;
  height: 32px;
}

.icon-tweet {
    background-image: url(../img/icon-tweet.png);
    background-image: url(../img/icon-tweet.svg), none;
    background-position: left top;
    width: 32px;
    height: 32px;
}

.icon-phone {
    background-image: url(../img/icon-phone.png);
    background-image: url(../img/icon-phone.svg), none;
    width: 24px;
    height: 24px;
}

.icon-contact {
    background-image: url(../img/icon-contact.png);
    background-image: url(../img/icon-contact.svg), none;
    width: 24px;
    height: 24px;
}


/* Forms
   ========================================================================== */


/* Vertical form
   -------------------------------------------------------------------------- */

.vertical-form label {
    display: block;
}


/* Horizontal form
   -------------------------------------------------------------------------- */

.horizontal-form label {
    float: left;
}

.horizontal-form .checkbox-group,
.horizontal-form .radio-group,
.horizontal-form .btn-group {}

.horizontal-form .checkbox-group label,
.horizontal-form .radio-group label {
    float: none;
    width: auto;
}


/* Comment form
   -------------------------------------------------------------------------- */

.comment-form {
    margin-bottom: 20px;
}

.comment-form-info {
    padding-right: 20px;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    padding: 0;
    margin-bottom: 20px;
}

.comment-form-author input,
.comment-form-email input,
.comment-form-url input {
    width: 100%;
}

.comment-form-entry {
    padding-left: 20px;
}

.logged-in .comment-form-entry {
    padding-left: 0;
}

.comment-form-comment textarea {
    height: 216px;
    width: 100%;
}

.comment-form-submit-wrap {
    padding-top: 24px;
}

.comment-form-submit {
    clear: both;
}

@media (max-width: 767px) {
    .comment-form-info {
        padding-right: 0;
    }
    .comment-form-entry {
        padding-left: 0;
    }
}


/* end @media */


/* Search form
   -------------------------------------------------------------------------- */

.search-form {
    position: relative;
    margin: 32px 8px 0;
}

.search-form-input {}

.search-form-btn {
    position: absolute;
    top: 0;
    right: 0;
}

.search-form-btn:hover {}


/* Tables
   ========================================================================== */


/* Reponsive table
   -------------------------------------------------------------------------- */

@media (max-width: 767px) {
    .table-reponsive {
        border-collapse: separate;
        empty-cells: hide;
        position: relative;
    }
    .table-reponsive,
    .table-reponsive thead,
    .table-reponsive tbody,
    .table-reponsive th,
    .table-reponsive td,
    .table-reponsive tr {
        display: block;
    }
    .table-reponsive thead {
        border: none;
    }
    .table-reponsive thead th {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .table-reponsive thead th[colspan] {
        position: static;
        top: 0;
        left: 0;
    }
    .table-reponsive .alignleft,
    .table-reponsive .alignright {
        float: none;
    }
    .table-reponsive th:empty,
    .table-reponsive td:empty {
        display: none;
    }
    .table-reponsive tr:nth-child(odd) td {
        background: none;
    }
    .table-reponsive tr:nth-child(even) td {}
    .table-reponsive tr td[data-label] {
        padding-left: 50%;
    }
    .table-reponsive th,
    .table-reponsive td {
        float: left;
    }
    .table-reponsive th,
    .table-reponsive tr,
    .table-reponsive td {
        width: 100%;
    }
    .table-reponsive tr {
        overflow: hidden;
    }
    .table-reponsive td {
        padding-left: 50%;
        position: relative;
    }
    .table-reponsive td:before {
        content: attr(data-label);
        font-weight: 700;
        white-space: nowrap;
        width: 45%;
        padding-right: 16px;
        position: absolute;
        left: 16px;
    }
    .table-reponsive tbody th {
        padding: 19px 16px 12px;
    }
    .table-reponsive .odd td,
    .table-reponsive .even td {
        background: none;
        border-bottom: 1px solid #ccc;
    }
    .table-reponsive tr td:nth-child(2n+2) {
        background: #f2f2f2;
    }
    .table-reponsive tr td:nth-child(2n+1) {}
}


/* end @media */


/* Iframes
   ========================================================================== */


/* Responsive iframe
   -------------------------------------------------------------------------- */

.iframe-responsive {
    max-width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 75%;
    /* 4:3 */
    padding-bottom: 56.25%;
    /* 16:9 */
}

.iframe-responsive iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 100%;
    bottom: 100%;
    left: 0;
}


/* Accordion
   ========================================================================== */

.accordion {}

.accordion-header {}

.accordion-title {
    cursor: pointer;
}

.accordion-content {}

.accordion-footer {}


/* Tabed
   ========================================================================== */

.tabed {}

.tabs {
    border-bottom: 2px solid #d4d4d4;
    margin: 0;
    padding: 0;
}

.tabs li {
    background: #f2f2f2;
    border: 2px solid #d4d4d4;
    font-family: Georgia, Times, "Times New Roman", serif;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    margin: 0 4px -2px 0;
    padding: 0;
}

.tabs a {
    display: block;
    width: auto;
    color: #999;
    text-decoration: none;
    padding: 12px;
}

.tabs a:hover {
    color: #0A3C60;
}

.tabs .active {
    background: #fff;
    border-bottom: none;
    padding-bottom: 2px;
}

.tabs .active a {
    color: #0A3C60;
}

.tab {
    display: none;
}

.tab-active {
    display: block;
}


/* Sliders
   ========================================================================== */

.slider {
    position: relative;
}


/* Slideshow
   -------------------------------------------------------------------------- */

.slideshow {
    margin: 0;
    padding: 0;
}

.slideshow-navigation {
    text-align: center;
    height: 0;
}

.slideshow-prev,
.slideshow-next {
    display: none;
    background-image: url(../img/slideshow-navigation.png);
    background-image: url(../img/slideshow-navigation.svg), none;
    background-repeat: no-repeat;
    text-indent: -9999px;
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    z-index: 100;
}

.slideshow-prev {
    left: 4%;
    background-position: 0 0;
}

.slideshow-prev:hover {}

.slideshow-next {
    right: 4%;
    background-position: -56px 0;
}

.slideshow-next:hover {}

.slideshow-pager {
    display: inline-block;
    border-radius: 8px 8px 0 0;
    text-align: center;
    height: 32px;
    position: relative;
    bottom: -8px;
    top: -48px;
    left: 200px;
    right: 0;
    margin: auto 0;
    z-index: 101;
    padding: 8px 12px 0;
}

.slideshow-pager span {
    border: 2px solid #0e507f;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-box-shadow: inset 0 0 0 2px #062940;
    -webkit-box-shadow: inset 0 0 0 2px #062940;
    box-shadow: inset 0 0 0 2px #ffffff;
    border-radius: 50%;
    display: inline-block;
    width: 16px;
    height: 16px;
    text-indent: -9999px;
    cursor: pointer;
    margin: 0 4px;
}

.slideshow-pager .cycle-pager-active {
    background: #227ab7;
}

.slide {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    display: none;
    width: 100%;
    height: 472px;
    margin: 0;
    padding: 0;
}

.slide-default {
    display: block;
}

.slide-body {
    padding: 92px 0 0 64.66666666666666%;
    /*740px*/
}

.slide-header {}

.slide-title {
    color: #0a3c60;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -1px;
}

.slide-title span {
    color: #bf202f;
}

.slide-content {
    color: #0a3c60;
    line-height: 24px;
}

.slide-content p {
    padding: 2px 0;
}

.slide-footer {}

@media (max-width: 1191px) {
    .slide-body {
        padding: 92px 0 0 66.66666666666666%;
        /*740px*/
    }
}


/**
 * Slides
 */

.slide-1 .slide-body {}

@media (max-width: 767px) {
    /*.slider {
		display: none;
	}*/
    .slider .slide {
        background-image: url(../img/mobile-bg.jpg) !important;
        background-size: cover;
        height: auto;
        padding-bottom: 42px
    }
    .slide-body {
        padding: 46px 0 0 0;
        text-align: center;
    }
    .slide-title {
        font-size: 26px;
        line-height: 30px;
    }
    .slide-content {
        font-size: 15px;
        line-height: 20px;
    }
    .slideshow-pager {
        display: none;
    }
}


/* end @media */


/* Gallery
   ========================================================================== */

.gallery {
    margin: 0;
    line-height: 0;
    overflow: hidden;
}

.gallery-item {
    display: block;
    float: left;
    text-align: center;
    margin: 0 24px 0 0;
}

.gallery img {
    display: block;
    border: 0;
    margin: 0;
    padding: 0;
}

.gallery-caption {
    margin-left: 0;
}


/* Navigations
   ========================================================================== */


/* Site Navigation
   -------------------------------------------------------------------------- */

.site-navigation {
    background: url(../img/rpt-01.png) repeat-x left top;
    clear: both;
    padding: 20px 20px 12px 0;
}

.site-navigation-title {
    cursor: pointer;
    text-align: center;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 12px;
}

.site-navigation-title-active .icon {
    background-position: left bottom;
}

.site-navigation-title:hover .icon {
    background-color: #ddd;
}

#menu-site-menu li.current-page-ancestor a,
#menu-site-menu li.current-menu-item a {
    color: #BF202F;
}

@media (max-width: 767px) {
    .site-navigation {
        background: none;
        padding: 0;
    }
    .site-navigation-title {
        display: block;
        top: 48px;
        right: 20px;
    }
    .site-navigation-open .menu-site {
        display: block;
    }
}


/* end @media */


/* Sidebar navigation
   -------------------------------------------------------------------------- */

.side-title {
    text-decoration: none;
}

.sidebar-navigation {
    padding: 30px 0 24px;
}

.sidebar-navigation-title {}

@media (max-width: 767px) {
    .sidebar-navigation {
        margin: 0 -20px;
        padding-bottom: 0;
    }
}


/* end @media */


/* Footer navigation
   -------------------------------------------------------------------------- */

.footer-navigation {
    background: url(../img/rpt-03.png) repeat center top;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.16), inset 0 -1px 1px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.16), inset 0 -1px 1px rgba(0, 0, 0, 0.16);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.16), inset 0 -1px 1px rgba(0, 0, 0, 0.16);
    text-align: center;
}

.footer-navigation-title {
    display: inline-block;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url(../img/arrow-down-01.png);
    background-image: url(../img/arrow-down-01.svg), none;
    color: #666;
    font-size: 13px;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    margin: 0;
    padding: 7px 0 5px 32px;
}

.footer-navigation-title:hover {
    color: #333;
}

.footer-navigation-title-active {
    background-image: url(../img/arrow-up-01.png);
    background-image: url(../img/arrow-up-01.svg), none;
}

.footer-navigation-main {
    border-top: 1px solid #bbbbbb;
    margin: -1px 0 8px;
    display: none;
    text-align: left;
}

.footer-navigation-open .footer-navigation-main {
    display: block;
}


/* Archive navigation
   -------------------------------------------------------------------------- */

.archive-navigation {
    border-bottom: 2px solid #d4d4d4;
    margin-bottom: 32px;
    padding: 0 8px;
}

.archive-navigation-title {
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 0 0 4px;
    padding: 0;
}

@media (max-width: 767px) {
    .archive-navigation {
        margin: 0 -20px;
        padding: 16px 20px 0;
    }
}


/* end @media */


/* Paging navigation
   -------------------------------------------------------------------------- */

.paging-navigation {
    color: #666666;
    font-size: 17px;
    font-weight: bold;
    line-height: 32px;
}

.paging-navigation span,
.paging-navigation a {
    display: inline-block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    min-width: 32px;
    height: 32px;
    margin-right: 4px;
    color: #666666;
    text-align: center;
    text-decoration: none;
}

.paging-navigation a:hover {
    color: #BF202F;
}

.paging-navigation .current {
    background: #bf202f;
    color: #fff;
}


/* Post navigation
   -------------------------------------------------------------------------- */

.post-navigation {
    font: 15px/32px Georgia, Times, "Times New Roman", serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 18px 20px 20px;
}

.post-navigation a {
    display: inline-block;
    color: #666;
    text-decoration: none;
}

.post-navigation a:hover {
    color: #BF202F;
}

.post-navigation .nav-previous {
    float: left;
}

.post-navigation .nav-previous a {
    background-image: url(../img/post-navigation-prev.png);
    background-image: url(../img/post-navigation-prev.svg), none;
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 40px;
}

.post-navigation .nav-previous a:hover {
    background-position: left bottom;
}

.post-navigation .nav-next {
    float: right;
}

.post-navigation .nav-next a {
    background-image: url(../img/post-navigation-next.png);
    background-image: url(../img/post-navigation-next.svg), none;
    background-repeat: no-repeat;
    background-position: right top;
    padding-right: 40px;
}

.post-navigation .nav-next a:hover {
    background-position: right bottom;
}


/* Image navigation
   -------------------------------------------------------------------------- */

.image-navigation {}

.image-navigation a {}

.image-navigation a:hover {}

.image-navigation .nav-previous {
    float: left;
}

.image-navigation .nav-next {
    float: right;
}


/* Post Categories
   ========================================================================== */

.post-categories {
    margin: 0 0 -8px;
    padding: 1px 0 3px;
}

.post-categories li {
    background: none;
    color: #999999;
    font: 20px/24px Georgia, Times, "Times New Roman", serif;
    float: left;
    margin: 0;
    padding: 0;
}

.post-categories li:before {
    content: "/";
    display: inline-block;
    margin-right: 8px;
    margin-left: 8px;
}

.post-categories li:first-child:before {
    display: none;
}

.post-categories a {
    color: #999999;
    text-decoration: none;
}

.post-categories a:hover {
    color: #0A3C60;
}


/* Menus
   ========================================================================== */

.menu,
.menu li,
.menu ul,
.menu ol {
    background: none;
    list-style: none;
    margin: 0;
    padding: 0;
}


/* Menu site
   -------------------------------------------------------------------------- */

.menu-site {
    float: left;
}

.menu-site li {
    float: left;
    font: 16px/24px Georgia, Times, "Times New Roman", serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 2px 0 2px 24px;
}

.menu-site a {
    color: #0a3c60;
    text-decoration: none;
}

.menu-site a:hover {
    color: #BF202F;
}

@media (min-width: 1192px) {
    .menu-site li {
        font-size: 18px;
        letter-spacing: 3px;
        padding: 1px 0 3px 40px;
    }
}


/* end @media */

@media (max-width: 767px) {
    .menu-site {
        display: none;
        float: none;
    }
    .menu-site li {
        float: none;
        border-top: 0;
        border-bottom: 1px solid #CCCCCC;
        font-size: 16px;
        padding: 0 20px;
        margin: 0 -20px;
    }
    .menu-site a {
        background-image: url(../img/arrow-right-01.png);
        background-image: url(../img/arrow-right-01.svg), none;
        background-repeat: no-repeat;
        background-position: right center;
        display: block;
        padding: 10px 0 13px;
    }
}


/* end @media */


/* Menu header
   -------------------------------------------------------------------------- */

.menu-header {
    float: right;
    padding: 17px 20px 11px 0;
}

.menu-header li {
    color: #cccccc;
    font-size: 13px;
    float: left;
    margin-left: 12px;
}

.menu-header li:before {
    content: "|";
    margin-right: 12px;
}

.menu-header li:first-child:before {
    display: none;
}

.menu-header a {
    color: #666;
    text-decoration: none;
}

.menu-header a:hover {}

@media (max-width: 767px) {
    .menu-header {
        display: none;
    }
}


/* end @media */


/* Menu sidebar
   -------------------------------------------------------------------------- */

.menu-sidebar {
    border-top: 2px solid #d4d4d4;
}

.menu-sidebar li {
    font: 14px/24px Georgia, Times, "Times New Roman", serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 0 8px 0;
    border-bottom: 2px solid #d4d4d4;
}

.menu-sidebar a {
    display: block;
    color: #999999;
    text-decoration: none;
    padding: 14px 0 16px;
}

.menu-sidebar a:hover {
    color: #333333;
}

.menu-sidebar .current-menu-item,
.single-events .menu-sidebar .menu-item-306,
.single-press-releases .menu-sidebar .menu-item-307 {
    background: #fff;
}

.menu-sidebar .current-menu-item a,
.single-events .menu-sidebar .menu-item-306 a,
.single-press-releases .menu-sidebar .menu-item-307 a {
    color: #333333;
}


/**
 * Menu sidebar tier two.
 */

.menu-sidebar ul {}

.menu-sidebar ul li {}

.menu-sidebar ul a {}

.menu-sidebar ul a:hover {}

@media (max-width: 767px) {
    .menu-sidebar li {
        background: #f2f2f2;
        padding: 0 20px 0;
    }
    .menu-sidebar a {
        display: block;
        padding: 14px 0 16px;
    }
}


/* end @media */


/* Menu footer
   -------------------------------------------------------------------------- */

.menu-footer {
    float: left;
    border-right: 1px solid #bbbbbb;
    padding: 16px 0 3px;
    min-height: 196px;
}

.menu-footer li {
    font: 16px/24px Georgia, Times, "Times New Roman", serif;
    padding: 2px 8px 6px 0;
}

.menu-footer a {
    color: #333333;
    text-decoration: none;
}

.menu-footer a:hover {}

.menu-footer ul {
    padding: 3px 0 1px;
}

.menu-footer ul li {
    font: 13px/16px Arial, "Helvetica Neue", sans-serif;
}

.menu-footer ul li {}

.menu-footer ul a {
    color: #666666;
}

.menu-footer ul a:hover {}


/**
 * Menu footer primary
 */

.menu-footer-primary {
    width: 26.32%;
    padding-left: 16px;
}

.menu-footer-primary li {
    float: left;
    width: 50%;
}


/**
 * Menu footer primary
 */

.menu-footer-secondary {
    width: 26.32%;
    padding-left: 40px;
}


/**
 * Menu footer primary
 */

.menu-footer-tertiary {
    border: none;
    width: 47.36%;
    padding-left: 40px;
}

.menu-footer-tertiary ul li {
    float: left;
    width: 50%;
}

@media (max-width: 767px) {
    .menu-footer {
        float: none;
        border: none;
        width: auto;
        min-height: inherit;
        padding-left: 0;
        padding-right: 0;
    }
    .menu-footer ul li {
        float: left;
        width: 50%;
        padding-right: 8px;
    }
    .menu-footer-primary {
        border-bottom: 1px solid #bbbbbb;
    }
    .menu-footer-secondary {
        border-bottom: 1px solid #bbbbbb;
    }
}


/* end @media */


/* Menu archive
   -------------------------------------------------------------------------- */

.menu-archive {
    padding: 8px 0 22px;
}

.menu-archive li {
    font: 13px/16px Georgia, Times, "Times New Roman", serif;
    float: left;
    width: 50%;
    padding: 3px 0 1px;
    margin-bottom: 4px;
}

.menu-archive a {
    color: #666;
    text-decoration: none;
}

.menu-archive a:hover {
    color: #333;
}


/* Menu social
   -------------------------------------------------------------------------- */

.menu-social {}

.menu-social li {
    float: left;
}

.menu-social a {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    width: 24px;
    height: 24px;
    text-indent: -9999px;
}

.menu-social a:hover {}

.menu-social .facebook {
    background-image: url(../img/icon-facebook.png);
    background-image: url(../img/icon-facebook.svg), none;
}

.menu-social .facebook:hover {}

.menu-social .twitter {
    background-image: url(../img/icon-twitter.png);
    background-image: url(../img/icon-twitter.svg), none;
}

.menu-social .twitter:hover {}

.menu-social .youtube {
    background-image: url(../img/icon-youtube.png);
    background-image: url(../img/icon-youtube.svg), none;
}

.menu-social .facebook:hover {}

.menu-social .linkedin {
    background-image: url(../img/icon-linkedin.png);
    background-image: url(../img/icon-linkedin.svg), none;
}

.menu-social .facebook:hover {}


/* Menu social header
   -------------------------------------------------------------------------- */

.menu-social-header {
    float: right;
}

.menu-social-header li {
    margin-left: 8px;
}


/* Menu social footer
   -------------------------------------------------------------------------- */

.menu-social-footer {
    float: left;
    margin-right: 24px;
    margin-bottom: 8px;
}

.menu-social-footer li {
    margin-right: 8px;
}

@media (max-width: 767px) {
    .menu-social {
        float: none;
        text-align: center;
        padding: 16px 0;
    }
    .menu-social li {
        float: none;
        display: inline-block;
        margin-left: 4px;
    }
    .menu-social a {
        background-size: contain;
        width: 32px;
        height: 32px;
    }
    .menu-social-header {
        display: none;
    }
}


/* end @media */


/* List
   ========================================================================== */

.list-featured-title {
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0;
    text-transform: none;
}

.list-featured {}

.list-featured li {
    background: url(../img/icon-star.png) no-repeat 8px 6px;
    padding-left: 40px;
    line-height: 28px;
    margin-bottom: 24px;
}

.list-featured h4 {
    color: #0a3c60;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0;
    text-transform: none;
}


/* Helper classes
   ========================================================================== */


/**
 * Brand.
 */

.brand {
    font-family: Arial, "Helvetica Neue", sans-serif;
    color: #333;
}

.brand-face {
    font-family: Arial, "Helvetica Neue", sans-serif;
}

.brand-color {
    color: #333;
}


/**
 * Alignment.
 */

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    float: none;
    display: block;
    margin: 0 auto;
}

.alignnone {
    float: none;
}


/**
 * Clear floats.
 */

.clear {
    clear: both;
}

.clearleft {
    clear: left;
}

.clearright {
    clear: right;
}


/**
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after,
.group:before,
.group:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after,
.group:after {
    clear: both;
}


/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix,
.group {
    *zoom: 1;
}


/**
 * Display.
 */

.display {
    display: block;
}

.none {
    display: none;
}

@media only screen and (min-width: 1192px) {
    .display-lg {
        display: block;
    }
    .none-lg {
        display: none;
    }
}


/* end @media */

@media only screen and (max-width: 767px) {
    .display-sm {
        display: block;
    }
    .none-sm {
        display: none;
    }
}


/* end @media */

@media only screen and (max-width: 479px) {
    .display-xs {
        display: block;
    }
    .none-xs {
        display: none;
    }
}


/* end @media */


/**
 * Image replacement.
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}


/**
 * Hide from both screenreaders and browsers.
 */

.hidden {
    display: none !important;
    visibility: hidden;
}


/**
 * Hide only visually, but have it available for screenreaders.
 */

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


/**
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard.
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}


/**
 * Hide visually and from screenreaders, but maintain layout.
 */

.invisible {
    visibility: hidden;
}


/**
 * Adds left and right borders to each side of element.
 */

.conjunction {
    overflow: hidden;
    text-align: center;
}

.conjunction:before,
.conjunction:after {
    background: #d4d4d4;
    content: "";
    display: inline-block;
    height: 2px;
    position: relative;
    vertical-align: middle;
    width: 50%;
    top: -1px;
}

.conjunction:before {
    right: -4px;
    margin-left: -50%;
}

.conjunction:after {
    left: -4px;
    margin-right: -50%;
}


/* ##########################################################################
                                M O D U L E S
   ########################################################################## */


/* Site
   ========================================================================== */

.site {}

.page-header-fixed {
    padding-top: 120px;
}

@media (max-width: 767px) {
    .page-header-fixed {
        padding-top: 0;
    }
}


/* end @media */


/* Site header
   ========================================================================== */

.site-header {
    background: #fff;
    border-top: 8px solid #0a3c60;
}

.header-main {
    position: relative;
    height: 112px;
    padding-left: 242px;
}


/**
 * Site header fixed
 */

.site-header-fixed {
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 2px 0 rgba(0, 0, 0, .2);
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 200;
}

.site-header-fixed .header-main {
    height: auto;
    min-height: 56px;
}

.site-header-fixed .site-navigation {
    background: none;
}

.site-header-fixed .menu-header {
    display: none;
}

.site-header-fixed .site-brand {
    top: 8px;
}

.site-header-fixed .site-logo {
    width: auto;
    height: 40px;
}

@media (min-width: 1192px) {
    .header-main {
        padding-left: 296px;
    }
}


/* end @media */

@media (max-width: 767px) {
    .header-main {
        background: url(../img/rpt-01.png) repeat-x left 108px;
        height: auto;
        margin: 0 -20px;
        padding: 0 20px;
    }
    .site-header-fixed {
        position: static;
    }
    .site-header-fixed .header-main {
        height: auto;
    }
}


/* end @media */


/* Site brand
   ========================================================================== */

.site-brand {
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 16px;
    z-index: 201;
}

.site-logo {
    display: block;
    max-width: 100%;
}

.site-title {
    border: none;
    margin: 0;
    padding: 0;
}

.site-tagline {
    margin: 0;
    padding: 0;
}

.site-description {
    margin: 0;
    padding: 0;
}

@media (max-width: 767px) {
    .site-brand {
        display: block;
        float: left;
        position: static;
        margin: 16px 0 24px;
    }
    .site-logo {
        width: auto;
        height: 72px;
    }
}


/* end @media */

@media (max-width: 767px) and (-webkit-device-pixel-ratio: 2) {
    .site-brand {
        background-image: url(../img/site-logo.svg);
        background-repeat: no-repeat;
        background-size: contain;
    }
    .site-logo {
        visibility: hidden;
    }
}


/* Site banner
   ========================================================================== */

.site-banner {}

.site-banner-title {}

.site-banner-page {
    background: url(../img/site-banner-page.jpg) no-repeat center top;
    border-bottom: 8px solid #0a3c60;
    height: 80px;
}

.landing-site-banner {
    background: url(../img/landing-site-banner.jpg) no-repeat center top;
    border-bottom: 8px solid #0a3c60;
    height: 496px;
    padding: 32px 0 0;
}

.landing-site-banner .site-banner-title {
    font-size: 104px;
    line-height: 48px;
    text-align: center;
    border: none;
    margin-bottom: 72px;
    padding: 0;
}

.landing-site-banner .site-banner-title span {
    color: #0a3c60;
    font-size: 24px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.landing-site-banner .panel-primary {
    padding: 73px 64px 23px;
}

@media (min-width: 1192px) {
    .landing-site-banner .panel-primary {
        padding: 81px 64px 47px;
    }
    .landing-site-banner .site-banner-title {
        line-height: 56px;
    }
    .landing-site-banner .site-banner-title span {
        font-size: 32px;
    }
}


/* end @media */

@media (max-width: 767px) {
    .landing-site-banner {
        background-size: cover;
        height: auto;
    }
    .landing-site-banner .site-banner-title {
        font-size: 48px;
        line-height: 24px;
        margin: -1px 0 65px;
    }
    .landing-site-banner .panel {
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        margin: 0 -20px;
        padding: 82px 20px 30px;
    }
    .landing-site-banner .panel-content {
        font-size: 16px;
        line-height: 24px;
    }
}


/* end @media */


/* Site main
   ========================================================================== */

.site-main {}

.site-main-container {
    background-image: url(../img/rpt-04.png);
    background-repeat: repeat-y;
    background-position: 8.2% 0;
}

@media (min-width: 1192px) {
    .site-main-container {
        background-position: 12.4% 0;
    }
}


/* end @media */

@media (max-width: 767px) {
    .site-main-container {
        background: none;
    }
}


/* end @media */

.renewal-callout {
    height: auto;
    min-height: 75px;
    background-color: #0A3C60;
}

.renewal-callout-container {
    margin-left: 18%;
    padding-top: 18px;
}

.renewal-callout h3 {
    float: left;
    color: #FFF;
}

.renewal-callout a {
    padding: 10px 25px;
    margin-left: 15px;
    margin-bottom: 12px;
}

@media(max-width: 767px) {
    .renewal-callout-container {
        margin-left: 0;
    }
    .renewal-callout a {
        margin-left: 0;
    }
}


/* Callout area
   ========================================================================== */

.callout-area {
    background: #06293f url(../img/callout-area.jpg) no-repeat center top;
    -moz-box-shadow: inset 4px 0 8px rgba(0, 0, 0, .4);
    -webkit-box-shadow: inset 4px 0 8px rgba(0, 0, 0, .4);
    box-shadow: inset 4px 0 8px rgba(0, 0, 0, .4);
}

.site-callouts {
    padding: 40px 0;
}

.callout {
    text-align: center;
}

.callout-1 {
    padding-right: 13px;
}

.callout-2,
.callout-3 {
    padding: 0 13px;
}

.callout-4 {
    padding-left: 13px;
}

.callout-header {
    position: relative;
    float: none;
    margin-bottom: 12px;
}

.callout-thumbnail {
    margin-left: auto;
    margin-right: auto;
    width: 80px;
}

.callout-thumbnail img {
    background: none;
    box-shadow: none;
}

.callout-title {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    text-transform: uppercase;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 8px 0;
    border-bottom: 1px solid #227ab7;
    letter-spacing: 2px;
}

.callout-content {
    color: #fff;
    line-height: 20px;
    width: 100%;
}

.callout-content .btn-wrap {
    display: table;
    width: 100%;
}

.callout-content .btn {
    text-transform: none;
    font-size: 18px;
    line-height: 20px;
    display: table-cell;
}

.callout-content p {
    text-shadow: 1px 0 2px #000;
}

.callout-footer {}

@media (max-width: 767px) {
    .callout-area {
        background: #06293f url(../img/rpt-07.jpg) repeat center top;
        background-size: auto 100%;
    }
    .site-callouts {
        padding-bottom: 0;
    }
    .callout {
        padding: 0;
        margin: 0 0 28px;
    }
}


/* end @media */

@media (max-width: 767px) {
    .callout-thumbnail img {
        max-height: 176px;
    }
}


/* end @media */


/* Content area
   ========================================================================== */

.page-space {
    min-height: 200px;
}

.content-area {
    float: right;
    width: 832px;
    width: 73.68%;
}

.content-area .site-content {
    padding-top: 32px;
    padding-left: 56px;
    padding-bottom: 32px;
}

.content-header {}

.content-title {}


/**
 * Hentry
 */

.content-area .hentry {}

.content-area .entry-header {}

.content-area .entry-title {}

.content-area .entry-title a {}

.content-area .entry-title a:hover {}

.content-area .entry-meta {}

.content-area .entry-meta a {}

.content-area .entry-meta a:hover {}

.content-area .entry-content {}


/* Page content area
   -------------------------------------------------------------------------- */

.page-content-area {}

.page-content-area .site-content {}

.page-content-area .content-header {}

.page-content-area .content-title {}


/**
 * Hentry
 */

.page-content-area .hentry {}

.page-content-area .entry-header {}

.page-content-area .entry-title {}

.page-content-area .entry-meta {}

.page-content-area .entry-meta a {}

.page-content-area .entry-meta a:hover {}

.page-content-area .entry-content {}


/* Home content area
   -------------------------------------------------------------------------- */

.home-content-area {
    float: none;
    width: auto;
}

.home-content-area .site-content {
    padding: 0;
}

.home-content-area .content-header {}

.home-content-area .content-title {}


/* Landing content area
   -------------------------------------------------------------------------- */

.landing-content-area {
    float: none;
    width: auto;
}

.landing-content-area .site-content {
    padding: 56px 0;
}


/* Archives, categories, tags, post types content area
   -------------------------------------------------------------------------- */

.archive-content-area {}

.archive-content-area .site-content {}

.archive-content-area .content-header {}

.archive-content-area .content-title {}

.archive-content-area .content-subtitle {
    font-size: 24px;
    padding: 3px 0 5px;
    margin-bottom: 24px;
}


/**
 * Hentry
 */

.archive-content-area .hentry {
    margin-bottom: 18px;
}

.archive-content-area .entry-thumbnail {
    margin-right: 28px;
}

.archive-content-area .entry-header {}

.archive-content-area .entry-title {
    font-size: 20px;
    line-height: 24px;
    margin: 0;
    padding: 1px 0 3px;
}

.archive-content-area .entry-title a {
    color: #0a3c60;
    text-decoration: none;
}

.archive-content-area .entry-title a:hover {}

.archive-content-area .entry-meta {
    display: block;
    color: #666;
    line-height: 20px;
    margin-bottom: 8px;
    padding: 1px 0;
}

.archive-content-area .entry-meta a {
    color: #666;
    text-decoration: none;
}

.archive-content-area .entry-meta a:hover {}

.archive-content-area .entry-summary {
    font-size: 15px;
    line-height: 24px;
}

@media (max-width: 479px) {
    .archive-content-area .entry-thumbnail {
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
}


/* end @media */


/* Search content area
   -------------------------------------------------------------------------- */

.search-content-area {}

.search-content-area .site-content {}

.search-content-area .content-header {}

.search-content-area .content-title {}


/**
 * Hentry
 */

.search-content-area .hentry {}

.search-content-area .entry-header {}

.search-content-area .entry-title {}

.search-content-area .entry-title a {}

.search-content-area .entry-title a:hover {}

.search-content-area .entry-meta {}

.search-content-area .entry-meta a {}

.search-content-area .entry-meta a:hover {}

.search-content-area .entry-content {}


/* Blog content area
   -------------------------------------------------------------------------- */

.blog-content-area {}

.blog-content-area .site-content {}

.blog-content-area .content-header {}

.blog-content-area .content-title {}


/**
 * Hentry
 */

.blog-content-area .hentry {}

.blog-content-area .entry-header {}

.blog-content-area .entry-title {}

.blog-content-area .entry-title a {}

.blog-content-area .entry-title a:hover {}

.blog-content-area .entry-meta {}

.blog-content-area .entry-meta a {}

.blog-content-area .entry-meta a:hover {}

.blog-content-area .entry-content {}


/* Single, image content area
   -------------------------------------------------------------------------- */

.single-content-area {}

.single-content-area .site-content {}

.single-content-area .content-header {}

.single-content-area .content-title {}


/**
 * Hentry
 */

.single-content-area .hentry {}

.single-content-area .entry-header {
    padding-top: 12px;
}

.single-content-area .entry-title {
    margin-bottom: 0;
    padding-bottom: 7px;
}

.single-content-area .entry-meta {
    display: block;
    border-bottom: 2px solid #D4D4D4;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 32px;
    padding: 7px 0 7px;
    letter-spacing: 1px;
}

.single-content-area .entry-meta a {
    color: #666666;
    text-decoration: none;
}

.single-content-area .entry-meta a:hover {
    color: #0A3C60;
}

.single-content-area .entry-content {}

@media (max-width: 767px) {
    .content-area {
        float: none;
        width: auto;
    }
    .content-area .site-content {
        padding: 32px 0 0 0;
    }
}


/* end @media */


/* Comments area
   ========================================================================== */

.comments-area {
    padding-top: 20px;
}

.comments-title {
    margin: 0;
}

.comment-list {
    margin: 0;
    padding: 24px 0 0;
}

.comment {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    list-style: none;
    margin: 0 0 28px;
    padding: 0 0 0 80px;
    position: relative;
}

.comment .children {
    margin: 28px 0 28px;
    padding: 0;
}

.comment .comment {
    background: none;
    border: 0;
    margin-bottom: 0;
}

.comment .avatar {
    display: block;
    background: #fff;
    border: 1px solid #c8c8c8;
    padding: 1px;
    position: absolute;
    left: 0;
    top: 0;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.comment-meta {
    display: block;
    color: #999999;
    line-height: 20px;
    margin-bottom: 10px;
}

.comment-meta a {
    color: #999999;
    text-decoration: none;
}

.comment-meta a:hover {}

.comment-meta .author {
    color: #bf202f;
    font-size: 16px;
}

.comment-content {
    padding-bottom: 1px;
}

.comment-content p:last-of-type {
    margin-bottom: 0;
}

.comment-reply-link {
    color: #999999;
}

@media (max-width: 767px) {
    .comment {
        padding-left: 0;
    }
    .comment-meta {
        padding: 8px 0 8px 40px;
        position: relative;
    }
    .comment .avatar {
        height: 32px;
        width: 32px;
        margin: auto;
        bottom: 0;
    }
    .comment .children {
        border-left: 4px solid #D4D4D4;
        padding-left: 20px;
    }
}


/* end @media */


/* Comment respond
   -------------------------------------------------------------------------- */

.comment-respond {
    padding-top: 20px;
}

.comment-reply-title {}


/* Feed area
   ========================================================================== */

.feed-area {
    position: relative;
    background-image: url(../img/rpt-04.png);
    background-repeat: repeat-y;
    background-position: 9.3% 0;
}

.feed-area-navigation {
    padding: 30px 40px 0 0;
    margin-bottom: 244px;
}

.feed-area-menu {
    border-top: 2px solid #d4d4d4;
    border-bottom: 0;
}

.feed-area-menu li {
    float: none;
    font: 16px/24px Georgia, Times, "Times New Roman", serif;
    text-align: left;
    padding: 0 8px 0;
    border: none;
    border-bottom: 2px solid #d4d4d4;
}

.feed-area-menu a {
    display: block;
    color: #999999;
    text-decoration: none;
    padding: 22px 0 16px;
}

.feed-area-menu a:hover {
    color: #333333;
}

.feed-area-menu .icon {
    float: left;
    margin-right: 16px;
    margin-top: -6px;
}

.feed-area-menu .active {
    background: #fff;
    border-bottom: 2px solid #d4d4d4;
    padding: 0 8px 0;
}

.feed-area-menu .active a {
    color: #333333;
    padding: 22px 0 16px;
}

.feed-area-menu .active .icon {
    background-position: left bottom;
}

.feed-area-header {
    padding: 48px 0 14px;
    margin-bottom: 2px;
}

.feed-area-title {
    border: none;
    float: left;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin: 0;
    padding: 4px 0 0;
}

.feed-area-content {
    margin-top: -2px;
    padding-bottom: 32px;
}

.feed-area .hentry {
    border-top: 2px solid #d4d4d4;
    padding: 16px 0 8px;
    margin: 0;
}

.feed-area .hentry:first-child {
    padding-top: 16px;
}

.feed-area .entry-title a {}

.feed-area .entry-title a:hover {
    color: #BF202F;
}

.feed-area .entry-summary p {
    margin: 0;
}

@media (min-width: 1192px) {
    .feed-area {
        background-position: 144px 0;
    }
    .feed-area-content {
        padding-bottom: 78px;
    }
}

@media (max-width: 767px) {
    .feed-area {
        background: none;
        padding-bottom: 16px;
    }
    .feed-area-navigation {
        border-left: 2px solid #d4d4d4;
        margin: 0;
        padding: 0;
    }
    .feed-area-navigation li {
        background: #f2f2f2;
        border-right: 2px solid #d4d4d4;
        float: left;
        width: 25%;
        padding: 0;
    }
    .feed-area-navigation a {
        display: block;
        padding: 10px 8px;
    }
    .feed-area-navigation .icon {
        float: none;
        display: block;
        margin: auto;
    }
    .feed-area-menu .active {
        background: #fff;
        padding: 0;
    }
    .feed-area-menu .active a {
        padding: 10px 8px;
    }
    .feed-area-header {
        padding: 24px 0 0;
    }
    .feed-area-title {
        padding: 0 0 4px;
    }
    .feed-area .feed-area-btn {
        margin-bottom: 18px;
    }
    .feed-area .hentry:last-of-type {
        display: none;
    }
    .feed-area-content {
        padding-bottom: 0;
    }
    .feed-area-content .entry-thumbnail {
        margin-bottom: 20px;
    }
    .feed-area-content .entry-thumbnail img {
        max-height: 184px;
    }
    .feed-area-content .entry-body {
        overflow: visible;
    }
}


/* end @media */

@media (max-width: 479px) {
    .feed-area .feed-area-header,
    .feed-area .feed-area-title,
    .feed-area .feed-area-btn {
        float: none;
    }
}


/* end @media */


/* Solutions area
   ========================================================================== */

.solutions-area {
    border-top: 2px solid #d4d4d4;
    margin: -2px 0 48px;
}

.solutions {
    border-bottom: 2px solid #d4d4d4;
    padding: 16px 0 12px;
}

.solution {
    padding-right: 48px;
    padding-bottom: 2px;
}

.solution-thumbnail {
    margin-right: 28px;
}

.solution-body {}

.solution-title {
    font-size: 20px;
    text-transform: none;
    letter-spacing: 0;
    margin: 0 0 4px;
    padding: 3px 0 3px;
}

.solution-content {
    font-size: 15px;
    line-height: 24px;
}

.solution-content p {
    margin: 0;
}

@media (max-width: 767px) {
    .solutions {
        border-bottom: none;
        padding: 0;
    }
    .solution {
        border-bottom: 2px solid #d4d4d4;
        padding: 24px 0 22px;
    }
}


/* end @media */


/* Details area
   ========================================================================== */

.details-area {}

.details {}

.details-primary {
    padding-right: 56px;
}

.details-secondary {}

@media (max-width: 767px) {
    .details-area {
        padding-bottom: 40px;
    }
    .details-primary {
        padding-right: 0;
    }
}


/* end @media */


/* Sidebar area
   ========================================================================== */

.sidebar-area {
    float: left;
    width: 26.32%;
}

.sidebar-area .site-sidebar {}

@media (max-width: 767px) {
    .sidebar-area {
        float: none;
        width: auto;
    }
}


/* end @media */


/* Site footer
   ========================================================================== */

.site-footer {}


/* Site contact
   -------------------------------------------------------------------------- */

.site-contact {
    padding: 17px 0 15px;
}


/* Site address
   -------------------------------------------------------------------------- */

.site-address {
    float: left;
    color: #666666;
    font-size: 13px;
    line-height: 28px;
    font-style: normal;
}

.site-address .org,
.site-address .adr,
.site-address .street-address,
.site-address .tel {
    float: left;
}

.site-address .org {
    margin-right: 8px;
}

.site-address .region {
    border: none;
}

.site-address .tel {
    margin-right: 24px;
}

@media (min-width: 1192px) {
    .site-address {
        font-size: 14px;
    }
}


/* end @media */

@media (max-width: 768px) {
    .site-address {
        float: none;
        text-align: center;
    }
    .site-address .org,
    .site-address .adr,
    .site-address .street-address,
    .site-address .tel {
        float: none;
        margin: 0;
    }
}


/* end @media */


/* Site info
   -------------------------------------------------------------------------- */

.site-info {
    background: url(../img/rpt-02.png) repeat center top;
    padding: 13px 0 15px;
}


/* Site copyright
   -------------------------------------------------------------------------- */

.site-copyright {
    color: #999;
    font-size: 13px;
    line-height: 16px;
    margin: 0;
    padding: 6px 0 2px;
}

.site-copyright a {
    color: #999;
    text-decoration: none;
}

.site-copyright a:hover {
    color: #fff;
}


/* Questions
   ========================================================================== */

.questions {
    padding: 28px 72px 0 8px;
    position: absolute;
    left: 0;
    bottom: 0;
    margin-bottom: 40px;
}

.questions-title {
    color: #0a3c60;
    font-size: 16px;
    line-height: 24px;
    text-transform: uppercase;
    border-bottom: 1px solid #d4d4d4;
    margin: 0;
    padding: 2px 0 9px;
}

.questions-content {
    margin-bottom: 20px;
}

.questions-content p {
    font-size: 14px;
    line-height: 28px;
    border-bottom: 1px solid #d4d4d4;
    margin: 0;
    padding: 5px 0 6px;
}

@media (max-width: 767px) {
    .questions {
        padding: 20px 0 24px;
        position: static;
    }
}


/* end @media */


/* Callout Info
   ========================================================================== */

.callout-info {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 1px;
    padding: 16px 20px 14px;
    margin: 32px 0 24px;
}

.callout-info-title {
    margin: 0 32px -4px 0;
    padding: 12px 0 12px;
}

.callout-info .icon {
    margin-right: 8px;
}

.callout-info .tel {
    margin: 0 32px -4px 0;
    padding: 14px 0 10px;
}

.callout-info .email {
    display: inline-block;
    color: #333333;
    text-decoration: none;
    padding: 14px 0 10px;
}

.callout-info .email:hover {
    color: #BF202F;
}

@media (max-width: 479px) {
    .callout-info-title {
        margin-right: 0;
    }
}


/* end @media */


/* Module
   ========================================================================== */

.module {}

.module-header {}

.module-title {}

.module-body {}

.module-content {}

.module-footer {}


/*! print.css */

@media print {
    /* ##########################################################################
										C O R E
	   ########################################################################## */
    /* Base
	   ========================================================================== */
    * {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
        margin: 0;
        padding: 0;
        width: auto;
        height: auto;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    /*
	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}
	*/
    /*
	 * Don't show links for images, or javascript/internal links.
	 */
    /*
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content: "";
	}
	*/
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
        /* h5bp.com/t */
    }
    th,
    td {
        border: 1pt solid #999;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    /*
	@page {
		margin: 0.5cm;
	}
	*/
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    table {
        border: 1pt solid #999;
        text-align: left;
        width: 100%;
    }
    /* ##########################################################################
								  C O M P O E N T S
	   ########################################################################## */
    .grid-container {
        padding: 0;
    }
    .grid {
        width: 100%;
        float: none;
    }
    .paging-navigation,
    .post-navigation,
    .image-navigation,
    .comment-reply-link,
    .edit-link {
        display: none;
    }
    /* ##########################################################################
									M O D U L E S
	   ########################################################################## */
    /* Site header
	   ========================================================================== */
    .site-header {
        border-bottom: solid 1pt #999;
    }
    /* Site brand
	   ========================================================================== */
    .site-brand {
        float: left;
    }
    /* Site navigation
	   ========================================================================== */
    .site-navigation {
        display: none;
    }
    /* Site main
	   ========================================================================== */
    .site-main {}
    /* Site footer
	   ========================================================================== */
    .site-footer {
        border-top: solid 1pt #999;
    }
}


/* end @media print */


/* Team Custom Post Template
	   ========================================================================== */

h2.team-title {
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
}

h2.team-title a {
    color: #0a3c60;
    text-decoration: none;
}

h2.single-team-title {
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    padding-top: 24px;
    line-height: 18px;
}

h2.single-team-title a {
    color: #0a3c60;
    text-decoration: none;
    padding-top: 24px;
}

h3.job-title {
    font-family: Georgia;
    font-size: 13px;
    color: #666666;
    margin: 0;
    letter-spacing: 1px;
}

div.team-body h3.job-title {
    letter-spacing: 1px;
    line-height: 18px;
    text-align: center;
}

p.job-title {
    font-family: Georgia;
    font-size: 13px;
    color: #666666;
    text-align: center;
    line-height: 16px;
}

.team-body {
    max-width: 230px;
}

.team-page-space {
    min-height: 280px;
    width: 800px;
    margin-right: 16px;
}

.img-caption.alignleft.single-team-img {
    padding: 16px 0 0 24px;
}

.team-page-space p {
    margin: 0 16px 0 0;
}

.entry-thumbnail.media-item.team {
    min-height: 330px;
}

@media (max-width: 767px) {
    div.img-caption img.attachment-team-img {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .team-page-space {
        width: auto;
    }
    h3.job-title {
        margin-left: 24px;
    }
    .team-page-space p {
        margin-left: 24px;
    }
}

@media (max-width: 479px) {
    h2.single-team-title {
        margin: 0;
        padding-top: 0;
        margin-left: 24px;
    }
    h2.single-team-title a {
        padding-top: 0;
    }
}


/* Pardot Template
    ========================================================================== */

.page-template-pardot {}

.ebook-cta {
    margin-top: 32px;
    margin-bottom: 32px;
}

.ebook-cta-text {
    color: #bf202f;
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 8px;
    padding: 5px 16px 3px;
}

.page-template-pardot .site-main-container {
    background-image: url(../img/rpt-08.png);
    background-position: 78.3% 0;
}

.page-template-pardot .content-area {
    float: left;
    width: 62.5%;
}

.page-template-pardot .site-content {
    padding: 32px 48px 32px 0;
}

.page-template-pardot .sidebar-area {
    float: right;
    width: 37.5%;
    padding-top: 56px;
    padding-left: 40px;
}

.pardot-form-title {
    color: #0a3c60;
    font-size: 24px;
    line-height: 24px;
    padding-top: 3px;
    padding-bottom: 1px;
}

.pardot-form {}

@media (min-width: 1192px) {
    .page-template-pardot .site-main-container {
        background-position: 74.5% 0;
    }
    .ebook-cta-text {
        line-height: 32px;
        padding: 25px 16px 3px;
    }
}


/* end @media */

@media (max-width: 767px) {
    .page-template-pardot .site-main-container {
        background: none;
    }
    .page-template-pardot .content-area {
        float: none;
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .page-template-pardot .content-area .site-content {
        padding-right: 0;
    }
    .page-template-pardot .sidebar-area {
        float: none;
        width: auto;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
}


/* end @media */


/*cyber styles*/

.site-4 .site-header {
    background: #fff;
    border-top: 8px solid #45875e;
}

.site-4 #menu-site-menu li.current-page-ancestor a,
.site-4 #menu-site-menu li.current-menu-item a {
    color: #3da246;
}

.site-4 #menu-site-menu li a:hover,
.site-4 #menu-site-menu li a:hover,
.site-4 .menu-header a:hover {
    color: #3da246;
}

.site-4 .panel-primary {
    background: rgba(61, 162, 70, 0.7) repeat center top;
}

.site-4 .panel-primary .panel-icon {
    background: rgba(61, 162, 70, 0.7) repeat center top;
}

.site-4 .landing-site-banner .site-banner-title span {
    color: #b62f4d;
}

.site-4 .landing-site-banner .site-banner-title {
    color: #12455b;
}

.site-4 .landing-site-banner {
    background: url(../img/hdr_patriotb.png) no-repeat center top;
    border-bottom: 8px solid #45875e;
}

.site-4 .chatlio-title-bar {
    background-color: #45875e !important;
}

.site-4 .site-banner-page {
    background: url(../img/site-4-banner-img.jpg) no-repeat center top;
    border-bottom: 8px solid #45875e;
}

.site-4 .entry-title {
    color: #45875e;
}

.site-4 .icon-solution {
    background-image: url(../img/icon-solution-4.png);
}

.site-4 .chatlio-title-avatar-container img {
    content: url(../img/cyber-star.png);
}

.site-4 h1,
.site-4 .h1,
.site-4 h3 a,
.site-4 .content-area .entry-title a {
    color: #45875e;
}

.site-4 .btn-tertiary {
    border-color: #45875e;
    background: #45875e;
    color: #fff;
}

.site-4 .btn-tertiary:hover {
    background: #fff;
    color: #45875e;
}

.site-4 .btn-primary,
.site-4 .gform_button {
    border-color: #45875e;
    background: transparent;
}

.site-4 .btn-primary:hover,
.site-4 .gform_button:hover {
    border-color: #45875e;
    background: #45875e;
    color: #fff;
}

.site-4 .archive-content-area .entry-title a,
.site-4 .entry-summary a,
.site-4 .questions-content a,
.site-4 .entry-content a {
    color: #3e7ab2;
    transition: all .25s;
}

.site-4 .archive-content-area .entry-title a:hover,
.site-4 .archive-content-area .entry-summary a:hover,
.site-4 .questions-content a:hover,
.site-4 .entry-content a:hover {
    color: #2d5780;
}

body.site-4 .entry-content li {
    background-image: url(../img/bullet-primary-4.png);
}

.site-4 label,
.site-4 .slide-title span {
    color: #45875e;
}

body.site-4 .gform_wrapper form .gform_body ul li {
    margin-top: 15px !important;
}

.callout-area.home-callout-4 {
    background: #ececec;
    -webkit-box-shadow: inset 0px 0px 0px !important;
    box-shadow: inset 0px 0px 0px !important;
}

.callout-area.home-callout-4 .site-callouts {
    padding: 0px !important;
}

.home-callout-4 .callout.grid-1-4 {
    width: 50%;
    border-top: 8px solid #45875e;
    padding: 33px 0 90px 0;
}

.home-callout-4 .callout-title {
    font-family: Georgia;
    font-size: 30px;
    line-height: 30px;
    color: #5b5c5b;
    margin-bottom: 0px;
    border-bottom: 0px solid;
}

.home-callout-4 .callout-content p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #5b5c5b;
    text-align: center;
    width: 100%;
    float: left;
    text-shadow: none;
}

.home-callout-4 .callout-thumbnail {
    display: none;
}

.home-callout-4 .callout-header {
    margin-bottom: 0px;
}

.home-callout-4 .callout-content .btn {
    text-transform: none;
    font-size: 21px;
    padding: 10px 20px;
}

.home-callout-4 .callout-content .btn-wrap {
    float: none;
    margin: 0 auto;
    width: auto;
}

.site-4 .questions {
    top: 178px;
}

.site-4 .site-logo {
    margin-left: -5px;
    margin-top: 5px;
}

@media (max-width:1191px) {
    .site-4 .site-logo {
        margin-top: 10px;
        width: 230px;
        height: 60px;
    }
}

@media (max-width:767px) {
    .site-4 .site-logo {
        visibility: visible;
    }
    .site-4 .site-brand {
        background-image: none;
    }
    .mobile-dn {
        display: none;
    }
}

@media (max-width: 970px) {
    .home-callout-4 .callout.grid-1-4 {
        width: 100% !important;
        background-size: cover !important;
    }
}

.callout-area.home-callout-4 {
    border-top: 10px solid #717171;
    border-bottom: 10px solid #717171;
    background: #c7c7c7;
}

.home-callout-4 .callout.grid-1-4 {
    width: 50%;
    border-top: 0px solid #45875e;
    padding: 33px 0 90px 0;
}
