body {
  margin: 0;
  font: 13px/1.5em Arial, helvetica, sans-serif;
  letter-spacing: 0.03em; }

a:link, a:visited {
  color: #182955;
  text-decoration: underline; }

a:hover, a:active {
  color: #182955;
  text-decoration: underline; }

#site-name {
  font-size: 2.2em;
  line-height: 1.3em;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.3em; }

h1 {
  font-size: 2.2em;
  font-weight: 300;
  padding: 0 0 0.5em;
  margin: 0; }

h2 {
  font-size: 1.8em;
  font-weight: 300;
  margin-bottom: 0.75em; }

h3 {
  font-size: 1.4em;
  margin-bottom: 1em; }

h4 {
  font-size: 1.2em;
  margin-bottom: 0.8em; }

h5 {
  font-size: 1.1em;
  font-weight: 600;
  margin-bottom: 0; }

h6 {
  font-size: 1em;
  font-weight: bold; }

p {
  margin: 0 0 1em 0; }

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

table {
  width: 99%; }

tr.even td,
tr.odd td {
  padding: 10px 5px; }

tr.odd {
  background-color: white; }

pre, code, tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5; }

pre {
  background-color: #efefef;
  display: block;
  padding: 5px;
  margin: 5px 0;
  border: 1px solid #aaaaaa; }

ul {
  list-style-type: disc; }
  ul ul {
    list-style-type: circle; }
    ul ul ul {
      list-style-type: square; }
      ul ul ul ul {
        list-style-type: circle; }

ol {
  list-style-type: decimal; }
  ol ol {
    list-style-type: lower-alpha; }
    ol ol ol {
      list-style-type: decimal; }

abbr {
  border-bottom: 1px dotted #666666;
  cursor: help;
  white-space: nowrap; }

#edit-title {
  font-size: 24px;
  width: 99%; }

#system-themes-form img {
  width: 100px; }

.form-item .description {
  font-style: italic;
  line-height: 1.2em;
  font-size: 0.8em;
  margin-top: 5px;
  color: #777777; }

#edit-delete {
  color: #cc0000; }

div.messages {
  padding: 9px;
  margin: 1em 0;
  color: #003366;
  background: #bbddff;
  border: 1px solid #aaccee; }

div.warning {
  color: #884400;
  background: #ffee66;
  border-color: #eedd55; }

div.error {
  color: white;
  background: #ee6633;
  border-color: #dd5522; }

div.status {
  color: #336600;
  background: #ccff88;
  border-color: #bbee77; }

#header, #footer,
#sidebar-first,
#sidebar-second,
#navigation {
  background: rgba(170, 170, 170, 0.2); }

* {
  box-sizing: border-box; }

/*---- Header ----*/
#header {
  background-color: #ececec;
  position: relative;
  z-index: 500;
  height: 141px; }
  @media screen and (max-width: 999px) {
    #header {
      background: #182955;
      height: auto;
      text-align: center; } }

#logo {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 999px) {
    #logo img {
      height: 84px;
      width: auto; } }

#block-block-4 {
  position: absolute;
  top: 0;
  right: 0;
  height: 101px;
  padding: 15px 20px;
  background: #d4d4d4;
  border-right: 1px solid #a5a5a5;
  border-left: 1px solid #a5a5a5; }
  #block-block-4 p {
    margin: 0; }
    #block-block-4 p a.l-lb-btn {
      background: #01abe6;
      color: #fff;
      font-size: 1.23077em;
      text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
      padding: 10px 20px;
      border: 1px solid #182955;
      margin-right: 0;
      box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
      text-decoration: none;
      text-align: center;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      display: inline-block;
      margin-bottom: 10px;
      margin-right: -6px;
      width: 127px; }
      #block-block-4 p a.l-lb-btn:hover {
        background: #1ab3e8; }
    #block-block-4 p a.l-r-btn {
      background: #cc360e;
      color: #fff;
      font-size: 1.23077em;
      text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
      padding: 10px 20px;
      border: 1px solid #182955;
      margin-right: 0;
      box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
      text-decoration: none;
      text-align: center;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      display: inline-block;
      margin-bottom: 10px;
      width: 127px; }
      #block-block-4 p a.l-r-btn:hover {
        background: #d14a26; }
    #block-block-4 p a.link {
      clear: both;
      display: block; }
  @media screen and (max-width: 999px) {
    #block-block-4 {
      display: none; } }

#block-block-5 {
  position: absolute;
  right: 280px;
  top: 0;
  height: 101px;
  background: whitesmoke;
  padding: 10px 20px;
  border-left: 1px solid #a5a5a5; }
  #block-block-5 h5 {
    font-weight: normal;
    font-size: 16px; }
  #block-block-5 p {
    line-height: 2; }
  #block-block-5 a.sm-db-btn {
    background: #182955;
    color: #fff;
    font-size: 0.92308em;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    padding: 2px 5px;
    border: 1px solid #000;
    margin-right: 0;
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: block;
    margin-bottom: 10px;
    margin-right: -6px;
    width: 120px; }
    #block-block-5 a.sm-db-btn:hover {
      background: #2f3e66; }
  @media screen and (max-width: 999px) {
    #block-block-5 {
      display: none; } }

#block-custom_blocks-welcome {
  position: absolute;
  top: 0;
  right: 0;
  height: 101px;
  padding: 15px 20px;
  background: #d4d4d4;
  border-right: 1px solid #a5a5a5;
  border-left: 1px solid #a5a5a5;
  width: 280px; }
  @media screen and (max-width: 999px) {
    #block-custom_blocks-welcome {
      display: none; } }

.user-welcome {
  margin-top: -5px; }
  .user-welcome p:nth-child(1) {
    margin: 0; }
  .user-welcome p {
    font-weight: bold; }
    .user-welcome p span {
      font-weight: normal; }
    .user-welcome p a {
      font-weight: normal; }

.user-welcome p:nth-child(2) {
margin-top: 5px;    
}

.user-welcome a.sm-lb-btn {
background: #01abe6;
color: #fff;
font-size: 0.92308em;
text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
padding: 5px;
border: 1px solid #000;
margin-right: 0;
box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
text-decoration: none;
text-align: center;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
display: block;
margin-top: 3px;
margin-right: 0;
width: 120px;;  
}

.user-welcome p a.sm-lb-btn:hover {
background: #1ab3e8;    
}


#navigation #nav-inner {
  max-width: 1000px;
  margin: auto; }
  #navigation #nav-inner #block-block-3 {
    top: -30px;
    float: right;
    display: inline;
    height: 40px; }
    #navigation #nav-inner #block-block-3 a {
      color: #fff;
      background: url(../images/source/off-site-icon.png) no-repeat 0 2px;
      padding-left: 20px; }
      #navigation #nav-inner #block-block-3 a:hover {
        color: #fff; }

/*---- Footer ----*/
#footer div.last {
  background-color: #000;
  color: #fff;
  min-height: 40px; }
  #footer div.last .content ul, #footer div.last .content li {
    list-style-type: none !important;
    list-style-image: none !important;
    list-style-position: inside !important; }

#footer div.last.clearfix:after {
  display: none; }

#footer .first ul, #footer .first li {
  list-style-type: none !important;
  list-style-image: none !important;
  list-style-position: inside !important; }

#footer .first .block-title {
  display: inline;
  display: inline-block;
  float: left;
  vertical-align: top;
  zoom: 1;
  width: 33%;
  padding: 60px 0 40px 0;
  font-size: 1.38462em; }
  @media screen and (max-width: 768px) {
    #footer .first .block-title {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 100%; }
      #footer .first .block-title:last-child {
        margin-right: 0; } }

#footer .first .content ul, #footer .first .content ol {
  display: inline;
  display: inline-block;
  float: left;
  vertical-align: top;
  zoom: 1;
  width: 33%;
  padding: 60px 0 40px 0; }
  @media screen and (max-width: 768px) {
    #footer .first .content ul, #footer .first .content ol {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 100%; }
      #footer .first .content ul:last-child, #footer .first .content ol:last-child {
        margin-right: 0; } }

#footer .first {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  #footer .first:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 768px) {
    #footer .first .block-title {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 100%;
      padding: 20px; }
      #footer .first .block-title:last-child {
        margin-right: 0; } }

#footer .first {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  #footer .first:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 480px) {
    #footer .first .block-title {
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 100%;
      padding: 20px; }
      #footer .first .block-title:last-child {
        margin-right: 0; } }

#footer .first {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  #footer .first:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 768px) {
    #footer .first .content ul {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 48.3871%;
      padding: 0 0 20px 20px; }
      #footer .first .content ul:last-child {
        margin-right: 0; } }

#footer .first {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  #footer .first:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 480px) {
    #footer .first .content ul {
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 100%;
      padding: 0 0 20px 20px; }
      #footer .first .content ul:last-child {
        margin-right: 0; } }

#footer .first {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  #footer .first:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 768px) {
    #footer .first .content ol {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 48.3871%;
      padding: 0 0 20px 20px; }
      #footer .first .content ol:last-child {
        margin-right: 0; } }

#footer .first {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  margin: 0 auto; }
  #footer .first:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 480px) {
    #footer .first .content ol {
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 100%;
      padding: 0 0 20px 20px; }
      #footer .first .content ol:last-child {
        margin-right: 0; } }

#footer .first .block-inner {
  max-width: 1000px;
  margin: 0 auto; }

#footer .first .content ul span {
  font-size: 1.38462em;
  display: block;
  padding: 10px 0; }
  #footer .first .content ul span a {
    color: #000;
    text-decoration: underline; }
#footer .first .content ol span {
  padding-bottom: 10px;
  display: block; }

#footer .last .content ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
  display: table;
  float: left; }
  #footer .last .content ul li {
    margin-left: 0;
    padding: 11px 0;
    list-style: none;
    display: inline;
    display: table-cell;
    vertical-align: middle; }
    #footer .last .content ul li:first-child {
      margin-left: 0;
      padding-left: 0;
      list-style: none;
      display: inline;
      display: table-cell;
      vertical-align: middle; }
      #footer .last .content ul li:first-child a {
        border-left: none; }
    #footer .last .content ul li a {
      color: #fff;
      font-weight: normal;
      letter-spacing: 0;
      border-left: 1px solid #fff;
      padding: 0 5px;
      text-decoration: none; }

#footer .last .content ol {
  margin-left: 0;
  padding-left: 0;
  display: inline;
  display: table;
  float: right; }
  #footer .last .content ol li {
    margin-left: 0;
    padding: 6px 0 3px 0;
    list-style: none;
    display: inline;
    display: table-cell;
    vertical-align: middle; }
    #footer .last .content ol li a {
      color: #fff;
      font-weight: normal;
      letter-spacing: 0;
      padding: 0 3px; }

@media screen and (max-width: 768px) {
  #footer div.last {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    height: auto; }
    #footer div.last:after {
      content: "";
      display: table;
      clear: both; }
    #footer div.last ul, #footer div.last ol {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 100%;
      padding: 20px !important;
      display: block !important;
      float: none !important;
      width: 100% !important; }
      #footer div.last ul:last-child, #footer div.last ol:last-child {
        margin-right: 0; }
    #footer div.last ol {
      margin-top: -20px; } }
@media screen and (max-width: 768px) {
  #footer div.last ul li {
    padding: 0px !important;
    display: block !important;
    float: none !important;
    width: 100% !important; }
  #footer div.last ul li a {
    border-left: none !important; }
  #footer div.last ul li:first-child a {
    padding-bottom: 10px;
    display: block; } }
#navigation {
  background-color: #182955;
  height: 40px;
  position: relative; }

#navigation .content .menu-block-1 li.landlord, #navigation .content .menu-block-1 li.agent {
  display: none; }

#navigation .content .menu-block-1 > ul > li > a {
  border-left: 1px solid #4fd1fe; }

#navigation .content .menu-block-1 > ul {
  display: block;
  height: 40px;
  padding-left: 141px;
  margin: -45px auto 0 auto;
  list-style-type: none;
  list-style-image: none;
  list-style-position: inside; }
  #navigation .content .menu-block-1 > ul li {
    vertical-align: middle;
    display: inline;
    display: inline-block;
    position: relative;
    padding: 10px 0;
    margin: 0 -1px 0;
    float: left;
    list-style-type: none;
    list-style-image: none;
    list-style-position: inside; }
    #navigation .content .menu-block-1 > ul li a {
      color: #fff;
      padding: 12px 10px 13px 10px;
      letter-spacing: inherit;
      background-color: #01abe6;
      font-weight: normal;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      text-decoration: none; }
      #navigation .content .menu-block-1 > ul li a:hover {
        background-color: #fff;
        color: #000;
        border-right: 1px solid #fff;
        text-decoration: underline; }
      #navigation .content .menu-block-1 > ul li a.active {
        background-color: #fff;
        color: #000;
        font-weight: normal;
        border-right: none;
        border-bottom: 4px solid #01abe6;
        text-decoration: none;
        cursor: default; }
    #navigation .content .menu-block-1 > ul li .nested-menu-item-toggle {
      display: none; }

#navigation .content .menu-block-1 ul li ul {
  display: none; }

#navigation .content .menu-block-1 ul li:hover ul {
  display: block;
  position: absolute;
  background: white;
  padding: 10px 10px 0 10px;
  z-index: 999;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  margin-top: 11px;
  border-bottom: 4px solid #01abe6;
  left: 0; }
  #navigation .content .menu-block-1 ul li:hover ul li {
    text-align: left;
    float: none;
    display: block;
    padding-left: 0;
    margin-left: 0;
    border-bottom: 1px solid #ececec;
    padding: 5px 0;
    width: 100%; }
    #navigation .content .menu-block-1 ul li:hover ul li a {
      display: block;
      color: #182955;
      padding: 0;
      background: #fff;
      border-right: none;
      font-weight: normal;
      font-weight: 400 !important; }
      #navigation .content .menu-block-1 ul li:hover ul li a.active {
        color: #b9b9b9;
        font-style: italic;
        border-bottom: none; }
  #navigation .content .menu-block-1 ul li:hover ul li:last-child {
    border-bottom: none; }

@-moz-document url-prefix() {
  #navigation .content .menu-block-1 > ul li {
    padding: 9px 0; } }
@media screen and (max-width: 999px) {
  #navigation {
    z-index: 100;
    position: absolute;
    width: 40%;
    left: -40%;
    top: 0;
    background-color: #01abe6;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; } }
  @media screen and (max-width: 999px) and (max-width: 768px) {
    #navigation {
      width: 60%;
      left: -60%; } }
  @media screen and (max-width: 999px) and (max-width: 480px) {
    #navigation {
      width: 80%;
      left: -80%; } }
@media screen and (max-width: 999px) {
    #navigation .content .menu-block-1 > ul {
      display: block;
      height: auto;
      padding-left: 0;
      margin: 0; }
      #navigation .content .menu-block-1 > ul li {
        vertical-align: middle;
        display: block;
        position: relative;
        padding: 0;
        margin: 0;
        float: none;
        list-style-type: none;
        list-style-image: none;
        list-style-position: inside;
        border-bottom: 1px solid #27b7e9; }
        #navigation .content .menu-block-1 > ul li .nested-menu-item-toggle {
          display: block;
          background: url(../images/source/menu-dropdown-icon.png) no-repeat center center;
          -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
          position: absolute;
          left: 2px;
          top: 2px;
          width: 40px;
          padding: 20px 0;
          border: none; }
          #navigation .content .menu-block-1 > ul li .nested-menu-item-toggle:hover {
            background: url(../images/source/menu-dropdown-icon.png) no-repeat center center; }
        #navigation .content .menu-block-1 > ul li a {
          width: 100%;
          display: block;
          border-right: none;
          padding-left: 50px;
          border-bottom: none !important; }
          #navigation .content .menu-block-1 > ul li a:hover {
            background: #01abe6;
            border-right: none;
            color: #fff; }
          #navigation .content .menu-block-1 > ul li a.active {
            background-color: #fff !important; }
          #navigation .content .menu-block-1 > ul li a.active:hover {
            color: #000; }
        #navigation .content .menu-block-1 > ul li:hover ul {
          display: none; }
        #navigation .content .menu-block-1 > ul li.menu-tree-open a:nth-child(2) {
          background: #006f95; }
        #navigation .content .menu-block-1 > ul li.menu-tree-open .nested-menu-item-toggle {
          background: url(../images/source/menu-dropdown-icon.png) no-repeat center center;
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }
    #navigation.nav-on {
      left: 0;
      height: 100%;
      box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.9); } }
@media screen and (max-width: 999px) {
  #navigation .content .menu-block-1 li.landlord, #navigation .content .menu-block-1 li.agent {
    display: block; } }
@media screen and (max-width: 999px) {
  #navigation .content .menu-block-1 > ul li.menu-tree-open ul {
    position: static;
    padding: 0 10px 0 50px;
    display: block; }
    #navigation .content .menu-block-1 > ul li.menu-tree-open ul li {
      vertical-align: initial;
      position: static; }
      #navigation .content .menu-block-1 > ul li.menu-tree-open ul li a {
        padding: 0 10px; }

  #navigation #nav-inner #block-block-3 {
    top: 0;
    float: none;
    display: block;
    height: initial;
    left: 0;
    position: static;
    text-align: left;
    padding: 12px 10px 0 50px;
    background: #182955; } }
@media screen and (max-width: 999px) {
  #navigation .content .menu-block-1 ul li:hover ul, #navigation .content .menu-block-1 ul li ul {
    background: #0091c3;
    box-shadow: none;
    border-top: 1px solid #27b7e9;
    border-bottom: 1px solid #27b7e9;
    margin-top: 0; }

  #navigation .content .menu-block-1 ul li:hover ul li, #navigation .content .menu-block-1 ul li ul li {
    float: none;
    border-bottom: none;
    padding: 10px;
    border-right: none; }

  #navigation .content .menu-block-1 ul li:hover ul li a, #navigation .content .menu-block-1 ul li ul li a {
    background: none;
    color: #fff;
    border-right: none;
    font-weight: bold; } }
a#off-canvas-left-show {
  position: absolute;
  top: 0;
  z-index: 100;
  color: white;
  left: 0;
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (max-width: 999px) {
    a#off-canvas-left-show {
      display: block !important;
      text-indent: -9999px;
      width: 90px;
      height: 89px;
      background: url(../images/source/menu-icon.png) no-repeat center center, #182955;
      border-right: 1px solid #3a496e; } }

@media screen and (max-width: 999px) {
  .push-right {
    left: 40% !important;
    background: url(../images/source/close-icon.png) no-repeat center center, #182955 !important; } }
@media screen and (max-width: 768px) {
  .push-right {
    left: 60% !important; } }
@media screen and (max-width: 480px) {
  .push-right {
    left: 80% !important; } }

@media screen and (max-width: 999px) {
  body.page-properties #main #sidebar-first.sidebar {
    background: #ececec !important; }

  .page-properties .sidebar > div, .page-properties .sidebar #sidebar-first-a {
    margin-bottom: 0 !important; } }
@media screen and (max-width: 999px) {
  .page-properties .sidebar {
    z-index: 500 !important;
    position: absolute !important;
    width: 40% !important;
    right: -100%;
    top: 0;
    margin-top: 0 !important;
    display: none !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.9); } }
  @media screen and (max-width: 999px) and (max-width: 768px) {
    .page-properties .sidebar {
      width: 60% !important; } }
  @media screen and (max-width: 999px) and (max-width: 480px) {
    .page-properties .sidebar {
      width: 80% !important; }
      .page-properties .sidebar .views-submit-button input {
        padding: 10px !important; } }
@media screen and (max-width: 999px) {
    .page-properties .sidebar.search-on {
      right: 0;
      height: 100%;
      display: block !important;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; } }
body a#off-canvas-right-show {
  display: none; }

.page-properties a#off-canvas-right-show {
  position: absolute;
  top: 0;
  z-index: 99;
  color: white;
  right: 0;
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (max-width: 999px) {
    .page-properties a#off-canvas-right-show {
      display: block;
      text-indent: -9999px;
      width: 90px;
      height: 89px;
      background: url(../images/source/search-icon.png) no-repeat center center, #182955;
      border-left: 1px solid #3a496e; } }
.page-properties .push-left {
  z-index: 501 !important; }
  @media screen and (max-width: 999px) {
    .page-properties .push-left {
      right: 40% !important;
      background: url(../images/source/close-icon.png) no-repeat center center, #182955 !important; } }
  @media screen and (max-width: 768px) {
    .page-properties .push-left {
      right: 60% !important; } }
  @media screen and (max-width: 480px) {
    .page-properties .push-left {
      right: 80% !important; } }

@media screen and (max-width: 999px) {
  .page-properties .sidebar .page-properties .sidebar #sidebar-first-a {
    margin-bottom: 0; } }
@media screen and (max-width: 999px) {
  div#block-block-11 {
    padding-top: 20px; } }
form fieldset {
  border: none;
  margin: 0;
  padding: 0; }
form .confirm-parent, form .password-parent, form .confirm-parent {
  width: inherit;
  position: relative; }
  form .confirm-parent .password-strength, form .confirm-parent .password-confirm, form .password-parent .password-strength, form .password-parent .password-confirm, form .confirm-parent .password-strength, form .confirm-parent .password-confirm {
    width: 13em;
    float: right;
    margin-top: 1.4em;
    position: absolute;
    top: -17px;
    right: 0; }
form input[type="radio"] {
  box-shadow: none !important; }
form .form-item-profile-student-profile-field-study-type-und {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  form .form-item-profile-student-profile-field-study-type-und:after {
    content: "";
    display: table;
    clear: both; }
  form .form-item-profile-student-profile-field-study-type-und #edit-profile-student-profile-field-study-type-und .form-type-radio {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 49.15254%; }
    form .form-item-profile-student-profile-field-study-type-und #edit-profile-student-profile-field-study-type-und .form-type-radio:last-child {
      margin-right: 0; }
    form .form-item-profile-student-profile-field-study-type-und #edit-profile-student-profile-field-study-type-und .form-type-radio input[type="radio"] {
      float: left;
      display: block;
      margin-right: 3.44828%;
      width: 10.34483%;
      width: 10% !important; }
      form .form-item-profile-student-profile-field-study-type-und #edit-profile-student-profile-field-study-type-und .form-type-radio input[type="radio"]:last-child {
        margin-right: 0; }
    form .form-item-profile-student-profile-field-study-type-und #edit-profile-student-profile-field-study-type-und .form-type-radio label {
      float: left;
      display: block;
      margin-right: 3.44828%;
      width: 86.2069%;
      width: 50% !important; }
      form .form-item-profile-student-profile-field-study-type-und #edit-profile-student-profile-field-study-type-und .form-type-radio label:last-child {
        margin-right: 0; }
form div.form-item div.password-suggestions {
  padding: 10px;
  margin: 30px 0 20px;
  width: 100%;
  border: 1px dotted #b9b9b9;
  color: #000;
  font-size: 0.76923em; }
  form div.form-item div.password-suggestions ul {
    padding-top: 10px !important; }

html.js input.form-autocomplete.throbbing {
  background-image: url(../images/source/loading.gif);
  background-position: 98% 6px;
  background-repeat: no-repeat; }

html.js input.form-autocomplete {
  background-image: none;
  background-position: 98% 6px;
  background-repeat: no-repeat; }

input[type="radio"] {
  display: none;
  border: none;
  width: 0px;
  opacity: 0;
  height: 0px; }

