*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
color: #93b52a;
}

a:hover {
color: #0e4248;
text-decoration: none;
}

small, .small {
margin-top: 1rem;
}

li.current a {
color: #0e4248;
}

h1:hover, h2:hover, h3:hover, h4:hover, h5:hover, h6:hover {
text-decoration: none;
}

.navbar {
min-height: 86px;
background: url(../img/bg/cps-nav-bg.png);
background-position: right 0px top 0px;
background-repeat: no-repeat;
}

.navbar-bg {
background: url(../img/bg/cps-nav-bg.png);
background-position: right 0px top 0px;
background-repeat: no-repeat;
height: 86px;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 0.7);
}

.dropdown-item:hover, .dropdown-item:focus {
background-color: #93b52a;
}

.bg-nav-colour {
background-color: #292929;
}

.navbar-toggler {
background-color: #000;
border: 1px solid #0e4248;
}

.navbar-light .navbar-toggler-icon {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
color: rgba(255, 255, 255, 1);
}

.navbar-nav .navbar-nav .nav-link {
color: rgba(255, 255, 255, 1);
}

.navbar-light .navbar-nav .nav-link {
color: rgba(255, 255, 255, 1);
}

ul.nav-social a {
color: rgba(255, 255, 255, 1);
margin-right: 10px;
}

ul.nav-social a:hover {
color: #000;
}

.dropdown-toggle::after {
color: #93b52a;
}

/* Breadcrumbs
========================================================================== */
.breadcrumb {
background-color: transparent;
padding-left: 0;
font-size: 0.85em;;
margin-bottom: 20px;s
}

.carousel-caption {
position: absolute;
right: auto;
bottom:50px;
left: 10%;
z-index: 10;
max-width: 600px;
padding: 20px;
color: #fff;
text-align: left;
background-color: rgba(0, 0, 0, 0);
}

.carousel-controls {
transform: translateY(50px);
}

.carousel-controls a:hover span {
background: rgba(40, 55, 66, 0.1);
}

