﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Aleo&display=swap");

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

/* makes footer always show on bottom */
body > form {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 0;
}

.content {
  flex-grow: 2;
}

/* end of footer show on bottom */

ul li {
  list-style-type: disc;
}

ol {
  padding-left: 27px;
}

ol li {
  padding-left: 7px;
}

p,
span {
  background-color: transparent;
}

body,
p,
h3,
h4,
li,
td,
th,
a,
a:link,
a:visited,
a:hover,
strong {
  font-family: Arial, Helvetica, sans-serif;
}

a,
a:active {
  color: #e47816;
  outline: none;
  text-decoration: underline;
}

a:hover {
  color: #e47816;
  text-decoration: none;
}

a img {
  border: none;
}

p,
td,
li,
th {
  font-size: 0.95em;
}

td,
li,
th {
  font-weight: normal;
}

ul {
  color: #484848;
  margin-top: 5px;
}

h4 {
  margin: 0;
  padding: 0;
  font-weight: bold;
}

p {
  margin: 0 0 17px 0;
  padding: 0;
  line-height: 135%;
  color: #484848;
}

body {
  background: white;
  color: black;
  margin: 0 0 0 0;
}

th {
  font-weight: bold;
  text-align: left;
}

input[type="text"],
textarea {
  width: 100% !important;
  border: solid 1px;
  border-color: #9ca2d2;
  background-color: white;
  font-family: Arial;
  font-size: 1em;
  padding: 0.5em;
  margin-bottom: 0.2em;
  border-radius: 5px;
}

input[type="submit"],
.btnBlue,
.eventDisplay input[type="button"] {
  cursor: pointer;
  text-align: center;
  padding: 7px;
  font-size: 15px;
  font-weight:bold;
  width: 100% !important;
  border: none !important;
  border-radius: 5px !important;
  color: white;
  background: #7294d3;
}

input[type="submit"]:active,
.btnBlue:active,
.eventDisplay input[type="button"]:active {
  cursor: pointer;
  background: #7294d3;
}

.btnBlue {
}

h3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #7346b1;
  margin: 10px 0;
  text-transform: none;
}

.Text {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
  text-decoration: none;
  font-weight: normal;
}

p.introText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 165%;
  color: #8b8b8b;
}

.hidden {
  display: none;
}

/*universal navigation styles*/

.universalNav {
  background: #575757;
  height: 29px;
  display: flex;
  justify-content: space-around;
}

.uniNavMobile {
  padding:5px;
  margin-top:50px;
}

.uniNavMobile ul.uniNav {
  padding-left:0;
}

.uniNavMobile, .uniNavMobile ul.uniNav li a {
  color:#C29AD3;
  text-align:center;
}

ul.uniNav li {
  display: inline;
  list-style-type: none;
  background: none;
  padding-left: 0;
  font-size: 12px;
}

ul.uniNav li.navActive {
  color: #909090;
}

ul.uniNav li a {
  color: #ffffff;
}

.linkDiv {
  color: #ffffff;
  padding:0 5px;
}


/* thumbnail image */
.webinarThumb {
  margin-bottom: 20px;
  margin-right: 15px;
  /*width: 88px;*/
  float: left;
}

/* register button */
.coursesButton {
  margin-bottom: 5px;
  text-decoration: none;
}

.coursesButton a {
  text-decoration: none;
}

/* presenter and moderator div */
.pmDiv {
  width: 275px;
  float: left;
  padding-right: 5px;
  font-size:13px;
}

/* originally presented div */
.opDiv {
  font-size: 13px;
  float: left;
}

/* presenter and moderator links */
.nav-tabs.presenterTabs {
  border: 0;
  display: inline;
  text-align: center;
}

.nav-tabs.presenterTabs li {
  margin: 0;
  border: 0;
  text-transform: none;
  padding: 0;
  background: none;
  text-align: left;
  font-size:13px;
}

.nav-tabs.presenterTabs li > a {
  font-size: 13px;
  color: #e47816;
  text-decoration: none;
  background: none;
  border: 0;
}

.nav-tabs.presenterTabs li > a:hover {
  text-decoration: none;
  background: none;
  border: 0;
}
.nav-tabs.presenterTabs li > a:visited {
  text-decoration: none;
  background: none;
}

.nav-tabs.presenterTabs > li.active {
  background: none;
  border: 0;
}

.nav-tabs.presenterTabs > li.active a {
  font-weight: normal;
  border: 0;
  background: none;
}

.nav-tabs.presenterTabs > li.active a:hover {
  background: none;
  border: 0;
}

.nav.presenterTabs > li a {
  display: inline;
  padding: 0;
  font-weight: normal;
}


/*masterpage styles*/

body > form > .header {
  z-index: 999;
  padding: 1em 0;
  background-color: black;
  font-size: 0.85em;
  font-weight: bold;
  color: white;
  box-shadow: 0 5px 5px #5f5f5f;
  /* IE10+ */
  background-image: -ms-linear-gradient(
    top,
    #444444 0%,
    #404040 15%,
    #404040 30%,
    #383838 45%,
    #383838 65%,
    #363636 85%,
    #333333 100%
  );

  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(
    top,
    #444444 0%,
    #404040 15%,
    #404040 30%,
    #383838 45%,
    #383838 65%,
    #363636 85%,
    #333333 100%
  );

  /* Opera */
  background-image: -o-linear-gradient(
    top,
    #444444 0%,
    #404040 15%,
    #404040 30%,
    #383838 45%,
    #383838 65%,
    #363636 85%,
    #333333 100%
  );

  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #444444),
    color-stop(15, #404040),
    color-stop(30, #404040),
    color-stop(45, #383838),
    color-stop(65, #383838),
    color-stop(85, #363636),
    color-stop(100, #333333)
  );

  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(
    top,
    #444444 0%,
    #404040 15%,
    #404040 30%,
    #383838 45%,
    #383838 65%,
    #363636 85%,
    #333333 100%
  );

  /* W3C Markup */
  background-image: linear-gradient(
    to bottom,
    #444444 0%,
    #404040 15%,
    #404040 30%,
    #383838 45%,
    #383838 65%,
    #363636 85%,
    #333333 100%
  );
}

body > form > .header .logo img {
  height: 35px;
}

@media (min-width: 992px) {
  body > form > .header {
    padding: 2em;
  }

  body > form > .header .logo img {
    height: auto;
  }
}

body > form > .header a {
  color: white;
  text-decoration: underline;
}

body > form > .header .social-icons {
  display: flex;
}

body > form > .header .social-icons a {
  text-decoration: none;
}

body > form > .header a:hover {
  color: white;
  text-decoration: none;
}

body > form > .header a:active {
  color: white;
  text-decoration: underline;
}

body > form > .header .divider {
  width: 0px;
  height: 2.5em;
  /*apply rgba to look smaller than 1px*/
  border: solid 1px rgba(100, 100, 100, 0.6);
  margin: 0;
  padding: 0;
}

body > form > .header span {
}

body > form > .header input {
  color: black;
  font-weight: normal;
}

body > form > .header .language-toogle {
  max-width: 55px;
  cursor: pointer;
}

body > form > .header .language-toogle-mobile {
    max-width: 55px;
    cursor: pointer;
    font-weight:normal;
    font-size:11px;
    color:#C7C7C7;
    text-decoration:underline;
    margin-right:1em;
  }

body > form > .header .phone-number {
  max-width: 95px;
}

body > form > .header .search-box {
  max-width: 165px;
  margin: 0;
  padding: 0.6em;
  background: white url("/CDHATemplateImages/search-ico.png") no-repeat 95%
    center;
  padding-right: 30px !important;
}

body > form > .header .btnSearch {
  width: 30px;
  height: 100%;
  margin-left: -30px;
  cursor: pointer;
}

body > form > .header .btn-signin {
  max-width: 85px;
  padding: 0.6em;
  font-size: 0.97em;
  height: 30px;
  margin: 0;
}

body > form > .header .NavigationUnorderedList {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

body > form > .main-nav {
  z-index: 99;
  background-color: #e9e9e9;
  /* IE10+ */
  background-image: -ms-linear-gradient(
    bottom,
    #cccccc 0%,
    #d3d2d2 15%,
    #dad9d9 30%,
    #dedcdc 45%,
    #ededed 65%,
    #ededed 85%,
    #f5f4f4 100%
  );

  /* Mozilla Firefox */
  background-image: -moz-linear-gradient(
    bottom,
    #cccccc 0%,
    #d3d2d2 15%,
    #dad9d9 30%,
    #dedcdc 45%,
    #ededed 65%,
    #ededed 85%,
    #f5f4f4 100%
  );

  /* Opera */
  background-image: -o-linear-gradient(
    bottom,
    #cccccc 0%,
    #d3d2d2 15%,
    #dad9d9 30%,
    #dedcdc 45%,
    #ededed 65%,
    #ededed 85%,
    #f5f4f4 100%
  );

  /* Webkit (Safari/Chrome 10) */
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #cccccc),
    color-stop(15, #d3d2d2),
    color-stop(30, #dad9d9),
    color-stop(45, #dedcdc),
    color-stop(65, #ededed),
    color-stop(85, #ededed),
    color-stop(100, #f5f4f4)
  );

  /* Webkit (Chrome 11+) */
  background-image: -webkit-linear-gradient(
    bottom,
    #cccccc 0%,
    #d3d2d2 15%,
    #dad9d9 30%,
    #dedcdc 45%,
    #ededed 65%,
    #ededed 85%,
    #f5f4f4 100%
  );

  /* W3C Markup */
  background-image: linear-gradient(
    to top,
    #cccccc 0%,
    #d3d2d2 15%,
    #dad9d9 30%,
    #dedcdc 45%,
    #ededed 65%,
    #ededed 85%,
    #f5f4f4 100%
  );
  height: 25px;
  box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.4);
}

body > form > .main-nav .level1 {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 80px;
  justify-content: space-between;
}

.topNav .level3 {
  display: none;
}

.topNav .level2 {
  display: none;
}

.topNav li,
.side-nav li {
  font-size: 12px;
}

body > form > .main-nav li {
  list-style: none;
  padding: 22px 5px 0 5px;
  min-width: 67px;
}

body > form > .main-nav a {
  text-decoration: none;
}

body > form > .main-nav .level1 a {
  padding-top: 22px;
}

body > form > .main-nav .item {
  color: #444;
  font-size: 1em;
  font-weight: bold;
  font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;
  text-decoration: none;
  white-space: nowrap;
}

body > form > .main-nav .speakText {
  display: block;
  color: #a2a2a2;
  font-size: 0.88em;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  white-space: nowrap;
  line-height: 120%;
}

body > form > .main-nav li:hover {
  background-color: #444;
}

body > form > .main-nav li:hover .item {
  color: white;
}

body > form > .main-nav li.active {
  background-color: #444;
}

body > form > .main-nav li.active .item {
  color: white;
}

body > form > .main-nav .level2 {
  display: none;
  position: absolute;
  top: 80px;
  background-color: #444;
  margin: 0;
  padding: 0;
  margin-left: -5px;
  opacity: 1;
  min-width: 260px;
  max-width: 260px;
}

body > form > .main-nav .level2 > li {
  padding: 0.5em 1em;
  padding-left: 40px;
}

body > form > .main-nav .level2 > li:hover {
  background-color: black;
  background-image: url(/am/cdhatemplateimages/drop_check.gif);
  background-repeat: no-repeat;
  background-position: 5px 12px;
}

body > form > .main-nav .level2 > li a {
  color: white;
  font-weight: bold;
}

body > form > .main-nav .level2 .item {
  white-space: normal;
}

body > form > .main-nav .level3 {
  display: none !important;
}

/* hide sidebar,
   cannot be display because the inside
    element has to be in the dom
*/
.side-nav ul {
  visibility: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}

.side-nav li {
  list-style: none;
}

/* remove all lis on level 1
   from the dom, this fixes the issue \
   with visitibility still taking space
   in the dom
*/
.side-nav .level1 > li {
  display: none;
}

/* show active lis,
   from second level up
*/
.side-nav .level1 > li.active {
  display: block;
}

/* remove from dom text
   from first level navigation
*/
.side-nav .level1 > li.active > a {
  display: none;
}

/* show active sub menus
*/
.side-nav .level1 .active ul {
  visibility: visible;
}

.side-nav .level1 {
  margin-top: 10px;
}

.side-nav .level2 > li > a {
  border-bottom: 1px solid #c4c4c4;
  display: block;
  padding: 10px;
  color: #484848;
  font-weight: normal;
  text-decoration: none;
  font-size: 1em;
}

.side-nav .level2 > li > a:hover {
  color: white;
  background-color: #444;
}

.side-nav .level2 > li.active > a {
  background-color: #444;
  border-bottom: none;
  color: white;
}

.side-nav .level2 .speakText {
  display: none;
}

.level3 {
  display: none;
}

.level2 > li.active > ul {
  display: block;
}

.side-nav .level3 > li {
  margin: 0.5em 0;
  padding-left: 20px;
}

.side-nav .level3 > li:hover,
.side-nav .level3 > li.active {
  background-image: url(/AM/graphics/imis20_arrows.gif);
  background-position: left center;
  background-repeat: no-repeat;
}

.side-nav .level3 > li > a {
  padding: 0px;
  font-size: 0.88em;
  color: #484848;
  text-decoration: none;
  font-weight: normal;
}

.side-nav {
  margin-bottom: 1em;
}

.top-spacer {
  height: 30px;
  background-color: #d1c9ed;
  opacity: 0.7;
}

/* mobile styles */
/* mobile navigation */
.mobileHeader {
  display: flex;
  padding: 0px 1em 0px 1em;
  justify-content: space-between;
}

.logo {
  align-items: center;
}

.mobileHeader > .logo > img {
  width: 100%;
}

.openNavIcon {
  align-self: center;
  margin-right: 1em;
}

.ContentItemContainer {
  padding: 0px;
}

#navigation {
  min-width: 300px;
  min-height: 750px;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: -2em;
  padding-top: 2em;
  color: white;
  display: flex;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  /*overflow: hidden;*/
}

#navigation .headerNav {
  height: 70px;
  display: flex;
  justify-content: flex-start;
  margin-top: 1.5em;
  padding: 0 1em;
  padding-right: 2em;
}

#navigation .icons {
  display: flex;
  max-width: 100px;
}

#navigation .icons img {
  display: block;
  max-height: 20px;
  margin: auto;
}

#navigation .icons div {
  text-align: center;
}

#navigation .icons p {
  color: #b8b3dd;
  font-size: 0.9em;
  text-align: center;
}

#navigation .icons a {
  margin: 0 1em;
  text-decoration: none;
  text-align: "center";
}

#navigation .icons a:hover {
  text-decoration: none;
}

#navigation .hamburger {
  margin-left: auto;
}

#navigation .loginButtomBottom {
  display: flex;
  align-items: center;
  padding: 2em;
  flex-direction: column;
  margin-bottom: 1.5em;
}

