/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device 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,
menu,
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/10/11, Safari, and Firefox < 22.
 */

[hidden],
template
{
    display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a
{
    background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

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: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark
{
    color: #000;
    background: #ff0;
}

/**
 * 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: -.5em;
}

sub
{
    bottom: -.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
{
    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
{
    font: inherit; /* 2 */

    margin: 0; /* 3 */

    color: inherit; /* 1 */
}

/**
 * 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'],
input[type='reset'],
input[type='submit']
{
    cursor: pointer; /* 3 */

    -webkit-appearance: button; /* 2 */
}

/**
 * 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
{
    padding: 0;

    border: 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.
 */

input[type='search']
{
    box-sizing: content-box; /* 2 */

    -webkit-appearance: textfield; /* 1 */
}

/**
 * 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
{
    margin: 0 2px;
    padding: .35em .625em .75em;

    border: 1px solid #c0c0c0;
}

/**
 * 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
{
    padding: 0; /* 2 */

    border: 0; /* 1 */
}

/**
 * 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;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table
{
    border-spacing: 0;
    border-collapse: collapse;
}

td,
th
{
    padding: 0;
}

/* Popup Design */ 
#modal {
  margin:0;
  padding:0;
  background:#fff url(/images/popupbg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 550px;
  height: 361px;
  border: 2px solid #fff;
  box-shadow: 0 11px 15px -7px rgba(0, 0, 0, 0.2), 0 24px 38px 3px rgba(0, 0, 0, 0.14), 0 9px 46px 8px rgba(0, 0, 0, 0.12);
}

#modal input {
  border: none; 
  padding: 10px 5px;
  margin-bottom: 20px;
  width:70%;
  color: #000;

}

#modal h2 {
  color:#fff;
  font-size: 34px;
}

#modal p {
  color:#fff;
  font-size: 20px;
  line-height: 24px;
  margin: 20px 0;
}

#modal .section-heading {
  margin: 0 0 35px;
}

a.closer { 
  position: relative;
  float: right;
  top: -32px;
  right: 0px;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}

#all
{
  padding: 40px;
  color: #fff;
  text-align:center;
  position: relative;
}

#modal button {
  display: block;
  text-align: center;
  margin: 0 auto;
  border: 2px solid #fff;
  background: transparent;
  padding: 10px 30px;
  text-transform: uppercase;
}

#modal button:hover {
  background: #fff;
  color: #1d2951;
}


