/*
 Theme Name:   Connect SF
 Theme URI:    
 Description:  Dazzling Child Theme
 Author:       Gary Chen
 Author URI:   
 Template:     dazzling
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, green, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  dazzling-child
*/

/* Table of content
-----------------------------------------------
1. Global
2. Content
3. Post styling
4. Singe Post/Page Pagination
4. Singe Post/Page Pagination
5. Media
6. Widgets
7. Buttons
8. Infinite Scroll
8. Custom Styles
9. Navigation
10. Comments
11. Attachment styling
12. Footer
13. Mobile Styling
14. Social icons
15. Call For Action
*/

/* =Global
----------------------------------------------- */

html {scroll-behavior: smooth;}

body {
  color: #6B6B6B;
  word-wrap: break-word;
  line-height: 1.7;
  font-size: 14px;
  overflow-x: hidden !important; /* Prevents horizontal scrolling */
}

a {
  color: #1FA67A;
  text-decoration: none;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}

a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.entry-content p, .entry-content li {margin: 0 0 1em;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.4em;
}

h1,
.h1 {
  font-family: 'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 1.1em;
  letter-spacing: -0.01em;
  text-align: center;
}

h2,
.h2 {
  font-size: 28px;
  letter-spacing: -0.02em;
  font-weight: 600;
  color: #000;
}

h3,
.h3 {
  font-size: 22px;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

h4,
.h4 {
  font-size: 18px;
  color: #004F66;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px;
}

h5,
.h5 {
  font-family: 'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 5px;
}


.title-bar {font-size: 2.5em; line-height: 1.8em; font-weight: 800; letter-spacing: 0.01em; font-family: 'Montserrat','Helvetica Neue',Helvetica,Arial,sans-serif;}
.title-bar span {padding: 0.3em 0.5em; -webkit-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2); -moz-box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2); box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.2);}

