.paragraph--unpublished {
  background-color: #fff4f4;
}
.item {
  border: 1px solid gray;
  vertical-align: top;
  outline: 0;
  margin-right: 12px;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: white;
}
.thumbnailA1 {
  width: 510px;
}
.thumbnailA2 {
  height: 510px;
  height: auto;
}
.thumbnailB {
  width: 512px; /*height: 512px;*/
}
.record-title {
  padding: 2px 0 1px;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  width: auto;
  font-size: 16px;
  color: #000;
}
.uov_nounderline {
  border-bottom: none;
  color: black;
  cursor: pointer !important;
}
.uov_underline {
  border-bottom: red 1px solid;
  color: red;
  cursor: default !important;
}
.image_uov {
  position: relative;
  display: inline-block;
  width: 100%;
}
.overlay_uov {
  display: none;
}
/*
.image_uov:hover .overlay_uov {
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/
/* All other styling - see example */
img {
  vertical-align: top; /* Default is baseline, this fixes a common alignment issue */
  width: inherit;
}
nav {
  text-align: center;
}
nav .main-nav li {
  width: 20%;
  margin-right: 5%;
  font-size: 28px;
  text-align: center;
  color: white;
}
/******/
body {
  background-color: #fff;
  font-family: "franklin-gothic-urw", sans-serif;
  color: #686868;
}
select, .chosen-select { /*padding:10px 20px 10px 10px;*/
  width: 100%;
  height: 3.75rem;
  padding-left: 15px;
  padding-right: 15px;
  border-color: #B0B0B0;
  border-radius: 4px;
}
#header {
  /* margin-left: 2%;
            margin-right: 2%;
            margin-top: 1%;
            width:96%;*/
  background-color: white;
}
#content {
  /*margin: 1% 2%;
            width:96%;*/
  background-color: white;
  justify-content: space-between;
  /*overflow: auto;*/
  display: block;
  flex-wrap: wrap;
}
#FilterResults, #filter-button, .filter-label-mobile {
  color: #232D4B;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.25;
}
#filter-button, .filter-label-mobile {
  font-size: 1.15rem;
}
#filter-button {
  display: block;
}
.filter-label-mobile, .mobile-nav, .grey-background {
  display: none;
}
.FilterLabels {
  margin: 0 0 4px 0;
  width: 100%;
}
.FilterLabels h4 { /*color:#232D4B;*/
  font-size: 0.805rem;
  font-weight: 700;
  line-height: 1.4286;
  margin: 0;
  margin-bottom: 4px
}
.item {
  border: 1px solid gray;
  vertical-align: top;
  outline: 0;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  cursor: pointer;
  background-color: white;
  width: 100%;
}
@media only screen and (min-width:1040px) {
  .item {
    /*margin-right:1.25%;width:32.5%;*/
    margin-right: 2.5%;
    width: 31%;
    margin-top: 3.5%;
    margin-top: 0.5%;
  }
  .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width:680px) and (max-width:1039px) {
  .item {
    margin-right: 2%;
    width: 49%;
  }
  .item:nth-child(2n) {
    margin-right: 0;
  }
}
.thumbnailA1, .thumbnailA2 {
  width: 100%;
}
.record-title {
  padding: 0.5rem;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  width: auto;
  font-size: 1rem;
  color: #686868;
  line-height: 28px;
  font-weight: bold;
}
.Searches { /*overflow:hidden;*/
  width: 100%;
}
.Searches .ApplyFrame {
  margin: 12px auto 4px auto;
  width: 100%;
}
.other {
  overflow: hidden;
  position: relative;
}
.other ul {
  margin-bottom: 0;
  padding: 0px;
}
/*.Searches .FilterFrame, .Searches .ApplyFrame, .other div.FilterWords, .other div.FilterNumbers {overflow:hidden;}*/
.other li {
  color: #686868;
  display: inline-block;
  padding: 5px 10px;
  font-size: 0.805rem;
  letter-spacing: 0.02rem;
  font-size: 1.2rem;
  font-weight: bold;
}
.other li {
  transition: color 150ms;
}
.other li:hover,
.other li:focus{
  color: #E57200 !important;
}
.other li.uov_nounderline {
  border-bottom: #fff 2px solid;
  color: #686868;
  cursor: pointer;
}
.other li.uov_underline {
  border-bottom: #232D4B 2px solid;
  color: #232D4B;
}
.other ul.FilterBy, .other ul.FilterTotal {
  padding-left: 25px;
}
.other li.SortHeader {
  font-weight: bold;
  padding-right: 25px;
}
@media only screen and (max-width:599px) {
  .other .FilterFrame {
    /*border-bottom: #686868 1px solid;
    margin-bottom: 8px;*/
  }
}
@media only screen and (min-width:600px) {
  .FilterLabels {
    float: left;
    /*margin:0 2% 4px 2%;*/
    width: 17.5%;
    margin-right: 3%;
    max-width: 295.7px;
    /* width: 22vw; */
  }
  .other {
    border-bottom: #686868 1px solid;
    width: 100%
  }
  .Searches .ApplyFrame { /*width:80%;*/
  }
}
@media only screen and (min-width:600px) and (max-width:1039px) {
  .other div.FilterWords {
    border-bottom: #686868 1px solid;
    margin-bottom: 8px;
  }
  .other div.FilterNumbers {
    text-align: center;
  }
  .other .FilterFrame {
    display: inline-block;
  }
}
@media only screen and (max-width:1039px) {
  .other div.FilterWords, .other div.FilterNumbers {
    text-align: center;
  }
}
@media only screen and (min-width:1040px) {
  .FilterLabels, .FilterApply { /*margin:0 4% 4px 0;*/
  }
  .FilterApply { /*margin:0 0 4px 0;*/
  }
  .Searches .FilterFrame, .Searches .ApplyFrame {
    display: table-cell;
    vertical-align: bottom;
  }
  .Searches .FilterFrame {
    width: 100%;
    display: inline-block;
  }
  .Searches .ApplyFrame { /*margin:0 0 4px 0;width:13%;*/
  }
  .other div.FilterWords {
    float: left;
  }
  .other div.FilterNumbers {
    float: right;
  }
  .other .FilterFrame {
    float: left;
  }
}
@media only screen and (min-width:1040px) {
  .Searches .FilterFrame {
    /*position: absolute;
                    height: 500px;
                    width: 75%;
            width: 72.7%;
            float:left;
            width:75%;*/
  }
  .Searches .ApplyFrame {
    /*width: 24.55%;
                    float: right;
                    margin-top: 24px;*/
  }
}
input#filter_search {
  background: transparent url('/sites/uva_brand/modules/custom/uvab_canto/img/uov_search.svg') top 50% right 15px/16px 16px no-repeat;
  background-position: top 50% right 23px;
  border: 1px solid #818181;
  border-radius: 4px;
  font-size: 1rem;
  height: 3.75rem;
  padding-left: 14px;
  padding-right: 47px;
  width: 100%;
}
button.photoApply {
  background: transparent;
  background-color: #232D4B;
  border: 1px solid #232D4B;
  border-radius: 3px;
  box-shadow: inherit;
  color: #FFFFFF;
  display: inline-block;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  min-width: 124px;
  padding: 14px 22px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  width: 100%;
  height: 3.75rem;
}
button.photoApply:hover,
button.photoApply:focus {
  background-color: #E57200;
  border: 1px solid #E57200;
  color: #232D4B;
}
img#loader {
  display: none;
  margin: auto;
  z-index: 1;
}
#page_back, #page_next {
  cursor: pointer;
}
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  /* padding-top: 100px; */
  padding-bottom: 100px;
  /* left: 0; */
  /* top: 0;
  width: 50%;*/
  height: auto;
  /*overflow: auto;*/
  background-color: black;
  background-color: white;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  max-width: 700px;
}
/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 55%;
  max-width: 1200px;
  padding: 0px 60px;
  padding: 10px 3vw;
}
/* The Close Button */
.close-button {
  /*right: 15vw;
  border: 0;*/
  background: none;
  /*position: fixed;*/
  right: -225px;
  top: 0px;
  position: absolute;
  right: -5vw;
}
.close-x {
  height: 20px;
  width: 20px;
  background: url(http://brand.virginia.edu/sites/uva_brand/themes/custom/uvab/images/icon-close-orange.svg) no-repeat center;
  display: block;
}
.close-x:hover,
.close-x:focus{
  background: url(http://brand.virginia.edu/sites/uva_brand/themes/custom/uvab/images/icon-close-blue.svg) no-repeat center;
}
@media screen and (min-width: 768px) {
  .close-x {
    height: 24px;
    width: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .close-x {
    height: 30px;
    width: 30px;
  }
}
/*
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
	color: black;
}

.close:hover, .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}*/
.modal-title {
  font-family: "franklin-gothic-urw", sans-serif;
  font-style: normal;
  font-weight: 400;
}
h2.modal-title {
  font-weight: normal;
  font-size: 24px;
  /*color: #232D4B;*/
  margin-bottom: 30px;
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bolder;
  line-height: 1.1;
  word-break: break-all;
}
#download-container h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  h2.modal-title {
    /*font-size: 30px;*/
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1200px) {
  h2.modal-title {
    /*font-size: 40px;
    margin-left: 3%;*/
  }
}
#lightbox img {
  width: 100%;
  height: auto;
}
.field.field--name-field-photo {
  margin-left: auto;
  margin-right: auto;
}
/*Button CSS*/
button#download {
  display: inline-block;
  text-align: center;
  min-width: 124px;
  border-radius: 3px;
  font-size: 0.875rem;
  line-height: 1;
  text-decoration: none;
  border: 1px solid;
  padding: 14px 22px;
  text-align: center;
  background: transparent;
  box-shadow: inherit;
  border-color: #232D4B;
  background-color: #232D4B;
  color: #FFFFFF;
  transition: all 150ms;
}
button#download:hover,
button#download:focus{
  border-color: #E57200;
  background-color: #E57200;
  color: #232D4B;
}
/************/
label.option.fs-checkbox-label {
  font-size: 16px;
  color: #686868;
  cursor: pointer;
  display: block;
  line-height: 20px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.asset-download--dimensions-label {}
.asset-download--dimensions-label {
  text-transform: capitalize;
  /* display: block; */
  /*width: 40%;*/
  float: left;
  padding-right: 5px;
}
.asset-download--dimensions-format {
  width: 7%;
  width: 35%;
  float: left;
}
/*! formstone v1.3.3 [checkbox.css] 2017-04-18 | GPL-3.0 License | formstone.it */
.fs-checkbox.fs-checkbox-enabled {
  cursor: pointer;
  overflow: hidden
}
.fs-checkbox, .fs-checkbox *, .fs-checkbox :after, .fs-checkbox :before, .fs-checkbox:after, .fs-checkbox:before {
  box-sizing: border-box;
  -webkit-transition: none;
  transition: none;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important
}
.fs-checkbox-element_placeholder {
  display: none;
  visibility: hidden
}
.fs-checkbox-element {
  width: 110%;
  height: 110%;
  position: absolute;
  top: -5%;
  right: -5%;
  bottom: -5%;
  left: -5%;
  z-index: -1;
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  pointer-events: none;
  -webkit-transition: none;
  transition: none;
  opacity: 0;
  -webkit-appearance: none;
}
.fs-checkbox-label {
  cursor: pointer;
  display: block;
  line-height: 20px;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}
.fs-checkbox-marker {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid;
  cursor: pointer;
  display: block;
  float: left
}
.fs-checkbox-flag {
  width: 100%;
  height: 100%;
  margin: 0
}
.fs-checkbox-flag:before {
  width: 5px;
  height: 10px;
  border: 2px solid;
  border-top: 0;
  border-left: 0;
  content: '';
  display: block;
  margin: 3px 0 0 6px;
  -webkit-transition: -webkit-transform .15s ease;
  transition: -webkit-transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease, -webkit-transform .15s ease;
  -webkit-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0)
}
.fs-checkbox-checked .fs-checkbox-flag:before {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1)
}
.no-csstransforms .fs-checkbox-flag:before {
  width: 100%;
  height: 100%;
  content: "\2713";
  display: none;
  line-height: 1;
  text-align: center
}
.no-csstransforms .fs-checkbox-checked .fs-checkbox-flag:before {
  display: block
}
.fs-checkbox-radio .fs-checkbox-marker {
  position: relative;
  border-radius: 100%;
  border: 2px solid #B0B0B0;
  margin: 0 35px 0 0;
}
.fs-checkbox-checked .fs-checkbox-marker {
  border: 2px solid #232D4B;
}
.fs-checkbox-checked label.option.fs-checkbox-label {
  color: #232D4B;
}
.fs-checkbox-radio .fs-checkbox-flag {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #666;
  border-radius: 100%;
  margin: auto;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .15s ease;
  transition: -webkit-transform .15s ease;
  transition: transform .15s ease;
  transition: transform .15s ease, -webkit-transform .15s ease;
  background: #232D4B;
}
.fs-checkbox-radio .fs-checkbox-flag:before {
  display: none
}
.fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag:before {
  display: none
}
.no-csstransforms .fs-checkbox-radio .fs-checkbox-flag:before {
  display: none
}
.no-csstransforms .fs-checkbox-radio.fs-checkbox-checked .fs-checkbox-flag:before {
  display: block
}
.fs-checkbox-disabled {
  cursor: default;
  opacity: .5
}
.fs-checkbox-disabled .fs-checkbox-label {
  cursor: default
}
.fs-checkbox-disabled .fs-checkbox-marker {
  cursor: default
}
.fs-checkbox-toggle {
  position: relative
}
.fs-checkbox-toggle .fs-checkbox-label {
  line-height: 40px
}
.fs-checkbox-toggle .fs-checkbox-marker {
  width: 100px;
  height: 40px;
  position: relative
}
.fs-checkbox-toggle .fs-checkbox-marker:after {
  clear: both;
  content: '';
  display: table
}
.fs-checkbox-toggle .fs-checkbox-flag {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #666;
  display: block;
  -webkit-transition: left .15s ease;
  transition: left .15s ease
}
.no-touch .fs-checkbox-toggle:hover .fs-checkbox-flag:after,
.no-touch .fs-checkbox-toggle:focus .fs-checkbox-flag:after {
  opacity: 1
}
.fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-flag {
  left: 50%
}
.fs-checkbox-toggle.fs-checkbox-checked .fs-checkbox-flag:before {
  display: none
}
.fs-checkbox-toggle.fs-checkbox-disabled .fs-checkbox-flag:after {
  display: none
}
.fs-checkbox-toggle .fs-checkbox-state {
  width: 50%;
  display: block;
  line-height: 40px;
  margin: 0;
  text-align: center
}
.fs-checkbox-toggle .fs-checkbox-state_on {
  float: left
}
.fs-checkbox-toggle .fs-checkbox-state_off {
  float: right
}
.js-form-item.form-item.js-form-type-radio.form-type-radio.js-form-item-select-asset-format.form-item-select-asset-format:hover label,
.js-form-item.form-item.js-form-type-radio.form-type-radio.js-form-item-select-asset-format.form-item-select-asset-format:focus label {
  color: #000000;
}
.js-form-item.form-item.js-form-type-radio.form-type-radio.js-form-item-select-asset-format.form-item-select-asset-format:hover .fs-checkbox-radio .fs-checkbox-flag,
.js-form-item.form-item.js-form-type-radio.form-type-radio.js-form-item-select-asset-format.form-item-select-asset-format:focus .fs-checkbox-radio .fs-checkbox-flag {
  background: #000000;
}
.js-form-item.form-item.js-form-type-radio.form-type-radio.js-form-item-select-asset-format.form-item-select-asset-format:hover .fs-checkbox-marker,
.js-form-item.form-item.js-form-type-radio.form-type-radio.js-form-item-select-asset-format.form-item-select-asset-format:focus .fs-checkbox-marker {
  border: 2px solid #000000;
}
div#download-container {
  padding-top: 35px;
  width: 95%;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 15px;
}
.js-webform-radios.webform-options-display-one-column {
  /*padding-top: 15px;*/
  padding-bottom: 15px;
}
.js-form-item.form-item.js-form-type-radio.form-type-radio.js-form-item-select-asset-format.form-item-select-asset-format {
  padding-bottom: 8px;
}
.item.thumbnailB:hover,
.item.thumbnailB:focus {
  background-color: #232D4B;
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item.thumbnailB:hover .record-title,
.item.thumbnailB:focus .record-title {
  color: white;
}
div#search-tool-tip {
  font-size: 1.1rem;
  background-position: top 50% right 23px;
  width: 100%;
  height: 3.75rem;
  border: 1px solid #818181;
  border-radius: 4px;
  padding-left: 14px;
  padding-top: 0px;
  padding-bottom: 15px;
  height: auto;
  background: white;
  /*position: absolute;*/
  border-top: none;
  margin-top: -5px;
  z-index: 1;
  display: inline-block;
}
div#search-container.show-tool-tip #filter_search {
  border-bottom: none !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
