/*
Implementation Skeleton v3 - 12/6/18
Add styles to overwrite customer CSS and global oustyles CSS. USE WITH CAUTION.
*/


/* HERO IMAGE - FIX DECAPITATION 
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.hero {
	background-position: center top;
}


/* SOCIAL MEDIA COMPONENT STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
		
.socialMediaWrapper{
	display:flex;
	flex-wrap:wrap;
	margin-bottom: 40px;
	
}

.socialMediaWrapper .icon{
  color: #a6192e;
  margin: 0 20px 40px 20px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  position: relative;
  z-index:2;
}

.socialMediaWrapper .icon span{
  position:relative;
  z-index:2;
  height: 60px;
  width: 60px;
  display:block;
  background: #fff;
  box-shadow: 0 10px 10px rgba(0,0,0,0.1);
  border-radius:50%;
  text-align:center;
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    font-size:25px;
  line-height:60px;
}

.socialMediaWrapper .icon:hover span{
  text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
}
.socialMediaWrapper .icon:hover span{
  color: #fff;
}
.socialMediaWrapper .facebook:hover span{
  background:#3B5999;
}
.socialMediaWrapper .twitter:hover span{
  background:#46C1F6;
}
.socialMediaWrapper .github:hover span{
  background:#333;
}
.socialMediaWrapper .youtube:hover span{
  background:#de463b;
}

.socialMediaWrapper .linkedin:hover span{
  background:#0a66c2;
}
.socialMediaWrapper .snapchat:hover span{
  background:#0a66c2;
}

.socialMediaWrapper .instagram:hover span{
    background: #f09433; 
}

/*-- [UPD] Icon Link Grid  --*/

/*  GENERAL CSS ITEMS
--------------------------------------------------  */

.red-section__list ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    margin: 25px 0 0 0;
    padding: 0;
}
.red-section__list li {
    padding-bottom: 35px;
    list-style-type: none;
}
.red-section__list p {
    text-align: center;
    color: #000000;
	margin-bottom: 20px;
    transition: 0.4s ease-in-out .1s;
}
.red-section__list i {
	color: #a6192e;
	padding: 35px;
	margin-bottom: 10px;
    transition: 0.4s ease-in-out .1s;
}			
.grey-section__list ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    margin: 25px 0 0 0;
    padding: 0;
}
.grey-section__list li {
    padding-bottom: 35px;
    list-style-type: none;
}
.grey-section__list p {
    text-align: center;
    color: #000000;
	margin-bottom: 20px;
    transition: 0.4s ease-in-out .1s;
}
.grey-section__list i {
	color: #464646;
	padding: 35px;
	margin-bottom: 10px;
    transition: 0.4s ease-in-out .1s;
}
.black-section__list ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    margin: 25px 0 0 0;
    padding: 0;
}
.black-section__list li {
    padding-bottom: 35px;
    list-style-type: none;
}
.black-section__list p {
    text-align: center;
    color: #000000;
	margin-bottom: 20px;
    transition: 0.4s ease-in-out .1s;
}
.black-section__list i {
	color: #000000;
	padding: 35px;
	margin-bottom: 10px;
    transition: 0.4s ease-in-out .1s;
}

/*  RED-CALLOUT-SPECIFIC CSS ITEMS
--------------------------------------------------  */
.red-section__list p:hover {
    color: #a6192e;
}
.red-section__list i:hover {
    color: #000000;
}
.red-section__list a {
    color: #a6192e;
    text-decoration: none;
}
.red-section__list.grid-2 li {
    display: flex;
    justify-content: center;
    flex: 0 1 50%;
}			
.red-section__list.grid-2 i {
    Font-size: 125px;
}
.red-section__list.grid-3 li {
    display: flex;
    justify-content: center;
    flex: 0 1 33.333333%;
}			
.red-section__list.grid-3 i {
    Font-size: 125px;
}
.red-section__list.grid-4 li {
    display: flex;
    justify-content: center;
    flex: 0 1 25%;
}			
.red-section__list.grid-4 i {
    Font-size: 85px;
}
.red-section__list.grid-5 li {
    display: flex;
    justify-content: center;
    flex: 0 1 20%;
}			
.red-section__list.grid-5 i {
    Font-size: 85px;
}

/*  GREY-CALLOUT-SPECIFIC CSS ITEMS
--------------------------------------------------  */
.grey-section__list p:hover {
    color: #a6192e;
}
.grey-section__list i:hover {
    color: #a6192e;
}
.grey-section__list a {
    color: #464646;
    text-decoration: none;
}
.grey-section__list.grid-2 li {
    display: flex;
    justify-content: center;
    flex: 0 1 50%;
}		
.grey-section__list.grid-2 i {
    Font-size: 125px;
}			
.grey-section__list.grid-3 li {
    display: flex;
    justify-content: center;
    flex: 0 1 33.333333%;
}			
.grey-section__list.grid-3 i {
    Font-size: 125px;
}		
.grey-section__list.grid-4 li {
    display: flex;
    justify-content: center;
    flex: 0 1 25%;
}		
.grey-section__list.grid-4 i {
    Font-size: 85px;
}		
.grey-section__list.grid-5 li {
    display: flex;
    justify-content: center;
    flex: 0 1 20%;
}		
.grey-section__list.grid-5 i {
    Font-size: 85px;
}

/*  BLACK-CALLOUT-SPECIFIC CSS ITEMS
--------------------------------------------------  */
.black-section__list p:hover {
    color: #a6192e;
}
.black-section__list i:hover {
    color: #a6192e;
}
.black-section__list a {
    color: #000000;
    text-decoration: none;
}
.black-section__list.grid-2 li {
    display: flex;
    justify-content: center;
    flex: 0 1 50%;
}			
.black-section__list.grid-2 i {
    Font-size: 125px;
}			
.black-section__list.grid-3 li {
    display: flex;
    justify-content: center;
    flex: 0 1 33.333333%;
}			
.black-section__list.grid-3 i {
    Font-size: 125px;
}			
.black-section__list.grid-4 li {
    display: flex;
    justify-content: center;
    flex: 0 1 25%;
}			
.black-section__list.grid-4 i {
    Font-size: 85px;
}			
.black-section__list.grid-5 li {
    display: flex;
    justify-content: center;
    flex: 0 1 20%;
}			
.black-section__list.grid-5 i {
    Font-size: 85px;
}