﻿@import "sharepoint_reset.css";

@import "bootstrap.css";

@import "bootstrap_responsive.css";

@import 'https://fonts.googleapis.com/css?family=Montserrat';

@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,700';

@import "https://fonts.googleapis.com/css?family=Parisienne";

@import "https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css";

@import "iconize.css";

#board-members a.or-btn {
    font-size: 14px;
}


.blue {
  color: #2d539d;
}
.tan {
  color: #615942;
}
.green {
  color: #738b4f;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
input[type="text"],
input[type="password"] {
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.blue {
  color: #2d539d;
}
.tan {
  color: #615942;
}
.green {
  color: #738b4f;
}
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
a:visited.or-btn,
a:link.or-btn {
  color: #ffffff;
  text-decoration: none;
}
.or-btn,
input[type=submit] {
  background: #4167b1;
  border: none;
  -webkit-border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topright: 2px;
  -moz-border-radius-bottomright: 2px;
  -moz-border-radius-bottomleft: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 2px #141414;
  -moz-box-shadow: 0 1px 2px #141414;
  box-shadow: 0 1px 2px #141414;
  color: #ffffff;
  padding: 5px 10px;
  text-decoration: none;
}
.or-btn:hover,
input[type=submit]:hover {
  background: #2d539d;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
a.or-btn:hover {
  text-decoration: none;
}
.or-btn.large {
  color: #ffffff;
  padding: 10px 20px;
}
.or-btn.blue {
  background: #2d539d;
}
html,
body {
  height: 100%;
}
body {
  background-color: #fff;
  color: #000000;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  text-shadow: none;
}
body#secondary {
  padding-top: 60px;
}
h1,
h2,
h3,
h4 {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  text-shadow: none;
}
.ms-rteElement-H3 {
  font-size: 24.5px;
}
.ms-rteElement-H4 {
  font-size: 17.5px;
}
#main-content .ms-WPBody h4 {
  font-size: 17.5px;
}
#accordion h2.ui-accordion-header {
    font-size: 16px;
    padding: 10px;
    margin-bottom: 0;
}

