html, body{
	width: 100%;
	height: 100%;
	-webkit-text-size-adjust: none;
	margin: 0px;
    padding: 0px;

}

body {
	font-size: 14px; /* 16px */
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	position: relative;
	line-height: 1.55;
	color: #000;

}

.navbar-default .navbar-nav>.active>a {
	background-image: none;
}

span.select2-container {
	width: 100% !important;
}



.navbar-nav>li>ul>li>a:hover {
	background-image: none;
	background-color: transparent;
}

.tooltip  {
	font-size: 16px !important;
}

.tablesorter-filter-row {
	background: #fff;
}

 .row.equal {
    display: flex;
    flex-wrap: wrap;
  }

.homepage-blurb .news a, .homepage-blurb .news a:hover {
	text-decoration: none;
	border-bottom: 0;
}

h1 {
	font-weight: bold;
	font-size: 2em;
	color: #000;
	line-height: 1.36;
	font-family: "korolev-condensed", "Open Sans Condensed", Helvetica, Arial, sans-serif;
}



.ui-dialog-titlebar-close:before {

	color: #666;
	content: '\f00d'; /* You should use \ and not /*/
	font-family: "FontAwesome"; /* This is the correct font-family*/
	font-style: normal;
	font-weight: normal;
	font-size:24px;
}

.ui-dialog-titlebar-close {
	top: 30% !important;
	right: 1em !important;
	background: transparent;
	border: 0;
}

.donate.btn{
	margin: 10px auto;
	text-align: center;
	font-weight: bold;
	font-size: 1.3em;
	border-radius: 0;
	background: #8cc63f;
	border: 0;
}

.donate.btn a{
	color: #fff;

}

.ui-widget {
	font-family: inherit !important;
	font-size: inherit !important;
}

.ui-widget-content {
	color: inherit !important;
}

.ui-widget-overlay {
	background: #000 !important;
	opacity: .5 !important;
}

.ui-widget.ui-widget-content {
    /* max-width: 500px; */
    width: 30% !important;
    left: 50% !important;
    transform: translateX(-50%);
}

.ui-dialog {
	padding: 0 !important;
}

.ui-corner-all {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
}

.ui-button, .ui-button:hover {
	border: 0 !important;
	background: transparent !important;
}

.ui-widget-content a {
	color: #337ab7 !important;
}

.ui-widget-header {
	background: #fff !important;
	border: 0 !important;
}

.ui-dialog .ui-dialog-title {
	font-size: 21px;
    font-weight: normal;
}

/* datatables */



table.dataTable tbody td {
	border-bottom: 1px solid #ccc;
}

.dataTables_wrapper .dataTables_filter input  {
	padding: 0.375rem 0.75rem;
	min-width: 300px;
	color: #333;
	font-weight: normal;
}

table.dataTable thead th {
	padding: 10px 18px 0 18px !important;
}

.dataTables_length {
	margin-right: 30px;
}

.dataTables_length label {
	font-weight: normal;
}

table.dataTable tr {
	background: #ddd;
}

table.dataTable th {
	border-bottom: 1px solid #ddd !important;
}



table.dataTable thead .sorting_asc {
  background-image: none;
}
table.dataTable thead .sorting_desc {
  background-image: none;
}
table.dataTable thead .sorting {
  background-image: none;
}

span.arrow-hack {
  margin-left: 5px;
}
span.asc {
  background: url("//cdn.datatables.net/1.11.5/images/sort_asc.png") no-repeat center right;
}
span.desc {
  background: url("//cdn.datatables.net/1.11.5/images/sort_desc.png") no-repeat center right;
}
span.sort {
  background: url("//cdn.datatables.net/1.11.5/images/sort_both.png") no-repeat center right;
}

// Attendee Signup Form 

.attendee-signup-form label {
	display: block !important;
}


.donate.btn a:hover {
	color: #fff;
	text-decoration: none;
}


.green {
	height: 200px;
	width: 200px;
	padding: 20px;
	background: #8dc549;
	color: #fff;
	display: inline-block;
	margin-right: 15px;
}

.blue {
	height: 200px;
	width: 200px;
	padding: 20px;
	background: #337ab7;
	color: #fff;
	display: inline-block;
}

.modal {
	overflow: visible;
}


