/* # Genesis Sample Child Theme !@
Theme Name: TTAC Portal Theme 2016
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.2.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
	- Screen Reader Text
- 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
	- Accessible Menu
	- Site Header Navigation
	- Primary Navigation
	- Secondary Navigation
	- Skip Links
- 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
	- Print
*/
/* # 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: 0.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: -0.5em;
}

sub {
  bottom: -0.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: 0.35em 0.625em 0.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
--------------------------------------------- */
html,
input[type='search'] {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

/* ## 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
--------------------------------------------- */
html {
  font-size: 62.5%;
  /* 10px browser default */
}

/* Chrome fix */
body > div {
  font-size: 1.8rem;
}

body {
  background-color: #f5f5f5;
  color: #333;
  font-family: Lato, sans-serif;
  font-size: 1.8rem;
  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;
  transition: all 0.1s ease-in-out;
}

a {
  color: blue;
  text-decoration: underline;
}
a:hover,
a:focus {
  color: #bf1016;
  text-decoration: none;
}

p {
  margin: 0 0 28px;
  padding: 0;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
}

hr {
  border: 0;
  border-collapse: collapse;
  border-top: 1px solid #ddd;
  clear: both;
  margin: 1em 0;
}

b,
strong {
  font-weight: 700;
}

blockquote,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 40px;
}
blockquote::before {
  content: '\201C';
  display: block;
  font-size: 30px;
  font-size: 3rem;
  height: 0;
  left: -20px;
  position: relative;
  top: -10px;
}

/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.5;
  margin: 4px 0 12px;
}

h1 {
  font-size: 21px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 19px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 18px;
}

/* ## 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 img {
  border: 1px solid #ddd;
  height: auto;
  padding: 4px;
}
.gallery img:hover,
.gallery img:focus {
  border: 1px solid #999;
}

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

/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
  background-color: #fff;
  border: 1px solid #ddd;
  color: #333;
  font-size: 1.4444444444rem;
  /* incr from 18 -cn */
  font-weight: 300;
  padding: 11px;
  /* decr from 16 -cn */
  width: 100%;
  font-family: 'Roboto', sans-serif;
}

input:focus,
textarea:focus {
  border: 1px solid #999;
  outline: none;
}

input[type='checkbox'],
input[type='image'],
input[type='radio'] {
  width: auto;
}

::-moz-placeholder {
  color: #aaa;
  font-weight: 300;
  opacity: 1;
}

::-webkit-input-placeholder {
  color: #aaa;
  font-weight: 300;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'],
.button {
  background-color: #0459a2;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 0.8888888889rem;
  font-weight: 300;
  padding: 16px 24px;
  text-transform: uppercase;
  width: auto;
}

button:hover,
input:hover[type='button'],
input:hover[type='reset'],
input:hover[type='submit'],
.button:hover,
button:focus,
input:focus[type='button'],
input:focus[type='reset'],
input:focus[type='submit'],
.button:focus {
  background-color: #c3251d;
  color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
  color: #fff;
}

.footer-widgets button,
.footer-widgets input[type='button'],
.footer-widgets input[type='reset'],
.footer-widgets input[type='submit'],
.footer-widgets .button {
  background-color: #c3251d;
  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,
.footer-widgets button:focus,
.footer-widgets input:focus[type='button'],
.footer-widgets input:focus[type='reset'],
.footer-widgets input:focus[type='submit'],
.footer-widgets .button:focus {
  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;
}

/* ## Screen Reader Text .
--------------------------------------------- */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
  /* removed search focus -cn */
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 0.8888888889rem;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000;
  /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* ## Site Containers
--------------------------------------------- */
.site-container {
  background-color: #f7f7f7;
}

.site-inner,
.wrap {
  margin: 0 auto;
  max-width: 1000px;
}

.site-inner {
  clear: both;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  border-left: solid 1px #b8bec4;
  border-right: solid 1px #b8bec4;
  background-color: #fff;
}

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

.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: 639px;
}

.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: 322px;
}

.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
--------------------------------------------- */
.archive-description,
.author-box {
  background-color: #fff;
  font-size: 0.8888888889rem;
  /* margin-bottom: 40px; */
  /* padding: 40px; */
  padding-left: 5px;
}
.archive-description h1.entry-title,
.author-box h1.entry-title {
  color: #bf1016;
}

.author-box-title {
  font-size: 0.8888888889rem;
  margin-bottom: 4px;
}

.archive-description p:last-child,
.author-box p:last-child {
  margin-bottom: 0;
}

/* ## Search Form !!
--------------------------------------------- */
.search-form {
  overflow: hidden;
}

.site-header .search-form {
  float: right;
  margin-top: 12px;
  -webkit-box-shadow: 0 0 20px #93c3ff;
  -moz-box-shadow: 0 0 20px #93c3ff;
  box-shadow: 0px 0px 8px #93c3ff;
  border: 1px solid #0267ad;
  border-top-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

.entry-content .search-form,
.site-header .search-form {
  width: 80%;
}

.genesis-nav-menu .search input[type='submit'],
.widget_search input[type='submit'] {
  background-color: #fff;
  position: absolute;
  margin-left: -107px;
  padding: 16px 24px;
  background: url('/wp-content/themes/genesis-child/images/find_button.png')
    no-repeat left;
  width: 107px;
  border-bottom-right-radius: 12px;
  border-top-right-radius: 12px;
}

/* ## Search Body
Page-specific styling for Search page
--------------------------------------------- */
body.search .content {
  width: 100%;
}
body.search .entry-title {
  font-size: 18px;
  line-height: 133%;
  font-weight: 500;
  margin-bottom: 3px !important;
}
body.search .entry-content {
  margin-bottom: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  line-height: 133%;
}
body.search .category-wrap {
  border: 0;
  margin-bottom: 20px;
}
body.search article.entry {
  border-bottom: 0;
}
body.search .search-keyword {
  background-color: #efefef;
}
body.search .search-results {
  line-height: 19px;
  margin: 10px 0;
}
body.search .search-results a:link,
body.search .search-results a:visited {
  color: green;
  font-size: 1.5rem;
  text-decoration: none;
  font-weight: 500;
  font-family: roboto;
}
body.search .search-results a:link span,
body.search .search-results a:visited span {
  font-weight: 900;
}
body.search .search-results a:hover {
  color: #bf1016;
}

/* ## Titles
--------------------------------------------- */
.archive-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #bf1016;
  margin-bottom: 4px;
}

.entry-title {
  font-size: 18px;
  line-height: 133%;
  font-weight: 500;
  margin-bottom: 3px !important;
}
.entry-title a {
  color: #0459a2;
  text-decoration: none;
}
.entry-title a:hover,
.entry-title a:focus {
  text-decoration: underline;
  color: #bf1016;
}

h1.entry-title {
  font-size: 2.5rem;
  font-weight: 600;
  color: #0459a2;
  margin-bottom: 2px !important;
  line-height: 1.15em;
}

.sidebar .widget-title a {
  color: #333;
}

.widget-title {
  font-size: 1rem;
  margin-bottom: 20px;
}

.footer-widgets .widget-title {
  color: #fff;
}

.archive-description h1 {
  color: #bf1016;
  font-size: 2rem;
  font-weight: 600;
}

/* ## 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 18px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
  margin: 0 0 24px 0;
}

.wp-caption-text {
  font-size: 0.7777777778rem;
  font-weight: 700;
  text-align: center;
}

.entry-content p.wp-caption-text {
  margin-bottom: 0;
}
.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
  margin: 0 0 28px;
}

.sticky {
  display: block;
}

/* ## Join and Login links that appear next to Search bar in Header on all pages 
--------------------------------------------- */
.login-links {
  font-size: 14px;
  max-width: 630px;
  color: #0459a2;
  padding-right: 13px;
}
.login-links a {
  color: #0459a2;
}

/* # 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: 0;
  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 {
  margin-bottom: 20px;
  padding: 0 0 24px;
}
.featured-content .entry-title {
  font-size: 1.4444444444rem;
  line-height: 19px;
}

.footer-widgets h3.widgettitle {
  font-weight: 400;
  font-size: 20px !important;
  line-height: 125%;
  padding-left: 8px;
  border-left: none;
  color: #9cd4ff;
  text-shadow: 1px 1px #000;
  text-transform: uppercase;
}
.footer-widgets .category-wrap {
  border: 0;
  padding: 0;
  margin: 0;
}
.footer-widgets .featured-content {
  margin-bottom: 20px !important;
}
.footer-widgets .featured-content h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #9cd4ff;
  margin-bottom: 8px;
  text-shadow: 1px 1px #000;
}
.footer-widgets .entry {
  margin-bottom: 0;
  padding-bottom: 3px;
  border: 0;
}
.footer-widgets .entry h4.entry-title {
  font-weight: 400;
  font-size: 15px !important;
  line-height: 125%;
  border-left: 2px solid rgba(240, 240, 240, 0.14);
  padding-left: 8px;
}
.footer-widgets .entry h4.entry-title a:hover {
  color: #47afff;
  text-decoration: none;
}

.featured-posts-more-link {
  clear: both;
  text-align: right;
  font-size: 2rem;
}
.featured-posts-more-link a.link,
.featured-posts-more-link a.visited {
  color: #bf1016;
}

/* ## Newsletter
--------------------------------------------- */
.single-post-wrapper .newsletter-signup {
  display: flex;
}

