.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}
.defs-only {
    position: absolute;
    height: 0;
    width: 0;
    overflow: none;
    left: -100%;
}
.no-break:before {
    content: " ";
}
@media only screen and (min-width: 768px) {
    .no-break:before {
        content: "\a0";
    }
}
.hide {
    display: none;
}
.mobile-hide {
    display: none;
}
@media only screen and (min-width: 768px) {
    .mobile-hide.inline {
        display: inline;
    }
}
.hover-fade {
    transition: color 0.3s ease-in;
}
.hover-fade-all {
    transition: all 0.3s ease-in;
}
.position-relative {
    position: relative;
}
.max-site-width {
    max-width: 1800px;
    margin: 0 auto;
}
main,
footer,
.container--max-width,
.container,
.cf-pre-xs,
.cf-xs,
.cf-small,
.cf-small-med,
.cf-med,
.cf-xs-med,
.cf-xs-xl-med,
.clearfix {
    zoom: 1;
}
main:after,
footer:after,
.container--max-width:after,
.container:after,
.cf-pre-xs:after,
.cf-xs:after,
.cf-small:after,
.cf-small-med:after,
.cf-med:after,
.cf-xs-med:after,
.cf-xs-xl-med:after,
.clearfix:after {
    clear: both;
}
.sm-break:before {
    content: " ";
}
@media only screen and (min-width: 768px) {
    .sm-break {
        display: block;
    }
    .sm-break:before {
        content: none;
    }
}
.cf-xs,
.cf-small,
.cf-small-med,
.cf-med,
.cf-xs-med,
.cf-xs-xl-med {
    display: none;
}
.cf-pre-xs {
    display: block;
}
@media only screen and (min-width: 480px) {
    .cf-pre-xs {
        display: none;
    }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .cf-xs {
        display: block;
    }
}
@media only screen and (min-width: 480px) and (max-width: 991px) {
    .cf-xs-med {
        display: block;
    }
}
@media only screen and (min-width: 768px) {
    .cf-small {
        display: block;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .cf-small-med {
        display: block;
    }
}
@media only screen and (min-width: 992px) {
    .cf-med {
        display: block;
    }
}
@media only screen and (min-width: 580px) and (max-width: 991px) {
    .cf-xs-xl-med {
        display: block;
    }
}
.condensed {
    width: calc(100% - 30px);
}
@media only screen and (min-width: 768px) {
    .condensed {
        width: 85%;
    }
}
@media only screen and (min-width: 992px) {
    .condensed {
        width: 75%;
    }
}
.centered {
    margin-left: auto;
    margin-right: auto;
}
.text-center {
    text-align: center;
}
.background-video-wrapper {
    display: none;
}
@media only screen and (min-width: 1025px) {
    .background-video-wrapper {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 0;
    }
}
.fluid-iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    z-index: 1;
}
.fluid-iframe-wrapper.fluid-iframe-wrapper-letterbox {
    padding-bottom: 75%;
    padding-top: 0;
}
.fluid-iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.hidden-video-iframe-container {
    display: none;
}
@media only screen and (min-width: 768px) {
    .flex-row {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        -moz-align-items: center;
        align-items: center;
    }
}
.flex-column {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    align-items: center;
}
.vertical-center {
    display: -moz-flex;
    display: flex;
    -moz-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
}
.hr {
    display: block;
    margin: 2rem auto;
    background: #000;
    height: 1px;
}
.hr.clear-overline {
    margin-bottom: 4rem;
}
html,
body {
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
}
html {
    font-size: 16px;
}
body {
    color: #4e5758;
    font-size: 16px;
    font-family: "Libre Baskerville", serif;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    line-height: 1.2;
    margin-top: 0;
}
h1 {
    font-size: 30px;
    font-size: 1.875rem !important;
    font-family: "Libre Franklin", sans-serif;
    margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
    h1 {
        font-size: 36px;
        font-size: 2.25rem !important;
    }
}
h2 {
    font-size: 24px;
    font-size: 1.5rem !important;
    font-family: "Libre Franklin", sans-serif;
    margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
    h2 {
        font-size: 30px;
        font-size: 1.875rem !important;
    }
}
h3 {
    font-size: 18px;
    font-size: 1.125rem !important;
    font-family: "Libre Franklin", sans-serif;
    margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
    h3 {
        font-size: 24px;
        font-size: 1.5rem !important;
    }
}
h4 {
    font-size: 16px;
    font-size: 1rem !important;
    font-family: "Libre Franklin", sans-serif;
    margin-bottom: 0.5rem;
}
@media only screen and (min-width: 768px) {
    h4 {
        font-size: 20px;
        font-size: 1.25rem !important;
    }
}
h1.overlined,
h2.overlined,
h3.overlined,
h4.overlined {
    position: relative;
}
h1.overlined:before,
h2.overlined:before,
h3.overlined:before,
h4.overlined:before {
    position: absolute;
    top: -1rem;
    width: 4rem;
    height: 0.35rem;
    content: "";
}
h1.overlined.overlined-centered:before,
h2.overlined.overlined-centered:before,
h3.overlined.overlined-centered:before,
h4.overlined.overlined-centered:before {
    left: 50%;
    transform: translateX(-50%);
}
h1 a,
h2 a,
h3 a,
h4 a {
    text-decoration: none;
}
h5 {
    font-size: 16px;
    font-size: 1rem !important;
    font-family: "Libre Franklin", sans-serif;
}
h6 {
    font-size: 12px;
    font-size: 0.75rem !important;
    font-family: "Libre Franklin", sans-serif;
}
p {
    font-family: "Libre Baskerville", serif;
    line-height: 1.5;
    font-size: 14px;
    font-size: 0.875rem !important;
    margin: 0 0 1rem 0;
}
@media only screen and (min-width: 1200px) {
    p {
        font-size: 16px;
        font-size: 1rem !important;
    }
}
sup {
    font-size: 50%;
    top: -0.75em;
}
blockquote {
    font-size: 20px;
    font-size: 1.25rem !important;
    font-family: "Libre Franklin", sans-serif;
    line-height: 1.5;
    margin: 30px;
}
.btn {
    background: #007197;
    color: #fff;
    text-decoration: none;
    padding: 15px;
    font-size: 10px;
    font-size: 0.625rem !important;
    text-transform: uppercase;
    font-family: "Libre Franklin", sans-serif;
    border: none;
    font-weight: 600;
    transition: background-color 0.5s;
}
.btn:hover {
    background-color: #005e7e;
}
@media only screen and (min-width: 768px) {
    .btn {
        font-size: 15px;
        font-size: 0.9375rem !important;
        padding: 15px 30px;
    }
}
a {
    text-decoration: none;
}
.container {
    width: 100%;
    margin: 0 auto;
}
.container--max-width {
    width: 100%;
    margin: 0 auto;
    max-width: 1124px;
}
header {
    background: #fff;
    height: 94px;
    z-index: 999998;
    position: relative;
    padding: 0;
}
header .container {
    margin: 0 auto;
    max-width: 1800px;
    width: 100%;
}
header .logo {
    float: left;
    width: 240px;
    margin-left: 15px;
    margin-top: calc((94px - 52.7px) / 2);
    cursor: pointer;
}
.header-sticky,
.mobile-header-sticky {
    transition: none;
}
.header-sticky header,
.mobile-header-sticky header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 999999;
    box-shadow: 0 2px 2px -2px rgba(78, 87, 88, 0.5);
}
.header-sticky main,
.mobile-header-sticky main {
    display: block;
    padding-top: 94px;
    min-height: 500px;
}
main section {
    width: 100%;
    padding: 0;
    box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
    main section .column-2 {
        box-sizing: border-box;
        width: 50%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        padding-left: 0;
        padding-right: 0;
    }
}
main section .column-1 {
    box-sizing: border-box;
    width: 50%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
@media only screen and (min-width: 992px) {
    main section .column-1 {
        box-sizing: border-box;
        width: 25%;
        float: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}
main section.section-1 {
    background: #4e5758;
    display: -moz-flex;
    display: flex;
}
main section.section-1 .column-2 {
    text-align: center;
}
main section.section-1 .container {
    display: -moz-flex;
    display: flex;
    flex-direction: column;
}
@media only screen and (min-width: 768px) {
    main section.section-1 .container {
        display: -moz-flex;
        display: flex;
        flex-direction: row;
    }
}
main section.section-1 .hero-header__container {
    order: 2;
    display: flex;
    width: 100%;
    padding: 60px 0;
}
@media only screen and (min-width: 768px) {
    main section.section-1 .hero-header__container {
        order: 1;
        width: 50%;
    }
}
main section.section-1 .learn-more__container {
    margin-top: 30px;
}
@media only screen and (min-width: 768px) {
    main section.section-1 .learn-more__container {
        width: 80%;
    }
}
@media only screen and (min-width: 992px) {
    main section.section-1 .learn-more__container {
        width: 75%;
    }
}
@media only screen and (min-width: 1200px) {
    main section.section-1 .learn-more__container {
        width: 60%;
    }
}
main section.section-1 .hero-header {
    justify-content: center;
    width: 100%;
    text-align: left;
}
main section.section-1 .hero-header a {
    background-color: #b5a268;
    padding: 15px 50px;
    font-size: 18px;
    font-size: 1.125rem !important;
    transition: 0.5s background-color;
}
main section.section-1 .hero-header a:hover {
    background-color: #ad9757;
}
main section.section-1 .hero-subtext {
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem !important;
    text-align: center;
    margin: 30px 0;
    padding: 0 15px;
}
@media only screen and (min-width: 480px) {
    main section.section-1 .hero-subtext {
        width: 80%;
        padding: 0;
    }
}
@media only screen and (min-width: 768px) {
    main section.section-1 .hero-subtext {
        width: 80%;
        font-size: 18px;
        font-size: 1.125rem !important;
        text-align: left;
    }
}
@media only screen and (min-width: 992px) {
    main section.section-1 .hero-subtext {
        width: 75%;
        font-size: 18px;
        font-size: 1.125rem !important;
    }
}
@media only screen and (min-width: 1200px) {
    main section.section-1 .hero-subtext {
        width: 60%;
        font-size: 18px;
        font-size: 1.125rem !important;
    }
}
@media only screen and (min-width: 1600px) {
    main section.section-1 .hero-subtext {
        font-size: 18px;
        font-size: 1.125rem !important;
    }
}
main section.section-1 .hero-text {
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 36px;
    font-size: 2.25rem !important;
    padding: 0 15px;
    text-align: center;
    line-height: 1;
}
@media only screen and (min-width: 480px) {
    main section.section-1 .hero-text {
        width: 80%;
        padding: 0;
        font-size: 40px;
        font-size: 2.5rem !important;
    }
}
main section.section-1 .hero-text span {
    font-weight: 400;
}
@media only screen and (min-width: 768px) {
    main section.section-1 .hero-text {
        width: 80%;
        font-size: 25px;
        font-size: 1.5625rem !important;
        text-align: left;
    }
}
@media only screen and (min-width: 992px) {
    main section.section-1 .hero-text {
        width: 75%;
        font-size: 30px;
        font-size: 1.875rem !important;
    }
}
@media only screen and (min-width: 1200px) {
    main section.section-1 .hero-text {
        width: 60%;
        font-size: 40px;
        font-size: 2.5rem !important;
    }
}
@media only screen and (min-width: 1600px) {
    main section.section-1 .hero-text {
        font-size: 60px;
        font-size: 3.75rem !important;
    }
}
main section.section-1 .hero-video {
    width: 100%;
    order: 1;
    position: relative;
    min-height: 300px;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: stretch;
    justify-content: stretch;
}
@media only screen and (min-width: 480px) {
    main section.section-1 .hero-video {
        min-height: 450px;
    }
}
@media only screen and (min-width: 768px) {
    main section.section-1 .hero-video {
        width: 50%;
        order: 2;
        min-height: 100%;
    }
}
main section.section-1 .hero-video .hero-video__container {
    position: relative;
    background-image: url(../images/header.jpg);
    background-position: center center;
    background-size: cover;
    min-height: 300px;
}
@media only screen and (min-width: 480px) {
    main section.section-1 .hero-video .hero-video__container {
        min-height: 450px;
    }
}
@media only screen and (min-width: 768px) {
    main section.section-1 .hero-video .hero-video__container {
        min-height: 100%;
    }
}
main section.section-1 .hero-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
main section.section-2,
main section.section-6 {
    overflow: hidden;
    justify-content: center;
    padding: 15px;
    position: relative;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    align-items: center;
}
main section.section-2 .section-2__header,
main section.section-6 .section-2__header {
    text-align: center;
    margin: 30px 0;
    padding: 0 15px;
}
@media only screen and (min-width: 768px) {
    main section.section-2 .section-2__header,
    main section.section-6 .section-2__header {
        max-width: 650px;
        padding: 0 0;
    }
}
main section.section-2 .section-2__header h2,
main section.section-6 .section-2__header h2 {
    text-transform: uppercase;
    font-size: 34px;
    font-size: 2.125rem !important;
}
main section.section-2 .section-2__header p,
main section.section-6 .section-2__header p {
    font-size: 18px;
    font-size: 1.125rem !important;
    margin-top: 15px;
}
@media only screen and (min-width: 768px) {
    main section.section-2 .section-2__header p,
    main section.section-6 .section-2__header p {
        font-size: 20px;
        font-size: 1.25rem !important;
    }
}
main section.section-2 .container,
main section.section-6 .container {
    position: relative;
}
@media only screen and (min-width: 768px) {
    main section.section-2 .container .image-position img,
    main section.section-6 .container .image-position img {
        position: absolute;
        bottom: -2rem;
        left: -2rem;
        width: calc(50% + 2rem);
    }
}
@media only screen and (min-width: 900px) {
    main section.section-2 .container .image-position img,
    main section.section-6 .container .image-position img {
        width: 49%;
    }
}
@media only screen and (min-width: 992px) {
    main section.section-2 .container .image-position img,
    main section.section-6 .container .image-position img {
        position: relative;
        width: auto;
        max-width: 100%;
        bottom: auto;
        left: auto;
    }
}
@media only screen and (min-width: 768px) {
    main section.section-2 .container .image-position:before,
    main section.section-6 .container .image-position:before {
        content: "\00a0";
    }
}
main section.section-2 .hot-takes__container,
main section.section-6 .hot-takes__container {
    justify-content: space-evenly;
}
@media only screen and (min-width: 768px) {
    main section.section-2 .hot-takes__container,
    main section.section-6 .hot-takes__container {
        display: flex;
        max-width: 1124px;
    }
}
@media only screen and (min-width: 992px) {
    main section.section-2 .hot-takes__container,
    main section.section-6 .hot-takes__container {
        justify-content: space-between;
    }
}
main section.section-2 .hot-takes__container > div,
main section.section-6 .hot-takes__container > div {
    box-sizing: border-box;
    padding: 5px;
    border: 1px solid #d8d8d8;
    justify-content: center;
    height: 225px;
    max-width: calc(50% - 15px);
    margin: 7.5px;
}
@media only screen and (min-width: 480px) {
    main section.section-2 .hot-takes__container > div,
    main section.section-6 .hot-takes__container > div {
        padding: 15px;
    }
}
@media only screen and (min-width: 768px) {
    main section.section-2 .hot-takes__container > div,
    main section.section-6 .hot-takes__container > div {
        max-width: 200px;
        height: 200px;
    }
}
@media only screen and (min-width: 992px) {
    main section.section-2 .hot-takes__container > div,
    main section.section-6 .hot-takes__container > div {
        max-width: 250px;
        height: 250px;
    }
}
main section.section-2 .hot-takes__container > div span,
main section.section-6 .hot-takes__container > div span {
    width: 45px;
    height: 3px;
    background-color: #b5a268;
    margin: 15px 0;
}
main section.section-2 .hot-takes__container h1,
main section.section-2 .hot-takes__container p,
main section.section-6 .hot-takes__container h1,
main section.section-6 .hot-takes__container p {
    font-family: "Libre Franklin", sans-serif;
    text-transform: uppercase;
    margin: 0;
}
main section.section-2 .hot-takes__container h1,
main section.section-6 .hot-takes__container h1 {
    color: #007197;
    font-size: 35px;
    font-size: 2.1875rem !important;
    margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
    main section.section-2 .hot-takes__container h1,
    main section.section-6 .hot-takes__container h1 {
        font-size: 50px;
        font-size: 3.125rem !important;
    }
}
main section.section-2 .hot-takes__container p,
main section.section-6 .hot-takes__container p {
    font-weight: 600;
    max-width: 75%;
    font-size: 9px;
    font-size: 0.5625rem !important;
    min-height: 50%;
}
@media only screen and (min-width: 375px) {
    main section.section-2 .hot-takes__container p,
    main section.section-6 .hot-takes__container p {
        font-size: 10px;
        font-size: 0.625rem !important;
    }
}
@media only screen and (min-width: 480px) {
    main section.section-2 .hot-takes__container p,
    main section.section-6 .hot-takes__container p {
        font-size: 9px;
        font-size: 0.5625rem !important;
    }
}
@media only screen and (min-width: 992px) {
    main section.section-2 .hot-takes__container p,
    main section.section-6 .hot-takes__container p {
        font-size: 12px;
        font-size: 0.75rem !important;
        min-height: 30%;
        max-width: 70%;
    }
}
@media only screen and (min-width: 992px) {
    main section.section-2,
    main section.section-6 {
        padding: 2rem 0;
    }
}
main section.section-6 {
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-align-items: flex-start;
    align-items: flex-start;
    -moz-justify-content: space-between;
    justify-content: space-between;
}
@media only screen and (min-width: 992px) {
    main section.section-6 {
        padding: 5rem 0 2rem;
    }
}
@media only screen and (min-width: 1200px) {
    main section.section-6 {
        font-size: 40px;
        font-size: 2.5rem !important;
        -moz-flex-direction: row;
        flex-direction: row;
    }
}
main section.section-6 .hot-takes__container {
    width: 100%;
}
@media only screen and (min-width: 1200px) {
    main section.section-6 .hot-takes__container {
        flex-wrap: wrap;
        width: calc(50% - 30px);
    }
}
main section.section-6 .hot-takes__container > div {
    width: 50%;
}
main section.section-6 .hot-takes__container h2 {
    color: #007197;
}
main section.section-6 small {
    font-size: 8px;
    font-size: 0.5rem !important;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 400;
    color: #8a8f90;
}
main section.section-6 small a {
    color: #8a8f90;
    text-decoration: none;
    transition: 0.25s color;
}
main section.section-6 small a:hover {
    color: #007197;
}
@media only screen and (min-width: 768px) {
    main section.section-6 small {
        font-size: 9px;
        font-size: 0.5625rem !important;
    }
}
@media only screen and (min-width: 992px) {
    main section.section-6 small {
        font-size: 11px;
        font-size: 0.6875rem !important;
    }
}
main section.section-6 .section-6-header__container {
    width: 100%;
    -moz-align-items: center;
    align-items: center;
}
@media only screen and (min-width: 1200px) {
    main section.section-6 .section-6-header__container {
        width: 45%;
        width: calc(50% - 60px);
        -moz-align-items: flex-start;
        align-items: flex-start;
    }
}
main section.section-6 .btn {
    font-size: 14px;
    font-size: 0.875rem !important;
    margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
    main section.section-6 .btn {
        padding: 15px 50px;
        font-size: 18px;
        font-size: 1.125rem !important;
        margin-bottom: 0;
    }
}
main section.section-6 .container {
    margin: 0;
}
main section.section-6 .container .section-2__header {
    text-align: center;
    margin: 15px 0;
    max-width: 100%;
}
@media only screen and (min-width: 1200px) {
    main section.section-6 .container .section-2__header {
        text-align: left;
    }
}
main section.section-6 .container .section-2__header p {
    font-size: 18px;
    font-size: 1.125rem !important;
    margin: 30px 0 10px;
}
@media only screen and (min-width: 1200px) {
    main section.section-6 .container .section-2__header p {
        margin: 30px 0;
    }
}
main section.section-6 .container .section-2__header h2 {
    line-height: 1;
}
main section.section-6 .container .section-2__header h2 span {
    font-weight: 400;
}
@media only screen and (min-width: 768px) {
    main section.section-6 .container .section-2__header h2 {
        font-size: 35px;
        font-size: 2.1875rem !important;
    }
}
@media only screen and (min-width: 992px) {
    main section.section-6 .container .section-2__header h2 {
        font-size: 40px;
        font-size: 2.5rem !important;
    }
}
@media only screen and (min-width: 1200px) {
    main section.section-6 .container .section-2__header h2 {
        font-size: 40px;
        font-size: 2.5rem !important;
    }
}
@media only screen and (min-width: 1600px) {
    main section.section-6 .container .section-2__header h2 {
        font-size: 50px;
        font-size: 3.125rem !important;
    }
}
main section.section-3,
main section.section-7 {
    background-image: url(../images/gold-background.jpg);
    background-position: center center;
    background-size: cover;
    color: #fff;
    box-sizing: border-box;
    height: 350px;
    min-height: 400px;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-align-items: center;
    align-items: center;
}
@media only screen and (min-width: 768px) {
    main section.section-3,
    main section.section-7 {
        display: -moz-flex;
        display: flex;
        -moz-flex-direction: row;
        flex-direction: row;
        -moz-align-items: center;
        align-items: center;
        align-items: center;
        justify-content: center;
    }
}
main section.section-3 .viewbook__container,
main section.section-7 .viewbook__container {
    box-sizing: border-box;
    margin: 0 15px;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    -moz-justify-content: center;
    justify-content: center;
    min-height: 400px;
    padding: 30px 15px;
}
@media only screen and (min-width: 768px) {
    main section.section-3 .viewbook__container,
    main section.section-7 .viewbook__container {
        display: -moz-flex;
        display: flex;
        -moz-align-items: flex-start;
        align-items: flex-start;
        padding: 0;
        height: 350px;
        min-height: 400px;
    }
}
@media only screen and (min-width: 1200px) {
    main section.section-3 .viewbook__container,
    main section.section-7 .viewbook__container {
        margin: 0;
    }
}
main section.section-3 .viewbook__container > div,
main section.section-7 .viewbook__container > div {
    margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
    main section.section-3 .viewbook__container > div,
    main section.section-7 .viewbook__container > div {
        margin-bottom: 0;
    }
}
main section.section-3 .section-3__header,
main section.section-7 .section-3__header {
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 2px;
    font-size: 28px;
    font-size: 1.75rem !important;
}
@media only screen and (min-width: 992px) {
    main section.section-3 .section-3__header,
    main section.section-7 .section-3__header {
        font-size: 32px;
        font-size: 2rem !important;
    }
}
main section.section-3 .section-3__body-copy,
main section.section-7 .section-3__body-copy {
    font-size: 18px;
    font-size: 1.125rem !important;
    margin: 15px 0 45px;
}
@media only screen and (min-width: 768px) {
    main section.section-3 .section-3__body-copy,
    main section.section-7 .section-3__body-copy {
        font-size: 16px;
        font-size: 1rem !important;
        width: 80%;
    }
}
@media only screen and (min-width: 992px) {
    main section.section-3 .section-3__body-copy,
    main section.section-7 .section-3__body-copy {
        font-size: 20px;
        font-size: 1.25rem !important;
        width: 70%;
    }
}
main section.section-3 .view-book-btn,
main section.section-7 .view-book-btn {
    background-color: #4e5758;
    color: #fff;
    padding: 15px 30px;
    font-family: "Libre Franklin", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem !important;
    white-space: nowrap;
    transition: background-color 0.5s;
    box-sizing: border-box;
}
main section.section-3 .view-book-btn:hover,
main section.section-7 .view-book-btn:hover {
    background: #424a4a;
}
@media only screen and (min-width: 992px) {
    main section.section-3 .view-book-btn,
    main section.section-7 .view-book-btn {
        font-size: 14px;
        font-size: 0.875rem !important;
    }
}
main section.section-4 {
    background-color: #d8d8d8;
    color: #4e5758;
    padding: 15px;
}
@media only screen and (min-width: 992px) {
    main section.section-4 {
        padding: 30px 0 60px 0;
    }
}
main section.section-4 .container {
    display: flex;
    flex-wrap: wrap;
}
main section.section-4 .section-4__header {
    margin: 30px auto;
    padding: 0 15px;
}
@media only screen and (min-width: 768px) {
    main section.section-4 .section-4__header {
        margin: 30px auto 60px;
        max-width: 650px;
        padding: 0 0;
    }
}
main section.section-4 .section-4__header p {
    font-size: 18px;
    font-size: 1.125rem !important;
    margin-top: 15px;
}
@media only screen and (min-width: 768px) {
    main section.section-4 .section-4__header p {
        font-size: 20px;
        font-size: 1.25rem !important;
    }
}
main section.section-4 .section-4__header h2 {
    text-transform: uppercase;
    font-size: 34px;
    font-size: 2.125rem !important;
}
main section.section-4 .image-box {
    width: 100%;
    min-height: 350px;
    background-position: center center;
    background-size: cover;
    order: 1;
    position: relative;
}
main section.section-4 .image-box .program-title {
    position: absolute;
    right: 25px;
    width: 15px;
    color: white;
    bottom: 60px;
    transform-origin: 0 0;
    text-transform: uppercase;
    font-family: "Libre Franklin", sans-serif;
    transform: rotate(270deg);
    margin: 0;
    font-size: 13px;
    font-size: 0.8125rem !important;
    cursor: pointer;
}
main section.section-4 .image-box .rotate-program {
    position: absolute;
    bottom: 0;
    right: 0;
    cursor: pointer;
    transition: background-color 0.3s;
}
main section.section-4 .image-box .rotate-program:hover {
    background-color: #4e5758;
}
@media only screen and (min-width: 992px) {
    main section.section-4 .image-box {
        width: 50%;
    }
}
main section.section-4 .image-box--1 {
    background-image: url(../images/dancer.jpg);
    background-position: top center;
}
main section.section-4 .programs-anchor {
    background-color: #4e5758;
}
main section.section-4 .image-box--2.welder {
    background-image: url(../images/welder.jpg);
}
main section.section-4 .image-box--2.automotive {
    background-image: url(../images/automotive.jpg);
    background-position: 50% 25%;
}
@media only screen and (min-width: 992px) {
    main section.section-4 .image-box--2.automotive {
        background-position: center center;
    }
}
main section.section-4 .image-box--2.dental {
    background-image: url(../images/dental.jpg);
}
main section.section-4 .image-box--3 {
    background-image: url(../images/student.jpg);
    background-position: top center;
}
main section.section-4 .image-box--4 {
    background-image: url(../images/campus.jpg);
}
main section.section-4 .text-box {
    background-color: #fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 2;
    width: 100%;
}
@media only screen and (min-width: 768px) {
    main section.section-4 .text-box {
        padding: 60px;
    }
}
@media only screen and (min-width: 992px) {
    main section.section-4 .text-box {
        order: 1;
        width: 50%;
    }
}
main section.section-4 .text-box h3 {
    color: #b5a268;
    text-transform: uppercase;
    font-size: 16px;
    font-size: 1rem !important;
    font-weight: 500;
    margin-bottom: 15px;
}
main section.section-4 .text-box h2 {
    margin-bottom: 30px;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.125rem !important;
}
@media only screen and (min-width: 768px) {
    main section.section-4 .text-box h2 {
        font-size: 20px;
        font-size: 1.25rem !important;
    }
}
@media only screen and (min-width: 1200px) {
    main section.section-4 .text-box h2 {
        font-size: 22px;
        font-size: 1.375rem !important;
    }
}
main section.section-4 .text-box p {
    font-size: 14px;
    font-size: 0.875rem !important;
}
@media only screen and (min-width: 768px) {
    main section.section-4 .text-box p {
        font-size: 18px;
        font-size: 1.125rem !important;
    }
}
main section.section-4 .text-box > div {
    margin: 15px 0;
}
@media only screen and (min-width: 768px) {
    main section.section-4 .text-box > div {
        margin-top: 30px;
    }
}
main section.section-5 {
    color: #4e5758;
    padding: 30px 15px;
    text-align: center;
    position: relative;
}
@media only screen and (min-width: 992px) {
    main section.section-5 {
        padding: 60px 0;
    }
}
main section.section-5 .container {
    display: flex;
    flex-wrap: wrap;
}
main section.section-7 {
    background-image: url(../images/section-6-footer.jpg);
}
main video {
    width: 100%;
    display: block;
}
main img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
main img.headline-image {
    max-width: 350px;
    margin: 0 auto 1rem auto;
}
@media only screen and (min-width: 768px) {
    main img.headline-image {
        margin: 0 0 1rem 0;
    }
}
main ul {
    margin-bottom: 2rem;
    margin-left: 0;
    padding-left: 18.75px;
}
main ul li {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.125rem !important;
}
.arrow {
    padding: 15px;
    background: #fff;
    border-radius: 50%;
    height: auto;
    max-width: none;
    width: auto;
    box-shadow: 0 0 5px rgba(78, 87, 88, 0.5);
    position: absolute;
    top: -35px;
    right: 10%;
    display: none;
    z-index: 100;
}
.lt-ie9 .arrow {
    width: auto !important;
}
.arrow svg {
    fill: #007197;
    height: 45px;
}
@media only screen and (min-width: 768px) {
    .arrow {
        display: initial;
        cursor: pointer;
    }
}
.down-arrow {
    display: none;
}
.hamburger {
    float: none;
    position: absolute;
    right: 1rem;
    margin: 0;
    padding: 0;
    top: calc((94px - 40px) / 2);
    border: none;
    background: 0 0;
    background-color: #007197;
    width: 45px;
    height: 40px;
    transform: rotate(0deg);
    transition: 0.1s ease-in-out;
    cursor: pointer;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
    background: none;
    cursor: pointer;
    outline: none;
}
.hamburger span {
    display: block;
    position: absolute;
    height: 3px;
    width: 50%;
    border-radius: 1px;
    opacity: 1;
    left: 25%;
    background: #d8d8d8;
    opacity: 0.6;
    transform: rotate(0deg);
    transition: 0.1s ease-in-out;
}
.hamburger span.bar-top {
    top: 10px;
    transform-origin: left center;
}
.hamburger span.bar-middle {
    top: 19px;
    transform-origin: left center;
}
.hamburger span.bar-bottom {
    top: 28px;
    transform-origin: left center;
}
@media only screen and (min-width: 1200px) {
    .hamburger {
        display: none;
    }
}
.navbar {
    position: absolute;
    text-align: left;
    padding: 0;
    top: -1500px;
    width: 100%;
    visibility: hidden;
    background: #fff;
    left: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.navbar ul {
    margin: 0;
    padding: 15px;
}
.navbar ul li {
    font-family: "Libre Franklin", sans-serif;
    font-size: 12px;
    font-size: 0.75rem !important;
    list-style: none;
    line-height: 2;
    position: relative;
    padding: 0 15px;
    font-weight: 500;
    cursor: pointer;
}
.navbar ul .nav-item__last {
    line-height: 1;
    margin-left: 30px;
}
.navbar ul .nav-item__last a {
    color: #fff;
}
@media only screen and (min-width: 1200px) {
    .navbar {
        opacity: 1;
        filter: alpha(opacity=100);
        transition: none;
        position: relative;
        top: auto;
        float: right;
        padding: 0;
        background: none;
        width: auto;
        right: auto;
        z-index: 999998;
        visibility: visible;
    }
    .navbar ul {
        padding: 0;
        margin-top: 10px;
        margin-right: 15px;
        margin-bottom: 0;
    }
    .navbar ul li {
        display: inline-block;
        margin-right: 15px;
        line-height: calc(94px - 20px);
        font-size: 14px;
        font-size: 0.875rem !important;
        padding: 0;
    }
}
@media only screen and (min-width: 1200px) and (min-width: 1124px) {
    .navbar ul {
        margin-right: 0;
    }
}
.nav-visible .hamburger {
    background-color: #007197;
}
.nav-visible .hamburger span {
    transition: 0.25s ease-in-out;
}
.nav-visible .hamburger span.bar-top {
    transform: rotate(45deg);
    top: 10px;
    left: 14px;
}
.nav-visible .hamburger span.bar-middle {
    width: 0%;
    opacity: 0;
}
.nav-visible .hamburger span.bar-bottom {
    transform: rotate(-45deg);
    top: 26px;
    left: 14px;
}
.nav-visible .hamburger:hover {
    cursor: pointer;
}
.nav-visible .navbar {
    top: 94px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    visibility: visible;
    box-shadow: 0 2px 2px -2px rgba(78, 87, 88, 0.5);
}
@media only screen and (min-width: 768px) {
    .nav-visible .navbar {
        height: auto;
    }
}
.nav-visible .navbar ul {
    text-align: center;
}
.nav-visible .navbar ul li {
    font-size: 22px;
    font-size: 1.375rem !important;
    line-height: 2.5;
}
.nav-visible .navbar .nav-item__last {
    margin-left: 0;
    margin-top: 30px;
}
@media only screen and (min-width: 768px) {
    .nav-visible .navbar .nav-item__last {
        margin-left: 15px;
    }
}
.ctct-form-embed .ctct-form-defaults {
    padding: 0 !important;
}
.ctct-form-embed .ctct-form-defaults .ctct-form-custom {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.ctct-form-embed .ctct-form-defaults .ctct-form-custom .ctct-form-button {
    border-radius: 0;
    width: auto;
    background: #007197;
    color: #fff;
    text-decoration: none;
    padding: 15px 30px;
    font-size: 15px;
    font-size: 0.9375rem !important;
    text-transform: uppercase;
    font-family: "Libre Franklin", sans-serif;
    border: none;
    font-weight: 600;
    transition: background-color 0.3s;
}
.ctct-form-embed .ctct-form-defaults .ctct-form-custom .ctct-form-button:hover {
    background-color: #005e7e !important;
}
.ctct-form-embed .ctct-form-defaults .ctct-form-custom #gdpr_text {
    max-width: 100%;
}
.ctct-form-embed .ctct-form-defaults .ctct-form-custom .ctct-gdpr-text {
    font-family: "Libre Franklin", sans-serif;
    font-size: 12px;
    font-size: 0.75rem !important;
    font-style: italic;
    padding: 0 15px;
    white-space: normal;
    max-width: 100%;
}
@media only screen and (min-width: 768px) {
    .ctct-form-embed .ctct-form-defaults .ctct-form-custom .ctct-gdpr-text {
        font-size: 14px;
        font-size: 0.875rem !important;
        padding: 0 60px;
    }
}
.ctct-form-embed .ctct-form-defaults .ctct-form-header {
    font-size: 34px;
    font-size: 2.125rem !important;
    font-family: "Libre Franklin", sans-serif !important;
    margin: 0 30px 15px !important;
}
@media only screen and (min-width: 768px) {
    .ctct-form-embed .ctct-form-defaults .ctct-form-header {
        max-width: 650px !important;
        margin: 0 auto !important;
    }
}
.ctct-form-embed .ctct-form-defaults .ctct-form-text {
    font-family: "Libre Baskerville", serif !important;
    font-size: 18px;
    font-size: 1.125rem !important;
    padding: 0 30px;
    margin: 0 auto 24px auto !important;
}
@media only screen and (min-width: 768px) {
    .ctct-form-embed .ctct-form-defaults .ctct-form-text {
        padding: 0;
        max-width: 650px !important;
        font-size: 20px;
        font-size: 1.25rem !important;
    }
}
.ctct-form-embed .ctct-form-defaults .ctct-form-field {
    width: 100% !important;
    position: relative;
}
@media only screen and (min-width: 768px) {
    .ctct-form-embed .ctct-form-defaults .ctct-form-field {
        width: calc(100% - 15px * 4) !important;
    }
}
@media only screen and (min-width: 992px) {
    .ctct-form-embed .ctct-form-defaults .ctct-form-field {
        width: calc(100% - 15px * 8) !important;
    }
}
.ctct-form-embed .ctct-form-defaults .ctct-form-field .ctct-form-errorMessage {
    position: absolute;
    top: 10px;
    right: 10px;
}
.ctct-form-embed .ctct-form-defaults .ctct-form-field .ctct-form-element {
    border-radius: 0;
    border: 1px solid #d8d8d8;
    font-size: 16px;
    font-size: 1rem !important;
    padding: 15px;
    box-sizing: content-box;
    height: 30px;
}
.ctct-form-embed .ctct-form-defaults .ctct-form-field .ctct-form-label {
    position: absolute;
    top: calc(15px + 8px);
    left: calc(15px + 10px);
    font-weight: 400;
    font-family: "Libre Franklin", sans-serif;
}
.ctct-form-embed .ctct-form-defaults .ctct-form-field .ctct-form-label::before {
    color: #007197 !important;
    font-family: "Libre Franklin", sans-serif;
    font-weight: 700;
}
footer .footer-1 {
    background-image: url(../images/footer-background.jpg);
    background-position: center center;
    background-size: cover;
    color: #fff;
}
footer .footer-1 h2 {
    text-transform: uppercase;
    font-size: 26px;
    font-size: 1.625rem !important;
}
footer .footer-1 .footer-1__container {
    padding: 30px 15px;
    display: -moz-flex;
    display: flex;
    -moz-flex-direction: column;
    flex-direction: column;
    justify-content: space-between;
    height: 350px;
    min-height: 400px;
}
@media only screen and (min-width: 768px) {
    footer .footer-1 .footer-1__container {
        box-sizing: border-box;
        min-height: 350px;
        padding: 30px;
        -moz-flex-direction: row;
        flex-direction: row;
    }
}
footer .footer-1 .footer-1__cta-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
footer .footer-1 .footer-1__cta-container > div {
    margin: 30px 0;
}
footer .footer-1 .footer-1__socials img {
    width: 50px;
    margin-right: 5px;
}
footer .footer-1 .footer-1__socials > div {
    margin-top: 15px;
}
footer .footer-1 .footer-cta {
    background-color: #b5a268;
}
footer .footer-1 .footer-cta:hover {
    background: #ad9757;
}
footer .footer-2 .footer-2__container {
    padding: 15px 30px;
    justify-content: space-between;
    text-align: center;
    box-sizing: border-box;
    font-family: "Libre Franklin", sans-serif;
    font-size: 14px;
    font-size: 0.875rem !important;
}
@media only screen and (min-width: 768px) {
    footer .footer-2 .footer-2__container {
        text-align: left;
    }
}
footer .footer-2 .footer-2__links {
    padding-top: 5px;
}
footer .footer-2 .footer-2__links a {
    color: #4e5758;
}
footer .footer-2 .footer-2__links .footer-pipe {
    margin: 0 4px;
}
@media only screen and (min-width: 768px) {
    footer .footer-2 .footer-2__links {
        padding-top: 0;
    }
}
.modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(78, 87, 88, 0.9);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: opacity 0.15s ease-in;
    z-index: 1000000;
}
.modal-visible {
    overflow: hidden;
}
.modal-visible .modal {
    display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: opacity 0.15s linear;
}
.modal-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
}
.modal-video .close-btn {
    position: relative;
    top: -15px;
    left: calc(100% - 2rem);
    color: #000;
    border-radius: 50%;
    background-clip: padding-box;
    height: 50px;
    width: 50px;
    padding: 10px;
    display: inline-block;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(78, 87, 88, 0.5);
    z-index: 100;
}
.modal-video .close-btn svg {
    fill: #007197;
}
.modal-video .close-btn:hover {
    cursor: pointer;
}
@media only screen and (min-width: 768px) {
    .modal-video {
        width: 75%;
    }
}
