@import "animate.css";
@import url(contact.html);
@import url(//fonts.googleapis.com/css?family=Lato:400);
@import url(//fonts.googleapis.com/css?family=Lato:300);
@import url(//fonts.googleapis.com/css?family=Lato:900);
@import url(//fonts.googleapis.com/css?family=Lato:700italic);
@import url(//fonts.googleapis.com/css?family=Lato:700);
/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 300 18px/26px "Lato", sans-serif;
  color: #343434;
  background: #ffffff;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #3399cc;
}
img {
	max-width: 75%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  font: 400 36px/37px "Lato", sans-serif;
  color: #000000;
  letter-spacing: -0.025em;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 30px;
  }
}
h2 .highlighted {
  color: #3399cc;
}
h3 {
  font: 700 18px/18px "Lato", sans-serif;
  color: #141212;
  text-transform: uppercase;
}
h4 {
  font: 700 20px/26px "Lato", sans-serif;
  color: #3399cc;
}
h4 a:hover {
  color: #3399cc;
}
h5 {
  font: 900 18px/21px "Lato", sans-serif;
  color: #3399cc;
  text-transform: uppercase;
}
@media (max-width: 979px) {
  h5 {
    font-size: 16px;
    line-height: 19px;
  }
}
h6 {
  font: 700 20px/26px "Lato", sans-serif;
  color: #000000;
  text-transform: uppercase;
}
.heading1 {
  margin-bottom: 44px;
}
.heading2 {
  margin-bottom: 38px;
}
.heading2 h2 {
  display: inline-block;
}
.heading2 .second {
  display: inline-block;
  margin-top: 11px;
  margin-left: 13px;
  color: #7b7b78;
}
.heading2 .btn-default {
  margin-top: 13px;
}
@media (max-width: 1199px) {
  .heading2 .second {
    margin-left: 0;
  }
  .heading2 .btn-default {
    font-size: 14px;
  }
}
@media (max-width: 979px) {
  .heading2 .btn-default {
    font-size: 12px;
  }
}
.heading3 {
  margin-bottom: 38px;
}
/* ======= Buttons ======= */
.btn-default {
  display: inline-block;
  font: 400 18px/26px "Lato", sans-serif;
  color: #3399cc;
}
.btn-default:hover {
  color: #3399cc;
}
.btn-default.btn-default__inset1 {
  text-decoration: underline;
}
.btn-big {
  display: inline-block;
  background: #3399cc;
  font: 300 18px/25px "Lato", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  padding: 15px 35px 14px;
}
.btn-big:hover {
  background: #3399cc;
  color: #ffffff;
}
/* ======= Wrappers ======= */
.wrapper1 {
  padding: 73px 0 76px;
}
.wrapper2 {
  padding-bottom: 76px;
}
.wrapper3 {
  padding: 77px 0 70px;
}
.wrapper4 {
  padding-bottom: 31px;
}
.wrapper5 {
  padding-bottom: 70px;
}
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  border-top: 5px solid #3399cc;
}
@media (max-width: 1199px) {
  #header {
    text-align: center;
  }
}
#header #stuck_container {
  background: #434547;
}
@media (max-width: 767px) {
  #header #stuck_container {
    background: #ffffff;
  }
}
#header .info {
  overflow: hidden;
  padding: 35px 68px 19px 32px;
}
@media (max-width: 1199px) {
  #header .info {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  #header .info {
    padding-bottom: 0;
  }
}
#header .info h1 {
  float: left;
}
@media (max-width: 1199px) {
  #header .info h1 {
    float: none;
  }
}
#header .info .links-block {
  margin-top: -15px;
  float: right;
}
@media (max-width: 1199px) {
  #header .info .links-block {
    float: none;
    margin-top: 40px;
  }
}
#header .info .links-block .links {
  display: inline-block;
}
#header .info .links-block .links a {
  margin-right: 7px;
  margin-bottom: 4px;
  display: inline-block;
  font: 300 14px/18px "Lato", sans-serif;
  color: #3399cc;
}
#header .info .links-block .links a:hover {
  color: #3399cc;
}
@media (max-width: 767px) {
  #header .info .links-block .links {
    display: block;
    margin-bottom: 10px;
  }
}
#header .info .links-block .divider {
  display: inline-block;
  width: 1px;
  margin-top: -2px;
  height: 23px;
  background: #c5c5bf;
  margin-left: 13px;
  margin-right: 18px;
}
@media (max-width: 767px) {
  #header .info .links-block .divider {
    display: none;
  }
}
#header .info .links-block .socials {
  margin-top: -3px;
  display: inline-block;
}
#header .info .search-block {
  float: right;
  margin-top: 22px;
  display: inline-block;
  clear: right;
}
@media (max-width: 1199px) {
  #header .info .search-block {
    float: none;
    display: block;
  }
}
#header .info #search {
  display: inline-block;
}
@media (max-width: 767px) {
  #header .info #search {
    display: block;
    width: 100%;
  }
}
#header .info .search-link {
  margin-left: 42px;
  display: inline-block;
  font: 400 24px/31px "Lato", sans-serif;
  color: #353535;
  letter-spacing: -0.025em;
}
@media (max-width: 767px) {
  #header .info .search-link {
    display: block;
    margin-left: 0;
    margin-top: 20px;
  }
}
#header .info .search-link span {
  display: inline-block;
  margin-top: 7px;
}
#header .info .search-link a {
  display: inline-block;
  height: 100%;
  font: 400 20px/31px "Lato", sans-serif;
  letter-spacing: -0.025em;
  cursor: pointer;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  padding: 9px 10px 8px;
  background: #3399cc;
  margin-left: 8px;
}
#header .info .search-link a:hover {
  color: #ffffff;
  background: #3399cc;
}
/* ======= Logo ======= */
h1 {
  display: inline-block;
}
h1 a {
  display: block;
  position: relative;
  padding-left: 93px;
  font: 300 60px/60px "Lato", sans-serif;
  letter-spacing: -0.05em;
  color: #909094;
}
h1 a strong {
  font-weight: 900;
  color: #343435;
}
h1 a:before {
  position: absolute;
  content: '';
  display: block;
  width: 83px;
  height: 90px;
  overflow: hidden;
  background: url(../images/logo.png) no-repeat center top;
  left: 0;
  top: -12px;
}
@media (max-width: 479px) {
  h1 a {
    padding-left: 0;
    padding-top: 93px;
  }
  h1 a:before {
    left: 50%;
    margin-left: -41px;
    top: 0;
  }
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  letter-spacing: -0.025em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
}
@media (max-width: 1199px) {
  .sf-menu > li {
    width: 20%;
  }
}
.sf-menu > li > .sf-with-ul:after {
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f078";
  color: #ffffff;
  bottom: 5px;
  left: 50%;
  margin-left: -7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .sf-menu > li > .sf-with-ul:after {
    bottom: -2px;
    font-size: 10px;
  }
}
.sf-menu > li > a {
  text-transform: uppercase;
  font: 300 24px/31px "Lato", sans-serif;
  display: block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
  padding: 24px 36px;
}
@media (max-width: 1199px) {
  .sf-menu > li > a {
    font-size: 13px;
    padding: 10px 0;
    width: 100%;
  }
}
.sf-menu > li > a:hover {
  background: #343435;
  color: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li.current > a {
  background: #3399cc;
  color: #ffffff;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #ffffff;
}
.sf-menu > li.sfHover > a {
  background: #343435;
  color: #ffffff;
}
.sf-menu > li.sfHover > a:after {
  color: #ffffff;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  -webkit-box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.16);
  box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.16);
  display: none;
  min-width: 235px;
  font: 300 14px/37px "Lato", sans-serif;
  position: absolute;
  top: 79px;
  left: 0;
  background: #343435;
  text-align: left;
  padding: 19px 0 20px;
  z-index: 2;
  letter-spacing: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (max-width: 1199px) {
  .sf-menu ul {
    top: 51px;
  }
}
.sf-menu ul li {
  letter-spacing: 0;
  position: relative;
  display: block;
}
.sf-menu ul li:hover > a {
  background: #3399cc;
  color: #ffffff;
}
.sf-menu ul li > .sf-with-ul:after {
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f054";
  color: #ffffff;
  bottom: -1px;
  right: 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  padding-left: 32px;
  display: block;
  color: #ffffff;
  text-transform: none;
}
.sf-menu ul > .sfHover > a {
  background: #3399cc;
}
.sf-menu ul > .sfHover > a:after {
  color: #ffffff;
}
.sf-menu ul li.sfHover > a {
  background: #3399cc;
  color: #ffffff;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -19px;
  left: 235px;
  margin-left: 0;
  z-index: 4;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    text-transform: capitalize;
    float: none;
    color: #3399cc;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #ffffff;
    font: 22px/28px "Lato", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
}
@media only screen and (max-width: 1199px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content {
  background: #ffffff;
  overflow: hidden;
}
#content.common {
  padding-top: 76px;
}
@media (max-width: 767px) {
  #content.common {
    padding-top: 30px;
  }
}
/* ======= Banner 0 Call us ======= */
.banner0 {
  position: absolute;
  top: 0;
  right: 62px;
  height: 100%;
  background: #ffffff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 56px;
  min-width: 431px;
}
.banner0_content {
	position: absolute;
	top: 50%;
	margin-top: -250px;
}
@media (max-width: 1360px) {
  .banner0_content {
    margin-top: -180px;
  }
}
.banner0_content .heading {
	font: 400 45px/54px "Lato", sans-serif;
	color: rgba(16,154,202,1.00);
	letter-spacing: -0.025em;
	display: block;
	margin-bottom: 30px;
}
@media (max-width: 1360px) {
  .banner0_content .heading {
    margin-bottom: 40px;
  }
}
.banner0_content address {
	font: 700 38px/38px "Lato", sans-serif;
	color: #434547;
	display: block;
	letter-spacing: -0.025em;
	margin-bottom: 3px;
}
.banner0_content .schedule {
	display: block;
	font: 400 24px/24px "Lato", sans-serif;
	color: #acacac;
	margin-bottom: 50px;
}
@media (max-width: 1360px) {
  .banner0_content .schedule {
    margin-bottom: 30px;
  }
}
.banner0_content .btn-default {
  font-size: 21px;
  margin-top: 2px;
  letter-spacing: -0.025em;
}
@media (max-width: 1199px) {
  .banner0 {
    display: none;
  }
}
/* ======= Banner 1 Cancer Care ======= */
.banner1 {
  padding: 75px 0 77px;
  background: #f1f1ed;
}
.banner1.banner1__inset1 {
  padding: 77px 0 73px;
}
@media (max-width: 767px) {
  .banner1.banner1__inset1 {
    padding: 0 0 30px;
  }
}
.banner1.banner1__inset1 .heading1 {
  margin-bottom: 34px;
}
@media (max-width: 767px) {
  .banner1 {
    padding: 0 0 30px;
  }
  .banner1 .heading1 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .banner1 ul {
    margin-bottom: 25px;
  }
}
/* ======= Post 1 About cancer ======= */
.post1 {
  position: relative;
  padding-left: 225px;
  padding-right: 56px;
  margin-bottom: 98px;
}
.post1 img {
  position: absolute;
  left: 0;
  top: 3px;
}
.post1 h3 {
  margin-bottom: 7px;
}
.post1 h4 {
  margin-bottom: 10px;
}
.post1 time {
  display: block;
  margin-top: 12px;
  font: 400 14px/26px "Lato", sans-serif;
  color: #737373;
}
.post1.post1__inset1 .btn-default {
  margin-top: 9px;
}
.post1.post1__offset1 {
  margin-bottom: 58px;
}
@media (max-width: 767px) {
  .post1 {
    margin-bottom: 60px;
    padding: 0;
  }
  .post1 img {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
}
/* ======= Box 1 Wrapper ======= */
.box1-wrapper1 {
  margin-top: 23px;
  border-top: 8px solid #3399cc;
  padding: 43px 0 30px;
}
.box1-wrapper1 .box1 + .box1 {
  padding-top: 26px;
  border-top: 1px solid #e0e0e0;
}
.box1-wrapper1.box1-wrapper1__offset1 {
  margin-top: 5px;
}
/* ======= Box 1 Patient care ======= */
.box1 {
  padding-right: 65px;
  margin-bottom: 28px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .box1 {
    padding-right: 0;
  }
}
.box1 ul {
  margin-top: 8px;
}
.box1 h6 {
  margin-bottom: 6px;
}
.box1 h6 + ul {
  margin-top: 12px;
  margin-bottom: 38px;
}
.box1 ul li + li {
  margin-top: 5px;
}
.box1 > .btn-default {
  margin-top: 8px;
}
/* ======= Banner 2 Help is needed ======= */
.banner2 {
  background: #3399cc;
  color: #ffffff;
  position: relative;
  padding: 28px 35px 27px 156px;
}
.banner2 .heading {
  display: block;
  font: 900 40px/36px "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  margin-bottom: 4px;
}
.banner2 img {
  position: absolute;
  left: 25px;
  top: 38px;
}
.banner2 p {
  line-height: 22px;
}
.banner2 a {
  margin-top: 27px;
  display: inline-block;
  text-align: center;
  font: 900 20px/24px "Lato", sans-serif;
  letter-spacing: -0.025em;
  text-transform: uppercase;
  padding: 12px 18px 11px;
  background: #ffffff;
  color: #3399cc;
}
.banner2 a:hover {
  color: #ffffff;
  background: #3399cc;
}
@media (max-width: 1199px) {
  .banner2 {
    text-align: center;
    padding: 28px 35px 27px;
  }
  .banner2 img {
    position: relative;
    margin-bottom: 20px;
    display: inline-block;
    top: auto;
    left: auto;
  }
}
/* ======= Box 2 What we do ======= */
.box2 h4 {
  margin-bottom: 10px;
}
.box2 p {
  margin-bottom: 14px;
}
.box2 .highlighted {
  color: #3399cc;
  display: block;
  margin-top: 35px;
  margin-bottom: 42px;
  font-weight: 400;
  letter-spacing: -0.025em;
}
/* ======= Box 3 Our services are grouped ======= */
.box3 {
  display: block;
  position: relative;
  padding: 21px 20px 5px 72px;
  background: #3399cc;
  color: #ffffff;
}
.box3:hover {
  color: #ffffff;
  background: #3399cc;
}
.box3 img {
  position: absolute;
  left: 0;
  top: 16px;
}
.box3 .heading {
  display: block;
  text-transform: uppercase;
  margin-bottom: 7px;
  font-weight: 700;
  line-height: 22px;
}
@media (max-width: 1199px) {
  .box3 {
    text-align: center;
    padding: 21px 20px 5px;
  }
  .box3 img {
    margin-bottom: 20px;
    position: relative;
    top: auto;
    left: auto;
  }
}
@media (max-width: 979px) {
  .box3 {
    padding: 21px 10px 5px;
  }
  .box3 .heading {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .box3 {
    margin-bottom: 40px;
  }
}
/* ======= HR 1 ======= */
.hr-1 {
  margin: 82px 0 77px;
  background: #e0e0e0;
  height: 1px;
  border: 0;
}
@media (max-width: 767px) {
  .hr-1 {
    display: none;
  }
}
/* ======= HR 2 ======= */
.hr-2 {
  margin: 18px 0 77px;
  background: #e0e0e0;
  height: 1px;
  border: 0;
}
@media (max-width: 767px) {
  .hr-2 {
    display: none;
  }
}
/* ======= Box 4 Hospital information ======= */
.box4 {
  margin-bottom: 45px;
}
.box4 h4 {
  margin-bottom: 9px;
}
/* ======= Banner 3 Making an appointment ======= */
.banner3 {
  background: #f1f1ed;
  padding: 28px 100px 34px 37px;
}
@media (max-width: 1199px) {
  .banner3 {
    padding-right: 37px;
  }
}
@media (max-width: 767px) {
  .banner3 {
    margin-bottom: 40px;
  }
}
.banner3 .heading {
  display: inline-block;
  font: 700 36px/36px "Lato", sans-serif;
  color: #737373;
  text-transform: uppercase;
  letter-spacing: -0.025em;
  float: left;
}
@media (max-width: 479px) {
  .banner3 .heading {
    font-size: 25px;
    line-height: 25px;
  }
}
.banner3 address {
  margin-top: 8px;
  float: right;
  font: 700 20px/26px "Lato", sans-serif;
  color: #3399cc;
}
.banner3 address .wrapper {
  display: block;
}
.banner3 address .wrapper + .wrapper {
  margin-top: 2px;
}
.banner3 address .phone {
  font: 700 30px/20px "Lato", sans-serif;
}
@media (max-width: 479px) {
  .banner3 address .phone {
    font-size: 20px;
    line-height: 20px;
    display: block;
  }
}
.banner3 address .schedule {
  font: 300 18px/26px "Lato", sans-serif;
  color: #343434;
}
@media (max-width: 1199px) {
  .banner3 .heading {
    display: block;
    float: none;
  }
  .banner3 address {
    display: block;
    float: none;
  }
}
/* ======= Box 5 Laura's patient story ======= */
.box5 {
  border: 1px solid #e2e2db;
  padding: 21px 21px 33px 21px;
  margin-top: 5px;
}
.box5 .wrapper {
  margin-bottom: 20px;
}
.box5 .wrapper .block {
  display: inline-block;
  color: #ffffff;
}
.box5 .wrapper .block .name {
  display: block;
  font: 700 20px/26px "Lato", sans-serif;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.box5 .wrapper .block a {
  padding: 22px 17px 24px;
  display: block;
  background: #3399cc;
  margin-left: 6px;
}
.box5 .wrapper .block a:hover {
  color: #ffffff;
  background: #3399cc;
}
.box5 > p {
  margin-bottom: 14px;
}
.box5 .btn-default {
  margin-top: -5px;
  color: #3399cc;
}
.box5 .btn-default:hover {
  color: #3399cc;
}
@media (max-width: 1199px) {
  .box5 img {
    width: 100%;
  }
  .box5 .wrapper .block {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
  .box5 .wrapper .block br {
    display: none;
  }
  .box5 .wrapper .block a {
    padding: 10px;
    display: block;
    margin-left: 0;
  }
  .box5 .wrapper .block .name {
    display: inline-block;
  }
}
/* ======= Box 6 Cancer Research ======= */
.box6 {
  margin-top: 5px;
  border: 1px solid #e2e2db;
  padding: 21px 20px 11px 20px;
}
.box6 .heading {
  padding: 13px 5px 14px 16px;
  display: block;
  margin-bottom: 20px;
  background: #3399cc;
  font: 700 20px/26px "Lato", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
.box6 .heading:hover {
  color: #ffffff;
  background: #3399cc;
}
.box6 p {
  margin-bottom: 14px;
}
.box6 .btn-default {
  margin-top: -5px;
  color: #3399cc;
}
.box6 .btn-default:hover {
  color: #3399cc;
}
@media (max-width: 979px) {
  .box6 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .box6 .heading {
    font-size: 14px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .box6 {
    margin-bottom: 40px;
  }
}
/* ======= Box 7 wrapper 1 ======= */
.box7-wrapper1 {
  margin-top: -2px;
}
.box7-wrapper1 .single-p {
  margin-bottom: 39px;
}
.box7-wrapper1 .box7 {
  margin-bottom: 57px;
}
/* ======= Box 7 Research support ======= */
.box7 h3 {
  margin-bottom: 7px;
}
.box7 h4 {
  margin-bottom: 10px;
}
.box7 .btn-default {
  margin-top: 9px;
}
/* ======= Box 8 Research awards ======= */
.box8 {
  margin-top: -1px;
}
.box8 h4 {
  margin-bottom: 11px;
}
.box8 p {
  margin-bottom: 10px;
}
.box8 ul {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .box8 {
    margin-bottom: 40px;
  }
}
/* ======= Box 9 Recent Discoveries ======= */
.box9 {
  margin-top: -2px;
}
.box9 img {
  margin-top: 7px;
}
@media (max-width: 767px) {
  .box9 img {
    margin-bottom: 20px;
    width: 100%;
  }
}
/* ======= Post 1 Wrapper 1 ======= */
.post1-wrapper1 .heading3 {
  margin-top: 1px;
  margin-bottom: 40px;
}
.post1-wrapper1 .post1 {
  padding-right: 30px;
}
@media (max-width: 979px) {
  .post1-wrapper1 .post1 {
    padding-right: 0;
  }
}
.post1-wrapper1 .box1-wrapper1.box1-wrapper1__offset1 {
  margin-top: 6px;
}
.post1-wrapper1 .box1 h6 + ul {
  margin-top: -1px;
  margin-bottom: 28px;
}
.post1-wrapper1 .box1 {
  margin-bottom: 30px;
  padding-right: 0;
}
.post1-wrapper1 .box1 h3 {
  padding-right: 23px;
}
@media (max-width: 979px) {
  .post1-wrapper1 .box1 h3 {
    padding-right: 0;
  }
}
.post1-wrapper1 .box1 p {
  padding-right: 65px;
}
@media (max-width: 979px) {
  .post1-wrapper1 .box1 p {
    padding-right: 0;
  }
}
/* ======= Box 10 Postdoctoral Research training ======= */
.box10 {
  margin-top: -1px;
}
.box10 h4 {
  margin-bottom: 10px;
}
.box10 dl {
  margin-top: 35px;
}
.box10 dl dt {
  font: 700 20px/26px "Lato", sans-serif;
  color: #3399cc;
  margin-bottom: 10px;
  padding-left: 36px;
  position: relative;
}
.box10 dl dt:before {
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 26px;
  content: '\f0c8';
  color: #3399cc;
  left: 0;
  top: 0;
}
.box10 dl dt a:hover {
  color: #3399cc;
}
.box10 dl dd {
  padding-left: 36px;
  margin-bottom: 35px;
}
.box10 dl dd p {
  margin-bottom: 14px;
}
.box10 dl dd ul {
  line-height: 30px;
}
.box10 dl dd ul li + li {
  margin-top: 1px;
}
/* ======= Box 11 Wrapper 1 ======= */
.box11-wrapper1 {
  margin-top: 5px;
  border-top: 8px solid #3399cc;
  padding-top: 49px;
}
/* ======= Box 11 For current and incoming ======= */
.box11 img {
  margin-bottom: 26px;
}
.box11 h6 {
  margin-bottom: 5px;
}
.box11 p {
  margin-bottom: 14px;
}
.box11 .btn-default {
  margin-top: -5px;
}
@media (max-width: 767px) {
  .box11 img {
    width: 100%;
  }
}
/* ======= Box 12 Privacy Policy ======= */
.box12 {
  margin-top: 36px;
}
.box12 h4 {
  margin-bottom: 10px;
}
.box12 p {
  margin-bottom: 14px;
}
.box12 .simple-link {
  margin-top: 21px;
}
/* ======= Google Map  ======= */
.google-map1 {
  height: 423px;
  margin-bottom: 78px;
  margin-top: 44px;
}
.google-map1 img {
  max-width: none !important;
}
/* ======= Google Map  ======= */
.google-map2 {
  height: 243px;
}
.google-map2 img {
  max-width: none !important;
}
/* ======= Address  ======= */
.address-block {
  margin-top: 52px;
}
.address-block address {
  display: block;
  position: relative;
  padding-left: 100px;
}
@media (min-width: 768px) and (max-width: 979px) {
  .address-block address {
    padding-left: 90px;
    font-size: 14px;
  }
}
.address-block address span {
  display: block;
}
.address-block address:before {
  display: block;
  font-family: FontAwesome;
  font-size: 36px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  width: 70px;
  height: 70px;
  background: #3399cc;
  color: #ffffff;
  line-height: 70px;
  text-align: center;
  left: 0;
  top: 50%;
  margin-top: -35px;
}
.address-block address.location:before {
  content: '\f015';
}
.address-block address.phones {
  margin-top: 42px;
}
.address-block address.phones:before {
  content: '\f095';
}
.address-block address.mail {
  margin-top: 55px;
}
.address-block address.mail:before {
  content: '\f003';
  font-size: 30px;
}
@media (max-width: 767px) {
  .address-block {
    margin-bottom: 70px;
  }
}
/* ======= Simple link ======= */
.simple-link {
  display: inline-block;
  color: #3399cc;
}
.simple-link:hover {
  color: #3399cc;
}
/* ======= List 1 ======= */
.list1 li {
  font: 400 14px/21px "Lato", sans-serif;
  color: #737373;
}
.list1 li a:hover {
  color: #3399cc;
}
.list1 li + li {
  margin-top: 9px;
}
/* ======= list 2 ======= */
.list2 li {
  position: relative;
  padding-left: 27px;
  font: 400 18px/31px "Lato", sans-serif;
  letter-spacing: -0.025em;
  color: #4c4c4c;
}
@media (max-width: 1199px) {
  .list2 li {
    font-size: 14px;
    line-height: 24px;
  }
}
.list2 li:before {
  display: block;
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 31px;
  content: '\f101';
  color: #f26529;
  left: 0;
  top: 0;
}
@media (max-width: 1199px) {
  .list2 li:before {
    line-height: 24px;
  }
}
/* ======= list 3 ======= */
.list3 li {
  position: relative;
  padding-left: 38px;
  font: 300 18px/26px "Lato", sans-serif;
  color: #343434;
}
.list3 li + li {
  margin-top: 24px;
}
.list3 li:before {
  display: block;
  font-family: FontAwesome;
  font-size: 14px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 26px;
  content: '\f0c8';
  color: #3399cc;
  left: 0;
  top: 0;
}
/* ======= Social buttons 1 ======= */
.socials1 li {
  display: inline-block;
}
.socials1 li a i {
  width: 22px;
  height: 22px;
  line-height: 22px;
  color: #ffffff;
  background: #bfbfbf;
  text-align: center;
  font-size: 12px;
  display: block;
  border-radius: 200px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials1 li a i:hover {
  background: #3399cc;
  color: #ffffff;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  background: #eeeeee;
  padding: 110px 0 103px;
  /* ======= Footer list ======= */
  /* ======= Divider ======= */
  /* ======= About us ======= */
}
#footer .wrapper-with-divider {
  position: relative;
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 100px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #footer .wrapper-with-divider {
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #footer .wrapper-with-divider {
    border-bottom: none;
  }
}
#footer .privacy-block {
  padding-top: 72px;
  font: 400 14px/16px "Lato", sans-serif;
  color: #737373;
}
#footer .privacy-block div.links-wrapper {
  margin-top: 11px;
}
#footer .privacy-block .highlighted {
  color: #3399cc;
}
#footer .privacy-block .highlighted a:hover {
  color: #343434;
}
#footer .privacy-block strong {
  font-weight: 900;
  text-transform: uppercase;
}
#footer .privacy-block address {
  display: inline-block;
}
#footer .phone {
  margin-top: 50px;
  color: #737373;
}
#footer .phone span {
  display: block;
  font: 400 12px/31px "Lato", sans-serif;
}
@media (max-width: 1199px) {
  #footer .phone span {
    line-height: 14px;
  }
}
#footer .phone span.with-icon {
  font: 400 14px/18px "Lato", sans-serif;
  margin-top: -6px;
}
@media (max-width: 1199px) {
  #footer .phone span.with-icon {
    margin-top: 5px;
  }
}
#footer .phone span.with-icon i {
  font-size: 17px;
  line-height: 18px;
  color: #3399cc;
  display: inline-block;
  margin-top: 2px;
}
#footer .footer-list h5 {
  margin-bottom: 39px;
}
@media (max-width: 767px) {
  #footer .footer-list {
    margin-bottom: 50px;
  }
}
#footer .footer-divider {
  text-align: center;
  overflow: hidden;
}
#footer .footer-divider .divider {
  display: inline-block;
  width: 1px;
  height: 318px;
  top: 70px;
  position: absolute;
  background: #d3d3d3;
}
@media (max-width: 767px) {
  #footer .footer-divider .divider {
    display: none;
  }
}
#footer .footer-list2 {
  margin-top: 77px;
}
@media (max-width: 767px) {
  #footer .footer-list2 {
    margin-top: 25px;
  }
}
#footer .footer-list2 i {
  display: inline-block;
  font-size: 23px;
  line-height: 30px;
  margin-right: 10px;
  color: #3399cc;
  margin-top: -4px;
  position: absolute;
  left: 0;
}
#footer .footer-list2 i.fa-plus-square {
  font-size: 18px;
  margin-top: -5px;
}
#footer .footer-list2 i.fa-phone {
  margin-top: -4px;
}
#footer .footer-list2 i.fa-asterisk {
  margin-top: -7px;
}
#footer .footer-list2 i.fa-laptop {
  margin-top: -5px;
}
#footer .footer-list2 ul li {
  padding-left: 35px;
  position: relative;
  font: 400 14px/14px "Lato", sans-serif;
  color: #3399cc;
}
#footer .footer-list2 ul li a:hover {
  color: #3399cc;
}
#footer .footer-list2 ul li + li {
  margin-top: 43px;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #737373;
  font-size: 37px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #3399cc;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/
