@import url("https://fonts.googleapis.com/icon?family=Material+Icons");
/**
  Theme Name: NEMCC Responsive
  Version: 1.0
  Author: Mark Nichols
  Tags: NEMCC, Northeast
  Licence: Private

*/

/*NEMCC Style Sheet*/
/*Begin Global Styles*/


* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #282828;
	background-color: #000000;
	border-top:5px solid #b69b55;
    background-repeat: repeat-x;
    font-family: Arial, "Trebuchet MS", Helvetica, sans-serif;
    font-size: 82%;
    background-position: top center;
    color: #434343;
}

#header {
    width: 100%;
	max-width:1020px;
    height: 135px;
    /*background-image: url('images/header.png');
	background-repeat:no-repeat;
	 background-image: url('images/ne_logo.png');
	 background-size:280px auto;
	 background-position: 0px 57px;*/
	 background-color:#000000;
}

#homelink {
    width: 300px;
    height: 100px;
    position: absolute;
    margin-top: 30px;
}

#homelink a {
    width: 300px;
    height: 100px;
    display: block;
    text-decoration: none;
}

#homelink span {
    visibility: hidden;
}



#searchbar a {
    color: #fff;
    text-decoration: none;
}


#searchbar a:hover {
    text-decoration: underline;
}

.searchlinks {
    margin: 0;
	padding: 0 0 0 5px;
	font-size:12px;
	float:left;
	font-weight:bold;
}

#go {
    position: absolute;
}

.searchbox {
    width: 105px;
    height: 15px;
    background-color: #ebae15;
    background-image: url('images/searchbox.jpg');
    border: 0;
    padding: 5px;
}


a[href^=tel]{
	text-decoration:none !important;
	color:inherit !important;
}

img {
    border: 0;
}

#nav {
    padding: 60px 0px 0px 300px;
}

#nav ul li {
    list-style-type: none;
    display: inline;
    padding: 4px;
}

#secondarynav {
    /*text-align: right;*/
    font-size: 90%;
    /*padding-top: 50px;*/
    /*max-width: 650px;
	width:100%;*/
    padding-left: 314px;
}

#secondarynav li {
    list-style-type: none;
    display: inline;
    padding-right: 10px;
}

#secondarynav a {
    color: #fff;
    text-decoration: none;
}

#secondarynav a:hover {
    text-decoration: underline;
}

#column1 {
	width:25%
}

#column2 {
    float: right;
    width: 380px; /*370px*/
	width:41%;
    padding-top: 0px;
    padding-left: 0px;
	padding-right:10px;
}

#column3 {
    float: right;
    width: 275px;
	width: 25%;
    padding-top: 25px;
    padding-left: 15px;
	padding-right:20px;
}

#column1content {
    /*width: 265px;*/
    float: left;
    padding-left: 25px;
    padding-top: 25px;
    /*padding-bottom: 25px;*/
}

p {
    line-height: 1.5em;
    margin-bottom: 1em;
}


.contentbox {
    /*width: 248px;*/
    border: 1px solid #bdbdbd;
    background-color: #f5f5f5;
    margin-bottom: 20px;
    /*padding-bottom: 10px;*/
}

.contentbox h2 {
    background-color: #e2e2e2;
    color: #1c1c1c;
    font-weight: normal;
    padding: 5px 0px 5px 10px;
    font-size: 1.1em;
}

.contentbox h3 {
    color: #000;
    font-weight: normal;
    padding-top: 10px;
    font-size: 1em;
    padding-left: 10px;
}

.contentbox p {
    padding-left: 10px;
}

.quicklinks {
    margin-left: 25px;
    color: #9a6e00;
    padding: 8px 0px 8px 0px;
}

.quicklinks li a {
    color: #9a6e00;
    text-decoration: none;
}

.quicklinks li a:hover{
    color: #d6b051;
}

.quicklinks li {
    padding: 3px 0px 3px 0px;
}

#welcomecontent{
    width: 100%; /*323px */
    background-repeat: no-repeat;
}

#footer {
    clear: both;
}


/*mdnichols*/
#bigfooter ul.sub-menu{
	margin-top:5px;
}

#bigfooter a {
    color: #aeaeae;
    text-decoration: none;
}

