@import "//fonts.googleapis.com/css?family=Titillium+Web:400,300,600,700";

body {
  font-family: 'Titillium Web', sans-serif;
  background-color: #fff;
  color: #22313f;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 300;
}
a {
  color: #52B3D9;
}
a:hover,
a:focus {
  color: #288eb6;
}
p {
  margin-bottom: 15px;
}
form fieldset {
  margin-bottom: 20px;
}
form fieldset legend {
  color: #aeaeae;
  /*color: lighten(@color-ebony, 5%);*/
  font-size: 90%;
  padding: 6px 0;
  border-bottom-style: dashed;
}
.btn,
.navbar-toggle,
.form-control,
.input-group-addon,
.dropdown-menu,
.panel,
.callout,
.alert,
.well,
.progress {
  border-radius: 2px;
}
.nav-tabs > li > a {
  line-height: 1.7;
}
.tab-content {
  margin-top: -1px;
}
.btn-default {
  color: #22313f;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #22313f;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #22313f;
}
.btn-primary {
  color: #fff;
  background-color: #1F3A93;
  border-color: #1b327e;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #162969;
  border-color: #101e4b;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #1F3A93;
  border-color: #1b327e;
}
.btn-primary .badge {
  color: #1F3A93;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #16A085;
  border-color: #138a72;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #107360;
  border-color: #0c5446;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #16A085;
  border-color: #138a72;
}
.btn-success .badge {
  color: #16A085;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #52B3D9;
  border-color: #3daad4;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #2d9fcb;
  border-color: #2688ae;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #52B3D9;
  border-color: #3daad4;
}
.btn-info .badge {
  color: #52B3D9;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #cd820a;
  border-color: #b47209;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #9c6308;
  border-color: #7a4d06;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #cd820a;
  border-color: #b47209;
}
.btn-warning .badge {
  color: #cd820a;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #D91E18;
  border-color: #c21b15;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #ab1813;
  border-color: #8b130f;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #D91E18;
  border-color: #c21b15;
}
.btn-danger .badge {
  color: #D91E18;
  background-color: #fff;
}
.text-primary {
  color: #1F3A93;
}
a.text-primary:hover {
  color: #162969;
}
.text-success {
  color: #138a72;
}
a.text-success:hover {
  color: #0d5d4d;
}
.text-info {
  color: #35a6d3;
}
a.text-info:hover {
  color: #2688ae;
}
.text-warning {
  color: #ab6c09;
}
a.text-warning:hover {
  color: #7a4d06;
}
.text-danger {
  color: #D91E18;
}
a.text-danger:hover {
  color: #ab1813;
}
.alert.alert-sm {
  padding: 8px;
  font-size: 85%;
}
.alert.alert-lg {
  padding: 30px;
  font-size: 115%;
}
.alert.alert-success {
  background-color: #dafaf4;
  border-color: #c3f7ed;
  color: #107360;
}
.alert.alert-success hr {
  border-top-color: #adf4e6;
}
.alert.alert-success .alert-link {
  color: #0a463a;
}
.alert.alert-info {
  background-color: #f1f9fc;
  border-color: #dcf0f7;
  color: #2d9fcb;
}
.alert.alert-info hr {
  border-top-color: #c7e6f3;
}
.alert.alert-info .alert-link {
  color: #237ea2;
}
.alert.alert-warning {
  background-color: #fdefd9;
  border-color: #fce5c1;
  color: #925d07;
}
.alert.alert-warning hr {
  border-top-color: #fbdba8;
}
.alert.alert-warning .alert-link {
  color: #623e05;
}
.alert.alert-danger {
  background-color: #fef3f2;
  border-color: #fbdcdb;
  color: #bd1a15;
}
.alert.alert-danger hr {
  border-top-color: #f9c6c4;
}
.alert.alert-danger .alert-link {
  color: #901410;
}
.label {
  font-weight: 600;
}
.label-default {
  background-color: #bbbbbb;
}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #a2a2a2;
}
.label-primary {
  background-color: #1F3A93;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #162969;
}
.label-success {
  background-color: #16A085;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #107360;
}
.label-info {
  background-color: #52B3D9;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #2d9fcb;
}
.label-warning {
  background-color: #cd820a;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #9c6308;
}
.label-danger {
  background-color: #ec5652;
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #e72a24;
}
.pagination > li > a,
.pagination > li > span {
  color: #52B3D9;
  background-color: #fff;
  border-color: #bbbbbb;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #288eb6;
  background-color: #d5d5d5;
  border-color: #bbbbbb;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #fff;
  background-color: #1F3A93;
  border-color: #1F3A93;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #e9e9e9;
  background-color: #fff;
  border-color: #bbbbbb;
}
.control-label {
  font-size: 90%;
  font-weight: 600;
}
.control-label.required:after {
  content: " *";
  color: #D91E18;
}
.control-label + .form-control-static {
  padding-top: 0;
  min-height: 0;
  margin-top: -3px;
}
.header-links {
  font-size: 13px;
  margin-left: 15px;
}
.header-links a {
  margin-left: 5px;
  margin-right: 5px;
  white-space: nowrap;
}
table.table-display {
  font-size: 90%;
  margin-top: 20px;
  margin-bottom: 40px;
}
table.table-display th {
  font-weight: 600;
}
table.table-display tbody tr:first-child th,
table.table-display tbody tr:first-child td {
  border-top: none;
}
table.table-display thead tr,
table.table-display tbody tr,
table.table-display thead td,
table.table-display tbody td {
  vertical-align: bottom;
}
.list-inline-display {
  margin-top: 15px;
}
.list-inline-display > li {
  padding-right: 25px;
  color: #466581;
}
.input-percent-50 {
  width: 50%;
}
.input-percent-30 {
  width: 30%;
}
.date-calendar {
  display: inline-block;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  min-width: 82px;
  border: 2px solid #1F3A93;
  margin: 0 10px 5px;
}
.date-calendar .weekday,
.date-calendar .date,
.date-calendar .month,
.date-calendar .year {
  display: block;
}
.date-calendar .weekday {
  border-bottom: 2px solid #1F3A93;
  text-transform: uppercase;
  padding: 5px 0 3px;
  font-size: 90%;
  background-color: #1F3A93;
  color: #fff;
}
.date-calendar .date {
  font-size: 200%;
  font-weight: 600;
}
.date-calendar .month {
  font-size: 85%;
}
.date-calendar.date-calendar-xs {
  margin: 0 5px 5px;
  min-width: 56px;
  border-width: 1px;
}
.date-calendar.date-calendar-xs .weekday {
  font-size: 60%;
  border-width: 1px;
  padding: 2px 0;
}
.date-calendar.date-calendar-xs .date {
  font-size: 110%;
}
.date-calendar.date-calendar-xs .month {
  font-size: 75%;
}
.post.post-full .post-heading .post-title {
  margin-bottom: 20px;
}
.post.post-full .post-heading .post-author {
  font-size: 17px;
}
.post.post-full .post-heading .post-time {
  color: #bbbbbb;
}
.post.post-full .post-body .post-keywords {
  margin: 15px 0 30px;
}
.post.post-full .post-body .post-content {
  padding: 5px;
}
#redactor-droparea-placeholder input[type="file"] {
  display: inline-block;
}
.widget {
  padding: 10px 15px;
  margin: 10px 0;
  border-radius: 5px;
}
.widget a {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}
.widget.widget-success {
  background-color: #19b698;
  color: #fff;
}
.widget.widget-info {
  background-color: #52B3D9;
  color: #fff;
}
.widget.widget-warning {
  background-color: #ea940c;
  color: #fff;
}
.widget.widget-danger {
  background-color: #eb4e48;
  color: #fff;
}
.field-validation-error,
.validation-summary-errors {
  color: #D91E18;
}
.validation-summary-errors ul {
  padding: 0 10px 0 25px;
  margin-bottom: 15px;
}
.field-validation-error {
  font-size: 90%;
}
.input-validation-error {
  border-color: #D91E18 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.input-validation-error:focus {
  border-color: #D91E18 !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #D91E18;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #D91E18;
}
.box {
  overflow: hidden;
  background-color: #fff;
  color: #22313f;
  position: relative;
}
.box.box-w-bg {
  background: no-repeat center center;
  background-size: cover;
  min-height: 550px;
}
.box .marketing {
  position: absolute;
  bottom: 20%;
}
.box .marketing .marketing-header {
  font-size: 3em;
  color: #0b1432;
  text-shadow: 0 0 1px #fbfbfb;
  font-weight: 600;
}
.box .marketing .marketing-desc {
  font-size: 1.2em;
  font-weight: 400;
  font-style: italic;
  color: #fff;
  text-shadow: 0 0 3px #bbbbbb;
}
.box .marketing .marketing-actions {
  padding: 15px 0;
}
.module {
  position: relative;
  margin: 35px 0 15px;
}
.module .module-title {
  font-weight: 400;
  font-size: 26px;
  margin-bottom: 5px;
}
.page-header.page-header-solid {
  padding-top: 20px;
  margin-top: 0;
  background-color: #eee;
  border-bottom: 1px solid #bbbbbb;
}
.mfp-iframe-holder .mfp-content {
  height: 100%;
  max-height: 768px;
  max-width: 1024px;
}
.section {
  margin-bottom: 15px;
}
.section .section-heading {
  padding: 5px 0 0;
}
.section .section-body {
  padding: 0 8px;
}

