/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}
body {
    margin: 0
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}
a {
    background-color: transparent
}
a:active,
a:hover {
    outline: 0
}
abbr[title] {
    border-bottom: 1px dotted
}
b,
strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
h1 {
    font-size: 2em;
    margin: .67em 0!important;}
mark {
    background: #ff0;
    color: #000
}
small {
    font-size: 80%
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    border: 0
}
svg:not(:root) {
    overflow: hidden
}
figure {
    margin: 1em 40px
}
hr {
    box-sizing: content-box;
    height: 0
}
pre {
    overflow: auto
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}
button {
    overflow: visible
}
button,
select {
    text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
input {
    line-height: normal
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}
input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
fieldset {
    /*border: 1px solid silver;*/
    margin: 0 2px;
    /*padding: .35em .625em .75em*/
}
legend {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto
}
optgroup {
    font-weight: 700
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
td,
th {
    padding: 0
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    :after,
    :before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    img,
    tr {
        page-break-inside: avoid
    }
    img {
        max-width: 100%!important
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    .navbar {
        display: none
    }
    .btn>.caret,
    .dropup>.btn>.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}
body {
    font-family: "droid-serif", Georgia, "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #323232;
    background-color: #fff
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a {
    color: #506581;
    text-decoration: none
}
a:focus,
a:hover {
    color: #334052;
    text-decoration: underline
}
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
figure {
    margin: 0
}
img {
    vertical-align: middle
}
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
    display: block;
    max-width: 100%;
    height: auto
}
.img-rounded {
    border-radius: 6px
}
.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}
.img-circle {
    border-radius: 50%
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}
[role=button] {
    cursor: pointer
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #777
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
    margin-top: 20px;
    margin-bottom: 10px
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}
.h4,
.h5,
.h6,
h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px
}
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}
.h1,
h1 {
    font-size: 36px
}
.h2,
h2 {
    font-size: 30px
}
.h3,
h3 {
    font-size: 24px
}
.h4,
h4 {
    font-size: 18px
}
.h5,
h5 {
    font-size: 14px
}
.h6,
h6 {
    font-size: 12px
}
p {margin: 0 0 10px
}
.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4
}
@media (min-width: 768px) {
    .lead {
        font-size: 21px
    }
}
.small,
small {
    font-size: 85%
}
.mark,
mark {
    background-color: #fcf8e3;
    padding: .2em
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.text-justify {
    text-align: justify
}
.text-nowrap {
    white-space: nowrap
}
.text-lowercase {
    text-transform: lowercase
}
.text-uppercase {
    text-transform: uppercase
}
.text-capitalize {
    text-transform: capitalize
}
.text-muted {
    color: #777
}
.text-primary {
    color: #506581
}
a.text-primary:focus,
a.text-primary:hover {
    color: #3c4c62
}
.text-success {
    color: #3c763d
}
a.text-success:focus,
a.text-success:hover {
    color: #2b542c
}
.text-info {
    color: #31708f
}
a.text-info:focus,
a.text-info:hover {
    color: #245269
}
.text-warning {
    color: #8a6d3b
}
a.text-warning:focus,
a.text-warning:hover {
    color: #66512c
}
.text-danger {
    color: #a94442
}
a.text-danger:focus,
a.text-danger:hover {
    color: #843534
}
.bg-primary {
    color: #fff;
    background-color: #506581
}
a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #3c4c62
}
.sfSuccess,
.bg-success {
    background-color: #dff0d8;
    /*padding: 1%;*/
    color: #333!important;
    margin: 1% 0;
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #c1e2b3
}
.bg-info {
    background-color: #d9edf7
}
a.bg-info:focus,
a.bg-info:hover {
    background-color: #afd9ee
}
.bg-warning {
    background-color: #fcf8e3
}
a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #f7ecb5
}
.bg-danger {
    background-color: #f2dede
}
a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #e4b9b9
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 10px
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}
.list-unstyled {
    padding-left: 0;
    list-style: none
}
.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px
}
.list-inline>li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px
}
.list-inline > li a {
    font-size:18px;
}
dl {
    margin-top: 0;
    margin-bottom: 20px
}
dd,
dt {
    line-height: 1.42857143
}
dt {
    font-weight: 700
}
dd {
    margin-left: 0
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #777
}
.initialism {
    font-size: 90%;
    text-transform: uppercase
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eee
}
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
    margin-bottom: 0
}
blockquote .small,
blockquote footer,
blockquote small {
    display: block;
    font-size: 80%;
    line-height: 1.42857143;
    color: #777
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
    content: '\2014 \00A0'
}
.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0;
    text-align: right
}
.blockquote-reverse .small:before,
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
    content: ''
}
.blockquote-reverse .small:after,
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}
address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857143
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding:0!important;
}
@media (min-width: 768px) {
    .container {
        width: 750px
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}
.row {
    margin-left: -15px;
    margin-right: -15px
}
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}
.col-xs-12 {
    width: 100%
}
.col-xs-11 {
    width: 91.66666667%
}
.col-xs-10 {
    width: 83.33333333%
}
.col-xs-9 {
    width: 75%
}
.col-xs-8 {
    width: 66.66666667%
}
.col-xs-7 {
    width: 58.33333333%
}
.col-xs-6 {
    width: 50%
}
.col-xs-5 {
    width: 41.66666667%
}
.col-xs-4 {
    width: 33.33333333%
}
.col-xs-3 {
    width: 25%
}
.col-xs-2 {
    width: 16.66666667%
}
.col-xs-1 {
    width: 8.33333333%
}
.col-xs-pull-12 {
    right: 100%
}
.col-xs-pull-11 {
    right: 91.66666667%
}
.col-xs-pull-10 {
    right: 83.33333333%
}
.col-xs-pull-9 {
    right: 75%
}
.col-xs-pull-8 {
    right: 66.66666667%
}
.col-xs-pull-7 {
    right: 58.33333333%
}
.col-xs-pull-6 {
    right: 50%
}
.col-xs-pull-5 {
    right: 41.66666667%
}
.col-xs-pull-4 {
    right: 33.33333333%
}
.col-xs-pull-3 {
    right: 25%
}
.col-xs-pull-2 {
    right: 16.66666667%
}
.col-xs-pull-1 {
    right: 8.33333333%
}
.col-xs-pull-0 {
    right: auto
}
.col-xs-push-12 {
    left: 100%
}
.col-xs-push-11 {
    left: 91.66666667%
}
.col-xs-push-10 {
    left: 83.33333333%
}
.col-xs-push-9 {
    left: 75%
}
.col-xs-push-8 {
    left: 66.66666667%
}
.col-xs-push-7 {
    left: 58.33333333%
}
.col-xs-push-6 {
    left: 50%
}
.col-xs-push-5 {
    left: 41.66666667%
}
.col-xs-push-4 {
    left: 33.33333333%
}
.col-xs-push-3 {
    left: 25%
}
.col-xs-push-2 {
    left: 16.66666667%
}
.col-xs-push-1 {
    left: 8.33333333%
}
.col-xs-push-0 {
    left: auto
}
.col-xs-offset-12 {
    margin-left: 100%
}
.col-xs-offset-11 {
    margin-left: 91.66666667%
}
.col-xs-offset-10 {
    margin-left: 83.33333333%
}
.col-xs-offset-9 {
    margin-left: 75%
}
.col-xs-offset-8 {
    margin-left: 66.66666667%
}
.col-xs-offset-7 {
    margin-left: 58.33333333%
}
.col-xs-offset-6 {
    margin-left: 50%
}
.col-xs-offset-5 {
    margin-left: 41.66666667%
}
.col-xs-offset-4 {
    margin-left: 33.33333333%
}
.col-xs-offset-3 {
    margin-left: 25%
}
.col-xs-offset-2 {
    margin-left: 16.66666667%
}
.col-xs-offset-1 {
    margin-left: 8.33333333%
}
.col-xs-offset-0 {
    margin-left: 0
}
@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}
@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}
table {
    width:100%;
    background-color: transparent
}
caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}
th {
    text-align: left
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}
.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}
.table>caption+thead>tr:first-child>td,
.table>caption+thead>tr:first-child>th,
.table>colgroup+thead>tr:first-child>td,
.table>colgroup+thead>tr:first-child>th,
.table>thead:first-child>tr:first-child>td,
.table>thead:first-child>tr:first-child>th {
    border-top: 0
}
.table>tbody+tbody {
    border-top: 2px solid #ddd
}
.table .table {
    background-color: #fff
}
.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    padding: 5px
}
.table-bordered {
    border: 1px solid #ddd
}
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: 1px solid #ddd
}
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border-bottom-width: 2px
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9
}
.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}
table col[class*=col-] {
    position: static;
    float: none;
    display: table-column
}
table td[class*=col-],
table th[class*=col-] {
    position: static;
    float: none;
    display: table-cell
}
.table>tbody>tr.active>td,
.table>tbody>tr.active>th,
.table>tbody>tr>td.active,
.table>tbody>tr>th.active,
.table>tfoot>tr.active>td,
.table>tfoot>tr.active>th,
.table>tfoot>tr>td.active,
.table>tfoot>tr>th.active,
.table>thead>tr.active>td,
.table>thead>tr.active>th,
.table>thead>tr>td.active,
.table>thead>tr>th.active {
    background-color: #f5f5f5
}
.table-hover>tbody>tr.active:hover>td,
.table-hover>tbody>tr.active:hover>th,
.table-hover>tbody>tr:hover>.active,
.table-hover>tbody>tr>td.active:hover,
.table-hover>tbody>tr>th.active:hover {
    background-color: #e8e8e8
}
.table>tbody>tr.success>td,
.table>tbody>tr.success>th,
.table>tbody>tr>td.success,
.table>tbody>tr>th.success,
.table>tfoot>tr.success>td,
.table>tfoot>tr.success>th,
.table>tfoot>tr>td.success,
.table>tfoot>tr>th.success,
.table>thead>tr.success>td,
.table>thead>tr.success>th,
.table>thead>tr>td.success,
.table>thead>tr>th.success {
    background-color: #dff0d8
}
.table-hover>tbody>tr.success:hover>td,
.table-hover>tbody>tr.success:hover>th,
.table-hover>tbody>tr:hover>.success,
.table-hover>tbody>tr>td.success:hover,
.table-hover>tbody>tr>th.success:hover {
    background-color: #d0e9c6
}
.table>tbody>tr.info>td,
.table>tbody>tr.info>th,
.table>tbody>tr>td.info,
.table>tbody>tr>th.info,
.table>tfoot>tr.info>td,
.table>tfoot>tr.info>th,
.table>tfoot>tr>td.info,
.table>tfoot>tr>th.info,
.table>thead>tr.info>td,
.table>thead>tr.info>th,
.table>thead>tr>td.info,
.table>thead>tr>th.info {
    background-color: #d9edf7
}
.table-hover>tbody>tr.info:hover>td,
.table-hover>tbody>tr.info:hover>th,
.table-hover>tbody>tr:hover>.info,
.table-hover>tbody>tr>td.info:hover,
.table-hover>tbody>tr>th.info:hover {
    background-color: #c4e3f3
}
.table>tbody>tr.warning>td,
.table>tbody>tr.warning>th,
.table>tbody>tr>td.warning,
.table>tbody>tr>th.warning,
.table>tfoot>tr.warning>td,
.table>tfoot>tr.warning>th,
.table>tfoot>tr>td.warning,
.table>tfoot>tr>th.warning,
.table>thead>tr.warning>td,
.table>thead>tr.warning>th,
.table>thead>tr>td.warning,
.table>thead>tr>th.warning {
    background-color: #fcf8e3
}
.table-hover>tbody>tr.warning:hover>td,
.table-hover>tbody>tr.warning:hover>th,
.table-hover>tbody>tr:hover>.warning,
.table-hover>tbody>tr>td.warning:hover,
.table-hover>tbody>tr>th.warning:hover {
    background-color: #faf2cc
}
.table>tbody>tr.danger>td,
.table>tbody>tr.danger>th,
.table>tbody>tr>td.danger,
.table>tbody>tr>th.danger,
.table>tfoot>tr.danger>td,
.table>tfoot>tr.danger>th,
.table>tfoot>tr>td.danger,
.table>tfoot>tr>th.danger,
.table>thead>tr.danger>td,
.table>thead>tr.danger>th,
.table>thead>tr>td.danger,
.table>thead>tr>th.danger {
    background-color: #f2dede
}
.table-hover>tbody>tr.danger:hover>td,
.table-hover>tbody>tr.danger:hover>th,
.table-hover>tbody>tr:hover>.danger,
.table-hover>tbody>tr>td.danger:hover,
.table-hover>tbody>tr>th.danger:hover {
    background-color: #ebcccc
}
.table-responsive {
    overflow-x: auto;
    min-height: .01%
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }
    .table-responsive>.table {
        margin-bottom: 0
    }
    .table-responsive>.table>tbody>tr>td,
    .table-responsive>.table>tbody>tr>th,
    .table-responsive>.table>tfoot>tr>td,
    .table-responsive>.table>tfoot>tr>th,
    .table-responsive>.table>thead>tr>td,
    .table-responsive>.table>thead>tr>th {
        white-space: nowrap
    }
    .table-responsive>.table-bordered {
        border: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:first-child,
    .table-responsive>.table-bordered>tbody>tr>th:first-child,
    .table-responsive>.table-bordered>tfoot>tr>td:first-child,
    .table-responsive>.table-bordered>tfoot>tr>th:first-child,
    .table-responsive>.table-bordered>thead>tr>td:first-child,
    .table-responsive>.table-bordered>thead>tr>th:first-child {
        border-left: 0
    }
    .table-responsive>.table-bordered>tbody>tr>td:last-child,
    .table-responsive>.table-bordered>tbody>tr>th:last-child,
    .table-responsive>.table-bordered>tfoot>tr>td:last-child,
    .table-responsive>.table-bordered>tfoot>tr>th:last-child,
    .table-responsive>.table-bordered>thead>tr>td:last-child,
    .table-responsive>.table-bordered>thead>tr>th:last-child {
        border-right: 0
    }
    .table-responsive>.table-bordered>tbody>tr:last-child>td,
    .table-responsive>.table-bordered>tbody>tr:last-child>th,
    .table-responsive>.table-bordered>tfoot>tr:last-child>td,
    .table-responsive>.table-bordered>tfoot>tr:last-child>th {
        border-bottom: 0
    }
}
/*fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0
}*/
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    /*font-size: 21px;*/
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}
label {
    /*display: inline-block;*/
    /* max-width: 100%; */
    /* margin-bottom: 5px; */
    /* font-weight: 700
 */}