.newsletter-signup {
  line-height: 1;
  background-color: #e8effa;
  padding-top: 10px;
  padding-bottom: 10px;
}
.newsletter-signup .wrap {
  border-bottom: 1px solid #b8bec4;
  padding-bottom: 10px;
  margin-bottom: -10px;
}
.newsletter-signup .call-to-action {
  float: left;
  color: #0459a2;
  width: 42%;
  padding-right: 18px;
}
.newsletter-signup .call-to-action p {
  margin: 0;
  text-align: left;
  max-width: 330px;
  float: right;
  font-weight: bold;
  font-family: roboto;
  font-size: 1.5rem;
}
.newsletter-signup .name-field,
.newsletter-signup .email-field {
  float: left;
  background-color: #fff;
  width: 20%;
  margin-left: 5px;
  border: 1.5px solid #b7bbbf;
}
.newsletter-signup .name-field input,
.newsletter-signup .email-field input {
  padding: 5px;
  color: #000;
  font-size: 1.4rem;
}
.newsletter-signup .name-field label,
.newsletter-signup .email-field label {
  display: block;
  color: red;
  font-size: 12px;
  padding: 5px;
  text-align: center;
  background-color: #f6f7f8;
}
.newsletter-signup .action-button {
  float: left;
}
.newsletter-signup .action-button input[type='submit'] {
  padding: 5px 10px;
  font-size: 1.5rem;
  text-transform: none;
  background-color: #104ca2;
  color: #fff;
  margin-left: 10px;
  margin-top: 2px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}
.newsletter-signup .newsletter-close-button {
  float: right;
  margin-top: -28px;
}
.newsletter-signup .newsletter-close-button p {
  position: absolute;
  color: #b7bbbf;
  font-size: 12px;
  margin-top: -6px;
  margin-left: -23px;
}
.newsletter-signup .newsletter-close-button a {
  background: url('/wp-content/themes/genesis-child/images/newsletter-hideit-x.png')
    no-repeat;
  width: 17px;
  height: 17px;
  display: block;
  margin-top: 8px;
  margin-left: -14px;
}

.after-post .newsletter-signup {
  border-bottom: 10px solid #007fbc;
  margin-bottom: 10px;
}
.after-post .newsletter-signup .call-to-action {
  width: 46%;
  padding-left: 13px;
}
.after-post .newsletter-signup .newsletter-fields {
  margin-top: 9px;
}
.after-post .newsletter-signup .action-button input[type='submit'] {
  background-color: #007fbc;
  padding: 8px 10px;
  margin-top: -2px;
}

/* ## Below Homepage Main Content :: ie: Featured Posts 
--------------------------------------------- */
.below-home-featured {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 20px 0;
  overflow: hidden;
}
.below-home-featured article:nth-child(2n + 1) {
  clear: both;
  border-right: solid 1px #e8effa;
}
.below-home-featured .category-wrap a:hover img {
  box-shadow: 0 0 3px #acc4d7 !important;
}
.below-home-featured .category-wrap a img {
  border-radius: 4px;
  background-color: #e8effa !important;
}
.below-home-featured .featured-content {
  margin-top: 10px;
}
.below-home-featured .featured-content .entry-header {
  float: left;
  margin-left: 10px;
  width: 63%;
}
.below-home-featured .featured-content .entry-social-views {
  color: #808080;
  font-size: 1.1rem;
}
.below-home-featured .featured-content .entry-content {
  clear: both;
}
.below-home-featured .featured-content .entry-content p,
.below-home-featured .featured-content .entry-content .excerpt-container {
  font-size: 14px;
  font-family: 'Source Sans Pro', sans-serif;
}
.below-home-featured
  .featured-content
  .entry-content
  .excerpt-container
  p:first-of-type {
  height: 66px;
}
.below-home-featured .featured-content .entry-content a.more-link {
  display: initial;
}
.below-home-featured .featured-content .entry {
  float: left;
  width: 49%;
  /* 235px / 1060px */
  /* MAY NEED TO TWEAK */
  margin-right: 10px;
  /* 40px / 1060px */
  border-bottom: solid 1px #e8effa;
  margin-bottom: 0px;
}
.below-home-featured .featured-content .entry:nth-of-type(3),
.below-home-featured .featured-content .entry:last-of-type {
  border-bottom: none;
  padding-top: 20px;
  margin-right: 0px;
}
.below-home-featured .featured-content .entry:nth-of-type(1) {
  margin-right: 0px;
}
.below-home-featured .featured-content .entry:nth-of-type(4),
.below-home-featured .featured-content .entry:nth-of-type(2) {
  padding-left: 10px;
}
.below-home-featured .featured-content a.alignleft {
  /* remove margin from bottom of thumbnail */
  margin: 0px;
  line-height: 1;
}
.below-home-featured .featured-content img {
  -moz-box-shadow: 0 0 3px #999;
  -webkit-box-shadow: 0 0 3px #999;
  box-shadow: 0 0 3px #999;
  margin: 0 0 10px;
  padding: 3px;
  width: 96px;
  height: 60px;
}
.below-home-featured .featured-content img:hover {
  -moz-box-shadow: 0 0 3px #333;
  -webkit-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
}
.below-home-featured .featured-content h2,
.below-home-featured .featured-content h2 a {
  font-size: 17px;
}
.below-home-featured h3.widget-title {
  font-size: 2.2222222222rem;
  font-weight: 600;
  color: #bf1016;
  margin-top: 20px;
  margin-bottom: 4px;
}

/* ## Sidebar Featured Video Box
--------------------------------------------- */
.fluid-width-video-wrapper {
  max-width: 640px;
}

.widget_ttac-youtube-video {
  padding: 2px 5px !important;
  margin-bottom: 5px;
}
.widget_ttac-youtube-video img {
  width: 100%;
}
.widget_ttac-youtube-video h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0px;
  color: #0459a2;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
.widget_ttac-youtube-video p {
  font-size: 1.4rem;
  margin-bottom: 0px;
  color: #0459a2;
  text-align: center;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}

#genesis-sidebar-primary .featured-content img {
  width: 50px;
}
#genesis-sidebar-primary .entry {
  padding-bottom: 0px;
}

/* ## Cancer Risk Box :: appears after post content
--------------------------------------------- */
.cancer-risk-box {
  display: flex;
  text-align: center;
  border: solid rgba(4, 89, 162, 0.44) 1px;
  background-color: #f8f9e7;
  margin: 20px 0;
}
.cancer-risk-box .cancer-risk-box-inner {
  padding: 20px;
  max-width: 625px;
  margin: 0 auto;
}
.cancer-risk-box .cancer-risk-box-inner h3 {
  font-weight: 500;
  font-size: 21px;
}
.cancer-risk-box .cancer-risk-box-inner p {
  font-size: 17px;
  margin-bottom: 10px;
  line-height: 21px;
  font-weight: normal;
  font-family: roboto;
}
.cancer-risk-box .cancer-risk-box-inner p a {
  color: #0459a2;
}
.cancer-risk-box .cancer-risk-box-inner p a:hover {
  color: #bf1016;
}

/* ## Next/Prev Article Box
--------------------------------------------- */
.next-prev-article-box {
  margin-bottom: 67px;
}
.next-prev-article-box .next-prev-article-box-arrow-left,
.next-prev-article-box .next-prev-article-box-text-left {
  float: left;
  text-align: left;
}
.next-prev-article-box .next-prev-article-box-arrow-right,
.next-prev-article-box .next-prev-article-box-text-right {
  float: right;
  text-align: right;
}
.next-prev-article-box .next-prev-article-box-arrow-left {
  /*	padding-left: 10px;
    	padding-top: 7px;	*/
}
.next-prev-article-box .next-prev-article-box-arrow-right {
  /*	padding-right: 10px;
    	padding-top: 7px;	*/
}
.next-prev-article-box .next-prev-article-box-arrow-left,
.next-prev-article-box .next-prev-article-box-arrow-right {
  background-color: #bf1016;
  width: 60px;
  height: 57px;
  font-size: 2rem;
}
.next-prev-article-box .next-prev-article-box-arrow-left a,
.next-prev-article-box .next-prev-article-box-arrow-right a {
  height: 57px;
  text-align: center;
  line-height: 50px;
}
.next-prev-article-box .next-prev-article-box-arrow-left a:link,
.next-prev-article-box .next-prev-article-box-arrow-left a:visited,
.next-prev-article-box .next-prev-article-box-arrow-right a:link,
.next-prev-article-box .next-prev-article-box-arrow-right a:visited {
  color: #fff;
  text-decoration: none;
  display: block;
}
.next-prev-article-box .next-prev-article-box-text-left {
  margin-left: 8px;
}
.next-prev-article-box .next-prev-article-box-text-right {
  margin-right: 8px;
}
.next-prev-article-box .next-prev-article-box-text-left,
.next-prev-article-box .next-prev-article-box-text-right {
  font-family: 'Roboto', sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
  width: 38%;
  line-height: 1.2em;
}
.next-prev-article-box
  .next-prev-article-box-text-left
  .next-prev-article-box-copy,
