/* Subjects page CSS that needs to be added to the DPL */

/*global*/
.course {
	padding: 40px 15px;
}

tr:nth-child(odd) {
    background-color: transparent !important;
}

tr {
	line-height: 1.7em;
}

.pgt-intro {
	padding-bottom: 25px;
}

/*courses*/
.st-andrews-grey-light {
	background-color: #f0f0f0;
}

.hideaway-reveal {
	margin-top: 3em;
}

.course .alert > p + p {
    margin-top: 25px;
}

/* Honours courses */
.popover {
  max-width: 645px;
}


/*testimonial*/
.secondary-call {
	margin-top: 0 !important;
}

/*visiting*/
.st-andrews-blue-light {
    background-color: #1b74c3;
}

.st-andrews-blue-light .btn-primary, .read-more a {
    color: #fff;
    background-color: #00539b;
    border-color: #00539b;
}

.st-andrews-blue-light .row h1 {
    color: #fff;
}

.st-andrews-blue-light .row h2 {
    color: #fff;
}

.st-andrews-blue-light .row h3 {
    color: #fff;
}

.st-andrews-blue-light .row h4 {
    color: #fff;
}

.st-andrews-blue-light .row p {
    color: #fff;
}

.st-andrews-blue-light .row li {
    color: #fff;
}



/*.btn {
	margin-bottom: 30px;
}*/

/*Thumbnail gallery*/

.long-form {
	padding-top: 40px !important;
    padding-bottom: 0px !important;
}

.long-form__content .thumbnail-gallery {
   text-align: center;
   margin: 0 0 25px;
}

.long-form__content .thumbnail-gallery .thumbnail-gallery__title {
   position: relative;
   font-size: 22px;
   font-style: italic;
   font-weight: normal;
   font-family: 'PT Serif', Gerogia, 'Times New Roman', Times, serif;
   text-align: center;
   margin-bottom: 30px;

}

.long-form__content .thumbnail-gallery  .thumbnail-gallery__images {
   margin-left: -15px;
   margin-right: -15px;
}

.long-form__content .thumbnail-gallery figure.image {
   display: inline-block;
   padding-right: 20px;
   padding-bottom: 10px;    
}

.long-form__content .thumbnail-gallery figure.image figcaption {
   text-align: left;    
}

.long-form__content .thumbnail-gallery img {
   height: 170px !important;
   width: auto !important;
}

@media (min-width: 992px)
.long-form {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}