input[type="radio"] + label {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  padding-left: 25px;
  border: none;
  position: relative !important;
  text-indent: 0;
  vertical-align: middle;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAIAAAD9MqGbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2xpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODhDNkNGREE2RDZEQjExNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NEVBMkQ3RTEzREUxMUU0OUZBQ0Y1N0E2RDQyQTQ2QSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NEVBMkQ3RDEzREUxMUU0OUZBQ0Y1N0E2RDQyQTQ2QSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFBOEZEQUY2RkVDQTExRTM5NDQ4Q0UxM0REMDJBNzUxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFBOEZEQUY3RkVDQTExRTM5NDQ4Q0UxM0REMDJBNzUxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+bZ7XHAAAAUdJREFUeNqckkuOhDAMRJsQEB+x4P6X4w4IIf5d9JupTs/sOgvLcVxlu+JsmqbHVyc8vj03Msuy67pkz/PM8/w4jqIoFOEphKC47LZtss6P8q7XaZrGSaaAnlTR7fs+juMN0wFJkqxLQZG2pyfRCQzF/aYk07ttYIrLdxxLckhrpkessioiCvkC0MuyLEpWPLrUj2K/o6YzaygSsLpKregiNGMwU3GlSWcifkgFSMGCMeEfhQgG+ExpR824mpuUNeweJOUDpqiaQVW68Mx6LctyXdd7QzwA8vIlVjWtQ4F5nrUz75quzH7gmIJGyEHYj43ni/3dbGyqGb/q/4tgCFVV5ZVgb5mQUuyGl/6NHIZB+6HpgckRkSxbQTt93+MoEt2q9BS9pKNsXdeap21bpFZBPcl2XYeKkakURXG0+b9Y+AiOlk8BBgCWdlw5sydkHwAAAABJRU5ErkJggg==) left top no-repeat;
  cursor: pointer; }

input[type="radio"]:checked + label {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAIAAAD9MqGbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2xpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODhDNkNGREE2RDZEQjExNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyODYwMEMyMTEzRTMxMUU0OUZBQ0Y1N0E2RDQyQTQ2QSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyODYwMEMyMDEzRTMxMUU0OUZBQ0Y1N0E2RDQyQTQ2QSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFBOEZEQUY2RkVDQTExRTM5NDQ4Q0UxM0REMDJBNzUxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFBOEZEQUY3RkVDQTExRTM5NDQ4Q0UxM0REMDJBNzUxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+nGX11AAAAaVJREFUeNqck0luAjEQRdOmmYSQYMMxgCuwyxEQG7gwIDgBGyRAzNAgpu4890+cZloktbDssl8N37YXBMHHv8z86fRwONxsNr+k53lRFDGGYZhKpW63WzqdxqMtYwx+xl6v9xnbdru1u0Fsu93OhjHGjYRwqeCTmavV6mQyseR+v1+v17iIFMbGhMzRj/X7/VKp9ADb8BzlnFyubGXGT5GNRkOhk6TNSdOz2UxYu92u1+uLxeJyubzMhrVarePx+E1Op1NcnU5He8Cr1arb7T5jzWYTURDpjkxarVZ7xjCqo3Kot/c5GAweeqMiBEeCb/0lrPqkyHeBwFAL8bgPSrUvTyTVEo/eXsLCJPtyuZzP54fDwfYpUtoC02ESQ213sSzH4zEY+e5IPYNkZrKJUU48nETRO5JKdIcOFqYnhbGrPkV6kNfr9XQ6VSoVPXdl01zPnaXv+xzTrWSzWZa+HjQ2Go3gz+ezMCa5XI7RxCZhy+WyJnh89xv4WYTPZDJKm8/nKa9QKOBki4RsMRaLRT1sX1rj5TSj09BFdEvm1KKfgPNLgAEAnzWrZwXqpfIAAAAASUVORK5CYII=) left top no-repeat; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  position: relative !important;
  text-indent: -9999px;
  vertical-align: middle;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAIAAAD9MqGbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2xpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODhDNkNGREE2RDZEQjExNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NEVBMkQ3RTEzREUxMUU0OUZBQ0Y1N0E2RDQyQTQ2QSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NEVBMkQ3RDEzREUxMUU0OUZBQ0Y1N0E2RDQyQTQ2QSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFBOEZEQUY2RkVDQTExRTM5NDQ4Q0UxM0REMDJBNzUxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFBOEZEQUY3RkVDQTExRTM5NDQ4Q0UxM0REMDJBNzUxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+bZ7XHAAAAUdJREFUeNqckkuOhDAMRJsQEB+x4P6X4w4IIf5d9JupTs/sOgvLcVxlu+JsmqbHVyc8vj03Msuy67pkz/PM8/w4jqIoFOEphKC47LZtss6P8q7XaZrGSaaAnlTR7fs+juMN0wFJkqxLQZG2pyfRCQzF/aYk07ttYIrLdxxLckhrpkessioiCvkC0MuyLEpWPLrUj2K/o6YzaygSsLpKregiNGMwU3GlSWcifkgFSMGCMeEfhQgG+ExpR824mpuUNeweJOUDpqiaQVW68Mx6LctyXdd7QzwA8vIlVjWtQ4F5nrUz75quzH7gmIJGyEHYj43ni/3dbGyqGb/q/4tgCFVV5ZVgb5mQUuyGl/6NHIZB+6HpgckRkSxbQTt93+MoEt2q9BS9pKNsXdeap21bpFZBPcl2XYeKkakURXG0+b9Y+AiOlk8BBgCWdlw5sydkHwAAAABJRU5ErkJggg==) left top no-repeat;
  cursor: pointer; }

input[type="checkbox"]:checked + label {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAIAAAD9MqGbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2xpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODhDNkNGREE2RDZEQjExNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyODYwMEMyMTEzRTMxMUU0OUZBQ0Y1N0E2RDQyQTQ2QSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyODYwMEMyMDEzRTMxMUU0OUZBQ0Y1N0E2RDQyQTQ2QSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFBOEZEQUY2RkVDQTExRTM5NDQ4Q0UxM0REMDJBNzUxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFBOEZEQUY3RkVDQTExRTM5NDQ4Q0UxM0REMDJBNzUxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+nGX11AAAAaVJREFUeNqck0luAjEQRdOmmYSQYMMxgCuwyxEQG7gwIDgBGyRAzNAgpu4890+cZloktbDssl8N37YXBMHHv8z86fRwONxsNr+k53lRFDGGYZhKpW63WzqdxqMtYwx+xl6v9xnbdru1u0Fsu93OhjHGjYRwqeCTmavV6mQyseR+v1+v17iIFMbGhMzRj/X7/VKp9ADb8BzlnFyubGXGT5GNRkOhk6TNSdOz2UxYu92u1+uLxeJyubzMhrVarePx+E1Op1NcnU5He8Cr1arb7T5jzWYTURDpjkxarVZ7xjCqo3Kot/c5GAweeqMiBEeCb/0lrPqkyHeBwFAL8bgPSrUvTyTVEo/eXsLCJPtyuZzP54fDwfYpUtoC02ESQ213sSzH4zEY+e5IPYNkZrKJUU48nETRO5JKdIcOFqYnhbGrPkV6kNfr9XQ6VSoVPXdl01zPnaXv+xzTrWSzWZa+HjQ2Go3gz+ezMCa5XI7RxCZhy+WyJnh89xv4WYTPZDJKm8/nKa9QKOBki4RsMRaLRT1sX1rj5TSj09BFdEvm1KKfgPNLgAEAnzWrZwXqpfIAAAAASUVORK5CYII=) left top no-repeat; }

.form-item-profile-student-profile-field-terms-und span {
  padding-left: 24px; }

.form-type-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  border: 1px solid #000;
  width: 100%;
  height: 30px;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 10px;
  cursor: pointer;
  box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.25);
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAIAAAD9b0jDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2xpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODhDNkNGREE2RDZEQjExNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NEVBMkQ3QTEzREUxMUU0OUZBQ0Y1N0E2RDQyQTQ2QSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NEVBMkQ3OTEzREUxMUU0OUZBQ0Y1N0E2RDQyQTQ2QSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFBOEZEQUY2RkVDQTExRTM5NDQ4Q0UxM0REMDJBNzUxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFBOEZEQUY3RkVDQTExRTM5NDQ4Q0UxM0REMDJBNzUxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/5+yNQAAAhVJREFUeNqklcluAjEQRBnPhFWggNjEFfH/38KZ7wDEngellCzwkDjpg9XjscvV3eV2sV6vT6fT5XIpy7LRaBRFcbvdGjl2Pp8/Hrbdbvv9/m63C8fjERQQQwh/QMSqqmLc7/fNZhPcSt9gMULWfpaxhb1A4UDuer0GoRTf5nWM998h4Ii+fPb7ryKTwyhad+6vJwtL2cBnGw6fJIoAcXSGEGUxlfviZDjxsUY3Uypj4rH5gAQoeRE1VmhUgPggMlJoBaQ4XnEToOYoOEzpF1mVRefVVTUkZ9kfxx5D6JdE7WU/g7IZfRAjjFxZlUt/QVRmBZ1Qbp30uBibzQZJWz1KiJQH4mAwWK1WeeHDtNfrOZUqCNRMudPpZORU+xnH43Gr1QIx1rnyyPxsNssA9VICHI1GnlQq0T8NaDKZwDSjUA4WiOl0CikRl0hxut0u828aRTp8raYa7XabJFhYqAKai8VC7aOuxYRklbSBeMEld1RMDZfPz4cpv3V9Ml19S0cyIINutdBUu8kL37ceXoR5OBzIwHA45Bcc6e1xNHk5VbxCB2I+n5NfaHpBXelrw381OC6XS0Smt8dX9l+gdGhdMHISt9d/gQIErpqIlfDKVDPh9w8ct8BPmXvrE65mqqz3XRDov3yYe03cGPOYxpfCBP0sxqwzQKUtDPGCJb5JAQRF8dSf3pRLz5+blt9qv9g4XwIMAAf9rRA1Av7uAAAAAElFTkSuQmCC) no-repeat 100% 50%; }

@-moz-document url-prefix() {
  .form-type-select select {
    background-image: none; } }
.form-type-select select:focus {
  cursor: pointer;
  outline: none; }

.container-inline-date .form-item .form-item {
  float: left;
  margin-right: 10px; }

.form-item-profile-student-profile-field-terms-und label {
  text-indent: 0 !important;
  width: auto !important;
  padding-left: 25px; }

.form-item-profile-student-profile-field-terms-und span {
  padding-left: 0 !important; }

.form-item-profile-student-profile-field-completion-date-und-0-value {
  width: 100% !important; }

.container-inline-date .date-padding {
  float: none !important; }

#edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-month {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 49.15254%; }
  #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-month:last-child {
    margin-right: 0; }
  #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-month label {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 24.13793%; }
    #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-month label:last-child {
      margin-right: 0; }
  #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-month .date-month {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 72.41379%; }
    #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-month .date-month:last-child {
      margin-right: 0; }
#edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-year {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 49.15254%; }
  #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-year:last-child {
    margin-right: 0; }
  #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-year label {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 24.13793%; }
    #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-year label:last-child {
      margin-right: 0; }
  #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-year .date-year {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 72.41379%; }
    #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-year .date-year:last-child {
      margin-right: 0; }

@media screen and (max-width: 768px) {
  #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-month {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%;
    margin-bottom: 10px; }
    #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-month:last-child {
      margin-right: 0; }
    #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-month label {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 22.58065%; }
      #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-month label:last-child {
        margin-right: 0; }
    #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-month .date-month {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 74.19355%; }
      #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-month .date-month:last-child {
        margin-right: 0; }
  #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-year {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%; }
    #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-year:last-child {
      margin-right: 0; }
    #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-year label {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 22.58065%; }
      #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-year label:last-child {
        margin-right: 0; }
    #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-year .date-year {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 74.19355%; }
      #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-year .date-year:last-child {
        margin-right: 0; } }

#cboxTopLeft {
  width: 0;
  height: 0; }

#cboxTopCenter {
  height: 0; }

#cboxTopRight {
  width: 0;
  height: 0; }

#cboxMiddleLeft {
  width: 0; }

#cboxMiddleRight {
  width: 0; }

a.help {
  background-image: url(../images/source/help-icon-16.png);
  background-repeat: no-repeat;
  background-position: 6px center;
  background-color: #ffce21;
  padding: 10px 10px 10px 24px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px; }
  a.help:hover {
    background-color: #ffd74d !important;
    background-image: url(../images/source/help-icon-16.png) !important;
    background-repeat: no-repeat !important;
    background-position: 6px center !important; }

.page-properties .sidebar div#block-block-9, .page-properties .sidebar div#block-block-10 {
  padding: 0;
  margin-top: 0px;
  text-align: right; }
  @media screen and (max-width: 999px) {
    .page-properties .sidebar div#block-block-9, .page-properties .sidebar div#block-block-10 {
      display: none; } }
  .page-properties .sidebar div#block-block-9 p, .page-properties .sidebar div#block-block-10 p {
    padding: 0;
    margin: 0; }
    .page-properties .sidebar div#block-block-9 p a.help, .page-properties .sidebar div#block-block-10 p a.help {
      position: relative;
      top: -27px;
      right: -20px; }

.front .panel-pane.pane-block.pane-block-13 {
  z-index: 10;
  position: relative;
  right: 0px;
  top: -195px !important;
  max-width: 750px;
  margin: auto;
  text-align: right; }
  @media screen and (max-width: 999px) {
    .front .panel-pane.pane-block.pane-block-13 {
      display: none; } }

#cboxClose, #cboxClose:hover {
  position: absolute;
  top: 16px;
  right: 16px;
  background: url(../images/source/close-help.png) no-repeat 0px 0px;
  width: 27px;
  height: 27px;
  text-indent: -9999px; }

.node-help header {
  background: #ffce21;
  padding: 14px 20px;
  margin-bottom: 10px; }
  .node-help header h2 {
    font-weight: normal;
    margin: 0; }
    .node-help header h2 a {
      text-decoration: none;
      color: #000;
      background: url(../images/source/help-icon-large.png) no-repeat left center;
      padding-left: 42px;
      padding-top: 7px;
      padding-bottom: 7px; }

.node-help .view-field-collection-help-sections {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin-top: -14px; }
  .node-help .view-field-collection-help-sections:after {
    content: "";
    display: table;
    clear: both; }
  .node-help .view-field-collection-help-sections > .attachment {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 18.64407%; }
    .node-help .view-field-collection-help-sections > .attachment:last-child {
      margin-right: 0; }
  .node-help .view-field-collection-help-sections > .view-content {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 79.66102%;
    margin-right: 0; }
    .node-help .view-field-collection-help-sections > .view-content:last-child {
      margin-right: 0; }

@-moz-document url-prefix() {
  .node-help .view-field-collection-help-sections {
    margin-top: -5px; } }
.node-help .view-field-collection-help-sections > .attachment .view-content {
  width: 100%;
  background-color: #ececec;
  background-image: -webkit-linear-gradient(right, #ececec, #fff);
  background-image: -webkit-linear-gradient(right,#ececec, #fff);
  background-image: linear-gradient(to left,#ececec, #fff); }
  .node-help .view-field-collection-help-sections > .attachment .view-content .vertical-tab {
    padding: 10px;
    display: block;
    border-bottom: 1px solid #e0e0e0; }
    .node-help .view-field-collection-help-sections > .attachment .view-content .vertical-tab.is-active {
      background: white; }

.node-help .vertical-tab-accordion-heading {
  display: none; }
  .node-help .vertical-tab-accordion-heading.is-active {
    display: none; }

.node-help .vertical-tab-content {
  padding: 10px 20px 20px 20px; }

/*---- Results page ----*/
body.page-properties .find-prop {
  border-bottom: 1px solid #ececec;
  font-size: 1.38462em;
  padding-bottom: 20px; }
  body.page-properties .find-prop span {
    font-weight: bold;
    font-style: italic;
    text-transform: capitalize; }

body.page-properties.one-sidebar.sidebar-first #main #sidebar-first {
  padding: 0; }

body.page-properties #main #sidebar-first.sidebar {
  background: transparent;
  margin-top: 42px; }

.page-properties .sidebar {
  position: relative;
  z-index: 101; }
  .page-properties .sidebar #sidebar-first-a {
    margin-bottom: 60px; }
  .page-properties .sidebar > div {
    padding: 0 20px 20px 20px;
    margin-bottom: 40px;
    background: #ececec;
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .page-properties .sidebar > div:after {
      content: "";
      display: table;
      clear: both; }
    .page-properties .sidebar > div h2 {
      font-size: 1.38462em;
      font-weight: bold;
      margin-bottom: 20px;
      padding-top: 0; }
    .page-properties .sidebar > div h2.block-title {
      font-size: 1.07692em; }
  .page-properties .sidebar .views-submit-button {
    background: #182955;
    width: 114%;
    position: relative;
    left: -7%;
    height: 80px;
    bottom: -30px;
    padding-left: 20px;
    text-align: center; }
    @media screen and (max-width: 999px) {
      .page-properties .sidebar .views-submit-button {
        width: 100%;
        left: 0;
        bottom: -10px; } }
    .page-properties .sidebar .views-submit-button input {
      background: #01abe6;
      color: #fff;
      font-size: 1.23077em;
      text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
      padding: 10px 20px;
      border: 1px solid #182955;
      margin-right: 0;
      box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
      text-decoration: none;
      text-align: center;
      margin-top: 20px;
      border-radius: 5px 5px 5px 5px;
      -moz-border-radius: 5px 5px 5px 5px;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -webkit-border-bottom-left-radius: 5px; }
      .page-properties .sidebar .views-submit-button input:hover {
        background: #1ab3e8; }
  .page-properties .sidebar .block-title {
    font-size: 1.38462em; }
  .page-properties .sidebar form {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .page-properties .sidebar form:after {
      content: "";
      display: table;
      clear: both; }
    .page-properties .sidebar form .views-exposed-widgets > div {
      margin: 3px 0;
      padding: 0; }
    .page-properties .sidebar form #edit-location-wrapper {
      max-width: 68em;
      margin-left: auto;
      margin-right: auto;
      padding-right: 0;
      margin-bottom: 10px; }
      .page-properties .sidebar form #edit-location-wrapper:after {
        content: "";
        display: table;
        clear: both; }
      .page-properties .sidebar form #edit-location-wrapper label {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 32.20339%;
        font-weight: normal;
        padding-top: 4px; }
        .page-properties .sidebar form #edit-location-wrapper label:last-child {
          margin-right: 0; }
      .page-properties .sidebar form #edit-location-wrapper input {
        border: none;
        width: 100%;
        border: 1px solid #ececec;
        padding: 5px;
        border: 1px solid #000;
        box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.25);
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 66.10169%;
        margin-right: 0; }
        .page-properties .sidebar form #edit-location-wrapper input:last-child {
          margin-right: 0; }
    .page-properties .sidebar form #edit-bounding-radius-wrapper {
      display: none; }
    .page-properties .sidebar form #edit-field-coordinates-latlon-wrapper {
      max-width: 68em;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      padding-right: 0; }
      .page-properties .sidebar form #edit-field-coordinates-latlon-wrapper:after {
        content: "";
        display: table;
        clear: both; }
      .page-properties .sidebar form #edit-field-coordinates-latlon-wrapper label {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 32.20339%;
        font-weight: normal;
        padding-top: 4px; }
        .page-properties .sidebar form #edit-field-coordinates-latlon-wrapper label:last-child {
          margin-right: 0; }
      .page-properties .sidebar form #edit-field-coordinates-latlon-wrapper .views-operator {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 66.10169%;
        margin-right: 0; }
        .page-properties .sidebar form #edit-field-coordinates-latlon-wrapper .views-operator:last-child {
          margin-right: 0; }
        .page-properties .sidebar form #edit-field-coordinates-latlon-wrapper .views-operator .form-type-select {
          width: 100%; }
      .page-properties .sidebar form #edit-field-coordinates-latlon-wrapper .views-widget {
        display: none; }
    .page-properties .sidebar form #edit-min-beds-wrapper {
      float: left;
      display: block;
      margin-right: 1.69492%;
      width: 66.10169%;
      padding-right: 0; }
      .page-properties .sidebar form #edit-min-beds-wrapper:last-child {
        margin-right: 0; }
      .page-properties .sidebar form #edit-min-beds-wrapper label {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 48.71795%;
        font-weight: normal;
        padding-top: 4px; }
        .page-properties .sidebar form #edit-min-beds-wrapper label:last-child {
          margin-right: 0; }
      .page-properties .sidebar form #edit-min-beds-wrapper .views-widget {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 48.71795%; }
        .page-properties .sidebar form #edit-min-beds-wrapper .views-widget:last-child {
          margin-right: 0; }
        .page-properties .sidebar form #edit-min-beds-wrapper .views-widget .form-type-select {
          width: 100%;
          font-size: 0.84615em;
          padding: 2px 0px; }
    .page-properties .sidebar form #edit-max-beds-wrapper {
      float: left;
      display: block;
      margin-right: 1.69492%;
      width: 32.20339%;
      margin-right: 0;
      padding-right: 0; }
      .page-properties .sidebar form #edit-max-beds-wrapper:last-child {
        margin-right: 0; }
      .page-properties .sidebar form #edit-max-beds-wrapper .form-type-select {
        width: 100%;
        font-size: 0.84615em;
        padding: 2px 0px; }
    .page-properties .sidebar form #edit-min-price-wrapper {
      float: left;
      display: block;
      margin-right: 1.69492%;
      width: 66.10169%;
      padding-right: 0; }
      .page-properties .sidebar form #edit-min-price-wrapper:last-child {
        margin-right: 0; }
      .page-properties .sidebar form #edit-min-price-wrapper label {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 48.71795%;
        font-weight: normal;
        padding-top: 4px; }
        .page-properties .sidebar form #edit-min-price-wrapper label:last-child {
          margin-right: 0; }
      .page-properties .sidebar form #edit-min-price-wrapper .views-widget {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 48.71795%; }
        .page-properties .sidebar form #edit-min-price-wrapper .views-widget:last-child {
          margin-right: 0; }
        .page-properties .sidebar form #edit-min-price-wrapper .views-widget .form-type-select {
          width: 100%;
          font-size: 0.84615em;
          padding: 2px 0px; }
    .page-properties .sidebar form #edit-max-price-wrapper {
      float: left;
      display: block;
      margin-right: 1.69492%;
      width: 32.20339%;
      margin-right: 0;
      padding-right: 0; }
      .page-properties .sidebar form #edit-max-price-wrapper:last-child {
        margin-right: 0; }
      .page-properties .sidebar form #edit-max-price-wrapper .form-type-select {
        width: 100%;
        font-size: 0.84615em;
        padding: 2px 0px; }
    .page-properties .sidebar form #edit-added-wrapper {
      max-width: 68em;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      padding-right: 0; }
      .page-properties .sidebar form #edit-added-wrapper:after {
        content: "";
        display: table;
        clear: both; }
      .page-properties .sidebar form #edit-added-wrapper label {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 32.20339%;
        font-weight: normal;
        padding-top: 4px; }
        .page-properties .sidebar form #edit-added-wrapper label:last-child {
          margin-right: 0; }
      .page-properties .sidebar form #edit-added-wrapper .views-widget {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 66.10169%; }
        .page-properties .sidebar form #edit-added-wrapper .views-widget:last-child {
          margin-right: 0; }
        .page-properties .sidebar form #edit-added-wrapper .views-widget .form-type-select {
          width: 100%; }
  .page-properties .sidebar #block-search_api_saved_searches-property_index {
    border-bottom: 1px dashed #fff;
    margin-bottom: 0px; }
    .page-properties .sidebar #block-search_api_saved_searches-property_index h2 {
      padding-top: 20px; }
    .page-properties .sidebar #block-search_api_saved_searches-property_index form .form-item-notify-interval {
      width: 100%; }
    .page-properties .sidebar #block-search_api_saved_searches-property_index form .form-submit {
      background: #182955;
      color: #fff;
      font-size: 0.92308em;
      text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
      padding: 2px 5px;
      border: 1px solid #000;
      margin-right: 0;
      box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
      text-decoration: none;
      text-align: center;
      border-radius: 5px 5px 5px 5px;
      -moz-border-radius: 5px 5px 5px 5px;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      float: right; }
      .page-properties .sidebar #block-search_api_saved_searches-property_index form .form-submit:hover {
        background: #2f3e66; }
    .page-properties .sidebar #block-search_api_saved_searches-property_index form .form-type-textfield {
      max-width: 68em;
      margin-left: auto;
      margin-right: auto;
      padding-right: 0; }
      .page-properties .sidebar #block-search_api_saved_searches-property_index form .form-type-textfield:after {
        content: "";
        display: table;
        clear: both; }
      .page-properties .sidebar #block-search_api_saved_searches-property_index form .form-type-textfield label {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 32.20339%;
        font-weight: normal;
        padding-top: 4px; }
        .page-properties .sidebar #block-search_api_saved_searches-property_index form .form-type-textfield label:last-child {
          margin-right: 0; }
      .page-properties .sidebar #block-search_api_saved_searches-property_index form .form-type-textfield input {
        border: none;
        width: 100%;
        border: 1px solid #ececec;
        padding: 5px;
        border: 1px solid #000;
        box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.25);
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 66.10169%;
        margin-right: 0; }
        .page-properties .sidebar #block-search_api_saved_searches-property_index form .form-type-textfield input:last-child {
          margin-right: 0; }
  .page-properties .sidebar #block-views-saved_searches-block h2 {
    padding-bottom: 10px; }

