@charset "UTF-8";

@font-face {
  font-family: 'Century Gothic';
  src: url('../fonts/Century Gothic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {margin: 0; }
  
html,
body {
  font-size: 100%;
  box-sizing: border-box; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  padding: 0;
  margin: 0;
  font-family: "Century Gothic";
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  background: #105faf;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
}  

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; }
  
.menu>li:not(.menu-text)>a {
    color: #fff;
    padding: 0.7rem 0.6rem;	
}  

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;
  background:#054395;
}

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; }


table.cf7-db-table th {
    padding: 15px;
    border: 1px solid gray;
    font-size: 17px;
}
table.cf7-db-table tbody td {
    padding: 5px;
    border: 1px solid gray;
    font-size: 17px;
}
table.cf7-db-table tbody td > div {
    max-height: 100px;
    overflow: auto;
    font-size: 17px;
}
  
.image-replacement {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

body.is-reveal-open {
  overflow: hidden; }

.foundation-mq {
  font-family: "small=0em&medium=32em&large=64em&xlarge=75em&xxlarge=90em"; }

.slide-in-down.mui-enter, .slide-in-left.mui-enter, .slide-in-up.mui-enter, .slide-in-right.mui-enter, .slide-out-down.mui-leave, .slide-out-right.mui-leave, .slide-out-up.mui-leave, .slide-out-left.mui-leave, .fade-in.mui-enter, .fade-out.mui-leave, .hinge-in-from-top.mui-enter, .hinge-in-from-right.mui-enter, .hinge-in-from-bottom.mui-enter, .hinge-in-from-left.mui-enter, .hinge-in-from-middle-x.mui-enter, .hinge-in-from-middle-y.mui-enter, .hinge-out-from-top.mui-leave, .hinge-out-from-right.mui-leave, .hinge-out-from-bottom.mui-leave, .hinge-out-from-left.mui-leave, .hinge-out-from-middle-x.mui-leave, .hinge-out-from-middle-y.mui-leave, .scale-in-up.mui-enter, .scale-in-down.mui-enter, .scale-out-up.mui-leave, .scale-out-down.mui-leave, .spin-in.mui-enter, .spin-out.mui-leave, .spin-in-ccw.mui-enter, .spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear; }

