*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url('../behaviors/box-sizing/boxsizing.php');
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  *behavior: url('../behaviors/box-sizing/boxsizing.php');
}

img, video {
  max-width: 100%;
  height: auto;
}

/* No files to import found in abstractions/**\/* */
img, media {
  max-width: 100%;
}

body {
  font-family: "soleil", "Trebuchet MS", sans-serif;
  color: #404041;
  font-size: 13px;
  line-height: 1.5;
}
@media (min-width: 44em) {
  body {
    font-size: 15px;
    line-height: 1.5;
  }
}
@media (min-width: 70em) {
  body {
    line-height: 1.75;
  }
}
body.front {
  overflow-x: hidden;
}

b, strong {
  font-weight: 600;
}

#page-title {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  color: #083e64;
  border-bottom: 2px solid #bbbdbf;
  padding-bottom: 6px;
  margin-top: 0;
}
@media (min-width: 44em) {
  #page-title {
    font-size: 24px;
  }
}
@media (min-width: 70em) {
  #page-title {
    font-size: 28px;
  }
}

.node,
.l-content-wrapper > .view,
.l-content-wrapper > .block--views {
  font-size: 13px;
}
@media (min-width: 44em) {
  .node,
  .l-content-wrapper > .view,
  .l-content-wrapper > .block--views {
    font-size: 15px;
  }
}
@media (min-width: 55em) {
  .node,
  .l-content-wrapper > .view,
  .l-content-wrapper > .block--views {
    padding: 0 2%;
  }
}
.node a,
.l-content-wrapper > .view a,
.l-content-wrapper > .block--views a {
  color: inherit;
  text-decoration: underline;
  transition: color .2s ease-in-out;
}
.node a:hover, .node a:active, .node a:focus,
.l-content-wrapper > .view a:hover,
.l-content-wrapper > .view a:active,
.l-content-wrapper > .view a:focus,
.l-content-wrapper > .block--views a:hover,
.l-content-wrapper > .block--views a:active,
.l-content-wrapper > .block--views a:focus {
  color: #f27d21;
}
a.blue-button {
  border-radius: 6px;
  box-shadow: 0 3px 0 0 #152550, 0 6px 6px 0 rgba(0, 0, 0, 0.5);
  color: #81c5e2 !important;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  padding: 4px 12px;
  text-decoration: none !important;
  text-transform: uppercase;
  background: #47729b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #47729b 0%, #15486e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47729b), color-stop(100%, #15486e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #47729b 0%, #15486e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #47729b 0%, #15486e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #47729b 0%, #15486e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #47729b 0%, #15486e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47729b', endColorstr='#15486e',GradientType=0 );
  /* IE6-9 */
}
a.blue-button:hover, 
a.blue-button:active, 
a.blue-button:focus {
  box-shadow: 0 3px 0 0 #152550, 0 6px 8px 0 rgba(0, 0, 0, 0.8);
}
@media (min-width: 55em) {
  a.blue-button {
    border-radius: 8px;
    font-size: 14px;
    padding: 6px 16px;
  }
}
.node a.orange-button,
.l-content-wrapper > .view a.orange-button,
.l-content-wrapper > .block--views a.orange-button {
  border-radius: 6px;
  box-shadow: 0 3px 0 0 #c74a1a, 0 6px 6px 0 rgba(0, 0, 0, 0.5);
  color: #FFF;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  padding: 4px 12px;
  text-decoration: none;
  text-transform: uppercase;
  background: #f7941e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7941e 0%, #f27d21 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7941e), color-stop(100%, #f27d21));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7941e 0%, #f27d21 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7941e 0%, #f27d21 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7941e 0%, #f27d21 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f7941e 0%, #f27d21 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7941e', endColorstr='#f27d21',GradientType=0 );
  /* IE6-9 */
}
.node a.orange-button:hover, .node a.orange-button:active, .node a.orange-button:focus,
.l-content-wrapper > .view a.orange-button:hover,
.l-content-wrapper > .view a.orange-button:active,
.l-content-wrapper > .view a.orange-button:focus,
.l-content-wrapper > .block--views a.orange-button:hover,
.l-content-wrapper > .block--views a.orange-button:active,
.l-content-wrapper > .block--views a.orange-button:focus {
  box-shadow: 0 3px 0 0 #c74a1a, 0 6px 8px 0 rgba(0, 0, 0, 0.8);
}
@media (min-width: 55em) {
  .node a.orange-button,
  .l-content-wrapper > .view a.orange-button,
  .l-content-wrapper > .block--views a.orange-button {
    border-radius: 8px;
    font-size: 14px;
    padding: 6px 16px;
  }
}
.node blockquote,
.l-content-wrapper > .view blockquote,
.l-content-wrapper > .block--views blockquote {
  background: #DDD;
  padding: 1.5em 1.5em 1em;
  font-style: italic;
  position: relative;
  overflow: hidden;
}
.node p, .node dl, .node table, .node blockquote,
.l-content-wrapper > .view p,
.l-content-wrapper > .view ul,
.l-content-wrapper > .view ol,
.l-content-wrapper > .view dl,
.l-content-wrapper > .view table,
.l-content-wrapper > .view blockquote,
.l-content-wrapper > .block--views p,
.l-content-wrapper > .block--views ul,
.l-content-wrapper > .block--views ol,
.l-content-wrapper > .block--views dl,
.l-content-wrapper > .block--views table,
.l-content-wrapper > .block--views blockquote {
  margin: 0 0 1em 0;
}
.node ul > ul, node ol > ol {
  margin-bottom: 0;
}
.node h2,
.l-content-wrapper > .view h2,
.l-content-wrapper > .block--views h2 {
  font-size: 19px;
  font-weight: 700;
  color: #f27d21;
}
@media (min-width: 44em) {
  .node h2,
  .l-content-wrapper > .view h2,
  .l-content-wrapper > .block--views h2 {
    font-size: 22px;
  }
}
.node h3,
.l-content-wrapper > .view h3,
.l-content-wrapper > .block--views h3 {
  color: #083e64;
  text-transform: uppercase;
  font-size: 16px;
}
.node-type-programs #page-title,
.l-content-wrapper > .view-id-list_of_programs h3 {
  text-transform: none;
}
@media (min-width: 44em) {
  .node h3,
  .l-content-wrapper > .view h3,
  .l-content-wrapper > .block--views h3 {
    font-size: 18px;
  }
}
.node h4,
.l-content-wrapper > .view h4,
.l-content-wrapper > .block--views h4 {
  font-size: inherit;
  font-weight: 700;
  text-transform: uppercase;
}
.node h2, .node h3, .node h4,
.l-content-wrapper > .view h2,
.l-content-wrapper > .view h3,
.l-content-wrapper > .view h4,
.l-content-wrapper > .block--views h2,
.l-content-wrapper > .block--views h3,
.l-content-wrapper > .block--views h4 {
  margin: 0px;
  margin-bottom: .35em;
}
.node h2 + h3, .node h3 + h4,
.l-content-wrapper > .view h2 + h3,
.l-content-wrapper > .view h3 + h4,
.l-content-wrapper > .block--views h2 + h3,
.l-content-wrapper > .block--views h3 + h4 {
  margin-top: -.35em;
}
.node ol,
.l-content-wrapper > .view ol,
.l-content-wrapper > .block--views ol {
  padding: 0;
  margin-left: 2em;
}
.node ol ol {
  list-style-type: lower-alpha;
}
.node ol ol ol {
  list-style-type: lower-roman;
}
.node table td,
.node table th,
.l-content-wrapper > .view table td,
.l-content-wrapper > .view table th,
.l-content-wrapper > .block--views table td,
.l-content-wrapper > .block--views table th {
  padding: 6px;
}

.node ul, .node ul.menu,
.l-content-wrapper .view-admissions-requirements-pages ul,
.l-content-wrapper .view-admissions-requirements-pages ul.menu {
  padding: 0;
  margin-left: 2em;
}
.node ul li, .node ul.menu li,
.l-content-wrapper .view-admissions-requirements-pages ul li,
.l-content-wrapper .view-admissions-requirements-pages ul.menu li {
  list-style: none;
  position: relative;
}
.node ul li:before, .node ul.menu li:before,
.l-content-wrapper .view-admissions-requirements-pages ul li:before,
.l-content-wrapper .view-admissions-requirements-pages ul.menu li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #f27d21;
  position: absolute;
  left: -14px;
  display: inline-block;
  margin-left: -6px;
  top: 6px;
}
.node ul ul li:before {
  background: #0e3f65;
  top: 11px;
}
.node ul ul ul li:before {
  background: #d2d2d2;
  top: 12px;
}
@media (min-width: 44em) {
  .node ul li:before, .node ul.menu li:before,
  .l-content-wrapper .view-admissions-requirements-pages ul li:before,
  .l-content-wrapper .view-admissions-requirements-pages ul.menu li:before {
    top: 8px;
  }
}
@media (min-width: 70em) {
  .node ul li:before, .node ul.menu li:before,
  .l-content-wrapper .view-admissions-requirements-pages ul li:before,
  .l-content-wrapper .view-admissions-requirements-pages ul.menu li:before {
    top: 10px;
  }
}

/* Admissions Req. for a Country */
.node--admissions-requirements-country--full .field__label {
  color: #f27d21;
  margin-top: 1em;
  /* adding margin-top to the labels is more reliable than adding margin-bottom to the field items */
}

.view-admissions-requirements-for-a-country .attachment-before {
  font-size: 18px;
  color: #DDD;
  margin-bottom: 1em;
}
.view-admissions-requirements-for-a-country .attachment-before a {
  color: #083e64;
  text-decoration: none;
}

/* News */
.view-news ul {
  margin: 0;
  padding: 0;
}
.view-news ul li {
  list-style: none;
  margin-bottom: 1em;
}

/* SROP Abstracts */
.node--srop-abstract--full .field {
  margin-bottom: 1em;
}
.node--srop-abstract--full .field__label {
  color: #f27d21;
}

.view-srop-abstracts .view-content {
  overflow: auto;
}