input[type=search] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}
input[type=file] {
    display: block
}
input[type=range] {
    display: block;
    width: 100%
}
select[multiple],
select[size] {
    height: auto
}
input[type=file]:focus,
input[type=checkbox]:focus,
input[type=radio]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)
}
.form-control::-moz-placeholder {
    color: #999;
    opacity: 1
}
.form-control:-ms-input-placeholder {
    color: #999
}
.form-control::-webkit-input-placeholder {
    color: #999
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    background-color: #eee;
    opacity: 1
}
.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: not-allowed
}
textarea.form-control {
    height: auto
}
input[type=search] {
    -webkit-appearance: none
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type=date].form-control,
    input[type=time].form-control,
    input[type=datetime-local].form-control,
    input[type=month].form-control {
        line-height: 34px
    }
    .input-group-sm input[type=date],
    .input-group-sm input[type=time],
    .input-group-sm input[type=datetime-local],
    .input-group-sm input[type=month],
    input[type=date].input-sm,
    input[type=time].input-sm,
    input[type=datetime-local].input-sm,
    input[type=month].input-sm {
        line-height: 30px
    }
    .input-group-lg input[type=date],
    .input-group-lg input[type=time],
    .input-group-lg input[type=datetime-local],
    .input-group-lg input[type=month],
    input[type=date].input-lg,
    input[type=time].input-lg,
    input[type=datetime-local].input-lg,
    input[type=month].input-lg {
        line-height: 46px
    }
}
.form-group {
    margin-bottom: 15px
}
.checkbox,
.radio {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}
.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer
}
.checkbox input[type=checkbox],
.checkbox-inline input[type=checkbox],
.radio input[type=radio],
.radio-inline input[type=radio] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px\9
}
.checkbox+.checkbox,
.radio+.radio {
    margin-top: -5px
}
.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: 400;
    cursor: pointer
}
.checkbox-inline+.checkbox-inline,
.radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px
}
fieldset[disabled] input[type=checkbox],
fieldset[disabled] input[type=radio],
input[type=checkbox].disabled,
input[type=checkbox][disabled],
input[type=radio].disabled,
input[type=radio][disabled] {
    cursor: not-allowed
}
.checkbox-inline.disabled,
.radio-inline.disabled,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .radio-inline {
    cursor: not-allowed
}
.checkbox.disabled label,
.radio.disabled label,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio label {
    cursor: not-allowed
}
.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px
}
.form-control-static.input-lg,
.form-control-static.input-sm {
    padding-left: 0;
    padding-right: 0
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-sm {
    height: 30px;
    line-height: 30px
}
select[multiple].input-sm,
textarea.input-sm {
    height: auto
}
.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
    height: auto
}
.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5
}
.input-lg {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
select.input-lg {
    height: 46px;
    line-height: 46px
}
select[multiple].input-lg,
textarea.input-lg {
    height: auto
}
.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
    height: auto
}
.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333
}
.has-feedback {
    position: relative
}
.has-feedback .form-control {
    padding-right: 42.5px
}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none
}
.form-group-lg .form-control+.form-control-feedback,
.input-group-lg+.form-control-feedback,
.input-lg+.form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px
}
.form-group-sm .form-control+.form-control-feedback,
.input-group-sm+.form-control-feedback,
.input-sm+.form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.checkbox label,
.has-success.checkbox-inline label,
.has-success.radio label,
.has-success.radio-inline label {
    color: #3c763d
}
.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #67b168
}
.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8
}
.has-success .form-control-feedback {
    color: #3c763d
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.checkbox label,
.has-warning.checkbox-inline label,
.has-warning.radio label,
.has-warning.radio-inline label {
    color: #8a6d3b
}
.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #c0a16b
}
.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3
}
.has-warning .form-control-feedback {
    color: #8a6d3b
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
    color: #a94442
}
.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075)
}
.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483
}
.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede
}
.has-error .form-control-feedback {
    color: #a94442
}
.has-feedback label~.form-control-feedback {
    top: 25px
}
.has-feedback label.sr-only~.form-control-feedback {
    top: 0
}
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #727272
}
@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-static {
        display: inline-block
    }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle
    }
    .form-inline .input-group .form-control,
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn {
        width: auto
    }
    .form-inline .input-group>.form-control {
        width: 100%
    }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox,
    .form-inline .radio {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .checkbox label,
    .form-inline .radio label {
        padding-left: 0
    }
    .form-inline .checkbox input[type=checkbox],
    .form-inline .radio input[type=radio] {
        position: relative;
        margin-left: 0
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px
}
.form-horizontal .checkbox,
.form-horizontal .radio {
    min-height: 27px
}
.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px
}
@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px
    }
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px
}
@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.33px;
        font-size: 18px
    }
}
@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px
    }
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn.focus,
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}
.btn.active,
.btn:active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}
.btn-default.focus,
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c
}
.btn-default.active,
.btn-default:active,
.open>.dropdown-toggle.btn-default {
    background-image: none
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}
.btn-default .badge {
    color: #fff;
    background-color: #333
}
.btn-primary {
    color: #fff;
    background-color: #506581;
    border-color: #465971
}
.btn-primary.focus,
.btn-primary:focus {
    color: #fff;
    background-color: #3c4c62;
    border-color: #151b23
}
.btn-primary:hover {
    color: #fff;
    background-color: #3c4c62;
    border-color: #2f3b4b
}
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #3c4c62;
    border-color: #2f3b4b
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    color: #fff;
    background-color: #2f3b4b;
    border-color: #151b23
}
.btn-primary.active,
.btn-primary:active,
.open>.dropdown-toggle.btn-primary {
    background-image: none
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #506581;
    border-color: #465971
}
.btn-primary .badge {
    color: #506581;
    background-color: #fff
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success.focus,
.btn-success:focus {
    color: #fff;
    background-color: #449d44;
    border-color: #255625
}
.btn-success:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover {
    color: #fff;
    background-color: #398439;
    border-color: #255625
}
.btn-success.active,
.btn-success:active,
.open>.dropdown-toggle.btn-success {
    background-image: none
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled.focus,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled].focus,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85
}
.btn-info.active,
.btn-info:active,
.open>.dropdown-toggle.btn-info {
    background-image: none
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled.focus,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled].focus,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning.focus,
.btn-warning:focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d
}
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d
}
.btn-warning.active,
.btn-warning:active,
.open>.dropdown-toggle.btn-warning {
    background-image: none
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled.focus,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled].focus,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger.focus,
.btn-danger:focus {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19
}
.btn-danger:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19
}
.btn-danger.active,
.btn-danger:active,
.open>.dropdown-toggle.btn-danger {
    background-image: none
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled.focus,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled].focus,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff
}
.btn-link {
    color: #506581;
    font-weight: 400;
    border-radius: 0
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}
.btn-link:focus,
.btn-link:hover {
    color: #334052;
    text-decoration: underline;
    background-color: transparent
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #777;
    text-decoration: none
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px
}
.btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-block {
    display: block;
    width: 100%
}
.btn-block+.btn-block {
    margin-top: 5px
}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px
}
.breadcrumb>li {
    display: inline-block
}
.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc
}
.breadcrumb>.active {
    color: #777
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}
.pagination>li {
    display: inline
}
.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #506581;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}
.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px
}
.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px
}
.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 3;
    color: #334052;
    background-color: #eee;
    border-color: #ddd
}
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    background-color: #506581;
    border-color: #506581;
    cursor: default
}
.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}
.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333
}
.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}
.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}
.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5
}
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out
}
.thumbnail a>img,
.thumbnail>img {
    margin-left: auto;
    margin-right: auto
}
a.thumbnail.active,
a.thumbnail:focus,
a.thumbnail:hover {
    border-color: #506581
}
.thumbnail .caption {
    padding: 9px;
    color: #323232
}
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}
.alert h4 {
    margin-top: 0;
    color: inherit
}
.alert .alert-link {
    font-weight: 700
}
.alert>p,
.alert>ul {
    margin-bottom: 0
}
.alert>p+p {
    margin-top: 5px
}
.alert-dismissable,
.alert-dismissible {
    padding-right: 35px
}
.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d
}
.alert-success hr {
    border-top-color: #c9e2b3
}
.alert-success .alert-link {
    color: #2b542c
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f
}
.alert-info hr {
    border-top-color: #a6e1ec
}
.alert-info .alert-link {
    color: #245269
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b
}
.alert-warning hr {
    border-top-color: #f7e1b5
}
.alert-warning .alert-link {
    color: #66512c
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442
}
.alert-danger hr {
    border-top-color: #e4b9c0
}
.alert-danger .alert-link {
    color: #843534
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.row:after,
.row:before {
    content: " ";
    display: table
}
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.row:after {
    clear: both
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}
.pull-right {
    float: right!important
}
.pull-left {
    float: left!important
}
.hide {
    display: none!important
}
.show {
    display: block!important
}
.invisible {
    visibility: hidden
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.hidden {
    display: none!important
}
.affix {
    position: fixed
}
@-ms-viewport {
    width: device-width
}
.visible-lg,
.visible-md,
.visible-sm,
.visible-xs {
    display: none!important
}
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none!important
}
@media (max-width: 767px) {
    .visible-xs {
        display: block!important
    }
    table.visible-xs {
        display: table!important
    }
    tr.visible-xs {
        display: table-row!important
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell!important
    }
}
@media (max-width: 767px) {
    .visible-xs-block {
        display: block!important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline!important
    }
}
@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block!important
    }
    table.visible-sm {
        display: table!important
    }
    tr.visible-sm {
        display: table-row!important
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block!important
    }
    table.visible-md {
        display: table!important
    }
    tr.visible-md {
        display: table-row!important
    }
    td.visible-md,
    th.visible-md {
        display: table-cell!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block!important
    }
}
@media (min-width: 1200px) {
    .visible-lg {
        display: block!important
    }
    table.visible-lg {
        display: table!important
    }
    tr.visible-lg {
        display: table-row!important
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell!important
    }
}
@media (min-width: 1200px) {
    .visible-lg-block {
        display: block!important
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline!important
    }
}
@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block!important
    }
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none!important
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none!important
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none!important
    }
}
@media (min-width: 1200px) {
    .hidden-lg {
        display: none!important
    }
}
.visible-print {
    display: none!important
}
@media print {
    .visible-print {
        display: block!important
    }
    table.visible-print {
        display: table!important
    }
    tr.visible-print {
        display: table-row!important
    }
    td.visible-print,
    th.visible-print {
        display: table-cell!important
    }
}
.visible-print-block {
    display: none!important
}
@media print {
    .visible-print-block {
        display: block!important
    }
}
.visible-print-inline {
    display: none!important
}
@media print {
    .visible-print-inline {
        display: inline!important
    }
}
.visible-print-inline-block {
    display: none!important
}
@media print {
    .visible-print-inline-block {
        display: inline-block!important
    }
}
@media print {
    .hidden-print {
        display: none!important
    }
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    outline: 0!important
}
html {
    font-size: 14px;
    /*min-height: 100%;
    position: relative*/
}
body {
    background: #fff url(../images/pattern.png);
    font-size: inherit;
    /*margin-bottom: 100px*/
}
h1 {
    color: #859dc0;
    font-family: "droid-serif", Georgia, "Times New Roman", Times, serif;
   
    line-height: .8em;
    margin: 0;
    text-transform: uppercase;
    
    margin-top: 10px;
}
@media (max-width: 992px) {
    h1 {
        font-size: 64px;
        font-size: 4.571428571428571rem;
        line-height: 68px;
        line-height: 4.857142857142857rem
    }
}
@media (max-width: 767px) {
    h1 {
        font-size: 34px;
        font-size: 2.4285714285714284rem;
        line-height: 38px;
        line-height: 2.7142857142857144rem
    }
}
h2 {
    font-family: "droid-serif", Georgia, "Times New Roman", Times, serif;
    /*font-size: 40px;*/
    font-size: 1.4em;
    line-height: 1.2em;
    margin: 10px 0 20px 0;}