.page-properties .sidebar > div#block-block-14 {
  padding-top: 20px; }

.sm-db-btn.search-login {
  background: #182955;
  color: #fff;
  font-size: 0.92308em;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  padding: 2px 5px;
  border: 1px solid #000;
  margin-right: 0;
  box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: block;
  width: 185px; }
  .sm-db-btn.search-login:hover {
    background: #2f3e66; }

.page-search-api-saved-search form #edit-name {
  border: none;
  width: 100%;
  border: 1px solid #ececec;
  padding: 5px;
  border: 1px solid #000;
  box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.25);
  max-width: 300px; }
.page-search-api-saved-search form .form-submit {
  background: #182955;
  color: #fff;
  font-size: 0.92308em;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  padding: 2px 5px;
  border: 1px solid #000;
  margin-right: 0;
  box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-align: center;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  margin-right: 10px; }
  .page-search-api-saved-search form .form-submit:hover {
    background: #2f3e66; }

.page-properties #content-area .inside > .item-list {
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  position: relative;
  min-height: 690px;
  width: 100%;
  overflow: hidden;
  background: url("../images/source/tabs-blue-header.png"), center top repeat-x #fff;
  background: url("../images/source/tabs-blue-header.png"), center top repeat-x #fff;
  background-position: center top;
  background-repeat: repeat-x; }
  @media screen and (max-width: 480px) {
    .page-properties #content-area .inside > .item-list {
      padding-top: 115px;
      margin-top: 10px;
      background-position: center 112px; } }
  .page-properties #content-area .inside > .item-list ul {
    position: relative;
    border-bottom: none; }
    .page-properties #content-area .inside > .item-list ul li .pane-content {
      visibility: hidden;
      position: relative;
      top: 50px;
      left: 0;
      width: 100%;
      height: 0; }

.print {
  text-align: right;
  padding-bottom: 10px;
  position: relative;
  z-index: 99; }
  @media screen and (max-width: 480px) {
    .print {
      text-align: left;
      padding-bottom: 0; } }

.page-properties #content-area .inside > .item-list li.active .pane-content {
  visibility: visible;
  height: auto; }

.page-properties #content-area .inside > .item-list li.active {
  z-index: 250; }

.page-properties #content-area .inside > .item-list li.first .pane-title {
  position: absolute;
  top: 0px;
  left: 10px; }
.page-properties #content-area .inside > .item-list li.last .pane-title {
  margin-left: 52px;
  position: absolute;
  top: 0px; }
.page-properties #content-area .inside > .item-list li.last .pane-content {
  position: absolute;
  top: 29px; }

.page-properties #content-area .inside > .item-list li .pane-title {
  background: #01abe6;
  color: #fff;
  font-weight: bold;
  padding: 2px 5px;
  font-size: 0.92308em !important;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  cursor: pointer; }

.page-properties #content-area .inside > .item-list li.active .pane-title {
  background: #fff;
  color: #000;
  font-weight: normal !important;
  padding: 2px 5px;
  font-size: 0.92308em !important;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  cursor: default; }

.views-widget-per-page {
  width: 240px;
  position: absolute;
  top: -16px;
  right: 18px;
  z-index: 99; }
  @media screen and (max-width: 480px) {
    .views-widget-per-page {
      width: 100%;
      top: -65px;
      right: initial;
      left: 0;
      border-top: 1px solid #ececec; } }
  .views-widget-per-page > div {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 66.10169%;
    float: right; }
    .views-widget-per-page > div:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .views-widget-per-page > div {
        float: left; } }
    .views-widget-per-page > div label {
      float: left;
      display: block;
      margin-right: 2.5641%;
      width: 58.97436%;
      font-weight: normal;
      text-align: right;
      font-size: 0.84615em;
      padding-top: 3px; }
      .views-widget-per-page > div label:last-child {
        margin-right: 0; }
      @media screen and (max-width: 480px) {
        .views-widget-per-page > div label {
          text-align: left; } }
    .views-widget-per-page > div select {
      float: left;
      display: block;
      margin-right: 2.5641%;
      width: 38.46154%;
      font-size: 0.84615em;
      height: 24px; }
      .views-widget-per-page > div select:last-child {
        margin-right: 0; }

.views-widget-sort-sort_bef_combine {
  width: 250px;
  position: absolute;
  z-index: 99;
  right: 90px;
  top: -16px; }
  @media screen and (max-width: 480px) {
    .views-widget-sort-sort_bef_combine {
      width: 100%;
      right: initial;
      left: 0;
      top: -118px;
      border-top: 1px solid #ececec; } }
  .views-widget-sort-sort_bef_combine > div > div {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 66.10169%; }
    .views-widget-sort-sort_bef_combine > div > div:last-child {
      margin-right: 0; }
    .views-widget-sort-sort_bef_combine > div > div label {
      float: left;
      display: block;
      margin-right: 2.5641%;
      width: 17.94872%;
      font-weight: normal;
      text-align: right;
      font-size: 0.84615em;
      padding-top: 3px; }
      .views-widget-sort-sort_bef_combine > div > div label:last-child {
        margin-right: 0; }
      @media screen and (max-width: 480px) {
        .views-widget-sort-sort_bef_combine > div > div label {
          text-align: left; } }
    .views-widget-sort-sort_bef_combine > div > div select {
      float: left;
      display: block;
      margin-right: 2.5641%;
      width: 79.48718%;
      font-size: 0.84615em;
      height: 24px; }
      .views-widget-sort-sort_bef_combine > div > div select:last-child {
        margin-right: 0; }

.page-properties #content-area .view-display-id-panel_pane_1 .item-list li {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 100%;
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 30px; }
  .page-properties #content-area .view-display-id-panel_pane_1 .item-list li:after {
    content: "";
    display: table;
    clear: both; }
  .page-properties #content-area .view-display-id-panel_pane_1 .item-list li:last-child {
    margin-right: 0; }
  .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .image {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32.20339%; }
    .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .image:last-child {
      margin-right: 0; }
  .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 66.10169%;
    margin-right: 0;
    position: relative; }
    .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details:last-child {
      margin-right: 0; }

.page-properties #content-area .view-display-id-panel_pane_1 .item-list li .image {
  text-align: center;
  background: #f9f9f9;
  padding: 10px; }
  @media screen and (max-width: 768px) {
    .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .image img {
      max-width: 170px;
      height: auto;
      width: 100%; } }
  .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .image .image-count {
    font-size: 0.92308em;
    font-weight: bold;
    padding-top: 5px; }

.page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .price {
  padding-right: 120px;
  margin-bottom: 0;
  padding-bottom: 10px;
  vertical-align: top;
  color: #01abe6; }
  @media screen and (max-width: 480px) {
    .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .price {
      padding-right: 0px; } }
  .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .price .ppw {
    font-size: 1.38462em;
    color: #01abe6;
    font-weight: bold;
    display: inline; }
  .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .price .ppw-max {
    font-size: 1.23077em;
    color: #01abe6;
    font-weight: normal;
    display: inline; }
.page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details h3 {
  padding-right: 120px;
  font-size: 1.07692em;
  color: #182955;
  font-weight: normal;
  text-decoration: underline;
  margin-bottom: 0;
  padding-bottom: 5px; }
  @media screen and (max-width: 480px) {
    .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details h3 {
      padding-right: 0px; } }
.page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details h5 {
  padding-right: 120px;
  font-size: 1em;
  color: #000;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 10px; }
  @media screen and (max-width: 480px) {
    .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details h5 {
      padding-right: 0px; } }
.page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .agent {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 0.69231em;
  max-width: 110px;
  line-height: 1.3; }
  @media screen and (max-width: 480px) {
    .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .agent {
      display: none; } }
  .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .agent img {
    width: 60px;
    height: 60px; }
.page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .available {
  margin-bottom: 10px;
  background: #d9f2fb;
  display: inline-block;
  padding: 2px 6px;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  font-size: 0.92308em; }
  .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .available span {
    font-weight: bold; }
.page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .description {
  padding-bottom: 10px; }
  @media screen and (max-width: 480px) {
    .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .description {
      display: none; } }
.page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .trains, .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .buses {
  background: url(../images/source/transport-icon-16.gif) no-repeat left 1px;
  padding-left: 16px;
  font-size: 0.92308em;
  padding-bottom: 10px;
  font-weight: normal;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .trains:after, .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .buses:after {
    content: "";
    display: table;
    clear: both; }
  .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .trains span, .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .buses span {
    font-weight: bold;
    clear: both;
    display: block; }
.page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .full-details {
  color: #182955;
  text-decoration: underline;
  padding-right: 5px; }
.page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .flag-properties {
  color: #182955;
  text-decoration: underline; }

.pane-property-search-api-featured-panel-pane-1 {
  margin-top: -100px; }
  .pane-property-search-api-featured-panel-pane-1 .featured-list ul {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .pane-property-search-api-featured-panel-pane-1 .featured-list ul:after {
      content: "";
      display: table;
      clear: both; }
    .pane-property-search-api-featured-panel-pane-1 .featured-list ul li {
      float: left;
      display: block;
      margin-right: 1.69492%;
      width: 32.20339%;
      text-align: center;
      background-color: #d9f2fb;
      min-height: 260px; }
      .pane-property-search-api-featured-panel-pane-1 .featured-list ul li:last-child {
        margin-right: 0; }
      .pane-property-search-api-featured-panel-pane-1 .featured-list ul li:nth-child(3n) {
        margin-right: 0; }
      .pane-property-search-api-featured-panel-pane-1 .featured-list ul li:nth-child(3n+1) {
        clear: left; }
      @media screen and (max-width: 480px) {
        .pane-property-search-api-featured-panel-pane-1 .featured-list ul li {
          float: left;
          display: block;
          margin-right: 6.66667%;
          width: 100%; }
          .pane-property-search-api-featured-panel-pane-1 .featured-list ul li:last-child {
            margin-right: 0; }
          .pane-property-search-api-featured-panel-pane-1 .featured-list ul li:nth-child(2) {
            display: none; }
          .pane-property-search-api-featured-panel-pane-1 .featured-list ul li:nth-child(3) {
            display: none; } }
      .pane-property-search-api-featured-panel-pane-1 .featured-list ul li .featured-listing-header {
        background-color: #182955;
        color: #fff;
        text-align: left;
        padding: 5px 5px 10px 10px;
        font-weight: bold;
        font-size: 0.84615em; }
      .pane-property-search-api-featured-panel-pane-1 .featured-list ul li .views-field-field-property-image {
        padding-top: 10px; }
        @media screen and (max-width: 768px) {
          .pane-property-search-api-featured-panel-pane-1 .featured-list ul li .views-field-field-property-image {
            padding: 10px;
            max-width: 150px;
            margin: 0 auto; }
            .pane-property-search-api-featured-panel-pane-1 .featured-list ul li .views-field-field-property-image img {
              width: 100%;
              height: auto; } }
      .pane-property-search-api-featured-panel-pane-1 .featured-list ul li .price {
        margin-bottom: 2px; }
        .pane-property-search-api-featured-panel-pane-1 .featured-list ul li .price > div {
          display: inline; }
      .pane-property-search-api-featured-panel-pane-1 .featured-list ul li h3 {
        font-size: 1em;
        color: #182955;
        text-decoration: underline;
        margin: 0 !important; }
      .pane-property-search-api-featured-panel-pane-1 .featured-list ul li h2 {
        font-size: 1em;
        margin: 0 0 10px 0 !important; }

.page-properties .image-ad {
  text-align: center; }
  @media screen and (max-width: 480px) {
    .page-properties .image-ad {
      display: none; } }

.view-header {
  margin-top: -30px;
  margin-bottom: 10px; }
  @media screen and (max-width: 480px) {
    .view-header {
      margin-top: 0;
      margin-bottom: -5px;
      margin-top: 10px;
      border-top: 1px solid #ececec;
      padding-top: 10px; } }

.gm-style-iw {
  max-width: 280px; }
  .gm-style-iw h3 {
    margin: 0 !important;
    font-size: 1.07692em !important; }
  .gm-style-iw h2 {
    font-size: 0.92308em !important;
    margin-bottom: 5px !important; }
  .gm-style-iw a {
    text-decoration: underline !important; }
  .gm-style-iw .ppw-max {
    display: inline;
    padding-left: 5px; }
  .gm-style-iw img {
    max-height: 160px;
    width: auto; }

@media print {
  header:before {
    display: block;
    content: "Thank you for printing our content at University of London Housing Services.";
    margin-bottom: 10px;
    border: 1px solid #bbb;
    padding: 3px 5px;
    font-style: italic; }

  header nav, footer, body.page-properties.one-sidebar.sidebar-first #main #sidebar-first, .featured-list, .image-ad, .print, .views-widget-per-page, .views-widget-sort-sort_bef_combine, .node-type-property .back-results, .node-type-property .favourites, .node-type-property .pane-custom.pane-1, .node-type-property .pane-custom.pane-2, .node-type-property .pane-custom.pane-3, .node-type-property .pane-custom.pane-4, .node-type-property .pane-custom.pane-5 {
    display: none; }

  img {
    max-width: 500px; }

  body {
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3; }

  h1 {
    font-size: 24pt; }

  h2 {
    font-size: 14pt;
    margin-top: 25px; }

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

  .one-sidebar.sidebar-first #main #content-area, .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first, .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last,
  .page-properties #main #content {
    width: 100% !important;
    margin-left: 0 !important;
    float: none !important; }

  a:after {
    content: " (" attr(href) ")";
    font-size: 80%; }

  a[href^="http://"]:after {
    content: " (" attr(href) ")";
    font-size: 90%; }

  a[href^="#"]:after {
    display: none; }

  a[href^="http://"]:after, a[href^="https://"]:after {
    content: " (" attr(href) ")"; }

  a {
    word-wrap: break-word; }

  a {
    color: #000; }

  .find-prop {
    margin-top: 40px; }

  * {
    color: black !important; } }
* {
  box-sizing: border-box; }

/*---- Header ----*/
#header {
  background-color: #ececec;
  position: relative;
  z-index: 500;
  height: 141px; }
  @media screen and (max-width: 999px) {
    #header {
      background: #182955;
      height: auto;
      text-align: center; } }

#logo {
  position: relative;
  z-index: 2;
  padding: 0;
  margin: 0; }
  @media screen and (max-width: 999px) {
    #logo img {
      height: 84px;
      width: auto; } }

#block-block-4 {
  position: absolute;
  top: 0;
  right: 0;
  height: 101px;
  padding: 15px 20px;
  background: #d4d4d4;
  border-right: 1px solid #a5a5a5;
  border-left: 1px solid #a5a5a5; }
  #block-block-4 p {
    margin: 0; }
    #block-block-4 p a.l-lb-btn {
      background: #01abe6;
      color: #fff;
      font-size: 1.23077em;
      text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
      padding: 10px 20px;
      border: 1px solid #182955;
      margin-right: 0;
      box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
      text-decoration: none;
      text-align: center;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      display: inline-block;
      margin-bottom: 10px;
      margin-right: -6px;
      width: 127px; }
      #block-block-4 p a.l-lb-btn:hover {
        background: #1ab3e8; }
    #block-block-4 p a.l-r-btn {
      background: #cc360e;
      color: #fff;
      font-size: 1.23077em;
      text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
      padding: 10px 20px;
      border: 1px solid #182955;
      margin-right: 0;
      box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
      text-decoration: none;
      text-align: center;
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-top-left-radius: 0px;
      border-bottom-left-radius: 0px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      display: inline-block;
      margin-bottom: 10px;
      width: 127px; }
      #block-block-4 p a.l-r-btn:hover {
        background: #d14a26; }
    #block-block-4 p a.link {
      clear: both;
      display: block; }
  @media screen and (max-width: 999px) {
    #block-block-4 {
      display: none; } }

#block-block-5 {
  position: absolute;
  right: 280px;
  top: 0;
  height: 101px;
  background: whitesmoke;
  padding: 10px 20px;
  border-left: 1px solid #a5a5a5; }
  #block-block-5 h5 {
    font-weight: normal;
    font-size: 16px; }
  #block-block-5 p {
    line-height: 2; }
  #block-block-5 a.sm-db-btn {
    background: #182955;
    color: #fff;
    font-size: 0.92308em;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    padding: 2px 5px;
    border: 1px solid #000;
    margin-right: 0;
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: block;
    margin-bottom: 10px;
    margin-right: -6px;
    width: 120px; }
    #block-block-5 a.sm-db-btn:hover {
      background: #2f3e66; }
  @media screen and (max-width: 999px) {
    #block-block-5 {
      display: none; } }

.user-welcome {
  margin-top: -5px; }
  .user-welcome p:nth-child(1) {
    margin: 0; }
  .user-welcome p {
    font-weight: bold; }
    .user-welcome p span {
      font-weight: normal; }
    .user-welcome p a {
      font-weight: normal; }

#navigation #nav-inner {
  max-width: 1000px;
  margin: auto; }
  #navigation #nav-inner #block-block-3 {
    top: -30px;
    float: right;
    display: inline;
    height: 40px; }
    #navigation #nav-inner #block-block-3 a {
      color: #fff;
      background: url(../images/source/off-site-icon.png) no-repeat 0 2px;
      padding-left: 20px; }
      #navigation #nav-inner #block-block-3 a:hover {
        color: #fff; }

/*---- Footer ----*/
#footer div.last {
  background-color: #000;
  color: #fff;
  min-height: 40px; }
  #footer div.last .content ul, #footer div.last .content li {
    list-style-type: none !important;
    list-style-image: none !important;
    list-style-position: inside !important; }

#footer div.last.clearfix:after {
  display: none; }

#footer .first ul, #footer .first li {
  list-style-type: none !important;
  list-style-image: none !important;
  list-style-position: inside !important; }

#footer .first .block-title {
  display: inline;
  display: inline-block;
  float: left;
  vertical-align: top;
  zoom: 1;
  width: 33%;
  padding: 60px 0 40px 0;
  font-size: 1.38462em; }
  @media screen and (max-width: 768px) {
    #footer .first .block-title {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 100%; }
      #footer .first .block-title:last-child {
        margin-right: 0; } }

#footer .first .content ul, #footer .first .content ol {
  display: inline;
  display: inline-block;
  float: left;
  vertical-align: top;
  zoom: 1;
  width: 33%;
  padding: 60px 0 40px 0; }
  @media screen and (max-width: 768px) {
    #footer .first .content ul, #footer .first .content ol {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 100%; }
      #footer .first .content ul:last-child, #footer .first .content ol:last-child {
        margin-right: 0; } }

#footer .first {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  #footer .first:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 768px) {
    #footer .first .block-title {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 100%;
      padding: 20px; }
      #footer .first .block-title:last-child {
        margin-right: 0; } }

#footer .first {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  #footer .first:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 480px) {
    #footer .first .block-title {
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 100%;
      padding: 20px; }
      #footer .first .block-title:last-child {
        margin-right: 0; } }

#footer .first {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  #footer .first:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 768px) {
    #footer .first .content ul {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 48.3871%;
      padding: 0 0 20px 20px; }
      #footer .first .content ul:last-child {
        margin-right: 0; } }

#footer .first {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  #footer .first:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 480px) {
    #footer .first .content ul {
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 100%;
      padding: 0 0 20px 20px; }
      #footer .first .content ul:last-child {
        margin-right: 0; } }

#footer .first {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  #footer .first:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 768px) {
    #footer .first .content ol {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 48.3871%;
      padding: 0 0 20px 20px; }
      #footer .first .content ol:last-child {
        margin-right: 0; } }

#footer .first {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  margin: 0 auto; }
  #footer .first:after {
    content: "";
    display: table;
    clear: both; }
  @media screen and (max-width: 480px) {
    #footer .first .content ol {
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 100%;
      padding: 0 0 20px 20px; }
      #footer .first .content ol:last-child {
        margin-right: 0; } }

#footer .first .block-inner {
  max-width: 1000px;
  margin: 0 auto; }

#footer .first .content ul span {
  font-size: 1.38462em;
  display: block;
  padding: 10px 0; }
  #footer .first .content ul span a {
    color: #000;
    text-decoration: underline; }
#footer .first .content ol span {
  padding-bottom: 10px;
  display: block; }

#footer .last .content ul {
  margin-left: 0;
  padding-left: 0;
  display: inline;
  display: table;
  float: left; }
  #footer .last .content ul li {
    margin-left: 0;
    padding: 11px 0;
    list-style: none;
    display: inline;
    display: table-cell;
    vertical-align: middle; }
    #footer .last .content ul li:first-child {
      margin-left: 0;
      padding-left: 0;
      list-style: none;
      display: inline;
      display: table-cell;
      vertical-align: middle; }
      #footer .last .content ul li:first-child a {
        border-left: none; }
    #footer .last .content ul li a {
      color: #fff;
      font-weight: normal;
      letter-spacing: 0;
      border-left: 1px solid #fff;
      padding: 0 5px;
      text-decoration: none; }

#footer .last .content ol {
  margin-left: 0;
  padding-left: 0;
  display: inline;
  display: table;
  float: right; }
  #footer .last .content ol li {
    margin-left: 0;
    padding: 6px 0 3px 0;
    list-style: none;
    display: inline;
    display: table-cell;
    vertical-align: middle; }
    #footer .last .content ol li a {
      color: #fff;
      font-weight: normal;
      letter-spacing: 0;
      padding: 0 3px; }

@media screen and (max-width: 768px) {
  #footer div.last {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    height: auto; }
    #footer div.last:after {
      content: "";
      display: table;
      clear: both; }
    #footer div.last ul, #footer div.last ol {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 100%;
      padding: 20px !important;
      display: block !important;
      float: none !important;
      width: 100% !important; }
      #footer div.last ul:last-child, #footer div.last ol:last-child {
        margin-right: 0; }
    #footer div.last ol {
      margin-top: -20px; } }
@media screen and (max-width: 768px) {
  #footer div.last ul li {
    padding: 0px !important;
    display: block !important;
    float: none !important;
    width: 100% !important; }
  #footer div.last ul li a {
    border-left: none !important; }
  #footer div.last ul li:first-child a {
    padding-bottom: 10px;
    display: block; } }
