.slider .flexslider .flexSlide {
  height: 600px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  border-bottom: 4px solid #EE7C00;
}
.slider .flexslider .flexSlide img {
  top: 50%;
  left: 50%;
  margin-top: -50px;
  margin-left: -100px;
}
.slider .flexslider .flexSlide .feature-content {
  position: absolute;
  padding: 30px;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: #0A4269;
  border-radius: 0;
  max-height: none;
}
.slider .flexslider .flexSlide .feature-content p,
.slider .flexslider .flexSlide .feature-content h2 {
  font-weight: 400 !important;
  color: white;
}
.slider .flexslider .flexSlide .feature-content .readmore {
  position: absolute;
  bottom: 30px;
}
.slider .flexslider .flex-direction-nav {
  width: 100%;
  height: 45px;
  position: absolute;
  top: 50%;
}
.slider .flexslider .flex-direction-nav a {
  margin: -40px 0 0;
  top: 0;
  background-color: aqua;
  width: 45px;
  height: 45px;
}
.slider .flexslider .flex-direction-nav a.flex-next {
  opacity: 1;
  right: -22px;
  background: url(img/flexslider-next.png) 0 0 no-repeat;
}
.slider .flexslider .flex-direction-nav a.flex-prev {
  opacity: 1;
  left: -22px;
  background: url(img/flexslider-prev.png) 0 0 no-repeat;
}
.slider .flexslider .flex-control-nav {
  bottom: 60px;
}
.slider .flexslider .flex-control-nav.flex-control-paging a {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: none;
}
.slider .flexslider .flex-control-nav.flex-control-paging a:hover {
  background: #ffffff;
}
footer {
  bottom: 0;
  width: 100%;
  background-color: #ededed;
  margin-top: 32px;
  border-top: 1px solid #ddd;
  padding-top: 32px;
}
footer .widget {
  margin-bottom: 32px;
}
footer div.col-right {
  width: 48%;
  float: right;
}
footer div.col-left {
  width: 48%;
  float: left;
}
footer hr {
  margin-top: 8px;
  margin-bottom: 8px;
  border-top: 1px solid #e0e0e0;
}
footer .logos {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 24px;
}
footer .logos li {
  float: left;
  padding-right: 12px;
  padding-bottom: 6px;
  max-width: 100%;
}
footer .logos li img {
  max-width: 100%;
}
footer h4 {
  color: #EE7C00 ;
}
footer h6 {
  margin-bottom: 0;
}
body {
  background-color: #FAFAFA;
  background-image: url(/themes/idmc-flat/img/noise.png);
}
body,
p {
  /*font-weight: 300;
  color: #666666;*/
  font-weight: 400;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  color: #0A3758;
  line-height: 1.15;
}
h1,
h2 {
  color: #EE7C00;
  margin-bottom: 20px;
}
h2 {
  font-weight: 400;
  font-size: 28px;
}
h3 {
  margin-bottom: 2px;
}
h6 {
  font-weight: 700;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #0A3758;
}
.content h1,
.content h2 {
  color: #EE7C00;
}

.content p a {
  text-decoration: underline;
  color: #005599;
}

.content ol li a {
  text-decoration: underline;
  color: #005599;
}

.content ul li a {
  text-decoration: underline;
  color: #005599;
}

