/* BODY STYLES */

body {
    font-family: "calluna", "adobe-caslon-pro","Big Caslon","Book Antiqua","Georgia",serif;
    padding-top: 50px;
}
body a {
    color: #34B233;
    text-decoration: none;
}
body a:hover {
    color: #009B48;
    text-decoration: none;
}
body a:active {
    color: #009B48;
    text-decoration: none;
}
body a:visited {
    color: #34B233;
    text-decoration: none;
}
.widthwrap {
    max-width: 1250px;
    margin: 0 auto;
}
.container-fluid-padless {
    margin-right: auto;
    margin-left: auto;
    padding: 0 0 0 0;
}
div>hr {
    margin-top: 5px;
    margin-bottom: 8px;
}
p {
    font-size: 1.3em;
    font-weight: 400;
    font-style: normal;
    line-height: 1.4em;
    padding-bottom: 5px;
}
.body-text a {
    text-decoration: none;
}
div.container {
    margin: 0;
    padding: 0;
}
blockquote {
    border-left: 5px solid #34B233;
    margin: 0.5em 0 1em 0;
    padding: 0em 20px;
}
.widthwrap-dark {
    width: 100%;
    background-color: #eeedec;
}
h1.section-header-in {
    font-family: "Futura BT", "futura-pt", Futura, Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
    font-size: 3.25em;
    text-decoration: none;
    margin-bottom: 10px;
    font-style: Normal;
    margin-top: 0;
}
/* FIELD JOURNAL STYLES */

.field-text {
    font-family: "calluna", "adobe-caslon-pro","Big Caslon","Book Antiqua","Georgia",serif;
    text-transform: inherit;
    font-size: .9em;
    font-weight: 400;
    font-style: Normal;
    line-height: 1.7em;
    letter-spacing: .05em;
}
.fix-line-height {
    line-height: .5em;
}
.under-sig {
    padding-left: 20px;
}
.field-other-img {
    margin-top: 15px;
}
div.caption {
    padding-top: 5px;
    color: #777;
    font-family: "Futura BT", "futura-pt", Futura, Helvetica, Arial, sans-serif;
    font-size: 1em;
}
.field-journal-name {
    font-size: 2em;
}
@media only screen and (min-width: 391px) {
    .field-update-img-xs {
        display: none;
    }
}
@media only screen and (max-width: 390px) {
    .field-update-img {
        display: none;
    }
}
/* NAV */

.navbar {
    background-color: #000000;
    font-family:"Futura BT", "futura-pt", Futura, Helvetica, Arial, sans-serif;
    font-weight: 700;
    font-size:.8em;
    font-style: normal;
    letter-spacing: 1px;
    color: #ffffff;
    text-transform: uppercase;
    z-index: 99;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    border-bottom: 2px #34B233 solid!important;
    padding: 0 0 0 0;
    color: #ffffff;
    margin: 15px 10px 10px 10px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
 background-color:#000000;
}

.nav>li>a {
    margin-top: 15px;
    padding: 0 10px 10px 10px;
    color: #ffffff;
    background-color:#000000;
}

.navbar-default .navbar-nav>li>a {
    color:#ffffff;
}

@media only screen and (max-width: 297px) {
    .navbar-default .navbar-brand {
        display: none;
    }
}
.navbar-fixed-top {
    -webkit-transform: translateZ(0);
}
.section-col {
    max-width: 990px;
}
.navbar-header {
    margin: 0 auto;
}
.navbar-nav {
    float: left;
    position: relative;
    left: -50%;
}
.navbar-container {
    position: relative;
    left: 50%;
    background-color:#000000;
}
.navbar-collapse {
    overflow-x: hidden;
    background-color:#000000;
}
.anchor-offset {
    display: block;
    position: relative;
    top: -55px;
    visibility: hidden;
}

.navbar-default .navbar-brand {
    font-size: 1em;
    color:#ffffff;
}

.navbar-default .navbar-nav>li>a {
    color:#ffffff;
}

div .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border:none !important;
}

.navbar-default .navbar-nav>li>a.nav-link:hover {
    color: #009B48;
}

/* MAIN STYLES */

