/*  Dynamic Mixings 
    
    This file includes mixin functions 
    to be used in the main dashboard LESS file
*/
.pt10 {
  padding-top: 10px;
}
.mt10 {
  margin-top: 10px;
}
.pb10 {
  padding-bottom: 10px;
}
.mb10 {
  margin-bottom: 10px;
}
.pl10 {
  padding-left: 10px;
}
.ml10 {
  margin-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
.mr10 {
  margin-right: 10px;
}
.pt20 {
  padding-top: 20px;
}
.mt20 {
  margin-top: 20px;
}
.pb20 {
  padding-bottom: 20px;
}
.mb20 {
  margin-bottom: 20px;
}
.pl20 {
  padding-left: 20px;
}
.ml20 {
  margin-left: 20px;
}
.pr20 {
  padding-right: 20px;
}
.mr20 {
  margin-right: 20px;
}
.pt30 {
  padding-top: 30px;
}
.mt30 {
  margin-top: 30px;
}
.pb30 {
  padding-bottom: 30px;
}
.mb30 {
  margin-bottom: 30px;
}
.pl30 {
  padding-left: 30px;
}
.ml30 {
  margin-left: 30px;
}
.pr30 {
  padding-right: 30px;
}
.mr30 {
  margin-right: 30px;
}
.pt40 {
  padding-top: 40px;
}
.mt40 {
  margin-top: 40px;
}
.pb40 {
  padding-bottom: 40px;
}
.mb40 {
  margin-bottom: 40px;
}
.pl40 {
  padding-left: 40px;
}
.ml40 {
  margin-left: 40px;
}
.pr40 {
  padding-right: 40px;
}
.mr40 {
  margin-right: 40px;
}
.pt50 {
  padding-top: 50px;
}
.mt50 {
  margin-top: 50px;
}
.pb50 {
  padding-bottom: 50px;
}
.mb50 {
  margin-bottom: 50px;
}
.pl50 {
  padding-left: 50px;
}
.ml50 {
  margin-left: 50px;
}
.pr50 {
  padding-right: 50px;
}
.mr50 {
  margin-right: 50px;
}
.pt60 {
  padding-top: 60px;
}
.mt60 {
  margin-top: 60px;
}
.pb60 {
  padding-bottom: 60px;
}
.mb60 {
  margin-bottom: 60px;
}
.pl60 {
  padding-left: 60px;
}
.ml60 {
  margin-left: 60px;
}
.pr60 {
  padding-right: 60px;
}
.mr60 {
  margin-right: 60px;
}
.pt70 {
  padding-top: 70px;
}
.mt70 {
  margin-top: 70px;
}
.pb70 {
  padding-bottom: 70px;
}
.mb70 {
  margin-bottom: 70px;
}
.pl70 {
  padding-left: 70px;
}
.ml70 {
  margin-left: 70px;
}
.pr70 {
  padding-right: 70px;
}
.mr70 {
  margin-right: 70px;
}
.pt80 {
  padding-top: 80px;
}
.mt80 {
  margin-top: 80px;
}
.pb80 {
  padding-bottom: 80px;
}
.mb80 {
  margin-bottom: 80px;
}
.pl80 {
  padding-left: 80px;
}
.ml80 {
  margin-left: 80px;
}
.pr80 {
  padding-right: 80px;
}
.mr80 {
  margin-right: 80px;
}
.pt90 {
  padding-top: 90px;
}
.mt90 {
  margin-top: 90px;
}
.pb90 {
  padding-bottom: 90px;
}
.mb90 {
  margin-bottom: 90px;
}
.pl90 {
  padding-left: 90px;
}
.ml90 {
  margin-left: 90px;
}
.pr90 {
  padding-right: 90px;
}
.mr90 {
  margin-right: 90px;
}
.pt100 {
  padding-top: 100px;
}
.mt100 {
  margin-top: 100px;
}
.pb100 {
  padding-bottom: 100px;
}
.mb100 {
  margin-bottom: 100px;
}
.pl100 {
  padding-left: 100px;
}
.ml100 {
  margin-left: 100px;
}
.pr100 {
  padding-right: 100px;
}
.mr100 {
  margin-right: 100px;
}
.pr0 {
  padding-right: 0;
}
.pl0 {
  padding-left: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.flatten {
  margin: 0 !important;
  padding: 0 !important;
}
.inline-list {
  display: inline-block;
  list-style: none;
}
.inline-list li {
  display: inline-block;
  list-style: none;
}
.inline-list li img {
  max-width: 100%;
}
.clearfix {
  clear: all;
}
.feaure-text {
  font-size: 16px;
}
.bg-dark {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6);
}
.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-reset li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.list-float {
  clear: all;
}
.list-float li {
  float: left;
  display: inline-block;
}
.ml-20 {
  margin-left: -20px;
}
.border-all {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.equal,
.equal > div[class*='col-'] {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex: 1 0 auto;
}
.join {
  display: inline-block;
}
.join .part {
  display: inline-block;
  margin: -1.5px;
}
.join .absolute {
  display: block;
  position: absolute;
  margin-left: -5000em;
}
/* vertical alignment styles */
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}
/* columns of same height styles */
.row-full-height {
  height: 100%;
}
.col-full-height {
  height: 100%;
  vertical-align: middle;
}
.row-same-height {
  display: table;
  width: 100%;
  /* fix overflow */
  table-layout: fixed;
}
.col-xs-height {
  display: table-cell;
  float: none !important;
}
@media (min-width: 768px) {
  .col-sm-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 992px) {
  .col-md-height {
    display: table-cell;
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .col-lg-height {
    display: table-cell;
    float: none !important;
  }
}
.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
  text-align: left;
}
.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
  text-align: center;
}
.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
  text-align: right;
}
.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
  text-align: justify;
}
@media (max-width: 768px) {
  .text-left-not-xs,
  .text-center-not-xs,
  .text-right-not-xs,
  .text-justify-not-xs {
    text-align: inherit;
  }
  .text-left-xs {
    text-align: left;
  }
  .text-center-xs {
    text-align: center;
  }
  .text-right-xs {
    text-align: right;
  }
  .text-justify-xs {
    text-align: justify;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .text-left-not-sm,
  .text-center-not-sm,
  .text-right-not-sm,
  .text-justify-not-sm {
    text-align: inherit;
  }
  .text-left-sm {
    text-align: left;
  }
  .text-center-sm {
    text-align: center;
  }
  .text-right-sm {
    text-align: right;
  }
  .text-justify-sm {
    text-align: justify;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .text-left-not-md,
  .text-center-not-md,
  .text-right-not-md,
  .text-justify-not-md {
    text-align: inherit;
  }
  .text-left-md {
    text-align: left;
  }
  .text-center-md {
    text-align: center;
  }
  .text-right-md {
    text-align: right;
  }
  .text-justify-md {
    text-align: justify;
  }
}
@media (min-width: 1200px) {
  .text-left-not-lg,
  .text-center-not-lg,
  .text-right-not-lg,
  .text-justify-not-lg {
    text-align: inherit;
  }
  .text-left-lg {
    text-align: left;
  }
  .text-center-lg {
    text-align: center;
  }
  .text-right-lg {
    text-align: right;
  }
  .text-justify-lg {
    text-align: justify;
  }
}
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-15 {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.col-xs-25 {
  width: 40%;
  float: left;
}
.col-xs-35 {
  width: 60%;
  float: left;
}
.col-xs-45 {
  width: 80%;
  float: left;
}
@media (min-width: 768px) {
  .pull-right-not-xs {
    float: right!important;
  }
}
a:focus,
textarea:hover,
input:hover,
textarea:active,
input:active,
textarea:focus,
input:focus {
  outline: 0px !important;
}
.bg-theme-color {
  background: #1b3768 !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.bg-darker-color {
  background: #002543 !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.bg-action-color {
  background: #F0AD4E !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.bg-option-color {
  background: #FEFFFB !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.bg-mute-color {
  background: #FEFFFB !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.theme-color {
  color: #1b3768 !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.darker-color {
  color: #002543 !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.action-color {
  color: #F0AD4E !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.option-color {
  color: #FEFFFB !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
.mute-color {
  color: #FEFFFB !important;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -ms-transition: all 0.7s;
  -o-transition: all 0.7s;
}
/*animate*/
a {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  text-decoration: none;
}
a:hover {
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
}
/*constants*/
/* text color properties */
/* blue original theme */
/* blue new theme */
/* dev color 
@theme_color: #000000;
@complementary_color: #434343; 
@darker_color: #002543;
@action_color: #F0AD4E;
@option_color: #FEFFFB;
@mute_color: #FEFFFB;
*/
body {
  margin-top: 0;
}
body.toolbar-drawer.tbr_menu_hidden {
  padding-top: 0px!important;
}
#toolbar {
  display: none;
}
body.toolbar {
  padding-top: 0 !important;
}
body.front h1.page-header {
  display: none;
}
#block-sf-search-form-wide {
  padding: 12px 12px 2px 12px;
  background: rgba(38, 103, 195, 0.5);
  border-radius: 6px;
  margin-bottom: 12px;
}
body.mobile-ui #navbar-collapse .phone-block-top {
  padding: 8px 6px 0;
  color: #ffbc02;
}
body.mobile-ui #navbar-collapse .phone-block-top .phone-text {
  font-size: 12px;
  line-height: 12px;
}
body.mobile-ui #navbar-collapse ul.menu.nav .first.leaf,
body.mobile-ui #navbar-collapse ul.menu.nav .leaf {
  position: absolute;
  margin-left: -2000em;
}
body.mobile-ui #navbar-collapse #superfish-main-accordion {
  display: block !important;
}
body.mobile-ui #navbar-collapse a {
  font-size: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7);
}
body.mobile-ui #navbar-collapse a:hover {
  background: rgba(255, 255, 255, 0.1);
}
body.mobile-ui #navbar-collapse a#superfish-main-toggle {
  padding: 12px;
  display: block;
}
body.mobile-ui #navbar-collapse .mobile-ui-loading {
  display: none;
}
body.mobile-ui #navbar-collapse .mobile-ui-loading.mobile-ui-loaded {
  display: block;
}
header#navbar {
  border-radius: 0;
  border: 0 none;
  background: #1b3768;
  margin-bottom: 20px;
}
header#navbar.navbar-inverse .navbar-nav > li > a {
  color: rgba(255, 255, 255, 0.7);
}
header#navbar.navbar-inverse .navbar-nav > li > a:focus,
header#navbar.navbar-inverse .navbar-nav > li > a:hover {
  color: #ffffff;
}
header#navbar.navbar-inverse .navbar-nav > .active > a,
header#navbar.navbar-inverse .navbar-nav > .active > a:focus,
header#navbar.navbar-inverse .navbar-nav > .active > a:hover {
  color: #ffffff;
  background-color: #002543;
}
header#navbar .navbar-toggle {
  border: 0 none;
  border-left: 1px solid rgba(38, 103, 195, 0.3);
  height: 60px;
  width: 60px;
  border-radius: 0;
  margin: 0;
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  padding-left: 18px;
}
header#navbar .navbar-toggle:focus {
  background: none transparent;
}
header#navbar .navbar-toggle:hover {
  background: rgba(38, 103, 195, 0.5);
}
header#navbar .navbar-toggle:active {
  background: rgba(38, 103, 195, 0.9);
}
header#navbar a.logo {
  padding-right: 0;
}
@media (max-width: 768px) {
  header#navbar a.logo {
    padding-right: 15px;
    width: 70px;
    height: auto;
  }
}
header#navbar a.navbar-brand {
  display: inline-block;
  padding-top: 18px;
  padding-left: 8px;
  padding-right: 15px;
  margin-left: 0;
  font-size: 19px;
  font-variant: small-caps;
  line-height: 20px;
  font-family: "Times New Roman", Times, serif;
  width: 150px;
  color: #ffffff;
  text-decoration: none;
}
header#navbar a.navbar-brand:hover {
  color: rgba(255, 255, 255, 0.7);
}
@media (max-width: 768px) {
  header#navbar a.navbar-brand {
    width: 50px;
    font-size: 14px;
    line-height: 12px;
    width: 150px;
    padding-top: 11px;
  }
}
header#navbar #navbar-collapse {
  background: rgba(38, 103, 195, 0.5);
  font-size: 14px;
}
header#navbar #block-sf-mainmenu {
  font-size: 20px;
}
header#navbar #block-sf-mainmenu ul#superfish-main {
  padding: 0;
  margin: 0;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  header#navbar #block-sf-mainmenu ul#superfish-main {
    float: right;
    margin-left: 0;
    margin-right: 0;
  }
}
header#navbar #block-sf-mainmenu ul#superfish-main .sf-sub-indicator {
  font-size: 8px;
}
header#navbar #block-sf-mainmenu ul#superfish-main > li {
  border-right: 1px solid rgba(38, 103, 195, 0.5);
}
header#navbar #block-sf-mainmenu ul#superfish-main > li > a {
  display: inline-block;
  padding: 20px 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  text-align: left;
  width: 100%;
}
@media (max-width: 992px) {
  header#navbar #block-sf-mainmenu ul#superfish-main > li > a {
    padding: 20px 20px;
    font-size: 16px;
  }
}
header#navbar #block-sf-mainmenu ul#superfish-main > li > a:hover {
  color: #ffffff;
  background: #2667c3;
  border-bottom: 3px solid #F0AD4E;
}
header#navbar #block-sf-mainmenu ul#superfish-main > li > a:active {
  background: #6d9de2;
}
@media (max-width: 768px) {
  header#navbar #block-sf-mainmenu ul#superfish-main > li > a {
    border-bottom: 0;
  }
  header#navbar #block-sf-mainmenu ul#superfish-main > li > a:hover,
  header#navbar #block-sf-mainmenu ul#superfish-main > li > a:focus {
    color: #ffffff;
    background: #2667c3;
    border-bottom: 0;
  }
  header#navbar #block-sf-mainmenu ul#superfish-main > li > a:active {
    background: #6d9de2;
  }
  header#navbar #block-sf-mainmenu ul#superfish-main > li > a.dropdown-toggle {
    display: none;
  }
}
header#navbar #block-sf-mainmenu ul#superfish-main > li > a .caret {
  display: none;
}
header#navbar #block-sf-mainmenu ul#superfish-main .active > a {
  background: #2667c3;
  border-bottom: 3px solid #F0AD4E;
}
header#navbar #block-sf-mainmenu ul#superfish-main .open > a {
  background: #2667c3;
}
header#navbar #block-sf-mainmenu ul#superfish-main ul {
  border-radius: 0;
  border: 0;
  border-bottom: 6px solid #F0AD4E;
  padding: 0;
  background: #ffffff;
  margin-top: 8px;
}
@media (max-width: 768px) {
  header#navbar #block-sf-mainmenu ul#superfish-main ul {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
    display: block;
  }
}
header#navbar #block-sf-mainmenu ul#superfish-main ul li > a {
  padding: 12px 24px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  font-size: 16px !important;
  text-decoration: none;
}
header#navbar #block-sf-mainmenu ul#superfish-main ul li > a:hover,
header#navbar #block-sf-mainmenu ul#superfish-main ul li > a:focus {
  background: rgba(38, 103, 195, 0.7);
}
header#navbar #block-sf-mainmenu ul#superfish-main ul li > a:active {
  background: rgba(38, 103, 195, 0.9);
}
@media (max-width: 768px) {
  header#navbar #block-sf-mainmenu ul#superfish-main ul li > a {
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: #ffffff;
    background: transparent;
  }
  header#navbar #block-sf-mainmenu ul#superfish-main ul li > a:hover,
  header#navbar #block-sf-mainmenu ul#superfish-main ul li > a:focus {
    background: rgba(38, 103, 195, 0.7);
  }
  header#navbar #block-sf-mainmenu ul#superfish-main ul li > a:active {
    background: rgba(38, 103, 195, 0.9);
  }
}
header#navbar .navbar-header {
  float: none !important;
}
header#navbar .navbar-header .phone-block-top {
  color: #ffbc02;
  padding: 20px 0;
  margin: 0 -15px;
}
@media (max-width: 768px) {
  header#navbar .navbar-header .phone-block-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 768px) {
  header#navbar .navbar-header .phone-block-top {
    float: right;
    padding: 25px 15px 0 0;
    margin: 0;
  }
}
@media (min-width: 1200px) {
  header#navbar .navbar-header .phone-block-top {
    padding-right: 30px;
  }
}
header#navbar .navbar-header .phone-block-top .phone-message {
  padding: 8px 6px 0;
}
header#navbar .navbar-header .phone-block-top .phone-message > div {
  display: inline-block;
}
header#navbar .navbar-header .phone-block-top .phone-message .phone-text {
  font-size: 12px;
  line-height: 12px;
}
header#navbar .navbar-header .phone-block-top .phone-message .phone-number {
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 768px) {
  header#navbar .navbar-header .phone-block-top {
    text-align: right;
  }
}
@media (min-width: 768px) {
  header#navbar .navbar-header {
    text-align: left;
  }
}
@media (min-width: 768px) {
  header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu {
    float: right;
  }
}
@media (min-width: 768px) {
  header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu > div {
    display: inline-block;
  }
}
header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu .nav > li {
  display: inline-block;
}
@media (max-width: 768px) {
  header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu ul.menu--menu-secondary-menu {
    margin: 0 -15px;
  }
  header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu ul.menu--menu-secondary-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu ul.menu--menu-secondary-menu li a {
    color: rgba(255, 255, 255, 0.7);
  }
  header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu ul.menu--menu-secondary-menu li a:hover {
    background: rgba(255, 255, 255, 0.1);
  }
}
@media (min-width: 768px) {
  header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu ul.menu--menu-secondary-menu {
    display: inline-block;
    list-style: none;
    margin-top: 20px;
    background: rgba(38, 103, 195, 0.1);
  }
  header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu ul.menu--menu-secondary-menu .leaf {
    position: absolute;
    margin-left: -2000em;
  }
  header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu ul.menu--menu-secondary-menu .first.leaf {
    position: inherit;
    margin-left: 0;
  }
  header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu ul.menu--menu-secondary-menu li {
    display: inline-block;
    list-style: none;
  }
  header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu ul.menu--menu-secondary-menu li a {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.7);
    background: transparent;
    height: 60px;
    line-height: 40px;
    border-right: solid 1px rgba(38, 103, 195, 0.15);
  }
  header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu ul.menu--menu-secondary-menu li a:hover {
    background: rgba(38, 103, 195, 0.2);
  }
  header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu ul.menu--menu-secondary-menu li a:active {
    background: rgba(38, 103, 195, 0.7);
  }
}
@media (min-width: 992px) {
  header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu ul.menu--menu-secondary-menu .leaf {
    position: inherit;
    margin-left: 0;
  }
  header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu ul.menu--menu-secondary-menu .leaf.last {
    position: absolute;
    margin-left: -2000em;
  }
  header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu ul.menu--menu-secondary-menu .leaf#menu-careers {
    position: absolute;
    margin-left: -2000em;
  }
}
@media (min-width: 1200px) {
  header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu ul.menu--menu-secondary-menu .leaf {
    position: inherit;
    margin-left: 0;
  }
  header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu ul.menu--menu-secondary-menu .leaf.last {
    position: inherit;
    margin-left: 0;
  }
  header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu ul.menu--menu-secondary-menu .leaf#menu-careers {
    position: inherit;
    margin-left: 0;
  }
}
header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu .region-search-form {
  background: rgba(38, 103, 195, 0.2);
  height: 60px;
  padding: 8px 12px 8px 8px;
  margin: 0 -15px;
}
@media (max-width: 768px) {
  header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu .region-search-form .input-group {
    display: inherit;
  }
  header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu .region-search-form .input-group .custom-search-box {
    width: 80%;
  }
  header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu .region-search-form .input-group .input-group-btn {
    width: 20%;
    position: absolute;
    right: 0;
  }
  header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu .region-search-form .input-group button {
    width: 100%;
  }
}
@media (min-width: 768px) {
  header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu .region-search-form {
    width: 180px;
    margin: 0;
    margin-top: 20px;
    float: right;
  }
}
@media (min-width: 992px) {
  header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu .region-search-form {
    width: inherit;
  }
}
header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu .region-search-form input[type="text"] {
  font-size: 16px;
}
header#navbar .navbar-header #block-sf-sf-menu-menu-secondary-menu .region-search-form .form-group {
  margin-bottom: 0;
}
.search-form input[type="text"] {
  font-size: 16px;
}
body.page-node-type-program .field--name-body h4 {
  margin: 16px 0 4px 0;
}
#sub-navbar {
  margin-bottom: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.175);
}
#sub-navbar .breadcrumb {
  padding: 15px 10px;
  margin: 0;
  list-style: none;
  background-color: #fff;
  border-radius: 4px;
}
#sub-navbar #block-search-form {
  padding: 8px 0;
  margin: 0 15px;
}
#sub-navbar #block-search-form .form-group {
  margin-bottom: 0;
}
#home-page-carousel-slider {
  clear: both;
  background: #1b3768;
  margin-top: -20px;
}
#home-page-carousel-slider .fill {
  width: 100%;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