.next-prev-article-box
  .next-prev-article-box-text-right
  .next-prev-article-box-copy {
  color: #0459a2;
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: -2px;
}
.next-prev-article-box .next-prev-article-box-text-left a:link,
.next-prev-article-box .next-prev-article-box-text-left a:visited,
.next-prev-article-box .next-prev-article-box-text-right a:link,
.next-prev-article-box .next-prev-article-box-text-right a:visited {
  color: #0459a2;
}
.next-prev-article-box .next-prev-article-box-text-left a:hover,
.next-prev-article-box .next-prev-article-box-text-right a:hover {
  color: #bf1016;
}

/* ## h_Featured Posts plugin styling
--------------------------------------------- */
.popular-posts-widget {
  background-color: transparent !important;
}
.popular-posts-widget h3.widget-title {
  font-size: 2rem;
  color: #bf1016;
  margin-bottom: 2px;
  margin-top: 15px;
  font-weight: 500;
}

.h-featured-wrapper {
  border: solid 3px #e8effa;
  padding: 4px;
  margin-bottom: 15px;
}
.h-featured-wrapper .h-featured-post-wrap:last-child {
  border-bottom: 0;
}
.h-featured-wrapper .h-featured-post-wrap {
  min-height: 111px;
  clear: both;
  border-bottom: solid 1px #ccc;
  margin-top: 14px;
}
.h-featured-wrapper .h-featured-post-wrap .h-featured-thumb {
  margin-right: 8px;
  margin-left: 8px;
  float: left;
}
.h-featured-wrapper .h-featured-post-wrap .h-featured-thumb img {
  width: 98px;
  height: 98px;
}
.h-featured-wrapper .h-featured-post-wrap .h-featured-title {
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.1rem;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 17px;
}
.h-featured-wrapper .h-featured-post-wrap .h-featured-title a:link,
.h-featured-wrapper .h-featured-post-wrap .h-featured-title a:visited {
  text-decoration: none;
  color: #0459a2;
}
.h-featured-wrapper .h-featured-post-wrap .h-featured-title a:hover {
  color: #bf1016;
}
.h-featured-wrapper .h-featured-post-wrap .h-read-more {
  margin-top: 7px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.1rem;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.h-featured-wrapper .h-featured-post-wrap .h-read-more a:link,
.h-featured-wrapper .h-featured-post-wrap .h-read-more a:visited {
  color: #0459a2;
}
.h-featured-wrapper .h-featured-post-wrap .h-read-more a:hover {
  color: #bf1016;
}
.h-featured-wrapper .h-featured-post-wrap .h-featured-author {
  margin-top: 5px;
  color: #888;
  font-family: roboto;
  font-size: 12px;
  font-weight: normal;
}
.h-featured-wrapper .h-featured-post-wrap .h-featured-popularity {
  color: #888;
  font-size: 12px;
}

/* ## Author Bio, which is seen beneath post content
--------------------------------------------- */
.ttac-author-box {
  clear: both;
  margin-top: 0px;
  margin-bottom: 23px;
  background-color: #fff;
  border: solid 1px #bbb;
  display: flex;
}
.ttac-author-box .ttac-author-box-name {
  min-height: 205px;
  float: left;
  width: 30%;
  text-align: center;
  background-color: #e8effa;
  padding-top: 15px;
}
.ttac-author-box .ttac-author-box-name img.ttac-author-box-image {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 75px;
  -moz-border-radius: 75px;
  border-radius: 75px;
  border: solid 4px #e8effa;
}
.ttac-author-box .ttac-author-box-name h4 {
  font-size: 1.5rem;
  text-align: center;
  font-weight: 700;
  margin-bottom: 0;
}
.ttac-author-box .ttac-author-box-wrapper {
  float: right;
  width: 70%;
}
.ttac-author-box .ttac-author-box-wrapper .ttac-author-box-bio {
  font-family: 'Roboto', sans-serif;
  display: inline-block;
  vertical-align: middle;
  background-color: #efefe;
  color: #000;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
}
.ttac-author-box .ttac-author-box-wrapper .ttac-author-box-bio p {
  font-size: 15px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 133%;
  margin-bottom: 18px;
}

/* ## Article Summary Box ..
--------------------------------------------- */
.ttac-article-summary-top-link {
  background-color: #e8effa;
  padding: 4px 6px;
  /*test*/
  display: flex;
  margin: 12px 0;
  border-radius: 6px;
  max-width: 444px;
  border: 1px solid #fff;
}
.ttac-article-summary-top-link h2 {
  font-size: 18px;
  margin-bottom: 0;
}
.ttac-article-summary-top-link h2 a:hover {
  color: blue;
  text-decoration: underline;
}

.ttac-article-summary-box {
  display: table;
  border: solid 1px #e8effa;
  background-color: #e8effa;
  padding: 20px 40px 20px 25px;
  margin-bottom: 2px;
  margin: 10px auto 30px;
}
.ttac-article-summary-box h2 {
  font-size: 22px;
  color: #398db0;
  font-family: roboto;
  margin-bottom: 18px;
}
.ttac-article-summary-box ul {
  margin-left: 20px !important;
}
.ttac-article-summary-box li {
  list-style-type: none !important;
  font-size: 14px;
  margin-left: 22px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: normal;
}
.ttac-article-summary-box li p {
  line-height: 133% !important;
}
.ttac-article-summary-box li:before {
  content: '';
  width: 13px;
  height: 13px;
  position: absolute;
  margin-left: -23px;
  background-color: #007fbc;
  border-radius: 8px;
  margin-top: 5px;
}

/* ## References Box
--------------------------------------------- */
.ttac-reference-listing-box {
  background-color: #eee;
  margin-bottom: 28px;
  padding-bottom: 12px;
  padding-top: 17px;
}
.ttac-reference-listing-box h2 {
  font-size: 1.1rem;
  font-weight: 900;
  margin-left: 9px;
}
.ttac-reference-listing-box h2 a {
  font-size: 18px;
  font-weight: 700;
  color: #0459a2;
}
.ttac-reference-listing-box .ttac-reference-link {
  font-size: 1.2rem;
}
.ttac-reference-listing-box .ttac-reference-link a.link,
.ttac-reference-listing-box .ttac-reference-link a.visited {
  color: green;
}
.ttac-reference-listing-box .ttac-reference-link:hover {
  text-decoration: underline;
}
.ttac-reference-listing-box .ttac-reference-listing-box-content {
  display: none;
}
.ttac-reference-listing-box .ttac-reference-listing-box-content ul li {
  margin-left: 16px;
  line-height: 16px;
  margin-bottom: 11px;
}
.ttac-reference-listing-box .ttac-reference-listing-box-content ul li a {
  font-size: 14px;
  color: #0459a2;
  text-decoration: none;
}

/* ## References Box
--------------------------------------------- */
.ttac-ad {
  background-color: transparent;
  max-width: 300px;
  margin: 0 auto;
}
.ttac-ad img {
  width: 100%;
}

/* Charities */
.charities {
  background-color: #e7e7e7;
}

.patronage-headline {
  font-size: 18px;
  font-weight: 700;
  margin: 0 auto;
  max-width: 896px;
  text-align: center;
  margin-top: 13px;
  line-height: 133%;
}

.charities .widget-wrap {
  /* max-width: 335px; */
  max-width: 290px;
  float: left;
}

.charities #text-11 .widget-wrap {
  max-width: none;
  float: none;
}

.charities .wrap {
  max-width: 980px;
  margin: 0 auto;
}

/* # RP4WP: Related Stories displayed at the end of posts
---------------------------------------------------------------------------------------------------- */
.rp4wp-related-posts h3 {
  margin-left: 19px;
}

