/* Media Queries Mobile */
@media (min-width: 320px) {
  .SignUpblock {
    flex-direction: column;
  }
  .SignUpblock .flexCol50 {
    width: 100%;
  }
  article header.articleHeader .headerRow {
    grid-template-columns: 1fr;
  }
  article header.articleHeader .headerContent {
    padding: 50px 0px;
  }
  .stdGridSection .STDgridWrapper {
    grid-template-columns: 1fr;
  }
  .arlo .arlo-eventtemplatecategoryitems-listitems {
    grid-template-columns: 1fr;
  }
  .arlo-event-template-list-container #event-template-catalogue {
    grid-template-columns: 1fr;
  }
  .arlo-event-template-list-container #event-template-catalogue .arlo-listitem:nth-of-type(even) .arlo-detail .arlo-content {
    margin-right: 0px;
  }
  .arlo-event-template-list-container #event-template-catalogue .arlo-listitem .arlo-detail .arlo-content {
    margin-right: 0px;
  }
  .coursesListings .CoursesFilter .tabs {
    display: block;
    position: relative;
    height: 204px;
  }
  .coursesListings .CoursesFilter .tabs::before {
    padding: 10px 20px;
  }
  .coursesListings .CoursesFilter .tabs .tab {
    width: 100%;
    height: 56px;
  }
  .coursesListings .CoursesFilter .tabs .tab i {
    bottom: 15px;
  }
  ul.r-tabs {
    position: relative;
    padding-top: 40px;
  }
  ul.r-tabs::before {
    content: "Browse:";
    font-weight: 700;
    padding: 10px 0px;
    font-size: 1em;
    line-height: 20px;
    position: absolute;
    left: 0;
    height: 40px;
    top: 0;
    bottom: 0;
  }
  li#topicDropdown, li#skillDropdown, li#roleDropdown, li#tagsDropdown {
    display: none;
  }
  .r-tabs .r-tabs-nav {
    display: none;
  }
  .r-tabs .r-tabs-accordion-title {
    display: block;
    border-bottom: 1px solid #ebebeb;
  }
  .r-tabs .r-tabs-accordion-title a {
    text-decoration: none;
    font-size: 1rem;
    font-weight: 700;
    padding: 15px 40px 15px 16px;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    line-height: 24px;
    transition: background-color 0.2s, outline-color 0.2s;
    outline: none;
  }
  .r-tabs .r-tabs-accordion-title a:focus, .r-tabs .r-tabs-accordion-title.r-tabs-state-active a {
    background-color: #fdd522;
    box-shadow: inset 0 -3px #333333, inset 0 -3px #333333;
    color: #333333;
  }
  .r-tabs .r-tabs-accordion-title a i {
    position: absolute;
    display: inline-block;
    height: 2em;
    transition: transform 0.2s, top 0.2s;
    width: 2em;
    right: 14px;
    top: 11px;
    font-size: 1rem;
    line-height: 2em;
    text-align: center;
  }
  .r-tabs .r-tabs-accordion-title.r-tabs-state-active i {
    transform: rotateZ(180deg);
  }
  .r-tabs-panel {
    display: none !important;
    animation: fadein 0.8s;
  }
  .r-tabs-panel.r-tabs-state-active > ul {
    border: none;
    padding: 30px 30px 15px;
  }
  .r-tabs-panel.r-tabs-state-active {
    position: relative;
    display: block !important;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    background: #FFF;
    border: none;
    z-index: 0;
    padding: 0;
  }
  section.STcontentTwoUp .TCwrapperRight, section.STcontentTwoUp .TCwrapperLeft {
    padding: 0px;
  }
  .ds_category-list--grid > .ajax-load-more-wrap > .alm-listing, .ds_category-list--grid > .ajax-load-more-wrap > .alm-listing {
    grid-template-columns: 1fr;
  }
  section.imageTextRow .TCwrapper {
    padding: 25px 0px;
  }
  .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight, .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 20px !important;
  }
  .mCSB_scrollTools .mCSB_buttonLeft::before, .mCSB_scrollTools .mCSB_buttonRight::after {
    top: -3px;
  }
  .courseMetaSection {
    background-color: #0065BD;
    padding: 10px 0;
    color: #FFF;
    max-height: 124px;
  }
  .courseMetaSection .courseMetaWrapper .arlo-presenter {
    float: none;
    display: block;
    margin-top: 0px;
    line-height: 32px;
  }
  .arlo-event-template-list-container #event-template-catalogue {
    padding-bottom: 0px;
  }
  .arlo-event-template-list-container #event-template-catalogue .arlo-listitem .arlo-content {
    height: auto !important;
  }
  .selectedblock {
    padding: 50px 0px 16px 0px;
    position: relative;
    min-height: 72px;
  }
  .selectedblock::before {
    position: absolute;
    top: 25px;
    left: 0px;
    content: "You have selected:";
    font-weight: 700;
    padding: 0px;
    font-size: 0.8421052632em;
    margin-top: -10px;
  }
  .coursesListings .CoursesFilter .searchandfilter > ul > li.sf-field-reset {
    position: absolute;
    right: 0;
    bottom: -35px;
    z-index: 99;
  }
  .coursesListings .CoursesFilter .searchandfilter > ul > li.sf-field-sort_order {
    position: absolute;
    bottom: -55px;
    float: none;
  }
  .coursesListings .CoursesFilter .searchandfilter > ul > li.sf-field-sort_order select {
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    box-shadow: inset 0 0 0 2px currentColor;
    min-height: 48px;
    padding: 8px;
    width: 100vw;
    min-width: 278px;
    max-width: 548px;
  }
  .search-filter-results .postsFound {
    padding: 90px 16px 30px;
  }
  .PathwaySection .flexRow .flexCol65 {
    width: 100%;
  }
  .PathwaySection .flexRow .flexCol35 {
    width: 100%;
  }
  .tagKeys {
    padding-left: 0px;
  }
  .arrow-steps .stepContainer {
    width: 95%;
  }
  .arrow-steps .step {
    padding: 13px 10px 13px 30px;
  }
  .PathwaySection .ds_wrapper > .flexRow {
    flex-direction: column;
  }
  .PathwaySection .ds_wrapper > .flexRow .flexCol35 .tagKeys .flexRow {
    flex-direction: row;
  }
  .tagKeys .awareness, .tagKeys .working, .tagKeys .practitioner, .tagKeys .expert {
    padding-right: 50px;
  }
  .arrow-steps .step span {
    padding: 0;
    font-size: 0.75em;
    line-height: normal;
  }
  .PathwaySection .pathwaysRow .pathwayContainer, .PathwaySection .pathwaysRow .StackedpathwayContainer {
    width: 320px;
  }
  .PathwaySection .pathwayWrapper {
    width: 307px;
  }
  .threequarterWidth {
    width: 100%;
  }
  .customTable .threequarterWidth {
    overflow-x: auto;
  }
  #eLearnWrapper.flexRow {
    flex-direction: row;
  }
  #eLearnWrapper.flexRow .elearnHeader {
    width: 40%;
  }
  #eLearnWrapper h2 {
    padding-right: 10px;
  }
  #eLearnWrapper.flexRow .elearndescription {
    width: 60%;
  }
  #eLearnWrapper.flexRow .elearndescription .elearnMetaWrapper {
    padding-right: 0px;
    padding-left: 10px;
  }
  #eLearnWrapper.flexRow .elearnButton {
    width: 100%;
    height: 56px;
  }
  #eLearnWrapper .CardButtonBottom a {
    width: 280px;
    left: 0;
    top: 0;
    margin: 20px auto;
  }
  .NSblock #gform_3 .gform_footer, .TCwrapper #gform_3 .gform_footer {
    right: -10px;
  }
}
@media (min-width: 428px) {
  #eLearnWrapper.flexRow .elearnHeader {
    width: 30%;
  }
  #eLearnWrapper h2 {
    padding-right: 20px;
  }
  #eLearnWrapper.flexRow .elearndescription {
    width: 70%;
  }
  #eLearnWrapper.flexRow .elearndescription .elearnMetaWrapper {
    padding-right: 0px;
    padding-left: 20px;
  }
  #eLearnWrapper.flexRow .elearnButton {
    width: 100%;
    height: 56px;
  }
}
@media (min-width: 580px) {
  article header.articleHeader .headerImage {
    display: block;
  }
  .stdGridSection .STDgridWrapper {
    grid-template-columns: 1fr 1fr;
  }
  .flexRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .flexRowReverse {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }
  .flexCol50 {
    width: 50%;
  }
  .arlo .arlo-eventtemplatecategoryitems-listitems {
    grid-template-columns: 1fr 1fr;
  }
  .arlo-event-template-list-container #event-template-catalogue {
    grid-template-columns: 1fr 1fr;
  }
  .arlo-event-template-list-container #event-template-catalogue .arlo-listitem .arlo-detail .arlo-content {
    margin-right: 16px;
  }
  .arlo-event-template-list-container #event-template-catalogue .arlo-listitem:nth-of-type(even) .arlo-detail .arlo-content {
    margin-right: 0px;
  }
  section.STcontentTwoUp .TCwrapperRight {
    padding: 0px 15px 0px 25px;
  }
  section.STcontentTwoUp .TCwrapperLeft {
    padding: 0px 25px 0px 15px;
  }
  section.imageTextRow .TCwrapper {
    padding: 0px 25px 0px 0px;
  }
  section.imageTextRow .flexRowReverse .TCwrapper {
    padding: 0px 15px 0px 25px;
  }
  .courseMetaSection {
    background-color: #0065BD;
    padding: 10px 0;
    color: #FFF;
    max-height: 62px;
  }
  .courseMetaSection .courseMetaWrapper .arlo-presenter {
    float: right;
    display: inline-block;
    margin-top: 0px;
    line-height: 32px;
  }
  .arlo-event-template-list-container #event-template-catalogue .arlo-listitem .arlo-content {
    height: 575px !important;
  }
  li#tagsTab {
    display: none;
  }
  li#tagsDropdown {
    display: block !important;
    border: none !important;
  }
  li#tagsDropdown > ul {
    background: #022D54;
    color: #FFF;
    padding: 30px 30px 15px;
    font-size: 0.8421052632em;
  }
  li#tagsDropdown > ul::before {
    content: "More filters:";
    font-weight: 700;
    padding: 5px 10px;
    font-size: 1em;
  }
  .r-tabs .r-tabs-nav {
    display: block;
    height: 88px;
    margin: 0;
    padding: 0;
    padding-left: 95px;
  }
  .r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
  }
  .r-tabs .r-tabs-panel {
    display: none;
  }
  .r-tabs .r-tabs-accordion-title {
    display: none;
  }
  .r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
  }
  .r-tabs-panel.r-tabs-state-active > ul {
    border: solid 2px #022D54;
    padding: 30px 30px 15px;
  }
  .r-tabs-panel.r-tabs-state-active a {
    position: relative;
    display: block !important;
    width: 100%;
    height: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    background: #F8F8F8;
    border: solid 2px #FDD523;
    z-index: 0;
    padding: 0;
  }
  li#topicDropdown, li#skillDropdown, li#roleDropdown, li#tagsDropdown {
    background: #F8F8F8;
    border: solid 2px #FDD523;
  }
  li#topicDropdown > ul, li#skillDropdown > ul, li#roleDropdown > ul, li#tagsDropdown > ul {
    border: solid 2px #022D54;
    padding: 30px 30px 15px;
  }
  ul.r-tabs {
    padding-top: 0px;
  }
  ul.r-tabs::before {
    display: none;
  }
  .selectedblock {
    padding: 16px 80px 16px 175px;
    position: relative;
    min-height: 72px;
  }
  .selectedblock::before {
    position: absolute;
    top: 30px;
    left: 30px;
    content: "You have selected:";
    font-weight: 700;
    padding: 0px;
    font-size: 0.8421052632em;
    margin-top: -10px;
  }
  .coursesListings .CoursesFilter .searchandfilter > ul > li.sf-field-reset {
    position: absolute;
    right: 0;
    bottom: -50px;
    z-index: 99;
  }
  .coursesListings .CoursesFilter .searchandfilter > ul > li.sf-field-sort_order {
    position: relative;
    bottom: -55px;
    float: right;
  }
  .coursesListings .CoursesFilter .searchandfilter > ul > li.sf-field-sort_order select {
    height: 50px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border-radius: 0;
    border: 0;
    box-shadow: inset 0 0 0 2px currentColor;
    min-height: 48px;
    padding: 8px;
    width: 100%;
    min-width: 290px;
  }
  .search-filter-results .postsFound {
    padding: 30px;
  }
  .tagKeys .awareness, .tagKeys .working, .tagKeys .practitioner, .tagKeys .expert {
    padding-right: 60px;
  }
  .PathwaySection .pathwaysRow .pathwayContainer, .PathwaySection .pathwaysRow .StackedpathwayContainer {
    width: 373px;
  }
  .PathwaySection .pathwayWrapper {
    width: 357px;
  }
  .arrow-steps .step span {
    font-size: 1em;
  }
  #eLearnWrapper.flexRow {
    flex-direction: row;
  }
  #eLearnWrapper.flexRow .elearnHeader {
    width: 25%;
  }
  #eLearnWrapper.flexRow .elearndescription {
    width: 55%;
  }
  #eLearnWrapper.flexRow .elearnButton {
    width: 20%;
    height: auto;
  }
  #eLearnWrapper .CardButtonBottom a {
    width: auto;
    left: auto;
    top: auto;
    margin: 0;
  }
}
@media (min-width: 625px) {
  #eLearnWrapper.flexRow .elearnHeader {
    width: 20%;
  }
  #eLearnWrapper.flexRow .elearndescription {
    width: 60%;
  }
  #eLearnWrapper.flexRow .elearndescription .elearnMetaWrapper {
    padding-right: 20px;
  }
}
/* Media Queries Tablets */
@media (min-width: 768px) {
  article header.articleHeader .headerRow {
    grid-template-columns: 1fr 1fr;
  }
  article header.articleHeader .headerContent {
    padding: 50px 20px 50px 0px;
  }
  article header.articleHeader .ds_site-search .ds_input__wrapper .ds_input {
    padding-right: 85px;
  }
  article header.articleHeader .ds_site-search .ds_input__wrapper .ds_button {
    left: -28px;
  }
  .stdGridSection .STDgridWrapper {
    grid-template-columns: 1fr 1fr;
  }
  .RIblock #gform_1 .gform_footer, .NSblock #gform_3 .gform_footer {
    right: -1px;
  }
  .NSblock #gform_3 .gform_footer, .TCwrapper #gform_3 .gform_footer {
    right: -10px;
  }
  .arlo .arlo-categorycatalogue {
    width: 768px;
  }
  .arlo .arlo-eventtemplatecategoryitems-listitems {
    grid-template-columns: 1fr 1fr;
  }
  .arlo-event-template-list-container #event-template-catalogue {
    grid-template-columns: 1fr 1fr;
  }
  .arlo-event-template-list-container #event-template-catalogue .arlo-listitem:nth-of-type(even) .arlo-detail .arlo-content {
    margin-right: 0px;
  }
  .arlo-content-field-list .arlo-content-field-listitem .arlo-h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .ds_category-list--grid > .ajax-load-more-wrap > .alm-listing, .ds_category-list--grid > .ajax-load-more-wrap > .alm-listing {
    grid-template-columns: 1fr 1fr;
  }
  .mCSB_scrollTools .mCSB_buttonLeft::before, .mCSB_scrollTools .mCSB_buttonRight::after {
    top: -7px;
  }
  .PathwaySection .flexRow .flexCol35 {
    width: 45%;
  }
  .arrow-steps .step {
    padding: 9px 10px 9px 30px;
  }
  .arrow-steps .step span {
    padding: 0 50px;
    font-size: 1em;
  }
  .threequarterWidth {
    width: 75%;
  }
  .courseMetaSection .courseMetaWrapper .arlo-presenter {
    float: right;
    display: inline-block;
    margin-top: 0px;
    line-height: 42px;
  }
  #eLearnWrapper.flexRow .elearnHeader {
    width: 25%;
  }
  #eLearnWrapper.flexRow .elearndescription {
    width: 55%;
  }
}
/* Media Queries Desktop */
@media (min-width: 992px) {
  article header.articleHeader .ds_site-search .ds_input__wrapper .ds_button {
    left: -30px;
  }
  .stdGridSection .STDgridWrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .RIblock #gform_1 .gform_footer, .NSblock #gform_3 .gform_footer {
    right: -1px;
  }
  .NSblock #gform_3 .gform_footer, .TCwrapper #gform_3 .gform_footer {
    right: -10px;
  }
  .arlo .arlo-categorycatalogue {
    width: 960px;
  }
  .arlo .arlo-eventtemplatecategoryitems-listitems {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .arlo-event-template-list-container #event-template-catalogue {
    grid-template-columns: 1fr 1fr;
  }
  .ds_category-list--grid > .ajax-load-more-wrap > .alm-listing, .ds_category-list--grid > .ajax-load-more-wrap > .alm-listing {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .PathwaySection .flexRow .flexCol65 {
    width: 60%;
  }
  .PathwaySection .flexRow .flexCol35 {
    width: 40%;
  }
  .tagKeys {
    padding-left: 40px;
  }
  .arrow-steps .stepContainer {
    width: 100%;
  }
  #eLearnWrapper.flexRow .elearnHeader {
    width: 20%;
  }
  #eLearnWrapper.flexRow .elearndescription {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .SignUpblock {
    flex-direction: row;
  }
  .SignUpblock .flexCol50 {
    width: 50%;
  }
  .arlo .arlo-categorycatalogue {
    width: 1152px;
  }
  .arlo-event-template-list-container #event-template-catalogue {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .arlo-event-template-list-container #event-template-catalogue .arlo-listitem:nth-of-type(even) .arlo-detail .arlo-content {
    margin-right: 16px;
  }
  .PathwaySection .flexRow .flexCol65 {
    width: 65%;
  }
  .PathwaySection .flexRow .flexCol35 {
    width: 35%;
  }
  .tagKeys {
    padding-left: 60px;
  }
}
/* Arlo hosted page styles */
@media only screen and (max-width: 900px) {
  #ctl00_body header {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  #ctl00_body .ds_site-branding__logo svg {
    width: 100%;
    min-width: 94px !important;
    height: inherit;
  }
}