blockquote p {
    font-size: 1.8em;
    line-height: 1.3em;
    font-style: normal;
    color: #000;
    margin: 0;
    font-family: "Futura BT", "futura-pt", Futura, Helvetica, Arial, sans-serif;
    font-weight: 300;
}
.header-text {
    font-family: "Futura BT", "futura-pt", Futura, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 2.5em;
    letter-spacing: 2px;
    white-space: nowrap;
    margin:0 0 0 15px;
}

/*  VOL STYLES  */

.vol-text {
    font-family: "Futura BT", "futura-pt", Futura, Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
}
.vol-text a:active,
.vol-text a:visited,
.vol-text a:link {
    text-decoration: none;
    color: #000000;
}
.vol-previous {
    padding-left: -15px;
}
.vol-text a:hover {
    text-decoration: none;
    color: #34B233;
}
/*  HEADER */

.header-img {
    background:  url(../images/gorilla_lg.jpg);
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 650px;
    max-width: 100%;
    position: relative;
    margin: auto;
    padding: none;
}
@media only screen and (min-width: 901px) {
    .header-img {
        background:  url(../images/gorilla_lg.jpg);
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: 550px;
        max-width: 1500px;
    }
}
@media only screen and (min-width: 591px) and (max-width: 900px) {
    .header-img {
        background:  url(../images/gorilla_md.jpg);
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: 500px;
        max-width: 900px;
    }
}
@media only screen and (min-width: 431px) and (max-width: 590px) {
    .header-img {
        background:  url(../images/gorilla_sm.jpg);
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: 290px;
        max-width: 616px;
    }
}
@media only screen and (min-width: 366px) and (max-width: 430px) {
    .header-img {
        background:  url(../images/gorilla_xs.jpg);
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        min-height: 220px;
        max-width: 420px;
        background-repeat: no-repeat;
    }
}
@media only screen and (max-width: 365px) {
    .header-img {
        background:  url(../images/gorilla_xxs.jpg);
        -moz-background-size: 365px 221px;
        -o-background-size: 365px 221px;
        background-size: 365px 221px;
        min-height: 221px;
        max-width: 365px;
        background-repeat: no-repeat;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (-o-min-device-pixel-ratio: 2/1),
    only screen and (min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi),
    only screen and (min-resolution: 2dppx) {
        .header-img {
            background:  url(../images/gorilla_lg@2x.jpg);
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }
    }
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 901px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 901px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 901px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 901px),
    only screen and (min-resolution: 192dpi) and (min-width: 901px),
    only screen and (min-resolution: 2dppx) and (min-width: 901px) {
        .header-img {
            background:  url(../images/gorilla_lg@2x.jpg);
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }
    }
@media only screen and (-webkit-min-device-pixel-ratio: 2) and(min-width: 617px) and (max-width: 800px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 617px) and (max-width: 800px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 617px) and (max-width: 800px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 617px) and (max-width: 800px),
    only screen and (min-resolution: 192dpi) and (min-width: 617px) and (max-width: 800px),
    only screen and (min-resolution: 2dppx) and (min-width: 617px) and (max-width: 800px) {
        .header-img {
            background:  url(../images/gorilla_sm@2x.jpg);
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }
    }
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 591px) and (max-width: 900px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 591px) and (max-width: 900px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 591px) and (max-width: 900px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 591px) and (max-width: 900px),
    only screen and (min-resolution: 192dpi) and (min-width: 591px) and (max-width: 900px),
    only screen and (min-resolution: 2dppx) and (min-width: 591px) and (max-width: 900px) {
        .header-img {
            background:  url(../images/gorilla_md@2x.jpg);
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }
    }
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 431px) and (max-width: 590px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 431px) and (max-width: 590px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 431px) and (max-width: 590px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 431px) and (max-width: 590px),
    only screen and (min-resolution: 192dpi) and (min-width: 431px) and (max-width: 590px),
    only screen and (min-resolution: 2dppx) and (min-width: 431px) and (max-width: 590px) {
        .header-img {
            background:  url(../images/gorilla_sm@2x.jpg);
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }
    }
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 366px) and (max-width: 430px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 366px) and (max-width: 430px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 366px) and (max-width: 430px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 366px) and (max-width: 430px),
    only screen and (min-resolution: 192dpi) and (min-width: 366px) and (max-width: 430px),
    only screen and (min-resolution: 2dppx) and (min-width: 366px) and (max-width: 430px) {
        .header-img {
            background:  url(../images/gorilla_xs@2x.jpg);
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }
    }
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 365px),
    only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 365px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 365px),
    only screen and (min-device-pixel-ratio: 2) and (max-width: 365px),
    only screen and (min-resolution: 192dpi) and (max-width: 365px),
    only screen and (min-resolution: 2dppx) and (max-width: 365px) {
        .header-img {
            background:  url(../images/gorilla_xxs@2x.jpg);
            -moz-background-size: 320px 180px;
            -o-background-size: 320px 180px;
            background-size: 320px 180px;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }
    }
