.fr-videos {
    margin: 0px -15px;
    padding: 0px;
}

.fr-videos div.col-md-12 {
    padding: 0px;
}

.fr-videos div.col-md-4 {
    padding: 0px 15px 15px 15px;
    background-color: #EBF7FE;
}

.fr-videos div.col-md-4 img {
    border: 5px solid #FFF;
    box-sizing: border-box;
}

.fr-videos div.col-md-4 img:hover {
    border: 5px solid #067BC2;
}

.fr-blocks {
    background-color: #C4E7FD;
    padding: 15px 0px;
    margin-bottom: -15px;
}

.fr-socialbox {
    padding: 15px;
    margin-top: 15px;
    background-color: #067BC2;
}

.fr-socialbox div.col-md-4 {
    padding: 5px;
}

.fr-socialicon {
    width: 60px;
    display: inline-flex;
    height: 100px;
    padding-left: 20px;
}

.fr-socialtext {
    width: calc(100% - 90px);
    display: inline-flex;
}

#DeltaPlaceHolderMain .fr-socialbox h3 {
    color: #FFF;
    font-size: 6em;
    font-style: italic;
    margin-bottom: 25px;
    text-align: center;
}

#DeltaPlaceHolderMain .fr-socialbox .fab {
    color: #FFF;
    padding: 0px;
    font-size: 2em;
    line-height: 60px;
    position: relative;
    top: 10px;
    text-align: right;
}

#DeltaPlaceHolderMain .fr-socialbox .fab:hover {
    color: #F68333;
}

#DeltaPlaceHolderMain .fr-socialbox a {
    text-decoration: none;
    color: #FFF;
    font-size: 2em;
    line-height: 30px;
    position: relative;
    top: 7px;
}

#DeltaPlaceHolderMain .fr-socialbox a:hover {
    color: #F68333;
}

div[class^="fa-wpBox"] {
    box-shadow: none;
    border: 5px solid #FFF;
}