/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*
td,
th {
  padding: 0;
}*/
/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/


/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/


/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  /*max-width: 960px;
  max-width: 1170px;*/
  margin: 0 auto;
  padding: 0 20px;
  /*background: url(../images/grid-bg.gif) repeat-y top left;*/
  box-sizing: border-box; }
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box; }

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0; }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 90%; }
  .column,
  .columns {
    margin-left: 4%; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }

  .one.column,
  .one.columns                    { width: 4.66666666667%; }
  .two.columns                    { width: 13.3333333333%; }
  .three.columns                  { width: 22%;            }
  .four.columns                   { width: 30.6666666667%; }
  .five.columns                   { width: 39.3333333333%; }
  .six.columns                    { width: 48%;            }
  .seven.columns                  { width: 56.6666666667%; }
  .eight.columns                  { width: 65.3333333333%; }
  .nine.columns                   { width: 74.0%;          }
  .ten.columns                    { width: 82.6666666667%; }
  .eleven.columns                 { width: 91.3333333333%; }
  .twelve.columns                 { width: 100%; margin-left: 0; }

  .one-third.column               { width: 30.6666666667%; }
  .two-thirds.column              { width: 65.3333333333%; }

  .one-half.column                { width: 48%; }

  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns          { margin-left: 8.66666666667%; }
  .offset-by-two.column,
  .offset-by-two.columns          { margin-left: 17.3333333333%; }
  .offset-by-three.column,
  .offset-by-three.columns        { margin-left: 26%;            }
  .offset-by-four.column,
  .offset-by-four.columns         { margin-left: 34.6666666667%; }
  .offset-by-five.column,
  .offset-by-five.columns         { margin-left: 43.3333333333%; }
  .offset-by-six.column,
  .offset-by-six.columns          { margin-left: 52%;            }
  .offset-by-seven.column,
  .offset-by-seven.columns        { margin-left: 60.6666666667%; }
  .offset-by-eight.column,
  .offset-by-eight.columns        { margin-left: 69.3333333333%; }
  .offset-by-nine.column,
  .offset-by-nine.columns         { margin-left: 78.0%;          }
  .offset-by-ten.column,
  .offset-by-ten.columns          { margin-left: 86.6666666667%; }
  .offset-by-eleven.column,
  .offset-by-eleven.columns       { margin-left: 95.3333333333%; }

  .offset-by-one-third.column,
  .offset-by-one-third.columns    { margin-left: 34.6666666667%; }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns   { margin-left: 69.3333333333%; }

  .offset-by-one-half.column,
  .offset-by-one-half.columns     { margin-left: 52%; }

}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%; }
body {
  font-size: 1.5em; /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: normal;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: #4c4c4c; }


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  color: #273340;
  margin-top: 0;
  margin-bottom: 1rem;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif; }
/*h1 { font-size: 4.0rem; line-height: 1.2;  letter-spacing: -.1rem;}
h2 { font-size: 3.6rem; line-height: 1.25; letter-spacing: -.1rem; }
h3 { font-size: 3.0rem; line-height: 1.3;  letter-spacing: -.1rem; }
h4 { font-size: 2.4rem; line-height: 1.35; letter-spacing: -.08rem; }
h5 { font-size: 1.8rem; line-height: 1.5;  letter-spacing: -.05rem; }
h6 { font-size: 1.5rem; line-height: 1.6;  letter-spacing: 0; }*/
h1 { font-size: 3.4rem; line-height: 1.25; }
h2 { font-size: 3.0rem; line-height: 1.3; }
h3 { font-size: 2.4rem; line-height: 1.35; }
h4 { font-size: 1.8rem; line-height: 1.5; }
h5 { font-size: 1.5rem; line-height: 1.6; }
h6 { font-size: 1rem; line-height: 1.7; }

/* Larger than phablet */
/*@media (min-width: 550px) {
  h1 { font-size: 5.0rem; }
  h2 { font-size: 4.2rem; }
  h3 { font-size: 3.6rem; }
  h4 { font-size: 3.0rem; }
  h5 { font-size: 2.4rem; }
  h6 { font-size: 1.5rem; }
}*/

p {
  margin-top: 0; }


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #003e7e;
  text-decoration: none; }
a:hover {
  color: #003e7e;
  text-decoration: underline; }


/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  height: 30px;
  padding: 0 15px;
  color: #555;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif;
  line-height: 28px;
  letter-spacing: .05rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  color: #333;
  border-color: #888;
  outline: 0; }
