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


/* NEWS*/

@media (min-width: 700px) {
	.page-intro.minimal .container {
		max-width: 800px;
	}
	

/* 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; 
}



.section { background-color: #fff; color: #000;}

.font-small { font-size: 60%; }

.hr-line {border-top: 1px solid #000;}

.img-circle{border-radius:50%}

.text-center{text-align:center}


.imgr{float: right;margin: 0 0 10px 15px;clear: right;}
.imgl{float: left;margin: 0 15px 10px 0;clear: left;}
.boxholder{padding:9px; border:1px solid #D6D6D6;}

.txt{float: right;margin: 0 15px 10px 0;clear: right; font-size: .9em;}

.font-small {font-size: .9em;}
.font-medium {font-size: 1.2em;}
.font-large {font-size: 1.4em; line-height: 1.17em;}
.font-xl {font-size: 1.6em;line-height: 1.17em;}


.accordion{margin:0;padding: 0 0 40px 0;}@media (min-width:700px){.accordion{padding: 0 0 40px 0;}}@media (min-width:1025px){.accordion{padding:0 0 40px 0;}}

.gen2col{margin:0;padding:20px 0 22px}@media (min-width:700px){.gen2col{padding:20px 0 22px}}@media (min-width:1025px){.gen2col{padding:20px 0 22px}}

.line{margin-top:20px;margin-bottom:20px;border:0;border-top:1px solid #eee}

.row2 {  display: flex;}

.column2 {flex: 50%;} @media screen and (max-width: 600px) {.column2 {width: 100%;}}


.statistics .column--three .column__col.selected .stat3up__holder {
	background-image: url(/_resources/images/call-outs/library.jpg) !important;}

.statistics .column--three .column__col.selected ~ .selected .stat3up__holder {
	background-image: url(/_resources/images/call-outs/malas-grads.jpg) !important;}

.statistics .column--three .column__col.selected ~ .selected ~ .selected .stat3up__holder {
	background-image: url(/_resources/images/call-outs/florence.jpg) !important;}


.feature-box-tan {
    background-color: #f5f3ef;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #434343;
    font-size: 0.850em;
    border-radius: 7px;}

.feature-box-tan h3 {
    color: #901723;
    font-size: 1.286em;}


.border {
	padding: 8px;
	border: 1px solid #d6d6d6;
	float: left;
	clear: left;
	margin: 5px;
}
