/*
Theme Name: OceanWP Child
Theme URI: https://oceanwp.org/
Description: OceanWP WordPress theme example child theme.
Author: Nick
Author URI: https://oceanwp.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */
body,
.wrapper {
/*  overflow-x: hidden !important;*/
}
.fixed {
  position: fixed;
  width: 100%;
}
/* Hero Single */
.hero-single {
	padding: 70px 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.hero-single__header {
	padding: 15px 30px;
	margin-left: -15px;
}
.hero-single__category {
	margin: 0;
	padding: 0;
	font-size: 24px;
  font-weight: bold;
  color: #ffffff;
}
.hero-single__category a {
	color: #ffffff;
	border-bottom: 1px solid transparent;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.hero-single__category a:hover,
.hero-single__category a:focus {
	border-bottom: 1px solid #fff;
	text-decoration: none;
}
.hero-single__title {
	margin: 0;
	padding: 0;
	font-size: 42px;
	line-height: 42px;
  font-weight: bold;
  color: #ffffff;
}

/* Program Description */
.program-desc {
	padding: 60px 0 40px;
}
.program-desc__title {
	margin: 0;
	padding: 0;
	font-size: 32px;
  font-weight: bold;
  color: #54595f;
}
.degree-desc__title {
	font-size: 22px;
	font-weight: bold;
	color: #54595f;
	text-transform: uppercase;
}
.program-desc__name {
	margin: 0 0 20px;
	padding: 0;
	font-size: 22px;
  color: #1d4c74;
	text-transform: uppercase;
}
.program-desc__desc {
	font-size: 18px;
  line-height: 1.33;
  color: #54595f;
}

/* What You Get */
.what-you-get {
	margin-bottom: 65px;
}
.what-you-get__wrap {
	background-color: #ebf1f7;
}
.what-you-get__image {
	height: 100%;
}
.what-you-get__image img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: 100%;
}
.what-you-get__description {
	padding: 30px 30px 15px;
	color: #54595f;
}
.what-you-get__description ul li {
	margin-bottom: 13px;
}

/* Quick links */
.quick-links {
  position: relative;
  padding: 60px 0;
  background-color: #ebf1f7;
  -webkit-box-shadow: inset 0 -6px 6px 0 rgba(172, 172, 172, 0.5);
  box-shadow: inset 0 -6px 6px 0 rgba(172, 172, 172, 0.5);
}
.quick-links::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
	height: 30px;
  -webkit-box-shadow: inset 0 6px 6px 1px rgba(172, 172, 172, 0.5);
  box-shadow: inset 0 6px 6px 1px rgba(172, 172, 172, 0.5);
}
.quick-link {
  text-align: center;
}
.quick-link__title a {
  font-size: 20px;
  font-weight: bold;
  color: #133550;
  text-decoration: none;
}

/* Similar Posts */
.similar-posts {
  padding: 45px 0;
}
.similar-posts__title {
  font-size: 28px;
  font-weight: bold;
  color: #54595f;
}
.similar-post {
  margin-bottom: 30px;
}
.similar-post__title {
  margin: 15px 0 0;
  font-size: 26px;
  font-weight: normal;
  color: #000000;
}
.similar-post__title a {
  color: #000000;
}

