.container, .row {
  *zoom: 1;
}
.container:before, .row:before, .container:after, .row:after {
  content: "";
  display: table;
}
.container:after, .row:after {
  clear: both;
}

@font-face {
  font-family: 'SegoeUI';
  src: url("../fonts/SegoeUI.woff") format("woff"), url("../fonts/SegoeUI.otf") format("otf"), url("../fonts/SegoeUI.svg#SegoeUI") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'segoeui';
  src: url("../fonts/segoeui.eot");
  src: url("../fonts/segoeui.woff2") format("woff2"), url("../fonts/segoeui.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SegoeUI-Light';
  src: url("../fonts/SegoeUI-Light.otf") format("otf"), url("../fonts/SegoeUI-Light.woff") format("woff"), url("../fonts/SegoeUI-Light.svg#SegoeUI-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'segoeuil';
  src: url("../fonts/segoeuil.eot");
  src: url("../fonts/segoeuil.woff2") format("woff2"), url("../fonts/segoeuil.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'SegoeUI-Semibold';
  src: url("../fonts/SegoeUI-Semibold.woff") format("woff"), url("../fonts/SegoeUI-Semibold.svg#SegoeUI-Semibold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'seguisb';
  src: url("../fonts/seguisb.eot");
  src: url("../fonts/seguisb.woff2") format("woff2"), url("../fonts/seguisb.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'quicksand';
  src: url("/assets/fonts/quicksand-regular-webfont.woff2") format("woff2"), url("/assets/fonts/quicksand-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
h1, h2, h3, h4, h5, h6, p, a, label {
  font-family: 'quicksand', "arial";
  font-weight: normal;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

.btn {
  display: block;
  cursor: pointer;
  padding: 15px;
  margin: auto;
  font-family: "quicksand", "arial", sans-serif;
  width: 60%;
  max-width: 600px;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.btn.btn-green {
  margin-top: 50px;
  color: #085835;
  background-color: #14e58a;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border: 1px solid #10b66e;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  border-radius: 35px;
  -moz-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3), 0px 0px 5px 0px #6df2b8 inset;
  -webkit-box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3), 0px 0px 5px 0px #6df2b8 inset;
  box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.3), 0px 0px 5px 0px #6df2b8 inset;
}
.btn.btn-green small {
  color: #0c8751;
  font-weight: light;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
}
.btn.btn-green:hover {
  background-color: #6df2b8;
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5), 0px 0px 5px 0px #6df2b8 inset;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5), 0px 0px 5px 0px #6df2b8 inset;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5), 0px 0px 5px 0px #6df2b8 inset;
}
.btn.btn-green:active {
  -moz-transition: all 100ms ease-in-out;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
  border: 1px solid #3eeea1;
  background-color: #12ce7c;
  -moz-box-shadow: 0px 0px 7px 0px transparent, 0px 10px 15px 0px #0c8751 inset;
  -webkit-box-shadow: 0px 0px 7px 0px transparent, 0px 10px 15px 0px #0c8751 inset;
  box-shadow: 0px 0px 7px 0px transparent, 0px 10px 15px 0px #0c8751 inset;
}

.form-control {
  display: block;
  background-color: transparent;
  padding: 5px;
  margin: 0px;
  font-family: "quicksand", "arial", sans-serif;
  border-radius: 3px;
  border: 1px solid #fff;
  width: 100%;
  height: 30px;
  color: white;
}

textarea {
  display: block;
  background-color: transparent;
  border: 1px solid #fff;
  padding: 5px;
  margin: 0px;
  font-family: "quicksand", "arial", sans-serif;
  border-radius: 3px;
  width: 100%;
  height: 100px;
  color: white;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  cursor: pointer;
  text-decoration: none;
}

html, body, div, section, article, header, aside, nav, footer, ul, li, a {
  margin: 0;
  padding: 0;
}

img {
  width: auto;
  max-width: 100%;
  height: auto !important;
  display: block;
}

.clearfix, .clearfix:after, .clearfix:before {
  *zoom: 1;
  display: block;
  overflow: hidden;
  clear: both;
  min-height: 1px;
}

.responsive_image {
  display: block;
  max-width: 100%;
  height: auto;
}

section {
  display: block;
  min-height: 768px;
  padding-top: 20px;
  clear: both;
  position: relative;
}
section .container {
  width: 1170px;
  max-width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  margin-left: auto;
  margin-right: auto;
}
section .container h1 {
  text-transform: uppercase;
}
section .container aside {
  width: 40%;
  float: right;
  display: block;
  position: relative;
  margin: 0px;
  padding: 20px;
}
section .container aside img {
  margin-top: 40px;
}
section .container article {
  float: left;
  display: block;
  width: 60%;
  position: relative;
  margin: 0px;
  padding: 20px;
}
section .container article p {
  line-height: 20px;
}
section .container article .site_link {
  padding: 10px 35px;
  color: #fff;
  background-color: #39b54a;
  border: 1px solid rgba(200, 200, 200, 0.4);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
  display: block;
  margin: 0 auto;
  width: 250px;
  text-align: center;
  font-family: "quicksand", "arial", sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  border-radius: 25px;
}
section h1 {
  margin-top: 30px;
  text-align: center;
  font-size: 42px;
}
section#full_screen {
  background-color: #2187b6;
  background: -moz-radial-gradient(center, ellipse cover, #30a2c9 0%, #1d80aa 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #30a2c9 0%, #1d80aa 100%);
  background: radial-gradient(ellipse at center, #30a2c9 0%, #1d80aa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30a2c9', endColorstr='#1d80aa',GradientType=1 );
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.5);
  z-index: 1;
}
section#full_screen .container .welcome_block {
  width: 100%;
  text-align: center;
  margin-top: 70px;
}
section#full_screen .container .welcome_block #logo-main {
  width: 180px;
  height: 185px;
  display: block;
  margin: auto;
  background-position: -20px 0px;
  background-size: 560px 460px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  section#full_screen .container .welcome_block #logo-main {
    background-image: url("/assets/images/sprite_hdpi.png");
  }
}
@media only screen and (-webkit-max-device-pixel-ratio: 1.3), only screen and (-o-max-device-pixel-ratio: 13 / 10), only screen and (max-resolution: 120dpi) {
  section#full_screen .container .welcome_block #logo-main {
    background-image: url("/assets/images/sprite.png");
  }
}
section#full_screen .container .welcome_block h1 {
  color: #83e1ff;
  font-size: 56px;
  margin-bottom: 15px !important;
  text-shadow: 0px 1px 5px rgba(85, 85, 85, 0.7);
}
section#full_screen .container .welcome_block h4 {
  color: white;
}
section#full_screen .container .welcome_block span {
  color: #83e1ff;
  font-size: 18px;
}
section#full_screen .container .menu_blocks {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  margin-top: 60px;
  text-align: center;
}
section#full_screen .container .menu_blocks .blocks {
  position: relative;
  display: inline-block;
  float: none;
  width: 100%;
  padding: 20px;
  text-align: center;
}
section#full_screen .container .menu_blocks .blocks .inner {
  background-color: rgba(255, 255, 255, 0.2);
  min-height: 150px;
  color: white;
  overflow: hidden;
  box-shadow: 0px 0px 17px rgba(80, 80, 80, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  -moz-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
section#full_screen .container .menu_blocks .blocks .inner h2 {
  font-size: 21px;
  font-weight: normal;
  position: static;
  bottom: 10px;
  cursor: pointer;
}
section#full_screen .container .menu_blocks .blocks .inner i {
  width: 50px;
  height: 50px;
  display: block;
  margin: 30px auto 10px auto;
  cursor: pointer;
}
section#full_screen .container .menu_blocks .blocks .inner .icon-about {
  background-position: -20px -200px;
  background-size: 560px 460px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  section#full_screen .container .menu_blocks .blocks .inner .icon-about {
    background-image: url("/assets/images/sprite_hdpi.png");
  }
}
@media only screen and (-webkit-max-device-pixel-ratio: 1.3), only screen and (-o-max-device-pixel-ratio: 13 / 10), only screen and (max-resolution: 120dpi) {
  section#full_screen .container .menu_blocks .blocks .inner .icon-about {
    background-image: url("/assets/images/sprite.png");
  }
}
section#full_screen .container .menu_blocks .blocks .inner .icon-education {
  background-position: -80px -200px;
  background-size: 560px 460px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  section#full_screen .container .menu_blocks .blocks .inner .icon-education {
    background-image: url("/assets/images/sprite_hdpi.png");
  }
}
@media only screen and (-webkit-max-device-pixel-ratio: 1.3), only screen and (-o-max-device-pixel-ratio: 13 / 10), only screen and (max-resolution: 120dpi) {
  section#full_screen .container .menu_blocks .blocks .inner .icon-education {
    background-image: url("/assets/images/sprite.png");
  }
}
section#full_screen .container .menu_blocks .blocks .inner .icon-telehealth {
  background-position: -140px -200px;
  background-size: 560px 460px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  section#full_screen .container .menu_blocks .blocks .inner .icon-telehealth {
    background-image: url("/assets/images/sprite_hdpi.png");
  }
}
@media only screen and (-webkit-max-device-pixel-ratio: 1.3), only screen and (-o-max-device-pixel-ratio: 13 / 10), only screen and (max-resolution: 120dpi) {
  section#full_screen .container .menu_blocks .blocks .inner .icon-telehealth {
    background-image: url("/assets/images/sprite.png");
  }
}
section#full_screen .container .menu_blocks .blocks .inner .icon-research {
  background-position: -200px -200px;
  background-size: 560px 460px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  section#full_screen .container .menu_blocks .blocks .inner .icon-research {
    background-image: url("/assets/images/sprite_hdpi.png");
  }
}
@media only screen and (-webkit-max-device-pixel-ratio: 1.3), only screen and (-o-max-device-pixel-ratio: 13 / 10), only screen and (max-resolution: 120dpi) {
  section#full_screen .container .menu_blocks .blocks .inner .icon-research {
    background-image: url("/assets/images/sprite.png");
  }
}
section#full_screen .container .menu_blocks .blocks .inner .icon-social {
  background-position: -260px -200px;
  background-size: 560px 460px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  section#full_screen .container .menu_blocks .blocks .inner .icon-social {
    background-image: url("/assets/images/sprite_hdpi.png");
  }
}
@media only screen and (-webkit-max-device-pixel-ratio: 1.3), only screen and (-o-max-device-pixel-ratio: 13 / 10), only screen and (max-resolution: 120dpi) {
  section#full_screen .container .menu_blocks .blocks .inner .icon-social {
    background-image: url("/assets/images/sprite.png");
  }
}
section#full_screen .container .menu_blocks .blocks .inner:hover {
  background-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0px 7px 17px rgba(80, 80, 80, 0.7);
}
section#full_screen .container .menu_blocks .blocks.about, section#full_screen .container .menu_blocks .blocks.education, section#full_screen .container .menu_blocks .blocks.telehealth, section#full_screen .container .menu_blocks .blocks.research, section#full_screen .container .menu_blocks .blocks.social, section#full_screen .container .menu_blocks .blocks.contact_us {
  position: relative;
  box-sizing: border-box;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp;
  /* Chrome, Safari, Opera */
  -webkit-animation-duration: 4s;
  /* Chrome, Safari, Opera */
  animation-name: fadeInUp;
  animation-duration: 1s;
  opacity: 1;
}
section#full_screen .container .menu_blocks .blocks.education {
  -webkit-animation-duration: 4s;
  /* Chrome, Safari, Opera */
  animation-delay: .1s;
  animation-duration: 0.9s;
}
section#full_screen .container .menu_blocks .blocks.telehealth {
  -webkit-animation-duration: 4s;
  /* Chrome, Safari, Opera */
  animation-delay: .2s;
  animation-duration: .8s;
}
section#full_screen .container .menu_blocks .blocks.research {
  -webkit-animation-duration: 4s;
  /* Chrome, Safari, Opera */
  animation-delay: .3s;
  animation-duration: .7s;
}
section#full_screen .container .menu_blocks .blocks.social {
  -webkit-animation-duration: 4s;
  /* Chrome, Safari, Opera */
  animation-delay: .4s;
  animation-duration: .6s;
}
section#full_screen .container .menu_blocks .blocks.contact_us {
  -webkit-animation-duration: 4s;
  /* Chrome, Safari, Opera */
  animation-delay: .5s;
  animation-duration: .5s;
}
@keyframes fadeInUp {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: -0px;
    opacity: 1;
  }
}
section#full_screen .container .partner-logos {
  text-align: center;
  width: 78%;
  min-height: 50px;
  margin: -20px auto;
  /* border: 1px solid rgba(255,255,255,0.4); */
  background-color: white;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 3px 10px 25px rgba(0, 0, 0, 0.3);
  position: relative;
  /* background-image: url("../images/about_bg.jpg"); */
  top: 83px;
  background-position-y: -117px;
}
section#full_screen .container .partner-logos div {
  width: 113px;
  height: 100px;
  border: 1px solid transparent;
  border-radius: 3px;
  display: inline-block;
  margin: 0 10px 30px 10px;
}
section#full_screen .container .partner-logos .colaboration {
  display: inline-block;
  text-transform: uppercase;
  width: auto;
  height: auto;
  vertical-align: top;
  margin-top: 15px;
  font-family: "quicksand", "arial", sans-serif;
  font-size: 25px;
  font-weight: bold;
  box-shadow: none;
}
section#full_screen .container .partner-logos .dlp {
  background-position: -20px -255px;
  background-size: 560px 460px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  section#full_screen .container .partner-logos .dlp {
    background-image: url("/assets/images/sprite_hdpi.png");
  }
}
@media only screen and (-webkit-max-device-pixel-ratio: 1.3), only screen and (-o-max-device-pixel-ratio: 13 / 10), only screen and (max-resolution: 120dpi) {
  section#full_screen .container .partner-logos .dlp {
    background-image: url("/assets/images/sprite.png");
  }
}
section#full_screen .container .partner-logos .nhn {
  background-position: -130px -255px;
  background-size: 560px 460px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  section#full_screen .container .partner-logos .nhn {
    background-image: url("/assets/images/sprite_hdpi.png");
  }
}
@media only screen and (-webkit-max-device-pixel-ratio: 1.3), only screen and (-o-max-device-pixel-ratio: 13 / 10), only screen and (max-resolution: 120dpi) {
  section#full_screen .container .partner-logos .nhn {
    background-image: url("/assets/images/sprite.png");
  }
}
section#full_screen .container .partner-logos .cghr {
  background-position: -240px -255px;
  background-size: 560px 460px;
  background-repeat: no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  section#full_screen .container .partner-logos .cghr {
    background-image: url("/assets/images/sprite_hdpi.png");
  }
}
@media only screen and (-webkit-max-device-pixel-ratio: 1.3), only screen and (-o-max-device-pixel-ratio: 13 / 10), only screen and (max-resolution: 120dpi) {
  section#full_screen .container .partner-logos .cghr {
    background-image: url("/assets/images/sprite.png");
  }
}
section#full_screen .container .partner-logos .cthealth {
  background-position: -20px -350px;
  background-size: 560px 460px;
  background-repeat: no-repeat;
  width: 210px;
  height: 85px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  section#full_screen .container .partner-logos .cthealth {
    background-image: url("/assets/images/sprite_hdpi.png");
  }
}
@media only screen and (-webkit-max-device-pixel-ratio: 1.3), only screen and (-o-max-device-pixel-ratio: 13 / 10), only screen and (max-resolution: 120dpi) {
  section#full_screen .container .partner-logos .cthealth {
    background-image: url("/assets/images/sprite.png");
  }
}
section#navigation_wrapper {
  display: none;
  background-color: #176d89;
  padding-top: 0px;
  min-height: 70px;
  overflow: hidden;
  height: auto;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
}
section#navigation_wrapper .container nav.main_navigation #logo-nav {
  background-position: -210px 0px;
  background-size: 560px 460px;
  background-repeat: no-repeat;
  height: 91px;
  width: 90px;
  float: left;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  section#navigation_wrapper .container nav.main_navigation #logo-nav {
    background-image: url("/assets/images/sprite_hdpi.png");
  }
}
@media only screen and (-webkit-max-device-pixel-ratio: 1.3), only screen and (-o-max-device-pixel-ratio: 13 / 10), only screen and (max-resolution: 120dpi) {
  section#navigation_wrapper .container nav.main_navigation #logo-nav {
    background-image: url("/assets/images/sprite.png");
  }
}
section#navigation_wrapper .container nav.main_navigation ul.navigation_bar {
  display: block;
  float: right;
  margin-top: 23px;
  list-style: none;
  color: white;
}
section#navigation_wrapper .container nav.main_navigation ul.navigation_bar li {
  display: inline-block;
  position: relative;
  list-style: none;
}
section#navigation_wrapper .container nav.main_navigation ul.navigation_bar li.icon {
  display: none;
}
section#navigation_wrapper .container nav.main_navigation ul.navigation_bar li a {
  font-family: 'quicksand', "arial";
  position: relative;
  display: block;
  padding: 10px 25px;
  font-weight: bold;
  font-size: 20px;
  font-weight: normal;
}
section#navigation_wrapper .container nav.main_navigation ul.navigation_bar li a:hover {
  color: #a8f07c;
}
section#navigation_wrapper .container nav.main_navigation ul.navigation_bar li a:active {
  color: #a8f07c;
}
section#navigation_wrapper .container nav.main_navigation ul.collapsed_menu {
  display: none;
  float: right;
  margin-top: 10px;
  list-style: none;
}
section#navigation_wrapper .container nav.main_navigation ul.collapsed_menu li {
  display: inline-block;
  position: relative;
  list-style: none;
}
section#navigation_wrapper .container nav.main_navigation ul.collapsed_menu li a {
  font-family: 'quicksand', "arial";
  position: relative;
  display: block;
  padding: 10px 25px;
  font-size: 16px;
  font-weight: bold;
}
section#about_section {
  background-image: url("../images/about_bg.jpg");
  background-position: baseline;
  padding: 20px 0px !important;
  min-height: 400px !important;
}
section#about_section .container h1 {
  color: #0d92bd;
  -moz-text-decoration-color: red;
  text-decoration-color: #009e54;
  text-align: center;
  margin-top: 140px;
}
section#about_section .container article {
  width: 100%;
}
section#about_section .container .about_image {
  text-align: center;
  margin: 90px auto;
  vertical-align: middle;
  display: block;
}
section#education_section {
  background-image: url("../images/education_bg.jpg");
  background-size: cover;
  background-position: left top;
  background-attachment: fixed;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.4);
}
section#education_section .container h1 {
  color: #fff;
  -moz-text-decoration-color: #f6f908;
  text-decoration-color: #f6f908;
}
section#education_section .container article {
  float: right;
  width: 100%;
}
section#education_section .container article div {
  width: 33%;
  float: left;
}
section#education_section .container article div div {
  width: 100% !important;
  clear: both;
  text-align: center;
}
section#education_section .container article div div.signup_image {
  background-position: -225px -95px;
  background-size: 560px 460px;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 75px !important;
  height: 90px;
  float: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  section#education_section .container article div div.signup_image {
    background-image: url("/assets/images/sprite_hdpi.png");
  }
}
@media only screen and (-webkit-max-device-pixel-ratio: 1.3), only screen and (-o-max-device-pixel-ratio: 13 / 10), only screen and (max-resolution: 120dpi) {
  section#education_section .container article div div.signup_image {
    background-image: url("/assets/images/sprite.png");
  }
}
section#education_section .container article div div.learn_image {
  background-position: -306px -95px;
  background-size: 560px 460px;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 75px !important;
  height: 90px;
  float: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  section#education_section .container article div div.learn_image {
    background-image: url("/assets/images/sprite_hdpi.png");
  }
}
@media only screen and (-webkit-max-device-pixel-ratio: 1.3), only screen and (-o-max-device-pixel-ratio: 13 / 10), only screen and (max-resolution: 120dpi) {
  section#education_section .container article div div.learn_image {
    background-image: url("/assets/images/sprite.png");
  }
}
section#education_section .container article div div.certificate_image {
  background-position: -306px 0px;
  background-size: 560px 460px;
  background-repeat: no-repeat;
  margin: 0 auto;
  width: 75px !important;
  height: 90px;
  float: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  section#education_section .container article div div.certificate_image {
    background-image: url("/assets/images/sprite_hdpi.png");
  }
}
@media only screen and (-webkit-max-device-pixel-ratio: 1.3), only screen and (-o-max-device-pixel-ratio: 13 / 10), only screen and (max-resolution: 120dpi) {
  section#education_section .container article div div.certificate_image {
    background-image: url("/assets/images/sprite.png");
  }
}
section#education_section .container article div article {
  padding: 20px;
  min-height: 260px;
}
section#education_section .container article div article h2 {
  color: #fff;
  text-align: center;
}
section#education_section .container article div.visit {
  width: 100%;
  text-align: center;
}
section#education_section .container article div.animate_signup, section#education_section .container article div.animate_learn, section#education_section .container article div.animate_certificate {
  position: relative;
  box-sizing: border-box;
  animation-name: easeIn;
  -webkit-animation-name: easeIn;
  /* Chrome, Safari, Opera */
  -webkit-animation-duration: 5s;
  /* Chrome, Safari, Opera */
  animation-name: easeIn;
  animation-duration: 1s;
}
section#education_section .container article div.animate_signup {
  -webkit-animation-duration: 5s;
  /* Chrome, Safari, Opera */
  animation-delay: .1s;
  animation-duration: 0.9s;
}
section#education_section .container article div.animate_learn {
  -webkit-animation-duration: 5s;
  /* Chrome, Safari, Opera */
  animation-delay: .2s;
  animation-duration: .8s;
}
section#education_section .container article div.animate_certificate {
  -webkit-animation-duration: 5s;
  /* Chrome, Safari, Opera */
  animation-delay: .3s;
  animation-duration: .7s;
}
@keyframes easeIn {
  from {
    bottom: -100px;
    opacity: 0;
  }
  to {
    bottom: -0px;
    opacity: 1;
  }
}
section#education_section .container article p {
  color: white;
}
section#telehealth_section .container h1 {
  color: #0d92bd;
  text-decoration-color: #009e54;
  margin-top: 50px;
}
section#telehealth_section .container article {
  float: left;
  width: 100%;
  margin-top: 50px;
}
section#telehealth_section .container article .image-block {
  text-align: center;
  margin-bottom: 100px;
}
section#telehealth_section .container article .image-block img {
  margin: 0 auto;
  display: block;
}
section#telehealth_section .container article p:last-child {
  margin-bottom: 50px !important;
}
section#telehealth_section:before {
  background-image: url("../images/single_doctor.jpg");
  background-color: rgba(0, 0, 0, 0.5);
  background-size: cover;
  opacity: 0.5;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section#research_section {
  background-image: url("../images/abstract_bg.png");
  background-position: left top;
}
section#research_section .container h1 {
  color: #0d92bd;
  text-decoration: underline;
  text-decoration-color: #009e54;
}
section#research_section .container aside {
  float: left;
}
section#research_section .container article {
  float: right;
}
section#contact_us_section {
  background-color: rgba(0, 0, 0, 0.8);
}
section#contact_us_section .container {
  color: white;
  width: 80%;
}
section#contact_us_section .container h1 {
  color: #0d92bd;
  text-decoration-color: #009e54;
}
section#contact_us_section .container aside {
  float: left;
  width: 50%;
}
section#contact_us_section .container aside .classleft {
  float: left;
  width: 50%;
}
section#contact_us_section .container aside .classright {
  margin-left: 5px;
  float: right;
  width: 45%;
}
section#contact_us_section .container article {
  float: left;
  width: 45%;
}
section#contact_us_section .container article label {
  margin-bottom: 8px;
  display: block;
}
section#contact_us_section .container article .first_name {
  padding: 10px;
  width: 50%;
  float: left;
}
section#contact_us_section .container article .email {
  padding: 10px;
  width: 50%;
  float: right;
}
section#contact_us_section .container article .message {
  padding: 10px;
  width: 100%;
}
section#contact_us_section .container article .subject {
  padding: 10px;
  width: 100%;
}
section#contact_us_section .container article .submit {
  width: 100%;
}
section#contact_us_section:before {
  background-size: cover;
  opacity: 0.5;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
