
@font-face {
  font-family: 'serifaregular';
  src: url('/static/fonts/serifa-bold-webfont.eot?24375a871520');
  src: url('/static/fonts/serifa-bold-webfont.eot?#iefix') format("embedded-opentype"),
       url('/static/fonts/serifa-bold-webfont.woff?24375a871520') format("woff"),
       url('/static/fonts/serifa-bold-webfont.ttf?24375a871520') format("truetype"),
       url('/static/fonts/serifa-bold-webfont.svg#serifaregular') format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'futura_ltbook';
    src: url('/static/fonts/futuralt-book-webfont.eot?24375a871520');
    src: url('/static/fonts/futuralt-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/fonts/futuralt-book-webfont.woff?24375a871520') format('woff'),
         url('/static/fonts/futuralt-book-webfont.ttf?24375a871520') format('truetype'),
         url('/static/fonts/futuralt-book-webfont.svg#futura_ltbook') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
  height: auto;
  margin: 0;
  padding: 0;
  font-family: "futura-pt",sans-serif;
  background: #ebebeb;
  font-weight: 300;
  font-size: 18px;
  letter-spacing: 0.5px;
}

html, body {
  position: relative;
  height: 100%;
}

a {
  /* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  /* ...and now for the proper property */
  transition:.5s;
  outline: 0;
}
a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
}
/* Override bootstrap default color */
a {
  color: #3B7BB3;
  text-decoration: none;
}
.tabled {
    display: table;
}
.tabled-cell {
    display: table-cell;
    vertical-align: middle;
}
.fade:hover {
    opacity: 0.7;
}
.fade {
    opacity: 1;
    transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;
}
h1, h2, h3, h4 {
  font-family: 'serifaregular';
  font-weight: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
h1 {
  font-size: 50px;
  font-weight: 700;
}
.logo h1 {
  margin-bottom: 0;
}
h2 {
  font-size: 30px;
  font-weight: 700;
}
h3 {
  margin-bottom: 20px;
  margin-top: 0px;
}
h4 {
  margin: 10px 0;
}
h1 a, h2 a, h3 a, h4 a {
  color: #333;
}
ul {
  margin: 0 30px;
  padding: 0;
}
ul li {
  padding: 5px 10px;
}
p {
    margin: 10px 0;
}
p.excerpt {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
.container img {
  max-width: 100%;
}
.centered {
  text-align: center;
}
.white {
  background: #fff;
}
.black {
  background: #292628;
}
.light-grey {
  background: #555555;
}
.green {
  background: #32cd32;
}
.orange {
  background: #ff7300;
  color: rgba(0,0,0,0.8);
}
.red {
  color: #FF0000;
  font-weight: bold;
}
.full-height {
  height: 100%;
}
.relative-fix {
  height: 97.5%;
  /*min-height: 768px;*/
  position: relative;
}
.row {
  margin: 0;
  clear: both;
}
.row .row .row {
  margin-top: 0;
  margin-bottom: 0;
}
.page-content {
  padding: 30px;
}
.row.main-nav {
  height: 100%;
}
.main-nav .col-md-3 {
  height: 100%;
}
.main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.main-nav ul li {
  padding: 0 10px;
  margin: 0 -15px;
}
.main-nav ul li a {
  color: #fff;
  padding: 5px 10px;
  font-size: 18px;
  display: block;
}
.main-nav ul li:hover {
  background: #fff;
}
.main-nav ul li a:hover {
  color: #555;
}
.main-nav h4 {
  font-family: "futura-pt", sans-serif;
  color: #fff;
  font-size: 18px;
  margin-top: 25px;
  font-weight: 300;
  padding-left: 5px;
}
.main-nav h4 a {
  color: inherit;
}
.main-nav ul.sub-menu {
  margin-top: 10px;
}
.main-nav ul.sub-menu li a {
  font-size: 15px;
  padding: 4px 10px;
  color: #c2c2c2;
}
.main-nav ul.sub-menu li a:hover {
  color: #555555;
}
.main-nav ul.sub-menu li.empty:hover {
  background: none;
}
.right-buttons {
  float: right;
  padding: 0 0 18px 0;
}
.right-buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.right-buttons ul li {
  float: left;
  padding: 0;
  margin-left: 0px;
  cursor: pointer;
}
.right-buttons ul a {
  display: block;
}
.right-buttons .member-dropdown ul#subMenu {
  position: absolute;
  right: 60px;
  display: none;
}
.right-buttons .member-dropdown ul#subMenu li {
  text-align: right;
  width: 100%;
  height: 52px;
}
.right-buttons .member-dropdown ul#subMenu li a {
  background: #292628;
  color: #fff;
  font-size: 18px;
  padding: 14px 20px;
  display: inline-block;
}
.right-buttons .member-dropdown ul#subMenu li a:hover {
  background: #fff;
  color: #555;
}
.logo-green {
  background: #32cd32;
  margin-left:-1000px;
  width: 90%;
}
.container {
  padding: 0;
  clear: both;
}
.logo-area {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0 auto;
}
.logo-area-cont {
  max-width: 1200px;
  margin: 0 auto;
  margin-right: 0;
}
.logo {
  padding: 80px 0;
}
.logo img {
  max-width: 225px;
  width: 100%;
}
.container.main {
  padding-bottom: 20px;
  padding-top: 20px;
}
.container.main.nava-connect {
  padding-bottom: 40px;
  padding-top: 40px;
}
.main .row {
  margin: 0;
  margin-left:-15px;
  margin-right:-15px;
}
.main .row.social {
  margin: 0;
}
.main .row .row.regular {
  margin-top: 20px;
  margin-bottom: 20px;
}
.main .row.unpadded {
  margin: 0;
}
.main .row.spacer {
  margin-bottom: 0px;
}
.guides-container {
  padding: 40px 0 30px;
}
.main .row.guides {
  margin-bottom: 0;
  margin-top: 30px;
}
.main .row.join-nava {
  margin-left: 0;
  margin-right: 0;
}
.menu {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
#subOverlay {
  background: #363636;
  height: 69px;
  width: 100%;
  position: fixed;
  top: 0;
  display: none;
}
#subOverlay img {
  width: 62px;
  margin-top: 5px;
}
.navigation {
  max-width: 1200px;
  margin: 0 auto;
}
.navigation h4 a {
  color: #fff;
}
.navigation .col-md-9, #subOverlay .col-md-12 {
  padding: 0;
}
#toggle-section {
  display: none;
  background: #363636;
  color: #c2c2c2;
  height: 450px;
}
#toggle-section-search {
  display: none;
  background: #363636;
  color: #c2c2c2;
  height: 50px;
  margin-right: 15px;
}
#searchDiv {
  float: right;
  display: none;
}
.search-bar {
    color: #fff;
    font-size: 16px;
    padding: 13px;
    width: 100%;
}
.right-buttons {
  float: right;
}
.right-buttons ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.right-buttons ul li {
  float: left;
  padding: 0;
  margin-left: 0px;
}
.page-header {
  height: 100%;
  width: 100%;
  background-position: center center;
  background-size: cover;
  /*background-attachment: fixed;*/
  margin: 0;
  padding: 0;
  border: 0;
  display: table;
}
.desktop.full-height .page-header {
  /*min-height: 900px;*/
}
.template-1 {
  height: 200px;
  background-image: none;
  background-attachment: scroll;
}
.blue-button a {
  background: none repeat scroll 0 0 #00BFFF;
  color: rgba(0,0,0,0.8);
  font-size: 20px;
  padding: 20px 16px;
}
.green-button a {
  background: none repeat scroll 0 0 #32cd32;
  color: rgba(0,0,0,0.8);
  font-size: 18px;
  padding: 13px 15px 15px;
  display: inline-block;
}
/* green buttons should be bigger if in the menu */
.right-buttons .green-button a.searchDiv-btn {
  font-size: 21px;
  padding: 19px 16px;
}
.pink-button a {
  background: none repeat scroll 0 0 #ff1493;
  color: rgba(0,0,0,0.8);
  font-size: 20px;
  padding: 20px 16px;
}
.pink-button #button {
  background: none repeat scroll 0 0 #ff1493;
  color: rgba(0,0,0,0.8);
  font-size: 20px;
  padding: 20px 16px;
  margin: 0px;
}
.orange-button a {
  background: #ff7300;
  color: rgba(0,0,0,0.8);
  font-size: 20px;
  padding: 20px 16px;
}
.white-button a {
  background: #ffffff;
  color: #ff7300;
  font-size: 18px;
  padding: 20px 16px;
}
.blue-button a:hover,
.orange-button a:hover,
.green-button a:hover,
.pink-button a:hover {
  color: rgba(0,0,0,1);
  opacity: 0.7;
  transition: all .2s ease-out;
}

