CINXE.COM
Student Resources - Texas Wesleyan University
<!doctype html> <html lang="en"> <head> <title>Student Resources - Texas Wesleyan University</title> <!-- Description --> <!-- Keywords --> <!-- Date --> <!-- Author --> <!-- Metadata Content Type Layout --> <meta name="description" content="Explore Student Resources at Texas Wesleyan. You will see how we make our smaller university, smarter in Ft Worth, Texas."/><meta name="keywords" content="Texas Wesleyan University, Texas Wesleyan, private universities, colleges in fort worth tx, Student Resources, , academics, student resources, "/> <!-- Head Code Template --><!-- .oO0Oo. --> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta content="width=device-width, initial-scale=1" name="viewport"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="Cache-control" content="public, max-age=604800, min-age=86400"> <meta name="alexaVerifyID" content="ytBem-uJQ2X0MdRYMC1-ffHWqBE"/> <meta name="google-site-verification" content="8a_Fvav8DeVOhySaizQ3dJvHWEACAS1x0ybJXREzLdY"> <meta property="twitter:account_id" content="106774340"> <meta property="fb:app_id" content="932959790091629"/> <meta name="theme-color" content="#5c8ab9"> <link rel="icon" href="/media/twu/style-assets/images/favicon.ico" type="image/x-icon"> <link rel="shortcut icon" href="/media/twu/style-assets/images/favicon.ico" type="image/x-icon"> <link rel="manifest" href="/manifest.json"> <!-- Conversion Pixel - TexasWesleyanOrgWide - DO NOT MODIFY --> <script src="https://secure.adnxs.com/px?id=1472602&t=1" type="text/javascript"></script> <!-- End of Conversion Pixel --> <!-- JQuery --> <script type="text/javascript"> /*! jQuery v3.2.1 | (c) JS Foundation and other contributors | jquery.org/license */ !function(a,b){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){"use strict";var c=[],d=a.document,e=Object.getPrototypeOf,f=c.slice,g=c.concat,h=c.push,i=c.indexOf,j={},k=j.toString,l=j.hasOwnProperty,m=l.toString,n=m.call(Object),o={};function p(a,b){b=b||d;var c=b.createElement("script");c.text=a,b.head.appendChild(c).parentNode.removeChild(c)}var q="3.2.1",r=function(a,b){return new r.fn.init(a,b)},s=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,t=/^-ms-/,u=/-([a-z])/g,v=function(a,b){return b.toUpperCase()};r.fn=r.prototype={jquery:q,constructor:r,length:0,toArray:function(){return f.call(this)},get:function(a){return null==a?f.call(this):a<0?this[a+this.length]:this[a]},pushStack:function(a){var b=r.merge(this.constructor(),a);return b.prevObject=this,b},each:function(a){return r.each(this,a)},map:function(a){return this.pushStack(r.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(f.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(a<0?b:0);return this.pushStack(c>=0&&c<b?[this[c]]:[])},end:function(){return this.prevObject||this.constructor()},push:h,sort:c.sort,splice:c.splice},r.extend=r.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||r.isFunction(g)||(g={}),h===i&&(g=this,h--);h<i;h++)if(null!=(a=arguments[h]))for(b in a)c=g[b],d=a[b],g!==d&&(j&&d&&(r.isPlainObject(d)||(e=Array.isArray(d)))?(e?(e=!1,f=c&&Array.isArray(c)?c:[]):f=c&&r.isPlainObject(c)?c:{},g[b]=r.extend(j,f,d)):void 0!==d&&(g[b]=d));return g},r.extend({expando:"jQuery"+(q+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===r.type(a)},isWindow:function(a){return null!=a&&a===a.window},isNumeric:function(a){var b=r.type(a);return("number"===b||"string"===b)&&!isNaN(a-parseFloat(a))},isPlainObject:function(a){var b,c;return!(!a||"[object Object]"!==k.call(a))&&(!(b=e(a))||(c=l.call(b,"constructor")&&b.constructor,"function"==typeof c&&m.call(c)===n))},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?j[k.call(a)]||"object":typeof a},globalEval:function(a){p(a)},camelCase:function(a){return a.replace(t,"ms-").replace(u,v)},each:function(a,b){var c,d=0;if(w(a)){for(c=a.length;d<c;d++)if(b.call(a[d],d,a[d])===!1)break}else for(d in a)if(b.call(a[d],d,a[d])===!1)break;return a},trim:function(a){return null==a?"":(a+"").replace(s,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(w(Object(a))?r.merge(c,"string"==typeof a?[a]:a):h.call(c,a)),c},inArray:function(a,b,c){return null==b?-1:i.call(b,a,c)},merge:function(a,b){for(var c=+b.length,d=0,e=a.length;d<c;d++)a[e++]=b[d];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;f<g;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,e,f=0,h=[];if(w(a))for(d=a.length;f<d;f++)e=b(a[f],f,c),null!=e&&h.push(e);else for(f in a)e=b(a[f],f,c),null!=e&&h.push(e);return g.apply([],h)},guid:1,proxy:function(a,b){var c,d,e;if("string"==typeof b&&(c=a[b],b=a,a=c),r.isFunction(a))return d=f.call(arguments,2),e=function(){return a.apply(b||this,d.concat(f.call(arguments)))},e.guid=a.guid=a.guid||r.guid++,e},now:Date.now,support:o}),"function"==typeof Symbol&&(r.fn[Symbol.iterator]=c[Symbol.iterator]),r.each("Boolean Number String Function Array Date RegExp Object Error Symbol".split(" "),function(a,b){j["[object "+b+"]"]=b.toLowerCase()});function w(a){var b=!!a&&"length"in a&&a.length,c=r.type(a);return"function"!==c&&!r.isWindow(a)&&("array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a)}var x=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s,t,u="sizzle"+1*new Date,v=a.document,w=0,x=0,y=ha(),z=ha(),A=ha(),B=function(a,b){return a===b&&(l=!0),0},C={}.hasOwnProperty,D=[],E=D.pop,F=D.push,G=D.push,H=D.slice,I=function(a,b){for(var c=0,d=a.length;c<d;c++)if(a[c]===b)return c;return-1},J="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",K="[\\x20\\t\\r\\n\\f]",L="(?:\\\\.|[\\w-]|[^\0-\\xa0])+",M="\\["+K+"*("+L+")(?:"+K+"*([*^$|!~]?=)"+K+"*(?:'((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\"|("+L+"))|)"+K+"*\\]",N=":("+L+")(?:\\((('((?:\\\\.|[^\\\\'])*)'|\"((?:\\\\.|[^\\\\\"])*)\")|((?:\\\\.|[^\\\\()[\\]]|"+M+")*)|.*)\\)|)",O=new RegExp(K+"+","g"),P=new RegExp("^"+K+"+|((?:^|[^\\\\])(?:\\\\.)*)"+K+"+$","g"),Q=new RegExp("^"+K+"*,"+K+"*"),R=new RegExp("^"+K+"*([>+~]|"+K+")"+K+"*"),S=new RegExp("="+K+"*([^\\]'\"]*?)"+K+"*\\]","g"),T=new RegExp(N),U=new RegExp("^"+L+"$"),V={ID:new RegExp("^#("+L+")"),CLASS:new RegExp("^\\.("+L+")"),TAG:new RegExp("^("+L+"|[*])"),ATTR:new RegExp("^"+M),PSEUDO:new RegExp("^"+N),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+K+"*(even|odd|(([+-]|)(\\d*)n|)"+K+"*(?:([+-]|)"+K+"*(\\d+)|))"+K+"*\\)|)","i"),bool:new RegExp("^(?:"+J+")$","i"),needsContext:new RegExp("^"+K+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+K+"*((?:-\\d)?\\d*)"+K+"*\\)|)(?=[^-]|$)","i")},W=/^(?:input|select|textarea|button)$/i,X=/^h\d$/i,Y=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,$=/[+~]/,_=new RegExp("\\\\([\\da-f]{1,6}"+K+"?|("+K+")|.)","ig"),aa=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:d<0?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)},ba=/([\0-\x1f\x7f]|^-?\d)|^-$|[^\0-\x1f\x7f-\uFFFF\w-]/g,ca=function(a,b){return b?"\0"===a?"\ufffd":a.slice(0,-1)+"\\"+a.charCodeAt(a.length-1).toString(16)+" ":"\\"+a},da=function(){m()},ea=ta(function(a){return a.disabled===!0&&("form"in a||"label"in a)},{dir:"parentNode",next:"legend"});try{G.apply(D=H.call(v.childNodes),v.childNodes),D[v.childNodes.length].nodeType}catch(fa){G={apply:D.length?function(a,b){F.apply(a,H.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function ga(a,b,d,e){var f,h,j,k,l,o,r,s=b&&b.ownerDocument,w=b?b.nodeType:9;if(d=d||[],"string"!=typeof a||!a||1!==w&&9!==w&&11!==w)return d;if(!e&&((b?b.ownerDocument||b:v)!==n&&m(b),b=b||n,p)){if(11!==w&&(l=Z.exec(a)))if(f=l[1]){if(9===w){if(!(j=b.getElementById(f)))return d;if(j.id===f)return d.push(j),d}else if(s&&(j=s.getElementById(f))&&t(b,j)&&j.id===f)return d.push(j),d}else{if(l[2])return G.apply(d,b.getElementsByTagName(a)),d;if((f=l[3])&&c.getElementsByClassName&&b.getElementsByClassName)return G.apply(d,b.getElementsByClassName(f)),d}if(c.qsa&&!A[a+" "]&&(!q||!q.test(a))){if(1!==w)s=b,r=a;else if("object"!==b.nodeName.toLowerCase()){(k=b.getAttribute("id"))?k=k.replace(ba,ca):b.setAttribute("id",k=u),o=g(a),h=o.length;while(h--)o[h]="#"+k+" "+sa(o[h]);r=o.join(","),s=$.test(a)&&qa(b.parentNode)||b}if(r)try{return G.apply(d,s.querySelectorAll(r)),d}catch(x){}finally{k===u&&b.removeAttribute("id")}}}return i(a.replace(P,"$1"),b,d,e)}function ha(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function ia(a){return a[u]=!0,a}function ja(a){var b=n.createElement("fieldset");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function ka(a,b){var c=a.split("|"),e=c.length;while(e--)d.attrHandle[c[e]]=b}function la(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&a.sourceIndex-b.sourceIndex;if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function ma(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function na(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function oa(a){return function(b){return"form"in b?b.parentNode&&b.disabled===!1?"label"in b?"label"in b.parentNode?b.parentNode.disabled===a:b.disabled===a:b.isDisabled===a||b.isDisabled!==!a&&ea(b)===a:b.disabled===a:"label"in b&&b.disabled===a}}function pa(a){return ia(function(b){return b=+b,ia(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function qa(a){return a&&"undefined"!=typeof a.getElementsByTagName&&a}c=ga.support={},f=ga.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return!!b&&"HTML"!==b.nodeName},m=ga.setDocument=function(a){var b,e,g=a?a.ownerDocument||a:v;return g!==n&&9===g.nodeType&&g.documentElement?(n=g,o=n.documentElement,p=!f(n),v!==n&&(e=n.defaultView)&&e.top!==e&&(e.addEventListener?e.addEventListener("unload",da,!1):e.attachEvent&&e.attachEvent("onunload",da)),c.attributes=ja(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=ja(function(a){return a.appendChild(n.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Y.test(n.getElementsByClassName),c.getById=ja(function(a){return o.appendChild(a).id=u,!n.getElementsByName||!n.getElementsByName(u).length}),c.getById?(d.filter.ID=function(a){var b=a.replace(_,aa);return function(a){return a.getAttribute("id")===b}},d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c=b.getElementById(a);return c?[c]:[]}}):(d.filter.ID=function(a){var b=a.replace(_,aa);return function(a){var c="undefined"!=typeof a.getAttributeNode&&a.getAttributeNode("id");return c&&c.value===b}},d.find.ID=function(a,b){if("undefined"!=typeof b.getElementById&&p){var c,d,e,f=b.getElementById(a);if(f){if(c=f.getAttributeNode("id"),c&&c.value===a)return[f];e=b.getElementsByName(a),d=0;while(f=e[d++])if(c=f.getAttributeNode("id"),c&&c.value===a)return[f]}return[]}}),d.find.TAG=c.getElementsByTagName?function(a,b){return"undefined"!=typeof b.getElementsByTagName?b.getElementsByTagName(a):c.qsa?b.querySelectorAll(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){if("undefined"!=typeof b.getElementsByClassName&&p)return b.getElementsByClassName(a)},r=[],q=[],(c.qsa=Y.test(n.querySelectorAll))&&(ja(function(a){o.appendChild(a).innerHTML="<a id='"+u+"'></a><select id='"+u+"-\r\\' msallowcapture=''><option selected=''></option></select>",a.querySelectorAll("[msallowcapture^='']").length&&q.push("[*^$]="+K+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||q.push("\\["+K+"*(?:value|"+J+")"),a.querySelectorAll("[id~="+u+"-]").length||q.push("~="),a.querySelectorAll(":checked").length||q.push(":checked"),a.querySelectorAll("a#"+u+"+*").length||q.push(".#.+[+~]")}),ja(function(a){a.innerHTML="<a href='' disabled='disabled'></a><select disabled='disabled'><option/></select>";var b=n.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&q.push("name"+K+"*[*^$|!~]?="),2!==a.querySelectorAll(":enabled").length&&q.push(":enabled",":disabled"),o.appendChild(a).disabled=!0,2!==a.querySelectorAll(":disabled").length&&q.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),q.push(",.*:")})),(c.matchesSelector=Y.test(s=o.matches||o.webkitMatchesSelector||o.mozMatchesSelector||o.oMatchesSelector||o.msMatchesSelector))&&ja(function(a){c.disconnectedMatch=s.call(a,"*"),s.call(a,"[s!='']:x"),r.push("!=",N)}),q=q.length&&new RegExp(q.join("|")),r=r.length&&new RegExp(r.join("|")),b=Y.test(o.compareDocumentPosition),t=b||Y.test(o.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},B=b?function(a,b){if(a===b)return l=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===n||a.ownerDocument===v&&t(v,a)?-1:b===n||b.ownerDocument===v&&t(v,b)?1:k?I(k,a)-I(k,b):0:4&d?-1:1)}:function(a,b){if(a===b)return l=!0,0;var c,d=0,e=a.parentNode,f=b.parentNode,g=[a],h=[b];if(!e||!f)return a===n?-1:b===n?1:e?-1:f?1:k?I(k,a)-I(k,b):0;if(e===f)return la(a,b);c=a;while(c=c.parentNode)g.unshift(c);c=b;while(c=c.parentNode)h.unshift(c);while(g[d]===h[d])d++;return d?la(g[d],h[d]):g[d]===v?-1:h[d]===v?1:0},n):n},ga.matches=function(a,b){return ga(a,null,null,b)},ga.matchesSelector=function(a,b){if((a.ownerDocument||a)!==n&&m(a),b=b.replace(S,"='$1']"),c.matchesSelector&&p&&!A[b+" "]&&(!r||!r.test(b))&&(!q||!q.test(b)))try{var d=s.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return ga(b,n,null,[a]).length>0},ga.contains=function(a,b){return(a.ownerDocument||a)!==n&&m(a),t(a,b)},ga.attr=function(a,b){(a.ownerDocument||a)!==n&&m(a);var e=d.attrHandle[b.toLowerCase()],f=e&&C.call(d.attrHandle,b.toLowerCase())?e(a,b,!p):void 0;return void 0!==f?f:c.attributes||!p?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},ga.escape=function(a){return(a+"").replace(ba,ca)},ga.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},ga.uniqueSort=function(a){var b,d=[],e=0,f=0;if(l=!c.detectDuplicates,k=!c.sortStable&&a.slice(0),a.sort(B),l){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return k=null,a},e=ga.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=ga.selectors={cacheLength:50,createPseudo:ia,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(_,aa),a[3]=(a[3]||a[4]||a[5]||"").replace(_,aa),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||ga.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&ga.error(a[0]),a},PSEUDO:function(a){var b,c=!a[6]&&a[2];return V.CHILD.test(a[0])?null:(a[3]?a[2]=a[4]||a[5]||"":c&&T.test(c)&&(b=g(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(_,aa).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=y[a+" "];return b||(b=new RegExp("(^|"+K+")"+a+"("+K+"|$)"))&&y(a,function(a){return b.test("string"==typeof a.className&&a.className||"undefined"!=typeof a.getAttribute&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=ga.attr(d,a);return null==e?"!="===b:!b||(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e.replace(O," ")+" ").indexOf(c)>-1:"|="===b&&(e===c||e.slice(0,c.length+1)===c+"-"))}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),s=!i&&!h,t=!1;if(q){if(f){while(p){m=b;while(m=m[p])if(h?m.nodeName.toLowerCase()===r:1===m.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&s){m=q,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n&&j[2],m=n&&q.childNodes[n];while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if(1===m.nodeType&&++t&&m===b){k[a]=[w,n,t];break}}else if(s&&(m=b,l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),j=k[a]||[],n=j[0]===w&&j[1],t=n),t===!1)while(m=++n&&m&&m[p]||(t=n=0)||o.pop())if((h?m.nodeName.toLowerCase()===r:1===m.nodeType)&&++t&&(s&&(l=m[u]||(m[u]={}),k=l[m.uniqueID]||(l[m.uniqueID]={}),k[a]=[w,t]),m===b))break;return t-=e,t===d||t%d===0&&t/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||ga.error("unsupported pseudo: "+a);return e[u]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?ia(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=I(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:ia(function(a){var b=[],c=[],d=h(a.replace(P,"$1"));return d[u]?ia(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),b[0]=null,!c.pop()}}),has:ia(function(a){return function(b){return ga(a,b).length>0}}),contains:ia(function(a){return a=a.replace(_,aa),function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:ia(function(a){return U.test(a||"")||ga.error("unsupported lang: "+a),a=a.replace(_,aa).toLowerCase(),function(b){var c;do if(c=p?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===o},focus:function(a){return a===n.activeElement&&(!n.hasFocus||n.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:oa(!1),disabled:oa(!0),checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return X.test(a.nodeName)},input:function(a){return W.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:pa(function(){return[0]}),last:pa(function(a,b){return[b-1]}),eq:pa(function(a,b,c){return[c<0?c+b:c]}),even:pa(function(a,b){for(var c=0;c<b;c+=2)a.push(c);return a}),odd:pa(function(a,b){for(var c=1;c<b;c+=2)a.push(c);return a}),lt:pa(function(a,b,c){for(var d=c<0?c+b:c;--d>=0;)a.push(d);return a}),gt:pa(function(a,b,c){for(var d=c<0?c+b:c;++d<b;)a.push(d);return a})}},d.pseudos.nth=d.pseudos.eq;for(b in{radio:!0,checkbox:!0,file:!0,password:!0,image:!0})d.pseudos[b]=ma(b);for(b in{submit:!0,reset:!0})d.pseudos[b]=na(b);function ra(){}ra.prototype=d.filters=d.pseudos,d.setFilters=new ra,g=ga.tokenize=function(a,b){var c,e,f,g,h,i,j,k=z[a+" "];if(k)return b?0:k.slice(0);h=a,i=[],j=d.preFilter;while(h){c&&!(e=Q.exec(h))||(e&&(h=h.slice(e[0].length)||h),i.push(f=[])),c=!1,(e=R.exec(h))&&(c=e.shift(),f.push({value:c,type:e[0].replace(P," ")}),h=h.slice(c.length));for(g in d.filter)!(e=V[g].exec(h))||j[g]&&!(e=j[g](e))||(c=e.shift(),f.push({value:c,type:g,matches:e}),h=h.slice(c.length));if(!c)break}return b?h.length:h?ga.error(a):z(a,i).slice(0)};function sa(a){for(var b=0,c=a.length,d="";b<c;b++)d+=a[b].value;return d}function ta(a,b,c){var d=b.dir,e=b.next,f=e||d,g=c&&"parentNode"===f,h=x++;return b.first?function(b,c,e){while(b=b[d])if(1===b.nodeType||g)return a(b,c,e);return!1}:function(b,c,i){var j,k,l,m=[w,h];if(i){while(b=b[d])if((1===b.nodeType||g)&&a(b,c,i))return!0}else while(b=b[d])if(1===b.nodeType||g)if(l=b[u]||(b[u]={}),k=l[b.uniqueID]||(l[b.uniqueID]={}),e&&e===b.nodeName.toLowerCase())b=b[d]||b;else{if((j=k[f])&&j[0]===w&&j[1]===h)return m[2]=j[2];if(k[f]=m,m[2]=a(b,c,i))return!0}return!1}}function ua(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function va(a,b,c){for(var d=0,e=b.length;d<e;d++)ga(a,b[d],c);return c}function wa(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;h<i;h++)(f=a[h])&&(c&&!c(f,d,e)||(g.push(f),j&&b.push(h)));return g}function xa(a,b,c,d,e,f){return d&&!d[u]&&(d=xa(d)),e&&!e[u]&&(e=xa(e,f)),ia(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||va(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:wa(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=wa(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?I(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=wa(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):G.apply(g,r)})}function ya(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],h=g||d.relative[" "],i=g?1:0,k=ta(function(a){return a===b},h,!0),l=ta(function(a){return I(b,a)>-1},h,!0),m=[function(a,c,d){var e=!g&&(d||c!==j)||((b=c).nodeType?k(a,c,d):l(a,c,d));return b=null,e}];i<f;i++)if(c=d.relative[a[i].type])m=[ta(ua(m),c)];else{if(c=d.filter[a[i].type].apply(null,a[i].matches),c[u]){for(e=++i;e<f;e++)if(d.relative[a[e].type])break;return xa(i>1&&ua(m),i>1&&sa(a.slice(0,i-1).concat({value:" "===a[i-2].type?"*":""})).replace(P,"$1"),c,i<e&&ya(a.slice(i,e)),e<f&&ya(a=a.slice(e)),e<f&&sa(a))}m.push(c)}return ua(m)}function za(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,h,i,k){var l,o,q,r=0,s="0",t=f&&[],u=[],v=j,x=f||e&&d.find.TAG("*",k),y=w+=null==v?1:Math.random()||.1,z=x.length;for(k&&(j=g===n||g||k);s!==z&&null!=(l=x[s]);s++){if(e&&l){o=0,g||l.ownerDocument===n||(m(l),h=!p);while(q=a[o++])if(q(l,g||n,h)){i.push(l);break}k&&(w=y)}c&&((l=!q&&l)&&r--,f&&t.push(l))}if(r+=s,c&&s!==r){o=0;while(q=b[o++])q(t,u,g,h);if(f){if(r>0)while(s--)t[s]||u[s]||(u[s]=E.call(i));u=wa(u)}G.apply(i,u),k&&!f&&u.length>0&&r+b.length>1&&ga.uniqueSort(i)}return k&&(w=y,j=v),t};return c?ia(f):f}return h=ga.compile=function(a,b){var c,d=[],e=[],f=A[a+" "];if(!f){b||(b=g(a)),c=b.length;while(c--)f=ya(b[c]),f[u]?d.push(f):e.push(f);f=A(a,za(e,d)),f.selector=a}return f},i=ga.select=function(a,b,c,e){var f,i,j,k,l,m="function"==typeof a&&a,n=!e&&g(a=m.selector||a);if(c=c||[],1===n.length){if(i=n[0]=n[0].slice(0),i.length>2&&"ID"===(j=i[0]).type&&9===b.nodeType&&p&&d.relative[i[1].type]){if(b=(d.find.ID(j.matches[0].replace(_,aa),b)||[])[0],!b)return c;m&&(b=b.parentNode),a=a.slice(i.shift().value.length)}f=V.needsContext.test(a)?0:i.length;while(f--){if(j=i[f],d.relative[k=j.type])break;if((l=d.find[k])&&(e=l(j.matches[0].replace(_,aa),$.test(i[0].type)&&qa(b.parentNode)||b))){if(i.splice(f,1),a=e.length&&sa(i),!a)return G.apply(c,e),c;break}}}return(m||h(a,n))(e,b,!p,c,!b||$.test(a)&&qa(b.parentNode)||b),c},c.sortStable=u.split("").sort(B).join("")===u,c.detectDuplicates=!!l,m(),c.sortDetached=ja(function(a){return 1&a.compareDocumentPosition(n.createElement("fieldset"))}),ja(function(a){return a.innerHTML="<a href='#'></a>","#"===a.firstChild.getAttribute("href")})||ka("type|href|height|width",function(a,b,c){if(!c)return a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&ja(function(a){return a.innerHTML="<input/>",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||ka("value",function(a,b,c){if(!c&&"input"===a.nodeName.toLowerCase())return a.defaultValue}),ja(function(a){return null==a.getAttribute("disabled")})||ka(J,function(a,b,c){var d;if(!c)return a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),ga}(a);r.find=x,r.expr=x.selectors,r.expr[":"]=r.expr.pseudos,r.uniqueSort=r.unique=x.uniqueSort,r.text=x.getText,r.isXMLDoc=x.isXML,r.contains=x.contains,r.escapeSelector=x.escape;var y=function(a,b,c){var d=[],e=void 0!==c;while((a=a[b])&&9!==a.nodeType)if(1===a.nodeType){if(e&&r(a).is(c))break;d.push(a)}return d},z=function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c},A=r.expr.match.needsContext;function B(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()}var C=/^<([a-z][^\/\0>:\x20\t\r\n\f]*)[\x20\t\r\n\f]*\/?>(?:<\/\1>|)$/i,D=/^.[^:#\[\.,]*$/;function E(a,b,c){return r.isFunction(b)?r.grep(a,function(a,d){return!!b.call(a,d,a)!==c}):b.nodeType?r.grep(a,function(a){return a===b!==c}):"string"!=typeof b?r.grep(a,function(a){return i.call(b,a)>-1!==c}):D.test(b)?r.filter(b,a,c):(b=r.filter(b,a),r.grep(a,function(a){return i.call(b,a)>-1!==c&&1===a.nodeType}))}r.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?r.find.matchesSelector(d,a)?[d]:[]:r.find.matches(a,r.grep(b,function(a){return 1===a.nodeType}))},r.fn.extend({find:function(a){var b,c,d=this.length,e=this;if("string"!=typeof a)return this.pushStack(r(a).filter(function(){for(b=0;b<d;b++)if(r.contains(e[b],this))return!0}));for(c=this.pushStack([]),b=0;b<d;b++)r.find(a,e[b],c);return d>1?r.uniqueSort(c):c},filter:function(a){return this.pushStack(E(this,a||[],!1))},not:function(a){return this.pushStack(E(this,a||[],!0))},is:function(a){return!!E(this,"string"==typeof a&&A.test(a)?r(a):a||[],!1).length}});var F,G=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]+))$/,H=r.fn.init=function(a,b,c){var e,f;if(!a)return this;if(c=c||F,"string"==typeof a){if(e="<"===a[0]&&">"===a[a.length-1]&&a.length>=3?[null,a,null]:G.exec(a),!e||!e[1]&&b)return!b||b.jquery?(b||c).find(a):this.constructor(b).find(a);if(e[1]){if(b=b instanceof r?b[0]:b,r.merge(this,r.parseHTML(e[1],b&&b.nodeType?b.ownerDocument||b:d,!0)),C.test(e[1])&&r.isPlainObject(b))for(e in b)r.isFunction(this[e])?this[e](b[e]):this.attr(e,b[e]);return this}return f=d.getElementById(e[2]),f&&(this[0]=f,this.length=1),this}return a.nodeType?(this[0]=a,this.length=1,this):r.isFunction(a)?void 0!==c.ready?c.ready(a):a(r):r.makeArray(a,this)};H.prototype=r.fn,F=r(d);var I=/^(?:parents|prev(?:Until|All))/,J={children:!0,contents:!0,next:!0,prev:!0};r.fn.extend({has:function(a){var b=r(a,this),c=b.length;return this.filter(function(){for(var a=0;a<c;a++)if(r.contains(this,b[a]))return!0})},closest:function(a,b){var c,d=0,e=this.length,f=[],g="string"!=typeof a&&r(a);if(!A.test(a))for(;d<e;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&r.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?r.uniqueSort(f):f)},index:function(a){return a?"string"==typeof a?i.call(r(a),this[0]):i.call(this,a.jquery?a[0]:a):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(r.uniqueSort(r.merge(this.get(),r(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function K(a,b){while((a=a[b])&&1!==a.nodeType);return a}r.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return y(a,"parentNode")},parentsUntil:function(a,b,c){return y(a,"parentNode",c)},next:function(a){return K(a,"nextSibling")},prev:function(a){return K(a,"previousSibling")},nextAll:function(a){return y(a,"nextSibling")},prevAll:function(a){return y(a,"previousSibling")},nextUntil:function(a,b,c){return y(a,"nextSibling",c)},prevUntil:function(a,b,c){return y(a,"previousSibling",c)},siblings:function(a){return z((a.parentNode||{}).firstChild,a)},children:function(a){return z(a.firstChild)},contents:function(a){return B(a,"iframe")?a.contentDocument:(B(a,"template")&&(a=a.content||a),r.merge([],a.childNodes))}},function(a,b){r.fn[a]=function(c,d){var e=r.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=r.filter(d,e)),this.length>1&&(J[a]||r.uniqueSort(e),I.test(a)&&e.reverse()),this.pushStack(e)}});var L=/[^\x20\t\r\n\f]+/g;function M(a){var b={};return r.each(a.match(L)||[],function(a,c){b[c]=!0}),b}r.Callbacks=function(a){a="string"==typeof a?M(a):r.extend({},a);var b,c,d,e,f=[],g=[],h=-1,i=function(){for(e=e||a.once,d=b=!0;g.length;h=-1){c=g.shift();while(++h<f.length)f[h].apply(c[0],c[1])===!1&&a.stopOnFalse&&(h=f.length,c=!1)}a.memory||(c=!1),b=!1,e&&(f=c?[]:"")},j={add:function(){return f&&(c&&!b&&(h=f.length-1,g.push(c)),function d(b){r.each(b,function(b,c){r.isFunction(c)?a.unique&&j.has(c)||f.push(c):c&&c.length&&"string"!==r.type(c)&&d(c)})}(arguments),c&&!b&&i()),this},remove:function(){return r.each(arguments,function(a,b){var c;while((c=r.inArray(b,f,c))>-1)f.splice(c,1),c<=h&&h--}),this},has:function(a){return a?r.inArray(a,f)>-1:f.length>0},empty:function(){return f&&(f=[]),this},disable:function(){return e=g=[],f=c="",this},disabled:function(){return!f},lock:function(){return e=g=[],c||b||(f=c=""),this},locked:function(){return!!e},fireWith:function(a,c){return e||(c=c||[],c=[a,c.slice?c.slice():c],g.push(c),b||i()),this},fire:function(){return j.fireWith(this,arguments),this},fired:function(){return!!d}};return j};function N(a){return a}function O(a){throw a}function P(a,b,c,d){var e;try{a&&r.isFunction(e=a.promise)?e.call(a).done(b).fail(c):a&&r.isFunction(e=a.then)?e.call(a,b,c):b.apply(void 0,[a].slice(d))}catch(a){c.apply(void 0,[a])}}r.extend({Deferred:function(b){var c=[["notify","progress",r.Callbacks("memory"),r.Callbacks("memory"),2],["resolve","done",r.Callbacks("once memory"),r.Callbacks("once memory"),0,"resolved"],["reject","fail",r.Callbacks("once memory"),r.Callbacks("once memory"),1,"rejected"]],d="pending",e={state:function(){return d},always:function(){return f.done(arguments).fail(arguments),this},"catch":function(a){return e.then(null,a)},pipe:function(){var a=arguments;return r.Deferred(function(b){r.each(c,function(c,d){var e=r.isFunction(a[d[4]])&&a[d[4]];f[d[1]](function(){var a=e&&e.apply(this,arguments);a&&r.isFunction(a.promise)?a.promise().progress(b.notify).done(b.resolve).fail(b.reject):b[d[0]+"With"](this,e?[a]:arguments)})}),a=null}).promise()},then:function(b,d,e){var f=0;function g(b,c,d,e){return function(){var h=this,i=arguments,j=function(){var a,j;if(!(b<f)){if(a=d.apply(h,i),a===c.promise())throw new TypeError("Thenable self-resolution");j=a&&("object"==typeof a||"function"==typeof a)&&a.then,r.isFunction(j)?e?j.call(a,g(f,c,N,e),g(f,c,O,e)):(f++,j.call(a,g(f,c,N,e),g(f,c,O,e),g(f,c,N,c.notifyWith))):(d!==N&&(h=void 0,i=[a]),(e||c.resolveWith)(h,i))}},k=e?j:function(){try{j()}catch(a){r.Deferred.exceptionHook&&r.Deferred.exceptionHook(a,k.stackTrace),b+1>=f&&(d!==O&&(h=void 0,i=[a]),c.rejectWith(h,i))}};b?k():(r.Deferred.getStackHook&&(k.stackTrace=r.Deferred.getStackHook()),a.setTimeout(k))}}return r.Deferred(function(a){c[0][3].add(g(0,a,r.isFunction(e)?e:N,a.notifyWith)),c[1][3].add(g(0,a,r.isFunction(b)?b:N)),c[2][3].add(g(0,a,r.isFunction(d)?d:O))}).promise()},promise:function(a){return null!=a?r.extend(a,e):e}},f={};return r.each(c,function(a,b){var g=b[2],h=b[5];e[b[1]]=g.add,h&&g.add(function(){d=h},c[3-a][2].disable,c[0][2].lock),g.add(b[3].fire),f[b[0]]=function(){return f[b[0]+"With"](this===f?void 0:this,arguments),this},f[b[0]+"With"]=g.fireWith}),e.promise(f),b&&b.call(f,f),f},when:function(a){var b=arguments.length,c=b,d=Array(c),e=f.call(arguments),g=r.Deferred(),h=function(a){return function(c){d[a]=this,e[a]=arguments.length>1?f.call(arguments):c,--b||g.resolveWith(d,e)}};if(b<=1&&(P(a,g.done(h(c)).resolve,g.reject,!b),"pending"===g.state()||r.isFunction(e[c]&&e[c].then)))return g.then();while(c--)P(e[c],h(c),g.reject);return g.promise()}});var Q=/^(Eval|Internal|Range|Reference|Syntax|Type|URI)Error$/;r.Deferred.exceptionHook=function(b,c){a.console&&a.console.warn&&b&&Q.test(b.name)&&a.console.warn("jQuery.Deferred exception: "+b.message,b.stack,c)},r.readyException=function(b){a.setTimeout(function(){throw b})};var R=r.Deferred();r.fn.ready=function(a){return R.then(a)["catch"](function(a){r.readyException(a)}),this},r.extend({isReady:!1,readyWait:1,ready:function(a){(a===!0?--r.readyWait:r.isReady)||(r.isReady=!0,a!==!0&&--r.readyWait>0||R.resolveWith(d,[r]))}}),r.ready.then=R.then;function S(){d.removeEventListener("DOMContentLoaded",S), a.removeEventListener("load",S),r.ready()}"complete"===d.readyState||"loading"!==d.readyState&&!d.documentElement.doScroll?a.setTimeout(r.ready):(d.addEventListener("DOMContentLoaded",S),a.addEventListener("load",S));var T=function(a,b,c,d,e,f,g){var h=0,i=a.length,j=null==c;if("object"===r.type(c)){e=!0;for(h in c)T(a,b,h,c[h],!0,f,g)}else if(void 0!==d&&(e=!0,r.isFunction(d)||(g=!0),j&&(g?(b.call(a,d),b=null):(j=b,b=function(a,b,c){return j.call(r(a),c)})),b))for(;h<i;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},U=function(a){return 1===a.nodeType||9===a.nodeType||!+a.nodeType};function V(){this.expando=r.expando+V.uid++}V.uid=1,V.prototype={cache:function(a){var b=a[this.expando];return b||(b={},U(a)&&(a.nodeType?a[this.expando]=b:Object.defineProperty(a,this.expando,{value:b,configurable:!0}))),b},set:function(a,b,c){var d,e=this.cache(a);if("string"==typeof b)e[r.camelCase(b)]=c;else for(d in b)e[r.camelCase(d)]=b[d];return e},get:function(a,b){return void 0===b?this.cache(a):a[this.expando]&&a[this.expando][r.camelCase(b)]},access:function(a,b,c){return void 0===b||b&&"string"==typeof b&&void 0===c?this.get(a,b):(this.set(a,b,c),void 0!==c?c:b)},remove:function(a,b){var c,d=a[this.expando];if(void 0!==d){if(void 0!==b){Array.isArray(b)?b=b.map(r.camelCase):(b=r.camelCase(b),b=b in d?[b]:b.match(L)||[]),c=b.length;while(c--)delete d[b[c]]}(void 0===b||r.isEmptyObject(d))&&(a.nodeType?a[this.expando]=void 0:delete a[this.expando])}},hasData:function(a){var b=a[this.expando];return void 0!==b&&!r.isEmptyObject(b)}};var W=new V,X=new V,Y=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,Z=/[A-Z]/g;function $(a){return"true"===a||"false"!==a&&("null"===a?null:a===+a+""?+a:Y.test(a)?JSON.parse(a):a)}function _(a,b,c){var d;if(void 0===c&&1===a.nodeType)if(d="data-"+b.replace(Z,"-$&").toLowerCase(),c=a.getAttribute(d),"string"==typeof c){try{c=$(c)}catch(e){}X.set(a,b,c)}else c=void 0;return c}r.extend({hasData:function(a){return X.hasData(a)||W.hasData(a)},data:function(a,b,c){return X.access(a,b,c)},removeData:function(a,b){X.remove(a,b)},_data:function(a,b,c){return W.access(a,b,c)},_removeData:function(a,b){W.remove(a,b)}}),r.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=X.get(f),1===f.nodeType&&!W.get(f,"hasDataAttrs"))){c=g.length;while(c--)g[c]&&(d=g[c].name,0===d.indexOf("data-")&&(d=r.camelCase(d.slice(5)),_(f,d,e[d])));W.set(f,"hasDataAttrs",!0)}return e}return"object"==typeof a?this.each(function(){X.set(this,a)}):T(this,function(b){var c;if(f&&void 0===b){if(c=X.get(f,a),void 0!==c)return c;if(c=_(f,a),void 0!==c)return c}else this.each(function(){X.set(this,a,b)})},null,b,arguments.length>1,null,!0)},removeData:function(a){return this.each(function(){X.remove(this,a)})}}),r.extend({queue:function(a,b,c){var d;if(a)return b=(b||"fx")+"queue",d=W.get(a,b),c&&(!d||Array.isArray(c)?d=W.access(a,b,r.makeArray(c)):d.push(c)),d||[]},dequeue:function(a,b){b=b||"fx";var c=r.queue(a,b),d=c.length,e=c.shift(),f=r._queueHooks(a,b),g=function(){r.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return W.get(a,c)||W.access(a,c,{empty:r.Callbacks("once memory").add(function(){W.remove(a,[b+"queue",c])})})}}),r.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.length<c?r.queue(this[0],a):void 0===b?this:this.each(function(){var c=r.queue(this,a,b);r._queueHooks(this,a),"fx"===a&&"inprogress"!==c[0]&&r.dequeue(this,a)})},dequeue:function(a){return this.each(function(){r.dequeue(this,a)})},clearQueue:function(a){return this.queue(a||"fx",[])},promise:function(a,b){var c,d=1,e=r.Deferred(),f=this,g=this.length,h=function(){--d||e.resolveWith(f,[f])};"string"!=typeof a&&(b=a,a=void 0),a=a||"fx";while(g--)c=W.get(f[g],a+"queueHooks"),c&&c.empty&&(d++,c.empty.add(h));return h(),e.promise(b)}});var aa=/[+-]?(?:\d*\.|)\d+(?:[eE][+-]?\d+|)/.source,ba=new RegExp("^(?:([+-])=|)("+aa+")([a-z%]*)$","i"),ca=["Top","Right","Bottom","Left"],da=function(a,b){return a=b||a,"none"===a.style.display||""===a.style.display&&r.contains(a.ownerDocument,a)&&"none"===r.css(a,"display")},ea=function(a,b,c,d){var e,f,g={};for(f in b)g[f]=a.style[f],a.style[f]=b[f];e=c.apply(a,d||[]);for(f in b)a.style[f]=g[f];return e};function fa(a,b,c,d){var e,f=1,g=20,h=d?function(){return d.cur()}:function(){return r.css(a,b,"")},i=h(),j=c&&c[3]||(r.cssNumber[b]?"":"px"),k=(r.cssNumber[b]||"px"!==j&&+i)&&ba.exec(r.css(a,b));if(k&&k[3]!==j){j=j||k[3],c=c||[],k=+i||1;do f=f||".5",k/=f,r.style(a,b,k+j);while(f!==(f=h()/i)&&1!==f&&--g)}return c&&(k=+k||+i||0,e=c[1]?k+(c[1]+1)*c[2]:+c[2],d&&(d.unit=j,d.start=k,d.end=e)),e}var ga={};function ha(a){var b,c=a.ownerDocument,d=a.nodeName,e=ga[d];return e?e:(b=c.body.appendChild(c.createElement(d)),e=r.css(b,"display"),b.parentNode.removeChild(b),"none"===e&&(e="block"),ga[d]=e,e)}function ia(a,b){for(var c,d,e=[],f=0,g=a.length;f<g;f++)d=a[f],d.style&&(c=d.style.display,b?("none"===c&&(e[f]=W.get(d,"display")||null,e[f]||(d.style.display="")),""===d.style.display&&da(d)&&(e[f]=ha(d))):"none"!==c&&(e[f]="none",W.set(d,"display",c)));for(f=0;f<g;f++)null!=e[f]&&(a[f].style.display=e[f]);return a}r.fn.extend({show:function(){return ia(this,!0)},hide:function(){return ia(this)},toggle:function(a){return"boolean"==typeof a?a?this.show():this.hide():this.each(function(){da(this)?r(this).show():r(this).hide()})}});var ja=/^(?:checkbox|radio)$/i,ka=/<([a-z][^\/\0>\x20\t\r\n\f]+)/i,la=/^$|\/(?:java|ecma)script/i,ma={option:[1,"<select multiple='multiple'>","</select>"],thead:[1,"<table>","</table>"],col:[2,"<table><colgroup>","</colgroup></table>"],tr:[2,"<table><tbody>","</tbody></table>"],td:[3,"<table><tbody><tr>","</tr></tbody></table>"],_default:[0,"",""]};ma.optgroup=ma.option,ma.tbody=ma.tfoot=ma.colgroup=ma.caption=ma.thead,ma.th=ma.td;function na(a,b){var c;return c="undefined"!=typeof a.getElementsByTagName?a.getElementsByTagName(b||"*"):"undefined"!=typeof a.querySelectorAll?a.querySelectorAll(b||"*"):[],void 0===b||b&&B(a,b)?r.merge([a],c):c}function oa(a,b){for(var c=0,d=a.length;c<d;c++)W.set(a[c],"globalEval",!b||W.get(b[c],"globalEval"))}var pa=/<|&#?\w+;/;function qa(a,b,c,d,e){for(var f,g,h,i,j,k,l=b.createDocumentFragment(),m=[],n=0,o=a.length;n<o;n++)if(f=a[n],f||0===f)if("object"===r.type(f))r.merge(m,f.nodeType?[f]:f);else if(pa.test(f)){g=g||l.appendChild(b.createElement("div")),h=(ka.exec(f)||["",""])[1].toLowerCase(),i=ma[h]||ma._default,g.innerHTML=i[1]+r.htmlPrefilter(f)+i[2],k=i[0];while(k--)g=g.lastChild;r.merge(m,g.childNodes),g=l.firstChild,g.textContent=""}else m.push(b.createTextNode(f));l.textContent="",n=0;while(f=m[n++])if(d&&r.inArray(f,d)>-1)e&&e.push(f);else if(j=r.contains(f.ownerDocument,f),g=na(l.appendChild(f),"script"),j&&oa(g),c){k=0;while(f=g[k++])la.test(f.type||"")&&c.push(f)}return l}!function(){var a=d.createDocumentFragment(),b=a.appendChild(d.createElement("div")),c=d.createElement("input");c.setAttribute("type","radio"),c.setAttribute("checked","checked"),c.setAttribute("name","t"),b.appendChild(c),o.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,b.innerHTML="<textarea>x</textarea>",o.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue}();var ra=d.documentElement,sa=/^key/,ta=/^(?:mouse|pointer|contextmenu|drag|drop)|click/,ua=/^([^.]*)(?:\.(.+)|)/;function va(){return!0}function wa(){return!1}function xa(){try{return d.activeElement}catch(a){}}function ya(a,b,c,d,e,f){var g,h;if("object"==typeof b){"string"!=typeof c&&(d=d||c,c=void 0);for(h in b)ya(a,h,c,d,b[h],f);return a}if(null==d&&null==e?(e=c,d=c=void 0):null==e&&("string"==typeof c?(e=d,d=void 0):(e=d,d=c,c=void 0)),e===!1)e=wa;else if(!e)return a;return 1===f&&(g=e,e=function(a){return r().off(a),g.apply(this,arguments)},e.guid=g.guid||(g.guid=r.guid++)),a.each(function(){r.event.add(this,b,e,d,c)})}r.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,n,o,p,q=W.get(a);if(q){c.handler&&(f=c,c=f.handler,e=f.selector),e&&r.find.matchesSelector(ra,e),c.guid||(c.guid=r.guid++),(i=q.events)||(i=q.events={}),(g=q.handle)||(g=q.handle=function(b){return"undefined"!=typeof r&&r.event.triggered!==b.type?r.event.dispatch.apply(a,arguments):void 0}),b=(b||"").match(L)||[""],j=b.length;while(j--)h=ua.exec(b[j])||[],n=p=h[1],o=(h[2]||"").split(".").sort(),n&&(l=r.event.special[n]||{},n=(e?l.delegateType:l.bindType)||n,l=r.event.special[n]||{},k=r.extend({type:n,origType:p,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&r.expr.match.needsContext.test(e),namespace:o.join(".")},f),(m=i[n])||(m=i[n]=[],m.delegateCount=0,l.setup&&l.setup.call(a,d,o,g)!==!1||a.addEventListener&&a.addEventListener(n,g)),l.add&&(l.add.call(a,k),k.handler.guid||(k.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,k):m.push(k),r.event.global[n]=!0)}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,n,o,p,q=W.hasData(a)&&W.get(a);if(q&&(i=q.events)){b=(b||"").match(L)||[""],j=b.length;while(j--)if(h=ua.exec(b[j])||[],n=p=h[1],o=(h[2]||"").split(".").sort(),n){l=r.event.special[n]||{},n=(d?l.delegateType:l.bindType)||n,m=i[n]||[],h=h[2]&&new RegExp("(^|\\.)"+o.join("\\.(?:.*\\.|)")+"(\\.|$)"),g=f=m.length;while(f--)k=m[f],!e&&p!==k.origType||c&&c.guid!==k.guid||h&&!h.test(k.namespace)||d&&d!==k.selector&&("**"!==d||!k.selector)||(m.splice(f,1),k.selector&&m.delegateCount--,l.remove&&l.remove.call(a,k));g&&!m.length&&(l.teardown&&l.teardown.call(a,o,q.handle)!==!1||r.removeEvent(a,n,q.handle),delete i[n])}else for(n in i)r.event.remove(a,n+b[j],c,d,!0);r.isEmptyObject(i)&&W.remove(a,"handle events")}},dispatch:function(a){var b=r.event.fix(a),c,d,e,f,g,h,i=new Array(arguments.length),j=(W.get(this,"events")||{})[b.type]||[],k=r.event.special[b.type]||{};for(i[0]=b,c=1;c<arguments.length;c++)i[c]=arguments[c];if(b.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,b)!==!1){h=r.event.handlers.call(this,b,j),c=0;while((f=h[c++])&&!b.isPropagationStopped()){b.currentTarget=f.elem,d=0;while((g=f.handlers[d++])&&!b.isImmediatePropagationStopped())b.rnamespace&&!b.rnamespace.test(g.namespace)||(b.handleObj=g,b.data=g.data,e=((r.event.special[g.origType]||{}).handle||g.handler).apply(f.elem,i),void 0!==e&&(b.result=e)===!1&&(b.preventDefault(),b.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,b),b.result}},handlers:function(a,b){var c,d,e,f,g,h=[],i=b.delegateCount,j=a.target;if(i&&j.nodeType&&!("click"===a.type&&a.button>=1))for(;j!==this;j=j.parentNode||this)if(1===j.nodeType&&("click"!==a.type||j.disabled!==!0)){for(f=[],g={},c=0;c<i;c++)d=b[c],e=d.selector+" ",void 0===g[e]&&(g[e]=d.needsContext?r(e,this).index(j)>-1:r.find(e,this,null,[j]).length),g[e]&&f.push(d);f.length&&h.push({elem:j,handlers:f})}return j=this,i<b.length&&h.push({elem:j,handlers:b.slice(i)}),h},addProp:function(a,b){Object.defineProperty(r.Event.prototype,a,{enumerable:!0,configurable:!0,get:r.isFunction(b)?function(){if(this.originalEvent)return b(this.originalEvent)}:function(){if(this.originalEvent)return this.originalEvent[a]},set:function(b){Object.defineProperty(this,a,{enumerable:!0,configurable:!0,writable:!0,value:b})}})},fix:function(a){return a[r.expando]?a:new r.Event(a)},special:{load:{noBubble:!0},focus:{trigger:function(){if(this!==xa()&&this.focus)return this.focus(),!1},delegateType:"focusin"},blur:{trigger:function(){if(this===xa()&&this.blur)return this.blur(),!1},delegateType:"focusout"},click:{trigger:function(){if("checkbox"===this.type&&this.click&&B(this,"input"))return this.click(),!1},_default:function(a){return B(a.target,"a")}},beforeunload:{postDispatch:function(a){void 0!==a.result&&a.originalEvent&&(a.originalEvent.returnValue=a.result)}}}},r.removeEvent=function(a,b,c){a.removeEventListener&&a.removeEventListener(b,c)},r.Event=function(a,b){return this instanceof r.Event?(a&&a.type?(this.originalEvent=a,this.type=a.type,this.isDefaultPrevented=a.defaultPrevented||void 0===a.defaultPrevented&&a.returnValue===!1?va:wa,this.target=a.target&&3===a.target.nodeType?a.target.parentNode:a.target,this.currentTarget=a.currentTarget,this.relatedTarget=a.relatedTarget):this.type=a,b&&r.extend(this,b),this.timeStamp=a&&a.timeStamp||r.now(),void(this[r.expando]=!0)):new r.Event(a,b)},r.Event.prototype={constructor:r.Event,isDefaultPrevented:wa,isPropagationStopped:wa,isImmediatePropagationStopped:wa,isSimulated:!1,preventDefault:function(){var a=this.originalEvent;this.isDefaultPrevented=va,a&&!this.isSimulated&&a.preventDefault()},stopPropagation:function(){var a=this.originalEvent;this.isPropagationStopped=va,a&&!this.isSimulated&&a.stopPropagation()},stopImmediatePropagation:function(){var a=this.originalEvent;this.isImmediatePropagationStopped=va,a&&!this.isSimulated&&a.stopImmediatePropagation(),this.stopPropagation()}},r.each({altKey:!0,bubbles:!0,cancelable:!0,changedTouches:!0,ctrlKey:!0,detail:!0,eventPhase:!0,metaKey:!0,pageX:!0,pageY:!0,shiftKey:!0,view:!0,"char":!0,charCode:!0,key:!0,keyCode:!0,button:!0,buttons:!0,clientX:!0,clientY:!0,offsetX:!0,offsetY:!0,pointerId:!0,pointerType:!0,screenX:!0,screenY:!0,targetTouches:!0,toElement:!0,touches:!0,which:function(a){var b=a.button;return null==a.which&&sa.test(a.type)?null!=a.charCode?a.charCode:a.keyCode:!a.which&&void 0!==b&&ta.test(a.type)?1&b?1:2&b?3:4&b?2:0:a.which}},r.event.addProp),r.each({mouseenter:"mouseover",mouseleave:"mouseout",pointerenter:"pointerover",pointerleave:"pointerout"},function(a,b){r.event.special[a]={delegateType:b,bindType:b,handle:function(a){var c,d=this,e=a.relatedTarget,f=a.handleObj;return e&&(e===d||r.contains(d,e))||(a.type=f.origType,c=f.handler.apply(this,arguments),a.type=b),c}}}),r.fn.extend({on:function(a,b,c,d){return ya(this,a,b,c,d)},one:function(a,b,c,d){return ya(this,a,b,c,d,1)},off:function(a,b,c){var d,e;if(a&&a.preventDefault&&a.handleObj)return d=a.handleObj,r(a.delegateTarget).off(d.namespace?d.origType+"."+d.namespace:d.origType,d.selector,d.handler),this;if("object"==typeof a){for(e in a)this.off(e,b,a[e]);return this}return b!==!1&&"function"!=typeof b||(c=b,b=void 0),c===!1&&(c=wa),this.each(function(){r.event.remove(this,a,c,b)})}});var za=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([a-z][^\/\0>\x20\t\r\n\f]*)[^>]*)\/>/gi,Aa=/<script|<style|<link/i,Ba=/checked\s*(?:[^=]|=\s*.checked.)/i,Ca=/^true\/(.*)/,Da=/^\s*<!(?:\[CDATA\[|--)|(?:\]\]|--)>\s*$/g;function Ea(a,b){return B(a,"table")&&B(11!==b.nodeType?b:b.firstChild,"tr")?r(">tbody",a)[0]||a:a}function Fa(a){return a.type=(null!==a.getAttribute("type"))+"/"+a.type,a}function Ga(a){var b=Ca.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function Ha(a,b){var c,d,e,f,g,h,i,j;if(1===b.nodeType){if(W.hasData(a)&&(f=W.access(a),g=W.set(b,f),j=f.events)){delete g.handle,g.events={};for(e in j)for(c=0,d=j[e].length;c<d;c++)r.event.add(b,e,j[e][c])}X.hasData(a)&&(h=X.access(a),i=r.extend({},h),X.set(b,i))}}function Ia(a,b){var c=b.nodeName.toLowerCase();"input"===c&&ja.test(a.type)?b.checked=a.checked:"input"!==c&&"textarea"!==c||(b.defaultValue=a.defaultValue)}function Ja(a,b,c,d){b=g.apply([],b);var e,f,h,i,j,k,l=0,m=a.length,n=m-1,q=b[0],s=r.isFunction(q);if(s||m>1&&"string"==typeof q&&!o.checkClone&&Ba.test(q))return a.each(function(e){var f=a.eq(e);s&&(b[0]=q.call(this,e,f.html())),Ja(f,b,c,d)});if(m&&(e=qa(b,a[0].ownerDocument,!1,a,d),f=e.firstChild,1===e.childNodes.length&&(e=f),f||d)){for(h=r.map(na(e,"script"),Fa),i=h.length;l<m;l++)j=e,l!==n&&(j=r.clone(j,!0,!0),i&&r.merge(h,na(j,"script"))),c.call(a[l],j,l);if(i)for(k=h[h.length-1].ownerDocument,r.map(h,Ga),l=0;l<i;l++)j=h[l],la.test(j.type||"")&&!W.access(j,"globalEval")&&r.contains(k,j)&&(j.src?r._evalUrl&&r._evalUrl(j.src):p(j.textContent.replace(Da,""),k))}return a}function Ka(a,b,c){for(var d,e=b?r.filter(b,a):a,f=0;null!=(d=e[f]);f++)c||1!==d.nodeType||r.cleanData(na(d)),d.parentNode&&(c&&r.contains(d.ownerDocument,d)&&oa(na(d,"script")),d.parentNode.removeChild(d));return a}r.extend({htmlPrefilter:function(a){return a.replace(za,"<$1></$2>")},clone:function(a,b,c){var d,e,f,g,h=a.cloneNode(!0),i=r.contains(a.ownerDocument,a);if(!(o.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||r.isXMLDoc(a)))for(g=na(h),f=na(a),d=0,e=f.length;d<e;d++)Ia(f[d],g[d]);if(b)if(c)for(f=f||na(a),g=g||na(h),d=0,e=f.length;d<e;d++)Ha(f[d],g[d]);else Ha(a,h);return g=na(h,"script"),g.length>0&&oa(g,!i&&na(a,"script")),h},cleanData:function(a){for(var b,c,d,e=r.event.special,f=0;void 0!==(c=a[f]);f++)if(U(c)){if(b=c[W.expando]){if(b.events)for(d in b.events)e[d]?r.event.remove(c,d):r.removeEvent(c,d,b.handle);c[W.expando]=void 0}c[X.expando]&&(c[X.expando]=void 0)}}}),r.fn.extend({detach:function(a){return Ka(this,a,!0)},remove:function(a){return Ka(this,a)},text:function(a){return T(this,function(a){return void 0===a?r.text(this):this.empty().each(function(){1!==this.nodeType&&11!==this.nodeType&&9!==this.nodeType||(this.textContent=a)})},null,a,arguments.length)},append:function(){return Ja(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ea(this,a);b.appendChild(a)}})},prepend:function(){return Ja(this,arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=Ea(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return Ja(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return Ja(this,arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},empty:function(){for(var a,b=0;null!=(a=this[b]);b++)1===a.nodeType&&(r.cleanData(na(a,!1)),a.textContent="");return this},clone:function(a,b){return a=null!=a&&a,b=null==b?a:b,this.map(function(){return r.clone(this,a,b)})},html:function(a){return T(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a&&1===b.nodeType)return b.innerHTML;if("string"==typeof a&&!Aa.test(a)&&!ma[(ka.exec(a)||["",""])[1].toLowerCase()]){a=r.htmlPrefilter(a);try{for(;c<d;c++)b=this[c]||{},1===b.nodeType&&(r.cleanData(na(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=[];return Ja(this,arguments,function(b){var c=this.parentNode;r.inArray(this,a)<0&&(r.cleanData(na(this)),c&&c.replaceChild(b,this))},a)}}),r.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){r.fn[a]=function(a){for(var c,d=[],e=r(a),f=e.length-1,g=0;g<=f;g++)c=g===f?this:this.clone(!0),r(e[g])[b](c),h.apply(d,c.get());return this.pushStack(d)}});var La=/^margin/,Ma=new RegExp("^("+aa+")(?!px)[a-z%]+$","i"),Na=function(b){var c=b.ownerDocument.defaultView;return c&&c.opener||(c=a),c.getComputedStyle(b)};!function(){function b(){if(i){i.style.cssText="box-sizing:border-box;position:relative;display:block;margin:auto;border:1px;padding:1px;top:1%;width:50%",i.innerHTML="",ra.appendChild(h);var b=a.getComputedStyle(i);c="1%"!==b.top,g="2px"===b.marginLeft,e="4px"===b.width,i.style.marginRight="50%",f="4px"===b.marginRight,ra.removeChild(h),i=null}}var c,e,f,g,h=d.createElement("div"),i=d.createElement("div");i.style&&(i.style.backgroundClip="content-box",i.cloneNode(!0).style.backgroundClip="",o.clearCloneStyle="content-box"===i.style.backgroundClip,h.style.cssText="border:0;width:8px;height:0;top:0;left:-9999px;padding:0;margin-top:1px;position:absolute",h.appendChild(i),r.extend(o,{pixelPosition:function(){return b(),c},boxSizingReliable:function(){return b(),e},pixelMarginRight:function(){return b(),f},reliableMarginLeft:function(){return b(),g}}))}();function Oa(a,b,c){var d,e,f,g,h=a.style;return c=c||Na(a),c&&(g=c.getPropertyValue(b)||c[b],""!==g||r.contains(a.ownerDocument,a)||(g=r.style(a,b)),!o.pixelMarginRight()&&Ma.test(g)&&La.test(b)&&(d=h.width,e=h.minWidth,f=h.maxWidth,h.minWidth=h.maxWidth=h.width=g,g=c.width,h.width=d,h.minWidth=e,h.maxWidth=f)),void 0!==g?g+"":g}function Pa(a,b){return{get:function(){return a()?void delete this.get:(this.get=b).apply(this,arguments)}}}var Qa=/^(none|table(?!-c[ea]).+)/,Ra=/^--/,Sa={position:"absolute",visibility:"hidden",display:"block"},Ta={letterSpacing:"0",fontWeight:"400"},Ua=["Webkit","Moz","ms"],Va=d.createElement("div").style;function Wa(a){if(a in Va)return a;var b=a[0].toUpperCase()+a.slice(1),c=Ua.length;while(c--)if(a=Ua[c]+b,a in Va)return a}function Xa(a){var b=r.cssProps[a];return b||(b=r.cssProps[a]=Wa(a)||a),b}function Ya(a,b,c){var d=ba.exec(b);return d?Math.max(0,d[2]-(c||0))+(d[3]||"px"):b}function Za(a,b,c,d,e){var f,g=0;for(f=c===(d?"border":"content")?4:"width"===b?1:0;f<4;f+=2)"margin"===c&&(g+=r.css(a,c+ca[f],!0,e)),d?("content"===c&&(g-=r.css(a,"padding"+ca[f],!0,e)),"margin"!==c&&(g-=r.css(a,"border"+ca[f]+"Width",!0,e))):(g+=r.css(a,"padding"+ca[f],!0,e),"padding"!==c&&(g+=r.css(a,"border"+ca[f]+"Width",!0,e)));return g}function $a(a,b,c){var d,e=Na(a),f=Oa(a,b,e),g="border-box"===r.css(a,"boxSizing",!1,e);return Ma.test(f)?f:(d=g&&(o.boxSizingReliable()||f===a.style[b]),"auto"===f&&(f=a["offset"+b[0].toUpperCase()+b.slice(1)]),f=parseFloat(f)||0,f+Za(a,b,c||(g?"border":"content"),d,e)+"px")}r.extend({cssHooks:{opacity:{get:function(a,b){if(b){var c=Oa(a,"opacity");return""===c?"1":c}}}},cssNumber:{animationIterationCount:!0,columnCount:!0,fillOpacity:!0,flexGrow:!0,flexShrink:!0,fontWeight:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,widows:!0,zIndex:!0,zoom:!0},cssProps:{"float":"cssFloat"},style:function(a,b,c,d){if(a&&3!==a.nodeType&&8!==a.nodeType&&a.style){var e,f,g,h=r.camelCase(b),i=Ra.test(b),j=a.style;return i||(b=Xa(h)),g=r.cssHooks[b]||r.cssHooks[h],void 0===c?g&&"get"in g&&void 0!==(e=g.get(a,!1,d))?e:j[b]:(f=typeof c,"string"===f&&(e=ba.exec(c))&&e[1]&&(c=fa(a,b,e),f="number"),null!=c&&c===c&&("number"===f&&(c+=e&&e[3]||(r.cssNumber[h]?"":"px")),o.clearCloneStyle||""!==c||0!==b.indexOf("background")||(j[b]="inherit"),g&&"set"in g&&void 0===(c=g.set(a,c,d))||(i?j.setProperty(b,c):j[b]=c)),void 0)}},css:function(a,b,c,d){var e,f,g,h=r.camelCase(b),i=Ra.test(b);return i||(b=Xa(h)),g=r.cssHooks[b]||r.cssHooks[h],g&&"get"in g&&(e=g.get(a,!0,c)),void 0===e&&(e=Oa(a,b,d)),"normal"===e&&b in Ta&&(e=Ta[b]),""===c||c?(f=parseFloat(e),c===!0||isFinite(f)?f||0:e):e}}),r.each(["height","width"],function(a,b){r.cssHooks[b]={get:function(a,c,d){if(c)return!Qa.test(r.css(a,"display"))||a.getClientRects().length&&a.getBoundingClientRect().width?$a(a,b,d):ea(a,Sa,function(){return $a(a,b,d)})},set:function(a,c,d){var e,f=d&&Na(a),g=d&&Za(a,b,d,"border-box"===r.css(a,"boxSizing",!1,f),f);return g&&(e=ba.exec(c))&&"px"!==(e[3]||"px")&&(a.style[b]=c,c=r.css(a,b)),Ya(a,c,g)}}}),r.cssHooks.marginLeft=Pa(o.reliableMarginLeft,function(a,b){if(b)return(parseFloat(Oa(a,"marginLeft"))||a.getBoundingClientRect().left-ea(a,{marginLeft:0},function(){return a.getBoundingClientRect().left}))+"px"}),r.each({margin:"",padding:"",border:"Width"},function(a,b){r.cssHooks[a+b]={expand:function(c){for(var d=0,e={},f="string"==typeof c?c.split(" "):[c];d<4;d++)e[a+ca[d]+b]=f[d]||f[d-2]||f[0];return e}},La.test(a)||(r.cssHooks[a+b].set=Ya)}),r.fn.extend({css:function(a,b){return T(this,function(a,b,c){var d,e,f={},g=0;if(Array.isArray(b)){for(d=Na(a),e=b.length;g<e;g++)f[b[g]]=r.css(a,b[g],!1,d);return f}return void 0!==c?r.style(a,b,c):r.css(a,b)},a,b,arguments.length>1)}});function _a(a,b,c,d,e){return new _a.prototype.init(a,b,c,d,e)}r.Tween=_a,_a.prototype={constructor:_a,init:function(a,b,c,d,e,f){this.elem=a,this.prop=c,this.easing=e||r.easing._default,this.options=b,this.start=this.now=this.cur(),this.end=d,this.unit=f||(r.cssNumber[c]?"":"px")},cur:function(){var a=_a.propHooks[this.prop];return a&&a.get?a.get(this):_a.propHooks._default.get(this)},run:function(a){var b,c=_a.propHooks[this.prop];return this.options.duration?this.pos=b=r.easing[this.easing](a,this.options.duration*a,0,1,this.options.duration):this.pos=b=a,this.now=(this.end-this.start)*b+this.start,this.options.step&&this.options.step.call(this.elem,this.now,this),c&&c.set?c.set(this):_a.propHooks._default.set(this),this}},_a.prototype.init.prototype=_a.prototype,_a.propHooks={_default:{get:function(a){var b;return 1!==a.elem.nodeType||null!=a.elem[a.prop]&&null==a.elem.style[a.prop]?a.elem[a.prop]:(b=r.css(a.elem,a.prop,""),b&&"auto"!==b?b:0)},set:function(a){r.fx.step[a.prop]?r.fx.step[a.prop](a):1!==a.elem.nodeType||null==a.elem.style[r.cssProps[a.prop]]&&!r.cssHooks[a.prop]?a.elem[a.prop]=a.now:r.style(a.elem,a.prop,a.now+a.unit)}}},_a.propHooks.scrollTop=_a.propHooks.scrollLeft={set:function(a){a.elem.nodeType&&a.elem.parentNode&&(a.elem[a.prop]=a.now)}},r.easing={linear:function(a){return a},swing:function(a){return.5-Math.cos(a*Math.PI)/2},_default:"swing"},r.fx=_a.prototype.init,r.fx.step={};var ab,bb,cb=/^(?:toggle|show|hide)$/,db=/queueHooks$/;function eb(){bb&&(d.hidden===!1&&a.requestAnimationFrame?a.requestAnimationFrame(eb):a.setTimeout(eb,r.fx.interval),r.fx.tick())}function fb(){return a.setTimeout(function(){ab=void 0}),ab=r.now()}function gb(a,b){var c,d=0,e={height:a};for(b=b?1:0;d<4;d+=2-b)c=ca[d],e["margin"+c]=e["padding"+c]=a;return b&&(e.opacity=e.width=a),e}function hb(a,b,c){for(var d,e=(kb.tweeners[b]||[]).concat(kb.tweeners["*"]),f=0,g=e.length;f<g;f++)if(d=e[f].call(c,b,a))return d}function ib(a,b,c){var d,e,f,g,h,i,j,k,l="width"in b||"height"in b,m=this,n={},o=a.style,p=a.nodeType&&da(a),q=W.get(a,"fxshow");c.queue||(g=r._queueHooks(a,"fx"),null==g.unqueued&&(g.unqueued=0,h=g.empty.fire,g.empty.fire=function(){g.unqueued||h()}),g.unqueued++,m.always(function(){m.always(function(){g.unqueued--,r.queue(a,"fx").length||g.empty.fire()})}));for(d in b)if(e=b[d],cb.test(e)){if(delete b[d],f=f||"toggle"===e,e===(p?"hide":"show")){if("show"!==e||!q||void 0===q[d])continue;p=!0}n[d]=q&&q[d]||r.style(a,d)}if(i=!r.isEmptyObject(b),i||!r.isEmptyObject(n)){l&&1===a.nodeType&&(c.overflow=[o.overflow,o.overflowX,o.overflowY],j=q&&q.display,null==j&&(j=W.get(a,"display")),k=r.css(a,"display"),"none"===k&&(j?k=j:(ia([a],!0),j=a.style.display||j,k=r.css(a,"display"),ia([a]))),("inline"===k||"inline-block"===k&&null!=j)&&"none"===r.css(a,"float")&&(i||(m.done(function(){o.display=j}),null==j&&(k=o.display,j="none"===k?"":k)),o.display="inline-block")),c.overflow&&(o.overflow="hidden",m.always(function(){o.overflow=c.overflow[0],o.overflowX=c.overflow[1],o.overflowY=c.overflow[2]})),i=!1;for(d in n)i||(q?"hidden"in q&&(p=q.hidden):q=W.access(a,"fxshow",{display:j}),f&&(q.hidden=!p),p&&ia([a],!0),m.done(function(){p||ia([a]),W.remove(a,"fxshow");for(d in n)r.style(a,d,n[d])})),i=hb(p?q[d]:0,d,m),d in q||(q[d]=i.start,p&&(i.end=i.start,i.start=0))}}function jb(a,b){var c,d,e,f,g;for(c in a)if(d=r.camelCase(c),e=b[d],f=a[c],Array.isArray(f)&&(e=f[1],f=a[c]=f[0]),c!==d&&(a[d]=f,delete a[c]),g=r.cssHooks[d],g&&"expand"in g){f=g.expand(f),delete a[d];for(c in f)c in a||(a[c]=f[c],b[c]=e)}else b[d]=e}function kb(a,b,c){var d,e,f=0,g=kb.prefilters.length,h=r.Deferred().always(function(){delete i.elem}),i=function(){if(e)return!1;for(var b=ab||fb(),c=Math.max(0,j.startTime+j.duration-b),d=c/j.duration||0,f=1-d,g=0,i=j.tweens.length;g<i;g++)j.tweens[g].run(f);return h.notifyWith(a,[j,f,c]),f<1&&i?c:(i||h.notifyWith(a,[j,1,0]),h.resolveWith(a,[j]),!1)},j=h.promise({elem:a,props:r.extend({},b),opts:r.extend(!0,{specialEasing:{},easing:r.easing._default},c),originalProperties:b,originalOptions:c,startTime:ab||fb(),duration:c.duration,tweens:[],createTween:function(b,c){var d=r.Tween(a,j.opts,b,c,j.opts.specialEasing[b]||j.opts.easing);return j.tweens.push(d),d},stop:function(b){var c=0,d=b?j.tweens.length:0;if(e)return this;for(e=!0;c<d;c++)j.tweens[c].run(1);return b?(h.notifyWith(a,[j,1,0]),h.resolveWith(a,[j,b])):h.rejectWith(a,[j,b]),this}}),k=j.props;for(jb(k,j.opts.specialEasing);f<g;f++)if(d=kb.prefilters[f].call(j,a,k,j.opts))return r.isFunction(d.stop)&&(r._queueHooks(j.elem,j.opts.queue).stop=r.proxy(d.stop,d)),d;return r.map(k,hb,j),r.isFunction(j.opts.start)&&j.opts.start.call(a,j),j.progress(j.opts.progress).done(j.opts.done,j.opts.complete).fail(j.opts.fail).always(j.opts.always),r.fx.timer(r.extend(i,{elem:a,anim:j,queue:j.opts.queue})),j}r.Animation=r.extend(kb,{tweeners:{"*":[function(a,b){var c=this.createTween(a,b);return fa(c.elem,a,ba.exec(b),c),c}]},tweener:function(a,b){r.isFunction(a)?(b=a,a=["*"]):a=a.match(L);for(var c,d=0,e=a.length;d<e;d++)c=a[d],kb.tweeners[c]=kb.tweeners[c]||[],kb.tweeners[c].unshift(b)},prefilters:[ib],prefilter:function(a,b){b?kb.prefilters.unshift(a):kb.prefilters.push(a)}}),r.speed=function(a,b,c){var d=a&&"object"==typeof a?r.extend({},a):{complete:c||!c&&b||r.isFunction(a)&&a,duration:a,easing:c&&b||b&&!r.isFunction(b)&&b};return r.fx.off?d.duration=0:"number"!=typeof d.duration&&(d.duration in r.fx.speeds?d.duration=r.fx.speeds[d.duration]:d.duration=r.fx.speeds._default),null!=d.queue&&d.queue!==!0||(d.queue="fx"),d.old=d.complete,d.complete=function(){r.isFunction(d.old)&&d.old.call(this),d.queue&&r.dequeue(this,d.queue)},d},r.fn.extend({fadeTo:function(a,b,c,d){return this.filter(da).css("opacity",0).show().end().animate({opacity:b},a,c,d)},animate:function(a,b,c,d){var e=r.isEmptyObject(a),f=r.speed(b,c,d),g=function(){var b=kb(this,r.extend({},a),f);(e||W.get(this,"finish"))&&b.stop(!0)};return g.finish=g,e||f.queue===!1?this.each(g):this.queue(f.queue,g)},stop:function(a,b,c){var d=function(a){var b=a.stop;delete a.stop,b(c)};return"string"!=typeof a&&(c=b,b=a,a=void 0),b&&a!==!1&&this.queue(a||"fx",[]),this.each(function(){var b=!0,e=null!=a&&a+"queueHooks",f=r.timers,g=W.get(this);if(e)g[e]&&g[e].stop&&d(g[e]);else for(e in g)g[e]&&g[e].stop&&db.test(e)&&d(g[e]);for(e=f.length;e--;)f[e].elem!==this||null!=a&&f[e].queue!==a||(f[e].anim.stop(c),b=!1,f.splice(e,1));!b&&c||r.dequeue(this,a)})},finish:function(a){return a!==!1&&(a=a||"fx"),this.each(function(){var b,c=W.get(this),d=c[a+"queue"],e=c[a+"queueHooks"],f=r.timers,g=d?d.length:0;for(c.finish=!0,r.queue(this,a,[]),e&&e.stop&&e.stop.call(this,!0),b=f.length;b--;)f[b].elem===this&&f[b].queue===a&&(f[b].anim.stop(!0),f.splice(b,1));for(b=0;b<g;b++)d[b]&&d[b].finish&&d[b].finish.call(this);delete c.finish})}}),r.each(["toggle","show","hide"],function(a,b){var c=r.fn[b];r.fn[b]=function(a,d,e){return null==a||"boolean"==typeof a?c.apply(this,arguments):this.animate(gb(b,!0),a,d,e)}}),r.each({slideDown:gb("show"),slideUp:gb("hide"),slideToggle:gb("toggle"),fadeIn:{opacity:"show"},fadeOut:{opacity:"hide"},fadeToggle:{opacity:"toggle"}},function(a,b){r.fn[a]=function(a,c,d){return this.animate(b,a,c,d)}}),r.timers=[],r.fx.tick=function(){var a,b=0,c=r.timers;for(ab=r.now();b<c.length;b++)a=c[b],a()||c[b]!==a||c.splice(b--,1);c.length||r.fx.stop(),ab=void 0},r.fx.timer=function(a){r.timers.push(a),r.fx.start()},r.fx.interval=13,r.fx.start=function(){bb||(bb=!0,eb())},r.fx.stop=function(){bb=null},r.fx.speeds={slow:600,fast:200,_default:400},r.fn.delay=function(b,c){return b=r.fx?r.fx.speeds[b]||b:b,c=c||"fx",this.queue(c,function(c,d){var e=a.setTimeout(c,b);d.stop=function(){a.clearTimeout(e)}})},function(){var a=d.createElement("input"),b=d.createElement("select"),c=b.appendChild(d.createElement("option"));a.type="checkbox",o.checkOn=""!==a.value,o.optSelected=c.selected,a=d.createElement("input"),a.value="t",a.type="radio",o.radioValue="t"===a.value}();var lb,mb=r.expr.attrHandle;r.fn.extend({attr:function(a,b){return T(this,r.attr,a,b,arguments.length>1)},removeAttr:function(a){return this.each(function(){r.removeAttr(this,a)})}}),r.extend({attr:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return"undefined"==typeof a.getAttribute?r.prop(a,b,c):(1===f&&r.isXMLDoc(a)||(e=r.attrHooks[b.toLowerCase()]||(r.expr.match.bool.test(b)?lb:void 0)),void 0!==c?null===c?void r.removeAttr(a,b):e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:(a.setAttribute(b,c+""),c):e&&"get"in e&&null!==(d=e.get(a,b))?d:(d=r.find.attr(a,b), null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!o.radioValue&&"radio"===b&&B(a,"input")){var c=a.value;return a.setAttribute("type",b),c&&(a.value=c),b}}}},removeAttr:function(a,b){var c,d=0,e=b&&b.match(L);if(e&&1===a.nodeType)while(c=e[d++])a.removeAttribute(c)}}),lb={set:function(a,b,c){return b===!1?r.removeAttr(a,c):a.setAttribute(c,c),c}},r.each(r.expr.match.bool.source.match(/\w+/g),function(a,b){var c=mb[b]||r.find.attr;mb[b]=function(a,b,d){var e,f,g=b.toLowerCase();return d||(f=mb[g],mb[g]=e,e=null!=c(a,b,d)?g:null,mb[g]=f),e}});var nb=/^(?:input|select|textarea|button)$/i,ob=/^(?:a|area)$/i;r.fn.extend({prop:function(a,b){return T(this,r.prop,a,b,arguments.length>1)},removeProp:function(a){return this.each(function(){delete this[r.propFix[a]||a]})}}),r.extend({prop:function(a,b,c){var d,e,f=a.nodeType;if(3!==f&&8!==f&&2!==f)return 1===f&&r.isXMLDoc(a)||(b=r.propFix[b]||b,e=r.propHooks[b]),void 0!==c?e&&"set"in e&&void 0!==(d=e.set(a,c,b))?d:a[b]=c:e&&"get"in e&&null!==(d=e.get(a,b))?d:a[b]},propHooks:{tabIndex:{get:function(a){var b=r.find.attr(a,"tabindex");return b?parseInt(b,10):nb.test(a.nodeName)||ob.test(a.nodeName)&&a.href?0:-1}}},propFix:{"for":"htmlFor","class":"className"}}),o.optSelected||(r.propHooks.selected={get:function(a){var b=a.parentNode;return b&&b.parentNode&&b.parentNode.selectedIndex,null},set:function(a){var b=a.parentNode;b&&(b.selectedIndex,b.parentNode&&b.parentNode.selectedIndex)}}),r.each(["tabIndex","readOnly","maxLength","cellSpacing","cellPadding","rowSpan","colSpan","useMap","frameBorder","contentEditable"],function(){r.propFix[this.toLowerCase()]=this});function pb(a){var b=a.match(L)||[];return b.join(" ")}function qb(a){return a.getAttribute&&a.getAttribute("class")||""}r.fn.extend({addClass:function(a){var b,c,d,e,f,g,h,i=0;if(r.isFunction(a))return this.each(function(b){r(this).addClass(a.call(this,b,qb(this)))});if("string"==typeof a&&a){b=a.match(L)||[];while(c=this[i++])if(e=qb(c),d=1===c.nodeType&&" "+pb(e)+" "){g=0;while(f=b[g++])d.indexOf(" "+f+" ")<0&&(d+=f+" ");h=pb(d),e!==h&&c.setAttribute("class",h)}}return this},removeClass:function(a){var b,c,d,e,f,g,h,i=0;if(r.isFunction(a))return this.each(function(b){r(this).removeClass(a.call(this,b,qb(this)))});if(!arguments.length)return this.attr("class","");if("string"==typeof a&&a){b=a.match(L)||[];while(c=this[i++])if(e=qb(c),d=1===c.nodeType&&" "+pb(e)+" "){g=0;while(f=b[g++])while(d.indexOf(" "+f+" ")>-1)d=d.replace(" "+f+" "," ");h=pb(d),e!==h&&c.setAttribute("class",h)}}return this},toggleClass:function(a,b){var c=typeof a;return"boolean"==typeof b&&"string"===c?b?this.addClass(a):this.removeClass(a):r.isFunction(a)?this.each(function(c){r(this).toggleClass(a.call(this,c,qb(this),b),b)}):this.each(function(){var b,d,e,f;if("string"===c){d=0,e=r(this),f=a.match(L)||[];while(b=f[d++])e.hasClass(b)?e.removeClass(b):e.addClass(b)}else void 0!==a&&"boolean"!==c||(b=qb(this),b&&W.set(this,"__className__",b),this.setAttribute&&this.setAttribute("class",b||a===!1?"":W.get(this,"__className__")||""))})},hasClass:function(a){var b,c,d=0;b=" "+a+" ";while(c=this[d++])if(1===c.nodeType&&(" "+pb(qb(c))+" ").indexOf(b)>-1)return!0;return!1}});var rb=/\r/g;r.fn.extend({val:function(a){var b,c,d,e=this[0];{if(arguments.length)return d=r.isFunction(a),this.each(function(c){var e;1===this.nodeType&&(e=d?a.call(this,c,r(this).val()):a,null==e?e="":"number"==typeof e?e+="":Array.isArray(e)&&(e=r.map(e,function(a){return null==a?"":a+""})),b=r.valHooks[this.type]||r.valHooks[this.nodeName.toLowerCase()],b&&"set"in b&&void 0!==b.set(this,e,"value")||(this.value=e))});if(e)return b=r.valHooks[e.type]||r.valHooks[e.nodeName.toLowerCase()],b&&"get"in b&&void 0!==(c=b.get(e,"value"))?c:(c=e.value,"string"==typeof c?c.replace(rb,""):null==c?"":c)}}}),r.extend({valHooks:{option:{get:function(a){var b=r.find.attr(a,"value");return null!=b?b:pb(r.text(a))}},select:{get:function(a){var b,c,d,e=a.options,f=a.selectedIndex,g="select-one"===a.type,h=g?null:[],i=g?f+1:e.length;for(d=f<0?i:g?f:0;d<i;d++)if(c=e[d],(c.selected||d===f)&&!c.disabled&&(!c.parentNode.disabled||!B(c.parentNode,"optgroup"))){if(b=r(c).val(),g)return b;h.push(b)}return h},set:function(a,b){var c,d,e=a.options,f=r.makeArray(b),g=e.length;while(g--)d=e[g],(d.selected=r.inArray(r.valHooks.option.get(d),f)>-1)&&(c=!0);return c||(a.selectedIndex=-1),f}}}}),r.each(["radio","checkbox"],function(){r.valHooks[this]={set:function(a,b){if(Array.isArray(b))return a.checked=r.inArray(r(a).val(),b)>-1}},o.checkOn||(r.valHooks[this].get=function(a){return null===a.getAttribute("value")?"on":a.value})});var sb=/^(?:focusinfocus|focusoutblur)$/;r.extend(r.event,{trigger:function(b,c,e,f){var g,h,i,j,k,m,n,o=[e||d],p=l.call(b,"type")?b.type:b,q=l.call(b,"namespace")?b.namespace.split("."):[];if(h=i=e=e||d,3!==e.nodeType&&8!==e.nodeType&&!sb.test(p+r.event.triggered)&&(p.indexOf(".")>-1&&(q=p.split("."),p=q.shift(),q.sort()),k=p.indexOf(":")<0&&"on"+p,b=b[r.expando]?b:new r.Event(p,"object"==typeof b&&b),b.isTrigger=f?2:3,b.namespace=q.join("."),b.rnamespace=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=e),c=null==c?[b]:r.makeArray(c,[b]),n=r.event.special[p]||{},f||!n.trigger||n.trigger.apply(e,c)!==!1)){if(!f&&!n.noBubble&&!r.isWindow(e)){for(j=n.delegateType||p,sb.test(j+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),i=h;i===(e.ownerDocument||d)&&o.push(i.defaultView||i.parentWindow||a)}g=0;while((h=o[g++])&&!b.isPropagationStopped())b.type=g>1?j:n.bindType||p,m=(W.get(h,"events")||{})[b.type]&&W.get(h,"handle"),m&&m.apply(h,c),m=k&&h[k],m&&m.apply&&U(h)&&(b.result=m.apply(h,c),b.result===!1&&b.preventDefault());return b.type=p,f||b.isDefaultPrevented()||n._default&&n._default.apply(o.pop(),c)!==!1||!U(e)||k&&r.isFunction(e[p])&&!r.isWindow(e)&&(i=e[k],i&&(e[k]=null),r.event.triggered=p,e[p](),r.event.triggered=void 0,i&&(e[k]=i)),b.result}},simulate:function(a,b,c){var d=r.extend(new r.Event,c,{type:a,isSimulated:!0});r.event.trigger(d,null,b)}}),r.fn.extend({trigger:function(a,b){return this.each(function(){r.event.trigger(a,b,this)})},triggerHandler:function(a,b){var c=this[0];if(c)return r.event.trigger(a,b,c,!0)}}),r.each("blur focus focusin focusout resize scroll click dblclick mousedown mouseup mousemove mouseover mouseout mouseenter mouseleave change select submit keydown keypress keyup contextmenu".split(" "),function(a,b){r.fn[b]=function(a,c){return arguments.length>0?this.on(b,null,a,c):this.trigger(b)}}),r.fn.extend({hover:function(a,b){return this.mouseenter(a).mouseleave(b||a)}}),o.focusin="onfocusin"in a,o.focusin||r.each({focus:"focusin",blur:"focusout"},function(a,b){var c=function(a){r.event.simulate(b,a.target,r.event.fix(a))};r.event.special[b]={setup:function(){var d=this.ownerDocument||this,e=W.access(d,b);e||d.addEventListener(a,c,!0),W.access(d,b,(e||0)+1)},teardown:function(){var d=this.ownerDocument||this,e=W.access(d,b)-1;e?W.access(d,b,e):(d.removeEventListener(a,c,!0),W.remove(d,b))}}});var tb=a.location,ub=r.now(),vb=/\?/;r.parseXML=function(b){var c;if(!b||"string"!=typeof b)return null;try{c=(new a.DOMParser).parseFromString(b,"text/xml")}catch(d){c=void 0}return c&&!c.getElementsByTagName("parsererror").length||r.error("Invalid XML: "+b),c};var wb=/\[\]$/,xb=/\r?\n/g,yb=/^(?:submit|button|image|reset|file)$/i,zb=/^(?:input|select|textarea|keygen)/i;function Ab(a,b,c,d){var e;if(Array.isArray(b))r.each(b,function(b,e){c||wb.test(a)?d(a,e):Ab(a+"["+("object"==typeof e&&null!=e?b:"")+"]",e,c,d)});else if(c||"object"!==r.type(b))d(a,b);else for(e in b)Ab(a+"["+e+"]",b[e],c,d)}r.param=function(a,b){var c,d=[],e=function(a,b){var c=r.isFunction(b)?b():b;d[d.length]=encodeURIComponent(a)+"="+encodeURIComponent(null==c?"":c)};if(Array.isArray(a)||a.jquery&&!r.isPlainObject(a))r.each(a,function(){e(this.name,this.value)});else for(c in a)Ab(c,a[c],b,e);return d.join("&")},r.fn.extend({serialize:function(){return r.param(this.serializeArray())},serializeArray:function(){return this.map(function(){var a=r.prop(this,"elements");return a?r.makeArray(a):this}).filter(function(){var a=this.type;return this.name&&!r(this).is(":disabled")&&zb.test(this.nodeName)&&!yb.test(a)&&(this.checked||!ja.test(a))}).map(function(a,b){var c=r(this).val();return null==c?null:Array.isArray(c)?r.map(c,function(a){return{name:b.name,value:a.replace(xb,"\r\n")}}):{name:b.name,value:c.replace(xb,"\r\n")}}).get()}});var Bb=/%20/g,Cb=/#.*$/,Db=/([?&])_=[^&]*/,Eb=/^(.*?):[ \t]*([^\r\n]*)$/gm,Fb=/^(?:about|app|app-storage|.+-extension|file|res|widget):$/,Gb=/^(?:GET|HEAD)$/,Hb=/^\/\//,Ib={},Jb={},Kb="*/".concat("*"),Lb=d.createElement("a");Lb.href=tb.href;function Mb(a){return function(b,c){"string"!=typeof b&&(c=b,b="*");var d,e=0,f=b.toLowerCase().match(L)||[];if(r.isFunction(c))while(d=f[e++])"+"===d[0]?(d=d.slice(1)||"*",(a[d]=a[d]||[]).unshift(c)):(a[d]=a[d]||[]).push(c)}}function Nb(a,b,c,d){var e={},f=a===Jb;function g(h){var i;return e[h]=!0,r.each(a[h]||[],function(a,h){var j=h(b,c,d);return"string"!=typeof j||f||e[j]?f?!(i=j):void 0:(b.dataTypes.unshift(j),g(j),!1)}),i}return g(b.dataTypes[0])||!e["*"]&&g("*")}function Ob(a,b){var c,d,e=r.ajaxSettings.flatOptions||{};for(c in b)void 0!==b[c]&&((e[c]?a:d||(d={}))[c]=b[c]);return d&&r.extend(!0,a,d),a}function Pb(a,b,c){var d,e,f,g,h=a.contents,i=a.dataTypes;while("*"===i[0])i.shift(),void 0===d&&(d=a.mimeType||b.getResponseHeader("Content-Type"));if(d)for(e in h)if(h[e]&&h[e].test(d)){i.unshift(e);break}if(i[0]in c)f=i[0];else{for(e in c){if(!i[0]||a.converters[e+" "+i[0]]){f=e;break}g||(g=e)}f=f||g}if(f)return f!==i[0]&&i.unshift(f),c[f]}function Qb(a,b,c,d){var e,f,g,h,i,j={},k=a.dataTypes.slice();if(k[1])for(g in a.converters)j[g.toLowerCase()]=a.converters[g];f=k.shift();while(f)if(a.responseFields[f]&&(c[a.responseFields[f]]=b),!i&&d&&a.dataFilter&&(b=a.dataFilter(b,a.dataType)),i=f,f=k.shift())if("*"===f)f=i;else if("*"!==i&&i!==f){if(g=j[i+" "+f]||j["* "+f],!g)for(e in j)if(h=e.split(" "),h[1]===f&&(g=j[i+" "+h[0]]||j["* "+h[0]])){g===!0?g=j[e]:j[e]!==!0&&(f=h[0],k.unshift(h[1]));break}if(g!==!0)if(g&&a["throws"])b=g(b);else try{b=g(b)}catch(l){return{state:"parsererror",error:g?l:"No conversion from "+i+" to "+f}}}return{state:"success",data:b}}r.extend({active:0,lastModified:{},etag:{},ajaxSettings:{url:tb.href,type:"GET",isLocal:Fb.test(tb.protocol),global:!0,processData:!0,async:!0,contentType:"application/x-www-form-urlencoded; charset=UTF-8",accepts:{"*":Kb,text:"text/plain",html:"text/html",xml:"application/xml, text/xml",json:"application/json, text/javascript"},contents:{xml:/\bxml\b/,html:/\bhtml/,json:/\bjson\b/},responseFields:{xml:"responseXML",text:"responseText",json:"responseJSON"},converters:{"* text":String,"text html":!0,"text json":JSON.parse,"text xml":r.parseXML},flatOptions:{url:!0,context:!0}},ajaxSetup:function(a,b){return b?Ob(Ob(a,r.ajaxSettings),b):Ob(r.ajaxSettings,a)},ajaxPrefilter:Mb(Ib),ajaxTransport:Mb(Jb),ajax:function(b,c){"object"==typeof b&&(c=b,b=void 0),c=c||{};var e,f,g,h,i,j,k,l,m,n,o=r.ajaxSetup({},c),p=o.context||o,q=o.context&&(p.nodeType||p.jquery)?r(p):r.event,s=r.Deferred(),t=r.Callbacks("once memory"),u=o.statusCode||{},v={},w={},x="canceled",y={readyState:0,getResponseHeader:function(a){var b;if(k){if(!h){h={};while(b=Eb.exec(g))h[b[1].toLowerCase()]=b[2]}b=h[a.toLowerCase()]}return null==b?null:b},getAllResponseHeaders:function(){return k?g:null},setRequestHeader:function(a,b){return null==k&&(a=w[a.toLowerCase()]=w[a.toLowerCase()]||a,v[a]=b),this},overrideMimeType:function(a){return null==k&&(o.mimeType=a),this},statusCode:function(a){var b;if(a)if(k)y.always(a[y.status]);else for(b in a)u[b]=[u[b],a[b]];return this},abort:function(a){var b=a||x;return e&&e.abort(b),A(0,b),this}};if(s.promise(y),o.url=((b||o.url||tb.href)+"").replace(Hb,tb.protocol+"//"),o.type=c.method||c.type||o.method||o.type,o.dataTypes=(o.dataType||"*").toLowerCase().match(L)||[""],null==o.crossDomain){j=d.createElement("a");try{j.href=o.url,j.href=j.href,o.crossDomain=Lb.protocol+"//"+Lb.host!=j.protocol+"//"+j.host}catch(z){o.crossDomain=!0}}if(o.data&&o.processData&&"string"!=typeof o.data&&(o.data=r.param(o.data,o.traditional)),Nb(Ib,o,c,y),k)return y;l=r.event&&o.global,l&&0===r.active++&&r.event.trigger("ajaxStart"),o.type=o.type.toUpperCase(),o.hasContent=!Gb.test(o.type),f=o.url.replace(Cb,""),o.hasContent?o.data&&o.processData&&0===(o.contentType||"").indexOf("application/x-www-form-urlencoded")&&(o.data=o.data.replace(Bb,"+")):(n=o.url.slice(f.length),o.data&&(f+=(vb.test(f)?"&":"?")+o.data,delete o.data),o.cache===!1&&(f=f.replace(Db,"$1"),n=(vb.test(f)?"&":"?")+"_="+ub++ +n),o.url=f+n),o.ifModified&&(r.lastModified[f]&&y.setRequestHeader("If-Modified-Since",r.lastModified[f]),r.etag[f]&&y.setRequestHeader("If-None-Match",r.etag[f])),(o.data&&o.hasContent&&o.contentType!==!1||c.contentType)&&y.setRequestHeader("Content-Type",o.contentType),y.setRequestHeader("Accept",o.dataTypes[0]&&o.accepts[o.dataTypes[0]]?o.accepts[o.dataTypes[0]]+("*"!==o.dataTypes[0]?", "+Kb+"; q=0.01":""):o.accepts["*"]);for(m in o.headers)y.setRequestHeader(m,o.headers[m]);if(o.beforeSend&&(o.beforeSend.call(p,y,o)===!1||k))return y.abort();if(x="abort",t.add(o.complete),y.done(o.success),y.fail(o.error),e=Nb(Jb,o,c,y)){if(y.readyState=1,l&&q.trigger("ajaxSend",[y,o]),k)return y;o.async&&o.timeout>0&&(i=a.setTimeout(function(){y.abort("timeout")},o.timeout));try{k=!1,e.send(v,A)}catch(z){if(k)throw z;A(-1,z)}}else A(-1,"No Transport");function A(b,c,d,h){var j,m,n,v,w,x=c;k||(k=!0,i&&a.clearTimeout(i),e=void 0,g=h||"",y.readyState=b>0?4:0,j=b>=200&&b<300||304===b,d&&(v=Pb(o,y,d)),v=Qb(o,v,y,j),j?(o.ifModified&&(w=y.getResponseHeader("Last-Modified"),w&&(r.lastModified[f]=w),w=y.getResponseHeader("etag"),w&&(r.etag[f]=w)),204===b||"HEAD"===o.type?x="nocontent":304===b?x="notmodified":(x=v.state,m=v.data,n=v.error,j=!n)):(n=x,!b&&x||(x="error",b<0&&(b=0))),y.status=b,y.statusText=(c||x)+"",j?s.resolveWith(p,[m,x,y]):s.rejectWith(p,[y,x,n]),y.statusCode(u),u=void 0,l&&q.trigger(j?"ajaxSuccess":"ajaxError",[y,o,j?m:n]),t.fireWith(p,[y,x]),l&&(q.trigger("ajaxComplete",[y,o]),--r.active||r.event.trigger("ajaxStop")))}return y},getJSON:function(a,b,c){return r.get(a,b,c,"json")},getScript:function(a,b){return r.get(a,void 0,b,"script")}}),r.each(["get","post"],function(a,b){r[b]=function(a,c,d,e){return r.isFunction(c)&&(e=e||d,d=c,c=void 0),r.ajax(r.extend({url:a,type:b,dataType:e,data:c,success:d},r.isPlainObject(a)&&a))}}),r._evalUrl=function(a){return r.ajax({url:a,type:"GET",dataType:"script",cache:!0,async:!1,global:!1,"throws":!0})},r.fn.extend({wrapAll:function(a){var b;return this[0]&&(r.isFunction(a)&&(a=a.call(this[0])),b=r(a,this[0].ownerDocument).eq(0).clone(!0),this[0].parentNode&&b.insertBefore(this[0]),b.map(function(){var a=this;while(a.firstElementChild)a=a.firstElementChild;return a}).append(this)),this},wrapInner:function(a){return r.isFunction(a)?this.each(function(b){r(this).wrapInner(a.call(this,b))}):this.each(function(){var b=r(this),c=b.contents();c.length?c.wrapAll(a):b.append(a)})},wrap:function(a){var b=r.isFunction(a);return this.each(function(c){r(this).wrapAll(b?a.call(this,c):a)})},unwrap:function(a){return this.parent(a).not("body").each(function(){r(this).replaceWith(this.childNodes)}),this}}),r.expr.pseudos.hidden=function(a){return!r.expr.pseudos.visible(a)},r.expr.pseudos.visible=function(a){return!!(a.offsetWidth||a.offsetHeight||a.getClientRects().length)},r.ajaxSettings.xhr=function(){try{return new a.XMLHttpRequest}catch(b){}};var Rb={0:200,1223:204},Sb=r.ajaxSettings.xhr();o.cors=!!Sb&&"withCredentials"in Sb,o.ajax=Sb=!!Sb,r.ajaxTransport(function(b){var c,d;if(o.cors||Sb&&!b.crossDomain)return{send:function(e,f){var g,h=b.xhr();if(h.open(b.type,b.url,b.async,b.username,b.password),b.xhrFields)for(g in b.xhrFields)h[g]=b.xhrFields[g];b.mimeType&&h.overrideMimeType&&h.overrideMimeType(b.mimeType),b.crossDomain||e["X-Requested-With"]||(e["X-Requested-With"]="XMLHttpRequest");for(g in e)h.setRequestHeader(g,e[g]);c=function(a){return function(){c&&(c=d=h.onload=h.onerror=h.onabort=h.onreadystatechange=null,"abort"===a?h.abort():"error"===a?"number"!=typeof h.status?f(0,"error"):f(h.status,h.statusText):f(Rb[h.status]||h.status,h.statusText,"text"!==(h.responseType||"text")||"string"!=typeof h.responseText?{binary:h.response}:{text:h.responseText},h.getAllResponseHeaders()))}},h.onload=c(),d=h.onerror=c("error"),void 0!==h.onabort?h.onabort=d:h.onreadystatechange=function(){4===h.readyState&&a.setTimeout(function(){c&&d()})},c=c("abort");try{h.send(b.hasContent&&b.data||null)}catch(i){if(c)throw i}},abort:function(){c&&c()}}}),r.ajaxPrefilter(function(a){a.crossDomain&&(a.contents.script=!1)}),r.ajaxSetup({accepts:{script:"text/javascript, application/javascript, application/ecmascript, application/x-ecmascript"},contents:{script:/\b(?:java|ecma)script\b/},converters:{"text script":function(a){return r.globalEval(a),a}}}),r.ajaxPrefilter("script",function(a){void 0===a.cache&&(a.cache=!1),a.crossDomain&&(a.type="GET")}),r.ajaxTransport("script",function(a){if(a.crossDomain){var b,c;return{send:function(e,f){b=r("<script>").prop({charset:a.scriptCharset,src:a.url}).on("load error",c=function(a){b.remove(),c=null,a&&f("error"===a.type?404:200,a.type)}),d.head.appendChild(b[0])},abort:function(){c&&c()}}}});var Tb=[],Ub=/(=)\?(?=&|$)|\?\?/;r.ajaxSetup({jsonp:"callback",jsonpCallback:function(){var a=Tb.pop()||r.expando+"_"+ub++;return this[a]=!0,a}}),r.ajaxPrefilter("json jsonp",function(b,c,d){var e,f,g,h=b.jsonp!==!1&&(Ub.test(b.url)?"url":"string"==typeof b.data&&0===(b.contentType||"").indexOf("application/x-www-form-urlencoded")&&Ub.test(b.data)&&"data");if(h||"jsonp"===b.dataTypes[0])return e=b.jsonpCallback=r.isFunction(b.jsonpCallback)?b.jsonpCallback():b.jsonpCallback,h?b[h]=b[h].replace(Ub,"$1"+e):b.jsonp!==!1&&(b.url+=(vb.test(b.url)?"&":"?")+b.jsonp+"="+e),b.converters["script json"]=function(){return g||r.error(e+" was not called"),g[0]},b.dataTypes[0]="json",f=a[e],a[e]=function(){g=arguments},d.always(function(){void 0===f?r(a).removeProp(e):a[e]=f,b[e]&&(b.jsonpCallback=c.jsonpCallback,Tb.push(e)),g&&r.isFunction(f)&&f(g[0]),g=f=void 0}),"script"}),o.createHTMLDocument=function(){var a=d.implementation.createHTMLDocument("").body;return a.innerHTML="<form></form><form></form>",2===a.childNodes.length}(),r.parseHTML=function(a,b,c){if("string"!=typeof a)return[];"boolean"==typeof b&&(c=b,b=!1);var e,f,g;return b||(o.createHTMLDocument?(b=d.implementation.createHTMLDocument(""),e=b.createElement("base"),e.href=d.location.href,b.head.appendChild(e)):b=d),f=C.exec(a),g=!c&&[],f?[b.createElement(f[1])]:(f=qa([a],b,g),g&&g.length&&r(g).remove(),r.merge([],f.childNodes))},r.fn.load=function(a,b,c){var d,e,f,g=this,h=a.indexOf(" ");return h>-1&&(d=pb(a.slice(h)),a=a.slice(0,h)),r.isFunction(b)?(c=b,b=void 0):b&&"object"==typeof b&&(e="POST"),g.length>0&&r.ajax({url:a,type:e||"GET",dataType:"html",data:b}).done(function(a){f=arguments,g.html(d?r("<div>").append(r.parseHTML(a)).find(d):a)}).always(c&&function(a,b){g.each(function(){c.apply(this,f||[a.responseText,b,a])})}),this},r.each(["ajaxStart","ajaxStop","ajaxComplete","ajaxError","ajaxSuccess","ajaxSend"],function(a,b){r.fn[b]=function(a){return this.on(b,a)}}),r.expr.pseudos.animated=function(a){return r.grep(r.timers,function(b){return a===b.elem}).length},r.offset={setOffset:function(a,b,c){var d,e,f,g,h,i,j,k=r.css(a,"position"),l=r(a),m={};"static"===k&&(a.style.position="relative"),h=l.offset(),f=r.css(a,"top"),i=r.css(a,"left"),j=("absolute"===k||"fixed"===k)&&(f+i).indexOf("auto")>-1,j?(d=l.position(),g=d.top,e=d.left):(g=parseFloat(f)||0,e=parseFloat(i)||0),r.isFunction(b)&&(b=b.call(a,c,r.extend({},h))),null!=b.top&&(m.top=b.top-h.top+g),null!=b.left&&(m.left=b.left-h.left+e),"using"in b?b.using.call(a,m):l.css(m)}},r.fn.extend({offset:function(a){if(arguments.length)return void 0===a?this:this.each(function(b){r.offset.setOffset(this,a,b)});var b,c,d,e,f=this[0];if(f)return f.getClientRects().length?(d=f.getBoundingClientRect(),b=f.ownerDocument,c=b.documentElement,e=b.defaultView,{top:d.top+e.pageYOffset-c.clientTop,left:d.left+e.pageXOffset-c.clientLeft}):{top:0,left:0}},position:function(){if(this[0]){var a,b,c=this[0],d={top:0,left:0};return"fixed"===r.css(c,"position")?b=c.getBoundingClientRect():(a=this.offsetParent(),b=this.offset(),B(a[0],"html")||(d=a.offset()),d={top:d.top+r.css(a[0],"borderTopWidth",!0),left:d.left+r.css(a[0],"borderLeftWidth",!0)}),{top:b.top-d.top-r.css(c,"marginTop",!0),left:b.left-d.left-r.css(c,"marginLeft",!0)}}},offsetParent:function(){return this.map(function(){var a=this.offsetParent;while(a&&"static"===r.css(a,"position"))a=a.offsetParent;return a||ra})}}),r.each({scrollLeft:"pageXOffset",scrollTop:"pageYOffset"},function(a,b){var c="pageYOffset"===b;r.fn[a]=function(d){return T(this,function(a,d,e){var f;return r.isWindow(a)?f=a:9===a.nodeType&&(f=a.defaultView),void 0===e?f?f[b]:a[d]:void(f?f.scrollTo(c?f.pageXOffset:e,c?e:f.pageYOffset):a[d]=e)},a,d,arguments.length)}}),r.each(["top","left"],function(a,b){r.cssHooks[b]=Pa(o.pixelPosition,function(a,c){if(c)return c=Oa(a,b),Ma.test(c)?r(a).position()[b]+"px":c})}),r.each({Height:"height",Width:"width"},function(a,b){r.each({padding:"inner"+a,content:b,"":"outer"+a},function(c,d){r.fn[d]=function(e,f){var g=arguments.length&&(c||"boolean"!=typeof e),h=c||(e===!0||f===!0?"margin":"border");return T(this,function(b,c,e){var f;return r.isWindow(b)?0===d.indexOf("outer")?b["inner"+a]:b.document.documentElement["client"+a]:9===b.nodeType?(f=b.documentElement,Math.max(b.body["scroll"+a],f["scroll"+a],b.body["offset"+a],f["offset"+a],f["client"+a])):void 0===e?r.css(b,c,h):r.style(b,c,e,h)},b,g?e:void 0,g)}})}),r.fn.extend({bind:function(a,b,c){return this.on(a,null,b,c)},unbind:function(a,b){return this.off(a,null,b)},delegate:function(a,b,c,d){return this.on(b,a,c,d)},undelegate:function(a,b,c){return 1===arguments.length?this.off(a,"**"):this.off(b,a||"**",c)}}),r.holdReady=function(a){a?r.readyWait++:r.ready(!0)},r.isArray=Array.isArray,r.parseJSON=JSON.parse,r.nodeName=B,"function"==typeof define&&define.amd&&define("jquery",[],function(){return r});var Vb=a.jQuery,Wb=a.$;return r.noConflict=function(b){return a.$===r&&(a.$=Wb),b&&a.jQuery===r&&(a.jQuery=Vb),r},b||(a.jQuery=a.$=r),r}); </script> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-T5WGKC');</script> <!-- End Google Tag Manager --> <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "CollegeOrUniversity", "name": "Texas Wesleyan University", "alternateName": "TXWES", "url": "https://txwes.edu", "logo": "https://txwes.edu/media/twu/style-assets/images/logoColor.png", "slogan": "Smaller.Smarter.", "description":"Texas Wesleyan is a small, private, affordable university on a safe, small campus just minutes from downtown Fort Worth, TX. It focuses on intentionally small class sizes and engaging faculty.", "address": { "@type": "PostalAddress", "streetAddress": "1201 Wesleyan St.", "addressLocality": "Fort Worth", "addressRegion": "TX", "postalCode": "76105", "addressCountry": "US" }, "foundingDate":"1890", "contactPoint": [ { "@type": "ContactPoint", "telephone": "(817)-531-4444", "contactType": "Main Number", "availableLanguage": ["en"] }, { "@type": "ContactPoint", "telephone": "817-531-4422", "contactType": "Undergraduate Admissions", "url": "https://txwes.edu/admissions/undergraduate/", "email": "admissions@txwes.edu", "availableLanguage": ["en", "es"] }, { "@type": "ContactPoint", "telephone": "817-531-4930", "contactType": "Graduate Admissions", "url": "http://txwes.edu/admissions/apply-now/graduate/", "email": "graduate@txwes.edu" }, { "@type": "ContactPoint", "telephone": "+1-817-531-4422", "contactType": "International Admissions", "url": "https://txwes.edu/admissions/international/", "email": "internationaladmissions@txwes.edu" }, { "@type": "ContactPoint", "telephone": "800-580-8980", "contactType": "Admissions TollFree", "contactOption": "TollFree" } ], "sameAs": [ "https://www.linkedin.com/school/texas-wesleyan-university/", "https://www.facebook.com/TexasWesleyan/", "https://www.instagram.com/texaswesleyan/", "https://www.youtube.com/texaswesleyan" ] } </script> <style type="text/css"> @media screen and (min-width:2000px) { html { zoom: 1.3; -moz-transform: scale(1.3); -moz-transform-origin: 0 0;} } </style> <link rel="stylesheet" href="https://catalog.txwes.edu/widget-api/widget-api.min.css"> <!-- Stylesheet --> <style type="text/css"> /* Universal Elements for Full Width */ @import url('https://fonts.googleapis.com/css?family=Oswald'); html { background-color: #1a1a1a; background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAADUlEQVR42mNkUEn4DwACNQGF65afaAAAAABJRU5ErkJggg==); background-size: 100% 25%; background-repeat: no-repeat; } body, #outer-ct { background-color: #ffffff; margin: 0px; padding: 0px; font-family: Arial, Helvetica, sans-serif; position: relative; top: 0px; left: 0px; } *:focus { outline-color: #fed000; } a { color: #004b8d; text-decoration: none; } a:visited { color: #004b8d; } a img { border: none; } main p a { text-decoration: underline; } main li a { text-decoration: underline; } a.skipnav { position: absolute; top: -1000px; left: -1000px; height: 1px; width: 1px; overflow: hidden; display: inline-block; border: 1px solid #fed000; color: #004b8d; background-color: #ffffff; padding: 8px 16px; z-index: 1000; } a.skipnav:focus { top: 0px; left: 0px; height: auto; width: auto; } .oswald { font-family: 'Oswald', Arial, Helvetica, sans-serif; text-transform: uppercase; letter-spacing: 2px; } .promotion-banner { width: 100%; position: relative; top: 0px; left: 0px; display: none; } .promotion-banner>div { width: 100%; max-width: 1280px; margin: 0px auto; } .promotion-banner>div.tablet { display: none; } .promotion-banner>div.mobile { display: none; } .promotion-banner.promotion { background-color: #e1edff; } .promotion-banner.promotion .icon { background-position: top -120px left -120px; } .promotion-banner.holiday { background-color: #fed000; } .promotion-banner.holiday .icon { background-position: top -120px left -120px; } .promotion-banner.emergency { background-color: #fff9f8; } .promotion-banner .close { cursor: pointer; background-image: url('/media/style/icon/icon_top-banner-cross.png'); position: absolute; top: 10px; right: 10px; background-repeat: no-repeat; background-position: center; height: 28px; width: 28px; } .promotion-banner .banner-link { display: flex; width: calc(100% - 80px); max-width: 1280px; margin: 0px auto; align-content: flex-start; flex-wrap: nowrap; padding: 12px 0px; } .promotion-banner.emergency .banner-link { color: #CB4724; } .promotion-banner .icon { height: 60px; width: 60px; background-image: url('/media/style/banners/top-banner-icon-sheet.png'); } .promotion-banner .content { display: inline-block; margin-left: 24px; } .promotion-banner .content .title { font-family: 'Oswald'; text-transform: uppercase; font-family: 'Oswald'; font-size: 1.4em; } .promotion-banner .content .title .date { font-family: Arial; font-size: 0.7em; } .promotion-banner .content .text { line-height: 1.4em; } .promotion-banner.ntgd .icon { background-position: top -240px left 0px; } .promotion-banner.min .icon { display: none; } .promotion-banner.min .content { width: 100%; display: flex; align-items: center; line-height: 1em; } .promotion-banner.min .content .title { font-size: 1em; margin-right: 20px; } .promotion-banner.min .content .title .date { font-size: 1em; } .promotion-banner.min .content .text { line-height: 1em; } @media screen and (max-width:767px) { .promotion-banner>div.desktop { display: none; } .promotion-banner>div.tablet { display: block; } .promotion-banner .banner-link { width: calc(100% - 40px); } .promotion-banner .icon { display: none; } .promotion-banner.min .content { margin: 0px; } } @media screen and (max-width:599px) { .promotion-banner>div.desktop { display: none; } .promotion-banner>div.tablet { display: none; } .promotion-banner>div.mobile { display: block; } .promotion-banner.min .content .title { margin-right: 0px; } .promotion-banner.min .content .text { display: none; } } header { background-color: #002460; width: 100%; position: relative; top: 0px; left: 0px; /*overflow: auto;*/} header #logo-search-ct { width: calc(100% - 80px); max-width: 1280px; margin: 0px auto; height: 120px; position: relative; top: 0px; left: 0px; display: flex; justify-content: space-between; align-items: center; } header #logo-search-ct #logo img { vertical-align: middle; } header #logo-search-ct #logo-mobile { display: none; height: 46px; width: auto; margin-left: 20px; padding: 4px 0px; } header #logo-search-ct #logo-mobile img { vertical-align: middle; max-height: 100%; } header #logo-search-ct #logo-shield { display: none; width: 50px; position: absolute; top: 8px; left: 20px; z-index: 100; } header #logo-search-ct #logo-shield img { vertical-align: middle; width: 100%; height: auto; } header #logo-search-ct section#search { text-align: right; position: relative; top: 0px; right: 0px; display: flex; justify-content: space-between; width: 100%; max-width: 30%; align-items: center; } header #logo-search-ct section#search a { color: #ffffff; font-size: 0.9em; width: 15%; border-right: 1px solid rgba(255,255,255,0.5); text-align: left; display: block; } header #logo-search-ct section#search a:visited { color: #ffffff; } header #logo-search-ct section#search a.send-info { border: none; } header #logo-search-ct section#search a.find-office { position: absolute; top: -25px; right: 0px; width: auto; text-align: right; border: none; } header #logo-search-ct section#search a.find-office img { position: relative; top: -2px; margin-left: 4px; } header #logo-search-ct section#search a img { vertical-align: middle; max-width: 35px; } header #logo-search-ct section#search form { width: 100%; max-width: 100%; } header #logo-search-ct section#search form input { display: inline-block; vertical-align: middle; } header #logo-search-ct section#search form input[type='text'] { width: calc(100% - 69px); border: 0px; padding: 3px 12px; min-height: 37px; font-size: 1.2em; } @media screen and (max-width:1280px) { header #logo-search-ct #logo img { width: 275px; } header #logo-search-ct section#search { max-width: 30%; } header #logo-search-ct section#search a { font-size: 0.8em; } } @media screen and (max-width:1100px) { header #logo-search-ct section#search { max-width: 25%; } } @media screen and (max-width:1000px) { header #logo-search-ct #logo img { width: 235px; } header #logo-search-ct section#search a { font-size: 0.8em; } } @media screen and (max-width:950px) { header #logo-search-ct { height: auto; overflow: hidden; width: 100%; } header #logo-search-ct #logo img { height: 60px; width: auto; margin-left: 40px; } header #logo-search-ct section#search { display: none; background-color: #004b8d; max-width: 100%; padding: 20px 0px; text-align: left; } header #logo-search-ct section#search a.apply, header #logo-search-ct section#search a.visit, header #logo-search-ct section#search a.send-info { display: none; } header #logo-search-ct section#search form { width: 80%; margin: 0px auto; } header #logo-search-ct section#search a.find-office { position: relative; top: 0px; right: initial; left: 0px; text-align: left; display: block; width: 80%; margin: 0px auto; margin-top: 20px; } } @media screen and (max-width:768px) { header #logo-search-ct #logo img { margin-left: 12px; } } @media screen and (max-width:750px) { header #logo-search-ct #logo { display: none; } header #logo-search-ct #logo-mobile { display: block; height: 42px; padding: 5px 0px; margin-right: 24px; } } @media screen and (max-width:600px) { #mobile-search-btn { height: 52px; width: 52px; } header #logo-search-ct { flex-direction: column; } header #logo-search-ct #logo { display: block; } header #logo-search-ct #logo-mobile { display: none; } } @media screen and (max-width:480px) { header { overflow: visible; } header #logo-search-ct { overflow: visible; } header #logo-search-ct #logo { display: block; } header #logo-search-ct #logo-mobile { display: none; } } @media screen and (max-width:375px) { #mobile-search-btn { right: 125px; } #mobile-search-btn { height: 45px; width: 52px; } } header #logo-search-ct nav#quick-nav { display: flex; justify-content: space-between; flex-grow: 2; margin-right: 24px; align-items: center; } header #logo-search-ct nav#quick-nav a { color: #ffffff; text-align: center; font-family: 'Oswald'; text-transform: uppercase; font-size: 1.4em; position: relative; top: 0px; left: 0px; display: flex; align-items: center; white-space: nowrap; justify-content: space-around; } header #logo-search-ct nav#quick-nav a:last-child { border: none; } header #logo-search-ct nav#quick-nav a img { vertical-align: middle; } header #logo-search-ct nav#quick-nav a .virtual { font-size: 0.6em; line-height: 0.6em; color: #fed000; margin-bottom: -5px; } header #logo-search-ct nav#quick-nav a.give { margin-left: 24px; background-color: rgba(0,18,48,0.6); padding: 6px 16px 6px 8px; } header #logo-search-ct nav#quick-nav a#mobile-menu-btn { height: 60px; width: 60px; background-color: #1a1a1a; background-image: url('/media/style/icon/menu-search-icon.png'); background-repeat: no-repeat; background-position: center; background-size: 36px; color: #ffffff; cursor: pointer; display: none; line-height: 60px; text-indent: 75px; } header #logo-search-ct nav#quick-nav a#mobile-menu-btn.open { background-image: url('/media/twu/style-assets/images/close-mobile-menu.png'); background-size: 18px; } header #logo-search-ct nav#quick-nav .border { display: none; width: 1px; height: 2em; background-color: #ffffff; } header #logo-search-ct nav#quick-nav .border:nth-child(2), header #logo-search-ct nav#quick-nav .border:nth-child(4) { display: block; } @media screen and (max-width:950px) { header #logo-search-ct nav#quick-nav { margin-right: 0px; } header #logo-search-ct nav#quick-nav a.give { margin-left: 0px; } header #logo-search-ct nav#quick-nav a#mobile-menu-btn { display: block; } header #logo-search-ct nav#quick-nav a.give { background-color: transparent; padding: 0px; } header #logo-search-ct nav#quick-nav .border:nth-child(6) { display: block; } } @media screen and (max-width:800px) { header #logo-search-ct nav#quick-nav { } } @media screen and (max-width:600px) { header #logo-search-ct nav#quick-nav { width: 100%; } header #logo-search-ct nav#quick-nav a { width: 20%; } header #logo-search-ct nav#quick-nav a img { display: none; } #mobile-menu-btn { height: 52px; line-height: 52px; } } @media screen and (max-width:480px) { header #logo-search-ct nav#quick-nav { font-size: 0.9em; } } @media screen and (max-width:375px) { #mobile-menu-btn { height: 45px; line-height: 45px; width: 52px; } } header #main-nav-bg { width: 100%; background-color: #1a1a1a; } header #main-nav-bg nav#main-nav { width: 100%; max-width: 1280px; margin: 0px auto; display: flex; justify-content: space-between; } header #main-nav-bg nav#main-nav a { color: #ffffff; width: 15%; text-align: center; padding: 15px 0px; } header #main-nav-bg nav#main-nav a:visited { color: #ffffff; } header #main-nav-bg nav#main-nav a:hover { color: #333; background-color: #fff; } header #main-nav-bg nav#main-nav a.active { color: #333; background-color: #fff; } @media screen and (max-width:1280px) { } @media screen and (max-width:950px) { header #main-nav-bg { display: none; } } header section#sub-nav-ct { width: 100%; background-color: #ffffff; display: none; } header section#sub-nav-ct .sub-nav { width: calc(100% - 80px); max-width: 1280px; margin: 0px auto; justify-content: space-between; padding: 36px 0px; display: none; position: relative; top: 0px; left: 0px; } header section#sub-nav-ct .sub-nav.open { display: flex; } header section#sub-nav-ct .sub-nav .photo-text { display: flex; justify-content: space-between; width: 50%; padding: 12px 0px; } header section#sub-nav-ct .sub-nav .photo-text .photo { width: 255px; } header section#sub-nav-ct .sub-nav .photo-text .photo img { width: 100%; } header section#sub-nav-ct .sub-nav .photo-text .text { font-size: 0.9em; padding: 0px 36px; color: #666; line-height: 1.5em; width: calc(100% - 327px); } header section#sub-nav-ct .sub-nav .photo-text .text img { vertical-align: middle; margin-left: 4px; position: relative; top: -2px; } header section#sub-nav-ct .sub-nav nav { columns: auto 2; width: 45%; } header section#sub-nav-ct .sub-nav nav a { display: inline-block; width: 100%; padding: 12px 0px; } header section#sub-nav-ct .sub-nav .close-btn { position: absolute; bottom: 0px; right: 0px; cursor: pointer; background-image: url('/media/style/icon/nav_close_icon.png'); height: 36px; width: 100px; } header section#sub-nav-ct .sub-nav .col { width: calc(25% - 60px); } header section#sub-nav-ct .sub-nav .col h4 { text-transform: uppercase; color: #8a8a8a; font-weight: bold; } header section#sub-nav-ct .sub-nav .col h3 { text-transform: uppercase; font-size: 1.8em; color: #313131; font-family: 'Oswald'; letter-spacing: 2px; margin: 0px; } header section#sub-nav-ct .sub-nav .col h3 a { color: #191919; } header section#sub-nav-ct .sub-nav>div ul { margin: 0px; padding: 0px; list-style: none; line-height: 1.5em; } header section#sub-nav-ct .sub-nav>div ul li { margin-bottom: 1em; font-size: 1.1em;} header section#sub-nav-ct .sub-nav .t4-button-blue a { padding: 16px 40px; font-size: 1.1em; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; background-color: #004b8d; color: #ffffff; text-decoration: none; font-weight: bold; } header section#sub-nav-ct .sub-nav .t4-button-blue a:visited { color: #ffffff; } @media (pointer: fine) and (hover: hover) { header section#sub-nav-ct .sub-nav .close-btn { display: none; } } @media screen and (max-width:1280px) { header section#sub-nav-ct .sub-nav .photo-text .photo { width: 200px; } header section#sub-nav-ct .sub-nav .photo-text .text { width: calc(100% - 272px); } } @media screen and (max-width:950px) { header section#sub-nav-ct .sub-nav.open { display: none; } } nav#gotoCT { width: 100%; background-color: rgba(25, 25, 25, 0.85); position: fixed; bottom: 0px; left: 0px; z-index: 999; } nav#gotoCT div#goto { width: calc(100% - 80px); max-width: 1280px; margin: 0px auto; } nav#gotoCT div#goto ul { list-style-type: none; display: flex; justify-content: space-between; padding: 0px; line-height: 1.4em; } nav#gotoCT div#goto ul li:first-child { color: #ffffff; border-right: 1px solid #888; padding-right: 34px; } nav#gotoCT div#goto a { color: #c4e4f7; } nav#gotoCT div#goto a:hover { color: #fed000; } #privacy-notice { width: calc(100% - 80px); max-width: 1280px; margin: 0px auto; color: #ffffff; display: none; justify-content: space-between; padding-bottom: 20px; } #privacy-notice .message { font-size: 0.8em; } #privacy-notice .close { width: 25%; text-align: right; } #privacy-notice a { text-decoration: underline; color: #ffffff !important; } #privacy-notice-mobile { width: calc(100% - 40px); padding: 20px; margin: 0px auto; color: #ffffff; display: none; justify-content: space-between; z-index: 999; position: fixed; bottom: 0px; left: 0px; background-color: rgba(25, 25, 25, 0.85); } #privacy-notice-mobile .message { font-size: 0.8em; } #privacy-notice-mobile .close { width: 20%; text-align: right; } #privacy-notice-mobile a { text-decoration: underline; color: #ffffff !important; font-size: 0.9em; } footer { width: 100%; background-color: #1a1a1a; padding-top: 48px; padding-bottom: 50px; } @media screen and (max-width:950px) { footer { padding-bottom: 0px; } } footer #footer-ct { width: calc(100% - 80px); max-width: 1280px; margin: 0px auto; display: flex; justify-content: space-between; } footer #footer-ct #logoCT, footer #footer-ct #socialCT { width: 25%; } footer #footer-ct #contactInfoFooterCT { width: 40%; } footer #footer-ct #logoCT .footerLogo { margin-bottom: 34px; } footer #footer-ct #logoCT .footerLogo img { width: 100%; } footer #footer-ct #contactInfoFooterCT { overflow: auto; } footer #footer-ct #contactInfoFooterCT .contactTitle { font-size: 1.2em; color: #fed000; margin-bottom: 24px; max-width: 40%; float: left; } footer #footer-ct #contactInfoFooterCT .contactMap { width: 100%; max-width: 55%; } footer #footer-ct #contactInfoFooterCT .contactMap img { width: 100%; } footer #footer-ct #contactInfoFooterCT .contactInfo { font-size: 0.9em; width: 100%; max-width: 40%; color: #ffffff; float: left; clear: left; line-height: 1.5em; } footer #footer-ct #contactInfoFooterCT .contactInfo img { vertical-align: middle; margin: 0px 12px 20px 0px; } footer #footer-ct #contactInfoFooterCT .contactInfo div { padding-left: 30px; background-repeat: no-repeat; margin-bottom: 20px; } footer #footer-ct #socialCT .socialButton { margin-right: 10px; margin-bottom: 10px; float: left; height: 40px; width: 40px; background-repeat: no-repeat; background-position: center; background-size: contain; } footer #footer-ct #socialCT a:last-child .socialButton { margin-right: 0px; } footer #footer-ct #socialCT .socialTitle { font-size: 1.2em; color: #fed000; margin-bottom: 24px; clear: both; } footer #footer-ct #socialCT .socialButton.facebook { background-image: url('/media/twu/style-assets/images/homepage/fb.png'); } footer #footer-ct #socialCT .socialButton.facebook:hover { background-image: url('/media/twu/style-assets/images/homepage/fb_h.png'); } footer #footer-ct #socialCT .socialButton.tiktok{background-image: url('/media/twu/style-assets/images/homepage/Asset-3tiktok_gray.png');} footer #footer-ct #socialCT .socialButton.tiktok:hover{background-image: url('/media/twu/style-assets/images/homepage/Asset-3tiktok.png');)} footer #footer-ct #socialCT .socialButton.twitter { background-image: url('/media/twu/style-assets/images/homepage/Asset-3twitter_x_black.png'); } footer #footer-ct #socialCT .socialButton.twitter:hover { background-image: url('/media/twu/style-assets/images/homepage/Asset-2twitter_x_black.png'); } footer #footer-ct #socialCT .socialButton.youtube { background-image: url('/media/twu/style-assets/images/homepage/youtube.png'); } footer #footer-ct #socialCT .socialButton.youtube:hover { background-image: url('/media/twu/style-assets/images/homepage/youtube_h.png'); } footer #footer-ct #socialCT .socialButton.linkedin { background-image: url('/media/twu/style-assets/images/homepage/linkedin.png'); } footer #footer-ct #socialCT .socialButton.linkedin:hover { background-image: url('/media/twu/style-assets/images/homepage/linkedin_h.png'); } footer #footer-ct #socialCT .socialButton.instagram { background-image: url('/media/twu/style-assets/images/homepage/instagram.png'); } footer #footer-ct #socialCT .socialButton.instagram:hover { background-image: url('/media/twu/style-assets/images/homepage/instagram_h.png'); } footer #footer-ct #socialCT .footerLogo { clear: both; width: 100%; padding-top: 24px; display: none; } footer #footer-ct #socialCT .footerLogo img { max-width: 100%; } @media screen and (max-width:1150px) { footer #footer-ct #contactInfoFooterCT .contactTitle { max-width: 55%; } footer #footer-ct #contactInfoFooterCT .contactMap { max-width: 40%; } footer #footer-ct #contactInfoFooterCT .contactInfo { max-width: 55%; } } @media screen and (max-width:1000px) { footer #footer-ct { flex-wrap: wrap; } footer #footer-ct #logoCT { display: none; } footer #footer-ct #contactInfoFooterCT { width: 45%; } footer #footer-ct #socialCT { width: 45%; } footer #footer-ct #socialCT .footerLogo { display: block; } footer #footer-ct #contactInfoFooterCT .contactTitle { max-width: 100%; float: none; } footer #footer-ct #contactInfoFooterCT .contactMap { max-width: 255px; } footer #footer-ct #contactInfoFooterCT .contactInfo { max-width: 100%; float: none; } } @media screen and (max-width:750px) { footer #footer-ct #contactInfoFooterCT { width: 100%; margin-bottom: 36px; } footer #footer-ct #socialCT { width: 100%; text-align: left; } footer #footer-ct #socialCT .socialButton { float: left; } footer #footer-ct #socialCT a:nth-child(2) .socialButton { margin-right: 10px; } footer #footer-ct #socialCT a:last-child .socialButton { margin-right: 0px; } } @media screen and (max-width:480px) { footer #footer-ct { width: calc(100% - 40px); } } @media screen and (max-width:375px) { footer #footer-ct #contactFooterInfoCT .contactMap { float: none; max-width: 100%; } footer #footer-ct #contactFooterInfoCT .contactInfo { float: none; max-width: 100%; margin-top: 20px; } } footer #copyright { width: calc(100% - 40px); text-align: center; padding: 34px 0px 50px; margin: 34px auto 0px; color: #888888; font-size: 0.9em; border-top: 1px dashed #888; } footer #copyright a { color: #ffffff; border-left: 1px solid #888888; padding-left: 12px; margin-left: 12px; } footer #copyright a:first-of-type { border: none; padding: 0px; margin: 0px; color: #888888; } @media screen and (max-width:950px) { nav#gotoCT { display: none; } } section#mobile-main-nav { display: none; position: absolute; top: 100%; right: 0px; width: 100%; background-color: rgba(24,24,24,0.8); height: 100vh; z-index: 99; } section#mobile-main-nav .background { width: 90%; max-width: 350px; position: absolute; right: 0px; top: 0px; background-color: #191919; } section#mobile-main-nav .background .actions { display: flex; align-items: center; justify-content: space-between; padding: 18px 24px; } section#mobile-main-nav .background a { color: #ffffff; } section#mobile-main-nav .background a:visited { color: #ffffff; } section#mobile-main-nav .background .actions a { border-right: 1px solid #f3f3f3; font-size: 0.9em; width: 32% } section#mobile-main-nav .background .actions a:last-child { border: none; } section#mobile-main-nav .background .actions a img { vertical-align: middle; } section#mobile-main-nav .background>ul { list-style-type: none; margin: 0px; padding: 0px; } section#mobile-main-nav .background>ul>li>a { display: none; } section#mobile-main-nav .background>ul>li>ul { padding: 0px; border-bottom: 1px solid rgba(136,136,136,0.3); list-style-type: none; } section#mobile-main-nav .background>ul>li>ul>li { border-top: 1px solid rgba(136,136,136,0.3); cursor: pointer; } section#mobile-main-nav .background>ul>li>ul>li.menu { background-image: url('/media/style/icon/mobile_nav_arrowDown.png'); background-repeat: no-repeat; background-position: right 20px top 1em; } section#mobile-main-nav .background>ul>li>ul>li.open { background-image: url('/media/style/icon/mobile_nav_arrowUp.png'); } section#mobile-main-nav .background>ul>li>ul>li>a { padding: 12px 24px; font-size: 1em; color: #ffffff; display: inline-block; line-height: 1.6em; } section#mobile-main-nav .background>ul>li>ul>li>ul { background-color: #f3f3f3; padding: 6px 0px; list-style-type: none; } section#mobile-main-nav .background>ul>li>ul>li>ul>li { } section#mobile-main-nav .background>ul>li>ul>li>ul>li>a { color: #333; font-size: 0.9em; padding: 6px 36px; display: block; } section#mobile-main-nav .background>ul>li>ul>li>ul>li>strong { color: #333; padding: 6px 36px; display: block; } section#mobile-main-nav .background>ul>li>ul>li>ul>li>a:visited { color: #333; } section#mobile-main-nav .background .search { padding: 24px; text-align: right; } section#mobile-main-nav .background .search form { margin-bottom: 12px; } section#mobile-main-nav .background .search form input[type='text'] { display: block; border: 0px; padding: 3px 12px; min-height: 37px; font-size: 1.2em; width: calc(100% - 24px); } section#mobile-main-nav .background .search .find-office { text-align: right; } section#mobile-main-nav .background .search .find-office img { vertical-align: middle; vertical-align: middle; position: relative; top: -2px; } section#mobile-main-nav .background #gotoCT-mobile { background-color: #004b8d; padding: 12px 0px; color: #ffffff; } section#mobile-main-nav .background #gotoCT-mobile .title { padding: 0px 24px 12px; border-bottom: 1px solid rgba(136,136,136,0.3); } section#mobile-main-nav .background #gotoCT-mobile ul { display: flex; list-style: none; padding: 0px 24px; flex-wrap: wrap; justify-content: flex-start; } section#mobile-main-nav .background #gotoCT-mobile ul li { width: 50%; } section#mobile-main-nav .background #gotoCT-mobile ul li a { display: block; padding: 6px 0px; } @media screen and (max-width:600px) { } @media screen and (max-width:375px) { } @media print { header, footer, aside, #mobile-search-btn, #mobile-menu-btn, section#mobile-main-nav { display: none !important; } html { background-color: transparent !important; } section#content { display: block !important; } #outer-ct { overflow: auto !important; } .divCurtain { display: block !important; overflow: auto !important; opacity: 1 !important; height: auto !important; } .pomotion-banner { display: none !important; height: 0px; overflow: hidden; visibility: hidden; } } .content-hightlight { font-size: 2em; line-height: 1.3em; background-color: #fff8d9; padding: 16px; color: #5f5e5e; text-align: center; } @media screen and (max-width:767px) { .content-hightlight { margin: 0px; font-size: 1.1em; } } @media screen and (min-width:950px) { ._admithub_embed-container .message-iframe { bottom: 105px !important; } ._admithub_embed-container .activation-button { bottom: 75px !important; } } /*mailchimp form embed styles*/ #mc_embed_signup { background: #fff; false; clear: left; font: 16px Arial, sans-serif; width: 100%; max-width: 600px; } .indicates-required { font-size: 14px; font-style: italic; } #mc_embed_signup_scroll>h2 { color: #002460 !important; } #mc_embed_signup .mc-field-group { font-family: Arial, Helvetica, sans-serif; font-weight: normal; padding-bottom: 32px; } #mc_embed_signup .mc-field-group label { font-size: 16px; text-indent: 2px; } #mc_embed_signup .mc-field-group input { border: 1px solid #BDBDBD; border-radius: 6px; padding: 16px 0px; } #mc_embed_signup .mc-field-group input:focus-visible { outline-color: #002460; border: none; outline-width: 2px; } #mc_embed_signup .button { background: #002460; } /* Full Width Base Layout CSS */ /* Fix for images that are coded as <img src=/> and there isn't an image on the content type */ img[src=""] { display: none; } img[src*="googleads"] { display: none; } /* fix chrome bug that displays tracking images as white box */ main img { max-width: 100% !important; height: auto !important; } aside img { max-width: 100% !important; height: auto !important; } #imageView_container img { max-width: none !important; } /* iFrame and other embedded objects quick fix */ main iframe, main object, main embed, main video { width: 100% !important; } /*added for Spanish Page to test new iframe style 1-06-23*/ #iframeContainer1623 { position: relative; overflow: hidden; 聽聽 width: 100%; padding-top: 56.25%; } #iframeContainer1623 iframe { position: absolute; top: 0; 聽 left: 0; 聽 bottom: 0; 聽聽 right: 0; width: 100%; height: 100%; } /* global UL style */ main ul { list-style-image: url('https://txwes.edu/media/twu/style-assets/images/bullets/First-Level.png'); padding-left: 20px; } main ul li { padding-left: 8px; font-size: 1em; line-height: 1.5em; color: #333; } main ul ul { list-style-image: url('https://txwes.edu/media/twu/style-assets/images/bullets/Second-Level.png'); } main ul ul ul { list-style-image: url('https://txwes.edu/media/twu/style-assets/images/bullets/Third-Level.png'); } main ul ul ul ul { list-style-image: url('https://txwes.edu/media/twu/style-assets/images/bullets/Fourth-Level.png'); } main ol { padding-left: 20px; } main ol li { padding-left: 8px; font-size: 1em; line-height: 1.5em; color: #333; } main sup { vertical-align: middle; position: relative; top: -.5em; font-size: 0.7em; } /* Base Layout Full Width Elements */ section#page-title { background-color: #5c8ab9; width: 100%; padding: 50px 0px 24px; position: relative; top: 0px; left: 0px; } @media screen and (max-width:950px) { section#page-title { padding: 24px 0px; } } @media screen and (max-width:480px) { section#page-title { padding: 15px 0px; } } section#page-title #breadcrumb { width: calc(100% - 80px); max-width: 1280px; margin: 0px auto; font-size: 0.9em; color: #ffffff; position: relative; top: 0px; left: 0px; } section#page-title #breadcrumb a { color: #ffffff; text-decoration: underline; } section#page-title #breadcrumb a:visited { color: #ffffff; text-decoration: underline; } @media screen and (max-width:950px) { section#page-title #breadcrumb { display: none; } } section#page-title h1 { width: calc(100% - 80px); max-width: 1280px; margin: 0px auto; color: #ffffff; font-size: 3em; position: relative; top: 0px; left: 0px; line-height: 1.3em; } @media screen and (max-width:1200px) { section#page-title h1 { font-size: 2.6em; } } @media screen and (max-width:950px) { section#page-title h1 { font-size: 2.5em; } } @media screen and (max-width:600px) { section#page-title h1 { font-size: 2em; } } @media screen and (max-width:480px) { section#page-title h1 { width: calc(100% - 40px); font-size: 1.5em; } } @media screen and (max-width:375px) { section#page-title h1 { font-size: 1.2em; } } section#page-title .mask { display: none; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; height: 100%; width: 100%; margin: auto; background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ } section#subheader { width: 100%; max-width: 1280px; margin: 0px auto; } section#subheader:empty { display: none; } section#content { width: calc(100% - 80px); max-width: 1280px; margin: 36px auto; display: -ms-grid; -ms-grid-columns: 220px 48px 1fr; -ms-grid-rows: auto; display: grid; grid-template-columns: 220px auto; grid-template-rows: auto; grid-gap: 48px; } section#content.no-nav { width: calc(100% - 80px); max-width: 1280px; margin: 36px auto; display: -ms-grid; -ms-grid-columns: 1fr 48px 220px; -ms-grid-rows: auto; display: grid; grid-template-columns: auto 220px; grid-template-rows: auto; grid-gap: 48px; } section#content.no-aside { display: block; } section#content.wide { width: 100%; max-width: 100%; margin: 0px; padding: 0px; } @media screen and (max-width:1280px) { section#content { -ms-grid-columns: 220px 40px 1fr; grid-gap: 40px; grid-template-columns: 200px auto; } section#content.no-nav { -ms-grid-columns: 1fr 40px 220px; grid-gap: 40px; grid-template-columns: auto 200px; } } @media screen and (max-width:950px) { section#content, section#content.no-nav { display: block; } } @media screen and (max-width:757px) { section#content, section#content.no-nav { margin: 18px auto; } } @media screen and (max-width:480px) { section#content, section#content.no-nav { width: calc(100% - 40px); } } section#content main { width: 100%; margin: 0px auto; display:block; -ms-grid-column: 3; -ms-grid-row: 1; grid-column-start: 2; grid-column-end: 3; grid-row-start: 1; grid-row-end: 2; } section#content.no-nav main { -ms-grid-column: 1; -ms-grid-row: 1; grid-column-start: 1; grid-column-end: 2; grid-row-start: 1; grid-row-end: 2; } @media screen and (max-width:950px) { section#content main { margin-bottom: 36px; overflow: auto; } } section#content main>*:first-child { margin-top: 0px; } section#content main h2 { font-size: 2em; color: #000000; } section#content main h3 { font-size: 1.5em; color: #000000; } section#content main h4 { font-size: 1.25em; color: #000000; } section#content aside { width: 100%; display: block; -ms-grid-column: 1; -ms-grid-row: 1; grid-column-start: 1; grid-column-end: 2; grid-row-start: 1; grid-row-end: 2; } section#content.no-nav aside { -ms-grid-column: 3; -ms-grid-row: 1; grid-column-start: 2; grid-column-end: 3; grid-row-start: 1; grid-row-end: 2; } section#content.wide main>* { max-width: 1280px; padding-left: 20px; padding-right: 20px; margin-left: auto; margin-right: auto; } section#content.wide main>*.wide { max-width: 100%; margin-left: 0px; margin-right: 0px; } @media screen and (max-width:950px) { section#content aside { padding-top: 26px; border-top: 1px dashed #ccc; } } @media screen and (max-width:480px) { section#content main>* { max-width: 1280px; padding-left: 20px; padding-right: 20px; margin-left: auto; margin-right: auto; } } section#content nav#parent-nav { } section#content nav#parent-nav a { display: block; font-size: 1.5em; font-weight: bold; padding: 5px 12px; margin-bottom: 9px; } @media screen and (max-width:1200px) { section#content nav#parent-nav a { font-size: 1.3em; } } @media screen and (max-width:950px) { section#content nav#parent-nav:before { content: 'Also in'; font-size: 0.9em; padding-left: 12px; color: #666; } } section#content nav#section-nav { margin-bottom: 36px; } section#content nav#section-nav>ul { list-style-type: none; margin: 0px; padding: 0px; } section#content nav#section-nav>ul>li { border-top: 1px solid #cccccc; line-height: 1.4em; } section#content nav#section-nav>ul>li:first-child { border: none; } section#content nav#section-nav>ul>li:last-child { border-bottom: 1px solid #cccccc; } section#content nav#section-nav>ul>li>a { display: block; padding: 8px 12px; color: #333; font-size: 0.9em; } section#content nav#section-nav>ul>li>a:visited { color: #333; } section#content nav#section-nav>ul>li>a:hover { color: #004b8d; } section#content nav#section-nav>ul>li.active { padding: 8px 12px; background-color: #f3f3f3; border: none; font-weight: bold; font-size: 0.9em; } section#content nav#section-nav>ul>li.active+li { border-top: none; } section#content nav#section-nav>ul>li.active>a { padding: 0px; } section#content nav#section-nav>ul>li.active:last-child>div.tempSubNav { border-bottom: 1px solid #cccccc; } section#content nav#section-nav .tempSubNav { display: none; background-color: #ffffff; list-style-type: none; position: relative; top: 8px; left: -12px; width: calc(100% + 24px); } section#content nav#section-nav .tempSubNav ul { list-style-type: none; padding: 12px 0px; border-bottom: 1px solid #ccc; } section#content nav#section-nav .tempSubNav ul li { padding-left: 40px; } section#content nav#section-nav .tempSubNav ul li.active { background-image: url('/media/twu/style-assets/images/yellowArrowBullet.png'); background-position: left 12px center; background-repeat: no-repeat; } section#content nav#section-nav .tempSubNav a { display: block; padding: 5px 0px; color: #666; font-size: 0.9em; font-weight: normal; } section#content main p { font-size: 1.2em; line-height: 1.4em; color: #333; } @media screen and (max-width:1100px) { section#content main p { font-size: 1em; line-height: 1.2em; } } section#content aside a#back-to-top { display: none; border: 1px solid #ccc; padding: 8px 18px; text-transform: uppercase; color: #666; font-size: 0.9em; width: 100px; text-align: center; margin: 0px auto; clear: both; margin-top: 36px; } @media screen and (max-width: 950px) { section#content aside a#back-to-top { display: block; } } section#content aside #bblogin { background-color: #eee; margin-bottom: 36px; } /* TXWES Legacy Content Style */ /* Content Types and Layouts */ /* General Content */ main>div.general-content:first-child>*:first-child { margin-top: 0px !important; } @media screen and (max-width: 600px) { .general-content p img[style*="float"] { float: none !important; display: block; width: 100% !important; margin: 24px 0px !important; } } /* Shield Title - Wesleyan Shield with Title Text and Rich Text */ .shieldTitle { background-image: url('/media/twu/style-assets/images/logoTitle.png'); background-repeat: no-repeat; background-position: left center; font-size: 1.8em; font-weight: bold; color: #666; padding-left: 39px; } /* Featured Content with Image */ .featuredContent { overflow: auto; padding-bottom: 20px; border-bottom: 1px solid #002460; margin-bottom: 20px; } .featuredContent .title { font-size: 1.2em; font-weight: bold; color: #333; margin-bottom: 20px; } .featuredContent .title a { color: #1a1a1a; } .featuredContent .image { float: left; width: 200px; margin-right: 20px; } .featuredContent .image img { width: 100% } .featuredContent .content { overflow: auto; } .featuredContent .viewMore { float: right; width: 85px; height: 15px; background-image: url('/media/twu/style-assets/images/viewMore.png'); } .featuredContent .content *:first-child { margin-top: 0px; } /* Featured Content with Image - variant 1 (No Yellow Gradient for Title) */ .featuredContent.varOne .title { background-image: none; font-size: 1.2em; font-weight: bold; color: #666; padding: 2px 0px 2px 10px; margin-bottom: 20px; } .featuredContent.noImage .title { padding-left: 0px; } /* Action Box - Grey box in Right Column, has header and text, used for calls to actions */ .actionBox { position: relative; top: 0px; left: 0px; margin-bottom: 20px; } .actionBox .header { background-image: url('/media/twu/style-assets/images/infoBoxHeader.png'); background-repeat: no-repeat; font-size: 1.3em; font-weight: bold; color: #666; padding: 9px 15px 4px; } .actionBox .content { background-image: url('/media/twu/style-assets/images/infoBoxText.png'); background-repeat: no-repeat; background-position: center bottom; border: 1px solid #ccc; border-top: none; padding: 20px 15px 25px; color: #666; font-size: 0.9em; } .actionBox .arrow { background-image: url('/media/twu/style-assets/images/infoBoxGreyArrow.png'); width: 11px; height: 15px; position: absolute; right: 10px; bottom: 10px; } .actionBox:hover .arrow { background-image: url('/media/twu/style-assets/images/infoBoxBlueArrow.png'); } /* Emergency Page Content */ #alertDisplay { width: 420px; float: left; position: relative; top: 0px; left: 0px; padding: 20px; border: 2px solid red; margin-top: 20px; overflow: auto; } #alertDisplay #warning-image { float: left; width: 120px; background-color: #191919; } #alertDisplay #warning-text { float: right; overflow: auto; width: 280px; min-width: 139px; } #alertDisplay #warning-text h2 { margin: 0px; padding: 0px; } #alertDisplay #warning-text .warning-date {} #alertDisplay #warning-text .learnMore { width: 139px; height: 37px; background-image: url('/media/twu/style-assets/images/responsive/learn-more.png'); white-space: nowrap; overflow: hidden; text-indent: 200px; background-repeat: no-repeat; } #contact911 { width: 224px; float: right; clear: right; } #contact911 #contact911Title { font-size: 1.4em; font-weight: bold; overflow: auto; margin-bottom: 10px; background-image: url('/media/twu/content-assets/images/emergency-alerts/images/call 911.png'); background-repeat: no-repeat; background-position: left center; margin-top: 20px; line-height: 36px; padding-left: 40px; } #contact911 #contact911Content { background-color: #f3f3f3; padding: 1px 15px 15px; margin-bottom: 20px; } #contact911 #contact911Content ul { list-style-image: url('/media/twu/content-assets/images/emergency-alerts/images/yellow spot.png'); } #contact911 #contact911Content ul li { padding: 5px; } #contact911 #contact911Content .spacer { border-top: 1px dashed #ccc; height: 1px; } #alertsSignUp { width: 460px; float: left; } #emergencyNav { padding: 10px 0px; width: 100%; overflow: auto; } #emergencyNav .emergencyButton { background-color: #f3f3f3; border: 1px solid #ccc; cursor: pointer; padding: 10px 10px; float: left; width: 121px; margin-right: 10px; margin-bottom: 10px; overflow: auto; position: relative; top: 0px; left: 0px; } #emergencyNav .emergencyButton:nth-child(3n+4) { margin-right: 0px; } #emergencyNav .emergencyButton:hover { background-color: #fed000; } #emergencyNav .emergencyButton .emergencyIcon { float: left; width: 55px; height: 55px; } #emergencyNav .emergencyButton .emergencyIcon img { max-width: 100%; max-height: 100%; } #emergencyNav .emergencyButton .emergencyTitle { float: right; width: 60px; font-size: 0.8em; } #emergencyProcedures { border: 1px solid #ccc; width: 222px; float: right; clear: right; margin-bottom: 20px; } #emergencyProcedures #emergencyProceduresTitle { background-color: #004b8d; color: #ffffff; border-bottom: 1px solid #f3f3f3; font-size: 1.2em; padding: 3px 5px; } #emergencyProcedures #emergencyProceduresContent { padding: 10px; } #emergencyProcedures #emergencyProceduresContent ul { list-style-image: url('/media/twu/content-assets/images/emergency-alerts/images/grey spot.png'); } #emergencyProcedures #emergencyProceduresContent ul li { padding: 5px; font-weight: bold; } #facilitiesSecurity { overflow: auto; width: 460px; float: left; margin-bottom: 20px; } #facilitiesSecurity #facilities { float: left; } #facilitiesSecurity #facilities #facilitiesCT { border: 1px solid #ccc; width: 222px; min-height: 274px; } #facilitiesSecurity #facilities #facilitiesCT #facilitiesHeader { background-color: #f3f3f3; position: relative; top: 0px; left: 0px; height: 35px; } #facilitiesSecurity #facilities #facilitiesCT #facilitiesHeader #facilitiesIcon { position: absolute; top: -1px; left: -1px; } #facilitiesSecurity #facilities #facilitiesCT #facilitiesHeader #facilitiesTitle { position: relative; left: 47px; top: 7px; } #facilitiesSecurity #facilities #facilitiesCT #facilitiesPhoto { width: 222px; } #facilitiesSecurity #facilities #facilitiesCT #facilitiesContent { padding: 15px; font-size: 0.9em; } #facilitiesSecurity #facilities #facilitiesCT #facilitiesFooter { border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; background-color: #f3f3f3; height: 20px; } #facilitiesSecurity #security { float: right; } #facilitiesSecurity #security #securityCT { border: 1px solid #ccc; width: 222px; min-height: 274px; } #facilitiesSecurity #security #securityCT #securityHeader { background-color: #666666; color: #ffffff; height: 35px; } #facilitiesSecurity #security #securityCT #securityHeader #securityIcon { position: absolute; top: -1px; left: -1px; } #facilitiesSecurity #security #securityCT #securityHeader #securityTitle { position: relative; top: 10px; left: 10px; } #facilitiesSecurity #security #securityCT #securityPhoto { width: 222px; } #facilitiesSecurity #security #securityCT #securityContent { padding: 15px; font-size: 0.9em; } #facilitiesSecurity #security #securityCT #securityContent div:nth-child(2n) { text-align: right; margin-bottom: 5px; } #facilitiesSecurity #security #securityCT #securityFooter { border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; background-color: #f3f3f3; height: 20px; } #disabilities { width: 224px; float: right; clear: right; margin-bottom: 20px; } #disabilities #disabilitiesCT { border: 1px solid #ccc; } #disabilities #disabilitiesCT #disabilitiesHeader { background-color: #004b8d; color: #ffffff; border-bottom: 1px solid #f3f3f3; font-size: 1.2em; padding: 3px 5px; } #disabilities #disabilitiesCT #disabilitiesContent { padding: 15px; } #disabilities #disabilitiesCT #disabilitiesFooter { border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; background-color: #f3f3f3; height: 20px; } /* News and Events Content */ #newsEventsTop { overflow: auto; width: 100%; position: relative; top: 0px; left: 0px; margin-top: 20px; margin-bottom: 20px; } #newsEventsTop #featuredStory { float: left; width: 435px; border-top: 4px solid #fed000; padding-top: 10px; } #newsEventsTop #featuredStory #featuredStoryDate { float: right; } #newsEventsTop #featuredStory #featuredStoryBanner { color: #000000; height: 35px; width: 189px; background-image: url('/media/twu/style-assets/images/featuredStoryTag.png'); font-weight: bold; text-indent: 200px; overflow: hidden; white-space: nowrap; } #newsEventsTop #featuredStory #featuredStoryContent { width: 413px; padding: 10px; border: 1px solid #cccccc; overflow: auto; min-height: 432px; } #newsEventsTop #featuredStory #featuredStoryContent #featuredStoryTitle { font-size: 1.3em; margin-bottom: 10px; } #newsEventsTop #featuredStory #featuredStoryContent #featuredStoryTitle a, #newsEventsTop #featuredStory #featuredStoryContent #featuredStoryTitle a:visited { color: inherit; } #newsEventsTop #featuredStory #featuredStoryContent #featuredStoryTitle img { width: 120px; margin-top: 12px; } #newsEventsTop #featuredStory #featuredStoryContent #featuredStoryPhoto { width: 100%; margin-bottom: 10px; } #newsEventsTop #featuredStory #featuredStoryContent #featuredStorySummary { font-size: 0.9em; margin-bottom: 10px; } #newsEventsTop #featuredStory #featuredStoryContent #featuredStoryLearnMore { width: 85px; height: 15px; float: right; clear: both; background-image: url('/media/twu/style-assets/images/viewMore.png'); } #newsEventsTop #featuredStoriesList { border-top: 4px solid #fed000; padding-top: 10px; width: 230px; float: right; } #newsEventsTop #featuredStoriesList #featuredStoriesHeader { border-bottom: 1px solid #ccc; padding-bottom: 16px; margin-bottom: 10px; padding-left: 5px; } #newsEventsTop #featuredStoriesList #featuredStories { padding: 0px 5px; } #newsEventsTop #featuredStoriesList #featuredStories .featuredListItem { margin-bottom: 20px; font-size: 0.9em; overflow: auto; } #newsEventsTop #featuredStoriesList #featuredStories .featuredListItem .featuredDate { float: right; color: #ccc; } #newsEventsTop #featuredStoriesList #featuredStories .featuredListItem .featuredTitle { float: left; width: 145px; } #newsEventsTop #featuredStoriesList #featuredStories .featuredListItem .featuredTitle img { width: 120px; margin-top: 12px; } #newsEventsTop #moreNewsButton { width: 228px; height: 40px; border: 1px solid #ccc; background-image: url('/media/twu/style-assets/images/all_news.png'); background-repeat: no-repeat; background-position: 95% center; position: absolute; bottom: 0px; right: 0px; } #newsEventsBottom { overflow: auto; margin-bottom: 20px; } #newsEventsBottom #monthlyEvents { border-top: 4px solid #fed000; padding-top: 10px; width: 230px; position: relative; top: 0px; left: 0px; min-height: 300px; float: right; padding-bottom: 42px; } #newsEventsBottom #monthlyEvents #monthlyEventsHeader { padding-bottom: 10px; border-bottom: 1px solid #ccc; padding-left: 5px; } #newsEventsBottom #monthlyEvents #monthlyEventsList { padding: 10px; } #newsEventsBottom #monthlyEvents #monthlyEventsList ul { list-style-image: url('/media/twu/style-assets/images/greyBullet.png'); margin: 0px; padding: 0px 15px; font-size: 0.9em; } #newsEventsBottom #monthlyEvents #monthlyEventsList ul li {} #newsEventsBottom #monthlyEvents #monthlyEventsLearnMore { width: 228px; height: 40px; border: 1px solid #ccc; background-image: url('/media/twu/style-assets/images/all_events.png'); background-repeat: no-repeat; background-position: 95% center; position: absolute; bottom: 0px; right: 0px; } #newsEventsBottom #engagingEducators { float: right; border-top: 4px solid #fed000; border-right: 1px solid #ccc; border-left: 1px solid #ccc; width: 205px; min-height: 300px; position: relative; top: 0px; left: 0px; margin-right: 20px; padding-top: 10px; margin-bottom: 42px; } #newsEventsBottom #engagingEducators #engagingEducatorsHeader { padding-bottom: 10px; border-bottom: 1px solid #ccc; padding-left: 5px; } #newsEventsBottom #engagingEducators #engagingEducatorsPhoto { width: 100%; } #newsEventsBottom #engagingEducators #engagingEducatorsTitle { font-size: 1.2em; padding: 15px; } #newsEventsBottom #engagingEducators #engagingEducatorsTitle a, #newsEventsBottom #engagingEducators #engagingEducatorsTitle a:visited { color: inherit; } #newsEventsBottom #engagingEducators #engagingEducatorsLearnMore { width: 205px; height: 40px; border: 1px solid #ccc; background-image: url('/media/twu/style-assets/images/viewMore.png'); background-repeat: no-repeat; background-position: 95% center; position: absolute; bottom: -42px; right: -1px; } #newsEventsBottom #moversShakers { float: right; border-top: 4px solid #fed000; border-right: 1px solid #ccc; border-left: 1px solid #ccc; width: 205px; min-height: 300px; position: relative; top: 0px; left: 0px; margin-right: 21px; padding-top: 10px; margin-bottom: 42px; } #newsEventsBottom #moversShakers #moversShakersHeader { padding-bottom: 10px; border-bottom: 1px solid #ccc; padding-left: 5px; } #newsEventsBottom #moversShakers #moversShakersPhoto { width: 100%; } #newsEventsBottom #moversShakers #moversShakersTitle { font-size: 1.2em; padding: 15px; } #newsEventsBottom #moversShakers #moversShakersTitle a, #newsEventsBottom #moversShakers #moversShakersTitle a:visited { color: inherit; } #newsEventsBottom #moversShakers #moversShakersLearnMore { width: 205px; height: 40px; border: 1px solid #ccc; background-image: url('/media/twu/style-assets/images/viewMore.png'); background-repeat: no-repeat; background-position: 95% center; position: absolute; bottom: -42px; right: -1px; } /* News Details */ #newsItemContainer { width: 450px; float: left; margin-top: 20px; margin-bottom: 20px; } #newsItemContainer #newsItemDate { font-size: 0.9em; color: #999999; } #newsItemContainer #newsItemTitle { font-size: 1.5em; font-weight: bold; border-bottom: 1px dashed #ccc; padding: 5px 0px 10px 0px; } #newsItemContainer #newsItemShareTop { padding: 5px 10px; } #newsItemContainer #newsStoryContainer { border-top: 1px dashed #ccc; padding: 10px 0px; } #newsItemContainer #newsStoryContainer .newsItemMainPhoto img { width: 100% } #newsItemContainer #newsStoryCotnainer .newsItemBody {} #newsItemContainer #newsItemShareBottom { padding-top: 10px; border-top: 1px dashed #ccc; } .news-story {} .news-story .news-top { overflow: auto; width: 100%; background-image: url('/media/website-resources/images/emails/flame/shortBarDashed.png'); background-repeat: no-repeat; background-position: bottom left; background-size: 48%; } .news-story.event .news-top { background-image: none; } .news-story.event .news-top.photo { margin-bottom: 18px; } .news-story .news-top .news-info { height: 100%; padding-bottom: 15px; } .news-story .news-top.photo .news-info { width: 48%; float: left; } .news-story .news-top .news-photo { float: right; width: 48%; display: none; } .news-story .news-top.photo .news-photo { display: inline-block; } .news-story .news-top .news-photo img { width: 100%; vertical-align: top; } .news-story .news-top .news-info .news-category { margin: 5px 0px; text-transform: uppercase; font-family: 'Oswald'; font-size: 0.9em; letter-spacing: 1px; } .news-story .news-top .news-info .news-title { margin: 0px; } .news-story .news-top .news-info .news-title img { width: 120px; margin-top: 12px; } .news-story .news-top .news-info .news-date-author { margin: 5px 0px; font-size: 0.9em; } .news-story .news-top .news-info .news-share-top { margin: 10px 0px; } .news-story .news-body { overflow: auto; } .news-story.event .event-info { background-color: #f3f3f3; padding: 18px; } .news-story.event .event-info .when { display: inline-block; margin-right: 10px; font-weight: bold; min-width: 75px; } .news-story.event .event-info .where { display: inline-block; margin-right: 10px; font-weight: bold; min-width: 75px; } .news-story.event .event-info .infoPiece { margin-top: 5px; } .news-story .news-share-bottom { margin: 15px 0px; } @media screen and (min-width: 1100px) { .news-story .news-top.photo { background-size: 38%; } .news-story .news-top.photo .news-info { width: 38%; } .news-story .news-top.photo .news-photo { width: 58%; } } #eventItemContainer { width: 450px; float: left; margin-top: 20px; margin-bottom: 20px; } #eventItemContainer #eventItemDate { font-size: 0.9em; color: #999999; } #eventItemContainer #eventItemTitle { font-size: 1.5em; font-weight: bold; border-bottom: 1px dashed #ccc; padding: 5px 0px 10px 0px; } #eventItemContainer #eventItemTitle img { width: 110px; margin-top: 4px; } #eventItemContainer #eventItemShareTop { padding: 5px 10px; } #eventItemContainer #eventItemInfo { padding: 25px 10px; border-top: 1px dashed #ccc; } #eventItemContainer #eventItemInfo .infoPiece { overflow: auto; } #eventItemContainer #eventItemInfo .infoPiece:first-child { margin-bottom: 10px; } #eventItemContainer #eventItemInfo .infoPiece .when { float: left; width: 60px; } #eventItemContainer #eventItemInfo .infoPiece .where { float: left; width: 60px; } #eventItemContainer #eventStoryContainer { border-top: 1px dashed #ccc; padding: 10px 0px; } #eventItemContainer #eventStoryContainer .eventItemMainPhoto img { width: 100% } #eventItemContainer #eventStoryContainer .eventItemBody {} #eventItemContainer #eventStoryContainer .evetnForm {} #eventItemContainer #eventItemShareBottom { padding-top: 10px; border-top: 1px dashed #ccc; } #suggestionBox { width: 195px; float: right; margin-top: 20px; } #suggestionBox #sbHeader { font-weight: bold; padding: 5px 10px; } #suggestionBox #sbList { padding: 5px 10px; border-top: 1px dashed #ccc; border-bottom: 1px dashed #ccc; margin-bottom: 10px; } #suggestionBox #sbSeeMore { width: 118px; height: 34px; background-image: url('/media/twu/content-assets/images/news--events/newsEventsSeeMore.png'); } #contentCT.threeCol #suggestionBox { display: none; } /* News Archive */ #newsArchiveContainer { border-top: 4px solid #fed000; border-left: 1px solid #ccc; border-right: 1px solid #ccc; margin-top: 20px; margin-bottom: 20px; } #newsArchiveContainer .newsArchiveItem { padding: 10px; font-size: 1em; border-bottom: 1px solid rgb(204, 204, 204); background-color: rgb(255, 255, 255); } #newsArchiveContainer .newsArchiveItem:hover { background-color: #f6f6f6; } #newsArchiveContainer .newsArchiveItem .newsArchiveItemDate { float: right; color: #666666; width: 100px; text-align: right; } #newsArchiveContainer .newsArchiveItem .newsArchiveItemIcons { float: right; width: 100px; } #newsArchiveContainer .newsArchiveItem .newsArchiveItemTitle { width: 400px; font-weight: bold; } #newsArchiveContainer .newsArchiveItem .newsArchiveItemTitle a { color: inherit; } #newsArchiveContainer .newsArchiveItem .newsArchiveItemTitle img { width: 120px; margin-top: 12px; } #newsArchiveContainer .newsArchiveItem:hover .newsArchiveItemTitle a { color: #004b8d; } .AC-Pager { border-bottom: 1px solid #cccccc; text-align: center; padding-top: 5px; padding-bottom: 5px; } .AC-Pager .currentpage { padding: 2px 7px; background-color: #666; color: #ffffff; border-radius: 13px; -webkit-border-radius: 13px; -moz-border-radius: 13px; } /* Events Calendar */ #calendarContainer { position: relative; top: 0px; left: 0px; margin-top: 20px; } #calendarContainer .calendar { width: 100%; text-align: center; border-bottom: 1px solid #f3f3f3; margin-top: 1em; } #calendarContainer .calendar-row { background-color: #ffffff; } #calendarContainer .calendar-row.header { height: 1em; padding: 3px 0px; text-align: center; font-size: .9em; } #calendarContainer .calendar-day-head { width: 14%; border-top: 2px solid #002460; padding: 3px 0px; } #calendarContainer .calendar-day { border-left: 1px solid #f3f3f3; border-top: 1px solid #f3f3f3; padding-top: 4%; padding-bottom: 4%; } #calendarContainer .calendar-day.e:hover { cursor: pointer; background-color: #fed000; color: #002460; } #calendarContainer .calendar-day.today { background-color: #002460; color: #fed000; } #calendarContainer .calendar-day.curDay { color: #002460; background-color: #fed000; } #calendarContainer .calendar-day.curDay .dot { display: none; } #calendarContainer .calendar-day.eow { border-right: 1px solid #f3f3f3; } #calendarContainer .calendar-day-np { border: 1px solid #f3f3f3; background-color: #f3f3f3 } #calendarContainer .day-number { font-size: 1.1em; position: relative; top: 0px; left: 0px; } #calendarContainer .day-number .dot { height: 10px; width: 10px; background-color: #c7e0f0; position: absolute; left: 50%; top: 50%; margin-left: -5px; margin-top: 15px; border-radius: 5px; } #monthTitle { width: 105px; height: 1.1em; text-transform: uppercase; font-size: 1.1em; text-align: center; font-weight: bold; overflow-y: hidden; position: absolute; top: 0px; left: 50%; margin-left: -62px; z-index: 11; } #monthTitle a, #monthTitle a:visited { color: inherit; } #monthTitle:hover { height: 2em; overflow-y: visible; } #monthTitle .curMonth { cursor: pointer; } #monthSelect { font-size: 0.8em; text-transform: capitalize; background-color: white; position: absolute; top: 2em; left: 50%; width: 90px; margin-left: -45px; text-align: left; font-weight: normal; border: 1px solid #f3f3f3; } #monthSelect div { padding: 3px; } #monthSelect div:hover { background-color: #cccccc; color: #ffffff; cursor: pointer; } #mainColumn #monthTitle a:hover { color: #fed000; } #calendarYear { position: absolute; top: 0px; left: 0px; height: 1.1em; overflow-y: hidden; z-index: 11; width: 60px; } #calendarYear:hover { height: 2em; overflow-y: visible; } #selectYear { border: 1px solid #f3f3f3; position: absolute; top: 1.5em; left: -4px; background-color: white; width: 62px; } #selectYear div { padding: 3px; } #selectYear div:hover { background-color: #cccccc; color: #ffffff; cursor: pointer; } #calendarDate { padding: 0px 21px; } #eventsContainer { border-top: 1px dashed #ccc; border-bottom: 1px dashed #ccc; margin-bottom: 20px; } #eventsContainer .event { border-top: 1px dashed #ccc; border-bottom: 1px dashed #ccc; position: relative; top: 0px; left: 0px; } #eventsContainer .event:hover { background-color: #f3f3f3; } #eventsContainer .event .eventTime { float: left; padding-top: 15px; width: 100px; text-align: center; position: relative; top: 0px; left: 0px; } #eventsContainer .event .eventTitle { font-size: 1.1em; padding: 15px 10px 15px 100px; } #eventsContainer .event .eventTitle img { width: 100px; vertical-align: middle; margin-left: 20px; line-height: 1.1em; } #eventsContainer .event .eventTime .eventDate { background-color: #c3e0f0; width: 38px; padding: 1px 3px; font-size: .7em; position: absolute; top: -2px; left: 50%; margin-left: -19px; text-align: center; } #calendarSelect { position: absolute; top: 3px; right: 0px; z-index: 11; width: 150px; height: 1.1em; overflow-y: hidden; cursor: pointer; display: none; } #calendarSelect:hover { height: 2em; overflow-y: visible; } #contentCT.newsEvents #calendarSelect { display: block; } #calendarOption { border: 1px solid #f3f3f3; position: absolute; top: 1.5em; left: -6px; background-color: white; width: 150px; } #calendarOption a, #calendarOption a:visited { color: inherit; } #calendarOption div { padding: 3px; } #calendarOption div:hover { background-color: #cccccc; color: #ffffff; cursor: pointer; } #calendarContainer #loading { height: 480px; width: 680px; position: absolute; top: 0px; left: 0px; z-index: 15; background-color: rgba(256, 256, 256, 0.8); display: none; } #calendarContainer #loading img { position: absolute; top: 50%; left: 50%; margin-left: -18px; margin-top: -20px; } #calendarNote { text-align: right; font-size: 0.8em; padding-top: 5px; } /* Upcoming Events */ #upcomingEventsList { margin-bottom: 20px; } #upcomingEventsList #upcomingEventsHeader { background-color: #5c8ab9; color: #ffffff; padding: 8px 15px; overflow: hidden; font-family: 'Oswald', Arial, Helvetica, sans-serif; font-size: 2em; text-transform: uppercase; letter-spacing: 1px; } #upcomingEventsList #upcomingEventsListContainer { background-color: #f3f3f3; padding-bottom: 18px; } #upcomingEventsList #upcomingEventsListSubContainer { padding: 10px 15px 0px; display: flex; flex-direction: column; } #upcomingEventsList .upcomingEvent { margin-bottom: 10px; border-bottom: 1px dashed #ccc; padding-bottom: 12px; } #upcomingEventsList .upcomingEvent:last-child { border: none; } #upcomingEventsList .upcomingEventDate { float: left; height: 41px; width: 41px; text-transform: uppercase; text-align: center; float: left; background-repeat: no-repeat; height: auto; } #upcomingEventsList .upcomingEventDate .AC-EventMonth { font-size: 0.8em; line-height: 0.8em; } #upcomingEventsList .upcomingEventDate .AC-EventDay { font-size: 1.5em; line-height: 1.2em; } #upcomingEventsList .upcomingEventTitle { min-height: 52px; margin-left: 51px; font-size: 0.9em; } #upcomingEventsList .upcomingEventTitle img { width: 110px; margin-top: 4px; } #upcomingEventsList #upcomingEventsListSpacer { height: 1px; background-color: #ccc; display: none; } #upcomingEventsList .upcomingEventsListAllEvents { padding: 8px 0px; background-color: #ffffff; width: 82%; margin: 16px auto; text-align: center; border: 1px solid #ddd; } /* added 8-22-23 */ #upcomingEventsList .upcomingEventsListAllEvents .calendars_link_823 { display: grid; grid-auto-flow: column; place-content: space-between; padding: 0px 30px; } #upcomingEventsList .upcomingEventsListAllEvents .calendars_link_823>span { color: #454545 !important; font-size: 0.8rem !important; } /* end add */ #upcomingEventsList #upcomingEventsListAllEvents img { vertical-align: middle; } /* Campus Buzz */ #campusBuzzCT { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc } #campusBuzzCT .buzzItem { padding: 20px 10px; } #campusBuzzCT .buzzItem .submitter { color: #ccc; padding-bottom: .5em; } #campusBuzzCT .buzzItem .post {} #campusBuzzCT .buzzItem .link { padding-top: .5em; } /* Content Block */ .contentBlock {} .contentBlock .contentBlockHeader { font-size: 1.3em; margin-bottom: 1em; } .contentBlock .contentBlockSeeMore { width: 85px; height: 15px; position: absolute; bottom: 15px; right: 15px; background-image: url('../images/smarter/viewMore.png'); background-repeat: no-repeat; } /* Cross Expander */ .divExpanderCt { margin: 1em 0px; } .divExpanderCt .divExpanderTitle { background-image: url('/media/twu/style-assets/images/icon_open.png'); background-repeat: no-repeat; background-position: 8px center; padding: 8px 35px; font-size: 1.1em; font-weight: bold; background-color: #c4e4f7; cursor: pointer; } .divExpanderCt .divExpanderTitle.open { background-image: url('/media/twu/style-assets/images/icon_close.png'); } .divExpanderCt div { overflow: auto; } @media screen and (min-width: 1100px) { .divExpanderCt div.divCurtain { font-size: 1.2em; line-height: 1.4em; } } .divExpanderCt.minimal {} .divExpanderCt.minimal .divExpanderTitle { background-image: url('/media/style/icon/list-plus-icon.png'); background-position: left 5px center; padding: 5px 5px 5px 35px; font-size: 1.2em; color: #004b8d; background-color: transparent; border: none; font-weight: normal; } .divExpanderCt.minimal .divExpanderTitle.open { background-image: url('/media/style/icon/list-minus-icon.png'); } .divExpanderCt.minimal .divCurtain { padding: 0px 5px; } .divExpanderCt.minimal.list { border-bottom: 1px dashed #ddd; margin: 5px 0px 0px; padding-bottom: 5px; } .divExpanderCt.minimal.list .divExpanderTitle { background-image: url('/media/style/icon/list-plus-icon.png'); background-position: right 5px center; padding: 5px 30px 5px 5px; font-size: 1em; color: #004b8d; background-color: transparent; line-height: 1.4em; } .divExpanderCt.minimal.list .divExpanderTitle.open { background-image: url('/media/style/icon/list-minus-icon.png'); } .divExpanderCt.minimal.list .divCurtain { padding: 0px 5px; } section#content main .divExpanderCt p { font-size: 1em; } /* Featured Paragraph */ .featuredParagraph .paragraphTitle { padding-left: 10px; padding-top: 2px; padding-bottom: 2px; color: #333; font-size: 1.6em; font-weight: bold; } .featuredParagraph .paragraphContent { padding-left: 10px } /* Promoted Paragraph */ .logoTitle { padding-top: 1px; font-size: 1.5em; font-weight: bold; color: #666; padding-left: 39px; background-image: url('/media/twu/style-assets/images/logoTitle.png'); background-repeat: no-repeat; background-position-y: 2px; } /* Info Box */ .infoBox { width: 100%; margin-bottom: 20px; } .infoBox .infoBoxHeader { min-height: 26px; font-size: 0.9em; font-weight: bold; color: #ffffff; background-color: #004b8d; padding-top: 12px; padding-left: 15px; padding-right: 15px; background-size: 100% 100%; border-left: 1px solid #004b8d; border-right: 1px solid #004b8d; border-top: 1px solid #004b8d; } .infoBox .infoBoxText { border-left: 1px solid #CCC; border-right: 1px solid #CCC; border-bottom: 1px solid #CCC; position: relative; top: 0px; left: 0px; padding-left: 15px; padding-right: 15px; padding-top: 10px; padding-bottom: 15px; color: #666666; } .infoBox .infoBoxText .infoBoxArrow { display: none; } .infoBox .infoBoxText a { color: #666666; text-decoration: none; } .infoBox .infoBoxText a:hover { color: #004b8d; text-decoration: none; } .infoBox .infoBoxText:hover a { color: #004b8d; } .infoBox .infoBoxText:hover .infoBoxArrow { background-image: url('/media/twu/style-assets/images/infoBoxBlueArrow.png'); } /* Simple Box - Right Side */ .simpleBox { padding: 15px; border: 1px solid #ccc; } /* Featured Video */ .featuredVideo { margin-bottom: 20px; width: 100%; margin-left: auto; margin-right: auto; position: relative; top: 0px; left: 0px; } .featuredVideo img { width: 100%; } .featuredVideo iframe { width: 100% !important; height: 100% !important; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; } .featuredVideo object { width: 100% !important; height: 100% !important; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; } .featuredVideo embed { width: 100% !important; height: 100% !important; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; } .featuredVideo video { width: 100% !important; height: 100% !important; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; } .featured-video-caption { font-size: 0.9em; padding: 12px 24px; color: #666; font-style: italic; background-color: #f3f3f3; } /* Featured Content Block */ .featuredContentBlockHeader { background-image: url('/media/twu/style-assets/images/featuredContentBlockHeader.png'); background-repeat: no-repeat; border-top: 1px solid #CCC; border-right: 1px solid #CCC; border-left: 1px solid #CCC; font-size: 1em; padding-top: 16px; padding-bottom: 6px; padding-left: 15px; padding-right: 15px; font-weight: bold; } .featuredContentBlock { background-image: url('/media/twu/style-assets/images/featuredContentBlockBackground.png'); border-left: 1px solid #CCC; border-right: 1px solid #CCC; border-bottom: 1px solid #CCC; background-repeat: no-repeat; padding: 21px 20px 30px 20px; position: relative; top: 0px; left: 0px; } /* Counselor Rotator - Right Column */ #counselorRotatorContainer { width: 222px; background-repeat: no-repeat; background-position: 0px 43px; border: 1px solid #CCC; margin-bottom: 20px; padding-bottom: 20px; } #counselorRotatorContainer #counselorRotatorHeader { background-image: url('/media/twu/style-assets/images/infoBoxHeaderBlueBorder.png'); background-repeat: no-repeat; height: 34px; font-size: 1.1em; color: #666666; padding-top: 10px; padding-left: 15px; margin-bottom: 20px; } #counselorRotatorContainer #counselorRotator { width: 117px; margin-left: 35px; } #counselorRotatorContainer #counselorList { padding-left: 10px; width: 206px; min-height: 75px; } #counselorRotatorContainer .counselorSpacer { background-color: #cccccc; height: 1px; margin-left: 8px; width: 206px; display: block; margin-top: 10px; margin-bottom: 10px; } #counselorRotatorContainer #counselorPhoto { width: 154px; height: 165px; margin-bottom: 5px; } #counselorRotatorContainer #counselorPhoto img { width: 154px; height: 165px; } #counselorRotatorContainer #counselorInfo { width: 154px; } #counselorRotatorContainer #counselorList .counselorListThumbnail { width: 75px; height: 75px; float: left; } #counselorRotatorContainer #counselorList .counselorListInfo { margin-left: 85px; font-size: .7em; } #counselorRotatorContainer a { color: inherit; text-decoration: none; } #counselorRotatorContainer strong { color: #666666; margin-bottom: 10px; } #counselorRotatorContainer #seeMoreCounselors { text-align: right; background-image: url('/media/twu/style-assets/images/yellowArrowBullet.png'); background-repeat: no-repeat; background-position: right center; padding-right: 15px; margin-top: 1em; margin-bottom: 1em; margin-right: 15px; cursor: pointer; } #counselorRotatorContainer #seeMoreCounselors:hover { color: #fed000; } #counselorRotatorContainer #findACounselor { width: 205px; margin-top: 20px; margin-left: 9px; height: 20px; background-image: url('/media/twu/style-assets/images/redesign/findCounselorGreyButton.png'); background-repeat: no-repeat; text-align: center; padding-top: 3px; cursor: pointer; } #counselorRotatorContainer #findACounselor:hover { background-image: url('/media/twu/style-assets/images/redesign/findCounselorBlueButton.png'); color: #ffffff; } /* Select Row Container - Used on Counselor Callouts and Professor Callouts */ .selectRowContainer { width: 100%; } .selectRowContainer .selectRow { width: 100%; min-height: 68px; position: relative; top: 0px; left: 0px; } .selectRowContainer .selectRow .selectRowImage { height: 75px; width: 75px; overflow: hidden; float: left; } .selectRowContainer .selectRow .selectRowImage img { width: 100%; height: 100%; } .selectRowContainer .selectRow .selectRowText { margin-left: 120px; } .selectRowContainer .selectRow .selectRowControls, .selectRowContainer .selectRow .professorCalloutEmailButton { position: absolute; top: 38px; right: 0px; width: 65px; } .selectRowContainer .selectRow .counselorContactButton { width: 100%; background-color: #f3f3f3; color: #333; cursor: pointer; text-align: center; padding: 3px 0px; font-size: .9em; } .selectRowContainer .selectRow .counselorContactButton:hover { background-color: #004b8d; color: #ffffff; } /* Blue Spacer */ .blueSpacer { background-color: #002460; height: 1px; width: 100%; display: block; margin-top: 20px; margin-bottom: 20px; } /* Dashed Spacer */ .dashedSpacer { height: .5em; margin-top: .5em; margin-bottom: .5em; border-top: 1px dashed #ccc; width: 100%; clear: both; } @media screen and (max-width: 950px) { main>.dashedSpacer:last-child { display: none; } } /* Pagebreak */ .pagebreak { height: 1px; margin: 1em auto; width: 100%; clear: both; } .pagebreak.dashed { border-top: 1px dashed #ccc; } .pagebreak.blue { background-color: #002460; } .pagebreak.yellow { background-color: #fed000; } .pagebreak.double { margin: 2em auto; } /* Counselor Details */ #counselorContainer { width: 100%; position: relative; top: 0px; left: 0px; } #counselorContainer #counselorPhoto { width: 100%; position: relative; top: 0px; left: 0px; overflow: auto; } #counselorContainer #counselorPhoto img { width: 60% !important; height: auto !important; float: right; } #counselorContainer #counselorPhoto #counselorName { font-size: 1.5em; width: 40%; font-weight: bold; } #counselorContainer #counselorPhoto #hometown { font-size: 0.9em; width: 40%; } #counselorContainer #counselorPhoto #hometown .label { font-weight: bold; margin-top: 12px; } #counselorContainer #counselorPhoto #contact { font-size: 0.9em; width: 40%; } #counselorContainer #counselorPhoto #contact #email:before { content: 'Email:'; display: block; font-weight: bold; margin-top: 12px; } #counselorContainer #counselorPhoto #contact #email a {} #counselorContainer #counselorPhoto #contact #phone:before { content: 'Phone:'; display: block; font-weight: bold; margin-top: 12px; } #counselorContainer #counselorPhoto #contact #phone a {} #counselorContainer #counselorPhoto #contact #facebook { width: 32px; height: 32px; background-image: url('https://txwes.edu/media/twu/style-assets/images/responsive/facebook_hover.png'); background-size: 30px; background-repeat: no-repeat; background-position: center; margin-top: 12px; } #counselorContainer #counselorInfo { width: 100%; overflow: auto; } #counselorContainer #counselorInfo .otherInfo { float: right; padding: 10px 20px; background-color: #f3f3f3; width: 150px; } #counselorContainer #counselorInfo .contactInfo { float: left; padding: 10px; } #counselorContainer #counselorInfo .emailForm { clear: both; } #counselorContainer #emailForm { display: none; margin-bottom: 20px; } #counselorContainer #counselorInfo #emailForm.emailForm { display: block; } #counselorContainer #emailForm .header { font-size: 1.1em; padding-top: 5px; } #counselorContainer #counselorBio { width: 100%; } #counselorContainer #counselorBio .question { padding: 20px 0px 20px 50px; border-top: 2px solid #f3f3f3; position: relative; top: 0px; left: 0px; } #counselorContainer #counselorBio .question .background { height: 16px; width: 16px; background-color: #fed000; position: absolute; top: 20px; left: 0px; } #counselorContainer #counselorBio .question .title { font-size: 1.5em; margin-bottom: 20px; } #counselorContainer #upcomingEventsList.counselor { position: absolute; top: 140px; right: -270px; width: 224px; background-color: #ffffff; } #counselorContainer #connectBtn.button { display: block; background-color: #c4e4f7; } @media screen and (max-width: 767px) { #counselorContainer #counselorPhoto img { width: 100% !important; float: none; margin-bottom: 12px; } #counselorContainer #counselorPhoto #counselorName { width: 100%; } #counselorContainer #counselorPhoto #hometown { width: 100%; } #counselorContainer #counselorPhoto #contact { width: 100%; } } /* Professor Details */ #professorContainer {} #professorHeadContainer { padding: 10px; border: 1px solid #cccccc; } #professorHeadContainer .professorName { font-size: 2em; } #professorHeadContainer .professorTitle { color: #000000; font-size: 1.2em; } #professorHeadContainer .professorVideo { margin-top: 0.5em; position: relative; width: 100%; } #professorHeadContainer .professorVideo img { width: 100%; } #professorHeadContainer .professorVideo #professorVideoiframe { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; width: 100% !important; height: 100% !important; } #professorHeadContainer .professorVideo iframe { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; width: 100% !important; height: 100% !important; } #professorHeadContainer #professorNavigation { overflow: auto; width: 100%; } #professorHeadContainer #professorNavigation .professorNavigationIntro { padding-top: 5px; font-size: 0.85em; border-top: 1px solid #cccccc; float: left; text-align: right; width: 50%; } #professorHeadContainer #professorNavigation img { width: 75px; height: 46px; float: right; margin-left: 20px; } #professorContactContainer { padding: 10px 0px; border-top-color: #fed000; border-bottom-color: #cccccc; border-top-width: 4px; border-bottom-width: 1px; border-top-style: solid; border-bottom-style: solid; } #professorContactContainer .professorContactButton { width: 218px; height: 23px; color: #ffffff; padding-top: 6px; padding-left: 10px; font-size: 1em; font-weight: bold; float: left; cursor: pointer; background-image: url('/media/twu/style-assets/images/contactFormButton.png'); } #professorContactContainer .professorContactAlternate { font-size: 0.9em; margin-top: 15px; margin-left: 245px; } #professorContactContainer .professorEmailForm { padding: 15px; border: 1px solid #cccccc; left: 0px; top: 0px; font-size: 0.9em; margin-top: 0.5em; position: relative; } #professorQAHeader { padding: 5px; font-size: 1.5em; border-top: 4px solid #fed000; } .professorQuestionContainer { padding-top: 20px; padding-bottom: 20px; border-top-color: #cccccc; border-top-width: 1px; border-top-style: solid; } .professorQuestionContainer .professorQuestion { left: 0px; top: 0px; padding-left: 30px; font-size: 1.7em; position: relative; } .professorQuestionContainer .professorDot { left: 0px; top: 4px; width: 16px; height: 16px; position: absolute; background-color: #fed000; } .professorQuestionContainer .professorAnswer { padding-left: 30px; } /* Visit Campus Temporary */ .featureSelectTitle { background-image: url('/media/twu/style-assets/images/featureSelectTitle.png'); background-repeat: no-repeat; margin-bottom: 1em; padding-left: 10px; padding-top: 2px; padding-bottom: 2px; color: #4d4d4d; font-size: 1.4em; font-weight: bold; } .featureSelect { background-image: url('/media/twu/style-assets/images/featureSelectBackground.png'); background-repeat: no-repeat; padding-top: 16px; position: relative; top: 0px; bottom: 0px; } .featureSelect .featureSelectHeader { height: 22px; padding-top: 3px; padding-left: 32px; padding-bottom: 5px; margin-left: 5px; background-image: url('/media/twu/style-assets/images/featureSelectHeader.png'); background-repeat: no-repeat; font-size: 1.25em; } .featureSelect .featureSelectText { padding-left: 30px; padding-right: 30px; padding-top: 10px; padding-bottom: 35px; background-color: #f6f6f6; } .featureSelect .featureSelectViewMore { width: 110px; height: 25px; position: absolute; bottom: 15px; right: 15px; background-image: url('../images/smarter/viewMore.png'); } .featureSelect .featureSelectButton { width: 93px; height: 21px; padding-top: 3px; float: right; text-align: center; background-image: url('/media/twu/style-assets/images/featureSelectButton.png'); background-repeat: no-repeat; text-decoration: none; font-size: 0.8em; } /* Net Price Calculator */ .netPriceButtonleft { background-image: url('/media/twu/style-assets/images/netPriceButtonGrey.png'); width: 173px; height: 28px; text-align: center; font-size: 1.1em; color: #666; float: left; padding-top: 7px; } .netPriceButtonleft:hover { background-image: url('/media/twu/style-assets/images/netPriceButtonBlue.png'); color: #ffffff; } .netPriceButtonRight { background-image: url('/media/twu/style-assets/images/netPriceButtonGrey.png'); width: 173px; height: 28px; text-align: center; font-size: 1.1em; color: #666; float: right; padding-top: 7px; } .netPriceButtonRight:hover { background-image: url('/media/twu/style-assets/images/netPriceButtonBlue.png'); color: #ffffff; } /* divOverlay */ .overlay { display: none; width: 100%; height: 100%; position: fixed; top: 0px; left: 0px; background-image: url('../images/smarter/leftColBG.png'); color: white; z-index: 9999; } .overlay #overlayContainer { width: 700px; padding: 4px; border: 1px solid #fed000; height: 525px; background-color: #001230; position: absolute; top: 50%; left: 50%; margin-left: -352px; margin-top: -277px; } .overlay #overlayContent { width: 700px; height: 475px; overflow-y: auto; overflow-x: hidden; } .overlay #overlayContent a { color: #fed000; } .overlay #overlayInfo { position: absolute; bottom: 0px; left: 0px; height: 40px; width: 590px; padding: 5px; } .overlay #overlayInfo a { color: #fed000; } .overlay #overlayClose { position: absolute; bottom: 0px; right: 0px; width: 100px; height: 28px; text-align: right; padding: 5px; color: #fed000; cursor: pointer; } /* Buttons */ .button { padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; text-decoration: none; } p .button { font-size: inherit; } .button a { color: #000000; } a.button { color: #000000; text-decoration: none; } .button a:focus { outline-color: #004b8d; } a.button:focus { outline-color: #004b8d; } a:focus .button { outline-color: #004b8d; } .button a:visited { color: #000000; } a.button:visited { color: #000000; } .button.pencil { background-image: url('https://txwes.edu/media/twu/style-assets/images/buttons/pencil.png'); } .button.apply { background-image: url('/media/twu/style-assets/images/buttons/apply.png'); } .button.chat { background-image: url('/media/twu/style-assets/images/buttons/conversation.png'); } .button.dollar { background-image: url('/media/twu/style-assets/images/buttons/dollar.png'); background-position: left 10px center; } .button.info { background-image: url('/media/twu/style-assets/images/buttons/info.png'); } .button.people { background-image: url('/media/twu/style-assets/images/buttons/people.png'); } .button.talk { background-image: url('/media/twu/style-assets/images/buttons/provost-icon.png'); } .button.medal { background-image: url('/media/twu/style-assets/images/buttons/gift.png'); } .button.phone { background-image: url('/media/style/icon/button_phone_icon.png'); } .button.video { background-image: url('/media/twu/style-assets/images/buttons/video.png'); } .button.go { background-image: url('/media/twu/style-assets/images/buttons/arrow_white.png'); padding: 7px 35px 7px 10px; background-position: right -5px center; min-width: 200px; } .button.calendar { background-image: url('/media/twu/style-assets/images/buttons/calendar.png'); } .button.calendar.grey { background-image: url('/media/twu/style-assets/images/buttons/calendar-grey.png'); } .button.idea { background-image: url('/media/twu/style-assets/images/buttons/my_idea_box.png'); } .button.close { background-color: #ffffff; background-position: center center; width: 30px; height: 30px; background-image: url('https://txwes.edu/media/twu/style-assets/images/buttons/close.png'); padding: 0px; } .button.close:after { content: none; display: none; clear: none; } .button.email { background-image: url('/media/twu/style-assets/images/buttons/email.png'); background-position: left 10px center; } .button.blackboard { background-image: url('/media/twu/style-assets/images/buttons/blackboard_icon_button-31.png'); } .button.download { background-image: url('/media/twu/style-assets/images/buttons/download_button.png'); } .button.white.download { background-image: url('/media/twu/style-assets/images/buttons/download_blue_icon.png'); padding-left: 35px; } .button.download.white { background-image: url('/media/twu/style-assets/images/buttons/download_blue_icon.png'); } .button.white.calendar { background-image: url('/media/twu/style-assets/images/buttons/calendar_blue_icon.png'); } .button.calendar.white { background-image: url('/media/twu/style-assets/images/buttons/calendar_blue_icon.png'); } .button.ticket { background-image: url('/media/twu/style-assets/images/buttons/ticket.png'); } .button.camera { background-image: url('/media/twu/style-assets/images/buttons/camera.png'); } .button.grey.location { background-image: url('/media/style/icon/visit_campus_blue.png'); } .button.musicNote { background-image: url('/media/style/icon/music_coming_season.png'); } .button.papers { background-image: url('/media/style/icon/past_production.png'); } .button.popups { background-image: url('/media/style/icon/photo_gallery.png'); } .button.theatre { background-image: url('/media/style/icon/theatre_coming_season.png'); } .button.none { padding: 7px 10px; } .button.grey { background-color: #e6e6e6; } .button.white { background-color: transparent; color: #004b8d; font-size: normal; } a.button.white:visited { color: #004b8d; } .button.blue { background-color: #004b8d; color: #ffffff; } a.button.blue:visited { color: #ffffff; } .button.hover-grey:hover { background-color: #f3f3f3 !important; } a.list-link, p.list-link a, div.list-link a { display: block; width: 100%; background-image: url('/media/style/icon/list-arrow-icon.png'); background-repeat: no-repeat; background-position: right; border-bottom: 1px dashed #ddd; padding: 3px 0px; } p.list-link, div.list-link { margin: 0px; padding: 0px; } /* T4 TinyMCE Button Options */ .t4-blue-button a { text-decoration: none; display: inline-block; padding: 10px 20px; background-color: #004b8d; color: #ffffff; text-decoration: none; margin-bottom: 18px; } .t4-button-pencil a { text-decoration: none; padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; background-image: url('https://txwes.edu/media/twu/style-assets/images/buttons/pencil.png'); } .t4-button-apply a { text-decoration: none; padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; background-image: url('/media/twu/style-assets/images/buttons/apply.png'); } .t4-button-chat a { text-decoration: none; padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; background-image: url('/media/twu/style-assets/images/buttons/conversation.png'); text-decoration: none; } .t4-button-dollar a { padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; background-image: url('/media/twu/style-assets/images/buttons/dollar.png'); background-position: left 10px center; text-decoration: none; } .t4-button-info a { padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; background-image: url('/media/twu/style-assets/images/buttons/info.png'); text-decoration: none; } .t4-button-people a { padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; background-image: url('/media/twu/style-assets/images/buttons/people.png'); text-decoration: none; } .t4-button-talk a { padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; background-image: url('/media/twu/style-assets/images/buttons/provost-icon.png'); text-decoration: none; } .t4-button-medal a { padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; background-image: url('/media/twu/style-assets/images/buttons/gift.png'); text-decoration: none; } .t4-button-video a { padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; background-image: url('/media/twu/style-assets/images/buttons/video.png'); text-decoration: none; } .t4-button-go a { padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; background-image: url('/media/twu/style-assets/images/buttons/arrow_white.png'); padding: 7px 35px 7px 10px; background-position: right -5px center; min-width: 200px; text-decoration: none; } .t4-button-calendar a { padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; background-image: url('/media/twu/style-assets/images/buttons/calendar.png'); text-decoration: none; } .t4-button-calendar-grey a { padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; background-image: url('/media/twu/style-assets/images/buttons/calendar-grey.png'); text-decoration: none; } .t4-button-idea a { padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; background-image: url('/media/twu/style-assets/images/buttons/my_idea_box.png'); text-decoration: none; } .t4-button-close a { padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; background-color: #ffffff; background-position: center center; width: 30px; height: 30px; background-image: url('https://txwes.edu/media/twu/style-assets/images/buttons/close.png'); padding: 0px; text-decoration: none; } .t4-button-close a:after { padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; content: none; display: none; clear: none; text-decoration: none; } .t4-button-email a { padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; background-image: url('/media/twu/style-assets/images/buttons/email.png'); background-position: left 10px center; text-decoration: none; } .t4-button-blackboard a { padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; background-image: url('/media/twu/style-assets/images/buttons/blackboard_icon_button-31.png'); text-decoration: none; } .t4-button-download a { padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; background-image: url('/media/twu/style-assets/images/buttons/download_button.png'); text-decoration: none; } .t4-button-white-apply a { padding: 12px 20px 12px 48px; background-color: #ffffff; color: #004b8d; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; background-image: url('/media/twu/style-assets/images/buttons/apply_l.png'); padding-left: 35px; text-decoration: none; } .t4-button-white-download a { padding: 12px 20px 12px 48px; background-color: #ffffff; color: #004b8d; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; background-image: url('/media/twu/style-assets/images/buttons/download_blue_icon.png'); padding-left: 35px; text-decoration: none; } .t4-button-white-calendar a { padding: 12px 20px 12px 48px; background-color: #ffffff; color: #004b8d; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; background-image: url('/media/twu/style-assets/images/buttons/calendar_blue_icon.png'); text-decoration: none; } .t4-button-ticket a { padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; background-image: url('/media/twu/style-assets/images/buttons/ticket.png'); text-decoration: none; } .t4-button-camera a { padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; background-image: url('/media/twu/style-assets/images/buttons/camera.png'); text-decoration: none; } .t4-button-grey-location a { padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; background-image: url('/media/style/icon/visit_campus_blue.png'); text-decoration: none; } .t4-button-musicNote a { padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; background-image: url('/media/style/icon/music_coming_season.png'); text-decoration: none; } .t4-button-papers a { padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; background-image: url('/media/style/icon/past_production.png'); text-decoration: none; } .t4-button-popups a { padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; background-image: url('/media/style/icon/photo_gallery.png'); text-decoration: none; } .t4-button-theatre a { padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; background-image: url('/media/style/icon/theatre_coming_season.png'); text-decoration: none; } .t4-button-none a { padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; padding: 7px 10px; text-decoration: none; } .t4-button-grey a { padding: 12px 20px 12px 48px; background-color: #ffffff; color: #002460; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; background-color: #e6e6e6; text-decoration: none; } .t4-button-white a { padding: 12px 20px 12px 48px; background-color: #ffffff; color: #004b8d; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; background-color: transparent; font-size: normal; text-decoration: none; } .t4-button-white a:visited { padding: 12px 20px 12px 48px; background-color: #ffffff; color: #004b8d; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; text-decoration: none; } .t4-button-blue a { padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; background-color: #004b8d; color: #ffffff; text-decoration: none; } .t4-button-blue a:visited { padding: 12px 20px 12px 48px; background-color: #fed000; color: #000000; font-size: 1.1em; background-repeat: no-repeat; background-position: left center; display: inline-block; clear: both; cursor: pointer; margin-bottom: 10px; font-size: inherit; color: #000000; color: #ffffff; text-decoration: none; } /* Bordered Header */ .borderedHeader { padding: 10px; font-size: 1.5em; border-top-color: #fed000; border-top-width: 4px; border-top-style: solid; border-bottom: 1px solid #ccc; margin-bottom: 0.5em; } /* CSS Table Layout */ .table { display: table; border-top: 1px dashed #999; width: 100%; } .table.evencells { table-layout: fixed; } .table .row { display: table-row; width: 100%; } .table .row.header { font-weight: bold; } .table .row.header .cell { border: none; color: #999; } .table .row:hover { background-color: #f3f3f3; } .table.nohover .row:hover { background-color: transparent; } .table .row .cell { display: table-cell; padding: 10px 5px; border-bottom: 1px solid #f3f3f3; line-height: 1.3em; color: #333; } /* CSS List Table Layout */ .table.list { border-bottom: none; border-top: 1px solid #ccc; border-left: 1px solid #ccc; font-size: 1em; } .table.list .row:hover { background-color: transparent; } .table.list .row .cell { border-top: none; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; background-color: #f3f3f3; width: 50%; padding: 10px 15px; } .table.list .row .cell.empty {} /* CSS Data Table */ .table.data { border: 1px solid #ccc; font-size: 1em; } .table.data .row {} .table.data .row .cell { border: none; border-bottom: 1px solid #ccc; padding: 5px 10px 15px; vertical-align: top; } .table.data .row .cell:first-child { border-right: 1px solid #ccc; background-color: #f3f3f3; width: 215px; } .table.data .row:hover { background-color: transparent; } .table.data .row:hover .cell:first-child { background-color: #d5e5ef; } .table.data.nohover .row:hover .cell:first-child { background-color: transparent; } .table.data .row:last-child .cell { border-bottom: none; } /* Responsive DOM Table */ .responsive-table table { display: table; border-bottom: 1px dashed #ccc; width: 100%; } .responsive-table.evencells table { table-layout: fixed; } .responsive-table table tr { display: table-row; width: 100%; } .responsive-table table tr:hover { background-color: #f3f3f3; } .responsive-table table tr td { display: table-cell; padding: 10px 5px; border-top: 1px dashed #ccc; } table.responsive-table { display: table; border-top: 1px dashed #999; width: 100%; } table.responsive-table.evencells { table-layout: fixed; } table.responsive-table thead { width: 100%; } table.responsive-table tbody { width: 100%; } table.responsive-table tr { display: table-row; width: 100%; } table.responsive-table tr:hover { background-color: #f3f3f3; } table.responsive-table.nohover tr:hover { background-color: transparent; } table.responsive-table tr.header td { font-weight: bold; color: #999; font-size: 0.9em; display: table-cell; padding: 10px 5px; border: none; } table.responsive-table tr td { display: table-cell; padding: 10px 5px; border-bottom: 1px solid #f3f3f3; line-height: 1.3em; color: #333; } .divExpanderCt.minimal.list table.responsive-table:last-child tr:last-child td { border: none; } .divExpanderCt.minimal.list table.responsive-table.list:last-child tr:last-child td { border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; } table.responsive-table.streamline { border-top: 1px dashed #999; border-bottom: none; font-size: 0.9em; } table.responsive-table.streamline .row.header .cell { border: none; font-size: 0.8em; color: #ccc; font-weight: bold; } table.responsive-table.streamline .cell { border-top: none; border-bottom: 1px solid #dddddd; } table.responsive-table.list { border-bottom: none; border-top: 1px solid #ccc; border-left: 1px solid #ccc; border-spacing: 0px; } table.responsive-table.list tr:hover { background-color: transparent; } table.responsive-table.list tr td { border-top: none; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; background-color: #f3f3f3; width: 50%; padding: 10px 15px; } table.responsive-table.list tr td.empty {} table.responsive-table.data { border: 1px solid #ccc; } table.responsive-table.data.evencells { border-right: none; } table.responsive-table.evencells.data { border-right: none; } table.responsive-table.data tr {} table.responsive-table.data tr td { border: none; border-bottom: 1px solid #ccc; padding: 5px 10px 15px; vertical-align: top; } table.responsive-table.data.evencells tr td { border-right: 1px solid #ccc; vertical-align: middle; padding: 15px 10px 15px; } table.responsive-table.evencells.data tr td { border-right: 1px solid #ccc; vertical-align: middle; padding: 15px 10px 15px; } table.responsive-table.data tr td:first-child { border-right: 1px solid #ccc; background-color: #f3f3f3; width: 215px; } table.responsive-table.data.evencells tr td:first-child { width: auto; } table.responsive-table.evencells.data tr td:first-child { width: auto; } table.responsive-table.data tr:hover { background-color: transparent; } table.responsive-table.data tr:hover td:first-child { background-color: #d5e5ef; } table.responsive-table.data.nohover tr:hover td:first-child { background-color: transparent; } table.responsive-table.data tr:last-child td { border-bottom: none; } table.responsive-table.data.toprow tr:first-child { background-color: #f3f3f3; } table.responsive-table.data.toprow tr td:first-child { background-color: inherit; } table.responsive-table.nohover tr:hover { background-color: inherit; } table.responsive-table.nohover tr:hover td:first-child { background-color: inherit; } table.responsive-table.nohover.data tr:hover td:first-child { background-color: #f3f3f3; } table.responsive-table.nohover.data.toprow tr:hover:first-child { background-color: #f3f3f3; } table.responsive-table.list.nohover tr:hover { background-color: #f3f3f3; } table.responsive-table.list.nohover tr:hover td:first-child { background-color: #f3f3f3; } table.mobile-only { display: none; } /* Style for TASFA */ table.tasfa.list { display: table; width: 100%; border-bottom: none; border-top: 1px solid #ccc; border-left: 1px solid #ccc; border-spacing: 0px; } table.tasfa thead { width: 100%; } table.tasfa.list tr { background-color: #fff; display: table-row; width: 100%; border-spacing: 0; } table.tasfa.list thead td { display: table-cell; line-height: 1.3em; background-color: #5c8ab9; color: #fff; border-top: none; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-spacing: 0; width: 50%; padding: 10px 15px; } table.tasfa.list thead td.status { width: 100%; } table.tasfa.list td { background: none; padding: 10px 15px; border-top: none; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #333; } table.tasfa.list thead tr:hover { background-color: inherit; } table.tasfa.list tr:hover { background-color: #f3f3f3; } @media screen and max-width(1019px) { table.mobile-only { display: table; } table.desktop-only { display: none; } } .responsive-table.nolabels td:before { display: none !important; } /* AC-Form -- Legacy */ .AC-Form { padding: 5px; } .AC-Form .ac-header { font-size: 1.1em; color: #000; padding-bottom: 10px; margin-bottom: 20px; } .AC-Form .ac-header h5 { font-size: 1em; margin: 0px; padding: 0px; } .AC-Form .ac-setcol1 { width: 100%; margin-bottom: 20px; } .AC-Form .ac-setcol1 .ac-field { overflow: auto; } .AC-Form .ac-setcol1 .ac-field .ac-label { width: 30%; margin-right: 10px; float: left; text-align: right; } .AC-Form+div.controls, .AC-Form .controls { text-align: center; } .AC-Form+div.controls input, .AC-Form .controls input { border: none; background-color: #cccccc; padding: 5px 10px; } .AC-Form+div.controls input:hover, .AC-Form .controls input:hover { background-color: #004b8d; color: #ffffff; } .AC-Form .ac-spacer { display: none; } /* Forms */ form { overflow: auto; display: block; max-width: 60%; } form .field { margin-bottom: 20px; } form .field label { display: block; margin-bottom: 10px; } form .field.required label::after { content: ' *'; color: #ff0000; } form .field input { display: block; width: 100%; margin-bottom: 10px; box-sizing: border-box; } form .field input[type="text"] { padding: 5px; } form .field input[type="email"] { padding: 5px; } form .field textarea { display: block; width: 100%; min-height: 64px; padding: 5px; box-sizing: border-box; margin-bottom: 10px; } form .field input[type="submit"] { background-color: #fed000; padding: 10px 15px; font-size: 1.1em; color: #000000; width: auto; display: inline-block; cursor: pointer; border: none; margin-top: 15px; } form .field input[type="reset"] { background-color: #cccccc; padding: 10px 15px; font-size: 1.1em; color: #000000; width: auto; display: inline-block; cursor: pointer; border: none; margin-top: 15px; } form .field select { width: 100%; margin-bottom: 10px; display: block; padding: 5px; } form .field .group {} form .field .group .option { margin-bottom: 10px; } form .field .group .option input { margin-bottom: 0px; display: inline-block; width: auto; } form .instructions { margin-bottom: 10px; } form.user { display: block; max-width: 60%; } form.user .field { display: block; margin-bottom: 20px; } form.user .field label { display: block; margin: 0px; } form.user .field.required label {} form.user .field.required label::before { content: '* '; color: #ff0000; } form.user .field.required label::after { display: none; } form.user .field label input { display: block; width: 100%; box-sizing: border-box; margin-top: 10px; } form.user .field label input[type="text"] { padding: 5px; } form.user .field label input[type="email"] { padding: 5px; } form.user .field label input[type="phone"] { padding: 5px; } form.user .field label input[type="date"] { font-family: Helvetica, Aria, sans-serif; padding: 5px; } form.user .field label textarea { display: block; width: 100%; min-height: 64px; padding: 5px; box-sizing: border-box; margin-top: 10px; } form.user .field label input[type="radio"] { display: inline-block; vertical-align: middle; width: auto; } form.user .field label select { width: 100%; display: block; padding: 5px; margin-top: 10px; } form.user .field input[type="submit"] { background-color: #fed000; padding: 10px 15px; font-size: 1.1em; color: #000000; width: auto; display: inline-block; cursor: pointer; border: none; } form.user .field input[type="reset"] { background-color: #cccccc; padding: 10px 15px; font-size: 1.1em; color: #000000; width: auto; display: inline-block; cursor: pointer; border: none; } @media screen and (max-width: 768px) { form, form.user, .form_container, .form_action { max-width: 100%; } } .form_container { display: block; max-width: 60%; margin: 0px auto; } .form_container .form_question { display: block; margin-bottom: 20px; } .form_container .form_question input { display: block; width: 100%; max-width: 380px; box-sizing: border-box; margin-top: 10px; } .form_container .form_question input[type="text"] { padding: 5px; } .form_container .form_question input[type="email"] { padding: 5px; } .form_container .form_question input[type="phone"] { padding: 5px; } .form_container .form_question input[type="tel"] { padding: 5px; } .form_container .form_question input[type="date"] { font-family: Helvetica, Aria, sans-serif; padding: 5px; } .form_container .form_question textarea { display: block; width: 100%; max-width: 462px; min-height: 64px; padding: 5px; box-sizing: border-box; margin-top: 10px; } .form_container .form_question input[type="radio"] { display: inline-block; vertical-align: middle; width: auto; } .form_container .form_question select { width: auto; display: inline-block; max-width: 462px; padding: 5px; margin-top: 10px; } .form_action { overflow: auto; display: block; max-width: 60%; margin: 0px auto; } .form_action button { background-color: #fed000; padding: 10px 15px; font-size: 1.1em; color: #000000; width: auto; display: inline-block; cursor: pointer; border: none; } form[action*="apply.txwes.edu"] .action button { background-color: #fed000; padding: 10px 15px; font-size: 1.1em; color: #000000; width: auto; display: inline-block; cursor: pointer; border: none; } .form_container .form_question.form_address fieldset>div { margin-bottom: 20px; } .t4-de-body form { overflow: unset; max-width: none; } /* Who Can Help */ .whoCanHelpCT { background-color: #f3f3f3; margin-bottom: 36px; } .whoCanHelpCT .whoCanHelp.title { padding: 7px 5px 7px 48px; background-color: #00428d; color: #ffffff; background-repeat: no-repeat; background-position: left; background-size: 35px; font-size: 0.9em; } .whoCanHelpCT .whoCanHelp.title.pencil { background-image: url('https://txwes.edu/media/twu/style-assets/images/buttons/pencil.png'); } .whoCanHelpCT .whoCanHelp.title.apply { background-image: url('/media/twu/style-assets/images/buttons/apply.png'); } .whoCanHelpCT .whoCanHelp.title.chat { background-image: url('/media/twu/style-assets/images/buttons/conversation.png'); } .whoCanHelpCT .whoCanHelp.title.info { background-image: url('/media/twu/style-assets/images/buttons/info.png'); } .whoCanHelpCT .whoCanHelp.title.people { background-image: url('/media/twu/style-assets/images/buttons/people_white.png'); } .whoCanHelpCT .whoCanHelp.title.medal { background-image: url('/media/twu/style-assets/images/buttons/gift.png'); } .whoCanHelpCT .whoCanHelp.title.video { background-image: url('/media/twu/style-assets/images/buttons/video.png'); } .whoCanHelpCT .whoCanHelp.title.calendar { background-image: url('/media/twu/style-assets/images/buttons/calendar.png'); } .whoCanHelpCT .whoCanHelp.title.email { background-image: url('/media/twu/style-assets/images/buttons/email.png'); } .whoCanHelpCT .whoCanHelp.title.checkoff { background-image: url('/media/twu/style-assets/images/buttons/accreditation icon.png'); background-size: 41px 34px; } .whoCanHelpCT .whoCanHelp.title.conversation { background-image: url('/media/twu/style-assets/images/buttons/provost-icon.png'); } .whoCanHelpCT .whoCanHelp.title.idea { background-image: url('/media/twu/style-assets/images/buttons/my_idea_box.png'); } .whoCanHelpCT .whoCanHelp.title.ticket { background-image: url('/media/style/icon/box_office_icon_white.png'); } .whoCanHelpCT .whoCanHelp.title.shield { background-image: url('/media/style/icon/sideBox_icon_brand.png'); } .whoCanHelpCT .whoCanHelp.title a { color: inherit; } .whoCanHelpCT .whoCanHelp.content { padding: 15px; } .whoCanHelpCT .whoCanHelp.image { width: 100%; } .whoCanHelpCT .whoCanHelp.image img { width: 100% !important; max-width: 100%; height: auto !important; } .whoCanHelpCT .whoCanHelp.text { padding: 10px 0px; margin-bottom: 10px; font-size: .9em; color: #333; line-height: 1.2em; } .whoCanHelpCT .whoCanHelp.text a { color: inherit; } .whoCanHelpCT .button { width: 100%; padding-left: 0px; padding-right: 0px; text-align: center; font-size: .9em; background-color: #ffffff; } /* Left Column Rich Text Content */ .lcrtCT { background-color: #f3f3f3; margin-bottom: 36px; } .lcrtCT .lcrt.title { padding: 7px 5px 7px 48px; background-color: #00428d; color: #ffffff; background-repeat: no-repeat; background-position: left; background-size: 35px; } .lcrtCT .lcrt.title.pencil { background-image: url('https://txwes.edu/media/twu/style-assets/images/buttons/pencil.png'); } .lcrtCT .lcrt.title.apply { background-image: url('/media/twu/style-assets/images/buttons/apply.png'); } .lcrtCT .lcrt.title.chat { background-image: url('/media/twu/style-assets/images/buttons/conversation.png'); } .lcrtCT .lcrt.title.info { background-image: url('/media/twu/style-assets/images/buttons/info.png'); } .lcrtCT .lcrt.title.people { background-image: url('/media/twu/style-assets/images/buttons/people.png'); } .lcrtCT .lcrt.title.medal { background-image: url('/media/twu/style-assets/images/buttons/gift.png'); } .lcrtCT .lcrt.title.video { background-image: url('/media/twu/style-assets/images/buttons/video.png'); } .lcrtCT .lcrt.title.calendar { background-image: url('/media/twu/style-assets/images/buttons/calendar.png'); } .lcrtCT .lcrt.title.email { background-image: url('/media/twu/style-assets/images/buttons/email.png'); } .lcrtCT .lcrt.title.checkoff { background-image: url('/media/twu/style-assets/images/buttons/accreditation icon.png'); background-size: 41px 34px; } .lcrtCT .lcrt.title.conversation { background-image: url('/media/twu/style-assets/images/buttons/provost-icon.png'); } .lcrtCT .lcrt.title.idea { background-image: url('/media/twu/style-assets/images/buttons/my_idea_box.png'); } .lcrtCT .lcrt.title a { color: inherit; } .lcrtCT .lcrt.content { padding: 0px 15px; } .lcrtCT .lcrt.image { width: 100%; } .lcrtCT .lcrt.image img { width: 100% !important; max-width: 100%; height: auto !important; } .lcrtCT .lcrt.text { padding: 10px 0px 12px; margin-bottom: 10px; } .lcrtCT .lcrt.text a {} .lcrtCT .lcrt.text ul.nav { list-style-type: none; margin: 0px; padding: 0px; } .lcrtCT .lcrt.text ul.nav li { padding: 4px 0px; } .lcrtCT .button { width: 100%; padding-left: 0px; padding-right: 0px; text-align: center; } /* General Section Content */ .sectionContent { padding: 12px 0px 0px; margin: 0px; } .sectionContent a { color: inherit; } .sectionContent img { margin-left: 5px; position: relative; top: 6px; } section#content main h3:first-child:empty { display: none; } section#content main h3:first-child:empty+p { margin-top: 0px; } /* CTA Options - Grey boxes with icons for quick navigation */ .ctaOptionsCT { width: 98%; width: calc(100% - 2px); overflow: auto; border: 1px solid #d3d3d3; background-color: #f4f4f4; display: table; } .ctaOptionsCT .ctaOptions { display: table-row; } .ctaOptionsCT .ctaOption { width: 33%; height: 56px; border-right: 1px solid #d3d3d3; position: relative; top: 0px; left: 0px; background-position: 12px center; padding: 4px 5px 4px 60px; cursor: pointer; display: table-cell; background-repeat: no-repeat; vertical-align: middle; text-decoration: none; color: inherit; background-size: 42px; } .ctaOptionsCT .ctaOption:last-child { border: none; } .ctaOptionsCT .ctaOption:hover { background-color: #e5e5e5; } .ctaOptionsCT .ctaOption .optionArrow, .ctaOptionsCT .ctaOption .arrow { display: none; position: absolute; right: 18px; top: 50%; margin-top: -10px; height: 19px; width: 13px; background-image: url('https://txwes.edu/media/twu/style-assets/images/homepage/yellow-arrow.png'); } .ctaOptionsCT .ctaOption.academic { background-image: url('https://cms.txwes.edu/media/twu/style-assets/images/buttons/cta_major.png'); } .ctaOptionsCT .ctaOption.dining { background-image: url('/media/twu/style-assets/images/buttons/cta_dining.png'); } .ctaOptionsCT .ctaOption.graduate { background-image: url('/media/twu/style-assets/images/buttons/cta_graduate.png'); background-size: 55px; padding-left: 85px; } .ctaOptionsCT .ctaOption.housing { background-image: url('/media/twu/style-assets/images/buttons/cta_housing.png'); } .ctaOptionsCT .ctaOption.location { background-image: url('https://cms.txwes.edu/media/twu/style-assets/images/buttons/cta_campus.png'); } .ctaOptionsCT .ctaOption.money { background-image: url('https://cms.txwes.edu/media/twu/style-assets/images/buttons/cta_cost.png'); } .ctaOptionsCT .ctaOption.undergraduate { background-image: url('/media/twu/style-assets/images/buttons/cta_undergraduate.png'); background-size: 55px; padding-left: 85px; } .ctaOptionsCT .ctaOption.advising { background-image: url('https://cms.txwes.edu/media/twu/style-assets/images/buttons/button_icon_advising.png'); } .ctaOptionsCT .ctaOption.professor { background-image: url('https://cms.txwes.edu/media/twu/style-assets/images/buttons/button_icon_contactProfessor.png'); } .ctaOptionsCT .ctaOption.register { background-image: url('https://cms.txwes.edu/media/twu/style-assets/images/buttons/button_icon_register.png'); } .ctaOptionsCT .ctaOption.eye { background-image: url('/media/style/icon/Crime_Statistics.png'); } .ctaOptionsCT .ctaOption.titleix { background-image: url('/media/style/icon/Title_IX.png'); } .ctaOptionsCT .ctaOption.report { background-image: url('/media/style/icon/Report_a_Concern.png'); } .ctaOptionsCT .ctaOption.emergency { background-image: url('/media/style/icon/Campus_Emergencies.png'); } .ctaOptionsCT .ctaOption.campus { background-image: url('/media/style/icon/icon_campusLiving.png'); } .ctaOptionsCT .ctaOption.conversation { background-image: url('/media/style/icon/icon_getInvolved.png'); } .ctaOptionsCT .ctaOption.toolbox { background-image: url('/media/style/icon/icon_studentResources.png'); } /* CTA Options - President's Site */ .ctaOptionsCT.four .ctaOption { width: 25%; } .ctaOptionsCT.president .ctaOption { height: 50px; padding: 77px 0px 0px 0px; background-position: center 10px; font-size: 0.9em; background-size: 61px; font-size: 0.9em; text-align: center; } .ctaOptionsCT.president .ctaOption:hover { background-color: #fed000; border-color: #fed000; } .ctaOptionsCT .ctaOption.aboutPresident { background-image: url('https://cms.txwes.edu/media/twu/style-assets/images/buttons/about_the_president_yellow.png'); } .ctaOptionsCT .ctaOption.forumsIdeas { background-image: url('https://cms.txwes.edu/media/twu/style-assets/images/buttons/forums_and_ideas_yellow.png'); } .ctaOptionsCT .ctaOption.vision { background-image: url('https://cms.txwes.edu/media/twu/style-assets/images/buttons/2020_vision_yellow.png'); } .ctaOptionsCT .ctaOption.ourStaff { background-image: url('https://cms.txwes.edu/media/twu/style-assets/images/buttons/our_staff_yellow.png'); } .ctaOptionsCT.four .ctaOption.location { background-image: url('/media/style/icon/distance_education.png'); } .ctaOptionsCT.five .ctaOption { width: 20%; } .ctaOptionsCT.vision .ctaOption { height: 50px; padding: 77px 10px 0px 10px; background-position: center 10px; font-size: 0.9em; background-size: 61px; font-size: 0.9em; text-align: center; position: relative; top: 0px; left: 0px; } #contentCT.threeCol .ctaOptionsCT.vision .ctaOption { background-size: 31px; padding-top: 35px; font-size: 0.8em; } .ctaOptionsCT.vision .ctaOption.current { background-color: #e5e5e5; } .ctaOptionsCT.vision .ctaOption.academicDistinction { background-image: url('/media/twu/content-assets/images/university-information/office-of-the-president/academic_blue.png'); } .ctaOptionsCT.vision .ctaOption.studentDevelopment { background-image: url('/media/twu/content-assets/images/university-information/office-of-the-president/student_development_blue.png'); } .ctaOptionsCT.vision .ctaOption.campusEnhancement { background-image: url('/media/twu/content-assets/images/university-information/office-of-the-president/environment_blue.png'); } .ctaOptionsCT.vision .ctaOption.financialVitality { background-image: url('/media/twu/content-assets/images/university-information/office-of-the-president/financial_blue.png'); } .ctaOptionsCT.vision .ctaOption.marketingBranding { background-image: url('/media/twu/content-assets/images/university-information/office-of-the-president/brand_blue.png'); } .ctaOptionsCT.vision .ctaOption .hoverInfo { position: absolute; top: 100%; left: -1px; background-color: #ffffff; border: 1px solid #cccccc; padding: 10px 10px 25px; display: none; width: 240px; text-align: left; z-index: 99; } .ctaOptionsCT.vision .ctaOption .hoverInfo .learnMore { width: 70px; height: 15px; background-image: url('/media/twu/style-assets/images/buttons/see_goal.png'); position: absolute; bottom: 10px; right: 10px; } .ctaOptionsCT.vision .ctaOption:last-child .hoverInfo { left: auto; right: -1px; } .ctaOptionsCT.vision .ctaOption:nth-child(4) .hoverInfo { left: auto; right: -1px; } .ctaOptionsCT.vision .ctaOption:hover .hoverInfo { display: block; } /* Right Column Mobile Content */ .rcMobile-d, .desktop-only {} .rcMobile-m, .mobile-only { display: none; } /* Hub Page Section News */ #newsList #newsListHeader { background-image: url('/media/twu/content-assets/images/university-information/rosedale-renaissance/white-arrow-for-tab.png'); background-repeat: no-repeat; background-position: 10px 6px; background-color: #c4e4f7; padding: 5px 35px; font-size: 1.3em; font-weight: bold; } #newsList .newsStory { overflow: auto; border-bottom: 1px dashed #ccc; padding: 15px 0px; } #newsList .newsStory:last-of-type { border-bottom: none; } #newsList .newsStory img { display: none; float: left; width: 150px; /*height:104px;*/ margin-right: 20px; } #newsList .newsStory .releaseDate { font-size: 0.9em; color: #ccc; margin-bottom: 5px; overflow: auto; } #newsList .newsStory .title { font-size: 1.2em; overflow: auto; } #newsList .newsStory .title a { color: inherit; } #newsList .newsStory .title a:hover { color: #004b8d; } #newsList .newsStory .title img { width: 120px; margin-top: 12px; } #newsList .newsStory .previewText { display: none; overflow: auto; } #newsList .newsStory .previewText a { color: inherit; } #newsList .newsStory:nth-of-type(2) img { display: block; } #newsList .newsStory:nth-of-type(2) .releaseDate { font-size: 1em; color: inherit; margin-bottom: 10px; } #newsList .newsStory:nth-of-type(2) .title { font-size: 1.3em; font-weight: bold; color: black; margin-bottom: 10px; } #newsList .newsStory:nth-of-type(2) .previewText { display: block; } #newsList .newsStory:nth-of-type(3) img { display: block; } #newsList .newsStory:nth-of-type(3) .releaseDate { font-size: 1em; color: inherit; margin-bottom: 10px; } #newsList .newsStory:nth-of-type(3) .title { font-size: 1.3em; font-weight: bold; color: black; margin-bottom: 10px; } #newsList .newsStory:nth-of-type(3) .previewText { display: block; } #newsList .newsStory:nth-of-type(4) img { display: block; } #newsList .newsStory:nth-of-type(4) .releaseDate { font-size: 1em; color: inherit; margin-bottom: 10px; } #newsList .newsStory:nth-of-type(4) .title { font-size: 1.3em; font-weight: bold; color: black; margin-bottom: 10px; } #newsList .newsStory:nth-of-type(4) .previewText { display: block; } /* Captioned Video */ .captionedVideo { background-color: #f3f3f3; overflow: auto; margin-bottom: 1.5em; } .captionedVideo .video { width: 100%; margin-left: auto; margin-right: auto; position: relative; top: 0px; left: 0px; } .captionedVideo .video img { width: 100%; } .captionedVideo .video iframe { width: 100% !important; height: 100% !important; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; } .captionedVideo .video object { width: 100% !important; height: 100% !important; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; } .captionedVideo .video embed { width: 100% !important; height: 100% !important; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; } .captionedVideo .video video { width: 100% !important; height: 100% !important; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; } .captionedVideo .caption { padding: 20px; font-size: 0.9em; } .captionedVideo.cbottom .caption { text-align: center; } .captionedVideo.cleft .video { width: 60%; float: right; } .captionedVideo.cleft .caption { width: 32%; padding: 4%; float: left; } .captionedVideo.cright .video { width: 60%; float: left; } .captionedVideo.cright .caption { width: 32%; padding: 4%; float: right; } .captionedVideo.left { width: 40%; float: left; } .captionedVideo.right { width: 40%; float: right; } .captionedVideo.left .video, .captionedVideo.right .video { width: 100%; float: none; } .captionedVideo.left .caption, .captionedVideo.right .caption { width: auto; float: none; text-align: center; } /* Captioned Image */ .captionedImage { background-color: #f3f3f3; overflow: auto; margin-bottom: 1.5em; } .captionedImage img { width: 100%; } .captionedImage .caption { padding: 20px; font-size: 0.9em; } .captionedImage.cbottom .caption { text-align: center; } .captionedImage.cleft img { width: 60%; float: right; } .captionedImage.cleft .caption { width: 32%; padding: 25% 4% 4% 4%; float: left; text-align: right; } .captionedImage.cright img { width: 60%; float: left; } .captionedImage.cright .caption { width: 32%; padding: 4%; float: right; } .captionedImage.left { width: 40%; float: left; } .captionedImage.right { width: 40%; float: right; } .captionedImage.left img, .captionedImage.right img { width: 100%; float: none; } .captionedImage.left .caption, .captionedImage.right .caption { width: auto; float: none; text-align: center; } /* Pull Quote */ .pullquote { margin-bottom: 1.5em; } .pullquote .border-top { width: 40%; margin: 0px auto; background-color: #cccccc; height: 4px; display: none; } .pullquote .border-bottom { width: 40%; margin: 0px auto; background-color: #cccccc; height: 4px; display: none; } .pullquote.both .border-top, .pullquote.top .border-top { display: block; } .pullquote.both .border-bottom, .pullquote.bottom .border-bottom { display: block; } .pullquote .quote { font-size: 1.3em; color: #004b8d; line-height: 1.5em; padding: 35px 30px 20px; } .pullquote.both .border-top .quote, .pullquote.top .border-top .quote { padding-top: 20px; } .pullquote .attribution { font-size: .9em; padding: 0px 0px 20px; text-align: center; font-style: italic; } .pullquote.left { width: 40%; float: left; padding: 20px 0px; } .pullquote.right { width: 40%; float: right; padding: 20px 0px; } /* Pull Quote with Photo */ .pullquote.photo { display: flex; justify-content: space-between; align-items: center; } .pullquote.photo .photo { width: 33%; border-radius: 50%; overflow: hidden; } .pullquote.photo .quote .attribution { color: black; text-align: right; margin-top: 18px; } @media screen and (max-width: 767px) { .pullquote.photo { display: block; } .pullquote.photo .photo { width: 50%; margin: 0px auto; } table.tasfa.list td { font-size: 0.8em; } } /* Signature Quote */ .signatureQuoteCT.president { background-image: url('/media/twu/content-assets/images/university-information/office-of-the-president/president_and-signature_bg.png'); background-repeat: no-repeat; background-position: right bottom; padding: 0px; min-height: 230px; } .signatureQuoteCT .signatureQuote { width: 60%; } /* Horizontal News List */ .horizontalNewsList { overflow: auto; } .horizontalNewsList .header { background-image: url('/media/twu/style-assets/images/homepage/news.png'); background-repeat: no-repeat; background-position: left center; padding: 10px 0px 10px 100px; margin-bottom: 15px; } .horizontalNewsList .header .moreNews { background-image: url('/media/twu/style-assets/images/homepage/more-news.png'); width: 123px; height: 29px; } .horizontalNewsList .news-header { font-size: 1.5em; font-family: 'Oswald', Arial, Helvetica, sans-serif; border-top: 1px dashed #ccc; padding-top: 8px; text-transform: uppercase; letter-spacing: 1px; } .horizontalNewsList .newsItem { width: 25%; float: left; margin-bottom: 44px; } #contentCT.threeCol .horizontalNewsList .newsItem { width: 33%; } .horizontalNewsList .newsItem .image, .horizontalNewsList .newsItem .title { width: 90%; margin: 0px auto; color: #333; } .horizontalNewsList .newsItem .image { min-height: 100px; background-image: url('/media/twu/style-assets/images/news-placeholder.png'); background-repeat: no-repeat; background-position: center; background-size: contain; position: relative; top: 0px; left: 0px; vertical-align: top; } .horizontalNewsList .newsItem .image.photo { background-image: none; } .horizontalNewsList .newsItem .title { font-size: 1.2em; font-weight: bold; } .horizontalNewsList .newsItem .title a { color: inherit; } .horizontalNewsList .newsItem .title a:hover { text-decoration: underline; } .horizontalNewsList .newsItem .title img { width: 120px; margin-top: 12px; } .horizontalNewsList .newsItem .image { position: relative; top: 0px; left: 0px; } .horizontalNewsList .newsItem .image img { display: block; vertical-align: top; } .horizontalNewsList .newsItem .image .videoIcon { position: absolute; bottom: 7px; right: 5px; } .horizontalNewsList .newsItem:nth-child(2) .image, .horizontalNewsList .newsItem:nth-child(2) .title { margin: 0px auto 0px 0px; } .horizontalNewsList .newsItem:nth-child(4n+1) .image, .horizontalNewsList .newsItem:nth-child(4n+1) .title { margin: 0px 0px 0px auto; } .horizontalNewsList .newsItem:nth-child(4n+2) .image, .horizontalNewsList .newsItem:nth-child(4n+2) .title { margin: 0px auto 0px 0px; } .horizontalNewsList .newsItem:nth-child(4n+2) { clear: both; } #contentCT.threeCol .horizontalNewsList .newsItem:nth-child(4n) .image, #contentCT.threeCol .horizontalNewsList .newsItem:nth-child(4n) .title { margin: 0px 0px 0px auto; } .horizontalNewsList .moreNews.white { clear: both; border: 1px solid #ccc; text-align: center; margin-top: 20px; background-color: #ffffff; } .horizontalNewsList .moreNews.white table { width: 125px; margin: 0px auto; } .horizontalNewsListControls { width: 100%; text-align: center; clear: both; margin-top: 15px; } #contentCT.newsEvents .horizontalNewsList .newsItem, #contentCT.hp .horizontalNewsList .newsItem, .horizontalNewsList.three .newsItem { width: 33%; } .horizontalNewsList .newsItem .category { width: 90%; margin: 14px auto 10px; font-size: 0.8em; font-family: 'Oswald'; text-transform: uppercase; letter-spacing: 1px; line-height: 1.2em; } .horizontalNewsList .newsItem:nth-child(2) .category { margin: 14px auto 10px 0px; } .horizontalNewsList .newsItem:nth-child(4n+1) .category { margin: 14px 0px 10px auto; } .horizontalNewsList .newsItem:nth-child(4n+2) .category { margin: 14px auto 10px 0px; } #contentCT.newsEvents .horizontalNewsList .newsItem:nth-child(4n) .image, #contentCT.newsEvents .horizontalNewsList .newsItem:nth-child(4n) .title, #contentCT.hp .horizontalNewsList .newsItem:nth-child(4n) .image, #contentCT.hp .horizontalNewsList .newsItem:nth-child(4n) .title { margin: 0px 0px 0px auto; } #contentCT.newsEvents .horizontalNewsList .newsItem:nth-child(4n) .category, #contentCT.hp .horizontalNewsList .newsItem:nth-child(4n) .category { margin: 14px 0px 10px auto; } @media screen and (min-width: 1280px) { .horizontalNewsList .newsItem .image { min-height: 150px; } } /* Vertical News List */ .verticalNewsList {} .verticalNewsList .news-header { font-size: 1.5em; font-family: 'Oswald', Arial, Helvetica, sans-serif; border-top: 1px dashed #ccc; padding-top: 8px; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 14px; } .verticalNewsList .newsItem { overflow: auto; padding: 24px 0px; border-bottom: 1px dashed #ccc; } .verticalNewsList .newsItem:nth-child(2) { padding-top: 0px; } .verticalNewsList .newsItem:last-child { border: none; } .verticalNewsList .newsItem .image { float: left; width: 150px; margin-right: 15px; min-height: 100px; background-image: url('/media/twu/style-assets/images/news-placeholder.png'); background-repeat: no-repeat; background-position: center; background-size: contain; vertical-align: top; position: relative; top: 0px; left: 0px; } /*#contentCT.oneCol .verticalNewsList .newsItem .image { width: 250px; }*/ .verticalNewsList .newsItem .image img { display: block; vertical-align: top; } .verticalNewsList .newsItem .image .videoIcon { position: absolute; bottom: 0px; right: 0px; } .verticalNewsList .newsItem .category { text-transform: uppercase; font-family: 'Oswald'; font-size: 0.8em; margin-left: 140px; letter-spacing: 1px; } .verticalNewsList .newsItem .title { color: #000; font-size: 1.1em; margin-left: 140px; font-weight: bold; } .verticalNewsList .newsItem .title a { color: inherit; } .verticalNewsList .newsItem .title a:hover { text-decoration: underline; } .verticalNewsList .newsItem .title img { width: 120px; margin-top: 12px; } .verticalNewsList .newsItem .teaser { margin-top: 20px; margin-left: 140px; } .verticalNewsList .newsItem .teaser a { color: inherit; } .verticalNewsListMoreNews .moreNews.white { clear: both; border: 1px solid #ddd; text-align: center; background-color: #f3f3f3; color: #333; padding: 8px 0px; } .verticalNewsListMoreNews .moreNews.white table { width: 125px; margin: 0px auto; } .verticalNewsListMoreNews .moreNews.white img { vertical-align: middle; } .verticalNewsListMoreNews .moreNews.white:hover { background-color: #ccc; } .verticalNewsListControls { width: 100%; text-align: center; clear: both; margin-top: 15px; } /*#contentCT.oneCol .verticalNewsList .newsItem .image { width: 250px; }*/ #contentCT.hp .verticalNewsList .newsItem .image { width: 125px; } @media screen and (min-width: 1280px) { .verticalNewsList .newsItem .image { width: 200px; min-height: 120px; background-size: cover; } } @media screen and (min-width: 951px) and (max-width: 1100px) { .verticalNewsList .newsItem .title { font-size: 1em; } .verticalNewsList .newsItem .image { width: 125px; min-height: 80px; } } .pagination { clear: both; margin-top: 20px; text-align: center; } .pagination * { margin: 0px 2px; padding: 0px 2px; display: none; } .pagination .currentpage { color: #000000; background-color: #f3f3f3; border-radius: 50%; display: inline-block; padding: 0px 4px; } .pagination *:nth-child(1), .pagination *:nth-child(2), .pagination *:nth-child(3), .pagination *:nth-child(4) { display: inline-block; } .pagination *:nth-last-child(1), .pagination *:nth-last-child(2), .pagination *:nth-last-child(3), .pagination *:nth-last-child(4) { display: inline-block; } .pagination *:nth-child(4)::after { content: " ... "; } .pagination *:nth-last-child(4)::before { content: " ... "; } /* Video Rotator */ .videoRotator { width: 100%; position: relative; top: 0px; left: 0px; background-color: #000000; padding-top: 41%; overflow: hidden; } .videoRotator .bar { position: absolute; bottom: 0px; left: 0px; width: 100%; height: 25px; background-color: rgba(25, 25, 25, 0.5); z-index: 99; text-align: center; } .videoRotator .slide { width: 100%; position: absolute; top: 0px; left: 0px; cursor: pointer; } .videoRotator .slide .mobile-title { width: 100%; display: none; } .videoRotator .slide .background-mobile { width: 100%; display: none; } .videoRotator .slide .background { width: 100%; } .videoRotator .bar .dot { cursor: pointer; display: inline-block; height: 25px; width: 25px; background-image: url('https://txwes.edu/media/twu/style-assets/images/homepageRotatorGreyDot.png'); background-repeat: no-repeat; background-position: center center; } .videoRotator .bar .dot.current { background-image: url('https://txwes.edu/media/twu/style-assets/images/homepageRotatorYellowDot.png'); } .vrVideoCT { position: absolute; z-index: 999; background-image: url('https://txwes.edu/media/twu/style-assets/images/homepageVideoBackground.png'); } .vrVideoCT .video { width: 432px; height: 270px; position: absolute; top: 50%; left: 50%; margin-top: -135px; margin-left: -216px; } .vrVideoCT .video img { width: 100%; } .vrVideoCT .video iframe { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; } /* News Rotator */ .news-rotator { width: 100%; position: relative; top: 0px; left: 0px; padding-bottom: 35px; margin-bottom: 20px; } .news-rotator .rotator-item { position: absolute; top: 0px; left: 0px; overflow: hidden; } .news-rotator .rotator-item:first-of-type { position: relative; } .news-rotator .rotator-item .rotator-photo { float: left; width: 48%; position: relative; top: 0px; left: 0px; background-image: url('/media/style/news-rotator-placeholder.jpg'); background-size: cover; background-repeat: no-repeat; } @media screen and (min-width: 600px) and (max-width: 1050px) { .news-rotator .rotator-item .rotator-photo { min-height: 210px; } } @media screen and (min-width: 1050px) { .news-rotator .rotator-item .rotator-photo { min-height: 300px; } } .news-rotator .rotator-item .rotator-photo img { width: 100%; vertical-align: top; } .news-rotator .rotator-item .rotator-photo iframe { position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; width: 100%; height: 100%; margin: auto; } .news-rotator .rotator-item .rotator-photo .videoIcon { position: absolute; bottom: 7px; right: 7px; width: auto; } .news-rotator .rotator-item .rotator-category { text-transform: uppercase; font-family: 'Oswald'; font-size: 0.7em; margin-bottom: 8px; color: #004b8d; letter-spacing: 1px; font-weight: normal; } .news-rotator .rotator-item .rotator-title { float: right; width: 49%; clear: right; font-size: 1.1em; margin: 0px 0px 0px; color: #000000; font-weight: bold; } .news-rotator .rotator-item .rotator-title a { color: inherit; } .news-rotator .rotator-item .rotator-title img { width: 120px; margin-top: 12px; } .news-rotator .rotator-item .rotator-teaser { float: right; width: 49%; clear: right; margin: 12px 0px; font-size: 1em; line-height: 1.3em; color: #666; } .news-rotator .rotator-item .rotator-teaser a { color: inherit; } .news-rotator .rotator-item .rotator-more { float: right; width: 49%; clear: right; margin-bottom: 12px; margin-top: 8px; } .news-rotator .rotator-controls { height: 25px; width: 100%; text-align: center; clear: both; position: absolute; bottom: 5px; left: 0px; } .news-rotator .rotator-controls .rotator-bullet { cursor: pointer; display: inline-block; height: 25px; width: 25px; background-image: url('https://txwes.edu/media/twu/style-assets/images/homepageRotatorGreyDot.png'); background-repeat: no-repeat; background-position: center center; } .news-rotator .rotator-controls .rotator-bullet.current { background-image: url('https://txwes.edu/media/twu/style-assets/images/homepageRotatorYellowDot.png'); } .news-rotator .news-rotator-left { cursor: pointer; display: none; height: 50px; width: 50px; background-color: rgba(19, 19, 19, 0.7); position: absolute; top: 50%; margin-top: -25px; left: 0px; } .news-rotator .news-rotator-right { cursor: pointer; display: none; height: 50px; width: 50px; background-color: rgba(19, 19, 19, 0.7); position: absolute; top: 50%; margin-top: -25px; right: 0px; } @media screen and (min-width: 1100px) { .news-rotator .rotator-item .rotator-category { font-size: 0.7em; } .news-rotator .rotator-item .rotator-title { font-size: 1.2em; font-weight: bold; } .news-rotator .rotator-item .rotator-teaser { line-height: 1.4em; font-size: 1.1 m; } } /* Horizontal Event List */ .horizontalEventList { overflow: auto; margin: 15px 0px; } .horizontalEventList .event { width: 25%; border-right: 1px solid #cccccc; float: left; } .horizontalEventList .event .date { text-transform: uppercase; line-height: 1.4em; margin: 0px 15% 10px; } .horizontalEventList .event .date .day { font-size: 1.2em; } .horizontalEventList .event .title { width: 70%; margin: 0px auto; font-size: 0.9em; } .horizontalEventList .event .title img { width: 120px; margin-top: 12px; } .horizontalEventList .event:first-child .date, .horizontalEventList .event:first-child .title { margin-left: 0px; } .horizontalEventList .event:first-child { width: 22%; } .horizontalEventList .event:last-child { border: none; } /* News Feature Story */ .featureStory { margin: 1em 0px; overflow: auto; } .featureStory .date { font-size: 0.9em; color: #cccccc; } .featureStory .title { font-size: 1.2em; color: #000000; margin: 5px 0px; } .featureStory .title img { width: 120px; margin-top: 12px; } .featureStory a { color: inherit; position: relative; top: 0px; left: 0px; display: block; } .featureStory img {} .featureStory .teaser { margin: 10px 0px; } .featureStory .readMore { width: 85px; height: 15px; float: right; clear: both; background-image: url('/media/twu/style-assets/images/viewMore.png'); } .featureStory .videoIcon { position: absolute; bottom: 8px; right: 22px; } /* Mobile Drop Down Menu */ .mobileDropDown { list-style-type: none; margin: 0px; padding: 0px; list-style-image: none !important; border-top: 1px solid #ccc; } .mobileDropDown li { border-left: 1px solid #ccc; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; padding: 8px 16px; display: none; cursor: pointer; } .mobileDropDown li:first-child { background-color: #ffffff; font-size: 1.1em; padding: 8px 8px; display: block; } .mobileDropDown li:hover { background-color: #c4e4f7; } .mobileDropDown li .arrow { float: right; } .mobileDropDown li.active { background-color: #c4e4f7; } /* RSS Link */ section#content aside .rss-link { margin-bottom: 26px; } section#content aside .rss-link img { vertical-align: middle; position: relative; top: -2px; margin-right: 12px; } /* News & Events Combined list */ .newsEvents2ColCt { overflow: auto; padding-top: 10px; border-top: 1px dashed #ccc; } #contentCT.hp .newsEvents2ColCt { border: none; } .newsEvents2ColCt .verticalNewsList { float: left; width: calc(100% - 264px); } #contentCT.hp .newsEvents2ColCt .verticalNewsList { width: 680px; } .newsEvents2ColCt .verticalNewsList .newsItem:nth-last-child(2) { border: none; } .newsEvents2ColCt .verticalNewsList .news-header { border-top: none; padding-top: 0px; font-size: 2em; } .newsEvents2ColCt #upcomingEventsList { float: right; width: 224px; } /* Footer Banner */ .footer-banner { width: 1000px; max-width: 100%; } .footer-banner img { width: 100%; } /* Big Yellow Counter Ordered List */ ol.bigYellow { counter-reset: bigYellowCounter; padding-left: 70px; } ol.bigYellow>li { list-style: none; position: relative; top: 0px; left: 0px; } ol.bigYellow>li:nth-child(n+2) { margin-top: 24px; } ol.bigYellow>li:before { content: counter(bigYellowCounter); counter-increment: bigYellowCounter; position: absolute; left: -70px; top: 0px; background-color: #fed000; padding: 10px; font-family: 'Oswald'; font-size: 1.4em; color: #ffffff; width: 18px; height: 18px; line-height: 18px; text-align: center; border-radius: 30px; } ol.bigYellow.black>li:before { color: #333333; font-weight: bold; } ol.bigYellow[start="2"]>li:first-of-type:before { counter-increment: bigYellowCounter 2; } ol.bigYellow[start="3"]>li:first-of-type:before { counter-increment: bigYellowCounter 3; } ol.bigYellow[start="4"]>li:first-of-type:before { counter-increment: bigYellowCounter 4; } ol.bigYellow[start="5"]>li:first-of-type:before { counter-increment: bigYellowCounter 5; } ol.bigYellow[start="6"]>li:first-of-type:before { counter-increment: bigYellowCounter 6; } ol.bigYellow[start="7"]>li:first-of-type:before { counter-increment: bigYellowCounter 7; } ol.bigYellow[start="8"]>li:first-of-type:before { counter-increment: bigYellowCounter 8; } ol.bigYellow[start="9"]>li:first-of-type:before { counter-increment: bigYellowCounter 9; } ol.bigYellow[start="10"]>li:first-of-type:before { counter-increment: bigYellowCounter 10; } ol.smallBlue { counter-reset: smallBlueCounter; } ol.smallBlue>li { list-style: none; position: relative; top: 0px; left: 0px; } ol.smallBlue>li:before { content: counter(smallBlueCounter) "."; counter-increment: smallBlueCounter; font-size: 1.1em; color: #004b8d; text-align: center; vertical-align: bottom; position: absolute; top: -2px; left: -25px; } /* File Download */ .file-download { width: 100%; max-width: 25%; float: left; text-align: center; margin-bottom: 30px; position: relative; top: 0px; left: 0px; padding-bottom: 2.2em; } .file-download .thumbnail { width: 80%; margin: 0px auto; height: 128px; background-size: contain; background-repeat: no-repeat; background-position: center; } .file-download .title { width: 80%; margin: 10px auto; text-align: left; min-height: 4em; font-size: 0.9em; } .file-download .download { border: 1px solid #f3f3f3; font-size: 0.8em; text-transform: uppercase; padding: 6px 15px; text-align: left; text-indent: 35px; background-image: url('/media/style/icon/download_icon.png'); background-repeat: no-repeat; background-position: left 15px center; position: absolute; top: 100%; left: 50%; margin-left: -40%; width: calc(80% - 30px); margin-top: -2.2em; z-index: 99; background-color: #ffffff; } .file-download .download:hover { background-color: #004b8d; color: #ffffff; background-image: url('/media/style/icon/download_white_icon.png'); } .file-download .dropdown { border: 1px solid #f3f3f3; font-size: 0.8em; text-transform: uppercase; text-align: left; height: 2.6em; overflow: hidden; cursor: pointer; position: absolute; top: 100%; left: 50%; margin-left: -40%; width: 80%; margin-top: -2.2em; z-index: 99; background-color: #ffffff; } .file-download .dropdown:hover { height: auto; } .file-download .dropdown:hover .option:first-child { background-color: #f3f3f3; } .file-download .dropdown .option { display: block; padding: 9px 15px; } .file-download .dropdown a.option:hover { background-color: #004b8d; color: #ffffff; } /* Contact Info */ #contactInfoCT .header { color: #0072bc; text-transform: uppercase; font-size: 1.1em; margin-bottom: 12px; font-family: 'Oswald'; letter-spacing: 1px; padding-left: 40px; background-image: url('/media/style/icon/contact_us_icon.png'); background-repeat: no-repeat; background-position: left 12px center; } #contactInfoCT .content { font-size: 0.9em; line-height: 1.2em; color: #666; } #contactInfoCT .content .title { font-weight: bold; padding: 0px 12px 12px; border-bottom: 1px dashed #ccc; } #contactInfoCT .content .spacer { height: 1px; border-top: 1px dashed #cccccc; } #contactInfoCT .content h5 { margin-bottom: 0px; padding: 0px 12px; } #contactInfoCT .content p { padding: 0px 12px; } .content-hightlight { font-size: 2em; line-height: 1.3em; background-color: #fff8d9; padding: 16px; color: #5f5e5e; text-align: center; } @media screen and (max-width: 767px) { .content-hightlight { margin: 0px; font-size: 1.1em; } } /* TXWES Legacy Responsive Style */ @media screen and (min-width:769px) and (max-width:1019px) { /* News and Events Page */ #newsEventsTop { margin-top: 0px; } #newsEventsTop #featuredStory { float: none; border-top: none; padding-top: 0px; width: 100%; } #newsEventsTop #featuredStory #featuredStoryDate { display: none; } #newsEventsTop #featuredStory #featuredStoryBanner { text-indent: 0; white-space: normal; background-image: none; width: calc(100% - 20px); padding: 3px 10px; background-color: #fed000; height: auto; } #newsEventsTop #featuredStory #featuredStoryContent { width: 100%; padding: 0px; border: none; overflow:auto; position: relative; top: 0px; left: 0px; background-color: #191919; } #newsEventsTop #featuredStory #featuredStoryContent #featuredStoryTitle { font-size: 2em; margin-bottom: 0px; background-color: rgba(19,19,19,0.7); width: calc(85% - 10px); position: absolute; bottom: 0px; left: 0px; padding: 10px 15% 10px 10px; color: #ffffff; background-image: url('/media/twu/style-assets/images/responsive/news-banner-arrow.png'); background-repeat: no-repeat; background-position: 95% center; } #newsEventsTop #featuredStory #featuredStoryContent #featuredStoryPhoto { margin-bottom:0px; } #newsEventsTop #featuredStory #featuredStoryContent #featuredStorySummary { display: none; } #newsEventsTop #featuredStory #featuredStoryContent #featuredStoryLearnMore { display: none; } #newsEventsTop #featuredStoriesList { border-top: none; padding-top: 0px; width: 100%; float: none; } #newsEventsTop #featuredStoriesList { border-top: none; padding: 0px; width: auto; float: none; } #newsEventsTop #featuredStoriesList #featuredStoriesHeader { border-bottom: none; padding: 5px 10px; margin-bottom: 0px; background-color: #004b8d; color: #ffffff; } #newsEventsTop #featuredStoriesList #featuredStories { padding:0px 5px; margin-bottom: 20px; } #newsEventsTop #featuredStoriesList #featuredStories .featuredListItem { margin-bottom: 0px; font-size: 1em; overflow: auto; border-bottom: 1px dashed #ccc; padding: 10px 5px; } #newsEventsTop #featuredStoriesList #featuredStories .featuredListItem .featuredDate { display: none; } #newsEventsTop #featuredStoriesList #featuredStories .featuredListItem .featuredTitle { float: none; width: auto; } #newsEventsTop #moreNewsButton { width: 127px; height: 33px; border: none; margin-left: 10px; background-image: url('/media/twu/style-assets/images/responsive/more-news-button.png'); background-position: left center; position: static; } #newsEventsBottom #monthlyEvents { display: none; } #newsEventsBottom #engagingEducators { float:right; border:none; width:calc(50% - 20px); position:relative; top:0px; left:0px; margin-right:10px; padding:0px; margin-bottom: 0px; min-height: 0; background-color: #191919; } #newsEventsBottom #engagingEducators #engagingEducatorsHeader { padding: 5px 10px; border: none; background-color: #004b8d; color: #fff; } #newsEventsBottom #engagingEducators #engagingEducatorsTitle { font-size:1em; padding:5px 15% 5px 10px; width: calc(85% - 10px); position: absolute; bottom: 0px; left: 0px; background-color: rgba(19,19,19,0.7); color: #fff; background-image: url('/media/twu/style-assets/images/responsive/news-banner-arrow.png'); background-repeat: no-repeat; background-position: 95% center; } #newsEventsBottom #engagingEducators #engagingEducatorsLearnMore { display:none; } #newsEventsBottom #moversShakers { float:left;border: none; width:calc(50% - 20px); position:relative;top:0px;left:0px; margin-right:0px; margin-left:10px; padding:0px; margin-bottom: 0px; min-height: 0; background-color: #191919; } #newsEventsBottom #moversShakers #moversShakersHeader { padding: 5px 10px; border:none; background-color: #004b8d; color: #fff; } #newsEventsBottom #moversShakers #moversShakersTitle { font-size:1em; padding:5px 15% 5px 10px; width: calc(85% - 10px); position: absolute; bottom: 0px; left: 0px; background-color: rgba(19,19,19,0.7); color: #fff; background-image: url('/media/twu/style-assets/images/responsive/news-banner-arrow.png'); background-repeat: no-repeat; background-position: 95% center; } #newsEventsBottom #moversShakers #moversShakersLearnMore { display: none; } /* News Details */ #newsItemContainer { width:100%; float: none; } #eventItemContainer { width:100%; float: none; } #suggestionBox { width:100%; float: none; margin-top:0px; margin-bottom: 20px; } /* News Archive */ #newsArchiveContainer { border: none; } #newsArchiveContainer .newsArchiveItem:nth-last-child(2) { border-bottom: none; } #newsArchiveContainer .newsArchiveItem .newsArchiveItemDate { float:none; font-size: 0.9em; text-align: left; } #newsArchiveContainer .newsArchiveItem .newsArchiveItemTitle { width:calc(100% - 65px); } #newsArchiveContainer .newsArchiveItem .newsArchiveItemIcons { width:auto; } .AC-Pager { border-bottom: none; padding-top:15px; padding-bottom: 15px; } .AC-Pager a { padding: 0px 2px; } /* News & Events Calendar */ #calendarContainer { margin-left: 20px; margin-right: 20px; } #calendarYear { background-color: rgba(19,19,19,0.7); color: #ffffff; padding: 5px 10px; top: -3px; } #calendarYear:hover { height:auto; } #selectYear { border:none; position:absolute; top:100%; left:0px; background-color:rgba(19,19,19,0.7); width:100%; } #selectYear div { padding:5px; margin-left: 5px; margin-right: 5px; border-bottom: 1px solid #ffffff; } #selectYear div:last-child { border: none; } #calendarSelect { top: -77px; background-color: #002460; color: #ffffff; padding: 5px 10px; z-index: 99; } #calendarSelect:hover { height: auto; } #calendarOption { border: none; width: 100%; background-color: rgba(19,19,19,0.8); left: 0px; top: 100%; } #calendarOption div { border-bottom: 1px solid #ffffff; margin-left: 5px; margin-right: 5px; padding: 5px; } #calendarOption div:last-child { border-bottom: none; } /* Upcoming Events */ #upcomingEventsList {border: none;} #upcomingEventsList #upcomingEventsListContainer { border: none; } .newsEvents2ColCt #upcomingEventsList #upcomingEventsListContainer { border: 1px solid #ccc; border-top: none; } #upcomingEventsList #upcomingEventsHeader {background-image:none;background-color:#5C8AB9;font-size:1.1em;height:auto;text-indent: 10px;padding:5px 0px;color:#ffffff;} #upcomingEventsList .upcomingEvent {margin-bottom:10px;border-bottom:1px dashed #ccc;padding-bottom:10px;} #upcomingEventsList #upcomingEventsListSpacer { display: none; } #upcomingEventsList #upcomingEventsListAllEvents {height:15px;padding:15px 0px;text-align:center;width:90%; margin-left: auto; margin-right: auto; margin-bottom: 10px;} #upcomingEventsList #upcomingEventsListAllEvents img {float:none;display:inline-block;} /* Content Block */ .contentBlock { background-image: none; padding: 0px; } .contentBlock .contentBlockHeader { border-bottom: none; color: #000000; } /* Featured Content with Image */ .featuredContent .image { display: none; } .featuredContent .title { background-image: none; } .featuredContent .title a, .featuredContent .title a:visited { color: inherit; } .featuredContent.varOne .title { background-image: none; background-color: #004b8d; color: #ffffff; } .featuredContent.noImage .title { padding-left: 10px; } /* Featured Content Block */ .featuredContentBlockHeader { background-image: none; border: none; padding: 5px 10px; background-color: #c4e4f7; } .featuredContentBlock { background-image: none; border: none; padding: 20px; position: relative; top: 0px; left: 0px; } /* Professor Details */ #professorHeadContainer { border: none; } #professorQAHeader { border: none; } .professorQuestionContainer { border: none; } .professorQuestionContainer .professorDot { display: none; } .professorQuestionContainer .professorQuestion { padding-left: 0px; } .professorQuestionContainer .professorAnswer { padding-left: 0px; } /* Right Column Mobile Content */ .rcMobile-d, .desktop-only { display: none; } .rcMobile-m, .mobile-only { display: block; } table.desktop-only { display: none; } table.mobile-only { display: block; } /* Captioned Image */ .captionedImage img { width: 100% !important; float: none !important; } .captionedImage .caption { width: auto !important; padding: 10px !important; float: none !important; text-align: left !important; } /* News Rotator */ .news-rotator { } /* News & Events Combined list */ .newsEvents2ColCt .verticalNewsList, #contentCT.hp .newsEvents2ColCt .verticalNewsList { width: calc(100% - 244px); } /* RSS Link */ .rss-link { padding: 12px 12px; } /* File Download */ .file-download { max-width: 50%; } } @media screen and (min-width:600px) and (max-width:768px) { /* News and Events Page */ #newsEventsTop { margin-top: 0px; } #newsEventsTop #featuredStory { float: none; border-top: none; padding-top: 0px; width: 100%; } #newsEventsTop #featuredStory #featuredStoryDate { display: none; } #newsEventsTop #featuredStory #featuredStoryBanner { text-indent: 0; white-space: normal; background-image: none; width: calc(100% - 20px); padding: 3px 10px; background-color: #fed000; height: auto; } #newsEventsTop #featuredStory #featuredStoryContent { width: 100%; padding: 0px; border: none; overflow:auto; position: relative; top: 0px; left: 0px; background-color: #191919; } #newsEventsTop #featuredStory #featuredStoryContent #featuredStoryTitle { font-size: 2em; margin-bottom: 0px; background-color: rgba(19,19,19,0.7); width: calc(85% - 10px); position: absolute; bottom: 0px; left: 0px; padding: 10px 15% 10px 10px; color: #ffffff; background-image: url('/media/twu/style-assets/images/responsive/news-banner-arrow.png'); background-repeat: no-repeat; background-position: 95% center; } #newsEventsTop #featuredStory #featuredStoryContent #featuredStoryPhoto { margin-bottom:0px; } #newsEventsTop #featuredStory #featuredStoryContent #featuredStorySummary { display: none; } #newsEventsTop #featuredStory #featuredStoryContent #featuredStoryLearnMore { display: none; } #newsEventsTop #featuredStoriesList { border-top: none; padding-top: 0px; width: 100%; float: none; } #newsEventsTop #featuredStoriesList { border-top: none; padding: 0px; width: auto; float: none; } #newsEventsTop #featuredStoriesList #featuredStoriesHeader { border-bottom: none; padding: 5px 10px; margin-bottom: 0px; background-color: #004b8d; color: #ffffff; } #newsEventsTop #featuredStoriesList #featuredStories { padding:0px 5px; margin-bottom: 20px; } #newsEventsTop #featuredStoriesList #featuredStories .featuredListItem { margin-bottom: 0px; font-size: 1em; overflow: auto; border-bottom: 1px dashed #ccc; padding: 10px 5px; } #newsEventsTop #featuredStoriesList #featuredStories .featuredListItem .featuredDate { display: none; } #newsEventsTop #featuredStoriesList #featuredStories .featuredListItem .featuredTitle { float: none; width: auto; } #newsEventsTop #moreNewsButton { width: 127px; height: 33px; border: none; margin-left: 10px; background-image: url('/media/twu/style-assets/images/responsive/more-news-button.png'); background-position: left center; position: static; } #newsEventsBottom #monthlyEvents { display: none; } #newsEventsBottom #engagingEducators { float:none; border:none; width:calc(100% - 20px); position:relative; top:0px; left:0px; margin-right:10px; margin-left:10px; padding:0px; margin-bottom: 20px; min-height: 0; background-color: #191919; } #newsEventsBottom #engagingEducators #engagingEducatorsHeader { padding: 5px 10px; border: none; background-color: #004b8d; color: #fff; } #newsEventsBottom #engagingEducators #engagingEducatorsTitle { font-size:1em; padding:5px 15% 5px 10px; width: calc(85% - 10px); position: absolute; bottom: 0px; left: 0px; background-color: rgba(19,19,19,0.7); color: #fff; background-image: url('/media/twu/style-assets/images/responsive/news-banner-arrow.png'); background-repeat: no-repeat; background-position: 95% center; } #newsEventsBottom #engagingEducators #engagingEducatorsLearnMore { display:none; } #newsEventsBottom #moversShakers { float:none;border: none; width:calc(100% - 20px); position:relative;top:0px;left:0px; margin-right:10px; margin-left:10px; padding:0px; margin-bottom: 0px; min-height: 0; background-color: #191919; } #newsEventsBottom #moversShakers #moversShakersHeader { padding: 5px 10px; border:none; background-color: #004b8d; color: #fff; } #newsEventsBottom #moversShakers #moversShakersTitle { font-size:1em; padding:5px 15% 5px 10px; width: calc(85% - 10px); position: absolute; bottom: 0px; left: 0px; background-color: rgba(19,19,19,0.7); color: #fff; background-image: url('/media/twu/style-assets/images/responsive/news-banner-arrow.png'); background-repeat: no-repeat; background-position: 95% center; } #newsEventsBottom #moversShakers #moversShakersLearnMore { display: none; } /* News Details */ #newsItemContainer { width:100%; float: none; } #eventItemContainer { width:100%; float: none; } #suggestionBox { width:100%; float: none; margin-top:0px; margin-bottom: 20px; } .news-story .news-top.photo { background: none; } .news-story .news-top.photo .news-info { width: auto; display: block; float: none; } .news-story .news-top.photo .news-info .news-title { font-size: 1.5em; } .news-story .news-top.photo .news-photo { width: auto; display: block; float: none; } /* News Archive */ #newsArchiveContainer { border: none; } #newsArchiveContainer .newsArchiveItem:nth-last-child(2) { border-bottom: none; } #newsArchiveContainer .newsArchiveItem .newsArchiveItemDate { float:none; font-size: 0.9em; text-align: left; } #newsArchiveContainer .newsArchiveItem .newsArchiveItemTitle { width:calc(100% - 65px); } #newsArchiveContainer .newsArchiveItem .newsArchiveItemIcons { width:auto; } .AC-Pager { border-bottom: none; padding-top:15px; padding-bottom: 15px; } .AC-Pager a { padding: 0px 2px; } /* News & Events Calendar */ #calendarContainer { } #calendarContainer .day-number { font-size: 1em; } #calendarContainer .day-number .dot { height: 7px; width: 7px; margin-left: -3px; margin-top: 10px; } #monthTitle { left: auto; right: 20px; } #calendarYear { background-color: rgba(19,19,19,0.7); color: #ffffff; padding: 5px 10px; top: -3px; left: 10px; } #calendarYear:hover { height:auto; } #selectYear { border:none; position:absolute; top:100%; left:0px; background-color:rgba(19,19,19,0.7); width:100%; } #selectYear div { padding:5px; margin-left: 5px; margin-right: 5px; border-bottom: 1px solid #ffffff; } #selectYear div:last-child { border: none; } #calendarSelect { top: -77px; background-color: #002460; color: #ffffff; padding: 5px 10px; right: 10px; z-index: 99; } #calendarSelect:hover { height: auto; } #calendarOption { border: none; width: 100%; background-color: rgba(19,19,19,0.8); left: 0px; top: 100%; } #calendarOption div { border-bottom: 1px solid #ffffff; margin-left: 5px; margin-right: 5px; padding: 5px; } #calendarOption div:last-child { border-bottom: none; } #eventsContainer .event .eventTitle { font-size: 1em; } /* Upcoming Events */ #upcomingEventsList {border: none;} #upcomingEventsList #upcomingEventsHeader {background-image:none;background-color:#5c8ab9;font-size:1.1em;height:auto;text-indent: 10px;padding:5px 0px;color:#ffffff;} #upcomingEventsList .upcomingEvent {margin-bottom:10px;border-bottom:1px dashed #ccc;padding-bottom:10px;} #upcomingEventsList #upcomingEventsListSpacer { display: none; } #upcomingEventsList #upcomingEventsListAllEvents {height:15px;padding:15px 0px;text-align:center;width:90%; margin-left: auto; margin-right: auto; margin-bottom: 10px;} #upcomingEventsList #upcomingEventsListAllEvents img {float:none;display:inline-block;} /* Content Block */ .contentBlock { background-image: none; padding: 0px; } .contentBlock .contentBlockHeader { border-bottom: none; color: #000000; } /* Featured Content with Image */ .featuredContent .image { display: none; } .featuredContent .title { background-image: none; } .featuredContent .title a, .featuredContent .title a:visited { color: inherit; } .featuredContent.varOne .title { background-image: none; background-color: #004b8d; color: #ffffff; } .featuredContent.noImage .title { padding-left: 10px; } /* Featured Content Block */ .featuredContentBlockHeader { background-image: none; border: none; padding: 5px 10px; background-color: #c4e4f7; } .featuredContentBlock { background-image: none; border: none; padding: 20px; position: relative; top: 0px; left: 0px; } /* Counselor Callout */ .selectRowContainer .selectRow { padding-bottom: 2em; } .selectRowContainer .selectRow .selectRowText { margin-left: 95px; } .selectRowContainer .selectRow .selectRowControls, .selectRowContainer .selectRow .professorCalloutEmailButton { top: auto; bottom: 0px; right: 50%; margin-right: -35%; width: 70%; } /* Professor Details */ #professorHeadContainer { border: none; } #professorHeadContainer #professorNavigation { overflow: auto; width: 100%; } #professorHeadContainer #professorNavigation .professorNavigationIntro { float: none; text-align: left; width: 100%; margin-bottom: 10px; } #professorHeadContainer #professorNavigation img { width: 45%; height: auto; float: left; margin-left: 0px; } #professorHeadContainer #professorNavigation a:last-child img { float: right; } #professorContactContainer .professorContactButton { float: none; } #professorContactContainer .professorContactAlternate { float: none; margin-left: 0px; } #professorQAHeader { border: none; } .professorQuestionContainer { border: none; } .professorQuestionContainer .professorDot { display: none; } .professorQuestionContainer .professorQuestion { padding-left: 0px; } .professorQuestionContainer .professorAnswer { padding-left: 0px; } /* CSS List Table Layout */ .table.list:not(.nofold) { border-top: 1px solid #ccc; border-left: none; display: block; } .table.list:not(.nofold) .row { display: block; } .table.list .row:hover { background-color: #f3f3f3; } .table.list:not(.nofold) .row .cell { border-top: none; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; background-color: #f3f3f3; width: auto; padding: 6px 12px; display: block; } .table.list .row .cell.empty { display: none; } /* CSS Data Table */ .table.data { border: 1px solid #ccc; display: block; } .table.data .row { display: block } .table.data .row .cell { border: none; border-bottom: 1px solid #ccc; background-color: #f3f3f3; padding: 10px 10px; display: block; overflow: auto; } .table.data .row .cell:first-child { border-right: none; background-color: #ffffff; width: auto; } .table.data .row:hover { background-color: transparent; } .table.data .row:hover .cell:first-child { background-color: #d5e5ef; } .table.data .row:last-child .cell { border-bottom: 1px solid #cccccc; } .table.data .row:last-child .cell:last-child { border-bottom: none; } .table.data .row .cell ul { margin: 0px; padding: 5px 15px; } table.responsive-table.data { border: 1px solid #ccc; display: block; } table.responsive-table.data.nomobile { display: table; border-right: none; border-bottom: none; } table.responsive-table.data:not(.nomobile) tbody { display: block; } table.responsive-table.data:not(.nomobile) tr { display: block; } table.responsive-table.data tr td { border: none; border-bottom: 1px solid #ccc; background-color: #f3f3f3; padding: 10px 10px; display: block; overflow: auto; } table.responsive-table.data.nomobile tr td { display: table-cell; border-right: 1px solid #ccc; background-color: transparent; } table.responsive-table.data:not(.nomobile) tr td:first-child { border-right: none; background-color: #ffffff; width: auto; } table.responsive-table.data tr:hover { background-color: transparent; } table.responsive-table.data tr:hover td:first-child { background-color: #d5e5ef; } table.responsive-table.data tr:last-child td { border-bottom: 1px solid #cccccc; } table.responsive-table.data:not(.nomobile) tr:last-child td:last-child { border-bottom: none; } table.responsive-table.data tr td ul { margin: 0px; padding: 5px 15px; } table.responsive-table.list { border-top: 1px solid #ccc; border-left: none; display: block; } table.responsive-table.list tbody { display: block; } table.responsive-table.list tr { display: block; } table.responsive-table.list tr:hover { background-color: #f3f3f3; } table.responsive-table.list tr td { border-top: none; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; background-color: #f3f3f3; width: auto; padding: 6px 12px; display: block; } table.responsive-table.list tr td.empty { display: none; } /* CTA Options */ .ctaOptionsCT { display: block; border: none; background-color: transparent; width: 100%; font-size: 1em; } .ctaOptionsCT .ctaOptions { display: block; } .ctaOptionsCT.vision .ctaOption, .ctaOptionsCT.five .ctaOption, .ctaOptionsCT.four .ctaOption, .ctaOptionsCT.president .ctaOption, .ctaOptionsCT .ctaOption { display: block; background-color: #ffffff; border: 1px solid #d3d3d3; width: calc(100% - 77px); padding: 13px 5px 13px 70px; margin-bottom: 20px; height: auto; background-position: 10px center; } .ctaOptionsCT .ctaOption:last-child { border: 1px solid #d3d3d3; margin-bottom: 0px; } .ctaOptionsCT .ctaOption .optionArrow, .ctaOptionsCT .ctaOption .arrow { display: block; } .ctaOptionsCT .ctaOption.academic { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/homepage/icon_major.png'); } .ctaOptionsCT .ctaOption.dining { background-image:url('/media/twu/style-assets/images/buttons/cta_dining_mobile.png'); } .ctaOptionsCT .ctaOption.graduate { background-image:url('/media/twu/style-assets/images/buttons/cta_graduate_mobile.png'); background-size: 36px; padding-left: 50px; } .ctaOptionsCT .ctaOption.housing { background-image:url('/media/twu/style-assets/images/buttons/cta_housing_mobile.png'); } .ctaOptionsCT .ctaOption.location { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/homepage/icon_map.png'); } .ctaOptionsCT .ctaOption.money { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/homepage/icon_cost.png'); } .ctaOptionsCT .ctaOption.undergraduate { background-image:url('/media/twu/style-assets/images/buttons/cta_undergraduate_mobile.png'); background-size: 36px; padding-left: 50px; } .ctaOptionsCT .ctaOption.campus { background-image:url('/media/style/icon/icon_campusLiving_mobile.png'); } .ctaOptionsCT .ctaOption.conversation { background-image:url('/media/style/icon/icon_getInvolved_mobile.png'); } .ctaOptionsCT .ctaOption.toolbox { background-image:url('/media/style/icon/icon_studentResources_mobile.png'); } /* CTA Options for President's Site */ .ctaOptionsCT.vision .ctaOption, .ctaOptionsCT.five .ctaOption, .ctaOptionsCT.four .ctaOption, .ctaOptionsCT.president .ctaOption { background-size: 36px; font-size: 1em; text-align: left; } .ctaOptionsCT.president .ctaOption:hover { background-color: #e5e5e5; } .ctaOptionsCT .ctaOption.aboutPresident { background-image:url('https://cms.txwes.edu/media/twu/office-of-the-president/about_the_president_gray.png'); } .ctaOptionsCT .ctaOption.forumsIdeas { background-image:url('https://cms.txwes.edu/media/twu/office-of-the-president/forums_and_ideas_gray.png'); } .ctaOptionsCT .ctaOption.vision { background-image:url('https://cms.txwes.edu/media/twu/office-of-the-president/2020_vision_gray.png'); } .ctaOptionsCT .ctaOption.ourStaff { background-image:url('https://cms.txwes.edu/media/twu/office-of-the-president/our_staff_gray.png'); } .ctaOptionsCT.vision .ctaOption { margin-bottom: 85px; } .ctaOptionsCT.vision .ctaOption .hoverInfo { display: block; width: calc(100% - 19px); border: none; background-color: #f3f3f3; top: 102%; padding-bottom: 35px; } .ctaOptionsCT.vision .ctaOption .hoverInfo .learnMore { display: none; } /* Right Column Mobile Content */ .rcMobile-d, .desktop-only { display: none; } .rcMobile-m, .mobile-only { display: block; } table.desktop-only { display: none !important; } table.mobile-only { display: block; } /* Signature Quote */ .signatureQuoteCT.president { padding-bottom: 185px; } .signatureQuoteCT .signatureQuote { width: 100%; } /* Captioned Image */ .captionedImage img { width: 100% !important; float: none !important; } .captionedImage .caption { width: auto !important; padding: 10px !important; float: none !important; text-align: left !important; } /* News Rotator .news-rotator { } .news-rotator .rotator-item .rotator-photo { float: none; width: auto; } .news-rotator .rotator-item .rotator-title { float: none; width: auto; font-weight: bold; padding-bottom: 12px; } .news-rotator .rotator-item .rotator-category { font-weight: normal; } .news-rotator .rotator-item .rotator-teaser { float: none; width: auto; } .news-rotator .rotator-item .rotator-more { float: none; width: auto; } */ /* Horizontal News List */ .horizontalNewsList .newsItem { width: 50%; } #contentCT.newsEvents .horizontalNewsList .newsItem, #contentCT.hp .horizontalNewsList .newsItem, .horizontalNewsList.three .newsItem { width: 50%; } .horizontalNewsList .newsItem:nth-child(2n) .image, .horizontalNewsList .newsItem:nth-child(2n) .title { margin: 0px auto 0px 0px; } .horizontalNewsList .newsItem:nth-child(2n) .category { margin: 8px auto 10px 0px; } .horizontalNewsList .newsItem:nth-child(2n+1) .image, .horizontalNewsList .newsItem:nth-child(2n+1) .title { margin: 0px 0px 0px auto; } .horizontalNewsList .newsItem:nth-child(2n+1) .category { margin: 8px 0px 10px auto; } .horizontalNewsList .newsItem:nth-child(2n) { clear: both; } #contentCT.threeCol .horizontalNewsList .newsItem:nth-child(2n) .image, #contentCT.threeCol .horizontalNewsList .newsItem:nth-child(2n) .title { margin: 0px auto 0px 0px; } #contentCT.newsEvents .horizontalNewsList .newsItem:nth-child(2n) .image, #contentCT.newsEvents .horizontalNewsList .newsItem:nth-child(2n) .title, #contentCT.hp .horizontalNewsList .newsItem:nth-child(2n) .image, #contentCT.hp .horizontalNewsList .newsItem:nth-child(2n) .title { margin: 0px auto 0px 0px; } #contentCT.newsEvents .horizontalNewsList .newsItem:nth-child(2n) .category, #contentCT.hp .horizontalNewsList .newsItem:nth-child(2n) .category { margin: 8px auto 10px 0px; } /* News & Events Combined list */ .newsEvents2ColCt .verticalNewsList, #contentCT.hp .newsEvents2ColCt .verticalNewsList { width: auto; display: block; float: none; } .newsEvents2ColCt #upcomingEventsList { width: auto; display: block; float: none; margin-top: 20px; } #contentCT.hp .verticalNewsList .newsItem .image { width: 125px; } /* RSS Link */ .rss-link { padding: 0px; width: calc(100% - 20px); margin: auto; } .rss-link a { display: block; text-align: center; background-color: #ffffff; border: 1px solid #ccc; padding: 7px 0px; } /* File Download */ .file-download { max-width: 50%; } } @media screen and (max-width: 599px) { /* News and Events Page */ #newsEventsTop { margin-top: 0px; } #newsEventsTop #featuredStory { float: none; border-top: none; padding-top: 0px; width: 100%; } #newsEventsTop #featuredStory #featuredStoryDate { display: none; } #newsEventsTop #featuredStory #featuredStoryBanner { text-indent: 0; white-space: normal; background-image: none; width: calc(100% - 20px); padding: 3px 10px; background-color: #fed000; height: auto; } #newsEventsTop #featuredStory #featuredStoryContent { width: 100%; padding: 0px; border: none; overflow:auto; position: relative; top: 0px; left: 0px; background-color: #191919; } #newsEventsTop #featuredStory #featuredStoryContent #featuredStoryTitle { font-size: 1.5em; margin-bottom: 0px; background-color: rgba(19,19,19,0.7); width: calc(85% - 10px); position: absolute; bottom: 0px; left: 0px; padding: 10px 15% 10px 10px; color: #ffffff; background-image: url('/media/twu/style-assets/images/responsive/news-banner-arrow.png'); background-repeat: no-repeat; background-position: 95% center; } #newsEventsTop #featuredStory #featuredStoryContent #featuredStoryPhoto { margin-bottom:0px; } #newsEventsTop #featuredStory #featuredStoryContent #featuredStorySummary { display: none; } #newsEventsTop #featuredStory #featuredStoryContent #featuredStoryLearnMore { display: none; } #newsEventsTop #featuredStoriesList { border-top: none; padding-top: 0px; width: 100%; float: none; } #newsEventsTop #featuredStoriesList { border-top: none; padding: 0px; width: auto; float: none; } #newsEventsTop #featuredStoriesList #featuredStoriesHeader { border-bottom: none; padding: 5px 10px; margin-bottom: 0px; background-color: #004b8d; color: #ffffff; } #newsEventsTop #featuredStoriesList #featuredStories { padding:0px 5px; margin-bottom: 20px; } #newsEventsTop #featuredStoriesList #featuredStories .featuredListItem { margin-bottom: 0px; font-size: 1em; overflow: auto; border-bottom: 1px dashed #ccc; padding: 10px 5px; } #newsEventsTop #featuredStoriesList #featuredStories .featuredListItem .featuredDate { display: none; } #newsEventsTop #featuredStoriesList #featuredStories .featuredListItem .featuredTitle { float: none; width: auto; } #newsEventsTop #moreNewsButton { width: calc(100% - 20px);height:40px;border:none;background-image:url('/media/twu/style-assets/images/all_news.png');background-color:#fff;background-repeat:no-repeat;background-position:center center;position:relative;bottom:0px;right:0px; margin-left: 10px; margin-right: 10px; } #newsEventsBottom #monthlyEvents { float: none; border: none; padding: 0px; width: auto; position:relative; top:0px;left:0px;min-height:0px; margin-bottom: 20px; } #newsEventsBottom #monthlyEvents #monthlyEventsHeader { padding: 5px 10px; border:none; background-color: #004b8d; color: #fff; } #newsEventsBottom #monthlyEvents #monthlyEventsList { padding:10px; } #newsEventsBottom #monthlyEvents #monthlyEventsList ul { list-style-image:url('/media/twu/style-assets/images/greyBullet.png');margin:0px;padding:0px 15px;font-size:0.9em; } #newsEventsBottom #monthlyEvents #monthlyEventsList ul li { } #newsEventsBottom #monthlyEvents #monthlyEventsLearnMore { width: calc(100% - 20px);height:40px;border:none;background-image:url('/media/twu/style-assets/images/all_events.png');background-color:#fff;background-repeat:no-repeat;background-position:center center;position:relative;bottom:0px;right:0px; margin-left: 10px; margin-right: 10px; } #newsEventsBottom #engagingEducators { float:none; border:none; width:calc(100% - 20px); position:relative; top:0px; left:0px; margin-right:10px; margin-left:10px; padding:0px; margin-bottom: 20px; min-height: 0; background-color: #191919; } #newsEventsBottom #engagingEducators #engagingEducatorsHeader { padding: 5px 10px; border: none; background-color: #004b8d; color: #fff; } #newsEventsBottom #engagingEducators #engagingEducatorsTitle { font-size:1em; padding:5px 15% 5px 10px; width: calc(85% - 10px); position: absolute; bottom: 0px; left: 0px; background-color: rgba(19,19,19,0.7); color: #fff; background-image: url('/media/twu/style-assets/images/responsive/news-banner-arrow.png'); background-repeat: no-repeat; background-position: 95% center; } #newsEventsBottom #engagingEducators #engagingEducatorsLearnMore { display:none; } #newsEventsBottom #moversShakers { float:none;border: none; width:calc(100% - 20px); position:relative;top:0px;left:0px; margin-right:10px; margin-left:10px; padding:0px; margin-bottom: 0px; min-height: 0; background-color: #191919; } #newsEventsBottom #moversShakers #moversShakersHeader { padding: 5px 10px; border:none; background-color: #004b8d; color: #fff; } #newsEventsBottom #moversShakers #moversShakersTitle { font-size:1em; padding:5px 15% 5px 10px; width: calc(85% - 10px); position: absolute; bottom: 0px; left: 0px; background-color: rgba(19,19,19,0.7); color: #fff; background-image: url('/media/twu/style-assets/images/responsive/news-banner-arrow.png'); background-repeat: no-repeat; background-position: 95% center; } #newsEventsBottom #moversShakers #moversShakersLearnMore { display: none; } /* News Details */ #newsItemContainer { width:100%; float: none; } #eventItemContainer { width:100%; float: none; } #suggestionBox { width:100%; float: none; margin-top:0px; margin-bottom: 20px; } #suggestionBox #sbSeeMore { width:calc(100% - 50px);height:34px;margin-left:25px; margin-right:25px;background-image:url('/media/twu/style-assets/images/all_news.png');background-position:center center; background-repeat:no-repeat; background-color:#ffffff; border:1px solid #ccc; } .news-story .news-top.photo { background: none; } .news-story .news-top.photo .news-info { width: auto; display: block; float: none; } .news-story .news-top.photo .news-info .news-title { font-size: 1.5em; } .news-story .news-top.photo .news-photo { width: auto; display: block; float: none; } /* News Archive */ #newsArchiveContainer { border: none; } #newsArchiveContainer .newsArchiveItem { background-color: #f3f3f3; } #newsArchiveContainer .newsArchiveItem:hover { background-color: #ffffff; } #newsArchiveContainer .newsArchiveItem:nth-last-child(2) { border-bottom: none; } #newsArchiveContainer .newsArchiveItem .newsArchiveItemDate { float:none; font-size: 0.9em; text-align: left; } #newsArchiveContainer .newsArchiveItem .newsArchiveItemTitle { width:calc(100% - 65px); } #newsArchiveContainer .newsArchiveItem .newsArchiveItemIcons { width:auto; } .AC-Pager { border-bottom: none; padding-top:15px; padding-bottom: 15px; } .AC-Pager .currentpage { display: none; } .AC-Pager a { display: none; } .AC-Pager a:nth-last-child(2) { display: block; width: 100%; text-indent: 150%; white-space:nowrap; overflow: hidden; background-color: #ffffff; border: 1px solid #ccc; background-image:url('/media/twu/style-assets/images/all_news.png'); background-repeat:no-repeat;background-position:center center; height: 40px; } /* News & Events Calendar */ #calendarContainer { } #calendarContainer .calendar-day-np { border:1px solid #cccccc; background-color:#cccccc; } #calendarContainer .day-number { font-size: 1em; } #calendarContainer .day-number .dot { height: 7px; width: 7px; margin-left: -3px; margin-top: 10px; } #monthTitle { left: auto; right: 20px; } #calendarYear { background-color: rgba(19,19,19,0.7); color: #ffffff; padding: 5px 10px; top: -3px; left: 10px; } #calendarYear:hover { height:auto; } #selectYear { border:none; position:absolute; top:100%; left:0px; background-color:rgba(19,19,19,0.7); width:100%; } #selectYear div { padding:5px; margin-left: 5px; margin-right: 5px; border-bottom: 1px solid #ffffff; } #selectYear div:last-child { border: none; } #calendarSelect { top: -77px; background-color: #002460; color: #ffffff; padding: 5px 10px; right: 10px; z-index: 99; } #calendarSelect:hover { height: auto; } #calendarOption { border: none; width: 100%; background-color: rgba(19,19,19,0.8); left: 0px; top: 100%; } #calendarOption div { border-bottom: 1px solid #ffffff; margin-left: 5px; margin-right: 5px; padding: 5px; } #calendarOption div:last-child { border-bottom: none; } #eventsContainer { border-top: none; border-bottom: 1px solid #ccc; } #eventsContainer .event { border-top:1px solid #ccc; border-bottom:none; } #eventsContainer .event:hover { background-color:#cccccc; } #eventsContainer .event .eventTitle { font-size: 1em; } /* Upcoming Events */ #upcomingEventsList {border: none;} #upcomingEventsList #upcomingEventsHeader {background-image:none;background-color:#5C8AB9;font-size:1.1em;height:auto;text-indent: 10px;padding:5px 0px;color:#ffffff;} #upcomingEventsList .upcomingEvent {margin-bottom:10px;border-bottom:1px dashed #ccc;padding-bottom:10px;} #upcomingEventsList #upcomingEventsListSpacer { display: none; } #upcomingEventsList #upcomingEventsListAllEvents {height:15px;padding:15px 0px;text-align:center;width:90%; margin-left: auto; margin-right: auto; margin-bottom: 10px;} #upcomingEventsList #upcomingEventsListAllEvents img {float:none;display:inline-block;} /* Content Block */ .contentBlock { background-image: none; padding: 0px; } .contentBlock .contentBlockHeader { border-bottom: none; color: #000000; } /* Featured Content with Image */ .featuredContent .image { display: none; } .featuredContent .title { background-image: none; } .featuredContent .title a, .featuredContent .title a:visited { color: inherit; } .featuredContent.varOne .title { background-image: none; background-color: #004b8d; color: #ffffff; } .featuredContent.noImage .title { padding-left: 10px; } /* Featured Content Block */ .featuredContentBlockHeader { background-image: none; border: none; padding: 5px 10px; background-color: #c4e4f7; } .featuredContentBlock { background-image: none; border: none; padding: 20px; position: relative; top: 0px; left: 0px; } /* Counselor Callout */ .selectRowContainer .selectRow .selectRowText { margin-left: 95px; } .selectRowContainer .selectRow .counselorContactButton { background-color: #cccccc; font-size:1.1em; } /* Professor Details */ #professorHeadContainer { border: none; } #professorHeadContainer #professorNavigation { overflow: auto; width: 100%; } #professorHeadContainer #professorNavigation .professorNavigationIntro { float: none; text-align: left; width: 100%; margin-bottom: 10px; } #professorHeadContainer #professorNavigation img { width: 45%; height: auto; float: left; margin-left: 0px; } #professorHeadContainer #professorNavigation a:last-child img { float: right; } #professorContactContainer .professorContactButton { float: none; } #professorContactContainer .professorContactAlternate { float: none; margin-left: 0px; } #professorQAHeader { border: none; } .professorQuestionContainer { border: none; } .professorQuestionContainer .professorDot { display: none; } .professorQuestionContainer .professorQuestion { padding-left: 0px; } .professorQuestionContainer .professorAnswer { padding-left: 0px; } /* Buttons */ .button.go { min-width: 0px; width: calc(100% - 35px); } /* CSS Table Layout */ .table:not(.nofold) { display: block; } .table:not(.nofold) .row { display: block; padding: 10px 5px; border-top: 1px dashed #ccc; overflow: auto; width: auto; } .table .row.header { display: none; } .table:not(.nofold) .row .cell { display: block; padding: 8px 0px; border: none; } .table .row .cell:before { display: block; content: attr(data-head)": "; } /* CSS List Table Layout */ .table.list:not(.nofold) { border-top: 1px solid #ccc; border-left: none; display: block; } .table.list:not(.nofold) .row { display: block; padding: 0px; border: none; } .table.list .row:hover { background-color: #f3f3f3; } .table.list:not(.nofold) .row .cell { border-top: none; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; background-color: #f3f3f3; width: auto; padding: 6px 12px; display: block; } .table.list .row .cell:before { display: none; } .table.list .row .cell.empty { display: none; } /* CSS Data Table */ .table.data { border: 1px solid #ccc; display: block; } .table.data .row { display: block; border: none; padding: 0px; } .table.data .row .cell { border: none; border-bottom: 1px solid #ccc; background-color: #f3f3f3; padding: 10px 10px; display: block; overflow: auto; } .table.data .row .cell:first-child { border-right: none; background-color: #ffffff; width: auto; } .table.data .row .cell:before { display: none; } .table.data .row:hover { background-color: transparent; } .table.data .row:hover .cell:first-child { background-color: #d5e5ef; } .table.data .row:last-child .cell { border-bottom: 1px solid #cccccc; } .table.data .row:last-child .cell:last-child { border-bottom: none; } .table.data .row .cell ul { margin: 0px; padding: 5px 15px; } /* CSS Table Layout */ .responsive-table table { display: block; } .responsive-table table tbody { display: block; } .responsive-table table tr { display: block; padding: 10px 5px; border-top: 1px dashed #ccc; overflow: auto; width: auto; } .responsive-table table tr td { display: block; padding: 8px 0px; border: none; } .responsive-table table tr td:before { display: block;content: attr(data-head)": "; } /* table.responsive-table { display: block; } table.responsive-table tbody { display: block; } table.responsive-table tr { display: block; padding: 10px 5px; border-top: 1px dashed #ccc; overflow: auto; width: auto; } table.responsive-table tr td { display: block; padding: 8px 0px; border: none; } table.responsive-table tr td:before { display: block;content: attr(data-head)": "; } */ table.responsive-table:not(.nomobile) { display: block; } table.responsive-table:not(.nomobile) tbody { display: block; } table.responsive-table:not(.nomobile) tr { display: block; padding: 10px 5px; border-top: 1px dashed #ccc; overflow: auto; width: auto; } table.responsive-table:not(.nomobile) tr.header { display: none; } table.responsive-table:not(.nomobile) thead { display: none; } table.responsive-table:not(.nomobile) tr td { display: block; padding: 8px 0px; border: none; } table.responsive-table:not(.nomobile) tr td:before { display: block;content: attr(data-head)": "; } table.responsive-table tr td:not([data-head]):before { display: none !important; } table.responsive-table.list:not(.nomobile) { border-top: 1px solid #ccc; border-left: none; display: block; } table.responsive-table.list:not(.nomobile) tr { display: block; padding: 0px; border: none; } table.responsive-table.list:not(.nomobile) tr:hover { background-color: #f3f3f3; } table.responsive-table.list:not(.nomobile) tr td { border-top: none; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; background-color: #f3f3f3; width: auto; padding: 6px 12px; display: block; } table.responsive-table.list:not(.nomobile) tr td:before { display: none; } table.responsive-table.list:not(.nomobile) tr td.empty { display: none; } table.responsive-table.data:not(.nomobile) { border: 1px solid #ccc; display: block; } table.responsive-table.data:not(.nomobile) tr { display: block; border: none; padding: 0px; } table.responsive-table.data:not(.nomobile) tr td { border: none; border-bottom: 1px solid #ccc; background-color: #f3f3f3; padding: 10px 10px; display: block; overflow: auto; } table.responsive-table.data:not(.nomobile) tr td:first-child { border-right: none; background-color: #ffffff; width: auto; } table.responsive-table.data:not(.nomobile) tr td:before { display: none; } table.responsive-table.data:not(.nomobile) tr:hover { background-color: transparent; } table.responsive-table.data:not(.nomobile) tr:hover td:first-child { background-color: #d5e5ef; } table.responsive-table.data:not(.nomobile) tr:last-child td { border-bottom: 1px solid #cccccc; } table.responsive-table.data:not(.nomobile) tr:last-child td:last-child { border-bottom: none; } table.responsive-table.data:not(.nomobile) tr td ul { margin: 0px; padding: 5px 15px; } /* CTA Options */ .ctaOptionsCT { display: block; border: none; background-color: transparent; width: 100%; font-size: 1em; } .ctaOptionsCT .ctaOptions { display: block; } .ctaOptionsCT.vision .ctaOption, .ctaOptionsCT.five .ctaOption, .ctaOptionsCT.four .ctaOption, .ctaOptionsCT.president .ctaOption, .ctaOptionsCT .ctaOption { display: block; background-color: #ffffff; border: 1px solid #d3d3d3; width: calc(100% - 77px); padding: 13px 5px 13px 70px; margin-bottom: 20px; height: auto; background-position: 10px center; } .ctaOptionsCT .ctaOption:last-child { border: 1px solid #d3d3d3; margin-bottom: 0px; } .ctaOptionsCT .ctaOption .optionArrow, .ctaOptionsCT .ctaOption .arrow { display: block; } .ctaOptionsCT .ctaOption.academic { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/homepage/icon_major.png'); } .ctaOptionsCT .ctaOption.dining { background-image:url('/media/twu/style-assets/images/buttons/cta_dining_mobile.png'); } .ctaOptionsCT .ctaOption.graduate { background-image:url('/media/twu/style-assets/images/buttons/cta_graduate_mobile.png'); background-size: 36px; padding-left: 50px; } .ctaOptionsCT .ctaOption.housing { background-image:url('/media/twu/style-assets/images/buttons/cta_housing_mobile.png'); } .ctaOptionsCT .ctaOption.location { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/homepage/icon_map.png'); } .ctaOptionsCT .ctaOption.money { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/homepage/icon_cost.png'); } .ctaOptionsCT .ctaOption.undergraduate { background-image:url('/media/twu/style-assets/images/buttons/cta_undergraduate_mobile.png'); background-size: 36px; padding-left: 50px; } /* CTA Options for President's Site */ .ctaOptionsCT.vision .ctaOption, .ctaOptionsCT.five .ctaOption, .ctaOptionsCT.four .ctaOption, .ctaOptionsCT.president .ctaOption { background-size: 36px; font-size: 1em; text-align: left; } .ctaOptionsCT.president .ctaOption:hover { background-color: #e5e5e5; } .ctaOptionsCT .ctaOption.aboutPresident { background-image:url('https://cms.txwes.edu/media/twu/office-of-the-president/about_the_president_gray.png'); } .ctaOptionsCT .ctaOption.forumsIdeas { background-image:url('https://cms.txwes.edu/media/twu/office-of-the-president/forums_and_ideas_gray.png'); } .ctaOptionsCT .ctaOption.vision { background-image:url('https://cms.txwes.edu/media/twu/office-of-the-president/2020_vision_gray.png'); } .ctaOptionsCT .ctaOption.ourStaff { background-image:url('https://cms.txwes.edu/media/twu/office-of-the-president/our_staff_gray.png'); } .ctaOptionsCT.vision .ctaOption { margin-bottom: 85px; } .ctaOptionsCT.vision .ctaOption .hoverInfo { display: block; width: calc(100% - 19px); border: none; background-color: #f3f3f3; top: 102%; padding-bottom: 35px; } .ctaOptionsCT.vision .ctaOption .hoverInfo .learnMore { display: none; } /* Right Column Mobile Content */ .rcMobile-d, .desktop-only { display: none; } .rcMobile-m, .mobile-only { display: block; } table.desktop-only { display: none !important; } table.mobile-only { display: block; } /* Signature Quote */ .signatureQuoteCT.president { padding-bottom: 185px; } .signatureQuoteCT .signatureQuote { width: 100%; } /* Captioned Image */ .captionedImage img { width: 100% !important; float: none !important; } .captionedImage .caption { width: auto !important; padding: 10px !important; float: none !important; text-align: left !important; } /* News Rotator */ .news-rotator { } .news-rotator .rotator-item .rotator-photo { float: none; width: auto; } .news-rotator .rotator-item .rotator-title { float: none; width: auto; padding-bottom: 12px; } .news-rotator .rotator-item .rotator-teaser { float: none; width: auto; } .news-rotator .rotator-item .rotator-more { float: none; width: auto; } /* Horizontal News List */ .horizontalNewsList .newsItem { width: 50%; } #contentCT.newsEvents .horizontalNewsList .newsItem, #contentCT.hp .horizontalNewsList .newsItem, .horizontalNewsList.three .newsItem { width: 50%; } .horizontalNewsList .newsItem:nth-child(2n) .image, .horizontalNewsList .newsItem:nth-child(2n) .title { margin: 0px auto 0px 0px; } .horizontalNewsList .newsItem:nth-child(2n) .category { margin: 8px auto 10px 0px; } .horizontalNewsList .newsItem:nth-child(2n+1) .image, .horizontalNewsList .newsItem:nth-child(2n+1) .title { margin: 0px 0px 0px auto; } .horizontalNewsList .newsItem:nth-child(2n+1) .category { margin: 8px 0px 10px auto; } .horizontalNewsList .newsItem:nth-child(2n) { clear: both; } #contentCT.threeCol .horizontalNewsList .newsItem:nth-child(2n) .image, #contentCT.threeCol .horizontalNewsList .newsItem:nth-child(2n) .title { margin: 0px auto 0px 0px; } #contentCT.newsEvents .horizontalNewsList .newsItem:nth-child(2n) .image, #contentCT.newsEvents .horizontalNewsList .newsItem:nth-child(2n) .title, #contentCT.hp .horizontalNewsList .newsItem:nth-child(2n) .image, #contentCT.hp .horizontalNewsList .newsItem:nth-child(2n) .title { margin: 0px auto 0px 0px; } #contentCT.newsEvents .horizontalNewsList .newsItem:nth-child(2n) .category, #contentCT.hp .horizontalNewsList .newsItem:nth-child(2n) .category { margin: 8px auto 10px 0px; } /* Vertical News List */ .verticalNewsList .moreNews.white { background-color: #ffffff; } /* News & Events Combined list */ .newsEvents2ColCt .verticalNewsList, #contentCT.hp .newsEvents2ColCt .verticalNewsList { width: auto; display: block; float: none; } .newsEvents2ColCt #upcomingEventsList { width: auto; display: block; float: none; margin-top: 20px; } #contentCT.hp .verticalNewsList .newsItem .image { width: 125px; } /* RSS Link */ .rss-link { padding: 0px; width: calc(100% - 20px); margin: auto; } .rss-link a { display: block; text-align: center; background-color: #ffffff; border: 1px solid #ccc; padding: 7px 0px; } /* File Download */ .file-download { max-width: 50%; } } @media screen and (max-width: 479px) { /* News and Events Page */ #newsEventsTop #featuredStory #featuredStoryContent #featuredStoryTitle { font-size: 1.2em; } /* Counselor Callout */ .selectRowContainer .selectRow { padding-bottom: 2.2em; } .selectRowContainer .selectRow .selectRowText { margin-left: 85px; } .selectRowContainer .selectRow .selectRowControls, .selectRowContainer .selectRow .professorCalloutEmailButton { top: auto; bottom: 0px; right: 50%; margin-right: -35%; width: 70%; } /* Horizontal News List */ #contentCT.threeCol .horizontalNewsList .newsItem, .horizontalNewsList .newsItem, #contentCT.newsEvents .horizontalNewsList .newsItem, #contentCT.hp .horizontalNewsList .newsItem, .horizontalNewsList.three .newsItem { width: 100%; float: none; margin: 0px 0px 20px; } .horizontalNewsList .newsItem .image, .horizontalNewsList .newsItem .title, #contentCT.hp .horizontalNewsList .newsItem .image, #contentCT.hp .horizontalNewsList .newsItem .title { width: 100%; margin: 0px auto; } .horizontalNewsList .newsItem .category, #contentCT.hp .horizontalNewsList .newsItem .category { width: 100%; margin: 8px auto 10px; } #contentCT.threeCol .horizontalNewsList .newsItem .image, #contentCT.threeCol .horizontalNewsList .newsItem .title { width: 100%; margin: 0px auto; } #contentCT.threeCol .horizontalNewsList .newsItem .category { width: 100%; margin: 8px auto 10px; } #contentCT.newsEvents .horizontalNewsList .newsItem .image, #contentCT.newsEvents .horizontalNewsList .newsItem .title, #contentCT.hp .horizontalNewsList .newsItem .image, #contentCT.hp .horizontalNewsList .newsItem .title { width: 100%; margin: 0px auto; } #contentCT.newsEvents .horizontalNewsList .newsItem .category, #contentCT.hp .horizontalNewsList .newsItem .category { width: 100%; margin: 8px auto 10px; } .horizontalNewsList .newsItem .image img:first-child { width: 100%; } /* Vertical News List */ .verticalNewsList .newsItem .image { display: none; } .verticalNewsList .newsItem .category { margin-left: 0px; } .verticalNewsList .newsItem .title { margin-left: 0px; } .verticalNewsList .newsItem .teaser { margin-left: 0px; } } /* Page Title Banner - html.page-title-banner */ section#page-title { background-image: url('/scripts/media-resize/index.php?f=/media/academics/full-width-banner/student-resources_1.jpg&s=0.1'); padding-top: 200px; background-size: cover; background-repeat: no-repeat; background-position: top center; } section#page-title.loaded { background-image: url('/media/academics/full-width-banner/student-resources_1.jpg'); } @media screen and (max-width:800px) { section#page-title { background-image: url('/scripts/media-resize/index.php?f=/media/academics/full-width-banner/student-resources_2.jpg&s=0.1'); } section#page-title.loaded { background-image: url('/media/academics/full-width-banner/student-resources_2.jpg'); } } @media screen and (max-width:600px) { section#page-title { background-image: url('/scripts/media-resize/index.php?f=/media/academics/full-width-banner/student-resources_3.jpg&s=0.1'); } section#page-title.loaded { background-image: url('/media/academics/full-width-banner/student-resources_3.jpg'); } } section#page-title .mask { display: block; position: absolute; top: 0px; right: 0px; bottom: 0px; left: 0px; height: 100%; width: 100%; margin: auto; background: -moz-linear-gradient(top, rgba(0,0,0,0) 25%, rgba(0,0,0,0.75) 100%); /* FF3.6-15 */ background: -webkit-linear-gradient(top, rgba(0,0,0,0) 25%,rgba(0,0,0,0.75) 100%); /* Chrome10-25,Safari5.1-6 */ background: linear-gradient(to bottom, rgba(0,0,0,0) 25%,rgba(0,0,0,0.75) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */ } section#page-title .page-title-subtitle { width: calc(100% - 80px); max-width: 1280px; position: relative; top: 0px; left: 0px; margin: 0px auto 24px; color: #ffffff; font-style: italic; z-index: 2; font-size: 1.2em; } section#page-title .page-title-subtitle:empty { display: none; } section#page-title .page-title-subtitle:empty+.page-title-cta { margin-top: 6px; } section#page-title .page-title-cta { width: calc(100% - 80px); max-width: 1280px; position: relative; top: 0px; left: 0px; margin: 0px auto; z-index: 2; } section#page-title .page-title-cta .button { font-size: 1em; border: 1px solid #fed000; color: #000000; } section#page-title .page-title-cta .button.visit { background-image: url('/media/twu/style-assets/images/homepage/visit_campus_yellow_icon.png'); background-color: rgba(0,0,0,0.2); color: #fed000; background-position: left 10px center; padding-left: 50px; margin-left: 16px; } section#page-title .page-title-cta .button.mobile { display: none; } @media screen and (max-width: 480px) { section#page-title .page-title-subtitle { width: calc(100% - 40px); } section#page-title .page-title-cta { width: calc(100% - 40px); display: flex; } } @media screen and (max-width: 400px) { section#page-title .page-title-cta { justify-content: space-between; } section#page-title .page-title-cta .button { display: none; } section#page-title .page-title-cta .button.mobile { display: block; width: 40%; } } section#page-title #breadcrumb { position: relative; top: 0px; left: 0px; z-index: 2; margin-bottom: 6px; } section#page-title h1 { position: relative; top: 0px; left: 0px; z-index: 2; } @media screen and (max-width: 768px) { section#page-title h1 { font-size: 2.3em; } } /* Temp Delete When Done with Migration */ .academicsbanner { display: none !important; } .admissionsbanner { display: none !important; } /* Page Title Content - text/pagetitlecontent */ /* Page Title Banner Splash - Video - text/pagetitlecontent */ </style> <!-- Page Head Scripting Output --> </head> <body> <!-- Header Code Template --><!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T5WGKC" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <a class="skipnav" href="#content">Skip to Content</a> <div class="promotion-banner holiday thanksgiving "> <a class="banner-link" href="/" target="_blank"> <div class="icon"></div> <div class="content"> <div class="title"> Thanksgiving <span class="date">11/26/2024</span> </div> <div class="text"> The University will be closed for Thanksgiving Break Nov. 26-29. Have a wonderful holiday! </div> </div> </a> <a href="javascript:void(0);" aria-label="Hide Banner" class="close"></a> </div> <div id="privacy-notice-mobile" class="mobile" style="display:none;"> <div class="message">Please read our <a href="/admissions/what-will-it-cost/fees-costs-and-policies/university-policies/privacy-policy/" target="_blank">updated Privacy Policy</a>.</div> <div class="close"><a href="javascript:hidePrivacyNotice();">Accept</a></div> </div> <div id="outer-ct"> <header> <div id="logo-search-ct"> <a id="logo" href="/" title="Texas Wesleyan University Homepage"><img cscfind src="/media/twu/style-assets/images/logoColor.png" alt="Texas Wesleyan University" /></a> <a id="logo-mobile" href="/" title="Texas Wesleyan University Homepage"><img cscfind src="/media/twu/style-assets/images/university-logo-320.png" alt="Texas Wesleyan University" /></a> <a id="logo-shield" href="/" title="Texas Wesleyan University Homepage"><img cscfind src="/media/style/icon/logo-shield-only.png" alt="Texas Wesleyan University Shield" /></a> <nav id="quick-nav"> <a class="apply" href="/admissions/pre-app/"><img cscfind src="/media/twu/style-assets/images/homepage/apply_yellow_icon.png" alt="" /> Apply</a> <div class="border"></div> <a class="visit" href="/admissions/visit-campus/"><img cscfind src="/media/style/icon/icon_virtual_tour_old.png" alt="" /> Visit</a> <div class="border"></div> <a class="send-info" href="/admissions/lets-connect/"><img cscfind src="/media/style/icon/request_info_yellow_icon.png" alt="" /> Get Info</a> <div class="border"></div> <a class="give" href="https://connect.txwes.edu/g/wesleyan-fund"><img cscfind src="/media/style/icon/give_yellow_icon.png" alt="" /> Give</a> <a title="Open the Mobile Menu" id="mobile-menu-btn" onclick="toggleMobileMenu(this, event);" onkeypress="toggleMobileMenu(this, event);" tabindex="0"></a> </nav> <section id="search" aria-label="Search" role="search"> <form method="get" action="/search/"> <input type="text" name="q" aria-label="Search field" placeholder="Search here..."/><input type="image" title="Submit Search" src="/media/search-icon-1.png" alt="Submit Search"/> </form> <a class="find-office" href="/search/directory/">Find An Office <img cscfind src="/media/style/icon/list-arrow-icon.png" alt="" /></a> </section> </div> <section id="mobile-main-nav" onclick="toggleMobileMenu(this, event);"> <div class="background"> <div class="search"> <form method="get" action="/search/"> <input type="text" name="q" aria-label="Search field" placeholder="Search here..."/> </form> <a class="find-office" href="/search/directory/">Find An Office <img cscfind src="/media/style/icon/list-arrow-icon.png" alt="" /></a> </div> <ul><li><a href="/">Home</a><ul><li><a href="/about/">About</a><ul><li><a href="/about/university-history/">University History</a></li><li><a href="/about/mission/">Our Mission</a></li><li><a href="/about/university-policies/">University Policies</a></li><li><a href="/search/directory/">Find an Office</a></li><li><a href="/about/map--directions/">Map & Directions</a></li><li><a href="/diversity-and-inclusion/">Diversity and Inclusion</a></li></ul></li><li><a href="/academics/">Academics</a><ul><li><a href="/academics/undergraduate-majors/">Undergraduate Majors</a></li><li><a href="/academics/online-programs/">Online Programs</a></li><li><a href="/academics/graduate-programs/">Graduate Programs</a></li><li><a href="/academics/dual-degree-programs/">Dual-Degree Programs</a></li><li><a href="/academics/special-programs/">Special Programs</a></li><li><a href="/academics/registrar/">Registrar</a></li><li><a href="/academics/office-of-the-provost/">Office of the Provost</a></li><li><a href="/academics/student-resources/">Student Resources</a></li><li><a href="/academics/news-and-events/">News & Events</a></li></ul></li><li><a href="/admissions/">Admissions & Aid</a><ul><li><a href="/admissions/apply-now/">Apply Now</a></li><li><a href="/admissions/undergraduate/">Undergraduate</a></li><li><a href="/admissions/graduate/">Graduate</a></li><li><a href="/admissions/international/">International</a></li><li><a href="/admissions/visit-campus/">Visit Campus</a></li><li><a href="/admissions/financial-aid--scholarships/">Financial Aid & Scholarships</a></li><li><a href="/cashier/tuition-and-cost/">Tuition & Cost</a></li><li><a href="/admissions/majors-and-degrees/">Majors & Degrees</a></li><li><a href="https://catalog.txwes.edu/" target="_blank">Academic Catalog</a></li></ul></li><li><a href="/student-life/">Student Life</a><ul><li><a href="/student-life/campus-living/">Campus Living</a></li><li><a href="/student-life/get-involved/">Get Involved</a></li><li><a href="/student-life/student-resources/">Student Resources</a></li><li><a href="/student-life/student-resources/career-services/">Career Services</a></li><li><a href="/student-life/get-involved/ramspace/">RamSpace</a></li><li><a href="/student-life/student-life-staff/">Student Life Staff</a></li><li><a href="/student-life/news-and-events/">News & Events</a></li><li><a href="/student-life/make-a-report/">Make a Report</a></li><li><a href="/martin-center-reservations/">Martin Center Reservations</a></li></ul></li><li><a href="http://ramsports.net" target="_top">Athletics</a></li><li><a href="/news-and-events/">News & Events</a><ul><li><a href="/news-and-events/all-news/">All News</a></li></ul></li><li><a href="/alumni/">Alumni</a><ul><li><a href="/alumni/giving/">Giving</a></li><li><a href="/alumni/get-involved/">Get Involved</a></li><li><a href="/alumni/wesleyan-magazine/">Wesleyan Magazine</a></li><li><a href="/alumni/current-students/">Current Students</a></li><li><a href="/alumni/news-and-events/">Alumni News</a></li><li><a href="/alumni/annual-events/">Annual Events</a></li><li><a href="/alumni/virtual-events/">Virtual Events</a></li><li><a href="/alumni/our-staff/">Our Staff</a></li></ul></li><li><a href="/hr/">Human Resources</a><ul><li><a href="/hr/currentemployees/">Health Benefits</a></li><li><a href="/hr/retirement-plans/">Retirement Plans</a></li><li><a href="/hr/other-benefit-programs-and-items/">Other Benefit Programs and Items</a></li><li><a href="/hr/student-employment-program/" accesskey="Student Employment">Student Employment Program</a></li><li><a href="/hr/supervisor-services/">Supervisor Services</a></li><li><a href="/hr/forms/">Forms</a></li><li><a href="/hr/news-and-events/">News & Events</a></li><li><a href="/hr/staff/">Human Resources Staff</a></li><li><a href="/hr/campus-conduct-hotline/">Campus Conduct Hotline</a></li><li><a href="https://txwes.edu/media/human-resources/employees/Political-Activity-Policy---Final.pdf" target="_blank">Political Action Policy</a></li></ul></li><li><a href="/office-of-the-president/">Office of the President</a><ul><li><a href="/office-of-the-president/about-the-president/">About the President</a></li><li><a href="/inauguration/" target="_self">Inauguration</a></li><li><a href="/office-of-the-president/strategic-plan/">Strategic Plan</a></li><li><a href="/office-of-the-president/town-hall/">Town Hall</a></li><li><a href="/office-of-the-president/strategic-plan-news/">Strategic Plan News</a></li><li><a href="/office-of-the-president/board-of-trustees/">Board of Trustees</a></li><li><a href="/office-of-the-president/presidents-staff/">President's Staff</a></li><li><a href="/hr/campus-conduct-hotline/">Campus Conduct Hotline</a></li><li><a href="/office-of-the-president/presidential-search/">Presidential Search</a></li></ul></li><li><a href="/inauguration/">Inauguration</a><ul><li><a href="/inauguration/alumni-event/">Alumni Event</a></li><li><a href="/inauguration/student-event/">Student Event</a></li><li><a href="/inauguration/faculty--staff-event/">Faculty & Staff Event</a></li><li><a href="/inauguration/public-events/">Public Events</a></li><li><a href="/inauguration/the-investiture/">The Investiture</a></li><li><a href="/inauguration/inaugural-gala/">Inaugural Gala</a></li><li><a href="/inauguration/all-events/">All Events</a></li><li><a href="/inauguration/investiture-ceremony/">Investiture Ceremony</a></li></ul></li></ul></li></ul> <nav id="gotoCT-mobile"> <div class="oswald title">Go To</div> <ul> <li><a href="https://selfservice.txwes.edu/Student">Ramlink</a></li> <li><a href="https://login.microsoftonline.com/">Email</a></li> <li><a href="https://txwes.instructure.com/">Canvas</a></li> <li><a href="/news-and-events/all-events/">Calendar</a></li> <li><a href="/hr/">Employment</a></li><li><a href="/security/emergency/">Emergencies</a></li> <li><a href="http://westlibrary.txwes.edu/">Library</a></li> <li><a href="/admissions/visit-campus/maps-and-directions/">Map</a></li> <li><a href="/student-life/student-resources/student-handbook/title-ix-policy-prevention-and-response-to-gender-discrimination/">Title IX</a></li></ul> </nav> </div> </section> <div id="main-nav-bg"> <nav id="main-nav"> <a id="about" href="/about/">About</a> <a id="academics" href="/academics/">Academics</a> <a id="admissions" href="/admissions/">Admissions & Aid</a> <a id="studentlife" href="/student-life/">Student Life</a> <a id="athletics" href="https://ramsports.net/">Athletics</a> <a id="newsevents" href="/news-and-events/">News & Events</a> <a id="alumni" href="/alumni/">Alumni</a> </nav> </div> <section id="sub-nav-ct"> <div id="aboutnav" class="sub-nav"> <div class="col one"><h4>University Info</h4> <ul> <li><a href="/about/university-history/">History</a></li> <li><a href="/about/mission/">Our Mission</a></li> <li><a href="/search/directory/">Find an Office</a></li> <li><a href="/about/map--directions/">Map & Directions</a></li> </ul></div> <div class="col two"><h4>Related Links</h4> <ul> <li><a href="/about/university-policies/">University Policies</a></li> <li><a href="/diversity-and-inclusion/">Diversity and Inclusion</a></li> <li><a href="/office-of-the-president/">Office of the President</a></li> <li><a href="/coronavirus/">Coronavirus Information</a></li> </ul></div> <div class="col three"><p><img cscfind src="/media/homepage/about.jpg" alt="the university clocktower and campus entrance as seen from above" style="width : 100%; width : 100%px; height : auto; height : autopx; " /></p></div> <div class="col four"><h3>About TXWES</h3> <p class="t4-button-blue"><a href="https://txwes.edu/about/">Learn More</a></p></div> <div class="close-btn"></div> </div><div id="academicsnav" class="sub-nav"> <div class="col one"><h4>Majors & Programs</h4> <ul> <li><a href="/academics/undergraduate-majors/">Undergraduate Majors</a></li> <li><a href="/academics/online-programs/">Online Programs</a></li> <li><a href="/academics/graduate-programs/">Graduate Programs</a></li> <li><a href="/academics/dual-degree-programs/">Dual-Degree Programs</a></li> </ul></div> <div class="col two"><h4>Student Resources</h4> <ul> <li><a href="/academics/academic-advising-and-student-success/">Academic Advising</a></li> <li><a href="/academics/academic-advising-and-student-success/academic-success-center/tutoring/">Tutoring</a></li> <li><a href="/student-life/student-resources/career-services/">Career Services</a></li> <li><a href="https://westlibrary.txwes.edu/">West Library</a></li> <li><a href="/academics/student-resources/">Additional Resources</a></li> </ul></div> <div class="col three"><h4>Registrar</h4> <ul> <li><a href="/academics/registrar/news-and-events/academic-calendar/">Academic Calendar</a></li> <li><a href="/academics/registrar/register-for-class/">Register for Classes</a></li> <li><a href="/academics/registrar/order-transcript/">Transcript Request</a></li> <li><a href="/academics/registrar/apply-for-graduation/">Apply for Graduation</a></li> <li><a href="/academics/registrar/policies--forms/">Policies & Forms</a></li> <li><a href="https://txwes.edu/catalog">Academic Catalog</a></li> </ul></div> <div class="col four"><p><img cscfind src="/media/homepage/academics.jpg" alt="a professor speaking with students at a round table" style="width : 100%; width : 100%px; height : auto; height : autopx; " /></p> <h3><a href="https://txwes.edu/academics/">Academics</a></h3> <p class="t4-button-blue"><a href="https://txwes.edu/academics/">Learn More</a></p></div> <div class="close-btn"></div> </div><div id="admissionsnav" class="sub-nav"> <div class="col one"><h4>Admissions</h4> <ul> <li><a href="/admissions/apply-now/">Apply Now</a></li> <li><a href="/admissions/undergraduate/freshman/">Freshman</a></li> <li><a href="/admissions/undergraduate/transfer/">Transfer</a></li> <li><a href="/admissions/graduate/">Graduate</a></li> <li><a href="/admissions/international/">International</a></li> </ul></div> <div class="col two"><h4>Financial Aid</h4> <ul> <li><a href="/admissions/financial-aid--scholarships/scholarships-and-aid/types-of-financial-aid/scholarships/freshman-scholarships/">Freshman Scholarships</a></li> <li><a href="/admissions/financial-aid--scholarships/scholarships-and-aid/types-of-financial-aid/scholarships/international-scholarships/">International Scholarships</a></li> <li><a href="/admissions/financial-aid--scholarships/scholarships-and-aid/types-of-financial-aid/scholarships/transfer-scholarships/">Transfer Scholarships</a></li> <li><a href="/admissions/financial-aid--scholarships/">Financial Aid & Scholarships</a></li> <li><span><a href="/admissions/financial-aid--scholarships/scholarships-and-aid/">Financial Aid Basics</a></span></li> </ul></div> <div class="col three"><h4>Related Links</h4> <ul> <li><a href="/admissions/visit-campus/">Visit Campus</a></li> <li><a href="/cashier/tuition-and-cost/">Tuition & Cost</a></li> <li><a href="/admissions/majors-and-degrees/">Majors & Degrees</a></li> <li><a href="http://txwes.edu/catalog">Academic Catalog</a></li> </ul></div> <div class="col four"><p><img cscfind src="/media/homepage/admissions.jpg" alt="an admissions counselor welcoming a new student" style="width : 100%; width : 100%px; height : auto; height : autopx; " /></p> <h3>Admissions & Aid</h3> <p class="t4-button-blue"><a href="https://txwes.edu/admissions/">Learn More</a></p></div> <div class="close-btn"></div> </div><div id="studentlifenav" class="sub-nav"> <div class="col one"><h4>Campus Living</h4> <ul> <li><a href="/student-life/campus-living/housing/">Housing</a></li> <li><a href="/student-life/campus-living/dining/">Dining</a></li> </ul></div> <div class="col two"><h4>Get Involved</h4> <ul> <li><a href="/student-life/get-involved/ramspace/">RamSpace</a></li> <li><a href="/student-life/get-involved/morton-fitness-center/">Morton Fitness Center</a></li> <li><a href="/student-life/get-involved/distance-learners/">Distance Learners</a></li> </ul></div> <div class="col three"><h4>Related Links</h4> <ul> <li><a href="/student-life/student-resources/career-services/">Career Services</a></li> <li><a href="/security/">Safety and Security</a></li> <li><a href="/student-life/student-resources/health-services-timelycare/">Health Services</a></li> <li><a href="/student-life/student-resources/get-funded/">Get Funded</a></li> </ul></div> <div class="col four"><p><img cscfind src="/media/homepage/student_life.jpg" alt="a group of students covered in rainbow colored powder after a fun event" style="width : 100%; width : 100%px; height : auto; height : autopx; " /></p> <h3>Student Life</h3> <p class="t4-button-blue"><a href="https://txwes.edu/student-life/">Learn More</a></p></div> <div class="close-btn"></div> </div><div id="athleticsnav" class="sub-nav"> <div class="col one"><h4>Support the Rams</h4> <ul> <li><a href="https://ramsports.net/">Ram Sports</a></li> <li><a href="https://ramsports.net/calendar">Calendar</a></li> <li><a href="https://ramsports.net/sports/2010/9/1/GEN_0901103120.aspx?id=6">Live Coverage</a></li> <li><a href="https://ramsports.net/galleries/?tab=photostore">Photo Gallery</a></li> <li><a href="https://ramsports.net/facilities">Facilities</a></li> </ul></div> <div class="col two"><h4>Related Links</h4> <ul> <li><a href="https://ramsports.net/staff-directory">Staff</a></li> <li><a href="https://ramsports.net/honors/hall-of-fame">Hall of Fame</a></li> <li><a href="https://txwesfanshop.merchorders.com/">Shop</a></li> <li><a href="https://ramsports.net/facilities">Ram Club</a></li> </ul></div> <div class="col three"><p><a href="https://ramsports.net"><img cscfind src="/media/homepage/athletics.jpg" alt="the rams football team about to make a big play" style="width : 100%; width : 100%px; height : auto; height : autopx; " /></a></p></div> <div class="col four"><h3>Athletics</h3> <p class="t4-button-blue"><a href="https://ramsports.net">Learn More</a></p></div> <div class="close-btn"></div> </div><div id="alumninav" class="sub-nav"> <div class="col one"><h4>Get Involved</h4> <ul> <li><a href="/alumni/giving/">Giving</a></li> <li><a href="/alumni/get-involved/alumni-association/">Alumni Association</a></li> <li><a href="/alumni/get-involved/volunteer/">Volunteer</a></li> </ul></div> <div class="col two"><h4>Related Links</h4> <ul> <li><a href="/alumni/annual-events/">Annual Events</a></li> <li><a href="/alumni/news-and-events/">Alumni News</a></li> <li><a href="/alumni/current-students/">Current Students</a></li> </ul></div> <div class="col three"><p><a href="https://txwes.edu/alumni/"><img cscfind src="/media/homepage/alumni.jpg" alt="a group of alumni meeting once again at an alumni reunion" style="width : 100%; width : 100%px; height : auto; height : autopx; " /></a></p></div> <div class="col four"><h3>Alumni</h3> <p class="t4-button-blue"><a href="/alumni/">Learn More</a></p></div> <div class="close-btn"></div> </div> </section> <nav id="gotoCT"> <div id="goto"> <ul> <li class="oswald">Go To</li> <li><a href="https://selfservice.txwes.edu/Student">Ramlink</a></li> <li><a href="https://txwes.instructure.com/">Canvas</a></li> <li><a href="https://login.microsoftonline.com/">Email</a></li> <li><a href="/news-and-events/all-events/">Calendar</a></li> <li><a href="/hr/">Employment</a></li> <li><a href="/security/emergency/">Emergencies</a></li> <li><a href="http://westlibrary.txwes.edu/">Library</a></li> <li><a href="/admissions/visit-campus/maps-and-directions/">Map</a></li> <li><a href="/student-life/student-resources/student-handbook/title-ix-policy-prevention-and-response-to-gender-discrimination/">Title IX</a></li> </ul> </div> <div id="privacy-notice"> <div class="message">Please read our <a href="/admissions/what-will-it-cost/fees-costs-and-policies/university-policies/privacy-policy/" target="_blank">updated Privacy Policy</a> to learn how our site uses cookies and other third-party services.</div> <div class="close"><a href="javascript:hidePrivacyNotice();">Accept and Close</a></div> </div> </nav> </header> <section id="page-title"> <nav id="breadcrumb" aria-label="Breadcrumb"><a href="/">Home</a> / <a href="/academics/">Academics</a> / Student Resources</nav> <h1 class="oswald">Student Resources</h1> <div class="page-title-subtitle show">"Sink or swim" is not a teaching philosophy.</div> <div class="page-title-cta"> </div> <div class="mask"></div> <script type="text/javascript"> $(window).on('load', function() { if ($(window).outerWidth() > 800) { $('<img />').attr('src', '/media/academics/full-width-banner/student-resources_1.jpg').appendTo('body').hide().on('load', function() { $('section#page-title').addClass('loaded'); }); } else if ($(window).outerWidth() > 600 && $(window).outerWidth() <= 800) { $('<img />').attr('src', '/media/academics/full-width-banner/student-resources_2.jpg').appendTo('body').hide().on('load', function() { $('section#page-title').addClass('loaded'); }); } else { $('<img />').attr('src', '/media/academics/full-width-banner/student-resources_3.jpg').appendTo('body').hide().on('load', function() { $('section#page-title').addClass('loaded'); }); } }); </script> </section> <section id="subheader"> <div class="subheader"><style type="text/css"> .academiccta .academicctaoptions { overflow: auto; width: 100%; display: flex; border-bottom: dashed 1px #cccccc; justify-content: space-around; padding: 24px 0px; } .academiccta .academicctaoptions .op { display: flex; padding: 0px; cursor: pointer; color: #004b8d; font-size: 0.9em; text-decoration: none; justify-content: flex-start; align-items: center; } .academiccta .academicctaoptions .op .title { font-family: Arial, sans serif; font-size: 1.1em; padding-left: 20px; width: calc(100% - 70px); display: inline-block; vertical-align: middle; flex-grow: 2; } .academiccta .academicctaoptions .op .icon { background-position: center center; background-repeat: no-repeat; height: 33px; width: 33px; background-size: contain; display: inline-block; vertical-align: middle; } .academiccta .academicctaoptions .op .icon.academic { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/buttons/cta_major.png'); } .academiccta .academicctaoptions .op .icon.dining { background-image:url('/media/twu/style-assets/images/buttons/cta_dining.png'); } .academiccta .academicctaoptions .op .icon.graduate { background-image:url('/media/twu/style-assets/images/buttons/cta_graduate.png'); background-size: 55px; padding-left: 85px; } .academiccta .academicctaoptions .op .icon.housing { background-image:url('/media/twu/style-assets/images/buttons/cta_housing.png'); } .academiccta .academicctaoptions .op .icon.location { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/buttons/cta_campus.png'); } .academiccta .academicctaoptions .op .icon.money { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/buttons/cta_cost.png'); } .academiccta .academicctaoptions .op .icon.undergraduate { background-image:url('/media/twu/style-assets/images/buttons/cta_undergraduate.png'); background-size: 55px; padding-left: 85px; } .academiccta .academicctaoptions .op .icon.advising { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/buttons/button_icon_advising.png'); } .academiccta .academicctaoptions .op .icon.professor { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/buttons/button_icon_contactProfessor.png'); } .academiccta .academicctaoptions .op .icon.register { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/buttons/button_icon_register.png'); } .academiccta .academicctaoptions .op .icon.apply { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/cta_apply.png'); } .academiccta .academicctaoptions .op .icon.applyQuestion { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/cta_apply_question.png'); } .academiccta .academicctaoptions .op .icon.calculator { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/cta_calculator.png'); } .academiccta .academicctaoptions .op .icon.degree { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/cta_degree_plans.png'); } .academiccta .academicctaoptions .op .icon.fafsa { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/cta_fafsa.png'); } .academiccta .academicctaoptions .op .icon.findMajor { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/cta_find_major.png'); } .academiccta .academicctaoptions .op .icon.scholarship { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/cta_scholarship.png'); } .academiccta .academicctaoptions .op .icon.sendInfo { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/cta_send_info.png'); } .academiccta .academicctaoptions .op .icon.visitCampus { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/cta_visit_campus.png'); } .academiccta .academicctaoptions .op .icon.whatCost { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/cta_what_cost.png'); } .academiccta .academicctaoptions .op .icon.studentLife { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/cta_student_life.png'); } .academiccta .academicctaoptions .op .icon.group { background-image:url('https://cms.txwes.edu/media/style/icon/group_tour.png'); } .academiccta .academicctaoptions .op .icon.calendar { background-image:url('https://cms.txwes.edu/media/style/icon/special_event.png'); } .academiccta .academicctaoptions .op .icon.calendar.blue { background-image:url('/media/style/icon/cta-calendar-blue.png'); } .academiccta .academicctaoptions .op .icon.mortar.blue { background-image:url('/media/style/icon/cta-mortar-board-blue.png'); } .academiccta .academicctaoptions .op .icon.bulb.blue { background-image:url('/media/style/icon/cta-bulb-blue.png'); } .academiccta .academicctaoptions .op .icon.blackboard.blue { background-image:url('/media/style/icon/cta-blackboard-blue-m.png'); } .academiccta .academicctaoptions .op .icon.download.blue { background-image:url('/media/style/icon/topBlue_resources.png'); } .academiccta .academicctaoptions .op .icon.document.blue { background-image:url('/media/style/icon/topBlue_project.png'); } @media screen and (max-width:800px) { .academiccta .academicctaoptions { } .academiccta .academicctaoptions .op { width: 33%; font-size: 0.8em; } .academiccta .academicctaoptions .op .icon { display: none; } .academiccta .academicctaoptions .op .title { padding: 0px; text-align: center; font-size: 1em; } .academiccta .academicctaoptions .op .icon.academic { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/homepage/icon_major.png'); } .academiccta .academicctaoptions .op .icon.dining { background-image:url('/media/twu/style-assets/images/buttons/cta_dining_mobile.png'); } .academiccta .academicctaoptions .op .icon.graduate { background-image:url('/media/twu/style-assets/images/buttons/cta_graduate_mobile.png'); background-size: 36px; padding-left: 50px; } .academiccta .academicctaoptions .op .icon.housing { background-image:url('/media/twu/style-assets/images/buttons/cta_housing_mobile.png'); } .academiccta .academicctaoptions .op .icon.location { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/homepage/icon_map.png'); } .academiccta .academicctaoptions .op .icon.money { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/homepage/icon_cost.png'); } .academiccta .academicctaoptions .op .icon.undergraduate { background-image:url('/media/twu/style-assets/images/buttons/cta_undergraduate_mobile.png'); background-size: 36px; padding-left: 50px; } .academiccta .academicctaoptions .op .icon.aboutPresident { background-image:url('https://cms.txwes.edu/media/twu/office-of-the-president/about_the_president_gray.png'); } .academiccta .academicctaoptions .op .icon.forumsIdeas { background-image:url('https://cms.txwes.edu/media/twu/office-of-the-president/forums_and_ideas_gray.png'); } .academiccta .academicctaoptions .op .icon.vision { background-image:url('https://cms.txwes.edu/media/twu/office-of-the-president/2020_vision_gray.png'); } .academiccta .academicctaoptions .op .icon.ourStaff { background-image:url('https://cms.txwes.edu/media/twu/office-of-the-president/our_staff_gray.png'); } .academiccta .academicctaoptions .op .icon.apply { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/cta_apply_m.png'); } .academiccta .academicctaoptions .op .icon.applyQuestion { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/cta_apply_question_m.png'); } .academiccta .academicctaoptions .op .icon.calculator { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/cta_calculator_m.png'); } .academiccta .academicctaoptions .op .icon.degree { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/cta_degree_plans_m.png'); } .academiccta .academicctaoptions .op .icon.fafsa { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/cta_fafsa_m.png'); } .academiccta .academicctaoptions .op .icon.findMajor { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/cta_find_major_m.png'); } .academiccta .academicctaoptions .op .icon.scholarship { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/cta_scholarship_m.png'); } .academiccta .academicctaoptions .op .icon.sendInfo { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/cta_send_info_m.png'); } .academiccta .academicctaoptions .op .icon.visitCampus { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/cta_visit_campus_m.png'); } .academiccta .academicctaoptions .op .icon.whatCost { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/cta_what_cost_m.png'); } .academiccta .academicctaoptions .op .icon.studentLife { background-image:url('https://cms.txwes.edu/media/twu/style-assets/images/cta_student_life_m.png'); } .academiccta .academicctaoptions .op .icon.group { background-image:url('https://cms.txwes.edu/media/style/icon/group_tour_grey.png'); } .academiccta .academicctaoptions .op .icon.calendar { background-image:url('https://cms.txwes.edu/media/style/icon/special_event_grey.png'); } .academiccta .academicctaoptions .op .icon.calendar.blue { background-image:url('/media/style/icon/cta-calendar-blue-m.png'); } .academiccta .academicctaoptions .op .icon.mortar.blue { background-image:url('/media/style/icon/cta-mortar-board-blue-m.png'); } .academiccta .academicctaoptions .op .icon.bulb.blue { background-image:url('/media/style/icon/cta-bulb-blue-m.png'); } } </style> <div class="academiccta apply visit"> <div class="academicctaoptions three"> <a href="" class="op"><div class="icon mortar blue"></div><div class="title">My Courses</div></a> <a href="/academics/academic-advising-and-student-success/visit-academic-advising/" class="op"><div class="icon bulb blue"></div><div class="title">Academic Advising</div></a> <a href="/academics/registrar/news-and-events/academic-calendar/" class="op"><div class="icon calendar blue"></div><div class="title">Academic Calendar</div></a> </div> </div></div> </section> <section id="content"> <main><div id="50535" class="general-content-ct"> <div class="general-content"> <p>We want you to succeed. Whether you’re choosing your classes, building your resume or finding your textbooks, we want to help. There are more than a few resources for you to use.</p> </div> </div><style type="text/css"> .imagecta { display: table; width: 100%; table-layout: fixed; } .imagecta .ctas { display: table-row; } .imagecta .ctas .cta { display: none; vertical-align: bottom; position: relative; top: 0px; left: 0px; background-color: #f3f3f3; } .imagecta .ctas .cta:nth-child(even) { width: 14px; padding: 0px; margin: 0px; border: none !important; background-color: transparent; } .imagecta .ctas.bordered .cta { border: 1px solid #ccc; padding-bottom: 50px; vertical-align: top; } .imagecta .ctas .cta.show { display: table-cell; } .imagecta .ctas .cta img { width: 100%; vertical-align: bottom; } .imagecta .ctas .cta img.tablet { display: none; } .imagecta .ctas .cta .text { display: none; padding: 20px 20px 30px 20px; color: #666; position: relative; top: 0px; left: 0px; } .imagecta .ctas .cta .button { display: none; position: absolute; bottom: 12px; left: 50%; width: 80%; margin-left: -40%; border: 1px solid #ccc; background-color: #fff; font-size: 0.9em; color: #666; text-align: center; padding: 12px 0px; } .imagecta .ctas.bordered .cta .text, .imagecta .ctas.bordered .cta .button { display: block; } @media screen and (min-width:768px) and (max-width:1000px) { .imagecta .ctas .cta img { display: none; } .imagecta .ctas .cta img.tablet { display: block; } .imagecta .ctas .cta .text { font-size: 0.9em; } .imagecta .ctas .cta .button { font-size: 0.8em; } } @media screen and (max-width:767px) { .imagecta { display: block; } .imagecta .ctas { display: block; margin-bottom: 20px; } .imagecta .ctas .cta.show { display: block; border: none; padding: 0px; margin-bottom: 20px; } .imagecta .ctas .cta .button { display: block; position: relative; top: 0px; left: 0px; margin: 0px auto; width: calc(100% - 40px); margin-top: 20px; } .imagecta .ctas .cta .text { display: block; border: 1px solid #ccc; } .imagecta .ctas.bordered { display: none; } } </style> <div class="imagecta"> <div class="ctas"> <a class="cta show" href="/academics/academic-advising-and-student-success/academic-success-center/"> <img class="default" src="/media/academics/academic_success_center.png" /> <img class="tablet" src="/media/academics/academic_success_center_m.png" /> <div class="text">From one-on-one tutoring sessions to workshops, we have what you need to succeed.<div class="button none white hover-grey">Check It Out</div></div> </a> <div class="cta show"></div> <a class="cta show" href="/student-life/student-resources/career-services/"> <img class="default" src="/media/academics/career_services.png" /> <img class="tablet" src="/media/academics/career_services_m.png" /> <div class="text">We鈥檙e here to help you thrive at Texas Wesleyan and after you graduate.<div class="button none white hover-grey">Make An Appointment</div></div> </a> <div class="cta show"></div> <a class="cta show" href="/academics/registrar/order-transcript/"> <img class="default" src="/media/academics/transcript_request.png" /> <img class="tablet" src="/media/academics/transcript_request_m.png" /> <div class="text">Request an electronic or paper copy of your official transcript in the Registrar鈥檚 Office.<div class="button none white hover-grey">Request a Transcript</div></div> </a> </div> <div class="ctas bordered"> <a class="cta show" href="/academics/academic-advising-and-student-success/academic-success-center/"> <div class="text"> From one-on-one tutoring sessions to workshops, we have what you need to succeed. </div> <div class="button none white hover-grey">Check It Out</div> </a> <div class="cta show"></div> <a class="cta show" href="/student-life/student-resources/career-services/"> <div class="text"> We鈥檙e here to help you thrive at Texas Wesleyan and after you graduate. </div> <div class="button none white hover-grey">Make An Appointment</div> </a> <div class="cta show"></div> <a class="cta show" href="/academics/registrar/order-transcript/"> <div class="text"> Request an electronic or paper copy of your official transcript in the Registrar鈥檚 Office. </div> <div class="button none white hover-grey">Request a Transcript</div> </a> </div> </div><div class="pagebreak"> </div><div id="50546" class="general-content-ct"> <h3>Other Resources</h3> <div class="general-content"> <p>Take a look at the other resources below that are available to you as a Texas Wesleyan student.</p> <table class="responsive-table nohover"> <tbody> <tr><th>Resource</th><th>Phone</th><th>Location</th></tr> <tr> <td><a href="/student-life/student-resources/counseling/" title="Use alt + click to follow the link">Community Counseling Center</a></td> <td>817-531-4468</td> <td>3110 E. Rosedale St. Fort Worth</td> </tr> <tr> <td><a href="/academics/academic-advising-and-student-success/academic-success-center/disability-services/" title="Use alt + click to follow the link">Disability Services</a></td> <td>817-531-4468</td> <td>Community Counseling Center</td> </tr> <tr> <td><a title="Use alt + click to follow the link" href="http://westlibrary.txwes.edu/" target="_blank">Eunice & James L. West Library</a></td> <td>817-531-4800</td> <td>1101 Wesleyan St. Fort Worth</td> </tr> <tr> <td><a href="/student-life/student-resources/health-services-timelycare/" title="Use alt + click to follow the link">Health Services (University Nurse)</a></td> <td>817-531-4875</td> <td>West Village, Building 1, Room 110</td> </tr> <tr> <td><a href="/it/" title="Use alt + click to follow the link">IT Service Desk</a></td> <td>817-531-4428</td> <td>Eunice & James L. West Library, B32</td> </tr> <tr> <td><a href="http://www.bkstr.com/texaswesleyanstore/home" title="Use alt + click to follow the link" target="_blank">University Bookstore</a></td> <td>817-531-6501</td> <td>Nick & Lou Martin University Center, 3165 E. Rosedale St. Fort Worth</td> </tr> <tr> <td><a href="/student-life/" title="Use alt + click to follow the link">Student Life</a></td> <td>817-531-4872</td> <td>Nick & Lou Martin University Center, Suite 236, 3165 E. Rosedale St. Fort Worth</td> </tr> </tbody> </table> <p> </p> <p> </p> <p> </p> <p> </p> <p> </p> </div> </div> </main> <aside> <nav id="parent-nav"> <!-- Link to Parent Section Based on Level of Page --><a href="/academics/student-resources/">Student Resources</a> </nav> <nav id="section-nav"> <!-- Link to Sibling Sections if Applicable; Defaults to Parent's sibling sections --> <ul id="section-sub-nav"> <!-- Link to Children Sections if Applicable --><li class="sectionLink"><a href="/academics/undergraduate-majors/">Undergraduate Majors</a></li><li class="sectionLink"><a href="/academics/online-programs/">Online Programs</a></li><li class="sectionLink"><a href="/academics/graduate-programs/">Graduate Programs</a></li><li class="sectionLink"><a href="/academics/dual-degree-programs/">Dual-Degree Programs</a></li><li class="sectionLink"><a href="/academics/special-programs/">Special Programs</a></li><li class="sectionLink"><a href="/academics/registrar/">Registrar</a></li><li class="sectionLink"><a href="/academics/office-of-the-provost/">Office of the Provost</a></li><li class="sectionLink"><span class="currentbranch4">Student Resources</span></li><li class="sectionLink"><a href="/academics/news-and-events/">News & Events</a></li> </ul> </nav> <div id="bblogin" style="padding:15px;"> <img style="display:block; width:150px; margin-bottom:16px;" src="/media/sandbox/Canvas_Horizontal_ByInstructure_Color_RGB.png" alt="Logo for Canvas by Instructure" /> <a href="https://txwes.instructure.com/" class="button none" style="text-align: center;display:block;color:#333;font-weight:bold;border-bottom:3px solid #e2b705;">Log In</a> <a href="/it/get-help/" class="button none white hover-grey" style="border: 1px solid #ccc;text-align:center;display:block;background-color:#fff;color:#666;">Help Desk</a> </div> <!-- Related Content - Hub Page -R Callout A --> <!-- Left Column Content --><div class="lcrtCT"> <div class="lcrt title conversation"> <a style="color:inherit;" href="/academics/office-of-the-provost/"> Office of the Provost </a> </div> <div class="lcrt content"> <div class="lcrt text"> <ul class="nav"> <li><a href="/academics/office-of-the-provost/provostprofile/">About the Provost</a></li> <li><a href="/academics/office-of-the-provost/about-the-associate-provosts/">About the Associate Provosts</a></li> <li><a href="/academics/office-of-the-provost/goals-for-student-achievement/">Student Achievement</a></li> <li><a href="/academics/office-of-the-provost/sacscoc-accreditation-/">SACSCOC Accreditation</a></li> </ul> </div> </div> </div> <!-- Contact Info --><div id="contactInfoCT"> <div class="header">Contact Us</div> <div class="content"> <div class="title">Office of the Provost</div> <p>Location: Oneal-Sells Administration Building <br>Phone: 817-531-4405<br>Fax: 817-531-4499<br><a href="mailto:officeoftheprovost@txwes.edu">officeoftheprovost@txwes.edu</a></p> <div class="spacer"></div> <h4>Regular Office Hours</h4> <p>Monday-Friday<br> 8 a.m.-5 p.m.</p> <h4>Summer Office Hours</h4> <p>Monday-Thursday<br>8 a.m.-5 p.m.</p> </div> </div> <a id="back-to-top" title="Back to Top of Page" href="javascript:$('html, body').animate({ scrollTop: 0 }, 'medium');">Back to top</a> </aside> </section> <!-- Footer Code Template --><footer> <div id="footer-ct"> <div id="logoCT"> <div class="footerLogo"><a href="/"><img cscfind class="lazy" data-src="/media/style/icon/footer_logo.png" src="/media/style/icon/footer_logo.png" alt="Texas Wesleyan University. Smaller. Smarter." /></a></div> </div> <section id="contactInfoFooterCT" aria-label="Contact Information"> <div class="contactTitle oswald">Contact Us:</div> <div class="contactInfo"> <div style="background-image: url('/media/style/icon/footer_address_icon.png');">1201 Wesleyan Street<br>Fort Worth, TX 76105</div> <div style="background-image: url('/media/style/icon/footer_phone_icon.png');">817-531-4444</div> </div> <a href="https://www.google.com/maps/place/Texas+Wesleyan+University/"><img class="contactMap lazy" data-src="/media/twu/style-assets/images/homepage/map.png" alt="Find us on Google Maps."></a> </section> <div id="socialCT"> <div class="socialTitle oswald">Get Social:</div> <a alt="Follow us on Facebook" href="http://facebook.com/texaswesleyan" aria-label="Facebook"><div class="socialButton facebook" aria-label="Facebook"></div></a> <a alt="See us on Instagram" href="https://www.instagram.com/texaswesleyan/" aria-label="Instagram"><div class="socialButton instagram" aria-label="Instagram"></div></a> <a alt="Watch us on TikTok" href="https://www.tiktok.com/@txwes_official" aria-label="TikTok"><div class="socialButton tiktok" aria-label="TikTok"></div></a> <a alt="Watch us on Youtube" href="http://youtube.com/texaswesleyan" aria-label="Youtube"><div class="socialButton youtube" aria-label="Youtube"></div></a> <a alt="Connect with us on LinkedIn" href="https://www.linkedin.com/edu/school?id=19510" aria-label="LinkedIn"><div class="socialButton linkedin" aria-label="LinkedIn"></div></a> <a alt="Find us on Twitter" href="http://twitter.com/texaswesleyan" aria-label="Twitter"><div class="socialButton twitter" aria-label="Twitter"></div></a> <div class="footerLogo"><a href="/"><img cscfind class="lazy" data-src="/media/style/icon/footer_logo.png" src="/media/style/icon/footer_logo.png" alt="Texas Wesleyan University. Smaller. Smarter." /></a></div> </div> </div> <div id="copyright"><a class="t4Edit-page" href="https://cms.txwes.edu/terminalfour/page/directEdit#edit/10/en/9170">©</a> Texas Wesleyan University <a href="/admissions/what-will-it-cost/fees-costs-and-policies/university-policies/privacy-policy/">Privacy Policy</a> <a href="/communications/resources/web-accessibility/">Accessibility Policy</a> <a href="https://txwes.edu/admissions/financial-aid--scholarships/policies-and-consumer-information/">Policies and Consumer Information</a> <a href="/incident-report-form/">Report an Incident</a></div> </footer> </div><!-- End outer-ct --> <!-- Body Bottom Code Template --><!-- added 7-24-24 for home page rotator jquery dependent --> <script> var carousel07242024 = (function() { $(document).ready(function() { const container = document.querySelector(".txwes_banner_img_wrap"); let total_slide_count = container.querySelectorAll("picture").length; let current_slide_count = 0; let banner_timer; let carousel_play = false; let picture_width = container.getBoundingClientRect(); //checks for resize window event and updates picture width $(window).on("resize", function() { picture_width = container.getBoundingClientRect(); console.log(picture_width.width) }) //controls the playing and pause of the carousel //shows and hide play and pause buttons and toggles aria-label function play_pause(play) { if (play) { $(".txwes_banner_controls").attr("aria-label", "Stop Carousel Slide Rotations "); $("#play_icon").hide(); $("#pause_icon").show(); banner_timer = setInterval( scroll_banner, 5500 ); } else if (!play) { $(".txwes_banner_controls").attr("aria-label", "Start Carousel Slide Rotations "); $("#play_icon").show(); $("#pause_icon").hide(); clearInterval(banner_timer); } } //the scroll functionality scrolls slides by container width and keeps count of slides function scroll_banner() { if (current_slide_count !== total_slide_count) { container.scrollBy({ left: picture_width.width, behavior: "smooth", }); current_slide_count++; } else { container.scrollTo({ left: 0, behavior: "instant" }); current_slide_count = 0; } } //event listener for play and pause $(".txwes_banner_controls").on("click", function() { carousel_play = !carousel_play; play_pause(carousel_play); }) $(".txwes_banner_controls").click(); }); })(); </script> <!-- added 6-24-24 for catalog widget jquery dependent --> <script defer src="https://catalog.txwes.edu/widget-api/widget-api.min.js"></script> <script> $(function() { $('.acalog').acalogWidgetize({ gateway: 'https://catalog.txwes.edu' }); }); </script> <!-- added 5-2-24 for solo drop downs--> <script> var arrowed_drop_down_012524 = (function() { var dropdown_icon = $(".arrow_block_main_dropdown_icon"); var dropdown_title = $(".arrow_block_main_dropdown_title"); var dropdown_text = $(".arrow_block_main_dropdown_text"); var dropdown_button = $(".arrow_block_main_dropdown_button"); $(document).ready(function() { //set the click event for button interaction $(".arrow_block_main_dropdown").on("click", function() { $(this).find('.arrow_block_main_dropdown_icon').trigger("click"); }) dropdown_button.on("click", function(e) { e.stopPropagation(); $(this).children().last().trigger("click"); }) //sets the click event on h4 to toggle the open dropdown_title.on("click", function(e) { e.stopPropagation(); $(this).next().trigger("click"); }) //sets the click event on triangle icon dropdown_icon.on("click", function(e) { e.stopPropagation(); opened_closed($(this)); }) }); //distributes the click event depending on class function opened_closed(icon) { if (icon.hasClass("rotate_close")) { handle_open(icon); } else { handle_close(icon); } } //removes .rotate_close class and adds .rotate_open triggering css animation and jquery content show animation changes aria label to true function handle_open(icon) { dropdown_icon.addClass("rotate_close") icon.removeClass("rotate_close"); icon.addClass("rotate_open"); dropdown_text.hide(300); icon.parent().attr("aria-expanded", "true"); icon.parent().next().show(300); } //removes .rotate_open class and adds .rotate_close triggering css animation and jquery content hide animation function handle_close(icon) { icon.removeClass("rotate_open"); icon.addClass("rotate_close"); icon.parent().attr("aria-expanded", "false"); icon.parent().next().hide(300); } })(); </script> <!-- added8-29-23 for three and four column tables--> <script> var txwes_table_82923 = (function() { const txwes_table = document.querySelectorAll(".txwes_table_818_outer"); const column_rows = document.querySelectorAll(".txwes_table_818_row"); let t4_unique_id; $(document).ready(function() { //removes the row if the first column is blank column_rows.forEach((row) => { if (row.firstElementChild.innerHTML == "") { row.remove() } }); //right justify the third column if a number is present or begins with a $ in any row of column 3 txwes_table.forEach((table)=>{ table.querySelectorAll(".txwes_table_818_row").forEach((row)=>{ let table_span = row.lastElementChild; let t4_added =table_span.firstElementChild; if(t4_added){ if(t4_added.innerHTML != "" && !isNaN(t4_added.innerHTML.substring(0, 1))|| t4_added.innerHTML.startsWith("$")){ align_right(table); } } }) }) // adds the button to the table if expandable is checked in content type // adds the appropriate aria-labels if expandable is selected txwes_table.forEach((table) => { t4_unique_id = table.dataset.table_id; var button = `<button class="txwes_table_drop_down" id="txwes_table_drop_down_${t4_unique_id}" type="button" aria-expanded="false" aria-controls="txwes_table_drop_down_body_${t4_unique_id}"> <div class="txwes_table_818_button rotate_close"> <svg xmlns="http://www.w3.org/2000/svg" viewbox="0 0 36 36"><path stroke="none" fill="#03599B" d="M16.535898384862 7.9785300299879a4 4 0 0 1 6.9282032302755 0l11.571796769724 20.042939940024a4 4 0 0 1 -3.4641016151378 6l-23.143593539449 0a4 4 0 0 1 -3.4641016151378 -6"></path></svg> </div> </button> `; let body_label = { id: "txwes_table_drop_down_body_" + t4_unique_id, role: "region", "aria-labelledby": "txwes_table_drop_down_" + t4_unique_id, } let table_title = table.querySelector(".txwes_table_818_heading") ? true : false; if (table.dataset.dropdown == "true" && table_title == true) { addDropdown_button(table, button); addLabel(table, body_label); //add the click event on the heading to expand and collapse table $(table).find(".txwes_table_818_heading").on("click", function(e) { e.stopPropagation(); table_show_hide($(this)); }) } }) }); //handles the right alignment function align_right(table) { table.querySelectorAll(".txwes_table_818_row").forEach((row) => { row.lastElementChild.classList.add("txwes_table_818_column_right"); }); table.querySelector(".txwes_table_818_columns_titles").lastElementChild.classList.add("txwes_table_818_column_right"); } //handles the aria label addition function addLabel(table, body_label) { let labels = Object.keys(body_label); let body_content = table.querySelector(".txwes_table_818_columns_wrap"); labels.forEach((key) => { body_content.setAttribute(key, body_label[key]) }); body_content.classList.add("txwes_818_hidden"); } //handles adding the button function addDropdown_button(table, button) { table.querySelector(".txwes_table_818_heading").insertAdjacentHTML("afterbegin", button); } //toggles open or closed based on presence of .rotate_close function table_show_hide(ele) { let drop_down_button = ele.find(".txwes_table_818_button"); if (drop_down_button.hasClass("rotate_close")) { table_open(drop_down_button); } else { table_close(drop_down_button); } } //handles open table animation css class animation function table_open(ele) { ele.removeClass("rotate_close").addClass("rotate_open"); ele.parent().parent().next().removeClass("txwes_818_hidden").addClass("txwes_818_show"); } //handles close table animation css class animation function table_close(ele) { console.log() ele.removeClass("rotate_open").addClass("rotate_close"); ele.parent().parent().next().removeClass("txwes_818_show").addClass("txwes_818_hidden"); } })(); </script> <!-- added 7-13-23 for Education Dynamics--> <script type=""text/javascript""> (function(e,t,o,n,p,r,i){e.visitorGlobalObjectAlias=n;e[e.visitorGlobalObjectAlias]=e[e.visitorGlobalObjectAlias]||function(){(e[e.visitorGlobalObjectAlias].q=e[e.visitorGlobalObjectAlias].q||[]).push(arguments)};e[e.visitorGlobalObjectAlias].l=(new Date).getTime();r=t.createElement(""script"");r.src=o;r.async=true;i=t.getElementsByTagName(""script"")[0];i.parentNode.insertBefore(r,i)})(window,document,""https://diffuser-cdn.app-us1.com/diffuser/diffuser.js"",""vgo""); vgo('setAccount', '478265947'); vgo('setTrackByDefault', true); vgo('process'); </script> <script type="text/javascript"> function toggleMobileMenu(obj, e) { if (obj !== e.target) { return } $('#mobile-menu-btn').toggleClass('open'); $('#mobile-main-nav').toggle(); $('#apexchat_prechat_invitation_wrapper').toggle(); } </script> <!-- Promotional Banner Interactions --> <script type="text/javascript"> $(function() { if ($.cookie('bannercookie') != 'hide') { $('.promotion-banner').show(); } $('.promotion-banner .close').click(function () { $(this).parent().hide(); $.cookie('bannercookie','hide',{ expires: 7 }); }); $('.promotion-banner .close').keyup(function (e) { if (e.which != 9) { $(this).parent().hide(); $.cookie('bannercookie','hide',{ expires: 7 }); } }); }); </script> <!-- JQuery UI Style --><link defer="defer" rel="stylesheet" type="text/css" media="" href="/media/twu/style-assets/css/jquery-ui.min.css" /> <!-- JQuery Lazy Images --><script defer="defer" type="text/javascript" src="/media/style/javascript/jquery.lazy.min.js"></script> <!-- JQuery Color Plugin --><script defer="defer" type="text/javascript" src="/media/twu/style-assets/javascript/jquery.color-2.1.2.min.js"></script> <!-- JQuery UI --><script defer="defer" type="text/javascript" src="/media/twu/style-assets/javascript/jquery-ui.min.js"></script> <!-- DivCurtain --><script defer="defer" type="text/javascript" src="/media/twu/style-assets/javascript/divcurtain2012.js"></script> <!-- DivOverlay --><script defer="defer" type="text/javascript" src="/media/twu/style-assets/javascript/divOverlay2012.js"></script> <!-- JQuery Cookie Lib --><script defer="defer" type="text/javascript" src="/media/twu/style-assets/javascript/jquery-cookie.js"></script> <!-- Lib --><script defer="defer" type="text/javascript" src="/media/twu/style-assets/javascript/lib.js"></script> <!-- Navigation Modifications for Section Nav, Main Sub Nav, Aside and Mobile Navigation --> <script type="text/javascript"> // Mobile Navigation dropdowns function loadMobileMenuNav() { $('section#mobile-main-nav .background>ul>li>ul>li>ul').hide(); $('section#mobile-main-nav .background>ul>li>ul>li:has(ul)').addClass('menu'); $('section#mobile-main-nav .background>ul>li>ul>li.menu').attr('tabindex','0'); $('section#mobile-main-nav .background>ul>li>ul>li.menu').attr('aria-label','Open Sub Menu'); $('section#mobile-main-nav .background>ul>li>ul>li.menu').click(function() { if ($(this).hasClass("open")) { $(this).children('ul').slideUp(500); $(this).removeClass("open"); } else { $('section#mobile-main-nav .background>ul>li>ul>li.menu').removeClass("open"); $('section#mobile-main-nav .background>ul>li>ul>li.menu>ul').slideUp(500); $(this).addClass("open"); $('section#mobile-main-nav .background>ul>li>ul>li.open>ul').slideDown(500); } }); $('section#mobile-main-nav .background>ul>li>ul>li.menu').keyup(function(e) { if (e.which == 13) { if ($(this).hasClass("open")) { $(this).children('ul').slideUp(500); $(this).removeClass("open"); } else { $('section#mobile-main-nav .background>ul>li>ul>li.menu').removeClass("open"); $('section#mobile-main-nav .background>ul>li>ul>li.menu>ul').slideUp(500); $(this).addClass("open"); $('section#mobile-main-nav .background>ul>li>ul>li.open>ul').slideDown(500); } } }); $(window).resize(function () { if ($(window).width() > 950) { $('section#mobile-main-nav').hide(); $('header #logo-search-ct section#search').removeAttr("style"); $('#mobile-menu-btn').removeClass('open'); $('#mobile-search-btn').removeClass('open'); } }); $('section#mobile-main-nav').keyup(function(e) { if (e.which == 27) { $('section#mobile-main-nav').hide(); $('#mobile-menu-btn').removeClass('open'); $('#mobile-search-btn').removeClass('open'); } }); } // Section Navigation Current Section Highlight function loadSectionNav() { if ($('nav#section-nav').length > 0) { $('nav#section-nav .sectionLink').each(function () { if ($(this).find('a').length < 1) { $(this).addClass('active'); } else { for (var x = 0; x < $('nav#breadcrumb a').length; x++) { if ($(this).text() === $($('nav#breadcrumb a')[x]).text()) { $(this).addClass('active'); break; } } } }); } if ($('nav#section-nav .tempSubNav').length > 0 && $('nav#section-nav .sectionLink.active').length > 0) { $('nav#section-nav .tempSubNav').detach().appendTo('nav#section-nav .sectionLink.active') $('nav#section-nav .tempSubNav').show(); $('nav#section-nav .tempSubNav li').each(function() { var toMatch = $('nav#breadcrumb').text().substring($('nav#breadcrumb').text().lastIndexOf('/')+1).trim(); if ($(this).text().trim() === toMatch) { $(this).addClass('active'); } if (window.location.href.search($($(this).find('a')[0]).attr('href')) >= 0) { $(this).addClass('active'); } }); } } // Main Sub Nav Interactivity var navTimeout; var navBaseTime = 250; var navTimeoutTime = navBaseTime; function loadMainSubNav() { $('nav#main-nav a').each(function() { $('nav#main-nav a#' + this.id).on('mouseover', function() { var that = this; if ($('section#sub-nav-ct:hidden').length > 0 && $('section#sub-nav-ct div#' + that.id + 'nav').length > 0) { clearTimeout(navTimeout); navTimeout = setTimeout(function() { if($('section#sub-nav-ct div#' + that.id + 'nav').length > 0) { $('section#sub-nav-ct>div').hide(); $('section#sub-nav-ct div#' + that.id + 'nav').css('display', 'flex'); $('section#sub-nav-ct div#' + that.id + 'nav').css('visibility', 'visible'); $('section#sub-nav-ct').slideDown(); $($('section#sub-nav-ct div#' + that.id + 'nav').find('a')[0]).focus(); } else { $('section#sub-nav-ct>div').css('visibility', 'hidden'); $('section#sub-nav-ct').slideUp(); } $('nav#main-nav a').removeClass('active'); $(that).addClass('active'); }, navTimeoutTime); } else { if($('section#sub-nav-ct div#' + that.id + 'nav').length > 0) { $('section#sub-nav-ct>div').hide(); $('section#sub-nav-ct div#' + that.id + 'nav').css('display', 'flex'); $('section#sub-nav-ct div#' + that.id + 'nav').css('visibility', 'visible'); $('section#sub-nav-ct').slideDown(); navTimeoutTime = navBaseTime; } else { navTimeoutTime = 0; $('section#sub-nav-ct>div').css('visibility', 'hidden'); $('section#sub-nav-ct').slideUp(); } $('nav#main-nav a').removeClass('active'); $(that).addClass('active'); } }); }); $('nav#main-nav a').each(function() { $('nav#main-nav a#' + this.id).click(function(e) { var that = this; if($('section#sub-nav-ct div#' + that.id + 'nav').length > 0) { if ($('section#sub-nav-ct:visible').length > 0 && $('section#sub-nav-ct div#' + that.id + 'nav:visible').length > 0) { return true; } e.preventDefault(); $('section#sub-nav-ct>div').hide(); $('section#sub-nav-ct div#' + that.id + 'nav').css('display', 'flex'); $('section#sub-nav-ct div#' + that.id + 'nav').css('visibility', 'visible'); $('section#sub-nav-ct').slideDown(); $($('section#sub-nav-ct div#' + that.id + 'nav').find('a')[0]).focus(); navTimeoutTime = navBaseTime; $('nav#main-nav a').removeClass('active'); $(that).addClass('active'); return false; } else { $('section#sub-nav-ct>div').css('visibility', 'hidden'); $('section#sub-nav-ct').slideUp(); $('nav#main-nav a').removeClass('active'); $(that).addClass('active'); return true; } return true; }); }); $('section#sub-nav-ct div.close-btn').click(function() { $(this).parent().parent().slideUp(); $('nav#main-nav a').removeClass('active'); }); $(document).keyup(function(e) { if (e.which == 27) { clearTimeout(navTimeout); navTimeoutTime = navBaseTime; $('section#sub-nav-ct').slideUp(); $('nav#main-nav a.active').focus(); $('nav#main-nav a').removeClass('active'); } }); $('div#logo-search-ct').on('mouseover', function() { clearTimeout(navTimeout); navTimeoutTime = navBaseTime; $('nav#main-nav a').removeClass('active'); $('section#sub-nav-ct').slideUp(); }); $('section#page-title').on('mouseover', function() { clearTimeout(navTimeout); navTimeoutTime = navBaseTime; $('nav#main-nav a').removeClass('active'); $('section#sub-nav-ct').slideUp(); }); $('section#content').on('mouseover', function() { clearTimeout(navTimeout); navTimeoutTime = navBaseTime; $('nav#main-nav a').removeClass('active'); $('section#sub-nav-ct').slideUp(); }); $('main').on('mouseover', function() { clearTimeout(navTimeout); navTimeoutTime = navBaseTime; $('nav#main-nav a').removeClass('active'); $('section#sub-nav-ct').slideUp(); }); } $(document).ready(function() { loadMobileMenuNav(); loadSectionNav(); loadMainSubNav(); $(window).scroll(function() { var scroll = $(window).scrollTop() / $('html').height(); var r = Math.ceil(25 - (25 * scroll)); var g = Math.ceil(25 + (50 * scroll)); var b = Math.ceil(25 + (116 * scroll)); var a = 0.85 + (0.15 * scroll); $('nav#gotoCT').css('background-color','rgba('+r+','+g+','+b+','+a+')'); }); }); </script> <!-- Privacy Notice --> <script type="text/javascript"> function hidePrivacyNotice() { $('#privacy-notice').slideUp(); $('#privacy-notice-mobile').slideUp(); $.cookie('privacy_notice_seen', '1', { expires: 60, path: '/' }); } $(document).ready(function() { if ($.cookie('privacy_notice_seen') != '1') { if ($(window).outerWidth() >= 950) { setTimeout(function() { $('#privacy-notice').slideDown(function() { $('#privacy-notice').css('display','flex'); }); }, 1500); } else { setTimeout(function() { $('#privacy-notice-mobile').slideDown(function() { $('#privacy-notice-mobile').css('display','flex'); }); }, 1500); } } }); </script> <!-- Mobile Table View for Responsive Tables --> <script type="text/javascript"> if ($('.row.header .cell').length > 0) { for (var i = 0; i < $('div.table').length; i++) { var responsiveTableHeaderArray = []; for (var x = 0; x < $('.row.header .cell',$('div.table')[i]).length; x++) { responsiveTableHeaderArray.push($('.row.header .cell',$('div.table')[i])[x].innerHTML); } var c = 0; for (var z = 0; z < $('.row .cell',$('div.table')[i]).not('.row.header .cell').length; z++) { $('.row .cell',$('div.table')[i]).not('.row.header .cell')[z].setAttribute("data-head",responsiveTableHeaderArray[c]); c = (c == responsiveTableHeaderArray.length - 1) ? 0 : c + 1; } } } if ($('table.responsive-table thead').length > 0) { for (var i = 0; i < $('table.responsive-table').length; i++) { var responsiveTableHeaderArray = []; for (var x = 0; x < $('thead td',$('table.responsive-table')[i]).length; x++) { responsiveTableHeaderArray.push($('thead td',$('table.responsive-table')[i])[x].innerHTML); } var c = 0; for (var z = 0; z < $('td',$('table.responsive-table')[i]).not('thead td').length; z++) { $('td',$('table.responsive-table')[i]).not('thead td')[z].setAttribute("data-head",responsiveTableHeaderArray[c]); c = (c == responsiveTableHeaderArray.length - 1) ? 0 : c + 1; } } } </script> <!-- Lazy Load Initialization --> <script type="text/javascript"> $(function() { $('.lazy').lazy({ placeholder: "/scripts/media-resize/index.php?f=" + $(this).attr('datasrc') + "&s=0.01" }); }); </script> <!-- 10-26-2022 -- Scripts for Controlling CrossExpanders --> <script> var crossExpanders10262022 = ( function () { function setClickonCrossexpanders(){ var $ceIconTitle = $('.ceIconTitle'); $ceIconTitle.on('click', function(){ if($(this).hasClass('ceOpened')){ hideCeBody($(this)); } else{ $ceIconTitle.removeClass('ceOpened'); $(this).addClass('ceOpened'); $ceIconTitle.not('.ceOpened').next().slideUp(); $ceIconTitle.not('.ceOpened').find('.ceIconMinus').hide(); $ceIconTitle.not('.ceOpened').find('.ceIconPlus').show(); showCeBody($(this)); } }); } //Hides all empty crossexpanders by empty ceTitle function hideBlankExpanders(){ var $ceContainers = $(".ceContainer"); $ceContainers.each(function(){ if($.trim(this.firstElementChild.lastElementChild.innerHTML) !== ""){ $(this).css("display","block"); } }); } //shows the content in .ceBody of passed element && swiches plus to minus function showCeBody(ele){ ele.next().slideDown(); ele.find('.ceIconPlus').hide(); ele.find('.ceIconMinus').show(); } function hideCeBody(ele){ ele.next().slideUp(); ele.removeClass('ceOpened'); ele.find('.ceIconPlus').show(); ele.find('.ceIconMinus').hide(); } $.when($.ready).then( function(){ hideBlankExpanders(); setClickonCrossexpanders(); } ); }) (); </script> <script> var crossExpanderSolo10262022 = ( function () { function setClickonSoloCrossexpanders(){ var $ceSoloIconTitle = $('.ceSoloIconTitle'); $ceSoloIconTitle.on('click', function(){ var soloIconPlus = $(this).find('.ceSoloIconPlus'); var soloIconMinus = $(this).find('.ceSoloIconMinus'); if(soloIconPlus.css('display') == 'block'){soloIconPlus.css('display', 'none')} else {soloIconPlus.css('display','block')}; if(soloIconMinus.css('display') == 'none'){soloIconMinus.css('display','block')}else{soloIconMinus.css('display','none')}; $(this).next().slideToggle(400, function(){ } ); }); } //Hides all empty crossexpanders by empty ceTitle function hideBlankSoloExpanders(){ var $ceSoloContainers = $(".ceSoloContainer"); $ceSoloContainers.each(function(){ if($.trim(this.lastElementChild.innerHTML) !== ""){ $(this).css("display","block"); } }); } $.when($.ready).then( function(){ hideBlankSoloExpanders(); setClickonSoloCrossexpanders(); } ); }) (); </script> <script> var cardAnimate010223 = (function () { $(window).on("load", function() { //checks page for the class and exits if not present if($(".grid_wrap_120522").length){ var $scrolly = $(".image_div_120522"); // function to add event listener to div and initiate the scroll up function $scrolly.on("mouseenter" , function(e){ $(this).children().slice(0,2).css("margin-top","-1rem"); }) $scrolly.on("mouseleave" , function(e){ $(this).children().slice(0,2).css("margin-top","12.5rem"); }) }else{ return; } }) })(); </script> <script> var betterTabs02172023 = (function () { document.addEventListener('DOMContentLoaded', function () { const tabs= document.querySelectorAll(".the-tab"); var tabs_array = []; tabs.forEach((ele) => tabs_array.push(ele)); if(tabs_array.length){ tabs_array.forEach((ele, indx)=> ele.addEventListener('click', event=>{ handleClick(ele, indx)})); } function handleClick(ele, indx){ let the_tab_content_wrap = ele.parentElement.nextElementSibling; let ele_parent = ele.parentElement; Array.from(ele_parent.children).forEach((ele)=>{ ele.style.backgroundColor="#CCCCCC"; ele.lastElementChild.style.opacity ="0"; }); ele.style.backgroundColor = "#0072BC"; ele.lastElementChild.style.opacity = "1"; the_tab_content_wrap.replaceChildren(); the_tab_content_wrap.insertAdjacentHTML('afterbegin', the_tab_content_02172023[indx]); the_tab_content_wrap.focus(); }; },false) })(); //EOF </script> <!-- capcatcha added 7-25-23 --> <script> function recapchaSubmit(token){ let formToCheck = document.getElementsByid('txwes_form'); formToCheck.submit(); } </script> </body> </html>