/*@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");*/
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.1/css/all.min.css");
@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;
}

@font-face {
  font-family: "Galano Grotesque";
  src: url("https://events.myconferencesuite.com/fonts/GalanoGrotesque/GalanoGrotesqueRegular.otf") format("woff");
  font-weight: 400;
  font-style: normal
}


.fa,
.fas {
  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;
}

.editpagenote {
  display: none;
}

html,
body {
  font: 400 16px / 1.3 "Galano Grotesque", sans-serif;
  color: rgb(50, 50, 47);
  font-weight: 400;
  background: rgb(255, 255, 255);
}

html {
  padding-top: 194px;
  background: #f9f9f9;
}

body {
  background: transparent;
}

.modalPopUp {
  width: 75% !important;
}

.fancybox-bg {
  opacity: 0.6 !important;
}

html,
body,
legend,
fieldset legend,
label,
fieldset legend.left,
label.left,
input[type=text],
input[type=email],
select,
textarea,
.navButton {
  font-size: 1.1rem !important;
  font-weight: 400 !important;
}

.offscreen {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.small,
small {
  font-size: inherit !important;
}

select {
  height: auto !important;
  line-height: normal !important;
}

span.de_required {
  color: #c0392b;
}

p {
  margin: 15px;
}

div[data-group=hidden] {
  display: none;
}

label.full:before {
  background: rgba(0, 0, 0, 0.1);
}

.fa-exclamation-circle {
  color: rgb(214, 171, 0);
}

a,
a:active,
a:visited {
  color: #e86724;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
}
a:hover, a:focus,
a:active:hover,
a:active:focus,
a:visited:hover,
a:visited:focus {
  color: #e86724;
  text-decoration: underline;
}

ul {
  list-style-type: disc;
  margin-left: 3%;
}
ul li {
  margin-left: 2%;
  margin-top: 12px;
  margin-bottom: 0px;
  display: list-item;
  list-style: none;
  position: relative;
}
ul li:before {
  display: inline;
  content: "";
  width: 7px;
  height: 7px;
  background: #3DD8A3;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: 7px;
}

fieldset ul,
fieldset ol {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
fieldset ul li,
fieldset 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;
}

.form-list {
  counter-reset: list;
  margin-left: 30px;
}
.form-list > li {
  list-style: none;
  position: relative;
  line-height: 2rem;
}
.form-list > li:before {
  counter-increment: list;
  content: counter(list, upper-alpha) ") ";
  position: absolute;
  left: -1.4em;
}

h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  margin-top: 50px;
  margin-bottom: 10px;
  display: block;
  color: #134677;
  width: 100%;
  position: relative;
  overflow: visible;
  padding-left: 0;
}
h2:before {
  content: "";
  border-bottom: 4px dotted #134677;
  width: 80px;
  position: absolute;
  margin-top: -13px;
  display: block;
}

/*****************************************
    General Alerts
*****************************************/
div.alert {
  margin-top: 20px;
}
div.alert ul,
div.alert ol {
  list-style: inherit;
  margin-left: 15px;
  margin-bottom: 15px;
}
div.alert ul li,
div.alert ol li {
  list-style: inherit;
  line-height: 26px;
}
div.alert strong:before {
  display: none;
}
div.alert.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  display: none;
}

/******************************
    Header
******************************/
#header {
  position: fixed;
  height: auto;
  border-bottom: none;
  top: 0px;
  width: 100%;
  z-index: 2;
  background-color: rgb(255, 255, 255);
  z-index: 99;
  border-top: none;
  /******************************
      Navigation
  ******************************/
}
#header .container {
  position: relative;
  width: 75% !important;
}
#header .container .event-title {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 27px;
  width: 53%;
  text-align: right;
}
#header .container .event-title h1 {
  margin: 0px;
  font-size: 32px;
  line-height: 36px;
  color: #134677;
  text-transform: uppercase;
  font-weight: 600;
}
#header .container div.logo {
  width: 39%;
  float: left;
  padding-top: 3px;
}
#header .container div.logo img {
  height: auto;
  width: 311px;
  padding: 10px 0px;
}
/*
#header.small {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.15);
  min-height: 67px;
}
#header.small .container {
  display: none;
}
#header.small #menu {
  position: fixed;
  top: 0px;
  width: 100%;
  background: #ffffff;
}
#header.small #menu .navbar-collapse:before {
  background: url("https://mycs-cdn.myconferencesuite.com/other/Project/2689/ac/98/MPower-logo+York_Final.jpg") no-repeat left center/contain;
  display: inline-flex;
  position: fixed;
  content: "";
  width: 75%;
  height: 62px;
  float: left;
  margin: 0px auto;
  right: 0;
  left: 0;
  background-size: 150px;
}
#header.small #menu .nav.navbar-nav {
  background-color: #ffffff;
  width: 57%;
}
#header.small #menu .nav.navbar-nav li a {
  color: #383838;
}
#header.small #menu .nav.navbar-nav li a:hover, #header.small #menu .nav.navbar-nav li a:focus {
  color: #ec6608;
}*/

