/*------------------------------------*\
  #FONTS
\*------------------------------------*/
/*------------------------------------*\
  #COLORS
\*------------------------------------*/
/*------------------------------------*\
  #ELEMENTS
\*------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  color: #1E2A58;
  font-family: 'GloberBold', sans-serif; }

h1 {
  font-size: calcRem(40px); }

h2 {
  font-size: calcRem(35px); }

h3 {
  font-size: calcRem(30px); }

h4 {
  font-size: calcRem(26px); }

h5 {
  font-size: calcRem(22px); }

h6 {
  font-size: calcRem(20px); }

@media (max-width: 1260px) {
  .container {
    width: auto; } }
.btn {
  line-height: 1em;
  white-space: normal; }

.btn-lg {
  font-size: 1.1rem; }

.btn-primary:visited {
  color: #fff; }

/*------------------------------------*\
  #CALCUATEREMS
\*------------------------------------*/
/*------------------------------------*\
  #BACKGROUNDOPACITY
\*------------------------------------*/
/*------------------------------------*\
  #TEXTSIZES
\*------------------------------------*/
.text-size-1 {
  font-size: 2.27273rem; }

.text-size-2 {
  font-size: 1.98864rem; }

.text-size-3 {
  font-size: 1.70455rem; }

.text-size-4 {
  font-size: 1.47727rem; }

.text-size-5 {
  font-size: 1.25rem; }

.text-size-6 {
  font-size: 1.13636rem; }

/* #MARGIN & PADDING
------------------------------------*/
.margin-0-t, .margin-0-v {
  margin-top: 0.05682rem; }

.margin-0-r, .margin-0-h {
  margin-right: 0.05682rem; }

.margin-0-b, .margin-0-v {
  margin-bottom: 0.05682rem; }

.margin-0-l, .margin-0-h {
  margin-left: 0.05682rem; }

.margin-0 {
  margin: 0.05682rem; }

.padding-0-t, .padding-0-v {
  padding-top: 0.05682rem; }

.padding-0-r, .padding-0-h {
  padding-right: 0.05682rem; }

.padding-0-b, .padding-0-v {
  padding-bottom: 0.05682rem; }

.padding-0-l, .padding-0-h {
  padding-left: 0.05682rem; }

.padding-0 {
  padding: 0.05682rem; }

.margin-sm-t, .margin-sm-v {
  margin-top: 0.56818rem; }

.margin-sm-r, .margin-sm-h {
  margin-right: 0.56818rem; }

.margin-sm-b, .margin-sm-v {
  margin-bottom: 0.56818rem; }

.margin-sm-l, .margin-sm-h {
  margin-left: 0.56818rem; }

.margin-sm {
  margin: 0.56818rem; }

.padding-sm-t, .padding-sm-v {
  padding-top: 0.56818rem; }

.padding-sm-r, .padding-sm-h {
  padding-right: 0.56818rem; }

.padding-sm-b, .padding-sm-v {
  padding-bottom: 0.56818rem; }

.padding-sm-l, .padding-sm-h {
  padding-left: 0.56818rem; }

.padding-sm {
  padding: 0.56818rem; }

.margin-md-t, .margin-md-v {
  margin-top: 0.85227rem; }

.margin-md-r, .margin-md-h {
  margin-right: 0.85227rem; }

.margin-md-b, .margin-md-v {
  margin-bottom: 0.85227rem; }

.margin-md-l, .margin-md-h {
  margin-left: 0.85227rem; }

.margin-md {
  margin: 0.85227rem; }

.padding-md-t, .padding-md-v {
  padding-top: 0.85227rem; }

.padding-md-r, .padding-md-h {
  padding-right: 0.85227rem; }

.padding-md-b, .padding-md-v {
  padding-bottom: 0.85227rem; }

.padding-md-l, .padding-md-h {
  padding-left: 0.85227rem; }

.padding-md {
  padding: 0.85227rem; }

.margin-lg-t, .margin-lg-v {
  margin-top: 1.70455rem; }

.margin-lg-r, .margin-lg-h {
  margin-right: 1.70455rem; }

.margin-lg-b, .margin-lg-v {
  margin-bottom: 1.70455rem; }

.margin-lg-l, .margin-lg-h {
  margin-left: 1.70455rem; }

.margin-lg {
  margin: 1.70455rem; }

.padding-lg-t, .padding-lg-v {
  padding-top: 1.70455rem; }

.padding-lg-r, .padding-lg-h {
  padding-right: 1.70455rem; }

.padding-lg-b, .padding-lg-v {
  padding-bottom: 1.70455rem; }

.padding-lg-l, .padding-lg-h {
  padding-left: 1.70455rem; }

