/*!
Theme Name: Tiny Hat Creative
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: thc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Tiny Hat Creative is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix { 
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clear {
	clear:both;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #010101;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	margin-top: 0px;
}

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;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	display: block;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	transition: all 0.5s ease;
}


a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #010101;
	padding: 15px 25px;
	font-weight: 400;
	font-size: .875em;
	text-decoration: none;
	background: #ffcc33;
	text-transform: uppercase;
	box-shadow: rgb(0, 0, 0) 10px 10px 0px;
	border: solid 3px #010101;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color: #010101;
	border: solid 3px #ffffff;
	color: #fff;
	text-decoration: none;
	box-shadow: rgb(255, 204, 51) -10px -10px 0px;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.main-page-wrapper {
	float: left;
	width: 100%;
	padding: 120px 0px;
	display: block;
	background: #fff;
}

.container,
.desktop-container {
	max-width: 1200px;
	display: block;
	margin: 0px auto;
}

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

.right-copy {
	display: block;
	float: right;
	width: 50%;
	padding: 0px 50px;
	font-size: 1.5em;
}

.main-page-image img,
.left-image img {
	border-radius: 30px 0px 0px;
}

.right-copy h2 {
	font-family: 'Ultra', serif;
  	font-size: 60px;
  	text-shadow: rgb(255, 204, 51) 4px 4px 0px;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.75);
  	max-width: 600px;
  	color: #010101;
  	font-weight: 400;
  	line-height: 60px;
	margin: 20px 0px 30px -150px;
	z-index: 100;
  	position: relative;
}

.r-line {
    position: relative;
    font-size: 1.25em;
	line-height: 1.3em;
	text-transform: uppercase;
	font-weight: 300;	
    z-index: 1;
    overflow: hidden;
}

.r-line:after {
	position: absolute;
  	top: 15%;
  	overflow: hidden;
  	width: 98%;
  	height: 15px;
  	content: '\a0';
  	background-color: #ffcc33;
  	margin-left: 2%;
}

.r-line span {
  background: #fff;
  z-index: 99999;
  position: relative;
}

ul.contact {
	margin: 0px;
  padding: 0px 0px 15px 15px;
  text-transform: uppercase;
  font-size: .875em;
  font-weight: 300;
}

/*-------Center Content Block-------*/

.ccb-wrapper {
     min-height: 400px;
     background-attachment: fixed;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
}

.ccb-content {
	max-width: 1200px;
	display: block;
	margin: 0px auto;
	color: #fff;
	text-align: center;
	padding: 110px 0px;
	font-size: 1.5em;
	clear: both;
}

.lr-lines {
    position: relative;
    font-size: 1.25em;
    z-index: 1;
    overflow: hidden;
    text-align: center;
	text-transform: uppercase;
	font-weight: 300;	
}

.lr-lines:before, 
.lr-lines:after {
    position: absolute;
    top: 25%;
    overflow: hidden;
    width: 48%;
    height: 20px;
    content: '\a0';
    background-color: #ffcc33;
    margin-left: 2%;
}

#arl .lr-lines:before, 
#arl .lr-lines:after {
	background-color: #264862 !important;

}

.lr-lines:before {
    margin-left: -50%;
    text-align: right;
}

.ccb-content h3 {
	font-family: 'Ultra', serif;
  	font-size: 60px;
  	text-shadow: rgb(255, 204, 51) 4px 4px 0px;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.35);
  	font-weight: 400;
  	line-height: 60px;
}

.ccb-copy {
	max-width: 650px;
	margin: 0 auto;
}

/*-------Left Title Center Content-------*/

.ltcc-wrapper {
    width: 100%;
	background-color: #000;
	overflow: hidden;	
}

.ltcc-content {
	max-width: 1300px;
	display: block;
	margin: 0px auto;
	color: #fff;
	text-align: left;
	padding: 110px 50px;
	font-size: 1.5em;
	clear: both;
	background-size: 600px auto;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.l-line {
    position: relative;
    font-size: 1.25em;
    z-index: 1;
    overflow: hidden;
    text-align: center;
	text-transform: uppercase;
	font-weight: 300;	
}

.l-line:before {
    position: absolute;
    top: 25%;
    overflow: hidden;
    width: 48%;
    height: 20px;
    content: '\a0';
    background-color: #ffcc33;
	margin-left: -50%;
    text-align: right;
}

.ltcc-content h3 {
	font-family: 'Ultra', serif;
  	font-size: 60px;
  	text-shadow: rgb(255, 204, 51) 4px 4px 0px;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.35);
  	font-weight: 400;
  	line-height: 60px;
	text-align: center;
	max-width: 800px;
	margin: 50px auto;
}

