/* --------------------------------------------- 
			Breakthrough Styles
--------------------------------------------- */
/**,
*::before,
*::after {
	box-sizing: inherit;
}*/
@import url('https://fonts.googleapis.com/css?family=Libre+Franklin&display=swap');
@font-face {
	font-family: CharisSILW;
	src: url(https://txpsychce.org/wp-content/themes/breakthrough-pro/fonts/CharisSIL-B.woff);
}

/*  Hide regular UT branding */

#ut-head {
	display: none;
}

/* Float Clearing
--------------------------------------------- */

#txp-head .clearfix::before,
#txp-head .nav-primary::before,
#txp-head .site-header::before,
#txp-head .site-inner::before,
#txp-head .widget::before,
#txp-head .wrap::before {
	content: " ";
	display: table;
}

#txp-head .clearfix::after,
#txp-head .nav-primary::after,
#txp-head .site-header::after,
#txp-head .site-inner::after,
#txp-head .widget::after,
#txp-head .wrap::after {
	clear: both;
	content: " ";
	display: table;
}

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	background-color: #13a89e;
	color: #4e4756;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 20px;
	/*font-size: 2rem;*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 400;
	letter-spacing: -0.2px;
	line-height: 1.5;
	margin: 0;
}

#txp-head a,
#txp-head button,
#txp-head input:focus,
#txp-head input[type="button"],
#txp-head input[type="reset"],
#txp-head input[type="submit"],
#txp-head textarea:focus,
#txp-head .button,
#txp-head .gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

#txp-head button,
#txp-head input[type="button"],
#txp-head input[type="reset"],
#txp-head input[type="submit"],
#txp-head .button {
	background-color: #13a89e;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 1.5px;
	line-height: 1;
	padding: 17px 26px 14px 26px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	white-space: normal;
	width: auto;
}

#txp-head a.button:focus,
#txp-head a.button:hover,
#txp-head button:focus,
#txp-head button:hover,
#txp-head input:focus[type="button"],
#txp-head input:hover[type="button"],
#txp-head input:focus[type="reset"],
#txp-head input:hover[type="reset"],
#txp-head input:focus[type="submit"],
#txp-head input:hover[type="submit"] {
	background-color: #6269cc;
	box-shadow: 0 2px 10px 0 rgba(74,79,155,0.30);
	color: #fff;
}

#txp-head .button:focus,
#txp-head .button:hover {
	color: #fff;
}

#txp-head .button {
	display: inline-block;
}

#txp-head button.primary,
#txp-head input[type="button"].primary,
#txp-head input[type="reset"].primary,
#txp-head input[type="submit"].primary,
#txp-head .button.primary {
	background-color: #00a9b7;
	color: #fff;
}

#txp-head button.primary:focus,
#txp-head button.primary:hover,
#txp-head input[type="button"].primary:focus,
#txp-head input[type="button"].primary:hover,
#txp-head input[type="reset"].primary:focus,
#txp-head input[type="reset"].primary:hover,
#txp-head input[type="submit"].primary:focus,
#txp-head input[type="submit"].primary:hover,
#txp-head .button.primary:focus,
#txp-head .button.primary:hover {
	background-color: #f24b56;
	box-shadow: 0 2px 10px 0 rgba(210,65,75,0.30);
	color: #fff;
}

#txp-head 
button.secondary,
#txp-head input[type="button"].secondary,
#txp-head input[type="reset"].secondary,
#txp-head input[type="submit"].secondary,
#txp-head .button.secondary,
#txp-head .entry-content .button.secondary {
	background-color: #4e4756;
	color: #fff;
}

#txp-head button.secondary:focus,
#txp-head button.secondary:hover,
#txp-head input[type="button"].secondary:focus,
#txp-head input[type="button"].secondary:hover,
#txp-head input[type="reset"].secondary:focus,
#txp-head input[type="reset"].secondary:hover,
#txp-head input[type="submit"].secondary:focus,
#txp-head input[type="submit"].secondary:hover,
#txp-head .button.secondary:focus,
#txp-head .button.secondary:hover,
#txp-head .entry-content .button.secondary:focus,
#txp-head .entry-content .button.secondary:hover {
	background-color: #6e6875;
	box-shadow: 0 2px 10px 0 rgba(78,71,86,0.20);
}

#txp-head button.button-hero,
#txp-head input[type="button"].button-hero,
#txp-head input[type="reset"].button-hero,
#txp-head input[type="submit"].button-hero,
#txp-head .button.button-hero {
	background-color: #00a9b7;
	color: #fff;
	font-size: 18px;
	letter-spacing: 1.8px;
	line-height: 1;
	padding: 40px 160px 35px 40px;
	position: relative;
	text-align: left;
}

#txp-head button.button-hero::after,
#txp-head input[type="button"].button-hero::after,
#txp-head input[type="reset"].button-hero::after,
#txp-head input[type="submit"].button-hero::after,
#txp-head .button-hero::after {
	background: url(images/hero-arrow-white.svg) no-repeat center right;
	content: "";
	display: block;
	height: 12px;
	position: absolute;
	right: 40px;
	top: calc(50% - 6px);
	width: 80px;
}

#txp-head button.button-hero:focus,
#txp-head button.button-hero:hover,
#txp-head input[type="button"].button-hero:focus,
#txp-head input[type="button"].button-hero:hover,
#txp-head input[type="reset"].button-hero:focus,
#txp-head input[type="reset"].button-hero:hover,
#txp-head input[type="submit"].button-hero:focus,
#txp-head input[type="submit"].button-hero:hover,
#txp-head .button.button-hero:focus,
#txp-head .button.button-hero:hover {
	background-color: #f24b56;
	color: #fff;
}

#txp-head a.button.small,
#txp-head button.small,
#txp-head input[type="button"].small,
#txp-head input[type="reset"].small,
#txp-head input[type="submit"].small {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 1px;
	padding: 9px 20px;
}

#txp-head a.button.large,
#txp-head button.large,
#txp-head input[type="button"].large,
#txp-head input[type="reset"].large,
#txp-head input[type="submit"].large {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 1.8px;
	padding: 24px;
}

#txp-head a.button.text,
#txp-head button.text,
#txp-head input[type="button"].text,
#txp-head input[type="reset"].text,
#txp-head input[type="submit"].text,
#txp-head a.more-link,
#txp-head .view-all-portfolio a {
	background-color: #fff;
	border-bottom: 2px solid #00a9b7;
	color: #00a9b7;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 4px 0;
	text-decoration: none;
	text-transform: uppercase;
}

#txp-head a.button.text:focus,
#txp-head a.button.text:hover,
#txp-head button.text:focus,
#txp-head button.text:hover,
#txp-head input[type="button"].text:focus,
#txp-head input[type="button"].text:hover,
#txp-head input[type="reset"].text:focus,
#txp-head input[type="reset"].text:hover,
#txp-head input[type="submit"].text:focus,
#txp-head input[type="submit"].text:hover,
#txp-head a.more-link:focus,
#txp-head a.more-link:hover,
#txp-head .view-all-portfolio a:focus,
#txp-head .view-all-portfolio a:hover {
	background-color: #fff;
	border-bottom: 2px solid #f24b56;
	box-shadow: none;
	color: #f24b56;
	transform: none;
}


#txp-head a {
	color: #00a9b7;
	text-decoration: underline;
}

#txp-head a:focus,
#txp-head a:hover {
	color: #4e4756;
}

#txp-head p {
	margin: 0 0 28px;
	padding: 0;
}

#txp-head ol,
#txp-head ul {
	margin: 0;
	padding: 0;
}

#txp-head li {
	list-style-type: none;
}

#txp-head hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

#txp-head b,
#txp-head strong {
	font-weight: 700;
}


#txp-head #genesis-mobile-nav-primary:before {
    content: "";
    position: absolute;
    left: 32px;
    display: block;
    width: 15px;
    top: 12px;
    height: 0;
    -webkit-box-shadow: 1px 12px 1px 1px #333, 1px 15px 1px 1px #333, 1px 18px 1px 1px #333;
    box-shadow: 0 12px 0 1px #333, 0 15px 0 1px #333, 0 18px 0 1px #333;
}

#txp-head #genesis-mobile-nav-primary:hover:before{
	-webkit-box-shadow: 1px 12px 1px 1px #13a89e, 1px 15px 1px 1px #13a89e, 1px 18px 1px 1px #13a89e;
    box-shadow: 0 12px 0 1px #13a89e, 0 15px 0 1px #13a89e, 0 18px 0 1px #13a89e
}
/* Headings
--------------------------------------------- */

