/*
    Theme Name: Enterprise Pro Theme
    Theme URI: http://my.studiopress.com/themes/enterprise/
    Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
    Author: StudioPress
    Author URI: http://www.studiopress.com/
    
    Version: 999.0.0
    
    Tags: black, blue, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
    
    Template: genesis
    Template Version: 2.1.0
    License: GPL-2.0+
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Table of Contents
    - Imports
    - HTML5 Reset
        - Baseline Normalize
        - Box Sizing
        - Float Clearing
    - Defaults
        - Typographical Elements
        - Headings
        - Objects
        - Forms
        - Tables
    - Structure and Layout
        - Site Containers
        - Column Widths and Positions
        - Column Classes
    - Common Classes
        - Avatar
        - Genesis
        - Search Form
        - Titles
        - WordPress
    - Widgets
        - Featured Content
    - Plugins
        - Genesis eNews Extended
        - Genesis Responsive Slider
        - Gravity Forms
        - Jetpack
    - Site Header
        - Title Area
        - Widget Area
    - Site Navigation
        - Header Navigation
        - Primary Navigation
        - Secondary Navigation
        - Responsive Menu
    - Content Area
        - Home Page
        - Entries
        - Entry Meta
        - After Entry
        - Pagination
        - Comments
    - Sidebars
    - Footer Widgets
    - Site Footer
    - Theme Colors
        - Enterprise Pro Black
        - Enterprise Pro Green
        - Enterprise Pro Orange
        - Enterprise Pro Red
        - Enterprise Pro Teal
    - Media Queries
        - Retina Display
        - Max-width: 1139px
        - Max-width: 1023px
        - Max-width: 767px
*/


/*
Imports
---------------------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'Icon';
    src: url('./fonts/Icon.eot');
    src: url('./fonts/Icon.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Icon.woff') format('woff'),
    url('./fonts/Icon.ttf') format('truetype'),
    url('./fonts/Icon.svg#Icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "MyriadProBold";
    font-style: normal;
    font-weight: 700;
    src: url("./fonts/myriadpro_bold.eot?#iefix") format("embedded-opentype"), url("./fonts/myriadpro_bold.woff") format("woff"), url("./fonts/myriadpro_bold.ttf") format("truetype"), url("./fonts/myriadpro_bold.svg#MyriadProBold") format("svg");
}

@font-face {
    font-family: "MyriadProRegular";
    font-style: normal;
    font-weight: 400;
    src: url("./fonts/myriadpro_regular.eot?#iefix") format("embedded-opentype"), url("./fonts/myriadpro_regular.woff") format("woff"), url("./fonts/myriadpro_regular.ttf") format("truetype"), url("./fonts/myriadpro_regular.svg#MyriadProRegular") format("svg");
}


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */


/* Baseline Normalize
    normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

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

audio,
canvas,
video {
    display: inline-block
}

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

[hidden],
template {
    display: none
}

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



a {
    background: transparent
}

a:focus {
    outline: thin dotted
}

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

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

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

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

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

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

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

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

figure {
    margin: 0
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button,
input {
    line-height: normal
}

button,
select {
    text-transform: none
}

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

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

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

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

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

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

textarea {
    overflow: auto;
    vertical-align: top
}

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

.box-10 {
    float: left;
    width: 10%;
    display: block;
}

.box-15 {
    float: left;
    width: 15%;
    display: block;
}

.box-30 {
    float: left;
    width: 30%;
    display: block;
}

.box-20 {
    float: left;
    width: 20%;
    display: block;
}

.box-25 {
    float: left;
    width: 25%;
    display: block;
}

.box-33 {
    float: left;
    width: 33%;
    display: block;
}

.box-35 {
    float: left;
    width: 35%;
    display: block;
}

.box-40 {
    float: left;
    width: 40%;
    display: block;
}

.box-50 {
    float: left;
    width: 50%;
    display: block;
}

.box-60 {
    float: left;
    width: 60%;
    display: block;
}

.box-65 {
    float: left;
    width: 65%;
    display: block;
}

.box-70 {
    float: left;
    width: 70%;
    display: block;
}

.box-75 {
    float: left;
    width: 75%;
    display: block;
}

.box-80 {
    float: left;
    width: 80%;
    display: block;
}

.box-100 {
    clear: both;
    width: 100%;
    display: block;
}

.wrapper {
    clear: both;
    width: 80%;
    max-width: 925px;
    display: block;
    margin: 0 auto;
}

.box-paddingS {
    padding: 0 10px;
}

.box-paddingL {
    padding-left: 20px;
}

.box-paddingR {
    padding-right: 20px;
}

.box-padding {
    padding: 15px;
}

.box-pad-t {
    padding: 15px 0px;
}

.pad20 {
    padding-left: 20px;
}

.row {
    margin: 0 -15px;
}

.center {
    text-align: center;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.clear {
    display: block;
    clear: both;
}

.clearH {
    display: block;
    clear: both;
    height: 15px;
}

.facebook-like {
    float: none;
    display: block;
    text-align: center;
    margin-top: 5px;
}

.bluebox {
    background: #002C76;
    padding: 20px;
    display: block;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 140%;
    font-weight: 700;
}

.videobox {
    margin: 20px 0px;
    display: block;
}

.rightbox {
    margin-bottom: 20px;
}

.bluebox h1 {
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    font-weight: 200;
    font-size: 30px;
    line-height: 110%;
}

.bluebox h2 {
    color: #FFFFFF;
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 110%;
}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
    content: " ";
    display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
    clear: both;
    content: " ";
    display: table;
}


/*
Defaults
---------------------------------------------------------------------------------------------------- */


/* Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%;
    /* 10px browser default */
}

body {
    background-color: #fff;
    color: #23282D;
    font-family: 'Helvetica Neue', Helvetica, sans-serif;
    font-weight: normal;
    line-height: 1.625;
     margin: 0
     font-size:1em;
}


*::-moz-placeholder {
    color: #23282D;
    font-weight: 400;
    opacity: 1;
}


body>div {
    font-size: 14px;
    font-size: 1.4rem;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

::-moz-selection {
    background-color: #333;
    color: #fff;
}

::selection {
    background-color: #333;
    color: #fff;
}

a {
    color: #002d73;
    /*#002d9b;*/
    text-decoration: none;
}

a:hover {
    color: #333;
}

p {
    margin: 0 0 20px;
    margin: 0 0 2rem;
    padding: 0;
}

strong {
    font-weight: 700;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

li {
    list-style-type: disc;
}

cite {
    font-style: normal;
}


/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #002d73;
    font-family: 'Helvetica Neue', helvetica, sans-serif;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 10px;
    margin: 0 0 1rem;
    font-style: italic;
}

h1 {
    font-size: 36px;
    font-size: 3.6rem;
}

h2 {
    font-size: 30px;
    font-size: 3rem;
}

h3 {
    font-size: 24px;
    font-size: 2.4rem;
}

h4 {
    font-size: 20px;
    font-size: 2rem;
}

h5 {
    font-size: 18px;
    font-size: 1.8rem;
}

h6 {
    font-size: 16px;
    font-size: 1.6rem;
}


/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
    max-width: 100%;
}

