/*top buttons*/
.BtnMainSM.visit.top {
    background-image: url(https://mainemaritime.edu/wp-content/images/connect-com.png);
}
.engagebuttons.two {
	padding-right: 3px;
}
.widget.toprightbtns {
    min-width: auto;
}
/*short inquiry form */
#form_page_155cf489-3f99-42d2-83dc-79fe1f7dfc22 div.form_responses {
    margin-right: 10px;
}
div#form_155cf489-3f99-42d2-83dc-79fe1f7dfc22 {
    font-family: 'mmatg';
}
#form_155cf489-3f99-42d2-83dc-79fe1f7dfc22 button.default {
    background: #36c6fd;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    padding: 7px 21px;
    border-radius: 10px;
	color: white;
}
.inquiryForm {
    max-width: 800px;
    margin: 0 auto;
}
#form_page_155cf489-3f99-42d2-83dc-79fe1f7dfc22 div.form_responses input {
    width: 100%;
}
/*end inquiry*/

/*Fixed side nav test */
.widget.toprightbtns.sideNAV {
    position: fixed;
    right: 0;
    margin: 0;
    width: 85px;
    background: #002f6c;
    /*align-content: center;
    display: grid;*/
    top: 40vh;
    padding: 7px;
	min-width: 10px;
}

#custom_html-3.sideNAV.widget {
    margin-bottom: 20px;
    display: inherit;
    min-width: 10px;
    color: #003378;
}

#custom_html-3.sideNAV > .textwidget.custom-html-widget {
    display: grid;
    align-items: center;
}

#custom_html-3.sideNAV .engagebuttons {
 float: none;
 padding: inherit;
}

#custom_html-3.sideNAV .buttonwrapperSM {
    height: 71px;
    width: 71px;
    align-items: center;
    display: inline-grid;
	
}
dl.level1 dt a span {
    color: #000 !important;
    font-size: 14px !important;
    font-family: 'mmatg' !important;
    line-height: 20px !important;
}
dl.level1 dt:HOVER a span {
	color: #00abdc !important;
    font-size: 14px !important;
    font-family: 'mmatg' !important;
    line-height: 20px !important;
}
.bounce-1 {
    animation-name: bounce-1;
    animation-timing-function: linear;
	animation-duration: 2s;
    animation-iteration-count: infinite;
	width: 150px;
    align-self: flex-end;
    display: inline-flex;
    margin-left: 5px;
}
@keyframes bounce-1 {
    0%   { transform: scale(1,1)    translateY(0); }
    10%  { transform: scale(1,1) translateY(0); }
    30%  { transform: scale(1,1) translateY(-2px); }
    50%  { transform: scale(1,1)    translateY(0); }
    57%  { transform: scale(1,1)    translateY(-0.5px); }
    64%  { transform: scale(1,1)    translateY(0); }
    100% { transform: scale(1,1)    translateY(0); }
 }