#navigation .privacyLink {
  color: #ffffff;
  font-weight: 0.9em;
  text-decoration: underline;
  text-transform: capitalize;
  font-style: italic !important;
}

#navigation .navIcons {
  display: flex;
}

#mobile-navigation #navBackButton {
  width: 22px;
  height: 22px;
  cursor: pointer;
  margin-right: 20px;
}

#navigation .mobile-header {
  margin-top: -1em;
  background-color: #270439;
}

#navigation .btnLoginActions {
  float: left;
  width: 103px;
  border: 1px solid #4a2d5d;
  text-align: center;
  padding: 1em 0;
  color: white;
  margin-bottom: 1.5em;
}

#navigation .logo {
  margin-top: 1em;
  margin-bottom: 2em;
  text-align: center;
}

.mobile-nav-levels,
.mobile-nav {
  width: 300px;
  position: relative;
}

#mobile-navigation .mobile-nav {
  float: left;
  display: block;
  position: absolute;
  background-color: #270439;
}

#mobile-navigation .mobile-nav .nav-items {
  min-height: 442px;
}

#mobile-navigation .speakText {
  display: none;
}

#mobile-navigation .inside-navigation ul {
  margin: 0;
  padding: 0;
  padding-left: 0.5em;
  padding-right: 1.5em;
  margin-bottom: 1em;
}

#mobile-navigation .title {
  background-color: #7346b1;
  margin-bottom: 1.5em;
  cursor: pointer;
}

#mobile-navigation .title > span {
  display: block;
  font-size: 1.65em;
  color: white;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  padding: 0.3em 0;
  padding-right: 0;
}

#mobile-navigation .title > span:hover {
  text-decoration: none;
}

#mobile-navigation .inside-navigation li {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 1.5em;
  text-align: center;
}

#mobile-navigation .inside-navigation > .level1 li a {
  list-style: none;
  font-size: 1.65em;
  color: white;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}

#mobile-navigation .inside-navigation > .level2 li a,
#mobile-navigation .inside-navigation > .level3 li a {
  list-style: none;
  font-size: 1.2em;
  color: #b8b3dd;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
}

#mobile-navigation .inside-navigation > .level1 li.active a,
#mobile-navigation .inside-navigation > .level2 li.active a,
#mobile-navigation .inside-navigation > .level3 li.active a {
  color: #9164b7;
}

#mobile-navigation .inside-navigation li a:hover {
  color: #9164b7;
}

#mobile-navigation .inside-navigation li:last-child {
  margin-bottom: 0;
}

#navigation .btnLoginActions a {
  color: white;
  text-transform: uppercase;
  text-decoration: none;
}

#navigation .btnLoginActions a:hover {
  color: white;
  text-decoration: none;
}

/* custom media query for the 960px container */
/* needs this because we only have two views mobile and desktop */

/* css applied to the mobile masterpage */

.hideMobile {
  display: none;
}

.hideDesktop {
  display: block;
}

.top-spacer {
  height: 25px;
}

.fullWidthMobile {
  width: 100% !important;
}

@media (max-width: 992px) {
  .container {
    width: 100%;
  }
}

.container,
.container-fluid {
  padding: 0px 15px;
}

@media (min-width: 992px) {
  .container,
  .container-fluid {
    padding: 0px;
  }
}

/* css applied to the desktop masterpage */
@media (min-width: 992px) {
  .hideMobile {
    display: block;
  }

  .hideDesktop {
    display: none !important;
  }

  .top-spacer {
    height: 30px;
  }

  body > form > .main-nav {
    height: 80px;
  }
}

/*end of master page styles*/

/* current mobile */
/* TODO: clean up current mobile site styles */
body {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  -webkit-overflow-scrolling: touch;
}

.EmptyMasterContentPanel {
  overflow: unset !important;
  height: auto !important;
}

#CDHA-Table {
  width: 100%;
}

#CDHA-Table th,
#CDHA-Table td {
  padding: 10px;
  text-align: left;
  border: 1px solid #ccc;
}

#CDHA-Table th {
  font-weight: bold;
}

#CDHA-Table tr:nth-child(odd) {
  background: #f0e9f5;
}

#CDHA-Table.CDHA-TableConf2021 tr:nth-child(odd) {
  background: #c9e9fb;
}

.conf2021 {
  color:#15a5d5 !important;
}

.conference-2021 select {
    height: 34px;
    width: 260px;
  
    border: 1px solid;
    border-color: #15a5d5;
    border-radius: 5px;
    background-color: white;
    background-image: url(/AM/Images/testing/arrow.png);
    background-position: right;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    padding: 3px 40px 3px 10px;
    display: inline-block;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
  }

/*ul.arrowList {
  margin-left: 0;
  padding-left: 10px;
  list-style: none;
  line-height: 150%;
  margin-bottom: 15px;
}

ul.arrowList li {
  padding-left: 25px;
  background: transparent url("/AM/images/bullet_1.png") no-repeat 0 0.2em;
  padding-bottom: 10px;
  line-height: normal;
  list-style: none;
}

ul.arrowList li ul li {
  background: none;
  padding-left: 5px;
}*/

a.btnLink {
  text-decoration: none;
}

.feedBackPanel p {
  margin: 0;
}

.feedBackPanel .disabled {
  background-color: #f4f4f4 !important;
}

.feedBackPanel .RadComboBox_cdha {
  width: 100% !important;
  margin-left: 0px !important;
  padding: 0px;
  margin: 0px;
}

.notVisible {
  display: none;
}

/*img alignment stuff*/
.top {
  margin-top: 5px;
}

.right {
  margin-right: 5px;
}

.bottom {
  margin-bottom: 5px;
}

.left {
  margin-left: 5px;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

/*divider - content separation*/
.divider {
  width: 65%;
  text-align: center;
  border: 1px solid #ccc;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  margin: 25px auto;
}

/*sidebar - for education*/

#sideBarBox {
  /*width: 280px!important;*/
  width: 100%;
  float: right;
  padding: 10px;
  margin: 0;
  background-color: #fffbf6;
  border: 1px solid #ccc;
}

.sideBarBox {
  width: 280px!important;
  /*width: 100%;*/
  float: right;
  padding: 10px;
  margin: 0 0 10px 15px;
  background-color: #fffbf6;
  border: 1px solid #ccc;
}

.sideBarBoxFlat {
  width: 280px !important;
  /*width:100%;*/
  float: right;
  padding: 10px;
  margin-left: 15px;
  margin-bottom:10px;
  border: 1px solid #cccccc;
  background-color: #eef1f7;
}

@media screen and (max-width:767px) {
  .sideBarBox, .sideBarBoxFlat {
    width:100% !important;
  }
}

/*testimonial boxes*/
.testimonial {
  margin-left: 13px;
  padding: 20px 17px 20px 25px;
  border-left: solid 2px #7346b1;
  float: right;
  width: 300px;
  font-family: "Aleo", serif;
  font-size: 0.95em;
  line-height: 23px;
  background-color: #f9f8fc;
  font-style: italic;
}

.testimonial_name {
  font-family: "Aleo", serif;
  font-style: normal;
  text-align: right;
  font-size: 0.95em;
  line-height: 19px;
  margin-top: 10px;
}

/* speech bubble testimonials */
p.bubble {
	position: relative;
	width: 345px;
	text-align: center;
	background-color: #FFFBF6;
	border: 1px solid #D5D5D5;
	border-radius: 10px;
	font-size: 15px;
    color:#484848;
}

p.thought {
	width: 300px;
	border-radius: 200px;
	padding: 30px;	
}

p.bubble:before,
p.bubble:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
}

p.speech:before {
	left: 37px;
	bottom: -18px;
	border: 9px solid;
	border-color: #D5D5D5 transparent transparent #D5D5D5;
}

p.speech:after {
	left: 38px;
	bottom: -15px;
	border: 15px solid;
	border-color: #FFFBF6 transparent transparent #FFFBF6;
}

p.thought:before,
p.thought:after {
	left: 10px;
	bottom: -30px;
	width: 40px;
	height: 40px;
	background-color: #fff;
	border: 8px solid #333;
	-webkit-border-radius: 28px;
	-moz-border-radius: 28px;
	border-radius: 28px;
}

p.thought:after {
	width: 20px;
	height: 20px;
	left: 5px;
	bottom: -40px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	border-radius: 18px;
}

/* end speech bubble testimonials */

.sidebarImg {
  border: 3px solid #6f6b8f;
  border-top: 2px;
  border-left: 2px;
}

.cartPayment select,
.cdha-styled-select,
.cdha-select select,
.cdha-select {
  height: 34px;
  margin-bottom: 1em;
  width: 100% !important;
  padding-right: 1em;
  padding-left: 1em;
  border: 1px solid;
  border-color: #9ca2d2;
  border-radius: 5px;
  background-color: white;
  background-image: url(/AM/Images/testing/arrow.png);
  background-position: right;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  color: grey;
}