img {
    height: auto;
}

.featured-content img {
    width: 460px;
    border-bottom: 4px solid #E29B23;
}

.gallery img {
    width: auto;
}


/* Forms
--------------------------------------------- */

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #ececec;
    border-radius: 0
    box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.06);
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 16px;
    padding: .6rem;
    width: 100%;
    margin-top: 18px;
}

input:focus,
textarea:focus {
    border: 1px solid #999;
    outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
    width: auto;
}

::-moz-placeholder {
    color: #000000;
    opacity: 1;
    font-weight: 400;
}

::-webkit-input-placeholder {
    color: #000000;
    font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.home-top .more-link {
    background-color: #002c76;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    padding: 16px 24px;
    padding: 1.6rem 2.4rem;
    width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.home-top .more-link:hover {
    background-color: #333;
    color: #fff;
}

.entry-content .button:hover,
.footer-widgets .button {
    color: #fff;
}

.button {
    display: inline-block;
}

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

.topbutton {
    position: relative;
    background-color: #F59F1A;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 3px 0px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    width: 100px;
}

.sliderbutton {
    background-color: #fff;
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: #e29b23;
    cursor: pointer;
    padding: 14px 25px;
    width: auto;
    font-size: 15px;
    font-weight: 700;
}


/* Tables
--------------------------------------------- */

table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 2;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    width: 100%;
}

tbody {
    border-bottom: 1px solid #ddd;
}

td,
th {
    text-align: left;
}

td {
    border-top: 1px solid #ddd;
    padding: 6px 0;
    padding: 0.6rem 0;
}

th {
    font-weight: 700;
    text-transform: uppercase;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */


/* Site Containers
--------------------------------------------- */

.wrap {
    margin: 0 auto;
    max-width: 100%;
}

.site-header .wrap,
.site-footer .wrap {
    margin: 0 auto;
    max-width: 80%;
}

.enterprise-pro-landing .wrap {
    margin: 0 auto;
    max-width: 1170px;
}

.site-inner {
    background-color: #ffffff;
    clear: both;
    padding-top: 40px;
    padding-top: 4rem;
}

.home .site-inner {
    background-color: #f4f4f4;
}


/* Column Widths and Positions
--------------------------------------------- */


/* Wrapping div for .content and .sidebar-primary */

.content {
    float: left !important;
    width: 70%;
    /*  margin-left: 50px;   */
}

.content ul {
    margin-left: 3em;
    line-height: 200%;
}

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    width: 920px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
    float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
    float: right;
}


/* Content */

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
    float: left !important;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
    width: 520px;
}

.full-width-content .content {
    width: 100%;
}


/* Primary Sidebar */

.sidebar-primary {
    float: right;
    width: 25%;
    margin-top: -50px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
    float: left;
}


/* Secondary Sidebar */

.sidebar-secondary {
    float: left;
    width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
    float: right;
}


/* Column Classes
    Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
    width: 48.717948717948715%;
}

.one-third,
.two-sixths {
    width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
    width: 65.81196581196582%;
}

.one-fourth {
    width: 23.076923076923077%;
}

.three-fourths {
    width: 74.35897435897436%;
}

.one-sixth {
    width: 14.52991452991453%;
}

.five-sixths {
    width: 82.90598290598291%;
}

.first {
    clear: both;
    margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */


/* Avatar
--------------------------------------------- */

.avatar {
    float: left;
}

.alignleft .avatar,
.author-box .avatar {
    margin-right: 24px;
    margin-right: 2.4rem;
}

.alignright .avatar {
    margin-left: 24px;
    margin-left: 2.4rem;
}

.comment .avatar {
    margin: 0 16px 24px 0;
    margin: 0 1.6rem 2.4rem 0;
}


/* Genesis
--------------------------------------------- */

.breadcrumb {
    margin-bottom: 20px;
    margin-bottom: 2rem;
}

.archive-description,
.author-box {
    background-color: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
    margin-bottom: 40px;
    margin-bottom: 4rem;
    padding: 40px;
    padding: 4rem;
}

.author-box-title {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 4px;
    margin-bottom: 0.4rem;
}

.archive-description p:last-child,
.author-box p:last-child {
    margin-bottom: 0;
}


/* Search Form
--------------------------------------------- */

.search-form {
    overflow: hidden;
}

.site-header .search-form {
    float: none;
    /*  margin-top: 8px;
    margin-top: 0.8rem;    */
    margin-top: 0;
}

.entry-content .search-form,
.site-header .search-form {
    width: 100%;
}

.search-form input[type="submit"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px;
}

.search-form input[type="search"] {
    border: 0;
    margin-top: 0px;
    padding: 7px 10px 6px 36px;
    width: 200px;
    float: right;
    font-size: 13px;
    color: #000000;
    border-radius: 10px;
    background: #E6E6E6 url(./images/search-icon.png) 3px 0px no-repeat;
}


/* Titles
--------------------------------------------- */

.archive-title {
    font-size: 20px;
    font-size: 2rem;
}

.entry-title {
    font-size: 30px;
    font-size: 3rem;
    margin: 0;
}

.entry-title a,
.sidebar .widget-title a {
    color: #002c76;
}

.entry-title a:hover {
    color: #333;
}

.widget-title,
.footer-widgets .featured-content .widget-title {
    border-bottom: 1px solid #ececec;
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0 0 20px;
    margin: 0 0 2rem;
    padding: 0 0 20px;
    padding: 0 0 2rem;
}

.home-bottom .widget-title,
.sidebar .widget-title {
    /*  margin: -40px -40px 40px;
    margin: -4rem -4rem 4rem;
    padding: 30px 40px;
    padding: 3rem 4rem;    */
}

.home-bottom .widget:nth-child(3n+1) {
    margin-left: 10% !important;
}


/* WordPress
--------------------------------------------- */

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

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

a.alignleft,
a.alignnone,
a.alignright {
    max-width: 100%;
}

a.alignnone {
    display: inline-block;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 24px;
    margin: 0 auto 2.4rem;
}

img.alignnone,
.alignnone {
    margin-bottom: 12px;
    margin-bottom: 1.2rem;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
    margin: 0 24px 22px 0;
    margin: 0 2.4rem 2.2rem 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
    margin: 20px 0 20px 24px;
    margin: 2.0rem 0 2.0rem 2.4rem;
}

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

.entry-content p.wp-caption-text {
    margin-bottom: 0;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
    word-wrap: break-word;

    margin-bottom: auto;
}

.widget li {
    border-bottom: 1px dotted #ececec;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
}

.widget ol>li {
    list-style-position: inside;
    list-style-type: decimal;
    padding-left: 2rem;
    text-indent: -2rem;
}

.widget li li {
    border: none;
    margin: 0 0 0 30px;
    margin: 0 0 0 3rem;
    padding: 0;
}

.widget ul>li:last-child,
.widget p:last-child {
    margin-bottom: 0;
}

.widget_calendar table {
    width: 100%;
}

.widget_calendar td,
.widget_calendar th {
    text-align: center;
}

.home-top .widget {
    margin-bottom: 0px;
}


/* Featured Content
--------------------------------------------- */

