.container {
  padding-right: 2.4em;
  padding-left: 2.4em;
  margin-right: auto;
  margin-left: auto;
}
.row {
  margin-left: -2.4em;
  margin-right: -2.4em;
}
[class*="col-"] {
  padding-left: 2.4em;
  padding-right: 2.4em;
}
.container {
  padding-right: 2.4em !important;
  padding-left: 2.4em !important;
  margin-right: auto;
  margin-left: auto;
}
:focus {
  outline: none !important;
  box-shadow: none !important;
}
body {
  background: #ffffff;
}
body.loaded {
  background: #14679d;
  background: linear-gradient(to right, #0e4970 0%, #14679d 50%, #0e4970 100%);
}
#overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -5;
  background: #ffffff;
}
body.loaded #overlay {
  background: transparent;
  transition: background 0.3s ease-in 0.3s;
}
#template,
#sidebar {
  position: relative;
}
template {
  transition: opacity 0.3s ease-in, left 0.35s ease-in-out;
}
#sidebar {
  position: relative;
  transition: opacity 0.3s ease-in 0.3s, left 0.35s ease-in-out;
}
body.toolbar_shown #template,
body.toolbar_shown #sidebar {
  top: 48px;
}
body.loaded #template,
body.loaded #sidebar {
  opacity: 1;
}
#template .navbar,
#template #main,
#template #footer {
  position: relative;
}
.clear:after {
  content: '';
  display: table;
  clear: both;
}
.printable-header {
  display: none;
}
/*========  Nav Styles Start ========*/
#template .navbar {
  padding: 3em 0 1em;
  margin: 0;
  border: none;
  background: #fff;
  border-radius: 0;
  z-index: 1;
}
#template .navbar .nav-logo {
  background: url(/packages/sai/themes/sai_theme/img/sai-logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left center;
  width: 100%;
  height: 5.5em;
  position: relative;
  overflow: hidden;
}
#template .navbar .nav-logo span {
  position: absolute;
  left: 0;
  top: calc(101%);
}
#template .navbar ul.nav {
  text-align: right;
  display: block;
  float: right;
  margin: 0;
}
#template .navbar .main-nav ul.nav {
  border-top: 0.1em solid #d7d5d4;
  margin-top: 0;
}
#template .navbar ul.nav li {
  display: inline-block;
}
#template .navbar ul.nav li a {
  padding: 0.5em 0.2em 0.6em;
  margin: 0 0.2em;
  color: #14679d;
  position: relative;
}
#template .navbar ul.nav li a:after {
  content: '';
  width: 0%;
  height: 0.2em;
  background-color: #f9a22e;
  left: 50%;
  bottom: 0;
  position: absolute;
  transition: width 0.25s ease-in-out, left 0.25s ease-in-out;
}
#template .navbar ul.nav li.nav-selected a:after,
#template .navbar ul.nav li.nav-path-selected a:after,
#template .navbar ul.nav li a:hover:after {
  width: 100%;
  left: 0%;
}
#template .navbar ul.nav li.nav-selected a:hover:after,
#template .navbar ul.nav li.nav-path-selected a:hover:after {
  width: 110%;
  left: -5%;
}
#template .navbar ul.nav li a:hover,
#template .navbar ul.nav li a:focus {
  color: #14679d;
  background: #fff;
}
#template .navbar ul.nav li.menu-button {
  display: none;
  font-size: 1.8em;
}
#template .navbar ul.nav li.menu-button a.menu-toggle {
  display: block;
  position: relative;
  overflow: hidden;
}
#template .navbar ul.nav li.menu-button a.menu-toggle:after {
  content: none;
}
#template .navbar ul.nav li.menu-button a.menu-toggle:hover {
  color: #f9a22e;
}
#template .navbar ul.nav li.menu-button a.menu-toggle .btn-text {
  display: block;
  position: absolute;
  left: 0;
  top: calc(101%);
}
#template #main-section ul.nav {
  list-style: none;
  margin: 0;
  font-size: 0.8em;
  display: inline-block;
}
#template #main-section ul.nav li {
  display: inline-block;
}
#template #main-section ul.nav li a {
  padding: 0 0.8em 0 0.6em;
  display: inline-block;
}
#template #main-section ul.nav li a:hover,
#template #main-section ul.nav li a:focus {
  background: #fff;
}
#template #main-section ul.nav li ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
#template #main-section ul.nav li a:after {
  content: "/";
  position: absolute;
  right: 0;
}
#template #main-section ul.nav li:last-of-type a:after {
  content: "";
}
#template #main-section ul.nav li.menu-button {
  display: none;
}
#template .bar-spacer ul.nav {
  margin: 0;
  padding: 0;
}
#template .bar-spacer ul.nav li {
  display: inline-block;
  margin: 0;
}
#template .bar-spacer ul.nav li.menu-button {
  display: none;
}
#template .bar-spacer ul.nav li a {
  background: transparent;
  color: #fff;
  padding: 0.5em 0.2em 0.6em;
  margin: 0 0.3em;
}
#template .bar-spacer ul.nav li a:hover,
#template .bar-spacer ul.nav li a:focus {
  background: transparent;
  color: #fff;
}
#template .bar-spacer ul.nav li a:after {
  content: '';
  width: 0%;
  height: 0.2em;
  background-color: #f9a22e;
  left: 50%;
  bottom: 0;
  position: absolute;
  transition: width 0.25s ease-in-out, left 0.25s ease-in-out;
}
#template .bar-spacer ul.nav li.nav-selected a:after,
#template .bar-spacer ul.nav li.nav-path-selected a:after,
#template .bar-spacer ul.nav li a:hover:after {
  width: 100%;
  left: 0%;
}
#template .bar-spacer ul.nav li.nav-selected a:hover:after,
#template .bar-spacer ul.nav li.nav-path-selected a:hover:after {
  width: 110%;
  left: -5%;
}
/*========  Nav Styles End ========*/
/*========  Mobile Nav Styles Start ========*/
body.menu-open {
  overflow: hidden;
}
#sidebar {
  position: fixed;
  width: 75%;
  height: 100%;
  background: #14679d;
  padding: 2em;
  top: 0;
  right: -45%;
  transition: right 0.35s ease-in-out, visibility 0s linear 0.5s;
  visibility: hidden;
  z-index: 0;
}
body.menu-open #sidebar {
  right: 0%;
  visibility: visible;
  transition: right 0.35s ease-in-out, visibility 0s linear 0s;
}
#template {
  left: 0%;
  transition: left 0.35s ease-in-out;
}
body.menu-open #template {
  left: -75%;
}
#sidebar ul.nav li.menu-button {
  display: none;
}
#sidebar ul.nav li a {
  color: #fff;
  font-size: 1.4em;
}
#sidebar ul.nav li a:hover,
#sidebar ul.nav li a:focus {
  color: #fab860;
  background: transparent;
}
/*========  Mobile Nav Styles End ========*/
/*========  Body Styles Start ========*/
.bar-spacer {
  width: 100%;
  height: 2em;
  background: #14679d;
  background: linear-gradient(to right, #ed8a07 0%, #f9a22e 50%, #ed8a07 100%);
}
body.account-page #template .bar-spacer {
  width: 100%;
  height: auto;
  padding: 0.1em 0 0.6em;
  background: #14679d;
  background: linear-gradient(to right, #0e4970 0%, #14679d 50%, #0e4970 100%);
}
#welcome-area,
#account-main-section,
#welcome-area .container,
#account-main-section .container {
  background: #ffffff;
}
#welcome-area .col-sm-7,
#account-main-section .col-sm-7 {
  padding-top: 2.4em;
  padding-bottom: 3em;
  background: #f3f1f0;
}
#welcome-area .col-sm-5,
#account-main-section .col-sm-5 {
  padding-top: 2.4em;
  padding-bottom: 3em;
}
#main-section {
  padding: 3em 0;
  background: #fff;
}
body.store #template .ccm-image-block {
  margin-top: 1em;
}
hr {
  margin: 1.5em 0;
  border: 0;
  border-top: 1px solid #ccc;
}
.contact .ccm-express-form textarea {
  resize: none;
}
/*========  Body Styles End ========*/
/*========  Footer Styles Start ========*/
#footer {
  padding: 4em 0 4em;
  background: #14679d;
  background: linear-gradient(to right, #0e4970 0%, #14679d 50%, #0e4970 100%);
}
#template #footer ul {
  margin: 0 0 0.4em;
}
#template #footer ul.nav li {
  display: inline-block;
}
#template #footer ul.nav li a {
  padding: 0.2em 0.4em 0.6em;
  color: #fff;
}
#template #footer ul.nav li a:hover,
#template #footer ul.nav li a:focus {
  color: #fab860;
  background: transparent;
}
/*========  Footer Styles End ========*/
/*========  Form Styles Start ========*/
#template .form-group label.hideLabel,
#template .ccm-form label {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}
#template .control-label {
  display: block;
  margin: 1em 0;
}
#template .form-control {
  font-size: 1em;
  height: 2.1em;
  background: #fcfcfb;
}
#template textarea.form-control {
  height: 5.1em;
}
#template .form-control:focus {
  border-color: #49a9e8;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
