/*Home Page*/

/*Begin Navigation Styles */
.login{
    float:left;
    width:100%;
    height: 61px;
    border-left:1px solid #000;
}

.loginFields {
    float:left;
    margin-top:12px;
    margin-left:14px;

}

.logoText {
    display:inline-block;
    font-size: 64px !important;
    color: #0b5b8e !Important;
    font-family: 'Dosis', sans-serif !Important;
    font-weight:900 !Important;
    padding-top:43px;
}

.login input{
    width:110px !important;
    margin:0 !Important;
    border:1px solid #666 !important;
    padding:5px 15px !important;
    font-size: 14px !important;
}

@media screen and (max-width: 768px) {
    .login{
    display:none;
}

}


/*Begin Navigation Styles */

/*Begin Hero Styles*/

.hero{
    /* height:600px; */
    background-image: url('/images/header3.jpg');
    background-size: cover;
    background-repeat:no-repeat;
    color: #fff !important;
}

.title{
    position:absolute;
    top:50px;
    display:block;
    text-align:center;
    margin:0 auto;
    z-index: 500;
    width:100%;
}



#slideshow {
    width:100% !important;
    height:auto !Important;
    z-index:100 !Important;
    padding-bottom: 36% !important;
}

#slideshow div {
    width:100% !important;
    height:auto !Important;

}

#fssList, #fssPrev, #fssNext, #fssPlayPause{
    display:none !Important;
}

.introText{
    margin-top:70px;
    margin-bottom:70px;
}

.signUp {
    margin-top:245px;
    text-align:right;
}

.signUp p {
    margin-top:10px;
}

.signUp a {
    color: #fff !important;

}

/*End Hero Styles*/

/*Start Spotlight Styles*/
.spotlights{
    margin-top:80px;
    margin-bottom:80px;
    display:block;
}

.spotlights .fa {
    color: #00A844;
    font-size: 48px;
    text-align:center;
    display:block;
}

.spotlights h3 {
    font-weight:900 !important;
    font-size:24px !Important;
    padding-bottom:10px !Important;
}

.spotlights p {
    margin-top:10px;
}

@media screen and (max-width: 1220px) {
    .spotlights h3 {

    font-size:20px !Important;

}
}

@media screen and (max-width: 1040px) {
    .spotlight  {
      width: 100% !Important;

}
}

/*End Spotlight Styles*/

/*Start News Styles*/
.newsSection{
    background-color: #11547b;
    padding:30px 0 !important;
    height:735px;
}

.newsImg{
    padding:0 !Important;
    background-image: url('/images/newsImage.jpg');
    background-size: cover;
    background-repeat:no-repeat;
    width:100%;
    height:auto;
    height:735px;
}

.newsFeed{
    border:1px solid #fff;
    padding:20px;
    margin:40px auto 23% auto;
    width:80%;
    display:block;
}

.newsFeed a {
    color: #fff !important;
    text-decoration:none !important;
}

.article{
    color: #fff !Important;
    margin-top:20px;
}

/*End News Styles*/

/*Start Above Footer Styles*/
.blueBkg{
    background: #0496d6;
    padding:75px 0;
    color: #fff !important;
    text-align:center !important;
}

.blueBkg .fa {
    font-size:64px;
    text-align:center;
    display:block;
    margin-bottom:10px;
}

.whiteBorder{
    border-right: thin solid #fff;
}

.blueBkg p{
    margin-top:20px !important;
}

.quoteSection{
    height:auto;
    background-image: url('/images/hero.jpg');
    background-size: cover;
    background-position: center;
}

@media screen and (max-width: 1200px) {
     .quoteSection{
    background-size: cover;

    background-position: -200px center;
}
}

.quoteBox{
    background:#fff;
    margin-top: 60px;
    margin-bottom: 60px;
    padding:20px;
    position:relative !important;
    width: 480px;
    float: right;
}

.quoteBox .fa{
    font-size:48px;
    color: #c2c2c2;
}

.quote {
    margin-top: 25px !important;
}

.quoter{
    text-align:right;
    font-style:italic;
    font-size: 14px !important;
    margin-right:20px;
}

.quoteLeft{
    bottom:0 !important;
    position:absolute !important;
    right:0 !important;
    padding-bottom:20px !Important;
}


footer{
    padding:20px 0;
    text-align:center;
    background: #e3e5e4;

}

.footerList{
    margin:10px auto !important;
    display:block !important;
    text-align:center !important;
    overflow:hidden !important;
    width: 100% !important;

}

.footerList li{
    list-style:none;
    display:inline;
}

.footerList li a{
    padding:10px;
    color: #666 !important;
}

/*Start Mindfile Styles*/

.mindfileHero{
    width:100%;
    text-align:center;
    position: relative;
}

.biographyHero{
    background-image: url('/images/biography.gif');
    background-size: cover;
    background-repeat:no-repeat;
    height:352px;
    text-align:center;
    padding-top:120px;
}

.personalityHero{
    background-image: url('/images/personality.gif');
    background-size: cover;
    background-repeat:no-repeat;
    height:352px;
    text-align:center;
    padding-top:120px;
}

.mediaHero{
    background-image: url('/images/media.gif');
    background-size: cover;
    background-repeat:no-repeat;
    height:352px;
    text-align:center;
    padding-top:120px;
}

.mindfileCategories{
    background: #f0f0f0;
    padding:70px 0;
    text-align:center;
}

.mindfileCategories .fa {
    font-size:64px;
    color: #75bb8e;
    text-align:center;
}

.mindfileCategories h3 {
    color: #75bb8e;
    margin:0 !important;
}

.mindfileCat h3{
    margin-bottom: 10px !important;
}