.button.button-primary,
button.button-primary,
input[type="submit"].button-primary,
input[type="reset"].button-primary,
input[type="button"].button-primary {
  color: #FFF;
  background-color: #406d98;
  border-color: #406d98; }
.button.button-primary:hover,
button.button-primary:hover,
input[type="submit"].button-primary:hover,
input[type="reset"].button-primary:hover,
input[type="button"].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type="submit"].button-primary:focus,
input[type="reset"].button-primary:focus,
input[type="button"].button-primary:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea,
select {
  /* height: 38px; */
  height: auto;
  padding: 6px 10px; /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box; }
/* Removes awkward default styles on some inputs for iOS */
input[type="email"],
input[type="number"],
input[type="search"],
input[type="text"],
input[type="tel"],
input[type="url"],
input[type="password"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px; }
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33C3F0;
  outline: 0; }
label,
legend {
  display: block;
  margin-bottom: .5rem;
  font-weight: 600; }
fieldset {
  padding: 0;
  border-width: 0; }
input[type="checkbox"],
input[type="radio"] {
  display: inline; }
label > .label-body {
  display: inline-block;
  margin-left: .5rem;
  font-weight: normal; }


/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside; }
ol {
  list-style: decimal inside; }
ol, ul {
  padding-left: 0;
  margin-top: 0; }
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%; }
li {
  margin-bottom: 1rem; }


/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: .2rem .5rem;
  margin: 0 .2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #F1F1F1;
  border: 1px solid #E1E1E1;
  border-radius: 4px; }
pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre; }


/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– 
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0; }
th:last-child,
td:last-child {
  padding-right: 0; }
*/

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem; }
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem; }
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem; }


/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box; }
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box; }
.u-pull-right {
  float: right; }
.u-pull-left {
  float: left; }


/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #E1E1E1; }


/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both; }


/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/


/* Larger than mobile */
@media (min-width: 400px) {}

/* Larger than phablet (also point when grid becomes active) */
@media (min-width: 530px) {

}

/* Larger than tablet */
@media (max-width: 767px) {
	
 #rightThird, .six.columns, .nine.columns { width: 100%; margin-left:0;}
}

/* Larger than desktop */
@media (min-width: 1000px) {
	

	
}

/* Larger than Desktop HD */
@media (min-width: 1200px) {
	
.container {
	max-width: 1170px;
    width: 100%; }
  /*.column,
  .columns {
    margin-left: 30px; }
  .column:first-child,
  .columns:first-child {
    margin-left: 0; }
*/
  
	
}
@charset "UTF-8";
/* CSS Document */


#header {
	background: #003e7e url(/images/nav2015/header_bg.jpg) no-repeat top center;
	border-top: 2px solid #ffd200;
	color: #FFF;
	height: 71px;
	overflow: hidden;
}
#menu_btn a, #menu_btn_mobile a {
	color: #FFF;
	font-weight: 700;
	font-family: "Open Sans Condensed", sans-serif;
	text-transform: uppercase;
	padding: 20px 22px 0;
	display: inline-block;
	height: 51px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
#menu_btn a:hover, #menu_btn_mobile a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #273340;
}
.header_button_highlighted {
	background-color: #273340 !important;
}
#ut_logo_shield, #ut_logo_text {
	margin-top: 8px;
	height: 55px;
}
#ut_logo_shield {
	width: 51px;
}
#ut_logo_text {
	width: 152px;
}
#top_nav {
	float: right;
}
#top_nav_list, #top_nav_search, #site_nav_list {
	list-style: outside none none;
	float: left;
}
.top_nav_item, .site_nav_item {
	float: left;
}
.top_nav_link {
	color: #FFF;
	font-weight: 700;
	font-family: "Open Sans Condensed", sans-serif;
	text-transform: uppercase;
	padding: 20px 22px 0;
	display: inline-block;
	height: 51px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.top_nav_link:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #273340;
}
#menu_btn_mobile {
	display: none;
	float: right;
	margin-right: -20px;
}
#site_nav, #site_search {
	background-color: #273340;
	height: 50px;
	overflow: hidden;
	display: none;
}
.site_nav_link {
	color: #FFF;
	font-weight: 700;
	font-family: "Open Sans Condensed", sans-serif;
	text-transform: uppercase;
	padding: 12px 18px 0;
	display: inline-block;
	height: 50px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.site_nav_link:hover {
	color: #ffd200;
	text-decoration: none;
	background-color: #000;
}
#my_ut {
	color: #ffd200;
}
#site_nav_mobile {
	background-color: #273340;
}
#site_nav_list_mobile {
	list-style: outside none none;
	margin-bottom: 0;
}
.site_nav_item_mobile {
	border-bottom: 1px solid #666;
	margin-bottom: 0;
	font-size: 80%;
}
.site_nav_link_mobile {
	color: #FFF;
	font-weight: 700;
	font-family: "Open Sans Condensed", sans-serif;
	text-transform: uppercase;
	padding: 10px 22px;
	display: block;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}
