@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
	.box
	{
		padding-left: 60px;
	}	
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	.icon_box {
		height: 20em;
	}	
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
	
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	.search_container_form
	{
		width: 217px;
	}
	.box
	{
		padding-left: 30px;
	}
	.icon_box {
		height: 22em;
	}
	.cta_button
	{
		margin-top: 30px;
	}	
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
	
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	.home_title
	{
		font-size: 48px;
	}
	.header,
	.header.scrolled
	{
		position: fixed;
		top: 0px;
		left: 0;
	}
	.header_top_extra,
	.header_nav
	{
		display: none !important;
	}
	.icon_box {
		height: 18em;
	}
	.about_image
	{
		position: relative;
		top: auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		right: auto;
		margin-top: 30px;
	}
	.about_text_2
	{
		margin-top: 12px;
	}
	.milestone_col:not(:last-child)
	{
		margin-bottom: 80px;
	}
	.box
	{
		width: 100%;
		padding-left: 90px;
	}	
	.footer_col:not(:last-child)
	{
		margin-bottom: 100px;
	}	
	#the-carousel h4 {
		font-size: 36px;
		font-weight: 500;
	}
	#the-carousel p {
	    font-weight: 500;
	}
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
	
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	
}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{
	#the-carousel h4 {
		font-size: 28px;
	}
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.dept_slider_nav
	{
		display: none;
	}
	.box
	{
		padding-left: 60px;
	}
	.icon_box {
		height: 15em;
	}	
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	p
	{
		font-size: 13px;
	}	
	.button
	{
		height: 40px;
	}
	.button a span
	{
		font-size: 10px;
	}
	.section_title
	{
		font-size: 28px;
		max-width: 100%;
	}
	.home_title
	{
		font-size: 36px;
	}
	.about_text_highlight
	{
		font-size: 14px;
	}
	.box
	{
		padding-left: 30px;
	}
	.box_title
	{
		font-size: 24px;
	}
	.box_text
	{
		font-size: 13px;
	}
	.home_text
	{
		font-size: 14px;
		max-width: 100%;
	}
	.cta_title
	{
		font-size: 24px;
	}
	.cta_subtitle
	{
		font-size: 13px;
	}
	.faq_title
	{
		font-size: 28px;
	}
	.footer_about_text
	{
		font-size: 13px;
	}
	.footer-links
	{
		margin-left: 0;
		margin-top: 20px;
	}
	.footer_phone
	{
		margin-left: 0;
		margin-top: 20px;
	}
	#the-carousel h4 {
		font-size: 24px;
	}
	#the-carousel p {
		font-weight: 400;
		font-size: 14px;		
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	.icon_box {
		height: 18em;
	}
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	.home_title
	{
		font-size: 24px;
	}	
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	
}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	.icon_box {
		height: 25em;
	}
}

@media (max-height: 680px) {
	#the-carousel h4 {
		line-height: 1.2;
		font-size: 24px;
	}
}

@media (max-height: 500px) {
	#the-carousel {
	  height: 75vh;
	}
	#the-carousel h4 {
		line-height: 1.0;
		font-size: 20px;
	}
	#the-carousel p {
		font-size: 14px;
	}
}