/* ------------------------------------------------------------ *	Main Styles
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *	Variables
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *	Settings
\* ------------------------------------------------------------ */
@import url(/plugins/bootstrap/dist/css/bootstrap.min.css);
@import url(/plugins/animate.css/animate.min.css);
@import url(/plugins/font-awesome/css/font-awesome.min.css);
a:hover, a:focus {
  color: #2980b9;
  outline: none;
  text-decoration: none; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  margin-top: 0; }

[class^="alert-"] .alert-link, [class*=" alert-"] .alert-link {
  color: #fff;
  font-weight: 300;
  text-decoration: underline; }

.btn, .label {
  font-weight: 300;
  border-radius: 2px;
  transition: all .2s; }

.btn-default, .label-default {
  background-color: #2c3e50;
  border-color: #2c3e50;
  color: #fff; }

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background: transparent;
  border: none;
  border-color: rgba(255, 255, 255, 0); }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  background: transparent;
  border: none;
  color: #1abc9c;
  border-bottom: 1px solid #1abc9c; }

.form-control:hover, .form-control:focus {
  outline: none;
  border-color: #ecf0f1;
  background-color: #fff;
  box-shadow: none; }

.has-success .form-control:hover, .has-success .form-control:focus {
  border-color: #2ecc71;
  background-color: #fff;
  color: #2ecc71;
  box-shadow: none; }

.has-warning .form-control:hover, .has-warning .form-control:focus {
  background-color: #fff;
  border-color: #e67e22;
  color: #e67e22;
  box-shadow: none; }

.has-error .form-control:hover, .has-error .form-control:focus {
  background-color: #fff;
  border-color: #e74c3c;
  color: #e74c3c;
  box-shadow: none; }

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  background-color: transparent;
  background-color: rgba(255, 255, 255, 0);
  color: #3498db; }

#awards .row {
  margin-top: 0; }
  #awards .row .btn-primary {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 20px;
    border-color: #fff;
    color: #fff;
    background-color: #3498db;
    font-weight: bold;
    font-size: 15px; }
    #awards .row .btn-primary:hover {
      color: #3498db;
      background-color: #fff;
      border-color: #3498db; }

.blog-section p {
  line-height: 25px;
  margin-bottom: 30px;
  letter-spacing: 0.2px; }

.blog-section .blog-prev-next {
  font-size: 20px;
  margin-bottom: 15px !important; }
  .blog-section .blog-prev-next .blog-prev {
    text-align: left;
    padding-right: 20px; }
  .blog-section .blog-prev-next .blog-next {
    text-align: right;
    padding-left: 20px; }

.blog-section .blog-date {
  font-style: italic;
  font-size: 14px; }

#activities .btn-primary {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
  border-color: #fff;
  color: #fff;
  background-color: #3498db;
  font-weight: bold;
  font-size: 15px; }
  #activities .btn-primary:hover {
    color: #3498db;
    background-color: #fff;
    border-color: #3498db; }

#activities.resume-section .row {
  padding-bottom: 0;
  margin-bottom: 0; }

#contact {
  text-align: left; }
  #contact form {
    margin: 0 10%; }
    #contact form .row {
      margin-bottom: 20px; }
    #contact form .last {
      margin-bottom: 0;
      text-align: center; }
    #contact form input.btn-default {
      position: relative;
      bottom: 0;
      color: #3498db;
      border-color: #3498db;
      font-weight: bold;
      font-size: 15px; }
      #contact form input.btn-default:hover {
        background-color: #3498db;
        color: #fff; }
  #contact .overview p.lead {
    margin: 30px 10%;
    margin-bottom: 40px; }

.resume-lead {
  font-size: 20px;
  margin-top: 15px; }

.custom-center {
  text-align: center; }

#experience img {
  max-width: 80%; }

#experience .past h3 {
  font-size: 20px; }

#experience .past .resume-lead {
  font-size: 16px;
  margin-bottom: 12px; }

#experience .past p {
  font-size: 13px; }

footer {
  background-color: #2c3e50;
  color: #fff;
  padding: 30px 10% 0; }
  footer .custom-float-right p {
    float: left; }
  footer .custom-float-right a {
    float: right; }
    footer .custom-float-right a.btn-primary {
      font-size: 12px;
      padding: 10px 15px; }

#gallery {
  background-color: #2c3e50;
  color: #fff;
  padding-bottom: 70px; }
  #gallery a {
    margin-bottom: 30px;
    display: block; }
    #gallery a:hover {
      opacity: .5; }

