body {
	font-family: 'Open Sans', sans-serif;
	line-height: 22px;
}
.shadow {
	width: 100%;
	-moz-box-shadow: inset 0 10px 10px -8px #696868, inset 0 -10px 10px -8px #696868;
	-webkit-box-shadow: inset 0 10px 10px -8px #696868, inset 0 -10px 10px -8px #696868;
	box-shadow: inset 0 10px 10px -8px #696868, inset 0 -10px 10px -8px #696868;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color: #4e4e4e;
}
h1 {
	font-size: 36px;
	color: #fff;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 14px;
	color: #000;
	font-weight: 400;
	line-height: 22px;
}
h4 {
	font-size: 16px;
}
a {
	color: #003262;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}
a:hover, a:focus {
	color: #111;
	text-decoration: none;
	outline: none;
}
/*************************
*******Header******
**************************/

.subname h4 {
	font-size: 18px;
	font-weight: 500;
	text-shadow: 1px 1px 2px #000;
	color: #ffb600;
	padding-left: 30%;
	text-transform: uppercase;
}
.navbar>.container .navbar-brand {
	margin-left: 0;
}
.hero {
	background: linear-gradient( rgba(30, 86, 134, 0), rgba(30, 86, 134, 0.01) ), url('../images/back1.jpg');
	background-size: cover;
	clear: both;
	position: relative;
}
.hero-body__content {
	padding: 0em 0;
	width: 100%;
	color: #ffb600;
	position: relative;
	z-index: 5;
}
.hero-body__content h2 {
	color: #ffb600;
	font-size: 24px;
	text-shadow: 1px 1px 2px #000;
	font-weight: 600;
	line-height: 1.6;
	margin: 1.5em 0 0 0;
	text-transform: uppercase;
}
.gratz h2 {
	color: #C70039;
	font-size: 20px;
	text-shadow: 1px 1px 2px #000;
	font-weight: 600;
	line-height: 1.6;
	text-transform: uppercase;
}
.top-bar {
	background: #55512e; /* For browsers that do not support gradients rgb(30, 86, 134)*/
	line-height: 28px;
	text-align: right;
}
.top-menu {
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.top-menu li {
	display: inline-block;
}
ul.top-menu li a {
	display: inline-block;
	color: #ddd;
	padding-left: 8px;
	padding-right: 8px;
	line-height: 25px;
	text-align: right;
}
ul.top-menu li a:hover {
	background: #183564;
	color: #fff;
}
.top-logo {
	padding-top: 0;
	margin-left: 40px;
}
.navbar-brand {
	padding: 0;
	margin: 0;
	margin-bottom: 10px;
	margin-top: 10px;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	background: #004e82;
	padding: 0px 0;
	padding-bottom: 0;
	-moz-box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.6);
	box-shadow: 0px 1px 8px rgba(0,0,0,0.6)
}
.navbar-nav {
	margin-top: 1px;
}
.navbar-nav>li {
	margin-left: 3px;
	padding-bottom: 2px;
}
.navbar {
	min-height: 30px;
}
.navbar-inverse .navbar-nav > li > a {
	padding: 5px 12px;
	margin: 0;
	color: #fff;
	line-height: 24px;
	display: inline-block;
}
.navbar-inverse .navbar-nav > li > a:hover {
	background-color: #c52d2f;
	color: #fff;
}
.navbar-inverse {
	border: none;
}
.navbar-inverse .navbar-brand {
	font-size: 36px;
	line-height: 50px;
	color: #fff;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #c52d2f;
	color: #fff;
}
/**pagination**/

ul.pagination > li > a {
	border: 0;
}
ul.pagination > li.active > a, ul.pagination > li:hover > a {
	background-color: #283b59;
	color: #fff;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #32c5d2;
	border-color: #32c5d2;
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	z-index: 3;
	color: #fff;
	background-color: #32c5d2;
	border-color: #32c5d2;
}
.pagination > li > a, .pagination > li > span {
	color: #283b59;
}
/***********************
********* Footer ******
************************/


.footer {
	padding-top: 10px;
	padding-bottom: 10px;
	color: #ddd;
	background: #222;
	text-align: center;
}
hr.fancy-line, hr.fancy-line:before {
	background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 75%);
	background: -webkit-gradient(radial, center center, 0px, center center, 75%, color-stop(0%, rgba(0,0,0,0.1)), color-stop(75%, rgba(0,0,0,0)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 75%);
	background: -o-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 75%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 75%);
	background: radial-gradient(ellipse at center, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 75%);
}
hr.fancy-line {
	border: 0;
	height: 1px;
	position: relative;
	margin: 20px 0 20px;
}
body > section {
	padding: 10px 0;
}
.login-page {
	width: 500px;
	padding: 8% 0 0;
	margin: auto;
}
.form {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	max-width: 500px;
	margin: 0 auto 100px;
	padding: 45px;
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.footer_image {
	margin-left: 20px;
	margin-right: 40px;
}
.footer_image img {
	padding-left: 100px;
	padding-right: 180px;
}
ul.arrow, ul.arrow-double, ul.tick, ul.cross, ul.star, ul.rss {
	list-style: none;
	padding: 0;
	margin: 0;
}
/*Unordered Lists*/
ul.arrow, ul.arrow-double, ul.tick, ul.cross, ul.star, ul.rss {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.arrow li::before, ul.arrow-double li::before, ul.tick li::before, ul.cross li::before, ul.star li::before, ul.rss li::before, ul.arrow li::after, ul.arrow-double li::after, ul.tick li::after, ul.cross li::after, ul.star li::after, ul.rss li::after {
	font-family: FontAwesome;
	font-size: 11px;
}
ul.arrow li::before, ul.arrow-double li::before, ul.tick li::before, ul.cross li::before, ul.star li::before, ul.rss li::before {
	margin-right: 5px;
}
ul.arrow li::before {
	content: "\f105";
}
ul.arrow-double li::before {
	content: "\f101";
}
.wet-asphalt {
	background-color: #283b59; /* #34495e; */
}
.wet-asphalt h1, .wet-asphalt h2, .wet-asphalt h3, .wet-asphalt h4, .wet-asphalt h5, .wet-asphalt h6 {
	color: #fff;
}
.wet-asphalt a:not(.btn) {
	color: #bdc3c7;
}
#bottom {
	background-color: #063F75;
	background-size: cover;
	clear: both;
	position: relative;
}
#recent-works .col-xs-12.col-sm-4.col-md-3 {
	padding: 0;
}
#recent-works {
	padding-bottom: 70px;
}
.recent-work-wrap {
	position: relative;
	padding: 2px;
}
.recent-work-wrap .recent-work-inner {
	top: 0;
	background: transparent;
	opacity: .8;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0;
}
.recent-work-wrap .recent-work-inner h3 {
	margin: 10px 0;
}
.recent-work-wrap .recent-work-inner h3 a {
	font-size: 24px;
	color: #fff;
}
.recent-work-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	border-radius: 0;
	background: rgba(0, 0, 0, 0.7);
	color: #000;
	vertical-align: middle;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	padding: 30px;
}
.recent-work-wrap .overlay .preview {
	bottom: 0;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border-radius: 0;
	background: transparent;
	text-align: center;
	color: #fff;
}
.recent-work-wrap:hover .overlay {
	opacity: 1;
}
/*satellite image div*/
#firstDiv {
	margin: 20px;
	display: inline-block;
	width: 230px;
	overflow: hidden;
	vertical-align: top;
}
/*satellite image div*/


