/*
Template Name: Washington Aerospace
|====================================================
| WASHINGTON AEROSPACE THEME BY JEROMY@RUFUSMEDIA.COM
| SITE COLORS:
| 	BLUE: #015581;
|	SLATE: #314a60;
|	GOLD: #c6b623;
|	TYPE: #51595b;
|	WHITE: #fff;
|	PAGEBG: #cecece;
|	SIDEBAR: #f3f3f3;

body proxima nova 18px
a tag transition little lighter .25s
intro p = 21px
h1 = 47px/25px
h2 41px
h3 32px

|====================================================
*/



/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/*css grid*/
*, *:before, *:after {
  box-sizing: border-box;
}

.cf {
  overflow: hidden;
}

.row, .flex {
  display:flex;
  flex-wrap: wrap;
  position: relative;
}

[class*='col-'] {
  display: flex;
}

.col-1-1 {
  width: 100%;
}

.col-1-2 {
  width: 50%;
}

.col-1-4 {
  width: 25%;
}

.col-1-5 {
  width: 20%;
}

.col-2-5 {
  width: 40%;
}

.col-3-5 {
  width: 60%;
}

.col-4-5 {
  width: 80%;
}

.col-3-4 {
  width: 75%;
}

.col-1-3 {
  width: 33.33%;
}

.col-2-3 {
  width: 66.66%;
}

img, iframe {
  max-width: 100%;
  height: auto;
}


/*
 * jQuery FlexSlider v2.6.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('wp-content/themes/wap/site-assets/flexslider-icon.eot');
  src: url('wp-content/themes/wap/site-assets/flexslider-icon.eot#iefix') format('embedded-opentype'), url('wp-content/themes/wap/site-assets/flexslider-icon.woff') format('woff'), url('wp-content/themes/wap/site-assets/flexslider-icon.ttf') format('truetype'), url('wp-content/themes/wap/site-assets/flexslider-icon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  background: #ffffff;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 20px;
  height: 20px;
  display: block;
  background: #c6b623;
  opacity: .5;
  cursor: pointer;
  text-indent: -9999px;
}
.flex-control-paging li a:hover {
  opacity:1;
}
.flex-control-paging li a.flex-active {
  opacity:1;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}



/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }



@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);

/*
|====================================================
| OVERALL LAYOUT 
|====================================================
*/
body {
	font-family: "proxima-nova",sans-serif;
	font-weight: 400;
	background:#cecece;
	color:#51595b;
	font-size: 17px;
}

h1, h2, h3, h4, h4, h5 {
	font-family: "open sans condensed", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	margin-top: 0;
	margin-bottom: .5em;
}

h1 {
	font-size:2.6em;
	margin-bottom: 0;
}

h2 {
	font-size:2.3em;
}

h3 {
	font-size:1.8em;
	line-height: 1.2;
}

h4 {
	font-size:1.4em;
}

h5 {
	font-size:1em;
}

p {
	margin-top:0;
	line-height: 1.4;
}

a {
	color: #c6b623;
	text-decoration:none;
	transition: color .25s;
}

a:hover {
	color: #e0cb00;
}

.button a {
	display: inline-block;
	font-family: "open sans condensed", sans-serif;
	font-size: 1.2em;
	background: #c6b623;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
}

.button.outline a {
	background: transparent;
	border: solid 3px #c6b623;
}

.light .button.outline a {
	color: #c6b623;
}

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

.title {
	text-transform: uppercase;
	font-weight: bold;
}

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

.container {
	max-width: 1600px;
	background: #f3f3f3;
	position: relative;
	z-index:1;
	padding-left:325px;
}

.row {
	margin-top: 10px;
}

.gridbox {
	width: 100%;
	background:#333;
	color: #fff;
	padding: 50px;
}

.row .col-1-2:nth-child(2n+1) {
	padding-right: 5px;
}

.row .col-1-2:nth-child(2n+2) {
	padding-left: 7px;
}

