@charset "UTF-8";
/************************************************

Stylesheet: Main Stylesheet

*************************************************/
/*********************
GENERAL STYLES
*********************/
.info {
    background: #e6b552;
    color: #002e71;
}

.radius {
    border-radius: 5px;
}

select {
	background-position: right 1rem center;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute ;
    width: 1px;
    word-wrap: normal ;
}

/*********************
LINK STYLES
*********************/
a:link, a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/*********************
H1, H2, H3, H4, H5 P STYLES
*********************/
h1, .h1, h2, .h2 {
	line-height: 1;
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none; }

/*********************
HEADER STYLES
*********************/
#top-bar-menu {
    padding: 1rem .5rem;
	font-family: 'Work Sans', sans-serif;
}

.logo img {
	width: 280px;
	height: auto;
}

.zeno_font_resizer_container {
    display: inline-block;
}

p.zeno_font_resizer {
    line-height: 1;
    margin-bottom: 0;
}

.header ul.off-canvas-list li {
  list-style: none; 
}

.menu .active>a {
	border-bottom: none;
}

/*search bar styles*/

.input-group-rounded .input-group-field {
    border-radius: 5000px 0 0 5000px;
    padding-left: 1rem;
}

.input-group-rounded .input-group-button .button {
    border-radius: 0 5000px 5000px 0;
    font-size: 0.8rem;
}

header.header .input-group {
    margin-bottom: 0;
}

header.header .input-group-field {
    font-size: 0.9rem;
}

header.header .input-group-field, header.header .input-group-button button {
    height: 2rem;
}

#menu-ancillary .astm-search-menu.default form {
	max-width: 150px;
}

/*********************
NAVIGATION STYLES
*********************/
.top-bar .title-area {
  z-index: 1; }

.off-canvas-list ul {
  margin-left: 0; }
  .off-canvas-list ul li a {
    border-bottom: 0px; }
  .off-canvas-list ul .dropdown {
    margin-left: 20px; }

nav#mainnav {
    border-width: 1px;
    border-style: solid none;
    border-color: #ccc;
	font-family: 'Work Sans', sans-serif;
}

#mainnav .row {
    position: relative;
}

.menu {
    font-family: 'Work Sans', sans-serif;
}

#menu-main-1 a {
    text-transform: uppercase;
    font-size: .95rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #555;
    font-weight: 600;
}

#menu-main > li a {
    text-transform: uppercase;
}

#menu-main .submenu {
    margin-left: .5rem;
}

#menu-main .submenu li a {
    text-transform: none;
}

#menu-main-1 .is-dropdown-submenu li a {
    text-transform: none;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a:after, .is-accordion-submenu-parent>a:after {
	font-family: FontAwesome;
	content: "\f107";
}

.is-dropdown-submenu-parent a:after {
    right: 9px;
    margin-top: -9px;
}

.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right>a:after {
	font-family: FontAwesome;
	content: "\f105";
}

.is-accordion-submenu-parent>a:after {
	float: right;
}

#menu-ancillary a {
    color: #222;
}

.mega-sub-menu .menu>li {
    display: block;
}

.mega-sub-menu .menu>li a {
    padding: .5rem 0;
    color: #555;
    font-size: .95rem;
}


/*MEGA menu overwrites*/
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    line-height: inherit;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
	display: table;
}

#mainnav #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mainnav #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mainnav #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: transparent;
    border-top: 2px solid #444;
    margin-top: -2px;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link {
    padding: .7rem 0;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link:hover {
    background-color: rgb(242,242,242);
}

/**Desktop login**/
.rightlogin {
    position: absolute;
    right: 0;
    z-index: 9;
}

.logintoggle {
    text-transform: uppercase;
    font-size: .95rem;
    padding: 1rem;
    line-height: 1.2;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    float: right;
    background-color: #062351;
}

.logintoggle:hover {
	color: #fff;
}

#loginpanel {
    background-color: #062351;
    color: #fff;
    padding: .5rem 1.2rem 1rem 1.2rem;
    clear: both;
    min-height: 391px;
}