@media (max-width: 767px) {
    h2 {
        font-size: 32px;
        font-size: 2.2857142857142856rem;
        line-height: 36px;
        line-height: 2.5714285714285716rem
    }
}
h3 {
    font-family: "droid-serif", Georgia, "Times New Roman", Times, serif;
    font-size: 35px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: .8em;
    margin: 15px 0 30px 0
}
@media (max-width: 767px) {
    h3 {
        font-size: 30px;
        font-size: 2.142857142857143rem;
        line-height: 34px;
        line-height: 2.4285714285714284rem
    }
}
h4 {
    font-family: "droid-serif", Georgia, "Times New Roman", Times, serif;
    font-size: 28px;
    font-size: 2rem;
    font-style: italic;
    font-weight: 700;
    line-height: .8em;
    margin: 15px 0 30px 0
}
h5 {
    font-family: "droid-serif", Georgia, "Times New Roman", Times, serif;
    font-size: 22px;
    font-size: 1.5714285714285714rem;
    font-weight: 700;
    line-height: .8em;
    margin: 15px 0 30px 0
}
a {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}
a:focus,
a:hover {
    text-decoration: none
}
hr {
    /*margin: 60px 0*/
}
#auxiliary-navigation {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    min-height: 50px
}
#auxiliary-navigation ul {
    font-size: 0
}
@media (max-width: 767px) {
    #auxiliary-navigation ul {
        text-align: center
    }
}
#auxiliary-navigation li {
    display: inline-block;
    font-weight: 700;
    height: 50px;
    position: relative;
    text-transform: uppercase;
    font-size: 12px;
    font-size: .8571428571428571rem
}
#auxiliary-navigation li:after {
    background: rgba(0, 0, 0, .2);
    content: '';
    display: block;
    height: 10px;
    margin-top: -5px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 1px
}
#auxiliary-navigation li a {
    display: block;
    height: 50px;
    line-height: 50px;
    line-height: 3.5714285714285716rem;
    padding: 0 10px;
    text-decoration: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}