.ltccb-copy {
	max-width: 650px;
	margin: 0 auto;
}

/*-------Left Copy Right Image-------*/

.lcrib-wrapper {
	float: left;
	width: 100%;
	padding: 120px 0px;
	display: block;
	background: #fff;
}

.lcrib-content {
	max-width: 1200px;
	display: block;
	margin: 0px auto;
}

.lcrib-copy {
	display: block;
	float: left;
	width: 50%;
	padding: 0px 50px;
	font-size: 1.5em;
}

.lcrib-copy h2 {}
.lcrib-copy h3 {
	font-family: 'Ultra', serif;
	font-size: 40px;
  	text-shadow: rgb(255, 204, 51) 2px 2px 0px;
  	margin-left: 40px;
  	color: #010101;
  	font-weight: 400;
  	line-height: 40px;
  	margin-top: 15px;
}

.lcrib-image {
	display: block;
	float: right;
	width: 50%;
}

/*-------Contact-------*/

.lcrib-wrapper-contact {
	float: left;
	width: 100%;
	padding: 120px 0px;
	display: block;
	background: #1f1f1f;
	color: #fff;
}

.lcrib-wrapper-contact h3 {
  text-shadow: rgb(255, 204, 51) 2px 2px 0px;
	  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.35);
  color: #fff !important;
}

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


.gform_wrapper.gravity-theme .gform_footer {
  float: left;
}

.gform_required_legend {
  display: none;
}

/*-------Footer-------*/
.site-footer {
	width: 100%;
	background-color: #000;
	padding: 100px 0;
	overflow: hidden;
	background-image: url("images/hat-icon.png");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 60px auto;
}

.site-wrapper {
	max-width: 800px;
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #fff;
}
.site-footer h3 {
  font-family: 'Ultra', serif;
  font-size: 40px;
  text-shadow: rgb(255, 204, 51) 3px 3px 0px;
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.35);
  font-weight: 400;
  line-height: 40px;
}
/*--------------------------------------------------------------
# Work
--------------------------------------------------------------*/
/*------- About -------*/

.about-content {
	max-width: 900px;
	display: block;
	margin: 0px auto;
	color: #fff;
	padding: 50px 0px;
	font-size: 1.2em;
	clear: both;
}

.about h2 {
	font-family: 'Ultra', serif;
  	font-size: 40px;
  	text-shadow: rgb(255, 204, 51) 3px 3px 0px;
  	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.35);
  	font-weight: 400;
  	line-height: 40px;
	text-align: center;
	max-width: 650px;
	margin: 0px auto 50px;
}

.about h3 {
	margin-top: 0px;
  	text-transform: uppercase;
	line-height: 1.2em;
	color:#fff;
	font-size: .875em;
}

.about p {
	font-size: .875em;
	margin-top: 0px;	
}

.about-pad {
	padding-top: 50px;
}

.about-button {
	text-align: center;
	margin: 0px auto;
}

.credits {
	color: #fff;
	font-size: .875em;
	display: block;
	overflow: hidden;
	text-align: center;
	max-width: 600px;
	padding-bottom: 60px;
	margin: -30px auto 0px;
}

.credits a {
	color: #fff;
	
}

.credits h3 {
	font-size: 20px;
	
}

.about-work h3 {
	margin-top: 0px;
  	text-transform: uppercase;
	line-height: 1.2em;
	color:#000;
	margin-bottom: 5px;
}

.about-work p {
	font-size: .875em;
	margin-top: 0px;	
}
/*------- Challenge -------*/

.challenge-content {
	max-width: 900px;
	display: block;
	margin: 0px auto;
	color: #fff;
	padding: 60px 0px 90px;
	font-size: 1.2em;
	clear: both;
}

.challenge-copy {
	  column-count: 2;
	  column-gap: 60px;	
}