#txp-head h1,
#txp-head h2,
#txp-head h3,
#txp-head h4,
#txp-head h5,
#txp-head h6 {
	color: #262626;
	font-family: CharisSILW, serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px;
}

#txp-head h1 {
	font-size: 62px;
	/*font-size: 6.2rem;*/
	letter-spacing: -2px;
}

#txp-head h2 {
	font-size: 50px;
	/*font-size: 5rem;*/
	letter-spacing: -1.8px;
}

#txp-head h3 {
	font-size: 28px;
	/*font-size: 2.8rem;*/
	letter-spacing: -1px;
}

#txp-head h4 {
	color: #13a89e;
	font-size: 28px;
	/*font-size: 2.8rem;*/
}

#txp-head h5 {
	color: #13a89e;
	font-family: 'Libre Franklin', sans-serif;
	font-size: 16px;
	/*font-size: 1.6rem;*/
	letter-spacing: 1.6px;
}

#txp-head h6 {
	font-size: 20px;
	/*font-size: 2rem;*/
	font-style: italic;
}


/* UT Branding
---------------------------------------------------------------------------- */
#txp-head .ut-branding {
	background: transparent;
	height: 40px;
	padding-left: calc(50% - (50vw - 30px));
	padding-right: calc(50% - (50vw - 30px));
}