#guest_speaker .btn-primary {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
  border-color: #fff;
  color: #fff;
  background-color: #3498db;
  font-weight: bold;
  font-size: 15px; }
  #guest_speaker .btn-primary:hover {
    color: #3498db;
    background-color: #fff;
    border-color: #3498db; }

#guest_speaker.resume-section .row {
  padding-bottom: 0;
  margin-bottom: 0; }

#header {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.05); }

#section-title h1 {
  float: left; }

#section-title a {
  float: right; }

#highlights {
  padding-top: 60px;
  background-color: #ecf0f1; }
  #highlights .flex {
    display: flex; }
  #highlights .content-block h2 {
    margin-bottom: 30px; }
  #highlights .content-block hr {
    border: 2px solid #3498db; }
  #highlights .content-block div {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding-bottom: 20px; }
    #highlights .content-block div:last-of-type {
      margin-bottom: 10px;
      border-bottom: none; }
    #highlights .content-block div p {
      text-align: left; }
      #highlights .content-block div p.lead {
        font-weight: 300;
        color: #3498db;
        font-size: 22px; }
  #highlights .content-block a.btn-primary {
    position: relative;
    bottom: 0;
    color: #3498db;
    border-color: #3498db;
    width: 100%;
    font-weight: bold;
    font-size: 15px; }
    #highlights .content-block a.btn-primary:hover {
      background-color: #3498db;
      color: #fff; }
  #highlights .content-block .date {
    font-size: 13px;
    margin-right: 7px; }
  #highlights .content-block .highlight {
    text-transform: uppercase;
    font-size: 12px;
    padding: 4px 10px;
    margin-right: 7px;
    color: #fff;
    border-radius: 3px;
    font-weight: 900;
    letter-spacing: 1.5px; }
    #highlights .content-block .highlight.guest_speaker {
      background-color: #6c71c4;
      border-color: #6c71c4; }
    #highlights .content-block .highlight.award {
      background-color: #d33682;
      border-color: #d33682; }
    #highlights .content-block .highlight.involvement {
      background-color: #ff9933;
      border-color: #ff9933; }
    #highlights .content-block .highlight.volunteer {
      background-color: #2aa198;
      border-color: #2aa198; }
    #highlights .content-block .highlight.scholarship {
      background-color: #339966;
      border-color: #339966; }
    #highlights .content-block .highlight.media_article {
      background-color: #148687;
      border-color: #148687; }

#main-banner {
  background: transparent;
  color: #fff;
  margin-top: 80px;
  padding: 0; }
  #main-banner .container {
    height: 100%; }
  #main-banner .row {
    height: 100%; }
    #main-banner .row .col-md-7 {
      height: 100%; }
  #main-banner .lp-element {
    padding: 25% 50px 0;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%; }
  #main-banner h1 {
    letter-spacing: 2px;
    font-size: 60px;
    margin-bottom: 30px; }
  #main-banner p {
    line-height: 2;
    margin-bottom: 40px;
    letter-spacing: 0.5px; }
    #main-banner p.lead {
      margin-bottom: 30px;
      letter-spacing: 0.25px;
      font-size: 1.8em;
      line-height: 1.5; }
    #main-banner p .highlight {
      background-color: #3498db;
      color: #fff;
      border-radius: 2px;
      padding: 3px 7px; }

.nav-tabs {
  border-bottom-color: #ecf0f1; }
  .nav-tabs > li > a {
    padding: 10px 0;
    margin-right: 30px;
    color: inherit;
    font-size: 16px;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0); }
    .nav-tabs > li > a:hover {
      color: #1abc9c;
      background: transparent; }
    .nav-tabs > li > a:focus {
      color: #1abc9c;
      background: transparent; }