.site_nav_link_mobile:hover {
	color: #ffd200;
	text-decoration: none;
	background-color: #000;
}


/*  Google Search Box CSS */

#google_search_container {
	float: right;
	padding-top: 7px;
}
#site_search input.gsc-input, #site_search .gsc-input-box, #site_search .gsc-input-box-hover, #site_search .gsc-input-box-focus {
	border: 0 none;
	/*border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.35) inset;*/
	color: #666666;
	display: inline-block;
	float: left;
	height: 35px !important;
	vertical-align: middle !important;
	width: 100% !important;
	font-family: Verdana, Verdana, Geneva, sans-serif !important;
	font-size: 15px !important;
}
#site_search .gsc-search-box {
	width: 100% !important;
	border: none !important;
	margin: 0 !important;
}
#site_search .gsc-input {
	padding: 0 !important;
	width: 100% !important;
	margin: 0 !important;
}
#site_search .gsc-input table {
	padding: 0 !important;
	width: 100% !important;
	margin: 0 !important;
}
#site_search .gsib_a {
	padding: 0 10px !important;
}
#site_search .gsst_a, .gsst_b, .gsst_d {
	display: none;
}
#site_search .gsib_a, .gsib_b {
	background: #fff;
	border: 0 !important;
}
#site_search td.gsc-clear-button {
	width: 0px;
}
#site_search #cse-search-form {
	float: left;
	width: 100%;
	display: block;
}
#site_search input.gsc-search-button, #site_search input.gsc-search-button:hover, #site_search input.gsc-search-button:focus {
	opacity: 0.0;
	filter: alpha(opacity=0); /* For IE8 and earlier */
}
#site_search .gsc-search-button {
	display: none !important;
	/*background: url("http://www.utoledo.edu/images/nav2012/search_btn.png") no-repeat scroll left top transparent;
	background-size:cover;
	border: 0 none !important;
	color: transparent !important;
	cursor: pointer !important;
	display: inline-block !important;
	float: left;
	font-size: 0;
	height: 41px !important;
	line-height: 0;
	margin-right: 5px !important;
	padding: 0 !important;
	text-indent: -9999px;
	width: 40px !important;*/
}
#site_search .cse #site_search .gsc-search-button input.gsc-search-button-v2, #site_search input.gsc-search-button-v2 {
/*height: inherit !important;
 margin-top: inherit !important;
 min-width: inherit !important;
 padding: inherit !important;
 width: inherit !important;*/
}


@media (max-width: 1000px) {
#menu_btn a, .top_nav_link, .site_nav_link {
	padding-left: 12px;
	padding-right: 12px;
	font-size: 90%;
}
.site_nav_link {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
}
 @media (max-width: 767px) {
#header {
	height: 47px;
}
#ut_logo_shield {
	height: 36px;
	width: auto;
	margin-top: 6px;
}
#menu_btn a, .top_nav_link, .site_nav_link {
	padding-left: 13px;
	padding-right: 13px;
	font-size: 80%;
}
#ut_logo {
	width: 110px;
}
#ut_logo_text, #menu_btn, #top_nav_list {
	display: none;
}
#top_nav_search {
	height: 37px;
	font-size: 70%;
}
.top_nav_link {
	padding: 11px 14px 0;
	height: 36px;
}
#menu_btn_mobile {
	display: block;
	font-size: 90%;
}
#site_nav {
	display: none;
}
}

