/*** FOOTER CSS ***/
/*** Containers ***/
.marketingContainer {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 20px; }

.marketingContainerLeft {
  margin: 0 0 0 auto;
  max-width: 640px;
  padding: 0 20px; }

.marketingContainerRight {
  margin: 0 auto 0 0;
  max-width: 640px;
  padding: 0 20px; }

#footer {
  background-color: #213d55;
  color: #fff;
  padding: 40px 20px 30px; }
  #footer .sparkLogo {
    max-width: 224px;
    margin-bottom: 20px; }
  #footer ul {
    list-style-type: none;
    padding-left: 0px; }
  #footer li {
    color: #d8d8d8;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px; }
  #footer a {
    color: #fff; }
  #footer a:hover {
    color: #e0e0e0; }
  #footer p {
    color: #fff;
    margin-bottom: 20px;
    font-weight: 400; }
  #footer .company {
    width: 20%;
    float: left;
    display: block;
    padding-right: 20px; }
  #footer .product {
    width: 20%;
    float: left;
    display: block;
    padding-right: 20px; }
  #footer .sales {
    width: 20%;
    float: left;
    display: block;
    padding-right: 20px; }
  #footer .customerService {
    width: 20%;
    float: left;
    display: block;
    padding-right: 20px; }
  #footer .contentSec {
    width: 20%;
    float: left;
    display: block;
    padding-right: 20px; }

#bottomFooter {
  background-color: #1a3043;
  padding: 15px 20px;
  color: #fff;
  height: 52px; }
  #bottomFooter p {
    margin-bottom: 0px; }
  #bottomFooter .social a {
    margin-right: 15px;
    color: #fff;
    float: left; }
    #bottomFooter .social a img {
      height: 24px;
      width: 24px;
      opacity: .7;
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      -o-transition: all 0.15s linear;
      transition: all 0.15s linear; }
  #bottomFooter .social a:hover img {
    opacity: 1; }
  #bottomFooter .social a:last-child {
    margin-right: 30px; }
  #bottomFooter .copywriteFooter {
    font-size: 14px;
    color: #fff;
    margin-right: 30px;
    float: left;
    opacity: .7; }
  #bottomFooter .privacy {
    color: #fff;
    margin-right: 30px;
    font-size: 14px;
    float: left; }
    #bottomFooter .privacy a {
      color: #fff;
      opacity: .7;
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      -o-transition: all 0.15s linear;
      transition: all 0.15s linear; }
    #bottomFooter .privacy a:hover {
      opacity: 1; }
  #bottomFooter .termsFooter {
    color: #fff;
    margin-right: 30px;
    font-size: 14px;
    float: left;
    padding-bottom: 15px; }
    #bottomFooter .termsFooter a {
      color: #fff;
      opacity: .7;
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      -o-transition: all 0.15s linear;
      transition: all 0.15s linear; }
    #bottomFooter .termsFooter a:hover {
      opacity: 1; }

#bottomFooterBootcamp {
  background-color: #1a3043;
  padding: 15px 20px;
  color: #fff;
  height: 52px; }
  #bottomFooterBootcamp p {
    margin-bottom: 0px; }
  #bottomFooterBootcamp .social a {
    margin-right: 15px;
    color: #fff;
    float: left; }
    #bottomFooterBootcamp .social a img {
      height: 24px;
      width: 24px;
      opacity: .7;
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      -o-transition: all 0.15s linear;
      transition: all 0.15s linear; }
  #bottomFooterBootcamp .social a:hover img {
    opacity: 1; }
  #bottomFooterBootcamp .social a:last-child {
    margin-right: 30px; }
  #bottomFooterBootcamp .copywriteFooter {
    font-size: 14px;
    color: #fff;
    margin-right: 30px;
    float: left;
    opacity: .7; }
  #bottomFooterBootcamp .privacy {
    color: #fff;
    margin-right: 30px;
    font-size: 14px;
    float: left; }
    #bottomFooterBootcamp .privacy a {
      color: #fff;
      opacity: .7;
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      -o-transition: all 0.15s linear;
      transition: all 0.15s linear; }
    #bottomFooterBootcamp .privacy a:hover {
      opacity: 1; }
  #bottomFooterBootcamp .termsFooter {
    color: #fff;
    margin-right: 30px;
    font-size: 14px;
    float: left;
    padding-bottom: 15px; }
    #bottomFooterBootcamp .termsFooter a {
      color: #fff;
      opacity: .7;
      -webkit-transition: all 0.15s linear;
      -moz-transition: all 0.15s linear;
      -o-transition: all 0.15s linear;
      transition: all 0.15s linear; }
    #bottomFooterBootcamp .termsFooter a:hover {
      opacity: 1; }

@media (max-width: 1070px) {
  #bottomFooterBootcamp {
    height: 80px; } }

@media (max-width: 768px) {
  #footer li {
    font-size: 14px;
    line-height: 18px; } }

@media (max-width: 660px) {
  #footer p {
    margin-bottom: 10px;
    line-height: 20px; }
  #footer .company, #footer .product {
    width: 50%;
    margin-bottom: 30px;
    min-height: 200px; }
  #footer .sales, #footer .customerService, #footer .contentSec {
    width: 50%;
    margin-bottom: 30px;
    min-height: 170px; }
  #bottomFooter {
    height: 140px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    #bottomFooter .copywriteFooter {
      width: 100%;
      margin-left: 0px;
      margin-top: 10px; }
    #bottomFooter .privacy {
      width: 100%;
      margin-left: 0px; }
    #bottomFooter .termsFooter {
      width: 100%;
      margin-left: 0px;
      padding-bottom: 10px; }
  #bottomFooterBootcamp {
    height: 140px;
    -webkit-transition: all 0.15s linear;
    -moz-transition: all 0.15s linear;
    -o-transition: all 0.15s linear;
    transition: all 0.15s linear; }
    #bottomFooterBootcamp .copywriteFooter {
      width: 100%;
      margin-left: 0px;
      margin-top: 10px; }
    #bottomFooterBootcamp .privacy {
      width: 100%;
      margin-left: 0px; }
    #bottomFooterBootcamp .termsFooter {
      width: 100%;
      margin-left: 0px;
      padding-bottom: 10px; } }

@media (max-width: 360px) {
  #footer .product, #footer .customerService {
    padding-right: 10px; }
  #bottomFooter .termsFooter {
    padding-bottom: 15px; }
  #bottomFooterBootcamp .termsFooter {
    padding-bottom: 15px; } }

/*# sourceMappingURL=footer.css.map */
