.section
{
    padding-left: 12.4999%;
    padding-right: 12.4999%;
	clear: both;
    overflow: auto;
    text-align: center;
}

.mainShowcase
{
    background-color: #005bb0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.description
{
	color: #333;
    background-color: #fff;
    padding-bottom: 1em;
    line-height: 1.5;
}

.description ul
{
    list-style-type: none;
    padding-left: 1em;
    padding-right: 1em;
}

.description li
{
    margin-bottom: 0.75rem;
}

.citationBox
{
    text-align: center;
	padding-top: 2em;
	padding-bottom: 1em;
	margin-left: auto;
	margin-right: auto;
	max-width: 50em;
}

.citation
{
	font-size: 1.25em;
	padding-bottom: 1em;
}

.citationSub
{
	padding-top: 1em;
	font-weight: bold;
}

.columnCenter
{
    margin-top: 30px;
    margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}

.textColumn
{
    width: 74.5%;
    padding-top: 1em;
    padding-bottom: 1em;
}

.slideColumn
{
    width: 24.5%;
}

.floatLeft
{
    float: left;
}

.floatRight
{
    float: right;
}

.slideLeft
{
    transform: rotate(-5deg);
}

.slideRight
{
    transform: rotate(5deg);
}

.bgAlter1
{
	clear: both;
}

.bgAlter2
{
	clear: both;
}

.subtitle
{
    color: #004ba0;
	font-size: 1.75em;
	font-weight: bold;
    text-align: center;
	margin-top: 1.25em;
    margin-bottom: 0.75em;
	padding-top: 0.25em;
	padding-bottom: 0.25em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    border-bottom: 2px solid #004ba0;
    font-variant: small-caps;
}

.infoBox
{
    display: inline-block;
    vertical-align: top;
    text-align: initial;
	padding-top: 3em;
	padding-bottom: 3em;
	padding-left: 2em;
	padding-right: 2em;
	width: 15em;
}

.infoSubtitle
{
	font-size: 1.50em;
	font-weight: bold;
	margin-bottom: 1.1em;
    /*color: #004ba0;*/
}

.infoText
{
}

.shortDesc
{
	width: 90%;
    margin: auto;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    text-align: center;
    line-height: 1.3;
	font-size: 2.4em;
	font-weight: bold;
	color: #fff;
	/*text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;*/
}

.graphic
{
    max-width: 90%;
    margin: auto;
    padding-top: 7.5%;
    padding-bottom: 7.5%;
}

.graphic img
{
    max-width: 96%;
    max-height: 500px;
    margin: auto;
}

.buttons
{
	width: 100%;
	text-align: center;
    margin: auto;
	color: #fff;
	/*text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;*/
}

.buttons a
{
	color: #fff;
	/*text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;*/
}

.buttons a:hover
{
	color: #ddd;
	/*text-shadow: 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;*/
}

.buttonPlay
{
}

.buttonPlay img
{
    height: 90px;
    width: 225px;
}

.button
{
    max-width: 8%;
    min-width: 8%;
    height: auto;
    padding: 0.75em;
	display: inline;
}

.button img
{
    max-width: 8%;
    min-width: 8%;
    height: auto;
    width: 100%;    /* to make the image responsive */
}

.imgNav
{
	width: 0.5em;
    height: 2em;
	font-size: 1.5em;
	text-align: center;
    margin: auto;
}

.imgNav:hover
{
	color: #ccf;
	cursor: pointer;
}

.imgPrev
{
    left: 0;
}

.imgNext
{
    right: 0;
}

@media (max-width: 560px)
{
    .mainShowcase
    {
    }

    .section
    {
        padding-left: 2%;
        padding-right: 2%;
    }

    .textColumn
    {
	    width: 95%;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .slideColumn
    {
	    width: 80%;
        margin: auto;
    }

    .floatLeft
    {
        float: none;
	    clear: both;
    }

    .floatRight
    {
        float: none;
	    clear: both;
    }

    .shortDesc
    {
	    text-align: center;
        line-height: 1.1;
        font-size: 1.7em;
    }

    .graphic
    {
        padding-top: 0%;
    }


    .slideLeft
    {
        transform: rotate(0deg);
    }

    .slideRight
    {
        transform: rotate(0deg);
    }

    .description ul
    {
        padding-left: 0.75em;
        padding-right: 0.75em;
    }

    .infoBox
    {
        padding-top: 1em;
        padding-bottom: 1em;
        padding-left: 1em;
        padding-right: 1em;
        width: 12em;
    }
}

@media (min-width: 560px) and (max-width: 720px)
{
    .mainShowcase
    {
    }

    .section
    {
        padding-left: 4%;
        padding-right: 4%;
    }

    .textColumn
    {
	    width: 49.5%;
        margin-top: auto;
        margin-bottom: auto;
        margin-left: auto;
        margin-right: auto;
    }

    .slideColumn
    {
	    width: 49.5%;
        margin: auto;
    }

    .shortDesc
    {
	    text-align: center;
        line-height: 1.2;
        font-size: 1.9em;
    }

    .infoBox
    {
        padding-top: 1em;
        padding-bottom: 1em;
        padding-left: 1em;
        padding-right: 1em;
        width: 12em;
    }
}

@media (min-width: 720px) and (max-width: 960px)
{
    .mainShowcase
    {
    }

    .section
    {
        padding-left: 4%;
        padding-right: 4%;
    }

    .shortDesc
    {
        line-height: 1.3;
        font-size: 2.1em;
    }

    .infoBox
    {
        padding-top: 1em;
        padding-bottom: 1em;
        padding-left: 1em;
        padding-right: 1em;
        width: 13em;
    }
}