.related-posts-box-container {
  float: left;
  width: 210px;
  margin: 5px !important;
  margin-left: 10px !important;
  vertical-align: top !important;
  padding-left: 8px !important;
}
.related-posts-box-container a {
  text-decoration: none;
}
.related-posts-box-container a li:hover {
  color: #bf1016 !important;
}
.related-posts-box-container li {
  overflow: visible !important;
  font-family: 'Roboto', sans-serif;
  font-size: 16px !important;
  letter-spacing: -0.5px;
  font-weight: 400;
  line-height: 19px !important;
  color: #0459a2;
  margin-top: 4px !important;
  width: 180px !important;
  text-decoration: none;
}

/* ## Social Warfare
--------------------------------------------- */
.social_warfare {
  display: flex;
}

.nc_socialPanel {
  clear: none !important;
}

/* # Social share tools style overrides
---------------------------------------------------------------------------------------------------- */
/* ## Breadcrumbs 
--------------------------------------------- */
.breadcrumb {
  margin-bottom: 20px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 1.3rem;
}
.breadcrumb a:link,
.breadcrumb a:visited {
  color: #0459a2;
}
.breadcrumb a:hover {
  text-decoration: none;
}

/* ## Popbox, Used Under Main Header
--------------------------------------------- */
.popbox {
  display: none;
}

.ad1-close-button,
.ad2-close-button {
  float: right;
  margin-top: -28px;
}
.ad1-close-button p,
.ad2-close-button p {
  position: absolute;
  color: #b7bbbf;
  font-size: 12px;
  margin-top: -6px;
  margin-left: -23px;
}
.ad1-close-button a,
.ad2-close-button a {
  background: url('/wp-content/themes/genesis-child/images/newsletter-hideit-x.png')
    no-repeat;
  width: 17px;
  height: 17px;
  display: block;
  margin-top: 8px;
  margin-left: -14px;
}

/* # Plugins
---------------------------------------------------------------------------------------------------- */
/* ## Genesis eNews Extended
--------------------------------------------- */
.enews-widget {
  color: #fff;
}
.enews-widget .widget-title {
  color: #fff;
}
.enews-widget input,
.enews-widget input:focus {
  border: 1px solid #333;
}
.enews-widget input {
  font-size: 0.8888888889rem;
  margin-bottom: 16px;
}
.enews-widget input[type='submit'] {
  background-color: #c3251d;
  color: #fff;
  margin: 0;
  width: 100%;
}
.enews-widget input:hover[type='submit'],
.enews-widget input:focus[type='submit'] {
  background-color: #fff;
  color: #333;
}

.sidebar .widget.enews-widget {
  background-color: #333;
}

.enews form + p {
  margin-top: 24px;
}

/* ## Style for custom button shortcode [tn-blue-cta_button link=""]Your content[/tn_blue_cta_button]
--------------------------------------------- */
.tn-blue-cta-button-container {
  width: 100%;
  text-align: center;
  display: block;
}
.tn-blue-cta-button {
  background-color: rgba(4, 89, 162, 0.7);
  border-radius: 40px;
  border: 1px solid rgba(4, 89, 162, 0.7);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.36);
  color: #fff;
  display: block;
  font-family: 'Akkurat-Bold', sans-serif;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 1px;
  margin: 0 auto;
  margin-bottom: 18px;
  max-width: 570px;
  width: auto;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
.tn-blue-cta-button:hover {
  color: #fff;
  border: 1px solid #0069ff;
  transform: scale(1.03);
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.24);
}

/* ## Jetpack
--------------------------------------------- */
#wpstats {
  display: none;
}

body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.sweet-overlay {
  background-color: black;
  /* IE8 */
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=40)';
  /* IE8 */
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 10000;
}

.sweet-alert {
  background-color: white;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 99999;
}

@media all and (max-width: 540px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert h2 {
  color: #575757;
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  text-transform: none;
  position: relative;
  margin: 25px 0;
  padding: 0;
  line-height: 40px;
  display: block;
}

.sweet-alert p {
  color: #797979;
  font-size: 16px;
  text-align: center;
  font-weight: 300;
  position: relative;
  text-align: inherit;
  float: none;
  margin: 0;
  padding: 0;
  line-height: normal;
}

.sweet-alert fieldset {
  border: none;
  position: relative;
}

.sweet-alert .sa-error-container {
  background-color: #f1f1f1;
  margin-left: -17px;
  margin-right: -17px;
  overflow: hidden;
  padding: 0 10px;
  max-height: 0;
  webkit-transition: padding 0.15s, max-height 0.15s;
  transition: padding 0.15s, max-height 0.15s;
}

.sweet-alert .sa-error-container.show {
  padding: 10px 0;
  max-height: 100px;
  webkit-transition: padding 0.2s, max-height 0.2s;
  transition: padding 0.25s, max-height 0.25s;
}

.sweet-alert .sa-error-container .icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #ea7d7d;
  color: white;
  line-height: 24px;
  text-align: center;
  margin-right: 3px;
}

.sweet-alert .sa-error-container p {
  display: inline-block;
}

.sweet-alert .sa-input-error {
  position: absolute;
  top: 29px;
  right: 26px;
  width: 20px;
  height: 20px;
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.sweet-alert .sa-input-error::before,
.sweet-alert .sa-input-error::after {
  content: '';
  width: 20px;
  height: 6px;
  background-color: #f06e57;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 50%;
  margin-left: -9px;
}

.sweet-alert .sa-input-error::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-input-error::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-input-error.show {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.sweet-alert input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #d7d7d7;
  height: 43px;
  margin-top: 10px;
  margin-bottom: 17px;
  font-size: 18px;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.06);
  padding: 0 12px;
  display: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.sweet-alert input:focus {
  outline: none;
  box-shadow: 0px 0px 3px #c4e6f5;
  border: 1px solid #b4dbed;
}

.sweet-alert input:focus::-moz-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus:-ms-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input:focus::-webkit-input-placeholder {
  transition: opacity 0.3s 0.03s ease;
  opacity: 0.5;
}

.sweet-alert input::-moz-placeholder {
  color: #bdbdbd;
}

.sweet-alert input:-ms-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert input::-webkit-input-placeholder {
  color: #bdbdbd;
}

.sweet-alert.show-input input {
  display: block;
}

.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}

.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: 4px;
  opacity: 0;
  visibility: hidden;
}

.sweet-alert button {
  background-color: #8cd4f5;
  color: white;
  border: none;
  box-shadow: none;
  font-size: 17px;
  font-weight: 500;
  -webkit-border-radius: 4px;
  border-radius: 5px;
  padding: 10px 32px;
  margin: 26px 5px 0 5px;
  cursor: pointer;
}

.sweet-alert button:focus {
  outline: none;
  box-shadow: 0 0 2px rgba(128, 179, 235, 0.5),
    inset 0 0 0 1px rgba(0, 0, 0, 0.05);
}

.sweet-alert button:hover {
  background-color: #7ecff4;
}

.sweet-alert button:active {
  background-color: #5dc2f1;
}

.sweet-alert button.cancel {
  background-color: #c1c1c1;
}

.sweet-alert button.cancel:hover {
  background-color: #b9b9b9;
}

.sweet-alert button.cancel:active {
  background-color: #a8a8a8;
}

.sweet-alert button.cancel:focus {
  box-shadow: rgba(197, 205, 211, 0.8) 0px 0px 2px,
    rgba(0, 0, 0, 0.0470588) 0px 0px 0px 1px inset !important;
}

.sweet-alert button[disabled] {
  opacity: 0.6;
  cursor: default;
}

.sweet-alert button.confirm[disabled] {
  color: transparent;
}

.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.sweet-alert button::-moz-focus-inner {
  border: 0;
}

.sweet-alert[data-has-cancel-button='false'] button {
  box-shadow: none !important;
}

.sweet-alert[data-has-confirm-button='false'][data-has-cancel-button='false'] {
  padding-bottom: 40px;
}

.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  margin: 20px auto;
  padding: 0;
  position: relative;
  box-sizing: content-box;
}

.sweet-alert .sa-icon.sa-error {
  border-color: #f27474;
}

.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}

.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #f27474;
  display: block;
  top: 37px;
  border-radius: 2px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 17px;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 16px;
}

.sweet-alert .sa-icon.sa-warning {
  border-color: #f8bb86;
}

.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #f8bb86;
}

.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #f8bb86;
}

.sweet-alert .sa-icon.sa-info {
  border-color: #c9dae1;
}

.sweet-alert .sa-icon.sa-info::before {
  content: '';
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #c9dae1;
}

.sweet-alert .sa-icon.sa-info::after {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #c9dae1;
}

.sweet-alert .sa-icon.sa-success {
  border-color: #a5dc86;
}

.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
  content: '';
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success::before {
  -webkit-border-radius: 120px 0 0 120px;
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 60px 60px;
  transform-origin: 60px 60px;
}

.sweet-alert .sa-icon.sa-success::after {
  -webkit-border-radius: 0 120px 120px 0;
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0px 60px;
  transform-origin: 0px 60px;
}