.padding-lg {
  padding: 1.70455rem; }

/*------------------------------------*\
  #COLORS
\*------------------------------------*/
.bg-color-1 {
  background-color: #1E2A58; }

.text-color-1 {
  color: #1E2A58; }

.border-color-1 {
  border-color: #1E2A58; }

.bg-color-2 {
  background-color: #981d20; }

.text-color-2 {
  color: #981d20; }

.border-color-2 {
  border-color: #981d20; }

.bg-color-3 {
  background-color: #336699; }

.text-color-3 {
  color: #336699; }

.border-color-3 {
  border-color: #336699; }

.text-color-default {
  color: inherit; }

.text-color-white {
  color: #fff; }

/*------------------------------------*\
  #OTHER
\*------------------------------------*/
.offscreen {
  clip: rect(1px 1px 1px 1px);
  /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  /* added line */
  width: 1px; }

/*------------------------------------*\
  #IMAGEFLOATS
\*------------------------------------*/
.img-float-right, .img-float-right-top, .img-float-right-bottom {
  float: right;
  margin: 1.25rem 0 1.25em 1.25em; }

.img-float-right-top {
  margin-top: 0; }

.img-float-right-bottom {
  margin-bottom: 0; }

.img-float-left, .img-float-left-top, .img-float-left-bottom {
  float: left;
  margin: 1.25rem 1.25em 1.25em 0; }

.img-float-left-top {
  margin-top: 0; }

.img-float-left-bottom {
  margin-bottom: 0; }

/*------------------------------------*\
  #IMAGEBORDERS
\*------------------------------------*/
.img-border {
  border-style: solid;
  border-width: 5px; }

/*------------------------------------*\
  #SKIN
\*------------------------------------*/
:root {
  font-size: 17.6px; }

/* Hidden Login Link */
.login-hidden {
  bottom: 0;
  height: 50px;
  left: 0;
  overflow: hidden;
  position: fixed;
  text-indent: -999px;
  width: 50px;
  z-index: 999; }

.band .row:not(.full-row) .row:first-child .pane {
  margin-top: 1.5rem; }

.band .row:not(.full-row) .row:last-child .pane {
  margin-bottom: 1.5rem; }

.DnnModule + .DnnModule {
  margin-top: 2.8rem; }

.sbs-skin-interior .content-pane, .sbs-skin-interior .side-pane {
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.home-skin .color-band {
  background-color: #1E2A58;
  color: #fff; }
  .home-skin .color-band * {
    color: inherit; }
.home-skin .band .pane {
  padding-bottom: 2em;
  padding-top: 2em; }
.home-skin .band .banner-full-pane {
  padding: 0; }
.home-skin .band-4 .container {
  background-image: url("../images/home-band-bg-info-graphic.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

/*------------------------------------*\
  #CUSTOMFONT
\*------------------------------------*/
@font-face {
  font-family: 'Glober';
  src: url("../fonts/GloberRegular.eot");
  src: url("../fonts/GloberRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/GloberRegular.woff") format("woff"), url("../fonts/GloberRegular.ttf") format("truetype"), url("../fonts/GloberRegular.svg#GloberRegular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GloberBold';
  src: url("../fonts/GloberBold.eot");
  src: url("../fonts/GloberBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GloberBold.woff") format("woff"), url("../fonts/GloberBold.ttf") format("truetype"), url("../fonts/GloberBold.svg#GloberBold") format("svg");
  font-weight: normal;
  font-style: normal; }
/*------------------------------------*\
  #Type
\*------------------------------------*/
/*------------------------------------*\
  #ELEMENTS
\*------------------------------------*/
hr {
  border-top: solid 0.34091rem #1E2A58;
  border-bottom: solid 0.34091rem #1E2A58;
  height: 0.45455rem; }
  hr.simple {
    border-top: none;
    border-bottom: solid 1px;
    height: auto; }
  hr:first-child {
    margin-top: 0; }
  hr:last-child {
    margin-bottom: 0; }

img {
  max-width: 100%; }

ul li {
  list-style-type: disc; }

/*------------------------------------*\
  #HEADER
\*------------------------------------*/
#top-bar {
  background-color: #1E2A58;
  color: #fff;
  font-size: 0.87273rem;
  font-weight: bold;
  line-height: 1em;
  padding: 0.8em 0;
  text-align: right; }
  #top-bar a {
    color: inherit; }
  #top-bar li {
    display: inline-block; }
    #top-bar li + li {
      margin-left: 1.2em; }
  #top-bar .top-bar-list {
    float: left;
    margin: 0;
  }      

/*Layout Styling for Header Social Buttons*/
#header .socialButton {
    float: left;
    height: 1px;
    padding-right: 10px;
}

#logo {
  clear: both;
  float: none;
  margin: 0 auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 260px; }
  @media (min-width: 768px) {
    #logo {
      clear: none;
      float: left;
      margin-left: 0;
      margin-right: 0; } }
  #logo a {
    display: block; }
  #logo img {
    max-width: 100%; }

#search {
  background-color: #eee;
  text-align: center;
  padding-bottom: 0.5em;
  padding-top: 0.5em; }
  #search > span {
    display: block; }
    #search > span > span {
      display: inline-block; }
  #search a.search-submit {
    background: url("../images/search-icon-white.png") #1E2A58 center center no-repeat;
    background-size: 20px 20px;
    border-radius: 0.234em;
    color: #fff;
    display: inline-block;
    height: 2.34em;
    overflow: hidden;
    text-indent: -999px;
    vertical-align: top;
    width: 2.34em; }
  #search input[type='text'] {
    color: #000;
    background: #ddd;
    border: 0;
    border-radius: 0.234em 0 0 0.234em;
    font-size: inherit;
    height: 2.34em;
    line-height: 2.34em;
    padding: 0 0.78em;
    outline: 0;
    width: 9.5em; }

