.ou-social-links {
	padding-left: 3%;
float:left;
width: 20%;
border-right: 1px solid #3b3b3b;
}
.ou-social-links ul li {
	padding: 0 4px;
}

.ou-resource-links {
padding-left: 1%;
padding-top: 2px;
float:left;
width: 50%;
}
.ou-resource-links ul li {
	padding: 0 4px;
}
.ou-resource-links ul li a:hover {
	text-decoration: underline;
}
.ou-search-container {
	float:left; 
	width: 18%;
}

.ou-search-container .searchForm input {
    border: medium none;
    border-radius: 4px;
    color: #a3a3a3;
    font-family: "Helvetica Neue LT W01_56 It","Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: 300;
    height: 26px;
    margin: 7px 0;
    padding: 0 0 0 32px;
    width: 100%;
	background: #414141 url(../images/ou-search-icon.png) no-repeat center left;
}

.searchForm input::-moz-placeholder {
    color: #bfbdb8; font-style: italic;
}



/* Grid HTML Classes */
.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }
  .row.collapse > .column,
  .row.collapse > .columns {
    position: relative;
    padding-left: 0;
    padding-right: 0;
    float: left; }
  .row.collapse .row {
    margin-left: 0;
    margin-right: 0; }
  .row .row {
    width: auto;
    margin-left: -0.9375em;
    margin-right: -0.9375em;
    margin-top: 0;
    margin-bottom: 0;
    max-width: none;
    *zoom: 1; }
    .row .row:before, .row .row:after {
      content: " ";
      display: table; }
    .row .row:after {
      clear: both; }
    .row .row.collapse {
      width: auto;
      margin: 0;
      max-width: none;
      *zoom: 1; }
      .row .row.collapse:before, .row .row.collapse:after {
        content: " ";
        display: table; }
      .row .row.collapse:after {
        clear: both; }

.column,
.columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

@media only screen {
  .column,
  .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .small-12 {
    position: relative;
    width: 100%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered,
  .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
/* Styles for screens that are atleast 768px; */
@media only screen and (min-width: 768px) {

  .large-12 {
    position: relative;
    width: 100%; }

  .column.large-centered,
  .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; }

  .column.large-uncentered,
  .columns.large-uncentered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.large-uncentered.opposite,
  .columns.large-uncentered.opposite {
    float: right !important; } }
/* Foundation Visibility HTML Classes */
.show-for-small,
.show-for-medium-down,
.show-for-large-down {
  display: inherit !important; }

.show-for-medium,
.show-for-medium-up,
.show-for-large,
.show-for-large-up,
.show-for-xlarge {
  display: none !important; }

.hide-for-medium,
.hide-for-medium-up,
.hide-for-large,
.hide-for-large-up,
.hide-for-xlarge {
  display: inherit !important; }

.hide-for-small,
.hide-for-medium-down,
.hide-for-large-down {
  display: none !important; }

/* Specific visilbity for tables */
table.show-for-small, table.show-for-medium-down, table.show-for-large-down, table.hide-for-medium, table.hide-for-medium-up, table.hide-for-large, table.hide-for-large-up, table.hide-for-xlarge {
  display: table; }

thead.show-for-small, thead.show-for-medium-down, thead.show-for-large-down, thead.hide-for-medium, thead.hide-for-medium-up, thead.hide-for-large, thead.hide-for-large-up, thead.hide-for-xlarge {
  display: table-header-group !important; }

tbody.show-for-small, tbody.show-for-medium-down, tbody.show-for-large-down, tbody.hide-for-medium, tbody.hide-for-medium-up, tbody.hide-for-large, tbody.hide-for-large-up, tbody.hide-for-xlarge {
  display: table-row-group !important; }

tr.show-for-small, tr.show-for-medium-down, tr.show-for-large-down, tr.hide-for-medium, tr.hide-for-medium-up, tr.hide-for-large, tr.hide-for-large-up, tr.hide-for-xlarge {
  display: table-row !important; }

td.show-for-small, td.show-for-medium-down, td.show-for-large-down, td.hide-for-medium, td.hide-for-medium-up, td.hide-for-large, td.hide-for-large-up, td.hide-for-xlarge,
th.show-for-small,
th.show-for-medium-down,
th.show-for-large-down,
th.hide-for-medium,
th.hide-for-medium-up,
th.hide-for-large,
th.hide-for-large-up,
th.hide-for-xlarge {
  display: table-cell !important; }

/* Medium Displays: 768px - 1279px */
@media only screen and (min-width: 768px) {
  .show-for-medium,
  .show-for-medium-up {
    display: inherit !important; }

  .show-for-small {
    display: none !important; }

  .hide-for-small {
    display: inherit !important; }

  .hide-for-medium,
  .hide-for-medium-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-medium, table.show-for-medium-up, table.hide-for-small {
    display: table; }

  thead.show-for-medium, thead.show-for-medium-up, thead.hide-for-small {
    display: table-header-group !important; }

  tbody.show-for-medium, tbody.show-for-medium-up, tbody.hide-for-small {
    display: table-row-group !important; }

  tr.show-for-medium, tr.show-for-medium-up, tr.hide-for-small {
    display: table-row !important; }

  td.show-for-medium, td.show-for-medium-up, td.hide-for-small,
  th.show-for-medium,
  th.show-for-medium-up,
  th.hide-for-small {
    display: table-cell !important; } }
/* Large Displays: 1280px - 1440px */
@media only screen and (min-width: 1280px) {
  .show-for-large,
  .show-for-large-up {
    display: inherit !important; }

  .show-for-medium,
  .show-for-medium-down {
    display: none !important; }

  .hide-for-medium,
  .hide-for-medium-down {
    display: inherit !important; }

  .hide-for-large,
  .hide-for-large-up {
    display: none !important; }

  /* Specific visilbity for tables */
  table.show-for-large, table.show-for-large-up, table.hide-for-medium, table.hide-for-medium-down {
    display: table; }

  thead.show-for-large, thead.show-for-large-up, thead.hide-for-medium, thead.hide-for-medium-down {
    display: table-header-group !important; }

  tbody.show-for-large, tbody.show-for-large-up, tbody.hide-for-medium, tbody.hide-for-medium-down {
    display: table-row-group !important; }

  tr.show-for-large, tr.show-for-large-up, tr.hide-for-medium, tr.hide-for-medium-down {
    display: table-row !important; }

  td.show-for-large, td.show-for-large-up, td.hide-for-medium, td.hide-for-medium-down,
  th.show-for-large,
  th.show-for-large-up,
  th.hide-for-medium,
  th.hide-for-medium-down {
    display: table-cell !important; } }



/* Lists */
ul,
ol,
dl {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 1.25em;
  list-style-position: outside;
  font-family: inherit; }

ul, ol {
  margin-left: 0; }
  ul.no-bullet, ol.no-bullet {
    margin-left: 0; }

/* Unordered Lists */
 ul li ul,
ul li ol {
  margin-left: 1.25em;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */ }
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit; }
ul.square {
  list-style-type: square; }