.carousel-control-prev {
top: auto;
left: 69%;
bottom: 60px;
opacity: 1;
transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.carousel-control-next {
top: auto;
left: 80%;
margin-left: 8px;
bottom: 60px;
opacity: 1;
transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.carousel-controls a span {
width: 56px;
height: 56px;
line-height: 36px;
font-size: 18px;
position: absolute;
padding: 10px;
border-radius: 50%;
color: #283742;
background: rgba(40, 55, 66, 0.03);
transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.carousel-indicators li {
height: 7px;
}

.btn-primary-light-green {
background: #93b52a !important;
color: #ffffff !important;
}

.btn-primary-light-green:hover {
background: #000 !important;
color: #fff !important;
}

.btn-primary-dark-green {
background-color: #0e4248 !important;
color: #ffffff !important;
}

.btn-primary-dark-green:hover {
background: #93b52a !important;
color: #fff !important;
}

.btn {
border-radius: 0;
border: none;
margin: 1rem 0;
}

.btn-carousel-primary-dark-green {
background: #0e4248;
color: #ffffff !important;
}

.btn-carousel-primary-dark-green:hover {
background: #93b52a;
color: #fff !important;
}

/* Icon Down */
@-webkit-keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  25%,
  75% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
}

/* Icon Down */
.hvr-icon-down {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  padding-right: 2.2em;
}
.hvr-icon-down:before {
  content: "\f01a";
  position: absolute;
  right: 1em;
  padding: 0 1px;
  font-family: FontAwesome;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.hvr-icon-down:hover:before, .hvr-icon-down:focus:before, .hvr-icon-down:active:before {
  -webkit-animation-name: hvr-icon-down;
  animation-name: hvr-icon-down;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

/* Icon Forward */
.hvr-icon-forward {
display: inline-block;
vertical-align: middle;
-webkit-transform: perspective(1px) translateZ(0);
transform: perspective(1px) translateZ(0);
box-shadow: 0 0 1px rgba(0, 0, 0, 0);
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
}
.hvr-icon-forward .hvr-icon {
-webkit-transform: translateZ(0);
transform: translateZ(0);
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
}
a.hvr-icon-forward:hover .hvr-icon, .hvr-icon-forward:focus .hvr-icon, .hvr-icon-forward:active .hvr-icon {
-webkit-transform: translateX(4px);
transform: translateX(4px);
}

a.hvr-icon-forward:hover {
text-decoration: none;
}

.carousel-overlay {
background-color: #000;
bottom: 0;
left: 0;
opacity: 0.2;
position: absolute;
right: 0;
top: 0;
z-index: 0;
pointer-events: none;
}

.carousel-indicators {
bottom: -10px;
}

.carousel-caption h1 {
font-size: 2rem;
}

.carousel-caption h3 {
font-size: 1.5rem;
}

.carousel-indicators li {
background-color: #0e4248
}

.carousel-indicators li:hover {
background-color: #93b52a
}

.carousel-indicators .active {
background-color: #93b52a
}

li> a.current {
background-color: #0e4248 !important;
color: #ffffff !important;
text-decoration: none;
}

.history-section {
position: relative;
background:
linear-gradient(
rgba(0, 0, 0, 0.3),
rgba(0, 0, 0, 0.3)
),
url(../files/history/cps-meeting-room.jpg);
background-size: cover;
height: 80vh;
}

.publications-section {
position: relative;
background:
linear-gradient(
rgba(0, 0, 0, 0.3),
rgba(0, 0, 0, 0.3)
),
url(../files/journal/publications-banner.jpg);
background-size: cover;
height: 80vh;
}

.title-overlay {
position: absolute;
left: 11%;
bottom: 5%;
}

.exhibition-section {
position: relative;
background:
linear-gradient(
rgba(0, 0, 0, 0.3),
rgba(0, 0, 0, 0.3)
),
url(../files/exhibition/exhibition-banner.jpg);
background-size: cover;
height: 80vh;
}

.mp-section {
position: relative;
background:
linear-gradient(
rgba(0, 0, 0, 0.3),
rgba(0, 0, 0, 0.3)
),
url(../files/journal/mathematical-proceedings-banner.jpg);
background-size: cover;
height: 80vh;
}

.br-section {
position: relative;
background:
linear-gradient(
rgba(0, 0, 0, 0.3),
rgba(0, 0, 0, 0.3)
),
url(../files/journal/biological-reviews-banner.jpg);
background-size: cover;
height: 80vh;
}

.book-section {
position: relative;
background:
linear-gradient(
rgba(0, 0, 0, 0.3),
rgba(0, 0, 0, 0.3)
),
url(../files/journal/spirit-of-inquiry-banner.jpg);
background-size: cover;
height: 80vh;
}

.about-section {
position: relative;
background:
linear-gradient(
rgba(0, 0, 0, 0.3),
rgba(0, 0, 0, 0.3)
),
url(../files/about/cps-charter.jpg);
background-size: cover;
height: 80vh;
}

.nobel-section {
position: relative;
background:
linear-gradient(
rgba(0, 0, 0, 0.3),
rgba(0, 0, 0, 0.3)
),
url(../files/nobel/nobel-winners.jpg);
background-size: cover;
height: 80vh;
}

.archive-section {
position: relative;
background:
linear-gradient(
rgba(0, 0, 0, 0.3),
rgba(0, 0, 0, 0.3)
),
url(../files/archives/archives.jpg);
background-size: cover;
height: 80vh;
}

.s-block-2 {
padding-top: 2.5rem;
padding-bottom: .5rem;
position: relative;
}

.nobel-avatar img {
text-align: center;
}

img.img-hover {
wopacity: 1;
-webkit-transition: .3s ease-in-out;
transition: .3s ease-in-out;
}

img.img-hover:hover {
background-color: rgba(147, 181, 42, 0.2);
}

.banner-title {
position: absolute;
bottom: 10%;
left: 50%;
transform: translate(-50%, -50%);
color: white;
text-align: center;
}

.content h2 {
margin: 1em 0 1em 0;
}

h3.section-header {
font-weight: 400;
margin: 0 0 30px 0;
}

#section-video {
padding: 3em 0 3em 0;
background-color: #0e4248;
color: #fff;
}

#section-funding {
padding: 3em 0 3em 0;
background-color: #0e4248;
color: #fff;
}

#section-publications {
padding: 3em 0 3em 0;
background-color: #F5F5DC;
color: #000;
}
.section-bg {
background: url(../img/bg/section-bg.png);
background-position: right 0px top 0px;
background-repeat: no-repeat;
height: auto;
}

#section-about {
padding: 2em 0 2em 0;
background-color: #93b52a;
}

