@import url('styles/boots-bones.css');
/*
Theme Name: Hyphen Digital
Author: Erik Mace
Author URI: http://www.erikmace.com
Version: 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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html {
  margin: 0;
  padding: 0;
  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 */

  -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/ */

}
ol,
ul {
  
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
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%;
}
figure {
  margin: 0;
}
table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
	}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	}

button,
input {
	line-height: normal;
	*overflow: visible;
	}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  color: rgba(0, 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.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  -moz-box-shadow: 0 0 3px rgba(0,0,0,0.5);
  box-shadow: 0 0 3px rgba(0,0,0,0.5);
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */

  padding: 0;
  /* Addresses excess padding in IE8/9 */

}
input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */

  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */

  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],
textarea {
  color: #000;
  border: 1px solid #dddddd;
  border-radius: 5px;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}
input[type=text],
input[type=email] {
  padding: 3px;
}
textarea {
	overflow: auto;
	padding: 10px;
	vertical-align: top;
	width: 98%;
	}

/* General */

body,
button,
input,
select {
	padding: 0;
	margin: 0;
	background: #ffffff;
	font-family: "Roboto", Helvetica, sans-serif;
	font-weight: 300;
	line-height: 26.64px;
	font-size: 18px;
	font-size: 1.8rem;
	}

/* Headings */

h1,
h3,
h4,
h5,
h6 {
	font-family: "Roboto", Helvetica, sans-serif;
	}
	
h1,
h2,
h3,
h4,
h5,
h6 {
	text-align: center;
	}
	
h1 {
	line-height: 48px;
	font-size: 48px;
	font-size: 4.8rem;
	}
	
.error h1 {
	font-size: 24px;
	}
	
.error a {
	color: #000;
	text-decoration: underline;
	}


h2 {
	font-family: "Miriam Libre", Helvetica, sans-serif;
	font-weight: bold;
	line-height: 36px;
	font-size: 34px;
	font-size: 3.4rem;
	margin: 50px 0 50px 0;
	
	}

h3 {
	line-height: 36px;
	font-size: 28px;
	font-size: 2.8rem;
	font-family: "Miriam Libre", Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 50px;
	}
	
h4 {
	line-height: 26.64px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	
	}

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

/* Text */

p {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
ul,
ol {
  
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom: 0;
  margin-left: 1.5em;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 1.5em 1.5em;
}
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: 0.7em;
  line-height: 1.5em;
  margin-bottom: 1.6em;
  padding: 1.6em;
  overflow: auto;
  max-width: 100%;
  box-shadow: 0 3px 5px #ddd inset;
}

/* Links */

a {
	text-decoration: none;
	color: #FFF;
	}

a:hover,
a:focus,
a:active {
	color: #000;
	}
	
.mainLink {
	text-transform: uppercase;
	font-weight: bold;
	font-size: .8em;
	font-family: "Miriam Libre", Helvetica, sans-serif;
	letter-spacing: 1px;
	margin-top: 20px;
	display: block;
	}
	
a.mainLink {
	color: #000;
	}
	
.mainLink i {
	margin-left: 10px;
	}
	
.mainLink span {
	border-bottom: 4px solid black;
	padding-bottom: 10px;
}

/* Alignment */

.alignleft {
 	 display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
	}

.center {
	text-align: center;
	}

/* Header */

header {
	background: #AC162C;
	padding: 50px;
	margin: 0;
	}
	
header img {
	height: 35px;
	width: auto;
	position: absolute;
	}

header .navContainer {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	}

header nav {
	font-family: "Miriam Libre", Helvetica, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: right;
	}
	
header nav ul {
	list-style: none;
	margin: 0;
	}

header nav ul li {
	display: inline-block;
	margin-right: 25px;
	}

header nav ul li a {
	color: #FFF;
	font-size: 12px;
	}
	
li.current-menu-item a {
	color: #000;
	}