/*** home page only **/

.jumbotron h1 {
	font-size: 4em;
	font-weight: bold;
	color: #fff;
	font-family: "korolev-condensed", "Open Sans Condensed", Helvetica, Arial, sans-serif;
	/* text-transform: uppercase; */
	position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
	line-height: 1;
}

h2 {
	font-weight: bold;
	font-size: 1.66em;
	line-height: 1.36;
	font-family: "korolev-condensed", "Open Sans Condensed", Helvetica, Arial, sans-serif;
}

.bio h2 {
	text-align: center;
	background: #8cc63f;
}

.navbar h2 {
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
	line-height: normal;
	color: #3a3e3f;
	position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
	font-family: "korolev-condensed", "Open Sans Condensed", Helvetica, Arial, sans-serif;
}

.acf-tab-wrap.-left .acf-tab-group li.active a {
    border-color: #DFDFDF;
    color: #000;
    margin-right: -1px;
    background: #fff;
}

h2.home {
	font-weight: 800;
    font-size: 1.8em;
    line-height: 1.5;
    width: 60%;
    margin: 10% auto 10%;
    text-shadow: 0 0 5px #000;
	font-family: "korolev-condensed", "Open Sans Condensed", Helvetica, Arial, sans-serif;
}

h3 {
	color: #333;
	font-family: "korolev-compressed", "Open Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 3em;
    /* text-transform: lowercase; */
}

h4 {
	font-family: "korolev-condensed", "Open Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.33em;
	font-weight: normal;
	line-height: 1.2;
	color: #393f41;
}

em, i {
	font-style: italic;
}

strong, b {
	font-weight: bold;
}

blockquote{
	font-size: 1.39em;
	font-weight: normal;
	margin: 2em 0;
	color: #153807
}

.dropdown-menu>li>a:hover{
	background-color: transparent;
	color: #1b75bc !important;
}
a {
	cursor: pointer;
}

a:hover, a:hover img{
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-decoration: underline;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	background-color: transparent;
}

.main ul {
    list-style: disc outside none;
    padding-left: 50px;
}

.home-page .jumbotron {
	/* background: url("/SNAPP/wp-content/themes/wpbootstrap/img/turtle-guy-1600.jpg") no-repeat center center; */
    background-size: cover;
    height: auto !important;
    max-width: 100%;
    margin-bottom: 0;
    color: #fff;
}

.home-page-2 .jumbotron {
    background: url("/wp-content/themes/SNAPP/img/woman-blue-bowl-1600.jpg") no-repeat center center;
    background-size: cover;
    height: auto !important;
    max-width: 100%;
    margin-bottom: 0;
    color: #fff;
}

.home-page-3 .jumbotron {
	background: url("/wp-content/themes/SNAPP/img/turtle-guy-1600.jpg") no-repeat center center;
    background-size: cover;
    height: auto !important;
    max-width: 100%;
    margin-bottom: 0;
    color: #fff;
}

.main .jumbotron {
	width: 100%;
	height: 300px;
	background-color: transparent;
	background-size: cover;
	border-radius: 0;
	padding-bottom: 0;
	padding-top: 30px;
}

.home-page .jumbotron {
	text-align: left;
}

.home-page .jumbotron .container, .home-page-2 .jumbotron .container, .home-page-3 .jumbotron .container {
	padding: 15px 0;
	/* width: 60%; */
	text-align: center;
}

.home-page section .container, .home-page-2 section .container, .home-page-3 section .container   {
	padding: 20px 0;
}

.home-page .jumbotron p {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: normal;
}

.home-page .head1, .home-page-2 .head1, .home-page-3 .head1 {
	font-size: 4em;
    font-weight: 800;
    line-height: 1.4;
    text-transform: uppercase;
}

.home-page .head2 .caption-block {
	background-color: rgba(14, 13, 13, 0.34);
	font-size: 1.4em;
}

.home-page .head3 .caption-block {
	background-color: rgba(255, 255, 255, 0.34);
	font-size: 1.4em;
	color: #000;
}

.home-page .home-container, .home-page-2 .home-container , .home-page-3 .home-container{
    position: absolute;
    width: 100%;
    bottom: 0;
}


.wg-image-600 img{
	margin: 10px auto 10px;
	border-radius: 3px;
}