#loginpanel label, #loginpanel a {
    color: #fff;
}

.pvb-button {
    font-weight: bold;
}

.enrolllink {
    margin: 1rem -1.2rem 0 -1.2rem;
}

.enrolllink a {
    padding: 1rem;
    background: #081835;
	color: #fff;
    display: block;
}

/**** for new business banking *****/
.BOLoginTable tbody, .BOLoginTable tbody tr:nth-child(even) {
  border: none;
  background: transparent;
}

.BOLoginTable th, .BOLoginTable td {
  display: block;
  text-align: left;
  padding: 0;
  font-size: .875rem;
    font-weight: 400;
    line-height: 1.8;
}

.BOLoginForgotPasswordLink {
  font-size: 80%;
}

.BOLoginSubmitButton {
  background: #e6b552;
  color: #002e71;
  border-radius: 5px;
  display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem;
    padding: .85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    -webkit-transition: background-color .25s ease-out,color .25s ease-out;
    transition: background-color .25s ease-out,color .25s ease-out;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
}
/**** / new business banking *****/

/*********************
POSTS & CONTENT STYLES
*********************/
#content #inner-content {
  padding: 1rem 0rem; }

.page-title {
	text-transform: uppercase;
	margin-bottom: .5em;
}

.page-title .vcard {
  border: 0px;
  padding: 0px; }

.secondarydiv {
	background-color: #F7F7F5;
	padding: 1rem 0;
}

.secondarydiv h1, .secondarydiv h2, .secondarydiv h3 {
	color: #002e71;
}

.single-post .wp-post-image, .archive .wp-post-image, .blog .wp-post-image, .search-results .wp-post-image {
	max-width: 200px;
	height: auto;
	margin-right: 1rem;
	margin-bottom: 1rem;
}

.blog .wp-post-image, .search-results .wp-post-image {
	float: left;
}

.byline {
  color: #666666; }

.entry-content img {
  max-width: 100%;
  height: auto; }

.entry-content .alignleft, .entry-content img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.entry-content .alignright, .entry-content img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.entry-content .aligncenter, .entry-content img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.entry-content video, .entry-content object {
  max-width: 100%;
  height: auto; }

.entry-content pre {
  background: #eee;
  border: 1px solid #cecece;
  padding: 10px; }

.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px; }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

.post-password-form input[type="submit"] {
  display: inline-block;
  text-align: center;
  line-height: 1;
  cursor: pointer;
  -webkit-appearance: none;
  transition: all 0.25s ease-out;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 0.85em 1em;
  margin: 0 1rem 1rem 0;
  font-size: 0.9rem;
  background: #2199e8;
  color: #fff; }
  [data-whatinput='mouse'] .post-password-form input[type="submit"] {
    outline: 0; }
  .post-password-form input[type="submit"]:hover, .post-password-form input[type="submit"]:focus {
    background: #1583cc;
    color: #fff; }

/*********************
IMAGE GALLERY STYLES
*********************/
/*********************
PAGE NAVI STYLES
*********************/
.page-navigation {
  margin-top: 1rem; }

/*********************
COMMENT STYLES
*********************/
#comments .commentlist {
  margin-left: 0px; }

#respond ul {
  margin-left: 0px; }

.commentlist li {
  position: relative;
  clear: both;
  overflow: hidden;
  list-style-type: none;
  margin-bottom: 1.5em;
  padding: 0.7335em 10px; }
  .commentlist li:last-child {
    margin-bottom: 0; }
  .commentlist li ul.children {
    margin: 0; }

.commentlist li[class*=depth-] {
  margin-top: 1.1em; }

.commentlist li.depth-1 {
  margin-left: 0;
  margin-top: 0; }

.commentlist li:not(.depth-1) {
  margin-left: 10px;
  margin-top: 0;
  padding-bottom: 0; }

