.register-button {background: #0077A2;}
.latest-forecasts { background-color: #007dac; padding: 20px; font-size: 14px; font-weight: normal; min-height: 340px;}
.latest-forecasts-font {  color: white; font-family: Georgia, 'Times New Roman', Times, serif; }
.footer-title {font-size: 13px;}

.logo-margin {margin: 20px 0 20px 0;}

.orbit-image {width: 60%; float: right; }
.orbit-caption {width: 40%; height: 100%; background: #004f76; padding: 20px 40px 0 30px;}
.ta-title {color: #00bbf2; margin-bottom: 12px; margin-top: 12px; font-size: 2.5em; line-height: 1.1em; font-family: Arial, Helvetica, sans-serif; margin-left: 10px; margin-top: 10px;}
.ta-titleheader {color: white; font-size: 1.5em; font-family: Arial, Helvetica, sans-serif; margin-left: 10px; margin-top: 10px;}
.ta-caption {font-family: georgia;  margin-bottom: 5px; color: white; margin-left: 10px; margin-right: 10px;}
.ta-link {margin-left: 10px;}

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */

  .slick-next.slick-arrow {
    right: 5px;
	position: absolute;
	z-index: 1;
  }
  .slick-prev.slick-arrow {
    left: 5px;
	position: absolute;
	z-index: 1;
  }

  .trend-alert-slider {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease;
    -webkit-transition: opacity 1s ease;
}

.trend-alert-slider.slick-initialized {
    visibility: visible;
    opacity: 1;    
}

@media screen and (min-width: 1001px) {
  .ta-title {
   font-size: 2.5em;
    margin-left: 30px;
   margin-top: 30px;
  }
  .ta-titleheader {
   font-size: 1.5em;
   margin-left: 30px;
   margin-top: 30px;
   }
   
      .ta-caption {
	font-size: 1.2em;
	 margin-left: 30px;
   margin-top: 30px;
   margin-right: 30px;}
   
   .ta-link {margin-left: 10px;
   	 margin-left: 30px;
   margin-top: 30px;
   font-size: 1.5em;}

  
}

@media screen and (max-width: 1000px) {
  .ta-title {
 font-size: 1.8em;
 
  }
  .ta-titleheader {
   font-size: 1.5em;
   }
 .ta-caption {
	font-size: .9em;}   
}

@media screen and (max-width: 800px) {
  .ta-title {
   font-size:0.8em;
	top: 0%; 
	margin-bottom: 6px; }
	.ta-titleheader {
			top: 0%; 
   font-size:0.8em;
   	margin-bottom: 2px; 
	line-height: 12px;
   }
   .ta-caption {
	font-size: .7em; line-height: 12px;}
	   
	.orbit-caption {padding-left: 10px;}
  }
}

@media screen and (max-width: 600px) {
  .ta-title {
   font-size: 1.5em;
	top: 35%; }
	.ta-titleheader {
   font-size: 0.6em;
   }
  }
  
    .overlay-image .buttons-right {
 top: 30%;
 left: 90%;
	}
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 14px */
@media screen and (max-width: 400px) {
  .ta-title {
   font-size: 0.6em;
   line-height: 1em;}
.ta-titleheader {
   font-size: 0.6em;
   line-height: 1em;
   }
   
   
   
  .ta-caption {line-height: 12px;}
  }
  
}