#template .form-group {
  margin: 1em 0;
}
#template .form-group.captcha {
  margin: 0;
}
#template fieldset {
  position: relative;
  margin-bottom: 1.5em;
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}
#template fieldset:last-of-type {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
#template legend {
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: bold;
  color: #14679d;
  border-bottom: none;
}
#template .checkbox-inline,
#template .radio-inline {
  padding-right: 1.5em;
  margin-bottom: 1em;
}
#template .checkbox-inline + .checkbox-inline,
#template .radio-inline + .radio-inline {
  margin-left: 0;
}
#template .pull-right .btn {
  margin-left: 1em;
  margin-right: 0;
}
#template input.hasTrigger {
  display: inline;
  vertical-align: middle;
  width: 90%;
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ui-datepicker {
  z-index: 2 !important;
}
#template button.ui-datepicker-trigger {
  position: relative;
  display: inline-block;
  width: 10%;
  height: 2.1em;
  vertical-align: middle;
  background: #f3f1f0;
  border: 1px solid #ccc;
  border-left: none;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  overflow: hidden;
}
#template button.ui-datepicker-trigger .btn-text {
  position: absolute;
  left: 0;
  top: calc(101%);
}
.view-alert .alert:last-of-type {
  margin-bottom: 0;
}
/*========  Form Styles End ========*/
/*========  Concrete Overrides Start ========*/
#ccm-panel-detail-page-composer {
  display: block;
}
/*========  Concrete Overrides End ========*/
/*========  Bootstrap Overrides Start ========*/
#template .btn-block {
  display: inline-block;
  width: auto;
}
#template .list-group {
  margin: 30px 0;
}
#template .list-group-item {
  color: #333333;
  background-color: #f3f1f0;
  border-color: #ccc;
}
#template .list-group-item:hover {
  color: #333333;
  background-color: #e8e4e2;
  border-color: #ccc;
}
#template .list-group-item-heading {
  margin: 0 0 5px;
}
#template .list-group-item-text {
  margin: 5px 0 0;
}
#template .list-group-item .badge {
  font-size: 0.75em;
  padding: 5px 10px;
  border-radius: 12px;
}
#template .list-group-item .badge-complete {
  background-color: #14679d;
}
#template .sai-block-type.ccm-edit-mode-disabled-item {
  background-color: #14679d;
  border: none;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 1em;
  padding: 1em;
}
#template .sai-block-type-name {
  font-size: 1.5em;
}
#template .sai-block-type-desc {
  margin: 1em 0 0;
}
#template .dropdown-menu a.active,
#template .dropdown-menu a.active:hover {
  color: #14679d;
}
#template .dropdown-menu a.disabled,
#template .dropdown-menu a.disabled:hover {
  color: #999;
  background: none;
}
#template .dropdown-menu {
  font-size: 1em;
}
#template .dropdown-menu li {
  margin-bottom: 0;
}
#template .dropdown-menu a,
#template .dropdown-menu a:hover {
  color: #333;
}
/*========  Bootstrap Overrides End ========*/
/*========  jQuery UI Overrides Start ========*/
#sai_body div.ui-dialog .ui-dialog-buttonpane {
  background-color: #14679d;
}
#sai_body div.ui-dialog .ui-dialog-buttonpane .btn {
  border: none;
}
#sai_body div.ui-dialog .ui-dialog-buttonpane .btn-default {
  background: #f3f1f0;
  color: #333333;
}
#sai_body div.ui-dialog .ui-dialog-buttonpane .btn-default:hover {
  background: #e8e4e2;
}
/*========  jQuery UI Overrides End ========*/
/*========  Single Page Styles Start ========*/
#main_container {
  padding: 3em 0;
  position: relative;
  background: #fff;
}
body.login #template #main_container:before,
body.register #template #main_container:before,
body.cart #template #main_container:before {
  content: '';
  background: linear-gradient(to right, #0e4970 0%, #14679d 50%, #0e4970 100%);
  position: absolute;
  height: 2em;
  width: 100%;
  top: 0;
}
body.login #template .controls {
  padding: 0;
}
body.login #template div.login-form hr {
  margin-top: 0 !important;
  margin-bottom: 1em !important;
}
body.login #template .checkbox,
body.login #template .radio {
  margin-top: 1em;
  margin-bottom: 1em;
}
body.login #template .checkbox input,
body.login #template .radio input {
  position: relative;
  margin-right: 4px;
}
#template #main_container .login-page .form-group .control-label {
  margin: 0 0 0.6em;
}
#template #main_container .login-page .forgotPassword h4 {
  display: none;
  /* temporarily hide this for launch */
}
#template #main_container .login-page .forgotPassword .help-block {
  margin-top: 1em;
  /* temporarily hide this for launch */
}
#template #main_container .login-page .alert {
  margin-top: 1em;
}
#template #main_container .form-group label {
  display: inline-block;
  font-weight: 400;
  margin: 1em 0 0.6em;
}
#template .text-muted {
  color: #666;
}
#template #main_container legend {
  display: block;
  width: 100%;
  padding: 0.8em 0 0.4em;
  margin-bottom: 0.4em;
  font-size: 1.4em;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
