@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@300;400;500;600;700&display=swap");
/* ----- FONT VARIABLES  ----- */
/* ----- COLOR VARIABLES ----- */
/* ----- GREEN ----- */
/* ----- BLUE ----- */
/* ----- YELLOW ----- */
/* ----- RED ----- */
/* ----- SECTION TEXT VARIABLES ----- */
html, body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #000; }

a {
  color: #51742e;
  text-decoration: none; }
  a:hover, a:focus {
    color: #2b3d18;
    text-decoration: none; }

.container {
  max-width: 85%;
  padding: 0 2%;
  margin: 0 auto; }
  @media screen and (max-width: 990px) {
    .container {
      max-width: 100%;
      padding: 0 20px; } }

/* ----- ADMIN FIXES ----- */
.zones-portlet-header.portletBox-title + div {
  background: transparent !important; }

/* ----- CALENDAR BUTTON FIX ----- */
button[title="Change to selected Month"] {
  color: #000; }

/* ----- PAGE LAYOUT COLUMNS FIX ----- */
.main-content {
  display: block; }

.main-content .ptl_page > div {
  box-sizing: border-box; }

#footer-info {
  clear: both; }

@media screen and (max-width: 768px) {
  .ptl_page > div {
    display: block;
    width: 100%; } }
/* ----- MULTIFIELD PORTLET ----- */
#mfp-items .mfp-item {
  max-width: 32%; }

/* ----- EMBED YOUTUBE RESPONSIVELY ----- */
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/* ----- BUTTON STYLING ----- */
.btn-style-1 {
  color: #fff;
  border: 2px solid #fff;
  box-sizing: border-box;
  padding: 17px 60px;
  background: rgba(18, 106, 191, 0.5);
  transition: all 0.5s ease;
  display: table;
  margin: 0 auto;
  font-size: 19px;
  font-weight: 700;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3); }
  .btn-style-1:hover, .btn-style-1:focus {
    background: #126abf;
    color: #FFF; }

/* ----- PUB WRAPPER ----- */
.responsiveTemplate #pubWrapper.responsive > .container {
  max-width: 100%;
  padding: 0; }
.responsiveTemplate #pubWrapper.responsive #pubWrapper-btn {
  background: #000;
  color: #fff;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  box-shadow: none; }
  .responsiveTemplate #pubWrapper.responsive #pubWrapper-btn a {
    background: #6A993C;
    color: #FFF; }
    .responsiveTemplate #pubWrapper.responsive #pubWrapper-btn a:hover, .responsiveTemplate #pubWrapper.responsive #pubWrapper-btn a:focus {
      background: #126ABF; }
.responsiveTemplate #pubWrapper.responsive.active #pubWrapper-btn {
  background: #000; }

#pubWrapper {
  z-index: 6000; }
  #pubWrapper .fa-sort::before {
    content: "\f0d7";
    font-size: 24px;
    margin: 0 0 0 10px; }
  #pubWrapper .container {
    max-width: 85%; }
    @media screen and (max-width: 1450px) {
      #pubWrapper .container {
        max-width: 100%; } }
  #pubWrapper #top .pubList {
    display: block;
    width: auto; }
    #pubWrapper #top .pubList > li {
      width: auto;
      display: inline-block; }
      @media screen and (max-width: 800px) {
        #pubWrapper #top .pubList > li#selectSchool {
          display: inline-block;
          text-align: center;
          width: 100%; } }
      #pubWrapper #top .pubList > li#selectSchool a {
        display: flex;
        align-items: center; }
        @media screen and (max-width: 800px) {
          #pubWrapper #top .pubList > li#selectSchool a {
            justify-content: center; } }
      @media screen and (max-width: 800px) {
        #pubWrapper #top .pubList > li#selectSchool ul {
          width: 100%; } }
      #pubWrapper #top .pubList > li#searchPanel {
        border-left: 1px solid #4d4d4d;
        border-right: none;
        overflow: hidden; }
        #pubWrapper #top .pubList > li#searchPanel a {
          color: #C9C9C9;
          padding: 0 13px;
          line-height: 40px; }
      @media screen and (max-width: 800px) {
        #pubWrapper #top .pubList > li {
          display: inline-block;
          text-align: center;
          font-size: 0;
          width: 100%; } }
      #pubWrapper #top .pubList > li > a {
        font-family: "Open Sans", sans-serif;
        font-size: 16px;
        color: #C9C9C9; }
        @media screen and (max-width: 800px) {
          #pubWrapper #top .pubList > li > a {
            display: block;
            text-align: center; } }
    @media screen and (max-width: 800px) {
      #pubWrapper #top .pubList.fr {
        display: block; } }
    @media screen and (max-width: 800px) {
      #pubWrapper #top .pubList.fr li a {
        display: block;
        text-align: center; } }
    #pubWrapper #top .pubList.fr li .divSearchBox input {
      font-family: "Open Sans", sans-serif;
      font-size: 16px;
      padding: 0 0 0 50px; }
      #pubWrapper #top .pubList.fr li .divSearchBox input::placeholder {
        color: #C9C9C9;
        font-size: 16px;
        font-weight: 400; }
      #pubWrapper #top .pubList.fr li .divSearchBox input.SearchTerm {
        width: 150px;
        height: 40px;
        line-height: 40px;
        background: none; }
        @media screen and (max-width: 800px) {
          #pubWrapper #top .pubList.fr li .divSearchBox input.SearchTerm {
            width: 100%; } }
    #pubWrapper #top .pubList.fr li .divSearchBox a {
      display: inline-block;
      left: 0; }
    @media screen and (max-width: 800px) {
      #pubWrapper #top .pubList.fr li .divSearchBox {
        width: 100%; } }
    #pubWrapper #top .pubList #selectLang {
      font-size: 18px;
      line-height: 40px;
      display: inline-block;
      vertical-align: middle; }
      @media screen and (max-width: 800px) {
        #pubWrapper #top .pubList #selectLang ul {
          width: 100%; } }
      #pubWrapper #top .pubList #selectLang a {
        display: flex;
        align-items: center; }
        @media screen and (max-width: 800px) {
          #pubWrapper #top .pubList #selectLang a {
            justify-content: center; } }
      @media screen and (max-width: 800px) {
        #pubWrapper #top .pubList #selectLang {
          width: 100%;
          display: block;
          text-align: center;
          line-height: 0; } }
      #pubWrapper #top .pubList #selectLang:hover, #pubWrapper #top .pubList #selectLang:focus {
        background-color: #4d4d4d; }

.pubDropdown-btn {
  text-decoration: none; }

#pubWrapper ul.pubList .pubDropdown-btn, #pubWrapper ul.pubList li .user_link, #pubWrapper ul.pubList li .admin_menu {
  height: 40px;
  line-height: 40px; }

.divSearchBox {
  padding: 0; }

/* ----- HEADER ----- */
header {
  padding: 25px 0; }
  header .container {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1450px) {
      header .container {
        max-width: 100%; } }
    @media screen and (max-width: 900px) {
      header .container {
        display: block; } }
    header .container .left-sec {
      flex: 0 0 auto; }
      @media screen and (max-width: 901px) {
        header .container .left-sec .logo {
          text-align: center; } }
      header .container .left-sec .logo a {
        display: block; }
        header .container .left-sec .logo a img {
          max-width: 100%; }
    header .container .right-sec {
      flex: 1;
      box-sizing: border-box;
      padding: 0 0 0 40px;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      /* ----- HEADER LINKS ----- */
      /* ----- SOCIAL MEDIA ----- */ }
      @media screen and (max-width: 1230px) {
        header .container .right-sec {
          display: block; } }
      @media screen and (max-width: 900px) {
        header .container .right-sec {
          padding: 30px 0 0 0; } }
      header .container .right-sec .header-phone {
        padding: 0 30px 0 0;
        color: #000;
        font-weight: 400;
        font-size: 17px; }
        header .container .right-sec .header-phone span {
          display: block;
          padding: 5px 0;
          box-sizing: border-box; }
        @media screen and (max-width: 1230px) {
          header .container .right-sec .header-phone {
            padding: 0; } }
        header .container .right-sec .header-phone a {
          color: #6A993C;
          font-weight: 600;
          font-size: 19px; }
          header .container .right-sec .header-phone a:hover, header .container .right-sec .header-phone a:focus {
            color: #000;
            text-decoration: underline; }
      header .container .right-sec #header-links {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        list-style-type: none;
        margin: 0 20px 0 0;
        padding: 0; }
        @media screen and (max-width: 1230px) {
          header .container .right-sec #header-links {
            margin: 0 0 20px; } }
        @media screen and (max-width: 901px) {
          header .container .right-sec #header-links {
            display: block;
            justify-content: center; } }
        header .container .right-sec #header-links li i {
          margin: 0 15px 0 0;
          font-size: 26px; }
        header .container .right-sec #header-links li a {
          font-size: 17px;
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          color: #000;
          display: flex;
          align-items: center;
          text-decoration: none; }
          header .container .right-sec #header-links li a:hover, header .container .right-sec #header-links li a:focus {
            color: #446226;
            text-decoration: none; }
          @media screen and (max-width: 900px) {
            header .container .right-sec #header-links li a {
              display: block;
              text-align: center; } }
        @media screen and (max-width: 900px) {
          header .container .right-sec #header-links li {
            display: block;
            text-align: center; } }
        header .container .right-sec #header-links li:not(:last-child) {
          margin: 0 75px 0 0; }
          @media screen and (max-width: 1300px) {
            header .container .right-sec #header-links li:not(:last-child) {
              margin: 0 20px 0 0; } }
          @media screen and (max-width: 600px) {
            header .container .right-sec #header-links li:not(:last-child) {
              margin: 7px 0; } }
      header .container .right-sec #social {
        text-align: right;
        margin: 0;
        padding: 0; }
        @media screen and (max-width: 900px) {
          header .container .right-sec #social {
            text-align: center; } }
        header .container .right-sec #social li {
          list-style-type: none;
          display: inline-block !important; }
          header .container .right-sec #social li:empty {
            display: none !important; }
          header .container .right-sec #social li.facebook a:before {
            font-family: "Fontawesome";
            display: block;
            color: #00488A;
            content: "\f09a";
            transition: all 0.5s ease; }
          header .container .right-sec #social li.facebook a:hover:before, header .container .right-sec #social li.facebook a:focus:before {
            color: #000; }
          header .container .right-sec #social li.twitter a:before {
            font-family: "Fontawesome";
            display: block;
            color: #00ACEE;
            content: "\f099";
            transition: all 0.5s ease; }
          header .container .right-sec #social li.twitter a:hover:before, header .container .right-sec #social li.twitter a:focus:before {
            color: #000; }
          header .container .right-sec #social li.youtube a:before {
            font-family: "Fontawesome";
            display: block;
            color: #F61500;
            content: "\f16a";
            transition: all 0.5s ease; }
          header .container .right-sec #social li.youtube a:hover:before, header .container .right-sec #social li.youtube a:focus:before {
            color: #000; }
          header .container .right-sec #social li.instagram a:before {
            font-family: "Fontawesome";
            display: block;
            color: #FA2AD4;
            content: "\f16d";
            transition: all 0.5s ease; }
          header .container .right-sec #social li.instagram a:hover:before, header .container .right-sec #social li.instagram a:focus:before {
            color: #000; }
          header .container .right-sec #social li.linkedin a:before {
            font-family: "Fontawesome";
            display: block;
            color: #0172AE;
            content: "\f08c";
            transition: all 0.5s ease; }
          header .container .right-sec #social li.linkedin a:hover:before, header .container .right-sec #social li.linkedin a:focus:before {
            color: #000; }
          header .container .right-sec #social li.email a:before {
            font-family: "Fontawesome";
            display: block;
            color: #333333;
            content: "\f0e0";
            transition: all 0.5s ease; }
          header .container .right-sec #social li.email a:hover:before, header .container .right-sec #social li.email a:focus:before {
            color: #000; }
          header .container .right-sec #social li a {
            font-family: "Fontawesome";
            display: block;
            border-radius: 50%;
            width: 45px;
            height: 45px;
            line-height: 45px;
            font-size: 36px;
            text-indent: 0px;
            text-decoration: none;
            text-align: center; }
            @media screen and (max-width: 360px) {
              header .container .right-sec #social li a {
                font-size: 30px; } }
            header .container .right-sec #social li a:hover, header .container .right-sec #social li a:focus {
              transition: all 0.2s ease;
              outline: none;
              box-shadow: none; }
        header .container .right-sec #social li:not(:first-child) {
          padding: 0 0 0 15px; }
          @media screen and (max-width: 360px) {
            header .container .right-sec #social li:not(:first-child) {
              padding: 0 0 0 5px; } }