th {background-color: #F5F5F5;}
blockquote {border-left: none; padding: 0; margin: 0; font-family: Georgia, serif; font-size: 1.4em; line-height: 1.85;}

@media (max-width: 767px) {
  .entry-content p, .entry-content li {font-size: 14px; margin: 0 0 0.75em;}
  .title-bar {font-size: 1.75em;}
  h1, .h1 {font-size: 28px;}
  h2, .h2 {font-size: 22px;}
  h3, .h3 {font-size: 18px;}
  h4, .h4 {font-size: 16px;}
  blockquote {font-size: 1.2em; line-height: 1.5;}
}

.teal {color: #38bebb;}
.violet {color: #6770b5}
.red {color: #F26F71} /* Futures Primer: Uncertainties */
.blue {color: #4972C8;} /* Futures Primer: Givens */
.green {color: #60C65B;}
.purple {color: #8560a9;}
.orange {color: orange;}
.white {color:#FFF!important;}

.teal-bkg {background-color: #38bebb;}
.violet-bkg {background-color: #6770b5}
.red-bkg {background-color: #F26F71;}
.blue-bkg {background-color: #4972C8;}
.green-bkg {background-color: #60C65B;}
.purple-bkg {background-color: #8560a9;}
.white-bkg {background-color: #FFF;}
.lightyellow-bkg {background-color: rgb(255, 253, 222);}

.center {text-align: center!important;}
.right {text-align: right!important;}

.img-round {border-radius: 50%;    -moz-box-shadow: inset 0 0 8px rgba(0,0,0,0.5); -webkit-box-shadow: inset 0 0 8px rgba(0,0,0,0.5); box-shadow: inset 0 0 8px rgba(0,0,0,0.5);}


img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}
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 */
  *vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
select {
    width: 250px;
    border: 1px solid #DCE4EC;
    background-color: #FFF;
    height: 30px;
    padding: 5px;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
  -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
  -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  -moz-box-sizing:    content-box;
  box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  color: #666;
  border: 1px solid #E8E8E8;
  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%;
}

.contact-us input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  border: 1px solid #BBB;
}

/* Alignment */
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar */
}

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

/* =Slider
----------------------------------------------- */

.flexslider {max-height: 640px; background: #103D9D; overflow: hidden!important;}

.flexslider .slides img {width: 100%; vertical-align: bottom; bottom: 0;}

.flex-caption {display: block; top: 20%!important; text-align: center; width: 35%; margin-bottom: 5%;}

.flex-caption h2 {color: rgb(0, 255, 251); font-family: 'Montserrat', "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 2.4em; font-weight: 600; min-width: 100%;}

.flex-caption .excerpt {font-family: Georgia, serif; font-size: 1.5em; color: #EEE; max-width: 100%;}

.flex-caption h2, .flex-caption .excerpt {background: none; background-color: rgba(0, 0, 0, 0.5)!important; text-shadow: 1px 1px 5px rgba(0,0,0,0.7);}


@media (min-width: 768px) and (max-width: 992px) {
  .flex-caption {width: 75%;}
  .flex-caption h2 {font-size: 1.65em!important;}
  .flex-caption .excerpt {font-size: 1.25em;}
}

@media (max-width: 767px) {
  .flex-caption {display: block!important; position: relative!important; margin-left: 0; width: 100%; bottom: 0; margin-bottom: 0; padding: 15px;}
  .flex-caption h2 {font-size: 1.25em!important; margin-bottom:0.5em; color: #FFF; background: none!important; background-color: none!important; padding: 0;}
  .flex-caption .excerpt {font-size: 1em; background: none!important; background-color: none!important; padding: 0;}
  .flex-caption h2, .flex-caption .excerpt {text-shadow: none; letter-spacing: 0;}
  .flex-control-nav {display: none;}
  .flexslider .slides img {min-height: 267px; min-width: 640px; max-width: none; float: left;}
}

/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
  margin: 0 0 1.5em;
}
.byline,
.updated {
  display: none;
}
.single .byline,
.group-blog .byline {
  display: inline;
  margin-right: 0;
}
.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}
.page-links {
  clear: both;
  margin: 0 0 1.5em;
}
#content {
  margin-top: 40px;
  margin-bottom: 40px;
}
/* =Post styling
----------------------------------------------- */
.entry-meta a {
  font-size: 13px;
}
#main .page-header {
  margin-top: 0;
}

.entry-meta a {
  color: #6B6B6B;
}
.entry-meta .fa {
  font-size: 14px;
  margin-right: 3px;
  color: #004F66;
}
.entry-meta span {
  margin-right: 10px;
}
.entry-title {
  font-size: 36px;
  color: #444;
}
.entry-title a {
  color: #444;
}
.entry-title a:hover {
  color: #666;
}
.btn.btn-default.read-more {
  float: right;
  border: 1px solid #E8E8E8;
  color: #004F66;
  background-color: transparent;
  margin-top: 10px;
}
.btn.btn-default.read-more:hover {
  color: #FFF;
  background-color: #004F66;
}
.search .btn.btn-default.read-more {
  float: none;
}
hr.section-divider {
  border-color: #E8E8E8;
  margin-top: 50px;
  margin-bottom: 50px;
}

/* =Singe Post/Page Pagination
----------------------------------------------- */
.page-links span {
  display: inline-block;
  color: #fff;
  background-color: #004F66;
  border-radius: 4px;
  padding: 2px 10px;
  margin-left: 2px;
}
.page-links a span {
  background-color: inherit;
  border: 1px solid #E8E8E8;
  color: #004F66;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
.page-links a:hover span {
  background-color: #004F66;
  border: 1px solid #004F66;
  color: #fff;
}
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

/* =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;
}
.wp-caption {
  border: 1px solid #ccc;
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
  display: block;
}
.wp-caption-text {
  text-align: center;
  font-size: 0.8em; 
  color: #008E89;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}
.site-main .gallery {
  margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
  border: none;
  height: auto;
  max-width: 90%;
}
.site-main .gallery dd {
  margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

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

/* =Widgets
----------------------------------------------- */

.widget {
  margin: 0 0 1.5em;
}

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

/* Search widget */
.widget_search .search-submit {
  display: none;
}
.widget > ul > li,
li.recentcomments {
  border-bottom: 1px solid #EEE;
  position: relative;
  display: block;
  padding: 10px 0;
}
.widget ul li {
    list-style: none;
}
.widget ul {
    padding: 10px 10px;
}
.widget-title {
  border-bottom: 1px solid #eee;
}
.widget ul.nav.nav-tabs {
  padding: 0;
}
.tab-content ul li {
  list-style: none;
}
#secondary .widget_archive ul li:before,
#secondary .widget_categories ul li:before,
#secondary .widget_recent_comments ul li:before {
  font-family: fontawesome;
  margin-right: 10px;
}
#secondary .widget_archive ul li:before {
  content: '\f073';
}
#secondary .widget_categories ul li:before {
  content: '\f115';
}
#secondary .widget_recent_comments ul li:before {
  content: '\f0e5';
}
.tab-content .tab-thumb {
  float: left;
  margin-right: 8px;
  padding-top: 5px;
  float: left;
  line-height: 0px;
  width: 60px;
  height: 60px;
}
.tab-content li {
  overflow: hidden;
  list-style: none;
  border-bottom: 1px solid #f0f0f0;
  margin: 0 0 8px;
  padding: 0 0 6px;
}
.tab-content .tab-entry {
  display: block;
}
.tab-content > .active {
  border: 1px solid #E8E8E8;
  border-top: none;
}
.tab-content ul li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.tab-content .tab-entry {
  font-size: 14px
}
.tab-comment {
  font-size: 18px;
  padding: 0 10px;
}
.nav-tabs > li > a {
  border-bottom-color: transparent;
  text-transform: uppercase;
}
.tab-content i {
  font-size: 12px;
}
.tab-thumb.thumbnail {
  margin-bottom: 5px;
}
.tab-content #messages li:before {
  content: '\f0e5';
  font-family: fontawesome;
  float: left;
  padding-right: 10px;
  font-size: 20px;
  color: #004F66;
}

/* =Buttons
----------------------------------------------- */
.btn-default, .label-default {
  background-color: #004F66;
  border-color: #004F66;
}
.btn-default:hover, .label-default[href]:hover, .label-default[href]:focus, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, #image-navigation .nav-previous a:hover, #image-navigation .nav-next a:hover {
  background-color: #1b926c;
  border-color: #1b926c;
}
.btn.btn-default {
    color: #FFF;
}

.btn.btn-secondary {background-color: #FFF; border: 1px solid #BBB;}
.btn-secondary:hover {border: 1px solid #444;}

.btn.btn-dark {color: #fff; background-color: #343a40; border-color: #343a40;}
.btn-dark:hover {background-color: #222;}

/* =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;
}
#infinite-handle span {
  display: block;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
  border-radius: 4px;
  padding: 12px;
  background: transparent;
  border: 1px solid #E8E8E8;
  color: #004F66;
  -webkit-transition: all 0.2s;
     -moz-transition: all 0.2s;
       -o-transition: all 0.2s;
          transition: all 0.2s;
}
#infinite-handle span:hover {
  background-color: #004F66;
  color: #fff;
}
.woocommerce #infinite-handle {
    display: none;
}
.woocommerce div.product form.cart .variations label {
  color: #6B6B6B;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 8px;
}

/* =Custom Styles
----------------------------------------------- */
.site-branding {
  margin-top: 20px;
  margin-bottom: 20px;
}
.site-description {
  clear: both;
  color: #777;
  font-weight: 200;
  font-size: 14px;
}
.page-template-page-homepage-php .carousel {
  margin-top: -20px;
  margin-bottom: 20px;
}

#logo {padding: 5px;}

.goals, .faq {padding: 1em; min-height: 200px; background-color: #FBFBFB; border-radius: 1em; margin: 1em 0;}
.goals img {float: left; margin: 0 5% 5% 0; width: 40%; max-width: 150px; max-height: 150px;}
.goals p {font-size: 0.9em; line-height: 1.5em;}

.components, .needs-map {position: relative; background-color: #FFF; margin: 1em 0; border: 1px solid #CCC;}

.components {height: 100%; min-height: 560px;}
.components .btn {position: absolute; bottom: 0.5em; margin: 1em;}
.excerpt .btn {position: absolute; bottom: 2.15em; right: 1.5em;}
.components .excerpt, .needs-map .excerpt {padding: 0 1em 0.5em;}
.components .excerpt h3, .needs-map .excerpt h3 {font-size: 1.3em; line-height: 1.3; color: #222!important; margin-bottom: 1em;}
.components .excerpt p, .needs-map .excerpt p {font-size:0.85em; line-height: 1.5; color: #888;}
.components-phase {float: left; margin: 1em; top: 0.25em; position: absolute; background-color: #000; font-size: 16px; padding: 5px 10px; border-radius: 14px;}

.contact-card {display:block; font-weight:300; text-align: center; background:#38bebb; color:#FFF; width:100%; min-height:310px; padding:10px;}
.contact-card a {color: #FFF; text-decoration: underline;}

.box-centered {position: absolute; top: 40%; left: 0; right: 0;}

.section-home-updates {
  position: relative;
  padding: 6em 0 3em;
  margin-bottom: -15px!important;
  margin-left: calc(-50vw + 50%);
  width: 100vw!important;
  background: linear-gradient(to right, #60C65B 0%,#60C65B 50%,#4972C8 50%,#4972C8 100%);
}

.section-home-updates p {font-size: 1.15em; font-weight: bold; line-height: 1.4;}

@media (max-width: 991.98px) { 
	.section-home-updates {background: none; background-color: transparent; margin-bottom: -100px!important;}
	.whats-happening-now {background-color: #60C65B; padding: 4em 1em; margin-left: calc(-50vw + 50%); width: 100vw!important;}
	.public-engagement {background-color: #4972C8; padding: 4em 1em; margin-left: calc(-50vw + 50%); width: 100vw!important;}
}


.feature-image, .section-feature-image, .home-feature-image {
  display: table;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  position: relative;
  margin-left: calc(-50vw + 50%);
  width: 100vw!important;
  padding: 3em 0;
  z-index: 1;
}

.feature-image {
	margin-top: -40px; 
	height: 60vh; 
	max-height: 480px;
	-webkit-box-shadow: inset 0px -8px 8px 0px rgba(50,50,50,0.1);
    -moz-box-shadow: inset 0px -8px 8px 0px rgba(50,50,50,0.1);
    box-shadow: inset 0px -8px 8px 0px rgba(50,50,50,0.1);
}

.section-feature-image, .home-feature-image {height: 540px; margin-top: 4em; margin-bottom: 2em;}

.feature-video-bg {
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  margin-left: calc(-50vw + 50%);
  margin-top: -40px;
  width: 100vw;
  max-height: 85vh;
}

.feature-video {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -100;
}

.round-icon {margin: 10px 10px 10px 0; padding: 10px; border: 1px solid #CCC; border-radius: 50%;}

.feature-image-caption, .feature-video-caption {
  text-align: center;
  margin: 0 auto;
  font-size: 0.75em;
  color: #FFF;
  position: relative;
  z-index: 10;
  bottom: 35px!important;
}

@media (max-width: 767px) {
  .feature-image, .home-feature-image {height: 35vh; max-height: 300px;}
  .feature-image-caption, .feature-video-caption {display: none;}
  .feature-image, .section-feature-image, .home-feature-image, .feature-video-bg {width: 101vw;}
  .feature-video-bg {overflow: visible;}
  .entry-title h3 {font-size: 24px!important;}
}

/* =Navigation
----------------------------------------------- */

.site-main [class*="navigation"] a,
.more-link {
  border: 1px solid #E8E8E8;
  padding: 6px 12px;
  border-radius: 4px;
  display: block;
}
.site-main [class*="navigation"] a:hover,
.more-link:hover {
  color: #fff;
  background: #1FA67A;
  text-decoration: none;
}
.more-link {
  float: right;
  margin: 10px 0;
}
.site-main [class*="navigation"] {
  margin: 0 0 1.5em;
  overflow: hidden;
}
[class*="navigation"] .nav-previous {
  float: left;
}
[class*="navigation"] .nav-next {
  float: right;
  text-align: right;
}
.navbar.navbar-default {
  background-color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: -2px;
  border-bottom: 1px solid #eee;
  font-size: 1.2em;
}
.navbar-default .navbar-nav > li > a {
  color: #999;
  line-height: 30px;
}
.navbar > .container .navbar-brand {
  color: #1FA67A;
  font-size: 24px;
  margin: 8px 0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  border-right: none;
  border-left: none;
}
.navbar {
  border-radius: 0;
}
.navbar-default {
  border: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
  color: #fff;
  background-color: #1FA67A;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #333;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.dropdown-menu > li > a {
  padding: 14px 20px;
  color: #333;
  font-size: 1.2em;
  font-weight: 600;
}
.dropdown-menu,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  border: none;
}
.dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a {
  background-color: #1FA67A;
  color: #fff;
}

.dropdown-menu .divider {
  background-color: rgba(0, 0, 0, 0.1);
}
.navbar-nav > li > .dropdown-menu {
  padding: 0;
}
.navbar-nav > li > a {
  padding-top: 18px;
  padding-bottom: 18px;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent;
}
.nav.navbar-nav {
  float: right;
}
@media (max-width: 767px) {
  .nav.navbar-nav {
    float: none;
  }
}

/* =Attachment styling
----------------------------------------------- */
#image-navigation .nav-previous a,
#image-navigation .nav-next a{
  padding: 5px 20px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  display: block;
}
#image-navigation .nav-previous a:hover,
#image-navigation .nav-next a:hover{
  background-color: #1FA67A;
  color: #fff;
}
#image-navigation .nav-previous,
#image-navigation .nav-next {
  margin: 10px 0;
}

/* =Footer
----------------------------------------------- */

.agency-logos-row {
  margin-top: 25px;
}

.agency-logo, .agency-logo a {
  opacity: 0.4;
  filter: alpha(opacity=40); /* For IE8 and earlier */
}

a.agency-logo:hover, a.agency-logo:focus  {
  opacity: 1.0;
  filter: alpha(opacity=100); /* For IE8 and earlier */
}

#footer-area {
  background-color: #313233;
  color: #888;
  font-size: 12px;
}
#footer-area a {
  color: #ccc;
}
#footer-area .footer-widget-area {
  padding: 40px 0 20px 0;
  overflow: hidden;
}
#footer-area ul li {
  border-bottom: 1px solid #444;
}
#footer-area .site-info nav ul li {
  border-bottom: none;
}
#footer-area .tab-content > .active {
  border: none;
}
#footer-area .nav-tabs > li.active > a, #footer-area .nav-tabs > li.active > a:hover, #footer-area .nav-tabs > li.active > a:focus {
  background-color: transparent;
}
#footer-area .tab-content .tab-entry {
  font-size: inherit;
}
#footer-area .widgettitle {
  font-size: 14px;
  color: #38bebb;
  margin-top: 0px;
}
#footer-area #social ul li {
  border-bottom: none;
}
#footer-area .widget ul li {
  padding: 10px 0;
  list-style: none;
}
.footer-nav.nav > li {
  position: relative;
  display: inline-table;
}
.footer-nav.nav {
  float: left;
  margin-bottom: 2px;
}
.copyright {
  margin-top: 10px;
  float: right;
  text-align: right;
}
#colophon {
  background-color: #1F1F1F;
  padding: 10px 0;
  border-top: 1px solid #3A3A3A;
}
.site-info a {
  color: #777;
}
.site-info a:hover {
  color: #999;
}
#footer-area a:hover {
  color: #fff;
}
.site-info {
  color: #999;
  font-size: 12px;
}
.footer-nav.nav > li > a:hover {
    background-color: transparent;
}
.scroll-to-top {
  background: #3B3B3B;
  background: rgba(0, 0, 0, 0.4);
  color: #FFF;
  bottom: 4%;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  font-size: 16px;
  padding: 2px 10px;
  border-radius: 4px;
  -webkit-transition: background-color 0.1s linear;
     -moz-transition: background-color 0.1s linear;
       -o-transition: background-color 0.1s linear;
          transition: background-color 0.1s linear;
}
.scroll-to-top:hover {
  background: #1FA67A;
  opacity: .8;
}

/* =Mobile Styling
----------------------------------------------- */

@media (max-width: 768px) {
  .pull-right {
    float: none !important;
  }
  .pull-left {
    float: none !important;
  }
  .site-info, .copyright {
      text-align: center;
  }
  .footer-nav.nav, .copyright {
    float: none;
  }
  .flex-caption {
    display: none;
  }
  .navbar > .container .navbar-brand {
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a {
    line-height: 20px;
    padding: 15px 10px;
  }
}

/* =Social icons
----------------------------------------------- */

.top-bar {
    border-bottom-color: #E8E8E8;
}
#social a {
    font-size: 32px;
    margin: 6px;
    color: #E8E8E8;
}
#social {
    top: 0;
    position: relative;
    text-align: center;
}
#social ul li {
  list-style: none;
  display: inline-block;
  padding: 0 10px;
}
#social ul {
  margin-bottom: 0;
  padding: 0;
}
#social li a span {
  display: none;
}
.fa-googleplus:before {
  content: "\f0d5";
}
#social li,
#social ul {
    border: 0!important;
    list-style: none;
    padding-left: 0
}
#social li a[href*="twitter.com"] .fa:before,
.fa-twitter:before {
    content: "\f099"
}
#social li a[href*="facebook.com"] .fa:before,
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}
#social li a[href*="github.com"] .fa:before,
.fa-github:before {
    content: "\f09b"
}
#social li a[href*="/feed"] .fa:before,
.fa-rss:before {
    content: "\f09e"
}
#social li a[href*="pinterest.com"] .fa:before,
.fa-pinterest:before {
    content: "\f0d2"
}
#social li a[href*="plus.google.com"] .fa:before,
.fa-google-plus:before {
    content: "\f0d5"
}
#social li a[href*="linkedin.com"] .fa:before,
.fa-linkedin:before {
    content: "\f0e1"
}
#social li a[href*="youtube.com"] .fa:before,
.fa-youtube:before {
    content: "\f167"
}
#social li a[href*="instagram.com"] .fa:before,
.fa-instagram:before {
    content: "\f16d"
}
#social li a[href*="flickr.com"] .fa:before,
.fa-flickr:before {
    content: "\f16e"
}
#social li a[href*="tumblr.com"] .fa:before,
.fa-tumblr:before {
    content: "\f173"
}
#social li a[href*="dribbble.com"] .fa:before,
.fa-dribbble:before {
    content: "\f17d"
}
#social li a[href*="skype.com"] .fa:before,
.fa-skype:before {
    content: "\f17e"
}
#social li a[href*="foursquare.com"] .fa:before,
.fa-foursquare:before {
    content: "\f180"
}
#social li a[href*="vimeo.com"] .fa:before,
.fa-vimeo-square:before {
    content: "\f194"
}
#social li a[href*="spotify.com"] .fa:before,
.fa-spotify:before {
    content: "\f1bc"
}
#social li a[href*="soundcloud.com"] .fa:before,
.fa-soundcloud:before {
    content: "\f1be"
}