/* Link to Employment */
.link-employment {
  margin-bottom: 30px;
}
.link-employment__block {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.link-employment__block img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.link-employment__text {
  margin: 0;
  padding: 10px 0 0 20px;
  font-size: 18px;
  font-weight: normal;
  color: #000000;
}
.link-employment__text a {
  color: #143551;
}

/* Banner Links */
.banner-links {
  margin: 45px 0;
}
.banner-links img {
	width: 100%;
	height: auto;
}

/* Blockquote */
.section-blockquote {
	position: relative;
	padding: 30px 0;
	background-color: #ebf1f7;
	-webkit-box-shadow: inset 0 -6px 6px 0 rgba(172, 172, 172, 0.5);
  box-shadow: inset 0 -6px 6px 0 rgba(172, 172, 172, 0.5);
}
.section-blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
	height: 30px;
  -webkit-box-shadow: inset 0 6px 6px 1px rgba(172, 172, 172, 0.5);
  box-shadow: inset 0 6px 6px 1px rgba(172, 172, 172, 0.5);
}
.blockquote__title {
	margin: 0 0 14px;
	font-size: 34px;
  font-weight: normal;
  color: #54595f;
}
.blockquote__name {
	margin: 0 0 20px;
	font-size: 30px;
  font-weight: bold;
  color: #1d4c74;
}
.blockquote__desc {
	margin: 0;
	font-size: 20px;
  font-weight: normal;
  color: #2d2d2d;
}

/* Section Chief */
.section-chief {
	padding: 50px 0;
}
.section-chief__title {
	margin: 0 0 10px;
	font-size: 28px;
  font-weight: bold;
  color: #54595f;
}
.chief__image {
	vertical-align: bottom;
}
.chief__meta {
	margin: 0 0 5px;
	font-size: 22px;
  color: #000000;
}
.chief-tabs__control {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 0;
}
.chief-tabs__control li {
	display: inline-block;
	font-size: 0;
}
.chief-tabs__control li a {
	display: inline-block;
	padding: 15px;
	border: 4px solid transparent;
	font-size: 18px;
  font-weight: normal;
  color: #1d4c74;
}
.chief-tabs__control .ui-tabs-active a {
	position: relative;
	border: 4px solid #dee5eb;
	background-color: #f6fbff;
}
.chief-tabs__control .ui-tabs-active a::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 4px;
	background-color: #f6fbff;
}
.chief-tabs__content {
	margin-top: -4px;
	padding: 30px 20px;
	background-color: #f6fbff;
	border: 4px solid #dee5eb;
}
.chief__modal-video {
	position: relative;
	display: block;
	margin-bottom: 10px;
}
.chief__modal-mask {
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	left: 50%;
	margin-left: -50px;
	z-index: 100;
	width: 100px;
	height: 100px;
	background-image: url(images/icon-play.png);
	background-repeat: no-repeat;
	background-size: cover;
	opacity: .7;
}
.chief__modal-video:hover .chief__modal-mask {
	opacity: 1;
}

@media (max-width: 992px) {
	.blockquote__image {
		margin-top: 30px;
	}
}
.flying-sidebar-overlay,
.flying-sidebar,
.flying-search,
.site-header__top,
.site-header__bottom {
  display: none;
}

