/*
Theme Name: careertwodot0
Theme URI: http://dowhatyoulove.today/wp-content/themes/careertwopoint0/
Author: Kate Laguarda
Author URI: 
Description: A theme customized for the Career2.0 blog, based on the underscore_s starter theme
Version: 3.2.0 (released 9-4-15)
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: careertwopointo
Tags:

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.

careertwopointO is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Reset
2.0 Typography
2.5 Structure
3.0 Elements
4.0 Forms
5.0 Navigation
	5.1 Links
	5.2 Menus
6.0 Accessibility
7.0 Alignments
8.0 Clearings
9.0 Widgets
10.0 Content
	10.1 Posts and pages
	10.2 Asides
	10.3 Comments
11.0 Infinite scroll
12.0 Media
	12.1 Captions
	12.2 Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Reset
--------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust:     100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
	box-sizing: border-box; /* Apply a natural box layout model to the document; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
}
*,
*: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. */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

ol,
ul {
	list-style: none;
}


table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a:focus {
	outline: 0;
}

a:hover,
a:active {
	outline: 0;
}

a img {
	border: 0;
}

/*--------------------------------------------------------------
2.0 Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: rgb(61, 62, 64);
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4;
}

.site-main h1 {
    clear: both;
    color: #991B1E;
    font-size: 36px;
    font-size: 3.6rem;
    font-family: 'Oswald', serif;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 30px;
    margin-bottom: 20px;
}

.site-main h2 {
    clear: both;
    color: inherit;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'Oswald', serif;
    font-weight: 400;
    line-height: 1.1;
    margin-top: 0px;
    margin-bottom: 0px;
}

.single-content h2 {
    clear: both;
    color: inherit;
    font-size: 24px;
    font-size: 2.4rem;
    font-family: 'Oswald', serif;
    font-weight: 400;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
}

.site-main h4 {
    clear: both;
    color: inherit;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: .9em;
}

.home-content h1 {
    clear: both;
    color: inherit;
    font-size: 36px;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.1;   
    margin-top: 40px;
    margin-bottom: 10px;
}

.home-content h2 {
    clear: both;
    color: #000;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.1;
    margin-top: 20px;
    margin-bottom: 10px;
}


h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {	
    font-size: 1.4rem;
    color: inherit;
    margin-bottom: .9em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
    width: 100%;
}

blockquote.right {
    width: 40%;
    float: right;
}

blockquote.left {
    width: 40%;
    float: left;
}

blockquote p:last-child {
	margin: 0.3em 0.5em 0.9em;
	padding: 0.9em 1.2em 0.9em;
    border-top: 3px solid black;
    border-bottom: 3px solid black;
    font-family: Roboto, sans-serif;
    font-size: 1.3em;
    color: #991B1E;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 1.5rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
3.0 Elements
--------------------------------------------------------------*/
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

ol.post-list li {
	margin-bottom: 1.0em;
}

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%;
}

th {
	font-weight: bold;
}

/*--------------------------------------------------------------
4.0 Forms
--------------------------------------------------------------*/
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	/*box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);*/
	color: rgba(0, 0, 0, .8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0; /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}

textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;
}

.wpcf7-form label {
    font-weight: normal;
}



/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
5.1 Links
--------------------------------------------------------------*/

a, a:visited {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #000;
	text-decoration: none;
}

p a, p a:visited, li a {
	color: #991B1E;
	text-decoration: none;
	font-weight: bold;
}

p a:hover,
p a:focus,
p a:active {
	color: #000;
	text-decoration: none;
}

/*--------------------------------------------------------------
5.2 Menus
--------------------------------------------------------------*/

.main-navigation {
    position: absolute;
    width: 830px;
	margin-right: -20px;
	margin-left: 330px;
	margin-top: 79px;
	list-style: none;
	text-align: right;
    z-index: 95;
}

.main-navigation-singlepost {
    width: 650px;
}

.main-navigation ul {
    margin-bottom: 0;
	font-family: 'Oswald';
	font-size: 1.4rem;
}

.main-navigation li {
	position: relative;
	display: inline-block;
	font-size: 1.1em;
	font-weight: 500;
	font-family: 'Roboto';
	text-transform: uppercase;
	padding-right: 20px;
}

.main-navigation a {
	color: #fff;
	text-decoration: none;
}

.main-navigation ul ul, .main-navigation ul ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	text-align: left;
	background: #991B1E;
	padding-top:0.9em;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-top: 0px;
	left: -999em;
	top: 1.4em;
	z-index: 9999;
}