#auxiliary-navigation li a:hover {
    color: #84c2ac
}
#auxiliary-navigation li:last-child:after {
    display: none
}
#main-navigation {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif
}
#main-navigation:after,
#main-navigation:before {
    content: " ";
    display: table
}
#main-navigation:after {
    clear: both
}
#main-navigation:after,
#main-navigation:before {
    content: " ";
    display: table
}
#main-navigation:after {
    clear: both
}
#main-navigation a {
    color: #fff;
    text-decoration: none;
    position: relative
}
#main-navigation>ul {
    font-size: 0;
    letter-spacing: -1px;
    list-style: none;
    margin: 0;
    padding: 0
}
#main-navigation>ul:after,
#main-navigation>ul:before {
    content: " ";
    display: table
}
#main-navigation>ul:after {
    clear: both
}
#main-navigation>ul:after,
#main-navigation>ul:before {
    content: " ";
    display: table
}
#main-navigation>ul:after {
    clear: both
}
#main-navigation>ul>li {
    float: left;
    position: relative;
    text-transform: uppercase;
    font-size: 32px;
    font-size: 2.2857142857142856rem
}

@media (max-width: 1200px) {
    #main-navigation>ul>li {
        font-size: 26px;
        font-size: 1.8571428571428572rem
    }
}
@media (max-width: 992px) {
    #main-navigation>ul>li {
        font-size: 22px;
        font-size: 1.5714285714285714rem
    }
}
#main-navigation>ul>li:after {
    background: #eaeef4;
    content: '';
    display: block;
    height: 70px;
    position: absolute;
    right: 0;
    top: 35px;
    width: 1px;
    z-index: 10;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}
#main-navigation>ul>li:last-child:after {
    display: none
}
#main-navigation>ul>li>a {
    background: #fff;
    color: #859dc0;
    display: block;
    height: 140px;
    line-height: 182px;
    line-height: 13rem;
    padding: 0 62px 0 15px;
    position: relative;
    text-decoration: none;
    z-index: 5;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}
@media (max-width: 992px) {
    #main-navigation>ul>li>a {
        padding: 0 20px
    }
}
#main-navigation>ul>li>a b {
    border: 2px #859dc0 solid;
    bottom: 36.5px;
    display: block;
    height: 32px;
    position: absolute;
    right: 15px;
    width: 32px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    -webkit-border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100%;
    -moz-background-clip: padding;
    border-radius: 100%;
    background-clip: padding-box
}
@media (max-width: 992px) {
    #main-navigation>ul>li>a b {
        display: none
    }
}
#main-navigation>ul>li>a b:before {
    color: #859dc0;
    content: '\f178';
    font-family: 'fontawesome';
    font-size: 14px;
    font-size: 1rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}
#main-navigation>ul>li>a:hover {
    background: #506581;
    color: #fff
}
#main-navigation>ul>li>a:hover b {
    border-color: #fff
}
#main-navigation>ul>li>ul {
    background: #506581;
    font-size: 16px;
    font-size: 1.1428571428571428rem;
    letter-spacing: 0;
    list-style: none;
    margin: 0;
    min-width: 100%;
    padding: 15px;
    position: absolute;
    text-transform: none;
    top: 130px;
    z-index: 9;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    zoom: 1;
    left:9999999999999999em;
    /*filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0*/
}
#main-navigation > ul > li > div {
    left:9999999999999999em;
}
#main-navigation>ul>li .news-widget ul a {
    display: block;
    padding: 7.5px 15px;
    white-space: nowrap;
    width: 100%;
    -webkit-transition: background .25s ease;
    -moz-transition: background .25s ease;
    -o-transition: background .25s ease;
    transition: background .25s ease
}
#main-navigation>ul>li>ul a {
    display: block;
    padding: 7.5px 15px;
    white-space: nowrap;
    width: 100%;
    -webkit-transition: background .25s ease;
    -moz-transition: background .25s ease;
    -o-transition: background .25s ease;
    transition: background .25s ease
}
#main-navigation>ul>li>ul a:hover {
    background: #859dc0
}
#main-navigation>ul>li .news-widget ul a:hover {
    background: #859dc0
}
#main-navigation>ul>li> div {
    background: #506581;
    left:-9999999999999999em;
    display:none;
    position: absolute;
    /*pointer-events: none;*/
    top: 130px;
    width: 600px;
    z-index: 1;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;zoom:1;
    /*filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0*/
}
#main-navigation>ul>li >div:after,
#main-navigation>ul>li>div:before {
    content: " ";
    display: table
}
#main-navigation>ul>li.latest>div:after {
    clear: both
}
#main-navigation>ul>li>div:after,
#main-navigation>ul>li>div:before {
    content: " ";
    display: table
}
#main-navigation>ul>li>div:after {
    clear: both
}
@media (max-width: 992px) {
    #main-navigation>ul>li>div {
        left: auto;
        right: 0;
    }
}
#main-navigation>ul>li div ul {
    float: left;
    font-size: 16px;
    font-size: 1.1428571428571428rem;
    letter-spacing: 0;
    list-style: none;
    margin: 0;
    padding: 15px;
    text-transform: none;
    width: 50%;
    z-index:9!important;
}
#main-navigation>ul>li>div ul.latest-news {
    background: #3c4c62
}
#main-navigation>ul>li  div ul.latest-news li {
    border-bottom: 1px rgba(255, 255, 255, .2) solid;
    margin-bottom: 15px;
    padding-bottom: 20px
}
#main-navigation>ul>li.latest>div ul.latest-news li:after,
#main-navigation>ul>li.latest>div ul.latest-news li:before {
    content: " ";
    display: table
}
#main-navigation>ul>li.latest>div ul.latest-news li:after {
    clear: both
}
#main-navigation>ul>li.latest>div ul.latest-news li:after,
#main-navigation>ul>li.latest>div ul.latest-news li:before {
    content: " ";
    display: table
}
#main-navigation>ul>li.latest>div ul.latest-news li:after {
    clear: both
}
#main-navigation>ul>li.latest>div ul.latest-news li:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0
}
#main-navigation>ul>li div ul.latest-news li img {
    float: left;
    margin-right: 12px;
    width:70px;
    height: 50px;
}
#main-navigation>ul>li div ul.latest-news li a {
    display: block;
    line-height: 18px;
    line-height: 1.2857142857142858rem;
    margin-bottom: 4px;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
;
    white-space: pre-wrap!important;
}
#main-navigation>ul>li div ul.latest-news li a:hover {
    color: rgba(255, 255, 255, .5);
    background:none!important;
}
#main-navigation>ul>li >div ul.latest-news li em {
    color: #fff;
    display: block;
    font-size: 12px;
    font-size: .8571428571428571rem
}
#main-navigation>ul>li.latest>div ul.latest-categories a {
    display: block;
    padding: 7.5px 15px;
    white-space: nowrap;
    width: 100%;
    -webkit-transition: background .25s ease;
    -moz-transition: background .25s ease;
    -o-transition: background .25s ease;
    transition: background .25s ease
}
#main-navigation>ul>li.latest>div ul.latest-categories a:hover {
    background: #859dc0
}
#main-navigation>ul>li:hover:after {
    background: 0 0
}
#main-navigation>ul>li:hover>a {
    background: #506581;
    color: #fff
}
#main-navigation>ul>li:hover>a b {
    border-color: #fff
}
#main-navigation>ul>li:hover>a b:before {
    color: #fff
}