#bigfooter a:hover{
    color: #fff;
}

#bigfooter ul li {
    list-style-type: none;
    padding: 3px;
}

#bigfooter h2{
    color: #ffbd17;
	color: #b69b55;
}

.footernav_column li {
    width: 150px;
    float: left;
}

.footernav_column ul li ul{
    display: none;
}

.footernav_otherlinks{
    width: 120px;
    float: right;
    margin-top: -62px;
	margin-right:20px;
}

.footernav_otherlinks h2{
    margin-bottom: 10px;
}

#bigfooter .footernav_column {
	padding:10px 0 0 15px;
}

#bigfooter .footernav_column a{
    text-decoration: underline;
    color: #fff;
}

#bigfooter .footernav_column ul li a{
    color: #aeaeae;
    text-decoration: none;
}

#bigfooter .footernav_column ul li a:hover{
    color: #fff;
}

#smallfooter {
    clear: both;
    font-size: 85%;
    width: 100%;
	/*max-width:1020px;*/
    margin: 0 auto;
    color: #aeaeae;
}

.copyright {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 95%;
    float: left;
}

.credits {
    margin-top: 20px;
    margin-bottom: 20px;
    width: 5%;
    float: right;
}

.rule{
    height: 2px;
    background-image: url("images/hr.gif");
    background-repeat: repeat-x;
}



.floatleft{
    float: left;
}

.floatright{
    float: right;
}

.clear {
    clear: both;
}

.widget_recent_entries {
    list-style-type: none;
    padding-left: 10px;
    padding-top: 10px;

}

.widget_recent_entries ul li {
    list-style-type: none;
    /*text-transform: uppercase;*/
    padding-bottom: 5px;
	

}

.widget_recent_entries ul li a{
    color: #000;
    text-decoration:none;
}


/*SUPERFISH NAV*/

.sf-menu {

}

.sf-menu a {
    text-decoration: none;
}


.sf-sub-indicator {
    display: none;
}

#nav .sf-menu ul li {
    padding: 0px;
}

#nav .sf-menu ul {
    padding: 5px 0px 0px 4px;
}

#nav .sf-menu ul li a {
    /*background-color: #000;*/
    /*background-image: url('images/nav_bg.png');*/
    /*padding: 10px;*/
	padding-left:10px;
    color: #fff;
	/* added 072215 mnichols */
	line-height:15px;
	font-size:90%
}

#nav .sf-menu ul li a:hover {
    /*background-color: #424242;*/
    background-image: url('images/nav_bg_roll.png');
}

#nav .sf-menu li a {
    /*background-color: #000;*/
    /*background-image: url('images/nav_bg.png');*/
    padding: 10px;
    color: #fff;
}

#nav .sf-menu li a:hover {
    /*background-color: #424242;*/
    background-image: url('images/nav_bg_roll.png');
}


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}



/*** INSIDE PAGE STYLES ***/

#insidecontent {
    background-color:#FFFFFF;
/* background-image:url("images/insidepg_bg.jpg"); */
background-repeat:repeat-x;
padding:20px;
padding-top:10px;
}

.title {
color:#000000;
font-family:Georgia;
font-size:2.5em;
/*font-style:italic;*/
font-weight:normal;
letter-spacing:0em;
padding:0 0 10px 0;
padding:10px 0 10px 0;
}

#tertiarynav {
    padding-bottom: 20px;
	border-top:1px solid #ababab; /*nichols*/
	border-bottom:1px solid #ababab; /*nichols*/
	padding:5px 0px; /*nichols*/
	margin-bottom:10px; /*nichols*/
}

#tertiarynav ul li {
    display: inline;
    list-style-type: none;
    text-transform: uppercase;
    padding-right: 5px;
    font-size: .9em;
}

#tertiarynav ul li a {
    color: #797979;
    text-decoration: none;
}


#tertiarynav ul li a:hover {
    text-decoration: underline;
}

#tertiarynav2 {
    padding-bottom: 20px;
	/*border-top:1px solid #ababab; /*nichols*/
	/*border-bottom:1px solid #ababab; /*nichols*/
	padding:5px 0px; /*nichols*/
	margin-bottom:50px; /*nichols*/
	float:left;
	width:22%;
	/*margin-top:20px;*/
	/*background-color:#000000;*/
	border-radius:3px;
	/*padding:15px 15px 0 15px;*/
}

