/* # Genesis Sample Child Theme  
Theme Name: Genesis Sample Theme  
Theme URI: http://my.studiopress.com/themes/genesis/  
Description: This is the sample theme created for the Genesis Framework.   
Author: StudioPress  
Author URI: http://www.studiopress.com/  
Template: genesis  
Template Version: 2.1.2  
Tags: black, orange, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-menu, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready  
License: GPL-2.0+  
License URI: http://www.gnu.org/licenses/gpl-2.0.html  
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Header Navigation
	- Primary Navigation
	- Secondary Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Max-width: 1200px
	- Max-width: 960px
	- Max-width: 800px
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

body {
	background-color: #f5f5f5;
	color: #333;
	font-family: 'garamond-premier-pro',serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #007dc3;
	text-decoration: none;
}

a:hover {
	color: #333;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.postupdate {
background: #fcfcfc;
border-left: 1px dashed #ccc;
color: #004b8d;
font-style: italic;
margin: 30px;
padding: 30px;
}

.star li {
	margin-bottom: 20px;
	margin-bottom: 2rem;
        margin-top: 20px;
	margin-top: 2rem;
	list-style-type: none !important;
        font-size: 24px;
        line-height: 1.5em;
        font-family: "nimbus-sans-condensed",sans-serif;

}


.star li:before {
        content: "\f155";
	display: inline-block;
        -webkit-font-smoothing: antialiased;
        font: normal 22px/1 'dashicons';
	color: #ffd24e;
	margin-right: 10px;
	word-wrap: break-word;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #004b8d;
	font-family: "nimbus-sans-condensed",sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

.sub-title {
    font-family: "nimbus-sans-condensed",sans-serif;
    font-size: 22px;
    color: #007dc3;

}

.redtext {
		color: #ef4137;
	}

.blueh2 {
		text-transform: uppercase;
		color: #004b8d;
	}

.whiteh2 {
		text-transform: uppercase;
		color: #ffffff;
	}

.padh2 {
                margin-bottom: 40px;
}

.funded {
                color: #004b8d;
                font-family: "nimbus-sans-condensed",sans-serif;
                font-size: 3.3em;
                line-height: 1.4em;
}

.million {
                color: #004b8d;
                font-family: "nimbus-sans-condensed",sans-serif;
                font-size: 1.8em;
                line-height: .2em;
}

.investp {
                color: #004b8d;
                font-family: "nimbus-sans-condensed",sans-serif;
                font-size: 26px;
                line-height: 1.2em;
                padding-top: 25px;
                
}

.relentlessp {
                
                font-size: 2.1em;
                font-style: italic;
                padding-top: 35px;
                padding-bottom: 15px;
                
}

@media only screen and (max-width: 1200px) {

.funded {
                font-size: 2.5em;
}
.relentlessp {
                
                font-size: 1.8em;                
}

}

@media only screen and (max-width: 960px) {

.funded {
                font-size: 2em;
}

.relentlessp {
                
                font-size: 1.5em;                
}

}

@media only screen and (max-width: 800px) {

.funded {
                font-size: 3em;
}
	
}

@media only screen and (max-width: 480px) {

.funded {
                font-size: 3em;
}

}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 12px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #7dcdc2;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
        text-align: center;
}


.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #7dcdc2;
	color: #fff;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #007dc3;
	color: #fff;
}

.entry-content .button:hover {
	color: #fff;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}

.button {
	display: inline-block;
}

/* input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
} */

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}

th {
	font-weight: 400;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

.helpbox {
	float: left;
	border-bottom: thick solid #d1d3d4;
        padding-bottom: 30px;
        margin-bottom: 30px;
        width: 100%;
}

.helpbox2 {
	float: left;
        padding-bottom: 10px;
        margin-bottom: 10px;
        width: 100%;
}
.helpboxlink {
        padding-top: 20px;

}

a.help:link {
        border-bottom: 4px solid;
        font-family: "nimbus-sans-condensed",sans-serif;
	text-transform: uppercase;
	font-weight: 600; 
        font-size: 20px;
	}
	
a.help:hover {
	color: #7dcdc2; 
	}

.helpdonate {
    border-bottom: 2px solid #7dcdc2;
    float: left;
    margin-bottom: 35px;
    padding-bottom: 30px;
    width: 100%;
    padding-top: 15px;
}

.sansbody {
    font-family: "nimbus-sans-condensed",sans-serif;
    font-weight: 400;
    line-height: 1.6em;
    margin-bottom: 45px;
    font-size: 20px;
}

.donate-header {

}

.donate-help {
     font-family: "nimbus-sans-condensed",sans-serif;
     
}

a#donate-link3 {
     font-family: "nimbus-sans-condensed",sans-serif; 
     background-color: #7ecdc3; 
     cursor: pointer;
     color:#ffffff;
     padding: 16px 24px;
     font-size:26px;
     width: 100%;
     text-align: center;
     text-decoration:none; 
     display: inline-block;
}

a#donate-link3:hover { 
background-color: #007dc3; 
color:#ffffff;
}

a#seedgrantapp {
     font-family: "nimbus-sans-condensed",sans-serif; 
     background-color: #d85427; 
     cursor: pointer;
     color:#ffffff;
     font-size:26px;
     width: 100%;
     padding: 10px;
     text-align: center;
     text-decoration:none; 
     display: inline-block;
}

a#seedgrantapp:hover { 
background-color: #007dc3; 
color:#ffffff;
}

.seedgrantapp {
    background-color: #7ecdc3 !important;
    padding: 0px !important;
}

.savedate {
    border-color: #004b8d;
    border-style: double;
    border-width: 6px;
    padding: 0px !important;
    
}

.novembersidebar {
    border-color: #5B2B82;
    border-style: solid;
    border-width: 4px;
    padding: 0px !important;
    
}

a#fund-link {
     font-family: "nimbus-sans-condensed",sans-serif; 
     background-color: #ffffff;
     border: 3px solid #6CADDF;
     cursor: pointer;
     color:#004B8D;
     padding: 16px 24px;
     font-size:26px;
     width: 100%;
     text-align: center;
     text-decoration:none; 
     display: inline-block;
}

