﻿html, body, div, h1, h2, h3, ul, ol, li, form, fieldset,
input, textarea {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

ul {
    list-style: none;
}

img, fieldset {
    border: 0;
}

h1, h2, h3 {
    font-weight: normal;
}

em {
    font-style: italic;
}

strong {
    font-weight: bold;
}

a {
    cursor: pointer
}

body {
    background: white;
    background-size: 100%;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #3f3f3f;
}

    body.LTR, body.RTL {
        background: white;
        font-size: 16px;
        background-size: 100%;
        font-family: Arial, Helvetica, sans-serif;
        color: #3f3f3f;
    }

/* hyperlink elements
----------------------------------------------- */
a {
    color: #0f2b5b;
    text-decoration: none;
    outline: 0 none;
}

a, img {
    border: 0;
}


/* typography
----------------------------------------------- */

h1,
h2,
h3, h4, h5, h6 {
    font-family: Arial, Helvetica, sans-serif;
    color: #3f3f3f;
}

h1 {
    font-size: 37px;
    margin: 0;
    padding: 0;
    line-height: 37px;
}

h2 {
    font-size: 22px;
    padding: 0 0 5px 0;
}

h3 {
    font-size: 16px;
    color: #2d2d2a;
    margin: 5px 0 0;
}

h4 {
    font-size: 22px;
    color: white;
    font-weight: normal;
    margin: 13px 0 0 10px;
    float: left;
}


/* components
----------------------------------------------- */

img.fancybox {
    border: 1px solid #CCC;
    padding: 2px;
    margin: 10px 5px 10px 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.clearfix {
    display: block;
}

.clearfixblock {
    display: block;
}

/* Sprites
----------------------------------------------- */

.inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
}

.accent {
    height: 15px;
    background: white;
    display: block;
    border-bottom: 1px solid #dde4e9;
    text-align: center;
    padding: 16px 0 15px 0;
    font-size: 16px;
    line-height: 1.5;
}

    .accent p {
        padding: 0;
        margin: 0;
        color: #446072;
        font-size:15px;
    }
        .accent p span {font-weight:bold; background:url('/img/ac.png') no-repeat left center; background-size:contain; padding-left:30px;}

.accent-reverse {
    background: #1c6db4;
    display: block;
    border-top: 1px solid #dde4e9;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    padding:2.2125rem 0;
}

    .accent-reverse p {
        padding: 0;
        margin: 0;
        color: white;
        font-size: 18px;
        max-width:740px;
        margin:0 auto;
        line-height:1.6;
    }

    .accent-reverse a {
        background: white;
        padding: 8px 14px;
        border: 1px solid white;
        font-weight: bold;
        color: #1c6db4;
        position: relative;
        display: inline-block;
        margin-top: .8125rem;
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
    }

        .accent-reverse a:hover {
            background: #1c6db4;
            border: 1px solid white;
            color: white;
        }

        .accent-reverse p span {
            font-weight: bold;
            background: url('/img/ac.png') no-repeat left center;
            background-size: contain;
            padding-left: 30px;
        }




.logo {width:80%; max-width:400px; margin:0 auto; display:block; padding-bottom:40px;}


@keyframes animatedBackground {
    0% {
        background-position: 0 0;
    }

    50% {
        background-position: 100% 0;
    }
    100% {
        background-position: 0 0;
    }
}

.main {
    padding: 120px 0 100px;
    background: url('/img/bg2.jpg') 0 0 no-repeat;
    background-size: cover;
    animation: animatedBackground 40s linear infinite;
    -webkit-animation: animatedBackground 40s linear infinite;
}



h1 {
}

    .main .inner p {
        font-size: 18px;
        width: 68%;
        margin: 0 auto;
        text-align: center;
        color: white;
        font-weight:normal;
        line-height:1.5em;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }

.panels {
    padding:80px 0;
    transition:all .2s ease;
}

    .panels .inner {
        max-width: 1100px;
        display: flex;
        justify-content: space-around;
        transition: all .2s ease;
        -webkit-transform: translate3D(0, 0, 0);
    }

        .panels .inner .panel {
            width: 25%;
            padding: 0 0 0;
            border-top: 4px solid #dde4e9;
            background: white;
            background-size: 200% 100%;
            background-position: left bottom;
        }

            .panels .inner .panel .panel-img {
                height: 80px;
                margin: 0 auto;
                display: block;
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 40px 0 40px;
                transition: all .2s ease;
                -webkit-backface-visibility: hidden;
            }

                .panels .inner .panel .panel-img img {
                    width: 80%;
                    margin: 0 auto;
                    display: block;
                    transition: all .2s ease;
                    -webkit-backface-visibility: hidden;
                }
            .panels .inner .panel .content {
                padding: 20px 20px;
                border-top: 4px solid #dde4e9;
                border-left: 4px solid #dde4e9;
                border-bottom: 4px solid #dde4e9;
                transition: all .2s ease;
            }
                .panels .inner .panel .content p {
                    padding: 0;
                    margin: 0;
                    color: #446072;
                    font-size: 15px;
                    line-height: 21px;
                    transition: all .2s ease;
                }

footer {
    background: #333;
    position: relative;
    overflow: hidden;
    padding: 60px 0;
    border-top: 5px solid #dde4e9;
}

.left-accent {
    background: url('/img/acc2.gif') repeat top;
    background-size: contain;
    width: 5px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

footer .foot-logo {max-width:40px; margin:0 auto;}
    footer .foot-logo img {opacity:.5; display:block; width:100%;}

footer .footer-content {width:90%; max-width:600px; margin:0 auto;}
    footer .footer-content p {
        color: #acacac;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 14px;
        text-align: center;
        line-height:1.4em;
    }

        footer .footer-content p a {
            color: #acacac;
            text-decoration:none; 
            font-weight:bold;
        }

@media only screen and (max-width : 780px) {
    .accent {
        height: auto;
    }

    .panels .inner {flex-wrap:wrap;}
    .panels .inner .panel {width:90%; margin-bottom:0px;}
    

}


