/*
 * Scales Youtube and Vimeo videos to fit their containers.
 */
.field--name-field-media-oembed-video,
.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.field--name-field-media-oembed-video iframe,
.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}
/*
 * Blocks used in the mega-menu
 */
.block .menu-title-icon {
    position: relative;
    top: -10px;
}

.block .menu-title-icon .menu-title > span {
    display: block;
    color: #fff;
}

.block .menu-title-icon .menu-icon {
    padding: 0px 38px;
    background: #78b871;
    min-height: 76px;
    position: absolute;
    left: 33%;
    top: -15px;
    border-radius: 50%;
    font-size: 30px;
}

.block .menu-title-icon .menu-title {
    position: relative;
    left: 33%;
    display: inline-block;
    width: 76px;
    height: 61px;
    font-family: 'Times New Roman', serif;
    font-size: 20px;
    text-align: center;
    line-height: 1em;
}

.block .menu-text1 {
    line-height: 16px;
}

.block .menu-text2 {
    line-height: 24px;
}

/*
 * Fixes for the form elements on the layout manager
 */
/*
 * The select box with size set is all jacked up because of the -webkit-appearance set to menulist.
 */
#drupal-off-canvas select {
    -webkit-appearance: listbox !important;
    -moz-appearance: listbox !important;
}