/* header background */
.c-layout-header.c-layout-header-4 .c-navbar {
  background: #ffffff !important;
}

.c-font-nRed {
  color: #E26F6F !important;
}

.c-font-darkBlue{
  color: #071d3a !important;
}

.c-font-nYellow{
  color: #5EA498 !important; 
}

.c-bg-darkBlue{
  background: #071d3a !important;
}


.c-content-list-1.c-theme.c-separator-dot > li:before,
.c-content-list-1.c-theme > li:before {
  background: #F04B4C; 
}

.c-content-title-1 > .c-line-right,
.c-content-title-1 > .c-line-left {
  width: 30px;
  height: 3px;
 background-color: #D70000;
  margin: 0 0 30px 0; }

.c-content-title-1 > .c-line-right-red,
.c-content-title-1 > .c-line-left-red {
  width: 30px;
  height: 3px;
  background-color: #f04b4c;
  margin: 0 0 30px 0; }

.c-layout-footer.c-layout-footer-3 .c-prefooter .c-container .c-links > li > a {
  color: #5EA498;
}

.c-layout-footer.c-layout-footer-3 .c-prefooter .c-container .c-links > li {
  list-style: none;
  padding: 5px 0;
  border-bottom: 1px solid #5EA498;
}

.c-layout-footer.c-layout-footer-3 .c-prefooter .c-container .c-socials > li > a > i{

  position: relative;
  display: inline-block;
  padding: 10px;
  background: #1A2D2A;
  color: #5EA498;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #5EA498;
}

.c-layout-footer.c-layout-footer-3 .c-prefooter .c-container .c-socials > li > a:hover > i {
  background-color: #5EA498;
  color: #1A2D2A;
}

.c-layout-footer.c-layout-footer-3 .c-prefooter .c-container .c-socials > li > a > svg {
      position: relative;
      display: inline-block;
      padding: 10px;
      background: #1A2D2A;
      fill:#5EA498; 
      font-size: 18px;
      font-weight: bold;
      border: 1px solid #5EA498;
	  top:12px
}
	  
.c-layout-footer.c-layout-footer-3 .c-prefooter .c-container .c-socials > li > a:hover > svg {
	background-color: #5EA498;
	fill: #1A2D2A;
}

.c-content-aligned-list {
  padding: 0;
  padding-left: 5px;
  margin: 20px 0; 
  list-style-position: outside;}
  .c-content-aligned-list > li {
    
    /*color: #2659A0; when we make them a link*/
    color: #1D3557;
    margin: 5px 15px 10px 0;
   }

 


.c-content-list-1 li > a
{
	color: #1D3557;
	font-weight: 500;
	margin-bottom: 7px;
}

.c-content-list-1 li > a:visited
{
	color: #1D3557;
}

.c-content-list-1 li:hover > a
{
	color: #0675CD;

}

.c-bg-img {
  background-repeat: no-repeat;
  background-position: center;
   }

.c-bg-footerdarkBlue{
  background: #071d3a !important;
}


.c-font-blue {
  color: #234b8e !important;
}

.c-padding-l-20 {
  padding-left: 20px; }


.box-link
{
  display: block;
}

