
/*This section is to make YouTube videos fit on desktop and then responsive for mobile*/

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }


.youtubevideowrap {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    padding-bottom: 10px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video-container.ospreyVideo {
    padding-top: 0px;
}
/*End YouTube Section*/

figcaption {
    display: table-caption;
    caption-side: bottom;
}


figure.left {
    display: table;
    float: left;
    padding: 10px 10px 10px 0px;
    font-weight: bold
}

figure.right {
    float: right;
    padding: 0px 10px 0px 10px;
    font-weight: bold;
}



img.figure {
    -webkit-box-shadow: 3px 3px 5px 6px #ccc; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 3px 3px 5px 6px #ccc; /* Firefox 3.5 - 3.6 */
    box-shadow: 3px 3px 5px 6px #ccc; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

img.left {
    float: left;
    padding: 1px 1px 1px 1px;
    -webkit-box-shadow: 1px 1px 5px 6px #ccc; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 1px 1px 5px 6px #ccc; /* Firefox 3.5 - 3.6 */
    box-shadow: 1px 1px 5px 6px #ccc; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

img.right {
    float: right;
    padding: 5px 5px 5px 5px;
    margin-left: 0px 0px 20px 20px;
    -webkit-box-shadow: 3px 3px 5px 6px #ccc; /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow: 3px 3px 5px 6px #ccc; /* Firefox 3.5 - 3.6 */
    box-shadow: 3px 3px 5px 6px #ccc; /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
}

/*For fancy table and/or container styling of divs - for the OpenGov portal and other website sections */


.container1 {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Chrome */
    display: flex; /* NEW, Spec - Opera 12.1, Firefox 20+ */
    flex-flow: row wrap;
    justify-content: space-around;
    align-content: center;
    align-items: flex-start;
}


.column {
    width: 300px;
    margin: 10px;
    overflow: hidden;
    padding: 5px 5px 5px 5px;
    border: 0;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.16), 0 5px 20px 0 rgba(0, 0, 0, 0.12);
   /* position: element(*/
}


.corul {
    margin-top: 5px;
}
.papaya-logo-sm {
    padding-top: 10px;
    text-align: left;
    padding-left: 0px;
}
.UB-h4
{
    font-size:1.3em;
}