/* Posts/Articles */

article {
	padding: 0;
	margin: 20px 0 80px 0;
	}
	
article .title {
	font-family: "Miriam Libre", Helvetica, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	}

article .title span {
	border-top: 4px solid black;
	padding-top: 10px;
	}

article .title a {
	text-decoration: none;
	color: #404040;
	}

article .title a:hover {
	color: #007998;
	}

article .the-content a {
  text-decoration: none;
	}

article .the-content {
	text-align: center;
	}

article h2 {
	color: #AC162C;
	}
	
article h2 span {
	color: #000;
	}
	
.section {
	margin: 25px 0;
	padding: 25px 0 50px 0;
	}

.page-id-15 .the-content p,
.page-id-15 .the-content h4 {
	text-align: left;
	}

.page-id-15 .the-content ul {
	text-align: left;
	list-style-position: inside;
	}

.page-id-15 .the-content li {
	margin-bottom: 1em;
	}

.page-id-15 .the-content a {
	color: #AC162C;
	text-decoration: underline;
	}
	
/* Home */

.homeTop {
	background: #AC162C;
	text-align: left;
	padding: 25px 150px;
	}

	
.homeTop img {
	max-width: 650px;
	height: auto;
	}
	
.homeTop p {
	color: #FFF;
	margin: 2% 20% 2% 250px;
	text-align: left;
	}
	
.homeTop h1 {
	display: none;
	}
	
.homeHero {
	width: 100%;
	display: inline-block;
	}

.homeHero img {
	max-width: 100%;
	}
.homeHero p,
.the-content p{
	margin:0;
	padding:0;
}

.homeHero a {
	color: #FFF;
	}
	
.homeHero .mainLink {
	border-bottom: none;
	}
	
.homeHeroLeft {
	float: left;
	background: #000;
	width: 50%;
	color: #FFF;
	text-align: left;
	height: 500px;
	}
	
.homeHeroRight {
	width: 50%;
	float: left;
	margin: 0;
	height: 500px;
	}
	
.homeHeroRight img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	}
	
.home h2 {
	color: #000;
	}
	
.homeHeroLeft h2,
.homeHeroLeft a,
.homeHeroLeft p {
	margin: 50px;
	}

.homeHeroLeft h2 {
	text-align: left;
	color: #AC162C;
	}

.homeHeroLeft h2 span {
	color: #fff;
	}
	
.homeVision img {
	width: 600px;
	height: auto;
	}

.homeHub img {
	height: 100px;
	width: auto;
	}
	
.homeAudiences img {
	width: 100%;
	height: auto;
	display: inline;
	}
	
.homeAudiences .left {
	width: 40%;
	}
	
.homeAudiences .right {
	float: right;
	width: 60%;
	}
	
.home article {
	margin: 0;
	}
	
.homeAudiences {
	background: #EEEEEE;
	text-align: left;
	overflow: hidden;
	}
	
.homeAudiences h2 {
	text-align: left;
	}
	
#visionicons {
	margin: 25px 0;
	}

	    .privacy-policy p{
        margin: 1rem 0;
		text-align:left;
    }

    .privacy-policy ul {
        list-style-position: outside !important;
        padding-left: 20px;
		text-align:left;
    }
	.privacy-policy a {
		color: #AC162C;
		text-decoration: underline !important;
	}

	.privacy-policy table,
	.privacy-policy tr,
	.privacy-policy td{
		border: 1px solid;
	}


/* Expertise */

.stakeholders img {
 	height: 400px;
 	width: auto;
	}
	
.expertiseAreas {
	margin-top: 25px;
	}
	
.expertiseAreas ul {
	display: block;
	list-style: none;
	width: 650px;
	text-align: center ;
	margin: 0 auto;
	vertical-align: top;
	}
  
.expertiseAreas ul:first-child {
	border-bottom: 1px solid black;
	}
  