.box-link:hover
{
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.c-content-title-1 > .col-md-9 >  h3 {
  font-size: 28px;
  color: #3f444a;
  font-weight: 500;
  margin: 0 0 30px 0;}

  .c-content-title-1 > .col-md-9
  {
    padding-left: 0px;
  }

  .c-content-title-1 > .col-md-9 > h3.c-font-uppercase {
    font-size: 30px; }


.c-content-product-3 .c-border-padding
{
  background: #fff !important;
}
.row-border
{
  border-top: 1px solid #21293D;
  border-bottom: 1px solid #21293D;
}
.c-content-product-3 .c-content {
  padding-top: 25px !important;
}

.c-content-box.c-size-xs {
  padding: 15px 0; }

.c-layout-footer  p.c-text,
.c-layout-footer span.c-text
{
  color: #a2acb5;
}

.dropdown-menu
{
    top: inherit;
}

.row > div.c-align-left
{
    text-align: left;
}

.springerLogoIndex
{
  width:100%;
  max-width: 137px;
}

.photocredit2
{
  float: right;
  font-size: smaller;
  margin: 10px;
}

  
@media (min-width: 992px) {
  /* 992px */
  .photocredit1
  {
    float: right;
    font-size: smaller;
    margin: 10px;
    color: white;
    background: rgba(0, 0, 0, 0.35);
    padding: 5px;
  }

  .grey-box-container
  {
    width: 100%;
    background:#adaeb0;
    margin-top:10px;
    padding:10px 30px 10px 30px;
    border-radius:10px;
    text-align:center;
    opacity: 0.8;
  }
}
.content-to-show {
  display:none;
}
@media (max-width: 1024px) {
  .content-to-hide-2
  {
    display: none;
  }
}

@media (max-width: 991px) {

  .imageBlock {
    flex: 50%;
    max-width: 50%;
  }

  .content-to-hide
  {
    display: none;
  }
  
  .content-to-show {
    display: block;
  }
  .photocredit1
  {
    display: none;
  }

  .c-content-box.c-size-md.c-bg-img-center
  {
    padding:0px;
  }

  .grey-box-container
  {
    display: none;
  }

  .c-layout-footer.c-layout-footer-3 .c-prefooter .c-container
  {
      padding: 10px !important;
      margin-bottom: 10px;
      border-bottom: 1px solid #4e937a;
  }

  .c-layout-footer.c-layout-footer-3 .c-prefooter .c-container .c-links li  {
    border-bottom: none;
  }

  .c-layout-footer.c-layout-footer-3 .c-prefooter .c-container.c-last {
    border-bottom: none;
  }
}

@media (max-width: 600px) {
  .imageBlock {
    flex: 100%;
    max-width: 100%;
  }
}


.c-layout-header .c-topbar .c-top-menu > .c-links > li > a:not(.btn):hover, .c-layout-header .c-topbar .c-top-menu > .c-links > li > a:not(.btn):focus {
    cursor: pointer;
    color: #0675CD;
    text-decoration: underline;

}



.c-font-nGreen {
  color: #5cc093 !important;
}

@media (max-width: 991px) {
.c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark-mobile {
    background: #1A2D2A;
}
}

@media (max-width: 991px) {
.c-layout-header .c-navbar .c-mega-menu.c-mega-menu-dark-mobile>.nav.navbar-nav>li>.c-link {
    border-bottom: 1px solid #404851;
    color: #ebedf2;
    font-weight: bold;
}
}

.thselect{
    width:100%; 
    overflow:hidden; 
    white-space:nowrap; 
    text-overflow:ellipsis;
}

.thmselect{
    
    overflow: auto;

}

.btn {
	white-space: normal;
}

.c-layout-footer-3 {
    background: #1A2D2A;
}

.c-layout-footer.c-layout-footer-1 .c-postfooter {
 
    background: #1A2D2A;
}

@media (min-width: 992px) {
    .c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu>.nav.navbar-nav>li>.c-btn-icon, .c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu>.nav.navbar-nav>li>.c-link {
        color: #1A2D2A;
    }
	

	
	.c-page-on-scroll .c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu>.nav.navbar-nav>li>.c-link {
        color: #1A2D2A;
    }
	
	.c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu>.nav.navbar-nav>li>.c-link:hover,.c-layout-header.c-layout-header-6 .c-navbar .c-mega-menu>.nav.navbar-nav>li>.c-link:focus{color:#1A2D2A}
}

.c-layout-footer.c-layout-footer-1 .c-postfooter .c-socials > li > a > svg {
  position: relative;
  display: inline-block;
  padding: 10px;
  background: #1A2D2A;
  fill: #5EA498;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #5EA498;
  top: 11px;
}

 .c-layout-footer.c-layout-footer-1 .c-postfooter .c-socials > li > a:hover > svg {
      background-color: #5EA498;
	  fill: #1A2D2A; 
      }

.c-address {
  color: #FFF;
}

.c-layout-footer.c-layout-footer-1 .c-postfooter .c-socials {
  list-style: none;
  padding: 0;
  margin: 0; 
float: left;}
  .c-layout-footer.c-layout-footer-1 .c-postfooter .c-socials > li {
    display: inline-block;
    padding: 0 5px; }
    .c-layout-footer.c-layout-footer-1 .c-postfooter .c-socials > li > a > i {
      position: relative;
      display: inline-block;
      padding: 10px;
      background: #1A2D2A;
      color: #5EA498;
      font-size: 18px;
      font-weight: bold;
      border: 1px solid #5EA498;}
    .c-layout-footer.c-layout-footer-1 .c-postfooter .c-socials > li > a:hover > i {
      background-color: #5EA498;
      color: #1A2D2A; }
    .c-layout-footer.c-layout-footer-1 .c-postfooter .c-socials > li:first-child {
      padding-left: 0; }


input::-webkit-input-placeholder { color: #000 !important; }
input:-ms-input-placeholder { color: #000 !important; }
input::-ms-input-placeholder { color: #000 !important; }
input::placeholder { color: #000 !important; }

