/* compiled using LESS */
/* 
*  Framewerk
*  Skeleton Grid - http://getskeleton.com/
*/
/* Table of Contents
==================================================
    #Clearing  - 960grid.css
    #Base 960 Grid  - 960grid.css
    #Tablet (Portrait) - responsive.css
    #Mobile (Portrait)  - responsive.css
    #Mobile (Landscape) - responsive.css
   
*/
/* #Clearing
================================================== */
/* Self Clearing Goodness */
.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* Use clearfix class on parent to clear nested columns, 
    or wrap each row of columns in a <div class="row"> */
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.row:after,
.clearfix:after {
  clear: both;
}
.row,
.clearfix {
  zoom: 1;
}
/* You can also use a <br class="clear" /> to clear columns */
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/* #Base 960 Grid 
================================================== */
.container {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
}
.container_12 {
  position: relative;
  width: 960px;
  margin: 0 auto;
  padding: 0;
  clear: both;
}
.column,
.columns {
  float: left;
  display: inline;
  margin-left: 15px;
  margin-right: 15px;
}
.container_12 .column,
.container_12 .columns {
  margin-right: 10px;
  margin-left: 10px;
}
.row {
  margin-bottom: 20px;
}
/* Nested Column Classes */
.column.alpha,
.columns.alpha {
  margin-left: 0;
}
.column.beta,
.columns.beta {
  margin-right: 10px;
}
.column.omega,
.columns.omega {
  margin-right: 0;
}
/* Base Grid  16 colums */
.container .one.column {
  width: 40px;
}
.container .two.columns {
  width: 100px;
}
.container .three.columns {
  width: 160px;
}
.container .four.columns {
  width: 220px;
}
.container .five.columns {
  width: 280px;
}
.container .six.columns {
  width: 340px;
}
.container .seven.columns {
  width: 400px;
}
.container .eight.columns {
  width: 460px;
}
.container .nine.columns {
  width: 520px;
}
.container .ten.columns {
  width: 580px;
}
.container .eleven.columns {
  width: 640px;
}
.container .twelve.columns {
  width: 675px;
}
.container .thirteen.columns {
  width: 760px;
}
.container .fourteen.columns {
  width: 820px;
}
.container .fifteen.columns {
  width: 880px;
}
.container .sixteen.columns {
  width: 940px;
}
.container .one-third.column {
  width: 300px;
}
.container .two-thirds.column {
  width: 620px;
}
/* Offsets 16 columns*/
.container .offset-by-one {
  padding-left: 60px;
}
.container .offset-by-two {
  padding-left: 120px;
}
.container .offset-by-three {
  padding-left: 180px;
}
.container .offset-by-four {
  padding-left: 240px;
}
.container .offset-by-five {
  padding-left: 300px;
}
.container .offset-by-six {
  padding-left: 360px;
}
.container .offset-by-seven {
  padding-left: 420px;
}
.container .offset-by-eight {
  padding-left: 480px;
}
.container .offset-by-nine {
  padding-left: 540px;
}
.container .offset-by-ten {
  padding-left: 600px;
}
.container .offset-by-eleven {
  padding-left: 660px;
}
.container .offset-by-twelve {
  padding-left: 720px;
}
.container .offset-by-thirteen {
  padding-left: 780px;
}
.container .offset-by-fourteen {
  padding-left: 840px;
}
.container .offset-by-fifteen {
  padding-left: 900px;
}
/* Base Grid  12 colums */
.container_12 .one.column {
  width: 60px;
}
.container_12 .two.columns {
  width: 140px;
}
.container_12 .three.columns {
  width: 220px;
}
.container_12 .four.columns {
  width: 300px;
}
.container_12 .five.columns {
  width: 380px;
}
.container_12 .six.columns {
  width: 460px;
}
.container_12 .seven.columns {
  width: 540px;
}
.container_12 .eight.columns {
  width: 620px;
}
.container_12 .nine.columns {
  width: 700px;
}
.container_12 .ten.columns {
  width: 780px;
}
.container_12 .eleven.columns {
  width: 860px;
}
.container_12 .twelve.columns {
  width: 940px;
}
/* Offsets 12 columns*/
.container_12 .offset-by-one {
  padding-left: 80px;
}
.container_12 .offset-by-two {
  padding-left: 160px;
}
.container_12 .offset-by-three {
  padding-left: 240px;
}
.container_12 .offset-by-four {
  padding-left: 320px;
}
.container_12 .offset-by-five {
  padding-left: 400px;
}
.container_12 .offset-by-six {
  padding-left: 480px;
}
.container_12 .offset-by-seven {
  padding-left: 560px;
}
.container_12 .offset-by-eight {
  padding-left: 640px;
}
.container_12 .offset-by-nine {
  padding-left: 720px;
}
.container_12 .offset-by-ten {
  padding-left: 800px;
}
.container_12 .offset-by-eleven {
  padding-left: 880px;
}
.container_12 .offset-by-twelve {
  padding-left: 960px;
}
/* @override 
	http://boisestate.dev/wp-content/themes/framewerk/framewerk/frontend/css/base.css?ver=1.0.4.5.1 */
/**
 * Base Styles
 * @package: framewerk
 * @author: Westwerk
 */
