/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */


/*
 * Body
 */

@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500);
 
body {
  margin: 0;
  padding: 0;
}

#page {
    border: 1px solid #b2b2b2;
    box-shadow: 0 0 3px #E3E3E3;
    margin-bottom: 26px;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */

#skip-link {
  margin: 0;
}
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/*
 * Header
 */

#header {
    padding-top: 40px;
}

#logo { /* Wrapping link for logo */
  float: left; /* LTR */
  margin: 0;
  padding: 0;
  clear: both;
}
#logo img {
  vertical-align: bottom;
}

#name-and-slogan { /* Wrapper for website name and slogan */
  float: left;
}

#site-name { /* The name of the website */
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}
#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}
#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan { /* The slogan (or tagline) of a website */
  margin: 0;
  font-size: 1em;
}

.region-header { /* Wrapper for any blocks placed in the header region */
  float: left;
  margin-left: 25px;
}

/*
 * Pre-content
 */

.front #pre-content {
    display: none;
}

#pre-content .in-content {
    border-top: 2px solid #00B3E4;
}

/* .landing.sidebar-second #pre-content .in-content,
.magazine.sidebar-second #pre-content .in-content {
    margin-right: -25px;
} */

/* .services.landing h1#page-title,
.jobs.landing h1#page-title {
    display: none;
} */

/*
 * Main (container for everything else)
 */

#main {
  font-size: 106%;
}

/*
 * Content
 */

 
#content {
}

#content .in-content {
    border-top: 2px solid;
    border-color: #00B3E4;
}
.page-magazine- #content .in-content {
    border-top: none;
}
.front #content .in-content {
    border-top: 0;
}

.front .view-author-image, .front article .links {
    display: none;
}

/* Fieldsets on Event pages */

.group-event-info legend {
    display: none;
}

.group_description {
    clear: both;
}

.group_description .field-name-field-brief-desc,
.field-name-field-date-from {
    font-size: 1.1em;
    font-family: ubuntu;
    color: #2B5F52;
    font-weight: 500;
}
.field-name-field-org-name {
    font-size: 1.6em;
    font-family: ubuntu;
    color: #2B5F52;
    font-weight: 500;
}
.field-name-field-org-name {
    padding: 0.5em 0;
}
.field-name-field-mode-of-study .field-item,
.field-name-field-qualification .field-item {
    display: inline;
}
.field-name-field-qualification .field-item:after {
    content: " / ";
}
.field-name-field-qualification .field-item:last-child:after {
    content: "";
}
/* .views-field-field-qualification span[class^="term-"]:last-child:after,
.views-field-field-mode-of-study span[class^="term-"]:last-child:after,
.field-name-field-mode-of-study .field-item:last-child:after,
.field-name-field-qualification .field-item:last-child:after {
    content: "";
} */

.node-type-course-listing .field-name-field-emp-website a {
    font-weight: bold;
}
/* about us staff listing /about-us */
.staffBoxes {
    display: block;
    clear: left;
    overflow: hidden;
}

.staffBox {
    width: 45%;
    padding: 2.5%;
}

.staffBox.left {
    float: left;
}

.staffBox.right {
    float: right;
}

.staffBox img {
    float: left;
    margin-right: 20px;
}

/* Sharethis (not displayed on following pages) */

.front .sharethis-wrapper,
.page-node-103121 .sharethis-wrapper,
.page-node-113 .sharethis-wrapper,
.front .service-links,
.page-node-103121 .service-links,
.page-node-113 .service-links {
  display:none;
}

ul.links {
  list-style: none;
}
ul.links li {
  display: inline;
}
.linkedin-share-button > span {
  height: 26px;
  margin-left: -34px !important;
}
.region-highlighted {
}

.breadcrumb { /* The path to the current page in the form of a list of links */
  border-bottom: 1px dashed #222;
  padding: 5px 0;
  display:none;
}

.breadcrumb ol {
  margin: 0;
  padding: 0;
}

.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.breadcrumb li a {
    color: #000;
    text-decoration: none;
}

.breadcrumb li:last-child {
    font-weight: bold;
}

/* 404 page */

.error404 {
    color: #00B3E4;
    font-family: Ubuntu;
    font-size: 12em;
    font-weight: 800;
    text-align: center;
    margin: 0;
}

h1.title, /* The title of the page */
h2.node-title, /* Title of a piece of content when it is given in a list of content */
h2.block-title, /* Block title */
h2.title, /* Comment section heading */
h2.comment-form, /* Comment form heading */
h3.title { /* Comment title */
  /* margin: 0; */
}

