/*
    font-family: 'Raleway', sans-serif; body
    font-family: 'Crimson Text', serif; heading

    Gold:   fcd140      rgba(252,209,64,1)
    green:  b3bd35      rgba(179,189,53,1) 
    blue:   007cbb      rgba(0,124,187,1)
    dark Gray   #585858     rgba(88,88,88,1)
*/



/*#region content*/
#sectionContent {
    min-height: 69vh;
    padding: 2rem 0;
}

#contentContainer {
    position: relative;
    z-index: 0;
}
.wysiwyg {
    position: relative;
    z-index: -1;
    color: #525252;
    font-size: 1.15rem;
    font-family: 'Raleway', sans-serif;
    line-height: 1.45;
    margin-bottom:3rem;
    clear: both;

}
.wysiwyg-title {
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: #007cbb;
    font-size: 2rem !important;
    font-family: 'Crimson Text', serif;
    width: 100%;
    border-bottom: 1px solid rgba(252,209,64,1);
}
.wysiwyg a {
    color:#007cbb;
    text-decoration:underline;
}
.wysiwyg a:hover {
    color: #b3bd35;
}
.wysiwyg .contentButton a {
    color: #FFF;
    text-decoration: none;
}

.wysiwyg .contentButton:hover, .wysiwyg .contentButton:active, .wysiwyg .contentButton:focus {
    background: rgba(247,119,12,.8)
}

.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%;
}

.contentBlockImage {
    float: left;
    margin: 0 1rem 1rem 0 !important;
}

.contentBlockImageRight {
    float: right;
    margin: .5rem 0 1rem 1rem !important;
}

.contentBlockImage img, .contentBlockImageRight img {
    margin: 0 !important;
}

/*#endregion*/

/*#region media breaks*/
@media(max-width:1200px) {
    #sectionContent {
        min-height: 100px;
        padding: 2rem 2rem;
    }
}
@media(max-width:640px) {
    .contentBlockImage {
        float: none;
        margin: 0 1rem 1rem 0 !important;        
        text-align: center;
    }
}
    /*#endregion*/