@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)
{
	
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	.featured_news_content
	{
		padding-right: 100px;
	}
}

/************
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)
{
	.container_reset > .container
	{
		max-width: 960px;
		padding-left: 15px;
		padding-right: 15px;
	}
	.container_reset > .container .row
	{
		margin-left: -15px;
		margin-right: -15px;
	}
	.container_reset > .container .row > div[class^='col']
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.main_nav ul li:not(:last-of-type)
	{
		margin-right: 40px;
	}
	.featured_news
	{
		padding-top: 95px;
		padding-bottom: 0;
	}
	.featured_news_content
	{
		padding-right: 0px;
		padding-top: 66px;
		padding-left: 0px;
		padding-bottom: 95px;
	}
	.nl_col
	{
		margin-top: 40px;
	}
	.newsletter_form_container
	{
		padding-left: 0;
	}
}

/************
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)
{
	.container_reset > .container
	{
		max-width: 720px;
	}
	.header_content
	{
		width: 100%;
		left: auto;
	}
	.main_nav
	{
		display: none;
	}
	.hamburger
	{
		display: flex !important;
	}
	.blog_col
	{
		margin-top: 40px;
	}
	.page_nav
	{
		margin-top: 113px;
	}
}

/************
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)
{
	
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.container_reset > .container
	{
		max-width: 540px;
	}
	.featured_news_title
	{
		font-size: 56px;
	}
	.footer_social ul li
	{
		width: 40px;
		height: 40px;
	}
	.footer_social ul li:not(:last-of-type)
	{
		margin-right: 7px;
	}
	.footer_social ul li a i
	{
		font-size: 16px;
		line-height: 40px;
	}
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	.container_reset > .container
	{
		max-width: 100%;
	}
	.button
	{
		width: 160px;
		height: 48px;
		border-radius: 17px;
	}
	.button a
	{
		font-size: 12px;
		line-height: 48px;
	}
	.button span
	{
		line-height: 48px;
		font-size: 12px;
	}
	.section_title h1
	{
		font-size: 36px;
	}
	p
	{
		font-size: 14px;
	}
	.header_content
	{
		height: 75px;
	}
	.log_reg
	{
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.home
	{
		height: 350px;
	}
	.home_title
	{
		font-size: 36px;
	}
	.menu_close
	{
		right: 30px;
	}
	.log_reg ul li a
	{
		font-size: 16px;
	}
	.menu_nav ul li a
	{
		font-size: 30px;
	}
	.blog_post_date
	{
		width: 93px;
		height: 26px;
	}
	.blog_post_date a
	{
		font-size: 12px;
		line-height: 30px;
	}
	.blog_post_title a
	{
		font-size: 24px;
	}
	.blog_post_link a
	{
		font-size: 12px;
	}
	.featured_news_title
	{
		font-size: 48px;
	}
	.featured_news_image
	{
		min-height: auto;
		height: 350px;
	}
	.newsletter_input
	{
		height: 48px;
		border-radius: 17px;
		width: calc(100% - 167px);
		font-size: 14px;
		padding-left: 20px;
	}
	.newsletter_input::-webkit-input-placeholder
	{
		font-size: 14px !important;
	}
	.newsletter_input:-moz-placeholder
	{
		font-size: 14px !important;
	}
	.newsletter_input::-moz-placeholder
	{
		font-size: 14px !important;
	} 
	.newsletter_input:-ms-input-placeholder
	{ 
		font-size: 14px !important;
	}
	.newsletter_input::input-placeholder
	{
		font-size: 14px !important;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 539px)
{
	
}

/************
12. 480px
************/

@media only screen and (max-width: 480px)
{
	
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	
}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	
}