/*! 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 {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.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 {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

.fb-comments {
	display:none !important;
}

.hide {display:none;}
.current {display:block;}
#appropform table {width:99%;}
#appropform #langrow{display:none;}
#appropform textarea{
  width:100%;
  height:250px;
}

#writeRepForm .pageHeader {
	display: none;
}

@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?eilw51');
  src:  url('../fonts/icomoon.eot?eilw51#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?eilw51') format('truetype'),
    url('../fonts/icomoon.woff?eilw51') format('woff'),
    url('../fonts/icomoon.svg?eilw51#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;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-tth:before {
  content: "\e912";
}
.icon-check-circle:before {
  content: "\e900";
}
.icon-academies:before {
  content: "\e901";
}
.icon-add:before {
  content: "\e902";
}
.icon-contact:before {
  content: "\e903";
}
.icon-facebook:before {
  content: "\e904";
}
.icon-flags:before {
  content: "\e905";
}
.icon-hall:before {
  content: "\e906";
}
.icon-instagram:before {
  content: "\e907";
}
.icon-map:before {
  content: "\e908";
}
.icon-search:before {
  content: "\e909";
}
.icon-security:before {
  content: "\e90a";
}
.icon-twitter:before {
  content: "\e90b";
}
.icon-youtube:before {
  content: "\e90c";
}
.icon-dots-three-horizontal:before {
  content: "\e90d";
}
.icon-retweet:before {
  content: "\e90e";
}
.icon-star:before {
  content: "\e90f";
}
.icon-undo:before {
  content: "\e910";
}

.social-list,
#nav .navigation,
#nav .drop ul,
.services-section .services-list,
.tweet-list,
.add-nav-holder .add-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
#header .header-holder:after,
#nav:after,
#nav .navigation:after,
.container:after,
.issues-holder:after,
.add-nav-holder:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #67727a;
	background: #fff;
	font: 14px/1.71 "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
}

.gm-style img {
	max-width: none;
}

h3.middleheadline,
h4.middleadline {
	line-height: 1.2em;
}

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: 100px;
}

h2,
.h2 {
	font-size: 36px;
}

h3,
.h3 {
	font-size: 22px;
}

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;
}

iframe {
	box-sizing: content-box;
}

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 {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #67727a;
	padding: .4em;
	min-width: 50px;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #000;
}

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: #fff;
}

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: #fff;
}

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: #fff;
}

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: #fff;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder {
	color: #fff;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

#live {
	background: #6991ac;
	color: #ffffff;
}
#live .live-holder {
	max-width: 1210px;
	padding: 10px 20px;
	margin: 0 auto;
}
#live h1 {
	font-size: 28px;
	line-height: 37px;
	text-transform: uppercase;
	font-weight: 900;
	margin: 0 10px 0 0;
	width: 100px;
}
#live p {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	width: calc(100% - 120px);
	margin: 5px 0px 0px;
}
#live a {
	color: #000;
	text-transform:uppercase;
	font-weight:bold;
	text-decoration:underline;
}

#live a:hover {
	color:#fff;
}

#live h1, #live p, #live a {
	display: inline-block;
	vertical-align: top;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: rgba(105, 145, 172, .85);
	color: #444;
	text-shadow: none;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	box-shadow: 0 10px 25px rgba(0, 0, 0, .5);
}

.fancybox-outer,
.fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading {
	background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
	border-radius: 100%;
	border: 3px solid #fff;
	background-color: #6991ac;
	color: #fff;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	text-decoration: none;
}

.fancybox-close:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
	font-weight: 900;
}

.fancybox-close:hover {
	background-color: #fff;
	border-color: #6991ac;
	color: #6991ac;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
	background-image: url(../images/fancybox/none.png);
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 20px;
	height: 20px;
	cursor: pointer;
	z-index: 8040;
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	border: solid #fff;
	border-width: 3px 3px 0 0;
}

.fancybox-prev span {
	left: 10px;
	-webkit-transform: translateY(-50%) rotate(-135deg);
	-ms-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg);
}

.fancybox-next span {
	right: 10px;
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.fancybox-nav:hover span {
	opacity: 1;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden !important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden !important;
}

.fancybox-lock-test {
	overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/

#header {
    background-color: rgba(0, 0, 0, .6);
    -webkit-transition: all .25s ease;
    transition: all .25s ease;
    left: 0;
    right: 0;
    top: 0;
    position: absolute;
    padding: 0 0;
    z-index: 999;
}

#wrapper.clear #header {
	position: absolute;
    background-color: rgba(0, 0, 0, .6);
}

#header .header-holder {
	max-width: 1200px;
	margin: 0 auto;
	padding: 11px 15px 0;
}

#header .holder {
	float: right;
	max-width: 881px;
}

.nav-active #header #nav {
	visibility: visible;
	opacity: 1;
}

.nav-active #header .nav-opener {
	background: none;
}

.nav-active #header .nav-close {
	background: none;
	z-index: 9999;
}

.logo {
	float: left;
	margin: -10px 0 0 -22px;
}

.logo a {
	display: block;
	height: 100%;
}

.logo img {
	display: block;
	width: 100%;
	height: auto;
}

.clear .logo img {
	width: 450px;
}

.social-list {
	overflow: hidden;
	margin: 0 0 10px;
	max-width: 786px;
	height: 35px;
}

.social-list li {
	float: right;
	padding: 4px 3px 5px 5px;
}

.social-list a {
	display: block;
	color: #fff;
	text-decoration: none;
	font-size: 28px;
	line-height: 26px;
}

.social-list a:hover {
	color: #6991ac;
}

.search {
	float: right;
	width: 16px;
	height: 16px;
	position: relative;
	margin-top: 4px;
}

.search.search-active .search-opener .icon-search {
	color: #6991ac;
}

.search .search-opener {
	display: block;
	text-decoration: none;
	color: #fff;
}

.search .search-opener:hover {
	color: #6991ac;
}

.search .search-opener .icon-search {
	font-size: 14px;
	line-height: 18px;
	display: block;
}

.search .search-box {
	position: absolute;
	top: 52px;
	width: 225px;
	right: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 99;
}

.search .search-box input[type="text"],
.search .search-box input[type="search"] {
	display: inline-block;
	vertical-align: middle;
	width: 142px;
	border: none;
	background: none;
	outline: none;
	box-shadow: none;
	height: 52px;
	font: 13px/16px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	padding: 7px 0;
	margin: 0 10px 0 18px;
}

.search .search-box input[type="text"]::-webkit-input-placeholder,
.search .search-box input[type="search"]::-webkit-input-placeholder {
	color: #fff;
}

.search .search-box input[type="text"]::-moz-placeholder,
.search .search-box input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.search .search-box input[type="text"]:-moz-placeholder,
.search .search-box input[type="search"]:-moz-placeholder {
	color: #fff;
}

.search .search-box input[type="text"]:-ms-input-placeholder,
.search .search-box input[type="search"]:-ms-input-placeholder {
	color: #fff;
}

.search .search-box input[type="text"].placeholder,
.search .search-box input[type="search"].placeholder {
	color: #fff;
}

.search .search-box .search-btn {
	display: inline-block;
	vertical-align: middle;
	width: 41px;
	height: 19px;
	padding: 0;
	border: none;
	outline: none;
	background: transparent;
	border: 1px solid #fff;
	color: #fff;
	box-shadow: none;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 19px;
}

.search .search-box .search-btn:hover {
	background: #6991ac;
}

.search .search-box .icon-search {
	font-size: 14px;
	line-height: 18px;
	display: block;
	color: #fff;
}

.nav-close,
.nav-opener {
	float: right;
	width: 40px;
	height: 40px;
	border: 1px solid #6991ac;
	background: #6991ac;
	border-radius: 2px;
	display: none;
	position: relative;
	cursor: pointer;
	text-decoration: none;
}

.nav-close:hover,
.nav-opener:hover {
	background: none;
}

.nav-close:before,
.nav-close:after,
.nav-close span,
.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	position: absolute;
	width: 30px;
	height: 4px;
	background: #fff;
	content: "";
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.nav-close:before,
.nav-opener:before {
	top: 11px;
}

.nav-close:after,
.nav-opener:after {
	top: 27px;
}

.nav-close {
	width: 69px;
	height: 17px;
	position: absolute;
	top: 37px;
	right: 32px;
	border: none;
	background: none;
	overflow: hidden;
	color: #fff;
}

.nav-close:hover:before,
.nav-close:hover:after {
	background: #6991ac;
}

.nav-close:before,
.nav-close:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 23px;
	background: #6991ac;
	top: 11px;
	right: -4px;
	left: auto;
	-webkit-transform: rotate(-55deg);
	-ms-transform: rotate(-55deg);
	transform: rotate(-55deg);
}

.nav-close:before {
	-webkit-transform: rotate(55deg);
	-ms-transform: rotate(55deg);
	transform: rotate(55deg);
}

.nav-close span {
	width: auto;
	height: auto;
	background: none;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

#nav {
	width: 100%;
	padding: 0 32px 0 0;
	max-width: 790px;
	letter-spacing: .06em;
}

#nav .navigation {
	font: 900 11px/26px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

#nav .navigation li {
	float: left;
	margin: 0 0 0 22px;
	position: relative;
}

#nav .navigation li:hover a span,
#nav .navigation li.hover a span {
	opacity: 1;
	visibility: visible;
}

#nav .navigation li:hover .drop,
#nav .navigation li.hover .drop {
	opacity: 1;
	visibility: visible;
}

#nav .navigation li:first-child {
	margin-left: 5px;
}

#nav .navigation li.active a {
	background: #6991ac;
	padding: 5px 8px;
}

#nav .navigation li.last .drop {
	left: auto;
	right: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

#nav .navigation li a {
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	position: relative;
}

#nav .navigation li a:not(:only-child):after {
	position: absolute;
	top: 0;
	left: calc(100% + 5px);
	color: #6991ac;
	font-size: 24px;
	font-weight: 900;
	text-transform: uppercase;
}

#nav .navigation li a:hover {
	color: #6991ac;
}

#nav .navigation li a span {
	width: 4px;
	height: 4px;
	position: absolute;
	background: #f7d262;
	bottom: -7px;
	left: 50%;
	margin: 0 0 0 -2px;
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease .3s 0s;
	transition: all ease .3s 0s;
}

#nav .navigation li a span:before,
#nav .navigation li a span:after {
	width: 4px;
	height: 4px;
	position: absolute;
	content: "";
	background: #f7d262;
	bottom: 0;
	right: -7px;
	margin: 0 0 0 -2px;
	border-radius: 50%;
}

#nav .navigation li a span:before {
	right: auto;
	left: -6px;
}

#nav .drop {
	position: absolute;
	top: 100%;
	width: 225px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all ease .3s 0s;
	transition: all ease .3s 0s;
	padding: 30px 0 0;
}

.clear #nav .drop {
	padding: 26px 0 0;
}

#nav .drop ul {
	overflow: hidden;
	font: 13px/21px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 10px 0 19px;
	background: rgba(0, 0, 0, .5);
}

#nav .drop ul li {
	float: none;
	display: block;
	margin: 0;
	padding: 5px 20px 7px;
}

#nav .drop ul li:first-child {
	margin-left: 0;
}

#nav .drop ul a {
	text-decoration: none;
	color: #fff;
	position: relative;
	text-transform: none;
}

#nav .drop ul a:hover {
	color: #6991ac;
}

#nav .drop ul a:hover:after {
	color: #f7d262;
}

body {
	min-width: 320px;
}

#wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}

#wrapper.nav-active {
	height: 100vh;
}

h2 {
	text-transform: uppercase;
	line-height: 1.3;
	letter-spacing: 2px;
	margin-bottom: 12px;
	font-weight: 900;
}

h2 + p {
	font-size: 15px;
	font-style: italic;
	line-height: 24px;
	letter-spacing: .05em;
}

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;
}

.container {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}

/* placeholder input styles */