@media (min-width: 768px) {
  #search {
    background-color: transparent;
    float: right;
    font-size: 0.72727rem;
    margin-top: 1.13636rem;
    padding-bottom: 0;
    padding-top: 0;
    text-align: inherit;
    width: auto; }
    #search input[type='text'] {
      width: 18.2em; } }
/*------------------------------------*\
  #NAVIGATION
\*------------------------------------*/
#mobile-navigation {
  color: #1e1e1e;
  line-height: 1em; }
  #mobile-navigation .ten-pound-menu-mobile-button {
    background: transparent;
    border: none;
    font-size: 1.13636rem;
    font-weight: bold;
    margin: 0.5em 1em;
    padding: 0;
    text-transform: uppercase; }
  #mobile-navigation .ten-pound-menu {
    display: none; }
  #mobile-navigation a {
    color: inherit;
    padding: 0.43em 0.93em; }
  #mobile-navigation .sub a {
    padding-left: 1.68em; }
  #mobile-navigation .root > a .toggle {
    margin-left: 0.4em;
    font-size: 0.85em; }
  #mobile-navigation .root.opening > a, #mobile-navigation .root.open > a {
    background-color: #1e1e1e;
    color: #fff;
    font-weight: bold; }


/* Mobile Search */
#mobile-navigation #search-mobile { position: relative; }
  
#mobile-navigation #search-mobile { display: none; }
#mobile-navigation #search-mobile.show { display: block; }

#mobile-navigation #search-mobile.form-group { margin: 0; }

#mobile-navigation #search-mobile .searchInputContainer {
    display: block;
    margin: 0;
}

#mobile-navigation #search-mobile .searchInputContainer .form-control {
  background-color: #ddd;
  border: none;
  border-radius: 0;
  height: 66px;
  padding-left: 30px;
}


#mobile-navigation #search-mobile .mobile-search-btn {
    background: #1E2A58;
    background-image: url("../images/search-icon-white.png");
    border-left: 1px solid #fff;
    color: #fff;
    height: 66px;
    padding: 20px 29px;
    position: absolute;
    right: 0;
    top: 0;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: 20px;
}

#mobile-navigation #search-mobile .searchSkinObjectPreview,
#mobile-navigation #search-mobile .searchInputContainer a.dnnSearchBoxClearText.dnnShow { display: none; }




/* Mobile Social */
#mobile-navigation .mobile-social {
  background: $brand-color-2; 
  padding: 30px 0 20px;
  text-align: center;

  ul { 
    margin: 0;
    overflow: hidden;
    
    li { list-style-type: none; }

    li a {
      color: #fff;
      float: left;
      width: 25%;
    }

  }

}



#desktop-navigation {
  font-family: 'GloberBold', sans-serif;
  text-transform: uppercase; }
  #desktop-navigation a {
    font-weight: normal;}
  #desktop-navigation > ul {
    float: right; }
  #desktop-navigation .root {
    float: left; }
    #desktop-navigation .root > a {
      color: #1f1e21;
      font-size: 1.01705rem;
      padding: 0.614em 1.34em 0.279em 1.34em; }
    #desktop-navigation .root:hover > a {
      background-color: #981d20;
      border-radius: 0.279em 0.279em 0 0;
      color: #fff; }
    #desktop-navigation .root:nth-of-type(2) ul {
      width: 330px; }
    #desktop-navigation .root:nth-of-type(3) ul {
      width: 265px; }
    #desktop-navigation .root:nth-of-type(4) ul {
      width: 325px; }
  #desktop-navigation .item:hover > .sub {
    display: block; }
  #desktop-navigation .sub {
    background-color: #981d20;
    border-radius: 0 0 0.279em 0.279em;
    overflow: hidden;
    position: absolute;
    z-index: 999; }
    #desktop-navigation .sub a {
      color: #fff;
      padding: 0.615em 1.846em;
      font-size: 0.73864rem; }
    #desktop-navigation .sub .item:hover {
      background-color: #2b5078; }