/* ----- MENU -----  */
#menubar {
  font-size: 16px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  width: 100%;
  z-index: 5;
  background: #6A993C;
  border-bottom: 3px solid #FCAE00; }
  @media screen and (max-width: 900px) {
    #menubar {
      margin-bottom: 0; } }
  #menubar .inside-padding {
    max-width: 95%;
    padding: 0; }
    @media screen and (max-width: 900px) {
      #menubar .inside-padding {
        max-width: 100%; } }
    @media screen and (max-width: 901px) {
      #menubar .inside-padding .megamenu {
        display: none; } }
    #menubar .inside-padding .megamenu .nav-menu {
      display: flex;
      justify-content: center;
      list-style: none;
      margin: 0;
      padding: 0;
      flex-wrap: wrap; }
      #menubar .inside-padding .megamenu .nav-menu .level0 {
        flex: 0 0 auto; }
        #menubar .inside-padding .megamenu .nav-menu .level0 > a {
          text-align: center;
          padding: 30px 20px;
          font-size: 16px;
          box-sizing: border-box;
          display: flex;
          align-items: center;
          height: 100%;
          display: flex;
          justify-content: center;
          break-inside: avoid;
          border: none;
          box-shadow: none;
          margin: 0;
          color: #000;
          font-weight: 400;
          transition: all 0.5s ease; }
          #menubar .inside-padding .megamenu .nav-menu .level0 > a.open, #menubar .inside-padding .megamenu .nav-menu .level0 > a.rmSelected, #menubar .inside-padding .megamenu .nav-menu .level0 > a:hover, #menubar .inside-padding .megamenu .nav-menu .level0 > a:focus {
            background: none;
            border: none;
            box-shadow: none;
            font-weight: 600; }
            #menubar .inside-padding .megamenu .nav-menu .level0 > a.open::after, #menubar .inside-padding .megamenu .nav-menu .level0 > a.rmSelected::after, #menubar .inside-padding .megamenu .nav-menu .level0 > a:hover::after, #menubar .inside-padding .megamenu .nav-menu .level0 > a:focus::after {
              content: "";
              display: inline-block;
              position: absolute;
              bottom: 0;
              top: auto;
              right: 1%;
              left: 1%;
              width: 0;
              height: 0;
              border-style: solid;
              border-left: 30px solid transparent;
              border-right: 30px solid transparent;
              border-bottom: 15px solid #FCAE00;
              border-top: none;
              margin: 0 auto; }
          @media screen and (max-width: 1025px) {
            #menubar .inside-padding .megamenu .nav-menu .level0 > a {
              font-size: 14px; } }
        #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav {
          font-size: 16px;
          font-weight: 600;
          font-family: "Open Sans", sans-serif;
          color: #000;
          background: #FCAE00;
          padding: 15px;
          box-sizing: border-box; }
          #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav .level1 {
            column-count: 4; }
            #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav .level1 .sub-nav-group {
              width: 100% !important;
              display: block;
              margin: 0;
              padding: 0 10px;
              box-sizing: border-box; }
              #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav .level1 .sub-nav-group > li {
                display: block;
                width: 100%; }
                #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav .level1 .sub-nav-group > li a {
                  color: #000;
                  font-family: "Open Sans", sans-serif;
                  text-transform: none;
                  font-size: 16px;
                  line-height: 18px;
                  padding: 5px 15px;
                  box-sizing: border-box;
                  transition: all ease 0.5s;
                  break-inside: avoid; }
                  #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav .level1 .sub-nav-group > li a span {
                    font-weight: 600; }
                  #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav .level1 .sub-nav-group > li a:hover, #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav .level1 .sub-nav-group > li a:focus {
                    background: none;
                    text-decoration: underline;
                    box-shadow: none;
                    outline: none; }
          #menubar .inside-padding .megamenu .nav-menu .level0 .sub-nav .level2 .text {
            font-weight: 300 !important;
            font-size: 14px !important; }