#template #main_container select {
  height: 2.2em;
  padding: 0.5em 1em;
}
#template #main_container .btn-primary {
  /* margin-right: 0; */
}
#template #main_container .table > tbody > tr > td,
#template #main_container .table > tbody > tr > th,
#template #main_container .table > tfoot > tr > td,
#template #main_container .table > tfoot > tr > th,
#template #main_container .table > thead > tr > td,
#template #main_container .table > thead > tr > th {
  padding: 1em;
  font-size: 0.8em;
}
#template #main_container td.ccm-profile-messages-item-name,
#template #main_container th.ccm-profile-messages-item-name {
  width: 70%;
}
body.login #template div.ccm-required-attribute-form {
  height: auto !important;
}
.ccm-required {
  color: #990000;
}
/*========  Single Page Styles End ========*/
/*========  Assessment Styles Start ========*/
.aRadio.checked .fa-circle:before {
  color: #14679d;
}
/*========  Assessment Styles End ==========*/
/*========  Packaged Blocks Styles Start ========*/
#template .user_wrapper {
  border-bottom: 0.3em solid #f9a22e;
}
#template .user_wrapper .full_name {
  color: #14679d;
}
#template .user_wrapper ul.buttons li a {
  background-color: #14679d;
  border: 0.2em solid #14679d;
}
#template .user_wrapper ul.buttons li a:hover {
  background: #f3f1f0;
}
#template .user_wrapper .buttons li a:hover .fa {
  color: #14679d;
}
#template .sai-links ul.nav li a {
  color: #333333;
  border-bottom: 0.1em solid #f9a22e;
}
#template .sai-links ul.nav li a:hover {
  color: #f9a22e;
}
/*========  Packaged Blocks Styles End ========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  #welcome-area,
  #account-main-section,
  #welcome-area .container,
  #account-main-section .container {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f3f1f0), color-stop(58.33333333%, #f3f1f0), color-stop(58.33333333%, #ffffff), color-stop(100%, #ffffff));
    background-image: -webkit-linear-gradient(left, #f3f1f0, #f3f1f0 58.33333333%, #ffffff 58.33333333%, #ffffff 100%);
    background-image: -moz-linear-gradient(left, #f3f1f0, #f3f1f0 58.33333333%, #ffffff 58.33333333%, #ffffff 100%);
    background-image: -ms-linear-gradient(left, #f3f1f0, #f3f1f0 58.33333333%, #ffffff 58.33333333%, #ffffff 100%);
    background-image: -o-linear-gradient(left, #f3f1f0, #f3f1f0 58.33333333%, #ffffff 58.33333333%, #ffffff 100%);
  }
}
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  #welcome-area .row {
    position: relative;
  }
}
/* X-Large Devices, Wide Screens */
@media only screen and (min-width: 1922px) {
  .container {
    width: 1500px;
  }
}
@media only screen and (max-width: 768px) {
  #template .navbar ul.nav li {
    display: none;
  }
  #template .navbar ul.nav li.menu-button {
    display: block;
  }
  #template .navbar .main-nav ul.nav,
  #template .navbar ul.nav {
    border-top: none;
    margin: 0;
  }
  #template .navbar .top-nav {
    display: none;
  }
  #welcome-area,
  #account-main-section {
    background: #fff;
  }
  #template #footer ul.nav li {
    display: block;
  }
  #template #footer img,
  #template #footer img {
    margin-bottom: 1.6em;
  }
}