a {
  color: #0A3758;
}
p {
  line-height: 1.5;
}
#main-nav a {
  font-weight: 300;
  font-size: 115%;
}
.panel h4.lead {
  margin: 0 0 12px 0;
  padding: 0;
  font-size: 160%;
  font-weight: 200;
}
.thin {
  font-weight: lighter;
}
/* Back to top */
.backToTop {
  position: fixed;
  bottom: 210px;
  right: 0px;
  z-index: 104400;
  background-color: #0e3e73;
}
.backToTop a,
.backToTop a:visited {
  display: block;
  width: 30px;
  height: 30px;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.backToTop a:hover {
  color: #fff;
  text-decoration: none;
}
.readmore {
  display: inline-block;
  font-weight: 400;
  font-size: 100%;
  padding: 8px 26px 10px 17px;
  margin-top: 12px;
  background-color: #ffffff;
  border: 1px solid #E5E5E5;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}
.readmore:hover {
  text-decoration: none;
  background-color: #FAFAFA;
  color: #0A4269;
}
.readmore i {
  font-weight: bold;
  color: #EE7C00;
  position: relative;
  top: 2px;
  padding-right: 4px;
}
.readmore.transparent {
  padding-left: 0;
  padding-right: 0;
  background: none;
  border: none;
  position: relative;
  left: -6px;
}

.btn-default {
  color: #999;
  /*border-color: #ddd;*/
}
.btn-default:hover {
  color: #777;
  border-color: #ddd;
  background-color: #eee;
}

img.thumbnail,
img.img-thumbnail {
  padding: 2px;
  border-radius: 0px;
}
img.img-circle {
  border-radius: 400px;
}
#featured-image {
  border-bottom: 6px solid #EE7C00;
  margin-bottom: 30px;
  background-color: #ededed;
  position: relative;
}
#featured-image img {
  width: 100%;
}
#featured-image.captioned {
  border-bottom: none;
}
#featured-image #caption {
  padding: 26px 34px 24px;
  width: 100%;
  /*position: absolute;*/
  bottom: 0;
  background-color: rgba(8, 51, 81, 0.9);
}
#featured-image #caption p {
  color: #fff !important;
  margin-bottom: 4px;
}
.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}
.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}
.tab-content > .active,
.pill-content > .active {
  display: block;
}
.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}
.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}
.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}
.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}
.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}
.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}
.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}
.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}
.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}
.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}
#header-wrapper {
  background-color: #fafafa;
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
  /************
    *
    *
    *  ALTERNATE HEADER STYLES - DELETE IF YOU CHOOSE NOT TO USE ALTERNATE HEADER
    *
    *
    *************/

}
#header-wrapper #header {
  padding-top: 30px;
}
#header-wrapper #header #logo {
  margin-top: 30px;
}
#header-wrapper #header #social-and-search {
  float: right;
  max-width: 300px;
}
#header-wrapper #header #social-and-search .social-links {
  float: right;
}
#header-wrapper #header #social-and-search #search-form form {
  margin: 0;
}
#header-wrapper #header #social-and-search #search-form form .form-group {
  margin: 0;
}
#header-wrapper #header #social-and-search #search-form .input-group {
  width: 100%;
}
#header-wrapper #header #social-and-search #search-form .input-group input {
  background-color: #FAFAFA;
  border-color: #E5E5E5;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 15px 10px;
}
#header-wrapper #main-nav-wrapper {
  background-color: #ffffff;
  margin-top: 26px;
  padding-top: 6px;
}
#header-wrapper #main-nav-wrapper #main-nav .menu3dmega > ul > li > a,
#header-wrapper #main-nav-wrapper #main-nav .menu3dmega > ul > li > span {
  padding: 10px 0px 10px 0;
  margin-right: 20px;
}
#header-wrapper #main-nav-wrapper #main-nav .menu3dmega.skin-idmc {
  background: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}