/* ----- BANNER SLIDER ----- */
#banner {
  border-bottom: 3px solid #FCAE00; }
  #banner > .container {
    max-width: 100%;
    padding: 0; }
    @media screen and (max-width: 950px) {
      #banner > .container .ptl_portlet_vertical {
        overflow: visible; } }
    #banner > .container .ptl_portlet_vertical .banner-slider {
      display: none;
      position: relative; }
      #banner > .container .ptl_portlet_vertical .banner-slider .nav-controls {
        top: 50%;
        width: 100%;
        left: 0;
        right: 0;
        bottom: auto;
        position: absolute; }
        @media screen and (max-width: 990px) {
          #banner > .container .ptl_portlet_vertical .banner-slider .nav-controls {
            top: 0; } }
        @media screen and (max-width: 990px) {
          #banner > .container .ptl_portlet_vertical .banner-slider .nav-controls .arrows {
            margin-top: 15px; } }
        #banner > .container .ptl_portlet_vertical .banner-slider .nav-controls .arrows .slick-arrow {
          background: rgba(18, 106, 191, 0.5);
          border-radius: 5px;
          border: 2px solid #FFF;
          color: #FFF;
          font-size: 0px;
          width: 50px;
          height: 50px;
          display: flex;
          align-items: center;
          justify-content: center;
          padding: 10px;
          box-sizing: border-box;
          transition: all ease 0.5s; }
          #banner > .container .ptl_portlet_vertical .banner-slider .nav-controls .arrows .slick-arrow:hover, #banner > .container .ptl_portlet_vertical .banner-slider .nav-controls .arrows .slick-arrow:focus {
            background: #126abf; }
          #banner > .container .ptl_portlet_vertical .banner-slider .nav-controls .arrows .slick-arrow.slick-next {
            right: 40px;
            position: absolute; }
            @media screen and (max-width: 990px) {
              #banner > .container .ptl_portlet_vertical .banner-slider .nav-controls .arrows .slick-arrow.slick-next {
                right: 15px; } }
            #banner > .container .ptl_portlet_vertical .banner-slider .nav-controls .arrows .slick-arrow.slick-next::before {
              content: "\f105";
              font-size: 30px;
              font-family: "Fontawesome"; }
          #banner > .container .ptl_portlet_vertical .banner-slider .nav-controls .arrows .slick-arrow.slick-prev {
            left: 40px;
            position: absolute; }
            @media screen and (max-width: 990px) {
              #banner > .container .ptl_portlet_vertical .banner-slider .nav-controls .arrows .slick-arrow.slick-prev {
                left: 15px; } }
            #banner > .container .ptl_portlet_vertical .banner-slider .nav-controls .arrows .slick-arrow.slick-prev::before {
              content: "\f104";
              font-size: 30px;
              font-family: "Fontawesome"; }
    #banner > .container .ptl_portlet_vertical .slick-list {
      overflow: visible; }
      #banner > .container .ptl_portlet_vertical .slick-list .banner-slide-cont {
        background: #417A46; }
        #banner > .container .ptl_portlet_vertical .slick-list .banner-slide-cont .cont-inner {
          font-size: 0;
          position: relative;
          background: #000; }
          #banner > .container .ptl_portlet_vertical .slick-list .banner-slide-cont .cont-inner .image {
            background-size: cover;
            background-position: center;
            opacity: 0.5;
            width: 100%; }
          #banner > .container .ptl_portlet_vertical .slick-list .banner-slide-cont .cont-inner .text {
            color: #fff;
            font-family: "Open Sans", sans-serif;
            font-size: 20px;
            line-height: 25px;
            font-weight: 400;
            box-sizing: border-box;
            width: 40%;
            position: absolute;
            bottom: 27%;
            top: auto;
            left: 175px;
            right: auto;
            z-index: 200; }
            @media screen and (max-width: 1200px) {
              #banner > .container .ptl_portlet_vertical .slick-list .banner-slide-cont .cont-inner .text {
                width: 50%; } }
            @media screen and (max-width: 990px) {
              #banner > .container .ptl_portlet_vertical .slick-list .banner-slide-cont .cont-inner .text {
                font-size: 16px; } }
            #banner > .container .ptl_portlet_vertical .slick-list .banner-slide-cont .cont-inner .text .caption-title {
              font-family: "Roboto Slab", serif;
              font-size: 35px;
              line-height: 38px;
              font-weight: 700;
              text-transform: uppercase;
              display: block;
              margin: 0 0 15px; }
              @media screen and (max-width: 990px) {
                #banner > .container .ptl_portlet_vertical .slick-list .banner-slide-cont .cont-inner .text .caption-title {
                  font-size: 26px; } }
            #banner > .container .ptl_portlet_vertical .slick-list .banner-slide-cont .cont-inner .text a {
              color: #fff;
              border: 2px solid #fff;
              box-sizing: border-box;
              padding: 10px 25px;
              margin: 10px 0 0;
              background: rgba(18, 106, 191, 0.5);
              transition: all 0.5s ease;
              letter-spacing: normal;
              display: table;
              font-size: 16px;
              font-weight: 700;
              -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
              -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
              box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3); }
              @media screen and (max-width: 990px) {
                #banner > .container .ptl_portlet_vertical .slick-list .banner-slide-cont .cont-inner .text a {
                  font-size: 14px;
                  padding: 5px 10px; } }
              #banner > .container .ptl_portlet_vertical .slick-list .banner-slide-cont .cont-inner .text a:hover, #banner > .container .ptl_portlet_vertical .slick-list .banner-slide-cont .cont-inner .text a:focus {
                background: #126abf;
                color: #FFF; }
            @media screen and (max-width: 990px) {
              #banner > .container .ptl_portlet_vertical .slick-list .banner-slide-cont .cont-inner .text {
                width: 100% !important;
                position: absolute;
                bottom: 0 !important;
                top: auto !important;
                left: 0 !important;
                right: 0 !important;
                display: block;
                background: rgba(0, 0, 0, 0.5);
                padding: 20px;
                box-sizing: border-box; } }
  #banner .dots {
    position: absolute;
    margin: 0;
    left: 175px;
    top: auto;
    bottom: 0;
    transform: translateY(200px); }
    @media screen and (max-width: 990px) {
      #banner .dots {
        display: none; } }
    #banner .dots .slick-dots {
      display: inline-block !important;
      vertical-align: middle;
      list-style-type: none;
      margin: 0;
      padding: 0; }
      #banner .dots .slick-dots li {
        display: inline-block; }
        #banner .dots .slick-dots li.slick-active button {
          background: #FCAE00; }
        #banner .dots .slick-dots li button {
          background: rgba(0, 0, 0, 0.4);
          border-radius: 50%;
          border: none;
          height: 24px;
          width: 24px;
          font-size: 0px;
          border: 1px solid #fff; }
        #banner .dots .slick-dots li:not(:last-child) {
          margin: 0 15px 0 0; }

/* ----- QUICKLINKS ----- */
#quick-links {
  padding: 30px 0;
  background: #126ABF url(http://toledops.ss11.sharpschool.com/UserFiles/Servers/Server_7818346/Templates/theme/img/bg-ql.png);
  background-repeat: no-repeat;
  background-size: cover; }
  #quick-links .container {
    max-width: 100%; }
    @media screen and (max-width: 901px) {
      #quick-links .container {
        max-width: 100%; } }

.PO-contentArea .QL-defaultTemplate {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch; }
  .PO-contentArea .QL-defaultTemplate li {
    display: flex;
    border: none !important;
    margin: 2%;
    justify-content: center; }
    @media screen and (max-width: 1425px) {
      .PO-contentArea .QL-defaultTemplate li {
        margin: 1%; } }
    @media screen and (max-width: 500px) {
      .PO-contentArea .QL-defaultTemplate li {
        margin: 2%; } }
    .PO-contentArea .QL-defaultTemplate li a {
      display: flex;
      flex-flow: column wrap;
      color: #FFF;
      text-align: center;
      font-size: 16px;
      font-weight: 600;
      font-family: "Open Sans", sans-serif;
      border: 3px solid #FFF;
      transition: all 0.5s ease;
      box-sizing: border-box;
      padding: 10%;
      flex-flow: column wrap;
      justify-content: center;
      width: 215px;
      height: 215px; }
      @media screen and (max-width: 1300px) {
        .PO-contentArea .QL-defaultTemplate li a {
          width: 200px;
          height: 200px; } }
      .PO-contentArea .QL-defaultTemplate li a em {
        display: flex;
        width: 70px;
        height: 70px;
        border-radius: 50%;
        margin: 0 auto 15px;
        color: #FFF;
        background: none;
        justify-content: center;
        align-items: center;
        transition: all 0.5s ease; }
        .PO-contentArea .QL-defaultTemplate li a em:before {
          font-size: 44px;
          transition: all 0.5s ease; }
      .PO-contentArea .QL-defaultTemplate li a:hover, .PO-contentArea .QL-defaultTemplate li a:focus {
        background: #093662; }
        .PO-contentArea .QL-defaultTemplate li a:hover em, .PO-contentArea .QL-defaultTemplate li a:focus em {
          transition: all 0.5s ease; }
          .PO-contentArea .QL-defaultTemplate li a:hover em:before, .PO-contentArea .QL-defaultTemplate li a:focus em:before {
            transform: scale(1.25);
            transition: all 0.5s ease; }
        .PO-contentArea .QL-defaultTemplate li a:hover span, .PO-contentArea .QL-defaultTemplate li a:focus span {
          text-decoration: none; }

#subpage .PO-contentArea .QL-defaultTemplate li a {
  text-decoration: none;
  background: #f8be13;
  border: 3px solid #eee;
  color: #000; }
  #subpage .PO-contentArea .QL-defaultTemplate li a em {
    color: #333; }
  #subpage .PO-contentArea .QL-defaultTemplate li a:hover, #subpage .PO-contentArea .QL-defaultTemplate li a:focus {
    background: #eee;
    border: 3px solid #8C8C8C; }
    #subpage .PO-contentArea .QL-defaultTemplate li a:hover span, #subpage .PO-contentArea .QL-defaultTemplate li a:focus span {
      color: #000; }

/* ----- QUICKLINKS BUILT IN PORTLET ----- */
.quicklink-items.blue {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: stretch; }
  .quicklink-items.blue > a {
    background: #126ABF;
    display: flex;
    flex-flow: column wrap;
    color: #FFF;
    text-align: center;
    border: 3px solid #FFF;
    transition: all 0.5s ease;
    box-sizing: border-box;
    flex-flow: column wrap;
    justify-content: center;
    width: 215px;
    height: 215px;
    border: 2px solid #FFF;
    margin: 2%;
    justify-content: center;
    box-sizing: border-box;
    padding: 20px; }
    @media screen and (max-width: 1300px) {
      .quicklink-items.blue > a {
        width: 200px;
        height: 200px; } }
    @media screen and (max-width: 1425px) {
      .quicklink-items.blue > a {
        margin: 1%; } }
    @media screen and (max-width: 500px) {
      .quicklink-items.blue > a {
        margin: 2%; } }
    .quicklink-items.blue > a .ql-icon .fa {
      color: #FFF;
      background: none;
      transition: all 0.5s ease; }
      .quicklink-items.blue > a .ql-icon .fa:before {
        width: 70px;
        height: 70px;
        font-size: 44px;
        transition: all 0.5s ease; }
    .quicklink-items.blue > a .ql-title {
      margin: 25px 0 0;
      width: 100%;
      color: #FFF;
      text-align: center;
      font-size: 16px;
      line-height: 20px;
      font-weight: 600;
      font-family: "Open Sans", sans-serif; }
    .quicklink-items.blue > a:hover, .quicklink-items.blue > a:focus {
      background: #093662; }
      .quicklink-items.blue > a:hover .ql-icon .fa, .quicklink-items.blue > a:focus .ql-icon .fa {
        transform: scale(1.25);
        transition: all 0.5s ease; }

/* ----- NEWS AND ANNOUNCEMENTS ----- */
#news {
  padding: 100px 0;
  background: #6A993C url(http://toledops.ss11.sharpschool.com/UserFiles/Servers/Server_7818346/Templates/theme/img/dots.png);
  background-repeat: repeat; }
  #news .container {
    max-width: 92%; }
    @media screen and (max-width: 1300px) {
      #news .container {
        max-width: 100%; } }
  #news .section-heading {
    margin: 0 0 70px; }
    @media screen and (max-width: 768px) {
      #news .section-heading {
        margin: 0 0 10px; } }
    #news .section-heading p {
      font-size: 35px;
      line-height: 40px;
      font-family: "Roboto Slab", serif;
      color: #FFF;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #news .section-heading p {
          font-size: 28px; } }
  #news .slider {
    list-style-type: none;
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: 0;
    padding: 0; }
    @media screen and (max-width: 1000px) {
      #news .slider {
        flex-wrap: wrap; } }
    #news .slider > li {
      display: flex;
      flex: 0 0 25%; }
      @media screen and (max-width: 1000px) {
        #news .slider > li {
          flex: 0 0 50%; } }
      @media screen and (max-width: 600px) {
        #news .slider > li {
          display: block;
          flex: 0 0 100%;
          margin: 0 -10px; } }
      #news .slider > li .newsItem {
        width: 100%;
        background: #F2F2F2;
        margin: 10px;
        padding: 0; }
        #news .slider > li .newsItem .inside {
          padding-bottom: 0;
          margin: 0;
          padding: 0; }
          #news .slider > li .newsItem .inside .image {
            overflow: hidden; }
            #news .slider > li .newsItem .inside .image .inside {
              display: flex;
              justify-content: center;
              align-items: center;
              height: 215px;
              overflow: hidden; }
              #news .slider > li .newsItem .inside .image .inside img {
                transition: all 0.5s ease; }
          #news .slider > li .newsItem .inside .newsContent {
            padding: 20px;
            min-height: 250px; }
            #news .slider > li .newsItem .inside .newsContent .inside-padding {
              padding: 0; }
              #news .slider > li .newsItem .inside .newsContent .inside-padding .newsDate {
                font-size: 14px;
                text-transform: none;
                font-weight: 400;
                color: #126ABF; }
              #news .slider > li .newsItem .inside .newsContent .inside-padding .newsTitle {
                font-size: 18px;
                font-weight: 700;
                color: #2F2F2F; }
              #news .slider > li .newsItem .inside .newsContent .inside-padding .newsSummary {
                color: #000;
                font-size: 15px;
                font-weight: 400; }
        #news .slider > li .newsItem:hover, #news .slider > li .newsItem:focus {
          box-shadow: none; }
          #news .slider > li .newsItem:hover .image img, #news .slider > li .newsItem:focus .image img {
            transform: scale(1.1);
            transition: all 0.5s ease; }
  #news .btn-style-1 {
    color: #FFF;
    border: 2px solid #FFF;
    margin: 80px auto 0; }
    #news .btn-style-1:hover, #news .btn-style-1:focus {
      color: #FFF; }
    @media screen and (max-width: 768px) {
      #news .btn-style-1 {
        margin: 30px auto 0; } }