::-webkit-input-placeholder,
input[type=email].placeholder {
	color: #151c34;
}

:-moz-placeholder,
input[type=email].placeholder {
	color: #151c34;
}

::-moz-placeholder,
input[type=email].placeholder {
	color: #151c34;
	opacity: 1;
}

:-ms-input-placeholder,
input[type=email].placeholder {
	color: #151c34;
}

.btn {
	font: 700 16px/20px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	color: #fff;
	background: #6991ac;
	border: 3px solid #6991ac;
	text-transform: uppercase;
	text-decoration: none;
	overflow: hidden;
	text-align: center;
	max-width: 300px;
	display: inline-block;
	vertical-align: top;
	padding: 7px 14px;
	-webkit-transition: all ease .5s 0s;
	transition: all ease .5s 0s;
}

.btn:hover {
	border: 3px solid #6991ac;
	background: transparent;
	color: #6991ac;
}

.btn.btn-default {
	border: 3px solid #fff;
	font-size: 19px;
	font-family: "Open Sans", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 700;
	background-color: transparent;
}

.btn.btn-large {
	font-weight: 400;
	padding: 17px 14px;
}

.btn [class^="icon-"],
.btn [class*=" icon-"] {
	display: inline-block;
	vertical-align: middle;
	line-height: .9;
	margin-top: -5px;
}

