H1.FooterTitle {
	line-height:25px; margin:0; font-family: Trebuchet MS, Verdana, Arial, sans-serif; font-size:18px; Color:#3d3d3d; font-weight: normal; padding-bottom:5px;}

.copyright-footer{font-size:0.8em; text-align:right;}
.copyright-footer a {font-size:0.8em; color:#0c5449; text-decoration:underline;}
.copyright-footer a:hover {font-size:0.8em; color:#0c5449; text-decoration:underline;}

.Footer {
	font-size: 10px; color: #363636; font-weight: normal; line-height: 12px;
}
.FooterMenu {
	background-color:#ffffff; text-align: center; padding-top: 10px;
}

.FooterDiv {
	font-size: 10px; color: #990000; font-weight: normal; line-height: 12px;
}

.FooterList{margin:0;padding:0;list-style:none;margin-top:6px;display:inline;}
.FooterList li{margin:0;padding:0;list-style:none;display:inline;display:block;border-bottom:1px solid #fff;padding:3px 0 3px 0;}
.FooterList li a{text-decoration:none;color:#53514c;font:normal 11px/1.4 Arial, Helvetica, sans-serif;}
.FooterList li a:hover{color:#ff6600;background:none;}

a.FormFooter {font-size: 14px; color: #ffffff; line-height: 14px; font-weight: bold; font-style: normal; font-family: verdana, arial, helvetica, sans-serif; text-align: left; text-decoration: none}
a.FormFooter:visited {font-size: 14px; color: #ffffff; line-height: 14px; font-weight: bold; font-style: normal; font-family: verdana, arial, helvetica, sans-serif; text-align: left; text-decoration: none}
a.FormFooter:active {font-size: 14px; color: #ffffff; line-height: 14px; font-weight: bold; font-style: normal; font-family: verdana, arial, helvetica, sans-serif}
a.FormFooter:hover {font-size: 14px; color: #ff6600; line-height: 14px; font-weight: bold; font-style: normal; font-family: verdana, arial, helvetica, sans-serif}

a.Footer {font-size: 10px; color: #363636; line-height: 14px; font-style: normal; font-family: verdana, arial, helvetica, sans-serif; text-align: left; text-decoration: none}
a.Footer:visited {font-size: 10px; color: #363636; line-height: 14px; font-style: normal; font-family: verdana, arial, helvetica, sans-serif;}
a.Footer:active {font-size: 10px; color: #363636; line-height: 14px; font-style: normal; font-family: verdana, arial, helvetica, sans-serif}
a.Footer:hover {font-size: 10px; color: #fff; line-height: 14px; font-style: normal; font-family: verdana, arial, helvetica, sans-serif}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
    display: block;
}

audio,canvas,video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}



h1 {
    font-size: 2em;
    /* margin: 0.67em 0; */
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

mark {
    background: #ff0;
    color: #000;
}

code,kbd,pre,samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre-wrap;
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
    font-size: 80%;
}

sub,sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
  /*border: 0; */
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button,input,select,textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button,input {
    line-height: normal;
}

button,select {
    text-transform: none;
}

button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],html input[disabled] {
    cursor: default;
}

input[type="checkbox"],input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


table {
    border-collapse: collapse;
    border-spacing: 0;
}

.footer a{line-height:20px;}
.footer *,.footer *:before,.footer *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


a:hover {
    cursor: pointer;
}

img,object,embed {
    max-width: 100%;
    height: auto;
}

object,embed {
    height: 100%;
}

img {
    -ms-interpolation-mode: bicubic;
}

#map_canvas img,#map_canvas embed,#map_canvas object,.map_canvas img,.map_canvas embed,.map_canvas object {
    max-width: none !important;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

.text-justify {
    text-align: justify !important;
}

.hide {
    display: none;
}

.antialiased {
    -webkit-font-smoothing: antialiased;
}

img {
    display: inline-block;
    vertical-align: middle;
}


.row1 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    margin-bottom: 0;
    max-width: 81.125em;
    *zoom: 1;
}

.row1:before,.row1:after {
    content: " ";
    display: table;
}

.row1:after {
    clear: both;
}

.row1.collapse>.column,.row1.collapse>.columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left;
}

.row1.collapse .row1 {
    margin-left: 0;
    margin-right: 0;
}

.row1 .row1 {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1;
}

.row1 .row1:before,.row1 .row1:after {
    content: " ";
    display: table;
}

.row1 .row1:after {
    clear: both;
}

.row1 .row1.collapse {
    width: auto;
    margin: 0;
    max-width: none;
    *zoom: 1;
}

.row1 .row1.collapse:before,.row1 .row1.collapse:after {
    content: " ";
    display: table;
}

.row1 .row1.collapse:after {
    clear: both;
}

.column,.columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    width: 100%;
    float: left;
}

@media only screen {
    .small-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .small-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .small-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .small-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .small-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .small-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .small-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .small-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .small-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .small-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .small-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .small-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .small-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .small-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .small-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .small-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .small-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .small-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .small-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .small-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .small-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .small-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }

    .column,.columns {
        position: relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        float: left;
    }

    .small-1 {
        position: relative;
        width: 8.33333%;
    }

    .small-2 {
        position: relative;
        width: 16.66667%;
    }

    .small-3 {
        position: relative;
        width: 25%;
    }

    .small-4 {
        position: relative;
        width: 33.33333%;
    }

    .small-5 {
        position: relative;
        width: 41.66667%;
    }

    .small-6 {
        position: relative;
        width: 50%;
    }

    .small-7 {
        position: relative;
        width: 58.33333%;
    }

    .small-8 {
        position: relative;
        width: 66.66667%;
    }

    .small-9 {
        position: relative;
        width: 75%;
    }

    .small-10 {
        position: relative;
        width: 83.33333%;
    }

    .small-11 {
        position: relative;
        width: 91.66667%;
    }

    .small-12 {
        position: relative;
        width: 100%;
    }

    .small-offset-0 {
        position: relative;
        margin-left: 0%;
    }

    .small-offset-1 {
        position: relative;
        margin-left: 8.33333%;
    }

    .small-offset-2 {
        position: relative;
        margin-left: 16.66667%;
    }

    .small-offset-3 {
        position: relative;
        margin-left: 25%;
    }

    .small-offset-4 {
        position: relative;
        margin-left: 33.33333%;
    }

    .small-offset-5 {
        position: relative;
        margin-left: 41.66667%;
    }

    .small-offset-6 {
        position: relative;
        margin-left: 50%;
    }

    .small-offset-7 {
        position: relative;
        margin-left: 58.33333%;
    }

    .small-offset-8 {
        position: relative;
        margin-left: 66.66667%;
    }

    .small-offset-9 {
        position: relative;
        margin-left: 75%;
    }

    .small-offset-10 {
        position: relative;
        margin-left: 83.33333%;
    }

    [class*="column"]+[class*="column"]:last-child {
        float: right;
    }

    [class*="column"]+[class*="column"].end {
        float: left;
    }

    .column.small-centered,.columns.small-centered {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }

    .column.small-uncentered,.columns.small-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left !important;
    }

    .column.small-uncentered.opposite,.columns.small-uncentered.opposite {
        float: right !important;
    }
}

@media only screen and (min-width: 48em) {
    .medium-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .medium-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .medium-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .medium-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .medium-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .medium-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .medium-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .medium-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .medium-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .medium-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .medium-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .medium-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .medium-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .medium-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .medium-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .medium-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .medium-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .medium-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .medium-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .medium-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .medium-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .medium-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }

    .column,.columns {
        position: relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        float: left;
    }

    .medium-1 {
        position: relative;
        width: 8.33333%;
    }

    .medium-2 {
        position: relative;
        width: 16.66667%;
    }

    .medium-3 {
        position: relative;
        width: 25%;
    }

    .medium-4 {
        position: relative;
        width: 33.33333%;
    }

    .medium-5 {
        position: relative;
        width: 41.66667%;
    }

    .medium-6 {
        position: relative;
        width: 50%;
    }

    .medium-7 {
        position: relative;
        width: 58.33333%;
    }

    .medium-8 {
        position: relative;
        width: 66.66667%;
    }

    .medium-9 {
        position: relative;
        width: 75%;
    }

    .medium-10 {
        position: relative;
        width: 83.33333%;
    }

    .medium-11 {
        position: relative;
        width: 91.66667%;
    }

    .medium-12 {
        position: relative;
        width: 100%;
    }

    .medium-offset-0 {
        position: relative;
        margin-left: 0%;
    }

    .medium-offset-1 {
        position: relative;
        margin-left: 8.33333%;
    }

    .medium-offset-2 {
        position: relative;
        margin-left: 16.66667%;
    }

    .medium-offset-3 {
        position: relative;
        margin-left: 25%;
    }

    .medium-offset-4 {
        position: relative;
        margin-left: 33.33333%;
    }

    .medium-offset-5 {
        position: relative;
        margin-left: 41.66667%;
    }

    .medium-offset-6 {
        position: relative;
        margin-left: 50%;
    }

    .medium-offset-7 {
        position: relative;
        margin-left: 58.33333%;
    }

    .medium-offset-8 {
        position: relative;
        margin-left: 66.66667%;
    }

    .medium-offset-9 {
        position: relative;
        margin-left: 75%;
    }

    .medium-offset-10 {
        position: relative;
        margin-left: 83.33333%;
    }

    [class*="column"]+[class*="column"]:last-child {
        float: right;
    }

    [class*="column"]+[class*="column"].end {
        float: left;
    }

    .column.medium-centered,.columns.medium-centered {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }

    .column.medium-uncentered,.columns.medium-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left !important;
    }

    .column.medium-uncentered.opposite,.columns.medium-uncentered.opposite {
        float: right !important;
    }

    .push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }
}

@media only screen and (min-width: 48em) {
    .large-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .large-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .large-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .large-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .large-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .large-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .large-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .large-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .large-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .large-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .large-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .large-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .large-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .large-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .large-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .large-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .large-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .large-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .large-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .large-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .large-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .large-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }

    .column,.columns {
        position: relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        float: left;
    }

    .large-1 {
        position: relative;
        width: 8.33333%;
    }

    .large-2 {
        position: relative;
        width: 16.66667%;
    }

    .large-3 {
        position: relative;
        width: 25%;
    }

    .large-4 {
        position: relative;
        width: 33.33333%;
    }

    .large-5 {
        position: relative;
        width: 41.66667%;
    }

    .large-6 {
        position: relative;
        width: 50%;
    }

    .large-7 {
        position: relative;
        width: 58.33333%;
    }

    .large-8 {
        position: relative;
        width: 66.66667%;
    }

    .large-9 {
        position: relative;
        width: 75%;
    }

    .large-10 {
        position: relative;
        width: 83.33333%;
    }

    .large-11 {
        position: relative;
        width: 91.66667%;
    }

    .large-12 {
        position: relative;
        width: 100%;
    }

    .large-offset-0 {
        position: relative;
        margin-left: 0%;
    }

    .large-offset-1 {
        position: relative;
        margin-left: 8.33333%;
    }

    .large-offset-2 {
        position: relative;
        margin-left: 16.66667%;
    }

    .large-offset-3 {
        position: relative;
        margin-left: 25%;
    }

    .large-offset-4 {
        position: relative;
        margin-left: 33.33333%;
    }

    .large-offset-5 {
        position: relative;
        margin-left: 41.66667%;
    }

    .large-offset-6 {
        position: relative;
        margin-left: 50%;
    }

    .large-offset-7 {
        position: relative;
        margin-left: 58.33333%;
    }

    .large-offset-8 {
        position: relative;
        margin-left: 66.66667%;
    }

    .large-offset-9 {
        position: relative;
        margin-left: 75%;
    }

    .large-offset-10 {
        position: relative;
        margin-left: 83.33333%;
    }

    [class*="column"]+[class*="column"]:last-child {
        float: right;
    }

    [class*="column"]+[class*="column"].end {
        float: left;
    }

    .column.large-centered,.columns.large-centered {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }

    .column.large-uncentered,.columns.large-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left !important;
    }

    .column.large-uncentered.opposite,.columns.large-uncentered.opposite {
        float: right !important;
    }
}

@media only screen and (min-width: 73.1875) {
    .xlarge-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .xlarge-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .xlarge-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .xlarge-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .xlarge-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .xlarge-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .xlarge-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .xlarge-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .xlarge-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .xlarge-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .xlarge-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .xlarge-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .xlarge-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .xlarge-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .xlarge-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .xlarge-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .xlarge-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .xlarge-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .xlarge-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .xlarge-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .xlarge-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .xlarge-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }

    .column,.columns {
        position: relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        float: left;
    }

    .xlarge-1 {
        position: relative;
        width: 8.33333%;
    }

    .xlarge-2 {
        position: relative;
        width: 16.66667%;
    }

    .xlarge-3 {
        position: relative;
        width: 25%;
    }

    .xlarge-4 {
        position: relative;
        width: 33.33333%;
    }

    .xlarge-5 {
        position: relative;
        width: 41.66667%;
    }

    .xlarge-6 {
        position: relative;
        width: 50%;
    }

    .xlarge-7 {
        position: relative;
        width: 58.33333%;
    }

    .xlarge-8 {
        position: relative;
        width: 66.66667%;
    }

    .xlarge-9 {
        position: relative;
        width: 75%;
    }

    .xlarge-10 {
        position: relative;
        width: 83.33333%;
    }

    .xlarge-11 {
        position: relative;
        width: 91.66667%;
    }

    .xlarge-12 {
        position: relative;
        width: 100%;
    }

    .xlarge-offset-0 {
        position: relative;
        margin-left: 0%;
    }

    .xlarge-offset-1 {
        position: relative;
        margin-left: 8.33333%;
    }

    .xlarge-offset-2 {
        position: relative;
        margin-left: 16.66667%;
    }

    .xlarge-offset-3 {
        position: relative;
        margin-left: 25%;
    }

    .xlarge-offset-4 {
        position: relative;
        margin-left: 33.33333%;
    }

    .xlarge-offset-5 {
        position: relative;
        margin-left: 41.66667%;
    }

    .xlarge-offset-6 {
        position: relative;
        margin-left: 50%;
    }

    .xlarge-offset-7 {
        position: relative;
        margin-left: 58.33333%;
    }

    .xlarge-offset-8 {
        position: relative;
        margin-left: 66.66667%;
    }

    .xlarge-offset-9 {
        position: relative;
        margin-left: 75%;
    }

    .xlarge-offset-10 {
        position: relative;
        margin-left: 83.33333%;
    }

    [class*="column"]+[class*="column"]:last-child {
        float: right;
    }

    [class*="column"]+[class*="column"].end {
        float: left;
    }

    .column.xlarge-centered,.columns.xlarge-centered {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }

    .column.xlarge-uncentered,.columns.xlarge-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left !important;
    }

    .column.xlarge-uncentered.opposite,.columns.xlarge-uncentered.opposite {
        float: right !important;
    }
}

