/* Fonts - Myriad Pro */
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.border-radius {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.transition {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.shadow {
  -moz-box-shadow: 0px 0px 12px -4px #333333;
  -webkit-box-shadow: 0px 0px 12px -4px #333333;
  box-shadow: 0px 0px 12px -4px #333333;
}
/* General style start body bg #7f161b */
body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-weight: normal;
}
.col-1 {
  width: 290px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.col-2 {
  width: 580px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.col-3 {
  width: 870px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
}
.col-4 {
  width: 1160px;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper {
  margin: auto;
  display: block;
  position: relative;
  z-index: 1;
}
h1 {
  font-size: 85px;
  line-height: 80px;
  margin: 40px 0;
}
h2 {
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 10px;
}
h3 {
  font-size: 20px;
  line-height: 24px;
  margin: 10px 0;
}
img,
iframe {
  max-width: 100%;
}
a {
  color: #c2272d;
}
.left {
  float: left;
}
.right {
  float: right;
}
.mobile-banner {
  display: none;
}
#mobile-menu {
  opacity: 0;
  position: fixed;
}
#mobile-menu #search-form {
  position: static;
  float: left;
  margin: 10px 0 0 20px;
  display: none;
}
.placeholder {
  color: #aaa;
}
.tooltip {
  text-decoration: none;
  font-weight: bold;
}
/* Top Nav start */
#top-nav {
  width: 100%;
  height: 32px;
  font-size: 12px;
  line-height: 32px;
  background-color: #f4f4f4;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
#top-nav a {
  text-decoration: none;
}
#top-nav a.back-to-hf-button {
  float: left;
  background: url("/images/atrial_fibrillation/left_arrow.png") left center no-repeat;
  padding-left: 28px;
  background-size: 24px 24px;
  color: #000;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#top-nav a.top-donate-now {
  background-color: #c2272d;
  color: #fff;
  height: 32px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#top-nav a.top-contact-us {
  color: #000;
  margin-right: 20px;
}
#top-nav #search-form {
  width: 265px;
  position: relative;
  float: right;
  padding: 0 10px;
  border-left: 1px solid #ddd;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#top-nav #search-form input[type="search"] {
  width: 210px;
  margin: 0;
  height: 32px;
  line-height: 32px;
  border: none;
  padding: 0;
  color: #000;
  float: left;
  text-transform: none;
  background: transparent;
}
#top-nav #search-form input[type="search"]:focus {
  outline: none;
}
#top-nav #search-form button[type="submit"] {
  float: right;
  width: 32px;
  height: 32px;
  border: none;
  background-color: transparent;
  background-image: url("/images/atrial_fibrillation/search_icon.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 60% 60%;
}
#top-nav #search-form button[type="submit"]:focus {
  outline: none;
}
/* Top Nav end */
/* Header start */
#site-header {
  width: 100%;
  padding: 20px 0 0;
  background-color: #fff;
  position: fixed;
  z-index: 99;
  top: 32px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#site-header #logo {
  width: 252px;
  height: 70px;
  line-height: 70px;
  float: left;
  margin: 0;
  font-size: 26px;
  color: #b3b3b3;
  text-decoration: none;
  background-image: url('/images/atrial_fibrillation/logo.png');
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#site-header .top-links {
  top: -40px;
  right: 0;
  position: absolute;
}
#site-header .top-links a {
  padding: 10px;
  text-decoration: none;
  font-size: 12px;
  line-height: 12px;
  float: left;
  color: #333;
}
#site-header .top-links a:hover {
  text-decoration: underline;
}
#site-header .top-links a.top-contact-us {
  margin-right: 5px;
}
#site-header .top-links a.top-donate-now {
  background-color: #c2272d;
  color: #fff;
  padding: 10px 20px;
}
#site-header.floating {
  padding-top: 10px;
  padding-bottom: 10px;
  -moz-box-shadow: 0px 0px 12px -4px #333333;
  -webkit-box-shadow: 0px 0px 12px -4px #333333;
  box-shadow: 0px 0px 12px -4px #333333;
}
#site-header.floating .top-links,
#site-header.floating #search-form {
  display: none;
}
#site-header.floating #logo {
  width: 180px;
  height: 50px;
}
#site-header.floating #main-nav {
  height: 40px;
  margin-top: 0;
}
#site-header #main-nav {
  width: auto;
  height: 60px;
  float: right;
  margin: 25px 0 0 40px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#site-header #main-nav > ul {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