#header-wrapper #main-nav-wrapper #main-nav .menu3dmega.skin-idmc ul li > a {
  color: #0A4269 !important;
  border-bottom: 4px solid #ffffff;
}
#header-wrapper #main-nav-wrapper #main-nav .menu3dmega.skin-idmc ul li > a:hover {
  border-bottom: 4px solid #EE7C00;
}
#header-wrapper #main-nav-wrapper #main-nav .menu3dmega.skin-idmc ul li.no-link:hover {
  background-color: transparent;
}
#header-wrapper #main-nav-wrapper #main-nav .menu3dmega.skin-idmc .dropdown-menu {
  border: none;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -moz-border-top-left-radius: 0;
  -moz-border-top-right-radius: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  background: none;
  background-color: #EDEDED;
  left: 38px;
}
#header-wrapper #main-nav-wrapper #main-nav .menu3dmega.skin-idmc .dropdown-menu ul li a {
  border: none;
  padding: 6px 12px;
}
#header-wrapper #main-nav-wrapper #main-nav .menu3dmega.skin-idmc .dropdown-menu ul li a:hover {
  text-decoration: underline;
  border-bottom: none;
}
#header-wrapper #main-nav-wrapper #main-nav .menu3dmega.skin-idmc .dropdown-menu .accordion {
  margin: 0;
}
#header-wrapper #main-nav-wrapper #main-nav .menu3dmega.skin-idmc .dropdown-menu .accordion .accordion-group {
  background: none;
  border: none;
}
#header-wrapper #main-nav-wrapper #main-nav .menu3dmega.skin-idmc .dropdown-menu .accordion .accordion-group .accordion-heading {
  background-color: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#header-wrapper #main-nav-wrapper #main-nav .menu3dmega.skin-idmc .dropdown-menu .accordion .accordion-group .accordion-heading a.accordion-toggle {
  padding: 12px 24px;
  font-weight: 400;
  color: #EE7C00 !important;
  background: url(img/accordion-arrow-open.png) 98% 50% no-repeat;
}
#header-wrapper #main-nav-wrapper #main-nav .menu3dmega.skin-idmc .dropdown-menu .accordion .accordion-group .accordion-heading a.accordion-toggle.collapsed {
  background: url(img/accordion-arrow-closed.png) 98% 50% no-repeat;
}
#header-wrapper #main-nav-wrapper #main-nav .menu3dmega.skin-idmc .dropdown-menu .accordion .accordion-group .accordion-body {
  background-color: #ededed;
}
#header-wrapper #main-nav-wrapper #main-nav .menu3dmega.skin-idmc .dropdown-menu .accordion .accordion-group .accordion-body .accordion-inner {
  border: none;
  padding: 12px 24px;
}
#header-wrapper #main-nav-wrapper #main-nav .menu3dmega.skin-idmc .dropdown-menu .accordion .accordion-group .accordion-body .accordion-inner h5 a {
  color: #0A3758;
  font-weight: 400;
  font-size: 110%;
}
#header-wrapper #main-nav-wrapper #main-nav .menu3dmega.skin-idmc .dropdown-menu .accordion .accordion-group .accordion-body .accordion-inner ul li a {
  color: #0A3758 !important;
  padding: 4px 0;
  font-size: 90%;
  font-weight: 400;
  line-height: 1;
}
#header-wrapper #main-nav-wrapper #main-nav .menu3dmega.skin-idmc .dropdown-menu .accordion .accordion-group .accordion-body .accordion-inner ul li a:hover {
  text-decoration: underline;
}
#header-wrapper #main-nav-wrapper #main-nav .menu3dmega.skin-idmc.vertical {
  border-left: 1px solid #0e3e73;
  border-top: 1px solid #0e3e73;
  border-right: none;
  border-bottom: 1px solid #0e3e73;
}
#header-wrapper #main-nav-wrapper #main-nav .menu3dmega.skin-idmc.vertical > ul > li {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #0e3e73;
}
#header-wrapper.alternative {
  background-color: #ffffff;
}
#header-wrapper.alternative #main-nav-wrapper {
  background: none;
  padding-top: 0;
  margin-top: 45px;
}
#header-wrapper.alternative #main-nav-wrapper #main-nav .menu3dmega > ul > li > a,
#header-wrapper.alternative #main-nav-wrapper #main-nav .menu3dmega > ul > li > span {
  padding: 10px 0px 30px 0;
}
#main-content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.panel {
  padding:0;
  margin-bottom: 30px;
  border: none;
  border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-border-radius: 9px;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.panel .panel-heading {
  padding:18px 36px;
  border-bottom: 1px solid #efefef;
  background-color: transparent;
  margin-bottom: 18px;
}

.panel .panel-heading.open {
  border-bottom: none;
  margin-bottom: 0;
}

.panel .panel-heading > h2 {
  margin:0;
}

.panel .panel-body {
  padding:0 36px 18px 36px;
}