/*end side nav*/
body {
    color: #002f6c;
}
h2 {
	font-family: 'chunkfiveroman';
    font-size: 1.3em;
	margin: 14px 0 7px;
}
h3 {
    font-size: 1.3em;
	margin: 14px 0 7px;
}
.contentareaText li li {
    font-size: inherit;
}
.sm-text {
    display: block;
    font-size: .8em;
}
.textBox a {
	border-bottom: 2px rgb(0 47 108 / 0.2) solid;
	color:#002f6c;
	font-weight: normal;
}
.textBox a {
	position: relative;
    display: inline-block;
}
.textBox a:hover, .textBox a:active{
	text-decoration: none;
	/*border-bottom: 1px solid #36c6fd;
	color: #36c6fd;*/
}
.textBox a:before {
    position: absolute;
    background: #002f6c;
    bottom: -1px;
    left: 0;
    content: '';
    height: 2px;
    width: 0;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
}
.textBox a:hover:before {
    width: 100%;
    background: #36c6fd;
}
.textBox a.engagebuttons:hover:before, a.imgBefore::before, a.button::before {
    display: none;
}
a.imgBefore, a.button {
    border-bottom: none;
}
.textBox.staff a {
    /* position: inherit; */
    display: initial;
    border: none;
    color: #36c6fd;
}
.textBox.staff a:hover {
    color: #002f6c;
    text-decoration: underline;
}
.textBox.staff a:hover:before {
    width: auto;
    background: none;
}
a.imgLink:hover:before {
    display: none;
}
.textBox a.imgLink {
    border: none;
}
a.accordion-toggle {
    display: inherit;
}
.textBox a.accordion-toggle:hover:before {
    display: none;
}
.panel-default>.panel-heading:hover {
    background: #f2f2f2;
}
.textBox img {
    padding: 3px;
    border: 1px solid #DADADA;
    margin: 0 6px 0 0;
    max-width: 100%;
}
.textBox img.noborder {
    padding: 3px;
    border: none;
    margin: 0 6px 0 0;
    max-width: 100%;
}
.imgBox {
    display: inline-block;
    overflow: hidden;
}
.relatedItem:hover .imgBox img, .relatedItemDept:hover .imgBox img, .majorItem:hover .imgBox img {
    transform: scale(1.1);
}
.imgBox img {
    transition: .3s ease-in-out;
}
.textBox ul.suggestions {
    list-style: none;
    max-width: 750px;
    margin: 0 auto;
}
.topBox {
    position: relative;
}
.HeroImage {
    height: 400px;
    background-position: center;
	background-size: cover;
	margin-top:1px;
}
.HeroImage.bottom {
	background-position: center bottom;
}
.HeroImage.noHero {
	display:none;
}
.HeroImage.top {
	background-position: center top;
}
.topBox .Badge {
    transform: translate(-50%, -85%);
    Left: 50%;
    position: absolute;
    display: flex;
}
.topBox .Badge img {
	max-width: inherit;
    margin: 0 3px;
}
#pagecontent.wide {
    width: 100%;
    margin: 1px 0 15px;
}
.pageTop {
	max-width: 1145px;
    margin: 1px auto 15px;
    padding: 0 .7em;
}
.degreeTitle {
    display: inline-flex;
    align-items: center;
    color: #002f6c;
}
.degreeTitle h1 {
    font-family: 'mmatg';
    font-size: 2em;
    text-transform: uppercase;
	margin: 0;
}
.degreeBreak {
    font-size: 1.5em;
    margin: 0 7px 5px;
}
.wideContainer.video {
	max-width: 900px;
	margin: 0 auto;
}
/*section menu */
#secondaryNewMenu dl.level1 {
    margin-top:-125% !important;
    -webkit-transition:margin-top 500ms ease-in-out;
    transition:margin-top 500ms ease-in-out;
	}

.toggleside {
	display:block;
	border-bottom: 1px #002f6c solid;
}
	.toggleside a:hover {
	text-decoration: none;
}
.toggleside a {
	font-size: 1em;
}
.toggleside.new a:focus {
    text-decoration: none;
}
span.rotate:before {
    content: "\f067";
    font-size: 1em;
	    transition: all .5s linear;
    display: inline-block;
	    font-family: FontAwesome;
}
#secondaryNewMenu.responsive span.rotate:before {
	display: inline-block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
	transform-origin: center;
	content: "\f068";
	}
#secondaryNewMenu.responsive dl.level1 {
	margin-top:0px !important; 	
	}

#secondaryNewMenu {
   /* width: 1145px;
    margin-bottom: 0;
    margin: 7px auto;
    float: none !important;
    background: none !important;
    border-top: none !important;*/
}
/*end menu*/
.breadcrumbs {
    margin: 10px auto;
    padding: 0;
}
.contentbox.newTemp {
	width: 100%;
    float: none;
}
.textBox {
    max-width: 800px;
    margin: 20px auto 3px;
	padding: 0 7px;
}
.wideBox {
	max-width: 1145px;
	margin: 0 auto;
}
.facContainer {
	margin: 0 .7em;
	}
