/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/
/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/
/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/
/* TYPOGRAPHY */
@font-face {
  font-family: 'BarnaulGrotesk';
  src: url("../fonts/BarnaulGrotesk-Reg.eot?#iefix") format("embedded-opentype"), url("../fonts/BarnaulGrotesk-Reg.otf") format("opentype"), url("../fonts/BarnaulGrotesk-Reg.woff") format("woff"), url("../fonts/BarnaulGrotesk-Reg.ttf") format("truetype"), url("../fonts/BarnaulGrotesk-Reg.svg#BarnaulGrotesk-Reg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'BarnaulGrotesk';
  src: url("../fonts/BarnaulGrotesk-Ital.eot?#iefix") format("embedded-opentype"), url("../fonts/BarnaulGrotesk-Ital.otf") format("opentype"), url("../fonts/BarnaulGrotesk-Ital.woff") format("woff"), url("../fonts/BarnaulGrotesk-Ital.ttf") format("truetype"), url("../fonts/BarnaulGrotesk-Ital.svg#BarnaulGrotesk-Ital") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'BarnaulGrotesk';
  src: url("../fonts/BarnaulGroteskMedium-Reg.eot?#iefix") format("embedded-opentype"), url("../fonts/BarnaulGroteskMedium-Reg.otf") format("opentype"), url("../fonts/BarnaulGroteskMedium-Reg.woff") format("woff"), url("../fonts/BarnaulGroteskMedium-Reg.ttf") format("truetype"), url("../fonts/BarnaulGroteskMedium-Reg.svg#BarnaulGroteskMedium-Reg") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'BarnaulGrotesk';
  src: url("../fonts/BarnaulGroteskBold-Reg.eot?#iefix") format("embedded-opentype"), url("../fonts/BarnaulGroteskBold-Reg.otf") format("opentype"), url("../fonts/BarnaulGroteskBold-Reg.woff") format("woff"), url("../fonts/BarnaulGroteskBold-Reg.ttf") format("truetype"), url("../fonts/BarnaulGroteskBold-Reg.svg#BarnaulGroteskBold-Reg") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'MyriadPro';
  src: url("../fonts/MyriadProRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadProRegular.otf") format("opentype"), url("../fonts/MyriadProRegular.woff") format("woff"), url("../fonts/MyriadProRegular.ttf") format("truetype"), url("../fonts/MyriadProRegular.svg#MyriadProRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'MyriadPro';
  src: url("../fonts/MyriadProBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MyriadProBold.otf") format("opentype"), url("../fonts/MyriadProBold.woff") format("woff"), url("../fonts/MyriadProBold.ttf") format("truetype"), url("../fonts/MyriadProBold.svg#MyriadProBold") format("svg");
  font-weight: 700;
  font-style: normal; }

* {
  font-family: 'BarnaulGrotesk', Helvetica Neue, Helvetica, Arial;
  color: #171717;
  font-weight: 400;
  box-sizing: border-box; }

a {
  color: #02519E; }

a:hover {
  color: #02519E;
  text-decoration: none; }

figure {
  margin: 0; }
  figure img {
    margin-bottom: 10px; }

img {
  margin-bottom: 15px; }

iframe {
  border: none; }

p, .articles .video h3 {
  font-family: 'MyriadPro';
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #171717; }
  p *, .articles .video h3 * {
    font-family: 'MyriadPro'; }

ul {
  list-style: none;
  padding-left: 21px;
  margin: 15px 0; }
  ul li {
    position: relative;
    margin-bottom: 8px;
    font-family: 'MyriadPro';
    font-size: 18px; }
  ul li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #D7E9F3;
    background-image: -moz-linear-gradient(bottom, #519F13 0%, #5EC60D 100%);
    background-image: -o-linear-gradient(bottom, #519F13 0%, #5EC60D 100%);
    background-image: -webkit-linear-gradient(bottom, #519F13 0%, #5EC60D 100%);
    background-image: linear-gradient(to top, #519F13 0%, #5EC60D 100%);
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: -20px; }

table {
  border-collapse: collapse; }
  table td, table th span {
    font-family: 'MyriadPro'; }
  table th {
    font-size: 16px;
    color: #171717;
    text-align: left;
    border: 1px solid #efeee9;
    border-top: none !important; }
  table th span {
    padding: 25px 30px;
    display: block;
    position: relative;
    font-weight: 700;
	font-size:18px; }
  table th:first-of-type span:after {
    content: '';
    display: block;
    width: 960px;
    height: 100%;
    box-shadow: 0 9px 11px -4px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0; }
  table td {
    font-size: 16px;
    font-weight: 400;
    color: #171717;
    text-align: left;
    padding: 25px 30px;
    border: 1px solid #efeee9;
    line-height: 22px; }
  table tbody tr:last-of-type td {
    border-bottom: none !important; }
  table tr td:first-of-type,
  table tr th:first-of-type,
  table tr th:first-of-type span {
    padding-left: 0;
    border-left: none !important; }
  table tr td:last-of-type,
  table tr th:last-of-type {
    border-right: none !important; }

input, textarea {
  font-family: "MyriadPro" !important;
  font-size: 15px !important; }
  input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    font-family: "MyriadPro" !important;
    font-size: 15px !important; }
  input::-moz-placeholder, textarea::-moz-placeholder {
    font-family: "MyriadPro" !important;
    font-size: 15px !important; }
  input:-moz-placeholder, textarea:-moz-placeholder {
    font-family: "MyriadPro" !important;
    font-size: 15px !important; }
  input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    font-family: "MyriadPro" !important;
    font-size: 15px !important; }

textarea {
  width: 100%;
  height: 150px;
  max-height: 200px;
  padding: 7px; }

label {
  font-family: 'MyriadPro';
  cursor: pointer;
  display: inline-block; }
  label input {
    font-family: 'MyriadPro';
    font-size: 16px; }
  label .selectric-wrapper {
    display: block; }

.text-input, #footer .subscribe input, .inner-heading form input {
  height: 31px;
  border: 1px solid #cfcfcf;
  font-size: 14px;
  padding-left: 7px; }

/* ICONS & BUTTONS */
.icon-60, .file-size, .aside-right ul li a {
  width: 60px;
  height: 60px;
  background: #d7e9f3;
  border: 1px solid #EEE;
  transition: color 0.2s, background 0.2s; }

.icon-60-hover, .files h4 a:hover .file-size, .aside-right ul li a:hover {
  background: #6cb62b;
  border: 1px solid #EEE;
  transition: color 0.2s, background 0.2s; }

.inner-heading form {
    padding-top:7px!important;
}

.right-submit, .blue-btn, #footer .subscribe button, .inner-heading form button {
  height: 31px;
  width: 105px;
  background-color: #03529F;
  border-radius: 0 5px 5px 0;
  box-shadow: none;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  transition: background 0.2s; }
  .right-submit:hover, .blue-btn:hover, #footer .subscribe button:hover, .inner-heading form button:hover {
    background-image: -moz-linear-gradient(bottom, #519F13 0%, #5EC60D 100%);
    background-image: -o-linear-gradient(bottom, #519F13 0%, #5EC60D 100%);
    background-image: -webkit-linear-gradient(bottom, #519F13 0%, #5EC60D 100%);
    background-image: linear-gradient(to top, #519F13 0%, #5EC60D 100%);
    color: #fff; }

.blue-btn {
  border-radius: 5px;
  width: auto;
  text-decoration: none;
  padding: 5px 20px; }

/* HELPER CLASSES */
.ul, #header nav > ul, #footer ul, .fp-links .block-rounded ul, .breadcrumbs ul, .aside-right ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .ul li, #header nav > ul li, #footer ul li, .fp-links .block-rounded ul li, .breadcrumbs ul li, .aside-right ul li {
    margin-bottom: 0;
    position: static; }
  .ul li:before, #header nav > ul li:before, #footer ul li:before, .fp-links .block-rounded ul li:before, .breadcrumbs ul li:before, .aside-right ul li:before {
    display: none; }

.mr10 {
  margin-right: 10px; }

.mr25 {
  margin-right: 25px; }

.mt25 {
  margin-top: 25px; }

.grayscale, .fp-sources .row a:hover img, .fp-slider .content a:hover img {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  filter: url(desaturate.svg#greyscale);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.2s; }
  
  
  
  .grayscale, .fp-sources .row a:hover img, .fp-sliders .content a:hover img {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  filter: url(desaturate.svg#greyscale);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: all 0.2s; }
  
  

.text-red {
  color: #CD0000 !important; }

/* ANIMATION */
.js-slide-in {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  transition-delay: 0.2s;
  transition: transform 0.15s linear; }
  .js-slide-in.active {
    -webkit-animation-name: animateTab;
    animation-name: animateTab;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }

.js-fade-in {
  opacity: 0;
  transition: opacity 0.15s linear; }
  .js-fade-in.active {
    opacity: 1; }

/* GRID */
body, html {
  min-width: 1000px;
  background: #efeee9; }

.page-wrap {
  width: 1200px;

  margin: 0 auto;
  background: #fff; }

.container {
  width: 1100px;
  margin: 0 auto;
  position: relative; }

.col-1 {
  display: block;
  margin-bottom: 35px; }

.col-2 {
  width: 50%;
  padding-right: 1%; }

.col-3 {
  width: 31%;
  padding-right: 2%; }

.col-5 {
  width: 20%;
  padding-right: 1%;
  margin-bottom: 35px; }

.clearfix,
.container:after {
  content: "";
  display: table;
  clear: both; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.ib-middle, #footer .subscribe input, #footer .subscribe button, .date-picker:after, .term, .term:after, .arr-green-right:after, .inner-head h1 span, .inner-heading form input, .inner-heading form button, .table-control input, .table-control .select-btn {
  display: inline-block;
  vertical-align: middle; }

.ib-top, .col-2, .col-3, .col-5, #header nav > ul > li, #footer ul a, .icheckbox, .iradio, .selectric-wrapper, .mfp-content > div#m-news .aside-right li, .files h4 a, .files h4 a span, .files h4 a span.author, .pubs a, .inner-head.tabbed .tabs ul li, .inner-heading form {
  display: inline-block;
  vertical-align: top; }

/* HEADER */
#header {
  display: block;
  width: 100%;
  min-width: 1200px;
  height: 67px;
  background: #fff; }
  #header .logo-main {
    margin-top: 10px; }
  #header nav {
    float: right; 
      height:0px;
  }
  #header form {
    margin-top: 10px; }
  #header input[type=search] {
    margin-top: 3px;
    outline: none;
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    font-family: inherit;
    font-size: 16px;
    background: url(../img/icon-search.png) no-repeat 9px center;
    border: solid 1px transparent;
    padding: 9px 10px 9px 32px;
    -webkit-border-radius: 10em;
    -moz-border-radius: 10em;
    border-radius: 10em;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    width: 15px;
    padding-left: 15px;
    color: transparent;
    cursor: pointer; }
  #header input::-webkit-search-decoration,
  #header input::-webkit-search-cancel-button {
    display: none; }
  #header input:-moz-placeholder {
    color: transparent; }
  #header input::-webkit-input-placeholder {
    color: transparent; }
  
  @media (min-width: 440px){
	  #header input[type=search] {
		background: url(../img/icon-search-hover.png) no-repeat 9px center; }
	  #header input[type=search] {
		background: url(../img/icon-search-hover.png) no-repeat 9px center;
		padding-left: 42px;
		color: #000;
		cursor: auto;
		width: 120px;
		background-color: #fff;
		border-color: #6cb62b;
		box-shadow: none; }	  
  }
    
  #header input[type=search]:hover {
    background: url(../img/icon-search-hover.png) no-repeat 9px center; }
  #header input[type=search]:focus {
    background: url(../img/icon-search-hover.png) no-repeat 9px center;
    padding-left: 42px;
    color: #000;
    cursor: auto;
    width: 120px;
    background-color: #fff;
    border-color: #6cb62b;
    box-shadow: none; }
  #header nav > ul > li {
    height: 67px;
    padding: 0 20px;
    padding-top: 20px; }
    #header nav > ul > li > a {
      color: #2F2F2F;
      font-size: 20px;
      text-decoration: none; }
      #header nav > ul > li > a:hover {
        color: #02519E !important; }
    #header nav > ul > li.active > a {
      color: #02519E !important; }

