/* write css here */
/*
    Name: iSpark
    Date: 01/09/2023
    Author: Kyle Thompson
    Version: 1.0
*/
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Open+Sans:300,400,600,700,800|Oswald:300,400,500,600,700|Raleway:300,400,500,600,700,800,900|Roboto+Slab:300,400,700|Slabo+27px");
/********************
    Basics
********************/
/*********************
    Alert
*********************/
/*********************
    Header
*********************/
/*********************
    Navigation
*********************/
/*********************
    Colleague
*********************/
/*********************
    Page Info
*********************/
/******************
    Buttons
******************/
/******************************
    Base Adjustments
******************************/
html,
body {
  font-size: 1rem;
  font-family: 'Open Sans', sans-serif;
  background: #ffffff;
}

a,
a:active,
a:visited {
  color: rgba(0, 185, 198, 0.9);
  text-decoration: none;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  font-weight: bold;
}

a:hover, a:focus,
a:active:hover,
a:active:focus,
a:visited:hover,
a:visited:focus {
  color: #00b9c6;
  text-decoration: underline;
}

h2 {
  color: #00b9c6;
  font-weight: bold;
  border-bottom: 1px solid rgba(10, 27, 81, 0.3);
  padding-bottom: 5px;
  font-size: 1.4rem;
}

h3 {
  font-size: 1.6rem;
  color: #7b1226;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 8px;
  margin-bottom: 5px;
}

p {
  margin: 15px;
}

.row {
  margin: 0px;
}

#singleTab > .row > .col-sm-9 {
  padding: 0px;
}

span.de_required {
  color: #c0392b;
}

.small,
small {
  font-size: inherit !important;
}

.offscreen {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

#button {
  text-align: right;
}

fieldset ul,
.alert ul,
fieldset ol,
.alert ol {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

fieldset ul li,
.alert ul li,
fieldset ol li,
.alert ol li {
  list-style: none;
  margin: 0px;
  padding: 0px;
  line-height: inherit;
  margin-left: inherit;
}

ul,
ol {
  list-style: inherit;
  padding: inherit;
  margin: inherit;
  margin-left: 2%;
}

ul li,
ol li {
  padding: inherit;
  list-style: inherit;
  margin: inherit;
  line-height: 170%;
}

ul,
ul li {
  list-style: disc;
}

ol,
ol li {
  list-style: decimal;
}

/*****************************************
    General Alerts
*****************************************/
div.alert {
  margin-top: 20px;
}

div.alert .alert ul,
div.alert .alert ol {
  list-style: inherit;
  margin-left: 15px;
  margin-bottom: 15px;
}

div.alert .alert ul li,
div.alert .alert ol li {
  list-style: inherit;
  line-height: 26px;
}

div.alert strong.warning:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 20px;
  border: 1px solid #a94442;
  border-radius: 50px;
  padding: 7px;
  background: #ffffff;
  text-align: center;
  line-height: 19px;
}

div.alert.alert-danger strong:before {
  content: "\f071";
}

div.alert.alert-info strong:before {
  content: "\f00c";
}

div.alert.alert-sucess {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/******************************
    Header
******************************/
#header {
  height: auto;
  background: #ffffff;
  border-bottom: 1px solid #455A64;
  top: 0px;
  width: 100%;
  z-index: 2;
}

#header .top_section {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(70%, #0b183c), color-stop(30%, #f4ac10));
  background-image: linear-gradient(to right, #0b183c 70%, #f4ac10 30%);
  min-height: 45px;
  height: 100%;
}

#header .container {
  position: relative;
}

#header .header-logo {
  width: 39%;
  float: left;
  padding-top: 0px;
  margin: 0px;
}

#header .header-logo img {
  width: 320px;
  -webkit-box-shadow: 0 9px 0 0 white, 0 0 0 0 white, 5px 0 15px -4px rgba(0, 0, 0, 0.5), -5px 0 15px -4px rgba(0, 0, 0, 0.5);
          box-shadow: 0 9px 0 0 white, 0 0 0 0 white, 5px 0 15px -4px rgba(0, 0, 0, 0.5), -5px 0 15px -4px rgba(0, 0, 0, 0.5);
  margin: 0px !important;
  padding: 15px !important;
}

#header .event-title {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 27px;
  width: 53%;
  text-align: right;
}

#header .event-title h1 {
  margin: 0px;
  font-size: 32px;
  line-height: 36px;
  color: #2371a4;
  text-transform: uppercase;
  font-weight: 600;
  display: none;
}