.webinarAccess .webinarBtnDisabled,
.webinarAccess .disabled {
  background: #dbdbdb;
  /* Old browsers */
  background: -moz-linear-gradient(top, #dbdbdb 0%, #a0a0a0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #dbdbdb),
    color-stop(100%, #a0a0a0)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #dbdbdb 0%, #a0a0a0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #dbdbdb 0%, #a0a0a0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #dbdbdb 0%, #a0a0a0 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #dbdbdb 0%, #a0a0a0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dbdbdb', endColorstr='#a0a0a0', GradientType=0);
  /* IE6-9 */
}

.btnBlue > a,
.btn > a,
.btn > a:hover,
.btnBlue > a:hover,
.btnBlue:hover,
a.btn {
  color: white !important;
  text-decoration: none !important;
  display: block;
  width: 100%;
  text-align: center;
}

.nav-tabs {
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  cursor: pointer;
}

.nav-tabs li {
  margin: 0;
  border: solid 1px #ccc;
  text-transform: uppercase;
  padding: 10px 8px 10px 8px;
  background-color: #f7f7f7;
  text-align: center;
  flex-grow: 2;
}

.nav-tabs li > a {
  font-size: 11px;
  color: #7346b1;
  text-decoration: none;
  background-color: #f7f7f7;
  border: none;
}

.nav-tabs li > a:hover {
  text-decoration: none;
  background-color: #f7f7f7;
  border: none;
}

.nav-tabs li > a:visited {
  text-decoration: none;
  background-color: #f7f7f7;
}

.nav-tabs > li.active {
  background-color: white;
  border-bottom: 5px solid #b6a8e5;
}

.nav-tabs > li.active a {
  font-weight: bold;
  border: none;
  background-color: white;
}

.nav-tabs > li.active a:hover {
  background-color: white;
  border: none;
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.tab-content {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 10px;
}

/* COMBOBOX */

.RadComboBox_cdha .rcbInputCell,
.RadComboBox_cdha .rcbArrowCell {
  border: 1px solid;
  height: 18px;
}

.RadComboBox_cdha .rcbInputCell {
  border-color: #cdcdcd;
  color: black;
  background-color: white;
}

.RadComboBox_cdha .rcbInputCellLeft {
  border-right: 0;
}

.RadComboBox_cdha .rcbInputCellRight {
  border-left: 0;
}

.RadComboBox_cdha .rcbEmptyMessage {
  color: #ccc;
  font-style: italic;
}

.RadComboBox_cdha .rcbArrowCell {
  border-color: #cdcdcd;
  color: black;
  background-color: #f9f9f9;
  background-image: url("Common/radActionsSprite.png");
  background-position: -1px -19px;
}

.RadComboBox_cdha .rcbArrowCellLeft.rcbArrowCellHidden,
.RadComboBox_cdha .rcbArrowCellRight.rcbArrowCellHidden {
  border-color: #cdcdcd;
  color: black;
  background-color: white;
  background-image: none;
}

.RadComboBox_cdha .rcbArrowCellLeft.rcbArrowCellHidden {
  border-right: 0;
}

.RadComboBox_cdha .rcbArrowCellRight.rcbArrowCellHidden {
  border-left: 0;
}

.RadComboBox_cdha .rcbHovered .rcbInputCell {
  border-color: #767676;
  color: black;
  background-color: white;
}

.RadComboBox_cdha .rcbHovered .rcbInput {
  color: black;
}

.RadComboBox_cdha .rcbHovered .rcbArrowCell {
  border-color: #767676;
  color: black;
  background-color: #e8e8e8;
}

.RadComboBox_cdha .rcbHovered .rcbArrowCellLeft.rcbArrowCellHidden,
.RadComboBox_cdha .rcbHovered .rcbArrowCellRight.rcbArrowCellHidden {
  border-color: #767676;
  color: black;
  background-color: white;
}

.RadComboBox_cdha .rcbFocused .rcbInputCell {
  border-color: #25a0da;
  color: black;
  background-color: white;
}

.RadComboBox_cdha .rcbFocused .rcbInput {
  color: black;
}

.RadComboBox_cdha .rcbFocused .rcbArrowCell {
  border-color: #25a0da;
  color: white;
  background-color: #25a0da;
}

.RadComboBox_cdha .rcbFocused .rcbArrowCellLeft.rcbArrowCellHidden,
.RadComboBox_cdha .rcbFocused .rcbArrowCellRight.rcbArrowCellHidden {
  border-color: #25a0da;
  color: black;
  background-color: white;
}

.RadComboBox_cdha .rcbDisabled {
  border-color: #cdcdcd;
  color: black;
  background-color: white;
}

.RadComboBox_cdha .rcbDisabled .rcbInput {
  color: #767676;
}

.RadComboBox_cdha .rcbDisabled .rcbArrowCell {
  border-color: #e6e6e6;
  color: #767676;
  background-color: #fcfcfc;
}

.RadComboBox_cdha .rcbReadOnly .rcbInputCell {
  border-color: #cdcdcd;
  color: black;
  background-color: #f9f9f9;
}

.RadComboBox_cdha .rcbReadOnly .rcbInput {
  color: black;
}

.RadComboBox_cdha .rcbReadOnly .rcbArrowCellLeft {
  border-right: 0;
}

.RadComboBox_cdha .rcbReadOnly .rcbArrowCellRight {
  border-left: 0;
}

.RadComboBox_cdha .rcbReadOnly .rcbArrowCellLeft.rcbArrowCellHidden,
.RadComboBox_cdha .rcbReadOnly .rcbArrowCellRight.rcbArrowCellHidden {
  border-color: #cdcdcd;
  color: black;
  background-color: #f9f9f9;
}

.RadComboBox_cdha .rcbHovered .rcbReadOnly .rcbInputCell {
  border-color: #767676;
  color: black;
  background-color: #e8e8e8;
}

.RadComboBox_cdha .rcbHovered .rcbReadOnly .rcbInput {
  color: black;
}

.RadComboBox_cdha .rcbHovered .rcbReadOnly .rcbArrowCellLeft.rcbArrowCellHidden,
.RadComboBox_cdha
  .rcbHovered
  .rcbReadOnly
  .rcbArrowCellRight.rcbArrowCellHidden {
  border-color: #767676;
  color: black;
  background-color: #e8e8e8;
}

.RadComboBox_cdha .rcbFocused .rcbReadOnly .rcbInputCell {
  border-color: #25a0da;
  color: white;
  background-color: #25a0da;
}

.RadComboBox_cdha .rcbFocused .rcbReadOnly .rcbInput {
  color: white;
}

.RadComboBox_cdha .rcbFocused .rcbReadOnly .rcbArrowCellLeft.rcbArrowCellHidden,
.RadComboBox_cdha
  .rcbFocused
  .rcbReadOnly
  .rcbArrowCellRight.rcbArrowCellHidden {
  border-color: #25a0da;
  color: white;
  background-color: #25a0da;
}

.RadComboBox_cdha .rcbDisabled .rcbReadOnly .rcbInputCell {
  border-color: #e6e6e6;
  color: #767676;
  background-color: #fcfcfc;
}

.RadComboBox_cdha .rcbDisabled .rcbReadOnly .rcbInput {
  color: #767676;
}

.RadComboBox_cdha
  .rcbDisabled
  .rcbReadOnly
  .rcbArrowCellLeft.rcbArrowCellHidden,
.RadComboBox_cdha
  .rcbDisabled
  .rcbReadOnly
  .rcbArrowCellRight.rcbArrowCellHidden {
  border-color: #e6e6e6;
  color: #767676;
  background-color: #fcfcfc;
}

.RadComboBoxDropDown_cdha {
  border-color: #cdcdcd;
  color: black;
  background: white;
  line-height: 16px;
}

.RadComboBoxDropDown_cdha .rcbHeader,
.RadComboBoxDropDown_cdha .rcbFooter {
  color: black;
  background-color: #e8e8e8;
}

.RadComboBoxDropDown_cdha .rcbHeader {
  border-bottom-color: #cdcdcd;
}

.RadComboBoxDropDown_cdha .rcbFooter {
  border-top-color: #cdcdcd;
}

.RadComboBoxDropDown_cdha .rcbHeader {
  border-bottom-color: #cdcdcd;
}

.RadComboBoxDropDown_cdha .rcbFooter {
  border-top-color: #cdcdcd;
}

.RadComboBoxDropDown_cdha .rcbHovered {
  color: black;
  background: #e8e8e8;
}

.RadComboBoxDropDown_cdha .rcbDisabled {
  color: #767676;
  background-color: transparent;
}

.RadComboBoxDropDown_cdha .rcbLoading {
  color: black;
  background: #e8e8e8;
}

.RadComboBoxDropDown_cdha .rcbItem em,
.RadComboBoxDropDown_cdha .rcbHovered em {
  color: black;
  background: #e8e8e8;
}

.RadComboBoxDropDown_cdha .rcbCheckAllItems {
  color: black;
  background-color: #e8e8e8;
}

.RadComboBoxDropDown_cdha .rcbCheckAllItemsHovered {
  color: black;
  background-color: #e8e8e8;
}

.RadComboBoxDropDown_cdha .rcbMoreResults {
  border-top-color: #cdcdcd;
  color: black;
  background-color: #e8e8e8;
}

.RadComboBoxDropDown_cdha .rcbMoreResults a {
  background-image: url("Common/radActionsSprite.png");
  background-position: -2.5px -25.5px;
}

.RadComboBoxDropDown_cdha .rcbSeparator {
  color: #fff;
  background: #8a8a8a;
}

.RadComboBox_cdha {
  vertical-align: top !important;
}

div.RadComboBox_cdha .rcbInputCell {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  vertical-align: top !important;
}

div.RadComboBox_cdha .rcbInput {
  font-size: 14px !important;
  line-height: 22px !important;
  font-family: Arial !important;
}

div.RadComboBox_cdha .rcbInputCell {
  border-color: #9ca2d2 !important;
  border-radius: 5px;
  border-style: solid !important;
  border-width: 1px !important;
  background-color: White;
}

div.RadComboBox_cdha .rcbArrowCell {
  border-color: #9ca2d2 !important;
  width: 29px !important;
  height: 37px !important;
  background-image: url("/AM/Images/testing/arrow.png") !important;
  background-position: 0px 0px !important;
}

div.RadComboBox_cdha .rcbArrowCell a {
  width: 29px !important;
}

div.RadComboBox_cdha .rcbInput {
  text-indent: 5px !important;
}

div.RadComboBox_cdha .rcbLabel {
  display: inline-block;
  margin-top: 10px;
}

.RadTabStrip_Default .rtsLink {
  color: #000000 !important;
  font: 13px Arial !important;
  font-weight: bold !important;
  line-height: normal !important;
}

.RadTabStrip_Default .rtsLevel {
  background-color: #dddddd !important;
  height: 40px !important;
  padding-top: 10px !important;
  display: inline-block;
}

.RadTabStrip_Default .rtsLevel ul {
  display: flex;
  width: 100% !important;
}

.RadTabStrip_Default .rtsLevel .rtsLI {
  margin-right: 10px;
  width: 100%;
}

.RadTabStrip_Default .rtsLink .rtsSelected .rtsOut .rtsIn .rtsTxt {
  background-color: green !important;
}

.RadTabStripTop_Default .rtsLevel .rtsLink,
.RadTabStripTop_Default .rtsLevel .rtsOut,
.RadTabStripBottom_Default .rtsLevel .rtsLink,
.RadTabStripBottom_Default .rtsLevel .rtsOut,
.RadTabStripTop_Default_Baseline .rtsLevel,
.RadTabStripBottom_Default_Baseline .rtsLevel {
  background-image: none !important;
}

div.RadTabStrip_Default .rtsLink {
  border-style: solid !important;
  border-width: 0px !important;
  background-color: #dddddd !important;
  height: 25px !important;
}

div.RadTabStrip_Default .rtsLink:hover {
  color: #000000 !important;
  background-color: #dddddd !important;
}

div.RadTabStrip_Default .rtsSelected {
  color: #000000 !important;
  background-color: #dddddd !important;
}

div.RadTabStrip_Default .rtsSelected:hover {
  color: #000000 !important;
  background-color: #dddddd !important;
}

div.RadTabStrip_Default .rtsTxt {
  padding: 4px 10px 4px 10px !important;
}

div.RadTabStrip_Default .rtsSelected > .rtsOut > .rtsIn > .rtsTxt {
  color: #ffffff !important;
  background-color: #999999 !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
}

#topHeader {
  width: 100%;
  min-height: 135px;
  background-image: url(//files.cdha.ca/images/education/conference2017/conferenceBg.png);
  background-repeat: repeat-x;
}

body,
p,
b,
font,
h1,
h2,
h3,
h4,
h5,
li,
td,
th,
a,
a:link,
a:visited,
a:hover,
strong,
i,
blockquote,
.Heading1,
.Heading2,
.Heading3,
.Heading4,
.Heading5 {
  /*font-family: Verdana, Arial, Helvetica, sans-serif; MK*/
  font-family: Arial, Helvetica, sans-serif;
}

h1,
.heading,
.EB12,
.EH2,
.TPHeader {
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-size: 1.8em;
  line-height: 120%;
  color: #7346b1;
  font-weight: bold;
  margin: 10px 0;
  padding: 0;
  clear: both;
}

h1 a,
.heading a,
.EB12 a,
.EH2 a,
.TPHeader a {
  color: #7346b1;
  text-decoration: underline;
}

h1.homeHeading {
  margin-top: 15px;
}

/*h2, .Heading2 {
	font-size: 17px;
	font-weight: bold;
}MK*/
/*h2, .heading2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #F88B1F;
	margin: 0;
	padding: 0;
}*/
h2,
.Heading2 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.3em;
  font-weight: bold;
  margin: 10px 0;
  color: #444444;
  line-height: 120%;
  border-bottom: none;
}

h2 a,
.heading2 a {
  color: #444444;
  text-decoration: underline;
}

h3,
.Heading3 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  color: #7346b1;
  margin: 10px 0 0 0;
  text-transform: none;
}

h3 a,
.Heading3 a {
  color: #7346b1;
  text-decoration: underline;
}

h4,
.Heading4 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.1em;
  font-weight: bold;
  margin: 0;
  color: #444444;
}

