/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */



/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}
.otherLicenseGroup{display:none;}
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.ie-label{display: none;}

/*
 * A better looking default horizontal rule
 */

hr {
    border-bottom: 1px solid #ccc;
    display: block;
    float: left;
    width: 100%;
    height: 1px;
    border: 0;
    margin: 1em 0;
    padding: 0;
}

.rule {
    border-bottom: 1px solid #ccc;
    /*height: 1px;*/
    margin: 0 0 20px;
    width: 100%;
}

p {
    font-size: 1.6rem;
    font-size: 0.9em;
    line-height: 1.5em;
    margin-bottom: 1em;
}

h1 {
    font-weight: 300;
}

h2 {
    font-weight: 300;
}

h2 span {
    font-weight: normal;
    color: #7b858b;
    font-size: small;
}

h3 {
    font-size: medium;
}

a {
    text-decoration: none;
    outline: none !important;
    cursor: pointer;
}

a strong {
    color: #0175b2;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

* {
    text-rendering: auto;
}

body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.box-sizing {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clear-space { 
    clear: both; 
    width: 100%; 
    min-height: 1px; 
}

.cf {
  zoom: 1;
}

.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.full {
    width: 100%;
    float: left;
}

.half {
    width: 50%;
    float: left;
}

.qtr {
    width: 25%;
    float: left;
}

.course-title {
    font-size: x-large;
    margin-top: 0;
}

.air {
    padding: 2% 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.mailto {
    color: #fff;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.about-header-bg{
    background:url('../images/about-header.jpg')no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height:500px;
    width:100%;
}

.catalog-header-bg{
    background:url('../images/catalog-header.jpg')no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height:500px;
    width:100%;
}

.home-right-bg{
    background:url('../images/home-right02.png')no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height:447px;
    
}

.home-left-bg{
    background:url('../images/home-left02.png')no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height:447px;
    
}

.home-header-bg{
    /*background:url('http://101nursing.com/wp-content/uploads/2013/11/3826852_print.jpg')no-repeat center center;*/
    background:url('../images/home-header.jpg')no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height:650px;
    width:100%;
}

.contact-header-bg{
    background:url('../images/contact-header.jpg')no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height:500px;
    width:100%;
}

.login-header-bg{
    background:url('../images/login-header.jpg')no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height:500px;
    width:100%;
}

.terms-header-bg{
    background:url('../images/terms-header.jpg')no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height:500px;
    width:100%;
}

.sitemap-header-bg{
    background:url('../images/sitemap_img.jpg')no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height:500px;
    width:100%;
}

.faq-header-bg{
    background:url('../images/faq-header.jpg')no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height:500px;
    width:100%;
}

.register-header-bg{
    background:url('../images/register-header.jpg')no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height:500px;
    width:100%;
}

.login-header-bg{
    background:url('../images/login-header.jpg')no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-height:500px;
    width:100%;
}

.home-header-content-wrapper{
    margin-top: 50px; 
    color:#fff;
}

.header-content-wrapper{
    margin-top: 14px; 
    color:#fff;
}

.home-header-content-wrapper, .header-content-wrapper h2{
    font-size: xx-large;
}

.home-header-content-wrapper,.header-content-wrapper p{
    font-size: large;
}



.btn-info {
    background: transparent;
    border: none;
    border-radius: 0;
    font-size:1.5em; 
    margin-top:20px;
    box-shadow: none;
    width: auto;
}

.btn-info:hover{
    background: transparent;
}

.btn-info:hover > a > div {
    background: #28a4c9;
}

.btn-info > a >.left-side {
    background: #0175b2;
    border: 1px solid #28a4c9;
    padding:5px 20px; 
    float:left;
    font-size: large;
    font-weight: 300;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-info > a > .right-side {
    background: #0175b2;
    border: 1px solid #28a4c9;
    border-left: none;
    padding:5px 10px; 
    float:left;
    font-size: large;
    font-weight: 300;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.cta .wrapper {
    width: 90%;
    margin: 19% auto 0;
}

.cta .wrapper h2, .cta .wrapper p {
    text-align: center;
    color: #fff;
}

.cta .wrapper h2 {
    font-size: x-large;
}

.cta .wrapper p {
    font-size: large;
}

.button-wrapper {
    width: 300px;
    margin: 0 auto;
}

.button-wrapper .btn-info {
    width: 100%;
}

.button-wrapper .btn-info > .left-side {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    width: 80%;
    float: left;
    padding:5px 10px;
    font-size: large;
    font-weight: 300;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.button-wrapper .btn-info  > .right-side {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    width: 20%;
    float: left;
    padding:5px 10px; 
    font-size: large;
    font-weight: 300;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.button-wrapper .btn-info:hover > div {
    background: #fff;
    color: #0175b2;
}



/* ==========================================================================
   Navigation
   ========================================================================== */

.main-navigation{
    background:#fff; width:100%; padding: 1.5% 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top-nav{
    background: rgba(193, 197, 197, .8);
    width: 100%;
    height: 33px;
}

.top-nav-wrapper{
    float:right;
    /*width: 280px;*/
    padding: .5% 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top-nav-wrapper li{
    list-style: none;
    display: inline;
    color:#0b2c6e;
    font-weight:bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top-nav-wrapper li a{
   color:#0b2c6e; font-weight:bold; margin: 0 10px;
   -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.nav-wrapper{ 
    float:right;
}

.nav-wrapper a{
    margin: 0 0;
}

.wrapper{
    margin: 0 auto;
    width: 90%;
}

.navbar{
    background-color:#fff; width:100%; margin:20px 0; 
}

.navbar-nav li{
    margin: 1.2% 0 0 20px;
    color: #7c7d7e;
}

.navbar-nav li.current a{
    color: #0175b1;
}

.navbar-nav li a{
    color: #7c7d7e;
    margin: 0 0;
    padding: 0 15px;
}

.navbar-nav li:hover a{
    background: transparent;
    color: #0175b1;
}



.logo{
    background:url('../images/logo.png')no-repeat;
    width:191px;
    height:33px;
    /*margin-left:50px;*/
    float:left;
}

.shopping-cart-btn{
    background: #0175b2;
    border-radius: 0;
    float: right;
    margin: 0 -15px 0 30px !important;
    font-size: small;
}

.shopping-cart-btn span{
    font-size: small;
}

.shopping-cart-btn i{
    font-size: 1.2em;
}




/*    --------------------------------------------------
    :: Login Section
    -------------------------------------------------- */
#login {
    padding-top: 50px
}
#login .form-wrap {
    width: 30%;
    margin: 0 auto;
}
#login h1 {
    color: #1fa67b;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}
#login .form-group {
    margin-bottom: 25px;
}
#login .checkbox {
    margin-bottom: 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}
#login .checkbox.show:before {
    content: '\e013';
    color: #1fa67b;
    font-size: 17px;
    margin: 1px 0 0 3px;
    position: absolute;
    pointer-events: none;
    font-family: 'Glyphicons Halflings';
}
#login .checkbox .character-checkbox {
    width: 25px;
    height: 25px;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #ccc;
    vertical-align: middle;
    display: inline-block;
}
#login .checkbox .label {
    color: #6d6d6d;
    font-size: 13px;
    font-weight: normal;
}
#login .btn.btn-custom {
    font-size: 14px;
    margin-bottom: 20px;
}
#login .forget {
    font-size: 13px;
    text-align: center;
    display: block;
}

/*Register Section*/
.register-alert, .login-alert, .courses-alert{display:none;}

.item-delete{
    cursor: pointer;
}

.item-delete:hover{
    color:red;
}

/*    --------------------------------------------------
    :: Inputs & Buttons
    -------------------------------------------------- */
.form-control {
    color: #212121;
}
.btn-custom {
    color: #fff;
    background-color: #1fa67b;
}
.btn-custom:hover,
.btn-custom:focus {color: #fff;}



.section1-content h2, .section2-content h2 {
    color: #2a3c3e;
    font-size: xx-large;
    font-weight: 300;
    white-space: nowrap;
}

.section1-content p, .section2-content p {
    color: #7b858b;
    font-size: medium;
    font-weight: 300;
}

section .wrapper {
    margin: 6% auto;
}

.section2-img img {
    border: 1px solid #d9d8d8;
}


.sub-header .wrapper, .course-container .wrapper, .left .wrapper, .right .wrapper {
    margin: 2% auto;
}

.search-course {
    margin-top:20px;
    width: 40%;
    float: right;
}

.bottom .wrapper {
    margin: 4% auto 3%;
}

.load-more {
    background: #f5f5f5;
    border: 1px solid #959494;
}

.load-more:hover {
    background: #959494;
}

.load-more:hover a {
    color: #fff;
    text-decoration: none;
}

.load-more a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 1.5% 2%;
    text-align: center;
}

/* ==========================================================================
   Payment & Checkout
   ========================================================================== */
   .payment-icons{width:45px;}
   .payment-header{border-bottom:#ddd 2px solid; padding-bottom:20px;}
   .payment-header h2{margin-bottom:12px;}

/* ==========================================================================
   Forms
   ========================================================================== */

textarea, select, .text-input, .text-input-captcha {
  width: 150px;
  font-family: Helvetica,Arial,sans-serif;
  font-size: small;
  color: #333333;
  margin-bottom:10px;
  margin-top:4px;
  padding:5px;
  border: 1px solid lightgray;
  -moz-border-radius-bottomleft:6px;
  -moz-border-radius-bottomright:6px;
  -moz-border-radius-topleft:6px;
  -moz-border-radius-topright:6px;
  border-radius: 3px;
}
/*#checkout-form h3, #checkout-form .control-label{margin-top:0; padding-top:0;}*/

textarea:focus, select:focus, .text-input:focus, .text-input-captcha:focus {
    background: rgba(255,255,255, .8);
    background-image:  none;
    border-color: #262626;
}

textarea, input, .text-input, .text-input-captcha {
  background-image: url(../images/form_bg.jpg);
  background-repeat: repeat-x;
  border: 1px solid lightgray;
}

textarea {
  width: 450px;
  text-align: left!important;
  text-indent: 0;
  resize: none !important;
}

label {
  display:block;
  font-weight:bold;
  color: #fff;
}


.input, .text-input {
  width:450px; 
}


.submit {
    background-color: #0175b2;
    font-family: Helvetica,Arial,sans-serif;
    font-size:16px;
    color: #fff;
    margin-bottom:20px;
    margin-top:15px;
    padding:4px 20px;
    border:1px solid #222;
    border-radius: 3px;
    cursor: pointer;
    -moz-border-radius-bottomleft:6px;
    -moz-border-radius-bottomright:6px;
    -moz-border-radius-topleft:6px;
    -moz-border-radius-topright:6px;
}

.submit:hover { background: #042568; color:#fff; }

.email-reset-confirm{display:none;}
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Contact
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.contact-form {
    display:inline;
}

.contact-form h1 {
    margin-bottom: 2%;
}

.contact-form input {
    padding: 2% 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.contact-form input, .contact-form textarea {
    border-radius: 4px;
    width: 100%;
    float: left;
    margin: 1% 0;
}

.contact-form textarea {
    width: 100%;
}

.contact-form  .submit {
    background-image: none;
}


/* ==========================================================================
   about
   ========================================================================== */

.about-section1 {
    margin-top: 2% !important;
    margin-bottom: 0 !important;
    position: relative;
}

.about-section2 {
    margin-top: 6% !important;
}

.about-section1 > .section1-img {
    bottom: 0;
    right: 0;
    position: absolute;
}

.about-section2 > .section2-content > h2 {
    margin-top: 0;
}

.about-section2 > .section2-img > img {
    background: url(../images/nurse02.jpg) no-repeat center center;
    background-origin: padding-box;
    background-size: cover;
    width: 100%;
    min-height: 350px;
    float: left;
}


/* ==========================================================================
   Footer
   ========================================================================== */

.footer-nav-top {
    background: #dadada;
}

.footer-nav-top .wrapper, .footer-nav-bottom .wrapper  {
    margin: 0 auto;
    width: 90%;
}

.footer-nav-top  .wrapper .left-side, .footer-nav-top  .wrapper .right-side {
    font-size: large;
    color: #444445;
}

.footer-nav-top  .wrapper .left-side {
    float: left;
}

.footer-nav-top  .wrapper .left-side.half {
    width: 62%;
}

.no-padding {
    padding: 0 !important;
}


.footer-nav-top  .wrapper .left-side p {
    margin: 4% 0;
    float: left;
}


.footer-nav-top .wrapper .left-side p a {
    font-size: small;
    color: #444445;
}

.footer-nav-top  .wrapper .right-side {
    float: right;
}

.footer-nav-top  .wrapper .right-side.qtr {
    width: 30%;
}

.footer-links-wrapper {
    padding: 0;
}

.footer-links {
    margin: 0;
    padding: 0;
}

.footer-links li {
    list-style: none;
    margin-top: 2%;
    margin-left: 0;
    padding: 0;
    font-size: small;
}

.courses li a {
    color: #444445;
}

.footer-nav-bottom .wrapper {
    margin: 2% auto;
    width: 90%;
}

.footer-nav-bottom .wrapper .left-side, .footer-nav-bottom .wrapper .right-side {
    width: 50%;
    float: left;
}

.bottom-links {
    float: right;
    width: 100%;
    text-align: right;
}

.bottom-links li {
    display: inline;
    list-style: none;
    margin: 0 1%;
}

.bottom-links li a {

}

.bottom-links li a:hover {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