#navigation {
  background-color: #182955;
  height: 40px;
  position: relative; }

#navigation .content .menu-block-1 li.landlord, #navigation .content .menu-block-1 li.agent, #navigation .content .menu-block-1 li.landlords-agents{
  display: none; }

#navigation .content .menu-block-1 > ul > li > a {
  border-left: 1px solid #4fd1fe; }

#navigation .content .menu-block-1 > ul {
  display: block;
  height: 40px;
  padding-left: 141px;
  margin: -45px auto 0 auto;
  list-style-type: none;
  list-style-image: none;
  list-style-position: inside; }
  #navigation .content .menu-block-1 > ul li {
    vertical-align: middle;
    display: inline;
    display: inline-block;
    position: relative;
    padding: 10px 0;
    margin: 0 -1px 0;
    float: left;
    list-style-type: none;
    list-style-image: none;
    list-style-position: inside; }
    #navigation .content .menu-block-1 > ul li a {
      color: #fff;
      padding: 12px 10px 13px 10px;
      letter-spacing: inherit;
      background-color: #01abe6;
      font-weight: normal;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease;
      text-decoration: none; }
      #navigation .content .menu-block-1 > ul li a:hover {
        background-color: #fff;
        color: #000;
        border-right: 1px solid #fff;
        text-decoration: underline; }
      #navigation .content .menu-block-1 > ul li a.active {
        background-color: #fff;
        color: #000;
        font-weight: normal;
        border-right: none;
        border-bottom: 4px solid #01abe6;
        text-decoration: none;
        cursor: default; }
    #navigation .content .menu-block-1 > ul li .nested-menu-item-toggle {
      display: none; }

.menu-block-1 .user, .menu-block-1 .register, .menu-block-1 .login, .menu-block-1 .logout {
    display: none;
}

@media screen and (max-width: 768px) {
  .menu-block-1 .user, .menu-block-1 .register, .menu-block-1 .login, .menu-block-1 .logout  {
    display: block;
  }
}

/*Hide my account button*/
.not-logged-in .menu-block-1 .user {
  display: none !important;
}



#navigation .content .menu-block-1 ul li ul {
  display: none; }

#navigation .content .menu-block-1 ul li:hover ul {
  display: block;
  position: absolute;
  background: white;
  padding: 10px 10px 0 10px;
  z-index: 999;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  min-width: 200px;
  margin-top: 11px;
  border-bottom: 4px solid #01abe6;
  left: 0; }
  #navigation .content .menu-block-1 ul li:hover ul li {
    text-align: left;
    float: none;
    display: block;
    padding-left: 0;
    margin-left: 0;
    border-bottom: 1px solid #ececec;
    padding: 5px 0;
    width: 100%; }
    #navigation .content .menu-block-1 ul li:hover ul li a {
      display: block;
      color: #182955;
      padding: 0;
      background: #fff;
      border-right: none;
      font-weight: normal;
      font-weight: 400 !important; }
      #navigation .content .menu-block-1 ul li:hover ul li a.active {
        color: #b9b9b9;
        font-style: italic;
        border-bottom: none; }
  #navigation .content .menu-block-1 ul li:hover ul li:last-child {
    border-bottom: none; }

@-moz-document url-prefix() {
  #navigation .content .menu-block-1 > ul li {
    padding: 9px 0; } }
@media screen and (max-width: 999px) {
  #navigation {
    z-index: 100;
    position: absolute;
    width: 40%;
    left: -40%;
    top: 0;
    background-color: #01abe6;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; } }
  @media screen and (max-width: 999px) and (max-width: 768px) {
    #navigation {
      width: 60%;
      left: -60%; } }
  @media screen and (max-width: 999px) and (max-width: 480px) {
    #navigation {
      width: 80%;
      left: -80%; } }
@media screen and (max-width: 999px) {
    #navigation .content .menu-block-1 > ul {
      display: block;
      height: auto;
      padding-left: 0;
      margin: 0; }
      #navigation .content .menu-block-1 > ul li {
        vertical-align: middle;
        display: block;
        position: relative;
        padding: 0;
        margin: 0;
        float: none;
        list-style-type: none;
        list-style-image: none;
        list-style-position: inside;
        border-bottom: 1px solid #27b7e9; }
        #navigation .content .menu-block-1 > ul li .nested-menu-item-toggle {
          display: block;
          background: url(../images/source/menu-dropdown-icon.png) no-repeat center center;
          -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
          position: absolute;
          left: 2px;
          top: 2px;
          width: 40px;
          padding: 20px 0;
          border: none; }
          #navigation .content .menu-block-1 > ul li .nested-menu-item-toggle:hover {
            background: url(../images/source/menu-dropdown-icon.png) no-repeat center center; }
        #navigation .content .menu-block-1 > ul li a {
          width: 100%;
          display: block;
          border-right: none;
          padding-left: 50px;
          border-bottom: none !important; }
          #navigation .content .menu-block-1 > ul li a:hover {
            background: #01abe6;
            border-right: none;
            color: #fff; }
          #navigation .content .menu-block-1 > ul li a.active {
            background-color: #fff !important; }
          #navigation .content .menu-block-1 > ul li a.active:hover {
            color: #000; }
        #navigation .content .menu-block-1 > ul li:hover ul {
          display: none; }
        #navigation .content .menu-block-1 > ul li.menu-tree-open a:nth-child(2) {
          background: #006f95; }
        #navigation .content .menu-block-1 > ul li.menu-tree-open .nested-menu-item-toggle {
          background: url(../images/source/menu-dropdown-icon.png) no-repeat center center;
          -webkit-transform: rotate(0deg);
          transform: rotate(0deg); }
    #navigation.nav-on {
      left: 0;
      height: 100%;
      box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.9); } }
@media screen and (max-width: 999px) {
  #navigation .content .menu-block-1 li.landlord, #navigation .content .menu-block-1 li.agent, #navigation .content .menu-block-1 li.landlords-agents{
    display: block; } }
@media screen and (max-width: 999px) {
  #navigation .content .menu-block-1 > ul li.menu-tree-open ul {
    position: static;
    padding: 0 10px 0 50px;
    display: block; }
    #navigation .content .menu-block-1 > ul li.menu-tree-open ul li {
      vertical-align: initial;
      position: static; }
      #navigation .content .menu-block-1 > ul li.menu-tree-open ul li a {
        padding: 0 10px; }

  #navigation #nav-inner #block-block-3 {
    top: 0;
    float: none;
    display: block;
    height: initial;
    left: 0;
    position: static;
    text-align: left;
    padding: 12px 10px 0 50px;
    background: #182955; } }
@media screen and (max-width: 999px) {
  #navigation .content .menu-block-1 ul li:hover ul, #navigation .content .menu-block-1 ul li ul {
    background: #0091c3;
    box-shadow: none;
    border-top: 1px solid #27b7e9;
    border-bottom: 1px solid #27b7e9;
    margin-top: 0; }

  #navigation .content .menu-block-1 ul li:hover ul li, #navigation .content .menu-block-1 ul li ul li {
    float: none;
    border-bottom: none;
    padding: 10px;
    border-right: none; }

  #navigation .content .menu-block-1 ul li:hover ul li a, #navigation .content .menu-block-1 ul li ul li a {
    background: none;
    color: #fff;
    border-right: none;
    font-weight: bold; } }
a#off-canvas-left-show {
  position: absolute;
  top: 0;
  z-index: 100;
  color: white;
  left: 0;
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (max-width: 999px) {
    a#off-canvas-left-show {
      display: block !important;
      text-indent: -9999px;
      width: 90px;
      height: 89px;
      background: url(../images/source/menu-icon.png) no-repeat center center, #182955;
      border-right: 1px solid #3a496e; } }

@media screen and (max-width: 999px) {
  .push-right {
    left: 40% !important;
    background: url(../images/source/close-icon.png) no-repeat center center, #182955 !important; } }
@media screen and (max-width: 768px) {
  .push-right {
    left: 60% !important; } }
@media screen and (max-width: 480px) {
  .push-right {
    left: 80% !important; } }

@media screen and (max-width: 999px) {
  body.page-properties #main #sidebar-first.sidebar {
    background: #ececec !important; }

  .page-properties .sidebar > div, .page-properties .sidebar #sidebar-first-a {
    margin-bottom: 0 !important; } }
@media screen and (max-width: 999px) {
  .page-properties .sidebar {
    z-index: 500 !important;
    position: absolute !important;
    width: 40% !important;
    right: -100%;
    top: 0;
    margin-top: 0 !important;
    display: none !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-shadow: 0 0 50px 5px rgba(0, 0, 0, 0.9); } }
  @media screen and (max-width: 999px) and (max-width: 768px) {
    .page-properties .sidebar {
      width: 60% !important; } }
  @media screen and (max-width: 999px) and (max-width: 480px) {
    .page-properties .sidebar {
      width: 80% !important; }
      .page-properties .sidebar .views-submit-button input {
        padding: 10px !important; } }
@media screen and (max-width: 999px) {
    .page-properties .sidebar.search-on {
      right: 0;
      height: 100%;
      display: block !important;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; } }
body a#off-canvas-right-show {
  display: none; }

.page-properties a#off-canvas-right-show {
  position: absolute;
  top: 0;
  z-index: 99;
  color: white;
  right: 0;
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  @media screen and (max-width: 999px) {
    .page-properties a#off-canvas-right-show {
      display: block;
      text-indent: -9999px;
      width: 90px;
      height: 89px;
      background: url(../images/source/search-icon.png) no-repeat center center, #182955;
      border-left: 1px solid #3a496e; } }
.page-properties .push-left {
  z-index: 501 !important; }
  @media screen and (max-width: 999px) {
    .page-properties .push-left {
      right: 40% !important;
      background: url(../images/source/close-icon.png) no-repeat center center, #182955 !important; } }
  @media screen and (max-width: 768px) {
    .page-properties .push-left {
      right: 60% !important; } }
  @media screen and (max-width: 480px) {
    .page-properties .push-left {
      right: 80% !important; } }

@media screen and (max-width: 999px) {
  .page-properties .sidebar .page-properties .sidebar #sidebar-first-a {
    margin-bottom: 0; } }
@media screen and (max-width: 999px) {
  div#block-block-11 {
    padding-top: 20px; } }
form fieldset {
  border: none;
  margin: 0;
  padding: 0; }
form .confirm-parent, form .password-parent, form .confirm-parent {
  width: inherit;
  position: relative; }
  form .confirm-parent .password-strength, form .confirm-parent .password-confirm, form .password-parent .password-strength, form .password-parent .password-confirm, form .confirm-parent .password-strength, form .confirm-parent .password-confirm {
    width: 13em;
    float: right;
    margin-top: 1.4em;
    position: absolute;
    top: -17px;
    right: 0; }
form input[type="radio"] {
  box-shadow: none !important; }
form .form-item-profile-student-profile-field-study-type-und {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  form .form-item-profile-student-profile-field-study-type-und:after {
    content: "";
    display: table;
    clear: both; }
  form .form-item-profile-student-profile-field-study-type-und #edit-profile-student-profile-field-study-type-und .form-type-radio {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32%; }
    form .form-item-profile-student-profile-field-study-type-und #edit-profile-student-profile-field-study-type-und .form-type-radio:last-child {
      margin-right: 0; }
    form .form-item-profile-student-profile-field-study-type-und #edit-profile-student-profile-field-study-type-und .form-type-radio input[type="radio"] {
      float: left;
      display: block;
      margin-right: 3.44828%;
      width: 10.34483%;
      width: 10% !important; }
      form .form-item-profile-student-profile-field-study-type-und #edit-profile-student-profile-field-study-type-und .form-type-radio input[type="radio"]:last-child {
        margin-right: 0; }
    form .form-item-profile-student-profile-field-study-type-und #edit-profile-student-profile-field-study-type-und .form-type-radio label {
      float: left;
      display: block;
      margin-right: 3.44828%;
      width: 86.2069%;
      width: 50% !important; }
      form .form-item-profile-student-profile-field-study-type-und #edit-profile-student-profile-field-study-type-und .form-type-radio label:last-child {
        margin-right: 0; }
form div.form-item div.password-suggestions {
  padding: 10px;
  margin: 30px 0 20px;
  width: 100%;
  border: 1px dotted #b9b9b9;
  color: #000;
  font-size: 0.76923em; }
  form div.form-item div.password-suggestions ul {
    padding-top: 10px !important; }

html.js input.form-autocomplete.throbbing {
  background-image: url(../images/source/loading.gif);
  background-position: 98% 6px;
  background-repeat: no-repeat; }

html.js input.form-autocomplete {
  background-image: none;
  background-position: 98% 6px;
  background-repeat: no-repeat; }

input[type="radio"] {
  display: none;
  border: none;
  width: 0px;
  opacity: 0;
  height: 0px; }

input[type="radio"] + label {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  padding-left: 25px;
  border: none;
  position: relative !important;
  text-indent: 0;
  vertical-align: middle;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAIAAAD9MqGbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2xpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODhDNkNGREE2RDZEQjExNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NEVBMkQ3RTEzREUxMUU0OUZBQ0Y1N0E2RDQyQTQ2QSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NEVBMkQ3RDEzREUxMUU0OUZBQ0Y1N0E2RDQyQTQ2QSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFBOEZEQUY2RkVDQTExRTM5NDQ4Q0UxM0REMDJBNzUxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFBOEZEQUY3RkVDQTExRTM5NDQ4Q0UxM0REMDJBNzUxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+bZ7XHAAAAUdJREFUeNqckkuOhDAMRJsQEB+x4P6X4w4IIf5d9JupTs/sOgvLcVxlu+JsmqbHVyc8vj03Msuy67pkz/PM8/w4jqIoFOEphKC47LZtss6P8q7XaZrGSaaAnlTR7fs+juMN0wFJkqxLQZG2pyfRCQzF/aYk07ttYIrLdxxLckhrpkessioiCvkC0MuyLEpWPLrUj2K/o6YzaygSsLpKregiNGMwU3GlSWcifkgFSMGCMeEfhQgG+ExpR824mpuUNeweJOUDpqiaQVW68Mx6LctyXdd7QzwA8vIlVjWtQ4F5nrUz75quzH7gmIJGyEHYj43ni/3dbGyqGb/q/4tgCFVV5ZVgb5mQUuyGl/6NHIZB+6HpgckRkSxbQTt93+MoEt2q9BS9pKNsXdeap21bpFZBPcl2XYeKkakURXG0+b9Y+AiOlk8BBgCWdlw5sydkHwAAAABJRU5ErkJggg==) left top no-repeat;
  cursor: pointer; }

input[type="radio"]:checked + label {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAIAAAD9MqGbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2xpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODhDNkNGREE2RDZEQjExNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyODYwMEMyMTEzRTMxMUU0OUZBQ0Y1N0E2RDQyQTQ2QSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyODYwMEMyMDEzRTMxMUU0OUZBQ0Y1N0E2RDQyQTQ2QSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFBOEZEQUY2RkVDQTExRTM5NDQ4Q0UxM0REMDJBNzUxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFBOEZEQUY3RkVDQTExRTM5NDQ4Q0UxM0REMDJBNzUxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+nGX11AAAAaVJREFUeNqck0luAjEQRdOmmYSQYMMxgCuwyxEQG7gwIDgBGyRAzNAgpu4890+cZloktbDssl8N37YXBMHHv8z86fRwONxsNr+k53lRFDGGYZhKpW63WzqdxqMtYwx+xl6v9xnbdru1u0Fsu93OhjHGjYRwqeCTmavV6mQyseR+v1+v17iIFMbGhMzRj/X7/VKp9ADb8BzlnFyubGXGT5GNRkOhk6TNSdOz2UxYu92u1+uLxeJyubzMhrVarePx+E1Op1NcnU5He8Cr1arb7T5jzWYTURDpjkxarVZ7xjCqo3Kot/c5GAweeqMiBEeCb/0lrPqkyHeBwFAL8bgPSrUvTyTVEo/eXsLCJPtyuZzP54fDwfYpUtoC02ESQ213sSzH4zEY+e5IPYNkZrKJUU48nETRO5JKdIcOFqYnhbGrPkV6kNfr9XQ6VSoVPXdl01zPnaXv+xzTrWSzWZa+HjQ2Go3gz+ezMCa5XI7RxCZhy+WyJnh89xv4WYTPZDJKm8/nKa9QKOBki4RsMRaLRT1sX1rj5TSj09BFdEvm1KKfgPNLgAEAnzWrZwXqpfIAAAAASUVORK5CYII=) left top no-repeat; }

input[type="checkbox"] {
  display: none; }

input[type="checkbox"] + label {
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: -1px 4px 0 0;
  position: relative !important;
  text-indent: -9999px;
  vertical-align: middle;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAIAAAD9MqGbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2xpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODhDNkNGREE2RDZEQjExNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NEVBMkQ3RTEzREUxMUU0OUZBQ0Y1N0E2RDQyQTQ2QSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NEVBMkQ3RDEzREUxMUU0OUZBQ0Y1N0E2RDQyQTQ2QSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFBOEZEQUY2RkVDQTExRTM5NDQ4Q0UxM0REMDJBNzUxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFBOEZEQUY3RkVDQTExRTM5NDQ4Q0UxM0REMDJBNzUxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+bZ7XHAAAAUdJREFUeNqckkuOhDAMRJsQEB+x4P6X4w4IIf5d9JupTs/sOgvLcVxlu+JsmqbHVyc8vj03Msuy67pkz/PM8/w4jqIoFOEphKC47LZtss6P8q7XaZrGSaaAnlTR7fs+juMN0wFJkqxLQZG2pyfRCQzF/aYk07ttYIrLdxxLckhrpkessioiCvkC0MuyLEpWPLrUj2K/o6YzaygSsLpKregiNGMwU3GlSWcifkgFSMGCMeEfhQgG+ExpR824mpuUNeweJOUDpqiaQVW68Mx6LctyXdd7QzwA8vIlVjWtQ4F5nrUz75quzH7gmIJGyEHYj43ni/3dbGyqGb/q/4tgCFVV5ZVgb5mQUuyGl/6NHIZB+6HpgckRkSxbQTt93+MoEt2q9BS9pKNsXdeap21bpFZBPcl2XYeKkakURXG0+b9Y+AiOlk8BBgCWdlw5sydkHwAAAABJRU5ErkJggg==) left top no-repeat;
  cursor: pointer; }

input[type="checkbox"]:checked + label {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAIAAAD9MqGbAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2xpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODhDNkNGREE2RDZEQjExNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDoyODYwMEMyMTEzRTMxMUU0OUZBQ0Y1N0E2RDQyQTQ2QSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDoyODYwMEMyMDEzRTMxMUU0OUZBQ0Y1N0E2RDQyQTQ2QSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFBOEZEQUY2RkVDQTExRTM5NDQ4Q0UxM0REMDJBNzUxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFBOEZEQUY3RkVDQTExRTM5NDQ4Q0UxM0REMDJBNzUxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+nGX11AAAAaVJREFUeNqck0luAjEQRdOmmYSQYMMxgCuwyxEQG7gwIDgBGyRAzNAgpu4890+cZloktbDssl8N37YXBMHHv8z86fRwONxsNr+k53lRFDGGYZhKpW63WzqdxqMtYwx+xl6v9xnbdru1u0Fsu93OhjHGjYRwqeCTmavV6mQyseR+v1+v17iIFMbGhMzRj/X7/VKp9ADb8BzlnFyubGXGT5GNRkOhk6TNSdOz2UxYu92u1+uLxeJyubzMhrVarePx+E1Op1NcnU5He8Cr1arb7T5jzWYTURDpjkxarVZ7xjCqo3Kot/c5GAweeqMiBEeCb/0lrPqkyHeBwFAL8bgPSrUvTyTVEo/eXsLCJPtyuZzP54fDwfYpUtoC02ESQ213sSzH4zEY+e5IPYNkZrKJUU48nETRO5JKdIcOFqYnhbGrPkV6kNfr9XQ6VSoVPXdl01zPnaXv+xzTrWSzWZa+HjQ2Go3gz+ezMCa5XI7RxCZhy+WyJnh89xv4WYTPZDJKm8/nKa9QKOBki4RsMRaLRT1sX1rj5TSj09BFdEvm1KKfgPNLgAEAnzWrZwXqpfIAAAAASUVORK5CYII=) left top no-repeat; }

.form-item-profile-student-profile-field-terms-und span {
  padding-left: 24px; }

.form-type-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: '';
  border: 1px solid #000;
  width: 100%;
  height: 30px;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 10px;
  cursor: pointer;
  box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.25);
  border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAcCAIAAAD9b0jDAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2xpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NTc3MiwgMjAxNC8wMS8xMy0xOTo0NDowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpGNzdGMTE3NDA3MjA2ODExODhDNkNGREE2RDZEQjExNSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5NEVBMkQ3QTEzREUxMUU0OUZBQ0Y1N0E2RDQyQTQ2QSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5NEVBMkQ3OTEzREUxMUU0OUZBQ0Y1N0E2RDQyQTQ2QSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNCAoTWFjaW50b3NoKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFBOEZEQUY2RkVDQTExRTM5NDQ4Q0UxM0REMDJBNzUxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFBOEZEQUY3RkVDQTExRTM5NDQ4Q0UxM0REMDJBNzUxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+/5+yNQAAAhVJREFUeNqklcluAjEQRBnPhFWggNjEFfH/38KZ7wDEngellCzwkDjpg9XjscvV3eV2sV6vT6fT5XIpy7LRaBRFcbvdGjl2Pp8/Hrbdbvv9/m63C8fjERQQQwh/QMSqqmLc7/fNZhPcSt9gMULWfpaxhb1A4UDuer0GoRTf5nWM998h4Ii+fPb7ryKTwyhad+6vJwtL2cBnGw6fJIoAcXSGEGUxlfviZDjxsUY3Uypj4rH5gAQoeRE1VmhUgPggMlJoBaQ4XnEToOYoOEzpF1mVRefVVTUkZ9kfxx5D6JdE7WU/g7IZfRAjjFxZlUt/QVRmBZ1Qbp30uBibzQZJWz1KiJQH4mAwWK1WeeHDtNfrOZUqCNRMudPpZORU+xnH43Gr1QIx1rnyyPxsNssA9VICHI1GnlQq0T8NaDKZwDSjUA4WiOl0CikRl0hxut0u828aRTp8raYa7XabJFhYqAKai8VC7aOuxYRklbSBeMEld1RMDZfPz4cpv3V9Ml19S0cyIINutdBUu8kL37ceXoR5OBzIwHA45Bcc6e1xNHk5VbxCB2I+n5NfaHpBXelrw381OC6XS0Smt8dX9l+gdGhdMHISt9d/gQIErpqIlfDKVDPh9w8ct8BPmXvrE65mqqz3XRDov3yYe03cGPOYxpfCBP0sxqwzQKUtDPGCJb5JAQRF8dSf3pRLz5+blt9qv9g4XwIMAAf9rRA1Av7uAAAAAElFTkSuQmCC) no-repeat 100% 50%; }

@-moz-document url-prefix() {
  .form-type-select select {
    background-image: none; } }
.form-type-select select:focus {
  cursor: pointer;
  outline: none; }

.container-inline-date .form-item .form-item {
  float: left;
  margin-right: 10px; }

.form-item-profile-student-profile-field-terms-und label {
  text-indent: 0 !important;
  width: auto !important;
  padding-left: 25px; }

.form-item-profile-student-profile-field-terms-und span {
  padding-left: 0 !important; }

.form-item-profile-student-profile-field-completion-date-und-0-value {
  width: 100% !important; }

.container-inline-date .date-padding {
  float: none !important; }

#edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-month {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 49.15254%; }
  #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-month:last-child {
    margin-right: 0; }
  #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-month label {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 24.13793%; }
    #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-month label:last-child {
      margin-right: 0; }
  #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-month .date-month {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 72.41379%; }
    #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-month .date-month:last-child {
      margin-right: 0; }
#edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-year {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 49.15254%; }
  #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-year:last-child {
    margin-right: 0; }
  #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-year label {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 24.13793%; }
    #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-year label:last-child {
      margin-right: 0; }
  #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-year .date-year {
    float: left;
    display: block;
    margin-right: 3.44828%;
    width: 72.41379%; }
    #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-year .date-year:last-child {
      margin-right: 0; }

@media screen and (max-width: 768px) {
  #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-month {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%;
    margin-bottom: 10px; }
    #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-month:last-child {
      margin-right: 0; }
    #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-month label {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 22.58065%; }
      #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-month label:last-child {
        margin-right: 0; }
    #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-month .date-month {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 74.19355%; }
      #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-month .date-month:last-child {
        margin-right: 0; }
  #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-year {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%; }
    #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-year:last-child {
      margin-right: 0; }
    #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-year label {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 22.58065%; }
      #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-year label:last-child {
        margin-right: 0; }
    #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-year .date-year {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 74.19355%; }
      #edit-profile-student-profile-field-completion-date-und-0-value .form-item-profile-student-profile-field-completion-date-und-0-value-year .date-year:last-child {
        margin-right: 0; } }

#cboxTopLeft {
  width: 0;
  height: 0; }

#cboxTopCenter {
  height: 0; }

#cboxTopRight {
  width: 0;
  height: 0; }

#cboxMiddleLeft {
  width: 0; }

#cboxMiddleRight {
  width: 0; }

a.help {
  background-image: url(../images/source/help-icon-16.png);
  background-repeat: no-repeat;
  background-position: 6px center;
  background-color: #ffce21;
  padding: 10px 10px 10px 24px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px 5px 0px 0px;
  -moz-border-radius: 5px 5px 0px 0px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px; }
  a.help:hover {
    background-color: #ffd74d !important;
    background-image: url(../images/source/help-icon-16.png) !important;
    background-repeat: no-repeat !important;
    background-position: 6px center !important; }

.page-properties .sidebar div#block-block-9, .page-properties .sidebar div#block-block-10 {
  padding: 0;
  margin-top: 0px;
  text-align: right; }
  @media screen and (max-width: 999px) {
    .page-properties .sidebar div#block-block-9, .page-properties .sidebar div#block-block-10 {
      display: none; } }
  .page-properties .sidebar div#block-block-9 p, .page-properties .sidebar div#block-block-10 p {
    padding: 0;
    margin: 0; }
    .page-properties .sidebar div#block-block-9 p a.help, .page-properties .sidebar div#block-block-10 p a.help {
      position: relative;
      top: -47px;
      right: -20px; }

.front .panel-pane.pane-block.pane-block-13 {
  z-index: 10;
  position: relative;
  right: 0px;
  top: -195px !important;
  max-width: 750px;
  margin: auto;
  text-align: right; }
  @media screen and (max-width: 999px) {
    .front .panel-pane.pane-block.pane-block-13 {
      display: none; } }

#cboxClose, #cboxClose:hover {
  position: absolute;
  top: 16px;
  right: 16px;
  background: url(../images/source/close-help.png) no-repeat 0px 0px;
  width: 27px;
  height: 27px;
  text-indent: -9999px; }

.node-help header {
  background: #ffce21;
  padding: 14px 20px;
  margin-bottom: 10px; }
  .node-help header h2 {
    font-weight: normal;
    margin: 0; }
    .node-help header h2 a {
      text-decoration: none;
      color: #000;
      background: url(../images/source/help-icon-large.png) no-repeat left center;
      padding-left: 42px;
      padding-top: 7px;
      padding-bottom: 7px; }

.node-help .view-field-collection-help-sections {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin-top: -14px; }
  .node-help .view-field-collection-help-sections:after {
    content: "";
    display: table;
    clear: both; }
  .node-help .view-field-collection-help-sections > .attachment {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 18.64407%; }
    .node-help .view-field-collection-help-sections > .attachment:last-child {
      margin-right: 0; }
  .node-help .view-field-collection-help-sections > .view-content {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 79.66102%;
    margin-right: 0; }
    .node-help .view-field-collection-help-sections > .view-content:last-child {
      margin-right: 0; }

@-moz-document url-prefix() {
  .node-help .view-field-collection-help-sections {
    margin-top: -5px; } }
.node-help .view-field-collection-help-sections > .attachment .view-content {
  width: 100%;
  background-color: #ececec;
  background-image: -webkit-linear-gradient(right, #ececec, #fff);
  background-image: -webkit-linear-gradient(right,#ececec, #fff);
  background-image: linear-gradient(to left,#ececec, #fff); }
  .node-help .view-field-collection-help-sections > .attachment .view-content .vertical-tab {
    padding: 10px;
    display: block;
    border-bottom: 1px solid #e0e0e0; }
    .node-help .view-field-collection-help-sections > .attachment .view-content .vertical-tab.is-active {
      background: white; }

.node-help .vertical-tab-accordion-heading {
  display: none; }
  .node-help .vertical-tab-accordion-heading.is-active {
    display: none; }

.node-help .vertical-tab-content {
  padding: 10px 20px 20px 20px; }

/*---- Results page ----*/
body.page-properties .find-prop {
  border-bottom: 1px solid #ececec;
  font-size: 1.38462em;
  padding-bottom: 20px; }
  body.page-properties .find-prop span {
    font-weight: bold;
    font-style: italic;
    text-transform: capitalize; }

body.page-properties.one-sidebar.sidebar-first #main #sidebar-first {
  padding: 0; }

body.page-properties #main #sidebar-first.sidebar {
  background: transparent;
  margin-top: 42px; }

.page-properties .sidebar {
  position: relative;
  z-index: 101; }
  .page-properties .sidebar #sidebar-first-a {
    margin-bottom: 60px; }
  .page-properties .sidebar > div {
    padding: 0 20px 20px 20px;
    margin-bottom: 40px;
    background: #ececec;
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .page-properties .sidebar > div:after {
      content: "";
      display: table;
      clear: both; }
    .page-properties .sidebar > div h2 {
      font-size: 1.38462em;
      font-weight: bold;
      margin-bottom: 20px;
      padding-top: 0; }
    .page-properties .sidebar > div h2.block-title {
      font-size: 1.07692em; }
  .page-properties .sidebar .views-submit-button {
    background: #182955;
    width: 114%;
    position: relative;
    left: -7%;
    height: 80px;
    bottom: -30px;
    padding-left: 20px;
    text-align: center; }
    @media screen and (max-width: 999px) {
      .page-properties .sidebar .views-submit-button {
        width: 100%;
        left: 0;
        bottom: -10px; } }
    .page-properties .sidebar .views-submit-button input {
      background: #01abe6;
      color: #fff;
      font-size: 1.23077em;
      text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
      padding: 10px 20px;
      border: 1px solid #182955;
      margin-right: 0;
      box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
      text-decoration: none;
      text-align: center;
      margin-top: 20px;
      border-radius: 5px 5px 5px 5px;
      -moz-border-radius: 5px 5px 5px 5px;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -webkit-border-bottom-left-radius: 5px; }
      .page-properties .sidebar .views-submit-button input:hover {
        background: #1ab3e8; }
  .page-properties .sidebar .block-title {
    font-size: 1.38462em; }
  .page-properties .sidebar form {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .page-properties .sidebar form:after {
      content: "";
      display: table;
      clear: both; }
    .page-properties .sidebar form .views-exposed-widgets > div {
      margin: 3px 0;
      padding: 0; }
    .page-properties .sidebar form #edit-location-wrapper {
      max-width: 68em;
      margin-left: auto;
      margin-right: auto;
      padding-right: 0;
      margin-bottom: 10px; }
      .page-properties .sidebar form #edit-location-wrapper:after {
        content: "";
        display: table;
        clear: both; }
      .page-properties .sidebar form #edit-location-wrapper label {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 32.20339%;
        font-weight: normal;
        padding-top: 4px; }
        .page-properties .sidebar form #edit-location-wrapper label:last-child {
          margin-right: 0; }
      .page-properties .sidebar form #edit-location-wrapper input {
        border: none;
        width: 100%;
        border: 1px solid #ececec;
        padding: 5px;
        border: 1px solid #000;
        box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.25);
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 66.10169%;
        margin-right: 0; }
        .page-properties .sidebar form #edit-location-wrapper input:last-child {
          margin-right: 0; }
    .page-properties .sidebar form #edit-bounding-radius-wrapper {
      display: none; }
    .page-properties .sidebar form #edit-field-coordinates-latlon-wrapper {
      max-width: 68em;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      padding-right: 0; }
      .page-properties .sidebar form #edit-field-coordinates-latlon-wrapper:after {
        content: "";
        display: table;
        clear: both; }
      .page-properties .sidebar form #edit-field-coordinates-latlon-wrapper label {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 32.20339%;
        font-weight: normal;
        padding-top: 4px; }
        .page-properties .sidebar form #edit-field-coordinates-latlon-wrapper label:last-child {
          margin-right: 0; }
      .page-properties .sidebar form #edit-field-coordinates-latlon-wrapper .views-operator {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 66.10169%;
        margin-right: 0; }
        .page-properties .sidebar form #edit-field-coordinates-latlon-wrapper .views-operator:last-child {
          margin-right: 0; }
        .page-properties .sidebar form #edit-field-coordinates-latlon-wrapper .views-operator .form-type-select {
          width: 100%; }
      .page-properties .sidebar form #edit-field-coordinates-latlon-wrapper .views-widget {
        display: none; }
    .page-properties .sidebar form #edit-min-beds-wrapper {
      float: left;
      display: block;
      margin-right: 1.69492%;
      width: 66.10169%;
      padding-right: 0; }
      .page-properties .sidebar form #edit-min-beds-wrapper:last-child {
        margin-right: 0; }
      .page-properties .sidebar form #edit-min-beds-wrapper label {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 48.71795%;
        font-weight: normal;
        padding-top: 4px; }
        .page-properties .sidebar form #edit-min-beds-wrapper label:last-child {
          margin-right: 0; }
      .page-properties .sidebar form #edit-min-beds-wrapper .views-widget {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 48.71795%; }
        .page-properties .sidebar form #edit-min-beds-wrapper .views-widget:last-child {
          margin-right: 0; }
        .page-properties .sidebar form #edit-min-beds-wrapper .views-widget .form-type-select {
          width: 100%;
          font-size: 0.84615em;
          padding: 2px 0px; }
    .page-properties .sidebar form #edit-max-beds-wrapper {
      float: left;
      display: block;
      margin-right: 1.69492%;
      width: 32.20339%;
      margin-right: 0;
      padding-right: 0; }
      .page-properties .sidebar form #edit-max-beds-wrapper:last-child {
        margin-right: 0; }
      .page-properties .sidebar form #edit-max-beds-wrapper .form-type-select {
        width: 100%;
        font-size: 0.84615em;
        padding: 2px 0px; }
    .page-properties .sidebar form #edit-min-price-wrapper {
      float: left;
      display: block;
      margin-right: 1.69492%;
      width: 66.10169%;
      padding-right: 0; }
      .page-properties .sidebar form #edit-min-price-wrapper:last-child {
        margin-right: 0; }
      .page-properties .sidebar form #edit-min-price-wrapper label {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 48.71795%;
        font-weight: normal;
        padding-top: 4px; }
        .page-properties .sidebar form #edit-min-price-wrapper label:last-child {
          margin-right: 0; }
      .page-properties .sidebar form #edit-min-price-wrapper .views-widget {
        float: left;
        display: block;
        margin-right: 2.5641%;
        width: 48.71795%; }
        .page-properties .sidebar form #edit-min-price-wrapper .views-widget:last-child {
          margin-right: 0; }
        .page-properties .sidebar form #edit-min-price-wrapper .views-widget .form-type-select {
          width: 100%;
          font-size: 0.84615em;
          padding: 2px 0px; }
    .page-properties .sidebar form #edit-max-price-wrapper {
      float: left;
      display: block;
      margin-right: 1.69492%;
      width: 32.20339%;
      margin-right: 0;
      padding-right: 0; }
      .page-properties .sidebar form #edit-max-price-wrapper:last-child {
        margin-right: 0; }
      .page-properties .sidebar form #edit-max-price-wrapper .form-type-select {
        width: 100%;
        font-size: 0.84615em;
        padding: 2px 0px; }
    .page-properties .sidebar form #edit-added-wrapper {
      max-width: 68em;
      margin-left: auto;
      margin-right: auto;
      width: 100%;
      padding-right: 0; }
      .page-properties .sidebar form #edit-added-wrapper:after {
        content: "";
        display: table;
        clear: both; }
      .page-properties .sidebar form #edit-added-wrapper label {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 32.20339%;
        font-weight: normal;
        padding-top: 4px; }
        .page-properties .sidebar form #edit-added-wrapper label:last-child {
          margin-right: 0; }
      .page-properties .sidebar form #edit-added-wrapper .views-widget {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 66.10169%; }
        .page-properties .sidebar form #edit-added-wrapper .views-widget:last-child {
          margin-right: 0; }
        .page-properties .sidebar form #edit-added-wrapper .views-widget .form-type-select {
          width: 100%; }
  .page-properties .sidebar #block-search_api_saved_searches-property_index {
    border-bottom: 1px dashed #fff;
    margin-bottom: 0px; }
    .page-properties .sidebar #block-search_api_saved_searches-property_index h2 {
      padding-top: 20px; }
    .page-properties .sidebar #block-search_api_saved_searches-property_index form .form-item-notify-interval {
      width: 100%; }
    .page-properties .sidebar #block-search_api_saved_searches-property_index form .form-submit {
      background: #182955;
      color: #fff;
      font-size: 0.92308em;
      text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
      padding: 2px 5px;
      border: 1px solid #000;
      margin-right: 0;
      box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
      text-decoration: none;
      text-align: center;
      border-radius: 5px 5px 5px 5px;
      -moz-border-radius: 5px 5px 5px 5px;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      float: right; }
      .page-properties .sidebar #block-search_api_saved_searches-property_index form .form-submit:hover {
        background: #2f3e66; }
    .page-properties .sidebar #block-search_api_saved_searches-property_index form .form-type-textfield {
      max-width: 68em;
      margin-left: auto;
      margin-right: auto;
      padding-right: 0; }
      .page-properties .sidebar #block-search_api_saved_searches-property_index form .form-type-textfield:after {
        content: "";
        display: table;
        clear: both; }
      .page-properties .sidebar #block-search_api_saved_searches-property_index form .form-type-textfield label {
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 32.20339%;
        font-weight: normal;
        padding-top: 4px; }
        .page-properties .sidebar #block-search_api_saved_searches-property_index form .form-type-textfield label:last-child {
          margin-right: 0; }
      .page-properties .sidebar #block-search_api_saved_searches-property_index form .form-type-textfield input {
        border: none;
        width: 100%;
        border: 1px solid #ececec;
        padding: 5px;
        border: 1px solid #000;
        box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.25);
        float: left;
        display: block;
        margin-right: 1.69492%;
        width: 66.10169%;
        margin-right: 0; }
        .page-properties .sidebar #block-search_api_saved_searches-property_index form .form-type-textfield input:last-child {
          margin-right: 0; }
  .page-properties .sidebar #block-views-saved_searches-block h2 {
    padding-bottom: 10px; }

.page-properties .sidebar > div#block-block-14 {
  padding-top: 20px; }

.sm-db-btn.search-login {
  background: #182955;
  color: #fff;
  font-size: 0.92308em;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  padding: 2px 5px;
  border: 1px solid #000;
  margin-right: 0;
  box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: block;
  width: 185px; }
  .sm-db-btn.search-login:hover {
    background: #2f3e66; }

.page-search-api-saved-search form #edit-name {
  border: none;
  width: 100%;
  border: 1px solid #ececec;
  padding: 5px;
  border: 1px solid #000;
  box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.25);
  max-width: 300px; }
.page-search-api-saved-search form .form-submit {
  background: #182955;
  color: #fff;
  font-size: 0.92308em;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  padding: 2px 5px;
  border: 1px solid #000;
  margin-right: 0;
  box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-align: center;
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  margin-right: 10px; }
  .page-search-api-saved-search form .form-submit:hover {
    background: #2f3e66; }

.page-properties #content-area .inside > .item-list {
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  position: relative;
  min-height: 690px;
  width: 100%;
  overflow: hidden;
  background: url("../images/source/tabs-blue-header.png"), center top repeat-x #fff;
  background: url("../images/source/tabs-blue-header.png"), center top repeat-x #fff;
  background-position: center top;
  background-repeat: repeat-x; }
  @media screen and (max-width: 480px) {
    .page-properties #content-area .inside > .item-list {
      padding-top: 115px;
      margin-top: 10px;
      background-position: center 112px; } }
  .page-properties #content-area .inside > .item-list ul {
    position: relative;
    border-bottom: none; }
    .page-properties #content-area .inside > .item-list ul li .pane-content {
      visibility: hidden;
      position: relative;
      top: 50px;
      left: 0;
      width: 100%;
      height: 0;
      z-index: -9; }


.print {
  text-align: right;
  padding-bottom: 10px;
  position: relative;
  z-index: 99; }
  @media screen and (max-width: 480px) {
    .print {
      text-align: left;
      padding-bottom: 0; } }

.page-properties #content-area .inside > .item-list li.active .pane-content {
  visibility: visible;
  height: auto;
  z-index: 0; }

.page-properties #content-area .inside > .item-list li.active {
  z-index: 250; }

.page-properties #content-area .inside > .item-list li.first .pane-title {
  position: absolute;
  top: 0px;
  left: 10px; }
.page-properties #content-area .inside > .item-list li.last .pane-title {
  margin-left: 52px;
  position: absolute;
  top: 0px; }
.page-properties #content-area .inside > .item-list li.last .pane-content {
  position: absolute;
  top: 29px; }

.page-properties #content-area .inside > .item-list li .pane-title {
  background: #01abe6;
  color: #fff;
  font-weight: bold;
  padding: 2px 5px;
  font-size: 0.92308em !important;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  cursor: pointer; }

.page-properties #content-area .inside > .item-list li.active .pane-title {
  background: #fff;
  color: #000;
  font-weight: normal !important;
  padding: 2px 5px;
  font-size: 0.92308em !important;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  cursor: default; }

.views-widget-per-page {
  width: 240px;
  position: absolute;
  top: -16px;
  right: 18px;
  z-index: 99; }
  @media screen and (max-width: 480px) {
    .views-widget-per-page {
      width: 100%;
      top: -65px;
      right: initial;
      left: 0;
      border-top: 1px solid #ececec; } }
  .views-widget-per-page > div {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 66.10169%;
    float: right; }
    .views-widget-per-page > div:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .views-widget-per-page > div {
        float: left; } }
    .views-widget-per-page > div label {
      float: left;
      display: block;
      margin-right: 2.5641%;
      width: 58.97436%;
      font-weight: normal;
      text-align: right;
      font-size: 0.84615em;
      padding-top: 3px; }
      .views-widget-per-page > div label:last-child {
        margin-right: 0; }
      @media screen and (max-width: 480px) {
        .views-widget-per-page > div label {
          text-align: left; } }
    .views-widget-per-page > div select {
      float: left;
      display: block;
      margin-right: 2.5641%;
      width: 38.46154%;
      font-size: 0.84615em;
      height: 24px; }
      .views-widget-per-page > div select:last-child {
        margin-right: 0; }

.views-widget-sort-sort_bef_combine {
  width: 250px;
  position: absolute;
  z-index: 99;
  right: 90px;
  top: -16px; }
  @media screen and (max-width: 480px) {
    .views-widget-sort-sort_bef_combine {
      width: 100%;
      right: initial;
      left: 0;
      top: -118px;
      border-top: 1px solid #ececec; } }
  .views-widget-sort-sort_bef_combine > div > div {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 66.10169%; }
    .views-widget-sort-sort_bef_combine > div > div:last-child {
      margin-right: 0; }
    .views-widget-sort-sort_bef_combine > div > div label {
      float: left;
      display: block;
      margin-right: 2.5641%;
      width: 17.94872%;
      font-weight: normal;
      text-align: right;
      font-size: 0.84615em;
      padding-top: 3px; }
      .views-widget-sort-sort_bef_combine > div > div label:last-child {
        margin-right: 0; }
      @media screen and (max-width: 480px) {
        .views-widget-sort-sort_bef_combine > div > div label {
          text-align: left; } }
    .views-widget-sort-sort_bef_combine > div > div select {
      float: left;
      display: block;
      margin-right: 2.5641%;
      width: 79.48718%;
      font-size: 0.84615em;
      height: 24px; }
      .views-widget-sort-sort_bef_combine > div > div select:last-child {
        margin-right: 0; }

.page-properties #content-area .view-display-id-panel_pane_1 .item-list li {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 100%;
  border-bottom: 1px solid #ececec;
  margin-bottom: 30px;
  padding-top: 0px;
  padding-bottom: 30px; }
  .page-properties #content-area .view-display-id-panel_pane_1 .item-list li:after {
    content: "";
    display: table;
    clear: both; }
  .page-properties #content-area .view-display-id-panel_pane_1 .item-list li:last-child {
    margin-right: 0; }
  .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .image {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32.20339%; }
    .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .image:last-child {
      margin-right: 0; }
  .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 66.10169%;
    margin-right: 0;
    position: relative; }
    .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details:last-child {
      margin-right: 0; }

.page-properties #content-area .view-display-id-panel_pane_1 .item-list li .image {
  text-align: center;
  background: #f9f9f9;
  padding: 10px; }
  @media screen and (max-width: 768px) {
    .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .image img {
      max-width: 170px;
      height: auto;
      width: 100%; } }
  .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .image .image-count {
    font-size: 0.92308em;
    font-weight: bold;
    padding-top: 5px; }