h4 a,
.Heading4 a {
  color: #444444;
  text-decoration: underline;
}

h5,
.Heading5 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.25em;
  font-weight: bold;
  margin: 0;
  color: #7346b1;
  line-height: 150%;
}

h5 a,
.Heading5 a {
  color: #7346b1;
  text-decoration: underline;
}

h5 a:hover,
.Heading5 a:hover,
h2 a:hover,
.Heading2 a:hover {
  color: #7346b1;
  text-decoration: none;
}

h6,
.Heading6 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  color: #444444;
  text-transform: none;
}

h6 a,
.Heading6 a {
  color: #444444;
  text-decoration: underline;
}

.small,
.smallFont {
  font-size: 11px;
}

.responsive,
.img-responsive {
  width: 100%;
}

div.ContentBlock {
  float: right;
  width: 300px;
  position: relative;
  border-left: 1px solid #e0e0e0;
  border-top: 1px solid #e0e0e0;
  background-color: #fff;
  background-image: url("/AM/images/shad_bottom.gif");
  background-repeat: repeat-x;
  background-position: bottom;
  margin-left: 10px;
  margin-bottom: 10px;
}

div.ContentBlock div.bottomleft {
  width: 4px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: -1px;
  background: url("/AM/images/shad_blcorner.gif") no-repeat bottom left;
}

div.ContentBlock div.Fade {
  padding: 10px;
  min-height: 150px;
  background-image: url("/AM/images/Fade.gif");
  background-position: top;
  background-repeat: repeat-x;
  margin-bottom: 4px;
  margin-right: 4px;
}

div.ContentBlock div.SideShadow {
  background-image: url("/AM/images/rightShadow.gif");
  background-position: right;
  background-repeat: repeat-y;
}

.SignIn input[type="text"],
.SignIn input[type="password"] {
  width: 100%;
  border: solid 1px;
  border-color: #9ca2d2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: white;
  font-family: Arial;
  font-size: 14px;
  padding: 10px;
  margin-bottom: 1em;
}

.SignInBox input[type="submit"] {
  width: 100% !important;
  height: 40px !important;
  border: none !important;
  border-radius: 5px !important;
  color: white;
  background: #7294d3;
}

.SignInBox input[type="submit"]:active {
  background: #7294d3;
}