@media (max-width: 992px) {
  .site-branding {
    text-align: center;
  }
  #social {
    top: 0;
    float: none;
    text-align: center;
  }
  .side-pull-left .main-content-inner, .side-pull-right .main-content-inner{
    float: none;
  }
}

/* =Call For Action
----------------------------------------------- */

.cfa{
  padding: 30px 0px;
  background: #1FA67A;
  text-align: center;
  overflow: hidden;
}
.cfa-text{
  font-size: 22px;
  color: #fff;
  display: block;
  padding-top: 10px;
}
.cfa-button {
  background-color: transparent;
  color: #fff;
  padding: 15px 30px;
  border-color: #fff;
}
.cfa-button a,
.cfa-button a {
  color: #fff;
}
.cfa-button:hover {
    background-color: #fff;
    color: #004F66;
}
.cfa-button:hover a {
    color: #004F66;
}
/* Layout */
.side-pull-left #primary{
    float: left;
}
.side-pull-right #primary{
    float: right;
}
.no-sidebar #secondary, .full-width #secondary{
    display: none;
}
.no-sidebar #primary{
    float: none;
    margin: 0 auto;
}
.full-width #primary{
    width: 100%;
}

/* =Subway Vision Map
----------------------------------------------- */

.x-toolbar {
    border-color: #FFF;
    background-color: #FFF!important;
    background-image: none!important;
}

