@charset "UTF-8";
/* CSS Document */

.sf-container {
    background-color: #0A2642;
    margin: 1px auto 50px;
    width: 100%;
    max-width: 1220px;
    position: relative;
    overflow: hidden;
}
.sf-container-grid {
    display: grid;
    grid-template-columns: auto 59%;
}
.sf-container a:hover {
    text-decoration: none;
    color: inherit;
}
.sf-copy-container {
    text-align: center;
	display: flex;
	align-items: center;
	width: 100%;
}
.sf-grid-item {
    display: flex;
}
	
.sf-copy {
    position: relative;
    text-align: left;
    color: #ffffff;
	padding: 0 12%;
	width: 100%;
}
.sf-divider {
    height: 5px;
    width: 30%;
    max-width: 120px;
    margin: 5% 0;
    background-color: #F58833;
}	
.sf-copy h2 {
    font-family: franklin-gothic-atf, 'Roboto', sans-serif;
    font-size: 37px;
    font-weight: 500;
}
.sf-copy p {
    font-family: franklin-gothic-atf, 'Roboto', sans-serif;
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    margin: auto;
    text-decoration: none;
	padding-right: 8%;
}
.btn-feature-md {
    font-family: franklin-gothic-atf, 'Roboto', sans-serif;
    color: #ffffff;
    background-color: #fff;
    margin: 2% 2% 0;
    border: #ffffff 2px solid;
}
.btn-feature-md:hover {
    color: #fff;
    background-color: #ffffff;
    border: #ffffff 2px solid;
}
.btn-feature-md:active, .btn-feature-md:focus {
    color: #ffffff !important;
    background-color: #fff !important;
}
.sf-image img {
    width: 100%;
}
.fathers-day-date-banner {
    font-family: franklin-gothic-atf, 'Roboto', sans-serif;
    color: #fff;
    background-color: #FDCBD4;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    position: absolute;
    top: 0;
    padding: 10px;
    text-align: center;
}

@media (max-width: 1200px) {
.sf-copy h2 {
    font-size: 30px;
}	
.sf-copy p {
    font-size: 15px;
}

}
@media (max-width: 992px) {
.sf-copy {
	padding: 0 8%;
}	
.sf-copy h2 {
    font-size: 24px;
}	
.sf-copy p {
    font-size: 14px;
	padding-right: 0;
}

}
@media (max-width:768px) {
.sf-grid-item {
    display: block;
}	
.sf-container {
    height: auto;
    max-height: none;
}
.sf-container-grid {
    grid-template-columns: 100%;
}
.sf-grid {
    grid-template-columns: 100%;
}
.sf-copy {
	padding: 8% 10%;
}		
.sf-copy h2 {
    font-size: 7vw;
}
.sf-copy p {
    font-size: 3.5vw;
	padding-right: 10%;
}
}

@media (max-width:400px) {
.sf-copy p {
    font-size: 14px;
}
	.fathers-day-date-banner {
    font-size: 6vw;
}
}