#header .event-title h2 {
  color: #747471;
  font-weight: normal;
  border: none;
  font-size: 30px;
}

#header .event-title h2 span {
  color: #00b9c6;
}

#header .social_section {
  height: 100%;
  overflow: hidden;
  display: block;
  width: 100%;
  float: right;
  clear: both;
  text-align: right;
}

#header .social_section ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  height: 100%;
  overflow: hidden;
  float: right;
}

#header .social_section ul li {
  margin: 0px;
  padding: 0px;
  list-style: none;
  float: left;
}

#header .social_section ul li a {
  display: block;
  padding: 5px;
  margin: 0px 5px 5px 0px;
  line-height: normal;
  font-size: 26px;
}

#header .social_section ul li a.facebook .fa {
  color: #2c73ba;
}

#header .social_section ul li a.twitter .fa {
  color: #429cd6;
}

#header .social_section ul li a.linkedIn .fa {
  color: #02679a;
}

#header .social_section ul li a.instagram .fa {
  color: #ed1075;
}

#header .social_section ul li a.youTube .fa {
  color: red;
}

#header .language-toggle {
  width: 129px;
  text-align: right;
}

#header .language-toggle a {
  color: rgba(255, 255, 255, 0.8);
  border: none;
  font-weight: bold;
  font-size: 2.2rem;
  position: relative;
  top: 2px;
}

#header .language-toggle a:hover, #header .language-toggle a:focus {
  color: white;
  text-decoration: none;
}

/******************************
    Navigation
******************************/
#menu {
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 2;
  background: rgba(11, 24, 60, 0.9);
  border-color: #0b183c;
}

#menu nav {
  position: relative;
}

#menu nav.navbar {
  width: 100%;
  right: 0px;
  min-height: 40px;
  margin-bottom: 0px;
  background: transparent;
  border-radius: 0px;
}

#menu nav.navbar a.navbar-brand {
  display: none;
}

#menu nav.navbar .navbar-toggle {
  background: #ffffff;
  z-index: 2;
}

#menu nav.navbar .navbar-toggle .icon-bar {
  color: #cccccc;
  background: #cccccc;
}

#menu nav.navbar li a {
  background-color: transparent;
  padding: 10px 15px !important;
  font-size: 1rem;
}

#menu nav.navbar li a:hover, #menu nav.navbar li a:focus {
  background-color: #78909C;
  outline: none;
}

#menu nav.navbar li.active a {
  background-color: #78909C;
  outline: none;
}

#menu nav.navbar .navbar-header {
  margin-top: 15px;
  padding: 0px;
}

#menu nav.navbar-nav {
  width: 1140px;
  float: none;
  margin: 0px auto;
  background: transparent;
}

#menu nav.navbar-nav .navButton {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
}

#menu nav.navbar-nav .navButton:hover, #menu nav.navbar-nav .navButton:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

#menu.menuTop {
  position: fixed;
  width: 100%;
  top: 0px;
}

/******************************
    Navigation Hamburger
******************************/
.hamburger {
  padding: 0px 15px;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger .hamburger-box {
  width: 25px;
  height: 18px;
  display: inline-block;
  position: relative;
}

.hamburger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}

.hamburger .hamburger-inner:before, .hamburger .hamburger-inner:after {
  height: 2px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  content: "";
  display: block;
}

.hamburger .hamburger-inner:before {
  top: -10px;
}

.hamburger .hamburger-inner:after {
  bottom: -10px;
}

.hamburger--spring .hamburger-inner {
  top: 0px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear;
}

.hamburger--spring .hamburger-inner::before {
  top: 7px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring .hamburger-inner::after {
  top: 14px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent;
}

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--3dx {
  padding: 3px 15px;
}

.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px;
  top: 5px;
}

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx .hamburger-inner::before,
.hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg);
}

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/******************************
    Field / Input Styles
******************************/
div.field {
  height: 100%;
  overflow: hidden;
  clear: both;
  margin: 3px 0px;
  width: 97%;
}

div.field .form-group label {
  float: left;
  font-weight: normal;
  line-height: normal;
  margin-right: 10px;
  padding-left: 2%;
  width: 26%;
  margin: 0;
  line-height: 29px;
  font-size: 1rem;
}

div.field .form-group div {
  float: left;
  width: 72%;
  margin-left: 0px;
}

div.field .form-group fieldset {
  padding-left: 2px;
}