#tertiarynav2 ul li a {
    color: #797979;
	color: #B69B55;
	color: #ffffff;
    text-decoration: none;
	font-weight:normal;
	font-size:0.90em;
}


#tertiarynav2 ul li a:hover {
    text-decoration: underline;
}

#tertiarynav2 li ul {
    display: none;
}

#tertiarynav2 ul {
    margin-left: 0px;
}

#quaternarynav2{width:22%;}


.postWrapper2{
	float:right;
	width:76%;
	/*margin-top:20px;*/
}
	
.post ul {
    margin-left: 20px;
    color: #1e1e1e;
}

ul li {
    padding: 2px 0px 2px 0px;
}

a {
    color:#9A6E00;
	text-decoration:underline dotted;

}

a:hover {
    color: #d6b051;
}

h1 {
    font-size: 1.9em;
    color: #333333;
    font-weight: normal;
    /*margin-top: 20px;*/
	font-family:'Times Roman', Times, serif;
}

h1.title {
	margin-top:0px;
}

.times {
	font-family:"Times New Roman", Times, serif;
}

h1.postTitle a{
	text-decoration:none;
}

.post h2 {
    font-size: 1.3em;
    color: #e1ab0b;
    border-bottom: 1px solid #f0d89c;
    margin-bottom: 8px;
    margin-top: 8px;
	/* mnichols*/
	color:#997f3d;
	border-bottom:none;
	font-size:1.5em;
}

ol#posts{
	padding:0 40px;
}

.quaternarytitle {
    /*font-family: "Courier New", Courier, monospace;*/
	/*mnichols */
    font-size: 1.1em;
    font-weight: normal;
	padding:0 0 10px 0;
}

#tertiarynav li ul {
    display: none;
}

#tertiarynav ul {
    margin-left: 0px;
}

#quaternarynav{
    margin-bottom: 20px;

}

#quaternarynav ul{
    margin-left: 20px;
}

#left {
	margin-top: 30px;
	padding-bottom: 20px;
	float: left;
	width: 400px;
	/*mdnichols*/
	width:48%;
	margin-right:15px;
}

#right {
	margin-left: 50px;
	margin-top: 30px;
	padding-bottom: 20px;
	float: left;
	width: 400px;
	/*mdnichols*/
	width:48%;
	margin-left:15px;
}

.post table {
    margin: 10px 0px 10px 0px;
}

.post table td {
    padding: 3px;
}

.post img {
    /* border: 4px solid #e4e4e4; mnichols */ 
    margin: 5px;
	max-width:100%;
}

#menu-main-navigation li a {
    background-color: #000000;
    color: #FFFFFF;
    padding: 10px 5px 10px 5px;
}

/*** CONTENT FLOW ***/


.column2-highlight {
	background-color:#e9e9e9;
	border-radius:5px;
	border: 1px solid #d7d7d7;
	width:auto;
	padding:20px;
}

.column2-img {
	border-radius:10px;
	border: 1px solid #d7d7d7;
	width:100% !important;
	border:none !important;
	margin:0px !important;

}


.flow2 {
  -moz-column-width: auto;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -moz-column-rule-color: transparent;
  -moz-column-rule-style: none;
  -moz-column-rule-width: 0px;
  -webkit-column-width: auto;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  -webkit-column-rule-color: transparent;
  -webkit-column-rule-style: none;
  -webkit-column-rule-width: 0px;
  -webkit-column-width: auto;
     -moz-column-width: auto;
          column-width: auto;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-column-rule-color: transparent;
     -moz-column-rule-color: transparent;
          column-rule-color: transparent;
  -webkit-column-rule-style: none;
     -moz-column-rule-style: none;
          column-rule-style: none;
  -webkit-column-rule-width: 0px;
     -moz-column-rule-width: 0px;
          column-rule-width: 0px;
}

.flow2 dl {
  margin: 0 0 10px 0;
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid-column;
  display: inline-block;
}

