﻿@media only screen and (max-width: 1600px)
{
	.divider
	{
		margin:0 16px;
	}
}

@media only screen and (max-width: 1280px)
{
	.divider
	{
		margin:0 8px;
	}
	.header-right {
		gap: 12px;
	}
}

@media only screen and (max-width: 1200px)
{
	.headerCenter, .headerRight
	{
		display:none;
	}
	
	.menuIcon
	{
		display:block;
		cursor: pointer;
	}
	
	.footerTopContent
	{
		flex-wrap:wrap;
	}
	.footerCol
	{
		width:100%;
		text-align:center;
	}
	
	.footerBottomContent
	{
		display:block;
	}
	.footerBottomLeft
	{
		flex-wrap:wrap;
	}
	.footerBottomItem
	{
		width:100%;
		text-align:center;
	}
	.footerBottomLeft .footerBottomItem
	{
		margin-right:0;
	}
	
	.footerBottomRight .footerBottomItem
	{
		margin-top:16px;
	}
}

@media only screen and (max-width: 1080px)
{
	.exploreContent
	{
		flex-wrap:wrap;
	}
	.exploreItem
	{
		width:30%;
	}
	
	.linkedinIbTitle
	{
		display:block;
	}
	
	.linkedinIbTitle h2
	{
		margin-bottom:16px;
	}
}

@media only screen and (max-width: 640px)
{
	.exploreWrapper h2
	{
		font-size:32px;
		padding-left:0;
		text-align:center;
	}
	.exploreItem
	{
		width:47%;
		margin-bottom:40px !important;
	}
	
	.exploreItem:nth-child(3n)
	{
		margin-top:0;
	}
	.exploreItem:nth-child(3n+1)
	{
		margin-top:0;
	}
	
	.linkedinIbTitle
	{
		text-align:center;
	}
	
	.linkedinIbTitle h2
	{
		font-size:32px;
	}
}

@media only screen and (max-width: 480px)
{
	.exploreItem
	{
		width:100%;
	}
}