body a {
	line-height: 1.2em;
    	text-decoration: none!important;
}

/** Override theme css **/
.additionalCopy { margin-top: 50px; }
.single-muse_resource .indentedElements { padding: 0; }
#landingTemplate #section3 { margin-top: 50px; padding: 50px 0 100px } 
footer { padding: 50px 0 50px 0; }

/** end Override css **/
#mainContent { margin-top: 50px; } 
.admin-bar header {
	margin-top: 32px;
}

.the-muse-logo {  float: left; }
.the-muse-logo img {
    width: 100px;
    height: 100%;
    margin: 12px 12px 0;
}
.footer {
    min-height: 200px;
    margin: 0;
    position: relative;
    background: url('https://www.themuse.com/static/images/textures/footer-bg.jpg');
    background-color: #333;
    padding:0;
}
.footer .column {
    font-family: nunito sans,Helvetica,sans-serif;
    font-weight: 300;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-size: 15px;
    text-align: left;
    line-height: 2em;
}

.footer .column h6 {
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 10px 0;
    color: #53b6d0;
    font-family: nunito sans,Helvetica,sans-serif;
    font-weight: 900;
    font-style: normal;
    text-rendering: optimizeLegibility;
}
.footer .internal-link a {
    padding: 5px 0;
    display: block;
}

.footer .column a {
    color: #e4e4e4;
    text-decoration: none;
}
.footer .column a:after {
    clear: both;
}
.footer .column a:before, .footer .column a:after {
    content: " ";
    display: table;
}

.social_col a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    color: #53b6d0;
    line-height: 1em;
    text-align: center;
    background: #53b6d0;
    margin: 10px 10px 0 0;
    -webkit-transition: background 200ms ease-out;
    -moz-transition: background 200ms ease-out;
    -ms-transition: background 200ms ease-out;
    -o-transition: background 200ms ease-out;
    transition: background 200ms ease-out;
}
.social_col i {
    color: #333;
    font-size: 15px;
    line-height: 2em;
}
.container:after {
    clear: both;
}
.container:before, .container:after {
    content: " ";
    display: table;
}

.footer-logo img {
    width: 150px;
    margin-bottom: 20px;
}
.copyright {
    font-size: 14px;
    color: #e4e4e4;
    text-align: left;
    display: block;
    font-family: nunito sans,Helvetica,sans-serif;
    font-weight: 300;
    font-style: normal;
    text-rendering: optimizeLegibility;
}

.footer .container {
    margin: 0 auto;
    padding: 50px 0;
}

.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}

.blue-solid-button-xs:hover, .btn-sign-up:hover, .blue-solid-button-xs:active, .btn-sign-up:active, .blue-solid-button-xs:focus, .btn-sign-up:focus {
    color: #fff;
    background-color: #34a0bc;
    border: 1px solid #34a0bc;
}

.blue-solid-button-xs, .btn-sign-up {
    -webkit-transition: background 200ms ease-out;
    -moz-transition: background 200ms ease-out;
    -ms-transition: background 200ms ease-out;
    -o-transition: background 200ms ease-out;
    transition: background 200ms ease-out;
    width: auto;
    font-size: 13px;
    background-color: #53b6d0;
    display: inline-block;
    text-align: center;
    text-transform: capitalize;
    outline: 0;
    cursor: pointer;
    padding: .9em 2.5em;
    font-family: nunito sans,Helvetica,sans-serif;
    font-weight: 600;
    font-style: normal;
    text-rendering: optimizeLegibility;
    line-height: 1.2em;
    color: #fff;
    border: 1px solid #53b6d0;
}

.btn-sign-up {
    height: 50px;
    padding: 16px 30px 0!important;
}

.user-nav .sign-in-wrapper.right, .user-nav .sign-up.right, .user-nav .sign-in-wrapper.right {
	margin: 15px 18px 0;
}

.user-nav .sign-in-wrapper a.sign-in-modal, .user-nav .sign-up a.sign-in-modal, .user-nav .sign-in-wrapper a.sign-in-modal {
    color: #53b6d0;
}

.user-nav .sign-in-wrapper, .user-nav .sign-up, .user-nav .sign-in-wrapper {
    font-family: nunito sans,Helvetica,sans-serif;
    font-weight: 600;
    font-style: normal;
    text-rendering: optimizeLegibility;
    text-transform: capitalize;
    font-size: 14px;
    float: left;
}