.nav .caret {
  border-top-color: #1abc9c;
  border-bottom-color: #1abc9c; }

.nav > li > a:hover {
  background-color: #ecf0f1; }

.nav > li > a:focus {
  background-color: #ecf0f1; }

.nav a:hover .caret {
  border-top-color: #1abc9c;
  border-bottom-color: #1abc9c; }

.navbar-inverse {
  background-color: rgba(255, 255, 255, 0.97); }
  .navbar-inverse .navbar-collapse {
    border-color: #bdc3c7; }
  .navbar-inverse .navbar-form {
    border-color: #bdc3c7; }
  .navbar-inverse .navbar-toggle {
    background-color: #2c3e50;
    border-color: #2c3e50;
    margin-top: 23px; }
    .navbar-inverse .navbar-toggle:focus {
      outline: none; }
  .navbar-inverse .navbar-brand {
    padding: 30px 15px;
    margin-right: 30px;
    color: inherit; }
    .navbar-inverse .navbar-brand:hover {
      color: #000; }
    .navbar-inverse .navbar-brand:focus {
      color: #000; }
  .navbar-inverse .navbar-nav > li > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: inherit;
    text-transform: uppercase;
    font-size: 12px; }

.navbar.active-section {
  top: 0 !important; }

.nav-pills > li.active > a {
  background-color: #1abc9c; }
  .nav-pills > li.active > a:hover {
    background-color: #1abc9c; }
  .nav-pills > li.active > a:focus {
    background-color: #1abc9c; }

.dropdown-menu > .active > a {
  background-color: #1abc9c; }
  .dropdown-menu > .active > a:hover {
    background-color: #1abc9c; }
  .dropdown-menu > .active > a:focus {
    background-color: #1abc9c; }

.navbar-right button {
  margin: 23px 0; }

.navbar-nav > li > a {
  padding: 30px 0;
  margin: 0 15px; }

#parallax {
  height: 100%;
  width: 100%;
  top: 0;
  position: fixed;
  background: url(/assets/images/home-background/ather-sharif-philly-geek-awards.jpg) top center no-repeat;
  background-size: cover;
  z-index: -100; }

#places {
  padding: 100px 0;
  background-color: #eee; }
  #places .row {
    margin-bottom: 20px; }
    #places .row .row div div {
      overflow: hidden;
      border-radius: 10px; }
      #places .row .row div div img {
        width: 100%; }
  #places .last {
    margin-bottom: 0; }

#publications .btn-primary {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-color: #fff;
  color: #fff;
  background-color: #3498db;
  font-weight: bold;
  font-size: 15px; }
  #publications .btn-primary:hover {
    color: #3498db;
    background-color: #fff;
    border-color: #3498db; }

#socialmedia {
  background-color: #2c3e50;
  color: #fff; }

.faq-block {
  margin: 0 80px; }

#story {
  background-image: url(/assets/images/banner-story-section.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto; }
  #story h1 {
    padding-top: 25px;
    color: #fff; }
  #story .lead {
    color: #fff;
    margin-bottom: 30px !important; }

.overview {
  text-align: center; }
  .overview h1 {
    text-transform: uppercase; }
  .overview .lead {
    margin: 40px 10%;
    margin-bottom: 80px; }

.service-block {
  text-align: center;
  margin-bottom: 30px; }
  .service-block .glyphicon {
    font-size: 60px;
    margin-bottom: 20px; }
  .service-block i {
    font-size: 60px;
    margin-bottom: 20px; }

#volunteer .btn-primary {
  float: none;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 20px;
  border-color: #fff;
  color: #fff;
  background-color: #3498db;
  font-weight: bold;
  font-size: 15px; }
  #volunteer .btn-primary:hover {
    color: #3498db;
    background-color: #fff;
    border-color: #3498db; }

#error_404 {
  margin-top: 150px; }

.pagination {
  text-align: center; }
  .pagination .page-number {
    display: inline-block; }
    .pagination .page-number a {
      background-color: #2c3e50;
      color: #3498db;
      padding: 5px 9px;
      margin: 0 2px;
      border-radius: 3px; }
      .pagination .page-number a:hover {
        background-color: #3498db;
        color: #fff; }
    .pagination .page-number.disabled a {
      background-color: grey;
      color: #fff; }

body {
  color: #2c3e50;
  font: normal 16px Roboto, Helvetica Neue, Helvetica, Arial, sans-serif;
  font-weight: 300;
  background-color: #fff;
  overflow-x: hidden;
  line-height: 1.5; }

a {
  color: #3498db;
  cursor: pointer;
  text-decoration: none;
  transition: all .2s; }

h1 {
  font-size: 38px; }

h2 {
  font-size: 28px; }
  h2.panel-title {
    font-size: 28px; }

h3 {
  font-size: 24px; }

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

p {
  margin-bottom: 20px; }
  p.lead {
    font-size: 24px;
    font-weight: 200; }
  p:last-child {
    margin-bottom: 0; }

ul {
  margin-bottom: 20px; }

ol {
  margin-bottom: 20px; }

blockquote {
  padding-top: 0;
  padding-bottom: 0;
  border-color: #1abc9c; }
  blockquote small {
    color: inherit; }

pre {
  background-color: rgba(255, 255, 255, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  margin-bottom: 20px; }

.animate {
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden; }

.animated {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  animation-duration: 1s;
  animation-fill-mode: both; }

.btn {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin-right: 10px;
  padding: 12px 45px;
  border-radius: 4px; }
  .btn:hover {
    outline: none; }
  .btn:focus {
    outline: none; }

.btn-link {
  color: #1abc9c; }
  .btn-link:hover {
    color: #16a085; }
  .btn-link:focus {
    color: #16a085; }

.btn-default {
  background-color: transparent;
  border: 1px solid #fff; }
  .btn-default:hover {
    background-color: #3498db;
    border-color: #3498db; }
  .btn-default:focus {
    background-color: #3498db;
    border-color: #3498db; }

.btn-success:hover {
  border-color: #27ae60;
  background-color: #27ae60; }

.btn-success:focus {
  border-color: #27ae60;
  background-color: #27ae60; }

.btn-primary {
  background-color: transparent;
  border-color: #fff; }
  .btn-primary:hover {
    background-color: #3498db;
    border-color: #3498db; }
  .btn-primary:focus {
    background-color: #3498db;
    border-color: #3498db; }

.label-primary {
  background-color: #3498db;
  border-color: #3498db; }

.btn-info {
  background-color: #3498db; }
  .btn-info:hover {
    background-color: #2980b9;
    border-color: #2980b9; }
  .btn-info:focus {
    background-color: #2980b9;
    border-color: #2980b9; }

.label-info {
  background-color: #3498db; }

.alert-info {
  background-color: #3498db; }

.btn-warning {
  background-color: #e67e22;
  border-color: #e67e22; }
  .btn-warning:hover {
    background-color: #d35400;
    border-color: #d35400; }
  .btn-warning:focus {
    background-color: #d35400;
    border-color: #d35400; }

.label-warning {
  background-color: #e67e22;
  border-color: #e67e22; }

.alert-warning {
  background-color: #e67e22;
  border-color: #e67e22; }

.btn-danger:hover {
  background-color: #c0392b;
  border-color: #c0392b; }

.btn-danger:focus {
  background-color: #c0392b;
  border-color: #c0392b; }

label {
  font-weight: 300; }

.header-button {
  margin-left: 15px; }

.custom-float-right {
  text-align: right; }

.resume-link {
  font-size: 13px; }

.custom-error-box {
  background-color: #e8a7a6;
  padding: 10px;
  margin-bottom: 20px;
  border-radius: 4px;
  color: #b1130f; }

.tab-pane {
  padding: 15px 0;
  margin-bottom: 5px; }

.panel {
  box-shadow: none; }

.panel-default {
  border-color: #ecf0f1; }
  .panel-default:last-child {
    margin-bottom: 25px; }
  .panel-default > .panel-heading {
    background: #ecf0f1;
    color: inherit; }
    .panel-default > .panel-heading + .panel-collapse .panel-body {
      border-top: none; }

div.panel-anchor {
  background: #ecf0f1;
  color: #2c3e50; }

.small-btn {
  background: transparent;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px 25px;
  border-radius: 4px;
  letter-spacing: 1px;
  font-weight: 500;
  margin-top: 10px;
  display: inline-block; }
  .small-btn.light {
    border: 1px solid #3498db;
    color: #3498db; }
    .small-btn.light:hover {
      background-color: #3498db;
      color: #fff; }

.blog-section {
  padding-top: 0 !important; }

.input-group {
  margin-bottom: 10px; }

.form-control {
  font-weight: 300;
  border-color: #ecf0f1;
  background-color: #ecf0f1;
  box-shadow: none;
  transition: all .2s; }
  .form-control:-moz-placeholder {
    color: #bdc3c7;
    font-weight: 300; }
  .form-control:-ms-input-placeholder {
    color: #bdc3c7;
    font-weight: 300; }

.form-control[disabled] {
  background-color: #ecf0f1; }
  .form-control[disabled]:hover {
    background-color: #ecf0f1; }
  .form-control[disabled]:focus {
    background-color: #ecf0f1; }

.form-control[readonly] {
  background-color: #ecf0f1; }
  .form-control[readonly]:hover {
    background-color: #ecf0f1; }
  .form-control[readonly]:focus {
    background-color: #ecf0f1; }

.form-control::-moz-placeholder {
  color: #bdc3c7;
  font-weight: 300; }

.form-control::-webkit-input-placeholder {
  color: #bdc3c7;
  font-weight: 300; }

.input-group-addon {
  background-color: #fff;
  border-color: #ecf0f1;
  color: #ecf0f1; }

.has-success .help-block {
  color: #2ecc71; }

.has-success .control-label {
  color: #2ecc71; }

.has-success .radio {
  color: #2ecc71; }

.has-success .checkbox {
  color: #2ecc71; }

.has-success .radio-inline {
  color: #2ecc71; }

.has-success .checkbox-inline {
  color: #2ecc71; }

.has-success .form-control {
  border-color: #2ecc71;
  background-color: #2ecc71; }

.has-warning .help-block {
  color: #e67e22; }

.has-warning .control-label {
  color: #e67e22; }

.has-warning .radio {
  color: #e67e22; }

.has-warning .checkbox {
  color: #e67e22; }

.has-warning .radio-inline {
  color: #e67e22; }

.has-warning .checkbox-inline {
  color: #e67e22; }

.has-warning .form-control {
  border-color: #e67e22;
  background-color: #e67e22; }

.has-error .help-block {
  color: #e74c3c; }

.has-error .control-label {
  color: #e74c3c; }

.has-error .radio {
  color: #e74c3c; }

.has-error .checkbox {
  color: #e74c3c; }

.has-error .radio-inline {
  color: #e74c3c; }

.has-error .checkbox-inline {
  color: #e74c3c; }

.has-error .form-control {
  border-color: #e74c3c;
  background-color: #e74c3c; }

fieldset[disabled] .form-control {
  background-color: #ecf0f1; }
  fieldset[disabled] .form-control:hover {
    background-color: #ecf0f1; }
  fieldset[disabled] .form-control:focus {
    background-color: #ecf0f1; }

[class^="has-"] .form-control {
  color: #fff; }

[class*=" has-"] .form-control {
  color: #fff; }

#section-title {
  background-color: #2c3e50;
  color: #fff;
  margin-top: 80px;
  margin-bottom: 30px;
  padding: 30px 10% 10px; }

#education .row, #experience .row, #projects .row, #publications .row, .panel_body .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  #education .row:last-of-type, #experience .row:last-of-type, #projects .row:last-of-type, #publications .row:last-of-type, .panel_body .row:last-of-type {
    border-bottom: none; }

.resume-section {
  background-color: #fff; }
  .resume-section img {
    max-height: 100px;
    max-width: 100px; }
  .resume-section h2 {
    margin-bottom: 20px; }
  .resume-section .row {
    margin: 20px auto;
    padding-bottom: 20px; }
    .resume-section .row .last {
      text-align: right; }
  .resume-section .first {
    margin: 0;
    border: none;
    padding-bottom: 0; }
    .resume-section .first i {
      font-size: 40px; }
  .resume-section .last {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0; }
  .resume-section ul {
    list-style-type: none; }

.section {
  padding: 50px 0; }
  .section.panel-group {
    padding: 0; }
  .section .container.nosidepadding {
    padding-left: 0;
    padding-right: 0; }

.active-section {
  top: 80px; }

/* ------------------------------------------------------------ *	Socials
\* ------------------------------------------------------------ */
.socials ul {
  margin: 0;
  list-style: none outside none;
  font-size: 0;
  padding-left: 15px; }

.socials li {
  margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  vertical-align: top;
  font-size: 14px; }

.socials li + li {
  margin-left: 6px; }

.socials a {
  display: block;
  color: #fff;
  line-height: 27px;
  width: 41px;
  text-align: center;
  border: 2px solid #000; }

.socials a {
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out; }

.socials a:hover {
  background: #fff; }

.socials .link-facebook a {
  background: #3a559f;
  border-color: #3a559f; }

.socials .link-facebook a:hover {
  background: #fff;
  color: #3a559f; }

.socials .link-twitter a {
  background: #1abdf3;
  border-color: #1abdf3; }

.socials .link-twitter a:hover {
  background: #fff;
  color: #1abdf3; }

.socials .link-googleplus a {
  background: #fa501c;
  border-color: #fa501c; }

.socials .link-googleplus a:hover {
  background: #fff;
  color: #fa501c; }

.socials .link-linkedin a {
  background: #3a7d9f;
  border-color: #3a7d9f; }

.socials .link-linkedin a:hover {
  background: #fff;
  color: #3a7d9f; }

@media (max-width: 1024px) {
  #section-title {
    padding: 30px 5% 10px; }
  #places img {
    max-width: 90%; } }

@media (max-width: 991px) {
  .service-block {
    margin-bottom: 30px; }
  .faq-block {
    margin: 0 60px; }
  #image img.img-responsive {
    margin-left: auto;
    margin-right: auto; }
  #highlights img.img-responsive {
    margin-left: auto;
    margin-right: auto; }
  .navbar-nav > li > a {
    margin: 0 7px; } }

@media (max-width: 850px) {
  #highlights .bottomline {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); } }

@media (max-width: 767px) {
  .noshow {
    display: none; }
  #story {
    background-image: url(/assets/images/banner-story-section.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%; }
  .service-block {
    margin-bottom: 30px;
    margin-bottom: 30px; }
  .img-responsive {
    margin-bottom: 30px;
    margin-bottom: 30px; }
  .carousel {
    margin-bottom: 30px;
    margin-bottom: 30px; }
  .overview .lead {
    margin-left: 0;
    margin-right: 0;
    margin-left: 0;
    margin-right: 0; }
  .overview p.lead {
    margin-bottom: 40px; }
  .container {
    max-width: 690px;
    padding-left: 30px;
    padding-right: 30px;
    max-width: 690px;
    padding-left: 30px;
    padding-right: 30px; }
  .faq-block {
    margin: 0 50px;
    margin: 0 40px; }
  .header-button {
    margin: 0; }
  body {
    font-size: 14px; }
  h1 {
    font-size: 28px; }
  h2 {
    font-size: 24px; }
    h2.panel-title {
      font-size: 24px; }
  h3 {
    font-size: 20px; }
  h4 {
    font-size: 18px; }
  h5 {
    font-size: 16px; }
  h6 {
    font-size: 14px; }
  .section {
    padding: 60px 0; }
  .input-lg {
    font-size: 12px;
    height: 37px; }
  .btn-lg {
    font-size: 12px;
    height: 37px; }
  .navbar-nav > li > a {
    padding: 10px; }
  .navbar-right button {
    margin-top: 0;
    margin-bottom: 50px; }
  .carousel-inner blockquote p {
    font-size: 18px; }
  p.lead {
    font-size: 18px; }
  #newsletter form {
    width: 100%;
    margin: 0; }
  #main-banner .lp-element {
    padding: 0 20px; }
  #flickr-photos .flickr-img {
    height: 100px; }
  #highlights {
    padding: 0; } }

@media (max-width: 490px) {
  .container {
    max-width: 430px;
    padding-left: 30px;
    padding-right: 30px; }
  #main-banner .lp-element {
    margin-left: -30px;
    margin-right: -30px; }
  #main-banner h1 {
    font-size: 38px; }
  #main-banner p {
    font-size: 12px; }
    #main-banner p.lead {
      font-size: 1.3em; }
    #main-banner p.navbar a {
      display: inline-block;
      margin-bottom: 10px;
      padding: 10px 5%;
      width: 45%;
      border-radius: 2px; }
  .faq-block {
    margin: 0; }
  #story {
    background-size: auto 100%; }
  #section-title {
    padding: 30px 20px 10px;
    margin-bottom: 10px; }
    #section-title .container {
      padding-left: 0;
      padding-right: 0;
      text-align: center; }
      #section-title .container h1 {
        margin-bottom: 30px; }
      #section-title .container a.btn-primary {
        font-size: 12px;
        width: 100%;
        border-radius: 3px;
        padding: auto 5%; }
  .custom-float-right {
    text-align: center; }
  footer {
    text-align: center !important; }
  #gallery .col-xs-6 {
    width: 50%; }
  #highlights .flex {
    display: block; }
    #highlights .flex .col-sm-12 {
      padding: 40px 0;
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  #highlights.bottomline {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  #highlights .content-block a.btn-primary {
    white-space: normal;
    font-size: 12px;
    width: 100%;
    border-radius: 3px;
    padding: auto 5%; }
  #places {
    padding: 50px 0; }
    #places img {
      max-width: 100%; }
      #places img.extrabottompadding {
        margin-bottom: 20px; }
  .headerbuttons a {
    margin-bottom: 10px; }
    .headerbuttons a.last {
      margin-bottom: 0; }
  #contact {
    padding-bottom: 0; }
    #contact .container {
      padding-left: 0;
      padding-right: 0; }
    #contact form .row {
      margin-bottom: 0; }
  .resume-section.panel-group {
    margin-bottom: 10px; }
  .resume-section ul {
    padding-left: 10px; }
  #socialmedia a.btn-primary {
    white-space: normal;
    font-size: 12px;
    width: 100%;
    border-radius: 3px;
    padding: auto 5%; }
  footer .container {
    padding-left: 0;
    padding-right: 0; }
  footer .custom-float-right {
    width: 100%; }
    footer .custom-float-right p {
      float: none; }
    footer .custom-float-right a {
      float: none; }
      footer .custom-float-right a.btn-primary {
        white-space: normal;
        font-size: 12px;
        width: 100%;
        border-radius: 3px;
        padding: auto 1%; }
  #experience_collapse.panel-collapse .row div[class^="col-md"], #projects_collapse.panel-collapse .row div[class^="col-md"], #publications_collapse.panel-collapse .row div[class^="col-md"], #skills_collapse.panel-collapse .row div[class^="col-md"], .blog-section.panel-collapse .row div[class^="col-md"] {
    padding: 10px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    #experience_collapse.panel-collapse .row div[class^="col-md"]:last-child, #projects_collapse.panel-collapse .row div[class^="col-md"]:last-child, #publications_collapse.panel-collapse .row div[class^="col-md"]:last-child, #skills_collapse.panel-collapse .row div[class^="col-md"]:last-child, .blog-section.panel-collapse .row div[class^="col-md"]:last-child {
      border-bottom: none; }
  #experience_collapse.panel-collapse .row:last-child, #experience_collapse.panel-collapse .row:last-of-type, #projects_collapse.panel-collapse .row:last-child, #projects_collapse.panel-collapse .row:last-of-type, #publications_collapse.panel-collapse .row:last-child, #publications_collapse.panel-collapse .row:last-of-type, #skills_collapse.panel-collapse .row:last-child, #skills_collapse.panel-collapse .row:last-of-type, .blog-section.panel-collapse .row:last-child, .blog-section.panel-collapse .row:last-of-type {
    border-bottom: none; }
  #experience_collapse.panel-collapse .row .small-btn, #projects_collapse.panel-collapse .row .small-btn, #publications_collapse.panel-collapse .row .small-btn, #skills_collapse.panel-collapse .row .small-btn, .blog-section.panel-collapse .row .small-btn {
    display: inline-block;
    margin-bottom: -10px; }
    #experience_collapse.panel-collapse .row .small-btn:last-of-type, #projects_collapse.panel-collapse .row .small-btn:last-of-type, #publications_collapse.panel-collapse .row .small-btn:last-of-type, #skills_collapse.panel-collapse .row .small-btn:last-of-type, .blog-section.panel-collapse .row .small-btn:last-of-type {
      margin-bottom: 10px; }
  #experience_collapse.panel-collapse .row.last, #projects_collapse.panel-collapse .row.last, #publications_collapse.panel-collapse .row.last, #skills_collapse.panel-collapse .row.last, .blog-section.panel-collapse .row.last {
    border-bottom: none;
    padding: 0; }
  #experience_collapse .row, #projects_collapse .row, #publications_collapse .row, #skills_collapse .row, .blog-section .row {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    #experience_collapse .row:last-child, #experience_collapse .row:last-of-type, #projects_collapse .row:last-child, #projects_collapse .row:last-of-type, #publications_collapse .row:last-child, #publications_collapse .row:last-of-type, #skills_collapse .row:last-child, #skills_collapse .row:last-of-type, .blog-section .row:last-child, .blog-section .row:last-of-type {
      border-bottom: none;
      padding-bottom: 0; }
    #experience_collapse .row div[class^="col-md"]:first-child, #projects_collapse .row div[class^="col-md"]:first-child, #publications_collapse .row div[class^="col-md"]:first-child, #skills_collapse .row div[class^="col-md"]:first-child, .blog-section .row div[class^="col-md"]:first-child {
      padding-top: 20px; }
    #experience_collapse .row div[class^="col-md"]:last-child, #projects_collapse .row div[class^="col-md"]:last-child, #publications_collapse .row div[class^="col-md"]:last-child, #skills_collapse .row div[class^="col-md"]:last-child, .blog-section .row div[class^="col-md"]:last-child {
      padding-bottom: 20px; }
  #publications .panel-body .row, #awards .panel-body .row, #activities .panel-body .row, #volunteer .panel-body .row, #guest_speaker .panel-body .row, #media_articles .panel-body .row {
    margin-top: 0; }
  #publications .panel-body a, #awards .panel-body a, #activities .panel-body a, #volunteer .panel-body a, #guest_speaker .panel-body a, #media_articles .panel-body a {
    display: inline;
    width: 100%; }
    #publications .panel-body a.btn-primary, #awards .panel-body a.btn-primary, #activities .panel-body a.btn-primary, #volunteer .panel-body a.btn-primary, #guest_speaker .panel-body a.btn-primary, #media_articles .panel-body a.btn-primary {
      display: inline-block;
      white-space: normal;
      font-size: 15px;
      padding: 10px 3%;
      font-weight: 400;
      font-size: 12px;
      margin-top: 5px;
      margin-bottom: 10px; }
      #publications .panel-body a.btn-primary i, #awards .panel-body a.btn-primary i, #activities .panel-body a.btn-primary i, #volunteer .panel-body a.btn-primary i, #guest_speaker .panel-body a.btn-primary i, #media_articles .panel-body a.btn-primary i {
        display: none; }
  .resume-lead {
    font-size: 15px; }
  .panel-group {
    margin-bottom: 0px; }
  .panel-default:last-child {
    margin-bottom: 0; } }

/* ------------------------------------------------------------ *	Accessible Text
\* ------------------------------------------------------------ */
.accessible-text {
  height: 1px;
  width: 1px;
  position: absolute;
  overflow: hidden;
  top: -10px; }

.job-theme body {
  color: #61031A; }

.job-theme a {
  color: #36648b; }
  .job-theme a.btn-primary {
    color: #fff; }

.job-theme p {
  color: #000; }
  .job-theme p a {
    background-color: #36648b;
    color: #fff;
    padding: 3px 7px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.7px; }

.job-theme .btn-default:hover {
  background-color: #36648b;
  border-color: #36648b; }

.job-theme .btn-default:focus {
  background-color: #36648b;
  border-color: #36648b; }

.job-theme .btn-primary:hover {
  background-color: #36648b;
  border-color: #36648b; }

.job-theme .btn-primary:focus {
  background-color: #36648b;
  border-color: #36648b; }

.job-theme .label-primary {
  background-color: #36648b;
  border-color: #36648b; }

.job-theme .btn-info {
  background-color: #36648b; }

.job-theme .label-info {
  background-color: #36648b; }

.job-theme .alert-info {
  background-color: #36648b; }

.job-theme .small-btn.light {
  border: 1px solid #36648b;
  color: #36648b; }
  .job-theme .small-btn.light:hover {
    background-color: #36648b;
    color: #fff; }

.job-theme div.panel-anchor {
  color: #61031A; }

.job-theme .navbar-inverse .navbar-toggle {
  background-color: #61031A;
  border-color: #61031A; }

.job-theme .nav.navbar-nav li a {
  color: #000; }
  .job-theme .nav.navbar-nav li a:hover {
    color: #61031A;
    font-weight: 700; }

.job-theme #section-title {
  background-color: #61031A; }

.job-theme footer {
  background-color: #61031A; }
  .job-theme footer p {
    color: #fff; }

.job-theme .pagination {
  margin: 40px 0 0 0; }
  .job-theme .pagination .page-number a {
    background-color: #36648b;
    color: #fff; }
    .job-theme .pagination .page-number a:hover {
      background-color: #fff;
      color: #36648b;
      border: 2px solid #36648b;
      font-weight: bold; }
  .job-theme .pagination .page-number.disabled a {
    font-size: 13px;
    background-color: grey;
    color: #fff; }

.job-theme p {
  margin-bottom: 15px; }
  .job-theme p.job-locations {
    color: #61031A;
    font-style: italic;
    margin-bottom: 20px; }
  .job-theme p.job-list-info span {
    font-size: 13px;
    color: #fff;
    padding: 10px;
    border-radius: 50px;
    margin: 0 7px;
    letter-spacing: 1px; }
    .job-theme p.job-list-info span:first-of-type {
      margin-left: 0; }
    .job-theme p.job-list-info span:last-of-type {
      margin-right: 0; }
    .job-theme p.job-list-info span.posted-by {
      background-color: #36648b; }
    .job-theme p.job-list-info span.posted-date {
      background-color: #36648b; }
    .job-theme p.job-list-info span.salary-range {
      background-color: #36648b; }
    .job-theme p.job-list-info span a {
      background: none;
      padding: 0; }

.job-theme .socials a {
  color: #fff; }

.job-theme .socials .job-date {
  position: relative;
  bottom: -15px; }

.job-theme .job-details-section {
  padding-top: 10px; }
  .job-theme .job-details-section p {
    margin-bottom: 25px; }
  .job-theme .job-details-section ul {
    margin-top: 30px; }
  .job-theme .job-details-section .info-section a {
    background-color: transparent;
    color: #36648b;
    padding: 0;
    font-weight: normal; }
  .job-theme .job-details-section .recruiter-details .btn-primary {
    font-size: 12px;
    padding: 10px 15px;
    background-color: #fff;
    font-weight: 500;
    letter-spacing: 1.5px;
    border-width: 2px;
    border-color: #3a7d9f;
    color: #fff;
    background-color: #3a7d9f; }
    .job-theme .job-details-section .recruiter-details .btn-primary i {
      margin-right: 10px; }
    .job-theme .job-details-section .recruiter-details .btn-primary:hover {
      color: #3a7d9f;
      background-color: transparent;
      font-weight: bold; }
  .job-theme .job-details-section .other-jobs a {
    background-color: transparent;
    color: #36648b;
    font-style: italic; }

.job-theme #parallax {
  background: #fff; }

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