  @import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&display=swap');

.scu-main-header {
  position: relative;
  z-index: 10000;
}
.scu-main-header .top-header{
  background-color: #D1EBF5;
}
.header-inner-container {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
.top-header .header-inner-container {
  padding: 5px 21px;
  display: flex;
  align-items: center;
}
.header-left-links-nav {
  list-style: none;
  margin: -1px 0 0 ;
  padding: 0;
  display: flex;
}
.header-top-right {
  display: flex;
  margin-left: auto;
}
.header-left-links-nav li {
  padding: 0 12.4px;
  font-family: Lato,Arial;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
.header-left-links-nav li:first-child {
  padding-left: 0;
}
.header-left-links-nav li:not(:first-child):before {
    content: "";
    height: 16px;
    width: 1px;
    background: #194E80;
    position: absolute;
    top: 5px;
    left: 0;
}
.header-left-links-nav li a {
  color: #194E80;
}
.header-left-links-nav li a:hover {
  text-decoration: underline;
}
.top-header-buttons-wrapper a {
  height: 38px;
  border-radius: 20px;
  border: solid 2px #F9BA21;
  display: inline-block;
  font-family: 'Bicyclette',Arial;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  transition: all 0.3s ease-in-out;
  padding: 9px 14px;
  color: #194E80;
  background-color: #F9BA21;
  letter-spacing: 0.01em;
  min-width: 173px;
  text-transform: uppercase;
}
.top-header-buttons-wrapper a:focus{
    outline: none;
    text-decoration: none;
}
.top-header-buttons-wrapper a:after{
    display: block;
    width: 129px;
    max-width: 100%;
    content: '';
}
.top-header-buttons-wrapper a:hover {
    text-decoration: underline;
    color: #194E80;
}
.top-header-buttons-wrapper a::before {
  content: "";
  width: 16px;
  height: 12px;
  display: inline-block;
  margin-right: 8px;
  background: url(/wp-content/themes/yoo_digit_wp/images/header/mail-icon.svg) no-repeat center center;
  position: relative;
  top: 1px;
}
.top-header-buttons-wrapper:last-child a::before {
  background: url(/wp-content/themes/yoo_digit_wp/images/header/graduation-cap.svg) no-repeat center center;
  width: 20px;
  height: 12px;
  display: inline-block;
  margin-right: 8px;
}
.top-header-buttons {
  display: flex;
}
.top-header-buttons-wrapper + .top-header-buttons-wrapper {
  margin-left: 5px;
}
.top-header-buttons-wrapper {
  display: inline-block;
  vertical-align: top;
}
.top-header-buttons-wrapper:last-child a {
  background: #194E80;
  border-color: #194E80;
  color: #fff;
}
.top-statement {
  margin: 8px 16px 7px;
  font-family: Lato, Arial;
  font-size: 14px;
  font-weight: bold;
  color: #194E80;
  line-height: 22px;
}
.top-statement:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/wp-content/themes/yoo_digit_wp/images/header/phone-icon.svg);
  display: inline-block;
  margin-right: 6px;
  vertical-align: top;
  position: relative;
  top: 3px;
}
.top-statement a {
  color: inherit;
}
.top-statement a:hover {
  text-decoration: underline;
}
a.btn-resume {
 display: none !important; 
}
.main-header {
  background: #194E80;
}
.main-header .header-inner-container {
  display: flex;
  justify-content: space-between;
  padding: 0 20px;
}
.main-menu-nav .menu {
  display: flex;
  margin: 0 0 0 auto;
  padding: 10px 0 0;
  list-style: none;
}
.main-menu-nav .menu > li {
  font-family: Oswald,Impact, Arial, Helvetica, sans-serif;
  color: #fff;
  position: relative;
  /* flex: 1; */
  /* width: 14.2857143%; */
}
.main-menu-nav .menu > li.search-menu{
	margin-left: 13px;
	margin-top: -10px;
}
.tm-block-secondary:empty{
	display: none;
}
.main-menu-nav .menu > li > a {
	display: inline-block;
	color: #fff;
	padding: 12px 8.3px 24px;
	font-size: 16px;
	font-weight: 400;
	/* letter-spacing: -0.05em; */
	border-radius: 16px 16px 0 0;
	height: 100%;
	line-height: 27px;
}
.main-menu-nav .menu > li   a:focus{
    text-decoration: none;
}
.main-menu-nav .menu > li > ul {
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  padding: 0;
  background: #376697;
  padding: 24px 32px 4px;
  visibility: hidden;
  opacity: 0;
  width: 264px;
  border-radius: 0 0 16px 16px;
}
.footer-social-links span{
    display: none;
}
/* .main-menu-nav .menu > li.menu-item-has-children > a:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 9px 10px 9px;
  border-color: transparent transparent #1263a8 transparent;
  left: 50%;
  margin-left: -9px;
  visibility: hidden;
  opacity: 0;
} */
.main-menu-nav .menu > li.menu-item-has-children:hover > a:before {
  visibility: visible;
  opacity: 1;
}
.main-menu-nav .menu>li:hover >a {
	background: #376697;
	text-decoration: underline;
	/* text-underline-offset: 4px; */
}
.main-menu-nav .menu > li.center-menu-offset > ul {
  left: 50%;
  transform: translatex(-50%);
}
.main-menu-nav .menu > li.column-subnav-3 > ul {
  width: 729px;
  column-count: 3;
  column-gap: 39px;
}
.main-menu-nav .menu > li:hover > ul {
	visibility: visible !important;
    opacity: 1 !important;
}
.main-menu-nav .menu > li > ul > li > ul {
  list-style: none;
  padding: 0;
  margin: 1px 0 4px;
}
.main-menu-nav .menu > li > ul > li {
  font-family: Oswald,Impact, Arial, Helvetica, sans-serif;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 16px;
  width: 100%;
  font-weight: 400;
  line-height: 1.25;
  /* letter-spacing: -0.02em; */
}
.main-menu-nav .menu > li > ul > li:not(.no-link)>a:hover{
    text-decoration: underline;
}
.main-menu-nav .menu > li > ul > li.menu-item-has-children {
  margin-bottom: 12px;
}
.main-menu-nav .menu > li > ul > li > a {
  color: #fff;
  /* cursor: text; */
  /* letter-spacing: 0.018em; */
}
.main-menu-nav .menu > li .no-link > a {
  cursor: text;
}
.main-menu-nav .menu > li > ul > li > ul > li {
  font-family: 'Lato', Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: normal;
  padding: 9px 0 0px 0;
  color: #D1EBF5;
  position: relative;
  line-height: 1.25;
  /* letter-spacing: -0.013em; */
}
.main-menu-nav .menu > li > ul > li > ul > li.indent-me > a{
	padding-left: 20px;
	display: inline-block;
}
.main-menu-nav .menu > li > ul > li > ul > li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: #82b2db;
  position: absolute;
  top: 14px;
  left: 0;
  border-radius: 50%;
  display: none;
}
.main-menu-nav .menu > li > ul > li > ul > li > a {
  color: #D1EBF5;
}
.main-menu-nav .menu > li > ul > li > ul > li > a:hover,.main-menu-nav .menu > li > ul > li > ul > li.current-menu-item > a {
  color: #fff;
  text-decoration: underline;
}
.scu-main-logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
.scu-main-logo img {
  max-width: 319px;
}
.main-menu-nav .menu > li > a {
  position: relative;
}
.main-menu-nav .menu > li.center-menu-offset > ul {
  left: 50%;
  transform: translatex(-50%);
}
.main-menu-nav .menu > li.right-menu-offset {
  /* position: static; */
}
.main-menu-nav .menu > li.right-menu-offset > ul {
  right: -65px;
  left: auto;
}
.main-menu-nav .menu > li.right-menu-offset-last > ul {
  right: 0px;
  left: auto;
}
.main-menu-nav .menu > li.column-subnav-2 > ul {
  column-count: 2;
  column-gap: 30px;
  width: 497px;
  padding-bottom: 22px;
}
.main-menu-wrapper {
  position: relative;
  width: calc(100% - 250px);
  margin-left: auto;
}
.header-search {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  line-height: 26px;
}
.header-search img {
  margin-bottom: 0;
  vertical-align: text-top;
}
.mobile-top-inner {
  box-shadow: 0 1px 4px 0 rgba(23, 53, 78, 0.15);
  background-color: #194E80;
  padding: 2px 20px 10px 10px;
  display: flex;
  align-items: center;
}
.menu-open .mobile-top-inner{
    background: #194E80;
}
.mobile-top-inner .header-search {
  position: relative;
  transform: translate(0);
  margin-left: auto;
  top: 4px;
  right: 0px;
  text-align: center;
}
.mobile-top-inner .header-search img {
  width: 20px;
  margin-bottom: 0;
}
.mobile-top-inner .scu-main-logo {
  margin: 7px auto 0;
}
.mobile-top-inner .scu-main-logo img {
  margin: 0;
}
.menu-icon {
	height: 18px;
    width: 21px;
    position: relative;
    margin-left: 16px;
    margin-right: 3px;
    top: 4px;
    cursor: pointer;
}
.menu-open .menu-icon:before {
  transform: rotate(-45deg);
  bottom: 50%;
  margin-bottom: -1.5px;
}
.menu-open .menu-icon:after {
  transform: rotate(45deg);
  top: 50%;
  margin-top: -1.5px;
}
.menu-open .menu-icon .line {
  visibility: hidden;
}
.menu-icon:after {
  content: "";
  background: #fff;
  height: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.menu-icon:before {
  content: "";
  background: #fff;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.menu-icon .line {
  height: 3px;
  width: 100%;
  background: #fff;
  border-radius: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translatey(-50%);
}
.mobile-header-buttons {
  display: flex;
}
.mobile-navigation .mobile-header-buttons{
	margin-top: -1px;
	position: relative;
}
.mobile-header .search-form-header{
	left: 0;
	right: auto;
}
.mobile-header-buttons-wrapper {
    width: 50%;
    background: #376697;
    text-align: center;
}
.mobile-navigation .mobile-header-buttons-wrapper{
	background: #194E80;
}
.mobile-header-buttons-wrapper + .mobile-header-buttons-wrapper {
  border-left: 1px solid #FFFFFF;
}
.mobile-header-buttons-wrapper a {
  font-family: Bicyclette, Arial;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  padding: 12px 15px;
  display: block !important;
  text-transform: uppercase;
  color: #194E80;
  letter-spacing: 0.01em;
}
.mobile-header-buttons-wrapper:first-child a{
	background: #F9BA21;
	color: #194E80;
}
.mobile-header-buttons-wrapper a:before {
  content: "";
  width: 16px;
  height: 12px;
  display: inline-block;
  background: url(/wp-content/themes/yoo_digit_wp/images/header/mail-icon.svg) no-repeat center;
  background-size: 16px 12px;
  margin-right: 7px;
  position: relative;
  top: 1px;
}
.mobile-header-buttons-wrapper + .mobile-header-buttons-wrapper a{
	color: #fff;
}
.mobile-header-buttons-wrapper + .mobile-header-buttons-wrapper a::before {
  content: "";
  width: 20px;
  height: 12px;
  display: inline-block;
  background: url(/wp-content/themes/yoo_digit_wp/images/header/graduation-cap.svg) no-repeat center;
  background-size: 20px 12px;
  margin-right: 7px;
}
.mobile-header-buttons-wrapper:first-child a:hover{
	color: #194E80;
}
.mobile-header-buttons-wrapper a:hover {
  text-decoration: underline;
  color: #fff;
}
.mobile-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mobile-nav > ul.menu {
  background: #376697;
}
.menu-open .mobile-navigation {
  visibility: visible;
}
.mobile-navigation a {
  display: inline-block;
  vertical-align: top;
}
.mobile-navigation ul.menu li {
  font-family: Oswald,Impact, Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: normal;
  padding: 0 15px;
  font-weight: 700;
  line-height: 19px;
  /* letter-spacing: -0.02em; */
}
.mobile-navigation ul.menu li.dropdown-opened {
  background: #DFF3FF;
  border-radius: 10px 10px 0 0;
  margin-top: 9px;
}
.mobile-nav > ul.menu > li{
	border-bottom: 1px solid #fff;
	position: relative;
}
.mobile-nav > ul.menu > li > a {
  color: #fff !important;
  padding: 22px 55px 22px 10px;
  border-bottom: 0;
  position: relative;
  display: inline-block;
  width: auto;
  /* letter-spacing: -0.05em; */
}
.mobile-nav > ul.menu > li > a:active {
	color: #fff !important;
}
.mobile-nav > ul.menu > li.dropdown-opened>ul{
    border-top: 1px solid #376697;

}
.mobile-nav > ul.menu > li.dropdown-opened > a{
    border-bottom: 0;
    padding: 16px 55px 14px 8px;
    color: #194E80 !important;
}
.mobile-nav > ul.menu > li.menu-item-has-children >.arrow-dd{
  width: 21px;
  height: 10px;
  background: url(/wp-content/themes/yoo_digit_wp/images/header/arrow-down-2.svg) no-repeat center;
  position: absolute;
  top: 27px;
  right: 23px;
  background-size: 21px 10px;
  cursor: pointer;
}
.mobile-nav > ul.menu > li > a::before{
	transform: rotate(180deg);
	top: 16px;
	background: url(/wp-content/themes/yoo_digit_wp/images/header/arrow-down-2.svg) no-repeat center;
	visibility: hidden;
	content: '';
	position: absolute;
	right: 0;
}
.mobile-nav > ul.menu > li.dropdown-opened > .arrow-dd {
  transform: rotate(180deg);
  top: 20px;
  background: url(/wp-content/themes/yoo_digit_wp/images/header/arrow-down-3.svg) no-repeat center;
}
.mobile-nav > ul.menu > li > ul {
  padding: 16px 0 8px;
  display: none;
}
.mobile-nav > ul.menu > li > ul > li {
  margin-bottom: 16px;
  padding: 0 9px;
}
.mobile-nav > ul.menu > li > ul ul {
  margin: 1px 0 0;
}
.mobile-nav > ul.menu > li > ul > li > a {
  font-family: Oswald,Impact, Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  color: #194E80;
  /* letter-spacing: -0.02em; */
}
.mobile-nav > ul.menu > li:not(.dropdown-opened) > ul > li > a{
	color: #fff !important;
}
.mobile-nav > ul.menu > li:not(.dropdown-opened) > ul > li > ul>li>a{
	color: #fff !important;
}
.search-form-header input[type="search"]:focus::-webkit-input-placeholder { color:transparent !important; }
.search-form-header input[type="search"]:focus:-moz-placeholder { color:transparent !important; } /* FF 4-18 */
.search-form-header input[type="search"]:focus::-moz-placeholder { color:transparent !important; } /* FF 19+ */
.search-form-header input[type="search"]:focus:-ms-input-placeholder { color:transparent !important; } /* IE 10+ */
.mobile-nav > ul.menu > li > ul > li > ul > li {
  font-family: 'Lato';
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.25;
  padding: 9px 5px 0px 0;
  position: relative;
  color: rgba(25, 78, 128, 0.8);
  /* letter-spacing: -0.02em; */
}
.mobile-nav > ul.menu > li > ul > li > ul > li.indent-me > a {
	padding-left: 20px;
}
ul.menu > li.current-page-ancestor > a,
ul.menu > li.current-menu-ancestor > a,
ul.menu > li.current-menu-parent > a,
ul.menu > li.current-page-parent > a,
ul.menu > li.current_page_parent > a,
ul.menu > li.current_page_ancestor > a,
ul.menu > li.current-menu-item > a,
ul.menu > li.current_page_item > a {
	text-decoration: none;
    color: #94E1FF;
}
ul.menu > li.current-page-ancestor > a:hover,
ul.menu > li.current-menu-ancestor > a:hover,
ul.menu > li.current-menu-parent > a:hover,
ul.menu > li.current-page-parent > a:hover,
ul.menu > li.current_page_parent > a:hover,
ul.menu > li.current_page_ancestor > a:hover,
ul.menu > li.current-menu-item > a:hover,
ul.menu > li.current_page_item > a:hover {
	text-decoration: underline;
	color:#fff;
}
ul.menu > li > ul > li.current-page-ancestor > a, 
ul.menu > li > ul > li.current-page-parent > a, 
ul.menu > li > ul > li.current-menu-item > a, 
ul.menu > li > ul > li.current_page_item > a {
  text-decoration: underline;
}
ul.menu > li > ul > li > ul > li.current-page-ancestor > a,
ul.menu > li > ul > li > ul > li.current-menu-ancestor > a,
ul.menu > li > ul > li > ul > li.current-menu-parent > a,
ul.menu > li > ul > li > ul > li.current-page-parent > a,
ul.menu > li > ul > li > ul > li.current_page_parent > a,
ul.menu > li > ul > li > ul > li.current_page_ancestor > a,
ul.menu > li > ul > li > ul > li.current-menu-item > a,
ul.menu > li > ul > li > ul > li.current_page_item > a{
	text-decoration: underline;
	color:#fff;
}
.mobile-nav {
  padding-bottom: 60px;
}
.mobile-nav > ul.menu > li > ul > li > ul > li > a,
.mobile-nav > ul.menu > li > ul > li > ul > li > a:focus {
	color: rgba(25, 78, 128, .8);

}
.mobile-nav > ul.menu > li > ul > li > ul > li.current-menu-item > a,
.mobile-nav > ul.menu > li > ul > li > ul > li.current-menu-item > a:focus{
	color: #194E80 !important;
	text-decoration: underline;
	
}
.mobile-navigation {
  background: #376697;
  position: fixed;
  top: 62px;
  bottom: 0;
  width: 100%;
  visibility: hidden;
}
.ie .mobile-navigation{
  top: 61px;
}
.admin-bar .mobile-navigation {
  top: 94px;
}
.mobile-navigation .top-statement {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  padding: 18px 15px 20px;
  border-bottom: 1px solid rgba(42, 105, 157, 0.4);
  margin: 0;
  text-align: center;
}
.mobile-navigation .top-statement:before {
  display: none;
}
.mobile-navigation .top-statement a {
  display: block;
  height: 40px;
  border-radius: 20px;
  background: #1878ca;
  width: 187px;
  margin: 6px auto 0;
  line-height: 40px;
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
}
.mobile-navigation .top-statement a:focus{
    outline: none;
}
.mobile-navigation .top-statement a:before {
  content: "";
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 5px;
  background-image: url(/wp-content/themes/yoo_digit_wp/images/header/phone-icon-white.png);
  background-repeat: no-repeat;
  background-size: 13px auto;
  vertical-align: middle;
}
.mobile-statement {
  text-align: center;
}
.mobile-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.mobile-header-nav {
  display: flex;
  justify-content: center;
}
.mobile-navigation ul.mobile-header-nav {
  padding: 19px 0;
}
.mobile-navigation ul.mobile-header-nav li {
  padding: 0 21px;
  position: relative;
}
.mobile-navigation ul.mobile-header-nav li a {
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.mobile-navigation ul.mobile-header-nav li + li:after {
  width: 1px;
  height: 16px;
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  background: rgba(255, 255, 255, 0.15);
}
.mobile-header-nav li a:hover {
  text-decoration: underline;
}
.mobile-navigation-inner-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media (min-width: 1024px) {
	.main-menu-nav .menu > li:not([class*="column-subnav"]) > ul{
		padding: 25px 32px 12px;
	}
	.main-menu-nav .menu > li:not(.menu-item-has-children) > a{
		padding-bottom: 12px;
		border-radius: 16px;
		height: auto;
	}
  body {
    padding-top: 105px;
  }.header-scu{
    position: sticky;
    z-index: 999 !important;
    width: 100%;
    top: 0px;
  }
  .admin-bar .header-scu{
	  top: 32px !important;
  }
}
@media (min-width: 1311px) {
  body {
    padding-top: 120px;
  }
}
@media (max-width: 1310px) {
  .main-menu-nav .menu > li > a {
    display: inline-block;
    color: #fff;
    /* padding: 12px 6px 20px; */
    font-size: 15px;
    line-height: 26px;
  }
  .main-menu-nav .menu > li.column-subnav-3 > ul {
    width: 690px;
  }
  .main-menu-nav .menu {
    margin-right: 38px;
  }
}
@media (min-width: 1024px) {
  .uk-touch .hover-inactive>ul {
  visibility: hidden !important;
  opacity   : 0 !important;
  }
  .uk-touch .hover-inactive>a:before {
    visibility: hidden !important;
    opacity   : 0 !important;
  }
  .uk-notouch .hover-inactive:hover>ul {
    visibility: visible !important;
    opacity   : 1 !important;
    }
    .uk-notouch .hover-inactive:hover>a:before {
      /* visibility: visible !important; */
      /* opacity   : 1 !important; */
    }
}

@media (max-width: 1023px) {
  .scu-main-header {
    display: none;
  }
  .mobile-header {
	display: block;
	z-index: 10000;
  }
  .scu-main-logo img {
    max-width: 200px;
  }
  .menu-open, .menu-open body{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
  }
}
@media screen and (max-width: 782px) {
  .admin-bar .mobile-navigation {
    top: 108px;
  }
}

.wp-container {
  max-width: 847px;
  margin: 0 auto 0;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 75px;
  padding-bottom: 109px;
  width: 100%;
}
.scu-page-wrapper {
  position: fixed;
  background-color: #004987;
  top: 0;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  overflow: auto;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  overflow: auto;
  transform: translateY(-100%);
  display: flex;
}
.scu-page-wrapper.start-search {
  align-items: flex-start;
  justify-content: flex-start;
}
.search-open .scu-page-wrapper {
  transform: translateY(0);
}
.search-contaier {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding-bottom: 70px;
  display: none;
  max-height: calc(100vh - 170px);
  overflow: auto;
}
.search-contaier .scu-page-wrapper.start-search {
  display: block;
}
.cross-wrapper {
  position: absolute;
  top: 23px;
  right: 24px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.cross-wrapper span {
  background-color: #ffffff;
  width: 4px;
  height: 25px;
  position: absolute;
  left: 11px;
}

.cross-wrapper .line-one {
  transform: rotate(-45deg);
}

.cross-wrapper .line-two {
  transform: rotate(45deg);
}

.student-form {
  border-bottom: 2px solid #ffffff;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.student-form input[type="search"],
.student-form input[type="search"]:focus {
  background: none;
  border: none;
  outline: none;
  color: #ffffff;
  font-family: Oswald,Impact, Arial, Helvetica, sans-serif;
  font-size: 30px;
  width: 100%;
  padding: 23px 0 15px 5px;
  line-height: 0.93;
}

.student-form input[type="search"]::placeholder {
  color: #ffffff;
}

.student-form input[type="submit"] {
  background-color: transparent;
  border: none;
  outline: none;
  background: url("/wp-content/themes/yoo_digit_wp/images/header/search-icon.svg") no-repeat center;
  font-size: 0;
  min-width: 50px;
  margin-right: 2px;
  margin-top: 8px;
  cursor: pointer;
}

.students-detail-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.students-detail-list li {
  padding: 15px 15px 22px 15px;
}

.students-detail-list li .detail-title {
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  display: block;
  margin-bottom: 4px;
}

.students-detail-list li .detail {
  text-decoration: none;
  color: rgba(210, 234, 255, 0.5);
  font-size: 11px;
  display: block;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.6px;
}
.students-detail-list li .detail:hover {
  text-decoration: underline;
}
.students-detail-list li:nth-child(odd) {
  background-color: rgba(10, 44, 73, 0.2);
}
.students-detail-list li:last-child:nth-child(odd) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.students-detail-list li:nth-child(even) {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.more-results {
  text-decoration: underline;
  font-family: Oswald,Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
  margin-top: 26px;
  background: url("/wp-content/themes/yoo_digit_wp/img/arrow-right.svg") no-repeat right center;
  padding-right: 26px;
  margin-left: 5px;
  line-height: 1.4;
}

.more-results:hover {
  text-decoration: none;
}
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

input[type="search"]::-ms-clear {
  display: none;
}

.mobile-header .search-wrapper{
	margin-left: -1px;
	margin-right: 0;
	top: 4px;
}
@media only screen and (max-width: 767px) {
	.search-icon{
		top: 0;
	}
  .student-form input[type="search"],
  .student-form input[type="search"]:focus {
    font-size: 24px;
    padding: 10px 10px 8px 5px;
  }
  .student-form {
    border-bottom: 1px solid #ffffff;
  }
  .students-detail-list li .detail-title {
    font-size: 18px;
  }
  .cross-wrapper {
    top: 18px;
    right: 20px;
  }
  .wp-container {
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 67px;
  }
  .more-results {
    margin-top: 14px;
  }
  .students-detail-list li {
    padding: 14px 15px 19px 15px;
  }
  .student-form input[type="submit"] {
    width: 20px;
    height: 20px;
    background-size: contain;
    margin-right: 10px;
    margin-top: 20px;
    min-width: auto;
    margin-bottom: 14px;
  }
  
  body.home.page .welcome-bg{
    margin-top: 100px;
}
}
.page-id-1614 .menu-item-16561 > a, 
.page-id-2082 .menu-item-16561 > a,
.page-id-2071 .menu-item-16642 > a{ 
  text-decoration: none !important;
}
.page-id-2082 .menu-item-18593 > a, 
.page-id-2071 .menu-item-18807 > a,
.page-id-1614 .menu-item-18593 > a {
  text-decoration: none !important;
}
body.page .cta-headline{
  margin-top: -10px;
  margin-bottom: -80px;
}
.mobile-header .mobile-navigation .mobile-nav {
  padding-bottom: 0;
}
.scu-page-wrapper.search-active {
  justify-content: flex-start;
}
.scu-page-wrapper.search-active .search-contaier {
  display: block;
}
html.search-open,
html.search-open body {
  overflow: hidden;
  position: fixed;
  width: 100%;
  height: 100%;
}
.scu-page-wrapper .uk-search {
  width: 100%;
}
.scu-page-wrapper .uk-search .uk-search-field,
.scu-page-wrapper .uk-search.uk-active .uk-search-field {
    background: none;
    border: 0;
    border-bottom: 2px solid #fff;
    font-family: Oswald,Impact, Arial, Helvetica, sans-serif;
    font-size: 30px;
    color: #fff;
    height: 80px;
    cursor: text;
    width: 100%;
    padding: 0 50px 0 5px;
    letter-spacing: 0;
    font-weight: 400;
    border-radius: 0;
    min-width: 100%;
}
.scu-page-wrapper .uk-search .uk-search-field::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff !important;
  opacity: 1 !important;
}
.scu-page-wrapper .uk-search .uk-search-field::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff !important;
  opacity: 1 !important;
}
.scu-page-wrapper .uk-search .uk-search-field:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff !important;
  opacity: 1 !important;
}
.scu-page-wrapper .uk-search .uk-search-field:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff !important;
  opacity: 1 !important;
}
/* .scu-page-wrapper .uk-search:before {
    right: 0;
    left: auto;
    top: 0;
    bottom: 0;
    line-height: 80px;
    color: #fff;
    width: auto;
    padding: 0 11px;
    width: 43px;
    font-size: 0;
    background: url(/wp-content/themes/yoo_digit_wp/images/header/search-icon.svg) no-repeat center center;
    background-size: 24px 24px;
} */
.scu-page-wrapper .uk-search:before {
  display: none;
}
.scu-page-wrapper .uk-search .search-submit-btn{
  right: 0;
  left: auto;
  top: 0;
  bottom: 0;
  /* line-height: 80px; */
  color: #fff;
  width: auto;
  padding: 0 11px;
  width: 43px;
  font-size: 0;
  /* background: url(https://www-dev.scuhs.edu/wp-content/themes/yoo_digit_wp/images/header/search-icon.svg) no-repeat center center;
  background-size: 24px 24px; */
  border: none;
  position: absolute;
  z-index: 11;
  transition: all 0.3s;
  background-color: transparent;
}
.scu-page-wrapper .uk-search .search-submit-btn img{
  margin-bottom: 0 !important;
}
.scu-page-wrapper .uk-search .search-submit-btn:hover{
  opacity: 0.7;
}
.scu-page-wrapper .uk-search .search-submit-btn:focus{
  outline: none;
}
.scu-page-wrapper .uk-dropdown-search:before {
  display: none;
}
.scu-page-wrapper .uk-dropdown-search .uk-nav .uk-nav-header {
  display: none;
}
.scu-page-wrapper .uk-dropdown-search {
  background: #004987;
  width: 100%;
  padding: 0;
  /* height: calc(100vh - 190px); */
  overflow: auto;
}
.scu-page-wrapper .uk-nav-search > li > a {
  font-family: Oswald,Impact, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.4;
  color: #fff;
  padding: 0;
}
.scu-page-wrapper .uk-nav-search > li {
  padding: 15px 15px 19px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.scu-page-wrapper .uk-nav-search .uk-search-moreresults {
  padding: 15px 0px 19px 0px;
}
.scu-page-wrapper .uk-nav-search > li:hover > a {
  color: #fff;
}
.scu-page-wrapper .uk-nav-search > li > a:hover {
  text-decoration: underline;
}
.scu-page-wrapper .uk-nav-search > li > div {
  font-family: Arial;
  font-size: 11px;
  letter-spacing: 0.6px;
  margin-top: 6px;
  color: #d2eaff;
  font-weight: 400;
  opacity: 0.5;
  text-transform: uppercase;
}
.scu-page-wrapper .uk-nav-search > li > div:empty {
  display: none;
}
.scu-page-wrapper .uk-nav-search > li > div a {
  text-decoration: underline;
  color: #d2eaff;
  text-transform: uppercase;
  text-decoration: none;
}
.scu-page-wrapper .uk-nav-search > li > div a:hover {
  text-decoration: underline;
}
.scu-page-wrapper .uk-nav > li.uk-active > a,
.scu-page-wrapper .uk-nav-dropdown > li.uk-active > a {
  color: #fff;
  cursor: pointer !important;
}
.scu-page-wrapper .uk-nav-search > li:nth-child(even) {
  background: rgba(10, 44, 73, 0.20);
}
.uk-nav-search .uk-nav-divider {
  display: none;
}
.scu-page-wrapper .uk-nav-search > li:last-child {
  background: #004987;
  display: inline-block;
  border: 0;
}
.scu-page-wrapper .uk-nav-search > li:last-child > .more-results-link {
  text-decoration: underline;
}
.scu-page-wrapper .uk-nav-search > li:last-child > .nomore-results-link {
  cursor: default !important;
}
.scu-page-wrapper .uk-nav-search > li:last-child > a:hover {
  text-decoration: none;
}
.scu-page-wrapper .uk-nav-search > li:last-child > .more-results-link:after {
  content: "";
  width: 15px;
  height: 13px;
  display: inline-block;
  vertical-align: middle;
  background: url(/wp-content/themes/yoo_digit_wp/images/header/arrow-right.svg) no-repeat center center;
  margin-left: 10px;
}
.hover-inactive >ul {
  visibility: hidden !important;
  opacity: 0 !important;
}
.hover-inactive > a:before{
visibility: hidden !important;
  opacity: 0 !important;
}
.main-menu-nav .menu > li > ul > li.menu-item-has-children>a{
  text-decoration: none;
}
@media (max-width: 768px) {
  .scu-page-wrapper .uk-search .uk-search-field,
  .scu-page-wrapper .uk-search.uk-active .uk-search-field {
    height: 52px;
    font-size: 24px;
  }
  /* .scu-page-wrapper .uk-search:before {
    height: 51px;
    background-size: 20px 20px;
    width: 41px;
  } */
  .scu-page-wrapper .uk-search .search-submit-btn {
    height: 51px;
    /* background-size: 20px 20px; */
    width: 42px;
  }
  .scu-page-wrapper .uk-nav-search > li > a {
    font-size: 18px;
    line-height: 1.333;
  }
  .scu-page-wrapper .uk-nav-search > li {
    padding: 15px 15px 19px 15px;
  }
  .scu-page-wrapper .uk-search .uk-search-field,
  .scu-page-wrapper .uk-search.uk-active .uk-search-field {
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 374px) {
  .scu-main-logo img {
    max-width: 170px;
  }
  .admin-bar .mobile-navigation{
      top: 99px;
  }
  .mobile-navigation{
      top: 53px;
  }
  .mobile-navigation ul.mobile-header-nav li{
      padding: 0 18px;
  }
  .ie .mobile-navigation{
    top: 52px;
  }
}
@media (min-width: 961px){
  .site-footer{
    position: relative;
    z-index: 1;
  }  
}
.site-footer {
	background: #376697;
	padding: 40px 0 0;
}
.site-footer .footer-top-section {
  max-width: 1210px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.site-footer .footer-top-section-container {
  display: flex;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  justify-content: space-between;
  border-bottom: 1px solid #94E1FF;
  padding-bottom: 31px;
}
.site-footer .footer-top-section .footer-logo {
  min-width: 376px;
  width: auto;
}
.site-footer .footer-top-section .footer-address {
  width: 100%;
  padding-left: 30px;
  /* padding-right: 41px; */
  margin-bottom: -3px;
}
.site-footer .footer-top-section-container {
  justify-content: space-between;
  align-items: flex-end;
}
.site-footer .footer-top-inner-widget.footer-address .textwidget p {
  text-align: right;
  font-size: 11px;
  margin-bottom: -4px;
}
.site-footer .footer-top-inner-widget.footer-address .textwidget p br {
  display: none;
}
.site-footer .footer-top-inner-widget.footer-address .textwidget a {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  font-family: "Lato", sans-serif;
  color: #ffffff;
  display: inline-block;
  padding-left: 23px;
  /* letter-spacing: -0.05em; */
}
.site-footer .footer-top-inner-widget.footer-address .textwidget a:hover {
  text-decoration: underline;
}
.site-footer .footer-top-inner-widget.footer-address .textwidget a.footer-number-link {
  margin-left: 14px;
  background: url("/wp-content/uploads/phone-icon.svg") left center no-repeat;
  background-size: 17px 17px;
  margin-right: 3px;
}
.site-footer .footer-top-inner-widget.footer-address .textwidget a.location-link {
  background: url("/wp-content/uploads/pin-icon.svg") left 4px center no-repeat;
  background-size: 13px 17px;
  /* letter-spacing: 0; */
}
.site-footer .footer-middle-section,
.site-footer .footer-bottom-section .footer-bottom-section-container {
  display: flex;
  max-width: 1210px;
  margin: 0 auto;
  width: 100%;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 20px;
}
.site-footer .footer-bottom-section {
  position: static;
  background-color: #194E80;
  width: 100%;
  padding: 15px 0 18px;
}
.site-footer .footer-top-section {
  justify-content: space-between;
}
.site-footer .footer-middle-section {
  padding-top: 31px;
  padding-bottom: 47px;
}
.site-footer .footer-middle-section .footer-middle-inner-widget {
  width: 25%;
  padding-right: 30px;
}
.site-footer .footer-middle-section .footer-middle-inner-widget:last-child{
	width: 23.2%;
}
.site-footer .footer-middle-section .footer-middle-inner-widget {
  position: static !important;
}
.site-footer .footer-top-section .footer-logo a {
  display: block;
}
.site-footer .footer-middle-section .footer-middle-inner-widget h2 {
  font-size: 22px;
  line-height: 35px;
  font-weight: 400;
  margin: 0 0 4px !important;
  padding: 0;
  font-family: Oswald,Impact, Arial, Helvetica, sans-serif;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  /* letter-spacing: -0.05em; */
}
.site-footer .footer-middle-section .footer-middle-inner-widget .textwidget ul {
  list-style: none;
  line-height: 0;
  font-size: 0;
  padding: 0;
  margin: 0;
}
.site-footer
  .footer-middle-section
  .footer-middle-inner-widget
  .textwidget
  ul
  li {
  display: block;
  margin-bottom: 8px;
}
.site-footer
  .footer-middle-section
  .footer-middle-inner-widget
  .textwidget
  ul
  li:last-child {
  margin-bottom: 0;
}
.site-footer
  .footer-middle-section
  .footer-middle-inner-widget
  .textwidget
  ul
  li
  a {
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 400;
  letter-spacing: 0;
  color: #94E1FF;
  background-color: transparent;
  display: inline-block;
  font-family: Oswald,Impact, Arial, Helvetica, sans-serif;
  /* letter-spacing: -0.01em; */
}
.site-footer
  .footer-middle-section
  .footer-middle-inner-widget:nth-child(3)
  .textwidget
  ul
  li
  a {
  min-height: 0 !important;
  height: auto;
}
.site-footer .footer-bottom-section .footer-bottom-section-container {
  align-items: center;
}
.site-footer
  .footer-middle-section
  .footer-middle-inner-widget
  .textwidget
  ul
  li
  a:hover {
  text-decoration: underline;
  color: #ffffff;
}
.footer-bottom-section #footer-social-links {
  margin-top: 0;
}
.footer-social-links div a{
	margin-left: 24px !important;
	margin-bottom: 0px !important;
}
.footer-social-links {
    margin-right: 2px;
}
.footer-bottom-section .footer-bottom-inner-widget .copyright-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
  display: inline-block;
  font-family: Lato, sans-serif;
  /* letter-spacing: -0.05em; */
}
.footer-bottom-section .footer-bottom-inner-widget .privacy-list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-bottom-section .footer-bottom-inner-widget .privacy-list li a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  display: inline-block;
  text-decoration: underline;
  height: auto;
  min-height: 0;
  background-color: transparent;
}
.footer-bottom-section .footer-bottom-inner-widget .privacy-list li a:hover {
  text-decoration: none;
}
.footer-bottom-section .footer-bottom-inner-widget #footer-social-links ul {
  font-size: 0;
  padding: 0;
}
.footer-bottom-section
  .footer-bottom-inner-widget
  #footer-social-links
  ul
  li
  a {
  height: auto;
  width: auto;
  background-color: transparent;
  color: #fff;
  font-weight: 400;
  min-height: 0;
  margin: 0 0 0 23px !important;
  display: block;
  font-size: 26px;
  transition: all 0.3s ease-in-out;
}
.footer-bottom-section
  .footer-bottom-inner-widget
  #footer-social-links
  ul
  li
  a:hover{
      opacity: .5;
  }
  .footer-bottom-section .footer-bottom-inner-widget .copyright-text a{
      background: none;
      text-decoration: underline;
      color: #fff;
      font-weight: 700;
      line-height: inherit;
      margin-left: 0 !important;
      text-underline-offset: 2px;
  }
  .footer-bottom-section .footer-bottom-inner-widget .copyright-text a:hover{
      text-decoration: none;
  }
  .main-menu-nav .menu > li > ul > li.current_page_item>a{
    text-decoration: underline !important;
  }
  .mobile-nav .menu>li>ul>li.no-link.current_page_item>a {
    text-decoration: none !important;
  }
  .mobile-nav .menu > li > ul > li.menu-item-has-children>a{
    text-decoration: none !important;
  }
  .mobile-nav .menu > li > ul > li.current_page_item>a {
    text-decoration: underline !important;
  }
  body .search-container-mobile{
      display: block !important;
      position: fixed;
      left: 200px;
      z-index: 99999999;
  }
  #searchsite {
    width: 0 !important;
    height: 0 !important;
    overflow: hidden;
}


  #searchsite li{
      padding: 0 !important;
  }
  #searchsite>li>img{
      padding: 0 !important;
      width: 0;
  }
  #searchsite ul{
      display: block !important;
      width: 0;
      height: 0;
  }
  .gsc-control-cse {
      padding: 0 !important;
  }