#home-page-carousel-slider .fill .container {
  height: 450px;
}
@media (max-width: 992px) {
  #home-page-carousel-slider .fill .container {
    height: auto;
  }
}
#home-page-carousel-slider .fill .container .light-box {
  margin: 30px 0;
  padding: 20px;
  background: rgba(27, 55, 104, 0.7);
  color: #ffffff;
  font-size: 18px;
}
.view-id-courses h3 {
  display: none;
}
.view-id-courses .course-btn {
  margin: 12px;
}
.soc-link-right {
  font-size: 14px;
  text-decoration: none;
  float: left;
  padding-bottom: 12px;
  padding-left: 8px;
}
section.language-switcher-language-session h2 {
  display: none;
}
section.language-switcher-language-session ul {
  margin: 0;
  padding: 0;
}
section.language-switcher-language-session ul li {
  display: inline-block;
  width: 49%;
}
section.language-switcher-language-session ul li a {
  text-align: center;
  padding: 6px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  text-decoration: none;
  border-radius: 3px;
}
section.language-switcher-language-session ul li a:hover {
  background: rgba(38, 103, 195, 0.3);
}
#left-sidebar-container h2.block-title {
  font-size: 20px;
}
.accredited_licensed_affiliated {
  padding: 30px 0;
  margin-bottom: 30px;
}
.accredited_licensed_affiliated .content_block_col {
  text-align: center;
}
@media (max-width: 992px) {
  .accredited_licensed_affiliated .content_block_col {
    padding-top: 30px;
  }
}
#post-footer-wrapper {
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.5);
  padding: 14px 0 24px;
  font-size: 10px;
  font-family: Verdana, Geneva, sans-serif;
}
#post-footer-wrapper #social-wrapper {
  padding: 0 20px 20px;
}
#post-footer-wrapper #social-wrapper #footer-logo {
  margin: -60px auto 0;
  width: 80px;
}
#post-footer-wrapper #social-wrapper .social-icons {
  margin-top: 30px;
  font-size: 32px;
}
#post-footer-wrapper #social-wrapper .social-icons a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.3);
}
#post-footer-wrapper #social-wrapper .social-icons a:hover {
  color: #2667c3;
}
#post-footer-wrapper #post-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  padding-bottom: 30px;
}
#post-footer-wrapper #post-footer .copy {
  color: rgba(0, 0, 0, 0.4);
}
#post-footer-wrapper .post-footer-title {
  font-size: 14px;
  color: #002f67;
  padding: 0 20px 20px;
}
@media (max-width: 768px) {
  .block-easy-social {
    float: none;
    text-align: center;
  }
}
#simple-subscription-form {
  float: right;
}
@media (max-width: 768px) {
  #simple-subscription-form {
    float: none;
    text-align: center;
  }
}
#simple-subscription-form .simple_subscription_header {
  padding: 6px 6px 0 6px;
  color: #FFF;
  font-size: 16px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
}
#simple-subscription-form > div > div {
  display: inline-block;
}
@media (max-width: 768px) {
  #simple-subscription-form > div > div {
    display: block;
    text-align: center;
  }
}
#simple-subscription-form > div > div .control-label {
  display: none;
}
#simple-subscription-form .form-group {
  margin-bottom: 0;
}
.pre-footer {
  padding: 12px 0;
}
@media (min-width: 769px) {
  #main-content-container {
    margin-right: 330px;
  }
  #left-sidebar-container {
    width: 300px;
    float: right;
  }
}
#block-sf-webform h2.block-title,
.request-information-form h2.block-title {
  padding: 16px;
  background: #F0AD4E;
  margin-top: -20px !important;
  margin-left: -20px;
  margin-right: -20px;
  color: #ffffff !important;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
#block-sf-webform .form-control,
.request-information-form .form-control {
  margin-bottom: 10px;
}
#block-sf-webform #webform-component-campus,
.request-information-form #webform-component-campus {
  width: 49%;
  float: right;
}
#block-sf-webform #webform-component-campus select,
.request-information-form #webform-component-campus select {
  font-size: 13px;
}
#block-sf-webform #webform-component-program,
.request-information-form #webform-component-program {
  width: 49%;
  font-size: 14px;
}
#block-sf-webform #webform-component-program select,
.request-information-form #webform-component-program select {
  font-size: 13px;
}
#block-sf-webform .form-submit,
.request-information-form .form-submit {
  padding: 10px 12px;
}
#block-sf-webform label,
.request-information-form label {
  display: none;
}
#block-sf-webform .form-item-referer,
.request-information-form .form-item-referer,
#block-sf-webform .captcha-type-challenge--recaptcha,
.request-information-form .captcha-type-challenge--recaptcha {
  display: none;
}
.page-node-type-continuing-education-course table.table {
  margin-top: 30px;
}
#footer-wrapper {
  margin-top: 45px;
  background: #2667c3;
  color: #ffffff;
  padding-bottom: 60px;
}
#footer-wrapper #footer-social-actions .social-action {
  display: block;
  margin: 3px;
  float: left;
}
#footer-wrapper #footer-menu-wrap {
  margin: 50px 0 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer-wrapper #footer-menu-wrap ul.menu--footer,
