body {
  margin: 0;
  padding: 0 !important;
  font-family: 'Open Sans', sans-serif;
  overflow-x: hidden; }

h1, h2, h3 {
  font-weight: 100; }

h1 {
  color: #007bd1; }

h2 {
  margin: 40px 0 20px;
  font-size: 48px;
  text-align: center;
  color: #0072CE; }

h3 {
  color: #0072CE;
  font-size: 32px; }

p, ul, ol {
  color: #555555;
  font-size: 17px;
  font-weight: 100;
  line-height: 25px; 
  padding-top: 10px;
  }

ul, ol {
  padding: 15px 45px; }

a:hover {
  text-decoration: none; }

.button {
  background-color: #007bd1;
  text-transform: uppercase;
  font-weight: 600;
  color: #FFF;
  padding: 15px 25px;
  display: inline-block; }
  .button a {
    color: #FFF; }

.info-box {
  padding: 40px 0 80px 0;
  text-align: center; }

.icon {
  height: 100px; }

.front .region-header .menu-name-menu-utility-menu > .menu > li {
  margin-right: 30px;
   }

.main-menu {
  list-style: none;
  float: right;
  position: relative;
  top: 13px;
  right: 17px;
  padding: 0;
  margin-top: -5px; }
  .main-menu li {
    float: left;
    margin-left: 20px;
    position: relative; }
    .main-menu li:nth-child(2) a, .main-menu li:nth-child(5) a, .main-menu li:last-child a {
      line-height: 40px; }
    .main-menu li:first-child {
      margin-left: 0; 
	}
    .main-menu li:nth-child(2) a {
      width: 116px; 
	  }
	.main-menu li:nth-child(3) a {
      width: 116px; }
	  
	  
	  /*EXTRA MENU ITEM ON MAIN NAVIGATION*/
	 .main-menu li:first-child a {
      background: #9C1010;
      color: #FFF !important;
      padding: 10px 15px;
      text-decoration: none;
      /* width: 150px; */
      box-sizing: border-box;
      text-align: center;
      font-size: 15px;
      display: inline-block;
      vertical-align: middle;
      max-width: 165px; }
	 
	 .main-menu li:hover:nth-child(1) a, .main-menu li.active-trail:nth-child(1) a, .main-menu li.active:nth-child(1) a  {
      background: #9C1010 !important;
	  }
	  
	
	  /*-----END COMENT----*/
	  
    .main-menu li:hover:nth-child(2) a, .main-menu li.active-trail:nth-child(2) a, .main-menu li.active:nth-child(2) a {
      background: #FF7900 !important; }
    .main-menu li:hover:nth-child(3) a, .main-menu li.active-trail:nth-child(3) a, .main-menu li.active:nth-child(3) a {
      background: #00A9E0 !important; }
    .main-menu li:hover:nth-child(4) a, .main-menu li.active-trail:nth-child(4) a, .main-menu li.active:nth-child(4) a {
      background: #722EA5 !important; }
    .main-menu li:hover:nth-child(5) a, .main-menu li.active-trail:nth-child(5) a, .main-menu li.active:nth-child(5) a {
      background: #00A599 !important; }
    .main-menu li:hover:nth-child(6) a, .main-menu li.active-trail:nth-child(6) a, .main-menu li.active:nth-child(6) a {
      background: #F7403A !important; }
    .main-menu li a {
      background: #0073CF;
      color: #FFF !important;
      padding: 10px 15px;
      text-decoration: none;
      /* width: 150px; */
      box-sizing: border-box;
      text-align: center;
      font-size: 15px;
      display: inline-block;
      vertical-align: middle;
      max-width: 165px; }

.mobile-menu {
  background-color: rgba(0, 0, 0, 0.9);
  margin: -10px 0 0 0 !important;
  padding: 20px 23px; }
  .mobile-menu a {
    color: #FFF !important; }
    .mobile-menu a:hover {
      color: #eaeaea !important; }

.not-front .mobile-menu {
  background-color: #FFF;
  z-index: 999;
  position: relative;
  border: 1px solid #eaeaea;
  margin: -1px 0 0 0 !important; }
  .not-front .mobile-menu a {
    color: #999 !important; }
    .not-front .mobile-menu a:hover {
      color: #eaeaea !important; }

.secondary-menu, .region-sidebar {
  padding: 0; }
  .secondary-menu li, .region-sidebar li {
    margin: 0 !important; 
	padding-bottom: 10px;
	line-height: normal;
	}
    .secondary-menu li.active, .region-sidebar li.active {
      list-style-image: url("images/arrow-right.png") !important; }
    .secondary-menu li a, .region-sidebar li a {
      color: #555; }
  .secondary-menu h2, .region-sidebar h2 {
    margin: 0 0 5px 0;
    text-align: left;
    font-size: 18px;
    font-weight: bold; }

.menu-level-2 {
  font-size: 16px; }
  .menu-level-2 ul {
    padding: 0px;
  }
  
  /*COLOR OF HOVER ON SECOND TIER MENU ON LEFT NAVIGATION*/
  
  .menu-level-2 ul a:hover {
	color: darkblue;
  }
  
  /*END COMMENT*/
  
  
  .menu-level-2 li {
    list-style: none;
    list-style-image: none !important;
    list-style-type: none !important;
    margin-top: 0; 
	}
	
.menu-level-2 ul {
    padding: 0;
	 }
	 
/*INDENT, SIZE & SPACING OF SECOND TIER MENU ON LEFT NAVIGATION*/

.menu-level-2 ul li ul {
    padding-left: 20px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	 }
	 
.menu-level-2 ul li ul li {
    padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: normal;
	 }

/*END COMMENT*/

#toolbar {
  position: relative; }

footer {
  background-color: #999;
  padding: 40px 20px; }
  footer .block-search {
    clear: both;
    padding-top: 20px; }
  footer ul {
    list-style: none;
    width: 100%;
    margin: 0 0 30px 0 !important;
    padding: 0 0 20px 0 !important; }
    footer ul li {
      list-style: none !important;
      float: left;
      padding: 8px 41px 8px 0 !important;
      margin-left: 0 !important;
      font-size: 14px;
      line-height: 17px; }
      footer ul li:last-child {
        margin-right: 0 !important; }
      footer ul li a {
        color: #FFF !important;
        font-weight: 600;
        text-transform: uppercase; }
  footer .social-links li {
    width: 36px;
    height: 36px;
    margin: 0 0 0 10px !important;
    padding: 0 !important; }
  footer .social-links img {
    max-width: 100%;
    height: 36px;
    width: 36px; }
  footer .copyright p {
    color: #007bd1;
    font-size: 12px;
    font-weight: 600;
    line-height: 40px; }
  footer .form-text {
    padding: 8px 10px !important;
    border: none;
    color: #007bd1;
    width: 200px;
    margin-left: 0;
    float: left; }
  footer input[type="submit"] {
    display: none; }

.region-header {
  padding: 3px 0;
  background: #999;
  height: 30px;
  position: relative;
  color: #FFF;
  font-style: italic;
  line-height: 23px; }
  .region-header a {
    color: #FFF; }
  .region-header .slogan {
    float: left; }
  .region-header .menu-name-menu-utility-menu > .menu {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
    font-style: normal; }
    .region-header .menu-name-menu-utility-menu > .menu > li {
      float: left;
      list-style: none;
      position: relative;
      margin: 0 30px 0 0;
      padding: 0;
      line-height: 23px;
      white-space: nowrap; }
      .region-header .menu-name-menu-utility-menu > .menu > li:hover > ul {
        display: block; }
      .region-header .menu-name-menu-utility-menu > .menu > li:last-child {
        margin-right: 0; }
      .region-header .menu-name-menu-utility-menu > .menu > li a {
        color: #FFF;
        font-size: 14px; }
      .region-header .menu-name-menu-utility-menu > .menu > li ul {
        padding: 10px;
        position: absolute;
        top: 27px;
        left: -10px;
        display: none;
        background: #FFF;
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        z-index: 999;
        min-width: 150px;
        list-style: none; }
        .region-header .menu-name-menu-utility-menu > .menu > li ul:before {
          content: "";
          position: absolute;
          height: 3px;
          top: -3px;
          background: #999;
          left: 0;
          width: 100%; }
        .region-header .menu-name-menu-utility-menu > .menu > li ul li {
          margin: 0;
          float: none;
          list-style: none;
          line-height: 23px; }
          .region-header .menu-name-menu-utility-menu > .menu > li ul li a {
            color: #555;
            font-size: 12px; }

.front .view-home-header {
  height: 655px;
  width: 100%;
  overflow: hidden; }
.front .navbar {
  background: transparent;
  border: none;
  position: absolute;
  z-index: 999;
  width: 100%;
  margin-top: 60px; }
.front header {
  height: 655px;
  background-size: cover;
  position: relative;
  background-color: #000; }
  .front header .video-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1; }
  .front header h1 {
    font-size: 79px;
    color: #FFF;
    font-weight: 300;
    text-align: center;
    line-height: 85px;
    position: absolute;
    top: 60%;
    left: 50%;
    width: 100%;
    margin-top: -85px;
    margin-left: -50%;
    z-index: 2;
    text-shadow: 1px 1px 10px #515151; }
.front .featured-stats {
  background-color: #007bd1;
  color: #FFF;
  padding: 60px 0;
  font-weight: 100;
  text-align: center; }
  .front .featured-stats .icon-wrap {
    height: 120px;
    margin-top: 20px; }
  .front .featured-stats h2 {
    font-size: 32px;
    font-weight: 100;
    color: #fff; }
  .front .featured-stats .stat {
    font-size: 48px;
    display: block; }
  .front .featured-stats .description p {
    font-size: 14px;
    color: #FFF; }
.front #wrapper .home-feature {
  height: 425px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .front #wrapper .home-feature p {
    color: inherit; }
  .front #wrapper .home-feature .col-sm-6, .front #wrapper .home-feature .col-md-5 {
    float: right;
    margin-top: 40px; }
  .front #wrapper .home-feature .button {
    position: relative;
    top: 20px; }
.front .views-row-odd .home-feature .col-sm-6, .front .views-row-odd .home-feature .col-md-5 {
  float: left !important; }

.bottom-stat {
  padding: 80px 0;
  text-align: center; }
  .bottom-stat .social-links {
    margin-top: 20px; }
    .bottom-stat .social-links li {
      list-style: none;
      display: inline-block;
      margin-right: 10px; }
      .bottom-stat .social-links li:last-child {
        margin-right: 0; }
      .bottom-stat .social-links li img {
        width: 60px;
        height: 60px; }

.not-front h1 {
  font-size: 48px;
  border-bottom: 1px solid #DDD;
  padding-bottom: 30px;
  margin: 0 0 30px 0; }
.not-front .main-content {
  padding: 20px 0 80px 0; }
.not-front .main-menu li a {
  background: transparent;
  border: 2px solid #007bd1;
  color: #007bd1 !important; }
  .not-front .main-menu li a.active, .not-front .main-menu li a.active-trail, .not-front .main-menu li a:hover {
    color: #FFF !important;
    border: 2px solid transparent; }
.not-front .navbar {
  background: transparent;
  border: none;
  position: relative;
  height: 100px;
  border-bottom: 1px solid #DDD;
  margin-top: 15px; }
.not-front .landing-featured-stats {
  clear: both;
  color: #FFF;
  padding: 60px 0;
  font-weight: 100;
  text-align: center; }
  .not-front .landing-featured-stats .icon-wrap {
    height: 120px;
    margin-top: 20px; }
  .not-front .landing-featured-stats h2 {
    font-size: 32px;
    color: #FFF;
    font-weight: 100;
    width: 280px;
    margin: 0 auto 20px auto; }
  .not-front .landing-featured-stats .stat {
    font-size: 48px;
    display: block; }
  .not-front .landing-featured-stats .views-field-body p {
    font-size: 14px;
    color: #FFF; }
  .not-front .landing-featured-stats img {
    max-height: 100px;
    margin: 10px 0 20px 0; }
.not-front .landing-features {
  background: #EEEEEE;
  padding: 10px 0 80px 0; }
  .not-front .landing-features h3 {
    margin-top: 60px; }

.landing-page-video {
  position: relative;
  margin-bottom: 40px; }
  .landing-page-video img {
    float: right; }
  .landing-page-video .play-btn {
    position: absolute;
    background-image: url("images/play-btn.svg");
    width: 90px;
    height: 90px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -45px;
    z-index: 999;
    cursor: pointer; }
  .landing-page-video h2 {
    position: absolute;
    top: 10px;
    color: orange;
    font-size: 55px;
    width: 80%;
    left: 10%;
    text-align: center;
    margin: 40px auto 0 auto; }
  .landing-page-video h3 {
    position: absolute;
    top: 120px;
    width: 80%;
    left: 10%;
    text-align: center;
    margin: 0 auto; }
    .landing-page-video h3 p {
      color: #FFF;
      font-size: 45px;
      line-height: 50px; }

.active-parent-node-2 .landing-featured-stats {
  background-color: #FF7900; }
.active-parent-node-2 .landing-page-video h2 {
  color: #FF7900; }
.active-parent-node-2 h1 {
  color: #FF7900; }

.active-parent-node-4 .landing-featured-stats {
  background-color: #00A9E0; }
.active-parent-node-4 .landing-page-video h2 {
  color: #00A9E0; }
.active-parent-node-4 h1 {
  color: #00A9E0; }

.active-parent-node-5 .landing-featured-stats {
  background-color: #722ea5; }
.active-parent-node-5 .landing-page-video h2 {
  color: #722EA5; }
.active-parent-node-5 h1 {
  color: #722EA5; }

.active-parent-node-6 .landing-featured-stats {
  background-color: #00A599; }
.active-parent-node-6 .landing-page-video h2 {
  color: #00A599; }
.active-parent-node-6 h1 {
  color: #00A599; }

.active-parent-node-267 .landing-featured-stats {
  background-color: #F7403A; }
.active-parent-node-267 .landing-page-video h2 {
  color: #F7403A; }
.active-parent-node-267 h1 {
  color: #F7403A; }

.employment-opportunities {
  padding: 100px 0 150px 0;
  background: url(images/employment-opportunities.png);
  background-size: cover;
  background-position: right; }
  .employment-opportunities .views-field-field-link-1 {
    display: inline-block !important;
    float: left !important; }
  .employment-opportunities p {
    margin: 20px 0 40px 0; }
  .employment-opportunities .button {
    margin-right: 15px; }

.online-media {
  background: #007FD2;
  padding: 30px 0 20px 0; }
  .online-media h3 {
    margin: -5px 0 0 0;
    color: #FFF; }
  .online-media p {
    color: #FFF; }
  .online-media a {
    color: #FFF; }

#map-canvas, #map-canvas-international, #map-canvas-mtcnovo {
  height: 500px;
  width: 100%;
  margin: 0px;
  padding: 0px; }

.map-international, .map-mtcnovo {
  display: none; }

.map {
  position: relative;
  margin-top: 30px; }
  .map .map-filter {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 150px;
    padding: 20px;
    background: #007bd1;
    border-radius: 4px;
    font-size: 12px;
    list-style: none;
    color: #FFF; }
    .map .map-filter img {
      width: 14px;
      margin-right: 5px; }
    .map .map-filter .title {
      text-transform: uppercase;
      font-weight: bold; }
    .map .map-filter input {
      margin-right: 5px; }
    .map .map-filter li span {
      width: 70px;
      display: inline-block;
      line-height: 16px;
      margin-top: 8px;
      float: right; }

.gm-style-iw div {
  overflow: visible !important; }

.map-popover {
  max-width: 400px;
  height: auto; }
  .map-popover .location-title {
    white-space: nowrap;
    font-weight: bold;
    color: #007bd1;
    margin-bottom: 5px; }
  .map-popover .fax {
    margin-bottom: 5px; }

.page-node-44 .main-menu li.active-trail a.active-trail {
  background: #FFF !important;
  border: 2px solid #007bd1;
  color: #007bd1 !important; }
  .page-node-44 .main-menu li.active-trail a.active-trail:hover {
    background: #00A599 !important;
    color: #FFF !important;
    border: 2px solid #00A599; }
.page-node-44 h1 {
  color: #007bd1; }

.map-tabs {
  list-style: none;
  border-bottom: 1px solid #ddd;
  height: 87px; }
  .map-tabs li {
    padding: 20px 30px;
    background-color: #f0f0f0;
    float: left;
    border-right: 1px solid #DDD;
    border-top: 1px solid #DDD;
    cursor: pointer; }
    .map-tabs li:first-child {
      border-left: 1px solid #DDD; }
    .map-tabs li.active {
      background: #FFF;
      border-top: 1px solid #DDD;
      border-left: 1px solid #DDD;
      border-right: 1px solid #DDD;
      border-bottom: 1px solid #FFF; }

.view-id-leaders img {
  float: left;
  margin: 0 20px 0 0; }
.view-id-leaders h3 {
  display: block;
  clear: both;
  padding-top: 40px; }
  .view-id-leaders h3:first-child {
    padding-top: 0; }
.view-id-leaders p {
  float: left;
  width: 83%;
  margin-top: 15px; }
.view-id-leaders .leader-name {
  font-weight: bold;
  font-size: 18px; }
.view-id-leaders .leader-position {
  font-style: italic; }
.view-id-leaders .views-row {
  padding-top: 30px;
  clear: both; }

.view-id-publications h3 {
  display: block;
  clear: both;
  padding-top: 20px; }
  .view-id-publications h3:first-child {
    padding-top: 0; }
.view-id-publications .views-row {
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea; }
  .view-id-publications .views-row:nth-child(-n+9) {
    float: left;
    width: 25%;
    border-bottom: none;
    height: 270px; }
.view-id-publications .publication-title {
  font-weight: bold;
  font-size: 14px;
  color: #666; }

.node-article {
  border-bottom: 1px dotted #eaeaea;
  padding-bottom: 30px; }
  .node-article h2 {
    text-align: left;
    font-size: 30px;
    line-height: 45px; }

.node-type-article h1 {
  font-size: 30px;
  line-height: 45px; }

.newsroom-block {
  border-radius: 4px;
  border: 1px solid #eaeaea;
  padding: 0 20px 20px 20px;
  margin-top: 30px; }
  .newsroom-block img {
    max-height: 100px; }
  .newsroom-block h3 {
    font-size: 20px; }
  .newsroom-block p {
    font-size: 14px;
    line-height: 18px;
    margin-top: 5px; }

.icon-wrap img {
  height: 85px; }

.search-form {
  padding-top: 0;
  clear: both; }

@media (max-width: 1200px) {
  footer ul.menu li {
    width: 33%; }

  .landing-page-video h2 {
    font-size: 45px; }

  .landing-page-video h3 p {
    font-size: 40px; } }
@media (max-width: 992px) {
  .employment-opportunities {
    background-position: left; }

  .search-form {
    padding-top: 20px; }

  .view-home-features .view-content .views-row:nth-child(2) .home-feature {
    background-position: -130px center !important; }

  .view-home-features .view-content .views-row:nth-child(4) .home-feature {
    background-position: left center !important; }

  .main-menu li {
    margin-left: 33px; }

  .front .main-menu {
    margin-top: 30px;
    margin-bottom: 50px;
    padding-left: 0;
    left: -23px; }

  .main-menu {
    margin-top: 60px;
    margin-bottom: 50px; }

  .node-type-landing-page .region-content {
    margin-top: 110px; }

  .main-content {
    margin-top: 100px; }

  .region-sidebar {
    margin-bottom: 40px; } }
@media (max-width: 766px) {
  .employment-opportunities {
    background-position: left; }

  .search-form {
    padding-top: 20px; }

  .view-home-header {
    height: 300px !important; }

  header {
    background: url(images/home-poster.png) center 100px;
    background-size: cover;
    height: 300px !important; }
    header h1 {
      top: 80% !important;
      font-size: 30px !important;
      line-height: 35px !important; }

  .home-feature {
    background-image: none !important; }

  .map-tabs > li {
    font-size: 13px;
    padding: 20px 15px; }

  .map-tabs {
    padding-left: 0; }

  .map-filter {
    display: none; }

  .node-type-landing-page .region-content {
    margin-top: 0; }

  .main-content {
    margin-top: 0; }

  .menu-name-menu-utility-menu {
    display: none; }

  footer ul.menu li {
    width: 50%; }

  .front .navbar {
    margin-top: 30px; }

  .front .navbar .container {
    width: 100%;
    padding-right: 0; }

  .front .navbar .container {
    padding: 0; }

  .front .navbar-header {
    background: rgba(0, 0, 0, 0.9);
    height: 105px;
    padding: 20px;
    margin: 0; }
    .front .navbar-header button {
      margin-top: 22px; }

  .navbar-header {
    float: none; }

  .navbar-toggle {
    display: block; }

  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    padding: 0;
    margin: 0;
    border: none; }

  .navbar-collapse.collapse {
    display: none !important;
    overflow: hidden; }

  .navbar-collapse.collapse.in, .collapsing {
    display: block !important;
    padding: 0;
    margin: 0 !important; }
    .navbar-collapse.collapse.in .main-menu, .collapsing .main-menu {
      margin-top: -13px;
      margin: -13px 0 0 17px;
      padding: 20px;
      background: rgba(0, 0, 0, 0.5);
      width: 100%; }
      .navbar-collapse.collapse.in .main-menu li, .collapsing .main-menu li {
        margin: 0;
        border-bottom: 1px solid #3494E4; }
      .navbar-collapse.collapse.in .main-menu li a, .collapsing .main-menu li a {
        width: 100%;
        line-height: 30px; }

  .navbar-nav {
    float: none !important;
    margin: 7.5px -15px; }

  .navbar-nav > li {
    float: none; }

  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px; }

  .not-front .navbar-toggle {
    top: 18px; }
  .not-front .navbar-collapse, .not-front .navbar-collapse.in {
    margin-top: 50px !important; } }