.row:first-child .col-1-1 p:first-child {
	font-size: 1.17em;
}

.img-only {
	width: 100%;
	min-height:200px;
}

.img-only p {
	margin: 0;
}

.dark {
	background: #314a60;
	color:#fff;
}

.slate.gridbox {
	background: #314a60;
	color:#fff;
}

.light.gridbox {
	background: #fff;
	color:#314a60;
}

.light {
	background: #fff;
	color:#314a60;
}

.light h2, 
.light h3 {
	color:#015581;
}

/*
|====================================================
| UI
|====================================================
*/
.ui {
	width: 325px;
	padding: 50px;
	position: fixed;
	z-index:999;
	top: 0;
	left:0;
	bottom:0;
	background: #f3f3f3;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.icon {
	position: absolute;
	top:5px;
	right:5px;
	display: none;
	cursor: pointer;
}

/*this is the svg hamburger and close icon in the ui*/
.icon-menu img {
	fill: #015581;
}

.logo img {
	position: relative;
	left:-20px;
}

nav {
	padding: 50px 0;
}

nav ul {
	margin:0;
	padding: 0;
	list-style:none;
	text-transform:uppercase;
	font-weight: bold;
}

nav li {
	margin: 0 0 12px 0;
}

nav a {
	text-decoration: none;
	color: #015581;
	transition: color .5s;
}

nav a:hover, 
nav .current-menu-item a {
	color: #c6b623;;
}

.menu-secondary {
	padding-top: 15px;
	text-transform: capitalize;
}

.connect span {
	display:block;
	margin-bottom: 5px;
}

.connect a {
	font-size:.8em;
	color: inherit;
	text-decoration: none;
}

.ui .title {
	text-transform: uppercase;
	font-weight: bold;
	color: #51595b;
}

.social-icons {
	padding: 10px 0 0 0;
}

.social-icons a {
	margin-right: 10px;
}

.copyright {
	margin-top: 30px;
	font-size: .5em;
}

/*
|====================================================
| CONTENT-AREA 
|====================================================
*/

.content-area {
	background: #cecece;
}

.hero img {
	display:block;
}

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

.flexslider2 .flex-control-nav {
	z-index: 100;
	bottom: 40px;
}

.flexslider .overlay {
	position: absolute;
	z-index:9; /*one less than the ui buttons for the carousel*/
	color: #fff;
	bottom: 90px;
	left:0;
	right:0;
	text-align:center;
	padding: 0 160px;
}

.flexslider .overlay p,
.flexslider .overlay h1 {
	text-shadow: 1px 1px 3px rgba(0,0,0,.9);
}

.flexslider2 .overlay {
	bottom: auto;
	top: 20%;
}

.flexslider .overlay p {
	font-size: 1.1em;
}

.hero-subtext {
	display:none;
	padding: 25px;
	font-size: 1.17em;
	line-height: 1.4;
	color: #314a60;
	background: #fff;
	text-align:center;
}

.priorities {
	background: url(img/home-factorybg.jpg);
	background-size: cover;
}

.success {
	background: url(img/home-planesbg.jpg);
	background-size: cover;
}

.event-section .flex {
	margin: 50px 0 30px 0;
}

.home-event {
	width: 50%;
	padding: 0 50px;
}

.event-description {
	-ms-flex-item-align: start;
	        -webkit-align-self: flex-start;
	        align-self: flex-start;
}

.event-description p {
	color: #51595b;
}

.tw-follow {
	font-family: "open sans condensed", sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	position: absolute;
	z-index: 10;
	right: 50px;
	top:50px;
	display:inline-block;
	background: #c6b623;
	color: #fff;
	padding: 10px 12px;
	text-decoration: none;
}

.tw-follow:hover {
	color: #fff;
}

.tw-follow img {
	position: relative;
	top:2px;
	margin-right: 5px;
}

.info-icons {
	padding-top: 50px;
}

