.template:before,
.template:after {
    content: "";
    display: table
}

.template:after {
    clear: both
}

.lte-ie7 .template {
    zoom: 1
}

.template__columns {
    margin: 0 -1em
}

.template__columns__span {
    width: 100%;
    float: left;
    padding: 0 1em
}

@media all and (min-width: 769px) {
    .template__columns__span--1 {
        width: 8.33333%
    }
    .template__columns__span--2 {
        width: 16.66667%
    }
    .template__columns__span--3 {
        width: 25.0%
    }
    .template__columns__span--4 {
        width: 33.33333%
    }
    .template__columns__span--5 {
        width: 41.66667%
    }
    .template__columns__span--6 {
        width: 50.0%
    }
    .template__columns__span--7 {
        width: 58.33333%
    }
    .template__columns__span--8 {
        width: 66.66667%
    }
    .template__columns__span--9 {
        width: 75.0%
    }
    .template__columns__span--10 {
        width: 83.33333%
    }
    .template__columns__span--11 {
        width: 91.66667%
    }
    .template__columns__span--12 {
        width: 100.0%
    }
}

.lte-ie8 .template__columns__span--1 {
    width: 8.33333%
}

.lte-ie8 .template__columns__span--2 {
    width: 16.66667%
}

.lte-ie8 .template__columns__span--3 {
    width: 25.0%
}

.lte-ie8 .template__columns__span--4 {
    width: 33.33333%
}

.lte-ie8 .template__columns__span--5 {
    width: 41.66667%
}

.lte-ie8 .template__columns__span--6 {
    width: 50.0%
}

.lte-ie8 .template__columns__span--7 {
    width: 58.33333%
}

.lte-ie8 .template__columns__span--8 {
    width: 66.66667%
}

.lte-ie8 .template__columns__span--9 {
    width: 75.0%
}

.lte-ie8 .template__columns__span--10 {
    width: 83.33333%
}

.lte-ie8 .template__columns__span--11 {
    width: 91.66667%
}

.lte-ie8 .template__columns__span--12 {
    width: 100.0%
}