#accordion .ui-accordion-header .ui-icon {
    display:none;
}
.ui-accordion .ui-accordion-header {
  background: #2d539d;
  color: #ffffff;
}
a,
a:link,
a:visited {
  color: #2d539d;
  text-decoration: none;
}
a:hover {
  color: #0f357f;
}
blockquote.ms-OMBCustom-Blockquote {
  -ms-name: "Blockquote";
  padding: 0 0 0 15px;
  margin: 0 0 0 20px;
  border-left: 5px solid #615942;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: none;
}
.s4-ql ul.root ul > li > a {
  text-decoration: none;
}
.bold {
  font-weight: bold;
}
.breadcrumb {
  background: none;
  padding: 0 0 0 0;
  margin-bottom:5px;
}
.nav-list {
  padding: 0;
}
.nav-list > li > a:hover {
  background: none;
  color: #0f357f;
  text-shadow: none;
  -webkit-transition: all 0.3 ease-in;
  -moz-transition: all 0.3 ease-in;
  -o-transition: all 0.3 ease-in;
  transition: all 0.3 ease-in;
}
.navbar {
  z-index: 999;
  width: 100%;
  /* Added position and margin to fix sticky navbar when sitewide notice activated (ZD ticket #86756) */
  position: relative;
  margin-bottom: 0;
}
.navbar .brand {
  color: #ffffff;
  text-shadow: none;
}
.navbar .brand img {
  max-width: 80%;
}
.navbar .navbar-inner {
  background: #2d539d;
  filter: none;
  border-bottom: none;
  border: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 2px 3px #323232;
  -moz-box-shadow: 0 2px 3px #323232;
  box-shadow: 0 2px 3px #323232;
}
.navbar .dynamic {
  display: none;
}
.navbar .divider-vertical {
  border-right: 1px solid #91b7ff;
  border-left: 1px solid #000000;
  margin: 0;
}
.navbar .nav li > a {
  color: #ffffff;
  font-size: 14px;
  letter-spacing: 0.1em;
  text-shadow: none;
  padding: 15px 8px;
}
.navbar .nav li > a:hover {
  background: #193f89;
  color: #ffffff;
  -webkit-transition: all 0.5 ease-out;
  -moz-transition: all 0.5 ease-out;
  -o-transition: all 0.5 ease-out;
  transition: all 0.5 ease-out;
}
.navbar .nav .active > a {
  background: #193f89;
  font-weight: normal;
}
.navbar .nav .active > a:hover {
  background: #193f89;
}
.navbar .nav .dropdown-menu {
  background: #ffffff;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.navbar .nav .dropdown-menu > li > a:hover {
  background: #615942;
  color: #ffffff;
}
.navbar .nav .dropdown-menu > li > a {
  color: #000000;
}
.navbar .nav li.dropdown.open > .dropdown-toggle {
  background: #193f89;
}
.navbar .navbar-form input {
  margin-top: 10px;
}
.navbar .btn-navbar {
  border-color: none;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 3px;
  text-decoration: none;
}
.navbar .btn-navbar:hover {
  background: none;
}
#search button {
  background: none;
  border: none;
  margin-left: -30px;
  line-height: 18px;
  height: 18px;
  color: #615942;
  float: right;
  position: relative;
  margin-top: -26px;
  z-index: 20;
}
#left-nav {
  background: url("/omb/SiteCollectionImages/branding/gray_texture.png") repeat;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#left-nav .nav-header {
  color: #2d539d;
}
#left-nav a[href$='.pdf'] {
  background: none;
}
#left-nav ul.root.static.nav > li.static:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
#left-nav ul.root.static.nav > li.static .static.menu-item,
#left-nav ul.root.static.nav > li.static a.static.menu-item {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
}
#left-nav ul.root.static.nav > li span.menu-item,
#left-nav ul.root.static.nav > li a.menu-item {
  text-transform: uppercase;
  font-size: 11px;
  text-decoration: none;
  cursor: pointer;
}
#left-nav ul.root.static.nav > li > ul > li.static > a.menu-item-text {
  text-transform: normal;
  font-size: 12px;
  text-decoration: none;
}
#left-nav .menu .menu-item .additional-background .menu-item-text {
  text-decoration: none;
  text-transform: none;
}
#left-nav .static ul.static {
  margin-left: 10px;
}
#left-nav .menu .menu-item .additional-background .menu-item-text {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ffffff;
}
div.article {
  padding: 0;
}
.hero-unit {
  background: url("/omb/SiteCollectionImages/branding/main_img.jpg") no-repeat;
  background-size: cover;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/omb/SiteCollectionImages/branding/main_img.jpg", sizingMethod='scale');
  height: auto;
  border-radius: 0;
  margin-bottom: 0;
  position: relative;
}
.hero-unit h1,
.hero-unit h2 {
  color: #ffffff;
  font-size: 1.8em;
  margin-left: 30px;
  margin-bottom: 20px;
  text-shadow: 0 2px 5px #000;
}
.hero-unit .or-btn {
  margin-left: 25px;
}
.hero-unit #logo {
  margin-top: 20px;
  text-align: left;
  vertical-align: bottom;
}
.hero-unit #logo h1 {
  margin-top: 5px;
}
.hero-unit #logo img {
  border-right: 1px solid #ffffff;
  float: left;
  width: 40%;
  padding-right: 10px;
  margin-right: 10px;
}
.hero-unit #slider {
  overflow: hidden;
}
.hero-unit #slider h2 {
  width: 60%;
}
.hero-unit #slider .caption {
  color: #ffffff;
  position: absolute;
  width: 40%;
  top: 60%;
  right: 20px;
}
.hero-unit .bx-wrapper .bx-viewport {
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  filter: alpha(opacity=50);
  border: none;
  border-bottom: 3px solid #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding-bottom: 30px;
}
.hero-unit .bx-controls-auto {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 10%;
  z-index: 901;
}
.hero-unit #sliderPager {
  background: #000000;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  height: auto;
  width: 99.3%;
  margin-left: 0;
}
.hero-unit #sliderPager a {
  background: #2d539d;
  font-size: 12px;
  padding: 5px 10px 10px;
  color: #ffffff;
  margin-right: 3px;
}
.hero-unit #sliderPager a.active {
  color: #000000;
  background: #ffffff;
  border-top: 4px solid #ffffff;
}
.hero-unit #sliderPager a:hover {
  color: #000000;
  background: #ffffff;
}
#mission {
  padding: 20px 0 10px;
  background: #ffffff;
}
blockquote {
  border-left-color: #615942;
  color: #615942;
}
#main-content {
  padding-top:20px;
  padding-bottom: 300px;
}
#main-content h2 {
  color: #000000;
}
#main-content h4 {
  font-style: normal;
}
#main-content ul.filterable {
  margin: 0;
  list-style-type: none;
}
#main-content ul.filterable li {
  margin-bottom: 10px;
}
#main-content ul.filterable span {
  display: block;
}
#main-content #filter-nav > li > a.selected {
  color: #d1d1d1;
}
#main-content .feature-box .well {
  overflow: hidden;
}
#main-content ul.unstyled li {
  margin-bottom: 10px;
}
#main-content #task-boxes {
  background: #f1f1f1 url("/omb/SiteCollectionImages/branding/gray_texture.png") repeat;
  padding: 40px 0;
  margin-bottom: 20px;
}
#main-content #task-boxes .task-box {
  background: #ffffff;
  max-width: 320px;
  float: left;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 2px #cccccc;
  -moz-box-shadow: 0 2px 2px #cccccc;
  box-shadow: 0 2px 2px #cccccc;
  height: 420px;
  text-align: left;
}
#main-content #task-boxes .task-box .nav-list {
  padding: 0;
}
#main-content #task-boxes ul {
  font-size: 12px;
  margin-top: 10px;
  margin-left: 25px;
  margin-right: 20px;
}
#main-content #updates {
  padding-top: 20px;
}
#main-content #updates .span4 {
  margin-bottom: 20px;
}
#main-content .featured-list h4 {
  border-bottom: 1px solid #d1d1d1;
  color: #505050;
  font-size: 18px;
  font-weight: normal;
  padding: 5px;
}
#main-content .featured-list h4.media-heading {
	border: none;
	position: absolute;
	left: 115px;
	top: 0;
}
.ie9 #main-content .featured-list h4.media-heading {
	left: 150px;
}

