﻿
/* HOMEPAGE ============================================================================= */

.hp
{
    width: 915px;
    padding: 40px 0;
    margin: 0 auto;
    background: white;
}

/************************************************************/

.hp .fbbanners
{
    width: 400px;
    float: left;
    text-align: left;
}

.hp .fbbanners .banners
{
    padding: 0 0 20px 0;
}

.hp .fbbanners .banners img
{
    margin: 0 16px 0 0;
}

.hp .fbbanners .fb
{
    width: 366px;
    height: 408px;
    background: white;
    border: 1px solid #94a3c4;
}

/************************************************************/

.hp .regions
{

}

.hp .regions h2
{
    width: 100%;
    padding: 10px 0 18px 0;
    color: #004a98;
    font-size: 36px;
    font-family: 'Titan One', cursive;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

.hp .regions a
{
    width: 247px;
    height: 112px;
    margin: 0 15px 15px 0;
    display: inline-table;
    background: url(images/region-background.png) no-repeat 0 0;
    color: #004a98;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
    text-transform: uppercase;
}

.hp .regions a.blue {
	color: #f19200;	
	background: url(images/region-background-blue.png) no-repeat 0 0;
}

.hp .regions a span
{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.hp .regions a:hover
{
    background-position: 0 bottom;
}

.hp .regions a.s
{
    margin-right: 0;
}

.hp .regions a em
{
    color: white;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
}

.hp .regions a.jm
{
    font-size: 28px;
    line-height: 31px;
}

.hp .regions a.jm em
{
    font-size: 22px;
}

/************************************************************/

.hp .content
{
    width: 770px;
    padding: 30px 50px 0 0;
    margin: 0 auto;
}

.hp .content .person
{
    width: 220px;
    padding: 0 0 0 0;
    float: left;
    text-align: center;
}

.hp .content .person img
{
    vertical-align: bottom;
}

.hp .content .person div
{
    width: 147px;
    padding: 18px 0 0 0;
    position: relative;
    top: -1px;
    display: inline-block;
    background: url(images/person-dots.png) no-repeat 0 0;
    color: #97a9b4;
    font-size: 11px;
    line-height: 13px;
    text-align: left;
}

.hp .content .person div strong
{
    position: relative;
    top: -3px;
    color: #004a98;
    font-size: 16px;
}

.hp .content .text
{
    padding: 15px 0 0 30px;
    color: #97a9b4;
    font-size: 15px;
}

.hp .content .text h2
{
    color: #004a98;
    font-size: 26px;
}

.hp .content .text p
{

}

@media screen and (max-width: 930px)
{
    .hp
    {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }

    .hp .fbbanners
    {
        width: 380px;
        margin: 0 auto;
        position: relative;
        left: 5px;
        float: none;
    }

    .hp .fbbanners .fb
    {
        display: none;
    }

    .hp .regions
    {
        padding-top: 20px;
        text-align: center;
    }

    .hp .regions a.s
    {
        margin-right: 15px;
    }
}

@media screen and (max-width: 800px)
{
    .hp .content
    {
        width: auto;
        padding-left: 0;
        padding-right: 0;
    }

    .hp .content .text
    {
        padding-left: 0;
    }

    .hp .content .person
    {
        width: 170px;
    }
}

/* NEWS PANEL =========================================================================== */

.newsPanel
{
    width: 305px;
    float: left;
}

/*********************************/

.newsPanel .banners
{
    width: 260px;
    padding: 0 0 35px 0;
    margin: 0 auto;
}

.newsPanel .banners a
{
    margin: 0 0 16px 0;
    display: inline-block;
}

.newsPanel .banners img
{
    width: 260px;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 3px solid #004a98;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}

/*********************************/

.newsPanel h2
{
    padding: 0 0 30px 0;
    color: #18b1e7;
    font-size: 26px;
    letter-spacing: 8px;
    font-family: 'Titan One', cursive;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}

.newsPanel .article
{
    width: 280px;
    margin: 0 0 30px 30px;
}

.newsPanel .article span
{
    width: 87px;
    height: 29px;
    margin: 0 5px 0 0;
    display: inline-block;
    background: #18b1e7;
    color: white;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
}

.newsPanel .article h3
{
    display: inline;
    color: #004a98;
    font-size: 22px;
    line-height: 29px;
    font-weight: normal;
    text-decoration: underline;
}

.newsPanel .article p
{
    padding: 10px 0 0 0;
    color: #474747;
    font-size: 16px;
}

@media screen and (max-width: 1096px)
{
    .newsPanel
    {
        width: auto;
        margin: 60px 20px 0 20px;
        padding: 60px 0 0 0;
        float: none;
        border-top: 5px dotted #18b1e7;
        text-align: left;
    }

    .newsPanel h2
    {
        text-align: left;
    }

    .newsPanel .article
    {
        width: auto;
        padding: 0 0 20px 0;
        margin: 0;
        display: block;
        text-align: left;
    }
}

/* PAGINATION =========================================================================== */

.pagination
{
    padding: 50px 0;
    text-align: center;
}

.pagination a,
.pagination span.current
{
    width: 34px;
    height: 34px;
    margin: 0 1px 0 1px;
    display: inline-block;
    background: url(images/pagination-number.png) no-repeat 0 0;
    color: white;
    font-size: 22px;
    line-height: 34px;
    font-weight: bold;
    text-align: center;
    vertical-align: top;
}

.pagination .first
{
    background: url(images/pagination-first.png) no-repeat center center;
}

.pagination .previous,
.pagination .prev
{
    background: url(images/pagination-previous.png) no-repeat center center;
}

.pagination .next
{
    background: url(images/pagination-next.png) no-repeat center center;
}

.pagination .last
{
    background: url(images/pagination-last.png) no-repeat center center;
}

.pagination span.dots
{
    width: 72px;
    height: 34px;
    display: inline-block;
    background: url(images/pagination-dots.png) no-repeat center center;
    vertical-align: top;
}

/* TEXT PAGE ============================================================================ */

.textPage
{
    width: 970px;
    margin: 60px auto 130px auto;
    /*background: url(images/text-page-dots.png) repeat-y 773px 0;*/
}

.textPage .content
{
    width: 970px;
    padding: 0 30px 0 0;
    float: left;
    color: #004a98;
}

/*********************************/

.textPage .content h2
{
    padding: 0 0 20px 0;
    font-size: 26px;
    font-family: 'Titan One', cursive;
    font-weight: normal;
}

.textPage .content h3,
.textPage .content h4,
.textPage .content h5,
.textPage .content h6
{
    padding: 5px 0;
}

.textPage .content p,
.textPage .content table,
.textPage .content ul,
.textPage .content ol
{
    padding: 0 0 10px 0;
}

.textPage .content ul,
.textPage .content ol
{
    margin: 0 0 0 30px;
}

.textPage .content ol
{
    list-style-type: none;
}

.textPage .content ol li:before
{
    content: counter(section, decimal) ") ";
}
.textPage .content ol li
{
    counter-increment: section;
}

.textPage .content a
{
    color: #f29200;
    font-weight: bold;
    text-decoration: none;
}

.textPage .content a:hover
{
    text-decoration: underline;
}

@media screen and (max-width: 1096px)
{
    .textPage
    {
        width: auto;
        background: none;
    }

    .textPage .content
    {
        width: auto;
        padding: 0 20px;
        float: none;
    }
}


/* PHOTOGALLERY ========================================================================= */

.galleryPage
{
    width: 1085px;
    margin: 60px auto 130px auto;
    background: url(images/text-page-dots.png) repeat-y 773px 0;
}

.galleryPage .content
{
    width: 750px;
    padding: 0 30px 0 0;
    float: left;
}

/*********************************/

.galleryPage .content .gallery,
.galleryBox .gallery
{
    width: 300px;
    height: 325px;
    margin: 0 60px 30px 0;
    float: left;
    color: #004a98;
}

.galleryBox .gallery
{
    height: 210px;
}

.galleryPage .content .gallery img,
.galleryBox .gallery img
{
    border: 3px solid #18b1e7;
}

.galleryPage .content .gallery h3
{
    padding: 15px 10px 10px 10px;
    font-size: 20px;
    line-height: 20px;
}

.galleryPage .content .gallery p
{
    padding: 0 10px;
    font-size: 15px;
}

@media screen and (max-width: 1096px)
{
    .galleryPage
    {
        width: auto;
        background: none;
    }

    .galleryPage .content
    {
        width: auto;
        padding: 0 20px;
        float: none;
    }
}

/* NEWS ================================================================================= */

.newsPage
{
    width: 1085px;
    margin: 60px auto 130px auto;
}

/*********************************/

.newsPage h1
{
    padding-bottom: 10px;
}

.newsPage h2,
.inline_h2
{
    display: inline-block;
    color: #004a98;
    font-size: 23px;
    line-height: 23px;
    font-family: 'Titan One', cursive;
    font-weight: normal;
}

.newsPage ul,
.sectionsUl
{
    padding: 0 0 0 30px;
    list-style: none;
    display: inline-block;
    color: #004a98;
}

.newsPage ul li,
.sectionsUl li
{
    display: inline;
    font-size: 18px;
    line-height: 23px;
}

.newsPage ul li a,
.sectionsUl li a
{
    color: #18b1e7 !important;
    text-decoration: underline !important;
    font-weight: normal !important;
}

/*********************************/

.newsPage .article
{
    padding: 30px 0 0 0;
}

.newsPage .article span
{
    width: 87px;
    height: 29px;
    margin: 0 8px 0 0;
    display: inline-block;
    background: #18b1e7;
    color: white;
    font-size: px;
    line-height: 29px;
    text-align: center;
}

.newsPage .article h3
{
    display: inline;
    font-size: 22px;
    line-height: 29px;
    font-weight: normal;
}

.newsPage .article h3 a
{
    color: #004a98;
    font-size: 22px;
    line-height: 29px;
    text-decoration: underline;
}

.newsPage .article .categories
{
    padding: 8px 0 16px 99px;
}

.newsPage .article .categories a
{
    color: #18b1e7;
    font-size: 16px;
    text-decoration: underline;
}

.newsPage .article img
{
    margin: 0 20px 10px 0;
    float: left;
    border: 3px solid #18b1e7;
}

.newsPage .article p
{
    color: #004a98;
    font-size: 16px;
    line-height: 26px;
}

@media screen and (max-width: 1096px)
{
    .newsPage
    {
        width: auto;
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* FORM ================================================================================= */

.ninja-forms-cont
{
    text-align: left;
}

.ninja-forms-cont input[type=text],
.ninja-forms-cont input[type=button],
.ninja-forms-cont input[type=submit],
.ninja-forms-cont textarea
{
    background: white;
    border: none;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    -khtml-border-radius: 7px;
    border-radius: 7px;
}

.ninja-forms-cont input[type=text],
.ninja-forms-cont textarea
{
    background: #9dddf6;
    color: #004c9a;
}

.ninja-forms-cont input[type=text]
{
    height: 40px;
    padding: 0 15px;
    line-height: 40px;
}

.ninja-forms-cont textarea
{
    height: 150px !important;
    padding: 15px !important;
}

.ninja-forms-cont input[type=button],
.ninja-forms-cont input[type=submit]
{
    height: 40px;
    padding: 0 50px;
    background: #014a99;
    color: white;
    line-height: 40px;
    font-weight: bold;
    text-transform: uppercase;
}

.ninja-forms-cont label
{
    padding: 0 0 0 15px;
    display: inline-block;
    font-size: 14px;
}

.ninja-forms-cont .ninja-forms-field
{
    padding: 0 0 0 15px;
}

.ninja-forms-field
{
    clear: both;
}

.field-wrap.text-wrap.label-left
{
    width: 50%;
    padding-right: 20px;
    float: left;
}

.field-wrap.text-wrap.label-left input[type=text]
{
    width: 280px;
}

.ninja-forms-cont .checkbox-wrap
{
    width: 49%;
    float: left;
}

.ninja-forms-cont .checkboxfull-wrap
{
    width: 100%;
    float: none;
}

.ninja-forms-cont .checkbox-wrap label
{
    padding: 0;
}

.ninja-forms-cont .checkbox-wrap input[type=checkbox]
{
    margin: 0 0 0 15px;
}

.ninja-forms-required-items
{
    padding: 0 0 20px 15px;
    font-style: italic;
}

.ninja-forms-field-error
{
    padding: 5px 0 0 15px;
    color: white;
    font-size: 14px;
    font-weight: bold;
}

.ninja-forms-error-msg
{
    padding: 0 0 20px 15px;
    color: white;
    font-size: 16px;
}

.textPage .ninja-forms-field-error,
.textPage .ninja-forms-error-msg
{
    color: red;
}



/* FORM ================================================================================= */

.lightboxWindow
{
    width: 770px;
}

.lightboxWindow img
{

}

.lightboxWindow .content
{
    padding: 30px 25px;
    color: #004a98;
    font-size: 20px;
}

.lightboxWindow h2
{
    padding: 0 0 20px 0;
    color: #18b1e7;
    font-size: 32px;
    font-family: 'Titan One', cursive;
    font-weight: normal;
}

.lightboxWindow p
{
    padding: 0 0 20px 0;
}

.lightboxWindow a
{
    color: #ad6903;
    text-decoration: underline;
}

@media screen and (max-width: 1096px)
{
    .lightboxWindow
    {
        width: 100%;
    }

    .lightboxWindow img
    {
        width: 100%;
    }
}