/*
	Theme Name: OKC National Memorial & Museum
	Theme URI: http://bigwing.com
	Description: BigWing Interactive WordPress Blank Parent Theme
	Version: 1.0
	Author: BigWing Interactive
	Author URI: http://bigwing.com
	Tags: Starter, HTML5, CSS3, Framework

*/
/*
 _s is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/



/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

*,
*:before,
*:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
	-webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
	-moz-box-sizing:    border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
	box-sizing:         border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	color: #444;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

header {
	position: fixed;
	width: 100%;
	z-index: 1000;
}

ol,
ul {
	list-style: none;
}

table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
    clear:both;
}
/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}

/*------------------------------------*\
    SLIDER
\*------------------------------------*/

.main_slider{
	border:none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	margin:0;
}

.main_slider .slides{

}

.main_slider img{

}

/*------------------------------------*\
    RESPONSIVE MENU
\*------------------------------------*/


/*
    Mobile Menu Core Style
*/

.slicknav_btn { position: relative; display: block; vertical-align: middle; float: right; padding: 0.438em 0.625em 0.438em 0.625em; line-height: 1.125em; cursor: pointer; }
.slicknav_menu  .slicknav_menutxt { font-family: 'Oswald', sans-serif; display: block; line-height: 1.188em; float: left; }
.slicknav_menu .slicknav_icon { float: left; margin: 0.188em 0 0 0.438em; }
.slicknav_menu .slicknav_no-text { margin: 0 }
.slicknav_menu .slicknav_icon-bar { display: block; width: 1.125em; height: 0.125em; -webkit-border-radius: 1px; -moz-border-radius: 1px; border-radius: 1px; -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25); }
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar { margin-top: 0.188em }
.slicknav_nav { clear: both }
.slicknav_nav ul,
.slicknav_nav li { display: block }
.slicknav_nav .slicknav_arrow { font-size: 0.8em; margin: 0 0 0 0.4em; }
.slicknav_nav .slicknav_item { cursor: pointer; }
.slicknav_nav .slicknav_row { display: block; }
.slicknav_nav a { display: block }
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a { display: inline }
.slicknav_menu:before,
.slicknav_menu:after { content: " "; display: table; }
.slicknav_menu:after { clear: both }
/* IE6/7 support */
.slicknav_menu { *zoom: 1 }

/* 
    User Default Style
    Change the following styles to modify the appearance of the menu.
*/

.slicknav_menu {
	display: none;
    font-size:16px;
}
/* Button */
.slicknav_btn {
    margin: 5px 5px 6px;
    text-decoration:none;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;  
    background-color: #222222;
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {
    color: #FFF;
    text-shadow: 0 1px 3px #000;
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
  background-color: #f5f5f5;
}
.slicknav_menu {
	background-color: rgba(28, 28, 34, .8);
    padding:5px;
}
.slicknav_nav {
    color:#fff;
    margin:0;
    padding:0;
    font-size:0.875em;
}
.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow:hidden;
}
.slicknav_nav ul {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row {
    padding:5px 10px;
    margin:2px 5px;
}
.slicknav_nav a,
.slicknav_nav a:visited,
.slicknav_nav a:active {
    padding:5px 10px;
    margin:2px 5px;
    text-decoration:none;
    color:#fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
}
.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding:0;
    margin:0;
}
.slicknav_nav .slicknav_row:hover {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#ccc;
    color:#fff;
}
.slicknav_nav a:hover{
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background:#ccc;
    color:#222;
}
.slicknav_nav .slicknav_txtnode {
     margin-left:15px;   
}

