.partners_main
{
    /*min-width: 1500px;*/
    min-height: 690px;
    width: 100%;
    position: absolute;
    top: 143px;
    background-color: #fff;
}

.partners_container
{
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: #fff;
    margin: 0 auto;
    overflow: auto;
}

.partners_header
{
    position: relative;
    left: 0;
    height: 90px;
    width: 510px;
    background-color: #000;
    box-shadow: 3px 5px 8px #444;
    margin-bottom: 40px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3e3e3e+0,010101+100 */
    background: #3e3e3e; /* Old browsers */
    background: -moz-linear-gradient(top, #74468c 0%, #490d6a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #74468c 0%,#490d6a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #74468c 0%,#490d6a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74468c', endColorstr='#490d6a',GradientType=0 ); /* IE6-9 */
    border-bottom-right-radius: 40px;
}
       
.partners_header_text
{
    color: #fff;
    font-family: "Times New Roman";
    font-size: 40pt;
    text-align: right;
    padding-right: 80px;
    padding-top: 10px;
}

.partners_column_container
{
    width: 1100px;
    margin: 0 auto;
    min-width: 1280px;
}

.partners_column
{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    width: 300px;
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
    border-left-style: solid;
    border-left-color: #999;
    border-left-width: thin;
    border-right-style: solid;
    border-right-color: #999;
    border-right-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #999;
    border-bottom-width: thin;
    border-top-style: solid;
    border-top-color: #999;
    border-top-width: thin;
    margin-left: 5px;
    margin-right: 5px;
}

.partners_innercontain
{    
height: 150px;
}

.partners_title
{
    height: 40px;
    background-color: #fff;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

input[type=checkbox]:checked ~#partners_title 
{
   background-color: #000;
}

.partners_title_text
{
    padding-top: 10px;
    padding-left: 20px;
    position: relative;
    text-align: left;
    font-family: "Arial";
    color: #000;
    font-size: 14pt;
}

.partners_image
{
    border-top-color: #999;
    border-top-style: solid;
    border-top-width: thin;
    border-bottom-color: #999;
    border-bottom-style: solid;
    border-bottom-width: thin;
    width: 300px;
    height: 150px;
    cursor: pointer;
}

.partners_image_link:hover
{
    background-color: #555;
}

.partners_paragraph_text
{
    margin-top: 18px;
    text-align: left;
    font-family: "Arial";
    font-size: 17px;
    color: #000;
}

/* Mobile Site Code */
@media only screen and (max-width: 1100px) {
 
.partners_header_text
    {
    display: none;    
    }
    
    .partners_column_title
    {
        display: none;
    }
    
    .partners_column
{
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
    padding-bottom: 0px;
    border-left: none;
    border-right: none;
    margin: 0 auto;
}
    
    .partners_column_container
{
    width: 95%;
    margin: 0 auto;
}
    
    .partners_innercontain
{  
height: 180px;
}
    
}