#main-navigation>ul>li:hover>ul {
    pointer-events: auto;
    top: 140px;
    zoom: 1;
    /*filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;*/
    left:auto!important;   
}
#main-navigation>ul>li:hover div {
    left:-300px;
    z-index:9;
    display:block;
    
}
#main-navigation>ul>li.children:hover>a b {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.no-animation:hover > a b {
    -webkit-transform: rotate(0deg)!important;
    -moz-transform: rotate(0deg)!important;
    -o-transform: rotate(0deg)!important;
    -ms-transform: rotate(0deg)!important;
    transform: rotate(0deg)!important;


}
#main-navigation>ul>li.store>a {
    color: #84c2ac
}
#main-navigation>ul>li.store>a b {
    border-color: #84c2ac
}
#main-navigation>ul>li.store>a b:before {
    color: #84c2ac
}
#main-navigation>ul>li.store>a:hover {
    background: #506581;
    color: #fff
}
#main-navigation>ul>li.store>a:hover b {
    border-color: #fff
}
#main-navigation>ul>li.store>a:hover b:before {
    color: #fff
}
#main-navigation .logo {
    display: block;
    height: 90px;
    overflow: hidden;
    position: relative;
    width: 150px;
    margin: 25px 15px 0
}
@media (max-width: 767px) {
    #main-navigation .logo {
        float: none!important;
        margin: 20px auto
    }
}
#main-navigation .logo i {
    font-size: 0;
    line-height: 0
}
#main-navigation .logo i:before {
    color: #506581;
    font-size: 150px;
    font-size: 10.714285714285714rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
#masthead {
    position: relative;
    z-index: 10
;
    padding: 0 15px;
}
.content-five-wishes #masthead {
    padding: 0 15px;
}
#content {
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(119, 119, 119, .25);
    -moz-box-shadow: 0 0 4px rgba(119, 119, 119, .25);
    box-shadow: 0 0 4px rgba(119, 119, 119, .25);
    min-height:500px;
}
#content.content-five-wishes {
    padding: 0
}
@media (max-width: 767px) {
    #content {
        padding: 0
    }
}
#banner {
    position: relative;
    text-align:center;
}
.content-five-wishes #banner {
    padding: 0 15px
}
#banner .tagline {
    color: #ac8678;
    display: block;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 100;
    /* left: 30px; */
    position: absolute;
    text-transform: lowercase;
    top: 60px;
    width: 50%;
    z-index: 1;
    font-size: 84px;
    font-size: 6rem;
    line-height: .9em



;
    text-indent: -30px;
}
@media (max-width: 992px) {
    #banner .tagline {
        font-size: 50px;
        font-size: 3.5714285714285716rem
    }
}
@media (max-width: 767px) {
    #banner .tagline {
        background: #859dc0;
        color: #fff;
        left: auto;
        font-size: 20px;
        font-size: 1.4285714285714286rem;
        font-weight: 400;
        margin-bottom: 30px;
        padding: 30px;
        position: relative;
        text-align: center;
        top: auto;
        width: 100%
    }
}
#banner .banner-text {
    color: #859dc0;
    display: block;
    left: 60px;
    position: absolute;
    top: 60px;
    width: 40%;
    z-index: 1
}
@media (max-width: 1200px) {
    #banner .banner-text {
        width: 50%
    }
}
@media (max-width: 767px) {
    #banner .banner-text {
        background: #506581;
        color: #fff;
        left: auto;
        margin-bottom: 30px;
        padding: 30px;
        position: relative;
        top: auto;
        width: 100%
    }
}
#banner .banner-text p {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 84px;
    font-size: 6rem;
    line-height: .9em;
    font-weight: 100
}
@media (max-width: 992px) {
    #banner .banner-text p {
        font-size: 60px;
        font-size: 4.285714285714286rem
    }
}
#banner .banner-text em:nth-child(2){
    display: block;
    font-size: 26px;
    font-size: 1.8571428571428572rem;
    line-height: 34px;
    line-height: 2.4285714285714284rem;
    margin-bottom: 15px;
    text-transform: lowercase
}
@media (max-width: 992px) {
    #banner .banner-text em {
        font-size: 20px;
        font-size: 1.4285714285714286rem;
        line-height: 28px;
        line-height: 2rem
    }
}
#banner img {
    position: relative;
    z-index: 0
}
#feature-five-wishes {
    background: url(../images/5wishes-banner.jpg) no-repeat center center;
    display: block;
    height: 500px;
    font-size: 16px;
    font-size: 1.1428571428571428rem;
    line-height: 1.75em;
    margin: 15px;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}
#feature-five-wishes:after,
#feature-five-wishes:before {
    content: " ";
    display: table
}
#feature-five-wishes:after {
    clear: both
}
#feature-five-wishes:after,
#feature-five-wishes:before {
    content: " ";
    display: table
}
#feature-five-wishes:after {
    clear: both
}
@media (max-width: 767px) {
    #feature-five-wishes {
        height: auto
    }
}
#feature-five-wishes .callout {
    background: #fff;
    left: 50%;
    height: 620px;
    padding: 0 60px;
    /* padding-bottom: 159px; */
    position: absolute;
    top: 50%;
    -webkit-box-shadow: 0 0 4px rgba(119, 119, 119, .25);
    -moz-box-shadow: 0 0 4px rgba(119, 119, 119, .25);
    box-shadow: 0 0 4px rgba(119, 119, 119, .25);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)


























































































}
@media (max-width: 767px) {
    #feature-five-wishes .callout {
        height: auto;
        left: auto;
        padding: 15px;
        position: relative;
        top: auto;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}
#feature-five-wishes .callout>div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
@media (max-width: 767px) {
    #feature-five-wishes .callout>div {
        top: auto;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}
@media (max-width: 992px) {
    #feature-five-wishes .callout h1 {
        font-size: 55px;
        font-size: 3.9285714285714284rem
    }
}
@media (max-width: 767px) {
    #feature-five-wishes .callout h1 {
        font-size: 35px;
        font-size: 2.5rem
    }
}
#feature-five-wishes .callout ul {
    border: 2px #859dc0 dotted;
    border-left: 0 none;
    border-right: 0 none;
    color: #859dc0;
    display: block;
    font-size: 30px;
    font-size: 2.142857142857143rem;
    margin: 30px 0;
    padding: 30px 0

}
#feature-five-wishes .callout ul:after,
#feature-five-wishes .callout ul:before {
    content: " ";
    display: table
}
#feature-five-wishes .callout ul:after {
    clear: both
}
#feature-five-wishes .callout ul:after,
#feature-five-wishes .callout ul:before {
    content: " ";
    display: table
}
#feature-five-wishes .callout ul:after {
    clear: both
}
#feature-learn-more {
    color: #777;
    font-size: 16px;
    font-size: 1.1428571428571428rem;
    line-height: 1.75em;
    padding-bottom: 60px;
    padding-top: 90px
}
@media (max-width: 767px) {
    #feature-learn-more {
        border-top: 1px #859dc0 dotted;
        margin: 0 15px;
        padding-top: 0
    }
}
#feature-learn-more header {
    color: #84c2ac;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 80px;
    font-size: 5.714285714285714rem;
    font-weight: 100;
    margin: 45px 0 60px 0
}
@media (max-width: 992px) {
    #feature-learn-more header {
        font-size: 55px;
        font-size: 3.9285714285714284rem
    }
}
@media (max-width: 767px) {
    #feature-learn-more header {
        font-size: 35px;
        font-size: 2.5rem;
        line-height: 40px;
        line-height: 2.857142857142857rem;
        margin-bottom: 20px
    }
}
#feature-learn-more>div {
    margin: 0 auto;
    width: 60%
}
@media (max-width: 767px) {
    #feature-learn-more>div {
        padding: 0 15px;
        width: auto
    }
}
#feature-actions {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 64px;
    font-size: 4.571428571428571rem;
    font-weight: 100;
    line-height: 1em;
    text-transform: uppercase
}
#feature-actions ul {
    font-size: 0;
    margin: 0
}
#feature-actions ul li {
    background-position: center center;
    font-size: 62px;
    font-size: 4.428571428571429rem;
    height: 380px;
    position: relative;
    width: 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover
}
@media (max-width: 767px) {
    #feature-actions ul li {
        width: 100%
    }
}
#feature-actions ul li a {
    background: #555;
    color: #fff;
    display: inline-block;
    padding: 30px 60px;
    position: relative;
    text-decoration: none;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: background-color .25s ease;
    -moz-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
    transition: background-color .25s ease
}
#feature-actions ul li a em {
    font-family: "droid-serif", Georgia, "Times New Roman", Times, serif;
    font-size: 42px;
    font-size: 3rem;
    line-height: 1em;
    display: block;
    text-transform: lowercase
}
#feature-actions ul li.donate {
    background: url(../images/feature-donate.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}