.facDetailBox {
    max-width: 1145px;
    margin: 0 auto;
    display: flex;
	padding: 0 7px;
}
.staffPic img {
    margin: 0 14px 0 0;
}
.otherTitles {
	margin-top: -10px;
}
.facGenInfo {
	flex: 1;
}
.calloutContainer {
    background: #f2f2f2;
	padding: 10px;
	margin: 20px auto 0;
	overflow: auto;
}
.gridCalloutContainer {
	    display: grid;
    grid-gap: 3px;
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    margin: 20px auto;
	max-width: 1145px;
	justify-items: center;
}
.calloutItem {
    /*display: grid;
    background: #ffffff;
    height: 100%;
    padding: 10px;
    justify-content: center;
    align-items: center;*/
}
.calloutItem {
    display: block;
    height: 100%;
    padding: 10px;
    margin: 0 auto;
}
.calloutItem img {
    max-width: 100%;
}
.calloutItem.spacer {
    background: #002f6c;
    padding: 0;
    width: 2px;
    height: 80%;
    margin-top: 10%;
    top: 10%;
    position: relative;
}
.calloutGrid {
    display: grid;
    grid-template-columns: 1fr 2px 1fr 2px 1fr;
    align-content: center;
    grid-gap: 9px;
	max-width: 1145px;
    margin: 0 auto;
}
.calloutGrid div.calloutItem.spacer:nth-child(6) {
    display: none;
}
.calloutInfo {
    float: right;
    margin-right: 20%;
}
.calloutInfo h2 {
}
.calloutTitle {
	font-size: 1.3em;
    font-weight: bold;
}
.calloutHead {
	font-family: 'mmatg';
    font-size: 1.2em;
    line-height: 1em;
    margin-top: 5px;
}
.calloutQuote {
    margin-left:20%;
    font-family: 'mmatg';
    font-size: 1.2em;
    line-height: normal;
}
.calloutQuote .fa-quote-left {
    display: block;
	text-align: center;
    margin-bottom: 14px;
}
.highlightContainer {
	position: relative;
	background: -webkit-linear-gradient(left, #7C8180 50% , #f2f2f2 50%);
    background: -o-linear-gradient(right, #7C8180 50%, #f2f2f2 50%);
    background: -moz-linear-gradient(right, #7C8180 50%, #f2f2f2 50%);
    background: linear-gradient(to right, #7C8180 50% , #f2f2f2 50%);
	margin-top: 20px;
}
.highlightContainer.dRight {
	position: relative;
	background: -webkit-linear-gradient(left, #f2f2f2 50% , #7C8180 50%);
    background: -o-linear-gradient(right, #f2f2f2 50%, #7C8180 50%);
    background: -moz-linear-gradient(right, #f2f2f2 50%, #7C8180 50%);
    background: linear-gradient(to right, #f2f2f2 50% , #7C8180 50%);
	margin-top: 20px;
}
.highlightGrid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: auto;
	max-width: 1145px;
    margin: 0 auto;
}
.highlightCopy, .highlightQuote{
	padding: 20px;
}
.highlightQuote {
	align-items: center;
    display: flex;
}
a.highlightMore {
    display: block;
    margin-top: 5px;
}
.gray {
	background-color: #f2f2f2;
}
.darkgray, .darkgray h2 {
	background: #7C8180;
	color: #ffffff
}
.highlightImage {
	transform: translate(-50%, -50%);
    Left: 50%;
    position: absolute;
    top: 50%;
}
.highlightImage img {
    border-radius: 100%;
    background-color: #ffffff;
    padding: 5px;
	width: 175px;
}
.twoColumn {
    /*display: inline-flex;*/
	display: grid;
    grid-template-columns: 1fr 20px 1fr;
}
.colBox.Line {
    background: #002f6c;
    width: 2px;
    margin: 0 14px;
	   margin: 0 auto;/*added*/
}
colBox h3 {
	margin:0 0 7px;
}

.acClasses {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4px;
	/*margin-bottom: 20px;*/
	display: none;/*HIDE TEMPORARILY*/
}
.acClasses a, .acClasses a:hover {
    border: none;
	text-decoration: none;
}
.acClasses ul {
    padding-left: 14px;
}
.flexContainer.minors {
    grid-template-columns: repeat(auto-fill, minmax(125px, 1fr));
}
div.minors .majorItem {
    padding: 3px;
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 85%, rgba(0,47,108,1) 85%);
    height: 115px;
	display: flex;
    text-align: center;
	align-items: center;
}
div.minors .majorItem:hover {
    background: linear-gradient(180deg, #f2f2f2 0%, #f2f2f2 85%, rgba(0,47,108,1) 85%);
}
div.minors .majorItem:hover a {
    color: #002f6c;
}
div.minors p.textTitle {
    margin: 7px;
    padding: 7px;
    text-transform: capitalize;
    font-family: "minion-pro",sans-serif;
    padding-bottom: 14px;
    font-weight: 600;
	font-size: inherit;
	width: 100%;
}
.jointBus {
    color: white;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background: #002f6c;
    font-size: 14px;
    text-transform: capitalize;
}
.flexContainerFaculty, .flexContainerSocial {
    display: inline-flex;
	max-width: 1145px;
}
.flexContainerFaculty.cat {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(264px, 1fr));
}
div.flexContainerFaculty.cat > #item2,div.flexContainerFaculty.cat > #item3,div.flexContainerFaculty.cat > #item4 {
	display: block;
}
/*start*/
.flexContainerFaculty {
    max-width: 1145px;
    display: flex;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding: 4px 0 4px;
    scroll-snap-destination: 0% 100%;
    scroll-snap-points-x: repeat(100%);
    margin: 0 auto;
    will-change: transform;
    user-select: none;
    cursor: inherit;
    position: relative;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
}
.flexContainerFaculty .facultyName {
    scroll-snap-align: center;
}
.flexContainerFaculty::-webkit-scrollbar {
    height: 6px;
}
.flexContainerFaculty::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #002f6c;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
}
.flexContainerFaculty::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.flexContainerFaculty::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(0,47,108,0.4); 
}
#item2, #item3, #item4 {
	display: block !important;
}
.moreBtns {
	display: none;
}
.allFacLink {
    margin: 14px 0 0;
}/*end*/
.panel-default>.panel-heading {
    color: #333;
    background-color: #ffffff;
    border-color: #002f6c;
	transition: .3s ease-in-out;
}
#accordionGen .panel-heading, #accordionTwo .panel-heading, #accordionThree .panel-heading, #accordionFour .panel-heading {
    background: #f2f2f2;
}
.outside {
	height: 182px;
	width:264px;
	border-radius:10px;
    margin: 7px;
}
.outside.cat {
    margin: 7px auto;
}
.outside a {
    padding: 11px 7px;
}
.containerFaculty {
	height: 100%;
  min-height: 100%;
	display: flex;
	flex-direction: column;
	opacity:.8;
	float: right;
	background: #002f6c;
	    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
	position: relative;
}
.flexSocial {
    padding: 30px;
    text-align: center;
	margin-top: 20px;
}
.flexwrapper {
	text-align: center;
	margin: 20px 0;
    padding: 20px;
}
.flexwrapper h2 {
    margin: 0;
    margin-bottom: 7px;
}
.flexwrapper.cat {
    max-width: 1145px;
    margin: 0 auto;
}
/*.flexContainerFaculty div.facultyName:nth-child(2) {
    display: none;
}*/
.facultyName {
	position: relative;
	margin: 0 auto 14px;
}
.facultyName.yes {
	display: block;
}
.facultyName.close {
	display: none;
}
.moreBtns {
	/*margin-top: 20px;*/
}
.nextBtns {
border: 2px solid #36c6fd;
    background-color: white;
    border-radius: 10px;
    margin: 0 5px;
    width: 14px;
    height: 14px;
    display: none;
    cursor: pointer;
}
.nextBtns.active {
    background-color: #36c6fd;
    border: 2px solid #36c6fd;
}
.moreBtns.Related {
	display: none;
	text-align: center;
}
.allFacLink {
	margin: 0;
}
.phoneNumber {
    position: absolute;
    align-content: center;
	visibility: hidden;
    background: rgba(0, 47, 108, .8);
    height: 61px;
    width: 189px;
    margin: 7px;
    color: white;
    font-weight: bold;
    font-family: "mmatg";
    font-size: 1.4em;
    border-bottom-left-radius: 10px;
    border-top: 1px solid white;
	display: grid;
	bottom: -7px;
    right: 68px;
}
.phoneNumber.visible {
	visibility: visible;
	
}
.facultyTitle {
    font-family: "mmatg";
    font-size: 1.2em;
    line-height: 1em;
    color: #002f6c;
}
.staffPosition {
    line-height: 1.1em;
}
.box {
	padding: 0 7px;
	align-items: center;
	display: flex;
	flex-direction: column;
    justify-content: center;
	cursor: pointer;
}
.box:hover {
	background: #36c6fd;
}
.box-1:hover {
    border-top-right-radius: 10px;
}
.box-3:hover {
	border-bottom-right-radius: 10px;
}
.box {
	flex:1	;
}	
.box-2 {
	border-top:1px solid #fff;
	border-bottom:1px solid #fff;
}
.box img {
	max-width: 100%;
    height: 29px;
    width: 47px;
}
.textBox ul {
    margin-left: 2.5em;
}
.box.noPhone:hover, .box.noEmail:hover  {
    background: none;
}
.box.noPhone img, .noPhone .phoneNumber, .box.noEmail img {
    display: none;
}
.noPhone, .noEmail{
    cursor: default;
}
.relContainer, .socContainer {
    margin: 20px auto 0;
    padding: 0 3px;
    text-align: center;
	max-width: 1145px;
}
.flexRelated {
    display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}
.majorContainer {
    display: grid;
    grid-gap: 3px;
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    margin-bottom: 14px;
}
.relatedItem {
	width: 264px;
    margin: 0 3px;	
	text-align: center;
    font-family: "mmatg";
    padding: 7px;
    text-transform: uppercase;
    color: #002f6c;
    border: 1px solid #f2f2f2;
    position: relative;
	display: inline-block;
	height: 340px;
}
.relatedItemDept {
    margin: 3px;
    text-align: center;
    font-family: "mmatg";
    padding: 7px;
    text-transform: uppercase;
    color: #002f6c;
    border: 1px solid #f2f2f2;
    position: relative;
    display: flex;
}
.relatedItemDept .itemBlock {
    height: 100%;
    max-width: 200px;
}
.majorsBtnBlock {
    text-align: center;
    font-family: "mmatg";
    padding: 7px;
    text-transform: uppercase;
    color: #002f6c;
    border: 1px solid #f2f2f2;
    margin: 3px;
    position: relative;
}
.majorItem {
    display: inline-block;
    text-align: center;
    font-family: "mmatg";
    padding: 7px;
    text-transform: uppercase;
    color: #002f6c;
    border: 1px solid #f2f2f2;
    margin: 3px auto;
    position: relative;
	max-width: 225px;
}
.majorItem.Dept {
	max-width: inherit;
}
.relatedItem:hover, .majorItem:hover, .relatedItemDept:hover {
    background: #002f6c;
}
.relatedItem:hover img.main, .majorItem:hover img.main, .relatedItemDept:hover img.main {
    filter: grayscale(100%);
}
.relatedItem img.main, .majorItem img.main, .relatedItemDept img.main {
    display: block;
    margin: 0 auto;
	max-width: 100%;
	border:none;
}
.relatedItem .Badge, .majorItem .Badge, .relatedItemDept .Badge, .dualBadge {
    transform: translate(-50%, -85%);
    Left: 50%;
    position: absolute;
}
.dualBadge img {
    margin: 0;
}
.relatedItem a, .majorItem a, .relatedItemDept a {
    color: #002f6c;
    font-family: 'mmatg';
}
.relatedItem:hover a, .majorItem:hover a, .relatedItemDept:hover a {
    text-decoration: none;
    color: #ffffff;
}
.Badge img {
    max-width: 70px;
    margin: 0;
}
.relatedTitle, .textTitle {
    padding-top: 18px;
    display: block;
    margin: 0;
}
.flexSocial {
    padding: 0 14px 14px;
}
.socialItem{
	margin: 0 14px;
}
.socContainer h2 {
	text-align: center;
}
.ql.spacer {
	display: none;
}
#secondaryNewMenu.fixSection {
    position: absolute;
    top: 98px;
	}