.cols2 {
  column-count: 2;
  column-gap: 20px;
}

.cols2 > div, .cols3 > div {
	padding-bottom: 10px;

	-webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;

               page-break-after: avoid;
    overflow: hidden;

}

.cols3{
	column-count: 3;
	column-gap: 20px;
	-moz-column-fill: balance;
       column-fill: balance;

       -webkit-column-break-inside: avoid;
          page-break-inside: avoid;
               break-inside: avoid;

}



input.tablesorter-filter{
	border: 1px solid rgb(166, 166, 166);
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important; */
}

/*.card-block {
	    padding: 10px 20px;
} */

.homepage .card-block {
	padding: 0;
}

.homepage .card-details {
	padding: 10px 20px;
}

.card-block-challenge {
	padding: 0;
}

.challenge-title {
	color: #50a1cc;
	font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2;
	margin: 10px 0;
	text-align: center;
	text-transform: uppercase;
	font-family: "korolev-compressed", "Open Sans Condensed", Helvetica, Arial, sans-serif;
}

.whats-new .card-block {
	padding: 10px 0;
}



.card {
	border: 1px solid #00aeef;
	padding: 20px 0;
}

.homepage .card {
	border: 1px solid #00aeef;
}

.card-text {
	min-height: 100px;
	font-size: 1.2em;
}

.card-title {
	/* font-size: 1.3em; */
	line-height: 1.2;
	font-weight: normal;
	color: #8cc63f;
	/* text-align: center; */
	padding: 10px 0;
}

.card-block .recent-solution img {
	height: 180px;
}

.card-legend {
	background: #8dc549;
    margin: 10px 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 0 40px;
    position: relative;
      display: flex;
  justify-content: center;
  align-items: center;
}

.card-legend span {
	position: absolute;
	font-size: 1.2em;
}

.our-teams .card-legend span {
	position: absolute;
	font-size: 0.9em;
}

.our-teams .card a:hover {
	text-decoration: none;
}

.board-image img{
	border-radius: 50%;
}

.advisory-council {
	padding: 20px;
}


.main {
	/* padding: 80px 0 20px 0; */
	background: #fff;
	margin-top: 80px;
}

.working-group .main {
	padding: 80px 0 20px 0;
}

.home-page .main, .home-page-2 .main, .home-page-3 .main {
	padding-top: 100px;
	min-height: 600px;
	background: transparent;
	position: relative;
}

.col-md-12 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.banner-credit {
	background-color: rgba(14, 13, 13, 0.34);
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 1.2em 1em 2em 1em;
    bottom: 0%;
    right: 0%;
}

.banner-credit div {
	font-size: 1.7em;
	text-align: left;
	width: 60%;
	margin: auto;
}

.left {
	float: left;
	width: 50%;
	text-align: left;
}

.right {
	float: left;
	width: 50%;
	text-align: left;
}

.navbar-default {
    background: #333;
}

.our-work-two .navbar-default {
	background: #47aa42;
}

.home-page .navbar-default {
	background-color: #333;
}


.navbar-nav>li>a{
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	padding-top: 20px;
	color: #fff !important;
	padding-bottom: 20px;
	white-space: pre-wrap;
}

.navbar-nav>li>ul>li>a {
	text-transform: uppercase;
	font-style: normal;
	font-weight: bold;
	padding-top: 10px;
	color: #fff !important;
	padding-bottom: 10px;
	white-space: pre-wrap;
}



.navbar {
	margin-bottom: 0;
}

.our-work-two .navbar-nav>li>a {
	color: #fff !important;
}

.navbar-nav>li>a:hover {
	color: #1b75bc !important;
}

.navbar-fixed-top {
	/* border-bottom: 1px solid #999;
	height: 80px; */
	/* position: relative; */
	width: 100%;
	/* padding-bottom: 10px; */
}

.navbar-nav>li#menu-item-369>img {
	padding-top: 5px;
	cursor: pointer;
}

.navbar-nav>li>a:hover{
	color: #2a378f;
}