/*Disables Cursor Change on Sections without landing page in menu - Mark S - 2017-04-11*/
#desktop-navigation ul.ten-pound-menu > li:nth-of-type(n+2):nth-child(-n+5) > a, #desktop-navigation ul.ten-pound-menu > li:nth-of-type(7) > a {
    /*pointer-events: none;*/
}

#desktop-navigation ul.ten-pound-menu > li.has-child > a > span, #mobile-navigation ul.ten-pound-menu > li.has-child > a > span:nth-of-type(1) {
    /*cursor: default !important;*/
}


/*------------------------------------*\
  #PAGETITLEBANNER
\*------------------------------------*/
#interior-page-title-banner h1 {
  color: inherit;
  font-family: 'GloberBold', sans-serif;
  font-size: 2.04545rem;
  font-weight: normal;
  line-height: 1em;
  margin: 1em 0 0 0;
  text-transform: uppercase; }

@media (min-width: 768px) {
  #interior-page-title-banner {
    background: #1E2A58;
    background: -moz-linear-gradient(left, #626669 0%, #1E2A58 100%);
    background: -webkit-linear-gradient(left, #626669 0%, #1E2A58 100%);
    background: linear-gradient(to right, #626669 0%, #1E2A58 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#626669', endColorstr='$brand-color-1',GradientType=1 ); }
    #interior-page-title-banner .container {
      position: relative; }
    #interior-page-title-banner h1 {
      color: #fff;
      font-size: 2.27273rem;
      margin: 24px 0 16px 0;
      position: relative;
      text-shadow: 1px 0.05em 0.05em rgba(0, 0, 0, 0.75);
      z-index: 99; }
    #interior-page-title-banner .icon {
      display: none; /*Hide icon 2018-02-02*/
      background-position: center center;
      background-repeat: no-repeat;
      background-size: contain;
      height: 100%;
      position: absolute;
      right: 15%;
      top: 0;
      width: 25%; }
      #interior-page-title-banner .icon[style*="banner-icon-audit"] {
        height: 64%;
        top: 19%;
        right: 7%; }
      #interior-page-title-banner .icon[style*="banner-icon-consulting"] {
        right: 11%; }
      #interior-page-title-banner .icon[style*="banner-icon-about"] {
        height: 70%;
        top: 15%;
        right: 8%; }
      #interior-page-title-banner .icon[style*="banner-icon-blog"] {
        height: 64%;
        top: 18%;
        right: 10%; }
      #interior-page-title-banner .icon[style*="banner-icon-education"] {
        height: 64%;
        right: 11%;
        top: 18%; } }
/*------------------------------------*\
  #FOOTER
\*------------------------------------*/
#footer {
  background-color: #1E2A58;
  color: #fff;
  line-height: 1.5em;
  margin-top: 6.53409rem;
  padding: 1em 0 0.5em 0; }
  #footer a {
    color: inherit;
  display: block;
  font-weight: normal; }
  #footer .heading {
    font-size: 1.5em; }
  
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 { color: white !important; }

#footer table { color: white !important; font-size: 100% !important; }
#footer table td:first-child { vertical-align:top; }
#footer table td:last-child { padding: 3px 0px 0px 0px; }
#footer table tr:not(:first-child) td { padding-top: 10px !important; }
#footer table img { min-width: 22px !important; margin-right: 10px; }
#footer table:not(:first-child),
#footer a:not(:first-child) > table { margin-top: 10px; }

.footer-copyright { padding-top: 15px; }
#footer > .container > .row > div:not(.footer-copyright) { margin-bottom: 20px; }

/*------------------------------------*\
  #MODULECONTAINERS
\*------------------------------------*/
.sbs-module-container-icon-title .module-container-title {
  color: inherit;
  line-height: 1em;
  text-transform: uppercase; }
  .sbs-module-container-icon-title .module-container-title div {
    display: none; }
  .sbs-module-container-icon-title .module-container-title span {
    display: inline-block;
    vertical-align: middle; }
  .sbs-module-container-icon-title .module-container-title .module-container-icon {
    margin-top: -7px; }