#feature-actions ul li.donate a {
    background-color: #84c2ac
}
#feature-actions ul li.donate a:hover {
    background-color: #73baa0
}
#feature-actions ul li.subscribe {
    background: url(../images/feature-subscribe.jpg);
    background-repeat:no-repeat;
    background-size:cover;
}
#feature-actions ul li.subscribe a {
    background-color: #506581
}
#feature-actions ul li.subscribe a:hover {
    background-color: #465971
}
#org-actions ul {
    margin: 0
}
#org-actions ul li {
    float: left;
    height: 380px;
    padding: 0;
    position: relative;
    width: 50%
}
@media (max-width: 767px) {
    #org-actions ul li {
        width: 100%
    }
}
#org-actions ul li a {
    background: #555;
    color: #fff;
    display: inline-block;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    font-size: 2.142857142857143rem;
    font-weight: 100;
    line-height: 32px;
    line-height: 2.2857142857142856rem;
    padding: 30px 60px;
    position: relative;
    text-decoration: none;
    top: 50%;
    width: 80%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: background-color .25s ease;
    -moz-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
    transition: background-color .25s ease
}
@media (max-width: 1200px) {
    #org-actions ul li a {
        font-size: 22px;
        font-size: 1.5714285714285714rem;
        line-height: 24px;
        line-height: 1.7142857142857142rem
    }
}
@media (max-width: 767px) {
    #org-actions ul li a {
        font-size: 18px;
        font-size: 1.2857142857142858rem;
        line-height: 20px;
        line-height: 1.4285714285714286rem
    }
}
#org-actions ul li a em {
    font-family: "droid-serif", Georgia, "Times New Roman", Times, serif;
    font-size: 42px;
    font-size: 3rem;
    line-height: 1em;
    display: block;
    text-transform: lowercase
}
@media (max-width: 1200px) {
    #org-actions ul li a em {
        font-size: 32px;
        font-size: 2.2857142857142856rem
    }
}
@media (max-width: 767px) {
    #org-actions ul li a em {
        font-size: 22px;
        font-size: 1.5714285714285714rem
    }
}
#org-actions ul li:first-child {
    background: url(../images/feature-bilingual.jpg)
}
#org-actions ul li:first-child a {
    background-color: #84c2ac
}
#org-actions ul li:first-child a:hover {
    background-color: #73baa0
}
#org-actions ul li:last-child {
    background: url(../images/feature-printing.jpg)
}
#org-actions ul li:last-child a {
    background-color: #506581
}
#org-actions ul li:last-child a:hover {
    background-color: #465971
}
.fw-icon {
    border: 3px #859dc0 solid;
    -webkit-border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100%;
    -moz-background-clip: padding;
    border-radius: 100%;
    background-clip: padding-box;
    color: #859dc0;
    display: inline-block;
    font-size: 30px;
    font-size: 2.142857142857143rem;
    height: 60px;
    line-height: 64px;
    line-height: 4.571428571428571rem;
    width: 60px
}
#footer {
    bottom: 0;
    color: #777;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    left: 0;
    /*position: absolute;*/
    text-transform: uppercase;
    width: 100%
}
#footer a {
    color: #777;
    text-decoration: underline
}
#footer a:hover {
    color: #eee;
    text-decoration: none
}
#footer>div {
    background: #333;
    height: 100px
}
#footer>div>div {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
img {
    max-width: 100%
}
button.btn,
.btn {
    font-size: 16px!important;
    font-size: 1.1428571428571428rem!important;
    -webkit-border-radius: 0!important;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0!important;
    -moz-background-clip: padding;
    border-radius: 0!important;
    background-clip: padding-box;
    padding: 10px 15px!important;
}
.btn.btn-awd,
button.btn.btn-awd {
    background: #d2631b!important;
    color: #fff!important;
    -webkit-transition: background-color .25s ease!important;
    -moz-transition: background-color .25s ease!important;
    -o-transition: background-color .25s ease!important;
    transition: background-color .25s ease!important;
}
button.btn.btn-awd:hover,
.btn.btn-awd:hover {
    background-color: #e36f24!important;
}
.btn em,
.btn i {
    margin: 0 4px
}
#page-header {
    position: relative
}
#page-header h1 {
    background: #fff;
    bottom: -60px;
    display: inline-block;
    left: 50%;
    margin: 0 auto;
    padding: 60px;
    position: absolute;
    width: 70%;
    font-size: 84px;
    font-size: 3.5rem;
    line-height: 1em;
    margin: 0;
    text-transform: uppercase;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
;
}
@media (max-width: 767px) {
    #page-header h1 {
        background: 0 0;
        bottom: auto;
        left: auto;
        margin: 30px 15px;
        padding: 0;
        position: relative;
        width: auto;
        font-size:4rem;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}
#main {
    padding-bottom: 60px;
    padding-top: 90px
}
@media (max-width: 767px) {
    #main {
        padding-top: 0
    }
}
#main ol,
#main p,
#main ul {
    font-size: 18px;
    font-size: 1.2857142857142858rem;
    line-height: 26px;
    line-height: 1.8571428571428572rem;
    margin-bottom: 30px
}
#main.main-news {
    background: #fff;
    margin-top: -150px;
    padding: 30px
}
@media (max-width: 992px) {
    #main.main-news {
        margin-top: 0
    }
}
.entries {
    font-size: 0;
}
.entry {
    float: none;
    display: inline-block;
    min-height: 450px;
    margin: 15px 0;
    vertical-align: top
}
@media (max-width: 767px) {
    .entry {
        min-height: 0
    }
}
.entry>div {
    min-height: 450px;
    padding: 15px;
    -webkit-box-shadow: 0 0 4px rgba(119, 119, 119, .25);
    -moz-box-shadow: 0 0 4px rgba(119, 119, 119, .25);
    box-shadow: 0 0 4px rgba(119, 119, 119, .25)
}
@media (max-width: 767px) {
    .entry>div {
        min-height: 0
    }
}
.entry .col-img {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative
}
.entry .col-img .post-category {
    bottom: -1px;
    left: 0;
    margin: 0!important;
    position: absolute
}
.entry .col-img a {
    display: block;
    position: relative
}
.entry .col-img a:hover:before {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}
.entry .col-img a:before {
    background: rgba(80, 101, 129, .7);
    color: #fff;
    content: "Read More";
    height: 100%;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-size: 1.4285714285714286rem;
    left: 0;
    padding-top: 240px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 10;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
    transition: opacity .25s ease
}
.entry .post-category {
    background: rgba(0, 0, 0, .9);
    color: #fff;
    display: inline-block;
    font-size: 13px!important;
    font-size: .9285714285714286rem!important;
    margin-bottom: 15px!important;
    padding: 5px 15px
}
.entry .post-category i {
    margin-right: 4px
}
.entry .post-header time {
    display: block;
    font-size: 16px;
    font-size: 1.1428571428571428rem;
    font-weight: 700;
    margin-bottom: 15px
}
.entry .post-header h2 {
    font-size: 25px;
    font-size: 1.7857142857142858rem
}
.entry .post-header h2 em {
    display: block;
    font-size: 18px;
    font-size: 1.2857142857142858rem;
    line-height: 24px;
    line-height: 1.7142857142857142rem
}
.entry .post-header.post-header-bio h2 {
    margin-bottom: 4px
}
.entry .post-header.post-header-bio p {
    margin-bottom: 0!important
}
.entry .post-header.post-header-bio span {
    display: block;
    font-size: 16px;
    font-size: 1.1428571428571428rem;
    margin-top: 4px
}
.entry .post-header.post-header-bio span i {
    margin-right: 4px
}
.entry .post-footer .btn {
    bottom: 15px;
    font-size: 14px;
    font-size: 1rem;
    position: absolute
}
@media (max-width: 767px) {
    .entry .post-footer .btn {
        bottom: auto;
        position: relative
    }
}
.post-header h2 em {
    display: block;
    font-size: 18px;
    font-size: 1.2857142857142858rem;
    line-height: 24px;
    line-height: 1.7142857142857142rem
}
.post-staff {
    border-bottom: 1px #eee solid;
    margin-bottom: 60px;
    padding-bottom: 30px
}
.post-content .pull-left {
    margin: 0 30px 30px 0
}
.post-content .pull-right {
    margin: 0 0 30px 30px
}
.post-content h3 em {
    display: block;
    font-size: 20px;
    font-size: 1.4285714285714286rem;
    font-weight: 400;
    line-height: 40px;
    line-height: 2.857142857142857rem
}
.post-content img {
    max-width: 100%;
}
@media (max-width: 767px) {
    .post-content img {
        display: block;
        float: none!important;
        margin: 0 auto 30px auto!important
    }
}
.post-meta span {
    display: block;
    margin-bottom: 5px
}
.post-meta span a {
    word-break: break-all
}
.post-meta em {
    margin-right: 4px
}
.filter-categories li a {
    color: #d0d0d0
}
.filter-categories li a:hover {
    color: #506581
}
.filter-categories li.active a {
    color: #859dc0!important;
}
#wrap .filter-news ul{
    margin-top: 30px!important;
    position: relative!important;
}
#wrap .filter-news .sfsearchBox i {
    color: #777!important;
    font-size: 20px!important;
    font-size: 1.4285714285714286rem!important;
    left: 55px!important;
    position: absolute!important;
    top: 50%!important;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