.flow2 a {
	color:#000000 !important}
	
.flow2 a:hover {
	color:#9A6e00 !important}
	
.flow2 dl a {
  text-decoration: none;

}

.flow2 dl a:hover {
  text-decoration: none;
}

.flow2 dt {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight:bold;
}
.flow2 dd {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 12px;
  margin: 6px 0 0 0;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  box-sizing: border-box;
  float: left;
  margin-left: 2.12765957%;
  *margin-left: 2.07446809%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.12765957%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851%;
}
.row-fluid .span11 {
  width: 91.4893617%;
  *width: 91.43617021%;
}
.row-fluid .span10 {
  width: 82.9787234%;
  *width: 82.92553191%;
}
.row-fluid .span9 {
  width: 74.46808511%;
  *width: 74.41489362%;
}
.row-fluid .span8 {
  width: 65.95744681%;
  *width: 65.90425532%;
}
.row-fluid .span7 {
  width: 57.44680851%;
  *width: 57.39361702%;
}
.row-fluid .span6 {
  width: 48.93617021%;
  *width: 48.88297872%;
}
.row-fluid .span5 {
  width: 40.42553191%;
  *width: 40.37234043%;
}
.row-fluid .span4 {
  width: 31.91489362%;
  *width: 31.86170213%;
}
.row-fluid .span3 {
  width: 23.40425532%;
  *width: 23.35106383%;
}
.row-fluid .span2 {
  width: 14.89361702%;
  *width: 14.84042553%;
}
.row-fluid .span1 {
  width: 6.38297872%;
  *width: 6.32978723%;
}
.row-fluid .offset12 {
  margin-left: 104.25531915%;
  *margin-left: 104.14893617%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957%;
  *margin-left: 102.0212766%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085%;
  *margin-left: 95.63829787%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702128%;
  *margin-left: 93.5106383%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255%;
  *margin-left: 87.12765957%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.10638298%;
  *margin-left: 85%;
}
.row-fluid .offset9 {
  margin-left: 78.72340426%;
  *margin-left: 78.61702128%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468%;
  *margin-left: 76.4893617%;
}
.row-fluid .offset8 {
  margin-left: 70.21276596%;
  *margin-left: 70.10638298%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638%;
  *margin-left: 67.9787234%;
}
.row-fluid .offset7 {
  margin-left: 61.70212766%;
  *margin-left: 61.59574468%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.57446809%;
  *margin-left: 59.46808511%;
}
.row-fluid .offset6 {
  margin-left: 53.19148936%;
  *margin-left: 53.08510638%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.06382979%;
  *margin-left: 50.95744681%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106%;
  *margin-left: 44.57446809%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.55319149%;
  *margin-left: 42.44680851%;
}
.row-fluid .offset4 {
  margin-left: 36.17021277%;
  *margin-left: 36.06382979%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319%;
  *margin-left: 33.93617021%;
}
.row-fluid .offset3 {
  margin-left: 27.65957447%;
  *margin-left: 27.55319149%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489%;
  *margin-left: 25.42553191%;
}
.row-fluid .offset2 {
  margin-left: 19.14893617%;
  *margin-left: 19.04255319%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.0212766%;
  *margin-left: 16.91489362%;
}
.row-fluid .offset1 {
  margin-left: 10.63829787%;
  *margin-left: 10.53191489%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.5106383%;
  *margin-left: 8.40425532%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

/****  Buton Styles ***/

.btn a, .btn-block a {
	text-decoration:none !important;}
	
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #595959;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f3f3f3;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbfbfb), to(#e7e7e7));
  background-image: -webkit-linear-gradient(top, #fbfbfb, #e7e7e7);
  background-image: linear-gradient(to bottom, #fbfbfb, #e7e7e7);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbfbfb', endColorstr='#ffe7e7e7', GradientType=0);
  border-color: #e7e7e7 #e7e7e7 #c0c0c0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e7e7e7;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  border-radius: 4px;
  *margin-left: .3em;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #595959;
  background-color: #e7e7e7;
  *background-color: #dadada;
}
.btn:active,
.btn.active {
  background-color: #cdcdcd \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover,
.btn:focus {
  color: #595959;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  -webkit-transition: all background-position 0.1s linear ease-out;
  transition: all background-position 0.1s linear ease-out;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  border-radius: 6px;
}
.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}
.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  border-radius: 3px;
}
.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}
.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}
.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #003361;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00386b), to(#002b52));
  background-image: -webkit-linear-gradient(top, #00386b, #002b52);
  background-image: linear-gradient(to bottom, #00386b, #002b52);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00386b', endColorstr='#ff002b52', GradientType=0);
  border-color: #002b52 #002b52 #000305;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #002b52;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #002b52;
  *background-color: #001d38;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #00101e \9;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #781e1e;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#802020), to(#6c1b1b));
  background-image: -webkit-linear-gradient(top, #802020, #6c1b1b);
  background-image: linear-gradient(to bottom, #802020, #6c1b1b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff802020', endColorstr='#ff6c1b1b', GradientType=0);
  border-color: #6c1b1b #6c1b1b #2e0c0c;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #6c1b1b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #6c1b1b;
  *background-color: #571616;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #431111 \9;
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #c5281e;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e32b1e), to(#99231f));
  background-image: -webkit-linear-gradient(top, #e32b1e, #99231f);
  background-image: linear-gradient(to bottom, #e32b1e, #99231f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe32b1e', endColorstr='#ff99231f', GradientType=0);
  border-color: #99231f #99231f #591412;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #99231f;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #99231f;
  *background-color: #841e1b;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #6f1916 \9;
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #466030;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4b6733), to(#3f562b));
  background-image: -webkit-linear-gradient(top, #4b6733, #3f562b);
  background-image: linear-gradient(to bottom, #4b6733, #3f562b);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4b6733', endColorstr='#ff3f562b', GradientType=0);
  border-color: #3f562b #3f562b #192311;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #3f562b;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #3f562b;
  *background-color: #324522;
}
.btn-success:active,
.btn-success.active {
  background-color: #26341a \9;
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #eed17e;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#efd487), to(#eccc71));
  background-image: -webkit-linear-gradient(top, #efd487, #eccc71);
  background-image: linear-gradient(to bottom, #efd487, #eccc71);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffefd487', endColorstr='#ffeccc71', GradientType=0);
  border-color: #eccc71 #eccc71 #e3b42d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #eccc71;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #eccc71;
  *background-color: #e9c45a;
}
.btn-info:active,
.btn-info.active {
  background-color: #e6bc44 \9;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #d6a30e;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e0aa0f), to(#c8980d));
  background-image: -webkit-linear-gradient(top, #e0aa0f, #c8980d);
  background-image: linear-gradient(to bottom, #e0aa0f, #c8980d);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe0aa0f', endColorstr='#ffc8980d', GradientType=0);
  border-color: #c8980d #c8980d #806109;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #c8980d;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #c8980d;
  *background-color: #b0860c;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #98740a \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #00386b;
  border-radius: 0;
}
.btn-link:hover,
.btn-link:focus {
  color: #0060b8;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #595959;
  text-decoration: none;
}
.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  font-size: 0;
  vertical-align: middle;
  white-space: nowrap;
  *margin-left: .3em;
}
.btn-group:first-child {
  *margin-left: 0;
}
.btn-group + .btn-group {
  margin-left: 5px;
}
.btn-toolbar {
  font-size: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}
.btn-group > .btn {
  position: relative;
  border-radius: 0;
}
.btn-group > .btn + .btn {
  margin-left: -1px;
}
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}
.btn-group > .btn-mini {
  font-size: 10.5px;
}
.btn-group > .btn-small {
  font-size: 11.9px;
}
.btn-group > .btn-large {
  font-size: 17.5px;
}
.btn-group > .btn:first-child {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.btn-group > .btn.large:first-child {
  margin-left: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
  box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  *padding-top: 5px;
  *padding-bottom: 5px;
}
.btn-group > .btn-mini + .dropdown-toggle {
  padding-left: 5px;
  padding-right: 5px;
  *padding-top: 2px;
  *padding-bottom: 2px;
}
.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}
.btn-group > .btn-large + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
  *padding-top: 7px;
  *padding-bottom: 7px;
}
.btn-group.open .dropdown-toggle {
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0,0,0,.15), 0 1px 2px rgba(0,0,0,.05);
}
.btn-group.open .btn.dropdown-toggle {
  background-color: #e7e7e7;
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #002b52;
}
.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #6c1b1b;
}
.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #99231f;
}
.btn-group.open .btn-success.dropdown-toggle {
  background-color: #3f562b;
}
.btn-group.open .btn-info.dropdown-toggle {
  background-color: #eccc71;
}
.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #c8980d;
}
.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}
.btn-large .caret {
  margin-top: 6px;
}
.btn-large .caret {
  border-left-width: 5px;
  border-right-width: 5px;
  border-top-width: 5px;
}
.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}
.dropup .btn-large .caret {
  border-bottom-width: 5px;
}
.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  border-radius: 0;
}
.btn-group-vertical > .btn + .btn {
  margin-left: 0;
  margin-top: -1px;
}
.btn-group-vertical > .btn:first-child {
  border-radius: 4px 4px 0 0;
}
.btn-group-vertical > .btn:last-child {
  border-radius: 0 0 4px 4px;
}
.btn-group-vertical > .btn-large:first-child {
  border-radius: 6px 6px 0 0;
}
.btn-group-vertical > .btn-large:last-child {
  border-radius: 0 0 6px 6px;
}

.center {
	text-align:center}
	
ul#menu-request-information{
	font-size:102ß%;
	font-weight:bold;
}

ul.sub-menu {
    font-weight: normal !important;
	width:175px; /* nichols */
}

.tuition {
	padding-bottom:20px;
}

.tuition .headerRow{
	background-color:#ffffff;
	text-align:center;
	font-size:120%;
}

.tuition .subHeader{
	background-color:#ffffff;
	text-align:right;
	font-size:100%;
}

.tuition tr:nth-child(odd) {
	background-color:#eeeeee;
}
	
/* Styles for ARGOS Pages */

.form.formObjectContainer[style]{
	background-color:#ffffff !important}
	
.gridRow{line-height:45px !important}

#datablock .formContainer .form .formObject.multicolumn .cogBtn{
	display:none !important;
	visibility:hidden !important}
	
.breadcrumbs{
	margin: 10px 0 15px 0px;
    background-color: #fff;
    /*padding: 10px 0 0 20px;*/
	font-style:italic;
}
	
#twitter-timeline{
	position: static; visibility: visible; display: inline-block; width: 100%; height: 600px; padding: 0px; border: none; max-width: 520px; min-width: 180px; min-height: 200px; margin-top: 0px; margin-bottom: 0px;}