@media only screen and (min-width: 120.063em) {
    .xxlarge-push-1 {
        position: relative;
        left: 8.33333%;
        right: auto;
    }

    .xxlarge-pull-1 {
        position: relative;
        right: 8.33333%;
        left: auto;
    }

    .xxlarge-push-2 {
        position: relative;
        left: 16.66667%;
        right: auto;
    }

    .xxlarge-pull-2 {
        position: relative;
        right: 16.66667%;
        left: auto;
    }

    .xxlarge-push-3 {
        position: relative;
        left: 25%;
        right: auto;
    }

    .xxlarge-pull-3 {
        position: relative;
        right: 25%;
        left: auto;
    }

    .xxlarge-push-4 {
        position: relative;
        left: 33.33333%;
        right: auto;
    }

    .xxlarge-pull-4 {
        position: relative;
        right: 33.33333%;
        left: auto;
    }

    .xxlarge-push-5 {
        position: relative;
        left: 41.66667%;
        right: auto;
    }

    .xxlarge-pull-5 {
        position: relative;
        right: 41.66667%;
        left: auto;
    }

    .xxlarge-push-6 {
        position: relative;
        left: 50%;
        right: auto;
    }

    .xxlarge-pull-6 {
        position: relative;
        right: 50%;
        left: auto;
    }

    .xxlarge-push-7 {
        position: relative;
        left: 58.33333%;
        right: auto;
    }

    .xxlarge-pull-7 {
        position: relative;
        right: 58.33333%;
        left: auto;
    }

    .xxlarge-push-8 {
        position: relative;
        left: 66.66667%;
        right: auto;
    }

    .xxlarge-pull-8 {
        position: relative;
        right: 66.66667%;
        left: auto;
    }

    .xxlarge-push-9 {
        position: relative;
        left: 75%;
        right: auto;
    }

    .xxlarge-pull-9 {
        position: relative;
        right: 75%;
        left: auto;
    }

    .xxlarge-push-10 {
        position: relative;
        left: 83.33333%;
        right: auto;
    }

    .xxlarge-pull-10 {
        position: relative;
        right: 83.33333%;
        left: auto;
    }

    .xxlarge-push-11 {
        position: relative;
        left: 91.66667%;
        right: auto;
    }

    .xxlarge-pull-11 {
        position: relative;
        right: 91.66667%;
        left: auto;
    }

    .column,.columns {
        position: relative;
        padding-left: 0.9375em;
        padding-right: 0.9375em;
        float: left;
    }

    .xxlarge-1 {
        position: relative;
        width: 8.33333%;
    }

    .xxlarge-2 {
        position: relative;
        width: 16.66667%;
    }

    .xxlarge-3 {
        position: relative;
        width: 25%;
    }

    .xxlarge-4 {
        position: relative;
        width: 33.33333%;
    }

    .xxlarge-5 {
        position: relative;
        width: 41.66667%;
    }

    .xxlarge-6 {
        position: relative;
        width: 50%;
    }

    .xxlarge-7 {
        position: relative;
        width: 58.33333%;
    }

    .xxlarge-8 {
        position: relative;
        width: 66.66667%;
    }

    .xxlarge-9 {
        position: relative;
        width: 75%;
    }

    .xxlarge-10 {
        position: relative;
        width: 83.33333%;
    }

    .xxlarge-11 {
        position: relative;
        width: 91.66667%;
    }

    .xxlarge-12 {
        position: relative;
        width: 100%;
    }

    .xxlarge-offset-0 {
        position: relative;
        margin-left: 0%;
    }

    .xxlarge-offset-1 {
        position: relative;
        margin-left: 8.33333%;
    }

    .xxlarge-offset-2 {
        position: relative;
        margin-left: 16.66667%;
    }

    .xxlarge-offset-3 {
        position: relative;
        margin-left: 25%;
    }

    .xxlarge-offset-4 {
        position: relative;
        margin-left: 33.33333%;
    }

    .xxlarge-offset-5 {
        position: relative;
        margin-left: 41.66667%;
    }

    .xxlarge-offset-6 {
        position: relative;
        margin-left: 50%;
    }

    .xxlarge-offset-7 {
        position: relative;
        margin-left: 58.33333%;
    }

    .xxlarge-offset-8 {
        position: relative;
        margin-left: 66.66667%;
    }

    .xxlarge-offset-9 {
        position: relative;
        margin-left: 75%;
    }

    .xxlarge-offset-10 {
        position: relative;
        margin-left: 83.33333%;
    }

    [class*="column"]+[class*="column"]:last-child {
        float: right;
    }

    [class*="column"]+[class*="column"].end {
        float: left;
    }

    .column.xxlarge-centered,.columns.xxlarge-centered {
        position: relative;
        margin-left: auto;
        margin-right: auto;
        float: none !important;
    }

    .column.xxlarge-uncentered,.columns.xxlarge-uncentered {
        margin-left: 0;
        margin-right: 0;
        float: left !important;
    }

    .column.xxlarge-uncentered.opposite,.columns.xxlarge-uncentered.opposite {
        float: right !important;
    }
}