.after-entry .widget.featured-content,
.featured-content,
.home-bottom .widget.featured-content,
.sidebar .widget.featured-content {
    border-bottom-width: 0;
    padding: 0;
}

.after-entry .featured-content .widget-title,
.featured-content .widget-title {
    margin: 0;
    padding: 30px 40px;
    padding: 3rem 4rem;
}

.featured-content .entry {
    background: none;
    border: none;
    border-bottom: 1px solid #ececec;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.featured-content .entry-header {
    margin: 0;
    padding: 5px 40px 5px 40px;
    padding: 0.5rem 4rem 0.5rem 4rem !important;
}

.featured-content .entry-title {
    font-size: 20px;
    font-size: 2rem;
    margin: 0;
}

.featured-content .entry-content {
    padding: 0 40px 30px 40px;
    padding: 0 4rem 3rem 4rem;
}

.featured-content .alignnone {
    background: #f8f8f8;
    border-bottom: 1px solid #ececec;
    margin-bottom: 0;
}

.featured-content img {
    margin-bottom: -7px;
    margin-bottom: -0.7rem;
}

.featured-content .more-link {
    display: block;
    font-weight: 700;
    margin-top: 20px;
    margin-top: 2rem;
}

.featured-content .more-from-category,
.featured-content ul {
    border-bottom: 1px solid #ececec;
    margin: 0;
    padding: 40px;
    padding: 4rem;
}

.footer-widgets .featured-content .entry {
    background: none;
    border: none;
    margin-bottom: 30px;
    margin-bottom: 3rem;
}

.footer-widgets .featured-content .entry-header,
.footer-widgets .featured-content .more-from-category,
.footer-widgets .featured-content ul {
    border: none;
    padding: 0 0 10px;
    padding: 0 0 1rem;
}

.footer-widgets .featured-content .entry-content {
    padding: 0;
}


/*
Plugins
---------------------------------------------------------------------------------------------------- */


/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
    margin-bottom: 16px;
    margin-bottom: 1.6rem;
}

.enews-widget input[type="submit"] {
    margin: 0;
    width: 100%;
}

.enews form+p {
    margin-top: 24px;
    margin-top: 2.4rem;
}


/* Genesis Responsive Slider
--------------------------------------------- */

#genesis-responsive-slider .flexslider {
    max-height: none;
    max-width: 100%;
    background: #000;
}

#genesis-responsive-slider .slide-image {
    position: relative;
}

#genesis-responsive-slider .slide-image img {
    margin: 0;
    height: auto;
}

#genesis-responsive-slider li {
    border: none;
    margin: 0 !important;
    max-width: none;
    padding: 0 !important;
}

.home-top .genesis_responsive_slider {
    margin: 0;
}

.site-container #genesis-responsive-slider {
    border-width: 0;
    padding: 0;
    
}

.site-container #genesis-responsive-slider .flex-control-nav {
    margin-top: -40px;
    margin-top: -4rem;
    margin-left: 220px;
    margin-left: 22rem;
}

.site-container #genesis-responsive-slider .flex-control-nav {
    margin: 0!important;
    bottom: 40px;
}

.flex-control-nav li a {
    width: 20px !important;
}

.site-container #genesis-responsive-slider .more-link {
    float: none;
    text-align: center;
}

.site-container #genesis-responsive-slider li {
    border-width: 0;
    margin: 0;
    padding: 0;
    text-indent: 0;
}

.slide-excerpt-border {
    border: none !important;
}

.slide-excerpt {
    background-color: transparent !important;
    margin: 60px 50px 10px 10px !important;
}

.slide-excerpt h2 {
    color: #fff;
}

.slide-excerpt p {
    color: #fff;
}

.slide-image {
    height: auto;
}


/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 16px;
    padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
    padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
    margin: 16px 0 0;
    margin: 1.6rem 0 0;
}


/* Jetpack
--------------------------------------------- */

#wpstats {
    display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
    background-color: #f9f9f8;
    min-height: 100px;
}

.site-header .wrap {
    /*  padding: 40px 40px 0 40;
    padding: 2.5rem 2.5rem 0 2.5rem;   */
    padding-top: 30px;
}


/* Title Area
--------------------------------------------- */

.title-area {
    float: left;
    padding: 15px 0 0 50px;
    width: 50%;
}

.header-full-width .title-area {
    width: 100%;
}

.site-title {
    background: url(/wp-content/uploads/2015/11/HH_logo.png);
    background-repeat: no-repeat;
    width: 450px;
    height: 80px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
}

.site-title a {
    display: block;
    float: left;
    height: 80px;
    width: 450px;
    outline: none;
}

.site-title a span {
    display: none;
}

.header-image .site-title>a {
    display: block;
    float: left;
    overflow: hidden;
    padding: 0;
    text-indent: -9999px;
    width: 19.5%;
    height: 140px;
}

.site-description {
    display: none;
    color: #aaa;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 300;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
    line-height: 1.5;
    text-transform: uppercase;
}

.site-description,
.site-title {
    margin-bottom: 0;
    margin-left: 50px;
    margin-left: 5.0rem;
}

.header-image .site-description,
.header-image .site-title {
    display: block;
    text-indent: -9999px;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {}


.header-widget-area {
    float: right;
    width: 40%;
    display: block;
    padding-top: 36px;
    margin-right: 50px;
}

.header-widget-area .widget {
    float: right;
    display: inline-block;
    margin-right: 20px;
}

.widget_search {
    margin-right: 50px;
}

.site-header .genesis-nav-menu li {
    border: none;
    margin: 0;
    padding: 0;
}


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

nav.nav-primary,
.metaslider {
    border-bottom: solid 5px #F59F1A;
}

.genesis-nav-menu {
    clear: both;
    /*  font-family: 'Helvetica Neue', sans-serif; */
    font-family: "MyriadProRegular";
    padding: 3px 0px;
    letter-spacing: 1px;
    text-align: center;
    width: 100%;
}

.genesis-nav-menu a {
    color: #333;
}

.genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: center;
}

.genesis-nav-menu li a {
    display: block;
    border-right: 1px solid rgba(255, 255, 255, 0.9);
    padding: 0px 25px;
    line-height: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item>a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item>a:hover,
{
    color: #E29B23;
    border-bottom: none;
}

.genesis-nav-menu li#menu-item-1162 a {
    border-right: none;
}

.genesis-nav-menu .sub-menu {
    border-top: 1px solid transparent;
    left: -9999px;
    opacity: 0;
    position: absolute;
    -webkit-transition: opacity .4s ease-in-out;
    -moz-transition: opacity .4s ease-in-out;
    -ms-transition: opacity .4s ease-in-out;
    -o-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    width: 200px;
    z-index: 99;
}

.genesis-nav-menu .sub-menu a {
    background-color: #F8F8F8;
    border: 1px solid #ECECEC;
    border-top: none;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 16px 24px;
    padding: 1.6rem 2.4rem;
    position: relative;
    width: 200px;
    text-align: left;
}

.genesis-nav-menu .sub-menu .sub-menu {
    margin: -52px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
    position: static;
    border: none;
}