.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(165, 220, 134, 0.2);
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: white;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #a5dc86;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}

/*
 * Animations
 */
@-webkit-keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
    -webkit-transform: scale(0.95);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  100% {
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
}
@-webkit-keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@-webkit-keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@-webkit-keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
.showSweetAlert[data-animation='pop'] {
  -webkit-animation: showSweetAlert 0.3s;
  animation: showSweetAlert 0.3s;
}

.showSweetAlert[data-animation='none'] {
  -webkit-animation: none;
  animation: none;
}

.showSweetAlert[data-animation='slide-from-top'] {
  -webkit-animation: slideFromTop 0.3s;
  animation: slideFromTop 0.3s;
}

.showSweetAlert[data-animation='slide-from-bottom'] {
  -webkit-animation: slideFromBottom 0.3s;
  animation: slideFromBottom 0.3s;
}

.hideSweetAlert[data-animation='pop'] {
  -webkit-animation: hideSweetAlert 0.2s;
  animation: hideSweetAlert 0.2s;
}

.hideSweetAlert[data-animation='none'] {
  -webkit-animation: none;
  animation: none;
}

.hideSweetAlert[data-animation='slide-from-top'] {
  -webkit-animation: slideToTop 0.4s;
  animation: slideToTop 0.4s;
}

.hideSweetAlert[data-animation='slide-from-bottom'] {
  -webkit-animation: slideToBottom 0.3s;
  animation: slideToBottom 0.3s;
}

@-webkit-keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@-webkit-keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@-webkit-keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
    -webkit-transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  -webkit-animation: animateSuccessTip 0.75s;
  animation: animateSuccessTip 0.75s;
}

.animateSuccessLong {
  -webkit-animation: animateSuccessLong 0.75s;
  animation: animateSuccessLong 0.75s;
}

.sa-icon.sa-success.animate::after {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
  animation: rotatePlaceholder 4.25s ease-in;
}

@-webkit-keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    -webkit-transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  -webkit-animation: animateErrorIcon 0.5s;
  animation: animateErrorIcon 0.5s;
}

@-webkit-keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  -webkit-animation: animateXMark 0.5s;
  animation: animateXMark 0.5s;
}

@-webkit-keyframes pulseWarning {
  0% {
    border-color: #f8d486;
  }
  100% {
    border-color: #f8bb86;
  }
}
@keyframes pulseWarning {
  0% {
    border-color: #f8d486;
  }
  100% {
    border-color: #f8bb86;
  }
}
.pulseWarning {
  -webkit-animation: pulseWarning 0.75s infinite alternate;
  animation: pulseWarning 0.75s infinite alternate;
}

@-webkit-keyframes pulseWarningIns {
  0% {
    background-color: #f8d486;
  }
  100% {
    background-color: #f8bb86;
  }
}
@keyframes pulseWarningIns {
  0% {
    background-color: #f8d486;
  }
  100% {
    background-color: #f8bb86;
  }
}
.pulseWarningIns {
  -webkit-animation: pulseWarningIns 0.75s infinite alternate;
  animation: pulseWarningIns 0.75s infinite alternate;
}

@-webkit-keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Internet Explorer 9 has some special quirks that are fixed here */
/* The icons are not animated. */
/* This file is automatically merged into sweet-alert.min.js through Gulp */
/* Error icon */
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  -ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  -ms-transform: rotate(-45deg) \9;
}

/* Success icon */
.sweet-alert .sa-icon.sa-success {
  border-color: transparent\9;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  -ms-transform: rotate(45deg) \9;
}

.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  -ms-transform: rotate(-45deg) \9;
}

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}

.la-ball-fall.la-dark {
  color: #333;
}

.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}

.la-ball-fall {
  width: 54px;
  height: 18px;
}

.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
}

.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms;
}

.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms;
}

.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}

.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}

.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}

.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}

.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}

.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}

.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}

/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: 0.5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
  background-color: #fff;
  min-height: 130px;
}
.site-header .wrap {
  padding: 5px 0 0px;
}

/* ## Title Area !
--------------------------------------------- */
.title-area {
  float: left;
  padding: 10px 0;
  width: 372px;
}
.title-area h1,
.title-area p {
  width: 372px;
  margin: 0 auto;
}

.header-full-width .title-area {
  width: 100%;
}

.site-title {
  font-size: 1.7777777778rem;
  font-weight: 400;
  line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
  color: #333;
}

/* TEST 101 */
.header-image .site-title > a {
  background: url('https://thetruthaboutcancer.com/wp-content/uploads/Logo-Blue-R.png')
    no-repeat left;
  float: left;
  width: 372px;
  background-size: 372px;
  min-height: 106px;
}

.site-description {
  font-size: 0.8888888889rem;
  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: 520px;
  margin-top: 17px;
}

.widget_facebook_likebox {
  margin-top: 32px;
}

/* # Site Navigation ....
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
  clear: both;
  font-size: 1.5rem;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  width: 100%;
}
.genesis-nav-menu .menu-item {
  display: inline-block;
  text-align: left;
  border-left: 1px solid #3078d1;
  margin-left: -1px;
  padding-right: 5px;
}
.genesis-nav-menu .menu-item:first-of-type {
  margin-left: 0px;
}
.genesis-nav-menu .menu-item:last-of-type {
  border-right: 1px solid #3078d1;
}
.genesis-nav-menu .menu-item-has-children a:after {
  content: '';
  width: 11px;
  height: 10px;
  position: absolute;
  background: url('/wp-content/themes/genesis-child/images/menu-item-has-children.png');
  margin-top: 4px;
  margin-left: 4px;
}
.genesis-nav-menu .current-menu-item a:after {
  background: url('/wp-content/themes/genesis-child/images/menu-item-has-children-selected.png');
}
.genesis-nav-menu a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 20px 16px;
}
.genesis-nav-menu .menu-item-has-children > a {
  padding: 20px 20px 20px 10px;
}
.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus {
  color: #c3251d;
  text-decoration: underline;
}
.genesis-nav-menu .sub-menu {
  /* @include transition(opacity .4s ease-in-out);  want it to be snappy */
  left: -9999px;
  opacity: 0;
  position: absolute;
  width: 200px;
  z-index: 99;
  margin-left: 4px;
}
.genesis-nav-menu .sub-menu .menu-item {
  border: none !important;
}
.genesis-nav-menu .sub-menu .menu-item :hover {
  background-color: #ffffef;
}
.genesis-nav-menu .sub-menu a {
  color: #005088 !important;
  background-color: #fcfcfc;
  /* border: 1px solid #cecece; */
  box-shadow: inset 0px 0px 0px 1px #0459a2;
  -webkit-box-shadow: inset 0px 0px 1px #0459a2;
  -moz-box-shadow: inset 0px 0px 0px 1px #0459a2;
  border-top: 0;
  font-size: 1.4444444444rem;
  padding: 15px 20px;
  position: relative;
  width: 180px;
  word-wrap: break-word;
  font-weight: 500;
}
.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;
}

.nav-next,
.featured-posts-more-link {
  margin-top: 3px;
}
.nav-next a,
.featured-posts-more-link a {
  color: #0459a2;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
}
.nav-next :hover,
.featured-posts-more-link :hover {
  color: #bf1016;
  text-decoration: underline;
}

/* # Responsive Navigation
---------------------------------------------------------------------------------------------------- */
/* Based on: http://robincornett.com/genesis-responsive-menu/ */
/* Navigation toggles
--------------------------------------------- */
.sub-menu-toggle,
.menu-toggle {
  display: none;
  visibility: hidden;
}

