@charset "UTF-8";
/*
IMPORTANT WARNING: DO NOT EDIT CSS FILE DIRECTLY, EDIT SCSS FILE.
*/
/* BEGIN: CSS RESET RULES */
/**
 * Compilation of colors for data visualization and web application purposes.
 * Compiled by Ryan McKeel.
 *
 * Can be easily converted to LESS by changing `$` character to `@`
 */
.mt-0 {
  margin-top: 0 !important; }

.pt-0 {
  padding-top: 0 !important; }

.mr-0 {
  margin-right: 0 !important; }

.pr-0 {
  padding-right: 0 !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.ml-0 {
  margin-left: 0 !important; }

.pl-0 {
  padding-left: 0 !important; }

.mt-5em {
  margin-top: 0.5em !important; }

.pt-5em {
  padding-top: 0.5em !important; }

.mr-5em {
  margin-right: 0.5em !important; }

.pr-5em {
  padding-right: 0.5em !important; }

.mb-5em {
  margin-bottom: 0.5em !important; }

.pb-5em {
  padding-bottom: 0.5em !important; }

.ml-5em {
  margin-left: 0.5em !important; }

.pl-5em {
  padding-left: 0.5em !important; }

.mt-75em {
  margin-top: 0.75em !important; }

.pt-75em {
  padding-top: 0.75em !important; }

.mr-75em {
  margin-right: 0.75em !important; }

.pr-75em {
  padding-right: 0.75em !important; }

.mb-75em {
  margin-bottom: 0.75em !important; }

.pb-75em {
  padding-bottom: 0.75em !important; }

.ml-75em {
  margin-left: 0.75em !important; }

.pl-75em {
  padding-left: 0.75em !important; }

.mt-1em {
  margin-top: 1em !important; }

.pt-1em {
  padding-top: 1em !important; }

.mr-1em {
  margin-right: 1em !important; }

.pr-1em {
  padding-right: 1em !important; }

.mb-1em {
  margin-bottom: 1em !important; }

.pb-1em {
  padding-bottom: 1em !important; }

.ml-1em {
  margin-left: 1em !important; }

.pl-1em {
  padding-left: 1em !important; }

.mt-15em {
  margin-top: 1.5em !important; }

.pt-15em {
  padding-top: 1.5em !important; }

.mr-15em {
  margin-right: 1.5em !important; }

.pr-15em {
  padding-right: 1.5em !important; }

.mb-15em {
  margin-bottom: 1.5em !important; }

.pb-15em {
  padding-bottom: 1.5em !important; }

.ml-15em {
  margin-left: 1.5em !important; }

.pl-15em {
  padding-left: 1.5em !important; }

.mt-2em {
  margin-top: 2em !important; }

.pt-2em {
  padding-top: 2em !important; }

.mr-2em {
  margin-right: 2em !important; }

.pr-2em {
  padding-right: 2em !important; }

.mb-2em {
  margin-bottom: 2em !important; }

.pb-2em {
  padding-bottom: 2em !important; }

.ml-2em {
  margin-left: 2em !important; }

.pl-2em {
  padding-left: 2em !important; }

.mt-auto {
  margin-top: auto !important; }

.pt-auto {
  padding-top: auto !important; }

.mr-auto {
  margin-right: auto !important; }

.pr-auto {
  padding-right: auto !important; }

.mb-auto {
  margin-bottom: auto !important; }

.pb-auto {
  padding-bottom: auto !important; }

.ml-auto {
  margin-left: auto !important; }

.pl-auto {
  padding-left: auto !important; }

ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }

ol {
  margin: 0;
  padding: 0; }

li {
  margin: 0;
  padding: 0; }

a, .expandable .simple-content,
a:hover,
.expandable .simple-content:hover,
a:active,
.expandable .simple-content:active,
a:focus,
.expandable .simple-content:focus {
  outline: 0;
  /* Fix firefox / mozilla dotted outline */ }

a, .expandable .simple-content {
  color: #1360ba;
  font-weight: bold; }

a:hover, .expandable .simple-content:hover {
  color: #014b3a; }

/* END: CSS RESET RULES */
/******* BEGIN Global Styles *******/
body {
  background: #005746;
  font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial, Sans-Serif;
  text-align: left;
  font-size: 15px;
  margin: 0;
  padding: 0;
  overflow-y: scroll;
  line-height: 19px;
  color: #858585; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #337d6e; }

h1 {
  font-size: 41px; }

h2 {
  font-size: 24px; }

/* the events page cannot scale down to smartphone size */
body.page-template-events-php {
  min-width: 750px; }

#headerwrapper,
#contentwrapper,
#footerwrapper {
  width: 100%;
  text-align: center; }

blockquote {
  border: none; }

/******* END Global Styles *******/
/******* BEGIN Header Styles *******/
#headerwrapper {
  position: relative;
  top: 0;
  left: 0;
  height: 164px;
  width: 100%;
  z-index: 9998;
  background: #095d4d;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#095d4d+0,095d4d+70,edc800+71,edc800+72,095d4d+73,095d4d+100 */
  background: -moz-linear-gradient(top, #095d4d 0%, #095d4d 112px, #edc800 112px, #edc800 114px, #095d4d 114px, #095d4d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: -webkit-linear-gradient(top, #095d4d 0%, #095d4d 112px, #edc800 112px, #edc800 114px, #095d4d 114px, #095d4d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: linear-gradient(to bottom, #095d4d 0%, #095d4d 112px, #edc800 112px, #edc800 114px, #095d4d 114px, #095d4d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#095d4d', endColorstr='#095d4d', GradientType=0);
  /* IE6-9 */
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2c7163+0,2c7163+66,095d4d+70,095d4d+100 */
  transition: top .5s ease; }

.home #headerwrapper {
  background: transparent;
  position: fixed;
  height: 123px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,ffffff+100&0.55+0,0.55+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.55) 0%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8c000000', endColorstr='#8cffffff', GradientType=0);
  /* IE6-9 */ }
.home.admin-bar #headerwrapper {
  top: 32px; }

header {
  position: relative;
  height: 123px; }

.home.admin-bar header {
  margin-top: 32px; }

header a, header .expandable .simple-content, .expandable header .simple-content {
  display: inline-block;
  zoom: 1;
  *display: inline;
  position: relative; }

.main_logo {
  width: 154px;
  position: absolute;
  left: 0;
  top: 9px; }

.portal_logo {
  float: right;
  display: inline-block;
  background: #edc800;
  color: #014b3a;
  text-transform: uppercase;
  margin-top: 15px;
  padding: 8px 40px;
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  cursor: pointer; }
  .portal_logo:hover {
    color: white; }

a.portal_logo-xs, .expandable .portal_logo-xs.simple-content {
  display: none; }

.logged-in label.portal_logo,
.logged-in label.portal_logo-xs {
  display: none; }
.logged-in a.portal_logo, .logged-in .expandable .portal_logo.simple-content, .expandable .logged-in .portal_logo.simple-content,
.logged-in a.portal_logo-xs,
.logged-in .expandable .portal_logo-xs.simple-content,
.expandable .logged-in .portal_logo-xs.simple-content {
  display: inline-block; }

#search-container {
  display: inline-block;
  float: right;
  clear: none;
  margin-top: 16px;
  margin-right: 40px;
  text-align: right; }
  #search-container form {
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 30px;
    width: 338px;
    text-align: left; }
    #search-container form div {
      position: absolute;
      padding-left: 30px;
      background: white;
      left: 400px;
      transition: all 0.5s ease-in; }
    #search-container form div:before {
      content: '\f002';
      font-family: fontAwesome;
      position: absolute;
      left: 8px;
      top: 0;
      color: #afafaf;
      font-size: 18px;
      line-height: 30px;
      opacity: 0; }
  #search-container input#s {
    position: relative;
    border: none;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    width: 217px; }
  #search-container input.search-submit {
    background: #edc800;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    color: white;
    text-transform: uppercase;
    border: none;
    font-weight: 600; }
  #search-container i.fa {
    color: white;
    float: right;
    margin-right: 0;
    opacity: 1;
    cursor: pointer;
    display: inline-block;
    width: 25px;
    height: 25px;
    text-align: center;
    vertical-align: top;
    line-height: 25px; }

.display-search #search-container form div {
  left: 0;
  transition: all 0.5s ease-in; }
.display-search #search-container form div:before {
  opacity: 1; }
.display-search #search-container i.fa {
  display: none; }

header .nav-events {
  float: right;
  clear: right;
  margin-top: 20px; }
  header .nav-events ul {
    list-style-type: none; }
    header .nav-events ul li {
      display: inline-block; }
      header .nav-events ul li a, header .nav-events ul li .expandable .simple-content, .expandable header .nav-events ul li .simple-content {
        display: block;
        font-size: 18px;
        font-weight: 600;
        color: #fff3b5;
        padding: 0 20px;
        text-transform: uppercase;
        letter-spacing: 2px; }
      header .nav-events ul li:last-child a, header .nav-events ul li:last-child .expandable .simple-content, .expandable header .nav-events ul li:last-child .simple-content {
        padding-right: 0; }