.page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .price {
  padding-right: 120px;
  margin-bottom: 0;
  padding-bottom: 10px;
  vertical-align: top;
  color: #01abe6; }
  @media screen and (max-width: 480px) {
    .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .price {
      padding-right: 0px; } }
  .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .price .ppw {
    font-size: 1.38462em;
    color: #01abe6;
    font-weight: bold;
    display: inline; }
  .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .price .ppw-max {
    font-size: 1.23077em;
    color: #01abe6;
    font-weight: normal;
    display: inline; }
.page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details h3 {
  padding-right: 120px;
  font-size: 1.07692em;
  color: #182955;
  font-weight: normal;
  text-decoration: underline;
  margin-bottom: 0;
  padding-bottom: 5px; }
  @media screen and (max-width: 480px) {
    .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details h3 {
      padding-right: 0px; } }
.page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details h5 {
  padding-right: 120px;
  font-size: 1em;
  color: #000;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 10px; }
  @media screen and (max-width: 480px) {
    .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details h5 {
      padding-right: 0px; } }
.page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .agent {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  font-size: 0.69231em;
  max-width: 110px;
  line-height: 1.3; }
  @media screen and (max-width: 480px) {
    .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .agent {
      display: none; } }
  .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .agent img {
    width: 40px;
    height: 40px; }
.page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .available {
  margin-bottom: 10px;
  background: #d9f2fb;
  display: inline-block;
  padding: 2px 6px;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  font-size: 0.92308em; }
  .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .available span {
    font-weight: bold; }
.page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .description {
  padding-bottom: 10px; }
  @media screen and (max-width: 480px) {
    .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .description {
      display: none; } }
.page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .trains, .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .buses {
  background: url(../images/source/transport-icon-16.gif) no-repeat left 1px;
  padding-left: 16px;
  font-size: 0.92308em;
  padding-bottom: 10px;
  font-weight: normal;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .trains:after, .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .buses:after {
    content: "";
    display: table;
    clear: both; }
  .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .trains span, .page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .buses span {
    font-weight: bold;
    clear: both;
    display: block; }
.page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .full-details {
  color: #182955;
  text-decoration: underline;
  padding-right: 5px; }
.page-properties #content-area .view-display-id-panel_pane_1 .item-list li .details .flag-properties {
  color: #182955;
  text-decoration: underline; }

.pane-property-search-api-featured-panel-pane-1 {
  margin-top: -100px; }
  .pane-property-search-api-featured-panel-pane-1 .featured-list ul {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto; }
    .pane-property-search-api-featured-panel-pane-1 .featured-list ul:after {
      content: "";
      display: table;
      clear: both; }
    .pane-property-search-api-featured-panel-pane-1 .featured-list ul li {
      float: left;
      display: block;
      margin-right: 1.69492%;
      width: 32.20339%;
      text-align: center;
      background-color: #d9f2fb;
      min-height: 260px; }
      .pane-property-search-api-featured-panel-pane-1 .featured-list ul li:last-child {
        margin-right: 0; }
      .pane-property-search-api-featured-panel-pane-1 .featured-list ul li:nth-child(3n) {
        margin-right: 0; }
      .pane-property-search-api-featured-panel-pane-1 .featured-list ul li:nth-child(3n+1) {
        clear: left; }
      @media screen and (max-width: 480px) {
        .pane-property-search-api-featured-panel-pane-1 .featured-list ul li {
          float: left;
          display: block;
          margin-right: 6.66667%;
          width: 100%; }
          .pane-property-search-api-featured-panel-pane-1 .featured-list ul li:last-child {
            margin-right: 0; }
          .pane-property-search-api-featured-panel-pane-1 .featured-list ul li:nth-child(2) {
            display: none; }
          .pane-property-search-api-featured-panel-pane-1 .featured-list ul li:nth-child(3) {
            display: none; } }
      .pane-property-search-api-featured-panel-pane-1 .featured-list ul li .featured-listing-header {
        background-color: #182955;
        color: #fff;
        text-align: left;
        padding: 5px 5px 10px 10px;
        font-weight: bold;
        font-size: 0.84615em; }
      .pane-property-search-api-featured-panel-pane-1 .featured-list ul li .views-field-field-property-image {
        padding-top: 10px; }
        @media screen and (max-width: 768px) {
          .pane-property-search-api-featured-panel-pane-1 .featured-list ul li .views-field-field-property-image {
            padding: 10px;
            max-width: 150px;
            margin: 0 auto; }
            .pane-property-search-api-featured-panel-pane-1 .featured-list ul li .views-field-field-property-image img {
              width: 100%;
              height: auto; } }
      .pane-property-search-api-featured-panel-pane-1 .featured-list ul li .price {
        margin-bottom: 2px; }
        .pane-property-search-api-featured-panel-pane-1 .featured-list ul li .price > div {
          display: inline; }
      .pane-property-search-api-featured-panel-pane-1 .featured-list ul li h3 {
        font-size: 1em;
        color: #182955;
        text-decoration: underline;
        margin: 0 !important; }
      .pane-property-search-api-featured-panel-pane-1 .featured-list ul li h2 {
        font-size: 1em;
        margin: 0 0 10px 0 !important; }

.page-properties .image-ad {
  text-align: center; }
  @media screen and (max-width: 480px) {
    .page-properties .image-ad {
      display: none; } }

.view-header {
  margin-top: -30px;
  margin-bottom: 10px; }
  @media screen and (max-width: 999px) {
    .view-header {
      margin-top: -15px;
  }
    }
  @media screen and (max-width: 480px) {
    .view-header {
      margin-top: 0;
      margin-bottom: -5px;
      margin-top: 10px;
      border-top: 1px solid #ececec;
      padding-top: 10px; } }

.gm-style-iw {
  max-width: 280px; }
  .gm-style-iw h3 {
    margin: 0 !important;
    font-size: 1.07692em !important; }
  .gm-style-iw h2 {
    font-size: 0.92308em !important;
    margin-bottom: 5px !important; }
  .gm-style-iw a {
    text-decoration: underline !important; }
  .gm-style-iw .ppw-max {
    display: inline;
    padding-left: 5px; }
  .gm-style-iw img {
    max-height: 160px;
    width: auto; }

@media print {
  header:before {
    display: block;
    content: "Thank you for printing our content at University of London Housing Services.";
    margin-bottom: 10px;
    border: 1px solid #bbb;
    padding: 3px 5px;
    font-style: italic; }

  header nav, footer, body.page-properties.one-sidebar.sidebar-first #main #sidebar-first, .featured-list, .image-ad, .print, .views-widget-per-page, .views-widget-sort-sort_bef_combine, .node-type-property .back-results, .node-type-property .favourites, .node-type-property .pane-custom.pane-1, .node-type-property .pane-custom.pane-2, .node-type-property .pane-custom.pane-3, .node-type-property .pane-custom.pane-4, .node-type-property .pane-custom.pane-5 {
    display: none; }

  img {
    max-width: 500px; }

  body {
    font: 12pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3; }

  h1 {
    font-size: 24pt; }

  h2 {
    font-size: 14pt;
    margin-top: 25px; }

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

  .one-sidebar.sidebar-first #main #content-area, .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first, .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last,
  .page-properties #main #content {
    width: 100% !important;
    margin-left: 0 !important;
    float: none !important; }

  a:after {
    content: " (" attr(href) ")";
    font-size: 80%; }

  a[href^="http://"]:after {
    content: " (" attr(href) ")";
    font-size: 90%; }

  a[href^="#"]:after {
    display: none; }

  a[href^="http://"]:after, a[href^="https://"]:after {
    content: " (" attr(href) ")"; }

  a {
    word-wrap: break-word; }

  a {
    color: #000; }

  .find-prop {
    margin-top: 40px; }

  * {
    color: black !important; } }
/*---- LDW STYLES ----


LLLLLLLLLLL             DDDDDDDDDDDDD      WWWWWWWW                           WWWWWWWW
L:::::::::L             D::::::::::::DDD   W::::::W                           W::::::W
L:::::::::L             D:::::::::::::::DD W::::::W                           W::::::W
LL:::::::LL             DDD:::::DDDDD:::::DW::::::W                           W::::::W
  L:::::L                 D:::::D    D:::::DW:::::W           WWWWW           W:::::W 
  L:::::L                 D:::::D     D:::::DW:::::W         W:::::W         W:::::W  
  L:::::L                 D:::::D     D:::::D W:::::W       W:::::::W       W:::::W   
  L:::::L                 D:::::D     D:::::D  W:::::W     W:::::::::W     W:::::W    
  L:::::L                 D:::::D     D:::::D   W:::::W   W:::::W:::::W   W:::::W     
  L:::::L                 D:::::D     D:::::D    W:::::W W:::::W W:::::W W:::::W      
  L:::::L                 D:::::D     D:::::D     W:::::W:::::W   W:::::W:::::W       
  L:::::L         LLLLLL  D:::::D    D:::::D       W:::::::::W     W:::::::::W        
LL:::::::LLLLLLLLL:::::LDDD:::::DDDDD:::::D         W:::::::W       W:::::::W         
L::::::::::::::::::::::LD:::::::::::::::DD           W:::::W         W:::::W          
L::::::::::::::::::::::LD::::::::::::DDD              W:::W           W:::W           
LLLLLLLLLLLLLLLLLLLLLLLLDDDDDDDDDDDDD                  WWW             WWW            


*/
/*---- Layout ----*/
.container {
  max-width: none; }

.panels-flexible-region-2-center, .panels-flexible-region-11-center {
  width: 100%; }

* {
  outline: none !important; }

/*Header*/
#header .container {
  max-width: 1000px;
  position: relative; }

#main #content-header {
  padding-top: 20px;
  margin-top: 0px;
  position: relative;
  z-index: 100; }
  @media screen and (max-width: 999px) {
    #main #content-header {
      max-width: 68em;
      margin-left: auto;
      margin-right: auto; }
      #main #content-header:after {
        content: "";
        display: table;
        clear: both; } }
        
.front #main .messages{

  margin-top: -40px;
}
@media screen and (max-width: 999px) {
  .front #main .messages{
    margin-top: 0;
  }
}

/*Page content*/
@media screen and (max-width: 768px) {
  .front #main {
    margin-bottom: 20px; } }
#main {
  min-height: 500px;
  background-color: #fff; }
  @media screen and (max-width: 999px) {
    #main {
      padding-left: 20px;
      padding-right: 20px;
      max-width: 68em;
      margin-left: auto;
      margin-right: auto; }
      #main:after {
        content: "";
        display: table;
        clear: both; } }

#main .container {
  max-width: 1000px;
  margin: 0 auto 20px auto; }

/*Footer*/
#footer .content, #footer .block-title {
  max-width: 1000px;
  margin: 0 auto; }

/*---- Links ----*/
a {
  color: #182955;
  text-decoration: underline; }

/*---- ADVERTISMENTS ----*/
.ad-block .pane-title, .block-simpleads .block-title {
  font-size: 0.84615em;
  border-top: 1px solid #ececec;
  background: #f9f9f9;
  max-width: 300px;
  padding: 5px 5px 10px 5px;
  margin: 0 10px !important; }

.ad-block img, .block-simpleads img {
  max-width: 300px;
  width: auto;
  height: auto; }
@media screen and (max-width: 480px) {
    .block-simpleads img {
        max-width: 300px;
        width: 100%;
        height: auto;
    }
}

.adslist {
  padding-top: 10px;
  text-align: center; }

/*---- FEATURES : HOME PAGE ----*/
.pane-simpleads-ad-groups-10 {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 32.20339%;
  border-right: 1px solid #ececec;
  min-height: 320px;
  margin-top: -34px; }
  .pane-simpleads-ad-groups-10:last-child {
    margin-right: 0; }
  @media screen and (max-width: 999px) {
    .pane-simpleads-ad-groups-10 {
      margin-top: 0px; } }

.pane-node-field-home-features {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 66.10169%;
  margin-top: -34px; }
  .pane-node-field-home-features:last-child {
    margin-right: 0; }
  @media screen and (max-width: 999px) {
    .pane-node-field-home-features {
      margin-top: 0px; } }
  .pane-node-field-home-features .pane-content > div {
    float: left;
    display: block;
    margin-right: 2.5641%;
    width: 48.71795%;
    min-height: 320px;
    margin-bottom: 10px; }
    .pane-node-field-home-features .pane-content > div:last-child {
      margin-right: 0; }
    .pane-node-field-home-features .pane-content > div img {
      max-width: 300px;
      width: 100%;
      height: auto; }
      @media screen and (max-width: 999px) {
        .pane-node-field-home-features .pane-content > div img {
          padding-right: 10px; } }
    .pane-node-field-home-features .pane-content > div h3:first-child {
      font-weight: normal;
      padding-top: 10px;
      margin-bottom: 10px; }
    .pane-node-field-home-features .pane-content > div .field-type-link-field {
      margin-top: 20px; }
    .pane-node-field-home-features .pane-content > div a {
      background: #01abe6;
      color: #fff;
      font-size: 1.23077em;
      text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
      padding: 10px 20px;
      border: 1px solid #182955;
      margin-right: 0;
      box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
      text-decoration: none;
      text-align: center;
      font-size: 1em;
      margin: 10px 0 10px 0;
      border-radius: 5px 5px 5px 5px;
      -moz-border-radius: 5px 5px 5px 5px;
      -webkit-border-top-left-radius: 5px;
      -webkit-border-top-right-radius: 5px;
      -webkit-border-bottom-right-radius: 5px;
      -webkit-border-bottom-left-radius: 5px; }
      .pane-node-field-home-features .pane-content > div a:hover {
        background: #1ab3e8; }
  .pane-node-field-home-features .pane-content > div:first-child {
    border-right: 1px solid #ececec; }

  @media screen and (max-width: 768px) {
  .pane-node-field-home-features .pane-content > div a{
    display: block;
  }
      .pane-node-field-home-features .pane-content > div {
    padding: 0 10px;
  }
    
    .pane-simpleads-ad-groups-10 {
  min-height: 100px;
    }
    

    }

@media screen and (max-width: 685px) {
  .pane-simpleads-ad-groups-10, .pane-node-field-home-features {
    width: 100%;
    border-right: none;
    margin-right: 0%;
    } 
  
  .ad-block .pane-title, .block-simpleads .block-title {
    max-width: 100%;
}
  
  .pane-simpleads-ad-groups-10 .pane-content {
    margin: 0 auto 30px;
    max-width: 350px;
}
}


/*---- SEARCH ----*/
.pane-home-image-panel-pane-1 {
  margin-top: -45px;
  position: relative;
  margin-bottom: -190px; }
  .pane-home-image-panel-pane-1 img {
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin-top: -20px; }
    @media screen and (max-width: 480px) {
      .pane-home-image-panel-pane-1 img {
        display: none; } }
  @media screen and (max-width: 999px) {
    .pane-home-image-panel-pane-1 {
      margin-top: -5px; } }
  @media screen and (max-width: 768px) {
    .pane-home-image-panel-pane-1 {
      margin-bottom: -155px; } }
  @media screen and (max-width: 480px) {
    .pane-home-image-panel-pane-1 {
      margin-top: 0;
      margin-bottom: 0; } }

.pane-property-search-home-page-search {
  position: relative;
  top: -200px;
  max-width: 750px;
  margin: auto;
  padding: 40px 30px 30px;
  background-color: #182955;
  background-color: rgba(24, 41, 85, 0.9); }
  @media screen and (max-width: 999px) {
    .pane-property-search-home-page-search {
      top: -160px; } }
  @media screen and (max-width: 768px) {
    .pane-property-search-home-page-search {
      margin: 0 20px;
      top: -100px;
      padding: 20px 15px 15px; } }
  @media screen and (max-width: 480px) {
    .pane-property-search-home-page-search {
      top: 0 !important;
      background: #fff;
      padding-top: 0; } }
  .pane-property-search-home-page-search .pane-title {
    font-size: 2.15385em;
    color: #fff;
    text-shadow: 0px 2px 3px #000;
    padding-left: 10px;
    margin-bottom: 15px !important; }
    @media screen and (max-width: 768px) {
      .pane-property-search-home-page-search .pane-title {
        font-size: 1.84615em; } }
    @media screen and (max-width: 480px) {
      .pane-property-search-home-page-search .pane-title {
        color: #000;
        text-align: center;
        text-shadow: none;
        font-size: 1.38462em; } }

@media only screen and (max-width: 570px) {
  .pane-property-search-home-page-search {
    top: -60px; } }
.pane-property-search-home-page-search {
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px; }
  .pane-property-search-home-page-search form {
    max-width: 68em;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    background: #101932;
    margin: 0; }
    .pane-property-search-home-page-search form:after {
      content: "";
      display: table;
      clear: both; }
    @media screen and (max-width: 480px) {
      .pane-property-search-home-page-search form {
        background: #fff;
        padding: 10px 0; } }
    .pane-property-search-home-page-search form .form-item {
      float: left;
      display: block;
      margin-right: 1.69492%;
      width: 66.10169%;
      width: 72%;
      margin-top: 0;
      margin-bottom: 0; }
      .pane-property-search-home-page-search form .form-item:last-child {
        margin-right: 0; }
      @media screen and (max-width: 480px) {
        .pane-property-search-home-page-search form .form-item {
          float: left;
          display: block;
          margin-right: 6.66667%;
          width: 100%; }
          .pane-property-search-home-page-search form .form-item:last-child {
            margin-right: 0; } }
      .pane-property-search-home-page-search form .form-item input {
        border: none;
        width: 100%;
        border: 1px solid #ececec;
        padding: 5px;
        color: #000;
        padding: 15px;
        font-size: 1.38462em;
        width: 100%; }
        .pane-property-search-home-page-search form .form-item input #placeholder {
          font-size: 1.38462em;
          color: #ececec; }
        @media screen and (max-width: 768px) {
          .pane-property-search-home-page-search form .form-item input {
            font-size: 1.23077em; } }
        @media screen and (max-width: 480px) {
          .pane-property-search-home-page-search form .form-item input {
            font-size: 1.38462em;
            border: 1px solid #000;
            box-shadow: 0px 2px 3px #ececec;
            margin-bottom: 20px; } }
    .pane-property-search-home-page-search form #edit-submit {
      float: left;
      display: block;
      margin-right: 1.69492%;
      width: 18.64407%;
      width: 26%;
      background: #3abf54;
      border: none;
      color: #fff;
      font-size: 1.23077em;
      text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
      padding: 16px 10px;
      border: 1px solid #57c86d;
      margin-right: 0; }
      .pane-property-search-home-page-search form #edit-submit:last-child {
        margin-right: 0; }
      @media screen and (max-width: 768px) {
        .pane-property-search-home-page-search form #edit-submit {
          font-size: 1.07692em; } }
      @media screen and (max-width: 480px) {
        .pane-property-search-home-page-search form #edit-submit {
          float: left;
          display: block;
          margin-right: 6.66667%;
          width: 100%;
          border: 1px solid #000;
          box-shadow: 0px 2px 3px #ececec; }
          .pane-property-search-home-page-search form #edit-submit:last-child {
            margin-right: 0; } }
      .pane-property-search-home-page-search form #edit-submit:hover {
        cursor: pointer;
        background: #4dc565; }

/*---- Details page ----*/
.node-type-property #content-area {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 100%; }
  .node-type-property #content-area:last-child {
    margin-right: 0; }
  .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 66.10169%; }
    .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first:last-child {
      margin-right: 0; }
  .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32.20339%; }
    .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last:last-child {
      margin-right: 0; }

@media screen and (max-width: 768px) {
  .node-type-property #content-area {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%; }
    .node-type-property #content-area:last-child {
      margin-right: 0; }
    .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 100%; }
      .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first:last-child {
        margin-right: 0; }
    .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 100%; }
      .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last:last-child {
        margin-right: 0; } }

.node-type-property .prop-details-header > div {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 49.15254%; }
  .node-type-property .prop-details-header > div:last-child {
    margin-right: 0; }

.node-type-property #main #content-header {
  margin-top: -40px; }

.node-type-property #content-area .panels-flexible-row-first {
  border-bottom: 1px solid #ececec;
  margin-bottom: 20px; }

.node-type-property .prop-details-header {
  padding-top: 17px; }
  .node-type-property .prop-details-header .prop-title {
    font-size: 1.38462em;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 0; }
  .node-type-property .prop-details-header .prop-address {
    font-size: 1.38462em;
    padding-top: 0;
    margin: 0 !important; }
  .node-type-property .prop-details-header .prop-price-details {
    text-align: right; }
    .node-type-property .prop-details-header .prop-price-details .prop-price {
      color: #01abe6;
      margin-bottom: 5px !important;
      font-size: 1.38462em;
      padding-top: 0; }
      .node-type-property .prop-details-header .prop-price-details .prop-price span {
        font-weight: normal;
        padding-left: 5px; }
    .node-type-property .prop-details-header .prop-price-details .prop-time {
      background: #cceefa;
      padding: 2px 5px;
      font-size: 0.92308em;
      display: inline;
      border-radius: 2px 2px 2px 2px;
      -moz-border-radius: 2px 2px 2px 2px;
      -webkit-border-top-left-radius: 2px;
      -webkit-border-top-right-radius: 2px;
      -webkit-border-bottom-right-radius: 2px;
      -webkit-border-bottom-left-radius: 2px; }
      .node-type-property .prop-details-header .prop-price-details .prop-time span {
        font-weight: bold;
        padding-left: 5px; }

.node-type-property .tabs .item-list {
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  position: relative;
  height: 524px;
  width: 100%;
  overflow: hidden;
  background: url("../images/source/tabs-blue-header.png"), center top repeat-x #ececec;
  background: url("../images/source/tabs-blue-header.png"), center top repeat-x #ececec;
  background-position: center top;
  background-repeat: repeat-x; }
  .node-type-property .tabs .item-list ul {
    position: relative;
    border-bottom: none; }
    .node-type-property .tabs .item-list ul li {
      position: absolute;
      top: 50px;
      left: 0;
      width: 100%; }
      .node-type-property .tabs .item-list ul li .pane-content {
        visibility: hidden;
        z-index: -9; }

.node-type-property .tabs .item-list li.active .pane-content {
  visibility: visible; }

.node-type-property .tabs .item-list li.active {
  z-index: 250; }

.node-type-property .tabs .item-list li.first .pane-title {
  position: absolute;
  top: -50px;
  left: 10px; }
.node-type-property .tabs .item-list li.last .pane-title {
  margin-left: 74px;
  position: absolute;
  top: -50px; }
.node-type-property .tabs .item-list li.last .pane-content {
  position: absolute;
  top: -21px; }

.node-type-property .tabs .item-list li .pane-title {
  background: #01abe6;
  color: #fff;
  font-weight: bold;
  padding: 2px 5px;
  font-size: 0.92308em !important;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  cursor: pointer; }

.node-type-property .tabs .item-list li.active .pane-title {
  background: #fff;
  color: #000;
  font-weight: normal !important;
  padding: 2px 5px;
  font-size: 0.92308em !important;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  cursor: default; }

.node-type-property .tabs .item-list li.first .views_slideshow_cycle_main > div {
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .node-type-property .tabs .item-list li.first .views_slideshow_cycle_main > div {
      margin-top: -21px; } }

.node-type-property .tabs .item-list li.first .views_slideshow_cycle_main .views_slideshow_slide {
  margin: auto; }