.main-navigation ul ul ul {
    margin-left: -170px;
    padding-top: 0.5em;
}

.main-navigation ul ul a {
	color: #fff;
	font-size: 1.0em;
	text-transform: uppercase;
}

.main-navigation ul ul li {
    width: 180px;
    float: left;
	position: relative;
	font-size: 1.0em;
	line-height: 1.0em;
	text-transform: uppercase;
	padding-bottom: 10px;
}


.main-navigation li:hover > a {
    color: #000;
}

.main-navigation ul ul :hover > a {
}

.main-navigation ul ul a:hover {
    color: #000;
}

.main-navigation ul li:hover > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul {
	left: 100%;
}

.main-navigation ul ul ul li:hover > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
    color: #000;
}



.site-main .comment-navigation,
.site-main .paging-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.paging-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.paging-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
6.0 Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/*--------------------------------------------------------------
7.0 Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

iframe {
	vertical-align: top;
}

/*--------------------------------------------------------------
8.0 Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin-bottom: 40px;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.widget-title {
    color: #991B1E;
	font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 3px;
}

.widget a {
    color: ##991B1E;
    text-decoration: none;
}

.tag-cloud ul { margin: 0px; }

.tag-cloud a { color: #991B1E; }

.tag-cloud a:hover { color: #000000; }

.news-sidebar img {
	max-height: 50px;
	width: auto;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.single-content,
.entry-summary {
	margin: .8em auto 0;
	font-family: 'Droid Sans', sans-serif;
}

.single-content {
	padding-right: 30px;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.entry-date, .author {
    color: #000;
}

.tips {
    border-top: 5px solid black;
    border-bottom: 5px solid black;
    padding: 15px 35px 1px 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 3%;
    margin-right: 3%;
}

.textwidget .tips {
    padding: 10px;
    text-align: center;
    background: #eee;
}

.tips li {
    margin-bottom: 0.9em;

}

.tips-title {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-size: 1.4em;
    font-weight: 500;
    color: #991B1E;
    text-align: center;
    margin-bottom: 0.9em;
}

.textwidget .tips-title {
    font-size: 16px;
    font-size: 1.6em;
    margin-bottom: 0.5em;
}

.tip-highlight {
    color: #000;
}

.blog-description {
	font-style: italic;
	padding: 0 30px;
}

/*--------------------------------------------------------------
10.1.1 Social Media Buttons

--------------------------------------------------------------*/

.floating-share { 
    padding-top: 15px;
    margin-left: -60px;
    width: 36px;
    position: absolute;
}

.share-button {
    width: 36px;
    height: 36px;
    margin-bottom: 10px;
}

/* Override Jetpack styling of share buttons */

.sd-social-icon .sd-content ul li a.sd-button.share-more {
    margin-left: 0px !important;
}

.sd-social-icon .sd-content ul li a.sd-button {
    margin: 5px 0px 5px 0px !important;
}

.share-icon {
    width: 36px !important;
    height: 36px !important;
    text-align: center !important;
    padding-top: 10px !important;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
10.3 Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.single-content img.aligncenter {
	margin-bottom: 1.0em;
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 0.8em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}

.wp-caption-text {
	text-align: left;
	font-size: 10px;
	font-size: 0.7em;
}

.wp-caption .wp-caption-text {
	margin: 0.4em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
13.0 Styling of specific elements
--------------------------------------------------------------*/

/*--------------------------------------------------------------
13.1 Layout: content-sidebar
--------------------------------------------------------------*/

.site {
    margin: auto;
    max-width: 100%;
	padding-bottom: 10px;
}

.site-content {
    max-width: 1140px;
	margin: auto;
}

.site-content-singlepost {
    max-width: 960px;
	margin: auto;
}

.content-area {
	float: left;
	margin: 0 -350px 0 0;
	width: 100%;
}

.site-main {
	margin: 0 350px 0 0;
	padding: 0 0 0 0;
}

#the-stories, #inspiration { padding-top: 10px; }

#partners, #features, #guest-posts { 
    padding-bottom: 0px;
    padding-top: 20px;
}

.widget-area {
	float: right;
	overflow: hidden;
	width: 350px;
	padding-left: 50px;
}

#tertiary {
	margin-top: 70px;
}

#secondary {
	margin-top: 140px;
}

/*--------------------------------------------------------------
13.2 Layout: footer
--------------------------------------------------------------*/

.site-footer {
	clear: both;
	width: 100%;
	background: #991b1e;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	padding-bottom: 50px;
}

.footer-content {
	max-width: 1140px;
	margin: auto;
}