/* ----- UPCOMING EVENTS ----- */
#events {
  padding: 100px 0;
  background: url(http://toledops.ss11.sharpschool.com/UserFiles/Servers/Server_7818346/Templates/theme/img/bg-2.png);
  background-size: cover; }
  @media screen and (max-width: 1350px) {
    #events .container {
      max-width: 100%; } }
  #events .ptl_portlet_vertical {
    overflow: visible; }
  #events .section-heading {
    margin: 0 0 50px; }
    @media screen and (max-width: 768px) {
      #events .section-heading {
        margin: 0 0 10px; } }
    #events .section-heading p {
      font-size: 35px;
      line-height: 40px;
      font-family: "Roboto Slab", serif;
      color: #126ABF;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #events .section-heading p {
          font-size: 28px; } }
  #events #upcomingEvents .slider {
    display: block;
    text-align: center; }
    #events #upcomingEvents .slider .event {
      display: inline-block;
      transition: all ease 0.5s;
      width: 33.3333%;
      box-sizing: border-box;
      padding: 30px 20px;
      margin: 0; }
      @media screen and (max-width: 1100px) {
        #events #upcomingEvents .slider .event {
          width: 50%; } }
      @media screen and (max-width: 768px) {
        #events #upcomingEvents .slider .event {
          display: block;
          width: 100%; } }
      #events #upcomingEvents .slider .event .event-info {
        display: flex;
        align-items: stretch;
        background: none; }
        #events #upcomingEvents .slider .event .event-info .date {
          background: #126ABF;
          color: #FFF;
          font-size: 35px;
          line-height: 38px;
          font-family: "Roboto Slab", serif;
          text-transform: uppercase;
          text-align: center;
          font-weight: 600;
          height: 120px;
          width: 120px;
          border-radius: 50%;
          display: table;
          transition: all ease 0.5s;
          border: 4px solid #fff;
          -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3); }
          @media screen and (max-width: 1200px) {
            #events #upcomingEvents .slider .event .event-info .date {
              height: 100px;
              width: 100px;
              font-size: 22px;
              line-height: 26px; } }
          @media screen and (max-width: 400px) {
            #events #upcomingEvents .slider .event .event-info .date {
              height: 80px;
              width: 80px;
              font-size: 22px;
              line-height: 26px; } }
          #events #upcomingEvents .slider .event .event-info .date div {
            display: table-cell;
            vertical-align: middle; }
          #events #upcomingEvents .slider .event .event-info .date span {
            color: #fff;
            display: block;
            transition: all ease 0.5s; }
        #events #upcomingEvents .slider .event .event-info .titleTime {
          display: flex;
          justify-content: center;
          flex-flow: column wrap;
          width: 100%;
          padding: 10px 35px;
          box-sizing: border-box;
          text-align: left; }
          #events #upcomingEvents .slider .event .event-info .titleTime .title {
            font-size: 17px;
            font-weight: 400;
            font-family: "Open Sans", sans-serif;
            color: #000; }
            @media screen and (max-width: 400px) {
              #events #upcomingEvents .slider .event .event-info .titleTime .title {
                font-size: 14px; } }
          #events #upcomingEvents .slider .event .event-info .titleTime .time {
            font-family: "Open Sans", sans-serif;
            color: #126ABF;
            font-size: 14px;
            text-transform: uppercase; }
      #events #upcomingEvents .slider .event:hover, #events #upcomingEvents .slider .event:focus {
        box-shadow: none;
        outline: none; }
        #events #upcomingEvents .slider .event:hover .date, #events #upcomingEvents .slider .event:focus .date {
          background: #0e5090; }
        #events #upcomingEvents .slider .event:hover .titleTime, #events #upcomingEvents .slider .event:focus .titleTime {
          color: #6A993C; }
          #events #upcomingEvents .slider .event:hover .titleTime .title, #events #upcomingEvents .slider .event:focus .titleTime .title {
            color: #37501f; }
  #events .btn-style-1 {
    color: #000;
    border: 2px solid #FFF;
    margin: 50px auto 0; }
    #events .btn-style-1:hover, #events .btn-style-1:focus {
      color: #FFF; }
    @media screen and (max-width: 768px) {
      #events .btn-style-1 {
        margin: 30px auto 0; } }

/* ----- MISSION ----- */
#mission .container {
  max-width: 100%;
  padding: 0; }

#features {
  display: flex;
  align-items: stretch;
  margin: 0 -3px; }
  @media screen and (max-width: 1100px) {
    #features {
      display: block;
      margin: 0; } }
  #features a {
    flex: 0 0 33.3333%;
    margin: 0 3px;
    display: flex; }
    @media screen and (max-width: 1100px) {
      #features a:not(:last-child) {
        margin: 3px 0; }
      #features a:last-child {
        margin: 0; } }
    #features a .featured-item .title {
      background: rgba(0, 0, 0, 0.2);
      padding: 20px 50px;
      box-sizing: border-box;
      height: 125px;
      display: flex;
      align-items: center;
      transition: all ease 0.5s;
      color: #FFF;
      text-transform: uppercase;
      font-weight: 700;
      font-family: "Roboto Slab", serif;
      font-size: 26px;
      line-height: 32px; }
      @media screen and (max-width: 400px) {
        #features a .featured-item .title {
          font-size: 24px;
          line-height: 28px; } }
      #features a .featured-item .title .fa {
        font-size: 32px;
        padding: 0 20px 0 0; }
      #features a .featured-item .title span {
        transition: all ease 0.5s; }
      @media screen and (max-width: 1300px) {
        #features a .featured-item .title {
          padding: 20px 50px; } }
      @media screen and (max-width: 1100px) {
        #features a .featured-item .title {
          margin: 0; } }
    #features a .featured-item .text {
      font-size: 18px;
      line-height: 23px;
      color: #FFF;
      font-weight: 300;
      padding: 30px 50px; }
      @media screen and (max-width: 1300px) {
        #features a .featured-item .text {
          margin: 0;
          padding: 30px 50px; } }
    #features a .featured-item.mission {
      background-color: #C00020;
      background-image: url(http://toledops.ss11.sharpschool.com/UserFiles/Servers/Server_7818346/Templates/theme/img/feature-1-bg.png), url(http://toledops.ss11.sharpschool.com/UserFiles/Servers/Server_7818346/Templates/theme/img/dots-smaller.png);
      background-position: top left;
      background-repeat: no-repeat, repeat; }
    #features a .featured-item.vision {
      background-color: #6A993C;
      background-image: url(http://toledops.ss11.sharpschool.com/UserFiles/Servers/Server_7818346/Templates/theme/img/feature-2-bg.png), url(http://toledops.ss11.sharpschool.com/UserFiles/Servers/Server_7818346/Templates/theme/img/dots-smaller.png);
      background-position: left bottom;
      background-repeat: no-repeat, repeat; }
    #features a .featured-item.core {
      background-color: #126ABF;
      background-image: url(http://toledops.ss11.sharpschool.com/UserFiles/Servers/Server_7818346/Templates/theme/img/feature-3-bg.png), url(http://toledops.ss11.sharpschool.com/UserFiles/Servers/Server_7818346/Templates/theme/img/dots-smaller.png);
      background-position: right bottom;
      background-repeat: no-repeat, repeat; }
    #features a:hover .title, #features a:focus .title {
      background: rgba(0, 0, 0, 0.4);
      transition: all ease 0.5s; }
      @media screen and (max-width: 400px) {
        #features a:hover .title, #features a:focus .title {
          font-size: 24px;
          line-height: 28px; } }
      #features a:hover .title span, #features a:focus .title span {
        transition: all ease 0.5s; }