.challenge-line {
    position: relative;
    font-family: 'Ultra', serif;
  	font-size: 50px;
  	text-shadow: rgb(255, 204, 51) 4px 4px 0px;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.35);
  	color: #ffffff;
  	font-weight: 400;
  	line-height: 50px;
    z-index: 1;
	margin-left: 80px;
  	margin-right: 200px;
}

.challenge-line:after {
	position: absolute;
  	top: 45%;
  	overflow: hidden;
  	width: 50%;
  	height: 15px;
  	content: '\a0';
  	background-color: #ffcc33;
  	margin-left: 2%;
}

.challenge-img {
	padding: 40px 0;
	clear: both;
}


/*------- Roles -------*/

.roles-wrap {
	background: -webkit-linear-gradient(left, white 50%, black 50%);
	background: -o-linear-gradient(left, white 50%, black 50%);
	background: linear-gradient(to right, white 50%, black 50%);
	display: block;
	width: 100%;
	overflow: hidden;
}

.roles-wrap-container {
	position: relative;
	 z-index: 2;
}

.roles {
	float: left;
	width: 50%;
	padding: 50px 70px;
}

.role-content {
	max-width: 500px;
  	float: right;
}

.roles h3 {
	font-family: 'Ultra', serif;
  	font-size: 30px;
  	text-shadow: rgb(255, 204, 51) 2px 2px 0px;
  	color: #010101;
  	font-weight: 400;
  	line-height: 30px;
	border-bottom: solid 15px rgb(255, 204, 51);
	padding-bottom: 10px;
	text-align: right;
}

.roles h4 {
  text-transform: uppercase;
  margin: 0px;
	font-size: 1.3em;
}

ul.role {
  	margin-left: 15px;
 	padding: 0;
}

.roles-img {
	width: 100%;
	background: #000;
	padding: 80px 0;
	display: block;
	clear: both;
}

/*------- Tools -------*/

.tools {
	float: left;
	width: 50%;
	padding: 50px 70px;
	background: #000;
	color: #fff;
}

.tools-content {
	max-width: 500px;
}

.tools h3 {
	font-family: 'Ultra', serif;
  	font-size: 30px;
  	text-shadow: rgb(255, 204, 51) 2px 2px 0px;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.35);
  	color: #fff;
  	font-weight: 400;
  	line-height: 30px;
	border-bottom: solid 15px rgb(255, 204, 51);
	padding-bottom: 10px;
}

.tools h4 {
  text-transform: uppercase;
  margin: 0px;
	font-size: 1.3em;
}

ul.tool {
    list-style-type: none;
  	margin: 0;
  	padding: 0 0 10px 0;
  	display: block;
  	float: left;
}

ul.tool li {
    float: left;
}

ul.tool li:after {
    content: " \2022 ";
    padding: 0 5px;
}

ul.tool li:last-child:after {
    content: "";
}

.tools-img {
	width: 100%;
	background: #000;
	padding: 80px 0;
	display: block;
	clear: both;
}

/*------- Tools -------*/

.solutions {
	float: left;
	width: 100%;
	padding: 120px 0px;
	display: block;
}

.solutions-line {
	position: relative;
  	font-family: 'Ultra', serif;
  	font-size: 40px;
  	text-shadow: rgb(255, 204, 51) 2px 2px 0px;
	color: #010101;
  	font-weight: 400;
 	line-height: 40px;
	z-index: 1;
}

.solutions-line:after {
	position: absolute;
  	top: 45%;
  	overflow: hidden;
  	width: 50%;
  	height: 15px;
  	content: '\a0';
  	background-color: #ffcc33;
  	margin-left: 2%;
}

.left-copy {
	display: block;
	float: left;
	width: 50%;
	padding: 0px 50px;
	font-size: 1.5em;
}

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

.right-image img,
.lcrib-image img {
	border-radius: 0px 30px 0px 0px;
}

.solutions ul {
	margin-left: 0;
	padding-left: 15px;
}

.solutions ul li{
  	margin-bottom: 15px;
}

/*------- More -------*/  

.more {
	float: left;
	width: 100%;
	padding: 80px 0px;
	display: block;
	background: #010101;
	background-image:url("images/cartographer.png");
	background-repeat: repeat;
	color: #fff;
}