.view-srop-abstracts table {
  line-height: 1.2;
}
.view-srop-abstracts table td, .view-srop-abstracts table th {
  vertical-align: top;
}
.view-srop-abstracts table th.active {
  /* indicatior triangles */
}
.view-srop-abstracts table th.active a:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
}
.view-srop-abstracts table th.active a[href*="asc"]:after {
  border-top-color: #888;
}
.view-srop-abstracts table th.active a[href*="desc"]:after {
  border-bottom-color: #888;
  position: relative;
  top: -4px;
}
.view-srop-abstracts table td.active {
  background: #BBB;
}

/* assistantship clearinghouse */
/* assistantships main page */
.view-assistantships .view-header {
  margin-bottom: 1.2em;
}

/* assistantship individual node */
.node--assistantship--full .field__label {
  color: #f27d21;
  font-weight: 700;
}
.node--assistantship--full .field {
  margin-bottom: 1em;
}
.node--assistantship--full fieldset.group-contact-info {
  padding: .25em 1em 1em;
  margin-bottom: 1em;
}
.node--assistantship--full fieldset.group-contact-info legend {
  color: #083e64;
  font-weight: 700;
  padding: 0 6px;
  text-transform: uppercase;
}
.node--assistantship--full fieldset.group-contact-info .fieldset-wrapper {
  padding: 0 10px 4px;
}
.node--assistantship--full fieldset.group-contact-info .field {
  margin-bottom: 0;
}

#edit-field-contact-address, #edit-field-application-procedure {
  width: 80%;
}

/* admissions requirements for a country */
.view-admissions-requirements-pages .views-label {
  color: #f27d21;
  font-weight: 700;
}

.l-footer-wrapper {
  background: #545456;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIzMCUiIHN0b3AtY29sb3I9IiM1NDU0NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMjMxZjIwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
  background: -moz-linear-gradient(top, #545456 30%, #231f20 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #545456), color-stop(100%, #231f20));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #545456 30%, #231f20 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #545456 30%, #231f20 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #545456 30%, #231f20 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #545456 30%, #231f20 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#545456', endColorstr='#231f20',GradientType=0 );
  /* IE6-8 */
  color: #FFF;
  height: 40px;
  padding: 4px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 44em) {
  .l-footer-wrapper {
    position: static;
    height: auto;
  }
}

.l-region--footer:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 44em) {
  .l-region--footer {
    padding: 10px 0;
  }
}

@media (min-width: 44em) {
  .l-region--footer .block__title {
    color: #81c5e2;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
    margin: 0;
    /* margin was causing problems on mobile. dial in a real value later. */
    margin-bottom: 6px;
  }
  .l-region--footer .block__content a, .l-region--footer ul.menu a {
    color: #FFF;
    text-decoration: none;
  }
  .l-region--footer .block__content a:hover, .l-region--footer .block__content a:active, .l-region--footer .block__content a:focus, .l-region--footer ul.menu a:hover, .l-region--footer ul.menu a:active, .l-region--footer ul.menu a:focus {
    text-decoration: underline;
  }
}
.block-contact-info,
.menu-general-info,
.menu-featured-resources,
.menu-quicklinks {
  display: none;
  font-size: 12px;
  line-height: 1.35;
}

/* I-Mark */
@media (min-width: 44em) {
  .mobile-block-i-mark {
    display: none;
  }
  .mobile-block-150-mark {
    display: none;
  }
  .block-contact-info,
  .menu-general-info,
  .menu-featured-resources,
  .menu-quicklinks {
    display: block;
  }
}
.mobile-block-i-mark {
  float: left;
}
.mobile-block-i-mark a {
  background-image: url(../images/i-mark.png);
  background-repeat: no-repeat;
  background-size: 25px auto;
  display: block;
  text-indent: -9999px;
  width: 25px;
  height: 32px;
}
.mobile-block-150-mark {
  float: left;
  margin-left: 5px;
}
.mobile-block-150-mark a {
  background-image: url(../images/150-logo-white.png);
  background-repeat: no-repeat;
  background-size: 25px auto;
  display: block;
  text-indent: -9999px;
  width: 25px;
  height: 32px;
}
@media (min-width: 44em) {
  .mobile-block-i-mark {
    display: none;
  }
  .mobile-block-150-mark {
    display: none;
  }
}

/* Social Media */
.menu-social-media {
  float: right;
  margin-top: 4px;
}
.menu-social-media .block__title {
  position: absolute;
  left: -9999px;
  margin: 0;
}
.menu-social-media ul.menu {
  margin: 0;
  padding: 0;
}
.menu-social-media ul.menu:after {
  content: "";
  display: table;
  clear: both;
}
.menu-social-media ul.menu li {
  list-style: none;
  /* float: left; */
  display: table-cell;
  width: 21%;
  margin-right: 5px;
}
.menu-social-media ul.menu li:last-child {
  margin-right: 0;
}
.menu-social-media ul.menu li a {
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  text-indent: -9999px;
  height: 24px;
  width: 24px;
  opacity: .6;
}
.menu-social-media ul.menu li a:hover, .menu-social-media ul.menu li a:active, .menu-social-media ul.menu li a:focus {
  opacity: .5;
}
.menu-social-media ul.menu li a[href*="facebook"] {
  background-image: url(../images/icon-facebook.png);
}
.menu-social-media ul.menu li a[href*="twitter"] {
  background-image: url(../images/icon-twitter.png);
}
.menu-social-media ul.menu li a[href*="linkedin"] {
  background-image: url(../images/icon-linkedin.png);
}
.menu-social-media ul.menu li a[href*="youtube"] {
  background-image: url(../images/icon-youtube.png);
}
.menu-social-media ul.menu li a[href*="instagram"] {
  background-image: url(../images/icon-instagram.png);
}

@media (min-width: 44em) {
  .menu-social-media ul.menu li a {
    opacity: 1;
    width: 35px;
    height: 35px;
  }
}
/* Contact Us (Mobile Only) */
.block-mobile-contact {
  float: left;
  margin-left: 20px;
}
@media (min-width: 44em) {
  .block-mobile-contact {
    display: none;
  }
}
.block-mobile-contact a {
  color: #AAA;
  text-decoration: none;
}

/* Layout */
@media (min-width: 44em) {
  .block-contact-info {
    width: 23.40426%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
  }
  .block-contact-info .adr {
    margin-bottom: 8px;
  }

  .menu-general-info {
    width: 23.40426%;
    float: left;
    margin-right: -100%;
    margin-left: 25.53191%;
    clear: none;
  }

  .menu-featured-resources {
    width: 23.40426%;
    float: left;
    margin-right: -100%;
    margin-left: 51.06383%;
    clear: none;
  }

  .menu-quicklinks {
    width: 23.40426%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }

  .menu-social-media {
    width: 23.40426%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    clear: both;
  }
}
@media (min-width: 70em) {
  .block-contact-info {
    width: 17.46032%;
    float: left;
    margin-right: -100%;
    margin-left: 6.34921%;
    clear: none;
  }

  .menu-general-info {
    width: 17.46032%;
    float: left;
    margin-right: -100%;
    margin-left: 25.39683%;
    clear: none;
  }

  .menu-featured-resources {
    width: 17.46032%;
    float: left;
    margin-right: -100%;
    margin-left: 44.44444%;
    clear: none;
  }

  .menu-quicklinks {
    width: 17.46032%;
    float: left;
    margin-right: -100%;
    margin-left: 63.49206%;
    clear: none;
  }

  .menu-social-media {
    width: 17.46032%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
/* Menu Styles */
@media (min-width: 44em) {
  .l-footer-wrapper ul.menu {
    margin: 0;
    padding: 0;
  }
  .l-footer-wrapper ul.menu li {
    list-style: none;
    margin-bottom: 4px;
  }
}
/* Handbook Menu (sidebar) */
#block-book-navigation .block__title {
  background: #7dc5df;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7dc5df 10%, #00b7cd 98%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #7dc5df), color-stop(98%, #00b7cd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7dc5df 10%, #00b7cd 98%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7dc5df 10%, #00b7cd 98%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7dc5df 10%, #00b7cd 98%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7dc5df 10%, #00b7cd 98%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7dc5df', endColorstr='#00b7cd',GradientType=0 );
  /* IE6-9 */
  text-transform: uppercase;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 10px 0;
}
#block-book-navigation .block__content, #block-book-navigation ul.menu {
  background: #d1d3d4;
}
#block-book-navigation .block__title {
  padding-left: 10px;
  padding-right: 10px;
}
#block-book-navigation .block__content {
  padding: 16px 10px;
}
#block-book-navigation ul.menu {
  margin: 0;
  padding: 0;
}
#block-book-navigation ul.menu li {
  list-style: none;
  margin-bottom: 6px;
  line-height: 1.5;
}
#block-book-navigation ul.menu li a {
  font-weight: 700;
  color: #083e64;
  text-decoration: none;
}
#block-book-navigation ul.menu li a:hover, #block-book-navigation ul.menu li a:active, #block-book-navigation ul.menu li a:focus {
  text-decoration: underline;
}
#block-book-navigation ul.menu li a.active {
  text-decoration: underline;
  font-weight: 700;
}
#block-book-navigation ul.menu li ul {
  margin-left: 1em;
}
#block-book-navigation ul.menu li ul li a {
  color: #f27d21;
}
#block-book-navigation ul.menu li ul li ul li a {
  color: #404041;
  font-weight: 300;
}