.site-footer #footer-masthead {
    text-align: center;
    line-height: 30px;
    margin: 60px auto 0px;
    padding: 20px 0 20px 0px;
    border: 1px solid #fff;
    border-width: 1px 0 0 0;
}

.site-footer #footer-logo {
    width: 200px;
    margin: -50px auto;
    text-align: center;
    background: #991b1e;
}

.site-footer #footer-logo img {
    width: 150px;
}

.sitemap {
    margin: 5px auto 20px;
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 1.1rem;
    text-transform: uppercase;
}

.sitemap span {
    font-size: 1.4rem;
    font-weight: 700;
}

.sitemap-column {
    float: left;
    width: 20%;
}

.sitemap ul {
    list-style: none;
    margin: 0px;
}

.sitemap a { color: #fff; }

.sitemap a:hover { color: #000; }

.site-footer .connect {
text-align: center;
line-height: 30px;
margin: 20px auto;
padding: 20px 0 20px 0px;
border: 1px solid #fff;
border-width: 1px 0;
}

.list-inline {
margin: 0;
padding: 0;
list-style: none;
}

.connect .wpcf7-form, .connect .wpcf7-form li {
    display: inline-block;
}

.site-info {
	display: block;
	text-align: center;
    padding-top: 20px;
}

.credits {
    text-align: center;
} 

.credits a {
    color: #ccc;
} 

.credits a:hover {
    color: #000;
}     

/*--------------------------------------------------------------
13.3 Masthead
--------------------------------------------------------------*/

.contact-bar{
	background-color: #eee;
}

.contact-bar .fa {
	font-size: 1.4em;
	color: #000;
}

.contact-bar2 .fa {
	font-size: 1.4em;
	color: #991B1E; 
}

.site-header {
    background: #991B1E; 
    width: 100%;
}

.width-content {
    max-width: 1140px;
    margin: auto;
}

.width-content-singlepost {
    max-width: 960px;
    margin: auto;
}

.social-media {
    width: 810px;
    position: absolute;
    text-align: right;
    margin-right: -10px;
    margin-left: 330px;
    padding-top: 5px;
    z-index: 99;
}

.contact-bar1 {
    float: left;
	width: 50%;
    padding-top: 10px;
	padding-bottom: 10px;
}

.contact-bar1.fa {
	color: #fff;
	font-size: 22px;
}

.contact-bar2 {
    width: 50%;
    text-align: right;
	margin-left: 50%;
	padding-top: 10px;
	padding-bottom: 10px;   
}

.social-media-singlepost {
    width: 630px;
}

.social-media-button {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 5px;
}

.contact-bar .social-media-button, .contact-bar3 .social-media-button {
	height: auto;
}

.join-us {
    display: inline-block;
    vertical-align: bottom;
    padding-left: 5px;
    font-size: 1.8rem;
	font-weight: 500;
	font-family: 'Roboto';
	text-transform: uppercase;
	color: #fff;
}

.contact-bar .join-us {
	font-size: 1.0em;
	font-weight: 400;
	padding: 0 0 2px 20px;
	color: #000;
}

.contact-bar .fa-search, .contact-bar3 .fa-search {
	width: auto;
	padding-left: 5px;
}

.join-us a:hover {
    color: #000;
}

.search-form {
    display: inline-block;
    margin: 0 10px;
}

.search-submit {
    width: 27px;
    height: 27px;
    vertical-align: bottom;
}

.site-branding {
     overflow: hidden;
     margin: 40px 0 40px 0;
}

.site-branding.alt-home {
	margin: 30px 0 30px 0;
}

#logo {
	height: 100px;
	width: auto;
}


/*--------------------------------------------------------------
13.4 Home page
--------------------------------------------------------------*/

.metaslider .slides img:hover {
  transform: scale(1.1);
}

.slideshow .metaslider .slides img:hover {
  transform: none;
}

.ms-image:hover {
	overflow:hidden;
}
.metaslider .caption:hover {
  background: #991B1E;
  color: #fff;
}

.metaslider .caption {
   text-align: center;
   font-size: x-large;
   line-height: 1.2em;
}

.first-feature img, 
.events img {
	max-height: 250px;
}

.partner-logo { 
    height: 100px; 
    text-align: center;
}

.partner-logo p {
    line-height: 100px;
    margin-bottom: 0;
}

.partner-logo img {
    max-height: 100px;
    width: auto;
}

.slideshow {
    padding: 30px 0 1px 0;    
}

.metaslider {
    margin: auto;
}

.heading-wrapper {
    width: 100%;
    overflow: hidden;      
}

.home-heading {  
    width: 70%;
    float: left;
    text-align: left;
    font-family: 'Oswald', serif;
    font-size: 3.6rem;
    font-weight: 400;
    text-transform: uppercase;
}

.more-stories {
    width: 30%;
    float: right;
    text-align: right;
    padding-top: 31px;
}
.more-stories h2 {
    font-family: 'Oswald', serif;
    margin: 0;
    font-size: 1.8rem;
    color: rgb(61, 62, 64);
}

.more-stories h2:hover {
    color: #000;
}

/* Headers on By Sector page*/

.inside-heading {  
    width: 70%;
    float: left;
    text-align: left;
    padding-bottom: 5px;
}

.inside-more-stories {
    width: 30%;
    float: right;
    text-align: right;
    padding-top: 11px;
}
.inside-more-stories h3 {
    font-family: 'Oswald', serif;
    margin: 0;
    font-size: 1.4rem;
    color: rgb(61, 62, 64);
    padding-right: 30px;
}

.inside-more-stories h3:hover {
    color: #000;
}



/* guest post boxes */

.home-box2 { 
    padding-top: 10px;
    overflow: hidden;
    } 
	
.home-box2-text { 
	height: 120px;
    } 
      
.home-box2-text:hover { background: #991B1E;  }

.home-box2-text:hover .home-excerpt {  color: #fff;  }

.home-box2 img {
  -moz-border-radius: 125px;
  -webkit-border-radius: 125px;
  border-radius: 125px;
  background-color: #991B1E;
  padding: 10px;
  z-index: 1000;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  width: 250px;
  height: 250px;
}

.home-box2 img:hover {
	-moz-border-radius: 130px;
	-webkit-border-radius: 130px;
	border-radius: 130px;
	width: 260px;
	height: 260px;
}

.home-header {
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Roboto'; serif;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 500;
    color: #000;
}

.home-excerpt { 
    font-family: 'Droid Sans'; sans-serif;
    font-size: .9em;
}

.partner-header {
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Roboto'; serif;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: 500;
    color: #991B1E;
}

/*--------------------------------------------------------------

13.5 Modals
--------------------------------------------------------------*/

#subscribe, #search-form {
    top:5%;
    right:-35%;
    outline: none;
}


.search-form button {
  border: none;
  background: none;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: button;
  font-size: inherit;
  line-height: 1;
  padding: 3px;
  text-shadow: none;
}

#search-form  .fa-search {
	color: #991B1E;
}

#subscribe-popup  {
	top:%;
    right: -35%;
    outline: none;
}