.view {
	display: block;
	font-size: 15px;
	font-weight: 700;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 5px;
}

.banner {
	position: relative;
	background: #667279;
	overflow: hidden;
}

.btn-prev i,
.btn-next i {
  border: solid #000;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 12px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.banner.vets .slideshow .btn-prev {
    width: 56px;
    height: 56px;
    font-size: 30px;
    line-height: 58px;
    left: 20px;
    top: 43%;
    color: #000;
    position:absolute;
    z-index: 99;
}

.banner.vets .slideshow .btn-next {
    width: 56px;
    height: 56px;
    font-size: 30px;
    line-height: 58px;
    right: 0px;
    top: 43%;
    color: #000;
    position:absolute;
    z-index: 99; 
}

.banner.vets .slideshow .slide:after {
	content: none;
}

.banner .slideshow {
	position: relative;
}

.banner.vets .slideshow {
	max-width: 1450px;
	margin: 0 auto;
}

.banner .slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	height: 800px;
	background-position: 50% 50%;
	background-size: cover;
}

.banner .slideshow .slide:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(17, 17, 17, .2);
}

.banner .slideshow .slide.active {
	z-index: 9;
}

.banner .slideshow .img-box {
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
}

.banner .slideshow .img-box img {
	display: block;
	width: 100%;
	height: auto;
}

.banner .banner-holder {
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
	padding: 100px 14px;
	position: relative;
	height: 100%;
	text-align: center;
}

.banner .banner-holder:after {
	content: "";
	width: 1px;
	margin: 0 0 0 -5px;
	min-height: 92%;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}

.banner .text-container {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	min-width: 937px;
	max-width: 937px;
	margin-top: 160px;
}

.banner .text-container h1 {
	font: 700 100px/100px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-align: center;
	letter-spacing: -2px;
	margin: 0 0 35px;
	text-shadow: 2px 2px 7px rgba(0, 0, 0, .77);
}

.banner .text-container h1 .dave {
	font-weight: 300;
	display: inline-block;
	margin-right: 15px;
}

.banner .text-container h1 .upper-text {
	font: 700 41px/41px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	display: block;
	margin: 0;
	letter-spacing: 0;
}

.banner .text-container h1 .lower-text {
	font: 400 46px/50px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-style: italic;
	color: #fff;
	display: block;
	margin: 2px 0 0;
	letter-spacing: -.85px;
}

.banner .text-container .btn {
	float: right;
	background: #f7d262;
	padding: 13px 52px;
	-webkit-transition: all ease .5s 0s;
	transition: all ease .5s 0s;
}

.banner .text-container .btn:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.visual-block {
    position: relative;
    color: #fff;
    text-transform: uppercase;
    font-size: 40px;
    line-height: 52px;
}

.visual-block > img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.visual-block .title-holder {
    position: absolute;
    bottom: -3px;
    max-width: 1210px;
    margin: 0 auto;
}

.visual-block .title-holder h1 {
    font-size: 55px;
    line-height: 48px;
    margin:0;
    font-weight: 800;
}

.breadcrumbs { 
	border-bottom: 1px solid #ccc;
	padding: 5px 0;
	font-size: 12px;
	color: #6991ac;
 }

 .breadcrumbs a {
 	text-decoration: none;
 	text-transform: capitalize;
 	color: #67727a;
 }

#column {
	float:left;
	width: 70%;
	box-sizing: border-box;
	padding: 30px 30px 30px 0;
}

#column h2 {
	letter-spacing: 0px;
}

#sidebar {
	float:right;
	width: 30%;
	padding: 30px 0;
}

#sidebar .right-nav,
#sidebar .right-tweet {
	background: #f5f5f5;
    padding: 10px 0;
    margin-bottom: 15px;
}