#site-header #main-nav > ul > li {
  height: 50px;
  padding: 10px 0;
  float: left;
  position: relative;
}
#site-header #main-nav > ul > li:first-child > a {
  background: none;
}
#site-header #main-nav > ul > li > a {
  height: 40px;
  color: #000;
  padding: 0 50px;
  text-decoration: none;
  font-size: 18px;
  display: table;
  text-align: center;
  font-weight: bold;
  background-image: url('/images/go-red-for-women/red-border.jpg');
  background-position: left center;
  background-repeat: no-repeat;
}
#site-header #main-nav > ul > li > a:hover {
  text-decoration: underline;
}
#site-header #main-nav > ul > li > a span {
  display: table-cell;
  vertical-align: middle;
}
#site-header #main-nav > ul > li > ul {
  width: 280px;
  height: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  top: 60px;
  left: -25px;
  opacity: 0;
  display: none;
}
#site-header #main-nav > ul > li > ul > li {
  width: 100%;
  height: auto;
  float: left;
  border-top: 1px solid #b3b3b3;
}
#site-header #main-nav > ul > li > ul > li:first-child {
  border-top: none;
}
#site-header #main-nav > ul > li > ul > li > a {
  font-size: 15px;
  line-height: 18px;
  display: block;
  color: #fff;
  background-color: #3f3f3f;
  text-decoration: none;
  padding: 10px 25px;
}
#site-header #main-nav > ul > li > ul > li > a:hover {
  text-decoration: underline;
}
/*
#search-form {
	position: absolute;
	top: 0;
	right: 0;
	width: 220px;
	height: 25px;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	
	input[type="search"] {
		width: 150px;
		height: 23px;
		line-height: 23px;
		border: none;
		float: left;
		margin: 0 0 0 10px;
		font-weight: normal;
		background: transparent;
		
		&:focus {
			outline: none;
		}
	}
	button[type="submit"] {
		width: 25px;
		height: 25px;
		float: right;
		border: none;
		text-indent: -9999px;
		background-color: transparent;
		background-image: url('/images/atrial_fibrillation/search.png');
		background-position: center center;
		background-repeat: no-repeat;
	}
}
*/
#hamburger {
  width: 40px;
  height: 40px;
  background-image: url('/images/atrial_fibrillation/menu.png');
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 20px;
  top: 15px;
  display: none;
}
/* Header end */
/* Main Content start */
#main-content {
  background-color: #fff;
  position: relative;
  z-index: 2;
  margin-top: 137px;
  /* home sidebar */

  /* default sidebar */

  /* Default template start */

  /* Default template end */

}
#main-content #hero-wrapper {
  height: 560px;
  z-index: 999;
}
#main-content .hero-section {
  height: 100%;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main-content .hero-section .hero-side {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  float: left;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main-content .hero-section .hero-side .hero-head {
  width: 100%;
  height: 360px;
  background-color: #e0e0e0;
  float: left;
  padding: 20px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main-content .hero-section .hero-side .hero-head .title {
  background-color: #c2272d;
  color: #fff;
  font-size: 30px;
  line-height: 36px;
  padding: 15px 30px 10px;
  margin: 0 0 0 -30px;
}
#main-content .hero-section .hero-side .hero-head .intro {
  padding: 20px 0 0;
  font-size: 16px;
  line-height: 24px;
}
#main-content .hero-section .hero-side .topics {
  padding: 30px 0;
  float: left;
}
#main-content .hero-section .hero-side .topics .subtitle {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  color: #000;
}
#main-content .hero-section .hero-side .topics ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#main-content .hero-section .hero-side .topics ul li {
  width: 100%;
  float: left;
  margin: 0 0 10px;
}
#main-content .hero-section .hero-side .topics ul li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 22px;
}
#main-content .hero-section .hero-side .topics ul li a:hover {
  text-decoration: underline;
}
#main-content .hero-section .hero-side .tiles a {
  height: 100px;
  float: left;
  padding: 0;
}
#main-content .hero-section .hero-side .tiles a.tile-1 {
  width: 100%;
}
#main-content .hero-section .hero-side .tiles a.tile-2 {
  width: 50%;
}
#main-content .hero-section .hero-side .tiles a.tile-3 {
  width: 50%;
}
#main-content .hero-section .hero-block {
  width: 260px;
  background-color: rgba(194, 39, 45, 0.8);
  color: #fff;
  position: absolute;
  bottom: 20px;
  right: 20px;
  text-align: center;
  padding: 20px;
  font-size: 14px;
  line-height: 22px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main-content .hero-section .hero-block a {
  color: #fff;
  font-weight: bold;
}
#main-content.home .sidebar {
  max-width: 290px;
  height: 100%;
  background-color: #333;
  float: right;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main-content.home .sidebar h3 {
  color: #fff;
}
#main-content.home .sidebar h3 a {
  color: #fff;
  text-decoration: none;
}
#main-content.home .sidebar p {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
#main-content.home .sidebar .newsletter #mc_embed_signup_wrap {
  height: 60px;
  color: #fff;
}
#main-content.home .sidebar .newsletter form {
  height: 60px;
}
#main-content.home .sidebar .newsletter form .mc-field-group {
  width: 50%;
  height: 26px;
  float: left;
  margin-bottom: 5px;
  padding-left: 2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main-content.home .sidebar .newsletter form .mc-field-group.firstname,