#header.small .container div.logo img{
  width:200px;
}
#header.small #menu .nav.navbar-nav li a{
  line-height: 2.5rem;
}
#header #menu .nav.navbar-nav li a{
  transition: none;
}
#header .language-toggle {
  position: fixed;
  right: 15%;
  top: 20px;
  z-index: 9;
}
  
#header .language-toggle a {
  color: rgba(17, 71, 119, 0.8);
  font-weight: bold;
  background: rgba(17, 71, 119, 0.1);
  border: 1px solid rgba(17, 71, 119, 0.2);
  padding: 5px 8px;
  border-radius: 50%;
  transition: none !important;
}
#header .language-toggle a:hover, #header .language-toggle a:focus {
  color: rgba(232, 103, 37, 0.8);
  background: rgba(232, 103, 37, 0.1);
  border-color: rgba(232, 103, 37, 0.2) !important;
}
#header #menu {
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 2;
  background: #383838;
  display: block;
}
#header #menu .navbar {
  width: 100%;
  right: 0px;
  min-height: 40px;
  bottom: 0px;
  position: relative;
  margin-bottom: 0px;
  background: transparent;
  border-radius: 0px;
  border: none;
}
#header #menu .navbar:before {
  background: url("https://mycs-cdn.myconferencesuite.com/other/Project/2689/ac/98/MPower-logo+York_Final.jpg") no-repeat 24px center/contain;
  width: 69%;
  height: 114px;
  content: "";
  display: none;
  position: relative;
  left: 0px;
  top: 0px;
  float: left;
  margin: 0px;
  background-size: 230px;
}
#header #menu .navbar:after {
  display: block;
  position: absolute;
  content: "";
  left: 109px;
  bottom: 3%;
  z-index: 9;
  font-size: 1.2rem;
  font-weight: bold;
  display: none;
}
#header #menu .navbar .navbar-brand {
  display: none;
}
#header #menu .navbar .container-fluid {
  padding: 0px !important;
}
#header #menu a {
  color: #ffffff;
}
#header #menu a.brand {
  display: none;
}
#header #menu .navbar-header {
  margin-top: 15px;
}
#header #menu .navbar-header .navbar-toggle {
  background: #ffffff;
  z-index: 2;
}
#header #menu .navbar-header .navbar-toggle .icon-bar {
  color: #273034;
  background: #273034;
}
#header #menu .nav.navbar-nav {
  width: 75%;
  float: none;
  margin: 0px auto;
  background: #383838;
}
#header #menu .nav.navbar-nav li {
  margin-left: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  display: block;
  float: left;
  list-style: none;
}
#header #menu .nav.navbar-nav li a {
  background-color: transparent;
  padding: 0px 11px !important;
  font-size: 1rem;
  text-decoration: none;
  line-height: 3.5rem;
  font-weight: 400;
  text-align: center;
  border-bottom: 2px solid transparent;
  display: block;
  color: #ffffff;
}
#header #menu .nav.navbar-nav li a:hover, #header #menu .nav.navbar-nav li a:focus {
  background-color: transparent;
  color: #ffffff;
  outline: none;
  border-color: #ec6608;
}
#header #menu .nav.navbar-nav li a:before {
  color: #ffffff;
}
#header #menu .nav.navbar-nav li:before {
  display: none;
}
#header #menu .collapse.navbar-collapse:after {
  content: "";
  display: block;
  float: right;
  position: absolute;
  top: 0;
  right: 1%;
  font-size: 1.5rem;
  line-height: 121px;
  color: #007bff;
  display: none;
}
#header.menuTop {
  position: fixed;
  width: 100%;
  top: 0px;
}

.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  padding: 0px;
}

/******************************
    Navigation Hamburger
******************************/
.hamburger {
  padding: 0px 15px;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger .hamburger-box {
  width: 25px;
  height: 18px;
  display: inline-block;
  position: relative;
}
.hamburger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger .hamburger-inner:before {
  top: -10px;
}
.hamburger .hamburger-inner:after {
  bottom: -10px;
}
.hamburger:hover {
  opacity: 0.7;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger--spring .hamburger-inner {
  top: 0px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner:before {
  top: 7px;
  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);
}
.hamburger--spring .hamburger-inner:after {
  top: 14px;
  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);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent;
}
.hamburger--spring.is-active .hamburger-inner:before {
  top: 0;
  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);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner:after {
  top: 0;
  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);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner:before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner:after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner:before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner:after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--3dx {
  padding: 3px 15px;
}
.hamburger--3dx .hamburger-box {
  perspective: 80px;
  top: 5px;
}
.hamburger--3dx .hamburger-inner {
  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);
}
.hamburger--3dx .hamburger-inner:before, .hamburger--3dx .hamburger-inner:after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner:before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner:after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

