@charset "UTF-8";

/* Reset
------------------------------------------------------------ */
* { margin: 0; padding: 0; }
body {
	font-size: 12px;
	line-height: 1.6;
	color: #6A696E; 	/* was #40444B and before that #55595F and before that #79787b */
	font-family: 'Noticia Text', serif;
/*	transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;		*/
}
ul, li { margin: 0; padding: 0; }
a, img { outline: none; border: none; }

a { color: #393E45; text-decoration: none; }
a:hover { color: #393E45; }

p { margin: 0; float: left; width: 100%; }

p > a { font-weight: bold; text-decoration: none; }
p > a:hover { font-weight: bold; text-decoration: none; }

img {
	float: left;
	margin: 0;
	max-width: 100%;
}
input { float: left; outline: none; border: none; }
select { float: left; }

/* Colors
------------------------------------------------------------ */
.color_929496 { color: #6A696B; }		/* was #78777A and before that #929496 */
.color_565a60 { color: #1D232B; }		/* was #393E45 and before that #565a60 */

/* Styles
------------------------------------------------------------ */
.cantarall-reg-24-60 { /** setup!!!!! **/
	font-family: 'Cantarell', sans-serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.6;
	letter-spacing: 0.15em;
}
.cantarall-bold-24-60 { /** setup!!!!! **/
	font-family: 'Cantarell', sans-serif;
	font-weight: 700;
	font-size: 1em;
	line-height: 1.2;
	letter-spacing: 0.1em;
}
.cantarall-bold-28-90 { /** setup!!!!! **/
	font-family: 'Cantarell', sans-serif;
	font-weight: 700;
	font-size: 1.2em;
	line-height: 1.6;
	letter-spacing: 0.15em;
}
.cantarall-bold-36-100 {
	font-family: 'Cantarell', sans-serif;
	font-weight: 700;
	font-size: 1.4em;
}
.cantarall-bold-52-100 { /** setup!!!!! **/
	font-family: 'Cantarell', sans-serif;
	font-weight: 700;
	font-size: 2em;
	line-height: 1;
	letter-spacing: 0.15em;
}
.cantarall-bold-71-100 { /** setup!!!!! **/
	font-family: 'Cantarell', sans-serif;
	font-weight: 700;
	font-size: 1.5em;
	line-height: 1;
	letter-spacing: 0.15em;
}
.noticia-reg-24-10 { /** setup!!!!! **/
	font-family: 'Noticia Text', serif;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.6;
	letter-spacing: 0;
}
.noticia-reg-34-10 { /** setup!!!!! **/
	font-family: 'Noticia Text', serif;
	font-weight: 400;
	font-size: 1.4em;
	line-height: 1.65;
	letter-spacing: 0;
}
.noticia-reg-40-20 { /** setup!!!!! **/
	font-family: 'Noticia Text', serif;
	font-weight: 400;
	font-size: 1.55em;
	line-height: 1.6;
	letter-spacing: 0.05em;
}
.noticia-bold-24-10 {
	font-family: 'Noticia Text', serif;
	font-weight: 700;
	font-size: 1em;
}

/* Lines
------------------------------------------------------------ */
.topDividerLines { border-top: 2px solid #aaacaf; }
.leftDividerLines { border-left: 2px solid #aaacaf; }
.bottomDividerLines { border-bottom: 2px solid #aaacaf; }

/* Buttons
------------------------------------------------------------ */
.yellowbutton {
	background-color: #fee001;
	padding: 8px 15px;
	cursor: pointer;
}

/* Header/wrappers
------------------------------------------------------------ */
#blackHeader {
	min-width: 980px;
	background-color: #3a3f46;
	display: block;
}
.innerWrapper {
	width: 980px;
	margin: 0 auto;
	transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
}
.innerWrapper:after{
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clientPortal {
	float: right;
	display: block;
	margin: 0.25% 1% 0 0;
	font-family: 'Cantarell', sans-serif;
	font-size: 0.8em;
	color: #fff;
	letter-spacing: 0.1em;
	line-height: 1;
}
.clientPortal:hover { color: #fee001; }

/* Home
------------------------------------------------------------ */
#home_copy {
	position: absolute;
    height: 175px;
    width: 980px;
    margin: -100px 0 0 -490px;
    top: 42%;
    left: 50%;
}
.prev {
	position: absolute;
	top: 0;
	left: 0;
	width: 5%;
	height: 100%;
	cursor: pointer;
}
.next {
	position: absolute;
	top: 0;
	right: 0;
	width: 5%;
	height: 100%;
	cursor: pointer;
}
#home_copy div {
	float: left;
	margin: 0 0 0 10%;
	font-size: 4em;
	line-height: 1.1;
	letter-spacing: 0.1em;
	color: #fff;
	font-family: 'Cantarell', sans-serif;
}
#yellowHomeFooter {
	width: 100%;
	height: 130px;
	position: absolute;
	bottom: 130px;
	left: 0;
	background-color: #fee001;
}
.yellowHomeFooter_left {
	float: left;
	font-size: 1.2em;
	font-family: 'Cantarell', sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	margin: 5% 0 0 0;
	width: 32.5%;
}
.yellowHomeFooter_right {
	float: right;
	width: 63%;
	border-left: 1px solid #565a60;
	padding-left: 2%;
	margin: 3.5% 0 0 2%;
	font-size: 1.1em;
}
.homefooter {
	width: 100%;
	height: 140px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff;
}
.homeimgbox_m {
	float: left;
	width: 100%;
	background: url(../images/mobile_home_img_Texas2a.png) 0 0 no-repeat;
	background-size: 100%;
}
.homeimgbox_m:after {
	content: "";
	display: block;
	padding-top: 195.72%;
}

/* Areas of Practice
------------------------------------------------------------ */
.practiceareas_iconbox {
	float: left;
	width: 11%;
	margin-right: 6.5%;
	cursor: pointer;
}
.practiceareas_announcer {
	float: left;
	width: 100%;
	padding: 0.8% 0;
}
.practiceareas_iconbox img {
	width: 78%;
	margin: 0 0 25% 11%;
}
.practiceareas_iconbox div {
	width: 100%;
	margin-top: 5%;
	text-align: center;
}
.practiceareas_yellowbox {
/*	float: left;	*/
	width: 100%;
	background-color: #ffe000;
	height: 270px;
	position: relative;
}
.arrow-down {
	position: absolute;
	top: 0;
	left: 20px;
	width: 0;
	height: 0;
	border-left: 25px solid transparent;
	border-right: 25px solid transparent;
	border-top: 25px solid #fff;
}
.practiceareas_leftcol {
	float: left;
	width: 60%;
	padding-right: 4%;
	border-right: 1px solid #aaacaf;
}
.practiceareas_leftcol h3 {
	float: left;
	width: 100%;
	font-size: 1.7em;
	line-height: 1;
	margin-top: 1.5%;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	font-weight: normal;
}
.practiceareas_leftcol p {
	float: left;
	width: 100%;
	margin: 0;
}
practiceareas_leftcol ul {
	float: left;
	width: 100%;
    margin: 0;
    padding: 0;
}
.practiceareas_leftcol li {
	float: left;
	width: 100%;
	list-style-type: initial;
    display: list-item;
    padding: 0;
    margin: 0 0 0 30px;
}

.practiceareas_rightcol {
	float: left;
	width: 31.3%;
	padding-left: 4%;
	border-left: 1px solid #aaacaf;
	margin-left: -1px;
}
.practiceareas_rightcol div {
	float: left;
	width: 100%;
	margin-bottom: 9%;
}
/*
.practiceareas_rightcol a {
	float: left;
	width: 100%;
	margin-bottom: 5.6%;
}
*/
.practiceareas_rightcol a:hover { color: #565a60; }

.practiceareas_casewins {
	float: left;
	width: 45%;
}
.practiceareas_casewins ul {
	margin: 0;
	padding: 0;
	list-style-image: url('../images/yellowrightpointer_verysmall.png');
}
.practiceareas_casewins ul li {
	text-indent: 5px;
	margin-bottom: 10px;
	padding: 0;
	cursor: none;
	font-family: 'Noticia Text', serif;
	font-weight: 400;
	font-size: 1.1em;
	line-height: 1.2;
	letter-spacing: 0;

}

/* Training and Products
------------------------------------------------------------ */
.trainprod_titleline {
	width: 100%;
	border-bottom: 1px solid #000;
	line-height: 0.1em;
	margin: 45px 0 20px
}
.trainprod_titleline span {
	color: #000;
	background: #fff;
	padding: 0 10px 0 0;
	text-transform: uppercase;
}
.trainprod_link {
	float: left;
	display: block;
	width: 300px;
	height: 465px;
	margin: 20px 0 20px 40px;
}
.trainprod_nameblk {
	float: left;
	margin-top: 15px;
	width: 255px;
	border-top: 1px solid #aaacaf;
	border-bottom: 1px solid #aaacaf;
	height: 62px;
	padding: 0 40px 0 5px;
	background: url(../images/rightarrow.png) right center no-repeat;
	background-size: 32px 32px;
	display: table;
}
.trainprod_nameblk p {
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
}
.trainprod_leftnavtitle {
	float: left;
	width: 100%;
	text-transform: uppercase;
	margin: 35px 0 15px 0;
}
.trainprod_leftnavprodtitle {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	text-transform: capitalize;
	margin-left: -13px;
	padding-left: 13px;
	color: #6A696E;
}
.trainprod_leftnavprodtitle:hover {
	background: url(../images/yellowrightpointer_verysmall.png) no-repeat left 4px;
	color: #1D232B;
}



.trainprod_prodname {
	float: left;
	width: 100%;
	margin: 20px 0 15px 0;
	text-transform: uppercase;
}
.trainprod_contentbox {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	height: 290px;
	cursor: pointer;
}
.trainprod_pricingbox {
	float: left;
	width: 100%;
	margin-top: 10px;
}
.trainprod_category {
	float: left;
	width: 100%;
/*	text-transform: uppercase;	*/
	margin: 10px 0 5px 0;
}
.trainprod_selectline {
	float: left;
	width: 100%;
	margin: 5px 0 5px 5px;
}
.trainprod_thumbs {
	width: 75px;
	cursor: pointer;
}

/* People with Purpose
------------------------------------------------------------ */
.people_officeline {
	float: left;
	width: 100%;
	margin-top: 40px;
}
.people_staffname {
	float: left;
	width: 100%;
	margin: 10px 0 0 -4px;
	font-family: 'Cantarell', sans-serif;
	line-height: 1;
	font-size: 3.35em;
	font-weight: 700;
	letter-spacing: 0em;
}
.people_contactline {
	float: left;
	width: 100%;
	margin: 10px 0 4px 0;
}
.people_col {
    display: table-cell;
    padding: 20px 45px 20px 25px;
    border-left: 1px solid #aaacaf;
}
.people_col div { width: 235px; padding-left: 20px; }
.people_colseperator {
    display: table-cell;
    padding: 5px 0;
}
.people_colseperator div {
	float: left;
	border-top: 1px solid #aaacaf;
	width: 95%;
	margin-left: 2.5%;
	height: 1px;
}
.people_col2 {
    display: table-cell;
    padding: 0px 45px;
    border-left: 1px solid #aaacaf;
}
/*
.people_col2 div {
	background: url(../images/yellowrightpointer_verysmall.png) no-repeat left 4px;
	margin-left: -13px;
	width: 235px;
	padding-left: 13px;
}
*/
.people_col2 ul {
	list-style-image: url('../images/yellowrightpointer_verysmall.png');
}
.people_col2 li {
	margin-left: 0;
	width: 235px;
	padding-left: 0;
}

.people_staffthumbs {
	float: left;
	position: relative;
	width: 185px;
	margin: 0 0 12px 12px;
	overflow: visible;
}
.people_overlay {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10%;
	background-color: #fff;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	filter: alpha(opacity=0.85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	padding: 5.1% 0 0 2.5%;
}
.people_staffthumbs:hover  .people_overlay {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.people_biosections {
	width: 100%;
}
.people_biosections ul {
	list-style-type: none;
}
.people_biosections li {
	line-height: 1.5;
	margin: 10px 0;
}
.people_biosections ul li ul {
	list-style-type: none;
	margin: 10px 5px;
}
.people_biosections li ul li {
	line-height: 1.5;
	margin: 10px;
}
.people_biosections ul li ul li ul {
	list-style-type: none;
	margin: 10px 15px;
}
.people_biosections li ul li ul li {
	line-height: 1.5;
	margin: 10px 20px;
}
/* Contact Us
------------------------------------------------------------ */
.contact_mapdot {
	position: absolute;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.contact_addresspopup {
	position: absolute;
	width: 140px;
	height: 150px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	visibility: hidden;
/*
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	visibility: visible;
*/
}
.contact_mapdot:hover + .contact_addresspopup, .contact_addresspopup:hover {
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	visibility: visible;
}
.contact_arrow_down {
	float: left;
	margin: 0 0 0 45%;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid #fee001;
	padding-bottom: 10px;
}
.contact_arrow_up {
	float: left;
	margin: 0 0 0 45%;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 15px solid #fee001;
}
.contact_popup_loc {
	float: left;
	width: 100%;
	margin: 15px 0 10px 15px;
	text-transform: uppercase;
}
.contact_popup_address {
	float: left;
	border-right: 1px solid #666;
	padding: 0 15px;
	width: 125px;
}
.contact_line_a {
	float: left;
	width: 100%;
	margin: 3px 0;
}
.contact_line_a div {
	float: left;
	line-height: 1;
	margin-left: 10px;
}
.contact_input {
	float: left;
	width: 100%;
	background-color: #eaeae9;
	margin-top: 5px;
	height: 18px;
	text-indent: 5px;
	border: none;
	outline: none;
}


/* Events
------------------------------------------------------------ */
.events_calendarrow {
	display: table-cell;
	width: 205px;
	border-left: 1px solid #dadbdc;
	padding: 0 20px 0 15px;
	vertical-align: top;
}
.events_calendarrow div {
	float: left;
	width: 100%;
}
.events_jsonmonth {
	float: left;
	width: 100%;
	text-transform: uppercase;
	margin: 0 0 15px 0;
	font-size: 2.4em;
	line-height: 1;
	letter-spacing: 0.05em;
}
.events_jsontitle {
	float: left;
	width: 100%;
	text-transform: uppercase;
	margin: 20px 0 5px 0;
	line-height: 1;
	letter-spacing: 0.05em;
}
.movethis {
	float: left;
	text-transform: uppercase;
	line-height: 1;
	padding: 15px 24px;
	cursor: pointer;
}

.events_yearbar {
	float: left;
	text-transform: uppercase;
	line-height: 1;
	padding: 0;
	text-indent: 5px;
}

/* About Us
------------------------------------------------------------ */
.about_smallcontainer {
	float: left;
	width: 215px;
	margin-right: 30px;
	border-top: 5px solid #fee001;
}
.about_titleline {
	float: left;
	width: 100%;
	line-height: 1.3;
	margin: 15px 0 0 0;
	height: 86px;
}
.about_contentline {
	float: left;
	width: 100%;
}

/* Mobile classes
------------------------------------------------------------ */
#mobileHeader {
	position: fixed;
    top: 0;
    right: 0;
	width: 100%;
	background: url(../images/mobile_logo.png) 0 0 no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: none;
	z-index: 1000;
}
#mobileHeader:after {
	content: "";
	display: block;
	padding-top: 33.755%;
}
/*
#mobileDropdown {
	float: left;
	width: 100%;
	height: 1px;
	position: relative;
	display: none;
}
*/
.mobile_menu {
	position: absolute;
	top: -2000px;
	left: 0;
	right: 0;
	display: block;
	z-index: 1000;
	background: url(../images/mobile_menu_bkgnd.png) 0 0 repeat;
	display: none;
}
.mobile_nav_major {
	float: left;
	display: block;
	width: 100%;
	margin: 5% 0 2% 0;
	color: #dadad7;
	line-height: 1;
	font-size: 1.3em;
	padding: 7% 0 0 0;
	border-top: 1px solid #818285;
}
.mobile_nav_minor {
	float: left;
	display: block;
	width: 100%;
	text-indent: 3%;
	font-size: 1.2em;
	margin: 3% 0;
	line-height: 1;
	color: #939598;
}
.mobilepage {
	float: left;
	margin: 0;
	width: 100%;
	display: none;
}
.mobilecontainer {
	float: left;
	width: 84%;
	margin: 0 0 0 8%;
}
.mobilecontainer div {
	float: left;
	width: 100%;
}
.mobilepgidentifier {
	float: left;
	width: 100%;
	background-color: #ffde00;
	text-indent: 8%;
	font-size: 1.35em;
	color: #575a61;
	line-height: 1;
	padding: 3% 0;
	margin: -1px 0 0 0;
}
.mobileline {
	float: left;
	width: 100%;
	border-top: 3px solid #575a61;
	height: 4px;
}
.home_lowercontent {
	float: left;
	width: 100%;
	background: url(../images/mobile_home_img_bkgnd.jpg) 0 0 repeat;
}
.home_lowercontent div {
	float: left;
	width: 82%;
	margin: 0 0 12% 9%;
}
.yellowbutton_m {
	float: left;
	background-color: #fee001;
	margin: 5% 0;
	padding: 2%;
	cursor: pointer;
}
.people_col_m {
	float: left;
	width: 95%;
	margin-left: 5%;
}
/*
.people_col_m div {
	float: left;
	background: url(../images/yellowrightpointer_verysmall.png) no-repeat left center;
	margin: 1% 0 1% -15px;
	text-indent: 0;
	width: 100%;
	padding-left: 20px;
}
*/

.people_col_m ul {
	list-style-image: url('../images/yellowrightpointer_verysmall.png');
}
.people_col_m li {
	margin: 1% 0 1% 0;
	width: 100%;
	padding-left: 0;
}

.people_overlay_m {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 25%;
	font-size: 0.85em;
	background-color: #fff;
	filter: alpha(opacity=85);
	-moz-opacity: 0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	padding: 2.1% 0 0 1.5%;
}
.practiceareas_iconbox_m {
	float: left;
	width: 100%;
	margin: 0 0 1% 0;
}
.practiceareas_iconbox_m > img {
	width: 50%;
	margin: 0 0 0 25%;
}
.practiceareas_iconbox_m > div {
	float: left;
	width: 100%;
	margin: 0;
	text-align: center;
}
.practiceareas_yellowbox_m {
	float: left;
	width: 100%;
	background-color: #ffde02;
	display: none;
}



.practiceareas_leftcol_m {
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 8%;
}
.practiceareas_leftcol_m h3 {
	float: left;
	width: 100%;
	font-size: 1.7em;
	line-height: 1;
	margin-top: 1.5%;
	margin-bottom: 0;
	margin-left: 0;
	margin-right: 0;
	font-weight: normal;
}
.practiceareas_leftcol_m p {
	float: left;
	width: 100%;
	margin: 0;
}
practiceareas_leftcol_m ul {
	float: left;
	width: 100%;
    margin: 0;
    padding: 0;
}
.practiceareas_leftcol_m li {
	float: left;
	width: 96%;
	list-style-type: initial;
    display: list-item;
    padding: 0;
    margin: 0 0 0 4%;
}



#home {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #010101;
	display: block;
}
#mobile_home {
	float: left;
	width: 100%;
	display: none;
}
.desktopview { display: block; }
.mobile_footer {
	float: left;
	width: 84%;
	margin: 5% 0 0 8%;
	display: none;
}

/* Footer
------------------------------------------------------------ */
.footerNav {
	display: table-cell;
	font-family: 'Cantarell', sans-serif;
	font-size: 0.9em;
	text-align: left;
	margin: 0 0.75%;
	vertical-align: text-top;
}
.footerInfoBox {
	float: right;
	margin: 1.5% 0 0 0.5%;
	width: 17.35%;
	padding-left: 1.5%;
	font-size: 0.9em;
}

.tooltip1:hover:after {
	position: absolute;
	content: 'Call the Austin office for additional training options';
	border: 1px solid #cccccc;
	background-color: #efefef;
	padding: 3px 8px;
	font-size: 10px;
	z-index: 9999;
	margin-left: -200px;
	margin-top: 20px;
	width: 200px;
	font-family: 'Noticia Text', serif;
	line-height: 1.5;
}

.tooltip2:hover:after {
	position: absolute;
	content: 'Retainer product orders by non-retainer clients will be voided.';
	border: 1px solid #cccccc;
	background-color: #efefef;
	padding: 3px 8px;
	font-size: 12px;
	z-index: 9999;
	margin-left: -200px;
	margin-top: 20px;
	width: 200px;
	line-height: 1.5;
}



















