* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  background-color: #a6be0d;
  z-index: -2;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: auto;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.marck-script {
  font-family: 'Marck Script', Helvetica, Sans-serif;
  font-size: 25px;
}
/*
 * Background
 */
#children {
  width: 100%;
  min-height: 485px;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background: url(/packages/swps_package/themes/swps_theme/css/ie9-background.svg);
  background: linear-gradient(0deg, #a6be0d 5%, #94ffc5 5%, #0c90fa 100%);
  overflow: hidden;
}
#children img {
  bottom: 0;
  position: absolute;
  display: block;
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #children {
    min-height: 385px;
  }
  #children img {
    max-width: 200%;
    margin-left: -50%;
  }
}
/*
 * Cloud Animations
 */
#clouds {
  padding: 100px 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  /*Time to finalise the cloud shape*/
  /*Time to animate*/
  /*variable speed, opacity, and position of clouds for realistic effect*/
}
#clouds .cloud {
  width: 200px;
  height: 60px;
  background: #fff;
  border-radius: 200px;
  position: relative;
}
#clouds .cloud:before,
#clouds .cloud:after {
  content: '';
  background: #fff;
  width: 100px;
  height: 80px;
  position: absolute;
  top: -15px;
  left: 10px;
  border-radius: 100px;
  transform: rotate(30deg);
}
#clouds .cloud:after {
  width: 120px;
  height: 120px;
  top: -55px;
  left: auto;
  right: 15px;
}
#clouds .x1 {
  top: 100px;
  opacity: 0.9;
  animation: moveclouds 60s linear infinite;
}
#clouds .x2 {
  left: 20%;
  top: 100px;
  transform: scale(0.6);
  opacity: 0.6;
  /*opacity proportional to the size*/
  /*Speed will also be proportional to the size and opacity*/
  /*More the speed. Less the time in 's' = seconds*/
  animation: moveclouds 90s linear infinite;
}
#clouds .x3 {
  left: 57%;
  top: 0px;
  transform: scale(0.8);
  opacity: 0.9;
  /*opacity proportional to the size*/
  animation: moveclouds 68s linear infinite;
}
#clouds .x4 {
  left: 47%;
  top: -150px;
  transform: scale(0.75);
  opacity: 0.7;
  /*opacity proportional to the size*/
  animation: moveclouds 80s linear infinite;
}
#clouds .x5 {
  left: 62%;
  top: -100px;
  transform: scale(0.8);
  opacity: 0.8;
  /*opacity proportional to the size*/
  animation: moveclouds 100s linear infinite;
}
@keyframes moveclouds {
  0% {
    margin-left: 100%;
  }
  100% {
    margin-left: -100%;
  }
}
/*
 * Page Container
 */