/* Font Design */ 

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ftotyx');
  src:  url('../fonts/icomoon.eot?ftotyx#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ftotyx') format('truetype'),
    url('../fonts/icomoon.woff?ftotyx') format('woff'),
    url('../fonts/icomoon.svg?ftotyx#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^='icon-'],
[class*=' icon-']
{
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1; /* Better Font Rendering =========== */

    text-transform: none;

    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "\e900";
}
.icon-twitter:before {
  content: "\e901";
}
.icon-facebook:before {
  content: "\e902";
}
.icon-youtube-circle:before {
  content: "\e903";
}
.icon-search:before {
  content: "\e904";
}
.icon-twitter-circle:before {
  content: "\e905";
}
.icon-facebook-circle:before {
  content: "\e906";
}
.icon-map:before {
  content: "\e907";
}
.icon-contact:before {
  content: "\e908";
}
.icon-eagle:before {
  content: "\e909";
}
.icon-federal:before {
  content: "\e90b";
}
.icon-flag:before {
  content: "\e90c";
}
.icon-pin:before {
  content: "\e90d";
}
.icon-pin2:before {
  content: "\e90e";
}
.icon-soldier:before {
  content: "\e910";
}
.icon-instagram:before {
  content: "\e90a";
}
.icon-instagram-circle:before {
  content: "\e90f";
}


/* fonts */

.main-nav,
.main-nav ul,
.social-list,
ul,
.survey-section .voting-list
{
    margin: 0;
    padding: 0;

    list-style: none;
}

.clearfix:after,
.container:after
{
    display: block;
    clear: both;

    content: '';
}

.ellipsis
{
    overflow: hidden;

    white-space: nowrap; /* 1 */
    text-overflow: ellipsis; /* 2 */
}

html
{
    box-sizing: border-box;
}

*,
*:before,
*:after
{
    box-sizing: inherit;
}

*
{
    max-height: 1000000px;
}

body
{
    font: 15px/1.2 'Helvetica', Helvetica, Arial, sans-serif;

    min-width: 320px;

    color: #333;
    background: #fff;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

img
{
    max-width: 100%;
    height: auto;

    vertical-align: top;
}

.gm-style img
{
    max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h
{
    font-family: inherit;
    font-weight: bold;

    margin: 0 0 .5em;

    color: inherit;
}

h1,
.h1
{
    font-size: 60px;
}

h2,
.h2
{
    font-size: 60px;
}

h3,
.h3
{
    font-size: 30px;
}

h4,
.h4
{
    font-size: 21px;
}

h5,
.h5
{
    font-size: 17px;
}

h6,
.h6
{
    font-size: 15px;
}

p
{
    margin: 0 0 1em;
}

a
{
    color: #39f;
}

a:hover,
a:focus
{
    text-decoration: none;
}

form,
fieldset
{
    margin: 0;
    padding: 0;

    border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea
{
    box-sizing: border-box;
    padding: .4em .7em;
    min-width: 68px;
    border: 1px solid #999;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
}

input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus
{
    border-color: #333;
}

input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder
{
    color: #999;
}

input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder
{
    opacity: 1;
    color: #999;
}

input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder
{
    color: #999;
}

input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder
{
    color: #999;
}

input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder
{
    color: #999;
}

select
{
    -webkit-border-radius: 0;
}

textarea
{
    resize: vertical;
    vertical-align: top;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit']
{
    cursor: pointer;

    -webkit-border-radius: 0;

    -webkit-appearance: none;
}

/* fonts */

@font-face
{
    font-family: 'Helvetica';
    font-weight: 700;
    font-style: normal;

    src: url('../fonts/HelveticaBold.woff') format('woff'), url('../fonts/HelveticaBold.woff') format('woff2'), url('../fonts/HelveticaBold.ttf') format('truetype');
}

@font-face
{
    font-family: 'Helvetica';
    font-weight: 300;
    font-style: normal;

    src: url('../fonts/HelveticaLight.woff') format('woff'), url('../fonts/HelveticaLight.woff') format('woff2'), url('../fonts/HelveticaLight.ttf') format('truetype');
}

@font-face
{
    font-family: 'Helvetica';
    font-weight: 400;
    font-style: normal;

    src: url('../fonts/HelveticaRegular.woff') format('woff'), url('../fonts/HelveticaRegular.woff') format('woff2'), url('../fonts/HelveticaRegular.ttf') format('truetype');
}

#header
{
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;

    padding: 11px 0;

    -webkit-transition: background .3s ease-in-out;
            transition: background .3s ease-in-out;

    background: rgba(255, 255, 255, .8);
}

#header a
{
    text-decoration: none;
}

#header .container
{
    max-width: 1504px;
    padding: 0 25px;
}

#header .container:before,
#header .container:after
{
    display: none;
}

.logo
{
    position: relative;
    z-index: 3;

    display: inline-block;

    width: 217px;

    vertical-align: top;
}

.logo a,
.logo img
{
    display: block;
}

#nav
{
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
}

.nav-slide
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    height: 100vh;
    padding: 19px 20px;

    -webkit-transition: -webkit-transform .3s ease-in-out, opacity .3s ease-in-out;
            transition:         transform .3s ease-in-out, opacity .3s ease-in-out;
    -webkit-transform: translateY(-100vh);
        -ms-transform: translateY(-100vh);
            transform: translateY(-100vh);

    opacity: 0;
    background: #fff;
}

.scroll-box
{
    overflow: auto;

    max-height: calc(100vh - 180px);
    padding: 5px 0 0;
}

.add-nav
{
    position: relative;

    display: inline-block;

    margin: 0 0 24px;

    vertical-align: top;
}

.add-nav.for-tablet
{
    display: none;

    -webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
            transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
}

.add-nav.for-tablet .search
{
    float: left;

    margin: 0 11px 0 0;
}

.add-nav.for-tablet .search .slide
{
    display: none;

    margin: 22px 0 0;
}

.main-nav
{
    text-align: center;
}

.main-nav > li
{
    margin: 0 0 12px;
}

.main-nav > li.active > .has-drop-down-a:after
{
    -webkit-transform: translateY(-50%) rotate(0);
        -ms-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
}

.main-nav > li.hover > a
{
    color: #c21807;
}

.main-nav > li.hover .slide:before
{
    visibility: visible;
}

.main-nav > li.current-page a
{
    color: #c21807;
}

.main-nav > li > a
{
    font-size: 30px;
    font-weight: 300;

    position: relative;

    display: inline-block;

    vertical-align: top;
    text-transform: capitalize;

    color: #333;
}

.main-nav > li > a.has-drop-down-a:before,
.main-nav > li > a.has-drop-down-a:after
{
    position: absolute;
    top: 50%;
    left: 100%;

    width: 14px;
    height: 2px;
    margin: 0 0 0 9px;

    content: '';
    -webkit-transition: -webkit-transform .3s ease-in-out;
            transition:         transform .3s ease-in-out;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background: #333;
}

.main-nav > li > a.has-drop-down-a:after
{
    -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
}

.main-nav a
{
    color: #333;
}

.main-nav ul.slide
{
    padding: 8px 0 0;
}

.main-nav ul.slide:before
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    visibility: hidden;

    height: 50px;

    content: '';
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);

    opacity: 0;
}

.main-nav ul.slide li
{
    margin: 0 0 11px;
}

.main-nav ul.slide li.current-sub-page a
{
    color: #c21807;
}

.main-nav ul.slide a
{
    font-size: 14px;
    font-weight: 700;
}

.main-nav ul.slide a:hover
{
    color: #c21807;
}

.social-list
{
    font-size: 23px;
    overflow: hidden;
    margin: 0 10px 0 0;
    min-width: 105px;
    float:left;
}

.footer-nav .social-list {
  float:none;
}

.social-list li
{
    display: inline-block;

    margin: 0 3px 0 0;

    vertical-align: top;
}

.social-list a
{
    -webkit-transition: color .3s ease-in-out;
            transition: color .3s ease-in-out;

    color: #333;
}

.social-list a:hover
{
    color: #c21807;
}

.nav-opener
{
    font-size: 0;

    position: absolute;
    z-index: 2;
    top: 50%;
    right: 25px;

    width: 30px;
    height: 20px;

    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.nav-opener:before,
.nav-opener:after,
.nav-opener span
{
    position: absolute;
    right: 0;
    left: 0;

    height: 4px;

    content: '';

    border-radius: 4px;
    background: #333;
}

.nav-opener:before
{
    top: 0;
}

.nav-opener span
{
    top: 8px;
}

.nav-opener:after
{
    bottom: 0;
}

.nav-closer
{
    font-size: 16px;

    position: absolute;
    z-index: 4;
    top: 13px;
    right: 25px;

    text-decoration: none;

    color: #333;
}

.nav-closer span
{
    font-size: 24px;

    color: #c21807;
}

.search
{
    z-index: 2;

    float: right;

    padding: 0 0 0 14px;

    border-left: 1px solid rgba(51, 51, 51, .5);
}

.search .opener
{
    font-size: 23px;
    line-height: 1.25;

    -webkit-transition: color .3s ease-in-out;
            transition: color .3s ease-in-out;

    color: #333;
}

.search .opener:hover
{
    color: #c21807;
}

.mac .search .opener
{
    line-height: 1.15;
}

.search .slide
{
    position: absolute;
    top: 100%;
    right: auto;
    left: 0;

    width: 100vw;
    padding: 0 36px 0 0;
}

.search-form
{
    position: relative;

    padding: 10px;

    background: rgba(255, 255, 255, .8);
}

.search-form [type='submit']
{
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 10px;
    font-weight: 300;
    line-height: 12px;

    position: absolute;
    top: 50%;
    right: 10px;

    padding: 1px 10px;

    -webkit-transition: color .3s ease-in-out, border-color .3s ease-in-out;
            transition: color .3s ease-in-out, border-color .3s ease-in-out;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    text-transform: uppercase;

    color: #333;
    border: 1px solid #333;
    outline: none;
    background: transparent;
    box-shadow: none;
}

.search-form [type='submit']:hover
{
    color: #c21807;
    border-color: #c21807;
}

.search-form input
{
    font-size: 13px;
    line-height: normal;

    width: 100%;
    height: 32px;
    padding: 0 53px 0 0;

    border: none;
    outline: none;
    background: transparent;
}

.search-form input::-webkit-input-placeholder
{
    color: #333;
}

.search-form input::-moz-placeholder
{
    opacity: 1;
    color: #333;
}

.search-form input:-moz-placeholder
{
    color: #333;
}

.search-form input:-ms-input-placeholder
{
    color: #333;
}

.search-form input.placeholder
{
    color: #333;
}

.mac .search-form
{
    font-size: 12px;
}

.nav-active #wrapper
{
    height: 100vh;
}

.nav-active #header
{
    background: #fff;
}

.nav-active .nav-slide
{
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);

    opacity: 1;
}

.resize-active *
{
    -webkit-transition: none !important;
            transition: none !important;
}

a,
.btn
{
    -webkit-transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out;
            transition: color .3s ease-in-out, background .3s ease-in-out, opacity .3s ease-in-out;
    text-decoration: none;
}

#wrapper
{
    position: relative;

    overflow: hidden;
}

#main > [class*=section]
{
    padding: 46px 0 44px;
}

#main > [class*=section] .btn-holder
{
    text-align: center;
}

.container
{
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.js-tab-hidden
{
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;

    display: block !important;
}

#footer
{
    padding: 95px 0;

    background-color: #532a72;
    background-repeat: no-repeat;
    background-position: 50%, 50%;
    background-size: cover;
}

#footer .section-heading
{
    margin: 0 0 32px;
}

#footer h2
{
    color: #fff;
}

#footer .tabset-holder
{
    position: relative;
}

#footer .tabset
{
    font-size: 22px;
    font-weight: 300;

    position: relative;
    z-index: 2;

    overflow: hidden;

    text-align: center;

    color: #fff;
}

#footer .tabset li
{
    margin: 0 0 14px;
}

#footer .tabset a
{
    color: #fff;
}

#footer .tabset a.active
{
    font-weight: 700;
}

#footer .tabset a:hover
{
    color: #c21807;
}

#footer .address-block
{
    font-style: normal;
    position: relative;
    z-index: 2;

    max-width: 190px;
    margin: 0 auto;
    padding: 110px 0 205px 36px;

    color: #1d2951;
}

#footer .address-block .title
{
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
}

#footer .address-list
{
    font-size: 11px;

    overflow: hidden;

    max-height: 75px;
}

#footer .address-list li
{
    line-height: 1.18;
}

#footer .address-list a
{
    color: #1d2951;
}

#footer .address-list a:hover
{
    text-decoration: underline;
}

#footer .pin-one
{
    font-size: 17px;

    position: absolute;
    top: 33px;
    left: 40px;

    width: 12px;

    color: #fff;
}

#footer .pin-two
{
    font-size: 17px;

    position: absolute;
    top: 71px;
    left: 133px;

    width: 12px;

    color: #fff;
}

.map-holder
{
    position: absolute;
    z-index: 1;
    top: 128px;
    right: 87px;
    left: 50%;

    width: 320px;

    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.footer-nav
{
    position: relative;
    z-index: 2;

    text-align: center;
}

.footer-nav .nav-list
{
    font-family: 'Lato', Helvetica, sans-serif;
    font-size: 14px;

    margin: 0 0 15px;

    text-transform: uppercase;

    color: #fff;
}

.footer-nav .nav-list li
{
    position: relative;

    display: inline-block;

    margin: 0 20px 0 0;

    vertical-align: top;
}

.footer-nav .nav-list li:before
{
    position: absolute;
    top: 0;
    right: -12px;
    bottom: 0;

    width: 1px;

    content: '';

    background: #fff;
}

.footer-nav .nav-list li:last-child
{
    margin: 0;
}

.footer-nav .nav-list li:last-child:before
{
    content: none;
}

.footer-nav .nav-list a
{
    color: #fff;
}

.footer-nav .nav-list a:hover
{
    color: #fe1700;
}

.footer-nav .social-list li
{
    margin: 0 3px 0 0;
    padding: 0 0 1px;
}

.footer-nav .social-list li:last-child
{
    margin: 0;
}

.footer-nav .social-list a
{
    font-size: 28px;

    display: block;

    color: #fff;
}

.footer-nav .social-list a:hover
{
    color: #c21807;
}

.btn
{
    font-size: 14px;
    line-height: 56px;

    display: inline-block;

    min-width: 246px;
    height: 60px;
    padding: 0 20px;

    text-align: center;
    vertical-align: top;
    text-transform: uppercase;

    border: 2px solid transparent;
}

.btn.btn-default
{
    color: #fff;
    background: #1d2951;
}

.btn.btn-default:hover
{
    color: #1d2951;
    background: #fff;
}

.btn.btn-primary
{
    color: #c21807;
    border-color: #c21807;
    background: transparent;
}

.btn.btn-primary:hover
{
    color: #fff;
    background: #c21807;
}

.hero {
  background-position: 50% 50%;
  background-size: cover;
}

.hero .container {
  position: relative;
  min-height: 450px;
}

.hero a {
  color: #fff;
  text-transform: capitalize;
  font: 600 46px/1.3 'Helvetica', Helvetica, Arial, sans-serif;
  text-align: center;
  top: 55%;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
}

.hero .headshot {
  position: absolute;
  right:0;
  bottom:0;
  width: 320px;
}

.crumbs {
  padding: 10px 0;
  color: #333;
  font-size:13px;
  text-transform: capitalize;
  border-bottom: 1px solid #f5f5f5;
}

.crumbs a {
  color: #333;
}

.crumbs .activelink {
  color: #c21807;
}

.buffer h2 {
  font: 300 48px/1.3 'Helvetica', Helvetica, Arial, sans-serif;
  color: #1d2951;
}

.buffer,
.linksbar {
  float:left;
  margin: 30px 0;
}

.buffer {
  width: 75%;
  box-sizing: border-box;
  padding: 0 30px 0 0;
}

.linksbar {
  width: 25%;
  background: #1d2951;
}

.linksbar h2 {
  font: 300 34px/1.3 'Helvetica', Helvetica, Arial, sans-serif;
  color:#fff;
  padding: 15px 0 0 20px;
  margin: 0;
}

.linksbar ul {
    padding: 0;
    margin: 0;
}

.linksbar ul li {
    list-style-type: none;
    padding: 0;
}

.linksbar ul li a {
    text-decoration: none;
    color: #fff;
    width: 100%;
    display: block;
    padding: 10px 20px;
}

.linksbar ul li a:hover {
  background: #c21807;
  color: #fff;
  font-weight:bold;
}


.banner
{
    position: relative;

    overflow-y: hidden;

    background-color: #cbcbcd;
}

.banner .slideshow
{
    position: relative;
}

.banner .slideshow .slide
{
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    left: 0;

    height: 250px;

    background-position: 50% 50%;
    background-size: cover;
}

.banner .slideshow .slide:after
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    width: 100%;

    content: '';

    background-color: rgba(17, 17, 17, .2);
}

.banner .slideshow .slide.active
{
    z-index: 9;
}

.banner .layout
{
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    padding: 70px 30px 30px;
}

.banner .banner-holder
{
    position: relative;

    display: table;
    overflow: hidden;

    max-width: 260px;
    height: 100%;
    margin: 0 auto;

    text-align: center;
}

.banner .banner-holder .banner-logo
{
    display: table-cell;

    vertical-align: middle;
}

.banner .banner-holder:after
{
    display: inline-block;
    overflow: hidden;

    width: 1px;
    min-height: 92%;
    margin: 0 0 0 -5px;

    content: '';
    vertical-align: middle;
}

.section-heading
{
    margin: 0 0 55px;

    text-align: center;
}

.section-heading .icon
{
    font-size: 23px;

    position: relative;

    display: inline-block;

    width: 44px;
    height: 44px;

    vertical-align: top;

    color: #fff;
    border-radius: 100%;
    background: #1d2951;
}

.section-heading .icon.alt
{
    color: #1d2951;
    background: #fff;
}

.section-heading .icon.alt:before,
.section-heading .icon.alt:after
{
    background: #fff;
}

.section-heading .icon:before,
.section-heading .icon:after
{
    position: absolute;
    top: 50%;
    left: -48px;

    width: 36px;
    height: 3px;

    content: '';
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);

    background: #1d2951;
}

.section-heading .icon:after
{
    right: -48px !important;
    left: auto !important;
}

.section-heading .icon [class^='icon-']
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.section-heading h2
{
    font-weight: 300;

    color: #1d2951;
}

.service-list
{
    margin: 0 0 5px;

    text-align: center;
    letter-spacing: -.4em;
}

.service-list li
{
    display: inline-block;

    width: 50%;
    margin: 0 0 15px;
    padding: 0 5px;

    vertical-align: top;
    letter-spacing: normal;
}

.service-list a
{
    display: block;

    color: #1d2951;
}

.service-list a:hover .icon-holder
{
    background: #c21807;
}

.service-list a:hover .name
{
    color: #c21807;
}

.service-list .icon-holder
{
    font-size: 59px;

    position: relative;

    display: block;

    width: 124px;
    height: 124px;
    margin: 0 auto 14px;

    -webkit-transition: background .3s ease-in-out;
            transition: background .3s ease-in-out;

    color: #fff;
    border-radius: 50%;
    background: #1d2951;
}

.service-list .icon-holder [class^='icon-']
{
    position: absolute;
    top: 50%;
    left: 50%;

    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

.service-list .icon-holder .icon-federal
{
    font-size: 65px;
}

.service-list .icon-holder .icon-flag
{
    font-size: 49px;
}

.service-list .name
{
    font-size: 14px;

    display: block;

    -webkit-transition: color .3s ease-in-out;
            transition: color .3s ease-in-out;
    text-align: center;
}

.subscribe-block
{
    padding: 36px 0 35px;

    background-color: #1d2951;
}

.subscribe-form label
{
    font-size: 32px;
    font-weight: 300;
    line-height: 1;

    display: block;

    margin: 0 0 15px;

    color: #fff;
}

.subscribe-form input
{
    font-family: 'Times New Roman', Times, Baskerville, Georgia, serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;

    display: inline-block;

    min-width: 695px;
    height: 42px;
    margin: 0 17px 0 15px;
    padding: 0 20px;

    vertical-align: middle;

    color: #151c34 !important;
    border: none;
}

.subscribe-form input::-webkit-input-placeholder
{
    color: #151c34;
}

.subscribe-form input:-moz-placeholder
{
    color: #151c34;
}

.subscribe-form input::-moz-placeholder
{
    opacity: 1;
    color: #151c34;
}

.subscribe-form input:-ms-input-placeholder
{
    color: #151c34;
}

.subscribe-form .btn
{
    line-height: 38px;

    min-width: 175px;
    height: 42px;
    padding: 0 14px;

    border-color: #fff;
}

.posts
{
    margin: 0 0 40px;
}

.post
{
    width: 100%;
    margin: 0 0 45px;
}

.post .post-heading
{
    margin: 0 0 9px;
}

.post .date-box
{
    letter-spacing: -.4em;
}

.post .date
{
    font-size: 10px;
    line-height: 1.15;

    display: inline-block;

    padding: 6px 12px;

    text-align: center;
    vertical-align: top;
    letter-spacing: normal;

    color: #fff;
    background: #1d2951;
}

.post .date span
{
    font-size: 26px;
}

.post h3
{
    font-weight: 400;
    line-height: 1.066;

    display: inline-block;

    width: calc(100% - 76px);
    margin: 0;
    padding: 0 0 0 6px;

    vertical-align: top;
    letter-spacing: normal;
}

.post .txt
{
    line-height: 1.733;

    margin: 0 0 18px;
}

.post .link-more
{
    font-weight: 700;

    float: right;

    text-align: right;

    color: #c21807;
}

.post .link-more:hover
{
    color: #1d2951;
}

.survey-section
{
    background-color: #c1c1c1;
    background-repeat: no-repeat;
    background-position: 50%, 50%;
    background-size: cover;
}

.survey-section .section-heading
{
    margin: 0 0 47px;
}

.survey-section .left-block
{
    position: relative;

    margin: 0 0 94px;
    padding: 0 0 70px;
}

.survey-section .left-block .btn-holder
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.survey-section .right-block
{
    position: relative;

    padding: 0 0 70px;
}

.survey-section .right-block .btn-holder
{
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.survey-section .voting-list
{
    margin: 0 0 38px;
}

.survey-section .voting-list li
{
    font: 400 16px/1.3 'Helvetica', Helvetica, Arial, sans-serif;

    display: block;

    margin: 0 0 27px;
}

.survey-section .content-hold
{
    display: table;

    width: 100%;

    background: rgba(236, 236, 236, .8);
}

.survey-section .content-hold span,
.survey-section .content-hold time
{
    display: table-cell;

    padding: 8px;

    text-align: center;
    vertical-align: middle;
}

.survey-section .content-hold .green,
.survey-section .content-hold .red
{
    font: 900 19px/1.3 'Helvetica', Helvetica, Arial, sans-serif;

    width: 134px;

    text-transform: uppercase;

    color: #fff;
    border-top: 2px solid #39b54a;
    border-bottom: 2px solid #39b54a;
    background: #39b54a;
}

.survey-section .content-hold .red
{
    border-top: 2px solid #e62323;
    border-bottom: 2px solid #e62323;
    background: #e62323;
}

.survey-section .content-hold .text
{
    text-transform: uppercase;
}

.survey-section .content-hold .text,
.survey-section .content-hold time,
.survey-section .content-hold .text,
.survey-section .content-hold .info
{
    font: 400 15px/1.3 'Helvetica', Helvetica, Arial, sans-serif;

    border-top: 2px solid #3c3c3c;
    border-bottom: 2px solid #3c3c3c;
}

.survey-section .content-hold .info
{
    padding: 10px 15px 10px 35px;

    text-align: left;

    border-right: 2px solid #3c3c3c;
}

.survey-section .facebook-widget
{
    margin: 0 0 39px;

    text-align: center;
}

.survey-section .btn
{
    letter-spacing: .7px;
}

.issues-list li
{
    margin: 0 0 30px;

    text-align: center;
}

.issues-list a
{
    position: relative;

    display: inline-block;

    vertical-align: top;
}

.issues-list a:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    content: '';
    -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;

    opacity: 0;
    background: rgba(51, 51, 51, .5);
}

.issues-list a:hover:before
{
    opacity: 1;
}

.issues-list .title
{
    font-size: 16px;

    position: absolute;
    bottom: 10px;
    left: 0;

    overflow: hidden;

    width: 100%;
    max-height: 120px;
    padding: 0 10px;

    text-align: center;
    text-transform: uppercase;

    color: #fff;
}

@media (min-width: 480px)
{
    #footer .address-list li
    {
        line-height: 1.25;
    }
}

@media (min-width: 768px)
{
    #header .container
    {
        padding: 0 32px;
    }

    .logo
    {
        width: 406px;
    }

    .nav-slide
    {
        padding: 55px 20px 30px;
    }

    .scroll-box
    {
        padding: 0;
    }

    .add-nav
    {
        display: none;
    }

    .add-nav.for-tablet
    {
        position: absolute;
        z-index: 3;
        top: 50%;
        right: 85px;
        left: auto;

        display: block;

        width: auto;
        margin: 0;

        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
    }

    .add-nav.for-tablet .search .slide
    {
        right: -52px;

        width: auto;
        margin: 40px 0 0 !important;
    }

    .main-nav > li
    {
        margin: 0 0 11px;
    }

    .main-nav > li > a
    {
        font-size: 36px;
    }

    .main-nav ul.slide a
    {
        font-size: 16px;
    }

    .social-list
    {
        margin: 0 18px 0 0;
    }

    .social-list li
    {
        margin: 0 0 0 7px;
    }

    .nav-opener
    {
        right: 31px;
    }

    .nav-closer
    {
        top: 52px;
        right: 31px;
    }

    .search
    {
        padding: 0 14px;

        border-right: 1px solid rgba(51, 51, 51, .5);
    }

    .search .opener
    {
        font-size: 26px;
    }

    .search .slide
    {
        padding: 0;
    }

    .search-form
    {
        padding: 10px 10px 11px;
    }

    .search-form [type='submit']
    {
        font-size: 13px;
    }

    .search-form input
    {
        width: 158px;
        padding: 2px 11px;
    }

    #main > [class*=section]
    {
        padding: 64px 0 65px;
    }

    #footer .section-heading
    {
        margin: 0 0 74px;
    }

    #footer .tabset-holder
    {
        letter-spacing: -.4em;
    }

    #footer .tabset
    {
        font-size: 27px;

        display: inline-block;

        width: 50%;
        max-height: 160px;

        text-align: left;
        vertical-align: top;
        letter-spacing: normal;
    }

    #footer .tabset li
    {
        margin: 0 0 21px;
    }

    #footer .tab-content
    {
        display: inline-block;

        width: 50%;

        vertical-align: top;
        letter-spacing: normal;
    }

    #footer .address-block
    {
        max-width: 100%;
        padding: 151px 35px 0;
    }

    #footer .address-block .title
    {
        font-size: 23px;
    }

    #footer .address-list
    {
        font-size: 14px;

        max-height: 102px;
    }

    #footer .pin-one
    {
        font-size: 32px;

        top: 5px;
        left: 22px;

        width: 20px;
    }

    #footer .pin-two
    {
        font-size: 32px;

        top: 71px;
        left: 181px;

        width: 20px;
    }

    .map-holder
    {
        top: -36px;
        right: -15px;
        left: auto;

        width: 74%;

        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }

    .footer-nav
    {
        max-width: 600px;
        padding: 250px 0 0;

        text-align: left;
        letter-spacing: -.4em;
    }

    .footer-nav .nav-list
    {
        display: inline-block;

        margin: 0;

        vertical-align: middle;
        letter-spacing: normal;
    }

    .footer-nav .social-list
    {
        display: inline-block;

        padding: 0 0 0 37px;

        vertical-align: middle;
        letter-spacing: normal;
    }

    .banner .slideshow .slide
    {
        height: 464px;
    }

    .banner .layout
    {
        padding: 110px 30px 64px;
    }

    .banner .banner-holder
    {
        max-width: 470px;
    }

    .service-list
    {
        margin: 0 -20px 29px;
    }

    .service-list li
    {
        width: 33.33%;
        margin: 0 0 28px;
        padding: 0 20px;
    }

    .service-list .icon-holder
    {
        font-size: 100px;

        width: 204px;
        height: 204px;
        margin: 0 auto 22px;
    }

    .service-list .icon-holder [class^='icon-']
    {
        margin: 5px 0 0;
    }

    .service-list .icon-holder .icon-federal
    {
        font-size: 108px;

        margin: 1px 0 0;
    }

    .service-list .icon-holder .icon-flag
    {
        font-size: 84px;
    }

    .service-list .name
    {
        font-size: 19px;
    }

    .subscribe-block
    {
        padding: 36px 0 40px;
    }

    .subscribe-form
    {
        max-width: 710px;
        margin: 0 auto;
    }

    .posts
    {
        margin: 0 0 67px;

        letter-spacing: -.4em;
    }

    .post
    {
        display: inline-block;

        width: 50%;
        margin: 0;
        padding: 0 14px 0 0;

        vertical-align: middle;
        letter-spacing: normal;
    }

    .post .post-heading
    {
        margin: 0 0 10px;
    }

    .post .date
    {
        font-size: 13px;

        padding: 6px 14px 8px;
    }

    .post .date span
    {
        font-size: 33px;
    }

    .post .txt
    {
        line-height: 1.714;
    }

    .survey-section .voting-list
    {
        max-width: 561px;
        margin: 0 0 39px;
        margin: 0 auto 39px;
    }

    .survey-section .content-hold .text,
    .survey-section .content-hold time,
    .survey-section .content-hold .text,
    .survey-section .content-hold .info
    {
        font: 400 16px/1.3 'Helvetica', Helvetica, Arial, sans-serif;
    }

    .issues-list
    {
        margin: 0 0 18px;

        letter-spacing: -.4em;
    }

    .issues-list li
    {
        display: inline-block;

        width: 50%;
        margin: 0 0 47px;
        padding: 0 15px;

        vertical-align: top;
        letter-spacing: normal;
    }

    .issues-list a
    {
        width: 100%;
    }

    .issues-list a img
    {
        width: 100%;
    }
}

@media (min-width: 800px)
{
    #footer .address-block
    {
        padding-top: 185px;
    }

    #footer .pin-two
    {
        top: 85px;
        left: 185px;
    }
}

@media (min-width: 900px)
{
    #footer .pin-one
    {
        top: 25px;
    }

    #footer .pin-two
    {
        top: 105px;
        left: 210px;
    }
}

@media (min-width: 968px)
{
    #footer .address-block
    {
        padding-top: 200px;
    }

    #footer .pin-two
    {
        left: 230px;
    }
}

@media (min-width: 1024px)
{
    #header
    {
        padding-bottom: 12px;
    }

    #header .container
    {
        position: relative;
    }

    .logo
    {
        float: left;

        width: 250px;
        padding: 16px 0;
    }

    #nav
    {
        position: static;

        padding: 0 211px 0 270px;
    }

    .nav-slide
    {
        position: static;

        height: auto;
        padding: 0;

        -webkit-transform: none;
            -ms-transform: none;
                transform: none;

        opacity: 1;
        background: transparent;
    }

    .scroll-box
    {
        overflow: visible;

        max-height: none;
    }

    .add-nav.for-tablet
    {
        right: 54px;
    }

    .add-nav.for-tablet .search .slide
    {
        right: 0;
        left: auto;

        width: 225px;
        margin: 7px 0 0 !important;
    }

    .main-nav
    {
        padding: 35px 0;

        text-align: left;
        text-align: right;
    }

    .main-nav > li
    {
        position: relative;

        display: inline-block;

        margin: 0 0 0 10px;

        text-align: left;
        vertical-align: top;
    }

    .main-nav > li.hover .slide
    {
        visibility: visible;

        opacity: 1;
    }

    .main-nav > li > a
    {
        font-size: 16px;
        font-weight: 700;

        text-transform: uppercase;
    }

    .main-nav > li > a.has-drop-down-a:before,
    .main-nav > li > a.has-drop-down-a:after
    {
        display: none;
    }

    .main-nav ul.slide
    {
        position: absolute;
        position: absolute;
        z-index: 4;
        top: 100%;
        left: 0;

        visibility: hidden;

        min-width: 227px;
        margin: 47px 0 0;
        padding: 20px;

        -webkit-transition: .3s ease-in-out;
                transition: .3s ease-in-out;
        -webkit-transition-property: opacity, visibility;
                transition-property: opacity, visibility;

        opacity: 0;
        background: rgba(255, 255, 255, .8);
    }

    .main-nav ul.slide a
    {
        font-weight: 400;
    }

    .social-list
    {
        margin: 0;
        padding: 32px 0;

        white-space: nowrap;
    }

    .nav-opener
    {
        display: none;
    }

    .nav-closer
    {
        display: none;
    }

    .search
    {
        position: relative;

        padding: 32px 29px 32px 20px;

        border-left: none;
    }

    .search .opener
    {
        line-height: 1.32;
    }

    .mac .search .opener
    {
        line-height: 1.3;
    }

    #main > [class*=section]
    {
        padding-top: 54px;
    }

    #footer .section-heading
    {
        margin: 0 0 81px;
    }

    #footer .tabset
    {
        font-size: 36px;

        max-height: 215px;
        padding: 0 65px 0 0;
    }

    #footer .tabset li
    {
        margin: 0 0 29px;
    }

    #footer .address-block
    {
        padding-top: 190px;
    }

    #footer .address-block .title
    {
        font-size: 30px;
    }

    #footer .address-list
    {
        font-size: 18px;

        overflow: hidden;

        max-height: 132px;
    }

    #footer .pin-one
    {
        font-size: 39px;

        top: 11px;

        width: auto;
    }

    #footer .pin-two
    {
        font-size: 39px;

        top: 97px;
        left: 215px;

        width: auto;
    }

    .map-holder
    {
        top: -44px;
        right: 39px;

        width: 67%;
    }

    .banner .slideshow .slide
    {
        height: 800px;
    }

    .banner .layout
    {
        padding: 110px 30px 30px;
    }

    .banner .banner-holder
    {
        max-width: 820px;
    }

    .service-list
    {
        margin-bottom: 0;
    }

    .service-list .icon-holder .icon-federal
    {
        font-size: 120px;
    }

    .service-list .icon-holder .icon-flag
    {
        font-size: 90px;
    }

    .subscribe-block
    {
        padding: 39px 0;
    }

    .subscribe-form
    {
        display: block;

        max-width: none;
        margin: 0;

        text-align: center;
    }

    .subscribe-form label
    {
        font-size: 36px;

        display: inline-block;

        margin: 0;

        vertical-align: middle;
    }

    .posts
    {
        margin: 0 -15px 44px;
    }

    .post
    {
        width: 33.33%;
        padding: 0 15px;
    }

    .post .post-heading
    {
        margin: 0 0 15px;
    }

    .post .date
    {
        font-size: 15px;

        padding: 6px 15px;
    }

    .post .date span
    {
        font-size: 36px;
    }

    .post .txt
    {
        line-height: 1.733;
    }

    .survey-section .container
    {
        letter-spacing: -.4em;
    }

    .survey-section .left-block
    {
        position: relative;
        z-index: 1;

        display: inline-block;

        width: 50%;
        margin: 0;
        padding: 0 19px 70px 0;

        vertical-align: top;
        letter-spacing: normal;
    }

    .survey-section .right-block
    {
        display: inline-block;

        width: 50%;
        padding: 0 0 70px 30px;

        vertical-align: top;
        letter-spacing: normal;
    }

    .survey-section .voting-list
    {
        max-width: 100%;
        margin: 0 0 41px;
    }

    .survey-section .content-hold time
    {
        width: 100px;
    }

    .survey-section .content-hold .text
    {
        width: 100px;
    }

    .survey-section .facebook-widget
    {
        margin: 0 0 41px;
    }

    .issues-list
    {
        margin: 0 -15px 30px;
    }

    .issues-list li
    {
        width: 33.33%;
        margin: 0 0 35px;
        padding: 0 15px;
    }
}

@media (min-width: 1200px)
{
    .main-nav > li
    {
        margin: 0 0 0 36px;
    }

    #footer
    {
        padding: 95px 0 193px;
    }

    #footer .tabset
    {
        max-height: 230px;
        padding: 0 0 0 103px;
    }

    #footer .address-block
    {
        padding-top: 208px;
    }

    #footer .pin-two
    {
        left: 231px;
    }

    .map-holder
    {
        top: -44px;
        right: 87px;

        width: auto;
    }

    .service-list li
    {
        width: 20%;
    }

    .issues-list li
    {
        width: 25%;
    }
}

@media (min-width: 1320px)
{
    #header
    {
        padding-bottom: 11px;
    }

    .logo
    {
        width: 406px;
        padding: 0;
    }

    #nav
    {
        padding: 0 211px 0 420px;
    }

    .add-nav.for-tablet .search .slide
    {
        margin: 8px 0 0 !important;
    }

    .search .opener
    {
        line-height: 1.25;
    }

    .mac .search .opener
    {
        line-height: 1.15;
    }
}

@media (max-width: 1199px)
{
    .subscribe-form input
    {
        min-width: 507px;
        margin: 0 10px 0 9px;
    }
}

@media (max-width: 1023px)
{

    .hero .container {
      min-height: 340px;
    }

    .hero .headshot {
      width: 220px;
      right: -50px;
    }

    .hero a {
      font-size: 34px;
    }

    .hide-md-down
    {
        display: none !important;
    }

    .subscribe-form input
    {
        font-family: 'Helvetica', Helvetica, Arial, sans-serif;
        font-size: 14px;

        margin: 0 22px 0 0;
        padding: 0 15px;

        letter-spacing: -.05em;
    }

    .subscribe-form input::-webkit-input-placeholder
    {
        font-size: 14px;
        line-height: 40px;

        color: #67727a;
    }

    .subscribe-form input:-moz-placeholder
    {
        font-size: 14px;
        line-height: 42px;

        color: #67727a;
    }

    .subscribe-form input::-moz-placeholder
    {
        font-size: 14px;
        line-height: 42px;

        color: #67727a;
    }

    .subscribe-form input:-ms-input-placeholder
    {
        font-size: 14px;
        line-height: 42px;

        color: #67727a;
    }

    .post:nth-child(2)
    {
        padding: 0;
    }

    .post h3
    {
        font-size: 28px;
    }
}

@media (max-width: 767px)
{

    #modal {
      width: 100%;
      height: auto;
      background-position: 50% 50%;
      background-size: initial;
      border:1px solid #fff;
      min-width: 270px;
    }

    #modal h2 {
      font-size: 30px;
      line-height: 32px;
    }

    #modal p {
      font-size: 18px;
      line-height: 20px;
    }

    .buffer,
    .linksbar {
      float:none;
      width: 100%;
    }

    .buffer {
      padding: 0;
    }

    .container
    {
        padding: 0 20px;
    }

    .section-heading h2
    {
        font-size: 32px;
    }

    .subscribe-form
    {
        text-align: center;
    }

    .subscribe-form input
    {
        font-size: 13px;

        width: 96%;
        min-width: 0;
        margin: 0 0 17px;
    }

    .news-section .section-heading
    {
        margin: 0 0 32px;
    }

    .post h3
    {
        font-size: 22px;

        letter-spacing: -.5px;
    }

    .survey-section .content-hold .text
    {
        border-right: 2px solid #3c3c3c;
    }

    .survey-section .content-hold .info
    {
        display: none;
    }
}