/* FOOTER */
#footer {
  background: #d7e9f3;
  padding: 35px 0; }
  #footer .logo-main {
    display: inline-block;
    margin: 0;
    margin-top: 8px;
    padding: 0; }
  #footer a, #footer h5 {
    text-decoration: none;
    font-size: 16px;
    color: #02519E;
    font-weight: 500;
    padding-bottom: 10px;
    margin: 15px 0;
    margin-right: 12px; }
	
	  #footer .fff {
    text-decoration: none!important;
    font-size: 16px!important;
  
    font-weight: 500!important;
    padding-bottom: 10px!important;
    margin: 15px 0!important;
    margin-right: 12px!important; }
	
  #footer a:hover {
    text-decoration: underline; }
  #footer h5 {
    color: #5d5d5d; }
	#footer .fff {
    color: #5d5d5d; }
  #footer .first.row {
    padding-bottom: 35px; }
  #footer ul li {
    margin-bottom: 12px; }
  #footer ul a {
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    line-height: 14px; }
  #footer .pull-right p, #footer .pull-right .articles .video h3, .articles .video #footer .pull-right h3 {
    margin: 0;
    margin-bottom: 10px;
    margin-right: 20px; }
  #footer .soc li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px; }
  #footer .soc ul li a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  #footer .soc ul li:first-of-type a:after {
    background-image: url(../img/sprite.png);
    background-position: -517px -169px;
    width: 11px;
    height: 14px; }
  #footer .soc ul li:nth-of-type(2) a:after {
    background-image: url(../img/sprite.png);
    background-position: -473px -205px;
    width: 8px;
    height: 15px; }
  #footer .soc ul li:nth-of-type(3) a:after {
    background-image: url(../img/sprite.png);
    background-position: -479px -190px;
    width: 18px;
    height: 15px; }
  #footer .soc a {
    display: block;
    width: 31px;
    height: 31px;
    background-color: #03529F;
    border-radius: 5px;
    margin: 0;
    position: relative; }
    #footer .soc a:hover {
      background-image: -moz-linear-gradient(bottom, #519F13 0%, #5EC60D 100%);
      background-image: -o-linear-gradient(bottom, #519F13 0%, #5EC60D 100%);
      background-image: -webkit-linear-gradient(bottom, #519F13 0%, #5EC60D 100%);
      background-image: linear-gradient(to top, #519F13 0%, #5EC60D 100%); }
  #footer .subscribe input {
    width: 145px;
    padding-left: 7px;
    margin-right: -2px; }
  #footer .col-left {
    width: 450px;
    float: left; }
    #footer .col-left ul {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2; }
  #footer .col-right {
    width: 450px;
    float: right; }
    #footer .col-right ul {
      columns: 4;
      -webkit-columns: 4;
      -moz-columns: 4; }
  #footer .line-bottom {
    border-color: #c3daeb; }
  #footer p, #footer .articles .video h3, .articles .video #footer h3 {
    color: #5d5d5d;
    font-size: 12px;
    line-height: 18px;
    margin-top: 20px; }

