/*page 11*/
.headstyle {
    font-family: 'Open Sans', sans-serif;
    border: 0;
    outline: 0;
    outline-width: 0;
    outline-style: none;
    border-radius: 5px;
    background: #32343a;
    box-shadow: none;
    color: #fff;
    font-size: 1em;
    font-weight: bold;
    text-decoration: none;
    padding: .5%;
}
.maincontent
{
    height: 87%;
    margin-bottom: 2%;
    padding: 1.5% 0 0 0;
}

.image
{
    width: auto;
    height: 96%;
}

p
{
    font-weight: bold;
    /*color:#fff;*/
}


button
{
    float: right;

    margin: 0 0 1% 0;
}


.list
{
    margin: 0 0 1% 0;
    padding: 2%;

    list-style: none;

    border: 1px dotted #ed564b;
    border-radius: 5px;
}

.analysisBtn
{
    float: left;
}
.analysisModel,
.image1
{
    height: 88%;
}
.image1 > div
{
    height: 96%;
}
.image1 > div:first-child
{
    text-align: center;
}
.analysisModel
{
    display: none;
}

.analysisModel img
{
    display: block;

    width: auto;
    height: 100%;
    margin: auto;
}
/*page 11a*/

.filmBullets li
{
    margin: 0 0 0 5%;
}
#image11a
{
    width: 85%;
    height: auto;
}
#statementHolder
{
    height: 100%;
}
.statement
{
    font-size: 1.5em;

    display: none;
    float: left;

    width: 66%;
    height: auto;
    min-height: 3em;
    padding: 1%;

    text-align: center;

    color: #000;
    border: 5px solid #ed564b;
    border: dotted #ed564b 1px;
    background-color: #ffefed;
    box-shadow: 5px 5px 2px #ccc;
}

.statementButton
{
    float: left;

    width: 15%;

    cursor: pointer;

    background: transparent;
}

.statementButtonImage
{
    fill: #000;
}
.statementButton:hover
{
    background-color: transparent;

    fill: #ed564b;
}
.statementButtonImage:hover
{
    background-color: transparent;

    fill: #ed564b;
}


/*page 11b*/
.videoTitle h2
{
    font-weight: bold;

    margin: 2% 0 2% 0;

    color: #ed564b;
}

.divider
{
    margin: 3% 0 3% 0;

    border-bottom: dotted #32343a 1px;
}

.info
{
    color: #ed564b;
}
.infoIcon
{
    float: left;

    padding: .3% .5% .3% .5%;

    text-align: center;

    color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .07);
}


/* ----------- Large Display ----------- */

@media screen and (min-width: 1920px) and (min-height: 1080px){
    /* Styles */
}


/* ----------- Laptop HiDPI screen ----------- */

@media screen and (min-width: 1440px) and (min-height: 900px){
    /* Styles */
}


/* ----------- Laptop ----------- */

@media screen and (min-width: 1366px) and (min-height: 768px){
    /* Styles */
    .maincontent
{
    height: 85%;
    
}

}


/* ----------- Laptop MDPI screen ----------- */

@media screen and (min-width: 1280px) and (min-height: 800px){
    /* Styles */
}


/* ----------- iPad ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape){
    /* Styles */
}


/* ----------- iPhone 5 ----------- */

@media only screen and (min-device-width: 568px) and (min-device-height: 320px)
{
    /* Styles */
}