.SignInBox .Facebook {
  width: 100% !important;
  height: 40px !important;
  border: none !important;
  border-radius: 5px !important;
  color: white;
  background-image: -webkit-gradient(
    linear,
    left 0%,
    left 100%,
    from(#3b5998),
    to(#30487b)
  );
  background-image: -webkit-linear-gradient(top, #3b5998 0%, #30487b 100%);
  background-image: -moz-linear-gradient(top, #3b5998 0%, #30487b 100%);
  background-image: linear-gradient(to bottom, #3b5998 0%, #30487b 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3B5998', endColorstr='#FF30487B', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  line-height: 1.9em;
  border: 1px solid #2a3f6c;
}

.SignInBox .Facebook i {
  background-image: url(/am/Images/SocialIcons.png);
  background-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: top;
  margin-right: 0.5em;
}

@media only screen and (min-width: 768px) {
  .CDHABox {
    background-color: #fafafa;
    border: solid 1.3px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-color: #d2d2d2;
    font-family: Arial;
    padding: 20px 15px 15px 15px;
  }

  .SignInBox {
    max-width: 710px;
    margin: auto;
    margin-top: 25px;
  }

  .SignInBox span {
    font-size: 12px;
  }

  .SignInBox .PanelFieldLabel {
    display: none;
  }

  .SignInBox .PanelFieldValue {
    width: 100% !important;
    text-align: center;
  }

  .SignInBox .PanelField {
    width: 100% !important;
    text-align: center;
  }

  .SignInBox .PanelField label {
    display: none !important;
  }

  .SignInBox .PanelField input[type="text"],
  .SignInBox .PanelField input[type="password"] {
    max-width: 260px;
    height: 40px;
    border: 1px solid;
    border-color: #9ca2d2;
    border-radius: 5px;
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .SignInBox input[type="submit"],
  .SignInBox button {
    max-width: 260px;
    margin: auto;
    display: block;
  }
}

.CenterText {
  text-align: center;
}

#ctl01_TemplateBody_WebPartManager1_gwpciMainSignIn_ciMainSignIn_forgotPasswordUserLinkDiv {
  font-size: 0.9em;
}

.panel-heading {
  display: none;
}

.panel-body {
  padding: 0;
}

#ctl01_TemplateBody_WebPartManager1_gwpciMainSignIn_ciMainSignIn_RememberMeDiv {
  display: none;
}

.Error {
  color: red;
}

.btn {
  border: none;
  width: 100%;
  min-height: 10px;
  padding: 7px;
  color: white;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px 0;

  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

  background: #e47816;
}

.btn:hover {
  color: white;
}

.btn:active {
  background: #e47816;
}

.btn a {
  text-decoration: none;
}

.btnOrange a {
  text-decoration: none;
}

.btnLink {
  text-decoration: none;
}

.signOutLink::before {
  margin-top: 1em;
}

.conference-2019 h1,
.conference-2019 .h1 {
  font-size: 30px;
  text-transform: none;
}

/*.conference-2019 h2,
.conference-2019 .h2 {
  font-size: 22px;
  color: #000000;
  font-weight: bold;
  text-transform: none;
}*/

.conference-2019 h3,
.conference-2019 .h3 {
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  text-transform: none;
}

.conference-2019 h4,
.conference-2019 .h4 {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  text-transform: none;
}

.conference-2019 .program h2 {
  margin: 0px;
  padding-left: 0px;
}

.conference-2019 .program h3 a {
  color: rgb(228, 120, 22);
}

/*.conference-2019 .purple {
  color: #0084a0;
}

.conference-2019 .black {
  color: #000000;
}*/

.conference-2019 .sponsoredBlock p {
  display: inline;
  font-size: 14px;
  font-weight: bold;
}

.conference-2019 .sponsoredBlock img {
  display: inline;
}

.conference-2019 .program .presenters-photo img {
  margin-bottom: 20px;
}

.conference-2019 .plan-trip {
  margin-bottom: 20px;
}

.conference-2019 .plan-trip h3 {
  margin-bottom: 3px;
}

/*.conference-2019 .sidebar h3 {
  color: #0084a0;
  font-weight: normal;
  text-transform: uppercase;
  padding: 2px;
  border-bottom: 1px solid #0084a0;
}*/

.conference-2019 .sidebar img {
  margin-bottom: 15px;
  margin-top: 15px;
}

.conference-2019 .logos img {
  border: 1px solid #ccc;
  margin: 0 0 5px 0;
}

.conference-2019 .fees table {
  margin-bottom: 10px;
}

.conference-2019 .fees th {
  border: none;
  border-left: 1px solid #ffffff;
  /*background-color: #0084a0;*/
  color: white;
  font-weight: bold;
  padding: 10px;
  width: 25%;
  text-align: center;
  vertical-align: middle;
}

.conference-2019 .fees th:nth-child(2) {
  background-color: #51c3c5;
}

.conference-2019 .fees th:nth-child(4) {
  background-color: #3da2a6;
}

.conference-2019 .fees td {
  border: 1px solid #4f8588;
  background-color: #ffffff;
  color: #636466;
  font-weight: normal;
  padding: 10px;
  text-align: center;
  height: 70px;
  vertical-align: middle;
}

.conference-2019 .fees td:first-child {
  color: black;
  font-weight: bold;
  text-align: left;
}

.conference-2019 .fees p.small {
  margin-top: -10px;
}

.conference-2019 .fees h2 {
  padding: 10px;
  color: white;
  width: 100%;
  margin-bottom: 15px;
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 520px) {
  .conference-2019 .img-responsive {
    width: auto;
  }
}

.bg-conf-green-1 {
  background-color: #51c3c5;
}

.bg-conf-green-2 {
  background-color: #4f8588;
}

.bg-conf-green-3 {
  background-color: #3da2a6;
}

.conference-2019 select {
  height: 34px;
  width: 260px;

  border: 1px solid;
  border-color: #9ca2d2;
  border-radius: 5px;
  background-color: white;
  background-image: url(/AM/Images/testing/arrow.png);
  background-position: right;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  padding: 3px 40px 3px 10px;
  display: inline-block;
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
}

.conference-2019 select::-ms-expand {
  display: none;
}

.drawer {
  display: flex;
  justify-content: space-between;
  margin: 1em 0 1em 0;
  padding: 0.5em;
  background-color: black;
  color: white;
  cursor: pointer;
}

.drawer .title {
  text-align: left;
}

.drawer .icon {
  font-size: 1.3em;
  font-weight: bold;
  text-align: right;
}

.learnMoreBtn {
  display:none;
}

/*for show hide driven by selexct list*/
.hiddenDiv {
  display: none;
}

.hidden-xs-up {
  display: none !important;
}

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important;
  }

                .details {
                  order: 1;
                  width: 100% !important;
                  border-top: 1px solid #dddddd;
                  border-bottom: 1px solid #dddddd;
                  padding-top: 5px;
                  padding-bottom: 5px;
                  margin-bottom: 10px;
                  margin-top:10px !important;
                  padding-left: 0 !important;
                }
        
                .details p.pricing {
                  margin-bottom: 0;
                  padding-left: 0 !important;
                }
        
                .webinarList .content {
                  order: 2;
                  width: 100% !important;
                  border-right: 0 !important;
                }
        
                .courseInfo {
                  flex-direction: column;
                }
        
                .image img {
                  width: 87px !important;
                  height: 75px !important;
                }
        
                .learnMoreBtn {
                  display: block;
                  width: fit-content !important;
                  padding: 14px 47px;
                  border-radius:10px;
                }

                .top-spacer {
                  margin-bottom:10px;
                }

                .testimonial {
                    width:100% !important;
                }

                .pmDiv {
                  width:100%;
                }

                .opDiv {
                  width:100%;
                  margin-bottom:10px;
                }

                .webinarThumb img {
                  width:88px;
                  margin-right:5px;
                }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

.hidden-xl-down {
  display: none !important;
}

.table > .row:first-child {
  border-top: 1px solid #ccc;
}

.table > .row {
  border-bottom: 1px solid #ccc;
  padding: 0.5em;
  margin: 0;
}

.table > .row:nth-child(even) {
  background-color: white;
}

.table > .row:nth-child(odd) {
  background-color: #f0e9f5;
}

/* Desktop Site Sytels */

#masterMainBreadcrumb {
  margin-bottom: 15px;
}

.PanelBody {
  padding-top: 0px;
}

.BreadCrumbLink {
  font-size: 11px;
  color: #b2b2b2;
  text-decoration: none;
}

.BreadCrumbLinkActive {
  font-size: 11px;
  color: #333;
  text-decoration:none;
}

.BreadCrumbLink:hover {
  text-decoration: underline !important;
  color: #b2b2b2 !important;
}

#masterMainBreadcrumb > span > span:nth-child(odd) {
  margin: 0 5px;
  color: transparent;
  background-image: url(/AM/Graphics/indentarrow.gif);
  background-repeat: no-repeat;
  background-position: center;
}

.iMIS-WebPart > .ContentItemContainer {
  padding: 0px;
}

.yellowBox {
  padding: 20px;
  background-color: #fffcf6;
  border: 1px solid #d2d2d2;
}

.webinarLandingPage a {
  text-decoration: underline;
  color: #f6881f;
}

.webinarLandingPage li {
  list-style-type: inherit;
}

.webinarLandingPage h1 {
  font-family: Arial;
  font-weight: bold;
  font-size: 25px;
  color: #7346b1;
  border: none;
  padding-top: 15px;
}

.webinarLandingPage h2 {
  font-family: Arial;
  font-weight: normal;
  font-size: 22px;
  color: #7346b1;
  margin-top: 10px;
}

.webinarLandingPage h3 {
  font-family: Arial;
  font-weight: bold;
  font-size: 15px;
  color: #7346b1;
}

.webinarLandingPage h4 {
  font-family: Arial;
  font-weight: bold;
  font-size: 15px;
  color: #444444;
}

.webinarLandingPage h4 {
  float: right;
  width: 370px;
}

.webinarLandingPage h5 {
  font-family: Arial;
  font-weight: bold;
  font-size: 17px;
  color: #444444;
}

.webinarLandingPage h6 {
  font-family: Arial;
  font-weight: bold;
  font-size: 13px;
  color: #444444;
}

.webinarLandingPage p {
  margin: 0 0 10px 0;
}

.webinarLandingPage .content {
  width: 540px;
  border: 0;
  margin: 0;
  float: left;
}

.webinarLandingPage .contentHeader {
  display: table;
}

.webinarLandingPage .content .logo {
  width: 88px;
  padding-right: 10px;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
}

.webinarLandingPage .content .logo img {
  width: 88px;
}

.webinarLandingPage .content .details1 {
  width: 205px;
  padding: 0 10px 0 10px;
  float: left;
}

.webinarLandingPage .content .details2 {
  width: 220px;
  padding: 0 10px 0 10px;
  float: left;
}

.webinarLandingPage .content .timerContent {
  clear: both;
  margin-left: 110px;
}

.webinarLandingPage .content .timerContainer {
  border: 1px solid #ccc;
  background-color: #fffdee;
  padding: 10px 15px 10px 15px;
  width: 100%;
  display: inline-flex;
}

.webinarLandingPage .content .timerContainer .eventTime {
  margin-right: 25px;
}

.webinarLandingPage .content .timerContainer p {
  margin-bottom: 5px;
}

.webinarLandingPage .content .timerContainer .title {
  font-weight: bold;
}

.webinarLandingPage .content .timerContainer .text {
  font-weight: normal;
}

.bgAlert {
  background-color: #c15a5b;
}

.bgSuccess {
  background-color: #7fc37a;
}

.webinarLandingPage .content .timerContainer .liveUpdates {
  margin: 0;
  padding: 0;
}

.webinarLandingPage .liveUpdates p {
  color: white;
  margin: 0;
  padding: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
}

.webinarLandingPage .content .description {
  clear: both;
  padding: 0 10px 0 0;
}

.webinarLandingPage .content .vertical-divider {
  float: right;
  width: 1px;
  height: 433px;
  background-color: #c4c4c4;
}

.webinarLandingPage .presenter h2,
.webinarLandingPage .moderator h2 {
  clear: both;
}

.webinarLandingPage .presenter img,
.webinarLandingPage .moderator img {
  float: left;
  width: 145px;
  padding: 0 10px 10px 0;
}

.webinarLandingPage .presenter p,
.webinarLandingPage .moderator p {
  float: right;
  width: 360px;
  padding: 0 10px 10px 10px;
}

.webinarLandingPage .buttons {
  width: 170px;
  border: 0;
  margin: 0;
  float: right;
}

.webinarList {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.webinarList .description {
  padding-right:7px;
}

.webinarList .description p {
  font-size: 13px;
}

.webinarList .image {
  display: table-cell;
  vertical-align: top;
  position: relative;
}

.webinarList img {
  margin: 0 15px 0 0;
}

.webinarList .content {
  width: 65%;
  /*display: table-cell;*/
  vertical-align: top;
  border-right: solid 1px;
  border-color: #dddddd;
  padding: 0 3px 0 0;
}

.webinarList .details {
  /*padding-left:9px;*/
  width: 35%;
  /*display: table-cell;*/
  vertical-align: top;
}

.webinarList .details p {
  padding: 0 0 0 5px;
}

.webinarList .details .pricing {
  font-size: 12px;
}

.webinarList .title {
  margin-bottom:4px;
  color:#444444;
}

.webinarList .title .sponsored {
  font-size:12px;
  margin-bottom:0;
  font-weight:bold;
}

.webinarList a, .webinarList h5 {
  color:#444444;
}

.webinarAccess,
.webinarAccessSeries {
  float: right;
  width: 130px;
  min-height: 430px;
  padding: 0 15px 0 15px;
  border-left: solid 1px;
  border-color: #dddddd;
}

.purchasedItem {
  margin-top: 70px;
}

.webinarAccess a,
.webinarAccessSeries a,
.goodLifeAlert a,
purchasedItem a {
  text-decoration: none;
}

.webinarAccessSeries {
  min-height: 150px;
}

.webinarAccess .groupDivider {
  width: 100px;
  height: 1px;
  padding: 0 10px 0 10px;
  border-bottom: solid 1px;
  border-color: #dddddd;
  margin: 20px 0 20px 0;
}

/* free ribbon for webinars */
.ribbon-wrapper {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 0;
}

.ribbon-pink {
  font-weight: normal;
  font-family: Sans-Serif;
  letter-spacing: 0.1em;
  color: #333;
  font-size: 12px;
  text-align: center;
  text-shadow: white 0px 1px 0px;
  -webkit-transform: rotate(320deg);
  /* Ch, Saf  */
  -moz-transform: rotate(320deg);
  /* Fx <16 */
  -ms-transform: rotate(320deg);
  /* IE 9 */
  -o-transform: rotate(320deg);
  /* Op <12.1 */
  transform: rotate(320deg);
  /* IE 10, Fx 16+, Op 12.1+ */
  position: relative;
  padding: 3px 0;
  left: -25px;
  top: 10px;
  width: 110px;
  background-color: rgb(137, 166, 233);
  color: white;
}

/*end of free ribbon for webinars */

.webinarLandingPage .hosts {
  width: 540px;
  border: 0;
  margin: 0;
  float: left;
}

.webinarLandingPage .hosts img {
  float: left;
  margin: 0 10px 10px 0;
}

.webinarLandingPage .hosts div {
  margin-bottom: 10px;
}

/*education section styles*/
        button.btnLink {
            background: none !important;
            border: none;
            padding: 0 !important;
            color: rgb(228, 120, 22) !important;
            text-decoration: underline;
            cursor: pointer;
        }

        .modalContainer {
            position: fixed;
            top: 25%;
            left:41%;
            z-index: 9999;
            min-width: 500px;
            max-width: 600px;
            padding: 30px 20px 20px 20px;
            background-color: #F7F4FA;
            border: 1px solid #B5B5B5;
            border-radius: 8px;
            opacity: 1;
        }

.closeModal {
    display: flex;
    justify-content: flex-end;
}

.closeBtn {
    width:fit-content !important;
}

        button.btnLink {
            background: none !important;
            border: none;
            padding: 0 !important;
            color: rgb(228, 120, 22) !important;
            text-decoration: underline;
            cursor: pointer;
        }


        .overlay {
            position: fixed;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.3);
            backdrop-filter: blur(3px);
            z-index: 9998;
        }

/*home page layout definitions*/
.homeLeftBar {
  margin: 0 15px 0 15px;
  width: 306px;
  float: left;
}

.homeMainContent {
  float: right;
  width: 596px;
  margin: 0 17px 0 11px;
}

.homeLeftBar {
  font-size: 12px;
}

.img-border {
  border: 1px solid #ccc;
}

.img-textBlock {
  width: 100%;
}

.img-textBlock img {
  float: left;
  width: 145px;
  padding: 0 10px 10px 0;
}

.img-textBlock .text {
  float: right;
  width: 530px;
  padding: 0 10px 10px 10px;
}

.NavigationListItem {
  color: white;
  text-decoration: none;
}

.NavigationListItem a,
.NavigationListItem a:hover,
.NavigationListItem a:visited {
  color: white;
  text-decoration: none;
}

.advertisements {
  clear: both;
}

/* Order Confirmation */
.orderConfirmation {
  margin-top: 15px;
}

.orderConfirmation .StandardPanel {
  border: solid 1.3px !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-color: #d2d2d2 !important;
  padding: 20px;
}

.orderConfirmation .LetterHead {
  text-align: left;
  font-family: Arial;
  font-size: 11px;
  padding-bottom: 20px;
  border-bottom: 1px solid;
  border-color: #d2d2d2;
}

.orderConfirmation .PanelField {
  padding: 0;
  font-size: 13px;
}

.orderConfirmation .PanelFieldValue {
  font-size: 13px;
}

.orderConfirmation .RadGrid_Default {
  margin-top: 15px;
  border: none;
  border-top: solid 1.3px;
  border-color: #d2d2d2;
}

.orderConfirmation .StandardPanel .StandardPanel {
  padding: 0;
  margin: 0;
  border: none !important;
}

#ctl00_TemplateBody_WebPartManager1_gwpciNewOrderConfirmationDisplayCommon_ciNewOrderConfirmationDisplayCommon_LetterheadNameLabel {
  font-weight: bold;
  font-size: 13px;
}

#ctl00_TemplateBody_WebPartManager1_gwpciNewOrderConfirmationDisplayCommon_ciNewOrderConfirmationDisplayCommon_EmailConfirmationCopyLabel {
  font-size: 13px;
}

.orderConfirmation input[type="text"] {
  width: 260px;
  height: 40px;
  border: 1px solid;
  border-color: #9ca2d2;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-bottom-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  border-top-right-radius: 0px;
  -webkit-border-top-right-radius: 0px;
  -moz-border-top-right-radius: 0px;

  background-color: white;
}

.orderConfirmation .TextButton {
  width: 65px !important;
  height: 43px !important;
  margin-left: -5px;

  border: none !important;
  padding: 0 10px 0 10px !important;
  color: white !important;
  font-family: Arial !important;
  font-size: 11px !important;
  font-weight: bold !important;
  text-align: center !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  background: #7294d3;
}

.orderConfirmation .CartCharges {
  width: 30%;
  background-color: #fafafa;
  border: solid 1px;
  border-color: #d2d2d2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  padding: 10px;
  margin-top: 10px;
}

#ctl00_TemplateBody_WebPartManager1_gwpciNewCartMonitoriPartCommon_ciNewCartMonitoriPartCommon__PTC0 {
  border: none !important;
}

#ctl00_TemplateBody_WebPartManager1_gwpciNewOrderConfirmationDisplayCommon_ciNewOrderConfirmationDisplayCommon_EmailConfirmationDiv {
  text-align: left !important;
}

.orderConfirmation .CartCharges .PanelField {
  border: none;
}

.orderConfirmation .btnItemPurchased {
  margin-top: -55px;
  margin-right: -20px;
  float: right;
  width: 200px;
}

.goodLifeAlertBox {
  margin: 15px;
  padding: 5px;
}

.goodLifeAlertBox .btn {
  width: 150px;
  margin: auto;
}

.btnGoodLife > div:nth-child(2) {
  float: right;
  margin-top: -50px;
  margin-right: -35px;
}

.btnGoodLife > a {
  float: right;
  margin-top: -25px;
  margin-right: -60px;
  text-decoration: none;
}

/*enews Tagged List float left to allow for the content block*/
.newsletterTagList {
  float: left;
  width: 395px;
}