header nav {
  position: relative;
  margin-top: 114px;
  display: block;
  width: 100%;
  text-align: center;
  background: #095d4d; }

.home .nav-events ul li a, .home .nav-events ul li .expandable .simple-content, .expandable .home .nav-events ul li .simple-content {
  text-shadow: 1px 1px 20px black; }
.home header nav {
  background: rgba(0, 87, 70, 0.75); }

#toggle,
nav label.toggle {
  display: none; }

nav label.toggle {
  position: relative;
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  -transition: .5s ease-in-out;
  cursor: pointer; }
  nav label.toggle span {
    display: block;
    position: absolute;
    height: 6px;
    width: 100%;
    background: white;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out; }
    nav label.toggle span:nth-child(1) {
      top: 5px; }
    nav label.toggle span:nth-child(2) {
      top: 15px; }
    nav label.toggle span:nth-child(3) {
      top: 25px; }
nav #toggle:checked + div label span:nth-child(1) {
  top: 14px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg); }
nav #toggle:checked + div label span:nth-child(2) {
  opacity: 0;
  left: -40px; }
nav #toggle:checked + div label span:nth-child(3) {
  top: 14px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg); }

nav ul.menu li {
  display: block;
  position: relative;
  text-align: left; }

nav ul.menu > li {
  display: inline-block;
  zoom: 1;
  *display: inline;
  text-align: center; }

nav ul.menu > li > a, nav .expandable ul.menu > li > .simple-content, .expandable nav ul.menu > li > .simple-content {
  display: block;
  padding: 17px 17px;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 1px;
  height: 50px; }

nav ul.menu > li:hover > a, nav .expandable ul.menu > li:hover > .simple-content, .expandable nav ul.menu > li:hover > .simple-content {
  color: #edc800; }

nav ul.menu > li > ul {
  display: block;
  position: absolute;
  left: -999em;
  top: 50px;
  width: 300px;
  height: auto;
  background: rgba(0, 87, 70, 0.75);
  height: auto;
  text-align: left;
  padding-bottom: 10px; }

nav ul.menu > li:hover ul {
  left: 0; }

nav ul ul li {
  display: block; }
  nav ul ul li a, nav ul ul li .expandable .simple-content, .expandable nav ul ul li .simple-content {
    display: block;
    padding: 5px 5px 5px 20px;
    color: white;
    font-weight: 600; }

nav ul ul li a:hover, nav ul ul li .expandable .simple-content:hover, .expandable nav ul ul li .simple-content:hover {
  color: #005746;
  background: rgba(237, 200, 0, 0.75);
  text-decoration: none; }

nav ul.menu ul ul {
  top: auto;
  position: relative;
  left: auto; }

nav ul.menu ul ul li a, nav ul.menu ul ul li .expandable .simple-content, .expandable nav ul.menu ul ul li .simple-content {
  padding-left: 40px;
  position: relative; }

nav ul li.current-menu-item > a, nav ul .expandable li.current-menu-item > .simple-content, .expandable nav ul li.current-menu-item > .simple-content,
nav ul li.current_page_item > a,
nav ul .expandable li.current_page_item > .simple-content,
.expandable nav ul li.current_page_item > .simple-content,
nav ul li.current_page_ancestor > a,
nav ul .expandable li.current_page_ancestor > .simple-content,
.expandable nav ul li.current_page_ancestor > .simple-content {
  color: #e8bf02; }

input#display-portal {
  display: none; }

#loginwrapper {
  background: #edc800;
  text-align: center;
  padding: 0;
  height: 0;
  max-height: 0;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9998;
  overflow: hidden;
  transition: top 0.4s ease-out, height 0.4s ease-out, max-height 0.4s ease-out, padding 0.4s ease-out; }
  #loginwrapper form {
    display: inline-block;
    width: 50%;
    margin-left: 50%;
    text-align: right; }
    #loginwrapper form p {
      display: inline-block;
      vertical-align: top;
      text-align: left;
      margin: 0; }
      #loginwrapper form p a, #loginwrapper form p .expandable .simple-content, .expandable #loginwrapper form p .simple-content {
        display: block;
        color: #014b3a;
        font-weight: 300;
        margin-top: 6px;
        font-size: 13px; }
    #loginwrapper form label {
      display: none; }
    #loginwrapper form input[type="text"],
    #loginwrapper form input[type="password"] {
      border: none;
      width: 130px;
      margin-right: 15px;
      height: 30px;
      padding: 0 10px;
      line-height: 30px; }
    #loginwrapper form input[type="submit"] {
      background: #014b3a;
      color: white;
      border: none;
      text-transform: uppercase;
      height: 30px;
      line-height: 30px;
      font-weight: bold;
      padding: 0 20px; }
  #loginwrapper .userinfo {
    text-align: right;
    color: #014b3a;
    font-weight: normal; }
    #loginwrapper .userinfo a, #loginwrapper .userinfo .expandable .simple-content, .expandable #loginwrapper .userinfo .simple-content {
      display: inline-block;
      color: #014b3a;
      font-size: 13px;
      border-right: 1px solid #014b3a;
      padding: 0 8px;
      height: 13px;
      line-height: 13px; }
    #loginwrapper .userinfo a + a, #loginwrapper .userinfo .expandable .simple-content + a, .expandable #loginwrapper .userinfo .simple-content + a, #loginwrapper .userinfo .expandable a + .simple-content, .expandable #loginwrapper .userinfo a + .simple-content, #loginwrapper .userinfo .expandable .simple-content + .simple-content, .expandable #loginwrapper .userinfo .simple-content + .simple-content {
      border-right: none;
      padding-right: 0; }
    #loginwrapper .userinfo span {
      margin-right: 18px; }

input#display-portal:checked + #loginwrapper {
  display: block;
  padding: 20px 0 20px;
  height: 95px;
  max-height: 95px;
  transition: top 0.4s ease-out, height 0.4s ease-out, max-height 0.4s ease-out, padding 0.4s ease-out; }
  input#display-portal:checked + #loginwrapper + #headerwrapper {
    position: fixed;
    top: 95px;
    transition: top 0.4s ease-out, height 0.4s ease-out, max-height 0.4s ease-out, padding 0.4s ease-out; }
    input#display-portal:checked + #loginwrapper + #headerwrapper + #contentwrapper {
      padding-top: 280px;
      transition: padding-top .4s ease; }

.logged-in input#display-portal:checked + #loginwrapper,
.logged-in.parent-logged-in #loginwrapper {
  padding: 10px 0;
  height: 42px;
  max-height: 42px; }
  .logged-in input#display-portal:checked + #loginwrapper + #headerwrapper,
  .logged-in.parent-logged-in #loginwrapper + #headerwrapper {
    top: 42px; }

.home input#display-portal:checked + #loginwrapper + #headerwrapper + #contentwrapper {
  padding-top: 0;
  transition: none; }

.scrolled input#display-portal:checked + #loginwrapper + #headerwrapper,
.scrolled.logged-in.parent-logged-in #loginwrapper + #headerwrapper {
  top: 0; }
  .scrolled input#display-portal:checked + #loginwrapper + #headerwrapper + #contentwrapper,
  .scrolled.logged-in.parent-logged-in #loginwrapper + #headerwrapper + #contentwrapper {
    padding-top: 0;
    transition: none; }

body.scrolled {
  padding-top: 160px; }
  body.scrolled #loginwrapper {
    display: none !important; }
  body.scrolled #headerwrapper {
    background: #005746;
    height: 53px;
    transition: none;
    position: fixed;
    top: 0;
    left: 0; }
  body.scrolled header {
    height: 53px; }
    body.scrolled header .portal_logo,
    body.scrolled header #search-container,
    body.scrolled header .nav-events {
      display: none !important; }
    body.scrolled header nav {
      background: transparent;
      margin: 0 50px; }
    body.scrolled header a.main_logo, body.scrolled header .expandable .main_logo.simple-content, .expandable body.scrolled header .main_logo.simple-content {
      top: 2px;
      display: block;
      width: 50px;
      height: 50px;
      text-align: left;
      overflow: hidden; }
      body.scrolled header a.main_logo img, body.scrolled header .expandable .main_logo.simple-content img, .expandable body.scrolled header .main_logo.simple-content img {
        height: 50px;
        width: auto; }

body.scrolled.admin-bar #headerwrapper {
  top: 32px; }
body.scrolled.admin-bar header {
  margin-top: 0; }

/******* END Header Styles *******/
/******* BEGIN Tablesorter Styles (Requested by Joe @ Mosaic) *******/
.tablesorter .header {
  background-image: url(../images/bg.gif);
  background-repeat: no-repeat;
  background-position: right 42%;
  cursor: pointer; }

.tablesorter thead th {
  padding: 8px;
  vertical-align: top; }

.tablesorter tbody td {
  padding: 5px;
  vertical-align: top; }

.tablesorter .header.headerSortUp {
  background-image: url(../images/asc.gif); }

.tablesorter .header.headerSortDown {
  background-image: url(../images/desc.gif); }

/******* END Tablesorter Styles *******/
/******* BEGIN Content Styles *******/
#contentwrapper {
  padding-top: 35px;
  background: #fff;
  min-height: 400px; }

.logged-in.parent-logged-in #contentwrapper {
  padding-top: 42px; }