#sidebar h2 {
    text-align: left;
    font-size: 20px;
    margin: 0 20px 10px;
    letter-spacing: 0px;
    padding: 10px 0 0;
}

#sidebar .right-nav ul {
    padding: 0;
    margin: 0;
}

#sidebar .right-nav ul li {
    list-style-type: none;
    padding: 0;
}

#sidebar .right-nav ul li a {
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    color: #67727a;
    width: 100%;
    display: block;
    padding: 10px 20px;
}

#sidebar .right-nav ul li a:hover {
  background: #6991ac;
  color: #fff; 
}

#sidebar .right-tweet .tweet-list {
	padding: 0px 20px;
}

#sidebar .right-tweet p,
#sidebar .right-tweet .tweet-list .stream-item-header {
	font-size: 13px;
	line-height: 18px;
}

#sidebar .stream-item-footer span { 
	font-size:14px;
}

#sidebar .stream-item-footer span { 
	font-size:14px;
}

#sidebar .stream-item-footer span.icon-dots-three-horizontal {
    font-size: 8px;
}

#sidebar .btn {
	margin: 20px auto;
	display:block;
	padding: 15px 20px;
	font-weight: 400;
}

.layout {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9;
}

.services-section {
	padding: 53px 0 44px;
	text-align: center;
	font-size: 13px;
	line-height: 23px;
}

.services-section p {
	margin-bottom: 14px;
}

.services-section h2 {
	text-align: center;
}

.services-section h2:after {
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.services-section .btn {
	min-width: 246px;
}

.services-section .services-list {
	padding: 0 0 18px;
	font-weight: 600;
	font-size: 12px;
	line-height: 16px;
	font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	margin: 0 -10px;
	overflow: hidden;
}

.services-section .services-list li {
	padding: 0 10px 29px;
	width: 100%;
	float: left;
}

.services-section .services-list li a {
	-webkit-transition: color .3s ease-in-out, background .3s ease-in-out;
	transition: color .3s ease-in-out, background .3s ease-in-out;
	display: block;
	height: 182px;
	background: #f5f5f5;
	color: #67727a;
	padding: 28px 10px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 900;
	line-height: 15px;
}

.services-section .services-list li a:hover {
	color: #fff;
	background: #6991ac;
}

.services-section .services-list li [class^="icon-"],
.services-section .services-list li [class*=" icon-"] {
	display: block;
	font-size: 140px;
	line-height: 100px;
	margin-bottom: 10px;
}

.services-section .services-list li .icon-tth {
	font-size: 106px;
	line-height: 106px;
}

.services-section .services-list li .icon-flags {
	font-size: 172px;
	line-height: 102px;
}

.services-section .services-list li .icon-map {
	font-size: 182px;
	line-height: 100px;
}

.services-section .services-list li .icon-academies {
	font-size: 106px;
	line-height: 106px;
}

.services-section .services-list li .icon-contact {
	font-size: 106px;
	line-height: 106px;
}

.subscribe-section {
	background-color: #67727a;
	padding: 39px 0;
}

.subscribe-form label {
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	color: #fff;
	font-size: 29px;
	font-weight: 900;
	line-height: 1;
	letter-spacing: .02em;
}

.subscribe-form input {
	display: inline-block;
	vertical-align: middle;
	min-width: 695px;
	height: 42px;
	border: none;
	font-family: "Lora", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
	font-size: 16px;
	line-height: 40px;
	font-weight: 400;
	padding: 0 20px;
	margin: 0 10px 0 9px;
	color: #151c34 !important;
}

.subscribe-form input::-webkit-input-placeholder {
	color: #151c34;
}

.subscribe-form input:-moz-placeholder {
	color: #151c34;
}

.subscribe-form input::-moz-placeholder {
	color: #151c34;
	opacity: 1;
}

.subscribe-form input:-ms-input-placeholder {
	color: #151c34;
}

.subscribe-form button {
	padding: 8px 14px;
}

.subscribe-form .btn {
	display: inline-block;
	vertical-align: middle;
	min-width: 175px;
}

.news-section {
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	color: #fff;
	overflow: hidden;
	text-align: center;
	z-index: 2;
	min-height: 893px;
	padding: 57px 0 62px;
}

.news-section:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	background: -webkit-linear-gradient(top, black 0%, transparent 100%);
	background: linear-gradient(to bottom, black 0%, transparent 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
	opacity: .79;
	height: 258px;
	z-index: -1;
}

.news-section .col {
	margin: 0;
	float: left;
	width: 49%;
	max-width: 570px;
	text-align: left;
}

.news-section .col:nth-child(odd) {
	float: right;
}

.news-section .box {
	position: relative;
	background: #f5f5f5;
	color: #67727a;
	padding: 27px 34px 114px 40px;
}

.news-section .box .btn {
	position: absolute;
	bottom: 26px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.news-section .facebook-holder {
	height: 505px;
	overflow-y: auto;
	margin: 0px auto;
}

.news-section .facebook-holder img {
	max-width: none;
	width: 100%;
}

.news-section h3 {
	font-size: 18px;
	font-weight: 900;
	line-height: 26px;
	text-transform: uppercase;
}

.news-section .btn {
	display: block;
	min-width: 283px;
	font-weight: 400;
	padding: 17px 14px;
	margin: 0 auto;
}

.tweet-list {
	line-height: 23px;
	padding: 0 3px 0 0;
	margin-bottom: 12px;
}

.tweet-list li {
	border-bottom: 2px solid #f5f5f5;
	padding: 0 0 7px;
	margin: 0 0 12px;
}

.tweet-list li:last-child {
	border: none;
	padding: 0;
	margin: 0;
}

.tweet-list a {
	color: #6991ac;
	text-decoration: none;
}

.tweet-list a:hover {
	color: #67727a;
}

.tweet-list .stream-item-header {
	font-size: 16px;
	font-weight: 700;
	font-style: italic;
	margin: 0 0 4px;
}

.tweet-list .js-tweet-text-container {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
}

.tweet-list .username {
	display: inline-block;
	vertical-align: top;
	padding: 0 1px;
}

.tweet-list .time {
	position: relative;
	padding: 0 0 0 14px;
}

.tweet-list .time:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 4px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 6px;
	background: #67727a;
	border-radius: 50%;
}

.tweet-list .time a {
	color: #67727a;
}

.tweet-list .time a:hover {
	color: #6991ac;
}

.tweet-list p {
	margin: 0 0 6px;
}

.stream-item-footer a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 17px;
	font-weight: 500;
	padding: 0 0 0 27px;
	margin: 0 20px 0 0;
}