;
    z-index: 9!important;
}
#wrap .filter-news .sfsearchBox {
    text-align:center!important;
    width: 70%;
    margin: 0 auto;
    position: relative;
}
#wrap .filter-news .sfsearchBox input[type=text] {
    font-size: 20px!important;
    font-size: 1.4285714285714286rem!important;
    line-height: 24px!important;
    line-height: 1.7142857142857142rem!important;
    padding: 12px 12px 12px 45px!important;
    border: 1px solid silver!important;
    width: 90%!important;
    margin:0 auto!important;
     -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#wrap .filter-news .sfsearchSubmit {
    display:none!important;
}

#wrap .filter-news span.sfsearchTxt {
    width: 100%!important;
    position:relative!important;
    margin:0 auto;
    border:1px solid transparent!important;
}
#choose-section {
    background: url(../images/5wishes-bg.jpg) repeat center top;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 15px;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%
}
#choose-section .choose-block {
    background: #859dc0;
    color: #fff;
    margin-top: -60px;
    padding: 82px;
    -webkit-box-shadow: 0 0 4px 1px rgba(119, 119, 119, .35);
    -moz-box-shadow: 0 0 4px 1px rgba(119, 119, 119, .35);
    box-shadow: 0 0 4px 1px rgba(119, 119, 119, .35)
}
#choose-section .choose-block:after,
#choose-section .choose-block:before {
    content: " ";
    display: table
}
#choose-section .choose-block:after {
    clear: both
}
#choose-section .choose-block:after,
#choose-section .choose-block:before {
    content: " ";
    display: table
}
#choose-section .choose-block:after {
    clear: both
}
@media (max-width: 1200px) {
    #choose-section .choose-block {
        padding: 60px
    }
}
@media (max-width: 992px) {
    #choose-section .choose-block {
        margin-top: 0
    }
}
@media (max-width: 767px) {
    #choose-section .choose-block {
        padding: 30px
    }
}
#choose-section h2 {
    font-size: 56px;
    font-size: 4rem;
    line-height: 60px;
    line-height: 4.285714285714286rem;
    margin-bottom: 60px;
    text-transform: uppercase
}
@media (max-width: 1200px) {
    #choose-section h2 {
        font-size: 50px;
        font-size: 3.5714285714285716rem;
        line-height: 55px;
        line-height: 3.9285714285714284rem
    }
}
@media (max-width: 992px) {
    #choose-section h2 {
        font-size: 40px;
        font-size: 2.857142857142857rem;
        line-height: 45px;
        line-height: 3.2142857142857144rem
    }
}
@media (max-width: 767px) {
    #choose-section h2 {
        font-size: 25px;
        font-size: 1.7857142857142858rem;
        line-height: 28px;
        line-height: 2rem;
        margin-bottom: 30px
    }
}
@media (max-width: 992px) {
    #choose-section .choose-section {
        margin: 0 0 30px 0
    }
}
@media (max-width: 767px) {
    #choose-section .choose-section {
        padding: 0
    }
}
#choose-section .choose-section>div {
    background: rgba(255, 255, 255, .1);
    height: 550px;
    padding: 60px
}
@media (max-width: 1200px) {
    #choose-section .choose-section>div {
        height: 590px
    }
}
@media (max-width: 992px) {
    #choose-section .choose-section>div {
        height: auto
    }
}
@media (max-width: 767px) {
    #choose-section .choose-section>div {
        padding: 45px 30px 30px 30px
    }
}
#choose-section .choose-section>div>.wish-icon {
    height: 140px;
    font-size: 85px;
    font-size: 6.071428571428571rem;
    line-height: 85px;
    line-height: 6.071428571428571rem;
    margin: 0 auto 60px auto;
    padding-top: 20px;
    width: 140px
}
#choose-section .choose-section>div>.wish-icon:after {
    height: 180px;
    left: -25px;
    top: -25px;
    width: 180px
}
#choose-section .choose-section>div h4 {
    font-size: 30px;
    font-size: 2.142857142857143rem;
    line-height: 32px;
    line-height: 2.2857142857142856rem;
    margin-bottom: 20px
}
@media (max-width: 1200px) {
    #choose-section .choose-section>div h4 {
        font-size: 20px;
        font-size: 1.4285714285714286rem;
        line-height: 22px;
        line-height: 1.5714285714285714rem
    }
}
#choose-section .choose-section>div p {
    font-size: 20px;
    font-size: 1.4285714285714286rem;
    line-height: 24px;
    line-height: 1.7142857142857142rem;
    margin-bottom: 20px
}
#choose-section .choose-section>div a {
    font-size: 24px;
    font-size: 1.7142857142857142rem;
    line-height: 24px;
    line-height: 1.7142857142857142rem
}
#choose-section .choose-bottom {
    margin-top: 30px
}
@media (max-width: 767px) {
    #choose-section .choose-bottom {
        padding: 0
    }
}
#choose-section .choose-bottom>div {
    background: rgba(255, 255, 255, .1)
}
@media (max-width: 992px) {
    #choose-section .choose-bottom>div {
        margin: 0 0 30px 0
    }
}
#choose-section .choose-bottom>div>div {
    padding: 30px
}
#choose-section .choose-bottom .wish-icon {
    float: left;
    height: 75px;
    font-size: 40px;
    font-size: 2.857142857142857rem;
    line-height: 40px;
    line-height: 2.857142857142857rem;
    margin: 0 45px 45px 0;
    padding-top: 10px;
    width: 75px
}
#choose-section .choose-bottom .wish-icon:after {
    height: 100px;
    left: -18px;
    top: -18px;
    width: 100px
}
#choose-section .choose-bottom h4 {
    font-size: 22px;
    font-size: 1.5714285714285714rem;
    line-height: 24px;
    line-height: 1.7142857142857142rem;
    margin-bottom: 30px
}
#choose-section .choose-bottom p {
    font-size: 13px;
    font-size: .9285714285714286rem;
    line-height: 18px;
    line-height: 1.2857142857142858rem;
    margin-bottom: 20px
}
#choose-section .choose-bottom a {
    font-size: 18px;
    font-size: 1.2857142857142858rem;
    line-height: 18px;
    line-height: 1.2857142857142858rem
}
#choose-section .wish-icon {
    background: #fff;
    border: 6px #859dc0 solid;
    color: #859dc0;
    display: block;
    position: relative;
    text-align: center;
    -webkit-border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100%;
    -moz-background-clip: padding;
    border-radius: 100%;
    background-clip: padding-box
}
#choose-section .wish-icon:after {
    border: 6px rgba(255, 255, 255, .1) solid;
    content: "";
    position: absolute;
    -webkit-border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100%;
    -moz-background-clip: padding;
    border-radius: 100%;
    background-clip: padding-box
}
#choose-section h4 {
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase
}
#choose-section a {
    color: #fff
}
#choose-section a i {
    margin-left: 4px
}
#choose-section a:hover {
    color: #506581
}
#in-state {
    background: #fff url(../images/5wishes-map.jpg) no-repeat center 20px;
    height: 860px;
    position: relative;
    z-index: 2
}
@media (max-width: 992px) {
    #in-state {
        height: 700px;
        -webkit-background-size: 120%;
        -moz-background-size: 120%;
        background-size: 120%
    }
}
@media (max-width: 767px) {
    #in-state {
        height: auto;
        -webkit-background-size: 100%;
        -moz-background-size: 100%;
        background-size: 100%
    }
}
#in-state>div {
    background: #fff;
    bottom: 90px;
    height: 480px;
    left: 105px;
    padding: 30px 0 0 30px;
    position: absolute;
    width: 480px;
    -webkit-border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100%;
    -moz-background-clip: padding;
    border-radius: 100%;
    background-clip: padding-box
}
@media (max-width: 992px) {
    #in-state>div {
        background: rgba(255, 255, 255, .6);
        bottom: auto;
        left: 50%;
        top: 180px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}
@media (max-width: 767px) {
    #in-state>div {
        background: 0 0;
        height: auto;
        left: auto;
        padding: 60px 30px 45px 30px;
        position: relative;
        text-align: center;
        top: auto;
        width: auto;
        -webkit-border-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0;
        -moz-background-clip: padding;
        border-radius: 0;
        background-clip: padding-box;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}
#in-state>div:after {
    border: 3px rgba(255, 255, 255, .4) solid;
    bottom: -40px;
    content: "";
    height: 560px;
    left: -40px;
    position: absolute;
    width: 560px;
    z-index: -1;
    -webkit-border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100%;
    -moz-background-clip: padding;
    border-radius: 100%;
    background-clip: padding-box;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}