section {
  text-align: left; }
  section #breadcrumbs a, section #breadcrumbs .expandable .simple-content, .expandable section #breadcrumbs .simple-content, section #breadcrumbs span {
    display: inline-block;
    vertical-align: baseline;
    font-size: 12px;
    line-height: 15px;
    font-weight: normal;
    color: #ccc; }
  section #breadcrumbs a, section #breadcrumbs .expandable .simple-content, .expandable section #breadcrumbs .simple-content {
    color: #005746;
    font-weight: bold; }
  section #breadcrumbs i.fa {
    color: #227262;
    font-size: 9px;
    display: inline-block;
    margin: 0 2px; }

/** HOMEPAGE CONTENT ONLY STYLES **/
.home #contentwrapper {
  padding-top: 0;
  padding-bottom: 0; }

.home section {
  width: auto;
  text-align: center;
  position: relative; }

.home section > div {
  position: relative; }

.home .home-news {
  text-align: center;
  border-top: 8px solid #edc800; }
  .home .home-news .post {
    padding: 50px 30px 30px;
    color: #005746;
    overflow: hidden; }
    .home .home-news .post:nth-child(odd) {
      background: #f1f1f1; }
    .home .home-news .post .liner {
      margin: 0 auto;
      text-align: left;
      max-width: 880px; }
    .home .home-news .post .gaynor-thumbnail {
      width: 175px;
      height: auto;
      overflow: hidden;
      float: left; }
      .home .home-news .post .gaynor-thumbnail img {
        width: 100%;
        height: auto; }
      .home .home-news .post .gaynor-thumbnail + .content-wrapper {
        margin-left: 205px; }
  .home .home-news .read-all-wrapper {
    padding: 40px 0;
    text-align: center; }
  .home .home-news h3 a, .home .home-news h3 .expandable .simple-content, .expandable .home .home-news h3 .simple-content {
    color: #014b3a;
    font-family: "Open Sans", Helvetica, "Helvetica Neue", Arial, Sans-Serif;
    font-weight: 700;
    font-size: 24px; }
  .home .home-news div.read-more {
    text-align: right; }
  .home .home-news div.read-more a, .home .home-news div.read-more .expandable .simple-content, .expandable .home .home-news div.read-more .simple-content {
    color: #014b3a;
    font-weight: 600; }
    .home .home-news div.read-more a span, .home .home-news div.read-more .expandable .simple-content span, .expandable .home .home-news div.read-more .simple-content span {
      margin-left: 5px;
      display: inline-block;
      padding: 1px 4px;
      background: #014b3a;
      border-radius: 2px; }
      .home .home-news div.read-more a span i.fa, .home .home-news div.read-more .expandable .simple-content span i.fa, .expandable .home .home-news div.read-more .simple-content span i.fa {
        color: white; }
.home .home-content {
  display: flex;
  align-items: center;
  justify-content: center; }
  .home .home-content div.post {
    padding: 85px 30px;
    max-width: 852px;
    text-align: center;
    color: white;
    font-size: 25px;
    line-height: 32px; }
    .home .home-content div.post h1, .home .home-content div.post h2 {
      color: #edc800; }

.home #home_page_banner {
  position: absolute;
  bottom: 40px;
  left: auto;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 50px 30px 30px;
  z-index: 2;
  text-align: left;
  width: 50%;
  max-width: 440px;
  color: black;
  font-size: 16px; }
  .home #home_page_banner h2, .home #home_page_banner h3, .home #home_page_banner h4, .home #home_page_banner h5, .home #home_page_banner h6 {
    color: #014b3a; }

.home .scroll-down {
  position: absolute;
  left: 50%;
  bottom: 35px;
  transform: translateX(-50%); }
  .home .scroll-down i {
    color: white;
    text-shadow: 1px 1px 20px black;
    font-size: 70px; }

span.button {
  display: inline-block;
  margin-top: 10px; }

span.button a, span.button .expandable .simple-content, .expandable span.button .simple-content,
.btn-gaynor2,
input[type="submit"].button {
  background: #edc800;
  padding: 8px 20px;
  color: #014b3a;
  display: block;
  border: none;
  font-weight: bold; }

span.button a.disabled, span.button .expandable .disabled.simple-content, .expandable span.button .disabled.simple-content {
  color: #027d61;
  font-style: italic; }

a[ng-click], .expandable [ng-click].simple-content {
  cursor: pointer; }

.delete {
  color: #900f0a; }

/* .btn-gaynor2 should match span.button a and its hover styling */
.btn-gaynor2:hover {
  text-decoration: underline;
  color: #014b3a; }

#slideshow {
  margin: 0 -15px;
  z-index: 1; }

#slideshow,
.fade-gal,
.fade-gal li {
  width: 100%;
  height: 100%; }

.fade-gal {
  position: relative; }

.fade-gal li {
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.fade-gal li:first-child {
  display: block; }

.fade-gal li img {
  width: 100%;
  height: auto; }

.hp-control-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding-bottom: 5px; }

.hp-slide-prev,
.hp-slide-next {
  display: none !important; }

.hp-slide-page a, .hp-slide-page .expandable .simple-content, .expandable .hp-slide-page .simple-content {
  text-indent: -999em;
  display: inline-block;
  border: 2px solid white;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin: 0 3px; }
  .hp-slide-page a.active, .hp-slide-page .expandable .active.simple-content, .expandable .hp-slide-page .active.simple-content {
    background: white; }

/** END HOMEPAGE CONTENT ONLY STYLES **/
article h4 {
  border-bottom: 1px solid #eee;
  margin: 25px 0 0;
  padding: 0 0 10px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #014b3a; }
  article h4 a, article h4 .expandable .simple-content, .expandable article h4 .simple-content {
    color: #014b3a; }

/** Aside Styles **/
aside {
  text-decoration: none; }

aside h2 {
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 10px 0 10px;
  font-size: inherit;
  font-weight: bold;
  text-transform: uppercase;
  color: #014b3a; }
  aside h2 a, aside h2 .expandable .simple-content, .expandable aside h2 .simple-content {
    color: #014b3a; }
aside .widget_search h2 {
  display: none; }
aside .fts-twitter-div {
  max-height: 450px; }

aside .sidebar > ul > li {
  margin-bottom: 30px; }

.sidebar .widget_acg_facebook_twitter {
  text-align: right;
  margin-top: 59px; }
  .sidebar .widget_acg_facebook_twitter h2 {
    display: none; }
  .sidebar .widget_acg_facebook_twitter a, .sidebar .widget_acg_facebook_twitter .expandable .simple-content, .expandable .sidebar .widget_acg_facebook_twitter .simple-content {
    font-family: fontAwesome;
    color: white;
    font-size: 30px;
    font-weight: normal;
    margin-left: 5px;
    display: inline-block; }
  .sidebar .widget_acg_facebook_twitter .facebook:before {
    content: '\f082'; }
  .sidebar .widget_acg_facebook_twitter .twitter:before {
    content: '\f081'; }
  .sidebar .widget_acg_facebook_twitter .instagram:before {
    content: '\f16d'; }
  .sidebar .widget_acg_facebook_twitter .linkedin:before {
    content: '\f08c'; }

#sidebar-news_sidebar.sidebar .widget_acg_facebook_twitter {
  text-align: left; }
  #sidebar-news_sidebar.sidebar .widget_acg_facebook_twitter h2 {
    display: block;
    margin-bottom: 15px; }
  #sidebar-news_sidebar.sidebar .widget_acg_facebook_twitter a, #sidebar-news_sidebar.sidebar .widget_acg_facebook_twitter .expandable .simple-content, .expandable #sidebar-news_sidebar.sidebar .widget_acg_facebook_twitter .simple-content {
    color: #014b3a; }

footer .logos {
  text-align: center; }
  footer .logos img {
    width: 45%;
    height: auto;
    margin: 0 auto;
    max-width: 150px; }
  footer .logos img + img {
    margin-left: 5%; }

footer .admin-search > div {
  margin-top: 12px;
  display: inline-block;
  text-align: left; }

footer .admin-login {
  color: #edc800;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px; }
  footer .admin-login i {
    margin-right: 5px; }

footer .footer-address {
  color: #ddd;
  font-size: 12px;
  border-top: 1px solid #ddd;
  margin-top: 40px;
  padding: 10px 0 40px; }

footer #searchform div,
aside #searchform div,
article #searchform div {
  display: inline-block;
  border-radius: 15px;
  background: white;
  padding-left: 12px; }
  footer #searchform div input[type="text"],
  aside #searchform div input[type="text"],
  article #searchform div input[type="text"] {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 -4px 0 0;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    width: 250px;
    border: none; }
  footer #searchform div span,
  aside #searchform div span,
  article #searchform div span {
    position: relative; }
  footer #searchform div span:before,
  aside #searchform div span:before,
  article #searchform div span:before {
    position: absolute;
    content: '\f002';
    top: 8px;
    left: -15px;
    color: #ccc;
    font-family: FontAwesome; }
  footer #searchform div input[type="submit"],
  aside #searchform div input[type="submit"],
  article #searchform div input[type="submit"] {
    background: #edc800;
    color: white;
    font-size: 10px;
    text-transform: uppercase;
    border: none;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 30px;
    padding: 0 10px; }
  footer #searchform div ::-webkit-input-placeholder,
  aside #searchform div ::-webkit-input-placeholder,
  article #searchform div ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: white; }
  footer #searchform div ::-moz-placeholder,
  aside #searchform div ::-moz-placeholder,
  article #searchform div ::-moz-placeholder {
    /* Firefox 19+ */
    color: white; }
  footer #searchform div :-ms-input-placeholder,
  aside #searchform div :-ms-input-placeholder,
  article #searchform div :-ms-input-placeholder {
    /* IE 10+ */
    color: white; }
  footer #searchform div :-moz-placeholder,
  aside #searchform div :-moz-placeholder,
  article #searchform div :-moz-placeholder {
    /* Firefox 18- */
    color: white; }

