/*--------------------------------------------------------------------*/
/*                                                                    
/*  Reset
/*                                                                    
/*--------------------------------------------------------------------*/
* {
    margin: 0px;
    padding: 0px;
    outline: none;
    border: none;
    list-style: none;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    -webkit-font-smoothing: antialiased;
}
body {
    color: #333;
    background: #f9f9f9;
}

/*--------------------------------------------------------------------*/
/*                                                                    
/*  HTML TAGS
/*                                                                    
/*--------------------------------------------------------------------*/
a {
    text-decoration: none;
    color: #21759b;
}
a:hover {
    color: #555555;
}
address {
    font-weight: bold;
    padding-left: 20px;
    margin-bottom: 20px;
}
address p {
    margin-bottom: 0;
    font-weight: inherit;
}
abbr {
    font-weight: bold;
}
acronym {
    font-weight: bold;
    text-transform: uppercase;
}
big {
    font-size: 120%;
}
blockquote {
    background: rgba(0,0,0,.03);
    padding: 40px;
    display: block;
    clear: both;
    text-align: center;
    margin-bottom: 30px;
}
blockquote *:last-child {
    margin-bottom: 0px;
}
body {
    font-weight: normal;
    overflow-x: hidden;
}
cite {
    font-style: italic;
}
dl {
    margin: 0;
    padding: 0;
}
dt {
    margin: 0;
    padding: 0;
    font-weight: bold;
}
dd {
    margin: 0 0 1em 0;
    padding: 0;
    font-style: italic;
    font-size: 13px;
}
em {
    font-weight: bold;
    font-style: italic;
}
html {
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
    -webkit-box-sizing: border-box;
     -khtml-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}
img:before,
img:after {
    clear: both;
    content: "";
}

iframe {
    display: block;
}
kbd {
    border: solid 1px #e2e2e2;
    border-bottom: solid 2px #cccccc;
    background: #ffffff;
    color: #333;

    padding: 0px 4px;
    font-size: 80%;
    font-weight: bold;
    display: inline-block;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}
kbd.primary {
    border: solid 1px #3F91C4;
    border-bottom: solid 2px #3781B0;
    background: #2ea2cc;
    color: #fff;
}
kbd.dark {
    border: solid 1px #222222;
    border-bottom: solid 2px #222222;
    background: #444444;
    color: #fff;
}
pre, code {
    display: block;
    clear: both;
    overflow: auto;

    font-size: 13px;
    font-family: Courier, "Courier New", monospace;
    text-align: left;

    background: rgba(0,0,0,.03);

    max-width: 100%;
    padding: 20px 40px;
    margin-bottom: 30px;

    white-space: pre-wrap;       /* css-3 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */

}
q {
    font-weight: bold;
}
q:before, q:after {
    content:"";
}
small {
    font-size: 80%;
}
select {
    max-width: 100%;
    overflow: hidden;
}
strong {
    font-weight: bold;
}
sup {
    font-size: 70%;
    vertical-align: super;
} 
sub {
    font-size: 70%;
    vertical-align: sub;
}
tt {
    font-family: monospace;
}
var {
    font-style: italic;
    font-weight: bold;
}
video {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------------*/
/*                                                                    
/*  Type
/*                                                                    
/*--------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-family: 'Raleway', sans-serif;
}
body, p {
    font-weight: normal;
    font-family: Helvetica, arial, sans-serif;
}
h1 { font-size: 62px; line-height: 1.2; letter-spacing: -2px; margin-bottom: 50px; font-weight: bold; }
h2 { font-size: 34px; line-height: 1.2; letter-spacing: -2px; margin-bottom: 30px; font-weight: bold; }
h3 { font-size: 28px; line-height: 1.2; letter-spacing: -1px; margin-bottom: 30px; font-weight: bold; }
h4 { font-size: 24px; line-height: 1.3; letter-spacing: -1px; margin-bottom: 30px; font-weight: bold; }
h5 { font-size: 19px; line-height: 1.4; letter-spacing: -1px; margin-bottom: 30px; font-weight: bold; }
h6 { font-size: 17px; line-height: 1.5; letter-spacing: 0px; margin-bottom: 30px; font-weight: bold; }
p { font-size: 16px; line-height: 1.8; letter-spacing: 0px; margin-bottom: 30px; }
body { font-size: 16px; line-height: 1.8; letter-spacing: 0px; }

p:last-child, .nobot { margin-bottom: 0px; }

/* common items */
ul {
    padding-left: 40px;
    margin: 40px auto;
    display: block;
}
ul li {
    font-size: 90%;
    list-style-type: square;
}

img {
    margin: 40px auto;
    border: solid 15px #fff;
    box-shadow:  0 1px 2px #e2e2e2;
}
img.nostyle {
   border: none;
   box-shadow: none; 
}
p.note {
    border: solid 2px #21759b;

    padding: 20px;
    font-size: 90%;
    line-height: 1.5;
    -webkit-border-radius: 3px;
     -khtml-border-radius: 3px;
       -moz-border-radius: 3px;
        -ms-border-radius: 3px;
         -o-border-radius: 3px;
            border-radius: 3px;
}
.align-center {
    text-align: center;
}
.clear {
    clear: both;
}
.clear100 {
    height: 100px;
    clear: both;
}

/*--------------------------------------------------------------------*/
/*                                                                    
/*  Layout
/*                                                                    
/*--------------------------------------------------------------------*/
section {
    padding: 40px;
}
div.container {
    max-width: 1080px;
    margin: auto;
}
.col1,
.col2,
.col3,
.col4 {
    padding: 40px;
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
     -khtml-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
         -o-box-sizing: border-box;
            box-sizing: border-box;
}

/*--------------------------------------------------------------------*/
/*                                                                    
/*  Header
/*                                                                    
/*--------------------------------------------------------------------*/

section.header {
    text-align: center;
}
section.header h1 {
    margin-bottom: 20px;
}
section.header p {
    margin-bottom: 0px;
}
section.header a {
    font-weight: bold;
}

/*--------------------------------------------------------------------*/
/*                                                                    
/*  Nav
/*                                                                    
/*--------------------------------------------------------------------*/
section.nav {
    text-align: center;
    background: #252525;
    padding-bottom: 80px;
}
section.nav .col4 {
    padding-bottom: 20px;
}
section.nav ul {
    margin: 0px;
    padding-left: 0;
    display: block;
}
section.nav ul li {
    font-size: 100%;
    list-style-type: none;
    margin-bottom: 3px;
}
section.nav ul li a {
    color: #cccccc;
}
section.nav ul li:first-child {
    font-weight: bold;
    border-bottom: solid 2px #333333;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
section.nav ul li:first-child a {
    color: #ffffff;
}


section.nav ul li:last-child {
    border-bottom: none;
    margin-bottom: 0px;
}
section.nav a:hover {
    color: #21759b;
}


/*--------------------------------------------------------------------*/
/*                                                                    
/*  Content
/*                                                                    
/*--------------------------------------------------------------------*/

section.content {
    padding-bottom: 130px;
}

/* section headers */
.section-header {
    position: relative;
    z-index: 99;
    background-color: #fff;
    max-width: 1080px;
    background: #f9f9f9;

    -webkit-transition: padding 0.2s ease;
     -khtml-transition: padding 0.2s ease;
       -moz-transition: padding 0.2s ease;
        -ms-transition: padding 0.2s ease;
         -o-transition: padding 0.2s ease;
            transition: padding 0.2s ease;
}
.section-header h3 {
    -webkit-transition: all 0.1s ease;
     -khtml-transition: all 0.1s ease;
       -moz-transition: all 0.1s ease;
        -ms-transition: all 0.1s ease;
         -o-transition: all 0.1s ease;
            transition: all 0.1s ease;
}
.section-header:after {
    position: absolute;
    content: "";
    bottom: 0px;
    left: 40px;
    right: 40px;
    border-bottom: solid 2px #333;
}
.section-header.fixed {
    position: fixed;
    top: 0;
    z-index: 98;
}
.section-header.fixed.absolute {
    position: absolute;
}


.section-header.fixed {
    padding-top: 10px;
    padding-bottom: 10px;
}
.section-header.fixed h3 {
    font-size: 22px; line-height: 1.4; letter-spacing: 0px;
}


/* section headers */
section.content h3 {
    margin-bottom: 0px;
}

/* sub headers */
section.content h4 {
    padding-top: 50px;
    padding-bottom: 20px;
    border-bottom: solid 2px #f1f1f1;
}
section.content h6 {
    margin-top: 30px;
    padding-top: 30px;
    border-top: dotted 2px #f1f1f1;
}


/*--------------------------------------------------------------------*/
/*                                                                    
/*  Scroller
/*                                                                    
/*--------------------------------------------------------------------*/

div#scroller {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    background-color:  #252525;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    z-index: 9999;
}
div#scroller div {   
}