#header_title {
	clear:both;
	background: #003e7e;
	-webkit-box-shadow: inset 0px 10px 4px -4px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0px 10px 4px -4px rgba(0,0,0,0.15);
	box-shadow: inset 0px 10px 4px -4px rgba(0,0,0,0.15);
}
#header_title h2, #header_title h1 {
	color: #FFF;
	padding: 21px 0;
	margin-bottom: 0;
	font-family: "Open Sans", sans-serif; 
	font-weight: 800;
	font-size: 2.4em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* Navigation Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#page_nav {
	clear:both;
  	font-family: "Open Sans Condensed", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	background: #ffeb8f;
	border-bottom: 1px solid #d9c97a;
	padding:0;
}
#page_nav ul {
	list-style: outside none none;
	display:block;
	margin:0;
	padding:0;
	list-style-type:none;

}
#page_nav li {
	display:inline-block;
	margin-bottom: 0;
	margin-left:0;
}
#page_nav li a {
	padding: 8px 15px;
	display: block;
	margin-left:0;
	/*font-size: 80%;*/
}
#page_nav li a:hover {
	background-color: #ffd200;
}
#page_nav_mobile {
	display:none;
	background: #ffeb8f;
	font-size: 80%;
}
#page_nav_mobile ul {
	list-style: outside none none;
	margin-bottom: 0;
}
#page_menus_mobile {
	display: none;
	
}
#page_menus_mobile > ul {
	display: none;
	/*padding-left: 5px;*/
	
}
#page_menus_mobile .primary-menu ul {
	display: block;
}
#page_nav_mobile li {
	border-bottom: 1px solid #d9c97a;
	margin-bottom: 0;
}
#page_nav_mobile li a {
	display: block;
	padding: 5px 15px;
}
#page_nav_mobile li a:hover {
	background-color: #ffd200;
}
#page_nav_mobile h4 {
	cursor: pointer;
	color: #273340;
	font-weight: bold;
	font-size: 12px;
	padding: 5px 15px;
	margin-bottom: 0;
	border-bottom: 1px solid #d9c97a;
}
#page_nav_mobile h4 i {
	font-size: 14px;
	padding: 4px 0 0 4px;
	color: #999;
	float: right;
}
#page_nav_mobile h4:hover {
	background-color: #ffd200;
}
.page_nav_selected {
	background-color: #ffd200;
}
#page_menu {
	margin-bottom: 0;
}
#page_menu li a {
	padding: 10px 15px 10px 30px;
	background: url(/images/nav2015/page_menu_icon.gif) no-repeat 15px 15px;
	color: #273340;
	font-family:"Open Sans Condensed", sans-serif;
	text-transform: uppercase;
}
#page_menu li a:hover {
	text-decoration: none;
}


#left_nav, #right_nav {
	position:relative;	
}
#left_nav ul, #right_nav ul {
	list-style: none;
	list-style-type:none;
	margin:0 0 1.5rem 0;
	padding:0;
	
}
#left_nav li, #right_nav li {
	font-size: 90%;
	border-bottom: 1px solid #DDDDDD;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
	margin-left:0 !important;
}

#left_nav form,
#right_nav form,
#left_nav input,
#right_nav input {
	margin-bottom: 0;
}

#rightThird .columns, #rightThird .column{
	width:100%;	
}

#address {
	margin-bottom: 2.5rem;
}
#address h5, #address h6, #contact_us_mobile h5, #contact_us_mobile h6 {
	color: #4c4c4c;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 1em;
	text-transform: none;
	font-weight: normal;
	line-height: 1.6;
	margin-bottom: 0;
}
#address h5, #contact_us_mobile h5 {
	font-weight: bold;
}
#address p, #contact_us_mobile p {
	margin-bottom: 0;
}
#address a {
	display: block;
	word-wrap:break-word;
}
#address_social_icons a {
	margin-right: 12px;
	font-size: 150%;
	color: #666;
	display: inline;
}
#address_social_icons a:hover {
	color: #003e7e;
}
#contact_us_mobile {
	display:none;
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #e1e1e1;
	/*padding: 15px;
	text-align:center;*/	
}