.more-copy {
 	margin: 20px 160px 40px 400px;
	font-size: 1.25em;
}

.more-line {
    position: relative;
    font-size: 2em;
    z-index: 1;
    overflow: hidden;
    text-align: center;
	text-transform: uppercase;
	font-weight: 300;	
}

.more-line:before {
    position: absolute;
    top: 25%;
    overflow: hidden;
    width: 48%;
    height: 20px;
    content: '\a0';
    background-color: #ffcc33;
	margin-left: -50%;
    text-align: right;
}

.portfolio-navigation {
	background: #ffcc00;
	background-image: url("images/diagonal.png");
	background-repeat: repeat;
	width: 100%;
	display: block;
	clear: both;
	padding: 20px 0px 40px;
  	margin-bottom: -120px;
}

.portfolio-line {
  	position: relative;
  	font-family: 'Ultra', serif;
  	font-size: 40px;
  	text-shadow: rgb(255, 255, 255) 2px 2px 0px;
  	color: #010101;
  	font-weight: 400;
  	line-height: 40px;
  	z-index: 1;
	margin-bottom: 0px;
	margin-left: 200px;
}

.portfolio-line:after {
	position: absolute;
  	top: 45%;
  	overflow: hidden;
  	width: 45%;
  	height: 15px;
  	content: '\a0';
  	background-color: #010101;
  	margin-left: 2%;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services-wrapper {
	float: left;
	width: 100%;
	padding: 0px;
	display: block;
	background: #232323;
}

.wrapper-six-eighty {
	max-width: 680px;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	clear:both;	
	position: relative;
	overflow:hidden;
}

.img-block-wrapper {
	position: relative;
	width: 100%; /* max-width makes frame responsive */
	top: 0px;
	color: #ffffff;
}

.img-block-wrapper h2 {
	font-family: 'Ultra', serif;
  	font-size: 40px;
  	text-shadow: rgb(255, 204, 51) 4px 4px 0px;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0.35);
  	font-weight: 400;
  	line-height: 40px;
	color: #fff;
	margin-top: 0px;
}

.img-block-wrapper h3 {
  	line-height: 30px;
	border-bottom: solid 15px rgb(255, 204, 51);
	padding-bottom: 10px;
	text-align: right;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.img-block-wrapper h4 {
	margin: 0px 0px 10px -20px;
  	font-size: 1.3em;
	text-transform: uppercase;
}

.img-block-wrapper p {
  	margin-bottom: 1em;
	font-weight: 300;
}

.img-block-content {
	padding: 0px 40px;
}

/*---- LEFT ----*/
.left-img-copy-wrapper {
	width: 50%;
    float: right;
    display: block;
}

.left-img-copy {
	float:none;
	display: block;
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 1em;
	line-height: 1.4em;
	padding: 40px;
}

.left-img-copy-image {
	width: 50%; /* max-width makes frame responsive */
	height: 100%;
	position: absolute;
	left: 0;
	background-size: cover; 
	background-position: center center; 
	background-repeat: no-repeat; 
}


/* not needed if using background */
.left-img-copy-image img {
	object-fit: cover;
	object-position: 50% center;
	display: block;
	margin-top: 100px;
}


/*---- Right ----*/

.right-img-copy-wrapper {
	width: 50%;
    float: left;
    display: block;
	padding: 40px;
}

.right-img-copy {
	float:none;
	display: block;
	margin-top: 20px;
	margin-bottom: 40px;
	font-size: 1em;
	line-height: 1.4em;
}

.right-img-copy-image {
	width: 50%; /* max-width makes frame responsive */
	height: 100%;
	position: absolute;
	right: 0;
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover; 
}

/* not needed for background*/
.right-img-copy-image img {
	object-fit: cover;
	object-position: 50% center;
	display: block;
	width: 100%;
	height: 100%;
}
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

.button {
	padding: 20px 0;
	margin: 0 auto;
}

.button a {
	color: #010101;
	padding: 15px 25px;
	font-weight: 400;
	font-size: .875em;
	text-decoration: none;
	background: #ffcc33;
	text-transform: uppercase;
	box-shadow: rgb(0, 0, 0) 10px 10px 0px;
	border: solid 3px #010101;
}

.button a:hover {
	background-color: #010101;
	border: solid 3px #ffffff;
	color: #fff;
	text-decoration: none;
	box-shadow: rgb(255, 204, 51) -10px -10px 0px;
}

.button-center {
	text-align: center;
	margin: 0 auto;
}
/* Navigation
--------------------------------------------- */
#masthead {
	width: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.75);
	top: 0px;
	z-index: 200;
}    