.genesis-nav-menu .menu-item:hover>.sub-menu {
    left: auto;
    opacity: 1;
}

.genesis-nav-menu>.first>a {
    padding-left: 0;
}

.genesis-nav-menu>.last>a {
    padding-right: 0;
    border-right: none;
}

.genesis-nav-menu>.right {
    float: right;
    list-style-type: none;
    padding: 0;
}

.genesis-nav-menu>.date,
.genesis-nav-menu>.right>a {
    display: inline-block;
    padding: 20px 24px;
    padding: 2rem 2.4rem;
}

.genesis-nav-menu>.search {
    padding: 8px 0 0;
    padding: 0.8rem 0 0;
}

.genesis-nav-menu>.search input {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 12px 20px;
    padding: 1.2rem 2rem;
}


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

.site-header .genesis-nav-menu li li {
    margin-left: 0;
}


/* Primary Navigation
--------------------------------------------- */

.nav-primary {
    background-color: #002C76;
}

.nav-primary,
.nav-primary a,
.nav-primary a:hover,
.nav-primary a:active,
.nav-primary a:visited {
    color: #fff;
}

.nav-primary a {
    /*  margin-left: 15px;
    margin-right: 15px;
    border-bottom:solid 4px #002C76;     */
    outline: none;
}

.nav-primary a:hover {
    /*   border-bottom:solid 1px #E29B23;   */
}

.nav-primary .sub-menu a {
    background-color: #333;
    border-color: transparent;
    color: #fff;
}


/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
    background-color: #F8F8F8;
}


/* Responsive Menu
--------------------------------------------- */

#responsive-menu-icon {
    cursor: pointer;
    display: none;
    padding: 17px 0 18px;
    padding: 1.7rem 0 1.8rem;
    text-align: center;
}

#responsive-menu-icon::before {
    -webkit-font-smoothing: antialiased;
    color: #fff;
    content: "\e00e";
    font-family: 'Icon';
    font-size: 16px;
    font-size: 1.6rem;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin: 0 auto;
    speak: none;
    text-transform: none;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */


/* Home Page
--------------------------------------------- */

.home-top {
    overflow: hidden;
}

.home-top .widget:first-child h4 {
    padding-top: 20px;
    padding-top: 2rem;
}

.home-top .entry {
    background: none;
}

.home-top .featured-content a.alignleft,
.home-top .featured-content a.alignnone,
.home-top .featured-content a.alignright {
    margin-bottom: 0;
}

.home-top a.alignleft,
.home-top a.alignright {
    width: 66%;
}

.home-top .featured-content,
.home-top .featured-content .entry {
    border: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.home-top .featured-content .entry-header {
    border: none;
    padding: 10% 40px 0;
    padding: 10% 4rem 0;
}

.home-top .featured-content .entry-title {
    font-size: 30px;
    font-size: 3rem;
}

.home-top .featured-content .entry-content {
    padding: 0 40px;
    padding: 0 4rem;
}

.home-top .more-link {
    display: table;
    text-align: center;
}

.home-bottom .widget {
    /*  background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
    float: left;
    margin-left: 10%;
    padding: 40px;
    padding: 4rem;
    width: 460px;     */
}

.home-bottom .widget:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}


/* Entries
--------------------------------------------- */

.entry {
    background-color: transparent;
    /* border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
    padding: 40px;
    padding: 4rem; */
    margin-bottom: 40px;
    margin-bottom: 4rem;
}

.entry-header {
    margin: -40px -40px 1px;
    margin: -4rem -4rem .1rem;
    padding: 40px 40px 20px 40px;
    padding: 4rem 4rem 2rem 4rem;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
    margin-bottom: 250px;
    margin-bottom: 2.5rem;
}

.entry-content ol,
.entry-content ul {
    margin-left: 40px;
    margin-left: 4rem;
}

.entry-content ol>li {
    list-style-type: decimal;
}

.entry-content ul>li {
    list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
    margin-bottom: 0;
}

.entry-content code {
    background-color: #333;
    color: #ddd;
}


/* Entry Meta
--------------------------------------------- */

p.entry-meta {
    color: #aaa;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 0;
    display: none;
}

.entry-meta a {
    font-weight: 700;
}

.entry-header .entry-meta {
    margin: 10px 0 0;
    margin: 1rem 0 0;
    display: none;
}

.entry-footer {
    margin-top: 22px;
    margin-top: 2.2rem;
}

.entry-footer .entry-meta {
    border-top: 1px solid #ececec;
    margin: 0 -40px;
    margin: 0 -4rem;
    padding: 40px 40px 0;
    padding: 4rem 4rem 0;
}

.entry-tags {
    float: right;
}

.entry-comments-link::before {
    content: "\2014";
    margin: 0 6px 0 2px;
    margin: 0 0.6rem 0 0.2rem;
}


/* After Entry
--------------------------------------------- */

.after-entry {
    background-color: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
    margin-bottom: 40px;
    margin-bottom: 4rem;
}

.after-entry .widget {
    margin: 0;
    padding: 40px;
    padding: 4rem;
}

.after-entry .widget-title {
    border-top: 1px solid #ececec;
    margin: -40px -40px 30px;
    margin: -4rem -4rem 3rem;
    padding: 30px 40px;
    padding: 3rem 4rem;
}

.after-entry .widget:first-child .widget-title {
    border-top: 0;
}

.after-entry .featured-content .entry:last-of-type,
.after-entry .featured-content .more-from-category {
    border-bottom: none;
}

.after-entry .featured-content .more-from-category {
    padding: 20px 40px;
    padding: 2rem 4rem;
}

.after-entry li {
    list-style-type: none;
}


/* Pagination
--------------------------------------------- */

.pagination {
    margin: 20px 0;
    margin: 2rem 0;
}

.adjacent-entry-pagination {
    margin-bottom: 0;
}

.archive-pagination li {
    display: inline;
}

.archive-pagination li a {
    background-color: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
    color: #333;
    cursor: pointer;
    display: inline-block;
    padding: 8px 12px;
    padding: 0.8rem 1.2rem;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
    background-color: #002c76;
    color: #fff;
}

.entry-pagination.pagination {
    margin: 0 0 10px;
    margin: 0 0 1rem;
}


/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
    background-color: #fff;
    border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
    margin-bottom: 40px;
    margin-bottom: 4rem;
}

.comment-respond {
    padding: 40px 40px 16px;
    padding: 4rem 4rem 1.6rem;
}

.comment-respond h3 {
    border-bottom: 1px solid #ececec;
    margin: -40px -40px 40px;
    margin: -4rem -4rem 4rem;
    padding: 30px 40px;
    padding: 3rem 4rem;
}

.entry-comments {
    border-bottom-width: 0;
}

.entry-comments h3,
.entry-pings h3 {
    border-bottom: 1px solid #ececec;
    margin: 0;
    padding: 30px 40px;
    padding: 3rem 4rem;
}

.comment-list li.depth-1 {
    border-bottom: 1px solid #ececec;
    padding-bottom: 40px;
    padding-bottom: 4rem;
}

.comment-content {
    clear: both;
}

.comment-list li {
    padding: 40px 40px 0;
    padding: 4rem 4rem 0;
}