.block--dark,
.template--button a {
    background: #002e6d;
    background: -webkit-linear-gradient(left, #002e6d 0%, #1a437c 100%);
    background: linear-gradient(to right, #002e6d 0%, #1a437c 100%);
    color: #FFF
}

.caps,
.template--button a {
    text-transform: uppercase;
    letter-spacing: 0.1em
}

.accordion__title {
    padding: .5em 3em .5em 1em;
    border: 1px solid #002e6d;
    -webkit-transition: background .4s, color .4s;
    transition: background .4s, color .4s;
    margin-bottom: 0.2em;
    position: relative;
    color: #fff !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: none !important
}

.accordion__title em {
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 1em;
    line-height: 1
}

.accordion__title.open {
    background: #002e6d;
    color: #FFF !important
}

.accordion__title.open em:after {
    content: ""
}

.accordion__container {
    overflow: hidden;
    display: none;
    padding: 1em;
    background: #dfdfdf;
    color: #626262
}

.mason--admin .accordion__container {
    height: auto;
    display: block
}

.accordion__container table thead tr {
    color: #002e6d;
    border-bottom: 1px solid #fff
}

.accordion__container table tbody {
    color: #626262
}

.accordion__container table tbody tr {
    border-bottom: 1px solid #fff
}

.mason--admin .template--accordion {
    border: 3px solid #EF5B25;
    padding: 5px;
    margin-bottom: 5px
}

.mason--admin .accordion__title,
.mason--admin .accordion__container {
    border: 1px solid #EF5B25;
    position: relative
}

.mason--admin .accordion__title:after,
.mason--admin .accordion__container:after {
    position: absolute;
    top: 0;
    right: 0;
    background: #EF5B25;
    text-transform: none;
    font-size: 12px;
    color: #FFF
}

.mason--admin .accordion__title {
    cursor: default;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.mason--admin .accordion__title:after {
    padding: 0 8px 0 10px;
    content: 'Accordion Title'
}

.mason--admin .accordion__container {
    margin-bottom: 6px
}

.mason--admin .accordion__container:after {
    padding: 0 8px 2px 10px;
    content: 'Accordion Container'
}

.template--attention {
    display: block;
    width: 100%;
    padding: 0.8em 2em;
    color: #FFF;
    background: -webkit-linear-gradient(left, #02306e 0%, #18427b 100%);
    background: linear-gradient(to right, #02306e 0%, #18427b 100%);
    border: 2px solid #002e6d;
    font-size: 1.1em
}

.template--button {
    display: inline-block;
    margin: 0.7em 0 1.2em
}

.template--button a {
    position: relative;
    display: block;
    padding: 12px 40px 12px 40px;
    border: 2px solid #002e6d;
    font-size: 0.8125em;
    font-weight: 600;
    color: #FFF;
    text-decoration: none !important;
    background-position: 100% 100%;
    background-size: 100% 100%;
    -webkit-transition: background-size .6s ease;
    transition: background-size .6s ease
}

.template--button a:hover {
    background-size: 300% 100%
}

.template--button a:hover:after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px)
}

.template--button a:before {
    display: none !important
}

.template--button a:after {
    position: absolute;
    content: '';
    top: 0;
    right: 20px;
    bottom: 0;
    font-family: FontAwesome;
    margin: auto;
    content: "\f054";
    height: 1em;
    line-height: 1;
    font-size: 12px;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
    opacity: 0;
    -webkit-transition: opacity .6s ease, -webkit-transform .6s ease;
    transition: opacity .6s ease, transform .6s ease
}

.link--button {
    position: relative;
    display: inline-block;
    padding: 12px 60px 12px 40px;
    background: #002e6d;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: 2px solid #002e6d;
    font-size: 14px;
    -webkit-transition: background .6s ease, color .6s ease;
    transition: background .6s ease, color .6s ease
}

.link--button:after {
    position: absolute;
    content: '';
    top: 0;
    right: 40px;
    bottom: 0;
    content: "\f054";
    font-family: FontAwesome;
    height: 1em;
    margin: auto;
    line-height: 1;
    font-size: 12px
}

.link--button:hover {
    background: #FFF;
    color: #002e6d
}

.template--table__container {
    display: block;
    max-width: 100%;
    overflow: auto
}

.template--table__container table thead tr {
    color: #002e6d;
    border-bottom: 1px solid #ddd
}

.template--table__container table tbody {
    color: #626262
}

.template--table__container table tbody tr {
    border-bottom: 1px solid #ddd
}

table thead tr {
    color: #002e6d;
    border-bottom: 1px solid #ddd
}

table tbody {
    color: #626262
}

table tbody tr {
    border-bottom: 1px solid #ddd
}

.template--table__alt {
    display: block;
    overflow: auto;
    max-width: 100%;
    line-height: 1em
}

.template--table__alt table thead {
    text-align: left;
    font-size: 18px;
    background: #002e6d;
    background: -webkit-linear-gradient(left, #002e6d 0%, #1a437c 100%);
    background: linear-gradient(to right, #002e6d 0%, #1a437c 100%)
}

.template--table__alt table thead tr {
    border: 1px solid #002e6d
}

.template--table__alt table thead th {
    color: #FFF;
    font-weight: 600;
    padding: 1.3em 25px
}

.template--table__alt table tbody {
    font-size: 16px;
    color: #585858;
    border: 1px solid #c5cace
}

.template--table__alt table tbody tr:nth-child(even) {
    background: #ebeef1
}

.template--table__alt table tbody td {
    border: 1px solid #c5cace;
    padding: 14px 25px
}

.content__region blockquote {
    margin: 0 0 1em;
    color: #002e6d;
    padding: 0;
    font-family: "adobe-caslon-pro", serif;
    font-size: 1.35em;
    padding-top: 0.3em;
    line-height: 1.4em
}

.content__region blockquote>p {
    margin: 0 0 1em
}

.content__region blockquote>p:first-letter {
    font-size: 3em;
    vertical-align: top;
    float: left;
    line-height: 1.2em;
    padding-right: 0.1em;
    padding-top: 5px
}

.content__region blockquote>p a:before {
    bottom: 6px
}

.template--quote {
    display: block;
    position: relative;
    width: 100%;
    padding: 1em;
    margin: 2em 0;
    border-top: 1px solid #dcdddd;
    border-bottom: 1px solid #dcdddd
}

.accordion__container .template--quote {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff
}

.accordion__container .template--quote:before {
    border-color: #dcdddd
}

.template--quote p {
    font-family: "adobe-caslon-pro", serif;
    color: #8a8d8f;
    font-style: italic
}

.template--quote p sup {
    font-family: "proxima-nova", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #1d252d;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.01em
}

.template--quote p:last-child {
    margin-bottom: 0
}

.template--quote:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    left: 0;
    background-image: url("../images/design/quote.svg"), linear-gradient(to right, #02306e 0%, #18427b 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%, 100%;
    content: '';
    position: absolute;
    font-family: "adobe-caslon-pro", serif;
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    margin: auto;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0)
}

@media all and (min-width: 415px) {
    .template--quote {
        padding-left: 20%;
        font-size: 24px
    }
    .template--quote:before {
        width: 15%;
        padding-top: 11%;
        height: auto;
        border: 10px solid #fff;
        -webkit-transform: translate3d(10%, -40%, 0);
        transform: translate3d(10%, -40%, 0);
        background-size: auto, 100%;
        right: auto
    }
}

.lte-ie8 .template--quote {
    padding-left: 20%;
    font-size: 24px
}

.lte-ie8 .template--quote:before {
    width: 15%;
    padding-top: 11%;
    height: auto;
    border: 10px solid #fff;
    -webkit-transform: translate3d(10%, -40%, 0);
    transform: translate3d(10%, -40%, 0);
    background-size: auto, 100%;
    right: auto
}

.content__region .template--linkbox {
    position: relative;
    width: 100%;
    overflow: hidden;
    min-height: 280px;
    margin: 1em 0 0
}

.mason--admin .content__region .template--linkbox {
    min-height: none
}

.content__region .template--linkbox a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 5
}

.content__region .template--linkbox .link__box__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
    background: #1d252d
}

.content__region .template--linkbox .link__box__bg img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 1s ease, opacity .7s ease;
    transition: transform 1s ease, opacity .7s ease;
    max-width: none
}

.content__region .template--linkbox .link__box__bg:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    -webkit-transition: top .3s ease;
    transition: top .3s ease
}

