@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
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: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #223353;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 22px;
  margin-bottom: 11px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 41px;
}
h2,
.h2 {
  font-size: 34px;
}
h3,
.h3 {
  font-size: 28px;
}
h4,
.h4 {
  font-size: 20px;
}
h5,
.h5 {
  font-size: 16px;
}
h6,
.h6 {
  font-size: 14px;
}
p {
  margin: 0 0 11px;
}
.lead {
  margin-bottom: 22px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 24px;
  }
}
small,
.small {
  font-size: 87%;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #337ab7;
}
a.text-primary:hover {
  color: #286090;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #337ab7;
}
a.bg-primary:hover {
  background-color: #286090;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 10px;
  margin: 44px 0 22px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 11px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 22px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 11px 22px;
  margin: 0 0 22px;
  font-size: 20px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777777;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
address {
  margin-bottom: 22px;
  font-style: normal;
  line-height: 1.42857143;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
@font-face {
  font-family: 'FontinSansCR';
  src: url("fonts/fontin_sans_cr_regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FontinSansCRSC';
  src: url("fonts/fontin_sans_cr_sc_regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.fullcolor ::-moz-selection {
  background: #4b6494;
  color: #fff;
}
.fullcolor ::selection {
  background: #4b6494;
  color: #fff;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*
p {
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}
*/
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
a {
  color: #4b6494;
}
.fullcolor a {
  transition: 0.3s all;
}
a:hover {
  color: #2b406a;
}
a:active,
a.active {
  background-color: transparent;
  color: #6589ce;
}
.wcag a {
  color: inherit;
}
.wcag a:hover {
  color: inherit;
  text-decoration: none !important;
}
.wcag a:active,
.wcag a.active {
  color: inherit;
}
h1 {
  font-family: "FontinSansCR", "PT Sans", Arial;
  font-size: 28px;
  margin: 0;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #223353;
}
.wcag h1 {
  color: inherit;
}
h2 {
  font-family: "FontinSansCR", "PT Sans", Arial;
  font-size: 22px;
  line-height: 32px;
  color: #314875;
  margin-top: 1.6em;
}
.wcag h2 {
  color: inherit;
}
h3 {
  font-size: 20px;
  color: #8a94b2;
  margin-top: 1.6em;
}
.wcag h3 {
  color: inherit;
}
p {
  margin: 0 0 22px;
}
hr {
  background: none;
  border: none;
  border-top: 1px solid #b8c1cc;
  margin: 0.5em auto;
  width: 50%;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.beforeli {
  content: '— ';
  width: 1.37em;
  margin-left: -1.37em;
  float: left;
  display: inline-block;
}
.text[class] ul {
  padding-left: 1.37em;
}
.text[class] ul.outside {
  margin-left: 0.2em;
}
.text[class] ul > li {
  list-style: none;
  *behavior: expression( !this.before && this.parentNode && 'UL' == this.parentNode.nodeName && document.id(this).getParent('.text') ? this.before = this.innerHTML = '<span class=\'beforeli\'>— </span>' + this.innerHTML : '' );
}
.text[class] ul > li:before {
  content: '— ';
  width: 1.37em;
  margin-left: -1.37em;
  float: left;
  display: inline-block;
}
body .nobullets ul > li,
body ul.nobullets > li {
  *behavior: none;
}
body .nobullets ul > li:before,
body ul.nobullets > li:before {
  display: none !important;
}
.breadcrumbs {
  font-size: 90%;
  margin-bottom: 1em;
}
body.main .breadcrumbs {
  display: none;
}
.breadcrumbs ul {
  margin: 0 !important;
  padding: 0 !important;
}
.breadcrumbs li {
  display: inline;
  margin: 0 !important;
  padding: 0 !important;
}
.breadcrumbs li:after {
  content: ">";
  margin-left: 0.4em;
  margin-right: 0.4em;
  color: #999;
}
.breadcrumbs li:last-child a {
  color: inherit;
  text-decoration: none;
}
.breadcrumbs li:last-child:after {
  content: "";
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.titletip {
  border: 1px solid #999;
  border-radius: 4px;
  background: #FFFDDF;
  color: #333;
  padding: 3px 5px;
  z-index: 2000;
  opacity: 0.85;
  max-width: 300px;
  text-align: center;
  font-size: smaller;
  display: none;
  word-break: break-all;
}
.titletip * {
  *display: inline;
}
.titletip .tip-text {
  font-size: smaller;
  color: #4d5255;
  display: none;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.paginator {
  margin: 1em auto;
}
.paginator .el {
  margin-right: 0.34em;
  white-space: nowrap;
  display: inline-block;
  *display: inline;
}
.paginator .el:before {
  content: "[";
  display: inline-block;
  *display: inline;
  padding-right: 0.1em;
}
.paginator .el:after {
  content: "]";
  display: inline-block;
  *display: inline;
  padding-left: 0.1em;
}
.paginator .active {
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}
.paginator small {
  color: #aaa;
  white-space: nowrap;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.text img {
  max-width: 100%;
}
.text img[height] {
  height: auto;
}
a img.ib,
a img.il,
a img.ir,
a img.ic,
a .inline_album img {
  border: 1px solid;
}
a img.ib,
a img.il,
a img.ir,
a img.ic,
.inline_album a img {
  border-color: inherit;
}
img.il {
  float: left;
  margin: 0.5em 10px 0.5em 0;
}
img.ir {
  float: right;
  margin: 0.5em 0 0.5em 10px;
}
img.ic {
  display: block;
  margin: 0.5em auto 0.5em;
}
* > img.il:first-child,
* > img.ir:first-child {
  margin-top: 0.4em;
}
.inline_album {
  margin: 1em -5px;
  text-align: center;
  font-size: 0;
}
.inline_album a:focus,
.inline_album a:active {
  outline: none;
}
.inline_album img {
  margin: 0 5px 0.5em;
  vertical-align: top;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
i.aftershadow {
  display: block;
  bottom: -50px;
  height: 50px;
  left: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
.wcag i.aftershadow {
  display: none;
}
i.aftershadow.overlapping {
  overflow: visible;
}
i.aftershadow.overlapping:after {
  left: 60px;
  right: 60px;
}
i.aftershadow:after {
  content: "";
  display: block;
  z-index: -1;
  position: absolute;
  bottom: 50px;
  height: 0;
  left: 73px;
  right: 73px;
  box-shadow: 0 0 50px 50px rgba(34, 51, 83, 0.8);
  pointer-events: none;
  bottom: 100px;
}
.migup-button {
  position: relative;
  z-index: 1;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  border-radius: 3px;
  padding: 5px 20px 14px;
  text-align: center;
  line-height: 1.2em;
  font-size: 17px;
  text-decoration: none;
  text-shadow: 0 -1px 1px #0c1627;
}
.fullcolor .migup-button {
  transition: 0.1s all;
}
.wcag .migup-button {
  border: 2px solid #333333;
  background: #eee;
  color: inherit;
  border-radius: 10px;
}
.wcag-inverse .migup-button {
  border: 2px solid #fff;
  background: #333;
}
.fullcolor .migup-button {
  color: #fff;
  background-color: #314875;
  background-image: linear-gradient(#5173b6, #314875 50%, #223251);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5173b6', endColorstr='#ff223251', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.fullcolor .fullcolor .migup-button .aftershadow {
  transition: 0.1s all;
}
.fullcolor .migup-button:before,
.fullcolor .migup-button:after {
  position: absolute;
  content: "";
  left: 1px;
  right: 1px;
}
.fullcolor .migup-button:before {
  background: #7087b2;
  background: #7088b5;
  top: 1px;
  border-radius: 3px 3px 0 0;
  bottom: 95%;
}
.fullcolor .migup-button:after {
  background: #132038;
  background: #131f38;
  bottom: 0px;
  border-radius: 0 0 3px 3px;
  top: 94%;
}
.fullcolor .migup-button span {
  border-bottom: 1px solid #6d83ae;
}
.fullcolor .migup-button:hover {
  color: #fff;
  background-image: linear-gradient(to bottom, #6583be 0%, #334a79 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6583be', endColorstr='#ff334a79', GradientType=0);
}
.fullcolor .migup-button:active {
  transform: translate(0, 1px);
  background: #4c6087;
  background: #4b628e;
  color: #fff;
}
.fullcolor .migup-button:active:before {
  background: #5d729b;
  background: #6279a5;
}
.fullcolor .migup-button:active:after {
  background: #354463;
  background: #29406d;
}
.fullcolor .migup-button:active .aftershadow {
  opacity: 0;
}
.migup-button-white {
  position: relative;
  z-index: 1;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  border-radius: 3px;
  padding: 5px 20px 14px;
  text-align: center;
  line-height: 1.2em;
  font-size: 17px;
  text-decoration: none;
}
.fullcolor .migup-button-white {
  transition: 0.1s all;
}
.wcag .migup-button-white {
  border: 2px solid #333333;
  background: #eee;
  color: inherit;
  border-radius: 10px;
}
.wcag-inverse .migup-button-white {
  border: 2px solid #fff;
  background: #333;
}
.fullcolor .migup-button-white {
  color: #314875;
  background-color: #ebeff3;
  background-image: linear-gradient(#ffffff, #ebeff3 50%, #cbd6e0);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcbd6e0', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.fullcolor .fullcolor .migup-button-white .aftershadow {
  transition: 0.1s all;
}
.fullcolor .migup-button-white:before,
.fullcolor .migup-button-white:after {
  position: absolute;
  content: "";
  left: 1px;
  right: 1px;
}
.fullcolor .migup-button-white:before {
  background: #7087b2;
  background: #ffffff;
  top: 1px;
  border-radius: 3px 3px 0 0;
  bottom: 95%;
}
.fullcolor .migup-button-white:after {
  background: #132038;
  background: #acc1d6;
  bottom: 0px;
  border-radius: 0 0 3px 3px;
  top: 94%;
}
.fullcolor .migup-button-white span {
  border-bottom: 1px solid #ffffff;
}
.fullcolor .migup-button-white:hover {
  color: #314875;
  background-image: linear-gradient(to bottom, #ffffff 0%, #eef2f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeef2f5', GradientType=0);
}
.fullcolor .migup-button-white:active {
  transform: translate(0, 1px);
  background: #4c6087;
  background: #ffffff;
  color: #314875;
}
.fullcolor .migup-button-white:active:before {
  background: #5d729b;
  background: #f0f0f0;
}
.fullcolor .migup-button-white:active:after {
  background: #354463;
  background: #e0e7ee;
}
.fullcolor .migup-button-white:active .aftershadow {
  opacity: 0;
}
.migup-button-white span {
  border-color: #a0a9bb !important;
}
.migup-button-red {
  position: relative;
  z-index: 1;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  border-radius: 3px;
  padding: 5px 20px 14px;
  text-align: center;
  line-height: 1.2em;
  font-size: 17px;
  text-decoration: none;
}
.fullcolor .migup-button-red {
  transition: 0.1s all;
}
.wcag .migup-button-red {
  border: 2px solid #333333;
  background: #eee;
  color: inherit;
  border-radius: 10px;
}
.wcag-inverse .migup-button-red {
  border: 2px solid #fff;
  background: #333;
}
.fullcolor .migup-button-red {
  color: #fff;
  background-color: red;
  background-image: linear-gradient(#ff6161, red 50%, #cc0000);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6161', endColorstr='#ffcc0000', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.fullcolor .fullcolor .migup-button-red .aftershadow {
  transition: 0.1s all;
}
.fullcolor .migup-button-red:before,
.fullcolor .migup-button-red:after {
  position: absolute;
  content: "";
  left: 1px;
  right: 1px;
}
.fullcolor .migup-button-red:before {
  background: #7087b2;
  background: #f98585;
  top: 1px;
  border-radius: 3px 3px 0 0;
  bottom: 95%;
}
.fullcolor .migup-button-red:after {
  background: #132038;
  background: #a30000;
  bottom: 0px;
  border-radius: 0 0 3px 3px;
  top: 94%;
}
.fullcolor .migup-button-red span {
  border-bottom: 1px solid #f77e7e;
}
.fullcolor .migup-button-red:hover {
  color: #fff;
  background-image: linear-gradient(to bottom, #ff7d7d 0%, #ff0505 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff7d7d', endColorstr='#ffff0505', GradientType=0);
}
.fullcolor .migup-button-red:active {
  transform: translate(0, 1px);
  background: #4c6087;
  background: #f53d3d;
  color: #fff;
}
.fullcolor .migup-button-red:active:before {
  background: #5d729b;
  background: #f46c6c;
}
.fullcolor .migup-button-red:active:after {
  background: #354463;
  background: #ea0606;
}
.fullcolor .migup-button-red:active .aftershadow {
  opacity: 0;
}
.migup-button-green {
  position: relative;
  z-index: 1;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  border-radius: 3px;
  padding: 5px 20px 14px;
  text-align: center;
  line-height: 1.2em;
  font-size: 17px;
  text-decoration: none;
}
.fullcolor .migup-button-green {
  transition: 0.1s all;
}
.wcag .migup-button-green {
  border: 2px solid #333333;
  background: #eee;
  color: inherit;
  border-radius: 10px;
}
.wcag-inverse .migup-button-green {
  border: 2px solid #fff;
  background: #333;
}
.fullcolor .migup-button-green {
  color: #fff;
  background-color: green;
  background-image: linear-gradient(#00e100, green 50%, #004d00);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00e100', endColorstr='#ff004d00', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.fullcolor .fullcolor .migup-button-green .aftershadow {
  transition: 0.1s all;
}
.fullcolor .migup-button-green:before,
.fullcolor .migup-button-green:after {
  position: absolute;
  content: "";
  left: 1px;
  right: 1px;
}
.fullcolor .migup-button-green:before {
  background: #7087b2;
  background: #0cf40c;
  top: 1px;
  border-radius: 3px 3px 0 0;
  bottom: 95%;
}
.fullcolor .migup-button-green:after {
  background: #132038;
  background: #002400;
  bottom: 0px;
  border-radius: 0 0 3px 3px;
  top: 94%;
}
.fullcolor .migup-button-green span {
  border-bottom: 1px solid #0fe70f;
}
.fullcolor .migup-button-green:hover {
  color: #fff;
  background-image: linear-gradient(to bottom, #00fd00 0%, #008500 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00fd00', endColorstr='#ff008500', GradientType=0);
}
.fullcolor .migup-button-green:active {
  transform: translate(0, 1px);
  background: #4c6087;
  background: #09aa09;
  color: #fff;
}
.fullcolor .migup-button-green:active:before {
  background: #5d729b;
  background: #10d110;
}
.fullcolor .migup-button-green:active:after {
  background: #354463;
  background: #036e03;
}
.fullcolor .migup-button-green:active .aftershadow {
  opacity: 0;
}
.migup-button-orange {
  position: relative;
  z-index: 1;
  display: inline-block;
  box-sizing: border-box;
  border: 0;
  border-radius: 3px;
  padding: 5px 20px 14px;
  text-align: center;
  line-height: 1.2em;
  font-size: 17px;
  text-decoration: none;
}
.fullcolor .migup-button-orange {
  transition: 0.1s all;
}
.wcag .migup-button-orange {
  border: 2px solid #333333;
  background: #eee;
  color: inherit;
  border-radius: 10px;
}
.wcag-inverse .migup-button-orange {
  border: 2px solid #fff;
  background: #333;
}
.fullcolor .migup-button-orange {
  color: #3a4d72;
  background-color: #f5bb41;
  background-image: linear-gradient(#fadc9d, #f5bb41 50%, #f3aa10);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffadc9d', endColorstr='#fff3aa10', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
.fullcolor .fullcolor .migup-button-orange .aftershadow {
  transition: 0.1s all;
}
.fullcolor .migup-button-orange:before,
.fullcolor .migup-button-orange:after {
  position: absolute;
  content: "";
  left: 1px;
  right: 1px;
}
.fullcolor .migup-button-orange:before {
  background: #7087b2;
  background: #f8e5bd;
  top: 1px;
  border-radius: 3px 3px 0 0;
  bottom: 95%;
}
.fullcolor .migup-button-orange:after {
  background: #132038;
  background: #da9401;
  bottom: 0px;
  border-radius: 0 0 3px 3px;
  top: 94%;
}
.fullcolor .migup-button-orange span {
  border-bottom: 1px solid #b8910b;
}
.fullcolor .migup-button-orange:hover {
  color: #3a4d72;
  background-image: linear-gradient(to bottom, #fbe6b8 0%, #f6bd45 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbe6b8', endColorstr='#fff6bd45', GradientType=0);
}
.fullcolor .migup-button-orange:active {
  transform: translate(0, 1px);
  background: #4c6087;
  background: #f0ca79;
  color: #3a4d72;
}
.fullcolor .migup-button-orange:active:before {
  background: #5d729b;
  background: #f3daa4;
}
.fullcolor .migup-button-orange:active:after {
  background: #354463;
  background: #f9b82e;
}
.fullcolor .migup-button-orange:active .aftershadow {
  opacity: 0;
}
.migup-button-orange span {
  text-shadow: none;
  font-weight: 700;
  letter-spacing: 0.03em;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.prcom {
  text-align: center;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .prcom {
    float: none !important;
    width: auto !important;
  }
  .prcom .enter {
    text-align: center;
    position: relative !important;
    bottom: 0 !important;
  }
}
.prcom h3 {
  font-family: "FontinSansCR", "PT Sans", Arial;
  backface-visibility: hidden;
  font-size: 21px;
  color: #223353;
  margin-top: 5px !important;
  margin-bottom: 22px;
}
.wcag .prcom h3 {
  color: inherit;
}
.prcom .links,
.prcom .links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.prcom hr {
  margin-top: 8px;
  margin-bottom: 8px;
}
.prcom .phonewrap,
.prcom .emailwrap,
.prcom .links,
.prcom .workhours,
.prcom .enter {
  margin-top: 8px;
}
.prcom .enter {
  margin-top: 15px;
}
body.main .prcom {
  float: right;
  font-size: 14px;
  width: 250px;
  padding-bottom: 40px;
  color: #223353;
  height: 391px;
}
.wcag-inverse body.main .prcom {
  color: #fff;
}
body.main .prcom .phone1 a,
body.main .prcom .phone2 a {
  text-decoration: none;
}
body.main .prcom .phone1 {
  font-weight: bold;
  font-size: 21px;
}
.fullcolor body.main .prcom .phone1 {
  color: #4b6494;
}
body.main .prcom .phone2 {
  font-weight: bold;
  font-size: 16px;
}
.fullcolor body.main .prcom .phone2 {
  color: #4b6494;
}
body.main .prcom .email {
  font-weight: bold;
  font-size: 19px;
}
.fullcolor body.main .prcom .email {
  color: #4b6494;
}
body.main .prcom .enter {
  position: absolute;
  left: 0;
  bottom: 40px;
}
body.main .prcom .migup-button {
  width: 250px;
  padding-top: 15px;
  padding-bottom: 15px;
}
.fullcolor body.main .prcom .migup-button {
  height: 79px;
}
body.inner .prcom {
  padding: 25px;
  background: #f8f8f5;
  font-size: 17px;
  margin-bottom: 38px;
}
.fullcolor body.inner .prcom {
  color: #223353;
}
.wcag-inverse body.inner .prcom {
  background: transparent;
}
body.inner .prcom hr {
  display: none;
}
body.inner .prcom .migup-button {
  width: 100%;
}
body.inner .prcom .links {
  font-size: 16px;
}
body.inner .prcom .workhours {
  display: none;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.sitecall {
  text-align: center;
  position: relative;
  z-index: 1;
  padding: 25px;
  background: #f8f8f5;
  font-size: 14px;
  color: #223353;
  margin-bottom: 38px;
}
.wcag .sitecall {
  color: inherit;
}
.wcag-inverse .sitecall {
  background: #000;
}
.sitecall h3 {
  font-size: 18px;
  color: #4b6494;
  margin-bottom: 4px;
  font-family: "FontinSansCR", "PT Sans", Arial;
}
.wcag .sitecall h3 {
  color: inherit;
}
.sitecall .migup-button-white {
  width: 100%;
  height: 63px;
  line-height: 60px;
  padding: 0;
  margin-bottom: 17px;
}
.sitecall .migup-button-white b {
  width: 18px;
  height: 22px;
  display: inline-block;
  background: url(images/icon-tel2.png) 0 0 no-repeat;
  vertical-align: middle;
  margin-right: 9px;
}
.sitecall .skypecall {
  font-size: 15px;
}
.sitecall .skypecall a:before {
  content: "";
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(images/icon-skype.png) 0 0 no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
.socshare {
  margin-top: 1em;
  padding-top: 10px;
  border-top: 1px solid #b8c1cc;
}
.socshare:before,
.socshare:after {
  content: " ";
  display: table;
}
.socshare:after {
  clear: both;
}
.socshare .title {
  float: left;
  margin-right: 0.3em;
  display: block;
  color: #666;
}
.socshare .yashare-auto-init {
  float: left;
}
.socshare a {
  transition: none;
}