/* Content Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#content {
	clear:both;
	padding-top: 30px;
	padding-bottom: 30px;
}
#content_date {
	clear:both;
	background: #273340;
	padding: 16px 0;
	font-size: 80%;
}
#content_date a {
	color: #666;
}
.red_font {
	color: #B02D00;
}
.blue_font {
	color: #003596;
}
.green_font {
	color: #007b63;
}
.tan_font {
	color: #c5ba8e;
}
.white_font {
	color: #FFF;
}
.font9px {
	font-size: 9px;
}
.font10px {
	font-size: 10px;
}
.font14px {
	font-size: 14px;
}
.font18px {
	font-size: 18px;
}
.font24px {
	font-size: 24px;
}
.font36px {
	font-size: 36px;
}
.serif_font {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.link_button {
	background-color: #406d98;
    border-color: #406d98;
    color: #fff;
	border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans Condensed",sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 30px;
    letter-spacing: 0.05rem;
    line-height: 28px;
    padding: 0 15px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
	margin-bottom: 1rem;
	margin-right: 5px;
}
.link_button:hover,
.link_button:focus {
	background-color: #1eaedb;
    border-color: #1eaedb;
    color: #fff;
}

div.table-scroller {
	max-width: 100%;
	overflow-x: auto;
}

/* textHold Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#textHold ul, #textHold ul, #rightThird ul {
	padding-left: 20px;
}

#textHold ul, #rightThird ul {
	list-style: outside disc;
}

#textHold li {
	margin-bottom: 0;
}


/* Banner Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

#banner {
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	height: 390px;
	position: relative;
}
#banner .container {
	height: 390px;
}
.bannerInfo {
	position: absolute;
	bottom: 0;
	min-width: 562px;
}
#bannerInfoMobile {
	display: none;
}
#bannerText {
	background: rgba(0, 0, 0, 0.7);
	color: #FFF;
	margin-bottom: 20px;
	
}
#bannerText p {
	padding: 15px 20px;
	text-shadow: 0px 1px 2px rgba(0, 0, 0, .5);
}
.bannerInfo .button-primary {
	margin-bottom: 20px;
}
#top_lvl_banner {
	padding-top: 30px;
}
#top_lvl_banner_img {
	background-repeat: no-repeat; 
	background-position: top center;
	background-size: cover;
	height: 285px;
}
#top_lvl_banner_txt {
	margin-top: 2.5rem;
}

#top_lvl_banner_btns {
	margin: 2.5rem 0;
}

#top_lvl_banner_btns li, 
#bannerInfoMobile li,
.bannerInfo li {
    display: inline-block;
}

#top_lvl_banner_btns li a,
#bannerInfoMobile li a,
.bannerInfo li a  {
  display: inline-block;
  height: 30px;
  padding: 0 15px;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif;
  line-height: 28px;
  letter-spacing: .05rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #406d98;
  border-radius: 4px;
  border: 1px solid #406d98;
  cursor: pointer;
  box-sizing: border-box; }

#top_lvl_banner_btns li a:hover,
#top_lvl_banner_btns li a:focus,
#bannerInfoMobile li a:hover,
#bannerInfoMobile li a:focus,
.bannerInfo li a:hover, 
.bannerInfo li a:focus {
  color: #FFF;
  text-decoration: underline;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }

#top_lvl_banner_img img {
	display:none;	
}

#top_lvl_banner_img {
	overflow:hidden;	
}
#top_lvl_banner_img_on{
	display:block;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: top center;
	display:none;
}
#pictHold { 
	margin-left: 4%; 
	margin-top: 30px;
	background: url('images/homepageImage.jpg') no-repeat scroll top left; 
	background-size:cover; 
	height: 131px; 
	display:block; 
}
/* page nav current page markers */
.currentpage{
    font-weight: bold;
}

.currentpage:hover {
    text-decoration:none;
    cursor:default;
}


.currentpage::before {
    content: '\f101';
    font-family: FontAwesome;
    padding-right: 4px;
    font-weight: normal;
    text-decoration: none !important;
}

/* greater-degree button integration */
.fullStory_CTA {
    text-transform: uppercase;
    font-family: Helvetica, Arial, sans-serif;
}
.fullStory_CTA a {
    color: #fff;
    font-weight: bold;
    background-color: #ffcf06;
    border-radius: 3px;
    padding: 10px 12px 8px 12px;
    font-size: 1.125em;
    display: block;
    margin-top: 25px;
}

.bannerContent blockquote {
	background: url("/greater-degree/images/bg_blockquote.gif") no-repeat scroll left top, rgba(0, 0, 0, 0) url("/greater-degree/images/bg_blockquote_right.gif") no-repeat scroll right bottom;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 1.325em;
    line-height: 1.3em;
    margin: 0;
    padding: 12px 0 15px 55px;
}
/* end greater-degree button */

/* schedule visit button */
.btn-schedule-visit a {
	background: #ffd200 url("http://www.utoledo.edu/Programs/Content/images/home_icon_visit.png") no-repeat scroll left;
	background-position-x: 18px;
	background-position-y: 12px;
	color: #273340;
	font-family: "Open Sans Condensed",sans-serif;
	font-weight: 700;
	font-size: 1.35em;
	padding: 15px 18px 15px 58px;
	border-radius: 4px;
}
.btn-schedule-visit a:hover {
	color: #003a72;
	background: #ffd200 url("http://www.utoledo.edu/Programs/Content/images/home_icon_visit-over.png") no-repeat scroll left;
	background-position-x: 18px;
	background-position-y: 12px;
}

/*end schedule visit button */ 