#newsletter-feature .media {
	position:relative;
}
#main-content .featured-list .media a {
	margin-top: 0;
	margin-bottom: 10px;
}
#main-content .member-block {
  background: #ffffff;
  margin-bottom: 20px;
  min-height: 111px;
}
#main-content .member-block img {
  width: 77px;
  height: 111px;
  float: left;
  margin-right: 10px;
}
#main-content .member-block ul li {
  margin-bottom: 0;
}
#main-content .member-block .or-btn {
  display: inline-block;
  margin-top: 10px;
}

#main-content #board-members {
	margin-top: 0;
}
#main-content #board-members .member {
  margin-bottom: 20px;
}
#main-content #board-members .modal h3 {
	font-size:25px;
	line-height: 30px;
	font-weight: bold;
}
#main-content #board-members .modal img {
  margin: 10px;
  width: 88px;
  height: 128px;
}

#main-content #board-members .modal p {
  font-family: "Open Sans", sans-serif;
}


#main-content #board-members p {
	font-size: 14px;
	line-height:20px;
	color: #000;
}
.task {
  display: block;
  font-size: 14px;
  height: 150px;
  margin-bottom: 5px;
  position: relative;
  text-align: center;
}
.task .overlay {
  background: rgba(0, 0, 0, 0.2);
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.task img {
  width: 100%;
  max-height: 150px;
}
.task .link-icon {
  display: block;
  position: absolute;
  top: 35%;
  left: 40%;
  right: 40%;
  z-index: 1;
}
.task .link-icon i {
  background: #4167b1;
  color: #ffffff;
  padding: 10px 11px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.task .title {
  background: #2d539d;
  color: #ffffff;
  bottom: 0;
  left: 0;
  padding: 10px 0;
  position: absolute;
  display: block;
  width: 100%;
  z-index: 2;
}
#related-sidebar {
  margin-top: -55px;
}
#related-sidebar h4.blue {
  font-size: 16px;
}
#orgov_logo img {
  width: 70%;
  margin-top: 5px;
}
footer.navbar {
  margin-bottom: 0;
}
footer.navbar .navbar-inner {
  background: #2d539d;
  border: none;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding-box;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
footer.navbar .navbar-inner ul > li > a:hover {
  background: #193f89;
}
footer.navbar .navbar-inner .divider-vertical {
  border-right: 1px solid #4167b1;
  border-left: 1px solid #193f89;
  margin: 0;
}
footer ul {
  list-style-type: none;
  margin: 0;
}
footer ul > li > a,
footer ul > li > a:link,
footer ul > li > a:visited {
  color: #505050;
  font-size: 14px;
  line-height: 18px;
}
footer ul > li > a:hover {
  color: #738b4f;
}
footer footer .btn-navbar {
  display: none;
}
/*footer .odva a {
  display: block;
  margin-top: 20px;
  width: 139px;
  height: 34px;
  text-indent: -5000em;
  text-decoration: none;
  background: transparent url("http://www.oregon.gov/OMB/SiteCollectionImages/branding/logo-odva.png") no-repeat left top;
}*/
#footer-more {
  background: url("/omb/SiteCollectionImages/branding/gray_texture.png") repeat;
  border-top: 3px solid #4167b1;
  padding: 20px 0 60px 0;
  width: 100%;
}
#footer-more h4 {
  color: #000000;
}
#footer-more .well {
  text-align: center;
}
#footer-more ul.unstyled li {
  margin-bottom: 0;
}
footer,
#footer-more {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
  display: none;
  z-index: 2;
}
.full-width {
  width: 100%;
}
.modal {
  border-radius: 0;
  border: none;
  border-top: 10px solid #4167b1;
}
/* Large desktop */
@media (min-width: 1200px) {
  .hero-unit #logo.span4 {
		width: 300px;
	}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
  body {
    padding: 0;
  }
  body#secondary {
    padding-top: 0;
  }
  .navbar-fixed-top {
    margin: 0;
    position: fixed;
  }
  .navbar.top {
    margin-bottom: 0;
    position: static;
  }
  .navbar-inverse .nav-collapse .nav > li > a {
    color: #ffffff;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover {
    background: none;
    color: #ffffff;
  }
  .navbar .nav li.dropdown.open > .dropdown-toggle {
    margin-bottom: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .navbar .nav .dropdown-menu {
    background: #234993;
    margin: 0;
  }
  .navbar .nav .dropdown-menu > li > a {
    background: #4167b1;
    color: #ffffff;
    margin-top: 3px;
    border-left: 3px solid #615942;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .navbar .nav .dropdown-menu > li > a:hover {
    background: #193f89;
  }
  #mission {
    margin-bottom: 10px;
    padding: 0;
  }
  #mission blockquote {
    margin-top: 20px;
  }
  #search input[type="text"] {
    width: 98.5%;
  }
  #search button {
    float: right;
    margin-top: -25px;
    position: relative;
    z-index: 10;
  }
  .hero-unit {
    margin-top: 50px;
    padding: 10px;
  }
  .hero-unit h1 {
    font-size: 1.5em;
  }
  .hero-unit .bx-wrapper .bx-viewport {
    padding-bottom: 10px;
  }
  .hero-unit .or-btn {
    font-size: 14px;
    padding: 5px;
  }
  #mission blockquote {
    margin-top: 40px;
  }
  #main-content {
    padding: 10px;
  }
  #main-content .task {
    font-size: 12px;
    height: 120px;
  }
  #main-content #task-boxes.task-box {
    max-width: 320px;
    float: left;
    margin-left: 10px;
    margin-bottom: 20px;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  body#secondary {
    padding-top: 0;
  }
  .navbar-fixed-top {
    margin: 0;
    position: fixed;
  }
  .navbar.top {
    margin-bottom: 0;
    position: static;
  }
  .navbar-inverse .nav-collapse .nav > li > a {
    color: #ffffff;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover {
    background: none;
    color: #ffffff;
  }
  .navbar .nav li.dropdown.open > .dropdown-toggle {
    margin-bottom: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .navbar .nav .dropdown-menu {
    background: #234993;
    margin: 0;
  }
  .navbar .nav .dropdown-menu > li > a {
    background: #4167b1;
    color: #ffffff;
    margin-top: 3px;
    border-left: 3px solid #615942;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .navbar .nav .dropdown-menu > li > a:hover {
    background: #193f89;
  }
  #search input[type="text"] {
    margin-right: -50px;
  }
  #search button {
    float: right;
    margin-top: -25px;
    position: relative;
    z-index: 10;
  }
  .hero-unit {
    display: none;
    margin-top: 50px;
    background: $dark;
    padding: 10px;
    height: 100px;
  }
  .hero-unit h1 {
    font-size: 1.5em;
  }
  .hero-unit img {
    display: none;
  }
  .hero-unit .btn {
    float: right;
    margin-top: -40px;
  }
  #mission {
    margin-bottom: 10px;
    padding: 0;
  }
  #mission blockquote {
    margin-top: 20px;
  }
  #main-content {
    padding: 10px;
  }
  #main-content #task-boxes.task-box {
    max-width: 320px;
    float: left;
    margin-left: 10px;
    margin-bottom: 20px;
  }
}
/* Landscape phones and down */
@media (max-width: 480px) {
  body {
    padding: 0 0 0 0;
  }
  body#secondary {
    padding-top: 0;
  }
  .navbar.top {
    margin-bottom: 0;
    position: static;
  }
  .navbar .nav li > a {
    padding: 8px 8px;
  }
  .navbar-fixed-top {
    width: 100%;
  }
  .navbar-inverse .nav-collapse .nav > li > a {
    color: #ffffff;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover {
    background: none;
    color: #ffffff;
  }
  .navbar .nav li.dropdown.open > .dropdown-toggle {
    margin-bottom: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .navbar .nav .dropdown-menu {
    background: #234993;
    margin: 0;
  }
  .navbar .nav .dropdown-menu > li > a {
    background: #4167b1;
    color: #ffffff;
    margin-top: 3px;
    border-left: 3px solid #615942;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
  .navbar .nav .dropdown-menu > li > a:hover {
    background: #193f89;
  }
  .navbar.navbar-fixed-bottom .navbar-inner {
    margin-left: 20px;
  }
  #search input[type="text"] {
    margin-right: -50px;
  }
  #search button {
    float: right;
    margin-right: 0;
    margin-top: -26px;
  }
  .hero-unit .btn {
    float: right;
    margin-top: -40px;
    padding: 5px;
  }
  #menu {
    display: none;
    margin-top: 20px;
  }
  #mission {
    margin-bottom: 10px;
    padding: 0;
  }
  #mission blockquote {
    margin-top: 20px;
  }
  #main-content {
    padding-bottom: 80px;
  }
  #main-content #task-boxes {
    background: none;
    text-align: center;
  }
  #main-content #task-boxes .task-box {
    height: auto;
    box-shadow: none;
    float: none;
    margin-left: 15px;
    max-width: 270px;
  }
  .task-box {
    float: none;
    max-width: 270px;
    margin: 0 auto;
  }
  #related-sidebar {
    margin-top: 10px;
  }
  #related-sidebar h4.blue {
    font-size: 16px;
  }
  small {
    display: block;
  }
  .modal {
    margin-top: -40px;
  }
}
.modal img {
  float: left;
}

