  /*
CTC Separate Stylesheet
Updated: 2023-05-11 15:22:54
*/

body {
    color: #2d2d2a;
    font-family: manrope;
    font-weight: 500;
    overflow-x: hidden;
    top: 0 !important;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
}
h2 {
    font-size: 2.1rem;
    font-weight: 500;
}
h3 {
    margin-top: .75rem;
}
h6 {
    font-weight: 800;
}
strong, b {
    font-weight: 800;
}
a {
    color: #0063a2;
}
a:hover, a:active {
    color: #0063a2;
}
.wp-caption-text {
    font-style: italic;
    text-align: center;
}
.wp-block-group__inner-container {
    position: relative;
}
.text-hand {
    font-family: wilderness;
}
.text-highlight {
    color: #f79025;
}
.text-lowlight {
    color: #108265;
}
.text-white {
    color: #fff;
}
.text-alt {
    color: #0063a2;
}
.text-display.text-highlight {
    color: rgba(244, 201, 94, 0.5);
}
.text-display.text-lowlight {
    color: rgba(186, 177, 167, 0.3);
}
.text-reveal {
    display: block;
    width: 30rem;
}
.text-rotated {
    line-height: 1;
    position: absolute;
    right: 0;
    text-align: left !important;
    top: -4rem;
    -moz-transform: rotate( -10deg );
    -webkit-transform: rotate( -10deg );
    -o-transform: rotate( -10deg );
    transform: rotate( -10deg );
    transform-origin: top left;
    pointer-events: none;
}
.bg-pattern-highlight {
    background-image: url( /wp-content/themes/piedmontcc/images/PCC-Header-orange_1920x1280.jpg );
    background-position: right center;
}
.bg-pattern-highlight, .bg-pattern-lowlight {
    color: #fff;
    position: relative;
}
.bg-dark {
    background-color: #2d2d2a;
}
.bg-white {
    background-color: #fff;
}
.bg-alt {
    background-color: #2b4b31;
}
.bg-light {
    background-color: #f8f8f8;
}
.text-display.text-alt {
    color: rgba(208, 235, 252, 0.2);
}
.social-button {
    background-color: white;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #00492c !important;
    display: inline-block;
    font-size: 1.6rem;
    height: 3.45rem;
    line-height: 2.12;
    margin: 0 .5rem;
    text-align: center;
    text-decoration: none !important;
    width: 3.45rem;
}
.separator {
    display: block;
    padding-top: 1.5rem;
}
.footer a {
    color: #2d2d2a;
    text-decoration: none;
}
.footer a:hover {
    text-decoration: underline;
}
.disclaimer {
    font-size: .8rem;
    font-weight: 700;
    padding: 1.5rem;
    text-align: center;
}
.nowrap {
    white-space: nowrap;
}
.social-button:hover {
    color: #fff !important;
}
.bg-highlight {
    background-color: rgb(245, 130, 32);
}
.bg-lowlight {
    background-color: #00492c;
}
.footer-nav a {
    color: #2d2d2a;
    display: block;
    padding-bottom: .5rem;
    padding-left: 0;
    padding-right: 0;
}
.bg-lowlight a, .bg-pattern-lowlight a {
    color: #fff;
}
.bg-trans {
    background-color: transparent !important;
}
.text-display.text-hand {
    font-size: 7rem;
    text-shadow: none;
}
.text-position-2 {
    display: none;
}
.header-image {
    display: block;
}
.header-image-container a {
    display: block;
}
.header-image-container {
    margin-bottom: -1rem;
    margin-top: -2rem;
    position: relative;
    z-index: 1000;
}
.text-position-1 {
    display: none;
}
.ui-menu .ui-menu-item {
    cursor: pointer;
    font-family: manrope, sans-serif;
    margin: 0;
    max-width: 450px;
    min-height: 0;
    overflow: hidden;
    padding: 3px 1em;
    position: relative;
    text-overflow: ellipsis;
}
.ui-selectmenu-menu {
    background-color: #168eda;
    color: #fff;
    display: none;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
}
.ui-selectmenu-menu .ui-menu {
    margin-top: 0;
    max-height: 372px;
    overflow: auto;
    overflow-x: hidden;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item {
    padding: 6px 1em;
}
.ui-selectmenu-open {
    display: block;
}
.ui-selectmenu-button {
    cursor: pointer;
    display: inline-block;
    margin: 0;
    max-width: 230px;
    outline: none;
    overflow: hidden;
    padding: 6px 0;
    position: relative;
    text-decoration: none;
}
.ui-selectmenu-button span.ui-icon {
    left: auto;
    margin-top: -10px;
    position: absolute;
    right: 0.5em;
    top: 50%;
}
.ui-icon-triangle-1-s:before {
    color: #0063a2;
    content: "\e906";
    display: inline-block;
    font-family: iwmenuicons;
    font-size: 20px;
    font-weight: normal;
    line-height: 1;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
}
.ui-selectmenu-button span.ui-selectmenu-text {
    display: block;
    font-family: manrope, sans-serif;
    line-height: 1.4;
    overflow: hidden;
    padding: 0.4em 2.1em 0.4em 1em;
    position: relative;
    text-align: left;
    text-overflow: ellipsis;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap;
}
.ui-selectmenu-menu ul.ui-menu {
    padding-left: 0;
}
.bg-alt .ui-selectmenu-button {
    background-color: rgba(255, 255, 255, 0.48);
    -moz-border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -o-border-radius: 3rem;
    border-radius: 3rem;
}
.bg-alt .ui-selectmenu-menu {
    background-color: #168eda;
    -moz-border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -o-border-radius: 3rem;
    border-radius: 3rem;
    color: #fff;
}
.ui-selectmenu-menu .ui-menu .ui-menu-item:hover {
    background-color: #fff;
    color: #0063a2;
}
.text-position-3 {
    display: none;
}
.h1 {
    font-size: 1.75rem;
    font-weight: 800;
    line-height: 1.1;
}
#content {
    margin-top: 2rem;
    overflow-x: hidden;
}
.center-page-wide {
    margin-left: auto;
    margin-right: auto;
    max-width: 1640px;
}
.text-reveal.hidden > span {
    width: 0;
}
.text-reveal > span {
    display: block;
    overflow: hidden;
    -moz-transition: all 3s;
    -webkit-transition: all 3s;
    -o-transition: all 3s;
    transition: all 3s;
    white-space: nowrap;
    width: 100%;
}
.advgb-count-up > div {
    flex: 0 0 33% !important;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0 !important;
    text-align: left !important;
}
.advgb-count-up-desc > a {
    background-color: transparent;
    border: 1px solid #2d2d2a;
    -moz-border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -o-border-radius: 1.5rem;
    border-radius: 1.5rem;
    color: #2d2d2a;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .07em;
    line-height: 1;
    margin-top: 1rem;
    padding: 1rem 2rem;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    vertical-align: middle;
    white-space: nowrap;
}
.arvw-37 {
    height: 36.875vw;
    min-height: 360px;
}
.arvw-30 {
    min-height: 25vw;
}
.alumni-spotlight .thumbnail-container {
    background-color: rgb(245, 130, 32);
    margin-right: 25%;
}
.alumni-spotlight .thumbnail-container img {
    max-width: 125%;
    -moz-transform: translateX( 2rem ) translateY( 2rem );
    -webkit-transform: translateX( 2rem ) translateY( 2rem );
    -o-transform: translateX( 2rem ) translateY( 2rem );
    transform: translateX( 2rem ) translateY( 2rem );
}
.news-home .thumbnail-container img {
    float: none;
    max-height: 20rem;
    max-width: none;
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    width: auto;
}
.news-home > div {
    max-height: none;
}
.read-more {
    font-weight: 800;
}
.news-home .post-excerpt {
    font-size: 1.25rem;
}
.news-home-title {
    font-weight: 800;
    letter-spacing: .075em;
    text-transform: uppercase;
}
.news-home-title a {
    color: #fff;
    text-decoration: none;
}
.news-home-title a:hover {
    color: #fff;
    text-decoration: underline;
}
.news-home-left {
    order: 2;
}
.news-home-right {
    order: 1;
}
h6 a.text-dark {
    font-weight: 800;
}
.overlap-bottom {
    margin-bottom: -5rem;
}
.dots-horz-left::before {
    background-image: url( /wp-content/themes/piedmontcc/images/dots-horz.png );
    background-position: right center;
    background-repeat: repeat-x;
    content: '';
    display: block;
    height: 10px;
    position: absolute;
    right: 100%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1000px;
}
.dots-horz-left {
    position: relative;
}
.icon-med {
    font-size: 2.55rem;
}
.flex-direction-nav a {
    background-image: none;
    border: 1px solid #159674;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #00492c;
    line-height: 1.5;
    margin: 0;
    opacity: 1;
    top: 0;
}
.news-home-container .flex-direction-nav .flex-prev {
    opacity: 1;
}
.news-home-container .flex-direction-nav .flex-next {
    opacity: 1;
}
.flexslider:hover .flex-prev, .flexslider:hover .flex-next {
    opacity: 1;
}
.news-home-container .flex-direction-nav {
    left: 2rem;
    position: absolute;
    right: auto;
    top: 3rem;
    width: 6rem;
}
.home-programs .flex-direction-nav {
    left: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 6rem;
}
.footer-contact a {
    color: #2d2d2a;
    display: block;
}
td {
    padding: .5rem;
    vertical-align: middle;
}
tr:nth-child(2n) td {
    background-color: #efefef;
}
.button-circle {
    background-color: #2a2a2d;
    border: 1px solid #2a2a2d;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    font-size: 1rem;
    height: 3rem;
    letter-spacing: 0.07em;
    margin-left: 1rem;
    text-transform: uppercase;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    white-space: nowrap;
    width: 3rem;
}
.text-dark {
    color: #2d2d2a;
}
.advgb-columns-wrapper.row-container > .advgb-columns-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1640px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.advgb-counter {
    font-size: 72px !important;
}
.home-program .thumbnail-container {
    background-color: #dedede;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}
.text-position-6 {
    display: none;
}
.text-position-7 {
    display: none;
}
.home-program-right {
    order: 1;
}
.home-program-left {
    order: 2;
}
.news-home-container .flex-direction-nav a {
    border-color: #fff;
    color: #fff;
}
.text-position-5 {
    display: none;
}
.flex-direction-nav a.flex-next::before {
    padding: 0 0 0 3px;
    top: 1px;
}
.flex-direction-nav a.flex-prev::before {
    padding: 0 3px 0 0;
    top: 1px;
}
.text-position-4 {
    display: none;
}
.footer-contact, .footer-links {
    text-align: center;
}
.mobile-logo {
    margin-top: -.5rem;
    max-width: 100px;
    z-index: 1001;
}
.mobile-header {
    height: 4rem;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 100;
}
.iwi-menupane {
    padding: 0;
    top: 4rem;
}
.menu-button-container > a {
    outline: none;
}
.bg-pattern-lowlight, .iwi-menupane {
    background-image: url(/wp-content/themes/piedmontcc/"https:/www.piedmontcc.edu/wp-content/uploads/2022/05/pcc_header_green-01-02-scaled.jpg");
    background-position: center;
}
.iwi-menupane > * {
    padding: 2rem;
    position: relative;
}
.iwi-menupane .menu-primary-nav-container {
    background-color: #00492c;
    padding-bottom: 0;
    padding-top: 2rem;
}
#menu-top-nav-clone {
    -moz-columns: 2;
    -webkit-columns: 2;
    -o-columns: 2;
    columns: 2;
}
.iwi-mobile-toggle::before {
    content: "\e90a";
    font-family: 'pccicons' !important;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    speak: never;
    text-transform: none;
}
.iwi-mobile-toggle.show::before {
    content: "\e90b";
}
a.iwi-mobile-toggle {
    font-size: 2rem;
    line-height: .5;
    text-decoration: none;
}
a.iwi-mobile-toggle:hover {
    text-decoration: none;
}
.iwi-menupane .menu-primary-nav-container > ul > li > a {
    border-top: 2px dashed rgba(255,255,255,0.3);
    display: block;
    font-size: 1.5rem;
    line-height: 1.15;
    padding: 1rem 0;
}
hr {
    background-color: transparent;
    background-image: url(/wp-content/themes/piedmontcc//wp-content/themes/piedmontcc/images/dash-border.png);
    background-position: center center;
    background-repeat: repeat-x;
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: transparent;
    height: 3px;
    margin-bottom: 1rem;
    margin-top: 1rem;
}
.directory-search-initial {
    background-color: #afaeae;
    border: 2px solid #afaeae;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-weight: 700;
    height: 2.15rem;
    line-height: 1.75;
    margin: .5rem .25rem;
    text-align: center;
    text-decoration: none;
    width: 2.15rem;
}
.directory-search-initial.current-initial {
    background-color: #00492c;
    border: 2px solid #159674;
}
.directory-search-initial:hover {
    background-color: #fff;
    color: #afaeae;
    text-decoration: none;
}
.searchform input[type="text"] {
    background-color: rgba(255,255,255,0.3);
    border: 1px solid transparent;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -o-border-radius: 1rem;
    border-radius: 1rem;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    line-height: 1;
    outline: none;
    padding: .3rem 2.25rem .3rem .75rem;
    vertical-align: middle;
    width: 10rem;
}
button.searchsubmit {
    background-color: transparent;
    background-color: rgb(245, 130, 32);
    border: none;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -o-border-radius: 1rem;
    border-radius: 1rem;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    height: 1.65rem;
    line-height: 1;
    margin-left: -1.75rem;
    margin-right: 1rem;
    padding: 0;
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 1.65rem;
}
.directory-item {
    border: 1px solid #d6d2ce;
    margin-bottom: 1.5rem;
}
.photo-container {
    background-color: #efefef;
    max-height: 160px;
}
.home #content {
    margin-top: 0;
}
.fc-daygrid-event-dot {
    display: none !important;
}
.fc-daygrid-dot-event .fc-event-time, .fc-daygrid-dot-event .fc-event-title {
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis !important;
}
.fc-direction-ltr .fc-daygrid-event .fc-event-time {
    display: none !important;
}
.fc .fc-daygrid-event {
    font-size: .75rem !important;
}
.text-headline {
    font-size: 3.125rem;
    font-weight: 400px;
    line-height: 1;
    text-transform: uppercase;
}
.fc .fc-button-primary {
    background-color: #00492c !important;
    border-color: #159674 !important;
    color: #fff;
}
.fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
    background-color: #159674 !important;
    border-color: #008267 !important;
    color: #fff;
}
.bg-pattern-alt {
    background-image: url( /wp-content/themes/piedmontcc/"https:/www.piedmontcc.edu/wp-content/uploads/2022/05/pcc_header_green-01-02-scaled.jpg" );
    background-position: center;
    color: #fff;
}
.text-larger {
    font-size: 1.25em;
}
.border-circle {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.breadcrumb-links {
    color: #8590a5;
    display: block;
    font-size: .85rem;
    margin-bottom: 1.5rem;
}
.breadcrumb-links a {
    color: #8590a5;
    text-decoration: none;
}
.breadcrumb-links a:hover {
    color: #0063a2;
}
.breadcrumb-current {
    color: #0063a2;
    font-weight: 800;
}
.program-category-name {
    align-items: center;
    background-color: rgba(43, 75, 49, .7);
    bottom: 0;
    display: flex;
    font-size: 1.15rem;
    font-weight: 800;
    line-height: 1.2;
    position: absolute;
    width: 100%;
}
.program-category-name a {
    color: #fff;
    text-decoration: none;
}
.hero-photo {
    background-color: #efefef;
    margin-top: 1rem;
    max-height: 400px;
    position: relative;
    z-index: 50;
}
.page-numbers {
    background-color: #656565;
    -moz-border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -o-border-radius: 1rem;
    border-radius: 1rem;
    color: #fff;
    height: 2rem;
    line-height: 1.75;
    margin-left: .5rem;
    margin-right: .5rem;
    text-align: center;
    width: 2rem;
}
.page-numbers.current {
    background-color: rgb(245, 130, 32);
}
.page-numbers.next, .page-numbers.prev {
    width: 7rem;
}
.navigation {
    margin-bottom: 2rem;
}
a.page-numbers:hover {
    background-color: rgb(245, 130, 32);
    color: #fff;
    text-decoration: none;
}
.intelliwidget-date {
    color: #00492c;
    font-size: .85rem;
    letter-spacing: .08em;
    margin-bottom: .5rem;
    text-transform: uppercase;
}
.term-delimiter::before {
    content: '|';
    padding: 0 .5rem;
}
.program-contactinfo {
    font-size: .85rem;
}
.program-contact-thumbnail {
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right: 1rem;
}
table {
    width: 100%;
}
.course-hours-item {
    flex-direction: row;
    text-align: left;
}
.directory-form button.searchsubmit, .course-form button.searchsubmit, .event-form button.searchsubmit {
    background-color: #2d2d2a;
    margin-left: -2rem;
}
.searchform.directory-form input[type="text"], .searchform.course-form input[type="text"], .searchform.event-form input[type="text"] {
    background-color: #efefef;
    -moz-border-radius: 1.5rem;
    -webkit-border-radius: 1.5rem;
    -o-border-radius: 1.5rem;
    border-radius: 1.5rem;
    color: #2d2d2a;
    max-width: calc(100% - 2rem);
    padding: .5rem 2.5rem .5rem .75rem;
    width: 18rem;
}
.primary-nav .sub-menu {
    background-color: #fff;
    display: none;
    left: -1rem;
    padding: 1rem 2rem;
    position: absolute;
    top: 100%;
    z-index: 100;
}
.primary-nav > li {
    position: relative;
    z-index: 100;
}
.primary-nav > li:last-child > .sub-menu {
    left: auto;
    right: 0;
}
.primary-nav > li > .sub-menu a {
    color: #2d2d2a;
    display: block;
    font-weight: 800;
    padding: .5rem 0;
    text-decoration: none;
    white-space: nowrap;
}
.primary-nav > li > .sub-menu a:hover {
    color: #ca5000;
    text-decoration: none;
}
.primary-nav button {
    display: none;
}
.iwi-menupane ul li.menu-item button {
    background-color: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    display: block;
    font-size: 2rem;
    height: 3rem;
    line-height: 1;
    opacity: .5;
    outline: none;
    padding: 0;
    position: absolute;
    right: -1rem;
    text-align: center;
    top: .25rem;
    -moz-transform: rotate( 0 );
    -webkit-transform: rotate( 0 );
    -o-transform: rotate( 0 );
    transform: rotate( 0 );
    -moz-transition: transform .3s;
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    width: 3rem;
}
.iwi-menupane ul li.menu-item {
    position: relative;
}
.iwi-menupane ul li.menu-item button::before {
    content: '+';
}
.iwi-menupane ul li.menu-item button.open {
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.iwi-menupane .sub-menu a {
    display: block;
    padding: 0 0 1rem 1rem;
}
.iwi-menupane ul li a {
    font-weight: 800;
    text-decoration: none;
}
.iwi-menupane ul li a:hover, .iwi-menupane ul li a:active {
    color: #f4b366;
}
.text-smaller {
    font-size: .85em;
}
a.iwi-accordion-control {
    background-image: url( /wp-content/themes/piedmontcc//wp-content/themes/piedmontcc/images/dash-border.png );
    background-repeat: repeat-x;
    color: #2a2a2d;
    display: block;
    padding-right: 3rem;
    padding-top: 1rem;
    position: relative;
    position: center top;
    text-decoration: none;
}
a.iwi-accordion-control:hover {
    color: #ca5000;
    text-decoration: none;
}
.iwi-accordion-container {
    padding: .15rem 0 1.5rem;
}
.text-highlight-alt {
    color: #f4b366;
}
a.iwi-accordion-control::after {
    content: '\e900';
    display: block;
    font-family: 'pccicons' !important;
    font-size: 1.5rem;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    height: 3rem;
    line-height: 2;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: none;
    top: .5rem;
    -moz-transition: transform .3s;
    -webkit-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    width: 3rem;
}
a.iwi-accordion-control.open::after {
    -moz-transform: rotate( -180deg );
    -webkit-transform: rotate( -180deg );
    -o-transform: rotate( -180deg );
    transform: rotate( -180deg );
}
.text-2x {
    font-size: 2em;
}
.pos-right {
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dash-bottom {
    background-image: url( /wp-content/themes/piedmontcc//wp-content/themes/piedmontcc/images/dash-border.png );
    background-position: center bottom;
    background-repeat: repeat-x;
}
.linked-program-list a.program-item-link:hover {
    color: #ca5000;
    text-decoration: underline;
}
.program-list a.program-item-link, .program-category-list a.program-item-link {
    color: #2a2a2d;
    display: block;
    font-size: .85rem;
    line-height: 1.2;
}
.post-excerpt {
    line-height: 1.2;
}
.widget-title {
    color: #00492c;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}
.widget-title a {
    color: #00492c;
}
.widget-container {
    background-image: url( /wp-content/themes/piedmontcc//wp-content/themes/piedmontcc/images/dash-border.png);
    background-position: center bottom;
    background-repeat: repeat-x;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
}
.linked-program-list a.program-item-link:hover, .widget_categories .cat-item a:hover, .widget-container h6 a:hover {
    text-decoration: underline;
}
.event-date-month a, .event-date-day a {
    color: #0063a2;
    display: block;
    font-weight: 800;
    line-height: 1;
}
.event-date-day a {
    font-size: 2rem;
}
.event-date-month a {
    text-transform: uppercase;
}
.bg-alt-circle {
    background-color: rgba(0, 99, 162, 0.1);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    color: #0063a2;
    display: inline-block;
    font-size: 1.25em;
    height: 2.25em;
    line-height: 2.25;
    margin-right: .75rem;
    text-align: center;
    vertical-align: middle;
    width: 2.25em;
}
.indent-columns .bg-alt-circle {
    left: -5rem;
    position: absolute;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.indent-columns > .wp-block-column {
    padding-left: 5rem;
    padding-right: 5rem;
    padding-top: 2rem;
}
.indent-columns h4 {
    position: relative;
}
.header-bar {
    margin-top: 5rem;
}
[id^="contacts"] .widget-title {
    margin-top: 1rem;
}
.center-block {
    text-align: center;
}
.center-block > .wp-block-group__inner-container {
    display: inline-block;
    text-align: left;
}
.intro-section {
    min-height: 250px;
}
.searchform-container {
    margin-left: 1rem;
}
.text-position-8 {
    display: block;
    right: -2rem;
    top: 2rem;
}
.date-vertical {
    min-width: 60px;
}
.wp-block-pullquote {
    text-align: left;
}
.wp-block-pullquote cite {
    color: #00492c;
    font-size: .85em;
}
.advgb-count-up-desc > a, .advgb-count-up-desc > a:hover {
    text-decoration: none;
}
.advgb-count-up-desc > a:hover {
    background-color: #2d2d2a;
    color: #fff;
    padding-left: 1.5rem;
    padding-right: 2.5rem;
}
.button, .wp-block-advgb-button .wp-block-advgb-button_link {
    background-color: #2a2a2d !important;
    border: 1px solid #2a2a2d !important;
    -moz-border-radius: 2rem !important;
    -webkit-border-radius: 2rem !important;
    -o-border-radius: 2rem !important;
    border-radius: 2rem !important;
    color: #fff !important;
    cursor: pointer !important;
    display: inline-block !important;
    font-size: 1rem !important;
    letter-spacing: .07em !important;
    padding: 1rem 2rem !important;
    position: relative;
    text-decoration: none !important;
    text-transform: uppercase !important;
    -moz-transition: all .3s !important;
    -webkit-transition: all .3s !important;
    -o-transition: all .3s !important;
    transition: all .3s !important;
}
.button:hover, .wp-block-advgb-button .wp-block-advgb-button_link:hover {
    background-color: #fff !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    color: #2a2a2d !important;
    padding-left: 1.5rem !important;
    padding-right: 2.5rem !important;
}
.button.button-small {
    -moz-border-radius: 1.5rem !important;
    -webkit-border-radius: 1.5rem !important;
    -o-border-radius: 1.5rem !important;
    border-radius: 1.5rem !important;
    font-size: .9rem !important;
    padding: .35rem 1.5rem !important;
}
.button-circle:hover {
    background-color: #fff;
    color: #2a2a2d;
    padding-left: 0;
}
.advgb-count-up-desc > a:after, .wp-block-advgb-button .wp-block-advgb-button_link::after, .button::after, .button-circle::after {
    content: '\e92a';
    font-family: iwmenuicons;
    font-size: .75rem;
    opacity: 0;
    position: absolute;
    right: 2rem;
    top: 1.15rem;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.advgb-count-up-desc > a:hover::after, .wp-block-advgb-button .wp-block-advgb-button_link:hover::after, .button:hover::after, .button-circle:hover::after {
    opacity: 1;
    right: 1rem;
}
.button.button-small::after {
    top: .5rem !important;
}
.button.button-small:hover {
    padding-left: 1rem !important;
    padding-right: 2rem !important;
}
.button.button-lowlight, .wp-block-advgb-button.button-lowlight .wp-block-advgb-button_link {
    background-color: #fff !important;
    border-color: #00492c !important;
    color: #00492c !important;
}
.button.button-lowlight:hover, .wp-block-advgb-button.button-lowlight .wp-block-advgb-button_link:hover {
    background-color: #00492c !important;
    border-color: #00492c !important;
    color: #fff !important;
}
.button.button-highlight, .wp-block-advgb-button.button-highlight .wp-block-advgb-button_link {
    background-color: #fff !important;
    border-color: rgb(245, 130, 32) !important;
    color: rgb(245, 130, 32) !important;
}
.button.button-highlight:hover, .wp-block-advgb-button.button-highlight .wp-block-advgb-button_link:hover {
    background-color: rgb(245, 130, 32) !important;
    border-color: rgb(245, 130, 32) !important;
    color: #fff !important;
}
.button.button-alt, .wp-block-advgb-button.button-alt .wp-block-advgb-button_link {
    background-color: #fff !important;
    border-color: #0063a2 !important;
    color: #0063a2 !important;
}
.button.button-alt:hover, .wp-block-advgb-button.button-alt .wp-block-advgb-button_link:hover {
    background-color: #0063a2 !important;
    border-color: #0063a2 !important;
    color: #fff !important;
}
.job-menu a {
    background-color: #efefef;
    color: #014a2c;
    display: block;
    font-weight: 800;
    margin-right: 1rem;
    padding: .5rem 1rem;
}
.job-menu .current-menu-item a {
    background-color: #00492c;
    color: #fff;
}
ul.bulleted, .hentry ul {
    list-style: disc;
    margin-bottom: 1rem;
    padding-left: 2rem;
}
.flexslider ul.slides {
    margin: 0;
    padding: 0;
}
.hentry ul.program-list, ul.program-list {
    list-style: none;
    padding-left: 0;
}
ul.flex-direction-nav {
    list-style: none;
    padding: 0;
}
ul.flex-direction-nav li {
    line-height: inherit;
    padding: inherit;
}
ul.linked-program-list {
    list-style: none;
    padding: 0;
}
ul.linked-program-list li {
    line-height: inherit;
    padding: .5rem 15px !important;
}
.program-category-thumbnail-container {
    position: relative;
}
li.iw-gallery-item a.pdflink, li.iw-gallery-item a.doclink, li.iw-gallery-item a.xlslink {
    display: block;
    padding: .5rem 0;
}
ol {
    list-style: numeric;
    padding-left: 2rem;
}
ul.bulleted li, .hentry ul li, ol li {
    line-height: 1.2;
    padding: .5rem 0;
}
.iw-custom-menu .menu-item a, .sidebar-menu .menu-item a {
    color: #f79025;
    display: block;
    font-weight: 800;
    padding: .5rem 0;
}
.iw-custom-menu .menu-item.current-menu-item a, .sidebar-menu .menu-item.current-menu-item a, .sidebar-menu .menu-item.current_page_item a {
    color: #00492c;
}
input[type="text"], input[type="tel"], input[type="email"], input[type="password"], textarea, select {
    border: 1px solid #e9e9e9;
    -moz-border-radius: .25rem;
    -webkit-border-radius: .25rem;
    -o-border-radius: .25rem;
    border-radius: .25rem;
    font-size: 1rem;
    padding: .5rem .75rem;
    width: 100%;
}
.wpcf7 label {
    font-weight: 700;
}
.wpcf7-list-item {
    display: block;
}
table.top-aligned td {
    vertical-align: top;
}
.intro-text, .intro-text h5 {
    font-size: 1.25rem;
    font-weight: 400;
}
.translation-container {
    position: absolute;
    right: 1rem;
    top: .5rem;
}
.goog-te-gadget {
    font-family: Barlow, sans-serif !important;
}
.goog-te-gadget-simple {
    background-color: #fff !important;
    border: none !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: .85rem !important;
    line-height: 1.4 !important;
    padding: 0 !important;
    zoom: 1;
}
.goog-te-menu2 {
    max-width: 100%;
}
.goog-te-gadget-icon {
    display: none;
}
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}
.goog-te-gadget-simple .goog-te-menu-value {
    color: #000 !important;
}
.goog-te-gadget-simple > span {
    vertical-align: baseline !important;
}
.translation-row {
    top: 60px;
    z-index: 1000;
}
.text-display {
    font-size: 3rem;
}
.banner-text .text-display {
    font-size: 2rem;
}
.banner-text {
    max-width: 75vw;
}
.widget_categories .cat-item a, .widget-container h6 a {
    color: #4d4d4a;
    font-weight: 800;
    text-decoration: none;
}
.text-weight-light {
    font-weight: 300;
}
.border-left-dotted {
    border-left: 3px dotted #999;
    border-left: 2px solid dotted;
    padding-left: 2rem;
}
.icn-curriculum::before {
    background-image: url( /wp-content/themes/piedmontcc/images/icon-curriculum.png );
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 40px;
    margin-right: .5rem;
    vertical-align: middle;
    width: 40px;
}
.icn-short-term::before {
    background-image: url( /wp-content/themes/piedmontcc/images/icon-short-term.png );
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 40px;
    margin-right: .5rem;
    vertical-align: middle;
    width: 40px;
}
.button-circle::after {
    right: 1rem;
    top: 1rem;
}
.button-circle:hover::after {
    color: #2a2a2d;
    right: .25rem;
}
.program-category-item h4 a::before {
    background-color: rgb(245, 130, 32);
    content: '';
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    top: calc( 100% + 10px );
    width: 100px;
}
.program-category-item h4 a {
    background-image: none;
    color: #2b4b31;
    font-size: 1rem;
    text-transform: uppercase;
}
.program-category-item h4 a::after {
    content: '\e910';
    height: 1.5rem;
    line-height: 1;
    top: .75rem;
    width: 1.5rem;
}
.program-category-item a.iwi-accordion-control:hover {
    color: rgb(245, 130, 32);
}
@media (max-width: 768px) {
.advgb-count-up {
    flex-direction: column;
}
.advgb-count-up > div {
    text-align: center !important;
}
.stat-heading {
    text-align: center;
}
.advgb-column-inner {
    text-align: center;
}
}
@media (max-width: 767.98px) {
.hero-photo::before {
    padding-top: 56.25% !important;
}
}
@media (max-width: 575.98px) {
.ar121 {
    height: 100vw;
    max-width: none;
    width: auto;
}
.footer-nav a {
    padding-bottom: 1rem;
    padding-top: 1rem;
}
.text-display {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
}
@media (min-width: 576px) {
.text-position-3 {
    top: 0;
    -moz-transform: rotate(-10deg) translateX(24rem);
    -webkit-transform: rotate(-10deg) translateX(24rem);
    -o-transform: rotate(-10deg) translateX(24rem);
    transform: rotate(-10deg) translateX(24rem);
}
.ui-selectmenu-button {
    max-width: none;
}
.advgb-counter {
    font-size: 72px !important;
}
.course-hours-item {
    flex-direction: column;
}
}
@media (min-width: 768px) {
.separator:before {
    content: '//';
    display: inline-block;
    padding: 0 .5rem;
}
.separator {
    display: inline;
}
.footer-nav {
    -moz-columns: 2;
    -webkit-columns: 2;
    -o-columns: 2;
    columns: 2;
}
.button-circle {
    height: 4.5rem;
    width: 4.5rem;
}
.h1 {
    line-height: 1.5;
}
.ui-selectmenu-button {
    min-width: 527px;
}
.columns-md-2 {
    -moz-columns: 2;
    -webkit-columns: 2;
    -o-columns: 2;
    columns: 2;
}
.text-position-3 {
    top: 0;
    -moz-transform: rotate(-10deg) translateX(22rem);
    -webkit-transform: rotate(-10deg) translateX(22rem);
    -o-transform: rotate(-10deg) translateX(22rem);
    transform: rotate(-10deg) translateX(22rem);
}
.advgb-counter {
    font-size: 56px !important;
}
.overlap-top {
    margin-top: -5rem;
}
.home-program-left {
    order: 1;
}
.home-program-right {
    order: 2;
}
.overlap-top-more {
    margin-top: 0;
}
.button-circle::after {
    right: 2rem;
    top: 1.82rem;
}
.button-circle:hover::after {
    right: 1rem;
}
}
@media (min-width: 992px) {
.dots-right {
    background-image: url( /wp-content/themes/piedmontcc/images/dots-vert.png );
    background-position: calc(100% - 15px) top;
    background-repeat: no-repeat;
}
.text-position-1 {
    display: block;
    left: auto;
    top: -4rem;
    -moz-transform: translateX(1rem) rotate(-10deg);
    -webkit-transform: translateX(1rem) rotate(-10deg);
    -o-transform: translateX(1rem) rotate(-10deg);
    transform: translateX(1rem) rotate(-10deg);
}
.text-position-2 {
    bottom: -7rem;
    display: block;
    top: auto;
    -moz-transform: rotate(-10deg) translateX(8rem);
    -webkit-transform: rotate(-10deg) translateX(8rem);
    -o-transform: rotate(-10deg) translateX(8rem);
    transform: rotate(-10deg) translateX(8rem);
}
.text-position-3 {
    display: block;
    top: 3rem;
    -moz-transform: rotate(-10deg) translateX(19rem);
    -webkit-transform: rotate(-10deg) translateX(19rem);
    -o-transform: rotate(-10deg) translateX(19rem);
    transform: rotate(-10deg) translateX(19rem);
}
.text-display.text-hand {
    font-size: 14.125rem;
}
h1, .h1 {
    font-size: 3rem;
}
.text-position-4 {
    bottom: auto;
    display: block;
    right: 25%;
    top: 14rem;
}
.news-home-left {
    order: 1;
}
.news-home-right {
    order: 2;
}
.news-home > div {
    max-height: 25rem;
}
.text-position-5 {
    bottom: -8rem;
    display: block;
    right: 40%;
    top: auto;
    z-index: 1000;
}
.news-home .thumbnail-container img {
    float: right;
    -moz-transform: translateX( 3rem ) translateY( 3rem );
    -webkit-transform: translateX( 3rem ) translateY( 3rem );
    -o-transform: translateX( 3rem ) translateY( 3rem );
    transform: translateX( 3rem ) translateY( 3rem );
}
.text-position-6 {
    bottom: -4rem;
    display: block;
    right: -8rem;
    top: auto;
}
.center-page-wide-container > div {
    margin-left: auto;
    margin-right: auto;
    max-width: 1640px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
h1.dots-horz {
    float: right;
    max-width: 60%;
}
.text-position-7 {
    display: block;
    right: -2rem;
    top: -5rem;
}
.top-nav > li > a {
    font-size: .7rem;
    font-weight: 800;
    padding: 0 .5rem;
}
.top-nav, .primary-nav {
    display: -ms-flexbox;
    display: flex;
}
.primary-nav > li > a {
    border-bottom: 2px solid transparent;
    color: #2d2d2a;
    display: block;
    font-size: 1rem;
    font-weight: 800;
    padding: 0 0 .5rem;
    position: relative;
    text-decoration: none;
    -moz-transition: font-size .3s;
    -webkit-transition: font-size .3s;
    -o-transition: font-size .3s;
    transition: font-size .3s;
}
.primary-nav > li {
    padding: 0 1rem;
    -moz-transition: padding .3s;
    -webkit-transition: padding .3s;
    -o-transition: padding .3s;
    transition: padding .3s;
}
.advgb-counter {
    font-size: 72px !important;
}
.home-programs .flex-direction-nav {
    left: 50%;
    right: auto;
    top: 0;
}
.home-program .thumbnail-container {
    top: 2rem;
}
.news-home-container .flex-direction-nav {
    left: auto;
    position: absolute;
    right: 25rem;
    top: 4.25rem;
    width: 6rem;
}
.footer-contact, .footer-links {
    text-align: left;
}
.overlap-top-more {
    margin-top: -10rem;
}
.hero-photo {
    position: absolute;
    top: -8rem;
}
.primary-nav > li:hover > a, .primary-nav > li > a:hover, .primary-nav > li.current-page-ancestor > a, .primary-nav > li.current-menu-item > a {
    border-bottom: 2px solid rgb(245, 130, 32);
}
.header-bar {
    margin-top: 0;
}
.disclaimer {
    padding-top: 0;
    text-align: left;
}
.translation-row {
    top: 0;
}
.text-display-subhead {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
}
.text-display, .banner-text .text-display {
    font-size: 5.5rem;
}
}
@media (min-width: 1200px) {
.text-position-3 {
    top: 3rem;
    -moz-transform: rotate(-10deg) translateX(17rem);
    -webkit-transform: rotate(-10deg) translateX(17rem);
    -o-transform: rotate(-10deg) translateX(17rem);
    transform: rotate(-10deg) translateX(17rem);
}
.advgb-counter {
    font-size: 72px !important;
}
.primary-nav > li {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.primary-nav > li > a {
    font-size: 1.15rem;
}
.primary-nav .sub-menu {
    left: -.5rem;
}
}
@media (min-width: 1600px) {
.text-position-3 {
    top: 3rem;
    -moz-transform: rotate(-10deg) translateX(19rem);
    -webkit-transform: rotate(-10deg) translateX(19rem);
    -o-transform: rotate(-10deg) translateX(19rem);
    transform: rotate(-10deg) translateX(19rem);
}
.advgb-counter {
    font-size: 90px !important;
}
.news-home-container .flex-direction-nav {
    right: calc( 50vw - 25rem );
}
}