.icon-bar {
	background: #fff;
	width: 100% !important;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.icon-text {
	font-size:0.8em;
	color: #fff;
	text-align:center;
	text-transform: uppercase;
	font-weight: 500;
}

.our-work-two .icon-bar {
	color: #fff;
	background-color: #fff !important;
}

.our-work-two .icon-text {
	color: #fff;
}

.navbar>.container .navbar-brand {
	margin-left: 0;
	margin-bottom: 10px;
}
.navbar-brand {
	position: relative;
	padding: 5px 0;
}

.navbar-brand div {
	color: #fff;
	font-weight: 500;
	font-size: 1.5em;
	line-height: 1.36;
	cursor: pointer;
}

.our-work-two .navbar-brand div {
	color: #fff;
}

.navbar-brand div img {
	width: 250px;
}

.navbar-right {
	margin-right: 0;
	margin-top: 20px;
}

.navbar-nav>li:hover, .navbar-nav>li>a:hover {
	background: transparent;
}

.home-page .head2, .home-page-2 .head2, .home-page-3 .head2  {
	padding: 25px 0;
	font-size: 2em;
}

.working-group-detail {
	font-size: 1.1em;
}

.home-page .head2>div, .home-page-2 .head2>div, .home-page-3 .head2>div {
	width: 75%;
	margin: auto;
	text-align: center;
	color: #8dc549;
    font-weight: 700;
    font-style: normal;
    font-family: "korolev-compressed", "Open Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 1.9em;
}

.working-group-detail .head2>div {
	font-size: 3em;
	text-align: left;
	margin: auto;
	color: #8dc549;
    font-weight: 700;
    font-style: normal;
    font-family: "korolev-compressed", "Open Sans Condensed", Helvetica, Arial, sans-serif;
}

.navbar-default .navbar-nav>.active>a, .navbar-nav>li.current-menu-item>a, .navbar-nav>li.current-page-ancestor>a {
	color: #4773b8 !important;
	background-color: transparent;
}



.navbar-nav>li.current-menu-parent>a, .navbar-nav>li>ul>li.current_page_item>a{
	color: #4773b8 !important;
	background-color: transparent;
}


.header-search-open {
	position: absolute;
    display: block;
    width: 320px;
    top: 50px;
    right: 0;
    border-radius: 2px;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.15), 0px 0px 0px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.15),0px 0px 0px 1px rgba(0,0,0,0.2);
    box-shadow: 0px 20px 50px 0px rgba(0,0,0,0.15), 0px 0px 0px 1px rgba(0,0,0,0.2);
    -webkit-animation: appear-top 0.25s ease-out forwards;
    -moz-animation: appear-top 0.25s ease-out forwards;
    -ms-animation: appear-top 0.25s ease-out forwards;
    -o-animation: appear-top 0.25s ease-out forwards;
    animation: appear-top 0.25s ease-out forwards;
}

.header-search-open form {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.header-search-open input {
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #80b759;
    background: #fff;
    display: inline-block;
    width: 77%;
    float: left;
    padding: 0 5px;
    font-size: 1em;
    height: 30px;
    margin: 0;
    border-radius: 5px 0 0 5px;
    color: #999;
}

.header-search-open button {
    width: 20%;
    display: inline-block;
    float: left;
    padding: 0;
    border: 1px solid #4773b8;
    background-color: #4773b8;
    color: #fff;
    text-indent: 0;
    height: 30px;
    margin: 0;
    border-radius: 0 5px 5px 0;
}

.photos p {
	color: #9B9B9B;
    font-weight: bold;
    font-size: 0.75em;
}

/**** Inner Pages ***/

.jumbotron {
	position: relative;
}

.jumbotron .container {
	position: relative;
	height: 300px;
}

.jumbotron .container .title {
	position: absolute;
	bottom: 0;
	font-size: 4.5em;
	font-weight: bold;
	/* letter-spacing: -0.03em; */
	text-transform: uppercase;

}

.title span {
    display: block;
        line-height: 0;
    letter-spacing: normal;
    text-transform: lowercase;
    padding-bottom: 20px;
}

.working-group .jumbotron .container {
	text-align: left;
}

.pre-wg-category {
	padding: 20px 0;
}

.main li:before {
    font-family: 'FontAwesome';
    content: '\f101';
    margin:0 5px 0 -15px;
}

.main li {
	list-style: none;
	}

.title {
	color: #fff;
	font-size: 4em;
	font-weight: 900;
	font-style: normal;
	font-family: "korolev-condensed", "Open Sans Condensed", Helvetica, Arial, sans-serif;
}

.threeColumns {
	-webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-column-count: 3;
       -moz-column-count: 3;
            column-count: 3;
}

.threeColumns > div {
	padding: 10px 0;
}

.wg-categories li {
	list-style: none;
	padding-left: 50px;
}

.label.New {
	background-color: #5cb85c;
}

.label.Ongoing {
	background-color: #5bc0de;
}

.label.Completed {
	background-color: #777;
}

.wg-status .status-label {
	font-size: 2em;
	padding-left: 10px;
	font-weight: normal;
	color: #777;
	text-transform: uppercase;
}

.wg-status .status-label.New{
	color:#5cb85c;
}

.wg-status .status-label.Ongoing{
	color:#5bc0de;
}


#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    text-align: center;
    line-height: normal;
    background: #50a1cc;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 0;
    text-decoration: none;
    opacity: 0;
    padding: 5px 10px;
}

