  /*
CTC Separate Stylesheet
Updated: 2021-08-27 12:26:34
*/

body {
    font-size: 16px;
    font-family: Barlow, sans-serif;
    color: #002b5a;
    margin: 0;
}
.alignright {
    margin-left: 1.5em;
    float: right;
}
.alignleft {
    margin-right: 1.5em;
    float: left;
}
.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    text-align: center;
}
form {
    margin-top: 0;
    margin-bottom: 0;
}
input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea {
    font-size: 1.5em;
    width: 98%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-bottom-color: #aaa;
    padding: .5em;
}
h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: "EB Garamond", serif;
    color: #0073af;
    font-weight: 400;
}
h1 {
    font-family: Barlow, sans-serif;
}
h2 {
    font-family: Barlow, sans-serif;
}
a.button, input[type='reset'], input[type='button'], input[type='submit'] {
    font-size: 1.5em;
    border: none;
    background-color: #0066a4;
    color: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-image: none;
    text-shadow: none;
    padding: .5em 2em .6em;
}
a.button:hover, input[type='reset']:hover, input[type='button']:hover, input[type='submit']:hover {
    border: none;
    background-color: #002b5a;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-image: none;
}
a.button:active, input[type='reset']:active, input[type='button']:active, input[type='submit']:active {
    background-color: #0066a4;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    background-image: none;
}
.parallax-wrapper {
    position: relative;
    width: 100vw;
    top: 0;
    perspective: none;
    perspective-origin: center 300px;
    -webkit-overflow-scrolling: touch;
    margin: 0;
}
.parallax-back {
    -moz-transform: translateZ(-300px) translateY(150px) scale(2);
    -webkit-transform: translateZ(-300px) translateY(150px) scale(2);
    -o-transform: translateZ(-300px) translateY(150px) scale(2);
    transform: translateZ(-300px) translateY(150px) scale(2);
}
.parallax-front.center-vertical {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 100;
}
.widget_intelliwidget .intelliwidget-excerpt {
    display: block;
}
.widget_intelliwidget li.intelliwidget-menu-item {
    padding-top: 0;
    padding-bottom: 0;
}
ul.primary-nav {
    margin: 0;
    padding: 0;
}
ul.primary-nav > li.menu-item > ul.sub-menu {
    display: none;
    position: absolute;
    background-color: #002b5a;
    width: 100vw;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    top: 5.5rem;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -moz-columns: 2;
    -webkit-columns: 2;
    -o-columns: 2;
    columns: 2;
    -moz-column-gap: 4em;
    -webkit-column-gap: 4em;
    -o-column-gap: 4em;
    column-gap: 4em;
    padding: 3em 5% 3em 37%;
}
ul.primary-nav > li.menu-item {
    display: inline-block;
    margin: 0;
    padding: 0;
}
ul.primary-nav > li > a {
    font-size: 1.15em;
    padding-top: .5em;
    padding-top: 1.5em;
    padding-right: .5em;
    padding-right: 0;
    padding-bottom: .5em;
    padding-bottom: 1.5em;
    padding-left: .5em;
    padding-left: 0;
    margin-top: 0;
    margin-right: 0;
    margin-right: .5em;
    margin-bottom: 0;
    margin-left: 0;
    margin-left: .5em;
    display: block;
    color: #002b5a;
    border-bottom: 5px solid transparent;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: font-size .3s ease;
    -webkit-transition: font-size .3s ease;
    -o-transition: font-size .3s ease;
    transition: font-size .3s ease;
}
.primary-nav > li.menu-item > .sub-menu li a {
    display: block;
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid #000;
    padding: .5em;
}
.header-container {
    position: fixed;
    height: 6.5rem;
    background-color: #fff;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.15);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.15);
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
    top: 0;
    left: 0;
    z-index: 100;
    -moz-transition: top .7s ease;
    -webkit-transition: top .7s ease;
    -o-transition: top .7s ease;
    transition: top .7s ease;
    padding: 1em;
}
.menu-main-nav-container {
    float: right;
}
.searchbox {
    display: none;
    position: fixed;
    background-color: #002b5a;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    top: 6.5em;
    left: 0;
    padding: 1em;
}
.bg-dark {
    position: relative;
    background-color: #3e4548;
    color: #fff;
    z-index: 10;
}
.bg-dark h3 {
    color: #fff;
}
.footer h3 {
    font-size: 1.875em;
    font-family: Barlow, sans-serif;
    padding-bottom: .5em;
    border-bottom: 1px solid #808285;
}
.bg-dark h4 {
    color: #bcbec0;
}
.bg-dark strong {
    color: #808285;
}
.footer strong {
    text-transform: uppercase;
}
.footer a {
    color: #fff;
}
.footer a:hover {
    color: #56bdf9;
}
.footer h1, .footer h1 a {
    font-family: Barlow, sans-serif;
    margin: 0;
}
.footer p {
    margin-top: .25em;
}
.smaller {
    font-size: .8em;
}
.text-highlight {
    color: #0073af;
}
.text-highlight a, a.text-highlight {
    color: #0073af;
}
.text-highlight a:hover, a.text-highlight:hover {
    color: #fff;
}
.bg-dark .text-highlight, .bg-dark .text-highlight a, .bg-dark a.text-highlight {
    font-weight: 700;
}
.sep {
    display: inline-block;
    font-weight: 400;
    padding: 0 1em;
}
.bg-crest {
    background-image: url( /wp-content/themes/brunswickcc/images/bcc-crest.png );
    background-position: right bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
ul.primary-nav > li > a.open {
    border-bottom: 6px solid #002b5a;
}
ul.primary-nav > li.menu-item ul.sub-menu {
    list-style: none;
    margin: 0;
}
ul.primary-nav > li.menu-item ul.sub-menu li.menu-item {
    position: relative;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 0;
}
ul.primary-nav > li.menu-item ul.sub-menu ul.sub-menu {
    padding-left: 1.5em;
    list-style: square;
    color: #fff;
    list-style-position: outside;
}
.larger {
    font-size: 1.15em;
}
ul.primary-nav > li.current_page_ancestor > a {
    border-bottom: 6px solid #bcbec0;
}
.main-content {
    position: relative;
    background-color: #fff;
    z-index: 10;
}
.bg-light {
    background-color: #f1f2f2;
}
.breadcrumb-links {
    padding: 1em 0;
}
#sidebar h3.widget-title {
    font-size: 1.15em;
    font-family: Barlow, sans-serif;
    background-color: #0073af;
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: .3em .5em .5em;
}
#sidebar .widget-container {
    margin-bottom: 1em;
    display: block;
}
.breadcrumb-delimiter {
    color: #00b0aa;
    padding: 0 .5em;
}
.icon-circle {
    font-size: 1.75em;
    border: 2px solid #56bdf9;
    margin-right: .25em;
    margin-bottom: .25em;
    vertical-align: middle;
    line-height: 1.75;
    display: inline-block;
    height: 1.75em;
    color: #56bdf9;
    width: 1.75em;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}

