:root {
  --masthead-mobile-font-size: 14px;
  --masthead-mobile-font-size: 11px;
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("/App_Themes/Cea_Website/css/fonts/open-sans-v13-latin_greek-ext_latin-ext_greek_cyrillic-ext_cyrillic_vietnamese-regular.eot");
  src: local("Open Sans"), local("OpenSans"),
    url("/App_Themes/Cea_Website/css/fonts/open-sans-v13-latin_greek-ext_latin-ext_greek_cyrillic-ext_cyrillic_vietnamese-regular.eot?#iefix")
      format("embedded-opentype"),
    url("/App_Themes/Cea_Website/css/fonts/open-sans-v13-latin_greek-ext_latin-ext_greek_cyrillic-ext_cyrillic_vietnamese-regular.woff2")
      format("woff2"),
    url("/App_Themes/Cea_Website/css/fonts/open-sans-v13-latin_greek-ext_latin-ext_greek_cyrillic-ext_cyrillic_vietnamese-regular.woff")
      format("woff"),
    url("/App_Themes/Cea_Website/css/fonts/open-sans-v13-latin_greek-ext_latin-ext_greek_cyrillic-ext_cyrillic_vietnamese-regular.ttf")
      format("truetype"),
    url("/App_Themes/Cea_Website/css/fonts/open-sans-v13-latin_greek-ext_latin-ext_greek_cyrillic-ext_cyrillic_vietnamese-regular.svg#OpenSans")
      format("svg");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 600;
  src: url("/App_Themes/Cea_Website/css/fonts/open-sans-v13-latin_greek-ext_latin-ext_greek_cyrillic-ext_cyrillic_vietnamese-600.eot");
  src: local("Open Sans Semibold"), local("OpenSans-Semibold"),
    url("/App_Themes/Cea_Website/css/fonts/open-sans-v13-latin_greek-ext_latin-ext_greek_cyrillic-ext_cyrillic_vietnamese-600.eot?#iefix")
      format("embedded-opentype"),
    url("/App_Themes/Cea_Website/css/fonts/open-sans-v13-latin_greek-ext_latin-ext_greek_cyrillic-ext_cyrillic_vietnamese-600.woff2")
      format("woff2"),
    url("/App_Themes/Cea_Website/css/fonts/open-sans-v13-latin_greek-ext_latin-ext_greek_cyrillic-ext_cyrillic_vietnamese-600.woff")
      format("woff"),
    url("/App_Themes/Cea_Website/css/fonts/open-sans-v13-latin_greek-ext_latin-ext_greek_cyrillic-ext_cyrillic_vietnamese-600.ttf")
      format("truetype"),
    url("/App_Themes/Cea_Website/css/fonts/open-sans-v13-latin_greek-ext_latin-ext_greek_cyrillic-ext_cyrillic_vietnamese-600.svg#OpenSans")
      format("svg");
}

@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("/App_Themes/Cea_Website/css/fonts/open-sans-v13-latin_greek-ext_latin-ext_greek_cyrillic-ext_cyrillic_vietnamese-700.eot");
  src: local("Open Sans Bold"), local("OpenSans-Bold"),
    url("/App_Themes/Cea_Website/css/fonts/open-sans-v13-latin_greek-ext_latin-ext_greek_cyrillic-ext_cyrillic_vietnamese-700.eot?#iefix")
      format("embedded-opentype"),
    url("/App_Themes/Cea_Website/css/fonts/open-sans-v13-latin_greek-ext_latin-ext_greek_cyrillic-ext_cyrillic_vietnamese-700.woff2")
      format("woff2"),
    url("/App_Themes/Cea_Website/css/fonts/open-sans-v13-latin_greek-ext_latin-ext_greek_cyrillic-ext_cyrillic_vietnamese-700.woff")
      format("woff"),
    url("/App_Themes/Cea_Website/css/fonts/open-sans-v13-latin_greek-ext_latin-ext_greek_cyrillic-ext_cyrillic_vietnamese-700.ttf")
      format("truetype"),
    url("/App_Themes/Cea_Website/css/fonts/open-sans-v13-latin_greek-ext_latin-ext_greek_cyrillic-ext_cyrillic_vietnamese-700.svg#OpenSans")
      format("svg");
}

sgds-masthead,
.sgds-masthead {
  position: relative;
  z-index: 99999;
  display: block;
  margin: auto;
  font-size: 14px;
}

h1 {
  font-weight: 400;
  font-size: 3rem;
  color: #145fac;
  margin: 10px 0 50px;
}

h2 {
  font-weight: 400;
  font-size: 2.1rem;
  color: #145fac;
  margin: 10px 0 25px;
}

h3 {
  font-weight: 600;
  font-size: 1.7rem;
  color: #145fac;
  margin: 10px 0 25px;
}

h4 {
  font-weight: 600;
  font-size: 1.5rem;
  color: #212121;
  margin: 10px 0;
}

p {
  font-size: 1.4rem;
  color: #212121;
  margin: 10px 0 25px;
}

p.required {
  display: block;
}

a {
  color: #145fac;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
  color: #2b84df;
}

a:visited {
  color: #145fac;
}

img {
  max-width: 100%;
}

.cea-logo {
    max-width: 150px;
    margin-left: 40px;
}

