/*!
Theme Name: the-dcd
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 2.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: the-dcd
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 with others.

the-dcd is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


@font-face {
  font-family: 'CoHeadline';
  src: url('https://thedcd.org.uk/wp-content/themes/the-dcd/fonts/CoHeadline_W_Bd.eot');
  src: url('https://thedcd.org.uk/wp-content/themes/the-dcd/fonts/CoHeadline_W_Bd.eot?#iefix') format('embedded-opentype'), 
       url('https://thedcd.org.uk/wp-content/themes/the-dcd/fonts/CoHeadline_W_Bd.woff2') format('woff2'), 
       url('https://thedcd.org.uk/wp-content/themes/the-dcd/fonts/CoHeadline_W_Bd.woff') format('woff');
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #69676d !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px;
	line-height: 1.5;
}

h1 {clear: both;
	color: #69676d;}
h2,
h3,
h4,
h5,
h6 {
	
	clear: both;
	color: #69676d;
	font-family: 'CoHeadline' !important;
}

h1 {font-weight: 300;}

p {
	margin-bottom: 1.5em;
	font-size: 1.4em;
}

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: 0.9375rem;
	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;
	font-size: 15px;
	font-size: 0.9375rem;
}

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

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

big {
	font-size: 125%;
}

.header-title { margin-bottom: 10px !important; text-transform: uppercase;}

.thin {font-weight: 100 !important;}
.co-headline {font-family: 'CoHeadline' !important;}
.uppercase {text-transform: uppercase;}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

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: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

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

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	box-shadow: none;
}

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 {

}

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: none;
	border-radius: 3px;
}

select {
	border: 1px solid #ccc;
}

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;
}

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"] {
	padding: 3px;
}

textarea {
	padding-left: 3px;
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #69676d;
	text-decoration: none;
}

a:visited {
	color: #69676d
}

a:hover,
a:focus,
a:active {
	color: #4a3d69;
}

a:focus {
	outline: 0;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
	text-align: right;
	clear: right;
	padding-top: 20px;
}

.main-navigation li {
	position: relative;
	display: inline-block; 
	padding: 0 1%;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #69676d;
	
}

.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 ul ul ul li {
	text-transform: capitalize;
}
.dropdown-menu>li>a {text-transform: capitalize !important;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
	color: #4a3d69;
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* Footer menu. */
#menu-footer {list-style-type: none; margin: 0px; padding: 0px;}
#menu-footer li a {color: #fff;font-size: 2rem;
    letter-spacing: 1px;}

/*--------------------------------------------------------------
# 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: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-size: 0.875rem;
	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. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# 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;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

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

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

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

.hentry {
	margin: 0 0;
}

.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;
}

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-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;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## Customisations
--------------------------------------------------------------*/
html body {background: #f0f0f0;}

#page.container {padding: 0 !important;}

.site {background: #fff;}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

	.lg-desk {display: none;}

body {font-family: 'Open Sans' !important, sans-serif;}
h1{font-size: 2.5em; margin: 0px; padding: 0px; margin-bottom: 20px;}
.donate-header:hover {
       color: #CAC7CE;
}
.help-dancers a:hover {text-decoration: none;}

.services p {font-size: 1.8rem;}
.highlight-co {font-family: 'CoHeadline' !important; font-size: 1.4em;}


.fa.fa-chevron-down {float: right; margin-left: 10px; margin-top: 2px;}

div#bs-example-navbar-collapse-1 {
    padding-right: 0px;
}

.site-header .navbar-inverse {
    background-color: #fff;
    border: none; 
    margin-top: 90px;}
	
	.site-header .navbar-nav {
			float: none;
		    display: block;
		    margin: 0;
		    list-style: none;
		    padding-left: 0;
		    text-align: right;
		    clear: right;
		    padding-top: 20px;
			
	}
	
	.site-header .navbar-inverse .navbar-nav>li>a:focus, .site-header .navbar-inverse .navbar-nav>li>a:hover {
	    color: #69676d;
	    background-color: transparent;
	}
	
	.site-header .navbar-inverse .navbar-nav>.active>a:hover {color: #23527c;}
	.site-header .navbar-inverse .navbar-nav>.open>a, .site-header .navbar-inverse .navbar-nav>.open>a:focus, .site-header .navbar-inverse .navbar-nav>.open>a:hover {
	    color: #69676d;
	    background-color: transparent;
	}
	
	.site-header .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus {
	    color: #fff;
	    background-color: transparent;
		color: #69676d;
	}
	
	.site-header .navbar-nav>li {
		position: relative;
		    display: inline-block;
		    padding: 0 0 0 3%;
			float: none;
			text-transform: uppercase;
	}
	
	
	.site-header .nav>li>a {
	    position: relative;
	    display: block;
	   padding: 10px 0px;	
   		font-size: 1.3rem;
   }
	
	.dropdown-menu {text-transform: uppercase;}
	
@media (min-width: 768px) {
	.site-header .dropdown:hover > .dropdown-menu {
	    display: block;
	    margin-top: 0; 
	 }
}

@media (max-width: 768px) {
	.site-header .dropdown .dropdown-menu {
	    margin-top: 0;
		position: relative;
		left: 0;
		border: none;
		border-radius: 0;
		-webkit-box-shadow: none;
    	box-shadow: none;
	 }
}
	 .site-header .open>.dropdown-menu {
	    display: none;
	 }
	 
	 input#fieldEmail {
	     height: 30px;
	     width: calc(95% - 30px);
		 float: left;
		 font-size: 1.3rem;
		 
	 }
	 input#fieldEmail:focus{
	     outline: none;
	 }
	 
	 button.js-cm-submit-button {
		 float: left;
		 background-image: url('assets/submit-arrow.png');
		 width: 27px;
		 height: 30px;
		 border: none;
	     border-radius: 0px;
	    background-color: transparent;
		 margin-left: -3px;
		 padding: 0px;
	 }
	

