
/*-- Fonts --*/
@font-face {
  font-family: 'Gothic';
  src: url('fonts/gothic.eot');
  src: url('fonts/gothic.eot?#iefix') format('embedded-opentype'),
       url('fonts/gothic.woff') format('woff'),
       url('fonts/gothic.ttf') format('truetype'),
       url('fonts/gothic.svg#gothicb') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*-- General layout --*/
html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}


body{
  display: flex;
  height: 100vh;
  flex-direction: column;
}

body.front,
body.not-front{
}

h1#site-name {
  float: left;
  min-height: 48px;
}

#site-name a {
  color: #79228C;
  font-family: "Gothic","Century Gothic",Futura,AppleGothic,sans-serif !important;
  font-size: 20px;
  font-weight: 300;
  padding-left: 126px;
  line-height: 1.3em;
  background: url(images/virtus-light.png) no-repeat 0 0 / auto 48px;
  float: left;
  min-height: 48px;


	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}

/*
* Domain specific
*/
.domain-completefertility-spermdonor-virtushealth-eu #site-name a {
  background: url(images/cf_logo.jpg) no-repeat;
  text-indent: -9999px;
  min-height: 80px;
  width: 155px;
}

#site-name a:hover {
  text-decoration: none;
}

body > div{
  width: 100%;
}

body > div > .limiter{
  width: 1240px;
  /* padding: 20px; */
  margin: 0 auto;
  max-width: 100%;
}

header {
  box-shadow: 0px 6px 8px 0px #F4F4F4;
  flex-shrink: 0;
}

#header{
  background: #fff;
  border-bottom: 1px solid #eee;
}

#header .limiter{
  min-height: 40px;
  width: 1240px;
  max-width: 100%;
  padding: 20px;
}

#main-content{
  margin-top: 20px;
  position: relative;
}

#page {
  flex: 1 0 auto;
}

/*
#page > .limiter {
  padding: 80px 20px;
}
*/
.field-name-body {
  width: 860px;
  max-width: 100%;
}

#footer {
  flex-shrink: 0;
}


/*-- Main menu / navigation --*/
#navigation > .limiter {
  width: 1240px;
  max-width: 100%;
  padding: 0;
}

#block-system-main-menu {
  float: left;
}

#block-system-user-menu {
  float: right;
}

#navigation ul.menu,
#header ul.menu {
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#header ul.menu {
  float: right;
}

#navigation ul.menu li,
#header ul.menu li {
  float: left;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#navigation ul.menu li a,
#header ul.menu li a {
  padding: 20px;
  float: left;
  color: #666666;
  font-family: "Gothic","Century Gothic",Futura,AppleGothic,sans-serif !important;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1em;
  transition: all 0.3s linear;
}

#navigation ul.menu li a:hover {
  text-decoration: none;
  background: #F4F4F4;
  color: #333;
}

#header ul.menu li a:hover {
  text-decoration: none;
}

.menu-toggle {
  display: none;
  background: url(images/menu.svg) no-repeat center center / auto 40px;
  width: 72px;
  height: 88px;
  overflow: hidden;
  text-indent: -999px;
  flex: 0 0 auto;
  margin: -20px -20px -20px 0;
}


@media screen and (max-width: 500px) {

  #header > .limiter {
    display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	flex-wrap: nowrap;
  	justify-content: space-between;
  }

  #site-name {
    flex: 1 1 auto;
  }

  #site-name a {
    background-size: auto 36px;
    padding-left: 88px;
    font-size: 16px;
    line-height: 1.3em;
  }

  .menu-toggle {
    display: block;
  }

  #navigation ul.menu,
  #header ul.menu {
    display: none;
  }

  .show-menu #navigation ul.menu,
  .show-menu #header ul.menu {
    display: block;
    float: none;
  }

  #block-system-user-menu,
  #block-system-main-menu {
    float: none;
    clear: both;
  }

  #header ul.menu,
  #navigation ul.menu {
    float: none;
    clear: both;
  }

  #header ul.menu li,
  #navigation ul.menu li {
    float: none;
    display: block;
  }

  #header ul.menu li a,
  #navigation ul.menu li a {
    float: none;
    display: block;
  }

  #page > .limiter {
    padding-top: 30px;
  }

}