.logo-wrapper {
	position: fixed;
	width: 60px;
	top: 0;
	left: 50%;
	margin-left: -30px; /* Negative half of width. */
	z-index: 300;
}

.logo-wrapper img {
	width: 60px;
	height: auto;
	transition: filter .5s ease-in-out;
  -webkit-filter: grayscale(0%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(0%); /* FF 35+ */
}

.logo-wrapper img:hover {
  -webkit-filter: grayscale(100%); /* Ch 23+, Saf 6.0+, BB 10.0+ */
  filter: grayscale(100%); /* FF 35+ */
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* Media Shit
--------------------------------------------- */
.mobile-images {
	display: none;
}

@media screen and (max-width : 1199px ) {
	.container,
	.ccb-content,
	.lcrib-content {
		margin: 0px 30px;
	}
	
}

@media screen and (max-width : 1000px ) {
	.right-copy {
		font-size: 1.2em;
	}	
}

@media screen and (max-width : 900px ) {
	
	.main-page-wrapper {
		padding: 60px 0px;
	}
	
	.portfolio-navigation {
		margin-bottom: -60px;
	}
	
	.roles,
	.tools {
		padding: 50px 40px;
	}
	
	.roles h3,
	.tools h3 {
		margin-right: 0px;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	.solutions {
		padding: 50px 0px;
	}
	
	.solutions-line {
		margin-top: 0px;
		margin-bottom: 15px;
		padding-top: 10px;
	}
	
	.right-copy {
		font-size: 1em;
		padding: 0px 30px;
	}
	
	.right-copy h2 {
		font-size: 40px;
		line-height: 40px;
	}
	
	.about h3 {
		font-size: 1.2em;
	}

	.about p {
		font-size: inherit;
	}
	
	.challenge-content,
	.about-content {
		max-width: 900px;
		padding: 40px;
		font-size: 1em;
	}
	
	.challenge-line {
		font-size: 40px;
		line-height: 60px;
		margin-right: 0px;
		margin-bottom: 15px;
	}
	
	.challenge-img,
	.roles-img {
		padding: 0px;	
	}
	
	.challenge-line {
		margin-left: 0px;
		margin-top: 0px;
		overflow: hidden;
	}	
	
	.portfolio-line {
		margin-left: 0px;
		margin-top: 20px;
		overflow: hidden;
	}
	
	.portfolio-line:after,
	.challenge-line:after {
  		width: 98%;
  		margin-left: 2%;
	}
	
	.right-img-copy-wrapper {
		width: 100%;
		float: none;
		display: block;
		padding: 0px; 
	}

	.right-img-copy,
	.left-img-copy {
		margin-top: 10px;
		margin-bottom: 0px;
		font-size: 1em;
		padding: 40px;
	}

	.right-img-copy-image {
		width: 100%; /* max-width makes frame responsive */
		height: 400px;
		position: relative;
	}

	.left-img-copy-wrapper {
		width: 100%;
		float: none;
		display: block;
	}

	.left-img-copy-image {
		width: 100%;
		float: none;
		background-position: center center;
		position: relative;
		height: 400px; 
	}
	
	.left-copy {
		font-size: 1em;
		padding: 0px 20px;
	}
	
	.more {
		padding:50px 0px;
	}

	.more-copy {
		margin: 50px auto;
		font-size: 1em;
		max-width: 650px;
	}
	
	.lcrib-wrapper,
	.lcrib-wrapper-contact {
		padding: 60px 0px;
	}
	
	.ccb-content,
	.ltcc-content {
		padding: 40px 0px;
		font-size: 1em;
	}

	.ccb-content h3,
	.ltcc-content h3 {
		font-size: 40px;
		text-shadow: rgb(255, 204, 51) 3px 3px 0px;
		line-height: 40px;
		margin: 15px 0px 20px;
	}
		
	.lr-lines {
		border-bottom: solid 15px rgb(255, 204, 51);
	}

	.lr-lines::before, .lr-lines::after {
		display: none;
	}
	
	.lcrib-copy {
  		padding: 0px 50px 0px 0px;
	}
	
	.lcrib-copy h3 {
		font-size: 36px;
		margin-left: 0px;
		margin-top: 0px;
	}
}

@media screen and (max-width : 740px ) {
	
	.slider {
		display: none;
	}
	
	.mobile-images {
		display: block;
	}
	
	.main-page-wrapper{
  		padding: 30px 0px 20px;
	}
	
	.portfolio-navigation {
		margin-bottom: -30px;
	}
	
	.about h2 {
		margin: 0px auto 30px;
	}
	
	.credits {
		margin: 20px auto 0px;
	}
	
	.challenge-copy {
	  column-count: 1;
	  column-gap: 0px;	
	}
	
	.roles-wrap {
		background:#fff;
	}
	
	.role-content,
	.tools-content {
		max-width: 700px;
  		float: none;
	}
	
	.roles,
	.tools {
		padding: 50px 70px;
		float: none;
		width: 100%;
		overflow: hidden;
	}
	
	.roles h3 {
		text-align: left;
	}
	
	.left-image,
	.lcrib-image {
		display: none;
	}	
	
	.r-line {
		padding-top: 50px;
		text-align: center;
		border-bottom: solid 15px rgb(255, 204, 51);
		padding-bottom: 10px;
	}
	
	.lr-lines {
  		margin-top: 32px;
	}
	
	.l-line {
		text-align: center;
		border-bottom: solid 15px rgb(255, 204, 51);
		padding-bottom: 10px;
	}
	
	.challenge-line,
	.ccb-content h3 {
		font-size: 36px;
	}
	
	.solutions-line {
		border-top: solid 15px rgb(255, 204, 51);
	}

	.r-line:after,
	.l-line:before,
	.portfolio-line:after,
	.challenge-line:after,
	.solutions-line:after {
		display: none;
	}

	.right-copy,
	.lcrib-copy {
		float: none;
		width: 100%;
		margin: 0%;
		padding: 0px 10px;
	}
	
	.right-copy h2,
	.ltcc-content h3 {
		font-size: 36px;
		text-shadow: rgb(255, 204, 51) 3px 3px 0px;
		line-height: 40px;
		margin: 10px 0px 20px 0px;
	}	
	
	.left-copy {
		float: left;
		width: 100%;
	}

	.right-image {
		display: none;
	}
	
	.ccb-content {
		margin: 0 40px;
	}
	
	.ltcc-content {
		padding:40px;
	}
	
	.ltcc-content {
    	background-image: none !important;
	}
	
	.ltccb-copy {
  		margin: 0 30px;
	}
	
	.lcrib-wrapper-contact,
	.lcrib-wrapper {
		padding: 0px;
	}

	.img-block-wrapper h2 {
		margin-bottom: 10px;
		font-size: 36px;
	}
	
	.img-block-wrapper h3 {
		line-height: 26px;
		margin-bottom: 20px;
		text-align: left;
	}
	
	.site-footer {
		padding:20px;
	}
	
	.site-info {
		margin: 0 30px;
	}
}

@media only screen and (max-width : 679px ) {

	.challenge-content {
		padding: 30px 10px;
	}
	
	.about-content {
		padding: 30px 10px;
	}

	.left-copy {
		padding: 0px 10px;
	}
	
	.right-copy{
		padding: 10px;
	}
	
	.roles,
	.tools {
		padding: 40px;
	}
	
	.portfolio-line {
		text-align: center;
		font-size: 36px;
		margin-top: 10px;
	}
	
	.more {
		padding: 30px 0px;
	}
	
	.more-copy {
		margin: 20px auto;
	}
	
	.img-block-content  {
		padding: 0px;
	}
	
	.img-block-wrapper h4 {
  		margin: 0px 0px 10px 0px;
	}
	
	.left-img-copy-wrapper {
 		margin-top: 40px; 
  	}
	
	.left-img-copy-image,
	.right-img-copy-image {
		display: none;
	}
	
	.right-img-copy,
	.left-img-copy {
		padding: 0px 40px;
	}
	
	.services-wrapper {
		padding-bottom: 50px;
	}
}

/*-------ARL Page-------*/

.arl-page-wrapper {
	float: left;
	width: 100%;
	display: block;
	background: #fff;
}

.arl-content {
	max-width: 1200px;
	display: block;
	margin: 0px auto;
	color: #000;
	padding: 50px 0 20px 0px;
	font-size: 1.125em;
	clear: both;
}

.arl-content ul {
  margin: 0 0 25px 0;
}

.arl-content ul li {
  padding-bottom: 10px;
}

.arl-content h1 {	
  font-size: 1.25em;
  font-weight: 300;
}

.arl-content h2 {	 
  font-size: 32px;
  color: #264862;
  font-weight: 400;
	text-transform: uppercase;
  max-width: 850px;
  line-height: 40px;
  text-align: center;
  margin: 20px auto 20px;
}

.arl-content h3 {	
	margin: 0;
}

.arl-copy {
	max-width: 900px;
	margin: 0 auto;
	column-gap: 30px !important;
}

#arl .challenge-copy p,
#arl .arl-content p {
    page-break-inside: avoid; /* For Firefox. */
  -webkit-column-break-inside: avoid; /* For Chrome & friends. */
  break-inside: avoid; /* For standard browsers like IE. :-) */
}

#arl .challenge-line {
    font-family: 'Roboto Condensed', sans-serif !important;
  	font-size: 50px;
  	text-shadow: none !important;
	-webkit-text-stroke: 1px rgba(0, 0, 0, 0);
  	color: #ffffff;
  	font-weight: 700;
}

#arl .challenge-line:after {
	position: absolute;
  	top: 35%;
  	overflow: hidden;
  	width: 50%;
  	height: 15px;
  	content: '\a0';
  	background-color: #fff;
  	margin-left: 2%;
}