@media (min-width: 768px) {
  .box .marketing {
    width: 70%;
  }
  .box .marketing .marketing-header {
    font-size: 4em;
  }
  .box .marketing .marketing-desc {
    font-size: 2.6em;
  }
  .box .marketing .marketing-actions .btn {
    margin-right: 15px;
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media (min-width: 992px) {
  .module {
    margin: 50px 0 30px;
  }
}

@media (min-width: 1200px) {
  .box .marketing {
    width: 50%;
  }
  .box .marketing .marketing-header {
    font-size: 5em;
    font-weight: 700;
  }
}

form {
  margin-top: 25px;
  margin-bottom: 15px;
}
#site-header {
  background-color: #fff;
  margin-bottom: 0;
  border-bottom: 1px solid #bbbbbb;
}
#site-header .header-top ul.user-controls {
  margin: 8px 0 -8px;
  font-size: 80%;
}
#site-header .header-main .navbar-toggle {
  border-color: #bbbbbb;
  margin-top: 30px;
}
#site-header .header-main .navbar-toggle .icon-bar {
  background-color: #bbbbbb;
}
#site-header .header-main .navbar-brand {
  margin-top: 0;
  margin-bottom: 0;
  height: auto;
}
#site-header .header-main .navbar-brand > a {
  display: inline-block;
  text-decoration: none;
  color: #22313f;
}
#site-header .header-main .navbar-brand .navbar-brand-logo,
#site-header .header-main .navbar-brand .navbar-brand-text {
  display: inline-block;
  vertical-align: bottom;
}
#site-header .header-main .navbar-brand .navbar-brand-logo {
  max-height: 50px;
}
#site-header .header-main .navbar-nav {
  margin-top: 20px;
}
#site-header .header-main .navbar-nav > li a {
  color: #22313f;
}
#site-header .header-main .navbar-nav > li a:hover,
#site-header .header-main .navbar-nav > li a:focus {
  color: #fff;
  background-color: #1F3A93;
}
#site-header .header-main .navbar-nav > li.active > a,
#site-header .header-main .navbar-nav > li.active > a:focus,
#site-header .header-main .navbar-nav > li.active > a:hover {
  background-color: #eee;
  color: #1F3A93;
}
#site-content {
  margin-top: 96px;
  padding-bottom: 25%;
}
#site-content #recent-posts {
  padding: 5px 0;
}
#site-content #area-conference-signup #payment-total {
  font-size: 30px;
}
#site-content #secure-sidebar ul.sidebar-nav {
  padding: 10px 20px;
  background-color: #f1f1f1;
  margin-right: 15px;
}
#site-content #secure-sidebar ul.sidebar-nav .nav-header {
  margin-top: 20px;
}
#site-content #secure-sidebar ul.sidebar-nav .nav > li > a {
  padding: 6px 16px;
  color: #717171;
}
#site-content #secure-sidebar ul.sidebar-nav .nav > li > a:focus,
#site-content #secure-sidebar ul.sidebar-nav .nav > li > a:hover {
  color: #fff;
  background-color: #1F3A93;
}
#site-content #secure-sidebar ul.sidebar-nav .nav > li.active > a,
#site-content #secure-sidebar ul.sidebar-nav .nav > li.active > a:hover,
#site-content #secure-sidebar ul.sidebar-nav .nav > li.active > a:focus {
  border-right: 3px solid #52B3D9;
}
#site-footer {
  background-color: #eee;
  border-top: 1px solid #bbbbbb;
  padding-top: 30px;
  padding-bottom: 30px;
}
#site-footer .footer-logo {
  max-height: 35px;
}

@media (min-width: 768px) {
  html {
    position: relative;
    min-height: 100%;
  }
  body {
    margin-bottom: 240px;
  }
  #site-content {
    padding-bottom: 60px;
  }
  #site-content #area-forum-posts .sort-options {
    float: right;
  }
  #site-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}


