﻿/*#region Common*/
html {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.header-text{
    font-size:16px !important;
    line-height:1.5;
}
.header-text p {
    font-family: acumin-pro;
    font-size: 16px;
    line-height: 1.5;
    color: #595959;
}
.header-text {
    font-family: acumin-pro;
    font-size: 16px;
    line-height: 1.5;
    color: #595959;
    margin-bottom: 0px;
}
.mt-sm {
    margin-top: 25px;
}
.content-header {
    font-size: 32px;
    font-family: acumin-pro-condensed;
    color: #ce0019;
}
*, *:before, *:after {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.main-content {
    padding-left: 70px;
    padding-right: 70px;
    margin-bottom: 0px;
    padding-bottom: 12px;
}

.breadcrumb-trail {
    margin-bottom: 20px;
    list-style: none;
    display: block;
}

.breadcrumb {
    font-size: 12px;
    text-decoration: none;
}

    .breadcrumb:hover {
        text-decoration: underline;
    }

.breadcrumb-trail li {
    display: inline-block;
}

    .breadcrumb-trail li:nth-child(n+2):before { /*All breadcrumbs after first*/
        content: " > ";
        text-decoration: none;
    }

h1 {
    font-size: 16px;
    font-weight: bold;
}

.header-text {
   

    display: inline-block;
    margin-bottom: 20px;
}

hr {
    height: 1px;
    background-color: #e2e2e2;
    color: #e2e2e2;
    margin-bottom: 10px;
    margin-top: 10px;
    border-width: 0px;
}

.content-row {
}

.content-image-column {
    display: inline-block;
    margin-right: 16px;
    margin-bottom: 0px;
}

.content-image {
    display: block;
}

.content-text {
    display: inline-block;
    vertical-align: top;
 
    width: auto;
    height: auto;
}

.content-header {
    display: inline-block;
    font-size: 16px;
    font-weight:400;
    color: #4d4d4d;
    vertical-align: top;
    margin-bottom: 0px;
}

.content-paragraph {
    display: block;
    vertical-align: top;
    line-height: 18px;
    margin-bottom: 20px;
    color: #4d4d4d;
}

.content-link {
    line-height: 25px;
    color: #e31937;
}

.back-to-top {
    color: #e31937;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.shift-right {
    margin-left: 2.5em;
}
.top-banner img {
    width:100%;
}

/*#endregion*/

@media (min-width: 1260px) {
    h1 {
        font-size: 18px;
    }

    .content-header {
        font-size: 18px;
    }

    .breadcrumb {
        font-size: 14px;
    }
}