.commentlist .vcard {
  margin-left: 50px; }
  .commentlist .vcard cite.fn {
    font-weight: 700;
    font-style: normal; }
  .commentlist .vcard time {
    float: right; }
    .commentlist .vcard time a {
      color: #999;
      text-decoration: none; }
      .commentlist .vcard time a:hover {
        text-decoration: underline; }
  .commentlist .vcard img.avatar {
    position: absolute;
    left: 10px;
    padding: 2px;
    border: 1px solid #cecece;
    background: #fff; }

.commentlist .comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

.commentlist .comment-reply-link {
  float: right; }

/*********************
COMMENT FORM STYLES
*********************/
.respond-form {
  margin: 1.5em 10px;
  padding-bottom: 2.2em; }
  .respond-form form {
    margin: 0.75em 0; }
    .respond-form form li {
      list-style-type: none;
      clear: both;
      margin-bottom: 0.7335em; }
      .respond-form form li label,
      .respond-form form li small {
        display: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url],
    .respond-form form textarea {
      padding: 3px 6px;
      background: #efefef;
      border: 2px solid #cecece;
      line-height: 1.5em; }
      .respond-form form input[type=text]:focus,
      .respond-form form input[type=email]:focus,
      .respond-form form input[type=url]:focus,
      .respond-form form textarea:focus {
        background: #fff; }
      .respond-form form input[type=text]:invalid,
      .respond-form form input[type=email]:invalid,
      .respond-form form input[type=url]:invalid,
      .respond-form form textarea:invalid {
        outline: none;
        border-color: #fbc2c4;
        background-color: #f6e7eb;
        -ms-box-shadow: none;
        box-shadow: none; }
    .respond-form form input[type=text],
    .respond-form form input[type=email],
    .respond-form form input[type=url] {
      max-width: 400px;
      min-width: 250px; }
    .respond-form form textarea {
      resize: none;
      width: 97.3%;
      height: 150px; }

#comment-form-title {
  margin: 0 0 1.1em; }

#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

.nocomments {
  margin: 0 20px 1.1em; }

/*********************
SIDEBARS & ASIDES
*********************/
.widget ul {
  margin: 0; }
  .widget ul li {
    list-style: none; }

.pe-recent-posts-title-tag {
    line-height: 1;
}

.excerpt-text {
    font-size: smaller;
}

/*.pe-recent-posts-outer.bullets-on-board {
    padding: 5px 0 0 0;
}

.pe-recent-posts-outer ol.carousel-indicators {
    position: relative;
    top: 15px;
}*/

.pe-recent-posts-outer .image-left ul li img {
    margin-bottom: 30px;
}

/*********************
FOOTER STYLES
*********************/
footer.footer {
  clear: both;
  margin-top: 1em;
  background-color: #444;
  margin-top: 5em;
  color: #fff;
  padding: 1em 0;
  font-family: 'Work Sans', sans-serif;
}

.footer hr {
    border-bottom-color: #444;
    margin: .6rem 0;
}

footer.footer a, footer.footer label {
    color: #fff;
}

footer.footer a:hover {
    color: #e6b552;
}

footer.footer .menu>li {
    vertical-align: top;
	padding-right: 3em;
}

footer.footer .menu>li a {
    padding-left: 0;
}

footer.footer .menu>li>a {
    font-weight: bold;
    text-transform: uppercase;
}

footer.footer .sub-menu {
    list-style-type: none;
    margin-left: 0;
}

.footer .copyrightcontainer {
    margin-top: 3em;
}

.footer .copyright img {
    vertical-align: middle;
}

.footer .intellithought p {
    line-height: 40px;
    font-weight: bold;
}

.social-links-footer {
    padding: .7rem 0;
}

.social-links-footer a {
    padding: 0 .35rem;
}

.social-links-footer strong {
    display: block;
    text-transform: uppercase;
    margin-bottom: .7rem;
}

.footer .joinbtn {
    font-weight: bold;
    font-size: larger;
    margin-top: 1rem;
    border-width: 2px !important;
    border-color: #e6b552 !important;
}

.footer #newsletter-signup {
    padding: 0 .5em;
	width: 100%;
}

/*********************
SPECIFIC STYLES
*********************/
.page-id-409 .page-title {
    background: #fff url(/wp-content/uploads/2014/12/8a.-Popmoney-2clr-logo-3.28-RGB-300x471.jpg) no-repeat;
    text-indent: -999em;
    background-size: contain;
}