/* alerts*/

.confirm,
.success,
.error,
.AsiMessage {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: #d9ebcb;
  border: 1px solid;
  border-color: #b8caaa;
  font-family: Arial;
  font-size: 13px;
  font-weight: bold;
  color: #157c16;
  padding: 15px;
  margin: 10px 0 20px 0;
  width: inherit;
  text-align: left;
}

.error,
.AsiMessage {
  border-color: #a94442;
  color: #a94442;
  background-color: #fdcbca;
  margin: 1em 0;
  padding: 1em;
}

.AsiMessage ul {
  list-style-type: none;
}

.AsiMessage li {
  list-style-type: none;
  color: #a94442;
  margin: 0;
  padding: 0;
}

.AsiMessage img {
  display: none;
}

.noUnderline {
  text-decoration: none;
}

.noUnderline a {
  text-decoration: none;
}

/* SideBar iFrame*/

#innerSideBar {
  border: none;
  overflow: hidden;
}

/*slick caroussel*/
/*change arrows position at the home page*/
.homePageSlider .slick-next {
  right: 5px;
  top: 12px;
}

.homePageSlider .slick-prev {
  right: 30px;
  top: 12px;
  left: initial;
}

.slick-prev:before,
.slick-next:before {
  color: #999;
  opacity: 0.85;
}

/* end slick caroussel*/

/*New Home Page*/
/*layout*/
.homeBillboard {
  width: 100%;
}

.homeBillboardBackground,
.homeBillboardBackgroundFR {
  background-image: none;
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .homeBillboard {
    width: 960px;
    margin-bottom: 25px;
  }

  .homeBillboardBackground {
    background-image: linear-gradient(
      to bottom,
      #d1c9ed 0px,
      #d1c9ed 424px,
      white 424px
    );
  }

  .homeBillboardBackgroundFR {
    background-image: linear-gradient(
      to bottom,
      #d1c9ed 0px,
      #d1c9ed 350px,
      white 350px
    );
  }
}

.homeLeftSideBar {
  width: 225px;
  margin-right: 20px;
  float: left;
}

.homeLeftSideBar h6 {
  font-size: 9px;
  font-weight: normal;
}

.twitter-timeline {
  margin-top: 15px;
}

.homeLeftSideBar .homeMain {
  margin-top: 10px;
}

.homeLeftSideBar img {
  max-width: 100%;
}

.homeMain .topSection {
  width: 715px;
  display: inline-block;
}

.topSectionHeadline {
  width: 223px;
  margin-left: 20px;
  float: left;
}

.topSectionHeadline .imageBorder {
  border: solid 1px;
  border-color: #b4b4b4;
  width: 227px;
  text-align: center;
}

.topSectionHeadline:first-child {
  margin-left: 0px;
}

.topSectionHeadline h4 {
  margin-top: 15px;
  text-transform: none;
}

.homeMain .homeHeadLines {
  width: 470px;
  margin-right: 20px;
  float: left;
}

.homeHeadlinesStory {
  float: left;
  width: 490px;
  margin-bottom: 20px;
}

.homeHeadlinesStory .image {
  float: left;
  margin-right: 20px;
}

.homeHeadlinesStory .image img {
  width: 123px;
}

.homeHeadlinesStory .text {
  float: right;
  width: 323px;
  margin-right: 20px;
}

.firstImage {
  float: left;
  margin-right: 20px;
}

.firstImage img {
  width: 225px;
}

.firstText {
  float: right;
  width: 225px;
  margin-right: 20px;
}

.homeSideBar {
  float: left;
  width: 225px;
}

.homeBottom {
  margin-left: 225px;
  width: 715px;
}

.JobAdsHomeWidget {
  background-color: #461159;
}

.JobAdsHomeWidget .headerTitle {
  padding: 10px;
  color: white;
}

.JobAdsHomeWidget th {
  border: none;
  border-bottom: 1px solid;
  border-color: white;
}

.JobAdsHomeWidget th div {
  padding: 10px 0 10px 10px;
}

.JobAdsHomeWidget td {
  color: white;
  padding: 10px 20px 0px 10px;
}

.JobAdsHomeWidget td:first-child {
  text-align: left;
}

.JobAdsHomeWidget a {
  color: white;
}

.JobAdsHomeWidget tfoot td {
  height: 40px;
}

/*end of layout*/

/*Carrousel*/
.homePageSlider {
  margin: 0;
}

.homePageNavSlider .slideNav {
  display: inline-block;
  width: 192px;
  border: 1px solid;
  border-color: #b4b4b4;
  margin: 0;
  padding: 15px 10px 15px 30px;
  float: left;
  background-color: #f5f5f5;
  color: black;
  font-weight: normal;
  font-size: 14px;
}

.homePageNavSlider .slideNav:hover {
  background-color: white;
  cursor: pointer;
}

.homePageNavSlider .slideNav .text {
  margin-bottom: 10px;
}

.homePageNavSlider .progressBar {
  height: 7px;
  bottom: 0;
  margin: 0 -10px -15px -30px;
  width: 0px;
}

.homePageNavSlider .active {
  background-color: white;
}

.homePageNavSlider .active .progressBar {
  background-color: #f4841e;
  -webkit-animation: progressbar 7.5s infinite;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-timing-function: linear;
  /* Safari 4.0 - 8.0 */
  animation: progressbar 7.5s infinite;
  animation-timing-function: linear;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes progressbar {
  from {
    width: 0px;
  }

  to {
    width: 192px;
  }
}

@keyframes progressbar {
  from {
    width: 0px;
  }

  to {
    width: 192px;
  }
}

.homeRightContentBox {
  padding: 10px 10px 10px 15px;
  background-color: #f9f9ff;
  border: 1px solid;
  border-color: #ddddf0;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.homeRightContentBox hr {
  border-color: #6a398c;
}

.homeRightContentBox p {
  margin-bottom: 10px;
}

/*End of Home Page*/

/* loading panel*/
#loadingPanel {
  width: 70px;
  height: 70px;
  background: none;
  padding: 0;
  -moz-border-radius: none;
  -webkit-border-radius: none;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -box-shadow: none;
  position: fixed;
  background: none;
  background-color: none;
  top: 50%;
  left: 50%;
  margin: auto;
}

#loadingPanel img {
  vertical-align: middle;
}

/* Hide Image from iMIS Event Registration */
.EventSummary > .PhotoArea {
  display: none;
}

textarea {
  background-color: white;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-color: rgb(156, 162, 210);
}

.riEmpty {
  color: rgb(204, 204, 204);
}

/*Searchable Index Styles */
.searchableIndex fieldset {
  padding: 20px;
}

.searchableIndex table {
  width: 100%;
}

.searchableIndex .label {
  line-height: 1em;
  text-align: right;
  padding-right: 3%;
  vertical-align: middle;
}

.searchableIndex .input {
  vertical-align: middle;
}

.searchableIndex input {
  border: solid 1px;
  border-color: #9ca2d2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: white;
  font-family: Arial;
  font-size: 12px;
  -webkit-appearance: none;
  padding: 10px;
  width: 494px;
}

.mainSearch {
  margin-right: 15px;
}

.searchableIndex .btnBlue {
  display: inline-block;
  width: 75px;
  cursor: pointer;
}

.searchableIndex .searchNavBarHeader {
  margin-top: 20px;
}

.searchableIndex .totalResults {
  font-size: 1.5em;
  font-weight: bold;
}

.searchableIndex .downloadItem {
  margin-right: 30px;
}

.searchableIndex select {
  height: 34px;

  border: 1px solid;
  border-color: #9ca2d2;
  border-radius: 5px;
  background-color: white;
  background-image: url(/AM/Images/testing/arrow.png);
  background-position: right;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  padding: 10px;
}

select::-ms-expand {
  display: none;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fffded;
  border-color: #d2d2d2;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.orderSearch {
  cursor: pointer;
}

.btnAdvancedSearch {
  cursor: pointer;
}

.link {
  cursor: pointer;
}

/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
      Force border-box so that % widths fit the parent
      container without overlap because of margin/padding.

      More Info : http://www.quirksmode.org/css/box.html
    */
  -webkit-box-sizing: border-box;
  /* webkit */
  -moz-box-sizing: border-box;
  /* firefox */
  box-sizing: border-box;
  /* css3 */
  width: 100%;
}

.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;

  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;

  border-radius: 4px;

  background-clip: padding-box;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #eee),
    color-stop(0.5, #fff)
  );
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 50%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;

  border-radius: 0 0 4px 4px;

  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #eee),
    color-stop(0.9, #fff)
  );
  background-image: -webkit-linear-gradient(center bottom, #eee 0%, #fff 90%);
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(top, #eee 0%, #fff 90%);
}

.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;

  white-space: nowrap;

  text-overflow: ellipsis;
}

.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;

  font-size: 1px;
  text-decoration: none;

  border: 0;
  background: url("select2.png") right top no-repeat;
  cursor: pointer;
  outline: 0;
}

.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;

  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;

  border-radius: 0 0 4px 4px;

  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;

  border-radius: 4px 4px 0 0;

  -webkit-box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;

  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;

  background-clip: padding-box;

  background: #ccc;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #ccc),
    color-stop(0.6, #eee)
  );
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
  background-image: linear-gradient(top, #ccc 0%, #eee 60%);
}

.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("select2.png") no-repeat 0 1px;
}

.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;

  position: relative;
  z-index: 10000;

  white-space: nowrap;
}

.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;

  outline: 0;
  font-family: sans-serif;
  font-size: 1em;

  border: 1px solid #aaa;
  border-radius: 0;

  -webkit-box-shadow: none;
  box-shadow: none;

  background: #fff url("select2.png") no-repeat 100% -22px;
  background: url("select2.png") no-repeat 100% -22px,
    -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("select2.png") no-repeat 100% -22px,
    -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat 100% -22px,
    -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2.png") no-repeat 100% -22px,
    linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