@media screen and (max-width: 1100px) {
  #subpage #features > a {
    display: block;
    width: 100%; } }

#subpage .featured-item .title {
  height: 85px !important;
  font-size: 16px !important;
  line-height: 1.3em !important;
  padding: 20px 15px !important; }

#subpage .featured-item .text {
  padding: 30px 15px !important; }

/* ----- STAY CONNECTED ----- */
#stay-connected {
  padding: 100px 0;
  background: #EFEFEF; }
  #stay-connected .container {
    max-width: 100%; }
  #stay-connected .ptl_portlet_vertical {
    overflow: visible; }
  #stay-connected .section-heading {
    margin: 0 0 80px; }
    @media screen and (max-width: 768px) {
      #stay-connected .section-heading {
        margin: 0 0 10px; } }
    #stay-connected .section-heading p {
      font-size: 35px;
      line-height: 40px;
      font-family: "Roboto Slab", serif;
      color: #126ABF;
      font-weight: 700;
      text-transform: uppercase;
      text-align: center; }
      @media screen and (max-width: 768px) {
        #stay-connected .section-heading p {
          font-size: 28px; } }
  #stay-connected .socialTabs #social-outer-container .social-title {
    text-align: center;
    color: #fff;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center; }
    #stay-connected .socialTabs #social-outer-container .social-title .fa {
      font-size: 20px;
      margin: 0 10px 0 0; }
  #stay-connected .socialTabs #social-outer-container .social-container {
    padding: 20px;
    box-sizing: border-box; }
  #stay-connected .socialTabs #social-outer-container .social-row {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: 0 0 70px; }
    #stay-connected .socialTabs #social-outer-container .social-row:empty {
      margin: 0; }
    @media screen and (max-width: 990px) {
      #stay-connected .socialTabs #social-outer-container .social-row {
        display: block;
        margin: 0; } }
    #stay-connected .socialTabs #social-outer-container .social-row > div {
      display: inline-block;
      vertical-align: top;
      margin: 0 2%;
      background: #fff;
      -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
      box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3); }
      @media screen and (max-width: 990px) {
        #stay-connected .socialTabs #social-outer-container .social-row > div {
          display: block;
          margin: 30px 0;
          width: 100%; } }
    @media screen and (max-width: 990px) {
      #stay-connected .socialTabs #social-outer-container .social-row .facebook-tab {
        width: 100%;
        text-align: center; }
        #stay-connected .socialTabs #social-outer-container .social-row .facebook-tab iframe {
          max-width: 500px;
          margin: 0 auto; } }
    #stay-connected .socialTabs #social-outer-container .social-row .facebook-tab .social-title {
      background: #126ABF; }
    #stay-connected .socialTabs #social-outer-container .social-row .twitter-tab .social-title {
      background: #64B3FF; }
    #stay-connected .socialTabs #social-outer-container .social-row .instagram-tab {
      padding: 0 0 20px; }
      #stay-connected .socialTabs #social-outer-container .social-row .instagram-tab .social-title {
        background: #9E12BF; }
      #stay-connected .socialTabs #social-outer-container .social-row .instagram-tab .social-container {
        display: flex; }
  #stay-connected .socialTabs #social-outer-container .youtube-row {
    max-width: 50%;
    margin: 0 auto; }
    @media screen and (max-width: 990px) {
      #stay-connected .socialTabs #social-outer-container .youtube-row {
        max-width: 100%;
        width: 100%; } }
    #stay-connected .socialTabs #social-outer-container .youtube-row .youtube-tab {
      background: #fff;
      -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.2); }
      #stay-connected .socialTabs #social-outer-container .youtube-row .youtube-tab .social-title {
        background: #CE1625; }

/* ----- INSTAGRAM FEED ----- */
#instagram_popup_container {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 8000;
  display: none; }

#instagram_popup_container .instagram-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 8000;
  background: #fff;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 300ms ease; }

#instagram_popup_container .instagram-arrow:hover, #instagram_popup_container .instagram-arrow:focus {
  text-decoration: none;
  background: #000;
  color: #fff; }

#instagram_popup_container .prev-instagram-post {
  left: 30px; }

#instagram_popup_container .next-instagram-post {
  right: 30px; }

#instagram_popup_container .popup-details {
  display: none;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 450px;
  height: auto;
  background: #ececec;
  z-index: 8001;
  padding: 10px;
  border-radius: 10px; }

#instagram_popup_container .popup-details.active {
  display: block; }

#instagram_popup_container .popup-details .close {
  padding: 5px;
  margin-bottom: 5px;
  font-size: 20px;
  color: #000;
  opacity: 1;
  text-decoration: none; }

#instagram_popup_container .popup-details .close:hover, #instagram_popup_container .popup-details .close:focus {
  text-decoration: none;
  color: #6A993C; }

#instagram_popup_container .popup-details .image {
  margin: 0 auto;
  padding-bottom: 10px;
  box-sizing: border-box; }

#instagram_popup_container .popup-details .image img {
  width: 100%; }

#instagram_popup_container .popup-details .caption {
  color: #000;
  background: #fff;
  padding: 10px;
  box-sizing: border-box; }

#instagram_popup_container .popup-details .caption span {
  max-height: 100px;
  display: block;
  overflow: auto;
  font-size: 14px;
  font-weight: 400; }

#instagram_popup_container .popup-details .caption .view-on-instagram {
  display: block;
  text-align: center;
  margin-top: 10px;
  padding: 10px;
  background: #6A993C;
  color: #fff;
  border-radius: 50px;
  transition: all 300ms ease; }

#instagram_popup_container .popup-details .caption .view-on-instagram:hover, #instagram_popup_container .popup-details .caption .view-on-instagram:focus {
  background: #000;
  text-decoration: none; }

/* ----- DISCLAIMER ----- */
#disclaimer .container {
  border-bottom: 3px solid #eee;
  padding: 70px 20px 45px; }

/* ----- FOOTER----- */
.subpage footer {
  border-top: 3px solid #efefef;
  display: block;
  clear: both; }

footer {
  padding: 45px 0 35px;
  display: block;
  clear: both; }
  footer .container {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1450px) {
      footer .container {
        max-width: 100%; } }
    @media screen and (max-width: 900px) {
      footer .container {
        display: block; } }
    footer .container .left-sec {
      flex: 0 0 auto; }
      @media screen and (max-width: 901px) {
        footer .container .left-sec .logo {
          text-align: center; } }
      footer .container .left-sec .logo a {
        display: block; }
        footer .container .left-sec .logo a img {
          max-width: 100%; }
    footer .container .right-sec {
      flex: 1;
      box-sizing: border-box;
      padding: 0 0 0 40px;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      flex-wrap: wrap;
      /* ----- FOOTER LINKS ----- */ }
      @media screen and (max-width: 1230px) {
        footer .container .right-sec {
          display: block; } }
      @media screen and (max-width: 900px) {
        footer .container .right-sec {
          padding: 30px 0 0 0; } }
      footer .container .right-sec .footer-phone {
        padding: 0 30px 0 0; }
        @media screen and (max-width: 1230px) {
          footer .container .right-sec .footer-phone {
            padding: 0; } }
        footer .container .right-sec .footer-phone a {
          color: #6A993C;
          font-weight: 600;
          font-size: 19px; }
          footer .container .right-sec .footer-phone a:hover, footer .container .right-sec .footer-phone a:focus {
            color: #000;
            text-decoration: underline; }
      footer .container .right-sec #footer-links {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        list-style-type: none;
        margin: 0 20px 0 0;
        padding: 0; }
        @media screen and (max-width: 1230px) {
          footer .container .right-sec #footer-links {
            margin: 0 0 20px; } }
        @media screen and (max-width: 901px) {
          footer .container .right-sec #footer-links {
            justify-content: center; } }
        @media screen and (max-width: 600px) {
          footer .container .right-sec #footer-links {
            display: block; } }
        footer .container .right-sec #footer-links li a {
          font-size: 17px;
          font-family: "Open Sans", sans-serif;
          font-weight: 400;
          color: #000;
          display: flex;
          align-items: center;
          text-decoration: none; }
          footer .container .right-sec #footer-links li a i {
            margin: 0 15px 0 0;
            font-size: 26px; }
          footer .container .right-sec #footer-links li a:hover, footer .container .right-sec #footer-links li a:focus {
            color: #446226;
            text-decoration: none; }
          @media screen and (max-width: 600px) {
            footer .container .right-sec #footer-links li a {
              text-align: center; } }
        @media screen and (max-width: 600px) {
          footer .container .right-sec #footer-links li {
            display: flex;
            justify-content: center; } }
        footer .container .right-sec #footer-links li:not(:last-child) {
          margin: 0 75px 0 0; }
          @media screen and (max-width: 1300px) {
            footer .container .right-sec #footer-links li:not(:last-child) {
              margin: 0 20px 0 0; } }
          @media screen and (max-width: 600px) {
            footer .container .right-sec #footer-links li:not(:last-child) {
              margin: 7px 0; } }
      footer .container .right-sec .footer-other-links {
        list-style-type: none;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end; }
        @media screen and (max-width: 900px) {
          footer .container .right-sec .footer-other-links {
            justify-content: center; } }
        @media screen and (max-width: 600px) {
          footer .container .right-sec .footer-other-links {
            display: block;
            text-align: center; } }
        footer .container .right-sec .footer-other-links li {
          flex: 0 0 auto; }
          @media screen and (max-width: 600px) {
            footer .container .right-sec .footer-other-links li {
              display: block;
              text-align: center;
              margin: 10px 0 !important; } }
          footer .container .right-sec .footer-other-links li:not(:first-child) {
            margin: 0 0 0 40px; }
          footer .container .right-sec .footer-other-links li a {
            color: #000;
            text-decoration: underline;
            font-size: 17px; }
            footer .container .right-sec .footer-other-links li a:hover, footer .container .right-sec .footer-other-links li a:focus {
              text-decoration: none; }