/*Home page slider*/
.home .slotholder {
    padding: 0 .5em;
}

/*nav animated icon */
#nav-icon3 {
	margin: 30px 5px;
    cursor: pointer;
}
.tcon-menu__lines {
    display: inline-block;
    height: 5.71429px;
    width: 40px;
    border-radius: 2.85714px;
    -webkit-transition: .3s;
    transition: .3s;
    background: #444;
    position: relative;
}
.tcon-menu__lines::before {
    top: 10px;
}
.tcon-menu__lines::before, .tcon-menu__lines::after {
    display: inline-block;
    height: 5.71429px;
    width: 40px;
    border-radius: 2.85714px;
    -webkit-transition: .3s;
    transition: .3s;
    background: #444;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 2.85714px center;
    transform-origin: 2.85714px center;
    width: 100%;
}
.tcon-menu__lines::after {
    top: -10px;
}
.tcon-visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
#nav-icon3[aria-expanded="true"] .tcon-menu__lines {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
}
#nav-icon3[aria-expanded="true"] .tcon-menu__lines::before {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
	left: 22px;
    top: 13px;
    width: 22.22222px;
}

#nav-icon3[aria-expanded="true"] .tcon-menu__lines::after {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
	top: -13px;
    left: 22px;
    width: 22.22222px;
}

#mega-menu-main-nav .astm-search-menu {
    display: none;
}

.topright {
	position: absolute;
	top: 2px;
	right: 15px;
}

.row.mosi-grid h3.top-btm-spacing {
    clear: both;
    padding-top: 60px;
}

.mosi-phone2 {
    font-weight: bold;
}

.mosi-phone2:before {
    content: "\f095";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    padding-right: 0.5em;
}

.row.mosi-grid a {
    color: #fff;
}

#mosi-main .mosi-staff-meta {
    -webkit-filter: blur(0) !important;
    top: 84% !important;
}

.pgbg {
    width: 100%;
    padding: 15% 0;
    background-size: cover;
    background-position: center;
}



.splitimg {
	padding-top: 15%;
	padding-bottom: 15%;
	margin-bottom: 1.5rem;
	background-position: center;
	-webkit-background-size: cover;
    background-size: cover; 
}

.sixteen-nine {
    position: relative;
}

.sixteen-nine:before {
    display: block;
    content: " ";
    width: 100%;
    padding-top: 56.25%;
}

.sixteen-nine > iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-id-435 .page-title {
    visibility: hidden;
}

h2.cd-timeline-item-title {
    font-size: 1.6rem;
}

.cta-div {
    margin-bottom: 0;
}

.cta-div h2, .cta-div #gform_submit_button_1 {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    font-weight: bold;
}

.cta-div.secondarydiv {
    color: inherit;
    margin-top: -1em;
}

.cta-div.secondarydiv label {
    color: #333;
}

.cta-div #gform_submit_button_1 {
    width: calc(100% - 16px);
}

#gform_confirmation_message_1 {
	color: #333;
	text-align: center;
	font-weight: bold;
}

legend.gfield_label {
    font-weight: bold;
    margin-bottom: 0;
}

.gfield_description {
    padding-top: 0;
    padding-bottom: 16px;
}

.ginput_counter {
    margin-top: 0;
}

[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
    margin-bottom: 5px;
}

@media only screen and (min-width: 641px) {
  .gform_wrapper .top_label input.large.datepicker, .gform_wrapper .top_label input.medium.datepicker, .gform_wrapper .top_label input.small.datepicker {    
    width: calc(100% - 21px);
  }
}


.staff-department-links li {
    list-style-type: none;
    border-bottom: 1px solid #ccc;
}

.staff-department-links {
    margin: 0;
}

@media only screen and (min-width: 680px) {
  .staff-department-links li {    
    display: table-cell;    
    padding: 0 .6rem;    
    border-right: 1px solid #ccc;    
    border-bottom: none !important;    
    vertical-align: middle;
  }
  .staff-department-links {    
    margin: 0 0 0 3px;    
    border-left: 1px solid #ccc;
  }
}


