@import url(https://cloud.typography.com/6748216/7541392/css/fonts.css);

/**umb_name:Gold Uppercase*/
.go {
    color: #f8d869!important;
    text-transform: uppercase;
}

/**umb_name:Gotham Book*/
.font-book {
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
    font-style: normal;
}

/**umb_name:Gotham Book Italic*/
.font-book-i {
    font-family: "Gotham A", "Gotham B";
    font-weight: 400;
    font-style: italic;
}

/**umb_name:Gotham Medium*/
.font-med {
    font-family: "Gotham A", "Gotham B";
    font-weight: 500;
    font-style: normal;
}

/**umb_name:Gotham Bold*/
.font-bold {
    font-family: "Gotham A", "Gotham B";
    font-weight: 700;
    font-style: normal;
}

/**umb_name:Gotham Black*/
.font-black {
    font-family: "Gotham A", "Gotham B";
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: "Selima";
    font-weight: normal;
    font-style: normal;
    src: url("/content/fonts/selima/Selima.eot");
    src: url("/content/fonts/selima/Selima.eot?#iefix") format("embedded-opentype"), url("/content/fonts/selima/Selima.woff") format("woff"),url("/content/fonts/selima/Selima.ttf") format("truetype");
}

/**umb_name:Selima*/
.font-selima {
    font-family: "Selima", sans-serif;
    line-height: 0; /* Selima has some extra white space above the letters that makes layouts weird.*/
}

/**umb_name:Breadcrumb*/
.header-breadcrumb {
    font-size: 12px;
    text-transform: uppercase;
    color: #f8d869;
}

@font-face {
    font-family: "Montserrat-Bold";
    font-weight: bold;
    font-style: normal;
    src: url("/content/fonts/montserrat/Montserrat-Bold.eot");
    src: url("/content/fonts/montserrat/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("/content/fonts/montserrat/Montserrat-Bold.woff") format("woff"),url("/content/fonts/montserrat/Montserrat-Bold.ttf") format("truetype");
}

/**umb_name:Link - Yellow*/
.link-button-yellow {
    font-size: 0.75rem;
    padding: 0.9375rem 1.25rem;
    line-height: 2.875rem;
    font-family: "Montserrat-Bold";
    text-transform: uppercase;
    white-space: nowrap;
    background-color: #f8d869;
    box-shadow: 0 0.125rem 0.125rem 0 #e0b21b;
    color: #2b3335;
}

    .link-button-yellow:hover {
        text-decoration: none;
        color: #2b3335;
    }

/**umb_name:h1 - Regular*/
.h1 {
    font-size: 60px;
}

/**umb_name:h2 - Regular*/
.h2 {
    font-size: 32px;
}

/**umb_name:h3 - Regular*/
.h3 {
    font-size: 28px;
}

/**umb_name:h4 - Regular*/
.h4 {
    font-size: 24px;
}

/**umb_name:h5 - Regular*/
.h5 {
    font-size: 20px;
}

/**umb_name:h6 - Gold*/
.h6-gold {
    color: #876d1e;
    font-size: 16px;
}