button,.button {
    cursor: pointer;
    font-family: "Noto Sans","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding-top: 1rem;
    padding-right: 2rem;
    padding-bottom: 1.0625rem;
    padding-left: 2rem;
    font-size: 1rem;
    background-color: #0c5449;
    border-color: #093e36;
    color: #fff;
    -webkit-transition: background-color 300ms ease-out;
    -moz-transition: background-color 300ms ease-out;
    transition: background-color 300ms ease-out;
    padding-top: 1.0625rem;
    padding-bottom: 1rem;
    -webkit-appearance: none;
    border: none;
    font-weight: normal !important;
}

button:hover,button:focus,.button:hover,.button:focus {
    background-color: #093e36;
}

button:hover,button:focus,.button:hover,.button:focus {
    color: #fff;
}

button.secondary,.button.secondary {
    background-color: #e9e9e9;
    border-color: #dcdcdc;
    color: #333;
}

button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus {
    background-color: #dcdcdc;
}

button.secondary:hover,button.secondary:focus,.button.secondary:hover,.button.secondary:focus {
    color: #333;
}

button.success,.button.success {
    background-color: #5da423;
    border-color: #518f1f;
    color: #fff;
}

button.success:hover,button.success:focus,.button.success:hover,.button.success:focus {
    background-color: #518f1f;
}