#subscribe-popup .modal.fade:not(.in) .modal-dialog {
    -webkit-transform: translate3d(-25%, 0, 0);
    transform: translate3d(125%, 0, 0);
}

.modal-title {
    clear: both;
    color: #991B1E;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: .9em;
}

.modal-dialog  {width:75%;}

@media screen and (min-width: 768px) {
	
	.modal-dialog  {width:400px;}

}

#email-us .modal-body div {
	margin-bottom: 10px;
}

.contact-form label {
  margin-bottom: 3px;
  float: none;
  font-weight: 700;
  display: block;
}

.contact-form label span {
  color: #AAA;
  margin-left: 4px;
  font-weight: 400;
}

.contact-form input[type=email], .contact-form input[type=text] {
  width: 300px;
  max-width: 98%;
  margin-bottom: 13px;
}

#mobile-search-modal .modal-body  {
    background: #991B1E;
    border-radius: 5px;
    }
	
#mobile-search-modal {
    top:20%;
    left:20%;
    outline: none;
}	
	
	
/*--------------------------------------------------------------
13.6 Post boxes
--------------------------------------------------------------*/

.container {
    width: inherit;
    margin-top: 10px;
    font-family: 'Oswald'; Arial; sans-serif;
}

.row {
    margin-bottom: 20px;
    height: auto;
}

.home-box {
    padding: 15px;
    background: #fff;
    height: 400px;
    margin-bottom: 3px;
}

.story-sidebar {
		padding: 5px;
	}

.story-sidebar  img {
		max-height: 200px;
	}
	