.ccm-page {
  z-index: 1;
  color: #2c2e83;
  /*
     * Typography
     */
  /*
     * News Article
     */
  /*
     * Header
     */
  /*
     * Content Area
     */
  /**
     * Page List News Template
     */
  /**
     * Page List Sidebar News Template
     */
  /**
     * File Download Custom Template
     */
  /**
     * Page List
     */
  /**
     * Full Calendar Block
     */
  /**
     * Mini-calendar Block
     */
  /**
     * Image Box
     */
  /*
     * Button
     */
  /*
     * Pagination
     */
  /*
     * Tables
     */
}
.ccm-page img {
  display: block;
  max-width: 100%;
  height: auto;
  border: none;
}
.ccm-page h1,
.ccm-page h2,
.ccm-page h3,
.ccm-page h4,
.ccm-page h5,
.ccm-page h6 {
  font-family: 'Patrick Hand', cursive;
  margin: 20px 0;
  font-weight: normal;
  line-height: normal;
}
.ccm-page h1 {
  font-size: 2.8em;
}
.ccm-page h2 {
  font-size: 2.4em;
}
.ccm-page h3 {
  font-size: 2.0em;
}
.ccm-page h4 {
  font-size: 1.6em;
}
.ccm-page h5 {
  font-size: 1.2em;
}
.ccm-page h6 {
  font-size: 1em;
}
.ccm-page p {
  margin: 0 0 20px 0;
}
.ccm-page a {
  color: #2c2e83;
  text-decoration: none;
}
.ccm-page a:hover {
  color: #1e1f60;
}
.ccm-page hr {
  margin: 30px 0;
  border: none;
  border-top: 1px solid #e6e3f0;
  background: transparent;
}
.ccm-page.page-type-news-article #pageTitle,
.ccm-page.page-type-cal-entry #pageTitle {
  margin-bottom: 10px;
}
.ccm-page.page-type-news-article #newsArticleDate,
.ccm-page.page-type-cal-entry #newsArticleDate {
  margin-bottom: 20px;
  color: #999999;
}
.ccm-page header {
  width: 100%;
  height: 139px;
  background-color: #2c2e83;
}
.ccm-page header img#logo {
  margin-top: 36px;
  margin-left: 22px;
  width: 340px;
  max-width: none;
}
@media screen and (max-width: 1023px) {
  .ccm-page header img#logo {
    max-width: 200px;
    margin-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .ccm-page header img#logo {
    max-width: 150px;
    margin-top: 45px;
  }
}
.ccm-page header nav {
  margin-top: 29px;
  padding-right: 32px;
  padding-top: 20px;
  line-height: normal;
  letter-spacing: 0.02em;
  font-family: 'Patrick Hand', cursive;
  font-size: 1.35em;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .ccm-page header nav {
    padding-top: 15px;
  }
}
.ccm-page header nav ul {
  list-style: none;
  padding: 0;
}
.ccm-page header nav ul li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
}
.ccm-page header nav ul li a {
  position: relative;
  padding: 4px 14px 6px;
  color: #fff;
  display: inline-block;
}
.ccm-page header nav ul li a:link,
.ccm-page header nav ul li a:visited {
  text-decoration: none;
}
.ccm-page header nav ul li a:hover {
  color: #ffdc0e;
}
.ccm-page header nav ul li:hover > .drop-down {
  display: block;
}
.ccm-page header nav ul li .drop-down {
  position: absolute;
  width: 250%;
  max-width: 220px;
  padding-top: 2px;
  display: none;
  text-transform: none;
  text-align: left;
  z-index: 101;
}
.ccm-page header nav ul li .drop-down ul {
  font-size: 16px;
  background: #1e1f60;
  left: 0;
  padding: 15px 0;
}
.ccm-page header nav ul li .drop-down ul li {
  display: block;
}
.ccm-page header nav ul li .drop-down ul li.has-children > a:after {
  font-family: "FontAwesome";
  content: '\f105';
  position: absolute;
  right: 10px;
  top: 9px;
  width: 6px;
  height: 9px;
  background-size: cover;
}
.ccm-page header nav ul li .drop-down ul li a {
  padding: 3px 20px;
  display: block;
  color: #ffffff;
  font-weight: normal;
}
.ccm-page header nav ul li .drop-down ul li:hover > a {
  color: #ffdc0e;
}
.ccm-page header nav ul li .drop-down ul li:hover > a::after {
  background-position: 0 -100%;
}
.ccm-page header nav ul li .drop-down ul li .drop-down {
  top: -10px;
  padding-top: 0;
  left: 100%;
  width: 70%;
  padding-left: 8px;
}
.ccm-page #main {
  width: 100%;
  background-color: #fff;
  margin-top: 343px;
  min-height: 400px;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.4);
  padding: 0 0 80px 0;
  line-height: 1.6em;
  /**
         * Breadcrumbs
         */
}
@media screen and (max-width: 767px) {
  .ccm-page #main {
    margin-top: 243px;
  }
}
.ccm-page #main #mainArea,
.ccm-page #main #sidebarContainer {
  margin-top: 25px;
}
.ccm-page #main #mainArea ol,
.ccm-page #main #sidebarContainer ol,
.ccm-page #main #mainArea ul,
.ccm-page #main #sidebarContainer ul {
  margin-left: 30px;
}
.ccm-page #main #breadcrumbs {
  margin: 0;
  text-align: right;
}
.ccm-page #main #breadcrumbs li {
  display: inline-block;
  font-family: 'Patrick Hand', cursive;
  font-size: 1.3em;
}
.ccm-page #main #breadcrumbs li a:link,
.ccm-page #main #breadcrumbs li a:visited {
  color: #1e1f60;
  text-decoration: none;
}
.ccm-page #main #breadcrumbs li:after {
  font-family: "FontAwesome";
  content: '\f105';
  margin: 0 10px;
}
.ccm-page #main #breadcrumbs li:last-child {
  font-weight: bold;
}
.ccm-page #main #breadcrumbs li:last-child:after {
  margin: 0;
}
.ccm-page #main #breadcrumbs li:last-child a:link,
.ccm-page #main #breadcrumbs li:last-child a:visited {
  color: #2c2e83;
}
.ccm-page #main #breadcrumbs li:last-child:after {
  content: '';
}
.ccm-page .news-page-list .ccm-block-page-list-title {
  font-size: 1.5em;
  font-weight: normal;
  color: #322852;
  line-height: normal;
}
.ccm-page .news-page-list .ccm-block-page-list-date {
  margin-bottom: 10px;
  color: #999;
}
.ccm-page .news-page-list > hr:first-of-type {
  margin-top: 10px;
}
.ccm-page .news-page-list a.ccm-block-page-list-rss-feed {
  position: absolute;
  top: -80px;
}
.ccm-page .news-page-list .btn {
  margin-top: 20px;
}
.ccm-page .news-sidebar-page-list {
  background-color: #2c2e83;
  color: #999999;
  padding: 10px 20px 20px;
  margin-bottom: 20px;
}
.ccm-page .news-sidebar-page-list h5 {
  font-size: 1.8em;
  color: #fff;
  margin: 10px 0 30px;
}
.ccm-page .news-sidebar-page-list .ccm-block-page-list-title {
  font-size: 1.4em;
  font-weight: normal;
  color: #fff;
}
.ccm-page .news-sidebar-page-list .ccm-block-page-list-date {
  color: #ccc;
  display: block;
  margin-bottom: 5px;
}
.ccm-page .news-sidebar-page-list .ccm-block-page-list-page-entry-read-more {
  margin-top: 1px;
  /*margin-bottom: 40px;*/
  display: block;
  line-height: auto;
}
.ccm-page .news-sidebar-page-list .ccm-block-page-list-page-entry-read-more a:link,
.ccm-page .news-sidebar-page-list .ccm-block-page-list-page-entry-read-more a:visited {
  color: #fff;
}
.ccm-page .news-sidebar-page-list .ccm-block-page-list-page-entry-read-more a:hover {
  color: #ffdc0e;
}
.ccm-page .news-sidebar-page-list .ccm-block-page-list-page-entry {
  margin-bottom: 40px;
  font-size: .85em;
}
.ccm-page .news-sidebar-page-list .btn {
  display: block;
  background-color: #1e1f60;
}
.ccm-page .news-sidebar-page-list .btn a:hover,
.ccm-page .news-sidebar-page-list .btn:hover {
  color: #999999;
}
.ccm-page .file-download {
  font-family: 'Patrick Hand', cursive;
  padding-left: 20px;
  display: block;
  margin-bottom: 10px;
}
.ccm-page .file-download a {
  position: relative;
}
.ccm-page .file-download a:before {
  font-family: 'FontAwesome';
  content: "\f0f6";
  position: absolute;
  left: -20px;
}
.ccm-page #secondaryContent .concrete-grid:last-child .file-download {
  margin-bottom: 0;
}
.ccm-page .standard-page-list .ccm-block-page-list-title {
  padding-left: 25px;
}
.ccm-page .standard-page-list .ccm-block-page-list-title a {
  position: relative;
}
.ccm-page .standard-page-list .ccm-block-page-list-title a:before {
  font-family: 'FontAwesome';
  content: "\f0f6";
  position: absolute;
  left: -20px;
}
.ccm-page .fc h2 {
  font-size: 2em;
}
.ccm-page .fc .fc-event {
  background-color: #2c2e83;
  border-color: #2c2e83;
  color: #fff;
}
.ccm-page .sidebar-calendar {
  background-color: #2c2e83;
  padding: 10px 20px 20px;
}
.ccm-page .sidebar-calendar h5 {
  font-size: 1.8em;
  color: #fff;
  margin: 10px 0 10px;
}
.ccm-page .sidebar-calendar .mini-calendar {
  font-size: .85em;
  background-color: #2c2e83;
  color: #fff;
}
.ccm-page .sidebar-calendar .mini-calendar table {
  width: 100%;
}
.ccm-page .sidebar-calendar .mini-calendar .month-name {
  font-size: 1.4em;
  margin-bottom: 10px;
  text-align: right;
}
.ccm-page .sidebar-calendar .mini-calendar .filler-day {
  color: #1e1f60;
}
.ccm-page .sidebar-calendar .mini-calendar .header td {
  color: #fff;
}
.ccm-page .sidebar-calendar .mini-calendar td {
  text-align: center;
  border-top: none;
  padding: 2.1% 1%;
}
.ccm-page .sidebar-calendar .mini-calendar td.selected {
  color: #fff;
  cursor: pointer;
}
.ccm-page .sidebar-calendar .mini-calendar td.selected span {
  display: block;
  background-color: #ffdc0e;
  color: #2c2e83;
  padding: 2px 0px 0;
  border-radius: 50%;
  height: 23px;
  width: 25px;
  margin: auto;
  vertical-align: text-top;
}
.ccm-page .sidebar-calendar .sidebar-calendar-btn {
  margin-top: 20px;
}
.ccm-page .sidebar-calendar .btn {
  display: block;
  background-color: #1e1f60;
}
.ccm-page .sidebar-calendar .btn a:hover,
.ccm-page .sidebar-calendar .btn:hover {
  color: #ffffff;
}
.ccm-page .box {
  margin-bottom: 30px;
}
.ccm-page .box .box-image {
  display: block;
  height: 156px;
  background-size: cover;
}
.ccm-page .box h2 {
  font-size: 1.5em;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  martgin-bottom: 25px;
}
.ccm-page .box .content {
  display: block;
  position: relative;
  background-color: #2c2e83;
  padding: 10px 25px 45px;
  color: #fff;
}
.ccm-page .box .content span {
  display: block;
}
.ccm-page .box .content .btn {
  margin-top: 30px;
}
.ccm-page .box .btn {
  display: block;
  background-color: #1e1f60;
}
.ccm-page .box .btn a:hover,
.ccm-page .box .btn:hover {
  color: #999999;
}
.ccm-page .btn {
  display: inline-block;
  background-color: #2c2e83;
  font-family: 'Patrick Hand', cursive;
  padding: 4px 40px 4px 20px;
  text-transform: uppercase;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  position: relative;
  line-height: auto;
}
.ccm-page .btn:link,
.ccm-page .btn a:link,
.ccm-page .btn:visited,
.ccm-page .btn a:visited {
  color: #fff;
  border-bottom: none !important;
}
.ccm-page .btn a:hover,
.ccm-page .btn:hover {
  color: #1e1f60;
}
.ccm-page .btn a:hover::before,
.ccm-page .btn:hover::before {
  background-position: 0 -100%;
}
.ccm-page .btn:before {
  width: 11px;
  height: 10px;
  position: absolute;
  right: 20px;
  margin-top: 1px;
  display: block;
  font-family: 'FontAwesome';
  content: "\f138";
}
.ccm-page .pagination > .active > a,
.ccm-page .pagination > .active > span,
.ccm-page .pagination > .active > a:hover,
.ccm-page .pagination > .active > span:hover,
.ccm-page .pagination > .active > a:focus,
.ccm-page .pagination > .active > span:focus {
  background-color: #2c2e83;
  border-color: #2c2e83;
  color: #fff;
}
.ccm-page .pagination > li > a,
.ccm-page .pagination > li > span,
.ccm-page .pagination > li > a:hover,
.ccm-page .pagination > li > span:hover,
.ccm-page .pagination > li > a:focus,
.ccm-page .pagination > li > span:focus {
  color: #2c2e83;
}
.ccm-page table {
  width: 100%;
  max-width: 100%;
}
/*
 * Footer
 */