aside #searchform div,
article #searchform div {
  border: 1px solid #edc800; }
  aside #searchform div input[type="text"],
  article #searchform div input[type="text"] {
    width: 130px; }

/* calendar widget */
.widget_calendar {
  float: left; }

#wp-calendar {
  width: 100%; }

#wp-calendar caption {
  text-align: center;
  color: #014b3a;
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 15px; }

#wp-calendar thead {
  font-size: 13px; }

#wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
  color: #014b3a; }

#wp-calendar tbody {
  color: #aaa; }

#wp-calendar tbody td {
  background: #f5f5f5;
  border: 1px solid #fff;
  text-align: center;
  padding: 8px; }

#wp-calendar tbody td:hover {
  background: #fff; }

#wp-calendar tbody .pad {
  background: none; }

#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right; }

#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px; }

aside li li {
  padding: 10px 0; }

aside li ul.children li {
  border: none; }

aside #acg_subnav a:hover, aside #acg_subnav .expandable .simple-content:hover, .expandable aside #acg_subnav .simple-content:hover,
aside #acg_subnav .current_page_item a,
aside #acg_subnav .current_page_item .expandable .simple-content,
.expandable aside #acg_subnav .current_page_item .simple-content {
  color: #014b3a; }

aside .teacher-blog li {
  margin-bottom: 15px; }

aside .teacher-blog a.more, aside .teacher-blog .expandable .more.simple-content, .expandable aside .teacher-blog .more.simple-content {
  font-size: 13px; }

aside .teacher-blog h4 {
  margin-bottom: 0; }

aside .teacher-blog h4 a, aside .teacher-blog h4 .expandable .simple-content, .expandable aside .teacher-blog h4 .simple-content {
  color: #014b3a;
  text-decoration: underline;
  font-size: 16px; }

aside li.current_page_item a, aside li.current_page_item .expandable .simple-content, .expandable aside li.current_page_item .simple-content {
  color: #014b3a; }

aside p {
  padding-bottom: 2px;
  width: auto; }

aside a img.alignnone, aside .expandable .simple-content img.alignnone, .expandable aside .simple-content img.alignnone {
  margin-bottom: 5px; }

article {
  height: auto;
  padding-bottom: 30px; }

.teacher-blog-listing-full ul.teacher-blog {
  list-style-type: none;
  margin-left: 0; }

aside.col-sm-3 {
  padding-top: 48px; }

article.col-sm-9 {
  padding-left: 30px;
  padding-top: 30px; }

article.one-column {
  max-width: 852px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }

article h1 {
  text-align: center;
  margin: 0 0 35px; }

article h1 + h2 {
  margin-top: 0; }

article ul,
article ol {
  margin-left: 30px; }

article ul {
  list-style-type: disc; }

article .post {
  padding-bottom: 30px; }

ul.plainstyle {
  list-style-type: none;
  margin: 0; }

/* Events calendar and recurring event functionality*/
#events-calendar {
  margin-top: 3em; }
  #events-calendar span.button {
    margin-right: 5px; }
    #events-calendar span.button i.fa {
      margin-right: 5px; }

#calendar-container {
  position: relative; }

#calendar-container.calendar-xl {
  width: 900px; }

#calendar-container.calendar-lg {
  width: 700px; }

#calendar-container.calendar-med {
  width: 450px; }

#calendar-spinner {
  display: none;
  width: 5em;
  height: 5em;
  z-index: 100; }

#calendar {
  /* show fc-event divs only if event-show class is present */ }
  #calendar .fc-event {
    display: none; }
  #calendar .fc-event.event-show {
    display: block; }

#calendar-login-notice {
  margin: 2em 0; }

#recur-calendar .fc-event.recur-master {
  background-color: darkblue; }
#recur-calendar .fc-event.recur-child {
  background-color: dodgerblue; }

li.recur-master {
  color: darkBlue; }

li.recur-child {
  color: dodgerblue; }

#recur-form input[type="number"] {
  width: 50px; }

#googlecal {
  margin-top: 10px; }

