@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@-webkit-keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes blinker {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

body,
html {
  width: 100%;
  height: 100%;
}

body {
  background: #1b1b1b;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

img {
  vertical-align: top;
  border-style: none;
}

hr {
  border-width: 1px;
  border-color: #d3d3d3;
}

a {
  color: #1c1c1c;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #1c1c1c;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
}

h1 {
  font-size: 2rem;
  margin-bottom: 20px;
}

h3 {
  font-size: 1.4rem;
  font-weight: 100;
}

p {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 100;
  font-size: .9rem;
}

.bg-light {
  background-color: #d3d3d3 !important;
}

.bg-dark {
  background-color: #1b1b1b !important;
}

.bg-white {
  background-color: #fff !important;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}

.text-primary {
  color: #007dc3 !important;
}

section {
  padding: 4rem 0;
}

section ul {
  margin: 0;
  padding-left: 1rem;
  padding-right: 1rem;
}

section ul li {
  margin: 0;
  padding: 0;
}

.section-heading {
  margin-top: 0;
}

.card {
  position: relative;
  display: inline-block;
  width: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  border: 0;
  border-radius: 0.2rem;
  padding: 1.5rem;
  margin-bottom: 2rem;
}

@media (min-width: 768px) {
  .card {
    padding: 2rem;
  }
}

.video-responsive {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Modifications of player made by Moodle: */
/* Audio: https://github.com/videojs/video.js/issues/2777 */
/* Audio: Remove big play button (leave only the button in controls). */
.video-js.vjs-audio .vjs-big-play-button {
  display: none;
}

/* Audio: Make the controlbar visible by default */
.video-js.vjs-audio .vjs-control-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Make player height minimum to the controls height so when we hide video/poster area the controls are displayed correctly. */
.video-js.vjs-audio {
  min-height: 3em;
}

/* In case of error reset height to the default (otherwise no aspect ratio is available and height becomes 0). */
.video-js.vjs-error {
  height: 150px;
}

/* Minimum height for videos should not be less than the size of play button. */
.mediaplugin_videojs video {
  min-height: 32px;
}

/* MDL-61020: VideoJS timeline progress bar should not be flipped in RTL mode. */
/* Prevent the progress bar from being flipped in RTL. */
/*rtl:ignore*/
.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
  left: 0;
  right: auto;
}

/* Keep the video scrubber button at the end of the progress bar in RTL. */
/*rtl:ignore*/
.video-js .vjs-play-progress:before {
  left: auto;
  right: -0.5em;
}

/* Prevent the volume slider from being flipped in RTL. */
/*rtl:ignore*/
.video-js .vjs-volume-level {
  left: 0;
  right: auto;
}

/* Keep the volume slider handle at the end of the volume slider in RTL. */
/*rtl:ignore*/
.vjs-slider-horizontal .vjs-volume-level:before {
  left: auto;
  right: -0.5em;
}

.map-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.map-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

::selection {
  color: #fff;
  background: #000;
  text-shadow: none;
}

img::selection {
  color: #fff;
  background: transparent;
}

img::-moz-selection {
  color: #fff;
  background: transparent;
}

.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9;
}

.smartphoto {
  background: rgba(0, 0, 0, 0.9);
}

#contact-enquiry {
  min-height: 14.4rem;
}

.form-check {
  padding: 0;
  margin-bottom: .5rem;
}

.form-check .label-text {
  line-height: 2rem;
  font-size: .9rem;
}

.form-label {
  width: 100%;
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  font-weight: bold;
  margin-bottom: .2rem;
}

.form-label a.link {
  font-size: .8rem;
  line-height: 1.4rem;
  color: rgba(28, 28, 28, 0.5);
}

.form-label a.link:hover {
  color: #1c1c1c;
  text-decoration: none;
}

.form-control {
  background-color: transparent;
  border-color: #dedede;
  border-width: 2px;
  line-height: 2rem;
}

.form-control:hover, .form-control:focus {
  border-color: #ababab !important;
  outline: none !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #007dc3;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 rgba(0, 0, 0, 0);
  outline: 0 none;
}

input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  right: 9000px;
}