#section-video {
padding: 2em 0 2em 0;
background-color: #000;
color: #fff;
}

#section-page-banner {
padding: 1em 0 2em 0;
}

#page-section {
padding: 0 0 2em 0;
}

#section-about p {
font-weight: 600;
}

#section-events {
padding: 2em 0 2em 0;
background-color: #fff;
}

#section-upcoming-events {
padding: 3em 0 3em 0;
background-color: #0e4248;
color: #fff;
}

#section-upcoming-events a:hover {
color: #fff;
}

#section-about a {
color: #000;
}

#section-about a:hover {
color: #fff;
}
section.page-section {
padding: 100px 0;
}

.news-top {
background-color: #93b52a;
}

.news-headline {
padding: 20px;
}

.news-image {
position: relative;
overflow: hidden;
background-repeat: no-repeat;
background-size: cover;
background-position: 50%;
}

.news-date {
position: absolute;
top: 0;
left: 0;
background: #0e4248;
width: fit-content;
color: #ffffff;
line-height: 2;
padding: 4px 12px;
text-align: center;
}

.news-type {
position: absolute;
bottom: 0;
left: 0;
background: #0e4248;
width: fit-content;
color: #ffffff;
margin: 0;
padding: 4px 12px;
}

.display-4 {
font-family: 'DM Sans', sans-serif;
font-size: 0.75rem;
line-height: 1.4;
}

.hover-overlay .mask {
opacity: 0;
-webkit-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}

.mask {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
overflow: hidden;
background-attachment: fixed;
}

.hover-overlay .mask:hover {
  opacity: 1;
}

.twitter-share-button[style] { vertical-align: middle !important; }

.badge-secondary {
background-color: #93b52a;
color: #fff;
}

.badge-cps {
background-color: #93b52a;
color: #fff;
padding: 5px;
text-transform: uppercase;
margin-bottom: 1em;
}

.badge-upcoming {
background-color: #FF4500;
color: #fff;
padding: 5px;
text-transform: uppercase;
margin-bottom: 1em;
}

.badge-booking {
background-color: #000;
color: #fff;
padding: 5px;
text-transform: uppercase;
margin-bottom: 1em;
}

.booking {
color: #fff;
padding: 0;
text-transform: uppercase;
margin-bottom: 1em;
}

.badge {
border-radius: 0;
}

.event-block {
border-bottom: 1px solid #000;
background-color: #f0f3f5;
padding: 15px;
margin-bottom: 1em;
}

.date-time {
background-color: #93b52a;
}

time > .day {
display: block;
font-size: 36pt;
font-weight: 700;
line-height: 1;
color: #93b52a;
text-align: center;
}

time > .month {
display: block;
font-size: 18pt;
font-weight: 400;
line-height: 1;
text-align: center;
}

time > .year {
display: block;
font-size: 16pt;
font-weight: 700;
line-height: 1;
color: #000;
text-align: center;
}

/* MINI Calendar */

#mc_calendar {
	margin: 0;
	width: 100%;
	background-color: #B6B1A9;
}

#mc_calendar caption a.arrow-left {
background-color: transparent;
}

#mc_calendar caption a.arrow-right {
background-color: transparent;
}

#mc_calendar caption a.month {
text-align: center;
}

#mc_calendar .mini_calendar_days th {
    background: #e5e5e5;
    border: 1px solid #979797;
    border-width: 1px 0;
}

#mc_calendar td, #mc_calendar th {
	padding: 0;
	margin: 0;
	text-align: center;
}

#mc_calendar th {
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mc_calendar td.day.today {
background-color: #93b52a;
}

#mc_calendar td.day a.event {
background-color: #0e4248;
padding: 1px;
}

#mc_calendar td.day a.event:hover {
background-color: #000;
color: #fff;
}

#mc_calendar td.day {
font-weight: bold;
color: #000000;
padding: 8px;
background-color: #f3f3f3;
}