ul.circle {
  list-style-type: circle; }
ul.disc {
  list-style-type: disc; }
ul.no-bullet {
  list-style: none; }


/* Inline Lists */
.inline-list {
  margin: 0 auto 1.0625em auto;
  margin-left: -1.375em;
  margin-right: 0;
  padding: 0;
  list-style: none;
  overflow: hidden; }
  .inline-list > li {
    list-style: none;
    float: left;
    margin-left: 1.375em;
    display: block; }
    .inline-list > li > * {
      display: block; }


  
  /* oaklandu.css */
  /* Medium Displays: 768px - 1279px */
/* Large Displays: 1280px - 1440px */
/* X-Large Displays: 1400px and up */

.sans-serif {
  font-family: inherit; }


hr {
  margin: 10px auto;
  border-width: 1px 0 0 0;
  border-color: #bebebe; }

.collapse-tb > .column, .collapse-tb > .columns {
  padding-top: 0px;
  padding-bottom: 0px; }

.social-and-resources-container {
  background-color: #000;
  border-bottom: 1px solid #3b3b3b;
  width: 100%;
  margin-bottom: 45px; }



.top-links {
  padding: 0px;
  margin: 10px 0px;
  color: #696969;
  display: table; }
  .top-links a {
    color: #a3a3a3; text-decoration: none; }
  .top-links a:hover {
    color: #F1F1F1; text-decoration: none; }
  .top-links li {
    margin: 0px 10px 0px 0px;
    padding: 0px;
    font-size: 0.6em;
    font-weight: bold; }
    .top-links li img {
      transition: 0.25s;
      opacity: 0.7; }
    .top-links li img:hover {
      opacity: 1;
      transition: 0.25s; }
  .top-links li span, .top-links li div {
    display: table-cell;
    vertical-align: middle; }


.logo-container {
  background-color: #000; }

  .logo-container img {
    margin: 15px 0px 15px 0px;
    width: 243px;
    height: auto; }
  .logo-container .row a img {border: medium none;}
  .logo-container .row a:active img {border: medium none;}

.main-navigation-container {
  background-color: #877148; /*#b69b56;*/
  color: #EFE8E2;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
  z-index: 2; }
  .main-navigation-container ul {
    display: table;
    padding: 0px;
    margin: 0px auto; }
    .main-navigation-container ul li {
      margin: 0px;
      padding: 7px 25px;
      text-transform: uppercase;
	  font-family: Helvetica, Arial, sans serif;
      font-size: 0.8em;
      border: solid 0px #9b8967;
      border-right-width: 1px;
      cursor: pointer;
      transition: 0.25s; }
    .main-navigation-container ul li:first-of-type {
      border-left-width: 1px; }
    .main-navigation-container ul li span {
      display: table-cell;
      vertical-align: middle; }
    .main-navigation-container ul li:hover {
      background-color: #7a6641;
      transition: 0.25s; }
    .main-navigation-container ul a {
      color: #fff;
      font-weight: normal;
      text-decoration: none; }
    .main-navigation-container ul a:hover {
      font-weight: normal;
      text-decoration: none; }
  .main-navigation-container .active {
    background-color: #7a6641; }
  @media (min-width: 900px) and (max-width: 1279px) {
    .main-navigation-container ul li {
      margin: 0px;
      padding: 7px 15px;
      font-size: 0.8em; } }
  @media (min-width: 768px) and (max-width: 899px) {
    .main-navigation-container ul li {
      margin: 0px;
      padding: 7px 7px;
      font-size: 0.75em; } }





.use-internal-href {
  cursor: pointer; }

.unmovable {
  -webkit-user-drag: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }


  
  
@media only screen and (max-width: 958px) {
.social-and-resources-container .row { display: none;}

}