#txp-head .ut-branding .branding-link {
	display: inline-block;
	height: 40px;
	padding: 4px;
	text-align: right;
	width: 100%;
}
#txp-head .ut-branding .branding-link img {
	height: 32px;
}


/* Site Header
---------------------------------------------------------------------------- */

#txp-head .site-header {
	background-color: #fff;
}

#txp-head .site-header > .wrap {
	border-bottom: 1px solid #edecee;
	padding: 40px 0 0 0;
}

/* Title Area
--------------------------------------------- */

#txp-head .title-area {
	float: left;
	max-width: 100%;
	padding: 10px 0;
	width: 405px;
}

#txp-head .header-image .title-area {
	margin: 0 auto;
	max-width: 300px;
	padding: 0;
}

#txp-head .site-title {
	font-family: CharisSILW, serif;
	font-size: 30px;
	/*font-size: 3.0rem;*/
	font-weight: 700;
	letter-spacing: -0.5px;
	line-height: 36px;
	white-space: normal;
}

#txp-head .site-title a,
#txp-head .site-title a:focus,
#txp-head .site-title a:hover {
	color: #262626;
	text-decoration: none;
}

#txp-head .site-description {
	border: 0;
	clip: rect(0, 0, 0, 0);
	font-size: 16px;
	/*font-size: 1.6rem;*/
	font-weight: 400;
	height: 1px;
	line-height: 1.5;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

#txp-head .site-description,
#txp-head .site-title {
	margin-bottom: 0;
}

#txp-head .custom-logo {
	display: block;
	height: 70px;
	width: 70px;
}

#txp-head .site-description,
#txp-head .site-title {
	float: left;
	width: 320px;
}

#txp-head .title-area > a {
	float: left;
	width: 85px;
}

/* Site Navigation
---------------------------------------------------------------------------- */

#txp-head #user-nav,
#txp-head .genesis-nav-menu {
	clear: both;
	font-size: 16px;
	/*font-size: 1.6rem;*/
	font-weight: 600;
	line-height: 1;
	max-width: 500px;
	width: 100%;
}


#txp-head #user-nav-placeholder button {
    border-left: none;
    border-right: none;
    border-bottom: 3px solid transparent;
    margin-left: 17px;
    padding: 17px 3px 7px 3px;
    background: transparent;
    text-transform: inherit;
    letter-spacing: -0.2px;
    line-height: 18px;
}

#txp-head .active #user-nav-placeholder button {
	padding-top: 10px;
}

#txp-head #user-nav.pull-right {
	float: none !important;
}

.pull-right>.dropdown-menu {
    left: auto;
    right: inherit;
}

#txp-head .active #user-nav.dropdown {
	display:inline;
}

#txp-head .active ul.dropdown-menu {
	margin-top: 10px;
}

#txp-head #user-nav span {
	font-size: 16px;
	/*font-size: 1.6rem;*/
	font-weight: 600;
}


#txp-head .genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
	float: left;
}


#txp-head #user-nav span {
	color: #333;
	text-decoration: none;
}

#txp-head .genesis-nav-menu a {
	color: #333;
	display: block;
	text-decoration: none;
}