/*-- Typography --*/
body, input, textarea, .prose{
  font: 15px/1.3em "Open Sans", sans-serif;
  color: #545454;
}

a{
  text-decoration: none;
  color: #3F1088;
}

a:hover{
  text-decoration: underline;
}

h1.page-title,
.prose h1{
  font-weight: normal;
  font-size: 36px;
  font-family: "Gothic","Century Gothic",Futura,AppleGothic,sans-serif !important;
  line-height: 1.25em;
  color: #C495AB;
  margin-bottom: 50px;
}

.prose h1 a,
h1 a{

}

.prose h2,
h2{

}

.prose h2 a,
h2 a{
}

.prose h3
,h3{
  color: #999;
  font-size: 18px;
  font-family: "Gothic","Century Gothic",Futura,AppleGothic,sans-serif !important;
  font-weight: normal;
  margin-bottom: 10px;
}

.prose h3 a,
h3 a{

}

.region-content ul {
  margin: 20px 0px 15px 30px;
}

.region-content ul li {
  list-style: disc;
  margin-bottom: 5px;
}

.page-faq .views-row {
  margin-bottom: 20px;
}

.prose ul{
  list-style-image: none;
  padding-left: 0.5em;
}

.prose ul li{
  margin-left: 1em;
  list-style: disc;
}

.prose ul ul{
  padding-left: 1em;
  margin-bottom: 0;
}

.prose ul ul li{
  list-style: circle;
  margin-left: 1.67em;
}

.prose p,
#tinymce p,
#edit-terms-of-use p {
  margin: 0 0 20px;
}

.pink{
  color: #A94AA4;
}

#edit-terms-of-use {
  margin-top: 1.2em;
  position: relative;
  padding-bottom: 2em;
  margin-bottom: 1em;
}

#edit-terms-of-use .form-item-terms-of-use {
  position: absolute;
  bottom: 0;
}

#edit-terms-of-use .fieldset-title {
  font-weight: bold;
}

#edit-terms-of-use .fieldset-content {
  font-size: 12px;
  line-height: 1.3em;
  border: 1px solid #ccc;
  background-color: #F4F4F4;
  padding: 0.6em;
  max-height: 20em;
  overflow: scroll;
}



@media screen and (max-width: 500px) {

  h1.page-title,.prose h1 {
    margin-bottom: 25px;
  }

}

/*-- tabs --*/
/* 
.tabs {
  float: right;
  margin-right: 20px;
}

.primary-tabs {
  font-family: "Lucida","Lucida Grande","Trebuchet MS",Tahoma,Verdana,sans-serif;
  font-size: 13px;
  line-height: 20px;
  float: left;
  height: 30px;
  margin: 15px 0px 0px;
  border-radius: 8px;
}

div.pager {
  margin: 10px 0px 0px;
  height: 30px;
}

.pager li,
.primary-tabs li {
  height: 30px;
  position: relative;
  background: #eee url(/sites/all/themes/rubik/images/bleeds.png) 50% 0px no-repeat;
}

.pager a,
.pager span,
.primary-tabs a {
  float: left;
  text-align: center;
  min-width: 70px;
  padding: 5px 10px;
  color: #333;
  text-shadow: #fff 0px 1px 0px;
  text-decoration: none;
}

.pager a,
.pager span {
  min-width: 10px;
  padding: 5px 15px;
}

.pager li:hover,
.primary-tabs li:hover {
  background-color: #f8f8f8;
}

.pager li:first-child,
.primary-tabs li:first-child {
  border-radius: 8px 0px 0px 5px;
  -moz-border-radius: 8px 0px 0px 5px;
  -webkit-border-radius: 8px 0px 0px 5px;
  background-position: 0% 0px;
}

.pager li:last-child,
.primary-tabs li:last-child {
  border-radius: 0px 5px 5px 0px;
  -moz-border-radius: 0px 5px 5px 0px;
  -webkit-border-radius: 0px 5px 5px 0px;
  background-position: 100% 0px;
}

.pager li.pager-current,
.primary-tabs li.active {
  background-color: #7bc;
}

.pager li.pager-current span,
.primary-tabs li.active a {
  color: #fff;
  text-shadow: #38a 0px 1px 0px;
}
*/