/* Mini Banner-Slideshow */
		#TwoColTop {
			margin-top:20px;
			margin-bottom:35px;
		}
		#TwoColTop #banner {
			height:450px;
		}
		#TwoColTop #banner .container {
			height: 450px;
		}
		#TwoColTop .bannerInfo {
			min-width:inherit;
		}
		#TwoColTop .mini-slide-title {
			color: #fff;
			font-family: "Open Sans",sans-serif;
			font-size: 2.25em;
			font-weight: 800;
			text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
			text-transform:uppercase;
			display:block;
			line-height: 1.125em;
		}
		#TwoColTop .mini-slide-text {
			display:block;
			padding-bottom:10px;
		}
		#TwoColTop #bannerText {
			background: rgba(0, 0, 0, 0.5) none repeat scroll 0 0;
			margin-bottom: 0px;
		}
		#TwoColTop #bannerText p {
			margin-bottom:0px;
		}
		#topCallouts {
			background-color:#ffd200;
		}
		#TwoColTop #topImportantDates li {
			border-bottom: 1px solid #e1e1e1;
			padding-bottom:10px;
			list-style:none !important;
		}
/* End of Mini Banner-Slideshow */	


@media (max-width: 1200px) {
			#TwoColTop #banner .container {
    			width: 100%;
				}
		}
@media (max-width: 1000px) {

	#header_title h2, #header_title h1 {
		font-size: 1.75em;
	}
	#page_nav {
		font-size: 80%;
	}
	#page_nav li a {
		padding: 8px 12px;
	}
	#bannerText p {
		font-size: 75%;
	}
	#TwoColTop #bannerText p {
		font-size: 90%;
	}
	#TwoColTop #topImportantDates {
		font-size:90%;
	}
}
			@media (max-width: 768px) {
				#TwoColTop .three {
					width: 100%;
				}
				#TwoColTop .nine.columns {
					width: 100% !important;
				}
				#TwoColTop #banner {
					height:360px;
					margin-bottom:25px;
				}
				#TwoColTop #banner .container {
					height:360px;
				}
				#TwoColTop .three.columns {
					margin-left:0px !important;
				}
				#TwoColTop #topImportantDates li {
					float:left;
					width:46%;
					margin-right:4%;
				}
			}
@media (max-width: 767px) {
	 
	#header_title h2, #header_title h1 {
		font-size: 1.25em;
	}
	#page_nav {
		display: none;
	}
	#page_nav_mobile, #contact_us_mobile {
		display: block;
	}
	#page_nav_mobile img, #page_nav_mobile iframe, #page_nav_mobile object {
		display:none;
	}
	#left_nav, #right_nav {
		display: none;
	}

	#banner {
		height: 210px;
	}
	#banner .container {
		height: auto;
	}
	.bannerInfo {
		position: relative;
		margin: 0 auto;
		width: 85%;
		display: block;
	}
	#bannerInfoMobile {
		display:block;
	}
	#bannerInfoMain{
		display:none;
	}
	#bannerText {
		background-color: transparent;
		color: #4c4c4c;
		margin-bottom: 0;
	}
	#bannerText p {
		padding: 20px 0 0;
		font-size: 100%;
		text-shadow: none;
	}
	.bannerInfo .button-primary {
		margin-bottom: 1rem;
	}
	#contact_us_mobile{
		display:block;
	}
	#TwoColTop #banner {
		display:none !important;
	}
	#TwoColTop .container {
		width: 100% !important;
	}
	#TwoColTop #bannerText p {
		padding: 20px !important;
	}
	#TwoColTop #bannerInfoMobile {
		margin-bottom:35px;
	}
	#TwoColTop #bannerText {
		background:#406e9e;
		color:#fff !important;
	}
	#TwoColTop #bannerText .button.button-primary{
		background-color: #ffd200;
		border-color: #ffd200;
		color: #003a72;
	}
}

@media (max-width: 550px) {
	#banner {
		height: 115px;
	}
	.bannerInfo {
		width: 100%;
	}
	#top_lvl_banner_img {
		height: 153px;
	}
	#TwoColTop #topImportantDates li {
		float:none;
		width:100%;
		margin-right:0%;
	}
}
@media (max-width: 400px) {
	#TwoColTop .container {
		padding:0px !important;
	}
}
@charset "UTF-8";
/* CSS Document */


#footer {
	clear:both;
	background: #003e7e url(/images/nav2015/footer_bg.gif) repeat-y top center;
}
#footer .container {
	background: url(/images/nav2015/footer_top_bg.gif) no-repeat top center;
	padding-top: 40px;
	padding-bottom: 80px;
}

