
HTML
{
	font-size: 16px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	background-color: #EBEBEC;
}
@media screen and (max-width: 1100px)
{
	HTML
	{
		font-size: 16px;
	}
}
@media screen and (max-width: 640px)
{
	HTML
	{
		font-size: 14px;
	}
}

HTML,BODY
{
	color: #3989C9;
	font-size: 14px;
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
}
BODY
{
	background: transparent;
}

H1,H2, .services-section-title, .description-section-title, .essential-section-title
{
	color: #3989C9;
	font-size: 2.5rem;
	font-weight: bold;
	margin-bottom: 1rem;
}
H3,H4,H5,H6
{
	color: #000000;
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

A
{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
A, A:link, A:visited
{
	color: #3989C9;
	text-decoration: none;
}
A:active, A:hover
{
	color: #fffff;
	text-decoration: none;
}

#splash-video {
	position: absolute;
	left: 0;
	top: 0;
	min-width: 100%;
	min-height: 100%;
  top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  height: auto;
}
.header-splash
{
	width: 100%;
	width: 100vw;
	height: 55vw;
	min-height: 400px;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 768px)
{
	#splash-video
	{
		width: auto;
		height: 100%;
	}
	.header-splash
	{
		width: auto;
		height: 100%;
	}
}

.header
{
	width: 100%;
	height: 50vh;
	min-height: 500px;
	position: relative;
}
.header-container
{
	width: 100%;
	background-color: #ffffff;
}
.header-logo IMG,.footer-logo IMG
{
  padding: 30px 0px;
	width: auto;
	height: auto;
}
.header-menus
{
	float: right;
  margin-top: 88px;
}
.header
{
	display: table;
}
.header-content-wrapper
{
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  padding-bottom: 120px;
}
.header-content
{
  font-family: Helvetica, Arial, Verdana, Sans-Serif;
  color: #ffffff;
  font-size: 55px;
  font-weight: bold;
  width: 100%;
  line-height: 115%;
  padding: 25px 0px;
}
.page-block
{
	padding: 20px 0px 0px;
}
.page-block-center
{
	text-align: center;
}
.page-block-left
{
	text-align: right;
}
.page-block-right
{
	text-align: left;
}

#content_page_item P
{
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 1rem;
}
.page-block P
{
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 1rem;
  line-height: 115%;
}
.page-block-top-splash H1, .services-section-title, .description-section-title, .essential-section-title
{
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 1.8rem;
  font-weight: bold;
  line-height: 115%;
  margin-bottom: 1em;
}
.page-block-top-splash P
{
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 1rem;
  line-height: 115%;
}
.page-block-top-splash IMG
{
	width: 100%;
	height: auto;
}
.page-block-top H1, .block-content H1
{
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 1.8rem;
  font-weight: bold;
  line-height: 115%;
  /*margin-bottom: 40px;*/
}
.page-block-top P, .block-content P
{
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 1rem;
  line-height: 115%;
}
.page-block-top IMG
{
	width: 100%;
	height: auto;
}

.page-block-container
{
	text-align: left;
}

.page-block-container IMG
{
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.page-block-top-splash
{
	margin: 40px 0px;
}
@media screen and (max-width: 768px)
{
	.page-block-top-splash
	{
		margin: 2rem 0 0 0;
	}
}

.page-block-top
{
	margin: 25px 0px 0px;
	/*margin-bottom: -90px;*/
	overflow: hidden;
}

.page-block-bottom
{
	padding: 20px 0px;
	margin-top: 20px;
}

.button-header, .button-header:visited, .button-header:link
{
  margin: 10px 0 20px 0px;
	background-color: #E27D26;
}
.button-header:hover, .button-header:active
{
	background-color: #BE531C;
	opacity: 1;
}
.button-frost-insurance, .button-frost-insurance:visited, .button-frost-insurance:link
{
	background-color: #E27D26;
}
.button-frost-insurance:hover, .button-frost-insurance:active
{
	background-color: #E27D26;
}
.button-crop-insurance, .button-crop-insurance:visited, .button-crop-insurance:link
{
	background-color: #007681;
}
.button-crop-insurance:hover, .button-crop-insurance:active
{
	background-color: #007681;
}
.button-season-starter, .button-season-starter:visited, .button-season-starter:link
{
	background-color: #539141;
}
.button-season-starter:hover, .button-season-starter:active
{
	background-color: #539141;
}
.button-production-advance, .button-production-advance:visited, .button-production-advance:link
{
	background-color: #AD2642;
}
.button-production-advance:hover, .button-production-advance:active
{
	background-color: #AD2642;
}
.button-basis-plus, .button-basis-plus:visited, .button-basis-plus:link
{
	background-color: #4E4A85;
}
.button-basis-plus:hover, .button-basis-plus:active
{
	background-color: #4E4A85;
}
.button-swap-plus, .button-swap-plus:visited, .button-swap-plus:link
{
	background-color: #E6B522;
}
.button-swap-plus:hover, .button-swap-plus:active
{
	background-color: #E6B522;
}
.button-footer, .button-footer:visited, .button-footer:link
{
	background-color: #3989C9;
}
.button-footer:hover, .button-footer:active
{
	background-color: #3989C9;
}

.link-header
{
	color: #000000;
	text-decoration: underline;
}
.link-header:hover
{
	color: #000000;
	text-decoration: underline;
}

.footer-bar, .footer-bar P, .footer P {
    font-size: 1rem;
}
.footer-bar P
{
	margin-bottom: .5rem;
}
.footer-logo
{
  width: auto;
  height: 7vw;
  float: left;
  margin-bottom: 18px;
  margin-left: -3px;
}
.footer-logo IMG
{
	width: auto;
	height: auto;
	max-width: 100%;
}
.footer-caption
{
  float: left;
  height: 7vw;
}
.footer-caption A, .footer-caption A:link, .footer-caption A:visited
{
	text-decoration: none;
	color: #ffffff;
}
.footer-caption A:active, .footer-caption A:hover
{
	text-decoration: underlined;
	color: #3989C9;
}
.footer-bar A, .footer-bar A:link, .footer-bar A:visited
{
	text-decoration: none;
	color: #ffffff;
}
.footer-bar A:active, .footer-bar A:hover
{
	text-decoration: none;
	color: #3989C9;
}
.footer-links
{
	padding-bottom: 80px;
}
.footer-links A, .footer-links A:link, .footer-links A:visited
{
	text-decoration: none;
	color: #3989C9;
}
.footer-links A:active, .footer-links A:hover
{
	text-decoration: none;
	color: #ffffff;
}
.footer-container-text
{
	margin-top: 3.1vw;
	margin-left: 4vw;
}

.footer A, .footer A:link, .footer A:visited
{
	color: #ffffff;
}
.footer A:hover, .footer A:active
{
	color: #3989C9;
}

@media screen and (max-width: 1100px)
{
	.header-title
	{
    font-size: 4.5rem;
  }
  .header-content
  {
    top: 17.1vw;
  }
	.header-logo
	{
	  width: 17vw;
	  top: 32vw;
  }
  .footer-bar, .footer-bar P
  {
  	font-size: 1rem;
  }
}

@media screen and (max-width: 990px)
{
	.header-container .container
	{
		max-width: 100%;
		text-align:center;
	}
	.header-title, .header-content, .header-logo
	{
		position: relative;
    max-width: 100%;
    width: 100%;
		top: 0px;
	}
	.header-title
	{
    font-size: 12.8vw;;
		padding: 40px 20px 0px;
  }
	.header-content
	{
		padding: 30px 20px 0px;
		width: 100%;
		float: left;
  }
	.header-logo
	{
		padding: 20px 20px 0px;
		width: 30%;
		float: right;
  }
}
@media screen and (max-width: 767px)
{
	.footer-bar
	{
    height: auto;
  }
 	.footer-logo
	{
    width: 40%;
    height: auto;
    float: none;
    margin-bottom: 18px;
	}
	.footer-logo IMG
	{
    width: 100%;
    height: auto;
	}
	.footer-caption
	{
    float: none;
    height: auto;
	}
	.footer-container-text
	{
		margin-top: 10px;
    margin-left: 0px;
	}
}
@media screen and (max-width: 1300px)
{
	.header-content
	{
    font-size: 3rem;
	}
}
@media screen and (max-width: 990px)
{
	.header-content {
    font-size: 2.2rem;
    padding: 30px 0px;
  }
}
@media screen and (max-width: 768px)
{
	.button-header, .button-header:visited, .button-header:link
	{
    margin: 10px 0 10px 0px;
	}
	.header-content
	{
		padding: 7rem 2rem 2rem;
    width: 100%;
    float: left;
    font-size: 2rem;
    text-align: left;
  }
	.header-logo
	{
    float: none;
    width: auto;
    padding: 0px;
    margin: 0px;
    text-align: center;
  }
	.header-logo IMG
	{
		width: auto;
		height: auto;
	}
	.page-block-top H1
	{
	    font-size: 1.4rem;
	}
	.page-block-top P
	{
	    font-size: 1.2rem;
	}
}
@media screen and (max-width: 480px)
{
	.header-content
	{
		padding: 7rem 2rem;
    text-align: left;
  }
}

.parallax-container
{
	display: table-cell;
	width: 100vw;
	vertical-align: middle;
}
.rd-parallax
{
	height: 380px;
	overflow: hidden;
}
.rd-parallax-layer
{
	background-size: 100%;
	background-position: center center;
}
.rd-parallax-inner
{
	position: relative;
}
.parallax-content
{
	/* position: absolute; */
	/* top: 0px; */
	width: 100%;
	color: #FFFFFF;
	margin: auto;
}
.parallax-content H1
{
	color: #FFFFFF;
	margin: 50px 0px;
	font-weight: bold;
}
.parallax-content P
{
	color: #FFFFFF;
	margin-bottom: 50px;
}
.block-img
{
	width: 100%;
	height: auto;
	margin: 8px 0px;
}
.block-content
{
	padding: 0px;
}

.post-classic {
	position: relative;
	transition: all 0.3s ease-in-out;
	max-width: 100%;
	height: 100%;
}

@media (min-width: 992px) {
	.post-classic {
		max-width: none;
	}
}

.post-classic .link-arrow {
	position: absolute;
	right: 30px;
	bottom: 20px;
}

.post-classic .link-arrow, .post-classic .link-arrow:focus, .post-classic .link-arrow:active {
	color: inherit;
}

.post-classic .link-arrow:hover {
	color: #135f9b;
}

.post-classic:hover {
	/* box-shadow: 8px 14px 25px rgba(0, 0, 0, 0.45); */
}

.post-classic-figcaption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 23px 50px 22px 28px;
	/*background-color: rgba(255, 255, 255, 0.8);*/
}
@media (max-width: 768px) {
	.col-navbar .post-classic-figcaption
	{
		top: 5px;
	}
}
.post-classic-figcaption-small
{
	padding: 10px 10px 0px 10px;
}

.post-classic-figure {
	overflow: hidden;
}

.post-classic-figure img {
	transition: all 0.3s ease-in-out;
	height: 320px;
	object-fit: cover;
}

@media (min-width: 481px) and (max-width: 768px) {
	.post-classic-figure img {
		height: 223px!important;
	}
}
@media (max-width: 480px) {
	.post-classic-figure img, .post-classic-figure-nozoom {
		height: 320px!important;
	}
}
@media (min-width: 769px) {
	.gallery-block .post-classic-figure, .post-classic-figure img {
		height: 370px;
	}
}

.post-classic-figure a {
	display: block;
}

.post-classic-figure a:hover img {
	transform: scale(1.05);
}
.post-classic-figure-nozoom a:hover img {
	transform: none;
}

.post-classic-text {
	width: 290px;
	max-width: 100%;
}

.post-classic-mod-1 {
	color: #ffffff;
}
@media screen and (min-width: 481px) and (max-width: 768px)
{
	.post-classic-mod-1-title
	{
		position: absolute;
	}
}

.post-classic-mod-1 .post-classic-title a, .post-classic-mod-1 .post-classic-title a:focus, .post-classic-mod-1 .post-classic-title a:active {
	color: #ffffff;
}

.post-classic-mod-1 .post-classic-title a:hover {
	color: #ffffff;
}

.post-classic-mod-1 .post-classic-figcaption {
	/*background-color: rgba(19, 95, 155, 0.8);*/
}

.post-classic-mod-1 .link-arrow, .post-classic-mod-1 .link-arrow:focus, .post-classic-mod-1 .link-arrow:active {
	color: #ffffff;
}

.post-classic-mod-1 .link-arrow:hover {
	color: #ffffff;
}

.post-classic-mod-2 {
	color: #ffffff;
}

.post-classic-mod-2 .post-classic-title a, .post-classic-mod-2 .post-classic-title a:focus, .post-classic-mod-2 .post-classic-title a:active {
	color: #ffffff;
}

.post-classic-mod-2 .post-classic-title a:hover {
	color: #ffffff;
}

.post-classic-mod-2 .post-classic-figcaption {
	/*background-color: rgba(19, 95, 155, 0.8);*/
}

.post-classic-mod-2 .link-arrow, .post-classic-mod-2 .link-arrow:focus, .post-classic-mod-2 .link-arrow:active {
	color: #ffffff;
}

.post-classic-mod-2 .link-arrow:hover {
	color: #ffffff;
}

.post-classic-mod-3 {
	color: #ffffff;
}

.post-classic-mod-3 .post-classic-title a, .post-classic-mod-3 .post-classic-title a:focus, .post-classic-mod-3 .post-classic-title a:active {
	color: #ffffff;
}

.post-classic-mod-3 .post-classic-title a:hover {
	color: #ffffff;
}

.post-classic-mod-3 .post-classic-figcaption {
	/*background-color: rgba(56, 53, 56, 0.8);*/
}

.post-classic-mod-3 .link-arrow, .post-classic-mod-3 .link-arrow:focus, .post-classic-mod-3 .link-arrow:active {
	color: #ffffff;
}

.post-classic-mod-3 .link-arrow:hover {
	color: #ffffff;
}

.post-classic-mod-4 {
	color: #ffffff;
}

.post-classic-mod-4 .post-classic-title a, .post-classic-mod-4 .post-classic-title a:focus, .post-classic-mod-4 .post-classic-title a:active {
	color: #ffffff;
}

.post-classic-mod-4 .post-classic-title a:hover {
	color: #ffffff;
}

.post-classic-mod-4 .post-classic-figcaption {
	/*background-color: rgba(19, 95, 155, 0.8);*/
}

.post-classic-mod-4 .link-arrow, .post-classic-mod-4 .link-arrow:focus, .post-classic-mod-4 .link-arrow:active {
	color: #ffffff;
}

.post-classic-mod-4 .link-arrow:hover {
	color: #ffffff;
}

.post-classic-title
{
	font-size: 2.5rem;
	font-weight: bold;
}
.post-classic-title-small
{
	font-size: 1.2rem;
	font-weight: bold;
}
.post-classic-title A:hover
{
	text-decoration: none;
}
.grid-heading H1
{
	font-size: 2.5rem;
	font-weight: bold;
}

.section-posts
{
	margin: 3px;
	margin-top: 60px;
}
.splash-blocks-products,.post-classic-figure
{
	margin: 0px!important;
	padding: 0px!important;
}
@media only screen and (max-width: 768px)
{
	.splash-blocks-products, .post-classic
	{
		height: 100%;
		min-height: 223px;
	}
}
.col-navbar, .col-navbar .splash-blocks-products
{
	min-height: unset;
}

.footer
{
	background-color: rgba(0,0,0,0.05);
	color: #000000;
	position: relative;
	overflow: hidden;
	margin-top: 0px;
	padding: 25px 0px;
}
.footer IMG
{
	padding: 40px 0px;
}
.footer A
{
	color: #ffffff;
	font-size: 19px;
}
.button
{
	margin-top: 30px;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.button, .button:link, .button:visited
{
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 85px;
	background: url(../images/button-bg.png);
	background-position: center right;
	background-size: cover;
	text-decoration: none;
	line-height: 110%
}
.button:active, .button:hover
{
	color: #000000;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 85px;
	background: url(../images/button-bg-over.png);
	background-position: center right;
	background-size: cover;
	text-decoration: none;
}

.parallax-content .button
{
	margin-top: 0px;
	display: inline-block;
	margin-bottom: 10px;
}

.highlight-block
{
	color: #ffffff;
	background-color: #3989C9;
}
.highlight-block H1,.highlight-block H2,.highlight-block H3,.highlight-block H4,.highlight-block H5,.highlight-block H6
{
	font-size: 2.5rem;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 0px;
}
.highlight-block P
{
	color: #ffffff;
}

.product-content-top
{
	background-color: #ffffff;
	background: #ffffff;
	padding: 100px 0px;
	color: #000000;
}
.product-content-top H1,.product-content-top H2,.product-content-top H3,.product-content-top H4,.product-content-top H5,.product-content-top H6
{
	font-size: 34px;
	font-weight: normal;
	margin-bottom: 60px;
	line-height: 140%;
}
.product-content-top P
{
	color: #3989C9;
	font-size: 26px!important;
}

.products-navbar
{
	padding: 15px 0px;
}

.md-section-parallax
{
	margin-top: 60px;
}

.fancybox-skin
{
	border-radius: 0px!important;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span
{
	background-image: url('/wp-content/themes/timelineCMS/templates/images/fancybox_sprite.png')!important;
}

.container-top-border
{
	position: relative;
	margin-top: 2rem;
	padding-top: 2rem;
}
.container-top-border:before
{
	content:"";
  background: #3989C9;
  position: absolute;
  top: 0;
  left: 15px;
  height: 2px;
  width: calc(100% - 30px);
}

.block-content IMG
{
	max-width: 100%;
	height: auto;
}

.videowrapper, .wp-video
{
	width: 100vw!important;
	margin-left: calc(-50vw + 50%);
	max-width: none!important;
	margin-top: 50px;
  margin-bottom: 0px;
	height: auto!important;
}
.mejs-container, .wp-video-shortcode
{
  width: 100%!important;
  height: 56.2vw!important;
  margin-bottom: -10px;
}
.mejs-controls
{
	display: none!important;
}
.mejs-overlay-button
{
  background: url(/wp-content/themes/timelineCMS/templates/images/Play-Button.png) no-repeat!important;
  background-position: 0 0!important;
  height: 123px!important;
  width: 123px!important;
}

.equal-content-image-caption
{
	overflow: hidden;
}
.google-map
{
	height: 400px; width: 100%; margin: 1.5rem 0px;
}
.form-container
{
	margin-top: -20px;
	margin-left: -12px;
}

#mobile_menu
{
	display: none;
}
#wide_menu {
	display: block;
}
@media only screen and (max-width: 768px)
{
	#mobile_menu
	{
		display: block;
	}
	#wide_menu {
		display: none;
	}
	.header-splash
	{
		height: 100%;
		height: 100vh;
		min-height: 560px;
	}
	.header-splash:after, .header:after
	{
		display: none;
		content: "";
	}
	.footer-bar, .footer-bar P, .footer P {
	    font-size: 1rem;
	}
	.footer-links
	{
		padding-bottom: .5rem;
	}
	.footer .page-block, .footer .page-block-bottom
	{
		padding: 0px;
	}
	.products-navbar .splash-blocks-products, .products-navbar .post-classic-figure
	{
		flex: 50%!important;
		max-width: none!important;
		height: 3.5rem;
		overflow: hidden;
	}
}
@media only screen and (max-width: 1100px)
{
	.rd-parallax
	{
		height: auto;
	}
	.parallax-content
	{
		position: relative;
	}
	.footer-logo
	{
		height: auto;
	}
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    background-color: #3989C9;
    overflow-x: hidden;
    padding-top: 60px;
    transition: .5s;
}
.sidenav .closebtn
{
		color: #ffffff;
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 36px;
    margin-left: 50px;
}

.products-navbar H3
{
  margin-bottom: 7px;
}
.splash-blocks-products H3
{
	margin-bottom: 7px;
}

.contact-email, .contact-email:link, .contact-email:visited
{
	color: #000000;
	text-decoration: none;
}
.contact-email:active, .contact-email:hover
{
	color: #3989C9;
	text-decoration: none;
}

.header-cta
{
	position: absolute;
  top: 32px;
  right: 15px;
  background: url(/wp-content/themes/timelineCMS/templates/images/Yellow-arrow-top.jpg);
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 50px;
  height: 40px;
}
.header-cta-line-1,.header-cta-line-2
{
	color: #3989C9;
	text-align: right;
	font-size: 19px;
	margin-top: -5px;
}
.header-cta-line-1
{
	font-weight:bold;
}
.cowan-top-bar
{
	background-color: #000000;
	border-bottom: 5px #3989C9 solid;
}
.cowan-bottom-bar
{
	background-color: #000000;
	border-top: 5px #3989C9 solid;
}
.cowan-bar-logo
{
	text-align: right;
}
.cowan-bar-logo IMG
{
	padding: 20px 0px;
}

.services-section
{
	background: rgba(0,0,0,0.2);
	background: radial-gradient( circle farthest-side, rgba(0,0,0,0), rgba(0,0,0,0.2) );
  padding: 50px 0px;
  text-align: center;
}
.services-section-text P
{
	margin-top: 30px;
	margin-bottom: 0px;
}
.services-section-block
{
	background: #3989C9;
	background: linear-gradient(#3989C9 0%, #004F8C 100%);
	border-radius: 20px;
	margin-top: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.services-section-block-image
{
	margin-top: -20px;
	display: inline-block;
}
.services-section-block-title
{
    color: #ffffff;
    padding: 20px 20px 20px 20px;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 1rem;
    line-height: 130%;
}
.services-section-block-text
{
	color:#ffffff;
	padding: 0px 20px 20px 20px;
	margin: 0px 1rem;
	font-size: 1rem;
}
.services-section-block-text P
{
	margin-bottom: 0px;
}

.description-section
{
	background-color: #ffffff;
	padding: 50px 0px;
}
.description-section-title
{
	text-align: center;
}

.coverage-section
{
	background: #3989C9;
	background: linear-gradient(#3989C9 0%, #004F8C 100%);
	padding: 50px 0px;
}
.coverage-section-title
{
	color: #ffffff;
	padding: 100px 0px 70px;
	font-size: 2.6rem;
	font-weight: bold;
}
.coverage-section-text
{
	color: #ffffff;
	font-size: 1rem;
}

.essential-section
{
	background: rgba(0,0,0,0.2);
	background: radial-gradient( circle farthest-side, rgba(0,0,0,0), rgba(0,0,0,0.2) );
	padding: 60px;
	text-align: center;
}
.essential-section-title
{
	color: #3989C9;
	font-size: 2.6rem;
}
.essential-section-text
{
	font-size: 1rem;
}

.body-cta-section
{
	background-color: #ffffff;
	padding: 70px;
	text-align: center;
}
.body-cta
{
  background: url(/wp-content/themes/timelineCMS/templates/images/Yellow-arrow-base.jpg);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  padding-left: 80px;
  height: 67px;
	display: inline-block;
	margin: auto;
}
.body-cta-line-1, .body-cta-line-2
{
	color: #3989C9;
	font-size: 1.6rem;
	text-align: left;
  line-height: 140%;
}
.body-cta-line-1
{
	font-weight: bold;
}
@media only screen and (max-width: 768px)
{
	.body-cta-section, .essential-section
	{
		padding: 50px 15px;
	}
	.description-section-image, .description-section-badge, .coverage-section-map, .content-badge
	{
		text-align: center;
	}
	.description-section-text
	{
		padding-bottom:30px;
	}
	.coverage-section-title
	{
		padding: 0px;
		padding-bottom: 10px;
		text-align: center;
	}
	.coverage-section-text
	{
		text-align: center;
	}
	.header-cta
	{
		position: relative;
		top: 0px;
		right: 0px;
		padding-right: 0px;
		background: transparent;
		padding-bottom: 30px;
    display: inline-block;
    margin: auto;
    margin-bottom: 30px;
 	}
	.header-cta-line-1, .header-cta-line-2
	{
		text-align: center;
	}
}
@media only screen and (max-width: 480px)
{
	.header
	{
		min-height: unset;
		display: table;
	}
	.header-content
	{
		font-size: 2.8rem;
		font-size: 8vw;
	}
	.header-content-wrapper {
	    width: 100%;
	    display: table-cell;
	    bottom: 0px;
	    vertical-align: middle;
	    position: relative;
	}
}

SECTION IMG
{
	max-width: 100%;
	height: auto;
}

.header
{
	border-bottom: 6px #3989C9 solid;
}

.header-content-wrapper H1
{
	font-family: Helvetica, Verdana, Arial, Sans-Serif;
	font-size: 65px;
	font-weight: normal;
	color: #ffffff;
	line-height: 120%;
}

.header IMG
{
	margin-bottom: 170px;
	max-width: 100%;
	margin-top: 50px;
}

.footer
{
	border-top: 6px #3989C9 solid;
}

.footer P
{
	color: #ffffff;
	font-size: 19px;	
}

.header IMG
{
	max-width: 100%;
}

@media only screen and (max-width: 768px)
{
	.header-content-wrapper H1
	{
		font-size: 8vw;
	}
	.product-content-top H1, .product-content-top H2, .product-content-top H3, .product-content-top H4, .product-content-top H5, .product-content-top H6
	{
    font-size: 6vw;
  }
  .product-content-top P
  {
    font-size: 4vw!important;
  }
}

@media only screen and (max-width: 640px)
{
	#content_page_item
	{
		margin: 0px 25px;
	}
	.footer
	{
		padding: 25px;
	}
}