/* Secondary tabs, nested */
/*
.secondary-tabs {
  min-width: 100px;
  float: left;
  position: relative;
  margin: 5px 5px 5px 0px;
  font-size: 11px;
  background: #59a url(/sites/all/themes/rubik/images/buttons.png) -800px 50% no-repeat;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.secondary-tabs:hover {
  background: #59a;
  opacity: .9;
}

ul.secondary-tabs li,
ul.secondary-tabs li a {
  background: transparent;
  float: none;
  height: auto;
  text-align: left;
}

.secondary-tabs a {
  color: #fff;
  text-shadow: #38a 0px 1px 0px;
  display: none;
  padding: 0px 10px 0px 25px;
}

.secondary-tabs:hover a,
.secondary-tabs .active a {
  display: block;
}

.secondary-tabs li:hover,
.secondary-tabs li.active {
  background: transparent;
}
.secondary-tabs a:hover {
  background: #389 url(/sites/all/themes/rubik/images/buttons.png) -800px 50% no-repeat;
}

.secondary-tabs li:last-child a:hover {
  border-radius: 0px 0px 3px 3px;
  -moz-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
}

.secondary-tabs li:first-child a:hover {
  border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  -webkit-border-radius: 3px 3px 0px 0px;
}
*/

.action-links a:active {
  color: #222;
  background-color: #666;
  background-position: -1200px 50%;
  text-shadow: #999 0px 1px 0px;
}

.action-links {
  float: left;
  margin-left: 20px;
  font-size: 11px;
  padding: 20px 0px 20px 0px;
}

.action-links a {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 0px 5px 0px 0px;
  padding: 0px 5px 0px 25px;
  background: #77BBCC url(/sites/all/themes/rubik/images/buttons.png) -800px 50% no-repeat;
  color: #fff;
  text-shadow: #38a 0px 1px 0px;
  text-decoration: none;
}








/*-- Donor node --*/
#node-registration-form input.form-submit {
  -webkit-appearance: none;
  background: #c495ab;
  border: 0;
  border-radius: 8px;
  overflow: visible;
  padding: 15px 9px 16px 9px;
  margin: 0px;
  margin-bottom: 1em;
  font-size: 15px;
  line-height: 1.3em;
  text-transform: none !important;
  font-weight: bold;
  max-width: 100%;
  height: auto;
  white-space: normal;
}

#node-registration-form input.form-submit:hover {
  text-decoration: underline;
}

#node-registration-form .form-actions {
  margin-top: 8px;
}

#node-registration-form #edit-email,
#node-registration-form #edit-return {
  display: none;
}

.donor-left {
  position: relative;
  float: left;
  padding-right: 20px;
  width: 28%;
  min-height: 1px;
}

.donor-left img {
  height: auto;
  max-width: 100%;
}

.donor-middle {
  float: left;
  width: 50%;
}

.donor-right {
  float: right;
  width: 20%;
}

.donor-bottom {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0px 0px 0px;
  margin-bottom: 20px;
  clear: both;
}

.donor-bottom .field {
  margin-bottom: 0px !important;
}

.back {
  float: left;
}

a.back {
  background: #ccc;
  border-radius: 8px;
  color: #666;
  display: block;
  margin-top: 10px;
  padding: 15px 9px 16px 30px;
  position: relative;
  width: 230px;
  line-height: 1.2em;
}

a.back:before {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-right: 8px solid #666;
  border-bottom: 5px solid transparent;
  content: '';
  position: absolute;
  left: 14px;
  top: 50%;
  margin-top: -5px
}

.node-donor .field-label {
  color: #999;
  font-weight: bold;
  width: 200px;
  display: inline-block;
}

.node-donor .field {
  font-size: 13px;
  margin-bottom: 18px;
}

.node-donor .field-name-field-allocations,
.node-donor .field-name-field-allocations .field-label {
  color: #A94AA4;
  font-size: 14px;
}

.node-donor .field-name-field-allocations .field-label {
  color: #3F1088;
  font-size: 16px;
}

.field-name-field--nationality {
  position: absolute;
  top: 0;
  left: 0;
}

.field-name-field-full-profile img {
  display: none;
}


.donor-bottom {
  overflow: hidden;
}

