/* custom theme overrides */

body {
	background-color: #F5F5F5;
}
/* .toc {display:none!important;} */
.is-submenu-item {
	list-style:none!important;
	display: block;
    padding: .7rem 1rem;
    line-height: 1;	
	}
.divider {
    width: 100%;
    height: 1px;
    margin: 9px 1px;
    margin: -5px 0 5px;
    overflow: hidden;
    background-color: #e5e5e5;
    border-bottom: 1px solid #ffffff;
}
#innerbodycontent {
	background: none repeat scroll 0% 0% #FFF;
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-color: #E5E5E5 #D9D9D9 #CCC;
    box-sizing: border-box;
}
#innerbodycontent p {
	font-family: 'Roboto', sans-serif;
}
#searchform {
	margin-top:10px;
}
.top-five {
	margin-top: 1rem !important;
}
.top-ten {
	margin-top: 2rem !important;
}
.title-red{
	padding-bottom: 9px;
    margin: 40px 0px 20px;
    border-bottom: 4px solid #C9302C;
}
.title-black{
	padding-bottom: 9px;
    margin: 40px 0px 20px;
    border-bottom: 4px solid #000000;
}
.title-gray{
	padding-bottom: 9px;
    margin: 40px 0px 20px;
    border-bottom: 4px solid #e6e6e6;
}
.title-blue{
	padding-bottom: 9px;
    margin: 40px 0px 20px;
    border-bottom: 4px solid #1585cf;
}
.subtitle-red{
	padding-bottom: 9px;
    margin: 40px 0px 20px;
    border-bottom: 2px solid #C9302C;
}
.subtitle-black{
	padding-bottom: 9px;
    margin: 40px 0px 20px;
    border-bottom: 2px solid #000000;
}
.subtitle-gray{
	padding-bottom: 9px;
    margin: 40px 0px 20px;
    border-bottom: 2px solid #e6e6e6;
}
.subtitle-blue{
	padding-bottom: 9px;
    margin: 40px 0px 20px;
    border-bottom: 2px solid #1585cf;
}
.text-justify {
	text-align:justify;
}
.footer-bottom {
    background-color: #292c2f;
    font-size: 1.1rem;
    padding: 1rem;
}
.footer-bottom .inline-list a {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-color: #33383b;
    border-radius: 2px;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    line-height: 35px;
    margin: 0 3px 0 0;
	line-height: 2px;
    float: left;
}
.footer-bottom .contact {
    list-style-type: none;
    margin: 0;
    text-align: left;
    color: #fff; 
}
.footer-bottom .contact p {
    padding-top: 1.9rem;
	font-family: 'Roboto', sans-serif;
	font-weight:normal;
	font-weight: 400;
    line-height: 1.5;
    color: #ffffff;	
}
.footer-bottom .contact li p {
    padding-left: 5rem; 
}
.footer-bottom .contact i {
    position: absolute;
    background-color: #33383b;
    color: #fff;
    font-size: 2rem;
    border-radius: 50%;
    line-height: 1;
    margin: 0 0 0 -4rem;
    vertical-align: middle;
    padding: .25em .45em; 
}
.footer-bottom .copywrite {
    color: #8f9296;
    font-size: 0.875rem;
    margin: 0 0 1rem 0; 
}
.footer-bottom .about {
    color: #92999f;
    font-size: 0.875rem;
    margin: 0 0 1rem 0; 
}
.footer-bottom .footer-links a {
    list-style: none;
    font-weight: normal;
    color: #fff;
    padding: 0rem 0 2rem;
    margin: 0;
   font-size: 1rem; 
}
.footer-bottom .footer-links a::after {
    content: "•";
    padding: 0 0.2rem 0 0.4rem; 
}
    .footer-bottom .footer-links a:last-child::after {
    content: "";
    padding: 0 0.4rem 0 0.8rem; }

  @media only screen and (min-width: 40.063em) {
.footer-bottom p {
    text-align: left; 
}
.footer-bottom .social {
    text-align: left;
    margin: 0; 
}
.footer-bottom .contact {
    text-align: left; 
}
.footer-bottom .contact > i {
    margin-right: 1rem; 
		} 
}
.logo {
    color: #fff;
    font-size: 1.5rem;
    border-bottom: 1px solid grey;
    width: 75%;
}
  .logo i {
    margin-right: 0.5rem; 
}
pre.prettyprint {
    padding: 16px!important;
    background: #e6e6e6!important;
    border-width: 1px!important;
    border-style: solid!important;
    border-color: #E5E5E5 #D9D9D9 #CCC!important;
	margin-bottom: 10px;
	margin-top: 10px;
	overflow:auto;	
}
.list-unstyled {
	list-style:none;
	margin-left: -1.3em;
}
.list-carat {
	list-style:none;
}
.list-carat li:before {
  content: "\f198";
  font-family:foundation-icons;
  display: inline-block;
  width: 1.3em;
}
.list-arrow {
	list-style:none;
}
.list-arrow li:before {
  content: "\f10b";
  font-family:foundation-icons;
  display: inline-block;
  width: 1.3em;
}
.list-check {
	list-style:none;
}
.list-check li:before {
  content: "\f126";
  font-family:foundation-icons;
  display: inline-block;
  width: 1.3em;
}
.text-success {color:#22bb5b;}
.text-alert {color:#da3116;}
.text-warning {color:#cc8b00;}
.text-primary {color:#2199e8;}
.text-info {color:#31b0d5}

.foundation-contact {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2em;
}
.footer-bottom ul {
	line-height: 2px;
    float: left!important;
	text-align: left;
}
.foundation-copyright {
	background-color: #e6e6e6;
	border-top:2px solid #C9302C;
}
.foundation-copyright p {
	text-align:center;
	color;#000000;
}
.foundation-copyright a {
	color: #1585cf;
}
.img-rounded {
    border-radius: 6px;
}
.docs-color-block {
    border: 1px solid #ccc;
    padding: 0.5rem;
    margin-bottom: 1rem;
    text-align: center;
}
.docs-color-block > div:first-child {
    height: 50px;
    margin-bottom: 0.5rem;
}
.docs-color-block-primary {
    background: #2199e8;
}
.docs-color-block-secondary {
    background: #777;
}
.docs-color-block-success {
    background: #3adb76;
}
.docs-color-block-warning {
    background: #ffae00;
}
.docs-color-block-alert {
    background: #ec5840;
}
.docs-color-block-white {
    background: #fefefe;
}
.docs-color-block-light-gray {
    background: #e6e6e6;
}
.docs-color-block-medium-gray {
    background: #cacaca;
}
.docs-color-block-dark-gray {
    background: #8a8a8a;
}
.docs-color-block-black {
    background: #0a0a0a;
}
.btn-hidden {display:none;}
.foundationSidebar {
    background: #121212!important;
    font-size: 1rem;
    font-weight: normal;
}
.foundationSidebar li {
    padding:5px;
}
.foundationSidebar > li > a {
    display: block;
	color:#fff;
    padding: 0.7rem 1rem;
    line-height: 1;
}
.white {
	color:#fff;
	font-size: 0.8rem;
}
.close-button {
    top: 0!important;
}
.hero {
  background: url("http://res.cloudinary.com/leemiller/image/upload/v1450981455/cms-home_rveqs7.jpg") no-repeat center center;
  background-size: cover;
  height: 500px; 
}
.hero .intro {
    padding: 3rem;
    position: relative;
    top: 50%;
    transform: translateY(-50%); 
}
.hero-header {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5em;
    letter-spacing: -0.025em;
    font-weight: 300;
    text-align: left; 
}
.hero p {
    color: #fff;
    line-height: 1.75em;
    font-weight: 200;
    text-align: left;
    margin-bottom: 2rem; 
}
@media only screen and (min-width: 40.063em) {
.hero .tech-img {
      height: 18rem;
      width: 18rem; }
    .hero h1 {
      padding-top: 0rem;
      text-align: left;
      font-size: 3.5rem; }
    .hero p {
      text-align: left;
      font-size: 1.5rem;
	  } 
	  }
.features {
    text-align: center; 
}
.features hr {
    width: 25%;
    margin: 1rem auto; 
}
.features .round-icon {
    background-color: #E87E04;
    border-radius: 50%;
    display: table;
    height: 100px;
    margin: -61px auto 1rem;
    width: 100px;
    font-size: 3rem; }
    .features .round-icon span {
    color: #fff;
    display: table-cell;
    text-align: center;
    vertical-align: middle; 
}
  @media only screen and (max-width: 40em) {
    .features .columns {
      margin-bottom: 5rem; 
	  } 
}
.docs-compat-table {
    width: 100%;
    background: transparent;
    margin-bottom: 2rem;
}
.docs-compat-table .works {
    background: rgba(58, 219, 118, 0.15);
    color: #3adb76;
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
}
.display {
    background: #eee;
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 2rem;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.modal{
	cursor: pointer;
	color: #1585cf;
}
.hover {
	cursor: pointer;	
}
.linkfix {font-weight: 300;}

.modal-top {
    border-bottom: none!important;
}
.box {
    padding: 3rem;
    margin-bottom:2rem;
}
.box-red {
    background: #F33710;
    color:#ffffff;
}
.box-blue {
    background: #1e90ff;
    color:#ffffff;
}
.box-green {
    background: #2BB869;
    color:#ffffff;
}
.box-black {
    background: #333;
    color:#ffffff;
}