.node-type-property .tabs .item-list li.first .views-slideshow-pager-fields {
  text-align: center;
  margin-top: 10px; }
  .node-type-property .tabs .item-list li.first .views-slideshow-pager-fields div {
    display: inline;
    cursor: pointer; }
    .node-type-property .tabs .item-list li.first .views-slideshow-pager-fields div.active img {
      border: 3px solid #01abe6; }

@media screen and (max-width: 999px) {
  .views-content-field-property-image img {
    width: auto;
    height: auto;
    max-width: 70px; } }
.node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first .main-content > div > div {
  margin: 0 0 20px 0; }
.node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first .pane-custom-blocks-do-you-like {
  background: #ececec;
  margin-top: -11px !important;
  margin-bottom: 20px !important;
  padding-top: 30px;
  border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px !important; }

  .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first .pane-custom-blocks-do-you-like:after {
    content: "";
    display: table;
    clear: both; }
  .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first .pane-custom-blocks-do-you-like .pane-content h2 {
    padding-left: 20px;
    font-size: 1.38462em;
    font-weight: bold;
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 38.98305%; }
    .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first .pane-custom-blocks-do-you-like .pane-content h2:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first .pane-custom-blocks-do-you-like .pane-content h2 {
        float: left;
        display: block;
        margin-right: 6.66667%;
        width: 100%; }
        .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first .pane-custom-blocks-do-you-like .pane-content h2:last-child {
          margin-right: 0; } }
  .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first .pane-custom-blocks-do-you-like .pane-content ul {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 59.32203%;
    padding-top: 2px;
    padding-bottom: 10px;
    list-style-type: none;
    list-style-image: none; }
    .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first .pane-custom-blocks-do-you-like .pane-content ul:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first .pane-custom-blocks-do-you-like .pane-content ul {
        float: left;
        display: block;
        margin-right: 6.66667%;
        width: 100%;
        padding-left: 20px; }
        .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first .pane-custom-blocks-do-you-like .pane-content ul:last-child {
          margin-right: 0; } }
    .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first .pane-custom-blocks-do-you-like .pane-content ul li {
      margin-bottom: 5px;
      list-style-type: none;
      list-style-image: none;
      display: inline;
      padding-right: 10px;
      margin-bottom: 10px; }
      .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first .pane-custom-blocks-do-you-like .pane-content ul li:first-child {
        font-size: 1.23077em; }
      .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first .pane-custom-blocks-do-you-like .pane-content ul li a {
        background: #01abe6;
        color: #fff;
        font-size: 1.23077em;
        text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
        padding: 10px 20px;
        border: 1px solid #182955;
        margin-right: 0;
        box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
        text-decoration: none;
        text-align: center;
        font-size: 14px;
        margin: 5px 0 10px 0;
        display: block;
        display: inline-block;
        border-radius: 5px 5px 5px 5px;
        -moz-border-radius: 5px 5px 5px 5px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px; }
        .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first .pane-custom-blocks-do-you-like .pane-content ul li a:hover {
          background: #1ab3e8; }
.node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first .pane-title {
  font-size: 1.07692em;
  font-weight: bold; }
.node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first ul.field-type-list-integer {
  padding: 0;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first ul.field-type-list-integer:after {
    content: "";
    display: table;
    clear: both; }
  .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first ul.field-type-list-integer li {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32.20339%;
    list-style-type: none;
    padding-left: 15px;
    color: black;
    display: list-item;
    padding-bottom: 5px;
    background-image: url(../images/source/bullet.gif);
    background-repeat: no-repeat;
    background-position: left 4px; }
    .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first ul.field-type-list-integer li:last-child {
      margin-right: 0; }
    .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first ul.field-type-list-integer li:nth-child(3n) {
      margin-right: 0; }
    .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first ul.field-type-list-integer li:nth-child(3n+1) {
      clear: left; }
    @media screen and (max-width: 480px) {
      .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first ul.field-type-list-integer li {
        float: left;
        display: block;
        margin-right: 6.66667%;
        width: 46.66667%; }
        .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first ul.field-type-list-integer li:last-child {
          margin-right: 0; }
        .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first ul.field-type-list-integer li:nth-child(3n) {
          margin-right: 6.66667%; }
        .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first ul.field-type-list-integer li:nth-child(3n+1) {
          clear: none; }
        .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first ul.field-type-list-integer li:nth-child(2n) {
          margin-right: 0; }
        .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-first ul.field-type-list-integer li:nth-child(2n+1) {
          clear: left; } }

.node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last > div > div > div > div {
  padding: 10px;
  background: #ececec;
  overflow: hidden; }
.node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last > div > div > div > div.pane-custom-blocks-do-you-like {
  margin-bottom: 10px; }

@media screen and (max-width: 768px) {
  .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last > div > div > div > div.pane-custom-blocks-do-you-like {
    display:none;
  }
}

.node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last > div > div > div > div:nth-last-of-type(1) {
  margin-top: 20px; }
.node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last > div > div > div > div.panel-separator {
  padding: inherit;
  background: none;
  margin-bottom: 10px; }
.node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last > div > div > div > div p {
  margin: 0; }
.node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last > div > div > div > div p + p a {
  padding: 10px 0;
  display: block; }
.node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last > div > div > div > div ul {
  list-style-type: none;
  list-style-image: none;
  list-style-position: inside;
  padding: 0; }
  .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last > div > div > div > div ul li {
    list-style-type: none;
    list-style-image: none;
    list-style-position: inside; }
.node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last > div > div > div > div h2 {
  font-size: 1.07692em;
  font-weight: bold; }
.node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last .pane-custom-blocks-landlord-info {
  margin-bottom: -13px;
  border-bottom: 1px dashed #fff; }
  .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last .pane-custom-blocks-landlord-info .landlord_info img {
    padding-right: 10px;
    width: auto;
    height: 100%; }
  .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last .pane-custom-blocks-landlord-info .landlord_info p {
    vertical-align: top; }
.node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last .pane-custom-blocks-landlord-info .landlord_info h3.field-label {
    display: none;
}
.node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last .pane-custom-blocks-landlord-info .landlord_info .field-type-image {
    float: left;
    margin-right: 10px;    
}
  .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last .pane-custom-blocks-landlord-info .landlord_info a {
    vertical-align: top; }
.node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last .pane-custom-blocks-do-you-like h2 {
  font-size: 1.38462em;
  margin-bottom: 10px;
  border-top: 1px solid #ccc;
  padding-top: 10px; }
.node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last .pane-custom-blocks-do-you-like li {
  font-size: 1em; }
  .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last .pane-custom-blocks-do-you-like li:first-child {
    font-size: 1.38462em;
    margin-bottom: 5px; }
  .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last .pane-custom-blocks-do-you-like li a {
    background: #01abe6;
    color: #fff;
    font-size: 1.23077em;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    padding: 10px 20px;
    border: 1px solid #182955;
    margin-right: 0;
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    margin: 0px 0 10px 0;
    display: block;
    display: inline-block;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px; }
    .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last .pane-custom-blocks-do-you-like li a:hover {
      background: #1ab3e8; }
.node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last .pane-node-field-coordinates {
  margin-bottom: -13px;
  padding: 0; }
.node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last .pane-node-field-trains .pane-title {
  border-top: 1px solid #a5a5a5;
  padding-top: 10px;
  margin-top: 10px; }
.node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last .pane-node-field-trains li {
  background: url(../images/source/transport-icon-16.gif) no-repeat left 1px;
  padding-left: 16px;
  padding-bottom: 10px; }
.node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last .pane-node-field-trains {
  margin-top: -20px;
}
.node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last .pane-node-field-buses {
  margin-top: -20px;
  margin-bottom: 10px; }
  .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last .pane-node-field-buses .pane-title {
    border-top: 1px solid #a5a5a5;
    padding-top: 10px; }
  .node-type-property #content-area .panel-flexible-inside .panels-flexible-column-last .pane-node-field-buses li {
    background: url(../images/source/transport-icon-16.gif) no-repeat left 1px;
    padding-left: 16px;
    padding-bottom: 10px; }

#block-webform-client-block-1301, #block-webform-client-block-1260 {
  display: none; }
  #block-webform-client-block-1301 h2, #block-webform-client-block-1260 h2 {
    background-color: #182955;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    background-image: url(../images/source/close-help.png);
    background-repeat: no-repeat;
    background-position: 97% center; }
    #block-webform-client-block-1301 h2 a, #block-webform-client-block-1260 h2 a {
      color: #fff;
      text-decoration: none; }
  #block-webform-client-block-1301 form, #block-webform-client-block-1260 form {
    padding: 0 20px 20px 20px; }
    #block-webform-client-block-1301 form label, #block-webform-client-block-1260 form label {
      font-weight: normal;
      padding-bottom: 5px; }
    #block-webform-client-block-1301 form input, #block-webform-client-block-1260 form input {
      border: none;
      width: 100%;
      border: 1px solid #ececec;
      padding: 5px;
      padding: 15px;
      border: 1px solid #000;
      box-shadow: 0px 2px 3px #ececec; }
    #block-webform-client-block-1301 form .form-submit, #block-webform-client-block-1260 form .form-submit {
      background: #01abe6;
      color: #fff;
      font-size: 1.23077em;
      text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
      padding: 10px 20px;
      border: 1px solid #182955;
      margin-right: 0;
      box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
      text-decoration: none;
      text-align: center;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      display: inline-block;
      margin-bottom: 10px;
      margin-right: -6px;
      width: 120px; }
      #block-webform-client-block-1301 form .form-submit:hover, #block-webform-client-block-1260 form .form-submit:hover {
        background: #1ab3e8; }

#block-webform-client-block-1301.active, #block-webform-client-block-1260.active {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  background: black;
  background: rgba(0, 0, 0, 0.7); }
  #block-webform-client-block-1301.active .block-inner, #block-webform-client-block-1260.active .block-inner {
    width: 60%;
    margin: 3% auto;
    padding: 0%;
    background: #fff;
    overflow: auto; }
    @media screen and (max-width: 768px) {
      #block-webform-client-block-1301.active .block-inner, #block-webform-client-block-1260.active .block-inner {
        width: 92%; } }

/*---- BREADCRUMB -----*/
#main #content-header > .breadcrumb-title {
  font-size: 0.92308em;
  float: left;
  width: auto;
  display: inline;
  height: auto;
  overflow: visible;
  position: static;
  margin: 0;
  line-height: 1.7;
  padding-right: 5px; }

.breadcrumb {
  font-size: 0.92308em;
  float: left;
  width: auto;
  display: inline;
  height: auto;
  overflow: visible;
  position: static;
  margin: 0;
  line-height: 1.7;
  padding-right: 5px;
  clear: right; }
  .breadcrumb a {
    text-decoration: underline;
    color: #182955; }

/*---- PAGER -----*/
.pager {
  padding-top: 0 !important;
  margin: 20px 0px 80px 0px !important;
  clear: both !important;
  display: block;
  float: right; }
  .pager li {
    max-width: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    float: left !important;
    display: inline !important;
    margin-right: 0 !important;
    width: auto !important;
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-top: 0px !important;
    padding-bottom: 0 !important; }
    .pager li a {
      text-decoration: underline !important;
      color: #182955 !important; }

/*---- PAGE : Two column layout : Sidebar FIRST ----*/
.sidebar-first #main {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px; }
  .sidebar-first #main:after {
    content: "";
    display: table;
    clear: both; }
  .sidebar-first #main #sidebar-first {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32.20339%;
    margin-left: -101.69492%;
    margin-left: -100%;
    margin-top: 0px; }
  .sidebar-first #main #sidebar-first > div {
  padding: 20px;
  background: #ececec;      
  }
  .sidebar-first #main #sidebar-first > div.block-simpleads  {
  background: white!important;
  padding: 20px 0px 0px 0px!important;   
  }
    .sidebar-first #main #sidebar-first:last-child {
      margin-right: 0; }
    @media screen and (max-width: 999px) {
      .sidebar-first #main #sidebar-first {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 100%;
        margin-left: 0%;
        padding-top: 40px;
        margin-top: 0px;
        border-top: 1px solid #ececec;
        margin-top: 40px; }
        .sidebar-first #main #sidebar-first:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .sidebar-first #main #sidebar-first {
        float: left;
        display: block;
        margin-right: 6.66667%;
        width: 100%; }
        .sidebar-first #main #sidebar-first:last-child {
          margin-right: 0; } }
  .sidebar-first #main #content {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 66.10169%;
    margin-left: 33.89831%;
    margin-right: 0; }
    .sidebar-first #main #content:last-child {
      margin-right: 0; }
    @media screen and (max-width: 999px) {
      .sidebar-first #main #content {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 100%;
        margin-left: 0%; }
        .sidebar-first #main #content:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .sidebar-first #main #content {
        float: left;
        display: block;
        margin-right: 6.66667%;
        width: 100%; }
        .sidebar-first #main #content:last-child {
          margin-right: 0; } }

.two-sidebars #main {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px; }
  .two-sidebars #main:after {
    content: "";
    display: table;
    clear: both; }
  .two-sidebars #main #sidebar-first {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 18.64407%;
    margin-left: -67.79661%;
    padding: 10px;
    margin-top: 40px;
    background: #ececec; }
    .two-sidebars #main #sidebar-first:last-child {
      margin-right: 0; }
    @media screen and (max-width: 999px) {
      .two-sidebars #main #sidebar-first {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 100%;
        margin-left: 0%;
        padding-top: 40px;
        margin-top: 0px;
        border-top: 1px solid #ececec;
        margin-top: 40px; }
        .two-sidebars #main #sidebar-first:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .two-sidebars #main #sidebar-first {
        float: left;
        display: block;
        margin-right: 6.66667%;
        width: 100%; }
        .two-sidebars #main #sidebar-first:last-child {
          margin-right: 0; } }
  .two-sidebars #main #content {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 45.76271%;
    margin-left: 20.33898%; }
    .two-sidebars #main #content:last-child {
      margin-right: 0; }
    @media screen and (max-width: 999px) {
      .two-sidebars #main #content {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 100%;
        margin-left: 0%; }
        .two-sidebars #main #content:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .two-sidebars #main #content {
        float: left;
        display: block;
        margin-right: 6.66667%;
        width: 100%; }
        .two-sidebars #main #content:last-child {
          margin-right: 0; } }
  .two-sidebars #main #sidebar-second {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32.20339%;
    margin-right: 0;
    padding: 0px;
    margin-top: 0px;
    background: #fff !important; }
    .two-sidebars #main #sidebar-second:last-child {
      margin-right: 0; }
    @media screen and (max-width: 999px) {
      .two-sidebars #main #sidebar-second {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 100%;
        margin-left: 0%;
        padding-top: 40px;
        margin-top: 0px;
        border-top: 1px solid #ececec;
        margin-top: 40px; }
        .two-sidebars #main #sidebar-second:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .two-sidebars #main #sidebar-second {
        float: left;
        display: block;
        margin-right: 6.66667%;
        width: 100%; }
        .two-sidebars #main #sidebar-second:last-child {
          margin-right: 0; } }

.two-sidebars #main #sidebar-first ul.menu, .sidebar-first #main #sidebar-first ul.menu {
  list-style: none;
  list-style-image: none;
  list-style-position: inside;
  list-style-type: none; }

  #sidebar-first ul.menu ul.menu {
    padding: 0 0 10px 10px;
  }

  .two-sidebars #main #sidebar-first ul.menu li, .sidebar-first #main #sidebar-first ul.menu li {
    list-style: none;
    list-style-image: none;
    list-style-position: inside;
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
    .two-sidebars #main #sidebar-first ul.menu li a, .sidebar-first #main #sidebar-first ul.menu li a {
      padding: 5px 10px;
      display: block;
      font-weight: 300;
      text-decoration: underline;
    }
    .two-sidebars #main #sidebar-first ul.menu li.active, .sidebar-first #main #sidebar-first ul.menu li.active {
      background: #fff;
      color: #000;
      font-weight: bold; }
      .two-sidebars #main #sidebar-first ul.menu li.active a, .sidebar-first #main #sidebar-first ul.menu li.active a {
        text-decoration: none; }
    .two-sidebars #main #sidebar-first ul.menu li ul, 
    .sidebar-first #main #sidebar-first ul.menu li ul {
        background: #ececec;
        font-weight: 300;
        text-decoration: underline;
    }
    .two-sidebars #main #sidebar-first ul.menu li .nested-menu-item-toggle, 
    .sidebar-first #main #sidebar-first ul.menu li .nested-menu-item-toggle {
        display: none;
    }

.two-sidebars.page-node #main #content h2, .sidebar-first.page-node #main #content h2 {
  font-size: 1.38462em;
  font-weight: bold; }
.two-sidebars.page-node #main #content h3, .sidebar-first.page-node #main #content h3 {
  font-size: 1.23077em;
  font-weight: bold; }
.two-sidebars.page-node #main #content h4, .sidebar-first.page-node #main #content h4 {
  font-size: 1.07692em;
  font-weight: bold; }
.two-sidebars.page-node #main #content h5, .sidebar-first.page-node #main #content h5 {
  font-size: 1em;
  font-weight: bold; }
.two-sidebars.page-node #main #content h6, .sidebar-first.page-node #main #content h6 {
  font-size: 0.92308em;
  font-weight: bold; }
.two-sidebars.page-node #main #content p, .sidebar-first.page-node #main #content p {
  line-height: 21px; }

.page-properties #main #content-header {
  padding-top: 0px; }

.page-properties #main #content-area {
  margin-top: 40px; }

/*---- PAGE : Two column layout : Sidebar LAST ----*/
.sidebar-second #main {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px; }
  .sidebar-second #main:after {
    content: "";
    display: table;
    clear: both; }
  .sidebar-second #main #content {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 66.10169%; }
    .sidebar-second #main #content:last-child {
      margin-right: 0; }
    @media screen and (max-width: 999px) {
      .sidebar-second #main #content {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 100%; }
        .sidebar-second #main #content:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .sidebar-second #main #content {
        float: left;
        display: block;
        margin-right: 6.66667%;
        width: 100%; }
        .sidebar-second #main #content:last-child {
          margin-right: 0; } }
  .sidebar-second #main #sidebar-second {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32.20339%;
    padding: 0 11px;
    background: #fff; }
    .sidebar-second #main #sidebar-second:last-child {
      margin-right: 0; }
    @media screen and (max-width: 999px) {
      .sidebar-second #main #sidebar-second {
        float: left;
        display: block;
        margin-right: 2.12766%;
        width: 100%;
        padding-top: 40px;
        border-top: 1px solid #ececec;
        margin-top: 40px; }
        .sidebar-second #main #sidebar-second:last-child {
          margin-right: 0; } }
    @media screen and (max-width: 480px) {
      .sidebar-second #main #sidebar-second {
        float: left;
        display: block;
        margin-right: 6.66667%;
        width: 100%; }
        .sidebar-second #main #sidebar-second:last-child {
          margin-right: 0; } }

#main #content-header h1.title {
  clear: both;
  font-size: 2.76923em;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0; }

.page-node article li {
  list-style-type: none;
  padding-left: 15px;
  color: black;
  display: list-item;
  padding-bottom: 5px;
  background-image: url(../images/source/bullet.gif);
  background-repeat: no-repeat;
  background-position: left 4px; }

#content-area .file-full-width {
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 20px 0;
  width: 100%;
  height: auto;
  max-width: 500px; }
#content-area .file-half-width {
  padding: 20px; }
  @media screen and (max-width: 480px) {
    #content-area .file-half-width {
      float: none !important; } }
#content-area h2, #content-area h3, #content-area h4, #content-area h5, #content-area h6 {
  margin-bottom: 1em; }
#content-area ul {
  list-style-position: inside;
  padding: 20px 0; }
#content-area ol {
  list-style-position: inside;
  padding: 20px 0; }
#content-area table {
  width: 100% !important;
  margin: 30px 0;
  border: none;
  clear: right; }
  #content-area table th, #content-area table td {
    padding: 5px;
    border-bottom: 1px solid #ececec;
    border-top: none;
    border-left: none;
    border-right: none; }
  #content-area table tbody tr:nth-child(even) {
    background-color: #f9f9f9; }
#content-area .item-list li {
  list-style-type: none !important;
  list-style-image: none !important;
  list-style-position: inside !important; }
#content-area .event-details {
  background: #ececec;
  padding: 20px;
  margin: 0 0 30px 0;
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  #content-area .event-details:after {
    content: "";
    display: table;
    clear: both; }
  #content-area .event-details div {
    margin-bottom: 5px;
    padding-left: 25px;
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 32.20339%; }
    #content-area .event-details div:last-child {
      margin-right: 0; }
    @media screen and (max-width: 480px) {
      #content-area .event-details div {
        float: left;
        display: block;
        margin-right: 6.66667%;
        width: 100%; }
        #content-area .event-details div:last-child {
          margin-right: 0; } }
    #content-area .event-details div h4 {
      font-size: 1em; }
    #content-area .event-details div > span {
      color: #6f6f6f;
      font-style: italic; }
  #content-area .event-details .event-type {
    background: url(../images/source/event-icon-16.png) no-repeat 0% 10%; }
  #content-area .event-details .college {
    background: url(../images/source/uni-icon-16.png) no-repeat 0% 10%; }
  #content-area .event-details .event-date {
    background: url(../images/source/date-icon-16.png) no-repeat 0% 10%; }
#content-area .pane-node-field-image {
  margin-bottom: -18px;
  margin-top: -5px; }
  @media screen and (max-width: 999px) {
    #content-area .pane-node-field-image {
      max-width: 68em;
      margin-left: auto;
      margin-right: auto; }
      #content-area .pane-node-field-image:after {
        content: "";
        display: table;
        clear: both; } }
  #content-area .pane-node-field-image img {
    width: 100%;
    height: auto; }

.node-type-event h1.title {
  background-color: #182955;
  padding: 20px;
  margin: 0;
  color: #fff;
  font-weight: normal !important;
  font-size: 2.30769em !important; }

.page-events.one-sidebar.sidebar-first #main #sidebar-first {
  margin-top: 0; }

/*---- first sidebar ----*/
.sidebar-first .block-title {
  font-weight: bold;
  font-size: 1em; }
.sidebar-first div.last ul {
  border-bottom: none; }

.item-list ul {
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 10px;
  margin: 10px 0; }
  .item-list ul li {
    list-style-type: none !important;
    list-style-image: none !important;
    list-style-position: inside !important;
    margin-left: 0; }
    .item-list ul li input {
      border: none;
      border: 1px solid #ececec;
      padding: 5px; }
    .item-list ul li a {
      text-decoration: none;
      font-size: 0.92308em; }

.page-properties .block-facetapi {
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 10px;
  margin: 10px 0; }
  .page-properties .block-facetapi .item-list ul {
    border-bottom: none;
    padding-bottom: 0;
    margin: 0; }

.big-menu {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 100%; }
  .big-menu:last-child {
    margin-right: 0; }
  .big-menu .big-menu-item {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 45.76271%;
    min-height: 400px;
    margin-bottom: 20px;
    background: #ececec;
    max-width: 312px;
    width: 100%;
    margin-right: 15px;
    position: relative; }
    .big-menu .big-menu-item:last-child {
      margin-right: 0; }
    .big-menu .big-menu-item img {
      width: 100%;
      height: auto; }
    .big-menu .big-menu-item h2 {
      font-size: 1.38462em;
      padding: 10px 10px 0px 10px;
      margin-bottom: 0 !important;
      font-weight: bold; }
    .big-menu .big-menu-item p {
      padding: 10px 10px 0 10px; }
    .big-menu .big-menu-item .sm-db-btn {
      background: #182955;
      color: #fff;
      font-size: 0.92308em;
      text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
      padding: 2px 5px;
      border: 1px solid #000;
      margin-right: 0;
      box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
      text-decoration: none;
      text-align: center;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      display: block;
      margin-bottom: 10px;
      margin-left: 10px;
      max-width: 120px;
      width: 100%;
      position: relative;
      bottom: 0px; }
      .big-menu .big-menu-item .sm-db-btn:hover {
        background: #2f3e66; }

/*---- MEET THE TEAM ----*/
.field-name-field-team-members {
  clear: both;
  border-bottom: 1px solid #ececec;
  padding-bottom: 40px;
  margin-top: 40px;
  min-height: 250px; }
  .field-name-field-team-members h2 {
    margin-bottom: 0; }
  .field-name-field-team-members h2, .field-name-field-team-members h3, .field-name-field-team-members p {
    padding-left: 240px; }
    @media screen and (max-width: 768px) {
      .field-name-field-team-members h2, .field-name-field-team-members h3, .field-name-field-team-members p {
        padding-left: 0; } }

.field-name-field-team-members:last-child {
  border-bottom: none; }

.field-name-field-team-members .field-type-image {
  float: left;
  margin-right: 20px;
  margin-bottom: 40px; }
  @media screen and (max-width: 480px) {
    .field-name-field-team-members .field-type-image {
      float: none; } }

/*---- EVENTS PAGE ----*/
.event-list {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .event-list:after {
    content: "";
    display: table;
    clear: both; }
  .event-list ul {
    padding-top: 0 !important; }
    .event-list ul li {
      float: left;
      display: block;
      margin-right: 1.69492%;
      width: 100%;
      border-bottom: 1px solid #ececec;
      margin-top: 20px;
      padding-bottom: 20px; }
      .event-list ul li:last-child {
        margin-right: 0; }
      .event-list ul li img {
        float: left;
        margin-right: 20px;
        margin-bottom: 20px; }
        @media screen and (max-width: 480px) {
          .event-list ul li img {
            float: none; } }
      .event-list ul li h2 {
        margin-bottom: 10px !important; }
      .event-list ul li h2, .event-list ul li div, .event-list ul li p {
        margin-left: 240px; }
        @media screen and (max-width: 768px) {
          .event-list ul li h2, .event-list ul li div, .event-list ul li p {
            margin-left: 0; } }
      .event-list ul li div {
        background: #ececec;
        padding-left: 10px;
        padding-right: 10px; }
        .event-list ul li div:first-of-type {
          padding-top: 10px; }
        .event-list ul li div:last-of-type {
          margin-bottom: 10px;
          padding-bottom: 10px; }
      .event-list ul li:last-child {
        border-bottom: none; }

.page-events #sidebar-first {
  background: #ececec;
  padding: 20px; }

/*---- LOGIN PAGE ----*/
.page-user-login #content-header .title {
  border-bottom: 1px solid #ececec;
  margin-bottom: 40px;
  z-index: 99; }