button.success:hover,button.success:focus,.button.success:hover,.button.success:focus {
    color: #fff;
}

button.alert,.button.alert {
    background-color: #c60f13;
    border-color: #ae0d11;
    color: #fff;
}

button.alert:hover,button.alert:focus,.button.alert:hover,.button.alert:focus {
    background-color: #ae0d11;
}

button.alert:hover,button.alert:focus,.button.alert:hover,.button.alert:focus {
    color: #fff;
}

button.large,.button.large {
    padding-top: 1.125rem;
    padding-right: 2.25rem;
    padding-bottom: 1.1875rem;
    padding-left: 2.25rem;
    font-size: 1.25rem;
}

button.small,.button.small {
    padding-top: 0.875rem;
    padding-right: 1.75rem;
    padding-bottom: 0.9375rem;
    padding-left: 1.75rem;
    font-size: 0.8125rem;
}

button.tiny,.button.tiny {
    padding-top: 0.625rem;
    padding-right: 1.25rem;
    padding-bottom: 0.6875rem;
    padding-left: 1.25rem;
    font-size: 0.6875rem;
}

button.expand,.button.expand {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}

button.left-align,.button.left-align {
    text-align: left;
    text-indent: 0.75rem;
}

button.right-align,.button.right-align {
    text-align: right;
    padding-right: 0.75rem;
}