.header-logo {
    height: 75px;
    width: 75px;
    background: url(../images/wcs_logo.png);
    background-repeat: no-repeat;
    display:inline-block;
    float:left;
    margin: 0px 50px 0 20px;
}
@media only screen and (min-resolution: 2dppx) and (min-width: 768px) and (max-width: 840px) {
    .header-logo {
        height: 50px;
        width: 50px;
        background: url(../images/wcs_logo_sm@2x.png);
        background-repeat: no-repeat;
        margin-top:10px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 840px) {
    .header-logo {
        height: 50px;
        width: 50px;
        background: url(../images/wcs_logo_sm.png);
        background-repeat: no-repeat;
        margin-top:10px;
    }
}
/* VIDEO STYLES */

.vid-wrapper {
    max-width: 100%;
}
iframe {
    border: none;
    outline: 0;
    overflow: hidden
}
/* SHARE STYLES */

a.share-circle {
    width: 24px;
    height: 24px;
    background: #34B233;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    float: right;
    margin-top: 10px;
    margin-right: 5px;
}
a.share-circle:hover {
    background: #009B48;
}
.share-icon {
    top: 4px;
    left: 5px;
    position: absolute;
    color: #fff;
}
a.share-circle-news {
    width: 24px;
    height: 24px;
    background: #34B233;
    -moz-border-radius: 12px;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    position: relative;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}
a.share-circle-news:hover {
    background: #009B48;
}
/* HEADER STYLES */

.section-header-sm {
    max-width: 500px;
    margin: 0 auto;
}
h1.section-header {
    font-family: "Futura BT", "futura-pt", Futura, Helvetica, Arial, sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #000;
    font-size: 3.25em;
    text-decoration: none;
    margin-left: 15px;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
    font-style: Normal;
}
a.news-header {
    font-family: "Futura BT", "futura-pt", Futura, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #34B233;
    font-size: 1.3em;
    text-transform: uppercase;
    letter-spacing: .8px;
    text-decoration: none;
    line-height: 1em;
}
a.news-header:hover {
    color: #009B48;
}
/* NEWS STYLES */

.news-img {
    padding-bottom: 5px;
}
.news-txt {
    padding-bottom: 20px;
    font-size: 1.2em;
}
.section-item {
    margin: 0 auto;
}
.news-icon {
    color: #fff;
    padding-left: 5px;
    padding-top: 4px;
    font-size: .9em;
}
.news-icon-fb {
    color: #fff;
    padding-left: 9px;
    padding-top: 4px;
    font-size: .9em;
}
a.news-icon-fb:hover {
    color: #fff;
}
a.news-read-more {
    color: #34B233;
    padding-left: 4px;
    padding-top: 4px;
}
a.news-read-more:hover {
    color: #009B48;
    padding-left: 4px;
    padding-top: 4px;
}
a.news-icon:hover {
    color: #fff;
}
h2.update-header {
    font-family: "Futura BT", "futura-pt", Futura, Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    padding-bottom: 3px;
    padding-top: 15px;
    letter-spacing: 1px;
    font-style: normal;
}
h2.update-header-2,
h2.update-header-feature {
    font-size: 1.8em;
    font-family: "Futura BT", "futura-pt", Futura, Helvetica, Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #665f5b;
    margin: 0;
    padding-bottom: 3px;
    letter-spacing: 1px;
}
.update-feature-fffbg {
    background-color: #fff;
    padding: 20px 25px 5px 25px;
    margin-bottom: 15px;
}
.update-feature-darkbg {
    background-color: #eeedec;
    padding: 20px 25px 5px 25px;
    margin-bottom: 15px;
}
/* BREAK IMG */

.break-img {
    background-image: url(../images/spec-opps.jpg);
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 468px;
    width: 100%;
    position: relative;
    margin: auto;
    padding: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
    only screen and (min--moz-device-pixel-ratio: 2),
    only screen and (-o-min-device-pixel-ratio: 2/1),
    only screen and (min-device-pixel-ratio: 2),
    only screen and (min-resolution: 192dpi),
    only screen and (min-resolution: 2dppx) {
        .break-img {
            background-image: url(../images/spec-opps@2x.jpg);
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
        }
    }
@media only screen and (min-width: 601px) and (max-width: 990px) {
    .break-img {
        background-image: url(../images/spec-opps.jpg);
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        min-height: 300px;
        width: 100%;
        position: relative;
        margin: auto;
        padding: none;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 601px) and (max-width: 1400px),
    only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 601px) and (max-width: 1400px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (min-width: 601px) and (max-width: 1400px),
    only screen and (min-device-pixel-ratio: 2) and (min-width: 601px) and (max-width: 1400px),
    only screen and (min-resolution: 192dpi) and (min-width: 601px) and (max-width: 1400px),
    only screen and (min-resolution: 2dppx) and (min-width: 601px) and (max-width: 1400px) {
        .break-img {
            background-image: url(../images/spec-opps@2x.jpg);
        }
    }
@media only screen and (max-width: 600px) {
    .break-img {
        background: url(../images/spec-opps-xs.jpg);
        -moz-background-size: 615px 250px;
        -o-background-size: 615px 250px;
        background-size: 615px 250px;
        background-repeat: no-repeat;
        min-height: 250px;
        position: relative;
        max-width: 600px;
        margin: auto;
        padding: none;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 600px),
    only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 600px),
    only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 600px),
    only screen and (min-device-pixel-ratio: 2) and (max-width: 600px),
    only screen and (min-resolution: 192dpi) and (max-width: 600px),
    only screen and (min-resolution: 2dppx) and (max-width: 600px) {
        .break-img {
            background-image: url(../images/spec-opps-xs@2x.jpg);
        }
    }
.event-col {
    width: auto;
    float: left;
    position: relative;
    padding-left: 15px;
}
.addthisevent-drop {
    width: 260px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background: #f7f7f7;
    font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
    color: #333!important;
    font-size: 15px;
    border: 1px solid #cfcfcf;
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, .15);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, .15);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .15);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 5px;
    margin-bottom: 5px;
}
.addthisevent-drop:hover,
.addthisevent-drop:visited {
    background-color: #f4f4f4;
}
.addthisevent-drop:active {
    top: 1px;
}
.addthisevent-drop .date {
    width: 60px;
    height: 60px;
    float: left;
    position: relative;
}
.addthisevent-drop .date .mon {
    display: block;
    text-align: center;
    padding: 9px 0 0 0;
    font-size: 11px;
    color: #bf5549;
    font-weight: 700;
    line-height: 110%;
    text-transform: uppercase;
}
.addthisevent-drop .date .day {
    display: block;
    text-align: center;
    padding: 0 0 8px 0;
    font-size: 30px;
    font-weight: 700;
    color: #333;
    line-height: 100%;
}
.addthisevent-drop .date .bdr1 {
    width: 1px;
    height: 50px;
    background: #eaeaea;
    position: absolute;
    z-index: 2;
    top: 5px;
    right: -3px;
}
.addthisevent-drop .date .bdr2 {
    width: 1px;
    height: 50px;
    background: #fff;
    position: absolute;
    z-index: 2;
    top: 5px;
    right: -4px;
}
.addthisevent-drop .desc {
    width: 180px;
    height: 60px;
    float: left;
    position: relative;
}
.addthisevent-drop .desc p {
    margin: 0;
    display: block;
    text-align: left;
    padding: 7px 0 0 18px;
    font-size: 12px;
    color: #666;
    line-height: 110%;
}
.addthisevent-drop .desc .hed {
    height: 15px;
    display: block;
    overflow: hidden;
    margin-bottom: 3px;
    font-size: 13px;
    line-height: 110%;
    color: #333;
    text-transform: uppercase;
}
.addthisevent-drop .desc .des {
    height: 28px;
    display: block;
    overflow: hidden;
}
.addthisevent-selected {
    background-color: #f4f4f4;
}
.addthisevent_dropdown {
    width: 190px;
    position: absolute;
    z-index: 3;
    padding: 6px 0 0 0;
    background: #fff;
    text-align: left;
    display: none;
    margin-top: -2px;
    margin-left: -1px;
    border: 1px solid #cfcfcf;
    -webkit-box-shadow: 1px 3px 6px rgba(0, 0, 0, .15);
    -moz-box-shadow: 1px 3px 6px rgba(0, 0, 0, .15);
    box-shadow: 1px 3px 6px rgba(0, 0, 0, .15);
}
.addthisevent_dropdown span {
    display: block;
    line-height: 110%;
    background: #fff;
    text-decoration: none;
    font-size: 14px;
    color: #6d84b4;
    padding: 8px 10px 9px 15px;
}
.addthisevent_dropdown span:hover {
    background: #f4f4f4;
    color: #6d84b4;
    text-decoration: none;
    font-size: 14px;
}
.addthisevent span,
.addthisevent-drop ._url,
.addthisevent-drop ._start,
.addthisevent-drop ._end,
.addthisevent-drop ._summary,
.addthisevent-drop ._description,
.addthisevent-drop ._location,
.addthisevent-drop ._organizer,
.addthisevent-drop ._organizer_email,
.addthisevent-drop ._facebook_event,
.addthisevent-drop ._all_day_event {
    display: none!important;
}
.addthisevent_dropdown .copyx {
    height: 21px;
    display: block;
    position: relative;
    cursor: default;
}
.addthisevent_dropdown .brx {
    width: 180px;
    height: 1px;
    overflow: hidden;
    background: #e0e0e0;
    position: absolute;
    z-index: 2;
    left: 10px;
    top: 9px;
}
.addthisevent_dropdown .frs {
    position: absolute;
    top: 3px;
    cursor: pointer;
    right: 10px;
    padding-left: 10px;
    font-style: normal;
    font-weight: 400;
    text-align: right;
    z-index: 3;
    line-height: 110%;
    background: #fff;
    text-decoration: none;
    font-size: 10px;
    color: #cacaca;
}
.addthisevent_dropdown .frs:hover {
    color: #6d84b4;
}
.addthisevent {
    visibility: hidden;
}
.day-sm {
    display: block;
    text-align: center;
    padding: 6px 0 8px 0;
    font-size: 18px;
    font-weight: 700;
    color: #333;
    line-height: 100%;
}
.addthisevent-drop .date .mon {
    color: #34B233;
}
.addthisevent_dropdown span,
.addthisevent_dropdown span:focus {
    color: #34B233;
}
/* TRAVEL */