/* PLUGINS */
.icheckbox {
  width: 19px;
  height: 19px;
  background-color: #fff;
  border: 1px solid #CECBCB;
  margin-right: 4px;
  margin-top: 1px;
  position: relative; }
  .icheckbox.checked::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #D7E9F3;
    background-image: -moz-linear-gradient(bottom, #519F13 0%, #5EC60D 100%);
    background-image: -o-linear-gradient(bottom, #519F13 0%, #5EC60D 100%);
    background-image: -webkit-linear-gradient(bottom, #519F13 0%, #5EC60D 100%);
    background-image: linear-gradient(to top, #519F13 0%, #5EC60D 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%; }

.iradio {
  width: 16px;
  height: 16px;
  background-color: #EFEEE9;
  border: 1px solid #CECBCB;
  border-radius: 50%;
  margin-right: 8px;
  margin-top: 1px;
  position: relative; }
  .iradio.checked::after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background-color: #D7E9F3;
    background-image: -moz-linear-gradient(bottom, #519F13 0%, #5EC60D 100%);
    background-image: -o-linear-gradient(bottom, #519F13 0%, #5EC60D 100%);
    background-image: -webkit-linear-gradient(bottom, #519F13 0%, #5EC60D 100%);
    background-image: linear-gradient(to top, #519F13 0%, #5EC60D 100%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 50%; }

.dd {
  padding: 0 !important;
  cursor: pointer; }
  .dd .dd-toggle {
    display: block;
    height: 65px;
    padding: 20px 20px 0;
    position: relative; }
    .dd .dd-toggle.active a {
      color: #02519E; }
    .dd .dd-toggle a {
      font-size: 20px;
      text-decoration: none;
      color: #2F2F2F; }
    .dd .dd-toggle:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-left: 8px;
      background-image: url(../img/sprite.png);
      background-position: -489px -205px;
      width: 13px;
      height: 8px; }
    .dd .dd-toggle:before {
      content: '';
      width: 100%;
      height: 15px;
      background: #02519E;
      position: absolute;
      z-index: 5;
      bottom: -10px;
      left: 0;
      display: none; }
  .dd .dd-layer {
    display: none;
    width: 100%;
    background: #02519E;
    position: absolute;
    left: 0;
    top: 67px;
    z-index: 2;
    padding: 42px 28px;
    padding-bottom: 70px;
    min-height: 261px;
    box-shadow: inset 0 7px 9px -7px rgba(0, 0, 0, 0.7); }
    .dd .dd-layer ul {
      columns: 4;
      -webkit-columns: 4;
      -moz-columns: 4; }
      .dd .dd-layer ul li {
        margin-bottom: 15px !important; }
      .dd .dd-layer ul a {
        font-size: 16px;
        color: #fff;
        text-decoration: none; }
  .dd:hover {
    background: #02519E; }
    .dd:hover > span > a {
      color: #fff !important; }
    .dd:hover .dd-toggle:before {
      display: block; }
    .dd:hover .dd-layer {
      display: block; }

.accordion .a-toggle {
  padding-left: 33px;
  margin-bottom: 35px; }
  .accordion .a-toggle button {
    display: inline-block;
    margin: 0;
    text-align: left;
    font-size: 24px;
    color: #02519E;
    border: none;
    border-bottom: 1px dashed #02519E;
    outline: none !important;
    background: transparent;
    padding: 0;
    padding-right: 5px;
    transition: border 0.2s;
    position: relative;
    cursor: pointer; }
    .accordion .a-toggle button:before {
      content: '';
      display: block;
      background-image: url(../img/sprite.png);
      background-position: -489px -205px;
      width: 13px;
      height: 8px;
      position: absolute;
      top: 10px;
      left: -35px;
      transition: transform 0.2s, top 0.2s; }
  .accordion .a-toggle.active button:before {
    transform: rotate(180deg);
    top: 9px;
    transition: transform 0.2s, top 0.2s; }
  .accordion .a-toggle:hover button,
  .accordion .a-toggle.active button {
    border-bottom: 1px solid #6cb62b;
    transition: border 0.2s; }

.accordion .a-content {
  display: none;
  padding-bottom: 20px;
  padding-left: 33px; }
  .accordion .a-content.default {
    display: block; }
  .accordion .a-content p, .accordion .a-content .articles .video h3, .articles .video .accordion .a-content h3 {
    margin-top: 0;
    margin-bottom: 20px; }

.date-picker input {
  width: 107px !important; }

.date-picker:after {
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -456px -146px;
  width: 23px;
  height: 23px;
  margin-left: 10px; }

.selectric-wrapper .selectric {
  width: 260px;
  height: 31px;
  border: 1px solid #cfcfcf;
  background: #fff;
  margin-top: 5px;
  border-radius: 0 5px 5px 0; }
  .selectric-wrapper .selectric .label {
    height: 31px;
    margin: 0;
    padding-left: 5px;
    line-height: 31px;
    text-transform: none;
    font-style: normal; }
  .selectric-wrapper .selectric .button {
    width: 31px;
    height: 31px;
    background: #02519E;
    text-indent: -9999px;
    border-radius: 5px;
    top: 0; }
    .selectric-wrapper .selectric .button:after {
      background-image: url(../img/sprite.png);
      background-position: -502px -205px;
      width: 13px;
      height: 8px;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    .selectric-wrapper .selectric .button:hover {
      background: #6cb62b; }

.selectric-wrapper .selectric-items {
  background: #fff;
  border: 1px solid #cfcfcf;
  margin-top: -1px;
  border-radius: 0 5px 5px 5px; }
  .selectric-wrapper .selectric-items li {
    color: #02519E;
    padding-left: 5px; }
    .selectric-wrapper .selectric-items li.selected {
      display: none; }
    .selectric-wrapper .selectric-items li:hover {
      color: #6cb62b; }

.selectric-wrapper.selectric-open .button {
  background: #6cb62b; }

.mfp-bg {
  opacity: 0.7 !important;
  background: #062A4D; }

.mfp-content > div {
  background: #efeee9;
  -moz-box-shadow: -0.2px 3px 9.9px 0.1px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: -0.2px 3px 9.9px 0.1px rgba(0, 0, 0, 0.18);
  box-shadow: -0.2px 3px 9.9px 0.1px rgba(0, 0, 0, 0.18);
  min-width: 500px;
  max-width: 800px; }
  .mfp-content > div#m-feedback {
    width: 560px; }
    .mfp-content > div#m-feedback .text-input, .mfp-content > div#m-feedback #footer .subscribe input, #footer .subscribe .mfp-content > div#m-feedback input, .mfp-content > div#m-feedback .inner-heading form input, .inner-heading form .mfp-content > div#m-feedback input {
      width: 258px; }
    .mfp-content > div#m-feedback p, .mfp-content > div#m-feedback .articles .video h3, .articles .video .mfp-content > div#m-feedback h3 {
      margin: 0;
      color: #2F2F2F; }
  .mfp-content > div#m-notification {
    width: 400px;
    min-width: 400px; }
    .mfp-content > div#m-notification .text-input, .mfp-content > div#m-notification #footer .subscribe input, #footer .subscribe .mfp-content > div#m-notification input, .mfp-content > div#m-notification .inner-heading form input, .inner-heading form .mfp-content > div#m-notification input {
      width: 154px; }
  .mfp-content > div#m-agreement .mfp-close {
    display: none; }
  .mfp-content > div#m-news .aside-right {
    position: static;
    width: auto !important;
    margin-top: 50px; }

.mfp-content .modal-body .modal-title {
  color: #2F2F2F;
  font-family: "BarnaulGrotesk";
  font-weight: 500;
  font-size: 26px;
  margin: 0;
  margin-bottom: 30px; }

.mfp-content .modal-body .form-group {
  margin-bottom: 10px; }
  .mfp-content .modal-body .form-group p, .mfp-content .modal-body .form-group .articles .video h3, .articles .video .mfp-content .modal-body .form-group h3 {
    margin-bottom: 5px; }

.mfp-content .modal-body .form-holder {
  position: relative; }
  .mfp-content .modal-body .form-holder .ty-msg {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: none; }
    .mfp-content .modal-body .form-holder .ty-msg .helper {
      width: 100%;
      height: 100%;
      display: table;
      padding-bottom: 30px; }
    .mfp-content .modal-body .form-holder .ty-msg .center {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
    .mfp-content .modal-body .form-holder .ty-msg .icon {
      margin-bottom: 15px;
      display: inline-block; }

.mfp-content .mfp-close {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #02519E;
  text-indent: -99999px;
  top: -12px;
  right: -12px; }
  .mfp-content .mfp-close:after {
    content: '';
    display: block;
    background-image: url(../img/sprite.png);
    background-position: -497px -190px;
    width: 14px;
    height: 13px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .mfp-content .mfp-close:hover {
    background-image: -moz-linear-gradient(bottom, #519F13 0%, #5EC60D 100%);
    background-image: -o-linear-gradient(bottom, #519F13 0%, #5EC60D 100%);
    background-image: -webkit-linear-gradient(bottom, #519F13 0%, #5EC60D 100%);
    background-image: linear-gradient(to top, #519F13 0%, #5EC60D 100%); }

.term {
  text-decoration: none;
  border-bottom: 1px dashed #02519E;
  line-height: initial;
  margin-right: 22px;
  position: relative;
  color: #02519E;
  cursor: pointer; }
  .term:hover {
    border-color: transparent; }
    .term:hover .term-tip {
      display: block; }
  .term:after {
    content: '';
    position: absolute;
    background-image: url(../img/sprite.png);
    background-position: -456px -205px;
    width: 17px;
    height: 17px;
    top: 3px;
    right: -22px; }
  .term .term-tip {
    position: absolute;
    z-index: 999;
    display: none;
    width: 420px;
    top: 5px;
    left: 0;
    padding: 25px;
    background: #efeee9; }
    .term .term-tip .heading {
      display: block;
      color: #2F2F2F;
      font-family: BarnaulGrotesk;
      font-weight: 500;
      font-size: 26px;
      margin: 0 0 20px 0; }
    .term .term-tip .text {
      display: block;
      margin-bottom: 20px;
      font-size: 16px; }
    .term .term-tip a {
      font-size: 16px; }

/* COMMON */
.logo-main {
  display: inline-block;
  position: relative; }
  .logo-main:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/sprite.png);
    background-position: -152px -380px;
    width: 124px;
    height: 45px;
    opacity: 0; }
  .logo-main img {
    position: relative;
    z-index: 1; }
  .logo-main:hover img {
    opacity: 0; }
  .logo-main:hover:after {
    opacity: 1; }

.list-green a {
  display: inline-block;
  padding-left: 25px;
  position: relative;
  transition: color 0.2s; }

.list-green a:hover {
  color: #6cb62b !important;
  transition: color 0.2s; }

.list-green a:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  background-color: #D7E9F3;
  background-image: -moz-linear-gradient(bottom, #519F13 0%, #5EC60D 100%);
  background-image: -o-linear-gradient(bottom, #519F13 0%, #5EC60D 100%);
  background-image: -webkit-linear-gradient(bottom, #519F13 0%, #5EC60D 100%);
  background-image: linear-gradient(to top, #519F13 0%, #5EC60D 100%);
  border-radius: 50px;
  position: absolute;
  top: 7px;
  left: 2px;
  transition: width 0.2s; }

.list-green a:hover:before {
  width: 18px;
  transition: width 0.2s; }

.line-bottom {
  border-bottom: 2px solid #d9eaf4; }

.date, .specialists .title {
  display: inline-block;
  margin-top: 10px;
  background: #6cb62b;
  padding: 6px 17px;
  color: #fff;
  font-size: 18px; }

.articles {
  padding-bottom: 45px; }
  .articles .col-3 {
    margin-bottom: 40px; }
    .articles .col-3 p, .articles .col-3 .video h3, .articles .video .col-3 h3 {
      font-size: 16px; }
  .articles h4 {
    margin: 0;
    margin-bottom: 10px; }
  .articles h4 a, div.mpg-news-title a {
    color: #02519E;
font-size: 20px;
    line-height: 28px;
    text-decoration: none; }
	 div.mpg-news-title{
	 	margin-bottom:10px;
	 }
    .articles h4 a:hover {
      text-decoration: underline; }
  .articles .video h3 {
    line-height: 22px; }

.file-size {
  color: #02519E;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  padding: 12px 10px;
  padding-right: 6px;
  margin-right: 33px; }

.files h4 a span.title {
  width: 850px;
  color: #02519E; }

.files h4 a span.author {
  width: 100%;
  margin-top: 8px;
  line-height: 5px;
  color: #171717;
  font-family: "MyriadPro";
  font-size: 16px;
  font-weight: 400;
  text-decoration: none !important;
  margin-bottom: 6px; }

.files h4 a:hover .title {
  text-decoration: underline; }

.files h4 a:hover .file-size {
  color: #fff; }

.pubs a {
  text-decoration: none; }
  .pubs a h4 {
    font-size: 24px;
    color: #02519E;
    margin: 0; }
  .pubs a:hover h4 {
    text-decoration: underline; }

.arr-green-right:after {
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -511px -190px;
  width: 13px;
  height: 11px;
  margin-left: 8px;
  margin-bottom: 2px;
  text-decoration: none; }

/* FRONT PAGE */
.fp-head {
  background: #02519E; }
  .fp-head .text-wrap {
    display: table;
    position: absolute;
    height: 384px;
    width: 100%;
    padding-left: 42px;
    z-index: 1; }
    .fp-head .text-wrap .center {
      display: table-cell;
      vertical-align: middle; }
  .fp-head h1 {
    color: #FFF;
    font-size: 70px;
    text-transform: uppercase;
    margin: 0;
    letter-spacing: 1px; }
  .fp-head h3 {
    color: #FFF;
    font-size: 28px;
    line-height: 30px;
    margin: 0; }
  .fp-head .img-wrap {
    display: inline-block;
    vertical-align: top;
    width: 192px;
    height: 192px;
    position: relative; }
    .fp-head .img-wrap img {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }

.fp-links {
  min-height: 600px;
  padding: 64px 0 10px;
  text-align: center; }
  .fp-links .block-rounded {
    display: inline-block;
    width: 470px;;
    min-height: 480px;
    background-color: #02519E;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    text-align: left;
    padding: 35px 30px; }
    .fp-links .block-rounded.spec {
      float: left; }
    .fp-links .block-rounded.patient {
      float: right; }
    .fp-links .block-rounded h2, .fp-links .block-rounded p.art-title {
      color: #FFF;
      font-size: 36px;
      margin: 0;
      margin-bottom: 65px; }
	  .fp-links .block-rounded p.art-title{
	  	font-weight:bold;
		padding:0;
		font-family:"BarnaulGrotesk",Helvetica Neue,Helvetica,Arial;
	  }
    .fp-links .block-rounded h2::before, .fp-links .block-rounded p.art-title::before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-right: 20px; }
    .fp-links .block-rounded.spec h2::before, .fp-links .block-rounded.spec p.art-title::before {
      background-image: url(../img/sprite.png);
      background-position: -456px 0px;
      width: 73px;
      height: 73px; }
    .fp-links .block-rounded.patient h2::before, .fp-links .block-rounded.patient p.art-title::before {
      background-image: url(../img/sprite.png);
      background-position: -456px -73px;
      width: 73px;
      height: 73px; }
    .fp-links .block-rounded.patient ul {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2; }
    .fp-links .block-rounded li {
      margin-bottom: 14px !important; }
    .fp-links .block-rounded li a {
      color: #FFF;
      font-size: 20px;
      text-decoration: none; }

.fp-news {
  background: #d7e9f3;
  padding-top: 42px;
  padding-bottom: 32px; }
  .fp-news .tabs {
    border: 3px solid #F9F9F9;
    padding: 20px 25px;
    margin-bottom: 45px;
    display: inline-block; }
    .fp-news .tabs a {
      font-size: 18px;
      display: inline-block;
      vertical-align: top;
      margin: 0 15px;
      border-bottom: 2px dashed #02519E;
      transition: all 0.2s;
      text-decoration: none; }
      .fp-news .tabs a.active {
        color: #282828;
        border-bottom: 2px solid #5ec60d;
        transition: all 0.2s; }
    .fp-news .tabs a:hover {
      border-color: transparent;
      transition: all 0.2s; }

.fp-sources {
  padding: 45px 0; }
  .fp-sources h3, .fp-sources .h3 {
    color: #02519E;
    font-size: 30px;
    margin: 0;
    padding-bottom: 10px; }
  .fp-sources .row {
    padding-top: 30px;
    padding-bottom: 60px; }
  .fp-sources .row a {
    display: inline-block;
    vertical-align: top;
    width: 14.1%;
    height: 115px;
    text-align: center;
    text-decoration: none !important;
    margin-bottom: 15px;
    position: relative; }
    .fp-sources .row a .frame {
      display: block;
      height: 80px;
      width: 100%;
      white-space: nowrap;
      text-align: center; }
    .fp-sources .row a .helper {
      display: inline-block;
      height: 100%;
      vertical-align: middle; }
    .fp-sources .row a img {
      vertical-align: middle;
      max-height: 60px;
      max-width: 100%;
      transition: all 0.2s; }
    .fp-sources .row a .link {
      font-size: 14px;
      text-decoration: underline;
      color: #02519E;
      position: absolute;
      margin: 0 auto;
      left: 0;
      right: 0;
      bottom: 12px;
      display: block; }
    .fp-sources .row a:hover .link {
      text-decoration: none; }

.fp-slider {
  text-align: center;
  margin: 42px 0;
  position: relative; }
  .fp-slider .nav a {
    position: absolute;
    z-index: 100;
    top: 0;
    width: 36px;
    height: 36px;
    background-color: #02629F;
    cursor: pointer;
    border-radius: 50%;
    text-indent: -99999px; }
    .fp-slider .nav a:hover {
      background-color: #02629F;
      background-image: -moz-linear-gradient(bottom, #519F13 0%, #5EC60D 100%);
      background-image: -o-linear-gradient(bottom, #519F13 0%, #5EC60D 100%);
      background-image: -webkit-linear-gradient(bottom, #519F13 0%, #5EC60D 100%);
      background-image: linear-gradient(to top, #519F13 0%, #5EC60D 100%); }
    .fp-slider .nav a:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
  .fp-slider .bx-prev {
    left: 0; }
    .fp-slider .bx-prev:after {
      background-image: url(../img/sprite.png);
      background-position: -481px -205px;
      width: 8px;
      height: 13px; }
  .fp-slider .bx-next {
    right: 0; }
    .fp-slider .bx-next:after {
      background-image: url(../img/sprite.png);
      background-position: -456px -222px;
      width: 8px;
      height: 13px;
      left: auto !important;
      right: 13px !important; }
  .fp-slider .content a img {
    max-width: 100%;
    max-height: 100%; }
    
    
    
    
    
    
    
    
    .fp-sliders {
  text-align: center;
  margin: 42px 0;
  position: relative; }
  .fp-sliders .navs a {
    position: absolute;
    z-index: 100;
    top: 0;
    width: 36px;
    height: 36px;
    background-color: #02629F;
    cursor: pointer;
    border-radius: 50%;
    text-indent: -99999px; }
    .fp-sliders .navs a:hover {
      background-color: #02629F;
      background-image: -moz-linear-gradient(bottom, #519F13 0%, #5EC60D 100%);
      background-image: -o-linear-gradient(bottom, #519F13 0%, #5EC60D 100%);
      background-image: -webkit-linear-gradient(bottom, #519F13 0%, #5EC60D 100%);
      background-image: linear-gradient(to top, #519F13 0%, #5EC60D 100%); }
    .fp-sliders .navs a:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
  .fp-sliders .bx-prev {
    left: 0; }
    .fp-sliders .bx-prev:after {
      background-image: url(../img/sprite.png);
      background-position: -481px -205px;
      width: 8px;
      height: 13px; }
  .fp-sliders .bx-next {
    right: 0; }
    .fp-sliders .bx-next:after {
      background-image: url(../img/sprite.png);
      background-position: -456px -222px;
      width: 8px;
      height: 13px;
      left: auto !important;
      right: 13px !important; }
  .fp-sliders .content a img {
    max-width: 100%;
    max-height: 100%; }
    
    
    
    
    
    
    
    
    
    
    
    
    
    

/* COMMON INNER PAGE STYLES */
.breadcrumbs {
  margin-bottom: 18px; }
  .breadcrumbs ul li {
    display: inline-block;
   }
    .breadcrumbs ul li:after {
      content: ' / ';
      font-size: 12px;
      color: #fff; }
    .breadcrumbs ul li:last-of-type:after {
      opacity: 0; }
    .breadcrumbs ul li a {
      font-size: 12px;
      text-decoration: none;
      color: #fff;
      font-weight: 400; }

.inner-head {
  padding-top: 25px;
  padding-bottom: 35px;
  background: #02519E;
  margin-bottom: 57px; }
  .inner-head.spec {
    background: #02a3df; }
  .inner-head h1 {
    margin: 0;
	white-space:nowrap; }
    .inner-head h1 span {
      color: #FFF;
      font-size: 36px;
      line-height: 50px;
	  white-space:normal;
	  display:inline-block;
	  width:84%; }
  .inner-head h1:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px; }
  .inner-head.tabbed {
    padding-bottom: 0; }
    .inner-head.tabbed h1 {
      padding-bottom: 35px; }
    .inner-head.tabbed .tabs ul {
      display: inline-block; }
      .inner-head.tabbed .tabs ul:hover li a {
        color: #fff !important;
        background: #02519E !important;
        box-shadow: none !important; }
      .inner-head.tabbed .tabs ul li a {
        display: block;
        padding: 28px 20px;
        height: 85px;
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 400; }
      .inner-head.tabbed .tabs ul li.active a {
        background: #fff;
        color: #02519E;
        position: relative;
        box-shadow: 6px 0 4px -4px #666; }
      .inner-head.tabbed .tabs ul li:hover > a {
        background: #fff !important;
        color: #02519E !important;
        box-shadow: 6px 0 4px -4px #666; }
  .inner-head.section-map {
    margin-bottom: 0; }

.inner-head.section-news h1::before {
  background-image: url(../img/sprite.png);
  background-position: -152px -152px;
  width: 76px;
  height: 76px; }

.inner-head.section-search h1::before {
  background-image: url(../img/sprite.png);
  background-position: -76px -76px;
  width: 76px;
  height: 76px; }

.inner-head.section-contacts h1::before {
  background-image: url(../img/sprite.png);
  background-position: -380px -228px;
  width: 76px;
  height: 76px; }

.inner-head.section-gep-a h1::before {
  background-image: url(../img/sprite.png);
  background-position: -304px -152px;
  width: 76px;
  height: 76px; }

.inner-head.section-gep-b h1::before {
  background-image: url(../img/sprite.png);
  background-position: -304px -76px;
  width: 76px;
  height: 76px; }

.inner-head.section-gep-c h1::before {
  background-image: url(../img/sprite.png);
  background-position: -304px 0px;
  width: 76px;
  height: 76px; }

.inner-head.section-gep-d h1::before {
  background-image: url(../img/sprite.png);
  background-position: -228px -228px;
  width: 76px;
  height: 76px; }

.inner-head.section-gep-e h1::before {
  background-image: url(../img/sprite.png);
  background-position: -152px -228px;
  width: 76px;
  height: 76px; }

.inner-head.section-hiv h1::before {
  background-image: url(../img/sprite.png);
  background-position: -76px -228px;
  width: 76px;
  height: 76px; }

.inner-head.section-school h1::before {
  background-image: url(../img/sprite.png);
  background-position: -152px 0px;
  width: 76px;
  height: 76px; }

.inner-head.section-map h1::before {
  background-image: url(../img/sprite.png);
  background-position: -228px -152px;
  width: 76px;
  height: 76px; }

.inner-head.section-law h1::before {
  background-image: url(../img/sprite.png);
  background-position: 0px -228px;
  width: 76px;
  height: 76px; }

.inner-head.section-mind h1::before {
  background-image: url(../img/sprite.png);
  background-position: -228px 0px;
  width: 76px;
  height: 76px; }

.inner-head.section-and h1::before {
  background-image: url(../img/sprite.png);
  background-position: -152px -304px;
  width: 76px;
  height: 76px; }

.inner-head.section-word h1::before {
  background-image: url(../img/sprite.png);
  background-position: -76px 0px;
  width: 76px;
  height: 76px; }

.inner-head.section-alco h1::before {
  background-image: url(../img/sprite.png);
  background-position: 0px -304px;
  width: 76px;
  height: 76px; }

.inner-head.section-fat h1::before {
  background-image: url(../img/sprite.png);
  background-position: -76px -380px;
  width: 76px;
  height: 76px; }

.inner-head.section-autoimm h1::before {
  background-image: url(../img/sprite.png);
  background-position: -304px -304px;
  width: 76px;
  height: 76px; }

.inner-head.section-carcinoma h1::before {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 76px;
  height: 76px; }

.inner-head.section-alpha h1::before {
  background-image: url(../img/sprite.png);
  background-position: -76px -304px;
  width: 76px;
  height: 76px; }

.inner-head.section-cu h1::before {
  background-image: url(../img/sprite.png);
  background-position: -380px -304px;
  width: 76px;
  height: 76px; }

.inner-head.section-vrvp h1::before {
  background-image: url(../img/sprite.png);
  background-position: 0px -76px;
  width: 76px;
  height: 76px; }

.inner-head.section-ascit h1::before {
  background-image: url(../img/sprite.png);
  background-position: -228px -304px;
  width: 76px;
  height: 76px; }

.inner-head.section-meds h1::before {
  background-image: url(../img/sprite.png);
  background-position: -228px -76px;
  width: 76px;
  height: 76px; }

.inner-head.section-fe h1::before {
  background-image: url(../img/sprite.png);
  background-position: -380px -76px;
  width: 76px;
  height: 76px; }

.inner-head.section-cirroz h1::before {
  background-image: url(../img/sprite.png);
  background-position: -380px -152px;
  width: 76px;
  height: 76px; }

.inner-head.section-holangid h1::before {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 76px;
  height: 76px; }

.inner-head.section-gcarcinoma h1::before {
  background-image: url(../img/sprite.png);
  background-position: -304px -228px;
  width: 76px;
  height: 76px; }

.inner-head.section-calc h1::before {
  background-image: url(../img/sprite.png);
  background-position: -380px 0px;
  width: 76px;
  height: 76px; }

.inner-head.section-edu h1::before {
  background-image: url(../img/sprite.png);
  background-position: 0px -380px;
  width: 76px;
  height: 76px; }

.inner-head.section-pubs h1::before {
  background-image: url(../img/sprite.png);
  background-position: -152px -76px;
  width: 76px;
  height: 76px; }

.inner-head.section-pres h1::before {
  background-image: url(../img/sprite.png);
  background-position: 0px -152px;
  width: 76px;
  height: 76px; }

.inner-head.section-pcirroz h1::before {
  background-image: url(../img/sprite.png);
  background-position: -76px -152px;
  width: 76px;
  height: 76px; }

.inner-heading {

  display: inline-block;
  height: 86px;
  background: #6cb62b;
  padding: 22px 0;
  padding-right: 30px;
  color: #fff;
  font-size: 36px;
  border-radius: 0 5px 5px 0;
  position: relative;
  margin: 0;
  margin-bottom: 50px; }
  .inner-heading:before {
    content: '';
    height: 130px;
    width: 110px;
    background: #6cb62b;
    position: absolute;
    left: -110px;
    top: 0; }
    .inner-headingg {

  display: inline-block;
  height: 86px;
  background: #6cb62b;
  padding: 22px 0;
  padding-right: 30px;
  color: #fff;
  font-size: 36px;
  border-radius: 0 5px 5px 0;
  position: relative;
  margin: 0;
  margin-bottom: 40px; }
    .inner-headingg:before {
    content: '';
    height: 86px;
    width: 110px;
    background: #6cb62b;
    position: absolute;
    left: -110px;
    top: 0; }
  .inner-heading form input {
    width: 400px; }

.aside-right {
  position: absolute;
  right: 0px;
  top: -162px;
  width: 60px; }
  .aside-right ul li {
    display: block; }
    .aside-right ul li a {
      display: block;
      position: relative;
      text-decoration: none; }
      .aside-right ul li a:hover {
        color: #fff; }
    .aside-right ul li a:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    .aside-right ul li.print a:after {
      background-image: url(../img/sprite.png);
      background-position: -479px -146px;
      width: 23px;
      height: 23px; }
    .aside-right ul li.mail a:after {
      background-image: url(../img/sprite.png);
      background-position: -456px -190px;
      width: 23px;
      height: 15px; }
    .aside-right ul li.calc a:after {
      background-image: url(../img/sprite.png);
      background-position: -475px -169px;
      width: 19px;
      height: 21px; }
    .aside-right ul li.print:hover a:after {
      background-image: url(../img/sprite.png);
      background-position: -502px -146px;
      width: 23px;
      height: 23px; }
    .aside-right ul li.mail:hover a:after {
      background-image: url(../img/sprite.png);
      background-position: -494px -169px;
      width: 23px;
      height: 15px; }
    .aside-right ul li.calc:hover a:after {
      background-image: url(../img/sprite.png);
      background-position: -456px -169px;
      width: 19px;
      height: 21px; }

.specialists .title {
  font-size: 22px !important;
  margin-top: 25px !important; }

.specialists p, .specialists .articles .video h3, .articles .video .specialists h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0; }

.table-control {
  margin-bottom: 35px; }
  .table-control .blue-btn {
    margin-left: 10px; }
  .table-control input {
    width: 199px; }
  .table-control .select-btn {
    position: relative;
    width: 36px; }
    .table-control .select-btn:after {
      content: '';
      display: block;
      background-image: url(../img/sprite.png);
      background-position: -502px -205px;
      width: 13px;
      height: 8px;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }

.video .col-2 {
  margin-bottom: 50px; }

.video h3 {
  color: #02519E;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 10px;
  margin-top: 20px; }

.video p, .articles .video h3 {
  margin-bottom: 0; }

.test-body {
  margin-bottom: 45px; }
  .test-body .section {
    padding-left: 33px;
    margin-bottom: 45px;
    position: relative;
    font-size: 18px; }
    .test-body .section .num {
      position: absolute;
      top: 0;
      left: 0;
      font-size: 18px;
      font-weight: 700;
      color: #171717; }
    .test-body .section label {
      margin-bottom: 10px; }
  .test-body.calc .section {
    padding-left: 0;
    margin-bottom: 15px; }
  .test-body.calc .blue-btn {
    margin-left: 0; }
  .test-body.calc input {
    display: block;
    width: 260px !important;
    margin-top: 5px; }
  .test-body.calc .test-result:after {
    left: 70px; }
  .test-body .blue-btn {
    margin-left: 33px; }
  .test-body .test-result {
    padding: 33px;
    background: #d7e9f3;
    width: 960px;
    margin-left: -33px;
    position: relative;
    margin-top: 20px;
    font-size: 18px; }
    .test-body .test-result:after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 17.5px 18px 17.5px;
      border-color: transparent transparent #d7e9f3 transparent;
      position: absolute;
      top: -18px;
      left: 102px; }
    .test-body .test-result h5 {
      margin: 0;
      color: #171717;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 20px; }
    .test-body .test-result p, .test-body .test-result .articles .video h3, .articles .video .test-body .test-result h3 {
      margin-bottom: 0;
      padding-left: 33px; }
    .test-body .test-result strong {
      font-size: 24px;
      font-weight: 700;
      color: #02519E; }

#map-top {
  height: 560px;
  width: 100%;
  margin-bottom: 57px; }

.map-inner {
  height: 370px;
  margin-bottom: 30px; }

table.map-info {
  margin-bottom: 20px; }
  table.map-info td {
    border: none;
    padding: 5px 0;
    padding-right: 20px;
    font-size: 18px; }
    table.map-info td a {
      font-family: 'MyriadPro'; }




.wp-pagenavi {
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	display: inline-block;
	margin: 10px 0;
}

.wp-pagenavi a:last-child, .wp-pagenavi span:last-child {
	border-radius: 0 4px 4px 0;
}

.wp-pagenavi .pages {
	display: none;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	font-size: 14px;
	padding: 4px 12px;
	line-height: 20px;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-left: 0;
}

.previouspostslink {
	border-radius: 4px 0 0 4px;
	border-left: 1px solid #ddd;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	background: #f5f5f5;
	color: #999;
}
.tribe-events-ajax-loading {
    display:none!important;
}
.tribe-events-calendar {
    border:solid;
}
.tribe-events-ical, .tribe-events-button {
    display:none!important;
}
#tribe-events-footer {
    display:none!important;
}





.n2-ss-slider-1, .n2-ss-swipe-element {
    width: 100% !important;
    min-width: 1200px;
}
.view-container-border, .view-cap, {
    background-color: ffffff !important;
}
.mv-daynames-table {
    display: none !important;
}
.mv-event-container {
    border-top: 0px solid #bcf !important;
    border-bottom: 0px solid #bcf !important;
}