.info-icons .col-1-4 {
	-webkit-justify-content: space-around;
	    -ms-flex-pack: distribute;
	        justify-content: space-around;
	-webkit-align-items:center;
	    -ms-flex-align:center;
	        align-items:center;
}

/*Masonry Container*/
.masonry {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
  padding: 15px 0;
}

/*Masonry items*/
.item{
  display: block;
  margin-bottom:15px;
  width: 100%; 
  page-break-inside: avoid; 
       break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -ms-column-break-inside: avoid; 
  -o-column-break-inside: avoid; 
  background: #50595a;
  /*position: relative;
  z-index:1;*/
}

.item.id-257 {
  /* hack so the first item in the second column doesn't display space above it. */
  margin-top:-15px;
}

/*Masonry top - the sorting script will use this*/
.item-first{
  page-break-before: always;
       break-before: always; 
  -webkit-column-break-before: always; 
  -moz-column-break-before: always;
  -ms-column-break-before: always; 
  -o-column-break-before: always; 
}

.portfolio {
	margin-top: 0;
}

.portfolio .gridbox {
	background: #50595a;
	position: relative;
}

.portfolio .categories {
	position: relative;
	bottom: 15px;
	color: #ccc;
	text-transform: uppercase;
	font-weight:bold;
	font-size: .8em;
}

.portfolio .categories span:last-child {
	display:none;
}

.portfolio .col-1-2 {
	display: block;
	margin-bottom: 10px;
}

.folio img {
	width: 100%;
}

.folio h3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
}

.folio .open h3 {
  overflow: visible;
  white-space: normal;
  text-overflow: clip;
}

.item .button {
	position: relative;
	z-index: 25;
}

.portfolio .description {
	overflow:hidden;
	margin-bottom: 20px;
	max-height: 70px;
	position: relative;
	z-index:1;
	transition: all 1s ease;
}

.gradient {
    position: absolute;
    z-index: 20;
    bottom: 0;
    right: 0;
    left: 0;
    height: 200px;
    background-image:
    linear-gradient(
      to top,
      rgba(80, 89, 90, 1) 0%,
      rgba(80, 89, 90, 1) 50%,
      rgba(80, 89, 90, 0) 100%
    );
}

.portfolio .open .description {
	max-height: 9999px;
}

.portfolio .open .gradient {
	background: transparent;
	height: 0px;
}

.portfolio .learn-more {
	display:none;
	margin-left: 10px;
}

.portfolio .open .learn-more {
	display: inline-block;
}

.filter {
	background: #fff;
}

.cat-filter {
	margin: 0;
	padding:20px 0;
	list-style: none;
	text-align:center;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
	-webkit-justify-content:center;
	    -ms-flex-pack:center;
	        justify-content:center;

}

.cat-filter li {
	display: inline-block;
}

.cat-filter li {
	font-size: 1.3em;
	cursor: pointer;
	display: inline-block;
	color: #015581;
	font-family: 'open sans condensed', sans-serif;
	text-transform: uppercase;
	display: block;
	padding: 7px 10px;
	border: solid 3px #c6b623;
	border-right: none;
	text-decoration: none;
	-webkit-transform: all .2s ease-in-out;
	        transform: all .2s ease-in-out;
}

.cat-filter li:last-child {
	border-right: solid 3px #c6b623;
}

.cat-filter li.current-cat {
	color: #fff;
	background: #c6b623;
}

.info-subtext {
	color: #50595a;
	font-size: 1.2em;
	margin-top: -10px;
}

.col-1-2 img {
	display: block;
}