div.field {
  height: 100%;
  overflow: hidden;
  clear: both;
  border-bottom: none;
  display: block;
  margin: 2px 0px;
  padding: 2px 0px;
  width: 100%;
}
div.field .form-group {
  margin-bottom: 0px;
  height: 100%;
  overflow: hidden;
}
div.field .form-group label {
  float: left;
  font-weight: normal;
  line-height: normal;
  margin-right: 10px;
  padding-left: 2%;
  width: 29%;
}
div.field .form-group div {
  float: left;
  width: 68%;
  margin-left: 0px;
}
div.field .form-group div .note-editor {
  width: 100% !important;
}
div.field .form-group div .note-editor .note-toolbar {
  display: block !important;
  width: 100% !important;
}
div.field .form-group div .note-editor .note-toolbar .note-btn-group {
  width: auto !important;
  float: left !important;
}
div.field .form-group div .note-editor .note-toolbar .note-btn-group div {
  width: auto;
}
div.field .form-group div .note-editor.note-frame {
  border: 1px solid #a9a9a9 !important;
  border-radius: 4px !important;
  background: inherit;
  background-color: inherit;
  margin-bottom: 0px;
}
div.field .form-group div .note-editor.note-frame .note-editing-area {
  width: 100%;
}
div.field .form-group div .note-editor.note-frame .note-editing-area .note-editable {
  width: 100%;
  padding: 0px;
}
div.field .form-group div .note-editor.note-frame .note-statusbar {
  width: 100% !important;
  float: none;
}
div.field .form-group div .note-editor.note-frame .note-statusbar .note-resizebar {
  width: 100% !important;
}
div.field .form-group div .note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  float: none;
}
div.field .form-group div .note-editor.note-frame .note-placeholder {
  padding: 15px;
}
div.field .form-group div .alert-danger {
  float: none !important;
  width: 100% !important;
  text-align: left;
  height: 100%;
  overflow: hidden;
  margin: 10px 0px;
  display: block;
}
div.field .form-group fieldset {
  padding-left: 2px;
  margin: 15px;
}
div.field .form-group fieldset .de_fieldset .de_cols_1 {
  display: block;
  clear: both;
}
div.field .form-group fieldset .de_fieldset .de_cols_1 label {
  width: 100%;
  float: left;
  padding-left: 6%;
  padding-top: 3px;
}
div.field .form-group fieldset .de_fieldset .de_cols_1 label .de_fee {
  float: right !important;
  font-weight: bold;
}
div.field .form-group fieldset legend.left {
  float: left;
  width: 29%;
  display: inline-block;
  font-weight: normal;
  padding-left: 6px;
}
div.field .alert-danger {
  float: none !important;
  width: 100% !important;
  text-align: left;
  height: 100%;
  overflow: hidden;
  margin: 10px 0px;
  display: block;
}
div.field .alert-danger strong {
  margin-right: 10px;
}
div.field label {
  width: 29%;
}

span.error-help-block {
  margin: 0px;
}

/************************
     INPUT
************************/
input[type=checkbox],
input[type=radio] {
  float: left;
}
input[type=checkbox].checkbox, input[type=checkbox].radio,
input[type=radio].checkbox,
input[type=radio].radio {
  display: none !important;
}

select,
textarea {
  width: 100% !important;
  height: inherit;
}

input[type=text],
input[type=email],
select,
textarea {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
input[type=text]::-moz-placeholder, input[type=text]::-ms-input-placeholder, input[type=text]::-webkit-input-placeholder,
input[type=email]::-moz-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=email]::-webkit-input-placeholder,
select::-moz-placeholder,
select::-ms-input-placeholder,
select::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea::-ms-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}
input[type=text]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

textarea {
  height: auto;
  width: 100%;
}

input[type=submit] {
  color: #fff;
  background-color: #27ae60;
  border-color: #239854;
}
input[type=submit]:hover, input[type=submit]:focus {
  background-color: #2ecc71;
  border-color: #ffffff;
  color: rgb(56, 142, 60);
}

/* DOB field */
input[type=date],
input[type=number] {
  display: block !important;
  width: 100% !important;
  height: 34px !important;
  padding: 6px 12px !important;
  font-size: 1.1rem !important;
  line-height: 1.5rem !important;
  color: #555555 !important;
  background-color: #ffffff !important;
  background-image: none !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075) !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
}