.toggleside.fixSection {
position: fixed;
    top: 0;
    width: 100%;
    z-index: 41;
    height: 35px;
    display: grid;
    align-items: center;
    padding-left: .5em;
    border-bottom: 1px #002f6c solid;
    border-top: 1px solid #002f6c;
    background: #EBF6FB !important;
    left: 0;
}
#secondaryNewMenu.responsive dl.level1.fixSection {
	margin-top: 0px !important;
    position: fixed;
    top: 35px;
    z-index: 1;
    background: #ffffff;
	width: 100%;
	left:0;
}
@media only screen and (max-width: 1145px) {
.flexContainerFaculty {		
	overflow-x: scroll;
	cursor: pointer;
}
.allFacLink {
    margin: 20px 0 0;
}	
}
	@media only screen and (max-width: 865px) {
/*Fixed side nav test */
.widget.toprightbtns.sideNAV {
    margin: 0 auto 7px;
    position: fixed;
    top: 0;
    width: 100%;
}
.toggleside.fixSection {
    top: 105px;
}
#custom_html-3.sideNAV.widget {
    margin-bottom: 20px;
    display: inherit;
    min-width: 10px;
    color: #003378;
}

#custom_html-3.sideNAV .textwidget.custom-html-widget {
    margin: 0 auto;
}