#back-to-top.show {
    opacity: 1;
}

#back-to-top i.fa {
    color: #fff;
    font-size: 2em;
    padding-right: 0;
}

#back-to-top span {
    display: block;
    color: #fff;
    font-size: 1em;
    line-height: normal;
}

.support {
	background: #8cc63f;
	padding: 10px 20px;
	font-size: 1.3em;
	float: right;
	border-radius: 0;
	cursor: pointer;
}

.working-group-detail .table>tbody>tr>td, .working-group-detail .table>tbody+tbody {
	border-top: 0;
}

.working-group-detail .table {
	margin-top: 20px;
}


/*** footer ****/

footer {
	position: relative;
	width: 100%;
	background: #333;
	color: #fff;

	/* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#333), to(#5b5b5b));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(top, #333, #5b5b5b);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(top, #333, #5b5b5b);

  /* IE 10 */
  background: -ms-linear-gradient(top, #333, #5b5b5b);

  /* Opera 11.10+ */
  background: -o-linear-gradient(top, #333, #5b5b5b);
}

footer .logos {
	padding: 10px 0;
}

footer .founding-partners>div {
	text-align: left;
	padding-bottom: 10px;
}

footer .founding-partners div {
    padding-bottom: 10px;
}

footer .founding-partners ul {
	vertical-align: bottom;
}

footer .founding-partners li {
	display: inline-block;
   text-align: center;
   width: 30%;
   cursor: pointer;
  }

footer .logos .col-md-4 {
	text-align: center;
}

footer .logos .col-md-4 img {
	padding: 10px 0;
}

footer .fa {
	font-size: 2em;
}

footer .row {
	padding: 10px 0;
}

footer .copy {
	/* text-align: right; */
}

footer .tagline {
	/* text-align: center; */
	font-style: italic;
}

.footerissticky {
    position: fixed;
    bottom: 0px;
}

.fa {
	padding-left: 20px;
	cursor: pointer;
}

.fa:hover {
	color: #1b75bc;
}

.fa:first-child {
	padding-left: 0;
}

.fa-search {
	color: #fff;
	padding-top: 20px;
}

.our-work-two .fa-search {
	color: #fff;
}


footer .acknowledgements {
	border-top: 1px solid #fff;
	padding: 20px 0;
}

#menu-item-369 a:hover {
	background: transparent;
}

.orgs img {
	cursor: pointer;
}


.super-footer {
	float: left;
	text-align: center;
    margin: 10px auto 10px;
}

.super-footer > li {
	float: left;
	width: 33%;
	padding: 0 15px;
}

.founding-partners {

	font-weight: bold;
	font-size: 1.4em;
}

.acknowledgements> div {
	padding-bottom: 10px;
}


.founding-partners img {
	cursor: pointer;
}

.super-footer .orgs img {
    float: left;
    margin: 1em 1em 1em 0;
}

footer .left {
	width: 50%;
	float: left;
}

footer .right {
	width: 50%;
	float: right;
	text-align: right;
}

.wg-image {
	width: 40%;
    text-align: right;
}

.wg-image img {

    margin: 20px 0;
}

.working-group h1 {
	text-transform: uppercase;
}

.working-group h1 div {
	text-transform: initial;
    font-size: 1.6em;
}

.summary {
	padding: 20px 0;
    font-size: 1.2em;
    line-height: 30px;
}

.panel ul {
	padding-left: 0;
}


/*Dropdown Css*/
.dropdown:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 0;
    margin-top: -6px;
    margin-left: 0;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.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;
}