.ccm-page + footer {
  width: 100%;
  background-color: #2c2e83;
  min-height: 300px;
  color: #999999;
  line-height: 1.6em;
}
.ccm-page + footer #columnRow {
  padding: 60px 0 0px;
}
.ccm-page + footer #columnRow h1,
.ccm-page + footer #columnRow h2,
.ccm-page + footer #columnRow h3,
.ccm-page + footer #columnRow h4,
.ccm-page + footer #columnRow h5,
.ccm-page + footer #columnRow h6 {
  color: #fff;
  font-family: 'Patrick Hand', cursive;
  text-transform: uppercase;
  font-size: 1.6em;
  margin-bottom: 20px;
}
.ccm-page + footer #columnRow > div {
  padding-bottom: 40px;
}
.ccm-page + footer #columnRow > div:first-child {
  padding-bottom: 0;
}
.ccm-page + footer #columnRow > div:first-child > div {
  border-right: 1px solid #2c2e83;
  padding-right: 8%;
  margin-right: 5%;
  padding-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .ccm-page + footer #columnRow > div {
    margin-top: 30px;
    margin-bottom: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #2c2e83;
    margin-left: 25px;
    margin-right: 25px;
  }
  .ccm-page + footer #columnRow > div:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .ccm-page + footer #columnRow > div:first-child {
    margin-top: 0;
    padding-top: 0;
  }
}
.ccm-page + footer #columnRow a:link,
.ccm-page + footer #columnRow a:visited {
  text-decoration: none;
  color: #c5c5c5;
  font-weight: normal;
}
.ccm-page + footer #columnRow a:hover {
  color: #fff;
}
.ccm-page + footer #creditRow {
  padding: 0 0 0 0;
  font-family: 'Patrick Hand', cursive;
}
.ccm-page + footer #creditRow .grid-container > div {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #2c2e83;
}
.ccm-page + footer #creditRow a {
  text-decoration: none;
  border-bottom: 1px dotted #777;
  padding-bottom: 0px;
  color: #fff;
}
/**
 * Mobile Menu
 */