#main-content.home .sidebar .newsletter form .mc-field-group.email-address {
  padding-left: 0;
  padding-right: 2px;
}
#main-content.home .sidebar .newsletter form input {
  width: 100%;
  max-width: 270px;
  height: 26px;
  background-color: #fff;
  float: left;
  color: #000;
  border: none;
  font-size: 12px;
  padding: 0 5px;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main-content.home .sidebar .newsletter form input.placeholder {
  color: #aaa;
}
#main-content.home .sidebar .newsletter form input#mc-embedded-subscribe {
  margin: 0;
}
#main-content.home .sidebar .newsletter form input[type="submit"] {
  background-color: #d9d9d9;
  color: #000;
}
#main-content.home .sidebar .featured-content a {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  margin: 0 0 5px;
  display: block;
}
#main-content.home .sidebar .featured-content p a {
  color: #fff;
  text-decoration: underline;
  display: inline;
}
#main-content.home .sidebar p a {
  color: #fff;
  text-decoration: underline;
  display: inline;
}
#main-content.default .sidebar {
  padding: 0;
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: 290px;
  z-index: 99;
}
#main-content.default .sidebar.floating {
  position: fixed;
  top: 70px;
}
#main-content.default .sidebar .title {
  width: 100%;
  height: 40px;
  background-color: #c2272d;
  padding: 0 30px;
  color: #fff;
  line-height: 40px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main-content.default .sidebar .links ul {
  padding: 20px 0;
  margin: 0;
  list-style: none;
  background-color: #333;
}
#main-content.default .sidebar .links ul li {
  float: left;
  width: 100%;
  padding: 5px 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main-content.default .sidebar .links ul li a {
  color: #fcfcfc;
  text-decoration: none;
}
#main-content.default .sidebar .links ul li.active a {
  border-bottom: 1px dotted #fcfcfc;
}
#main-content.default .sidebar .pdf-worksheet {
  padding-bottom: 30px;
  background-image: url('/images/atrial_fibrillation/shade.png');
  background-position: bottom left;
  background-repeat: no-repeat;
}
#main-content.default .sidebar .pdf-worksheet a {
  width: 100%;
  padding: 20px 40px 20px 65px;
  background-color: #e2e2e2;
  background-image: url('/images/atrial_fibrillation/pdf.png');
  background-position: 10% 50%;
  background-repeat: no-repeat;
  display: block;
  color: #333;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main-content.default .sidebar #social-iframe {
  width: 100%;
  height: 180px;
  position: relative;
}
#main-content.default .sidebar #social-iframe iframe {
  width: 100%;
}
#main-content .video-box #featured-video {
  width: 100%;
  padding: 10px 0;
  background-color: #4d4d4d;
  color: #b3b3b3;
  text-align: center;
  display: block;
  font-size: 11px;
  text-decoration: none;
  position: relative;
}
#main-content .video-box #featured-video .play {
  width: 32px;
  height: 32px;
  background-image: url('/images/atrial_fibrillation/play.png');
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}
#main-content .did_you_know,
#main-content blockquote {
  width: 50%;
  float: right;
  padding: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url('/images/atrial_fibrillation/did_you_know_bg.jpg');
  background-position: center center;
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0 20px 40px;
}
#main-content .did_you_know p,
#main-content blockquote p {
  font-size: 14px;
  line-height: 24px;
}
#main-content .did_you_know .title,
#main-content blockquote .title,
#main-content .did_you_know p strong,
#main-content blockquote p strong {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
}
#main-content .welcome-content {
  width: 100%;
  background-color: transparent;
  padding: 30px 0;
}
#main-content .welcome-content .title {
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main-content .welcome-content .col-1 {
  width: 33.33%;
  padding: 0 50px 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main-content .welcome-content .col-1 p {
  font-size: 14px;
  line-height: 24px;
}
#main-content .welcome-content .col-1 a.button {
  float: right;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  padding: 5px 20px;
  font-size: 12px;
  margin: 15px 0 0;
}
#main-content .welcome-content ul li {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 5px;
}
#main-content .content-banner {
  width: 100%;
  height: 110px;
  background-color: #ccc;
  padding: 20px 0 0;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main-content .content-banner .title {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
  float: left;
  margin-left: -20px;
  background-color: #c2272d;
  padding: 10px 20px 10px 40px;
  position: relative;
}
#main-content .content-banner .title .shadow {
  width: 20px;
  height: 10px;
  background-color: transparent;
  background-image: url('/images/atrial_fibrillation/triangle_red.png');
  background-position: top left;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  left: 0;
}
#main-content .content-banner .breadcrumb {
  display: block;
  position: absolute;
  bottom: 0;
  left: 10px;
  color: #808080;
  font-size: 12px;
  background-color: #fff;
  padding: 5px 10px;
}
#main-content .content-banner .breadcrumb a {
  color: #808080;
  text-decoration: none;
}
#main-content .contents {
  width: 870px;
  max-width: 100%;
  background-color: #fff;
  padding: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  /*
		blockquote, blockquote p {
			font-size: 24px;
			color: @theme;
			max-width: 300px;
			float: right;
			-webkit-margin-before: 0;
			-webkit-margin-after: 0;
			-webkit-margin-start: 0;
			-webkit-margin-end: 0;
			margin: 10px 0 10px 40px;
		}
		*/

}
#main-content .contents .articles {
  padding-bottom: 30px;
}
#main-content .contents p {
  font-size: 16px;
  line-height: 26px;
}
#main-content .contents iframe {
  width: 100%;
  height: 480px;
}
#main-content .contents table {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 0;
}
#main-content .contents table thead th {
  border: 2px solid #CD1715;
  margin: 10px;
  padding: 10px;
  text-align: left;
}
#main-content .contents table td {
  padding: 10px;
  vertical-align: top;
}
#main-content .contents table td h3 {
  margin-left: 10px;
}
#main-content .contents img {
  max-width: 100%;
  height: auto;
  margin: 20px;
}
#main-content .contents img.no-top-gap {
  margin-top: 0;
}
#main-content .contents img.no-bottom-gap {
  margin-bottom: 0;
}
#main-content .contents img.no-left-gap {
  margin-left: 0;
}
#main-content .contents img.no-right-gap {
  margin-right: 0;
}
#main-content .contents ul li {
  padding-bottom: 10px;
  font-size: 16px;
  line-height: 26px;
}
#main-content #grey-stripe {
  width: 100%;
  height: 125px;
  background-color: #c2272d;
  position: absolute;
  bottom: 0;
  left: 0;
}
/* Default Template Special Pos start */
#main-content.default > .wrapper {
  background-color: #fff;
}
#main-content.default .content-wrapper {
  background-color: #fff;
  padding-bottom: 20px;
}
#main-content.default .content-wrapper .contents iframe {
  max-width: 100%;
}
#main-content.default .hero-section {
  max-width: 840px;
  position: relative;
}
#main-content.default .newsletter {
  width: 290px;
  height: 125px;
  padding: 10px;
  background-color: #c2272d;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main-content.default .newsletter h3 {
  color: #fff;
}
#main-content.default .back-to-top {
  width: 30px;
  height: 30px;
  background-color: #ccc;
  background-image: url('/images/atrial_fibrillation/triangle_white.png');
  background-position: center center;
  background-repeat: no-repeat;
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: 550px;
  z-index: 999;
  display: none;
}
.share {
  position: absolute;
  bottom: 80px;
  left: 40px;
}
.share span {
  width: auto;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  color: #808080;
  padding: 2px 10px 0 0;
  float: left;
  text-align: left;
  color: #333;
}
.share span a {
  color: #808080;
  text-decoration: none;
}
.icons {
  float: right;
}
.icons span {
  float: left;
  font-size: 14px;
  line-height: 30px;
  padding-right: 10px;
}
.icons a {
  float: left;
  margin: 0 5px;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
}
.icons a.twitter {
  background-image: url('/images/go-red-for-women/twitter.png');
}
.icons a.facebook {
  background-image: url('/images/go-red-for-women/facebook.png');
}
.icons a.gplus {
  background-image: url('/images/go-red-for-women/gplus.png');
}
.icons a.linkedin {
  background-image: url('/images/go-red-for-women/linkedin.png');
}
/* Default Template Special Pos end */
/* Main Content end */
/* Footer start */
#site-footer {
  width: 100%;
  padding: 0;
  position: relative;
  background-color: #333;
  color: #fff;
}
#site-footer a {
  color: #fff;
}
#site-footer a:hover {
  color: #c2272d;
}
#site-footer #footer-cols {
  padding-top: 50px;
  padding-bottom: 50px;
}
#site-footer .col-1 {
  max-height: 200px;
  padding: 0 30px;
  overflow: hidden;
}
#site-footer .col-1.heartfoundation > span {
  width: 100%;
  float: left;
  color: #ccc;
  font-size: 12px;
  margin-bottom: 10px;
}
#site-footer .col-1.social-sec {
  text-align: right;
}
#site-footer .col-1.social-sec > span {
  color: #ccc;
  font-size: 12px;
  float: left;
  margin: 0 15px 0 0;
}
#site-footer .col-1.social-sec .socials {
  width: auto;
  float: left;
  margin-bottom: 20px;
}
#site-footer .col-1.social-sec .socials a {
  float: left;
  margin-right: 10px;
}
#site-footer .col-1.social-sec p {
  line-height: 18px;
}
#site-footer .col-1 .title {
  color: #ccc;
  font-size: 12px;
  border-bottom: 1px solid #ccc;
  display: block;
  margin-right: 70px;
  padding-bottom: 10px;
}
#site-footer .col-1 p {
  font-size: 12px;
  line-height: 26px;
}
#site-footer .col-1 ul {
  padding: 10px 0;
  margin: 0;
  list-style: none;
}
#site-footer .col-1 ul li {
  padding: 5px 0;
}
#site-footer .col-1 ul li a {
  color: #ccc;
  text-decoration: none;
}
#site-footer .col-1 a.button {
  background-color: #c2272d;
  color: #fff;
  text-decoration: none;
  padding: 5px 20px;
  font-size: 12px;
  display: inline-block;
}
#site-footer #copyright {
  width: 100%;
  background-color: #ccc;
  padding: 18px 0px 20px 0px;
  color: #000;
  font-size: 12px;
}
#site-footer #copyright .col {
  padding: 0 30px;
}
#site-footer #copyright a {
  color: #000;
}
/* Footer end */
/* Youtube Video start */
#youtube-video {
  position: relative;
  max-width: 100%;
}
#youtube-video .close-modal {
  width: 30px;
  height: 30px;
  position: absolute;
  background-color: #000;
  background-image: url('/images/atrial_fibrillation/close.png');
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  top: 0;
  right: -30px;
  cursor: pointer;
  text-align: center;
}
/* Youtube Video end */
/* Search Results start */
#main-content .contents .search-result-row {
  padding: 20px 0;
}
#main-content .contents .search-result-row p,
#main-content .contents .search-result-row a {
  font-size: 14px;
  line-height: 22px;
  text-decoration: none;
}
#main-content .contents .search-result-row a {
  color: #ccc;
}
#main-content .contents .search-result-row a:hover {
  color: #333;
  text-decoration: underline;
}
#main-content .contents .search-result-row h3 a {
  font-size: 20px;
  line-height: 24px;
  color: #c2272d;
}
/* Search Results end */
/* Survey Monkey iframe start */
.smcx-embed {
  height: 2500px !important;
}
.smcx-embed > .smcx-iframe-container {
  height: 2450px !important;
}
.smcx-embed > .smcx-iframe-container iframe {
  height: 2450px !important;
}
/* Survey Monkey iframe end */
/* !Responsive */
/* General Size Setup */
/* !iPad Size */
@media only screen and (max-width: 1180px) {
  /* General Style */
  .col-4 {
    width: 100%;
  }
  h1 {
    font-size: 65px;
    line-height: 60px;
  }
  #top-nav .wrapper {
    padding: 0 20px;
  }
  /* Header */
  #site-header #logo {
    margin-left: 20px;
  }
  #site-header #main-nav > ul > li > a {
    padding: 0 40px;
  }
  /* Main Content */
  #main-content .hero-section {
    width: 75%;
  }
  #main-content .hero-section .hero-side .hero-head {
    padding-left: 20px;
  }
  #main-content .hero-section .hero-side .hero-head .title {
    padding-left: 20px;
  }
  #main-content .hero-section .hero-side .questions {
    padding-left: 20px;
  }
  #main-content .sidebar {
    width: 25%;
  }
  /* Default template */
  #main-content.default .content-banner .title {
    margin-left: -20px;
  }
  #main-content.default .content-banner .breadcrumb {
    left: 20px;
  }
  #main-content.default .hero-section {
    width: 70%;
  }
  #main-content.default .back-to-top {
    left: auto;
    margin-left: 0;
    right: 20px;
  }
  .share {
    left: 20px;
  }
  /* Footer */
  #site-footer {
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #site-footer .col-1 {
    width: 25%;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  #site-footer .col-1 .title {
    margin-right: 0;
  }
}
/* !noMenu */
@media only screen and (max-width: 1023px) {
  h3 {
    font-size: 18px;
  }
  #top-nav a.top-contact-us,
  #top-nav a.top-donate-now {
    display: none;
  }
  #top-nav #search-form {
    border-right: 1px solid #ddd;
  }
  /* General Style */
  #main-nav {
    display: none;
  }
  #hamburger {
    display: block;
  }
  #site-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #site-header #logo {
    width: 200px;
    height: 56px;
    margin-top: 0;
    margin-left: 20px;
    margin-bottom: 0;
    background-size: 100% 100%;
  }
  #site-header #hamburger {
    width: 30px;
    height: 30px;
    top: 15px;
  }
  #site-header #search-form {
    top: -40px;
    right: 190px;
    display: none;
  }
  #site-header .top-links {
    display: none;
  }
  /* Main Content start */
  #main-content {
    margin-top: 80px;
  }
  #main-content.home .welcome-content .title {
    padding: 0 20px;
  }
  #main-content.home .welcome-content .col-1 {
    padding: 0 40px 0 20px;
  }
  #main-content.default {
    padding: 40px 0 0;
  }
  #main-content.default .hero-section {
    width: 100%;
  }
  #main-content.default .sidebar {
    display: none;
  }
  #main-content.default .content-banner {
    display: none;
  }
  #main-content.default .back-to-top {
    display: block;
  }
  #main-content.default .mobile-banner {
    width: 100%;
    height: auto;
    padding: 0 20px;
    position: fixed;
    left: 0;
    top: 80px;
    float: left;
    display: block;
    z-index: 99;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  #main-content.default .mobile-banner.floating {
    top: 70px;
  }
  #main-content.default .mobile-banner .breadcrumb {
    width: 100%;
    float: left;
    font-size: 22px;
    line-height: 30px;
  }
  #main-content.default .mobile-banner .breadcrumb .home {
    background-color: #888;
    color: #fff;
    padding: 5px 10px;
    float: left;
    text-decoration: none;
  }
  #main-content.default .mobile-banner .breadcrumb .parent {
    color: #888;
    padding: 5px 30px;
    float: left;
    background-image: url('/images/atrial_fibrillation/triangle_grey.png');
    background-position: left center;
    background-repeat: no-repeat;
  }
  #main-content.default .mobile-banner .title {
    width: 100%;
    background-color: #c2272d;
    color: #fff;
    padding: 5px 10px;
    font-size: 22px;
    float: left;
    line-height: 30px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  #main-content.default .mobile-banner .links {
    width: 100%;
    float: left;
    position: absolute;
    top: 40px;
    left: 0;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
  }
  #main-content.default .mobile-banner .links.active {
    display: block;
  }
  #main-content.default .mobile-banner .links ul {
    width: 100%;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    background-color: #333;
    color: #fff;
  }
  #main-content.default .mobile-banner .links ul li a {
    text-decoration: underline;
    color: #fff;
    padding: 5px 10px;
    font-size: 18px;
    display: block;
    font-weight: normal;
  }
  /* Footer */
  #site-footer .col-1 {
    width: 50%;
    float: left;
    height: 150px;
  }
  #site-footer .col-1.social-sec {
    width: 50%;
  }
  #site-footer #footer-cols {
    padding-top: 30px;
    padding-bottom: 0;
  }
}
/* !mobile Size */
@media only screen and (max-width: 767px) {
  #top-nav .wrapper.col-4 {
    padding: 0 10px;
  }
  #top-nav .wrapper.col-4 a.back-to-hf-button {
    display: none;
  }
  #top-nav .wrapper.col-4 #search-form {
    width: 100%;
    padding: 0;
    border: none;
  }
  #top-nav .wrapper.col-4 #search-form input[type="search"] {
    width: 85%;
  }
  /* General */
  .col-1 {
    width: 100%;
  }
  h1 {
    font-size: 25px;
    line-height: 30px;
    margin: 20px 0;
  }
  h2 {
    font-size: 22px;
    line-height: 30px;
  }
  h3 {
    font-size: 18px;
    line-height: 28px;
  }
  /* Force table to not be like tables anymore */
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
  }
  table div {
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  #main-content .contents table td {
    padding-left: 0;
    padding-right: 0;
  }
  #main-content .contents table td h3 {
    margin-left: 0;
  }
  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr {
    border: none;
  }
  td {
    /* Behave  like a "row" */
  
    border: none;
    position: relative;
    padding-left: 50%;
  }
  td:before {
    /* Now like a table header */
  
    position: absolute;
    /* Top/left values mimic padding */
  
    top: 6px;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
  }
  #hamburger {
    right: 10px;
  }
  /* Header */
  #site-header #logo {
    margin-left: 10px;
  }
  /* Main content */
  #main-content.home .hero-section {
    width: 100%;
    margin-top: 60px;
  }
  #main-content.home .hero-section .hero-side {
    width: 100%;
    height: auto;
    margin-top: -60px;
  }
  #main-content.home .hero-section .hero-side .hero-head {
    padding-top: 0;
    padding-left: 10px;
    padding-bottom: 0;
    height: auto;
  }
  #main-content.home .hero-section .hero-side .hero-head .title {
    width: 100%;
    padding-left: 10px;
    margin-left: -10px;
  }
  #main-content.home .hero-section .hero-side .hero-head .topics {
    display: none;
  }
  #main-content.home .hero-section .hero-side .tiles {
    display: none;
  }
  #main-content.home .hero-section .hero-block {
    bottom: 0;
    right: 0;
    width: 100%;
    height: auto;
    padding: 10px 20px 20px;
  }
  #main-content.home .sidebar {
    width: 100%;
    max-width: 100%;
    height: auto;
    float: left;
    padding: 20px 0;
  }
  #main-content.home .sidebar > div {
    width: 100%;
    float: left;
    text-align: center;
  }
  #main-content.home .sidebar .newsletter form .mc-field-group {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  #main-content.home .sidebar .newsletter form .mc-field-group.firstname,
  #main-content.home .sidebar .newsletter form .mc-field-group.email-address {
    padding: 0;
  }
  #main-content.home .sidebar .newsletter form .mc-field-group input {
    float: none;
  }
  #main-content.home .welcome-content .title {
    float: left;
    padding: 20px 10px 0;
  }
  #main-content.home .welcome-content .col-1 {
    width: 100%;
    max-width: 100%;
    padding: 0 10px;
  }
  #main-content.home .welcome-content .actions {
    text-align: center;
  }
  #main-content.home .welcome-content .actions a.button {
    float: none;
    display: inline-block;
  }
  /* Default template */
  #main-content.default .content-section {
    min-height: 200px;
  }
  #main-content.default .content-wrapper {
    padding-bottom: 0;
  }
  #main-content.default .contents {
    padding: 10px;
  }
  #main-content.default .contents p,
  #main-content.default .contents ul li {
    font-size: 14px;
    line-height: 22px;
  }
  #main-content.default .contents blockquote,
  #main-content.default .contents blockquote p {
    font-size: 14px;
    line-height: 20px;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin: 0 0 10px;
  }
  #main-content.default .contents table {
    font-size: 14px;
    line-height: 22px;
  }
  #main-content.default .mobile-banner {
    padding: 0 10px;
  }
  #main-content.default .mobile-banner .breadcrumb {
    font-size: 16px;
  }
  #main-content.default .mobile-banner .title {
    font-size: 16px;
  }
  #main-content.default .mobile-banner .links {
    padding: 0 10px;
  }
  #main-content.default .mobile-banner .links ul li a {
    font-size: 14px;
  }
  #main-content.default .back-to-top {
    right: 10px;
  }
  #main-content.default .did_you_know {
    width: 100%;
    padding: 20px;
    margin: 0 0 20px;
  }
  .share {
    left: 10px;
  }
  /* Footer */
  #site-footer {
    text-align: center;
    height: auto;
  }
  #site-footer .col-1 {
    width: 100%;
    float: left;
    height: auto;
    padding-bottom: 20px;
  }
  #site-footer .col-1.social-sec {
    width: 100%;
    text-align: center;
    padding-bottom: 0;
  }
  #site-footer .col-1.social-sec > span {
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
  }
  #site-footer .col-1.social-sec .socials {
    width: 100%;
    float: left;
    text-align: center;
  }
  #site-footer .col-1.social-sec .socials a {
    float: none;
    margin: 0 5px;
  }
  /* Youtube Video start */
  #youtube-video .close-modal {
    top: -30px;
    right: 0;
  }
  /* Youtube Video end */
}
/* !mobilePortrait Size */
@media only screen and (max-width: 500px) {
  /* Main content */
  #main-content .hero-section .hero {
    background-size: auto 100%;
  }
}
/* !Retina Display */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #site-header #logo {
    background-image: url('/images/atrial_fibrillation/logo@2x.png');
  }
  .icons a {
    background-size: 30px 30px;
  }
  .icons a.twitter {
    background-image: url('/images/go-red-for-women/twitter@2x.png');
  }
  .icons a.facebook {
    background-image: url('/images/go-red-for-women/facebook@2x.png');
  }
  .icons a.gplus {
    background-image: url('/images/go-red-for-women/gplus@2x.png');
  }
  .icons a.linkedin {
    background-image: url('/images/go-red-for-women/linkedin@2x.png');
  }
  #site-footer .heart-foundation a {
    background-size: 200px 80px;
    background-image: url('/images/go-red-for-women/hf_logo@2x.jpg');
  }
  #site-footer .nz-post a {
    background-size: 200px 80px;
    background-image: url('/images/go-red-for-women/nz-post_logo@2x.jpg');
  }
  #site-footer .partners a.jennian {
    background-size: 130px 80px;
    background-image: url('/images/go-red-for-women/jennian_logo@2x.jpg');
  }
  #site-footer .partners a.fabuleux {
    background-size: 130px 80px;
    background-image: url('/images/go-red-for-women/fab_logo@2x.jpg');
  }
  #main-content.default .back-to-top {
    background-image: url('/images/atrial_fibrillation/triangle_white@2x.png');
    background-size: 100% 100%;
  }
}
