@charset "UTF-8";
/*----------------------------------------------------------
  Home page styles.
------------------------------------------------------------
 >>> TABLE OF CONTENTS:
------------------------------------------------------------
* Top screen
* Help
* News
* Assistance
* Charity
----------------------------------------------------------*/


/********************  TOP SCREEN  ********************/

#top-screen {background-color: #edeeef; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; position: relative;}
	#top-screen:before {content: ''; display: block; width: 50%; height: 100%; background: transparent; background: linear-gradient(to right, #edeeef 0%, rgba(237,238,239,0) 100%); margin: auto 0; position: absolute; top: 0; bottom: 0; left: 0; z-index: 1;}
#top-screen .wrapper {padding-top: 85px; padding-bottom: 85px; z-index: 2;}
	#top-screen .content {max-width: 390px;}
		#top-screen h1 {color: #b71c1c;}
		#top-screen .sub-title {max-width: 330px; color: #546e7a;}
		#top-screen .link-button {display: block; width: 100%; max-width: 250px; margin: 40px 0 0;}


/*------ 1024 ------*/
@media all and (max-width: 1199px){
	#top-screen .wrapper {padding-top: 70px; padding-bottom: 70px;}
}

/*------ 768 ------*/
@media all and (max-width: 1023px){
	#top-screen .wrapper {padding-top: 60px; padding-bottom: 60px;}
		#top-screen .link-button {margin-top: 30px;}
}

/*------ 600 ------*/
@media all and (max-width: 767px){
	#top-screen {}
		#top-screen:before {width: 100%;}
	#top-screen .wrapper {padding-top: 45px; padding-bottom: 45px;}
		#top-screen .link-button {max-width: 220px; margin-top: 25px;}
}

/*------ 480 ------*/
@media all and (max-width: 599px){
	#top-screen {}
		#top-screen:before {width: 150%;}
	#top-screen .wrapper {padding-top: 40px; padding-bottom: 40px;}
}

/*------ 320 ------*/
@media all and (max-width: 479px){
	#top-screen .wrapper {padding-top: 35px; padding-bottom: 35px;}
}


/********************  HELP  ********************/

#help {background: #f9f9fa;}
#help .wrapper {padding-top: 30px; padding-bottom: 30px;}
	#help .items {display: flex; flex-wrap: wrap; margin: 0 auto -30px;}
		#help .item {flex: 1 1 0%; display: flex; flex-wrap: wrap; align-items: center; min-width: calc(33.3% - 20px); background: #38474f; font-size: 16px; color: #fff; padding: 30px; margin: 0 0 30px 30px; position: relative; -webkit-transition: all 0.2s ease-out 0s; transition: all 0.2s ease-out 0s;}
		#help .item:hover {background: #263238;}
		#help .item:active {top: 2px;}
		#help .item:nth-child(3n+1) {margin-left: 0;}
			#help .item .icon-container {flex: 0 0 auto; width: 77px; height: 77px; margin-right: 15px; position: relative; -webkit-transition: inherit; transition: inherit;}
				#help .item .icon {width: 100%; height: 100%; background: none; margin: auto; position: absolute; left: 0; right: 0; top: 0; bottom: 0; -webkit-transition: inherit; transition: inherit;}
				#help .item:hover .icon {-webkit-transform: scale(0.98); transform: scale(0.98);}
			#help .item .description {flex: 1 1 0%;}
				#help .item .description strong {display: block; font-weight: 500; font-size: 150%; line-height: 1.2;}


/*------ 1200 ------*/
@media all and (max-width: 1299px){
	#help {}
		#help .items {margin-bottom: -20px;}
			#help .item {min-width: calc(33.3% - 14px); padding: 25px 20px; margin: 0 0 20px 20px;}
				#help .item .description {}
					#help .item .description strong {font-size: 140%;}
}

/*------ 1024 ------*/
@media all and (max-width: 1199px){
	#help {}
		#help .items {margin-bottom: -15px;}
			#help .item {min-width: calc(33.3% - 10px); font-size: 100%; padding: 20px 15px; margin: 0 0 15px 15px;}
				#help .item .icon-container {width: 66px; height: 66px;}
				#help .item .description {}
					#help .item .description strong {font-size: 130%; margin-bottom: 2px;}
}

/*------ 768 ------*/
@media all and (max-width: 1023px){
	#help {}
		#help .items {}
			#help .item {text-align: center; padding: 20px 10px;}
				#help .item .icon-container {margin: 0 auto 15px;}
				#help .item .description {flex: 0 0 100%;}
					#help .item .description strong {font-size: 120%;}
}

/*------ 600 ------*/
@media all and (max-width: 767px){
	#help {}
		#help .items {margin-bottom: -10px;}
			#help .item {flex: 0 0 100%; min-width: 1px; text-align: left; padding: 15px 10px; margin: 0 0 10px;}
				#help .item .icon-container {width: 60px; height: 60px; margin: 0 15px 0 0;}
				#help .item .description {flex: 1 1 0%; font-size: 0;}
					#help .item .description strong {font-size: 18px; margin: 0;}
}

/*------ 480 ------*/
@media all and (max-width: 599px){
	#help .wrapper {padding-top: 20px; padding-bottom: 20px;}
		#help .items {margin-bottom: -5px;}
			#help .item {padding: 10px; margin-bottom: 5px;}
				#help .item .icon-container {width: 45px; height: 45px;}
				#help .item .description {}
					#help .item .description strong {font-size: 16px;}
}

/*------ 320 ------*/
@media all and (max-width: 479px){
	#help .wrapper {padding-top: 15px; padding-bottom: 15px;}
}


/********************  NEWS  ********************/

#news {}
#news .wrapper {}
	#news .news-items {}
		#news .news-item {}
		@media all and (max-width: 1023px) and (min-width: 768px){ #news .news-item:last-child {display: none;} }


/*------ 320 ------*/
@media all and (max-width: 479px){
	#news {}
		#news .news-items {padding: 0 0 35px; margin: 0 auto;}
			#news .news-item {display: none; margin: 0;}
			#news .news-item:nth-child(1) {display: flex;}
}


/********************  ASSISTANCE  ********************/

#assistance {background: #38474f url(../images/backgrounds/assistance-bg.jpg) 50% 50% no-repeat; background-size: cover; color: #fff;}
#assistance .wrapper {}
	#assistance .content {max-width: 1024px; text-align: center; margin: 0 auto;}


/********************  CHARITY  ********************/

#charity {}
#charity .wrapper {}
	#charity .content-container {display: flex; justify-content: space-between; align-items: center;}
		#charity .content {flex: 1 1 0%;}
			#charity .info {max-width: 610px; color: #546e7a; margin-top: 30px;}
			#charity .request-button {display: block; width: 100%; max-width: 250px; margin: 40px 0 0;}
		#charity .pic {flex: 0 0 auto; display: block; width: 50%; max-width: 540px; margin-left: 30px;}


/*------ 768 ------*/
@media all and (max-width: 1023px){
	#charity {}
		#charity .info {margin-top: 0;}
		#charity .request-button {margin-top: 30px;}
}

/*------ 600 ------*/
@media all and (max-width: 767px){
	#charity {}
		#charity .request-button {max-width: 220px; margin-top: 25px;}
}

/*------ 480 ------*/
@media all and (max-width: 599px){
	#charity {}
		#charity .content {flex: 0 0 100%;}
			#charity .info {max-width: 100%;}
			#charity .pic {display: none;}
}