@media (max-width: 560px)
{
    .hero .container {
      min-height: 220px;
    }

    .hero .headshot {
      width: 130px;
      right: -30px;
    }

    .hero a {
      font-size: 18px;
    }

    .fb-like-box {
      max-width: 300px;
      overflow: scroll;
      -webkit-overflow-scrolling: touch;
  }
}

.email-overlay {
  background: rgba(29, 41, 81, 0.9);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  color: #fff;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
  -webkit-transition: -webkit-transform 1s ease;
          transition: transform 1s ease; }
  .email-overlay.active {
    -webkit-transform: translate(0, 0%);
        -ms-transform: translate(0, 0%);
            transform: translate(0, 0%); }
  .email-overlay .blocks-wrap {
    position: relative; }
    @media (min-width: 768px) {
      .email-overlay .blocks-wrap {
        font-size: 0;
        line-height: 0;
        padding: 0; } }
    @media (min-width: 1024px) {
      .email-overlay .blocks-wrap .info-block {
        width: 50%;
        display: inline-block;
        vertical-align: middle; } }
  .email-overlay .image-block {
    display: none; }
    @media (min-width: 768px) {
      .email-overlay .image-block {
        display: inline-block;
        vertical-align: middle;
        width: 116px; } }
  .email-overlay .content-wrap {
    padding: 25px 0; }
    @media (min-width: 768px) {
      .email-overlay .content-wrap {
        font-size: 0;
        line-height: 0;
        width: calc(100% - 116px);
        display: inline-block;
        vertical-align: middle;
        padding: 15px 10px 15px 34px; } }
    @media (min-width: 1024px) {
      .email-overlay .content-wrap {
        padding: 0; } }
    @media (min-width: 1024px) {
      .email-overlay .content-wrap .info-block {
        display: inline-block;
        vertical-align: middle;
        width: 43.75%; } }
    @media (min-width: 1024px) {
      .email-overlay .content-wrap .form-block {
        width: 56.25%;
        display: inline-block;
        vertical-align: top; } }
  .email-overlay .info-wrap {
    font: 400 13px/1.3 'Helvetica', Helvetica, Arial, sans-serif; }
    @media (min-width: 1024px) {
      .email-overlay .info-wrap {
        font: 400 16px/1.3 'Helvetica', Helvetica, Arial, sans-serif;
        padding: 0 33px; } }
    .email-overlay .info-wrap .title {
      font: 900 19px/1.3 'Helvetica', Helvetica, Arial, sans-serif;
      display: block;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        .email-overlay .info-wrap .title {
          font: 900 23px/1 'Helvetica', Helvetica, Arial, sans-serif; } }
      @media (min-width: 1024px) {
        .email-overlay .info-wrap .title {
          font: 900 23px/1.3 'Helvetica', Helvetica, Arial, sans-serif;
          margin: 0 0 14px; } }
  .email-overlay p {
    margin: 0 0 16px; }
    @media (min-width: 1024px) {
      .email-overlay p {
        margin: 0 0 10px; } }
  .email-overlay .signup-form {
    color: #fff;
    font: 400 14px/1.3 'Helvetica', Helvetica, Arial, sans-serif; }
    @media (max-width: 1023px) {
      .email-overlay .signup-form p {
        display: none; } }
    @media (min-width: 1024px) {
      .email-overlay .signup-form {
        font: 400 16px/1.3 'Helvetica', Helvetica, Arial, sans-serif; } }
    .email-overlay .signup-form .row {
      font-size: 0;
      line-height: 0; }
      .email-overlay .signup-form .row .input-wrap {
        font: 400 16px/1.3 'Helvetica', Helvetica, Arial, sans-serif;
        margin: 0 0 15px; }
        @media (min-width: 768px) {
          .email-overlay .signup-form .row .input-wrap {
            padding: 0 8px 0 0;
            display: inline-block;
            vertical-align: top;
            width: calc(100% - 150px);
            margin: 0; } }
        .email-overlay .signup-form .row .input-wrap input[type="email"] {
          font: 400 13px/1.3 'Times New Roman', Times, Baskerville, Georgia, serif;
          width: 100%;
          padding: 8px 12px;
          height: 47px;
          border-radius: 0px;
          border: none;
          color: #3c3c3c;
          outline: none; }
          @media (min-width: 768px) {
            .email-overlay .signup-form .row .input-wrap input[type="email"] {
              font: 400 15px/1.3 'Times New Roman', Times, Baskerville, Georgia, serif; } }
          @media (min-width: 1024px) {
            .email-overlay .signup-form .row .input-wrap input[type="email"] {
              padding: 12px; } }
          .email-overlay .signup-form .row .input-wrap input[type="email"]::-webkit-input-placeholder {
            color: #3c3c3c; }
          .email-overlay .signup-form .row .input-wrap input[type="email"]::-moz-placeholder {
            opacity: 1;
            color: #3c3c3c; }
          .email-overlay .signup-form .row .input-wrap input[type="email"]:-moz-placeholder {
            color: #3c3c3c; }
          .email-overlay .signup-form .row .input-wrap input[type="email"]:-ms-input-placeholder {
            color: #3c3c3c; }
          .email-overlay .signup-form .row .input-wrap input[type="email"].placeholder {
            color: #3c3c3c; }
      .email-overlay .signup-form .row .btn-wrap {
        width: 150px;
        font: 400 16px/1.3 'Helvetica', Helvetica, Arial, sans-serif;
        margin: 0 auto; }
        @media (min-width: 768px) {
          .email-overlay .signup-form .row .btn-wrap {
            vertical-align: top;
            display: inline-block;
            margin: 0; } }
        .email-overlay .signup-form .row .btn-wrap button {
          background: #c21807;
          color: #fff;
          text-transform: uppercase;
          border: none;
          height: 47px;
          width: 100%;
          -webkit-transition: background 0.3s ease;
                  transition: background 0.3s ease; }
          @media (min-width: 1024px) {
            .email-overlay .signup-form .row .btn-wrap button {
              height: 47px;
              width: 150px; } }
          .email-overlay .signup-form .row .btn-wrap button:hover {
            background: #333; }
  .email-overlay .close-btn {
    width: 8px;
    height: 17px;
    position: absolute;
    top: 9px;
    right: 0;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: opacity 0.3s ease;
            transition: opacity 0.3s ease; }
    .email-overlay .close-btn span {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      width: 2px;
      background: #fff;
      -webkit-transform: rotate(40deg);
          -ms-transform: rotate(40deg);
              transform: rotate(40deg); }
      .email-overlay .close-btn span:nth-child(2) {
        -webkit-transform: rotate(-40deg);
            -ms-transform: rotate(-40deg);
                transform: rotate(-40deg); }
    .email-overlay .close-btn:hover {
      opacity: 0.5; }