.threads-circle {
    font-size: 1.75em;
    border: 2px solid #56bdf9;
    margin-right: .25em;
    margin-bottom: .25em;
    vertical-align: middle;
    line-height: 1.85;
    display: inline-block;
    height: 1.75em;
    color: #56bdf9;
    width: 1.75em;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
}

#sidebar .intelliwidget-menu a {
    display: block;
    border-bottom: 1px solid #d1d3d4;
    padding: .25em;
}
#sidebar .intelliwidget-menu a:hover {
    background-color: #f1f2f2;
}
.course-hours {
    font-size: .85em;
}
.course-hours-type {
    margin-left: 1em;
    display: inline-block;
}
.course-requisites {
    margin-right: 2em;
    display: inline-block;
}
.aspect-ratio-ex:before {
    padding-top: 38%;
}
.banner-image li.iw-gallery-item, .colophon li.iw-gallery-item {
    margin: 0;
    padding: 0;
}
.text-rev {
    color: #fff;
}
.content {
    margin-top: 2em;
    min-height: 500px;
}
.home .content {
    margin-top: 0;
}
.content-right {
    font-size: 1.2em;
    margin-right: 2em;
    max-width: 500px;
    float: right;
}
.content-left {
    font-size: 1.2em;
    margin-left: 2em;
    max-width: 500px;
    float: left;
}
.home .iw-gallery, .home ul.iw-gallery {
    margin-top: 6.5em;
}
.height1 {
    height: 300px;
}
.bg-dark-alt {
    background-color: #002b5a;
    color: #fff;
}
.text-display {
    font-size: 2.4em;
    font-family: "EB Garamond", serif;
    line-height: 1.4;
    text-transform: uppercase;
    -moz-transition: font-size .3s ease, line-height .3s ease;
    -webkit-transition: font-size .3s ease, line-height .3s ease;
    -o-transition: font-size .3s ease, line-height .3s ease;
    transition: font-size .3s ease, line-height .3s ease;
}
.home .aspect-ratio-ex:before {
    padding-top: 45.625%;
}
.home h2:first-child {
    margin-top: 0;
}
.page-wrapper {
    position: relative;
    min-height: 100%;
    min-height: 100vh;
    transform-style: preserve-3d;
    margin: 0;
    padding: 0;
}
.colophon .iw-gallery:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.colophon .iw-gallery {
    position: relative;
}
.colophon .iw-gallery img {
    opacity: .5;
}
.pagination a.page-numbers:hover {
    background-color: #d1d3d4;
    color: #808285;
}
.pagination .page-numbers, .pagination a.page-numbers {
    margin-right: .5em;
    line-height: 1;
    display: inline-block;
    color: #808285;
    font-weight: 700;
    width: 3.25em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 1em;
}
.pagination span.page-numbers.current {
    background-color: #3e4548;
    color: #fff;
}
.pagination {
    display: block;
    text-align: center;
}
.archive .employee, .archive .course {
    padding: 1em;
}
.archive .employee.odd, .archive .course.odd {
    background-color: #f5f5f5;
}
.pagination a.page-numbers {
    background-color: #808285;
    color: #fff;
}
ul.columns li:first-child {
    margin-top: 0;
}
.sidenote {
    font-size: .85em;
    color: #787878;
}
ul.primary-nav > li.menu-item > ul.sub-menu:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 33%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat;
}
.nav-about > .sub-menu:before {
    background-image: url(https://d3u9cqpepihmqm.cloudfront.net/brunswickcc/web/wpc/uploads/2023/06/04161018/Nav_1.jpg);/* /web/wpc/uploads/2023/06/Nav_1.jpg */
}
.nav-contact > .sub-menu:before {
    background-image: url(https://d3u9cqpepihmqm.cloudfront.net/brunswickcc/web/wpc/uploads/2023/07/04160955/Nav_11-1.jpg);/* /web/wpc/uploads/2023/07/Nav_11-1.jpg */
}
.nav-apply > .sub-menu:before {
    background-image: url(https://d3u9cqpepihmqm.cloudfront.net/brunswickcc/web/wpc/uploads/2023/07/04161005/Nav_5.jpg); /* /web/wpc/uploads/2023/07/Nav_5.jpg */
}
.nav-program > .sub-menu:before {
    background-image: url(https://d3u9cqpepihmqm.cloudfront.net/brunswickcc/web/wpc/uploads/2023/06/04161016/Nav_8.jpg); /* /web/wpc/uploads/2023/06/Nav_8.jpg */
}
.nav-resources > .sub-menu:before {
    background-image: url(https://d3u9cqpepihmqm.cloudfront.net/brunswickcc/web/wpc/uploads/2023/07/04160955/Nav_13.jpg); /* /web/wpc/uploads/2023/07/Nav_13.jpg); */
}
.nav-courses-catalog > .sub-menu:before {
	background-image: url(https://d3u9cqpepihmqm.cloudfront.net/brunswickcc/web/wpc/uploads/2023/07/04161005/Nav_10.jpg) !important; /* /web/wpc/uploads/2023/07/Nav_10.jpg */
}

.nav-life > .sub-menu:before {
	background-image: url(https://d3u9cqpepihmqm.cloudfront.net/brunswickcc/web/wpc/uploads/2023/06/04161018/Nav_2.jpg) !important; /* /web/wpc/uploads/2023/06/Nav_2.jpg */
}

ul.primary-nav > li.menu-item ul.sub-menu {
	min-height: 500px !important;
}

@media screen and (max-width: 2200px) {
	.nav-courses-catalog > .sub-menu {
		min-height: 450px;
	}
	
	.nav-contact > .sub-menu {
	min-height: 450px;
}

.nav-apply > .sub-menu {
	min-height: 450px;
}

.nav-program > .sub-menu {
	min-height: 450px;
}

.nav-resources > .sub-menu {
	min-height: 450px;;
}

.nav-courses-catalog > .sub-menu {
	min-height: 450px;
}

.nav-life > .sub-menu {
	min-height: 450px;
}
}

@media screen and (max-width: 1600px) {
	.nav-courses-catalog > .sub-menu {
		min-height: 340px !important;
	}
	
	.nav-about > .sub-menu {
	min-height: 340px !important;
	}
	.nav-contact > .sub-menu {
	min-height: 340px !important;
	}

	.nav-apply > .sub-menu {
		min-height: 340px !important;
	}

	.nav-program > .sub-menu {
		min-height: 340px !important;
	}

	.nav-resources > .sub-menu {
		min-height: 340px !important;
	}

	.nav-courses-catalog > .sub-menu {
		min-height: 340px !important;
	}

	.nav-life > .sub-menu {
		min-height: 340px !important;
	}
}

/* Non-responsive dropdown height ==========
.nav-about > .sub-menu {
	min-height: 340px !important;
}

.nav-contact > .sub-menu {
	min-height: 340px !important;
}

.nav-apply > .sub-menu {
	min-height: 340px !important;
}

.nav-program > .sub-menu {
	min-height: 340px !important;
}

.nav-resources > .sub-menu {
	min-height: 340px !important;
}

.nav-courses-catalog > .sub-menu {
	min-height: 340px !important;
}

.nav-life > .sub-menu {
	min-height: 340px !important;
}

=================================*/

.top-nav {
    position: absolute;
    top: -.5em;
    right: 0;
}
.top-nav-item {
    font-size: .85em;
    padding-top: 0;
    padding-right: .5rem;
    padding-left: .5rem;
    display: inline-block;
    position: relative;
}
#header {
    position: relative;
}
.banner-image img.attachment-full {
    width: 100%;
}
.bios img {
    margin-bottom: .25em;
    display: inline-block;
}
.text-dark {
    color: #002b5a;
}
.text-sans {
    font-family: Barlow, sans-serif;
}
.text-serif {
    font-family: "EB Garamond", serif;
}
.ptb {
    padding-top: 2em;
    padding-bottom: 2em;
}
.searchbox input[type="text"], input.searchtext {
    width: 80%;
    width: calc( 100% - 200px );
}
input.searchtext {
    border: 1px solid #aaa;
}
.footer .text-highlight {
    color: #f1f2f2;
    text-shadow: 1px 1px #000;
}
.ecs-event:before, .ecs-event:after {
    content: '';
    display: table;
}
.ecs-event .duration {
    display: inline;
    float: left;
    width: 35%;
    margin: 0;
}
.ecs-event:after {
    clear: both;
}
.ecs-event:nth-child(2n + 1) {
    background-color: #f5f5f5;
}
ul.ecs-event-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
li.ecs-event {
    margin: 0;
    padding: .5em;
}
.ecs-event h4.entry-title {
    font-size: 1.2em;
    font-family: Barlow, sans-serif;
    display: inline;
    float: left;
    width: 62%;
    margin: 0 3% 0 0;
}
.ecs-event h4.entry-title a {
    font-family: Barlow, sans-serif;
}
.footer .ecs-event .duration {
    line-height: 1.2;
    display: inline;
    font-weight: 700;
    float: none;
    width: auto;
    margin: 0;
}
.footer .ecs-event:nth-child(2n + 1) {
    background-color: transparent;
}
.footer li.ecs-event {
    margin: 0;
    padding: 0 0 .75em;
}
.footer .ecs-event h4.entry-title {
    font-size: 1em;
    font-family: Barlow, sans-serif;
    line-height: 1.2;
    display: block;
    text-transform: none;
    float: none;
    width: auto;
    margin: 0;
}
.footer ul.ecs-event-list {
    font-size: .9em;
}
#sidebar .widget_intelliwidget:first-child h3.widget-title {
    background-color: #002b5a;
}
#sidebar h3.employee-name {
    font-size: 1.5em;
    font-family: Barlow, sans-serif;
    margin-top: .5em;
    margin-bottom: 0;
    color: #002b5a;
}
#sidebar h3.employee-name + p {
    margin-top: .25em;
}
ul.columns li, .admin-forms ul.iw-gallery li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}
.columns, .admin-forms ul.iw-gallery {
    -moz-columns: 2;
    -webkit-columns: 2;
    -o-columns: 2;
    columns: 2;
    -moz-column-gap: 5%;
    -webkit-column-gap: 5%;
    -o-column-gap: 5%;
    column-gap: 5%;
}
.tribe-events-notices {
    display: none;
}
.tribe-events-calendar .tribe-events-tooltip, .tribe-events-week .tribe-events-tooltip, .tribe-events-shortcode.view-week .tribe-events-tooltip, .recurring-info-tooltip {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1em;
}
.tribe-events-tooltip h3.entry-title {
    margin-top: 0;
}
a.videolink:before, a.pdflink:before, a.xlslink:before, a.doclink:before, #sidebar .intelliwidget-menu a:before, a.additional-quicklink:before {
    font-size: 1.5em;
    font-family: 'bccicons' !important;
    margin-right: .25em;
    vertical-align: middle;
    line-height: 1.25;
    content: '\e901';
    display: inline-block;
    color: #0073af;
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-transform: none;
    font-style: normal;
    speak: none;
    font-variant: normal;
}
.bg-us-map {
    background-color: #00a7a0;
}
.art.bg-us-map:before {
    padding-top: 67%;
}
#sidebar ul.iw-gallery li, #sidebar ul.intelliwidget-menu li, .admin-forms ul.iw-gallery li {
    margin: 0;
}
#sidebar a.apply-link:before {
    content: '\e901';
}
#sidebar a.calendar-link:before {
    content: '\e903';
}
#sidebar a.directory-link:before {
    content: '\e90d';
}
#sidebar a.help-link:before {
    content: '\e907';
}
#sidebar a.map-link:before {
    content: '\e90a';
}
#sidebar a.mybcc-link:before {
    content: '\e905';
}
#sidebar a.program-link:before {
    content: '\e90c';
}
#header .searchbox form > div {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 800px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3em 1.5em;
}
.colophon-content h3 {
    margin-top: .25em;
    margin-right: .5em;
    display: inline-block;
}
a.button {
    padding-right: .75em;
    padding-left: .75em;
    text-align: left;
    min-width: 8em;
}
.page-ancestor + h1 {
    margin-top: .25em;
}
.post-featured-image {
    margin-left: 1em;
}
.featured-post-excerpt h3.intelliwidget-title {
    font-size: 1em;
    font-family: Barlow, sans-serif;
    margin: 0 0 1em;
}
.featured-post-excerpt h3.intelliwidget-title a {
    font-size: 1.5em;
    font-family: Barlow, sans-serif;
}
.home .featured-posts > div {
    background-color: #fff;
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.25);
    -o-box-shadow: 0 5px 10px rgba(0,0,0,0.25);
    box-shadow: 0 5px 10px rgba(0,0,0,0.25);
    min-width: 300px;
}
.home .featured-posts .featured-post-excerpt {
    padding: 1em;
}
.colophon-wrapper {
    position: relative;
    height: 175px;
    background-image: url( /wp-content/themes/brunswickcc/images/bg-keyword-pattern.jpg );
    background-position: center center;
    transform-style: preserve-3d;
}
.colophon-content a.button {
    vertical-align: baseline;
}
.breadcrumb-links a, .breadcrumb-links span {
    display: inline-block;
}
ol.im-list {
    list-style: none;
    margin: 1em 0 0;
    padding: 0;
}
li.im-list-location {
    margin: 0;
    padding: 0;
}
li.im-list-location > a {
    display: block;
    padding: .5em 0;
}
li.im-list-location > a h4 {
    font-size: 1em;
    font-family: Barlow, sans-serif;
    margin: 0;
    padding: 0;
}
.map-infobox h6 {
    font-family: Barlow, sans-serif;
}
.post-edit-link {
    font-size: .75em;
    margin-left: 1.5em;
    color: #808285;
    font-style: italic;
    float: right;
}
.post-edit-link:before {
    content: '[';
}
.post-edit-link:after {
    content: ']';
}
a.highlight {
    display: inline-block;
    background-color: rgba(0, 115, 175, 0.15);
    color: #002b5a;
    padding: 1em;
}
a .icon-laptop {
    font-size: 1.75em;
    vertical-align: middle;
}
a.highlight:hover {
    background-color: rgba(0, 115, 175, 0.1);
}
.accordion-content {
    display: none;
    background-color: #fff;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin: .5px;
    padding: .5em 2em;
}
.below-fold {
    background-color: #f5f5f5;
}
.program-excerpt {
    display: block;
}
.program-excerpt-container a.button {
    margin: .5em 0;
}
.program-container {
    border-bottom: 1px solid #f5f5f5;
    padding: 1em 0;
}
.progarm-container:last-child {
    border-bottom: none;
}
.program-container h3.program-title {
    margin-top: 0;
}
h3 .smaller {
    font-size: .75em;
    color: #ccc;
}
.banner-image img {
    -moz-transition: filter 1s ease;
    -webkit-transition: filter 1s ease;
    -o-transition: filter 1s ease;
    transition: filter 1s ease;
}
.featured-image {
    margin-bottom: 2em;
}
.archive .wp-post-image {
    margin-top: 1.5em;
}
.archive .course-discipline, .archive .program-curriculum, .archive .page-ancestor {
    display: inline;
    float: none;
}
.archive .course .post-title {
    margin-top: 0;
}
.goog-te-gadget {
    font-family: Barlow, sans-serif !important;
}
.goog-te-gadget-simple {
    font-size: .85rem !important;
    border: none !important;
    line-height: 1.4 !important;
    display: inline-block;
    background-color: #fff !important;
    color: #002b5a;
    cursor: pointer;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    zoom: 1;
    padding: 0 !important;
}
.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: #002b5a !important;
}
.goog-te-gadget-simple > span {
    vertical-align: baseline !important;
}
.header-image {
    width: auto;
    -moz-transition: width .3s ease;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
.single-course .main-content {
    min-height: 0;
}
.lobby-page .post-title {
    color: #fff;
    text-align: center;
}
.bg-contact .main-content {
    background-image: url(https://d3u9cqpepihmqm.cloudfront.net/brunswickcc/web/wpc/uploads/2018/08/04171549/contact-us.jpg); /* /web/wpc/uploads/2018/08/contact-us.jpg */
}
.lobby-page .main-content {
    padding-top: 6.5em;
    background-color: #0073af;
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
}
.bg-about .main-content {
    background-image: url(https://d3u9cqpepihmqm.cloudfront.net/brunswickcc/web/wpc/uploads/2018/08/04171548/get-to-know-us.jpg); /* /web/wpc/uploads/2018/08/get-to-know-us.jpg */
}
.child-page-title {
    position: absolute;
    height: 100px;
    background-color: rgba( 255,255,255,0.85);
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    padding: .5em 1em;
}
.child-page-title h3.post-title {
    font-size: 1.5em;
    font-family: Barlow, sans-serif;
    color: #002b5a;
    text-align: left;
    margin: 0;
}
.bg-program .main-content {
    background-image: url(https://d3u9cqpepihmqm.cloudfront.net/brunswickcc/web/wpc/uploads/2018/08/04171548/find-a-program.jpg); /*/web/wpc/uploads/2018/08/find-a-program.jpg*/
}
.bg-apply .main-content {
    background-image: url(https://d3u9cqpepihmqm.cloudfront.net/brunswickcc/web/wpc/uploads/2018/08/04171547/how-to-apply.jpg);/*/web/wpc/uploads/2018/08/how-to-apply.jpg*/
}
.bg-resources .main-content {
    background-image: url(https://d3u9cqpepihmqm.cloudfront.net/brunswickcc/web/wpc/uploads/2018/08/04171547/student-resources.jpg); /*/web/wpc/uploads/2018/08/student-resources.jpg*/
}
h3.tribe-events-month-event-title, h3.tribe-events-month-event-title a, .tribe-events-tooltip h3.entry-title {
    font-family: Barlow, sans-serif;
}
.tribe-bar-submit {
    margin-left: 0;
}
#tribe-bar-form input[type="text"] {
    border: none !important;
    outline: none !important;
}
#tribe-bar-form .tribe-bar-submit input[type="submit"] {
    background-color: #0073af;
}
#tribe-bar-form label {
    color: #002b5a;
}
.tribe-events-calendar th {
    border: none;
    background-color: #002b5a;
    color: #fff;
}
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"], .tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
    background-color: #0073af;
}
.tribe-events-button, #tribe-events .tribe-events-button {
    background-color: #0073af;
}
.tribe-events-button.tribe-inactive, .tribe-events-button:hover, #tribe-events .tribe-events-button:hover, .tribe-events-button.tribe-active:hover {
    background-color: #002b5a;
    color: #fff;
}
.footer .text-highlight a {
    color: #56bdf9;
}
.footer .text-highlight a:hover {
    color: #fff;
}
.sidebar .info-box {
    padding: 1.25em;
}
.sidebar .info-box h3 {
    margin-top: 0;
}
.footer h4, .footer h5, .footer h5 a {
    font-size: 1em;
    font-family: Barlow, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.footer h5 a {
    color: #56bdf9;
}
.footer h5 a:hover {
    color: #fff;
}
.nav-apply li.menu-item-23265 {
    margin-bottom: 1em !important;
}
.content-continued {
    padding-top: 3em;
    padding-bottom: 4em;
}
.text-light {
    color: #f1f2f2;
}
.single .program table, #content table {
    border-collapse: separate;
    border-spacing: 2px;
}
.single .program table th, #content table th {
    background-color: #0073af;
    color: #fff;
    font-weight: 700;
}
.single .program tr:nth-child(2n), #content tr:nth-child(2n) {
    background-color: #f5f5f5f5;
}
.course-discipline, .program-curriculum, .page-ancestor, .con-ed-grp {
    display: inline-block;
    color: #808285;
    letter-spacing: .075em;
    text-transform: uppercase;
}
#iwrm_menu_header input[type="search"], #iwrm_menu_header input[type="text"] {
    max-width: none;
}
table.con-ed-classes th, table.con-ed-classes td {
    text-align: center;
}
.alumni-state {
    display: none;
    position: absolute;
    height: auto;
    background-color: #fff;
    max-width: 90%;
    max-width: calc( 100vw - 80px );
    width: auto;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -moz-columns: 1;
    -webkit-columns: 1;
    -o-columns: 1;
    columns: 1;
    max-height: 75%;
    max-height: calc( 100vh - 220px );
    padding: 1em;
}
.alumni-state ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.alumni-state h5 {
    font-family: Barlow, sans-serif;
    font-weight: 700;
    margin: 0 0 .5em;
}
.alumni-state li {
    font-size: .85em;
    line-height: 1.4;
    page-break-inside: avoid;
    break-inside: avoid;
    webkit-column-break-inside: avoid;
}
.alumni-count {
    position: absolute;
    background-color: #fff;
    -moz-border-radius: 1em;
    -webkit-border-radius: 1em;
    -o-border-radius: 1em;
    border-radius: 1em;
    padding: 1em;
}
.alumni-count:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    left: 1em;
    bottom: -20px;
    border-width: 20px 0 0 20px;
    border-style: solid;
    border-color: #fff transparent;
}
.testing {
    background-color: rgba(9, 36, 63, 0.8);
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5));
    background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5));
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.5));
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.5));
}
.alumni-map .content {
    margin-top: 0;
}
.alumni-state li:first-child {
    margin-top: 0;
}
.alumni-map .aspect-ratio-ex:before {
    padding-top: 100px;
}
.flex-control-paging li a {
    background-color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    opacity: .9;
}
.flex-control-paging li a:hover {
    background-color: #fff;
    opacity: 1;
}
.flex-control-paging li a.flex-active {
    background-color: #00a7a0;
}
.flexrow, .flexcol, ul.trustees {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.flexrow, ul.trustees {
    flex-wrap: wrap;
}
ul.trustees {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.trustees li {
    list-style: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    flex-basis: 33%;
    text-align: center;
    min-width: 200px;
    margin: 1em 0;
    padding: 0 1em 0 0;
}
.flexcol > *, .flexrow > *, ul.trustees > li {
    flex: 1;
}
ul.trustees li a {
    font-size: .85em;
}
ul.primary-nav > li > a:hover, ul.primary-nav > li > a:focus {
    border-bottom: 5px solid #0073af;
}
.primary-nav > li.menu-item > .sub-menu li a:hover, .primary-nav > li.menu-item > .sub-menu li a:focus {
    background-color: #0066a4;
}
h3.accordion-toggle, h3.accordion-toggle-linkonly {
    font-size: 2em;
    margin-top: .5em;
    margin-bottom: 0;
    position: relative;
    background-color: #002b5a;
    padding: 0;
}
a.button:before, h3.accordion-toggle > a:before, h3.accordion-toggle-linkonly > a:before {
    font-family: 'bccicons' !important;
    margin-top: .2em;
    margin-left: .25em;
    line-height: 1;
    content: '\e901';
    font-weight: normal;
    -moz-osx-font-smoothing: grayscale;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-transform: none;
    font-style: normal;
    float: right;
    speak: none;
    font-variant: normal;
}
h3.accordion-toggle > a, h3.accordion-toggle-linkonly > a {
    font-family: Barlow, sans-serif;
    display: block;
    color: #fff;
    font-weight: 400;
    padding: .5em .4em .5em .5em;
}
h3.accordion-toggle > a:before, h3.accordion-toggle-linkonly > a:before {
    text-align: center;
    -moz-transform: rotate( 90deg);
    -webkit-transform: rotate( 90deg);
    -o-transform: rotate( 90deg);
    transform: rotate( 90deg);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 2px;
}
h3.accordion-toggle:before, h3.accordion-toggle-linkonly:before {
    content: '';
    display: block;
    position: absolute;
    height: 2em;
    background-color: #0073af;
    width: 2em;
    top: 0;
    right: 0;
}
h3.accordion-toggle.open > a:before, h3.accordion-toggle-linkonly:before {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
h3.accordion-toggle-linkonly > a:before {
    -moz-transform: rotate( 0 ) !important;
    -webkit-transform: rotate( 0 ) !important;
    -o-transform: rotate( 0 ) !important;
    transform: rotate( 0 ) !important;
}
.alignleft.wp-post-image {
    margin-top: 1.5em;
    margin-bottom: .75em;
}
.banner-image .textwidget img {
    display: block;
    position: relative;
}
.colophon.parallax-back img {
    display: none;
    width: 100%;
}
#iwrm_menu {
    position: relative !important;
    top: 137px !important;
    -webkit-overflow-scrolling: touch;
}
#iwrm_body_viewport {
    -webkit-overflow-scrolling: touch;
}
a.videolink, a.pdflink, a.xlslink, a.doclink, #sidebar .intelliwidget-menu a, a.additional-quicklink {
    line-height: 1.25;
    display: block;
    color: #002b5a;
    border-bottom: 1px solid #d1d3d4;
    text-indent: -.95em;
    padding: .3em .25em .25em 2.5em;
}
a.videolink:hover, a.pdflink:hover, a.xlslink:hover, a.doclink:hover, #sidebar .intelliwidget-menu a:hover, a.additional-quicklink:hover {
    background-color: #f1f2f2;
}
a.pdflink:before {
    content: "\eadf";
}
a.xlslink:before {
    content: "\eae2";
}
a.videolink:before {
    content: "\ea9d";
}
a.doclink:before {
    content: "\eae1";
}
.home .slides > li {
    max-height: 44vw;
}
.banner-image {
    margin-top: 100px;
    position: relative;
}
.home .featured-posts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tribe-events-schedule h2 {
    padding-bottom: 1rem;
}
.small-banner #breadcrumb_outer {
    position: relative;
    top: 100px;
}
.small-banner .content {
    padding-top: 5rem;
}
.archive .small-banner .content, .page-template-lyt1e .small-banner .content {
    padding-top: 5rem;
}
.trustee-name {
    font-weight: 700;
}
.trustee-title {
    font-style: italic;
}
.trustee-photo {
    margin-right: auto;
    margin-left: auto;
    max-width: 200px;
}
#iwrm_menu_footer {
    position: relative !important;
    height: 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    top: 137px !important;
    bottom: auto !important;
    padding: 10px;
    border-top: 1px solid #ddd;
}
#iwrm_menu_footer .top-nav {
    position: relative;
    top: 10px;
    left: 0;
    right: auto;
}
#iwrm_body_wrapper {
    margin-top: -2rem 0 0;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
    top: 137px !important;
}
ul.button-group {
    list-style: none;
    margin: 0;
    padding: 0;
}
ul.button-group li {
    display: inline-block;
}
#iwrm_menu_header {
    padding: 1.5rem 0 4rem !important;
}
.top-nav-mobile {
    display: none;
}
#iwrm_menu_header .top-nav {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    top: 92px;
    right: 0;
}
@media screen and (max-width: 1100px) {
ul.primary-nav > li > a {
    font-size: 1em;
}
.text-display {
    font-size: 2.2em;
    line-height: 1.6;
}
}
@media screen and (max-width: 980px) {
.menu-main-nav-container {
    float: none;
}
ul.primary-nav > li > a {
    padding-top: .5em;
    padding-bottom: .2em;
}
ul.primary-nav > li.menu-item:first-child > a {
    margin-left: 0;
}
.cell.primary-nav-container, .cell.logo-container {
    display: block;
    float: none;
    width: auto;
}
.header-image {
    width: 185px;
}
.text-display {
    font-size: 1.8em;
    line-height: 1.8;
}
}
@media screen and (max-width: 874px) {
.footer h1 {
    font-size: 2em;
}
.footer .larger {
    font-size: 1em;
}
.text-display {
    font-size: 1.5em;
    line-height: 2;
}
}
@media screen and (max-width: 767px) {
.parallax-wrapper {
    margin-top: 0;
}
.home .center-vertical {
    margin-right: 0;
    height: auto !important;
    top: 0 !important;
    -moz-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    padding: 2em !important;
}
.home .page div {
    height: auto !important;
}
.home .parallax-wrapper {
    margin-top: 0;
}
.content-right {
    padding-right: 0;
}
.searchbox {
    position: relative;
    background-color: transparent;
    top: 0;
}
table.con-ed-classes th, table.con-ed-classes td {
    font-size: .85em;
    max-width: 14%;
    word-wrap: break-word;
    padding: .25em;
}
.parallax-back {
    -moz-transform: none;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
}
.banner-image {
    margin-top: 0;
}
#iwrm_body_wrapper_inner {
    margin-top: 0 !important;
}
.top-nav-mobile {
    display: block;
}
}
@media screen and (max-width: 480px) {
table.con-ed-classes th, table.con-ed-classes td {
    font-size: .7em;
}
}
.news-only #intelliwidget-19{
    display: none;
}
.single-tribe_events #intelliwidget-19{
    display: none;
}

.single-tribe_events #tribe-events{
    margin-top: -70px !important;
}

@media screen and (max-width: 480px) {
    .single-tribe_events #tribe-events{
        margin-top: -50px !important;
    }
}