a#fund-link:hover { 
background-color: #7DCDC2; 
color:#ffffff;
}

a#read-link {
     font-family: "nimbus-sans-condensed",sans-serif; 
     background-color: #7ecdc3; 
     cursor: pointer;
     color:#ffffff;
     padding: 8px 12px;
     font-size:18px;
     text-align: center;
     text-decoration:none; 
     display: inline-block;
     text-transform: uppercase;
}

a#read-link:hover { 
background-color: #007dc3; 
color:#ffffff;
}

a#read-link2 {
     font-family: "nimbus-sans-condensed",sans-serif; 
     background-color: #7ecdc3; 
     cursor: pointer;
     color:#ffffff;
     padding: 8px 12px;
     font-size:18px;
     text-align: center;
     text-decoration:none; 
     display: inline-block;
     text-transform: uppercase;
     width: 100%;
}

a#read-link2:hover { 
background-color: #007dc3; 
color:#ffffff;
}

.mbottom {
margin-bottom: 30px;
}

.fundlinks {
	background-color: #004B8D;
	padding: 45px;
	float: left;
	width: 100%;
        margin-bottom: 45px;
}

.rule-header {
    border-bottom: 2px solid #7dcdc2;
    color: #333;
    font-family: "nimbus-sans-condensed",sans-serif;
    font-size: 26px;
    margin-bottom: 32px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.rule-header2 {
    border-bottom: 2px solid #4f2683;
    color: #4f2683;
    font-family: "nimbus-sans-condensed",sans-serif;
    font-size: 26px;
    margin-bottom: 32px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.rule-header3 {
    border-bottom: 2px solid #7dcdc2;
    color: #333;
    font-family: "nimbus-sans-condensed",sans-serif;
    font-size: 26px;
    margin-bottom: 55px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}

.donate-header span {
    top: 20px;
}
.rule-header span {
    background: #f5f5f5 none repeat scroll 0 0;
    padding: 8px 18px;
    position: relative;
}

.rule-header2 span {
    background: #ffffff none repeat scroll 0 0;
    padding: 8px 18px;
    position: relative;
}

.rule-header3 span {
    background: #ffffff none repeat scroll 0 0;
    padding: 8px 18px;
    position: relative;
}

@media only screen and (max-width: 800px) {

.rule-header {
    font-size: 22px;
    margin-bottom: 32px;
}

.rule-header2 {
    font-size: 22px;
    margin-bottom: 32px;
}

.rule-header3 {
    font-size: 22px;
    margin-bottom: 32px;
}

.rule-header span {
    background: #fff none repeat scroll 0 0;
    padding: 8px 18px;
    position: relative;
}

.rule-header2 span {
    background: #fff none repeat scroll 0 0;
    padding: 8px 18px;
    position: relative;
}

.rule-header3 span {
    background: #fff none repeat scroll 0 0;
    padding: 8px 18px;
    position: relative;
}
 
}


@media only screen and (max-width: 480px) {

.rule-header {
    font-size: 14px;
}

.rule-header2 {
    font-size: 14px;
}

.rule-header3 {
    font-size: 14px;
}

.donate-header span {
    top: 12px;
}

}

a.story-button { 
  font-family: "nimbus-sans-condensed",sans-serif; 
     background-color: #7ecdc3; 
     cursor: pointer;
     color:#ffffff;
     padding: 16px 24px;
     font-size:26px;
     width: 100%;
     text-align: center;
     text-decoration:none; 
     display: inline-block;
}

a.story-button:hover { 
  background-color: #007dc3; 
  color:#ffffff;

}

a.circle-button { 
  background-color: #6CADDF;
  margin: 2em 0;
  border-radius: 50%;
  color: white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  height: 300px;
  width: 300px;
  font-family: "nimbus-sans-condensed",sans-serif; 
  font-size:26px;
  padding: 10px;
  line-height: 1.3em;
}

a.circle-button:hover { 
  background:#004B8D;
  color:white;
}

a.circle-button-purple { 
  background-color: #4f2683; 
  margin: 2em 0;
  border-radius: 50%;
  color: white;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  height: 300px;
  width: 300px;
  font-family: "nimbus-sans-condensed",sans-serif; 
  font-size:26px;
  padding: 10px;
  line-height: 1.3em;
}

a.circle-button-purple:hover { 
  background:#8267ad;
  color:white;
}



.btmmargin {
   margin-bottom: 35px !important; 
}


.cognito .c-forms-form {
    max-width: 100% !important;
}



/* # Featured Blocks for Landing Pages
---------------------------------------------------------------------------------------------------- */

h2.white {
  margin: 0 2%;
  color: #ffffff;
}

h2.white2 {
  margin: 50% 0 2% 2%;
  color: #ffffff;
}

h3.white {
  margin: 0 2%;
  color: #ffffff;
}

a.white {
  color: #fff;
  text-decoration: none;
  padding-top: 55px;
}

.featured-blocks {
  margin: 3% 0% 3%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.featured-blocks-sidebar {
  margin: 0% 0% 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 220px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  text-align: center;
}
.block[style] {
  margin-bottom: 0%;
}
.block:not([style]) {
  background: rgba(0, 0, 0, 0.4);
}
.block:not([style]):nth-child(2) {
  background: rgba(0, 0, 0, 0.3);
}
.block:not([style]):nth-child(3) {
  background: rgba(0, 0, 0, 0.2);
}
.block:not([style]):nth-child(4) {
  background: rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 600px) {
  .block {
    width: 50%;
  }
  .block[style] {
    width: 48%;
    margin-right: 2%;
  }
  .block:nth-child(2n), .block:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 800px) {
  .has-3 .block {
    width: 33%;
  }
  .has-3 .block[style] {
    width: 31%;
    margin-right: 2%;
  }
  .has-3 .block[style]:last-child {
    margin-right: 0;
  }
  .has-4 .block {
    width: 25%;
  }
  .has-4 .block[style] {
    width: 23%;
    margin-right: 2%;
  }
  .has-4 .block[style]:last-child {
    margin-right: 0;
  }
  .block:last-child {
    margin-right: 0;
  }
}
.block a {
  /*    display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;*/
  display: block;
  width: 100%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
  background: rgba(0, 0, 0, 0.25);
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.block a:hover, .block a:focus, .block a:active {
  background: rgba(0, 0, 0, 0.5);
}
.block p {
  line-height: 1.5;
}



.prev-next {
    background-color: #fff;
    border-bottom: 5px solid #7ecdc3;
    border-top: 5px solid #7ecdc3;
    padding: 12px 0 12px;
    font-family: "nimbus-sans-condensed",sans-serif;
    font-weight: 400;
    float:left;
    width: 100%;
    margin-bottom: 40px;
}

.prev-next-prev {
    float: left;
    width: 48%;
    font-size:24px;
    line-height: 1;
}

.prev-next-next {
    float: right;
    text-align: right;
    width: 48%;
    font-size:24px;
    line-height: 1;
}

.author2-box {
  width: 100%;
  height: 190px;
  padding: 20px;
  border: 3px solid #fff;
  background-color: rgba(255, 210, 79, 0.3);

}

.author2-img {
  width: 190px;
  display: inline-block;
  float: left;
  
}
.author2-img img {
  border-radius: 50%;
  border: 2px solid #fff;
}

.author2-info {
  width: 70%;
  display: inline-block;
}

.author2-info h3 {
  margin: 0;
  padding: 0;
}


.author3-img {
  width: 25%;
  display: inline-block;
  float: left;
  
}
.author3-img img {
  border-radius: 50%;
  border: 2px solid #fff;
}

.author3-info {
  width: 70%;
  display: inline-block;
}

.author3-info h3 {
  margin: 0;
  padding: 0;
}


/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 800px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 580px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
margin-bottom: 20px;
}


.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
        border: 3px solid #69ace0;
}

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

.author-box-title3 {
	font-size: 16px;
	margin-bottom: 4px;
        width: 70%;
        float: right;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}



/* ## Search Form
--------------------------------------------- 

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	
}

.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}
*/

.search-form input {
	width: 65%;
}
 
.widget_search input[type="submit"] {
	background-color: #0099CC;
	float: right;
	width: 32%;
}

.widget_search input:hover[type="submit"] {
    background-color: #777777;
	color: #fff;
}

.toggle-widget { 
   display: none; 
}

.toggle-widget {
  margin-top: 20px;
  margin-bottom: 20px;
}

.toggle-widget .search-form input {
	width: 66%;
	font-size: 35px;
}
 
.toggle-widget .widget_search input[type="submit"] {
	background-color: #0099CC;
	font-size: 30px;
	float: right;
	width: 32%;
}

/* ## Titles
--------------------------------------------- */

.archive-title {
	font-size: 20px;
}

.entry-title {
	font-size: 36px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover {
	color: #69ace0;
}

.widget-title {
	font-size: 24px;
	margin-bottom: 20px;
}


.footer-widgets .widget-title {
	color: #fff;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.sticky {
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

.featured-content .entry-title {
	font-size: 20px;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.enews-widget,
.enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #333;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	background-color: #e5554e;
	color: #fff;
	margin: 0;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	min-height: 160px;
border-top: 10px solid #007dc3;
}

.site-header .wrap {
	padding: 40px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 560px;
}

.header-full-width .title-area {
	width: 100%;
}

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}


.header-image .site-title > a {
	background: url(/wp-content/uploads/2017/05/20thlogo-470px.png) no-repeat left;
float: left;	
min-height: 147px;
	width: 100%;
}

@media only screen and (max-width: 1200px){

 .header-image .site-title > a {
      background: url(/wp-content/uploads/2017/05/20thlogo-470px.png) no-repeat left;
	min-height: 147px;
	width: 100%;
  }
  
}

@media only screen and (max-width: 1024px){

.header-image .site-title > a {
      background: url(/wp-content/uploads/2017/05/20thlogo-300px.png) no-repeat center;
	min-height: 94px;
	width: 100%;
  
}
}

@media only screen and (max-width: 960px) {

.header-image .site-title > a {
      background-image: url(/wp-content/uploads/2017/05/20thlogo-300px.png) no-repeat center;
min-height: 94px;
  
}
}

@media only screen and (max-width: 768px) {

 .header-image .site-title > a {
      background: url(/wp-content/uploads/2017/05/20thlogo-300px.png) no-repeat center;
	min-height: 94px;
  
}
}

@media only screen and (max-width: 600px) {

.header-image .site-title > a {
      background: url(/wp-content/uploads/2017/05/20thlogo-275px.png) no-repeat center;
	min-height: 86px;
  
}
}

@media only screen and (max-width: 480px) {

.header-image .site-title > a {
      background: url(/wp-content/uploads/2017/05/20thlogo-275px.png) no-repeat center;
	min-height: 86px;
  
}
}

@media only screen and (max-width: 320px) {

.header-image .site-title > a {
      background: url(/wp-content/uploads/2017/05/20thlogo-275px.png) no-repeat center;
	min-height: 86px;
  
}
}

/* ## Original Logo ######################

.header-image .site-title > a {
	background: url(http://234.2b1.myftpupload.com/wp-content/uploads/2015/11/logo-560.png) no-repeat left;
float: left;	
min-height: 131px;
	width: 100%;
}

@media only screen and (max-width: 1200px){

 .header-image .site-title > a {
      background: url(http://234.2b1.myftpupload.com/wp-content/uploads/2015/11/logo-560.png) no-repeat left;
	min-height: 131px;
	width: 100%;
  }
  
}

@media only screen and (max-width: 1024px){

.header-image .site-title > a {
      background: url(http://234.2b1.myftpupload.com/wp-content/uploads/2015/11/logo-500.png) no-repeat center;
	min-height: 117px;
	width: 100%;
  
}
}

@media only screen and (max-width: 960px) {

.header-image .site-title > a {
      background-image: url(http://234.2b1.myftpupload.com/wp-content/uploads/2015/11/logo-500.png) no-repeat center;
min-height: 117px;
  
}
}

@media only screen and (max-width: 768px) {

 .header-image .site-title > a {
      background: url(http://234.2b1.myftpupload.com/wp-content/uploads/2015/11/logo-500.png) no-repeat center;
	min-height: 117px;
  
}
}

@media only screen and (max-width: 600px) {

.header-image .site-title > a {
      background: url(http://234.2b1.myftpupload.com/wp-content/uploads/2015/11/logo-300.png) no-repeat center;
	min-height: 70px;
  
}
}

@media only screen and (max-width: 480px) {

.header-image .site-title > a {
      background: url(http://234.2b1.myftpupload.com/wp-content/uploads/2015/11/logo-300.png) no-repeat center;
	min-height: 70px;
  
}
}

@media only screen and (max-width: 320px) {

.header-image .site-title > a {
      background: url(http://234.2b1.myftpupload.com/wp-content/uploads/2015/11/logo-300.png) no-repeat center;
	min-height: 70px;
  
}
}

--------------------------------------------- */

.site-description {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 300px;
        margin-top: 45px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 18px;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #007dc3;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 240px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 16px;
	padding: 20px;
	position: relative;
	width: 240px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
        font-family: "nimbus-sans-condensed",sans-serif;
}

.nav-primary .genesis-nav-menu a {
	color: #007dc3;
}

.nav-primary .genesis-nav-menu .sub-menu a {
	color: #333;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #004b8d;
}

.nav-primary .search-icon:after {
content: "\f179";
color: #007dc3;
font: normal 22px/1 'dashicons';
}

.nav-primary a {
display: inline-block;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/* ## After Navigation Background Images
--------------------------------------------- */

.featured-box {
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    max-height: 450px;
    overflow:hidden;
    background-position: 50% 50%;
   -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

.featured-box-1 {
    background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.25)
    ),
    url(/wp-content/uploads/2017/05/nevergiveup-421px.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    max-height: 450px;
    overflow:hidden;
    background-position: 50% 50%;
   -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
  }

/* ## Original Home Page Banner ######################
.featured-box-1 {
    background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.25)
    ),
    url(/wp-content/uploads/2015/06/hf_slider_home.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    max-height: 450px;
    overflow:hidden;
    background-position: 50% 50%;
   -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
  }

--------------------------------------------- */

.featured-box-about {
    background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.25)
    ),
    url(/wp-content/uploads/2016/03/hfpcr_about2_slider.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    max-height: 450px;
    overflow:hidden;
    background-position: 50% 50%;
   -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

.featured-box-pc {
    background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.25)
    ),
    url(/wp-content/uploads/2016/03/hfpcr_mission-pc_slider2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    max-height: 450px;
    overflow:hidden;
    background-position: 50% 50%;
   -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

.featured-box-research {
    background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.25)
    ),
    url(/wp-content/uploads/2016/03/hfpcr_research4_slider.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    max-height: 450px;
    overflow:hidden;
    background-position: 50% 50%;
   -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

.featured-box-patients {
    background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.25)
    ),
    url(/wp-content/uploads/2016/03/hfpcr_patients_slider3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    max-height: 450px;
    overflow:hidden;
    background-position: 50% 50%;
   -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

.featured-box-help {
    background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.25)
    ),
    url(/wp-content/uploads/2016/03/hfpcr_help_slider.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    max-height: 450px;
    overflow:hidden;
    background-position: 50% 50%;
   -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

.featured-box-nevergiveuppage {
    background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.25)
    ),
    url(/wp-content/uploads/2017/05/nevergiveup-421px.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px;
    max-height: 450px;
    overflow:hidden;
    background-position: 0 0;
   -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

.featured-box-nevergiveup, .featured-box-supporterspotlight, .featured-box-htt, .featured-box-patientspotlight, .featured-box-lacc {
    background: linear-gradient(175deg, #6caddf, #004b8d 200%);
    height: 250px;
    max-height: 250px;
}

.mission-box {
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
    max-height: 260px;
    overflow:hidden;
    background-position: 50% 50%;
   -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

.mission-box-about {
    background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.25)
    ),
    url(/wp-content/uploads/2015/08/hfpcr_mission-about_slider.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
    max-height: 260px;
    overflow:hidden;
    background-position: 50% 50%;
   -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}


.mission-box-pc {
    background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.25)
    ),
    url(/wp-content/uploads/2015/08/hfpcr_mission-pc_slider.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
    max-height: 260px;
    overflow:hidden;
    background-position: 50% 50%;
   -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

.mission-box-research {
    background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.25)
    ),
    url(/wp-content/uploads/2015/08/hfpcr_mission-research_slider.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
    max-height: 260px;
    overflow:hidden;
    background-position: 50% 50%;
   -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

.mission-box-patients {
    background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.25)
    ),
    url(/wp-content/uploads/2015/08/hfpcr_mission-patients_slider.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
    max-height: 260px;
    overflow:hidden;
    background-position: 50% 50%;
   -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

.mission-box-help {
    background-image: 
    linear-gradient(
      rgba(0, 0, 0, 0.25),
      rgba(0, 0, 0, 0.25)
    ),
    url(/wp-content/uploads/2015/08/hfpcr_mission-help_slider.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 260px;
    max-height: 260px;
    overflow:hidden;
    background-position: 50% 50%;
   -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
}

.center-block { display: table;
    height: 370px;
    width: 100%;
}

.center-block-1 { display: table;
    height: 300px;
    width: 40%;
}

.center-block-2 { display: table;
    height: 230px;
    width: 100%;
    padding-left: 15%;
    padding-right: 15%;
}

.imagetext {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle !important;
    color: #ffffff;
    padding-top: 175px;
}

.imagetextngu {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle !important;
    color: #ffffff;
    padding-top: 35px;
}

.imagetext1 {
    display: table-cell;
    position: relative;
    vertical-align: bottom !important;
    color: #ffffff;
    text-align: left;
    left: 32%;
      line-height: 1.3em;
      font-size: 2rem;
      text-shadow: 2px 2px 2px #000;
    
}

.imagetextmission {
    display: table-cell;
    position: relative;
    vertical-align: middle !important;
    color: #ffffff;
    text-align: center;
      line-height: 1.3em;
      font-size: 1.6rem;
      text-shadow: 2px 2px 2px #000;
    
}

.featured-box-1, {
      color: white;
      text-align: left;
      line-height: 1.3em;
      font-size: 2rem;
      text-shadow: 2px 2px 2px #000;
}


.featured-box-about, 
.featured-box-pc, 
.featured-box-help, 
.featured-box-patients, 
.featured-box-research {
      color: white;
      text-align: center;
      line-height: 1.3em;
      font-size: 4rem;
      text-shadow: 2px 2px 2px #000;
}


.featured-box-nevergiveuppage,
.featured-box-nevergiveup,
.featured-box-supporterspotlight,
.featured-box-htt,
.featured-box-patientspotlight,
.featured-box-lacc  {
      color: white;
      text-align: center;
      line-height: 1.3em;
      font-size: 2.7rem;
      text-shadow: 2px 2px 2px #000;
}

.featured-box-help .widget-title {
	font-size: 25px;
	color: #fff;
        text-align: left;
	padding-top: 50px;
	padding-bottom: 20px;
}

.featured-box-1 .button {
     -moz-border-radius: 6;
     background-color: transparent;
     display: table;
     border-radius: 6px;
     color: #ffffff;
     font-size: 24px;
     padding: 10px 20px 10px 20px;
     border: solid #ffffff 1px;
     text-decoration: none;
     font-style: italic;
     text-shadow: none;
     text-transform: lowercase;
     margin-top: 25px;
}

.featured-box-1 .button:hover {
  color: #69ace0;
  border: solid #69ace0 1px;
  text-decoration: none;
}

.missiontitle {
     font-family: nimbus-sans-condensed, sans-serif; 
     font-size: 1.2em;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

.column-one {
 border-style: solid;
 border-color: #C0BFBF;
 border-width: 1px;
 padding: 10px;
margin-bottom: 25px;
}

.column-two {
	border-style: solid;
 border-color: #C0BFBF;
 border-width: 1px;
 padding: 10px;
margin-bottom: 25px;
}

.btnlink.bordered {
    background: transparent none repeat scroll 0% 0%;
    border-bottom: 4px solid #7ecdc3;
    color: #000000;
    margin: 0px 15px 0px 0px;
    padding: 5px 0px;
}

.btnlink.bordered:hover {
    border-color: #007dc3;
    color: #000000;
}

.yellowstripe {width:100%; height: 8px; background-color:#ffd24e;}
.greenstripe {width:100%;  height: 8px; background-color:#7dcdc2;}
.bluestripe {width:100%;  height: 8px; background-color:#077cc1;}



/* ## Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	padding: 50px 60px;
}

.content .entry {
	background-color: #fff;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #69ace0;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 18px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 40px;
}

/* # nevergiveup 
-------------------------------------------------- */

.nevergiveup .entry-title, .supporter-spotlight .entry-title, .htt .entry-title, .patient-spotlight .entry-title, .lacc .entry-title {
    font-size: 24px;
    font-size: 2rem;
    font-weight: 200;
    text-align: center;
}

.nevergiveup, .supporter-spotlight, .htt, .patient-spotlight, .lacc {
    background-color: #fff;
}

.nevergiveup .entry, .supporter-spotlight .entry, .htt .entry, .patient-spotlight .entry, .lacc .entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 0px 0px;
}

.nevergiveup .site-inner, .supporter-spotlight .site-inner, .htt .site-inner, .patient-spotlight .site-inner, .lacc .site-inner {
	padding-top: 0px;
}

.nevergiveup .archive-description, .supporter-spotlight archive-description, .htt archive-description, .patient-spotlight archive-description, .lacc archive-description {
     padding-left: 0px;
}

.nevergiveup .archive-title, .supporter-spotlight .archive-title, .htt .archive-title, .patient-spotlight .archive-title, .lacc .archive-title {
    font-size: 32px;
    font-weight: 200;
    color: #3ec2b7;
}

.nevergiveup .search-subcats, .supporter-spotlight .search-subcats, .htt .search-subcats, .patient-spotlight .search-subcats, .lacc .search-subcats {
    color: grey;
    font-size: 20px;
    font-weight: 200;
    padding-top: 45px;
}

.nevergiveup .archive-description, .supporter-spotlight .archive-description, .htt .archive-description, .patient-spotlight .archive-description, .lacc .archive-description {
	margin-bottom: 0px;
	padding-top: 60px;
	padding-bottom: 0px;
}

.nevergiveup .content a, .supporter-spotlight .content a, .htt .content a, .patient-spotlight .content a, .lacc .content a {
    color: #004b8d;
}

.nevergiveup .content a:hover, .supporter-spotlight .content a:hover, .htt .content a:hover, .patient-spotlight .content a:hover, .lacc .content a:hover {
    color: #7ecdc3;
}

.nevergiveup a.subcats, .supporter-spotlight a.subcats, .htt a.subcats, .patient-spotlight a.subcats, .lacc a.subcats {
	display: inline-block;
	color: #ffffff;
	background-color: #7ecdc3;
	font-size: 12px;
	text-decoration: none;
	padding: 5px 15px;
	margin: 4px 8px 4px 0;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: .03em;
}

.nevergiveup a.subcats:hover, .supporter-spotlight a.subcats:hover, .htt a.subcats:hover, .patient-spotlight a.subcats:hover, .lacc a.subcats:hover {
	color: #fff;
	background-color: #007dc3;;
}

.nevergiveup .content, .supporter-spotlight .content, .htt .content, .patient-spotlight .content, .lacc .content {
    margin-top: 40px;
}

.nevergiveupsidebar {
    color: #ffffff;
    font-family: 'garamond-premier-pro',serif;
    border-color: #004b8d;
    border-style: double;
    border-width: 6px;
    padding: 0px !important;
    font-size: 22px;
    
}



/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #004b8d;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #fff;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #69ace0;
}

.footer-widgets li {
	border-bottom: 0px dotted #666;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.footer-widgets .widget {
	margin-bottom: 10px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 235px;
}
.footer-widgets-4 {
	width: 350px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	margin-right: 40px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: left;
}

.footer-widgets-4 {
	float: left;
margin-left: 15px;
}

.footer-heading {color: #69ace0; text-transform: uppercase; font-size: 18px; padding-bottom: 10px;}

#footer-social ul {padding-bottom: 20px;}
#footer-social ul li {display: inline-block; padding-right: 12px;}
#footer-social ul li:last-child {padding-right: 0px;}
#footer-social form {padding-bottom: 20px;}
#smEnewsSignup input#ACTION_SUBMIT_SURVEY_RESPONSE {background-color: #69ace0; color:#fff; background-image: none; border:none;padding:5px;font-size:12px; margin-left:5px;border-radius:0px; }

#smEnewsSignup input#cons_email {padding:5px;border:none; width:80%;}
#smEnewsSignup input#cons_email2 {padding:5px;border:none; }
#footer-bottom ul li {padding-left: 20px;}
#footer-bottom ul li:first-child {padding-left: 0px;}
#footer-bottom ul li a {color: #fff; text-decoration: none; font-size: 12px;}
#stay-connected p.footer-heading, #enews-signup p.footer-heading {margin:0px;}
#enews-signup {display: inline-block; width: 325px;}

.darkblue {background-color: #004b8d !important; color:#fff; padding:10px !important;font-size:16px !important; margin-left: 0px !important; margin-top:5px; width:100% !important;}

.yellow {background-color: #ffd14e !important; color:#004a8d; margin-bottom:25px; text-align: center !important; font-family: "nimbus-sans-condensed",sans-serif; font-size:18px !important; }

.smdarkblue {background-color: #004b8d !important; color:#fff; }

a#donate-link {cursor: pointer;color:#7ecdc3;border:3px solid #7ecdc3; border-radius: 5px;padding:15px 30px;font-size:30px;text-transform:uppercase;text-decoration:none;}
a#donate-link:hover {background: #7ecdc3; color:#fff;}

a#donate-link2 {background: #7ecdc3; cursor: pointer;color:#ffffff;border:3px solid #ffffff; border-radius: 5px;padding:15px 30px;font-size:26px;text-transform:uppercase;text-decoration:none; text-shadow: none;}
a#donate-link2:hover { color:#004b8d;}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #004b8d;
	font-size: 16px;
	line-height: 1;
	padding-bottom: 40px;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}

#footer-bottom {clear: both; border-top: 1px solid #a4cdeb; text-align: right; padding-top: 20px; margin-top: 20px;}
#footer-bottom ul li {display: inline-block;}
#footer-bottom ul li {padding-left: 20px;}
#footer-bottom ul li:first-child {padding-left: 0px;}
#footer-bottom ul li a {color: #fff; text-decoration: none; font-size: 18px; font-family: "nimbus-sans-condensed",sans-serif;}



/* # Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 1200px) {

	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 570px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary, {
		width: 300px;
	}

       .title-area {
		width: 600px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

@media only screen and (max-width: 960px) {

	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.title-area {
		width: 100%;
	}

.site-header .widget-area {
		width: 100%;
text-align: center;
margin-top: 25px;
	}

	.site-header .wrap {
		padding: 20px 5%;
	}

	.header-image .title-area {
		background-position: center top;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

}

@media only screen and (max-width: 800px) {

	body {
		background-color: #fff;
		font-size: 16px;
	}

	.site-inner,
	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.sidebar .widget.enews-widget {
		padding: 40px;
	}
        
        .sidebar .sidebarsignup {
         	padding: 40px;
	}
        
        .imagetextmission {

              font-size: 1.3rem;
        }

}

/* Table for Symposium Event
------------------------------------------------------------ */
 
.wrapper {
  margin: 0 auto;
  padding-top: 25px;
  
}

.table {
  margin: 0 0 40px 0;
  width: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: table;
}
@media screen and (max-width: 580px) {
  .table {
    display: block;
  }
}

.row {
  display: table-row;
  background: #f6f6f6;
}
.row:nth-of-type(odd) {
  background: #e9e9e9;
}
.row.header {
  color: #ffffff;
  background: #7ecdc3;
}
.row.green {
  background: #01a490;
}
.row.blue {
  background: #7ecdc3;
}
@media screen and (max-width: 580px) {
  .row {
    padding: 8px 0;
    display: block;
  }
}

.cell {
  padding: 6px 12px;
  display: table-cell;
}
@media screen and (max-width: 580px) {
  .cell {
    padding: 2px 12px;
    display: block;
  }
}


/* Featured Post Grid
------------------------------------------------------------ */
 
.genesis-grid-even {
  float: right;
	padding: 0 0 15px;
	width: 48%;
}
 
.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px ;
	width: 48%;
}
 
.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}

.home .post {
     display: inline-block;
     margin: 10px;
    /*! width:  30%; */ 
}


.btn {
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  color: #ffffff;
  font-size: 26px;
  padding: 10px 20px 10px 20px;
  border: solid #ffffff 1px;
  text-decoration: none;
  font-style: italic;
}

.btn:hover {
  color: #69ace0;
  border: solid #69ace0 1px;
  text-decoration: none;
}

.sliderheadline {
text-align: left !important;
background-color: transparent !important;
font-size: 52px !important;
text-shadow: 2px 2px 2px #000;
}

.sliderheadlinemission {
text-align: center !important;
background-color: transparent !important;
font-size: 27px !important;
text-shadow: 2px 2px 2px #000;
font-weight: 400;
line-height: 1.5em !important;
color: #ffffff;
letter-spacing: 0.02em;
}


.buttonbox {
padding-top: 25px;
padding-bottom: 25px; }

.buttonbox2 {
padding-top: 45px; }

.buttonboxmission {
cursor: pointer;color:#7ecdc3;border:3px solid #7ecdc3; border-radius: 5px;padding:15px 30px;font-size:30px;text-transform:uppercase;text-decoration:none; text-shadow: none; }

.buttonboxmission:hover {background: #7ecdc3; color:#fff;}

.sliderhome {
text-align: left !important;
background-color: transparent !important;
font-size: 44px !important;
text-shadow: 2px 2px 2px #000;
line-height: 1.4em !important;
color: #ffffff;
width: 50% !important;
}

.homepostlink {
width: 100% !important; 
margin-left: 0px !important;
margin-right: 0px !important;
padding-bottom: 12px !important;
}

.sidebarsignup {
background-color: #69ace0 !important;
color: #ffffff !important; }

.sidebarsignuptitle {
font-family: "nimbus-sans-condensed",sans-serif;
color: #ffffff; 
font-size: 38px;
line-height: 1.2em;}

.sidebarsignupsubtitle {
font-family: "nimbus-sans-condensed",sans-serif;
color: #ffffff;
border-bottom-color: #8ec9f7;
    border-bottom-style: solid;
    border-bottom-width: 2px;
font-size: 30px;
    line-height: 1.6em;
    padding-bottom: 8px; }

.sidebarsignupcopy {
color: #ffffff;
font-size: 18px;
  padding-bottom: 20px;
    padding-top: 15px;
    line-height: 1.6em;
 }

.sidebarsignupbluetext {
font-family: "nimbus-sans-condensed",sans-serif;
color: #004b8d;
margin-top: 15px;
line-height: 1.3em; }

/* Emailbox Home
--------------------------------------------- */
.emailhome {
background-color: #8cc8f6;
padding:18px;
text-align: center; }

/* Awareness Box Home
--------------------------------------------- */
.novemberhome {
height: 100%;
background: linear-gradient(-45deg, #4f2683, #a995c9 200%);
padding:18px;
text-align: center; }


/* Mission Boxes
--------------------------------------------- */
.mission_about {
background-color: #ccc;
}

.mission_about_text {
text-align: center;}



/* Frequently Asked Questions
--------------------------------------------- */

.frequently-asked-questions .site-inner {
	margin: 0 auto;
	
}

.frequently-asked-questions .wrap {
    margin: 0 auto;
	
}

.frequently-asked-questions .content {
	
}

.frequently-asked-questions .entry-content {
    margin-top: 50px;
}

.frequently-asked-questions .answer {
    display: none;
}

.frequently-asked-questions h3 {
    font-size: 32px;
    font-weight: 900;
}

.frequently-asked-questions .question {
    font-size: 24px;
}

.frequently-asked-questions .entry-title {

}

.frequently-asked-questions .question:before { 
    content: "\f132";
    display: inline-block;
    color: #7ecdc3;
    -webkit-font-smoothing: antialiased;
    font: normal 30px/1 'dashicons';
	margin-right: 20px;
	vertical-align: middle;
}

.frequently-asked-questions .entry-content ul > li {
    list-style-type: none;

}

.frequently-asked-questions .entry-content ol, .entry-content ul {
margin-left: 10px !important;
}


.responsive-iframe {
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 35px;
      height: 0;
      overflow: hidden;
    }
     
.responsive-iframe iframe {
      position: absolute;
      top:0;
      left: 0;
      width: 100%;
      height: 100%;
    }

.newsletterpadding {
padding-top: 35px; }

.recipientfont {
font-size: 16px;
font-family: "nimbus-sans-condensed",sans-serif;
margin-bottom: 20px;
line-height: 1.5em; }

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}


/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
.group {
    zoom:1; /* For IE 6/7 */
}

/*  COLORED BOXES  */
.content-box-blue,
.content-box-gray,
.content-box-grey,
.content-box-army,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
	margin: 0 0 25px;
	overflow: hidden;
	padding: 20px;
	color: #919191;
        font-family: Georgia,"Times New Roman",Times,serif;
        font-style: italic;
	font-size: 18px;
}

.content-box-drkpurple {
	margin: 25px 0 25px;
	overflow: hidden;
	padding: 20px;
	color: #fff;
        font-family: Georgia,"Times New Roman",Times,serif;
        font-style: italic;
	font-size: 18px;
        
}

.content-box-drkpurple {
height: 100%;
background: linear-gradient(-45deg, #4f2683, #a995c9 200%);
	
}


.content-box-blue {
	background-color: #F0F8FF;
	border-left: 8px solid #CEE1EF;
        font-size: 18px;
}

.content-box-gray {
	background-color: #e2e2e2;
	border-left: 8px solid #bdbdbd;
        font-size: 18px;
}

.content-box-grey {
	background-color: #F5F5F5;
	border-left: 8px solid #DDDDDD;
        font-size: 18px;
}

.content-box-army {
	background-color: #737a36;
	border: 1px solid #000000;
}

.content-box-green {
	background-color: #e0f9f6;
        border: 1px solid #7ecdc3;
}

.content-box-purple {
	background-color: #e2e2f9;
	border: 1px solid #bebde9;
}

.content-box-red {
	background-color: #f9dbdb;
	border-left: 8px solid #D95762;
        font-size: 18px;
}

.content-box-yellow {
	background-color: #fef5c4;
	border-left: 8px solid #FADF98;
}

/* Your Call To Action Widget
--------------------------------------------- */
.call-to-action a.button {
        background-color: #7ecdc3;
	display: inline-block;
	text-align: center;
	color: #fff;
        font-family: "nimbus-sans-condensed",sans-serif;
}

.call-to-action a.button:hover {
    background-color: orange;
}

.call-to-action .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	text-transform: none;
}

.call-to-action .entry-title a,
.call-to-action .widget-title {
	color: #fff;
}

.call-to-action {
	background: linear-gradient(175deg, #6caddf, #004b8d 200%);
	color: #fff;
	float: left;
	padding: 20px;
	padding: 2rem;
	width: 100%;
        margin-top: 35px;
}

.call-to-action p {
	color: #ddd;
}

/* Accordion Toggle
--------------------------------------------- */

#accordion {
  margin-bottom: 40px;
}

#accordion > div {
  margin-bottom: 20px;
}

.accordion-toggle {
  border: 1px solid #ddd;
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 14px 40px 14px 20px;
  position: relative;
  text-transform: uppercase;
}

.accordion-toggle::after {
  color: #7ecdc3;
  content: "\f132";
  display: inline-block;
  font-family: dashicons;
  font-size: 20px;
  font-weight: 300;
  height: 24px;
  position: absolute;
  right: 20px;
  top: 14px;
  width: 24px;
}

.accordion-content {
  background-color: #f5f5f5;
  color: #333;
  display: none;
  font-size: 16px;
  padding: 20px;
}


/* Event Calendar Pro Widget */
.entry-content ul > li.sg-event-list::before {
  content:none;
}
.sidebar-primary .tribe-mini-calendar-event .list-info h2,
.sidebar-primary .tribe-mini-calendar-event .list-info h2 a {	
  color: #004b8d;
	font-size : 24px;
	font-weight:normal;
	line-height:24px;
	margin-top: 0;
	margin-bottom: 10px;
  padding:0;
}

.sidebar-primary .duration,
.sidebar-primary .vcard {
  margin-top:4px;
  margin-bottom: 4px;
}

.sidebar-primary .locality::after {
  content: ",";
}

.tribe-mini-calendar-event .tribe-events-event-image {
  margin-top:6px;
  margin-bottom:6px;
}

.tribe-mini-calendar-event .list-info { 
  font-size: 15px;
  width:100%;
}

.duration.venue {
  margin-bottom:12px;
}

/*Home Featured Events */
.home-featured-events .entry-title {
  font-size: 24px;
  font-weight: 700;
  padding: 0;
  margin-bottom: 10px;
  text-align: left;
}

.home-featured-events .widget-title {
  font-weight:400;
}

.home-featured-events .entry {
  border: none;
  margin-bottom: 20px;
  padding: 0 0 4px;
}

.home-featured-events .wrap {
  background-color: rgba(255, 255, 255, 0.5);
  border:none;
  padding: 20px 10px;
}

.home-featured-events .widget {
  float: none;
  font-size: 15px;
  width:100%;
}

.home-featured-events .tribe-mini-calendar-event {
  display:inline-block;
  width: 22%;
  margin-right: 3%;
  float: left;
  border:none;
}

.home-featured-events .tribe-events-widget-link {
  clear: both;
  text-align: right;
  padding-top: 12px;
  border-top: 1px solid #dedede;
}

.home-featured-events .list-info h2 {
  font-size:20px;
  font-weight: 700;
}

.entry-image.attachment-tribe_events {
  margin: 10px 0 0;
  width: 100%;
}

.featured-content a.alignnone {
  margin-bottom: 10px;
  width: 100%;
}

.tribe-mini-calendar-event .list-info h2,
.tribe-mini-calendar-event .list-info h2 a {	
  color: #004b8d;
  font-size : 24px;
  font-weight:normal;
  line-height:24px;
  margin-top: 0;
  margin-bottom: 10px;
  padding:0;
}

.tribe-mini-calendar-event .list-date {
display: none; }

.tribe-events-loop .tribe-events-content {
width: 100% !important;
}

.tribe-events-event-image + div.tribe-events-content {
width: 100% !important;
}

/*
Pagination Styling
---------------------------------------------------------------------------------------------------- */
.pagination-next,
.pagination-previous {
    max-width: 45%;
}


/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width:1200px) {
  .home-featured-boxes .widget {
  float: left;
  font-size: 16px;
  padding:4px 12px;
  margin-right:20px;
  margin-bottom:20px;
  width: 23%;
  height:480px;
  background: rgba(239, 239, 239, 0.8);
  }
}

@media only screen and (max-width: 1024px) {
.home-featured-events .tribe-mini-calendar-event {
  display:inline-block;
  width: 44%;
  margin-right: 3%;
  float: left;
  border:none;
  }

.home-featured-boxes .widget {
  float: left;
  font-size: 16px;
  padding:4px 12px;
  margin-right:16px;
  margin-bottom:20px;
  width: 22.5%;
  height:460px;
  background: rgba(239, 239, 239, 0.8);
  }
}

@media only screen and (max-width: 600px) {
.home-featured-events .tribe-mini-calendar-event {
  display: block;
  width: 100%;
  float: none;
  border:none;
  }

/* Responsive Menu
--------------------------------------------- */
.responsive-menu-icon {
	cursor: pointer;
	display: none;
}

.responsive-menu-icon::before {
	content: "menu \A \f333";
	white-space: pre;
	display: block;
	font: normal 30px/1 'dashicons';
	margin: 0 auto;
	padding: 10px;
	text-align: center;
color: #004b8d;
}


/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 768px) {

        .genesis-nav-menu.responsive-menu > .menu-item > .sub-menu,
	.genesis-nav-menu.responsive-menu {
		display: none;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item:hover {
		position: static;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover,
	.genesis-nav-menu.responsive-menu li.current-menu-item > a {
		background: none;
		display: block;
		line-height: 1;
		padding: 12px 0;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;
	}
	
	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}
	
	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 16px/1 'dashicons';
		height: 16px;
		padding: 11px 0;
		right: 0;
		text-align: right;
		z-index: 9999;
		color: #004b8d;
	}
	
	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
		color: #004b8d;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu {
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu {
		padding-left: 20px;
		margin: 0;
	}
	
	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover {
		background: none;
		border: none;
		box-shadow: none;
		padding: 12px 0;
		position: relative;
		width: 100%;
	}
	
	.genesis-nav-menu.responsive-menu {
		padding-bottom: 16px;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu li a {
		background: none;
		color: #007dc3;
	}
	
	.nav-primary .genesis-nav-menu.responsive-menu li a:hover {
		background: none;
		color: #004b8d;
	}

}

}