header { width: 100%; height: auto; background: #fff; position: relative; }
.site-branding {width: 25%; float: left; margin: 15px 0 -45px 10px; position: relative; z-index: 30;}
.site-branding img {width: 100%; max-width: 230px;}
.donate-header { float: right; width: 189px; height: 79px; line-height: 79px; background-image: url('assets/donate-bg.png'); text-align: center; color: #fff; font-weight: bold;margin-top: 10px;margin-right: 10px;    font-family: CoHeadline;
    font-size: 2rem;
    letter-spacing: 1px;}
.carousel {margin-top: 20px;}
.carousel img { width: 100%;}

.opening-questions {background-image: url('assets/home-questions-bg.jpg'); background-position: center; background-size: cover; height: auto; padding: 30px 0px;  width: 100%;}

.question {background-image: url('assets/home-questions-box-gradient.png'); position: center;  height: 230px;  padding: 20px;}
.question h1 {margin-bottom: 25px;}
.question h1, .question p {
    color: #fff;
    margin-top: 10px;
    font-weight: 100;
    letter-spacing: 1px;
}


.hesperiden .tp-bullet:hover, .hesperiden .tp-bullet.selected {
    background: rgb(113, 102, 132) !important;
}
.hesperiden .tp-bullet {
    width: 12px;
    height: 12px;
    position: absolute;
   background: rgb(149, 141, 115) !important; 
    border: 2px solid rgb(229, 229, 229);}

.question p {font-weight: 700; }
.arrow { padding-left: 10px !important;}
.fa-caret-right {font-size: 9.5em !important; color: #F4EFEF; margin-top: -18px;}

.dancers-journey {background: #e1e0dc; padding: 20px 30px 40px;}
.dancers-journey h1 {text-transform: uppercase; font-weight: 700; font-family: 'CoHeadline';font-size: 2.3em;}
.dancers-journey .video { margin: 20px 0px 10px;     padding: 0 4.4%;}
.dancers-journey .video img {width: 100%;}
.header-spacing {margin: 0 6.3%;}

.coming-up {background-image: url('assets/home-calendar-bg.jpg'); background-position: center top;  height: auto;  padding: 20px; background-size: cover;}

.blog-home h3 {text-transform: uppercase;}
.blog-home {background-image: url('assets/blog-bg.jpg'); background-position: center top;  background-size: cover; height: auto;  padding: 20px 20px 50px; color: #69676d;}
.blog-home .row { padding: 10px 0px; 
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
     display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
     display: -ms-flexbox;      /* TWEENER - IE 10 */
     display: -webkit-flex;     /* NEW - Chrome */
     display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-flow: wrap;}
	
	.blog-home > .row > div {
	-webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
	  -moz-box-flex: 1;         /* OLD - Firefox 19- */
	  width: 33.333%;               /* For old syntax, otherwise collapses. */
	  -webkit-flex: 1;          /* Chrome */
	  -ms-flex: 1;              /* IE 10 */
	  flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
.blog-item {background-image: url('assets/blog-gradient-sq.png'); position: center;  background-size: cover;  padding: 20px 30px !important; height: 100%; }
.blog-item:after {padding-bottom: 100%;}
.blog-home h3 { margin: 0px;}
.blog-home .date,  .blog-home .excerpt, .blog-home .link  { color: #69676d;}
.blog-home .excerpt {margin-top: 0px; margin: 10px 0 15px;}
.blog-home .link {font-weight: bold; position: relative; bottom: 5px;}
.blog-home .link a,.blog-home .link a:hover {color: #69676d;}

.arrows {display: flex;  margin-bottom: 20px;}
.arrows  p {color: #69676d;}
.arrows a { font-weight: bold; color: #69676d;}
.arrows a:hover {color: #4a3d69;}
.coming-up .arrows:first-of-type {margin-top: 20px;}
.coming-up-text {background: #fff; width: 40%; padding: 15px 5px 20px 20px; position: relative; z-index: 30; min-height: 245px;}

	.home .coming-up-text {
		width: 100%;
	}
	.home .coming-up-arrow {
		display: none;
	}

.coming-up-image {width: 40%; position: relative; z-index: 100;}
.coming-up-arrow {
	position:relative;
	width:179px;
	height:179px;
	left:-88px;
	top: 33px;
	background:#fff;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	border-radius:10px;}
 .arrow-title {font-weight: 700; font-size: 1.5em; margin-bottom: 0px; line-height: 1.3em; font-family: 'CoHeadline';}
 .arrow-teaser {font-weight: 300; margin-top: 0px; margin-bottom: 5px;  font-size: 1em;}
 .cal-link {margin-bottom: 0px;}
 
 .home .arrows {
    margin-left: -20px;
    margin-right: -20px;
    overflow: hidden;
}
@media(max-width: 600px) {
	 .home .arrows {
 		margin-right: 0px;
	 }
}

 .home .arrows a {
 	color: #69676d !important;
 }

.home .opening-questions a {color: #fff;}
 
 
 
 .footer-container {background-image: url('assets/footer-bg.jpg'); background-position: center top;  background-size: cover; height: auto;  padding: 30px 20px 20px; color: #69676d;}
 .footer-container .row { padding: 10px 40px;}
 .footer-container .footer-logos {text-align: right;}
 .footer-container .footer-logos img {display: inline-block; padding-right: 10px; padding-top: 10px;max-width: 150px; margin-right: 30px;}
@media (max-width: 667px) { 
	 .footer-container .footer-logos img {max-width: 230px;}
}

  .footer-container .footer-logos h3 {color: #fff;}
 .sign-up-header {text-transform: uppercase; margin-bottom: 0px; font-weight: 700; font-family: 'CoHeadline';}
 
 .footer-links {list-style-type: none; padding: 0; margin: -5px 0 0 20px;}
  .footer-links li a { color: #fff; text-decoration: none;}
    .footer-links li a:hover {color: #222;}
	.terms img {width: 40px; margin-right: 10px;}
	.terms p {font-size: .7em; width: 60%; color: #fff; margin-top: 20px;}
	.dcd-details a {color: #fff; font-size: 1.2em;}
	
	
	/* WHY WORK WITH DCD */
	
	.why-work h1 {color: #fff; font-size: 3.2em; font-weight: 300; letter-spacing: 2px; margin-bottom: 20px;}
	.i-am-dcd img {width: 100%; display: block;}
	.how-to-work h1 {color: #45375a; font-size: 3.2em; font-weight: 300; margin-bottom: 40px;}
	
	.help-dancers {background-image: url('assets/help-dancers-bg.jpg'); background-position: center top;  background-size: cover; height: auto;  padding: 20px 70px 30px; color: #69676d;}
	.col-md-15 img {width: 100%;}
	.circle-text {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-weight: 700;}
	.help-dancers h1 {font-size: 2.8em; color: #fff; font-weight: 300;  margin-bottom: 30px;}
	
	.why-contact {background-image: url('assets/white-bg.jpg'); background-position: center top;  background-size: cover; height: auto;  padding: 5px 20px 20px; color: #69676d; text-align: center;}
	.why-contact p {font-size: 2em; font-weight: 300; text-align: center; margin-bottom: 5px; margin-top: 15px;}
	
	.contact-button {
	    float: none;
	    margin: 0 auto;
		font-size: 2rem;
		letter-spacing: 1px;
	}
	
	.svgMask {float: right; width: 450px; height: 230px; margin-left: -16px;} 
	.why-arrow-right { float: right; height: 230px; width: 55%; background: #fff; margin: 0 0px 0 -20px; padding: 30px 15px 30px 30px;}
	.why-arrow-right p {margin-bottom: 15px;}
	.arrow-left {margin-bottom: 15px; display: flex;flex-direction: row-reverse;}
	.arrow-left h3 {text-transform: uppercase;     font-size: 1.5em;}
	.arrow-right {margin-bottom: 15px; display: flex;flex-direction: row; color: #69676d;}
	.arrow-right h3 {text-transform: uppercase; }
	.align-text-right {text-align: left; padding-left: 7.6%;}
	.col-sm-15 img {width: 100%;}
	.circle-text.donations {width: 65%;}
	
	span.donate-text {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%, -50%);
	    font-weight: 700;
	    z-index: 100;
	    color: #fff;
	    letter-spacing: 1px;
	}
	.page-template-why .circle-text {
	    text-align: center; }
		
			.page-template-why .circle-text a:hover {text-decoration: none;}
	
	/* WHY WORK WITH DCD SUB PAGES*/
	.parent-pageid-65 .gen-right-top img {
    width: 100%;
}

.page-template-why-work-sub .gen-left-inner, .page-template-one-section-purple-php .gen-left-inner, .page-template-partners .gen-left-inner{
    padding: 20px 13.4%;
    background-image: none;
}
	
	/* DANCERS */
	
	.firstcall {color: #fff;}
	.firstcall h1 {color: #fff; font-size: 2em;}
	.firstcall p {margin: 0 0 15px; font-size: 1.4em; font-weight: 300;}
	.openingline {font-family: 'Open Sans' !important;text-transform: none; font-weight: 100 !important; letter-spacing: 1px;  font-size: 2.5em; margin-bottom: 30px; color: #fff;}
	.firstcall a {color: #fff; text-decoration: underline; font-weight: 400;}
	.CoHeadline {font-family: 'CoHeadline'; letter-spacing: 1px; text-transform: uppercase;}
	.page-template-dancers .col-sm-15 {
    width: 15% !important;
    float: left;
    margin: 2.5%;
}
	
	.services {background-image: url('assets/services-bg.jpg'); background-position: center top;  background-size: cover; height: auto;  padding: 20px 20px 20px; color: #fff; text-align: left;}
	/*.services .row {display: flex;   flex-wrap: wrap;}*/
	.services h1 {color: #4a3d69; font-size: 2.8em; }
	p.services-lock-up {font-size: 1.8em; font-weight: 300; color: #4a3d69; margin-top: 20px; line-height: 1.2em; clear: both;}
	.services .row p.services-lock-up {    text-align: left;font-size: 1.8em; font-weight: 300; color: #4a3d69; margin-top: 20px; line-height: 1.2em; margin-left: 15px;}
	.services .row p {font-weight: 700; font-size: 1.3em;text-align: center; margin-left: -20px;     margin-top: 10px;}
	.services .row p.image-title {font-weight: 700; font-size: 1.3em;text-align: center; margin-left: 0;     margin-top: 10px;}
	.services img {max-width: 190px; width: 100%;}
	.services .col-md-3 {text-align: center;}
	.services .col-md-3 img {max-width: 250px; width: 100%;}
	.services .services-icon {position: absolute;
    top: 0;
    left: 0px;
    padding: 0 15px;
    max-width: 220px;}
	
	.content {display: none;}
	.more {cursor: pointer;}
	
	.title-text { width: 100%; background: rgba(195,194,192,0.2); position: absolute; top: 80px; left: 0px; z-index: 300; height: 110px; display:flex;
    align-items: center;
    justify-content: left;}
	.title-text h1 {color: #ffffff; font-size: 4em; margin-bottom: 0px; padding-left: 60px;}
	.title-header {padding-top: 60px; position: relative; background: #fff;}
	.header-arrow {
	    position: relative;
	    width: 112px;
	    height: 112px;
	    left: -58px;
	    top: 19px;
	    background: #fff;
	    -webkit-transform: rotate(45deg);
	    transform: rotate(45deg);
	    border-radius: 10px;
	}
	
	.arrow-color {
		background: #483b63 !important;
	}
	
	.arrow-text {
	    background: url('assets/arrow-header-bg.png');
		background-repeat: repeat-y;
		background-position: top right;
	    width: 40%;
	    padding: 30px 15px 30px calc(30px + 3%);
	    position: relative;
	    z-index: 30;
	    height: 150px;
		width: auto;
		min-width: 600px;
	}
	
	.case-link {cursor: pointer;}
	
	.icon-header {
	    position: absolute;
	    right: 40px;
		bottom: -5px;
	}
	
	.icon-header img{
	    width: 160px;
	}
	
		/* BLOG */
		
		.blog-left {margin-right: .5%;}
		.blog-right {margin-left: .5%;}
		.blog .col-6-blog {padding-bottom: 50%;background: #eeeeef; width: 49.5%; margin-bottom: 1vw; float: left;}
		.blog .col-6-blog-half{padding-bottom: 24.5%; background: #eeeeef; width: 49.5%; margin-bottom: 1vw; float: left;}
		.blog .col-6-blog-half-res{padding-bottom: 24.5%; background: #eeeeef; width: 49.5%; margin-bottom: 1vw; float: left;}
		.blog .col-sm-6-inner {padding: 20px; position: absolute;  width: 100%;}
		.blog .col-sm-6 img {width: 100%; height: 100%;}
		.blog .purple {background-image: url('assets/home-questions-bg.jpg'); background-position: center; background-size: cover;}
		.blog .blog-small-image {padding-bottom: 41.66666667%;}
		
		.blog h1 { font-size: 2.2em; line-height: 3.8rem;}
		.blog h2 { font-size: 1.8em; line-height: 3rem; font-weight: 300; color:#69676d; margin-top: 0px; font-family:'Open Sans' !important;}
		.blog .purple h2 {color: #fff;}
		.blog .purple p {color:#fff;}
		.blog .purple a {color: #fff; text-decoration: none;}
		.blog .purple a:hover {color: #ccc; text-decoration: none;}
		.blog a:hover {color: #52466A; text-decoration: none;}
		
		@media (max-width: 1200px) {
			
			.blog h1 { font-size: 2em; line-height: 3rem;}
			.blog h2 { font-size: 1.7em; line-height: 2.5rem; font-weight: 300; color:#69676d; margin-top: 0px; font-family:'Open Sans' !important;}
			
			.three .fa-caret-right {color: #52466c;}
			.col-xs-5.blog-small-image {display: none;
			}
		}
		
		/* BLOG DETAIL */
		.blog-header {
		    position: relative;
			width: 100%;
			height: 50vh;
		}
		.blog-cover {position: absolute; top: 0; left: 0;}
		.gen-left-inner p.author-name {font-weight: bold; text-transform: uppercase;}
		.blog-detail-container {background-image: url('assets/blog-detail-bg.jpg'); background-position: top left; background-size: cover; }
		.blog-detail-container .row.flexed {padding-top: 40px;}
		.blog-detail-container .gen-left-inner {
		    padding: 25px 80px;
		}
		.blog-lower img { max-width: 60%}
		.pull-out {font-size: 2rem; font-weight: bold !important; text-transform: uppercase; margin-bottom: 25px;}
		.blog-text p {margin-bottom: 30px;}
		.single .blog-home h1 {font-weight: 300; padding: 0 0 20px 0;}
		
		img.blog-cover {
		    height: 100%;
			width: 100%;
		}
		
		/* Calendar */
		.calendar {background: #c1bcc3; padding: 20px 0px}
		.row-container {width: 100%; padding: 10px 25px; background: #fff;}
		.calendar .col-sm-6, .calendar .col-md-4 {background: #fff; padding: 7.5px !important; display: flex; }
		.calendar .row.calendar-items {    
			background: #fff;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: column wrap;
    flex-flow: row wrap;}
	
	
		.clendar-item-inner {background: #222; background-image: url('assets/home-questions-bg.jpg');
    background-position: center;
    background-size: cover;     width: 100%;}
		.calendar-text {padding: 25px;}
	.calendar-item-image img {display: block;
	}
		
		.calendar .col-sm-6 p {margin: 0px; color:#fff;}
		.calendar-date {margin-bottom: 20px !important;}
		.caledar-intro {margin-bottom: 40px !important;}
		.event-link a {color: #fff;}
		.calendar-intro {margin-bottom: 30px !important; color: #fff;}
		.event-title {text-transform: uppercase;}
		
		.page-id-47 header.entry-header, .em-search-geo {display: none !important;}
		.em-search-wrapper {
		    width: 95%;
		    text-align: center;
		    margin: 0 auto;
		}
		
		div.css-search {
		    border: 1px solid #C1BCC3;
		}
		
		div.css-search div.em-search-advanced, div.css-search div.em-search-options {
		    padding: 5px 8px;
		    text-align: left;
		}
		
		p.event-link {
		    position: absolute;
		    bottom: 20px;
		}
		
		
		/* SUPPORT US */
		.help-dancers .col-sm-3 {text-align: center;}
		.rel {position: relative;}
		.page-template-donations .help-dancers p {color: #fff;} 
		.page-template-donations .help-dancers .circle-text {font-size: 2em;}
		.page-template-donations .video-text {text-align: center;}
		.page-template-donations .how-to-work p {color: #fff;}
		.page-template-donations .why-contact p {font-size: 1.5em;}
		.page-template-donations .dancers-journey h1 {
		    text-transform: uppercase;
		    font-weight: 300;
		    color: #40364E;
		}
		.page-template-donations .dancers-journey p{
		color: #675A6B; }
		
		.clearfix {clear: none;}
		.page-template-donations hr {border-top: 1px solid #BFB5B5;}
		.page-template-donations .dancers-journey {
		    padding: 20px 30px 20px;
		}
		
		.page-template-donations .help-dancers .col-sm-3.col-xs-6 {
    padding: 1% 4%;
}
  .page-template-donations .gen-right-top {  padding: 25px 15%;}
.page-template-donations .gen-right-top img {width: auto !important;}
.page-template-donations .gen-right-top p {display: block; clear: both;}

.col-xs-12.opening-questions.col-md-pull-6.col-md-6 {width: 50% !important; color: #fff;}
		
		
		/* General */
		.flexed { 
			background: #ebeaea;
			display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
			  display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
			  display: -ms-flexbox;      /* TWEENER - IE 10 */
			  display: -webkit-flex;     /* NEW - Chrome */
			  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
			flex-wrap: wrap;
			}
			
			.col-xs-12.col-md-push-6.col-md-6.no-padding.light-grey {
			    -webkit-box-flex: 1;
			    -moz-box-flex: 1;
			    width: 50%;
			    -webkit-flex: 1;
			    -ms-flex: 1;
			    flex: 1;
			}
			
			.col-xs-12.col-md-pull-6.col-md-6.light-shade {
			    -webkit-box-flex: 1;
			    -moz-box-flex: 1;
			    width: 50%;
			    -webkit-flex: 1;
			    -ms-flex: 1;
			    flex: 1;
				padding: 0px;
			}
		.gen-left-inner {padding: 25px 15%; width: 100%;}
		.gen-left-inner p {color: #69666d; font-weight: 300;}
		.gen-right-top {width: 100%; height: auto; position: relative; background-position: center !important; background-size: cover !important;     text-align: center;}
		.page-template-impact .gen-right-top {width: 100%; height: 100%; position: absolute;   top: 0px; bottom: 0px;}
		
		.gen-right-top img {width: 100%;}
		.gen-right-bottom {width: 100%; height: auto; background: #ebeaea; position: relative; padding: 30px 60px;}
		.gen-right-bottom img {width: 30%;}
		.grey {background: #d7d6d4; font-size: 3em;}
		.light-grey {background: #ebeaea;}
		.no-padding { padding: 0px !important;}
		
		.light-shade {background-image: url('assets/blog-detail-bg.jpg');
    background-position: top left;
    background-size: cover;}
		
		.gen-right-title {text-transform: uppercase; font-weight: bold; font-size: 2.5rem; color: #69666d;}
		.gen-right-bottom p {font-size: 2rem; color: #69666d;}
		.arrow-text h1 { color: #fff; font-size: 4.5rem; text-transform: uppercase;     padding-top: 1rem; display: block;}
		@media only screen and (max-width: 768px) {
			.arrow-text h1 { color: #fff; font-size: 4.5rem; padding-left: 5%;  padding-top: ;}
		}
		.general .arrow-text {width: auto !important;}
		.credit, .credit p {font-size: 1.6rem;     margin-bottom: 30px;}
		.credit a {text-decoration: underline; color: #23527c;}
		p.quote {font-size: 3rem !important; font-weight:300; line-height: 3.3rem !important; margin-bottom: 0px;}
		.single-post p.quote {font-size: 4rem;}
		#primary ul {margin-left: 5px; margin-bottom: 30px;}
		#primary ul li {font-size: 1.3em;
		    margin-bottom: 5px;}
			
			.opening-questions.container-fluid.firstcall {
			    clear: both;
			}
		
		/* partner */
			.partner-bg {background-image: url('assets/blog-detail-bg.jpg'); color:#222; background-size: cover;}
		
		/* impact */
		.enlarged {font-size: 4rem;}
		
		/* partner */
		.partner img{width: 12%; min-width: 150px;}
		.partner .col-sm-12 {text-align: center;}
		
		/* Meet the team */
		p.team-name {
		    margin: 10px 0px;
		    color: #F4F4F6;
		    font-weight: bold;
			cursor: pointer;
		}
		p.team-role {
		    margin: 0px;
		}
		p.team-email {
		    margin-top: 0px;
		}
		p.team-email a {font-weight: 300; color: #C0BAB7; word-wrap: break-word;}
		.page-template-meet-the-team .opening-questions { background-image: url('assets/grey-purple.jpg') !important; }
		
		
		.mobile-biog {display: none;} 
		.biogs .col-sm-3 img {cursor: pointer;}
		
		/* Single eventss*/
		.single-event .site-branding {margin: 15px 0 10px 10px;}
		.single-event .entry-content {
		    margin: 0; }
		.single-event .hentry {
			    margin: 0;
			}
			
			/* Services */
			.br-spacer {
			    margin-top: 12px;
			    display: block;
			}
			.services a {color: #fff;}
			.services a:hover {color: #efebeb; text-decoration: none;}
			.quote-spacer {padding: 25px 15%; text-align: left;}
			.light-shade {color: #483b63;}
			.light-shade a {color: #706685;}
			.light-shade a:hover {color: #483b63;}
			.light-shade p {font-size: 1.4em;color: inherit; line-height: 2.65rem;}
			.light-shade h3 {font-family:'CoHeadline'; }
			.light-shade .header-spacing {padding: 30px 0 30px;}
			#Primary .light-shade .gen-left-inner ul li, .light-shade .gen-left-inner ul ul li{font-size: 1em !important; margin-top: 6px;}
			
			.postid-109 .quote-spacer {padding-top: 40px;}
			.page-id-254 .quote, .page-id-259 .quote {font-size: 2.5rem !important; line-height: 3.3rem;}
			.page-id-254 .gen-left-inner ul li {margin-top: 15px;}
			
			/* Impact */
	        #map {
	          height: 50vh;
			  min-height: 300px;
			  width: 100%;
	        }
	        #map2 {
	           
				    height: 100%;
	        }
			
			.gen-left-inner.impact p {
				line-height: 4.5rem;
			}
			
			.gen-left-inner.impact p.quote {
			    font-size: 3rem;
			    font-family: 'CoHeadline';
			    color: #493A63;
			    text-transform: uppercase;
			}
			
			/* Bootstrap*/
		.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
		    background-color: #786e8c !important;

		}
		
		/* Bootstrap*/
		section.blog .row {margin: 0 -2px !important;}
		
		/* Bootstrap*/

		.services-template-services-workshops .hesperiden.tp-bullets {
		    transform: none !important;
		    margin-top: 5px;
			left: 0px !important;
		}
		iframe {border-width: 0px !important}
		
		#map-contact {
		        height: 400px;
		        width: 100%;
		       }
			   
			   @media only screen and (max-width: 1170px) {
		   	.page-template-impact .gen-right-top {

		   	    position: relative;

		   	}
	
		       #map2 {
       
		   		    height: 400px;
		       }
		   }
		@media only screen and (min-width: 1170px) {
			.br-resp {display: none;}
			.menu-footer-container {
			    padding-left: 2.5%;
				padding-top: 25px;
			}
			.col-xs-12.col-sm-12.terms {
			    padding-left: 28px;
			}
			p.excerpt {display: none;}
			.page-template-donations .help-dancers .col-sm-3.col-xs-6 .rel {
				padding: 6%;
			}
			.blog-home p.excerpt{
			    display:block;
			}
		}

		@media (min-width: 1400px) {
		body .container {
		    width: 1370px;
			}
			.br-resp {display: none;}
			.header-spacing {
			    margin: 0 5.5%;
			}
			.instagram {margin-left: 10px;}
			.blog p.excerpt {display: none;}
		}

		.caret-right {
		    border-left: 4px solid !important;
		    border-bottom: 4px solid transparent !important;
		    border-top: 4px solid transparent !important;
		}

		@media (max-width: 1300px) {

		.blog h1 { font-size: 3em; line-height: 4rem;}
		.blog p.excerpt {display: none;}

		.blog .col-sm-6-inner {
		    padding: 20px 0;
		}

		}
		
		@media (max-width: 1200px) {
			
			.blog h1 { font-size: 2em; line-height: 3rem;}
			.blog h2 { font-size: 1.7em; line-height: 2.5rem; font-weight: 300; color:#69676d; margin-top: 0px; font-family:'Open Sans' !important;}
			
			.three .fa-caret-right {color: #52466c;}
			.col-xs-5.blog-small-image {display: none;
			}
		}
		
		
@media only screen and (min-width: 980px) {
		
		.blog .col-6-blog {
		    padding-bottom: 24%;
		    background: #eeeeef;
		    width: 24%;
		    margin-bottom: 1vw;
		    float: left;
		}
		
		.blog .col-6-blog-half {
		    padding-bottom: 24%;
		    background: #eeeeef;
		    width: 24%;
		    margin-bottom: 1vw;
		    float: left;
		}
		
		.blog .col-6-blog-half-res {
		    padding-bottom: 24%;
		    background: #eeeeef;
		    width: 49%;
		    margin-bottom: 1vw;
		    float: left;
		}
		
		.blog .purple {
		    background-image: url('assets/home-questions-bg.jpg');
		    background-position: center;
		    background-size: cover;
		}
		
		.blog .fa-caret-right {
		    font-size: 5.5em !important;
		    position: absolute;
		    left: 0px;
		}
		.blog-left, .blog-right {
		    margin: 0 .5%;
		}
		
		.five {display: none;}
		
		.blog .blog-small-image {
		    padding-bottom: 41.66666667%;
		    position: absolute;
		    right: 30px;
		}
			
			.blog .arrow {display: none;}
			
			.five-empty {display: none;}
		}
		
@media only screen and (max-width: 960px) {
	
	/* WHY WORK WITH DCD */
	.svgMask {float: right; width: 350px; height: 170px;} 
	.why-arrow-right { float: right; height: 170px; width: 60%; background: #fff; margin: 0 -15px 0 -21px; }
	.why-arrow-right h3 { margin: 0;}
}




@media only screen and (max-width: 820px) {
	
	/* WHY WORK WITH DCD */
	
	.why-arrow-right { width: 52%; padding: 10px 15px 10px 30px;}
	
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { 

	.question {
	    height: 240px;
	}
	
	.why-arrow-right {
		padding: 10px 20px 30px 30px;
	}
	
	.light-shade p {
	    font-size: 1.3em;
	}
	.light-shade p.quote {
	    font-size: 2.5rem !important;
	    font-weight: 300;
	    line-height: 3rem !important;
	}
}
	
@media only screen and (max-width: 768px) {

	/* NAVIGATION */
	.site-header .navbar-inverse {
		margin-top: 20px;
		float: left;
		clear: both;
	}
	.site-header .navbar-nav>li {
	    display: inline-block;
	    width: 100%;
		text-align: left;
	}
	.site-header .navbar  {
	    min-height: 0px;
		width: 100%;
		padding-top: 0px;
	}
	
	.site-header .navbar-toggle  {
    position: absolute;
    top: 50px;
	right: 20px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 0px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: none;
}

.site-header .navbar-toggle .icon-bar {
	width: 30px;
	height: 3px;
    background: #222;
}

.site-header .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border: none;
	
	}
	


@media (min-width: 768px) {
	.site-header .dropdown:hover .dropdown-menu {
		display: none;
		margin-top: 0;
	}
}
.site-header .dropdown.open:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
	
div#bs-example-navbar-collapse-1 {
    display: block;
    height: auto;
}

.menu-menu-1 li {text-transform: uppercase;}
	

	
.site-branding {
    margin: 15px 0 -15px 10px; }
	
	.flexed {display: block !important;}
	
	.title-header {
	    margin-top: 0px}

	.opening-questions .col-sm-6 {margin-bottom: 15px;}
	.question h1 {font-size: 3rem; margin-top: 10px;}
	
    .blog-home .col-sm-4 {margin-bottom: 15px;}
   
    .footer-links {margin: 15px 0 0 -15px;}
  	.terms img {width: 40px;}
  	.terms {margin: 15px 0 0 -15px;}
	.terms p {width: 100%;}
	
	.coming-up-arrow {
	    width: 184px;
	    height: 183px;
	    left: -88px;
	    top: 31px;
	}
	
	.arrow-text h1 { font-size: 4rem;}
	
	/* HOME */
	.blog-home > .row > div {margin-bottom: 15px;}
	.blog-home h3 {
	    margin-bottom: 40px;
	}
	.blog-home .row {
	    padding: 10px 40px;
	}
	.home .fa-caret-right {
    font-size: 5.5em !important; }
	.question {
	    background-image: url(assets/home-questions-box-gradient.png);
	  background-size: cover;
	    height: 270px;
	    padding: 20px;
	}
	.question h1 {margin-top: 3px;}
	.br-resp {display: none;}
	
	.menu-footer-container {
	    margin-top: 35px;
	}
	.blog-home > .row > div {
	-webkit-box-flex: none;      /* OLD - iOS 6-, Safari 3.1-6 */
	  -moz-box-flex: none;         /* OLD - Firefox 19- */
	  width: 50%;               /* For old syntax, otherwise collapses. */
	  -webkit-flex: none;          /* Chrome */
	  -ms-flex: none;              /* IE 10 */
	  flex: none;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  }
	/* WHY WORK WITH DCD */
	.svgMask {width: 300px; height: 145px;} 
	.why-arrow-right {height: 145px; width: 60%; }
	
	/* Meet the team */
	.team-biogs {display: none;} 
	.mobile-biog {display: block;} 
		
	/* blog */
	.blog-detail-container .gen-left-inner {
	    padding: 25px 20px !important;
	}
	
	.blog .fa-caret-right {
	    font-size: 5.5em !important;
	}
	.purp {color: #52466A;}
	
	.blog .col-sm-6-inner h1 {margin-top: 0px;}
	
	.blog .col-sm-6-inner {
	    padding: 20px 0px;
	       width: 93%;
	}
	.excerpt {display: none;}
	/* dancers */
	.services .row p {
	    margin-left: 0px;
		    text-align: left;
	}
	.why-arrow-right h3 {
	    font-size: 1.7rem;
	}
	.why-arrow-right p {font-size: 1.45rem;}
	
	.why-arrow-right p:first-of-type {margin-top: 10px;}
	
	.page-template-why .col-sm-15 {
		padding: 0 5px;
	}
	
	/* General */
	.gen-left-inner {
	    padding: 25px 6.3%;
	}
	 .page-template-donations .gen-right-top {  padding: 25px 6.3%; }
	.col-xs-12.col-md-push-6.col-md-6.no-padding.light-grey {
	    width: 100%;
	}
	
	.col-xs-12.col-md-pull-6.col-md-6.light-shade {
	    width: 100%;
	}
	
	.quote-spacer {
	    padding: 25px 6.3%;
	    text-align: left;
	}
	
	.page-template-why-work-sub .gen-left-inner, .page-template-one-section-purple-php .gen-left-inner, .page-template-partners .gen-left-inner{
	    padding: 20px 6.3%;
	    background-image: none;
	}
	
}

@media only screen and (max-width: 716px) {
.header-arrow.arrow-color {display: none;}
.arrow-text {width: 100%; min-width: 100px;}
}


@media only screen and (max-width: 767px) {
	.blog .col-6-blog {padding-bottom: 100%;background: #eeeeef; width: 100%; margin-bottom: 1vw;}
	.blog .col-6-blog-half{padding-bottom: 50%; width: 100%; margin-bottom: 1vw;}
	
	.flexed {
	    display: block;
	}
	
	
	/* SUPPORT US */

	.clearfix {clear: both;}
	
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
	    color: #797292 !important;
	}
	p.event-link {
	    position: relative;

	}
   
}

@media only screen and (max-width: 667px) {
	.site-branding {
	    width: 35%; }
	.donate .dancers-journey h1 {
	    font-size: 3rem;
	}
	.arrows {display: block; margin-left: 0px;}
	.coming-up-image {
	    width: 100%;
		padding-bottom: 50%;
	}
	.coming-up-text {
	    width: 100%; min-height: auto;
	}
	
	.coming-up-arrow {display: none;}
	
	
	.blog .col-6-blog-half-res {
	    padding-bottom: 50%;
	    width: 100%;
	}
	.five-empty {display: none;}
	.page-template-impact .no-padding.light-grey {height: 400px;}
	.donate-header {

	    width: 130px;
	    height: 54px;
	    line-height: 54px;
	    background-image: url('assets/donate-bg-mob.png');
	    font-size: 1.4rem;
	}
	
	 .col-sm-15 {
	    width: 33% !important; margin-bottom: 10px;} 
		
		.title-header {
	    padding-top: 20px;}
		.title-text {
	
		    top: 40px;
		}
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

@media only screen and (min-width: 768px) {
	.dropdown-submenu:hover>.dropdown-menu {
		display: block !important	;
	}
}


.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media only screen and (max-width: 768px) {
	.br-resp-view {display: none;}
	.blog p.excerpt {display: block;}
	.site-header .navbar-toggle {position: absolute;top: 70px;}
	.page-template-dancers .col-sm-15 { width: 28% !important;} 
	.circ-sub {display: none;}
	.circ-sub p {margin-bottom: 15px;}
	.lg-desk {display: block;}
	
}

.navbar-nav .dropdown-submenu>.dropdown-menu .dropdown-submenu>.dropdown-menu {
	display: block !important;
	position: relative;
	left: 0;
	margin: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
    box-shadow: none;
	border: none;
	width: 100%;
	padding: 5px 10px;
}

@media only screen and (max-device-width : 414px) and (orientation : portrait) { 
	.question h1 {
	    font-size: 2.7rem;
	    line-height: 3.2rem;
	}
	
	.page-template-dancers .col-sm-15 {
	    width: 45% !important;} 
	
	.col-xs-2.col-sm-offset-1.arrow.question.first-quest, .col-xs-10.col-sm-9.question.first-quest {height: 180px;}
	.question {height: 235px;}
	
	.blog-home > .row > div {
	    -webkit-box-flex: none;
	    -moz-box-flex: none;
	    width: 100%;
	    -webkit-flex: none;
	    -ms-flex: none;
	    flex: none;
	}
	.menu-footer-container {
	    margin-left: -15px;
	}
	.header-arrow.arrow-color {
	    display: none;
	}
	.arrow-text {
	   
	    width: 100%;
	    min-width: 0px;
	}
	.col-xs-12.col-md-pull-6.col-md-6.light-shade {
	    padding: 0 15px;
	}
	.gen-left-inner {
	    padding: 25px 6.3%;
	}
	
	.services-template .gen-right-top {padding: 0 0px;}
	.services-template .services .col-sm-15.col-xs-6 { min-height: 225px;}
	
	.blog .col-sm-6-inner h1 {
	    font-size: 2.4em;
	}
	.blog p.excerpt {
	    font-size: 1.3em;
		line-height: 1.4em;
	}
 .col-sm-15 {
    width: 48% !important;} 
	
	
}



@media (min-width: 768px) and (max-width: 991px) {
	
	.site-header .navbar-toggle .icon-bar {
    width: 30px;
    height: 3px;
    background: #222;
}
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
    }
    .navbar-toggle {
        display: block !important;
	    position: absolute;
	    top: 70px;
	    right: 20px;
	    padding: 9px 10px;
	    margin-top: 8px;
	    margin-right: 0px;
	    margin-bottom: 8px;
	    background-color: transparent;
	    background-image: none;
	    border: none;
	    z-index: 20;
    }
    .navbar-header {
        float:none;
    }
}

body.mobile .hidden-md {
	display: block !important;
}

@media only screen and (max-width: 600px) {
	/* WHY WORK WITH DCD */
	.svgMask {float: right; width: 350px; height: 170px; display: none;} 
	.why-arrow-right { float: right; height: 170px; width: 100%; background: #fff; margin: 0px; }
	.page-template-why .how-to-work.footer-container {padding: 0px;}
	.br-mobile {display: none;}
	.page-template-why .circle-text { font-size: .7em}
	.page-template-why .circle-text br {height: 5px;}
	.help-dancers {padding: 35px 20px 40px;}
	.help-dancers
	.home .coming-up {padding: 0px;}
	.home .arrows {
	    margin-left: 0px;
	}
	
	.blog p.excerpt {display: none;}
	
}

.footer-container .donate-header {
    float: left;
   }
.page-template-template-shift .row {
	    display: flex;
    	flex-wrap: wrap;
}

.main-header-image .col-md-6 img, .main-header-image .col-xs-12 img, main .col-md-4 img, main .col-md-6 img{
	width: 100%;
}
.page-template-template-shift .main-header-image h3 {
	text-transform:uppercase; font-size: 3em; color: #fff; padding-top: 1.5em; padding-bottom: .8em;
}
@media only screen and (max-width:1200px) {
	.page-template-template-shift .main-header-image h3 {
		text-transform:uppercase; font-size: 2.2em; color: #fff; padding-top: 2em; padding-bottom: .8em;
	}
}

.page-template-template-shift .introducing .row:first-of-type {
	padding: 0 30px;
}

.page-template-template-shift .introducing .applicant p {
	font-size: 16px;
}

.page-template-template-shift .criteria h3, .page-template-template-shift .priorities h3, .page-template-template-shift .scheme h3, .page-template-template-shift .questions h3 {
	margin-bottom: 1em;
	text-transform: uppercase; 
} 

@media only screen and (max-width: 991px) {
	.page-template-template-shift .criteria img {
		margin-bottom: 1.5em;
	}
}
.page-template-template-shift .criteria .holder{
	padding-left:55px; padding-right: 30%
}

@media only screen and (max-width: 991px) {
	.page-template-template-shift .criteria .holder{
		padding-left:55px; padding-right: 30px;
	}
	.page-template-template-shift .sub-intro {
		padding: 1em 0;
	}
}

.page-template-template-shift .priorities .holder{
	padding-left:55px; display: flex; justify-content: center; flex-direction: column; height: 100%;
}
.page-template-template-shift .scheme .holder, .page-template-template-shift .questions .holder{
	padding-left:55px; margin-top:30px;
}

.page-template-template-reach .fullwidth-image img {
	width: 100%;
}
.page-template-template-reach .text-block .row {
	display: flex;
	    flex-wrap: wrap;
}
.page-template-template-reach .fullwidth-image .row .col-xs-12 {
	padding: 2rem 0; 
	background-color: #cecdcb;
}

.page-template-template-reach .fullwidth-image .row .col-xs-12.image-text {
	padding: 3rem 2rem; 
	background-color: #cecdcb;
}
.page-template-template-reach .fullwidth-image .row .col-xs-12.image-text p{
	font-size: 2em; 
	font-weight: 300;
	margin-bottom: 0;
	line-height: 3.5rem;
}
.page-template-template-reach .text-block .grey-new {
	padding: 40px 90px;
	background-color: #e0dfdd;
	display: flex;
    align-items: center;
}

.page-template-template-reach .text-block .grey-new p {
	font-size: 2em;
	    line-height: 3.5rem;
}
.page-template-template-reach .text-block .grey-new .holder p:last-of-type {
	margin-bottom: 0;
}
.page-template-template-reach .text-block.block-8 .grey-new {
	padding: 40px 90px;
	background-color: #fff;
	display: flex;
    align-items: center;
    line-height:3rem;
    font-weight: 300;
}
.page-template-template-reach .text-block .purple, .page-template-template-reach .text-block .purple-new {
	background-color: #605075;
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 90px;
    	color: #fff;
}

.page-template-template-reach .text-block .purple .holder, .page-template-template-reach .text-block .purple-new .holder{
	width: 100%;
}

.page-template-template-reach .text-block .purple img, .page-template-template-reach .text-block .purple-new img {
	max-width: 450px;
	margin: 0 auto;

}
.page-template-template-reach .quote-block {
	padding: 40px 90px;
	background-image: linear-gradient(to right, #d6d3dc , #eae9e7);
}

.page-template-template-reach .quote-block p.quotee {
	margin-top: 1.5rem !important;
	margin-bottom: 0;
	font-size: 2rem;
	margin-top: .5rem;
}

.reach-type {
	    font-family: 'CoHeadline' !important;
    	font-size: 1.8em;
    	color: #fff;
}
.page-template-template-reach .ambassadors-block .row {
	padding: 0 80px;
	margin-bottom: 30px;
	display: flex;
	flex-wrap: wrap;
}
.page-template-template-reach .ambassadors-block .col-md-12 p {
	font-size: 2.8rem !important;
    font-weight: 300;
    line-height: 3.5rem !important;
    padding: 1.5em 0 0;
    margin-bottom: 1em;
}

.block-6 p {
	font-size: 2rem;
	line-height: 3rem;
}

.block-8 p {
	max-width: 1000px;
}

.co-headline-ttl {
	font-family: 'CoHeadline' !important;
	font-size: 2rem;
}

.co-headline-letter {
	font-family: 'CoHeadline' !important;
	font-size: 2rem;
	line-height: 1.5rem;
}

.block-7 .co-headline-ttl {
	font-family: 'CoHeadline' !important;
	font-size: 3rem;
	margin-bottom: 0;
	text-transform: uppercase;
}
.block-7 {
	background-image: linear-gradient(to right, #443757 , #cccbc9);
	
}
.block-7 .purple-new {
		background-color: transparent !important;
}

section .holder {
    width: 100%;
}
.amb-text {
	display: flex; 
	flex-direction: column;
	justify-content: center;
}
.amb-text p {
		font-size: 15px;
		margin-bottom: 0;
}
span.amb-name {
    font-weight: bold;
}
.page-template-template-reach .arrow-text h1 { margin-bottom: .2rem; }
.arrow-text h2 {
	color: #fff;
	font-family: 'Open Sans', sans-serif !important;
	    margin-top: 0rem;
}
.page-template-template-reach .amb-pos {
		display:block;
} 
.page-template-template-reach .amb-pos-mob {
	display:none;
} 
.page-template-template-reach .amb-pos-tab {
	display:none;
} 

.page-template-template-reach .block-6 .grey-new p {
	    font-size: 1.4em;
} 

@media only screen and (max-width: 992px) {
	.page-template-template-reach .ambassadors-block .col-md-2 {
		margin-bottom: 15px;
		text-align: center;
	}
	.page-template-template-reach .amb-pos {
		display:none;
	} 
	.page-template-template-reach .amb-pos-mob {
		display:none;
	} 
	.page-template-template-reach .amb-pos-tab {
		display:block;
	} 
}
@media only screen and (max-width: 778px) {
	
	.amb-text {
		display: flex; 
		align-items: center;
	}
	.page-template-template-reach .amb-pos {
		display:none;
	} 
	.page-template-template-reach .amb-pos-mob {
		display:none;
	} 
	.page-template-template-reach .amb-pos-tab {
		display:block;
	} 
}
@media only screen and (max-width: 667px) {
	.amb-text {
		display: flex; 
		align-items: left;
	}
	.page-template-template-reach .amb-pos {
		display:none;
	} 
	.page-template-template-reach .amb-pos-mob {
		display:block;
	} 
	.page-template-template-reach .amb-pos-tab {
		display:none;
	} 
	.page-template-template-reach .fullwidth-image .row .col-xs-12.image-text {
		font-size: 1.8em;
		line-height: 3rem;
	}
	.page-template-template-reach .ambassadors-block .col-md-2 {
		margin-bottom: 15px;

	}
	.page-template-template-reach .ambassadors-block .col-md-2 img {
		width: 100%;
	}

	.page-template-template-reach .site-content p {
		font-size: 18px;
		line-height: 22px;
	}

	.page-template-template-reach .ambassadors-block .row {
	 padding: 0 30px;
		
	}
	.page-template-template-reach .text-block .grey-new {
		padding: 40px 30px;
	}
	.page-template-template-reach .quote-block {
		padding: 40px 30px;
	}
	.page-template-template-reach .text-block .purple, .page-template-template-reach .text-block .purple-new {
	    padding: 30px 30px;
	}
	.page-template-template-reach .text-block.block-8 .grey-new {
		padding: 40px 30px;
	}
	.page-template-template-reach .site-content p {
		text-align: center;
	}
}


.video-block {
	margin-bottom: 30px;
	margin-top: 30px;
}
.video-block .row.videos {
	    display: flex;
	    justify-content: center;
}

.video-block .row h3 {
	text-transform: uppercase;
}

.video-block .row p {
	    font-weight: 300;
}
.video-block .col-md-6.col-lg-3 {
	text-align: center;
}
.video-block .wrap {
	position: relative;
}

.video-block .caption {
	font-size: 14px;
	margin-top: 10px;
	text-align: left;
}

.no-gutters .col-md-6.col-lg-3:nth-child(1) {
	margin-left: -15px;
}

.video-play {
	max-width: 70px;
	position: absolute;
  	top: 50%;
  	left: 62px;
  	transform: translate(-50%, -50%);
  	opacity: .9;
}
.quote-textarea {
	margin-top: 50px
}
.quote-textarea p, .quote-textarea li {
	font-weight: 300;
	color: #483b63;
}