/* ----- FOOTER LINKS ----- */
footer .container .right-sec {
  display: block; }

footer .container .right-sec #footer-links {
  margin: 0 0 30px 0; }

footer .container .right-sec .footer-phone {
  padding: 0; }

@media screen and (max-width: 1100px) {
  footer .container .left-sec {
    text-align: center; }

  footer .container {
    display: block; }

  footer .container .right-sec {
    padding: 20px 0 0 0; }

  footer .container .right-sec #footer-links,
  footer .container .right-sec .footer-other-links {
    justify-content: center; } }
@media screen and (max-width: 768px) {
  footer .container .right-sec .footer-other-links {
    display: block;
    justify-content: center; }

  footer .container .right-sec .footer-other-links li {
    display: block;
    text-align: center;
    margin: 10px 0 !important; } }
/* ----- INTERIOR PAGE ----- */
.main-container {
  line-height: 1.6em;
  display: flex;
  max-width: 85%;
  padding: 100px 0 75px;
  margin: 0 auto;
  border-bottom: 3px solid #efefef; }
  @media screen and (max-width: 900px) {
    .main-container {
      display: block;
      max-width: 100%;
      padding: 0 20px; } }
  .main-container .sidebar {
    flex: 0 0 30%; }
    @media screen and (max-width: 900px) {
      .main-container .sidebar {
        padding: 20px 0; } }
    .main-container .sidebar .ptl_col_1 {
      padding: 0; }
  .main-container .main-content {
    flex: 0 0 70%;
    padding: 0 0 0 40px;
    box-sizing: border-box; }
    @media screen and (max-width: 900px) {
      .main-container .main-content {
        padding: 0 0 75px; } }
    .main-container .main-content .inside-padding {
      padding: 0; }
      .main-container .main-content .inside-padding h1, .main-container .main-content .inside-padding h2, .main-container .main-content .inside-padding h3 {
        font-family: "Open Sans", sans-serif;
        color: #000;
        line-height: 1.3em;
        margin: 0 0 15px;
        text-transform: uppercase;
        font-weight: 700; }
      .main-container .main-content .inside-padding h4, .main-container .main-content .inside-padding h5, .main-container .main-content .inside-padding h6 {
        color: #6A993C;
        line-height: 1.3em;
        margin: 0 0 15px;
        font-weight: 700; }
      .main-container .main-content .inside-padding h1 {
        font-size: 34px; }
      .main-container .main-content .inside-padding h2 {
        font-size: 26px; }
      .main-container .main-content .inside-padding h3 {
        font-size: 22px; }
      .main-container .main-content .inside-padding h4 {
        font-size: 20px; }
      .main-container .main-content .inside-padding h5 {
        font-size: 18px; }
      .main-container .main-content .inside-padding h6 {
        font-size: 16px; }
      .main-container .main-content .inside-padding p, .main-container .main-content .inside-padding ul, .main-container .main-content .inside-padding ol {
        font-size: 15px;
        font-weight: 400;
        line-height: 22px; }
        .main-container .main-content .inside-padding p a, .main-container .main-content .inside-padding ul a, .main-container .main-content .inside-padding ol a {
          text-decoration: underline;
          padding: 0 0 2px;
          font-weight: 600;
          transition: all 0.5s ease;
          color: #126ABF; }
          .main-container .main-content .inside-padding p a:hover, .main-container .main-content .inside-padding p a:focus, .main-container .main-content .inside-padding ul a:hover, .main-container .main-content .inside-padding ul a:focus, .main-container .main-content .inside-padding ol a:hover, .main-container .main-content .inside-padding ol a:focus {
            text-decoration: none;
            font-weight: 600;
            color: #000; }
      .main-container .main-content .inside-padding img {
        max-width: 100%; }
      .main-container .main-content .inside-padding .ptl_col_1 {
        padding: 0; }

/* ----- BREADCRUMBS ----- */
.breadcrumbs {
  padding: 0;
  max-width: 100%;
  margin: 0 auto 20px; }
  .breadcrumbs a, .breadcrumbs #spanBreadcrumbPageId {
    text-decoration: none;
    color: #333333;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    padding: 0 2px;
    font-size: 15px; }
    .breadcrumbs a:hover, .breadcrumbs afocus, .breadcrumbs #spanBreadcrumbPageId:hover, .breadcrumbs #spanBreadcrumbPageIdfocus {
      text-decoration: underline; }
  .breadcrumbs #spanBreadcrumbPageId {
    font-weight: 600;
    color: #333333;
    text-decoration: none; }
    .breadcrumbs #spanBreadcrumbPageId:hover, .breadcrumbs #spanBreadcrumbPageIdfocus {
      text-decoration: none; }
  .breadcrumbs .separator {
    color: #6A993C;
    margin: 0; }

/* ----- BLOG ----- */
#news-summary .row:not(:last-child) {
  padding: 0 0 35px;
  margin-bottom: 35px;
  border-bottom: 2px solid #eee; }

.inner-news-content .title {
  display: block !important;
  text-decoration: none !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 26px !important;
  color: #126ABF !important;
  margin: 0 0 10px !important; }
  .inner-news-content .title:hover, .inner-news-content .title:focus {
    color: #0e5090 !important; }
.inner-news-content .summary {
  line-height: 1.6em !important;
  margin: 0 !important; }
.inner-news-content .read-more {
  background-color: #126ABF !important;
  font-family: "Open Sans", sans-serif !important;
  font-size: 14px !important;
  padding: 6px 15px !important;
  border-bottom: none !important;
  transition: all 0.5s ease !important;
  margin: 15px 0 0 !important;
  display: table !important; }
  .inner-news-content .read-more:hover, .inner-news-content .read-more:focus {
    border-bottom: none !important;
    background-color: #000 !important; }

#news_content_title {
  display: none; }

#news_content_date {
  font-family: "Open Sans", sans-serif;
  color: #505050;
  font-size: 14px;
  margin: 8px 0 0; }

#news_content_body {
  font-family: "Open Sans", sans-serif;
  color: #000;
  font-size: 15px;
  line-height: 1.6em; }

/* ----- HR DEPARTMENT ----- */
#theme.hr-dept #page .container {
  max-width: 1000px; }
@media screen and (max-width: 900px) {
  #theme.hr-dept .main-container {
    padding: 50px 0; } }
#theme.hr-dept #intro .btn-style-1 {
  color: #000;
  border: 2px solid #fff;
  box-sizing: border-box;
  padding: 25px 50px;
  background: rgba(18, 106, 191, 0.5);
  transition: all 0.5s ease;
  display: table;
  margin: 30px auto;
  font-size: 24px;
  font-weight: 700;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none; }
  #theme.hr-dept #intro .btn-style-1:hover, #theme.hr-dept #intro .btn-style-1:focus {
    background: #126abf;
    color: #fff; }
#theme.hr-dept #hr-ql {
  margin: 0; }
  #theme.hr-dept #hr-ql .container {
    max-width: 600px; }
    @media screen and (max-width: 550px) {
      #theme.hr-dept #hr-ql .container {
        padding: 0; } }

.hr-quicklink-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  @media screen and (max-width: 550px) {
    .hr-quicklink-list {
      display: block; } }
  .hr-quicklink-list li {
    flex: 0 0 50%;
    padding: 10px;
    box-sizing: border-box; }
    .hr-quicklink-list li a {
      text-decoration: none !important;
      transition: all ease 0.5s; }
      .hr-quicklink-list li a .ql-wrap .image {
        background-size: cover;
        background-position: top center;
        height: 190px; }
        @media screen and (max-width: 550px) {
          .hr-quicklink-list li a .ql-wrap .image {
            height: 250px; } }
        @media screen and (max-width: 400px) {
          .hr-quicklink-list li a .ql-wrap .image {
            height: 190px; } }
      .hr-quicklink-list li a .ql-wrap .text {
        font-family: "Roboto Slab", serif;
        font-size: 18px;
        line-height: 22px;
        text-transform: uppercase;
        color: #fff;
        padding: 15px 20px;
        box-sizing: border-box;
        text-align: center;
        transition: all ease 0.5s;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center; }
    .hr-quicklink-list li:nth-child(4n + 1) a .text {
      background: #b8001e; }
    .hr-quicklink-list li:nth-child(4n + 1) a:hover .text, .hr-quicklink-list li:nth-child(4n + 1) a:focus .text {
      background: #850016; }
    .hr-quicklink-list li:nth-child(4n + 2) a .text {
      background: #608e35; }
    .hr-quicklink-list li:nth-child(4n + 2) a:hover .text, .hr-quicklink-list li:nth-child(4n + 2) a:focus .text {
      background: #476927; }
    .hr-quicklink-list li:nth-child(4n + 3) a .text {
      background: #125fb7; }
    .hr-quicklink-list li:nth-child(4n + 3) a:hover .text, .hr-quicklink-list li:nth-child(4n + 3) a:focus .text {
      background: #0d4789; }
    .hr-quicklink-list li:nth-child(4n + 4) a .text {
      background: #c07c01; }
    .hr-quicklink-list li:nth-child(4n + 4) a:hover .text, .hr-quicklink-list li:nth-child(4n + 4) a:focus .text {
      background: #8d5b01; }

/* ----- SUBPAGE HR QUICKLINKS ----- */
#subpage .hr-quicklink-list {
  max-width: 600px;
  margin: 30px auto; }
#subpage .btn-style-1 {
  color: #000;
  border: 2px solid #fff;
  box-sizing: border-box;
  padding: 25px 50px;
  background: rgba(18, 106, 191, 0.5);
  transition: all 0.5s ease;
  display: table;
  margin: 30px auto;
  font-size: 24px;
  font-weight: 700;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  text-decoration: none; }
  #subpage .btn-style-1:hover, #subpage .btn-style-1:focus {
    background: #126abf;
    color: #fff; }

/* ----- HR FEATURES ----- */
#hr-features {
  padding: 0 0 30px; }
  #hr-features .hr-feature-list {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    #hr-features .hr-feature-list li {
      margin: 0 0 60px 0; }
      #hr-features .hr-feature-list li:last-child {
        margin: 0; }
      #hr-features .hr-feature-list li .title {
        font-size: 34px;
        font-family: "Open Sans", sans-serif;
        color: #000;
        line-height: 1.3em;
        margin: 0 0 15px;
        text-transform: uppercase;
        font-weight: 700;
        text-align: center; }
      #hr-features .hr-feature-list li .image img {
        max-width: 100%;
        width: 100%; }
      #hr-features .hr-feature-list li .text {
        margin: 35px 0 0;
        padding: 0 20px; }
        #hr-features .hr-feature-list li .text .btn-style-1 {
          color: #000;
          border: 2px solid #fff;
          box-sizing: border-box;
          padding: 25px 50px;
          background: rgba(18, 106, 191, 0.5);
          transition: all 0.5s ease;
          display: table;
          margin: 40px auto;
          font-size: 20px !important;
          font-weight: 700;
          -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
          -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
          text-decoration: none; }
          #hr-features .hr-feature-list li .text .btn-style-1:hover, #hr-features .hr-feature-list li .text .btn-style-1:focus {
            background: #126abf;
            color: #fff; }

