#studio-agents-for-map-br
{
     width: 100%;
     height: 100%;
     
}

#spw-map-pop
{
     z-index: 999999 !important;
}

.studio-agents-for-map-br-state 
{ 
     fill: #F4E3A0;
     cursor: pointer;
}

.studio-agents-for-map-br-state-hover
{ 
     fill:#F3E9C9;
}

.studio-agents-for-map-br-text
{ 
     fill:#000;
     font-family: Arial;;
     cursor:pointer;
     font-size: 8px;
          
}

.studio-agents-for-map-br-text-hover 
{ 
     fill:#000;
}


.studio-agents-for-map-br-circle 
{ 
     display: none !important;
}


.studio-agents-for-map-br-pop
{
     position: fixed;
     font-family: Arial;
     width: 100vw;
     height: 100vh;
     top: 0;
     left: 0;
     z-index: 999999 !important;
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
     
          
}

.studio-agents-for-map-br-pop-background
{
     position: fixed;
     width: 100vw;
     height: 100vh;
     top: 0;
     left: 0;
     background-color: rgba(255, 255, 255, 0.25);
     
}


.studio-agents-for-map-br-pop-window
{
     position: relative;
     width: 100%;
     height: 100%;
     max-width: 320px;
     max-height: 320px;
     background-color: #FFF;
     box-sizing: border-box;
     padding: 20px;
     box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

@media(min-width: 768px)
{
     .studio-agents-for-map-br-pop-window
     {
          max-width: 600px;
          max-height: 450px;
     }
     
}


.studio-agents-for-map-br-pop-window-close
{
     position: absolute;
     width: 30px;
     height: 30px;
     top: 10px;
     right: 10px;
     z-index: 11000;
     cursor: pointer;
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
     font-size: 28px;
     color: #666;
}

.studio-agents-for-map-br-pop-window-close img
{
     max-width: 30px;
     max-height: 30px;
}

.studio-agents-for-map-br-pop-window-content
{
     position: relative;
     width: 100%;
     height: 100%;
     box-sizing: border-box;
     overflow-y: auto;
     padding: 25px;
}

.studio-agents-for-map-br-pop-window-content-title
{
     position: relative;
     width: 100%;
     height: auto;
     font-size: 36px;
     text-transform: uppercase;
     padding-bottom: 15px;
     margin-bottom: 25px;
     border-bottom: 4px solid #CCC;
}


.studio-agents-for-map-br-pop-window-content-item
{
     margin-top: 20px;
     margin-bottom: 20px;
}

.studio-agents-for-map-br-pop-window-content-item-name
{
     font-weight: bold;
     font-size: 16px;
}

.studio-agents-for-map-br-pop-window-content-item-description
{
     font-size: 14px;
     font-weight: 300;
}

.studio-agents-for-map-br-pop-preload
{
     position: fixed;
     width: 100vw;
     height: 100vh;
     top: 0;
     left: 0;
     background-color: rgba(255, 255, 255, 0.25);
     z-index: 9999999 !important;
     display: none;
     justify-content: center;
     align-items: center;
     font-family: Arial;
}

.studio-agents-for-map-br-pop-preload-open
{
     display: flex;
}

.studio-agents-for-map-br-pop-preload-text
{
     padding-left: 20px;
     padding-right: 20px;
     padding-top: 10px;
     padding-bottom: 10px;
     background-color: #FFF;
     border-radius: 25px;
}.studio-educational-materials-filter
{
     position: relative;
     font-family: 'Roboto';
     width: 100%;
     height: auto;
     display: flex;
     flex-direction: row;
     flex-wrap: wrap;
     justify-content: flex-start;
     align-items: center;
}

.studio-educational-materials-filter-input
{
     position: relative;
     width: 200px;
     height: 40px;
     background-color: #EEE;
     padding-left: 10px;
     padding-right: 10px;
     box-sizing: border-box;
     border: 0;
     font-size: 14px;
     outline: none !important;
     
}


.type-02
{
     position: relative;
     width: 100%;
     min-height: 200px;
     background-position: top;
     background-size: cover;
     background-repeat: no-repeat;
}

@media(min-width: 765px)
{
     
     .type-02
     {
          min-height: 300px;
     }
     
}


@media(min-width: 1020px)
{
     
     .type-02
     {
          background-position: top;
          background-size: cover;
          background-repeat: no-repeat;
     }
     
}


.studio-widget-card-download
{
     position: relative;
     font-family: Roboto;
     background-color: #F7F7F7;
     width: 100%;
     height: auto;
     min-height: 260px;
     padding: 40px;
     box-sizing: border-box;
     border-radius: 20px;
     display: flex;
     flex-direction: column;
     justify-content: center;
     align-items: center;
}

.studio-widget-card-download-link
{
     position: absolute;
     display: block;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: 5;
}


.studio-widget-card-download-text
{
     position: relative;
     width: 100%;
     height: auto;
     text-align: center;
     font-size: 16px;
}

.studio-widget-card-download-buttons
{
     position: relative;
     width: 100%;
     height: auto;
     margin-top: 30px;
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
}

.studio-widget-card-download-buttons-btn
{
     position: relative;
     display: flex;
     flex-direction: row;
     justify-content: center;
     align-items: center;
     width: 100%;
     max-width: 160px;
     height: 50px;
     background-color: #E5AD36;
     color: #FFFFFF;
     text-decoration: none;
     font-size: 14px;
     font-weight: 900;
     text-transform: uppercase;
     border-radius: 30px;
     
}

@media(min-width: 760px)

{

     .studio-widget-card-download-buttons-btn
     {
          position: relative;
          display: flex;
          flex-direction: row;
          justify-content: center;
          align-items: center;
          width: 100%;
          max-width: 175px;
          height: 50px;
          background-color: #E5AD36;
          color: #FFFFFF;
          text-decoration: none;
          font-size: 14px;
          font-weight: 900;
          text-transform: uppercase;
          border-radius: 30px;

     }

}
.studio-floating-menu
{
     position: absolute;
     width: auto;
     height: auto;
     right: 0;
     top: 0;
     
}

.studio-floating-menu img
{
     cursor: pointer;
}

.studio-floating-menu-pop
{
     position: absolute;
     width: 250px;
     height: auto;
     min-height: 400px;
     background-color: #FFF;
     box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.25);
     top: 0;
     right: 0;
     display: none;
}

@media(min-width :768px)
{
     
     .studio-floating-menu-pop
     {
          position: absolute;
          width: 550px;
          height: auto;
          min-height: 600px;
     }
     
     
}

.studio-floating-menu-pop-btn-close
{
     position: absolute;
     width: auto;
     height: auto;
     left: -54px;
     top: 0;
}

.studio-floating-menu-pop-content
{
     padding: 20px;
     box-sizing: border-box;
     max-height: 450px;
     overflow-y: auto;
}

@media(min-width: 768px)
{
     
     .studio-floating-menu-pop-content
     {
          max-height: 600px;
     }
     
}