.studentactH3{
	color:#a62315;
	font-size:1.6em;
	line-height:1.2em;
	text-shadow:1px 1px 2px #cccccc;
	margin:0 0 10px 0;
}

.studentActivities{
	background-color:#ffffff;
	padding:7px;}
	
.studentActTopPad{
	margin-top:10px;
}

.studentActLink{
	background-color:rgb(14,14,14);
	height:3.0em;
	width:90%;
	line-height:3.0em;
	margin:0 0 8px 5px;
	text-decoration:none;
	display:block;
	padding-left:10px;
	color:#fff;
	font-weight:bold;
	font-size:0.9em;
	border-radius:4px;
}

.timeline{
	max-width:200px !important;
}

.sfsi_plus_widget{
	margin:5px 0 0 -10px !important;
}

.linkButton {
	display:block;
	height: 43px;
    background-color: #d9c56e;
    line-height: 43px;
    text-align: center;
    color: white;
    font-size: 95%;
	font-weight:bold;
    background: rgb(14,14,14);
    border-radius: 4px;
    margin: auto;
	text-decoration:none !important;
	margin-bottom:7px;
}

.bottom0{
	margin-bottom:0px !important;
}

.bottom15{
	margin-bottom:15px !important;
}

.top15{
	margin-top:15px !important;
}

.sidebar{    
	padding: 10px;
    background-color: #fcfcfc;
    border: #ddd;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.responsive-tabs .responsive-tabs__list__item{
	font-size:14px !important;
	font-color:#333333 !important;
}

.bordered{
	border:1px solid #000000;
	border-radius:3px;
}

.bordered .borderTitle{
	text-align:center;
	margin-top:-10px;
	height:20px;
	line-height:20px;
	font-size:15px;
}

.bordered .borderTitle span{
	background-color:#ffffff;
}

#nav .sf-menu ul li:last-child a {
    border-radius: 0 0 4px 4px;
}

#nav .sf-menu ul li:first-child a {
    border-radius: 4px 4px 0 0;
}