.stream-item-footer .more {
	margin: 0;
}

.stream-item-footer span {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 16px;
}

.stream-item-footer span.icon-dots-three-horizontal {
	font-size: 7px;
	margin: 0;
}

.stream-item-footer span.icon-undo {
	font-size: 15px;
}

.stream-item-footer span.icon-star {
	font-size: 17px;
}

.gallery-section {
	position: relative;
	text-align: center;
	color: #fff;
	padding: 81px 0 54px;
	background-position: 56% 33%;
	background-repeat: no-repeat;
}

.gallery-section:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 247px;
	background: -webkit-linear-gradient(top, black 0%, transparent 100%);
	background: linear-gradient(to bottom, black 0%, transparent 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}

.gallery-section .container {
	position: relative;
	z-index: 2;
}

.gallery-section .view {
	letter-spacing: 4px;
	font-size: 13px;
}

.gallery-section h2 {
	margin: 0 0 7px;
	font-size: 28px;
}

.gallery-section h2 + p {
	font-size: 14px;
	line-height: 18px;
}

.gallery-holder {
	text-align: center;
	margin: 55px -15px 7px;
}

.gallery-holder > a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-decoration: none;
	width: 280px;
	margin: 0 auto 17px;
}

.gallery-holder > a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(105, 145, 172, .85);
}

.gallery-holder > a:after {
	content: "\e902";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 30px;
}

.gallery-holder > a:before,
.gallery-holder > a:after {
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.gallery-holder > a:hover:before,
.gallery-holder > a:hover:after {
	opacity: 1;
}

.gallery-holder > a img {
	width: 100%;
	display: block;
}

.gallery-holder a {
	height: 200px;
	overflow:hidden;
	position:relative;
}

.gallery-holder a img {
	min-height: 100%; 
	min-width: 100%; 
	object-fit: contain;
}

.issues-section {
	text-align: center;
	padding: 54px 0 55px;
}

.issues-section .issues-holder {
	margin-top: 58px;
}

.issues-holder {
	margin: 0 -20px 0;
}

.issues-holder a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	color: #fff;
	margin: 0 15px 32px;
	width: 279px;
	min-height: 217px;
}

.issues-holder a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	z-index: 2;
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.issues-holder a:hover:after {
	opacity: 1;
}

.issues-holder a img {
	width: 100%;
	display: block;
}

.issues-holder a .before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, .7) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 );
	z-index: 1;
	opacity: .7;
}

.issues-holder a .title {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	text-align: center;
	text-transform: uppercase;
	z-index: 3;
	font-size: 15px;
	font-weight: 900;
}

#footer {
	background-repeat: no-repeat;
	background-position: 50% 63%;
	background-color: #6991ac;
	padding: 240px 0 35px;
	text-align: center;
	color: #fff;
}

#footer h2 {
	font-size: 28px;
	margin: 0 0 57px;
}

#footer .view {
	letter-spacing: 4px;
}

.address-holder {
	margin: 0 0 32px;
}

.address-holder .address-box {
	margin: 0 0 34px;
}

.address-box {
	font-size: 14px;
}

.address-box address {
	font-style: normal;
	line-height: 1.43;
}

.address-box a {
	color: #fff;
	text-decoration: none;
}

.address-box a:hover {
	color: #6991ac;
}

.address-box h3 {
	text-transform: uppercase;
	margin: 0 0 5px;
	letter-spacing: 1px;
	font-size: 16px;
	font-weight: 900;
}

.address-box .footnote {
	display: block;
	color: #c3d7df;
}

.add-nav-holder {
	padding: 0 12px;
}

.add-nav-holder .add-nav {
	font-size: 14px;
	margin: 14px 0 0;
}

.add-nav-holder .add-nav li {
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	position: relative;
	padding: 0 9px;
}

.add-nav-holder .add-nav li:after {
	content: "";
	position: absolute;
	top: 6px;
	bottom: 4px;
	left: 0;
	width: 1px;
	background: #fff;
}

.add-nav-holder .add-nav li:first-child {
	padding-left: 0;
}

.add-nav-holder .add-nav li:first-child:after {
	display: none;
}

.add-nav-holder .add-nav a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}

.add-nav-holder .add-nav a:hover {
	color: #6991ac;
}

