@charset "UTF-8";
/* CSS Document */

/*
    ADDITIONAL STYLES
*/


body {
    font-family: 'Roboto', sans-serif;
    font-size: 1.45em;
    line-height: 1.5em;
    color: #5E5E5E;
    letter-spacing: .2px;
	font-weight:300;
}

p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.0em;
    line-height: 1.5em;
    color: #5E5E5E;
    letter-spacing: .2px;
	font-weight:300;
}

h1, h2, h3, h4, h5 {
    font-family: 'Lato', sans-serif
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.module-subhead {
	font-family: 'Lato', sans-serif;
	color:#cd9700;
	font-size:1.1em;
	font-weight:500;	
}

.home-overlay-text {
	position: absolute;
    top: 22%;
    left: 8%;
	color:#ffffff;
	font-family:'Lato', sans-serif;
	font-size:1.5em;
	line-height:1.1;
	font-weight:500;
	text-transform: uppercase;
}

.home-overlay-link {
	position: absolute;
    top:56%;
    left: 8%;
	color:#ffffff;
	font-family:'Lato', sans-serif;
	font-size:1.2em;
	line-height:1.1;
	font-weight:300;
}

.home-page-photo {
	border-radius:8px;
	margin-top:20px;
}

.home-page-photo-container {
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	margin-top:0px;
}

hr {
    border-top: 1px solid #D4D4D4;
}

.img-border {
	border-color:#CCCCCC;
	border-style:solid;
	border-width:1px;
	border-radius:3px;
}

.training-numeral {
	font-size:3em;
	font-weight:300;
	color:#C8C8C8;
}

.careers-column-border {
	border-left-color:#D5D5D5;
	border-left-style:solid;
	border-left-width:1px;
	
	border-right-color:#D5D5D5;
	border-right-style:solid;
	border-right-width:1px;
}


.btn {
	font-family: 'Roboto', sans-serif;
}

.btn-gold {
  font-family: 'Roboto', sans-serif;
  color: #ffffff; 
  background-color: #CD9700; 
  border-color: #CD9700;
  border-radius:40px;
} 
 
.btn-gold:hover, 
.btn-gold:focus, 
.btn-gold:active, 
.btn-gold.active, 
.open .dropdown-toggle.btn-gold { 
  color: #ffffff; 
  background-color: #CD9700; 
  border-color: #CD9700; 
} 
 
.btn-gold:active, 
.btn-gold.active, 
.open .dropdown-toggle.btn-gold { 
  background-image: none; 
} 
 
.btn-gold.disabled, 
.btn-gold[disabled], 
fieldset[disabled] .btn-gold, 
.btn-gold.disabled:hover, 
.btn-gold[disabled]:hover, 
fieldset[disabled] .btn-gold:hover, 
.btn-gold.disabled:focus, 
.btn-gold[disabled]:focus, 
fieldset[disabled] .btn-gold:focus, 
.btn-gold.disabled:active, 
.btn-gold[disabled]:active, 
fieldset[disabled] .btn-gold:active, 
.btn-gold.disabled.active, 
.btn-gold[disabled].active, 
fieldset[disabled] .btn-gold.active { 
  background-color: #CD9700; 
  border-color: #CD9700; 
} 
 
.btn-gold .badge { 
  color: #CD9700; 
  background-color: #ffffff; 
}


.form {
	font-family: 'Roboto', sans-serif;
}

.contact-form-info {
	padding-top:10px;
	font-size:12px;
}

.contact-form-logo-gh {
	max-width:240px;
	margin-top:20px;
}

.contact-form-logo-emsc {
	max-width:160px;
	margin-top:34px;
	padding-bottom:10px;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    font-weight:300;
	font-family: 'Roboto', sans-serif;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
    margin-right:40px;
	background-color: #ffffff;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

.margin-40px {
	margin-left:40px;
	margin-right:40px;
}

.padding-left-right-40px {
	padding-left:40px;
	padding-right:40px;
}

.packaging-graphic {
	max-height:540px;
}

.label-styled {
	font-weight:500;
	text-transform:uppercase;
}

map area {
outline:none;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    right: -250px;
    height: 100vh;
    z-index: 999;
    background: #424548;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    font-weight:300;
}

#sidebar.active {
    right: 0;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #424548;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #424548;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #373b3e;
}

#sidebar ul.components {
    padding: 20px 0;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1em;
    display: block;
}
#sidebar ul li a:hover {
    color: #424548;
    background: #fff;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #fff;
    background: #373b3e;
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    content: '\e259';
    display: block;
    position: absolute;
    right: 20px;
    font-family: 'Glyphicons Halflings';
    font-size: 0.6em;
}
a[aria-expanded="true"]::before {
    content: '\e260';
}