#footer_logo img {
	width: 100%;
	height: auto;
}

#footer_contact {
	color: #FFF;
	font-size: 80%;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

#footer_contact br {
	display: none;
}

.footer_contact_break {
	display: block !important;
}

#footer_links {
	list-style: outside none none;
	
}

.footer_links_item {
	float: left;
}
.footer_links_link {
	color: #ffd200;
	padding-right: 25px;
	display: inline-block;
}
.footer_links_link:hover {
	color: #ffd200;
}

#footer_social_icons {
	text-align: right;
	float: right;
}

#footer_social_icons a {
	color: #ccd8e5;
	font-size: 200%;
	margin: 0 7px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

#footer_social_icons a:hover {
	color: #ffd200;
}

@media (max-width: 1000px) {
	

}

@media (max-width: 767px) {


#footer_logo {
	width: 100%;
}

#footer_logo img {
	width: 170px;
	height: auto;
}

#footer_social_icons {
	text-align: left;
	width: 100%;
	margin-left: 100%;
}

}


@media (max-width: 550px) {

#footer_contact br {
	display: block;
}

#footer_links, .footer_links_item {
	float: none;
}

}



/* Snippet Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.snippet_hold {
	position: relative;
	width: 100%;
	margin-bottom: 2.5rem;
	box-sizing: border-box;
}
.snippet_col_format,
.snippet_2col,
.snippet_3col,
.blue_box_3col,
.blue_box_2col {
	width: 100%;
	float: left;
	box-sizing: border-box;
}

.snippet_col_format h6 {
	border-top: 4px solid #cbddf1;
	border-bottom: 1px solid #dddddd;
	font-size: 1.5rem;
	line-height: 2;
}

.snippet_col_format img {
	width: 100%;
	height: auto;
}

/* Blue Box Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */ 

.blue_box {
	background: #edf2fc;
	border: 1px solid #cbddf1;
}

.blue_box h5 {
	background: #e4edf8;
	border-top: 3px solid #cbddf1;
	border-bottom: 1px solid #cbddf1;
	padding: 8px 15px !important;
	margin: 0 !important;
}

.blue_box_content {
	display: block;
	padding: 15px;
}

.blue_box_3col,
.blue_box_2col {
	display: block;
	float: left;
	/*margin-left: 4%;*/
}


.blue_box_3col:first-child,
.blue_box_2col:first-child {
	margin-left: 0;
}

ul.blue_box_list {
	list-style-type: none !important;
	margin-bottom: 0;
	padding-left: 0 !important;
}

ul.blue_box_list li {
	border-bottom: 1px solid #cbddf1;
	margin-bottom: 0.5rem !important;
    padding-bottom: 0.5rem;
}