.comment-list li li {
    padding-right: 0;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}

.comment-respond label {
    display: block;
    margin-right: 12px;
    margin-right: 1.2rem;
}

.entry-comments .comment-author,
.entry-comments .comment-author a {
    color: #333;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}

.comment-meta,
.comment-meta a {
    color: #aaa;
    font-size: 14px;
    font-size: 1.4rem;
}

.entry-comments .comment-author a:hover,
.comment-meta a:hover {
    color: #002c76;
}

.ping-list li {
    padding: 40px 40px 16px;
    padding: 4rem 4rem 1.6rem;
}

.entry-pings .reply {
    display: none;
}

.comment-reply-link {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}

.form-allowed-tags {
    background-color: #f5f5f5;
    padding: 24px;
    padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar .widget {
    background-color: #fff;
    /*  border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
    padding: 40px;
    padding: 4rem;     */
    margin-right: 50px;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
    background-color: #f4f3f2;
    border-top: solid 5px #F59F1A;
    clear: both;
    padding-top: 40px;
    padding-top: 4rem;
    padding-left: 50px;
    padding-left: 5rem;
    padding-right: 80px;
    padding-right: 8rem;
    padding-bottom: 20px;
}

.footer-widgets input {
    border: 1px solid #333;
}

.footer-widgets li {
    border-bottom: 1px dotted #ececec;
    margin-bottom: 10px;
    margin-bottom: 1rem;
    padding-bottom: 10px;
    padding-bottom: 1rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
    width: 340px;
}

.footer-widgets-1 {
    margin-right: 60px;
    margin-right: 6rem;
}

.footer-widgets-1,
.footer-widgets-2 {
    float: left;
}

.footer-widgets-3 {
    float: right;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    background-color: #fff;
    border-top: 1px solid #ececec;
    color: #aaa;
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 1px;
    letter-spacing: 0.1rem;
    padding: 40px 40px;
    padding: 4rem 4rem;
    text-align: center;
    text-transform: uppercase;
}

.site-footer a {
    color: #aaa;
}

.site-footer a:hover {
    color: #002c76;
}

.site-footer p {
    margin-bottom: 0;
}


/*
Theme Colors
---------------------------------------------------------------------------------------------------- */


/* Enterprise Pro Black
--------------------------------------------- */

.enterprise-pro-black .comment-meta a,
.enterprise-pro-black .genesis-nav-menu .current-menu-item>a,
.enterprise-pro-black .genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.enterprise-pro-black .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-black .genesis-nav-menu a:hover,
.enterprise-pro-black .site-footer a,
.enterprise-pro-black a:hover {
    color: #aaa;
}

.enterprise-pro-black .comment-meta a:hover,
.enterprise-pro-black .entry-comments .comment-author a,
.enterprise-pro-black .entry-title a,
.enterprise-pro-black .genesis-nav-menu a,
.enterprise-pro-black .sidebar .widget-title a,
.enterprise-pro-black .site-footer a:hover,
.enterprise-pro-black .site-title a,
.enterprise-pro-black .site-title a:hover,
.enterprise-pro-black a {
    color: #333;
}

.enterprise-pro-black .nav-primary a {
    color: #fff;
}

.enterprise-pro-black .archive-pagination .active a,
.enterprise-pro-black .archive-pagination li a:hover,
.enterprise-pro-black .button,
.enterprise-pro-black .home-top .more-link,
.enterprise-pro-black button,
.enterprise-pro-black input[type="button"],
.enterprise-pro-black input[type="reset"],
.enterprise-pro-black input[type="submit"] {
    background-color: #333;
    color: #fff;
}

.enterprise-pro-black .button:hover,
.enterprise-pro-black .home-top .more-link:hover,
.enterprise-pro-black button:hover,
.enterprise-pro-black input:hover[type="button"],
.enterprise-pro-black input:hover[type="reset"],
.enterprise-pro-black input:hover[type="submit"] {
    background-color: #aaa;
    color: #fff;
}


/* Enterprise Pro Green
--------------------------------------------- */

.enterprise-pro-green .comment-meta a:hover,
.enterprise-pro-green .entry-comments .comment-author a:hover,
.enterprise-pro-green .entry-title a:hover,
.enterprise-pro-green .genesis-nav-menu .current-menu-item>a,
.enterprise-pro-green .genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.enterprise-pro-green .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-green .genesis-nav-menu a:hover,
.enterprise-pro-green .site-footer a:hover,
.enterprise-pro-green .site-title a,
.enterprise-pro-green .site-title a:hover,
.enterprise-pro-green a {
    color: #2bc876;
}

.enterprise-pro-green .comment-meta a,
.enterprise-pro-green .site-footer a {
    color: #aaa;
}

.enterprise-pro-green .entry-comments .comment-author a,
.enterprise-pro-green .entry-title a,
.enterprise-pro-green .genesis-nav-menu a,
.enterprise-pro-green .sidebar .widget-title a,
.enterprise-pro-green a:hover {
    color: #333;
}

.enterprise-pro-green .nav-primary a {
    color: #fff;
}

.enterprise-pro-green .archive-pagination .active a,
.enterprise-pro-green .archive-pagination li a:hover,
.enterprise-pro-green .button,
.enterprise-pro-green .home-top .more-link,
.enterprise-pro-green button,
.enterprise-pro-green input[type="button"],
.enterprise-pro-green input[type="reset"],
.enterprise-pro-green input[type="submit"] {
    background-color: #2bc876;
    color: #fff;
}

.enterprise-pro-green .button:hover,
.enterprise-pro-green .home-top .more-link:hover,
.enterprise-pro-green button:hover,
.enterprise-pro-green input:hover[type="button"],
.enterprise-pro-green input:hover[type="reset"],
.enterprise-pro-green input:hover[type="submit"] {
    background-color: #333;
    color: #fff;
}


/* Enterprise Pro Orange
--------------------------------------------- */

.enterprise-pro-orange .comment-meta a:hover,
.enterprise-pro-orange .entry-comments .comment-author a:hover,
.enterprise-pro-orange .entry-title a:hover,
.enterprise-pro-orange .genesis-nav-menu .current-menu-item>a,
.enterprise-pro-orange .genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.enterprise-pro-orange .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-orange .genesis-nav-menu a:hover,
.enterprise-pro-orange .site-footer a:hover,
.enterprise-pro-orange .site-title a,
.enterprise-pro-orange .site-title a:hover,
.enterprise-pro-orange a {
    color: #ff6f00;
}

.enterprise-pro-orange .comment-meta a,
.enterprise-pro-orange .site-footer a {
    color: #aaa;
}

.enterprise-pro-orange .entry-comments .comment-author a,
.enterprise-pro-orange .entry-title a,
.enterprise-pro-orange .genesis-nav-menu a,
.enterprise-pro-orange .sidebar .widget-title a,
.enterprise-pro-orange a:hover {
    color: #333;
}

.enterprise-pro-orange .nav-primary a {
    color: #fff;
}

.enterprise-pro-orange .archive-pagination .active a,
.enterprise-pro-orange .archive-pagination li a:hover,
.enterprise-pro-orange .button,
.enterprise-pro-orange .home-top .more-link,
.enterprise-pro-orange button,
.enterprise-pro-orange input[type="button"],
.enterprise-pro-orange input[type="reset"],
.enterprise-pro-orange input[type="submit"] {
    background-color: #ff6f00;
    color: #fff;
}

.enterprise-pro-orange .button:hover,
.enterprise-pro-orange .home-top .more-link:hover,
.enterprise-pro-orange button:hover,
.enterprise-pro-orange input:hover[type="button"],
.enterprise-pro-orange input:hover[type="reset"],
.enterprise-pro-orange input:hover[type="submit"] {
    background-color: #333;
    color: #fff;
}


/* Enterprise Pro Red
--------------------------------------------- */

.enterprise-pro-red .comment-meta a:hover,
.enterprise-pro-red .entry-comments .comment-author a:hover,
.enterprise-pro-red .entry-title a:hover,
.enterprise-pro-red .genesis-nav-menu .current-menu-item>a,
.enterprise-pro-red .genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.enterprise-pro-red .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-red .genesis-nav-menu a:hover,
.enterprise-pro-red .site-footer a:hover,
.enterprise-pro-red .site-title a,
.enterprise-pro-red .site-title a:hover,
.enterprise-pro-red a {
    color: #ff473a;
}

.enterprise-pro-red .comment-meta a,
.enterprise-pro-red .site-footer a {
    color: #aaa;
}

.enterprise-pro-red .entry-comments .comment-author a,
.enterprise-pro-red .entry-title a,
.enterprise-pro-red .genesis-nav-menu a,
.enterprise-pro-red .sidebar .widget-title a,
.enterprise-pro-red a:hover {
    color: #333;
}

.enterprise-pro-red .nav-primary a {
    color: #fff;
}

.enterprise-pro-red .archive-pagination .active a,
.enterprise-pro-red .archive-pagination li a:hover,
.enterprise-pro-red .button,
.enterprise-pro-red .home-top .more-link,
.enterprise-pro-red button,
.enterprise-pro-red input[type="button"],
.enterprise-pro-red input[type="reset"],
.enterprise-pro-red input[type="submit"] {
    background-color: #ff473a;
    color: #fff;
}

.enterprise-pro-red .button:hover,
.enterprise-pro-red .home-top .more-link:hover,
.enterprise-pro-red button:hover,
.enterprise-pro-red input:hover[type="button"],
.enterprise-pro-red input:hover[type="reset"],
.enterprise-pro-red input:hover[type="submit"] {
    background-color: #333;
    color: #fff;
}


/* Enterprise Pro Teal
--------------------------------------------- */

.enterprise-pro-teal .comment-meta a:hover,
.enterprise-pro-teal .entry-comments .comment-author a:hover,
.enterprise-pro-teal .entry-title a:hover,
.enterprise-pro-teal .genesis-nav-menu .current-menu-item>a,
.enterprise-pro-teal .genesis-nav-menu .sub-menu .current-menu-item>a:hover,
.enterprise-pro-teal .genesis-nav-menu .sub-menu a:hover,
.enterprise-pro-teal .genesis-nav-menu a:hover,
.enterprise-pro-teal .site-footer a:hover,
.enterprise-pro-teal .site-title a,
.enterprise-pro-teal .site-title a:hover,
.enterprise-pro-teal a {
    color: #34bfba;
}

.enterprise-pro-teal .comment-meta a,
.enterprise-pro-teal .site-footer a {
    color: #aaa;
}

.enterprise-pro-teal .entry-comments .comment-author a,
.enterprise-pro-teal .entry-title a,
.enterprise-pro-teal .genesis-nav-menu a,
.enterprise-pro-teal .sidebar .widget-title a,
.enterprise-pro-teal a:hover {
    color: #333;
}

.enterprise-pro-teal .nav-primary a {
    color: #fff;
}

.enterprise-pro-teal .archive-pagination .active a,
.enterprise-pro-teal .archive-pagination li a:hover,
.enterprise-pro-teal .button,
.enterprise-pro-teal .home-top .more-link,
.enterprise-pro-teal button,
.enterprise-pro-teal input[type="button"],
.enterprise-pro-teal input[type="reset"],
.enterprise-pro-teal input[type="submit"] {
    background-color: #34bfba;
    color: #fff;
}

.enterprise-pro-teal .button:hover,
.enterprise-pro-teal .home-top .more-link:hover,
.enterprise-pro-teal button:hover,
.enterprise-pro-teal input:hover[type="button"],
.enterprise-pro-teal input:hover[type="reset"],
.enterprise-pro-teal input:hover[type="submit"] {
    background-color: #333;
    color: #fff;
}

.wrap {
    width: 100%;
}

.site-inner .wrap {
    max-width: 1170px;
}

.home-top .wrap {
    max-width: 100%;
}

.home-bottom .widget {
    margin-left: 0!important;
}

.home-bottom .widget:nth-child(3n+1) {
    margin-left: 0!important;
}

.home-bottom .widget:first-child {
    float: left;
}

.genesis-nav-menu a {
    padding: 15px 35px;
}

.site-title {
    margin-left: 0;
}

.featured-content.featuredpage {
    width: 50%;
    padding: 0 30px!important;
    background: none!important;
    border-radius: 0;
    border: 0;
    box-shadow: none;
}

.featured-content.featuredpage .widget-wrap {
    background-color: #fff;
    border-radius: 0;
    border: 1px solid #ececec;
    box-shadow: 0 1px #ececec;
}

.featured-content.featuredpage .widget-wrap .alignleft {
    margin: 0 0 20px;
}

.featured-content.featuredpage .widget-wrap .alignright {
    margin: 0 0 20px;
}

.content {
    margin-left: 0!important;
    float: left;
    margin: 0!important;
}

.communityImage {
    float: left;
    width: 50%;
    padding: 0 30px;
    margin-bottom: 40px;
}

.communityImage img {
    /*  float:left;
  width:100%;
  border:3px solid #ccc;
  border-radius:10px;   */
}

.communityText {
    float: left;
    width: 50%;
    padding: 0 30px;
    margin-bottom: 40px;
}

.btn-blue {
    display: inline-block;
    border: 1px solid #b7cff3;
    background: #002c75;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
}

.btn-blue:hover {
    color: #fff;
}

.top-10 {
    margin-top: 10px;
}

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

.top-30 {
    margin-top: 30px;
}

.top-40 {
    margin-top: 40px;
}

.top-50 {
    margin-top: 50px;
}

.top-60 {
    margin-top: 60px;
}

.top-70 {
    margin-top: 70px;
}

.top-80 {
    margin-top: 80px;
}

.top-100 {
    margin-top: 90px;
}

.top-100 {
    margin-top: 100px;
}

.nav-primary .sub-menu a:hover {
    border-bottom: 1px solid #e19b22;
    color: #e29b23;
}

.nav-primary li:hover>a {
    /*  border-bottom:4px solid #e29b23;   */
}

.nav-primary li:active>a {
    /* border-bottom: 4px solid #e29b23; */
}

.inlineForm {
    float: left;
    width: 100%;
    display: table;
}

.inlineForm .wpcf7-form-control-wrap {
    float: left;
    width: 100%;
}

.inlineForm .wpcf7-form-control-wrap input {
    float: left;
    width: 100%;
    height: 38px;
    border: 1px solid #e7e6e4;
    border-radius: 0;
    margin: 0;
}

.inlineForm .btnWrap {
    width: auto;
    display: table-cell;
    vertical-align: middle;
}

.inlineForm .btnWrap .wpcf7-submit {
    background-color: #F59F1A;
    border: none;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    padding: 12px 20px;
    width: auto;
    margin: 0;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 5px;
}

.footerNav {
    padding: 25px 0;
    background: #efeeec;
    text-align: center;
}

.footerNav .menu {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footerNav .menu li {
    display: inline-block;
    border-left: 2px solid #8b8a88;
    line-height: 100%;
}

.footerNav .menu li:first-child {
    border-left: 0;
}

.footerNav .menu li a {
    padding: 0 4px 0 8px;
    text-transform: uppercase;
    color: #8b8a88;
    font-size: 12px;
    font-weight: 700;
    line-height: 100%;
    display: inline-block;
}

.nav-primary .sub-menu a {
    background: #002c76;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
    float: left!important;
    width: 100%!important;
    margin: 10px 0 20px!important;
    padding: 10px!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div.wpcf7-mail-sent-ok {
    margin: 0 0 20px!important;
}

.footerImageFloated {
    float: left;
}

.footerTextImage {
    margin-left: 128px;
}

.featured-content .entry-header {
    width: 100%;
    float: left;
}

.featured-content .has-post-thumbnail .alignleft,
.featured-content .has-post-thumbnail .alignright,
.featured-content .has-post-thumbnail .alignleft img,
.featured-content .has-post-thumbnail .alignright img {
    width: 100%;
    float: left;
}

.featured-content .entry-content {
    width: 100%;
    float: left;
}

.footer-widgets .widget {
    float: left;
    width: 100%;
}

.footer-widgets .textwidget img {
    vertical-align: bottom;
}

.footer-widgets .widget-area {
    width: 33.3333%!important;
    margin-right: 0!important;
    padding: 0 15px!important;
}

.featuredInfo {
    /* padding-top:25px;  */
    background: #f4f3f2;
}

.page-template-default .site-inner {
    padding-top: 25px!important;
}

.featuredInfoWrap {
    float: left;
    width: 100%;
    display: table;
}

.featuredImage {
    display: table-cell;
    width: 20%;
    vertical-align: top;
}

.featuredImage img {
    float: left;
    width: 100%;
    height: auto;
}

.featuredDescription {
    display: table-cell;
    width: 35%;
    background: #ffcc00;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}

.featuredDescription p {
    margin-bottom: 0;
    margin-top: 20px;
    color: #000;
}

.featuredDescription h1,
.featuredDescription h2,
.featuredDescription h3,
.featuredDescription h4,
.featuredDescription h5,
.featuredDescription h6 {
    color: #fff;
}

.sidebar .widget {
    margin-right: 0;
}



/*
Custom--------------------------------------------------------------------------------------------------- */

p.entry-meta {
    display: none;
}

.ecae-image {
    float: right;
}

blockquote {
    display: block;
    background: #fff;
    padding: 30px 80px 10px 80px;
    margin: 40px;
    position: relative;
    font-family: Georgia, serif;
    font-size: 20px;
    line-height: 1.2;
    color: #999;
    text-align: left;
    -moz-box-shadow: 2px 2px 15px #ccc;
    -webkit-box-shadow: 2px 2px 15px #ccc;
    box-shadow: 2px 2px 15px #ccc;
}

blockquote::before {
    content: "\201C";
    /*Unicode for Left Double Quotes*/
    font-family: Georgia, serif;
    font-size: 60px;
    font-weight: bold;
    color: #002C76;
    position: absolute;
    left: 10px;
    top: 5px;
}

blockquote::after {
    content: "";
}

blockquote a {
    text-decoration: none;
    background: #eee;
    cursor: pointer;
    padding: 0 3px;
    color: #c76c0c;
}

blockquote a:hover {
    color: #666;
}

blockquote em {
    font-style: italic;
}

// Removes Post Info Sitewide
.post-info .author,
.post-info .date {
    display: none;
}

// Removes Post Info From Home Page
.home .post-info .author,
.post-info .date {
    display: none;
}

// Removes Post Info From Blog Page
.blog .post-info .author,
.post-info .date {
    display: none;
}

// Removes Post Info From News Category Archive Page
.category-news .post-info .author,
.post-info .date {
    display: none;
}

.loc {
    border: 1px solid #005cb9;
    background-color: #f4f3f2;
    overflow: auto;
    margin-bottom: 1.7em;
    padding: 1em!important
}

#more-button {
    background-color: #e29b23;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 11px;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 10px 20px;
    padding: 1rem 2em;
    width: auto;
    text-transform: uppercase;
}

.searchandfilter ul li {
    display: inline-block !important;
    padding: 10px 50px 15px 20px !important;
}

.sidebar ul {
    margin: 0;
    padding: 0;
}

.sidebar ul li {
    margin: 0;
    padding: 9px 10px;
    list-style: none;
    line-height: 100%;
}

.sidebar ul li a {
    font-size: 14px;
    line-height: 100%;
}

.sidebar .widget-title {
    margin: 0;
    padding: 10px 15px;
    background: #A8B50A;
    color: #FFFFFF;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    margin-top: 110px;
}

.blog-item {
    border: 1px solid #cccccc;
    margin-bottom: 50px;
    overflow: hidden;
    padding: 0 5px 20px;
}

.publish-date {
    background: #002c76;
    color: #fff;
    font-size: 11px;
    margin-bottom: 10px;
    padding: 8px 10px;
    text-align: center;
    display: inline-block;
    margin-top: -15px;
}

.attachment-custom_thumb {
    float: left;
    margin-right: 15px;
    padding-bottom: 15px;
}

.blog-item .entry {
    background-color: #fff;
    border: none;
    box-shadow: none;
    padding: 0px 10px;
    margin: 0px;
}

a.more {
    color: #002c76;
    font-weight: 700;
    display: inline-block;
}

.servicebox {
    /* border: 1px solid #f0f0f0; */
    background: #fff;
    padding: 10px;
    position: relative;
}

.wrapper {
    clear: both;
    width: 80%;
    max-width: 925px;
    display: block;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
}

.home-bottom .widget:first-child {
    float: none;
    width: 100%;
}

.servicebox {
    min-height: 410px;
}

.getconnected h3 {
    border-bottom: 1px solid #e0e0e0;
    font-weight: 400;
    color: ##002d73;
    margin-bottom: 15px;
    padding: 0px;
    padding-left: 10px;
}

.site-header {
    margin-bottom: 0px !important;
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {}

@media only screen and (max-width: 1139px) {
    .wrap {
        max-width: 960px;
    }
    .content-sidebar-sidebar .content-sidebar-wrap,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-sidebar-content .content-sidebar-wrap {
        width: 740px;
    }
    .content {
        width: 620px;
    }
    .site-header .widget-area {
        width: auto
    }
    .sidebar-content-sidebar .content,
    .sidebar-sidebar-content .content,
    .content-sidebar-sidebar .content {
        width: 400px;
    }
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-primary {
        width: 300px;
    }
    .footer-widgets-1 {
        margin-right: 30px;
        margin-right: 3rem;
    }
    .site-inner .wrap {
        max-width: 1024px;
    }
    .slide-excerpt {
        background-color: #000 !important;
        float: right;
        margin: 10px !important;
    }
    .genesis-nav-menu a {
        padding: 20px;
    }
    .slide-image {
        height: auto;
        width: 60% !important;
    }
}


@media (max-width: 1024px) {
    .site-header .wrap,
    .site-footer .wrap {
        width: 100%;
        max-width: 100%;
    }
    .genesis-nav-menu li a {
        font-size: 16px;
        padding: 0 15px;
        text-align: center;
    }
}

@media only screen and (max-width: 1023px) {
    .wrap {
        max-width: 100%;
    }
   
    .content,
    .content-sidebar-sidebar .content,
    .content-sidebar-sidebar .content-sidebar-wrap,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .sidebar-content-sidebar .content,
    .sidebar-content-sidebar .content-sidebar-wrap,
    .sidebar-primary,
    .sidebar-secondary,
    .sidebar-sidebar-content .content,
    .sidebar-sidebar-content .content-sidebar-wrap,
    .site-header .widget-area,
    .title-area {
        width: 100%;
    }
    .genesis-nav-menu li,
    .site-header ul.genesis-nav-menu,
    .site-header .search-form {
        float: none;
    }
    .genesis-nav-menu,
    .site-description,
    .site-header .search-form,
    .site-header .title-area,
    .site-header .widget-area,
    .site-title {
        text-align: center;
    }
    .genesis-nav-menu a,
    .genesis-nav-menu>.first>a,
    .genesis-nav-menu>.last>a {
        padding: 20px 16px;
        padding: 2rem 1.6rem;
    }
    .site-header .search-form {
        margin: 16px auto;
        margin: 1.6rem auto;
    }
    .genesis-nav-menu li.right {
        display: none;
    }
    .footer-widgets-1 {
        margin-right: 0;
    }
    .featured-content .alignnone {
        display: block;
        text-align: center;
    }
    .home-top a.alignleft,
    .home-top a.alignright {
        width: 100%;
    }
    .home-top .featured-content .entry-header {
        clear: both;
        padding: 40px 40px 0;
        padding: 4rem 4rem 0;
    }
    .home-top .featured-content .entry-content {
        padding: 0 40px 40px;
        padding: 0 4rem 4rem;
    }
    .site-header .widget-area {
        width: 235px;
    }
    .title-area {
        width: 420px;
    }
    .site-title {
        width: 100%;
        background-size: 100% auto;
    }
    .site-title a {
        max-width: 100%;
        width: auto;
    }
    .site-header .search-form {
        margin: 0;
        width: 100%;
    }
    .footerImageFloated {
        float: left;
        width: 100%;
        text-align: center;
    }
    .footerImageFloated img {
        float: none;
        display: inline-block;
    }
    .footerTextImage {
        margin-left: 0;
        float: left;
        width: 100%;
        margin-top: 20px;
    }
    .featuredImage {
        width: 100%;
        float: left;
    }
    .featuredDescription {
        float: left;
        width: 100%;
    }
    .nav-primary a {
        margin-left: 5px;
        margin-right: 5px;
    }
    .home-top .wrap {
        width: 100%;
        max-width: 100%;
    }
    .slide-excerpt-border {
        padding: 0!important;
        margin: 0!important;
    }
    .slide-excerpt p {
        line-height: 130%!important;
    }
    .communityText .top-70 {
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .align-right,
    .alignright {
        text-align: center;
        float: none;
    }
    .box-80,
    .box-70,
    .box-75,
    .box-60,
    .box-65,
    .box-50,
    .box-40,
    .box-35,
    .box-30,
    .box-33,
    .box-25,
    .box-20,
    .box-15 {
        float: none;
        width: 100%;
        margin: 10px auto;
        display: block;
        clear: both;
    }
    .row {
        margin: 0px;
        padding: 0px;
    }
    .box-paddingL,
    .box-paddingR,
    .box-paddingS,
    .box-padding {
        padding: 5px 0px;
        margin: 0;
    }
    .topbutton {
        position: relative;
        background-color: #FFBC01;
        border: 2px solid #002C76;
        border-radius: 10px;
        box-shadow: none;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        cursor: pointer;
        font-family: 'Roboto Condensed', sans-serif;
        padding: 13px 20px;
        right: 0;
        margin-right: 0px;
        font-size: 24px;
        font-weight: 700;
        clear: both;
        width: 190px;
        margin: 0px auto;
        z-index: 999;
    }
    .facebook-like {
        display: block;
        clear: both;
        float: none;
        text-align: center;
        margin-right: 0;
        margin: 0 auto;
        padding-top: 15px;
        width: 100%;
        max-width: 400px;
    }
    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }
    .archive-pagination li a {
        margin-bottom: 4px;
        margin-bottom: 0.4rem;
    }
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        margin: 0;
        width: 100%;
    }
    .home-top .more-link {
        display: block;
    }
    .home-bottom .widget {
        margin: 0 0 40px;
        margin: 0 0 4rem;
        width: 100%;
    }
    .header-image .site-title a {
        background-size: contain !important;
    }
    .responsive-menu {
        display: none;
    }
    #responsive-menu-icon {
        display: block;
    }
    .content {
        margin: 0!important;
    }
    .communityImage {
        width: 100%;
        padding: 0;
    }
    .communityText {
        width: 100%;
        padding: 0 10px;
    }
    .communityText .top-70 {
        margin-top: 0;
    }
    .footer-widgets {
        padding-left: 20px;
        padding-right: 20px;
    }
    .featured-content.featuredpage {
        padding: 0 10px!important;
    }
    .widget_search {
        display: none;
    }
    .site-header .widget-area {
        width: 100%;
    }
    .header-widget-area .topbutton {
        margin: 0 15px;
    }
    .title-area {
        width: 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .site-title {
        background-size: contain!important;
        background-position: 50% 50%!important;
    }
    .footer-widgets .widget-area {
        width: 100%!important;
        margin-right: 0!important;
        padding: 0!important;
    }
    .genesis-nav-menu .menu-item {
        float: left;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .genesis-nav-menu .menu-item a {
        float: left;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
    }
    .site-footer {
        text-align: center;
    }
    .site-footer .alignleft {
        float: none;
        display: block;
        text-align: center;
        margin-bottom: 10px;
    }
    .site-footer .alignright {
        float: none;
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    .footerTextImage {
        text-align: center;
    }
    .textwidget {
        text-align: center;
    }
    .genesis-nav-menu .sub-menu {
        left: auto!important;
        position: relative!important;
        opacity: 1!important;
        width: 100%!important;
        float: left!important;
    }
    .slide-excerpt {
        display: none!important;
    }
    .flex-control-nav {
        display: none!important;
    }
    .slide-image {
        width: 100%!important;
    }
}