/* ----- HR SOCIAL ----- */
#hr-social .container {
  display: flex; }
  @media screen and (max-width: 990px) {
    #hr-social .container {
      max-width: 100%; } }
  @media screen and (max-width: 900px) {
    #hr-social .container {
      display: block; } }
  #hr-social .container > div {
    flex: 0 0 50%;
    box-sizing: border-box;
    padding: 0 40px;
    display: flex;
    align-items: stretch; }
    @media screen and (max-width: 990px) {
      #hr-social .container > div {
        padding: 0 10px; } }
    @media screen and (max-width: 900px) {
      #hr-social .container > div {
        padding: 30px 0; } }
  #hr-social .container .hr-twitter > div {
    border: 2px solid #B8B8B8;
    width: 100%; }
  #hr-social .container .hr-twitter .socialTabs #social-outer-container .social-row .twitter-tab .social-title {
    background: #696969 !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 20px 25px; }
    #hr-social .container .hr-twitter .socialTabs #social-outer-container .social-row .twitter-tab .social-title .fa {
      font-size: 20px;
      padding: 0 15px 0 0; }
  #hr-social .container .hr-facebook > div {
    border: 2px solid #B8B8B8;
    width: 100%; }
  #hr-social .container .hr-facebook .socialTabs #social-outer-container .social-row .facebook-tab iframe {
    max-width: 500px;
    margin: 0 auto; }
  #hr-social .container .hr-facebook .socialTabs #social-outer-container .social-row .facebook-tab .social-title {
    background: #696969 !important;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    padding: 20px 25px; }
    #hr-social .container .hr-facebook .socialTabs #social-outer-container .social-row .facebook-tab .social-title .fa {
      font-size: 20px;
      padding: 0 15px 0 0; }
  @media screen and (max-width: 900px) {
    #hr-social .container .hr-facebook .socialTabs #social-outer-container .social-row .facebook-tab .social-container {
      text-align: center; } }

/* ----- LIFE IN TOLEDO LINKS ----- */
.life-in-toledo-links a {
  color: #fff; }
  .life-in-toledo-links a:hover, .life-in-toledo-links a:focus {
    text-decoration: underline; }

/* ----- SIDE MENU ----- */
.mobile-side-nav {
  display: none;
  color: #000; }
  .mobile-side-nav:hover, .mobile-side-nav:focus {
    color: #126ABF; }
  .mobile-side-nav .fa {
    margin: 0 0 0 5px; }

.responsiveTemplate #inside-nav {
  margin: 0 0 20px;
  padding: 0 40px 0 0;
  box-sizing: border-box; }
  @media screen and (max-width: 900px) {
    .responsiveTemplate #inside-nav {
      padding: 0; } }

.nav-toggle {
  margin: 20px 0 0;
  background: #6A993C;
  color: #000; }
  .nav-toggle > a {
    color: #000; }

.sidenav-slide {
  background: none; }
  @media screen and (max-width: 900px) {
    .sidenav-slide {
      margin: 20px 0 0; } }
  @media screen and (max-width: 731px) {
    .sidenav-slide {
      margin: 0; } }
  .sidenav-slide .sitenavl0 {
    background: none;
    padding: 0;
    border-bottom: 2px solid #E3E3E3; }
    .sidenav-slide .sitenavl0 a {
      font-weight: 800;
      display: block;
      color: #000 !important;
      padding: 15px 15px;
      font-family: "Open Sans", sans-serif;
      font-size: 22px;
      text-transform: uppercase;
      transition: all 0.5s ease; }
      .sidenav-slide .sitenavl0 a:hover, .sidenav-slide .sitenavl0 afocus {
        background: none;
        color: #126ABF !important; }
  .sidenav-slide .sitenavl1 {
    background: none;
    padding: 0;
    border-bottom: 2px solid #E3E3E3; }
    .sidenav-slide .sitenavl1 a {
      display: block;
      color: #000 !important;
      font-size: 16px;
      padding: 10px 15px;
      transition: all 0.5s ease; }
      .sidenav-slide .sitenavl1 a:hover, .sidenav-slide .sitenavl1 afocus {
        background: #126ABF;
        color: #fff !important; }
    .sidenav-slide .sitenavl1:last-child {
      border-bottom: none; }
  .sidenav-slide .sitenavl2 {
    background: none;
    padding: 0;
    border-bottom: 2px solid #E3E3E3; }
    .sidenav-slide .sitenavl2 a {
      display: block;
      color: #000 !important;
      font-size: 16px;
      padding: 10px 15px 10px 30px;
      transition: all 0.5s ease; }
      .sidenav-slide .sitenavl2 a:hover, .sidenav-slide .sitenavl2 afocus {
        background: #126ABF;
        color: #fff !important; }
    .sidenav-slide .sitenavl2:last-child {
      border-bottom: none; }

/* ----- MOBILE MENU ----- */
#menubar {
  margin: 0 !important; }
  @media screen and (max-width: 900px) {
    #menubar {
      position: relative;
      z-index: 9999;
      top: 0; } }
  #menubar .mobile-nav-items {
    background: #126ABF;
    padding: 0;
    top: 60px;
    z-index: 9999; }
    #menubar .mobile-nav-items ul li .subnav-items.level1, #menubar .mobile-nav-items ul li .subnav-items.level2, #menubar .mobile-nav-items ul li .subnav-items.level3 {
      background: none; }
    #menubar .mobile-nav-items ul li a {
      background: #6A993C;
      color: #000;
      height: 44px; }
      #menubar .mobile-nav-items ul li a:hover, #menubar .mobile-nav-items ul li a:focus {
        background: #126ABF;
        color: #fff; }
    #menubar .mobile-nav-items ul li > ul li a {
      background: #126ABF !important;
      color: #fff !important; }
      #menubar .mobile-nav-items ul li > ul li a:hover, #menubar .mobile-nav-items ul li > ul li a:focus {
        background: #000 !important;
        color: #fff !important; }
  #menubar #mobileNav {
    background: #126ABF;
    color: #FFF;
    padding: 10px 0;
    box-sizing: initial; }
    #menubar #mobileNav > span {
      order: 1;
      font-size: 25px;
      font-weight: 500;
      padding: 0 10px 0 0; }
    #menubar #mobileNav .hamburger {
      order: 2; }
      #menubar #mobileNav .hamburger .bar {
        background-color: #FFF;
        height: 3px; }
        #menubar #mobileNav .hamburger .bar::before, #menubar #mobileNav .hamburger .bar::after {
          height: 3px;
          background-color: #FFF !important; }
    #menubar #mobileNav.expanded .hamburger .bar::before, #menubar #mobileNav.expanded .hamburger .bar::after {
      background-color: #FFF !important; }
    #menubar #mobileNav:focus {
      background: #126ABF;
      color: #FFF; }
      #menubar #mobileNav:focus span {
        color: #FFF !important; }
    #menubar #mobileNav:hover span, #menubar #mobileNav:focus span {
      color: #FFF !important; }

@media screen and (max-width: 600px) {
  #menubar #mobileNav span {
    display: inline-block !important; } }
/* ----- BACK TO TOP ----- */
#Btop {
  position: fixed;
  right: 20px;
  bottom: -50px;
  background: #6A993C;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #126ABF;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.4s ease;
  z-index: 8000; }

#Btop span {
  font-size: 26px; }

#Btop:focus,
#Btop:hover {
  background: #fff;
  text-decoration: none;
  color: #6A993C;
  border: 2px solid #126ABF; }

#Btop.show {
  bottom: 20px !important; }

/* ----- CHANGE REQUEST - SUBPAGE ----- */
#subpage.custom-page .ptl_page > section {
  margin: 40px 0; }

/* ----- CUSTOM BANNER - SUBPAGE ----- */
#subpage.custom-page .w-33 {
  display: inline-block;
  float: none;
  vertical-align: top; }
#subpage.custom-page .main-container {
  display: block;
  max-width: 100%;
  padding: 30px 0; }
  #subpage.custom-page .main-container .inside-padding {
    max-width: 85%; }
    @media screen and (max-width: 1200px) {
      #subpage.custom-page .main-container .inside-padding {
        max-width: 100%;
        padding: 0 20px; } }
  @media screen and (max-width: 900px) {
    #subpage.custom-page .main-container {
      padding: 40px 0; } }