.navbar-right .dropdown-menu {
	left: 0;
	background: #333;
}

.dropdown-menu {
	min-width: 200px;
	border-top: 1px solid #ccc;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background: transparent;
}

.navbar-right .dropdown-menu>li.dropdown:hover>ul.dropdown-menu {
	display: block;
    left: 100%;
    top: 10px;
    border-radius: 0;
    min-width: 300px;
}

.navbar-right .dropdown-menu>li.dropdown:hover>ul.dropdown-menu>li>a {
	color: #fff !important;
	text-transform: uppercase;
}

.navbar-right .dropdown-menu>li.dropdown:hover>ul.dropdown-menu>li>a:hover {
	color: #1b75bc !important;
}

/******* .Dropdown Css ********/


.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle[aria-expanded='true'] {
	background: #333;
}


.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle[aria-expanded='true'] .icon-bar {
	background-color: #333;
}

.navbar-default .navbar-toggle:hover .icon-text, .navbar-default .navbar-toggle[aria-expanded='true'] .icon-text {
	color: #fff;
}

.whats-new .panel-whats-new {
	border-color: #00aeef;
	border-radius: 0;
}

.panel-whats-new>.panel-heading {
	background-color: #00aeef;
	border-color: #00aeef;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    font-size: 1.3em;
}

#wg-table th {
	cursor: pointer;
	}

th.tablesorter-headerDesc.primary i.fa-sort-desc {
    display: inline-block !important;
    vertical-align: top;
    padding-left: 5px;
}





th.tablesorter-headerAsc.primary i.fa-sort-asc  {
    display: inline-block !important;
    vertical-align: bottom;
    padding-left: 5px;
}



.wg-status {
	text-align: center;
}


.crop {
    width: 150px;
    overflow: hidden;
    background-position: center;
      /* Make the background image cover the area of the <div>, and clip the excess */
    background-size: cover;
    height: 150px;
}

/**** New SAC  *****/

.sac-list {
	/* height: 400px; */
}

.sac-list h2 {
	font-family: "proxima-nova", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
}

.responsive-container {
    position: relative;
    width: 100%;
    border: 0;
    padding-top: 50px;
}

.img-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    font: 0/0 a;
}

.img-container:before {
    content: ' ';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.img-container img {
    vertical-align: top;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #d3d0cd;
}

.outer-box {
    width: 100%;
    /* border: 1px solid #ccc; */
    background: #fff;
    height: 300px;
    text-align: center;
}

.orgName {
	line-height: 1.2;
}

.dummy {
    padding-top: 5%;
}

.sac-list-body{
	width: 80%;
	margin: 100px auto 20px;
}

.bio {
    text-align: left;
    padding: 10px;
    font-size: 1em;
}

.active-session, .active-session .outer-box {
	    height: auto!important;
}


.tablesorter-filter.disabled {
	display: none;
}

li.menu-item-has-children > a {
	cursor: default;
}

#wg-table-challenge th {
	cursor: pointer;
}

/* th.tablesorter-headerDesc i.fa-sort-desc {
    display: inline-block !important;
    vertical-align: bottom;
    padding-left: 5px;
}

th.tablesorter-headerAsc i.fa-sort-asc  {
    display: inline-block !important;
    vertical-align: top;
    padding-left: 5px;
} */

/*** new SAC ****/


fieldset {
      display: block;
      /* margin: 20px 1%; */
      margin: 20px 0;
      margin-bottom: 20px;
      /* padding: 0 auto;
      padding: 15px 0; */
      border: 0;
      border-top: 2px solid #333;
      /* width: 98%; */
      width: auto;
}

fieldset:last-of-type {
      margin-bottom: 0px;
}

legend {
     display: table;
     /* min-width: 0px;
     max-width: 100%; */
     position: relative;
     margin: auto;
     padding: 0 10px;
     /* color: #eee8aa;
     font-size: 20px; */
     text-align: center;
     border-bottom: 0;
     width: auto;
}