.select2-search input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100%;
  background: url("select2-spinner.gif") no-repeat 100%,
    -webkit-gradient(linear, left bottom, left top, color-stop(0.85, #fff), color-stop(0.99, #eee));
  background: url("select2-spinner.gif") no-repeat 100%,
    -webkit-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2-spinner.gif") no-repeat 100%,
    -moz-linear-gradient(center bottom, #fff 85%, #eee 99%);
  background: url("select2-spinner.gif") no-repeat 100%,
    linear-gradient(top, #fff 85%, #eee 99%);
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;

  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;

  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;

  background-color: #eee;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #fff),
    color-stop(0.5, #eee)
  );
  background-image: -webkit-linear-gradient(center bottom, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(top, #fff 0%, #eee 50%);
}

.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;

  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #fff),
    color-stop(0.5, #eee)
  );
  background-image: -webkit-linear-gradient(center top, #fff 0%, #eee 50%);
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(bottom, #fff 0%, #eee 50%);
}

.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* results */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}

.select2-results
  ul.select2-result-sub
  ul.select2-result-sub
  > li
  .select2-result-label {
  padding-left: 40px;
}

.select2-results
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  > li
  .select2-result-label {
  padding-left: 60px;
}

.select2-results
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  > li
  .select2-result-label {
  padding-left: 80px;
}

.select2-results
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  > li
  .select2-result-label {
  padding-left: 100px;
}

.select2-results
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  > li
  .select2-result-label {
  padding-left: 110px;
}

.select2-results
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  ul.select2-result-sub
  > li
  .select2-result-label {
  padding-left: 120px;
}

.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;

  min-height: 1em;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

.select2-results li em {
  background: #feffde;
  font-style: normal;
}

.select2-results .select2-highlighted em {
  background: transparent;
}

.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
}

/*
disabled look for disabled choices in the results dropdown
*/
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

.select2-results .select2-selected {
  display: none;
}

.select2-more-results.select2-active {
  background: #f4f4f4 url("select2-spinner.gif") no-repeat 100%;
}

.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */

.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;

  border: 1px solid #9ca2d2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  cursor: text;
  overflow: hidden;

  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    color-stop(1%, #eee),
    color-stop(15%, #fff)
  );
  background-image: -webkit-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: -moz-linear-gradient(top, #eee 1%, #fff 15%);
  background-image: linear-gradient(top, #eee 1%, #fff 15%);
}

.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

.select2-container-multi .select2-choices {
  min-height: 26px;
}

.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;

  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
  width: 100%;
}

.select2-container-multi .select2-choices .select2-search-field input {
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: solid 1px;
  border-color: #9ca2d2;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background-color: white;
  font-family: Arial;
  font-size: 12px;
  padding: 10px;
  width: 100% !important;
}

.select2-container-multi
  .select2-choices
  .select2-search-field
  input.select2-active {
  background: #fff url("select2-spinner.gif") no-repeat 100% !important;
}

.select2-default {
  color: #999 !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;

  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;

  border-radius: 3px;

  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);

  background-clip: padding-box;

  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    color-stop(20%, #f4f4f4),
    color-stop(50%, #f0f0f0),
    color-stop(52%, #e8e8e8),
    color-stop(100%, #eee)
  );
  background-image: -webkit-linear-gradient(
    top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-image: -moz-linear-gradient(
    top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
  background-image: linear-gradient(
    top,
    #f4f4f4 20%,
    #f0f0f0 50%,
    #e8e8e8 52%,
    #eee 100%
  );
}

.select2-container-multi
  .select2-choices
  .select2-search-choice
  .select2-chosen {
  cursor: default;
}

.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;

  font-size: 1px;
  outline: none;
  background: url("select2.png") right top no-repeat;
}

.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

.select2-container-multi
  .select2-choices
  .select2-search-choice
  .select2-search-choice-close:hover {
  background-position: right -11px;
}

.select2-container-multi
  .select2-choices
  .select2-search-choice-focus
  .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

.select2-container-multi.select2-container-disabled
  .select2-choices
  .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

.select2-container-multi.select2-container-disabled
  .select2-choices
  .select2-search-choice
  .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */

.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

.select2-display-none {
  display: none;
}

.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min-resolution: 144dpi) {
  .select2-search input,
  .select2-search-choice-close,
  .select2-container .select2-choice abbr,
  .select2-container .select2-choice .select2-arrow b {
    background-image: url("select2x2.png") !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }

  .select2-search input {
    background-position: 100% -21px !important;
  }
}

/**
 * selectize.default.css (v0.8.5) - Default Theme
 * Copyright (c) 2013 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi
  > .selectize-input
  > div.ui-sortable-placeholder {
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  visibility: visible !important;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  background: #f8f8f8;
  border-bottom: 1px solid #d0d0d0;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -12px;
  font-size: 20px !important;
  line-height: 20px;
  color: #303030;
  opacity: 0.4;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  float: left;
  border-top: 0 none;
  border-right: 1px solid #f2f2f2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  width: 17px;
  padding: 2px 0 0 0;
  font-size: 12px;
  font-weight: bold;
  color: inherit;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  border-left: 1px solid #0073bb;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-family: inherit;
  font-size: 13px;
  -webkit-font-smoothing: inherit;
  line-height: 18px;
  color: #303030;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  display: inline-block;
  cursor: text;
  background: #ffffff;
}

.selectize-input {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 8px 8px;
  overflow: hidden;
  border: 1px solid #d0d0d0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

.selectize-input.full {
  background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  display: -moz-inline-stack;
  display: inline-block;
  *display: inline;
  vertical-align: baseline;
  zoom: 1;
}

.selectize-control.multi .selectize-input > div {
  padding: 2px 6px;
  margin: 0 3px 3px 0;
  color: #ffffff;
  cursor: pointer;
  background: #1da7ee;
  border: 1px solid #0073bb;
}

.selectize-control.multi .selectize-input > div.active {
  color: #ffffff;
  background: #92c836;
  border: 1px solid #00578d;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

.selectize-input > input {
  max-width: 100% !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 1px !important;
  line-height: inherit !important;
  text-indent: 0 !important;
  background: none !important;
  border: 0 none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-user-select: auto !important;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  display: block;
  clear: left;
  content: " ";
}

.selectize-input.dropdown-active::before {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  height: 1px;
  background: #f0f0f0;
  content: " ";
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  margin: -1px 0 0 0;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  border-top: 0 none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown [data-selectable] {
  overflow: hidden;
  cursor: pointer;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  cursor: default;
  background: #ffffff;
}

.selectize-dropdown .active {
  color: #495c68;
  background-color: #f5fafd;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  max-height: 200px;
  overflow-x: hidden;
  overflow-y: auto;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  position: absolute;
  top: 50%;
  right: 15px;
  display: block;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-color: #808080 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  content: " ";
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-color: transparent transparent #808080 transparent;
  border-width: 0 5px 5px 5px;
}

.selectize-control.rtl.single .selectize-input:after {
  right: auto;
  left: 15px;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  background-color: #fafafa;
  opacity: 0.5;
}

.selectize-control.multi .selectize-input.has-items {
  padding-right: 5px;
  padding-left: 5px;
}

.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#1da7ee),
    to(#178ee9)
  );
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2),
    inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#008fd8),
    to(#0075cf)
  );
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}

.selectize-control.single .selectize-input {
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fefefe),
    to(#f2f2f2)
  );
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05),
    inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}

.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

/* Select2 theme */

/* Mark invalid Select2 */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #d44950;
}

.select2-result-single {
  padding-left: 0;
}

/* Selectize theme */

/* Helper class to show styles when focus */
.selectize-input.selectize-focus {
  border-color: #007fbb !important;
}

/* Fix input width for Selectize theme */
.selectize-control > .selectize-input > input {
  width: 100%;
}

/* Fix dropdown width for Selectize theme */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #d44950;
}

.select2 > .select2-choice.ui-select-match {
  /* Because of the inclusion of Bootstrap */
  height: 29px;
}

.selectize-control > .selectize-dropdown {
  top: 36px;
}

.select2-input {
  font-family: Arial;
  font-size: 12px;
  padding: 10px;
  width: 50px !important;
  border: none !important;
}

.displayTable {
  display: table;
}

.displayTableCell {
  display: table-cell;
}

.aspNetDisabled {
  text-decoration: none;
  font-weight: normal;
  color: black;
  text-decoration: none;
}

.facebookLinkButtons input {
  margin-bottom: 10px;
}

.facebookLinkButtons .CommandBar {
  text-align: center;
}

.facebookLinkButtons #masterMainButtonBar {
  display: none;
}

.facebookLinkButtons
  #ctl01_TemplateBody_WebPartManager1_gwpciMainSignIn_ciMainSignIn_SocialMediaPrompt_linkForgotPasswordUserDiv {
  margin-left: 38px;
}

.facebookLinkButtons
  #ctl01_TemplateBody_WebPartManager1_gwpciMainSignIn_ciMainSignIn_SocialMediaPrompt_CancelLinkButton {
  width: 260px !important;
  height: 40px !important;
  border: none !important;
  border-radius: 5px !important;
  color: white;
  background: #d1d1d1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d1d1d1 0%, #8b8b8b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #d1d1d1),
    color-stop(100%, #8b8b8b)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #d1d1d1 0%, #8b8b8b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #d1d1d1 0%, #8b8b8b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #d1d1d1 0%, #8b8b8b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #d1d1d1 0%, #8b8b8b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d1d1d1', endColorstr='#8b8b8b', GradientType=0);
  /* IE6-9 */
}

.table {
  border-collapse: collapse !important;
}

.table td,
.table th {
  background-color: #eff0f5;
  text-align: center;
  border-bottom: 1px solid #ddd;
  min-height: 68px;
}

.table th {
  padding-top: 20px;
  padding-bottom: 20px;
}

.table tr:nth-child(odd) td {
  background-color: #eff0f5;
}

.table tr:nth-child(even) td {
  background-color: #ffffff;
}

.table a {
  display: block;
}

.table p {
  margin: 0px;
}

/*table with sticky header styles*/
.hide {
  display: none;
}

div.stickyHeader {
  top: 0;
  position: fixed;
  background-color: white;
}

.AddToCartInlineText {
  display: inline-block;
}

.AddToCartInlineText p {
  margin: 0px;
  display: inline-block;
}

.AddToCartInlineText div {
  display: inline-block;
  font-size: 13px;
}

.errorMsg {
  color: red;
  font-size: 12px;
}

.CSSTableGenerator {
  margin: 0;
  padding: 0;
  width: 100%;
  border: 1px solid #919191;
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
}

.CSSTableGenerator table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.CSSTableGenerator tr:last-child td:last-child {
  -moz-border-radius-bottomright: 7px;
  -webkit-border-bottom-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.CSSTableGenerator table tr:first-child td:first-child {
  -moz-border-radius-topleft: 7px;
  -webkit-border-top-left-radius: 7px;
  border-top-left-radius: 7px;
}

.CSSTableGenerator table tr:first-child td:last-child {
  -moz-border-radius-topright: 7px;
  -webkit-border-top-right-radius: 7px;
  border-top-right-radius: 7px;
}

.CSSTableGenerator tr:last-child td:first-child {
  -moz-border-radius-bottomleft: 7px;
  -webkit-border-bottom-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.CSSTableGenerator tr:hover td {
}

.CSSTableGenerator tr:nth-child(odd) {
  background-color: #d3c5e2;
}

.CSSTableGenerator tr:nth-child(even) {
  background-color: #fff;
}

.CSSTableGenerator td {
  vertical-align: middle;
  border: 1px solid #919191;
  border-width: 0 1px 1px 0;
  text-align: left;
  padding: 8px;
  font-size: 12px;
  font-family: Arial;
  font-weight: normal;
  color: #000;
}

.CSSTableGenerator tr:last-child td {
  border-width: 0 1px 0 0;
}

.CSSTableGenerator tr td:last-child {
  border-width: 0 0 1px 0;
}

.CSSTableGenerator tr:last-child td:last-child {
  border-width: 0 0 0 0;
}

.CSSTableGenerator tr:first-child td {
  background: -o-linear-gradient(bottom, #9772bf 5%, #9772bf 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #9772bf),
    color-stop(1, #9772bf)
  );
  background: -moz-linear-gradient(center top, #9772bf 5%, #9772bf 100%);
  filter: DXImageTransform.Microsoft.gradient(
    startColorstr= "#9772bf",
    endColorstr= "#9772bf"
  );
  background: -o-linear-gradient(top, #9772bf, 9772bf);
  background-color: #9772bf;
  border: 0 solid #919191;
  text-align: center;
  border-width: 0 0 1px 1px;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  color: #fff;
}

.CSSTableGenerator tr:first-child:hover td {
  background: -o-linear-gradient(bottom, #9772bf 5%, #9772bf 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0.05, #9772bf),
    color-stop(1, #9772bf)
  );
  background: -moz-linear-gradient(center top, #9772bf 5%, #9772bf 100%);
  filter: DXImageTransform.Microsoft.gradient(
    startColorstr= "#9772bf",
    endColorstr= "#9772bf"
  );
  background: -o-linear-gradient(top, #9772bf, 9772bf);
  background-color: #9772bf;
}

.CSSTableGenerator tr:first-child td:first-child {
  border-width: 0 0 1px 0;
}

.CSSTableGenerator tr:first-child td:last-child {
  border-width: 0 0 1px 1px;
}

.card-img-list .card:nth-child(odd) {
  padding-right: 15px;
}

.card-img-list .card:nth-child(even) {
  padding-left: 15px;
}

.card-img-list .card {
  width: 50%;
  float: left;
}

.card-img-list .card .card-block {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: right;
}

.agm2016tab-content {
  border: none;
  padding-top: 0px;
}

.agm-2016-table {
  margin-bottom: 17px;
}

.agm-2016-table th {
  padding: 20px 0 20px 0;
  border-bottom: 1px solid #ccc;
  border-right: none;
  border-left: none;
  border-top: none;
}

.agm-2016-table ul {
  margin-bottom: 0px;
}

.agm-2016-table th p,
.agm-2016-table td p {
  margin: 0;
  padding: 0;
  padding-right: 15px;
}

.agm-2016-table th:nth-child(1) {
  width: 130px;
}

.agm-2016-table th:nth-child(2) {
  width: 450px;
}

.agm-2016-table th:nth-child(3) {
  width: 130px;
}

.agm-2016-table td {
  vertical-align: top;
  padding: 20px 0 0 0;
}

.image-textBlock {
  display: table;
  margin: 15px 0 15px 0;
}

.image-textBlock .image {
  display: table-cell;
  vertical-align: top;
}

.image-textBlock .text {
  display: table-cell;
}

.image-textBlock .text h4 {
  margin-left: 20px;
}

.image-textBlock .text p {
  margin-left: 30px;
}

.editorialBoard {
  margin-bottom: 20px;
}

.editorialBoard img {
  margin-right: 20px;
}

.memberSearchPanel {
  margin-top: 0px;
}

.memberSearchContent .title h2 {
  margin-bottom: 5px;
}

.memberSearchContent .result h2 {
  margin-bottom: 0px;
}

.memberSearchContent .result li {
  margin-bottom: 20px;
}

/* fix for google search styles */

.gsc-result-info-container {
  padding: 0px;
}

.gsc-table-result td {
  padding: 0px;
  margin: 0px;
}

.gsc-above-wrapper-area-container {
  margin: 0px;
}

/* checklist styles */
.checklist_header { /* customise the header background */
    background-color: #0af2a5;
    padding: 20px 20px 5px 20px
}

.website_checklist p {
    padding-bottom: 0;
    font-size: 14px;
    color: #1d0d6f;
    padding: 20px 20px 5px 20px
}

.website_checklist ul {
    list-style: none!important; /* Remove the list style */
    padding: 1px 0 0 0!important
}

.website_checklist ul li {
    list-style-type: none !important;
    height:40px;
}

.website_checklist ul label {
    font-size: 14px;
    line-height: 1.4;
    padding: 10px 24px 10px 50px;
    display: block;
    position: relative;
    z-index: 100;
    cursor: pointer;
    font-weight: normal;
}

.website_checklist ul input,
.website_checklist ul li.focus:before {
    left: 0;
    top: 0;
    position: absolute
}

.website_checklist li {
    position: relative
}

.website_checklist ul li.focus:before {
    left: 0;
    top: 0;
    position: absolute
}

.website_checklist ul input {
    opacity: 0
}

.website_checklist ul li.focus:before,
.website_checklist ul span.input:before {
    content: ""
}

.website_checklist ul span.input {
    /*background-image: linear-gradient(90deg, #7228BC 0, #7228BC 100%);*/
    background-color: #7228BC;
    width: 26px;
    height: 26px;
    left: 11px;
    top: 10px
}

.website_checklist ul span.input:before {
    width: 22px;
    height: 22px;
    top: 2px;
    left: 2px
}

.website_checklist ul span,
.website_checklist ul span:after,
.website_checklist ul span:before {
    display: block;
    position: absolute;
    background: #fff;
    border-radius: 50%
}

.website_checklist ul li.checked span.input { /* CSS to make the background green when checked - we add the class checked using javascript */
    background: #7228BC
}

.website_checklist ul li.checked span.input:before {
    background: #7228BC
}

.website_checklist ul li.checked label { /* when checked, make the text have a line through */
    text-decoration: line-through
}

.website_checklist ul li.checked.focus:before {
    background: #888
}

.website_checklist ul li.focus {
    background: #fafafa
}

.website_checklist ul li.checked {
    background: #f1f1f1
}

/* end checklist styles */

.footer {
  margin-top: 30px;
  border-top: 1px black solid;
  min-height: 100px;
  background: rgb(199, 199, 199);
  /* Old browsers */
  background: -moz-linear-gradient(
    top,
    rgba(199, 199, 199, 1) 0%,
    rgba(216, 216, 216, 1) 100%
  );
  /* FF3.6-15 */
  background: -webkit-linear-gradient(
    top,
    rgba(199, 199, 199, 1) 0%,
    rgba(216, 216, 216, 1) 100%
  );
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(
    to bottom,
    rgba(199, 199, 199, 1) 0%,
    rgba(216, 216, 216, 1) 100%
  );
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7c7c7', endColorstr='#d8d8d8', GradientType=0);
}

.footerContainer {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.footer ul {
  display: inline-block;
}

.footer ul li {
  display: inline-block;
  margin-right: 10px;
}

.footer a {
  color: #363636;
  text-decoration: underline;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

.footer a:visited {
  color: #363636;
  text-decoration: underline;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

#sideBarContainer {
  max-width: 100%;
  float: none;
}

@media only screen and (min-width: 768px) {
  #sideBarContainer {
    max-width: 300px;
    float: right;
    margin-left: 15px;
  }
}

/*==========  Mobile First Method  ==========*/
.ContentBlock {
  display: none;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .ContentBlock {
    display: block;
  }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
}

/*Event Display Styles*/

.eventDisplay input[type="submit"] {
  display: none;
}

.eventDisplay .RegistrationEditSection {
  display: none;
}

/*OBO - On behalf off Styles*/
.obo-panel .obo-label {
  display: none;
}

.obo-actions a {
  float: right;
  padding: 0 1em;
}

ul.obo-actions {
  display: flex;
  justify-content: flex-end;
}

ul.obo-actions > li {
  list-style: none;
  margin-left: 0.5em;
}

.RadWindow {
  z-index: 9999999999999999999 !important;
}

.RadWindow select {
  padding: 0.5em;
  width: 100%;
  border-color: #9ca2d2;
}

/* overwrites */

/* bootstrap */
.panel {
  background-color: inherit;
  margin: 0px;
  border: none;
  box-shadow: none;
}

/* fix safari bootstrap grid - before after wrap issue */

.container:before,
.container:after,
.row:before,
.row:after {
  content: normal;
}

/* fix safari not scrolling iframe */
.webkit-scroll-touch {
  -webkit-overflow-scrolling: touch !important;
  overflow-y: auto !important;
}

.content-scrollable {
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.content-scrollable-inner {
  height: calc(100% + 1px);
}

.deleteButton {
  background: url(images/deleteIcon.png);
  background-position: 0 0;
  width: 10px;
  height: 10px;
  margin-left: 5px;
}

.editProfileCommunications {
  max-width: 1024px;
  margin: auto;
  padding: 2em;
  border: 1px solid #ccc;
  margin-top: 20px;
}

.RadInput_cdha {
  width: 100% !important;
}

.MsoNormal {
  text-align: center;
}

/* alert styles */
.alert-container {
  /*position: relative;*/
  width: 100%;
  max-width: 710px;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #CA5432;
  background-color: #ffefe0;
  color: #CA5432;
}

.alert-container>svg+div {
  transform: translateY(-3px);
}

.alert-container>svg {
  color: currentColor;
}

.alert-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.alert-icon {
  margin-right: 0.5rem;
}

.content-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
  margin-left: 5px;
}

.alert-title {
  margin-bottom: 0.25rem;
  line-height: 1;
  letter-spacing: -0.025em;
  color: #CA5432;
  font-weight: 700;
}

.alert-message {
  font-size: 13.3px;
}

.alert-message p {
  line-height: 1.625;
}

.alert-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  max-height: 3rem;
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
  font-weight: 700;
  color: white;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 0.5rem;
  transition: background-color 0.2s, color 0.2s;
}

.alert-button:hover {
  background-color: #C73613;
  color: white;
}

.alert-button:focus-visible {
  outline: none;
  ring: 2px;
  ring-offset: 2px;
}

.alert-button:disabled {
  pointer-events: none;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .content-wrapper {
    flex-direction: column;
    gap: 0.5rem;
  }
}

/* end alert styles */

/* warning styles */
.warning-container {
  /*position: relative;*/
  width: 100%;
  max-width: 710px;
  margin-bottom: 1rem;
  padding: 1rem;
  border-radius: 0.5rem;
  border: 1px solid #CA5432;
  background-color: #df350c;
  color: white;
}

.warning-container>svg+div {
  transform: translateY(-3px);
}

.warning-container>svg {
  color: currentColor;
}

.warning-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.warning-icon {
  margin-right: 0.5rem;
}

.warning-wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 1rem;
  margin-left: 5px;
}

.warning-title {
  margin-bottom: 0.25rem;
  line-height: 1;
  letter-spacing: -0.025em;
  color: white;
  font-weight: 700;
}

.warning-message {
  font-size: 13.3px;
}

.warning-message p {
  line-height: 1.625;
}

.warning-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  max-height: 3rem;
  font-size: 1rem;
  padding: 0.5rem 0.75rem;
  font-weight: 700;
  color: white;
  background-color: transparent;
  border: 1px solid white;
  border-radius: 0.5rem;
  transition: background-color 0.2s, color 0.2s;
}

.warning-button:hover {
  background-color: #C73613;
  color: white;
}

.warning-button:focus-visible {
  outline: none;
  ring: 2px;
  ring-offset: 2px;
}

.warning-button:disabled {
  pointer-events: none;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .content-wrapper {
    flex-direction: column;
    gap: 0.5rem;
  }
}

/* end warning styles */

/* moving all inline styles to external stylesheet */
/* .education tag so it only affects fixed pages */

#sideBarContainer #sideBarBox,
#sideBarContainer .sideBarBox,
#sideBarContainer .sideBarBoxFlat {
    float: none;
}

a.btnBlue:focus,
a.btnBlue:hover {
  color: white;
  text-decoration: none;
}

.education #sideBarContainer>div:last-of-type {
    padding: 10px;
}

.education #sideBarContainer>div:last-of-type>div {
    margin: 15px 0;
}

.education .tab-pane h3,
.education .content h3 {
    font-size: 1.3em;
    margin: 10px 0;
    color: #444444;
}

.education .testimonial {
    padding-right: 30px;
    margin-bottom: 20px;
}

.education h1+span {
    margin: 3px 0 15px 0;
    color: #444444;
    font-weight: bold;
}

/* end .education */

.sideBarBoxBlue {
    width: 280px !important;
    border: 1px solid #8997c8;
    background-color: #e7eef7;
    margin: 0 0 10px 15px;
    padding: 10px;
}

.toggle-container {
    margin: 20px 0;
}

.toggle-button {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px 15px;
    background-color: #f0f0f0;
    border-radius: 6px;
    border: 1px solid #ccc;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s ease;
}

.toggle-button-purple {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px 15px;
    background-color: #F8F8F8;
    border-radius: 6px;
    border: 2px solid #AD9EE1;
    font-family: Arial, sans-serif;
    transition: background-color 0.3s ease;
}

.toggle-button:hover,
.toggle-button-purple:hover {
    background-color: #e0e0e0;
}

.toggle-symbol {
    font-weight: bold;
    font-size: 1.3em;
    margin-right: 10px;
    transition: transform 0.3s ease;
}

.toggle-content {
    display: none;
    margin-top: 8px;
    padding: 10px 15px;
    background-color: #fafafa;
    border-left: 3px solid #7346b1;
    border-radius: 4px;
    animation: fadeIn 0.3s ease-in-out;
}

.toggle-content-white {
    display: none;
    margin-top: 8px;
    padding: 10px;
    border-radius: 4px;
    animation: fadeIn 0.3s ease-in-out;
}

.toggle-content.show,
.toggle-content-white.show {
    display: block;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.purple-badge {
    background-color: #D2CBE7;
    border-radius: 7px;
    display: inline-block;
    padding: 5px 8px;
    font-size: 11px;
    color: #444444;
}

/* utility classes */

.border-black {
    border: 1px solid black;
}

.img-flex {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 20px;
}

.clear-left {
    clear: left;
}

.text-dark {
    color: #444444;
}

/* looks like current H2 */
.text-lg {
    font-size: 18.2px;
    font-weight: bold;
    margin: 10px 0;
    color: #444444;
    line-height: 120%;
}

/* looks like current H3 */
.purple-sm {
    font-size: 1.1em;
    color: #7346b1;
    font-weight: bold;
    margin: 10px 0 0 0;
}

/* looks like current H4 */
.text-sm {
    font-size: 1.1em;
    color: #444444;
    font-weight: bold;
    margin: 0;
}

/* looks like current H5 */
.purple-lg {
    font-size: 17.5px;
    font-weight: bold;
    line-height: 150%;
    color: #7346b1;
}

.flex-responsive {
    display: flex;
    gap: 1rem;
    flex-direction: row;
}

@media screen and (max-width: 991px) {
    .flex-responsive {
        flex-direction: column;
    }
}

/* end utility classes */