@media (min-width: 640px){}
@media (min-width: 768px){}
@media (min-width: 834px){}
@media (min-width: 900px){}
@media (min-width: 1080px){}
@media (min-width: 1152px){}
@media (min-width: 1280px){}
@media (min-width: 1366px){}
@media (min-width: 1440px){}
@media (min-width: 1600px){}
@media (min-width: 1920px){}
@media (min-width: 2280px){}
/* --------------------- */
@media (max-width: 2280px){}
@media (max-width: 1920px){}
@media (max-width: 1600px){}
@media (max-width: 1440px){}
@media (max-width: 1366px){}
@media (max-width: 1280px){}
@media (max-width: 1152px){
	section.article .btn-wrapper .col-sm-2{
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 10%;
		max-width: 10%;
	}
	section.article .btn-wrapper .col-sm-4{
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
		max-width: 40%;
	}
}
@media (max-width: 1080px){}
@media (max-width: 900px){
	section.article .btn-wrapper .col-sm-2{
		display: none;
	}
	section.article .btn-wrapper .col-sm-4{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	section.contact-channel .container{
		max-width: 95%;
	}
	section.contact-channel .icon-text-wrapper .icon-text{
		display: inline-block;
		padding: 0;
		width: 24%;
		text-align: left;
	}
}
@media (max-width: 834px){}
@media (max-width: 768px){
	section.article .container{
		max-width: 95%;
	}
	section.article .btn-wrapper .col-sm-4{
		padding-left: 5px;
		padding-right: 5px;
	}
	section.article .btn{
		padding: 10px 0;
	}
	section.contact-channel .icon-text-wrapper .icon-text{
		width: 30%;
	}
}
@media (max-width: 640px){
	section.article{
		padding-top: 70px;
	}
	section.article p{
		width: 90%;;
	}
	section.article .btn.btn-document{
		margin-bottom: 30px;
	}
	section.contact-channel .icon-text-wrapper .icon-text{
		width: 49%;
	}
}
@media (max-width: 414px){
	section.article .btn-wrapper .col-sm-4{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	section.article p{
		width: 100%;;
	}
}
@media (max-width: 375px){}
@media (max-width: 320px){}
/* --------------------- */
@media (orientation: landscape){}
/* --------------------- */
@media screen and (max-device-width: 767px) and (orientation: landscape){}
/* --------------------- */
@media screen and (max-device-width: 767px) and (orientation: portrait){}
/* iPad in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape){}
/* iPad in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait){}
/* Retina iPad in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2){}
/* Retina iPad in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2){}
/* iPad 1 & 2 Media Queries */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2){}
/* iPad 1 & 2 in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1){}
/* iPad 1 & 2 in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1){}
/* iPad 1 & 2 in portrait */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 1){}
