﻿/*--------------------
TABLE OF CONTENTS
01. Base Styles
02. Typography/Link Styles
03. Header Styles
04. Navigation Styles
05. Content Styles
06. Footer Styles
    font-family: 'Dosis', sans-serif;
    font-family: 'Open Sans', sans-serif;

/*======================
01. BASE STYLES
========================*/
@font-face {
  font-family: "Conv_Doctor Soos Light 1.1";
  src: url("../fonts/Doctor Soos Light 1.1.eot");
  src: local("☺"), url("../fonts/Doctor Soos Light 1.1.woff") format("woff"),
    url("../fonts/Doctor Soos Light 1.1.ttf") format("truetype"),
    url("../fonts/Doctor Soos Light 1.1.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Conv_Doctor Soos Bold 2.1";
  src: url("../fonts/Doctor Soos Bold 2.1.eot");
  src: local("☺"), url("../fonts/Doctor Soos Bold 2.1.woff") format("woff"),
    url("../fonts/Doctor Soos Bold 2.1.ttf") format("truetype"),
    url("../fonts/Doctor Soos Bold 2.1.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  font: 100%/1.4 "Open Sans", sans-serif;
  color: #000;
  background: #daceff url("../img/burst-bg-purple.jpg") top no-repeat fixed;
}
img {
  max-width: 100%;
}
.containerfull {
  width: 85%;
  margin: 0 auto;
  position: relative;
}
.container {
  width: 95%;
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
.column {
  float: left;
  margin: 0 1%;
}
/*USE class="row" to add "padding" to top and bottom of a section area. */
.row {
  width: 100%;
  padding: 50px 0;
  display: inline-block;
  position: relative;
}
.teal {
  background: #1f8ec4;
}
.white {
  color: #fff;
}
.text {
  padding-top: 15px;
}
.grid12 {
  width: 98%;
}
.grid11 {
  width: 89.6667%;
}
.grid10 {
  width: 81.3333%;
}
.grid9 {
  width: 73%;
}
.grid8 {
  width: 65%;
}
.grid7 {
  width: 56.3333%;
}
.grid6 {
  width: 48%;
}
.grid5 {
  width: 39.6667%;
}
.grid4 {
  width: 31%;
}
.grid3 {
  width: 23%;
}
.grid2 {
  width: 14.6667%;
}
.grid1 {
  width: 6.3333%;
}
.clear {
  clear: both;
}
.alignleft {
  float: left;
  margin-right: 40px !important;
  margin-bottom: 15px;
}
.alignright {
  float: right;
  margin-left: 40px !important;
  margin-bottom: 15px;
}
.alignright h4 {
  text-align: center;
}
.alignmid {
  display: block;
  margin: 0 auto;
}
.center {
  text-align: center;
}
blockquote {
  text-align: center;
  color: #2dd45c;
  font-size: 1.5em;
  font-family: "Open Sans", sans-serif;
  font-style: italic;
  width: 60%;
  margin: 0 auto 20px auto;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
}
hr {
  border: 0;
  height: 1px;
  background: #0ce682;
  padding: 0;
  margin-top: 35px;
  margin-bottom: 35px;
}
/*======================
02. TYPOGRAPHY/LINK STYLES
========================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Boogaloo", cursive;
}
h2,
h4,
h6 {
  color: #1f8ec4;
}
h3,
h5 {
  color: #1f8ec4;
}
h1 {
  font-size: 2.4em;
  line-height: 1em;
  padding-bottom: 5px;
}
h2 {
  font-size: 2.5em;
}
h3 {
  font-size: 2.1em;
}
h4 {
  font-size: 1.7em;
}
h5 {
  font-size: 1.4em;
  padding-bottom: 0;
  font-weight: 700;
}
h6 {
  font-size: 1em;
  padding-bottom: 0;
  font-weight: 700;
}
.support h2,
.support h3,
.support h3,
.support h4 {
  padding-bottom: 0;
}
h2 strong {
  color: #2dd45c;
  font-weight: 700;
}
a {
  color: #36009b;
  transition: 0.5s all ease;
}
a:hover {
  color: #4c1c9b;
}
p {
  line-height: 1.7em;
  font-size: 0.95em;
}
.column li {
  line-height: 1.7em;
  font-size: 0.95em;
}
a.button {
  color: #1f8ec4;
  display: inline-block;
  text-decoration: none;
  font-family: "Dosis", sans-serif;
  font-weight: 700;
  margin: 15px 0;
  text-transform: uppercase;
  font-size: 1.2em;
}
a.button:hover {
  color: #2a7295;
}
a.white {
  color: #fff;
}
a.button i {
  margin-left: 15px;
}
/*======================
03. HEADER STYLES
========================*/
.logo {
  position: absolute;
  width: 350px;
  text-align: center;
  z-index: 999;
  top: -96px;
  left: -3%;
}
.logo img {
  margin: 0 auto;
  /* Adjust the next two values to reposition the logo */
  width: 80%;
  padding-top: 28%;
}
.elephant {
  position: absolute;
  width: 227px;
  height: 250px;
  text-align: center;
  z-index: 998;
  top: 0px;
  left: 2%;
}
.elephant img {
  margin: 0 auto;
  /* Adjust the next two values to reposition the elephant */
  width: 100%;
  padding-top: 45%;
}
.tour-line-top {
  position: absolute;
  top: -17px;
  height: 17px;
  width: 100%;
  background: url(../img/tour-line-top.png) no-repeat center;
}
.tour-line-bottom {
  position: absolute;
  bottom: -13px;
  height: 13px;
  width: 100%;
  background: url(../img/tour-line-bottom.png) no-repeat center;
}
.tour-line-bottom-supt {
  position: absolute;
  bottom: -13px;
  height: 13px;
  width: 100%;
  background: url(../img/tour-line-bottom-supt.png) no-repeat center;
}
.welcome {
  position: relative;
}
.overlay {
  background: rgba(82, 213, 98, 0.9);
  position: absolute;
  top: 0;
  z-index: 997;
  width: 40%;
  height: 100%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.support .overlay {
  width: 40%;
  border-top-right-radius: 30%200px;
  border-bottom-right-radius: 30%200px;
}
.overlay h1,
.overlay p,
.teal h2,
.teal h2 strong {
  color: #fff;
}
.headerimg img {
  display: block;
}
.textblock {
  margin: 50% 15% 0 10%;
}
.support .textblock {
  margin: 45% 15% 0 10%;
}
.headerimg {
  margin: 0;
  padding: 0;
}
#slideshow li {
  margin-left: 0;
}
/*======================
04. NAVIGATION STYLES
========================*/
.mobile {
  display: none;
}
.mobile-logo {
  display: none;
}
.navwrap {
  position: relative;
  z-index: 999;
  float: right;
}
.social {
  float: left;
  line-height: 5.5em;
  margin-right: 40px;
}
.number {
  display: none;
}
.navwrap > .social a .fa-circle {
  color: #2dd45c;
  transition: 0.5s all ease;
}
.navwrap > .social a:hover .fa-circle {
  color: #16b643;
}
nav {
  float: right;
}
ul.navigation {
  list-style-type: none;
  padding-bottom: 0;
}
ul.navigation:after {
  display: block;
  content: "";
  clear: both;
}
ul.navigation li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
}
ul.navigation li a {
  display: block;
  text-decoration: none;
  color: #4b4b4b;
  font-size: 1.1em;
  line-height: 5.5em;
  padding: 0 18px;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
  transition: 0.5s all ease;
}
ul.navigation li:hover a {
  color: #fff;
  background: #1f8ec4;
}
ul.navigation li:last-child a {
  background: #1f8ec4;
  color: #fff;
}
ul.navigation li:last-child:hover a {
  background: #36009d;
}
/* DROPDOWN */
ul.navigation li ul {
  display: none;
}
ul.navigation li:hover ul {
  display: block;
  margin-left: 0;
  position: absolute;
  top: 97px;
  z-index: 9999;
  list-style-type: none;
}
ul.navigation li:hover li {
  float: none;
  white-space: nowrap;
  width: 100%;
  background: none;
}
ul.navigation li:hover li a {
  background: #36009b;
  display: block;
  margin: 0;
  height: auto;
  text-align: left;
  font-size: 1em;
  line-height: 2.7em;
  padding: 0 20px 0 15px;
  border: 0;
}
ul.navigation li:hover li a:hover {
  background: #4c1c9b;
}
/* Quicklinks */
ul.quick {
  list-style-type: none;
  padding-bottom: 0;
  display: block;
  width: 100%;
  margin-top: 20px;
}
ul.quick li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  width: 32.6667%;
  margin-right: 1%;
}
ul.quick li a {
  display: block;
  text-decoration: none;
  color: #ffe5c4;
  font-size: 1.3em;
  line-height: 2em;
  padding: 5px 0;
  font-weight: 700;
  font-family: "Dosis", sans-serif;
  text-transform: uppercase;
  transition: 0.5s all ease;
  text-align: center;
  background: url(../img/qlinks-large-btn.png) no-repeat center;
}
ul.quick li:hover a {
  color: #fff;
}
ul.quick li:last-child {
  margin-right: 0;
}
/*======================
05. CONTENT STYLES
========================*/
.sidebar {
  float: right;
  background: #4c1c9b;
  padding: 15px 35px;
  text-align: center;
  margin-left: 25px;
  margin-bottom: 20px;
}
.sidebar a {
  color: #fff;
}
.activitycontainer {
  text-align: center;
}
.activity {
  width: 23%;
  padding: 0 1% 15px 1%;
  text-align: center;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.activity img {
  max-width: 100%;
}
.page-title {
  text-align: center;
  font-family: "Conv_Doctor Soos Light 1.1", Sans-Serif;
  color: #36009d;
  font-size: 3em;
  line-height: 1em;
  background: #c8e9fd;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  padding: 15px 8px;
  margin: 0 auto;
  margin-bottom: 15px;
}
.pro-logos img {
  margin: 0 8px;
  max-height: 100px;
}
@media (max-width: 650px) {
  .activity {
    width: 46%;
    padding: 0 2% 15px 2%;
  }
}
/* FORM STYLES */
#form .clear {
  clear: both;
}
#form .center {
  text-align: center;
}
#form h3 {
  margin: 0 1%;
}
#form small {
  font-style: italic;
}
#form hr {
  width: 98%;
  margin: 10px 1% 15px 1%;
}
/*GRID */
#form .column {
  float: left;
  margin: 0 1%;
}
#form .full {
  width: 98%;
  margin: 0 1%;
}
#form .half {
  width: 48%;
}
#form .twothird {
  width: 65%;
}
#form .onethird {
  width: 31%;
}
#form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]) {
  width: 60%;
  padding: 10px 2%;
}
#form input[type="radio"] {
  margin-bottom: 5px;
}
#form textarea {
  width: 96%;
  resize: none;
  padding: 10px 2%;
  font: 95%/1.4 "Tahoma", sans-serif;
}
#form select {
  width: 101%;
  padding: 10px 2%;
}
/*======================
06. FOOTER STYLES
========================*/
footer {
  font-size: 0.85em;
  color: #fff;
  background: #3b009d;
  overflow-y: auto;
  display: block;
}
footer .copyright {
  background: #4c1c9b;
  padding: 0 10%;
  float: left;
  width: 25%; /*45%-20% padding*/
}
footer .copyright img {
  vertical-align: middle;
  margin-left: 10px;
}
footer .contact {
  background: #3b009d;
  padding: 0 10%;
  float: left;
  width: 35%; /*55%-20% padding*/
}
ul.sitemap {
  list-style-type: none;
}
ul.sitemap li {
  display: inline-block;
  margin: 0;
  padding: 3px 0;
}
ul.sitemap li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  padding-right: 20px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  transition: 0.5s all ease;
}
footer a {
  text-decoration: underline;
  transition: 0.5s all ease;
  color: #fff;
}
footer a:hover,
ul.sitemap li a:hover {
  color: #2dd45c;
}
footer address {
  font-style: normal;
  line-height: 1.6em;
  float: left;
  margin-right: 40px;
}
footer .social {
  float: left;
  line-height: 1.4em;
}
footer .social a .fa-circle {
  color: #2dd45c;
  transition: 0.5s all ease;
}
footer .social a:hover .fa-circle {
  color: #16b643;
}
footer .social a .fa-inverse {
  color: #2a363c;
}
.windowtop {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 30px;
  overflow: hidden;
  text-indent: 100%;
  background: #2dd45c url("../img/top-arrow.png") no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  border-radius: 50%;
  z-index: 9999;
  transition: 0.5s all ease;
  cursor: pointer;
}
.windowtop.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.no-touch .windowtop:hover {
  background-color: #4b62c0;
  opacity: 1;
}
.video-embed {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*======================
MEDIA QUERIES
========================*/
@media (max-width: 1600px) {
  .containerfull {
    width: 90%;
  }
  .container {
    width: 85%;
  }
  ul.navigation li a {
    padding: 10px 0;
    font-size: 1em;
  }
  ul.quick li a {
    background: url(../img/qlinks-mobile-btn.png) no-repeat center;
  }
  .logo {
    width: 270px;
    top: -52px;
    left: 0%;
  }
  .logo img {
    margin: 0 auto;
    /* Adjust the next two values to reposition the logo */
    width: 95%;
    padding-top: 20%;
  }
  .elephant {
    width: 227px;
    height: 250px;
    top: 0px;
    left: 2%;
  }
  .elephant img {
    margin: 0 auto;
    /* Adjust the next two values to reposition the elephant */
    width: 85%;
    padding-top: 40%;
  }
  h1 {
    font-size: 1.8em;
  }
  .support h1 {
    font-size: 2.2em;
  }
  nav ul.navigation li a {
    font-size: 1em;
    padding: 0 16px;
  }
  ul.navigation li:hover ul {
    top: 88px;
  }
  ul.quick li a {
    font-size: 1em;
  }
  .row {
    padding: 25px 0;
  }
  .text {
    padding-top: 0;
  }
  .textblock p {
    line-height: 1.4em;
    font-size: 0.9em;
    padding-bottom: 10px;
  }
  footer .copyright {
    padding: 0 5%;
    width: 35%; /*45%-10% padding*/
  }
  footer .contact {
    padding: 0 5%;
    width: 45%; /*55%-10% padding*/
  }
}

@media (max-width: 1200px) {
  .desktopmenu {
    display: none !important;
  }
  .number {
    display: block;
    background: #36009d;
    color: #fff;
    padding: 10px;
    text-align: right;
  }
  .number a {
    color: #fff;
  }
  .social {
    margin-bottom: -1px;
    margin-right: 20px;
  }
  .mobile {
    display: block;
    line-height: 5.5em;
    cursor: pointer;
    background: #1f8ec4;
    text-align: center;
    color: #fff;
    float: right;
    font-family: "Dosis", sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    width: 100px;
  }
  a.mobile:hover {
    color: #fff;
  }
  #menu .inner {
    padding: 4em 0; /*Adjust Padding to reposition Close Button */
  }
  #menu .close {
    background-image: url("../img/close.svg");
    background-position: 75% 25%;
    background-repeat: no-repeat;
    background-size: 4em 4em;
    border: 0;
    content: "";
    display: block;
    height: 4em;
    overflow: hidden;
    position: absolute;
    right: 1em;
    text-align: center;
    text-indent: 8em;
    top: 1em;
    width: 4em;
  }
  #menu ul {
    list-style: none;
    padding: 0;
  }
  #menu li {
    padding: 0;
  }
  #menu li ul {
    display: none;
  }
  /*ADJUST FONT SIZE AND PADDING BELOW FOR MOBILE MENUS WITH MORE ITEMS */
  #menu li a {
    font-family: "Dosis", sans-serif;
    border: 0;
    display: block;
    font-size: 1.7em; /* Reg: 1.8em*/
    padding: 0.4em 0; /* Reg: 0.5em 0 */
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
  }
  #menu li a:hover {
    background: none;
  }
  .overlay,
  .support .overlay {
    background: rgba(31, 142, 196, 0.9);
    position: relative;
    width: 100%;
    height: auto;
    border-top-right-radius: 0;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    display: block;
    height: 100%;
    margin-top: 5px;
  }
  .overlay h1,
  .overlay p,
  .teal h2,
  .teal h2 strong {
    color: #fff;
  }
  .textblock,
  .support .textblock {
    margin: 0 5%;
    padding: 20px 0;
  }
}