.public {
  display: block;
  height: 50px;
  width: 100%;
  padding-left: 20px;
  margin: 0 0 10px;
  background: #469cd9;
  background: -moz-linear-gradient(top, #469cd9 0%, #064087 100%);
  background: -webkit-linear-gradient(top, #469cd9 0%, #064087 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#469cd9),
    to(#064087)
  );
  background: -o-linear-gradient(top, #469cd9 0%, #064087 100%);
  background: linear-gradient(to bottom, #469cd9 0%, #064087 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#469cd9', endColorstr='#064087', GradientType=0);
  border: 1px solid #8ca3c0;
}

.public img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.public span {
  display: inline-block;
  height: 100%;
  line-height: 50px;
  font-weight: 600;
  color: #ffffff;
}

.industry {
  display: block;
  height: 50px;
  width: 100%;
  padding-left: 20px;
  margin: 0 0 10px;
  background: #f8f8f8;
  background: -moz-linear-gradient(top, #f8f8f8 0%, #e4e4e4 100%);
  background: -webkit-linear-gradient(top, #f8f8f8 0%, #e4e4e4 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f8f8f8),
    to(#e4e4e4)
  );
  background: -o-linear-gradient(top, #f8f8f8 0%, #e4e4e4 100%);
  background: linear-gradient(to bottom, #f8f8f8 0%, #e4e4e4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#e4e4e4', GradientType=0);
  border: 1px solid #e4e4e4;
}

.industry img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.industry span {
  display: inline-block;
  height: 100%;
  line-height: 50px;
  font-weight: 600;
  color: #4b4b4b;
}

.left {
  float: left;
}

.right {
  float: right;
}

.padded {
  padding-left: 20px;
}

#mobile-overlay {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: none;
}

#mobile-overlay.active {
  background-color: #fff;
}

.required {
  color: #ff0000 !important;
  display: inline-block;
  padding: 0 2px;
}

a.theme,
button.theme,
input[type="reset"].theme,
input[type="submit"].theme {
  padding: 15px 20px;
  margin: 0 0 15px;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  min-width: 135px;
  text-decoration: none;
  display: inline-block;
}

a.theme + a.theme,
a.theme + button.theme,
a.theme + input[type="reset"].theme,
a.theme + input[type="submit"].theme,
button.theme + a.theme,
button.theme + button.theme,
button.theme + input[type="reset"].theme,
button.theme + input[type="submit"].theme,
input[type="reset"].theme + a.theme,
input[type="reset"].theme + button.theme,
input[type="reset"].theme + input[type="reset"].theme,
input[type="reset"].theme + input[type="submit"].theme,
input[type="submit"].theme + a.theme,
input[type="submit"].theme + button.theme,
input[type="submit"].theme + input[type="reset"].theme,
input[type="submit"].theme + input[type="submit"].theme {
  margin-left: 15px;
}

a.theme:hover,
button.theme:hover,
input[type="reset"].theme:hover,
input[type="submit"].theme:hover {
  background-color: #b3b3b3;
}

a.theme.orange,
button.theme.orange,
input[type="reset"].theme.orange,
input[type="submit"].theme.orange {
  background-color: #f39234;
  color: #000000;
}

a.theme.orange:hover,
button.theme.orange:hover,
input[type="reset"].theme.orange:hover,
input[type="submit"].theme.orange:hover {
  background-color: #945a2b;
  color: #ffffff;
}

a.theme.remove,
button.theme.remove,
input[type="reset"].theme.remove,
input[type="submit"].theme.remove {
  padding-left: 50px;
  position: relative;
  margin-top: 25px;
}

a.theme.remove:before,
button.theme.remove:before,
input[type="reset"].theme.remove:before,
input[type="submit"].theme.remove:before {
  content: "\f00d";
  font-family: "FontAwesome";
  font-size: 20px;
  position: absolute;
  top: 0;
  height: 100%;
  line-height: 50px;
  left: 20px;
  color: #f13940;
}

input[type="submit"].theme.remove {
  background-image: url("../images/ui/ic-remove.png");
  background-repeat: no-repeat;
  background-position: top 18px left 20px;
}

.i-anchor {
  font-style: italic;
  color: #212121;
  text-decoration: none;
}

.i-anchor:hover,
.i-anchor:visited {
  color: #212121;
}

.border-box {
  border: 1px solid #b4b6ba;
  padding: 25px;
  margin-bottom: 25px;
}

.border-box:after {
  content: "";
  display: block;
  clear: both;
}

.notification {
  padding: 20px;
  margin: 0 0 10px -20px;
  border-width: 1px;
  border-style: solid;
  clear: both;
}

.notification p {
  margin-bottom: 0;
}

.notification .title {
  font-weight: 800;
  margin-bottom: 5px;
}

.notification.warning {
  background-color: #f3e6b4;
  border-color: #eae2d3;
}

.notification.warning p {
  color: #91571f;
}

.notification.success {
  background-color: #d0ecda;
  border-color: #dde5d9;
}

.notification.success p {
  color: #0d913c;
}

.notification.error {
  background-color: #ffeeee;
  border-color: #fce0e1;
}

.notification.error p {
  color: #d11212;
}

.notification.info {
  background-color: #e7eff7;
  border-color: #d6e3ee;
}

.notification.info p {
  color: #145fac;
}

.quote {
  padding: 20px 20px 20px 40px;
  margin: 0 0 25px -20px;
  border: 1px solid #e7e7e7;
  background-color: #d7d7d7;
  clear: both;
  font-size: 1.4rem;
}

.pdf-size {
  font-size: 1.2rem;
  color: #818181;
}

.center {
  text-align: center;
  display: block;
}

.italic {
  font-style: italic;
}

.underline {
  text-decoration: underline;
}

select {
  color: #212121;
  font-size: 14px;
}

.inner-content table {
  table-layout: auto;
}

.inner-content table.table-layout-70-30 td:last-child {
  width: 30%;
}

.inner-content tr td img {
  max-width: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  margin: 0 0 25px;
}

table thead tr th {
  background-color: #ef943c;
  color: #212121;
  padding: 10px 12px;
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  vertical-align: top;
}

table thead tr th.date {
  width: 180px;
}

table thead tr:first-of-type {
  border-top: 1px solid #d9d9d9;
}

table thead tr:first-of-type th {
  background-color: #e27c2a;
}

table thead tr td {
  padding: 15px;
}

table tbody {
  border-bottom: 1px solid #d9d9d9;
}

table tbody tr td {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  background-color: #ffffff;
  padding: 15px;
  vertical-align: top;
}

table tbody tr td.date {
  width: 180px;
}

table tbody tr td p {
  margin: 0;
}

table tbody tr:nth-of-type(2n) td {
  background-color: #e8e8e8;
}

table tbody tr:first-of-type {
  border-top: 1px solid #d9d9d9;
}

table tbody tr:last-of-type {
  border-bottom: 1px solid #d9d9d9;
}

table.no-border {
  border: none;
  width: auto;
}

table.no-border thead tr {
  border: none;
}

table.no-border thead tr th {
  border: none;
  background-color: transparent;
  vertical-align: top;
}

table.no-border tbody {
  border: none;
}

table.no-border tbody tr {
  border: none;
}

table.no-border tbody tr td {
  border: none;
  background-color: transparent;
  padding: 0 20px 0 0;
  vertical-align: top;
}

table.checkbox-table {
  border: none;
  width: auto;
}

table.checkbox-table thead tr {
  border: none;
}

table.checkbox-table thead tr th {
  border: none;
  background-color: transparent;
  vertical-align: top;
}

table.checkbox-table tbody tr {
  border: none;
}

table.checkbox-table tbody tr td {
  border: none;
  background-color: transparent;
  padding: 0 20px 5px 0 !important;
  vertical-align: top;
}

table.rate-table {
  border: none;
  width: auto;
}

table.rate-table tbody tr {
  border: none;
  display: inline-block;
}

table.rate-table tbody tr td {
  border: none;
  background-color: transparent;
  padding: 0 20px 0 0;
  vertical-align: top;
}

table.rate-table tbody tr td label {
  margin-left: 5px;
}

ol a,
ul a {
  text-decoration: none;
}

ol a:hover,
ul a:hover {
  text-decoration: underline;
}

ol a p,
ul a p {
  color: #145fac;
}

ol p,
ul p {
  margin-bottom: 15px;
}

ul.disc {
  list-style-type: disc;
}

ul.square {
  list-style: none;
  padding: 0 0 0 15px;
}

ul.square > li:before {
  content: "\25A0";
  display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left: -14px;
  top: 0;
  color: #f39234;
  font-size: 12px;
}

ol {
  list-style-type: decimal;
}

ol.roman {
  list-style-type: lower-roman;
}

ol.alpha {
  list-style-type: lower-alpha;
}

.pagination-wrap {
  background-color: #ef943c;
  height: 42px;
  position: relative;
  overflow: hidden;
}

.pagination-wrap.transparent {
  background-color: transparent;
}

.pagination-wrap.transparent li a {
  background-color: #ef943c;
}

.pagination-wrap:after {
  content: "";
  display: block;
  clear: both;
}

.pagination-wrap .left {
  float: none;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 42px;
  padding: 0 15px;
}

.pagination-wrap .right {
  float: none;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 42px;
  padding: 0 15px;
}

.pagination-wrap .middle {
  display: block;
  width: 100%;
  text-align: center;
}

.pagination-wrap .middle ul.radDataPager {
  display: inline-block;
}

.pagination-wrap ul.radDataPager {
  list-style-type: none;
  padding: 0;
  margin: 0 !important;
}

.pagination-wrap ul.radDataPager:after {
  content: "";
  display: block;
  clear: both;
}

.pagination-wrap ul.radDataPager li {
  float: left;
}

.pagination-wrap ul.radDataPager li:first-of-type a {
  margin-left: 1px;
  position: relative;
}

.pagination-wrap ul.radDataPager li:first-of-type a:before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  display: block;
  height: 100%;
  width: 0;
  border-left: 1px solid #f2a861;
}

.pagination-wrap ul.radDataPager li:last-of-type a {
  margin-right: 1px;
  position: relative;
}

.pagination-wrap ul.radDataPager li:last-of-type a:before {
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
  display: block;
  height: 100%;
  width: 0;
  border-right: 1px solid #e27812;
}

.pagination-wrap ul.radDataPager li.active a {
  color: #ffffff;
  background-color: #945a2b;
  border-color: #945a2b;
}

.pagination-wrap ul.radDataPager li.disabled a {
  color: #945a2b;
}

.pagination-wrap ul.radDataPager li.disabled a .ic {
  background-position: 0 -50px;
}

.pagination-wrap ul.radDataPager li a {
  color: #212121;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  text-align: center;
  line-height: 42px;
  border-right: 1px solid #f2a861;
  border-left: 1px solid #e27812;
  font-weight: 800;
}

.pagination-wrap ul.radDataPager li a .ic {
  vertical-align: middle;
  display: inline-block;
  height: 25px;
  width: 25px;
}

.pagination-wrap ul.radDataPager li a .ic-first {
  background: url("../images/ui/ic-first-2.png") 0 -25px;
}

.pagination-wrap ul.radDataPager li a .ic-prev {
  background: url("../images/ui/ic-prev-2.png") 0 -25px;
}

.pagination-wrap ul.radDataPager li a .ic-next {
  background: url("../images/ui/ic-next-2.png") 0 -25px;
}

.pagination-wrap ul.radDataPager li a .ic-last {
  background: url("../images/ui/ic-last-2.png") 0 -25px;
}

.pagination-wrap .RadDataPager {
  display: block;
  text-align: center;
  border: none;
  background: transparent;
  padding: 0;
}

.pagination-wrap .RadDataPager.style-2 {
  position: relative;
}

.pagination-wrap .RadDataPager.style-2 .rdpWrap:first-of-type {
  position: relative;
}

.pagination-wrap .RadDataPager.style-2 .rdpWrap:first-of-type:before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  display: block;
  height: 100%;
  width: 0;
  border-left: 1px solid #f2a861;
}

.pagination-wrap .RadDataPager.style-2 .rdpWrap:last-of-type {
  position: relative;
}

.pagination-wrap .RadDataPager.style-2 .rdpWrap:last-of-type:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  display: block;
  height: 100%;
  width: 0;
  border-right: 1px solid #e27812;
}

.pagination-wrap .RadDataPager .rdpWrap {
  display: inline-block;
  vertical-align: top;
  float: none;
  padding: 0;
}

.pagination-wrap .RadDataPager .rdpWrap:first-of-type a:first-of-type:before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  display: block;
  height: 100%;
  width: 0;
  border-left: 1px solid #f2a861;
}

.pagination-wrap
  .RadDataPager
  .rdpWrap:first-of-type
  input[type="submit"]:first-of-type {
  background-image: url("../images/ui/ic-first.png");
  background-position: center;
  background-repeat: no-repeat;
}

.pagination-wrap
  .RadDataPager
  .rdpWrap:first-of-type
  input[type="submit"]:last-of-type {
  background-image: url("../images/ui/ic-prev.png");
  background-position: center;
  background-repeat: no-repeat;
}

.pagination-wrap .RadDataPager .rdpWrap:last-of-type a:last-of-type:before {
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
  display: block;
  height: 100%;
  width: 0;
  border-right: 1px solid #e27812;
}

.pagination-wrap
  .RadDataPager
  .rdpWrap:last-of-type
  input[type="submit"]:first-of-type {
  background-image: url("../images/ui/ic-next.png");
  background-position: center;
  background-repeat: no-repeat;
}

.pagination-wrap
  .RadDataPager
  .rdpWrap:last-of-type
  input[type="submit"]:last-of-type {
  background-image: url("../images/ui/ic-last.png");
  background-position: center;
  background-repeat: no-repeat;
}

.pagination-wrap .RadDataPager .rdpWrap a,
.pagination-wrap .RadDataPager .rdpWrap input[type="submit"] {
  background: #ef943c;
  color: #212121;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-right: 1px solid #f2a861;
  border-left: 1px solid #e27812;
  font-weight: 800;
  padding: 0;
  position: relative;
  margin: 0;
}

.pagination-wrap .RadDataPager .rdpWrap a:hover,
.pagination-wrap .RadDataPager .rdpWrap input[type="submit"]:hover {
  color: #ffffff;
  background: #945a2b;
  border-color: #945a2b;
}

.pagination-wrap .RadDataPager .rdpWrap a:hover .ic,
.pagination-wrap .RadDataPager .rdpWrap input[type="submit"]:hover .ic {
  background-position: 0 0;
}

.pagination-wrap .RadDataPager .rdpWrap a .ic,
.pagination-wrap .RadDataPager .rdpWrap input[type="submit"] .ic {
  vertical-align: middle;
  display: inline-block;
  height: 25px;
  width: 25px;
}

.pagination-wrap .RadDataPager .rdpWrap a .ic-first,
.pagination-wrap .RadDataPager .rdpWrap input[type="submit"] .ic-first {
  background: url("../images/ui/ic-first-2.png") 0 -25px;
}

.pagination-wrap .RadDataPager .rdpWrap a .ic-prev,
.pagination-wrap .RadDataPager .rdpWrap input[type="submit"] .ic-prev {
  background: url("../images/ui/ic-prev-2.png") 0 -25px;
}

.pagination-wrap .RadDataPager .rdpWrap a .ic-next,
.pagination-wrap .RadDataPager .rdpWrap input[type="submit"] .ic-next {
  background: url("../images/ui/ic-next-2.png") 0 -25px;
}

.pagination-wrap .RadDataPager .rdpWrap a .ic-last,
.pagination-wrap .RadDataPager .rdpWrap input[type="submit"] .ic-last {
  background: url("../images/ui/ic-last-2.png") 0 -25px;
}

.pagination-wrap .RadDataPager .rdpWrap a.rdpCurrentPage,
.pagination-wrap .RadDataPager .rdpWrap input[type="submit"].rdpCurrentPage {
  color: #ffffff;
  background: #945a2b;
  border-color: #945a2b;
}

.pagination-wrap .RadDataPager .rdpWrap a.rdpCurrentPage .ic,
.pagination-wrap
  .RadDataPager
  .rdpWrap
  input[type="submit"].rdpCurrentPage
  .ic {
  background-position: 0 0;
}

.pagination-wrap .RadDataPager .rdpWrap.rdpNumPart a span {
  float: none;
  padding: 0;
  background: none;
}

label.radio-inline {
  margin: 0 100px 25px 0;
}

label.checkbox-inline {
  margin: 0 100px 25px 0;
}

.checkbox .padded {
  padding-left: 24px;
}

textarea {
  width: 100%;
  max-width: 500px;
}

a.backtotop {
  display: block;
  width: 100%;
  clear: both;
  text-align: right;
  margin: 25px 0 35px;
  position: relative;
  color: #666666;
  text-decoration: none;
  font-size: 14px !important;
}

a.backtotop:hover {
  color: #666666;
}

a.backtotop:before {
  content: "";
  position: absolute;
  right: 75px;
  margin-right: 10px;
  display: block;
  width: 24px;
  height: 24px;
  background-color: #145fac;
  background-image: url("../images/ui/ic-arrow-white.png");
  background-position: center;
  background-repeat: no-repeat;
}

a.backtotop:after {
  content: "";
  display: block;
  clear: both;
}

.section-dash {
  display: block;
  width: 100%;
  height: 0;
  margin: 25px 0 35px;
  border-bottom: 1px solid #b4b6ba;
}

.tooltip.top .tooltip-arrow {
  border-top-color: #212121;
}

.tooltip.right .tooltip-arrow {
  border-right-color: #212121;
}

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #212121;
}

.tooltip.left .tooltip-arrow {
  border-left-color: #212121;
}

.tooltip-inner {
  background-color: #212121;
  color: #ffffff;
}

body.iframe-content {
  background-color: #ffffff;
}

body.iframe-content div[role="main"] {
  margin-top: 50px !important;
}

body.iframe-content div[role="main"] .container {
  width: 100% !important;
}

.info-notice {
  position: relative;
}

.info-notice.fullwidth .container {
  width: 100%;
}

.info-notice .container {
  background-color: #f3e6b4;
  padding: 22px;
  position: relative;
}

.info-notice .container dl {
  margin: 0;
}

.info-notice .container dl dt {
  color: #91571f;
}

.info-notice .container dl dd p {
  margin-bottom: 0;
  color: #91571f;
}

.info-notice .container .notice-close {
  text-decoration: none;
  position: absolute;
  right: 15px;
  top: 15px;
  color: #d11212;
  border-radius: 50%;
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  background-color: #91571f;
  font-size: 11px;
}

.info-notice .container .notice-close:before {
  content: "\2716";
  color: #f3e6b4;
}

table.nowrap-col-1 tbody tr td:first-of-type,
table.nowrap-col-first tbody tr td:first-of-type {
  white-space: nowrap;
}

table.nowrap-col-2 tbody tr td:nth-of-type(2) {
  white-space: nowrap;
}

table.nowrap-col-3 tbody tr td:nth-of-type(3) {
  white-space: nowrap;
}

table.nowrap-col-4 tbody tr td:nth-of-type(4) {
  white-space: nowrap;
}

table.nowrap-col-2 tbody tr td:nth-of-type(2) {
  white-space: nowrap;
}

table.nowrap-col-last tbody tr td:last-of-type {
  white-space: nowrap;
}

.RadWindow table tbody tr:first-of-type {
  border-top: none;
}

.RadWindow table tbody tr:last-of-type {
  border-bottom: none;
}

.RadWindow table tbody tr td {
  background-color: transparent;
  min-width: 0;
}

.RadWindow table tbody tr td.rwWindowContent {
  padding: 0;
}

.RadCalendarPopup.RadCalendarPopupShadows > .rcShadBL,
.RadCalendarPopup.RadCalendarPopupShadows > .rcShadBR,
.RadCalendarPopup.RadCalendarPopupShadows > .rcShadTL,
.RadCalendarPopup.RadCalendarPopupShadows > .rcShadTR {
  background: none;
}

.RadCalendarPopup.RadCalendarPopupShadows .RadCalendar {
  -webkit-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 4px 4px 10px 0 rgba(0, 0, 0, 0.5);
}

.RadCalendarPopup .RadCalendar {
  margin: 0;
}

.RadCalendarPopup .RadCalendar caption {
  padding: 0;
}

.RadCalendarPopup .RadCalendar table {
  margin: 0;
}

.RadUpload .ruFileWrap .ruFakeInput {
  height: 20px;
  width: auto !important;
  border: 1px solid #a9a9a9;
}

.uppercase {
  text-transform: uppercase;
}

.RadWindow .rwWindowContent iframe[name="RwdComplaint"],
.RadWindow .rwWindowContent iframe[name="Sample"] {
  position: initial;
}

.gsc-control-cse {
  padding: 0 !important;
  width: 210px !important;
  height: 26px !important;
  position: absolute !important;
  font-family: inherit !important;
  border: none !important;
}

table.gsc-search-box td,
table.gsc-search-box tr {
  border: none !important;
  padding: 0 !important;
  display: none;
}

form.gsc-search-box {
  margin-bottom: 0 !important;
}

.gsc-input {
  padding: 0 15px 0 10px !important;
  font-size: 14px;
}

.gsc-input .gsc-input-box table {
  margin: 0;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  font-size: 14px;
  line-height: 24px;
  height: 40px !important;
  display: none;
}

table.gsc-search-box {
  margin-bottom: 0 !important;
}

.gsc-search-button button.gsc-search-button-v2 {
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 6.5px 5px;
}

.gsc-search-button input.gsc-search-button {
  position: absolute !important;
  right: 0 !important;
  top: -3px !important;
  padding: 6px 3px !important;
  border: none !important;
  height: 26px !important;
  width: 20px !important;
  background: #dddddd !important;
}

table.gstl_50 tbody {
  border: none !important;
}

.gsc-input-box {
  border-bottom: 0 !important;
}

.gsib_a input {
  background: none !important;
  text-indent: 0 !important;
}

table.gsc-search-box td.gsib_b {
  display: none !important;
}

.inner-content.brochure ul.collection-tile {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  margin-bottom: 80px;
}

.inner-content.brochure ul.collection-tile li + li {
  padding-left: 10px;
}

.inner-content.brochure ul.collection-tile li img {
  width: 100%;
}

.inner-content.brochure ul.collection-tile.with-text li {
  width: 25%;
}

@media screen and (max-width: 767px) {
  .inner-content.brochure ul.collection-tile.with-text {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .inner-content.brochure ul.collection-tile.with-text li {
    width: 50%;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #212121;
  background-color: #fff;
  position: relative;
  font-size: 1.556rem;
}

body .container {
  padding: 0 45px;
}

body header .container {
  background-color: #ffffff;
  padding: 0 0 0; /* Original: 20px 0 0 */
}

body header .left {
  padding-left: 45px;
  margin-bottom: 10px;
  text-align: left;
  display: none;
}

body header .left .logo {
  margin-top: 5px;
  display: inline-block;
}

body header .right {
  padding-right: 45px;
  margin-bottom: 10px;
  margin-top: 20px; /* Added for margin top search bar */
  display: none;
}

body header .right .wis .wis-logo {
  height: 39px;
}

body header .right .wis ul.wis-links {
  float: right;
  margin: 0 0 12px 0;
  padding: 0;
  list-style-type: none;
  position: relative;
  line-height: 1;
  font-size: 11px;
  height: 11px;
  overflow: hidden;
}

body header .right .wis ul.wis-links li {
  display: inline-block;
  margin-left: 2px;
  font-size: 11px;
}

body header .right .wis ul.wis-links li:before {
  content: ".";
  padding-right: 4px;
  display: inline-block;
}

body header .right .wis ul.wis-links li:first-of-type:before {
  display: none;
}

body header .right .wis ul.wis-links li a {
  font-size: inherit;
  line-height: inherit;
  text-transform: uppercase;
  text-decoration: none;
  color: #145fac;
  font-weight: 400;
  outline: none;
}

body header .right .wis .header-utilities {
  margin: 5px 10px 0 0;
  font-size: 10px;
  float: right;
  position: relative;
}

body header .right .wis .header-utilities a {
  font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  text-decoration: none;
  color: #777777;
  display: inline-block;
  margin: 0px;
  width: 30px;
  text-align: center;
  border-right: 1px solid #e5e9eb;
  vertical-align: top;
}

body header .right .wis .header-utilities a:last-of-type {
  border-right: none;
}

body header .right .wis .header-utilities a img {
  margin: 0 4px 4px 0;
}

body header .right .wis .search-box {
  clear: both;
  position: relative;
  width: 225px;
  height: 26px;
  margin: 0;
  float: right;
}

body header .right .wis .search-box #cse-select-option {
  display: none;
}

body header .right .wis .search-box #cse-search-input {
  width: 100%;
  border: 1px solid #ccc;
  padding: 3px 25px 3px 3px;
  font-size: 13px;
  float: left;
}

body header .right .wis .search-box #cse-search-submit {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  width: 26px;
  height: 26px;
  line-height: 26px;
  font-size: 10px;
  color: #777777;
}