#footer-wrapper #footer-menu-wrap ul.footer-nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 480px) {
  #footer-wrapper #footer-menu-wrap ul.menu--footer,
  #footer-wrapper #footer-menu-wrap ul.footer-nav {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
}
#footer-wrapper #footer-menu-wrap ul.menu--footer li,
#footer-wrapper #footer-menu-wrap ul.footer-nav li {
  display: inline-block;
}
@media (max-width: 480px) {
  #footer-wrapper #footer-menu-wrap ul.menu--footer li,
  #footer-wrapper #footer-menu-wrap ul.footer-nav li {
    display: block;
  }
}
#footer-wrapper #footer-menu-wrap ul.menu--footer li a,
#footer-wrapper #footer-menu-wrap ul.footer-nav li a {
  display: inline-block;
  padding: 20px 20px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}
#footer-wrapper #footer-menu-wrap ul.menu--footer li a:hover,
#footer-wrapper #footer-menu-wrap ul.footer-nav li a:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 2px solid #ffffff;
}
@media (max-width: 480px) {
  #footer-wrapper #footer-menu-wrap ul.menu--footer li a,
  #footer-wrapper #footer-menu-wrap ul.footer-nav li a {
    display: block;
  }
}
#footer-wrapper #footer-dynamic-blocks {
  text-align: left;
}
#footer-wrapper #footer-dynamic-blocks h2 {
  font-size: 14px;
  margin-top: 30px !important;
  text-transform: uppercase;
}
#footer-wrapper #footer-dynamic-blocks .block-views .views-field a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
}
#footer-wrapper #footer-dynamic-blocks .block-views .views-field a:hover {
  color: #ffffff;
  padding-left: 4px;
}
#block-webform-client-block-261,
#webform-component-referer,
.form-item-submitted-referer {
  display: none;
}
dl dt {
  margin-top: 20px;
}
#block-sf-homepagewelcometextenglish p,
#block-sf-homepagewelcometextspanish p {
  font-size: 16px;
}
.placement-rates-wrapper > div {
  margin: 4px 0;
  border: 1px solid #e6e6e6;
  clear: both;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.placement-rates-wrapper > div i.fa {
  position: absolute;
  height: 50px;
  width: 50px;
  text-align: center;
  color: #F0AD4E;
  padding-top: 24px;
}
.placement-rates-wrapper > div .block-content {
  padding: 12px;
  border-left: 1px solid #cccccc;
  margin-left: 50px;
  padding-left: 12px;
}
.sf-banner {
  margin-top: 30px;
}
.sf-banner > div {
  padding: 20px;
  font-size: 20px;
}
.sf-banner #green-building {
  color: #ffffff;
  background: #4CAF50;
  border-left: 6px solid #6ec071;
}
.sf-banner #green-building i.fa {
  color: #357a38;
  float: left;
  width: 80px;
  height: 74px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #92cf94;
  padding-top: 6px;
  text-align: left;
  margin-right: 20px;
}
.sf-banner #green-building .banner-content h3 {
  font-weight: normal;
  margin: 0;
}
.sf-banner #green-building .banner-content .signature {
  font-family: "Times New Roman", Times, serif;
  font-variant: small-caps;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  padding: 0 16px 0 16px;
}
#map {
  margin-top: 30px;
  width: 100%;
  height: 400px;
}
#sfit-locations {
  margin-top: 12px;
}
#sfit-locations a {
  display: block;
  height: 400px;
  background: url('../images/content/sfit-locations.jpg') center center no-repeat;
}
.node-type-continuing-education-course .node-continuing-education-course .field-label {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
}
.node-type-continuing-education-course .node-continuing-education-course table {
  margin: 20px 0;
}
.btn-outline-primary {
  border: 2px solid black;
  background-color: white;
  border-color: #2e6da4;
}
.field-name-field-class-time-table table {
  width: 100%;
}
.field-name-field-class-time-table table th {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
}
.field-name-field-class-time-table table td {
  border: 1px solid #ddd;
}
aside h2 {
  font-size: 20px;
}
.form-item-referer {
  display: none !important;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info a {
  display: block;
  text-decoration: none;
  color: #fff;
}