div.field .form-group fieldset .de_cols_1 {
  display: block;
  clear: both;
}

div.field .form-group fieldset .de_cols_1 label {
  float: none;
}

input[type="checkbox"],
input[type="radio"] {
  float: left;
  width: 20px;
  height: 20px;
}

input.checkbox,
input.radio {
  display: none !important;
}

div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label {
  width: 90%;
  float: left;
}

fieldset {
  margin: 15px;
}

div.radio-horiz fieldset span.de_cols_1 {
  display: inline-block;
  clear: none;
  float: left;
}

select,
textarea {
  width: 100% !important;
  height: inherit;
}

.form-group {
  margin-bottom: 0px;
  height: 100%;
  overflow: hidden;
}

input.checkbox + label,
input.radio + label {
  display: inline-block !important;
  line-height: 0.8 !important;
  position: relative !important;
  padding: 7px 26px;
  min-height: 1.3rem !important;
  margin-bottom: 8px;
  padding-top: 3px;
}

input.checkbox + label:hover,
input.radio + label:hover {
  cursor: pointer !important;
}

input.checkbox + label:before,
input.radio + label:before {
  content: "" !important;
  height: 1.3rem !important;
  width: 1.3rem !important;
  position: absolute !important;
  left: 0.2rem !important;
  top: 0rem !important;
  background-repeat: no-repeat !important;
}

input.radio[disabled] + label:before,
input.checkbox[disabled] + label:before {
  opacity: 0.5 !important;
}

input.radio[disabled] + label,
input.checkbox[disabled] + label {
  color: rgba(0, 0, 0, 0.3) !important;
}

input.checkbox:checked + label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDI0IDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjMjM3MWE0IiBkPSJNMjAsMjRINGMtMi4yLDAtNC0xLjgtNC00VjRjMC0yLjIsMS44LTQsNC00aDE2YzIuMiwwLDQsMS44LDQsNHYxNkMyNCwyMi4yLDIyLjIsMjQsMjAsMjR6Ii8+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMjAuNiw1LjdjLTAuNS0wLjUtMS4zLTAuNS0xLjgsMEw5LDE1LjVsLTIuNC0zLjJjLTAuNC0wLjYtMS4zLTAuNy0xLjgtMC4yaDBjLTAuNiwwLjQtMC43LDEuMy0wLjIsMS44DQoJbDMuMyw0LjNjMC4xLDAuMiwwLjMsMC4zLDAuNSwwLjRjMCwwLDAsMCwwLDBjMC4xLDAsMC4xLDAsMC4yLDAuMWMwLDAsMCwwLDAuMSwwYzAsMCwwLjEsMCwwLjEsMGMwLDAsMC4xLDAsMC4xLDBjMCwwLDAuMSwwLDAuMSwwDQoJYzAuMSwwLDAuMSwwLDAuMiwwYzAsMCwwLDAsMC4xLDBjMC4xLDAsMC4xLDAsMC4yLTAuMWMwLDAsMCwwLDAsMGMwLjEtMC4xLDAuMy0wLjEsMC40LTAuMkwyMC42LDcuNUMyMS4xLDcsMjEuMSw2LjIsMjAuNiw1Ljd6Ii8+DQo8L3N2Zz4=) !important;
}

input.checkbox + label:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDI0IDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8ZyBvcGFjaXR5PSIwLjQ4Ij4NCgkJPHBhdGggZmlsbD0iIzIzNzFhNCIgZD0iTTIwLDBINEMxLjgsMCwwLDEuOCwwLDR2MTZjMCwyLjIsMS44LDQsNCw0aDE2YzIuMiwwLDQtMS44LDQtNFY0QzI0LDEuOCwyMi4yLDAsMjAsMHogTTIxLDE5DQoJCQljMCwxLjEtMC45LDItMiwySDVjLTEuMSwwLTItMC45LTItMlY1YzAtMS4xLDAuOS0yLDItMmgxNGMxLjEsMCwyLDAuOSwyLDJWMTl6Ii8+DQoJPC9nPg0KPC9nPg0KPC9zdmc+) !important;
}