#custom_html-3.sideNAV .engagebuttons {
    padding: 0 7px;
}
#custom_html-3 div.buttonHolder {
    display: grid;
    padding: 7px;
}
.engagebuttons.two {
	padding-right: 7px;
}
div.toprightbtns.sideNAV .textwidget.custom-html-widget {
	display: block;
}		

/*end side nav test*/
}
@media only screen and (min-width: 735px) {
/*input#form_7476c627-262f-4671-b6ba-7d077ae2e109, input#form_e1549c08-348e-4887-ac52-5a6218970bb9 {
    max-width: 95%;
}*/
}
@media only screen and (min-width: 886px) and (max-width: 1144px) {
	#item4, #relItem4 {
		display: none;
	}
	
}
@media only screen and (min-width: 612px) and (max-width: 885px) {
	#item3, #item4, #relItem3, #relItem4 {
		display: none;
	}
	
}
@media only screen and (max-width: 611px) {
	#item1, #item2, #item3, #item4, #relItem1, #relItem2, #relItem3, #relItem4 {
		display: none;
	}
		#next1, #next2, #next3, #next4, #related1, #related2, #related3, #related4 {
	display: inline-block;
}
#secondaryNewMenu.responsive dl.level1.fixSection {
    margin-top: 102px !important;
	}