#arl .l-line:before {
    background-color: #fff;	
}

#arl .ltcc-wrapper {
  background-color: #264862;
}

#arl .ltcc-wrapper p a{
  color: white;
font-weight: 700;
	text-decoration: underline;
}


#arl .ltcc-wrapper button a {
  color: #010101;
	text-decoration: none;
}
#arl .ltcc-wrapper button a:hover {
  color: #fff !important;
}

#arl .ltcc-content {
 background: none;
  font-size: 1.125em;
	padding: 50px 50px;
}

#arl .ltcc-content h3 {
  font-family: 'Roboto Condensed', sans-serif !important;
  font-size: 45px;
  text-shadow: none;
  -webkit-text-stroke: 0px rgba(0, 0, 0, 0);
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  max-width: 800px;
  margin: 20px auto;
}

#arl button,
#arl input[type="button"],
#arl input[type="reset"],
#arl input[type="submit"] {
	color: #010101;
	padding: 10px 20px;
	font-weight: 400;
	font-size: .875em;
	text-decoration: none;
	background: #fff;
	text-transform: uppercase;
	box-shadow: none;
	border: none;
	text-align: center;
	margin: 10px auto;
}

#arl button:hover,
#arl input[type="button"]:hover,
#arl input[type="reset"]:hover,
#arl input[type="submit"]:hover {
	background-color: #010101;
	border: none;
	color: #fff;
	text-decoration: none;
	box-shadow: none;
}

@media screen and (max-width: 900px ) {
	.arl-copy {
		margin: 0 40px;
	}
	
	#arl .lr-lines {
    	border-bottom: solid 15px rgb(38, 72, 98);
		margin: 0px 40px;
  	}
	
	#arl .ltcc-content {
		padding: 40px;
	}
}


@media screen and (max-width: 740px) {
	#arl .l-line {
		border-bottom: solid 15px #fff;
  }
	
	 #arl .ltccb-copy {
    	margin: 0px;
  }
	
	#arl .challenge-content {
    	margin: 0px 30px;
  }
}

@media only screen and (max-width : 679px ) {
	
	#arl .lr-lines {
    	border-bottom: solid 8px rgb(38, 72, 98);
		margin: 0px 20px;
  	}
	
	#arl .l-line {
		border-bottom: solid 8px #fff;
  }
	
	.arl-content h2 {
		font-size: 24px;
		margin: 10px;
		line-height: 32px;
	}
	
	#arl .services-wrapper {
    	padding-bottom: 0px;
  }
	
}