
@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;
}
.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: 50px;
  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: #fff;
}
.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: 'Quicksand', sans-serif;
  color: #fff;
  font-size: 18px;
  margin-top: 25px;
  font-weight: 400;
  padding-left: 5px;
}
.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;
  padding-right: 15px;
  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;
}
.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;
  margin-right: 15px;
}
#toggle-section-search {
  display: none;
  background: #363636;
  color: #c2c2c2;
  height: 50px;
  margin-right: 15px;
}
#searchDiv {
  float: right;
  margin-right: 15px;
  display: none;
}
.search-bar {
    color: #fff;
    font-size: 16px;
    padding: 13px;
    width: 100%;
}
.right-buttons {
  float: right;
}
.right-buttons ul {
  margin: 0;
  padding: 0;
  padding-right: 15px;
  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: #FFFFFF;
  font-size: 20px;
  padding: 20px;
}
.green-button a {
  background: none repeat scroll 0 0 #32cd32;
  color: #FFFFFF;
  font-size: 18px;
  padding: 13px 15px 15px;
  display: inline-block;
}
.pink-button a {
  background: none repeat scroll 0 0 #ff1493;
  color: #FFFFFF;
  font-size: 20px;
  padding: 20px;
}
.pink-button #button {
  background: none repeat scroll 0 0 #ff1493;
  color: #FFFFFF;
  font-size: 20px;
  padding: 20px;
  margin: 0px;
}
.orange-button a {
  background: #ff7300;
  color: #FFFFFF;
  font-size: 18px;
  padding: 20px;
}
.white-button a {
  background: #ffffff;
  color: #ff7300;
  font-size: 18px;
  padding: 20px;
}
.blue-button a:hover {
  background: #029ccf;
}
.orange-button a:hover {
  background: #bf5702;
}
.green-button a:hover {
  background: #25a225;
}
.pink-button a:hover {
  background: #c91476;
}
.white-button a:hover {
  background: #f1f1f1;
}
.pink-button.member {
  background: none repeat scroll 0 0 #ff1493;
  color: #fff;
  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;
}
.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 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: #ccc;
  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;
  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: 40px;
}
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;
}

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

.styled-select {
  background: url('/static/images/chrome/select-arrow.png?24375a871520') no-repeat right;
  border: 1px solid #CCCCCC;
  display: inline-block;
  height: 40px;
  overflow: hidden;
  position: relative;
  top: 14px;
  width: 240px;
}

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: #ffffff;
  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"] {
  background: none repeat scroll 0 0 #ff1493;
  border: 0 none;
  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: none repeat scroll 0 0 #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;
  margin-top: 10px;
}
.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: 70%;
  }
}

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

@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: 991px) {
  .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;
  }
  .styled-select {
    top: 0;
  }
  .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: " *";
}