.learn-more {
	background-color: #e7e9ec;
	color: #fff;
	font-size: 1.15em;
	font-weight: bold;
	line-height: 1.2;
	margin: 0 0 0.4em 0;
	text-transform: uppercase;
}
.learn-more__body {
	font-size: 1.1em;
	padding: 1.25em;
	text-align: center;
}
.learn-more__body a {
	text-transform: uppercase;
	font-weight: bold;
	color: #0088cc;
	text-decoration: none;
}
.forward {
	background-color: #e7e9ec;
	color: #fff;
	line-height: 1.2;
	margin: 10px 0 0 0;
}
.forward__body {
	font-size: 1.1em;
	text-align: center;
}
.forward__body a {
	padding: 1em;
}
.learn-more__body>.nav>li>a {
	padding: 1px 15px;
}
.img-rounded {
	border-radius: 1px;
}
.caption {
	width: 99%;
 bottom: .2rem;
	position: absolute;
	background: #000;
	background: -webkit-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -o-linear-gradient(bottom, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: linear-gradient(to top, #000 40%, rgba(0, 0, 0, 0) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.thumbnail {
	border: 0 none;
	box-shadow: none;
	margin: 0;
	padding: 10px;
}
.caption h4 {
	padding: 1px;
	color: #fff;
	-webkit-font-smoothing: antialiased;
}
.alizarin {
	background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), rgba(0,0,0,0.25) url('../images/2.jpg') no-repeat center;
	background-size: cover;
	padding: 10px;
	padding-bottom: 60px;
}
/* Form Style */
a:hover, a:focus {
	text-decoration: none;
	outline: none;
}
#accordion .panel {
	border: none;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 5px;
}
#accordion .panel-heading {
	padding: 0;
	border-radius: 0;
	text-align: left;
	border: none;
}
#accordion .panel-title a {
	display: block;
	padding: 15px;
	font-size: 16px;
	font-weight: bold;
	background: #283b59;
	color: #fff;
	transition: all 0.5s ease 0s;
}
#accordion .panel-title a:hover {
	background: rgba(12, 1, 25, 0.8);
}
#accordion .panel-body {
	font-size: 14px;
	background: #fff;
	padding: 25px 50px;
	line-height: 25px;
	border: none;
	position: relative;
}
#accordion .panel-body:after {
	content: "";
	position: absolute;
	top: -30px;
	left: 60px;
	border: 15px solid transparent;
	border-bottom: 15px solid #fff;
}
h2.section_title {
	font-size: 24px;
	text-align: center;
	color: #283b59;
}
.divider {
	width: 60px;
	height: 3px;
	padding: 0;
	margin: 21px auto 21px;
	background: #b1b1b1;
	border: none;
}
.bg-madison {
	background: #4285F4;
	fill: #4285F4;
}
.text-center {
	text-align: center;
}
.nav-tabs {
	border-bottom: 2px solid #DDD;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	border-width: 0;
}
.nav-tabs > li > a {
	border: none;
	color: #ffb600;
	background: #183564;
	border-radius: 0;
	font-weight: bold;
}
.nav-tabs > li.active > a, .nav-tabs > li > a:hover {
	border: none;
	color: #183564 !important;
	background: #fff;
}
.nav-tabs > li > a::after {
	content: "";
	background: #183564;
	height: 2px;
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: -1px;
	transition: all 250ms ease 0s;
	transform: scale(0);
}
.nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after {
	transform: scale(1);
}
.tab-nav > li > a::after {
	background: #183564 none repeat scroll 0% 0%;
	color: #fff;
}
.tab-pane {
	padding: 10px 0;
}
.tab-content {
	padding: 0px
}
.nav-tabs > li {
	width: 20%;
	text-align: center;
}
.card {
	margin-bottom: 10px;
}
 @media all and (max-width:724px) {
.nav-tabs > li > a > span {
	display: none;
}
.nav-tabs > li > a {
	padding: 5px 5px;
}
}
.info {
	background: #f3fafd none repeat scroll 0% 0%;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	margin-bottom: 8px;
	padding: 13px;
	text-align: center;
}
.product {
	background: #FFF none repeat scroll 0% 0%;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
	margin-bottom: 8px;
}
.title {
	background: #eee;
	color: #003262;
	padding: 15px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.title_modis {
	background: #eee;
	color: #003262;
	padding: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
.sub_title {
	text-align: left;
	color: #003262;
	padding: 15px;
	font-weight: 600;
	text-transform: uppercase;
}
.information {
	background-image: url(../images/back3.jpg);
}
.footerlink {
	background: rgba(0, 0, 0, 0.3);
	margin-bottom: 20px;
	margin-top: 20px;
	padding: 10px;
	text-align: center;
	font-size: 18px;
}
.footer a {
	color: #ddd;
}
.post-vacation {
	color: rgb(45, 46, 46);
	height: 120px;
	background: rgb(255, 255, 255);
}
.post-vacation-img-wrap {
	display: inline-block;
	width: 30%;
	float: left;
	height: 66px;
}
.bg-image {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.post-vacation {
	color: #2d2e2e;
	background: #fff;
	height: 66px;
}
.post-vacation-body {
	display: inline-block;
	padding: 15px;
	width: 70%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	height: 100%;
}
.post-vacation .post-vacation-title {
	color: rgb(13, 45, 98);
	font-weight: 600;
}
.title-divider {
	text-align: left;
	position: relative;
	border-bottom: #ddd 2px solid;
	padding-bottom: 6px;
	margin: 0 0 20px;
}
.title-divider1 {
	text-align: left;
	position: relative;
	border-bottom: #ddd 2px solid;
	margin: 0 0 20px;
}
.title-divider span {
	position: absolute;
	width: 250px;
	height: 2px;
	bottom: -1px;
	left: 0;
	background: #183564;
	fill: #183564;
}
.panel-default>.panel-heading {
	color: #fff;
	background-color: #183564;
	border-color: #183564;
}
.list-inline a {
	color: #ddd;
	font-size: 15px;
}
.list-inline li:not(:first-child):before {
	color: #fff;
	content: " | ";
}
.openberkeley-widgets-promo.openberkeley-widgets-color-scheme-web-lap-lane, .openberkeley-widgets-promo-image.openberkeley-widgets-color-scheme-web-lap-lane {
	background-color: rgba(20,20,20, 0.5);
}
.openberkeley-widgets-promo {
	background-image: url(https://open.berkeley.edu/profiles/openberkeley/themes/openberkeley_theme_brand/assets/images/tessellation-bg-04.png), url(https://open.berkeley.edu/profiles/openberkeley/themes/openberkeley_theme_brand/assets/images/tessellation-bg-08.png);
	background-position: right bottom, left bottom;
	background-repeat: no-repeat, no-repeat;
}
.openberkeley-widgets-promo .openberkeley-widgets-label, .openberkeley-widgets-promo-image .openberkeley-widgets-label {
	text-align: center;
	padding: 20px 10px;
	margin: 5px;
}
.openberkeley-widgets-promo .openberkeley-widgets-label h3>a, .openberkeley-widgets-promo-image .openberkeley-widgets-label h3 {
	color: #fff;
	font-family: "freight-micro-pro", Georgia, serif;
	font-size: 18px;
	margin-top: 0;
}
.information h2 {
	color: #fff;
	font-size: 18px;
	text-shadow: 1px 1px 2px #000;
	font-weight: bold;
	line-height: 1.6;
	text-transform: uppercase;
	text-align: center;
}
