/*
Theme Name: FCI
Theme URI: http://franklincareer.edu/
Author: Marc Ronquillo
Author URI: http://www.marcronquillo.com
Description: WordPress theme custom-built for Franklin Career Institute based on the Bootstrap 3 framework.
Version: 1.0
*/

body {
  font-family: 'Tahoma', sans-serif;
  /* font-family: 'Droid Serif', serif; */
  font-size: 18px;
  color: #333333;
  background-color: #9BCDCA;
  /* background-color: #E6E6E6; */
  background-image: url("img/gradient-bg-6.jpg");
  background-repeat: repeat-x;
}

h1 {
  font-size: 45px;
}

@media only screen and (max-width: 480px) {
  h1 {
    font-size: 35px;
  }
}

.page-header {
    /* background-color: #165788; PMS 647 */
    background: #006341; /* Starbucks Green */
    width: 100%;
    padding-left: 15px;
    padding-top: 1px;
    padding-bottom: 0;
    border-bottom: 1px solid #333333;
    border-radius: 10px;
}

.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4 {
    color: #ffffff;
}

p {
  line-height: 1.5;
}

a {
  color: #404040;
  text-decoration: underline;
}

a:hover,
a:focus {
  color: #ffffff;
}

.button {
  color: #5D87A1;
}

.header {
  background-image: url("img/header-gradient-bg.jpg");
  background-repeat: repeat-x;
  background-color: #6F99B1;
  /* background-color: #5D87A1; */
  padding-bottom: 20px;
  vertical-align: middle;
}

h1 .header-image {
  margin-top: 20px;
  padding-top: 20px;
}

.logo {
  width: 50%;
}

