/*JaxReady Twitter*/
.welcome_twitter_region{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 500px;
}

/*Hide in edit mode and InternetExplorer*/
.EditMode .welcome_twitter_region{ 
    display: block !important;
    position: relative !important;
    width: 100% !important;
    font-size: 16px !important;
    line-height: 1.2em !important;
}
.InternetExplorer .welcome_twitter_region{ display:none; }

@media screen and (max-width:1600px){
    .welcome_twitter_region{
        width:31.25vw;
    }
}

@media screen and (max-width:720px){
    .welcome_twitter_region{
        width:100%;
        position:relative;
        height:auto;
        padding-bottom:15px;
    }
}

.welcome_twitter_right_padding{
    position:relative;
    padding-right:50px;
    height:100%;
}

@media screen and (max-width:1600px){
    .welcome_twitter_right_padding{
        padding-right: 3.125vw;
    }
}

@media screen and (max-width:7200px){
    .welcome_twitter_right_padding{
        padding-left: 3.125vw;
    }
}

.welcome_twitter_top_padding{
    position:relative;
    padding-top:50px;
    height:100%;
}

@media screen and (max-width:1600px){
    .welcome_twitter_top_padding{
        padding-top: 3.125vw;
    }
}

.welcome_twitter_bottom_padding{
    position:relative;
    height:100%;
    overflow:hidden;
}

@media screen and (max-width:720px){
    .welcome_twitter_bottom_padding{
        text-align:center;
    }
}

.welcome_twitter_region iframe{
    position: static !important;
    visibility: visible !important;
    display: inline-block !important;
    padding: 0px !important;
    border: none !important;
    height: 90% !important;
    height: calc(100% - 100px) !important;
    width: 100% !important;
    border: 1px solid #eaeaea !important;
    border-bottom: 0px !important;
    border-top: 0px !important;
    border-right: 1px solid rgba(15,70,100,.12) !important;
}  

@media screen and (max-width:1600px){
    .welcome_twitter_region iframe{
        height: calc(100% - 6.25vw) !important;
    }
}

@media screen and (max-width:720px){
    .welcome_twitter_region iframe{
        max-width:320px !important;
        margin-left:auto !important;
        margin-right:auto !important;
        height: calc(100% - 3.125vw) !important;
    }
}

.welcome_twitter_region blockquote, .welcome_twitter_region .instagram-media{
    max-width: 100% !important;
    width:100% !important;
    min-width: 100% !important;
}

@media screen and (max-width:720px){
    .welcome_twitter_region blockquote, .welcome_twitter_region .instagram-media{
        max-height:100vw !important;
        height:100vw !important;
        min-height:100vw !important;
    }
}