ul ul a {
    font-size: 0.9em !important;
    padding-right: 30px !important;
    background: #373b3e;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}
a.download {
    background: #fff;
    color: #424548;
}
a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

.logo-main {
    max-width:460px;
    padding-top:6px;
    padding-bottom:6px;
}

.triangle-illustraton {
    
}

/* ---------------------------------------------------
    FOOTER STYLES
----------------------------------------------------- */


.footer-sitemap-link {
    color:#949494;
	line-height:1.7em;
	font-family: 'Roboto', sans-serif;
	font-weight:400;
}

.footer-sitemap-hr {
	margin-top:0px;
	margin-bottom:8px;
	opacity:0.2;
	
}

.footer-contact {
    color:#888888;
    line-height:1.5em;
    font-size:13px;
}

.nav-contact-info {
    color:#9C9C9C;
}

.features-list {
    font-family: 'Roboto', sans-serif;
    color:#5E5E5E;
    line-height:1.8em;
	font-weight:300;
}

.home-page-bullets {
    line-height:2em;
	margin-top:12px;
	margin-bottom:20px;
}

.registration-button {
    background-color:#cd9700;
    padding-top:6px;
    margin-bottom:16px;
    padding-bottom:6px;
    border-radius:20px;
    
}

.bio-photo {
  max-height:220px;
}

.bio-photo-name {
	margin-top:4px;
}

.bio-photo-title {
	color:#ffffff;
	line-height:1;
}

.bio-name {
  margin-bottom:4px;
}

.bio-title {
  margin-top:4px;
  font-size:13px;
}

.bio-photo-hr {
	margin-top:0px;
	margin-bottom:4px;
}

.bio-column {
	height:300px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding-top: 12px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}

.logo-main-container {
    border-bottom-color:#d0d0d0;
    border-bottom-width: 1px;
    border-bottom-style:solid;
}

.light-gray-background {
    background-color:#ededed;
}

.very-light-gray-background {
    background-color:#f2f2f2;
}

.medium-gray-background {
    background-color:#e5e5e5;
}

.dark-gray-footer {
    background-color:#424548
}

.footer-hr {
    margin-top:0px;
    margin-bottom:10px;
    opacity:0.2;
	width:80%;
}

.dark-gray-sitemap {
    background-color:#2d3033
}

.add20-top-bottom-padding {
    padding-top:20px;
    padding-bottom:20px;
}

.add30-top-bottom-padding {
    padding-top:30px;
    padding-bottom:30px;
}

.remove-top-margin {
    margin-top:0px;
}

.home-page-dark-bar {
    background-color:#424548;
    padding-bottom:8px;
}

.badge-gold {
    background-color:#cd9700;
}

.platform-dark-bar {
    background-color:#424548;
    padding-bottom:4px;
}

.gold-divider {
    background-color:#cd9700;
    padding-bottom:4px;
    margin-top:36px;
    margin-bottom:36px;
}

.platform-bar-text {
    color:#808a93;
}

.btn-login {
    background-color:#cd9700;

}

.footer-sitemap-text {
    font-size:12px;
    font-weight:400;
}

.table-news>tbody>tr>td, .table-news>tbody>tr>th, .table-news>tfoot>tr>td, .table-news>tfoot>tr>th, .table-news>thead>tr>td, .table-news>thead>tr>th {
    padding: 16px;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

/********************************/
/*       Fade Bs-carousel       */
/********************************/

.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}

/*
Fade content bs-carousel with hero headers

*/

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 42vh;
}
.fade-carousel .carousel-inner .item {
    height: 42vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 2px;
    background-color: #f39c12;
    border-color: #f39c12;
    opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
  width: 10px;
  height: 10px;
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
      -webkit-transform: translate3d(-50%,-50%,0);
         -moz-transform: translate3d(-50%,-50%,0);
          -ms-transform: translate3d(-50%,-50%,0);
           -o-transform: translate3d(-50%,-50%,0);
              transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 4em;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}


.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out 5s;
       -moz-transition: 2s all ease-in-out 5s; 
        -ms-transition: 2s all ease-in-out 5s; 
         -o-transition: 2s all ease-in-out 5s; 
            transition: 2s all ease-in-out 5s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out 5s;
       -moz-transition: 2s all ease-in-out 5s; 
        -ms-transition: 2s all ease-in-out 5s; 
         -o-transition: 2s all ease-in-out 5s; 
            transition: 2s all ease-in-out 5s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: #f5f5f5;
    background-color: #1abc9c;
    border-color: #1abc9c;
    outline: none;
    margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3,
.fade-carousel .slides .slide-4 {
  height: 100vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
  background-image: url(http://www.oneehr.com/img/slide01.jpg);
  width: 100%;
  height: 100%;
}
.fade-carousel .slides .slide-2 {
  background-image: url(http://www.oneehr.com/img/slide02.jpg);
  width: 100%;
  height: 100%;
}
.fade-carousel .slides .slide-3 {
  background-image: url(http://www.oneehr.com/img/slide03.jpg);
  width: 100%;
  height: 100%;
}
.fade-carousel .slides .slide-4 {
  background-image: url(http://www.oneehr.com/img/slide04.jpg);
  width: 100%;
  height: 100%;
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}

@media screen and (min-width: 1200px){
    .home-overlay-link {
    top:64%;
}    
}

@media screen and (min-width: 1600px){
    .home-overlay-link {
    top:68%;
}
	.home-overlay-text {
    top: 20%;

}
}