.toggle_sound{
  cursor: pointer;
}
.hide-video .fa-volume-mute{
display: none;
cursor: pointer;
}
@media (min-width: 1024px) {
	.only-mobile-item{
		display: none !important;
	}
}
@media (max-width: 1023px) {
	.only-mobile-item{
		display: block;
	}
	.search-menu {
		display: none;
	}
	body .search-container-mobile {
		display: block !important;
		position: fixed;
		right: 15px;
		top: 15px;
		z-index: 99999999999999999999999999999999 !important;
		visibility: hidden;
	}
  .site-footer .footer-top-section {
    padding-left: 15px;
    padding-right: 15px;
  }
  ul.menu > li > ul > li > ul > li.current-menu-item > a, ul.menu > li > ul > li > ul > li.current_page_item > a{
    color: #ffffff !important;
  }
  .scu-page-wrapper{
    justify-content: flex-start;
  } 
  .header-scu{
    height: 100px;
    top: 0;
  }
  .mobile-nav>ul.menu>li>ul>li.menu-item-has-children:last-child {
    margin-bottom: 2px;
  }
  .wp-container {
    margin: 22px auto 0;
  }
  .search-active .wp-container{
    margin-top: 22px;
  }
  .site-footer .footer-top-inner-widget.footer-address .textwidget a.footer-number-link {
    background-size: 19px 17px;
    position: relative;
    background-position: left;
  }
  .site-footer .footer-top-inner-widget.footer-address .textwidget a.location-link {
    background-size: 12px 16px;
  }
  .site-footer .footer-middle-section,
  .site-footer .footer-bottom-section .footer-bottom-section-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .site-footer .footer-top-section-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 53px;
  }
  .site-footer .footer-top-inner-widget .textwidget a {
    display: inline-block;
    margin-bottom: 17px;
    font-size: 18px;
    line-height: 18px;
  }
  .site-footer .footer-top-inner-widget.footer-address.footer-address .textwidget p {
    text-align: center;
  }
  .site-footer .footer-top-inner-widget.footer-address.footer-address .textwidget p br {
    display: block;
  }
  .site-footer .footer-top-section .footer-top-inner-widget.footer-logo {
    min-width: auto;
    width: 100%;
    max-width: 317px;
    margin-bottom: 35px;
  }
  .site-footer .footer-top-section .footer-top-inner-widget.footer-address {
    padding-left: 0;
  }
  .site-footer .footer-top-inner-widget.footer-address .textwidget a.footer-number-link {
    margin-left: 0;
    margin-right: 0;
  }
  .site-footer .footer-middle-section .footer-middle-inner-widget:nth-child(n) {
    width: calc(50% - 15px);
    margin-bottom: 22px;
    padding-left: 0px;
    padding-right: 0;
  }
  .site-footer .footer-middle-section {
    flex-wrap: wrap;
  }
  .site-footer .footer-middle-section .footer-middle-inner-widget h2 {
    font-size: 20px;
    margin: 0 0 6px !important;
  }
  .site-footer
    .footer-middle-section
    .footer-middle-inner-widget
    .textwidget
    ul
    li
    a {
    font-size: 14px;
    line-height: 17px;
  }
  .site-footer .footer-bottom-section .footer-bottom-section-container {
    flex-direction: column;
    text-align: center;
  }
  .footer-bottom-section #footer-social-links {
    margin-top: 14px;
  }
  .footer-bottom-section
    .footer-bottom-inner-widget
    #footer-social-links
    ul
    li
    a {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .footer-bottom-section .footer-bottom-inner-widget .copyright-text {
    display: block;
    width: 100%;
    line-height: 1.5;
    max-width: 90vw;
  }
  
  .site-footer 
    .footer-middle-section
    .footer-middle-inner-widget
    .textwidget
    ul
    li {
    margin-bottom: 10px;
  }
  .site-footer .footer-middle-section {
    padding-bottom: 24px;
    padding-top: 34px;
  }
  .site-footer .footer-bottom-section {
    padding: 33px 0 31px;
  }
  .site-footer .footer-top-inner-widget.footer-address .textwidget a.location-link{
    margin-bottom: 14px;
    line-height: 18px;
  }
  .site-footer .footer-top-inner-widget.footer-address .textwidget a{
    vertical-align: top;
  }
  ul#menu-scu-main-menu-updated-1 li a:active{
    text-decoration: underline;
    color: #194E80 !important;
  }
  .mobile-nav > ul#menu-scu-main-menu-updated-1 > li > a:active {
	color: #fff !important;
	}
  ul#menu-scu-main-menu-updated-1 li.no-link > a:active{
    text-decoration: none !important;
  }
  .footer-social-links{
	  margin-top: -1px;
	 }
  .footer-social-links .textwidget div a{
	margin: 0 7px !important;
	}
}
body .tm-block-padding-top-bottom {
  margin-top: 40px !important;
}
.mobile-show-breadcrumb {
  display: none;
}
.search-menu{
    display: none;
}
@media (max-width: 767px) {
  .site-footer .footer-top-inner-widget.footer-address .textwidget a {
    font-size: 18px;
  }
  .mobile-hide-breadcrumb{
    display: none;;
  }
  .mobile-show-breadcrumb{
    display: block;
  }
  .site-footer {
    background: #376697;
    padding: 42px 0 0;
	}
}

