a {
	color:#272727;
	text-decoration:none;
}
body {
	margin:0;
	padding:0;
	text-align:center;
}
header {
	height:50px;
	background: #224198 url('../img/header-transparent.png');
	background: -moz-linear-gradient(top, #224198 0%, #1b3477 100%) url('../img/header-transparent.png');
	background: -webkit-linear-gradient(top, #224198 0%,#1b3477 100%) url('../img/header-transparent.png');
	background: linear-gradient(to bottom, #224198 0%,#1b3477 100%) url('../img/header-transparent.png');
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#224198', endColorstr='#1b3477',GradientType=0 );
	background-repeat:no-repeat;
	background-position:right;
}
.pattern {
	background: url('../img/pattern.jpg') center;
	background-size:cover;
	padding:15px;
}
.slick {
	border:5px solid #eee;
	max-width:500px;
	margin:15px auto 0;
}
.slick .slick-dots li button {
	padding:0;
	height:15px;
	width:15px;
}
.slick .slick-dots {
	height:15px;
}
.slick .slick-dots li.slick-active button:before {
	color:#ae3835;
	opacity:1;
}
.social-links {
	max-width: 500px;
    margin: 30px auto;
	padding:0 15px;
    column-count: 2;
}
.social-links > div {
	text-align:left;
	margin-bottom:15px;
}
.social-links > div a{
	vertical-align: super;
	margin-left:5px;
}
.phone:before {
	content:'';
	height:30px;
	width:30px;
	display:inline-block;
	background:url('../img/phone.png');
}
.mobile:before {
	content:'';
	height:30px;
	width:30px;
	display:inline-block;
	background:url('../img/mobile.png');
}
.instagram:before {
	content:'';
	height:30px;
	width:30px;
	display:inline-block;
	background:url('../img/instagram.png');
}
.snapchat:before {
	content:'';
	height:30px;
	width:30px;
	display:inline-block;
	background:url('../img/snapchat.png');
}
.slick .slick-dots li button:before {
	height:15px;
	width:15px;
	line-height:15px;
	font-size:15px;
	color:#213f93;
	opacity:1;
}
.call-to-action { 
	border: 1px dashed #b7b7b7;
	border-radius: 10px;
	max-width:340px;
	margin:25px auto 35px;
	position:relative;
}
.call-to-action:after { 
	content:'';
	width:37px;
	height:37px;
	position:absolute;
	background:url('../img/down.png');
	bottom:-20px;
	margin-left:-18px;
	filter: drop-shadow(2px 2px 0px white) drop-shadow(-2px -2px 0px white) drop-shadow(2px -2px 0px white) drop-shadow(-2px 2px 0px white);
}
.inner-button {
	color:white;
	padding:20px;
	background:#213f93;
	border:5px solid white;
	border-radius:10px;
	font-size:11pt;
}
.copyrights {
	height:50px;
	color:white;
	background: #ae3835 url('../img/footer-transparent.png');
	background-repeat:no-repeat;
	background-position:left;
	display:flex;
	justify-content:center;
	align-items:center;
}