div#search-container.show-tool-tip div#search-tool-tip {
  display: block;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#search-container {
  height: auto;
}
p.tool-tip {
  line-height: 10px;
}
input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}
p.tool-tip.tool-tip-title {
  font-size: 0.9rem;
  font-weight: 500;
}
.hide-content {
  display: none !important;
}
#filter-container {
  display: none;
}
body.no-scroll {
  overflow: hidden;
}
@media screen and (max-width: 799px) {
  #filter-container {
    display: block !important;
  }
}
#filter-button, .filter-label-mobile {
  padding-bottom: 10px;
  cursor: pointer;
}
@media screen and (max-width: 799px) {
  #filter-button {
    /*display: none;*/
  }
  .mobile-nav {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 82px;
    width: 100%;
    padding-top: 10px;
    width: 99vw;
  }
  .filter-label-mobile {
    display: block;
    padding-left: 23px;
    cursor: pointer;
    background: url("https://brand.virginia.edu/sites/uva_brand/themes/custom/uvab/images/icon-filter.svg") 0 50%/14px 15px no-repeat;
    padding-left: 32px;
    background-size: 18px 20px;
    padding-bottom: 0px;
    width: 95%;
    float: left;
    width: 94vw;
  }
  .FilterWords li.filter-option {
    display: block;
    padding-left: 37px;
    background: url("https://brand.virginia.edu/sites/uva_brand/themes/custom/uvab/images/icon-radio-unchecked.svg") 0 50%/20px 20px no-repeat;
  }
  .FilterWords li.uov_underline {
    background-image: url("https://brand.virginia.edu/sites/uva_brand/themes/custom/uvab/images/icon-radio-checked.svg");
    color: #232D4B;
  }
  #filter-container-mobile {
    /*position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    background-color: #F1F1F1;
    padding-right: 4.16667%;
    padding-bottom: 75px;
    padding-left: 4.16667%;
    padding-top: 20px;
    top: 138px;*/
  }
  .FilterWords li.uov_underline, .FilterWords li.uov_nounderline {
    border-bottom: #fff 0px solid;
  }
  .other div.FilterWords, .other {
    border-bottom: #686868 0px solid;
  }
  #filter-container-mobile .FilterNumbers, #filter-container-mobile {
    display: none;
  }
  /*  .mobile-nav .btn-close {
    position: absolute;
  display: none;
    right: 0;
    top: 36px;
    overflow: hidden;
    text-indent: 130%;
    white-space: nowrap;
    width: 32px;
    height: 20px;
    background: url("https://brand.virginia.edu/sites/uva_brand/themes/custom/uvab/images/icon-close-blue.svg") 50% 50%/18px 18px no-repeat;
  background-size: 16px 16px;
    * right: -12px;
    top: 12px;
  border: none;
} */
  .mobile-nav .btn-close {
    position: absolute;
    display: none;
    right: 0;
    top: 36px;
    overflow: hidden;
    /* text-indent: 130%; */
    white-space: nowrap;
    /* width: 32px; */
    /* height: 20px; */
    background: url(https://brand.virginia.edu/sites/uva_brand/themes/custom/uvab/images/icon-close-blue.svg) 50% 50%/18px 18px no-repeat;
    background-size: 16px 16px;
    /* right: -12px; */
    top: 12px;
    border: none;
    color: transparent;
    cursor: pointer;
  }
  .FilterApply {
   /* position: absolute;*/
    bottom: 0;
    right: inherit;
    width: 100%;
  }
  .grey-background {
    background-color: #F1F1F1;
    height: 100%;
    width: 100%;
  }
  #FilterResults {
    /*padding-top: 37px;*/
    margin-top: -20px;
  }
  .FilterLabels {
    float: left;
    margin: 0px;
    width: 100%;
    max-width: none;
  }
  .other {
    overflow: inherit;
  }
  .other .FilterFrame {
    display: block;
  }
  .other-copy .FilterFrame {
    display: inline-block;
  }
  .other div.FilterWords {
    text-align: left;
  }
  .other ul.FilterBy {
    padding-left: 0px;
  }
  /*.other ul.li{
    padding: 0px 0px 0px 0px;
  }
  */
  .other li.SortHeader {
    padding-bottom: 5px;
    padding-left: 0px;
  }
  li.filter-option {
    line-height: 35px;
    width: 20%;
    padding: 0px 0px 0px 0px;
    min-width: 135px;
  }
  .other ul.FilterPage li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .Searches .FilterFrame {
    height: 420px;
  }
  .hide-content {
    display: none !important;
  }
  .modal-content {
    width: 100%;
  }
  .close-button {
    right: 0;
  }
  h2.modal-title {
    font-size: 6vw;
  }
  .fs-checkbox-radio .fs-checkbox-marker {
    margin: 0 15px 0 0;
  }
  p.tool-tip {
    line-height: 20px;
  }
}
iframe {
  width: 100%;
  height: 450px;
}
div#block-uvab-page-title, div#GalleryFrame {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
div#block-uvab-page-title {
  width: 100%;
}