@media only screen and (min-width: 359px) and (max-width: 767px) {
  .logo {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) {
  .logo {
    padding-top: 20px;
    width: 100%;
  }
}

.site-heading h1 {
  padding-top: 20px;
  font-size: 50px;
  color: #ffffff;
  font-family: 'Pinyon Script', cursive;
}

.site-heading h1 a {
  color: #ffffff;
  text-decoration: none;
}

.site-heading h1 a:hover {
  color: #ffffff;
  text-decoration: none;
}

@media only screen and (min-width: 992px) {
  .site-heading h1 {
    padding-top: 40px;
    font-size: 60px;
  }
}

.site-heading .subheading {
  font-size: 24px;
  color: #ffffff;
}

.call-us {
  /* color: #FECB00; */
  color: #f8e498;
  /* margin-top: 20px; */
  /* border: 1px solid #000000; */
  text-align: center;
  /* background-color: #A6C4E3; */
  border-radius: 4px;
  width: 100%;
}

.call-us h3 {
  font-size: 30px;
}

.call-us a {
  /* color: #FECB00; */
  color: #f8e498;
}

@media only screen and (min-width: 992px) {
  .call-us {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 768px) {
  /* .call-us {
    margin-top: 60px;
  } */
}

@media only screen and (min-width: 1200px) {
  /* .call-us {
    margin-top: 80px;
  } */
}

.call-us {
  padding: 5px;
}

aside {
  padding: 15px;
  background-color: #428C8D;
  /* background-color: #A6C4E3; */
  margin-top: 40px;
  /* border: 1px solid #333333; */
  border: 2px solid #006341;
  background-color: #A6C4E3;
  border-radius: 10px;
  width: 100%;
}

.panel {
    background-color: #FFF;
    margin-top: 20px;
    /* text-align: center; */
}

.navbar {
    border-radius: 0;
}

.navbar-default {
  /* background: #A6C4E3; */
  /* background: #5D87A1; */
  background: #006341; /* Starbucks Green */
  border-color: #5D87A1;
}

.nav li {
  font-size: 14px;
  padding-right: 25px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .nav li {
    padding-right: 0;
  }
}

.navbar-default .navbar-nav > li > a {
  /* color: #333333; Dark Gray */
  color: #ffffff;
  text-decoration: none;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    /* color: #ffffff; */
    color: #333333;
    /* background: #165788; PMS 647 */
    background: #A6C4E3;
}

.navbar-default .navbar-toggle {
  /* border-color: #5D87A1; */
  border-color: #ffffff;
  color: #ffffff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #A6C4E3;
  color: #333333;
}

/* SUBMENU STYLES BEGINS */
@media (min-width:768px) {
  .sub-menu {
    display: none;
    position: absolute;
    background: #222;
    padding: 10px 15px;
    width: 200px;   
  }

  li:hover .sub-menu {
    display: block;
  }

}

.sub-menu li {
  margin-bottom: 10px;
  list-style: none;
}

.sub-menu li:last-child {
  margin-bottom: 0;
}

.sub-menu a  {
  color: #999;
  text-decoration: none;
}

.sub-menu a:hover  {
  color: #fff;  
} 

.current-menu-item > a, .current-menu-parent > a {
  background: #A6C4E3;
}

.current-menu-parent li a {
  background: inherit;
}

.current-menu-parent .current-menu-item a {
  color: #fff;
  font-weight: bold;
}

/* SUBMENU STYLES ENDS */

/* TABLE STYLES BEGINS */
@media (max-width: 370px) {
  table {
    width: 100%;
  }

  table, td, tr {
    font-size: 14px;
  }
}

table, td, tr {
  border: 1px solid #000000;
  padding: 5px 10px;
  vertical-align: top;
}
/* TABLE STYLES ENDS */

/* WIDGET STYLES BEGINS
.widget h3 {
  text-align: center;
}
 WIDGET STYLES ENDS */

/* GRAVITY FORMS STYLES BEGINS */
.name_first,
.name_last,
input.medium {
  min-width: 100%;
}
/* GRAVITY FORMS STYLES BEGINS */

.hero {
  width: 100%;
  height: auto;
}

section .gradient-bg {
  background-color: #E5F3FB;
}

.main-section p {
  text-align: justify;
}

/* FOOTER STYLES BEGINS */
footer {
  margin-top: 20px;
  padding-top: 20px;
  background: #165788;
  /* background: #5D87A1; */
}

footer h3,
footer h4 {
  color: #ffffff;
  margin-top: 0;
}

footer p,
.footer-menu {
  color: #ffffff;
  font-size: 12px;
}

.footer-menu {
  margin-left: 0px;
  padding-left: 0;
  width: 100%;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #A6C4E3;
}

.footer-menu ul {
  margin-left: -40px;
}

.footer-menu li {
  display: inline-block;
  margin-right: 20px;
  padding-left: 0;
}

.footer-menu li a {
  text-decoration: none;
}

.footer-menu li a:hover {
  text-decoration: underline;
}

footer a,
.footer-menu a {
  color: #ffffff;
  text-decoration: underline;
}

footer a:hover, a:focus {
    color: #999999;
}

.copyright {
  margin-top: 20px
}
/* FOOTER STYLES ENDS */

/* NET-PRICE-CALCULATOR STYLES BEGINS */
table .npc {
    border: none;
    width: 100%;
}

.npc {
    border: none;
}

td,
tr {
  border: none;
}

td {
  padding: 5px 0;
  valign: top;
}

.formtable td {
  padding-bottom:15px;
}

.disclaimer {
  margin-top:0px;
  margin-right:8px;
  margin-bottom: 20px;
  font-weight:normal;
  text-align:left;
}

.summarytable td {
  border: none;
  border-bottom:solid 1px #000000;
  padding: 6px 1px 7px 4px;
  text-align: left;
}

.boldtd {
  font-weight: bold;
}
/* NET-PRICE-CALCULATOR STYLES ENDS */

/* GAINFUL EMPLOYMENT DISCLOSURE TEMPLATE - MEDICAL OFFICE ASSISTANT BEGINS */
.program-name {
  font-weight: normal;
  color: #f7941d;
}

.program-level-length {
  font-weight: normal;
  color: #e6e2c8;
}

.success {
  margin-top: -21px;
}

.cost a:hover,
.cost a:visited,
.success a:hover,
.success a:visited,
.financing a:hover,
.financing a:visited,
.modal a:hover,
.modal a:visited {
  color: #999999;
  text-decoration: underline;
}

.question-icon {
  float: left;
  width: 12px;
  height: 18px;
  margin-top: 3px;
  background-image: url(images/icon_q.png);
  background-repeat: no-repeat;
}

.answer-icon {
  float: left;
  width: 12px;
  height: 8px;
  margin-top: 3px;
  background-image: url(images/icon_a.png);
  background-repeat: no-repeat;
}

.qa {
  color:#f7941d;
  font-style: bold;
}

.qa-text {
  float: left;
  width: 270px;
  margin-left: 5px;
  color: #333333;
}

.qa-text-long {
  float: left;
  width: 304px;
  margin-left: 5px;
  color: #333333;
}

.qa-space {
  height: 15px;
}

.divider {
  background-image: url(images/dotdivider.gif);
  background-repeat: repeat-x;
  height: 1px;
  margin-top: 15px;
  padding-bottom: 15px;
  margin-left: 0px;
  margin-right: 15px;
}

#divAdditionalInfoLink {
  /* background-image: url(images/icon_question.png); */
  background-repeat: no-repeat;
  background-position: 0px 1px;
  height: 15px;
  padding-left: 18px;
  margin-left: 5px;
  margin-top: 80px;
}

.popup-close {
  cursor: pointer;
}
/* GAINFUL EMPLOYMENT DISCLOSURE TEMPLATE - MEDICAL OFFICE ASSISTANT ENDS */