body header .right .wis .search-box #cse-search-submit:active,
body header .right .wis .search-box #cse-search-submit:focus {
  outline: none;
}

body header .right .wis .search-box #cse-search-submit .fa {
  font-size: 10px;
  position: absolute;
  right: 8px;
  top: 8px;
}

body header .right .wis .sfContentBlock:nth-of-type(3) {
  clear: both;
}

body header .right .wis .sfContentBlock:nth-of-type(n + 3) {
  float: right;
}

body header .right .menu-toggle {
  float: right;
  display: none;
  width: 90px;
  height: auto;
  margin-right: -45px;
  padding: 20px;
  cursor: pointer;
}

body header .right .menu-toggle span.hamburger {
  position: relative;
  width: 36px;
  height: 36px;
  display: block;
}
body header .right .menu-toggle span.hamburger::before {
  content: "";
  top: 0;
  left: 0;
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("../images/ui/menu.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
body header.active .right .menu-toggle span.hamburger::before {
  background-image: url("../images/ui/close.svg");
  width: 24px;
  height: 24px;
  top: 2px;
}
body header .main-nav-group {
  position: relative;
  display: flex;
  flex-direction: row;
  width: 100%;
  /*height: 100%;*/
  align-items: center;
  z-index: 99;
  border-bottom: 1px solid rgb(0 0 0 / 14%);
  padding-top: 10px;
}
body header .main-nav-logo {
  /*padding-bottom: 13px;*/
}
body header .main-nav-logo a {
  width: 200px;
  height: auto;
  display: block;
}
body header .main-nav {
  clear: both;
  border-top: 2px solid #fff;
  background-color: #fff;
  width: 100%;
}
body header .main-nav-search-dropdown {
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.25s ease-in-out;
  padding: 24px;
  pointer-events: none;
  background-color: #fff;
  z-index: 1;
}
body header .main-nav-search-dropdown .gsc-input-box,
body header .main-nav-search-dropdown table tbody {
  border: transparent;
}
body header .main-nav-search-dropdown .search-box {
  position: relative;
  padding-left: 48px;
}
body header .main-nav-search-dropdown .search-box .gsc-search-button svg {
  display: none;
}
body header .main-nav-search-dropdown .search-box .gsc-search-button-v2 {
  position: relative;
  background-color: #f39234;
  width: 100px;
  height: 40px;
  border-radius: 5px;
}
body header .main-nav-search-dropdown .search-box .gsc-search-button-v2:before {
  content: "Search";
  left: 0;
  top: 9px;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: white;
  position: absolute;
}
body header .main-nav-search-dropdown .search-box .gsc-input {
  padding: 0 !important;
}
body header .main-nav-search-dropdown .search-box .gsc-input:focus {
  font-size: 16px;
}
body header .main-nav-search-dropdown .search-box::before {
  content: "";
  top: 8px;
  position: absolute;
  left: 0;
  width: 32px;
  height: 32px;
  background: url("../images/ui/search.svg");
}
/* body header .main-nav-search-dropdown .search-box::after {
  content: "Search Keywords";
  position: absolute;
  top: 0;
  left: 64px;
} */
body header .main-nav-search-dropdown.active {
  pointer-events: all;
}
body header .main-nav-search-btn {
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 8px;
  cursor: pointer;
}
body header .main-nav-search-btn .close-svg {
  display: none;
}
body header .main-nav-search-btn.active .close-svg {
  display: block;
}
body header .main-nav-search-btn.active .search-svg {
  display: none;
}
body header .main-nav-search-dropdown.active {
  opacity: 1;
  top: 100%;
}
body header .main-nav:after {
  content: "";
  display: block;
  clear: both;
}

body header .main-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: 54px;
}

body header .main-nav ul:after {
  content: "";
  display: block;
  clear: both;
}

body header .main-nav ul li {
  float: left;
  display: block;
  height: 100%;
  margin-left: 30px;
}

@media (max-width: 1199px) {
    body header .main-nav ul li {
        float: left;
        display: block;
        height: 100%;
        margin-left: 0px;
        
    }
}

    body header .main-nav ul li.dropdown {
        position: relative;
    }

        body header .main-nav ul li.dropdown:not(:last-child) {
            margin-right: 30px;
        }

            body header .main-nav ul li.dropdown:not(:last-child) > ul > li,
            body header .main-nav ul li.dropdown:not(:last-child) > ul > li > ul > li {
                margin-right: 0
            }

    body header .main-nav ul li:hover > a {
        /*  color: #f39234; remove color change on hover in nav bar
        position: relative;
        */
    }

    body header .main-nav ul li > a:before,
    body header .main-nav ul li:focus > a:before {
        content: "";
        display: none;
        height: 16px;
        width: 16px;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        /*background: url("../images/ui/chevron-down.svg");*/
    }

    body header .main-nav ul li:hover > a:before {
        /*background: url("../images/ui/chevron-down-orange.svg");*/
    }

    body header .main-nav ul li > a span:after {
        content: "";
        display: block;
        height: 2px;
        width: 100%;
        position: absolute;
        left: 0;
        margin-left: 0;
        bottom: 0;
        opacity: 0;
        background-color: #1a407a; /*Change color to blue*/
    }

    body header .main-nav ul li:hover > a span:after {
        opacity: 1;
    }

    body header .main-nav ul li:first-of-type a {
        border-left: none;
    }

    body header .main-nav ul li:last-of-type a {
        border-right: none;
    }

    body header .main-nav ul li a {
        position: relative;
        color: #212121;
        background-color: #fff;
        display: block;
        width: 100%;
        font-size: 14px;
        height: 50px;
        line-height: 24px;
        font-weight: 600;
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
        text-decoration: none;
    }

        body header .main-nav ul li a span {
            position: relative;
            display: inline-block;
            vertical-align: middle;
            line-height: normal;
            text-align: center;
            height: 100%;
            align-items: center;
            display: flex;
        }

    body header .main-nav ul li ul li a::before,
    body header .main-nav ul li ul li a::after {
        display: none;
    }

    body header .main-nav ul li a .toggle {
        display: none;
    }

    body header .main-nav ul li ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 230px;
        z-index: 10;
        display: none;
    }

        body header .main-nav ul li ul:before {
            content: "";
            display: block;
            height: 0;
            width: 100%;
            position: absolute;
            left: 0;
            top: -1px;
        }

        body header .main-nav ul li ul li {
            float: none;
            height: auto;
        }

            body header .main-nav ul li ul li:hover > a {
                background-color: #f39234;
                color: #212121;
            }

                body header .main-nav ul li ul li:hover > a:before {
                    display: none;
                }

                body header .main-nav ul li ul li:hover > a:after {
                    display: none;
                }

            body header .main-nav ul li ul li a {
                border: none;
                background-color: #e3e5e4;
                color: #212121;
                text-transform: none;
                padding: 9px 30px 9px 9px;
                line-height: normal;
                height: auto;
                max-width: none;
            }

            body header .main-nav ul li ul li ul {
                left: 100%;
                top: 0;
            }

    body header .mobile-quicklinks {
        position: static;
        top: 210px;
        left: 0;
        width: 100%;
        display: none;
    }

        body header .mobile-quicklinks a {
            border: none;
            width: 50%;
            float: left;
            padding: 0;
            text-align: center;
            margin-bottom: 0;
            display: none;
        }

    body div[role="main"] {
    }

        body div[role="main"] table .table-layout-70-30 td:last-child {
            width: 30%;
        }

        body div[role="main"] > .container {
            background-color: #ffffff;
        }

         @media (max-width: 767px) {
        body div[role="main"] > .container {
            background-color: #ffffff;
            margin-top: 50px;
        }
    }

            body div[role="main"] > .container:last-of-type > :last-child {
                padding-bottom: 50px;
                margin-top: 20px;
            }

        body div[role="main"] .top-links { /*  Hide breadcrumbs */
            /*  border: 1px solid #d6d6d6; 
  padding: 10px 25px;*/
            margin: 25px 0 40px;
        }

            body div[role="main"] .top-links:after {
                content: "";
                display: block;
                clear: both;
            }

            body div[role="main"] .top-links ul.breadcrumb {
                float: left;
                background-color: transparent;
                margin: 0;
                padding: 0;
            }

                body div[role="main"] .top-links ul.breadcrumb li:before {
                    content: ">";
                    font-size: 14px;
                }

                body div[role="main"] .top-links ul.breadcrumb li:first-of-type:before {
                    display: none;
                }

                body div[role="main"] .top-links ul.breadcrumb li:last-of-type a {
                    color: #212121;
                }

                body div[role="main"] .top-links ul.breadcrumb li a {
                    color: #666666;
                    text-decoration: none;
                    font-size: 14px;
                }

            body div[role="main"] .top-links ul.sharethis {
                float: right;
                margin: 0;
                padding: 0;
                list-style-type: none;
            }

                body div[role="main"] .top-links ul.sharethis li {
                    float: left;
                }

                    body div[role="main"] .top-links ul.sharethis li:last-of-type a {
                        margin-right: 0;
                    }

                    body div[role="main"] .top-links ul.sharethis li a {
                        display: block;
                        margin: 0 5px;
                    }

        body div[role="main"] .inner-search {
            background-color: #fcd4b4;
            margin: 0 -45px;
            padding: 15px 0;
        }

            body div[role="main"] .inner-search .left-column {
                text-align: right;
                float: left;
                width: 40%;
            }

            body div[role="main"] .inner-search .right-column {
                float: left;
                width: 60%;
            }

            body div[role="main"] .inner-search .inner-search-select-wrap {
                margin: 0 0 5px 0;
                font-size: 16px;
                font-weight: 600;
            }

                body div[role="main"] .inner-search .inner-search-select-wrap:after {
                    content: "";
                    display: block;
                    clear: both;
                }

                body
                div[role="main"]
                .inner-search
                .inner-search-select-wrap
                input[type="radio"] {
                    margin: 0 5px 2px 20px;
                    vertical-align: middle;
                }

                body div[role="main"] .inner-search .inner-search-select-wrap img {
                    margin: 0 5px;
                    vertical-align: middle;
                }

            body div[role="main"] .inner-search .inner-search-input-wrap {
                font-size: 16px;
                font-weight: 800;
            }

                body div[role="main"] .inner-search .inner-search-input-wrap:after {
                    content: "";
                    display: block;
                    clear: both;
                }

                body div[role="main"] .inner-search .inner-search-input-wrap .left-column {
                    line-height: 40px;
                }

                body div[role="main"] .inner-search .inner-search-input-wrap .right-column {
                    position: relative;
                }

                    body
                    div[role="main"]
                    .inner-search
                    .inner-search-input-wrap
                    .right-column
                    input[type="text"] {
                        margin: 0 0 0 10px;
                        padding: 0 10px 0 40px;
                        font-size: 12px;
                        font-weight: 400;
                        height: 40px;
                        width: 300px;
                    }

                    body
                    div[role="main"]
                    .inner-search
                    .inner-search-input-wrap
                    .right-column
                    .inner-search-submit {
                        border: none;
                        background: transparent;
                        position: absolute;
                        left: 10px;
                        top: 0;
                        height: 40px;
                        width: 40px;
                        text-align: center;
                        line-height: 40px;
                        color: #808184;
                        padding: 0;
                        margin: 0;
                    }

        body div[role="main"] .homepage-hero {
            height: 370px;
            background-image: url("../images/ui/bg-hero.png");
            background-size: cover;
            background-position: bottom center;
            background-repeat: no-repeat;
            margin: 0 -45px;
            padding: 0 45px;
            position: relative;
            overflow: hidden;
        }

            body div[role="main"] .homepage-hero.professionals #btc {
                display: block;
            }

            body div[role="main"] .homepage-hero.professionals .hero-panel.consumers {
                display: none;
            }

            body
            div[role="main"]
            .homepage-hero.professionals
            .hero-panel.professionals > ul {
                left: 255px;
            }

            body
            div[role="main"]
            .homepage-hero.professionals
            .hero-panel.professionals
            .title
            .arrow {
                background-position: 2px -14px;
            }

            body div[role="main"] .homepage-hero.professionals .hero-image {
                left: 75%;
            }

            body div[role="main"] .homepage-hero.consumers #btp {
                display: block;
            }

            body div[role="main"] .homepage-hero.consumers .hero-panel.consumers > ul {
                right: 255px;
            }

            body
            div[role="main"]
            .homepage-hero.consumers
            .hero-panel.consumers
            .title
            .arrow {
                background-position: 2px -14px;
            }

            body div[role="main"] .homepage-hero.consumers .hero-panel.professionals {
                display: none;
            }

            body div[role="main"] .homepage-hero.consumers .hero-image {
                left: 25%;
            }

            body div[role="main"] .homepage-hero #btc,
            body div[role="main"] .homepage-hero #btp {
                display: none;
                position: absolute;
                color: #212121;
                text-decoration: none;
                font-weight: bold;
                top: 10px;
            }

                body div[role="main"] .homepage-hero #btc .arrow,
                body div[role="main"] .homepage-hero #btp .arrow {
                    display: inline-block;
                    margin-left: 10px;
                    width: 20px;
                    height: 17px;
                    border: 1px solid #212121;
                    border-radius: 2px;
                    position: absolute;
                    background-image: url("../images/ui/ic-arrow.png");
                    background-position: 2px 0;
                    background-repeat: no-repeat;
                }

            body div[role="main"] .homepage-hero #btc {
                right: 80px;
            }

                body div[role="main"] .homepage-hero #btc .arrow {
                    background-position: 2px -28px;
                }

            body div[role="main"] .homepage-hero .hero-image {
                position: absolute;
                bottom: 0;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -moz-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                max-width: 100%;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                transition: all 0.3s;
            }

            body div[role="main"] .homepage-hero .hero-panel {
                position: absolute;
                top: 50px;
            }

                body div[role="main"] .homepage-hero .hero-panel a {
                    text-decoration: none;
                    display: block;
                }

                body div[role="main"] .homepage-hero .hero-panel .title {
                    font-size: 30px;
                    font-weight: 600;
                    margin: 0;
                    padding-bottom: 30px;
                    color: #212121;
                    position: relative;
                }

                    body div[role="main"] .homepage-hero .hero-panel .title .arrow {
                        display: inline-block;
                        margin-left: 10px;
                        width: 20px;
                        height: 17px;
                        border: 1px solid #212121;
                        border-radius: 2px;
                        position: absolute;
                        background-image: url("../images/ui/ic-arrow.png");
                        background-position: 2px 0;
                        background-repeat: no-repeat;
                    }

                body div[role="main"] .homepage-hero .hero-panel > ul {
                    margin: 0;
                    padding: 0;
                    list-style-type: none;
                    width: 295px;
                    position: absolute;
                    top: 63px;
                    z-index: 1;
                    -webkit-transition: all 0.3s;
                    -o-transition: all 0.3s;
                    transition: all 0.3s;
                }

                    body div[role="main"] .homepage-hero .hero-panel > ul li a {
                        text-decoration: none;
                        display: block;
                    }

                        body div[role="main"] .homepage-hero .hero-panel > ul li a .icon {
                            width: 75px;
                            height: 80px;
                            position: relative;
                            z-index: 5;
                            display: inline-block;
                            vertical-align: top;
                        }

                            body div[role="main"] .homepage-hero .hero-panel > ul li a .icon:before {
                                content: "";
                                -webkit-box-shadow: 10px 0 10px -10px #555 inset;
                                box-shadow: 10px 0 10px -10px #555 inset;
                                height: 100%;
                                right: -10px;
                                position: absolute;
                                top: 0;
                                width: 10px;
                            }

                            body div[role="main"] .homepage-hero .hero-panel > ul li a .icon:after {
                                content: "";
                                position: absolute;
                                z-index: 5;
                                left: 100%;
                                top: 50%;
                                margin-top: -9px;
                                display: block;
                                width: 0;
                                height: 0;
                                border-top: 9px solid transparent;
                                border-bottom: 9px solid transparent;
                            }

                            body div[role="main"] .homepage-hero .hero-panel > ul li a .icon img {
                                position: absolute;
                                top: 50%;
                                left: 50%;
                                width: 45px;
                                height: 45px;
                                -webkit-transform: translate(-50%) translateY(-50%);
                                -moz-transform: translate(-50%) translateY(-50%);
                                -ms-transform: translateX(-50%) translateY(-50%);
                                transform: translateX(-50%) translateY(-50%);
                            }

                        body div[role="main"] .homepage-hero .hero-panel > ul li a .text {
                            width: 220px;
                            height: 80px;
                            padding: 10px 10px 10px 20px;
                            display: inline-block;
                            vertical-align: top;
                            color: #212121;
                            font-weight: 600;
                            position: relative;
                            font-size: 1.4rem;
                            line-height: 1.6rem;
                        }

                body div[role="main"] .homepage-hero .hero-panel .box {
                    width: 255px;
                    height: 240px;
                    border-top: 6px solid #0267b7;
                    background: #ffffff;
                    color: #0054a6;
                    padding: 15px 30px;
                    opacity: 0.8;
                }

                    body div[role="main"] .homepage-hero .hero-panel .box h2 {
                        font-size: 18px;
                        font-weight: bold;
                    }

                    body div[role="main"] .homepage-hero .hero-panel .box ul {
                        font-size: 14px;
                        list-style-type: disc;
                        width: 100%;
                        padding-left: 20px;
                    }

                body div[role="main"] .homepage-hero .hero-panel.professionals {
                    left: 50px;
                }

                    body div[role="main"] .homepage-hero .hero-panel.professionals .title {
                        text-align: left;
                    }

                        body div[role="main"] .homepage-hero .hero-panel.professionals .title .arrow {
                            top: 11px;
                        }

                    body div[role="main"] .homepage-hero .hero-panel.professionals ul {
                        left: 0;
                    }

                        body
                        div[role="main"]
                        .homepage-hero
                        .hero-panel.professionals
                        ul
                        li:nth-of-type(3n + 1)
                        a
                        .icon {
                            background-color: #ea893b;
                        }

                            body
                            div[role="main"]
                            .homepage-hero
                            .hero-panel.professionals
                            ul
                            li:nth-of-type(3n + 1)
                            a
                            .icon:after {
                                border-left: 7px solid #ea893b;
                            }

                        body
                        div[role="main"]
                        .homepage-hero
                        .hero-panel.professionals
                        ul
                        li:nth-of-type(3n + 1)
                        a
                        .text {
                            background-color: #f6cd97;
                        }

                        body
                        div[role="main"]
                        .homepage-hero
                        .hero-panel.professionals
                        ul
                        li:nth-of-type(3n + 2)
                        a
                        .icon {
                            background-color: #3abead;
                        }

                            body
                            div[role="main"]
                            .homepage-hero
                            .hero-panel.professionals
                            ul
                            li:nth-of-type(3n + 2)
                            a
                            .icon:after {
                                border-left: 7px solid #3abead;
                            }

                        body
                        div[role="main"]
                        .homepage-hero
                        .hero-panel.professionals
                        ul
                        li:nth-of-type(3n + 2)
                        a
                        .text {
                            background-color: #96d7cf;
                        }

                        body
                        div[role="main"]
                        .homepage-hero
                        .hero-panel.professionals
                        ul
                        li:nth-of-type(3n + 3)
                        a
                        .icon {
                            background-color: #79a72a;
                        }

                            body
                            div[role="main"]
                            .homepage-hero
                            .hero-panel.professionals
                            ul
                            li:nth-of-type(3n + 3)
                            a
                            .icon:after {
                                border-left: 7px solid #79a72a;
                            }

                        body
                        div[role="main"]
                        .homepage-hero
                        .hero-panel.professionals
                        ul
                        li:nth-of-type(3n + 3)
                        a
                        .text {
                            background-color: #b4d679;
                        }

                body div[role="main"] .homepage-hero .hero-panel.consumers {
                    right: 50px;
                }

                    body div[role="main"] .homepage-hero .hero-panel.consumers .title {
                        text-align: right;
                    }

                        body div[role="main"] .homepage-hero .hero-panel.consumers .title .arrow {
                            background-position: 2px -28px;
                            top: 11px;
                            right: 173px;
                        }

                    body div[role="main"] .homepage-hero .hero-panel.consumers ul {
                        right: 0;
                    }

                        body
                        div[role="main"]
                        .homepage-hero
                        .hero-panel.consumers
                        ul
                        li:nth-of-type(3n + 1)
                        a
                        .icon {
                            background-color: #0e77cb;
                        }

                            body
                            div[role="main"]
                            .homepage-hero
                            .hero-panel.consumers
                            ul
                            li:nth-of-type(3n + 1)
                            a
                            .icon:after {
                                border-left: 7px solid #0e77cb;
                            }

                        body
                        div[role="main"]
                        .homepage-hero
                        .hero-panel.consumers
                        ul
                        li:nth-of-type(3n + 1)
                        a
                        .text {
                            background-color: #c0d5ed;
                        }

                        body
                        div[role="main"]
                        .homepage-hero
                        .hero-panel.consumers
                        ul
                        li:nth-of-type(3n + 2)
                        a
                        .icon {
                            background-color: #f05c5a;
                        }

                            body
                            div[role="main"]
                            .homepage-hero
                            .hero-panel.consumers
                            ul
                            li:nth-of-type(3n + 2)
                            a
                            .icon:after {
                                border-left: 7px solid #f05c5a;
                            }

                        body
                        div[role="main"]
                        .homepage-hero
                        .hero-panel.consumers
                        ul
                        li:nth-of-type(3n + 2)
                        a
                        .text {
                            background-color: #e7b9b9;
                        }

                        body
                        div[role="main"]
                        .homepage-hero
                        .hero-panel.consumers
                        ul
                        li:nth-of-type(3n + 3)
                        a
                        .icon {
                            background-color: #f4a826;
                        }

                            body
                            div[role="main"]
                            .homepage-hero
                            .hero-panel.consumers
                            ul
                            li:nth-of-type(3n + 3)
                            a
                            .icon:after {
                                border-left: 7px solid #f4a826;
                            }

                        body
                        div[role="main"]
                        .homepage-hero
                        .hero-panel.consumers
                        ul
                        li:nth-of-type(3n + 3)
                        a
                        .text {
                            background-color: #ecc789;
                        }

        body div[role="main"] .highlights {
            background-image: url("../images/ui/bg.png");
            background-position: bottom center;
            background-repeat: no-repeat;
            background-size: 100% auto;
            margin: 0 -45px;
            padding: 30px 45px;
        }

            body div[role="main"] .highlights .title {
                font-size: 30px;
                font-weight: 600;
                margin-bottom: 30px;
                color: #212121;
            }

            body div[role="main"] .highlights .carousel-wrap {
                padding: 0 30px;
                text-align: center;
            }

            body div[role="main"] .highlights .article-carousel {
                list-style-type: none;
                margin: 0 0 50px 0;
                padding: 0;
                background-color: #ffffff;
            }

                body div[role="main"] .highlights .article-carousel .slick-prev {
                    position: absolute;
                    height: 100%;
                    width: 30px;
                    left: -30px;
                    top: 0;
                    cursor: pointer;
                    line-height: 140px;
                    font-size: 24px;
                    color: #b8b8b8;
                }

                body div[role="main"] .highlights .article-carousel .slick-next {
                    position: absolute;
                    height: 100%;
                    width: 30px;
                    right: -30px;
                    top: 0;
                    cursor: pointer;
                    line-height: 140px;
                    font-size: 24px;
                    color: #b8b8b8;
                }

                body div[role="main"] .highlights .article-carousel li {
                    text-align: left;
                    height: auto;
                }

                    body div[role="main"] .highlights .article-carousel li:active,
                    body div[role="main"] .highlights .article-carousel li:focus {
                        outline: none;
                    }

                body div[role="main"] .highlights .article-carousel a.article-item {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    text-decoration: none;
                    color: #212121;
                    position: relative;
                }

                    body div[role="main"] .highlights .article-carousel a.article-item:active,
                    body div[role="main"] .highlights .article-carousel a.article-item:focus {
                        outline: none;
                    }

                    body div[role="main"] .highlights .article-carousel a.article-item:after {
                        content: "";
                        display: block;
                        clear: both;
                    }

                    body
                    div[role="main"]
                    .highlights
                    .article-carousel
                    a.article-item
                    .article-thumbnail {
                        width: 140px;
                        height: 140px;
                        overflow: hidden;
                        float: left;
                        margin-left: 10px;
                        -webkit-transition: all 0.3s ease-in-out;
                        -o-transition: all 0.3s ease-in-out;
                        transition: all 0.3s ease-in-out;
                    }

                    body
                    div[role="main"]
                    .highlights
                    .article-carousel
                    a.article-item
                    .article-meta {
                        position: relative;
                        width: calc(100% - 150px);
                        padding: 0 10px;
                        height: auto;
                        overflow: hidden;
                        text-align: left;
                        -webkit-transition: all 0.3s ease-in-out;
                        -o-transition: all 0.3s ease-in-out;
                        transition: all 0.3s ease-in-out;
                    }

                        body
                        div[role="main"]
                        .highlights
                        .article-carousel
                        a.article-item
                        .article-meta
                        .date {
                            font-size: 0.8462rem;
                            text-transform: uppercase;
                            position: absolute;
                            bottom: 10px;
                        }

                        body
                        div[role="main"]
                        .highlights
                        .article-carousel
                        a.article-item
                        .article-meta
                        .title {
                            font-size: 1.4rem;
                            margin-bottom: 40px;
                        }

            body div[role="main"] .highlights .sponsor-carousel {
                list-style-type: none;
                margin: 0 auto;
                padding: 0;
                width: 625px;
            }

                body div[role="main"] .highlights .sponsor-carousel .slick-prev {
                    position: absolute;
                    height: 100%;
                    width: 30px;
                    left: -30px;
                    top: 0;
                    cursor: pointer;
                    line-height: 82px;
                    font-size: 24px;
                    color: #b8b8b8;
                }

                body div[role="main"] .highlights .sponsor-carousel .slick-next {
                    position: absolute;
                    height: 100%;
                    width: 30px;
                    right: -30px;
                    top: 0;
                    cursor: pointer;
                    line-height: 82px;
                    font-size: 24px;
                    color: #b8b8b8;
                }

                body div[role="main"] .highlights .sponsor-carousel li {
                    display: inline-block;
                    text-align: center;
                    height: 82px;
                }

                    body div[role="main"] .highlights .sponsor-carousel li:active,
                    body div[role="main"] .highlights .sponsor-carousel li:focus {
                        outline: none;
                    }

                body div[role="main"] .highlights .sponsor-carousel a {
                    display: inline-block;
                    text-decoration: none;
                }

                    body div[role="main"] .highlights .sponsor-carousel a:active,
                    body div[role="main"] .highlights .sponsor-carousel a:focus {
                        outline: none;
                    }

                    body div[role="main"] .highlights .sponsor-carousel a img {
                        border: 1px solid #dedede;
                        width: 174px;
                        height: 80px;
                    }

        body div[role="main"] .fourofour {
            text-align: center;
            margin: 100px 0;
        }

            body div[role="main"] .fourofour .title {
                font-size: 4.5rem;
                margin-top: 25px;
            }

            body div[role="main"] .fourofour p {
                margin-bottom: 0;
            }

        body div[role="main"] aside {
            width: 260px;
            margin: 0 20px 20px 0;
            float: left;
        }

            body div[role="main"] aside .title {
                font-size: 20px;
                font-weight: 600;
                color: #145fac;
                width: 100%;
                border-top: 1px solid #145fac;
                border-bottom: 1px solid #145fac;
                padding: 10px 20px;
                margin: 20px 0;
            }

            body div[role="main"] aside ul.sidenav {
                margin: 0;
                padding: 0;
                list-style-type: none;
                width: 100%;
            }

                body div[role="main"] aside ul.sidenav li {
                    background-color: transparent;
                }

                    body div[role="main"] aside ul.sidenav li.dropdown a {
                        position: relative;
                    }

                    body div[role="main"] aside ul.sidenav li.dropdown .toggle {
                        display: block;
                        position: absolute;
                        right: 10px;
                        top: 12px;
                        height: 14px;
                        width: 14px;
                        background: url(../images/ui/ic-arrow.png) no-repeat;
                        -webkit-transition: background-position ease 0.3s;
                        -o-transition: background-position ease 0.3s;
                        transition: background-position ease 0.3s;
                    }

                    body div[role="main"] aside ul.sidenav li.open > a {
                        background-color: #f0b868;
                    }

                    body div[role="main"] aside ul.sidenav li.open .toggle {
                        background-position: 0 -14px;
                    }

                    body div[role="main"] aside ul.sidenav li.open ul {
                        display: block;
                    }

                    body div[role="main"] aside ul.sidenav li.active a {
                        color: #145fac;
                    }

                    body div[role="main"] aside ul.sidenav li a {
                        color: #212121;
                        font-size: 14px;
                        text-decoration: none;
                        display: block;
                        padding: 10px 30px;
                    }

                        body div[role="main"] aside ul.sidenav li a:hover {
                            color: #145fac;
                        }

                    body div[role="main"] aside ul.sidenav li ul {
                        list-style-type: none;
                        padding-left: 15px;
                        margin-top: 10px;
                        display: none;
                    }

                        body div[role="main"] aside ul.sidenav li ul li a {
                            color: #666666;
                        }

        body div[role="main"] .inner-content {
            width: 800px;
            float: left;
            padding: 0 0 0 20px;
        }

            body div[role="main"] .inner-content p + ul {
                margin-top: -25px;
            }

            body div[role="main"] .inner-content ul li ul {
                margin: 0;
                padding: 0 18px;
            }

            body div[role="main"] .inner-content.full-width {
                width: 100%;
            }

            body div[role="main"] .inner-content > h1.title {
                text-transform: uppercase;
                margin-bottom: 40px;
            }

            body div[role="main"] .inner-content .section {
                margin-bottom: 30px;
            }

            body div[role="main"] .inner-content ol,
            body div[role="main"] .inner-content ul {
                margin-bottom: 25px;
            }

                body div[role="main"] .inner-content ol li,
                body div[role="main"] .inner-content ul li {
                    font-size: 1.4rem;
                }

                body div[role="main"] .inner-content ol.no-margin,
                body div[role="main"] .inner-content ul.no-margin {
                    margin-bottom: 0;
                }

                body div[role="main"] .inner-content ol ol,
                body div[role="main"] .inner-content ol ul,
                body div[role="main"] .inner-content ul ol,
                body div[role="main"] .inner-content ul ul {
                    margin-bottom: 0;
                }

            body div[role="main"] .inner-content .image-gallery .gallery-main {
                padding: 0;
                list-style-type: none;
                height: 300px;
                text-align: center;
            }

                body div[role="main"] .inner-content .image-gallery .gallery-main img {
                    max-height: 300px;
                    display: inline-block;
                }

            body div[role="main"] .inner-content .image-gallery .gallery-thumbnails {
                padding: 0 40px;
                list-style-type: none;
                position: relative;
            }

                body
                div[role="main"]
                .inner-content
                .image-gallery
                .gallery-thumbnails
                .slick-prev {
                    position: absolute;
                    top: 0;
                    left: 0;
                    height: 100%;
                    width: 40px;
                    text-align: center;
                    line-height: 130px;
                    cursor: pointer;
                    font-size: 24px;
                    color: #b8b8b8;
                }

                body
                div[role="main"]
                .inner-content
                .image-gallery
                .gallery-thumbnails
                .slick-next {
                    position: absolute;
                    top: 0;
                    right: 0;
                    height: 100%;
                    width: 40px;
                    text-align: center;
                    line-height: 130px;
                    cursor: pointer;
                    font-size: 24px;
                    color: #b8b8b8;
                }

                body
                div[role="main"]
                .inner-content
                .image-gallery
                .gallery-thumbnails
                .gallery-thumbnails-item {
                    margin: 0 5px;
                    height: 130px;
                    background-size: cover;
                }

            body div[role="main"] .inner-content .event-listing {
                padding: 0;
                list-style-type: none;
            }

                body div[role="main"] .inner-content .event-listing .event-item {
                    display: block;
                    width: 100%;
                    border: 1px solid #d9d9d9;
                    margin: 0 0 25px 0;
                }

                    body div[role="main"] .inner-content .event-listing .event-item:after {
                        content: "";
                        display: block;
                        clear: both;
                    }

                    body
                    div[role="main"]
                    .inner-content
                    .event-listing
                    .event-item
                    .event-thumbnail {
                        width: 33%;
                        float: left;
                        padding: 20px;
                    }

                        body
                        div[role="main"]
                        .inner-content
                        .event-listing
                        .event-item
                        .event-thumbnail
                        img {
                            width: 100%;
                        }

                    body div[role="main"] .inner-content .event-listing .event-item .event-details {
                        width: 67%;
                        float: left;
                        padding: 20px 20px 20px 0;
                    }

                        body
                        div[role="main"]
                        .inner-content
                        .event-listing
                        .event-item
                        .event-details
                        .event-title {
                            font-size: 2.1rem;
                            color: #145fac;
                            margin-bottom: 20px;
                            text-decoration: underline;
                        }

                        body
                        div[role="main"]
                        .inner-content
                        .event-listing
                        .event-item
                        .event-details
                        .event-description {
                            margin-bottom: 20px;
                        }

            body div[role="main"] .inner-content .form-group table > tbody > tr > td {
                padding: 10px;
            }

                body
                div[role="main"]
                .inner-content
                .form-group
                table > tbody > tr > td > label {
                    margin-left: 10px;
                    margin-bottom: 0;
                }

            body div[role="main"] .inner-content .suspended-item table td,
            body div[role="main"] .inner-content .suspended-item table th {
                width: 30%;
            }

                body div[role="main"] .inner-content .suspended-item table td:nth-of-type(2),
                body div[role="main"] .inner-content .suspended-item table th:nth-of-type(2) {
                    width: 40%;
                }

            body div[role="main"] .inner-content .suspended-item .expand-icon {
                margin-right: 5px;
                cursor: pointer;
            }

                body div[role="main"] .inner-content .suspended-item .expand-icon:hover {
                    color: #f39234;
                }

            body div[role="main"] .inner-content .suspended-item .detail {
                display: none;
                padding: 10px;
            }

                body div[role="main"] .inner-content .suspended-item .detail.active {
                    display: block;
                }

            body div[role="main"] .inner-content table td,
            body div[role="main"] .inner-content table th {
                font-size: 1.4rem;
            }

            body div[role="main"] .inner-content a {
                font-size: 1.4rem;
                word-wrap: break-word;
            }

            body div[role="main"] .inner-content .sfContentBlock {
                font-size: 1.4rem;
            }

            body div[role="main"] .inner-content .tab-box .tab-head a {
                font-size: 14px;
            }

        body div[role="main"] .redirect-message {
            text-align: center;
            margin: 200px 0;
        }

            body div[role="main"] .redirect-message a.cbtn {
                padding: 15px 20px;
                margin: 0 0 15px;
                border: none;
                border-radius: 8px;
                font-weight: 600;
                min-width: 135px;
                text-decoration: none;
                display: inline-block;
                background-color: #f39234;
                color: #000000;
            }

                body div[role="main"] .redirect-message a.cbtn:hover {
                    background-color: #945a2b;
                    color: #ffffff;
                }

                body div[role="main"] .redirect-message a.cbtn + a.cbtn {
                    margin-left: 20px;
                }

        body div[role="main"] .RadPicker {
            width: 100% !important;
        }

            body div[role="main"] .RadPicker table tbody tr {
                border: none;
            }

                body div[role="main"] .RadPicker table tbody tr:first-of-type {
                    border: none;
                }

                body div[role="main"] .RadPicker table tbody tr:last-of-type {
                    border: none;
                }

                body div[role="main"] .RadPicker table tbody tr td {
                    padding: 0 !important;
                    vertical-align: top;
                }

                    body div[role="main"] .RadPicker table tbody tr td .riTextBox {
                        border: 1px solid #a9a9a9;
                    }

                        body div[role="main"] .RadPicker table tbody tr td .riTextBox.riHover {
                            border-color: #a9a9a9;
                        }

        body div[role="main"] .RadButton .rbDecorated {
            height: auto !important;
        }

        body div[role="main"] .RadButton.rbSkinnedButton {
            background: none !important;
            height: auto;
        }

        body div[role="main"] .RadButton_Default .rbDecorated {
            background-image: none !important;
        }

        body div[role="main"] .RadGrid {
            border: none;
        }

        body div[role="main"] .RadGrid_Default .rgAltRow .no-reg,
        body div[role="main"] .RadGrid_Default .rgRow .no-reg {
            color: #1076cb;
        }

            body div[role="main"] .RadGrid_Default .rgAltRow .no-reg a,
            body div[role="main"] .RadGrid_Default .rgRow .no-reg a {
                color: #1076cb;
            }

                body div[role="main"] .RadGrid_Default .rgAltRow .no-reg a:hover,
                body div[role="main"] .RadGrid_Default .rgRow .no-reg a:hover {
                    text-decoration: underline;
                }

        body div[role="main"] table.rgMasterTable {
            border: none;
            width: 100%;
            border-spacing: 0;
            border-collapse: collapse;
        }

            body div[role="main"] table.rgMasterTable thead tr th {
                background: none;
                background-color: #ef943c;
                text-align: center;
                border: 1px solid;
                border-color: #d7d7d7;
                font-size: 14px;
                font-weight: bold;
                padding: 10px 5px;
            }

                body div[role="main"] table.rgMasterTable thead tr th a {
                    color: #212121;
                    display: block;
                    text-decoration: none;
                }

            body div[role="main"] table.rgMasterTable > tbody tr:nth-child(odd) td {
                background-color: #ffffff;
            }

            body div[role="main"] table.rgMasterTable > tbody tr:nth-child(2n) td {
                background-color: #e8e8e8;
            }

            body div[role="main"] table.rgMasterTable > tbody tr:last-of-type {
                border-bottom: 1px solid #d7d7d7;
            }

            body div[role="main"] table.rgMasterTable > tbody tr td {
                border: 1px solid;
                border-color: #d7d7d7;
                padding: 5px 8px;
                border-top: none;
                border-bottom: none;
                text-align: center;
                font-size: 14px;
            }

                body div[role="main"] table.rgMasterTable > tbody tr td a {
                    text-decoration: none;
                }

                body div[role="main"] table.rgMasterTable > tbody tr td.no-reg {
                    color: #1076cb;
                }

                    body div[role="main"] table.rgMasterTable > tbody tr td.no-reg:hover {
                        text-decoration: underline;
                    }

            body div[role="main"] table.rgMasterTable span.rating-average {
                display: block;
                font-size: 22px;
                font-weight: 600;
            }

            body div[role="main"] table.rgMasterTable span.rating-count {
                font-size: 12px;
                color: #666666;
            }

        body div[role="main"] tr td.grey-row {
            background-color: #e8e8e8;
            border-bottom: 1px solid #d9d9d9;
        }

        body div[role="main"] tr:not(:first-of-type) td.grey-row {
            border-top: 1px solid #d9d9d9;
        }

        body div[role="main"] .rgPager > td {
            border: 1px solid;
            border-color: #d7d7d7;
        }

            body div[role="main"] .rgPager > td table tbody tr td.rgPagerCell {
                background-color: #e27c2a;
                padding: 10px;
                color: #212121;
                position: relative;
                display: block;
                text-align: center;
                border: none;
            }

                body div[role="main"] .rgPager > td table tbody tr td.rgPagerCell .rgAdvPart {
                    position: absolute;
                    left: 10px;
                    top: 10px;
                    text-align: left;
                }

                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgAdvPart
                    span {
                        font-family: "Open Sans", sans-serif;
                        font-size: 14px;
                        font-weight: 600;
                    }

                body div[role="main"] .rgPager > td table tbody tr td.rgPagerCell .rgInfoPart {
                    position: absolute;
                    top: 10px;
                    right: 10px;
                    text-align: right;
                    font-family: "Open Sans", sans-serif;
                    font-size: 14px;
                    font-weight: 600;
                }

                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgInfoPart
                    strong {
                        color: inherit;
                        font-weight: 600;
                    }

                body div[role="main"] .rgPager > td table tbody tr td.rgPagerCell .rgNumPart a {
                    color: inherit;
                    display: block;
                    width: 25px;
                    height: 25px;
                    background-color: #f0b868;
                    border-radius: 50%;
                    line-height: 25px;
                    text-align: center;
                    font-weight: 800;
                    text-decoration: none;
                    padding: 0;
                    margin: 0 4px;
                }

                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgNumPart
                    a.rgCurrentPage,
                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgNumPart
                    a:active,
                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgNumPart
                    a:hover {
                        background: none;
                        background-color: #ffffff;
                    }

                        body
                        div[role="main"]
                        .rgPager > td
                        table
                        tbody
                        tr
                        td.rgPagerCell
                        .rgNumPart
                        a.rgCurrentPage
                        span,
                        body
                        div[role="main"]
                        .rgPager > td
                        table
                        tbody
                        tr
                        td.rgPagerCell
                        .rgNumPart
                        a:active
                        span,
                        body
                        div[role="main"]
                        .rgPager > td
                        table
                        tbody
                        tr
                        td.rgPagerCell
                        .rgNumPart
                        a:hover
                        span {
                            background: none;
                        }

                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgNumPart
                    a.transparent {
                        background-color: transparent;
                    }

                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgNumPart
                    a
                    span {
                        line-height: 25px;
                        display: block;
                        width: 100%;
                        padding: 0;
                        text-align: center;
                    }

                body div[role="main"] .rgPager > td table tbody tr td.rgPagerCell .rgWrap {
                    float: none;
                    display: inline-block;
                    vertical-align: top;
                    color: inherit;
                }

                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgWrap
                    .rgPageFirst,
                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgWrap
                    .rgPageLast,
                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgWrap
                    .rgPageNext,
                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgWrap
                    .rgPagePrev {
                        padding: 0;
                        margin: 0;
                        border-bottom: none;
                        color: inherit;
                        display: inline-block;
                        width: 25px;
                        height: 25px;
                        background-color: #f0b868;
                        background-position: 0;
                        border-radius: 50%;
                        line-height: 25px;
                        text-align: center;
                        font-weight: 800;
                        text-decoration: none;
                        position: relative;
                        margin: 0 4px;
                    }

                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgWrap
                    .rgPageFirst {
                        background-image: url("../images/ui/ic-first.png");
                        margin-right: 1px;
                    }

                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgWrap
                    .rgPageLast {
                        background-image: url("../images/ui/ic-last.png");
                        margin-left: 1px;
                    }

                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgWrap
                    .rgPageNext {
                        background-image: url("../images/ui/ic-next.png");
                    }

                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgWrap
                    .rgPagePrev {
                        background-image: url("../images/ui/ic-prev.png");
                    }

        body div[role="main"] .RadWindow_Default .rwShadow .rwBodyLeft,
        body div[role="main"] .RadWindow_Default .rwShadow .rwBodyRight,
        body div[role="main"] .RadWindow_Default .rwShadow .rwFooterCenter,
        body div[role="main"] .RadWindow_Default .rwShadow .rwFooterLeft,
        body div[role="main"] .RadWindow_Default .rwShadow .rwFooterRight,
        body div[role="main"] .RadWindow_Default .rwShadow .rwStatusbarRow .rwBodyLeft,
        body div[role="main"] .RadWindow_Default .rwShadow .rwStatusbarRow .rwBodyRight,
        body div[role="main"] .RadWindow_Default .rwShadow .rwTitlebar,
        body div[role="main"] .RadWindow_Default .rwShadow .rwTopLeft,
        body div[role="main"] .RadWindow_Default .rwShadow .rwTopResize,
        body div[role="main"] .RadWindow_Default .rwShadow .rwTopRight {
            background: transparent;
        }

        body div[role="main"] input#BtnClose {
            position: fixed;
            right: 5px;
            top: 5px;
            display: block;
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin: 0;
            padding: 0;
            text-align: center;
            font-weight: bold;
            font-size: 15px;
            background: #ff0000;
            color: #fff;
            border: 7px solid #fff;
        }

        body div[role="main"] .xls-wrap {
            margin-top: 45px;
        }

            body div[role="main"] .xls-wrap:after {
                content: "";
                display: block;
                clear: both;
            }

        body div[role="main"] button.xls {
            background-color: #1e7145;
            border-color: #114027;
            color: #ffffff;
            padding: 10px 20px 10px 45px;
            border-radius: 20px;
            position: relative;
            float: right;
        }

            body div[role="main"] button.xls:active {
                background-color: #195d39;
            }

            body div[role="main"] button.xls:before {
                content: "";
                display: block;
                width: 21px;
                height: 20px;
                background: url("../images/ui/ic-xls.png");
                position: absolute;
                left: 20px;
                top: 50%;
                margin-top: -10px;
            }

        body div[role="main"] .viewmore-wrap {
            margin-top: 45px;
        }

            body div[role="main"] .viewmore-wrap:after {
                content: "";
                display: block;
                clear: both;
            }

        body div[role="main"] button.viewmore {
            padding: 10px 45px 10px 20px;
            position: relative;
            float: right;
        }

            body div[role="main"] button.viewmore:before {
                display: block;
                height: 20px;
                font-family: "FontAwesome";
                content: "\f061";
                font-weight: 400;
                position: absolute;
                right: 20px;
                top: 50%;
                margin-top: -10px;
            }

        body div[role="main"] .form-wrap {
            margin: 25px 0;
        }

        body div[role="main"] .form-group {
            clear: both;
            margin-bottom: 10px;
        }

            body div[role="main"] .form-group:after {
                content: "";
                display: block;
                clear: both;
            }

            body div[role="main"] .form-group input[type="password"],
            body div[role="main"] .form-group input[type="search"],
            body div[role="main"] .form-group input[type="text"],
            body div[role="main"] .form-group select,
            body div[role="main"] .form-group textarea {
                width: 100%;
                max-width: initial;
                padding: 0 5px 0;
            }

            body div[role="main"] .form-group input[type="file"] {
                padding: 0;
            }

            body div[role="main"] .form-group input[type="checkbox"],
            body div[role="main"] .form-group input[type="radio"] {
                width: auto;
            }

            body div[role="main"] .form-group > label {
                padding-left: 0;
                font-weight: 600;
            }

            body div[role="main"] .form-group.captcha table {
                margin: 0 0 15px 0;
            }

                body div[role="main"] .form-group.captcha table td {
                    vertical-align: top;
                    text-align: center;
                }

                body div[role="main"] .form-group.captcha table img {
                    display: block;
                }

                    body div[role="main"] .form-group.captcha table img.captcha-icon {
                        margin-top: 3px;
                        margin-bottom: 7px;
                    }

        body div[role="main"] span.table-title {
            font-size: 17px;
            color: #145fac;
            font-weight: 800;
            margin-bottom: 10px;
        }

        body div[role="main"] .content-box-wrap {
            margin-bottom: 25px;
            display: table;
            border-spacing: 10px;
            width: 100%;
        }

            body div[role="main"] .content-box-wrap .content-box {
                display: table-cell;
                vertical-align: top;
                border: 1px solid #f39234;
                border-top: none;
            }

                body div[role="main"] .content-box-wrap .content-box.one-column {
                    width: 25%;
                }

                body div[role="main"] .content-box-wrap .content-box.two-column {
                    width: 50%;
                }

                body div[role="main"] .content-box-wrap .content-box.three-column {
                    width: 75%;
                }

                body div[role="main"] .content-box-wrap .content-box.four-column {
                    width: 100%;
                }

                body div[role="main"] .content-box-wrap .content-box > .title {
                    background-color: #f39234;
                    color: #212121;
                    border-bottom: 4px solid #cc7025;
                    padding: 8px 16px;
                    font-size: 21px;
                    font-weight: 600;
                }

                body div[role="main"] .content-box-wrap .content-box .body {
                    padding: 16px 10px;
                }

                    body div[role="main"] .content-box-wrap .content-box .body .info {
                        background-color: #ffeab1;
                        display: block;
                        padding: 30px;
                        margin: -16px -10px 16px;
                        font-weight: 800;
                    }

        body div[role="main"] .inner-column-wrap {
            width: 100%;
            display: table;
        }

            body div[role="main"] .inner-column-wrap .inner-column {
                display: table-cell;
                padding: 12px 0;
                vertical-align: top;
            }

                body div[role="main"] .inner-column-wrap .inner-column > .title {
                    font-weight: 600;
                    margin-bottom: 20px;
                }

                    body div[role="main"] .inner-column-wrap .inner-column > .title p {
                        margin: 0;
                    }

                    body div[role="main"] .inner-column-wrap .inner-column > .title:after {
                        content: "";
                        display: block;
                        clear: both;
                    }

            body div[role="main"] .inner-column-wrap.three > .one {
                width: 33.33%;
            }

            body div[role="main"] .inner-column-wrap.three > .two {
                width: 66.67%;
            }

            body div[role="main"] .inner-column-wrap.three > .three {
                width: 100%;
            }

            body div[role="main"] .inner-column-wrap.four > .one {
                width: 25%;
            }

            body div[role="main"] .inner-column-wrap.four > .two {
                width: 50%;
            }

            body div[role="main"] .inner-column-wrap.four > .three {
                width: 75%;
            }

            body div[role="main"] .inner-column-wrap.four > .four {
                width: 100%;
            }

            body div[role="main"] .inner-column-wrap.five > .one {
                width: 20%;
            }

            body div[role="main"] .inner-column-wrap.five > .two {
                width: 40%;
            }

            body div[role="main"] .inner-column-wrap.five > .three {
                width: 60%;
            }

            body div[role="main"] .inner-column-wrap.five > .four {
                width: 80%;
            }

            body div[role="main"] .inner-column-wrap.five > .five {
                width: 100%;
            }

        body div[role="main"] .tab-box.style-one {
            border-top: none;
            margin: 25px 0 0;
        }

            body div[role="main"] .tab-box.style-one .tab-head {
                margin: 0;
                padding: 0;
                list-style-type: none;
            }

                body div[role="main"] .tab-box.style-one .tab-head:after {
                    content: "";
                    display: block;
                    clear: both;
                }

                body div[role="main"] .tab-box.style-one .tab-head li {
                    float: left;
                    margin-right: 5px;
                }

                    body div[role="main"] .tab-box.style-one .tab-head li.active {
                        position: relative;
                    }

                        body div[role="main"] .tab-box.style-one .tab-head li.active:after {
                            content: "";
                            display: block;
                            position: absolute;
                            bottom: 0;
                            left: 50%;
                            margin-left: -12px;
                            width: 0;
                            height: 0;
                            border-bottom: 10px solid #e27c2a;
                            border-left: 12px solid transparent;
                            border-right: 12px solid transparent;
                        }

                        body div[role="main"] .tab-box.style-one .tab-head li.active a {
                            background: #f0b868;
                            position: relative;
                            color: #212121;
                        }

                body div[role="main"] .tab-box.style-one .tab-head a {
                    padding: 18px 24px;
                    display: inline-block;
                    width: 100%;
                    text-decoration: none;
                    background-color: #858786;
                    color: #ffffff;
                    text-transform: uppercase;
                    font-weight: 600;
                    position: relative;
                    text-align: center;
                    border-radius: 10px 10px 0 0;
                }

            body div[role="main"] .tab-box.style-one .tab-body {
                background-color: #e8e8e8;
                border: 1px solid #e0e0e0;
                border-top: 5px solid #e27c2a;
            }

                body div[role="main"] .tab-box.style-one .tab-body .tab-item > a,
                body div[role="main"] .tab-box.style-one .tab-body .tab-item > h1,
                body div[role="main"] .tab-box.style-one .tab-body .tab-item > h2,
                body div[role="main"] .tab-box.style-one .tab-body .tab-item > h3,
                body div[role="main"] .tab-box.style-one .tab-body .tab-item > h4,
                body
                div[role="main"]
                .tab-box.style-one
                .tab-body
                .tab-item > img
                body
                div[role="main"]
                .tab-box.style-one
                .tab-body
                .tab-item > div,
                body div[role="main"] .tab-box.style-one .tab-body .tab-item > p,
                body div[role="main"] .tab-box.style-one .tab-body .tab-item > span {
                    padding: 0 15px;
                }

                body div[role="main"] .tab-box.style-one .tab-body .tab-item table {
                    margin-top: 0;
                }

                    body div[role="main"] .tab-box.style-one .tab-body .tab-item table thead tr {
                        border-top: none;
                    }

                        body div[role="main"] .tab-box.style-one .tab-body .tab-item table thead tr th {
                            background-color: #ef943c;
                        }

        body div[role="main"] .tab-box.style-two:after {
            content: "";
            display: block;
            clear: both;
        }

        body div[role="main"] .tab-box.style-two .tab-head {
            float: left;
            width: 30%;
            margin: 0;
            padding: 0;
            list-style-type: none;
        }

            body div[role="main"] .tab-box.style-two .tab-head li.active a {
                background-position: 0 -71px;
            }

            body div[role="main"] .tab-box.style-two .tab-head a {
                display: block;
                width: 200px;
                height: 71px;
                margin: 0 0 15px 0;
                padding: 10px 25px 10px 15px;
                background: url("../images/ui/tab-bg.png");
                background-repeat: no-repeat;
                background-position: 0 0;
                position: relative;
                color: #212121;
                font-weight: 600;
                text-decoration: none;
            }

        body div[role="main"] .tab-box.style-two .tab-body {
            float: left;
            width: 70%;
            font-weight: 600;
        }

        body div[role="main"] .tab-box.style-one .tab-head.two li,
        body div[role="main"] .tab-box.style-two .tab-head.two li {
            width: 50%;
        }

        body div[role="main"] .tab-box.style-one .tab-head.three li,
        body div[role="main"] .tab-box.style-two .tab-head.three li {
            width: 33.33%;
        }

        body div[role="main"] .tab-box.style-one .tab-head.four li,
        body div[role="main"] .tab-box.style-two .tab-head.four li {
            width: 25%;
        }

        body div[role="main"] .tab-box.style-one .tab-head.five li,
        body div[role="main"] .tab-box.style-two .tab-head.five li {
            width: 20%;
        }

        body div[role="main"] .tab-box.style-one .tab-head.six li,
        body div[role="main"] .tab-box.style-two .tab-head.six li {
            width: 16.66%;
        }

        body div[role="main"] .tab-box .tab-body .tab-item {
            display: none;
        }

            body div[role="main"] .tab-box .tab-body .tab-item.active {
                display: block;
            }

        body div[role="main"] table.course-details tr td {
            padding: 6px 12px;
        }

            body div[role="main"] table.course-details tr td:first-of-type {
                font-weight: 600;
            }

    body footer:after {
        content: "";
        display: block;
        clear: both;
    }

    body footer .container {
        background-color: #18181b;
        color: #fff;
        font-family: inherit;
        padding: 15px 0;
    }

    .footer-main {
        margin: 0 auto;
        padding: 0 60px;
    }

    .footer-title {
        color: #FFFFFF;
        font-weight: 600;
        margin-bottom: 32px;
        line-height: 1.2;
        letter-spacing: -0.5px;
    }

    .footer-cols {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 64px;
        width: 100%;
    }

    .footer-section {
        flex: 1 1 0;
        min-width: 180px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .footer-menu {
        padding: 0;
        margin: 0;
        list-style-type: none;
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

        .footer-menu li a {
            color: #fff;
            text-decoration: none;
            font-size: 1.4rem;
            font-weight: 400;
            letter-spacing: 0;
            transition: color .2s;
        }

            .footer-menu li a:hover {
                color: #e0e0e0;
                text-decoration: underline;
            }

    .reach-us-title {
        font-weight: bold;
        font-size: 1.6rem;
    }

    .socialmedia-icon {
        display: flex;
        flex-direction: row;
        gap: 18px;
    }

    .sgds-social-icon {
        width: 40px;
        height: 40px;
        display: block;
        position: relative;
    }

    .sgds-icon-facebook::before {
        content: "";
        background: url("../images/ui/facebook1.svg") no-repeat center/contain;
        position: absolute;
        width: 30px;
        height: 30px;
        left: 0;
        top: 0;
    }

    .sgds-icon-instagram::before {
        content: "";
        background: url("../images/ui/instagram1.svg") no-repeat center/contain;
        position: absolute;
        width: 30px;
        height: 30px;
        left: 0;
        top: 0;
    }

    .sgds-icon-linkedin::before {
        content: "";
        background: url("../images/ui/linkedin1.svg") no-repeat center/contain;
        position: absolute;
        width: 30px;
        height: 30px;
        left: 0;
        top: 0;
    }

    .sgds-icon-youtube::before {
        content: "";
        background: url("../images/ui/youtube1.svg") no-repeat center/contain;
        position: absolute;
        width: 30px;
        height: 30px;
        left: 0;
        top: 0;
    }

    .sgds-icon-external::before {
        content: "";
        background: url("../images/ui/external.svg") no-repeat center/contain;
        position: absolute;
        width: 15px;
        height: 15px;
        left: 2.5px;
        top: 2px;
    }

    .footer-contact {
        margin-top: 8px;
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .footer-contact-title {
        margin-bottom: 2px;
        font-size: 1.4rem;
    }

    .footer-contact a {
        color: #fff;
        text-decoration: none;
        font-size: 1.4rem;
        transition: color .2s;
    }

        .footer-contact a:hover {
            color: #e0e0e0;
            text-decoration: underline;
        }

    .footer-bottom {
        background: #18181b;
        border-top: 15px;
        font-size: 1.4rem;
        width: 100%;
        margin: 0;
        padding: 50px 32px 12px 60px;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        max-width: 1240px;
        margin: 0 auto;
        flex-wrap: wrap;
        gap: 24px;
    }

    .copyright {
        color: #bbb;
        margin-bottom: 8px;
        line-height: 1.6;
        display: inline-flex;
    }

    .footer-link {
        padding: 0;
        margin: 0;
        list-style-type: none;
        display: flex;
        flex-direction: row;
        gap: 32px;
        align-items: center;
    }

        .footer-link li a {
            color: #fff;
            text-decoration: none;
            font-size: 1.4rem;
            transition: color .2s;
        }

            .footer-link li a:hover {
                color: #e0e0e0;
                text-decoration: underline;
            }

    @media (max-width: 991px) {
        .footer-main {
            padding: 24px 16px 8px 24px;
        }

        .footer-title {
            font-size: 2.1rem;
        }

        .footer-cols {
            flex-direction: column;
            gap: 24px;
        }

        .copyright {
            margin-left: 25px !important;
        }

        .footer-bottom {
            flex-direction: column;
            gap: 16px;
            align-items: flex-start;
            padding: 16px 16px 8px 0px !important;
        }

        .footer-link {
            align-items: self-start !important;
            gap: 5px !important;
        }
    }

    @media (max-width: 767px) {
        .copyright {
            margin-left: 0px !important;
        }
    }

    @media (max-width: 991px) {
        .RadGrid_Default .rgPager {
            background: white !important;
        }

        body div[role="main"] .rgPager > td {
            border: 0;
        }

        .RadGrid_Default .rgPager tbody,
        .RadGrid_Default .rgPager tr {
            border: 0;
        }

        body div[role="main"] .rgPager > td table tbody tr td.rgPagerCell .rgAdvPart {
            top: -30px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

        body div[role="main"] .rgPager > td table tbody tr td.rgPagerCell {
            margin: 40px 0;
        }

            body
            div[role="main"]
            .rgPager > td
            table
            tbody
            tr
            td.rgPagerCell
            .rgInfoPart {
                top: auto;
                bottom: -30px;
                left: 50%;
                -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                transform: translateX(-50%);
                text-align: center;
            }

        .RadComboBox_Default table {
            table-layout: fixed;
        }

        .RadComboBox .rcbArrowCell a {
            text-indent: -9999px !important;
        }
    }

    @media (max-width: 767px) {
        body div[role="main"] .form-group {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            body div[role="main"] .form-group label {
                width: 100%;
            }

            body div[role="main"] .form-group div {
                width: 100%;
            }

            body div[role="main"] .form-group .col-sm-1 {
                width: 30px;
            }

            body div[role="main"] .form-group .col-sm-7 {
                width: calc(100% - 40px);
                padding-left: 10px;
            }

                body div[role="main"] .form-group .col-sm-7 i {
                    font-size: small;
                }

                body div[role="main"] .form-group .col-sm-7 input[type="reset"].theme,
                body div[role="main"] .form-group .col-sm-7 input[type="submit"].theme {
                    padding: 15px 10px;
                    font-size: small;
                }

                body div[role="main"] .form-group .col-sm-7 P + input[type="submit"].theme {
                    margin-top: 20px;
                }

        body div[role="main"] .col-sm-8 {
            margin-left: 40px;
        }

        body div[role="main"] img.grid-img-4 {
            height: 130px;
        }

        body div[role="main"] img.grid-img-3 {
            height: 190px;
        }
    }

    @media (max-width: 480px) {
        body div[role="main"] img.grid-img-4 {
            height: 110px;
        }

        body div[role="main"] img.grid-img-3 {
            height: 150px;
        }
    }

    /* CPD Microsite Table */
    body div[role="main"] .course-search-box {
        background: -webkit-linear-gradient(#fefefe 0%, #e2e6eb 100%);
        background: -o-linear-gradient(#fefefe 0%, #e2e6eb 100%);
        background: -webkit-gradient( linear, left top, left bottom, from(#fefefe), to(#e2e6eb) );
        background: linear-gradient(#fefefe 0%, #e2e6eb 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#e2e6eb', GradientType=0);
        padding: 10px;
    }

    body div[role="main"] .inner-content .course-search {
        width: 100%;
        font-weight: normal;
    }

        body div[role="main"] .inner-content .course-search + .course-search {
            margin-top: 15px;
        }

        body div[role="main"] .inner-content .course-search:after {
            content: "";
            display: block;
            clear: both;
        }

        body div[role="main"] .inner-content .course-search div {
            padding-left: 10px;
        }

        /*body div[role=main] .inner-content .course-search div:first-of-type {
          padding-left: 0
      }*/

        body div[role="main"] .inner-content .course-search input[type="text"] {
            padding: 6px;
        }

        body div[role="main"] .inner-content .course-search select {
            padding: 6px 4px;
        }

    body div[role="main"] .inner-content select option {
        /* .course-search */
        padding: 10px;
    }

    body div[role="main"] .inner-content .course-search .section-category,
    body div[role="main"] .inner-content .course-search .section-date,
    body div[role="main"] .inner-content .course-search .section-hours,
    body div[role="main"] .inner-content .course-search .section-level,
    body div[role="main"] .inner-content .course-search .section-provider,
    body div[role="main"] .inner-content .course-search .section-rating,
    body div[role="main"] .inner-content .course-search .section-submit,
    body div[role="main"] .inner-content .course-search .section-title {
        float: left;
        width: 25%;
    }

        body
        div[role="main"]
        .inner-content
        .course-search
        .section-submit > .btn-block {
            padding: 7px 3px;
        }

    body div[role="main"] .inner-content .course-search .section-category,
    body div[role="main"] .inner-content .course-search .section-date,
    body div[role="main"] .inner-content .course-search .section-hours,
    body div[role="main"] .inner-content .course-search .section-level,
    body div[role="main"] .inner-content .course-search .section-provider,
    body div[role="main"] .inner-content .course-search .section-rating,
    body div[role="main"] .inner-content .course-search .section-submit,
    body div[role="main"] .inner-content .course-search .section-title {
        float: left;
        width: 25%;
    }

    body div[role="main"] .RadPicker {
        width: 100% !important;
    }

        body div[role="main"] .RadPicker table {
            width: 100% !important;
        }

    body div[role="main"] .RadButton .rbDecorated {
        height: auto !important;
    }

    body div[role="main"] .RadButton.rbSkinnedButton {
        background: none !important;
        height: auto;
    }

    body div[role="main"] .RadButton_Default .rbDecorated {
        background-image: none !important;
    }

    body div[role="main"] .RadGrid {
        border: none;
    }

    body div[role="main"] .RadGrid_Default .rgAltRow .no-reg,
    body div[role="main"] .RadGrid_Default .rgRow .no-reg {
        color: #1076cb;
    }

        body div[role="main"] .RadGrid_Default .rgAltRow .no-reg a,
        body div[role="main"] .RadGrid_Default .rgRow .no-reg a {
            color: #1076cb;
        }

            body div[role="main"] .RadGrid_Default .rgAltRow .no-reg a:hover,
            body div[role="main"] .RadGrid_Default .rgRow .no-reg a:hover {
                text-decoration: underline;
            }

    body div[role="main"] table.rgMasterTable {
        border: none;
        width: 100%;
        border-spacing: 0;
        border-collapse: collapse;
    }

        body div[role="main"] table.rgMasterTable thead tr th {
            background: none;
            background-color: #ef943c;
            text-align: center;
            border: 1px solid;
            border-color: #d7d7d7;
            font-size: 14px;
            font-weight: bold;
            padding: 10px 5px;
        }

            body div[role="main"] table.rgMasterTable thead tr th a {
                display: block;
                text-decoration: none;
            }

            body div[role="main"] table.rgMasterTable thead tr th.title {
                width: 300px;
            }

            body div[role="main"] table.rgMasterTable thead tr th.course-provider {
                width: 150px;
            }

        body div[role="main"] table.rgMasterTable > tbody tr:nth-child(odd) td {
            background-color: #ffffff;
        }

        body div[role="main"] table.rgMasterTable > tbody tr:nth-child(2n) td {
            background-color: #e8e8e8;
        }

        body div[role="main"] table.rgMasterTable > tbody tr:last-of-type {
            border-bottom: 1px solid #d7d7d7;
        }

        body div[role="main"] table.rgMasterTable > tbody tr td {
            border: 1px solid;
            border-color: #d7d7d7;
            padding: 5px 8px;
            border-top: none;
            border-bottom: none;
            text-align: center;
            font-size: 14px;
        }

            body div[role="main"] table.rgMasterTable > tbody tr td.title {
                width: 300px;
            }

            body div[role="main"] table.rgMasterTable > tbody tr td.course-provider {
                width: 150px;
            }

            body div[role="main"] table.rgMasterTable > tbody tr td.no-reg {
                color: #1076cb;
            }

                body div[role="main"] table.rgMasterTable > tbody tr td.no-reg:hover {
                    text-decoration: underline;
                }

        body div[role="main"] table.rgMasterTable span.rating-average {
            display: block;
            font-size: 22px;
            font-weight: 600;
        }

        body div[role="main"] table.rgMasterTable span.rating-count {
            font-size: 12px;
            color: #666666;
        }

    body div[role="main"] .rgPager > td {
        border: 1px solid;
        border-color: #d7d7d7;
    }

        body div[role="main"] .rgPager > td table {
            margin: 0;
        }

            body div[role="main"] .rgPager > td table tbody tr td.rgPagerCell {
                background-color: #e27c2a;
                padding: 10px;
                color: #38332f;
                position: relative;
                display: block;
                text-align: center;
                border: none;
            }

                body div[role="main"] .rgPager > td table tbody tr td.rgPagerCell .rgAdvPart {
                    position: absolute;
                    left: 10px;
                    top: 10px;
                    text-align: left;
                }

                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgAdvPart
                    span {
                        font-family: "Open Sans", sans-serif;
                        font-size: 14px;
                        font-weight: 600;
                    }

                body div[role="main"] .rgPager > td table tbody tr td.rgPagerCell .rgInfoPart {
                    position: absolute;
                    /*top: 10px;*/
                    right: 10px;
                    /*text-align: right;*/
                    font-family: "Open Sans", sans-serif;
                    font-size: 14px;
                    font-weight: 600;
                }

                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgInfoPart
                    strong {
                        color: inherit;
                        font-weight: 600;
                    }

                body div[role="main"] .rgPager > td table tbody tr td.rgPagerCell .rgNumPart a {
                    color: inherit;
                    display: block;
                    width: 25px;
                    height: 25px;
                    background-color: #f0b868;
                    border-radius: 50%;
                    line-height: 25px;
                    text-align: center;
                    font-weight: 800;
                    text-decoration: none;
                    padding: 0;
                    margin: 0 4px;
                }

                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgNumPart
                    a.rgCurrentPage,
                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgNumPart
                    a:active,
                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgNumPart
                    a:hover {
                        background: none;
                        background-color: #ffffff;
                    }

                        body
                        div[role="main"]
                        .rgPager > td
                        table
                        tbody
                        tr
                        td.rgPagerCell
                        .rgNumPart
                        a.rgCurrentPage
                        span,
                        body
                        div[role="main"]
                        .rgPager > td
                        table
                        tbody
                        tr
                        td.rgPagerCell
                        .rgNumPart
                        a:active
                        span,
                        body
                        div[role="main"]
                        .rgPager > td
                        table
                        tbody
                        tr
                        td.rgPagerCell
                        .rgNumPart
                        a:hover
                        span {
                            background: none;
                        }

                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgNumPart
                    a.transparent {
                        background-color: transparent;
                    }

                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgNumPart
                    a
                    span {
                        line-height: 25px;
                        display: block;
                        width: 100%;
                        padding: 0;
                        text-align: center;
                    }

                body div[role="main"] .rgPager > td table tbody tr td.rgPagerCell .rgWrap {
                    float: none;
                    display: inline-block;
                    vertical-align: top;
                    color: inherit;
                }

                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgWrap
                    .rgPageFirst,
                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgWrap
                    .rgPageLast,
                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgWrap
                    .rgPageNext,
                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgWrap
                    .rgPagePrev {
                        padding: 0;
                        margin: 0;
                        border-bottom: none;
                        color: inherit;
                        display: inline-block;
                        width: 25px;
                        height: 25px;
                        background-color: #f0b868;
                        background-position: 0;
                        border-radius: 50%;
                        line-height: 25px;
                        text-align: center;
                        font-weight: 800;
                        text-decoration: none;
                        position: relative;
                        margin: 0 4px;
                    }

                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgWrap
                    .rgPageFirst {
                        background-image: url("../images/ui/ic-first.png");
                        margin-right: 1px;
                    }

                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgWrap
                    .rgPageLast {
                        background-image: url("../images/ui/ic-last.png");
                        margin-left: 1px;
                    }

                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgWrap
                    .rgPageNext {
                        background-image: url("../images/ui/ic-next.png");
                    }

                    body
                    div[role="main"]
                    .rgPager > td
                    table
                    tbody
                    tr
                    td.rgPagerCell
                    .rgWrap
                    .rgPagePrev {
                        background-image: url("../images/ui/ic-prev.png");
                    }

    button.orange,
    input[type="reset"].orange,
    input[type="submit"].orange {
        display: inline-block;
        text-transform: uppercase;
        border-radius: 5px;
        border: none;
        padding: 7px 35px;
        background: #ffb777;
        background: -moz-linear-gradient(top, #ffb777 0%, #f28f31 100%);
        background: -webkit-linear-gradient(top, #ffb777 0%, #f28f31 100%);
        background: -webkit-gradient( linear, left top, left bottom, from(#ffb777), to(#f28f31) );
        background: -o-linear-gradient(top, #ffb777 0%, #f28f31 100%);
        background: linear-gradient(to bottom, #ffb777 0%, #f28f31 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb777', endColorstr='#f28f31', GradientType=0);
    }

        button.orange.btn-block,
        input[type="reset"].orange.btn-block,
        input[type="submit"].orange.btn-block {
            padding: 7px;
        }

        button.orange.next,
        input[type="reset"].orange.next,
        input[type="submit"].orange.next {
            background-repeat: no-repeat;
        }