.moreBtns.Related {
	display: block;
}
.facultyName.item-1, .facultyName.item-3, .facultyName.item-4, .relatedItem.item2 {
	display: none;
}
.facultyName.item-1.showIt, .facultyName.item-2.showIt, .facultyName.item-3.showIt, .facultyName.item-4.showIt {
	display: block !important;
}
#relItem1.showIt, #relItem2.showIt, #relItem3.showIt, #relItem4.showIt {
	display: inline-block;
	margin-top: 3px;
}
.facDetailBox {
	display: block;
	}	
.staffImage {/*might not need*/
	text-align: center;
	}
.staffPic img {
	text-align: center;
    margin: 0 auto 14px;
    display: block;
}
.flexRelated {
    display: flex;
}	
}
	@media only screen and (max-width: 479px) {	
#secondaryNewMenu.fixSection {
    position: absolute;
    top: 98px;
	}
.toggleside.fixSection {
	position: fixed;
    top: 105px;
    width: 100%;
	z-index: 41;
	height: 35px;
    display: grid;
    align-items: center;
}
#secondaryNewMenu.responsive dl.level1.fixSection {
	margin-top: 0px !important;
    position: fixed;
    top: 140px;
    z-index: 1;
    background: #ffffff;
	width: 100%;
}		
.highlightGrid {
    grid-template-rows: 1fr 1fr;
	grid-template-columns: auto;
}
.highlightCopy {
    display: flex;
    justify-content: center;
    height: 310px;
}
.calloutInfo {
    float: inherit;
	text-align: center;
    margin: 0;
}
.calloutQuote {
    margin-left: inherit;
    margin-top: 85px;
}
.highlightImage img {
	height: inherit;
}
.twoColumn {
    display: block;
}
.colBox.Line {
	display: none;
}
.acClasses {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: auto;
		}
.panel-group {
    margin-bottom: 0;
}
.relatedItem {
    margin: 0 auto;
}
#quicklinks {
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1px 1fr;
    align-content: center;
    grid-gap: 9px;
	float: none;
}
#quicklinks div:first-child {
    text-align: right;
}
ul.quicklinkslist li {
    padding: 0;
}
.ql {
	width: auto;
	border: none;
	padding: 0;
}
.ql.spacer {
    background: #36c6fd;
	display: block;
}
}