input.radio:checked + label:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDI0IDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Zz4NCgk8cGF0aCBvcGFjaXR5PSIwLjQ4IiBmaWxsPSIjMjM3MWE0IiBkPSJNMTIsMEM1LjQsMCwwLDUuNCwwLDEyYzAsNi42LDUuNCwxMiwxMiwxMnMxMi01LjQsMTItMTJDMjQsNS40LDE4LjYsMCwxMiwweiBNMTIsMjINCgkJQzYuNSwyMiwyLDE3LjUsMiwxMkMyLDYuNSw2LjUsMiwxMiwyczEwLDQuNSwxMCwxMEMyMiwxNy41LDE3LjUsMjIsMTIsMjJ6Ii8+DQo8L2c+DQo8Y2lyY2xlIGZpbGw9IiMyMzcxYTQiIGN4PSIxMiIgY3k9IjEyIiByPSI4Ii8+DQo8L3N2Zz4=) !important;
}

input.radio + label:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgdmlld0JveD0iMCAwIDI0IDI0IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAyNCAyNCIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8Y2lyY2xlIG9wYWNpdHk9IjAuNDgiIGZpbGw9IiMyMzcxYTQiIGN4PSIxMiIgY3k9IjEyIiByPSIxMCIvPg0KPC9zdmc+) !important;
}

div.file-upload label {
  width: auto !important;
  margin-right: 0px !important;
}

div.file-upload input {
  max-width: 86%;
  width: 100%;
}

div.file-upload legend {
  float: left;
  font-size: 1rem;
  border: none;
  margin-right: 10px;
  width: 20%;
}

div.file-upload div.form-group {
  margin-bottom: 0px;
}

input[type="text"],
input[type="email"],
select,
textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 1rem;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -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);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

input[type="text"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #999;
  opacity: 1;
}

input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

textarea {
  height: auto;
  width: 100%;
}

input[type="submit"] {
  color: #fff;
  background-color: #27ae60;
  border-color: #239854;
}

input[type="submit"]:hover {
  background-color: #2ecc71;
  border-color: #239854;
  color: #fff;
}

fieldset legend.left {
  float: left;
  width: 25%;
  display: inline-block;
  font-weight: normal;
  padding-left: 0;
}

div.field label span.de_fee {
  float: right !important;
  font-weight: bold;
}

legend {
  font-size: 1rem;
}

/******************************
    Layout Styles
******************************/
#content {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 1170px;
}

#content-left,
#content-right {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

#content-middle {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
}

#content-middle .panel {
  border: none;
  border-radius: 0px;
  background-color: transparent;
}

#content-middle .panel .panel-heading {
  display: none;
}

#content-middle .panel .panel-body {
  padding: 0px;
}

#content-middle .panel #fields {
  padding-top: 0px;
}

#content-middle .alert-success {
  background: transparent;
  border: none;
}

#content-middle .tab-content {
  padding: 0px;
  border-radius: 0px;
  border: none;
  background: #ffffff;
}

#content-middle .tab-content .panel-default {
  background: transparent;
  border: none;
}

/******************************
    Returning Reg. Styles
******************************/
form[name="returningRegForm"] {
  border: none;
  background: #f1f3f5;
}

form[name="returningRegForm"] div.form-group.row {
  margin-left: 0px;
  margin-right: 0px;
  padding: 12px;
  background: #f1f3f5;
  border: none;
  width: 64%;
  padding-bottom: 0px;
}

form[name="returningRegForm"] div.form-group.row label {
  padding-left: 1px;
  width: 100%;
  font-weight: 400;
}

form[name="returningRegForm"] #returning {
  margin-top: 25px;
}

/****************************************
    Colleague Adjustments
****************************************/
div[data-group="guests"] div.colleagueFieldHeading {
  width: 24% !important;
  float: left !important;
  padding-left: 15px;
}

div[data-group="guests"] div.colleagueFieldHeading span {
  display: block;
  padding-bottom: 8px;
  font-weight: normal;
  font-size: inherit;
  margin-top: 10px;
  line-height: normal;
}

div[data-group="guests"] div.colleagueFieldHeading .sortStyle {
  border: none !important;
}

div[data-group="guests"] div.colleagueFieldHeading .sortStyle:hover {
  border: none !important;
}

div[data-group="guests"] .well {
  margin: 0px;
  background: none;
  width: 76%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  float: left;
  padding: 11px 0px 0px 16px;
}

div[data-group="guests"] a.addAnotherColleague {
  display: inline-block;
  padding: 6px 14px;
  font-size: inherit;
  line-height: normal;
  border-radius: 6px;
  background-color: #5cb85c;
  border-color: #3c763d;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid #4cae4c;
  color: #ffffff;
}

div[data-group="guests"] a.addAnotherColleague:hover, div[data-group="guests"] a.addAnotherColleague:focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}

