/**
 * sos.less
 * --------
 * compile order for sos.noaa.gov custom Bootstrap styles
 */
/*
	_interactive-sphere.less
	========================

	styles for the interactive sphere modal

*/
/* Controls boxes shape and size */
#dataset-description .img-thumbnail {
  float: left;
  margin: 10px 20px 10px 0px;
}
#responsive #dataset-description li {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 2px;
  padding-bottom: 2px;
}
#playlist-dek {
  border: 1px solid #ddd;
}
#slider-horizontal {
  margin: 15px 0px 0px;
}
#slider-vertical {
  float: right;
}
#slider-vertical-container {
  padding-right: 0px;
}
#interactive-sphere .col-xs-7 {
  padding-left: 0px;
}
#responsive .modal-header h4 {
  color: #FFF;
  font-size: 30px;
  margin-top: 0px;
}
.modal-header {
  background-color: #173E51;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.modal-header .close {
  background: #E6E6E6;
  color: #555;
  opacity: 1;
  padding: 0px 5px 0px;
  border-radius: 3px;
}
.modal-header .close:hover {
  background-color: #DADADA;
  color: #212121;
}
.sphere-control {
  border: 1px solid #CCC;
  border-radius: 5px;
  padding-bottom: 8%;
  margin: 10%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .sphere-control {
    margin-left: 0%;
    margin-right: 0%;
  }
}
/*
	_ifran.less
	===========

	A document of Irfan's code in the process of being replaced

*/
/* Irfan adjustment */
.content span {
  line-height: 2em;
}
p.description {
  margin-left: 0px;
  padding: 5px 5px 5px 0px;
}
.dropdown-caret {
  font-family: Modern Pictograms;
  font-size: 13px;
  line-height: 1;
  position: relative;
  top: -1px;
}
.float-right {
  float: right;
}
/*Adjustments to Irfan's code*/
#menu {
  width: inherit;
  padding: inherit;
}
/* Temporary patch until new nav is released soon */
.site_tab_container {
  position: absolute;
}
.slideshow-container {
  width: inherit;
  display: inline-block;
}
.content_bottom_right {
  height: 411px;
}
.content_bottom_left {
  height: 411px;
}
.languages {
  margin: 11px;
}
.languages p {
  font-weight: bold;
}
.banner_bg {
  margin: 0px 20px;
}
/*
	_modal.less
	===========

	Style of modals on SOS

*/
.modal-body video {
  width: 100%;
}
.modal h4 {
  color: #fff;
}
/*
	_mounting-calculator.less
	=========================

	Styles for the mounting calculator app

*/
#diagram-map {
  /* display: block;
	width: 960px;
	position: relative;
	height: 300px; */
  width: auto;
  height: auto;
  background: url('../Getting_SOS/Pano_Final.png') repeat scroll 0% 0% transparent;
  margin: 2px auto;
}
#mounting-calculator {
  border: 1px solid #eee;
  box-shadow: inset 0 0 10px #000000;
}
#calculator .calc-result {
  color: #3300CC;
  font-style: italic;
}
/*
	_playlist-editor.less
	=====================

	styles for the playlist editor modal for datasets
*/
#cart-icon img {
  position: relative;
  left: -2px;
  top: 4px;
}
#cart-icon.col-xs-12 {
  padding-left: 0px;
  padding-right: 0px;
}
#cart-widget button {
  margin-top: 5px;
  padding: 0px 15px;
}
#cart-widget {
  background-color: #EEE;
  border: 1px solid #CCC;
  border-radius: 5px;
  margin: 1% 3% 0%;
  padding-top: .5%;
  padding-bottom: .5%;
}
@media (min-width: 1050px) {
  #cart-widget {
    width: 19%;
  }
}
#playlist-builder a {
  font-size: 13px;
}
.simpleCart_shelfItem {
  margin-top: 2px;
}
#simpleCart_quantity {
  position: relative;
  top: 3px;
}
#responsive #playlist-counter p {
  font-size: 20px;
}
.playlist-placeholder {
  height: 60px;
}
#sortable {
  width: 100%;
}
.simpleCart_items .itemRow td {
  vertical-align: middle;
  padding: 5px 5px;
}
#dataset-details h3 {
  border-bottom: 1px solid #D1D4D7;
  font: 22px Tahoma, Geneva, sans-serif;
  padding: 19px 10px 10px;
}
#responsive #dataset-details h4 {
  color: #898989;
  font: 15px Arial, Helvatica, sans-serif;
}
#dataset-details ul {
  border-bottom: 1px solid #E0E2E4;
  list-style: none outside none;
  padding: 0px 5px 10px 0px;
}
#responsive #dataset-details li {
  padding: 0px 5px 0px 0px;
  margin: 0px;
  font-weight: bold;
}
#responsive #dataset-details li a {
  font: bold 14px Arial, Helvetica, sans-serif;
}
#responsive #dataset-description h4 {
  font: 22px Tahoma, Geneva, sans-serif;
  color: #4E4A38;
  margin: 1% 0% 0%;
}
/*
	_sidebar.less
	=============

	Styles for content that appears in the sidebar of pages

*/
#sidebar ul {
  padding-left: 10px;
}
#sidebar {
  margin-top: 10px;
}
/* May soon become #toc styles */
#sidebar ul li {
  list-style-type: none;
  padding: 7.5px 0px;
}
#sidebar ul li a {
  color: #999;
  font-size: 1.1em;
  font-weight: 500;
  padding-right: 10px;
}
#sidebar ul li a:hover {
  text-decoration: none;
  color: #008fca;
}
#sidebar ul li.selected a {
  color: #029feb;
  border-left: 2px solid #029feb;
}
.sidebar-header {
  font-size: 22px;
  color: #4E4A38;
}
.sidebar-header > small {
  font-size: 60%;
}
/*
 *	mixins/layout.less
 *	==================
 *
 *	mixins for layout
 *
 */