.header-mobile {
  position: relative;
  z-index: 500;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
  padding: 10px 30px;
  background-color: #124572 !important;
  -webkit-box-shadow: 0 2px 4px 0 rgba(92, 92, 92, 0.5);
  box-shadow: 0 2px 4px 0 rgba(92, 92, 92, 0.5);
}
.mobile-menu-button {
  display: inline-block;
     width: 30px;
    height: 30px;
    margin-top: 5px;
  background-image: url('images/icon-menu-toggle.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.mobile-menu-button.open {
  background-image: url('images/icon-close.svg');
}
.header-mobile__menu-wrap {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  z-index: 300;
  text-align: center;
  background-color: #0d3150fa;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.header-mobile__menu-wrap.open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.header-mobile__menu-wrap-inner {
  padding: 145px 60px 40px;
/*
  height: 100vh;
  overflow-y: auto;
*/
}
.main-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.main-menu ul li {

}
.main-menu ul li a {
  display: block;
height: 60px;
    line-height: 60px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}

.button-header {
  display: inline-block;
  padding: 8px 22px;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 12px;
  border: solid 1px #AF0016;
  background-color: #AF0016;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.button-header:hover {
  color: #AF0016;
  background-color: transparent;
}

.button-header--transparent {
  color: #AF0016;
  background-color: transparent;
}

.button-header--phone {
  font-size: 22px;
  font-weight: 300;
  margin-top: 4px;
  margin-right: 10px;
}

@media screen and (max-width: 1200px) {
  .button-header--phone {
    font-size: 15px;
    margin-top: 9px;
  }
}

@media screen and (max-width: 1080px) {
  .button-header--phone {
    display: none;
  }
}

/*
.button-header--right {
  margin-left: 12px;
}
*/

.site-header__buttons {
/*  max-width: 320px;*/
  margin: 30px auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-mobile__menu-wrap .button-header {
  border-color: #fff;
  color: #fff;
}
.header-mobile__menu-wrap .button-header--right {
  background-color: #fff;
  color: #124572;
}
.header-mobile__menu-wrap .button-header--transparent:hover {
  background-color: #fff;
  color: #124572;
}
.header-mobile__menu-wrap .button-header--right:hover {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.flying-sidebar__address {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  font-size: 18px;
  font-weight: normal;
  color: #ffffff;
  text-align: right;
}

/* Program List Degree*/
.program-list {
  padding-bottom: 50px;
}
.program-list__title {
  margin: 0 0 12px;
  font-size: 28px;
  font-weight: bold;
  color: #2a4b6a;
}
.program-list__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.program-list__list li a {
  font-size: 22px;
  font-weight: normal;
  color: #54595f;
  text-decoration: none;
}
.school-degrees {
  padding: 50px 0;
}
.school-degrees__title {
  margin: 0 0 4px;
  font-size: 32px;
  font-weight: bold;
  color: #54595f;
}
.school-degrees__subtitle {
  margin: 0 0 60px;
  font-size: 22px;
  font-weight: normal;
  color: #1d4c74;
}

.school-degree__title {
  margin: 13px 0 0;
  font-size: 26px;
  font-weight: normal;
  color: #000000;
}
.school-degree__program-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.school-degree__program-list li a {
  font-size: 16px;
  font-weight: normal;
  color: #5e5e5e;
}

.site-header__bottom-site-logo {
  display: none;
  max-width: 220px !important;
  margin-left: -110px !important;
  top: 14px !important;
}
.myfixed .site-header__bottom-site-logo {
  display: none;
}

.mobile-buttons-bottom__button {
  position: relative;
  display: inline-block;
  padding: 10px 20px 10px 55px;
  background-color: #fff;
  border-radius: 50px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #124572;
}
.mobile-buttons-bottom__button--phone {
  margin-right: 20px;
}
.mobile-buttons-bottom__button--phone::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url('images/icon-call.svg');
  background-repeat: no-repeat;
  background-size: contain;
  left: 15px;
  top: 10px;
}
.mobile-buttons-bottom__button--chat::after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url('images/icon-chat.svg');
  background-repeat: no-repeat;
  background-size: contain;
  left: 15px;
  top: 10px;
}
.mobile-buttons-bottom {
  display: none;
}

/* Sub menu */
.menu-item-has-children {
	position: relative;
}
.menu-item-has-children .sub-menu {
	display: none;
	width: 300px;
	margin-left: -100px !important;
	position: absolute;
	left: 50%;
	top: 60px;
	z-index: 999;
	background-color: #f7f7f7;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	overflow: hidden !important;
/*	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;*/
}
.menu-item-has-children .sub-menu li {
	display: block !important;
	margin: 0 !important;
  border-bottom: 1px solid #ccc;
}
.menu-item-has-children .sub-menu li a {
	display: block !important;
	/*padding: 12px 10px;*/
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #124572 !important;
	text-align: center;
	text-transform: uppercase !important;
}

.menu-item-has-children .sub-menu li a:hover {
  color: #a83a24 !important;
}
/*.menu-item-has-children .sub-menu.open {
	height: auto !important;
	opacity: 1;
}
.menu-item-has-children .sub-menu.close {
	height: 0 !important;
	opacity: 0;
}*/
/*.menu-item-has-children .sub-menu::before {
	content: "";
	position: absolute;
	top: -50px;
	width: 100%;
	height: 50px;
	z-index: 999;
}*/
.academics-sub-menu-wrap {
	display: none;
	position: absolute;
	z-index: 999;
	width: 750px;
	left: 50%;
	margin-left: -375px;
	top: 60px;
}
.academics-sub-menu-wrap:hover {
	display: block;
}
.academics-sub-menu {
	display: flex;
	background-color: #f7f7f7;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
	padding: 15px 5px;
	justify-content: space-between;
}
.academics-sub-menu__item {
	width: 25%;
	padding: 0 10px;
}
.academics-sub-menu__item a {
	display: block;
}
.academics-sub-menu__item a img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.academics-sub-menu__title {
	display: block;
	font-size: 16px;
  	font-weight: 600;
  	text-align: center;
  	color: #124572;
  	text-transform: uppercase;
}

/* Site Header */
@media (min-width: 768px) {
  .flying-sidebar-overlay,
  .flying-sidebar,
  .flying-search,
  .site-header__top,
  .site-header__bottom {
    display: block;
  }
  .header-mobile {
    display: none;
  }
  .wrapfixed .header-mobile {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
  }
  .wrapfixed .header-mobile .site-logo {
    position: relative;
    z-index: 100;
    left: 0;
    margin-left: 0;
    top: 0;
  }
  .site-header__top {
      padding-top: 22px;
      padding-bottom: 17px;
      position: relative;
      background-color: #ffffff;
  }
/*
  .site-header__address {
      padding-left: 35px;
      background-image: url('images/icon-map.png');
      background-repeat: no-repeat;
  }
*/
  .site-header__address h4 {
      margin: 0;
      padding: 0;
      font-size: 12px;
    font-weight: 700;
    color: #124572;
      text-transform: uppercase;
  }
  .site-header__address p {
      margin: 0;
      font-size: 12px;
    font-weight: normal;
    color: #000000;
  }
  .site-logo {
    position: absolute;
    z-index: 100;
    left: 50%;
    margin-left: -160px;
    top: -8px;
    max-width: 320px;
  }

  .site-header__top .site-header__buttons {
    text-align: right;
    margin: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .button-header {
      display: inline-block;
      padding: 8px 22px;
      font-size: 12px;
    font-weight: 700;
    color: #ffffff;
      text-transform: uppercase;
      border-radius: 12px;
      border: solid 1px #AF0016;
    background-color: #AF0016;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
    text-align: center;
    width: 100%;
  }
  .flying-sidebar__button {
    width: auto;
  }
  .button-header:hover {
      color: #AF0016;
      background-color: transparent;
  }
  .button-header--transparent {
      color: #AF0016;
      background-color: transparent;
  }
  .button-header--transparent:hover {
      color: #ffffff;
      background-color: #AF0016;
  }
/*
  .button-header--right {
      margin-left: 12px;
  }
*/

  .site-header__bottom {
      position: relative;
      /*padding: 16px 0;*/
      background-color: #124572 !important;
    -webkit-box-shadow: 0 2px 4px 0 rgba(92, 92, 92, 0.5);
    box-shadow: 0 2px 4px 0 rgba(92, 92, 92, 0.5);
  }
  .site-header__bottom .main-menu ul {
      padding: 0;
      margin: 0;
      list-style: none;
  }
  .site-header__bottom .main-menu ul li {
      display: inline-block;
  }
  .site-header__bottom .main-menu ul li a {
      font-size: 12px;
    font-weight: 700;
    color: #ffffff;
      text-transform: uppercase;
      text-decoration: none;
  }
  .site-header__bottom .main-menu--right ul {
      text-align: right;
  }
  .site-header__bottom .main-menu--left ul li {
      margin-right: 16px;
  }
  .site-header__bottom .main-menu--right ul li {
      margin-left: 15px;
  }
  .search-button {
      position: absolute;
      z-index: 100;
      left: 15px;
      top: 16px;
      display: inline-block;
      width: 25px;
      height: 25px;
      background-image: url('images/icon-search.svg');
      background-repeat: no-repeat;
      background-size: cover;
  }
  .sidebar-menu-button {
      position: absolute;
      right: 15px;
      top: 16px;
      display: inline-block;
      width: 30px;
      height: 25px;
      background-image: url('images/icon-menu-toggle.svg');
      background-repeat: no-repeat;
      background-size: cover;
  }

	.site-header__social-links {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	.site-header__social-links li {
		display: inline-block;
	}

	.site-header__social-links li a {
		display: inline-block;
		width: 30px;
		height: 30px;
		text-align: center;
		color: #fff;
		font-size: 20px;
		line-height: 30px;
		background-color: #124572;
		border-radius: 50%;
	}

  /* Sidebar Flying Menu */
  .flying-sidebar-overlay {
      position: fixed;
      display: none;
      width: 100%;
      height: 100%;
      z-index: 300;
      opacity: 0.7;
    background-color: #ffffff;
  }
  .flying-sidebar-overlay.open {
      display: block;
  }
  .flying-sidebar {
      position: fixed;
      z-index: 999999;
      right: 0;
      top: 0;
      width: 400px;
      min-height: 100vh;
      padding: 30px;
      background-color: #124572;
      -webkit-transform: translate(100%);
      transform: translate(100%);
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
/*    pointer-events: none;*/
  }
	
.flying-sidebar	.button-header:hover {
    color: #ffffff;
    border-color: #fff;
	}
	
  .flying-sidebar.open {
      -webkit-transform: translate(0);
      transform: translate(0);
      -webkit-box-shadow: -5px 0 6px 0 rgba(25, 25, 25, 0.5);
    	box-shadow: -5px 0 6px 0 rgba(25, 25, 25, 0.5);
/*    pointer-events: auto;*/
  }
  .flying-sidebar__close-wrap {
      margin-bottom: 20px;
      text-align: right;
  }
  .flying-sidebar__close {
      width: 23px;
      height: 23px;
      background-color: transparent;
      background-image: url('images/icon-close.svg');
      background-repeat: no-repeat;
      background-size: cover;
      border: 0 none;
  }
  .flying-sidebar__logo {
      margin-bottom: 45px;
  }
  .flying-sidebar .flying-sidebar__address {
    max-width: auto;
      margin-bottom: 30px;
    text-align: left;
  }
  .flying-sidebar__social-links {
      padding: 0;
      margin: 30px 0 0;
      list-style: none;
  }
  .flying-sidebar__social-links li {
      display: inline-block;
      margin-right: 15px;
  }
  .flying-sidebar__social-links li a {
      display: inline-block;
      width: 30px;
      height: 30px;
      text-align: center;
      color: #124572;
      font-size: 20px;
      line-height: 30px;
      background-color: #fff;
      border-radius: 50%;
  }

  /* Flying Search */
  .flying-search {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: fixed;
      z-index: 500;
      width: 100%;
      height: 100vh;
      background-color: rgba(255, 255, 255, 0.9);
      -webkit-transform: translate(-100%);
      transform: translate(-100%);
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out;
  }
  .flying-search.open {
      -webkit-transform: translate(0);
      transform: translate(0);
  }
  .search-label {
      margin: 0;
      font-size: 28px;
    font-weight: 700;
    color: #124572;
  }
  .search-label + .search-input {
      width: 400px;
      height: 30px;
      font-size: 20px;
    font-weight: normal;
    text-align: left;
    color: #124572;
      border: 0 none;
      border-bottom: solid 2px #124572;
      border-radius: 0;
  }
  #searchsubmit {
      width: 30px;
      height: 30px;
      padding: 0;
      font-size: 0;
      background-color: transparent;
      background-image: url('images/icon-search-blue.svg');
      background-repeat: no-repeat;
      background-size: cover;
      border: 0 none;
  }
  #searchform {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
  }
  .flying-search__close {
      width: 23px;
      height: 23px;
      background-color: transparent;
      background-image: url('images/icon-close-blue.svg');
      background-repeat: no-repeat;
      background-size: cover;
      border: 0 none;
  }
  .flying-search__close-wrap {
      position: absolute;
      right: 30px;
      top: 30px;
  }
  .main-menu--left {
    padding-left: 30px;
  }
  .main-menu--right {
    padding-right: 30px;
  }
  .site-header__buttons .button-header--transparent {
    margin-bottom: 5px;
  }
}


/* Footer */

#footer-inner {
  background: url('/wp-content/uploads/2018/09/footer-bg.jpg');
  background-size: cover;
  background-position: center;
}