@media only screen and (max-height:665px){
  .main-menu-nav .menu > li > ul > li > ul > li{
     padding-top: 8px;
     padding-bottom: 0px;
  }
  .main-menu-nav .menu > li > ul > li{
      margin-bottom: 10px;
  }
  .main-menu-nav .menu > li > ul > li.menu-item-has-children {
    margin-bottom: 15px;
  }
  .main-menu-nav .menu > li > ul > li > ul > li::before {
    top: 10px;
  }
  .main-menu-nav .menu > li > ul{
    padding-bottom: 10px;
  }
}

@media (max-width: 374px) {
  .site-footer .footer-top-inner-widget.footer-address .textwidget a {
    font-size: 15px;
  }
}

@media (max-height: 565px) {
  /* .header-scu {
    position: static;
  } */
  body {
    padding-top: 0;
  }
}


.main-menu-nav .menu>li>ul>li.no-link.current_page_item>a{
  text-decoration: none !important;
}
.active-start{
  text-decoration: underline !important;
  color: #194E80 !important;
}

.display-overlap {
  display: block !important;
}


@media only screen and (min-width:961px) {
  .search-results #tm-content-wrapper .tm-block:first-child,
  .single-post #tm-content-wrapper .tm-block:first-child,
  .page-id-16382 #tm-content-wrapper .tm-block:first-child {
    margin-bottom: 0 !important;
  }

  .search-results #tm-content-wrapper .tm-block+.tm-block,
  .single-post #tm-content-wrapper .tm-block+.tm-block,
  .page-id-16382 #tm-content-wrapper .tm-block+.tm-block {
    margin-top: 0 !important;
  }

  .search-results #tm-content-wrapper .tm-block+.tm-block .widget_custom_html,
  .single-post #tm-content-wrapper .tm-block+.tm-block .widget_custom_html,
  .page-id-16382 #tm-content-wrapper .tm-block+.tm-block .widget_custom_html{
    margin-bottom: 0 !important;
    margin-top   : 20px;
  }

  .search-results #tm-content-wrapper .tm-block-secondary,
  .single-post #tm-content-wrapper .tm-block-secondary,
  .page-id-16382 #tm-content-wrapper .tm-block-secondary {
    margin-top: 0 !important;
  }

  .search-results #tm-content-wrapper .tm-block-secondary,
  .single-post #tm-content-wrapper .tm-block-secondary 
  .page-id-16382 #tm-content-wrapper .tm-block-secondary{
    padding: 0 !important;
  }
  .page-id-16382 .cta-headline{
    margin-bottom: -82px !important;
  }
}
@media (max-width: 1380px){
	
	.main-menu-nav .menu{
		margin-right: 0;
	}
}
@media (min-width: 1280px){
  .main-menu-nav .menu > li > a {
    display: inline-block;
    color: #fff;
    padding: 12px 16px 24px 16px;
    font-size: 16px;
    font-weight: 400;
    vertical-align: bottom;
    /* letter-spacing: -0.05em; */
    /* margin-right: -4px; */
    border-radius: 16px 16px 0 0;
    line-height: 26px;
  }
  .main-menu-nav .menu > li.column-subnav-2.wide > ul{
	width: 657px;
	}
}
@media (max-width: 1330px) and (min-width: 1180px){
  /* .scu-main-logo img {
    width: 316px;
  } */
  .main-menu-nav .menu > li > a {
    display: inline-block;
    color: #fff;
    /* padding: 24px 4px; */
    font-size: 15px;
  }
}
@media (max-width: 1220px) and (min-width: 1024px){
  .scu-main-logo img {
    max-width: 200px;
}
.main-menu-wrapper{
	width: calc(100% - 200px);
}
body .search-wrapper{
	margin-left: 0;
}
body .search-form-header{
	right: 15px;
}
 
.main-menu-nav .menu > li > a {
	display: inline-block;
	color: #fff;
	/* padding: 12px 8px 24px; */
	/* font-size: 14px; */
	/* font-weight: 300; */
	line-height: 26px;
}
}
@media (max-width: 1100px) and (min-width: 1024px){
	.main-menu-nav .menu > li > a {
	    /* padding: 12px 5px 24px; */
	    /* font-size: 13px; */
	}
}
@media only screen and (max-device-width: 720px) and (orientation:portrait) {
  .scu-page-wrapper .wp-container{
    margin-top: 0;
  }
}