.add-nav-holder .social-list {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.add-nav-holder .social-list li {
	float: right;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
	#fancybox-loading {
		background-image: url("../images/fancybox/fancybox_sprite@2x.png");
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url("../images/fancybox/fancybox_loading@2x.gif");
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

@media (min-width: 480px) {
	.gallery-holder > a {
		margin: 0 10px 17px;
	}
}

@media (min-width: 768px) {
	.fancybox-nav span {
		width: 40px;
		height: 40px;
	}

	.fancybox-prev span {
		left: 20px;
	}

	.fancybox-next span {
		right: 20px;
	}

	.nav-close:before,
	.nav-close:after {
		top: 8px;
	}

	h2 + p {
		letter-spacing: .08em;
	}

	.btn {
		min-width: 246px;
	}

	.services-section {
		padding: 56px 0 57px;
		font-size: 15px;
		line-height: 25px;
	}

	.services-section p {
		margin-bottom: 18px;
	}

	.services-section .services-list {
		font-size: 17px;
		line-height: 20px;
		margin: 0 auto;
		max-width: 726px;
		padding: 40px 0 14px;
	}

	.services-section .services-list li {
		width: 50%;
		padding: 0 16px 36px;
	}

	.services-section .services-list li a {
		height: 221px;
		font-size: 17px;
		line-height: 18px;
	}

	.services-section .services-list li [class^="icon-"],
	.services-section .services-list li [class*=" icon-"] {
		line-height: 129px;
		font-size: 169px;
	}

	.services-section .services-list li .icon-tth {
		font-size: 122px;
	}

	.services-section .services-list li .icon-flags {
		font-size: 217px;
		line-height: 131px;
	}

	.services-section .services-list li .icon-map {
		font-size: 219px;
		line-height: 130px;
	}

	.services-section .services-list li .icon-academies {
		font-size: 126px;
		line-height: 129px;
	}

	.services-section .services-list li .icon-contact {
		font-size: 130px;
		line-height: 130px;
	}

	.tweet-list li {
		padding: 0 0 9px;
		margin: 0 0 14px;
	}

	.tweet-list .content {
		padding: 0 20px 0 0;
	}

	.gallery-section {
		background-position: 52% 22%;
		background-repeat: no-repeat;
		padding: 81px 0 85px;
	}

	.gallery-section .view {
		font-size: 15px;
	}

	.gallery-section h2 {
		font-size: 36px;
		letter-spacing: 2px;
		margin: 0 0 11px;
	}

	.gallery-section h2 + p {
		font-size: 15px;
		line-height: 24px;
	}

	.gallery-holder {
		margin: 60px -15px 45px;
	}

	.gallery-holder > a {
		width: 340px;
		margin: 0 13px 25px;
	}

	.issues-section {
		padding: 76px 0 79px;
	}

	.issues-section .issues-holder {
		margin-top: 62px;
	}

	.issues-holder {
		margin: 0 -20px 10px;
	}

	.issues-holder a {
		width: 337px;
		min-height: 262px;
		margin: 0 15px 38px;
	}

	.issues-holder a .title {
		font-size: 18px;
	}

	#footer {
		background-position: 50% 29%;
		padding: 260px 0 57px;
	}

	#footer h2 {
		font-size: 32px;
		letter-spacing: 2px;
		margin: 0 0 58px;
	}

	.address-holder .address-box {
		display: inline-block;
		vertical-align: top;
		width: 33.33%;
		margin: 0 -4px 0 0;
		padding: 0 10px;
	}

	.add-nav-holder .add-nav {
		float: left;
	}

	.add-nav-holder .social-list {
		float: right;
		padding: 0;
	}
}

@media (min-width: 1024px) {
	.nav-active #header #nav {
		max-height: none;
	}

	#nav {
		margin: 0 0 0 -15px;
	}

	#nav .navigation li {
		display: table;
	}

	.services-section {
		padding: 56px 20px 78px;
	}

	.services-section .services-list {
		margin: 0 -20px;
		max-width: 1200px;
		padding: 19px 0 52px;
	}

	.services-section .services-list li {
		padding: 20px 15px;
		width: 33.33%;
	}

	.services-section .services-list li a {
		height: 240px;
		font-size: 18px;
		line-height: 20px;
		padding: 27px 10px 20px;
	}

	.services-section .services-list li [class^="icon-"],
	.services-section .services-list li [class*=" icon-"] {
		line-height: 146px;
		font-size: 182px;
		margin-bottom: 7px;
	}

	.services-section .services-list li .icon-tth {
		font-size: 136px;
	}

	.services-section .services-list li .icon-flags {
		font-size: 230px;
		line-height: 147px;
	}

	.services-section .services-list li .icon-map {
		font-size: 225px;
		line-height: 156px;
	}

	.services-section .services-list li .icon-academies {
		font-size: 138px;
		line-height: 156px;
	}

	.services-section .services-list li .icon-contact {
		font-size: 142px;
		line-height: 156px;
	}

	.subscribe-form {
		text-align: center;
	}

	.gallery-section {
		background-size: cover;
		padding: 81px 0 93px;
	}

	.gallery-holder {
		margin: 60px 0 61px;
	}

	.gallery-holder > a {
		width: 200px;
	}

	.gallery-holder > a:first-child {
		margin-left: 0;
	}

	.gallery-holder > a:nth-child(4n) {
		margin-right: 0;
	}

	.gallery-holder > a:nth-child(4n+1) {
		margin-left: 0;
	}

	.gallery-holder > a:last-child {
		margin-right: 0;
	}

	.gallery-holder > a:nth-child(2) {
		margin-right: 13px;
	}

	.issues-section .issues-holder {
		margin-top: 54px;
	}

	.issues-section .btn {
		min-width: 246px;
	}

	.issues-holder {
		margin: 0 -20px 43px;
	}

	.issues-holder a {
		margin: 0 10px 20px;
		width: 270px;
		min-height: 210px;
	}

	.issues-holder a .title {
		font-size: 16px;
	}

	#footer {
		background-size: cover;
		background-position: 50% 44%;
		padding: 256px 0 90px;
	}

	.address-holder {
		margin: 0 0 37px;
	}

	.address-holder .address-box {
		padding: 0 15px;
	}

	.address-box {
		font-size: 18px;
	}

	.address-box address {
		line-height: 1.5;
	}

	.address-box h3 {
		font-size: 22px;
	}

	.add-nav-holder {
		padding: 0;
	}
}