.white-button a:hover {
  background: #f1f1f1;
}
.pink-button.member {
  background: none repeat scroll 0 0 #ff1493;
  color: rgba(0,0,0,0.8);
  padding: 5px 15px;
  position: absolute;
  bottom: 0;
  right: 0;
}
.see-all {
  margin-top: 50px;
  margin-bottom: 40px;
}
.inline-button {
  /*margin-top: 30px;
  margin-bottom: 30px;*/
}
.see-all a, .inline-button a {
  padding: 5px 15px 8px;
}
.members {
  /* Theoretically for IE 8 & 9 (more valid) */
  /* ...but not required as filter works too */
  /* should come BEFORE filter */
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

  /* This works in IE 8 & 9 too */
  /* ... but also 5, 6, 7 */
  filter: alpha(opacity=50);

  /* Older than Firefox 0.9 */
  -moz-opacity:0.5;

  /* Safari 1.x (pre WebKit!) */
  -khtml-opacity: 0.5;

  /* Modern!
  /* Firefox 0.9+, Safari 2?, Chrome any?
  /* Opera 9+, IE 9+ */
  opacity: 0.5;
}
.nav-262 {
  height: 262px;
  position: relative;
}
/*.artist-files {
  bottom: 0;
  float: right;
  position: absolute;
  right: 0;
}*/
.main-feature-spacer {
    background: none repeat scroll 0 0 #363636;
    height: 66px;
    margin-left: -1000px;
    position: absolute;
    width: 90%;
}
.main-feature-bar {
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 100%;
  max-width: 1170px;
  padding: 0;
}
.main-feature-bar .feature-heading {
  height: 66px;
}
.artist-feature-copy {
  padding: 20px;
  height: 66px;
}
.main-feature-bar span {
  font-family: "serifaregular";
  font-weight: 700;
  font-size: 20px;
  margin: 0 !important;
}
.main-feature-bar span a {
  color: #000;
}
.main-feature-bar p {
  margin: 0 !important;
  overflow: hidden;
  height: 26px;
}
.main-feature-bar .no-padding {
  padding: 0;
}
.main-feature-bar .green-button {
  width: 100%;
}
.main-feature-bar .green-button a {
  display: block;
  padding: 20px 15px;
  height: 66px;
}
.open-toggle {
  float: left;
  cursor: pointer;
}
.open-toggle a {
    display: block;
}
.feature-block {
  margin-top: 20px;
  margin-bottom: 20px;
}
.main-feature {
  margin-bottom:100px;
  padding: 50px;
}
.main-feature h2 {
  font-size: 60px;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.main-feature p {
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}
.main-feature p.date-author {
  margin-bottom: 10px;
}
.feature-heading {
  background: #363636;
  color: #FFFFFF;
  font-size: 18px;
  padding: 20px;
  display: inline-block;
}
.feature-left {
  background-size: cover;
  height: 400px;
  position: relative;
}
.feature-left-caption {
  background: #fff;
  min-height: 200px;
  padding: 30px;
}
.feature-left-caption h2, .feature-right-caption h2 {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
}
.feature-left-caption p, .feature-right-caption p, .feature-regular-caption p {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.feature-right {
  background-size: cover;
  height: 240px;
  position: relative;
}
.feature-right-caption {
  background: #fff;
  min-height: 160px;
  margin-bottom: 20px;
  padding: 30px;
}
.feature-regular {
  background-size: cover;
  background-position: center center;
  height: 200px;
  position: relative;
}
.feature-regular-caption {
  background: #fff;
  /*min-height: 100px;*/
  padding: 30px;
}
.feature-regular-caption .green-button a {
  padding: 5px 15px 8px;
}
.feature-regular.tweet {
  background: #00BFFF;
  color: #fff;
  height: auto;
  padding: 50px 30px;
}
.feature-regular.tweet h4 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 30px;
}
.feature-regular-caption.tweet, .feature-regular-caption.face {
  background: #ffffff;
  padding: 10px 20px;
}
.feature-regular-caption.tweet img, .feature-regular-caption.face img {
  width: 200px;
}
.feature-regular.face {
  background: #4a6ea9;
  color: #fff;
  height: auto;
  padding: 50px 30px;
}
.feature-regular.face h4 {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 30px;
  color: #fff;
}
.feature-regular.face h4 a {
  font-size: 24px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 30px;
  color: #87a1ca;
}
.story {
  padding: 0 30px;
}
.author-thumb {
  float: left;
}
.author-thumb img {
  width: 120px;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 60px;
  /* Firefox 1-3.6 */
  -moz-border-radius: 60px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 60px;
}
.story-excerpt {
  margin-left: 150px;
  color: #ebebeb;
}
.story-excerpt h4 {
  font-weight: 700;
}
.story-excerpt .green-button a, .guides .green-button a {
  padding: 1px 10px 3px;
  font-size: 14px;
}
.home .row h2 {
  margin: 0 0 20px;
}
.row.guides {
  margin-top: 0px;
}
.main .row.calendar {
  margin-top: 30px;
}
.row.calendar-item {
  margin: 0px;
}
.home .row.calendar-item {
  margin-bottom: 20px;
}
.row.calendar-item .feature-calendar {
  height: 180px;
  background-size: cover;
  background-position: center center;
}
.event-summary.tabled {
  display: table;
  height: 180px;
}
.event-summary.tabled-cell {
  display: table-cell;
  vertical-align: middle
}
.row.calendar-item .event-summary {
  padding-left: 30px;
}
.dates {
  /*font-family: 'serifaregular';*/
}
.calendar .see-all {
  margin-bottom: 0px;
  margin-top: -20px;
}
.calendar .see-all a {
  padding: 5px 15px 8px;
  font-size: 18px;
}
.social img {
  width: 80px;
  margin: 0 20px;
}
.social h4 {
  font-size: 26px;
  margin-bottom: 50px;
  color: #fff;
}

/* Pages */

.cta {
  padding: 30px 0 0;
  margin-top: -50px;
}
.row .row .cta {
  padding: 30px;
}
.row .row .row.regular {
  margin-top: 0;
  margin-bottom: 0;
}
.row .row .row.regular .cta {
  margin-top: 0px;
  padding: 30px 0 0;
}
.row .row .row.regular.anchor-heading {
  /*margin-bottom:-30px;*/
}
.contentblockstart {
  padding: 30px;
}
.contentblockstart .page-content {
  padding: 0;
}
.contentblockstart .page-content img {
  margin-top: 15px;
  max-width: 100%;
}
.contentblockstart figure img {
  margin-top: 30px;
  max-width: 100%;
}
figure figcaption {
  padding: 15px 30px;
  font-size: 13px;
}
figure figcaption p {
  margin: 0;
  font-size: 13px;
  padding: 0px;
}
.contentblockstart figure figcaption {
  padding: 15px 0px;
}
.shop .col-md-4 .page-content .feature-regular-caption {
  padding: 0;
}
.shop .shop-sidebar {
  margin-bottom: 30px;
  margin-top: 20px;
}
.shop-list .main .row.regular {
  margin-top: 20px;
  margin-bottom: 20px;
}
#blog .main .row.regular {
  margin-top: 20px;
  margin-bottom: 20px;
}
#blog .row.calendar-item {
  margin-top: 20px;
}
#blog .row.calendar-item .feature-calendar {
    height: 220px;
}
#blog .event-summary.tabled {
    height: 220px;
}
#blog .oembed-video-url {
  display: none;
}
.banner {
  position: relative;
}
.side-block {
  padding: 30px;
  margin-bottom: 30px;
  margin-top: 20px;
}
.side-block.image {
  padding: 0;
}
.banner .feature-heading {
  margin-top: -25px;
}
.next_prev {
  position: absolute;
  top: 0px;
  right: 15px;
  z-index: 9999;
  opacity: 0.9;
}
.next_prev a {
  color: #292628;
  display: block;
  padding: 20px;
  background: #fff;
  font-size: 18px;
}
.next_prev a:hover {
  background: #ccc;
}
.np-button {
  float: left;
}
.overlay-caption {
  background: #fff;
  padding: 40px;
  position: absolute;
  top: 0px;
  left: 15px;
  width: 40%;
}
.breadcrumbs {
  float: right;
  margin-top: 199px;
  padding: 19px;
}
.author-thumb {
  float: left;
  margin-left: 0;
}
.author-thumb a {
  background-size: cover;
  border-radius: 30px;
  display: block;
  height: 60px;
  width: 60px !important;
}
.author-thumb-title {
  float: left;
  margin-left: 15px;
  position: relative;
  top: 2px;
}
.image-attribution p {
  font-size: 11px;
}
.anchor-heading h3,
.guide-sub-title h3,
.news-sub-title h3 {
  font-size: 40px;
}
.anchor-heading h3 {
  /*margin-bottom: 0;*/
}
.guide-sub-title h3,
.news-sub-title h3 {
  margin-top: 50px;
  margin-bottom: 0;
}
.guide-sub-title .page-content,
.news-sub-title .page-content {
  padding: 0 30px;
}
/*.article-author-container {
  float: left;
  margin-top: 182px;
  margin-left: -15px;
}
.article-author-container .author-thumb {
  float: left;
  padding: 0;
}
.article-author-container img {
  width: 80px;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  /*-webkit-border-radius: 0px;
  /* Firefox 1-3.6 */
  /*-moz-border-radius: 0px;
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  /*border-radius: 0px;
}
.article-author-container .author-details {
  width: 200px;
  float: left;
  padding: 10px 10px 10px 20px;
}
.article-author-container .tabled {
  display: table;
  height: 60px;
}
.article-author-container .tabled-cell {
  display: table-cell;
  vertical-align: middle;
  height: 60px;
}*/
.share img {
  width: 116px;
}
.section-heading {
  padding: 30px;
}
.section-heading h3 {
  margin: 0;
}
.more-artists .feature-regular {
  background-position: center center;
}
.more-artists .feature-regular a {
  display: block;
  width: 100%;
  height: 100%;
}
.more-artists .feature-regular-caption {
  min-height: 0;
}
.more-artists .feature-regular-caption h3 {
  margin: 0;
  line-height: 18px;
}
.more-artists .feature-regular-caption h3 a {
  font-size: 16px;
}
.image-credits {
  padding: 7px 10px;
  background: none;
}
.image-credits p {
  margin-bottom: 0;
  color: #555;
  font-size: 12px;
}
.join {
	padding-top: 60px;
	min-height: 200px;
	padding-bottom: 20px;
}
.join .inline-button {
	margin-bottom: 40px;
}
.join h3 {
  font-size: 28px;
}
.join p.sub-head {
  font-size: 20px;
  font-family: 'serifaregular';
  font-weight: normal;
  font-weight: 400;
}
.black.join {
  margin-top: -30px;
  min-height: 260px;
  padding-bottom: 45px;
}
.black.join .pink-button {
  margin: 44px 0 40px;
}
.black.join h3 {
  color: #ff1493;
  font-size: 34px;
}
.black.join p.sub-head {
  font-size: 28px;
  color: #fff;
  font-family: 'serifaregular';
  font-weight: normal;
  font-weight: 400;
  margin-bottom: 30px;
}
ul.member-features {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-top: 30px;
  margin-bottom: 40px;
}
.black ul.member-features {
  margin-top: 27px;
  margin-bottom: 50px;
}
ul.member-features li {
  color: #333;
  line-height: 24px;
}
.black ul.member-features li {
  color: #fff;
  font-size: 15px;
  line-height: 24px;
}
ul.member-features li.tick:before {
  content: url('/static/images/chrome/tick.png?24375a871520');
  margin-right: 10px;
  position: relative;
  top: 3px;
}
ul.member-features li.cross {
  opacity: 0.5;
}
ul.member-features li.cross:before {
  content: url('/static/images/chrome/cross.png?24375a871520');
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.cart-icon {
  float: right;
  font-size: 16px;
  margin-top: 199px;
}
.submit-event {
  float: right;
  margin-top:-55px;
}

/* */

/* Assessor Pages */
.value-row {
    margin-top: 20px;
}
.value-row .value-label {
    font-weight: 400;
}
/* */

/* Login */

.login-container {
	/*height: 370px;*/
	margin: 20px 0;
	padding-bottom: 80px;
}
.login-header {
  background: #333;
}
.login-header h1,
.login-header h2 {
  color: #fff;
  font-size: 32px;
  padding: 20px 0;
}
.login-copy {
  padding: 10px 40px 20px;
}
.fb-connect {
  border-right: 1px solid #f5f5f5;
  padding: 40px 0;
}
.fb-connect img {
  width: 205px;
}

.or-login {
  margin-right: -10px;
  position: absolute;
  right: 50%;
  top: 52%;
  background-color: #fff;
  z-index: 999;
  padding: 5px 0;
}

.login-form {
  padding: 15px 0;
}

form input[type=text],
form input[type=password] {
  width: 80%;
  height: 40px;
  margin-bottom: 10px;
  padding-left: 15px;
  background: #ebebeb;
  border: none;
  color: #999;
  outline: none;
}
.login-form .margin {
  margin-right: 38px;
}
.login-form form label {
  width: 28%;
  text-align: right;
}
.login-form form input[type=text], .login-form form input[type=password] {
  width: 70%;
}

/* */
/* Side Block Affix */
.side-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 30px;
}
.side-block ul li {
  padding: 0;
  margin-bottom: 5px;
}
.side-block ul li a {
  font-family: 'serifaregular';
  font-weight: 400;
  font-size: 15px;
  display: block;
  color: #292628;
  background: #f1f1f1;
  padding: 10px 20px;
}
.side-block ul li a:hover, .side-block ul li a.active {
  color: #fff;
  background: #292628;
}
.affix, .affix-top {
  position: static;
}
#side-block.affix-top {
  position: static;
}
#side-block.affix-bottom {
  position: absolute;
  top: auto;
}
#side-block.affix {
  position: fixed;
  top: 90px;
}
.scrollstop {
  height: 810px;
  position: absolute;
  bottom: 0;
  display: none;
}