@media only screen and (max-width: 800px) {
  #genesis-nav-primary {
    z-index: 2;
  }

  .site-header {
    display: none;
  }

  .mobile-logo {
    width: 109px;
    margin: 0 auto;
  }

  button {
    background-color: #02437c !important;
  }

  button:focus {
    outline: none;
  }

  nav {
    display: none;
    position: relative;
  }

  nav .wrap {
    padding: 0;
  }

  nav.pagination {
    display: block;
  }

  .menu-toggle,
  .sub-menu-toggle {
    display: block;
    visibility: visible;
    overflow: hidden;
    margin: 0 auto;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    background-color: transparent;
  }

  .menu-toggle {
    background-color: #333;
    position: relative;
    padding-top: 11px;
    padding-bottom: 5px;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1000;
    color: white;
    width: 100%;
    cursor: pointer;
  }

  .menu-toggle {
    position: relative !important;
  }

  .menu-mirror-toggle {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 19px;
    z-index: 100;
  }

  .menu-mirror-toggle:before {
    display: inline-block;
    font: normal normal normal 16px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    content: '\f0c9';
    font-size: 22px;
    margin-top: -2px;
  }

  .menu-mirror-toggle.activated:before {
    content: '\f0c9';
  }

  .search-toggle {
    float: left;
    position: absolute;
    top: 0;
    right: 0;
    padding: 19px;
    z-index: 100;
  }

  .search-toggle:before {
    display: inline-block;
    font: normal normal normal 16px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    content: '\f002';
    font-size: 22px;
    margin-top: -3px;
  }

  .search-toggle.activated:before {
    content: '\f002';
  }

  .mobile-genesis-nav-primary {
    background-color: #02437c;
  }

  .mobile-search {
    margin-bottom: 9px;
    margin-left: 0px;
    padding-top: 8px;
    min-width: 300px;
    display: none;
  }
  .mobile-search .mobile-search-input {
    background-color: #fff;
    width: 55%;
    height: 38px;
    font-size: 2rem;
  }
  .mobile-search .mobile-search-submit {
    height: 38px;
    font-size: 2rem;
    padding-top: 7px;
    background-color: #f7f7f7 !important;
    color: #848484 !important;
    font-family: roboto;
    font-weight: 500;
    text-transform: none;
  }

  .sub-menu-toggle {
    background: #02437c !important;
    float: right;
    position: absolute;
    top: 0px;
    right: 0;
    padding: 19px;
    z-index: 100;
  }

  .current-menu-item .sub-menu-toggle {
    background-color: #fcfcfc !important;
    margin-top: 1px;
  }
  .current-menu-item .sub-menu-toggle:before {
    color: #02437c;
  }

  .sub-menu-toggle:before {
    display: inline-block;
    font: normal normal normal 16px FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    content: '\f107';
  }

  .sub-menu-toggle.activated:before {
    content: '\f106';
  }

  .genesis-nav-menu .menu-item {
    display: block;
    position: relative;
    text-align: left;
  }

  .genesis-nav-menu .menu-item a {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    width: 100%;
    padding: 20px;
  }

  .genesis-nav-menu .menu-item:hover {
    position: relative;
    background-color: #1967a9;
  }
  .genesis-nav-menu .menu-item:hover > a {
    /* font-weight: 500; */
  }
  .genesis-nav-menu .sub-menu .menu-item a {
    font-weight: normal;
  }
  .genesis-nav-menu .sub-menu .menu-item a:hover {
    background-color: #1679cc;
  }

  .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
  .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
    left: 0;
    margin-left: 0;
  }

  .genesis-nav-menu > .menu-item-has-children > a:after {
    content: none;
  }

  .genesis-nav-menu .sub-menu {
    display: none;
    clear: both;
    margin: 0;
    position: static;
    width: 100%;
    opacity: 1;
  }

  .genesis-nav-menu .sub-menu .sub-menu {
    margin: 0;
  }

  .genesis-nav-menu .menu-item {
    padding-right: 0 !important;
  }
  .genesis-nav-menu .sub-menu a {
    border-left: none;
    border-right: none;
    padding-left: 40px;
    color: #eee;
  }

  .nav-primary .genesis-nav-menu .sub-menu a {
    background-color: #1967a9;
    color: #fff !important;
    box-shadow: none;
  }

  .nav-primary {
    position: fixed;
    width: 100%;
    background-color: #02437c !important;
  }
}
/* ## Accessible Menu
--------------------------------------------- */
.menu .menu-item:focus {
  position: static;
}
.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
  left: auto;
  opacity: 1;
}

/* ## 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: #0459a2;
}
.nav-primary .genesis-nav-menu .current-menu-item {
  background: #fcfcfc;
  box-shadow: inset 0px 0px 0px 1px #0459a2;
  -webkit-box-shadow: inset 0px 0px 1px #0459a2;
  -moz-box-shadow: inset 0px 0px 0px 1px #0459a2;
}
.nav-primary .genesis-nav-menu .current-menu-item > a {
  color: #005088 !important;
  font-weight: bold !important;
  text-shadow: none !important;
}
.nav-primary .genesis-nav-menu a {
  color: #fff;
  text-decoration: none;
}
.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu a:focus {
  color: #ffc;
  /* text-shadow: 1px 0px 20px #ffd200; */
  outline: 0 none;
}
.nav-primary .genesis-nav-menu .sub-menu a:after {
  background: none;
}
.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu a:focus,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a {
  color: #c3251d;
  text-shadow: none;
  transition: none;
  font-weight: 500;
}

/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
  background-color: #fff;
}

/* ## Skip Links
--------------------------------------------- */
.genesis-skip-link {
  margin: 0;
}
.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

/* Display outline on focus */
:focus {
  color: #333;
  outline: #ccc solid 1px;
}

/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries 
---------------------------------------------- */
.single-post-wrapper .content {
  float: none;
  width: 100%;
}
.single-post-wrapper .floating-sidebar-wrap {
  float: right;
}
.single-post-wrapper textarea {
  max-width: 640px;
}

.entry {
  margin-bottom: 20px;
  padding: 0px 6px 18px;
  border-bottom: solid 1px #b7bbbf;
}

.entry:last-of-type {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.content .entry {
  background-color: transparent;
}

.category-images {
  margin-bottom: 9px !important;
  box-shadow: 0 0 0 3px #e8effa;
}

.category-wrap {
  border-bottom: solid 3px #d7e4ef;
  border-left: solid 3px #d7e4ef;
  border-top: solid 3px #d7e4ef;
  border-right: solid 3px #d7e4ef;
  padding: 10px;
  overflow: hidden;
}
.category-wrap a:hover img {
  box-shadow: 0 0 0 3px #acc4d7;
}
.category-wrap a img {
  border-radius: 4px;
  background-color: #e8effa;
}

.entry-content img {
  max-width: 622px;
}
.entry-content .aligncenter {
  display: flex;
}
.entry-content a.more-link {
  font-family: 'Roboto', sans-serif;
  color: #0459a2;
  font-weight: 700;
  font-size: 1.2rem;
  z-index: -1;
  margin-top: 10px;
  display: block;
  font-size: 14px;
  line-height: 24px;
}
.entry-content a.more-link:hover {
  text-decoration: underline;
  color: #bf1016;
}
.entry-content p {
  margin-bottom: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 15px;
  line-height: 133%;
}
.entry-content li {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
  font-weight: normal !important;
  line-height: 150%;
  margin-bottom: 9px;
  font-weight: 300;
}
.entry-content ol,
.entry-content ul {
  margin-bottom: 28px;
  margin-left: 40px;
}
.entry-content ol > li {
  list-style-type: decimal !important;
}
.entry-content ol > li:before {
  background-color: transparent !important;
}
.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-content h2 {
  color: #bd1c12;
  font-size: 23px;
}
.entry-content h3 {
  font-size: 20px;
  font-weight: 500;
}

.featured-image img {
  max-width: 640px !important;
}

/* responsive featured video */
.ttac-featured-video-with-post {
  max-width: 640px;
}

.featured-video-responsive {
  position: relative;
  padding-bottom: 53%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.featured-video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* change font size post text to 18 */
.single-post-wrapper
  .content-sidebar-wrap
  #genesis-content
  .post
  .entry-content
  p {
  font-size: 18px;
  line-height: 150%;
}

/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
  font-size: 1.1111111111rem;
  margin-bottom: 4px;
}

#btnPrint {
  display: none !important;
}

body.single-post #btnPrint {
  display: block !important;
}

.print-btn {
  cursor: pointer;
  width: 100%;
  max-width: 630px;
  text-align: right;
  font-size: 14px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 2px;
  margin-bottom: 15px;
}

.entry-header .entry-meta {
  color: #808080;
  font-family: roboto;
}
.entry-header .entry-meta .post-meta-author {
  color: #000;
  font-size: 14px;
  font-weight: normal;
}

.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 {
  color: #0459a2;
  display: inline-block;
  font-size: 1.5rem;
  padding: 6px 11px;
  margin-left: 0px;
  border-radius: 9px;
}
.archive-pagination li a:hover,
.archive-pagination li a:focus {
  text-decoration: none;
}
.archive-pagination .active a {
  background-color: #bf1016;
  color: #fff;
}

/* ## Comments .. 
--------------------------------------------- */
.comment {
  position: relative;
}

.comment-author-admin {
  background-color: #e8effa;
}

.comment-respond,
.entry-comments,
.entry-pings {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 20px;
}

.entry-comments {
  padding: 40px;
}
.entry-comments h3 {
  font-size: 1.9rem;
  font-weight: 500;
}
.entry-comments ul.children {
  margin-left: 36px;
}
.entry-comments ul.children li.comment {
  border-bottom: none;
}

.comment-header {
  font-size: 0.8888888889rem;
}

li.comment {
  border-bottom: 1px solid #eeeeee;
}

.comment-content {
  clear: both;
  word-wrap: break-word;
}
.comment-content p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 133%;
  font-size: 16px;
  margin-bottom: 5px;
}