@media screen and (max-width: 1200px) {
  .w-33 {
    display: block;
    width: 100%; } }
.banner-subpage {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 990px) {
    .banner-subpage {
      display: block; } }
  .banner-subpage .banner-blurb {
    flex: 0 0 50%;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    padding: 30px 50px; }
    @media screen and (max-width: 1200px) {
      .banner-subpage .banner-blurb {
        flex: 0 0 40%; } }
    .banner-subpage .banner-blurb p {
      font-size: 18px !important;
      line-height: 1.7em !important; }
    .banner-subpage .banner-blurb .title {
      text-transform: uppercase;
      font-family: "Roboto Slab", serif;
      font-size: 26px !important;
      line-height: 1.2em !important;
      font-weight: 600 !important;
      letter-spacing: 1px; }
    .banner-subpage .banner-blurb a {
      color: #fff;
      font-weight: 700 !important;
      text-decoration: underline;
      font-size: 18px !important; }
      .banner-subpage .banner-blurb a:hover, .banner-subpage .banner-blurb a:focus {
        text-decoration: none; }
  .banner-subpage .image-one, .banner-subpage .image-two {
    flex: 0 0 25%;
    background-size: cover;
    background-position: center center; }
    @media screen and (max-width: 1200px) {
      .banner-subpage .image-one, .banner-subpage .image-two {
        flex: 0 0 30%; } }
    @media screen and (max-width: 990px) {
      .banner-subpage .image-one, .banner-subpage .image-two {
        height: 40vw; } }

/* ----- SINGLE FEATURE - SUBPAGE ----- */
.feature-single {
  background-image: url(http://toledops.ss11.sharpschool.com/UserFiles/Servers/Server_7818346/Templates/theme/img/dots-smaller.png);
  background-repeat: repeat; }
  .feature-single .title {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px 20px;
    box-sizing: border-box;
    height: 85px;
    display: flex;
    align-items: center;
    transition: all ease 0.5s; }
    .feature-single .title span {
      font-family: "Roboto Slab", serif;
      color: #fff;
      font-size: 16px;
      font-weight: 600;
      line-height: 1.3em;
      text-transform: uppercase; }
      @media screen and (max-width: 1100px) {
        .feature-single .title span {
          font-size: 18px; } }
      .feature-single .title span.fa {
        font-size: 36px;
        font-family: "Fontawesome";
        padding: 0 15px 0 0; }
        @media screen and (max-width: 1100px) {
          .feature-single .title span.fa {
            font-size: 30px; } }
  .feature-single .text {
    padding: 30px 20px 60px;
    color: #fff;
    font-size: 16px; }
    @media screen and (max-width: 1100px) {
      .feature-single .text {
        font-size: 16px; } }

/* ----- INTRO TEXT - SUBPAGE ----- */
.intro-text {
  max-width: 65%;
  margin: 0 auto;
  padding: 30px 0 60px;
  font-family: "Open Sans", sans-serif;
  text-align: center;
  font-size: 18px; }
  @media screen and (max-width: 990px) {
    .intro-text {
      max-width: 100%; } }
  .intro-text .title {
    text-transform: uppercase;
    font-size: 34px !important;
    line-height: 1.3em !important;
    font-weight: 700 !important;
    margin: 0; }
  .intro-text .text {
    margin: 30px 0 0; }
    .intro-text .text span[style] {
      font-size: 18px !important; }

/* ----- LIGHTBOX MEDIA - SUBPAGE ----- */
.lightbox-list {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .lightbox-list .slick-list {
    width: 100%;
    padding: 10px 0; }
    .lightbox-list .slick-list .slick-slide {
      display: inline-block; }
      .lightbox-list .slick-list .slick-slide > div {
        display: flex;
        justify-content: center; }
  .lightbox-list .slick-track {
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    justify-content: center; }
  .lightbox-list li {
    box-sizing: border-box;
    padding: 0 10px; }
    .lightbox-list li a {
      display: flex;
      justify-content: center;
      align-items: center;
      background-size: cover !important;
      background-position: center center !important;
      min-height: 250px;
      text-decoration: none !important;
      position: relative;
      z-index: 0; }
      .lightbox-list li a.lightbox-video::before {
        content: "\f16a";
        display: block;
        font-family: "Fontawesome";
        font-size: 5vw;
        color: #fff;
        position: relative;
        z-index: 10; }
        @media screen and (max-width: 990px) {
          .lightbox-list li a.lightbox-video::before {
            font-size: 10vw; } }
        @media screen and (max-width: 600px) {
          .lightbox-list li a.lightbox-video::before {
            font-size: 15vw; } }
      .lightbox-list li a.lightbox-video::after {
        content: "";
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        display: block;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 5; }
    .lightbox-list li p {
      padding: 15px 0 0;
      font-size: 18px !important; }
  .lightbox-list button {
    background: #126ABF;
    border: none;
    color: #fff;
    font-size: 36px;
    height: 100%;
    width: auto;
    padding: 10px;
    transition: all 0.5s ease; }
    .lightbox-list button:hover, .lightbox-list button:focus {
      background: #6A993C;
      color: #fff;
      outline: none;
      box-shadow: none; }

/* ----- REVIEWS - SUBPAGE ----- */
.review-list {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center; }
  .review-list img {
    border-radius: 50%;
    max-width: 300px !important;
    width: 100%; }
  .review-list li {
    box-sizing: border-box;
    padding: 0 20px; }
    .review-list li:not(:last-child) {
      margin: 0 0 30px; }
    .review-list li .text {
      margin: 10px 0 0;
      font-style: italic; }
      .review-list li .text span[style] {
        font-size: 18px !important; }
      .review-list li .text p {
        font-size: 18px !important;
        line-height: 1.5em !important;
        margin: 0 !important; }
      .review-list li .text .name {
        margin: 20px 0 0 !important;
        font-style: normal;
        font-weight: 700;
        text-transform: uppercase; }
      .review-list li .text .title {
        font-weight: 700; }
    .review-list li > a {
      display: block;
      text-decoration: none !important;
      color: #000 !important; }
      .review-list li > a:hover, .review-list li > a:focus {
        box-shadow: none;
        text-decoration: underline !important; }

/* ----- ACCORDION STYLING ----- */
.TA-tab-content .accordionTabHead > a {
  background: #126ABF !important;
  border: none !important;
  color: #fff !important; }
  .TA-tab-content .accordionTabHead > a em {
    color: #fff !important;
    line-height: 1.5em; }
  .TA-tab-content .accordionTabHead > a[aria-selected="true"] {
    background: #6A993C !important; }

/* ----- ICONS WITH TEXT - SUBPAGE ----- */
.icons-with-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 1200px) {
    .icons-with-text {
      display: block;
      width: 100%; } }
  .icons-with-text li {
    display: flex;
    flex: 0 0 50%;
    align-items: center;
    box-sizing: border-box;
    padding: 25px; }
    @media screen and (max-width: 600px) {
      .icons-with-text li {
        display: block; } }
    .icons-with-text li .outer-icon .icon {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 9vw;
      height: 9vw;
      border-radius: 50%;
      font-size: 4vw; }
      @media screen and (max-width: 600px) {
        .icons-with-text li .outer-icon .icon {
          margin: 0 auto;
          width: 15vw;
          height: 15vw;
          font-size: 10vw; } }
    .icons-with-text li .text {
      box-sizing: border-box;
      padding: 0 0 0 20px;
      font-size: 18px !important;
      line-height: 1.6em !important; }
      @media screen and (max-width: 600px) {
        .icons-with-text li .text {
          padding: 20px 0 0 0; } }
      .icons-with-text li .text span[style] {
        font-size: 18px !important; }
    .icons-with-text li:nth-child(4n+1) .outer-icon .icon {
      border: 6px solid #6A993C;
      color: #6A993C; }
    .icons-with-text li:nth-child(4n+2) .outer-icon .icon {
      border: 6px solid #FCAE00;
      color: #FCAE00; }
    .icons-with-text li:nth-child(4n+3) .outer-icon .icon {
      border: 6px solid #C00020;
      color: #C00020; }
    .icons-with-text li:nth-child(4n+4) .outer-icon .icon {
      border: 6px solid #126ABF;
      color: #126ABF; }

/* ----- LIFE IN TOELDO TITLE - SUBPAGE ----- */
.life-in-toledo-title {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 20px;
  margin: 30px 0; }
  .life-in-toledo-title p {
    color: #fff !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
    font-size: 34px !important;
    line-height: 1.3em !important;
    text-align: center;
    margin: 0; }

#subpage .w-25, #subpage .w-33, #subpage .w-50 {
  display: inline-block;
  float: none;
  vertical-align: top; }
#subpage .bg-green {
  background: #6A993C;
  color: #fff;
  box-sizing: border-box;
  padding: 30px 15px; }

/* ----- LIFE IN TOELDO CALLOUTS - SUBPAGE ----- */
.life-in-toledo-callout {
  display: flex;
  justify-content: center;
  list-style-type: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  @media screen and (max-width: 600px) {
    .life-in-toledo-callout {
      display: block; } }
  .life-in-toledo-callout li {
    flex: 0 0 25%;
    display: flex;
    align-items: stretch; }
    .life-in-toledo-callout li a {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-sizing: border-box;
      text-decoration: none !important;
      padding: 20px 30px !important;
      color: #fff !important;
      font-size: 26px !important;
      line-height: 1.3em !important;
      text-align: center !important;
      transition: all ease 0.5s; }
      .life-in-toledo-callout li a:hover, .life-in-toledo-callout li a:focus {
        background: #000 !important; }

/*# sourceMappingURL=style.css.map */