.partner-box {
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.partner {
	width: 25%;
	padding: 20px 5px;
	text-align:center;
}

.div-line {
	margin-top: -45px;
}

.members {
	padding-top: 15px;
}

.member-box {
	font-weight: bold;
	width: 33%;
	padding: 10px 15px;
}

.member-box p {
	margin: 0;
}

.member-box span {
	font-size: .9em;
	font-weight: normal;
	color:#c6b623;
}

.divider {
	text-align:center;
	background: #fff;
	width: 100%;
}

.divider span {
	display:block;
	margin: auto;
	background: #ccc;
	width: 50px;
	height: 3px;
}

.press-link {
	text-decoration: none;
	display:block;
	padding: 50px;
	background: #51595b;
	color: #fff;
	width: 100%;
	margin-bottom: 10px;
	transition: all .5s ease-in-out;
}

.press-link:hover {
	background: #314a60;
}

.press-link h3 {
	transition: all .5s ease-in-out;
}

.press-link:hover h3 {
	color: #c6b623;
}

.event-box {
	width: 80%;
	padding: 20px 0 45px;
	margin: 0 auto 20px;
	border-bottom: solid 3px #ccc;
}

.home-event {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.event-date-square {
	border: solid 3px #005581;
	line-height: .9;
	-ms-flex-negative:0;
	        -webkit-flex-shrink:0;
	        flex-shrink:0;
	max-width: 100px;
	margin-right: 40px;
	padding: 15px;
	color: #005581;
	font-family: "open sans condensed", sans-serif;
	font-weight: 700;
	font-size: 2em;
	text-transform: capitalize;
	text-align:center;
}

.ev-day {
	font-size:1.5em;
	margin: auto;
}

.ev-month {
	margin: auto;
}

.event-box:last-child {
	border-bottom:none;
}

.event-meta {
	margin-bottom: 20px;
}

.separator {
	color: #ccc;
	position:relative;
	top: -1px;
}

.tweets {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
	padding: 0 50px;
	list-style: none;
}

.tweets li:first-child {
	margin-right: 50px;
}

.tweets li {
	margin-left: 75px!important;
}

.tweets .tw-permalink {
	margin-top: 15px;
	font-size: .7em;
}

.avatar img {
	margin-left: -75px!important;
}

.tweets a {
	color: #c6b623;
}

.tweets .favorite span::before {
	display: inline-block;
	content: '';
	width: 20px;
	height: 20px;
	background: url(img/tw-heart.svg) no-repeat left top;
}

.tw-title-area {
	position: relative;
	top: -9px;
	margin-bottom: 5px;
}

.tw-title-area a {
	color: #fff;
}

.tw-title {
	font-family: "open sans condensed", sans-serif;
	font-size: 1.3em;
	font-weight: 700;
	text-transform: uppercase;
}

.tweets .intent-meta {
	margin-top: 15px;
	text-align:right;
}

.tweets [data-icon]:before {
	font-size: 30px;
}

.tweets .stt-em {
	display:none;
}

.tweets .in-reply-to {
	display:none;
}

/*
|====================================================
| MEDIA-QUERIES 
|====================================================
*/

@media screen and (max-width:1250px) {
	body {
		font-size: .8em;
	}

	.ui {
		-webkit-transform: translate(-275px,0);
		        transform: translate(-275px,0);
	}

	.open-menu .ui {
		-webkit-transform: translate(0,0);
		        transform: translate(0,0);
		box-shadow: 0 0 15px rgba(0,0,0,.5);
	}

	.open-menu .menu-icon {
		display:none;
	}

	.open-menu .close-icon {
		display:block;
	}

	.menu-icon {
		display: block;
	}

	.container {
		padding-left: 50px;
	}

	.flex-control-paging li a {
		width: 15px;
		height: 15px;
	}

	.flexslider2 .flex-control-nav {
		bottom:20px;
	}
}

@media screen and (max-width:768px) {
	.masonry {
	  columns: 1;
	  -webkit-columns: 1;
	  -moz-columns: 1;
	}

	.gridbox {
		padding: 25px;
	}

	.col-1-2 {
		width: 100%;
	}

	.row .col-1-2:nth-child(1) {
		padding-right: 0;
		margin-bottom: 10px;
	}

	.row .col-1-2:nth-child(2) {
		padding: 0;
	}

	.logo {
		max-width: 150px;
	}

	.flexslider1 .overlay {
		top: 15%;
		bottom: auto;
		padding: 0 50px;
	}

	.flexslider2 .overlay {
		padding: 0 30px;
		font-size: .9em;
		top: 15%;
	}

	.flexslider2 .flex-control-nav {
		display:none;
	}

	.partner-box .partner {
		width: 50%;
		padding: 10px;
	}

	.tw-follow{
		top: 25px;
		right: 25px;
	}

	.tweets {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}

	.tweets li:first-child {
	    margin-right: 0;
	    margin-bottom: 30px;
	}

	.info-icons {
		padding-top: 25px;
	}

	.home-event {
		width: 100%;
	}

	.home-event {
		margin-bottom: 30px;
	}

	.img-only {
		min-height:400px;
	}
	.div-line {
		margin-top: -15px;
	}
}

@media screen and (max-width:480px) {
	body {
		font-size: .7em;
	}

	nav {
		padding: 20px 0;
	}

	nav li {
		margin-bottom: 5px;
	}

	.flexslider .slides li {
		overflow: hidden;
	}

	.flexslider2 .slides .overlay {
		top: 25px;
		padding: 0 20px;
	}

	.flexslider2 .slides .overlay p {
		font-size: 1em;
	}

	.flexslider2 .flex-control-nav {
		display: none;
	}

	h1 {
		font-size: 2em;
		margin-bottom: 1em;
		line-height: 1.2;
	}

	.flexslider1 .slides .overlay {
		padding: 0 20px;
		bottom: 20px;
	}

	.flexslider1 .overlay p {
		display: none;
	}

	.hero-subtext {
		display:block;
	}

	.flexslider1 .flex-direction-nav {
		display: none;
	}

	.home-event {
		padding: 0;
	}

	.event-date-square {
		margin-right: 25px;
	}

	.tweets {
		padding: 0;
	}

	.tw-follow {
		font-size: .7em;
	}

	.tw-follow img {
		display:none;
	}

	.info-icons {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-justify-content: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}

	.info-icons .col-1-5 {
		width: 50%;
		margin-bottom: 15px;
	}

	.cat-filter li {
		font-size: 1em;
		padding: 3px;
	}

	.row .col-1-2:nth-child(2n+1),
	.row .col-1-2:nth-child(2n+2) {
		padding: 0;
	}

	.member-box {
		width: 50%;
	}
}

@media screen and (max-width:480px) {
	.ui {
		width: 200px;
		-webkit-transform: translate(-150px,0);
		        transform: translate(-150px,0);
		padding: 10px 50px 10px 20px;
	}

	.logo img {
		max-width: 100px;
		left:-10px;
	}

	.copyright {
		margin-top: 5px;
	}

	.flexslider1 .overlay {
		bottom: 20px;
	}

	.tweets [data-icon]:before {
		font-size: 1.5em;
	}

	.flexslider2 {
		display:none;
	}

	.cat-filter {
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
	}

	.cat-filter li {
		width:100%;
		border: solid 3px #c6b623;
		border-bottom: none;
	}

	.cat-filter li:last-child {
		border-bottom: solid 3px #c6b623;
	}

	.member-box {
		width: 100%;
		padding: 5px 0;
	}

	.row .col-1-2:nth-child(1) {
		margin-bottom: 0;
	}

	.press-link {
		padding: 30px;
	}

	.event-section .flex {
		margin: 30px 0 5px 0;
	}

	.home-event {
		display:block;
	}

	.event-date-square {
		padding: 0;
		margin: 0 0 5px 0;
		max-width: 100%;
		border:none;
		text-align:left;
	}

	.event-date-square div {
		display:inline;
		font-size: 1em;
		color: #999;
	}

	.tw-follow {
		top: 5px;
		right: 5px;
		background:transparent;
	}
	
}