/* RSS Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.rss-items {
	list-style: none !important;
	margin-bottom: 0.5rem;
	padding-left: 0 !important;
}

li.rss-item {
	border-bottom: 1px solid #dddddd;
	margin-bottom: 0.5rem !important;
    padding-bottom: 0.5rem;
}

.rss-item br {
	display: none;
}

.rss-date {
	display: block;
}

.rss_all  {
  display: inline-block;
  height: 30px;
  padding: 0 15px;
  margin-bottom: 2.5rem;
  color: #FFF;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans Condensed", sans-serif;
  line-height: 28px;
  letter-spacing: .05rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: #406d98;
  border-radius: 4px;
  border: 1px solid #406d98;
  cursor: pointer;
  box-sizing: border-box; }
.rss_all:hover,
.rss_all:focus {
  color: #FFF;
  background-color: #1EAEDB;
  border-color: #1EAEDB; }


/* Tabbed Box Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.snippet_tabs {
}

.snippet_tabs_btns {
	background-color: #406d98;
	display: block;
	padding: 5px 5px 0;
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 14px;
}
#tab_btns {
	width: 100%;
	box-sizing: border-box;
}
.snippet_tabs_btns ul {
	margin: 0;
	padding: 0 !important;
}
.snippet_tabs_btns li {
	display: block;
	float: left;
	margin-bottom: 0;
}
.snippet_tabs_btns li a {
	color: #FFFFFF;
	display: block;
	margin: 0 2px 0 0;
	padding: 5px 10px 7px;
	text-decoration: none;
	text-transform: uppercase;
}
.snippet_tabs_btns li a:hover {
	text-decoration: underline;
	background-color: #1eaedb;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.snippet_tabs_btns li a.current {
	background-color: #FFFFFF;
	color: #333333;
	margin: 0 2px -1px 0;
	padding: 5px 10px 8px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.snippet_tabs_btns li a.current:hover {
	background-color: #FFFFFF;
	text-decoration: none;
	cursor: default;
}
.snippet_tabs_content {
	display: block;
	padding: 15px 0 20px;
	clear: both;
}
#tab_btns i {
	display: none;
}
#tab_btns:after {
	clear: both;
    content: "";
    display: table;
}


/* Panel Snippet Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.panel {
	
}

.panel_head {
	padding: 5px 15px;
	background-color: #406d98;
	box-sizing: border-box;
	color: #FFF;
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 14px;
	font-weight: 700;
	height: 30px;
	letter-spacing: 0.05rem;
	line-height: 28px;
	text-transform: uppercase;
	
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	border-top-right-radius: 4px;
	
	-webkit-border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	border-top-left-radius: 4px;
}

.panel_head h5 {
	color: #FFF;
	font-family: "Open Sans Condensed",sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.05rem;
	line-height: 28px;
	margin-bottom: 0;
	text-transform: uppercase;
}

.panel_body {
	padding: 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	border-bottom-right-radius: 4px;
	
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}


/* Slideshow Snippet Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.slideshow_snippet {
	position:relative;   
	background-repeat: no-repeat; 
	background-position: top center;
	background-size: cover;
	height: 285px;
	overflow:hidden;
	margin-bottom: 2.5rem;
}
.slideshow_snippet img {
	width:100%;
	height:auto;
}

.slideshow_snippet_img_on {
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-size:cover;
	background-position: top center;
	display:none;
}

.slideshow_snippet i{
	position:absolute; top: 46%; z-index:999;
	font-size: 24px;
	font-color: #CCC;
	opacity: .65;
	cursor:pointer;
}
.slideshow_snippet .leftBtn {
	left: 8px;   
}
.slideshow_snippet .rightBtn {
	right: 8px;  
}


@media (max-width: 767px) {
	
.snippet_tabs_btns {
	backkground-color: #406d98;
	padding: 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.snippet_tabs_btns ul {
	height: 30px;
	overflow: hidden;
}
.snippet_tabs_btns li {
	float: none;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #FFF;
}
#tab_btns {
}
.snippet_tabs_btns li a {
	display: block;
	margin: 0;
	padding: 0 10px;
	line-height: 30px;
	background-color: #1eaedb;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.snippet_tabs_btns li a:hover {
	text-decoration: underline;
	background-color: #1eaedb;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.snippet_tabs_btns li a.current {
	background-color: #406d98;
	background-image: url("/images/nav2015/tab_arrow_icon.png");
	background-repeat: no-repeat;
	background-position: right 10px top 10px;
	border: none;
	color: #FFF;
	display: block;
	margin: 0;
	padding: 0 10px;
	line-height: 30px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.snippet_tabs_btns li a.current:hover {
	background-color: #406d98;
}
.snippet_tabs_btns li:last-child {
}
}



/* For devices larger than 400px */
@media (min-width: 400px) {
.snippet_hold {
	width: 100%;
	padding: 0;
}
.blue_box_3col,
.blue_box_2col,
.snippet_2col,
.snippet_3col {
	margin-left: 0;
}
}

/* For devices larger than 550px */
@media (min-width: 550px) {
.snippet_hold {
	width: 100%;
}
.snippet_col_format,
.snippet_2col,
.snippet_3col,
.blue_box_3col,
.blue_box_2col {
	margin-left: 4%;
}
.snippet_col_format:first-child,
.snippet_2col:first-child,
.snippet_3col:first-child,
.blue_box_3col:first-child,
.blue_box_2col:first-child {
	margin-left: 0;
}
.blue_box_2col,
.snippet_2col,
.snippet_2col.snippet_col_format {
	width: 48%;
}
.blue_box_3col,
.snippet_3col,
.snippet_3col.snippet_col_format {
	width: 30.6666666667%;
}

}/*end media*/

.snippet_hold:after,
.blue_box_content:after {
	content: "";
	display: table;
	clear: both;
}
#hidden{
	display:none;
}

img, iframe, object, table, div, input, select {
	max-width: 100%;
}
/* chrome fix for collapsing images on desktop*/
td img{
	max-width:none;	
}
img {
	max-height: auto;	
}
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.ends {
	clear: both;
	height: 0px !important;
	overflow: hidden;
}

@media (max-width: 767px) {
	 
	img {
		height: auto;
	}
	
	td img{
		max-width:100%;	
	}
	/*table{
		width:100% !important;
	}*/

}
