/*!
* html5doctor.com Reset Stylesheet v1.6.1 (http://html5doctor.com/html-5-reset-stylesheet/)
* Richard Clark (http://richclarkdesign.com)
* http://cssreset.com
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0px;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1;
  text-align: center; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px dotted gray;
  margin: 10px 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.clb {
  clear: both; }

.foS {
  font-size: 80%; }

.foSS {
  font-size: 60%; }

.foL {
  font-size: 120%; }

.foLL {
  font-size: 140%; }

.forP {
  display: inline; }
  @media screen and (max-width: 768px) {
    .forP {
      display: none; } }

.forPT {
  display: inline; }
  @media screen and (max-width: 480px) {
    .forPT {
      display: none; } }

.forTS {
  display: none; }
  @media screen and (max-width: 768px) {
    .forTS {
      display: inline; } }

.forS {
  display: none; }
  @media screen and (max-width: 480px) {
    .forS {
      display: inline; } }

.container {
  overflow: hidden;
  width: 100%;
  text-align: center; }
  .container p {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 1.4; }

.header {
  position: relative;
  border-top: 20px solid #3ba2e4;
  border-bottom: 5px solid #0168b5;
  height: 120px;
  background-color: #fff; }
  .header img {
    width: 96%;
    max-width: 500px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto; }

.photo {
  width: 100%;
  height: auto;
  padding: 10px 0; }
  .photo img {
    width: 100%;
    max-width: 980px; }

.footer {
  margin-top: 10px;
  width: 100%;
  height: 50px;
  background-color: #3A54BB; }
  .footer .footer-cont {
    width: 980px;
    margin: 0px auto; }
    .footer .footer-cont img {
      width: 100%; }

.mt20 {
  margin-top: 20px; }

.clb {
  clear: both; }

.h1 {
  outline: dashed 1px #fff;
  outline-offset: -5px;
  width: 100%;
  margin: 30px 0 15px;
  background-color: #3ba2e4;
  padding: 10px;
  font-size: 22px;
  line-height: 1.4;
  color: #fff;
  border-radius: 5px; }

.h2 {
  width: 100%;
  margin: 30px 0 15px;
  background-color: #3ba2e4;
  padding: 10px;
  font-size: 20px;
  line-height: 1.4;
  color: #fff;
  border-radius: 5px; }

.wrap, .wrap-66 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 980px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 10px; }
  @media screen and (max-width: 768px) {
    .wrap, .wrap-66 {
      width: 90%; } }
  .wrap p, .wrap-66 p {
    font-size: 16px;
    line-height: 1.3; }

.wrap-half {
  text-align: center;
  width: 490px;
  overflow: hidden;
  margin: 0 auto;
  padding-top: 10px; }
  @media screen and (max-width: 768px) {
    .wrap-half {
      width: 90%; } }

.wrap-66 {
  width: 646px; }
  @media screen and (max-width: 768px) {
    .wrap-66 {
      width: 90%; } }
  .wrap-66 > p {
    text-align: left;
    font-size: 16px;
    line-height: 1.3; }

.item {
  width: 460px;
  float: left;
  margin: 20px 15px;
  text-align: center;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #3ba2e4; }
  @media screen and (max-width: 768px) {
    .item {
      float: none;
      width: 100%;
      margin: 20px 0px; } }
  .item img {
    width: 100%;
    height: auto; }
    @media screen and (max-width: 768px) {
      .item img {
        width: 90%; } }
  .item p {
    font-size: 18px;
    line-height: 1.3em;
    text-align: center;
    margin: 0px 0px 5px 0px; }

.item-text {
  width: 460px;
  float: left;
  background-color: #e6e6e6;
  margin: 10px 15px;
  text-align: center;
  border: 1px solid #7D7D7D;
  font-size: 16px;
  line-height: 2.5; }
  .item-text a:link, .item-text a:visited {
    display: block;
    color: #333333;
    text-decoration: none; }
  .item-text a:hover {
    color: #fff;
    text-decoration: none;
    background-color: gray; }
  @media screen and (max-width: 768px) {
    .item-text {
      float: none;
      width: 100%;
      margin: 20px 0px; } }

.btn-wrap {
  clear: both;
  width: 620px;
  margin: 10px auto 0;
  background: #ddd;
  padding: 5px;
  text-align: center;
  font-size: 20px;
  border-radius: 5px; }
  .btn-wrap p {
    font-size: 16px;
    margin-bottom: -8px; }
  @media screen and (max-width: 768px) {
    .btn-wrap {
      float: none;
      max-width: 420px;
      width: 100%; } }

.btn-green, .btn-red, .btn-blue, .btn-orange {
  clear: both;
  width: 600px;
  margin: 20px auto 6px;
  background: #179F0C;
  text-align: center;
  font-size: 20px;
  line-height: 2.4;
  border-radius: 5px; }
  @media screen and (max-width: 768px) {
    .btn-green, .btn-red, .btn-blue, .btn-orange {
      max-width: 400px;
      width: 98%; } }
  .btn-green a, .btn-red a, .btn-blue a, .btn-orange a {
    color: #fff;
    display: block;
    text-decoration: none;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s; }
  .btn-green a:hover, .btn-red a:hover, .btn-blue a:hover, .btn-orange a:hover {
    background: #1ece10;
    border-radius: 5px; }
  .btn-green img, .btn-red img, .btn-blue img, .btn-orange img {
    padding: 5px; }

.btn-red {
  background: #E8005C; }
  .btn-red a:hover {
    background: #ff3685;
    border-radius: 5px; }

.btn-blue {
  background: #3A54BB; }
  .btn-blue a:hover {
    background: #6f83d2;
    border-radius: 5px; }

.btn-orange {
  background: #F77309; }
  .btn-orange a:hover {
    background: #f99d53;
    border-radius: 5px; }

.btn-blue-w {
  clear: both;
  width: 600px;
  margin: 15px auto 6px;
  background: #3ba2e4;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  border-radius: 5px;
  padding: 10px; }
  @media screen and (max-width: 768px) {
    .btn-blue-w {
      max-width: 400px;
      width: 98%; } }
  .btn-blue-w a {
    color: #fff;
    display: block;
    text-decoration: none;
    -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s; }
  .btn-blue-w a:hover {
    border-radius: 5px; }

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.theta {
  position: relative;
  max-width: 960px;
  width: 90%;
  height: auto;
  margin: 5px auto 0; }
  @media screen and (min-width: 480px) and (max-width: 768px) {
    .theta {
      width: 90%; } }
  @media screen and (max-width: 480px) {
    .theta {
      width: 100%; } }

.back-btn {
  width: 200px;
  text-align: center;
  margin: 20px auto 0;
  color: #fff; }
  .back-btn a:link, .back-btn a:visited {
    display: block;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    background-color: #4D558D;
    padding: 10px 30px; }
  .back-btn a:hover {
    color: #fff;
    background-color: #8D1647;
    text-decoration: underline; }