/* */

/* Tabbed Content Overides */

.navbar-collapse {
  border-top: 0;
  box-shadow: 0;
  padding-left: 0px;
  padding-right: 0px;
}
ul.nav-tabs {
  border-bottom: 0;
  margin: 0;
}
ul.nav-tabs li {
  padding: 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  border: none;
  color: #555555;
  cursor: default;
}

/* */

/* Responsive Slides Overides */

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  padding: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.callbacks_container .next_prev {
  bottom: 0px;
  right: 0px;
  top: auto;
}
.callbacks_container {
  position: relative;
  padding-top: 10px;
}
.callbacks_nav {
  display: none;
}

/* */

/* Footer */
.stay-in-touch {
  padding: 50px 0;
}
.social h4 a {
  color: #fff;
}
h4.phone-email {
  margin: 50px 0 10px;
  padding: 0;
}
.footer .row {
  margin-top: 50px;
  margin-bottom: 50px;
}
.footer-logos {
  /*float: left;*/
}
.footer-logos img {
  margin-right:30px;
  margin-bottom:40px;
  height: 50px;
}
.logo-footer, .logo-aust-visual {
  float: left;
  width: 120px;
  margin: 0 10px;
}
.logo-aust-gov {
  float: left;
  width: 225px;
  margin: 0 10px;
}
ul.footer-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  margin-bottom: 50px;
}
ul.footer-menu li {
  float: left;
  padding: 0 10px;
}
.subscribe {
  /*float: right;*/
  position: relative;
  top: 10px;
}
.subscribe-form {
  float: left;
}
.subscribe .green-button {
  float: left;
}
.subscribe .green-button a {
  font-size: 14px;
  padding: 10px 15px 12px;
}
.subscribe-form {
  background: #ebebeb;
  color: #ccc;
  font-size: 14px;
  padding: 10px 15px 12px;
  width: 300px;
}
.copyright {
  margin-top: 10px;
  color: #888888;
  float: right;
}

/* FORMS */

.online-form .contentblockstart {
  padding: 0;
}

form input[type=text],
form input[type=password],
form input[type=number],
form input[type=tel],
form input[type=email],
form.online-form input[type=text],
form.online-form input[type=password],
form.online-form input[type=number],
form.online-form input[type=tel],
form.online-form input[type=email] {
  width: 80%;
  height: 40px;
  margin: 5px 0;
  padding-left: 15px;
  background: #ebebeb;
  border: none;
  color: #333;
  outline: none;
}

input[type="file"] {
  display: inline;
  width: 100%;
  max-width: 350px;
  line-height: 0;
}

form table td {
  border: 0;
}

ul.errorlist {
  color: #f00;
  font-weight: 400;
  list-style: none;
  margin: 0 !important;
  padding: 0 !important;
}
ul.errorlist li {
  margin: 0 !important;
  padding: 0 !important;
}