@media (min-width: 1200px) {
	#nav {
		margin: 0;
	}

	#nav .navigation li {
		display: list-item;
	}

	#nav .navigation li.active a:hover {
		color: #fff;
	}
}

@media (min-width: 1220px) {
	.gallery-holder > a {
		width: 270px;
	}
}

@media (max-width: 1199px) {
	#header .holder {
		padding: 30px 30px 8px 0;
		float: none;
		max-width: inherit;
	}

	.visual-block > img {
	    max-width: inherit;
	    width: 1334px;
	    left: 50%;
	    margin: 0 0 0 -664px;
	    position: relative;
	    display: block;
	}

	.social-list {
		margin: 0;
		padding: 1px 41px 0;
	}

	.search {
		width: 25px;
		height: 25px;
		margin: -26px 7px 0 0;
	}

	.search .search-opener .icon-search {
		font-size: 20px;
		line-height: 20px;
	}

	.search .search-box {
		top: 67px;
	}

	.search .search-box .icon-search {
		font-size: 20px;
		line-height: 20px;
	}

	.nav-close,
	.nav-opener {
		display: block;
	}

	.nav-close:before,
	.nav-close:after,
	.nav-close span,
	.nav-opener:before,
	.nav-opener:after,
	.nav-opener span {
		border-radius: 1px;
	}

	#nav {
		position: absolute;
		top: 100%;
		padding: 0;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: all linear .2s 0s;
		transition: all linear .2s 0s;
		max-width: inherit;
		width: 100%;
	}

	#nav:after {
		position: absolute;
		content: "";
		top: -150px;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0, 0, 0, .8);
		z-index: -1;
	}

	#nav .nav-holder {
		max-height: 67vh;
		width: 100%;
	}

	#nav .navigation {
		font-size: 20px;
		line-height: 24px;
		padding: 29px 0 27px;
	}

	#nav .navigation li {
		float: none;
		padding: 7px 30px 11px;
		margin: 0;
	}

	#nav .navigation li:hover a span,
	#nav .navigation li.hover a span {
		-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		transform: rotate(135deg);
		top: 11px;
	}

	#nav .navigation li:hover a,
	#nav .navigation li.hover a {
		color: #6991ac;
	}

	#nav .navigation li:hover a:not(:only-child):after,
	#nav .navigation li.hover a:not(:only-child):after {
		content: "-";
	}

	#nav .navigation li:hover .drop,
	#nav .navigation li.hover .drop {
		position: static;
	}

	#nav .navigation li:hover .drop a:after,
	#nav .navigation li.hover .drop a:after {
		content:none;
	}

	#nav .navigation li:first-child {
		margin-left: 0;
	}

	#nav .navigation li.active a {
		background: none;
		padding: 0;
		color: #6991ac;
	}

	#nav .navigation li a:not(:only-child):after {
		content: "+";
	}

	#nav .navigation li a span {
		display: inline-block;
		vertical-align: top;
		width: 12px;
		height: 12px;
		background: none;
		overflow: hidden;
		position: relative;
		bottom: auto;
		top: 5px;
		margin: 0;
		left: 14px;
		border-radius: 0;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
		border-left: 3px solid #f7d262;
		border-bottom: 3px solid #f7d262;
	}

	#nav .navigation li a span:before,
	#nav .navigation li a span:after {
		display: none;
	}

	#nav .drop {
		width: 100%;
		position: absolute;
		padding: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		left: 0;
		-webkit-transition: all ease 0s 0s;
		transition: all ease 0s 0s;
	}

	#nav .drop ul {
		padding: 3px 5px 0;
		margin: 0 0 -7px;
		background: none;
	}

	#nav .drop ul a {
		color: #fff !important;
	}

	#nav .drop ul a:hover {
		color: #6991ac !important;
	}

	.subscribe-form input {
		min-width: 507px;
		margin: 0 10px 0 9px;
	}
}

@media (max-width: 1023px) {
	.fancybox-nav span {
		opacity: 1;
	}

	#header .header-holder {
		padding: 0;
	}

	.logo {
		margin: 0 0 0 4px;
		position: relative;
		z-index: 1;
		max-width: 416px;
	}

	.visual-block {
	    font-size: 34px;
	    line-height: 38px;
	}

	.search .search-box {
		top: 60px;
	}

	.nav-close {
		font-size: 16px;
		height: 21px;
	}

	#nav .drop ul {
		font: 14px/21px "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	}

	#nav .drop ul a {
		text-transform: capitalize;
	}

	.btn {
		font-weight: 400;
		padding: 17px 14px;
	}

	.banner .slideshow .slide {
		height: 556px;
	}

	.banner.vets .slideshow .slide {
		height: 680px;
	}

	.banner .slideshow .img-box img {
		position: relative;
		max-width: none;
		width: 1210px;
		left: 25%;
		margin: 0 0 0 -365px;
	}

	.banner .banner-holder {
		padding: 100px 30px 55px;
	}

	.banner .text-container {
		min-width: 411px;
		margin-top: 114px;
	}

	.banner .text-container h1 {
		font-size: 72px;
		line-height: 72px;
		margin: 0 0 25px;
	}

	.banner .text-container h1 .upper-text {
		font-size: 29px;
		line-height: 29px;
		margin: 0 0 1px;
	}

	.banner .text-container h1 .lower-text {
		font-size: 33px;
		line-height: 38px;
		letter-spacing: normal;
		margin: -5px 3px 0 0;
	}

	.subscribe-section {
		padding: 21px 0 32px;
	}

	.subscribe-section .container {
		padding: 0 30px;
	}

	.subscribe-form label {
		display: block;
		margin-bottom: 5px;
	}

	.subscribe-form input {
		letter-spacing: -.05em;
		font-family: "Lato", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
		font-size: 14px;
		padding: 0 15px;
		margin: 0 22px 0 0;
	}

	.subscribe-form input::-webkit-input-placeholder {
		color: #67727a;
		font-size: 14px;
		font-style: italic;
		line-height: 40px;
	}

	.subscribe-form input:-moz-placeholder {
		color: #67727a;
		font-size: 14px;
		font-style: italic;
		line-height: 42px;
	}

	.subscribe-form input::-moz-placeholder {
		color: #67727a;
		font-size: 14px;
		font-style: italic;
		line-height: 42px;
	}

	.subscribe-form input:-ms-input-placeholder {
		color: #67727a;
		font-size: 14px;
		font-style: italic;
		line-height: 42px;
	}

	.news-section {
		padding: 55px 0 38px;
	}

	.news-section .col:nth-child(odd) {
		float: none;
	}

	.news-section .col {
		width: 100%;
		margin: 0 auto 31px;
		float: none;
	}

	.news-section .btn {
		min-width: 283px;
		max-width: none;
	}

	.tweet-list {
		margin-bottom: 18px;
	}

	.gallery-holder > a:nth-child(n+3) {
		display: none;
	}
}