@media (max-width: 767px) {
    #in-state>div:after {
        display: none
    }
}
#in-state>div:hover:after {
    border-color: #fff
}
#in-state>div:hover a {
    background: #506581;
    border-color: #506581
}
@media (max-width: 767px) {
    #in-state>div:hover a {
        background: 0 0
    }
}
#in-state a {
    background: #859dc0;
    border: 12px #859dc0 solid;
    color: #fff;
    display: block;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 88px;
    font-size: 6.285714285714286rem;
    font-weight: 100;
    height: 420px;
    line-height: 68px;
    line-height: 4.857142857142857rem;
    padding: 110px 0 0 75px;
    width: 420px;
    -webkit-border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100%;
    -moz-background-clip: padding;
    border-radius: 100%;
    background-clip: padding-box;
    -webkit-box-shadow: inset 0 0 0 12px rgba(255, 255, 255, .30000000000000004);
    -moz-box-shadow: inset 0 0 0 12px rgba(255, 255, 255, .30000000000000004);
    box-shadow: inset 0 0 0 12px rgba(255, 255, 255, .30000000000000004)
}
@media (max-width: 992px) {
    #in-state a {
        background: rgba(133, 157, 192, .5);
        border-color: rgba(133, 157, 192, .3)
    }
}
@media (max-width: 767px) {
    #in-state a {
        background: 0 0;
        border: 0 none!important;
        color: #506581;
        padding: 0;
        height: auto;
        width: auto;
        -webkit-border-radius: 0;
        -webkit-background-clip: padding-box;
        -moz-border-radius: 0;
        -moz-background-clip: padding;
        border-radius: 0;
        background-clip: padding-box;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none
    }
}
#in-state a span {
    display: block;
    font-family: "droid-serif", Georgia, "Times New Roman", Times, serif;
    font-size: 30px;
    font-size: 2.142857142857143rem;
    font-style: italic;
    font-weight: 400;
    line-height: 40px;
    line-height: 2.857142857142857rem;
    padding-left: 6px
}
#visit a {
    background: #84c2ac;
    color: #fff;
    display: block;
    font-size: 72px;
    font-size: 5.142857142857143rem;
    font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 100;
    line-height: 72px;
    line-height: 5.142857142857143rem;
    padding: 60px 30px;
    text-align: center
}
@media (max-width: 1200px) {
    #visit a {
        font-size: 65px;
        font-size: 4.642857142857143rem;
        line-height: 65px;
        line-height: 4.642857142857143rem
    }
}
@media (max-width: 992px) {
    #visit a {
        font-size: 45px;
        font-size: 3.2142857142857144rem;
        line-height: 45px;
        line-height: 3.2142857142857144rem
    }
}
@media (max-width: 767px) {
    #visit a {
        font-size: 25px;
        font-size: 1.7857142857142858rem;
        font-weight: 400;
        line-height: 25px;
        line-height: 1.7857142857142858rem
    }
}
#visit a:hover {
    background: #73baa0
}
#map {
    padding-top: 90px
}
@media (max-width: 767px) {
    #map {
        padding: 30px 15px
    }
}
#map svg {
    height: 600px;
    width: 100%
}
@media (max-width: 768px) {
    #map svg {
        height: auto!important
    }
}
#map svg #usa>circle,
#map svg #usa>path {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}
#map svg #usa>circle.active,
#map svg #usa>path.active {
    cursor: pointer;
    fill: #859dc0
}
#map svg #usa>circle.active:hover,
#map svg #usa>path.active:hover {
    fill: #506581
}
@media (max-width: 767px) {
    #map svg #labels {
        display: none
    }
}
#map svg #labels>circle,
#map svg #labels>path {
    pointer-events: none;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0
}
#labels path {
    fill:#fff;
}
#map svg #labels>circle.label-active{
    fill: #fff;
}
#map svg #labels>circle.label-path-title-active,
#map svg #labels>path.label-path-title-active {
    fill: #859dc0
}
#map svg #labels>circle.label-active,
#map svg #labels>circle.label-path-active,
#map svg #labels>circle.label-path-title-active,
#map svg #labels>path.label-active,
#map svg #labels>path.label-path-active,
#map svg #labels>path.label-path-title-active {
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}
#related-news {
    clear:both;
    padding-bottom: 60px
}
#related-news hr {
    margin-top: 0
}
#related-news h5 {
    margin-top: 0
}
@media (min-width: 768px) and (max-width: 992px) {
    #related-news .entry:last-child {
        display: none
    }
}
.staff-side {
    padding-bottom: 60px;
    padding-top: 90px
}
@media (max-width: 767px) {
    .staff-side {
        padding-top: 0
    }
}
.staff-side li {
    border-bottom: 1px #eee solid;
    margin-bottom: 20px;
    padding-bottom: 20px
}
.staff-side li:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0
}
.staff-side em {
    display: block
}
#wrap {
    overflow: hidden;
    position: relative;
    width: 100%;
    z-index: 10;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}
@media (max-width: 768px) {
    #nav-toggle:checked~#wrap {
        position: fixed;
        -webkit-transform: translateX(74%);
        -moz-transform: translateX(74%);
        -o-transform: translateX(74%);
        -ms-transform: translateX(74%);
        transform: translateX(74%)
    }
}
.ham {
    background: #506581;
    color: #fff;
    cursor: pointer;
    font: 700 14px "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 15px;
    margin: 0;
    padding: 16px;
    text-transform: uppercase;
    white-space: nowrap
}
.ham>i {
    float: left;
    margin-right: 8px;
    font-style: normal;
    width: 20px
}
.ham span {
    background: #fff;
    display: block;
    height: 3px;
    margin: 3px 0;
    position: relative
}
.ham span:first-child {
    margin-top: 0
}
#mobile-nav {
    background: #333;
    display: block;
    height: 100vh;
    left: -75%;
    overflow: hidden;
    /*overflow-y: scroll;*/
    position: fixed;
    width: 75%;
    z-index: 10000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}
#mobile-nav ul {
    list-style: none;
    margin: 0;
    padding: 0
}
#mobile-nav ul li {
    margin-bottom: 0
}
#mobile-nav ul a {
    color: #fff
}
#mobile-nav ul a b {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}
#mobile-nav ul a.open b {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}
#mobile-nav>ul {
    line-height: 1em
}
#mobile-nav>ul>li {
    border-bottom: 1px rgba(255, 255, 255, .1) solid;
    padding-bottom: 10px
}
#mobile-nav>ul>li>a {
    cursor: pointer;
    display: block;
    font-weight: 700;
    padding: 16px 14px 10px 14px
}
#mobile-nav>ul>li>a b {
    float: right
}
#mobile-nav>ul>li>a b:before {
    font: 400 12px "FontAwesome";
    content: "\f078"
}
#mobile-nav>ul>li ul {
    display: none;
    font-size: 16px
}
#mobile-nav>ul>li ul>li>a {
    color: rgba(255, 255, 255, .7);
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 1em;
    padding: 8px 25px 8px 28px;
    position: relative
}
#mobile-nav>ul>li ul>li>a:before {
    background: #fff;
    content: "";
    height: 4px;
    left: 15px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 4px;
    z-index: 100;
    -webkit-border-radius: 100%;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 100%;
    -moz-background-clip: padding;
    border-radius: 100%;
    background-clip: padding-box
}
#mobile-nav>ul>li ul>li>ul {
    display: none
}
@media (max-width: 768px) {


    #masthead {
        padding:0!important;
    }
    #nav-toggle:checked~#mobile-nav {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }
}
#nav-toggle:checked~#footer {
    display: none
}
@font-face {
     font-family: aging-with-dignity;
    src: url(fonts/aging-with-dignity/aging-with-dignity.eot);
    src: url(fonts/aging-with-dignity/aging-with-dignity.eot?#iefix)format("embedded-opentype"),
         url(fonts/aging-with-dignity/aging-with-dignity.woff)format("woff"), 
         url(fonts/aging-with-dignity/aging-with-dignity.ttf)format("truetype"),
         url(fonts/aging-with-dignity/aging-with-dignity.svg#aging-with-dignity)format("svg");
    font-weight: 400;
    font-style: normal
}
[data-icon]:before {
    font-family: "aging-with-dignity"!important;
    content: attr(data-icon);
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
[class*=" icon-"]:before,
[class^=icon-]:before {
    font-family: "aging-with-dignity"!important;
    font-style: normal!important;
    font-weight: 400!important;
    font-variant: normal!important;
    text-transform: none!important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-awd-logo:before {
    content: "a"
}
.icon-business:before {
    content: "b"
}
.icon-family:before {
    content: "c"
}
.icon-heart-apple:before {
    content: "d"
}
.icon-heart-cross:before {
    content: "f"
}
.icon-bilingual:before {
    content: "e"
}
.icon-organizations:before {
    content: "i"
}
.icon-individuals:before {
    content: "h"
}
.icon-children:before {
    content: "g"
}
/*# sourceMappingURL=main.css.map */