/* INDEX

	#Global Reset
	#Structural Customization
	#Header
	#Navigation Bar
	#Typography
	#Tables
	#Widgets
	#WP Blog
	#Form Buttons
	#Styled Buttons
	#Tabs
	#Toggles
	#Callouts
	#Comments
	#WP Gallery
	#Custom Lists
	#Plugins
	#Misc

*/
/* @group Global Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
/* For accessibility reasons, we are making text on the site black */
.entry-content p,
.entry-content address,
.entry-content pre,
.entry-content hr,
.entry-content ul,
.entry-content ol,
.entry-content dl,
.entry-content dd,
.entry-content table {
  color: #000000 !important;
}
.tab-detect {
  background: #ffffff;
  color: #092d66;
  font-size: 12px;
  padding: 5px 10px;
  position: absolute;
  top: -100px;
  left: 10px;
  text-decoration: underline;
  transition: all 0.35s ease-in-out;
}
.tab-active {
  top: 10px;
  transition: all 0.35s ease-in-out;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table.pad td {
  padding: 10px;
}
pre,
code {
  white-space: normal;
  background-color: #ededed;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  display: block;
  width: 100%;
  font: 12px/24px Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  margin: 5px 0;
  padding: 5px;
}
p code {
  display: inline;
}
body {
  line-height: 150%;
  -webkit-text-size-adjust: 100%;
  font-family: "Helvetica Neue", "Helvetica", sans-serif;
}
#fw-mega-wrap .screen-reader-text,
.gateway.wrap .screen-reader-text,
.footer-nav .screen-reader-text {
  display: none;
}
.screen-reader-text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* @end */
/* @group Structural Customization */
body {
  background: url(../images/layout/body-bg.jpg);
}
#header {
  clear: both;
}
#header .header_extras {
  float: right;
}
/* Give the main wrapper a separate background color */
#wrap {
  background: url(../images/layout/header-repeat.jpg) top center repeat-x;
}
.wrap.content {
  padding-top: 20px;
}
/* Footer Styles */
.wrap.footer {
  background: url(../images/layout/footer-bkg.gif) repeat;
}
.footer_bkg {
  background: url(../images/layout/footer-bg-repeat.jpg) no-repeat top center;
}
#footer {
  border-top: 1px solid #d6d6d6;
  font-size: .9em;
  height: 422px;
  min-height: 422px;
  padding-bottom: 0;
}
.page-template-template-landing-page #footer .margin-top-40 {
  margin-top: 300px;
}
.page-template-template-landing-page #footer {
  height: auto;
  min-height: 200px;
}
.page-template-template-landing-page h4.footer-logo {
  margin-bottom: 10px;
}
.page-template-template-landing-page .footer_bkg {
  background: url(../images/layout/footer-bg-repeat.jpg) no-repeat bottom center;
}
.page-template-template-landing-page .footer-small-copyright {
  position: absolute;
  bottom: 0;
}
#footer.noborder {
  border: none;
  padding-top: 0;
}
#footer #credits {
  font-size: 11px;
  color: #9f9f9f;
}
.footer-logo {
  background: url(../images/layout/footer-header-bg.png) top center no-repeat;
  height: 42px;
  overflow: hidden;
  text-indent: -999px;
  margin: 22px 0 22px 0;
  display: block;
}
a.themeauthor {
  display: block;
  width: 75px;
  height: 12px;
  margin: 0px auto;
  float: right;
  text-decoration: none;
  text-indent: -9999em;
  background: url(../images/icons/stlogo.png) no-repeat right center;
}
/* Footer overrides - Doublewide Minimal Nav template */
.page-template-template-liquidwidth-php .footer_bkg {
  background-position: bottom center;
}
.page-template-template-liquidwidth-php #footer {
  height: auto;
  min-height: 0;
  padding: 10px 0 20px 0;
}
.page-template-template-liquidwidth-php #footer .margin-top-40 {
  margin-top: 100px;
}
/* @end */
/* @group Header */
.wrap.header {
  background: url(../images/layout/header.jpg) top center no-repeat;
  height: 109px;
}
#header h1#site-title a,
#header div#site-title a {
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/layout/logo.png);
  background-repeat: no-repeat;
  width: 230px;
  height: 60px;
  margin: 25px 0 0 0px;
  display: block;
}
#header #site-title a:hover {
  color: #3253ad;
}
/* Header Tagline */
#header span.site-desc {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 28px;
  color: #7d7d7d;
  letter-spacing: -1px;
}
/* Image Header */
#header #site-title.graphic a {
  text-indent: -9999em;
  display: block;
  background-repeat: no-repeat;
  background-position: left;
}
#header span.site-desc.graphic {
  display: none;
}
/* @end */
/* @group Navigation Bar */
.mobile-menu {
  display: none;
}
#navigation ul#fw-mega-menu,
#navigation ul#menu-top-menu {
  float: right;
  position: relative;
  behavior: url("wp-content/themes/framewerk/PIE.php");
}
#navigation ul#fw-mega-menu > li,
#navigation ul#menu-top-menu > li {
  background-image: none;
}
#navigation ul#fw-mega-menu > li > a,
#navigation ul#menu-top-menu > li > a {
  background-image: none;
  text-decoration: none;
  display: block;
  text-shadow: 1px 1px 0px #333;
  color: #ffffff;
  text-transform: uppercase;
  padding: 5px;
  font-size: 16px;
}
.menu-top {
  float: right;
  margin-bottom: 15px;
}
#navigation ul#menu-top-menu li a {
  font-size: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 7px;
}
#navigation ul#menu-main-menu li a {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
}
#navigation ul#menu-top-menu li:last-child a,
#navigation ul#menu-main-menu > li:last-child a span {
  border: none;
}
/* Navbar Hover Links */
#navigation ul li:hover a,
#navigation ul li a:hover {
  color: #ef7033;
  position: relative;
}
#navigation ul li:hover li a {
  color: #595959;
  font-weight: normal;
}
/* Navbar Active Links */
#navigation ul li.active a {
  color: #ef7033;
}
/* Nav Sublevel */
#navigation ul.sub-menu {
  background: -moz-linear-gradient(270deg, #fcfcfc, #ececec) repeat scroll 0 0 transparent;
  background: -webkit-linear-gradient(270deg, #fcfcfc, #ececec) repeat scroll 0 0 transparent;
  border-color: #EAEAEA #F5F5F5 #F5F5F5 #F5F5F5;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
#navigation ul.sub-menu li {
  border: none;
}
/* Nav Sublevel Links */
#navigation ul.sub-menu li a {
  background: #f0f0f0;
  padding: 5px 0px 5px 8px;
  height: 32px;
  line-height: 32px;
  border-radius: 0;
  min-width: 210px;
  border-bottom: none;
  position: static;
  behavior: none;
}
/* Nav Sublevel Hover */
#navigation ul.sub-menu li a:hover {
  background: #fff;
  border-bottom: none;
}
/* @end */
/* @group Typography */
#navigation {
  font-family: 'Oswald', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  word-spacing: 3px;
  color: #0169a4;
}
h1,
h6 {
  font-family: 'Oswald', sans-serif;
}
h2,
h3,
h4,
h5 {
  font-family: "Lato", sans-serif;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-weight: inherit;
  text-decoration: none;
}
h1.entry-title {
  color: #09347A;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}
.blog .type-post h1.entry-title {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  text-transform: none;
}
h2.entry-title a {
  font-weight: bold;
}
h1 {
  line-height: 140%;
  margin-bottom: 14px;
  font-size: 22px;
  font-weight: 400;
  color: #09347a;
  text-transform: uppercase;
}
h2 {
  line-height: 130%;
  margin-bottom: 10px;
  color: #0169a4;
  font-size: 22px;
  font-weight: 400;
}
span.s-title {
  display: block;
  line-height: 125%;
  margin-bottom: 10px;
  color: #0169a4;
  letter-spacing: 0.01em;
  font-size: 18px;
  font-weight: 400;
}
h3 {
  line-height: 130%;
  font-size: 18px;
  margin-bottom: 8px;
  text-transform: uppercase;
  font-weight: 400;
}
h4 {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.01em;
  line-height: 125%;
  margin-bottom: 8px;
}
h5 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 120%;
  margin-bottom: 8px;
  text-transform: uppercase;
}
h6 {
  line-height: 120%;
  margin-bottom: 8px;
  color: inherit;
  font-weight: 400;
  text-transform: uppercase;
  color: #375199;
  letter-spacing: .01em;
  font-size: 14px;
}
.subheader {
  color: #777;
}
.normal {
  font-weight: normal;
}
.bolder {
  font-weight: bolder;
}
.bold {
  font-weight: bold;
}
.entry-content p,
.entry-content {
  color: #575757;
  font-size: 13px;
  margin: 15px 0 30px;
}
p {
  margin: 0 0 21px 0;
}
p img {
  margin: 0;
  max-width: 100%;
  height: auto;
}
p.lead {
  font-size: 21px;
  line-height: 27px;
  color: #777;
}
em {
  font-style: italic;
}
strong {
  font-weight: bold;
  color: #333;
}
small {
  font-size: 80%;
}
.dropcap {
  float: left;
  color: #903;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}
/*	Blockquotes  */
blockquote,
blockquote p,
.entry-content blockquote p {
  font-size: 16px;
  line-height: 24px;
  color: #464646;
}
blockquote {
  margin: 0 0 20px;
  padding: 0 20px 0 19px;
  border-left: 10px solid #f6f6f5;
  font-size: 16px;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  color: #464646;
  clear: both;
}
blockquote cite {
  display: block;
  font-size: 12px;
  color: #555;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited,
blockquote cite a:visited {
  color: #555;
}
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 15px 0 15px;
  height: 0;
}
/* #Links
================================================== */
a,
a:visited {
  text-decoration: none;
  color: #0169a4;
}
a:hover,
a:focus,
a:visited {
  color: #0169a4;
  text-decoration: underline;
}
p a,
p a:visited {
  line-height: inherit;
}
a.external {
  background: url(../images/external_link.png) no-repeat right center;
  padding-right: 12px;
}
a.noexternal {
  background: none !important;
  padding-right: 0 !important;
}
a.button.external {
  padding-right: 0;
}
/* PDF links */
.main-content a[href$='.pdf'] {
  background: url(../images/icons/pdf.png) no-repeat right center;
  padding-right: 20px;
  background-size: 12px;
}
/* Default page template links */
.page-template-default p a:hover {
  text-decoration: underline;
}
/* #Lists
================================================== */
ul,
ol {
  margin-bottom: 20px;
  color: #464646;
  font-size: 13px;
}
ul {
  list-style: none outside;
}
ol {
  list-style: decimal;
}
ol,
ul.square,
ul.circle,
ul.disc {
  margin-left: 20px;
}
ul.square {
  list-style: square outside;
}
ul.circle {
  list-style: circle outside;
}
ul.disc {
  list-style: disc outside;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 4px 0 5px 30px;
}
ul ul li,
ul ol li,
ol ol li,
ol ul li {
  margin-bottom: 6px;
}
li {
  line-height: 18px;
  margin-bottom: 12px;
}
ul.large li {
  line-height: 21px;
}
li p {
  line-height: 21px;
}
/* ol */
ol {
  counter-reset: list;
  list-style-type: none;
  margin-left: 0;
}
ol li {
  padding-left: 20px;
  text-indent: -1em;
}
ol li:before {
  counter-increment: list;
  content: counter(list) ".";
  color: #0169a4;
  font-weight: bold;
  margin-right: 0.25em;
}
/* ul */
.entry-content ul > li {
  padding-left: 20px;
  background: url(../images/icons/ul-arrow.png) 0 4px no-repeat;
}
.flexslider ul li {
  padding: 0;
  background: none;
}
/* # Image Alignment Classes
============================================================== */
.alignright {
  float: right;
  margin: 0px 0px 10px 15px;
}
.alignleft {
  float: left;
  margin: 0px 15px 10px 0px;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
/* WP Captions */
.wp-caption {
  text-align: center;
  padding: 5px;
  margin: 10px auto;
}
.wp-caption {
  border: 1px solid #fff;
  background-color: #f6f6f6;
  color: #666;
  text-shadow: 1px 1px 0px #fff;
  -webkit-box-shadow: 1px 1px 6px #ddd;
  -moz-box-shadow: 1px 1px 6px #ddd;
  box-shadow: 1px 1px 6px #ddd;
  position: relative;
  behavior: url('../wp-content/themes/framewerk/css/PIE.php');
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 5px 0 0px 0;
  margin: 0;
}
.wp-caption.alignleft {
  margin: 0px 10px 0px 0px;
}
.wp-caption.alignright {
  margin: 0px 0px 0px 10px;
}
/* @end */
/* @group Styled Headers */
.line-behind-home {
  text-align: center;
  background: url(../images/layout/line-behind.png) 50% 22% repeat-x;
  font-family: 'Oswald', 'Lato', Helvetica, Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  color: #09347a;
  margin: 10px 0;
  line-height: 15px;
  clear: both;
}
.line-behind-home span {
  background: url(../images/layout/body-bg.jpg);
  padding: 0 10px;
}
.line-behind-blue-bg {
  text-align: center;
  background: #205188 url(../images/layout/line-behind-blue.png) 50% 50% repeat-x;
  font-weight: normal;
  text-transform: uppercase;
  color: #e2e2e2;
  padding: 10px 0;
  line-height: 15px;
  clear: both;
  margin-bottom: 0;
}
.line-behind-blue-bg span {
  background: #205188;
  padding: 0 10px;
}
.line-behind-home a {
  color: #555555;
  font-size: 10px;
  font-family: "helvetica neue", Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: .5px;
}
h2.line-behind-home a:after {
  content: url(../images/icons/link-arrow.png);
  padding-left: 5px;
}
h2.line-behind-home a.fb_home {
  padding-left: 20px;
  height: 15px;
  display: inline-block;
  background: url(../images/icons/fb-like.png) 0 0 no-repeat;
}
/* @end */
/* @group Colors */
.blue {
  color: #09347a;
}
.lighter-blue {
  color: #007dc3;
}
.light-blue {
  color: #0169a4;
}
.dark-blue {
  color: #092d66;
}
.orange {
  color: #ef7033;
  /* old */
  color: #f1632a;
}
.dark-gray {
  color: #464646;
}
.navy-blue {
  color: #000000;
}
.navy-blue a {
  color: #003d60 !important;
}
.navy-blue a:hover {
  text-decoration: underline !important;
}
.navy-blue p {
  color: #003d60;
}
.grey {
  color: #b7b7b7;
}
.light-grey {
  color: #f6f6f5;
}
/* @end */
/* @group Tables */
table {
  margin: .5em 0 1em;
  box-shadow: 0px 1px 5px #F2F2F2;
}
table th {
  border: 1px solid #d2d5d7 !important;
  font-weight: 500;
  padding: 10px;
}
table thead tr {
  background: #edeeef url(../images/layout/plugins/thead_bkg.gif) repeat-x center top;
}
table td {
  background-color: #fafafa;
  border-top: 1px solid #D1D1D1;
  border-left: 1px solid #D1D1D1;
  border-right: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
  line-height: 1.4em;
  padding: 10px;
}
table .even td {
  background-color: #fafafa;
}
table .odd td {
  background: #f7f7f7 url(../images/layout/plugins/td_bkg.gif) repeat-x center top;
}
/* @end */
/* @group Widgets */
.widget-container ul {
  list-style: none;
}
.widget-container ul li {
  padding: 3px 15px;
  margin: 0;
}
.widget-container ul ul {
  list-style: square;
  margin-left: 1.3em;
}
.widget-container select {
  max-width: 100%;
  margin: 0 0 0 10px;
}
.widget_search #s {
  /* This keeps the search inputs in line */
  width: 60%;
}
.widget_search label {
  display: none;
}
.widget-container {
  background: none repeat scroll 0 0 #EFEFED;
  margin: 16px;
  padding-bottom: 10px;
}
.widget-container ul {
  width: 90%;
  margin: 0 auto;
}
.widget-title {
  background: none repeat scroll 0 0 #E6E6E4;
  border-bottom: 1px solid #D2D2D2;
  color: #003d60;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01px;
  padding: 8px 15px 6px;
  text-transform: uppercase;
}
input#searchsubmit {
  margin-bottom: 0;
}
.widget-container a,
.widget-container a:link,
.widget-container a:visited {
  text-decoration: none;
  color: #4c4e4f;
  font-size: 12px;
}
.widget-container a:active,
.widget-container a:hover {
  text-decoration: none;
  color: #3399cc;
}
.widget-container .entry-meta {
  font-size: 11px;
}
#wp_tag_cloud div {
  line-height: 1.6em;
}
/* WP Calendar Widget */
#wp-calendar {
  font-family: arial, helvetica, sans-serif;
  width: 100%;
  font-size: .85em;
}
#wp-calendar td {
  padding: 4px 0;
  text-align: center;
  border: 1px solid #d2d2d2;
  background-color: #ededed;
  text-shadow: #fff 1px 1px 0;
  color: #7c7c7c;
}
#wp-calendar td.pad {
  background-color: #e5e5e5;
}
#wp-calendar td#today {
  color: #fff;
  background-color: #6e6e6e;
  text-shadow: 1px 1px 0px #333;
}
#wp-calendar caption {
  font-weight: bold;
}
#wp-calendar th {
  font-style: normal;
  background: #dddddd url(../images/gradient_small_trans.png) repeat-x 0 top;
  border: 1px solid #ccc;
  padding: 5px;
  color: #666;
  text-shadow: #ebebeb 0 1px 0;
}
/* WP RSS Widget */
.widget_rss a.rsswidget {
  color: #000;
}
.widget_rss a.rsswidget:hover {
  color: #ff4b33;
}
.widget_rss .widget-title img {
  width: 11px;
  height: 11px;
}
/* Indent Sidebar Lists */
.widget-container ul ul {
  border: none;
  margin-left: 1.3em;
  padding: 0;
}
/* Page Menus/Custom Menus */
li.page_item,
li.menu-item {
  padding: 0;
  margin: 0;
  list-style: none;
}
li.page_item a,
li.menu-item a {
  display: block;
  line-height: 120%;
}
/* Page Menus/Custom Menus - Sublevels */
li.page_item li a,
li.menu-item li a {
  display: inline;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  color: #666;
  line-height: 175%;
  font-weight: normal;
}
li.page_item li a:hover,
li.menu-item li a:hover {
  background: none;
}
li.page_item a:hover,
li.menu-item a:hover {
  text-decoration: none;
  color: #333;
}
.mobile-widgets {
  display: none;
}
.mobile-widgets div.button {
  background: none !important;
}
.mobile-widgets .widget-title {
  background: none;
  border-bottom: 1px solid #D2D2D2;
  color: #fff;
}
.mobile-widgets ol,
.mobile-widgets ul {
  color: #fff;
}
.mobile-widgets li ul li {
  display: block;
}
.mobile-widgets li ul li a {
  border: none !important;
  display: inline !important;
}
#pageslide .mobile-widgets {
  display: block;
}
/* @end */
/* @group WP Blog Styles */
.entry-meta {
  font-size: 11px;
  color: #000000;
  padding: 7px;
  background: #f6f6f5;
  font-size: 9px;
  font-weight: bold;
  text-transform: uppercase;
}
.cat-links,
.comments-link,
.meta-sep,
.entry-utility {
  color: #666666;
  display: none;
  font-size: 11px;
}
.post {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}
.post.single {
  border-bottom: none;
}
a.more-link {
  display: inline-block;
  font-weight: bold;
}
.st_relatedposts h4 {
  border-bottom: 1px solid #ebebeb;
}
.st_relatedposts ul {
  color: #666;
  list-style: square;
  margin-left: 20px;
}
/* @end */
/* @group Form Buttons */
/* #Form Buttons
================================================== */
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #eee;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(0, 0, 0, 0.2)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* IE10+ */
  background: linear-gradient(top, rgba(255, 255, 255, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
  /* W3C */
  border: 1px solid #aaa;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 4px 12px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  color: #444;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 1px 1px 0px #fff;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: 21px;
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #222;
  background: #eee;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(0, 0, 0, 0.3)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* IE10+ */
  background: linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
  /* W3C */
  border: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #9d9d9d;
}
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  background: #eee;
  /* Old browsers */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.3)), color-stop(100%, rgba(255, 255, 255, 0.3)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  /* Opera11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  /* IE10+ */
  background: linear-gradient(top, rgba(0, 0, 0, 0.3) 0%, rgba(255, 255, 255, 0.3) 100%);
  /* W3C */
  border: 1px solid #888;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
}
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}
/* @end */
/* @group Styled Buttons */
.button-alt,
.button,
.button.small,
.button.large,
.button.medium {
  background: none repeat scroll 0 0 #F5F5F5;
  border-radius: 3px 3px 3px 3px;
  display: inline-block;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: 900;
  margin: 0;
  padding: 9px 2em 7px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.button.noborder {
  background: none !important;
}
.button.left {
  float: left;
  margin: 0 10px 10px 0;
  padding: 10px;
  border-radius: 4px;
}
.button.right {
  float: right;
}
.button.center,
.button.middle {
  margin: 0px auto;
  text-align: center;
  display: inherit;
}
.button-alt a,
.button a,
.button.small a {
  font-size: 10px;
  line-height: 12px;
}
.button.medium a {
  font-size: 12px;
  line-height: 15px;
}
.button.large a {
  font-size: 16px;
  line-height: 18px;
}
.button span.btn_caption {
  font-weight: normal;
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
}
/* @group Default (Blue)  */
a.button {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#0b4097), to(#09357b));
  background-image: -webkit-linear-gradient(top, #0b4097, 0%, #09357b, 100%);
  background-image: -moz-linear-gradient(top, #0b4097 0%, #09357b 100%);
  background-image: linear-gradient(to bottom, #0b4097 0%, #09357b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0b4097', endColorstr='#ff09357b', GradientType=0);
  border: 1px solid #09357b;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 #7d99bf;
  -webkit-box-shadow: inset 0 1px 0 0 #7d99bf;
  -o-box-shadow: inset 0 1px 0 0 #7d99bf;
  box-shadow: inset 0 1px 0 0 #4870b1;
  color: white !important;
  text-shadow: 0 1px 1px #000;
  position: relative;
}
a.button:hover {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#09357b), to(#0b4097));
  background-image: -webkit-linear-gradient(top, #09357b, 0%, #0b4097, 100%);
  background-image: -moz-linear-gradient(top, #09357b 0%, #0b4097 100%);
  background-image: linear-gradient(to bottom, #09357b 0%, #0b4097 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff09357b', endColorstr='#ff0b4097', GradientType=0);
  -pie-background: linear-gradient(#09357b, #0b4097);
  -moz-box-shadow: inset 0 1px 0 0 #728cb1;
  -webkit-box-shadow: inset 0 1px 0 0 #728cb1;
  -o-box-shadow: inset 0 1px 0 0 #728cb1;
  box-shadow: inset 0 1px 0 0 #4870b1;
  cursor: pointer;
  text-decoration: none;
}
a.button:active {
  -moz-box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #335380, inset 0 0 8px 4px #335380, 0 1px 1px 0 #eeeeee;
  border: 1px solid #355a8d;
}
a.button span.btn_caption {
  color: #9ab5da;
}
.widget_text .button {
  clear: both;
  display: inline-block;
  margin: 0;
}
.widget_text {
  overflow: hidden;
  padding-bottom: 0;
}
/* @end */
/* @group Gray  */
a.button.gray {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#e6e6e6), to(#c9c9c9));
  background-image: -webkit-linear-gradient(top, #e6e6e6, 0%, #c9c9c9, 100%);
  background-image: -moz-linear-gradient(top, #e6e6e6 0%, #c9c9c9 100%);
  background-image: linear-gradient(to bottom, #e6e6e6 0%, #c9c9c9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe6e6e6', endColorstr='#ffc9c9c9', GradientType=0);
  border: 1px solid #c2c2c2;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  -o-box-shadow: inset 0 1px 0 0 white;
  box-shadow: inset 0 1px 0 0 white;
  color: #000 !important;
  text-shadow: 0 1px 1px #fff;
  position: relative;
}
a.button.gray:hover {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#c9c9c9), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #c9c9c9, 0%, #e6e6e6, 100%);
  background-image: -moz-linear-gradient(top, #c9c9c9 0%, #e6e6e6 100%);
  background-image: linear-gradient(to bottom, #c9c9c9 0%, #e6e6e6 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc9c9c9', endColorstr='#ffe6e6e6', GradientType=0);
  -moz-box-shadow: inset 0 1px 0 0 #f2f2f2;
  -webkit-box-shadow: inset 0 1px 0 0 #f2f2f2;
  -o-box-shadow: inset 0 1px 0 0 #f2f2f2;
  box-shadow: inset 0 1px 0 0 #f2f2f2;
  cursor: pointer;
}
a.button.gray:active {
  -moz-box-shadow: inset 0 0 8px 4px #bababa, inset 0 0 8px 4px #bababa, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #bababa, inset 0 0 8px 4px #bababa, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #bababa, inset 0 0 8px 4px #bababa, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #bababa, inset 0 0 8px 4px #bababa, 0 1px 1px 0 #eeeeee;
  border: 1px solid #a8a8a8;
}
a.button.gray span.btn_caption {
  color: #666666;
}
/* @end */
/* @group Light Blue  */
a.button-alt,
a.button.lightblue {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#009bd1), to(#007cc2));
  background-image: -webkit-linear-gradient(top, #009bd1, 0%, #007cc2, 100%);
  background-image: -moz-linear-gradient(top, #009bd1 0%, #007cc2 100%);
  background-image: linear-gradient(to bottom, #009bd1 0%, #007cc2 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff009bd1', endColorstr='#ff007cc2', GradientType=0);
  border: 1px solid #007dc3;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 #40b4dd;
  -webkit-box-shadow: inset 0 1px 0 0 #40b4dd;
  -o-box-shadow: inset 0 1px 0 0 #40b4dd;
  box-shadow: inset 0 1px 0 0 #40b4dd;
  color: white !important;
  text-shadow: 0 1px 1px #000;
  position: relative;
}
a.button-alt:hover,
a.button.lightblue:hover {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#007cc2), to(#009bd1));
  background-image: -webkit-linear-gradient(top, #007cc2, 0%, #009bd1, 100%);
  background-image: -moz-linear-gradient(top, #007cc2 0%, #009bd1 100%);
  background-image: linear-gradient(to bottom, #007cc2 0%, #009bd1 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007cc2', endColorstr='#ff009bd1', GradientType=0);
  -moz-box-shadow: inset 0 1px 0 0 #40b4dd;
  -webkit-box-shadow: inset 0 1px 0 0 #40b4dd;
  -o-box-shadow: inset 0 1px 0 0 #40b4dd;
  box-shadow: inset 0 1px 0 0 #40b4dd;
  cursor: pointer;
}
a.button-alt:active,
a.button.lightblue:active {
  -moz-box-shadow: inset 0 0 8px 4px #2278b9, inset 0 0 8px 4px #2278b9, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #2278b9, inset 0 0 8px 4px #2278b9, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #2278b9, inset 0 0 8px 4px #2278b9, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #2278b9, inset 0 0 8px 4px #2278b9, 0 1px 1px 0 #eeeeee;
  border: 1px solid #2280c9;
}
a.button.lightblue span.btn_caption {
  color: #acd3f1;
}
/* @end */
/* @group Orange  */
a.button.orange {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f47b34), to(#f1622a));
  background-image: -webkit-linear-gradient(top, #f47b34, 0%, #f1622a, 100%);
  background-image: -moz-linear-gradient(top, #f47b34 0%, #f1622a 100%);
  background-image: linear-gradient(to bottom, #f47b34 0%, #f1622a 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff47b34', endColorstr='#fff1622a', GradientType=0);
  border: 1px solid #ac740c;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 #e4a83a;
  -webkit-box-shadow: inset 0 1px 0 0 #e4a83a;
  -o-box-shadow: inset 0 1px 0 0 #e4a83a;
  box-shadow: inset 0 1px 0 0 #e4a83a;
  color: white !important;
  text-shadow: 0 1px 1px #000;
  position: relative;
}
a.button.orange:hover {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#f1622a), to(#f47b34));
  background-image: -webkit-linear-gradient(top, #f1622a, 0%, #f47b34, 100%);
  background-image: -moz-linear-gradient(top, #f1622a 0%, #f47b34 100%);
  background-image: linear-gradient(to bottom, #f1622a 0%, #f47b34 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff1622a', endColorstr='#fff47b34', GradientType=0);
  -moz-box-shadow: inset 0 1px 0 0 #db9d29;
  -webkit-box-shadow: inset 0 1px 0 0 #db9d29;
  -o-box-shadow: inset 0 1px 0 0 #db9d29;
  box-shadow: inset 0 1px 0 0 #db9d29;
  cursor: pointer;
}
a.button.orange:active {
  -moz-box-shadow: inset 0 0 8px 4px #895d0b, inset 0 0 8px 4px #895d0b, 0 1px 1px 0 #eeeeee;
  -webkit-box-shadow: inset 0 0 8px 4px #895d0b, inset 0 0 8px 4px #895d0b, 0 1px 1px 0 #eeeeee;
  -o-box-shadow: inset 0 0 8px 4px #895d0b, inset 0 0 8px 4px #895d0b, 0 1px 1px 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #895d0b, inset 0 0 8px 4px #895d0b, 0 1px 1px 0 #eeeeee;
  border: 1px solid #99670b;
}
a.button.orange span.btn_caption {
  color: #f5c161;
}
/* @end */
/* @group Black  */
a.button.black {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#2e2e2e), to(#252525));
  background-image: -webkit-linear-gradient(top, #2e2e2e, 0%, #252525, 100%);
  background-image: -moz-linear-gradient(top, #2e2e2e 0%, #252525 100%);
  background-image: linear-gradient(to bottom, #2e2e2e 0%, #252525 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e2e2e', endColorstr='#ff252525', GradientType=0);
  border: 1px solid #535353;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 #626262;
  -webkit-box-shadow: inset 0 1px 0 0 #626262;
  -o-box-shadow: inset 0 1px 0 0 #626262;
  box-shadow: inset 0 1px 0 0 #626262;
  color: white !important;
  text-shadow: 0 1px 1px #000;
  position: relative;
}
a.button.black:hover {
  background-image: -webkit-gradient(linear, left 0%, left 100%, from(#252525), to(#2e2e2e));
  background-image: -webkit-linear-gradient(top, #252525, 0%, #2e2e2e, 100%);
  background-image: -moz-linear-gradient(top, #252525 0%, #2e2e2e 100%);
  background-image: linear-gradient(to bottom, #252525 0%, #2e2e2e 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff252525', endColorstr='#ff2e2e2e', GradientType=0);
  -moz-box-shadow: inset 0 1px 0 0 #626262;
  -webkit-box-shadow: inset 0 1px 0 0 #626262;
  -o-box-shadow: inset 0 1px 0 0 #626262;
  box-shadow: inset 0 1px 0 0 #626262;
  cursor: pointer;
}
a.button.black:active {
  -moz-box-shadow: inset 0 1px 0 0 #626262;
  -webkit-box-shadow: inset 0 1px 0 0 #626262;
  -o-box-shadow: inset 0 1px 0 0 #626262;
  box-shadow: inset 0 1px 0 0 #626262;
  border: 1px solid #535353;
}
a.button.black span.btn_caption {
  color: #f5c161;
}
/* @end */
.connect-with-us a.read-more {
  color: #F1632A;
}
.connect-with-us a.read-more:hover {
  color: #d1501c;
}
a.read-more {
  background: url("../images/icons/link-arrow-small.png") no-repeat scroll right center transparent;
  cursor: pointer;
  font-size: 9px;
  font-weight: 900;
  padding-right: 15px;
  text-decoration: none;
  text-transform: uppercase;
}
.read-more:hover {
  color: #d1501c;
}
/* @end */
/* @end */
/* @group Tabs */
.tab-wrap {
  clear: both;
  float: left;
  width: 100%;
}
.tab-wrap ul.tabs {
  display: block;
  margin: 0 0 20px 0;
  padding: 0;
  border-bottom: solid 1px #ddd;
  list-style: none;
}
.tab-wrap ul.tabs li {
  display: block;
  width: auto;
  height: 25px;
  padding: 0;
  float: left;
  margin-bottom: 0;
  background: none;
  list-style: none;
}
.tab-wrap ul.tabs li a {
  display: block;
  text-decoration: none;
  width: auto;
  height: 20px;
  position: relative;
  top: 0;
  border-width: 1px;
  border-style: solid;
  border-color: #ddd #ddd transparent;
  margin: 0 2px 0 0;
  padding: 4px 10px 0 10px;
  line-height: 20px;
  color: #fff;
  background: #464646;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
.tab-wrap ul.tabs li a:hover {
  color: #fff;
}
.tab-wrap ul.tabs li a.active {
  background: #fff;
  position: relative;
  border-right-width: 1px;
  color: #464646;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
.tab-wrap ul.tabs li a.active:hover {
  color: #464646;
}
.tab-wrap ul.tabs li:first-child a {
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
}
.tab-wrap ul.tabs.blue li a.active {
  background: #09357b;
}
.tab-wrap ul.tabs.blue li a {
  background: #2d78f0;
  color: #fff;
}
.tab-wrap ul.tabs.orange li a.active {
  background: #f47b34;
}
.tab-wrap ul.tabs.orange li a {
  background: #f79a64;
  color: #fff;
}
.tab-wrap ul.tabs-content {
  display: block;
  clear: both;
}
.tab-wrap ul.tabs-content > li {
  display: none;
  padding: 0;
  background: none;
}
.tab-wrap ul.tabs-content > li.active {
  display: block;
}
/* Clearfixing tabs for beautiful stacking */
.tab-wrap ul.tabs:before,
.tab-wrap ul.tabs:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.tab-wrap ul.tabs:after {
  clear: both;
}
.tab-wrap ul.tabs {
  zoom: 1;
}
/* only on desktop */
@media only screen and (min-width: 767px) {
  /* Vert tabs */
  .tab-wrap ul.tabs.vert {
    float: left;
    clear: none;
    width: 10%;
    border-bottom: none;
    border-right: 1px solid #ddd;
  }
  .tab-wrap ul.tabs.vert li {
    float: none;
    margin-bottom: 2px;
  }
  .tab-wrap ul.tabs.vert li a {
    text-align: center;
    margin-right: -1px;
    border-radius: 5px 0 0 5px;
    border-color: #ddd transparent #ddd #ddd;
  }
  .tab-wrap ul.tabs-content.vert {
    float: right;
    clear: none;
    width: 88%;
  }
}
/* @end */
/* @group Toggles */
.toggle_container {
  padding: 10px;
  margin-bottom: 1px;
  background-color: #fff;
}
p.trigger {
  display: block;
  padding: 8px 8px 8px 16px;
  margin: 0;
  cursor: pointer;
  font-weight: bold;
  font-size: 1.25em;
  line-height: 175%;
}
/* Up Toggle State */
p.trigger {
  background: #f8f8f8 url(../images/layout/toggle.png) no-repeat 10px center;
  border-top: 1px solid #e5e5e5;
  padding-left: 34px;
  display: block !important;
  font-weight: 400;
  font-family: "Lato";
}
p.trigger a {
  color: #2774ae;
  text-shadow: #ffffff 1px -1px 0;
  text-decoration: none;
}
/* Hover Toggle State */
p.trigger:hover {
  background: #ffffff url(../images/layout/toggle.png) no-repeat 10px center;
}
p.trigger a:hover,
p.trigger.active a:hover {
  color: #2774ae;
  text-shadow: #ffffff -1px 1px 0;
}
/* Active Toggle State */
p.trigger.active {
  border-top: 1px solid #ebebeb;
  background: #ffffff url(../images/layout/toggle_active.png) no-repeat 10px center;
}
p.trigger.active a {
  color: #000;
  text-shadow: #fff 1px 1px 0;
}
.list {
  clear: both;
}
/* @end */
/* @group Callouts */
/* Callout Box */
.cta {
  float: left;
  border: 13px solid #f6f6f5;
  border-bottom: none;
  border-top: none;
  padding: 5px 15px;
  color: #464646;
  font-size: 16px;
  line-height: 28px;
  font-family: "Lato", Helvetica, sans-serif;
  margin: 0 10px 10px 0;
  font-weight: 300;
}
.cta.alt {
  border: 13px solid #f6f6f5;
  border-left: none;
  border-right: none;
}
.cta p {
  margin: 0;
  padding: 0;
}
.cta h3 {
  font-size: 1.5em;
  text-shadow: #ffffff 1px -1px 0;
}
/* @end */
/* @group Notices / Warnings */
.notice,
.warning {
  padding: 20px;
  border: 1px solid #e2e2e2;
  font-size: 13px;
  font-weight: 300;
  color: #000;
  background: #f5f5f5;
}
.notice h4,
.warning h4 {
  border-bottom: 1px dashed #e2e2e2;
  margin-bottom: 10px;
  padding-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0;
  color: inherit;
  font-size: 13px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
}
.notice.grey,
.warning.grey {
  border: 1px solid #e2e2e2;
  background: #f5f5f5;
}
.notice.yellow,
.warning.yellow {
  border: 1px solid #f5f3d7;
  background: #fcfbe4;
}
.notice.red,
.warning.red {
  border: 1px solid #fde1e1;
  background: #fff7f7;
}
.notice.blue,
.warning.blue {
  border: 1px solid #ddecf4;
  background: #e7f3f9;
}
/* @end */
/* @group Comments */
/* Needs RWD Check */
#respond {
  margin: 0px;
  float: left;
  padding-top: 10px;
  width: 100%;
}
#respond input[type=text] {
  width: 300px;
  margin-right: 20px;
  -moz-box-shadow: 0 0px 2px 3px #f7f7f7;
  -webkit-box-shadow: 0 0px 2px 3px #f7f7f7;
  box-shadow: 0 0px 2px 3px #f7f7f7;
  border: 1px solid #D5D4D4;
}
#respond textarea {
  max-width: 550px;
  height: 120px;
  padding: 10px;
  -moz-box-shadow: 0 0px 2px 3px #f7f7f7;
  -webkit-box-shadow: 0 0px 2px 3px #f7f7f7;
  box-shadow: 0 0px 2px 3px #f7f7f7;
  border: 1px solid #D5D4D4;
  margin-top: 0;
}
#respond #submit {
  height: 48px;
  width: 138px;
  background: url(../images/layout/button-sprites.gif) no-repeat;
  background-position: 0 -144px;
  color: #fff;
  text-shadow: #6c6c6c 1px 1px 0;
  border: none;
  opacity: 0.8;
  margin: 10px 0 0 0;
  filter: alpha(opacity=800);
  /* For IE8 and earlier */
}
#respond #submit:hover {
  border: none;
  opacity: 1.0;
  filter: alpha(opacity=100);
  /* For IE8 and earlier */
  text-shadow: #6c6c6c 1px 1px 0;
}
#comments {
  float: left;
  margin: 0;
}
#comments {
  border-top: 1px solid #D6D6D6;
  margin: 1px 0 0;
  padding: 30px 0 0;
  width: 100%;
}
#respond p {
  color: #000000;
  font-size: 13px;
}
#respond p a,
p a:visited {
  font-size: 11px;
  line-height: inherit;
  text-transform: uppercase;
  display: block;
}
body.dark #comments {
  background: url(../images/dark/divider.png) repeat-x right top;
}
#comments h2 {
  border-bottom: 1px solid #D6D6D6;
  display: block;
  font-size: 16px;
  font-weight: bold;
}
#comments h6 {
  font-size: 11px;
  font-weight: 400;
  letter-spacing: normal;
  margin: 10px 0;
  text-transform: uppercase;
}
#comments .comment-meta {
  margin: 0px 0px 20px 0px;
  display: block;
}
#comments .commentlist {
  margin: 0px;
  float: left;
  list-style: none;
  width: 100%;
}
#comments .commentlist ul {
  list-style: none;
  margin: 0;
  padding: 0;
  clear: both;
}
#comments .commentlist li {
  margin: 10px 0;
  padding: 10px;
  display: block;
  background: #f6f6f5;
}
.comment-meta .comment-edit-link,
.comment-meta .comment-reply-link {
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.comment-meta .comment-reply-link {
  margin: 0 0 0 8px;
}
#comments .commentlist li li {
  margin: 0 0 20px 25px;
}
#comments .commentlist li li .comment-meta {
  width: 445px;
}
#comments .commentlist li li li {
  margin: 0 0 20px 25px;
}
#comments .commentlist li li li .comment-meta {
  width: 420px;
}
#comments .commentlist li li li li {
  margin: 0 0 20px 25px;
}
#comments .commentlist li li li li .comment-meta {
  width: 395px;
}
#comments .commentlist li li li li li {
  margin: 0 0 20px 25px;
}
#comments .commentlist li li li li li .comment-meta {
  width: 370px;
}
#comments .single-comment {
  margin-bottom: 20px;
}
#comments .comment-author {
  float: left;
  margin: 0px 10px 6px 0px;
  display: inline;
  width: 50px;
}
#comments .comment-author cite {
  clear: both;
  font-weight: bold;
}
#comments .vcard {
  float: left;
  clear: both;
  display: block;
  width: 80px;
  min-height: 100px;
}
#comments .vcard img.avatar {
  background: none repeat scroll 0 0 #F4F4F4;
  border: 1px solid #EEEEEE;
  margin: 13px 0;
  padding: 0;
}
#comments .vcard {
  background: url(../images/light/comment_author_bg.png) no-repeat top right;
}
#comments body.dark .vcard {
  background: url(../images/dark/comment_author_bg.png) no-repeat top right;
}
/* @end */
/* @group WP Gallery */
.gallery {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0 auto;
}
.gallery .gallery-row {
  display: block;
  clear: both;
  overflow: hidden;
  margin: 0;
}
.gallery .gallery-item {
  overflow: hidden;
  float: left;
  margin: 0;
  text-align: center;
  list-style: none;
  padding: 0;
}
.gallery .gallery-item img,
.gallery .gallery-item img.thumbnail {
  max-width: 79%;
  height: auto;
  padding: 0;
  margin: 5px auto;
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2);
  -pie-box-shadow: 0px 0px 5px #ccc;
  position: relative;
  behavior: url("wp-content/themes/framewerk/PIE.php");
}
.gallery-caption {
  color: #666;
  font-size: 11px;
  line-height: 12px;
  margin: 0;
  padding: 0;
}
/* Attachment Page */
#nav-below {
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  width: 100%;
}
#nav-below .nav-previous a {
  float: left;
}
#nav-below .nav-next a {
  float: right;
}
.entry-caption {
  text-align: center;
  font-weight: bold;
  font-size: 16px;
}
/* @end */
/* @group Testimonial */
.testimonial {
  padding: 30px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 20px;
}
.testimonial blockquote {
  margin: 0;
}
/* @end */
/* @group Tooltip */
#tooltip {
  text-align: center;
  color: #464646;
  background: #fff;
  position: absolute;
  z-index: 100;
  padding: 15px;
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.3), 0 16px 10px -10px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  font: 12px "Lato", sans-serif;
  border: 1px solid #ccc;
}
#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}
#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #fff;
  top: -20px;
  bottom: auto;
}
#tooltip.left:after {
  left: 10px;
  margin: 0;
}
#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}
/* @end */
/* @group Misc */
/* Clear some elements */
.edit-link {
  clear: both;
  display: block;
}
/* Apply CSS class of "guest" to menu items hidden from logged-in users */
body.logged-in li.guest,
body.logged-in li.guest {
  display: none;
}
/* #Images
================================================== */
img.scale-with-grid {
  max-width: 100%;
  height: auto;
}
/* #Forms (see formalize.css)
================================================== */
label,
legend {
  font-weight: bold;
  font-size: 13px;
  display: inline-block;
}
input[type="checkbox"] {
  display: inline;
}
/* Gravity Forms */
.gform_title {
  font-size: 18px !important;
  font-weight: 400 !important;
  letter-spacing: 0.01em !important;
  line-height: 125% !important;
  margin-bottom: 8px !important;
  text-transform: none;
}
.entry-content ul li.gfield,
.entry-content ul li.gfield li {
  padding-left: 0;
  background: none;
}
.gfield_label,
.gfield label {
  color: #646464;
  font-size: 12px !important;
  font-weight: 400 !important;
}
.ginput_container input,
.ginput_container select,
.ginput_container textarea {
  -moz-box-shadow: 0 0px 2px 3px #f7f7f7 !important;
  -webkit-box-shadow: 0 0px 2px 3px #F7F7F7 !important;
  box-shadow: 0 0px 2px 3px #F7F7F7 !important;
}
.ginput_container input,
.ginput_container select,
.ginput_container textarea {
  border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  -webkit-border-radius: 4px !important;
  -moz-box-shadow: 0 0px 2px 3px #f7f7f7;
  -webkit-box-shadow: 0 0px 2px 3px #F7F7F7;
  box-shadow: 0 0px 2px 3px #F7F7F7;
  border: 1px solid #D5D4D4 !important;
  padding: 8px 0 8px 5px !important;
  height: auto !important;
  margin: 4px 3px 0 3px;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type="checkbox"],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"],
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input {
  margin-top: 0 !important;
}
.ginput_container input[type="file"] {
  border: none !important;
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.gfield_list_icons {
  margin-top: 4px;
}
img.ui-datepicker-trigger {
  margin-top: 10px;
}
.gform_button {
  height: 48px !important;
  width: 138px !important;
  background: url(../images/layout/button-sprites.gif) no-repeat !important;
  background-position: 0 -144px !important;
  color: white !important;
  text-shadow: #6C6C6C 1px 1px 0 !important;
  border: none !important;
  opacity: 0.8;
  margin: 10px 0 0 0 !important;
}
/* # Misc Typography Balancing to Maintain Vertical Rhythm
============================================================== */
.remove-bottom {
  margin-bottom: 0 !important;
}
.half-bottom {
  margin-bottom: 10px !important;
}
.add-bottom {
  margin-bottom: 20px !important;
}
.add-top {
  margin-top: 20px !important;
}
/* @end */
/* @group shortcodes */
/*-------------------------------------------------------------------------------------------*/
/* List Styles - Unordered List */
/*-------------------------------------------------------------------------------------------*/
.entry .shortcode-unorderedlist ul li,
.shortcode-unorderedlist ul li,
.entry .shortcode-unorderedlist ul li ul,
.shortcode-unorderedlist ul li ul {
  list-style-type: none;
  padding-left: 25px;
  background: url(../images/icons/ul-arrow.png) no-repeat scroll 0 5px;
}
.entry .shortcode-unorderedlist.tick ul li,
.shortcode-unorderedlist.tick ul li {
  background: url(../images/icons/shortcode-tick.png) no-repeat left top;
}
.entry .shortcode-unorderedlist.red-x ul li,
.shortcode-unorderedlist.red-x ul li {
  background: url(../images/icons/shortcode-red-x.png) no-repeat left top;
}
.entry .shortcode-unorderedlist.bullet ul li,
.shortcode-unorderedlist.bullet ul li {
  background: url(../images/icons/shortcode-bullet.png) no-repeat left top;
}
.entry .shortcode-unorderedlist.green-dot ul li,
.shortcode-unorderedlist.green-dot ul li {
  background: url(../images/icons/shortcode-green-dot.png) no-repeat left top;
}
.entry .shortcode-unorderedlist.arrow ul li,
.shortcode-unorderedlist.arrow ul li {
  background: url(../images/icons/shortcode-arrow.png) no-repeat left top;
}
.entry .shortcode-unorderedlist.star ul li,
.shortcode-unorderedlist.star ul li {
  background: url(../images/icons/shortcode-star.png) no-repeat left top;
}
/*-------------------------------------------------------------------------------------------*/
/* List Styles - Ordered List */
/*-------------------------------------------------------------------------------------------*/
.entry .shortcode-orderedlist.armenian ol li,
.shortcode-orderedlist.armenian ol li {
  list-style-type: armenian;
}
.entry .shortcode-orderedlist.decimal ol li,
.shortcode-orderedlist.decimal ol li {
  list-style-type: decimal;
}
.entry .shortcode-orderedlist.decimal-leading-zero ol li,
.shortcode-orderedlist.decimal-leading-zero ol li {
  list-style-type: decimal-leading-zero;
}
.entry .shortcode-orderedlist.georgian ol li,
.shortcode-orderedlist.georgian ol li {
  list-style-type: georgian;
}
.entry .shortcode-orderedlist.lower-alpha ol li,
.shortcode-orderedlist.lower-alpha ol li {
  list-style-type: lower-alpha;
}
.entry .shortcode-orderedlist.lower-greek ol li,
.shortcode-orderedlist.lower-greek ol li {
  list-style-type: lower-greek;
}
.entry .shortcode-orderedlist.lower-latin ol li,
.shortcode-orderedlist.lower-latin ol li {
  list-style-type: lower-latin;
}
.entry .shortcode-orderedlist.lower-roman ol li,
.shortcode-orderedlist.lower-roman ol li {
  list-style-type: lower-roman;
}
.entry .shortcode-orderedlist.upper-alpha ol li,
.shortcode-orderedlist.upper-alpha ol li {
  list-style-type: upper-alpha;
}
.entry .shortcode-orderedlist.upper-latin ol li,
.shortcode-orderedlist.upper-latin ol li {
  list-style-type: upper-latin;
}
.entry .shortcode-orderedlist.upper-roman ol li,
.shortcode-orderedlist.upper-roman ol li {
  list-style-type: upper-roman;
}
.entry .shortcode-orderedlist.outline ol li,
.shortcode-orderedlist.outline ol li {
  list-style-type: decimal;
}
.entry .shortcode-orderedlist.outline ol li ol li,
.shortcode-orderedlist.outline ol li ol li {
  list-style-type: upper-alpha;
}
.entry .shortcode-orderedlist.outline ol li ol ol li,
.shortcode-orderedlist.outline ol li ol ol li {
  list-style-type: lower-alpha;
}
.entry .shortcode-orderedlist.outline ol li ol ol li ol li,
.shortcode-orderedlist.outline ol li ol ol li ol li {
  list-style-type: lower-roman;
}
/* @end */
/* Group Helpers */
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-40 {
  margin-top: 40px;
}
/* @end */
/* @override 
	http://boisestate.dev/wp-content/themes/framewerk/framewerk/frontend/css/formalize.css?ver=1.0.4.5.1 */
/* `Widths
----------------------------------------------------------------------------------------------------*/
.input_tiny {
  width: 50px;
}
.input_small {
  width: 100px;
}
.input_medium {
  width: 150px;
}
.input_large {
  width: 200px;
}
.input_xlarge {
  width: 250px;
}
.input_xxlarge {
  width: 300px;
}
.input_full {
  width: 100%;
}
/*
  Added via JS to <textarea> and class="input_full".
  Applies only to IE7. Other browsers don't need it.
*/
.input_full_wrap {
  display: block;
  padding-right: 8px;
}
/* `UI Consistency
----------------------------------------------------------------------------------------------------*/
::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input[type="search"]::-webkit-search-decoration {
  display: none;
}
input,
button,
select,
textarea {
  vertical-align: middle;
}
input[type="radio"],
input[type="checkbox"] {
  position: relative;
  vertical-align: top;
  top: 3px;
  /* IE8, IE9, IE10 */
  top: 0\0;
  /* IE7 */
  *top: -3px;
}
/* iPad */
@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 2px;
  }
}
/* iPhone 3 */
@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0;
  }
}
/* iPhone 4 */
@media (-webkit-min-device-pixel-ratio: 2) and (max-device-width: 480px) {
  input[type="radio"],
  input[type="checkbox"] {
    vertical-align: baseline;
    top: 0;
  }
}
button,
input[type="reset"],
input[type="submit"],
input[type="button"] {
  -webkit-appearance: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background: #dddddd url(images/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #dddddd));
  background: -moz-linear-gradient(top center, #ffffff 0%, #dddddd 100%);
  border: 1px solid;
  cursor: pointer;
  color: #5c5c5c;
  /*
    Helvetica Neue present, because it works better
    for line-height on buttons than Arial, on OS X.
  */
  overflow: visible;
  padding: 3px 10px;
  text-shadow: #fff 1px 1px 0;
  width: auto;
  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 0px;
  border-bottom-color: #cbcbcb;
  border-right-color: #c9c9c9;
  border-left-color: #c9c9c9;
  border-top-color: #d4d4d4;
}
button {
  /* IE7 */
  *padding-top: 1px;
  *padding-bottom: 1px;
}
textarea,
select,
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="input"],
input[type="time"],
input[type="url"],
input[type="week"] {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  padding: 2px 3px;
  font-size: 13px;
  /*
    Leaving out Helvetica Neue, to not throw off size="..."
    on inputs. Arial is more reliable, on Windows and OS X.
  */
  font-family: Arial, 'Liberation Sans', FreeSans, sans-serif;
  height: 2.3em;
  /* IE7 */
  *padding-top: 2px;
  *padding-bottom: 1px;
  *height: auto;
}
/*
  Separate rule for Firefox.
  Separate rule for IE, too.
  Cannot stack with WebKit's.
*/
::-webkit-input-placeholder {
  color: #888;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888;
}
input.placeholder_text,
textarea.placeholder_text {
  color: #888;
}
:invalid {
  /*
    Suppress red glow that Firefox
    adds to form fields by default,
    even when user is still typing.
  */
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  -moz-box-shadow: #06f 0 0 7px;
  -webkit-box-shadow: #06f 0 0 7px;
  box-shadow: #06f 0 0 7px;
  /* for Opera */
  z-index: 1;
}
input[type="file"]:focus,
input[type="file"]:active,
input[type="radio"]:focus,
input[type="radio"]:active,
input[type="checkbox"]:focus,
input[type="checkbox"]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
select[disabled],
textarea[disabled],
input[type="date"][disabled],
input[type="datetime"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="month"][disabled],
input[type="number"][disabled],
input[type="password"][disabled],
input[type="search"][disabled],
input[type="tel"][disabled],
input[type="text"][disabled],
input[type="time"][disabled],
input[type="url"][disabled],
input[type="week"][disabled] {
  background-color: #eee;
}
button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #888;
  cursor: default;
}
textarea,
select[size],
select[multiple] {
  height: auto;
}
/* Tweaks for Safari + Chrome. */
@media (-webkit-min-device-pixel-ratio: 0) {
  select {
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }
  select[size],
  select[multiple] {
    background-image: none;
    padding: 0;
  }
  ::-webkit-validation-bubble-message {
    box-shadow: rgba(0, 0, 0, 0.5) 0 0 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #666666), color-stop(1, #000000));
    border: 1px solid;
    border-color: #747474 #5e5e5e #4f4f4f;
    color: #fff;
    font: 11px/1 'Lucida Grande', Arial, 'Liberation Sans', FreeSans, sans-serif;
    padding: 15px 15px 17px;
    text-shadow: #000 0 0 1px;
  }
  ::-webkit-validation-bubble-arrow,
  ::-webkit-validation-bubble-top-outer-arrow,
  ::-webkit-validation-bubble-top-inner-arrow {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #666;
    border: 0;
  }
}
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}
optgroup {
  color: #000;
  font-style: normal;
  font-weight: normal;
}
/* `IE6
----------------------------------------------------------------------------------------------------*/
/*
  Everything below this line is for IE6.
  Delete it if you don't support it! :)

  Classes are added dynamically via JS,
  because IE6 doesn't support attribute
  selectors: .ie6_button, .ie6_input, etc.

  Note: These style rules are somewhat
  duplicated because IE6 bombs out when
  it sees attribute selectors. Example:

  .ie6_button {
    This works in IE6.
  }

  .ie6_button,
  input[type=submit] {
    This doesn't work.
  }
*/
.ie6_button,
* html button {
  background: #dddddd url(images/button.png) repeat-x;
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  overflow: visible;
  width: auto;
}
* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}
.ie6_input,
* html textarea,
* html select {
  background: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}