tr.even { /* Some tables have rows marked even or odd. */
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages { /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */
  margin: 1.5em 0; /* Drupal core uses "6px 0" margin */
}
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status { /* Normal priority messages */
}

div.warning,
tr.warning { /* Medium priority messages */
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error { /* High priority messages. See also the .error declaration below. */
}

.error { /* Errors that are separate from div.messages status messages. */
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning { /* Warnings that are separate from div.messages status messages. */
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

.tabs { /* See also the tabs.css file. */
}

.region-help { /* Help text on a page */
}

.more-help-link { /* Link to more help */
}

.region-content { /* Wrapper for the actual page content */
}

ul.inline { /* List of links generated by theme_links() */
  display: inline;
  padding: 0;
}
ul.inline li {
  display: inline;
  list-style-type: none;
  padding: 0 1em 0 0; /* LTR */
}

span.field-label { /* The inline field label used by the Fences module */
  padding: 0 1em 0 0; /* LTR */
}

.item-list .pager { /* A list of page numbers when more than 1 page of content is available */
  padding: 0;
}
.item-list .pager li { /* Each page number in the pager list */
  padding: 0 0.5em;
}

.feed-icon { /* The link to the RSS or Atom feed for the current list of content */
}

.more-link { /* Aggregator, blog, and forum more link */
}

/*
 * Front page layout
 */

#threecols .col {
    width: 31.3%;
    display: block;
    float: left;
}

#threecols .col2 {
    margin: 0 3%;
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */

.region-sidebar-first {
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */

.region-sidebar-second {
    font-size: 95%;
}

/*
 * region adverts
 */

.region-adverts {
    font-size: 95%;
}

/*
 * Footer
 */

#footer {
    clear: left;
}
.front #footer {
  margin-top: 110px;
}
/*
 * Page bottom
 */

.region-bottom { /* Wrapper for any blocks placed in the page bottom region */
}
 

.region-adverts li.flag-publish,
.region-adverts li.flag-publish {
 margin-bottom:20px; 
 list-style:none;
 list-style-type:none;
}

.flag-publish a {
background:#7FB800;
padding:10px;
border-radius:5px;
color:#fff !important;
}

/*search hacks*/
p.search-info {
display:none;
}

/* Services guide landing page */
.services #block-block-26 {
  margin-top: -15px;
}

/* subscription-related pages */
input.jobs,
input.events,
input.subscriptions,
#artspro-subscriptions-check- sub-form input {
  max-width: 90%;
}
/* style table on coooies oage */
table.cookies {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
    width: 100%;
    border-bottom: 2px dotted #f7f3f0;
	border-collapse: collapse;
    border-spacing: 0;
}

table.cookies td {
    vertical-align: top;
    padding: .5em;
    border-top: 2px dotted #f7f3f0;
}
table.cookies .tint-dark {
    background-color: #f7f3f0;
}
table.cookies .tint-light {
    background-color: #fcfbfa;
}

#sliding-popup .eu-cookie-withdraw-button,
.agree-button.eu-cookie-compliance-secondary-button {
    background: #DF7A00 !important;
    padding: 1em !important;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 0px solid #f1d600;
    font-family: Arial, sans-serif;
    font-weight: bold;
    padding: 10px 50px !important;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    margin: 13px 0 0 !important;
    color: #fff;
    text-shadow: inherit;
    box-shadow: inherit;
}
#sliding-popup .popup-content #popup-text {
    margin: 25px 0 0 !important;
}
#sliding-popup .popup-content #popup-text p {
    font-size: 15px !important;
    font-weight: normal !important;
}

#sliding-popup  button.eu-cookie-compliance-more-button {
    font-size: 15px !important;
    color: #fff;
}

#artspro-subscriptions-check-sub-form input[type="submit"],
a.purple.button,
a.orange.button,
a.red.button,
a.subscriptions.button,
a.events.button,
a.jobs.button,
#artspro-subscriptions-check-sub-form-text a.button {
    display: inline;
    margin-top: 1em;
    border: 0px solid black !important;
    color: #fff !important;
    border-radius: 10px;
    text-align: center;
    text-decoration: none !important;
    font-size: 14.83px;
    font-weight: bold;
}
a.purple.button,
a.orange.button,
a.red.button,
a.subscriptions.button,
a.events.button,
a.jobs.button {
    display: inline;
    padding: 0.5em 1em;
}
a.subscriptions.button {
    background-color: #7B2064 !important;
}
a.jobs.button {
    background-color: #7AB800 !important;
}
a.events.button {
    background-color: #006837 !important;
}
a.purple.button {
    background-color: #36338F !important;
}
a.orange.button {
    background-color: #DF7A00 !important;
}
a.red.button {
    background-color: #B71234 !important;
}

#artspro-subscriptions-check-sub-form input[type="submit"] {
    width: 209px;
    padding: 9px 20px;
}
#artspro-subscriptions-check-sub-form-text a.button {
    width: 170px;
    padding: 8px 20px;
}
.eu-cookie-withdraw-tab {
    display: none;
}
span.eu-cookie-withdraw-tab.visible {
    display: inline;
    position: relative;
    left: inherit;
    background-color: transparent;
    color: #7B2064 !important;
    padding: 0;
    text-decoration: underline;
}

/* Hide second paywall popup. */
.field-name-field-documents aside.cc-paywall {
    display: none;
}