.t-y-header {
    font-weight: 700;
    font-size: 1.2em;
    font-family: "Futura BT", "futura-pt", Futura, Helvetica, Arial, sans-serif;
}
.travel-list {
    font-size: 1.2em;
    padding-top: 20px;
}
.travel-list-2 {
    font-size: 1.2em;
}
.t-y-fff-1 {
    background-color: #fff;
    padding: 25px;
}
.t-y-dark {
    padding: 10px;
    background-color: #eeedec;
}
.travel-table>thead>tr>td {
    font-weight: 700;
    text-indent: 20px;
}
.travel-table {
    padding-top: 15px;
}
.t-y-fff-2 {
    background-color: #fff;
    padding: 0 10px 10px 10px;
}
/* BUTTONS */

.btn-primary {
    background-color: #34B233;
    border-color: #009B48;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-color: #009B48;
    border-color: #009B48;
}
.btn-text {
    font-size: 1em;
    color: #fff;
}
/* FOOTER */

.footer {
    margin-top: 25px;
    margin-bottom: 20px;
    position: relative;
    font-size: 1em;
}
.footer-address {
    font-size: 1em;
    color: #e9e8e7;
    font-family: "Futura BT", "futura-pt", Futura, Helvetica, Arial, sans-serif;
}
.footer-address>a {
    text-decoration: none;
    border-bottom: solid 1px #d6d6d6;
    color: #000;
}
address a:hover,
.footer-address>a:hover {
    border-bottom: solid 1px #665f5b;
    color: #665f5b;
}
address a {
    text-decoration: none;
    border-bottom: solid 1px #d6d6d6;
    color: #000!important;
}
address a:visited,
.footer-address>a:visited {
    color: #000;
}
.footer-address>address {
    color: #000;
    margin-bottom: 0;
}
.photo-credit {
    font-family: "Futura BT", "futura-pt", Futura, Helvetica, Arial, sans-serif;
    font-size: .8em;
    text-align: center;
    background-color: #eeedec;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px;
    margin-top: 40px;
}
div.footer-logo {
    width: auto;
    float: left;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
@media only screen and (max-width: 440px) {
    div.footer-logo {
        width: 25%;
        float: left;
        position: relative;
        padding-left: 15px;
        padding-right: 15px;
    }
}
/* SITE MAP */

.site-map>a {
    text-decoration: none;
    color: #665f5b;
    font-size: .8em;
    font-family: "Futura BT", "futura-pt", Futura, Helvetica, Arial, sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.site-map>a:hover {
    color: #000;
}
.site-map>a:visited {
    color: #665f5b;
}
.site-map {
    color: #d1cfcd;
    background-color: #e8e7e6;
    margin: 0 auto;
    padding:5px;
}

/* MISC TABLE STYLES */

table.table.attendance tr td {
    font-size: .8em;
    padding: 5px 5px 5px 5px;
}
table.table.attendance thead {
    font-weight: 700;
}
.table {
    margin-bottom: 0!important;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    border-color: #34B233;
}
/* PRINT STYLES */

@media print {
    .navbar {
        display: none;
    }
}
h3.visible-print {
    margin: 0;
    padding: 0;
    display: none;
}
@media print {
    h3.visible-print {
        margin: 0;
        padding: 0;
        display: inline;
    }
}
/* SPACERS ETC */

.spacer-20 {
    height: 20px;
}
.spacer-40 {
    height: 40px;
}
.add-bottom-pad-10 {
    padding-bottom: 10px;
}
.add-bottom-pad-35 {
    padding-bottom: 4.9em;
}
.add-top-pad-10 {
    padding-top: 10px;
}
.dark-container {
    background-color: #e0dfde;
}
.page-breaker {
    page-break-after: always;
}
/* GETTY IMGS STYLES */

.getty-images {
    position: relative;
    padding-bottom: 66%;
    overflow: hidden;
}
.getty-images iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    padding-bottom: 5px;
}
/* MISC STYLES */

.field-sig {
    margin-top: 10px;
    max-width: 220px;
    max-height: 80px;
    padding-bottom:5px;
}
.margin-20-wrap {
    margin-top: 20px;
}
.fallback {
    display: none;
    width: 180px;
    height: 80px;
}
.no-svg .fallback {
    background-image: url(../images/field-sig.png);
}
.hover-state {
    background-image: url('../images/vid-preview.jpg');
}
#head {
    background-color: #aaa;
    width: 100%;
}
.vid-wrapper-2 {
    height: 500px;
}



.header-block {
    padding-top:25px;
    padding-left:1%;
}

a.nav-link:hover {
    color:#000000;
}



.envelope-icon {
    color: #fff;
    padding-left: 4px;
    padding-top: 3px;
    font-size: .9em;
}

.cons-image {
    margin-left:15px;
}

.header-text-xs {
    font-family: "Futura BT", "futura-pt", Futura, Helvetica, Arial, sans-serif;
    font-weight: 700;
    color: #000000;
    font-size: 3em;
    letter-spacing: 2px;
    white-space: nowrap;
    margin:0 0 0 15px;
}