.donor-bottom .field-name-body {
  float: left;
  width: 80%;
}

.donor-right a {
  background: #3F1088;
  border-radius: 8px;
  color: #fff;
  display: inline-block;
  padding: 15px 15px 16px 15px;
  margin-bottom: 1em;
  text-align: center;
  width: auto;
  float: right;
}

.choose {
  float: right;
}

@media screen and (max-width: 768px) {
  .donor-left,
  .donor-middle {
    width: 50%;
  }
  .donor-right,
  .donor-bottom {
    float: none;
    width: 100%;
  }
  .donor-bottom a {
    float: left;
  }
}

@media screen and (max-width: 500px) {
  .donor-left,
  .donor-middle,
  .donor-right,
  .donor-bottom {
    float: none;
    width: 100%;
  }
}






/*-- Search view --*/

.page-search h1.page-title,
.page-search2 h1.page-title,
.page-search3 h1.page-title {
  color: #999;
  font-family: "Open Sans", sans-serif;
  font-size: 34px;
  font-weight: normal;
  z-index: 1;
}

#views-exposed-form-search-page,
#views-exposed-form-search2-page,
#views-exposed-form-search3-page,
#block-views-exp-search-page-1,
#block-views-exp-search2-page-1,
#block-views-exp-search3-page-1 {
  height: auto;
  position: relative;
}

#block-views-exp-search-page-1 .views-exposed-widgets,
#block-views-exp-search2-page-1 .views-exposed-widgets,
#block-views-exp-search3-page-1 .views-exposed-widgets {
  background: #c495ab;
  border-radius: 6px;
  padding: 15px;
}

.views-exposed-widgets {
  margin-bottom: 0px !important;
}

#block-views-exp-search-page-1 label,
#block-views-exp-search2-page-1 label,
#block-views-exp-search3-page-1 label {
  color: #000;
}

#block-views-exp-search-page-1 select,
#block-views-exp-search2-page-1 select,
#block-views-exp-search3-page-1 select {
  width: 140px;
}

#edit-title-wrapper {
}

#edit-title-wrapper label {
  color: #000;
  display: inline;
  text-shadow: 1px 1px 0px #fff;
}

#edit-title-wrapper .views-widget {
  display: inline-block;
  width: 120px;
}

.views-exposed-form .views-exposed-widget {
  margin-right: 20px;
  padding: 0px;
}

.views-exposed-widget.views-submit-button {
  float: right;
  margin-right: 0px;
  width: auto !important;
}

#block-views-exp-search-page h2,
#block-views-exp-search2-page h2,
#block-views-exp-search3-page h2 {
  color: #999;
  font-family: "Gothic","Century Gothic",Futura,AppleGothic,sans-serif !important;
  font-size: 34px;
  font-weight: normal;
  padding: 20px 0px 27px 0px;
  text-transform: lowercase;
}

.views-exposed-widget.views-submit-button input {
  background: #ffffff;
  border-radius: 25px;
  color: #000;
  margin: 0px !important;
  padding: 15px;
  border: 1px solid #c0c0c0;
}

#views-exposed-form-search-page,
#views-exposed-form-search2-page,
#views-exposed-form-search3-page {
  background: #EDEEEE;
  border-radius: 6px;
  padding: 10px 15px;
  max-width: 360px;
  z-index: 2;
  border: 1px solid #cfcfcf;
}

#views-exposed-form-search-page #edit-title-wrapper input,
#views-exposed-form-search2-page #edit-title-wrapper input,
#views-exposed-form-search3-page #edit-title-wrapper input {
  max-width: 110px;
}

#views-exposed-form-search-page #edit-title-wrapper.views-exposed-widget,
#views-exposed-form-search2-page #edit-title-wrapper.views-exposed-widget,
#views-exposed-form-search3-page #edit-title-wrapper.views-exposed-widget {
  margin-top: 10px;
  margin-right: 0px;
}

.block-views #edit-submit-search2 {
  /*color: #3F1088;
  position: absolute;
  top: 165px;
  left: 355px;
  z-index: 3;*/
}

.views-field-field--nationality {
  position: relative;
  overflow: hidden;
}

