@media (max-width: 991px) {

	h1
	{
		font-size: 52px;
		line-height: 60px;
	
-ms-word-break: break-all;
     word-break: break-all;
	 
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
	}
	
	h2
	{
		font-size: 56px;
	
-ms-word-break: break-all;
     word-break: break-all;
	 
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
	}
	
	h3
	{
		font-family: "TiemposHeadlineWeb-Bold";
		font-size: 36px;
		line-height: 46px;
	}
	
	h2 > br,h3 > br
	{
		display: block;
	}	
	
	h4, .h4
	{
		font-size: 28px;
		line-height: 38px;
	
-ms-word-break: break-all;
     word-break: break-all;
	 
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
	}
	
	h5
	{
		font-size: 18px;
		line-height: 28px;
	
-ms-word-break: break-all;
     word-break: break-all;
	 
     word-break: break-word;

-webkit-hyphens: auto;
   -moz-hyphens: auto;
        hyphens: auto;
	}
	
	
	.mr-bt-100
	{
		margin-bottom: 80px;
	}
	
	.mr-bt-180
	{
		margin-bottom: 90px;
	}
	
	.mr-bt-200
	{
		margin-bottom: 100px;
	}
	
	.mr-bt-mobile-40
	{
		margin-bottom: 40px;
	}
	
	.mr-bt-mobile-60
	{
		margin-bottom: 60px;
	}
	
	.mp-bd-16,  .tb-16
	{
		font-size: 14px;
	}
	
	.mp-bd-20, .mp-bk-18, .mp-bk-16,
	.tb-20, .tt-18 , .tt-16 {
    	font-size: 17px;
    	line-height: 27px;
	}
	
	.mp-bd-32, .tb-32
	{
    	font-size: 24px;
    	line-height: 36px;
	}
	
	.tp-bd-120,  .tb-120
	{
		font-size: 70px;
	}
	
	.tp-bd-32, .tp-bd-36, .tp-bd-38, .tp-bd-48, .tp-bd-32-italic, .tp-bd-36-italic, .tp-bd-38-italic, .tp-bd-48-italic,
	.tb-32,  .tb-36, .tb-38, .tb-48
	{
    	font-size: 24px;
    	line-height: 32px;
	}
		
	.tp-bd-24, .tp-bd-24-italic,
	.tb-24
	{
    	font-size: 20px;
    	line-height: 28px;
	}
	
	a.button.large
	{
		font-size: 14px;
	}
	
	.team-member .team-member-name
	{
		font-size: 12px;
		letter-spacing: 2px
	}
	
	.team-member
	{
		font-size: 16px;
		line-height: 20px;
		text-align: center;
	}
}