.home-box:hover {  background:  #991B1E;  }

.home-box:hover .box-category, .home-box:hover .home-excerpt {  color: #fff;  }

.story-box {
    padding: 10px;
}

.story-box:hover, .story-sidebar:hover { background: #991B1E; }

.story-box:hover .box-category, .story-box:hover .box-excerpt, .story-sidebar:hover p {  color: #fff;  }

.box-category {
    color: #991B1E;
    font-size: 1.0em;
    font-style: italic;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}

.box-image {
    display: block;
    margin: auto;
}

.box-title { 
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    font-weight: 700;
    line-height: 1.1em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.box-excerpt { 
    font-family: 'Droid Sans'; sans-serif;
    font-size: .9em;
    text-align: left;
}

.box-footer { 
    font-family: 'Droid Sans'; sans-serif;
    font-size: .9em;
}

/*feature page*/

.feature-box img {
	height: 250px;
	width: auto;
	float: left;
	margin-right: 20px;
}

.feature-box {
	overflow: hidden;
	padding: 10px;
	background: #f8f8f8;
	margin-bottom: 30px;
}

.feature-box:hover {
	background: #991B1E;
	color: #fff;
}

.feature-box:hover .box-excerpt {  color: #fff;  }



/*--------------------------------------------------------------
13.7 Archive entries (in content.php)
--------------------------------------------------------------*/
.entry-category {
    color: #991B1E;
    font-size: .9em;
    margin-bottom: 5px;
}

.entry-image {
    display: block;
    margin: auto;
}

.wp-post-image {
    clear: both;
	display: block;
	margin: 0 auto;  
}

.entry-title {
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    line-height: 1.2em;
    font-size: 1.6rem;
    color: #000;
}

.entry-excerpt p { 
    font-family: 'Droid Sans', sans-serif;
    font-size: 1.0em;
}

.entry-footer { 
    font-family: 'Droid Sans', sans-serif;
    font-size: 1.1em;
    color: #991B1E;
    margin-top: 20px;  
}

.comments-link {
    font-family: 'Droid Sans'; serif;
    color: #000;
    font-size: .8em;
}

.edit-link {
    font-family: 'Droid Sans'; serif;
    font-size: .8em;
}

.nav-previous, .nav-next {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 1.2em;
}

.nav-previous:hover, .nav-next:hover {
    font-size: 130%
}

h2.comments-title {
    font-family: Oswald, sans-serif;
    font-size: 1.3em;
    color: #991B1E;
    margin-bottom: 20px;
}

.comment-reply-title {
    font-family: 'Oswald'; serif;
    font-size: 1.3em;
    color: #991B1E;
    font-weight: 500;
    margin-bottom: 10px;
}

/*--------------------------------------------------------------
13.8 Landing Page
--------------------------------------------------------------*/

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

#landing_photo {
    -webkit-filter: brightness(80%);
    -moz-filter: brightness(80%);
    -ms-filter: brightness(80%);
    filter: brightness(80%);

    /* Set rules to fill background */
    min-height: 100%;
    min-width: 1286px;
	
    /* Set up proportionate scaling */
    width: 100%;
    height: auto;
	
	/* Set up positioning */
    position: fixed;
    top: 0;
    left: 0;
}

@media screen and (max-width: 1286px) { /* Specific to this particular image */
 #landing_photo {
    left: 50%;
    margin-left: -643px;   /* 50% */
  }
}

#skip_button {
    top: 80%; 
    left: 50%;
    margin-left: -82px;
    position: fixed;  
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 22px;
    background: transparent; 
    color: #FFF; 
    border: 4px solid #FFF; 
    padding: 20px;
    z-index: 999;
}

#skip_button a:hover {
    color: #999;
    text-decoration: none;
    }  


.intro_text {
    width: 100%;
    top: 45%;
    position: fixed;
    text-align: center;
    font-family: 'Roboto';
    font-size: 70px;
    font-weight: 300;
    background: transparent; 
    color: #FFF; 
    z-index: 999;    
}

.intro_text #frame1 {
    width: 100%;
    position: absolute;
    color: transparent;
    -webkit-animation: blurFadeInOut 3s ease-in 1s backwards;
    -moz-animation: blurFadeInOut 3s ease-in 1s backwards;
    -ms-animation: blurFadeInOut 3s ease-in 1s backwards;
    animation: blurFadeInOut 3s ease-in 1s backwards;
    
}

.intro_text #frame2 {
    width: 100%;
    position: absolute;
    color: transparent;
    -webkit-animation: blurFadeInOut 3s ease-in 4s backwards;
    -moz-animation: blurFadeInOut 3s ease-in 4s backwards;
    -ms-animation: blurFadeInOut 3s ease-in 4s backwards;
    animation: blurFadeInOut 3s ease-in 4s backwards;
}