div[data-group="guests"] div.colleagueBag {
  width: 100% !important;
}

div[data-group="guests"] div.colleagueBag p.remainingColleagues {
  font-size: 0.9rem;
  font-style: italic;
  background: #efefef;
  padding: 5px;
  display: block;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 6px 0px 7px 0px !important;
}

div[data-group="guests"] div.colleagueBag ul {
  margin-left: 0%;
}

div[data-group="guests"] div.colleagueBag ul li {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 0px 10px;
  height: 100%;
  overflow: hidden;
  margin: 5px 0px;
}

div[data-group="guests"] div.colleagueBag ul li a.loadModal {
  font-size: 14px;
  float: left;
  width: 94%;
  max-width: 96%;
  padding: 10px 0px;
}

div[data-group="guests"] div.colleagueBag ul li a.colleagueDelete {
  float: right;
  background: #e74c3c;
  color: #ffffff;
  border-radius: 4px;
  padding: 3px 7px;
  border: 1px solid #c0392b;
  margin: 6px 0px;
}

div[data-group="guests"] div.colleagueBag ul li a.colleagueDelete:hover, div[data-group="guests"] div.colleagueBag ul li a.colleagueDelete:focus {
  background: #c0392b;
}

div[data-group="guests"] div.colleague ul li:hover {
  background: #e9ecef;
}

div[data-group="guests"] div.colleagueFieldHeading p {
  display: none;
}

div[data-group="guests"] p.remainingColleagues {
  margin: 6px 0px 7px 0px !important;
  font-weight: bold;
}

div[data-group="guests"] form.colleagueForm #fieldContainer p {
  margin: 15px !important;
}

div[data-group="guests"] form.colleagueForm p {
  margin: 0px !important;
}

div[data-group="guests"] form.colleagueForm p button {
  float: right;
  margin: 0px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 6px 12px;
  margin-top: 30px;
  margin-left: 9px;
  text-transform: none;
  background: #43a047;
  border-color: #388e3c;
  color: #ffffff;
}

div[data-group="guests"] form.colleagueForm p button:hover, div[data-group="guests"] form.colleagueForm p button:focus {
  background: #66bb6a;
  border-color: #388e3c;
  color: #ffffff;
}

div[data-group="guests"] div.modal-content div.modal-footer button {
  background: #f44336;
  border-color: #d32f2f;
  color: #ffffff;
}

div[data-group="guests"] div.modal-content div.modal-footer button:hover,
div[data-group="guests"] div.modal-content div.modal-footer button:focus {
  background: #ef5350;
  border-color: #d32f2f;
  color: #ffffff;
}

.colleagueForm button[type="submit"] {
  float: right;
  padding: 5px 8px;
  font-size: inherit;
  font-weight: normal;
  text-transform: none;
  margin: 0px 5px;
  position: relative;
  top: 30px;
  color: #ffffff;
}

/************************************************
    Coupon Field / Payment Page
************************************************/
#couponForm #fieldContainer {
  float: left;
  width: auto;
  clear: none;
  display: inline-block;
}

#paymentForm {
  display: block;
  clear: both;
}

#couponForm #fieldContainer {
  float: left;
  width: auto;
  clear: none;
  display: inline-block;
}

#couponForm #fieldContainer div.field div.form-group div {
  width: 100% !important;
}

#couponForm input[type="text"] {
  border-radius: 4px 0px 0px 4px;
}

#couponForm div.field-editable {
  width: 100%;
}

#couponForm input[type="submit"] {
  margin-top: 28px;
  border-radius: 0px 4px 4px 0px;
  float: left;
}

#couponForm {
  width: auto;
  height: 100%;
  overflow: hidden;
  vertical-align: baseline;
}

#month,
#year {
  width: auto !important;
}

/************************************************
    Payment Page
************************************************/
#paymentForm label,
#paymentForm #ccInfo,
#paymentForm #bankInfo table,
#paymentForm #manualInfo {
  margin-left: 15px;
}

#paymentForm #billing_container label {
  margin-left: 0px;
}

#paymentForm h4 {
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}

#infoTable {
  width: 96% !important;
}

#infoTable tr td:nth-of-type(1) {
  width: 200px;
  font-weight: 600;
}

#infoTable tr td:nth-of-type(2) div.row div.col-xs-5:after {
  content: " / ";
  padding: 0px 12px;
  padding-right: 0;
  font-size: 21px;
  line-height: normal;
}

