/************************************************
Engineering.com Navigation
************************************************/
html,
body {
  height: 100%;
  font-family: 'montserrat', sans-serif;
}

#main_content_container {
  font-family: 'montserrat', sans-serif;
}

div#dnn_navPane {
  border-bottom: solid 1px #EAEAEA;
}

/* Animation defaults */
.animate {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.animate_menu {
  -webkit-transform: translateX(300px) !important;
  -ms-transform: translateX(300px) !important;
  transform: translateX(300px) !important;
}

.topNav {
  width: 100%;
  margin: 12px auto 0 auto;
  max-width: 1350px;
  color: #000000;
  font-family: 'Montserrat', sans-serif;
}

.topNav_bar {
  /* display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none; */
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 60px;
}

.topNav_item {
  position: relative;
  display: inline-block;
  height: 62px;
  margin-top: 2px;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.topNav_item:after {
  content: '';
  display: block;
  margin: auto;
  height: 5px;
  width: 0px;
  background: transparent;
  -webkit-transition: width .3s ease, background-color .3s ease;
  -o-transition: width .3s ease, background-color .3s ease;
  transition: width .3s ease, background-color .3s ease;
}

.topNav .no-highlight {
  background-image: none !important;
}

.topNav_item:hover {
  cursor: pointer;
}

.topNav_item:hover::after {
  width: 100%;
  background-color: #7A2A90;
}

.topNav_menuWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  padding: 0;
  list-style-type: none;
  max-width: 964px;
  width: 100%;
}

a.loginOut,
a.loginOut:visited {
  display: inline-block;
  background-color: #7A2A90;
  color: #ffffff !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0.5em 1em;
  border: none;
  border-radius: 5px;
  font-size: 1.2rem;
  margin-left: 10px;
  margin-bottom: 6px;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

a.loginOut:hover,
a.loginOut:focus {
  background-color: #3FA1A1;
  display: inline-block;
}

.panelBtn {
  margin: 1em 0 !important;
}

.topNav_item a:link,
.topNav_item a:visited,
.topNav_item a:hover,
.topNav_item a:focus {
  color: #000000;
  text-decoration: none;
}

.topNav_item_alt {
  display: inline-block;
}

a.topNav_link {
  padding: 1em 0.5em;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.6rem;
}

.topNav_logo_link {
  padding: 0 !important;
}

.topNav_logo {
  display: inline;
  min-width: 300px;
  max-width: 100%;
}

.topNav_logo_mobile {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.topNav_searchIcon {
  width: 24px;
}

.topNav_userIcon {
  width: 20px;
}

.topNav_Box {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 99999;
  background-color: #EFEFEF;
  width: 400px;
  padding: 2em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(163, 163, 163, 0.6);
  box-shadow: 0px 0px 8px 0px rgba(163, 163, 163, 0.6);
  cursor: auto;
}

.topNav_Box .topLevel_head {
  border-bottom: solid 1px #000000;
  margin-bottom: 1.5em;
}

.topNav_Box h3 {
  font-size: 1.1em;
  font-weight: 700;
  padding-bottom: 1.5em;
  margin-top: 0;
  line-height: 1.5em;
  color: #000000;
}

.subNav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.subNav li {
  width: 50%;
}

.noCol li {
  width: 100%;
}

.topNav_Box .subNav_link,
.topNav_Box .subNav_link:link,
.topNav_Box .subNav_link:visited {
  text-transform: capitalize;
  font-weight: 300;
  font-size: 1.3rem;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  padding: 0.5em;
  display: block;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

.topNav_Box .subNav_link:hover,
.topNav_Box .subNav_link:focus {
  background-color: #7A2A90;
  color: #ffffff !important;
}

.topNav_Box h4 a,
.topNav_Box h4 a:link,
.topNav_Box h4 a:visited {
  text-transform: capitalize;
  font-weight: 600;
  font-size: 1.3rem;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  padding: 0.5em;
  display: inline-block;
}

.topNav_Box h4 a:hover,
.topNav_Box h4 a:focus {
  background-color: #7A2A90;
  color: #ffffff !important;
}

.navToggle,
.navToggle_close {
  display: none;
}

.topNav_bar li .topLevel {
  color: #000000;
  z-index: 99999999999 !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.topNav_bar .gsc-input input {
  width: 100%;
  height: 35px;
  margin-bottom: 0.5em;
  color: #000000;
}

.searchMode {
  display: none;
}

.topNav_item--searchmode {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding-left: 2em;
}

.topNav_bar input.gsc-search-button {
  background-color: #3FA1A1;
  font-family: 'montserrat', sans-serif;
  font-weight: 400;
  color: #ffffff;
  border: none;
  border-radius: 5px;
  height: 31px;
  margin-top: -7px;
  padding: 0.5em 1em;
  font-size: 1.2rem;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}

.topNav_bar input.gsc-search-button:hover,
.topNav_bar input.gsc-search-button:focus {
  background-color: #6DC7C7;
}

/* GOOGLE CUSTOM SEARCH ******************/
.topNav_item--searchmode {
  padding-top: 1em;
  padding-right: 0.5em;
}

.gsc-control-searchbox-only.gsc-control-searchbox-only-en {
  height: 43px;
}

.cse .gsc-search-button-v2,
.gsc-search-button-v2 {
  vertical-align: middle;
  border: 1px solid #666666;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-color: #7A2A90;
  background-color: #7A2A90;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#7A2A90), to(#7A2A90));
  background-image: -webkit-linear-gradient(top, #7A2A90, #7A2A90);
  background-image: -moz-linear-gradient(top, #7A2A90, #7A2A90);
  background-image: -ms-linear-gradient(top, #7A2A90, #7A2A90);
  background-image: -o-linear-gradient(top, #7A2A90, #7A2A90);
  background-image: linear-gradient(top, #7A2A90, #7A2A90);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#7A2A90', EndColorStr='#7A2A90');
  transition: all 0.3s ease;
}

.cse .gsc-search-button-v2:hover,
.gsc-search-button-v2:hover {
  border-color: #3FA1A1;
  background-color: #3FA1A1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3FA1A1), to(#3FA1A1));
  background-image: -webkit-linear-gradient(top, #3FA1A1, #3FA1A1);
  background-image: -moz-linear-gradient(top, #3FA1A1, #3FA1A1);
  background-image: -ms-linear-gradient(top, #3FA1A1, #3FA1A1);
  background-image: -o-linear-gradient(top, #3FA1A1, #3FA1A1);
  background-image: linear-gradient(top, #3FA1A1, #3FA1A1);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3FA1A1', EndColorStr='#3FA1A1');
}

/* ------------------------------------ */
.topNav_bar .gsc-clear-button {
  display: none;
}

.new_badge2 {
  position: absolute;
  right: 0;
  left: 0;
  top: -10px;
  margin: auto;
  -ms-transform: rotate(5deg);
  -webkit-transform: rotate(5deg);
  transform: rotate(2deg);
}

.topNav_mobileSearch {
  display: none;
}

@media (min-width: 1151px) {
  .topNav_logo_mobile_container {
    display: none;
  }

  .topNav_listItem_logo {
    display: inline-block !important;
    padding-right: 1em;
    margin-top: -8px;
  }
}

@media (max-width: 1150px) {
  .topNav_logo_mobile_container {
    display: block;
  }

  .topNav_logo_mobile {
    padding: 5px 1em 1em 4em;
  }

  .topNav_listItem_logo {
    display: none;
  }
}

/* Mobile Navigation Menu */
@media (max-width: 860px) {
  .topNav_bar {
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    bottom: 0;
    background: -webkit-linear-gradient(-45deg, rgba(122, 42, 144, 0.97) 0%, rgba(63, 161, 161, 0.97) 100%);
    background: -webkit-linear-gradient(315deg, rgba(122, 42, 144, 0.97) 0%, rgba(63, 161, 161, 0.97) 100%);
    background: -o-linear-gradient(315deg, rgba(122, 42, 144, 0.97) 0%, rgba(63, 161, 161, 0.97) 100%);
    background: linear-gradient(135deg, rgba(122, 42, 144, 0.97) 0%, rgba(63, 161, 161, 0.97) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f77a2a90', endColorstr='#f73fa1a1', GradientType=1);
    color: #ffffff !important;
    width: 300px;
    height: 100%;
    z-index: 99999;
    -webkit-backface-visibility: hidden;
  }

  .topNav_item {
    display: block !important;
    background-image: none !important;
    height: auto !important;
  }

  .topNav_item:hover::after {
    width: 0 !important;
    background-color: none !important;
  }

  .topNav_item_alt {
    padding: 0;
  }

  .topNav_Box {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    border-top: solid 5px #3FA1A1;
  }

  .topNav_item a:link,
  .topNav_item a:visited,
  .topNav_item a:hover,
  .topNav_item a:focus {
    color: #ffffff;
    padding: 0.75em;
  }

  a.subNav_link {
    color: #000000 !important;
  }

  a.topNav_link {
    text-align: center;
  }

  #menuToggle span {
    display: block;
    background-color: #000000;
    width: 33px;
    height: 5px;
    margin: 5px 0;
    cursor: pointer;
  }

  .navToggle {
    display: block;
    position: absolute;
    top: 17px;
    right: -52px;
    width: 70px;
    height: 35px;
    background-color: #7A2A90;
    color: #ffffff;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    text-align: center;
    padding: 0.5em 0;
    cursor: pointer;
    z-index: 99999;
  }

  .topNav_bar .closeBtn {
    font-size: 28px;
    font-weight: bold;
    width: 100%;
    text-align: right;
    padding: 0.5em;
  }

  .topNav_mobileSearch {
    display: block;
    margin: 2em 2em 0 2em;
  }

  .topNav_item--search {
    display: none !important;
  }

  .searchMode {
    display: none;
  }

  .standardMode {
    display: block;
  }

  .navSwipeZone {
    display: block;
    position: absolute;
    top: 0;
    right: -25px;
    width: 25px;
    height: 100%;
    background-color: none !important;
    z-index: 99998;
  }

  .topNav_menuWrap {
    display: block;
    height: 100%;
    overflow: auto;
    overflow-x: hidden;
  }

  li.topNav_item_alt.no-highlight {
    width: 100%;
    max-width: 60px;
    margin: auto;
    display: block;
  }

  .cse .gsc-search-button-v2,
  .gsc-search-button-v2 {
    vertical-align: middle;
    border: 1px solid #666666;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-color: #3FA1A1;
    background-color: #3FA1A1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#3FA1A1), to(#3FA1A1));
    background-image: -webkit-linear-gradient(top, #3FA1A1, #3FA1A1);
    background-image: -moz-linear-gradient(top, #3FA1A1, #3FA1A1);
    background-image: -ms-linear-gradient(top, #3FA1A1, #3FA1A1);
    background-image: -o-linear-gradient(top, #3FA1A1, #3FA1A1);
    background-image: linear-gradient(top, #3FA1A1, #3FA1A1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#3FA1A1', EndColorStr='#3FA1A1');
    transition: all 0.3s ease;
  }

  .cse .gsc-search-button-v2:hover,
  .gsc-search-button-v2:hover {
    border-color: #ebebeb;
    background-color: #ebebeb;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ebebeb), to(#ebebeb));
    background-image: -webkit-linear-gradient(top, #ebebeb, #ebebeb);
    background-image: -moz-linear-gradient(top, #ebebeb, #ebebeb);
    background-image: -ms-linear-gradient(top, #ebebeb, #ebebeb);
    background-image: -o-linear-gradient(top, #ebebeb, #ebebeb);
    background-image: linear-gradient(top, #ebebeb, #3FAebebeb1A1);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebebeb', EndColorStr='#ebebeb');
  }
}

/************************************************
Engineering.com Theme Styles
************************************************/
/*---------- ARTICLE LEVEL SPECIFIC ---------- */
/* Article body title */
.article {
  clear: both;
  text-align: left;
  margin-bottom: 25px;
  font-family: 'montserrat', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 2;
  border-bottom: solid 1px #efefef;
  color: #000000;
}

.article_title {
  font-family: 'montserrat', sans-serif;
  font-size: 24px;
  color: #000000;
  line-height: 30px;
  display: inline-block;
  margin: 0.5em 0;
}

.article_title:hover {
  color: #000000 !important;
  text-decoration: none;
}

/* Article body copy */
.articleEntry {
  font-family: 'montserrat', sans-serif !important;
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  line-height: 22px;
}

.articleEntry a {
  text-decoration: underline;
}

.articleEntry a:hover {
  color: #6e6e6e;
}

.articleEntry ul {
  display: inline-block;
}

/*---------- LIST LEVEL SPECIFIC ---------- */
/* Artcle/Section Header */
#dnn_secondnav {
  background-color: #fff;
  /* border-bottom: solid 3px #7A2A90; */
  border-bottom: none !important;
  padding-left: 0;
}

.headerLine {
  background-color: #fff;
  border-bottom: solid 3px #7A2A90;
  padding-left: 0;
}

#subnav_list_item_head {
  font-size: 20px;
  color: #000000 !important;
  font-family: 'montserrat', sans-serif;
  text-transform: uppercase;
  padding: 0 20px 0 0;
  font-weight: 700;
  background-color: none !important;
  display: inline-block;
}

/* Headings text styles */
.Normal {
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  color: #333;
  font-weight: 400;
  text-decoration: none;
}

/* Section block Heading */
.main_content_heading {
  margin-bottom: 0;
  background-color: #ffffff;
  border-bottom: 1px solid #EFEFEF;
  border-left: solid 8px #7A2A90;
  font-family: 'montserrat', sans-serif;
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  padding: 3px 8px;
  width: 100% !important;
}

/* Section block heading underline */
.section_header,
.section_header_first,
.section_header_right {
  width: 100%;
  /* border-bottom: 1px solid #EFEFEF; */
  margin-top: 0px;
}

/* List level article titles */
.articleLinkTitle {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  text-decoration: none;
  color: #000000;
  font-weight: 500;
}

.articleLinkTitle:hover {
  text-decoration: underline;
  color: #000000;
}

/* List level article summary / byline fonts */
.articleEntryList {
  margin-left: -15px;
  margin-top: 10px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 1.5;
}

/* Author by-line */
.articleAuthor {
  margin-top: 0;
  margin-bottom: 5px;
}

.articleAuthor strong,
.commentCount,
.more-link {
  font-weight: 500 !important;
}

.NewsArticles .row {
  color: #000000;
}

/*---------- GENERAL THEME STYLES ---------- */
/* All hyperlinks */
a,
a:visited {
  color: #000000;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #000000;
  text-decoration: underline;
}

/* black buttons in article body */
a.cta_btn_art {
  color: #ffffff;
}

#subnav_list_item_head>a {
  color: #000000 !important;
}

.main_content_heading a {
  color: #000000 !important;
}

.subnav_list {
  list-style-type: none !important;
  margin: 0;
  padding: 0;
}

#subnav_list_item {
  display: inline-block;
  padding: 5px 24px 5px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 14px;
}

.header-box-left,
.main-header {
  background-color: #ffffff;
  border-bottom: 1px solid #EFEFEF;
  border-left: solid 8px #7A2A90;
  font-family: 'montserrat', sans-serif;
  color: #000000;
  font-weight: 500;
  font-size: 18px;
  padding: 3px 8px;
  width: 100% !important;
}

.ContentCss .box,
.ContentCss .box-last {
  background-color: #7A2A90;
  text-align: center;
}

.ContentCss .box:hover,
.ContentCss .box-last:hover {
  background-color: #3FA1A1;
  text-align: center;
}

.ContentCss .box-text {
  font-size: 20px !important;
}

/* General button style */
.btn-primary {
  color: #fff;
  background-color: #7A2A90;
  border-color: #7A2A90;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-primary.active,
.btn-primary.focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open>.dropdown-toggle.btn-primary {
  color: #fff;
  background-color: #3FA1A1;
  border-color: #3FA1A1;
}

/* Social sharing buttons */
.addthis_responsive_sharing {
  margin-top: 0.5em;
}

@media (max-width: 767px) {
  #subnav_list_item_head {
    margin-top: 20px;
    padding: 0 20px 5px 5px;
  }

  #subnav_list_item {
    padding: 5px;
  }
}

/*---------- INDUSTRIES SPECIFIC ---------- */
/* ---- Pagination ---- */
.pages {
  border-radius: 5px 5px 5px 5px;
  border: none;
  padding: 8px 10px;
  font-weight: bold;
  font-family: "montserrat", sans-serif;
  font-size: 12px;
  color: #000000;
}

a.pagerbutton {
  border-radius: 5px 5px 5px 5px;
  border: none;
  padding: 8px 10px;
  background-color: #EFEFEF;
  font-weight: bold;
  font-family: "montserrat", sans-serif;
  font-size: 12px;
  color: #000000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

span.pagerbutton {
  border-radius: 5px 5px 5px 5px;
  border: none;
  padding: 8px 10px;
  background-color: #000000;
  font-weight: bold;
  font-family: "montserrat", sans-serif;
  font-size: 12px;
  color: #ffffff;
}

a.pagerbutton:hover {
  background-color: #3FA1A1;
  color: #ffffff;
}

a.pagerbutton-prev-next {
  border-radius: 5px 5px 5px 5px;
  border: none;
  padding: 8px 10px;
  background-color: #7A2A90;
  font-weight: bold;
  font-family: "montserrat", sans-serif;
  font-size: 12px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.pagerbutton-prev-next:hover {
  background-color: #3FA1A1;
  color: #ffffff;
}

/* Industries pagination as a whole - position */
div#dnn_ctr11744_XModPro_ctl00_ctl01_pgrBottom {
  margin-top: 30px;
}

/*---------- VIDEOS SPECIFIC ---------- */
.angrid-pager button {
  background-color: #7A2A90 !important;
  color: #ffffff !important;
  padding: 0.5em !important;
  border-radius: 0.3em !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none !important;
}

.angrid-pager button:hover,
.angrid-pager button:focus {
  background-color: #3FA1A1 !important;
  text-decoration: none !important;
}

div#dnn_ctr12265_HtmlModule_lblContent {
  background-color: #ffffff;
  padding: 2em 0;
}

td#dnn_ctr12260_ContentPane {
  background-color: #EFEFEF !important;
}

.videoItem {
  background-color: #EFEFEF;
}

.panel.panel-default {
  border: none;
  background-color: #EFEFEF !important;
  border-radius: 0;
  /* box-shadow: 0 0 10px rgba(0,0,0,0.1); */
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.videoNav {
  display: table;
  width: 95%;
  max-width: 1000px;
  margin: 2em auto;
}

.custom-menu {
  width: 100% !important;
  height: auto !important;
  background-color: #ffffff;
  border: solid 1px #efefef;
  margin: 40px 0 0;
  font-size: 12px !important;
  min-width: 180px !important;
  font-family: 'montserrat', sans-serif;
}

/* RESOURCES SPECIFIC */
.resList_item {
  background: none !important;
  border: solid 1px #efefef;
}

.resList_content {
  background-color: #EFEFEF;
}

.angrid-listing-view.ng-scope {
  font-family: 'montserrat';
}

.resList_title {
  font-weight: 500;
}

/* Previous and Current Webinars buttons */
a.webinars_linkItem {
  display: inline-block;
  background-color: #7A2A90;
  color: #ffffff;
  padding: 0.5em;
  border-radius: 0.3em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0.5em;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
}

a.webinars_linkItem:focus,
a.webinars_linkItem:hover {
  background-color: #3FA1A1;
  text-decoration: none;
  color: #ffffff !important;
}

/* Subscribe button */
input#subscribe_btn {
  background-color: #3FA1A1;
  color: #ffffff !important;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  display: block;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: none !important;
  font-family: 'montserrat', sans-serif;
}

input#subscribe_btn:hover,
input#subscribe_btn:focus {
  background-color: #7A2A90;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
  text-decoration: none !important;
}

/* input background area */
#dnn_ctr12235_ContentPane {
  background-color: #efefef;
}

/* drop down menu for resources page */
.resource-menu {
  border: solid 1px #efefef;
}

/* resourses slidehow header*/
h2.res_head {
  color: #ffffff;
  font-family: 'montserrat', sans-serif;
  font-size: 36px;
  font-weight: bold;
}

/* resourses slidehow description */
p.res_head_desc {
  font-size: 28px;
  font-family: 'montserrat', sans-serif;
  color: #ffffff;
  line-height: 30px;
}

/* other text in header area */
.res_form_fields_wrap fieldset label {
  color: #ffffff;
  display: block;
  font-family: 'montserrat';
}

.article_body {
  font-family: 'montserrat', sans-serif;
  font-size: 16px;
  line-height: 26px;
}

.article_body a {
  text-decoration: underline !important;
}

.article_body a:hover,
.article_body a:focus {
  color: #6E6E6E;
}

.buttonPro.blue {
  background: #7A2A90;
  background: -webkit-gradient(linear, left top, left bottom, from(#7A2A90), to(#7A2A90));
  background: -moz-linear-gradient(top, #7A2A90, #7A2A90);
  border-color: #7A2A90 #7A2A90 #7A2A90;
  color: #fff;
  text-shadow: 0 1px 1px #7A2A90;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.buttonPro.blue:hover,
.buttonPro.blue:focus {
  background: #3FA1A1;
  background: -webkit-gradient(linear, left top, left bottom, from(#3FA1A1), to(#3FA1A1));
  background: -moz-linear-gradient(top, #3FA1A1, #3FA1A1);
  border-color: #3FA1A1 #3FA1A1 #3FA1A1;
  color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.alreadyMember {
  width: 280px;
  height: auto;
  border: 1px solid #7A2A90;
  background-color: #7A2A90;
  padding: 1em;
}

a.resources_login {
  background-color: #ffffff;
  border: solid 3px #ffffff;
  border-radius: 5px;
  padding: 0.5em;
  color: #000000;
  font-family: 'montserrat', sans-serif;
  font-weight: 600;
  float: right;
  margin-top: 10px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a.resources_login:hover,
a.resources_login:focus {
  background-color: #7A2A90;
  border: solid 3px #ffffff;
  color: #ffffff;
}

.resources_login_sidebar {
  font-family: 'montserrat', sans-serif;
}

.resourcesList {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.resourcesList li {
  padding-bottom: 30px;
}

.resourcesList .section_header {
  padding-bottom: 10px;
}

.resourcesWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.resourceMeta {
  -ms-flex-negative: 2;
  flex-shrink: 2;
}

.webinar_title {
  color: #000000;
  font-family: 'montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.webinar_summary {
  color: #5d646c;
  font-family: 'montserrat', sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.resourceImg {
  width: 20%;
  padding-left: 20px;
}

.resourceCTA {
  width: 300px;
  padding-left: 20px;
  font-size: 120%;
}

@media screen and (max-width: 680px) {
  .resourcesWrap {
    display: block;
  }

  .resourceImg {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
  }

  .resourceCTA {
    width: 100%;
    padding-left: 0;
    font-size: 120%;
    padding-top: 20px;
    margin-bottom: 20px;
  }
}

/****** WEBINARS SPECIFIC *********/
/* entire webinars page block */
#dnn_ctr11992_ContentPane {
  font-family: montserrat, sans-serif;
  color: #000000;
}

/* webinars page title */
.upcoming_webinars {
  color: #000000;
  font-size: 25px;
  font-weight: 600;
  font-family: 'montserrat', sans-serif;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 10px;
  margin-top: 30px;
}

/* webinars search */
.form-group-lg .form-control,
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
  font-family: montserrat, sans-serif;
}

/* webinars action grid */
div.angrid .table {
  margin-bottom: 4px;
  font-size: 14px;
}

/******** BOOTSTRAP STYLES TO INTEGRATE **********/
/* button styles */
.bstrap30 a {
  color: #000000;
  text-decoration: none;
}

.bstrap30 a:hover,
.bstrap30 a:focus {
  color: #000000;
  text-decoration: underline;
}

.bstrap30 .btn-info {
  color: #fff;
  background-color: #7A2A90;
  border-color: #7A2A90;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.bstrap30 .btn-info:hover,
.bstrap30 .btn-info:focus,
.bstrap30 .btn-info:active,
.bstrap30 .btn-info.active,
.open .dropdown-toggle.bstrap30 .btn-info {
  color: #fff;
  background-color: #3FA1A1;
  border-color: #3FA1A1;
}

/****** HOMEPAGE SPECIFIC *******/
a.homeSection_secondaryStories {
  font-family: 'montserrat', sans-serif;
}

.homeSection_leadTitle {
  font-family: 'montserrat', sans-serif;
  font-size: 16px;
  color: #252528;
  font-weight: bold;
}

.homeSection_secondaryStories2 {
  font-family: 'montserrat', sans-serif;
  font-size: 14px;
  color: #252528;
  border-top: 1px dotted #ddd;
  margin-top: 7px;
  padding-top: 7px;
  display: block;
}

.lib_link {
  text-decoration: none;
  color: #525258;
  font-family: 'montserrat', sans-serif !important;
  text-decoration: none;
  font-weight: 400 !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

#job-tips>a {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #5d646c;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
}

/* Video player on home page */
.RYPP {
  width: 100%;
  position: relative;
  padding-right: 250px;
  background: #1a1a1a;
  overflow: hidden;
  font: 400 12px/120% 'montserrat', sans-serif;
}

@media (max-width: 639px) {
  .RYPP {
    width: 100%;
    position: relative;
    padding-right: 0 !important;
    background: #1a1a1a;
    overflow: hidden;
    font: 400 12px/120% 'montserrat', sans-serif;
  }
}

/**** CONTRIBUTORS PAGE Specific ******/
.contributor {
  font-family: montserrat, sans-serif;
}

.contributor_2016 {
  margin-bottom: 40px;
  clear: both;
  padding-bottom: 30px;
}

.contributor_2016>p {
  font-family: 'montserrat', sans-serif;
  font-size: 14px;
  color: #252528;
  line-height: 22px;
}

.contributor_2016>a:last-child {
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}

.contributor_2016>a:last-child:hover,
.contributor_2016>a:last-child:focus {
  color: #6e6e6e;
}

.contributor_2016>a {
  color: #000000;
  font-family: 'montserrat', sans-serif;
  font-size: 16px;
  text-decoration: underline;
}

.header-box-text,
a.header-box-text:link,
a.header-box-text:visited,
a.header-box-text:active {
  FONT-WEIGHT: bold;
  FONT-SIZE: 18px;
  COLOR: #333333;
  FONT-FAMILY: montserrat;
  text-decoration: none;
}

#dnn_secondnav_inpage {
  background-color: #fff;
  border-bottom: solid 3px #7A2A90;
  padding-left: 0;
}

.header-main-box {
  margin-bottom: 2em;
}

.contributor_2016 a {
  color: #000000;
}

.contributor_2016 a:hover,
.contributor_2016:focus {
  color: #6e6e6e;
}

.contributor_2016>img {
  float: left;
  margin-right: 30px;
  height: auto;
  max-width: 100%;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 65px;
  -o-object-fit: cover;
  object-fit: cover;
}

/********** ABOUT US ************/
#onpage_nav_title {
  background-color: #fff;
  padding-left: 0;
  font-family: montserrat, sans-serif;
}

.inpage_nav_item_title {
  color: #000000;
}

/*********** FOOTER ************/
/* background color */
.footer_wrap {
  background-color: #EFEFEF !important;
  font-family: montserrat, sans-serif !important;
}

div#footer_nav {
  background-color: #EFEFEF !important;
  font-family: montserrat, sans-serif !important;
}

.footer {
  color: #000000 !important;
  font-family: montserrat, sans-serif !important;
}

div#footer_nav strong {
  color: #000000 !important;
  font-family: montserrat, sans-serif !important;
}

/* link color */
A.footer:link,
A.footer:visited,
A.footer:active {
  color: #000000 !important;
  font-family: montserrat, sans-serif !important;
}

.footer_sites {
  margin-bottom: 1em;
}

.footer_wrap a {
  color: #000000 !important;
}

.footer_wrap a:hover,
.footer_wrap a:focus {
  color: #000000 !important;
}

span.textDivider {
  color: #000000 !important;
}

/* OVERIDE STYLES */
/* Projects Link Start (link within articles) */
a.strlnkstart,
a.strlnkstart:visited {
  color: #7A2A90 !important;
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
}

a.strlnkstart:hover,
a.strlnkstart:focus {
  color: #000000 !important;
}