.logout{
    float:left;
    width:100%;
    height:61px;
    border-left:1px solid #000;
    padding-left:15px;
}

.loggedIn{
    font-style:italic;
}

.loggedIn p{
    margin-bottom: 0 !important;
}

.mfCategoryDetails {
    background: #fff;
    padding:20px;
    text-align:left !important;
}

.mfCategoryDetails ul{
    padding-left:15px !important;
}

.mfCategoryDetails h3{
    margin-bottom:10px !important;
    color: #666 !important;
}

.mfCategoryDetails + .btn-primary3{
    text-align:left !important;
    padding:10px 20px !important;
}

.mfCategoryInfo {
    margin-bottom:40px;
}

.mfCategoryProgress{
    text-align:right !important;
}

/*End Mindfile Styles*/

/*Start About Styles*/

.aboutHero{
    background-image: url('/images/hero.jpg');
    background-size: cover;
    background-repeat:no-repeat;
    background-position: center;
    height:345px;
    text-align:center;
    padding-top: 50px;
}

.aboutDetails{
    padding-top:45px;
    padding-bottom: 45px;
    overflow:hidden;
}

.aboutDetails a{
    color: #666 !important;
    text-decoration: underline !important;
}

/*End About Styles*/

/*Start Contact Styles*/
.contactForm{
    border-right:1px solid #666;
}

.contactDetails{
    margin-bottom: 20px;
}

/*End Contact Styles*/


/*Start Privacy Policy and Terms Styles*/
.alphaList{
    border-right:1px solid #666;
    list-style-type: upper-alpha;
}

/*End Privacy Policy and Terms Styles*/



/*Responsive Styles*/

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 991px) {
  section.hero.inner.login .introText {
      margin-top: 50px !important;
      text-align: left;
  }


}

@media screen and (max-width: 768px) {
     .introText {
        margin-top: 90px;
    }

    .signUp {
        margin-top: 190px;
    }

    .introText h1{
        font-size:36px !important;
    }

    .newsSection{
        height:auto;
    }

    .mindfileCat{
        margin-bottom:40px;
    }

       .loginFields{
        float:none !important;
        margin: 0 auto !important;
        text-align:center !important;
    }

    .login{
       float:none !important;
       margin: 10px auto !important;
       text-align:center !important;
       width:100% !important;
       padding-left: 15px;
       height: 34px;
    }

    .introText{
        padding:50px 10px 50px 10px;
    }

    .signUp{
        text-align:center;
    }

    .spotlights > div > div {
        margin-bottom:20px;
    }

    .whiteBorder{
        border-right: 0 !important;
        border-bottom: 1px solid #fff;
        margin-bottom:20px;
        padding-bottom:20px;
    }

    .quoteLeft{
        position:relative !important;
        float:right !important;
        margin-right:20px;
    }

    .quote, .quoter{
        margin-top:0 !Important;
        padding:0 40px !important;
    }
}

section.hero.inner {
    height: 320px;
}
section.hero.inner .introText {
    margin-top: 80px;
}
.loginNote p {
    margin-top: 60px;
}

div#Login2 {    width: 250px;
    margin: 0 auto;}

div#Login2 span {display:block !important;}

div#Login2 input {
    width: 250px;
    padding: 8px;
    border-color:#aaa !important;
}

div#Login2 input[type="button"] {
    background-color:#00A844;
    color:#fff;
    border:1px solid transparent !important;
    transition: .3s all ease-in-out;
    -webkit-transition: .3s all ease-in-out;
    -moz-transition: .3s all ease-in-out;
}
div#Login2 input[type="button"]:hover {
    background: transparent !important;
    border: 1px solid #00A844 !Important;
    color: #666 !important;
    border-radius: 0 !Important;
}

#LoginPanel > div {
  margin: 0 auto;
    position: relative;
    text-align: center;
}
.spotlights .col-sm-4 > a {
    color: #777;
}

.spotlights .col-sm-4 > a:hover {
    text-decoration: none;
}

@media screen and (max-width: 480px) {
    .introText h1{
        font-size:24px !important;
    }

    .signUp{
        text-align:center;
    }

    .title h1{
        font-size:32px !Important;
    }

    .title{
        top:30px !Important;
    }
    .quote, .quoter {
    padding: 0 20px !important;
}
}

@media (min-width: 769px) and (max-width: 1199px) {
  .navbar-nav {
    float: right !important;
}
}


.quoteSection blockquote {
    background: #fff;
    border: none;
    width: 500px;
    float: right;
    margin: 50px 0;
    padding: 64px 24px;
    font-size: 16px;
    text-align: left;
    position: relative;
}

.quoteSection blockquote cite {
    display: block;
    text-align: right;
    padding-top: 12px;
    font-size: 12px;
}

.quoteSection blockquote:before {
    content: "\f10d";
    font-family: "FontAwesome";
    position: absolute;
    top: 24px;
    left: 24px;
    font-size: 52px;
    opacity: .5;
}

.quoteSection blockquote:after {
    content: "\f10e";
    font-family: "FontAwesome";
    position: absolute;
    bottom: 24px;
    right: 24px;
    font-size: 52px;
    opacity: .5;
}
.mobile-login {display: none;}

@media (max-width: 991px) {
  .quoteSection blockquote {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .quoteSection blockquote:after {
    bottom: inherit;
}
.quoteSection blockquote cite {
    margin-bottom: 16px;
}
a.mobile-login {
    text-align: center;
    display: block;
    padding: 10px;
    color: #fff;
    background: #00a844;
    font-size: 18px;
}

a.mobile-login:hover, a.mobile-login:active, a.mobile-login:focus {
    background: #00712e;
    color: #fff;
    text-decoration: none;
}
}

