
/*===========================================================================*/
/*========== APPLIED STYLE FOR A SCREEN WIDTH OF 530px OR HIGHER ============*/
/*===========================================================================*/


*
{
    padding: 0px;
    margin: 0px;
    border: 0px;
}

img
{
    display: block;    
}

body
{
    background-color: #f6f6fa;
}

a
{
    border: none;
    outline: none;
    text-decoration: none;    
}

a:link
{
    color: #14886A;
}

a:visited
{
    border: none;
    color: #1F8A7C;
}

a:hover, a:focus
{
    border: none;
}

a:active
{
    border: none;
    outline: none;
}

ul
{
    list-style-image: url("../graphics/listpoint.png");
}

li
{
    margin-left: 17px;    
}


@font-face {
    font-family: 'custom_text_font';
    src: url('../fonts/muli_webfont/muli-webfont.woff2') format('woff2'),
         url('../fonts/muli_webfont/muli-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    
}

@font-face {
    font-family: 'custom_text_font';
    src: url('../fonts/muli_webfont/muli-bold-webfont.woff2') format('woff2'),
         url('../fonts/muli_webfont/muli-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    
}

@font-face {
    font-family: 'custom_headline_font';
    src: url('../fonts/opensans_webfont/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans_webfont/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    
}

@font-face {
    font-family: 'custom_headline_font';
    src: url('../fonts/opensans_webfont/opensans-bold-webfont.woff2') format('woff2'),
         url('../fonts/opensans_webfont/opensans-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    
}

@font-face {
    font-family: 'custom_headline_font_extra_bold';
    src: url('../fonts/opensans_webfont/opensans-extrabold-webfont.woff2') format('woff2'),
         url('../fonts/opensans_webfont/opensans-extrabold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    
}

h1
{
    font-family: "custom_headline_font_extra_bold", "sans", "verdana", "arial";
    font-size: 30px;
    font-weight: bold;
    line-height: 133%;

    color: #142431;

    padding: 0px;
    margin: 0px;
}

h2
{
    font-family: "custom_headline_font", "sans", "verdana", "arial";
    font-size: 18px;
    font-weight: bold;
    line-height: 150%;

    color: #142431;

    padding: 0px;
    margin: 0px;
}

h3
{
    font-family: "custom_headline_font_extra_bold", "sans", "verdana", "arial";
    font-size: 18px;
    font-weight: bold;

    color: #142431;

    padding: 0px;
    margin: 0px;
}

.clVideoContainer
{
    width: 100%;
    margin: auto;
    background-color: #ffffff;
    border: 1px solid #d0d0d0;

    box-shadow: 0px 5px 5px -2px #888888;
}

.clSectionSpacer
{
    height: 40px;
}

.clHeaderLine
{
	width: 100%;
	height: 10px;
	background-color: #122330;
}

.clHeaderImage
{
    width: 90%;
    max-width: 960px;
    margin: auto;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.clHeaderImageMobile
{
    display: none;

    width: 95%;
    max-width: 960px;
    margin: auto;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#idLogo
{
    position: relative;
    width: 90%;
    max-width: 960px;
    margin: auto;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

    border-left: 1px solid #c0c0c0;
    border-right: 1px solid #c0c0c0;
}

#idLogo::after
{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#idLogoImage
{
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#idLogoImageMobile
{
    display: none;

    width: 100%;
    margin: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.clDescriptionBox
{
    width: 90%;
    max-width: 960px;
    margin: auto;

    background-color: #fefefe;
    border: 1px solid #c0c0c0;
    border-top: 0px solid #fefefe;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;

    box-shadow: inset 0px 0px 2px 3px #fefefe;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.clDescriptionBoxContent
{
    padding: 75px;
    padding-top: 30px;
    padding-bottom: 40px;

    font-family: "custom_text_font", "sans", "verdana", "arial";
    font-size: 18px;
    line-height: 150%;
    text-align: left;
    
    color: #142431;
}

.clDescriptionBoxShadow
{
    width: 90%;
    max-width: 960px;
    height: 30px;
    margin: auto;
    background: url("../graphics/shadow_190601.jpg");
    background-size: 100% 100%;
}

.clFittedImage
{
    width: 100%;    
    height: auto;

    box-shadow: 0px 6px 6px -4px #888888;
}

.clSubtitle
{
    margin: 0px;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0px;
    font-size: 13px;
    text-align: center;
    line-height: 140%;
}

.clTable
{
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;

    border: 1px solid #BBD2D7;
    box-shadow: 0px 6px 6px -4px #888888;
    
}

.clTable td
{
    padding: 8px;
    border: 1px solid #d0d0d0;
    font-size: 16px;
}

.clTableCol1
{
    width: 30%;
    background-color: #f6f6fd;
}

.clTableCol2
{
    width: 70%;
    background-color: #ffffff;
}

#idDownloadButton
{
    width: 250px;
    height: auto;
    margin: auto;

    box-shadow: 0px 6px 6px -4px #888888;    
}

#idContact
{
    width: 200px;
    height: auto;
    margin: auto;
    margin-top: 20px;

    box-shadow: 0px 6px 6px -4px #888888;    
}

.clCentered
{
    width: 100%;
    height: auto;
    margin: auto;
}

.clCenteredText
{
    width: 100%;
    text-align: center;
}

.clFileLabel
{
    width: 100%;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-left: 25px;
    padding-right: 25px;

    font-family: "custom_text_font", "sans", "verdana", "arial";
    font-size: 18px;
    line-height: 160%;
    letter-spacing: 0.1pt;
    text-align: center;
    
    color: #0b414f;

    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.clCode
{
    width: 90%;
    max-width: 960px;
    margin: auto;
}

#idFooter
{
    width: 100%;
    
    padding-top: 13px;
    padding-bottom: 13px;
    
    background-color: #152E39;
    border-top: 4px solid #0F1D24;

    text-align: center;
    color: #7FAABD;    
    font-family: "custom_text_font", "verdana", "sans", "arial";
    font-weight: bold;
    font-size: 11px;
}

/*===========================================================================*/
/*========== APPLIED STYLE FOR A SCREEN WIDTH SMALLER THAN 530px ============*/
/*===========================================================================*/

@media screen and (max-width: 530px)
{
    h1
    {
        font-size: 22px;
    }

    h1 br
    {
        display: none;
    }

    h2
    {
        font-size: 16px;
    }

    h2 br
    {
        display: none;
    }

    h3
    {
        font-size: 16px;
    }

    .clHeaderImage
    {
        display: none;
    }
    
    .clHeaderImageMobile
    {
        display: block;
    }

    #idLogo
    {
        width: 95%;
    }

    #idLogoImage
    {
        display: none;
    }

    #idLogoImageMobile
    {
        display: block;
    }

    .clDescriptionBox
    {
        width: 95%;
    }

    .clDescriptionBoxContent
    {
        padding: 20px;
        padding-top: 25px;
        padding-bottom: 25px;
        font-size: 15px;
    }

    .clTable td
    {
        padding: 5px;
        font-size: 13px;
    }

    .clTableCol1
    {
        width: 40%;
    }
    
    .clTableCol2
    {
        width: 60%;
    }

    .clFileLabel
    {
        font-size: 15px;
    }

    .clFileLabel br
    {
        display: none;
    }
}