* html select {
  margin-top: 1px;
}
.placeholder_text,
.ie6_input_disabled,
.ie6_button_disabled {
  color: #888;
}
.ie6_input_disabled {
  background: #eee;
}
ul#fw-mega-menu {
  position: relative;
  margin: 0;
  padding: 0;
  float: right;
}
ul#fw-mega-menu > li {
  list-style-type: none;
  z-index: 999;
}
#navigation ul#fw-mega-menu > li > a {
  display: block;
  text-decoration: none;
  font-size: 1.2em;
  height: 37px;
  padding: 5px 0;
}
#navigation ul#fw-mega-menu > li > a span {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0 10px;
}
#navigation ul#fw-mega-menu > li#alumni > a span {
  border-right: none;
}
#navigation ul#fw-mega-menu > li#giving div.drop,
#navigation ul#fw-mega-menu > li#alumni div.drop {
  box-shadow: none;
  -moz-box-shadow: none;
  -wekbit-box-shadow: none;
  border: none;
}
#fw-mega-menu > li:hover div.drop {
  left: 0;
}
#navigation #fw-mega-menu > li:hover > a {
  background: url(../images/nav/hover_triangle.png) no-repeat 50% bottom;
}
div.drop {
  position: absolute;
  background: url(../images/nav/watermark.jpg) no-repeat right top #ffffff;
  left: -9999px;
  padding: 0px 0;
  z-index: 9999;
  -webkit-box-shadow: 0 5px 5px #000000;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 5px 5px #000000;
  -moz-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
  box-shadow: 0 5px 5px #000000;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.35);
  border: 1px solid #DDDDDD;
  border-top: none;
  opacity: 0.95;
  width: 99.8%;
}
span.drop-content {
  overflow: hidden;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 0 20px;
}
span.drop-content .gallery-item {
  float: left;
  margin: 5px;
}
#navigation ul#fw-mega-menu > li > a:hover,
#navigation ul#menu-top-menu > li > a:hover {
  color: #F1632A;
}
#navigation ul#fw-mega-menu span.drop-content h3 a {
  border-bottom: none;
  color: #173A69;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 0;
  text-transform: uppercase;
}
#navigation ul#fw-mega-menu span.drop-content ul > li > a {
  border-bottom: 1px dotted #C7C8C8;
  color: #636363;
  font-size: 13px;
  padding: 6px 0 4px 8px;
  text-shadow: none;
  text-transform: none;
  display: block;
}
#navigation ul#fw-mega-menu span.drop-content ul > li > a:hover {
  background: #eee;
}
#navigation ul#fw-mega-menu span.drop-content h2,
#navigation ul#fw-mega-menu span.drop-content h3 {
  border-bottom: 1px solid #0079BD;
  color: #173A69;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 400;
  padding: 0 0 4px;
  text-transform: uppercase;
}
#navigation ul#fw-mega-menu span.drop-content .one_half,
.one_third,
.two_thirds,
.three_fourths,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  margin-bottom: 0px;
}
#navigation ul#fw-mega-menu span.drop-content .one_half {
  width: 44%;
}
#navigation ul#fw-mega-menu span.drop-content ul {
  margin: 0px;
}
.clear {
  clear: both;
}
#navigation ul#fw-mega-menu span.drop-content ul li a:hover {
  text-decoration: none;
}
#navigation ul#fw-mega-menu span.drop-content a:hover {
  text-decoration: underline;
}
/* ========== Short Code Default Styling =========== */
h3.fw-col-title {
  font-size: 1.3em;
  font-weight: bold;
}
/* Halves */
div.half {
  float: left;
  width: 45%;
  padding: 1%;
  margin-right: 3%;
  margin-bottom: 0px;
}
/* Thirds */
div.one-third {
  display: block;
  float: left;
  width: 29%;
  height: inherit;
  margin-right: 3%;
  padding: 1%;
}
div.two-thirds {
  float: left;
  width: 63%;
  padding: 1%;
  height: inherit;
  margin-bottom: 10px;
}
/* Quarters */
div.one-quarter {
  float: left;
  width: 21%;
  margin-right: 3%;
  padding: 1%;
  margin-bottom: 20px;
}
div.divider-line {
  display: block;
  clear: both;
  height: 1px;
  width: inherit;
  background-color: #DDDDDD;
  margin: 20px 0;
}
.leftalign {
  float: left;
  margin: 0 20px 20px 0;
}
.rightalign {
  float: right;
  margin: 0 0 10px 20px;
}
div.last {
  margin-right: 0;
}
/*
 * jQuery FlexSlider v1.8
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 */
/* Browser Resets */
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  max-width: 100%;
  display: block;
  width: 100%;
  height: auto;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  background: #fff;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides > li {
  position: relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {
  zoom: 1;
  position: relative;
}
/* Caption style */
/* IE hack */
.flex-caption {
  background: none;
  zoom: 1;
}
.flex-caption {
  width: 96%;
  padding: 2%;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
  font-size: 14px;
  line-height: 18px;
}
/* Direction Nav */
.flex-direction-nav {
  height: 0;
}
.flex-direction-nav li a {
  width: 52px;
  height: 52px;
  margin: -13px 0 0;
  display: block;
  background: url(../images/controls/bg_direction_nav.png) no-repeat;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -999em;
}
.flex-direction-nav li .next {
  background-position: -52px 0;
  right: -21px;
}
.flex-direction-nav li .prev {
  left: -20px;
}
.flex-direction-nav li .disabled {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default;
}
/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -30px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 0 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-indent: 0;
  padding-left: 0;
}
.flex-control-nav li:before {
  content: "";
  display: none;
}
.flex-control-nav li:first-child {
  margin: 0;
}
.flex-control-nav li a {
  width: 13px;
  height: 13px;
  display: block;
  background: url(../images/controls/bg_control_nav.png) no-repeat;
  cursor: pointer;
  text-indent: -999em;
}
.flex-control-nav li a:hover {
  background-position: 0 -13px;
}
.flex-control-nav li a.active {
  background-position: 0 -26px;
  cursor: default;
}
/* @override
	http://roadmap.boisestate.edu/wp-content/themes/framewerk/framewerk/frontend/css/layout.css?ver=1.1.2
*/
/* Table of Contents
==================================================
	#Site Styles
	#Page Styles
	#Search Styles

*/
/* #Site Styles
================================================== */
/* @group Search Bar */
/* Search Bar */
#searchbar {
  float: right;
  line-height: 0;
  margin-left: 10px;
  margin-top: -8px;
  position: relative;
}
.page-template-template-home-php #searchbar {
  margin-top: 0px;
}
#searchbar #s,
#searchbar #q {
  background: #1a416e;
  /* non-rgba browsers */
  background: rgba(0, 0, 0, 0.2);
  border: none;
  padding: 3px 10px;
  margin: 0;
  width: 173px;
  height: 23px;
  -moz-box-shadow: inset 0 0 5px #000;
  box-shadow: inset 0 0 5px #000;
  border-radius: 11px;
  color: #fff;
  font-size: 10px;
}
.this-site,
.all-boise {
  display: none;
}
body.search table {
  box-shadow: none !important;
}
body.search table td {
  background: none !important;
  border: none !important;
}
body.search a.gs-title,
body.search a.gs-title b {
  color: #0079BD !important;
  text-decoration: none !important;
}
body.search .gs-result .gs-title {
  text-decoration: none !important;
}
body.search .gs-result a.gs-visibleUrl,
.gs-result .gs-visibleUrl {
  color: #F1632A !important;
}
#searchbar #searchsubmit {
  position: absolute;
  top: 0;
  right: 15px;
  background: none;
  border: none;
  text-shadow: none;
  color: #fff;
  width: 23px;
  height: 23px;
  text-indent: -999px;
  cursor: pointer;
  overflow: hidden;
  margin-right: 3px;
  background: url(../images/icons/search.png) 0 5px no-repeat;
}
.page-template-template-home-php #search_toggle {
  display: none;
}
.page-template-template-home-php #search_toggle {
  display: none;
}
#search_toggle {
  height: 16px;
  width: 100%;
  margin: 5px 0 0 0;
  position: relative;
  right: 6px;
  top: 3px;
}
#search_toggle .search_check {
  height: 13px;
  width: 12px;
  padding: 0 2px 0 0;
  top: 0;
  background: url(../images/layout/checkbox.png) no-repeat 0 0;
  display: inline-block;
  margin: 2px 2px 0 0px;
  float: left;
  text-indent: -999px;
  overflow: hidden;
}
#search_toggle .search_check.active {
  background-position: 0 -13px;
}
#search_toggle span.label,
#search_toggle label {
  display: inline-block;
  font-size: 8px;
  font-weight: normal;
  text-transform: uppercase;
  color: #909fb4;
  margin: 8px 5px 0 0;
  float: left;
}
#search_toggle label.section_search {
  margin-right: 0;
}
/* In Content search */
.entry-content #searchform {
  clear: both;
  overflow: hidden;
}
.entry-content #search_toggle label,
.entry-content #search_toggle span.label {
  margin: 0px 5px 0 0;
  line-height: 17px;
  color: #000;
}
.entry-content #search_toggle .search_check {
  background: url(../images/layout/checkbox-w.png) no-repeat 0 0;
  text-indent: -999px;
  overflow: hidden;
}
.entry-content #search_toggle .search_check.active {
  background-position: 0 -13px;
}
/* @end */
/* @group Header */
#header {
  width: 230px;
  float: left;
  display: inline;
  margin-left: 15px;
  margin-right: 15px;
}
/* @end */
/* @group Navigation */
#navigation {
  width: 700px;
  margin: 18px 0 0 0;
  float: left;
  display: inline;
}
#navigation ul#menu-top-menu,
#navigation ul#fw-mega-menu {
  margin: 0;
  padding: 0;
}
#navigation ul#menu-top-menu > li,
#navigation ul#fw-mega-menu > li {
  float: left;
  margin: 0;
  padding: 0;
}
#topnav,
#bottomnav {
  float: right;
}
#topnav {
  height: 44px;
}
#topnav .sub-menu {
  display: none;
}
select.mobile-menu {
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #009bd1), color-stop(100%, #007cc2));
  background-image: -webkit-linear-gradient(#009bd1, #007cc2);
  background-image: -moz-linear-gradient(#009bd1, #007cc2);
  background-image: -o-linear-gradient(#009bd1, #007cc2);
  -pie-background: linear-gradient(#009bd1, #007cc2);
  border: 1px solid #007dc3;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  -moz-box-shadow: inset 0 1px 0 0 #40b4dd;
  -webkit-box-shadow: inset 0 1px 0 0 #40b4dd;
  -o-box-shadow: inset 0 1px 0 0 #40b4dd;
  box-shadow: inset 0 1px 0 0 #40b4dd;
  color: white;
  text-shadow: 0 1px 0 #1976be;
  behavior: url("wp-content/themes/framewerk/PIE.php");
  font-weight: bold;
  width: 90%;
  margin: 0 5% 5px;
  padding: 5px 10px;
  height: auto;
  clear: both;
}
select.mobile-menu option {
  color: black;
  text-shadow: none;
  font-weight: 300;
}
/* Gateway */
.gateway.wrap {
  background: url(../images/layout/gateway-bg.jpg) bottom left repeat-x;
}
.gateway.container {
  background: url(../images/layout/gateway_bkg.gif) no-repeat center top;
}
.menu-gateway {
  height: 66px;
  overflow: hidden;
  font-family: "Oswald";
}
.menu-gateway .sub-menu {
  display: hidden;
}
.menu-gateway ul {
  margin: 15px auto 0;
  overflow: hidden;
  width: 750px;
}
.menu-gateway ul li {
  float: left;
  margin: 0;
  padding: 0;
  border-right: 1px solid #096497;
  border-left: 1px solid #15365D;
}
.menu-gateway ul > li a {
  background-image: none;
  text-decoration: none;
  display: block;
  text-shadow: 1px 1px 0px #333;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: normal;
  padding: 5px 10px;
}
.menu-gateway ul > li a:hover {
  color: #ef7033;
}
.menu-gateway ul > li:first-child {
  border-left: none;
}
.menu-gateway ul > li:last-child {
  border-right: none;
}
/* @end */
/* @group Homepage FlexSlider Styles */
.page-template-template-home-php .wrap.slider {
  overflow: hidden;
  max-height: 385px;
}
.page-template-template-home-php .flexslider {
  overflow: visible !important;
}
.page-template-template-home-php .flexslider:before {
  content: url(../images/controls/bg_control_nav-l.png);
  position: absolute;
  top: 0;
  left: -1200px;
  z-index: 555;
}
.page-template-template-home-php .flexslider:after {
  content: url(../images/controls/bg_control_nav-r.png);
  position: absolute;
  top: 0;
  right: -1200px;
  z-index: 555;
}
.page-template-template-home-php .flexslider .slides li {
  margin: 0;
}
.page-template-template-home-php .flexslider .slide-info {
  position: absolute;
  top: 0;
  right: 0;
  margin: 40px 0 0 0;
  padding: 24px 21px 24px 13px;
  width: 220px;
  background: #fff;
  /* Old Browsers */
  background: rgba(255, 255, 255, 0.8);
}
.page-template-template-home-php .flexslider .slide-info h4 {
  font-family: 'Oswald', 'Lato', Helvetica, Arial, sans-serif;
  font-size: 33px;
  font-weight: normal;
  letter-spacing: 0.5px;
  line-height: 36px;
}
.page-template-template-home-php .flexslider .slide-info h4 a {
  color: #09347a;
}
.page-template-template-home-php .flexslider .slide-info h4 a:hover {
  color: #0169a4;
}
.page-template-template-home-php .flexslider .slide-info p {
  font-family: "Oswald", sans-serif;
  color: #525049;
  margin: 0;
}
.page-template-template-home-php .flexslider .slide-info .readmore {
  position: absolute;
  bottom: -24px;
  left: 0;
  background: #ff6600;
  /* Old Browsers */
  background: rgba(255, 102, 0, 0.8);
  display: block;
  padding: 3px 20px 3px 8px;
  font-size: 9px;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  background-image: url(../images/icons/tick-r-pad.png);
  background-repeat: no-repeat;
  background-position: right;
}
.page-template-template-home-php #cboxLoadedContent {
  margin-bottom: 0 !important;
}
/* Home Slider Direction Nav */
.page-template-template-home-php .flex-direction-nav {
  height: 0;
}
.page-template-template-home-php .flex-direction-nav li a {
  width: 52px;
  height: 52px;
  margin: -13px 0 0;
  display: block;
  background: url(../images/controls/bg_direction_nav.png) no-repeat;
  position: absolute;
  top: 50%;
  cursor: pointer;
  text-indent: -999em;
  z-index: 999;
}
.page-template-template-home-php .flex-direction-nav li .next {
  background-position: -52px 0;
  right: -60px;
}
.page-template-template-home-php .flex-direction-nav li .prev {
  left: -60px;
}
.page-template-template-home-php .flex-direction-nav li .disabled {
  opacity: .3;
  filter: alpha(opacity=30);
  cursor: default;
}
/* @end */
/* @group Content slider styles */
.s-content {
  padding: 0 10px;
}
.s-content p {
  margin: 0 0 5px 0;
}
.s-content .s-title {
  margin: 10px 0 5px 0;
}
/* @end */
/* @group Home Sidebar */
#home-sidebar .widget {
  margin-bottom: 20px;
  padding-bottom: 10px;
  background-color: #e5e5e5;
  background-color: rgba(142, 140, 132, 0.08);
}
/* @end */
/* @group Photo of the Week */
.photo-of-the-week h4 {
  border-bottom: 1px solid #CCCCCC;
  font-family: 'Oswald', 'Lato', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0 24px 10px;
  padding-bottom: 5px;
  text-align: center;
  text-transform: uppercase;
}
.photo-of-the-week p {
  color: #4c4e4f;
  font-size: 12px;
  margin: 0 24px 10px;
}
/* @end */
/*@group Events Sidebar */
#home-sidebar .events-list li {
  font-size: 10px;
  margin: 0;
  overflow: hidden;
  padding: 7px 10px;
}
#home-sidebar .events-list li.even {
  background-color: #e0e0e0;
  background-color: rgba(142, 140, 132, 0.08);
}
#home-sidebar .events-list p {
  float: right;
  font-size: 13px;
  width: 95%;
  margin: 0;
}
#home-sidebar .events-list .date {
  float: left;
  font-weight: bold;
  font-size: 11px;
  padding: 2px 10px;
  font-family: "Oswald", sans-serif;
}
#sidebar .events-list li {
  font-size: 10px;
  margin: 0;
  overflow: hidden;
  padding: 7px 10px;
}
#sidebar .events-list li.even {
  background-color: #e0e0e0;
  background-color: rgba(142, 140, 132, 0.08);
}
#sidebar .events-list p {
  float: right;
  font-size: 13px;
  width: 95%;
  margin: 0;
}
#sidebar .events-list .date {
  float: left;
  font-weight: bold;
  font-size: 11px;
  padding: 2px 10px;
  font-family: "Oswald", sans-serif;
}
/* @end */
/* @group Homepage Campus News styles */
.campus-news-container {
  position: relative;
}
.campus-news {
  margin: 10px 40px 40px 40px;
  float: left;
  overflow: hidden;
  height: 315px;
  width: 545px;
  position: relative;
}
.campus-news .panel {
  float: left;
}
.campus-news .slidee {
  float: left;
  width: 257px;
}
.campus-news img {
  border: 1px solid #c0c0c0;
  background: #fff;
  padding: 2px;
}
.campus-news .title {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.campus-news p {
  color: #464646;
  font-size: 13px;
  margin-bottom: 10px;
}
.campus-news p.date {
  margin: 0;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
  color: #464646;
}
.article-odd {
  margin-right: 25px;
}
.campus-news h5.cat-title {
  color: #F1632A;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.campus-news-nav,
.department-news-nav {
  position: relative;
  height: 0;
}
.campus-news-nav a,
.department-news-nav a {
  background: url(../images/controls/bg_control_nav_small.png);
  width: 22px;
  height: 30px;
  display: block;
  text-indent: -999px;
  overflow: hidden;
}
.campus-news-nav a.next,
.department-news-nav a.next {
  position: absolute;
  top: 100px;
  right: 0;
  background-position: -25px 0;
}
.campus-news-nav a.prev,
.department-news-nav a.prev {
  position: absolute;
  top: 100px;
  left: 0;
}
.campus-news .flexslider {
  background: none;
}
.homepage-widget {
  margin: 20px 0 35px 0;
}
.widget_sp_image-4 {
  margin-left: 0 !important;
}
.homepage-widget-title {
  display: none;
}
/* @end */
/* @group Homepage Connect with us */
.connect-with-us a.read-more {
  color: #0169a4;
  text-transform: none;
  font-size: 12px!important;
  font-weight: normal;
}
.connect-with-us li {
  float: left;
  width: 176px;
  margin-left: 15px;
  padding: 10px;
  background-color: #e5e5e5;
  background-color: rgba(142, 140, 132, 0.08);
}
.connect-with-us .time {
  font-size: 9px;
  text-transform: uppercase;
}
.connect-with-us p {
  color: #504e49;
  font-size: 13px;
}
.connect-with-us li.alpha {
  margin-left: 0;
}
/* @group Sidebar Content */
.photo-of-the-week-photo {
  background: url(../images/content/photo-of-the-week.png);
  background-repeat: no-repeat;
  display: block;
  padding: 22px 20px;
  text-decoration: line-through;
  overflow: hidden;
}
.photo-of-the-week-photo img {
  height: 166px;
  padding-top: 1px;
  width: 260px;
}
/* @end */
/* #Page Styles
================================================== */
/* @group Tier1 Slider */
.page-template-template-tier1-php #full-wrap,
.page-template-template-tier1-full-width-php #full-wrap,
.page-template-template-giving-php #full-wrap,
.page-template-template-alumni-php #full-wrap,
.page-template-template-tier1-php .wrap.content,
.page-template-template-tier1-full-width-php .wrap.content,
.page-template-template-giving-php .wrap.content,
.page-template-template-alumni-php .wrap.content {
  width: 100%;
}
.page-template-template-tier1-php .slider .container,
.page-template-template-tier1-full-width-php .slider .container,
.page-template-template-giving-php .slider .container,
.page-template-template-alumni-php .slider .container {
  width: 100%;
  height: 350px;
}
.page-template-template-tier1-php .flexslider,
.page-template-template-tier1-full-width-php .flexslider,
.page-template-template-giving-php .flexslider,
.page-template-template-alumni-php .flexslider {
  height: 440px;
  background: none;
  overflow: hidden;
}
.page-template-template-tier1-php .slide-info,
.page-template-template-tier1-full-width-php .slide-info,
.page-template-template-giving-php .slide-info,
.page-template-template-alumni-php .slide-info {
  display: none;
}
.page-template-template-tier1-php .flex-direction-nav li .prev,
.page-template-template-tier1-full-width-php .flex-direction-nav li .prev,
.page-template-template-giving-php .flex-direction-nav li .prev,
.page-template-template-alumni-php .flex-direction-nav li .prev {
  left: 2%;
}
.page-template-template-tier1-php .flex-direction-nav li .next,
.page-template-template-tier1-full-width-php .flex-direction-nav li .next,
.page-template-template-giving-php .flex-direction-nav li .next,
.page-template-template-alumni-php .flex-direction-nav li .next {
  right: 2%;
}
.page-template-template-tier1-php .flex-control-nav,
.page-template-template-tier1-full-width-php .flex-control-nav,
.page-template-template-giving-php .flex-control-nav,
.page-template-template-alumni-php .flex-control-nav {
  display: none;
}
/* @end */
/* @group Department Homepage */
.page-template-template-department-homepage-php #full-wrap {
  width: 100%;
}
.page-template-template-department-homepage-php .hero .container {
  width: 100%;
  max-height: 160px;
}
.page-template-template-department-homepage-php .hero img {
  width: 100%;
  height: auto;
}
.department-news {
  margin: 0 40px 0 40px;
  float: left;
  overflow: hidden;
  height: 330px;
  width: 580px;
  position: relative;
}
.department-news .flexslider {
  background: none;
}
.department-news .panel {
  float: left;
}
.department-news .slidee {
  float: left;
  width: 254px;
}
.department-news h5.cat-title {
  display: none;
}
.department-news img {
  border: 1px solid silver;
  background: white;
  padding: 2px;
  margin-bottom: 10px;
}
.department-news p.date {
  display: none;
}
.department-news a.title {
  font-size: 14px;
}
.department-news p {
  color: #464646;
  font-size: 13px;
  margin-bottom: 10px;
}
.department-news .flex-direction-nav {
  display: none;
}
.leadership-letter {
  background: #f6f6f5;
  padding: 5%;
  overflow: hidden;
  margin-bottom: 40px;
}
.ll-left {
  float: left;
  width: 35%;
}
.ll-right {
  float: left;
  width: 65%;
}
.leadership-letter img.border {
  max-width: 170px;
  height: auto;
  padding: 3px;
  background: #fff;
  border: 1px solid #c0c0c0;
}
.dept-rss .section-title {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.dept-rss ul,
.entry-content .dept-rss ul > li {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  clear: both;
  overflow: hidden;
}
.dept-rss .dnf-left {
  float: left;
  width: 51px;
  margin: 0 15px 30px 0;
}
.dept-rss .dnf-right {
  float: right;
  width: 590px;
}
.dept-rss .dnf-left img {
  padding: 3px;
  background: #fff;
  border: 1px solid #c0c0c0;
}
.dept-rss .date {
  color: #7f7f7f;
  font-size: 9px;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "lato", Helvetica, sans-serif;
}
.dept-rss .h4 {
  color: #09347a;
  font-size: 15px;
}
.dept-list .section-title {
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.dept-list ul {
  font-family: 'Oswald', sans-serif;
  list-style: none;
  margin-right: -30px !important;
}
.dept-list ul li {
  list-style: none;
  background-color: #333;
  background-image: none;
  margin: 0 30px 30px 0 !important;
  padding: 0 !important;
  float: left;
}
.dept-list ul li a {
  background-color: rgba(238, 238, 236, 0.8);
  text-transform: uppercase;
  font-size: 16px;
  height: 125px;
  width: 190px;
  border: 5px transparent solid;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.dept-list ul li a:hover {
  background: transparent;
  width: 200px;
  height: 135px;
  border: none;
  color: #fff;
  text-decoration: none;
}
h2.dept-title {
  font-size: 16px;
  background: #eeeeeb;
  padding: 15px 15px;
  margin-top: -20px;
  box-shadow: 0 3px 3px #ccc;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
h2.dept-title a {
  color: #003d60;
}
/* @end */
/* @group Shortcode Flexslider Styles */
.slider_shortcode {
  width: 100%;
  float: left;
  margin-bottom: 25px;
  border: 1px solid #d6d5d5;
  padding: 5px 5px 10px 6px;
  -moz-box-shadow: 0 0 3px #c6c6c6;
  -webkit-box-shadow: 0 0 3px #C6C6C6;
  box-shadow: 0 0 3px #C6C6C6;
}
.slider_shortcode .flex-control-nav {
  position: relative;
  bottom: -5px;
  width: auto;
  float: left;
  height: 20px;
}
.slider_shortcode .flex-control-nav li a {
  background: transparent;
  border: 1px solid #464646;
  color: #000;
  height: 9px;
  width: 9px;
}
.slider_shortcode .flex-control-nav li a:hover,
.slider_shortcode .flex-control-nav li a.active {
  background: #464646;
  color: #fff;
}
.slider_shortcode .flex-direction-nav {
  height: 20px;
  float: right;
}
.slider_shortcode .flex-direction-nav li {
  display: inline-block;
}
.slider_shortcode .flex-direction-nav li a {
  width: 19px;
  height: 19px;
  margin: 0 0 0 10px;
  display: inline-block;
  background: url(../images/layout/flex_nav_alt_dark.png) no-repeat;
  position: relative;
  cursor: pointer;
  text-indent: -999em;
}
.slider_shortcode .flex-direction-nav li a.prev {
  background-position: 0 0;
  left: 0;
}
.slider_shortcode .flex-direction-nav li a.next {
  background-position: 0 -19px;
  right: 0;
}
/* @end */
/* @group Layout Shortcodes */
.full-width {
  width: 960px;
  height: auto;
  overflow: hidden;
}
.one_half {
  width: 48%;
}
.one_third {
  width: 30.66%;
}
.two_thirds {
  width: 65.33%;
}
.one_fourth {
  width: 22%;
}
.three_fourths {
  width: 74%;
}
.one_fifth {
  width: 16.8%;
}
.two_fifth {
  width: 37.6%;
}
.three_fifth {
  width: 58.4%;
}
.four_fifth {
  width: 67.2%;
}
.one_sixth {
  width: 13.33%;
}
.five_sixth {
  width: 82.67%;
}
.one_half,
.one_third,
.two_thirds,
.three_fourths,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  position: relative;
  margin-right: 4%;
  margin-bottom: 20px;
  float: left;
}
.last {
  margin-right: 0 !important;
}
/* @end */
/* @stepping/steps styles */
#main-content .steps {
  width: inherit;
  height: 22px;
  padding-left: 4px;
  font-size: 11px;
}
#main-content .steps li {
  display: inline-block;
  list-style-type: none;
  padding: 0 15px 0 0 !important;
  background: url(../images/layout/steps_bkg.gif) repeat-x center center !important;
  margin-left: -4px;
  text-align: center;
}
#main-content .steps li a {
  width: 26px;
  display: inline-block;
  color: #fff;
  background: #0169a4;
  text-shadow: 1px 1px #015483;
  border-radius: 8px;
}
#main-content .steps .steps li .steps li a.active {
  background: #3399cc;
}
.steps li:last-child {
  padding: 0 !important;
}
/* @end */
/* @group top of page styles */
.to-the-top {
  width: 142px;
  padding: 2px 0 2px 10px;
  background: #f6f6f5;
  cursor: pointer;
}
.to-the-top a {
  background: url(../images/layout/top-page-arrow.png) no-repeat left center;
  padding: 0 10px 0 20px;
  font-family: "Lato", sans-serif;
  color: #555;
  text-transform: uppercase;
  font-size: 11px;
}
/* @end */
/* @group breadcrumb styles */
#breadcrumb_wrap {
  width: 100%;
  min-height: 30px;
  float: left;
}
.breadcrumb ul.nav {
  margin: 0px 20px 5px 3px;
  padding: 5px 0 0 0;
  float: left;
  font-size: 9px;
  color: #000000;
  text-transform: uppercase;
  max-width: 60%;
}
.breadcrumb ul li {
  color: #000000;
  display: inline-block;
  font-size: 9px;
  font-weight: 900;
  height: 18px;
  margin: 0;
  text-transform: uppercase;
}
.breadcrumb ul li span {
  margin: 0 2px;
}
.breadcrumb a {
  display: inline-block;
  color: #0169a4;
  padding: 0 2px;
  margin: 0 4px;
  word-wrap: break-word;
  font-weight: 400;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumb a:visited {
  color: #0169a4;
}
.breadcrumb a.nav_home {
  background: url(../images/layout/breadcrumb_home_sprite.gif) no-repeat 0 0;
  width: 14px;
  height: 14px;
  margin-top: 6px;
  text-indent: -9999px;
  overflow: hidden;
}
.breadcrumb a.nav_home:hover {
  background-position: 0 -14px;
}
.breadcrumb a:hover {
  color: #0169A4;
}
.breadcrumb ul.share {
  background: none repeat scroll 0 0 #F6F6F5;
  cursor: pointer;
  float: right;
  margin: 0 -34px 0 0;
  padding: 0 5px 0 0;
}
.page-template-template-tier1-full-width-php .breadcrumb ul.share {
  margin: 0;
}
.error404 .breadcrumb ul.share {
  margin: 0;
}
.breadcrumb ul.share li {
  padding: 5px 0 5px 5px;
}
.breadcrumb ul.share li:first-child:before {
  content: "";
}
.breadcrumb ul.share li:before {
  content: "|";
}
.breadcrumb ul.share li a {
  padding-left: 5px;
}
.breadcrumb ul.share .share_page {
  position: relative;
}
.breadcrumb ul.share .share_page ul {
  display: none;
  position: absolute;
  top: 0;
  right: -6px;
  margin: 28px 0 0 0;
  background: #F6F6F5;
  z-index: 9999;
  padding-bottom: 10px;
}
.breadcrumb ul.share .share_page ul li {
  padding: 5px;
  margin-bottom: 5px;
  float: none;
}
.breadcrumb ul.share .share_page ul li.fb a {
  background-image: url(../images/icons/ico-social-facebookX2.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 30px;
}
.breadcrumb ul.share .share_page ul li.tw a {
  background-image: url(../images/icons/ico-social-twitterX2.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 30px;
}
.breadcrumb ul.share .share_page ul li.li a {
  background-image: url(../images/icons/ico-social-linkedin.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 30px;
}
.breadcrumb ul.share .share_page ul li.pt a {
  background-image: url(../images/icons/ico-social-pinterestX2.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 30px;
}
.breadcrumb ul.share .share_page ul li:before {
  content: "";
}
.breadcrumb ul.share .share_page ul li a {
  text-indent: -9999px;
  overflow: hidden;
  display: block;
  width: 30px;
  height: 30px;
  padding: 5px;
}
.breadcrumb ul.share .share_page:hover ul {
  display: block;
}
.page-template-template-fullwidth-php .breadcrumb {
  margin: 0 0 15px 0;
}
.page-template-template-fullwidth-php .breadcrumb ul.nav,
.error404 .breadcrumb ul.nav {
  margin: 0px 20px 5px 26px;
}
.page-template-template-fullwidth-php .breadcrumb ul.share {
  margin: 0;
}
.error404 .breadcrumb ul.share {
  margin: 0;
}
.blog .breadcrumb ul.nav,
.single .breadcrumb ul.nav {
  margin: 0px 20px 5px 20px;
}
/* @end */
/* @group content wrapper styles */
#full-wrap {
  background: url(../images/layout/full-bkg.png) repeat-y center center;
  width: 976px;
  margin: 0 auto;
}
#full-wrap-bottom {
  background: url(../images/layout/full_bottom_bkg.png) no-repeat center top;
  height: 20px;
  margin: 0 auto;
}
#full-wrap .content {
  background: white;
  margin: 0 auto;
}
#full-wrap .wrap.content {
  padding: 0 !important;
  width: 960px;
}
#content .full-post {
  margin: 0 30px 60px 30px;
}
.post-footer {
  background: none repeat scroll 0 0 #EAE9E9;
  float: left;
  margin: 1px 0;
  width: 100%;
}
.post-footer p {
  color: #163867;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  margin: 0;
  padding: 5px;
  text-align: center;
  text-transform: uppercase;
}
.post-footer a {
  color: #163867;
}
#main-content {
  clear: both;
  padding: 20px 8px 50px 7px;
}
.student-news-container a:not(.button),
.main-content-widget a:not(.button),
.entry-content a:not(.button) {
  color: #0169a4;
  text-decoration: underline;
}
.student-news-container a:not(.button):hover,
.main-content-widget a:not(.button):hover,
.entry-content a:not(.button):hover {
  color: #163968;
}
.main-content-widget {
  padding: 20px 0;
  border-top: 1px solid #e9e9e9;
  clear: both;
}
.main-content-widget .main-widget-title {
  margin-bottom: 20px;
}
.main-content-widget ul > li {
  background: none;
}
.main-content-widget .img_wrap {
  display: block;
  float: left;
  margin-bottom: 10px;
  width: 60px;
}
.main-content-widget .date {
  line-height: 1;
  margin: 0 0 20px;
}
.main-content-widget .feed-text-container {
  float: left;
  width: 90%;
}
.main-content-widget .feed-text-container .date {
  line-height: 1;
  margin-bottom: 10px;
}
.main-content-widget li.news {
  padding: 12px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: solid 1px #cccccc;
}
.main-content-widget li.news .img_wrap {
  float: left;
  width: auto;
  height: 45px;
  width: 45px;
  box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.5);
  overflow: hidden;
  position: relative;
  margin-right: 15px;
}
.main-content-widget li.news .img_wrap:after,
.main-content-widget li.news .img_wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.main-content-widget li.news .img_wrap:before {
  border: 3px solid white;
}
.main-content-widget li.news .img_wrap:after {
  border: 1px solid #ccc;
}
.main-content-widget li.news .img_wrap img {
  padding: 0;
  max-height: 100%;
  min-width: 100%;
  box-shadow: none;
  border: none;
}
.main-content-widget p {
  font-size: 13px;
  color: #575757;
  margin: 0 0 20px;
}
.wp-pagenavi {
  font-size: 11px;
}
.wp-pagenavi span {
  height: 27px;
  width: 28px;
  display: inline-block;
  background: url(../images/layout/pagination.gif) no-repeat center bottom;
  text-align: center;
  color: #f2f2f2;
}
.wp-pagenavi a {
  height: 27px;
  width: 28px;
  display: inline-block;
  background: url(../images/layout/pagination.gif) no-repeat center top;
  text-align: center;
  text-decoration: none;
  color: #000;
}
/***** Liquid Width Styles *****/
.page-template-template-liquidwidth-php {
  background: white;
}
.page-template-template-liquidwidth-php #navigation {
  display: none;
}
.page-template-template-liquidwidth-php #full-wrap {
  width: 100%;
}
.page-template-template-liquidwidth-php #full-wrap .wrap.content {
  width: 100%;
}
.page-template-template-liquidwidth-php .container.content {
  width: 100%;
  padding: 20px 0 0 0 !important;
}
.page-template-template-liquidwidth-php #full-wrap-bottom {
  background: none;
  height: 0;
}
/* @end */
/* @group Blog styles */
.entry-meta.blog {
  background: none repeat scroll 0 0 #F6F6F5;
  font-family: 'Lato', Helvetica, Arial, sans-serif;
  font-size: 9px;
  font-weight: 900;
  padding: 0 10px;
  text-transform: uppercase;
}
.blog .post {
  border-bottom: 1px solid #D6D6D6;
}
.blog .type-post img,
.single .type-post img {
  border: 2px solid white;
  -moz-box-shadow: 0 0 4px #c6c6c6;
  -webkit-box-shadow: 0 0 4px #C6C6C6;
  box-shadow: 0 0 4px #C6C6C6;
}
.blog-title {
  border-bottom: 1px solid #e9e9e9;
  padding: 0 0 15px 0;
  margin: 0 0 25px 0;
}
/* @end */
/* @group All Sidebar */
.secondary-bar {
  display: none;
}
.secondary-bar .columns.alpha {
  margin: 0;
}
.secondary-bar #sidebar {
  padding-bottom: 0;
}
#sidebar {
  width: 100%;
  min-height: 400px;
  padding: 20px 0 100px 0;
  background: #f6f6f5 url(../images/layout/sidebar_fade_bkg.gif) repeat-x center bottom;
  float: left;
}
#sidebar .widget_nav_menu {
  background: none repeat scroll 0 0 #EFEFED;
  margin: 16px;
  padding-bottom: 10px;
}
#sidebar .widget_nav_menu h3 {
  background: none repeat scroll 0 0 #E6E6E4;
  border-bottom: 1px solid #D2D2D2;
  color: #003d60;
  font-family: 'Oswald', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.01px;
  padding: 8px 15px 6px;
  text-transform: uppercase;
}
#nav_menu-3 ul li a {
  font-weight: 300 !important;
}
#sidebar .widget_nav_menu ul li {
  padding: 3px 15px;
  position: relative;
}
#sidebar .widget_nav_menu ul li a {
  color: #4c4e4f;
  font-size: 12px;
}
#sidebar .widget_nav_menu ul li.current_page_item a {
  color: #f1632a;
  font-size: 12px;
}
#sidebar .widget_nav_menu ul li ul.sub-menu {
  margin: 5px 0 0 10px;
  display: none;
}
#sidebar .widget_nav_menu ul li ul.sub-menu li {
  padding: 0;
  margin: 0;
}
#sidebar .widget_nav_menu ul li ul.sub-menu li a {
  color: #f1632a;
}
#sidebar .widget_nav_menu ul li ul.sub-menu li.current_page_item a {
  color: #3399cc;
}
#sidebar .widget_nav_menu ul li ul.sub-menu li a:hover {
  color: #ff4b33;
}
#sidebar .widget_nav_menu ul li a:hover {
  color: #ff4b33;
}
#right_sidebar {
  min-height: 400px;
  padding: 20px 0 50px 0;
  background: #f6f6f5 url(../images/layout/sidebar_fade_bkg.gif) no-repeat center bottom;
}
.right-sidebar-wrapper {
  padding-left: 10px;
  overflow: hidden;
}
.gateway #right_sidebar {
  padding-top: 0px;
}
#right_sidebar h3 {
  font-size: 14px;
  font-weight: 400;
  color: #003d60;
  text-transform: uppercase;
  border-bottom: 1px solid #e2e2e2;
  padding: 7px 0 5px 8px;
  margin: 5px 0 10px 0;
  font-family: "Oswald", sans-serif;
}
#right_sidebar h3 a.rsswidget img {
  display: none;
}
#right_sidebar h3 a.rsswidget {
  font-size: 14px;
  font-weight: 400;
  color: #003d60;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