.mason--admin .content__region .template--linkbox .link__box__bg {
    position: relative;
    height: auto;
    display: block;
    border: 1px solid orange;
    background: transparent
}

.mason--admin .content__region .template--linkbox .link__box__bg img {
    display: block;
    -webkit-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    transform: scale(1) !important
}

.content__region .template--linkbox .link__box__container {
    position: absolute;
    width: 100%;
    height: auto;
    padding: 0 20px 20px;
    z-index: 3;
    color: #FFF;
    top: 100%;
    left: 0;
    -webkit-transition: top .5s ease;
    transition: top .5s ease
}

.content__region .template--linkbox .link__box__container .link__box__container__header {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    padding: 10px 0;
    -webkit-transition: -webkit-transform .5s ease, padding .5s ease;
    transition: transform .5s ease, padding .5s ease
}

.content__region .template--linkbox .link__box__container h3 {
    margin-top: 0;
    font-size: 1.375em;
    color: #FFF;
    font-weight: 400
}

.mason--admin .content__region .template--linkbox .link__box__container {
    position: static
}

.content__region .template--linkbox:hover .link__box__bg img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0.4 !important
}

.mason--admin .content__region .template--linkbox {
    height: auto !important;
    background: rgba(26, 67, 124, 0.5)
}

.mason--admin .content__region .template--linkbox a {
    position: relative;
    opacity: 1;
    background: #ef5b25;
    color: #FFF !important;
    font-size: 12px;
    font-style: italic;
    padding: 10px 20px;
    height: 40px
}

.mason--admin .content__region .template--linkbox .link__box__container {
    position: static;
    -webkit-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
    padding: 30px
}

.mason--admin .content__region .template--linkbox .link__box__container .link__box__container__header {
    position: static;
    -webkit-transform: translate(0) scale(1);
    -ms-transform: translate(0) scale(1);
    transform: translate(0) scale(1);
    padding: 0
}

.mason--admin .content__region .template--linkbox .link__box__bg {
    position: static;
    width: 100%;
    height: auto;
    display: block
}

.mason--admin .content__region .template--linkbox .link__box__bg img {
    max-width: 100%;
    height: auto;
    opacity: 1 !important;
    z-index: 999 !important;
}

.mason--admin .content__region .template--linkbox .link__box__bg:after {
    display: none
}

@media all and (min-width: 600px) {
    .content__region .template--linkbox {
        height: 380px;
        background: #1d252d
    }
    .content__region .template--linkbox .link__box__container {
        padding: 0 30px 30px;
        height: auto;
        top: auto;
        bottom: 0;
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: -webkit-transform .5s ease;
        transition: transform .5s ease
    }
    .content__region .template--linkbox .link__box__container .link__box__container__header {
        padding: 30px 0
    }
    .content__region .template--linkbox .link__box__container .link__box__text {
        width: 50%;
        max-width: 460px
    }
    .mason--admin .content__region .template--linkbox .link__box__container .link__box__text {
        width: 100%
    }
    .content__region .template--linkbox .link__box__bg {
        left: 0%;
        right: 0;
        width: auto
    }
    .content__region .template--linkbox .link__box__bg:after {
        background: -webkit-linear-gradient(left, #1d252d 0%, rgba(29, 37, 45, 0) 100%);
        background: linear-gradient(to right, #1d252d 0%, rgba(29, 37, 45, 0) 100%)
    }
    .content__region .template--linkbox:hover .link__box__container {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%)
    }
    .content__region .template--linkbox:hover .link__box__container .link__box__container__header {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        padding-bottom: 0px
    }
    .content__region .template__columns .template--linkbox {
        width: 100%
    }
    .content__region .template__columns .template--linkbox .link__box__container .link__box__text {
        width: 100%;
        font-size: 14px
    }
    .content__region .template__columns .template--linkbox .link__box__bg:after {
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%)
    }
}