.comment-reply {
  font-family: 'Roboto', sans-serif;
  bottom: -12px;
  right: 13px;
  font-size: 16px;
  font-weight: 500;
  padding: 10px;
  margin: 0;
}
.comment-reply a:link,
.comment-reply a:visited {
  text-decoration: underline;
  color: #0459a2;
}
.comment-reply a:hover {
  color: #bf1016;
  text-decoration: none;
}

.comment-list li {
  margin-top: 15px;
  padding: 14px;
}
.comment-list li:first-child {
  margin-top: 0;
}
.comment-list li li {
  /* margin-right: -32px; */
}

.comment-respond input[type='email'],
.comment-respond input[type='text'],
.comment-respond input[type='url'] {
  width: 50%;
  padding: 4px 6px;
}
.comment-respond label {
  display: block;
  margin-right: 12px;
  font-size: 16px;
}

p.comment-author,
p.comment-meta {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 16px;
}
p.comment-author a:link,
p.comment-author a:visited,
p.comment-meta a:link,
p.comment-meta a:visited {
  color: #000;
}
p.comment-author img,
p.comment-meta img {
  width: 48px !important;
}

p.comment-meta {
  margin-bottom: 0px;
  font-size: 12px;
}
p.comment-meta a {
  text-decoration: none;
}

.comment .avatar {
  margin-bottom: 17px;
}

.entry-comments .comment-author {
  margin-bottom: 0;
}
.entry-comments .comment-author a {
  text-decoration: none;
}

.entry-pings .reply {
  display: none;
}

.bypostauthor {
  display: block;
}

.form-allowed-tags {
  background-color: #f5f5f5;
  font-size: 0.8888888889rem;
  padding: 24px;
}

a.comment-edit-link {
  float: right;
  position: relative;
  top: -24px;
  right: 24px;
  color: #7b7b7b;
  text-decoration: none;
}

.entry-comments {
  margin-bottom: 0;
  padding: 20px 0 0 0;
}

h3.comment-reply-title {
  font-size: 22px;
  font-weight: 500;
  margin-top: 8px;
  margin-bottom: 0px;
}

.logged-in-as {
  font-size: 12px;
}

.comment-notes {
  margin-bottom: 6px;
  font-size: 12px;
}

.says {
  display: none;
}

.comment-subscription-form {
  margin-top: -8px;
}
.comment-subscription-form .subscribe-label {
  font-size: 14px;
}

#respond p {
  margin-bottom: 8px;
}
#respond .form-submit {
  margin: 20px 0;
}
#respond input[type='submit'] {
  font-size: 16px;
  font-family: roboto;
  font-weight: 500;
  padding: 10px 24px;
}

/* ## 404 Page Styling
--------------------------------------------- */
.page-404 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #000;
}
.page-404 .widget_search {
  transform: scale(0.8);
  transform-origin: left;
}
.page-404 h3 {
  color: #0459a2;
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 0;
}
.page-404 h4 {
  color: #0459a2;
  font-size: 17px;
  margin-top: 0;
  font-weight: 500;
  margin-bottom: 0;
}
.page-404 p {
  margin-bottom: 0;
  font-size: 15px;
}
.page-404 p.para1 {
  margin-bottom: 10px;
  margin-top: 20px;
}
.page-404 p.para2 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.page-404 p.para3 {
  margin-top: 20px;
}
.page-404 ul {
  margin-left: 30px;
}
.page-404 ul li {
  list-style-type: disc;
  font-size: 16px;
}

/* ## Testimonials
--------------------------------------------- */
.testimonial-container {
  background: #d7e4ef;
  max-width: 640px;
  margin: 0 auto;
}
.testimonial-container .testimonial {
  border-top: 1px solid #bed2e4;
  width: 100%;
  overflow: auto;
  padding: 15px 0;
}
.testimonial-container .testimonial:first-child {
  border-top: none;
}
.testimonial-container .avatar {
  overflow: hidden;
  float: left;
  border-radius: 50%;
  border: 2px solid #fff;
  width: 20%;
  height: auto;
  margin: 2.5% 0 2.5% 5%;
  max-width: 90px;
}
.testimonial-container .avatar img {
  display: block;
  line-height: 0;
  height: 100%;
  display: block;
  margin: 0 auto;
  width: 100%;
}
.testimonial-container blockquote {
  float: right;
  width: 70%;
  margin: 2.5%;
}
.testimonial-container blockquote p {
  font-size: 18px;
}

/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
  font-size: 0.8888888889rem;
  padding-left: 15px;
}
.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: 0px;
  padding: 0px;
  padding-bottom: 10px;
}
.sidebar #facebook-likebox-2 {
  background-color: transparent;
}
.sidebar #facebook-likebox-2 .widget-wrap {
  width: 297px;
  margin: 0 auto 27px;
  padding: 8px;
  background-color: #fff;
}

/* # Footer Widgets ..
---------------------------------------------------------------------------------------------------- */
.footer-widgets .newsletter-signup {
  background-color: transparent;
}
.footer-widgets .newsletter-signup .wrap {
  border-bottom: none !important;
  margin-bottom: 0 !important;
}
.footer-widgets .newsletter-signup .newsletter-fields {
  padding-left: 12px;
}
.footer-widgets .newsletter-signup .name-field,
.footer-widgets .newsletter-signup .email-field,
.footer-widgets .newsletter-signup .action-button {
  width: 100%;
  margin-top: 8px;
  max-width: 160px;
}
.footer-widgets .newsletter-signup .name-field input,
.footer-widgets .newsletter-signup .email-field input {
  font-size: 1.2rem;
  color: #666;
}
.footer-widgets .newsletter-signup .action-button {
  margin-left: 8px;
}
.footer-widgets .newsletter-signup .newsletter-submit-button {
  background-color: #042d4d !important;
  color: #e8effa !important;
  border: solid 1px #fff;
  font-size: 1.2rem !important;
  text-transform: uppercase !important;
  padding: 5px 34px !important;
}
.footer-widgets .newsletter-signup .call-to-action {
  font-size: 15px;
  line-height: 133%;
  color: #fff;
  float: none;
  width: 100%;
}
.footer-widgets .newsletter-signup .call-to-action h4 {
  text-transform: uppercase;
  margin-bottom: 7px;
  margin-top: -4px;
  font-weight: 400;
  font-size: 20px !important;
  line-height: 125%;
  color: #9cd4ff;
  text-shadow: 1px 1px #000;
}

.footer-about-us .underline {
  text-decoration: underline;
}
.footer-about-us h3 {
  font-size: 20px;
  text-transform: uppercase;
  color: #9cd4ff;
  margin-bottom: 8px;
  text-shadow: 1px 1px #000;
}
.footer-about-us p {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  font-size: 15px !important;
  text-align: justify;
  text-justify: inter-word;
  margin-bottom: 10px;
  line-height: 150%;
}

.footer-wrapper {
  margin-bottom: 14px;
  border-top: solid 1px #fff;
  padding-top: 14px;
}
.footer-wrapper .footer-copy p {
  font-size: 1.2rem;
  line-height: 1.1em;
  margin-bottom: 10px;
}
.footer-wrapper .footer-links {
  font-size: 1.2rem;
}
.footer-wrapper .footer-links a {
  color: #fff;
  text-decoration: none;
}

.simple-social-icons {
  margin-bottom: 30px;
}

.footer-widgets {
  background-color: #0459a2;
  clear: both;
  padding-top: 17px;
}
.footer-widgets,
.footer-widgets a {
  color: #fff;
  text-decoration: none;
}
.footer-widgets input {
  border: 1px solid #333;
}
.footer-widgets a.button,
.footer-widgets a:hover,
.footer-widgets a:focus {
  color: #fff;
}
.footer-widgets li {
  margin-bottom: 2px;
  padding-bottom: 2px;
  font-size: 14px;
}
.footer-widgets .widget {
  margin-bottom: 40px;
}
.footer-widgets p:last-child {
  margin-bottom: 0;
}
.footer-widgets h4 {
  color: #a3cffc;
  font-size: 25px;
}
.footer-widgets p {
  font-size: 18px;
}
.footer-widgets .menu-explore-container ul li {
  font-weight: 400;
  font-size: 15px !important;
  line-height: 125%;
  border-left: 2px solid rgba(240, 240, 240, 0.14) !important;
  padding-left: 8px;
  margin-bottom: 6px;
  font-family: roboto;
}
.footer-widgets a:hover {
  color: #47afff;
}

.footer-widgets-1 .widget {
  margin-bottom: 20px;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
  width: 313px;
}

.footer-widgets-1,
.footer-widgets-2 {
  margin-right: 30px;
}

.footer-widgets-1,
.footer-widgets-2 {
  float: left;
}