form textarea {
  width: 80%;
  height: 100px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 5px 0;
  padding-left: 15px;
  background: #ebebeb;
  border: none;
  color: #333;
  outline: none;
}

.main form .contentblockstart {
  margin-top: 0px;
}

form label {
  font-weight: 400;
}

form .form-item {
  margin-top: 20px;
}

form .required-field label:after {
  content: " *";
}
form.title-form {
  float: left;
  margin-right: 30px;
}
form.list-sorting {
  float: left;
}
form.online-form ul {
  /*list-style-type: none;*/
  margin-left: 20px;
  margin-bottom: 20px;
}
form table#shopping_cart input[type="text"] {
  width: 50%;
  padding: 0;
  text-align: center;
  margin-bottom: 0;
}
form table#shopping_cart input[type="checkbox"] {
  float: none;
}
form table#shopping_cart th {
  font-size: 16px;
}
form table#shopping_cart td {
  padding-top: 10px;
  padding-bottom: 10px;
}
form table#shopping_cart .center {
  text-align: center;
}
form table#shopping_cart .right {
  text-align: right;
}
form table.checkout, form table#cart-login-form, form table#pin_billing_address, form table#pin_credit_card_details, form table#payment_submit {
  width: 100%;
}
form table.checkout th, form table#cart-login-form th, form table#pin_billing_address th, form table#pin_credit_card_details th, form table#payment_submit th {
  width: 30%;
}
form table.checkout td, form table#cart-login-form td, form table#pin_billing_address td, form table#pin_credit_card_details td, form table#payment_submit td {
  padding-top: 5px;
  padding-bottom: 5px;
}
form table#cart-login-form button[type="submit"] {
  margin-top: 0;
}
form table.checkout {
  margin-bottom: 40px;
}
form table.checkout .checkbox {
  display: table-row;
  height: 20px;
}
form table.checkout .checkbox input[type="checkbox"] {
  margin: 0;
}
form table.checkout span.checkbox {
  float: left;
  padding-left: 0;
  padding-right: 20px;
  margin-top: 3px;
}
form .error, form .errors {
  border: 1px solid #ff0000;
  padding: 20px;
  margin-bottom: 20px;
  background: #f3c3c3;
  color: #ff0000;
}
form .error ul.errorlist, form .errors ul.errorlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
form .error ul.errorlist li, form .errors ul.errorlist li {
  padding-left: 0;
}
form .error h3, form .errors h3 {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Quicksand', sans-serif;
  margin-bottom: 10px;
}
form table#pin_billing_address {
  margin-bottom: 40px;
}
form table#pin_credit_card_details input[type=number] {
  width: 80px;
  text-align: center;
  padding-left: 0;
}
form#signup_form {
  width: 100%;
}
form#signup_form ul {
  margin: 0;
  list-style: none;
  display: block;
}
form#signup_form ul li {
  margin: 0;
  padding: 5px 0;
  clear: both;
}
form#signup_form ul li label {
  width: 30%;
  float: left;
  padding-top: 15px;
}
form#signup_form ul li input {
  width: 55%;
  float: left;
}
form#signup_form button {
  margin-left: 30%;
  margin-bottom: 60px;
}
form.account-detail {
  width: 100%;
  padding: 0 30px;
  margin: 40px 0;
}
form.account-detail input[type="submit"] {
  margin-bottom: 60px;
  left: 30%;
  position: relative;
}
form.password_reset.account-detail {
  margin: 0;
}
form.password_reset.account-detail input[type="text"] {
  width: 100%;
}
form.password_reset.account-detail input[type="submit"] {
  margin-bottom: 20px;
  margin-top: 5px;
  left: auto;
  position: relative;
  float: right;
}
form.account-detail ul {
  margin: 0;
  list-style: none;
  display: block;
}
form.account-detail li {
  width: 100%;
  padding: 5px 0;
}
form.account-detail li input {
  width: 60%;
}
form.account-detail li label {
  width: 30%;
}
form.account-detail button {
  position: relative;
  left: 30%;
  margin-left: 5px;
  margin-bottom: 60px;
}
form.account-detail .forgot {
  float: left;
  left: 20%;
  margin-left: 30px;
  margin-top: 30px;
  position: relative;
}
form.login .forgot {
	float: right;
	margin-right: 40px;
	margin-top: 15px;
}
form.login .login-submit {
  float: right;
  margin-right: 38px;
  margin-top: 5px;
}
form.signup ul li {
  text-align: right;
}
form.signup ul li label {
  margin-right: 5px;
  margin-top: -3px;
}
form.signup .signup-submit {
  margin-right: 14%;
}
.signup-container {
  padding-bottom: 30px;
}
.signup-container .or-login {
  top: 37%;
}
.signup-container .fb-connect img {
  width: 260px;
}
.plata_padding {
  margin-bottom: 30px;
}

table.order_overview {
  width: 100%;
  border: 1px #ccc dotted;
}
table.order_overview td {
  padding: 5px;
}
table.order_overview td.right {
  text-align: right;
}
table.order_overview td.left {
  text-align: left;
}
table.order_overview td.center {
  text-align: center;
}

table#order_t-c .checkbox td {
  float: left;
}
table#order_t-c .checkbox th {
  float: right;
}

ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul.tabs li {
  background: #ebebeb;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
  border-right: 1px solid #fff;
}

ul.tabs li.current {
  background: #fff;
  color: #222;
}

.tab-content {
  display: none;
  background: #ededed;
  min-height: 10px;
  background: #fff;
  padding: 30px;
}

.tab-content.current {
  display: inherit;
}

.main .tab-content .row.regular {
  margin-top: 0;
}

.online-form {
  margin-bottom: 60px;
  /*margin-top: 30px;*/
}
.online-form .row {
  margin-top: 20px;
  margin-bottom: 20px;
}
.online-form .submit-hint {
  display: inline;
  margin-left: 10px;
}

.list-sorting-label {
    height: 50px;
    vertical-align: top;
    line-height: 50px;
    margin-right: 10px;
}

.styled-select {
    background: url('/static/images/chrome/select-arrow.png?4b13853ec738') no-repeat right;
    background-color: #fff;
    border: 2px solid #666;
    display: inline-block;
    vertical-align: middle;
    height: 50px;
    overflow: hidden;
    position: relative;
    top: 0px;
    width: 250px;
}

.styled-select select {
    background: transparent;
    width: 246px;
    padding: 5px;
    font-size: 20px;
    line-height: 1;
    border: 0;
    border-radius: 0;
    height: 46px;
    -webkit-appearance: none;
}

form.list-sorting {
  position: relative;
  /*top: -8px;*/
}

.subscribe {
  width: 60%;
  /*text-align: right;*/
  margin: 0 auto 80px;
}

.subscribe form#mc-embedded-subscribe-form input[type="email"] {
  width: 70%;
  height: 44px;
  margin: 5px 0;
  padding-left: 15px;
  background: #ebebeb;
  border: none;
  color: #333;
  outline: none;
}
.subscribe form#mc-embedded-subscribe-form button[type="submit"], .subscribe form#mc-embedded-subscribe-form input[type="submit"] {
  background: none repeat scroll 0 0 #32CD32;
  float: right;
  margin-top: 5px;
  border: 0 none;
  color: rgba(0,0,0,0.8);
  font-size: 16.5px;
  outline: 0 none;
  padding: 10px 20px;
  transition: all 0.5s ease 0s;
  width: 30%;
}

/*.row .row .row .cta {
  margin-top: 0px;
  padding-bottom: 0;
}*/

#searchDiv form input[type="text"] {
  background: none repeat scroll 0 0 #EBEBEB;
  border: medium none;
  color: #333333;
  height: 44px;
  margin: 10px 0 15px;
  outline: medium none;
  padding-left: 15px;
  width: 67%;
}

form input[type="text"].search-inpage {
  background: none repeat scroll 0 0 #EBEBEB;
  border: medium none;
  color: #333333;
  height: 44px;
  margin: 10px 0 30px;
  outline: medium none;
  padding-left: 15px;
  width: 67%;
}