.panel .panel-footer {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.panel .panel-footer a.more {
  display: block;
  padding: 12px;
  border-top: 1px solid #efefef;
  text-decoration: none;
}

.panel .panel-footer a.more i {
  font-weight: bold;
  color: #EE7C00;
  position: relative;
  top: 2px;
  padding-right: 4px;
}

.panel .panel-footer a.more:hover {
  background-color: #fdfdfd;
}

.panel img {
  margin-bottom: 22px;
}

.panel.panel-transparent {
  padding: 0;
  background: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin-bottom: 30px;
}
.panel.panel-transparent img {
  margin-bottom: 10px;
}
.panel.panel-transparent .readmore.transparent {
  margin-top: 0;
}
#latest-news .media > .pull-left {
  margin-right: 24px;
}
#latest-news.narrow h2 {
  font-size: 24px;
}
#latest-news.narrow h4 {
  font-size: 14px;
}
#latest-news.narrow .media {
  padding-bottom: 24px;
  border-bottom: 1px solid #E9EBEB;
}
#latest-news.narrow .media > .pull-left {
  display: none;
}
.text-divider {
  color: #E7E7E7;
  padding: 0 8px;
}
#figures {
  margin-bottom: 50px;
}
#figures #figure-graphics {
  margin-bottom: 40px;
  margin-top: 10px;
}
#figures * {
  text-align: center;
}
#figures img {
  margin-top: 16px;
  margin-bottom: 16px;
}
#figures p {
  margin: 0;
}
#figures .measurement {
  color: #cacaca;
}
#figures .value {
  font-weight: bold;
  font-size: 160%;
  color: #EE7C00;
}
#figures .description {
  font-size: 160%;
  color: #0A3758;
}
.content {
  margin-top: 24px;
}
.content h2,
.content h3,
.content h4 {
  margin-top: 40px;
}
.content h3 {
  margin-bottom: 16px;
}
.content .sub-heading h2 {
  margin-bottom: 4px;
}
.content .sub-heading h3 {
  margin-top: 0px;
  margin-bottom: 20px;
}
#search-results {
  margin-top: 28px;
}
#search-results .media .media-body {
  margin-top: 12px;
}
.social-links {
  font-size: 24px;
  margin: 5px 0px;
}
.social-links a,
.social-links a:visited,
.social-links a:hover {
  text-decoration: none;
}
.social-links i {
  display: inline-block;
  margin: 0px 5px 0px 0px;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
  text-align: center;
}
.social-links i.facebook {
  color: #3c5b9b;
}
.social-links i.pinterest {
  color: #cb2027;
}
.social-links i.twitter {
  color: #2daae1;
}
.social-links i.linkedin {
  color: #0173b2;
}
.social-links i.google-plus {
  color: #f63e28;
}
.social-links i:hover {
  opacity: 0.8;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
  transition: opacity 1s ease;
}
#pagination-wrapper {
  background-color: #ededed;
}
#pagination-wrapper .pagination {
  margin: 8px 24px 4px;
}
#pagination-wrapper .pagination li a {
  background: none;
  border: none;
  font-weight: bold;
}
#pagination-wrapper .pagination li a.readmore {
  left: 0;
  margin-top: 0;
}
#pagination-wrapper .pagination li a.readmore.prev {
  margin-right: 8px;
}
#pagination-wrapper .pagination li a.readmore.next {
  margin-left: 12px;
}
#pagination-wrapper .pagination li.active a {
  color: #EE7C00;
}
.nav.nav-pills.nav-stacked li a {
  /* font-weight: bold; */
}
.nav.nav-pills.nav-stacked li a .badge {
  color: #333;
  background-color: #D7DDDE;
}
.nav.nav-pills.nav-stacked li a:hover {
  /*color: #EE7C00;*/
}
.nav.nav-pills.nav-stacked li a:hover .badge {
  background-color: #ffffff;
}
hr.small {
  margin: 0;
}
hr.dark {
  border-top: 1px solid #E5E5E5;
}
blockquote {
  padding: 30px 40px;
  margin: 40px 0 20px;
  border: none;
  background-color: #EDEDED;
}
blockquote h1,
blockquote h2,
blockquote h3,
blockquote h4,
blockquote h5 {
  margin-top: 0;
}

.breadcrumb {
  background-color: white;
}
.breadcrumb li.active {
  color: #EE7C00;
}
.breadcrumb li.active a {
  color: #0A3758;
}
.breadcrumb > li + li:before {
  color: #0A3758;
}

body, p, a {
  font-family: 'Open Sans', Helvetica, Arial, "Lucida Grande", sans-serif;
  /*font-weight: 400;*/
  /*font-size: 16px;
  font-weight: 300;
  color: #333;*/
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /*font-family: 'Source Sans Pro', Helvetica, Arial, "Lucida Grande", sans-serif;*/
  font-family: 'Open Sans', Helvetica, Arial, "Lucida Grande", sans-serif;
}

.navbar-default {
  background-color: white;
  border-color: #e7e7e7;
}

.navbar-default .navbar-nav>li>a {
  border-bottom: 4px solid transparent;
  font-weight: normal;
  color: #333;
  /*color: #777;*/
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
  border-bottom: 4px solid #EE7C00;
  color: #333;
  /*color: #777;*/
}

/* Fit videos to content width */
video {
  max-width: 100%;
  height: auto;
}

iframe,
embed,
object {
  max-width: 100%;
}

/*
 * Callouts
 *
 * Not quite alerts, but custom and helpful notes for folks reading the docs.
 * Requires a base and modifier class.
 */

/* Common styles for all types */
.bs-callout {
  margin: 20px 0;
  padding: 20px;
  border-left: 3px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}

/* Variations */
.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #eed3d7;
}
.bs-callout-danger h4 {
  color: #b94a48;
}
.bs-callout-warning {
  background-color: #faf8f0;
  border-color: #faebcc;
}
.bs-callout-warning h4 {
  color: #8a6d3b;
}
.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #bce8f1;
}
.bs-callout-info h4 {
  color: #34789a;
}

.label-default a {
  color: #fff;
  text-decoration: none;
}

.label-default a:hover {
  color: #fff;
  text-decoration: none;
}

.navbar-default {
	background: #fff;
	border-width: 0;
	border-bottom-width: 1px;
}

.sticky-wrapper {
	margin-bottom: 20px;
}

.collapser,
.loader {
	display: none;
}

.isOpen .collapser {
	display: block;
}

.isOpen .expander {
	display: none;
}

.isLoading .loader {
	display:block;
}

.isLoading .collapser,
.isLoading .expander {
	display: none;
}

.page-toggle a:hover,
.page-toggle a:active,
.page-toggle a:focus {
	text-decoration: none;
}

.page-toggle {
	display: inline-block;
}