/******************************
    Layout Styles
******************************/
.precontent {
  margin-top: 0px;
  padding: 75px;
  background: url("https://mycs-cdn.myconferencesuite.com/other/Project/2689/3f/f0/Heading_Banner_News.webp") no-repeat top left/cover;
  width: 100%;
  display: block;
  height: 100%;
  position: relative;
  margin-bottom: 0px;
  background-size: 120%;
  background-attachment: fixed;
}
.precontent .container {
  width: 80%;
  padding: 0px;
}
.precontent .container h1 {
  font-family: "Bebas Neue", sans-serif;
  font-size: 5rem;
  text-transform: uppercase;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: #ffffff;
  text-shadow: none;
  font-style: normal;
  margin-top: 0px;
  font-weight: 400;
  line-height: 4rem;
}
.precontent .container h2 {
  color: #ffffff;
  font-size: 24px;
  margin-top: 0px;
  font-weight: 300;
  margin-bottom: 0px;
}
.precontent .container h2:before {
  display: none;
}

#content {
  padding: 0px;
  margin-right: auto;
  margin-left: auto;
  width: 76%;
  background: transparent;
  box-shadow: none;
  padding-top: 0px;
  z-index: 2;
  position: relative;
}
#content #content-left,
#content #content-right {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
#content #content-middle {
  position: relative;
  min-height: 1px;
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  margin: 0px auto;
}
#content #content-middle .panel {
  box-shadow: none;
  border: none;
}
#content #content-middle .panel .panel-heading {
  display: none;
}
#content #content-middle .alert.success {
  background: transparent;
  border: none;
}
#content #content-middle #regForm .tab-content {
  padding: 10px;
  border-radius: 0px;
  border: none;
  background: transparent;
}
#content #content-middle #regForm .tab-content .tabpane .row .col-sm-9 {
  min-height: 800px;
}
#content #content-middle #regForm .tab-content .tabpane .row .col-sm-9 .panel {
  border: none;
  border-radius: 0px;
  background-color: transparent !important;
}
#content #content-middle #regForm .tab-content .tabpane .row .col-sm-9 .panel .panel-body {
  padding-top: 0px;
}
#content #content-middle #regForm .tab-content .tabpane .row .col-sm-9 .panel .panel-body #fields {
  padding-top: 0px;
}
#content #content-middle #regForm .tab-content .tabpane .row .col-sm-9 .panel.panel-default {
  border: none;
  background: transparent;
}

div[data-group=consent] p {
  display: none;
}
div[data-group=consent] p.consent_txt {
  display: block !important;
  width: 76%;
  float: left;
  margin-top: 0px;
  margin-left: 0px;
}
div[data-group=consent] fieldset legend {
  width: 80% !important;
  display: none;
}
div[data-group=consent] fieldset div {
  width: 18% !important;
}
div[data-group=consent] fieldset div .de_cols_1 {
  float: left !important;
  clear: none !important;
  display: inline !important;
  width: 50%;
}
div[data-group=consent] fieldset .de_fieldset {
  float: left;
  width: 19% !important;
  padding-left: 0px;
}
div[data-group=consent] fieldset .de_fieldset .de_cols_1 label {
  padding-left: 25px !important;
}

/******************************
    Returning Reg. Styles
******************************/
form[name=returningRegForm] {
  border: none;
  background: #f1f3f5;
}
form[name=returningRegForm] .form-group.row {
  margin-left: 0px;
  margin-right: 0px;
  padding: 12px;
  background: #f1f3f5;
  border: none;
  width: 64%;
  padding-bottom: 0px;
}
form[name=returningRegForm] .form-group.row label {
  padding-left: 1px;
  width: 100%;
  font-weight: 400;
}
form[name=returningRegForm] #returning {
  margin-top: 25px;
}

/****************************************
    Colleague Adjustments
****************************************/
div.colleagueFieldHeading {
  width: 24% !important;
  float: left !important;
}
div.colleagueFieldHeading span {
  display: block;
  padding-bottom: 8px;
  font-weight: bold;
  font-size: inherit;
  margin-top: 10px;
  line-height: normal;
}
div.colleagueFieldHeading p {
  display: none;
}

.sortStyle {
  border: none !important;
}
.sortStyle:hover, .sortStyle:focus {
  border: none !important;
}
.sortStyle .well {
  margin: 0px;
  width: 76%;
  float: left;
  background: none;
  border: none;
  box-shadow: none;
  padding: 0px;
}

a.addAnotherColleague {
  display: inline-block;
  font-size: inherit;
  line-height: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  background-color: #5cb85c;
  border: 1px solid #4cae4c;
  color: #ffffff;
  text-transform: uppercase;
  border-radius: 6px;
  font-weight: 400;
  padding: 6px 14px;
}
a.addAnotherColleague:hover, a.addAnotherColleague:focus {
  color: #ffffff;
  background-color: #449d44;
  border-color: #398439;
}