/* backgrounds depending on directory */
/* navbar customization depending on directory */
/**
 * dropdownToggle
 * --------------
 * mixin for agumenting styles to twbs dropdown menus
 */
/**
 * equal-column-height.less
 * ------------------------
 * display DOM node like a table cell in order for the
 * node's height to be equal when its background appears
 * different from its parent's background
 */
/**
 * gradient_background.less
 * ============
 * create gradient backgrounds in navbar, modules, etc...
 */
/**
 * href.less
 * ---------
 *
 *
 */
.social-icon {
  border: 2px solid #ffffff;
  margin: 5px 0px 5px 15px;
  opacity: .75;
}
.social-icon:hover {
  opacity: 1;
}
/**
 * module.less
 * -----------
 * styles for the floating boxes, which are called modules
 * across sos.noaa.gov
 */
/**
 * variables.sos.less
 * ------------------
 * Variables holding colors, border sizes, gradient percentages, etc...
 * for the custom styles on sos.noaa.gov
 */
/**
 * animations.sos.less
 * -------------------
 * CSS only animations
*/
/* Animation for image map */
@-webkit-keyframes iconGlow {
  0% {
    opacity: ;
  }
  100% {
    opacity: 0;
  }
}
@keyframes iconGlow {
  0% {
    opacity: ;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes scrollShow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scrollShow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
/**
 * font_faces_sos.less
 * -------------------
 * import custom fonts
*/
/* Modern Pictograms by John Caserta from Font Squirrel */
@font-face {
  font-family: Modern Pictograms;
  src: url(../fonts/modernpics.otf);
}
/* Meslo font */
@font-face {
  font-family: Meslo;
  src: url(../fonts/MesloLGM-Regular.ttf);
}
/**
 * nav_sos.less
 * ------------
 * custom navs styles for sos.noaa.gov
 */
.nav-sos-primary-nav {
  margin-bottom: 0;
}
.nav-sos-primary-nav > .open > a {
  color: #000000;
}
#datasets .nav-sos-primary-nav > .open > a#datasets-tab {
  background: #ffffff;
  background: linear-gradient(to bottom, #ffffff, #d6d6d6);
}
.nav-sos-primary-nav > li > a {
  font-size: 16px;
  font-weight: 100;
  color: #ffffff;
  opacity: 0.75;
}
.nav-sos-primary-nav > li > a:hover {
  opacity: 1;
}
#what-is-sos .nav-sos-primary-nav > li > a#what-is-sos-tab {
  background: #038ac9;
  background: linear-gradient(to top, #038ac9, #333333);
  opacity: 1;
}
#getting-sos .nav-sos-primary-nav > li > a#getting-sos-tab {
  background: #99e458;
  background: linear-gradient(to top, #99e458, #333333);
  opacity: 1;
}
#education .nav-sos-primary-nav > li > a#education-tab,
#kml .nav-sos-primary-nav > li > a#education-tab {
  background: #fb723c;
  background: linear-gradient(to top, #fb723c, #333333);
  opacity: 1;
}
#sos-explorer .nav-sos-primary-nav > li > a#sos-explorer-tab {
  background: #9943c7;
  background: linear-gradient(to top, #9943c7, #333333);
  opacity: 1;
}
#datasets .nav-sos-primary-nav > li > a#datasets-tab {
  background: #ff0000;
  background: linear-gradient(to top, #ff0000, #333333);
  opacity: 1;
}
#support .nav-sos-primary-nav > li > a#support-tab {
  background: #ffbf00;
  background: linear-gradient(to top, #ffbf00, #333333);
  opacity: 1;
}
@media (min-width: 768px) {
  .nav-sos-primary-nav > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-top: 12px;
    font-size: 14px;
    opacity: 0.75;
    font-weight: bold;
    background: #aaa;
    margin-left: 10px;
    border: 1px solid #555555;
    border-bottom: 0;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    background: #02567e;
    background: linear-gradient(to bottom, #02567e, #012332);
  }
  .nav-sos-primary-nav > li > a:hover {
    opacity: 1;
  }
}
.nav-sos-subnav > li > a {
  font-weight: 100;
  font-size: 16px;
  color: #aaa;
  margin-right: 0;
  border: 0;
}
.nav-sos-subnav > li > a[data-toggle="dropdown"] {
  cursor: default;
}
.nav-sos-subnav > li > a:hover {
  color: #ffffff;
  background: none;
}
@media (min-width: 768px) {
  .nav-sos-subnav > li > a {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .nav-sos-subnav > .open > a,
  .nav-sos-subnav > .open > a:hover,
  .nav-sos-subnav > .open > a:focus {
    padding-top: 10px;
    margin-top: 5px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
  }
}
/**
 * navbar.sos.less
 * ============
 * custom navbar styles for sos.noaa.gov
 * note: these styles overwrite or work in conjunctiong with
 * Twitter Bootstrap 3 styles in /less/navbar.less
 */
.navbar-sos-primary {
  background: #000000;
  border-bottom-color: #000000;
  border-bottom-width: thick;
  border-bottom-style: solid;
  border-radius: 0;
}
#what-is-sos .navbar-sos-primary {
  border-bottom-color: #038ac9;
}
#getting-sos .navbar-sos-primary {
  border-bottom-color: #99e458;
}
#education .navbar-sos-primary,
#kml .navbar-sos-primary {
  border-bottom-color: #fb723c;
}
#sos-explorer .navbar-sos-primary {
  border-bottom-color: #9943c7;
}
#datasets .navbar-sos-primary {
  border-bottom-color: #ff0000;
}
#support .navbar-sos-primary {
  border-bottom-color: #ffbf00;
}
.navbar-sos-primary .navbar-nav > li.open > a {
  opacity: 1;
}
@media (min-width: 768px) {
  .navbar-sos-primary .navbar-nav > li.open > a {
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff, #d6d6d6);
    color: #000000;
    border-color: #000000;
    cursor: default;
  }
}
.navbar-sos-primary .navbar-nav > li > .dropdown-menu {
  border-top-left-radius: 5px;
}
@media (min-width: 750px) {
  .navbar-sos-primary .container {
    padding: 0;
  }
}
.navbar-sos-subnav .container-fluid,
.navbar-sos-subnav .container {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background: #02567e;
  background: linear-gradient(to bottom, #02567e, #012332);
}
.navbar-sos-subnav .navbar-header {
  float: right;
}
.navbar-sos-subnav .navbar-nav > li > a {
  cursor: pointer;
  border: 1px solid transparent;
  border-bottom: none;
}
.navbar-sos-subnav .navbar-nav > li.open > a {
  opacity: 1;
}
@media (min-width: 768px) {
  .navbar-sos-subnav .navbar-nav > li.open > a {
    background: #ffffff;
    background: linear-gradient(to bottom, #ffffff, #d6d6d6);
    color: #000000;
    border-color: #000000;
    cursor: default;
  }
}
.navbar-sos-subnav .navbar-nav > li > .dropdown-menu {
  border-top-left-radius: 5px;
}
.navbar-toggle {
  border-color: #dddddd;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-form {
  display: inline-block;
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 0;
  }
}
.navbar-text {
  margin: 17px 30px 7px;
  float: left;
}
.navbar-text a {
  color: #01a0e9;
  font-weight: bold;
  font-size: 14px;
  margin-right: 10px;
}
.navbar-text a:hover {
  color: #52c8fe;
}
.navbar-text a:hover {
  background: none;
  text-decoration: underline;
}
.navbar-brand {
  font-size: 22px;
  font-family: Aerial, helvetica, sans-serif;
  font-weight: 500;
  line-height: 1.25;
  padding: 0;
  color: #ffffff;
}
.navbar-brand:hover {
  color: #ffffff;
}
.navbar-brand .white {
  color: #038ac9;
}
.navbar-brand .white sup {
  position: relative;
  top: -11px;
  font-size: 66%;
}
.navbar-brand small {
  color: #ffffff;
  font-size: 13px;
  font-weight: 100;
}
/**
 * dropdown_sos.less
 * -----------------
 *
 */
.dropdown-menu {
  background: none;
  border: 1px solid #000000;
  border-top: none;
}
.dropdown-menu > li > a {
  color: #01a0e9;
  padding: 3px 20px;
  font-size: 16px;
  color: #ffffff;
  opacity: 0.75;
}
.dropdown-menu > li > a:hover {
  color: #52c8fe;
}
.dropdown-menu > li > a:hover {
  background: none;
  text-decoration: underline;
}
.dropdown-menu > li > a:hover {
  opacity: 1;
  color: #ffffff;
  text-decoration: none;
}
@media (min-width: 768px) {
  .dropdown-menu {
    background: #d6d6d6;
    background: linear-gradient(to bottom, #d6d6d6, #b3b3b3);
  }
  .dropdown-menu > li > a {
    font-size: 14px;
    color: #015a84;
  }
  .dropdown-menu > li > a:hover {
    color: #01a0e9;
  }
  .dropdown-menu > li > a:hover {
    background: none;
    text-decoration: underline;
  }
}
/**
 * forms_sos.less
 * --------------
 *
 */
.form-control {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
}
.form-group {
  display: inherit;
  vertical-align: top;
}
/**
 * jumbotron.sos.less
 * ------------------
 */
.jumbotron {
  margin-bottom: 50px;
}
.jumbotron .scrollshow {
  overflow: hidden;
}
.jumbotron .scrollshow img {
  max-width: 380%;
  -webkit-animation: scrollShow 60s linear infinite;
          animation: scrollShow 60s linear infinite;
}
#getting-sos .jumbotron .exhibit-diagram > div {
  position: absolute;
  border: 1px solid #aaa;
  text-align: center;
  color: #ddd;
  cursor: pointer;
}
#getting-sos .jumbotron .exhibit-diagram > div:hover {
  border: 1px solid #ff0000;
  opacity: 1;
}
#getting-sos .jumbotron .exhibit-diagram > div:hover .diagram-icon-bg {
  -webkit-animation: iconGlow .75s linear forwards;
          animation: iconGlow .75s linear forwards;
}
#getting-sos .jumbotron .exhibit-diagram > div p {
  position: absolute;
  width: 100%;
}
#getting-sos .jumbotron .exhibit-diagram > div .diagram-icon-bg {
  background-color: #000000;
}
#getting-sos .jumbotron .exhibit-diagram .diagram-icon-bg {
  background-color: #000000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#getting-sos .jumbotron .exhibit-diagram p {
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
}
#getting-sos .jumbotron .exhibit-diagram .projector-info {
  top: 25%;
  left: 5%;
  height: 30%;
  width: 12%;
}
#getting-sos .jumbotron .exhibit-diagram .floor-plan {
  top: 75%;
  left: 23%;
  width: 54%;
  height: 20%;
}
#getting-sos .jumbotron .exhibit-diagram .aux-display {
  top: 30%;
  left: 63%;
  height: 40%;
  width: 13%;
}
#getting-sos .jumbotron .exhibit-diagram .sphere-calc {
  top: 5%;
  left: 47%;
  width: 14%;
  height: 18%;
}
#getting-sos .jumbotron .exhibit-diagram .wiring-diagram {
  top: 5%;
  left: 20%;
  width: 20%;
  height: 17%;
}
/**
 * grid_sos.less
 * -------------
 * Custom grid and layout style for sos.noaa.gov, including
 * equal height column classes loosely-based on the example
 * at http://goo.gl/Ub4xDl
 */
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.main {
  background-image: linear-gradient(180deg, #ffffff, #ffffff 75px);
  margin-bottom: 50px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
body#what-is-sos {
  background-color: #000;
  background-image: url('../_images/backgrounds/bg_what_is_sos.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body#getting-sos {
  background-color: #000;
  background-image: url('../_images/backgrounds/bg_getting_sos.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body#education {
  background-color: #000;
  background-image: url('../_images/backgrounds/bg_education.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body#sos-explorer {
  background-color: #000;
  background-image: url('../_images/backgrounds/bg_sosx.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body#datasets {
  background-color: #000;
  background-image: url('../_images/backgrounds/bg_datasets.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
body#support,
body#docs {
  background-color: #000;
  background-image: url('../_images/backgrounds/bg_support.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.row-equal-height {
  border-spacing: 15px 0;
}
.row-equal-height .x-align-center {
  vertical-align: middle;
}
.row-equal-height .x-align-bottom {
  vertical-align: bottom;
}
.row-equal-height .x-align-top {
  vertical-align: top;
}
.row-equal-height [class^="col-xs-"] {
  display: table-cell;
  float: none !important;
}
.row-equal-height [class^="col-xs-"] .img-responsive {
  width: 100%;
}
@media (min-width: 768px) {
  .row-equal-height > [class^="col-sm-"] {
    display: table-cell;
    float: none !important;
  }
  .row-equal-height > [class^="col-sm-"] .img-responsive {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .row-equal-height > [class^="col-md-"] {
    display: table-cell;
    float: none !important;
  }
  .row-equal-height > [class^="col-md-"] .img-responsive {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .row-equal-height {
    margin: 0 -30px 50px;
  }
  .row-equal-height > [class^="col-lg-"] {
    display: table-cell;
    float: none !important;
  }
  .row-equal-height > [class^="col-lg-"] .img-responsive {
    width: 100%;
  }
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  color: #777777;
}
h1 {
  background: url('../_images/h1_icon.png') scroll left center transparent;
  background-repeat: no-repeat;
  background-position: 0px 5px;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 30px ;
  color: #494949;
  border-bottom: 1px solid #d1d4d7;
  margin: 15px 25px 10px 0;
  padding: 0px 0px 15px 40px;
}
h2.dek {
  font-size: 15px;
  font-weight: 400;
  color: #898989;
  margin: 0px 0 15px;
}
.col-sm-9 h3 {
  font-size: 20px;
  font-family: Tahoma, Geneva, sans-serif;
  margin: 10px 10px 10px 0;
  color: #4E4A38;
}
h3 {
  font: 22px/1.4em Tahoma, Geneva, sans-serif;
  color: #4E4A38;
  padding: 10px 10px 10px 0px;
  margin: 0px;
}
/* Text formatting */
p,
li {
  font-size: 14px;
  font-family: Aerial, helvetica, sans-serif;
  color: #414141;
  line-height: 1.5;
}
.row li {
  color: #414141;
  padding: 10px 0;
}
.site-map ul li {
  padding: 5px;
  margin-left: 35px;
}
@media (max-width: 991px) {
  /* max col-xs-* width */
  .main h1 {
    padding-top: 10px;
  }
  .main p {
    padding-bottom: 10px;
  }
}
.terminal {
  background: #000;
  color: #fff;
  font-family: Meslo, courier, sans-serif;
  padding: 5px 10px;
  text-shadow: 10px;
  border-radius: 5px;
  margin: 10px 0;
}
.terminal li {
  list-style-type: none;
}
a {
  color: #1575a9;
  font: bold 12px Tahoma, Geneva, sans-serif;
}
h1 sup {
  position: relative;
  top: -1.4em;
  font-size: 40%;
  padding: 0px 2px;
}
p sup {
  position: relative;
  top: -0.75em;
  font-size: 75%;
}
/* Modified "Fluid Width Video" tutorial for embeds via css-tricks.com */
.iframe-wrapper {
  position: relative;
  padding: 25px 0px 56.25%;
  margin: 2%;
  height: 0;
}
.sphere-container {
  position: relative;
  padding: 25px 0px 56.25%;
  height: 0;
}
.iframe-wrapper iframe,
canvas#sphereCanvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.caret {
  border-top: 6px solid;
}
.table > tbody > tr > td {
  border: 1px solid #ddd;
}
.table-head {
  text-align: center;
}
.table-title {
  color: #009;
}
/* Possibly temporary if site-wide p tags are used */
hr {
  border-color: #000;
  border-color: -moz-use-text-color;
  margin: 10px;
}
a.bookmark {
  position: relative;
  top: -50px;
  visibility: hidden;
}
.leg-xs,
.leg-sm,
.leg-md,
.leg-lg {
  float: right;
}
@media (max-width: 767px) {
  .leg-sm {
    float: none;
  }
}
@media (max-width: 991px) {
  .leg-md {
    float: none;
  }
}
@media (max-width: 1199px) {
  .leg-lg {
    float: none;
  }
}
.under-leg {
  margin: 0px;
  padding: 0px;
}
#responsive .datasets-dek p {
  color: #898989;
  font: 14px Arial, Helvetica, sans-serif;
}
#responsive #datasets-count p {
  color: #414141;
  font-size: 18px;
}
#datasets-list td {
  border-right: none;
  border-left: none;
}
#datasets-list th {
  border-top: none;
  padding-top: 20px;
}
#datasets-list tr:hover > th {
  background: #fff;
}
#responsive {
  background-color: #fff;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  margin-bottom: 50px;
  padding-bottom: 10px;
}
#responsive.col-sm-1,
#responsive.col-sm-2,
#responsive.col-sm-3,
#responsive.col-sm-4,
#responsive.col-sm-5,
#responsive.col-sm-6,
#responsive.col-sm-7,
#responsive.col-sm-7,
#responsive.col-sm-8,
#responsive.col-sm-9,
#responsive.col-sm-10,
#responsive.col-sm-11 {
  border-radius: 5px;
}
#responsive.video-table .col-sm-6 {
  border: 1px solid #ccc;
  margin-left: 2%;
  width: 48%;
}
#responsive h3 {
  font-size: 22px;
  font-family: Tahoma, Geneva, sans-serif;
  margin: 0px;
  padding: 10px 10px 10px 0px;
  color: #4E4A38;
}
#responsive h4 {
  font-weight: 600;
  margin: 20px 0px 0px 0px;
  color: #414141;
  font-size: 14px;
}
#responsive h4 small {
  font-weight: 100;
  font-size: 100%;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
}
#responsive .col-sm-3 > ol > li {
  font-size: 16px;
}
#responsive ol ol li {
  list-style-type: upper-alpha;
}
.reference p {
  margin-left: 20px;
  background: none;
}
.reference ul {
  margin-left: 45px;
}
.reference li {
  padding: 10px 0px;
  margin: 0px;
  font: 12px Arial, Helvetica, sans-serif;
}
#responsive ol {
  margin-left: 20px;
}
#responsive ol p,
#responsive ol p {
  margin-top: 10px;
}
#responsive ul ul {
  margin-left: 20px;
}
.col-sm-9 li a {
  font-size: 14px;
}
#responsive ol.heading > li {
  font-size: 16px;
  color: #4E4A38;
  margin-left: 5%;
}
#responsive ol.heading > p,
#responsive ol.heading > h3 {
  margin-left: 5%;
}
#responsive ol.heading > ol {
  margin-left: 10%;
}
#responsive ol.heading > h4 {
  margin-left: 10%;
}
#responsive ol.heading > ul {
  margin-left: 10%;
}
#responsive ol.heading ul li,
#responsive ol.heading ol li,
#responsive ol.heading p {
  margin-top: 10px;
  margin-bottom: 0px;
  padding: 0px 0px;
  font-size: inherit;
  font-family: inherit;
}
#responsive ul.paragraphs li {
  list-style-type: none;
  margin-left: 30px;
}
#responsive ol.paragraphs li {
  margin-left: 30px;
}
#responsive #resources h3 {
  margin: 10px 0px 0px 0px;
}
.carousel-caption {
  border-width: 1px;
  border-style: solid;
  background-image: url('../_images/textures/rgba_000_0.75.png');
}
.carousel-caption h3 {
  color: inherit;
  padding: 0;
  font-size: 20px;
}
@media (min-width: 768px) {
  .carousel-caption h3 {
    font-size: 22px;
  }
}
.carousel-caption p {
  color: #ffffff;
  font-size: 16px;
}
.carousel-caption#first-steps {
  color: #99e458;
  border-color: #99e458;
}
.carousel-caption#sos-locations {
  color: #038ac9;
  border-color: #038ac9;
}
.carousel-caption#data-catalog {
  color: #ff0000;
  border-color: #ff0000;
}
.carousel-caption#scripts-lessons {
  color: #fb723c;
  border-color: #fb723c;
}
/**
 * footer.sos.less
 * ------------
 * Styles for the footer that appears at the bottom of every SOS page
*/
#footer {
  background-color: #000000;
  border-top: 5px solid #015b86;
  padding: 20px 0;
}
#what-is-sos #footer {
  border-top-color: #038ac9;
}
#getting-sos #footer {
  border-top-color: #99e458;
}
#education #footer,
#kml #footer {
  border-top-color: #fb723c;
}
#sos-explorer #footer {
  border-top-color: #9943c7;
}
#datasets #footer {
  border-top-color: #ff0000;
}
#support #footer {
  border-top-color: #ffbf00;
}
#footer ul {
  padding: 20 0;
}
#footer ul li {
  padding: 0;
  list-style-type: none;
  margin: 0px 20px;
}
#footer ul li a {
  color: #eaeaea;
  font-size: 16px;
  font-weight: 100;
  opacity: .75;
}
#footer ul li a:hover {
  color: #ffffff;
  opacity: 1;
  text-decoration: underline;
}
@media (min-width: 768px) {
  #footer ul {
    padding: 0;
  }
}
#footer #social-media img {
  border: 2px solid #ffffff;
  margin: 5px 0px 5px 15px;
  opacity: .75;
}
#footer #social-media img:hover {
  opacity: 1;
}
/**
 * landing-template.sos.less
 * -------------------------
 * styles for the landing page template
 * found on index.html pages
*/
.sos-landing main {
  margin-bottom: 50px;
}
.sos-landing article,
.sos-landing #in-the-news,
.sos-landing .timeline,
#datasets.sos-landing .data-usage {
  background-image: linear-gradient(180deg, #d9d9d9, #ffffff 75px);
  background-color: #ffffff;
  border-radius: 5px;
  margin: 0 0 50px;
  padding: 10px;
}
.sos-landing article img,
.sos-landing #in-the-news img,
.sos-landing .timeline img,
#datasets.sos-landing .data-usage img {
  border-radius: 5px;
}
#what-is-sos.sos-landing main > .row {
  margin-bottom: 50px;
}
#what-is-sos.sos-landing main > .row .follow-us {
  text-align: center;
  background-image: linear-gradient(180deg, #629cb7, #40748c 75px);
  background-color: #40748c;
  border-radius: 5px;
  margin: 0 0 50px;
  padding: 10px;
}
#what-is-sos.sos-landing main > .row .follow-us img {
  border-radius: 5px;
}
#what-is-sos.sos-landing main > .row .follow-us > h3 {
  text-align: left;
}
#what-is-sos.sos-landing main > .row .user-network {
  background-image: linear-gradient(180deg, #fdc887, #fba53c 75px);
  background-color: #fba53c;
  border-radius: 5px;
  margin: 0 0 50px;
  padding: 10px;
}
#what-is-sos.sos-landing main > .row .user-network img {
  border-radius: 5px;
}
#what-is-sos.sos-landing main > .row .fun-facts {
  background-image: linear-gradient(180deg, #c2e9a0, #9ada62 75px);
  background-color: #9ada62;
  border-radius: 5px;
  margin: 0 0 50px;
  padding: 10px;
}
#what-is-sos.sos-landing main > .row .fun-facts img {
  border-radius: 5px;
}
.sos-landing #in-the-news p {
  margin: 10px auto;
}
.sos-landing #in-the-news .date {
  color: #898989;
  font: 15px Arial, Helvetica, sans-serif;
}
.sos-landing #in-the-news h2 {
  background: url('../_images/h1_icon.png') scroll left center transparent;
  background-repeat: no-repeat;
  background-position: 0px 5px;
  font: 30px Tahoma, Geneva, sans-serif;
  color: #4e4a38;
  border-bottom: 1px solid #d1d4d7;
  margin: 10px 25px 10px 0px;
  padding: 0px 0px 10px 40px;
}
@media (max-width: 768px) {
  .sos-landing #in-the-news h2 {
    background-position: 0px 15px;
    padding-top: 10px;
  }
}
.sos-landing .see-more {
  text-align: right;
  padding-bottom: 10px;
  padding-right: 10px;
}
.sos-landing .see-more a {
  font-weight: bold;
  font-size: 13px;
}
/*
	nameplate.sos.less
	---------------

*/
.ghost-center {
  position: relative;
}
.ghost-center::before {
  content: " ";
  display: inline-block;
  height: 100%;
  width: 1%;
  vertical-align: middle;
}
.ghost-center p {
  display: inline-block;
  vertical-align: middle;
}
.header {
  padding: 25px 0;
}
.header .row {
  margin-bottom: 0;
}
.header .skull {
  position: absolute;
  z-index: -1;
  left: -11.5%;
  top: 0%;
  opacity: 0.75;
}
.header a:hover,
.header a:focus {
  text-decoration: none;
}
.header .nameplate,
.header .nameplate:hover,
.header .namepalte:active {
  padding-top: 10px;
  color: #ffffff;
  font-size: 4em;
  font-weight: 300;
  text-shadow: -2px 5px 4px #000000;
  line-height: 1;
}
.header sup {
  font-size: .35em;
  top: -1.8em;
}
.header .small,
.header .small:hover,
.header .small:active {
  font-size: 40%;
  padding-left: 2%;
  text-decoration: none;
}