.side-pane .sbs-module-container-icon-title .module-container-title {
  font-size: 1.25rem; }

/*------------------------------------*\
  #HEROIMAGE
\*------------------------------------*/
.heroImage {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 2.25em;
  padding-top: 13%; }
  .heroImage .heading {
    font-size: 1.81818rem;
    color: #1E2A58;
    margin: 0 0 0.3em 0;
    text-transform: uppercase; }
  .heroImage .message {
    color: #fff;
    font-size: 1.09091rem;
    font-weight: bold;
    line-height: 1.5em;
    margin: 0 0 1em 0; }
  .heroImage .btn {
    border-radius: 0.5em;
    font-size: 1.4em;
    line-height: 1em;
    padding: 0.4em 0.6em 0.2em 0.6em;
    text-transform: uppercase; }

@media (min-width: 900px) {
  .heroImage .message {
    color: #336699; } }
/*------------------------------------*\
  #FEATURESACCORDION
\*------------------------------------*/
.ten-pound-accordion.accordion .item {
  border-bottom: solid 1px;
  padding: 0.5em 0 1.2em 0; }
  .ten-pound-accordion.accordion .item .intro {
    margin-bottom: 1.2em; }
  .ten-pound-accordion.accordion .item .title {
    color: #981d20;
    cursor: pointer; }

/*------------------------------------*\
  #OTHER
\*------------------------------------*/
.list-checks {
  margin-left: 0; }
  .list-checks li {
    list-style-type: none;
    position: relative;
    padding-left: 1rem; }
    .list-checks li:before {
      content: '\2714';
      left: 0;
      position: absolute;
      top: 0; }

/*------------------------------------*\
  #SUCCESSSTORIES
\*------------------------------------*/
.success-stories h2 {
  color: #981d20;
  font-size: 2.5em;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 0.5em 0;
  text-transform: uppercase; }
.success-stories .text {
  font-size: 1.3em;
  margin-bottom: 1em; }
.success-stories .author {
  font-size: 1.5em;
  font-weight: 600;
  text-transform: uppercase; }
.success-stories .cycle-pager {
  margin: 0;
  padding: 0;
  text-align: center; }
  .success-stories .cycle-pager li {
    display: inline-block; }
    .success-stories .cycle-pager li a {
      border: solid 1px #981d20;
      border-radius: 50%;
      display: block;
      height: 0.6785em;
      margin: 0 0.333em;
      overflow: hidden;
      text-indent: -999px;
      width: 0.6785em; }
    .success-stories .cycle-pager li.active a {
      background-color: #981d20; }

/*------------------------------------*\
  #HOMELATESTARTICLES
\*------------------------------------*/
.hame-latest-articles ul {
  margin: 1em 0 0 0;
  padding: 0; }
  .hame-latest-articles ul li {
    list-style-type: none;
    padding-left: 1.5em;
    position: relative; }
    .hame-latest-articles ul li + li {
      margin-top: 0.25em; }
    .hame-latest-articles ul li a {
      display: block; }
      .hame-latest-articles ul li a:before {
        content: '>';
        font-size: 2em;
        left: 0;
        line-height: 1em;
        position: absolute;
        top: -0.15em; }

/*------------------------------------*\
  #UPCOMINGCERTIFICATIONS
\*------------------------------------*/
.upcoming-certifications-home h2 {
  color: #981d20;
  text-transform: uppercase; }
.upcoming-certifications-home .item:nth-child(n+4) {
  display: none; }
.upcoming-certifications-home article {
  clear: both;
  overflow: hidden; }
  .upcoming-certifications-home article + article {
    margin-top: 1em; }
  .upcoming-certifications-home article .event-date {
    background-color: #981d20;
    border-radius: 0.25em;
    color: #fff;
    float: left;
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1em;
    margin-right: 1.25em;
    padding: 0.5em;
    text-align: center;
    width: 80px; }
    .upcoming-certifications-home article .event-date .month {
      display: block; }
    .upcoming-certifications-home article .event-date .date {
      display: block; }
.upcoming-certifications-home.empty {
  text-align: center; }
  .upcoming-certifications-home.empty p {
    font-size: 1.25rem;
    font-weight: none; }

/*------------------------------------*\
  #FAQs
\*------------------------------------*/
.faqs-accordion .item .intro {
  margin-bottom: 1.2em; }
.faqs-accordion .item .title {
  color: #981d20;
  cursor: pointer;
  line-height: 1em; }
.faqs-accordion .item .content {
  border-bottom: solid 1px;
  padding-bottom: 0.5em; }
.faqs-accordion .item + .item {
  margin-top: 0.25em; }

/*------------------------------------*\
  #SECTION
\*------------------------------------*/
.collapse-content .toggle {
  color: #981d20;
  cursor: pointer; }
.collapse-content .content {
  display: none; }

/*------------------------------------*\
  #CONTENT-collapse
\*------------------------------------*/
.content-collapse .item + .item, .toolkits .item + .item {
  border-top: solid 1px;
  margin-top: 1em;
  padding-top: 1em; }
.content-collapse .item .title, .toolkits .item .title {
  font-size: 1.47727rem;
  margin-top: 0;
  text-transform: uppercase; }
  .content-collapse .item .title img, .toolkits .item .title img {
    margin-right: 0.25em;
    position: relative;
    top: -4px; }
.content-collapse .item .collapse-content, .toolkits .item .collapse-content {
  margin-top: 1em; }
.content-collapse .item .price, .toolkits .item .price {
  margin-top: 1em; }
.content-collapse .item .buy, .toolkits .item .buy {
  margin-top: 1em; }

/*------------------------------------*\
  #SPEAKERS
\*------------------------------------*/
.speakers-bios .item {
  clear: both;
  overflow: hidden; }
  .speakers-bios .item .photo {
    float: left;
    margin: 0 1em 1em 0; }
  .speakers-bios .item .name {
    font-size: 40px;
    line-height: 1.2em;
    margin-top: 0;
    text-transform: uppercase; }
  .speakers-bios .item .full-bio {
    border-top: solid 1px;
    margin-top: 1em;
    padding-top: 1em; }
.speakers-bios hr {
  margin-bottom: 3em; }

/*------------------------------------*\
  #SALES TEAM
\*------------------------------------*/
.sales-team .item:nth-child(2n+1) {
  clear: both; }
.sales-team .item:nth-child(n+3) {
  border-top: solid 1px;
  margin-top: 1em;
  padding-top: 1em; }

/*------------------------------------*\
  #TESTIMONIALS
\*------------------------------------*/
.testimonials .item:nth-child(2n+1) {
  clear: both; }
.testimonials .item:nth-child(n+3) {
  margin-top: 60px; }

/*------------------------------------*\
  #NEWSARTICLES
\*------------------------------------*/
.NewsArticles .current-category {
  margin-bottom: 1.3em; }

.cc-article .date {
    padding-bottom: 0.5em;
    padding-top: 0.5em;
}
.cc-article.listing article {
  border-bottom: solid 1px;
  padding-bottom: 2em;
  padding-top: 2em; }
  .cc-article.listing article h3 {
    line-height: 1em;
    margin: 0; }
  .cc-article.listing article .image {
    float: left;
    margin-right: 0.5em; }
.cc-article.listing.webinars article {
  padding-bottom: 1em; }
  .cc-article.listing.webinars article .title {
    color: inherit;
    font-size: 1.5em;
    margin-bottom: 0.25em;
    text-transform: uppercase; }
  .cc-article.listing.webinars article .image {
    float: right;
    margin-right: 0;
    margin-left: 0.5em; }
  .cc-article.listing.webinars article .date {
    margin-bottom: 1em; }
  .cc-article.listing.webinars article .links {
    margin-top: 1em; }

.cc-article.view-item.Certification .objectives .image {
  float: right; }
.cc-article.view-item.Certification .instructor .photo {
  float: left;
  margin: 0 10px 40px 0;
  height: 100px;
  width: 100px; }
.cc-article.view-item.Blog .title {
  text-transform: uppercase; }


.cc-article.view-item/*.Blog*/ .image, .cc-article.view-item.Webinar-External .image {
  float: right;
  margin-left: 1em;
  margin-bottom: 1em; }
.cc-article.view-item/*.Blog*/ .hacker-hour-description {
/*  border-top: solid 1px;
*/  display: none;
    margin-top: 0.5em;
    padding-top: 0.5em; }

.cc-article.view-item.Blog .categories {
  margin-top: 3em; }

/*------------------------------------*\
  #CERTIFICATIONSCALENDAR
\*------------------------------------*/
.certifications-calendar .item {
  clear: both;
  margin-bottom: 1.11rem;
  overflow: hidden; }
  .certifications-calendar .item .date {
    background-color: #981d20;
    border-radius: 0.215em;
    color: #fff;
    float: left;
    font-size: 1.277rem;
    line-height: 1em;
    margin-right: 5%;
    text-align: center;
    padding: 0.434em;
    width: 25%; }
    .certifications-calendar .item .date .month {
      margin-bottom: 0.434em; }
  .certifications-calendar .item .text {
    float: left;
    width: 70%; }

@media (min-width: 900px) {
  .certifications-calendar .item .date {
    margin-right: 3%;
    width: 20%; }
  .certifications-calendar .item .text {
    width: 77%; } }
/*------------------------------------*\
  #CALENDAR
\*------------------------------------*/
.calendar-items {
  /* Item */
  /* Date */
  /* Category Icon */
  /* Title */
  /* Subtitle */
  /* Summary */
  /* Link */ }
  .calendar-items .row.calendar-item {
    margin: 0; }
  .calendar-items .calendar-item {
    border-top: 1px solid #c6c5c5;
    color: #1f2d58;
    padding: 30px 0; }
  .calendar-items .calendar-item__date {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Glober'; }
  .calendar-items .calendar-item__dates {
    color: slategray;
    font-size: 0.85em;
    margin-top: 3px; }
  .calendar-items .calendar-item__icon {
    text-align: center; }
  .calendar-items .calendar-item__title {
    font-size: 23px;
    font-weight: 400;
    margin-bottom: 5px;
    font-family: 'Glober'; }
    .calendar-items .calendar-item__title a {
      color: #1f2d58; }
  .calendar-items .calendar-item__subtitle {
    color: #6d6e70;
    font-size: 18px;
    margin-bottom: 0; }
  .calendar-items .calendar-item__summary {
    color: #2c2c2c !important;
    margin-top: 20px; }
  .calendar-items .calendar-item__link {
    margin-top: 10px; }
    .calendar-items .calendar-item__link a {
      color: #1f2d58; }

.calendar-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px; }
  
  
  @media (max-width: 950px) {
    .calendar-filters {
      flex-wrap: wrap; }
      .calendar-filters span {
        width: 100%;
        text-align: center !important;
        margin-bottom: 5px;
        padding-right: 0px !important;
        margin-right: 0px !important;
        border-bottom: 1px solid #ddd; }
      .calendar-filters a {
        margin-left: 5px !important;
        margin-right: 5px !important; } }
    
    
  @media (max-width: 755px) and (min-width: 571px) {
    .calendar-filters a {
      width: calc(50% - 20px);
      margin-left: 5px !important;
      margin-right: 5px !important; }
      .calendar-filters a:not(:nth-child(2)):not(:nth-child(3)) {
        margin-top: 5px; } }
    
    
  @media (max-width: 570px) {
    .calendar-filters a {
      width: calc(100% - 20px); }
      .calendar-filters a:not(:nth-child(2)) {
        margin-top: 5px; } }
    
    
  .calendar-filters a.all-posts:before,
  .calendar-filters a.online-certifications:before,
  .calendar-filters a.webinar:before,
  .calendar-filters a.on-site:before,
  .calendar-filters a.hacker-hours:before,
  .calendar-filters a.demos:before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    z-index: 999;
    top: 4px;
    right: 8px;
    margin-top: -4px;
    margin-left: 10px; }
  
  
  .calendar-filters a.all-posts {
    background-color: #1F2D59; }
    .calendar-filters a.all-posts:before {
      background-image: url(/portals/0/images/filter-icon-all-posts.svg); }
    
    
  .calendar-filters a.online-certifications {
    background-color: #F29121; }
    .calendar-filters a.online-certifications:before {
      background-image: url(/portals/0/images/filter-icon-online-certifications.svg); }
    
  .calendar-filters a.webinar {
    background-color: #921F1E; }
    .calendar-filters a.webinar:before {
      background-image: url(/portals/0/images/filter-icon-webinar.svg); }
    
    
  .calendar-filters a.on-site {
    background-color: #2E6699; }
    .calendar-filters a.on-site:before {
      background-image: url(/portals/0/images/filter-icon-on-site.svg); }
    
  .calendar-filters a.hacker-hours {
    background-color: #F29121; }
    .calendar-filters a.hacker-hours:before {
      background-image: url(/portals/0/images/hacker-hours-icon.png); }
    
  .calendar-filters a.demos {
    background-color: #2E6699; }
    .calendar-filters a.demos:before {
      background-image: url(/portals/0/images/demo-icon.png); }
    
    
  .calendar-filters span, .calendar-filters a {
    flex-grow: 1; }
  .calendar-filters span {
    text-align: left;
    margin-right: 10px;
    text-transform: uppercase;
    padding: 5px 20px 0px 0px; }
  .calendar-filters a,
  .calendar-filters a:link,
  .calendar-filters a:visited,
  .calendar-filters a:focus {
    text-align: center;
    margin-left: 10px;
    color: white;
    padding: 5px 5px 0px 5px;
    border-radius: 5px;
    position: relative; }
    .calendar-filters a:after,
    .calendar-filters a:link:after,
    .calendar-filters a:visited:after,
    .calendar-filters a:focus:after {
      content: '';
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0; }
    .calendar-filters a.active-filter:after,
    .calendar-filters a:link.active-filter:after,
    .calendar-filters a:visited.active-filter:after,
    .calendar-filters a:focus.active-filter:after {
      background: linear-gradient(rgba(255, 255, 255, 0.2), transparent); }
    .calendar-filters a:not(.active-filter):after,
    .calendar-filters a:link:not(.active-filter):after,
    .calendar-filters a:visited:not(.active-filter):after,
    .calendar-filters a:focus:not(.active-filter):after {
      background: linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.3)); }
  .calendar-filters a:hover:after {
    transform: scale(-1); }

@media (min-width: 768px) {
  .calendar-items {
    /* Item */ }
    .calendar-items .row.calendar-item .col-sm-3 {
      padding-left: 0;
      padding-right: 30px; }
    .calendar-items .row.calendar-item .col-sm-9 {
      padding-left: 30px;
      padding-right: 0; } }
.side-pane .DnnModule-522, .side-pane .DnnModule-452 {
  margin-top: 0.8rem; }

.DnnModule-476 .DNNModuleContent img, .DnnModule-477 .DNNModuleContent img, .DnnModule-478 .DNNModuleContent img {
  border: 2px solid #000000; }
.DnnModule-476 .DNNModuleContent a + a, .DnnModule-477 .DNNModuleContent a + a, .DnnModule-478 .DNNModuleContent a + a {
  margin-left: 20px; }


/*Blog Editing Style Updates*/
.dnnTextPanel{
  width: 100% !important;
}
#dnn_ctr453_NewsArticles_ucSubmitNews_tblCustomFields .SubHead {
    width: auto;
}
#dnn_ctr453_NewsArticles_ucSubmitNews_rptCustomFields_8_0 td {
    padding-right: 12px;
}
#dnn_ctr453_NewsArticles_ucSubmitNews_rptCustomFields_8_0 input {
    margin-right: 6px;
}

.form-control {
    display: inherit; /*this is for the publish time alignment*/
}
/*END Blog Editing Style Updates*/

#dnn_ctr456_ModuleContent article,#dnn_ctr457_ModuleContent article {
    border-bottom: 1px solid lightgrey;
    padding-bottom: 10px;
    padding-top: 10px;
}
#dnn_ctr496_HtmlModule_lblContent li {
    padding-bottom: 10px;
}


hr.plain {
    border-style: inset;
    border-width: 1px;
    height: auto;
}

/*Hide search preview and "x"*/
.searchSkinObjectPreview {
    display: none;
}
a.dnnSearchBoxClearText.dnnShow {
    display: none;
}
@media screen and (max-width: 767px) {
  div#search {
    display: none;
}
}

/*Hide Injection Module*/
.DnnModule.DnnModule-WillStrohlInjection.DnnModule-2587 {
    margin-top: -2.8rem;
}

/*Hide date on blog listing page*/
.cc-article.listing .date {
    display: inline;
    visibility: hidden;
}

/*Add spacing above pagingtable*/
.pagingtable {
    margin-top: 15px;
}

/*Fixes Image Overflow issue with Webinars*/
@media screen and (min-width: 768px) {
  .cc-article.listing.webinars .text {
    overflow: hidden;
}
}

/*------------------------------------*\
  #Back to top arrow
\*------------------------------------*/

.back-to-top {
  display: none;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 32px;
  height: 32px;
  background-color: #454D69;
  color: white;
  border-radius: 5px;
  z-index: 999999999;
  cursor: pointer;
}
.back-to-top:before {
  content: '^';
  display: block;
  font-weight: bold;
  font-size: 38px;
  line-height: 1em;
  position: absolute;
  top: 12px;
  left: 6px;
}


/*------------------------------------*\
  #Load More Buttons
\*------------------------------------*/

[load-more-size] .more-available ~ *:not(.load-more-button) {
  display: none;
}
/*------------------------------------*\
  4 col spotlight area - added 2018-06
\*------------------------------------*/

.band-spotlight {
    text-align: center;
}

.band-spotlight img {
    width: 120px;
    /*border-radius: 100%;*/
}

.band-spotlight h3 {
    text-transform: capitalize;
}
.band-spotlight a {
    color: #1E2A58;
}
/*------------------------------------*\
  Full Message
\*------------------------------------*/
.band-full h2{
      color: #981d20;
    font-size: 2.5em;
    font-weight: bold;
    line-height: 1em;
    margin: 0 0 0.5em 0;
    text-transform: uppercase;
}
.band-full p{
  font-size: 1.3em;
}

/*# sourceMappingURL=skin.css.map */ 