button.radius,.button.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

button.round,.button.round {
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}

button.disabled,button[disabled],.button.disabled,.button[disabled] {
    background-color: #0c5449;
    border-color: #093e36;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus {
    background-color: #093e36;
}

button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus {
    color: #fff;
}

button.disabled:hover,button.disabled:focus,button[disabled]:hover,button[disabled]:focus,.button.disabled:hover,.button.disabled:focus,.button[disabled]:hover,.button[disabled]:focus {
    background-color: #0c5449;
}

button.disabled.secondary,button[disabled].secondary,.button.disabled.secondary,.button[disabled].secondary {
    background-color: #e9e9e9;
    border-color: #dcdcdc;
    color: #333;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus {
    background-color: #dcdcdc;
}

button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus {
    color: #333;
}

button.disabled.secondary:hover,button.disabled.secondary:focus,button[disabled].secondary:hover,button[disabled].secondary:focus,.button.disabled.secondary:hover,.button.disabled.secondary:focus,.button[disabled].secondary:hover,.button[disabled].secondary:focus {
    background-color: #e9e9e9;
}

button.disabled.success,button[disabled].success,.button.disabled.success,.button[disabled].success {
    background-color: #5da423;
    border-color: #518f1f;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus {
    background-color: #518f1f;
}

button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus {
    color: #fff;
}