input[type="checkbox"] + .label-text:before {
  content: "\f00c";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  margin-right: .5rem;
  background: transparent;
  border: 2px solid #dedede;
  border-radius: .25rem;
  width: 2rem;
  height: 1.8rem;
  font-size: .9rem;
  line-height: 1.6rem;
  text-align: center;
  color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

input[type="checkbox"]:checked + .label-text:before {
  content: "\f00c";
  background: #007dc3;
  color: #fff;
  border: 2px solid #007dc3;
}

input[type="checkbox"]:disabled + .label-text {
  color: #aaa;
}

input[type="checkbox"]:disabled + .label-text:before {
  content: "\f0c8";
  color: #ccc;
}

header {
  width: 100%;
  min-height: 9rem;
  z-index: 9999;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

header .logo {
  position: absolute;
  display: inline-block;
  width: 120px;
  height: 120px;
  background: #fff url(../img/logo.png) center center no-repeat;
  background-size: 90px 90px;
  text-indent: -9999px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
}

header .header-row {
  padding-left: 8.6rem;
}

header .header-title {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
}

header .header-desc {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  font-weight: 100;
  color: #fff;
}

header .header-nav {
  list-style: none;
  margin: 1rem 0;
  padding: 0;
}

header .header-nav > li {
  display: inline-block;
}

header .header-nav > li > a.btn,
header .header-nav > li > a.btn:focus {
  line-height: 1.6rem;
  text-transform: none;
  padding: 0 .5rem;
  font-size: 0.8rem;
}

header .header-nav > li > a.btn:hover,
header .header-nav > li > a.btn:focus:hover {
  text-decoration: none;
}

.navbar {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  background-color: #d3d3d3;
}

@media (min-width: 992px) {
  .navbar {
    background: #fff;
  }
}

.navbar .navbar-brand {
  display: inline-block;
  width: 90px;
  height: 90px;
  background: #fff url(../img/logo-mobile.png) center center no-repeat;
  background-size: 60px 60px;
  text-indent: -9999px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  margin-top: 0rem;
  margin-top: -1rem;
  margin-bottom: -2rem;
}

.navbar .navbar-nav > li.nav-item {
  margin-right: .6rem;
}

.navbar .navbar-nav > li.nav-item > a.nav-link,
.navbar .navbar-nav > li.nav-item > a.nav-link:focus {
  font-weight: 500;
  color: #1c1c1c;
  text-transform: uppercase;
  font-weight: 600;
  font-size: .8rem;
}

.navbar .navbar-nav > li.nav-item > a.nav-link:hover,
.navbar .navbar-nav > li.nav-item > a.nav-link:focus:hover {
  color: #007dc3;
}

.navbar .navbar-nav > li.nav-item > a.nav-link.active,
.navbar .navbar-nav > li.nav-item > a.nav-link:focus.active {
  color: #007dc3 !important;
  background-color: transparent;
}

.navbar .navbar-nav > li.nav-item > a.nav-link.active:hover,
.navbar .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
  background-color: transparent;
}

.navbar .navbar-nav .navbar-brand {
  width: 90px;
  height: 90px;
  background: url(../img/logo.png) center center no-repeat;
  background-size: 90px 90px;
  text-indent: -9999px;
}

.navbar .form-control {
  min-width: 18rem;
  padding-left: 2.5rem;
  font-size: .9rem;
  line-height: 1.4rem;
  border-radius: 2rem;
}

.overlay {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #1b1b1b;
  opacity: .8;
  z-index: 7;
}

.navbar-side {
  height: 100%;
  width: 90%;
  max-width: 20rem;
  position: fixed;
  top: 0;
  left: 0;
  padding: 7rem 1rem 1rem;
  list-style: none;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  overflow-y: scroll;
  z-index: 8;
}

.navbar-side .menu {
  padding-top: 5rem;
}

.navbar-side .form-control {
  padding-left: 2.5rem;
  font-size: .9rem;
  line-height: 1.4rem;
}

.navbar-side {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

.reveal {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

footer {
  width: 100%;
  z-index: 9999;
  background-color: #1b1b1b;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
}

footer .logo {
  display: block;
  width: 80px;
  height: 80px;
  margin: auto;
  background: url(../img/logo-white.png) center center no-repeat;
  background-size: 80px 80px;
}

@media (min-width: 768px) {
  footer .logo {
    display: inline-block;
    float: left;
    margin-right: 1rem;
  }
}

footer .footer-title {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  footer .footer-title {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  footer .footer-title {
    font-size: 1.6rem;
    margin-top: .5rem;
  }
}

footer .footer-desc {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  color: #fff;
  margin: 0;
  font-size: 0.8rem;
  font-weight: 100;
  text-align: center;
}

@media (min-width: 768px) {
  footer .footer-desc {
    text-align: left;
  }
}

@media (min-width: 1200px) {
  footer .footer-desc {
    font-size: 1rem;
  }
}

footer .footer-category {
  position: relative;
  color: #fff;
  text-transform: uppercase;
}

footer .footer-category:after {
  content: ' ';
  display: block;
  width: 3rem;
  margin: .3rem 0;
  border-bottom: 1px solid #007dc3;
}

footer .footer-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-nav > li {
  display: block;
}

footer .footer-nav > li > a,
footer .footer-nav > li > a:focus {
  font-size: 0.8rem;
  color: #dedede;
}

footer .footer-nav > li > a:hover,
footer .footer-nav > li > a:focus:hover {
  color: #fff;
  text-decoration: none;
}

footer div.copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  color: #6a6a6a;
  font-size: 0.8rem;
  padding: .8rem 0;
}

section.subheader {
  padding: 2rem 0;
  background-color: #1b1b1b;
}

section.subheader .sub-title {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  color: #fff;
  font-size: 1.6rem;
}

section.subheader .nav-filters {
  margin: 0;
  padding: 0;
  float: right;
}

@media (max-width: 992px) {
  section.subheader .nav-filters {
    float: none;
  }
}

section.subheader .nav-filters li.nav-item {
  display: inline-block;
  margin-left: .4rem;
}

@media (max-width: 992px) {
  section.subheader .nav-filters li.nav-item {
    display: block;
    width: 100%;
    margin: .8rem 0 0 0;
  }
  section.subheader .nav-filters li.nav-item .btn {
    width: 100%;
  }
}

.flex-grow {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

section.content {
  padding: 3rem 0;
}

section.content .section-title {
  margin-bottom: 2rem;
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}

section.content .section-title ul.list-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

section.content .section-title ul.list-menu li {
  display: inline-block;
  margin: 0 1rem;
  padding: 0;
}

section.content .section-title ul.list-menu li a {
  opacity: .3;
}

section.content .section-title ul.list-menu li a:hover {
  opacity: 1;
  text-decoration: none;
}

section.content .section-title ul.list-menu li.current a {
  opacity: 1;
}

section.content .img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 10rem;
}

section.content .img .gradient {
  position: absolute;
  top: auto;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 60%;
  z-index: 2;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
}

section.content .img .assets {
  position: absolute;
  bottom: 1.4rem;
  right: .8rem;
  z-index: 3;
}

section.content .img .assets li {
  display: inline-block;
  text-align: center;
  padding-top: 2.4rem;
  margin-left: .5rem;
}

section.content .img .assets li span {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
  color: #fff;
  padding: .2rem .8rem;
  border-radius: .2rem;
  border: solid 1px rgba(255, 255, 255, 0.1);
}

section.content .img .assets li.video {
  background: transparent url(../img/icon-video-white.png) center top no-repeat;
  background-size: 35px 35px;
}

section.content .img .assets li.photo {
  background: transparent url(../img/icon-photo-white.png) center top no-repeat;
  background-size: 35px 35px;
}

section.content .img .assets li.document {
  background: transparent url(../img/icon-document-white.png) center top no-repeat;
  background-size: 35px 35px;
}

section.content .img .assets li.map {
  background: transparent url(../img/icon-map-white.png) center top no-repeat;
  background-size: 35px 35px;
}

section.content .img-results {
  min-height: 14rem;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
}

section.content .live {
  position: absolute;
  top: 1rem;
  left: 1rem;
  display: inline-block;
  padding: .3rem .6rem;
  background: #007dc3;
  color: #fff;
  text-transform: uppercase;
  font-size: .7rem;
  font-weight: 500;
  z-index: 9;
  border-radius: 0.2rem;
}

section.content .live i.blink {
  -webkit-animation: blinker 0.8s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
  animation: blinker 0.8s cubic-bezier(0.5, 0, 1, 1) infinite alternate;
  margin-right: .2rem;
}

section.content .card-homepage {
  padding: 1.2rem 1.2rem .7rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  height: 100%;
}

section.content .card-story {
  display: inline-block;
  width: 100%;
  height: calc(100% - 0px);
  padding: 0 1.2rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

section.content .card-story .head {
  min-height: auto;
  padding-top: 1rem;
}

@media (min-width: 992px) {
  section.content .card-story .head {
    min-height: 12.6rem;
  }
}

section.content .card-listing {
  padding: 1rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-bottom: 0;
}

section.content .card-result {
  padding: 1rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

section.content .videos-list .details {
  background-color: rgba(14, 85, 157, 0.1);
  font-size: .8rem;
  font-weight: 600;
  padding: .4rem .8rem;
  margin-top: 0.8rem;
}

section.content .videos-list .details span {
  font-weight: normal;
  opacity: .3;
  padding-left: .2rem;
  padding-right: .2rem;
}

section.content ul.videos {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  clear: both;
}

section.content ul.videos li {
  display: inline-block;
  padding: .1rem;
}

@media (max-width: 768px) {
  section.content ul.videos li {
    margin-bottom: .4rem;
  }
}

section.content ul.videos li hr {
  margin: 0;
  padding: 0;
}

section.content ul.videos li .btn {
  width: 100%;
  padding-left: .6rem;
  padding-right: .6rem;
}

section.content .card-assets {
  padding: 1rem;
}

section.content .card-assets .asset-title {
  font-size: .8rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2rem;
  margin-bottom: .4rem;
  padding: .3rem 2.8rem;
}

section.content .card-assets .asset-title-photos {
  background: transparent url(../img/icon-photo-black.png) left center no-repeat;
  background-size: 35px 35px;
}

section.content .card-assets .asset-title-documents {
  background: transparent url(../img/icon-document-black.png) left center no-repeat;
  background-size: 35px 35px;
}

section.content .card-assets .asset-title-maps {
  background: transparent url(../img/icon-map-black.png) left center no-repeat;
  background-size: 35px 35px;
}

section.content .card-assets .asset-content {
  padding-left: 2.8rem;
}

section.content .card-assets .asset-content .link {
  display: inline-block;
  width: 100%;
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  font-size: .9rem;
  font-weight: 600;
}

section.content .card-assets .photo {
  position: relative;
  font-size: .8rem;
  margin-bottom: 1rem;
}

section.content .card-assets .photo .zoom {
  display: inline-block;
  width: 100%;
}

section.content .card-assets .photo .zoom:hover {
  opacity: .9;
}

section.content .card-assets .photo .btn-download {
  position: absolute;
  bottom: .3rem;
  right: .3rem;
  z-index: 3;
}

section.content .card-assets .photo .gradient {
  position: absolute;
  top: auto;
  bottom: 0;
  display: inline-block;
  width: 100%;
  height: 40%;
  z-index: 2;
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.7)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.7) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
  /* IE6-9 */
}

section.content .thumb-listing {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.content .card .date {
  font-size: .8rem;
  font-weight: 600;
  color: rgba(28, 28, 28, 0.6);
  margin-bottom: .2rem;
}

section.content .card h1.title {
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 600;
  margin-bottom: .2rem;
}

section.content .card .languages {
  margin-bottom: 1rem;
}

section.content .card .languages .btn-language {
  background: #dedede;
  color: #1c1c1c;
  padding: .2rem .3rem;
  line-height: .8rem;
}

section.content .card .languages .btn-language:hover, section.content .card .languages .btn-language:focus, section.content .card .languages .btn-language:active {
  background-color: #d1d1d1 !important;
  border-color: #d1d1d1 !important;
}

section.content .card p.desc {
  margin-bottom: 1rem;
}

section.content .card .actions {
  position: absolute;
  top: 2.4rem;
  right: 2.8rem;
}

section.content .card .actions .selected {
  background-color: rgba(14, 85, 157, 0.1);
}

section.content .card .message-sent {
  display: inline-block;
  text-align: center;
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  padding: 5rem .5rem .5rem;
  font-size: 1.6rem;
  font-weight: 600;
  background: transparent url(../img/icon-message-sent.png) top center no-repeat;
  background-size: 100px 80px;
}

@media (min-width: 992px) {
  section.content .card .message-sent {
    padding: 2rem 6.5rem;
    margin-right: -3rem;
    background: transparent url(../img/icon-message-sent.png) left center no-repeat;
    background-size: 100px 80px;
  }
}

section.content .table-downloads thead td,
section.content .table-downloads tbody td {
  font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
  vertical-align: middle;
}

section.content .table-downloads thead tr:first-child td {
  border: 0;
}

section.content .table-downloads tbody tr.selected {
  background-color: rgba(14, 85, 157, 0.1);
}

section.content .table-downloads thead td {
  font-weight: 600;
  padding-bottom: 1.5rem;
}

section.content .table-downloads tbody td {
  font-size: .9rem;
}

section.content .table-downloads tbody td input[type="checkbox"] + .label-text:before {
  margin-right: 0;
  border: 2px solid #dedede;
  width: 2.6rem;
  height: 2.42rem;
  font-size: .9rem;
  line-height: 2rem;
}

section.content .table-downloads tbody td input[type="checkbox"]:checked + .label-text:before {
  border: 2px solid #007dc3;
}

section.content .table-downloads .column-download {
  width: 110px !important;
}

section.subfooter {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  padding: 1rem 0;
}

section.subfooter p {
  font-weight: 600;
  padding: 0;
  margin: 0;
}

section.subfooter .btn {
  padding-left: 1rem;
  padding-right: 1rem;
  text-transform: none;
  margin: 0 .5rem;
  font-size: 1rem;
  color: #1c1c1c;
}

.grid-item {
  margin-bottom: 2rem;
}

.btn {
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  font-size: .8rem;
  line-height: 3rem;
  border-width: 2px;
  border-radius: 0.2rem;
  padding: 0 1.4rem;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.btn:active, .btn:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn-xs {
  font-size: .8rem;
  padding: .5rem;
  line-height: 1.2rem;
}

@media (min-width: 768px) {
  .btn-xs {
    padding: .5rem .75rem;
  }
}

.btn-primary {
  background: #007dc3;
  border-style: solid;
  border-width: 2px;
  border-color: #007dc3;
  color: #fff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #0c4886 !important;
  border-color: #0c4886 !important;
}

.btn-selected {
  position: relative;
  background: #007dc3 !important;
  border-style: solid;
  border-width: 2px;
  border-color: #007dc3;
  color: #fff;
}

.btn-selected:hover, .btn-selected:focus, .btn-selected:active {
  color: #fff;
  background-color: #0c4886 !important;
  border-color: #0c4886 !important;
}

.btn-selected:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #007dc3;
  border-width: 8px;
  margin-left: -8px;
}

@media (max-width: 768px) {
  .btn-selected:after {
    display: none;
  }
}

.btn-primary.disabled {
  background: #007dc3 !important;
  border-color: #007dc3 !important;
  color: #fff !important;
  opacity: .5;
  cursor: normal;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled:active {
  background: #007dc3 !important;
  border-color: #007dc3 !important;
  color: #fff;
  opacity: .5;
}

.btn-filter {
  background: transparent;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(222, 222, 222, 0.5);
  color: #fff;
}

.btn-filter:hover, .btn-filter:focus, .btn-filter:active {
  color: #fff;
  border-color: #d1d1d1 !important;
}

.btn-white {
  background: #fff;
  border-color: #fff;
  color: #1c1c1c;
}

.btn-white:hover, .btn-white:focus, .btn-white:active {
  background: #fff;
  border-color: #fff;
}

.btn-border {
  border-color: #dedede;
  color: #007dc3;
}

.btn-border:hover, .btn-border:focus, .btn-border:active {
  background: transparent;
  border-color: #ababab !important;
}

.btn-border:disabled {
  border-color: #dedede;
  color: #dedede;
  opacity: .75;
  cursor: normal;
}

.btn-border:disabled:hover, .btn-border:disabled:focus, .btn-border:disabled:active {
  border-color: #dedede !important;
  color: #dedede;
  opacity: .75;
}

.navbar-toggler {
  background: #fff;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  color: #1c1c1c;
  font-size: .9rem;
  line-height: 1.8rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: -.1rem;
}

.navbar-toggler:hover, .navbar-toggler:focus, .navbar-toggler:active {
  color: #fff;
  background: #007dc3;
  border-color: #007dc3;
}

.dropdown-menu {
  border: 0;
  padding: 0;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
  font-size: .9rem;
}

.dropdown-menu a {
  border-radius: 0.2rem;
}

.form-icon {
  position: relative;
}

.form-icon .icon {
  position: absolute;
  z-index: 9999;
  top: .4rem;
  color: #dedede;
}

.form-icon .icon-left {
  left: 1rem;
}

.has-error .help-block {
  font-size: .8rem;
  padding: .5rem 0 0;
  margin: 0;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #007dc3;
}

.has-error .form-control,
.has-error .form-select,
.has-error .form-select select {
  border-color: #007dc3;
}

.nav-tabs .nav-item {
  margin-right: 3px;
}

.nav-tabs .nav-link {
  border: 1px solid #dee2e6;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #007dc3;
  border-color: #007dc3;
}
