﻿/* **************************************** */
/* PAGE CENTER - ORGANIZATION CENTER DETAIL */
/* **************************************** */
/*#OrganizationCenterPage               
{
    min-width:300px;
    overflow:hidden !important;
}*/

/*#OrganizationCenterPage #ContactCentre [class^="Block"],
#OrganizationCenterPage #ContactCentre .Col1,
#OrganizationCenterPage #ContactCentre .Col2
{
    display:inline;
    clear:both;
    float:none;
    width:100%;   
}*/

/*#OrganizationCenterPage #ContactCentre .Block1 #CenterMap
{
    width:100%;
    height:calc(100vh - 105px);
}*/

#OrganizationCenterPage #ContactCentre h1
{
    padding-top:2.5vw;   
}

#OrganizationCenterPage #InfoCentre .Col2 .Information
{
    padding-top:2vw;
    padding-bottom:2vw;
}

#OrganizationMap h1.firstHeading
{
    /* Map - Infobox - h1 */
    padding-bottom:20px;
}

#OrganizationMap .btn.btn-default
{
    /* Map - Infobox - Buttons*/
    margin-top:10px;
    padding:5px 10px;
}

/* **************** */
/* SCREEN <= 1024px */
/* **************** */
@media screen and (max-width:1024px)
{
    /* Restore position for #OrganizationCenterPage */
    #OrganizationCenterPage #CenterDescriptionPage .Information .Text h1
    { 
        display:block !important;
        position:relative !important;
        top:inherit;
        left:inherit;
        z-index:inherit;
        width:auto;              
        padding:0;
        text-align:left; 
        padding-bottom:5.5vw;
        color:inherit;
    }

    /* Restore position for #OrganizationCenterPage */
    #OrganizationCenterPage #CenterDescriptionPage .Information .Text .LinkButton
    {
        position:inherit;
        top:inherit;
        left:inherit;
        z-index:inherit;
        display:inherit;
        width:auto;
        text-align:left;   
    }
}

/* **************** */
/* SCREEN <= 1024px */
/* **************** */
@media screen and (max-width:1024px)
{    
    #OrganizationCenterPage #ContactCentre .Block1 #CenterMap
    {
        /* Map Size */
        width:100%;
        height:100vh;
    }
}