.wg-items legend {
	color: #333;
    font-family: "korolev-compressed", "Open Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 3em;
    text-transform: uppercase;
}

.wg-challenge legend {
	color: #333;
	font-family: "korolev-compressed", "Open Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 3em;
    text-transform: uppercase;
}

	.home-page .card {
		margin-bottom: 20px;
	}

.tablesorter-filter-row td {
	text-align: center;
}

button.reset {
	border-radius: 0;
    padding: 10px;
    background-color: #8cc63f;
    color: #fff;
    font-size: 1.2em;
    cursor: pointer;
    border: 1px solid #8cc63f;

}

.team-head div {
	padding-left: 0;
	padding-right: 0;
	vertical-align: bottom;
}

.navbar-default .navbar-nav>.open>a {
	background-color: transparent !important;
}

a.homepage-blurb {
	color: #000;
}

a.homepage-blurb:hover {
	color: #000;
	text-decoration: none;
}

div.post {
	border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.news-card .news-img img {
	width: 100%;
}

.news-card .news-img.summary img {
	height: 450px;
}

.news-card .news-link {
	text-align: center;
	background: #8dc549;
	margin: 10px 0;
	padding: 10px 40px;
	color: #fff;
}

.news-card .news-link a {
	color: #fff;
}

.news-card a:hover .news-link, .news-card a:hover{
	text-decoration: none;
	border-bottom: 0;
}

#search .left {
	float: none;
    width: auto;
    /* text-align: left; */
    display: inline-block;
    padding-right: 10px;
}

#search .right {
	float: none;
    display: inline-block;
    width: 70%;
    vertical-align: top;
}

.search-title{
	font-size: 1.5em;
	color: #000;
	font-family: "korolev-compressed", "Open Sans Condensed", Helvetica, Arial, sans-serif;
}

#mobile {
	display: none;
}

#screen {
	display: block;
}

.search-title{
	text-transform: uppercase;
}

.search {
	/* width: 80%; */
    position: relative;
    /* margin: 10px auto; */
    padding: 0;
    }

   .search:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-family: 'FontAwesome';
    content: '\f002';
    background: #4773b8;
    text-align: center;
    color: #fff;
    border-radius: 0 5px 5px 0;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smooth: always;
    font-size: 1.4em;
}
.searchTerm {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #4773b8;
    padding: 5px 15px;
    height: 60px;
    border-radius: 5px;
    outline: none;
    font-size: 1.7em;
}

.searchButton {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    opacity: 0;
    cursor: pointer;
}

/***** New Team Styles 20180803 *******/


.team-challenge {
	font-size: 3em;
    text-align: center;
    margin: 30px auto;
    color: #8dc549;
    font-weight: 700;
    font-style: normal;
    font-family: "korolev-compressed", "Open Sans Condensed", Helvetica, Arial, sans-serif;
    line-height: 1.1;
}

.team-solutions {
	color: #fff;
}

.team-solutions fieldset {
	border-color: #fff;
}

.team-solutions legend {
	color: #fff;
	font-family: "korolev-compressed", "Open Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 3em;
    text-transform: uppercase;
}

.team-solutions ol {
	margin-left: 50px;
}

.impacts-bg {
	background: #0f75bc;
}

.flex-container {
	display: flex;
	flex-direction: row;
	/* flex-wrap: wrap; */
	justify-content: center;
	align-items: top;
}

.flex-item {
	flex: 0 1 50%;
	padding: 0 40px;
	text-align: center;
}

a.teams-btn {
	background: #8cc63f;
    padding: 10px 20px;
    font-size: 1.3em;
    color: #fff;
    border-radius: 0;
}
a.teams-btn:hover, a.teams-btn:visited, a.teams-btn:active, a.teams-btn:focus {
	color: #fff;
}

.team_subhead {
	text-align: center;
	font-weight: 500;
    padding: 30px 0;
    font-size: 1.4em;
}

.teams-bg {
	background: #eee;
	margin: 40px 0;
}

.navbar-header {
	padding-bottom: 10px;
}

.outer-row {
	display: flex;
  align-items: center;
}

table.hasFilters .tablesorter-filter {
	color: grey;
	padding: 0 5px;
}

/*****Media Queries Start Here *******/