#infoTable tr td:nth-of-type(2) div.row div.col-xs-5 #month {
  display: inline-block !important;
}

#infoTable tr td:nth-of-type(2) div.row div.col-xs-6 {
  padding-left: 1px;
}

#valid_date,
#valid {
  margin: 0px !important;
  padding: 7px 0px;
}

#billing_body #reg_new #infoContainer div.panel-body,
#billing_body #reg_new #infoContainer div.panel-body #fieldContainer {
  padding-top: 15px;
}

#billing_container #billing_body #infoContainer div.panel-body #fieldContainer div.field {
  margin: 6px 0px;
}

/************************************************
    WYSIWYG Fix
************************************************/
div.note-editor {
  width: 100% !important;
}

div.note-editor div.note-toolbar {
  display: block !important;
  width: 100% !important;
}

div.note-editor div.note-toolbar div.note-btn-group {
  width: auto;
  float: left;
}

div.note-editor div.note-toolbar div.note-btn-group div {
  width: auto;
}

.note-editor.note-frame {
  border: 1px solid #a9a9a9 !important;
  border-radius: 4px !important;
  background: inherit;
  background-color: inherit;
  margin-bottom: 0px;
}

.note-editor.note-frame .note-editing-area {
  width: 100%;
}

.note-editor.note-frame .note-statusbar {
  width: 100%;
  float: none;
}

.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  float: none;
}

.note-editor.note-frame .note-placeholder {
  padding: 15px;
}

.note-editor.note-frame .note-editing-area .note-editable {
  width: 100%;
  padding: 0px;
}

/************************************************
    Buttons
************************************************/
#register,
#returning,
#button input,
.btn-primary,
#addAdt,
#paybtn {
  padding: 11px 20px;
  text-transform: uppercase;
  margin: 5px;
  border: 1px solid #32c0cd;
  color: #333333;
  background: #32c0cd;
  border-radius: 4px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.2rem;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}

#register:hover, #register:focus,
#returning:hover,
#returning:focus,
#button input:hover,
#button input:focus,
.btn-primary:hover,
.btn-primary:focus,
#addAdt:hover,
#addAdt:focus,
#paybtn:hover,
#paybtn:focus {
  color: white;
  background: #ca232f;
  border-color: #ca232f;
}

#register:before, #register:after,
#returning:before,
#returning:after,
#button input:before,
#button input:after,
.btn-primary:before,
.btn-primary:after,
#addAdt:before,
#addAdt:after,
#paybtn:before,
#paybtn:after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  font-size: 18px;
}

#addAdt:after {
  content: "\f234";
}

/*
    div.review .btn-primary:nth-of-type(2):before,
    #breakdown_body .btn-primary:nth-of-type(2):before {
        content: "";
    }
    */
#returning:before,
div.review .btn-primary:before,
#breakdown_body .btn-primary:before {
  content: "\f100";
  margin-right: 10px;
  margin-left: 0px;
}

#register:after {
  content: "\f101";
  margin-left: 10px;
  margin-right: 0px;
}

div.review .btn-primary,
#breakdown_body .btn-primary {
  float: left;
  padding: 11px 16px 11px 11px;
}

div.review .btn-primary:nth-of-type(2) {
  float: right;
  padding: 11px 11px 11px 7px;
}

#paybtn {
  float: right !important;
  padding: 11px 16px !important;
  background: #4caf50;
  border-color: #43a047;
  color: white;
  content: "Complete Registration";
}

#paybtn:hover,
#paybtn:focus {
  background: #66bb6a;
  border-color: #43a047;
  color: white;
}

/***************************************
    Page Info
***************************************/
div.pageinfo {
  padding: 10px;
  margin: 8px 0px;
  background: rgba(195, 231, 240, 0.8);
  border: 1px solid #c3e7f0;
  color: #0a1b51;
}

/***************************************
    Review Page
***************************************/
.review .field-summary.row {
  width: 100%;
  margin: 0px;
}

.review .field-summary ul.col-md-6 {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.review .field-summary ul.col-md-6 li {
  list-style: none;
  margin: 0px;
  padding: 0px 15px;
  line-height: inherit;
  margin-left: inherit;
}

.review .field-summary span.field p {
  margin: 15px 0px;
}

.review .field-summary span.field_value p {
  margin: 15px 0px;
}

.review .field-summary .col-md-6 {
  width: 66.66666667%;
}

/***************************************
    Completed Page
***************************************/
div.thanks p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
}

#rhome {
  margin-bottom: 27px;
}