/* =Same Column Height
----------------------------------------------- */

.row.match-my-cols {
    overflow: hidden; 
}

.row.match-my-cols [class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

/* =Futures Primer
----------------------------------------------- */
.futures {font-family: 'Oswald', sans-serif; font-size: 3.5em; line-height: 1.25; font-weight: 400; text-transform: uppercase; color:#FFF; padding: 0.1em 0.25em 0.15em;  text-shadow:2px 2px 8px rgba(0,0,0,0.85);}
.futures-tagline {color:#FFF; font-family: 'Georgia', serif; text-shadow:2px 2px 8px rgba(0,0,0,0.85); font-size:3.5vw; line-height: 1.1em; letter-spacing: 0.002em;}

.primer-uncertainties a, .primer-givens a {color:#000;}
.primer-uncertainties h2, .primer-uncertainties a:hover, .primer-uncertainties a:focus {color:#F26F71!important;}
.primer-givens h2, .primer-givens a:hover, .primer-givens a:focus {color:#60C65B!important;}
.primer-uncertainties a:hover, .primer-uncertainties a:focus, .primer-givens a:hover, .primer-givens a:focus {color: #333;}

.futures-menu-field {margin: 1em 0;}
.futures-menu > li > a {padding: 8px 20px; color: #333;}
.menu-givens a:hover {background: #60C65B!important;}
.menu-uncertainties a:hover {background: #F26F71!important;}

.futures-toc-header {color: #FFF!important; padding: 4px 20px}
.futures-toc {display: block; padding: 10px 20px; background: #FAFAFA; font-size: 85%; font-family: 'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif;}
.futures-toc a {display: inline-block; padding: 4px 0;}
.futures-link {display: table; width: 100%; clear: both; /*border-top: 1px solid #EEE; padding: 0 10px;*/ margin-bottom: 20px;}
.futures-link-img {display: inline-block; float: left; width: 170px; height: 170px; margin: 10px 25px 10px 0; -moz-box-shadow: inset 0 0 1em rgba(0,0,0,0.2); -webkit-box-shadow: inset 0 0 1em rgba(0,0,0,0.2); box-shadow: inset 0 0 1em rgba(0,0,0,0.2);}
.futures-link-text {font-size: 90%; line-height: 1.4em; color: #777;}
.futures-link-text h3 {font-size: 1.35em; margin-top: 10px;}

.futures-component {display: table; text-align: center; width: 100%; height: 15em; border-radius: 0.5em; margin: 1em 0; -moz-box-shadow: inset 0 0 2em rgba(0,0,0,0.5); -webkit-box-shadow: inset 0 0 2em rgba(0,0,0,0.5); box-shadow: inset 0 0 2em rgba(0,0,0,0.5);}
.futures-component h2 {font-size: 1.75em; line-height: 1.25em; color: #FFF; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.75);}
.futures-component .overlay-givens, .futures-component .overlay-uncertainties {display: table-cell; vertical-align: middle; width: 100%; height: 100%; padding: 2em; margin: auto; border-radius: 0.7em; background: rgba(0,0,0,0.3); }
.futures-component:hover .overlay-givens {background: rgba(96,198,91,0.7); transition: ease 0.65s;}
.futures-component:hover .overlay-uncertainties {background: rgba(242,111,113,0.7); transition: ease 0.65s;}

/****
.futures-component {text-align: center}
.futures-component h3 {font-size: 1.2em; color: #4972C8;}
.futures-component-img {display: inline-block; width:200px; height: 200px; border-radius: 50%; margin: 0.25em auto;}
****/

@media (max-width: 767px) {
  .futures {font-size: 2.25em;}
  .futures-tagline {font-size: 2em;}
  .futures-menu-field {width: 100%; margin-top: 0;}
  .futures-link-img {width: 100px; height: 100px; margin: 10px 18px 10px 0;}
  .container {padding-right: 5px; padding-left: 5px;}
}

.container {padding-right: 8px; padding-left: 8px;}


/* =Monitoring the Vision
----------------------------------------------- */
.objective, .metric, .trend {font-family: 'Montserrat',"Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 0.75em; font-weight: 700; line-height: 1; padding: 0.15em 0.4em; border: 2px solid; margin-right: 0.5em;}
.objective {color: #FFF; border-color: #38bebb; background-color: #38bebb;}
.metric {color: #FFF; border-color: #6770b5; background-color: #6770b5;}
.trend {color: #6770b5; border-color: #6770b5;}
.small-txt {font-size: 0.75em; line-height: 1.4; color: #999;}
@media (max-width: 767px) {
	.small-txt {font-size: 0.75em!important;}
}

.mtv-data-container {
	margin: 25px 15px; 
	background-color: #FFF; 
	position: relative; 
	-webkit-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.1);
    box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.1);
}
.mtv-data-header {background-color: #3a3e5f; color: #FFF; padding-top: 12px; padding-bottom: 12px;}
.mtv-data-header h3 {font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-weight: 700; font-size: 1.25em; text-transform: none; color: #FFF; margin-top: 0; margin-bottom: 0;}
.mtv-data {padding-top: 20px; padding-bottom: 20px;}
.mtv-button {font-size: 0.8em; margin: 1em 0;}
.mtv-navbutton {display: block; width: 100%; padding: 6px; border: 1px solid; border-radius: 1.5em;}
.mtv-metric-container {border-top: 1px solid #BBB; padding-left: 0; padding-right: 0;}
.mtv-historic-data-container, .mtv-progress-container {background-color: rgb(255, 253, 222); padding-left: 0px; padding-right: 0px;}
.legendSwatch {float: left; width: 2.2em; height: 1.2em; margin-right: 0.65em; background-repeat: no-repeat; background-size: cover;}
.legend {color:#333; font-weight: bold;}
.circle-label-solid {font-weight: bold; width: 2em; height: 2em; padding: 0.5em; color: #FFF; border-radius: 50%;}

/* =Events Calendar
----------------------------------------------- */
.tribe-events-page-title {font-size: 2.5em; font-weight: 800;}
.events-archive.events-gridview #tribe-events-content table .type-tribe_events {margin: 0; font-weight: bold;}
h1.tribe-events-single-event-title, h3.tribe-events-list-event-title {font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; text-align: left;}
h3.tribe-events-list-event-title {font-size:1.35em!important; font-weight: bold;}
.tribe-events-schedule h2 {background-color: #38bebb; color: #FFF; padding: 0.4em 0.5em;}
h2.tribe-events-single-section-title {color: #38bebb;}
.single-tribe_events .tribe-events-event-meta {background: #FFF; border: 1px solid #DDD; border-radius: 0.5em; font-size: 1em;}
.single-tribe_events #tribe-events-footer {border-top: none;}
h3.summary {font-size: 1.4em; padding: 12px; margin: 0;}
.tribe-events-tooltip .tribe-events-event-body {font-size: 1em; padding: 12px;}
.tribe-events-abbr .tribe-event-date-start {color: #000; font-size: 1.2em; font-weight: bold;}
#tribe-events-content .tribe-events-abbr {font-weight: bold;}
.tribe-events-loop .tribe-events-event-meta {font-size: 1em;}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {color: #38bebb;}
.tribe-events-list-separator-month {background-color: #38bebb; font-size: 1.25em; color: #FFF;}