/* TRANSLATE 
=====================*/
.translator {
  padding: 8px 20px 0 0;
  color: #fff;
  position: relative;
}

.translator #google_translate_element {
  position: absolute;
  top: 5px;
  width: 82px;
  overflow: hidden;
}
  
#translator .goog-te-gadget-simple {
  background: transparent;
  border: none;
  width: 82px;
}

#translator .goog-te-gadget-simple .goog-te-menu-value span {
  position: absolute;
  left: -5000em;
}

#translator .goog-te-gadget-simple .goog-te-gadget img {
  display: none;
}

/* ribbon style */

.ribbon-wrapper {
    position: relative;
}
.ribbon-front {
            text-align: center;
            height: 40px;
            position: relative;
            left: -20px;
            border-radius: 2px;
            z-index: 2;
            background: #fff566;
            background: -webkit-gradient(linear, left top, left bottom, from(#fff566), to(#b8a433));
            background: -webkit-linear-gradient(top, #fff566, #b8a433);
            background: -moz-linear-gradient(top, #fff566, #b8a433);
            background: -ms-linear-gradient(top, #fff566, #b8a433);
            background: -o-linear-gradient(top, #fff566, #b8a433);
            background-image: -ms-linear-gradient(top, #fff566 0%, #b8a433 100%);
            -moz-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
            -khtml-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
            -webkit-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
            -o-box-shadow: 0px 0px 4px rgba(0,0,0,0.55);
        }

            .ribbon-front span {
                position: relative;
                top: 5px;
                font-size: 28px !important;
                font-weight: 700;
                color: #2e2828;
                text-shadow: #ebe067 0 1px 0;
                font-family: "Parisienne", cursive;
            }

.ribbon-back-left {
            position: absolute;
            top: 2px;
            left: -50px;
            width: 0px;
            height: 0px;
            z-index: 0;
            border-right: 18px solid #ccbb3d;
            border-top: 18px solid #ccbb3d;
            border-left: 18px solid transparent;
            border-bottom: 18px solid #ccbb3d;
        }

        .ribbon-back-right {
            position: absolute;
            top: 2px;
            right: -10px;
            width: 0px;
            height: 0px;
            z-index: 0;
            border-right: 18px solid transparent;
            border-top: 18px solid #ccbb3d;
            border-left: 18px solid #ccbb3d;
            border-bottom: 18px solid #ccbb3d;
        }