/***************************************
    Modal Adjustments
***************************************/
#showRegistrant div.panel-group div.panel div.panel-heading {
  display: block;
}

/***************************************
    Mobile Adjustments
***************************************/
@media (min-width: 240px) and (max-width: 900px) {
  .navbar-nav {
    width: 100%;
  }
  body {
    padding-top: 0px;
  }
  .navbar {
    position: relative !important;
  }
  #header {
    height: auto;
    position: relative;
  }
  #header div.container {
    position: relative;
    height: auto;
  }
  div.header-logo {
    width: 100% !important;
    text-align: center !important;
    float: none;
    padding-top: 0px;
  }
  #header div.header-logo img {
    height: 92px !important;
  }
  div.event-title {
    position: relative !important;
    text-align: center !important;
    padding: 0px !important;
    width: auto !important;
  }
  div.event-title h1 {
    margin: 0px !important;
    font-size: 19px !important;
    line-height: 31px !important;
    text-transform: uppercase !important;
    font-weight: 400 !important;
  }
  div.review {
    width: 100%;
    float: none;
    display: block;
    height: 100%;
    overflow: hidden;
  }
  #content-middle,
  #content-left,
  #content-right {
    padding: 0px;
  }
  div.field div.form-group label,
  div.field div.form-group div {
    width: 100%;
    float: none;
  }
  div.field div.form-group label {
    padding-left: 0px;
  }
  .panel-default {
    border: none;
  }
  .panel-body {
    border: none;
    padding: 7px;
  }
  a.navbar-brand {
    text-align: left;
    display: block !important;
    width: 100%;
    float: left;
    position: absolute;
    border-radius: 4px 4px 0 0;
    background: #2371a4;
  }
  nav.navbar {
    bottom: 0px;
    position: absolute;
    width: 100%;
    margin-bottom: 0px;
  }
  .navbar-nav {
    margin: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-radius: 0 !important;
    background: none;
  }
  div.radio-horiz fieldset span.de_cols_1 {
    display: block !important;
    clear: both !important;
    float: none !important;
  }
  div.file-upload label {
    width: 17% !important;
  }
  div.file-upload input {
    max-width: 100% !important;
    width: 100%;
  }
  .navbar-header {
    margin-top: 0px;
  }
  #content {
    width: 100%;
  }
  div.field div.form-group fieldset div.de_fieldset span.de_cols_1 label {
    padding-left: 4px;
  }
  fieldset {
    margin-left: 0px;
  }
  fieldset legend {
    padding-left: 0px !important;
    width: 100% !important;
  }
  div.field fieldset span.de_cols_1 {
    margin: 1px 0px;
  }
  div.sortStyle {
    margin: 0px;
    padding: 0px 3px;
  }
  div.sortStyle div.colleagueFieldHeading {
    width: 100% !important;
    float: none !important;
  }
  div.field div.sortStyle .well {
    width: 100% !important;
  }
  div.colleagueBag ul li a.loadModal {
    width: auto;
  }
  div.review #fieldContainer hr {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  div.review div.field-summary {
    padding-bottom: 0px;
  }
  div.review div.field-summary span.field {
    width: 100%;
    float: none;
    display: block;
    font-weight: bold;
  }
  div.review div.field-summary span.field_value {
    width: 100%;
    float: none;
  }
  div.review div.field-summary ul.col-md-8 {
    width: 100%;
    float: none;
    list-style: none;
    margin: 0px;
  }
  div.review div.field-summary ul.col-md-8 li {
    padding: 0px;
    margin: 0px;
    list-style: none;
  }
  div.review div.field-summary ul.col-md-8 li div.well {
    padding: 0px;
    padding-left: 15px;
    padding-top: 10px;
    margin-top: 10px;
    background: none;
    border: none;
  }
  div.review div.field-summary ul.col-md-8 li div.well #fieldContainer div.row {
    margin: 7px 0px;
  }
  div.review div.field-summary ul.col-md-8 li div.well #fieldContainer div.row span.field,
  div.review div.field-summary ul.col-md-8 li div.well #fieldContainer div.row span.field_value {
    padding-left: 0px;
  }
  span.col-md-6.field_value p {
    margin: 0px;
    padding: inherit;
  }
}

/**************************************
    Capacity Alerts
**************************************/
div.form-group div.alert-danger {
  float: none !important;
  width: 100% !important;
  text-align: left;
  height: 100%;
  overflow: hidden;
  margin: 10px 0px;
  display: block;
}