#mc_calendar table th {
background: #93b52a;
}

#mc_calendar #mc_days th {
	background: #B6B1A9;
}

#mc_calendar th a {
	color: #fff;
	font-size: 15px;
}
#mc_calendar th a.icon {
	padding: 2px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
#mc_calendar a.left {
	padding-right: 7px;
}
#mc_calendar a.right {
	padding-left: 8px;
}
#mc_calendar td a {
	display: block;
	color: #fff;
}
#mc_calendar td div, #mc_calendar td.has_events div #mc_calendar td.mc_pad div {
	vertical-align: middle;
	text-align: center;
	padding: 6px;
}
#mc_calendar td.has_events div {
	padding: 0;
}
#mc_calendar td.has_events div a {
	font-weight: bold;
	color: #000000;
	display: block;
	padding: 6px;
	background-color: #fff;
}
#mc_calendar td.has_events .middot {
	display: block;
	padding: 6px;
}
#mc_calendar td.has_events div a:hover, #mc_calendar td.selected div.mc_date {
	background: #dff0d9;
	text-decoration: none;
}
#mc_calendar td.today div, #mc_calendar td.today div a {
	background-color: #fcf8e4;
}
#mc_events {
	width: 245px;
	margin: 0 auto;
	padding-top: 4px;
	line-height: 1.5;
}
#mc_event_details {
	border: 1px solid #ccc;
	padding: 7px;
	clear: both;
	margin-top: 4px;
}
#mc_event_details .event {
	display: none;
}
#mc_event_details .active {
	display: block;
}
#mc_events hr {
	border: 1px dotted #ccc;
	border-width: 1px 0 0;
}
#mc_events h4 {
	margin: 0;
}
#mc_days th {
	border: 1px solid #979797;
	border-width: 1px 0;
}
.dl-horizontal dt {
	text-align: left;
	line-height: 25px;
}


p.event-location {
font-size: 0.75em;
font-weight: 600;
}

.event-location i {
color: rgb(255, 0, 0);
}

.events-block {
margin-bottom: 2em;
}

section.down-south h5.section_heading {
text-transform: uppercase;
font-weight: 600;
color: #fff;
}

section.down-south a:hover {
color: #fff;
}

h4.section_heading, h5.section_heading {
text-transform: uppercase;
}

section.down-south {
background-color: #000;
padding: 2em 0 2em 0;
}

section.down-south a {
color: #fff;
font-size: 0.75em;
}

section.down-south p {
color: #fff;
font-size: 1em;
}

section.down-south a:hover {
color: #93b52a;
}

#footer_section {
background-color: #111;
color: #fff;
font-size: 0.75rem;
padding-top: 20px;
padding-bottom: 20px;
}

.footer-menu ul li a {
color: #fff;
position: relative;
font-size: 0.75rem;
}

.footer-menu ul li a:before {
content: "";
position: absolute;
width: 0;
height: 1px;
bottom: -5px;
left: 0;
background-color: #93b52a;
visibility: hidden;
transition: all 0.3s ease-in-out;
}

.footer-menu ul li a:hover {
color: #93b52a;
text-decoration: none;
}

.footer-menu ul li a:hover:before {
visibility: visible;
width: 100%;
}

#footer_section a {
color: #fff;
}

#footer_section a:hover {
color: #93b52a;
}

#footer_section p.copyright {
text-align: center;
color: #fff;
}

ul.social-icons li a {
color: #fff;
font-size: 1.5em;
}

ul.social-icons li a:hover {
color: #93b52a;
text-decoration: none;
}

ul.social-icons li a:hover:before {
visibility: hidden;
}

.btn .mbr-iconfont {
font-size: 15px !important;
order: 1;
}
.btn .mbr-iconfont {
margin-left: 13px;
}
.btn:hover .mbr-iconfont {
animation: animBtn ease-out 0.3s;
}
@keyframes animBtn {
0% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
51% {
-webkit-transform: translateX(20px);
transform: translateX(20px);
opacity: 1;
}
52% {
opacity: 0;
-webkit-transform: translateX(-20px);
transform: translateX(-20px);
}
53% {
opacity: 0;
}
54% {
opacity: 1;
}
100% {
-webkit-transform: translateX(0px);
transform: translateX(0px);
}
}