.new {
  position: absolute;
  color: #fff;
  background: #a276ad;
  top: 2px;
  left: -5em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  transform: rotate(-0.125turn);
  padding: 0.5em 5em;
  font-size: 10px;
  line-height: 1em;
  font-weight: bold;
}





.view-search,
.view-search2,
.view-search3  {
	margin-top: 40px;
}

.view-search th,
.view-search2 th,
.view-search3 th {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  color: #999;
  font-weight: normal;
  padding: 70px 13px 12px 13px;
  text-align: center;
}

.view-search th span,
.view-search2 th span,
.view-search3 th span {
  position: relative;
}

.view-search th span:before,
.view-search2 th span:before,
.view-search3 th span:before {
  background-color: #f00;
  background: url(images/icons-search.png) no-repeat 0px 0px;
  position: absolute;
  top: -50px;
  left: 0px; right: 0px;
  height: 50px;
  margin: 0 auto;
  width: 34px;
  content: '';
}

th.views-field-title span:before {
  background: url(images/icons-search.png) no-repeat -34px 0px;
  top: -45px;
  left: 2px;
  height: 40px;
  width: 35px;
}

th.views-field-field-nationality-1 span:before {
  background: url(images/icons-search.png) no-repeat -72px 0px;
  left: 2px;
  width: 31px;
}

th.views-field-field-eye-colour span:before {
  background: url(images/icons-search.png) no-repeat -104px 0px;
  left: -5px;
  top: -40px;
  width: 30px;
}

th.views-field-field-hair-colour span:before {
  background: url(images/icons-search.png) no-repeat -134px 0px;
  left: -3px;
  width: 27px;
}

th.views-field-field-height span:before {
  background: url(images/icons-search.png) no-repeat -160px 0px;
  width: 22px;
}

th.views-field-field-treatment-type-options span:before {
  background: url(images/icons-search.png) no-repeat -182px 0px;
  left: 15px;
  width: 34px;
}

th.views-field-field-occupation span:before {
  background: url(images/icons-search.png) no-repeat -215px 0px;
  left: -2px;
  width: 32px;
}

th.views-field-field-donor-preference span:before {
  background: url(images/icons-search.png) no-repeat -246px 0px;
  left: -12px;
  width: 31px;
}

th.views-field-registration-available-slots span:before, th.views-field-field-allocations span:before {
  background: url(images/icons-search.png) no-repeat -277px 0px;
  left: 10px;
  width: 35px;
}

.view-search tr,
.view-search2 tr,
.view-search3 tr {
  border-bottom: 1px solid #ccc;
}

.view-search td,
.view-search2 td,
.view-search3 td {
  padding: 12px 13px;
  text-align: center;
}

.view-search tr:nth-child(even),
.view-search2 tr:nth-child(even),
.view-search3 tr:nth-child(even) {
  background-color: #F9F9F9;
}

/*
.view-search th.views-field-field-treatment-type{
  background: #EFDCED;
}
.view-search th.views-field-title{
  background: #E6CAE4;
}
.view-search th.views-field-field-nationality-1{
  background: #DEB9DB;
}
.view-search th.views-field-field-eye-colour{
  background: #D5A7D2;
}
.view-search th.views-field-field-hair-colour{
  background: #CD95C9;
}
.view-search th.views-field-field-height{
  background: #C98CC4;
}
.view-search th.views-field-field-occupation{
  background: #C280BE;
}

.view-search th.views-field-registration-available-slots,
.view-search th.views-field-field-allocations{
  background: #BB71B6;
}

*/

.view-search th.views-field-view-node{
}

td.views-field-view-node{
  text-align: center;
}

td.views-field-view-node a{
  background: #c495ab;
  border-radius: 6px;
  color: #FFF;
  min-width: 85px;
  padding: 2px 5px;
  display: block;
}


.form-item-field-treatment-type-options-tid .bef-checkboxes {
  padding-top: 5px;
}

.form-item-field-treatment-type-options-tid .bef-checkboxes .form-item{
  float: left;
  margin-right: 8px;
}








/*-- Contact form --*/
.webform-client-form{
  max-width: 655px;
}

.webform-client-form .webform-component{
  overflow: hidden;
}

.webform-client-form .webform-component label{
  float: left;
  clear: left;
  width: 100px;
  color: #666666;
  font-family: "Gothic","Century Gothic",Futura,AppleGothic,sans-serif !important;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  margin-right: 10px;
  margin-top: 0.8em;
}