div.colleagueBag {
  width: 100% !important;
}
div.colleagueBag .remainingColleagues {
  display: none;
  margin: 15px 0px;
  margin-top: 0px !important;
  font-weight: bold;
}
div.colleagueBag ul li {
  border: 1px solid #cccccc;
  border-radius: 4px;
  padding: 0px 10px;
  height: 100%;
  overflow: hidden;
  margin: 5px 0px;
}
div.colleagueBag ul li a.loadModal {
  font-size: 14px;
  float: left;
  width: 94%;
  max-width: 96%;
  padding: 10px 0px;
}
div.colleagueBag ul li a.colleagueDelete {
  float: right;
  margin: 6px 0px;
  background: #e74c3c;
  color: #ffffff;
  border-radius: 4px;
  padding: 3px 7px;
  border: 1px solid #c0392b;
}
div.colleagueBag ul li a.colleagueDelete:hover, div.colleagueBag ul li a.colleagueDelete:focus {
  background: #c0392b;
}
div.colleagueBag ul li a:hover {
  background: #e9ecef;
}

.colleagueForm #fieldContainer p {
  margin: 15px !important;
}
.colleagueForm p {
  margin: 0px !important;
}
.colleagueForm button {
  float: right;
  margin: 0px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 6px 12px;
  margin-top: 30px;
  margin-left: 9px;
  text-transform: none;
  background: #27ae60;
  border-color: #239854;
  color: #fff;
}
.colleagueForm button:hover, .colleagueForm button:focus {
  background: #2ecc71;
  border-color: rgb(56, 142, 60);
  color: #ffffff;
}

.modal-content .modal-footer button {
  background: rgb(244, 67, 54);
  border-color: rgb(211, 47, 47);
  color: #ffffff;
}
.modal-content .modal-footer button:hover, .modal-content .modal-footer button:focus {
  background: rgb(239, 83, 80);
  border-color: rgb(211, 47, 47);
  color: #ffffff;
}

/************************************************
    Coupon Field / Payment Page
************************************************/
#couponForm {
  height: 100%;
  overflow: hidden;
  display: block;
  margin-bottom: 25px;
}
#couponForm #fieldContainer {
  float: left;
  width: auto;
  clear: none;
  display: inline-block;
}
#couponForm #fieldContainer .field .form-group label {
  margin-bottom: 0px;
  padding-bottom: 5px;
}
#couponForm #fieldContainer .field .form-group div {
  width: 100% !important;
  margin-left: 5px;
}
#couponForm .field-editable {
  width: 100%;
}
#couponForm input[type=text] {
  border-radius: 4px 0px 0px 4px;
}
#couponForm input[type=submit] {
  margin-top: 28px;
  border-radius: 0px 4px 4px 0px;
  float: left;
  top: 4px;
  position: relative;
  padding: 3px 10px;
  border-width: 2px;
  font-weight: normal;
}

#paymentForm {
  display: block;
  clear: both;
}
#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;
}
#paymentForm input[type=checkbox],
#paymentForm input[type=radio] {
  opacity: 1 !important;
  position: relative !important;
}

#infoTable {
  width: 96% !important;
}
#infoTable tr td:nth-of-type(1) {
  width: 200px;
  font-weight: 600;
}
#infoTable tr td:nth-of-type(2) .row .col-xs-5:after {
  content: " / ";
  padding: 0px 12px;
  padding-right: 0;
  font-size: 21px;
  line-height: normal;
}
#infoTable tr td:nth-of-type(2) .row .col-xs-5 #month {
  display: inline-block !important;
}
#infoTable tr td:nth-of-type(2) .row .col-xs-6 {
  padding-left: 1px;
}

#valid_date,
#valid {
  margin: 0px !important;
  padding: 7px 0px;
}

#month,
#year {
  width: auto !important;
}

#billing_body #reg_new #infoContainer div.panel-body,
#billing_body #reg_new #infoContainer div.panel-body #fieldContainer {
  padding-top: 15px;
}
#billing_body #reg_new #infoContainer div.panel-body .field,
#billing_body #reg_new #infoContainer div.panel-body #fieldContainer .field {
  margin: 6px 0px;
}

/************************************************
    Buttons
************************************************/
#register,
#returning,
#button input,
.btn-primary,
#addAdt,
#paybtn,
#regList,
input[type=submit],
#register,
a[id=next],
.review .btn-primary {
  padding: 15px 20px;
  text-transform: uppercase;
  margin: 5px;
  border-radius: 0px;
  display: inline-block;
  border: none;
  color: rgb(255, 255, 255);
  background: rgb(19, 70, 119);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12), 0px 4px 14px rgba(0, 0, 0, 0.1);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  font-weight: 500;
}
#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,
#regList:hover,
#regList:focus,
input[type=submit]:hover,
input[type=submit]:focus,
#register:hover,
#register:focus,
a[id=next]:hover,
a[id=next]:focus,
.review .btn-primary:hover,
.review .btn-primary:focus {
  border: none;
  color: rgb(255, 255, 255);
  background: rgba(19, 70, 119, 0.8);
}