#funding-sub-0, #funding-sub-1, #job-sub-0, .funding-form {
  margin-top: 20px;
}
#funding-sub-0 label, #funding-sub-1 label, #job-sub-0 label, .funding-form label {
  width: 30%;
}
#funding-sub-0 label[for="id_category"], #funding-sub-1 label[for="id_category"], #job-sub-0 label[for="id_category"], .funding-form label[for="id_category"] {
  position: relative;
  top: -40px;
}
#funding-sub-0 input, #funding-sub-1 input, #job-sub-0 input, .funding-form input {
  width: 60% !important;
}
#funding-sub-0 span.helptext, #funding-sub-1 span.helptext, #job-sub-0 span.helptext, .funding-form span.helptext {
  display: block;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 10px;
  margin-left: 30%;
}
#funding-sub-0 input[type="file"], #funding-sub-1 input[type="file"], #job-sub-0 input[type="file"], .funding-form input[type="file"] {
  display: inline-block;
}
#funding-sub-0 select, #funding-sub-1 select, #job-sub-0 select, .funding-form select {
  width: 60%;
}
#funding-sub-0 textarea, #funding-sub-1 textarea, #job-sub-0 textarea, .funding-form textarea {
  width: 60%;
}
#funding-sub-0 input[type="submit"], #funding-sub-1 input[type="submit"], #job-sub-0 input[type="submit"], .funding-form input[type="submit"] {
  margin-left: 30%;
  width: auto !important;
}

form.online-form label {
  width: 100%;
  margin-bottom: 0;
  margin-top: 10px;
}
form.online-form input[type="text"] {
  width: 96%;
}
form.online-form select {
  width: 96%;
}
form.online-form textarea {
  width: 96%;
}
form.online-form span.required {
  /*position: absolute;
  right: 0;*/
}
form.online-form h1.form-content-heading, form.online-form h2.form-content-heading, form.online-form h3.form-content-heading {
  font-size: 38px;
  margin: 30px 0 20px;
}
form.online-form h3.form-content-heading {
  font-size: 28px;
  margin: 30px 0 40px;
}
form.online-form h2.formtitle {
  font-size: 54px;
  font-weight: 700;
}
form.online-form .row .row .page-content {
  padding: 0;
}
form.online-form ul.formset {
  margin: 20px 0;
}
form.online-form ul.formset ul {
  margin: 0;
  list-style: none;
}
form.online-form li.a_form {
  margin: 0;
  padding: 0;
  list-style: none;
}
form.online-form li.a_form ul li {
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
}
form.online-form .add_form_link {
  margin: 20px 0;
  display: block;
}

.ui-datepicker {
  background: #fff;
  border: 1px solid #ccc;
  padding: 20px;
}

.ui-datepicker-calendar td {
  text-align: center;
}

.ui-datepicker-prev, .ui-datepicker-next {
  display: none;
}

button[type="submit"], input[type="submit"] {
  border: 0 none;
  background-color: #FF1493;
  color: #ffffff;
  font-size: 18px;
  margin-top: 20px;
  outline: 0 none;
  padding: 10px 20px;
  transition: all 0.5s ease 0s;
}

button[type="submit"]:hover, input[type="submit"]:hover {
  background-color: #c91476;
}

.container.main.message-box {
  padding-bottom: 0;
  padding-top: 40px;
}
.container.main.message-box .alert {
  margin-bottom: 0;
}
.copyright {
    width: 100%;
}

ul.member-account-details {
	list-style-position: inside;
	margin: 0 0 30px;
}
ul.member-account-details ul {
	list-style-position: inside;
	margin: 0;
}

/*Home page carousel buttons override to look like swipers ones*/
.swiper-button-next {
    font-size: 72px;
    right: 40px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    color: #999;
    cursor: pointer;
}
.swiper-button-prev {
    font-size: 72px;
    left: 40px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    color: #999;
    cursor: pointer;
}
/* */

/* View Switch */

.switch-btns {
  float: right;
}
.switch-btns a {
  margin-left: 20px;
  opacity: 0.4;
}
.switch-btns a.active {
  opacity: 1.0;
}
.list-display {
  padding-top: 20px;
}

/* RESPONSIVE */

.mobile {
  display: none;
}

@media screen and (min-width: 2335px) {
  .logo-green {
    width: 60%;
  }
  .navigation {
    max-width: 2335px;
  }
  .logo-area-cont {
    max-width: 2335px;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1600px) {
  .logo-green {
    width: 80%;
  }
  .navigation {
    max-width: 1400px;
  }
  .logo-area-cont {
    max-width: 1400px;
  }
}

@media screen and (min-width: 1600px) and (max-width: 2334px) {
  .logo-green {
    width: 80%;
  }
  .navigation {
    max-width: 1500px;
  }
  .logo-area-cont {
    max-width: 1500px;
  }
}

@media screen and (max-width: 1199px) {
  .logo img {
    margin-left: 30px;
    max-width: 180px;
  }
  .main-feature-bar {
    left: 0;
  }
  .nav-262 {
    height: 242px;
  }
  .breadcrumbs, .cart-icon {
    margin-top: 179px;
  }
  .video .feature-regular {
    height: auto;
  }
  .social img {
    width: 60px;
    margin: 0 12px;
  }
}

@media screen and (max-width: 1026px) {
  .mobile {
    display: block;
  }
  #mobile-navigation {
    display: none;
  }
  /*ul.mobile-buttons {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 50%;
    float: left;
  }
  ul.mobile-buttons li {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
  }
  ul.mobile-buttons li a {
    display: block;
    font-size: 14px;
    padding: 15px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    border-bottom: 1px solid #029ccf;
  }*/
  .mobile-navigation-container ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: right;
  }
  .mobile-navigation-container ul li {
    margin: 0;
    padding: 0;
    float: left;
    width: 50%;
    background: #555;
  }
  .mobile-navigation-container ul li a {
    display: block;
    font-size: 14px;
    padding: 15px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    color: #fff;
    border-bottom: 1px solid #333;
  }
  .mobile-navigation-container ul li:nth-child(odd) a {
    border-right: 1px solid #333;
  }
  .mobile-navigation-container ul li.category a {
    border-right: 1px solid black;
  }
  .mobile-navigation-container ul li a:hover {
    background: #333;
  }
  ul#subMenu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
  }
  ul#subMenu li {
    margin: 0;
    padding: 0;
    width: 100%;
    float: left;
  }
  ul#subMenu li a {
    display: block;
    font-size: 14px;
    padding: 15px;
    width: 100%;
    text-align: center;
    cursor: pointer;
  }
  .mobile-navigation-container ul li.category {
    background: #333;
  }
  .mobile-navigation-container ul li.category a {
    border-bottom: 1px solid #111;
  }
  .mobile-navigation-container ul li.category a:hover {
    background: #111;
  }
  .mobile-navigation-container ul li.category:nth-child(odd) a {
    border-right: 1px solid #111;
  }
  li.narrative {
    display: none;
  }
  #searchDiv {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .search-bar {
    padding: 0 13px 5px;
  }
  .desktop {
    display: none;
  }
  .nav-262 {
    display: none;
  }
  .mobile .logo, .relative-fix .green .logo {
    padding: 40px 20px;
    z-index: 1;
  }
  .mobile .logo img, .relative-fix .green .logo img {
    width: 120px;
    margin-left: 0px;
  }
  .mobile .blue-button.switch {
    position: fixed;
    top: 15px;
    right: 0;
    z-index: 999999;
  }
  .main .row {
    margin: 0;
  }
  .share img {
      width: 75px;
  }
  .relative-fix {
    height: 150px;
  }
  .feature-regular, .feature-right, .feature-left {
    height: auto;
  }
  .row.calendar-item {
    padding-bottom: 30px;
  }
  .guides-container .guide {
    margin-bottom: 20px;
  }
  .event-summary.tabled, #blog .event-summary.tabled {
    height: auto;
    padding: 30px 0 0;
  }
  #blog .event-summary.tabled {
    padding-left: 30px;
  }
  .ratio {
    height: 0px;
    position: relative;
    padding-bottom: 60%;
  }
  #side-block {
    display: none;
  }
  .black.join {
    margin-top: 0px;
  }
  .join {
    margin-bottom: 30px;
  }
  /*.social img {
    width: 40px;
    margin: 0 7px;
  }*/
  .subscribe {
    float: none;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
  }
  .subscribe form#mc-embedded-subscribe-form button[type="submit"],
  .subscribe form#mc-embedded-subscribe-form input[type="submit"] {
    float: none;
  }
  .footer-logos {
    float: none;
    margin: 30px 0;
    text-align: center;
    width: 100%;
  }
  .logo-aust-gov {
    display: inline-block;
    float: none;
    margin: 0 10px;
    width: 225px;
  }
  .logo-aust-visual, .logo-footer {
    display: inline-block;
    float: none;
    margin: 0 10px;
    width: 120px;
  }
  .copyright {
    color: #cccccc;
    float: none;
    font-size: 12px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
  }
  ul.footer-menu li {
    float: none;
  }
  .fb-connect {
    margin-top: -30px;
  }
  .or-login {
    top: 48%;
  }
  .login-form .margin, form.login .login-submit {
    margin-right: 100px;
  }
  .signup-container .or-login {
    top: 35%;
  }
}