.search-bar-container {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    font-family: georgia,Georgia,Serif;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizeLegibility;
    background-color: #fff;
}
.search-bar-container .search-wrapper {
    max-width: 1260px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 10px;
    margin: 0 auto;
}
.search-bar-container .input-wrapper {
    width: 80%;
}
.search-bar-container .input-wrapper, .search-bar-container .button-wrapper {
    float: left;
}
.search-bar-container span {
    float: left;
    padding: 10px 15px 0 0;
    font-size: 18px;
    color: silver;
    margin: 0;
}
.search-bar-container label {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.search-bar-container .search-input {
    float: left;
    height: 100%;
    padding: 7px 15px 7px 0;
    border-radius: 0;
    border: 0;
    box-shadow: none;
    outline: 0;
    font-family: Georgia,serif;
    font-style: italic;
    font-size: 21px;
    border-bottom: 1px solid silver;
    color: #333;
    width: 400px;
}
input[type=search] {
    -webkit-appearance: none;
}

.search-bar-container .button-wrapper {
    width: 20%;
    text-align: right;
}
.search-bar-container .input-wrapper, .search-bar-container .button-wrapper {
    float: left;
}
.tm-green-round-button:disabled, .search-bar-container button:disabled {
    color: rgba(255,255,255,.7);
    background-color: rgba(10,186,138,.7);
}
.search-bar-container button {
    opacity: .5;
    font-size: 18px;
    padding: 10px 50px;
}
.tm-green-round-button, .search-bar-container button {
    -webkit-transition: background 200ms ease-out;
    -moz-transition: background 200ms ease-out;
    -ms-transition: background 200ms ease-out;
    -o-transition: background 200ms ease-out;
    transition: background 200ms ease-out;
    padding: 12px 30px;
    display: inline-block;
    background-color: #0aba8a;
    line-height: 1.2em;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    font-family: nunito sans,Helvetica,sans-serif;
    font-weight: 700;
    font-style: normal;
    text-rendering: optimizeLegibility;
    font-size: 11px;
    border-radius: 25px;
    letter-spacing: 1px;
}
button[disabled], html input[disabled] {
    cursor: default;
}
button, input[type=submit] {
    outline: 0;
    cursor: pointer;
    border: 0;
    line-height: 1.2em;
    text-decoration: none!important;
}
.search-bar-container .search-wrapper:before, .search-bar-container .search-wrapper:after {
    content: " ";
    display: table;
}

.search-bar-container .search-wrapper:after {
    clear: both;
}

/** Pagination **/
.navigation {
  width: 100%;
}

.navigation .wp-paginate a {
    background: #fff;
    border: 2px solid #53b6d0;
    color: #53b6d0;
    margin-right: 4px;
    padding: 6px 20px;
    text-align: center;
    text-decoration: none;
    border-radius: 25px;
    font-size: 18px;
    font-weight: 400;
}

.navigation .wp-paginate a:hover, .navigation .wp-paginate a:active {
    color: #fff;
    background: #53b6d0;
    border: 2px solid #53b6d0;
}

.navigation .wp-paginate .current {
    color: #fff;
    background: #53b6d0;
    border: 1px solid #53b6d0;
    margin-right: 4px;
    padding: 6px 20px;
    border-radius: 25px;
}


.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}


@media only screen and (max-width: 767px) {
#mega-menu-wrap-megamenu .mega-menu-toggle + #mega-menu-megamenu {
    display: table;
}
#mega-menu-wrap-megamenu #mega-menu-megamenu > li.mega-menu-item {
    display: table-cell;
    margin: 0;
    clear: both;
    border: 0;
text-align:center;
vertical-align:middle;
}
header .main-nav { height: auto; }
#mega-menu-wrap-megamenu #mega-menu-megamenu > li.mega-menu-item > a.mega-menu-link { height: 30px }
#mega-menu-wrap-megamenu #mega-menu-megamenu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item { padding: 7px 0 7px 0; }
#mega-menu-wrap-megamenu #mega-menu-megamenu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row:first-of-type { display: none; }
#mega-menu-wrap-megamenu #mega-menu-megamenu li.mega-menu-item-has-children a.mega-menu-link:after { display: none; }
#mega-menu-wrap-megamenu .mega-menu-toggle + #mega-menu-megamenu li.mega-menu-item.mega-toggle-on > ul.mega-sub-menu, #mega-menu-wrap-megamenu .mega-menu-toggle + #mega-menu-megamenu li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu { position: absolute; width: 100%; height: 150px; }
#mega-menu-wrap-megamenu #mega-menu-megamenu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-megamenu #mega-menu-megamenu > 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: 16px; }
.borderedMega > ul.mega-sub-menu li a { font-size: 12px; line-height: 1em; }
.header #mega-menu-wrap-megamenu #mega-menu-megamenu>li.mega-menu-item>a.mega-menu-link {
	line-height: 1;
	text-align:center;
}

#mainContent { margin-top: 65px }
}

@media (min-width: 768px) {
  .container {
      width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
      width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
      width: 1170px;
  }
}


@media (min-width: 1199px) { 
/** Manually adjust the position of the nav to match the main site, to make up for the missing Sign In and Sign Up buttons **/
header .main-nav { margin-right: 190px }

}

@media (max-width: 1199px) {

  .the-muse-logo img {
      width: 80px;
      margin: 15px;
  }

  .header #mega-menu-wrap-megamenu #mega-menu-megamenu>li.mega-menu-item>a.mega-menu-link {
  	padding: 0 9px;
  	font-size: 11px;
  	font-weight: 700;
  	display: table-cell;
  	text-rendering: optimizeLegibility;
   }

}

@media (max-width: 1210px) {
  .header #mega-menu-wrap-megamenu #mega-menu-megamenu>li.mega-menu-item>a.mega-menu-link {
      display: table-cell;
      padding: 0 9px;
  }

}


.highlight .highlight-image {
    height: 80px;      /* equals max image height */
    width: 100%;
    white-space: nowrap; /* this is required unless you put the helper span closely near the img */    
    /*text-align: center; margin: 1em 0;*/
}

.highlight .highlight-image .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.highlight .highlight-image img {
    vertical-align: middle;
    max-height: 80px;
    max-width: 160px;
}

.allResources .counts { display: none; }


#customersTemplate > div:nth-of-type(2n+3) {
  background-color: #f7f7f7;
}

#customersTemplate #section5 {
 background-color: #fff;
}