/* handbook navigation (the next/prev page links below content) */
.node .book-navigation .page-links {
  border-top: 1px solid #404041;
  border-bottom: 1px solid #404041;
  padding: 10px 0;
}
.node .book-navigation .page-links:after {
  content: "";
  display: table;
  clear: both;
}
.node .book-navigation .page-links a.page-previous,
.node .book-navigation .page-links a.page-next {
  color: #083e64;
  text-decoration: none;
  position: relative;
}
.node .book-navigation .page-links a.page-next {
  float: right;
}
.node .book-navigation .page-links a.page-previous:before,
.node .book-navigation .page-links a.page-next:after {
  color: #FFF;
  display: inline-block;
  font-size: 12px;
  line-height: 1.7;
  width: 21px;
  height: 21px;
  border-radius: 20px;
  position: relative;
  top: -1px;
}
.node .book-navigation .page-links a.page-previous:before {
  content: "\25C0";
  padding-left: 3px;
  margin-right: 12px;
  background: #f7941e;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f7941e 0%, #f27d21 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f7941e), color-stop(100%, #f27d21));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #f7941e 0%, #f27d21 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #f7941e 0%, #f27d21 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #f7941e 0%, #f27d21 100%);
  /* IE10+ */
  background: linear-gradient(to right, #f7941e 0%, #f27d21 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7941e', endColorstr='#f27d21',GradientType=1 );
  /* IE6-9 */
}
.node .book-navigation .page-links a.page-next:after {
  content: "\25B6";
  padding-left: 7px;
  margin-left: 12px;
  background: #f27d21;
  /* Old browsers */
  background: -moz-linear-gradient(left, #f27d21 0%, #f7941e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f27d21), color-stop(100%, #f7941e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #f27d21 0%, #f7941e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #f27d21 0%, #f7941e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #f27d21 0%, #f7941e 100%);
  /* IE10+ */
  background: linear-gradient(to right, #f27d21 0%, #f7941e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f27d21', endColorstr='#f7941e',GradientType=1 );
  /* IE6-9 */
}

/* handbook header */
.block-handbook-header {
  background-image: url(../images/book-icon.png);
  background-repeat: no-repeat;
  background-size: 32px auto;
  margin-bottom: 20px;
  padding-left: 45px;
  padding-bottom: 10px;
}
@media (min-width: 44em) {
  .block-handbook-header {
    background-size: 40px auto;
    padding-left: 50px;
  }
}
@media (min-width: 70em) {
  .block-handbook-header {
    background-size: auto;
    padding-left: 70px;
  }
}
.block-handbook-header h2 {
  font-size: 12px;
  line-height: 1.2;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 44em) {
  .block-handbook-header h2 {
    font-size: 16px;
  }
}
@media (min-width: 70em) {
  .block-handbook-header h2 {
    font-size: 18px;
  }
}
.block-handbook-header p {
  margin: 0;
  line-height: 1.2;
}

/* for handbook search, see _search.scss */
.l-header-wrapper {
  background: #231f20;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIzMWYyMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1NDU0NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #231f20 0%, #545456 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #231f20), color-stop(100%, #545456));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #231f20 0%, #545456 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #231f20 0%, #545456 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #231f20 0%, #545456 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #231f20 0%, #545456 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#231f20', endColorstr='#545456',GradientType=0 );
  /* IE6-8 */
  border-bottom: 5px solid #81c5e2;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
}

.l-region--header {
  padding: 8px 0;
}
.l-region--header:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 44em) {
  .l-region--header {
    padding: 12px 0;
  }
}
@media (min-width: 55em) {
  .l-region--header {
    padding: 14px 0;
  }
}
@media (min-width: 70em) {
  .l-region--header {
    padding: 16px 0;
  }
}

.block-i {
  float: left;
  margin-right: 1em;
}

.block-i img {
  height: 43px;
}

.block-site-name {
  float: left;
}
.block-site-name h1 {
  margin: 0;
  padding: 0;
}
.block-site-name a {
  background-image: url(../images/wordmark.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  text-indent: -9999px;
  width: 290px;
  height: 43px;
}
@media (min-width: 44em) {
  .block-site-name a {
    width: 400px;
    height: 60px;
  }
  
  .block-i img {
	height: 60px;
  }
}
@media (min-width: 55em) {
  .block-site-name a {
    width: 480px;
    height: 72px;
  }
  
  .block-i img {
	height: 72px;
  }
}
@media (min-width: 70em) {
  .block-site-name a {
    width: 545px;
    height: 80px;
  }
  
  .block-i img {
	height: 80px;
  }
}

.block-i-mark {
  display: none;
}
.block-150-mark {
  display: none;
}
@media (min-width: 44em) {
  .block-i-mark {
    display: block;
    float: right;
    margin-top: 7px;
  }
  .block-150-mark {
    display: block;
    float: right;
    margin-top: 7px;t: 10px;
	margin-righ
  }
}
@media (min-width: 55em) {
  .block-i-mark {
    margin-top: 8px;
  }
  .block-150-mark {
    margin-top: 8px;
  }
}
.block-i-mark a {
  background-image: url(../images/i-mark.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  text-indent: -9999px;
  width: 60px;
  height: 75px;
}
.block-i-mark a:hover, .block-i-mark a:active, .block-i-mark a:focus {
  background-color: rgba(255, 255, 255, 0.1);
}
.block-150-mark a {
  background-image: url(../images/150-logo-white.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: block;
  text-indent: -9999px;
  width: 60px;
  height: 75px;
}
@media (min-width: 44em) {
  .block-i-mark a {
    height: 47px;
    width: 37px;
  }
  .block-150-mark a {
    height: 47px;
    width: 37px;
  }
}
@media (min-width: 55em) {
  .block-i-mark a {
    height: 56px;
    width: 44px;
  }
  .block-150-mark a {
    height: 56px;
    width: 44px;
  }
}
@media (min-width: 70em) {
  .block-i-mark a {
    height: 64px;
    width: 50px;
  }
  .block-150-mark a {
    height: 64px;
    width: 50px;
  }
}

/* Slide Controls - Mobile */
.view-s51-slider-block {
  position: relative;
}
.view-s51-slider-block .view-footer .slider-arrows {
  position: absolute;
  z-index: 1;
  border: 3px solid rgba(255, 255, 255, 0.65);
  border-radius: 25px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
  top: 90px;
}
.view-s51-slider-block .view-footer .slider-arrows a {
  background: #3d6b8f;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #3d6b8f 0%, #174a6c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #3d6b8f), color-stop(100%, #174a6c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, #3d6b8f 0%, #174a6c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, #3d6b8f 0%, #174a6c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, #3d6b8f 0%, #174a6c 100%);
  /* IE10+ */
  background: linear-gradient(45deg, #3d6b8f 0%, #174a6c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d6b8f', endColorstr='#174a6c',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  display: block;
  border-radius: 25px;
  position: relative;
}
.view-s51-slider-block .view-footer .slider-arrows a:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #FFF;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.view-s51-slider-block .view-footer .arrow-left {
  left: 5%;
}
.view-s51-slider-block .view-footer .arrow-left a:after {
  border-top-color: transparent;
  border-right-color: transparent;
  left: 9px;
}
.view-s51-slider-block .view-footer .arrow-right {
  right: 5%;
}
.view-s51-slider-block .view-footer .arrow-right a:after {
  border-left-color: transparent;
  border-bottom-color: transparent;
  right: 9px;
}
.view-s51-slider-block .view-footer .slider-pager {
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 5%;
}
.view-s51-slider-block .view-footer .slider-pager ul:after {
  content: "";
  display: table;
  clear: both;
}
.view-s51-slider-block .view-footer .slider-pager ul li {
  float: left;
  margin-right: 16px;
}
.view-s51-slider-block .view-footer .slider-pager ul li:last-child {
  margin-right: 0;
}
.view-s51-slider-block .view-footer .slider-pager ul li a {
  width: 12px;
  height: 12px;
  background: #a1a4ac;
  display: block;
  text-indent: -9999px;
  border-radius: 12px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.view-s51-slider-block .view-footer .slider-pager ul li.active a {
  background: #7dc5df;
}

/* Slide Controls - Tablet */
@media (min-width: 44em) {
  .view-s51-slider-block .view-footer {
    padding-left: 0;
    position: absolute;
    bottom: 16px;
    width: 100%;
    /*
    			left: 2.5%;
    			width: 31.9149%;
    */
  }
  .view-s51-slider-block .view-footer .l-constrained:after {
    content: "";
    display: table;
    clear: both;
  }
  .view-s51-slider-block .view-footer .slideshow-controls {
    width: 31.91489%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
    text-align: center;
  }
  .view-s51-slider-block .view-footer .arrow-left {
    position: relative;
    top: 0;
    left: auto;
    display: inline-block;
    margin-right: 16px;
  }
  .view-s51-slider-block .view-footer .slider-pager {
    position: relative;
    top: 4px;
    right: auto;
    display: inline-block;
  }
  .view-s51-slider-block .view-footer .arrow-right {
    position: relative;
    top: 0;
    right: auto;
    display: inline-block;
    margin-left: 16px;
  }
}
/* Slide Controls - Large Tablet */
@media (min-width: 55em) {
  .view-s51-slider-block .view-footer {
    /*
    			left: 2.5%;
    			padding-left: 30px;
    */
  }
}
/* Slide Controls - Desktop */
@media (min-width: 70em) {
  .view-s51-slider-block .slideshow-controls {
    width: 30.15873%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
  }
  .view-s51-slider-block .view-footer {
    /*
    			position: absolute;
    			bottom: 0;
    			left: 2.5%;
    			width: 30.1587%;
    			padding-bottom: 30px;
    			padding-left: 30px;
    */
  }
  .view-s51-slider-block .view-footer .slider-arrows a:after {
    width: 14px;
    height: 14px;
    top: 8px;
  }
  .view-s51-slider-block .view-footer .arrow-left {
    position: relative;
    top: 0;
    left: auto;
    display: inline-block;
    margin-right: 24px;
  }
  .view-s51-slider-block .view-footer .arrow-left a {
    height: 30px;
    width: 30px;
  }
  .view-s51-slider-block .view-footer .arrow-left a:after {
    left: 11px;
  }
  .view-s51-slider-block .view-footer .slider-pager {
    position: relative;
    top: 5px;
    right: auto;
    display: inline-block;
  }
  .view-s51-slider-block .view-footer .slider-pager ul li {
    margin-right: 24px;
  }
  .view-s51-slider-block .view-footer .slider-pager ul li a {
    width: 16px;
    height: 16px;
  }
  .view-s51-slider-block .view-footer .arrow-right {
    position: relative;
    top: 0;
    right: auto;
    display: inline-block;
    margin-left: 24px;
  }
  .view-s51-slider-block .view-footer .arrow-right a {
    height: 30px;
    width: 30px;
  }
  .view-s51-slider-block .view-footer .arrow-right a:after {
    right: 11px;
  }
}
/* Slide Content - Mobile */
.view-s51-slider-block .view-content .views-row {
  position: relative;
}
.view-s51-slider-block .view-content .views-row .views-field-s51-slide-image .field-content {
  overflow: hidden;
}
.view-s51-slider-block .view-content .views-row .views-field-s51-slide-image img {
  display: block;
  height: auto;
  max-width: none;
  width: 950px;
  margin-left: -440px;
}
.view-s51-slider-block .view-content .views-row .views-field-s51-slide-text {
  background: -moz-linear-gradient(top, rgba(68, 114, 151, 0.7) 0%, rgba(2, 63, 97, 0.7) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(68, 114, 151, 0.7)), color-stop(100%, rgba(2, 63, 97, 0.7)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(68, 114, 151, 0.7) 0%, rgba(2, 63, 97, 0.7) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(68, 114, 151, 0.7) 0%, rgba(2, 63, 97, 0.7) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(68, 114, 151, 0.7) 0%, rgba(2, 63, 97, 0.7) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(68, 114, 151, 0.7) 0%, rgba(2, 63, 97, 0.7) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3447297', endColorstr='#b3023f61',GradientType=0 );
  /* IE6-9 */
  color: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px 0;
}
@media (min-width: 44em) {
  .view-s51-slider-block .view-content .views-row .views-field-s51-slide-text {
    padding: 10px 0;
  }
}
.view-s51-slider-block .view-content .views-row .views-field-s51-slide-text h3 {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
@media (min-width: 70em) {
  .view-s51-slider-block .view-content .views-row .views-field-s51-slide-text h3 {
    font-size: 32px;
    font-weight: 300;
  }
}
.view-s51-slider-block .view-content .views-row .views-field-s51-slide-text .slide-caption {
  font-size: 11px;
  line-height: 1.2;
  margin-bottom: 8px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
@media (min-width: 55em) {
  .view-s51-slider-block .view-content .views-row .views-field-s51-slide-text .slide-caption {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}
.view-s51-slider-block .view-content .views-row .views-field-s51-slide-text .slide-button a {
  border-radius: 6px;
  box-shadow: 0 3px 0 0 #152550, 0 6px 6px 0 rgba(0, 0, 0, 0.5);
  color: #81c5e2;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  padding: 4px 12px;
  text-decoration: none;
  text-transform: uppercase;
  background: #47729b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #47729b 0%, #15486e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47729b), color-stop(100%, #15486e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #47729b 0%, #15486e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #47729b 0%, #15486e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #47729b 0%, #15486e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #47729b 0%, #15486e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47729b', endColorstr='#15486e',GradientType=0 );
  /* IE6-9 */
  margin-bottom: 3px;
}
.view-s51-slider-block .view-content .views-row .views-field-s51-slide-text .slide-button a:hover, .view-s51-slider-block .view-content .views-row .views-field-s51-slide-text .slide-button a:active, .view-s51-slider-block .view-content .views-row .views-field-s51-slide-text .slide-button a:focus {
  box-shadow: 0 3px 0 0 #152550, 0 6px 8px 0 rgba(0, 0, 0, 0.8);
}
@media (min-width: 55em) {
  .view-s51-slider-block .view-content .views-row .views-field-s51-slide-text .slide-button a {
    border-radius: 8px;
    font-size: 14px;
    padding: 6px 16px;
  }
}

/* Slide Content - Mobile Landscape */
@media (min-width: 30em) {
	.view-s51-slider-block .view-content .views-row .views-field-s51-slide-image img {
		margin-left: -240px;
	}
}

/* Slide Content - Tablet */
@media (min-width: 44em) {
  .view-s51-slider-block .view-content .views-row .views-field-s51-slide-image img {
    width: 100%;
    min-width: 1080px;
    margin-left: 0;
  }
  .view-s51-slider-block .view-content .views-row .views-field-s51-slide-text .slide-text {
    width: 65.95745%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .view-s51-slider-block .view-content .views-row .views-field-s51-slide-text h3 {
    font-size: 21px;
  }
  .view-s51-slider-block .view-content .views-row .views-field-s51-slide-text .slide-caption {
    font-size: 13px;
    line-height: 1.5;
  }
}
/* Slide Content - Large Tablet */
@media (min-width: 55em) {
  .view-s51-slider-block .view-content .views-row .views-field-s51-slide-image img {
    min-width: 1180px;
  }
  .view-s51-slider-block .view-content .views-row .views-field-s51-slide-text .slide-text {
    width: 65.95745%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
  .view-s51-slider-block .view-content .views-row .views-field-s51-slide-text .slide-text h3 {
    font-size: 24px;
  }
}
/* Slide Content - Desktop */
@media (min-width: 70em) {
  .view-s51-slider-block .view-content .views-row .views-field-s51-slide-image img {
    min-width: 1400px;
  }
  .view-s51-slider-block .view-content .views-row .views-field-s51-slide-text .slide-text {
    width: 49.20635%;
    float: left;
    margin-right: -100%;
    margin-left: 38.09524%;
    clear: none;
  }
  .view-s51-slider-block .view-content .views-row .views-field-s51-slide-text .slide-text h3 {
    font-size: 32px;
  }
}
.l-region--home-content {
  padding: 12px 0 50px;
}
.l-region--home-content:after {
  content: "";
  display: table;
  clear: both;
  padding-bottom: 3em;
}
@media (min-width: 44em) {
  .l-region--home-content {
    padding: 16px 0;
  }
}
@media (min-width: 70em) {
  .l-region--home-content {
    padding: 20px 0;
  }
}
.front .block-our-news,
.front .block-our-events,
.front .block-important-dates,
.front .block-publications,
.front .block-video,
.front .block-deposits {
  margin-bottom: 24px;
}
.front .block-our-news .block__title,
.front .block-our-events .block__title,
.front .block-important-dates .block__title,
.front .block-publications .block__title,
.front .block-video .block__title,
.front .block-deposits .block__title,
.front .block-twitter .block__title {
  color: #083e64;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 1px;
  border-bottom: 2px solid #bcbdc0;
  text-transform: uppercase;
  margin: 8px 0;
}
@media (min-width: 55em) {
  .front .block-our-news .block__title,
  .front .block-our-events .block__title,
  .front .block-important-dates .block__title,
  .front .block-publications .block__title,
  .front .block-video .block__title,
  .front .block-deposits .block__title,
  .front .block-twitter .block__title {
    font-size: 24px;
  }
}
@media (min-width: 70em) {
  .front .block-our-news .block__title,
  .front .block-our-events .block__title,
  .front .block-important-dates .block__title,
  .front .block-publications .block__title,
  .front .block-video .block__title,
  .front .block-deposits .block__title,
  .front .block-twitter .block__title {
    font-size: 26px;
  }
}
.front .block-our-news a,
.front .block-our-events a,
.front .block-important-dates a,
.front .block-deposits a {
  text-decoration: none;
  color: #404041;
}
.front .block-our-news a:hover, .front .block-our-news a:active, .front .block-our-news a:focus,
.front .block-our-events a:hover,
.front .block-our-events a:active,
.front .block-our-events a:focus,
.front .block-important-dates a:hover,
.front .block-important-dates a:active,
.front .block-important-dates a:focus,
.front .block-deposits a:hover,
.front .block-deposits a:active,
.front .block-deposits a:focus {
  text-decoration: underline;
}
.front .block-our-news .views-row,
.front .block-our-events .views-row,
.front .block-important-dates .views-row,
.front .view-recent-thesis-deposits ul li {
  margin-bottom: 16px;
  padding: 0 18px;
}
@media (min-width: 44em) {
  .front .block-our-news .views-row,
  .front .block-our-events .views-row,
  .front .block-important-dates .views-row,
  .front .view-recent-thesis-deposits ul li {
    padding: 0;
  }
}
.front .block-our-news .views-field-created,
.front .block-our-events .views-field-created,
.front .block-important-dates .views-field-created,
.front .view-recent-thesis-deposits .thesis-author {
  color: #f27d21;
  font-weight: 700;
}
.front .view-recent-thesis-deposits ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.front .l-main-wrapper .block-our-news .views-field-created {
  text-transform: uppercase;
}
@media (min-width: 44em) {
  .front .l-main-wrapper .block-our-news,
  .front .l-main-wrapper .block-publications {
    width: 31.91489%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
  }
  .front .l-main-wrapper .block-our-news .block__title,
  .front .l-main-wrapper .block-publications .block__title,
  .front .l-main-wrapper .block-twitter .block__title {
    margin-top: 32px;
  }
}
@media (min-width: 55em) {
  .front .l-main-wrapper .block-our-news .block__title,
  .front .l-main-wrapper .block-publications .block__title,
  .front .l-main-wrapper .block-twitter .block__title {
    margin-top: 36px;
  }
}
@media (min-width: 70em) {
  .front .l-main-wrapper .block-our-news,
  .front .l-main-wrapper .block-publications {
    width: 23.80952%;
    float: left;
    margin-right: -100%;
    margin-left: 6.34921%;
    clear: none;
  }
}
.front .l-main-wrapper .block-publications {
  clear: both;
}
.front .l-main-wrapper .block-video {
  display: none;
}
.front .l-main-wrapper .block-video h3 {
  margin-top: 0;
  padding-top: 0;
}
@media (min-width: 44em) {
  .front .l-main-wrapper .block-video {
    display: block;
  }
  .front .l-main-wrapper .block-our-events,
  .front .l-main-wrapper .block-deposits,
  .front .l-main-wrapper .block-video {
    width: 31.91489%;
    float: left;
    margin-right: -100%;
    margin-left: 34.04255%;
    clear: none;
  }
  .front .l-main-wrapper .block-our-events .block__title,
  .front .l-main-wrapper .block-deposits .block__title,
  .front .l-main-wrapper .block-video .block__title {
    margin-top: 32px;
  }
}
@media (min-width: 55em) {
  .front .l-main-wrapper .block-our-events .block__title,
  .front .l-main-wrapper .block-deposits .block__title,
  .front .l-main-wrapper .block-video .block__title {
    margin-top: 36px;
  }
}
@media (min-width: 70em) {
  .front .l-main-wrapper .block-our-events,
  .front .l-main-wrapper .block-deposits,
  .front .l-main-wrapper .block-video {
    width: 23.80952%;
    float: left;
    margin-right: -100%;
    margin-left: 38.09524%;
    clear: none;
  }
}
@media (min-width: 44em) {
  .front .l-main-wrapper .block-important-dates,
  .front .l-main-wrapper .block-twitter {
    width: 31.91489%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
@media (min-width: 70em) {
  .front .l-main-wrapper .block-important-dates,
  .front .l-main-wrapper .block-twitter {
    width: 23.80952%;
    float: left;
    margin-right: -100%;
    margin-left: 69.84127%;
    clear: none;
  }
}

/************************/
/* BY THE NUMBERS BEGIN */

.block-bythenumbers {
  clear: both;
  padding-top: 1em;
}
.block-bythenumbers h2 {
  text-align: center;
  font-size: 2em;
  color: #83C5E1;
  font-weight: 300;
  letter-spacing: 1px;
  margin: 0.8em 0;
  text-transform: uppercase;
}
.block-bythenumbers h2:after,
.block-bythenumbers h2:before {
  font-weight: 100;
  padding-left: 0.5em;
  padding-right: 0.5em;
  cursor: default;
}
.block-bythenumbers ul {
  list-style: none;
  margin: 0 auto;
  border: 0;
  padding: 0;
  max-width: 1300px;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.block-bythenumbers ul li {
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background-position: top center;
  text-align: center;
  -ms-flex: 1;
  flex: 1 0 45%;
  padding: 90px 10px 30px 10px;
  line-height: 1.2;
  min-height: 85px;
  color: #777;
}
.block-bythenumbers ul li.hideOnMobile {
    display: none;
}
.block-bythenumbers strong {
  display: block;
  color: #F27D21;
  font-size: 2em;
  margin-bottom: 8px;
  font-weight: 100;
}
.block-bythenumbers a {
  margin-top: .5em;
}
@media (min-width: 40em) {
  .block-bythenumbers ul li {
    flex: 1 0 21%;
  }
  .block-bythenumbers h2:after,
  .block-bythenumbers h2:before {
    content:"\00a0\00a0\00a0\00a0\00a0\00a0\00a0\00a0";
    text-decoration: line-through;
  }
}
@media (min-width: 64em) {
  .block-bythenumbers ul li.hideOnMobile {
    display: block;
  }
  .block-bythenumbers ul li {
    flex: 1 0 12%;
  }
}

@media (min-width: 70em) {
  .block-bythenumbers {
    margin-left: 6.34921%;
	margin-right: 5.8em;
  }
}

/* BY THE NUMBERS END */
/**********************/

/* OUR PUBLICATIONS STYLES BEGIN */

.block-publications ul {
  list-style: none;
  margin: 0;
  padding: 1em 0 0 1.5em;
  border: 0;
  
}
.block-publications ul li {
  line-height: 1;
}

.block-publications ul li a {
  display: block;
  min-height: 85px;
  padding-left: 70px;
  padding-right: 10px;
  white-space: normal;
  color: #404041;
  text-decoration: none;
}
.block-publications ul li a:hover {
  text-decoration: underline;
}
.block-publications ul li .title {
  font-size: 20px;
  line-height: 1.3;
}
.block-publications ul li .desc {
  color: #777;
  font-size: 0.9em;
}
.block-publications ul li.gradlinks a {
  background-image: url(/sites/all/themes/gradcollege/images/gradlinks-icon.jpg);
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: top left;
}
.block-publications ul li.gradlife a {
  background-image: url(/sites/all/themes/gradcollege/images/gradlife-icon.jpg);
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: top left;
}
.block-publications ul li.gradmentor a {
  background-image: url(/sites/all/themes/gradcollege/images/gradmentor-icon.jpg);
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: top left;
}
.block-publications ul li.postdocpost a {
  background-image: url(/sites/all/themes/gradcollege/images/postdoc-icon.jpg);
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: top left;
}
.block-publications ul li.gradcareers a {
  background-image: url(/sites/all/themes/gradcollege/images/gradcareers-icon.jpg);
  background-size: 60px 60px;
  background-repeat: no-repeat;
  background-position: top left;
}

@media (min-width: 44em) {
  .block-publications ul {
    padding: 1em 0;
  }
}

/* OUR PUBLICATIONS STYLES END */

a.blue-button {
  border-radius: 6px;
  box-shadow: 0 3px 0 0 #152550, 0 6px 6px 0 rgba(0, 0, 0, 0.5);
  color: #81c5e2;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  padding: 4px 12px;
  text-decoration: none;
  text-transform: uppercase;
  background: #47729b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #47729b 0%, #15486e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47729b), color-stop(100%, #15486e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #47729b 0%, #15486e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #47729b 0%, #15486e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #47729b 0%, #15486e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #47729b 0%, #15486e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47729b', endColorstr='#15486e',GradientType=0 );
  /* IE6-9 */
  overflow: hidden;
}
a.blue-button:hover, a.blue-button:active, a.blue-button:focus {
  box-shadow: 0 3px 0 0 #152550, 0 6px 8px 0 rgba(0, 0, 0, 0.8);
}
@media (min-width: 55em) {
  a.blue-button {
    border-radius: 8px;
    font-size: 14px;
    padding: 6px 16px;
  }
}

@media (min-width: 44em) {
  .block-twitter {
    width: 48.93617%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
@media (min-width: 55em) {
  .block-twitter {
    width: 31.91489%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
@media (min-width: 70em) {
  .block-twitter {
    width: 23.80952%;
    float: left;
    margin-right: -100%;
    margin-left: 69.84127%;
    clear: none;
  }
}

/* Main Menu - Mobile */
.menu-first-level,
.mega-menu {
  display: none;
  /* hide the tablet/desktop version of the menu */
}

.l-navigation-wrapper {
  position: absolute;
  width: 100%;
  z-index: 10;
}
.l-navigation-wrapper .l-constrained {
  width: 100%;
}
.l-navigation-wrapper .menu-mobile-menu {
  display: none;
}
.l-navigation-wrapper .menu-mobile-menu .block__title {
  position: absolute;
  left: -9999px;
}
.l-navigation-wrapper .menu-mobile-menu .menu-block-wrapper {
  margin-top: 26px;
}
.l-navigation-wrapper .menu-mobile-menu .menu-block-wrapper > ul.menu {
  background: #083e64;
  /* Old browsers */
  background: -moz-linear-gradient(left, #083e64 0%, #47729b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #083e64), color-stop(100%, #47729b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #083e64 0%, #47729b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #083e64 0%, #47729b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #083e64 0%, #47729b 100%);
  /* IE10+ */
  background: linear-gradient(to right, #083e64 0%, #47729b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#083e64', endColorstr='#47729b',GradientType=1 );
  /* IE6-8 */
}
.l-navigation-wrapper .menu-mobile-menu .menu-block-wrapper > ul.menu > li:hover, .l-navigation-wrapper .menu-mobile-menu .menu-block-wrapper > ul.menu > li:active, .l-navigation-wrapper .menu-mobile-menu .menu-block-wrapper > ul.menu > li:focus, .l-navigation-wrapper .menu-mobile-menu .menu-block-wrapper > ul.menu > li.active {
  background: #f7941e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7941e 0%, #f27d21 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7941e), color-stop(100%, #f27d21));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7941e 0%, #f27d21 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7941e 0%, #f27d21 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7941e 0%, #f27d21 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f7941e 0%, #f27d21 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7941e', endColorstr='#f27d21',GradientType=0 );
  /* IE6-9 */
  border-bottom-color: #FFF;
}
.l-navigation-wrapper .menu-mobile-menu .menu-block-wrapper > ul.menu > li > ul {
  display: none;
}
.l-navigation-wrapper .menu-mobile-menu .menu-block-wrapper ul.menu {
  margin: 0;
  padding: 0;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.l-navigation-wrapper .menu-mobile-menu .menu-block-wrapper ul.menu li {
  list-style: none;
}
.l-navigation-wrapper .menu-mobile-menu .menu-block-wrapper ul.menu li span, .l-navigation-wrapper .menu-mobile-menu .menu-block-wrapper ul.menu li a {
  color: #FFF;
  cursor: pointer;
  display: block;
  padding: 10px 0 10px 5%;
  border-bottom: 1px solid #81c5e2;
  text-decoration: none;
}
.l-navigation-wrapper .menu-mobile-menu .menu-block-wrapper ul.menu li ul.menu {
  background: black;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, black 15%, #646464 85%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(15%, black), color-stop(85%, #646464));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(45deg, black 15%, #646464 85%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, black 15%, #646464 85%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, black 15%, #646464 85%);
  /* IE10+ */
  background: linear-gradient(45deg, #000000 15%, #646464 85%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#646464',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
  font-weight: 300;
}
.l-navigation-wrapper .menu-mobile-menu .menu-block-wrapper ul.menu li ul.menu li span, .l-navigation-wrapper .menu-mobile-menu .menu-block-wrapper ul.menu li ul.menu li a {
  padding-left: 10%;
  border-bottom-color: #FFF;
}
.l-navigation-wrapper .menu-mobile-menu .menu-block-wrapper ul.menu li ul.menu li span:hover, .l-navigation-wrapper .menu-mobile-menu .menu-block-wrapper ul.menu li ul.menu li span:active, .l-navigation-wrapper .menu-mobile-menu .menu-block-wrapper ul.menu li ul.menu li span:focus, .l-navigation-wrapper .menu-mobile-menu .menu-block-wrapper ul.menu li ul.menu li a:hover, .l-navigation-wrapper .menu-mobile-menu .menu-block-wrapper ul.menu li ul.menu li a:active, .l-navigation-wrapper .menu-mobile-menu .menu-block-wrapper ul.menu li ul.menu li a:focus {
  background: rgba(255, 255, 255, 0.2);
}
.l-navigation-wrapper .menu-mobile-menu .menu-block-wrapper ul.menu li ul.menu li ul.menu {
  background: transparent;
}
.l-navigation-wrapper .menu-mobile-menu .menu-block-wrapper ul.menu li ul.menu li ul.menu li span, .l-navigation-wrapper .menu-mobile-menu .menu-block-wrapper ul.menu li ul.menu li ul.menu li a {
  padding-left: 15%;
}

/* Main Menu - Tablet */
@media (min-width: 44em) {
  .menu-mobile-menu {
    display: none !important;
  }

  .l-navigation-wrapper .l-constrained {
    width: 95%;
  }
  .l-navigation-wrapper .l-constrained:after {
    content: "";
    display: table;
    clear: both;
  }

  .menu-first-level {
    width: 31.91489%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
    display: block;
  }
  .menu-first-level ul.menu {
    background: #083e64;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #083e64 0%, #47729b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #083e64), color-stop(100%, #47729b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #083e64 0%, #47729b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #083e64 0%, #47729b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #083e64 0%, #47729b 100%);
    /* IE10+ */
    background: linear-gradient(45deg, #083e64 0%, #47729b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#083e64', endColorstr='#47729b',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
    margin: 0;
    padding: 16px 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: right;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  }
  .menu-first-level ul.menu li {
    list-style: none;
    position: relative;
  }
  .menu-first-level ul.menu li.active {
    background: #f7941e;
    /* Old browsers */
    background: -moz-linear-gradient(top, #f7941e 0%, #f27d21 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7941e), color-stop(100%, #f27d21));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f7941e 0%, #f27d21 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f7941e 0%, #f27d21 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f7941e 0%, #f27d21 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f7941e 0%, #f27d21 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7941e', endColorstr='#f27d21',GradientType=0 );
    /* IE6-9 */
  }
  .menu-first-level ul.menu li.active:after {
    content: "";
    cursor: pointer;
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    right: -11px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    top: 4px;
    background: #f7941e;
    /* Old browsers */
    background: -moz-linear-gradient(45deg, #f7941e 0%, #f27d21 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #f7941e), color-stop(100%, #f27d21));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(45deg, #f7941e 0%, #f27d21 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(45deg, #f7941e 0%, #f27d21 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(45deg, #f7941e 0%, #f27d21 100%);
    /* IE10+ */
    background: linear-gradient(45deg, #f7941e 0%, #f27d21 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7941e', endColorstr='#f27d21',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */
  }
  .menu-first-level ul.menu li span {
    color: #FFF;
    cursor: pointer;
    display: block;
    padding: 8px 12px;
    position: relative;
    z-index: 20;
  }

  /* front page transition */
  .front .l-navigation-wrapper {
    background-color: rgba(0, 0, 0, 0);
    transition: background-color .25s ease-in-out;
  }
  .front .l-navigation-wrapper.active {
    background-color: rgba(0, 0, 0, 0.8);
    transition: background-color .25s ease-in-out;
  }

  /* inside page transition */
  .not-front .l-navigation-wrapper {
    background-color: rgba(0, 0, 0, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .2s, opacity .2s linear;
  }
  .not-front .l-navigation-wrapper.active {
    visibility: visible;
    opacity: 1;
    transition: opacity .2s linear;
  }
}
@media (min-width: 44em) {
  .not-front .l-navigation-wrapper {
    margin-top: 24px;
  }
}
/* Main Menu - Large Tablet */
@media (min-width: 55em) {
  .menu-first-level ul.menu {
    font-size: 16px;
    padding: 24px 0;
  }
  .menu-first-level ul.menu li span {
    padding: 8px 20px;
  }
}
/* Main Menu - Desktop */
@media (min-width: 70em) {
  .menu-first-level {
    width: 30.15873%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
  }
  .menu-first-level ul.menu {
    font-size: 18px;
    padding: 36px 0;
  }
  .menu-first-level ul.menu li.active:after {
    width: 24px;
    height: 24px;
    right: -12px;
    top: 5px;
  }
  .menu-first-level ul.menu li span {
    padding: 8px 36px;
  }
}
@media (min-width: 70em) {
  .not-front .l-navigation-wrapper {
    margin-top: 30px;
  }
}
/* Sub-Menus - Tablet */
@media (min-width: 44em) {
  .mega-menu {
    width: 65.95745%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    padding: 16px 0 16px 10px;
    display: block;
    position: absolute;
    top: 0;
    left: -9999px;
    opacity: 0;
    transition: opacity .2s ease-in-out;
  }
  .mega-menu.active {
    position: static;
    opacity: 1;
  }
  .mega-menu .block__title {
    margin: 0;
    color: #FFF;
    border-bottom: 2px solid #81c5e2;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 16px;
  }
  .mega-menu .menu-block-wrapper > ul.menu {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    margin-left: -12px;
    /* fixes bug in chrome -- column-count cuts off triangle markers */
  }
  .mega-menu .menu-block-wrapper > ul.menu li {
    -webkit-column-break-inside: avoid;
    /* Chrome, Safari, Opera */
    page-break-inside: avoid;
    /* Firefox */
    break-inside: avoid;
    /* IE 10+ */
  }
  .mega-menu .menu-block-wrapper > ul.menu > li {
    margin-left: 12px;
  }
  .mega-menu ul.menu {
    color: #FFF;
    margin: 0;
    padding: 0;
    font-weight: 700;
    line-height: 1.2;
  }
  .mega-menu ul.menu li {
    list-style: none;
  }
  .mega-menu ul.menu li a, .mega-menu ul.menu li span {
    padding-bottom: 8px;
    display: inline-block;
  }
  .mega-menu ul.menu li a {
    color: #FFF;
    text-decoration: none;
    position: relative;
    transition: color .2s ease-in-out, opacity .2s ease-in-out;
  }
  .mega-menu ul.menu li a:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left-color: #81c5e2;
    position: absolute;
    top: 7px;
    left: -12px;
    opacity: 0;
  }
  .mega-menu ul.menu li a:hover, .mega-menu ul.menu li a:active, .mega-menu ul.menu li a:focus {
    color: #81c5e2;
  }
  .mega-menu ul.menu li a:hover:before, .mega-menu ul.menu li a:active:before, .mega-menu ul.menu li a:focus:before {
    opacity: 1;
  }
  .mega-menu ul.menu ul.menu {
    /* sub-menus */
    margin-left: 8%;
    font-weight: 300;
  }
}
/* Sub-Menus - Desktop */
@media (min-width: 70em) {
  .mega-menu {
    width: 55.55556%;
    float: left;
    margin-right: -100%;
    margin-left: 38.09524%;
    clear: none;
    padding: 21px 0;
  }
  .mega-menu .block__title {
    font-size: 24px;
  }
  .mega-menu ul.menu {
    font-size: 16px;
  }
  .mega-menu ul.menu li a:hover:before, .mega-menu ul.menu li a:active:before, .mega-menu ul.menu li a:focus:before {
    top: 8px;
  }
}
/* Mobile Menu Trigger - (Created in javascript) */
.mobile-menu-trigger {
  background: #47729b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #15486e 0%, #47729b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #15486e), color-stop(100%, #47729b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #15486e 0%, #47729b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #15486e 0%, #47729b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #15486e 0%, #47729b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #15486e 0%, #47729b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#15486e', endColorstr='#47729b',GradientType=0 );
  /* IE6-9 */
  border-radius: 0 0 8px 8px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
  width: 166px;
  position: absolute;
  left: 50%;
  margin-left: -83px;
}
.mobile-menu-trigger button {
  background-color: transparent;
  border: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
.mobile-menu-trigger button:active, .mobile-menu-trigger button:focus {
  outline: none !important;
}
.mobile-menu-trigger button span {
  text-transform: uppercase;
  text-align: right;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  display: block;
  padding: 6px 0 6px 0;
  background-image: url(../images/menu-icon.png);
  background-size: 21px auto;
  background-repeat: no-repeat;
  background-position: 0 7px;
  width: 110px;
  margin: 0 auto;
}
.mobile-menu-trigger:before {
  content: "";
  display: block;
  width: 21px;
  height: 13px;
  position: absolute;
  left: 26px;
}
.mobile-menu-trigger.active {
  width: 100%;
  left: 0;
  margin-left: 0;
  border-radius: 0 0 0 0;
  box-shadow: 0 0 0 0;
  border-bottom: 1px solid #81c5e2;
}
.mobile-menu-trigger.active button span {
  background-image: url(../images/menu-icon-blue.png);
  color: #81c5e2;
}

@media (min-width: 44em) {
  .mobile-menu-trigger {
    display: none;
  }
}
/* menu trigger styles - tablet and up */
.block-menu-trigger {
  display: none;
}

@media (min-width: 44em) {
  .block-menu-trigger {
    display: block;
  }

  .menu-trigger {
    background: #47729b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #15486e 0%, #47729b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #15486e), color-stop(100%, #47729b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #15486e 0%, #47729b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #15486e 0%, #47729b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #15486e 0%, #47729b 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #15486e 0%, #47729b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#15486e', endColorstr='#47729b',GradientType=0 );
    /* IE6-9 */
    border-radius: 8px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
    width: 166px;
    margin-bottom: 24px;
  }
  .menu-trigger button {
    background-color: transparent;
    border: none;
    width: 100%;
    padding: 0 !important;
  }
  .menu-trigger button:active, .menu-trigger button:focus {
    outline: none !important;
  }
  .menu-trigger button span {
    text-transform: uppercase;
    text-align: right;
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    display: block;
    padding: 6px 0 6px 0;
    background-image: url(../images/menu-icon.png);
    background-size: 21px auto;
    background-repeat: no-repeat;
    background-position: 0 7px;
    width: 110px;
    margin: 0 auto;
  }
  .menu-trigger:before {
    content: "";
    display: block;
    width: 21px;
    height: 13px;
    position: absolute;
    left: 26px;
  }
}
/* close button */
.mega-menu-close {
  display: none;
  /* hide on mobile */
}

@media (min-width: 44em) {
  .mega-menu-close {
    display: block;
    background: #47729b;
    /* Old browsers */
    background: -moz-linear-gradient(top, #15486e 0%, #47729b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #15486e), color-stop(100%, #47729b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #15486e 0%, #47729b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #15486e 0%, #47729b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #15486e 0%, #47729b 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #15486e 0%, #47729b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#15486e', endColorstr='#47729b',GradientType=0 );
    /* IE6-9 */
    border-bottom: 2px solid #152550;
  }
  .mega-menu-close button {
    background-color: transparent;
    border: none;
    width: 166px;
    padding: 0;
    margin: 0;
  }
  .mega-menu-close button:active, .mega-menu-close button:focus {
    outline: none !important;
  }
  .mega-menu-close button span {
    text-transform: uppercase;
    text-align: left;
    text-indent: 24px;
    color: #81c5e2;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    display: block;
    padding: 6px 0 6px 0;
    background-image: url(../images/icon-close.png);
    background-size: 21px auto;
    background-repeat: no-repeat;
    background-position: 0 7px;
    width: 110px;
    margin: 0 auto;
  }
}
.view-list-of-programs .attachment-before {
  font-size: 18px;
  color: #DDD;
  margin-bottom: 1em;
}
.view-list-of-programs .attachment-before a {
  color: #083e64;
  text-decoration: none;
}

.l-content-wrapper #block-views-list-of-programs-block-1 ul.dept-addresses {
  margin: 0;
  padding: 0;
}
.l-content-wrapper #block-views-list-of-programs-block-1 ul.dept-addresses li {
  list-style: none;
}
.l-content-wrapper #block-views-list-of-programs-block-1 ul.dept-addresses li:before {
  content: none;
}
.l-content-wrapper #block-views-list-of-programs-block-1 ul.dept-contacts {
  margin: 0;
  padding: 0;
}
.l-content-wrapper #block-views-list-of-programs-block-1 ul.dept-contacts li {
  list-style: none;
}
.l-content-wrapper #block-views-list-of-programs-block-1 ul.dept-contacts li:before {
  content: none;
}

@media (min-width: 44em) {
  .l-content-wrapper #block-views-list-of-programs-block-1 ul.dept-addresses:after {
    content: "";
    display: table;
    clear: both;
  }
  .l-content-wrapper #block-views-list-of-programs-block-1 ul.dept-addresses li {
    float: left;
    width: 31%;
    padding-right: 2%;
  }
  .l-content-wrapper #block-views-list-of-programs-block-1 ul.dept-contacts li {
    margin-bottom: 1em;
  }
  .l-content-wrapper #block-views-list-of-programs-block-1 ul.dept-contacts li:after {
    content: "";
    display: table;
    clear: both;
  }
  .l-content-wrapper #block-views-list-of-programs-block-1 ul.dept-contacts li .contact-name,
  .l-content-wrapper #block-views-list-of-programs-block-1 ul.dept-contacts li .contact-email,
  .l-content-wrapper #block-views-list-of-programs-block-1 ul.dept-contacts li .contact-phone {
    float: left;
    width: 31%;
    padding-right: 2%;
  }
}
.block-search {
  margin-right: 8px;
  float: left;
}
@media (min-width: 44em) {
  .block-search {
    width: 14.89362%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
@media (min-width: 70em) {
  .block-search {
    width: 11.11111%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
  }
}
.block-search table.gsc-search-box td.gsc-input {
  padding: 0 !important;
}
.block-search form.gsc-search-box {
  margin: 0 !important;
  padding: 0 !important;
}
.block-search table.gsc-search-box {
  margin: 0 !important;
  padding: 0 !important;
}
.block-search .block__content td.gsc-search-button,
.block-search .block__content td.gsc-clear-button {
  position: absolute;
  left: -9999px;
}
.block-search .block__content td.gsc-input input#gsc-i-id1 {
  background-image: url(../images/icon-search.png) !important;
  background-repeat: no-repeat !important;
  background-size: 16px 16px !important;
  background-position: 68px center !important;
  box-sizing: border-box !important;
  background-color: #e7e7e8 !important;
  color: #083e64 !important;
  font-size: 12px !important;
  font-family: "soleil", sans-serif !important;
  line-height: 1 !important;
  width: 90px !important;
  height: 22px !important;
  padding: 4px !important;
  transition: background-position .25s ease-in-out !important;
}
.block-search .block__content td.gsc-input input#gsc-i-id1:focus {
  background-position: 130% center !important;
  background-color: #FFF !important;
}
@media (min-width: 44em) {
  .block-search .block__content td.gsc-input input#gsc-i-id1 {
    width: 100% !important;
    height: 26px !important;
    background-position: 96% center !important;
  }
}
@media (min-width: 55em) {
  .block-search .block__content td.gsc-input input#gsc-i-id1 {
    /* 					padding: 7px !important; */
    background-size: 18px 18px !important;
  }
}

/* Handbook Search */
.block-handbook-search {
  margin-bottom: 20px;
}
.block-handbook-search .block__title {
  color: #083e64;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
.block-handbook-search .block__content td.gsc-search-button,
.block-handbook-search .block__content td.gsc-clear-button {
  position: absolute;
  left: -9999px;
}
.block-handbook-search .block__content td.gsc-input input#gsc-i-id2 {
  background-image: url(../images/icon-search.png) !important;
  background-repeat: no-repeat !important;
  background-size: 16px 16px !important;
  background-position: 178px center !important;
  box-sizing: border-box !important;
  background-color: #e7e7e8 !important;
  color: #083e64 !important;
  font-size: 12px !important;
  font-family: "soleil", sans-serif !important;
  line-height: 1 !important;
  width: 200px;
  height: 22px !important;
  padding: 4px !important;
  transition: background-position .25s ease-in-out !important;
}
.block-handbook-search .block__content td.gsc-input input#gsc-i-id2:focus {
  background-position: 130% center !important;
  background-color: #FFF !important;
}
@media (min-width: 44em) {
  .block-handbook-search .block__content td.gsc-input input#gsc-i-id2 {
    height: 26px !important;
    background-position: 96% center !important;
  }
}
@media (min-width: 55em) {
  .block-handbook-search .block__content td.gsc-input input#gsc-i-id2 {
    /* 					padding: 7px !important; */
    background-size: 18px 18px !important;
  }
}

/* program search */
.block-search-programs {
  margin-bottom: 1em;
}
.block-search-programs input[type="text"] {
  background-image: url(../images/icon-search.png) !important;
  background-repeat: no-repeat !important;
  background-size: 16px 16px !important;
  background-position: 150px center !important;
  border: 1px solid #81c5e2;
  box-sizing: content-box !important;
  background-color: #e7e7e8 !important;
  color: #083e64 !important;
  font-size: 12px !important;
  font-family: "soleil", sans-serif !important;
  line-height: 1 !important;
  width: 166px !important;
  padding: 4px !important;
  transition: background-position .25s ease-in-out !important;
}
.block-search-programs input[type="text"]:focus {
  background-position: 130% center !important;
  background-color: #FFF !important;
}
@media (min-width: 55em) {
  .block-search-programs input[type="text"] {
    padding: 6px !important;
    background-size: 18px 18px !important;
  }
}
.block-search-programs .views-submit-button {
  position: absolute;
  left: -9999px;
}

/* NOTE: Handbook navigation is in _handbook.scss */
.l-region--sidebar .block--menu {
  margin-bottom: 16px;
}
.l-region--sidebar .block--menu .block__title {
  background: #7dc5df;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7dc5df 10%, #00b7cd 98%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #7dc5df), color-stop(98%, #00b7cd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7dc5df 10%, #00b7cd 98%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7dc5df 10%, #00b7cd 98%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7dc5df 10%, #00b7cd 98%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7dc5df 10%, #00b7cd 98%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7dc5df', endColorstr='#00b7cd',GradientType=0 );
  /* IE6-9 */
  text-transform: uppercase;
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 10px 0;
}
.l-region--sidebar .block--menu .block__content, .l-region--sidebar .block--menu ul.menu {
  background: #d1d3d4;
}
.l-region--sidebar .block--menu .block__title {
  padding-left: 10px;
  padding-right: 10px;
}
.l-region--sidebar .block--menu > ul.menu {
  margin: 0;
  padding: 16px 0 16px 10px;
  font-size: 13px;
  font-weight: 700;
}
.l-region--sidebar .block--menu > ul.menu li {
  list-style: none;
  line-height: 2;
}
.l-region--sidebar .block--menu > ul.menu li a {
  color: inherit;
  display: block;
  text-decoration: none;
  padding: 0 10px 0 6px;
}
.l-region--sidebar .block--menu > ul.menu li a:hover, .l-region--sidebar .block--menu > ul.menu li a:active, .l-region--sidebar .block--menu > ul.menu li a:focus {
  text-decoration: underline;
}
.l-region--sidebar .block--menu > ul.menu li a.active {
  background: #7dc5df;
  /* Old browsers */
  background: -moz-linear-gradient(top, #7dc5df 10%, #00b7cd 98%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #7dc5df), color-stop(98%, #00b7cd));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7dc5df 10%, #00b7cd 98%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7dc5df 10%, #00b7cd 98%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7dc5df 10%, #00b7cd 98%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7dc5df 10%, #00b7cd 98%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7dc5df', endColorstr='#00b7cd',GradientType=0 );
  /* IE6-9 */
  color: #FFF;
}
.l-region--sidebar .block--menu > ul.menu li a.active:hover, .l-region--sidebar .block--menu > ul.menu li a.active:active, .l-region--sidebar .block--menu > ul.menu li a.active:focus {
  text-decoration: none;
}
.l-region--sidebar .block--menu > ul.menu li ul {
  margin-left: 10px;
  padding: 0;
  font-weight: 300;
}

.l-region--sidebar .menu-sidebar-buttons {
  padding: 6px;
}
.l-region--sidebar .menu-sidebar-buttons .block__title {
  background: transparent;
  color: #f27d21;
  font-size: 21px;
  text-transform: none;
  margin-bottom: 12px;
  padding: 0;
}
.l-region--sidebar .menu-sidebar-buttons ul.menu {
  background: transparent;
  padding: 0;
  margin: 0;
}
.l-region--sidebar .menu-sidebar-buttons ul.menu li {
  margin-bottom: 16px;
}
.l-region--sidebar .menu-sidebar-buttons ul.menu li a {
  border-radius: 6px;
  box-shadow: 0 3px 0 0 #152550, 0 6px 6px 0 rgba(0, 0, 0, 0.5);
  color: #81c5e2;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  padding: 4px 12px;
  text-decoration: none;
  text-transform: uppercase;
  background: #47729b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #47729b 0%, #15486e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #47729b), color-stop(100%, #15486e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #47729b 0%, #15486e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #47729b 0%, #15486e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #47729b 0%, #15486e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #47729b 0%, #15486e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#47729b', endColorstr='#15486e',GradientType=0 );
  /* IE6-9 */
  display: block;
  color: #FFF;
  text-align: center;
  box-shadow: 0 3px 0 0 #152550;
  font-size: 13px;
}
.l-region--sidebar .menu-sidebar-buttons ul.menu li a:hover, .l-region--sidebar .menu-sidebar-buttons ul.menu li a:active, .l-region--sidebar .menu-sidebar-buttons ul.menu li a:focus {
  box-shadow: 0 3px 0 0 #152550, 0 6px 8px 0 rgba(0, 0, 0, 0.8);
}
@media (min-width: 55em) {
  .l-region--sidebar .menu-sidebar-buttons ul.menu li a {
    border-radius: 8px;
    font-size: 14px;
    padding: 6px 16px;
  }
}
.l-region--sidebar .menu-sidebar-buttons ul.menu li a:hover, .l-region--sidebar .menu-sidebar-buttons ul.menu li a:active, .l-region--sidebar .menu-sidebar-buttons ul.menu li a:focus {
  text-decoration: none;
}

.l-top-bar-wrapper {
  background: #083e64;
  /* Old browsers */
  background: -moz-linear-gradient(left, #083e64 0%, #47729b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #083e64), color-stop(100%, #47729b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #083e64 0%, #47729b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #083e64 0%, #47729b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #083e64 0%, #47729b 100%);
  /* IE10+ */
  background: linear-gradient(to right, #083e64 0%, #47729b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#083e64', endColorstr='#47729b',GradientType=1 );
  /* IE6-8 */
}

.l-region--top {
  padding: 8px 0;
}
.l-region--top:after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 55em) {
  .l-region--top {
    padding: 10px 0;
  }
}

.block-giving-button {
  float: left;
}
@media (min-width: 44em) {
  .block-giving-button {
    width: 14.89362%;
    float: left;
    margin-right: -100%;
    margin-left: 68.08511%;
    clear: none;
    margin-top: 2px;
  }
}
@media (min-width: 55em) {
  .block-giving-button {
    margin-top: 0;
  }
}
@media (min-width: 70em) {
  .block-giving-button {
    width: 11.11111%;
    float: left;
    margin-right: -100%;
    margin-left: 76.19048%;
    clear: none;
  }
}
.block-giving-button a {
  border-radius: 6px;
  box-shadow: 0 3px 0 0 #c74a1a, 0 6px 6px 0 rgba(0, 0, 0, 0.5);
  color: #FFF;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  padding: 4px 12px;
  text-decoration: none;
  text-transform: uppercase;
  background: #f7941e;
  /* Old browsers */
  background: -moz-linear-gradient(top, #f7941e 0%, #f27d21 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7941e), color-stop(100%, #f27d21));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7941e 0%, #f27d21 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7941e 0%, #f27d21 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7941e 0%, #f27d21 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f7941e 0%, #f27d21 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7941e', endColorstr='#f27d21',GradientType=0 );
  /* IE6-9 */
}
.block-giving-button a:hover, .block-giving-button a:active, .block-giving-button a:focus {
  box-shadow: 0 3px 0 0 #c74a1a, 0 6px 8px 0 rgba(0, 0, 0, 0.8);
}
@media (min-width: 55em) {
  .block-giving-button a {
    border-radius: 8px;
    font-size: 14px;
    padding: 6px 16px;
  }
}
@media (min-width: 44em) {
  .block-giving-button a {
    float: right;
  }
}

/* For search bar, see _search.scss */
.menu-info-for {
  float: right;
  margin-top: 4px;
  line-height: 1;
}
.menu-info-for .block__title {
  color: #FFF;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  margin-right: 6px;
  cursor: pointer;
}
.menu-info-for .block__title:after {
  content: "";
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-top-color: #FFF;
  position: relative;
  top: 14px;
  left: 5px;
}
.menu-info-for ul.menu {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 38px;
  right: 5%;
  z-index: 20;
  width: 150px;
  text-align: right;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.75);
  display: none;
  background: #083e64;
  /* Old browsers */
  background: -moz-linear-gradient(left, #083e64 0%, #47729b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #083e64), color-stop(100%, #47729b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #083e64 0%, #47729b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #083e64 0%, #47729b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #083e64 0%, #47729b 100%);
  /* IE10+ */
  background: linear-gradient(to right, #083e64 0%, #47729b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#083e64', endColorstr='#47729b',GradientType=1 );
  /* IE6-8 */
}
.menu-info-for ul.menu li {
  list-style: none;
}
.menu-info-for ul.menu li a {
  text-decoration: none;
  color: #FFF;
  display: block;
  padding: 10px 20px;
  border-bottom: 1px solid #81c5e2;
  background-color: transparent;
  transition: background-color .2s ease-in-out;
}
.menu-info-for ul.menu li a:hover, .menu-info-for ul.menu li a:active, .menu-info-for ul.menu li a:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

.menu-info-for ul.active {
  display: block;
}

@media (min-width: 44em) {
  .menu-info-for {
    float: none;
    width: 65.95745%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
    text-transform: uppercase;
    margin-top: 4px;
    text-align: right;
  }
  .menu-info-for:after {
    content: "";
    display: table;
    clear: both;
  }
  .menu-info-for .block__title {
    color: #81c5e2;
    font-size: 12px;
    font-weight: 700;
    margin-right: 6px;
    display: inline-block;
    cursor: text;
  }
  .menu-info-for .block__title:after {
    content: ":";
    position: static;
    border: none;
    width: auto;
    height: auto;
  }
  .menu-info-for ul.menu {
    display: inline-block;
    font-size: 12px;
    position: static;
    text-align: left;
    width: auto;
    background: transparent;
    box-shadow: 0 0 0 0;
  }
  .menu-info-for ul.menu li {
    display: inline-block;
    margin-right: 6px;
  }
  .menu-info-for ul.menu li:last-child {
    margin-right: 0;
  }
  .menu-info-for ul.menu li a {
    color: #FFF;
    text-decoration: none;
    padding: 0;
    transition: none;
    border: none;
    display: inline;
  }
  .menu-info-for ul.menu li a:hover, .menu-info-for ul.menu li a:active, .menu-info-for ul.menu li a:focus {
    text-decoration: underline;
    background-color: transparent;
  }
}
@media (min-width: 55em) {
  .menu-info-for {
    float: none;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 6px;
    text-align: right;
  }
  .menu-info-for:after {
    content: "";
    display: table;
    clear: both;
  }
  .menu-info-for .block__title {
    color: #81c5e2;
    font-size: 14px;
    font-weight: 700;
    margin-right: 14px;
    display: inline-block;
  }
  .menu-info-for .block__title:after {
    content: ":";
    position: static;
    border: none;
    width: auto;
    height: auto;
  }
  .menu-info-for ul.menu {
    display: inline-block;
  }
  .menu-info-for ul.menu li {
    display: inline-block;
    font-size: 14px;
    margin-right: 16px;
  }
  .menu-info-for ul.menu li:last-child {
    margin-right: 0;
  }
  .menu-info-for ul.menu li a {
    color: #FFF;
    text-decoration: none;
  }
}
@media (min-width: 70em) {
  .menu-info-for {
    width: 74.60317%;
    float: left;
    margin-right: -100%;
    margin-left: 0%;
    clear: none;
  }
}

/* Webform Styles */

form.webform-client-form fieldset {
	background: -moz-linear-gradient(top,  rgba(230,230,230,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(230,230,230,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(230,230,230,1) 0%,rgba(255,255,255,0) 100%); /* W3C */
	border: 1px solid #DDDDDD;
	border-radius: 1em;
	padding: 1em;
}

form.webform-client-form legend {
	text-shadow: 3px 3px 5px #FFF;
	font-size: 1.75em;
	letter-spacing: 2px;
	font-style:italic;
}


/* Image banner styles */

.image-banner h2.block__title {
	display: none;
}

.image-banner h2 {
	color: #f27d21;
}

.image-banner ol, .image-banner ul {
	margin: 0;
	padding: 0 0 2em 0;
}

.image-banner li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding-left: 0.25em;
	padding-right: 0.25em;
	text-align: center;
}

.bi-image-banner li {
	width: 50%;
}

.tri-image-banner li {
	width: 33.333333%;
}

.quad-image-banner li {
	width: 25%;
}

.quin-image-banner li {
	width: 20%;
}

.image-banner img {
	width: 100%;
	transition: opacity .2s;
}

.image-banner a:hover img, 
.image-banner img.highlight {
	opacity: 0.6;
}

.float-right {
	float: right;
}
/* Captioning Styles */

.image-container {clear: both;}
.image-container-image {display: inline-block; max-width: 500px; padding: 10px;}
.image-container-caption {display: inline-block; font-style: italic; font-size:11px; vertical-align: top; padding: 10px;  max-width:205px;}
@media only screen and (max-width: 1219px)  {
	.image-container-image {display: block; width: 100%; padding-bottom: 10px; max-width: 100%}
	.image-container-caption {display: block; font-style: italic; font-size:11px; padding-top: 10px; width: 100%; max-width: 100%}
}

.image-container-vertical {}
.image-container-vertical-image {display: block; padding: 10px;}
.image-container-vertical-caption {display:block; font-style: italic; font-size:11px; vertical-align: top; padding: 10px;}
@media only screen and (max-width: 1219px)  {
	.image-container-vertical-image {display: block;}
	.image-container-vertical-caption {display: block; font-style: italic; font-size:11px; padding-top: 10px;}
}
.block-150-mark {
  clear:right;
}