@media screen and (max-width: 767px) {
  .container {
    margin-left:auto;
    margin-right:auto;
    padding-left:15px;
    padding-right:15px
  }
  .col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {
    padding-left:0;
    padding-right:0
  }
  h2 {
    font-size:44px;
    line-height:47px
  }
  .home .row h2 {
    margin:0 0 20px
  }
  .anchor-heading h3,.guide-sub-title h3,.news-sub-title h3 {
    font-size:34px;
    line-height:38px
  }
  .share img {
    width: 68px;
  }
  .logo-aust-gov {
    width: 112px;
  }
  .logo-aust-visual, .logo-footer {
    width: 60px;
  }
  .subscribe form#mc-embedded-subscribe-form input[type="email"] {
    width: 60%;
  }
  .submit-event {
    float: none;
    margin-top: 20px;
  }
  .social h4 {
    font-size: 18px;
  }
  .social img {
    margin: 0 5px;
    width: 50px;
  }
  .switch-btns {
    display: block;
    float: left;
    margin-top: 30px;
    width: 100%;
  }
  .switch-btns a {
    margin-right: 20px;
  }
  .login-form .margin, form.login .login-submit {
    margin-right: 50px;
  }
  #signup_form .signup-submit {
    margin-right: 14%;
  }
}

@media screen and (max-width: 400px) {
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .or-login {
    top: 52%;
  }
  .login-form .margin, form.login .login-submit {
    margin-right: 20px;
  }
  .signup-container .or-login {
    top: 40%;
  }
}

form input[type=text].cvcinput {
  width: 100px;
}

#survey_modal {
  z-index: 99999;
}
#survey_modal:hover {
  opacity: 1;
}
#survey_modal:focus {
  outline: none;
}
#survey_modal .page-content {
  padding: 0;
}
#survey_modal .online-form .row {
  margin: 0;
}
#survey_modal .col-md-12 {
  padding-left: 0;
}

form .multicheckbox {
  margin-top: 0;
}
form .multicheckbox .checkbox-field {
  font-weight: 400;
}
.menu .navigation {
  margin-right: 0;
}
form .required label:after {
  content: " *";
}
@media screen and (max-width: 1026px) {
  .contentblockstart {
    margin-left: -15px;
    margin-right: -15px;
  }
  #blog .main .row.regular {
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (max-width: 767px) {
  .contentblockstart {
    margin-left: 0;
    margin-right: 0;
  }

  #blog .main .row.regular {
    margin-left: 0px;
    margin-right: 0px;
  }
}
#payment_submit .security_logo {
  padding-top: 30px;
}

form.add-donation h3 {
	margin-bottom: 0;
}
form.add-donation div#donation-select {
	float: left;
	margin-top: 25px;
	margin-bottom: 10px;
}
form.add-donation div#donation-submit {
	float:right;
	margin-top: 20px;
}
form.add-donation div#donation-submit input {
	margin-top: 0;
}
form.add-donation br {
	clear: both;
}
form.add-donation div.error {
	margin-top: 20px;
	margin-bottom: 0;
}

.category-filter {
  padding-top: 10px;
}
.category-filter-text {
  font-weight: 400;
}
.category-filter-container {
  padding: 0 10px;
}
.category-filter-link.is-selected {
  border-bottom: 2px solid #666;
}


.acknowledgement-modal-full {
  min-width: 100%;
  opacity: 1;
  background-color:#333333;

}

.acknowledgement-modal-full .acknowledgement-modal-content {
  min-height: 100vh;
  padding: 2% 10% 2% 10%;
  text-align: center;
  opacity: 1;
  background-color:#333333;
}

.acknowledgement-modal-full .acknowledgement-modal-content .acknowledgement-modal-body{
  padding-top: 50px;
  color: white;
  font-size: 22px;
}

.acknowledgement-modal-full .acknowledgement-modal-content .acknowledgement-modal-footer {
  border-top: 0px;
  text-align: center;
  padding-top: 5%;
}

.acknowledgement-modal-footer .acknowledgement-modal-button button{
  border-width: 10px;
  background-color: #333333;
}
/* ------------------------------------------
----------------- NAVIGATION ----------------
------------------------------------------ */

body {
    padding-top: 85px;
}

.header {
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
    height: 85px;
    background-color: #333;
}

.header.is-fixed {
    position: fixed !important;
    top: 0 !important;
}

/* ----- MASTHEAD ----- */
.header__masthead-container {
    width: calc(100% - 85px);
    position: absolute;
    z-index: 109;
    left: 0;
    top: 0;
}

.masthead {
    margin: 0;
    padding: 15px 20px;
}

.masthead br {
    display: none;
}

.masthead--grey {
    background-color: #333;
}

.masthead--pink {
    background-color: #FF1493;
}

.masthead--green {
    background-color: #32CD32;
}

.masthead--orange {
    background-color: #FF7300;
}

.masthead--blue {
    background-color: #00BFFF;
}

.masthead__h1 {
    margin: 0;
    padding: 0;
}

.masthead__link {
    display: block;
    height: 100%;
}

.masthead__logo {
    display: block;
    width: 120px;
    height: 55px;
    background-image: url('/static/images/nava-sprites.svg?4d061a040398');
    background-repeat: no-repeat;
    background-position: -200px 0px;
    background-size: 500px 500px;
}

.masthead__payoff {
    display: none;
}

/* ----- MAIN NAV ----- */

/* Layout */
.header__main-menu-container {
    position: absolute;
    z-index: 102;
    width: 100%;
}

.main-menu {
    position: relative;
}

/* Menu Btn */
.main-menu__toggle-btn {
    position: fixed;
    z-index: 105;
    right: 0;
    top: 0;
    width: 85px;
    height: 85px;
    padding: 14.5px 20px;
    background-color: #555;
    border: none;
    cursor: pointer;
    transition: all .2s ease-out;
}

.main-menu__toggle-btn:focus {
    outline: 0;
    background-color: #666;
}

.main-menu__icon {
    position: relative;
    display: block;
    float: left;
    width: 45px;
    height: 50px;
}