#txp-head #user-nav .icon-right {
	display: inline;
}

#txp-head .genesis-nav-menu a:focus,
#txp-head .genesis-nav-menu a:hover,
#txp-head .genesis-nav-menu .current-menu-item > a,
#txp-head .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
#txp-head .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #13a89e;
}

#txp-head .genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition:    opacity 0.4s ease-in-out;
	-ms-transition:     opacity 0.4s ease-in-out;
	-o-transition:      opacity 0.4s ease-in-out;
	transition:         opacity 0.4s ease-in-out;
	width: 200px;
	z-index: 99999;
}

#txp-head .genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	/*font-size: 1.4rem;*/
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

#txp-head .genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 0 0 199px;
}

#txp-head .genesis-nav-menu .menu-item:hover {
	position: static;
}

#txp-head .genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

#txp-head .genesis-nav-menu > .first > a {
	padding-left: 0;
}

#txp-head .genesis-nav-menu > .last > a {
	padding-right: 0;
}

#txp-head .genesis-nav-menu > .right {
	float: right;
}

/* Accessible Menu
--------------------------------------------- */

#txp-head .menu .menu-item:focus {
	position: static;
}

#txp-head .menu .menu-item > a:focus + ul.sub-menu,
#txp-head .menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

#txp-head .menu-toggle,
#txp-head .sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* Site Header Navigation
--------------------------------------------- */

#txp-head .site-header .nav-primary {
	float: right;
	max-width: 940px;
}

#txp-head .site-header .genesis-nav-menu li li {
	margin-left: 0;
}

#txp-head .nav-primary .genesis-nav-menu a {
	border-bottom: 3px solid transparent;
	margin: 8px 16px 0;
	padding: 14px 4px;
}

#txp-head .nav-primary .genesis-nav-menu .sub-menu a {
	border: 1px solid #eee;
	margin: 0;
	padding: 20px 20px 19px;
}


#txp-head #user-nav-placeholder button:focus,

#txp-head #user-nav-placeholder button:hover,
#txp-head .nav-primary .genesis-nav-menu a:focus,
#txp-head .nav-primary .genesis-nav-menu a:hover,
#txp-head .nav-primary .genesis-nav-menu .current-menu-item > a {
	border-bottom: 3px solid #13a89e;
	color: #13a89e;
	text-decoration: none;
}

#txp-head .nav-primary .genesis-nav-menu .sub-menu a:focus,
#txp-head .nav-primary .genesis-nav-menu .sub-menu a:hover,
#txp-head .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a,
#txp-head .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
#txp-head .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	border: 1px solid #eee;
	border-bottom: 1px solid #eee;
	color: #13a89e;
	text-decoration: none;
}

/* --------------------------------------------- 
      Catalog Adjustments
--------------------------------------------- */

#app-header {
  padding-top: 0px;
}

#app-header > .container {
  display: none;
}

.product-bg,
#search-form .search-form-filters,
#main.product-results,
.callout-region,
#search-form.callout-region {
     background-color: transparent; 
     color: #13a89e;
}

#search-form .search-refine-button:hover, 
#search-form .search-refine-button:focus {
	color: #13a89e;
}

*:focus{
	outline: none;
}

body,
.feature-region {
  background: transparent;
}

.product-tile .product-heading h3.product-title {
    font-size: 18px;
    font-weight: 500;
}

.product-dates {
	font-size: 14px;
}

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (max-width: 1360px) {

	#txp-head .site-inner,
	#txp-head .wrap,
	#txp-head .breadcrumb {
		max-width: 1140px;
	}

	#txp-head .site-header .nav-primary {
		max-width: 800px;
	}

}

@media only screen and (max-width: 1200px) {

	#txp-head .site-inner,
	#txp-head .wrap,
	#txp-head .breadcrumb {
		max-width: 960px;
	}
	
	#txp-head #user-nav, #txp-head .genesis-nav-menu {
		max-width: 500px;		
	}
}