.page-user-login #content-area .block.first, .page-user.not-logged-in #content-area .block.first {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 49.15254%;
  padding-top: 40px; }
  .page-user-login #content-area .block.first:last-child, .page-user.not-logged-in #content-area .block.first:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .page-user-login #content-area .block.first, .page-user.not-logged-in #content-area .block.first {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 100%; }
      .page-user-login #content-area .block.first:last-child, .page-user.not-logged-in #content-area .block.first:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .page-user-login #content-area .block.first, .page-user.not-logged-in #content-area .block.first {
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 100%; }
      .page-user-login #content-area .block.first:last-child, .page-user.not-logged-in #content-area .block.first:last-child{
        margin-right: 0; } }
  .page-user-login #content-area .block.first .block-inner, .page-user.not-logged-in #content-area .block.first .block-inner {
    background-color: #ececec;
    padding: 20px; }
    .page-user-login #content-area .block.first .block-inner form label, .page-user .not-logged-in#content-area .block.first .block-inner form label {
      font-weight: normal;
      padding-bottom: 5px; }
    .page-user-login #content-area .block.first .block-inner form input, .page-user.not-logged-in #content-area .block.first .block-inner form input {
      border: none;
      width: 100%;
      border: 1px solid #ececec;
      padding: 5px;
      padding: 15px;
      border: 1px solid #000;
      box-shadow: 0px 2px 3px #ececec; }
    .page-user-login #content-area .block.first .block-inner form #edit-submit , .page-user.not-logged-in #content-area .block.first .block-inner form #edit-submit {
      background: #01abe6;
      color: #fff;
      font-size: 1.23077em;
      text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
      padding: 10px 20px;
      border: 1px solid #182955;
      margin-right: 0;
      box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
      text-decoration: none;
      text-align: center;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      display: inline-block;
      margin-bottom: 10px;
      margin-right: -6px;
      min-width: 120px;
      width: auto;} 
      .page-user-login #content-area .block.first .block-inner form #edit-submit:hover, .page-user.not-logged-in #content-area .block.first .block-inner form #edit-submit:hover {
        background: #1ab3e8; }
.page-user-reset #user-pass-reset #edit-actions input {
      background: #01abe6;
      color: #fff;
      font-size: 1.23077em;
      text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
      padding: 10px 20px;
      border: 1px solid #182955;
      margin-right: 0;
      box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
      text-decoration: none;
      text-align: center;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      display: inline-block;
      margin-bottom: 10px;
      margin-right: -6px;
      min-width: 120px;
      width: auto;} 
.page-user-reset #user-pass-reset #edit-actions input:hover {
background: #1ab3e8;
}
.page-user-login #content-area .block.last, .page-user.not-logged-in #content-area .block.last {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 49.15254%;
  padding-top: 40px; }
  .page-user-login #content-area .block.last:last-child, .page-user.not-logged-in #content-area .block.last:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .page-user-login #content-area .block.last, .page-user.not-logged-in #content-area .block.last {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 100%; }
      .page-user-login #content-area .block.last:last-child, .page-user.not-logged-in #content-area .block.last:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .page-user-login #content-area .block.last, .page-user.not-logged-in #content-area .block.last {
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 100%; }
      .page-user-login #content-area .block.last:last-child, .page-user.not-logged-in #content-area .block.last:last-child {
        margin-right: 0; } }
  .page-user-login #content-area .block.last .block-inner, .page-user.not-logged-in #content-area .block.last .block-inner {
    background-color: #f7e0da;
    padding: 20px; }
    .page-user-login #content-area .block.last .block-inner .block-title, .page-user.not-logged-in #content-area .block.last .block-inner .block-title {
      font-weight: bold;
      font-size: 1.38462em; }
    .page-user-login #content-area .block.last .block-inner p:first-child, .page-user.not-logged-in #content-area .block.last .block-inner p:first-child {
      border-bottom: 1px solid #b9b9b9;
      padding-bottom: 20px; }
    .page-user-login #content-area .block.last .block-inner a.lg-rd-btn, .page-user.not-logged-in #content-area .block.last .block-inner a.lg-rd-btn {
      background: #cc360e;
      color: #fff;
      font-size: 1.23077em;
      text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
      padding: 10px 20px;
      border: 1px solid #182955;
      margin-right: 0;
      box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
      text-decoration: none;
      text-align: center;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      display: inline-block;
      margin-bottom: 10px;
      margin-right: -6px;
      width: 120px; }
      .page-user-login #content-area .block.last .block-inner a.lg-rd-btn:hover {
        background: #d14a26; }

/*---- REGISTER PAGE ----*/
.page-user-register form div.form-item div.password-suggestions {
    display: block;
    margin-top: 24px;
    border: none;
    background: #f5f5f5;
}
.page-user-register form div.form-item div.password-suggestions ul {
    padding-bottom: 0;
}
/*.page-user-register #edit-profile-student-profile-field-terms label {
    text-indent: -9999px!important;
}*/
/*.page-user-register #edit-profile-student-profile-field-terms .description {
    margin-top: -15px;
}*/
.page-user-register #content-header .title {
  border-bottom: 1px solid #ececec;
  margin-bottom: 40px; }

#edit-profile-student-profile-field-college #autocomplete {
  top: 330px !important;
  background: white;
  padding-left: 10px;
  padding-top: 0; }

.page-user-register #content-area .block.first {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 49.15254%;
  padding-top: 40px; }
  .page-user-register #content-area .block.first:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .page-user-register #content-area .block.first {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 100%; }
      .page-user-register #content-area .block.first:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .page-user-register #content-area .block.first {
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 100%; }
      .page-user-register #content-area .block.first:last-child {
        margin-right: 0; } }
  .page-user-register #content-area .block.first .block-inner {
    background-color: #f7e0da;
    padding: 20px; }
    .page-user-register #content-area .block.first .block-inner form label {
      font-weight: normal;
      padding-bottom: 5px; }
    .page-user-register #content-area .block.first .block-inner form input {
      border: none;
      width: 100%;
      border: 1px solid #ececec;
      padding: 5px;
      padding: 15px;
      border: 1px solid #000;
      box-shadow: 0px 2px 3px #ececec; }
    .page-user-register #content-area .block.first .block-inner form #edit-submit {
      background: #cc360e;
      color: #fff;
      font-size: 1.23077em;
      text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
      padding: 10px 20px;
      border: 1px solid #182955;
      margin-right: 0;
      box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
      text-decoration: none;
      text-align: center;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      display: inline-block;
      margin-bottom: 10px;
      margin-right: -6px;
      width: 185px; }
      .page-user-register #content-area .block.first .block-inner form #edit-submit:hover {
        background: #d14a26; }
.page-user-register #content-area .block.last {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 49.15254%;
  padding-top: 40px; }
  .page-user-register #content-area .block.last:last-child {
    margin-right: 0; }
  @media screen and (max-width: 768px) {
    .page-user-register #content-area .block.last {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 100%; }
      .page-user-register #content-area .block.last:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .page-user-register #content-area .block.last {
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 100%; }
      .page-user-register #content-area .block.last:last-child {
        margin-right: 0; } }
  .page-user-register #content-area .block.last .block-inner {
    background-color: #ececec;
    padding: 20px; }
    .page-user-register #content-area .block.last .block-inner .block-title {
      font-weight: bold;
      font-size: 1.38462em; }
    .page-user-register #content-area .block.last .block-inner p:first-child {
      border-bottom: 1px solid #b9b9b9;
      padding-bottom: 20px; }
    .page-user-register #content-area .block.last .block-inner a.lg-rd-btn {
      background: #01abe6;
      color: #fff;
      font-size: 1.23077em;
      text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
      padding: 10px 20px;
      border: 1px solid #182955;
      margin-right: 0;
      box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
      text-decoration: none;
      text-align: center;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
      display: inline-block;
      margin-bottom: 10px;
      margin-right: -6px;
      width: 120px; }
      .page-user-register #content-area .block.last .block-inner a.lg-rd-btn:hover {
        background: #1ab3e8; }

.page-user-password form label {
  font-weight: normal;
  padding-bottom: 5px; }
.page-user-password form input {
  border: none;
  width: 100%;
  border: 1px solid #ececec;
  padding: 5px;
  padding: 15px;
  border: 1px solid #000;
  box-shadow: 0px 2px 3px #ececec;
  max-width: 300px; }
.page-user-password form #edit-submit {
  background: #cc360e;
  color: #fff;
  font-size: 1.23077em;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  padding: 10px 20px;
  border: 1px solid #182955;
  margin-right: 0;
  box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: -6px;
  width: 185px; }
  .page-user-password form #edit-submit:hover {
    background: #d14a26; }

.messages.success {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  background: #e6efc2 !important;
  color: #56651a !important;
  padding: 20px !important;
  border-radius: 10 10 10 10;
  -moz-border-radius: 10 10 10 10;
  -webkit-border-top-left-radius: 10;
  -webkit-border-top-right-radius: 10;
  -webkit-border-bottom-right-radius: 10;
  -webkit-border-bottom-left-radius: 10; }
  .messages.success:after {
    content: "";
    display: table;
    clear: both; }

.messages.error {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  background: #fbe3e4 !important;
  color: #96151b !important;
  padding: 20px !important;
  border-radius: 10 10 10 10;
  -moz-border-radius: 10 10 10 10;
  -webkit-border-top-left-radius: 10;
  -webkit-border-top-right-radius: 10;
  -webkit-border-bottom-right-radius: 10;
  -webkit-border-bottom-left-radius: 10; }
  .messages.error:after {
    content: "";
    display: table;
    clear: both; }

.messages.notice {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  background: #fff6bf !important;
  color: #8c7800 !important;
  padding: 20px !important;
  border-radius: 10 10 10 10;
  -moz-border-radius: 10 10 10 10;
  -webkit-border-top-left-radius: 10;
  -webkit-border-top-right-radius: 10;
  -webkit-border-bottom-right-radius: 10;
  -webkit-border-bottom-left-radius: 10; }
  .messages.notice:after {
    content: "";
    display: table;
    clear: both; }

.page-properties .messages.success, .page-properties .messages.error, .page-properties .messages.notice {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 66.10169%;
  margin-left: 33.89831%; }
  .page-properties .messages.success:last-child, .page-properties .messages.error:last-child, .page-properties .messages.notice:last-child {
    margin-right: 0; }

.role-anonymous-user.node-type-property .back-results,
.role-anonymous-user.node-type-property #block-block-16 {
  float: none;
  background: none; }

.back-results {
  padding: 20px 0;
  margin-bottom: 20px; }

.node-type-property .back-results a {
  text-align: right;
  background: #ececec;
  border-radius: 3px;
  padding: 10px;
  margin-bottom: 10px;
  z-index: 10;
  position: relative; }
  @media screen and (max-width: 480px) {
    .node-type-property .back-results a {
      text-align: left;
      border-top: 1px solid #ececec;
      border-bottom: 1px solid #ececec;
      margin-top: 15px; } }

.node-type-property #block-block-16, .node-type-property .back-results {
  float: right; }

.node-type-property .back-results {
  margin-top: 13px;
  width: 315px;
  text-align: right;
  border-bottom: 1px solid #ececec; }
  @media screen and (max-width: 999px) {
    .node-type-property .back-results {
      margin-top: 0px;
      max-width: inherit;
      width: auto;
      text-align: right;
      border-bottom: none; } }

@media screen and (max-width: 999px) {
  .node-type-property #main #content-header {
    margin-top: 0px; } }
#property-anon .pane-block-8 {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 49.15254%;
  padding-top: 40px;
  background-color: #ececec;
  padding: 20px; }
  #property-anon .pane-block-8:last-child {
    margin-right: 0; }
  #property-anon .pane-block-8 a.lg-lb-btn {
    background: #01abe6;
    color: #fff;
    font-size: 1.23077em;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    padding: 10px 20px;
    border: 1px solid #182955;
    margin-right: 0;
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: -6px;
    width: 185px; }
    #property-anon .pane-block-8 a.lg-lb-btn:hover {
      background: #1ab3e8; }
  @media screen and (max-width: 768px) {
    #property-anon .pane-block-8 {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 100%;
      margin-bottom: 20px; }
      #property-anon .pane-block-8:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    #property-anon .pane-block-8 {
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 100%; }
      #property-anon .pane-block-8:last-child {
        margin-right: 0; } }
#property-anon .pane-block-7 {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 49.15254%;
  padding-top: 40px;
  background-color: #f7e0da;
  padding: 20px; }
  #property-anon .pane-block-7:last-child {
    margin-right: 0; }
  #property-anon .pane-block-7 a.lg-rd-btn {
    background: #cc360e;
    color: #fff;
    font-size: 1.23077em;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    padding: 10px 20px;
    border: 1px solid #182955;
    margin-right: 0;
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: -6px;
    width: 185px; }
    #property-anon .pane-block-7 a.lg-rd-btn:hover {
      background: #d14a26; }
  @media screen and (max-width: 768px) {
    #property-anon .pane-block-7 {
      float: left;
      display: block;
      margin-right: 3.22581%;
      width: 100%; }
      #property-anon .pane-block-7:last-child {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    #property-anon .pane-block-7 {
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 100%; }
      #property-anon .pane-block-7:last-child {
        margin-right: 0; } }

/*---- REGISTERED LETTING AGENT DETAILS PAGE ----*/
.section-find-accommodation #block-views-field_collection_list-block_1 ul li {
  max-width: 68em;
  margin-left: auto;
  margin-right: auto; }
  .section-find-accommodation #block-views-field_collection_list-block_1 ul li:after {
    content: "";
    display: table;
    clear: both; }

.section-find-accommodation #block-views-field_collection_list-block_1 ul li .details {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 66.10169%; }
  .section-find-accommodation #block-views-field_collection_list-block_1 ul li .details:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .section-find-accommodation #block-views-field_collection_list-block_1 ul li .details {
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 100%; }
      .section-find-accommodation #block-views-field_collection_list-block_1 ul li .details:last-child {
        margin-right: 0; } }
.section-find-accommodation #block-views-field_collection_list-block_1 ul li .images {
  float: left;
  display: block;
  margin-right: 1.69492%;
  width: 32.20339%;
  margin-right: 0; }
  .section-find-accommodation #block-views-field_collection_list-block_1 ul li .images:last-child {
    margin-right: 0; }
  @media screen and (max-width: 480px) {
    .section-find-accommodation #block-views-field_collection_list-block_1 ul li .images {
      float: left;
      display: block;
      margin-right: 6.66667%;
      width: 100%; }
      .section-find-accommodation #block-views-field_collection_list-block_1 ul li .images:last-child {
        margin-right: 0; } }
  .section-find-accommodation #block-views-field_collection_list-block_1 ul li .images a {
    display: block; }

.section-find-accommodation #block-views-field_collection_list-block_2 ul {
  border-bottom: 1px solid #ececec; }

.section-find-accommodation #block-views-field_collection_list-block_1 .view-field-collection-list .item-list > ul {
  border-bottom: 1px solid #fff;
  padding-top: 0px; }

.section-find-accommodation .item-list ul li a {
  text-decoration: underline; }

.section-find-accommodation #block-views-field_collection_list-block_1 .item-list ul li > a {
  display: block;
  clear: both;
  border-bottom: 1px solid #ececec;
  padding-bottom: 20px;
  text-align: left; }
  @media screen and (max-width: 999px) {
    .section-find-accommodation #block-views-field_collection_list-block_1 .item-list ul li > a {
      border-top: 1px solid #ececec;
      border-bottom: none;
      background: #ececec;
      border-radius: 0px 0px 5px 5px;
      padding: 10px;
      text-align: center; } }

.section-find-accommodation #block-views-field_collection_list-block_1 ul li .images a img {
  width: 100%;
  height: auto;
  max-width: 220px; }

.section-find-accommodation #block-views-field_collection_list-block_1 ul li .details ul {
  border-bottom: 1px solid #fff; }

.section-find-accommodation #block-views-field_collection_list-block_1 ul li .details li {
  list-style-type: none;
  padding-left: 15px;
  color: black;
  display: list-item;
  padding-bottom: 5px;
  background-image: url(../images/source/bullet.gif);
  background-repeat: no-repeat;
  background-position: left 4px; }

.section-find-accommodation #block-views-field_collection_list-block_1 tbody {
  border-top: 1px solid #fff; }


.page-properties .contextual-links-region {
    outline: none;
    /*position: static;*/
}

#user-profile-form {
    float: left;
    display: block;
    margin-right: 1.69492%;
    width: 49.15254%;
    padding-top: 0px;    
}
@media screen and (max-width: 999px) {
    #user-profile-form {
    float: left;
    display: block;
    margin-right: 0%;
    width: 100%;
    padding-top: 0px;    
    }
}
#user-profile-form > div {
    background-color: #ececec;
    padding: 20px;
}
#user-profile-form label {
    font-weight: normal;
    padding-bottom: 5px;
}
#user-profile-form input {
    border: none;
    width: 100%!important;
    border: 1px solid #ececec;
    padding: 5px;   
    padding: 15px;
    border: 1px solid #000;
    box-shadow: 0px 2px 3px #ececec;
}
#user-profile-form #edit-submit {
    background: #01abe6;
    color: #fff;
    font-size: 1.23077em;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
    padding: 10px 20px;
    border: 1px solid #182955;
    margin-right: 0;
    box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
    text-decoration: none;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: -6px;
    max-width: 120px;    
}
#user-profile-form #edit-submit:hover {
    background: #1ab3e8;
}

.page-user-favourite-properties .view-liked-properties .item-list ul {
border-bottom: none;
}

.page-user-favourite-properties .view-liked-properties li.views-row {
max-width: 68em;
margin-left: auto;
margin-right: auto;
float: left;
display: block;
margin-right: 1.69492%;
width: 100%;
border-bottom: 1px solid #ececec;
margin-bottom: 30px;
padding-top: 0px;
padding-bottom: 30px;    
}

.page-user-favourite-properties .view-liked-properties li.views-row .image {
float: left;
display: block;
margin-right: 1.69492%;
width: 32.20339%;
text-align: center;
background: #f9f9f9;
padding: 10px;    
}

.page-user-favourite-properties .view-liked-properties li.views-row .details {
float: left;
display: block;
margin-right: 0%;
width: 66.10169%;
margin-right: 0;
position: relative;    
}

.page-user-favourite-properties .view-liked-properties li.views-row .image .image-count {
font-size: 0.92308em;
font-weight: bold;
padding-top: 5px;
}

.page-user-favourite-properties .view-liked-properties li.views-row .details .agent {
position: absolute;
right: 0;
top: 0;
text-align: center;
font-size: 0.69231em;
max-width: 110px;
line-height: 1.3;
}

.page-user-favourite-properties .view-liked-properties li.views-row .details .price {
padding-right: 120px;
margin-bottom: 0;
padding-bottom: 10px;
vertical-align: top;
color: #01abe6;
}

.page-user-favourite-properties .view-liked-properties li.views-row .details .price .ppw {
font-size: 1.38462em;
color: #01abe6;
font-weight: bold;
display: inline;
}

.page-user-favourite-properties .view-liked-properties li.views-row .details h3 {
padding-right: 120px;
font-size: 1.07692em;
color: #182955;
font-weight: normal;
text-decoration: underline;
margin-bottom: 0!important;
padding-bottom: 5px;
}

.page-user-favourite-properties .view-liked-properties li.views-row .details h5 {
padding-right: 120px;
font-size: 1em;
color: #000;
font-weight: bold;
margin-bottom: 0!important;
padding-bottom: 10px;
}

.page-user-favourite-properties .view-liked-properties li.views-row .details .description {
padding-bottom: 10px;
}

.page-user-favourite-properties .view-liked-properties li.views-row .details .full-details {
color: #182955;
text-decoration: underline;
padding-right: 5px;
}
.page-user-favourite-properties .view-liked-properties li.views-row .details .flag-properties {
color: #182955;
text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .page-user-favourite-properties .view-liked-properties li.views-row .image img {
    max-width: 170px;
    height: auto;
    width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .page-user-favourite-properties .view-liked-properties li.views-row .details .price,
    .page-user-favourite-properties .view-liked-properties li.views-row .details h3,
    .page-user-favourite-properties .view-liked-properties li.views-row .details h5 {
    padding-right: 0px;    
    }
    
    .page-user-liked-properties .view-liked-properties li.views-row .details .agent {
    display: none;    
    }
    
}

.profile2-student-profile > div > span {
clear: left;
display: block;
float: left;
font-weight: 700;
margin-bottom: 5px;
}

.profile2-student-profile > div > div {
display: block;
clear: right;
float: left;
margin-left: 5px;
margin-bottom: 10px;
}

.page-user-edit ul.secondary {
margin-top: 20px;
border-bottom: 1px solid white;
background: none;
padding-left: 0;    
}

.page-user-edit ul.secondary li {
border-right: 1px solid #fff;
display: inline;
padding: 0 10px 0 0;
float: left;
}

.page-user-edit ul.secondary a {
background: #182955;
color: #fff;
font-size: 0.92308em;
text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
padding: 2px 5px;
border: 1px solid #000;
margin-right: 0;
box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
text-decoration: none;
text-align: center;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-top-right-radius: 5px;
border-bottom-right-radius: 5px;
display: block;
margin-bottom: 10px;
width: 120px;
margin-right: 0px;
}

.page-user-edit ul.secondary a:hover {
background: #2f3e66;    
cursor: pointer;
}

.page-user-edit ul.secondary a .tab {
display: block;
height: auto;
margin: 0;
padding: 0;
line-height: 1.5;
}
.page-user-edit ul.secondary a.active {
cursor: default; 
background: #ccc;
border-color: #999;
color: #666;
text-shadow: none;      
}

#block-views--exp-search-page{
  position: absolute;
  left: 160px;
  top: 40px;
  height: 101px;
  padding: 10px 20px;
}

@media screen and (max-width: 999px) {
  #block-views--exp-search-page{
    display: none;
  }
}

#block-views--exp-search-page #edit-submit-search{
  background: #01abe6;
  color: #fff;
  font-size: 0.92308em;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3);
  padding: 5px 10px;
  border: 1px solid #182955;
  margin-right: 0;
  box-shadow: inset 0px 0px 1px rgba(255, 255, 255, 0.5);
  text-decoration: none;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: -6px;
  width: auto;
  margin-top: 0;
}

#block-views--exp-search-page #edit-text{
  width: 180px;
  padding: 4px;
}

.change-filters {
  display: none;
}

@media screen and (max-width: 999px) {
  .change-filters {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .item-list.anchors ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
}

.adslist img {
    max-width: 100%;
}

.page-properties .image-ad {
    display: block;
}

.page-properties #content-area .inside > .item-list ul li .pane-simpleads-ad-groups-620 .pane-content {
    top: 0 !important;
}

.front .simplead-container.image-ad img {
    max-width: 100%;
    width: 92%;
    }

.page-properties .search-tabs .contextual-links-region {
    position: inherit;
}