/* All other styling - see example */
img {
  vertical-align: top; /* Default is baseline, this fixes a common alignment issue */
}

/**look here****/

@media only screen and (min-width:1040px) {
  .item {
    margin-right:1.25%;width:32.5%;
    margin-right: 3.5%;
    width: 31%;
    margin-top: 3.5%;
    margin-top: 0.5%;
  }
  .item:nth-child(3n) {
    margin-right: 0;
  }
}

div#block-uvab-page-title h1 {
  font-size: 3rem;
  font-weight: 500;
}

#number_of_results_span h2 {
  margin: 0;
  line-height: 1.1;
  font-size: 1.875rem;
  font-weight: 900;
  color: #232d4b;
  z-index: 2;
  position: relative;
}

.thumbnailB .play-button-circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid white;
  position: absolute;
  background-color: #E57200;
  top: 46%;
  right: 50%;
  transform: translate(50%,-50%);
}

.thumbnailB .play-button-circle .fa-chevron-right:before {
  content: "\f054";
  color: white;
  top: 53%;
  right: 47%;
  transform: translate(50%,-50%);
  position: absolute;
}
.thumbnailB:hover .play-button-circle,
.thumbnailB:focus .play-button-circle{
  background-color: #232D4B;
}
.clickable{
  cursor: pointer;
}


/*.Searches .FilterFrame, .Searches .ApplyFrame, .other div.FilterWords, .other div.FilterNumbers {overflow:hidden;}*/


/*
.close {
	color: white;
	position: absolute;
	top: 10px;
	right: 25px;
	font-size: 35px;
	font-weight: bold;
	color: black;
}

.close:hover, .close:focus {
	color: #999;
	text-decoration: none;
	cursor: pointer;
}*/


/************/


/*! formstone v1.3.3 [checkbox.css] 2017-04-18 | GPL-3.0 License | formstone.it */