.page-id-445 p, .page-id-445 table, .ml-responsive-table {
    font-family: Arial, sans-serif;
}

.ml-responsive-table {
    margin-bottom: 1rem;
}

.page-id-445 table {
    border-collapse: collapse;
    line-height: 1.2;
}

dl.ml-grid {
    border-bottom: 1px solid #ccc;
    background: #fff !important;
}

.page-id-445 table td, .page-id-445 table th, .ml-responsive-table {
    border: 1px solid #ccc;
}

.page-id-445 table.privacy-heading {
    text-transform: uppercase;
    font-size: 1.2rem;
}

.page-id-445 table.privacy-heading td {
    border-right: none;
    border-left: none;
    border-top: none;
    border-bottom: 2px solid #000;
}

.page-id-445 table.privacy-heading td.black {
    background: #000;
    color: #fff;
}

.page-id-445 table td.gray, .page-id-445 table thead, dt.ml-title {
    background: #eee !important;
}

dt.ml-title, dd.ml-value {
    line-height: 1;
    display: block;
    padding: .5rem .625rem .625rem;
}

.page-id-445 table ul {
    list-style-type: square;
}

@media only screen and (min-width: 768px) {
  .page-id-445 table.adapt td.black, .page-id-445 table.adapt td.gray {    
    width: 100px;    
    vertical-align: top;
  }
}

@media only screen and (max-width: 767px) {
  table.adapt td {    
    display: block;    
    clear: both;
  }
  table.adapt td::after {    
    content: "";    
    clear: both;    
    display: table;
  }
}


@media only screen and (min-width: 821px) {
  /*#cd-timeline {    
    position: relative;
  }
  .cd-timeline-block {    
    float: left;    
    width: 49.99% !important;    
    margin: 0 0 1em 0;
  }
  .cd-timeline-content {    
    width: 85% !important;
  }
  .cd-timeline-block:nth-child(odd) {    
    clear: left;
  }
  .cd-timeline-block:nth-child(even) {    
    margin-top: 10em;
  }
  .cd-timeline-block:last-of-type {    
    margin-top: -20em;
  }*/
}

@media screen and (min-width: 64em) {
  .split {    
    display: -webkit-flex;
    display: flex;    
    margin-bottom: -5rem;
  }
  .split .columns, .splitimg {    
	-webkit-align-items: stretch;
    align-items: stretch;   
    background-position: center top;    
    padding: 2rem;
	margin-bottom: 0;
  }
}

@media only screen and (min-width: 1225px) {
#inner-content.has-banner {
    margin-top: -12.5%;
    background-color: #fefefe;
    padding: 1rem;
    box-shadow: -40px -25px 100px -80px #000000, 40px -25px 100px -80px #000000;
}
}

@media only screen and (max-width: 1150px) and (min-width: 1025px) {
  #mosi-main .mosi-staff-meta {    
    top: 70% !important;
  }
}


@media (min-width: 1024px) {
.home .slotholder {
    padding: 0 1em 0 0;
}
.home #loginpanel {
	max-height: 389px;
    overflow-y: scroll;
	-ms-overflow-style: none;
	-moz-scrollbars-none;
}
.home #loginpanel::-webkit-scrollbar { width: 0 !important }
}

@media (max-width: 1023px) {
/*mobile menu related */

#mega-menu-main-nav .astm-search-menu {
	display: block;
}
	
#menu-ancillary .astm-search-menu {
	display: none;
}
	
#mega-menu-wrap-main-nav {
    background: transparent;
    font-family: 'Work Sans', sans-serif;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link {
    font-family: 'Work Sans', sans-serif;
    width: 100%;
    border-top: #fff 1px solid;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
	background: transparent;
	padding: 0 1rem;
}
	
#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item.mega-toggle-on > a.mega-menu-link, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background: transparent;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
    line-height: 42px;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-flyout ul.mega-sub-menu {
    background: none;
    padding: 0;
    box-shadow: none;
}

#mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-main-nav #mega-menu-main-nav > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    font-size: .9rem;
}

.astm-search-menu {
    padding: 1rem 10px;
}
/**/
	
.rightlogin {
	position: relative;
	float: none !important;
}
.logintoggle {
	float: none !important;
	text-align: center;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.75);
}
.headersearch {
    width: 100% !important;
    border-top: 1px solid #ddd;
    margin-top: .5rem;
}

#top-bar-menu {
    padding: 1rem .5rem 0 .5rem;
}
.locations-contact {
    clear: both;
    display: table;
    width: 100%;
}

.locations-contact .custom-menu-class {
    float: none;
}

.locations-contact > .text-right {
    text-align: left;
	padding: .5rem 1rem;
}

.locations-contact > div {
    display: inline-block;
    height: auto;
    line-height: 1.25;
    padding: 0 ;
    vertical-align: middle;
    width: auto;
}

.locations-contact br {
    display: none;
}
	
#menu-ancillary>li.menu-item {
    width: 49.0%;
    display: inline-block;
    text-align: center;
}

#menu-ancillary>li.menu-item a {
    padding: 1rem 0;
	display: block;
	width: 100%;
	white-space: nowrap;
  	overflow: hidden;
	overflow-x: hidden;
	text-overflow: ellipsis;
}

#menu-ancillary>li.menu-item:first-of-type {
    border-right: 1px solid #ddd;
}
	
h1, .h1 {
	font-size: 2rem;
}
}

@media only screen and (max-width: 767px) and (min-width: 519px) {
	#mosi-main .mosi-staff-meta {
		top: 89% !important;
	}
}

@media (max-width: 767px) {
.home .slotholder {
    padding: 0;
}
	
	article .columns a.text-right.float-right {
		float: none !important;
		display: block;
		text-align: left;
	}
	.logo img {
	width: 240px;
	}
}

@media only screen and (max-width: 640px) {
  .cta-div #gform_submit_button_1 {    
    width: 100%;
  }
}

@media (max-width: 639px) {
	footer.footer .menu>li {
		width: 100%;
		clear: both;
		padding: 0;
		display: block;
		text-align: center;
		margin-bottom: 2rem;
	}
	
	.social-links-footer {
		text-align: center;
	}
	
	.source-org.copyright.float-left, .text-right.float-right.intellithought {
		text-align: center;
		display: block;
		float: none !important;
	}
}

@media (max-width: 519px) {
	#mosi-main .mosi-med-6 {
		width: calc( ( 100% / 1 ) - 2% ) !important;
	}
	#mosi-main .mosi-staff-meta {
		top: 94% !important;
	}
}

@media (max-width: 500px) {
	.single-post .wp-post-image, .blog .wp-post-image {
		float: none;
		clear: both;
		width: 100%;
		max-width: none;
		height: auto;
	}
	.blog .wp-post-image {
	float: none;
	}	
}

@media (max-width: 400px) {
	#nav-icon3 {
		margin: 25px 5px;
	}
	.logo img {
		width: 240px;
	}
	.actionicons small {
		font-size: 75%;
	}
}

/*action icons bar*/
.actionicons a {
    display: block;
    color: #444;
    padding: 1.5em 0 0 0;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
}

.actionicons img {
    width: 70px;
    height: 70px;
    display: block;
    text-align: center;
    margin: 0 auto;
}


/*********************
PLUGIN STYLES
*********************/
.gform_body ul {
  list-style: none outside none;
  margin: 0; }

/******************************************************************

Stylesheet: Retina Screens & Devices Stylesheet

When handling retina screens you need to make adjustments, especially
if you're not using font icons. Here you can add them in one neat
place.

******************************************************************/
/******************************************************************

Stylesheet: Print Stylesheet

This is the print stylesheet. There's probably not a lot
of reasons to edit this stylesheet. 

Remember to add things that won't make sense to print at 
the bottom. Things like nav, ads, and forms shouldbe set 
to display none.
******************************************************************/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
    filter: none !important;
    -ms-filter: none !important; }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr, img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