@media only screen and (max-device-width: 1280px) and (orientation:landscape) {
  .scu-page-wrapper .wp-container{
    margin-top: 0;
  }
}
@media only screen 
and (min-device-width: 800px) 
and (max-device-height: 1280px) 
and (min-resolution: 192dpi)
and (-webkit-device-pixel-ratio:2)
and (orientation : portrait) 
{
  .scu-page-wrapper .wp-container{
    margin-top: 0;
  }
}

@media only screen 
and (min-device-width: 1280px) 
and (max-device-height: 800px) 
and (min-resolution: 192dpi)
and (-webkit-device-pixel-ratio:2)
and (orientation : landscape) 

{
  .scu-page-wrapper .wp-container{
    margin-top: 0;
  }
}


/* style of select drop down on request information page */
.select.wpcf7-form-control {
    position: relative;
}
.select.wpcf7-form-control select {
    display: none;
}
.select.wpcf7-form-control .styledSelect {
    display: block;
    position: relative;
    cursor: pointer;
    width: 100%;
    padding: 6px 30px 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 2px;
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.select.wpcf7-form-control .styledSelect:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
    position: absolute;
    right: 10px;
    top: 9px;
}
.select.wpcf7-form-control .options {
    border: 1px solid #ccc;
    display: none;
    position: absolute;
    top: 100%;
    right: 15px;
    left: 0;
    z-index: 5;
    margin: 0 !important;
    padding: 2px 0 0;
    list-style: none;
    background: #fff;
    -webkit-border-radius: 0 0 10px 10px;
    -moz-border-radius: 0 0 10px 10px;
    -ms-border-radius: 0 0 10px 10px;
    -o-border-radius: 0 0 10px 10px;
    border-radius: 0 0 10px 10px;
    padding: 5px 0 2px;
    max-height: 210px;
    overflow-y: auto;
    box-shadow: none;
    border-top: 0;
    width: 100%;
}
.select.wpcf7-form-control .options li {
    margin: 0;
    padding: 4px 0;
    font-size: 14px;
    line-height: 1.25;
    color: color: #555;
    text-transform: none;
    cursor: pointer;
    transition: all 0.3s;
    padding-left: 16px;
    padding-right: 16px;
}
.select.wpcf7-form-control .options li:hover,
.select.wpcf7-form-control .options li.active {
    background-color: #eaeaea;
}