div#scroller div.ad {
    float: left;
    border-right: 1px solid #333333;
    padding: 20px;
}
div#scroller div.up {
    float: right;
    border-left: 1px solid #333333;
    cursor: pointer;
}
div#scroller div.up a {
    padding: 20px;
    display: block;
    text-transform: uppercase;
    color: #fff;
    background: #303030;
}
div#scroller div.up a:hover {
    background: #21759b;
}

/*--------------------------------------------------------------------*/
/*                                                                    
/*  Responsive
/*                                                                    
/*--------------------------------------------------------------------*/


@media screen and (min-width: 900px) {

    section.nav {
        text-align: left;
    }
    .col2 {
        width: 50%;
    }
    .col3 {
        width: 33.33%;
    }
    .col4 {
        width: 25%;
    }

}

/*--------------------------------------------------------------------*/
/*                                                                    
/*  Flow Chart
/*                                                                    
/*--------------------------------------------------------------------*/

/* first */
ol.flow {
    padding: 30px;
    padding-left: 50px;

    background: #f9f9f9;
    margin: 40px auto;
    border: solid 15px #fff;
    box-shadow:  0 1px 2px #e2e2e2;

    font-weight: bold;
}
/* icon */
ol.flow > li {
    position: relative;
}
ol.flow > li:after {
    position: absolute;
    top: 4px;
    left: -22px;
    content: "";
    background: url(icon-file.png) no-repeat;
    height: 16px;
    width: 12px;
}

/* second */
ol.flow > li > ol {
    font-weight: normal;
   
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-left: 20px;

    border-left: 2px dotted #e2e2e2;
}

/* third */
ol.flow > li > ol > li > ol { 

    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-left: 20px;

    border-left: 2px dotted #e2e2e2;
    font-size: 13px;
}

/* fourth */
ol.flow > li > ol > li > ol > li > ol { 

    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 20px;
    padding-left: 20px;

    border-left: 2px dotted #e2e2e2;
    font-size: 13px;
}

/*--------------------------------------------------------------------*/
/*                                                                    
/*  Banner
/*                                                                    
/*--------------------------------------------------------------------*/
div#banner {
    background: #21759b;
    color: #fff;
    text-align: center;
    padding: 10px;
}
div#banner p {
    margin: 0px;
    padding: 0px;
    font-size: 14px;
}
div#banner a {
    font-weight: bold;
    color: #fff;
}