div.form-group div.alert-danger strong {
  margin-right: 10px;
}

span.error-help-block {
  margin: 0px;
}

/**************************************
    MYCS Footer Logo Font
**************************************/
@font-face {
  font-family: 'MyConferencesuite_Alliance';
  src: url("../../../../css/webfonts/MyConferencesuite_Alliance.eot?z1yefj");
  src: url("../../../../css/webfonts/MyConferencesuite_Alliance.eot?z1yefj#iefix") format("embedded-opentype"), url("../../../../css/webfonts/MyConferencesuite_Alliance.ttf?z1yefj") format("truetype"), url("../../../../css/webfonts/MyConferencesuite_Alliance.woff?z1yefj") format("woff"), url("../../../../css/webfonts/MyConferencesuite_Alliance.svg?z1yefj#MyConferencesuite_Alliance") format("svg");
  font-weight: normal;
  font-style: normal;
}

#footer {
  background: #0a1b51;
  height: 100%;
  overflow: hidden;
  display: block;
  border-top: 10px solid #2fc0cd;
  padding: 30px;
  margin-top: 35px;
  color: #ffffff;
}

#footer .footer {
  height: 100%;
  overflow: hidden;
  display: block;
}

#footer .footer .MyCS_brand:after {
  font-family: 'MyConferencesuite_Alliance' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  color: #f7942d;
  font-size: 45px;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

#footer .footer .MyCS_brand {
  display: inline-block;
  position: relative;
  top: 14px;
  margin-right: 9px;
}

.modalPopUp {
  width: 75%;
}

.fancybox-bg {
  opacity: 0.6 !important;
}

/*****************************
    Additional
*****************************/
div[data-group="note"] div.form-group p.information {
  display: none;
}

div[data-group="note"] div.form-group .text-editable {
  width: 100% !important;
}

div[data-group="note"] div.form-group .text-editable .alert {
  width: 98% !important;
  margin: 15px;
}

/**********************
    File Upload
**********************/
div[data-group="file"] .form-group fieldset div {
  position: relative;
  width: 100%;
  height: 50px;
  margin: 15px;
}

div[data-group="file"] .form-group fieldset div:after {
  content: attr(data-text);
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  padding: 10px 15px;
  display: block;
  width: calc(100% - 40px);
  pointer-events: none;
  z-index: 2;
  height: 47px;
  line-height: 27px;
  color: #999;
  border-radius: 5px 10px 10px 5px;
  font-weight: 300;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

div[data-group="file"] .form-group fieldset div:before {
  content: 'Upload';
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  height: 47px;
  background: #4daf7c;
  color: #fff;
  font-weight: normal;
  z-index: 3;
  font-size: 1rem;
  line-height: 40px;
  padding: 4px 10px;
  text-transform: uppercase;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
}

div[data-group="file"] .form-group fieldset div:hover:before {
  background: #3d8c63;
}

div[data-group="file"] .form-group fieldset div input {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  height: 47px;
  margin: 0;
  padding: 0;
  display: block;
  cursor: pointer;
  width: 100%;
}

div[data-group="file"] fieldset legend {
  border: none;
  width: 24%;
  float: left;
}

div[data-group="file"] div.form-group fieldset {
  margin-right: 0px;
  margin-bottom: 5px;
}

div[data-group="file"] div.form-group fieldset div {
  width: 76% !important;
  margin: 0px;
  padding: 0px;
}

div[data-group="file"] div.form-group fieldset legend {
  font-weight: 400 !important;
  padding-top: 10px;
}

.modal-body ul {
  list-style: none;
  margin-left: 15px;
  padding-bottom: 0px;
}

.modal-body ul li {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 0;
  padding-top: 0px;
  list-style: none;
  padding-bottom: 0;
  padding-right: 0;
}

.modal-body ul li:before {
  content: '';
  position: absolute;
  width: 2em;
  height: 100%;
  top: 0;
  left: -28px;
  background-image: url("https://mycs-cdn.myconferencesuite.com/other/Project/2708/4e/be/west-6742535.svg");
  background-size: 1.4em 1.4em;
  background-repeat: no-repeat;
  background-position: 0px 2px;
}

a#details {
  display: table;
  font-weight: normal;
  background: #c3e7f0;
  padding: 0px 7px;
  border-radius: 4px;
  font-size: 0.8rem;
  color: #0a1b51;
}
/*# sourceMappingURL=iSpark_Style.css.map */