.btn {
  font-size: 1.1rem !important;
}

.btn-warning {
  color: #ffffff !important;
}
.btn-warning:hover, .btn-warning:focus {
  font-weight: normal !important;
}

#register {
  float: right !important;
  margin-top: 33px !important;
}

#addAdt {
  border: 1px solid #e86724;
  color: #e86724;
  background: transparent;
  float: left !important;
  padding: 11px 20px;
}
#addAdt:hover, #addAdt:focus {
  background: #e86724;
  border-color: #e86724;
  color: rgb(255, 255, 255);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12), 0px 4px 14px rgba(0, 0, 0, 0.1);
}
#addAdt:after {
  content: "\f234";
}

#register:after,
#button input:after,
div.review .btn-primary:nth-of-type(2):after,
#addAdt:after,
#returning:before,
div.review .btn-primary:before,
#breakdown_body .btn-primary: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;
  content: "\f101";
  margin-left: 10px;
  font-size: 18px;
}

#returning:before,
div.review .btn-primary:before,
#breakdown_body .btn-primary:before {
  content: "\f100";
  margin-right: 10px;
  margin-left: 0px;
}

#rhome {
  margin-bottom: 27px;
  color: rgb(255, 255, 255) !important;
  font-weight: bold;
}

#button {
  text-align: right;
}

.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;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: rgb(255, 255, 255);
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
}
.navButton:hover, .navButton:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/****************************************
     Review
****************************************/
.review a.showRegList {
  border: 1px solid #e86724;
  color: #e86724;
  background: transparent;
  font-weight: 700;
}
.review a.showRegList:hover, .review a.showRegList:focus {
  background: #e86724;
  border-color: #e86724;
  color: rgb(255, 255, 255);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.12), 0px 4px 14px rgba(0, 0, 0, 0.1);
}
.review a.showRegList:before {
  content: "\f0c0" !important;
}
.review .btn-primary {
  float: left;
  padding: 11px 16px 11px 11px;
}
.review .btn-primary:nth-of-type(2) {
  float: right;
  padding: 11px 11px 11px 7px;
}
.review .btn-primary:nth-of-type(2):before {
  content: "";
}
.review .field-summary.row {
  width: 100%;
  margin: 0px;
}
.review .field-summary ul.col-md-6 {
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 65%;
}
.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 ul.col-md-6 li:before {
  display: none;
}
.review .field-summary ul .field p,
.review .field-summary ul .field_value p {
  margin: 15px 0px;
}
.review .field-summary .col-md-6 {
  width: 66.66666667%;
}

#breakdown_body .btn-primary {
  float: left;
  padding: 11px 16px 11px 11px;
}
#breakdown_body .btn-primary:nth-of-type(2):before {
  content: "";
}

#paybtn {
  float: right !important;
  padding: 11px 16px !important;
  background: #27ae60;
  border-color: #239854;
  color: #fff;
  content: "Complete Registration";
}
#paybtn:hover, #paybtn:focus {
  background: #2ecc71;
  border-color: #ffffff;
  color: rgb(56, 142, 60);
}

#finalProcessButton {
  float: right !important;
  color: #ffffff;
  font-weight: 600;
}
#finalProcessButton:before {
  display: none !important;
}
#finalProcessButton: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;
  content: "\f101";
  margin-left: 10px;
  font-size: 18px;
}

/***************************************
    Page Info
***************************************/
div.pageinfo {
  padding: 10px;
  margin: 8px 0px;
  background: rgb(251, 250, 250);
  border: 0.1rem solid rgba(183, 182, 179, 0.4);
  color: #32322F;
  text-shadow: none;
}
div.pageinfo strong {
  font-weight: 600;
}

/***************************************
    Completed Page
***************************************/
div.thanks p {
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
}

/***************************************
    Modal Adjustments
***************************************/
#showRegistrant div.panel-group div.panel div.panel-heading {
  display: block;
  padding: 14px !important;
  height: auto;
  border: 0.1rem solid rgba(214, 171, 0, 0.4);
  border-radius: 0px !important;
}

#showRegistrant .editAdditional .fa-pencil {
  color: rgb(52, 152, 219);
}

#showRegistrant .fa-trash {
  color: rgb(192, 57, 43);
}

#showRegistrant .panel-collapse .well {
  background: transparent;
  border: none;
  border-radius: 0px;
}

