.clearfix {
    *zoom: 1
}
.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0
}
.clearfix:after {
    clear: both
}
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}
.input-block-level {
    display: block;
    width: 100%;
    min-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body {
    margin: 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #565a5e;
    background-color: #fff
}
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
a {
    color: #00539b;
    text-decoration: none;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
	outline: 0;
}
a:hover, a:active, a:focus {	
    color: #f5bc0f;
    text-decoration: none;
	outline: 0;
}
.img-rounded {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}
.img-polaroid {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1)
}
.img-circle {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px
}
iframe.responsive {
    width: 100%;
    height: 500px;
    margin-bottom: 20px
}
@media (min-width: 768px) and (max-width: 979px) {
    .full-980 {
        width: 100% !important;
        margin-left: 0 !important
    }
}
@media (max-width: 979px) {
    iframe.responsive {
        height: 300px
    }
}
p {
    margin: 0 0 11px;
	line-height: 25px;
}
.lead {
    margin-bottom: 22px;
    font-size: 24px;
    font-weight: 200;
    line-height: 33px
}
small {
    font-size: 14px
}
strong {
    font-weight: bold
}
em {
    font-style: italic
}
cite {
    font-style: normal
}
.muted {
    color: #dbdbdb
}
a.muted:hover,
a.muted:focus {
    color: #c2c2c2
}
.text-warning {
    color: #c09853
}
a.text-warning:hover,
a.text-warning:focus {
    color: #a47e3c
}
.text-error {
    color: #b94a48
}
a.text-error:hover,
a.text-error:focus {
    color: #953b39
}
.text-info {
    color: #3a87ad
}
a.text-info:hover,
a.text-info:focus {
    color: #2d6987
}
.text-success {
    color: #468847
}
a.text-success:hover,
a.text-success:focus {
    color: #356635
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 11px 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 22px;
    color: #00539b;
    text-rendering: optimizelegibility
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    font-weight: normal;
    line-height: 1;
    color: #dbdbdb
}
.underline {
    border-bottom: 2px solid #00539b
}
h1,
h2,
h3 {
    line-height: 44px
}
h1 {
    font-size: 36px
}
h2 {
    font-size: 30px
}
h3 {
    font-size: 24px
}
h4 {
    font-size: 18px
}
h5 {
    font-size: 16px
}
h6 {
    font-size: 14px
}
h1 small {
    font-size: 30px
}
h2 small {
    font-size: 24px
}
h3 small {
    font-size: 18px
}
h4 small {
    font-size: 16px
}
.page-header {
    padding-bottom: 10px;
    margin: 22px 0 33px;
    border-bottom: 1px solid #eee
}
ul,
ol {
    padding: 0;
    margin: 0 0 11px 25px
}
ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0
}
li {
    line-height: 25px
}
ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none
}
ul.inline,
ol.inline {
    margin-left: 0;
    list-style: none
}
ul.inline>li,
ol.inline>li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding-left: 5px;
    padding-right: 5px
}
dl {
    margin-bottom: 22px
}
dt,
dd {
    line-height: 22px
}
dt {
    font-weight: bold
}
dd {
    margin-left: 11px
}
.dl-horizontal {
    *zoom: 1
}
.dl-horizontal:before,
.dl-horizontal:after {
    display: table;
    content: "";
    line-height: 0
}
.dl-horizontal:after {
    clear: both
}
.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
}
hr {
    margin: 22px 0;
    border: 0;
    border-top: 1px solid #bdc0c3;
    border-bottom: 1px solid #fff
}
abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #dbdbdb
}
abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}
blockquote {
    padding: 0 0 0 15px;
    margin: 0 0 22px;
    border-left: 5px solid #eee
}
blockquote p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.25
}
blockquote small {
    display: block;
    line-height: 22px;
    color: #dbdbdb
}
blockquote small:before {
    content: '\2014 \00A0'
}
blockquote.pull-right {
    float: right;
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0
}
blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right
}
blockquote.pull-right small:before {
    content: ''
}
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: ""
}
address {
    display: block;
    margin-bottom: 22px;
    font-style: normal;
    line-height: 22px
}
code,
pre {
    padding: 0 3px 2px;
    font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
    font-size: 14px;
    color: #999;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
code {
    padding: 2px 4px;
    color: #d14;
    background-color: #f7f7f9;
    border: 1px solid #e1e1e8;
    white-space: nowrap
}
pre {
    display: block;
    padding: 10.5px;
    margin: 0 0 11px;
    font-size: 15px;
    line-height: 22px;
    word-break: break-all;
    word-wrap: break-word;
    white-space: pre;
    white-space: pre-wrap;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}
pre.prettyprint {
    margin-bottom: 22px
}
pre code {
    padding: 0;
    color: inherit;
    white-space: pre;
    white-space: pre-wrap;
    background-color: transparent;
    border: 0
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}
.row {
    margin-left: -20px;
    *zoom: 1
}
.row:before,
.row:after {
    display: table;
    content: "";
    line-height: 0
}
.row:after {
    clear: both
}
[class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
    width: 940px
}
.span12 {
    width: 940px
}
.span11 {
    width: 860px
}
.span10 {
    width: 780px
}
.span9 {
    width: 700px
}
.span8 {
    width: 620px
}
.span7 {
    width: 540px
}
.span6 {
    width: 460px
}
.span5 {
    width: 380px
}
.span4 {
    width: 300px
}
.span3 {
    width: 220px
}
.span2 {
    width: 140px
}
.span1 {
    width: 60px
}
.offset12 {
    margin-left: 980px
}
.offset11 {
    margin-left: 900px
}
.offset10 {
    margin-left: 820px
}
.offset9 {
    margin-left: 740px
}
.offset8 {
    margin-left: 660px
}
.offset7 {
    margin-left: 580px
}
.offset6 {
    margin-left: 500px
}
.offset5 {
    margin-left: 420px
}
.offset4 {
    margin-left: 340px
}
.offset3 {
    margin-left: 260px
}
.offset2 {
    margin-left: 180px
}
.offset1 {
    margin-left: 100px
}
.row-fluid {
    width: 100%;
    *zoom: 1
}
.row-fluid:before,
.row-fluid:after {
    display: table;
    content: "";
    line-height: 0
}
.row-fluid:after {
    clear: both
}
.row-fluid [class*="span"] {
    display: block;
    width: 100%;
    min-height: 32px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.127659574%;
    *margin-left: 2.074468085%
}
.row-fluid [class*="span"]:first-child {
    margin-left: 0
}
.row-fluid .controls-row [class*="span"]+[class*="span"] {
    margin-left: 2.127659574%
}
.row-fluid .span12 {
    width: 100%;
    *width: 99.946808511%
}
.row-fluid .span11 {
    width: 91.489361702%;
    *width: 91.436170213%
}
.row-fluid .span10 {
    width: 82.978723404%;
    *width: 82.925531915%
}
.row-fluid .span9 {
    width: 74.468085106%;
    *width: 74.414893617%
}
.row-fluid .span8 {
    width: 65.957446809%;
    *width: 65.904255319%
}
.row-fluid .span7 {
    width: 57.446808511%;
    *width: 57.393617021%
}
.row-fluid .span6 {
    width: 48.936170213%;
    *width: 48.882978723%
}
.row-fluid .span5 {
    width: 40.425531915%;
    *width: 40.372340426%
}
.row-fluid .span4 {
    width: 31.914893617%;
    *width: 31.861702128%
}
.row-fluid .span3 {
    width: 23.404255319%;
    *width: 23.35106383%
}
.row-fluid .span2 {
    width: 14.893617021%;
    *width: 14.840425532%
}
.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787234%
}
.row-fluid .offset12 {
    margin-left: 104.255319149%;
    *margin-left: 104.14893617%
}
.row-fluid .offset12:first-child {
    margin-left: 102.127659574%;
    *margin-left: 102.021276596%
}
.row-fluid .offset11 {
    margin-left: 95.744680851%;
    *margin-left: 95.638297872%
}
.row-fluid .offset11:first-child {
    margin-left: 93.617021277%;
    *margin-left: 93.510638298%
}
.row-fluid .offset10 {
    margin-left: 87.234042553%;
    *margin-left: 87.127659574%
}
.row-fluid .offset10:first-child {
    margin-left: 85.106382979%;
    *margin-left: 85%
}
.row-fluid .offset9 {
    margin-left: 78.723404255%;
    *margin-left: 78.617021277%
}
.row-fluid .offset9:first-child {
    margin-left: 76.595744681%;
    *margin-left: 76.489361702%
}
.row-fluid .offset8 {
    margin-left: 70.212765957%;
    *margin-left: 70.106382979%
}
.row-fluid .offset8:first-child {
    margin-left: 68.085106383%;
    *margin-left: 67.978723404%
}
.row-fluid .offset7 {
    margin-left: 61.70212766%;
    *margin-left: 61.595744681%
}
.row-fluid .offset7:first-child {
    margin-left: 59.574468085%;
    *margin-left: 59.468085106%
}
.row-fluid .offset6 {
    margin-left: 53.191489362%;
    *margin-left: 53.085106383%
}
.row-fluid .offset6:first-child {
    margin-left: 51.063829787%;
    *margin-left: 50.957446809%
}
.row-fluid .offset5 {
    margin-left: 44.680851064%;
    *margin-left: 44.574468085%
}
.row-fluid .offset5:first-child {
    margin-left: 42.553191489%;
    *margin-left: 42.446808511%
}
.row-fluid .offset4 {
    margin-left: 36.170212766%;
    *margin-left: 36.063829787%
}
.row-fluid .offset4:first-child {
    margin-left: 34.042553191%;
    *margin-left: 33.936170213%
}
.row-fluid .offset3 {
    margin-left: 27.659574468%;
    *margin-left: 27.553191489%
}
.row-fluid .offset3:first-child {
    margin-left: 25.531914894%;
    *margin-left: 25.425531915%
}
.row-fluid .offset2 {
    margin-left: 19.14893617%;
    *margin-left: 19.042553191%
}
.row-fluid .offset2:first-child {
    margin-left: 17.021276596%;
    *margin-left: 16.914893617%
}
.row-fluid .offset1 {
    margin-left: 10.638297872%;
    *margin-left: 10.531914894%
}
.row-fluid .offset1:first-child {
    margin-left: 8.510638298%;
    *margin-left: 8.404255319%
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
    display: none
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
    float: right
}
.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1
}
.container:before,
.container:after {
    display: table;
    content: "";
    line-height: 0
}
.container:after {
    clear: both
}
.container-fluid {
    padding-right: 20px;
    padding-left: 20px;
    *zoom: 1
}
.container-fluid:before,
.container-fluid:after {
    display: table;
    content: "";
    line-height: 0
}
.container-fluid:after {
    clear: both
}
.home-page .panel-top,
.landing-page .panel-top,
.home-page .panel-middle,
.landing-page .panel-middle,
.home-page .panel-bottom,
.landing-page .panel-bottom {
    padding-bottom: 70px !important;
    padding-top: 60px
}
@media (max-width: 979px) {
    .home-page .panel-top,
    .landing-page .panel-top,
    .home-page .panel-middle,
    .landing-page .panel-middle,
    .home-page .panel-bottom,
    .landing-page .panel-bottom {
        padding-top: 40px;
        padding-bottom: 0
    }
}
.home-page .panel-bottom .panel,
.landing-page .panel-bottom .panel {
    margin-top: 70px
}
.landing-page .panel-bottom .panel {
    padding-bottom: 60px !important
}
@-ms-viewport {
    width: device-width
}
.hidden {
    display: none;
    visibility: hidden
}
.visible-phone {
    display: none !important
}
.visible-tablet {
    display: none !important
}
.hidden-desktop {
    display: none !important
}
.visible-desktop {
    display: inherit !important
}
@media (min-width: 768px) and (max-width: 979px) {
    .hidden-desktop {
        display: inherit !important
    }
    .visible-desktop {
        display: none !important
    }
    .visible-tablet {
        display: inherit !important
    }
    .hidden-tablet {
        display: none !important
    }
}
@media (max-width: 767px) {
    .hidden-desktop {
        display: inherit !important
    }
    .visible-desktop {
        display: none !important
    }
    .visible-phone {
        display: inherit !important
    }
    .hidden-phone {
        display: none !important
    }
}
.visible-print {
    display: none !important
}
@media print {
    .visible-print {
        display: inherit !important
    }
    .hidden-print {
        display: none !important
    }
}
@media (min-width: 1200px) {
    .row {
        margin-left: -30px;
        *zoom: 1
    }
    .row:before,
    .row:after {
        display: table;
        content: "";
        line-height: 0
    }
    .row:after {
        clear: both
    }
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 30px
    }
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 1170px
    }
    .span12 {
        width: 1170px
    }
    .span11 {
        width: 1070px
    }
    .span10 {
        width: 970px
    }
    .span9 {
        width: 870px
    }
    .span8 {
        width: 770px
    }
    .span7 {
        width: 670px
    }
    .span6 {
        width: 570px
    }
    .span5 {
        width: 470px
    }
    .span4 {
        width: 370px
    }
    .span3 {
        width: 270px
    }
    .span2 {
        width: 170px
    }
    .span1 {
        width: 70px
    }
    .offset12 {
        margin-left: 1230px
    }
    .offset11 {
        margin-left: 1130px
    }
    .offset10 {
        margin-left: 1030px
    }
    .offset9 {
        margin-left: 930px
    }
    .offset8 {
        margin-left: 830px
    }
    .offset7 {
        margin-left: 730px
    }
    .offset6 {
        margin-left: 630px
    }
    .offset5 {
        margin-left: 530px
    }
    .offset4 {
        margin-left: 430px
    }
    .offset3 {
        margin-left: 330px
    }
    .offset2 {
        margin-left: 230px
    }
    .offset1 {
        margin-left: 130px
    }
    .row-fluid {
        width: 100%;
        *zoom: 1
    }
    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
        line-height: 0
    }
    .row-fluid:after {
        clear: both
    }
    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 32px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.564102564%;
        *margin-left: 2.510911075%
    }
    .row-fluid [class*="span"]:first-child {
        margin-left: 0
    }
    .row-fluid .controls-row [class*="span"]+[class*="span"] {
        margin-left: 2.564102564%
    }
    .row-fluid .span12 {
        width: 100%;
        *width: 99.946808511%
    }
    .row-fluid .span11 {
        width: 91.452991453%;
        *width: 91.399799964%
    }
    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.852791417%
    }
    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578287%
    }
    .row-fluid .span8 {
        width: 65.811965812%;
        *width: 65.758774323%
    }
    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.211765776%
    }
    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.664757229%
    }
    .row-fluid .span5 {
        width: 40.170940171%;
        *width: 40.117748682%
    }
    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.570740135%
    }
    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.023731588%
    }
    .row-fluid .span2 {
        width: 14.52991453%;
        *width: 14.476723041%
    }
    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714494%
    }
    .row-fluid .offset12 {
        margin-left: 105.128205128%;
        *margin-left: 105.021822149%
    }
    .row-fluid .offset12:first-child {
        margin-left: 102.564102564%;
        *margin-left: 102.457719585%
    }
    .row-fluid .offset11 {
        margin-left: 96.581196581%;
        *margin-left: 96.474813602%
    }
    .row-fluid .offset11:first-child {
        margin-left: 94.017094017%;
        *margin-left: 93.910711038%
    }
    .row-fluid .offset10 {
        margin-left: 88.034188034%;
        *margin-left: 87.927805055%
    }
    .row-fluid .offset10:first-child {
        margin-left: 85.47008547%;
        *margin-left: 85.363702491%
    }
    .row-fluid .offset9 {
        margin-left: 79.487179487%;
        *margin-left: 79.380796508%
    }
    .row-fluid .offset9:first-child {
        margin-left: 76.923076923%;
        *margin-left: 76.816693944%
    }
    .row-fluid .offset8 {
        margin-left: 70.94017094%;
        *margin-left: 70.833787961%
    }
    .row-fluid .offset8:first-child {
        margin-left: 68.376068376%;
        *margin-left: 68.269685397%
    }
    .row-fluid .offset7 {
        margin-left: 62.393162393%;
        *margin-left: 62.286779414%
    }
    .row-fluid .offset7:first-child {
        margin-left: 59.829059829%;
        *margin-left: 59.72267685%
    }
    .row-fluid .offset6 {
        margin-left: 53.846153846%;
        *margin-left: 53.739770867%
    }
    .row-fluid .offset6:first-child {
        margin-left: 51.282051282%;
        *margin-left: 51.175668303%
    }
    .row-fluid .offset5 {
        margin-left: 45.299145299%;
        *margin-left: 45.19276232%
    }
    .row-fluid .offset5:first-child {
        margin-left: 42.735042735%;
        *margin-left: 42.628659756%
    }
    .row-fluid .offset4 {
        margin-left: 36.752136752%;
        *margin-left: 36.645753773%
    }
    .row-fluid .offset4:first-child {
        margin-left: 34.188034188%;
        *margin-left: 34.081651209%
    }
    .row-fluid .offset3 {
        margin-left: 28.205128205%;
        *margin-left: 28.098745226%
    }
    .row-fluid .offset3:first-child {
        margin-left: 25.641025641%;
        *margin-left: 25.534642662%
    }
    .row-fluid .offset2 {
        margin-left: 19.658119658%;
        *margin-left: 19.551736679%
    }
    .row-fluid .offset2:first-child {
        margin-left: 17.094017094%;
        *margin-left: 16.987634115%
    }
    .row-fluid .offset1 {
        margin-left: 11.111111111%;
        *margin-left: 11.004728132%
    }
    .row-fluid .offset1:first-child {
        margin-left: 8.547008547%;
        *margin-left: 8.440625568%
    }
    input,
    textarea,
    .uneditable-input {
        margin-left: 0
    }
    .controls-row [class*="span"]+[class*="span"] {
        margin-left: 30px
    }
    input.span12,
    textarea.span12,
    .uneditable-input.span12 {
        width: 1156px
    }
    input.span11,
    textarea.span11,
    .uneditable-input.span11 {
        width: 1056px
    }
    input.span10,
    textarea.span10,
    .uneditable-input.span10 {
        width: 956px
    }
    input.span9,
    textarea.span9,
    .uneditable-input.span9 {
        width: 856px
    }
    input.span8,
    textarea.span8,
    .uneditable-input.span8 {
        width: 756px
    }
    input.span7,
    textarea.span7,
    .uneditable-input.span7 {
        width: 656px
    }
    input.span6,
    textarea.span6,
    .uneditable-input.span6 {
        width: 556px
    }
    input.span5,
    textarea.span5,
    .uneditable-input.span5 {
        width: 456px
    }
    input.span4,
    textarea.span4,
    .uneditable-input.span4 {
        width: 356px
    }
    input.span3,
    textarea.span3,
    .uneditable-input.span3 {
        width: 256px
    }
    input.span2,
    textarea.span2,
    .uneditable-input.span2 {
        width: 156px
    }
    input.span1,
    textarea.span1,
    .uneditable-input.span1 {
        width: 56px
    }
    .thumbnails {
        margin-left: -30px
    }
    .thumbnails>li {
        margin-left: 30px
    }
    .row-fluid .thumbnails {
        margin-left: 0
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .row {
        margin-left: -20px;
        *zoom: 1
    }
    .row:before,
    .row:after {
        display: table;
        content: "";
        line-height: 0
    }
    .row:after {
        clear: both
    }
    [class*="span"] {
        float: left;
        min-height: 1px;
        margin-left: 20px
    }
    .container,
    .navbar-static-top .container,
    .navbar-fixed-top .container,
    .navbar-fixed-bottom .container {
        width: 724px
    }
    .span12 {
        width: 724px
    }
    .span11 {
        width: 662px
    }
    .span10 {
        width: 600px
    }
    .span9 {
        width: 538px
    }
    .span8 {
        width: 476px
    }
    .span7 {
        width: 414px
    }
    .span6 {
        width: 352px
    }
    .span5 {
        width: 290px
    }
    .span4 {
        width: 228px
    }
    .span3 {
        width: 166px
    }
    .span2 {
        width: 104px
    }
    .span1 {
        width: 42px
    }
    .offset12 {
        margin-left: 764px
    }
    .offset11 {
        margin-left: 702px
    }
    .offset10 {
        margin-left: 640px
    }
    .offset9 {
        margin-left: 578px
    }
    .offset8 {
        margin-left: 516px
    }
    .offset7 {
        margin-left: 454px
    }
    .offset6 {
        margin-left: 392px
    }
    .offset5 {
        margin-left: 330px
    }
    .offset4 {
        margin-left: 268px
    }
    .offset3 {
        margin-left: 206px
    }
    .offset2 {
        margin-left: 144px
    }
    .offset1 {
        margin-left: 82px
    }
    .row-fluid {
        width: 100%;
        *zoom: 1
    }
    .row-fluid:before,
    .row-fluid:after {
        display: table;
        content: "";
        line-height: 0
    }
    .row-fluid:after {
        clear: both
    }
    .row-fluid [class*="span"] {
        display: block;
        width: 100%;
        min-height: 32px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        margin-left: 2.762430939%;
        *margin-left: 2.70923945%
    }
    .row-fluid [class*="span"]:first-child {
        margin-left: 0
    }
    .row-fluid .controls-row [class*="span"]+[class*="span"] {
        margin-left: 2.762430939%
    }
    .row-fluid .span12 {
        width: 100%;
        *width: 99.946808511%
    }
    .row-fluid .span11 {
        width: 91.436464088%;
        *width: 91.383272599%
    }
    .row-fluid .span10 {
        width: 82.872928177%;
        *width: 82.819736687%
    }
    .row-fluid .span9 {
        width: 74.309392265%;
        *width: 74.256200776%
    }
    .row-fluid .span8 {
        width: 65.745856354%;
        *width: 65.692664864%
    }
    .row-fluid .span7 {
        width: 57.182320442%;
        *width: 57.129128953%
    }
    .row-fluid .span6 {
        width: 48.61878453%;
        *width: 48.565593041%
    }
    .row-fluid .span5 {
        width: 40.055248619%;
        *width: 40.002057129%
    }
    .row-fluid .span4 {
        width: 31.491712707%;
        *width: 31.438521218%
    }
    .row-fluid .span3 {
        width: 22.928176796%;
        *width: 22.874985306%
    }
    .row-fluid .span2 {
        width: 14.364640884%;
        *width: 14.311449395%
    }
    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913483%
    }
    .row-fluid .offset12 {
        margin-left: 105.524861878%;
        *margin-left: 105.4184789%
    }
    .row-fluid .offset12:first-child {
        margin-left: 102.762430939%;
        *margin-left: 102.656047961%
    }
    .row-fluid .offset11 {
        margin-left: 96.961325967%;
        *margin-left: 96.854942988%
    }
    .row-fluid .offset11:first-child {
        margin-left: 94.198895028%;
        *margin-left: 94.092512049%
    }
    .row-fluid .offset10 {
        margin-left: 88.397790055%;
        *margin-left: 88.291407077%
    }
    .row-fluid .offset10:first-child {
        margin-left: 85.635359116%;
        *margin-left: 85.528976137%
    }
    .row-fluid .offset9 {
        margin-left: 79.834254144%;
        *margin-left: 79.727871165%
    }
    .row-fluid .offset9:first-child {
        margin-left: 77.071823204%;
        *margin-left: 76.965440226%
    }
    .row-fluid .offset8 {
        margin-left: 71.270718232%;
        *margin-left: 71.164335253%
    }
    .row-fluid .offset8:first-child {
        margin-left: 68.508287293%;
        *margin-left: 68.401904314%
    }
    .row-fluid .offset7 {
        margin-left: 62.70718232%;
        *margin-left: 62.600799342%
    }
    .row-fluid .offset7:first-child {
        margin-left: 59.944751381%;
        *margin-left: 59.838368402%
    }
    .row-fluid .offset6 {
        margin-left: 54.143646409%;
        *margin-left: 54.03726343%
    }
    .row-fluid .offset6:first-child {
        margin-left: 51.38121547%;
        *margin-left: 51.274832491%
    }
    .row-fluid .offset5 {
        margin-left: 45.580110497%;
        *margin-left: 45.473727519%
    }
    .row-fluid .offset5:first-child {
        margin-left: 42.817679558%;
        *margin-left: 42.711296579%
    }
    .row-fluid .offset4 {
        margin-left: 37.016574586%;
        *margin-left: 36.910191607%
    }
    .row-fluid .offset4:first-child {
        margin-left: 34.254143646%;
        *margin-left: 34.147760668%
    }
    .row-fluid .offset3 {
        margin-left: 28.453038674%;
        *margin-left: 28.346655695%
    }
    .row-fluid .offset3:first-child {
        margin-left: 25.690607735%;
        *margin-left: 25.584224756%
    }
    .row-fluid .offset2 {
        margin-left: 19.889502762%;
        *margin-left: 19.783119784%
    }
    .row-fluid .offset2:first-child {
        margin-left: 17.127071823%;
        *margin-left: 17.020688844%
    }
    .row-fluid .offset1 {
        margin-left: 11.325966851%;
        *margin-left: 11.219583872%
    }
    .row-fluid .offset1:first-child {
        margin-left: 8.563535912%;
        *margin-left: 8.457152933%
    }
    input,
    textarea,
    .uneditable-input {
        margin-left: 0
    }
    .controls-row [class*="span"]+[class*="span"] {
        margin-left: 20px
    }
    input.span12,
    textarea.span12,
    .uneditable-input.span12 {
        width: 710px
    }
    input.span11,
    textarea.span11,
    .uneditable-input.span11 {
        width: 648px
    }
    input.span10,
    textarea.span10,
    .uneditable-input.span10 {
        width: 586px
    }
    input.span9,
    textarea.span9,
    .uneditable-input.span9 {
        width: 524px
    }
    input.span8,
    textarea.span8,
    .uneditable-input.span8 {
        width: 462px
    }
    input.span7,
    textarea.span7,
    .uneditable-input.span7 {
        width: 400px
    }
    input.span6,
    textarea.span6,
    .uneditable-input.span6 {
        width: 338px
    }
    input.span5,
    textarea.span5,
    .uneditable-input.span5 {
        width: 276px
    }
    input.span4,
    textarea.span4,
    .uneditable-input.span4 {
        width: 214px
    }
    input.span3,
    textarea.span3,
    .uneditable-input.span3 {
        width: 152px
    }
    input.span2,
    textarea.span2,
    .uneditable-input.span2 {
        width: 90px
    }
    input.span1,
    textarea.span1,
    .uneditable-input.span1 {
        width: 28px
    }
}
@media (max-width: 767px) {
    body {
        padding-left: 20px;
        padding-right: 20px;
        overflow-y: scroll;
        overflow-x: hidden
    }
    .navbar-fixed-top,
    .navbar-fixed-bottom,
    .navbar-static-top {
        margin-left: -20px;
        margin-right: -20px
    }
    .container-fluid {
        padding: 0
    }
    .dl-horizontal dt {
        float: none;
        clear: none;
        width: auto;
        text-align: left
    }
    .dl-horizontal dd {
        margin-left: 0
    }
    .container {
        width: auto
    }
    .row-fluid {
        width: 100%
    }
    .row,
    .thumbnails {
        margin-left: 0
    }
    .thumbnails>li {
        float: none;
        margin-left: 0
    }
    [class*="span"],
    .uneditable-input[class*="span"],
    .row-fluid [class*="span"] {
        float: none;
        display: block;
        width: 100%;
        margin-left: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .span12,
    .row-fluid .span12 {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .row-fluid [class*="offset"]:first-child {
        margin-left: 0
    }
    .input-large,
    .input-xlarge,
    .input-xxlarge,
    input[class*="span"],
    select[class*="span"],
    textarea[class*="span"],
    .uneditable-input {
        display: block;
        width: 100%;
        min-height: 32px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }
    .input-prepend input,
    .input-append input,
    .input-prepend input[class*="span"],
    .input-append input[class*="span"] {
        display: inline-block;
        width: auto
    }
    .controls-row [class*="span"]+[class*="span"] {
        margin-left: 0
    }
    .modal {
        position: fixed;
        top: 20px;
        left: 20px;
        right: 20px;
        width: auto;
        margin: 0
    }
    .modal.fade {
        top: -100px
    }
    .modal.fade.in {
        top: 20px
    }
}
@media (max-width: 480px) {
    .nav-collapse {
        -webkit-transform: translate3d(0, 0, 0)
    }
    .page-header h1 small {
        display: block;
        line-height: 22px
    }
    input[type="checkbox"],
    input[type="radio"] {
        border: 1px solid #ccc
    }
    .form-horizontal .control-label {
        float: none;
        width: auto;
        padding-top: 0;
        text-align: left
    }
    .form-horizontal .controls {
        margin-left: 0
    }
    .form-horizontal .control-list {
        padding-top: 0
    }
    .form-horizontal .form-actions {
        padding-left: 10px;
        padding-right: 10px
    }
    .media .pull-left,
    .media .pull-right {
        float: none;
        display: block;
        margin-bottom: 10px
    }
    .media-object {
        margin-right: 0;
        margin-left: 0
    }
    .modal {
        top: 10px;
        left: 10px;
        right: 10px
    }
    .modal-header .close {
        padding: 10px;
        margin: -10px
    }
    .carousel-caption {
        position: static
    }
}
.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -moz-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}
.fade.in {
    opacity: 1
}
.collapse {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    -moz-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 0.35s ease
}
.collapse.in {
    height: auto
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block
}
audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}
audio:not([controls]) {
    display: none
}
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}
a:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
a:hover,
a:active {
    outline: 0
}
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic
}
#map_canvas img,
.google-maps img {
    max-width: none
}
button,
input,
select,
textarea {
    margin: 0;
    font-size: 100%;
    vertical-align: middle
}
button,
input {
    *overflow: visible;
    line-height: normal
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
    cursor: pointer
}
input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none
}
textarea {
    overflow: auto;
    vertical-align: top
}
@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }
    thead {
        display: table-header-group
    }
    tr,
    img {
        page-break-inside: avoid
    }
    img {
        max-width: 100% !important
    }
    @page {
        margin: 0.5cm
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
}
.island,
.islet {
    display: block
}
.island {
    padding: 20px !important
}
.islet {
    padding: 10px !important
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #eee;
    border: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15)
}
.well-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px
}
.well-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.hide {
    display: none
}
.show {
    display: block
}
.invisible {
    visibility: hidden
}
.affix {
    position: fixed
}
.flat {
    margin: 0 auto!important;
    margin-top: 0!important;
    margin-bottom: 0!important
}
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
@font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.0.3');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff?v=4.0.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.0.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
[class^="icon"],
[class*="icon"] {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.icon-lg {
    font-size: 1.333333333em;
    line-height: 0.75em;
    vertical-align: -15%
}
.icon-2x {
    font-size: 2em
}
.icon-3x {
    font-size: 3em
}
.icon-4x {
    font-size: 4em
}
.icon-5x {
    font-size: 5em
}
.icon-fw {
    width: 1.285714286em;
    text-align: center
}
.icon-ul {
    padding-left: 0;
    margin-left: 2.142857143em;
    list-style-type: none
}
.icon-ul>li {
    position: relative
}
.icon-li {
    position: absolute;
    left: -2.142857143em;
    width: 2.142857143em;
    top: 0.142857143em;
    text-align: center
}
.icon-li.icon-lg {
    left: -1.857142857em
}
.icon-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eee;
    border-radius: .1em
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.icon.pull-left {
    margin-right: .3em
}
.icon.pull-right {
    margin-left: .3em
}
.icon-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear
}
@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(359deg)
    }
}
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(359deg)
    }
}
@-o-keyframes spin {
    0% {
        -o-transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(359deg)
    }
}
@-ms-keyframes spin {
    0% {
        -ms-transform: rotate(0deg)
    }
    100% {
        -ms-transform: rotate(359deg)
    }
}
@keyframes spin {
    0% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(359deg)
    }
}
.icon-rotate-90 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=1);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}
.icon-rotate-180 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg)
}
.icon-rotate-270 {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=3);
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg)
}
.icon-flip-horizontal {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
    -webkit-transform: scale(-1, 1);
    -moz-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.icon-flip-vertical {
    filter: progid: DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
    -webkit-transform: scale(1, -1);
    -moz-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    -o-transform: scale(1, -1);
    transform: scale(1, -1)
}
.icon-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.icon-stack-1x,
.icon-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.icon-stack-1x {
    line-height: inherit
}
.icon-stack-2x {
    font-size: 2em
}
.icon-inverse {
    color: #fff
}
.icon-glass:before {
    content: "\f000"
}
.icon-music:before {
    content: "\f001"
}
.icon-search:before {
    content: "\f002"
}
.icon-envelope-o:before {
    content: "\f003"
}
.icon-heart:before {
    content: "\f004"
}
.icon-star:before {
    content: "\f005"
}
.icon-star-o:before {
    content: "\f006"
}
.icon-user:before {
    content: "\f007"
}
.icon-film:before {
    content: "\f008"
}
.icon-th-large:before {
    content: "\f009"
}
.icon-th:before {
    content: "\f00a"
}
.icon-th-list:before {
    content: "\f00b"
}
.icon-check:before {
    content: "\f00c"
}
.icon-times:before {
    content: "\f00d"
}
.icon-search-plus:before {
    content: "\f00e"
}
.icon-search-minus:before {
    content: "\f010"
}
.icon-power-off:before {
    content: "\f011"
}
.icon-signal:before {
    content: "\f012"
}
.icon-gear:before,
.icon-cog:before {
    content: "\f013"
}
.icon-trash-o:before {
    content: "\f014"
}
.icon-home:before {
    content: "\f015"
}
.icon-file-o:before {
    content: "\f016"
}
.icon-clock-o:before {
    content: "\f017"
}
.icon-road:before {
    content: "\f018"
}
.icon-download:before {
    content: "\f019"
}
.icon-arrow-circle-o-down:before {
    content: "\f01a"
}
.icon-arrow-circle-o-up:before {
    content: "\f01b"
}
.icon-inbox:before {
    content: "\f01c"
}
.icon-play-circle-o:before {
    content: "\f01d"
}
.icon-rotate-right:before,
.icon-repeat:before {
    content: "\f01e"
}
.icon-refresh:before {
    content: "\f021"
}
.icon-list-alt:before {
    content: "\f022"
}
.icon-lock:before {
    content: "\f023"
}
.icon-flag:before {
    content: "\f024"
}
.icon-headphones:before {
    content: "\f025"
}
.icon-volume-off:before {
    content: "\f026"
}
.icon-volume-down:before {
    content: "\f027"
}
.icon-volume-up:before {
    content: "\f028"
}
.icon-qrcode:before {
    content: "\f029"
}
.icon-barcode:before {
    content: "\f02a"
}
.icon-tag:before {
    content: "\f02b"
}
.icon-tags:before {
    content: "\f02c"
}
.icon-book:before {
    content: "\f02d"
}
.icon-bookmark:before {
    content: "\f02e"
}
.icon-print:before {
    content: "\f02f"
}
.icon-camera:before {
    content: "\f030"
}
.icon-font:before {
    content: "\f031"
}
.icon-bold:before {
    content: "\f032"
}
.icon-italic:before {
    content: "\f033"
}
.icon-text-height:before {
    content: "\f034"
}
.icon-text-width:before {
    content: "\f035"
}
.icon-align-left:before {
    content: "\f036"
}
.icon-align-center:before {
    content: "\f037"
}
.icon-align-right:before {
    content: "\f038"
}
.icon-align-justify:before {
    content: "\f039"
}
.icon-list:before {
    content: "\f03a"
}
.icon-dedent:before,
.icon-outdent:before {
    content: "\f03b"
}
.icon-indent:before {
    content: "\f03c"
}
.icon-video-camera:before {
    content: "\f03d"
}
.icon-picture-o:before {
    content: "\f03e"
}
.icon-pencil:before {
    content: "\f040"
}
.icon-map-marker:before {
    content: "\f041"
}
.icon-adjust:before {
    content: "\f042"
}
.icon-tint:before {
    content: "\f043"
}
.icon-edit:before,
.icon-pencil-square-o:before {
    content: "\f044"
}
.icon-share-square-o:before {
    content: "\f045"
}
.icon-check-square-o:before {
    content: "\f046"
}
.icon-arrows:before {
    content: "\f047"
}
.icon-step-backward:before {
    content: "\f048"
}
.icon-fast-backward:before {
    content: "\f049"
}
.icon-backward:before {
    content: "\f04a"
}
.icon-play:before {
    content: "\f04b"
}
.icon-pause:before {
    content: "\f04c"
}
.icon-stop:before {
    content: "\f04d"
}
.icon-forward:before {
    content: "\f04e"
}
.icon-fast-forward:before {
    content: "\f050"
}
.icon-step-forward:before {
    content: "\f051"
}
.icon-eject:before {
    content: "\f052"
}
.icon-chevron-left:before {
    content: "\f053"
}
.icon-chevron-right:before {
    content: "\f054"
}
.icon-plus-circle:before {
    content: "\f055"
}
.icon-minus-circle:before {
    content: "\f056"
}
.icon-times-circle:before {
    content: "\f057"
}
.icon-check-circle:before {
    content: "\f058"
}
.icon-question-circle:before {
    content: "\f059"
}
.icon-info-circle:before {
    content: "\f05a"
}
.icon-crosshairs:before {
    content: "\f05b"
}
.icon-times-circle-o:before {
    content: "\f05c"
}
.icon-check-circle-o:before {
    content: "\f05d"
}
.icon-ban:before {
    content: "\f05e"
}
.icon-arrow-left:before {
    content: "\f060"
}
.icon-arrow-right:before {
    content: "\f061"
}
.icon-arrow-up:before {
    content: "\f062"
}
.icon-arrow-down:before {
    content: "\f063"
}
.icon-mail-forward:before,
.icon-share:before {
    content: "\f064"
}
.icon-expand:before {
    content: "\f065"
}
.icon-compress:before {
    content: "\f066"
}
.icon-plus:before {
    content: "\f067"
}
.icon-minus:before {
    content: "\f068"
}
.icon-asterisk:before {
    content: "\f069"
}
.icon-exclamation-circle:before {
    content: "\f06a"
}
.icon-gift:before {
    content: "\f06b"
}
.icon-leaf:before {
    content: "\f06c"
}
.icon-fire:before {
    content: "\f06d"
}
.icon-eye:before {
    content: "\f06e"
}
.icon-eye-slash:before {
    content: "\f070"
}
.icon-warning:before,
.icon-exclamation-triangle:before {
    content: "\f071"
}
.icon-plane:before {
    content: "\f072"
}
.icon-calendar:before {
    content: "\f073"
}
.icon-random:before {
    content: "\f074"
}
.icon-comment:before {
    content: "\f075"
}
.icon-magnet:before {
    content: "\f076"
}
.icon-chevron-up:before {
    content: "\f077"
}
.icon-chevron-down:before {
    content: "\f078"
}
.icon-retweet:before {
    content: "\f079"
}
.icon-shopping-cart:before {
    content: "\f07a"
}
.icon-folder:before {
    content: "\f07b"
}
.icon-folder-open:before {
    content: "\f07c"
}
.icon-arrows-v:before {
    content: "\f07d"
}
.icon-arrows-h:before {
    content: "\f07e"
}
.icon-bar-chart-o:before {
    content: "\f080"
}
.icon-twitter-square:before {
    content: "\f081"
}
.icon-facebook-square:before {
    content: "\f082"
}
.icon-camera-retro:before {
    content: "\f083"
}
.icon-key:before {
    content: "\f084"
}
.icon-gears:before,
.icon-cogs:before {
    content: "\f085"
}
.icon-comments:before {
    content: "\f086"
}
.icon-thumbs-o-up:before {
    content: "\f087"
}
.icon-thumbs-o-down:before {
    content: "\f088"
}
.icon-star-half:before {
    content: "\f089"
}
.icon-heart-o:before {
    content: "\f08a"
}
.icon-sign-out:before {
    content: "\f08b"
}
.icon-linkedin-square:before {
    content: "\f08c"
}
.icon-thumb-tack:before {
    content: "\f08d"
}
.icon-external-link:before {
    content: "\f08e"
}
.icon-sign-in:before {
    content: "\f090"
}
.icon-trophy:before {
    content: "\f091"
}
.icon-github-square:before {
    content: "\f092"
}
.icon-upload:before {
    content: "\f093"
}
.icon-lemon-o:before {
    content: "\f094"
}
.icon-phone:before {
    content: "\f095"
}
.icon-square-o:before {
    content: "\f096"
}
.icon-bookmark-o:before {
    content: "\f097"
}
.icon-phone-square:before {
    content: "\f098"
}
.icon-twitter:before {
    content: "\f099"
}
.icon-facebook:before {
    content: "\f09a"
}
.icon-github:before {
    content: "\f09b"
}
.icon-unlock:before {
    content: "\f09c"
}
.icon-credit-card:before {
    content: "\f09d"
}
.icon-rss:before {
    content: "\f09e"
}
.icon-hdd-o:before {
    content: "\f0a0"
}
.icon-bullhorn:before {
    content: "\f0a1"
}
.icon-bell:before {
    content: "\f0f3"
}
.icon-certificate:before {
    content: "\f0a3"
}
.icon-hand-o-right:before {
    content: "\f0a4"
}
.icon-hand-o-left:before {
    content: "\f0a5"
}
.icon-hand-o-up:before {
    content: "\f0a6"
}
.icon-hand-o-down:before {
    content: "\f0a7"
}
.icon-arrow-circle-left:before {
    content: "\f0a8"
}
.icon-arrow-circle-right:before {
    content: "\f0a9"
}
.icon-arrow-circle-up:before {
    content: "\f0aa"
}
.icon-arrow-circle-down:before {
    content: "\f0ab"
}
.icon-globe:before {
    content: "\f0ac"
}
.icon-wrench:before {
    content: "\f0ad"
}
.icon-tasks:before {
    content: "\f0ae"
}
.icon-filter:before {
    content: "\f0b0"
}
.icon-briefcase:before {
    content: "\f0b1"
}
.icon-arrows-alt:before {
    content: "\f0b2"
}
.icon-group:before,
.icon-users:before {
    content: "\f0c0"
}
.icon-chain:before,
.icon-link:before {
    content: "\f0c1"
}
.icon-cloud:before {
    content: "\f0c2"
}
.icon-flask:before {
    content: "\f0c3"
}
.icon-cut:before,
.icon-scissors:before {
    content: "\f0c4"
}
.icon-copy:before,
.icon-files-o:before {
    content: "\f0c5"
}
.icon-paperclip:before {
    content: "\f0c6"
}
.icon-save:before,
.icon-floppy-o:before {
    content: "\f0c7"
}
.icon-square:before {
    content: "\f0c8"
}
.icon-bars:before {
    content: "\f0c9"
}
.icon-list-ul:before {
    content: "\f0ca"
}
.icon-list-ol:before {
    content: "\f0cb"
}
.icon-strikethrough:before {
    content: "\f0cc"
}
.icon-underline:before {
    content: "\f0cd"
}
.icon-table:before {
    content: "\f0ce"
}
.icon-magic:before {
    content: "\f0d0"
}
.icon-truck:before {
    content: "\f0d1"
}
.icon-pinterest:before {
    content: "\f0d2"
}
.icon-pinterest-square:before {
    content: "\f0d3"
}
.icon-google-plus-square:before {
    content: "\f0d4"
}
.icon-google-plus:before {
    content: "\f0d5"
}
.icon-money:before {
    content: "\f0d6"
}
.icon-caret-down:before {
    content: "\f0d7"
}
.icon-caret-up:before {
    content: "\f0d8"
}
.icon-caret-left:before {
    content: "\f0d9"
}
.icon-caret-right:before {
    content: "\f0da"
}
.icon-columns:before {
    content: "\f0db"
}
.icon-unsorted:before,
.icon-sort:before {
    content: "\f0dc"
}
.icon-sort-down:before,
.icon-sort-asc:before {
    content: "\f0dd"
}
.icon-sort-up:before,
.icon-sort-desc:before {
    content: "\f0de"
}
.icon-envelope:before {
    content: "\f0e0"
}
.icon-linkedin:before {
    content: "\f0e1"
}
.icon-rotate-left:before,
.icon-undo:before {
    content: "\f0e2"
}
.icon-legal:before,
.icon-gavel:before {
    content: "\f0e3"
}
.icon-dashboard:before,
.icon-tachometer:before {
    content: "\f0e4"
}
.icon-comment-o:before {
    content: "\f0e5"
}
.icon-comments-o:before {
    content: "\f0e6"
}
.icon-flash:before,
.icon-bolt:before {
    content: "\f0e7"
}
.icon-sitemap:before {
    content: "\f0e8"
}
.icon-umbrella:before {
    content: "\f0e9"
}
.icon-paste:before,
.icon-clipboard:before {
    content: "\f0ea"
}
.icon-lightbulb-o:before {
    content: "\f0eb"
}
.icon-exchange:before {
    content: "\f0ec"
}
.icon-cloud-download:before {
    content: "\f0ed"
}
.icon-cloud-upload:before {
    content: "\f0ee"
}
.icon-user-md:before {
    content: "\f0f0"
}
.icon-stethoscope:before {
    content: "\f0f1"
}
.icon-suitcase:before {
    content: "\f0f2"
}
.icon-bell-o:before {
    content: "\f0a2"
}
.icon-coffee:before {
    content: "\f0f4"
}
.icon-cutlery:before {
    content: "\f0f5"
}
.icon-file-text-o:before {
    content: "\f0f6"
}
.icon-building-o:before {
    content: "\f0f7"
}
.icon-hospital-o:before {
    content: "\f0f8"
}
.icon-ambulance:before {
    content: "\f0f9"
}
.icon-medkit:before {
    content: "\f0fa"
}
.icon-fighter-jet:before {
    content: "\f0fb"
}
.icon-beer:before {
    content: "\f0fc"
}
.icon-h-square:before {
    content: "\f0fd"
}
.icon-plus-square:before {
    content: "\f0fe"
}
.icon-angle-double-left:before {
    content: "\f100"
}
.icon-angle-double-right:before {
    content: "\f101"
}
.icon-angle-double-up:before {
    content: "\f102"
}
.icon-angle-double-down:before {
    content: "\f103"
}
.icon-angle-left:before {
    content: "\f104"
}
.icon-angle-right:before {
    content: "\f105"
}
.icon-angle-up:before {
    content: "\f106"
}
.icon-angle-down:before {
    content: "\f107"
}
.icon-desktop:before {
    content: "\f108"
}
.icon-laptop:before {
    content: "\f109"
}
.icon-tablet:before {
    content: "\f10a"
}
.icon-mobile-phone:before,
.icon-mobile:before {
    content: "\f10b"
}
.icon-circle-o:before {
    content: "\f10c"
}
.icon-quote-left:before {
    content: "\f10d"
}
.icon-quote-right:before {
    content: "\f10e"
}
.icon-spinner:before {
    content: "\f110"
}
.icon-circle:before {
    content: "\f111"
}
.icon-mail-reply:before,
.icon-reply:before {
    content: "\f112"
}
.icon-github-alt:before {
    content: "\f113"
}
.icon-folder-o:before {
    content: "\f114"
}
.icon-folder-open-o:before {
    content: "\f115"
}
.icon-smile-o:before {
    content: "\f118"
}
.icon-frown-o:before {
    content: "\f119"
}
.icon-meh-o:before {
    content: "\f11a"
}
.icon-gamepad:before {
    content: "\f11b"
}
.icon-keyboard-o:before {
    content: "\f11c"
}
.icon-flag-o:before {
    content: "\f11d"
}
.icon-flag-checkered:before {
    content: "\f11e"
}
.icon-terminal:before {
    content: "\f120"
}
.icon-code:before {
    content: "\f121"
}
.icon-reply-all:before {
    content: "\f122"
}
.icon-mail-reply-all:before {
    content: "\f122"
}
.icon-star-half-empty:before,
.icon-star-half-full:before,
.icon-star-half-o:before {
    content: "\f123"
}
.icon-location-arrow:before {
    content: "\f124"
}
.icon-crop:before {
    content: "\f125"
}
.icon-code-fork:before {
    content: "\f126"
}
.icon-unlink:before,
.icon-chain-broken:before {
    content: "\f127"
}
.icon-question:before {
    content: "\f128"
}
.icon-info:before {
    content: "\f129"
}
.icon-exclamation:before {
    content: "\f12a"
}
.icon-superscript:before {
    content: "\f12b"
}
.icon-subscript:before {
    content: "\f12c"
}
.icon-eraser:before {
    content: "\f12d"
}
.icon-puzzle-piece:before {
    content: "\f12e"
}
.icon-microphone:before {
    content: "\f130"
}
.icon-microphone-slash:before {
    content: "\f131"
}
.icon-shield:before {
    content: "\f132"
}
.icon-calendar-o:before {
    content: "\f133"
}
.icon-fire-extinguisher:before {
    content: "\f134"
}
.icon-rocket:before {
    content: "\f135"
}
.icon-maxcdn:before {
    content: "\f136"
}
.icon-chevron-circle-left:before {
    content: "\f137"
}
.icon-chevron-circle-right:before {
    content: "\f138"
}
.icon-chevron-circle-up:before {
    content: "\f139"
}
.icon-chevron-circle-down:before {
    content: "\f13a"
}
.icon-html5:before {
    content: "\f13b"
}
.icon-css3:before {
    content: "\f13c"
}
.icon-anchor:before {
    content: "\f13d"
}
.icon-unlock-alt:before {
    content: "\f13e"
}
.icon-bullseye:before {
    content: "\f140"
}
.icon-ellipsis-h:before {
    content: "\f141"
}
.icon-ellipsis-v:before {
    content: "\f142"
}
.icon-rss-square:before {
    content: "\f143"
}
.icon-play-circle:before {
    content: "\f144"
}
.icon-ticket:before {
    content: "\f145"
}
.icon-minus-square:before {
    content: "\f146"
}
.icon-minus-square-o:before {
    content: "\f147"
}
.icon-level-up:before {
    content: "\f148"
}
.icon-level-down:before {
    content: "\f149"
}
.icon-check-square:before {
    content: "\f14a"
}
.icon-pencil-square:before {
    content: "\f14b"
}
.icon-external-link-square:before {
    content: "\f14c"
}
.icon-share-square:before {
    content: "\f14d"
}
.icon-compass:before {
    content: "\f14e"
}
.icon-toggle-down:before,
.icon-caret-square-o-down:before {
    content: "\f150"
}
.icon-toggle-up:before,
.icon-caret-square-o-up:before {
    content: "\f151"
}
.icon-toggle-right:before,
.icon-caret-square-o-right:before {
    content: "\f152"
}
.icon-euro:before,
.icon-eur:before {
    content: "\f153"
}
.icon-gbp:before {
    content: "\f154"
}
.icon-dollar:before,
.icon-usd:before {
    content: "\f155"
}
.icon-rupee:before,
.icon-inr:before {
    content: "\f156"
}
.icon-cny:before,
.icon-rmb:before,
.icon-yen:before,
.icon-jpy:before {
    content: "\f157"
}
.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
    content: "\f158"
}
.icon-won:before,
.icon-krw:before {
    content: "\f159"
}
.icon-bitcoin:before,
.icon-btc:before {
    content: "\f15a"
}
.icon-file:before {
    content: "\f15b"
}
.icon-file-text:before {
    content: "\f15c"
}
.icon-sort-alpha-asc:before {
    content: "\f15d"
}
.icon-sort-alpha-desc:before {
    content: "\f15e"
}
.icon-sort-amount-asc:before {
    content: "\f160"
}
.icon-sort-amount-desc:before {
    content: "\f161"
}
.icon-sort-numeric-asc:before {
    content: "\f162"
}
.icon-sort-numeric-desc:before {
    content: "\f163"
}
.icon-thumbs-up:before {
    content: "\f164"
}
.icon-thumbs-down:before {
    content: "\f165"
}
.icon-youtube-square:before {
    content: "\f166"
}
.icon-youtube:before {
    content: "\f167"
}
.icon-xing:before {
    content: "\f168"
}
.icon-xing-square:before {
    content: "\f169"
}
.icon-youtube-play:before {
    content: "\f16a"
}
.icon-dropbox:before {
    content: "\f16b"
}
.icon-stack-overflow:before {
    content: "\f16c"
}
.icon-instagram:before {
    content: "\f16d"
}
.icon-flickr:before {
    content: "\f16e"
}
.icon-adn:before {
    content: "\f170"
}
.icon-bitbucket:before {
    content: "\f171"
}
.icon-bitbucket-square:before {
    content: "\f172"
}
.icon-tumblr:before {
    content: "\f173"
}
.icon-tumblr-square:before {
    content: "\f174"
}
.icon-long-arrow-down:before {
    content: "\f175"
}
.icon-long-arrow-up:before {
    content: "\f176"
}
.icon-long-arrow-left:before {
    content: "\f177"
}
.icon-long-arrow-right:before {
    content: "\f178"
}
.icon-apple:before {
    content: "\f179"
}
.icon-windows:before {
    content: "\f17a"
}
.icon-android:before {
    content: "\f17b"
}
.icon-linux:before {
    content: "\f17c"
}
.icon-dribbble:before {
    content: "\f17d"
}
.icon-skype:before {
    content: "\f17e"
}
.icon-foursquare:before {
    content: "\f180"
}
.icon-trello:before {
    content: "\f181"
}
.icon-female:before {
    content: "\f182"
}
.icon-male:before {
    content: "\f183"
}
.icon-gittip:before {
    content: "\f184"
}
.icon-sun-o:before {
    content: "\f185"
}
.icon-moon-o:before {
    content: "\f186"
}
.icon-archive:before {
    content: "\f187"
}
.icon-bug:before {
    content: "\f188"
}
.icon-vk:before {
    content: "\f189"
}
.icon-weibo:before {
    content: "\f18a"
}
.icon-renren:before {
    content: "\f18b"
}
.icon-pagelines:before {
    content: "\f18c"
}
.icon-stack-exchange:before {
    content: "\f18d"
}
.icon-arrow-circle-o-right:before {
    content: "\f18e"
}
.icon-arrow-circle-o-left:before {
    content: "\f190"
}
.icon-toggle-left:before,
.icon-caret-square-o-left:before {
    content: "\f191"
}
.icon-dot-circle-o:before {
    content: "\f192"
}
.icon-wheelchair:before {
    content: "\f193"
}
.icon-vimeo-square:before {
    content: "\f194"
}
.icon-turkish-lira:before,
.icon-try:before {
    content: "\f195"
}
.icon-plus-square-o:before {
    content: "\f196"
}
.btn,
.SubmitButton,
input[type="submit"],
button,
.signoutLink,
.RegisterButton,
.TabControlLink,
.TabControlLinkSelected {
    //display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 10px 20px;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
    color: #00539b !important;
    vertical-align: middle;
    cursor: pointer;
    background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #eee, #dbdbdb);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#dbdbdb));
    background-image: -webkit-linear-gradient(top, #eee, #dbdbdb);
    background-image: -o-linear-gradient(top, #eee, #dbdbdb);
    background-image: linear-gradient(to bottom, #eee, #dbdbdb);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdbdbdb', GradientType=0);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 1px 1px #003868;
    -moz-box-shadow: 0 0 1px 1px #003868;
    box-shadow: 0 0 1px 1px #003868;
    border: 0;
    outline: 0
}
.btn.active,
.SubmitButton.active,
input[type="submit"].active,
button.active,
.signoutLink.active,
.RegisterButton.active,
.TabControlLink.active,
.TabControlLinkSelected.active,
.btn:active,
.SubmitButton:active,
input[type="submit"]:active,
button:active,
.signoutLink:active,
.RegisterButton:active,
.TabControlLink:active,
.TabControlLinkSelected:active,
.btn:hover,
.SubmitButton:hover,
input[type="submit"]:hover,
button:hover,
.signoutLink:hover,
.RegisterButton:hover,
.TabControlLink:hover,
.TabControlLinkSelected:hover,
.btn:focus,
.SubmitButton:focus,
input[type="submit"]:focus,
button:focus,
.signoutLink:focus,
.RegisterButton:focus,
.TabControlLink:focus,
.TabControlLinkSelected:focus {
    background-color: #d2d2d2;
    background-image: -moz-linear-gradient(top, #eee, #a7a7a7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#a7a7a7));
    background-image: -webkit-linear-gradient(top, #eee, #a7a7a7);
    background-image: -o-linear-gradient(top, #eee, #a7a7a7);
    background-image: linear-gradient(to bottom, #eee, #a7a7a7);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffa7a7a7', GradientType=0);
    outline: 0
}
.btn:focus,
.SubmitButton:focus,
input[type="submit"]:focus,
button:focus,
.signoutLink:focus,
.RegisterButton:focus,
.TabControlLink:focus,
.TabControlLinkSelected:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.btn.disabled,
.SubmitButton.disabled,
input[type="submit"].disabled,
button.disabled,
.signoutLink.disabled,
.RegisterButton.disabled,
.TabControlLink.disabled,
.TabControlLinkSelected.disabled,
.btn[disabled],
.SubmitButton[disabled],
input[type="submit"][disabled],
button[disabled],
.signoutLink[disabled],
.RegisterButton[disabled],
.TabControlLink[disabled],
.TabControlLinkSelected[disabled] {
    cursor: default;
    background-color: #a7a7a7;
    opacity: 0.65;
    filter: alpha(opacity=65);
    progid: DXImageTransform.Microsoft.Alpha(opacity=65);
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.TabControlLinkSelected {
    cursor: default;
    background-color: #a7a7a7;
    opacity: 0.65;
    filter: alpha(opacity=65);
    progid: DXImageTransform.Microsoft.Alpha(opacity=65);
    -khtml-opacity: 0.65;
    -moz-opacity: 0.65;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.btn-large {
    padding: 15px 20px;
    font-size: 18px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
    margin-top: 4px
}
.btn-small {
    padding: 10px 20px;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
    margin-top: 0
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
    margin-top: -1px
}
.btn-mini {
    padding: 5px 10px;
    font-size: 11px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}
.btn-combo-wrap {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -webkit-box-shadow: 0 0 1px 1px #003868;
    -moz-box-shadow: 0 0 1px 1px #003868;
    box-shadow: 0 0 1px 1px #003868;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}
.btn-left {
    -webkit-border-radius: 5px 0 0 5px;
    -moz-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-right: 1px solid #b2c3d3
}
.btn-right {
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-left: 1px solid #fff
}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}
.btn-block+.btn-block {
    margin-top: 5px
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%
}
.btn-primary,
input[type="submit"].btn-primary,
.SubmitButton,
.RegisterButton {
    background-color: #1d6db2 !important;
    background-image: -moz-linear-gradient(top, #307ec1, #00539b) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#307ec1), to(#00539b)) !important;
    background-image: -webkit-linear-gradient(top, #307ec1, #00539b) !important;
    background-image: -o-linear-gradient(top, #307ec1, #00539b) !important;
    background-image: linear-gradient(to bottom, #307ec1, #00539b) !important;
    background-repeat: repeat-x !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff307ec1', endColorstr='#ff00539b', GradientType=0) !important;
    color: #fff !important
}
.btn-primary:hover,
input[type="submit"].btn-primary:hover,
.SubmitButton:hover,
.RegisterButton:hover {
    background-color: #1d629d !important;
    background-image: -moz-linear-gradient(top, #307ec1, #003868) !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#307ec1), to(#003868)) !important;
    background-image: -webkit-linear-gradient(top, #307ec1, #003868) !important;
    background-image: -o-linear-gradient(top, #307ec1, #003868) !important;
    background-image: linear-gradient(to bottom, #307ec1, #003868) !important;
    background-repeat: repeat-x !important;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff307ec1', endColorstr='#ff003868', GradientType=0) !important
}
.btn-warning {
    background-color: #faa732;
    background-image: -moz-linear-gradient(top, #fbb450, #f89406);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
    background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
    background-image: -o-linear-gradient(top, #fbb450, #f89406);
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
    color: #fff
}
.btn-warning:hover {
    background-color: #e69b32;
    background-image: -moz-linear-gradient(top, #fbb450, #c67605);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#c67605));
    background-image: -webkit-linear-gradient(top, #fbb450, #c67605);
    background-image: -o-linear-gradient(top, #fbb450, #c67605);
    background-image: linear-gradient(to bottom, #fbb450, #c67605);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#ffc67605', GradientType=0)
}
.btn-danger {
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    color: #fff
}
.btn-danger:hover {
    background-color: #ca4a45;
    background-image: -moz-linear-gradient(top, #ee5f5b, #942a25);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#942a25));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #942a25);
    background-image: -o-linear-gradient(top, #ee5f5b, #942a25);
    background-image: linear-gradient(to bottom, #ee5f5b, #942a25);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ff942a25', GradientType=0)
}
.btn-success {
    background-color: #5bb75b;
    background-image: -moz-linear-gradient(top, #62c462, #51a351);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
    background-image: -webkit-linear-gradient(top, #62c462, #51a351);
    background-image: -o-linear-gradient(top, #62c462, #51a351);
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
    color: #fff
}
.btn-success:hover {
    background-color: #54a954;
    background-image: -moz-linear-gradient(top, #62c462, #408140);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#408140));
    background-image: -webkit-linear-gradient(top, #62c462, #408140);
    background-image: -o-linear-gradient(top, #62c462, #408140);
    background-image: linear-gradient(to bottom, #62c462, #408140);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff408140', GradientType=0)
}
.btn-info {
    background-color: #49afcd;
    background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
    background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
    background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
    color: #fff
}
.btn-info:hover {
    background-color: #45a2bd;
    background-image: -moz-linear-gradient(top, #5bc0de, #24748c);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#24748c));
    background-image: -webkit-linear-gradient(top, #5bc0de, #24748c);
    background-image: -o-linear-gradient(top, #5bc0de, #24748c);
    background-image: linear-gradient(to bottom, #5bc0de, #24748c);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff24748c', GradientType=0)
}
.btn-inverse {
    background-color: #4b4d4e;
    background-image: -moz-linear-gradient(top, #444, #565a5e);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#565a5e));
    background-image: -webkit-linear-gradient(top, #444, #565a5e);
    background-image: -o-linear-gradient(top, #444, #565a5e);
    background-image: linear-gradient(to bottom, #444, #565a5e);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff565a5e', GradientType=0);
    color: #fff
}
.btn-inverse:hover {
    background-color: #414344;
    background-image: -moz-linear-gradient(top, #444, #3e4143);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444), to(#3e4143));
    background-image: -webkit-linear-gradient(top, #444, #3e4143);
    background-image: -o-linear-gradient(top, #444, #3e4143);
    background-image: linear-gradient(to bottom, #444, #3e4143);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff3e4143', GradientType=0)
}
button.btn,
input[type="submit"].btn {
    *padding-top: 3px;
    *padding-bottom: 3px
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
    padding: 0;
    border: 0
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
    *padding-top: 7px;
    *padding-bottom: 7px
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
    *padding-top: 3px;
    *padding-bottom: 3px
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
    *padding-top: 1px;
    *padding-bottom: 1px
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: transparent;
    background-image: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}
.btn-link {
    border-color: transparent;
    cursor: pointer;
    color: #00539b;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.btn-link:hover,
.btn-link:focus {
    color: #f5bc0f;
    text-decoration: underline;
    background-color: transparent
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
    color: #999;
    text-decoration: none
}
input.FormButton {
    margin-bottom: 20px
}
@media (max-width: 480px) {
    .btn-left {
        width: 100%;
        border-right: 0;
        border-bottom: 1px solid #b2c3d3;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0
    }
    .btn-right {
        width: 100%;
        border-left: 0;
        border-top: 1px solid #fff;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px
    }
}
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0
}
.table {
    width: 100%;
    clear: both;
    margin-bottom: 22px
}
.table th,
.table td {
    padding: 10px;
    line-height: 22px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #ddd
}
.table th {
    font-weight: bold
}
.table thead th {
    vertical-align: bottom
}
.table caption+thead tr:first-child th,
.table caption+thead tr:first-child td,
.table colgroup+thead tr:first-child th,
.table colgroup+thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0
}
.table tbody+tbody {
    border-top: 2px solid #ddd
}
.table .table {
    background-color: #fff
}
.table-condensed th,
.table-condensed td {
    padding: 4px 5px
}
.table-bordered {
    border: 1px solid #ddd;
    border-collapse: separate;
    *border-collapse: collapse;
    border-left: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}
.table-bordered th,
.table-bordered td {
    border-left: 1px solid #ddd
}
.table-bordered caption+thead tr:first-child th,
.table-bordered caption+tbody tr:first-child th,
.table-bordered caption+tbody tr:first-child td,
.table-bordered colgroup+thead tr:first-child th,
.table-bordered colgroup+tbody tr:first-child th,
.table-bordered colgroup+tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
    border-top: 0
}
.table-bordered thead:first-child tr:first-child>th:first-child,
.table-bordered tbody:first-child tr:first-child>td:first-child,
.table-bordered tbody:first-child tr:first-child>th:first-child {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px
}
.table-bordered thead:first-child tr:first-child>th:last-child,
.table-bordered tbody:first-child tr:first-child>td:last-child,
.table-bordered tbody:first-child tr:first-child>th:last-child {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px
}
.table-bordered thead:last-child tr:last-child>th:first-child,
.table-bordered tbody:last-child tr:last-child>td:first-child,
.table-bordered tbody:last-child tr:last-child>th:first-child,
.table-bordered tfoot:last-child tr:last-child>td:first-child,
.table-bordered tfoot:last-child tr:last-child>th:first-child {
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px
}
.table-bordered thead:last-child tr:last-child>th:last-child,
.table-bordered tbody:last-child tr:last-child>td:last-child,
.table-bordered tbody:last-child tr:last-child>th:last-child,
.table-bordered tfoot:last-child tr:last-child>td:last-child,
.table-bordered tfoot:last-child tr:last-child>th:last-child {
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px
}
.table-bordered tfoot+tbody:last-child tr:last-child td:first-child {
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    border-bottom-left-radius: 0
}
.table-bordered tfoot+tbody:last-child tr:last-child td:last-child {
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    border-bottom-right-radius: 0
}
.table-bordered caption+thead tr:first-child th:first-child,
.table-bordered caption+tbody tr:first-child td:first-child,
.table-bordered colgroup+thead tr:first-child th:first-child,
.table-bordered colgroup+tbody tr:first-child td:first-child {
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px
}
.table-bordered caption+thead tr:first-child th:last-child,
.table-bordered caption+tbody tr:first-child td:last-child,
.table-bordered colgroup+thead tr:first-child th:last-child,
.table-bordered colgroup+tbody tr:first-child td:last-child {
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px
}
.table-striped thead>tr>th {
    background-color: #00539b;
    color: #fff;
    font-weight: normal;
    font-size: 18px
}
.table-striped tbody>tr:nth-child(odd)>td,
.table-striped tbody>tr:nth-child(odd)>th {
    background-color: #f3f5fa
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
    display: table-cell;
    float: none;
    margin-left: 0
}
.table td.span1,
.table th.span1 {
    float: none;
    width: 44px;
    margin-left: 0
}
.table td.span2,
.table th.span2 {
    float: none;
    width: 124px;
    margin-left: 0
}
.table td.span3,
.table th.span3 {
    float: none;
    width: 204px;
    margin-left: 0
}
.table td.span4,
.table th.span4 {
    float: none;
    width: 284px;
    margin-left: 0
}
.table td.span5,
.table th.span5 {
    float: none;
    width: 364px;
    margin-left: 0
}
.table td.span6,
.table th.span6 {
    float: none;
    width: 444px;
    margin-left: 0
}
.table td.span7,
.table th.span7 {
    float: none;
    width: 524px;
    margin-left: 0
}
.table td.span8,
.table th.span8 {
    float: none;
    width: 604px;
    margin-left: 0
}
.table td.span9,
.table th.span9 {
    float: none;
    width: 684px;
    margin-left: 0
}
.table td.span10,
.table th.span10 {
    float: none;
    width: 764px;
    margin-left: 0
}
.table td.span11,
.table th.span11 {
    float: none;
    width: 844px;
    margin-left: 0
}
.table td.span12,
.table th.span12 {
    float: none;
    width: 924px;
    margin-left: 0
}
.table tbody tr.success>td {
    background-color: #dff0d8
}
.table tbody tr.error>td {
    background-color: #f2dede
}
.table tbody tr.warning>td {
    background-color: #fcf8e3
}
.table tbody tr.info>td {
    background-color: #d9edf7
}
.table-hover tbody tr.success:hover>td {
    background-color: #d0e9c6
}
.table-hover tbody tr.error:hover>td {
    background-color: #ebcccc
}
.table-hover tbody tr.warning:hover>td {
    background-color: #faf2cc
}
.table-hover tbody tr.info:hover>td {
    background-color: #c4e3f3
}
@media (min-width: 980px) {
    .table-hover tbody tr:hover>td,
    .table-hover tbody tr:hover>th {
        background-color: #96b7d3;
        color: #fff
    }
}
@media (max-width: 979px) {
    body:not(.IE) .table-responsive table,
    body:not(.IE) .table-responsive thead,
    body:not(.IE) .table-responsive tbody,
    body:not(.IE) .table-responsive th,
    body:not(.IE) .table-responsive td,
    body:not(.IE) .table-responsive tr {
        display: block
    }
    body:not(.IE) .table-responsive thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    body:not(.IE) .table-responsive tr {
        border: 1px solid #ccc
    }
    body:not(.IE) .table-responsive td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 45%;
        white-space: normal;
        text-align: left
    }
    body:not(.IE) .table-responsive td:last-child {
        word-break: break-word
    }
    body:not(.IE) .table-responsive td:before {
        position: absolute;
        top: 8px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        overflow: hidden;
        text-overflow: ellipsis
    }
    body:not(.IE) .table-responsive td:before {
        content: attr(data-title)
    }
}
html,
body,
form {
    height: 100% !important
}
.site-wrapper {
    height: auto !important;
    min-height: 100%;
    height: 100%
}
.header-right {
    margin-top: 30px
}
.header-right .mychurchie-login:first-child {
    float: right;
    margin-left: 10px
}
.header-right .mychurchie-login:first-child i {
    font-size: 24px
}
.header-right .mychurchie-login:first-child:after {
    content: "myChurchie"
}
.header-wrapper .logo-top img {
    display: inline-block;
    position: relative;
    margin-top: 20px;
}
.side-bar {
    background-color: #f8f8f8;
    padding: 10px
}
.content-page {
    padding-bottom: 70px
}
.footer {
    padding: 50px 0;
    background: #dbdbdb url("../images/bg_texture.png");
    font-size: 13px;
    color: #00539b;
    box-shadow: inset 0px 30px 35px -25px #a7a7a7
}
.footer .logo {
    width: 90%;
    max-width: 250px;
    margin-bottom: 30px
}
.footer .title {
    font-size: 14px
}
.footer nav>ul {
    margin: 0;
    float: left;
    width: 25%;
    list-style: none;
    padding-right: 5px
}
.footer nav>ul ul {
    margin: 0;
    list-style: none
}
.footer nav>ul>li {
    margin-bottom: 22px
}
.footer nav>ul>li>a {
    font-size: 14px;
    font-weight: bold
}
.low-footer {
    padding: 10px 0;
    color: #f8f8f8;
    font-size: 12px;
    background: #999;
    text-align: center;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5)
}
@media (min-width: 980px) {
    .header-wrapper .logo-top img {
    }
}
@media (max-width: 979px) {
    .header-mobile_search-wrap {
        position: relative;
        padding: 0px 5px;
        margin: 50px 0 15px -100%
    }
    .header-wrapper .header-mobile_search-field {
        width: 100%;
        height: 40px;
        padding-right: 40px;
        margin-bottom: 5px
    }
    .header-wrapper .header-mobile_search-submit {
        border: none;
        position: absolute;
        right: 8px;
        top: 2px;
        background: url(../images/mag-glass-mobile.png) no-repeat;
        width: 36px;
        height: 36px
    }
    .header-wrapper .header-mobile_search-submit:hover,
    .header-wrapper .header-mobile_search-submit:active {
        background: url(../images/mag-glass-mobile-hvr.png) no-repeat
    }
}
@media (max-width: 767px) {
    .header-wrapper .logo {
        width: 50%;
        float: left
    }
    .header-wrapper .header-right {
        width: 50%;
        float: right
    }
    .footer,
    .low-footer {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px
    }
    .footer #menuElem,
    .footer #menuElem1,
    .footer #menuElem2,
    .footer #menuElem3 {
        margin-bottom: 22px;
        width: 50%
    }
    .footer #menuElem2 {
        clear: both
    }
    .footer nav {
        margin-top: 20px
    }
    .footer nav>ul {
        width: 50%
    }
}
@media (max-width: 480px) {
    .header-right {
        margin-top: 50px
    }
    .header-mobile_search-wrap {
        margin-top: 30px
    }
    .footer #menuElem,
    .footer #menuElem1,
    .footer #menuElem2,
    .footer #menuElem3 {
        float: none;
        width: 100%
    }
    .footer nav>ul {
        width: 100%;
        float: none
    }
}
form {
    margin: 0 0 22px
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 22px;
    font-size: 24px;
    line-height: 44px;
    color: #999;
    border: 0;
    border-bottom: 1px solid #e5e5e5
}
legend small {
    font-size: 16.5px;
    color: #dbdbdb
}
label,
input,
button,
select,
textarea {
    font-size: 16px;
    font-weight: normal;
    line-height: 22px
}
input,
button,
select,
textarea {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif
}
label {
    display: block;
    margin-bottom: 5px
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 11px;
    font-size: 16px;
    line-height: 22px;
    color: #565a5e;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    vertical-align: middle
}
input,
textarea,
.uneditable-input {
    width: 206px
}
textarea {
    height: auto
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    -webkit-transition: border linear 0.3s;
    -moz-transition: border linear 0.3s;
    -o-transition: border linear 0.3s;
    transition: border linear 0.3s
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: #00539b;
    outline: 0;
    outline: thin dotted \9
}
input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    *margin-top: 0;
    margin-top: 1px \9;
    line-height: normal
}
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto
}
select,
input[type="file"] {
    height: 34px;
    *margin-top: 4px;
    line-height: 32px
}
select {
    width: 206px;
    border: 1px solid #dbdbdb;
    background-color: #fff
}
select[multiple],
select[size] {
    height: auto
}
select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.uneditable-input,
.uneditable-textarea {
    color: #dbdbdb;
    background-color: #fcfcfc;
    border-color: #dbdbdb;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
    cursor: not-allowed
}
.uneditable-input {
    overflow: hidden;
    white-space: nowrap
}
.uneditable-textarea {
    width: auto;
    height: auto
}
input:-moz-placeholder,
textarea:-moz-placeholder {
    color: #999
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999
}
.radio,
.checkbox {
    min-height: 22px;
    padding-left: 20px
}
.radio input[type="radio"],
.checkbox input[type="checkbox"] {
    float: left;
    margin-left: -20px
}
.controls>.radio:first-child,
.controls>.checkbox:first-child {
    padding-top: 5px
}
.radio.inline,
.checkbox.inline {
    display: inline-block;
    padding-top: 5px;
    margin-bottom: 0;
    vertical-align: middle
}
.radio.inline+.radio.inline,
.checkbox.inline+.checkbox.inline {
    margin-left: 10px
}
.input-mini {
    width: 60px
}
.input-small {
    width: 90px
}
.input-medium {
    width: 150px
}
.input-large {
    width: 210px
}
.input-xlarge {
    width: 270px
}
.input-xxlarge {
    width: 530px
}
input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
    float: none;
    margin-left: 0
}
.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
    display: inline-block
}
input,
textarea,
.uneditable-input {
    margin-left: 0
}
.controls-row [class*="span"]+[class*="span"] {
    margin-left: 20px
}
input.span12,
textarea.span12,
.uneditable-input.span12 {
    width: 926px
}
input.span11,
textarea.span11,
.uneditable-input.span11 {
    width: 846px
}
input.span10,
textarea.span10,
.uneditable-input.span10 {
    width: 766px
}
input.span9,
textarea.span9,
.uneditable-input.span9 {
    width: 686px
}
input.span8,
textarea.span8,
.uneditable-input.span8 {
    width: 606px
}
input.span7,
textarea.span7,
.uneditable-input.span7 {
    width: 526px
}
input.span6,
textarea.span6,
.uneditable-input.span6 {
    width: 446px
}
input.span5,
textarea.span5,
.uneditable-input.span5 {
    width: 366px
}
input.span4,
textarea.span4,
.uneditable-input.span4 {
    width: 286px
}
input.span3,
textarea.span3,
.uneditable-input.span3 {
    width: 206px
}
input.span2,
textarea.span2,
.uneditable-input.span2 {
    width: 126px
}
input.span1,
textarea.span1,
.uneditable-input.span1 {
    width: 46px
}
.controls-row {
    *zoom: 1
}
.controls-row:before,
.controls-row:after {
    display: table;
    content: "";
    line-height: 0
}
.controls-row:after {
    clear: both
}
.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
    float: left
}
.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
    padding-top: 5px
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
    cursor: not-allowed;
    background-color: #eee
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
    background-color: transparent
}
.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
    color: #c09853
}
.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    color: #c09853
}
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e
}
.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853
}
.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
    color: #b94a48
}
.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    color: #b94a48
}
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392
}
.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48
}
.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
    color: #468847
}
.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    color: #468847
}
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b
}
.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847
}
.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
    color: #3a87ad
}
.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    color: #3a87ad
}
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
    border-color: #3a87ad;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}
.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
    border-color: #2d6987;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3
}
.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
    color: #3a87ad;
    background-color: #d9edf7;
    border-color: #3a87ad
}
input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
    color: #b94a48;
    border-color: #ee5f5b
}
input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
    border-color: #e9322d;
    -webkit-box-shadow: 0 0 6px #f8b9b7;
    -moz-box-shadow: 0 0 6px #f8b9b7;
    box-shadow: 0 0 6px #f8b9b7
}
.form-actions {
    padding: 21px 20px 22px;
    margin-top: 22px;
    margin-bottom: 22px;
    background-color: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    *zoom: 1
}
.form-actions:before,
.form-actions:after {
    display: table;
    content: "";
    line-height: 0
}
.form-actions:after {
    clear: both
}
.help-block,
.help-inline {
    color: #7b8086
}
.help-block {
    display: block;
    margin-bottom: 11px
}
.help-inline {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    padding-left: 5px
}
.input-append,
.input-prepend {
    display: inline-block;
    margin-bottom: 11px;
    vertical-align: middle;
    font-size: 0;
    white-space: nowrap
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
    font-size: 16px
}
.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
    position: relative;
    margin-bottom: 0;
    *margin-left: 0;
    vertical-align: top;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0
}
.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
    z-index: 2
}
.input-append .add-on,
.input-prepend .add-on {
    display: inline-block;
    width: auto;
    height: 22px;
    min-width: 16px;
    padding: 4px 5px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    text-align: center;
    text-shadow: 0 1px 0 #fff;
    background-color: #eee;
    border: 1px solid #ccc
}
.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group>.dropdown-toggle,
.input-prepend .btn-group>.dropdown-toggle {
    vertical-align: top;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.input-append .active,
.input-prepend .active {
    background-color: #a9dba9;
    border-color: #46a546
}
.input-prepend .add-on,
.input-prepend .btn {
    margin-right: -1px
}
.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px
}
.input-append input,
.input-append select,
.input-append .uneditable-input {
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px
}
.input-append input+.btn-group .btn:last-child,
.input-append select+.btn-group .btn:last-child,
.input-append .uneditable-input+.btn-group .btn:last-child {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0
}
.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
    margin-left: -1px
}
.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child>.dropdown-toggle {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0
}
.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.input-prepend.input-append input+.btn-group .btn,
.input-prepend.input-append select+.btn-group .btn,
.input-prepend.input-append .uneditable-input+.btn-group .btn {
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0
}
.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
    margin-right: -1px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px
}
.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
    margin-left: -1px;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0
}
.input-prepend.input-append .btn-group:first-child {
    margin-left: 0
}
input.search-query {
    padding-right: 14px;
    padding-right: 4px \9;
    padding-left: 14px;
    padding-left: 4px \9;
    margin-bottom: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px
}
.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.form-search .input-append .search-query {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px
}
.form-search .input-append .btn {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0
}
.form-search .input-prepend .search-query {
    -webkit-border-radius: 0 14px 14px 0;
    -moz-border-radius: 0 14px 14px 0;
    border-radius: 0 14px 14px 0
}
.form-search .input-prepend .btn {
    -webkit-border-radius: 14px 0 0 14px;
    -moz-border-radius: 14px 0 0 14px;
    border-radius: 14px 0 0 14px
}
.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-bottom: 0;
    vertical-align: middle
}
.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
    display: none
}
.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
    display: inline-block
}
.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
    margin-bottom: 0
}
.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
    padding-left: 0;
    margin-bottom: 0;
    vertical-align: middle
}
.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    float: left;
    margin-right: 3px;
    margin-left: 0
}
.control-group {
    margin-bottom: 11px
}
legend+.control-group {
    margin-top: 22px;
    -webkit-margin-top-collapse: separate
}
.form-horizontal .control-group {
    margin-bottom: 22px;
    *zoom: 1
}
.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
    display: table;
    content: "";
    line-height: 0
}
.form-horizontal .control-group:after {
    clear: both
}
.form-horizontal .control-label {
    float: left;
    width: 160px;
    padding-top: 5px;
    text-align: right
}
.form-horizontal .controls {
    *display: inline-block;
    *padding-left: 20px;
    margin-left: 180px;
    *margin-left: 0
}
.form-horizontal .controls:first-child {
    *padding-left: 180px
}
.form-horizontal .help-block {
    margin-bottom: 0
}
.form-horizontal input+.help-block,
.form-horizontal select+.help-block,
.form-horizontal textarea+.help-block,
.form-horizontal .uneditable-input+.help-block,
.form-horizontal .input-prepend+.help-block,
.form-horizontal .input-append+.help-block {
    margin-top: 11px
}
.form-horizontal .form-actions {
    padding-left: 180px
}
.mailchimp-sign-up-form {
    margin-bottom: 50px
}
.mailchimp-sign-up-form input {
    width: 100%
}
.EditingFormLabelCell {
    vertical-align: top
}
.FormPanel>table {
    width: 100%
}
.FormPanel input,
.FormPanel select,
.FormPanel textarea {
    width: 100%;
    height: 34px
}
.FormPanel input[type="submit"],
.FormPanel select[type="submit"],
.FormPanel textarea[type="submit"],
.FormPanel input[type="checkbox"],
.FormPanel select[type="checkbox"],
.FormPanel textarea[type="checkbox"],
.FormPanel input[type="radio"],
.FormPanel select[type="radio"],
.FormPanel textarea[type="radio"] {
    width: auto
}
.FormPanel input[type="file"],
.FormPanel select[type="file"],
.FormPanel textarea[type="file"] {
    margin-left: 10px
}
.FormPanel textarea,
.FormPanel select,
.FormPanel input[type="submit"] {
    height: auto
}
.FormPanel table>tbody>tr>td:first-child {
    width: 25%;
    padding-right: 20px;
    padding-top: 5px
}
.FormPanel .EditingFormLabel {
    font-weight: bold
}
.FormPanel .EditingFormCategoryRow td {
    padding: 22px 0;
    font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-weight: normal;
    line-height: 22px;
    font-size: 28px
}
.FormPanel .FormButton {
    float: right;
    margin-bottom: 0
}
.HiddenButton {
    display: none!important
}
.ImageSelector,
.PasswStrenghtIndicator {
    margin-bottom: 11px
}
.ImageSelector .SelectButton,
.PasswStrenghtIndicator .SelectButton {
    margin-right: 10px
}
.RadioButtonList td {
    padding: 0 10px 0 0
}
.RadioButtonList input {
    margin: 0 5px 0 0;
    display: inline-block;
    width: auto
}
.RadioButtonList label {
    display: inline-block
}
@media (max-width: 600px) {
    .FormPanel>table>tbody>tr>td {
        width: 100%!important;
        display: block
    }
}
.nav,
.nav ul {
    margin: 0;
    list-style: none
}
.dropdown {
    position: relative
}
.dropdown>ul>li>div {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    margin-right: -100%;
    z-index: 999;
    -webkit-box-shadow: 0 25px 30px -15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 25px 30px -15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 25px 30px -15px rgba(0, 0, 0, 0.2)
}
.dropdown>ul>li>div a {
    -webkit-transition: visibility 0s;
    -moz-transition: visibility 0s;
    -o-transition: visibility 0s;
    transition: visibility 0s
}
.dropdown>ul>li:hover>div {
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.6s linear;
    -moz-transition: visibility 0s linear 0.3s, opacity 0.6s linear;
    -o-transition: visibility 0s linear 0.3s, opacity 0.6s linear;
    transition: visibility 0s linear 0.3s, opacity 0.6s linear;
    visibility: visible;
    opacity: 1
}
.dropdown>ul>li:hover>div>ul>li ul {
    display: none
}
.nav li,
.nav li li,
.nav li li li {
    list-style-type: none!important
}
.main-nav {
    width: 100%
}
.main-nav>ul {
    display: table;
    width: 100%
}
.main-nav>ul>li {
    display: table-cell
}
.main-nav>ul>li>a {
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 2px solid #f5bc0f;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s
}
.main-nav>ul>li>a.CMSListMenuLinkHighlighted {
    border-bottom: 2px solid #00539b
}
.main-nav>ul>li>a:hover {
    color: #00539b;
    background-color: #f3f5fa;
    border-bottom: 2px solid #00539b
}
.main-nav>ul>li>div {
    background-color: #f3f5fa;
    padding: 20px
}
.main-nav>ul>li>div>ul {
    width: 313.333333333px;
    display: block;
    margin: 0 10px;
    float: left
}
.main-nav>ul>li>div>ul>li {
    margin-bottom: 22px;
    *zoom: 1
}
.main-nav>ul>li>div>ul>li:before,
.main-nav>ul>li>div>ul>li:after {
    display: table;
    content: "";
    line-height: 0
}
.main-nav>ul>li>div>ul>li:after {
    clear: both
}
.main-nav>ul>li>div>ul>li>a {
    display: inline-block;
    font-size: 18px
}
.main-nav>ul>li>div>ul>li>p {
    margin-bottom: 0
}
.main-nav>ul>li>div .mega-content {
    font-size: 14px;
    max-width: 260px
}
.nav-container {
    margin-bottom: 2px
}
@media (min-width: 980px) and (max-width: 1199px) {
    .main-nav>ul>li>a {
        display: table-cell;
        vertical-align: bottom;
        height: 66px;
        font-size: 13px
    }
}
@media (min-width: 980px) {
    .main-nav>ul>li>div>ul {
        width: 250px
    }
    #header-menu {
        display: none
    }
}
@media (max-width: 979px) {
    .main-nav {
        display: none
    }
}
@media (max-width: 480px) {
    .dropdown>ul>li:first-child {
        margin-left: 0
    }
    .nav li {
        display: block;
        width: 100%
    }
    .dropdown ul ul {
        position: relative;
        background: #0289ff;
        display: none!important
    }
    .dropdown ul {
        margin-bottom: 0!important
    }
}
body {
    overflow-x: hidden;
    position: relative;
    margin: 0
}
.mobile-buttons {
    display: none
}
.mobile-buttons .header-mobile_quicklink {
    float: right;
    padding: 8px 10px;
    font-size: 32px;
    line-height: 0.9em;
    outline: 0 none;
    cursor: pointer
}
.mobile-nav {
    width: 320px;
    position: absolute;
    top: 0;
    right: 0;
    min-height: 100%;
    overflow: hidden;
    z-index: -1;
    padding-bottom: 20px
}
.mobile-nav--active {
    z-index: 10000
}
.mobile-nav {
    padding: 0 0 0 0;
    background-color: #00539b;
    -webkit-box-shadow: inset 8px -20px 9px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 8px -20px 9px rgba(0, 0, 0, 0.1);
    box-shadow: inset 8px -20px 9px rgba(0, 0, 0, 0.1)
}
.mobile-nav a {
    color: #fff;
    display: block;
    width: 100%;
    border-top: 1px solid #0061b4;
    padding: 15px 20px;
    font-weight: 300
}
.mobile-nav a:hover {
    color: #f5bc0f
}
.mobile-nav a .icon-home {
    font-size: 28px;
    line-height: 22px
}
.mobile-nav ul {
    position: relative;
    margin: 0;
    padding: 0
}
.mobile-nav>ul>li>a {
    max-width: 320px;
    padding-right: 50px
}
.mobile-nav>ul>li>ul a {
    padding: 15px 35px;
    max-width: 320px;
    background-color: rgba(0, 0, 0, 0.1)
}
.mobile-nav>ul>li>ul>li>ul a {
    padding: 15px 50px;
    background-color: rgba(0, 0, 0, 0.2)
}
.mobile-nav .social-media-icons a {
    border: 0;
    padding: 20px 0 0 10px
}
.mobile-nav .social-media-icons a .social-media-icons__icon:hover {
    color: #f5bc0f
}
.mobile-menu-close-btn {
    color: #307ec1;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    font-size: 36px;
    position: absolute;
    right: 10px;
    top: 5px;
    cursor: pointer;
    z-index: 50
}
@media (max-width: 979px) {
    .site-wrapper {
        background-color: #fff;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px
    }
    .site-wrapper {
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        -ms-transform: translate(0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out
    }
    .mobilenav-open .mobile-nav {
        -webkit-transition: z-index 0.5s ease-in-out;
        -moz-transition: z-index 0.5s ease-in-out;
        -o-transition: z-index 0.5s ease-in-out;
        transition: z-index 0.5s ease-in-out
    }
    .mobilenav-open .site-wrapper {
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        -webkit-transform: translate3d(-320px, 0, 0);
        -moz-transform: translate3d(-320px, 0, 0);
        -o-transform: translate3d(-320px, 0, 0);
        -ms-transform: translate(-320px, 0);
        transform: translate3d(-320px, 0, 0)
    }
    .mobile-buttons {
        display: block
    }
}
@media (max-width: 767px) {
    .mobile-buttons .header-mobile_quicklink {
        font-size: 24px
    }
}
@media (max-width: 480px) {
    .mobile-buttons .header-mobile_quicklink {
        padding: 4px 5px
    }
}
.flickr-gallery {
    *zoom: 1;
    min-height: 300px!important
}
.flickr-gallery:before,
.flickr-gallery:after {
    display: table;
    content: "";
    line-height: 0
}
.flickr-gallery:after {
    clear: both
}
.flickr-gallery .rsThumbsHor {
    width: 100%!important;
    left: 0!important;
    margin-left: 0!important;
    *zoom: 1
}
.flickr-gallery .rsThumbsHor:before,
.flickr-gallery .rsThumbsHor:after {
    display: table;
    content: "";
    line-height: 0
}
.flickr-gallery .rsThumbsHor:after {
    clear: both
}
.flickr-gallery .rsNav {
    top: 0!important
}
.flickr-gallery .rsThumbsContainer {
    width: 100%!important;
    top: 0!important;
    *zoom: 1 !important
}
.flickr-gallery .rsThumbsContainer:before,
.flickr-gallery .rsThumbsContainer:after {
    display: table;
    content: "";
    line-height: 0
}
.flickr-gallery .rsThumbsContainer:after {
    clear: both
}
.flickr-gallery .rsThumbsContainer .rsNavItem {
    margin: 0!important;
    padding: 1px;
    width: 6.666666667%
}
.flickr-gallery .rsThumbsContainer .rsNavItem img {
    width: 100%;
    height: auto
}
.flickr-gallery .rsThumbs {
    margin-top: 5px;
    padding-top: 10px;
    border-top: 1px solid #e1e1e1
}
.flickr-gallery .rsContainer {
    min-height: 425px
}
@media (min-width: 768px) and (max-width: 979px) {
    .flickr-gallery .rsThumbsContainer .rsNavItem {
        width: 10%
    }
    .rsContainer {
        min-height: 100%
    }
}
@media (min-width: 550px) and (max-width: 767px) {
    .flickr-gallery .rsThumbsContainer .rsNavItem {
        width: 12.5%
    }
}
@media (max-width: 549px) {
    .flickr-gallery .rsThumbsContainer .rsNavItem {
        width: 20%
    }
}
@media (max-width: 380px) {
    .flickr-gallery .rsThumbsContainer .rsNavItem {
        width: 33.333333333%
    }
}
.youtube-gallery {
    *zoom: 1;
    min-height: 500px!important;
    height: 500px;
    position: relative
}
.youtube-gallery:before,
.youtube-gallery:after {
    display: table;
    content: "";
    line-height: 0
}
.youtube-gallery:after {
    clear: both
}
.youtube-gallery .rsOverflow {
    height: 100% !important
}
.youtube-gallery .rsContent {
    width: 100%;
    background-color: transparent
}
.youtube-gallery .youtube-video {
    width: 100%;
    margin: 0 auto
}
.youtube-gallery .rsThumbsHor {
    width: 100%!important;
    left: 0!important;
    margin-left: 0!important;
    *zoom: 1
}
.youtube-gallery .rsThumbsHor:before,
.youtube-gallery .rsThumbsHor:after {
    display: table;
    content: "";
    line-height: 0
}
.youtube-gallery .rsThumbsHor:after {
    clear: both
}
.youtube-gallery .rsNav {
    top: 0!important
}
.youtube-gallery .rsVideoContainer {
    width: 100%!important;
    height: 100%!important;
    overflow: hidden;
    display: block;
    float: left;
    margin-left: 0px!important
}
.youtube-gallery .rsThumbsContainer {
    width: 100%!important;
    top: 0!important;
    *zoom: 1 !important
}
.youtube-gallery .rsThumbsContainer:before,
.youtube-gallery .rsThumbsContainer:after {
    display: table;
    content: "";
    line-height: 0
}
.youtube-gallery .rsThumbsContainer:after {
    clear: both
}
.youtube-gallery .rsThumbsContainer .rsNavItem {
    margin: 0!important;
    padding: 1px;
    width: 33.333333333%
}
.youtube-gallery .rsThumbsContainer .rsNavItem img {
    width: 100%;
    height: auto
}
.youtube-gallery .rsThumbsContainer .rsNavItem:after {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    -o-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    position: absolute;
    left: 1px;
    right: 1px;
    top: 1px;
    bottom: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    content: ""
}
.youtube-gallery .rsThumbsContainer .rsNavItem:hover .youtube-item__title,
.youtube-gallery .rsThumbsContainer .rsNavItem:hover .youtube-item__date {
    color: #f5bc0f
}
.youtube-gallery .rsThumbsContainer .rsNavItem:hover:after {
    opacity: 1
}
.youtube-gallery .rsThumbs {
    margin-top: 5px;
    padding-top: 10px;
    border-top: 1px solid #e1e1e1
}
.youtube-gallery .rsArrow {
    z-index: 100
}
.youtube-gallery .youtube-item__title {
    position: absolute;
    top: 1px;
    right: 1px;
    left: 1px;
    padding: 5px;
    background-color: #00539b;
    color: white;
    -webkit-transition: color 0.2s ease-in;
    -moz-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
    z-index: 100
}
.youtube-gallery .youtube-item__date {
    position: absolute;
    bottom: 1px;
    right: 1px;
    left: 1px;
    padding: 3px;
    background-color: black;
    font-size: 12px;
    color: white;
    -webkit-transition: color 0.2s ease-in;
    -moz-transition: color 0.2s ease-in;
    -o-transition: color 0.2s ease-in;
    transition: color 0.2s ease-in;
    z-index: 100
}
@media (min-width: 980px) and (max-width: 1199px) {
    .youtube-gallery .rsThumbsContainer .rsNavItem {
        width: 50%
    }
    .youtube-gallery {
        min-height: 430px!important;
        height: 430px
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .youtube-gallery .rsThumbsContainer .rsNavItem {
        width: 50%
    }
    .youtube-gallery {
        min-height: 400px!important;
        height: 400px
    }
}
@media (min-width: 550px) and (max-width: 767px) {
    .youtube-gallery .rsThumbsContainer .rsNavItem {
        width: 50%
    }
    .youtube-gallery {
        min-height: 300px!important;
        height: 300px
    }
}
@media (max-width: 549px) {
    .youtube-gallery .rsThumbsContainer .rsNavItem {
        width: 100%
    }
    .youtube-gallery .rsContent {
        padding: 0;
        margin-left: -5px
    }
    .youtube-gallery {
        min-height: 200px!important;
        height: 200px
    }
}
@media (max-width: 380px) {
    .youtube-gallery .rsThumbsContainer .rsNavItem {
        width: 100%
    }
}
.sub-nav {
    margin-bottom: 50px
}
.sub-nav ul {
    margin: 0;
    padding: 0;
    list-style: none
}
.sub-nav ul.active {
    display: block
}
.sub-nav>ul {
    -webkit-box-shadow: 0 25px 30px -15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 25px 30px -15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 25px 30px -15px rgba(0, 0, 0, 0.2)
}
.sub-nav ul li ul {
    display: none
}
.sub-nav li {
    position: relative;
    border-bottom: 1px solid #f8f8f8
}
.sub-nav li a {
    display: block;
    padding: 10px 20px 10px 45px;
    background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #eee, #dbdbdb);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#dbdbdb));
    background-image: -webkit-linear-gradient(top, #eee, #dbdbdb);
    background-image: -o-linear-gradient(top, #eee, #dbdbdb);
    background-image: linear-gradient(to bottom, #eee, #dbdbdb);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdbdbdb', GradientType=0)
}
.sub-nav li a:hover {
    background-color: #d2d2d2;
    background-image: -moz-linear-gradient(top, #eee, #a7a7a7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#a7a7a7));
    background-image: -webkit-linear-gradient(top, #eee, #a7a7a7);
    background-image: -o-linear-gradient(top, #eee, #a7a7a7);
    background-image: linear-gradient(to bottom, #eee, #a7a7a7);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffa7a7a7', GradientType=0);
    color: #00539b
}
.sub-nav li.HighLighted>a {
    background-color: #1d6db2;
    background-image: -moz-linear-gradient(top, #307ec1, #00539b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#307ec1), to(#00539b));
    background-image: -webkit-linear-gradient(top, #307ec1, #00539b);
    background-image: -o-linear-gradient(top, #307ec1, #00539b);
    background-image: linear-gradient(to bottom, #307ec1, #00539b);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff307ec1', endColorstr='#ff00539b', GradientType=0);
    color: #fff;
    border-bottom: 2px solid #f5bc0f
}
.sub-nav li.HighLighted>a:hover {
    background-color: #1d629d;
    background-image: -moz-linear-gradient(top, #307ec1, #003868);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#307ec1), to(#003868));
    background-image: -webkit-linear-gradient(top, #307ec1, #003868);
    background-image: -o-linear-gradient(top, #307ec1, #003868);
    background-image: linear-gradient(to bottom, #307ec1, #003868);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff307ec1', endColorstr='#ff003868', GradientType=0)
}
.sub-nav .indicator {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 9px 15px;
    cursor: pointer;
    font-size: 24px;
    color: #fff
}
.sub-nav ul ul li a {
    padding-left: 60px
}
.sub-nav ul ul li .indicator {
    left: 15px
}
.sub-nav ul ul ul li a {
    padding-left: 75px
}
.sub-nav ul ul ul li .indicator {
    left: 30px
}
.sub-nav .mobile-button {
    display: none
}
.breadcrumbs {
    text-align: right;
    margin: 11px 0;
    font-size: 14px
}
@media (max-width: 979px) {
    .sub-nav {
        margin-bottom: 0
    }
    .sub-nav .mobile-button {
        display: block;
        padding: 10px 20px;
        background-color: #1d6db2;
        background-image: -moz-linear-gradient(top, #307ec1, #00539b);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#307ec1), to(#00539b));
        background-image: -webkit-linear-gradient(top, #307ec1, #00539b);
        background-image: -o-linear-gradient(top, #307ec1, #00539b);
        background-image: linear-gradient(to bottom, #307ec1, #00539b);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff307ec1', endColorstr='#ff00539b', GradientType=0);
        color: #fff;
        cursor: pointer
    }
    .sub-nav .mobile-button:hover {
        background-color: #1d629d;
        background-image: -moz-linear-gradient(top, #307ec1, #003868);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#307ec1), to(#003868));
        background-image: -webkit-linear-gradient(top, #307ec1, #003868);
        background-image: -o-linear-gradient(top, #307ec1, #003868);
        background-image: linear-gradient(to bottom, #307ec1, #003868);
        background-repeat: repeat-x;
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff307ec1', endColorstr='#ff003868', GradientType=0)
    }
    .sub-nav .mobile-button i {
        float: right;
        font-size: 24px
    }
    .sub-nav>ul {
        display: none
    }
    .breadcrumbs {
        text-align: left
    }
}
.busindess-directory-filter {
    margin-bottom: 10px
}
.busindess-directory-filter .btn-business-directory-filter {
    margin-top: -10px
}
.add-business-directory .row-fluid {
    margin-bottom: 5px
}
.add-business-directory .row-fluid label {
    font-weight: bold;
    min-width: 150px
}
.add-business-directory .alert {
    margin-top: 10px
}
.panel {
    margin-top: 22px
}
.panel:first-child {
    margin-top: 0
}
.panel-plain {
    margin: 60px 0 70px
}
.panel__content iframe {
    width: 100%
}
.panel-links {
    border-bottom: 2px solid #00539b
}
.panel-white-inner,
.panel-grey {
    margin: 60px 0 70px
}
.panel-white-inner .panel__title,
.panel-grey .panel__title {
    margin: 0 0 15px
}
.panel-white-inner .panel__title a,
.panel-grey .panel__title a {
    color: #00539b
}
.panel-white-inner .panel__title a:hover,
.panel-grey .panel__title a:hover {
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    color: #f5bc0f
}
.panel-white-inner .panel__title [class^="icon"],
.panel-grey .panel__title [class^="icon"],
.panel-white-inner .panel__title [class*="icon"],
.panel-grey .panel__title [class*="icon"] {
    margin-right: 15px
}
.panel-white-inner h6.panel__title,
.panel-grey h6.panel__title {
    text-align: right
}
.panel-white-inner .panel__content,
.panel-grey .panel__content {
    background-color: #eee;
    padding: 10px 10px 0;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 25px 30px -15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 25px 30px -15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 25px 30px -15px rgba(0, 0, 0, 0.2)
}
.panel-white-inner .fixed-height,
.panel-grey .fixed-height {
    min-height: 429px
}
@media (max-width: 767px) and (min-width: 700px) {
    .panel-white-inner .fixed-height,
    .panel-grey .fixed-height {
        min-height: 945px
    }
}
@media (max-width: 979px) and (min-width: 768px) {
    .panel-white-inner .fixed-height,
    .panel-grey .fixed-height {
        min-height: 937px
    }
}
@media (max-width: 1199px) and (min-width: 980px) {
    .panel-white-inner .fixed-height,
    .panel-grey .fixed-height {
        min-height: 462px
    }
}
.panel-white-inner small,
.panel-grey small {
    color: #999
}
.panel-white-inner:last-child,
.panel-grey:last-child {
    margin-bottom: 0
}
.panel-white-inner {
    display: block;
    margin: 0 0 50px
}
.panel-white-inner .panel__content {
    background-color: #fff;
    border: 1px solid #c2c2c2
}
.panel-white {
    margin: 60px 0 70px;
    min-height: 230px;
    padding: 15px 20px;
    background-color: #fff;
    border: 1px solid #c2c2c2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 25px 30px -15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 25px 30px -15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 25px 30px -15px rgba(0, 0, 0, 0.2);
    font-size: 14px
}
.panel-white .panel__title {
    margin: 0
}
.panel-white:last-child {
    margin-bottom: 0
}
.panel-blue {
    background-color: #00539b
}
.panel-blue h2 {
    margin: 5px 0;
    font-size: 28px;
    color: #fff
}
.panel-middle {
    background: #dbdbdb url("../images/bg_texture.png")
}
@media (min-width: 980px) and (max-width: 1199px) {
    .panel-grey h3.panel__title {
        font-size: 20px!important
    }
}
@media (min-width: 980px) {
    .panel-white-inner h6.panel__title,
    .panel-grey h6.panel__title {
        padding-top: 37px
    }
}
@media (max-width: 979px) {
    .panel-top,
    .panel-middle,
    .panel-bottom {
        padding-top: 40px !important;
        padding-bottom: 40px !important
    }
    .panel-white,
    .panel-grey {
        margin: 0
    }
    .full-980 {
        margin-bottom: 40px
    }
}
.full-980.events .panel-grey.panel .panel__content {
    min-height: 429px
}
.full-980.newsAnnouncements .panel-grey.panel .panel__content {
    min-height: 429px
}
@media (min-width: 700px) and (max-width: 979px) {
    .tablet-left-view {
        width: 49% !important;
        overflow: hidden !important;
        float: left !important
    }
    .tablet-left-view .events {
        margin: 0px !important;
        padding-bottom: 0px !important
    }
    .tablet-left-view .newsAnnouncements {
        margin-top: 20px;
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 0;
        padding-right: 0;
        padding-left: 0;
        padding-top: 0
    }
    .twitterFeed {
        float: right !important;
        width: 49% !important
    }
}
@media (max-width: 880px) {
    .panel__content iframe {
        float: none;
        margin-left: 0;
        width: 100%;
        height: 400px
    }
}
@media (min-width: 768px) {
    .panel-blue .panel__content {
        margin: 0 auto;
        width: 700px;
        *zoom: 1
    }
    .panel-blue .panel__content:before,
    .panel-blue .panel__content:after {
        display: table;
        content: "";
        line-height: 0
    }
    .panel-blue .panel__content:after {
        clear: both
    }
    .panel-blue h2 {
        float: left
    }
    .panel-blue .btn-combo-wrap {
        float: right;
        margin-top: 6px
    }
}
@media (max-width: 767px) {
    .panel-blue {
        padding: 0 0 15px
    }
    .panel-blue .panel__content {
        *zoom: 1;
        text-align: center
    }
    .panel-blue .panel__content:before,
    .panel-blue .panel__content:after {
        display: table;
        content: "";
        line-height: 0
    }
    .panel-blue .panel__content:after {
        clear: both
    }
    .panel-blue .panel__content iframe {
        float: none;
        margin-left: 0;
        width: 100%;
        height: 400px
    }
    .panel-blue,
    .panel-middle {
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 20px;
        padding-right: 20px
    }
}
@media (max-width: 480px) {
    .panel__content iframe {
        float: none;
        margin-left: 0;
        width: 100%
    }
    .panel-blue h2 {
        font-size: 20px
    }
}
.document-list {
    margin: 0
}
.document-list li {
    list-style: none;
    margin: 0 0 10px 0
}
.document-search,
.TagCloud {
    margin: 0 0 10px 0
}
.document-search input {
    margin: 0
}
.article img {
    width: 100%
}
.faq__question {
    cursor: pointer
}
.alert,
.EditingFormErrorLabel {
    padding: 8px 35px 8px 14px;
    margin-bottom: 22px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block
}
.alert,
.alert h4 {
    color: #c09853
}
.alert h4 {
    margin: 0
}
.alert .close {
    position: relative;
    top: -2px;
    right: -21px;
    line-height: 22px
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847
}
.alert-success h4 {
    color: #468847
}
.alert-danger,
.alert-error,
.EditingFormErrorLabel {
    background-color: #f2dede;
    border-color: #eed3d7;
    color: #b94a48
}
.alert-danger h4,
.alert-error h4 {
    color: #b94a48
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #3a87ad
}
.alert-info h4 {
    color: #3a87ad
}
.alert-small {
    padding: 4px 14px 4px 14px;
    margin-bottom: 10px;
    font-size: 11px
}
.ErrorLabel {
    color: #b94a48;
    display: block;
    margin: 5px 0 0 0
}
.alert-block {
    padding-top: 14px;
    padding-bottom: 14px
}
.alert-block>p,
.alert-block>ul {
    margin-bottom: 0
}
.alert-block p+p {
    margin-top: 5px
}
.search-desktop {
    display: flex;
    flex-direction: row;
    clear: both;
    float: right;
}
.search-desktop .search-box {
    float: left;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    border-right: 0;
    margin: 0;
    width: 250px;
    height: 32px;
    line-height: 22px;
    margin-top: 29px
}
.search-desktop a.icon-search {
    display: inline-block;
    padding: 6px 9px;
    margin-top: 29px;
    background-color: #00539b;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    background-color: #1d6db2;
    background-image: -moz-linear-gradient(top, #307ec1, #00539b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#307ec1), to(#00539b));
    background-image: -webkit-linear-gradient(top, #307ec1, #00539b);
    background-image: -o-linear-gradient(top, #307ec1, #00539b);
    background-image: linear-gradient(to bottom, #307ec1, #00539b);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff307ec1', endColorstr='#ff00539b', GradientType=0)
}
.search-desktop a.icon-search:hover {
    background-color: #1d629d;
    background-image: -moz-linear-gradient(top, #307ec1, #003868);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#307ec1), to(#003868));
    background-image: -webkit-linear-gradient(top, #307ec1, #003868);
    background-image: -o-linear-gradient(top, #307ec1, #003868);
    background-image: linear-gradient(to bottom, #307ec1, #003868);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff307ec1', endColorstr='#ff003868', GradientType=0)
}
.search-desktop .hmc-logo {
    padding-right: 10px
}
.search-desktop .hmc-logo img {
    height: 90px
}
@media (max-width: 979px) {
    .search-desktop {
        display: none
    }
}
.media,
.media-body {
    overflow: hidden;
    *overflow: visible;
    zoom: 1
}
.media,
.media .media {
    margin-top: 15px
}
.media:first-child {
    margin-top: 0
}
.media-object {
    display: block
}
.media-heading {
    margin: 0 0 5px
}
.media>.pull-left {
    margin-right: 10px
}
.media>.pull-right {
    margin-left: 10px
}
.media-list {
    margin-left: 0;
    list-style: none
}
.media a {
    display: block;
    width: 100%;
    height: 200px
}
.media-title {
    display: block;
    height: 42px;
    overflow: hidden
}
.media-object {
    position: relative;
    overflow: hidden;
    max-height: 200px
}
.media-object img {
    width: 100%
}
.media-object .overlay {
    visibility: hidden;
    height: 100%;
    width: 100%;
    background-color: #00539b;
    top: 0;
    left: 0;
    z-index: 1000;
    position: absolute;
    text-align: center;
    opacity: 0.6;
    filter: alpha(opacity=60);
    progid: DXImageTransform.Microsoft.Alpha(opacity=60);
    -khtml-opacity: 0.6;
    -moz-opacity: 0.6
}
.media-object:hover .overlay {
    visibility: visible
}
.media-object .btn {
    position: relative;
    top: 40%;
    padding: 7px 10px
}
@media (min-width: 1200px) {
    .media-object {
        max-height: 154px
    }
    .media a {
        height: 300px
    }
}
@media (min-width: 768px) and (max-width: 1200px) {
    .media-object {
        max-height: 99px
    }
}
@media (min-width: 600px) and (max-width: 767px) {
    .media-object {
        max-height: 176px
    }
}
@media (max-width: 599px) {
    .media a {
        height: auto
    }
    .media-object {
        max-height: 154px
    }
}
.quicklinks {
    list-style: none;
    margin: 0
}
.quicklinks__quicklink {
    float: left
}
.quicklink__link {
    display: block;
    padding: 10px 20px;
    color: #fff
}
.header .quicklinks {
    float: right
}
.header .quicklinks__quicklink {
    border-left: 1px solid #a7a7a7;
    height: 10px;
    margin-top: 6px
}
.header .quicklinks__quicklink:first-child {
    border-left: 0
}
.header .quicklink__link {
    font-size: 12px;
    color: #a7a7a7;
    padding: 0 10px;
    margin-top: -6px
}
.header .quicklink__link:hover {
    color: #00539b
}
.panel-links .quicklinks {
    display: table;
    width: 100%
}
.panel-links .quicklinks__quicklink {
    display: table-cell;
    float: none;
    padding: 5px 0 5px 25px;
    text-align: center
}
.panel-links .quicklink__link {
    color: #00539b;
    text-transform: uppercase
}
.panel-links .quicklink__link:hover {
    color: #f5bc0f
}
.quicklinks-image {
    margin: 0 -10px;
    *zoom: 1
}
.quicklinks-image:before,
.quicklinks-image:after {
    display: table;
    content: "";
    line-height: 0
}
.quicklinks-image:after {
    clear: both
}
.quicklinks-image .quicklinks__quicklink {
    width: 33.333333333%
}
.quicklinks-image .quicklink__link {
    padding: 0 10px
}
.quicklinks-image .quicklink__title {
	margin-top: 0;
	font-size: 14px;
	color: #00539b;
	font-weight: 700;
}
.quicklinks-image .quicklink__image {
	border: 6px double #75acdd;
	padding: 5px;
}
@media (min-width: 980px) {
    .panel-links .quicklinks__quicklink:first-child {
        padding-left: 0
    }
}
@media (max-width: 979px) {
    .header .quicklinks {
        display: none
    }
    .panel-links .quicklinks {
        display: block;
        margin: 15px 0;
        *zoom: 1
    }
    .panel-links .quicklinks:before,
    .panel-links .quicklinks:after {
        display: table;
        content: "";
        line-height: 0
    }
    .panel-links .quicklinks:after {
        clear: both
    }
    .panel-links .quicklinks__quicklink {
        display: block;
        float: left;
        width: 33.333333333%;
        padding: 0
    }
}
@media (max-width: 767px) {
    .panel-links .quicklinks__quicklink {
        width: 50%
    }
}
@media (max-width: 480px) {
    .panel-links .quicklinks__quicklink {
        width: 100%;
        float: none
    }
    .quicklinks-image {
        text-align: center
    }
    .quicklinks-image .quicklinks__quicklink {
        width: 100%;
        float: none
    }
    .quicklinks-image .quicklink__title {
        margin-top: 11px
    }
}
.social-media-icons {
    list-style: none;
    margin: 0
}
.header .social-media-icons {
    float: right
}
.social-media-icons__item {
    margin-left: 10px;
    float: left
}
.social-media-icons__link {
    text-decoration: none
}
.social-media-icons__icon {
    color: #a7a7a7;
    font-size: 24px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s
}
.social-media-icons__icon:hover {
    color: #00539b
}
.twtr-doc {
    width: 100% !important
}
.twtr-doc * {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif
}
.fb_iframe_widget,
.fb_iframe_widget>span,
.fb_iframe_widget iframe[style] {
    width: 100% !important
}
.fb-comments,
.fb-comments iframe[style] {
    width: 100% !important;
    min-width: 200px
}
.facebook iframe {
    width: 100% !important;
    min-width: 200px
}
.content-block {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 5px 0;
    overflow: auto
}
.content-block--horizontal {
    padding: 10px 20px;
    background-color: #e95959;
    color: #fbe0e0
}
.content-block--horizontal .btn {
    float: right
}
.content-block--horizontal--summary {
    padding: 10px 20px;
    background-color: #46a546;
    color: #a9dba9
}
.content-block--horizontal--summary .btn {
    float: right
}
.content-block--horizontal--summary .summary {
    color: #86cb86
}
.content-block--square {
    padding: 10px 20px;
    background-color: #00539b;
    color: #35a1ff;
    text-align: center
}
.content-block--square .btn {
    width: auto
}
.nivoSlider {
    position: fixed;
    left: 0;
    width: 100%;
    height: auto;
    overflow: hidden
}
.nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    max-width: none
}
.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important
}
.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none
}
.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0
}
.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden
}
.nivo-box img {
    display: block
}
.nivo-caption {
    position: absolute;
    left: auto;
    bottom: 15%;
    background: #00539b;
    color: #fff;
    z-index: 8;
    padding: 10px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.9;
    filter: alpha(opacity=9);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.nivo-caption p {
    padding: 5px;
    margin: 0
}
.nivo-caption a {
    display: inline !important
}
.nivo-html-caption {
    display: none
}
.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer
}
.nivo-prevNav {
    left: 0px
}
.nivo-nextNav {
    right: 0px
}
.nivo-controlNav {
    text-align: center;
    padding: 15px 0
}
.nivo-controlNav a {
    cursor: pointer
}
.nivo-controlNav a.active {
    font-weight: bold
}
.theme-default {
    position: relative
}
.theme-default .nivoSlider {
    position: relative;
    background: #fff url(/CMSWebparts/Digicon/Sliders/NivoSlider/NivoSlider_files/styles/nivo/default/loading.gif) no-repeat 50% 50%;
    margin-bottom: 0
}
.theme-default .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none
}
.theme-default .nivoSlider a {
    border: 0;
    display: block
}
.theme-default .nivo-controlNav {
    text-align: center;
    padding: 10px 0;
    position: absolute;
    bottom: 0px;
    right: 10px;
    z-index: 1000
}
.theme-default .nivo-controlNav a {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(/CMSWebparts/Digicon/Sliders/NivoSlider/NivoSlider_files/styles/nivo/default/bullets.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    margin: 0 2px
}
.theme-default .nivo-controlNav a.active {
    background-position: 0 -22px
}
.theme-default .nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(/CMSWebparts/Digicon/Sliders/NivoSlider/NivoSlider_files/styles/nivo/default/arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
    opacity: 0;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}
.theme-default:hover .nivo-directionNav a {
    opacity: 1
}
.theme-default a.nivo-nextNav {
    background-position: -30px 0;
    right: 15px
}
.theme-default a.nivo-prevNav {
    left: 15px
}
.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif
}
.theme-default .nivo-caption a {
    color: #fff;
    border-bottom: 1px dotted #fff
}
.theme-default .nivo-caption a:hover {
    color: #fff
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled {
    width: 100%
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled a {
    width: auto;
    height: auto;
    background: none;
    margin-bottom: 5px
}
.theme-default .nivo-controlNav.nivo-thumbs-enabled img {
    display: block;
    width: 120px;
    height: auto
}
.royalSlider {
    width: 100%;
    height: 460px;
    position: relative;
    direction: ltr
}
.royalSlider.basicSlider {
    height: 580px
}
.royalSlider.basicSlider .rsHidden {
    opacity: 1 !important;
    visibility: visible !important
}
.royalSlider.basicSlider .rsNav.rsBullets {
    display: none
}
.royalSlider.basicSlider .rsOverflow .rsArrowIcn:after {
    color: #fff
}
.rsWebkit3d .rsSlide {
    -webkit-transform: translateZ(0)
}
.rsOverlay:before,
.rsOverlay:after {
    position: absolute;
    top: 0;
    left: -90%;
    display: block;
    width: 100%;
    height: 360px;
    content: "";
    background-color: transparent;
    background-color: rgba(255, 255, 255, 0.5);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7FFFFFFF,endColorstr=#7FFFFFFF)"
}
.rsOverlay:after {
    right: -90%;
    left: auto
}
.rsWebkit3d .rsSlide,
.rsWebkit3d .rsContainer,
.rsWebkit3d .rsThumbs,
.rsWebkit3d .rsPreloader,
.rsWebkit3d img,
.rsWebkit3d .rsOverflow,
.rsWebkit3d .rsBtnCenterer,
.rsWebkit3d .rsAbsoluteEl,
.rsWebkit3d .rsABlock,
.rsWebkit3d .rsLink {
    -webkit-backface-visibility: hidden
}
.rsFade.rsWebkit3d .rsSlide,
.rsFade.rsWebkit3d img,
.rsFade.rsWebkit3d .rsContainer {
    -webkit-transform: none
}
.rsOverflow {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    float: left;
    -webkit-tap-highlight-color: transparent
}
.rsVisibleNearbyWrap {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    left: 0;
    top: 0;
    -webkit-tap-highlight-color: transparent
}
.rsVisibleNearbyWrap .rsOverflow {
    position: absolute;
    left: 0;
    top: 0
}
.rsContainer {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-tap-highlight-color: transparent
}
.rsArrow,
.rsThumbsArrow {
    cursor: pointer
}
.rsThumb {
    float: left;
    position: relative
}
.rsArrow,
.rsNav,
.rsThumbsArrow {
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    -moz-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear
}
.rsHidden {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -moz-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    -o-transition: visibility 0s linear 0.3s, opacity 0.3s linear;
    transition: visibility 0s linear 0.3s, opacity 0.3s linear
}
.rsGCaption {
    width: 100%;
    float: left;
    text-align: center
}
.royalSlider.rsFullscreen {
    position: fixed !important;
    height: auto !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    z-index: 2147483647 !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important
}
.royalSlider .rsSlide.rsFakePreloader {
    opacity: 1 !important;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    display: none
}
.rsSlide {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%
}
.royalSlider.rsAutoHeight,
.rsAutoHeight .rsSlide {
    height: auto
}
.rsContent {
    bottom: 10px;
    left: 10px;
    padding: 30px 70px 30px 35px;
    width: 48%
}
.rsContent h2 {
    margin-top: 0;
    color: #fff;
    font-weight: 300
}
.rsContent,
.rsContentLow {
    position: absolute;
    background-color: transparent;
    background-color: rgba(0, 0, 0, 0.45);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#72000000,endColorstr=#72000000)";
    color: #fff;
    font-weight: 300;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0)
}
.rsPreloader {
    position: absolute;
    z-index: 0
}
.rsNav {
    position: absolute;
    top: 10px;
    left: 50%;
    width: 300px;
    margin-left: -150px;
    text-align: center;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    user-select: none
}
.rsNavItem {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.25);
    display: inline-block;
    margin-left: 10px
}
.rsNavItem:first-child {
    margin-left: 0
}
.rsNavItem.rsBullet span {
    cursor: pointer
}
.rsNavItem.rsBullet span:after {
    display: block;
    width: 10px;
    height: 10px;
    content: "";
    background-color: #00539b;
    background-color: #1d6db2;
    background-image: -moz-linear-gradient(top, #307ec1, #00539b);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#307ec1), to(#00539b));
    background-image: -webkit-linear-gradient(top, #307ec1, #00539b);
    background-image: -o-linear-gradient(top, #307ec1, #00539b);
    background-image: linear-gradient(to bottom, #307ec1, #00539b);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff307ec1', endColorstr='#ff00539b', GradientType=0);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}
.rsNavItem.rsBullet.rsNavSelected span:after {
    background-color: #fff;
    background-image: none
}
.rsArrow {
    position: absolute;
    top: 50%;
    height: 130px;
    margin-top: -65px
}
.rsArrow.rsArrowLeft {
    left: 5%
}
.rsArrow.rsArrowLeft .rsArrowIcn:after {
    content: "\f104";
    float: left;
    margin-left: -23px
}
.rsArrow.rsArrowRight {
    right: 5%
}
.rsArrow.rsArrowRight .rsArrowIcn:after {
    content: "\f105";
    float: right;
    margin-right: -23px
}
.rsArrowIcn:after {
    font-family: FontAwesome;
    font-size: 130px;
    line-height: 130px;
    color: #00539b;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.royalSlider.basicSlider .rsArrow {
    height: 50px;
    margin-top: -25px;
    width: 20px;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.25)
}
.royalSlider.basicSlider .rsArrow.rsArrowLeft {
    left: 10px
}
.royalSlider.basicSlider .rsArrow.rsArrowLeft .rsArrowIcn:after {
    margin-left: 0
}
.royalSlider.basicSlider .rsArrow.rsArrowRight {
    right: 10px
}
.royalSlider.basicSlider .rsArrow.rsArrowRight .rsArrowIcn:after {
    margin-right: 0
}
.royalSlider.basicSlider .rsArrowIcn:after {
    font-size: 50px;
    line-height: 50px
}
.royalSlider.basicSlider .rsNav {
    top: auto;
    bottom: 10px
}
.royalSlider.basicSlider .rsContent,
.royalSlider.basicSlider .rsContentLow {
    left: 0;
    width: 100%;
    padding: 0 5px;
    text-align: center;
    font-size: 14px
}
.royalSlider.basicSlider .rsContent p,
.royalSlider.basicSlider .rsContentLow p {
    margin: 2px 0
}
.royalSlider.basicSlider .rsContent {
    top: 0;
    bottom: auto
}
.royalSlider.basicSlider .rsContent h4 {
    margin: 2px 0 0;
    color: #fff;
    font-weight: 300
}
.royalSlider.basicSlider .rsContent p {
    display: block
}
.royalSlider.basicSlider .rsContentLow {
    bottom: 0
}
.panel-grey .royalSlider.basicSlider {
    height: 157px;
    margin-left: 0;
    margin-right: 0
}
.panel-grey .royalSlider.basicSlider .rsNav {
    display: none
}
.rsThumbs {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    float: left;
    z-index: 22
}
.rsTabs {
    float: left;
    background: none !important
}
.rsTabs,
.rsThumbs {
    -webkit-tap-highlight-color: transparent
}
.rsVideoContainer {
    width: auto;
    height: auto;
    line-height: 0;
    position: relative
}
.rsVideoFrameHolder {
    position: absolute;
    left: 0;
    top: 0;
    background: #141414;
    opacity: 0;
    -webkit-transition: .3s
}
.rsVideoFrameHolder.rsVideoActive {
    opacity: 1
}
.rsVideoContainer iframe,
.rsVideoContainer video,
.rsVideoContainer embed,
.rsVideoContainer .rsVideoObj {
    position: absolute;
    z-index: 50;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}
.rsVideoContainer.rsIOSVideo iframe,
.rsVideoContainer.rsIOSVideo video,
.rsVideoContainer.rsIOSVideo embed {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 44px
}
.rsABlock {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 15
}
img.rsImg {
    max-width: none
}
.grab-cursor {
    cursor: url(../images/grab.png) 8 8, move
}
.grabbing-cursor {
    cursor: url(../images/grabbing.png) 8 8, move
}
.rsNoDrag {
    cursor: auto
}
.rsLink {
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 20;
    background: url(../images/blank.gif)
}
.rsDefault .rsPlayBtnIcon {
    width: 64px;
    display: block;
    height: 64px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: url(../images/rs-default.png) no-repeat 0 -32px;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75)
}
.rsDefault .rsCloseVideoIcn {
    margin: 6px;
    width: 32px;
    height: 32px;
    background: url('../images/rs-default.png') -64px 0;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.75)
}
.rsDefault .rsCloseVideoBtn {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 500;
    position: absolute;
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0)
}
.rsDefault .rsPlayBtn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    width: 64px;
    height: 64px;
    margin-left: -32px;
    margin-top: -32px;
    cursor: pointer
}
.rsDefault .rsBtnCenterer {
    position: absolute;
    left: 50%;
    top: 50%
}
@media (max-width: 979px) {
    .rsContent {
        width: 96% !important;
        left: 2% !important
    }
}
@media (max-width: 767px) {
    .royalSlider {
        height: 260px;
        width: auto;
        margin-left: -20px !important;
        margin-right: -20px !important
    }
    .royalSlider.basicSlider {
        height: 360px
    }
    .rsOverlay {
        display: none !important
    }
    .rsContent {
        padding: 15px 20px !important;
        font-size: 14px !important
    }
    .rsContent h2 {
        font-size: 24px !important
    }
    .rsArrow {
        display: none !important
    }
    .basicSlider .rsArrow {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important
    }
}
@media (max-width: 480px) {
    .royalSlider {
        height: 180px
    }
    .royalSlider.basicSlider {
        height: 280px
    }
    .rsContent h2 {
        margin-bottom: 0 !important
    }
    .rsContent p {
        display: none !important
    }
}
.google-map .gm-style-iw {
    width: 400px !important
}
.google-map img {
    width: auto !important;
    max-width: none !important
}
.google-map>div {
    width: 100%!important
}
.filters {
    padding: 10px 0
}
.filters__filtby:hover i {
    color: #e32c2c
}
.filters__filtby i {
    margin-left: 5px;
    vertical-align: super;
    font-size: 12px
}
body.news-and-events .news-preview-widget-inside img {
    display: none
}
.news-preview-widget-inside img {
    margin-top: 15px
}
.news-preview-widget-inside {
    padding-bottom: 30px!important
}
.news-preview-widget-inside .news-preview__link:first-child .news-preview__title {
    margin-top: 10px!important
}
.news-preview-widget-inside .news-preview__link .news-preview__title {
    margin-top: 10px!important
}
.news-preview-widget {
    padding: 5px 10px;
    position: relative;
    min-height: 407px
}
@media (max-width: 1199px) and (min-width: 980px) {
    .news-preview-widget {
        min-height: 440px
    }
}
.news-preview-widget .more-link {
    position: absolute;
    top: -55px;
    right: 0;
    font-size: 14px;
    color: #00539b
}
.news-preview-widget .more-link:hover {
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    color: #f5bc0f
}
.news-preview-widget .news-preview__title {
    line-height: 1.2em;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s
}
.news-preview-widget .news-preview__link {
    display: block;
    line-height: 1;
    border-bottom: 1px solid #e3e3e3
}
.news-preview-widget .news-preview__link:hover .news-preview__title {
    color: #f5bc0f
}
.news-preview-widget .news-preview__link:first-child .news-preview__title {
    margin-top: 0
}
.news-preview-widget .news-preview__link:nth-of-type(4) {
    border: none
}
.news-preview-widget .news-preview__link:nth-of-type(1) h5 {
    font-size: 18px;
    margin-bottom: 18px
}
.news-preview-widget .news-preview__link h5 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
.news-preview-widget .news-preview__link .news-featured-image {
    display: none !important
}
.news-preview-widget .news-preview__link:first-child .news-featured-image {
    display: block !important;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
    height: 203px;
    margin: 4.5px 0 18.5px
}
@media (max-width: 1199px) and (min-width: 980px) {
    .news-preview-widget .news-preview__link:first-child .news-featured-image {
        height: 236px !important
    }
}
.news-preview-vertical {
    margin-bottom: 50px
}
.news-preview-vertical .PagerControl {
    clear: both
}
.news-preview-vertical .PagerResults {
    display: none
}
.news-preview-vertical .PagerNumberArea {
    text-align: center
}
.news-preview-horizontal {
    *zoom: 1
}
.news-preview-horizontal:before,
.news-preview-horizontal:after {
    display: table;
    content: "";
    line-height: 0
}
.news-preview-horizontal:after {
    clear: both
}
.news-article {
    margin-bottom: 50px
}
.date {
    display: block;
    margin-bottom: 11px;
    margin-top: -5px;
    color: #999
}
.side-bar>.CategoryListList {
    margin: 0 0 50px;
    list-style: none
}
.side-bar>.CategoryListList ul {
    margin: 0;
    list-style: none
}
.side-bar>.CategoryListList ul a {
    padding-left: 35px
}
.side-bar>.CategoryListList ul ul a {
    padding-left: 50px
}
.side-bar>.CategoryListList a {
    display: block;
    padding: 10px 20px;
    background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #eee, #dbdbdb);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#dbdbdb));
    background-image: -webkit-linear-gradient(top, #eee, #dbdbdb);
    background-image: -o-linear-gradient(top, #eee, #dbdbdb);
    background-image: linear-gradient(to bottom, #eee, #dbdbdb);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdbdbdb', GradientType=0)
}
.side-bar>.CategoryListList a:hover {
    background-color: #d2d2d2;
    background-image: -moz-linear-gradient(top, #eee, #a7a7a7);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#a7a7a7));
    background-image: -webkit-linear-gradient(top, #eee, #a7a7a7);
    background-image: -o-linear-gradient(top, #eee, #a7a7a7);
    background-image: linear-gradient(to bottom, #eee, #a7a7a7);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffa7a7a7', GradientType=0);
    color: #00539b
}
.news-preview-wrap {
    margin-left: -2%
}
.news-preview-wrap .news-preview {
    width: 23%;
    margin-left: 2%;
    float: left
}
@media (min-width: 980px) and (max-width: 1199px) {
    .news-preview-widget {
        height: 236px
    }
}
@media (max-width: 480px) {
    .news-preview-widget {
        height: 236px
    }
    .news-preview-wrap .news-preview {
        width: 100%
    }
}
.news-teaser img {
    margin-bottom: 10px
}
.events-vertical {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    padding: 0 10px 20px
}
.events-vertical .events-vertical__link {
    display: table;
    margin-bottom: -19px
}
@media (max-width: 480px) {
    .events-vertical .events-vertical__link {
        margin-bottom: -30px
    }
}
@media (max-width: 1200px) and (min-width: 980px) {
    .events-vertical .events-vertical__link {
        margin-bottom: -30px
    }
}
.events-vertical .events-vertical__link:first-child {
    margin-top: 0
}
.events-vertical .events-vertical__link:hover .events-vertical__date,
.events-vertical .events-vertical__link:hover .events-vertical__title {
    color: #f5bc0f
}
.events-vertical .events-vertical__date {
    vertical-align: middle;
    width: 47px;
    height: 47px;
    padding: 7px 0;
    text-align: center;
    background-color: #00539b;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s
}
.events-vertical .events-vertical__details {
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
    overflow: hidden;
    height: 67px
}
.events-vertical .events-vertical__details h5 {
    font-size: 14px !important
}
.events-vertical .events-vertical__date-day {
    margin-bottom: -7px;
    font-size: 24px
}
.events-vertical .events-vertical__date-month {
    text-transform: uppercase;
    font-size: 12px
}
.events-vertical .events-vertical__title {
    margin: 0;
    line-height: 1em;
    margin-bottom: 15px;
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s
}
.events-vertical .more-link {
    display: none
}
.panel__content .events-vertical .more-link {
    display: block
}
.event-featured-container {
    position: relative
}
.event-featured-container .featured-event__wrap {
    height: 203px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    margin: 10px 10px 4px
}
.event-featured-container .title-area {
    background-color: #eee;
    margin: 0 10px 15px;
    color: #fff;
    font-weight: 300;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    *zoom: 1;
    border-bottom: 1px solid #e3e3e3
}
.event-featured-container .title-area:before,
.event-featured-container .title-area:after {
    display: table;
    content: "";
    line-height: 0
}
.event-featured-container .title-area:after {
    clear: both
}
.event-featured-container .title-area::after {
    padding-bottom: 5px
}
.event-featured-container .featured-event {
    display: block;
    padding-bottom: 7px
}
.event-featured-container .featured-event:hover .title-area h5 {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #f5bc0f
}
.event-featured-container .featured-event__title {
    float: left;
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}
@media (max-width: 476px) {
    .event-featured-container .featured-event__title {
        font-size: 16px
    }
}
@media (max-width: 1199px) and (min-width: 980px) {
    .event-featured-container .featured-event__title {
        width: 202px
    }
}
@media (max-width: 750px) and (min-width: 700px) {
    .event-featured-container .featured-event__title {
        width: 202px
    }
}
.event-featured-container .featured-event__date {
    float: right;
    margin-top: 11px;
    font-size: 18px
}
@media (max-width: 476px) {
    .event-featured-container .featured-event__date {
        font-size: 16px
    }
}
.events-and-featured {
    position: relative;
    *zoom: 1
}
.events-and-featured:before,
.events-and-featured:after {
    display: table;
    content: "";
    line-height: 0
}
.events-and-featured:after {
    clear: both
}
.events-and-featured .events-vertical {
    margin-bottom: 0
}
.events-and-featured .event-featured-container {
    width: 100%;
    float: left;
    position: relative;
    margin-right: 4%
}
.events-and-featured .more-link {
    display: block;
    position: absolute;
    top: -55px;
    right: 0;
    font-size: 14px;
    color: #00539b
}
.events-and-featured .more-link:hover {
    -webkit-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    color: #f5bc0f
}
.events-and-featured .events-vertical {
    float: left
}
.events-and-featured .no-feature {
    width: 100%
}
.event-search .ctrl-holder {
    float: left
}
.event-search .ctrl-input {
    width: 220px
}
.event-search .ctrl-label {
    width: 110px;
    padding: 5px 0 0 0
}
.event-search .ctrl-text-date {
    width: 50px;
    padding: 5px 0 0 0
}
.event-search .ctrl-date {
    width: 250px
}
.event-search .ctrl-date img {
    margin: 0 10px 10px 10px
}
.event-search .ctrl-cta {
    width: 100px;
    margin-bottom: 10px
}
@media (min-width: 980px) and (max-width: 1199px) {
    .event-featured-container .featured-event__wrap {
        height: 236px
    }
    .events-vertical .events-vertical__details {
        height: 78px
    }
}
@media (max-width: 767px) {
    .events-and-featured .events-vertical,
    .events-and-featured .event-featured-container {
        width: 100%;
        float: none
    }
    .events-and-featured .events-vertical {
        margin-top: 10px;
        padding: 0 10px 20px
    }
    .event-search .ctrl-holder {
        width: 100%
    }
    .event-search .ctrl-input {
        width: 100%
    }
    .event-search .ctrl-label {
        width: 100%
    }
    .event-search .ctrl-text-date {
        width: 100%
    }
    .event-search .ctrl-date {
        width: 100%
    }
    .event-search .ctrl-cta {
        width: 100%;
        padding: 10px 0
    }
}
@media (max-width: 480px) {
    .events-vertical .events-vertical__details {
        height: 78px
    }
}
body.news-and-events .events-vertical .events-vertical__link {
    display: table;
    margin-bottom: 0px!important;
    margin-top: 1px
}
body.news-and-events .events-and-featured .no-feature {
    width: 100%
}
body.news-and-events .events-vertical .events-vertical__details h5 {
    font-size: 16px !important
}
body.news-and-events .events-vertical .events-vertical__date-day {
    font-size: 24px;
    display: inline!important
}
body.news-and-events .events-and-featured .more-link {
    display: block;
    position: absolute;
    top: -33px !important;
    right: 0;
    font-size: 14px;
    color: #00539b
}
body.news-and-events .events-vertical .events-vertical__date {
    vertical-align: middle;
    width: 68px!important;
    height: 67px!important;
    display: table-cell
}
body.news-and-events .events-vertical {
    padding: 0px!important
}
body.news-and-events .panel-white-inner .panel__content,
.panel-grey .panel__content {
    padding: 10px!important
}
@media (max-width: 1199px) and (min-width: 980px) {
    body.news-and-events .news-preview-widget-inside {
        height: 236px
    }
}
.event-search {
    margin-bottom: 20px
}
.event-search .btn {
    margin-top: -10px
}
.event-list-pagination {
    float: right
}
.detail-event--label {
    font-weight: bold;
    display: block
}
.details-row {
    padding: 10px;
    border-top: dotted 1px #eee;
    -webkit-transition: background-color 0.2s ease-in;
    -moz-transition: background-color 0.2s ease-in;
    -o-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in
}
.details-row:hover {
    background-color: #eee
}
.details-row:first-child {
    border-top: none
}
.event-display .details {
    background-color: #fafafa;
    border: solid 1px #ddd;
    margin-bottom: 20px
}
.sign-up-to-event--form {
    margin-bottom: 20px
}
.sign-up-to-event--form input[type="text"] {
    width: 100%
}
.sign-up-to-event--form label {
    font-weight: bold
}
.sign-up-to-event--form .alert {
    width: 100%;
    margin-bottom: 10px
}
.sign-up-to-event--form .alert[style*="inline"] {
    display: block!important
}
.expander-list ul {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: moz-none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 0!important
}
.expander-list li {
    position: relative
}
.expander-list .parent>ul {
    display: none
}
.expander-list .expander-icon {
    display: none
}
.facts {
    position: relative
}
.facts .more-link {
    position: absolute;
    top: -18px;
    right: 0;
    font-size: 14px
}
.facts-home {
    margin: 0;
    padding-top: 20px;
    list-style: none;
    font-size: 14px;
    color: #999;
    *zoom: 1
}
.facts-home:before,
.facts-home:after {
    display: table;
    content: "";
    line-height: 0
}
.facts-home:after {
    clear: both
}
.facts-home .facts__item {
    float: left;
    width: 25%;
    text-align: center;
    border-left: 1px dotted #dbdbdb
}
.facts-home .facts__item:first-child {
    border-left: 0
}
.facts-home .facts__value {
    font-size: 60px;
    font-weight: 300;
    line-height: 1em;
    margin-bottom: 10px
}
.facts-home .facts__title {
    margin-bottom: 65px
}
.facts-home .facts__link {
    display: block;
    margin-top: 11px;
    margin-bottom: -11px
}
@media (max-width: 480px) {
    .facts-home {
        overflow: hidden
    }
    .facts-home .facts__item {
        width: 50%;
        margin-bottom: -1px;
        margin-left: -1px;
        padding: 15px 0;
        height: 177px;
        border-bottom: 1px dotted #dbdbdb
    }
    .facts-home .facts__title {
        margin-bottom: 10px
    }
    .facts-home .facts__link {
        margin: 0
    }
}
.master-plan {
    list-style: none;
    margin: 0 0 5%;
    background-color: #fff
}
.master-plan__project:first-child {
    margin-top: 0
}
.master-plan__project .master-plan__project-title {
    color: #fff;
    padding: 20px;
    margin-top: 40px
}
.master-plan__project>.expander-icon {
    top: 84px;
    width: 100%;
    height: 0;
    padding-left: 50%;
    padding-top: 5%;
    overflow: hidden
}
.master-plan__project>.expander-icon:after {
    display: block;
    content: "";
    width: 0;
    height: 0;
    margin-left: -1000px;
    margin-top: -100px;
    border-left: 1000px solid transparent;
    border-right: 1000px solid transparent;
    border-top: 100px solid #307ec1
}
.master-plan__project-title,
.master-plan__phase-title {
    margin: 0;
    cursor: pointer;
    overflow: hidden
}
.master-plan__project-title div,
.master-plan__phase-title div {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 10px;
    width: 67%
}
.master-plan__project-title div h2,
.master-plan__phase-title div h2 {
    color: #fff;
    font-size: 20px;
    line-height: 20px
}
.master-plan__project-title div h3,
.master-plan__phase-title div h3 {
    color: #fff;
    font-size: 16px;
    line-height: 16px
}
.master-plan__phases {
    margin: 0;
    background-color: #eee;
    list-style: none;
    overflow: hidden;
    -webkit-box-shadow: inset 0 -20px 20px -20px #a7a7a7;
    -moz-box-shadow: inset 0 -20px 20px -20px #a7a7a7;
    box-shadow: inset 0 -20px 20px -20px #a7a7a7
}
.master-plan__phases img {
    margin: 20px 5px 0 20px;
    float: left;
    display: inline-block
}
.master-plan__phases h3 {
    font-size: 16px;
    float: left;
    display: inline-block
}
.master-plan__phases .noImage {
    margin-left: 49px
}
.master-plan__phases .stateIndicator {
    background: url(/churchie/images/icon-arrow.png) no-repeat 10px 0;
    width: 29px;
    height: 29px;
    float: right;
    display: block;
    margin: 20px 15px 20px 15px
}
.master-plan__phases .stateIndicator.active {
    background: url(/churchie/images/icon-arrow-active.png) no-repeat 0 10px
}
.master-plan__phase {
    border-top: 1px solid #a7a7a7;
    clear: both;
    overflow: hidden
}
.master-plan__phase:first-child {
    border-top: 0
}
.master-plan__phase:hover {
    cursor: pointer
}
.master-plan__phase>.expander-icon {
    width: 100%;
    height: 84px
}
.master-plan__content {
    position: relative;
    list-style: none;
    margin: 0;
    -webkit-box-shadow: inset 0 -20px 20px -20px #a7a7a7;
    -moz-box-shadow: inset 0 -20px 20px -20px #a7a7a7;
    box-shadow: inset 0 -20px 20px -20px #a7a7a7
}
.master-plan_content-nav {
    position: absolute;
    top: 50%;
    margin-top: -45px;
    width: 100%;
    height: 50px;
    font-size: 50px;
    color: #00539b
}
.master-plan_content-nav .nav-left,
.master-plan_content-nav .nav-right {
    cursor: pointer;
    position: absolute
}
.master-plan_content-nav .nav-left {
    left: 10px
}
.master-plan_content-nav .nav-right {
    right: 10px
}
.master-plan__content-item {
    padding: 0 50px 40px
}
.business-list th,
.employment-list th,
.business-list td,
.employment-list td {
    vertical-align: middle
}
.business-list thead th,
.employment-list thead th {
    padding: 20px 10px
}
.business-list .icon-file-text,
.employment-list .icon-file-text {
    margin-right: 5px
}
.employment .icon-file-text {
    margin-right: 5px
}
.employment+.panel-white {
    margin-top: 30px
}
@media print {
    .newsletter .newsletter-toc {
        display: none
    }
    .newsletter .side-bar {
        display: none
    }
    .newsletter a[href]:after {
        content: none !important
    }
    .newsletter h1 {
        color: #00539b
    }
    .newsletter .newsletter-intro {
        color: black;
        padding: 10px;
        background-color: transparent;
        position: relative
    }
}
.newsletter-article__list>.newsletter-article {
    border-bottom: dotted 2px #ddd;
    padding-bottom: 20px;
    margin-bottom: 30px;
    position: relative;
    *zoom: 1
}
.newsletter-article__list>.newsletter-article:before,
.newsletter-article__list>.newsletter-article:after {
    display: table;
    content: "";
    line-height: 0
}
.newsletter-article__list>.newsletter-article:after {
    clear: both
}
.newsletter-article__list>.newsletter-article h3 {
    margin: 0 0 10px 0;
    line-height: normal
}
.newsletter-article__list>.newsletter-article .back-to-top {
    position: absolute;
    right: 0;
    bottom: 10px
}
.newsletter-toc {
    width: 250px;
    background-color: #eee;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 25px 30px -15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 25px 30px -15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 25px 30px -15px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px
}
.newsletter-toc .newsletter-toc__title {
    font-size: 20px;
    font-weight: bold;
    padding: 0 10px
}
@media (max-width: 979px) {
    .newsletter-toc .newsletter-toc__title {
        display: none
    }
}
.newsletter-toc li {
    list-style-type: none;
    border-bottom: dotted 1px #aaa
}
.newsletter-toc li.active>a {
    background-image: linear-gradient(to bottom, #eee, #a7a7a7)
}
.newsletter-toc li .newsletter-toc__link {
    display: block;
    padding: 10px 20px 10px 10px
}
.newsletter-toc li .newsletter-toc__link:hover {
    background-image: linear-gradient(to bottom, #eee, #a7a7a7)
}
.newsletter-toc li li {
    border: none
}
.newsletter-toc li li .newsletter-toc__link {
    padding-left: 20px
}
.newsletter-toc li li li .newsletter-toc__link {
    padding-left: 30px
}
.newsletter-toc.sub-nav ul li ul {
    display: block
}
.newsletter-toc ul {
    margin: 0;
    display: block
}
.newsletter-toc.affix {
    top: 10px
}
.newsletter-toc .indicator {
    display: none
}
@media (max-width: 1199px) {
    .newsletter-toc {
        width: 200px
    }
}
@media (max-width: 979px) {
    .newsletter-toc {
        position: static;
        width: 100%
    }
    .newsletter-toc ul {
        display: none
    }
    .newsletter-toc ul .newsletter-toc__link {
        padding: 10px 20px 10px 45px
    }
    .newsletter-toc ul li li .newsletter-toc__link {
        padding-left: 65px
    }
    .newsletter-toc ul li li li .newsletter-toc__link {
        padding-left: 75px
    }
    .newsletter-toc .indicator {
        display: block
    }
}
.newsletter-banner {
    width: 100%
}
.newsletter-date {
    color: #a7a7a7;
    margin-top: 0
}
.newsletter-title {
    margin-bottom: 0;
    line-height: normal
}
.newsletter-banner-container {
    position: relative;
    margin-bottom: 20px
}
.newsletter-intro {
    background-color: #00539b;
    color: white;
    padding: 10px;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0
}
.newsletter-article__content .responsive-wrapper,
.content-page .responsive-wrapper {
    float: none;
    clear: both;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}
.newsletter-article__content .responsive-wrapper iframe,
.content-page .responsive-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.twitterFeed .panel {
    margin: 0
}
.twitterFeed .panel .panel__content {
    border: none;
    max-height: 254px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: white;
    border: 1px solid #e3e3e3;
    border-radius: 5px
}
.twitterFeed .panel .footer {
    min-height: 16px;
    padding: 0;
    font-size: 12px;
    background: none;
    box-shadow: none;
    color: #565a5e;
    padding-top: 1px;
    margin-top: 2px;
    overflow: hidden;
    border-width: 0;
    -webkit-transition: margin-top 0.2s ease-out, padding-top 0.2s ease-out;
    -moz-transition: margin-top 0.2s ease-out, padding-top 0.2s ease-out;
    -o-transition: margin-top 0.2s ease-out, padding-top 0.2s ease-out;
    transition: margin-top 0.2s ease-out, padding-top 0.2s ease-out
}
.twitterFeed ol>li {
    border-bottom: 1px solid #e3e3e3 !important;
    margin: 10px 0 !important;
    padding-bottom: 15px !important
}
.twitterFeed .twitter-timeline-custom .timeline-header,
.twitterFeed .twitter-timeline-custom .timeline-footer {
    display: none
}
.twitterFeed .twitter-timeline-custom .stream {
    height: auto
}
.twitterFeed .twitter-timeline-custom .fa {
    margin-left: 5px
}
.twitterFeed .twitter-timeline-custom .e-entry-title {
    color: #999 !important;
    list-style: none;
    max-width: 100%
}
.twitterFeed .twitter-timeline-custom .full-name {
    display: block;
    color: #006cb7 !important
}
.twitterFeed .twitter-timeline-custom .full-name .p-name {
    color: #006cb7 !important;
    font-weight: 300
}
.twitterFeed .twitter-timeline-custom .full-name .p-nickname {
    display: block
}
.twitterFeed .twitter-timeline-custom .expand,
.twitterFeed .twitter-timeline-custom .expand-completed {
    color: #006cb7 !important
}
.twitterFeed .twitter-timeline-custom .expand .oi,
.twitterFeed .twitter-timeline-custom .expand-completed .oi {
    margin-left: 5px;
    font-size: 9px
}
.twitterFeed .twitter-timeline-custom .active-expand {
    margin-top: 10px;
    border: none;
    border-top: 1px solid #e8e8e8;
    padding-top: 5px
}
.twitterFeed .twitter-timeline-custom .tweet-footer {
    min-height: 18px;
    margin-top: 10px;
    margin-bottom: 0.3em;
    padding-top: 5px;
    border: none
}
.twitterFeed .twitter-timeline-custom .tweet-actions {
    bottom: auto;
    right: 10px
}
.twitterFeed .twitter-timeline-custom .load-more {
    background: none;
    padding: 10px !important;
    border-radius: none;
    margin-top: -5px !important
}
.twitterFeed .twitter-timeline-custom time {
    color: #999 !important
}
.twitterFeed #twitter-widget-0 {
    display: none !important
}
.contact-form {
    margin: 10px 0;
    margin-right: 10px
}
.contact-form input[type='text'],
.contact-form textarea {
    width: 100%
}
.contact-form .contact-col {
    display: inline-block;
    float: right;
    width: 48.5%
}
.contact-form .contact-col:first-child {
    float: left
}
@media (max-width: 767px) {
    .contact-form .contact-col {
        display: block;
        float: none;
        width: 100%
    }
}
.search-result {
    display: block
}
.search-result .result-image {
    display: none
}
.search-result .result-content {
    display: block
}
.search-result .result-score {
    width: 50px;
    border: solid 1px #dbdbdb;
    margin-top: 7px;
    margin-right: 6px;
    color: #46a546;
    font-size: 2pt;
    line-height: 6px;
    height: 6px
}
.search-result .result-url {
    display: block;
    word-break: break-word
}
.search-result .result-date {
    display: block
}
.search-result .highlight {
    background-color: #f9d771;
    padding: 0 5px
}
.SearchDialog table td {
    padding-right: 10px
}
.login-form .actions div {
    display: block
}
.login-form .actions .remember-me {
    margin: 0 0 0 5px
}
.login-form .actions .remember-me input {
    display: inline-block;
    margin-right: 5px;
    vertical-align: top
}
.login-form .actions .remember-me label {
    display: inline-block
}
.mailchimp-sign-up-form span.alert[style*="inline"] {
    display: block !important
}
.clear {
    clear: both
}
.block {
    display: block!important
}
.lighten {
    color: #a3a7aa
}
.lighten a {
    color: #888d92
}
.buffer-below {
    margin-bottom: 22px !important
}
.buffer-above {
    margin-top: 22px !important
}
.circle {
    border-radius: 50%
}
.image-border {
    background-color: #fff;
    padding: 4px;
    border-radius: 3px;
    border: 1px solid #eee;
    height: auto;
    overflow: hidden
}
.unclipped {
    max-height: 100%!important
}
.row-fluid [class*="span"] {
    min-height: 0
}
.unstyled {
    margin: 0;
    padding: 0;
    list-style: none
}
.unstyled li {
    margin: 0;
    padding: 0;
    list-style: none
}
.fluid {
    width: 100%!important
}
.fluid iframe {
    width: 100%!important
}


#back-top {
 backface-visibility:hidden;
 -webkit-backface-visibility:hidden;
 display:block;
 position:fixed;
 z-index:999;
 right:20px;
 bottom:-11px
}
#back-top a {
 text-decoration:none;
 text-align:center;
 padding:10px;
 font-size:12px;
 display:block;
 background-color:#00539b;
 color:#fff;
 -webkit-transition:1s ease;
 -moz-transition:1s ease;
 -o-transition:1s ease;
 transition:1s ease
}
#back-top span {
 text-decoration:none;
 text-size:10px!important;
 text-transform:uppercase
}
#back-top a:hover {
 background-color:#f1f1f1;
 color:#ab0103
}
@media(max-width:900px) {
 .footer,.low-footer {
  min-height:150px
 }
}

.home_readMore{margin-bottom: -120px;float: right;background: url('../images/read_more.png');background-size: contain;height: 85px;background-repeat: no-repeat;padding: 12px 30px;width: 150px;color: #fff;
font-weight: 700}
.home_readMore:hover{color:#fff;}