@media (max-width: 767px) {

	#live p {
		width: 100%;
	}

	#wrapper.clear #header {
	position:relative;
	background: #667279;
	}

	#header .holder {
		padding: 0 20px 8px 0;
		margin-top: -4px;
		float: left;
		width: 100%;
	}

	.visual-block > img {
	    width: 960px;
	    margin: 0 0 0 -600px;	
	}

	.visual-block {
	    font-size: 24px;
	    line-height: 28px;
	}

	.visual-block .title-holder {
    	bottom: -4px;
	}

	.visual-block .title-holder h1 {
    	line-height: 36px;
    	font-size: 38px;
	}

	#column, 
	#sidebar {
		float: none;
		width: 100%;
		padding: 30px 0;
	}

	.logo {
		float: none;
		margin: 0 auto;
	}

	.social-list {
		float: left;
		padding: 1px 41px 0 15px;
	}

	.social-list a {
		font-size: 24px;
	}

	.search {
		margin: 5px 7px 0 0;
	}

	.search .search-box {
		z-index: 99999;
		top: 39px;
	}

	.search .search-box input[type="text"],
	.search .search-box input[type="search"] {
		display: inline-block;
		vertical-align: middle;
	}

	.nav-close,
	.nav-opener {
		width: 34px;
		height: 34px;
	}

	.nav-close:before,
	.nav-close:after,
	.nav-close span,
	.nav-opener:before,
	.nav-opener:after,
	.nav-opener span {
		width: 26px;
		height: 3px;
		margin: 0;
	}

	.nav-close:before,
	.nav-opener:before {
		top: 9px;
	}

	.nav-close:after,
	.nav-opener:after {
		top: 23px;
	}

	.nav-close {
		right: 14px;
		font-size: 14px;
		top: 41px;
		right: 22px;
		width: 69px;
	}

	.nav-close:before,
	.nav-close:after {
		width: 20px;
		top: 10px;
		right: 4px;
	}

	#nav:after {
		top: -150px;
	}

	#nav .nav-holder {
		overflow-y: auto;
		overflow-x: hidden;
	}

	#nav .navigation {
		padding: 30px 0 25px;
	}

	h2 {
		font-size: 28px;
		line-height: .9;
	}

	.container {
		padding: 0 20px;
	}

	.banner .slideshow .slide {
		height: 400px;
	}

	.banner.vets .slideshow .slide {
		height: 400px;
	}

	.banner .slideshow .img-box img {
		width: 656px;
		left: -7%;
		margin: 0 0 0 -91px;
	}

	.banner .banner-holder {
		padding: 100px 15px 55px;
	}

	.banner .text-container {
		min-width: 0;
		margin-top: 81px;
	}

	.banner .text-container h1 {
		font-size: 40px;
		line-height: 40px;
		letter-spacing: normal;
	}

	.banner .text-container h1 .dave {
		display: block;
	}

	.banner .text-container h1 .upper-text {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 6px;
	}

	.banner .text-container h1 .lower-text {
		font-size: 24px;
		line-height: 26px;
		white-space: normal;
		margin: 5px 0 0;
	}

	.subscribe-section .container {
		padding: 0 20px;
	}

	.subscribe-form {
		text-align: center;
	}

	.subscribe-form input {
		min-width: 0;
		width: 100%;
		margin: 0 0 17px;
	}

	.news-section .box {
		padding: 30px 10px 112px;
	}

	.news-section .box .btn {
		bottom: 31px;
	}

	.news-section .facebook-holder {
		margin: 0px auto;
	}

	.news-section .btn {
		max-width: 260px;
		min-width: 260px;
	}

	.tweet-list .stream-item-header {
		font-size: 13px;
		margin-bottom: 5px;
	}

	.tweet-list .js-tweet-text-container {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 0;
	}

	.tweet-list .js-tweet-text-container a {
		display: block;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.stream-item-footer a {
		font-size: 14px;
		margin: 0 28px 0 0;
	}

	.stream-item-footer span {
		font-size: 14px;
	}

	.stream-item-footer span.icon-undo {
		font-size: 13px;
	}

	.stream-item-footer span.icon-star {
		font-size: 15px;
	}

	.issues-section .view {
		font-size: 13px;
	}

	.issues-section h2 {
		font-size: 28px;
		margin-bottom: 7px;
	}

	.issues-section h2 + p {
		font-size: 14px;
		line-height: 18px;
	}
}

@media (max-width: 479px) {
	.logo {
		margin: 0 20px 0 0;
	}

	.banner.vets .slideshow .slide {
	height: 330px;
	}
}