/**************************************
    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;
}

/***********************************
     Footer
***********************************/
#footer {
  display: block;
  height: 100%;
  overflow: hidden;
  color: #383838;
  position: relative;
  border-top: none;
  background: #ffffff !important;
  box-shadow: none !important;
  padding: 55px 0px;
}
#footer .footer:before {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  display: none;
  content: "";
  width: 90%;
  height: 1px;
  top: 66px;
  position: relative;
  margin: 0 auto;
}
#footer .footer .MyCS_brand {
  display: inline-block;
  position: relative;
  top: 14px;
  margin-right: 9px;
}
#footer .footer .MyCS_brand:after {
  font-family: "MyConferencesuite_Alliance" !important;
  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: #ED6C44;
  font-size: 45px;
  text-shadow: none;
}
#footer .footer p {
  margin-top: 15px;
}
#footer .img.footshapes {
  position: relative;
  left: -1px;
}

/***********************************
      Radio/Checkbox Inputs
  ***********************************/
input[type=radio],
input[type=checkbox] {
  opacity: 0;
  position: absolute;
}
input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  display: inline-block;
  color: #666;
  line-height: 25px;
}
input[type=radio] + label:before,
input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  border: 2px solid rgba(75, 79, 85, 0.5);
  background: #fff;
}
input[type=radio]:checked + label:before,
input[type=checkbox]:checked + label:before {
  border-color: rgb(75, 79, 85);
}
input[type=radio]:checked + label:after,
input[type=checkbox]:checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 7px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: rgb(0, 141, 197);
  transform: scale(1);
  opacity: 1;
  transition: all 0.3s ease;
}
input[type=radio]:not(:checked) + label:after,
input[type=checkbox]:not(:checked) + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 7px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #fff;
  transform: scale(0);
  opacity: 0;
}

input[type=checkbox] + label:before {
  border-radius: 0px;
}

input[type=checkbox]:checked + label:after {
  border-radius: 0;
}

input[type=checkbox]:not(:checked) + label:after {
  border-radius: 0;
}

label.full:after {
  content: "Full" !important;
  font-size: 14px;
  color: orangered;
}

div[data-group=wide] .text-editable {
  width: 100% !important;
}

div[data-group=note] {
  margin: 3px 0px !important;
  padding: 0px !important;
  border: none !important;
}
div[data-group=note] .form-group p.information {
  display: none;
}
div[data-group=note] .form-group .text-editable {
  width: 100% !important;
}
div[data-group=note] .form-group .text-editable .alert {
  width: 98% !important;
  margin: 15px;
}

div[data-group=file] .form-group fieldset {
  margin-right: 0px;
  margin-bottom: 5px;
}
div[data-group=file] .form-group fieldset legend {
  border: none;
  width: 27%;
  float: left;
  font-weight: 400 !important;
  padding-top: 10px;
  line-height: 3rem;
}
div[data-group=file] .form-group fieldset div {
  width: 69% !important;
  padding: 0px;
  position: relative;
  height: 50px;
  margin: 15px;
}
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: 1.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: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);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}
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;
  width: 100%;
}
div[data-group=file] p {
  display: none;
}
div[data-group=file] p.foot {
  display: block;
  width: 74%;
  float: right;
  margin-top: 0px;
  padding: 5px;
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  border-radius: 4px;
  margin-right: 0;
}
div[data-group=file] a {
  position: relative;
  float: right;
  margin: 2px 19px;
  padding: 7px 10px;
  background: transparent;
  border-radius: 4px;
  width: auto;
  font-size: 0.9rem;
  font-weight: normal;
  color: #333333;
}
div[data-group=file] a:before {
  content: "Current File: ";
  display: inline-block;
  position: relative;
  left: 0;
  color: rgb(52, 152, 219);
  margin-right: 5px;
}