@media (max-width: 992px) {

    .navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.fa-search {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.menu-item:hover > ul.sub-menu {
		top: 40px;
	}

	.news-card .news-img.summary img {
		height: auto;
	}

	.ui-widget.ui-widget-content {
    /* max-width: 500px; */
    width: 50% !important;
}



}

@media (max-width: 1200px){

	.card-block .recent-solution img {
	height: auto;
}

	footer .third-line div {
		text-align: center;
	}

	footer .third-line div:first-child {
		padding-bottom: 10px;
	}

	.wg-image {
		display: none;
	}

	#menu-item-369 {
		text-align: center;
	}


	#menu-item-369 img {
		display: none;
	}

	#menu-item-369 .header-search-open {
    position: relative;
    display: inline-block !important;
    width: 80%;
    top: 0;
    right: 0;
    border-radius: 0;
    background: transparent;
    padding: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
}

.super-footer li {
	display: inline-block;
	float: none;
	width: 100%;
	padding-bottom: 20px;
}

.super-footer .orgs img {
	float: none;
}

footer .left {
	display: block;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}

footer .right {
	display: block;
	width: 100%;
	text-align: center;
	padding-bottom: 20px;
}

.fa-search {
	display: none;
}

.jumbotron h1 {
	/* font-size: 2em; */
}

.title {
	font-size: 2em;
}

.navbar-nav>li>.dropdown-menu {
	display: block;
}

.dropdown-menu {
	float: none;
	position: relative;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: transparent;
	border: 0;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
	max-height: 100%;
}

/* .navbar-collapse.in {
	overflow-y: auto !important;
} */

.navbar-default .navbar-nav>li>a {
    text-align: center;
    font-size: 1.4em;
}

.navbar-nav>li>ul>li>a {
	text-align: center;
}

.caret {
	display: none;
}

.nav>li{
	padding-left: 30px;
    border-bottom: 1px solid #eee;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
	background-color: transparent;
}

}

@media (max-width: 1200px) {
        .navbar-nav .open .dropdown-menu {
            position: static;
            float: none;
            width: auto;
            margin-top: 0;
            background-color: transparent;
            border: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
        }
        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }
        .navbar-nav .open .dropdown-menu > li > a,
        .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }
        .dropdown-menu > li > a {
            display: block;
            padding: 3px 20px;
            clear: both;
            font-weight: normal;
            line-height: 1.42857143;
            color: #333;
            white-space: nowrap;
        }
        .navbar-header {
            float: none;
        }
        .navbar-toggle {
            display: block;
        }
        .navbar-collapse {
            border-top: 1px solid transparent;
            box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        }
        .navbar-collapse.collapse {
            display: none!important;
        }
        .navbar-nav {
            /* float: none!important; */
            /*margin: 7.5px -15px;*/
            /* margin: 7.5px 50px 7.5px -15px; */
            margin: 7.5px 0;
            background-color: #333;
            width: 100%;
        }
        .navbar-nav>li {
            float: none;
        }
        .navbar-nav>li>a {
            padding-top: 10px;
            padding-bottom: 10px;
        }
        .navbar-text {
            float: none;
            margin: 15px 0;
        }
        /* since 3.1.0 */
        .navbar-collapse.collapse.in {
            display: block!important;
            overflow-y: auto !important;
        }
        .collapsing {
            overflow: hidden!important;
        }

        .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #333;
	}

	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		/* max-height: 340px !important; */
	}

	.navbar-default .navbar-toggle:hover .icon-bar, .navbar-default .navbar-toggle[aria-expanded='true'] .icon-bar{
		background-color: #fff;
	}

	.navbar-default .navbar-toggle {
		background: #333;
	}

}

@media (max-width: 768px) {
	.jumbotron .container {
		height: 100%;
	}

	.main .jumbotron {
		height: 200px;
	}

	.jumbotron .container .title {
		font-size: 2em;
	}

	.home-page .card {
		margin-bottom: 50px;
	}

	#mobile {
		display: block;
	}

	#screen {
		display: none;
	}

	.ui-widget.ui-widget-content {
    /* max-width: 500px; */
    width: 60% !important;
	}

	.outer-row {
		display: block;
	}
}

@media (max-width: 588px) {

	#search .left{
		display: none;
	}

	#search .right {
		width: 100%;
	}


}