.main-menu__icon span {
    display: block;
    width: 100%;
    height: 8px;
    margin: 8px 0;
    background: #FFF;
    -webkit-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.main-menu__icon span:first-child {
    margin-top: 5px;
}

.main-menu__icon span:last-child {
    margin-bottom: 5px;
}

.main-menu__toggle-btn.is-active .main-menu__icon {
    -webkit-transform: translateX(-9px);
    -ms-transform: translateX(-9px);
    transform: translateX(-9px);
    transition: all .5s ease-out;
}

.main-menu__toggle-btn.is-active span.icon-line-1 {
    -webkit-transform: rotate(-45deg) scale(1.05);
    -ms-transform: rotate(-45deg) scale(1.05);
    transform: rotate(-45deg) scale(1.05);
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
}

.main-menu__toggle-btn.is-active span.icon-line-2 {
    opacity: 0;
}

.main-menu__toggle-btn.is-active span.icon-line-3 {
    -webkit-transform: rotate(45deg) scale(1.05);
    -ms-transform: rotate(45deg) scale(1.05);
    transform: rotate(45deg) scale(1.05);
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
}

.main-menu__label {
    display: none;
    float: left;
    padding-left: 15px;
    font-size: 20px;
    line-height: 50px;
    color: #FFF;
}

/* Drop Down */
.main-menu__dropdown {
    position: fixed;
    z-index: 104;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh !important;
    padding-top: 85px;
    padding-bottom: 100px;
    background-color: #555555 !important;
}

@media (max-width: 1023px) and (max-height: 800px) {
    .main-menu__dropdown {
        overflow: scroll;
    }
}

/* MENUS */

/* Mobile Menu */
.main-nav--mobile {
    padding: 10px;
}

.main-nav--mobile .left-column,
.main-nav--mobile .right-column {
    width: 50%;
    margin-top: 10px;
    padding: 10px;
}

.main-nav--mobile .left-column {
    float: left;
}

.main-nav--mobile .right-column {
    float: right;
}

.main-nav--mobile ul li {
    margin: 0;
    padding: 0;
}
.main-menu__dropdown
.main-nav--mobile ul li a {
    padding: 10px 0px;
    font-size: 17px;
}

.main-nav--mobile ul li:hover,
.main-nav--mobile ul li a:hover {
    color: #fff;
    background-color: transparent;
}

/* Hide Desktop Menu */
.main-nav--desktop {
    display: none;
    height: auto !important;
    padding-top: 20px !important;
    padding-bottom: 40px !important;
}

/* ----- LOGIN + SEARCH ----- */

.header__login-search-container {
    display: none;
}

.mobile-search-container {
    padding: 20px;
    padding-bottom: 0px;
}

.nav-search__form {
    position: relative;
}

.nav-search__form .nav-search__input[type=text] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.nav-search__form .nav-search__input {
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0px 70px 0px 20px;
    font-size: 20px;
    font-weight: 300;
    line-height: 50px;
    color: #222;
    background-color: #ccc;
    border-radius: 0;
}

.nav-search__form .nav-search__input::-webkit-input-placeholder {
  color: #666;
}
.nav-search__form .nav-search__input::-moz-placeholder {
  color: #666;
}
.nav-search__form .nav-search__input:-ms-input-placeholder {
  color: #666;
}
.nav-search__form .nav-search__input:-moz-placeholder {
  color: #666;
}

.nav-search__form .nav-search__input:hover {
    background-color: #ddd;
    transition: background-color .4s ease-out;
}

.nav-search__form .nav-search__input:focus {
    background-color: #eee;
    transition: background-color .4s ease-out;
}

.nav-search__form .nav-search__btn {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 50%;
    margin: 0;
    margin-top: -25px;
    padding: 0;
    background-color: transparent;
    background-image: url('/static/images/nava-sprites.svg?4d061a040398');
    background-repeat: no-repeat;
    background-position: 0px -200px;
    background-size: 500px 500px;
    opacity: 0.5;
}

.nav-search__form .nav-search__btn:hover,
.nav-search__form .nav-search__input:focus + .nav-search__btn {
    background-color: transparent;
    opacity: 0.8;
    transition: opacity .2s ease-out;
}

.mobile-login-container {
    padding: 20px;
    padding-bottom: 0px;
}

.nav-login {
    position: relative;
    background-color: transparent;
}

.nav-login .nav-login__btn {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0px 10px 0px 10px;
    font-size: 20px;
    line-height: 50px;
    color: #666;
    text-align: center;
    background-color: #ccc;
}

.nav-login .nav-login__btn:before {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    margin-top: -5px;
    background-image: url('/static/images/nava-sprites.svg?4d061a040398');
    background-repeat: no-repeat;
    background-position: -100px -200px;
    background-size: 500px 500px;
    opacity: 0.5;
}

.nav-login .nav-login__btn--profile:before {
    background-position: -200px -200px;
}

.nav-login .nav-login__btn:hover,
.nav-login .nav-login__btn.is-active {
    background-color: #ddd;
    transition: background-color .2s ease-out;
}

.nav-login__menu {
    position: absolute;
    width: 100%;
    z-index: 101;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: #CCC;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .25);
}

.nav-login__menu li {
    padding: 0px;
    border-top: 1px solid #BBB;
}

.nav-login__menu a {
    display: block;
    padding: 15px;
    font-size: 18px;
    color: #666;
    text-decoration: none;
}

.nav-login__menu li:hover {
    color: #333;
    background-color: #ddd;
    transition: background-color .2s ease-out, color .2s ease-out;
}

/* ----- SUBHEADER ----- */

.subheader {
    position: relative;
    height: 200px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.subheader .container {
    position: relative;
    height: 100%;
}

.breadcrumbs {
    margin: 0;
    position: absolute;
    left: 15px;
    bottom: 100px;
}

.main-content-container {
    margin-top: -120px;
    padding-bottom: 100px;
}

/* ----- ALERT MESSAGES ----- */
.container.main.message-box {
    position: absolute;
    width: 100%;
    z-index: 299;
    top: 120px;
}

.container.main.message-box .alert {
    max-width: 600px;
    margin: auto;
}

/* ------------------ */
/* ----- TABLET ----- */
/* ------------------ */

@media (min-width: 768px) {

    body {
        padding-top: 120px;
    }

    /* Hide/Show Header on scroll */
    .header {
        position: fixed;
        height: 120px;
        -webkit-transition: top 0.2s ease-in-out;
        -moz-transition: top 0.2s ease-in-out;
        -ms-transition: top 0.2s ease-in-out;
        transition: top 0.2s ease-in-out;
    }

    .header__masthead-container {
        width: 66.6666666667%;
    }

    .header.nav-up {
        top: -120px;
    }

    .header.nav-down {
        top: 0px;
    }

    .masthead {
        padding: 25px 40px;
    }

    .masthead__logo {
        width: 155px;
        height: 70px;
        background-position: -200px -100px;
    }

    .main-menu__dropdown {
        padding-top: 140px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-menu__toggle-btn {
        position: absolute;
        width: 33.3333333333%;
        height: 120px;
        padding: 35px 20px;
    }

    .main-menu__toggle-btn.is-active {
        position: fixed;
    }

    .main-menu__label {
        display: inline-block;
        vertical-align: middle;
    }

    /* Hide Mobile Nav */
    .main-nav--mobile {
        display: none;
    }

    /* Show Desktop Nav */
    .main-nav--desktop {
        display: block;
        padding-top: 20px;
    }

    .mobile-search-container {
        float: right;
        width: 75%;
    }

    .mobile-login-container {
        float: left;
        width: 25%;
    }

    .breadcrumbs {
        left: 30px;
    }

}

/* ------------------ */
/* ----- DESKTOP ---- */
/* ------------------ */

@media (min-width: 1024px) {

    .header__masthead-container {
        width: 240px;
    }

    /* Change Positioning of Main Menu */
    .header__main-menu-container {
        padding-left: 240px;
    }

    .main-menu__toggle-btn {
        right: auto;
        left: 0;
        width: 210px;
    }

    .main-menu__toggle-btn.is-active {
        position: absolute;
    }

    .main-menu__dropdown {
        height: auto !important;
        position: absolute;
        top: 0px;
        padding-top: 120px;
        padding-bottom: 60px;
    }

    /* Hide Mobile Search and Login */
    .mobile-login-search-container {
        display: none;
    }

    /* Show Desktop Search and Login areas */
    .header__login-search-container {
        position: relative;
        display: block;
        height: 100%;
        padding-left: 450px;
    }

    /* Login Conatiner */
    .header__login-container {
        float: left;
        width: 200px;
        height: 100%;
        background-color: #CCC;
        border-right: 2px solid #BBB;
    }

    /* Search Container */
    .header__search-container {
        padding-left: 220px;
        padding-right: 20px;
        padding-top: 35px;
        padding-bottom: 35px;
        height: 100%;
        background-color: #CCC;
    }

    /* Adhust Login and Search components styling */
    .nav-login .nav-login__btn {
        height: 120px;
        padding: 35px 20px;
    }

    .nav-login .nav-login__btn:before {
        margin-right: 10px;
        background-position: -100px -250px;
    }

    .nav-login .nav-login__btn--profile:before {
        margin-right: 10px;
        background-position: -200px -250px;
    }

    .nav-search .nav-search__form {
        margin-top: -10px;
    }

    .nav-search .nav-search__input {
        padding-top: 10px;
        padding-bottom: 10px;
        height: 70px;
        background-color: #c6c6c6;
        border-radius: 5px;
        /*border-bottom: 2px solid #BBB;*/
    }

    /*
    .nav-search .nav-search__input:focus {
        border-color: #333;
        transition: background-color .2s ease-out, border-color .4s ease-out;
    }
    */
    .nav-search .nav-search__btn {
        right: 10px;
        background-position: 0px -250px;
    }

    /* Search Autocomplete styling */
    .nav-search__autocomplete {
        width: cacl(100% - 200px);
        margin-left: 200px;
        margin-top: -28px;
        padding: 0px 20px 40px 20px;
        font-size: 20px;
        font-weight: 300;
        line-height: 36px;
        color: #666;
        background-color: #ccc;
    }

    .ac-results {
        padding: 20px;
        padding-bottom: 40px;
        background-color: #eee;
        border-radius: 0px 0px 5px 5px;
    }

    .ac-results a {
        display: block;
        font-size: 20px;
        line-height: 22.5px;
        color: #666;
        padding: 10px 0px;
    }

    .ac-results a:hover {
        text-decoration: underline;
        color: #222;
        transition: color .2s ease-out;
    }

}

@media (min-width: 1025px) {
    .main-menu__toggle-btn:hover {
        background-color: #666;
        transition: all .2s ease-out;
    }
}

@media (min-width: 1027px) {
    .breadcrumbs {
        left: 0;
    }
}

/* ---------------------------------- */
/* ---------- LARGE DESKTOP --------- */
/* ---------------------------------- */

@media (min-width: 1440px) {

    .header__masthead-container {
        width: 460px;
    }

    /* Show Payoff and change positioning of other components */
    .masthead__payoff {
        display: block;
        float: left;
        width: 180px;
        height: 70px;
        padding-top: 9px;
        font-family: "futura-pt", sans-serif;
        font-size: 14px;
        font-weight: 300;
        line-height: 17px;
        color: rgba(255, 255, 255, .75);
    }

    .masthead--pink .masthead__payoff,
    .masthead--green .masthead__payoff,
    .masthead--orange .masthead__payoff,
    .masthead--blue .masthead__payoff {
        color: rgba(0, 0, 0, .5);
        font-weight: 400;
    }

    .masthead__logo {
        display: block;
        float: left;
        width: 200px;
    }

    .header__main-menu-container {
        padding-left: 460px;
    }

    .main-menu__toggle-btn,
    .nav-login .nav-login__btn {
        padding: 35px 40px;
    }

    .main-menu__toggle-btn {
        width: 240px;
    }

    .header__login-container {
        width: 240px;
    }

    .header__login-search-container {
        padding-left: 700px;
    }

    .header__search-container {
        padding-right: 40px;
        padding-left: 280px;
    }

    .nav-search__autocomplete {
        width: calc(100% - 240px);
        margin-left: 240px;
        padding: 0 40px 40px 40px;
    }

}

@media (min-width: 1920px) {

    .header__masthead-container {
        width: 500px;
    }

    .header__main-menu-container {
        padding-left: 500px;
    }

    .header__login-search-container {
        padding-left: 740px;
    }

}





/* ------------------------------------------
-------------- HOMEPAGE STRUCTURE -----------
------------------------------------------ */

.home .main-content-container {
    margin-top: 0;
    padding-bottom: 0;
}

.main-featured-container {
    height: 370px;
    background-color: #FFF;
}

.home-cta-container {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FFF;
    text-align: center;
}

.cta-list {
    list-style-type: none;
    height: 100%;
    margin: auto;
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-justify-content: space-around;
    justify-content: space-around;
}

.cta-list__item {
    margin: 0;
    padding: 0;
}

.home-secondary-featured-container {
    background-color: #FFF;
}

.secondary-featured-list {
    list-style-type: none;
    margin: auto;
    padding: 5px;
}

.secondary-featured-list__item {
    padding: 5px;
    text-align: center;
}

.secondary-featured-content__title,
.secondary-featured-content__summary {
    margin-left: auto;
    margin-right: auto;
}

/* ------------------ */
/* ----- TABLET ----- */
/* ------------------ */

@media (min-width: 768px) {

    .homepage-main-container {
        height: 650px;
    }

    .main-featured-container {
        float: left;
        width: 66.6666666666%;
        height: 100%;
    }

    .home-cta-container {
        float: right;
        width: 33.3333333333%;
        height: 100%;
        padding: 0;
        padding-bottom: 20px;
    }

    .secondary-featured-list__item {
        float: left;
        width: 33.3333333333%;
        text-align: left;
    }

    .secondary-featured-content__title,
    .secondary-featured-content__summary {
        margin-left: 0;
        margin-right: 0;
    }

}

/* ------------------ */
/* ----- DESKTOP ---- */
/* ------------------ */

@media (min-width: 1024px) {

    .main-featured-container {
        width: 75%;
    }

    .home-cta-container {
        width: 25%;
    }

}

/* ---------------------------------- */
/* ---------- LARGE DESKTOP --------- */
/* ---------------------------------- */

@media (min-width: 1440px) {

    .homepage-main-container {
        height: 70vh;
        max-height: 700px;
    }

    .main-featured-container {
        width: 80%;
        padding-right: 8px;
    }

    .home-cta-container {
        width: 20%;
        padding: 20px;
        padding-bottom: 40px;
    }

    .secondary-featured-list__item {
        width: 20%;
    }

}

@media (min-width: 1920px) {

    .homepage-main-container {
        max-height: 800px;
    }

}

/* ------------------------------------------
------------ MAIN FEATURED CONTENT ----------
------------------------------------------ */

.main-featured {
    width: 100%;
    height: 100%;
}

.main-featured__background-image {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #555;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.main-featured__info {
    position: absolute;
    left: 20px;
    bottom: 40px;
    width: 80%;
    max-width: 600px;
    text-align: left;
}

.main-featured__info.bottom_left {
    top: auto;
    right: auto;
    bottom: 40px;
    left: 20px;
}

.main-featured__info.top_left {
    top: 40px;
    right: auto;
    bottom: auto;
    left: 20px;
}

.main-featured__info.top_right {
    top: 40px;
    right: 40px;
    bottom: auto;
    left: auto;
    text-align: right;
}

.main-featured__info.bottom_right {
    top: auto;
    right: 40px;
    bottom: 40px;
    left: auto;
    text-align: right;
}

.main-featured__title {
    padding: 0;
    margin: 0;
    font-family: "futura-pt", sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    color: #666;
}

.main-featured__title br {
    display: none;
}

.main-featured__label,
.main-featured__link {
    display: inline-block;
    vertical-align: top;
    padding: 10px 15px;
    text-decoration: none;
    background-color: #EEE;
}

.main-featured__label {
    font-size: 18px;
    color: #FFF;
    background-color: #333;
}

.main-featured__link:hover {
    color: #FFF;
    background-color: #32cd32;
    transition: color .2s ease-out, background-color .2s ease-out;
}

.main-featured__image-credit {
    font-size: 12px;
    font-weight: 400;
    color: #FFF;
    text-shadow: 0px 1px 3px rgba(0, 0, 0, .35);
    position: absolute;
    right: 5px;
    bottom: 40px;
    -webkit-transform: rotate(-90deg) translate(100%, 0%);
    -moz-transform: rotate(-90deg) translate(100%, 0%);
    -ms-transform: rotate(-90deg) translate(100%, 0%);
    -o-transform: rotate(-90deg) translate(100%, 0%);
    transform: rotate(-90deg) translate(100%, 0%);
    -webkit-transform-origin: 100% 100%;
    -moz-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    -o-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
/* ------------------------------------------
--------- SECONDARY FEATURED CONTENT --------
------------------------------------------ */

.secondary-featured-content {
    padding: 15px;
    padding-bottom: 25px;
    background-color: #EEE;
}

.secondary-featured-content__title {
    max-width: 400px;
    font-size: 25px;
    font-weight: 300;
    line-height: 1.4;
    color: #333;
    margin-top: 0;
    margin-bottom: 10px;
}

.secondary-featured-content__title a {
    color: inherit;
    text-decoration: none;
}

.secondary-featured-content__title a:hover {
    color: #32CD32;
    text-decoration: underline;
    transform: color .2s ease-out;
}

.secondary-featured-content__summary {
    max-width: 400px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.2;
    color: #666;
    margin-top: 0;
    margin-bottom: 40px;
}

.secondary-featured-content__btn {
    display: inline-block;
    width: 140px;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.25;
    color: rgba(0,0,0,0.8);
    text-align: center;
    padding: 10px;
    background-color: #32CD32;
}

.secondary-featured-content__btn:hover {
    color: rgba(0,0,0,1);
    opacity: 0.7;
    transition: all .2s ease-out;
}

@media (min-width: 768px) {

    .secondary-featured-content {
        position: relative;
        height: 255px;
    }

    .secondary-featured-content__btn {
        position: absolute;
        left: 15px;
        bottom: 25px;
    }

}
/* ------------------------------------------
------------------ CTA CARD -----------------
------------------------------------------ */

.cta-card {
    padding: 10px;
    background-color: #FFF;
}

.cta-card__title {
    font-family: "futura-pt", sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.5;
    color: #333;
    padding: 0;
    margin-bottom: 5px;
}

.cta-card__btn {
    display: block;
    width: 100%;
    padding: 12.5px;
    background-color: #428bca;
    font-family: "futura-pt", sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: rgba(0,0,0,0.8);
}

.cta-card__btn--pink {
    background-color: #FF1493;
}

.cta-card__btn--green {
    background-color: #32CD32;
}

.cta-card__btn--orange {
    background-color: #FF7300;
}

.cta-card__btn--blue {
    background-color: #00BFFF;
}

.cta-card__btn:hover,
.cta-card__btn:active {
    color: rgba(0,0,0,1);
    opacity: 0.7;
    transition: all .2s ease-out;
}

.cta-card__btn--black,
.cta-card__btn--black:hover,
.cta-card__btn--black:active{
    background-color: #333;
    color: #FFF;
}