section#social_network_section .container h1 {
  color: #0d92bd;
  text-decoration: underline;
  text-decoration-color: #009e54;
}

footer {
  min-height: 60px;
  background-color: #353333;
  padding: 10px;
}
footer .container .copy {
  color: #fff;
  font-size: 12px;
  text-align: left;
  width: 50%;
}
footer .container .cthealth {
  color: #fff;
  font-size: 12px;
  text-align: left;
  width: 50%;
}

#scrolltoTop {
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 6px 12px;
  background-color: rgba(23, 178, 229, 0.7);
  background-position: -195px -86px;
  background-size: 560px 460px;
  background-repeat: no-repeat;
  position: relative;
  right: 50px;
  bottom: 100px;
  float: right;
  cursor: pointer;
  width: 40px;
  height: 40px;
  font-size: 21px;
  z-index: 10;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13 / 10), only screen and (min-resolution: 120dpi) {
  #scrolltoTop {
    background-image: url("/assets/images/sprite_hdpi.png");
  }
}
@media only screen and (-webkit-max-device-pixel-ratio: 1.3), only screen and (-o-max-device-pixel-ratio: 13 / 10), only screen and (max-resolution: 120dpi) {
  #scrolltoTop {
    background-image: url("/assets/images/sprite.png");
  }
}