@media only screen and (max-width: 1023px) {

	#txp-head .genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	#txp-head .genesis-responsive-menu .genesis-nav-menu .sub-menu,
	#txp-head .sidebar-primary {
		max-width: 100%;
		width: 100%;
	}

	#txp-head .genesis-nav-menu li,
	#txp-head .header-image .title-area,
	#txp-head .site-header ul.genesis-nav-menu {
		float: none;
	}

	#txp-head .genesis-nav-menu {
		text-align: center;
	}

	#txp-head .site-header .nav-primary {
		max-width: none;
	}

	/* Genesis Responsive Menus */
	#txp-head .genesis-responsive-menu .wrap {
		padding: 0;
	}

	#txp-head .genesis-responsive-menu {
		display: none;
		position: relative;
		width: 100%;
	}

	#txp-head .genesis-skip-link .skip-link-hidden {
		display: none;
		visibility: hidden;
	}

	#txp-head .menu-toggle,
	#txp-head .sub-menu-toggle {
		border-width: 0;
		background-color: #fff;
		color: #333;
		display: block;
		font-size: 18px;
		margin: 0 auto;
		padding-left: 60px;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	#txp-head .menu-toggle:focus,
	#txp-head .menu-toggle:hover,
	#txp-head .sub-menu-toggle:focus,
	#txp-head .sub-menu-toggle:hover {
		background: transparent;
		border-width: 0;
		color: #13a89e
	}

	#txp-head .menu-toggle {
		line-height: 20px;
		float: right;
		position: relative;
		text-align: right;
		z-index: 1000;
		width: auto;
	}

	#txp-head .menu-toggle::before {
		font-size: 22px;
		font-size: 2.2rem;
		margin-right: 10px;
		position: relative;
		text-rendering: auto;
		top: 2px;
	}

	#txp-head .sub-menu-toggle {
		float: right;
		padding: 14px 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	#txp-head .sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform 0.25s ease-in-out;
		-ms-transition:     transform 0.25s ease-in-out;
		transition:         transform 0.25s ease-in-out;
	}

	#txp-head .sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	#txp-head .genesis-responsive-menu .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	#txp-head .genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	#txp-head .genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	#txp-head .genesis-responsive-menu .genesis-nav-menu a:focus,
	#txp-head .genesis-responsive-menu .genesis-nav-menu a:hover {
		color: #13a89e;
	}

	#txp-head .genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 15px 20px;
		width: 100%;
	}

	#txp-head .genesis-responsive-menu .genesis-nav-menu .sub-menu {
		border: none;
	}

	#txp-head .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	#txp-head .genesis-responsive-menu .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	#txp-head .genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

	#txp-head .genesis-responsive-menu .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding-left: 15px;
		position: static;
		width: 100%;
	}

	#txp-head .genesis-responsive-menu .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	#txp-head .nav-primary .genesis-nav-menu a {
		margin: 0 0 1px;
	}

	#txp-head .nav-primary .genesis-nav-menu .sub-menu a:focus,
	#txp-head .nav-primary .genesis-nav-menu .sub-menu a:hover,
	#txp-head .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a,
	#txp-head .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:focus,
	#txp-head .nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
		border: none;
	}
}

@media only screen and (max-width: 860px) {

	#txp-head body > div {
		/*font-size: 1.8rem;*/
	}

	#txp-head body {
		font-size: 18px;
		/*font-size: 1.8rem;*/
	}

	#txp-head h1 {
		font-size: 36px;
		/*font-size: 3.6rem;*/
	}

	#txp-head h2 {
		font-size: 32px;
		/*font-size: 3.2rem;*/
	}

	#txp-head h3 {
		font-size: 24px;
		/*font-size: 2.4rem;*/
	}

	#txp-head h4 {
		font-size: 20px;
		/*font-size: 2rem;*/
	}

	#txp-head .site-inner {
		padding: 5% 5% 0;
	}

	#txp-head .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	#txp-head .site-header > .wrap {
		padding: 10px 2.5% 0 2.5%;
	}
}

@media only screen and (max-width: 500px) {

	#txp-head .menu-toggle,
	#txp-head .title-area {
		overflow: hidden;
		text-align: center;
		width: 100%;
	}

	#txp-head .menu-toggle {
		margin-bottom: 10px;
	}

	#txp-head .site-title {
	    float: right;
	    text-align: left;
	    width: calc(100% - 80px);
	}

	#txp-head .title-area > a {
		margin-right: 10px;
    	margin-top: 5px;
	    width: 70px;	
	}

	#txp-head .ut-branding {
		padding-left: 5%;
		padding-right: 5%;
	}

	#txp-head .ut-branding .branding-link img {
	    height: 25px;
	}

	#txp-head .title-area {
		padding-top: 0px;
	}
}