.expertiseAreas li {
	display:inline-block;
	width: 150px;
	height: 150px;
	border-right: 1px solid black; 
	vertical-align: bottom;
	padding: 20px 20px 0 20px;
	font-size: .8em;
	line-height: 1em;
	}
	
.expertiseAreas li img {
	width: 75px;
	height: auto;
	}

.expertiseAreas li:last-child {border-right: none; }

.expertiseAudiences {
	text-align: center;
	margin-top: 25px;
	}

.expertiseAudiences ul {
	margin: 0;
	}
	
.expertiseAudiences li {
	display: inline-block;
	width: 125px;
	}
	
.expertiseAudiences img {
	height: 75px;
	width: auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	}
	
.expertiseAudiences a {
	color: #000;
	cursor: pointer;
	}
	
.expertiseAudiences a:hover {
	color: #AC162C;
	}

.expertiseAudiences h4 {
	font-family: "Miriam Libre", sans-serif;
	text-transform: uppercase;
	font-size: .8em;
	margin-top: 0;
	}
	
a.clicked {
	color: #AC162C;
	}
	
.audienceContent {
	text-align: left;
 	display: none;
	}
	
.audienceContent a {
	text-decoration: underline;
	}

		
/* Team */

.teamMain img {
	height: 75px;
	width: auto;
	}
	
.teamIntegrated {
	background: #EEEEEE;
	padding: 0 0 50px 0;
	text-align: left;
	overflow: hidden;
	}

.teamIntegrated img {
	width: 250px;
	height: auto;
	float: left;
	margin-right: 50px;
	margin-top: 0;
	}
	
.teamIntegrated h3 {
	text-align: left;
	margin: 0;
	}
	
.teamIntegratedRight {
	margin-top: 75px;
	overflow: hidden;
	}
	
.team-grid,
.team-grid h5 {
	font-size: .9em;
	line-height: 1.5em;
	}

.team-grid li {
	display: inline-block;
	margin: 20px 20px;
	vertical-align: top;
	width: 200px;
	}

.team-grid li img {
	width: auto;
	height: 200px;
	}

.team-grid ul {
	list-style-type: none;
	padding-left: 0;
	text-align: center;
	margin: 0;
	}

.team-grid ul li h5 {
	text-align: left;
	border-bottom: 4px solid #AD152C;
	padding-bottom: 5px;
	}
	
.team-grid a {
	color: #000;
	}
	
.team-grid i {
	margin-left: 10px;
	}

.teamSharedVision, .teamSharedVision h3  {
	text-align: left;
	}

.colio-close span {
	color: #000 !important;
	}
	
.teamGlobalNetwork img {
	width: 300px;
	height: auto;
	padding: 5px;
	}

.teamGlobalNetwork {
	float: right;
	border-left: 1px solid black;
	margin-left: 20px;
	padding-left: 10px;
	}
	
/* Join */

.joinLinks {
	background-color: #55565A;
	background-size: cover;
	height: 500px;
	width: auto;
	margin-top: 50px;
	}

.joinLinks ul {
	list-style: none;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	}
	
.joinLinks ul li {
	display: inline-block;
	padding: 25px;
	margin-left: 0;
	}
	
.joinLinks a.mainLink span {
	border-bottom: 4px solid white;
	}
	
.joinLinks a.mainLink {
	color: #FFF !important;
	}

.joinLinks i {
	margin-bottom: 25px;
	}
	
.joinLinks ul li:first-child {
	border-right: 1px solid white;
	}

	
/* Contact */

.mapContainer {
	position: relative; // This is the aspect ratio
	height: 0;
	overflow: hidden;
	margin-bottom: 50px;
	}

.mapContainer iframe {
	position: relative;
	top: 0;
	left: 0;
	width: 65% !important;
	height: 400px !important;
	float: right;
    }
	
.mapContact {
	float: left;
	background: #55565A;
	width: 35%;
	height: 400px;
	color: #FFF;
	font-size: .8em;
	text-align: left;
	line-height: 1.6em;
	}

