/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */
/* ==========================================================================
   VARIABLES
   ========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800|Montserrat:400,700);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
html {
  color: #333333;
  font-family: "Open Sans", Verdana, Arial, sans-serif; }
  @media (max-width: 739px) {
    html {
      font-size: 14px;
      font-size: 0.875rem; } }
  @media (min-width: 740px) and (max-width: 1219px) {
    html {
      font-size: 15px;
      font-size: 0.9375rem; } }
  @media (min-width: 1220px) {
    html {
      font-size: 16px;
      font-size: 1rem; } }

/* ------------------------------------------------------------------------------------------------ [ TYPOGRAPHY ] ----- */
body {
  width: 100%;
  color: #454545;
  font-size: 15px;
  line-height: 24px;
  letter-spacing: normal;
  font-family: "Open Sans", Verdana, Arial, sans-serif; }

h1 {
  font-size: 58px;
  font-size: 3.625rem;
  line-height: 66px;
  margin-top: 48px;
  margin-bottom: 24px; }

h2 {
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.15em;
  margin-top: 48px;
  margin-bottom: 48px;
  color: #006a31; }

h3 {
  font-size: 32px;
  font-size: 2rem;
  line-height: 1.25em;
  margin-top: 57px;
  margin-bottom: 19px; }

h4 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.35em;
  margin-top: 52px;
  margin-bottom: 13px;
  color: #006a31; }

h5 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 24px;
  margin-top: 36px;
  margin-bottom: 9px;
  color: #454545; }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: normal;
  font-family: "Open Sans", Verdana, Arial, sans-serif; }

h1, h2, h3, h4 {
  font-weight: normal; }

p, ul, ol, pre, table, blockquote {
  margin-top: 0;
  margin-bottom: 32px; }

hr {
  border: 1px solid;
  margin: -1px 0; }

ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0; }

li {
  line-height: 1.35em;
  margin: 0 0 .75em 0; }

b, strong, em, small, code {
  line-height: 1; }

sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

sub {
  top: 0.4em; }

.title {
  margin-top: 0; }

/* ------------------------------------------------------------------------------------------------ [ OTHER TYPO ] ----- */
.branding-data .department-name {
  font-family: "Montserrat", Verdana, Arial, sans-serif; }
.branding-data .site-name {
  font-family: "Montserrat", Verdana, Arial, sans-serif; }

.content ul, .content ol {
  padding-left: 25px; }
  .content ul li, .content ol li {
    margin: 0 0 .65em 0;
    line-height: 1.35em; }
.content ul.menu {
  padding-left: 0; }

a, a:link, a:active, a:visited {
  color: #00853e; }

a:hover, a:focus {
  color: #181818;
  text-decoration: underline; }

.caps {
  text-transform: uppercase; }

.center {
  text-align: center; }

.bold {
  font-weight: 700;
  letter-spacing: .025em; }

#zone-content .grid-9 ul ul {
  list-style: circle !important; }

#zone-content .grid-9 ul ul ul {
  list-style: square !important; }