.template--twoboxes,
.template--threeboxes,
.template--fourboxes,
.template--fiveboxes {
    margin: 1em 0
}

.template--twoboxes .template--linkbox,
.template--threeboxes .template--linkbox,
.template--fourboxes .template--linkbox,
.template--fiveboxes .template--linkbox {
    margin: 0;
    border: 2px solid #FFF
}

@media all and (min-width: 600px) {
    .template__columns__span--4 {
        width: 50%
    }
}

@media all and (min-width: 1025px) {
    .template__columns__span--4 {
        width: 33.333%
    }
}

@media all and (min-width: 415px) {
    .template--twoboxes .template--linkbox {
        width: 50%;
        float: left
    }
    .template--twoboxes .template--linkbox .link__box__bg:after {
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%)
    }
    .template--threeboxes .template {
        margin: 0
    }
    .template--threeboxes .template--linkbox {
        width: 50%;
        float: left
    }
    .template--threeboxes .template--linkbox .link__box__bg:after {
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%)
    }
    .template--threeboxes .template--linkbox:first-child {
        width: 100%;
        height: 200px
    }
    .template--fourboxes .template--linkbox {
        width: 50%;
        float: left
    }
    .template--fourboxes .template--linkbox .link__box__bg:after {
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%)
    }
    .template--fiveboxes .template--linkbox {
        width: 50%;
        float: left
    }
    .template--fiveboxes .template--linkbox .link__box__bg:after {
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%)
    }
    .template--fiveboxes .template--linkbox:first-child {
        width: 100%;
        height: 200px
    }
}

.lte-ie8 .template--twoboxes .template--linkbox {
    width: 50%;
    float: left
}

.lte-ie8 .template--twoboxes .template--linkbox .link__box__bg:after {
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%)
}

.lte-ie8 .template--threeboxes .template {
    margin: 0
}

.lte-ie8 .template--threeboxes .template--linkbox {
    width: 50%;
    float: left
}

.lte-ie8 .template--threeboxes .template--linkbox .link__box__bg:after {
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%)
}

.lte-ie8 .template--threeboxes .template--linkbox:first-child {
    width: 100%;
    height: 200px
}

.lte-ie8 .template--fourboxes .template--linkbox {
    width: 50%;
    float: left
}

.lte-ie8 .template--fourboxes .template--linkbox .link__box__bg:after {
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%)
}

.lte-ie8 .template--fiveboxes .template--linkbox {
    width: 50%;
    float: left
}

.lte-ie8 .template--fiveboxes .template--linkbox .link__box__bg:after {
    background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%)
}

.lte-ie8 .template--fiveboxes .template--linkbox:first-child {
    width: 100%;
    height: 200px
}

@media all and (min-width: 1025px) {
    .template--threeboxes .template {
        margin: 0;
        border: 1px solid #fff
    }
    .template--threeboxes .template--linkbox {
        width: 33.333%;
        float: left
    }
    .template--threeboxes .template--linkbox .link__box__bg:after {
        background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
        background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%)
    }
    .template--threeboxes .template--linkbox:first-child {
        width: 33.333%;
        height: 380px
    }
    .template--fourboxes .template--linkbox {
        height: 200px
    }
    .template--fiveboxes .template--linkbox {
        width: 33.333%;
        height: 380px
    }
    .template--fiveboxes .template--linkbox:first-child {
        width: 50%;
        height: 300px
    }
    .template--fiveboxes .template--linkbox:first-child+div {
        width: 50%;
        height: 300px
    }
}

.content__link__image {
    display: block
}

.content__link__image:after {
    display: none !important
}

.content__link__image p {
    margin: 0
}

.content__link__image img {
    vertical-align: top
}

.template--linkbox img {
    width: 100%
}


.mason--admin .content__region .template--linkbox .link__box__bg img {
    height: 280px;
}