.intro_text #frame3 {
    width: 100%;
    position: absolute;
    color: transparent;
    -webkit-animation: blurFadeInOut 3s ease-in 7s backwards;
    -moz-animation: blurFadeInOut 3s ease-in 7s backwards;
    -ms-animation: blurFadeInOut 3s ease-in 7s backwards;
    animation: blurFadeInOut 3s ease-in 7s backwards;
}

.intro_text #frame4 {
    width: 100%;
    position: absolute;
    color: transparent;
    -webkit-animation: blurFadeInOut 3s ease-in 10s backwards;
    -moz-animation: blurFadeInOut 3s ease-in 10s backwards;
    -ms-animation: blurFadeInOut 3s ease-in 10s backwards;
    animation: blurFadeInOut 3s ease-in 10s backwards;
}

.intro_text #frame5 {
    width: 100%;
    position: absolute;
    font-size: 90px;
    font-weight: 300;
    color: transparent;
    text-shadow: 0px 0px 0px #fff;
}

.intro_text #frame5 span {
	-webkit-animation: blurFadeIn 3s ease-in 11s backwards;
	-moz-animation: blurFadeIn 3s ease-in 11s backwards;
	-ms-animation: blurFadeIn 3s ease-in 11s backwards;
	animation: blurFadeIn 3s ease-in 11s backwards;
	color: transparent;
	text-shadow: 0px 0px 0px #fff;
}

.intro_text #frame5 span:nth-child(2) {
	-webkit-animation-delay: 12s;
	-moz-animation-delay: 12s;
	-ms-animation-delay: 12s;
	animation-delay: 12s;
	color: transparent;
	text-shadow: 0px 0px 0px #fff;
}

@-webkit-keyframes blurFadeInOut{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
	}
	20%,75%{
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
	}
	100%{
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		-webkit-transform: scale(0);
	}
}

@-moz-keyframes blurFadeInOut{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-moz-transform: scale(1.3);
	}
	20%,75%{
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-moz-transform: scale(1);
	}
	100%{
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		-moz-transform: scale(0);
	}
}

@keyframes blurFadeInOut{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		transform: scale(1.3);
	}
	20%,75%{
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		transform: scale(1);
	}
	100%{
		opacity: 0;
		text-shadow: 0px 0px 50px #fff;
		transform: scale(0);
	}
}

@-webkit-keyframes blurFadeIn{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-webkit-transform: scale(1.3);
	}
	50%{
		opacity: 0.5;
		text-shadow: 0px 0px 10px #fff;
		-webkit-transform: scale(1.1);
	}
	100%{
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes blurFadeIn{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		-moz-transform: scale(1.3);
	}
	100%{
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		-moz-transform: scale(1);
	}
}

@keyframes blurFadeIn{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px #fff;
		transform: scale(1.3);
	}
	50%{
		opacity: 0.5;
		text-shadow: 0px 0px 10px #fff;
		transform: scale(1.1);
	}
	100%{
		opacity: 1;
		text-shadow: 0px 0px 1px #fff;
		transform: scale(1);
	}
}

.show-this {
  opacity: 1;
  position: static;
  transition: 1s opacity;  
}

.hide-this {
  position: absolute;
  opacity: 0;
  transition: 1s opacity;
  z-index: -10;
}

/* Mission Box */

#mission-box {
	background: #eee;
	width: 60%;
	height: 120px;
	position: relative;
	margin: -60px auto 20px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px 0px;
	z-index: 999;
}

#mission-box2 {
	background: #eee;
	width: 100%;
	height: 60px;
	position: relative;
	margin: -40px auto 30px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 10px 0px;
	z-index: 999;
	text-align: center;
}

.mission_text {
	color:  rgb(61, 62, 64);
	padding-top: 32px;
    text-align: center;
    font-family: 'Oswald';
    font-size: 40px;
    font-weight: 300;
    background: transparent; 
}

.mission_text2 {
	color:  rgb(61, 62, 64);
    text-align: center;
	padding-top: 16px;
	overflow: hidden;
	display:inline-block;
    font-family: 'Oswald';
    font-size: 18px;
    font-weight: 300;
    background: transparent; 
}

.mission_text2 #frame1 {
    float: left;
    color: transparent;
	text-shadow: 0px 0px 0px rgb(61, 62, 64);
    -webkit-animation: blurFadeIngray 2s ease-in 1s backwards;
    -moz-animation: blurFadeIngray 2s ease-in 1s backwards;
    -ms-animation: blurFadeIngray 2s ease-in 1s backwards;
    animation: blurFadeIngray 2s ease-in 1s backwards;
    
}