.up-carate {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #fff;
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.clear {
  clear: both;
}

@media screen and (max-width: 768px) {
  section .container {
    max-width: 100%;
  }
  section .container .welcome_block h1 {
    font-size: 30px !important;
  }
  section .container .welcome_block h4 {
    font-size: 18px !important;
  }
  section .container .partner-logos {
    width: 100%;
  }
  section .container article {
    float: none;
    width: 100% !important;
  }
  section .container article div {
    float: none;
    width: 100% !important;
  }
  section .container article .btn {
    width: 90%;
  }
  section#full_screen .container {
    max-width: 100%;
  }
  section#full_screen .container .partner-logos {
    width: 95%;
  }
  section#navigation_wrapper .container nav ul li {
    display: none !important;
  }
  section#navigation_wrapper .container nav ul li.icon {
    display: block !important;
  }
  section#navigation_wrapper .container nav ul li a {
    font-size: 16px !important;
    padding: 10px 20px !important;
    color: white;
  }
  section#navigation_wrapper .container nav ul.collapsed_menu li {
    display: block !important;
  }
  section#navigation_wrapper .container nav ul.collapsed_menu li a {
    font-size: 16px !important;
    padding: 10px 20px !important;
    color: white;
    font-family: 'quicksand', "arial";
  }
  section#contact_us_section div.container aside {
    float: none;
    width: 100%;
  }
}
@media screen and (min-width: 960px) {
  section#full_screen {
    min-height: 730px;
  }
  section#full_screen#navigation_wrapper .container nav #logo-nav {
    width: 25% !important;
  }
  section#full_screen#navigation_wrapper .container nav ul li {
    display: none !important;
  }
  section#full_screen#navigation_wrapper .container nav ul li.icon {
    display: block !important;
  }
  section#full_screen#navigation_wrapper .container nav ul li a {
    font-size: 16px !important;
    padding: 10px 20px !important;
    color: white;
  }
  section#full_screen#navigation_wrapper .container nav ul.collapsed_menu li {
    display: none !important;
  }
  section#full_screen#navigation_wrapper .container nav ul.collapsed_menu li a {
    font-size: 16px !important;
    padding: 10px 20px !important;
    color: white;
    font-family: 'quicksand', "arial";
  }

  .menu_blocks .blocks {
    width: 20% !important;
  }

  #about_section {
    background-position: center center;
  }
}
@media screen and (min-width: 1200px) {
  #full_screen {
    min-height: 960px;
  }
}