.video {
align-self: flex-start;
margin-bottom: 30px;
width: 100%;
}

.video-block {
display: flex;
align-items: center;
}

.play-video {
width: 62px;
height: 62px;
transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
position: relative;
background-color: rgba(25, 31, 35, 0.95);
border-radius: 50%;
}

.play-video:hover {
background-color: rgba(255, 0, 0, 0.5);
}

.align-center {
text-align: center;
}

.play-video span {
color: #ffffff;
font-size: 18px;
cursor: pointer;
width: 62px;
height: 62px;
line-height: 62px;
position: relative;
display: inline-block;
margin-left: 2px;
}

.play-video:before {
content: '';
border-color: inherit;
width: 100%;
height: 100%;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
opacity: 1;
background: rgba(25, 31, 35, 0.5);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-duration: 1.2s;
animation-name: video;
animation-iteration-count: infinite;
animation-delay: 1s;
}

p.video-text {
margin-left: 10px;
}

@keyframes video {
0% {
transform: scale(1);
opacity: 1;
}
100% {
transform: scale(1.5);
opacity: 0;
}
}

p.youtube a {
color: #000;
padding: 5px;
background-color: rgba(255, 0, 0, 1);
max-width: 115px;
}

p.youtube a:hover {
color: #fff;
background-color: rgba(255, 0, 0, 1);
text-decoration: none;
}

/* -------------------------------------------------------------------
* ## go to top
* ------------------------------------------------------------------- */
.scrollToTopBtn {
background-color: black;
border: none;
border-radius: 50%;
color: white;
text-align: center;
cursor: pointer;
font-size: 16px;
line-height: 48px;
width: 48px;

/* place it at the bottom right corner */
position: fixed;
bottom: 30px;
right: 30px;
/* keep it at the top of everything else */
z-index: 100;
/* hide with opacity */
opacity: 0;
/* also add a translate effect */
transform: translateY(100px);
/* and a transition */
transition: all .5s ease
}

.showBtn {
opacity: 1;
transform: translateY(0)
}

.scrollToTopBtn:hover {
background-color: #0e4248;
color: #fff;
}

.scrollToTopBtn, .scrollToTopBtn:visited i {
font-size: 12px;
}

#section-video hr {
border: 1px solid white;
margin: 1.25em 0 1.25em 0;
}

.side-video hr:last-child {
display:none;
}

h2.media-title {
opacity: .9;
margin: 1em 0 1em 0;
font-size: 1.5em;
}

h5.media-title {
opacity: .9;
margin: 1em 0 1em 0;
font-size: 1em;
}

.timeline-avatar {
margin: 20px 20px 20px 0;
background-size: cover;
border-radius: 50%;
width: 150px;
height: 150px;
}

figur {
display: inline-block;
text-align: center;
}

figure.image.image-style-align-left {
float: left;
background: #E6E6E6;
margin: 0 1.5em 0 0;
}

figure.image img {
width: 100%;
}

figure.image figcaption{
font-size: 0.75rem;
margin: 1em;
}

li.side-menu a {
display: block;
padding: 15px 10px;
}

li.side-menu a:hover {
color: #0e4248;
}

li.side-menu {
border-bottom: 1px solid #000;
}

li.nav-item:last-child {
border-bottom: none;
}

hr.divider {
border: 1px solid white;
margin: 1.25em 0 1.25em 0;
}

ul.social {
margin: 0;
padding: 0;
width: 100%;
}

ul.social > li {
display: inline-block;
text-align: center;
}

ul.social > li > a {
display: inline-block;
font-size: 18px;
line-height: 30px;
width: 30px;
height: 30px;
border-radius: 36px;
background-color: #222222;
color: #fff;
margin: 0 3px 3px 0;
}

ul.social > li > a:hover {
text-decoration: none;
background-color: #93b52a;
}

.entry-meta {
font-size: 1rem;
color: #333;
}

.side-menu  h4 {
font-size: 1rem;
}

.side-menu {
padding: .6em 0;
width: 100%;
}

.display-6 {
font-size: 1rem;
}

.pagination {
border-radius: 0;
}