#footer-widgets {
  /* background: url('/wp-content/uploads/2018/09/footer-bg.jpg');
  background-size: cover;
  background-position: center; */
  background: none !important;
}

.footer-logo {
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
}

.footer-logo img {
  width: 230px;
}

.academics-parent ul.sub-menu {
	width: 600px;
}
@media (min-width: 1000px) {
  .site-header__bottom .main-menu ul li a {
    font-size: 12px;
  }
  .main-menu--left {
    padding-left: 30px;
  }
  .main-menu--right {
    padding-right: 30px;
  }
/*   .site-header__address {
    padding-left: 35px;
    background-image: url('images/icon-map.png');
    background-repeat: no-repeat;
  } */
  .site-logo {
    top: -21px;
    margin-left: -210px;
    max-width: initial;
  }
  .button-header {
    font-size: 14px;
  }
  .site-header__top .site-header__buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .site-header__buttons .button-header--transparent {
    margin-bottom: 0;
  }
  .button-header {
    width: auto;
    padding: 8px 15px;
  }
  .button-header--right {
    margin-left: 5px;
  }
  .site-header__bottom .main-menu ul li a {
      font-size: 12px;
  }
  .site-header__bottom .main-menu--left ul li {
      margin-right: 16px;
  }
  .site-header__bottom .main-menu--right ul li {
    margin-left: 12px;
  }
  .myfixed .site-header__bottom-site-logo {
    display: block;
  }
}
@media (min-width: 1250px) {
  .button-header {
    width: auto;
    padding: 8px 22px;
  }
  .main-menu--left {
    padding-left: 0;
  }
  .main-menu--right {
    padding-right: 0;
  }
  .site-header__bottom .main-menu--left ul li {
    margin-right: 25px;
  }
  .site-header__bottom .main-menu--right ul li {
    margin-left: 25px;
  }
  .site-header__bottom .main-menu ul li a {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .header-mobile .site-logo {
    max-width: 80%;
  }
  .header-mobile {
    position: fixed;
    width: 100%;
  }
  #wrap {
    padding-top: 80px;
  }
  .mobile-buttons-bottom {
    position: fixed;
    bottom: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 70px;
    background-color: #124572;
    z-index: 999;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .menu-item-has-children .sub-menu {
	width: 104%;
	margin-left: -4px !important;
	position: relative;
	left: 0;
	top: 0;
  }
}

.main-menu {
  position: relative;
  z-index: 120;
}

.site-logo.site-header__bottom-site-logo {
  text-align: center;
  width: 100%;
  top: 0px !important;
}

.site-logo.site-header__bottom-site-logo img {
  width: 66px;
}




@media (max-width: 768px) {
.header-mobile .site-logo {
    max-width: 23%;
}
	
	.main-menu ul li a {
  display: block;
height: 45px;
    font-size: 22px !important;
    line-height: 40px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
	
	.menu-item-has-children .sub-menu li a {
		line-height: 3em;
	}
}