.mission_text2 #frame2 {
	padding-left: 40px;
	float: left;
    color: transparent;
	text-shadow: 0px 0px 0px rgb(61, 62, 64);
    -webkit-animation: blurFadeIngray 2s ease-in 4s backwards;
    -moz-animation: blurFadeIngray 2s ease-in 4s backwards;
    -ms-animation: blurFadeIngray 2s ease-in 4s backwards;
    animation: blurFadeIngray 2s ease-in 4s backwards;
}

.mission_text2 #frame3 {
	padding-left: 40px;
	float: left;
    color: transparent;
	text-shadow: 0px 0px 0px rgb(61, 62, 64);
    -webkit-animation: blurFadeIngray 2s ease-in 7s backwards;
    -moz-animation: blurFadeIngray 2s ease-in 7s backwards;
    -ms-animation: blurFadeIngray 2s ease-in 7s backwards;
    animation: blurFadeIngray 2s ease-in 7s backwards;
}

.mission_text2 #frame4 {
    padding-left: 40px;
	float: left;
    color: transparent;
	text-shadow: 0px 0px 0px rgb(61, 62, 64);
    -webkit-animation: blurFadeIngray 2s ease-in 10s backwards;
    -moz-animation: blurFadeIngray 2s ease-in 10s backwards;
    -ms-animation: blurFadeIngray 2s ease-in 10s backwards;
    animation: blurFadeIngray 2s ease-in 10s backwards;
}

.mission_text2 #frame5 {
    padding-left: 40px;
	float: left;
    color: transparent;
	text-shadow: 0px 0px 0px #991B1E;
	-webkit-animation: blurFadeIngray 2s ease-in 13s backwards;
	-moz-animation: blurFadeIngray 2s ease-in 13s backwards;
	-ms-animation: blurFadeIngray 2s ease-in 13s backwards;
	animation: blurFadeIngray 2s ease-in 13s backwards;

}


@-webkit-keyframes blurFadeIngray{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px  rgb(61, 62, 64);
		-webkit-transform: scale(1.3);
	}
	50%{
		opacity: 0.5;
		text-shadow: 0px 0px 10px  rgb(61, 62, 64);
		-webkit-transform: scale(1.1);
	}
	100%{
		opacity: 1;
		text-shadow: 0px 0px 1px  rgb(61, 62, 64);
		-webkit-transform: scale(1);
	}
}

@-moz-keyframes blurFadeIngray{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px  rgb(61, 62, 64);
		-moz-transform: scale(1.3);
	}
	100%{
		opacity: 1;
		text-shadow: 0px 0px 1px  rgb(61, 62, 64);
		-moz-transform: scale(1);
	}
}

@keyframes blurFadeIngray{
	0%{
		opacity: 0;
		text-shadow: 0px 0px 40px  rgb(61, 62, 64);
		transform: scale(1.3);
	}
	50%{
		opacity: 0.5;
		text-shadow: 0px 0px 10px  rgb(61, 62, 64);
		transform: scale(1.1);
	}
	100%{
		opacity: 1;
		text-shadow: 0px 0px 1px  rgb(61, 62, 64);
		transform: scale(1);
	}
}

/*--------------------------------------------------------------
13.9 About Us
--------------------------------------------------------------*/

#staff {
    margin-top: 20px;
    font-family: 'Droid Sans'; Arial; sans-serif;
    font-size: 1.1em;
    line-height: 1.3;
    color: inherit;
    margin-bottom: .9em;
}

#staff img {
    width: 150px;
    height: 150px;
}

/*--------------------------------------------------------------
14.0 Adaptations for small screens
--------------------------------------------------------------*/

/* Typography */

@media screen and (max-width: 640px) {
    body,
    button,
    input,
    select,
    textarea {
	    font-size: 12px;
	    font-size: 1.2rem;
	    line-height: 1.2;
    }

    .home-heading,
    .site-main h1 {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .site-main h2 {
        font-size: 18px;
        font-size: 1.8rem;
    }

    .site-main h4 {
        font-size: 14px;
        font-size: 1.4rem;
    }

    .home-content h1 {
        font-size: 24px;
        font-size: 2.4rem;
    }

    .home-content h2 {
        font-size: 18px;
        font-size: 1.8rem;
    }
	
	.single-content h2 {
        font-size: 18px;
        font-size: 1.8rem;
    }
}

/* turn off landing page for mobile */

@media screen and (max-width: 640px) {
	
    #landing-page {
        position: absolute;
        opacity: 0;
        z-index: -10;
    }

    #homepage {
        opacity: 1;
        position: static; 
    }
}