.page-link {
position: relative;
display: block;
padding: 0.5rem 0.75rem;
margin-left: -1px;
line-height: 1.25;
color: #93b52a;
background-color: #0e4248;
border: 1px solid #dee2e6;
}

.page-link:hover {
z-index: 2;
color: #fff;
text-decoration: none;
background-color: #0e4248;
}

.page-link:focus {
z-index: 3;
outline: 0;
box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

fieldset {
margin: 0 0 2% 0;
}

input.form-input ,
textarea.form-input  {
width: 80%;
outline: none;
font-family: calluna, serif;
border: 1px solid #ebebeb;
box-shadow: none;
display: block;
color: #000;
background-color: #f8faf9;
padding: 15px 15px;
margin: 5px 0 15px 0;
font-size: 1em;
text-transform: none;
font-weight: 400;
-webkit-transition: all .4s ease-in;
-moz-transition: all .4s ease-in;
-o-transition: all .4s ease-in;
transition: all .4s ease-in;
}

input:focus.form-input,
textarea:focus.form-input {
background: #666;
color: #fff;
}

fieldset input.email,
fieldset textarea.email {
width: 90%;
outline: none;
border: 1px solid #666;
display: block;
box-shadow: none;
color: #fff;
background-color: #666;
margin-bottom: 10px;
padding: 10px 10px;
font-size: 1em;
text-transform: none;
font-weight: 400;
-webkit-transition: all .4s ease-in;
-moz-transition: all .4s ease-in;
-o-transition: all .4s ease-in;
transition: all .4s ease-in;
}

input [type="email"] {
appearance: none;
-webkit-appearance: none;
border: 1px solid rgba(0, 0, 0, 0.10);
background: #fff;
-webkit-border-radius: 0px !important;
-moz-border-radius: 0px !important;
border-radius: 0px !important;
color: #000;
outline: none;
font-weight: 500;
font-size: 12px;
padding-left: 15px;
padding-right: 15px;
transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
-moz-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
-webkit-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
-o-transition: all 0.2s cubic-bezier(0, 0, 0.58, 1) 0s;
display: inline-block;
text-transform: none;
line-height: 1;
vertical-align: middle;
}

fieldset input.email:focus {
background: #fff;
color: #000;
}

.form-label {
font-weight: bold;
font-size: 1em;
}

input.button {
display: inline-block;
padding: 0.7em;
text-decoration: none;
background-color: #0e4248;
color: #ffffff;
border: 0;
border-radius: 0px;
text-decoration: none;
margin-bottom: 10px;
}

input.button:hover {
text-decoration: none;
background-color: #000;
}


.video span {
color: #ffffff;
text-align: center;
cursor: pointer;
width: 32px;
height: 32px;
line-height: 36px;
position: relative;
display: inline-block;
margin-left: 2px;
}

.video {
width: 36px;
height: 36px;
transition: all cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
position: absolute;
background-color: rgba(25, 31, 35, 0.95);
border-radius: 50%;
}

.overlay-container {
position: relative;
}

.play-icon {
position: absolute;
color: black;
cursor: pointer;
left: 50%;
bottom: 50%;
}

.video:hover {
background-color: rgba(255, 0, 0, 0.5);
}

.white {
color: #fff;
}

.video:before {
content: '';
border-color: inherit;
width: 100%;
height: 100%;
border-radius: 50%;
position: absolute;
top: 0;
left: 0;
opacity: 1;
background: rgba(25, 31, 35, 0.5);
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
animation-duration: 1.2s;
animation-name: video;
animation-iteration-count: infinite;
animation-delay: 1s;
}

p.credit {
font-size: 0.75em;
}

.search_results li.resultRowTwo {
background-color: #e2e2e2;
}

.search_results li {
margin: 0 0 10px;
}

.search_results span.search-channel {
color: #787878;
display: block;
font: normal 12px/15px sans-serif;
text-transform: uppercase;
}

.search_results h6.entry-meta {
font-size: 0.75em;
margin-top: : 20px;
}

.founders-summary figure.image {
float: left;
width: 200px;
margin-right: 1em;
}
.founders-summary p:first-child:first-letter {
  color: #000;
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}

hr:last-child {
display: none;