#mobileMenu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: -100%;
  width: 100%;
  z-index: 200;
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 40px;
  overflow-y: auto;
  color: #fff;
  box-sizing: border-box;
  transition: all 0.2s ease-in-out;
  display: block;
}
#mobileMenu.open {
  right: 0;
}
#mobileMenu a:link,
#mobileMenu a:visited {
  text-decoration: none;
}
#mobileMenu ul {
  margin-left: 0;
  padding: 0;
}
#mobileMenu ul:empty {
  display: none;
}
#mobileMenu ul li {
  padding: 15px 10px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
  list-style: none;
}
#mobileMenu ul li > ul {
  margin-top: 15px;
  border-top: 1px dotted rgba(255, 255, 255, 0.3);
}
#mobileMenu ul li > ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
#mobileMenu ul li > ul li a:before {
  content: '\f105';
  font-family: 'FontAwesome';
  margin-right: 10px;
}
#mobileMenu ul li > ul li a:link,
#mobileMenu ul li > ul li a:visited {
  color: #999;
}
#mobileMenu h1 {
  font-family: 'Neue Helvetica W02', sans-serif;
  font-weight: 600;
  font-size: 20px;
}
#mobileMenu h1,
#mobileMenu ul li a {
  color: #fff;
}
#mobileMenu #closeMobileMenu {
  position: absolute;
  top: 24px;
  right: 40px;
}