#right_sidebar .widget_rss ul {
  width: 100%;
}
#right_sidebar .widget_rss .rssSummary {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 12px;
}
#right_sidebar .widget_rss cite {
  padding-top: 5px;
}
#right_sidebar .widget_rss ul li:nth-child(even) {
  background: #E6E6E4;
}
#right_sidebar .widget_rss ul li a {
  padding-top: 5px;
  font-weight: bold;
}
#right_sidebar ul li ul li {
  line-height: 14px;
  margin: 5px 0;
}
#right_sidebar ul li ul li a {
  font-size: 12px;
  color: #737373;
  margin: 0;
}
.widget_pages,
.sidebar-menu {
  position: relative;
}
.widget_pages h3 {
  display: none;
}
.widget_pages li,
.sidebar-menu li {
  width: 100%;
  display: inline-block;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #FFF;
  padding: 8px 0;
  text-transform: uppercase;
}
.widget-container.widget_pages > ul > li {
  padding: 8px 0;
}
.widget_pages li:first-child,
.sidebar-menu li:first-child {
  border-top: none;
}
.widget_pages li:last-child,
.sidebar-menu li:last-child {
  border-bottom: none;
}
.widget_pages li a,
.sidebar-menu li a {
  color: #163968;
}
.widget_pages li a:hover,
.widget_pages .children li a:hover,
.sidebar-menu li a:hover,
.sidebar-menu .sub-menu li a:hover {
  color: #464646;
}
.widget_pages .children,
.sidebar-menu .sub-menu {
  margin: 10px 0 0 25px;
  display: none;
  width: 85%;
}
.widget_pages .children li,
.sidebar-menu .sub-menu li {
  padding: 5px 0 0 0;
}
.widget_pages .children li a,
.sidebar-menu .sub-menu li a {
  font-size: 11px !important;
  color: #0169a4;
  margin-right: 10px;
}
.widget_pages li.current_page_item a,
.sidebar-menu li.current_page_item a,
.sidebar-menu li.current-menu-item a {
  color: #464646;
}
.widget_pages li.current_page_item ul li a,
.sidebar-menu li.current_page_item ul li a,
.sidebar-menu li.current-menu-item ul li a {
  color: #0169a4;
}
.child_toggle {
  height: 15px;
  width: 15px;
  text-indent: -9999px;
  display: inline-block;
  background: url(../images/layout/toggle.png) no-repeat 0 0;
  position: absolute;
  right: 10px;
  padding: 0 !important;
  overflow: hidden;
  margin: 0 !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.page_item a.child_toggle:hover {
  background: url(../images/layout/toggle.png) no-repeat 0 0;
}
.child_toggle.active {
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -moz-transform: rotate(45deg);
  /* Firefox */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  -o-transform: rotate(45deg);
  /* Opera */
}
.widget_pages a,
.sidebar-menu a {
  font-size: 13px;
  padding: 0 0 0 12px;
  font-family: 'Oswald', sans-serif;
}
.sidebar-menu ul {
  margin: 0;
  margin: 0 12px;
}
.widget_sp_image {
  margin: 10px 0;
}
.widget_sp_image h3 {
  display: none;
}
.widget_sp_image img {
  height: auto;
  background: url(../images/layout/widget_thumb_bkg.gif) no-repeat center;
  padding: 6px;
  border: 2px solid #F0F0F0;
  width: 190px;
  margin: 0 0 0 7px;
}
/* Recent comments */
.widget-container.widget_recent_comments a {
  color: #007dc3;
}
.widget-container.widget_rss ul a.rsswidget {
  display: block;
  color: #007dc3;
}
/* Rss widget */
.widget_rss .rss-date {
  font-size: 10px;
  color: #777777;
}
.widget_rss cite {
  padding-bottom: 10px;
  display: block;
  color: #777777;
}
/* Text widget*/
.widget_text p {
  padding: 3px 15px;
}
/* Tag cloud widget */
.widget-container .tagcloud {
  padding: 3px 15px;
}
/* Search widget */
.widget_search input {
  margin-left: 10px;
}
.widget_search #search_toggle {
  width: auto;
  padding: 0 10px;
}
.widget_search #search_toggle span.label {
  margin: 0 5px 0 0;
  color: #333;
}
/* @end */
/* @group All Sitemap Styles */
.sitemap .entry-content ul li {
  background: none;
  padding: 0;
}
.sitemap h3 {
  padding: 10px 0 0 0;
  margin: 20px 0 0 0;
  border-top: 1px solid #e9e9e9;
}
.sitemap li {
  font-size: 12px;
  padding: 2px 0;
  list-style-image: url(../images/layout/bullet.png);
  margin: 2px 0;
}
.sitemap li ul.children {
  margin: 0 0 0 23px;
  padding: 0;
}
.sitemap li ul.children li {
  margin-bottom: 0;
  padding-bottom: 0;
}
.sitemap li ul.children li ul li {
  margin-top: 0;
  padding-top: 0;
}
.sitemap li ul.children a {
  color: #39c;
}
/* @end */
/* @group All Pages Footer */
#footer {
  clear: both;
  padding: 10px 0 10px 0;
}
#credits {
  text-align: center;
}
#footer .container_12.row {
  margin-bottom: 0;
}
.menu-title {
  color: #FFFFFF;
  font-family: 'Oswald', 'Lato', Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
#footer-bronco-sports a {
  background: url(../images/content/bronco-sports.png);
  width: 230px;
  height: 62px;
  display: block;
  text-indent: -999px;
  overflow: hidden;
}
#footer-beyond-the-blue a {
  background: url(../images/content/go-boisestate.png) no-repeat;
  width: 229px;
  height: 44px;
  display: block;
  text-indent: -999px;
  overflow: hidden;
  margin-top: 15px;
  max-width: 100%;
  background-size: contain;
}
#footer-social-icons {
  text-align: center;
}
#footer-social-icons a {
  width: 34px;
  height: 34px;
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  background: url(../images/icons/social.png);
  background-repeat: no-repeat;
  margin: 19px 2px 0 2px;
}
.facebook-social-btn {
  background-position: -43px 0 !important;
}
.twitter-social-btn {
  background-position: -88px 0 !important;
}
.rss-social-btn {
  background-position: -129px 0 !important;
}
.youtube-social-btn {
  background-position: -171px 0 !important;
}
.copyright,
.copyright a {
  color: #e6e6e6;
  font-size: 12px;
  text-decoration: none;
}
.copyright a:hover {
  color: #ccc;
}
.hidden_link {
  display: block;
  width: 8px;
  height: 8px;
  position: relative;
  float: left;
  top: 240px;
  left: -258px;
  overflow: hidden;
  text-indent: -9999px;
}
/* Removes the emoticon image input at the bottom of the footer by wp-stats */
#wpstats {
  display: none !important;
}
/* @end */
/* @group Footer Nav */
.footer-menu a {
  color: #b7b7b7;
  text-decoration: none;
  font-size: 12px;
  margin: 0 0 5px 0;
}
.footer-menu li.page_item a:hover,
.footer-menu li.menu-item a:hover {
  color: #ef7033;
}
#menu-footer-last {
  float: right;
}
.footer-menu-last li {
  float: left;
  margin-left: 10px;
}
.footer-menu-last a {
  font-size: 12px;
  color: #e6e6e6;
  text-decoration: none;
}
.footer-menu-last a:hover {
  color: #ccc !important;
}
/* @end */
/* @group Site Maintenance Styles */
html {
  height: 100%;
}
body.page-template-template-maintenance-php {
  background: url(../images/layout/footer-bkg.gif) repeat !important;
  height: 100%;
  margin: 0;
}
.maintenance-container {
  width: 100%;
  padding: 0;
  margin: auto;
  height: 100%;
  background: url(../images/layout/footer-repeat.jpg) repeat-x center bottom !important;
}
.maintenance-logo {
  height: 75px;
  background: url(../images/layout/login-header-bg.png) no-repeat center bottom;
  margin: 0 0 125px 0;
}
.maintenance-wrapper {
  width: 320px;
  height: 160px;
  margin: 0 auto;
  -moz-box-shadow: #12171d 0 4px 10px -1px;
  -webkit-box-shadow: #12171d 0 4px 10px -1px;
  box-shadow: #12171d 0 4px 10px -1px;
  background: white;
  padding: 70px 24px 0 24px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  text-align: center;
}
@media only screen and (max-width: 400px) {
  .maintenance-wrapper {
    width: 250px;
  }
}
/* @end */
/* @group Plugin Styles */
/*--- FAQ Styles ---*/
.single_faq h4 {
  background: url(../images/layout/toggle.png) no-repeat right center;
}
.single_faq p {
  margin-top: 0;
}
/* Tablepress */
.dataTables_wrapper .dataTables_filter {
  margin-bottom: 10px;
}
.dataTables_wrapper table.tablepress {
  border-collapse: separate;
  border-spacing: 0;
  border-color: #e0e0e0;
}
.dataTables_wrapper table.tablepress thead th {
  background-color: #f0f1f2;
  padding: 10px 30px;
}
.dataTables_wrapper table.tablepress thead th:hover {
  background-color: #d5d8da;
}
.dataTables_wrapper table.tablepress thead th {
  border: none;
}
.dataTables_wrapper table.tablepress thead th:first-child {
  -moz-border-radius: 6px 0 0 0;
  -webkit-border-radius: 6px 0 0 0;
  border-radius: 6px 0 0 0;
}
.dataTables_wrapper table.tablepress thead th:last-child {
  -moz-border-radius: 0 6px 0 0;
  -webkit-border-radius: 0 6px 0 0;
  border-radius: 0 6px 0 0;
}
.dataTables_wrapper table.tablepress thead th:only-child {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.dataTables_wrapper table.tablepress tr:last-child td {
  border-bottom: 1px solid #e0e0e0;
}
.dataTables_wrapper table.tablepress td {
  border-right: 1px solid #e0e0e0;
}
.dataTables_wrapper table.tablepress td:first-child {
  border-left: 1px solid #e0e0e0;
}
.dataTables_wrapper table.tablepress.borderless {
  border-collapse: separate;
  border-spacing: 0;
  border: none;
}
.dataTables_wrapper table.tablepress.borderless thead th {
  border: none;
}
.dataTables_wrapper table.tablepress.borderless thead th {
  border: none;
}
.dataTables_wrapper table.tablepress.borderless tr:last-child td {
  border: none;
}
.dataTables_wrapper table.tablepress.borderless td {
  border: none;
}
.dataTables_wrapper table.tablepress.borderless td:first-child {
  border: none;
}
.dataTables_wrapper .paginate_disabled_next:after,
.dataTables_wrapper .paginate_disabled_previous:before {
  color: #ccc;
  text-shadow: none;
}
.dataTables_wrapper .paginate_enabled_previous:before,
.dataTables_wrapper .paginate_enabled_next:after {
  color: #333;
  text-shadow: none;
}
.dataTables_wrapper .paginate_enabled_previous:hover:before,
.dataTables_wrapper .paginate_enabled_next:hover:after {
  color: #1a1a1a;
  text-shadow: none;
}
/* s2_form_widget */
.s2_form_widget .search {
  padding: 5px;
}
/* @end */
/* @group Colorbox Warning Modal Styles */
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
}
#cboxPrevious {
  left: 4px;
  bottom: 4px;
  position: absolute;
  height: 25px;
  width: 25px;
  background: url("../images/controls/controls.png") no-repeat scroll -75px 0 transparent;
  text-indent: -999px;
}
#cboxPrevious:hover {
  background-position: -75px -25px;
}
#cboxNext {
  left: 30px;
  bottom: 4px;
  position: absolute;
  height: 25px;
  width: 25px;
  background: url("../images/controls/controls.png") no-repeat scroll -50px 0 transparent;
  text-indent: -999px;
}
#cboxNext:hover {
  background-position: -50px -25px;
}
/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(../images/notifications/controls.png) no-repeat -101px 0;
}
#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(../images/notifications/controls.png) no-repeat -130px 0;
}
#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(../images/notifications/controls.png) no-repeat -101px -29px;
}
#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(../images/notifications/controls.png) no-repeat -130px -29px;
}
#cboxMiddleLeft {
  width: 21px;
  background: url(../images/notifications/controls.png) left top repeat-y;
}
#cboxMiddleRight {
  width: 21px;
  background: url(../images/notifications/controls.png) right top repeat-y;
}
#cboxTopCenter {
  height: 21px;
  background: url(../images/notifications/border.png) 0 -6px repeat-x;
}
#cboxBottomCenter {
  height: 21px;
  background: url(../images/notifications/border.png) 0 -23px repeat-x;
}
#cboxContent {
  background: url('../images/notifications/blue_bkg_r.jpg');
}
#cboxContent #cboxLoadedContent {
  background: url(../images/notifications/blue_bkg.jpg) no-repeat center top;
  overflow: hidden;
}
#cboxContent.orange {
  background: url('../images/notifications/orange_bkg_r.jpg');
}
#cboxContent.orange #cboxLoadedContent {
  background: url(../images/notifications/orange_bkg.jpg) no-repeat center top;
}
#cboxContent.red {
  background: url('../images/notifications/red_bkg_r.jpg');
}
#cboxContent.red #cboxLoadedContent {
  background: url(../images/notifications/red_bkg.jpg) no-repeat center top;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  /*margin-bottom:28px;*/
}
#cboxTitle {
  position: absolute;
  bottom: 4px;
  left: 0;
  text-align: center;
  width: 100%;
  color: #949494;
}
#cboxCurrent {
  position: absolute;
  bottom: 4px;
  left: 60px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 25px;
}
#cboxSlideshow {
  position: absolute;
  bottom: 4px;
  right: 30px;
  color: #0092ef;
}
#cboxLoadingGraphic {
  background: url(../images/notifications/loading.gif) no-repeat center center;
}
#cboxClose {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/notifications/close.gif) no-repeat 0 0;
  width: 24px;
  height: 24px;
  text-indent: -9999px;
}
#inline_content {
  text-align: center;
  padding: 10px 25px !important;
}
#colorbox h1,
h2,
h3 {
  letter-spacing: 0;
  word-spacing: 3px;
}
#colorbox h1 {
  background: url(../images/notifications/alert_title.png) no-repeat center top;
  width: 100%;
  height: 34px;
  text-indent: -9999px;
  margin-top: 15px;
}
#colorbox h1.red {
  background-position: center -68px;
}
#colorbox h1.orange {
  background-position: center -34px;
}
#colorbox h1.blue {
  background-position: center 0;
}
#colorbox h2 {
  color: #fff;
  font-family: "Lato", sans-serif;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bolder;
  width: 90%;
  background: #2b2e31;
  margin: 50px auto;
  padding: 20px;
  border-radius: 5px;
}
#colorbox h3 {
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}
#colorbox p {
  font-size: 12px;
  color: #D1D1D1;
  width: 85%;
  margin: 0 auto;
  font-weight: 300;
}
#colorbox a {
  color: #fff;
  text-decoration: underline;
}
/* @end */
/* @group Google Search Styles */
td.gsc-result-info-container,
#resInfo-0,
table.gsc-above-wrapper-area-container {
  border: none;
  padding: 0;
  margin: 0;
}
td.gsc-table-cell-snippet-close {
  border: none;
  padding: 0;
}
a.gs-title {
  color: #0169a4 !important;
  letter-spacing: 0;
  word-spacing: 3px;
  font-family: "Lato", sans-serif;
}
a.gs-title b {
  color: #464646 !important;
}
/* @end */
/* @group Form Styles */
.entry-content .gform_wrapper fieldset ul {
  margin: 0 !important;
}
fieldset {
  padding: 0 10px;
  border: 1px solid #0169a4;
  -webkit-box-shadow: 0 3px 5px #444;
}
fieldset legend {
  padding: 0 10px;
  color: #0169a4;
}
/* @end */
.feedback {
  position: absolute;
  right: 0;
  top: 200px;
  z-index: 999;
}
.feedback a {
  background: url(../images/feedback_button.png) no-repeat left top;
  height: 122px;
  display: block;
  text-indent: -9999px;
  width: 34px;
  transition: width 0.25s;
  -moz-transition: width 0.25s;
  /* Firefox 4 */
  -webkit-transition: width 0.25s;
  /* Safari and Chrome */
  -o-transition: width 0.25s;
  /* Opera */
}
.feedback a:hover {
  width: 38px;
}
table.gsc-resultsHeader {
  display: none;
}
.stButton .stLarge {
  display: none !important;
}
/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file 
		Just create a "fonts" folder at the root, 
		copy your FontName into code below and remove
		comment brackets */