blockquote {
  padding: 1.5em 85px 1.5em 1.5em;
  margin: 40px 40px 40px 20px;
  background: url(https://webassets.unt.edu/theme/greenlight-d7/blockquote-quotes.png) top right no-repeat #deeed9;
  display: block;
  border-radius: 5px;
  font-size: 1.15em;
  line-height: 1.5em; }

blockquote p {
  line-height: 1.65em; }

blockquote p:last-child {
  margin-bottom: 0; }

blockquote .citation {
  text-align: right;
  font-size: .75em;
  line-height: 1.4em;
  margin-bottom: 0; }

blockquote .citation strong {
  font-size: 1.25em; }

.phone-lg {
  font-size: 1.5em;
  font-family: "Montserrat", Verdana, Arial, sans-serif;
  margin: 0 0 2px 0; }

.mont-strong strong {
  font-size: 1.15em; }

.mont-strong h6 {
  margin: 0 0 5px 0; }

.red-star {
  font-family: "Montserrat", verdana, arial, sans-serif;
  font-weight: normal;
  color: #c00; }

.tooltip {
  color: #666666;
  border: dashed 1px #ccc;
  border-width: 0 0 1px 0;
  background: #fbfbe5;
  padding: 2px 0;
  position: relative; }

.tooltip span {
  display: none;
  position: absolute;
  top: 125%;
  background: #fbfbe5;
  border: solid 1px #cccccc;
  font-size: .8em;
  line-height: 1.35em; }

.tooltip:hover {
  cursor: hand !important; }

.tooltip:hover span,
.tooltip:focus span {
  display: block;
  width: 250px;
  padding: 10px;
  z-index: 1000; }

.caption,
.table-notes {
  font-size: .7em;
  line-height: 1.35em;
  margin: -15px 0 10px 0;
  color: #999;
  font-style: italic; }

.caption {
  margin: 3px 0 0 0; }

.video .caption {
  margin: 18px 0 0 -7px; }

.border {
  border: solid 3px #eee; }

.no-border {
  border: none !important; }

.grid-3.left-sidebar h2.block-title,
.grid-3.right-sidebar h2.block-title,
.block-menu h3.block-title,
.gallery-title {
  font-size: 18px;
  line-height: 26px;
  margin-top: 1em;
  margin-bottom: .75em; }

/* ----------------------------------------------------------------------------------------------- [ SIDEBAR NAV ] ----- */
.grid-3 section.block-menu,
.grid-4 section.block-menu {
  margin: 0 0 2em 0; }

.grid-3 section.block-menu .block-title,
.grid-4 section.block-menu .block-title {
  margin: 0 0 1px 0;
  padding: 10px;
  background: #72b844;
  background: #00853e;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  color: #fff;
  text-align: center; }

.grid-3 section.block-menu ul.menu,
.grid-4 section.block-menu ul.menu {
  margin: 0;
  padding: 0 !important;
  list-style: none;
  font-size: 14px; }

.grid-3 section.block-menu ul.menu,
.grid-4 section.block-menu ul.menu {
  border-bottom: solid 5px #cde5d9; }

.grid-3 section.block-menu ul.menu ul.menu,
.grid-4 section.block-menu ul.menu ul.menu {
  border-bottom: none !important; }

/*.grid-3 section.block-menu ul.menu ul.menu {
	display: none;
}*/
.grid-3 section.block-menu ul.menu > li,
.grid-4 section.block-menu ul.menu > li {
  margin: 0 0 1px -5px !important;
  padding: 0;
  line-height: 1.33em;
  overflow: hidden; }

.grid-3 section.block-menu ul.menu > li a,
.grid-3 section.block-menu ul.menu > li a:link,
.grid-3 section.block-menu ul.menu > li a:active,
.grid-3 section.block-menu ul.menu > li a:visited,
.grid-4 section.block-menu ul.menu > li a,
.grid-4 section.block-menu ul.menu > li a:link,
.grid-4 section.block-menu ul.menu > li a:active,
.grid-4 section.block-menu ul.menu > li a:visited {
  color: #333;
  font-weight: bold;
  margin: 0;
  padding: 14px 25px 15px 10px;
  display: block;
  text-decoration: none;
  line-height: 1.25em;
  background: #eaf0ec;
  border: solid 5px #fff;
  border-width: 0 0 0 5px; }

.grid-3 section.block-menu ul.menu > li ul.menu > li a,
.grid-4 section.block-menu ul.menu > li ul.menu > li a {
  padding: 14px 25px 15px 25px;
  background-image: url(https://webassets.unt.edu/theme/greenlight-d7/submenu-dot1.png);
  background-position: left top;
  background-repeat: no-repeat; }

.grid-3 section.block-menu ul.menu > li ul.menu li ul.menu > li a,
.grid-4 section.block-menu ul.menu > li ul.menu li ul.menu > li a {
  padding: 14px 25px 15px 40px;
  background-image: url(https://webassets.unt.edu/theme/greenlight-d7/submenu-dot2.png);
  background-position: left top;
  background-repeat: no-repeat; }

.grid-3 section.block-menu ul.menu > li a:hover,
.grid-3 section.block-menu ul.menu > li a:focus,
.grid-3 section.block-menu ul.menu > li.active-trail a,
.grid-3 section.block-menu ul.menu > li a.active,
.grid-4 section.block-menu ul.menu > li a:hover,
.grid-4 section.block-menu ul.menu > li a:focus,
.grid-4 section.block-menu ul.menu > li.active-trail a,
.grid-4 section.block-menu ul.menu > li a.active {
  border: solid 5px #72b844;
  border-width: 0 0 0 5px;
  background: url(https://webassets.unt.edu/theme/greenlight-d7/nav-arrows.png) right center no-repeat #cde5d9; }

.grid-3 section.block-menu ul.menu > li a.active,
.grid-4 section.block-menu ul.menu > li a.active {
  background: #cde5d9 !important; }

.grid-3 section.block-menu ul.menu li.active-trail ul,
.grid-4 section.block-menu ul.menu li.active-trail ul {
  margin: 1px 0 0 0 !important;
  padding-right: 0 !important; }

.grid-3 section.block-menu ul.menu li.active-trail li,
.grid-4 section.block-menu ul.menu li.active-trail li {
  margin-left: 0 !important; }

.grid-3 section.block-menu ul.menu li.active-trail li a,
.grid-3 section.block-menu ul.menu li.active-trail li a:link,
.grid-3 section.block-menu ul.menu li.active-trail li a:active,
.grid-3 section.block-menu ul.menu li.active-trail li a:visited,
.grid-4 section.block-menu ul.menu li.active-trail li a,
.grid-4 section.block-menu ul.menu li.active-trail li a:link,
.grid-4 section.block-menu ul.menu li.active-trail li a:active,
.grid-4 section.block-menu ul.menu li.active-trail li a:visited {
  color: #666;
  margin: 0;
  padding: 14px 25px 15px 25px;
  display: block;
  text-decoration: none;
  line-height: 1.25em;
  background: #eaf0ec;
  background: #cde5d9;
  border: solid 5px #fff;
  border-width: 0 0 0 5px;
  background: url(https://webassets.unt.edu/theme/greenlight-d7/subnav-dot.png) center left no-repeat #cde5d9;
  border-color: #fff; }

.grid-3 section.block-menu ul.menu li.active-trail li a:hover,
.grid-3 section.block-menu ul.menu li.active-trail li a:focus,
.grid-3 section.block-menu ul.menu li.active-trail li.active-trail a,
.grid-4 section.block-menu ul.menu li.active-trail li a:hover,
.grid-4 section.block-menu ul.menu li.active-trail li a:focus,
.grid-4 section.block-menu ul.menu li.active-trail li.active-trail a {
  color: #fff;
  background: url(https://webassets.unt.edu/theme/greenlight-d7/subnav-dot-over.png) center left no-repeat #72b844; }

.grid-3 section.block-menu ul.menu ul.menu,
.grid-4 section.block-menu ul.menu ul.menu {
  margin: 1px 0 0 5px; }

/* ------------------------------------------------------------------------------------------------------ [ TABS ] ----- */
ul.tabs.primary {
  position: fixed;
  right: 0;
  top: 225px;
  margin: 0 !important;
  padding: 0;
  border: none !important;
  z-index: 1000 !important; }

.tabs {
  margin: 0 !important; }

ul.tabs.primary li {
  display: block;
  margin: 0 0 3px 0 !important;
  text-align: left; }

ul.tabs.primary a,
ul.tabs.primary a:link,
ul.tabs.primary a:active,
ul.tabs.primary a:visited {
  margin: 0;
  padding: 8px 20px 9px 10px;
  line-height: 1em;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  text-transform: lowercase;
  display: block;
  border: solid 1px #333;
  border-width: 1px 0 1px 1px;
  background: rgba(0, 0, 0, 0.65); }

ul.tabs.primary li:hover a,
ul.tabs.primary li:focus a {
  color: #fff;
  background: rgba(0, 106, 49, 0.85); }

/* --------------------------------------------------------------------------------------------- [ MOBILE STYLES ] ----- */
.mo-hide,
header,
#zone-user-wrapper {
  display: none; }

.mobile-header {
  height: 60px;
  width: 100%;
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  background: url(https://webassets.unt.edu/theme/greenlight-d7/bg-mobile-header.png) top center repeat-x #006a31;
  z-index: 1000; }

.mobile-header > .inside {
  margin: 0;
  padding: 0;
  height: 60px;
  background: url(https://webassets.unt.edu/theme/greenlight-d7/mobile-larry-full.png) left center no-repeat; }

.mobile-header .inside {
  overflow: hidden; }

.mobile-header a {
  display: block; }

#mobile-branding {
  display: block;
  height: 45px;
  width: 90px;
  padding: 15px 0 0 10px; }

.mobile-unt-lettermark {
  display: block;
  height: 30px;
  width: 90px;
  margin: 0;
  padding: 0; }

p#mobile-nav,
p#mobile-search {
  color: transparent;
  float: right;
  display: inline-block;
  height: 40px;
  width: 40px;
  background-color: #004500 !important;
  background-size: 40% !important; }

p#mobile-nav {
  margin: 10px;
  background: url(https://webassets.unt.edu/theme/greenlight-d7/menu-icon-large.png) center center no-repeat;
  z-index: 1100; }

p#mobile-search {
  margin: 10px 0;
  background: url(https://webassets.unt.edu/theme/greenlight-d7/search-icon-large.png) center center no-repeat;
  z-index: 1100; }

p#mobile-nav.clicked,
p#mobile-search.clicked {
  background: url(https://webassets.unt.edu/theme/greenlight-d7/close-icon-large.png) center center no-repeat;
  background-size: 40% !important; }

#mobile-nav-block,
#mobile-search-block {
  color: #fff;
  width: 100%;
  height: auto;
  background: url(https://webassets.unt.edu/theme/greenlight-d7/bg-mobile-dropdown.png);
  position: absolute;
  border-top: solid 1px #050; }

#mobile-search-block .inside {
  padding: 15px 10px; }

#mobile-search-block form {
  text-align: right; }

#mobile-search-block form label {
  display: none; }

#mobile-nav-block ul {
  margin: 0;
  padding: 0; }

#mobile-nav-block li {
  border-bottom: solid 1px #030;
  margin-bottom: 0 !important;
  font-family: 'Montserrat', Verdana, Arial, sans-serif; }

#mobile-nav-block li.menu-toggler,
#mobile-nav-block li a {
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  padding: 14px 10px 15px 0;
  text-decoration: none; }

#mobile-nav-block li.menu-toggler.active,
#mobile-nav-block li.menu-toggler:hover,
#mobile-nav-block li a:hover {
  background: url(https://webassets.unt.edu/theme/greenlight-d7/bg-black-50.png); }

#mobile-nav-block li ul {
  border-top: solid 1px #050;
  margin: 16px -10px -15px -10px;
  padding: 0;
  list-style: none; }

#mobile-nav-block li ul li {
  border-bottom: solid 1px #003500; }

#mobile-site-info {
  margin: 1px 0;
  background: #72b844;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzcyYjg0NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1YjkzMzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #72b844 0%, #5b9336 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #72b844), color-stop(100%, #5b9336));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #72b844 0%, #5b9336 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #72b844 0%, #5b9336 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #72b844 0%, #5b9336 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #72b844 0%, #5b9336 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72b844', endColorstr='#5b9336',GradientType=0 );
  /* IE6-8 */
  *background: #72b844; }

#mobile-site-info .inside {
  padding: 15px 10px 20px 10px; }

.mobile-dept-name {
  color: #eee;
  font-size: 14px !important;
  font-weight: normal !important;
  font-family: "Montserrat", verdana, arial, sans-serif;
  margin: 0 0 10px 0;
  line-height: 1.25em; }

.mobile-site-title {
  color: #eee;
  font-size: 26px !important;
  font-weight: normal !important;
  font-family: "Montserrat", verdana, arial, sans-serif;
  margin: 0;
  line-height: 26px; }

.mobile-site-title a,
.mobile-site-title a:link,
.mobile-site-title a:active,
.mobile-site-title a:visited {
  color: #efefef;
  text-decoration: none; }

.mobile-site-title a:hover,
.mobile-site-title a:focus {
  text-decoration: underline; }

.toggler, .footer-toggler, .toggler-search, .toggler-nav, #mobile-app-toggler, .menu-toggler {
  cursor: pointer !important; }

.toggler {
  color: #fff;
  font-size: 16px !important;
  font-weight: normal;
  line-height: 22px !important;
  background: url(https://webassets.unt.edu/theme/greenlight-d7/dropmenu-arrows.png) right center no-repeat #006a31;
  padding: 15px 35px 15px 15px;
  margin: 0 0 10px 0;
  clear: both;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  position: relative; }

.toggler-content {
  padding: 1em; }

ul#collapse-mobile-nav > li > span,
ul#collapse-mobile-nav > li > a > span {
  padding-left: .5em; }

li.menu-toggler ul li a,
li.menu-toggler ul li.menu-toggler span {
  padding-left: 2em !important; }

li.menu-toggler ul li ul li a,
li.menu-toggler ul li ul li.menu-toggler span {
  padding-left: 4em !important; }

li.menu-toggler ul li ul li ul li a,
li.menu-toggler ul li ul li ul li.menu-toggler span {
  padding-left: 6em !important; }

li.menu-toggler ul li ul li ul li ul li a,
li.menu-toggler ul li ul li ul li ul li.menu-toggler span {
  padding-left: 8em !important; }

li.menu-toggler ul li ul li ul li ul li ul li a,
li.menu-toggler ul li ul li ul li ul li ul li.menu-toggler span {
  padding-left: 10em !important; }

/* ==========================================================================
   VARIABLES
   ========================================================================== */
/* ---------------------------------------------------------------------------------------------------- [ FOOTER ] ----- */
footer {
  width: 100%;
  margin: 25px 0 0 0;
  overflow: hidden;
  font-size: .9em;
  color: #fff; }
  footer h3.block-title {
    color: #fff;
    display: block;
    margin: 0 0 10px -2px;
    padding: 13px 0 12px 12px;
    border-radius: 5px;
    font-size: 18px;
    line-height: 16px;
    background: #006a31;
    font-family: "Montserrat", "Open Sans", verdana, arial, sans-serif; }
  footer p:last-child {
    margin-bottom: 0; }
  footer .grid-3.region-footer-first {
    float: none;
    clear: both;
    display: block;
    overflow: hidden;
    padding: 0 0 20px 0; }

#zone-footer-wrapper {
  border-top: solid 5px #72b844;
  border-bottom: solid 10px #006a31;
  background: #00853e; }

#zone-footer {
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 0 15px 0 !important; }

#zone-footer .footer-logo {
  max-width: 265px;
  display: block; }

.footer-header {
  position: relative; }
  .footer-header:after {
    color: #72b844;
    position: absolute;
    right: 10px;
    top: 8px;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    text-decoration: inherit;
    width: 20px;
    text-align: center; }
  .footer-header.header-1 h3 {
    background: url(//webassets.unt.edu/theme/greenlight-d7/footer-icon-place.png) right center no-repeat #006a31 \9; }
  .footer-header.header-1::after {
    content: "\f041";
    font-size: 21px;
    top: 9px; }
  .footer-header.header-2 h3 {
    background: url(//webassets.unt.edu/theme/greenlight-d7/footer-icon-email.png) right center no-repeat #006a31 \9; }
  .footer-header.header-2::after {
    content: "\f0e0"; }
  .footer-header.header-3 h3 {
    background: url(//webassets.unt.edu/theme/greenlight-d7/footer-icon-bubble.png) right center no-repeat #006a31 \9; }
  .footer-header.header-3::after {
    content: "\f075"; }

#zone-footer-wrapper .footer-block-content {
  padding: 0 10px; }
  @media (max-width: 768px) {
    #zone-footer-wrapper .footer-block-content {
      display: none; } }
  @media (min-width: 769px) {
    #zone-footer-wrapper .footer-block-content {
      display: block; } }
  #zone-footer-wrapper .footer-block-content a, #zone-footer-wrapper .footer-block-content a:active, #zone-footer-wrapper .footer-block-content a:hover, #zone-footer-wrapper .footer-block-content a:visited {
    color: #eee !important; }
  #zone-footer-wrapper .footer-block-content a:active, #zone-footer-wrapper .footer-block-content a:hover {
    color: #72b844 !important; }

.footer-sep {
  margin: 0 3px 0 6px; }

.footer-social {
  display: block;
  overflow: hidden;
  padding: 5px 0 10px 0; }
  .footer-social .social-icon {
    display: block;
    float: left; }
  .footer-social img {
    height: 40px;
    width: 40px;
    margin: 0 4px 4px 0;
    border: solid 1px #72b844; }
    .footer-social img::hover {
      border-color: #fff; }

#zone-state {
  text-align: center;
  padding-top: 10px !important;
  padding-bottom: 15px !important; }
  #zone-state p {
    color: #666;
    font-size: 9px !important;
    line-height: 22px !important;
    margin: 0 auto; }
  #zone-state a, #zone-state a:active, #zone-state a:hover, #zone-state a:visited {
    color: #666; }
  #zone-state a:active, #zone-state a:hover {
    color: #72b844; }

@media (max-width: 768px) {
  #zone-footer .grid-3 .region-inner {
    padding: 0; } }
@media (min-width: 769px) {
  #zone-footer .grid-3 .region-inner {
    padding: 0 0 0 30px; } }

#zone-footer .grid-3.region-footer-first .region-inner {
  padding: 0; }

.region-footer-second, .region-footer-third, .region-footer-fourth {
  padding-top: 15px; }
  @media (max-width: 768px) {
    .region-footer-second, .region-footer-third, .region-footer-fourth {
      padding-top: 0; }
      .region-footer-second .footer-block-content, .region-footer-third .footer-block-content, .region-footer-fourth .footer-block-content {
        padding-bottom: 15px !important; } }
  @media (min-width: 769px) {
    .region-footer-second, .region-footer-third, .region-footer-fourth {
      padding-top: 15px; }
      .region-footer-second .footer-block-content, .region-footer-third .footer-block-content, .region-footer-fourth .footer-block-content {
        padding-bottom: 0 !important; } }

@media (max-width: 768px) {
  .footer-logo {
    margin: 0 auto; } }
.footer-logo img {
  width: 100%;
  max-width: 240px; }

footer
.footer-social {
  padding: 20px 0 0 9px; }
  footer
  .footer-social .social-icon {
    margin: 0 4px 4px 0;
    border: solid 1px #72b844;
    position: relative;
    text-align: center; }
    footer
    .footer-social .social-icon:hover {
      border-color: #fff; }
    footer
    .footer-social .social-icon a {
      display: table;
      display: block\9;
      color: #fff !important;
      vertical-align: middle;
      line-height: 1em;
      text-decoration: none;
      background-width: 100% \9; }
      @media (max-width: 768px) {
        footer
        .footer-social .social-icon a {
          width: 40px;
          height: 40px; } }
      @media (min-width: 769px) {
        footer
        .footer-social .social-icon a {
          width: 25px;
          height: 25px; } }
      footer
      .footer-social .social-icon a i {
        display: table-cell;
        display: none\9;
        text-align: center;
        vertical-align: middle; }
    @media (max-width: 768px) {
      footer
      .footer-social .social-icon {
        font-size: 24px; } }
    @media (min-width: 769px) {
      footer
      .footer-social .social-icon {
        font-size: 16px; } }
    footer
    .footer-social .social-icon.facebook {
      background: #51798f;
      background: url(//webassets.unt.edu/theme/greenlight-d7/icon-facebook.png) center center no-repeat #51798f \9; }
    footer
    .footer-social .social-icon.twitter {
      background: #74ccf1;
      background: url(//webassets.unt.edu/theme/greenlight-d7/icon-twitter.png) center center no-repeat #74ccf1 \9; }
    footer
    .footer-social .social-icon.youtube {
      background: #e86445;
      background: url(//webassets.unt.edu/theme/greenlight-d7/icon-youtube.png) center center no-repeat #e86445\9; }
    footer
    .footer-social .social-icon.vimeo {
      background: #88d0df;
      background: url(//webassets.unt.edu/theme/greenlight-d7/icon-vimeo.png) center center no-repeat #88d0df \9; }
    footer
    .footer-social .social-icon.instagram {
      background: #6a6a6a;
      background: url(//webassets.unt.edu/theme/greenlight-d7/icon-instagram.png) center center no-repeat #6a6a6a \9; }
    footer
    .footer-social .social-icon.flickr {
      background: #84b1cd;
      background: url(//webassets.unt.edu/theme/greenlight-d7/icon-flickr.png) center center no-repeat #84b1cd \9; }
    footer
    .footer-social .social-icon.linkedin {
      background: #1584ca;
      background: url(//webassets.unt.edu/theme/greenlight-d7/icon-linkedin.png) center center no-repeat #1584ca \9; }
    footer
    .footer-social .social-icon.pinterest {
      background: #ed5651;
      background: url(//webassets.unt.edu/theme/greenlight-d7/icon-pinterest.png) center center no-repeat #ed5651\9; }
    footer
    .footer-social .social-icon.mobile-icon {
      background: #006a31;
      background: url(//webassets.unt.edu/theme/greenlight-d7/icon-mobile.png) center center no-repeat #006a31 \9; }
      @media (max-width: 768px) {
        footer
        .footer-social .social-icon.mobile-icon {
          font-size: 32px; } }
      @media (min-width: 769px) {
        footer
        .footer-social .social-icon.mobile-icon {
          font-size: 22px; } }
    footer
    .footer-social .social-icon.directory-icon {
      background: #887a68;
      background: url(//webassets.unt.edu/theme/greenlight-d7/icon-directory.png) center center no-repeat #887a68 \9; }

footer .phone-lg,
footer .contact-email,
footer .tech-email {
  position: relative;
  padding-left: 25px;
  padding-left: 0\9; }
  footer .phone-lg:after,
  footer .contact-email:after,
  footer .tech-email:after {
    color: #fff;
    position: absolute;
    left: 0px;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    width: 18px;
    text-align: center;
    display: none\9; }
footer .phone-lg {
  margin-top: -2px; }
  footer .phone-lg:after {
    content: "\f095";
    font-size: 22px;
    top: 3px;
    display: none\9; }
footer .contact-email {
  margin: 0 0 5px 0; }
  footer .contact-email:after {
    content: "\f0e0";
    font-size: 14px;
    top: 3px;
    display: none\9; }
footer .tech-email {
  font-size: .8em; }
  footer .tech-email:after {
    content: "\f013";
    top: 2px;
    display: none\9; }

#zone-state .updated {
  margin: 0 0 10px 0; }

/* ---------------------------------------------------------------------------------------- [ CAROUSEL / SLIDERS ] ----- */
.theme-default .nivoSlider {
  background: url(https://webassets.unt.edu/theme/greenlight-d7/loading.gif) no-repeat 50% 50% #fff;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  border: solid 5px #fff;
  margin: 5px 0 0 -5px !important; }

.nivo-caption {
  position: relative;
  left: 0px;
  bottom: 0px;
  background: #000;
  color: #fff;
  width: 100%;
  z-index: 8;
  margin: 0;
  padding: 15px 18px;
  opacity: 0.8;
  overflow: hidden;
  display: none;
  -moz-opacity: 0.8;
  filter: alpha(opacity=8);
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  font-weight: normal;
  font-family: "Montserrat", verdana, arial, "Helvetica Neue", helvetica, sans-serif; }

.theme-default .nivo-controlNav {
  padding: 8px 0 5px 0 !important; }

/* ------------------------------------------------------------------------------------------ [ PEOPLE DIRECTORY ] ----- */
.directory-person .grid-3 .inside {
  padding-right: 2em; }

.directory-person .grid-3 {
  float: left; }

.directory-person .grid-9 {
  float: right; }

.dir-person {
  display: block;
  overflow: hidden;
  padding: 0 0 3em 0;
  border-bottom: solid 1px #ddd;
  margin: 0 0 3em 0; }

.dir-person:last-child {
  border: none !important;
  margin: 0 !important; }

.dir-photo {
  /*	float: left; */ }

.dir-photo .inside.imagefit {
  padding: 0 2em 2em 0; }

/*.dir-location,*/
.dir-office,
.dir-email,
.dir-phone {
  height: 25px;
  margin: 0 0 10px 0; }

.dir-location {
  padding-left: 30px;
  min-height: 25px;
  margin: 0 0 10px 0;
  background: url(https://webassets.unt.edu/theme/greenlight-d7/dir-office.png) left top no-repeat; }

.dir-email {
  clear: left;
  font-weight: bold;
  padding-left: 30px;
  background: url(https://webassets.unt.edu/theme/greenlight-d7/dir-email.png) left top no-repeat; }

.dir-phone {
  padding-left: 30px;
  background: url(https://webassets.unt.edu/theme/greenlight-d7/dir-phone.png) left top no-repeat; }

.dir-location p,
.dir-office p,
.dir-email p {
  margin: 0; }

.dir-location {
  font-weight: bold;
  display: block; }

.node-type-people .dir-location {
  float: left; }

.dir-office:before {
  font-weight: normal !important;
  content: ", "; }

.node-type-people .dir-office {
  display: block;
  float: left;
  clear: right; }

.dir-title h3,
.dir-title h4 {
  color: #006a31; }

.dir-job-title h4,
.dir-job-title h5 {
  color: #454545; }

.dir-job-title h4,
.dir-job-title h5 {
  font-size: 1.45em;
  margin-top: 0; }

.dir-dept {
  font-size: 1.1em;
  font-weight: bold;
  color: #757575; }

/* --------------------------------------------------------------------------------------------- [ IMAGE GALLERY ] ----- */
.gallery-group {
  padding: 0 0 5em 0; }

.grid-3 .gallery-group,
.grid-4 .gallery-group {
  padding: 1em 0; }

.gallery-title {
  margin: 0 0 15px 0;
  padding: 0; }

.grid-3 .gallery-title,
.grid-4 .gallery-title {
  margin: 0 0 5px 0; }

.gallery-body {
  padding: 0 0 15px 0; }

.gallery-images img,
.node-type-image-gallery .node-image-gallery .field-item img {
  background: #fff;
  margin: 0 10px 15px 0;
  border: solid 3px #efefef; }

.node-type-image-gallery .node-image-gallery .field-item img {
  display: block;
  float: left;
  margin: 0 10px 10px 0; }

.grid-3 .gallery-group .gallery-images img,
.grid-4 .gallery-group .gallery-images img {
  margin: 0 0 5px 0; }

/* ----------------------------------------------------------------------------------------------- [ FEEDS BLOCKS] ----- */
.feed-item {
  display: block;
  clear: both;
  margin: 0 0 1.25em 0;
  padding: .125em 0;
  overflow: hidden; }

.feed-item:hover,
.feed-item:focus {
  background: #eee; }

.feed-date {
  float: left;
  display: block;
  background: #72b844;
  text-align: center;
  border: solid 3px #efefef;
  font-family: "Montserrat", verdana, arial, sans-serif !important;
  width: 65px;
  height: 65px; }

.feed-month {
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  margin: 8px 0 0 0; }

.feed-day {
  color: #fff;
  font-size: 32px;
  line-height: 32px; }

.feed-info {
  float: left;
  display: block;
  padding: .15em 0 0 0; }

@media (max-width: 320px) {
  .feed-info {
    width: 225px; } }
@media (min-width: 321px) and (max-width: 480px) {
  .feed-info {
    width: 385px; } }
@media (min-width: 481px) and (max-width: 720px) {
  .feed-info {
    width: 370px; } }
@media (min-width: 721px) {
  .feed-info {
    width: auto; } }
@media (min-width: 739px) and (max-width: 1280px) {
  .left-30,
  .right-30 {
    width: 45%; } }
.feed-info .inside {
  padding: 0 0 0 10px; }

.feed-title {
  line-height: 1.25em;
  font-weight: normal;
  margin: 0 0 .2em 0;
  font-weight: bold;
  font-size: .9em; }

.feed-time {
  color: #757575;
  font-style: italic;
  font-size: .75em; }

/* -------------------------------------------------------------------------------------------------- [ BRANDING ] ----- */
.site-name,
.department-link {
  font-weight: normal;
  letter-spacing: .025em;
  font-family: "Montserrat", Verdana, Arial, sans-serif; }

h1.site-name {
  margin-left: -2px; }

.site-name,
.site-name a,
.site-name a:link,
.site-name a:active,
.site-name a:visited,
.department-name,
.department-link,
.department-link a,
.department-link a:link,
.department-link a:active,
.department-link a:visited {
  color: #fff;
  text-decoration: none; }

.site-name a:hover,
.site-name a:focus,
.department-link a:hover,
.department-link a:focus {
  text-decoration: underline; }

.search-block-form h2 {
  display: none; }

/* ---------------------------------------------------------------------------------------------------- [ LAYOUT ] ----- */
.mobile {
  display: block; }

.desktop {
  display: none; }

#zone-preface-wrapper {
  background: #efefef; }

.grid-3 section.block-menu {
  display: none; }

.content .grid-1, .content .grid-2, .content .grid-3, .content .grid-4, .content .grid-5, .content .grid-6, .content .grid-7, .content .grid-8, .content .grid-9, .content .grid-10, .content .grid-11, .content .grid-12 {
  margin-left: 0;
  margin-right: 0; }

#zone-content {
  padding-top: 1em; }

.content .panel-panel.grid-9,
.content .panel-panel.grid-6,
.content .panel-panel.grid-3 {
  margin-left: 10px !important;
  margin-right: 10px !important; }

.content .grid-6.col-left .inside {
  padding: 0 0 2em 0; }

.content .grid-6.col-right .inside {
  padding: 0 0 2em 0; }

.content .grid-4.col-left .inside {
  padding: 0 0 2em 0; }

.content .grid-4.col-middle .inside {
  padding: 0 0 2em 0; }

.content .grid-4.col-right .inside {
  padding: 0 0 2em 0; }

.content .grid-9.col-left .inside {
  padding: 0 0 2em 0; }

.content .grid-3.col-right .inside {
  padding: 0 0 2em 0; }

.content .grid-6.col-right ul,
.content .grid-6.col-right ol {
  margin-top: -52px; }

/* ----------------------------------------------------------------------------------------- [ STANDING ELEMENTS ] ----- */
.left-30 img,
.left-60 img,
.right-30 img,
.right-60 img {
  width: 100%;
  border: solid 3px #ccc; }

.left-60.table .inside {
  padding: .75em 3em 0 0 !important; }

.right-60.table .inside {
  padding: .75em 0 0 3em !important; }

.left-30.video .inside,
.left-60.video .inside {
  padding: .75em 3em 2em 0 !important; }

.right-30.video .inside,
.right-60.video .inside {
  padding: .75em 0 2em 3em !important; }

.left-30.video iframe,
.left-60.video iframe {
  margin-right: -14px; }

.right-30.video iframe,
.right-60.video iframe {
  margin-left: -14px; }

.video iframe {
  padding: 5px;
  border: solid 2px #ddd; }

.embedded-video {
  margin: -3px 0 0 -3px;
  border: solid 3px #ddd; }

.video-embed-description {
  font-size: .8em;
  color: #666;
  font-style: italic;
  padding: 3px 0 8px 0;
  margin: 0 0 1em 0; }

table {
  border-width: 1px 1px 5px 1px;
  margin: 0 0 20px 0;
  font-size: .9em; }

table th {
  padding: 10px 10px 8px 10px;
  font-weight: bold;
  font-family: "Montserrat", verdana, arial;
  font-size: 1.1em;
  color: #777;
  background: #eee; }

table td {
  padding: 15px 10px;
  border: solid 1px #ddd; }

table tr:hover td {
  background: #e5f3eb; }

code, pre {
  color: #444;
  padding: 20px;
  margin: 0 50px 30px 0;
  background: #e8e8e8;
  border: solid 2px #d8d8d8;
  border-style: outset;
  display: block;
  font-family: 'Lucida Console', Monaco, monospace;
  word-break: break-word; }

@media (max-width: 740px) {
  .zone-content .grid-1, .zone-content .grid-2, .zone-content .grid-3, .zone-content .grid-4, .zone-content .grid-5, .zone-content .grid-6, .zone-content .grid-7, .zone-content .grid-8, .zone-content .grid-9, .zone-content .grid-10, .zone-content .grid-11, .zone-content .grid-12 {
    display: block;
    float: inherit;
    position: inherit; }

  code, pre {
    margin: 0 0 30px 0; }

  #zone-footer .grid-3 {
    float: none;
    display: block;
    position: relative; }

  .right-30, .right-60, .left-30, .left-60 {
    width: 100%;
    float: none; }

  .right-30.img .inside, .right-60.img .inside, .left-30.img .inside, .left-60.img .inside,
  .right-30.table .inside, .right-60.table .inside, .left-30.table .inside, .left-60.table .inside {
    padding: 0 6px 0 0 !important;
    margin: 1em 0 2em 0 !important; }

  .right-30.video .inside, .right-60.video .inside, .left-30.video .inside, .left-60.video .inside {
    padding: 0 7px !important;
    margin: 1em 0 2em 0 !important; }

  .left-30.video iframe,
  .left-60.video iframe,
  .right-30.video iframe,
  .right-60.video iframe {
    margin-left: -7px; }

  .video .caption {
    margin-left: -3px; }

  .table-notes {
    margin: -15px 0 30px 0; }

  blockquote {
    padding: 1.5em 85px 1.5em 1.5em;
    margin: 40px 20px; } }
#overlay-container {
  margin-bottom: 70px !important;
  margin-bottom: 50px !important; }