.mapContact p {
	margin: 15px;
	position: absolute;
	bottom: 0;
	}
	
.mapContact a {
	text-decoration: underline !important;
	}
	
.mapContact a:hover {
	color: #FFF;
	}
	
.mapContact span {
	text-transform: uppercase;
	color: #EDCC18;
	font-weight: bold;
	font-size: 1.2em;
	}
	
.mapContact img {
	height: auto;
	width: 75px;
	margin: 15px;
	}


/* Footer */

footer {
	background: #EEE;
	font-size: 9px;
	padding: 50px;
	}

footer ul {
	list-style: none;
	margin: 0;
	}

footer ul li {
	display: inline-block;
	margin-right: 15px;
	}
	
footer a {
	color: #000;
	text-decoration: underline;
	}

footer img {
	height: 40px;
	width: auto;
	}

/* Misc */

.hide-text {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	}

.clear {
	clear: both;
	}

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

html[xmlns] .clearfix {
	display: block;
	}

* html .clearfix {
	height: 1%;
	}

/* Responsive */

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

header nav ul li {
	display: block;
	margin-right: 0 !important;
	}

}

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

.homeAudiences img {
	width: 100%;
	display: block;
	}

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

.homeAudiences .left {
width: 100%;
	}

.homeAudiences .right {
	clear: right;
width: 100%;
	}

.homeTop p {
	margin: 25px;
	}

.homeTop {
	padding: 25px;
	}

.homeTop img {
	width: 100%;
	height: auto;
	}
	
.homeHeroRight {
	width: 100% !important;
	clear: left;
	margin: 0;
	height: auto !important;
	}
	
.homeHeroRight img {
	height: auto;
	width: 100%;
	
	}
	
.homeVision img {
	width: 100%;
	height: auto;
	}

.homeHeroLeft {
	float: left;
	background: #000;
	width: 100%;
	color: #FFF;
	text-align: left;
	height: auto !important;
	}
	
.homeHeroRight {
	width: 50%;
	clear: left;
	margin: 0;
	height: 500px;
	}

header {
	text-align: center;
	margin: 2% 2% 0 2%;
	padding: 5%;
	}

header img {
	position: relative;
	height: 50px;
	padding: 0;
	margin-top: 0;
	}

header nav {
	text-align: center;
	position: relative;
	padding: 20px 0;
	}

header nav ul li {
	margin-right: 15px;
	}
	
header .navContainer {
	top: 0;
	transform: none;
	}

footer {
	text-align: center;
	margin: 0 2% 2% 2%;
	padding: 5%;
	}

footer ul li {
	display: block;
	margin-right: 0;
	}

.joinLinks ul li {
	display: block;
	}
	
.joinLinks ul li:first-child {
	border-right: none;
	}

.teamGlobalNetwork img {
	width: 200px;
	}

.teamGlobalNetwork {
	float: none;
	clear: both;
	border: none;
	padding-left: 0;
	margin: 0;
	}
	
.teamSharedVision p {
	clear: both;
	}
	
.teamIntegrated img {
	float: none;
	display: block;
	margin: 0 auto;
	}
	
.teamIntegratedRight,
.teamIntegratedRight h3 {
	clear: both;
	text-align: center;
	}
	
.mapContact {
	clear: left;
	width: 100%;
	height: 100%;
	}
	
.mapContact p {
	position: relative;
	}

.mapContainer iframe {
	width: 100% !important;
	clear: right;
        }
        
.stakeholders img {
 	height: auto;
 	width: 90%;
	}
        
.expertiseAreas li {
	display: block;
	border: none; 
	padding: 0;
	text-align: center;
	margin: 0 auto;
	}
	
.expertiseAreas ul {
	width: 100%;
	}

.expertiseAreas ul:first-child {
  border-bottom: none;
  }

}
 