/* don't show elements developed specifically for mobile on large screens */
#accordian, 
#mobile-menu, 
#mobile-search,
#mobile-banner-ad  {
	    display: none;
	}

/* Hide masthead social media on small screens, smaller logo, 5px margins, smaller margin on site-branding div to accommodate 
mobile icons, eliminate nav buttons from carousel */

@media screen and (max-width: 640px) {
	
	.site-main {
	    margin: 0 5px;
	}    
	
	.width-content { 
	    width: 100%
	    }
	
        .contact-bar1 { float: none; width: 100%; }
	
	.contact-bar2 { float: none; display: none; }

	#logo {
	    margin: auto;
	    height: 80px;
	}
	
	.site-branding {
	    margin-bottom: 20px;
	}
	
	.flex-control-paging {
		display: none;
	}
	
	.flexslider {
		margin-bottom: 10px !important;
	}
	
	#features {
		padding-top: 0px;
	}
	
	.home-heading, 
	.site-main h1 {
	    margin-left: 5px;
	}
	
	.home-heading {
	    width: 100%;
	}
	
	#features {
        padding-top: 20px;
    }
    
    #inspiration{
        padding-top: 10px;
    }
        
    .home-box {
        height: 320px;
    }
    
    .home-box2-mobile { 
        height: 250px;
        }  
        
    .home-box2-mobile-txt { 
        height: 125px;
        }  
}

/* font awesome mobile icons */
.fa {
    color: #fff;
    font-size: 24px;
}

#mobile-search.fa-search {
    overflow: hidden;
    text-align: right;
    margin-right: 20px;
    padding-top: 10px;
}

/* Small menu icon*/
.fa-bars {
    width: 50%;
    float: left;
    overflow: hidden;
    text-align: left;
    margin-left: 20px;
    padding-top: 10px;
    cursor: pointer;
}


/* on small screens, show menu icon & hide main menu */
@media screen and (max-width: 640px) {

	#mobile-menu, #mobile-search {
	    display: block;
	}

    .main-navigation ul {
		display: none;
	}
	
	#accordian {
	    display: none;
	}	
}

/*accordion menu for mobile*/

#accordian {
	width: 100%;
	margin: 0;
	color: #2D2E30;
	font-family: 'Droid Sans', arial, verdana;
	box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.6), 
}

#accordian ul {
    margin: 0;
}

/*heading styles*/
#accordian h3, #accordian h4 {
	font-size: 14px;
	line-height: 36px;
	padding: 0 10px;
	cursor: pointer;
	/*fallback for browsers not supporting gradients*/
	background: #C2992B; 
	background: linear-gradient( #C2992B, #BD9426);
}

#accordian h4 {
    margin-left: 10px;
}

/*heading hover effect*/
#accordian h3:hover, #accordian h4:hover {
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
/*iconfont styles*/
#accordian h3 span, #accordian h4 span {
	font-size: 16px;
	margin-right: 10px;
}
/*list items*/
#accordian li {
	list-style-type: none;
	background: #7A7B7D;
}

/*by sector list items*/
#accordian ul ul ul li {
	margin-left: 10px;
}

/*links*/
#accordian ul ul li a {
	color: white;
	text-decoration: none;
	font-size: 13px;
	line-height: 29px;
	display: block;
	padding: 0 15px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
}
/*hover effect on links*/
#accordian ul ul li a:hover {
	background: #424345;
	border-left: 5px solid #BD9426;
}
/*Lets hide the non active LIs by default*/
#accordian ul ul {
	display: none;
}
#accordian li.active ul {
	display: block;
}


/* Move share buttons on small screens*/

@media screen and (max-width: 1140px) {
	.width-content, 
	.footer-content {
		max-width: 960px;
	}
	
	.entry-header,
	.floating-share,
	.comments-area,
	.nav-previous { 
	    margin-left: 10px; 
	}
	.single-content {
		padding-left: 55px;
	}
}

/* Hide home banner, sidebar and footer elements on small screens*/


#alt-footer-logo { 
    width: 150px;
    margin: 20px auto;
    display: none; 
}

.alt-connect, .alt-subscribe {
    text-align: center;
    display: none;
    padding-bottom: 10px;
}

@media screen and (max-width: 640px) {
	.site-content .widget-area, 
	.site-content-singlepost .widget-area,
	#footer-masthead,
	.sitemap, 
	.connect, 
	.credits { display: none; }
	
    #alt-footer-logo {
	    display: block;
	} 
	
    #mobile-banner-ad {
	    display: block;
        margin: auto;
	} 
	
    .alt-connect, .alt-subscribe {
	    display: block;
	}    
}