.webform-client-form .webform-component .form-text{
  float: left;
  width: 480px;
}
.webform-client-form .webform-component .form-textarea-wrapper{
  float: left;
  width: 480px;
}

.webform-client-form .webform-component .form-text,
.webform-client-form .webform-component textarea{
  background: white;
  border: 1px solid #cccccc;
  padding: 0.5em 0.4em;
  line-height: 1.3em;
}













/*-- Front Login --*/

.button {
  background: #3F1088;
  border-radius: 6px;
  color: #fff;
  display: inline-block;
  padding: 1em 1.5em 1.15em;
  text-align: center;
  transition: all 0.3s linear;
  margin: 0 1em 1em 0;
}

.button:hover {
  background: #79228C;
  text-decoration: none;
}

#features{
  background: #4B00A4 url(images/bg-gradientnavy.png) repeat-x 0 0;
  height: 155px;
}


#block-user-login .form-item,
#block-user-login #edit-actions,
#block-user-login h2.block-title,
#block-user-login .form-submit{
  float: left;
  clear: none;
  margin: 0 20px 0 0;;
}

#block-user-login{
  float: left;
  margin: 10px 0px 0px 0px;
  width: 500px;
  position: relative;
}

#block-user-login .form-submit{
  overflow: hidden;
  background: transparent url(images/bg-arrow.png) no-repeat 0 0;
  width: 25px;
  height: 25px;
  text-indent: -999px;
  text-align: left;
}

#block-user-login h2.block-title{
  color: white;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2em;
}

#block-user-login .item-list{
  position: absolute;
  top: 30px;
  left: 68px;
}

#block-user-login .item-list a{
  color: white;
}

.compact-form-label{
  top: 4px;
  font-weight: normal !important;
}


/*-- Footer --*/
#footer{
  background: #232525;
}

#footer > .limiter {
  width: 1240px;
  padding: 40px 20px;
}

#block-block-3 p {
  margin: 0px;
  padding: 0px;
}

#block-block-3 p a {
  background: url(images/virtus-dark.png) no-repeat right top / contain;
  height: 66px;
  width: 144px;
  display: block;
  overflow: hidden;
  text-indent: -999px;
}






/*-- Forms --*/
input.form-submit{
  color: #ffffff;
  text-transform: uppercase;
  background: url(images/bg-button.png) repeat-x center center;
  border-radius: 6px;
  padding: 6px 10px;
  font-weight: normal;
  border: none;
  font-size: 13px;
}

input.form-submit:hover{

}

input.form-text, select, textarea{
  padding: 3px 2px;
  font-size: 1em;
  line-height: 1em;
  background: #ffffff;
  max-width: 100%;
}

.form-actions,
div.form-item{
  margin-top: 1.2em;
}

#user-register-form {
  max-width: 550px;
}


/*-- Misc --*/
table th, table td{
  vertical-align: top;
}

.search-bttn {
  color: #ffffff;
  text-transform: uppercase;
  background: url(images/bg-button.png) repeat-x center center;
  border-radius: 6px;
  padding: 6px 10px;
  font-weight: normal;
  border: none;
  font-size: 13px;
}

@media screen and (min-width: 769px) {
  .desktop-hide{
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .mobile-hide{
    display: none;
  }
}




/* Legal */
#legal-login {
  width: 640px;
}

#legal-login .fieldset-title {
  margin: 10px 0;
}

#legal-login .fieldset-content {
  margin-top: 20px;
}

#legal-login .fieldset-content h1{
  font-size: 1.5em;
  line-height: 1.6em;
  margin-top: 1em;
  font-weight: normal;
}

#legal-login .fieldset-content p {
  font-size: 1em;
  line-height: 1.2em;
  margin-bottom: .8em;
}

.form-item-legal-accept {
  margin-bottom: 1em;
  margin-top: 1em;
}

#console .messages {
  font-size: 1.3em;
  padding-top: 1em;
}

#views-exposed-form-search-page-1 #edit-title-wrapper,
#views-exposed-form-search2-page-1 #edit-title-wrapper,
#views-exposed-form-search3-page-1 #edit-title-wrapper {
  display: none;
}