/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/
/* Plugins */
/* Google Calendar Events Widget styles */
.widget_gce_widget .widget-title {
  margin-bottom: 0;
}
.gce-widget-grid {
  padding: 5%;
  background: #fff;
  width: 90%;
}
.gce-widget-grid .gce-calendar td,
.gce-widget-grid .gce-calendar th {
  padding: 2px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
  /* IE6-9 */
  color: #666 !important;
}
table.gce-calendar {
  box-shadow: 0px 1px 5px #CCC;
}
.gce-widget-grid .gce-calendar th {
  border: none;
  color: #ccc;
  font-size: 10px;
}
.gce-calendar .gce-month-title {
  color: #09347a;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 5px;
}
.gce-widget-grid .gce-calendar .gce-has-events {
  background: #d1d1d1;
  border-top: none;
  border-left: none;
}
.gce-widget-grid .gce-calendar .gce-today {
  background: #ff8232 !important;
  color: #fff !important;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.5);
}
.homepage-widgets {
  background-color: rgba(142, 140, 132, 0.08);
  padding: 10px 0 10px 0;
}
.weekly-photo-description {
  width: 80%;
  color: #4c4e4f;
  margin: 20px auto 25px auto;
  padding: 8px 0 0 0;
  font-size: 11px;
}
.weekly-photo-description h5 {
  border-bottom: 1px solid #D6D4D4;
  padding: 0 0 8px 0;
  text-align: center;
  font-size: 14px;
  font-family: 'Oswald', 'Lato', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.weekly-photo-description {
  padding: 0;
  margin: 25px auto 25px auto;
  list-style: none;
}
.weekly_photo h3 {
  display: none !important;
}
.weekly_photo {
  background: none;
}
.weekly_photo a {
  display: block;
  text-align: center;
}
.gateway.right-sidebar-wrapper .widget-container.weekly_photo {
  background: url(../images/photo_week_bkg.png) no-repeat center top;
  margin: 0;
  list-style: none;
}
.weekly_photo {
  background: url(../images/photo_week_bkg.png) no-repeat center top;
  margin: 0 0 10px 0;
  list-style: none;
}
.weekly_photo a {
  display: block;
  width: 227px;
  padding: 20px 0 0 0;
  height: 144px;
  overflow: hidden;
  margin: 0 auto;
}
.weekly_photo .widget_sp_image-image-link img {
  margin: 0;
  width: 100%;
  height: auto;
  padding: 0;
}
.weekly_photo p {
  font-size: 12px;
}
.mobile-only {
  display: none;
}
#pageslide {
  /* These styles MUST be included. Do not change. */
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  display: none;
  /* Specify the width of your pageslide here */
  width: 250px;
  padding: 0;
  /* These styles are optional, and describe how the pageslide will look */
  background-color: #333;
  color: #FFF;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  -moz-shadow: inset 0 0 5px 5px #222;
  box-shadow: inset 0 0 5px 5px #222;
  /* animation */
  transition: left 0.5s;
  -moz-transition: left 0.5s;
  /* Firefox 4 */
  -webkit-transition: left 0.5s;
  /* Safari and Chrome */
  -o-transition: left 0.5s;
  /* Opera */
  overflow-y: auto;
  overflow-x: hidden;
}
#pageslide .close-mobile-menu {
  z-index: 99999;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85);
  background-image: url(../images/icons/menu.png);
  background-position: 5px 5px;
  background-repeat: no-repeat;
  width: 33px;
  height: 30px;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 5px;
  position: absolute;
  right: -44px;
  top: 10px;
}
#pageslide #searchbar {
  display: block;
  position: relative;
  height: 50px;
  padding: 10px 0 0 5px;
  margin: 0;
  float: none;
  border-bottom: 1px solid #000;
  width: auto;
  top: auto;
  left: auto;
}
#pageslide #searchbar #search_toggle {
  margin-left: 10px;
}
#pageslide #searchbar #search_toggle span.label {
  font-size: 7px;
}
#pageslide #searchbar #searchsubmit {
  display: none;
}
#pageslide ul {
  margin: 0;
  padding: 0;
  clear: both;
}
#pageslide ul ul {
  margin-left: 10px;
}
#pageslide ul ul.local-menu,
#pageslide ul ul.mega-menu,
#pageslide ul ul.gateway-menu,
#pageslide ul ul.top-menu {
  margin: 0 0 4px;
  position: relative;
}
#pageslide ul ul.local-menu li,
#pageslide ul ul.mega-menu li,
#pageslide ul ul.gateway-menu li,
#pageslide ul ul.top-menu li {
  background: #333;
}
#pageslide ul ul.local-menu:after,
#pageslide ul ul.mega-menu:after,
#pageslide ul ul.gateway-menu:after {
  border-bottom: 5px solid #111;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
}
#pageslide ul ul li {
  background: #4d4d4d;
}
#pageslide ul ul li a {
  padding-left: 10px;
}
#pageslide ul li {
  margin: 0;
  position: relative;
  background-color: #333;
}
#pageslide ul li.current-menu-item {
  background-color: #1a1a1a;
}
#pageslide ul li a.child_toggle {
  position: absolute;
  right: 10px;
  top: 3px;
  border-bottom: none;
  height: 24px;
  width: 24px;
  background: #000000 url(../images/icons/menu.png) 2px 3px no-repeat;
  background-size: 20px;
  border-radius: 5px;
}
#pageslide ul li a.child_toggle.active {
  transform: rotate(0);
  -ms-transform: rotate(0);
  -moz-transform: rotate(0);
  -webkit-transform: rotate(0);
  -o-transform: rotate(0);
}
#pageslide ul li a {
  color: #fff;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 10px 8px 20px;
  display: block;
  border-bottom: 1px solid #000;
  border-top: 1px solid #333333;
  text-shadow: 0 1px 1px #000;
}
/* Gateway Template */
.gateway #main-content {
  float: left;
  padding: 0 20px 50px 20px;
  width: 94%;
}
.gateway_slider ul.slides {
  margin-bottom: -20px;
}
.gateway .four.columns {
  width: 260px;
}
.gateway_featured_gallery_image {
  max-width: 100%;
  height: auto;
  background: url('../images/gateway-slide-bg.png') no-repeat center bottom;
  background-size: 100%;
  margin-bottom: 15px;
}
.gateway_featured_gallery_image img {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  max-width: 100%;
  height: auto;
  padding: 7px 10px 15px 10px;
}
.gateway-header {
  background: url(../images/update_headers.gif) repeat-x center center;
  height: 35px;
  margin: 0 0 20px 0;
}
.gateway-header h1 {
  text-align: center;
}
.sixteen.columns.gateway {
  margin-left: 10px;
  margin-right: 10px;
}
.gateway-header h1 span {
  background: white;
  padding: 0 10px;
}
.student-news-container .featured_posts {
  width: 31%;
  float: left;
  margin: 0 2% 10px 0;
  position: relative;
}
.student-news-container .end {
  margin: 0 0 10px 0;
}
.student-news-container .featured_posts span,
.student-news-container .campus_news_posts span {
  font-size: 9px;
  color: #000;
  text-transform: uppercase;
  float: left;
}
.student-news-container a.image_wrap {
  height: auto;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  max-height: 106px;
  border: 2px solid #ffffff;
  -moz-box-shadow: 0 0 4px #bbbbbb;
  -webkit-box-shadow: 0 0 4px #bbbbbb;
  box-shadow: 0 0 4px #bbbbbb;
  display: inline-block;
  margin-bottom: 15px;
  max-width: 100%;
}
.student-news-container .featured_posts img {
  max-width: 100%;
  height: auto;
  display: block;
}
.student-news-container .featured_posts h4 {
  line-height: 125%;
  font-size: 18px;
}
.student-news-container .featured_posts p {
  font-size: 13px;
  color: #464646;
  line-height: 21px;
  margin: 10px 0;
}
.student-news-container .read-more {
  font-size: 9px;
  font-weight: 400 !important;
  text-transform: uppercase;
  color: #ef7033 !important;
  padding: 0 20px 0 0;
  background: url(../images/more_arrow.gif) no-repeat right center;
  position: relative;
  bottom: 0;
}
.student-news-container .read-more:hover {
  color: #d1501c !important;
}
.gateway_events_wrapper .upcoming_events {
  float: left;
  margin: 10px 0;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 20px;
  color: #464646;
}
.gateway_events_wrapper .upcoming_events p {
  line-height: 160% !important;
  margin: 0 0 5px 0;
}
.gateway_events_wrapper .type-tribe_events h2 {
  float: left;
  margin: 20px 0 0 0;
}
.gateway_events_wrapper .event_date {
  float: left;
  width: 42px;
  display: block;
  min-height: 60px;
  background: url(../images/upcoming_events_cal.gif) no-repeat left top;
  margin: 4px 17px 0 0;
  text-align: center;
}
.gateway_events_wrapper .event_date .calendar_month {
  font-size: 10px;
  position: relative;
  top: -6px;
  color: white;
  text-shadow: -1px -1px 0px #464646;
  width: 100%;
  display: block;
}
.gateway_events_wrapper .event_date .calendar_day {
  position: relative;
  top: -7px;
  font-size: 20px;
  text-shadow: 1px 1px 0px white;
}
.gateway_events_wrapper .event_desc {
  float: left;
  width: 100%;
  margin: 0 15px 0 0;
  padding: 0 15px 0 0;
  font-size: 13px;
}
.gateway_events_wrapper .event_desc p {
  float: left;
  width: 100%;
}
.gateway_events_wrapper .single-tribe_events .event_desc {
  width: 300px;
  border-right: none;
  margin: 0;
}
.gateway_events_wrapper .single-tribe_events .event_meta {
  border-left: 1px solid #DBDBDB;
  padding-left: 15px;
}
.gateway_events_wrapper .event_desc.single {
  width: 58%;
}
.gateway_events_wrapper .event_meta {
  float: left;
  width: 200px;
}
.gateway_events_wrapper .event_meta ul li {
  font-size: 12px;
  margin: 0;
  display: block;
  float: left;
  width: 100%;
  padding: 0;
}
.gateway_events_wrapper .event_meta ul li span {
  color: #ef7033;
  float: left;
  width: 30%;
  text-transform: uppercase;
  font-size: 10px;
}
.gateway_events_wrapper .event_meta ul li p {
  float: left;
  width: 70%;
  margin: 0 0 5px 0;
  font-size: 12px;
}
.gateway #right_sidebar {
  font-family: 'Lato', sans-serif;
}
.gateway #right_sidebar .APTFIN_by_TAP {
  margin-bottom: 70px;
}
.gateway #right_sidebar .AlpinePhotoTiles-by-link {
  display: none;
}
.gateway #right_sidebar h3.widget-title {
  font-weight: normal;
  position: relative;
  z-index: 10;
  margin-bottom: 20px;
  height: 38px;
  color: #003d60;
  font-size: 14px;
  padding: 8px 10px;
  font-weight: 400;
  display: inline-block;
  font-family: 'Oswald', sans-serif;
  border: none;
  background: #e9e9e7;
}
.gateway #right_sidebar h3.widget-title:after {
  content: "";
  width: 25px;
  height: 25px;
  display: block;
  position: absolute;
  background: #e9e9e7;
  bottom: -36%;
  left: 20px;
  z-index: -1;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.widget_text {
  background: none;
  overflow: visible;
}
.wp_wunderground {
  width: 90%;
  margin: -60px auto 0 auto;
}
p.wp_wunderground {
  display: none;
}
.wp_wunderground thead tr th {
  text-align: center;
  color: #09347a;
  font-size: 10px;
}
.wp_wunderground thead tr th,
.wp_wunderground tbody tr td {
  border: none;
  background: none;
}
.wp_wunderground tbody tr td {
  font-size: 11px;
  color: #7f7f7f;
}
.sidebar_date {
  font-size: 10px;
  color: #09347a;
  background: #eeeeec;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  padding: 4px 0;
  display: block;
}
.gateway.right-sidebar-wrapper .weekly_photo img,
.gateway.right-sidebar-wrapper .weekly_photo a {
  max-width: 100%;
  height: auto;
}
.gateway.right-sidebar-wrapper .widget_facebookwidget {
  background: none;
  margin: 0;
}
.gateway.right-sidebar-wrapper .connect-with-us li {
  float: left;
  width: 100%;
  margin-left: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: none;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.gateway.right-sidebar-wrapper .connect-with-us li p {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 20px;
  color: #737373;
  font-family: "Lato", sans-serif;
}
.gateway.right-sidebar-wrapper .connect-with-us img {
  border: 1px solid #cccccc;
  margin-right: 10px;
  margin-bottom: 5px;
}
.gateway.right-sidebar-wrapper .connect-with-us h4 {
  font-size: 13px;
  color: #0a2668;
  line-height: 16px;
  margin: 0;
  margin-bottom: 2px;
  padding: 0;
}
.gateway.right-sidebar-wrapper .read-more {
  padding-left: 15px;
  margin-top: 10px;
}
.gateway.right-sidebar-wrapper .widget-container {
  position: relative;
  margin-top: 70px;
  margin-left: 0px;
  margin-right: 0px;
  background: none;
}
.gateway.right-sidebar-wrapper .APTFIN_by_TAP {
  margin-left: 0;
  margin-right: 0;
}
.gateway.right-sidebar-wrapper .AlpinePhotoTiles_container_class {
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.gateway.right-sidebar-wrapper .weekly_photo h5 {
  display: none;
}
.gateway.right-sidebar-wrapper h3 {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block!important;
  position: absolute!important;
  width: 100%;
  top: -70px;
}
.gateway-tabs .tabs-content span.one-third {
  width: 32%;
  margin-right: 1%;
  display: inline-block;
  vertical-align: top;
}
.gateway-tabs ul.tabs {
  border-bottom: 1px solid #e6e6e5;
}
.gateway-tabs ul.tabs li a {
  background: #1775c1;
  color: white;
  padding: 4px 10px 3px 10px;
}
.gateway-tabs ul.tabs li a.active,
.gateway-tabs ul.tabs li a.active:hover {
  background: #051b74;
  color: white;
}
.gateway-footer-links {
  margin: 40px auto;
  padding-top: 70px;
  clear: both;
}
.gateway-footer-section {
  width: 32%;
  margin-right: 1%;
  float: left;
  text-align: center;
}
.gateway-footer-section a {
  max-width: 100%;
}
.gateway-footer-section img {
  max-width: 100%;
  height: auto;
}
.gateway ul.share {
  margin-right: -25px;
}
.gateway_slider hr {
  border-bottom: 1px solid #ccc;
}
.gateway_slider .flex-control-nav {
  display: none;
}
.gateway_slider .flex-direction-nav li .prev,
.gateway_slider .flex-direction-nav li .next {
  opacity: 0;
}
.gateway_slider .flex-direction-nav li .prev {
  top: 32%;
  left: 0;
}
.gateway_slider .flex-direction-nav li .next {
  top: 32%;
  right: 0;
}
.gateway_slider:hover .flex-direction-nav li .prev,
.gateway_slider:hover .flex-direction-nav li .next {
  opacity: 0.7;
}
.widget-container a.view-all-news,
.widget-container a.view-all-news:link,
.widget-container a.view-all-news:visited {
  padding: 0 15px;
  margin-top: 0;
  color: #003d60;
}
.widget_facebookwidget a {
  background: none!important;
  padding-right: 0px!important;
}
.boise_campus_events_widget ul {
  width: 100%;
}
.boise_campus_events_widget ul li {
  background: #E6E6E4;
  padding: 7px 15px;
}
.boise_campus_events_widget ul li.even {
  background: transparent;
}
.boise_campus_events_widget ul li a {
  color: #0079bd;
  background: none;
}
.boise_campus_events_widget ul li p {
  margin-bottom: 0;
}
.right-sidebar-wrapper.gateway .boise_campus_news_widget {
  background: none;
}
#sidebar ul li.news .feed-text-container h5 a.title.external {
  color: #737373;
}
.boise_campus_news_widget {
  background: #ffffff;
}
.boise_campus_news_widget ul {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 5px;
}
.boise_campus_news_widget li.news {
  padding: 12px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-bottom: solid 1px #cccccc;
}
.boise_campus_news_widget li.news .img_wrap {
  float: left;
  width: auto;
  height: 45px;
  width: 45px;
  box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.5);
  overflow: hidden;
  position: relative;
}
.boise_campus_news_widget li.news .img_wrap:after,
.boise_campus_news_widget li.news .img_wrap:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.boise_campus_news_widget li.news .img_wrap:before {
  border: 3px solid white;
}
.boise_campus_news_widget li.news .img_wrap:after {
  border: 1px solid #ccc;
}
.boise_campus_news_widget li.news .img_wrap img {
  padding: 0;
  max-height: 100%;
  min-width: 100%;
  box-shadow: none;
  border: none;
}
.boise_campus_news_widget li.news .feed-text-container {
  float: left;
  width: 65%;
  margin-left: 10px;
}
.boise_campus_news_widget li.news .feed-text-container h5 {
  margin: 0;
}
.boise_campus_news_widget li.news .feed-text-container h5 a.title.external {
  color: #0169a4 !important;
  background: none;
}
.boise_campus_news_widget li.news .feed-text-container p.date {
  margin: 0;
  font-family: 'Lato';
  font-size: 9px;
  color: #000000;
  text-transform: uppercase;
}
.boise_campus_news_widget a.view-all-news {
  color: #09347a;
  font-family: 'Lato';
  background: none;
  display: block;
  margin-top: 12px;
}
.boise_campus_news_widget a.view-all-news span {
  color: #ff6600;
}
.polaroid {
  background: white;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.5);
  -moz-box-shadow: 0px 0px 10px rgba(150, 150, 150, 0.5);
  -o-box-shadow: 0px 0px 5px rgba(150, 150, 150, 0.5);
  -webkit-box-shadow: 0px 0px 5px rgba(150, 150, 150, 0.5);
}
.slider__content {
  margin-left: -480px;
  position: absolute;
  top: 10%;
  left: 50%;
  width: 960px;
}
.slider__content__title,
.slider__content__excerpt {
  color: #ffffff;
  display: block;
  font-family: 'Oswald';
  font-weight: 500;
  font-size: 32px;
  line-height: 1.3em;
  letter-spacing: 1px;
}
.slider__content__excerpt {
  background: #f47b34;
  display: block;
  margin: 0;
  padding: 10px;
  text-transform: uppercase;
  width: 400px;
}
.slider__content__link {
  background: #09357b;
  color: #ffffff !important;
  display: inline-block;
  font-family: 'Oswald';
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  padding: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 960px) {
  .slider__content {
    margin-left: 0;
    position: absolute;
    top: 10%;
    left: 0;
    width: auto;
  }
}
@media only screen and (min-width: 0px) and (max-width: 768px) {
  .slider__content {
    background: #f47b34;
    margin-left: 0;
    padding: 10px;
    position: static;
    top: auto;
    bottom: 0;
    left: 0;
    width: auto;
  }
  .slider__content:after {
    content: "";
    display: table;
    clear: both;
  }
  .slider__content__title,
  .slider__content__excerpt {
    font-size: 12px;
  }
  .slider__content__title {
    display: none;
  }
  .slider__content__excerpt {
    float: left;
    padding: 0;
    width: 50%;
  }
  .slider__content__link {
    background: none;
    float: right;
    margin: 0;
    padding: 0;
    font-size: 11px;
    text-align: right;
    width: 50%;
  }
}
/* Video */
/* High rez */
@media (-webkit-min-device-pixel-ratio: 2) {
  #footer-social-icons a {
    background: url(../images/icons/socialX2.png);
    background-size: 205px;
  }
  .child_toggle {
    background-image: url(../images/layout/toggleX2.png);
    background-size: 15px;
  }
  .to-the-top a {
    background: url(../images/layout/top-page-arrowX2.png) no-repeat left center;
    background-size: 12px 6px;
  }
  #footer-bronco-sports a {
    background: url(../images/content/bronco_sports_retina.png);
    background-size: 230px 62px;
  }
  #footer-beyond-the-blue a {
    background: url(../images/content/go-boisestate-retina.png);
    background-size: 229px 44px;
  }
  .page-template-template-home-php .flex-direction-nav li a {
    background-image: url(../images/controls/bg_direction_navX2.png);
    background-size: 104px;
  }
  .breadcrumb a.nav_home {
    background-image: url(../images/layout/breadcrumb_home_spriteX2.png);
    background-size: 14px;
  }
  #search_toggle .search_check {
    background-image: url(../images/layout/checkboxX2.png);
    background-size: 12px;
  }
}
/* Larget than 768 */
@media (-webkit-min-device-pixel-ratio: 2) and (min-width: 768px) {
  #header h1#site-title a,
  #header div#site-title a {
    background-image: url(../images/layout/logoX2.png);
    background-size: 100%;
  }
  h4.footer-logo {
    background-image: url(../images/layout/footer-header-bgX2.png);
    background-size: 100%;
  }
  #searchbar #searchsubmit {
    background-image: url(../images/icons/searchX2.png);
    background-size: 16px;
  }
}
/* less than 768 */
@media (-webkit-min-device-pixel-ratio: 2) and (max-width: 767px) {
  #header h1#site-title a,
  #header div#site-title a {
    background-image: url(../images/layout/logoX2.png);
    background-size: 100%;
    width: 160px;
    height: 40px;
    margin-top: 15px;
  }
  h4.footer-logo {
    background-image: url(../images/layout/footer-header-bgX2.png);
    background-size: 300%;
    margin-bottom: 10px;
  }
}
.more_news {
  width: 94%;
  margin: 20px 20px 20px 0;
  background: #f6f6f5;
  text-align: center;
  color: #555;
  font-size: 11px;
  height: 25px;
  float: left;
}