@media (min-width: 240px) and (max-width: 725px) {
  html {
    padding-top: 0px;
  }
  .col-sm-3,
  .col-sm-9 {
    display: block;
    width: 100%;
    clear: both;
    float: none;
  }
  .navbar-nav {
    width: 100%;
  }
  .navbar {
    position: relative !important;
    height: auto !important;
    min-height: auto !important;
    max-height: auto !important;
  }
  #header {
    height: 100%;
    position: relative;
    border: none;
    overflow: hidden;
    display: block;
    clear: both;
  }
  #header div.container {
    position: relative;
    height: auto;
    display: block !important;
    width: 100% !important;
  }
  #header div.container .header-logo {
    display: none;
  }
  #header .container div.logo img {
    width: 200px;
    padding: 4px 0px;
  }
  #header div.container .event-title h1 {
    display: none;
  }
  #header div.container .event-title .language-toggle {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 9;
  }
  #header div.container .event-title .language-toggle a {
    padding: 10px;
    border-radius: 50%;
    font-size: 0.8rem;
    font-weight: normal;
    background: #e86724 !important;
    color: rgb(255, 255, 255) !important;
    border-color: #e86724 !important;
    line-height: normal !important;
  }
  #header div.container .event-title .language-toggle a:hover,
  #header div.container .event-title .language-toggle a:focus {
    background: #073375 !important;
    border-color: #073375 !important;
  }
  div.header-logo {
    width: 100% !important;
    text-align: center !important;
    float: none;
    padding-top: 0px;
  }
  #header div.header-logo img {
    height: 92px !important;
  }
  #menu {
    min-height: auto;
  }
  #menu nav {
    height: 115px;
  }
  nav.navbar:before {
    background: url("https://mycs-cdn.myconferencesuite.com/other/Project/2689/ac/98/MPower-logo+York_Final.jpg") no-repeat 24px center/contain;
    width: 100%;
    height: 51px;
    content: "";
    display: block;
    position: relative;
    left: 0px;
    top: 32px;
    margin: 0px;
    display: none;
  }
  nav.navbar .container-fluid:after {
    right: 0;
    top: inherit;
    font-size: 1.1rem;
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding: 5px;
  }
  #header div.container .event-title:after {
    display: block !important;
    position: fixed;
    content: "";
    z-index: 9;
    font-size: 1.1rem !important;
    font-weight: bold;
    display: none;
    height: 25px;
    width: 100%;
    font-size: 1.1rem;
    top: 91px;
    color: #e86724;
    left: 0;
    right: 0px;
    display: none;
  }
  nav .collapse.navbar-collapse:after {
    display: none;
  }
  .navbar-collapse {
    background: #ffffff;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, 0.3);
  }
  .navbar-header {
    position: relative;
  }
  nav.navbar a.navbar-brand {
    opacity: 0;
    height: 1px;
    padding: 0;
    margin: 0;
    float: left;
    text-indent: -9999px;
    display: none;
  }
  .navbar-toggle {
    background: #ffffff;
    z-index: 2;
    right: 10px;
    top: 4px;
  }
  .container-fluid > .navbar-header {
    display: none;
  }
  div.event-title {
    position: relative !important;
    text-align: center !important;
    padding: 0px !important;
    width: 100% !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% !important;
    float: none !important;
  }
  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: #008DC5;
  }
  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: 30px;
  }
  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;
  }
  .modalPopUp {
    width: 94% !important;
  }
  #register {
    float: none !important;
    margin-top: 0px !important;
  }
  #content-middle {
    width: 95% !important;
  }
  div[data-group=small-input] div.form-group label,
  div[data-group=small-input] div.form-group div {
    width: 100% !important;
    float: none !important;
  }
  div[data-group=med-text] div label {
    width: 100% !important;
  }
  div[data-group=file] div.form-group fieldset legend,
  div[data-group=file] div.form-group fieldset div {
    width: 100% !important;
    float: none !important;
  }
  .precontent {
    margin-top: 0px;
    padding: 15px 0px;
    background: url(https://mycs-cdn.myconferencesuite.com/other/Project/2689/3f/f0/Heading_Banner_News.webp) no-repeat center center/cover;
    width: 100%;
    display: block;
    height: 100%;
    position: relative;
    clear: both;
    margin-bottom: 0px;
    background-size: 159%;
    height: auto;
    top: 0px;
    background-attachment: inherit;
  }
  #header #menu .navbar-header {
    margin-top: 0px;
    padding: 5px 10px 11px 10px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .container-fluid > .navbar-header {
    display: block !important;
  }
  #content #content-middle {
    width: 100% !important;
    margin: 0px !important;
  }
  #content #content-middle .panel-body .row .col-sm-3,
  #singleTab .row .col-sm-3 {
    text-align: center;
  }
  #content #content-middle .panel-body .row .col-sm-3 h2:before,
  #singleTab .row .col-sm-3 h2:before {
    left: 0px;
    right: 0px;
    margin: 0px auto;
    top: -13px;
  }
  #content #content-middle #regForm .tab-content {
    padding: 0px;
  }
  div[data-group=note] .form-group .text-editable .alert {
    width: auto !important;
    margin: 0px;
  }
  #header #menu .nav.navbar-nav {
    width: 100% !important;
  }
  .row {
    margin: 0px;
  }
  .precontent .container h1 {
    font-size: 3.6rem;
    line-height: 4rem;
    text-align: center;
  }
  .precontent .container {
    width: 93%;
    padding: 0px;
  }
  .precontent .container h2 {
    text-align: center;
  }
  #header #menu .navbar-header .navbar-toggle {
    right: 10px;
    top: 8px;
    margin: 0px;
  }
  #content #content-middle #regForm .tab-content .tabpane .row .col-sm-9,
  #content #content-middle #regForm .tab-content .tabpane .row .col-sm-3 {
    padding: 0px;
  }
}/*# sourceMappingURL=Top-Nav-Layout.css.map */