.form-control-feedback.input-clear {
  top: 0;
  cursor: pointer;
  color: #eee; }
  .form-control-feedback.input-clear.has-content {
    color: #000; }

section #loginform label {
  display: inline-block;
  width: 150px; }

/******* END Content Styles *******/
/******* BEGIN Footer Styles *******/
#footerwrapper {
  width: 100%;
  background: #005746;
  border-top: 11px solid #edc800; }

footer {
  text-align: center;
  font-size: 18px;
  padding: 20px 0 20px 1%; }

footer nav {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  text-align: center; }

footer nav > ul > li {
  padding: 0;
  position: relative;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  text-align: left;
  max-width: 200px;
  border: none; }

footer nav > ul > li {
  width: 13%;
  padding-right: 1%; }

footer nav li a, footer nav li .expandable .simple-content, .expandable footer nav li .simple-content {
  display: block;
  color: white;
  font-weight: bold;
  text-align: left;
  font-size: 16px;
  text-transform: uppercase; }

footer nav li a:hover, footer nav li .expandable .simple-content:hover, .expandable footer nav li .simple-content:hover,
footer nav ul ul li a:hover,
footer nav ul ul li .expandable .simple-content:hover,
.expandable footer nav ul ul li .simple-content:hover {
  text-decoration: none;
  background: transparent;
  color: #edc800; }

footer nav ul ul {
  left: auto;
  top: auto;
  width: auto;
  position: relative;
  background: transparent;
  border: none; }

footer nav ul ul li a, footer nav ul ul li .expandable .simple-content, .expandable footer nav ul ul li .simple-content {
  font-weight: normal;
  font-size: 10px;
  text-transform: none;
  line-height: 18px;
  padding: 6px 0; }

.gaynor-green {
  color: #014b3a;
  font-weight: bold;
  border-color: #014b3a;
  border-width: 2px; }

.gaynor-green:hover {
  color: #00a000;
  border-color: #00a000; }

/******* END Footer Styles *******/
/**************** END Theme Styles **************/
/************** BEGIN WordPress CORE Styles *****/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

a img.alignright, .expandable .simple-content img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone, .expandable .simple-content img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft, .expandable .simple-content img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter, .expandable .simple-content img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

div.warning {
  padding: 10px;
  border: 1px solid black;
  border-left: 5px solid #aa0; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

header .userinfo {
  position: absolute;
  top: 12px;
  height: 13px;
  line-height: 13px;
  right: 305px;
  font-size: 13px; }

header .userinfo a, header .userinfo .expandable .simple-content, .expandable header .userinfo .simple-content {
  color: white;
  text-decoration: underline; }

header .sidebar {
  position: absolute;
  top: 5px;
  right: 160px; }

header .sidebar .fa {
  color: rgba(255, 255, 255, 0.2); }

header .sidebar a:hover .fa, header .sidebar .expandable .simple-content:hover .fa, .expandable header .sidebar .simple-content:hover .fa {
  color: rgba(255, 255, 255, 0.6); }

header.container div.row, .parent-portal header.parent-card div.row,
.parent-portal header.student-card div.row {
  position: relative; }

header.container a.main_logo, .parent-portal header.parent-card a.main_logo,
.parent-portal header.student-card a.main_logo, header.container .expandable .main_logo.simple-content, .expandable header.container .main_logo.simple-content, .parent-portal header.parent-card .expandable .main_logo.simple-content, .expandable .parent-portal header.parent-card .main_logo.simple-content,
.parent-portal header.student-card .expandable .main_logo.simple-content,
.expandable .parent-portal header.student-card .main_logo.simple-content {
  position: absolute;
  top: 9px;
  left: 2px; }

/* school directory */
.gaynor-directory {
  /* only add pointer if it has an expandable content section */ }
  .gaynor-directory .filters {
    background-color: rgba(0, 87, 70, 0.75);
    border-radius: 5px;
    padding: 15px 0 0 0;
    margin: 0 10px 8px 3px; }
    .gaynor-directory .filters label, .gaynor-directory .filters p {
      color: #fff3b5; }
  .gaynor-directory .page-controls {
    margin-top: 2em; }
    .gaynor-directory .page-controls dir-pagination-controls ul {
      margin: 0; }
    .gaynor-directory .page-controls button, .gaynor-directory .page-controls select {
      margin-left: 1em;
      vertical-align: top; }
      .gaynor-directory .page-controls button i.fa, .gaynor-directory .page-controls select i.fa {
        margin-right: 5px; }
  .gaynor-directory .header-letter {
    font-size: 150%; }
  .gaynor-directory .directory-indent {
    background-color: #ddf;
    padding: 0.5em; }
  .gaynor-directory .reset-width {
    width: inherit; }
  .gaynor-directory .card.has_expanded {
    cursor: pointer; }
  .gaynor-directory .card {
    transition: border-radius 500ms ease-in;
    position: relative;
    font-family: "Open Sans", "Times New Roman", Times, serif;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 2px 2px 0 rgba(0, 0, 0, 0.24);
    border-radius: 2px;
    width: 301px;
    min-height: 63px;
    margin: 5px;
    font-size: 14px;
    vertical-align: top;
    display: inline-block;
    /* included for CSS animation purposes */ }
    .gaynor-directory .card.expanded {
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.12), 0 4px 2px 1px rgba(0, 0, 0, 0.24);
      border-radius: 20px 0 0 0; }
    .gaynor-directory .card:hover {
      box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.12), 0 2px 2px 1px rgba(0, 0, 0, 0.24); }
    .gaynor-directory .card .letter-container {
      position: absolute;
      left: 0;
      top: 0;
      width: 35px;
      height: 35px;
      border-radius: 25px;
      margin: 15px 0 12px 14px;
      background-color: #014b3a;
      border: 1px solid #014b3a;
      font-size: 30.52px;
      color: #fff;
      line-height: 24px;
      padding-top: 3px;
      text-align: center; }
    .gaynor-directory .card .simple-content {
      position: relative;
      margin: 6px 0 0 63px; }
      .gaynor-directory .card .simple-content .name, .gaynor-directory .card .simple-content .classroom, .gaynor-directory .card .simple-content .cluster {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        width: 198px; }
      .gaynor-directory .card .simple-content .name {
        color: rgba(0, 0, 0, 0.87); }
      .gaynor-directory .card .simple-content .classroom, .gaynor-directory .card .simple-content .cluster {
        color: rgba(32, 58, 151, 0.54); }
    .gaynor-directory .card .simple-content, .gaynor-directory .card .expanded-content {
      line-height: 17px; }
    .gaynor-directory .card .expanded-content {
      width: 301px;
      background-color: #eee;
      opacity: 0;
      visibility: hidden;
      transition-property: opacity;
      transition-duration: 750ms;
      box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.24), 0 25px 50px 1px rgba(0, 0, 0, 0.24);
      border-radius: 0 0 20px 0;
      position: absolute;
      z-index: 5;
      top: 63px;
      padding: 7px 5px 7px 14px; }
      .gaynor-directory .card .expanded-content section {
        position: relative;
        margin-top: 1em; }
        .gaynor-directory .card .expanded-content section h5 {
          display: inline-block;
          position: absolute;
          margin: 0; }
        .gaynor-directory .card .expanded-content section > div {
          margin-left: 70px;
          overflow-wrap: break-word;
          word-wrap: break-word;
          -ms-word-break: break-all; }
        .gaynor-directory .card .expanded-content section hr {
          border-top: 1px solid #ccc;
          margin: 5px 7px 5px 70px; }
    .gaynor-directory .card .expanded-content.expanded {
      visibility: visible;
      opacity: 1; }
    .gaynor-directory .card .chevron {
      position: absolute;
      right: 0;
      top: 0;
      margin: 19px 12px 0 0;
      font-size: 17.44px;
      color: #c1c1c1;
      letter-spacing: 0; }
    .gaynor-directory .card .cluster .green {
      fill: green; }
    .gaynor-directory .card i.fa-male {
      color: blue;
      position: absolute;
      bottom: 5px;
      right: 5px; }
    .gaynor-directory .card i.fa-female {
      color: hotpink;
      position: absolute;
      bottom: 5px;
      right: 5px; }
    .gaynor-directory .card .tiny {
      font-size: 85%; }

/* staff directory card overrides */
.staff.card {
  /* space for 2 levels of departments */
  width: 426px;
  max-width: 95%;
  min-height: 150px;
  padding-bottom: 2px; }
  .staff.card .simple-content {
    height: 135px;
    margin: auto;
    padding: 6px 5px 0 160px; }
  .staff.card .photo-accent {
    position: absolute;
    left: 150px;
    height: 150px;
    border-left: 3px solid #014b3a; }
  .staff.card .bottom {
    position: absolute;
    bottom: 0; }
  .staff.card .phone i {
    color: #014b3a; }
  .staff.card .email {
    max-width: 236px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
    .staff.card .email i {
      color: #014b3a; }
  .staff.card .chevron {
    top: auto;
    bottom: 0; }
  .staff.card .expanded-content {
    top: 150px;
    width: 426px;
    max-width: 100%; }
    .staff.card .expanded-content section > div {
      margin-left: 75px; }
  .staff.card .departments {
    margin-top: 3px; }
  .staff.card .chip {
    display: inline-block;
    margin: 2px 3px;
    padding: 1px 11px;
    border-radius: 16px;
    background-color: #eceff1;
    font-size: 90%;
    white-space: nowrap;
    cursor: pointer; }
    .staff.card .chip i.is-light {
      text-shadow: 1px 1px 3px #757575; }
    .staff.card .chip i.is-dark {
      text-shadow: 1px 1px 3px #ffffff; }
  .staff.card .photo-container {
    position: absolute;
    max-width: 150px;
    max-height: 150px;
    /* font-awesome placeholder icon indicating no photo uploaded */ }
    .staff.card .photo-container img {
      max-width: 100%;
      max-height: 100%; }
    .staff.card .photo-container .no-photo {
      width: 150px;
      color: #eeeeee;
      font-size: 10em;
      text-align: center; }
  .staff.card .letter-container {
    top: 9px; }

.parent-portal a.updated:before, .parent-portal .expandable .updated.simple-content:before, .expandable .parent-portal .updated.simple-content:before,
.parent-portal a.not-updated:before,
.parent-portal .expandable .not-updated.simple-content:before,
.expandable .parent-portal .not-updated.simple-content:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome; }

.btn + .btn {
  margin-left: 10px; }

.page-template-page-parent .alert {
  margin-top: 20px; }

.loading {
  text-align: center;
  color: #bbb;
  font-size: 18px;
  padding: 20px 0;
  margin: 0; }
  .loading i.fa {
    margin-right: 6px;
    font-size: 24px; }

.nav-pills-small > li > a, .expandable .nav-pills-small > li > .simple-content {
  padding: 5px 10px;
  font-size: 90%; }

.nav-pills > li.validate-error > a, .expandable .nav-pills > li.validate-error > .simple-content {
  border: 2px solid #f44336;
  padding: 3px 8px; }
  .nav-pills > li.validate-error > a i, .expandable .nav-pills > li.validate-error > .simple-content i {
    color: #d32f2f;
    margin-right: 6px; }

.nav-pills > li.validate-error.active > a i, .expandable .nav-pills > li.validate-error.active > .simple-content i {
  color: #ffebee; }

.previously {
  font-size: 13px;
  color: black;
  background: #eee;
  padding: 5px 10px;
  width: 95%;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  cursor: pointer; }
  .previously a, .previously .expandable .simple-content, .expandable .previously .simple-content {
    margin-left: 8px;
    font-weight: normal; }
  .previously:hover a, .previously:hover .expandable .simple-content, .expandable .previously:hover .simple-content {
    text-decoration: underline; }

.parent-portal .container, .parent-portal .parent-card,
.parent-portal .student-card {
  margin-top: 1em;
  background-color: #f5f5f5;
  border-radius: 8px;
  padding: 1em; }
.parent-portal a.updated, .parent-portal .expandable .updated.simple-content, .expandable .parent-portal .updated.simple-content,
.parent-portal a.not-updated,
.parent-portal .expandable .not-updated.simple-content,
.expandable .parent-portal .not-updated.simple-content {
  text-align: center;
  font-size: 125%; }
  .parent-portal a.updated:before, .parent-portal .expandable .updated.simple-content:before, .expandable .parent-portal .updated.simple-content:before,
  .parent-portal a.not-updated:before,
  .parent-portal .expandable .not-updated.simple-content:before,
  .expandable .parent-portal .not-updated.simple-content:before {
    margin-right: 5px; }
.parent-portal a.updated, .parent-portal .expandable .updated.simple-content, .expandable .parent-portal .updated.simple-content {
  color: #014b3a; }
  .parent-portal a.updated:before, .parent-portal .expandable .updated.simple-content:before, .expandable .parent-portal .updated.simple-content:before {
    content: ""; }
.parent-portal a.not-updated, .parent-portal .expandable .not-updated.simple-content, .expandable .parent-portal .not-updated.simple-content {
  color: #b71c1c; }
  .parent-portal a.not-updated:before, .parent-portal .expandable .not-updated.simple-content:before, .expandable .parent-portal .not-updated.simple-content:before {
    content: ""; }
.parent-portal .parent-card,
.parent-portal .student-card {
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.14); }
  .parent-portal .parent-card:hover,
  .parent-portal .student-card:hover {
    box-shadow: 2px 2px 4px 0 rgba(0, 0, 0, 0.14); }
  .parent-portal .parent-card h3,
  .parent-portal .student-card h3 {
    margin: 0;
    text-align: center; }
.parent-portal .parent-card {
  background: #B2C7D8;
  border: 1px solid #D5DFEE; }
  .parent-portal .parent-card h3 {
    color: #001913; }
.parent-portal .student-card {
  background: #D6E2EA;
  border: 1px solid #D5DFEE; }
.parent-portal .directory-indent {
  background-color: #ddf;
  padding: 0.5em; }
.parent-portal .reset-width {
  width: inherit; }

.parent-portal-image-links {
  margin-top: -16px; }
  .parent-portal-image-links a, .parent-portal-image-links .expandable .simple-content, .expandable .parent-portal-image-links .simple-content {
    display: inline-block;
    margin-right: 1em; }
    .parent-portal-image-links a button i, .parent-portal-image-links .expandable .simple-content button i, .expandable .parent-portal-image-links .simple-content button i {
      margin-right: 5px; }

.expandable {
  font-family: "Open Sans", "Times New Roman", Times, serif;
  border-radius: 2px; }
  .expandable .simple-content {
    margin-top: 3px;
    cursor: pointer;
    position: relative; }
    .expandable .simple-content .name, .expandable .simple-content .classroom, .expandable .simple-content .cluster {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      width: 198px; }
    .expandable .simple-content .name {
      color: rgba(0, 0, 0, 0.87); }
    .expandable .simple-content .classroom, .expandable .simple-content .cluster {
      color: rgba(32, 58, 151, 0.54); }
  .expandable .simple-content, .expandable .expanded-content {
    line-height: 17px; }
  .expandable .expanded-content {
    margin-top: 5px;
    border-radius: 3px;
    background-color: #eee;
    padding: 7px 5px 7px 14px; }
    .expandable .expanded-content section {
      position: relative;
      margin-top: 1em; }
      .expandable .expanded-content section h5 {
        display: inline-block;
        position: absolute;
        margin: 0; }
      .expandable .expanded-content section > div {
        margin-left: 70px;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: break-all; }
      .expandable .expanded-content section hr {
        border-top: 1px solid #ccc;
        margin: 5px 7px 5px 70px; }
  .expandable .chevron {
    margin-left: 0.5em; }

.fa.fa-linkedin, .fa.fa-linkedin-square {
  color: #1360ba; }

/* assist angular ng-cloak by including CSS rule earlier to prevent flash of unstyled content */
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak, .ng-hide:not(.ng-hide-animate) {
  display: none !important; }

.row-no-side-margin {
  margin-left: 0;
  margin-right: 0; }

.margin-left-5px {
  margin-left: 5px; }

/* ONLY for non-admin view file uploads */
ul.pods-file-meta.media-item {
  list-style-type: none; }

li.pods-file-col.pods-file-download {
  display: none; }

/* END ONLY for non-admin view file uploads */
.pods-file.hidden {
  display: block !important;
  visibility: visible !important; }

/* New declaration because style rule missing from updated PODS*/
li.pods-field::after {
  content: '.';
  visibility: hidden;
  clear: both;
  display: block; }

/* condense forms */
li.pods-field {
  padding: 5px 0 0 0;
  border-bottom: 1px solid #eee; }

.pods-form-pod-student.pods-form-front .pods-field-label {
  width: 25%; }
.pods-form-pod-student.pods-form-front .pods-field-input {
  width: 70%; }

.pods-form.pods-form-front .pods-field-label {
  padding-top: 0;
  margin-right: 5px;
  font-size: 90%; }
.pods-form.pods-form-front .pods-field-input select {
  margin-top: 0; }

input[readonly="readonly"] {
  visibility: hidden; }

/* see datatables styling for admins & non-admins, which ideally is the same */
/* simply implement horizontal scrolling */
table.action-datatable {
  display: none; }

.dataTables_wrapper {
  font-family: Montserrat, sans-serif;
  font-size: 85%; }

.dataTables_wrapper .dt-wrapper {
  overflow-x: auto;
  width: 100%; }

.dataTables_wrapper tr.odd {
  background-color: #ddf; }

.dataTables_wrapper .dataTables_length {
  float: right;
  line-height: 1.5em;
  margin-left: 1em; }

.dataTables_wrapper .dataTables_filter {
  float: left; }

.dataTables_wrapper td {
  max-width: 21em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-right: 1px dotted #ccc; }

.dataTables_wrapper tbody tr.highlighted {
  color: #eee;
  background-color: #009; }

.program-small {
  font-size: 80%; }

.btn-gaynor {
  background-color: #014b3a;
  color: #fff; }

.btn-gaynor:hover,
.btn-gaynor:focus {
  color: #e8bf03; }

.program-signup table th,
.program-signup table td.student {
  text-align: center;
  vertical-align: middle; }

.program-signup table td.student {
  cursor: pointer; }

.program-signup table td .description {
  margin-top: 0.6em; }

.program-signup table td .message {
  margin-right: 15px;
  float: right;
  font-size: 12px; }

.program-signup table td .day_text {
  display: block; }

.program-signup table th,
.program-signup table td {
  border-bottom: 1px solid #ccc;
  padding-top: 2px; }

.program-signup table th.student.selected {
  background-color: #014b3a;
  color: #fff; }

.program-signup table tr:hover td:not(.student):not(.student-disabled),
.program-signup table tbody td.student:hover {
  background-color: #014b3a;
  color: #eee; }

.program-signup table tbody td.student-disabled:hover {
  background-color: #f99; }

.program-signup table td {
  border-right: 1px dotted #ccc;
  border-left: 1px dotted #ccc; }

.program-signup .success-indicator,
.program-signup .error-indicator {
  display: none; }

.program-signup .has-success .success-indicator {
  display: block;
  top: 33px; }

.program-signup .has-error .error-indicator {
  display: block;
  top: 33px; }

.program-signup button.next {
  margin-bottom: 5em; }

.program-signup #coupon-group {
  width: 250px; }

.sign_up i.fa.has-error {
  color: #f00; }

.sign_up i.fa.has-success {
  color: #014b3a; }

a.fc-event:hover, .expandable .fc-event.simple-content:hover,
a.fc-event:hover .fc-event-inner,
.expandable .fc-event.simple-content:hover .fc-event-inner,
a.fc-event:hover .fc-event-inner span,
.expandable .fc-event.simple-content:hover .fc-event-inner span {
  color: #ffa; }

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio],
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input,
.gform_wrapper.gf_browser_safari .gfield_checkbox li input[type=checkbox],
.gform_wrapper.gf_browser_safari .gfield_radio li input[type=radio],
.gform_wrapper.gf_browser_safari .gfield_checkbox li input {
  margin-left: 2px !important; }

table.tablemaker {
  border-collapse: collapse;
  border-spacing: 0; }

table.tablemaker thead th {
  background: #014b3a none repeat scroll 0 0;
  border: 1px solid #014b3a;
  color: white;
  font-size: 14px;
  padding: 2px 4px;
  vertical-align: bottom; }

table.tablemaker tbody td {
  border: 1px solid #014b3a;
  font-size: 13px;
  padding: 2px 5px; }

table.tablemaker tbody td.min-width-100 {
  min-width: 100px; }

div.student-dropin {
  min-height: 280px; }

div.student-dropin .ui-datepicker-prev,
div.student-dropin .ui-datepicker-next {
  display: none !important; }

td.center {
  text-align: center; }

.page-template-page-parent .registration-application h1, .page-template-page-parent .registration-application h2, .page-template-page-parent .registration-application h3, .page-template-page-parent .registration-application h4, .page-template-page-parent .registration-application h5, .page-template-page-parent .registration-application h6 {
  display: block;
  padding: 15px 20px;
  color: #014b3a;
  background: #edc800;
  margin: 10px 0;
  font-size: 15px; }
.page-template-page-parent .registration-application div.registration {
  background: #eee;
  border: 1px solid #aaa;
  padding: 15px 20px;
  margin: 10px 0; }
  .page-template-page-parent .registration-application div.registration p.title {
    font-weight: bold;
    padding: 0;
    margin-bottom: 15px;
    color: black;
    font-size: 14px; }

.margin-top-1em {
  margin-top: 1em; }

.margin-right-1em {
  margin-right: 1em; }

.margin-bottom-1em {
  margin-bottom: 1em; }

.margin-left-1em {
  margin-left: 1em; }

.margin-top-2em {
  margin-top: 2em; }

.margin-top-half-em {
  margin-top: .5em; }

.margin-right-half-em {
  margin-right: .5em; }

.margin-bottom-half-em {
  margin-bottom: .5em; }

.margin-left-half-em {
  margin-left: .5em; }

.margin-top-0 {
  margin-top: 0; }

.margin-right-0 {
  margin-right: 0; }

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

.margin-left-0 {
  margin-left: 0; }

.inline-block {
  display: inline-block; }

.align-top {
  vertical-align: top; }

.pods_forms_section_tabs_initialized .pods-forms-section-tabs-head {
  margin: 2em 0; }
.pods_forms_section_tabs_initialized .nav-pills > li {
  font-size: 90%;
  margin-bottom: 2px;
  margin-left: 2px; }
.pods_forms_section_tabs_initialized .nav-pills > li.active > a, .pods_forms_section_tabs_initialized .expandable .nav-pills > li.active > .simple-content, .expandable .pods_forms_section_tabs_initialized .nav-pills > li.active > .simple-content, .pods_forms_section_tabs_initialized .nav-pills > li.active > a:hover, .pods_forms_section_tabs_initialized .expandable .nav-pills > li.active > .simple-content:hover, .expandable .pods_forms_section_tabs_initialized .nav-pills > li.active > .simple-content:hover, .pods_forms_section_tabs_initialized .nav-pills > li.active > a:focus, .pods_forms_section_tabs_initialized .expandable .nav-pills > li.active > .simple-content:focus, .expandable .pods_forms_section_tabs_initialized .nav-pills > li.active > .simple-content:focus {
  color: #fff;
  background-color: #014b3a; }
.pods_forms_section_tabs_initialized .nav-pills > li:not(.active) > a, .pods_forms_section_tabs_initialized .expandable .nav-pills > li:not(.active) > .simple-content, .expandable .pods_forms_section_tabs_initialized .nav-pills > li:not(.active) > .simple-content, .pods_forms_section_tabs_initialized .nav-pills > li:not(.active) > a:hover, .pods_forms_section_tabs_initialized .expandable .nav-pills > li:not(.active) > .simple-content:hover, .expandable .pods_forms_section_tabs_initialized .nav-pills > li:not(.active) > .simple-content:hover, .pods_forms_section_tabs_initialized .nav-pills > li:not(.active) > a:focus, .pods_forms_section_tabs_initialized .expandable .nav-pills > li:not(.active) > .simple-content:focus, .expandable .pods_forms_section_tabs_initialized .nav-pills > li:not(.active) > .simple-content:focus {
  color: #555;
  background-color: #edc800; }

.single-teacher_blog article h1,
.single-classroom article h1 {
  text-align: left; }
.single-teacher_blog aside article,
.single-classroom aside article {
  padding-bottom: 15px; }

.teacher-blog li {
  margin-bottom: 1em; }
.teacher-blog p {
  margin: 0; }
.teacher-blog p + p {
  margin-top: 12px; }
.teacher-blog span.meta {
  font-size: 13px;
  font-style: italic;
  display: block;
  margin-bottom: 8px; }
.teacher-blog a.learn_more, .teacher-blog .expandable .learn_more.simple-content, .expandable .teacher-blog .learn_more.simple-content {
  font-weight: normal;
  font-size: 13px;
  display: inline-block;
  margin-top: 4px; }

/* progress meter is created & controlled by GaynorCommon::donation_meter shortcode */
.progress-meter {
  font-family: Helvetica, Arial, sans-serif;
  margin-left: 30px;
  width: 100px;
  /* background of .amount, .red-circle and .filler set by shortcode */ }
  .progress-meter .glass {
    background: #e5e5e5;
    border-radius: 100px 100px 0 0;
    display: block;
    /* height controlled by shortcode */
    margin: 20px 35px 10px;
    padding: 5px;
    position: relative;
    width: 30px; }
  .progress-meter .amount {
    border-radius: 100px;
    display: block;
    width: 20px;
    position: absolute;
    bottom: 5px; }
  .progress-meter strong {
    display: block;
    text-align: center; }
  .progress-meter .goal {
    margin-left: -30px;
    margin-top: 5px;
    width: 160px;
    font-size: 30px;
    text-align: center; }
  .progress-meter .total {
    font-size: 16px;
    position: absolute;
    right: 35px; }
  .progress-meter .bulb {
    background: #e5e5e5;
    border-radius: 100px;
    display: block;
    height: 60px;
    margin: 0 35px 10px;
    padding: 5px;
    position: relative;
    top: -20px;
    right: 15px;
    width: 60px; }
    .progress-meter .bulb .red-circle {
      border-radius: 100px;
      display: block;
      height: 50px;
      width: 50px; }
      .progress-meter .bulb .red-circle .progress-text {
        color: #fff;
        font-size: 18px;
        position: absolute;
        text-align: center;
        width: 45px;
        top: 18px;
        left: 7px; }
    .progress-meter .bulb .filler {
      border-radius: 100px 100px 0 0;
      display: block;
      height: 30px;
      width: 20px;
      position: relative;
      top: -65px;
      right: -15px;
      z-index: 30; }

/********** END: WordPress core styles *********/
/********** BEGIN: Responsive Design styles ****/
/** First change.  Normally light changes. Usually as the browser window squeezes the main content area **/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  #loginwrapper form {
    width: 75%;
    margin-left: 24%; }

  #search-container {
    margin-right: 20px; }
    #search-container form {
      width: 276px; }
    #search-container input#s {
      width: 150px; }

  nav ul.menu > li > a, nav .expandable ul.menu > li > .simple-content, .expandable nav ul.menu > li > .simple-content {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px; }

  header .nav-events ul li a, header .nav-events ul li .expandable .simple-content, .expandable header .nav-events ul li .simple-content {
    font-size: 15px;
    padding: 0 8px; }

  body.scrolled nav ul.menu > li > a, body.scrolled nav .expandable ul.menu > li > .simple-content, .expandable body.scrolled nav ul.menu > li > .simple-content {
    padding: 17px 8px;
    height: 50px; }

  aside #searchform div input[type="text"] {
    width: 92px; }
  aside #searchform div span {
    display: none; }
  aside #searchform div input[type="submit"] {
    padding: 0 5px; }

  footer .admin-search > div {
    text-align: center; }
  footer #searchform div input[type="text"] {
    width: 200px; } }
/* Small Devices, Tablets
   "Mobile" version
   This is where the heavy changes happen
   */
@media only screen and (max-width: 768px) {
  body.scrolled {
    padding-top: 0; }

  #loginwrapper {
    display: none !important; }
    #loginwrapper form {
      width: 100%;
      margin-left: 0; }

  #search-container {
    display: none; }

  #headerwrapper,
  .home #headerwrapper,
  body.scrolled #headerwrapper {
    background: #014b3a;
    height: 53px;
    position: relative;
    top: 0;
    left: 0; }

  header nav,
  .home header nav,
  body.scrolled header nav {
    background: transparent;
    margin-top: 0; }

  header,
  header.container,
  .parent-portal header.parent-card,
  .parent-portal header.student-card {
    height: 53px;
    padding: 0; }
    header nav,
    header.container nav,
    .parent-portal header.parent-card nav,
    .parent-portal header.student-card nav {
      text-align: right; }
      header nav label.toggle,
      header.container nav label.toggle,
      .parent-portal header.parent-card nav label.toggle,
      .parent-portal header.student-card nav label.toggle {
        display: inline-block;
        margin-top: 10px;
        margin-right: 25px; }
      header nav div ul,
      header.container nav div ul,
      .parent-portal header.parent-card nav div ul,
      .parent-portal header.student-card nav div ul {
        display: none; }
      header nav #toggle:checked + div > ul,
      header.container nav #toggle:checked + div > ul,
      .parent-portal header.parent-card nav #toggle:checked + div > ul,
      .parent-portal header.student-card nav #toggle:checked + div > ul {
        display: block; }
      header nav ul.menu > li,
      header.container nav ul.menu > li,
      .parent-portal header.parent-card nav ul.menu > li,
      .parent-portal header.student-card nav ul.menu > li {
        display: block; }
        header nav ul.menu > li > a, header nav .expandable ul.menu > li > .simple-content, .expandable header nav ul.menu > li > .simple-content,
        header.container nav ul.menu > li > a,
        .parent-portal header.parent-card nav ul.menu > li > a,
        .parent-portal header.student-card nav ul.menu > li > a,
        header.container nav .expandable ul.menu > li > .simple-content,
        .expandable header.container nav ul.menu > li > .simple-content,
        .parent-portal header.parent-card nav .expandable ul.menu > li > .simple-content,
        .expandable .parent-portal header.parent-card nav ul.menu > li > .simple-content,
        .parent-portal header.student-card nav .expandable ul.menu > li > .simple-content,
        .expandable .parent-portal header.student-card nav ul.menu > li > .simple-content {
          background: #014b3a;
          border-bottom: 2px solid #edc800; }
        header nav ul.menu > li > ul,
        header.container nav ul.menu > li > ul,
        .parent-portal header.parent-card nav ul.menu > li > ul,
        .parent-portal header.student-card nav ul.menu > li > ul {
          position: relative;
          left: auto;
          top: auto;
          width: auto;
          display: none;
          background: #014b3a;
          border-bottom: 2px solid #edc800; }
          header nav ul.menu > li > ul a, header nav ul.menu > li > ul .expandable .simple-content, .expandable header nav ul.menu > li > ul .simple-content,
          header.container nav ul.menu > li > ul a,
          .parent-portal header.parent-card nav ul.menu > li > ul a,
          .parent-portal header.student-card nav ul.menu > li > ul a,
          header.container nav ul.menu > li > ul .expandable .simple-content,
          .expandable header.container nav ul.menu > li > ul .simple-content,
          .parent-portal header.parent-card nav ul.menu > li > ul .expandable .simple-content,
          .expandable .parent-portal header.parent-card nav ul.menu > li > ul .simple-content,
          .parent-portal header.student-card nav ul.menu > li > ul .expandable .simple-content,
          .expandable .parent-portal header.student-card nav ul.menu > li > ul .simple-content {
            text-align: left; }
        header nav ul.menu > li:hover ul,
        header.container nav ul.menu > li:hover ul,
        .parent-portal header.parent-card nav ul.menu > li:hover ul,
        .parent-portal header.student-card nav ul.menu > li:hover ul {
          display: block; }
      header nav ul.menu-additional > li > a, header nav .expandable ul.menu-additional > li > .simple-content, .expandable header nav ul.menu-additional > li > .simple-content,
      header.container nav ul.menu-additional > li > a,
      .parent-portal header.parent-card nav ul.menu-additional > li > a,
      .parent-portal header.student-card nav ul.menu-additional > li > a,
      header.container nav .expandable ul.menu-additional > li > .simple-content,
      .expandable header.container nav ul.menu-additional > li > .simple-content,
      .parent-portal header.parent-card nav .expandable ul.menu-additional > li > .simple-content,
      .expandable .parent-portal header.parent-card nav ul.menu-additional > li > .simple-content,
      .parent-portal header.student-card nav .expandable ul.menu-additional > li > .simple-content,
      .expandable .parent-portal header.student-card nav ul.menu-additional > li > .simple-content {
        background: #edc800;
        border-bottom: 2px solid white; }

  #headerwrapper {
    position: relative !important;
    top: auto !important; }

  header .portal_logo,
  header #search-container,
  header .nav-events {
    display: none !important; }
  header nav {
    background: transparent;
    margin-top: 0; }
  header a.main_logo, header .expandable .main_logo.simple-content, .expandable header .main_logo.simple-content, header.container a.main_logo, .parent-portal header.parent-card a.main_logo,
  .parent-portal header.student-card a.main_logo, header.container .expandable .main_logo.simple-content, .expandable header.container .main_logo.simple-content, .parent-portal header.parent-card .expandable .main_logo.simple-content, .expandable .parent-portal header.parent-card .main_logo.simple-content,
  .parent-portal header.student-card .expandable .main_logo.simple-content,
  .expandable .parent-portal header.student-card .main_logo.simple-content {
    top: 2px;
    display: block;
    width: 50px;
    height: 50px;
    text-align: left;
    overflow: hidden;
    z-index: 255555; }
    header a.main_logo img, header .expandable .main_logo.simple-content img, .expandable header .main_logo.simple-content img, header.container a.main_logo img, .parent-portal header.parent-card a.main_logo img,
    .parent-portal header.student-card a.main_logo img, header.container .expandable .main_logo.simple-content img, .expandable header.container .main_logo.simple-content img, .parent-portal header.parent-card .expandable .main_logo.simple-content img, .expandable .parent-portal header.parent-card .main_logo.simple-content img,
    .parent-portal header.student-card .expandable .main_logo.simple-content img,
    .expandable .parent-portal header.student-card .main_logo.simple-content img {
      height: 50px;
      width: auto; }
  header a.title-xs, header .expandable .title-xs.simple-content, .expandable header .title-xs.simple-content {
    position: absolute;
    left: 60px;
    top: 2px;
    line-height: 46px;
    color: white;
    font-size: 24px;
    font-weight: 600;
    margin-right: 60px; }
  header .portal_logo-xs {
    background: #edc800;
    color: #014b3a;
    width: 100%;
    padding: 12px 0;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600; }
  header .portal-xs a.portal_logo-xs, header .portal-xs .expandable .portal_logo-xs.simple-content, .expandable header .portal-xs .portal_logo-xs.simple-content {
    display: block; }

  #contentwrapper {
    padding-top: 75px; }
    #contentwrapper .nav-events a, #contentwrapper .nav-events .expandable .simple-content, .expandable #contentwrapper .nav-events .simple-content {
      display: block;
      padding: 20px 0;
      color: #014b3a;
      border-top: 4px solid #edc800;
      font-size: 30px;
      text-transform: uppercase; }
    #contentwrapper .nav-events a:hover, #contentwrapper .nav-events .expandable .simple-content:hover, .expandable #contentwrapper .nav-events .simple-content:hover {
      text-decoration: none; }
    #contentwrapper .nav-events a[title="social"], #contentwrapper .nav-events .expandable [title="social"].simple-content, .expandable #contentwrapper .nav-events [title="social"].simple-content,
    #contentwrapper .nav-events a[title="social-media"],
    #contentwrapper .nav-events .expandable [title="social-media"].simple-content,
    .expandable #contentwrapper .nav-events [title="social-media"].simple-content {
      padding-top: 60px;
      background: url("../images/bg_social_logo.png") no-repeat center 20px; }
    #contentwrapper .nav-events a[title="news"], #contentwrapper .nav-events .expandable [title="news"].simple-content, .expandable #contentwrapper .nav-events [title="news"].simple-content,
    #contentwrapper .nav-events a[title="news-icon"],
    #contentwrapper .nav-events .expandable [title="news-icon"].simple-content,
    .expandable #contentwrapper .nav-events [title="news-icon"].simple-content,
    #contentwrapper .nav-events a[title="events"],
    #contentwrapper .nav-events .expandable [title="events"].simple-content,
    .expandable #contentwrapper .nav-events [title="events"].simple-content {
      padding-top: 60px;
      background: url("../images/bg_news_logo.png") no-repeat center 20px; }
    #contentwrapper .nav-events a[title="calendar"], #contentwrapper .nav-events .expandable [title="calendar"].simple-content, .expandable #contentwrapper .nav-events [title="calendar"].simple-content,
    #contentwrapper .nav-events a[title="calendar-icon"],
    #contentwrapper .nav-events .expandable [title="calendar-icon"].simple-content,
    .expandable #contentwrapper .nav-events [title="calendar-icon"].simple-content {
      padding-top: 60px;
      background: url("../images/bg_calendar_logo.png") no-repeat center 20px; }

  .home .scroll-down {
    display: none; }
  .home .home-news {
    border-top: 4px solid #edc800; }
    .home .home-news .post .gaynor-thumbnail {
      display: none; }
      .home .home-news .post .gaynor-thumbnail + .content-wrapper {
        margin-left: 0; }
  .home .home-content div.post {
    padding: 40px 30px;
    font-size: 20px;
    line-height: 28px; }
  .home #home_page_banner {
    right: auto;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    padding: 10px 30px;
    position: static;}
  .home #home_page_banner p:last-child{
  margin: 0;}
    /*.home #home_page_banner p, .home #home_page_banner span {*/
    /*  display: none; }*/
    .home #home_page_banner h1, .home #home_page_banner h2, .home #home_page_banner h3, .home #home_page_banner h4, .home #home_page_banner h5, .home #home_page_banner h6 {
      display: block;
      text-align: center;
      margin: 0;
      padding: 0;
      font-size: 20px; }
  .home .hp-control-wrapper {
    display: none; }

  #contentwrapper img {
    max-width: 100%;
    height: auto; }

  a img.alignright, .expandable .simple-content img.alignright,
  a img.alignleft,
  .expandable .simple-content img.alignleft,
  img.alignleft,
  img.alignright {
    float: none; }

  footer nav {
    display: none; }
  footer .admin-search > div {
    text-align: center; }
  footer .sidebar .widget_acg_facebook_twitter {
    text-align: center;
    margin: 40px auto 30px; }

  body.scrolled header nav {
    margin: 0; }

  .staff.card .simple-content {
    font-size: 90%;
    overflow: hidden;
    padding-left: 83px; }
  .staff.card .chip {
    max-width: 175px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .staff.card .photo-container {
    max-width: 75px;
    max-height: 75px;
    margin-top: 37.5px;
    padding-left: 3px; }
    .staff.card .photo-container img {
      border-radius: 37.5px; }
    .staff.card .photo-container .no-photo {
      width: 75px;
      font-size: 5em; } }
/* Extra Small Devices, Phones */
@media only screen and (max-width: 480px) {
  header a.title-xs, header .expandable .title-xs.simple-content, .expandable header .title-xs.simple-content {
    font-size: 18px; } }
@media print {
  body.page-has-directory #adminmenuback, body.page-has-directory #wpadminbar, body.page-has-directory #side-info-column, body.page-has-directory #adminmenuwrap, body.page-has-directory #loginwrapper, body.page-template-events #adminmenuback, body.page-template-events #wpadminbar, body.page-template-events #side-info-column, body.page-template-events #adminmenuwrap, body.page-template-events #loginwrapper {
    display: none; }
  body.page-has-directory #headerwrapper, body.page-has-directory #footerwrapper, body.page-template-events #headerwrapper, body.page-template-events #footerwrapper {
    display: none; }
  body.page-has-directory #post-body-content, body.page-template-events #post-body-content {
    margin-right: 0;
    max-width: 650px; }
    body.page-has-directory #post-body-content textarea, body.page-template-events #post-body-content textarea {
      min-height: 250px; }
  body.page-has-directory #wpcontent, body.page-template-events #wpcontent {
    margin-left: 0; }
  body.page-has-directory a[href]:after, body.page-has-directory .expandable [href].simple-content:after, .expandable body.page-has-directory [href].simple-content:after, body.page-template-events a[href]:after, body.page-template-events .expandable [href].simple-content:after, .expandable body.page-template-events [href].simple-content:after {
    content: none !important; }

  body.page-has-directory .gaynor-directory .card {
    border-top: 1px solid grey; }
  body.page-has-directory .gaynor-directory .staff.card .email {
    overflow: visible; }
  body.page-has-directory .gaynor-directory .card .expanded-content {
    position: relative;
    visibility: visible;
    opacity: 1;
    top: 5px; }
  body.page-has-directory .gaynor-staff-directory .card {
    width: 100%; }

  body.page-template-events #events-calendar {
    margin: 0; }
  body.page-template-events .calendar-filter-option-container {
    margin-right: 1em;
    display: inline-block; }
  body.page-template-events .fc-content {
    white-space: normal;
    overflow: visible; }
  body.page-template-events .fc-list-view .fc-scroller {
    height: auto !important; } }
/********** END: Responsive Design styles ******/

/*# sourceMappingURL=style.css.map */


/** Make iframes responsive **/
iframe {
  width: 100%;
  border: none;
}