.slide-in-down.mui-enter {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-down.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.slide-in-left.mui-enter {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-left.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.slide-in-up.mui-enter {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-up.mui-enter.mui-enter-active {
  -webkit-transform: translateY(0);
  transform: translateY(0); }

.slide-in-right.mui-enter {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-in-right.mui-enter.mui-enter-active {
  -webkit-transform: translateX(0);
  transform: translateX(0); }

.slide-out-down.mui-leave {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-down.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.slide-out-right.mui-leave {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-right.mui-leave.mui-leave-active {
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.slide-out-up.mui-leave {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-up.mui-leave.mui-leave-active {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%); }

.slide-out-left.mui-leave {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.slide-out-left.mui-leave.mui-leave-active {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%); }

.fade-in.mui-enter {
  opacity: 0;
  transition-property: opacity; }

.fade-in.mui-enter.mui-enter-active {
  opacity: 1; }

.fade-out.mui-leave {
  opacity: 1;
  transition-property: opacity; }

.fade-out.mui-leave.mui-leave-active {
  opacity: 0; }

.hinge-in-from-top.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-top.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-right.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-right.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-bottom.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-left.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-left.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-x.mui-enter {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-in-from-middle-y.mui-enter {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  opacity: 1; }

.hinge-out-from-top.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: top;
  transform-origin: top;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-top.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-right.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-right.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.hinge-out-from-bottom.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(90deg);
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0; }

.hinge-out-from-left.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: left;
  transform-origin: left;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-left.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(90deg);
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0; }

.hinge-out-from-middle-x.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateX(-90deg);
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0; }

.hinge-out-from-middle-y.mui-leave {
  -webkit-transform: perspective(2000px) rotate(0deg);
  transform: perspective(2000px) rotate(0deg);
  -webkit-transform-origin: center;
  transform-origin: center;
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  -webkit-transform: perspective(2000px) rotateY(-90deg);
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0; }

.scale-in-up.mui-enter {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-up.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-in-down.mui-enter {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.scale-in-down.mui-enter.mui-enter-active {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.scale-out-up.mui-leave {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-up.mui-leave.mui-leave-active {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  opacity: 0; }

.scale-out-down.mui-leave {
  -webkit-transform: scale(1);
  transform: scale(1);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.scale-out-down.mui-leave.mui-leave-active {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0; }

.spin-in.mui-enter {
  -webkit-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out.mui-leave {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out.mui-leave.mui-leave-active {
  -webkit-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  opacity: 0; }

.spin-in-ccw.mui-enter {
  -webkit-transform: rotate(0.75turn);
  transform: rotate(0.75turn);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 0; }

.spin-in-ccw.mui-enter.mui-enter-active {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  opacity: 1; }

.spin-out-ccw.mui-leave {
  -webkit-transform: rotate(0);
  transform: rotate(0);
  transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
  opacity: 1; }

.spin-out-ccw.mui-leave.mui-leave-active {
  -webkit-transform: rotate(-0.75turn);
  transform: rotate(-0.75turn);
  opacity: 0; }

.slow {
  transition-duration: 750ms !important; }

.fast {
  transition-duration: 250ms !important; }

.linear {
  transition-timing-function: linear !important; }

.ease {
  transition-timing-function: ease !important; }

.ease-in {
  transition-timing-function: ease-in !important; }

.ease-out {
  transition-timing-function: ease-out !important; }

.ease-in-out {
  transition-timing-function: ease-in-out !important; }

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  transition-delay: 300ms !important; }

.long-delay {
  transition-delay: 700ms !important; }

.shake {
  -webkit-animation-name: shake-7;
  animation-name: shake-7; }

@-webkit-keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }

@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    -webkit-transform: translateX(7%);
    transform: translateX(7%); }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    -webkit-transform: translateX(-7%);
    transform: translateX(-7%); } }

.spin-cw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn; }

@-webkit-keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(-1turn);
    transform: rotate(-1turn); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.spin-ccw {
  -webkit-animation-name: spin-cw-1turn;
  animation-name: spin-cw-1turn; }

@keyframes spin-cw-1turn {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.wiggle {
  -webkit-animation-name: wiggle-7deg;
  animation-name: wiggle-7deg; }

@-webkit-keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

@keyframes wiggle-7deg {
  40%, 50%, 60% {
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg); }
  35%, 45%, 55%, 65% {
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg); }
  0%, 30%, 70%, 100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.slow {
  -webkit-animation-duration: 750ms !important;
  animation-duration: 750ms !important; }

.fast {
  -webkit-animation-duration: 250ms !important;
  animation-duration: 250ms !important; }

.linear {
  -webkit-animation-timing-function: linear !important;
  animation-timing-function: linear !important; }

.ease {
  -webkit-animation-timing-function: ease !important;
  animation-timing-function: ease !important; }

.ease-in {
  -webkit-animation-timing-function: ease-in !important;
  animation-timing-function: ease-in !important; }

.ease-out {
  -webkit-animation-timing-function: ease-out !important;
  animation-timing-function: ease-out !important; }

.ease-in-out {
  -webkit-animation-timing-function: ease-in-out !important;
  animation-timing-function: ease-in-out !important; }

.bounce-in {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important; }

.bounce-out {
  -webkit-animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important; }

.bounce-in-out {
  -webkit-animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important; }

.short-delay {
  -webkit-animation-delay: 300ms !important;
  animation-delay: 300ms !important; }

.long-delay {
  -webkit-animation-delay: 700ms !important;
  animation-delay: 700ms !important; }

.left-position{
	position:relative;
	float:left;
}

img {
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  display: inline-block;
  vertical-align: middle; }

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 0; }

select {
  width: 100%;
  border-radius: 0; }

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  line-height: 1; }

.row.oboge {
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto; }
  .row::before, .row::after {
    content: ' ';
    display: table; }
  .row::after {
    clear: both; }
  .row.collapse > .column, .row.collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row .row {
    margin-left: -0.9375rem;
    margin-right: -0.9375rem; }
    .row .row.collapse {
      margin-left: 0;
      margin-right: 0; }
  .row.small-collapse > .column, .row.small-collapse > .columns {
    padding-left: 0;
    padding-right: 0; }
  .row.small-uncollapse > .column, .row.small-uncollapse > .columns {
    padding-left: 30px;
    padding-right: 30px; }
  @media screen and (min-width: 32em) {
    .row.medium-collapse > .column, .row.medium-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.medium-uncollapse > .column, .row.medium-uncollapse > .columns {
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (min-width: 64em) {
    .row.large-collapse > .column, .row.large-collapse > .columns {
      padding-left: 0;
      padding-right: 0; }
    .row.large-uncollapse > .column, .row.large-uncollapse > .columns {
      padding-left: 30px;
      padding-right: 30px; } }
  .row.expanded {
    max-width: none; }

.column, .columns {
  width: 100%;
  float: left;
  /* padding-left: 0.9375rem;
   padding-right: 0.9375rem; */ }
  .column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: right; }
  .column.end:last-child, .end.columns:last-child {
    float: left; }

.column.row.row, .row.row.columns {
  float: none; }

.small-1 {
  width: 8.33333%; }

.small-push-1 {
  position: relative;
  left: 8.33333%; }

.small-pull-1 {
  position: relative;
  left: -8.33333%; }

.small-offset-0 {
  margin-left: 0%; }

.small-2 {
  width: 16.66667%; }

.small-push-2 {
  position: relative;
  left: 16.66667%; }

.small-pull-2 {
  position: relative;
  left: -16.66667%; }

.small-offset-1 {
  margin-left: 8.33333%; }

.small-3 {
  width: 25%; }

.small-push-3 {
  position: relative;
  left: 25%; }

.small-pull-3 {
  position: relative;
  left: -25%; }

.small-offset-2 {
  margin-left: 16.66667%; }

.small-4 {
  width: 33.33333%; }

.small-push-4 {
  position: relative;
  left: 33.33333%; }

.small-pull-4 {
  position: relative;
  left: -33.33333%; }

.small-offset-3 {
  margin-left: 25%; }

.small-5 {
  width: 41.66667%; }

.small-push-5 {
  position: relative;
  left: 41.66667%; }

.small-pull-5 {
  position: relative;
  left: -41.66667%; }

.small-offset-4 {
  margin-left: 33.33333%; }

.small-6 {
  width: 50%; }

.small-push-6 {
  position: relative;
  left: 50%; }

.small-pull-6 {
  position: relative;
  left: -50%; }

.small-offset-5 {
  margin-left: 41.66667%; }

.small-7 {
  width: 58.33333%; }

.small-push-7 {
  position: relative;
  left: 58.33333%; }

.small-pull-7 {
  position: relative;
  left: -58.33333%; }

.small-offset-6 {
  margin-left: 50%; }

.small-8 {
  width: 66.66667%; }

.small-push-8 {
  position: relative;
  left: 66.66667%; }

.small-pull-8 {
  position: relative;
  left: -66.66667%; }

.small-offset-7 {
  margin-left: 58.33333%; }

.small-9 {
  width: 75%; }

.small-push-9 {
  position: relative;
  left: 75%; }

.small-pull-9 {
  position: relative;
  left: -75%; }

.small-offset-8 {
  margin-left: 66.66667%; }

.small-10 {
  width: 83.33333%; }

.small-push-10 {
  position: relative;
  left: 83.33333%; }

.small-pull-10 {
  position: relative;
  left: -83.33333%; }

.small-offset-9 {
  margin-left: 75%; }

.small-11 {
  width: 91.66667%; }

.small-push-11 {
  position: relative;
  left: 91.66667%; }

.small-pull-11 {
  position: relative;
  left: -91.66667%; }

.small-offset-10 {
  margin-left: 83.33333%; }

.small-12 {
  width: 100%; }

.small-offset-11 {
  margin-left: 91.66667%; }

.small-up-1 .column, .small-up-1 .columns {
  width: 100%;
  float: left; }
  .small-up-1 .column:nth-of-type(1n), .small-up-1 .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-1 .column:nth-of-type(1n+1), .small-up-1 .columns:nth-of-type(1n+1) {
    clear: both; }
  .small-up-1 .column:last-child, .small-up-1 .columns:last-child {
    float: left; }

.small-up-2 .column, .small-up-2 .columns {
  width: 50%;
  float: left; }
  .small-up-2 .column:nth-of-type(1n), .small-up-2 .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-2 .column:nth-of-type(2n+1), .small-up-2 .columns:nth-of-type(2n+1) {
    clear: both; }
  .small-up-2 .column:last-child, .small-up-2 .columns:last-child {
    float: left; }

.small-up-3 .column, .small-up-3 .columns {
  width: 33.33333%;
  float: left; }
  .small-up-3 .column:nth-of-type(1n), .small-up-3 .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-3 .column:nth-of-type(3n+1), .small-up-3 .columns:nth-of-type(3n+1) {
    clear: both; }
  .small-up-3 .column:last-child, .small-up-3 .columns:last-child {
    float: left; }

.small-up-4 .column, .small-up-4 .columns {
  width: 25%;
  float: left; }
  .small-up-4 .column:nth-of-type(1n), .small-up-4 .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-4 .column:nth-of-type(4n+1), .small-up-4 .columns:nth-of-type(4n+1) {
    clear: both; }
  .small-up-4 .column:last-child, .small-up-4 .columns:last-child {
    float: left; }

.small-up-5 .column, .small-up-5 .columns {
  width: 20%;
  float: left; }
  .small-up-5 .column:nth-of-type(1n), .small-up-5 .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-5 .column:nth-of-type(5n+1), .small-up-5 .columns:nth-of-type(5n+1) {
    clear: both; }
  .small-up-5 .column:last-child, .small-up-5 .columns:last-child {
    float: left; }

.small-up-6 .column, .small-up-6 .columns {
  width: 16.66667%;
  float: left; }
  .small-up-6 .column:nth-of-type(1n), .small-up-6 .columns:nth-of-type(1n) {
    clear: none; }
  .small-up-6 .column:nth-of-type(6n+1), .small-up-6 .columns:nth-of-type(6n+1) {
    clear: both; }
  .small-up-6 .column:last-child, .small-up-6 .columns:last-child {
    float: left; }

.column.small-centered, .small-centered.columns {
  float: none;
  margin-left: auto;
  margin-right: auto; }

.small-uncenter,
.small-push-0,
.small-pull-0 {
  position: static;
  margin-left: 0;
  margin-right: 0; }

@media screen and (min-width: 32em) {
  .medium-1 {
    width: 8.33333%; }
  .medium-push-1 {
    position: relative;
    left: 8.33333%; }
  .medium-pull-1 {
    position: relative;
    left: -8.33333%; }
  .medium-offset-0 {
    margin-left: 0%; }
  .medium-2 {
    width: 16.66667%; }
  .medium-push-2 {
    position: relative;
    left: 16.66667%; }
  .medium-pull-2 {
    position: relative;
    left: -16.66667%; }
  .medium-offset-1 {
    margin-left: 8.33333%; }
  .medium-3 {
    width: 25%; }
  .medium-push-3 {
    position: relative;
    left: 25%; }
  .medium-pull-3 {
    position: relative;
    left: -25%; }
  .medium-offset-2 {
    margin-left: 16.66667%; }
  .medium-4 {
    width: 33.33333%; }
  .medium-push-4 {
    position: relative;
    left: 33.33333%; }
  .medium-pull-4 {
    position: relative;
    left: -33.33333%; }
  .medium-offset-3 {
    margin-left: 25%; }
  .medium-5 {
    width: 41.66667%; }
  .medium-push-5 {
    position: relative;
    left: 41.66667%; }
  .medium-pull-5 {
    position: relative;
    left: -41.66667%; }
  .medium-offset-4 {
    margin-left: 33.33333%; }
  .medium-6 {
    width: 50%; }
  .medium-push-6 {
    position: relative;
    left: 50%; }
  .medium-pull-6 {
    position: relative;
    left: -50%; }
  .medium-offset-5 {
    margin-left: 41.66667%; }
  .medium-7 {
    width: 58.33333%; }
  .medium-push-7 {
    position: relative;
    left: 58.33333%; }
  .medium-pull-7 {
    position: relative;
    left: -58.33333%; }
  .medium-offset-6 {
    margin-left: 50%; }
  .medium-8 {
    width: 66.66667%; }
  .medium-push-8 {
    position: relative;
    left: 66.66667%; }
  .medium-pull-8 {
    position: relative;
    left: -66.66667%; }
  .medium-offset-7 {
    margin-left: 58.33333%; }
  .medium-9 {
    width: 75%; }
  .medium-push-9 {
    position: relative;
    left: 75%; }
  .medium-pull-9 {
    position: relative;
    left: -75%; }
  .medium-offset-8 {
    margin-left: 66.66667%; }
  .medium-10 {
    width: 83.33333%; }
  .medium-push-10 {
    position: relative;
    left: 83.33333%; }
  .medium-pull-10 {
    position: relative;
    left: -83.33333%; }
  .medium-offset-9 {
    margin-left: 75%; }
  .medium-11 {
    width: 91.66667%; }
  .medium-push-11 {
    position: relative;
    left: 91.66667%; }
  .medium-pull-11 {
    position: relative;
    left: -91.66667%; }
  .medium-offset-10 {
    margin-left: 83.33333%; }
  .medium-12 {
    width: 100%; }
  .medium-offset-11 {
    margin-left: 91.66667%; }
  .medium-up-1 .column, .medium-up-1 .columns {
    width: 100%;
    float: left; }
    .medium-up-1 .column:nth-of-type(1n), .medium-up-1 .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-1 .column:nth-of-type(1n+1), .medium-up-1 .columns:nth-of-type(1n+1) {
      clear: both; }
    .medium-up-1 .column:last-child, .medium-up-1 .columns:last-child {
      float: left; }
  .medium-up-2 .column, .medium-up-2 .columns {
    width: 50%;
    float: left; }
    .medium-up-2 .column:nth-of-type(1n), .medium-up-2 .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-2 .column:nth-of-type(2n+1), .medium-up-2 .columns:nth-of-type(2n+1) {
      clear: both; }
    .medium-up-2 .column:last-child, .medium-up-2 .columns:last-child {
      float: left; }
  .medium-up-3 .column, .medium-up-3 .columns {
    width: 33.33333%;
    float: left; }
    .medium-up-3 .column:nth-of-type(1n), .medium-up-3 .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-3 .column:nth-of-type(3n+1), .medium-up-3 .columns:nth-of-type(3n+1) {
      clear: both; }
    .medium-up-3 .column:last-child, .medium-up-3 .columns:last-child {
      float: left; }
  .medium-up-4 .column, .medium-up-4 .columns {
    width: 25%;
    float: left; }
    .medium-up-4 .column:nth-of-type(1n), .medium-up-4 .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-4 .column:nth-of-type(4n+1), .medium-up-4 .columns:nth-of-type(4n+1) {
      clear: both; }
    .medium-up-4 .column:last-child, .medium-up-4 .columns:last-child {
      float: left; }
  .medium-up-5 .column, .medium-up-5 .columns {
    width: 20%;
    float: left; }
    .medium-up-5 .column:nth-of-type(1n), .medium-up-5 .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-5 .column:nth-of-type(5n+1), .medium-up-5 .columns:nth-of-type(5n+1) {
      clear: both; }
    .medium-up-5 .column:last-child, .medium-up-5 .columns:last-child {
      float: left; }
  .medium-up-6 .column, .medium-up-6 .columns {
    width: 16.66667%;
    float: left; }
    .medium-up-6 .column:nth-of-type(1n), .medium-up-6 .columns:nth-of-type(1n) {
      clear: none; }
    .medium-up-6 .column:nth-of-type(6n+1), .medium-up-6 .columns:nth-of-type(6n+1) {
      clear: both; }
    .medium-up-6 .column:last-child, .medium-up-6 .columns:last-child {
      float: left; }
  .column.medium-centered, .medium-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .medium-uncenter,
  .medium-push-0,
  .medium-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

@media screen and (min-width: 64em) {
  .large-1 {
    width: 8.33333%; }
  .large-push-1 {
    position: relative;
    left: 8.33333%; }
  .large-pull-1 {
    position: relative;
    left: -8.33333%; }
  .large-offset-0 {
    margin-left: 0%; }
  .large-2 {
    width: 16.66667%; }
  .large-push-2 {
    position: relative;
    left: 16.66667%; }
  .large-pull-2 {
    position: relative;
    left: -16.66667%; }
  .large-offset-1 {
    margin-left: 8.33333%; }
  .large-3 {
    width: 25%; }
  .large-push-3 {
    position: relative;
    left: 25%; }
  .large-pull-3 {
    position: relative;
    left: -25%; }
  .large-offset-2 {
    margin-left: 16.66667%; }
  .large-4 {
    width: 33.33333%; }
  .large-push-4 {
    position: relative;
    left: 33.33333%; }
  .large-pull-4 {
    position: relative;
    left: -33.33333%; }
  .large-offset-3 {
    margin-left: 25%; }
  .large-5 {
    width: 41.66667%; }
  .large-push-5 {
    position: relative;
    left: 41.66667%; }
  .large-pull-5 {
    position: relative;
    left: -41.66667%; }
  .large-offset-4 {
    margin-left: 33.33333%; }
  .large-6 {
    width: 50%; }
  .large-push-6 {
    position: relative;
    left: 50%; }
  .large-pull-6 {
    position: relative;
    left: -50%; }
  .large-offset-5 {
    margin-left: 41.66667%; }
  .large-7 {
    width: 58.33333%; }
  .large-push-7 {
    position: relative;
    left: 58.33333%; }
  .large-pull-7 {
    position: relative;
    left: -58.33333%; }
  .large-offset-6 {
    margin-left: 50%; }
  .large-8 {
    width: 66.66667%; }
  .large-push-8 {
    position: relative;
    left: 66.66667%; }
  .large-pull-8 {
    position: relative;
    left: -66.66667%; }
  .large-offset-7 {
    margin-left: 58.33333%; }
  .large-9 {
    width: 75%; }
  .large-push-9 {
    position: relative;
    left: 75%; }
  .large-pull-9 {
    position: relative;
    left: -75%; }
  .large-offset-8 {
    margin-left: 66.66667%; }
  .large-10 {
    width: 83.33333%; }
  .large-push-10 {
    position: relative;
    left: 83.33333%; }
  .large-pull-10 {
    position: relative;
    left: -83.33333%; }
  .large-offset-9 {
    margin-left: 75%; }
  .large-11 {
    width: 91.66667%; }
  .large-push-11 {
    position: relative;
    left: 91.66667%; }
  .large-pull-11 {
    position: relative;
    left: -91.66667%; }
  .large-offset-10 {
    margin-left: 83.33333%; }
  .large-12 {
    width: 100%; }
  .large-offset-11 {
    margin-left: 91.66667%; }
  .large-up-1 .column, .large-up-1 .columns {
    width: 100%;
    float: left; }
    .large-up-1 .column:nth-of-type(1n), .large-up-1 .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-1 .column:nth-of-type(1n+1), .large-up-1 .columns:nth-of-type(1n+1) {
      clear: both; }
    .large-up-1 .column:last-child, .large-up-1 .columns:last-child {
      float: left; }
  .large-up-2 .column, .large-up-2 .columns {
    width: 50%;
    float: left; }
    .large-up-2 .column:nth-of-type(1n), .large-up-2 .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-2 .column:nth-of-type(2n+1), .large-up-2 .columns:nth-of-type(2n+1) {
      clear: both; }
    .large-up-2 .column:last-child, .large-up-2 .columns:last-child {
      float: left; }
  .large-up-3 .column, .large-up-3 .columns {
    width: 33.33333%;
    float: left; }
    .large-up-3 .column:nth-of-type(1n), .large-up-3 .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-3 .column:nth-of-type(3n+1), .large-up-3 .columns:nth-of-type(3n+1) {
      clear: both; }
    .large-up-3 .column:last-child, .large-up-3 .columns:last-child {
      float: left; }
  .large-up-4 .column, .large-up-4 .columns {
    width: 25%;
    float: left; }
    .large-up-4 .column:nth-of-type(1n), .large-up-4 .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-4 .column:nth-of-type(4n+1), .large-up-4 .columns:nth-of-type(4n+1) {
      clear: both; }
    .large-up-4 .column:last-child, .large-up-4 .columns:last-child {
      float: left; }
  .large-up-5 .column, .large-up-5 .columns {
    width: 20%;
    float: left; }
    .large-up-5 .column:nth-of-type(1n), .large-up-5 .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-5 .column:nth-of-type(5n+1), .large-up-5 .columns:nth-of-type(5n+1) {
      clear: both; }
    .large-up-5 .column:last-child, .large-up-5 .columns:last-child {
      float: left; }
  .large-up-6 .column, .large-up-6 .columns {
    width: 16.66667%;
    float: left; }
    .large-up-6 .column:nth-of-type(1n), .large-up-6 .columns:nth-of-type(1n) {
      clear: none; }
    .large-up-6 .column:nth-of-type(6n+1), .large-up-6 .columns:nth-of-type(6n+1) {
      clear: both; }
    .large-up-6 .column:last-child, .large-up-6 .columns:last-child {
      float: left; }
  .column.large-centered, .large-centered.columns {
    float: none;
    margin-left: auto;
    margin-right: auto; }
  .large-uncenter,
  .large-push-0,
  .large-pull-0 {
    position: static;
    margin-left: 0;
    margin-right: 0; } }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

p {
  font-size: inherit;
  line-height: 1.6;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: bold;
  line-height: inherit; }

small {
  font-size: 80%;
  line-height: inherit; }

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Century Gothic';
	font-weight: normal;
	font-style: normal;
	color: inherit;
	text-rendering: optimizeLegibility;
	margin-top: 0;
	margin-bottom: 0.5rem;
	line-height: 1.4; 
}
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #cacaca;
    line-height: 0; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.25rem; }

h3 {
  font-size: 1.1875rem; }

h4 {
  font-size: 1.125rem; }

h5 {
  font-size: 1.0625rem; }

h6 {
  font-size: 1rem; }

@media screen and (min-width: 32em) {
  h1 {
    font-size: 3rem; }
  h2 {
    font-size: 2.5rem; }
  h3 {
    font-size: 1.9375rem; }
  h4 {
    font-size: 1.5625rem; }
  h5 {
    font-size: 1.25rem; }
  h6 {
    font-size: 1rem; } }

a {
  color: #ffb600;
  text-decoration: none;
  line-height: inherit;
  cursor: pointer; }

a:hover, a:focus { color: #74c2ed; }

a img { border: 0; }

hr {
  max-width: 75rem;
  height: 0;
  border-top: 0;
  border-bottom: 1px solid #cacaca;
  margin: 1.25rem auto;
  clear: both; }

ul,
ol,
dl {
  line-height: 1.6;
  margin-bottom: 1rem;
  list-style-position: outside; }

li {
  font-size: inherit; }

ul {
  list-style-type: disc;
  margin-left: 1.25rem; }

ol {
  margin-left: 1.25rem; }

ul ul, ol ul, ul ol, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
  list-style-type: inherit; }

dl {
  margin-bottom: 1rem; }
  dl dt {
    margin-bottom: 0.3rem;
    font-weight: bold; }

blockquote {
  margin: 0 0 1rem;
  padding: 0.5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca; }
  blockquote, blockquote p {
    line-height: 1.6;
    color: #8a8a8a; }

cite {
  display: block;
  font-size: 0.8125rem;
  color: #8a8a8a; }
  cite:before {
    content: '\2014 \0020'; }

abbr {
  color: #0a0a0a;
  cursor: help;
  border-bottom: 1px dotted #0a0a0a; }

code {
  font-family: 'Century Gothic';
  font-weight: normal;
  color: #0a0a0a;
  background-color: #e6e6e6;
  border: 1px solid #cacaca;
  padding: 0.125rem 0.3125rem 0.0625rem; }

kbd {
  padding: 0.125rem 0.25rem 0;
  margin: 0;
  background-color: #e6e6e6;
  color: #0a0a0a;
  font-family: 'Century Gothic';
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #8a8a8a; }

.lead {
  font-size: 125%;
  line-height: 1.6; }

.stat {
  font-size: 2.5rem;
  line-height: 1; }
  p + .stat {
    margin-top: -1rem; }

.no-bullet {
  margin-left: 0;
  list-style: none; }

.text-left {
  text-align: left; }

@media screen and (min-width: 32em) {
  .medium-text-left {
    text-align: left; } }

@media screen and (min-width: 64em) {
  .large-text-left {
    text-align: left; } }

.text-right {
  text-align: right; }

@media screen and (min-width: 32em) {
  .medium-text-right {
    text-align: right; } }

@media screen and (min-width: 64em) {
  .large-text-right {
    text-align: right; } }

.text-center {
  text-align: center;
float: none;  }

@media screen and (min-width: 32em) {
  .medium-text-center {
    text-align: center; } }

@media screen and (min-width: 64em) {
  .large-text-center {
    text-align: center; } }

.text-justify {
  text-align: justify; }

@media screen and (min-width: 32em) {
  .medium-text-justify {
    text-align: justify; } }

@media screen and (min-width: 64em) {
  .large-text-justify {
    text-align: justify; } }

.show-for-print {
  display: none !important; }

@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  .show-for-print {
    display: block !important; }
  .hide-for-print {
    display: none !important; }
  table.show-for-print {
    display: table !important; }
  thead.show-for-print {
    display: table-header-group !important; }
  tbody.show-for-print {
    display: table-row-group !important; }
  tr.show-for-print {
    display: table-row !important; }
  td.show-for-print {
    display: table-cell !important; }
  th.show-for-print {
    display: table-cell !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  .ir a:after,
  a[href^='javascript:']:after,
  a[href^='#']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  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; } }

.button {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 1rem;
  background: #105faf;
  color: #fff; 
  text-transform: uppercase;
  letter-spacing: 0.1rem;}
  [data-whatinput="mouse"] .button {
    outline: 0; }
  .button:hover, .button:focus {
    background: #1583cc;
    color: #fff; }
  .button.tiny {
    font-size: 0.6rem; }
  .button.small {
    font-size: 0.75rem; }
  .button.large {
    font-size: 1.25rem; }
  .button.expanded {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .button.primary {
    background: #054395;
    color: #fff; }
    .button.primary:hover, .button.primary:focus {
      background: #147cc0;
      color: #fff; }
  .button.secondary {
    background: #777;
    color: #fff; }
    .button.secondary:hover, .button.secondary:focus {
      background: #5f5f5f;
      color: #fff; }
  .button.success {
    background: #3adb76;
    color: #fff; }
    .button.success:hover, .button.success:focus {
      background: #22bb5b;
      color: #fff; }
  .button.alert {
    background: #ec5840;
    color: #fff; }
    .button.alert:hover, .button.alert:focus {
      background: #da3116;
      color: #fff; }
  .button.warning {
    background: #ffae00;
    color: #fff; }
    .button.warning:hover, .button.warning:focus {
      background: #cc8b00;
      color: #fff; }
  .button.hollow {
    border: 1px solid #054395;
    color: #054395; }
    .button.hollow, .button.hollow:hover, .button.hollow:focus {
      background: transparent; }
    .button.hollow:hover, .button.hollow:focus {
      border-color: #0c4d78;
      color: #0c4d78; }
    .button.hollow.primary {
      border: 1px solid #054395;
      color: #05395; }
      .button.hollow.primary:hover, .button.hollow.primary:focus {
        border-color: #0c4d78;
        color: #0c4d78; }
    .button.hollow.secondary {
      border: 1px solid #777;
      color: #777; }
      .button.hollow.secondary:hover, .button.hollow.secondary:focus {
        border-color: #3c3c3c;
        color: #3c3c3c; }
    .button.hollow.success {
      border: 1px solid #3adb76;
      color: #3adb76; }
      .button.hollow.success:hover, .button.hollow.success:focus {
        border-color: #157539;
        color: #157539; }
    .button.hollow.alert {
      border: 1px solid #ec5840;
      color: #ec5840; }
      .button.hollow.alert:hover, .button.hollow.alert:focus {
        border-color: #881f0e;
        color: #881f0e; }
    .button.hollow.warning {
      border: 1px solid #ffae00;
      color: #ffae00; }
      .button.hollow.warning:hover, .button.hollow.warning:focus {
        border-color: #805700;
        color: #805700; }
  .button.disabled {
    opacity: 0.25;
    cursor: not-allowed;
    pointer-events: none; }
  .button.dropdown::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.4em;
    border-color: #fefefe transparent transparent;
    border-top-style: solid;
    position: relative;
    top: 0.4em;
    float: right;
    margin-left: 1em;
    display: inline-block; }
  .button.arrow-only::after {
    margin-left: 0;
    float: none;
    top: 0.2em; }

[type="text"], [type="password"], [type="date"], [type="datetime"], [type="datetime-local"], [type="month"], [type="week"], [type="email"], [type="number"], [type="search"], [type="tel"], [type="time"], [type="url"], [type="color"],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.4375rem;
  padding: 0.5rem;
  border: 1px solid #cacaca;
  margin: 0 0 1rem;
  font-family: inherit;
  font-size: 1rem;
  color: #8a8a8a;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  border-radius: 0;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none; }
  [type="text"]:focus, [type="password"]:focus, [type="date"]:focus, [type="datetime"]:focus, [type="datetime-local"]:focus, [type="month"]:focus, [type="week"]:focus, [type="email"]:focus, [type="number"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="time"]:focus, [type="url"]:focus, [type="color"]:focus,
  textarea:focus {
    border: 1px solid #8a8a8a;
    background: #fefefe;
    outline: none;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow 0.5s, border-color 0.25s ease-in-out; }

textarea {
  max-width: 100%; }
  textarea[rows] {
    height: auto; }

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #e6e6e6;
  cursor: default; }

[type="submit"],
[type="button"] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

input[type="search"] {
  box-sizing: border-box; }

[type="file"],
[type="checkbox"],
[type="radio"] {
  margin: 0 0 1rem; }

[type="checkbox"] + label,
[type="radio"] + label {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 1rem;
  margin-bottom: 0;
  vertical-align: baseline; }

label > [type="checkbox"],
label > [type="label"] {
  margin-right: 0.5rem; }

[type="file"] {
  width: 100%; }

label {
  display: block;
  margin: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  color: #ffffff;
  text-shadow: 0.1px 0.1px 1px #000 
}
label.middle {
    margin: 0 0 1rem;
    padding: 0.5625rem 0; 
}

.help-text {
  margin-top: -0.5rem;
  font-size: 0.8125rem;
  font-style: italic;
  color: #333; }

.input-group {
  display: table;
  width: 100%;
  margin-bottom: 1rem; }

.input-group-label, .input-group-field, .input-group-button {
  display: table-cell;
  margin: 0;
  vertical-align: middle; }

.input-group-label {
  text-align: center;
  width: 1%;
  height: 100%;
  padding: 0 1rem;
  background: #e6e6e6;
  color: #0a0a0a;
  border: 1px solid #cacaca; }
  .input-group-label:first-child {
    border-right: 0; }
  .input-group-label:last-child {
    border-left: 0; }

.input-group-button {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  width: 1%; }

fieldset {
  border: 0;
  padding: 0;
  margin: 0; }

legend {
  margin-bottom: 0.5rem; }

.fieldset {
  border: 1px solid #cacaca;
  padding: 1.25rem;
  margin: 1.125rem 0; }
  .fieldset legend {
    background: #fefefe;
    padding: 0 0.1875rem;
    margin: 0;
    margin-left: -0.1875rem; }

select {
  height: 2.4375rem;
  padding: 0.5rem;
  border-radius: 0;
  margin: 0 0 1rem;
  font-size: 1rem;
  font-family: inherit;
  line-height: normal;
  color: #8a8a8a;
  background-color: #fafafa;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb(51, 51, 51)"></polygon></svg>');
  background-size: 9px 6px;
  background-position: right 0.5rem center;
  background-repeat: no-repeat; }
  @media screen and (min-width: 0\0) {
    select {
      background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg=="); } }
  select:disabled {
    background-color: #e6e6e6;
    cursor: default; }
  select::-ms-expand {
    display: none; }
  select[multiple] {
    height: auto; }

.is-invalid-input:not(:focus) {
  background-color: rgba(236, 88, 64, 0.1);
  border-color: #ec5840; }

.is-invalid-label {
  color: #ec5840; }

.form-error {
  display: none;
  margin-top: -0.5rem;
  margin-bottom: 1rem;
  font-size: 0.75rem;
  font-weight: bold;
  color: #ec5840; }
  .form-error.is-visible {
    display: block; }

.hide {
  display: none !important; }

.invisible {
  visibility: hidden; }

@media screen and (min-width: 0em) and (max-width: 31.9375em) {
  .hide-for-small-only {
    display: none !important; } }

@media screen and (max-width: 0em), screen and (min-width: 32em) {
  .show-for-small-only {
    display: none !important; } }

@media screen and (min-width: 32em) {
  .hide-for-medium {
    display: none !important; } }

@media screen and (max-width: 31.9375em) {
  .show-for-medium {
    display: none !important; } }

@media screen and (min-width: 32em) and (max-width: 63.9375em) {
  .hide-for-medium-only {
    display: none !important; } }

@media screen and (max-width: 31.9375em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important; } }

@media screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important; } }

@media screen and (max-width: 63.9375em) {
  .show-for-large {
    display: none !important; } }

@media screen and (min-width: 64em) and (max-width: 74.9375em) {
  .hide-for-large-only {
    display: none !important; } }

@media screen and (max-width: 63.9375em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important; } }

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  height: auto;
  width: auto;
  overflow: visible;
  clip: auto; }

.show-for-landscape,
.hide-for-portrait {
  display: block !important; }
  @media screen and (orientation: landscape) {
    .show-for-landscape,
    .hide-for-portrait {
      display: block !important; } }
  @media screen and (orientation: portrait) {
    .show-for-landscape,
    .hide-for-portrait {
      display: none !important; } }

.hide-for-landscape,
.show-for-portrait {
  display: none !important; }
  @media screen and (orientation: landscape) {
    .hide-for-landscape,
    .show-for-portrait {
      display: none !important; } }
  @media screen and (orientation: portrait) {
    .hide-for-landscape,
    .show-for-portrait {
      display: block !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.clearfix::before, .clearfix::after {
  content: ' ';
  display: table; }

.clearfix::after {
  clear: both; }

.accordion {
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6;
  border-radius: 0;
  margin-left: 0; }

.accordion-title {
  display: block;
  padding: 1.25rem 1rem;
  line-height: 1;
  font-size: 0.75rem;
  color: #054395;
  position: relative;
  border-bottom: 1px solid #e6e6e6; }
  .accordion-title:hover, .accordion-title:focus {
    background-color: #e6e6e6; }
  :last-child > .accordion-title {
    border-bottom-width: 0; }
  .accordion-title::before {
    content: '+';
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -0.5rem; }
  .is-active > .accordion-title::before {
    content: '–'; }

.accordion-content {
  padding: 1.25rem 1rem;
  display: none;
  border-bottom: 1px solid #e6e6e6; }

.is-accordion-submenu-parent > a {
  position: relative; }
  .is-accordion-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: #054395 transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1rem; }

.is-accordion-submenu-parent[aria-expanded="true"] > a::after {
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1); }

.badge {
  display: inline-block;
  padding: 0.3em;
  min-width: 2.1em;
  font-size: 0.6rem;
  text-align: center;
  border-radius: 50%;
  background: #054395;
  color: #fefefe; }
  .badge.secondary {
    background: #777;
    color: #fefefe; }
  .badge.success {
    background: #3adb76;
    color: #fefefe; }
  .badge.alert {
    background: #ec5840;
    color: #fefefe; }
  .badge.warning {
    background: #ffae00;
    color: #fefefe; }

.breadcrumbs {
  list-style: none;
  margin: 0 0 1rem 0; }
  .breadcrumbs::before, .breadcrumbs::after {
    content: ' ';
    display: table; }
  .breadcrumbs::after {
    clear: both; }
  .breadcrumbs li {
    float: left;
    color: #0a0a0a;
    font-size: 0.6875rem;
    cursor: default;
    text-transform: uppercase; }
    .breadcrumbs li:not(:last-child)::after {
      color: #cacaca;
      content: "/";
      margin: 0 0.75rem;
      position: relative;
      top: 1px;
      opacity: 1; }
  .breadcrumbs a {
    color: #054395; }
    .breadcrumbs a:hover {
      text-decoration: underline; }
  .breadcrumbs .disabled {
    color: #cacaca; }

.button-group {
  margin-bottom: 1rem;
  font-size: 0.9rem; }
  .button-group::before, .button-group::after {
    content: ' ';
    display: table; }
  .button-group::after {
    clear: both; }
  .button-group .button {
    float: left;
    margin: 0;
    font-size: inherit; }
    .button-group .button:not(:last-child) {
      border-right: 1px solid #fefefe; }
  .button-group.tiny {
    font-size: 0.6rem; }
  .button-group.small {
    font-size: 0.75rem; }
  .button-group.large {
    font-size: 1.25rem; }
  .button-group.expanded .button:nth-last-child(2):first-child,
  .button-group.expanded .button:nth-last-child(2):first-child ~ .button {
    width: 50%; }
  .button-group.expanded .button:nth-last-child(3):first-child,
  .button-group.expanded .button:nth-last-child(3):first-child ~ .button {
    width: 33.33333%; }
  .button-group.expanded .button:nth-last-child(4):first-child,
  .button-group.expanded .button:nth-last-child(4):first-child ~ .button {
    width: 25%; }
  .button-group.expanded .button:nth-last-child(5):first-child,
  .button-group.expanded .button:nth-last-child(5):first-child ~ .button {
    width: 20%; }
  .button-group.expanded .button:nth-last-child(6):first-child,
  .button-group.expanded .button:nth-last-child(6):first-child ~ .button {
    width: 16.66667%; }
  .button-group.primary .button {
    background: #054395;
    color: #fff; }
    .button-group.primary .button:hover, .button-group.primary .button:focus {
      background: #147cc0;
      color: #fff; }
  .button-group.secondary .button {
    background: #777;
    color: #fff; }
    .button-group.secondary .button:hover, .button-group.secondary .button:focus {
      background: #5f5f5f;
      color: #fff; }
  .button-group.success .button {
    background: #3adb76;
    color: #fff; }
    .button-group.success .button:hover, .button-group.success .button:focus {
      background: #22bb5b;
      color: #fff; }
  .button-group.alert .button {
    background: #ec5840;
    color: #fff; }
    .button-group.alert .button:hover, .button-group.alert .button:focus {
      background: #da3116;
      color: #fff; }
  .button-group.warning .button {
    background: #ffae00;
    color: #fff; }
    .button-group.warning .button:hover, .button-group.warning .button:focus {
      background: #cc8b00;
      color: #fff; }
  .button-group.stacked .button, .button-group.stacked-for-small .button {
    width: 100%;
    border-right: 0; }
  @media screen and (min-width: 32em) {
    .button-group.stacked-for-small .button {
      width: auto; }
      .button-group.stacked-for-small .button:not(:last-child) {
        border-right: 1px solid #fefefe; } }

.callout {
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 1px solid rgba(10, 10, 10, 0.25);
  border-radius: 0;
  position: relative;
  background-color: white; }
  .callout > :first-child {
    margin-top: 0; }
  .callout > :last-child {
    margin-bottom: 0; }
  .callout.primary {
    background-color: #def0fc; }
    .callout.primary a {
      color: #116ca8; }
      .callout.primary a:hover {
        color: #0a4063; }
  .callout.secondary {
    background-color: #ebebeb; }
  .callout.success {
    background-color: #e1faea; }
    .callout.success a {
      color: #1ea450; }
      .callout.success a:hover {
        color: #126330; }
  .callout.alert {
    background-color: #fce6e2; }
    .callout.alert a {
      color: #bf2b13; }
      .callout.alert a:hover {
        color: #791b0c; }
  .callout.warning {
    background-color: #fff3d9; }
    .callout.warning a {
      color: #b37a00; }
      .callout.warning a:hover {
        color: #664600; }
  .callout.small {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 0.5rem; }
  .callout.large {
    padding-top: 3rem;
    padding-right: 3rem;
    padding-bottom: 3rem;
    padding-left: 3rem; }

.close-button {
  position: absolute;
  color: #8a8a8a;
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
  cursor: pointer; }
  [data-whatinput="mouse"] .close-button {
    outline: 0; }
  .close-button:hover, .close-button:focus {
    color: #0a0a0a; }

.is-drilldown {
  position: relative;
  overflow: hidden; }

.is-drilldown-sub {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  height: 100%;
  width: 100%;
  background: #fefefe;
  transition: -webkit-transform 0.15s linear;
  transition: transform 0.15s linear; }
  .is-drilldown-sub.is-active {
    z-index: 1;
    display: block;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); }
  .is-drilldown-sub.is-closing {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }

.is-drilldown-submenu-parent > a {
  position: relative; }
  .is-drilldown-submenu-parent > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    border-color: transparent transparent transparent #054395;
    border-left-style: solid;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 1rem; }

.js-drilldown-back::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  border-color: transparent #054395 transparent transparent;
  border-right-style: solid;
  float: left;
  margin-right: 0.75rem;
  margin-left: 0.6rem;
  margin-top: 14px; }

.dropdown-pane {
  background-color: #fefefe;
  border: 1px solid #cacaca;
  display: block;
  padding: 1rem;
  position: absolute;
  visibility: hidden;
  width: 300px;
  z-index: 10;
  border-radius: 0; }
  .dropdown-pane.is-open {
    visibility: visible; }

.dropdown-pane.tiny {
  width: 100px; }

.dropdown-pane.small {
  width: 200px; }

.dropdown-pane.large {
  width: 400px; }

.dropdown.menu .has-submenu {
  position: relative; }
  .dropdown.menu .has-submenu a::after {
    float: right;
    margin-top: 3px;
    margin-left: 10px; }
  .dropdown.menu .has-submenu.is-down-arrow a {
    padding-right: 1.5rem;
    position: relative; }
  .dropdown.menu .has-submenu.is-down-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: #054395 transparent transparent;
    border-top-style: solid;
    position: absolute;
    top: 12px;
    right: 5px; }
  .dropdown.menu .has-submenu.is-left-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 5px;
    border-color: transparent #054395 transparent transparent;
    border-right-style: solid;
    float: left;
    margin-left: 0;
    margin-right: 10px; }
  .dropdown.menu .has-submenu.is-right-arrow > a::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: none;
    border-left-style: solid; }
  .dropdown.menu .has-submenu.is-left-arrow.opens-inner .submenu {
    right: 0;
    left: auto; }
  .dropdown.menu .has-submenu.is-right-arrow.opens-inner .submenu {
    left: 0;
    right: auto; }
  .dropdown.menu .has-submenu.opens-inner .submenu {
    top: 100%; }

.dropdown.menu .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
    min-width: 200px;
    z-index: 1;
	border: 1px solid #054395;
    box-shadow: 0px 1px 2px 0px rgba(97,97,97,0.65);
	background: #054395;
}
  .dropdown.menu .submenu > li {
    width: 100%; }
  .dropdown.menu .submenu.first-sub {
    top: 100%;
    left: 0;
    right: auto; }
  .dropdown.menu .submenu:not(.js-dropdown-nohover) > .has-submenu:hover > .dropdown.menu .submenu, .dropdown.menu .submenu.js-dropdown-active {
    display: block; }

.dropdown.menu .has-submenu.opens-left .submenu {
  left: auto;
  right: 100%; }

.dropdown.menu.align-right .submenu.first-sub {
  top: 100%;
  left: auto;
  right: 0; }

.is-dropdown-menu.vertical {
  width: 100px; }
  .is-dropdown-menu.vertical.align-right {
    float: right; }
  .is-dropdown-menu.vertical > li .submenu {
    top: 0;
    left: 100%; }

.flex-video {
  position: relative;
  height: 0;
  padding-top: 1.5625rem;
  padding-bottom: 75%;
  margin-bottom: 1rem;
  overflow: hidden; }
  .flex-video iframe,
  .flex-video object,
  .flex-video embed,
  .flex-video video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .flex-video.widescreen {
    padding-bottom: 56.25%; }
  .flex-video.vimeo {
    padding-top: 0; }

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  font-size: 0.8rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  border-radius: 0;
  background: #054395;
  color: #fefefe; }
  .label.secondary {
    background: #777;
    color: #fefefe; }
  .label.success {
    background: #3adb76;
    color: #fefefe; }
  .label.alert {
    background: #ec5840;
    color: #fefefe; }
  .label.warning {
    background: #ffae00;
    color: #fefefe; }

.media-object {
  margin-bottom: 1rem;
  display: block; }
  .media-object img {
    max-width: none; }
  @media screen and (min-width: 0em) and (max-width: 31.9375em) {
    .media-object.stack-for-small .media-object-section {
      display: block;
      padding: 0;
      padding-bottom: 1rem; }
      .media-object.stack-for-small .media-object-section img {
        width: 100%; } }

.media-object-section {
  display: table-cell;
  vertical-align: top; }
  .media-object-section:first-child {
    padding-right: 1rem; }
  .media-object-section:last-child:not( + &:first-child) {
    padding-left: 1rem; }
  .media-object-section.middle {
    vertical-align: middle; }
  .media-object-section.bottom {
    vertical-align: bottom; }

.menu {
  margin: 0;
  list-style-type: none; }
  .menu > li {
    display: table-cell;
    vertical-align: middle; }
    [data-whatinput="mouse"] .menu > li {
      outline: 0; }
  .menu > li > a {
    display: block;
    padding: 0.7rem 1rem;
    line-height: 1; }
  .menu input,
  .menu a,
  .menu button {
    margin-bottom: 0; }
  .menu > li > a > img,
  .menu > li > a > i {
    vertical-align: middle; }
  .menu > li > a > span {
    vertical-align: middle; }
  .menu > li > a > img,
  .menu > li > a > i {
    display: inline-block;
    margin-right: 0.25rem; }
  .menu > li {
    display: table-cell; }
  .menu.vertical > li {
    display: block; }
  @media screen and (min-width: 32em) {
    .menu.medium-horizontal > li {
      display: table-cell; }
    .menu.medium-vertical > li {
      display: block; } }
  @media screen and (min-width: 64em) {
    .menu.large-horizontal > li {
      display: table-cell; }
    .menu.large-vertical > li {
      display: block; } }
  .menu.simple a {
    padding: 0;
    margin-right: 1rem; }
  .menu.align-right > li {
    float: right; }
  .menu.expanded {
    display: table;
    width: 100%; }
    .menu.expanded > li:nth-last-child(2):first-child,
    .menu.expanded > li:nth-last-child(2):first-child ~ li {
      width: 50%; }
    .menu.expanded > li:nth-last-child(3):first-child,
    .menu.expanded > li:nth-last-child(3):first-child ~ li {
      width: 33.33333%; }
    .menu.expanded > li:nth-last-child(4):first-child,
    .menu.expanded > li:nth-last-child(4):first-child ~ li {
      width: 25%; }
    .menu.expanded > li:nth-last-child(5):first-child,
    .menu.expanded > li:nth-last-child(5):first-child ~ li {
      width: 20%; }
    .menu.expanded > li:nth-last-child(6):first-child,
    .menu.expanded > li:nth-last-child(6):first-child ~ li {
      width: 16.66667%; }
    .menu.expanded > li:first-child:last-child {
      width: 100%; }
  .menu.icon-top > li > a {
    text-align: center; }
    .menu.icon-top > li > a > img,
    .menu.icon-top > li > a > i {
      display: block;
      margin: 0 auto 0.25rem; }
  .menu.nested {
    margin-left: 1rem; }

.menu-text {
  font-weight: bold;
  color: inherit;
  line-height: 1;
  padding-top: 0;
  padding-bottom: 0;
  padding: 0.7rem 1rem; }

html,
body {
  height: 100%; }

.off-canvas-wrapper {
  width: 100%;
  overflow-x: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-overflow-scrolling: touch; }

.off-canvas-wrapper-inner {
  position: relative;
  width: 100%;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease; }
  .off-canvas-wrapper-inner::before, .off-canvas-wrapper-inner::after {
    content: ' ';
    display: table; }
  .off-canvas-wrapper-inner::after {
    clear: both; }

.off-canvas-content {
  min-height: 100%;
  background: #fefefe;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.5); }

.js-off-canvas-exit {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(254, 254, 254, 0.25);
  cursor: pointer;
  transition: background 0.5s ease; }
  .is-off-canvas-open .js-off-canvas-exit {
    display: block; }

.off-canvas {
  position: absolute;
  background: #e6e6e6;
  z-index: -1;
  max-height: 100%;
  overflow-y: auto;
  -webkit-transform: translateX(0px);
  transform: translateX(0px); }
  [data-whatinput="mouse"] .off-canvas {
    outline: 0; }
  .off-canvas.position-left {
    left: -250px;
    top: 0;
    width: 250px; }
    .is-open-left {
      -webkit-transform: translateX(250px);
      transform: translateX(250px); }
  .off-canvas.position-right {
    right: -250px;
    top: 0;
    width: 250px; }
    .is-open-right {
      -webkit-transform: translateX(-250px);
      transform: translateX(-250px); }

@media screen and (min-width: 32em) {
  .position-left.reveal-for-medium {
    left: 0; }
    .position-left.reveal-for-medium ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-medium {
    right: 0; }
    .position-right.reveal-for-medium ~ .off-canvas-content {
      margin-right: 250px; } }

@media screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    left: 0; }
    .position-left.reveal-for-large ~ .off-canvas-content {
      margin-left: 250px; }
  .position-right.reveal-for-large {
    right: 0; }
    .position-right.reveal-for-large ~ .off-canvas-content {
      margin-right: 250px; } }

.orbit {
  position: relative; }

.orbit-container {
  position: relative;
  margin: 0;
  overflow: hidden;
  list-style: none; }

.orbit-slide {
  width: 100%;
  max-height: 100%; }

.orbit-figure {
  margin: 0; }

.orbit-image {
  margin: 0;
  width: 100%;
  max-width: 100%; }

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 1rem;
  margin-bottom: 0;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous, .orbit-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe; }
  [data-whatinput="mouse"] .orbit-previous, [data-whatinput="mouse"] .orbit-next {
    outline: 0; }
  .orbit-previous:hover, .orbit-next:hover, .orbit-previous:active, .orbit-next:active, .orbit-previous:focus, .orbit-next:focus {
    background-color: rgba(10, 10, 10, 0.5); }

.orbit-previous {
  left: 0; }

.orbit-next {
  left: auto;
  right: 0; }

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center; }
  [data-whatinput="mouse"] .orbit-bullets {
    outline: 0; }
  .orbit-bullets button {
    width: 1.2rem;
    height: 1.2rem;
    margin: 0.1rem;
    background-color: #cacaca;
    border-radius: 50%; }
    .orbit-bullets button:hover {
      background-color: #8a8a8a; }
    .orbit-bullets button.is-active {
      background-color: #8a8a8a; }

.pagination {
  margin-left: 0;
  margin-bottom: 1rem; }
  .pagination::before, .pagination::after {
    content: ' ';
    display: table; }
  .pagination::after {
    clear: both; }
  .pagination li {
    font-size: 0.875rem;
    margin-right: 0.0625rem;
    display: none;
    border-radius: 0; }
    .pagination li:last-child, .pagination li:first-child {
      display: inline-block; }
    @media screen and (min-width: 32em) {
      .pagination li {
        display: inline-block; } }
  .pagination a,
  .pagination button {
    color: #fff;
    display: block;
    padding: 0.1875rem 0.625rem;
    border-radius: 0; }
    .pagination a:hover,
    .pagination button:hover {
      background: #054395; }
  .pagination [aria-label="previous"]::before {
    content: '«';
    display: inline-block;
    margin-right: 0.75rem; }
  .pagination [aria-label="next"]::after {
    content: '»';
    display: inline-block;
    margin-left: 0.75rem; }
  .pagination .current {
    padding: 0.1875rem 0.625rem;
    background: #054395;
    color: #fefefe;
    cursor: default; }
  .pagination .disabled {
    padding: 0.1875rem 0.625rem;
    color: #cacaca;
    cursor: default; }
    .pagination .disabled:hover {
      background: transparent; }
  .pagination .ellipsis::after {
    content: '…';
    padding: 0.1875rem 0.625rem;
    color: #0a0a0a; }

.progress {
  background-color: #cacaca;
  height: 1rem;
  margin-bottom: 1rem;
  border-radius: 0; }
  .progress.primary .progress-meter {
    background-color: #054395; }
  .progress.secondary .progress-meter {
    background-color: #777; }
  .progress.success .progress-meter {
    background-color: #3adb76; }
  .progress.alert .progress-meter {
    background-color: #ec5840; }
  .progress.warning .progress-meter {
    background-color: #ffae00; }

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #054395;
  border-radius: 0; }
  .progress-meter .progress-meter-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin: 0;
    font-size: 0.75rem;
    font-weight: bold;
    color: #fefefe;
    white-space: nowrap; }

.sticky-container {
  position: relative; }

.sticky {
  position: fixed;
  z-index: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.sticky.is-stuck {
  position: fixed;
  z-index: 5; }
  .sticky.is-stuck.is-at-top {
    top: 0; }
  .sticky.is-stuck.is-at-bottom {
    bottom: 0; }

.sticky.is-anchored {
  position: absolute;
  left: auto;
  right: auto; }
  .sticky.is-anchored.is-at-bottom {
    bottom: 0; }

.reveal-overlay {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1005;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: scroll; }

.reveal {
  display: none;
  z-index: 1006;
  padding: 1rem;
  border: 1px solid #cacaca;
  margin: 100px auto 0 auto;
  background-color: #fefefe;
  border-radius: 0;
  position: absolute;
  overflow-y: auto; }
  [data-whatinput="mouse"] .reveal {
    outline: 0; }
  @media screen and (min-width: 32em) {
    .reveal {
      min-height: 0; } }
  .reveal .column, .reveal .columns,
  .reveal .columns {
    min-width: 0; }
  .reveal > :last-child {
    margin-bottom: 0; }
  @media screen and (min-width: 32em) {
    .reveal {
      width: 600px;
      max-width: 75rem; } }
  .reveal.collapse {
    padding: 0; }
  @media screen and (min-width: 32em) {
    .reveal .reveal {
      left: auto;
      right: auto;
      margin: 0 auto; } }
  @media screen and (min-width: 32em) {
    .reveal.tiny {
      width: 30%;
      max-width: 75rem; } }
  @media screen and (min-width: 32em) {
    .reveal.small {
      width: 50%;
      max-width: 75rem; } }
  @media screen and (min-width: 32em) {
    .reveal.large {
      width: 90%;
      max-width: 75rem; } }
  .reveal.full {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none;
    margin-left: 0; }

.switch {
  margin-bottom: 1rem;
  outline: 0;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fefefe;
  font-weight: bold;
  font-size: 0.875rem; }

.switch-input {
  opacity: 0;
  position: absolute; }

.switch-paddle {
  background: #cacaca;
  cursor: pointer;
  display: block;
  position: relative;
  width: 4rem;
  height: 2rem;
  transition: all 0.25s ease-out;
  border-radius: 0;
  color: inherit;
  font-weight: inherit; }
  input + .switch-paddle {
    margin: 0; }
  .switch-paddle::after {
    background: #fefefe;
    content: '';
    display: block;
    position: absolute;
    height: 1.5rem;
    left: 0.25rem;
    top: 0.25rem;
    width: 1.5rem;
    transition: all 0.25s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  input:checked ~ .switch-paddle {
    background: #054395; }
    input:checked ~ .switch-paddle::after {
      left: 2.25rem; }
  [data-whatinput="mouse"] input:focus ~ .switch-paddle {
    outline: 0; }

.switch-active, .switch-inactive {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

.switch-active {
  left: 8%;
  display: none; }
  input:checked + label > .switch-active {
    display: block; }

.switch-inactive {
  right: 15%; }
  input:checked + label > .switch-inactive {
    display: none; }

.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.625rem; }

.switch.tiny .switch-paddle::after {
  width: 1rem;
  height: 1rem; }

.switch.tiny input:checked ~ .switch-paddle:after {
  left: 1.75rem; }

.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.75rem; }

.switch.small .switch-paddle::after {
  width: 1.25rem;
  height: 1.25rem; }

.switch.small input:checked ~ .switch-paddle:after {
  left: 2rem; }

.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 1rem; }

.switch.large .switch-paddle::after {
  width: 2rem;
  height: 2rem; }

.switch.large input:checked ~ .switch-paddle:after {
  left: 2.75rem; }

table {
  margin-bottom: 1rem;
  border-radius: 0; }
  thead,
  tbody,
  tfoot {
    border: 1px solid #f1f1f1;
    background-color: #105faf; }
  caption {
    font-weight: bold;
    padding: 0.5rem 0.625rem 0.625rem; }
  thead,
  tfoot {
    background: #f8f8f8;
    color: #0a0a0a; }
    thead tr,
    tfoot tr {
      background: transparent; }
    thead th,
    thead td,
    tfoot th,
    tfoot td {
      padding: 0.5rem 0.625rem 0.625rem;
      font-weight: bold;
      text-align: left; }
  tbody tr:nth-child(even) {
    background-color: #105faf; }
  tbody th,
  tbody td {
    padding: 0.5rem 0.625rem 0.625rem; }

@media screen and (max-width: 63.9375em) {
  table.stack thead {
    display: none; }
  table.stack tfoot {
    display: none; }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block; }
  table.stack td {
    border-top: 0; } }

table.scroll {
  display: block;
  width: 100%;
  overflow-y: scroll; }

table.hover tr:hover {
  background-color: #f9f9f9; }

table.hover tr:nth-of-type(even):hover {
  background-color: #ececec; }

.tabs {
  margin: 0;
  list-style-type: none;
  background: #fefefe;
  border: 1px solid #e6e6e6; }
  .tabs::before, .tabs::after {
    content: ' ';
    display: table; }
  .tabs::after {
    clear: both; }
  .tabs.simple > li > a {
    padding: 0; }
    .tabs.simple > li > a:hover {
      background: transparent; }
  .tabs.vertical > li {
    width: auto;
    float: none;
    display: block; }
  .tabs.primary {
    background: #054395; }
    .tabs.primary > li > a {
      color: #fefefe; }
      .tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
        background: #1893e4; }

.tabs-title {
  float: left; }
  .tabs-title > a {
    display: block;
    padding: 1.25rem 1.5rem;
    line-height: 1;
    font-size: 12px;
    color: #054395; }
    .tabs-title > a:hover, .tabs-title > a:focus, .tabs-title > a[aria-selected="true"] {
      background: #e6e6e6; }

.tabs-content {
  background: #fefefe;
  transition: all 0.5s ease;
  border: 1px solid #e6e6e6;
  border-top: 0; }
  .tabs-content.vertical {
    border: 1px solid #e6e6e6;
    border-left: 0; }

.tabs-panel {
  display: none;
  padding: 1rem; }
  .tabs-panel.is-active {
    display: block; }

.thumbnail {
  border: solid 4px #fefefe;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  display: inline-block;
  line-height: 0;
  max-width: 100%;
  transition: box-shadow 200ms ease-out;
  border-radius: 0;
  margin-bottom: 1rem; }
  .thumbnail:hover, .thumbnail:focus {
    box-shadow: 0 0 6px 1px rgba(33, 153, 232, 0.5); }

.title-bar {
  background: #0a0a0a;
  color: #fefefe;
  padding: 0.5rem; }
  .title-bar::before, .title-bar::after {
    content: ' ';
    display: table; }
  .title-bar::after {
    clear: both; }
  .title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.5rem; }

.title-bar-left {
  float: left; }

.title-bar-right {
  float: right;
  text-align: right; }

.title-bar-title {
  font-weight: bold;
  vertical-align: middle;
  display: inline-block; }

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: white;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 white, 0 14px 0 white; }
  .menu-icon:hover::after {
    background: #cacaca;
    box-shadow: 0 7px 0 #cacaca, 0 14px 0 #cacaca; }

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  width: 20px;
  height: 16px; }
  .menu-icon.dark::after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: black;
    top: 0;
    left: 0;
    box-shadow: 0 7px 0 black, 0 14px 0 black; }
  .menu-icon.dark:hover::after {
    background: #666;
    box-shadow: 0 7px 0 #666, 0 14px 0 #666; }

.has-tip {
  border-bottom: dotted 1px #8a8a8a;
  font-weight: bold;
  position: relative;
  display: inline-block; }
  .has-tip:hover {
    cursor: help; }

.tooltip {
  background-color: #0a0a0a;
  color: #fefefe;
  font-size: 80%;
  padding: 0.75rem;
  position: absolute;
  z-index: 10;
  top: calc(100% + 0.6495rem);
  max-width: 10rem !important;
  border-radius: 0; }
  .tooltip::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent #0a0a0a;
    border-bottom-style: solid;
    bottom: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }
  .tooltip.top::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: #0a0a0a transparent transparent;
    border-top-style: solid;
    top: 100%;
    bottom: auto; }
  .tooltip.left::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent transparent transparent #0a0a0a;
    border-left-style: solid;
    bottom: auto;
    left: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .tooltip.right::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: inset 0.75rem;
    border-color: transparent #0a0a0a transparent transparent;
    border-right-style: solid;
    bottom: auto;
    left: auto;
    right: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }

.top-bar {
  padding: 0.5rem; }
  .top-bar::before, .top-bar::after {
    content: ' ';
    display: table; }
  .top-bar::after {
    clear: both; }
  .top-bar, .top-bar ul {
    background-color: #054395; }
  .top-bar input {
    width: 200px;
    margin-right: 1rem; }

@media screen and (min-width: 32em) {
  .top-bar-left {
    float: left; }
  .top-bar-right {
    float: right; } }

a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

.header ul.off-canvas-list li {
  list-style: none; }

.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

.tour-3d{
	position: absolute;
    right: 15px;
    z-index: 9;
    top: 20px;
}
.tour-3d a{color:#fff;}

#content{
	background: #105faf;
}
#content #inner-content {
  padding: 1rem 0rem;
  background: #105faf;
}

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.byline{
	color: #fff;
    padding: 10px 10px 1px 10px;
    font-size: 12px;
}

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #054395;
  color: #fff; }
  [data-whatinput="mouse"] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background: #1583cc;
    color: #fff; }

.page-navigation {
  margin-top: 1rem; }

#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }

.footer {
  clear: both;
 }

.gform_body ul {
  list-style: none outside none;
  margin: 0; 
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited 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; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } 
}
	
.button {
    overflow:hidden;
	position:relative;
}
.animate{
   animation: rounder 1s;
  -webkit-animation: rounder 1s;
  -moz-animation:rounder 1s;
  -ms-animation: rounder 1s;
  -o-animation: rounder 1s;
  
}
.ink {
  display: block;
  pointer-events: none;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background: rgba(255, 255, 255, 0.5);
  opacity: 1; }
  
 /*Пошли костыли*/
 .header{
	width:100%;
	z-index:100;
	background: linear-gradient(90deg, #054395 15%, #105faf 50%, #054395 85%);
	transition:all 0.25s ease-out;
	padding: 0.5rem 0 0 0;
 }
.orbit
{-webkit-box-shadow: 0px 5px 20px 0px rgba(97,97,97,0.65);
-moz-box-shadow: 0px 5px 20px 0px rgba(97,97,97,0.65);
box-shadow: 0px 5px 20px 0px rgba(97,97,97,0.65);}

.top-bar-left.float-left {
	position:absolute;
	top:1rem;
	left:5px;
}

.class-maine-nav {width: 75%; float:none;}

 .WakaWaka{
	 background-color: rgba(0, 7, 33, 0.64);
 }
 
.styckyWraper, .stickyConteiner {
	width:100%;
	z-index:100;
	position:relative;
	top:0;
	background: linear-gradient(90deg, #054395 15%, #105faf 50%, #054395 85%);
 }
 .stickyConteiner ul{
	 width:auto !important;
	 display:inline-block;
	 
 }
 .class-maine-nav{
	  width:auto !important;
 }
.class-maine-nav {
    margin: -6px auto;
    height: 42px;
}
 .class-maine-nav ul li a{
	font-size: 16px;
	font-weight: 500;
	line-height: 57px;
	color:#fff;
 }
  .class-maine-nav ul li a:hover,.class-maine-nav ul li a:focus{
	  color:#fff;
	  background:#ffb600;
  }
 .nav-caret{
 height: 0px;
 background: none;
 display:block;
 position:absolute;
 transition: all 0.5s ease-out;
}
.logo-wrapper {
    text-align: center;
    margin: 0 auto;
	padding: 0 0 0.25rem 0;
}
 img.logo {
	/* width: 550px;*/
	 width: 360px;
}

h2{
	color: #fff;
	font-size: 2rem;
	font-weight: 400;
	line-height: 40px;
	text-transform: uppercase;
	font-family: 'Century Gothic';
	margin:4rem 0;
	position:relative;
}

.descriptDeport p{
	color: #fff;
	font-family: 'Century Gothic';
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 2.25rem;

}
.descriptDeport{
	margin-bottom:1rem;
	margin-top:1rem;
}
.row.plitka{
	display: flex;
	max-width: 1200px;
}

@supports (flex-wrap: wrap) { /* hide from incomplete Firefox versions */
  .plitka {
    display: flex;
  }
}
.deportSection{
	display:block;
	max-width:16rem;
	//max-width:15.63rem;
	min-height: 17.81rem;
	//background-color: #00aaef;
	background-color: #fff;
	position:relative;
	text-align:center;
	margin:0 auto;
	margin-bottom:5.063rem;
}
.deportSection span{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	min-height:5.063rem;
	background-color: #414146;
	color: white;
	font-family: 'Century Gothic';
	font-size: 18px;
	font-weight: 500;
	display:table;
	width:100%;
}
.deportSection span span,.deportSection p span{
	position:relative;
	background-color: transparent;
	display:table-cell;
	vertical-align:middle;
	font-size: inherit;
	padding: 0 0.5rem;
	}
.deportSection img {
    /* margin-top: 2.063rem; */
}
.deportSection img:hover{
	transform: translateY(-2rem);
	-webkit-box-shadow: 7px 7px 18px 5px rgba(0,0,0,0.56);
	-moz-box-shadow: 7px 7px 18px 5px rgba(0,0,0,0.56);
	box-shadow: 7px 7px 18px 5px rgba(0,0,0,0.56);
	z-index:9;

}
.deportSection img{
	transition:all 0.25s ease-out;
}
.deportSection:hover .image-wrapper,.deportSection .image-wrapper.noactive{ 

transition:all 0.25s ease-out;	
   // overflow: hidden;
    z-index: 10;
    width: 100%;

	opacity:1;
	    position: absolute;
}
.deportSection .image-wrapper {
	transition:all 0.25s ease-out;	}
.deportSection .image-wrapper:before{
	background:rgba(0,0,0, 0);
		transition:all 0.25s ease-out;
		content:"";
		display:block;
}
.deportSection .image-wrapper.noactive:before{
	background:rgba(0,0,0, .3);
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:0;
}
.deportSection:hover .image-wrapper{    
	//background-color: rgba(0,0,0,0.75);
}

.deportSection p{
	color: #414146;
	font-family: 'Century Gothic';
	font-size: 1.5rem;
	font-weight: 400;
	display:table;
	text-transform: uppercase;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:80%;
}
.deportSection img + p{
	position:relative;
	height:auto;
	margin-top:15px;
}
.plitka .columns{
	margin-bottom:1rem;
}

.icn-more {
  color: #fff;
  font-size: 2.5rem; }
  .icn-more:before {
    margin-top: 4rem;
    display: inline-block; }
  .icn-more:after {
    content: "переглянути";
    display: block;
    font-size: 1rem;
    font-family: 'Century Gothic';
    margin-top: 0.5rem; }

.imghref {
  overflow: hidden;
  display: block;
  position: relative; }
  .imghref span {
    position: absolute;
    opacity: 0;
    color: #fff;
    font-size: 2.5rem;
    background-color: #105fafab;
    overflow: hidden;
    z-index: 1;
    height: 100%;
    width: 100%;
    transition: all 0.5s ease;
    text-align: center; }
    .imghref span:before {
      display: inline-block;
		position:absolute;
		top:50%;
		left:50%;
        display: inline-block;
		margin:-18px 0 0 -16px;	  }
    .imghref span:after {
      content: "переглянути";
      display: block;
      font-size: 1rem;
      font-family: 'Century Gothic';
	  position:absolute;
		top:50%;
		left:50%;
        display: inline-block;
		margin:25px 0 0 -40px;}
  .imghref:hover span, .imghref.active span {
    opacity: 1; }

#consultation {
	background: #054395;
	padding:0 0 3rem 0;}

#consultation input, #consultation a {
    height: 52px;
    background-color: #eee;
    text-align: center;
    outline: none;
    border: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 500;
}
	#consultation a  {height: 52px;background: #00aaef;padding: 20px; }
    #consultation input::-webkit-input-placeholder {
      color: #393939;
      font-size: 14px;
      font-weight: 500;}
    #consultation input::-moz-placeholder {
      color: #393939;
      font-size: 14px;
      font-weight: 500; }

  #consultation .button {
    width: 100%;
    height: 52px;
    line-height: 52px;
    padding: 0; }

#inner-footer {
  height: 399px;
  padding: 0 !important; }
  #inner-footer .socIcons  {text-align:center;}
  #inner-footer .socIcons a {
    font-size: 2rem;
    color: #fff;
    display: inline-block;
    line-height: 64px;
    width: 64px;
    margin: 0 5px;
    border-radius: 50%;
    text-align: center; }
@media (max-width: 500px) {
 #inner-footer .socIcons a {
  line-height: 50px;
    width: 50px;
 }
}	
    #inner-footer .socIcons a:nth-child(1) {
      background: #346da6; }
    #inner-footer .socIcons a:nth-child(2) {
      background: #346da6; }
    #inner-footer .socIcons a:nth-child(3) {
      background: #346da6; }
    #inner-footer .socIcons a:nth-child(4) {
      background: #346da6; }

.menu.socIcons li a  {
  color:#fff;
  font-size: 20px;
} 

.gallery_photos {
  margin: 20px 0 20px; }
  .gallery_photos a {
    display: block;
	margin:20px;
    overflow: hidden;
    float: left;
    position: relative; }
    .gallery_photos a span {
      position: absolute;
      opacity: 0;
      color: #fff;
      font-size: 2.5rem;
      background-color: rgba(3, 165, 234, 0.75);
      overflow: hidden;
      z-index: 1;
      height: 100%;
      width: 100%;
      transition: all 0.5s ease;
      text-align: center; }
      .gallery_photos a span:before {
		position:absolute;
		top:50%;
		left:50%;
        display: inline-block;
		margin:-18px 0 0 -16px;}
    .gallery_photos a:hover span, .gallery_photos a.active span {
      opacity: 1; }

.back {
  color: #7b6c63;
  font-family: 'Century Gothic';
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 22px;
  display: inline-block; }
  .back img {
    margin-right: 27px; }

.applicants-description{
	color: #414146;
	font-family: 'Century Gothic';
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 3.563rem;
	text-transform: uppercase;
	margin: 1.625rem 0 5rem;
	position:relative;
}
.applicants-description:after{
	content:'';
	display:block;
	position:absolute;
	left:0;
	right:0;
	bottom:-1.563rem;
	width: 2.063rem;
	height: 0.1875rem;
	background-color: #00aaef;
	margin:0 auto;
}
.main-gallery.row .columns {
    padding: 0.15625rem;
}
.butonspanel{margin:3.563rem auto 2rem;}

.butonspanel .button {
    width: 100%;
    padding: 20px 20px;
    border-radius: 5px;
}

.article-header{
	font-weight:900;
	top: 0;
	z-index:2;
	left:0;
	right:0;
}
main{
	position:relative;
}
.article-header h2{
	color:#fff;
	font-family: 'Century Gothic';
}
.article-plitka{
	
	margin-top:6.25rem;
}

.article-news{
	color: #fff;
	height: 110px;
	padding: 10px;
	text-align: center;
	font-size: 20px;
}

.article-news a{
	color: #fff;
}

.titlehref{
	display:block;
	color: #fff;
	font-family: 'Century Gothic';
	font-size: 30px;
	font-weight: 600;
	line-height: 40px;
	text-transform: uppercase;
	margin:20px 0 70px;
	position:relative;
}
	  
.titlehref:hover, .titlehref:focus {
	color: #ffb500;
  	font-weight: 600;
}

.imghref img{
	width:100%;
}

.off-canvas-wrapper{
	background: #105faf;
}
.off-canvas {
	background: transparent;
}
#off-canvas li a{
	text-transform: uppercase;
	color:#fff;
	font-family: 'Century Gothic' !important;
}
.is-accordion-submenu-parent[aria-expanded=true]>a::after{
	border-color: #fff transparent transparent;
}
.is-accordion-submenu-parent > a::after{
	border-color: #fff transparent transparent;
}

#top-bar-menu
{float:none;
margin:0 auto;
text-align:center;
z-index: 100;}

.top-bar-left.hide-for-large
{float:left;}


#content #inner-content {
    padding: 1rem 0 3rem 0rem;
}

.hide {display:none;}

h3 {font-family: 'Century Gothic';}

.copyright
{height:70px;
background-color:#1c1c1c;
margin-bottom: 0;
    padding: 25px 100px 25px;}
#footer-bg{background-color: rgba(1, 1, 1, 0.5); width:100%;    z-index: 1000010; position:absolute; bottom:70px;}

.footer {margin-top: -0.275rem;}

.home #content:after 
{display:none;}

#inner-footer {    background-size: cover;
    background-position: center;
    padding-top: 180px;
    padding-bottom: 250px;

	z-index:11;}
#googlemaps {

	left: 0;
	z-index: 2;
}

#map_canvas {width:100%;height:800px;}

#applicants {background-color:#f6f6f6;}

.applicants-wrapper a img
{-webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
		  max-width:100%;
}
.applicants-wrapper:hover a img{
  -webkit-filter: blur(5px);
  	-o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  
.applicants-wrapper{  
    display: inline-block;
    overflow: hidden;
    position: relative;}
  
.applicants-wrapper .icn-more{opacity:0;
 background-color:rgba(3,165,234,0.75);
 position:absolute;
 overflow: hidden;
 z-index: 1;
 height: 100%;
 width:100%;
 transition: all 0.5s ease;
 }
.applicants-wrapper:hover .icn-more
{opacity:1;
}

#how-to-become-a-student a.button.White.Medium{
    box-shadow: rgba(0,0,0,.7) 0 16px 16px 0;
    -webkit-box-shadow: rgba(0,0,0,.7) 0 16px 16px 0;
    -moz-box-shadow: rgba(0,0,0,.7) 0 16px 16px 0;
	 position:relative;
	 z-index:1
}
#how-to-become-a-student{
	 box-shadow: inset 0 15px 15px  -15px #0000006b , inset 0 -15px 15px -15px #0000006b;
	 position:relative;
}
#how-to-become-a-student:after{
	content:'';
	display:block;
	top:0;
	right:0;
	bottom:0;
	left:0;
	position:absolute;
	background:rgba(0,0,0,.3);	
}

#how-to-become-a-student {
    padding: 13.5rem 0;
    z-index: 10;
    background-image: url(../images/kuk-pattern.png);
    margin-bottom: 50px;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
}

#how-to-become-a-student a.button.White.Medium{
	font-size: 2.7rem;
    color: #fff !important;
    text-transform: uppercase;
    margin: 0 0rem 1rem 0;
    background: #ed2c06;
    border-radius: 6px;
    font-weight: 600;
}

.flex-video.widescreen{   
	position: relative;
    height: 0;
    padding-top: 1.5625rem;
    padding-bottom: 57%;
    margin-bottom: -1rem;
    overflow: hidden;
}
	
.fluid-width-video-wrapper {padding-top: 0 }
.featured-video-plus iframe{
	width: 100% !important;
}

.row.align-center.text-center.flex {display:flex;}

.columns.large-4.medium-8.small-10.applicants-item.text-center {display:inline;float:none; text-align:center;margin:0 auto;}

.columns.small-12.medium-6.large-3.text-center.Black.Extrabold {
    margin-top: 7rem;
}

.consultation-title{
	font-size: 42px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 600;
}
.consultation-text{
	font-size: 24px;
	text-align: center;
}

@media (max-width: 600px) {
  html {
    font-size:14px;
  }
}

#news-mainpage{
	background-image: url(../images/main-news.png);
    background-repeat: repeat;
    background-size: cover;
}

#news-mainpage h2{
    font-size: 18px;
    line-height: 1.4em;
    min-height: 74px;
    margin-top: 30px;
    margin-bottom: 0;
}
.news-main{
    font-size: 18px;
    line-height: 1.4em;
    min-height: 74px;
    margin-top: 30px;
    margin-bottom: 0;
}
.news-title{
	font-size: 20px;
    height: 98px;
    line-height: 1.2;
    min-height: 74px;
    margin-top: -6px;
    margin-bottom: 0px;
    background: #054395c4;
    padding-top: 15px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-shadow: 0.1px 0.1px 1px #000;
	color: #fff;	
}
.news-img img{
	border-radius: 10px;
	max-height: 250px;
	min-height: 249px;
}
.excerpt{
	text-align: left;
	font-size: 16px;
	text-shadow: 0.1px 0.1px 1px #000;
}

.news-category{
	height: 820px;
}

.main-osvita-high{
	padding: 15px 30px;
    font-size: 33px;
	line-height: 1.3;
}

.main-osvita-low{
	padding: 5px 60px;
    font-size: 22px;
}

.fab{
    font-size: 30px;
    color: #fff;
    padding: 0 10px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 500ms;
  background-color: #ed2c06;
  border-radius: 10px;
}

.overlay:hover  {
  opacity: 1;
}

.more-links{
  position: relative;
    top: 235px;
    text-align: center;
    left: 50px;
    background: #ffb600;
    color: #fff;
    padding: 10px;
    margin: 0px;
}

.text-a {
	color: #fff;
	text-shadow: 0.9px 0.9px 1px #090d96a6;
	position: absolute;
	padding: 10px;
    font-weight: 600;
}
.and{
	font-size:13px;
	font-weight:400;
	text-transform: lowercase;
}

.stolbik{
	padding: 5px 5px;
    text-align: center;
    line-height: 1.7;
}
	
.odinochka{
	padding:5px 0px;
	text-align:center;
}

.title-s{
	font-size:17px;
}
.predmet-s{
	font-size:19px;
}

.padding-pr{padding: 30px 10px;}
.padding-kino{padding: 14px 10px;}
.padding-grs{padding: 15px 10px;}
.padding-actor{padding: 31px 10px;}
.padding-event{padding: 32px 10px;}
.padding-design{padding: 20px 10px;}
.padding-choreography{padding: 32px 10px;}
.padding-moda{padding: 10px 10px;}
.padding-mizhnarodni{padding: 36px 10px;}
.padding-singer{padding: 60px 10px;}

.more-links-a{
	position: relative;
    top: 89%;
    text-align: left;
    left: 40%;
    background: #ffffff30;
    color: #fff;
    padding: 10px;
    margin: 0px;
	border-radius: 5px;
}

.more-links-a:hover{
    background: #74c2ed;
    color: #fff;
	border-radius: 5px;
}

.a{text-align: center;}

.page-title-a{
    color: #fff !important;
    z-index: 1;
}

.abitura {padding: 10px 5px; }

.row::before, .row::after{
  content: none;
}

.full{
	margin-left:-15px;
	margin-right:-15px;
}

.padding-main{padding:30px 0;}

.vstup-registr{
	position: relative;
    bottom: 120px;
}
.vstup-height{
	height:120px;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;	
}
.color-yellow{background:#ffb600;}
.color-blue{background:#054395;}
.color-marrine{background:#74c2ed;}
.color-red{background:#ed2c06;}
.color-opacity{background:#17171785;}

.vstup-text-head{
	padding: 8px 10px 0px 10px;
	text-shadow: 1px 1px 8px #8e32067a;
    font-size: 28px;
    font-weight: 600;
	}

.vstup-text-low{
	padding: 0px 10px;
    font-size: 27px;
 	text-shadow: 1px 1px 8px #8e32067a;
	line-height:1.12;
}

.vstup-regist{
	border-radius: 10px;
	min-height: 86%;
}

.registr-otstup{margin-bottom: -115px;}
.otstup-vstup1{padding: 0px 0px 5px 5px;}


/*specialtyі*/

.sradius-top{border-radius:10px;}
.sradius-bottom{border-radius:10px;}
.red-main{
	background: #ed2c06;
}
.red-title{
	font-size: 40px;
    margin-top: 15px;
    padding: 15px 10px;
    background: #f06044;
    border-radius: 6px;
    text-align: center;
}
.red-hr{
	width: 100%;
    background: #fff;
    height: 2px;
    margin: 5px 0px;
}

.blue-main{
	background: #054395;
}
.blue-title{
	font-size: 40px;
    margin-top: 15px;
    padding: 15px 10px;
    background: #4272b0;
    border-radius: 6px;
    text-align: center;
}
.blue-hr{
	width: 100%;
    background: #fff;
    height: 2px;
    margin: 5px 0px;
}

.yellow-main{
	background: #ffb600;
	color:#105faf;
}
.yellow-title{
	font-size: 40px;
    margin-top: 15px;
    padding: 15px 10px;
    background: #fcda80;
    border-radius: 6px;
    text-align: center;
	color:#105faf;
}

.yellow-title2{
	font-size: 40px;
    margin-top: 15px;
    padding: 15px 10px;
    background: #fcda80;
    border-radius: 6px;
    text-align: center;
}

.marrine-title{
	font-size: 40px;
    margin-top: 15px;
    padding: 15px 10px;
    background: #5ab1e2;
    border-radius: 6px;
    text-align: center;
}

.yellow-hr{
	width: 100%;
    background: #105faf;
    height: 2px;
    margin: 5px 0px;
}

.specialty-2{
    font-size: 32px;
    font-weight: 600;
}
.specialty-d{font-size:18px;}

.specialty-1{
    font-size: 32px;
    padding: 25px 10px;
    font-weight: 600;
}
.predmet{
	text-align: center;
    font-size: 25px;
	padding: 5px 0;
}

/*end-specialty*/

/*vstup II & III*/
.specialty{
    font-size: 40px;
    line-height: 1.2;
    padding: 8px 10px 10px 10px;
    font-weight: 600;
    text-align: center;
}
.specialty2{font-size: 26px;}

.vs-hr{
	background: #fff;
    height: 4px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.title-vs{
    font-size: 46px;
    margin-top: 15px;
    padding: 24px 10px 10px 10px;
    border-radius: 6px;
    text-align: center;
    font-weight: 900;
}

.red-main-vs{background: #ed2c06;}
.blue-main-vs{background: #054395;}
.yellow-main-vs{background: #ffb600;}
.marine-main-vs{background: #74c2ed;}

.vs-predmet{
	font-size: 32px;
    text-align: center;
    padding: 8px 0px;
}

.vs-title{
	font-size: 46px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.vs-title-hr{
	background: #fff;
    height: 5px;
    margin-top: 16px;
}

.vs-title-predmet-high{
	text-align: center;
    font-size: 32px;
    margin-top: 30px;
    text-transform: uppercase;
    font-weight: 600;
}
.vs-title-predmet-low{
	text-align: center;
    font-size: 26px;
    margin-bottom: 40px;
}

/*end-vstup II & III*/

.contacts-title{
	font-size: 46px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.contacts-hr{
	background: #fff;
    height: 5px;
    margin-top: 16px;
}

.contact-adress{
	font-size: 32px;
	text-align: center;
}
.contact-mail{
    font-size: 32px;
    text-align: center;
}

.contact-phone{
	font-size: 32px;
    text-align: center;
    padding-top: 30px;
 }   

.title-facultet{
	text-align: center;
    font-size: 46px;
    font-weight: 600;
    line-height: 40px;
    margin: 4rem 0 2rem 0;
    position: relative;
	text-transform:uppercase;
}

.hr-facultet{
	background: #fff;
    height: 5px;
    width: 100%;
    margin-bottom: 50px;
}
.vstup1-main{
	padding: 30px 0;
}
.hr-vtup1{
	height: 5px;
    background: #fff;
    margin-top: 16px;
}
.title-vtup1{
    font-size: 46px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
}

.hr-news{
	height: 5px;
    background: #fff;
    margin-top: 16px
}
.title-news{
	text-align: center;
    font-size: 46px;
    font-weight: 600;
    text-transform: uppercase;
}

.hr-about{	
	height: 5px;
    background: #fff;
    margin-top: 16px
}
.title-about{
	font-size: 46px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.content-about{
	font-size: 36px;
    margin-top: 32px;
    padding: 10px 0;
}
.list-about{
	font-size: 26px;
    margin-top: 32px;
    padding: 30px;
}
.link-more{
	text-align: center;
    padding: 10px;
    background: #ffffff30;
    border-radius: 6px;
    margin-top: 25px;
    margin-bottom: 10px;
    box-shadow: 0px 0px 0.1px 1px #00000025;
}

.link-more:hover{
    background: #74c2ed;
    border-radius: 6px;
}

.link-more a{
	color:#fff;
	font-size:20px;
}

.no-zno-content{
	font-size: 28px;
    padding: 10px 30px;
}

.no-zno-grs{
    font-size: 42px;
    font-weight: 600;
    padding: 22% 10px;
	text-align:center;
}

.no-zno-turism{
	font-size: 42px;
    font-weight: 600;
    padding: 29% 10px;
	text-align:center;	
}

.no-zno-perukari{
	font-size: 41px;
    font-weight: 600;
    padding: 13% 10px;
	text-align:center;	
}

.no-zno-kino{
	font-size: 42px;
    font-weight: 600;
    padding: 18% 10px;
	text-align:center;	
}

.no-zno-design{
	font-size: 40px;
    font-weight: 600;
    padding: 13% 10px;
	text-align:center;	
}

.no-zno-hr{
	background: #fff;
    height: 5px;
    margin-top: 16px;
}
.no-zno-title{
	font-size: 46px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.no-zno-high{
	font-weight: 600;
    font-size: 32px;
}

.no-zno-low{
	font-size: 28px;
    padding: 10px 35px;
}
.no-zno-speciality{
	font-size: 46px;
    font-weight: 600;
    text-align: center;	
	text-transform: uppercase;	
}
.no-zno-hr-s{
	background: #fff;
    height: 5px;
    margin-top: 16px;
}
.no-zno-srok{
	text-align: center;
    font-weight: 600;
    font-size: 46px;
	text-transform: uppercase;	
}
.no-zno-onstup{padding: 0px 0px;}

.no-zno-nabir{
	font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
	text-align:center;
}
.nabir-one{
	font-size: 26px;
	text-align:center;
    padding-top: 5px;
}
.nabir-two{
	font-size: 26px;
    padding-top: 5px;
	text-align:center;
}
.hr-full{
	background: #fff;
    height: 5px;
    margin: 20px 0px;
}
.need-doc{
	/*background-image: url(../images/main-news.png);*/
	background:#054395;
    background-repeat: repeat;
    background-size: cover;
}
.need-doc-title{
	font-size: 42px;
    text-align: center;
    margin-top: 20px;
    padding-bottom: 20px;
    text-shadow: 0.1px 0.1px 0.4px #d03636a1;
	text-transform: uppercase;	
	font-weight:600;
}
.need-doc-high{
	font-size: 32px;
    font-weight: 600;
	text-shadow: 0.1px 0.1px 0.4px #d03636a1;	
}
.need-doc-high2{
	font-size: 32px;
    font-weight: 600;
	text-shadow: 0.1px 0.1px 0.4px #d03636a1;
    padding-bottom: 15px;	
}

.need-doc-low{
	font-size: 30px;
    padding-bottom: 15px;
	text-shadow: 0.1px 0.1px 0.4px #d03636a1;
}
.need-doc-low2{
	font-size: 30px;
    padding-bottom: 15px;
	font-weight: 500;	
	text-shadow: 0.1px 0.1px 0.4px #d03636a1;
}
.zno-hr{
	height: 5px;
    background: #fff;
    margin-top: 16px;
}
.zno-title1 {
    text-align: center;
    font-size: 46px;
    font-weight: 600;
    text-transform: uppercase;
}
.zno-title2{
	font-size: 42px;
    text-align: center;
    font-weight: 600;
}

.p-l-10{padding-left: 10px;}
.p-r-10{padding-right: 10px;}

.title-doc {
    font-size: 46px;
    text-transform: uppercase;
	font-weight:600;
	text-align:center;
}
.hr-doc {
    height: 5px;
    background: #fff;
    margin-top: 16px;
}

.radius-top{border-top-left-radius: 10px;border-top-right-radius: 10px; width:100%;}

.passport{
	height: 110px;
    background: #ed2c06;
    padding: 10px;
    text-shadow: 0.1px 0.1px 0.4px #ab0d0da8;
	border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.zno-doc{
	height: 110px;
    background: #74c2ed;
    padding: 10px;
    text-shadow: 0.1px 0.1px 0.4px #ab0d0da8;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;	
}
.atestat{
    height: 110px;
    background: #ffb600;
    padding: 10px;
    text-shadow: 0.1px 0.1px 0.4px #ab0d0da8;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;	
}
.indf{
	height: 110px;
    background: #054395;
    padding: 10px;
    text-shadow: 0.1px 0.1px 0.4px #ab0d0da8;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;	
}

.doc-high{
	font-size: 20px;
    font-weight: 600;
	text-transform: uppercase;
}
.doc-low{
	font-size: 18px;
	padding-left: 15px;
}

.otstup{padding:30px 0;}
.otstup2{padding:15px 0;}

.pk{
	background: #ed2c06;
    padding: 30px 45px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.pk-img{   
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.pk-title{
	font-size: 30px;
    font-weight: 600;
    padding: 10px 0;
}
.pk-phone{
	font-size: 24px;
    padding-bottom: 15px;
}
.pk-phone2{
    font-size: 24px;
    padding-bottom: 15px;
    padding-left: 62px;
}
.pk-email{
    font-size: 24px;
    padding-bottom: 10px;
}
.pk-email2{
	font-size: 24px;
    padding-bottom: 10px;
}
.pk-adress{
	font-size: 23px; 
    padding-bottom: 10px;
}

.rost{
	text-align:center;
	font-size:42px;
	font-weight:600;
	text-transform:uppercase;
	
}
.rost-hr{
	margin-top: 16px;
    background: #fff;
    height: 5px;
}

.title-dis {
    font-size: 46px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
.title-dis3 {
    font-size: 30px;
    padding-top: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.parent {
 /*  height: 70vh; */

  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.child {
  /* height: 20vh; */
  width: 100vw;
}


.hr-dis{
	height: 3px;
    background: #fff;
    margin-top: 15px
}
.title-dis2{
	font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}

.dis-title{
	font-size: 32px;
    font-weight: 600;
    padding-bottom: 10px;
}
.dis-text1{
	font-size: 25px;
    padding: 0px 0px 10px 70px;
}
.dis-text2{
	font-size: 25px;
}

.perevagi{background: #ed2c06;}

.perevagi-title{
	font-size: 36px;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
}

.perevagi-text1{
	font-size: 26px;
    padding-bottom: 15px;
}

.perevagi-text2{
	font-size: 24px;
    padding-bottom: 20px;
}
.meta-dis{background:#054395;}
.meta-title{
	font-size: 36px;
    text-align: center;
    font-weight: 600;
}
.meta-hr{
	height: 5px;
    background: #fff;
    margin-top: 16px;
}
.meta-text{
	font-size: 30px;
    text-align: center;
    line-height: 1.8;
}
.har-title{
	font-size: 36px;
    font-weight: 600;
    text-align: center;
}

.har-hr{    
	background: #fff;
    height: 5px;
    margin-top: 16px;
}
.har-text{
	font-size: 26px;
    line-height: 1.9;
}
.back-dist{
	background: #054395;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.back-dist-img{
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.vstup1-img{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.dis-img{border-radius:10px;}


.ukr-pol{
	background: #ed2c06;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.ukr-pol-img{
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.zno-img-top{border-radius:10px;}
.zno-img-bottom{border-radius:10px;}
.otstup-nz{padding: 12px 30px;}

.pb-64{padding-bottom: 64px;}
.kaf-left{
	background: #ed2c06;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.kaf-left2{
	background: #ed2c06;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	padding: 10px 30px;
	font-size: 22px;
}
.kaf-left2a{
	background: #ed2c06;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	padding: 40px 40px;
	font-size: 22px;
}
.kaf-left2s {
    background: #ffb600;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 80px 60px;
    font-size: 22px;
}
.kaf-left2m {
    background: #054395;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 80px 60px;
    font-size: 22px;
}

.kaf-right{
	padding: 10px 30px;
	font-size: 22px;
	background: #ed2c06;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.kaf-rightnew{
  padding: 10px 60px;
  font-size: 22px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.kaf-rightd{
	padding: 50px 30px;
	font-size: 22px;
	background: #74c2ed;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}
.kaf-righth {
    padding: 100px 30px;
    font-size: 22px;
    background: #74c2ed;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.kaf-img-left{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.kaf-img-left-new{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.kaf-img-right{
	border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.kaf-d1{padding: 25px 40px 10px; font-size: 24px;}
.kaf-d2{padding: 25px 20px 10px; font-size: 24px;}
.kaf-d3{padding: 10px 10px 10px; font-size: 24px;}

.kaf-s{padding: 44px 32px; font-size: 26px;}

.kaf-blue{
	background: #74c2ed; 
	margin-top: 30px; 
	margin-bottom: 30px; 
	padding: 40px 20px; 
	font-size: 26px;
}
.kaf-blue-new{
  background: #74c2ed; 
  margin-top: 30px; 
  margin-bottom: 30px; 
  padding:0px; 
  font-size: 26px;
}
.kaf-yellow{
	background: #ffb600;
	margin-top: 30px;
	margin-bottom: 30px;
	padding: 40px 20px;
	font-size: 26px;
}

.kaf-title{
	font-size: 30px;
	padding-bottom: 25px;
	text-align:center;
}
.kaf-title-new{
  font-size: 26px;
  padding-top: 60px;
  text-align:center;
}
.kaf-list{padding: 4px 0px;}
.kaf-listnew{
    padding-left: 37px;
    margin-bottom: 0px;
    font-size: 35px;
    line-height: 1.4;
}
.kaf-listnew2 {
  padding-left: 65px;
    margin-bottom: 0px;
    font-size: 35px;
    line-height: 1.4;
}
.kaf-s2{padding: 0px 32px 46px; font-size: 26px;}
.kaf-dr{
	text-align: justify; 
	font-size: 35px;
	padding-bottom: 5px;
}
.kaf-img{
	border-radius:10px;
	margin:0px 0px;
}

.asp-top-right{
	padding: 75px 30px;
    font-size: 28px;
    background: #ed2c06;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.asp{
	font-size: 46px;
    text-align: center;
	padding-top: 30px;
}
.asp2{
	font-size: 46px;
    text-align: center;
	padding-top: 0px;
}
.asp-prof{
    border-radius: 6px;
    padding: 12px 20px;
}
.asp-spec{
	font-size: 38px;
    font-weight: 600;
    text-align: center;
	padding-top:45px;	
}
.asp-spec2{
	font-size: 38px;
    font-weight: 600;
    text-align: center;
	padding-top:5px;	
}

.asp-left{
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding: 40px 40px;
}
.asp-right{
	padding: 30px 40px;
    font-size: 30px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.asp-pad{padding:15px 0px;}


@media all and (max-width: 1800px) {
	.odinochka {padding: 3px 0px;}
	.stolbik {padding: 3px 5px;line-height: 1.6;}
	.padding-grs {padding: 7px 10px;}
	.padding-moda{padding: 7px 5px;}	
}
@media all and (max-width: 1700px) {
	.padding-moda {padding: 0px 5px;}
	.title-s { font-size: 16px;}
	.predmet-s {font-size: 18px;}
}
@media all and (max-width: 1600px) {
	.predmet-s {font-size: 17px;}
	.stolbik {padding: 2px 5px;line-height: 1.4;}
	.padding-grs {padding: 3px 5px;}
	.padding-moda {padding: 0px 3px;}
}
@media all and (max-width: 1500px) {
	.title-s {font-size: 15px;}
	.predmet-s {font-size: 16px;}
	.odinochka {padding: 2px 0px;}
	.stolbik {padding: 2px 5px;line-height: 1.3;}
	.padding-grs {padding: 3px 5px;}
	.padding-moda {padding: 0px 3px;}
}
@media all and (max-width: 1400px) {
	.more-links-a {top: 89%;left: 37%;padding: 6px;}
	.odinochka {padding: 1.5px 0px;}
	.padding-pr {padding: 25px 10px;}
	.padding-kino {padding: 7px 10px;}
	.padding-grs {padding: 1px 3px;}
	.padding-actor {padding: 20px 10px;}
	.padding-event {padding: 13px 10px;}
	.padding-design {padding: 1px 5px;}
	.padding-choreography {padding: 23px 10px;}
	.padding-mizhnarodni {padding: 16px 10px;}
	.padding-singer {padding: 28px 10px;}
}
@media all and (max-width: 1374px) {
	.more-links-a {top: 89%;left: 37%;padding: 15px;}
	.stolbik {padding: 4px 5px;line-height: 1.6;}
	.predmet-s {font-size: 20px;}
	.odinochka {padding: 4px 5px;}
	.title-s {font-size: 20px;}
	.padding-pr {padding: 33px 10px;}
	.padding-kino {padding: 12px 10px;}
	.padding-grs {padding: 1px 10px;}
	.padding-actor {padding: 31px 10px;}
	.padding-event {padding: 34px 10px;}
	.padding-design {padding: 17px 10px;}
	.padding-choreography {padding: 31px 10px;}
	.padding-moda {padding: 0px 10px;}
	.padding-mizhnarodni {padding: 34px 10px;}
	.padding-singer {padding: 66px 10px;}
}

@media all and (max-width: 1200px) {
	.predmet {font-size: 22px;}
	.specialty-1 {font-size: 28px;}
	.specialty-2 {font-size: 28px;}
	.predmet-s {font-size: 18px;}
	.stolbik {padding: 3px 5px;line-height: 1.4;}
	.odinochka {padding: 2.5px 5px;}
	.title-s {font-size: 18px;}
	.padding-design {padding: 10px 5px;}
	
}

@media all and (max-width: 1199px) {
	.vstup-text-head {padding: 15px 8px 2px 8px;font-size: 25px;}
	.main-osvita-high {font-size: 32px;}
	.content-about {padding: 10px 10px;}
	.no-zno-high {font-size: 30px; padding-left: 5px;}
	.no-zno-nabir {font-size: 30px; padding-left: 5px;}
	.nabir-one {font-size: 26px; padding-left: 25px;}
	.nabir-two {font-size: 25px; padding-left: 40px;}
	.need-doc-high {font-size: 30px; padding-left: 10px;}
	.need-doc-low {font-size: 28px;padding-left: 10px;}
	.need-doc-high2 {font-size: 30px; padding-left: 10px;}
	.contact-adress {font-size: 30px; padding-left: 10px;}
	.contact-mail {font-size: 30px;}
	.contact-phone {font-size: 30px;}
	.no-zno-design {font-size: 38px;}
	.no-zno-kino {font-size: 38px;}
	.no-zno-perukari { font-size: 37px;}
	.no-zno-grs { font-size: 38px;}
	.no-zno-turism {font-size: 38px;padding: 29% 30px;}
	.kaf-dr{font-size:25px}
	.kaf-right {font-size: 21px;}
	.kaf-left2a {padding: 20px 30px;}
	.kaf-rightd { padding: 40px 30px;}
	.kaf-left2m {padding: 60px 50px;}
	.asp-spec {font-size: 32px;padding-top: 45px;}
}

@media all and (max-width: 1160px) {
	.vstup-regist {min-height: 87%;}
	.specialty {font-size: 38px;}
	.title-dis {font-size: 46px;}
	.pk {padding: 30px 40px;}
	.pk-title {font-size: 29px;padding: 9px 0;}
	.pk-phone {font-size: 23px;padding-bottom: 13px;}
	.pk-phone2 {font-size: 23px;padding-bottom: 13px;}
	.pk-email {font-size: 23px;}
	.pk-email2 {font-size: 23px;}
	.pk-adress {font-size: 22px;padding-bottom: 10px;}
	.kaf-right {font-size: 20px;}
	.kaf-d1 {font-size: 22px;}
	.kaf-d2 {font-size: 22px;}	
	.kaf-left2 {font-size: 21px;}
	.kaf-left2a {padding: 12px 30px;}
	.kaf-rightd {padding: 30px 30px;}
	
}

@media all and (max-width: 1100px) {
	.main-osvita-high {font-size: 28px;}
	.content-about {font-size: 32px;}
	.predmet {font-size: 21px;}
	.specialty-1 {font-size: 27px;}
	.specialty-2 {font-size: 27px;}
	.red-title {font-size: 35px;margin-top: 10px;padding: 15px 10px;}
	.blue-title{font-size: 35px;margin-top: 10px;padding: 15px 10px;}
	.yellow-title {font-size: 35px;margin-top: 10px;padding: 15px 10px;}
	.yellow-title2 {font-size: 35px;margin-top: 10px;padding: 15px 10px;}
	.marrine-title {font-size: 35px;margin-top: 10px;padding: 15px 10px;}
	.no-zno-design {font-size: 36px;}
	.no-zno-kino {font-size: 36px;}
	.no-zno-perukari {font-size: 36px;}
	.no-zno-grs {font-size: 36px;}
	.no-zno-turism {font-size: 36px;}
	.contact-adress {font-size: 29px;}
	.contact-mail {font-size: 29px;}
	.contact-phone {font-size: 29px;}
	.title-vs {font-size: 44px;}
	.specialty {font-size: 36px;}
	.vs-predmet {font-size: 30px;}
	.pk-title {font-size: 28px;}
	.pk-phone {font-size: 22px;padding-bottom: 10px;}
	.pk-phone2 {font-size: 22px;padding-bottom: 10px;padding-left: 53px;}
	.pk-email {font-size: 22px;padding-bottom: 10px;}
	.pk-email2 {font-size: 22px;padding-bottom: 10px;}
	.pk-adress {font-size: 20px;padding-bottom: 10px;}
	.title-dis {font-size: 40px;}
	.dis-title {font-size: 30px;}
	.dis-text1 {font-size: 23px;padding: 0px 0px 15px 50px;}
	.dis-text2 {font-size: 23px;}
	.perevagi-title {font-size: 32px;}
	.perevagi-text1 { font-size: 25px;}
	.perevagi-text2 { font-size: 23px;}
	.har-text {font-size: 25px;}
	.pk {padding: 30px 35px;}
	.kaf-dr {font-size: 23px;}
	.kaf-right {font-size: 18px;}
	.kaf-left2 {font-size: 18px;}
	.kaf-d1 {font-size: 20px;}
	.kaf-d2 {font-size: 20px;}
	.kaf-left2a {padding: 30px 30px;font-size: 18px;}
	.kaf-rightd {padding: 60px 30px;font-size: 18px;}
	.kaf-left2s {padding: 60px 60px;font-size: 20px;}
	.kaf-righth {padding: 80px 30px;font-size: 20px;}
	.kaf-left2m {padding: 60px 50px;font-size: 18px;}
}

@media all and (max-width: 1075px) {
	.vstup-regist {min-height: 86%;}
	.vstup-text-head {font-size: 23px;}

}

@media all and (max-width: 1024px) {
	.main-osvita-high {font-size: 26px;}
	.main-osvita-low {font-size: 20px;}	
	.news-title {font-size: 18px;}
	.consultation-text{	font-size: 22px;}
	.vstup-text-head {padding: 15px 5px 2px 5px;font-size: 22px;}
	.red-title {font-size: 30px;margin-top: 10px;padding: 12px 10px;}
	.blue-title{font-size: 30px;margin-top: 10px;padding: 12px 10px;}
	.yellow-title {font-size: 30px;margin-top: 10px;padding: 12px 10px;}
	.yellow-title2 {font-size: 30px;margin-top: 10px;padding: 12px 10px;}
	.marrine-title {font-size: 30px;margin-top: 10px;padding: 12px 10px;}
	.predmet {font-size: 20px;padding: 3px 0px;	}
	.specialty-1 {font-size: 26px;padding: 15px 10px;}
	.specialty-2 {font-size: 26px;}
	.zno-title2 { font-size: 36px;}
	.no-zno-design {font-size: 34px;}
	.no-zno-kino {font-size: 34px;}
	.no-zno-perukari { font-size: 34px;}
	.no-zno-grs { font-size: 34px;}
	.no-zno-turism {font-size: 34px;}
	.need-doc-high {font-size: 28px;}
	.need-doc-high2 {font-size: 28px;}
	.need-doc-low {font-size: 26px;}
	.need-doc-low2 {font-size: 26px;}
	.contact-adress {font-size: 27px;}
	.contact-mail {font-size: 27px;}
	.contact-phone {font-size: 27px;}
	.vs-title-predmet-high {font-size: 30px;}
	.vs-title-predmet-low {font-size: 24px;}
	.title-vs {font-size: 42px;}
	.specialty {font-size: 34px;}
	.vs-predmet {font-size: 28px;}
	.specialty2{font-size:16px;}
	.dis-title {font-size: 28px;}
	.dis-text1 {font-size: 21px;padding: 0px 0px 15px 50px;}
	.dis-text2 {font-size: 21px;}
	.news-img img {max-height: 207px;min-height: 207px;}
	.list-about {font-size: 26px;margin-top: 16px; padding: 30px;}
	.vstup-regist { min-height: 85%;}
	.title-s {font-size: 15.5px;}
	.odinochka {padding: 1.3px 5px;}
	.predmet-s {font-size: 15.5px;}
	.stolbik {padding: 1.5px 5px;line-height: 1.2;}
	.padding-pr {padding: 35px 10px;}
	.padding-kino {padding: 17px 10px;}
	.padding-grs {padding: 9px 10px;}
	.padding-actor {padding: 30px 10px;}
	.padding-event {padding: 33px 10px;}
	.padding-design {padding: 15px 0px;}
	.padding-choreography {padding: 29px 10px;}
	.padding-moda {padding: 8px 3px;}
	.padding-mizhnarodni {padding: 33px 10px;}
	.padding-singer {padding: 50px 10px;}
	.pk {padding: 25px 25px;}
	.doc-high { font-size: 18px;}
	.doc-low { font-size: 16px;}
	.kaf-rightd {padding: 40px 30px;font-size: 18px;}
	.kaf-left2s {padding: 50px 60px; font-size: 20px;}
	.asp-spec {font-size: 28px;}
	.asp-right {font-size: 28px;}
	.asp-top-right {padding: 45px 20px;font-size: 28px;}

}

@media all and (max-width: 1023px){
	.more-links-a {top: 85%;left: 36%;padding: 15px;}
	.predmet-s {font-size: 18px;text-transform: uppercase;}
	.stolbik {padding: 5px 5px;line-height: 1.6;}
	.title-s {font-size: 16px;}
	.padding-pr {padding: 9px 10px;}
	.padding-kino {padding: 30px 10px;}
	.padding-grs {padding: 17px 10px;}
	.padding-actor {padding: 30px 10px;}
	.padding-event {padding: 17px 10px;}
	.padding-design {padding: 52px 0px;}
	.padding-choreography {padding: 29px 10px;}
	.padding-moda {padding: 16px 3px;}
	.padding-mizhnarodni {padding: 16px 10px;}
	.padding-singer {padding: 34px 10px;}
	.kaf-dr {font-size: 22px;}
	.kaf-right {font-size: 17px;}
	.kaf-d1 {padding: 12px 40px 10px;font-size: 20px;}
	.kaf-d2 {padding: 12px 20px 10px;font-size: 20px;}
	.kaf-left2 {font-size: 17px;}
	.kaf-yellow {font-size: 22px;}
	.kaf-blue {font-size: 22px;}	
	.kaf-s {font-size: 22px;}
	.kaf-s2 {font-size: 22px;}		
}

@media all and (max-width: 970px) {
	.main-osvita-high {font-size: 25px;}
	.main-osvita-low {  font-size: 19px;}
	.news-title {font-size: 17px;}
	#how-to-become-a-student a.button.White.Medium {font-size: 2.2rem;}
	.vstup-text-head { padding: 15px 5px 2px 5px; font-size: 20px;}
	.vstup-regist {min-height: 85%;}
	.red-title {font-size: 28px;}
	.blue-title{font-size: 28px;}
	.yellow-title {font-size: 28px;}
	.yellow-title2 {font-size: 28px;}
	.marrine-title	{font-size: 28px;}
	.predmet{font-size: 18px;padding: 2px 0px;}
	.specialty-1 {font-size: 24px;}
	.specialty-2 {font-size: 24px;}
	.zno-title2 { font-size: 34px;}
	.no-zno-low {font-size: 26px;}
	.no-zno-high {font-size: 28px;}
	.no-zno-design {font-size: 32px;}
	.no-zno-kino {font-size: 32px;}
	.no-zno-perukari { font-size: 32px;}
	.no-zno-grs { font-size: 32px;}
	.no-zno-turism {font-size: 32px;}
	.need-doc-high {font-size: 26px;}
	.need-doc-high2 {font-size: 26px;}
	.need-doc-low {font-size: 24px;}
	.need-doc-low2 {font-size: 24px;}
	.contact-adress {font-size: 24px;}
	.contact-mail {font-size: 24px;}
	.contact-phone {font-size: 24px;}
	.title-vs {font-size: 40px;}
	.specialty {font-size: 30px;}	
	.specialty2 {font-size: 15px;}
	.pk {padding: 20px 20px;}
	.doc-high {font-size: 16px;}
	.doc-low {font-size: 15px;}
	.pk-title {font-size: 26px;}
	.pk-phone {font-size: 22px;padding-bottom: 8px;}
	.pk-phone2 {font-size: 22px;padding-bottom: 8px;}
	.pk-email {font-size: 22px;padding-bottom: 8px;}
	.pk-email2 {font-size: 22px;padding-bottom: 8px;}
	.pk-adress {font-size: 20px;padding-bottom: 8px;}
	.kaf-d1 {padding: 8px 30px 8px;font-size: 20px;}
	.kaf-d2 {padding: 8px 15px 8px;font-size: 20px;}
	.kaf-blue {font-size: 20px;}
	.kaf-yellow {font-size: 20px;}
	.kaf-s {font-size: 20px;}
	.kaf-s2 {font-size: 20px;}
	.kaf-dr {font-size: 20px;}
	.kaf-list {padding: 2px 0px;}
	.kaf-left2a {padding: 15px 15px;font-size: 18px;}
	.kaf-rightd {padding: 25px 25px;font-size: 18px;}
	.kaf-left2s {padding: 50px 40px;font-size: 18px;}
	.kaf-righth {padding: 65px 30px;font-size: 18px;}
	.kaf-left2m {padding: 60px 30px;font-size: 18px;}
	.asp-right {font-size: 26px;}
	.asp-top-right {padding: 45px 8px;font-size: 27px;}
	
}

@media all and (max-width: 900px) {
	.no-zno-low {font-size: 25px;}
	.no-zno-high {font-size: 27px;}
	.no-zno-design {font-size: 29px;}
	.no-zno-kino {font-size: 29px;}
	.no-zno-perukari { font-size: 29px;}
	.no-zno-grs { font-size: 29px;}
	.no-zno-turism {font-size: 29px;}
	.need-doc-high {font-size: 25px;}
	.need-doc-high2 {font-size: 25px;}
	.need-doc-low {font-size: 23px;}
	.need-doc-low2 {font-size: 23px;}
	.contact-adress {font-size: 23px;}
	.contact-mail {font-size: 23px;}
	.contact-phone {font-size: 23px;}
	.title-vs {font-size: 38px;}
	.specialty {font-size: 28px;}
	.specialty2 {font-size: 14px;}
	.vs-predmet {font-size: 24px;}
	.meta-title {font-size: 34px;}
	.kaf-d1 {padding: 8px 30px 8px;font-size: 19px;}
	.kaf-d2 {padding: 8px 15px 8px;font-size: 19px;}
	.kaf-s {padding: 30px 32px;font-size: 19px;}
	.kaf-s2 {padding: 0px 32px 30px;font-size: 19px;}
	.kaf-dr {font-size: 18px;}	
	.kaf-list {padding: 0px 0px;}
	.kaf-right {padding: 10px 10px;font-size: 17px;}
	.kaf-left2a {padding: 15px 15px;font-size: 17px;}
	.kaf-rightd {padding: 25px 25px;font-size: 17px;}
	.kaf-left2s {padding: 40px 25px;font-size: 17px;}
	.kaf-righth {padding: 60px 30px;font-size: 17px;}
	.kaf-left2m {padding: 60px 30px;font-size: 17px;}
	.asp-top-right {padding: 45px 8px; font-size: 25px;}
	.asp-spec {font-size: 26px;}
	.asp-right {font-size: 25px;padding: 30px 30px;}
}

@media all and (max-width: 868px) {
	.vstup-text-head {font-size: 18px;}
	.vstup-text-low {font-size: 16px;}
	.no-zno-low {font-size: 24px;}
	.no-zno-high {font-size: 26px;}
	.no-zno-design {font-size: 28px;}
	.no-zno-kino {font-size: 28px;}
	.no-zno-perukari { font-size: 28px;}
	.no-zno-grs { font-size: 28px;}
	.no-zno-turism {font-size: 28px;}
	.need-doc-high {font-size: 25px;}
	.need-doc-high2 {font-size: 25px;}
	.need-doc-low {font-size: 23px;}
	.need-doc-low2 {font-size: 23px;}
	.contact-adress {font-size: 22px;}
	.contact-mail {font-size: 22px;}
	.contact-phone {font-size: 22px;}
	.title-vs {font-size: 36px;}
	.specialty {font-size: 26px;}
	.specialty2 {font-size: 13px;}
	.vs-predmet {font-size: 22px;}
	.meta-title {font-size: 32px;}
	.kaf-d1 {padding: 8px 20px 8px;font-size: 19px;}
	.kaf-d2 {padding: 8px 10px 8px;font-size: 19px;}
	.kaf-right {padding: 15px 10px;font-size: 16px;}
	.kaf-rightd {padding: 15px 15px;font-size: 17px;}
	.asp-top-right {padding: 30px 8px;font-size: 25px;}
}

@media all and (max-width: 768px) {
	.main-osvita-high {font-size: 19px;padding: 15px;}
	.main-osvita-low {font-size: 15px;padding: 4px 60px;}
	.news-img img {min-height: 150px;}
	.content-about {font-size: 26px;}
	.list-about {font-size: 20px;margin-top: 20px;}
	.vstup-height {height: 100px;}
	.vstup-regist {min-height: 82%;}
	.vstup-registr { bottom: 100px;}
	.vstup-text-head {padding: 15px 5px 2px 5px;font-size: 17px;}
	.vstup-text-low {font-size: 15px;}
	.red-title {font-size: 26px;margin-top: 7px;padding: 10px 10px;}
	.blue-title{font-size: 26px;margin-top: 7px;padding: 10px 10px;}
	.yellow-title {font-size: 26px;	margin-top: 7px;padding: 10px 10px;}
	.yellow-title2 {font-size: 26px;	margin-top: 7px;padding: 10px 10px;}
	.marrine-title {font-size: 26px;	margin-top: 7px;padding: 10px 10px;}
	.predmet {font-size: 15px;padding: 2px 0px;}
	.specialty-1 {font-size: 20px;}
	.specialty-2 {font-size: 20px;}
	.zno-title2 { font-size: 34px;}
	.copyright {padding: 25px 20px 25px;}
	.no-zno-low {font-size: 23px;}
	.no-zno-high {font-size: 24px;}
	.no-zno-srok {font-size: 42px;}
	.no-zno-nabir {font-size: 26px;}
	.nabir-one {font-size: 22px;}
	.nabir-two { font-size: 22px;}
	.no-zno-design {font-size: 24px;}
	.no-zno-kino {font-size: 24px;}
	.no-zno-perukari { font-size: 24px;}
	.no-zno-grs { font-size: 24px;}
	.no-zno-turism {font-size: 24px;}
	.need-doc-title {font-size: 40px;}
	.need-doc-high {font-size: 22px;}
	.need-doc-high2 {font-size: 22px;}
	.need-doc-low {font-size: 21px;}
	.need-doc-low2 {font-size: 21px;}
	.contact-adress {font-size: 20px;}
	.contact-mail {font-size: 20px;}
	.contact-phone {font-size: 20px;}
	.title-vs {font-size: 32px;}
	.specialty {font-size: 22px;}
	.specialty2 {font-size: 11px;}
	.vs-predmet {font-size: 19px;}
	.news-title { font-size: 16px;}
	.more-links-a {top: 85%;left: 36%;padding: 9px;font-size: 14px;}
	.stolbik {padding: 2px 3px; line-height: 1.4;}
	.predmet-s {font-size: 16px;}
	.odinochka {padding: 1px 5px;}
	.title-s {font-size: 15px;}
	.padding-pr {padding: 2px 5px;}
	.padding-kino {padding: 15px 5px;}
	.padding-grs {padding: 4px 5px;}
	.padding-actor {padding: 15px 5px;}
	.padding-actor {padding: 15px 5px;}
	.padding-design {padding: 28px 5px;}
	.padding-choreography {padding: 15px 5px;}
	.padding-moda {padding: 4px 5px;}
	.padding-mizhnarodni {padding: 4px 5px;}
	.padding-singer {padding: 15px 5px;}
	.doc-high {font-size: 13px;}
	.doc-low {font-size: 13px;padding-left: 0px;}
	.passport {height: 95px;}
	.zno-doc {height: 94px;}
	.atestat {height: 95px;}
	.indf {height: 95px;}
	.otstup {padding: 20px 0;}
	.pk { padding: 5px 7px;}
	.pk-title { font-size: 22px;padding: 6px 0;}
	.pk-phone {font-size: 18px;padding-bottom: 6px;}
	.pk-phone2 {font-size: 18px;padding-bottom: 6px;padding-left: 44px;}
	.pk-email {font-size: 18px;padding-bottom: 6px;}
	.pk-email2 {font-size: 18px;padding-bottom: 6px;}
	.pk-adress {font-size: 18px;padding-bottom: 6px;}
	.meta-title {font-size: 30px;}
	.har-title {font-size: 34px;}	
	.dis-text1 {font-size: 19px;}
	.dis-text2 {font-size: 19px;}
	.dis-title {font-size: 24px; padding-bottom: 6px;}
	.kaf-d1 {padding: 5px 5px 5px;font-size: 18px;}
	.kaf-d2 {padding: 5px 5px 5px; font-size: 18px;}
	.kaf-title {font-size: 22px;}
	.kaf-blue {font-size: 18px;}
	.kaf-yellow {font-size: 18px;}
	.kaf-right {padding: 3px 3px;font-size: 15px;}
	.kaf-left2 {font-size: 15px;}
	.kaf-left2a {padding: 10px 10px; font-size: 15px;}
	.kaf-rightd {padding: 15px 15px;font-size: 15px;}
	.kaf-left2s {padding: 30px 30px;font-size: 15px;}
	.kaf-righth {padding: 40px 20px;font-size: 15px;}
	.kaf-left2m {padding: 40px 30px;font-size: 15px;}
	.asp-top-right {padding: 30px 8px;font-size: 22px;}
	.asp-spec, .asp-spec2 {font-size: 22px;}
	.asp-left {padding: 40px 30px;}
	.asp-right {font-size: 22px;padding: 30px 30px;}
	
}

@media all and (max-width: 639px) {
	.red-title {font-size: 40px;margin-top: 15px;padding: 15px 10px;}
	.blue-title{font-size: 40px;margin-top: 15px;padding: 15px 10px;}
	.yellow-title {font-size: 40px;margin-top: 15px;padding: 15px 10px;}
	.yellow-title2 {font-size: 40px;margin-top: 15px;padding: 15px 10px;}
	.marrine-title {font-size: 40px;margin-top: 15px;padding: 15px 10px;}
	.predmet {font-size: 24px;padding: 5px 0px;}
	.specialty-1 {font-size: 32px;}
	.specialty-2 {font-size: 32px;}
	.zno-title1 {font-size: 42px;}	
	.zno-title2 {font-size: 28px;}
	.p-r-10 { padding-right: 0px;}
	.p-l-10 { padding-left: 0px;}
	.source-org{font-size: 17px;}
	.copyright { padding: 25px 10px 25px;}
	.no-zno-low {font-size: 25px;}
	.no-zno-high {font-size: 36px;}
	.no-zno-srok {font-size: 36px;}
	.no-zno-nabir {font-size: 38px;padding-top: 20px;}
	.nabir-one {font-size: 34px;}
	.nabir-two { font-size: 34px;}
	.no-zno-design {font-size: 42px;}
	.no-zno-kino {font-size: 42px;}
	.no-zno-perukari { font-size: 41px;}
	.no-zno-grs { font-size: 42px;}
	.no-zno-turism {font-size: 42px;}
	.need-doc-title {font-size: 46px;}
	.need-doc-high {font-size: 32px;}
	.need-doc-high2 {font-size: 32px;}
	.need-doc-low {font-size: 30px;}
	.need-doc-low2 {font-size: 30px;}
	.contact-adress {font-size: 34px;padding-bottom: 20px;}
	.contact-mail {font-size: 34px;}
	.contact-phone {font-size: 34px;}
	.title-vs {font-size: 46px;}
	.specialty { font-size: 42px;}
	.specialty2 {font-size: 18px;}
	.vs-predmet {padding-bottom: 40px;font-size: 36px;}
	.padding-main {padding: 15px 0;}
	.ukr-pol {border-top-left-radius: 10px;border-bottom-left-radius: 0;border-top-right-radius: 10px;}
	.ukr-pol-img {border-top-right-radius: 0px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}
	.back-dist-img {border-top-left-radius: 10px;border-bottom-left-radius: 0px;border-top-right-radius: 10px;}
	.back-dist {border-top-right-radius: 0;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}
	.news-title {font-size: 20px; margin-bottom: 20px;}
	.registr-otstup {margin-bottom: -85px;}	
	.no-zno-onstup {padding: 10px 0px;}
	.passport {height: 140px;margin-bottom: 20px;}
	.zno-doc {height: 140px;margin-bottom: 20px;}
	.atestat {height: 140px;margin-bottom: 20px;}
	.indf { height: 140px; margin-bottom: 20px;}
	.doc-high { font-size: 34px; padding-bottom: 5px;}
	.doc-low {font-size: 26px;padding-bottom: 10px;}
	.pk { padding: 20px 15px;border-top-right-radius: 0px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}
	.pk-title {font-size: 34px;padding: 10px 0;}
	.pk-phone {font-size: 30px;padding-bottom: 10px;}
	.pk-phone2 {font-size: 30px;padding-bottom: 10px;padding-left: 72px;}
	.pk-email {font-size: 30px;padding-bottom: 10px;}	
	.pk-email2 {font-size: 30px;padding-bottom: 10px;}
	.pk-adress {font-size: 30px;padding-bottom: 10px;}
	.dis-title {font-size: 32px;padding-bottom: 10px;}
	.dis-text1 {font-size: 26px;padding: 5px 0px 15px 0px;}
	.dis-text2 {font-size: 26px;padding-bottom: 25px;}
	.meta-title {font-size: 26px;}
	.har-title {font-size: 27px;}
	.kaf-left {border-top-left-radius: 10px;border-bottom-left-radius: 0px;border-top-right-radius: 10px;}
	.kaf-img-right {border-top-right-radius: 0px;border-bottom-right-radius: 10px;border-bottom-left-radius: 10px;}	
	.kaf-d1 {padding: 25px 40px 10px;font-size: 22px;}
	.kaf-d2 {padding: 25px 25px 15px;font-size: 22px;}
	.kaf-blue {font-size: 22px; margin-top: 0px;margin-bottom: 0px;}
	.kaf-yellow {font-size: 22px;}	
	.kaf-s {padding: 30px 20px;font-size: 22px;}
	.kaf-s2 {padding: 0px 20px 30px;font-size: 22px;}	
	.kaf-right {padding: 20px 25px;font-size: 22px;border-bottom-left-radius: 10px;border-top-right-radius: 0px;}
	.kaf-dr {font-size: 24px;}
	.kaf-img-left {border-top-left-radius: 10px;border-bottom-left-radius: 0px;border-top-right-radius: 10px;}
	.kaf-left2 {font-size: 22px;border-top-left-radius: 10px;border-bottom-left-radius: 0px;border-top-right-radius: 10px;padding: 15px 30px 30px;}
	.pb-64 {padding-bottom: 30px;}
	.kaf-img{border-radius:10px;margin:10px 0px;}
	.kaf-left2a {padding: 30px 30px;font-size: 22px;border-bottom-left-radius: 0px;border-top-right-radius: 10px;}
	.kaf-rightd {padding: 30px 20px;font-size: 22px;border-top-right-radius: 0px;border-bottom-left-radius: 10px;}
	.kaf-left2s {padding: 40px 30px;font-size: 22px;border-bottom-left-radius: 0px;border-top-right-radius: 10px;}
	.kaf-righth {padding: 40px 30px;font-size: 22px;border-top-right-radius: 0px;border-bottom-left-radius: 10px;}
	.kaf-left2m {padding: 40px 30px;font-size: 22px;border-bottom-left-radius: 0px;border-top-right-radius: 10px;}
	.asp-top-right {padding: 40px 30px;font-size: 32px;border-top-right-radius: 0px;border-bottom-left-radius: 10px;}
	.asp-left {padding: 15px 20px;border-top-right-radius: 10px;border-bottom-left-radius: 0px;}
	.asp-spec, .asp-spec2 {font-size: 36px;}
	.asp-right {font-size: 28px; padding: 15px 40px;border-top-right-radius: 0px;border-bottom-left-radius: 10px;}
	.title-dis {font-size: 38px;}
}

@media all and (max-width: 600px) {
	.main-osvita-high {font-size: 22px;padding: 30px;}
	.main-osvita-low {font-size: 22px; padding: 15px 80px;}
	.link-more{padding: 12px; margin-bottom: 25px;}
	.content-about { font-size: 22px;}
	.list-about {font-size: 18px;margin-top: 5px;padding: 30px 50px;}
	.news-img img { min-height: 385px; max-height: 386px;}
	.butonspanel .button {width: 34%;padding: 15px;}
	.source-org {font-size: 16px;}
	.no-zno-srok { font-size: 34px;}
}

@media all and (max-width: 560px) {
	.red-title {font-size: 35px; margin-top: 10px;}
	.blue-title{font-size: 35px;margin-top: 10px;}
	.yellow-title {font-size: 35px;margin-top: 10px;}
	.yellow-title2 {font-size: 35px;margin-top: 10px;}
	.marrine-title {font-size: 35px;margin-top: 10px;}	
	.predmet {font-size: 22px;padding: 5px 0px;}
	.specialty-1 {font-size: 28px;}
	.specialty-2 {font-size: 28px;}
	.zno-title1 {font-size: 36px;}	
	.zno-title2 {font-size: 26px;}
	.no-zno-grs {font-size: 38px;}
	.no-zno-turism {font-size: 38px;}
	.no-zno-perukari {font-size: 38px;}
	.no-zno-kino {font-size: 38px;}
	.no-zno-design {font-size: 38px;}
	.no-zno-srok {font-size: 32px;}
	.no-zno-nabir {font-size: 36px;padding-top: 18px;}
	.nabir-one {font-size: 32px;}
	.nabir-two {font-size: 32px;}
	.need-doc-title {font-size: 42px;}
	.need-doc-high {font-size: 30px;}
	.need-doc-high2 {font-size: 30px;}
	.need-doc-low {font-size: 28px;}
	.need-doc-low2 {font-size: 28px;}
	.contact-adress {font-size: 30px;padding-bottom: 20px;}
	.contact-mail {font-size: 32px;}
	.contact-phone {font-size: 30px;}
	.source-org { font-size: 15px;}
	.title-vs {font-size: 42px;}
	.specialty {font-size: 39px;}
	.vs-predmet {font-size: 34px;}	
}

@media all and (max-width: 480px) {
	.main-osvita-low {font-size: 22px;padding: 15px 30px;}
	.news-title {font-size: 19px;}
	.news-img img {	min-height: 306px;max-height: 307px;}
	#how-to-become-a-student a.button.White.Medium { font-size: 1.8rem;}
	#how-to-become-a-student {padding: 11.5rem 0;z-index: 10;margin-bottom: 50px;background-size: 1363px 580px;	background-position: 51% 50%;}
	.title-facultet {margin: 2rem 0 2rem 0;}
	.padding-main {padding: 20px 0;}
	.red-title {font-size: 30px;margin-top: 10px;padding: 12px 10px;}
	.blue-title{font-size: 30px;margin-top: 10px;padding: 12px 10px;}
	.yellow-title {font-size: 30px;margin-top: 10px;padding: 12px 10px;	}
	.yellow-title2 {font-size: 30px;margin-top: 10px;padding: 12px 10px;}
	.marrine-title {font-size: 30px;margin-top: 10px;padding: 12px 10px;}
	.predmet {font-size: 20px; padding: 5px 0px;}
	.specialty-1 {font-size: 26px;}
	.specialty-2 {font-size: 26px;}
	.zno-title1 {font-size: 32px;}	
	.zno-title2 {font-size: 24px;}
	.source-org {font-size: 20px; padding-top: 60px}
	.soc{position: absolute; padding-top: 15px;}
	.copyright { padding: 0px 10px 0px; text-align: center;height: 105px; margin-top: 0px;}
	.no-zno-high {font-size: 32px;}
	.no-zno-low {font-size: 26px;}
	.no-zno-grs {font-size: 32px;}
	.no-zno-turism {font-size: 32px;}
	.no-zno-perukari {font-size: 32px;}
	.no-zno-kino {font-size: 32px;}
	.no-zno-design {font-size: 32px;}
	.no-zno-srok {font-size: 28px;}
	.no-zno-nabir {font-size: 32px;}
	.nabir-one {font-size: 28px;}
	.nabir-two {font-size: 28px;}
	.need-doc-title {font-size: 38px;}
	.need-doc-high {font-size: 28px;}
	.need-doc-high2 {font-size: 28px;}
	.need-doc-low {font-size: 26px;}
	.need-doc-low2 {font-size: 26px;}
	.contact-adress {font-size: 26px;}
	.contact-mail {font-size: 26px;}
	.contact-phone {font-size: 26px;}
	.vs-title-predmet-high {font-size: 28px;}
	.vs-title-predmet-low {font-size: 22px;}
	.title-vs {font-size: 38px;}
	.specialty {font-size: 32px;}
	.specialty2 {font-size: 15px;}
	.vs-predmet {font-size: 28px;}
	.registr-otstup {margin-bottom: -90px;}
	.otstup-vstup1 {padding: 0px 0px 10px 0px;}
	.title-vtup1 {font-size: 38px;}
	.vs-title {font-size: 36px;}
	.title-doc {font-size: 42px;}
	.doc-high {font-size: 27px;padding-bottom: 4px;}
	.doc-low {font-size: 24px; padding-bottom: 10px;}
	.atestat {height: 150px;}
	.title-dis {font-size: 32px;}
	.title-dis2 {font-size: 24px;}
	.dis-title {font-size: 24px;}
	.dis-text1 {font-size: 22px;}
	.dis-text2 {font-size: 22px; padding-bottom: 30px;}
	.perevagi-title {font-size: 22px;}
	.perevagi-text1 {font-size: 20px;}
	.perevagi-text2 {font-size: 20px;}
	.meta-title {font-size: 18px;}
	.meta-text {font-size: 20px;}
	.har-title {font-size: 20px;}
	.har-text {font-size: 20px;}
	.otstup-nz{padding: 30px 5px;}
	.kaf-title {font-size: 18px;}

}

@media all and (max-width: 460px) {
	.red-title {font-size: 30px;margin-top: 10px;padding: 12px 10px;}
	.blue-title{font-size: 30px;margin-top: 10px;padding: 12px 10px;}
	.yellow-title {font-size: 30px;	margin-top: 10px;padding: 12px 10px;}
	.yellow-title2 {font-size: 30px;	margin-top: 10px;padding: 12px 10px;}
	.marrine-title {font-size: 30px;	margin-top: 10px;padding: 12px 10px;}
	.predmet {font-size: 20px;padding: 5px 0px;}
	.specialty-1 {font-size: 24px;}
	.specialty-2 {font-size: 24px;}
	.zno-title1 { font-size: 30px;}	
	.zno-title2 { font-size: 20px;}
	.no-zno-grs {font-size: 30px;}
	.no-zno-turism {font-size: 30px;}
	.no-zno-perukari {font-size: 30px;}
	.no-zno-kino {font-size: 32px;}
	.no-zno-design {font-size: 30px;}
	.no-zno-srok {font-size: 26px;}
	.contact-adress {font-size: 24px;}
	.contact-mail {font-size: 24px;}
	.contact-phone {font-size: 24px;}
	.vs-title-predmet-high {font-size: 26px;}
	.vs-title-predmet-low {font-size: 19px;}
	.title-vs {font-size: 34px;}
	.specialty {font-size: 28px;}
	.specialty2 {font-size: 14px;}
	.vs-predmet {font-size: 26px;}
	.title-doc {font-size: 40px;}
	.specialty-d {font-size: 13px;}
	.vstup-height {height: 120px;}
	.vstup-registr {bottom: 120px;}
	.vstup-text-head {padding: 15px 5px 5px 5px;font-size: 24px;}
	.vstup-text-low {font-size: 24px;}
	.kaf-d1 {padding: 20px 20px 10px;font-size: 20px;}
	.kaf-d2 {padding: 20px 20px 15px;font-size: 20px;}
	.kaf-s {padding: 30px 10px;font-size: 20px;}
	.kaf-s2 {padding: 30px 10px;font-size: 20px;}	
	.kaf-blue {font-size: 20px;}
	.kaf-yellow {font-size: 20px;}	
	.kaf-right {font-size: 20px;}
	.kaf-dr {font-size: 22px;}
	.kaf-left2 {font-size: 20px;}
	.kaf-left2a {padding: 30px 30px;font-size: 18px;}
	.kaf-rightd {padding: 30px 20px;font-size: 18px;}
	.kaf-left2s {padding: 40px 30px;font-size: 18px;}
	.kaf-righth {padding: 40px 30px;font-size: 18px;}
	.kaf-left2m {padding: 40px 30px;font-size: 18px;}
	.title-dis {font-size: 24px;}
	.asp-top-right {font-size: 28px;}
	.asp-spec, .asp-spec2 {font-size: 28px; padding-top: 20px;}
	.asp-right {font-size: 26px; padding: 10px 20px;}
	
}

@media all and (max-width: 440px) {
	.no-zno-grs {font-size: 28px;}
	.no-zno-turism {font-size: 28px;}
	.no-zno-perukari {font-size: 28px;}
	.no-zno-kino {font-size: 28px;}
	.no-zno-design {font-size: 28px;}
	#content #inner-content {padding: 0rem 0 0rem 0rem;}
	.vs-title-predmet-high {font-size: 25px;}
	.specialty2 {font-size: 13.5px;}
	.zno-title1 {font-size: 30px;}
	.title-doc {font-size: 38px;}
	.title-dis2 {font-size: 22px;}
	.dis-title {font-size: 20px;}
	.dis-text1 {font-size: 18px;}
	.dis-text2 {font-size: 18px;padding-bottom: 30px;}
	.perevagi-title {font-size: 20px;}
	.perevagi-text1 {font-size: 18px;}
	.perevagi-text2 {font-size: 18px;}
	.meta-title {font-size: 17px;}
	.meta-text {font-size: 18px;}
	.har-title {font-size: 18px;}
	.har-text {font-size: 18px;}
	.contacts-title {font-size: 36px;}
	.butonspanel .button { width: 42%; padding: 19px;}

}

@media all and (max-width: 428px) {
	.news-img img {min-height: 265px;max-height: 266px;}
	#how-to-become-a-student a.button.White.Medium {font-size: 1.5rem;padding: 25px 10px;}
	.butonspanel .button { width: 42%; padding: 19px;}
	.copyright {padding: 0px 4px 0px;text-align: center;height: 105px;margin-top: 0px;}
	.zno-title1 {font-size: 30px;}
	.specialty-2 { font-size: 23px;}
	.zno-img-top{border-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;}
	.zno-img-bottom{border-radius: 0px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
	.sradius-top{border-radius: 0px;border-top-left-radius: 10px;border-top-right-radius: 10px;}
	.sradius-bottom{border-radius: 0px;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
	.no-zno-srok {font-size: 24px;}
	.predmet-s {font-size: 16px;}
	.stolbik {padding: 2px 2px;line-height: 1.3;}
	.title-s {font-size: 14px;}
	.padding-pr {padding: 5px 1px;}
	.padding-grs {padding: 6px 5px;}
	.padding-kino {padding: 15px 5px;}
	.padding-actor {padding: 15px 5px;}
	.padding-event {padding: 5px 5px;}
	.padding-design {padding: 26px 5px;}
	.padding-choreography {padding: 15px 5px;}
	.padding-moda {padding: 5px 5px;}
	.padding-mizhnarodni {padding: 6px 5px;}
	.padding-singer {padding: 14px 5px;}
	.more-links-a {top: 84%;left: 36%;padding: 9px;font-size: 13px;}
	.otstup {padding: 10px 0;}
	.kaf-d1 {padding: 20px 20px 10px;font-size: 18px;}
	.kaf-d2 {padding: 20px 20px 15px;font-size: 18px;}
	.kaf-s {padding: 30px 10px;font-size: 18px;}
	.kaf-s2 {padding: 30px 10px;font-size: 18px;}	
	.kaf-blue {font-size: 18px;}
	.kaf-yellow {font-size: 18px;}	
	.kaf-right {font-size: 18px;}
	.kaf-dr {font-size: 20px;}
	.kaf-left2 {font-size: 18px;}

}

@media all and (max-width: 414px) {
	.news-img img { min-height: 250px; max-height: 260px;}
	.red-title {font-size: 28px;margin-top: 6px; padding: 10px 10px;}
	.blue-title {font-size: 28px; margin-top: 6px;padding: 10px 10px;}
	.yellow-title {font-size: 28px;	margin-top: 6px;padding: 10px 10px;}
	.yellow-title2 {font-size: 28px; margin-top: 6px;padding: 10px 10px;}
	.marrine-title {font-size: 28px; margin-top: 6px;padding: 10px 10px;}
	.predmet {font-size: 18px;padding: 5px 0px;}
	.specialty-1 {font-size: 22px;}
	.specialty-2 {font-size: 22px;}
	.zno-title1 {font-size: 28px;}	
	.zno-title2 {font-size: 20px;}
	.source-org {font-size: 18px;}
	.no-zno-high {font-size: 30px; text-align: center; padding-left: 0px;}
	.no-zno-low {font-size: 22px; padding: 10px 0px;text-align: center;}
	.no-zno-grs {font-size: 22px;}
	.no-zno-turism {font-size: 22px;text-align: center;padding: 22% 0px;}
	.no-zno-perukari {font-size: 22px; text-align: center; padding: 16% 0px;}
	.no-zno-kino {font-size: 22px;text-align: center;padding: 16% 0px;}
	.no-zno-design {font-size: 22px;text-align: center;padding: 18% 0px;}
	.no-zno-srok {font-size: 24px;text-transform: uppercase;}
	.no-zno-nabir {font-size: 28px;text-align: center;}
	.nabir-one {font-size: 22px;}
	.nabir-two {font-size: 22px;}
	.need-doc-title {font-size: 32px;}
	.need-doc-high {font-size: 24px;}
	.need-doc-high2 {font-size: 24px;}
	.need-doc-low {font-size: 22px;}
	.need-doc-low2 {font-size: 22px;}
	.contact-adress {font-size: 22px;}
	.contact-mail {font-size: 22px;}
	.contact-phone {font-size: 22px;}
	#how-to-become-a-student a.button.White.Medium {font-size: 1.4rem;}
	.butonspanel .button { width: 41%; padding: 15px;}
	.title-vs {font-size: 32px;}
	.specialty {font-size: 26px;}
	.vs-predmet {font-size: 24px;}
	.specialty2 {font-size: 12px;}
	.predmet-s {font-size: 15px;}
	.and {font-size: 12px;}
	.stolbik {padding: 2px 2px;line-height: 1.3;}
	.title-s {font-size: 12px;}
	.padding-pr {padding: 5px 1px;}
	.padding-grs {padding: 6px 5px;}
	.padding-kino {padding: 15px 5px;}
	.padding-actor {padding: 15px 5px;}
	.padding-event {padding: 5px 5px;}
	.padding-design {padding: 26px 5px;}
	.padding-choreography {padding: 15px 5px;}
	.padding-moda {padding: 5px 5px;}
	.padding-mizhnarodni {padding: 6px 5px;}
	.padding-singer {padding: 14px 5px;}
	.more-links-a {top: 82%;left: 36%;padding: 9px;font-size: 13px;}
	.vs-title {font-size: 34px;}
	.title-doc {font-size: 36px;}
	.perevagi-title {font-size: 19px;}
	.har-title {font-size: 18px;}
	.title-dis {font-size: 24px;}
	
		
}

@media all and (max-width: 400px) {
	.news-title {font-size: 16px;}
	.news-img img { min-height: 250px; max-height: 251px;}
	.red-title {font-size: 26px;margin-top: 5px;padding: 10px 10px;}
	.blue-title{font-size: 26px;margin-top: 5px;padding: 10px 10px;}
	.yellow-title {font-size: 26px;margin-top: 5px;padding: 10px 10px;}
	.yellow-title2 {font-size: 26px;margin-top: 5px;padding: 10px 10px;}
	.marrine-title {font-size: 26px;margin-top: 5px;padding: 10px 10px;}
	.predmet {font-size: 18px;padding: 5px 0px;}
	.specialty-1 {font-size: 20px;}
	.specialty-2 {font-size: 20px;}
	.zno-title1 {font-size: 28px;}	
	.zno-title2 {font-size: 18px;}
	.source-org {font-size: 17px;}
	.no-zno-grs {font-size: 21px;text-align: center;}
	.vs-title-predmet-high {font-size: 24px;}
	.vs-title-predmet-low {font-size: 18px;}
	.title-vs {font-size: 30px;}
	.vs-predmet {font-size: 23px;}
	.title-s {font-size: 12px;}
	.predmet-s {font-size: 14.5px;}
	.stolbik {padding: 1.5px 1px;line-height: 1.1;}
	.odinochka {padding: 1.5px 1px;}
	.padding-pr {padding: 8px 1px;}
	.padding-kino { padding: 16px 5px;}
	.padding-grs {padding: 8px 5px;}
	.padding-actor {padding: 17px 5px;}
	.padding-event {padding: 8px 5px;}
	.padding-design {padding: 25px 5px;}
	.padding-choreography {padding: 16px 5px;}
	.padding-moda {padding: 7px 5px;}
	.padding-mizhnarodni {padding: 7px 5px;}
	.padding-singer {padding: 12px 5px;}
	.more-links-a {top: 83%;left: 35%;padding: 8px;font-size: 12px;}
	.vs-title {font-size: 33px;}
	.pk-title {font-size: 31px;padding: 10px 0;}
	.pk-phone {font-size: 27px;padding-bottom: 10px;}
	.pk-phone2 {font-size: 27px;padding-bottom: 10px;padding-left: 65px;}
	.pk-email {font-size: 27px;padding-bottom: 10px;}	
	.pk-email2 {font-size: 27px;padding-bottom: 10px;}
	.pk-adress {font-size: 27px;padding-bottom: 10px;}
	.title-dis {font-size: 23px;}
	.title-dis2 {font-size: 20px;}
	.dis-title {font-size: 18px;}
	.dis-text1 {font-size: 17px;}
	.dis-text2 {font-size: 17px;}
	.contacts-title {font-size: 32px;}
	.contact-adress {font-size: 20px;}
	.contact-mail {font-size: 20px;}
	.contact-phone {font-size: 20px;}
	.asp-spec {font-size: 22px;}
	.asp-right {font-size: 22px;}
	.asp-top-right {font-size: 22px;}
	
}

@media all and (max-width: 390px) {
	.zno-title1 {font-size: 27px;}
	.no-zno-srok {font-size: 22px;}
	.padding-pr {padding: 5px 0px;}
	.title-doc {font-size: 35px;}
	
}

@media all and (max-width: 375px) {
	#how-to-become-a-student { padding: 10.5rem 0; background-size: 1263px 500px;  background-position: 48% 50%;}
	#how-to-become-a-student a.button.White.Medium {font-size: 1.3rem;}
	.main-osvita-high { font-size: 20px;}	
	.main-osvita-low {font-size: 20px;}
	.red-title {font-size: 24px;margin-top: 5px;padding: 10px 10px;}
	.blue-title{font-size: 24px;margin-top: 5px;padding: 10px 10px;}
	.yellow-title {font-size: 24px;margin-top: 5px;padding: 10px 10px;}
	.yellow-title2 {font-size: 24px;margin-top: 5px;padding: 10px 10px;}
	.marrine-title {font-size: 24px;margin-top: 5px;padding: 10px 10px;}
	.source-org {font-size: 17px;}
	.no-zno-speciality {font-size: 42px;}
	.no-zno-grs {font-size: 19px;}
	.no-zno-turism {font-size: 19px;}
	.no-zno-perukari {font-size: 19px;}
	.no-zno-kino {font-size: 19px;}
	.no-zno-design {font-size: 19px;}
	.no-zno-srok {font-size: 22px;}
	.no-zno-nabir {font-size: 26px;}
	.nabir-one {font-size: 20px;}
	.nabir-two {font-size: 20px;}
	.need-doc-title {font-size: 30px;}
	.need-doc-high {font-size: 22px;}
	.need-doc-high2 {font-size: 22px;}
	.need-doc-low {font-size: 20px;}
	.need-doc-low2 {font-size: 20px;}	
	.contact-adress {font-size: 20px;}
	.contact-mail {font-size: 20px;}
	.contact-phone {font-size: 20px;}
	.butonspanel .button {width: 42%;}
	.vs-title-predmet-high {font-size: 23px;}
	.title-vs {font-size: 28px;}
	.specialty {font-size: 25px;}
	.vs-predmet {font-size: 22px;}
	.specialty2 {font-size: 11.5px;}
	.zno-title1 {font-size: 26px;}
	.title-s {font-size: 12px;}
	.predmet-s {font-size: 14px;}
	.more-links-a {top: 82%;left: 35%;padding: 8px;font-size: 11px;}
	.padding-pr {padding: 5px 0px;}
	.padding-kino {padding: 12px 3px;}
	.padding-grs {padding: 5px 3px;}
	.padding-actor {padding: 12px 3px;}
	.padding-event {padding: 5px 3px;}
	.padding-design {padding: 20px 3px;}
	.padding-choreography {padding: 13px 3px;}
	.padding-moda {padding: 5px 3px;}
	.padding-mizhnarodni {padding: 4px 3px;}
	.padding-singer {padding: 8px 3px;}
	.vs-title {font-size: 32px;}	
	.title-doc {font-size: 33px;}
	.rost {font-size: 38px;}
	.title-dis { font-size: 28px;}
	.title-dis2 {font-size: 19px;}
}

@media all and (max-width: 360px) {
	.butonspanel .button {  width: 45%; padding: 17px;}
	.source-org {font-size: 16px;}
	#how-to-become-a-student a.button.White.Medium {font-size: 1.2rem;}	
	.vs-title-predmet-high {font-size: 22px;}
	.vs-title-predmet-low {font-size: 17px;}
	.specialty {font-size: 24px;}
	.vs-predmet {font-size: 21px;}
	.zno-title1 {font-size: 24px;}
	.news-img img {min-height: 221px;max-height: 221px;}
	.no-zno-speciality {font-size: 40px;}
	.no-zno-srok {font-size: 21px;}
	.specialty-2 {font-size: 19px;}
	.specialty-d{font-size:17px;}
	.predmet-s {font-size: 13.5px;}
	.stolbik {padding: 1.1px 1px;line-height: 1.1;}
	.title-s {font-size: 12px;}
	.odinochka {padding: 1.1px 1px;}
	.padding-pr {padding: 3px 3px;}
	.padding-kino {padding: 14px 3px;}
	.padding-grs { padding: 7px 3px;}
	.padding-actor {padding: 14px 3px;}
	.padding-event {padding: 7px 3px;}
	.padding-design {padding: 19px 3px;}
	.padding-choreography {padding: 14px 3px;}
	.padding-moda {padding: 6px 3px;}
	.padding-mizhnarodni {padding: 6px 3px;}
	.padding-singer {padding: 7px 3px;}
	.more-links-a {top: 81.5%; left: 34.5%; padding: 8px; font-size: 11px;}
	.vs-title {font-size: 30px;}
	.title-doc {font-size: 32px;}
	.pk-phone2 {font-size: 27px; padding-bottom: 10px;padding-left: 66px;}
	
}

@media all and (max-width: 320px) {
	#how-to-become-a-student {padding: 8.5rem 0;margin-bottom: 50px;background-size: 918px 389px;background-position: 50% 60%;}
	#how-to-become-a-student a.button.White.Medium {font-size: 1.1rem;}
	.main-osvita-high {font-size: 18px;}
	.main-osvita-low {font-size: 16px;}
	.content-about {font-size: 18px;}
	.list-about {font-size: 16px; margin-top: 5px; padding: 20px 30px;}
	.news-img img { min-height: 199px; max-height: 200px;}
	.red-title {font-size: 18px;margin-top: 5px;padding: 10px 10px;}
	.blue-title{font-size: 18px;margin-top: 5px;padding: 10px 10px;}
	.yellow-title {font-size: 18px;margin-top: 5px;padding: 10px 10px;}
	.yellow-title2 {font-size: 18px;margin-top: 5px;padding: 10px 10px;}
	.marrine-title {font-size: 18px;margin-top: 5px;padding: 10px 10px;}
	.predmet {font-size: 16px;padding: 5px 0px;}
	.specialty-1 {font-size: 17px;}
	.specialty-2 {font-size: 16px;}
	.zno-title1 { font-size: 21px;}	
	.zno-title2 { font-size: 15px;}
	.vstup-text-head {font-size: 22px;}
	.vstup-text-low {font-size: 18px;}
	.source-org {font-size: 14px;}
	.no-zno-title {font-size: 38px;}
	.no-zno-high {font-size: 26px;}
	.no-zno-low {font-size: 18px;}
	.no-zno-speciality {font-size: 36px;}
	.no-zno-grs {font-size: 16px;}
	.no-zno-turism {font-size: 16px;}
	.no-zno-perukari {font-size: 16px;}
	.no-zno-kino {font-size: 16px;}
	.no-zno-design {font-size: 16px;}
	.no-zno-srok {font-size: 19px;}
	.need-doc-title {font-size: 28px;}
	.need-doc-high {font-size: 19px;}
	.need-doc-high2 {font-size: 19px;}
	.need-doc-low {font-size: 18px;}
	.need-doc-low2 {font-size: 18px;}
	.contact-adress {font-size: 17px;}
	.contact-mail {font-size: 17px;}
	.contact-phone {font-size: 17px;}
	.butonspanel .button { width: 55%; padding: 17px;}
	.vs-title-predmet-high {font-size: 20px;}
	.vs-title-predmet-low {font-size: 15px;}
	.title-vs {font-size: 26px;}
	.specialty {font-size: 21px;}
	.vs-predmet {font-size: 18px;}
	.specialty2 {font-size: 9.5px;}
	.title-vtup1 {font-size: 32px;}
	.specialty-d {font-size: 15px;}
	.title-s { font-size: 11px;}
	.predmet-s {font-size: 12px;text-transform: lowercase;}
	.and {font-size: 10px;}
	.title-s {font-size: 10px;}
	.more-links-a {top: 78.5%;left: 35%;padding: 8px;font-size: 8px;}
	.stolbik {padding: 1px 0px;line-height: 1;}
	.odinochka {padding: 1px 0px;}
	.vs-title {font-size: 27px;}
	.title-doc {font-size: 28px;}
	.doc-high {font-size: 25px; padding-bottom: 4px;}
	.doc-low {font-size: 22px;}
	.pk-title {font-size: 28px;}
	.pk-phone {font-size: 25px;padding-bottom: 10px;}
	.pk-phone2 {font-size: 25px;padding-bottom: 10px; padding-left: 60px;}
	.pk-email {font-size: 25px;padding-bottom: 10px;}
	.pk-email2 {font-size: 25px;padding-bottom: 10px;}
	.pk-adress {font-size: 25px;padding-bottom: 10px;}
	.rost {font-size: 34px;}
	.kaf-d1 {padding: 20px 20px 10px;font-size: 16px;}
	.kaf-d2 {padding: 20px 20px 15px;font-size: 16px;}
	.kaf-s {padding: 30px 10px;font-size: 16px;}
	.kaf-s2 {padding: 30px 10px;font-size: 16px;}	
	.kaf-blue {font-size: 16px;}
	.kaf-yellow {font-size: 16px;}	
	.kaf-right {font-size: 16px;}
	.kaf-dr {font-size: 18px;}
	.kaf-left2 {font-size: 16px;}
	.kaf-left2a {padding: 30px 30px;font-size: 16px;}
	.kaf-rightd {padding: 30px 20px;font-size: 16px;}
	.kaf-left2s {padding: 40px 30px;font-size: 16px;}
	.kaf-righth {padding: 40px 30px;font-size: 16px;}
	.kaf-left2m {padding: 40px 30px;font-size: 16px;}
}


/*-------------------------------------*/


@media (max-width: 1367px) {
 .class-maine-nav ul li a {
 font-size: 14px;
 padding: 10px !important;
 line-height: 1.4 !important;
 display: flex !important;
 }
}

 @media screen and (max-width: 1024px) {
	.article-header {
		position: relative;
		top: 0;
	}
	.article-header h2{
		color:#fff;
	}
	.logo {
		z-index: 999;
	}
 }    
  
@media all and (min-width: 1200px){
.large-5{
	width: 41.66667%;
    -webkit-flex: 0 0 41.66667%;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }
}
 
@keyframes rounder {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@-webkit-keyframes rounder {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@-moz-keyframes rounder {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@-ms-keyframes rounder {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@-o-keyframes rounder {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

h2:after {
    height: 0.3rem;
    bottom: -1.5rem;
}

.butonspanel {
    margin-top: 1.5rem;
}

@media all and (max-width: 992px){
  #news-mainpage h2 {
      font-size: 1rem;
      line-height: 1.4rem;
  }
}

@media all and (max-width: 650px){
  #news-mainpage .columns {
      width: 100% !important;
      float: none !important;;
      display: block !important;;
      position: relative !important;; 
      min-width: 100% !important;
  }
  #news-mainpage h2{
    min-height: initial;
  }
  #news-mainpage h2 {
    font-size: 2rem;
    line-height: 2.6rem;
}
  #news-mainpage .columns p{
    font-size: 1.3rem;
  }

}

/* DivTable */
.divTable{
  display: table;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #e2e2e2;
  font-size: 15px;
}
.divTableRow {
  display: table-row;
  overflow: hidden;
}

.divTableRow:nth-child(even){
  background-color: #f1f1f1;
}

.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
}
.divTableCell, .divTableHead {
  /* border: 1px solid #999999; */
  min-width: 120px;
  display: table-cell;
  padding: 6px 8px;
  vertical-align: middle !important;
  border: 1px solid #e2e2e2;
  text-align: center;
}

.divTableHeading {
  background-color: #EEE;
  display: table-header-group;
  font-weight: bold;
}
.divTableFoot {
  background-color: #EEE;
  display: table-footer-group;
  font-weight: bold;
}
.divTableBody {
  display: table-row-group;
}

.divTableCell:first-child, .divTableHead:first-child {
  min-width: inherit;
}

.divTableCell:nth-child(2){
  max-width: 700px;
}

.page-id-9974 .orbit{
  display: none !important;
}

.page-id-9974 .entry-content {
  display: block;
  position: relative;
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.page-id-9974 .entry-content .if_subttl{
  display: block;
  position: relative;
  font-size: 24px;
}

.page-id-9974 .entry-content p{
  display: block;
  position: relative;
}

.page-id-9974 .entry-content ul{
  display: inline-block;
  position: relative;
  padding-left: 0;
}
.page-id-9974 .entry-content ul li{
  display: block;
  position: relative;
  letter-spacing: normal;
}

.page-id-9974 .entry-content ul li a{
  color: #000;
  font-size: 26px;
}
.page-id-9974 .entry-content ul li a:hover{
  color: #054395;  
}

ul.socialzzz li{
  display: inline-block;
  position: relative;
}
ul.socialzzz li a:before{
  margin-right: 5px;
}

@media all and (max-width: 1000px){
  
  #my_responsive_table{
    display: block;
    position: relative;
    overflow-x: scroll;
    max-width: 100%;
  }

  #my_responsive_table table{
    width: 1000px;
    min-width: 1000px;
    /* overflow: hidden; */
  }

  #my_responsive_table caption, #my_responsive_table tbody td, #my_responsive_table tbody th{
    padding: .3rem .2rem;
  }
}

@media all and (max-width: 768px){
  .divTable{
    font-size: 13px;
  }
  .divTableCell, .divTableHead{
    padding: 5px 3px;
  }

}

@media all and (max-width: 680px){
  .divTable {
      font-size: 11px;
  }
}

@media all and (max-width: 680px){
  

.divTable{
  display: block;
  position: relative;
  border: none;
  font-size: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px -4px #000; 
}
 .divTableBody{
  display: block;
  position: relative;
 }
  
  .divTableRow .divTableCell{
    display: block;
    position: relative;
    float: left;
    background-color: #fff;
    padding: 6px 6px;
      /* border-top: none; */
  }

  .divTableRow{
    background-color: #f1f1f1;
    display: block;
    position: relative; 
  }
  .divTableRow:nth-child(even) .divTableCell{
    background-color: #f1f1f1;
  }

  .divTableRow .divTableCell:nth-child(1){
    width: 100%;
    padding-left: 0;
    background-color: rgba(218, 218, 218, 0.4);
  }
  .divTableRow .divTableCell:nth-child(2){
    width: 100%;
    max-width: inherit;
  }
  .divTableRow .divTableCell:nth-child(3){
    width: 100%;
  }
  .divTableRow .divTableCell:nth-child(4){
    width: 100%;
  }
  .divTableRow .divTableCell:nth-child(5){
    width: 100%;
  }
}

.col-content {
    display: inline;
    width: 1200px;
}

#content .content_area ul:not(.social_networks_inline) {
    display: block;
    position: relative;
    margin-top: 25px;
    margin-bottom: 30px;
    padding-left: 0; }
    #content .content_area ul:not(.social_networks_inline) li {
      display: block;
      position: relative;
      margin-bottom: 20px;
      padding-left: 40px; }
      #content .content_area ul:not(.social_networks_inline) li:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: .45em;
        width: 6px;
        left: 20px;
        height: 6px;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        background-color: #b33651;
        vertical-align: middle; }
      #content .content_area ul:not(.social_networks_inline) li a {
        display: inline-block;
        position: relative;
        text-decoration: underline;
        color: #ff4966;
        font-weight: 400;
		font-family: 'Century Gothic';
        -webkit-transition: color .5s ease;
        -o-transition: color .5s ease;
        transition: color .5s ease; }
        #content .content_area ul:not(.social_networks_inline) li a:hover {
          color: #af001c;
          -webkit-transition: color .3s ease;
          -o-transition: color .3s ease;
          transition: color .3s ease; }

#content .content_area ul:not(.social_networks_inline) {
  display: block;
  position: relative;
  margin-top: 25px;
  margin-bottom: 30px;
  padding-left: 0; }
  #content .content_area ul:not(.social_networks_inline) li {
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding-left: 40px; }
    #content .content_area ul:not(.social_networks_inline) li:before {
      content: '';
      display: inline-block;
      position: absolute;
      top: .45em;
      width: 6px;
      left: 20px;
      height: 6px;
      -webkit-border-radius: 50%;
              border-radius: 50%;
      background-color: #b33651;
      vertical-align: middle; }

.social_networks_inline.gray_social {
  display: inline-block;
  position: relative;
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0; }
  .social_networks_inline.gray_social li {
    display: inline-block;
    position: relative;
    margin-right: 4px; }
    .social_networks_inline.gray_social li a {
      display: inline-block;
      position: relative;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      background-color: #74c2ed;
      color: #fff;
      font-size: 21px;
      width: 38px;
      height: 38px;
      text-align: center;
      -webkit-transition: all .5s ease;
      -o-transition: all .5s ease;
      transition: all .5s ease; }
      .social_networks_inline.gray_social li a i {
        display: inline-block;
        position: relative;
        float: none;
        line-height: 38px; }
      .social_networks_inline.gray_social li a:hover {
        background-color: #ffb600;
        color: #fff;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease; }
  .social_networks_inline.gray_social.modiliani {
    width: 100%;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-bottom: 15px; 
    display: block;
  }

    .social_networks_inline.gray_social.modiliani li {
      display: inline-block;
      position: relative;
      width: 24%;
      text-align: center;
      margin-right: 0; }
      .social_networks_inline.gray_social.modiliani li:last-child {
        margin-right: 0; }
      .social_networks_inline.gray_social.modiliani li a {
        display: inline-block;
        position: relative;
        width: -webkit-calc(100% - 6px);
        width: calc(100% - 6px); }


      .social_networks_inline.gray_social {
        margin-left: 0 !important;

      }

.share_sm_ttl {
    display: block;
    position: relative;
    margin-top: 60px;
    margin-left: 15px;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    letter-spacing: 1px;
	font-family: 'Century Gothic';
    color: #fff;
    text-transform: uppercase;
}

.video-adaptation {
    text-align: justify;
    position:relative;
    padding-bottom:56.25%;
    padding-top:25px;
    height:0;
}

.video-adaptation iframe {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}

@media all and (min-width: 992px){
    .large-55{
        width: 20%;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.col-depart{
  /* display: inline-block; */
  /* position: relative; */
  width: 50%;
  /* float: left; */
  padding-left: 10px;
  padding-right: 10px;
}

.container {
  position: relative;
}

.page-id-19896 #content{
  background: #105faf;
}


.page-id-19896 #content #inner-content {
  background: #105faf;
}

._container {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column;
            flex-direction: column;
  }
  ._row {
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    margin-left: -10px;
    margin-right: -10px;
  }
  ._col__inst-item {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 30px;

    display: -webkit-flex;

    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
  }

  ._col__inst-item iframe {
    max-width: 100%;
  }

  @media screen and (max-width: 700px) {
    ._col__inst-item {
      padding-left: 10px;
      padding-right: 10px;
      -webkit-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
    }
  }

  .postid-20142 .article-header {
      display: none;
  }

.row.align-center {
    margin-left: auto;
    margin-right: auto;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 1200px;
}

@media (max-width: 768px) {
  .kaf-listnew {
    padding-left: 10px;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 1.4;
}
.kaf-title {
    font-size: 24px;
    padding-bottom: 0px;
    padding-top: 20px;
}
.kaf-dr {
    font-size: 26px;
    text-align: center;
}
.kaf-yellow {
    background: #ffb600;
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0px;
    font-size: 26px;
}
.kaf-rightnew {
    padding: 10px 20px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.title-dis {
    font-size: 28px;
    padding-top: 20px;
}
.title-dis3 {
    font-size: 15px;
    padding-top: 12px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
}
}