@media screen and (max-width: 1000px) {
  .grid1,
  .grid2,
  .grid3,
  .grid4,
  .grid5,
  .grid6,
  .grid7,
  .grid8,
  .grid9,
  .grid10,
  .grid11,
  .grid12 {
    width: 100%;
    margin: 0;
  }
  #form .column {
    float: none;
    margin: 0;
  }
  #form .full,
  #form .half,
  #form .twothird,
  #form .onethird {
    width: 98%;
    margin: 0;
  }
  .container img,
  .containerfull img {
    display: block;
    margin: 0 auto 10px auto;
  }
  .containerfull .welcome img {
    margin: 0 auto;
  }
  a.button {
    margin: 0 0 20px 0;
  }
  footer .copyright,
  footer .contact {
    float: none;
    width: 90%;
  }
}

@media screen and (max-width: 800px) {
  .alignleft,
  .alignright {
    float: none;
    display: block;
    margin: 0 auto !important;
    padding-bottom: 20px;
  }
  hr {
    margin-top: 0px;
  }
  .logo {
    width: auto;
    height: auto;
    background: none;
    position: relative;
    top: 0;
    left: 0;
  }
  .logo img {
    width: 80%;
    max-width: 270px;
    padding-top: 5px;
  }
  .mobile {
    width: 70px;
  }
  .nomobile {
    display: none;
  }
  .nomobile-logo {
    display: none;
  }
  .mobile-logo {
    display: inline;
  }
  .navwrap {
    float: none;
  }
  .social {
    float: left;
  }
  .fa-stack {
    width: 1.7em;
  }
  .fa-lg {
    font-size: 1.1em;
  }
  ul.quick li {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 5px;
  }
  .social,
  .mobile {
    line-height: 3.5em;
  }
  .number {
    text-align: center;
  }
  .sidebar {
    float: none;
    margin-left: 0;
  }
  /* For menus longer than the browser height, this adds scrolling starting from top */
  #menu {
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    -ms-align-items: flex-start;
  }
}

@media (max-device-width: 570px) {
  /*For Iphone 5S and Smaller */
  #menu li a {
    font-family: "Dosis", sans-serif;
    border: 0;
    display: block;
    font-size: 1.4em; /* Reg: 1.8em*/
    padding: 0.2em 0; /* Reg: 0.5em 0 */
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
  }
}