.footer-widgets-3 {
  float: left;
}

/* # Copyright Widget
---------------------------------------------------------------------------------------------------- */
.copyright {
  background-color: #0459a2;
  clear: both;
  padding-top: 5px;
  color: #fff;
  text-align: center;
}
.copyright p {
  font-size: 12px;
}

/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
  display: none;
  background-color: #fff;
  font-size: 0.8888888889rem;
  line-height: 1;
  padding: 40px 0;
  text-align: center;
}
.site-footer p {
  margin-bottom: 0;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1200px) {
  .site-inner,
  .wrap {
    max-width: 1000px;
  }

  .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: 639px;
  }

  .sidebar-content-sidebar .content,
  .sidebar-sidebar-content .content,
  .content-sidebar-sidebar .content {
    width: 400px;
  }

  .sidebar-primary,
  .title-area {
    width: 372px;
  }

  /* test */
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-primary {
    width: 292px;
  }

  .site-header .header-widget-area {
    width: 560px;
  }
}
@media only screen and (max-width: 960px) {
  .single-post-wrapper {
    display: table;
  }
  .single-post-wrapper .featured-image img {
    width: 100%;
  }
  .single-post-wrapper img {
    width: 100%;
  }
  .single-post-wrapper article {
    display: table-header-group;
  }
  .single-post-wrapper .floating-sidebar-wrap {
    display: table-footer-group;
    float: none;
  }
  .single-post-wrapper .after-post {
    display: table-footer-group;
  }

  .site-inner,
  .wrap {
    max-width: 800px;
  }

  .content,
  .content-sidebar-sidebar .content,
  .content-sidebar-sidebar .content-sidebar-wrap,
  .sidebar-content-sidebar .content,
  .sidebar-content-sidebar .content-sidebar-wrap,
  .footer-widgets-1,
  .footer-widgets-2,
  .footer-widgets-3,
  .sidebar-primary,
  .sidebar-secondary,
  .sidebar-sidebar-content .content,
  .sidebar-sidebar-content .content-sidebar-wrap,
  .site-header .widget-area,
  .title-area {
    width: 100%;
  }

  .site-header .wrap {
    padding: 10px 5% 16px;
  }

  .site-header .widget-area {
    margin-top: 0px;
  }

  .header-image .site-title > a {
    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;
    padding-bottom: 0px;
  }

  .genesis-nav-menu a,
  .genesis-nav-menu > .first > a,
  .genesis-nav-menu > .last > a {
    padding: 20px 12px;
  }

  .genesis-nav-menu .menu-item {
    padding-right: 3.5px;
    /* reduce to prevent wrap before going to mobile */
  }

  .menu-item,
  .menu-item:last-of-type {
    border: none !important;
  }

  .site-header .search-form {
    margin: 16px auto;
  }

  .genesis-nav-menu li.right {
    display: none;
  }

  .footer-widgets-1 {
    margin-right: 0;
  }

  .youtube-featured {
    height: 300px;
  }

  .newsletter-signup .close-button {
    margin-top: -26px;
  }
  .newsletter-signup .cta-input-fields {
    width: 58%;
    float: left;
  }
  .newsletter-signup .name-field,
  .newsletter-signup .email-field {
    width: 48%;
  }
  .newsletter-signup .action-button {
    float: none;
    margin: 0 auto;
    width: 165px;
  }
  .newsletter-signup .action-button input[type='submit'] {
    margin-top: 7px;
    margin-left: 0px;
    padding: 5px 30px;
  }

  .sidebar .ttac-ad {
    margin-top: 22px;
  }
  .sidebar #text-3 {
    background-color: transparent;
  }
  .sidebar #text-3 .widget-wrap {
    max-width: 560px;
    margin: 0 auto;
    padding: 8px;
    background-color: #fff;
  }
  .sidebar #ttac-youtube-video-2 {
    max-width: 560px;
    border: none;
    margin: 0 auto;
  }
  .sidebar #ttac-youtube-video-2 .widget-wrap {
    padding: 8px;
    background-color: #fff;
  }

  .cancer-risk-box .cancer-risk-box-inner {
    width: 100%;
  }

  .after-post .newsletter-signup .call-to-action {
    margin-top: 10px;
  }
  .after-post .newsletter-signup .email-field {
    margin-top: 7px;
  }
  .after-post .newsletter-signup .action-button {
    float: right;
    margin-right: 10px;
  }
  .after-post .newsletter-signup .action-button input[type='submit'] {
    padding: 8px 30px;
    margin-top: 4px;
    margin-left: 6px;
  }
}
@media only screen and (max-width: 800px) {
  .below-home-featured .featured-content .entry {
    width: 98%;
    border: none;
  }

  .below-home-featured .featured-content .entry-content .excerpt-container p {
    height: auto !important;
  }

  .below-home-featured .featured-content .entry:nth-of-type(4),
  .below-home-featured .featured-content .entry:nth-of-type(2) {
    padding-left: 0px;
  }

  .next-prev-article-box-text-left,
  .next-prev-article-box-text-right {
    width: 27% !important;
  }

  body {
    background-color: #fff;
    font-size: 0.8888888889rem;
  }

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

  .youtube-featured {
    height: 300px;
  }

  .newsletter-signup .close-button p {
    position: static;
    margin-top: -5px;
    margin-bottom: -6px;
  }
}
@media only screen and (max-width: 665px) {
  .ttac-author-box {
    margin-top: 22px;
    display: table;
  }
  .ttac-author-box .ttac-author-box-name {
    min-height: auto;
    float: none;
    max-width: 391px;
    margin: 12px auto 0;
    background: none;
    width: 100%;
  }
  .ttac-author-box .ttac-author-box-wrapper {
    float: none;
    width: 100%;
    clear: both;
  }
}
@media only screen and (max-width: 495px) {
  .newsletter-signup .name-field,
  .newsletter-signup .email-field {
    width: 98%;
  }
  .newsletter-signup .email-field {
    margin-top: 6px;
  }

  .after-post .newsletter-signup .name-field,
  .after-post .newsletter-signup .email-field {
    width: 48%;
  }
  .after-post .newsletter-signup .email-field {
    margin-top: 6px;
    margin-bottom: 8px;
  }
  .after-post .newsletter-signup .call-to-action {
    padding-left: 13px;
    font-size: 14px;
    line-height: 140%;
  }
  .after-post .newsletter-signup .action-button {
    margin-right: 24px;
  }
  .after-post .newsletter-signup .action-button input[type='submit'] {
    padding: 8px 22px;
  }
}
@media only screen and (max-width: 452px) {
  .newsletter-signup .close-button {
    margin-top: -26px;
  }
  .newsletter-signup .action-button {
    width: 125px;
  }
  .newsletter-signup .action-button input[type='submit'] {
    margin-top: 7px;
    margin-left: 0px;
    padding: 5px 10px;
  }
}
@media only screen and (max-width: 358px) {
  .newsletter-signup .close-button p {
    display: none;
  }
  .newsletter-signup .close-button a {
    margin-top: 28px;
    margin-left: 0px;
  }

  .sidebar {
    padding-left: 0px;
  }
}
/* # Print Styles
---------------------------------------------------------------------------------------------------- */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
    border: none !important;
  }

  a,
  a:visited {
    text-decoration: none;
    color: initial;
  }

  a[href]:after {
    content: ' (' attr(href) ')';
  }

  abbr[title]:after {
    content: ' (' attr(title) ')';
  }

  a[href^='javascript:']:after,
  a[href^='#']:after,
  .site-title > a:after {
    content: '';
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  .content,
  .content-sidebar {
    width: 100%;
  }

  .post {
    margin-top: -30px;
  }

  button,
  input,
  select,
  textarea,
  .breadcrumb,
  .comment-edit-link,
  .comment-form,
  .comment-list .reply a,
  .comment-reply-title,
  .edit-link,
  .entry-comments-link,
  .entry-footer,
  .genesis-box,
  .header-widget-area,
  .hidden-print,
  .home-top,
  .nav-primary,
  .nav-secondary,
  .post-edit-link,
  .wrap,
  .nc_socialPanel,
  .sidebar {
    display: none !important;
  }

  .title-area {
    text-align: center;
    width: 100%;
  }

  .site-title > a {
    margin: 0;
    text-decoration: none;
    text-indent: 0;
  }

  .site-inner {
    padding-top: 0;
    position: relative;
    top: -100px;
  }

  .author-box {
    margin-bottom: 0;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    orphans: 3;
    page-break-after: avoid;
    page-break-inside: avoid;
    widows: 3;
  }

  img {
    page-break-after: avoid;
    page-break-inside: avoid;
  }

  blockquote,
  pre,
  table {
    page-break-inside: avoid;
  }

  dl,
  ol,
  ul {
    page-break-before: avoid;
  }
}