.slicknav_nav ul li > ul,
.slicknav_nav ul li:hover > ul {
	margin-left: 1em;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/

@font-face {
    font-family: 'Steelfish';
    src: url(fonts/steelfish-rg.ttf);
}


body,
.body-bg {
	background-color: #fff;
	background-attachment: fixed;
	background-position: center top;
}

body,
button,
input,
select,
textarea {
	color: #1c1c22;
        font-family: 'Droid Serif', serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
	clear: both;
	margin-bottom: .2em;
}

h1 {
	font-size: 3.3em;
	text-transform: uppercase;
}

.long-title {
	font-size: 2.4em;
	line-height: 1.2em;
	width: 70%;
}

h2 {
	font-size: 2.4em;
	text-transform: uppercase;
}

h3 {
	font-size: 2.4em;
}

h4 {
	font-size: 2.2em;
}

h5 {
	font-size: 1.8em;
}

h6 {
	font-size: 1.4em;
}

p {
	margin-bottom: 1em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

section ul li:before,
aside ul li:before {    
	font-family: 'FontAwesome';
	content: '\f101';
	margin:0 5px 0 -15px;
	color: #3958a3;
}

aside ul,
aside ol {
	margin: 0 0 1.5em 1em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em .5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

.logo {
	width: 100px;
	float: left;
	padding-top: 15px;
}

.mobile-logo {
	display: none;
}
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/
a {
	color: #058641;
	text-decoration: none;
}

a:visited {
	color: #058641;
}

a:hover,
a:focus,
a:active {
	color: #058641;
	text-decoration: underline;
}

footer a {
	color: #fff;
}

footer a:visited {
	color: #fff;
}

footer a:hover,
footer a:focus,
footer a:active {
	color: #fff;
	text-decoration: underline;
}
/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/
.fixed {
    position:fixed;
    top:0;
}

.main-navigation {
	display: block;
	float: left;
	width: 45%;
	max-width: 600px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
	padding: 0 15px;
	height: 65px;
}

.main-navigation a,
.main-navigation a:visited,
.main-navigation a:active {
	display: block;
	text-decoration: none;
	color: #fff;
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	line-height: 65px;
}

.main-navigation li:hover {
	background-color: rgba(28, 28, 34, .85);
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a {
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
}

.main-navigation ul li:hover > ul {
	left: 0;
	top: 65px;
	background-color: rgba(28, 28, 34, .9);
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation ul li > ul li {
	height: auto;
	padding: 13px 15px;
}

.main-navigation ul li > ul li a,
.main-navigation ul li > ul li a:visited,
.main-navigation ul li > ul li a:hover,
.main-navigation ul li > ul li a:active {
	line-height: 20px;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
}

/* Small menu */
.menu-toggle {
	display: none;
}

.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.social-menu-item-top ul {
	width: 200px;
}

.social-menu-item {
	width: 40px;
	display: inline-block !important;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.alignnone {
	
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/* countdown */
.countdown-container {
	height: 370px;
	background-position: center top;
	background-repeat: no-repeat;
	padding-top: 240px;
}

.countdown {
	position: relative;
	z-index: 100;
	text-align: center;
	transition: all 2s;
	opacity: 1;
	white-space: nowrap;
	overflow: hidden;
	width: 134px;
	margin: 0 auto 15px;
}
.countdown.loading {
	opacity: 0;
	top: 50%;
}

.countdown .colon {
	color: #000;
	font-weight: 900;
	font-size: 2.5em;
	float: left;
	padding-top: 40px;
	display: none;
}

.countdown .unit { 
	float: left;
	background-color:#1c1c22;
	padding: 5px;
	margin: 0 2px;
	color: #fff;
	font-size: 1.3em;
	line-height: 0.9em;
	text-transform: uppercase;
	width: 40px;
}
.countdown .unit span {
	color: #95a5a6;
	display: block;
	font-size: 0.6em;
	font-weight: 700;
}

.countdown .text { 
	text-transform: uppercase; 
	color: #fff;
	font-weight: 900;
	font-size: 2.4em;
	line-height: 1em;
	text-shadow: 0 0 16px rgba(0,0,0,0.45);
	background: #EB3C32;
	border-radius: 3px;
	margin-top: 20px;
	padding: 5px;
	box-shadow: 0 0 8px rbga(0,0,0,0.45);
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/

.center {
	text-align: center;
}

.uppercase {
	text-transform: uppercase;
}

section {
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
}

.negative section {
	margin-top: 75px;
}

.lessons-learned-section {
	float: right;
	width: 75%;
}

.with-sidebar {
	float: left;
	width: 63%;
	max-width: 750px;
}

.with-sidebar h2,
.lessons-learned-section h2 {
	color: #3958a3;
	text-transform: uppercase;
}

.lessons-learned-menu {
	width: 24%;
	float: left;
	margin-top: 90px;
	padding-right: 30px;
}

aside {
	overflow: hidden;
	float: right;
	width: 30%;
	max-width: 340px;
}

aside h3 {
	border-bottom: 1px solid #aaa;
	padding-bottom: 10px;
	margin-bottom: 15px;
}

.negative {
	margin-top: -90px;
}

.title {
	background-color: #3959a3;
	/* padding-bottom: 10px;
	line-height: 65px;
	height: 70px; */
}

.wrapper-nav {
	background-color: rgba(28, 28, 34, .9);
	height: 65px;
	color: #fff;
	padding: 0 10px;
}

.wrapper-transparent {
	width: 100%;
	background-color: transparent;
	color: #fff;
	margin: 0 auto;
}

.wrapper-white {
	width: 100%;
	background-color: #fff;
	margin: 0 auto;
}

.wrapper-purple {
	width: 100%;
	background-color: #3958a3;
	color: #fff;
	margin: 0 auto;
}

.wrapper-dark {
	width: 100%;
	background-color: #1c1c22;
	color: #fff;
	margin: 0 auto;
}

.wrapper-grey {
	width: 100%;
	background-color: #eaedec;
	margin: 0 auto;
}

.white {
	color: #fff;
}

.container-1200 {
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 20px;
}

.container-1200-15-20 {
	overflow: hidden;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 15px 20px;
}

.container-header-address {
	width: 26%;
	max-width: 260px;
	float: right;
	text-align: right;
	line-height: 65px;
	font-size: .85em;
}

.container-header-address a,
.container-header-address a:visited {
	color: #fff;
}

.container-header-phone {
	width: 28%;
	max-width: 260px;
	float: right;
	text-align: right;
	line-height: 65px;
	font-size: .85em;
}

.heading-with-bg {
	background-image: url(img/headings-bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	max-width: 1200px;
}

.hero {
	height: 700px;
	background-position: center top;
	padding-top: 130px;
}

.hero-text {
	font-size: 3.4em;
	font-family: 'Oswald', sans-serif;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
}

.hero-video {
	position: fixed;
	top: 0;
	width: 100%;
	min-width: 1800px;
	min-height: 700px;
	z-index: -100;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	background: transparent;
	background-repeat: no-repeat;
}

.hero-video-mobile {
	position: fixed;
	top: 0;
	width: 100%;
	min-width: 300px;
	min-height: 700px;
	z-index: -100;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	background: transparent;
	background-repeat: no-repeat;
}

.margin-65 {
	margin-top: 65px;
}

.no-padding {
	padding: 0;
}

.no-margin {
	margin: 0;
}

.rotator-widget-styles {
	margin: 0 0 -.5em;
	text-align: center;
}

.remove-overflow-hidden {
	overflow: visible;
}

.add-overflow-hidden {
	overflow: hidden;
}

.sidebar-cta .textwidget {
	line-height: 0;
}

.sidebar-img-links {
	overflow: hidden;
	width: 100%;
	background-color: #1c1c22;
	border-bottom: 1px solid #555;
}

/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.home-intro {
	text-transform: uppercase;
	font-size: 1.2em;
}

.home-quote {
	width: 100%;
	max-width: 900px;
	color: #1b1b21;
	font-size: 1.6em;
	line-height: 1.2em;
	font-style: italic;
	margin: 0 auto 25px;
}

.home-blurb {
	width: 100%;
	max-width: 850px;
	margin: 0 auto 25px;
}

.home-links {
	max-height: 100px;
	border-right: 1px solid #555;
}

.end {
	border-right: none;
}

.btn-white {
	font-family: 'Oswald', sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #fff;
	line-height: 40px;
	height: 40px;
	border: 1px solid #fff;
	width: 100%;
	padding: 0 30px;
	max-width: 180px;
	margin: 0 auto 15px;
	text-align: center;
}

.btn-purple {
	font-family: 'Oswald', sans-serif;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #3958a3;
	line-height: 40px;
	height: 40px;
	border: 1px solid #3958a3;
	width: 100%;
	padding: 0 30px;
	max-width: 180px;
	margin: 0 auto 15px;
	text-align: center;
}

.btn-purple a {
	color: #3958a3;
}

.btn-white a {
	color: #fff;
}

.no-align {
	margin: 0 !important;
	display: inline-block !important;
}

.lrg {
	max-width: 300px;
}

.home-mobile-blurb {
	float: left;
	width: 70%;
	max-width: 800px;
}

.home-mobile-icons {
	float: right;
	width: 30%;
	max-width: 360px;
}

.icons-container {
	width: 320px;
	float: right;
}

.featured-image {
	background-color: #3959a3;
	border-bottom: 0 solid #3959a3;
	text-align: center;
}

.full-width {
	width: 100%;
	max-width: 1200px;
}

.no-padding {
	padding: 0 20px;
}

.hidden {
	display: none;
}

.post-thumb {
	width: 30%;
	max-width: 180px;
	float: left;
}

.post-content {
	width: 70%;
	float: left;
	padding-left: 20px;
}

.post-archive-margin {
	overflow: hidden;
	margin: 15px 0 20px;
}

.date {
	font-size: .9em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
10.4 Social
--------------------------------------------------------------*/

/* Colors stolen from: http://codepen.io/ameyraut/pen/yfzog */
#social .fa-content {
	display: none;
}
#social a {
	text-decoration: none;
	color: inherit;
}
/*Change icons size here*/
.social-icons .fa {
	font-size: 1.8em;
}
/*Change icons circle size and color here*/
.social-icons .fa {
	width: 100px;
	height: 100px;
	line-height: 100px;
	margin: 4px;
	text-align: center;
	color: #FFF;
	color: rgba(255, 255, 255, 0.8);
	-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;
}

.social-icons.icon-circle .fa{ 
	border-radius: 50%;
}
.social-icons.icon-rounded .fa{
	border-radius:5px;
}
.social-icons.icon-flat .fa{
	border-radius: 0;
}

.social-icons .fa:hover, .social-icons .fa:active {
	color: #FFF;
	-webkit-box-shadow: 1px 1px 3px #333;
	-moz-box-shadow: 1px 1px 3px #333;
	box-shadow: 1px 1px 3px #333; 
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active { 
 	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1); 
}
.social-icons.icon-rotate .fa:hover, .social-icons.icon-rotate .fa:active { 
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	transform: scale(1.1) rotate(360deg);
}
 
.social-icons .fa-adn{background-color:#504e54;} 
.social-icons .fa-apple{background-color:#aeb5c5;} 
.social-icons .fa-android{background-color:#A5C63B;}  
.social-icons .fa-bitbucket,.social-icons .fa-bitbucket-square{background-color:#003366;} 
.social-icons .fa-bitcoin,.social-icons .fa-btc{background-color:#F7931A;} 
.social-icons .fa-css3{background-color:#1572B7;} 
.social-icons .fa-dribbble{background-color:#F46899;}  
.social-icons .fa-dropbox{background-color:#018BD3;}
.social-icons .fa-facebook,.social-icons .fa-facebook-square{background-color:#3C599F;}  
.social-icons .fa-flickr{background-color:#FF0084;}
.social-icons .fa-foursquare{background-color:#0086BE;}
.social-icons .fa-github,.social-icons .fa-github-alt,.social-icons .fa-github-square{background-color:#070709;} 
.social-icons .fa-google-plus,.social-icons .fa-google-plus-square{background-color:#CF3D2E;} 
.social-icons .fa-html5{background-color:#E54D26;}
.social-icons .fa-instagram{background-color:#A1755C;}
.social-icons .fa-linkedin,.social-icons .fa-linkedin-square{background-color:#0085AE;} 
.social-icons .fa-linux{background-color:#FBC002;color:#333;}
.social-icons .fa-maxcdn{background-color:#F6AE1C;}
.social-icons .fa-pagelines{background-color:#241E20;color:#3984EA;}
.social-icons .fa-pinterest,.social-icons .fa-pinterest-square{background-color:#CC2127;} 
.social-icons .fa-renren{background-color:#025DAC;}
.social-icons .fa-skype{background-color:#01AEF2;}
.social-icons .fa-stack-exchange{background-color:#245590;}
.social-icons .fa-stack-overflow{background-color:#FF7300;}
.social-icons .fa-trello{background-color:#265A7F;}
.social-icons .fa-tumblr,.social-icons .fa-tumblr-square{background-color:#314E6C;} 
.social-icons .fa-twitter,.social-icons .fa-twitter-square{background-color:#32CCFE;} 
.social-icons .fa-vimeo-square{background-color:#229ACC;}
.social-icons .fa-vk{background-color:#375474;}
.social-icons .fa-weibo{background-color:#D72B2B;}
.social-icons .fa-windows{background-color:#12B6F3;}
.social-icons .fa-xing,.social-icons .fa-xing-square{background-color:#00555C;} 
.social-icons .fa-youtube,.social-icons .fa-youtube-play,.social-icons .fa-youtube-square{background-color:#C52F30;}


/* custom styles */

.social-icons-container {
	width: 320px;
	border-left: 1px solid #555;
	border-right: 1px solid #555;
	overflow: hidden;
	padding: 10px 50px;
	margin: 0 auto;
}

.social-icons li {
	display: inline-block;
	float: left;
}


/*--------------------------------------------------------------
10.5 Learn - Section on Front-Page
--------------------------------------------------------------*/

.learn-container {
	position: relative;
	margin: 0 auto;
	width: 100%;
	max-width: 2200px;
	overflow: hidden;
}

.learn-default-container {
	width: 16.6666666667%;
	max-width: 440px;
	float: left;
	position: relative;
	margin: 0;
}

.lessons-container {
	margin: 0 auto;
	text-align: center;
}

.lessons {
	width: 25% !important;
	padding: 0 3px 0 0;
}

.lessons-padding {
	padding: 0 3px 0 0;
}

.learn-default-container:hover .learn-hover-thumb {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
}

.learn-default-container:hover .learn-meta-excerpt {
	display: block;
	position: absolute;
	z-index: 500;
	color: #fff;
	text-align: center;
	width: 100%;
	margin-top: 5px;
	line-height: 1em;
	font-size: .8em;
	padding: 0 10px 0 5px;
}

.learn-default-container:hover .learn-meta {
	bottom: 95px;
}

.learn-default-thumb {
	width: 100%;
	z-index: 1;
	position: relative;
	line-height: 0 !important;
}

.learn-hover-thumb,
.learn-meta-excerpt {
	display: none;
}

.learn-meta {
	width: 100%;
	max-width: 400px;
	text-align: center;
	z-index: 10;
	position: relative;
	bottom: 55px;
	margin: 0 auto;
	z-index: 500;
	position: absolute;
	padding: 0 5px;
}

.learn-meta-title,
.learn-meta-title:visited,
.learn-meta-title:hover {
	color: #fff;
	font-family: 'Oswald', sans-serif;
	font-size: 1.2em;
	line-height: 1.1em;
	text-transform: uppercase;
	text-decoration: none;
	width: 58%;
	margin: 0 auto;
	line-height: 1.2em;
	min-height: 2.4em;
}

.learn-meta-icon {
	width: 30%;
	margin: 0 auto;
}

.learn-default-container * {
	text-decoration: none !important;
}
 
/*--------------------------------------------------------------
10.9 Footer
--------------------------------------------------------------*/

footer ul,
footer ol {
	list-style: none;
	margin: 0;
}

.footer-copy-container {
	width: 100%;
	max-width: 1200px;
	padding: 10px 20px;
	margin: 0 auto;
	border-top: 1px solid #fff;
	overflow: hidden;
}

.footer-copy-links-container {
	width: 20%;
	max-width:500px;
	min-width: 200px;
	float: right;
	text-align: right;
}

.footer-links-container {
	width: 20%;
	background-color: transparent;
	float: left;
	padding-right: 40px;
}

.footer-social-container {
	width: 40%;
	background-color: transparent;
	float: left;
}

.footer-logos-container {
	width: 40%;
	background-color: transparent;
	float: left;
	padding-left: 20px;
	text-align: center;
}

.footer-logos-1 {
	
}

.footer-logos-2 {
	
}

.aff-logo {
	max-height: 80px;
	margin: 5px;
}

.newsletter {
	margin: 30px 0;
}

.odd {
	float: left;
	width: 50%;
	display: block;
}

.even {
	float: right;
	width: 50%;
	display: block;
}

.twitter {
	text-align: center;
	padding: 3px 0 5px;
}

.tweet-text,
.tweet-details {
	margin: 0;
	display: inline-block;
}

.tweet-text::before {
	font-family: 'FontAwesome';
	content: '\f099 ';
	margin-right: 15px;
}

.tweet-details::before {
	content: ' // ';
	margin-right: 10px;
}

.tweet-details {
	margin-left: 15px;
	font-style: italic;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100% !important;
}
.responsive {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.responsive iframe,
.responsive embed,
.responsive object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ll-vid-left {
	float: left;
	max-width: 250px;
	width: 100%;
	height: auto;
	margin: 0 20px 10px 0;
}

.ll-vid-right {
	float: right;
	max-width: 250px;
	width: 100%;
	height: auto;
	margin: 0 0 10px 20px;
}

.ll-img-left {
	float: left;
	max-width: 350px;
	width: 100%;
	height: auto;
	margin: 0 20px 10px 0;
}

.ll-img-right {
	float: right;
	max-width: 350px;
	width: 100%;
	height: auto;
	margin: 0 0 10px 20px;
}

.smaller {
	max-width: 250px;
}

#html5-watermark {
	display: none !important;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {

	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-size: 0.8em;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

#sbi_load {
	padding: 0 !important;
}

.gallery-icon {
	margin-bottom: -5px;
}

.gallery-item {
	margin-bottom: 12px;
}


/* custom */

.soliloquy-fc-slider .soliloquy-caption-inside .soliloquy-fc-read-more {
	font-family: 'Oswald', sans-serif;
	text-transform: uppercase;
	color: #3958a3 !important;
	line-height: 40px;
	height: 40px;
	border: 1px solid #3958a3;
	width: 100%;
	padding: 0 20px;
	max-width: 180px;
	text-align: center;
	display: block;
	margin: 14px 0 0 0 !important;
}

.fancybox-title-float-wrap .child {
	white-space: normal;
}

.fancybox-title-float-wrap {
	bottom: inherit;
	margin-top: 20px;
}

#thumbs {
	text-align: center;
	height: 250px;
	overflow-x: hidden !important;
	overflow-y: scroll !important;
	white-space: normal !important;
}

.testimonial_rotator .testimonial_rotator_slide_title {
	display: none;
}

.nav-links {
	padding: 15px 0;
	overflow: hidden;
}

.those-prev {
	float: left;
	width: 45%;
	text-align: left;
}

.those-next {
	float: right;
	width: 45%;
	text-align: right;
}

body .gform_wrapper label.gfield_label + div.ginput_container {
	margin: 0 !important;
}

.gform_wrapper .top_label .gfield_label {
	margin: 1em 0 0 0 !important;
}

.gform_wrapper .ginput_complex label, .gform_wrapper .gfield_time_hour label, .gform_wrapper .gfield_time_minute label, .gform_wrapper .gfield_time_ampm label, .gform_wrapper .gfield_date_month label, .gform_wrapper .gfield_date_day label, .gform_wrapper .gfield_date_year label, .gform_wrapper .instruction {
	margin: 0 0 .75em 0 !important;
	font-size: .8em !important;
}

/* IG feed */

.ig {
	overflow: hidden;
	max-height: 250px;
}


/* Those who were killed */

#people-search {
	margin-bottom: 30px;
	width: 100%;
	max-width: 365px;
	padding: 15px;
	background-color: #1c1c22;
	color: #fff;
}

#people-search input[type="text"] {
	border-radius: 0px !important;
	margin: 0 0 0 10px;
}

.people-archive-container {
	width: 12%;
	float: left;
	margin-right: .5%;
	position: relative;
	color: #fff;
}

.people-archive-container:hover .people-archive-desc {
	z-index: 1000;
}


.people-archive-thumb {
	position: relative;
	z-index: 50;
}
.people-archive-desc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 1;
	border-bottom: 8px solid #fff;
	text-align: center;
}

.people-archive-desc-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 2;
}

.people-archive-desc-name {
	width: 100%;
	position: absolute;
	top: 35%;
	font-family: 'Droid Serif', serif;
	color: #fff;
	font-size: 1em;
	line-height: .9em;
	text-align: center;
	z-index: 3;
	padding: 10px;
}

.people-single-feature {
	float: left;
	width: 100%;
	max-width: 250px;
	margin-right: 40px;
}

/* Lessons Learned */

.lessons-learned-menu ul {
	margin: 0;
}


.lessons-learned-menu li {
	padding: 8px 10px;
	border-bottom: 1px solid #aaa;
}

.lessons-learned-menu li:hover,
.lessons-learned-menu li:hover a {
	background-color: #058641;
	color: #fff;
}

.lessons-learned-menu .active,
.lessons-learned-menu .active a {
	background-color: #058641;
	color: #fff;
	border-bottom: 0px;
}


/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1200px) {
	
	h1 {
		font-size: 2.8em;
	}
	
	.heading-with-bg {
		background-image: none;
	}
	
	.learn-meta {
		bottom: 50px;
	}
	
	.learn-default-container:hover .learn-meta {
		bottom: 80px;
	}
	
	.learn-meta-title,
	.learn-meta-title:hover {
		font-size: 1em;
	}
	
	#sb_instagram #sbi_load {
		min-height: 200px;
		display: none !important;
	}

}

@media only screen and (max-width:1140px) {
	.main-navigation li {
		padding: 0 7px;
	}
	
	.main-navigation a {
		font-size: .8em;
	}
	
	.container-header-address {
		line-height: 22px;
		height: 22px;
		width: 400px;
	}
	
	.container-header-phone {
		line-height: 22px;
		height: 22px;
		margin-top: 10px;
	}
	
	.home-links {
		max-height: 105px;
	}
	
	.home-mobile-blurb {
		width: 67%;
		max-width: 750px;
	}
	
	#sb_instagram #sbi_load .sbi_load_btn,
	#sb_instagram .sbi_follow_btn a {
		font-size: .9em;
	}
	
	.aff-logo {
		max-height: 70px;
		margin: 3px;
	}
	
	.footer-logos-container {
		padding-left: 0;
	}
}

@media only screen and (max-width:1024px) {
	
	#sb_instagram #sbi_load .sbi_load_btn,
	#sb_instagram .sbi_follow_btn a {
		font-size: .8em;
	}
	
	#sb_instagram #sbi_load {
		min-height: 180px;
	}
	
	#sb_instagram #sbi_load .fa,
	#sb_instagram .sbi_follow_btn .fa {
		display: block;
		font-size: 40px;
	}
		
	.heading-with-bg {
		background-image: none;
	}
	
	.main-navigation {
		width: 52%;
	}
	
	.container-header-address,
	.container-header-phone {
		width: 250px;
	}
	
	
	.home-links {
		max-height: 90px;
	}
	
	.home-mobile-blurb {
		width: 65%;
		max-width: 650px;
	}
	
	.learn-meta {
		bottom: 40px;
	}
	
	.learn-default-container:hover .learn-meta {
		bottom: 65px;
	}
	
	.learn-meta-title,
	.learn-meta-title:hover {
		font-size: .85em;
	}
	
	.social-icons-container {
		width: 250px;
		padding: 10px 35px;
	}
	
	.social-icons .fa {
		width: 80px;
		height: 80px;
		line-height: 80px;
	}
	
	.people-archive-container {
		width: 16%;
		float: left;
		margin-right: .66666%;
		position: relative;
	}
}

@media only screen and (max-width:850px) {
	.home-links {
		max-height: 80px;
	}
	
	.home-mobile-blurb {
		width: 60%;
		max-width: 500px;
	}
	
	.learn-default-container {
		width: 33.333333333333%;
		max-width: 284px;
	}
	
	.learn-meta {
		width: 100%;
		max-width: 284px;
		bottom: 70px;
	}
	
	.learn-default-container:hover .learn-meta {
		bottom: 115px;
	}
	
	.learn-meta-title,
	.learn-meta-title:visited,
	.learn-meta-title:hover {
		font-size: 1.2em;
	}
	
	.footer-links-container {
		width: 50%;
		float: left;
		padding-right: 40px;
	}
	
	.footer-social-container {
		width: 250px;
		float: right;
		margin-bottom: 20px;
		border-left: 1px solid #555;
	}
	
	.footer-logos-container {
		width: 100%;
		float: none;
		clear: both;
		margin: 20px auto 0;
		padding-left: 0;
		padding-top: 20px;
		border-top: 1px solid #555;
	}
	
	.social-icons-container {
		width: 220px;
		border: 0;
		overflow: hidden;
		padding: 0;
		float: right;
	}
	
	.footer-logos-container {
		text-align: center;
	}
	
	.aff-logo {
		max-height: 70px;
		margin: 5px;
		display: inline-block;
	}
	
	.odd,
	.even {
		float: left;
		width: 33%;
		display: block;
	}
	
	#sb_instagram #sbi_load .sbi_load_btn,
	#sb_instagram .sbi_follow_btn a {
		font-size: 0;
	}
	
	#sb_instagram #sbi_load {
		min-height: 160px;
	}
	
	#sb_instagram #sbi_load .fa,
	#sb_instagram .sbi_follow_btn .fa {
		display: block;
		font-size: 50px;
	}
	
	.people-archive-container {
		width: 19.5%;
		float: left;
		margin-right: .5%;
		position: relative;
	}

	.lessons-container {
		max-width: 550px;
	}

	.lessons {
		width: 50% !important;
		padding: 0 3px 3px 0;
	}
}

@media only screen and (max-width:768px) {
	
	.slicknav_menu {
		display: block;
		position: relative;
		z-index: 1000;
	}
	
	.wrapper-nav {
		display: none;
	}
	
	header {
		position: relative;
		z-index: 1000;
	}
	
	.mobile-logo {
		display: block;
		max-width: 120px;
		float: left;
		padding: 10px 0 0 10px;
		position: relative;
		z-index: 2000;
	}
	
	.slicknav-container {
		position: relative;
		z-index: 1500;
	}
	
	.margin-65 {
		margin: 0;
	}
	
	.with-sidebar,
	aside {
		float: none;
		width: 100%;
		max-width: 1200px;
		overflow: hidden;
	}
		
	.hero {
		padding: 50px 20px 20px;
		height: 680px;
	}
	
	.hero-text {
		font-size: 3em;
		line-height: 1.2em;
		font-family: 'Oswald', sans-serif;
	}
	
	.home-links {
		max-height: 110px;
		border: none;
	}
	
	.home-mobile-blurb,
	.home-mobile-icons {
		float: none;
		width: 100%;
		max-width: 800px;
	}
	
	.icons-container {
		padding: 30px 0;
		float: none;
		margin: 0 auto;
		text-align: center;
		width: 295px;
	}
	
	.learn-meta {
		width: 100%;
		max-width: 284px;
		bottom: 60px;
	}
	
	.learn-default-container:hover .learn-meta {
		bottom: 100px;
	}
	
	.learn-meta-title,
	.learn-meta-title:visited,
	.learn-meta-title:hover {
		font-size: 1em;
	}
	
	.aff-logo {
		max-height: 65px;
	}
	
	#sb_instagram #sbi_load {
		min-height: 130px;
	}
	
	.long-title {
		width: 100%;
	}
}

@media only screen and (max-width:640px) {
	h1 {
		font-size: 2em;
		line-height: 1.5em;
	}
	
	h2 {
		font-size: 1.8em;
	}
	
	h3 {
		font-size: 1.6em;
	}
	
	h4 {
		font-size: 1.4em;
	}
	
	h5 {
		font-size: 1.2em;
	}
	
	h6 {
		font-size: 1.1em;
	}
	
	.long-title {
		font-size: 2em;
		line-height: 1.4em;
	}
	
	.home-links {
		display: block;
		text-align: center;
		margin: 0 auto;
	}
	
	.learn-default-container {
		width: 50%;
		max-width: 320px;
	}
	
	.learn-meta {
		width: 100%;
		max-width: 320px;
		bottom: 75px;
	}
	
	.learn-default-container:hover .learn-meta {
		bottom: 120px;
	}
	
	.learn-meta-title,
	.learn-meta-title:visited,
	.learn-meta-title:hover {
		font-size: 1.3em;
	}
		
	.footer-links-container {
		width: 100%;
		float: none;
		clear: both;
		padding-right: 0;
		text-align: center;
	}
	
	.footer-social-container {
		width: 100%;
		float: none;
		clear: both;
		margin: 0 auto;
		border-left: 0;
		border-top: 1px solid #555;
		padding-top: 20px;
	}
	
	.social-icons-container {
		width: 315px;
		border: 0;
		overflow: hidden;
		padding: 0;
		float: none;
	}
	
	.social-icons .fa {
		width: 70px;
		height: 70px;
		line-height: 70px;
	}
	
	.aff-logo {
		max-height: 70px;
		margin: 5px;
	}
	
	#sb_instagram #sbi_load {
		min-height: 110px;
	}
	
	#sb_instagram #sbi_load .fa,
	#sb_instagram .sbi_follow_btn .fa {
		display: block;
		font-size: 35px;
	}
	
	.people-archive-container {
		width: 24%;
		float: left;
		margin-right: 1%;
		position: relative;
	}

	.lessons-learned-menu {
		width: 100%;
		padding: 0;
	}

	.lessons-learned-section {
		width: 100%;
		margin-top: 40px !important;
	}
	
	.ll-img-left,	
	.ll-img-right,
	.smaller,
	.ll-vid-left,
	.ll-vid-right {
		float: none;
		max-width: 640px;
		width: 100%;
		height: auto;
		margin: 0;
	}	
}


@media only screen and (max-width:480px) {
	.hero {
		height: 580px;
		padding: 30px 20px 20px;
	}
	
	.footer-copy-container {
		text-align: center;
	}
	
	.footer-copy-links-container {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	.learn-meta {
		width: 100%;
		max-width: 320px;
		bottom: 55px;
	}
	
	.learn-default-container:hover .learn-meta {
		bottom: 87px;
	}
	
	.learn-meta-title,
	.learn-meta-title:visited,
	.learn-meta-title:hover {
		font-size: 1em;
		width: 90%;
	}
	
	#sb_instagram #sbi_load {
		min-height: 80px;
	}
	
	#sb_instagram #sbi_load .fa,
	#sb_instagram .sbi_follow_btn .fa {
		display: block;
		font-size: 25px;
	}
	
	.people-archive-container {
		width: 32.3333%;
		float: left;
		margin-right: 1%;
		position: relative;
	}
	
	.people-single-feature {
		max-width: 500px;
		margin: 0 auto;
		display: block;
		text-align: center;
	}
	
	.post-thumb {
		width: 40%;
	}
	
	.post-content {
		width: 60%;
	}

}

@media only screen and (max-width:320px) {
	
	.learn-meta {
		width: 100%;
		max-width: 320px;
		bottom: 40px;
	}
	
	.learn-default-container:hover .learn-meta {
		bottom: 65px;
	}
	
	.social-icons-container {
		width: 160px;
		border: 0;
		overflow: hidden;
		padding: 0;
		float: none;
	}
	
	.aff-logo {
		max-height: 75px;
		margin: 10px;
		display: inline-block;
	}
	
	#sb_instagram #sbi_load {
		min-height: 70px;
	}
	
	#sb_instagram #sbi_load .fa,
	#sb_instagram .sbi_follow_btn .fa {
		display: block;
		font-size: 20px;
	}

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}