button.disabled.success:hover,button.disabled.success:focus,button[disabled].success:hover,button[disabled].success:focus,.button.disabled.success:hover,.button.disabled.success:focus,.button[disabled].success:hover,.button[disabled].success:focus {
    background-color: #5da423;
}

button.disabled.alert,button[disabled].alert,.button.disabled.alert,.button[disabled].alert {
    background-color: #c60f13;
    border-color: #ae0d11;
    color: #fff;
    cursor: default;
    opacity: 0.7;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus {
    background-color: #ae0d11;
}

button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus {
    color: #fff;
}

button.disabled.alert:hover,button.disabled.alert:focus,button[disabled].alert:hover,button[disabled].alert:focus,.button.disabled.alert:hover,.button.disabled.alert:focus,.button[disabled].alert:hover,.button[disabled].alert:focus {
    background-color: #c60f13;
}

@media only screen and (min-width: 48em) {
    button,.button {
        display: inline-block;
    }
}

form {
    margin: 0 0 1rem;
}

form .row1 .row1 {
    margin: 0 -0.5rem;
}

form .row1 .row1 .column,form .row1 .row1 .columns {
    padding: 0 0.5rem;
}

form .row1 .row1.collapse {
    margin: 0;
}

form .row1 .row1.collapse .column,form .row1 .row1.collapse .columns {
    padding: 0;
}

form .row1 .row1.collapse input {
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topright: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
}

form .row1 input.column,form .row1 input.columns,form .row1 textarea.column,form .row1 textarea.columns {
    padding-left: 0.5rem;
}

label {
    font-size: 0.875rem;
    color: #4d4d4d;
    cursor: pointer;
    display: block;
    font-weight: normal;
    margin-bottom: 0.5rem;
}

label.right {
    float: none;
    text-align: right;
}

label.inline {
    margin: 0 0 1rem 0;
    padding: 0.625rem 0;
}

label small {
    text-transform: capitalize;
    color: #666;
}

select {
    -webkit-appearance: none !important;
    background: #fafafa url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    border: 1px solid #ccc;
    padding: 0.5rem;
    font-size: 0.875rem;
    -webkit-border-radius: 0;
    border-radius: 0;
}

select.radius {
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

select:hover {
    background: #f2f2f2 url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat;
    background-position-x: 97%;
    background-position-y: center;
    border-color: #999;
}

@-moz-document url-prefix() {
    select {
        background: #fafafa;
    }

    select:hover {
        background: #f2f2f2;
    }
}

.prefix,.postfix {
    display: block;
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    font-size: 0.875rem;
    height: 2.3125rem;
    line-height: 2.3125rem;
}

.postfix.button {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    line-height: 2.125rem;
    border: none;
}

.prefix.button {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-align: center;
    line-height: 2.125rem;
    border: none;
}

.prefix.button.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.postfix.button.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.prefix.button.round {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

.postfix.button.round {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
}

span.prefix,label.prefix {
    background: #f2f2f2;
    border-color: #d9d9d9;
    border-right: none;
    color: #333;
}

span.prefix.radius,label.prefix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

span.postfix,label.postfix {
    background: #f2f2f2;
    border-color: #ccc;
    border-left: none;
    color: #333;
}

span.postfix.radius,label.postfix.radius {
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.input-group.radius>*:first-child,.input-group.radius>*:first-child * {
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.input-group.radius>*:last-child,.input-group.radius>*:last-child * {
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.input-group.round>*:first-child,.input-group.round>*:first-child * {
    -moz-border-radius-bottomleft: 1000px;
    -moz-border-radius-topleft: 1000px;
    -webkit-border-bottom-left-radius: 1000px;
    -webkit-border-top-left-radius: 1000px;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
}

.input-group.round>*:last-child,.input-group.round>*:last-child * {
    -moz-border-radius-topright: 1000px;
    -moz-border-radius-bottomright: 1000px;
    -webkit-border-top-right-radius: 1000px;
    -webkit-border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    border-bottom-right-radius: 1000px;
}

input[type="text"],input[type="password"],input[type="date"],input[type="datetime"],input[type="datetime-local"],input[type="month"],input[type="week"],input[type="email"],input[type="number"],input[type="search"],input[type="tel"],input[type="time"],input[type="url"],textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    font-family: Open Sans, sans-serif;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    color: rgba(0,0,0,0.75);
    display: block;
    font-size: 0.875rem;
    margin: 0 0 1rem 0;
    padding: 0.5rem;
    height: 2.3125rem;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s,border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s,border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s,border-color 0.45s ease-in-out;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,textarea:focus {
    -webkit-box-shadow: 0 0 5px #999;
    -moz-box-shadow: 0 0 5px #999;
    box-shadow: 0 0 5px #999;
    border-color: #999;
}

input[type="text"]:focus,input[type="password"]:focus,input[type="date"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="email"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="time"]:focus,input[type="url"]:focus,textarea:focus {
    background: #fafafa;
    border-color: #999;
    outline: none;
}

input[type="text"][disabled],input[type="password"][disabled],input[type="date"][disabled],input[type="datetime"][disabled],input[type="datetime-local"][disabled],input[type="month"][disabled],input[type="week"][disabled],input[type="email"][disabled],input[type="number"][disabled],input[type="search"][disabled],input[type="tel"][disabled],input[type="time"][disabled],input[type="url"][disabled],textarea[disabled] {
    background-color: #ddd;
}

input[type="file"],input[type="checkbox"],input[type="radio"],select {
    margin: 0 0 1rem 0;
}

input[type="checkbox"]+label,input[type="radio"]+label {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline;
}

input[type="file"] {
    width: 100%;
}

fieldset {
    border: solid 1px #ddd;
    padding: 1.25rem;
    margin: 1.125rem 0;
}

fieldset legend {
    font-weight: bold;
    background: #fff;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem;
}

[data-abide] .error small.error,[data-abide] span.error,[data-abide] small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #c60f13;
    color: #fff;
}

[data-abide] span.error,[data-abide] small.error {
    display: none;
}

span.error,small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #c60f13;
    color: #fff;
}

.error input,.error textarea,.error select {
    margin-bottom: 0;
}

.error label,.error label.error {
    color: #c60f13;
}

.error>small,.error small.error {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 1rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    background: #c60f13;
    color: #fff;
}

.error span.error-message {
    display: block;
}

input.error,textarea.error {
    margin-bottom: 0;
}

label.error {
    color: #c60f13;
}

.flex-video {
    position: relative;
    padding-top: 1.5625rem;
    padding-bottom: 67.5%;
    height: 0;
    margin-bottom: 1rem;
    overflow: hidden;
}

.flex-video.widescreen {
    padding-bottom: 57.25%;
}

.flex-video.vimeo {
    padding-top: 0;
}

.flex-video iframe,.flex-video object,.flex-video embed,.flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

body .canvas-container {
    background: #FFF;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.center-align {
    text-align: center;
}


@media (max-width: 767px) {
    table.responsive {
        margin-bottom: 0;
    }

    .pinned {
        position: absolute;
        left: 0;
        top: 0;
        background: #fff;
        width: 35%;
        overflow: hidden;
        overflow-x: scroll;
        border-right: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }

    .pinned table {
        border-right: none;
        border-left: none;
        width: 100%;
    }

    .pinned table th,.pinned table td {
        white-space: nowrap;
    }

    .pinned td:last-child {
        border-bottom: 0;
    }

    div.table-wrapper {
        position: relative;
        margin-bottom: 20px;
        overflow: hidden;
        border-right: 1px solid #ccc;
    }

    div.table-wrapper div.scrollable table {
        margin-left: 35%;
    }

    div.table-wrapper div.scrollable {
        overflow: scroll;
        overflow-y: hidden;
    }

    table.responsive td,table.responsive th {
        position: relative;
        white-space: nowrap;
        overflow: hidden;
    }

    table.responsive th:first-child,table.responsive td:first-child,table.responsive td:first-child,table.responsive.pinned td {
        display: none;
    }
}

img.circle {
    border-radius: 50%;
}

img.circle.right-align {
    margin: 0 0 5px 15px;
    float: right;
}

img.circle.left-align {
    margin: 0 15px 5px 0;
    float: left;
}

@media (max-width: 500px) {
    img.circle.right-align,img.circle.left-align {
        float: none;
        display: block;
        margin: 0px auto;
        padding-bottom: 15px;
    }
}

img.circle.center-align {
    margin: 0px auto;
    display: block;
}


@font-face {
    font-family:'waynestate';
	src:url("fonts/waynestate.eot");
	src:url("fonts/waynestate.eot#iefix") format("embedded-opentype"),url("fonts/waynestate.woff") format("woff"),url("fonts/waynestate.ttf") format("truetype"),url("fonts/waynestate.svg#waynestate") format("svg");
	font-weight:normal;
	font-style:normal;
}

[class^="icon-"]:before,[class*=" icon-"]:before {
    font-family: "waynestate";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

.icon-spin2:before {
    content: '\e800';
}

.icon-cog:before {
    content: '\e80d';
}

.icon-mail-alt:before {
    content: '\e80a';
}

.icon-star:before {
    content: '\e80b';
}

.icon-star-empty:before {
    content: '\e80c';
}

.icon-lock:before {
    content: '\e817';
}

.icon-attention:before {
    content: '\e80f';
}

.icon-attention-circled:before {
    content: '\e810';
}

.icon-phone:before {
    content: '\e809';
}

.icon-menu:before {
    content: '\e801';
}

.icon-angle-left:before {
    content: '\e813';
}

.icon-angle-right:before {
    content: '\e811';
}

.icon-search:before {
    content: '\e80e';
}

.icon-facebook:before {
    content: '\e803';
}

.icon-flickr:before {
    content: '\e804';
}

.icon-instagramm:before {
    content: '\e807';
}

.icon-linkedin:before {
    content: '\e805';
}

.icon-twitter:before {
    content: '\e806';
}

.icon-youtube-play:before {
    content: '\e808';
}

.icon-cancel-1:before {
    content: '\e818';
}

.icon-home:before {
    content: '\e816';
}

.icon-export:before {
    content: '\e814';
}

.icon-user:before {
    content: '\e802';
}

.icon-right:before {
    content: '\e815';
}

.icon-angle-down:before {
    content: '\e812';
}

.animate-spin {
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    -webkit-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
    display: inline-block;
}

@-moz-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-webkit-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-o-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@-ms-keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes spin {
    0% {
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -moz-transform: rotate(359deg);
        -o-transform: rotate(359deg);
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}


.social-bar {
    background: #002829;
    padding: .75em 0;
    color: white;
    line-height: 4em;
}

@media (min-width: 120px) and (max-width: 767px) {
    .social-bar {
        line-height: 5em;
    }
}

.social-bar .left {
    text-align: right;
}

.social-bar .left,.social-bar .right {
    padding-right: 0;
    padding-left: 0;
}

@media (min-width: 120px) and (max-width: 767px) {
    .social-bar .left,.social-bar .right {
        text-align: center;
    }
}

.social-bar a {
    display: inline-block;
}

.social-bar .circle {
    color: #b1c5c3;
    background: #1e3e40;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    font-size: 1.7em;
    padding: 10px;
    -webkit-transition-property: background-color, color;
    -moz-transition-property: background-color, color;
    -o-transition-property: background-color, color;
    transition-property: background-color, color;
    -webkit-transition-duration: 0.25s, 0.75s;
    -moz-transition-duration: 0.25s, 0.75s;
    -o-transition-duration: 0.25s, 0.75s;
    transition-duration: 0.25s, 0.75s;
    -webkit-transition-timing-function: ease-out, ease-in;
    -moz-transition-timing-function: ease-out, ease-in;
    -o-transition-timing-function: ease-out, ease-in;
    transition-timing-function: ease-out, ease-in;
    margin: 0px 10px;
}

.social-bar .circle:hover {
    color: white;
    background-color: #00ac99;
}

@media (min-width: 120px) and (max-width: 767px) {
    .social-bar .circle {
        margin: 0px 20px;
        font-size: 1.8em;
    }
}

.social-bar .text {
    display: none;
}
.footer{text-align:left}
.footer-menu,.footer-menu-bg {
    background: #013335;
}

.footer-menu-bg {
    padding: 14px 0;
}

.footer-menu {
    color: white;
    padding: 30px 10px 0px 10px;
    overflow: hidden;
}

.footer-menu .section1 {
    border-left: 1px solid #255557;
    font-size: .8em;
    line-height: 1.6em;
    color: #b1c5c3;
    padding-top: 10px;
    padding-bottom: 300px;
    margin-bottom: -300px;
}

@media (min-width: 120px) and (max-width: 767px) {
    .footer-menu .section1 {
        border-left: none;
    }
}

.footer-menu .section1 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu .section1 ul li {
    padding: 0 0 10px 0;
}

.footer-menu .section1 ul li a {
    color: #b1c5c3;
	font-size:12.8px;
	font-family:"Noto Sans";
}

.footer-menu .section1 ul li a:hover {
    text-decoration: underline;
}

.footer-menu .section1 .support-logo {
    padding-bottom: 20px;
}

.footer-menu .section1.wsu-info {
    line-height: 1.6em;
	font-size:12.8px;
	font-family:"Noto Sans";
}

.footer-menu .section1.wsu-info  a{   
	color: #b1c5c3;
	font-size:12.8px;
	font-family:"Noto Sans";
}

.footer-menu .section1.wsu-info address {
    font-style: normal;	
}

@media (min-width: 120px) and (max-width: 767px) {
    .footer-menu .section1-break {
        clear: left;
    }

    .footer-menu .section1-break,.footer-menu .wsu-info {
        padding-top: 35px;
        margin-top: 15px;
    }
}

@media (min-width: 120px) and (max-width: 767px) and (min-width: 120px) and (max-width: 767px) {
    .footer-menu .section1-break,.footer-menu .wsu-info {
        border-top: 1px solid #255557;
    }
}

.footer-bottom {
    background-color: #b1c5c3;
    color: black;
    padding: 5px 0px 0px 0px;
}

.footer-bottom .budget-logo a {
    padding: 10px 0;
    display: block;
}

.footer-bottom .copyright {
    font-size: 12px;
    line-height: 1.6em;
}

.footer-bottom .copyright a {
    text-decoration: underline;
}
