/*
  Theme Name: ATA Value of Play
  Theme URI: http://creatingdrew.com
  Description: Theme files to build from. Based on HTML5 Boilerplate, Boilerplate Theme, TwentyThirteen, Starker's, and others.
  Author: Drew Douglass
  Author URI: http://creatingdrew.com
  Version: 1.0.0  
*/

/* =============================================================================
   Primary/global styles
   ========================================================================== */

/* default wordpress styles */

.entry-content img {
  margin: 0 0 1.5em;
}

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left;
}

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right;
}

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both;
}

.alignnone, img.alignnone {}

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px;
}

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0;
}

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0;
}

.wp-smiley {
  margin: 0!important;
  max-height: 1em;
}

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left;
}

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right;
}

.gallery dl {}

.gallery dt {}

.gallery dd {}

.gallery dl a {}

.gallery dl img {}

.gallery-caption {}

.size-full {}

.size-large {}

.size-medium {}

.size-thumbnail {}

.sticky {}

.bypostauthor {}

/* =============================================================================
   Media styles
   ========================================================================== */

@media only screen and (min-width: 1200px) {}

@media only screen and (min-width: 992px) {}

@media only screen and (min-width: 768px) {}

/* =============================================================================
   Print Styles - Disabled because clients always ask why the page doesn't print like the screen.
   ========================================================================== 
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; } 
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
} */

body, html {
  padding: 0;
  margin: 0;
  margin-top: 0px !important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 1rem;
}

#header {
  background-color: #fff;
}

.navbar {
  padding: 5px 30px;
}

@media (min-width: 990px) {
  .navbar #menu-main-navigation {
    float: right;
    text-align: right;
    margin: 0;
    position: relative;
    right: 0%;
  }
  .dropdown-toggle .dropdown-menu {
    position: relative;
    z-index: 1;
  }
}

.navbar .upper-link ul {
  margin: 0px;
  line-height: 0;
  margin-top: 5px;
  padding: 0px 30px;
}

.dropdown-menu {
  border: none;
  min-width: 200px;
  box-shadow: 0px 8px 16px 6px rgba(0, 0, 0, 0.2);
  margin-top: 0px;
}

@media (min-width: 990px) {
  .navbar ul>li {
    float: left;
    padding: 0px 15px;
  }
}

.nav-outer {
  width: 80%;
}

.navbar ul>li>a:hover {
  text-decoration: none;
}

.navbar ul>li>a {
  position: relative;
  display: table;
  color: #000;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.1vw;
  padding: 0px;
}

.navbar .dropdown-menu li a {
  padding: 5px 10px;
  font-size: 15px;
}

.navbar .dropdown-menu li {
  margin: 0px;
  width: 100%;
}

.dropdown-toggle .dropdown-menu {
  position: absolute;
  min-width: 200px;
  padding: 0px;
  border: none;
}

.dropdown-toggle .dropdown-menu li {
  margin: 0px;
}

.navbar-brand {
  width: 20%;
}

.navbar-brand img {
  width: 90%;
  padding: 15px;
}

.navbar ul>li {
  list-style: none;
}

@media (max-width: 768px) {
  .navbar-brand img {
    padding: 0px;
  }
}

@media (min-width: 768px) {
  .navbar ul>li>a {
    padding-top: 0px;
  }
}

.textwidget .download {
  display: inline-block;
  margin-bottom: 0px;
  padding: 0px 10px;
  font-weight: 200;
  font-size: 13px;
  cursor: pointer;
}

.textwidget .mail {
  display: inline-block;
  margin-bottom: 0px;
  padding: 0px 10px;
  font-weight: 200;
  font-size: 13px;
  cursor: pointer;
}

.upper-link {
  text-align: right;
  padding: .5rem 0px;
  width: 100%;
}

.ul-menu {
  width: 100%;
}

.upper-link li {
  list-style: none;
  position: relative;
}

@media (min-width: 989px) {
  .upper-link-mobile {
    display: none;
  }
  .navbar .upper-link-desktop {
    height: 30px;
  }
  .navbar .upper-link-desktop ul {
    position: absolute;
    right: 0px;
  }
  .upper-link-desktop {
    display: block;
  }
}

.navbar-toggler[aria-expanded="false"] {
  background: #f1f1f2;
  border: none;
  border-radius: 11px;
  padding: 8px 7px;
}

.navbar-light .navbar-toggler-icon {
  background-image: none !important;
}

.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon:before {
  content: '\f0c9';
  font-family: FontAwesome;
  background: none;
  color: #fff;
  font-size: 28px;
  color: #FF4612;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  content: '\f00d';
  font-family: FontAwesome;
  background: none;
  color: #fff;
  font-size: 28px;
}

.navbar-toggler[aria-expanded="true"] {
  background: #FF4612;
  border: none;
  border-radius: 11px;
  padding: 8px 7px;
}

.navbar #menu-main-navigation {
  margin-top: 10px;
}

@media (max-width: 990px) {
  .navbar {
    padding: 7px 0px;
  }
  .nav-outer {
    width: 100%;
    text-align: right;
    position: relative;
    top: -40px;
  }
  #menu-main-navigation {
    padding: 2px 15px;
    margin-bottom: 0px;
  }
  #menu-main-navigation li {
    text-align: left;
    padding: 0px 10px;
  }
  .navbar-collapse {
    position: absolute;
    width: 100%;
    z-index: 999;
    background: #fff;
    top: 45px;
  }
  .collapse.show {
    z-index: 1200;
  }
  .navbar #menu-main-navigation li {
    width: fit-content;
    display: table;
  }
  .navbar ul>li>a {
    font-size: 21px;
    padding: 0px 0px;
    width: fit-content;
    font-weight: 500;
  }
  .ul-menu {
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19) !important;
  }
  .navbar .dropdown-menu li a {
    padding: 5px 20px;
    font-size: 16px;
  }
  .dropdown-menu {
    position: relative;
    z-index: 1;
    width: 100%;
    border: none;
    box-shadow: none;
  }
  .upper-link-mobile {
    display: block;
    text-align: left;
    margin-top: 0px;
    padding: 0px 25px;
  }
  .navbar .upper-link-mobile ul {
    border-top: 1px solid #ddd;
    padding: 10px 0px;
    margin-top: 0px;
  }
  .upper-link-mobile li {
    padding: 10px 0px;
    width: fit-content;
    font-size: 16px;
    display: table;
  }
  .navbar .upper-link.upper-link-mobile ul li a {
    font-size: 16px;
  }
  .navbar .upper-link.upper-link-mobile ul li i {
    font-size: 16px;
    margin-left: 3px;
  }
  .upper-link-mobile li .textwidget p {
    display: block;
    padding: 10px 0px;
    font-size: 15px;
  }
  .upper-link-desktop {
    display: none;
  }
  .navbar-brand {
    width: 30%;
    padding: 10px;
  }
  .navbar-toggler {
    position: absolute;
    left: 90%;
    top: -25px;
  }
  .containt-in-mobile {
    padding: 0px;
  }
}

@media (max-width: 650px) {
  .navbar-toggler {
    left: 85%;
  }
}

@media (max-width: 650px) {
  .navbar-brand {
    width: 70%;
  }
}

.navbar #menu-main-navigation li span {
  display: block;
  border: 4px;
  border-style: solid;
  border-radius: 5px;
  border-color: transparent;
}

.content {
  background-image: url(assets/images/background.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: -webkit-fill-available;
  min-height: 100%;
}

@media(max-width:750px) {
  .content {
    height: auto;
  }
}

.content-inner {
  width: 100%;
  height: auto;
  min-height: 100%;
}

.bottom-heading {
  text-align: center;
}

@media(min-width:1368px) {
  .bottom-heading {
    position: absolute;
    bottom: 0px;
  }
}

.bottom-main {
  display: none;
}

@media(max-width:750px) {
  .bottom-heading {
    margin-top: 70px;
  }
}

.bottom-heading img {
  width: 50%;
  padding-bottom: 25px;
}

.bottom-heading p {
  font-size: 16px;
}

.bottom-heading p a {
  text-decoration: none;
}

.bottom-heading p span {
  font-size: 17px;
  font-family: 'Love Ya Like A Sister';
}

@media(max-width:750px) {
  .bottom-heading p span {
    display: block;
  }
}

.site-footer {
  padding: 0px 5px;
  text-align: center;
}

#site-footer {
  padding: 0px;
}

.site-footer .inner-footer .img-left img {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.site-footer .inner-footer .img-right img {
  width: 100%;
}

.inner-footer .img-left {
  padding: 0px;
}

.inner-footer .img-right {
  padding: 0px;
}

@media(max-width:850px) {
  .inner-footer .img-right {
    padding: 0px;
    text-indent: 33px;
    overflow: hidden;
  }
  .inner-footer .img-left {
    text-indent: -300px;
    overflow: hidden;
    bottom: -2px;
  }
  .site-footer .inner-footer .img-left img {
    position: relative;
  }
}

@media(max-width:750px) {
  .inner-footer .img-right {
    padding: 0px;
    text-indent: 33px;
    overflow: hidden;
  }
  .inner-footer .img-left {
    text-indent: -179px;
    overflow: hidden;
    bottom: -2px;
  }
  .site-footer .inner-footer .img-left img {
    position: relative;
  }
}

.logo-footer-image {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 25px;
}

@media (min-width: 951px) {
  .navbar ul>li:last-child .dropdown-menu {
    position: absolute;
    left: -60px;
  }
}

.site-footer .image-mountain {
  width: 100%;
}

.site-footer img {
  width: 14%;
  position: relative;
}

@media (max-width: 1030px) {
  .site-footer img {
    width: 19%;
  }
}

@media (max-width: 950px) {
  .site-footer img {
    width: 19%;
  }
}

@media (max-width: 770px) {
  .site-footer img {
    width: 35%;
  }
}

@media (max-width: 500px) {
  .site-footer img {
    width: 45%;
  }
}

/* =============================================================================
   About styles
   ========================================================================== */

.content-about {
  background-image: url(assets/images/cloudBackground.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  width: 100%;
  font-size: 1.02rem;
  color: #534848;
}

.content-about .img-div.div-bag {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 457px;
}

.banner-content {
  width: 70%;
  position: absolute;
  top: 90px;
  z-index: 9;
}

@media(max-width:1366px) {
  .content-about .img-div.div-bag {
    height: 365px;
  }
}

@media(max-width:1362px) {
  .strip {
    top: -32px;
  }
  .content-about .img-div.div-bag {
    background-size: cover;
    height: 280px;
  }
  .banner-content h2 {
    font-size: 65px;
  }
  .banner-content {
    top: 50px;
  }
}

@media(max-width:800px) {
  .content-about .img-div.div-bag {
    background-size: 100% 100%;
    height: 268px;
  }
  .banner-content {
    top: 50px;
  }
}

@media(max-width:750px) {
  .content-about .img-div.div-bag {
    background-size: cover;
    background-position: center, center;
    height: 188px;
    position: relative;
  }
  .banner-content h2 {
    font-size: 52px;
  }
  .banner-content {
    top: 50px;
    padding: 0px 0px;
  }
}

@media(max-width:500px) {
  .content-about .img-div.div-bag {
    background-size: cover;
    background-position: center;
    height: 188px;
    position: relative;
  }
  .banner-content h2 {
    font-size: 48px;
  }
}

@media (min-width: 950px) {
  .main-content {
    padding: 0px 17%;
  }
}

.main-content {
  position: relative;
}

.main-content h3.heading {
  margin-top: 0px;
  font-weight: 400;
}

.side-inst {
  padding: 10px 0px 0px 0px;
}

.side-inst h4 {
  margin-top: 10px;
}

.side-inst img {
  width: auto;
}

.banner-content h2 {
  margin-bottom: 0px;
  display: table;
  color: #fff;
  padding-left: 25%;
  padding-right: 20px;
  line-height: 0.9;
}

.banner-content h2:nth-child(1) {
  padding-top: 20px;
}

.banner-content h2:nth-child(2) {
  padding-bottom: 20px;
}

@media (max-width: 750px) {
  .banner-content {
    width: 100%;
    position: relative;
    top: 0px;
  }
  .banner-content h2 {
    display: block;
  }
}

/* =============================================================================
   Slider styles
   ========================================================================== */

.n2-ss-slider-2 {
  background-color: transparent !important;
}

.wpcf7-form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  font-weight: 600;
  background-color: #f1f1f2;
  background-image: none;
  border: 1px solid #f1f1f2;
  border-radius: 1px;
  box-shadow: none;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #000;
  opacity: 1;
  /* Firefox */
}

.wpcf7-submit {
  width: 40%;
  float: right;
  border-radius: 20px;
  background-color: #FF4612;
  color: #fff;
  cursor: pointer;
}

.wpcf7-submit:hover {
  background-color: #d23200;
}

@media (max-width: 750px) {
  .wpcf7-submit {
    margin: auto;
    float: none;
  }
}

.content-about .contact .img-div {
  background: linear-gradient( rgba(91, 198, 214, 0.5), rgba(91, 198, 214, 0.5)), url(assets/images/BannerContactUs.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 306px;
}

@media(max-width:1362px) {
  .content-about .contact .img-div {
    background-size: cover;
    height: 205px;
  }
  .banner-content h2 {
    font-size: 65px;
  }
}

@media(max-width:800px) {
  .content-about .contact .img-div {
    background-size: 100% 100%;
  }
}

@media(max-width:750px) {
  .content-about .contact .img-div {
    background-size: cover;
    background-position: center, center;
    height: 150px;
    position: relative;
  }
  .contact .banner-content h2 {
    font-size: 48px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.strip {
  background: url(assets/images/scallopTop.png);
  height: 34px;
  position: relative;
  background-repeat-y: no-repeat;
  top: -33px;
}

@media(max-width:770px) {
  .strip {
    height: 28px;
    background: url(assets/images/scallopTop.svg);
    background-repeat-y: no-repeat;
    top: -27px;
    background-position-x: right;
    background-size: 237%, 100%, auto;
    overflow: hidden;
  }
}

@media(max-width:500px) {
  .strip {
    height: 20px;
    background: url(assets/images/scallopTop.svg);
    background-repeat-y: no-repeat;
    top: -19px;
    background-position-x: right;
    background-size: 237%, 100%, auto;
    overflow: hidden;
  }
}

.content-about .contact .banner-content h2 {
  background-color: #5bc6d6;
}

.contact-main h3 {
  color: #5bc6d6;
  margin-bottom: 15px;
}

@media (max-width: 900px) {
  h2 {
    font-size: 50px;
  }
}

.max-width-sec {
  width: 100%;
  position: relative;
}

.content-about .research .banner-content h2 {
  background-color: #FAAB3D;
}

.research-main .heading-play {
  color: #FAAB3D;
}

.research-main .side-inst h4 {
  color: #FAAB3D;
}

a {
  color: #000;
}

.wpcf7-textarea {
  height: auto;
}

div#n2-ss-4 .n2-ss-layer .n2-font-e19f9843c8d845f803940aa0f3b14952-paragraph {
  z-index: 99999;
  text-align: center !important;
  width: 100%;
  font-family: 'Love Ya Like A Sister';
  font-size: 50px;
}

.table-row {
  padding: 10px 0px;
  border-bottom: 1px solid #ddd;
  font-weight: 600;
}

.btn-download {
  float: right;
  border-radius: 20px;
  padding: 5px 20px;
  font-size: 14px;
  margin: 8px 0px;
  cursor: pointer;
}

.btn-download a {
  text-decoration: none;
}

.btn-download:hover {
  background-color: #d23200;
}

@media(max-width: 770px) {
  .btn-download {
    float: left;
  }
}

.table-head {
  color: #969595;
  font-weight: normal;
}

.n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal] {
  z-index: 999;
  position: absolute;
  width: 100%;
}

.n2-ss-slider .n2-ss-layer[data-has-maxwidth="1"][data-pm=normal] {
  z-index: 99;
  position: relative;
}

.n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal] p {
  position: relative;
}

.n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]:nth-child(1) img {
  height: 100% !important;
  width: 100% !important;
}

.n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]:nth-child(2) {
  top: 132px;
}

.n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]:nth-child(2) p {
  width: 100%;
  text-align: center;
  top: -104px;
  position: relative;
  font-family: 'Montserrat', sans-serif !important;
  font-size: 60px !important;
  font-weight: 300 !important;
}

.n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]:nth-child(3) {
  top: 91px;
}

.n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]:nth-child(3) p {
  position: relative;
  font-size: 80px !important;
  font-family: 'Love Ya Like A Sister' !important;
}

.n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]:nth-child(5) {
  bottom: 40px;
  position: absolute;
  font-weight: 400;
}

.n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]:nth-child(5) p {
  font-size: 20px !important;
  color: #dcf024 !important;
  font-weight: bolder !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: bolder !important;
}

.n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]:nth-child(6) p {
  top: 87px;
  font-size: 18px !important;
  font-family: 'Montserrat', sans-serif !important;
  color: yellow !important;
  font-weight: bold;
}

.n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]:nth-child(4) {
  bottom: 78px;
  font-size: 18px !important;
  font-weight: 200;
}

.n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]:nth-child(4) .n2-notow {
  bottom: -57px;
  position: relative;
}

.n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]:nth-child(4) p {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 400 !important;
}

.n2-lightbox-trigger {
  cursor: pointer !important;
}

.n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]:nth-child(4) #n2-ss-4item14 {
  font-weight: 100 !important;
  font-size: 17px;
  position: relative;
  top: 40px;
}

.n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]:last-child {
  top: 205px;
  height: 130px;
}

@media (max-width:750px) {
  .n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]:nth-child(2) p {
    font-size: 32px !important;
    top: -106px;
  }
  .n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]:nth-child(3) p {
    font-size: 47px !important;
    top: -26px;
  }
  .n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]:nth-child(5) p {
    top: -64px;
    text-align: center !important;
    font-size: 25px !important;
    color: #dcf024 !important;
    line-height: 1.3 !important;
    font-weight: bolder !important;
    font-family: 'Montserrat', sans-serif !important;
    width: 377px !important;
    margin: 0px auto;
  }
  .n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]:nth-child(4) {
    top: 311px;
    font-size: 27px !important;
    font-family: Montserrat, sans-serif;
    font-weight: 100 !important;
  }
  .n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]:nth-child(4) #n2-ss-4item14 {
    margin: 0px auto;
    font-size: 22px;
    width: 319px !important;
    line-height: 1.4 !important;
    top: 5px;
  }
  .n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]:nth-child(4) p {
    position: relative;
    font-size: 15px !important;
    font-weight: 200 !important;
    left: 0px;
    margin: 0px auto;
    right: 0px;
    line-height: 1.2 !important;
  }
  .slidetext > div > span, .slidetext > div > a {
    font-size: calc(2.4vh * .875) !important;
  }
  .n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]:last-child {
    top: 175px;
  }
}

@media (max-width:400px) {
  .n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]:nth-child(4) p {
    width: 345px !important;
  }
}

@media (max-width:360px) {
  .n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]:nth-child(3) p {
    font-size: 40px !important;
  }
}

div#n2-ss-4 .n2-style-95e2cd41d3adfdfffadc11a5a4832fef-heading {
  background-color: transparent !important;
  background: transparent !important;
}

#n2-ss-4-arrow-next img {
  width: 100% !important;
}

@media (max-width:990px) {
  #n2-ss-4-arrow-previous {
    display: none;
  }
  #n2-ss-4-arrow-next:before {
    content: 'NEXT VIDEO';
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    position: relative;
    font-weight: 900;
    vertical-align: middle;
    margin-left: 30px;
    top: 14px;
  }
  #n2-ss-4-arrow-next {
    position: relative !important;
    width: 157px !important;
    height: auto !important;
    padding: 7px 15px !important;
    border-radius: 20px !important;
    margin-top: 15px;
    content: "Joe's Task:";
    top: -43px !important;
    color: rgb(255, 255, 255);
    right: 0px !important;
    left: 0px !important;
    background: rgb(0, 0, 0) !important;
    margin: auto;
    display: block;
  }
  #n2-ss-4-arrow-next img {
    display: inline;
    width: 17% !important;
    padding: 0px;
    right: -10px;
    left: 88%;
  }
  div#n2-ss-4 .n2-style-95e2cd41d3adfdfffadc11a5a4832fef-heading {
    background-color: #FF4612 !important;
    background: #FF4612 !important;
  }
}

@media (max-width: 745px) {
  #n2-ss-4-arrow-next {
    top: 27px !important;
  }
}

.n2-ss-section-main-content {
  padding: 0px !important;
}

.content-about .download .img-div {
  background: linear-gradient( rgba(101, 45, 144, 0.5), rgba(101, 45, 144, 0.5)), url(assets/images/BannerDownloads.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 306px;
}

@media(max-width:1362px) {
  .content-about .download .img-div {
    background-size: cover;
    height: 205px;
  }
  .banner-content h2 {
    font-size: 65px;
  }
}

@media(max-width:800px) {
  .content-about .download .img-div {
    background-size: 100% 100%;
  }
}

@media(max-width:500px) {
  .content-about .download .img-div {
    background-size: 100%, 100%, auto;
    background-position: center, center;
  }
}

@media(max-width:750px) {
  .content-about .download .img-div {
    background-size: cover;
    background-position: center, center;
    height: 150px;
    position: relative;
  }
}

.content-about .download .banner-content h2 {
  background-color: #652D90;
}

.download-main {
  margin-bottom: 30px;
}

.download-main h3 {
  color: #652D90;
  margin-bottom: 15px;
}

.download-main p {
  margin-bottom: 25px;
}

.download-main button {
  background-color: #FF4612;
  color: #fff;
}

.download-main button a {
  color: #fff;
}

.download-main .first-name {
  color: #FF4612;
  cursor: pointer;
  word-break: break-all;
}

.download-main .first-name:hover {
  color: #d23200;
}

.content-about .download .banner-content h2 {
  background-color: #652D90;
}

@media (max-width: 765px) {
  .table-head {
    display: none;
  }
  .mobile-heading {
    display: inline-block;
    color: #929497;
    margin-right: 10px;
    font-weight: 200;
  }
}

@media (min-width: 766px) {
  .table-head {
    display: block;
  }
  .mobile-heading {
    display: none;
  }
}

/* Template css for perticular color*/

/* Purple template*/

.body-purple h1 {
  color: #9B0F8F;
}

.body-purple h3 {
  color: #9B0F8F;
}

.body-purple h4 {
  color: #9B0F8F;
}

.body-purple h2 {
  background-color: #9B0F8F;
}

.body-purple .side-inst blockquote {
  background-color: #9B0F8F;
  color: #fff;
}

.body-purple .img-div {
  background: url(assets/images/BannerAbout.jpg);
}

.body-purple .content-about .img-div.div-bag::after {
  background: linear-gradient( rgba(155, 15, 143, 0.5), rgba(155, 15, 143, 0.5));
  content: '';
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.body-purple .navbar #menu-main-navigation li.active a {
  color: #9B0F8F;
}

.body-purple .navbar #menu-main-navigation li.active span {
  border-color: #9B0F8F;
  background-color: #9B0F8F;
}

.body-purple .navbar #menu-main-navigation li.active .dropdown-menu li:hover a {
  color: #9B0F8F;
}

@media (max-width: 750px) {
  .body-purple .banner-content {
    background-color: #9B0F8F;
  }
}

/*End Purple template*/

/* Yellow template*/

.body-yellow h1 {
  color: #FAAB3D;
}

.body-yellow h3 {
  color: #FAAB3D;
}

.body-yellow h4 {
  color: #FAAB3D;
}

.body-yellow h2 {
  background-color: #FAAB3D;
}

.body-yellow .side-inst blockquote {
  background-color: #FAAB3D;
  color: #fff;
}

.body-yellow .img-div {
  background: url(assets/images/BannerLatestResearch.jpg);
}

.body-yellow .content-about .img-div.div-bag::after {
  background: linear-gradient( rgba(250, 171, 61, 0.5), rgba(250, 171, 61, 0.5));
  content: '';
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.body-yellow .div-bag.img-div::after {
  background: linear-gradient( rgba(250, 171, 61, 0.5), rgba(250, 171, 61, 0.5));
  content: '';
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.body-yellow .navbar #menu-main-navigation li.active span {
  border-color: #FAAB3D;
  background-color: #FAAB3D;
}

.body-yellow .navbar #menu-main-navigation li.active a {
  color: #FAAB3D;
}

.body-yellow .navbar #menu-main-navigation li.active .dropdown-menu li:hover a {
  color: #FAAB3D;
}

@media (max-width: 750px) {
  .body-yellow .banner-content {
    background-color: #FAAB3D;
  }
}

/*End End template*/

/*Blue template*/

.body-blue h1 {
  color: #1B75BB;
}

.body-blue h3 {
  color: #1B75BB;
}

.body-blue h4 {
  color: #1B75BB;
}

.body-blue h2 {
  background-color: #1B75BB;
}

.body-blue .side-inst blockquote {
  background-color: #1B75BB;
  color: #fff;
}

.body-blue .div-bag.img-div::after {
  background: linear-gradient( rgba(27, 117, 187, 0.5), rgba(27, 117, 187, 0.5));
  content: '';
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.body-blue .navbar #menu-main-navigation li.active a {
  color: #1B75BB;
}

.body-blue .navbar #menu-main-navigation li.active span {
  border-color: #1B75BB;
  background-color: #1B75BB;
}

.body-blue .navbar #menu-main-navigation li.active .dropdown-menu li:hover a {
  color: #1B75BB;
}

@media (max-width: 750px) {
  .body-blue .banner-content {
    background-color: #1B75BB;
  }
}

/*End Blue template*/

/*Orange template*/

.body-orange h1 {
  color: #FF7800;
}

.body-orange h3 {
  color: #FF7800;
}

.body-orange h4 {
  color: #FF7800;
}

.body-orange h2 {
  background-color: #FF7800;
}

.body-orange .side-inst blockquote {
  background-color: #FF7800;
  color: #fff;
}

.body-orange .img-div {
  background: url(assets/images/BannerExpertAdvice.jpg);
}

.body-orange .div-bag.img-div::after {
  background: linear-gradient( rgba(255, 120, 0, 0.5), rgba(255, 120, 0, 0.5));
  content: '';
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.body-orange .navbar #menu-main-navigation li.active a {
  color: #FF7800;
}

.body-orange .navbar #menu-main-navigation li.active span {
  border-color: #FF7800;
  background-color: #FF7800;
}

.body-orange .navbar #menu-main-navigation li.active .dropdown-menu li:hover a {
  color: #FF7800;
}

@media (max-width: 750px) {
  .body-orange .banner-content {
    background-color: #FF7800;
  }
}

/*End Orange template*/

/*Orange template*/

.body-green h1 {
  color: #0C8200;
}

.body-green h3 {
  color: #0C8200;
}

.body-green h4 {
  color: #0C8200;
}

.body-green h2 {
  background-color: #0C8200;
}

.body-green .side-inst blockquote {
  background-color: #0C8200;
  color: #fff;
}

.body-green .img-div {
  background: url(assets/images/BannerPlayGuide.jpg);
}

.body-green .div-bag.img-div::after {
  background: linear-gradient( rgba(12, 130, 0, 0.5), rgba(12, 130, 0, 0.5));
  content: '';
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.body-green .navbar #menu-main-navigation li.active a {
  color: #0C8200;
}

.body-green .navbar #menu-main-navigation li.active span {
  border-color: #0C8200;
  background-color: #0C8200;
}

.body-green .navbar #menu-main-navigation li.active .dropdown-menu li:hover a {
  color: #0C8200;
}

@media (max-width: 750px) {
  .body-green .banner-content {
    background-color: #0C8200;
  }
}

/*End Orange template*/

/*Orange template*/

.body-lightblue h1 {
  color: #0C8200;
}

.body-lightblue h3 {
  color: #5BC6D6;
}

.body-lightblue h4 {
  color: #5BC6D6;
}

.body-lightblue h2 {
  background-color: #5BC6D6;
}

.body-lightblue .side-inst blockquote {
  background-color: #5BC6D6;
  color: #fff;
}

.body-lightblue .img-div {
  background: url(assets/images/BannerContactUs.jpg);
}

.body-lightblue .div-bag.img-div::after {
  background: linear-gradient( rgba(91, 198, 214, 0.5), rgba(91, 198, 214, 0.5));
  content: '';
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.body-lightblue .navbar #menu-main-navigation li.active a {
  color: #5BC6D6;
}

.body-lightblue .navbar #menu-main-navigation li.active span {
  border-color: #5BC6D6;
  background-color: #5BC6D6;
}

.body-lightblue .navbar .upper-link ul li.active span {
  border: 2px solid #5BC6D6;
  border-radius: 30px;
}

.body-lightblue .navbar .upper-link ul li.active a {
  color: #5BC6D6;
}

.body-lightblue .navbar .upper-link ul li.active i {
  color: #5BC6D6;
}

.body-lightblue .navbar #menu-main-navigation li.active .dropdown-menu li:hover a {
  color: #5BC6D6;
}

@media (max-width: 750px) {
  .body-lightblue .banner-content {
    background-color: #5BC6D6;
  }
}

/*End Orange template*/

/*Orange template*/

.body-lightpurple h1 {
  color: #652D90;
}

.body-lightpurple h3 {
  color: #652D90;
}

.body-lightpurple h4 {
  color: #652D90;
}

.body-lightpurple h2 {
  background-color: #652D90;
}

.body-lightpurple .side-inst blockquote {
  background-color: #652D90;
  color: #fff;
}

.body-lightpurple .img-div {
  background: url(assets/images/BannerContactUs.jpg);
}

.body-lightblue .div-bag.img-div::after {
  background: linear-gradient( rgba(91, 198, 214, 0.5), rgba(91, 198, 214, 0.5));
  content: '';
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.body-lightpurple .navbar #menu-main-navigation li.active a {
  color: #652D90;
}

.body-lightpurple .navbar #menu-main-navigation li.active span {
  border-color: #652D90;
  background-color: #652D90;
}

.body-lightpurple .navbar .upper-link ul li.active span {
  border: 2px solid #652D90;
  border-radius: 30px;
}

.body-lightpurple .navbar .upper-link ul li.active a {
  color: #652D90;
}

.body-lightpurple .navbar .upper-link ul li.active i {
  color: #652D90;
}

@media (max-width: 750px) {
  .body-lightpurple .banner-content {
    background-color: #652D90;
  }
}

/*End Orange template*/

.navbar #menu-main-navigation li.active .dropdown-menu li a {
  color: #000;
}

.navbar #menu-main-navigation li.active .dropdown-menu li span {
  border: none;
}

.n2-ss-slider-1 {
  margin-top: 70px;
}

@media(max-width:750px) {
  .n2-ss-slider-1 {
    margin-top: 0px;
  }
}

div#n2-ss-4 .n2-ss-slider-2 {
  height: 470px !important;
}

div#n2-ss-4 .n2-ss-showcase-slides {
  height: 470px !important;
}

div#n2-ss-4 .n2-ss-slide {
  height: 470px !important;
}

div#n2-ss-4 .n2-ss-layers-container {
  height: 470px !important;
}

.n2-ss-slider .n2-ss-layer-content {
  height: 470px !important;
}

div#n2-ss-4 .n2-style-8bec3669d74b2d6bc5ac752b0cfb973e-heading {
  height: 470px !important;
  box-shadow: none !important;
  border-radius: 0px !important;
}

@media(max-width:750px) {
  .n2-ss-slider .n2-ss-img-wrapper, .n2-ss-slider .n2-ss-img-wrapper img {
    object-fit: cover;
    top: 154px;
  }
}

.quote-card p {
  line-height: 1.4;
  padding: 0px 25px;
}

.download .banner-content h2 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.navbar ul>li:hover .dropdown-menu {
  display: block;
}

div#n2-ss-4 .n2-ss-layer .n2-font-001cd0333a03d697da21f2d3339f39d7-hover {
  font-family: 'Montserrat', sans-serif !important;
}

.navbar .upper-link ul li a {
  display: inline-block;
  margin-right: 5px;
  font-weight: 100 !important;
  font-size: 13px;
}

.navbar .upper-link ul li i {
  font-size: 13px;
}

.navbar .upper-link ul li {
  margin: 0px;
  color: #8a8b8d;
}

.navbar .upper-link ul li.active span {
  display: block;
  margin-top: 2px;
}

input[aria-required="true"]+label {
  color: #999;
  font-family: Arial;
  font-size: .8em;
  position: relative;
  left: -166px;
  /* the negative of the input width */
}

input[aria-required="true"]:after {
  content: '*';
  color: red;
}

@media (max-width:990px) {
  .n2-ss-slider.n2-ss-mobile .n2-ss-slider-1, .n2-ss-slider.n2-ss-tablet .n2-ss-slider-1 {
    height: 560px !important;
  }
  #n2-ss-4-arrow-next {
    top: 24px !important;
  }
}

@media (max-width:750px) {
  .n2-ss-slider.n2-ss-mobile .n2-ss-slider-1, .n2-ss-slider.n2-ss-tablet .n2-ss-slider-1 {
    height: 500px !important;
  }
  #n2-ss-4-arrow-next {
    top: 24px !important;
  }
}

@-moz-document url-prefix() {
  body, html {
    height: 100%;
  }
  @media (max-width:990px) {
    #n2-ss-4-arrow-next img {
      display: inline;
      width: 17% !important;
      padding: 0px;
      right: -134px;
    }
  }
  #n2-ss-4-arrow-next:before {
    top: 14px;
  }
}

#wrapper1 {
  position: relative;
  min-width: 100%;
  min-height: 100%;
  background-size: 100% 100%, auto;
  padding: 0;
  background-position: right 102px;
  background-image: url(assets/images/background.png);
  height: auto;
}

@media(max-width: 1366px) {
  #wrapper1 {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    min-height: 100%;
  }
}

@media (max-width:750px) {
  .main-label {
    margin-top: 0px;
  }
}

.heading-play {
  margin-top: 0px;
  font-weight: 400;
}

@media (max-width: 750px) {
  h2 {
    font-size: 50px;
  }
  .banner-content h2 {
    padding-left: 10%;
    font-size: 48px;
  }
}

.navbar .ul-menu ul#menu-main-navigation>li:nth-child(1):hover a {
  color: #9B0F8F;
}

.navbar .ul-menu ul>li:nth-child(1):hover span {
  border-color: #9B0F8F;
  background-color: #9B0F8F;
}

.navbar .ul-menu ul#menu-main-navigation>li:nth-child(1):hover .dropdown-menu li:hover a {
  color: #9B0F8F;
}

.navbar .ul-menu ul#menu-main-navigation>li:nth-child(2):hover a {
  color: #FAAB3D;
}

.navbar .ul-menu ul>li:nth-child(2):hover span {
  border-color: #FAAB3D;
  background-color: #FAAB3D;
}

.navbar .ul-menu ul#menu-main-navigation>li:nth-child(2):hover .dropdown-menu li:hover a {
  color: #FAAB3D;
}

.navbar .ul-menu ul#menu-main-navigation>li:nth-child(3):hover a {
  color: #0C8200;
}

.navbar .ul-menu ul>li:nth-child(3):hover span {
  border-color: #0C8200;
  background-color: #0C8200;
}

.navbar .ul-menu ul#menu-main-navigation>li:nth-child(3):hover .dropdown-menu li:hover a {
  color: #0C8200;
}

.navbar .ul-menu ul#menu-main-navigation>li:nth-child(4):hover a {
  color: #1B75BB;
}

.navbar .ul-menu ul>li:nth-child(4):hover span {
  border-color: #1B75BB;
  background-color: #1B75BB;
}

.navbar .ul-menu ul#menu-main-navigation>li:nth-child(4):hover .dropdown-menu li:hover a {
  color: #1B75BB;
}

.navbar .ul-menu ul#menu-main-navigation>li:nth-child(5):hover a {
  color: #FF7800;
}

.navbar .ul-menu ul>li:nth-child(5):hover span {
  border-color: #FF7800;
  background-color: #FF7800;
}

.navbar .ul-menu ul#menu-main-navigation>li:nth-child(5):hover .dropdown-menu li:hover a {
  color: #FF7800;
}

.navbar #menu-main-navigation li .dropdown-menu li span {
  border-color: transparent;
  background-color: transparent;
  border: 0px;
}

.navbar .ul-menu ul#menu-main-navigation>li:hover .dropdown-menu li a {
  color: #000;
}

.navbar .ul-menu ul>li:hover .dropdown-menu li span {
  border-color: transparent;
  background-color: transparent;
  border: 0px;
}

.navbar .upper-link ul li:nth-child(1):hover a {
  color: #9B0F8F;
}

.navbar .upper-link ul li:nth-child(1):hover i {
  color: #9B0F8F;
}

.navbar .upper-link ul li:nth-child(1):hover span {
  border: 2px solid #9B0F8F;
  background-color: #9B0F8F;
  border-radius: 30px;
  display: block;
}

.navbar .upper-link ul li:nth-child(2):hover a {
  color: #5BC6D6;
}

.navbar .upper-link ul li:nth-child(2):hover i {
  color: #5BC6D6;
}

.navbar .upper-link ul li:nth-child(2):hover span {
  border: 2px solid #5BC6D6;
  background-color: #5BC6D6;
  border-radius: 30px;
  display: block;
}

.wpcf7-form-control::-webkit-input-placeholder:after {
  content: " *";
  color: red;
  /*position:*/
}

.wpcf7-form-control:-moz-placeholder:after {
  content: " *";
  color: red;
}

.wpcf7-form-control:-ms-input-placeholder:after {
  content: " *";
  color: red;
}

@media(min-width:1368px) {
  body, html {
    font-size: 2.2vh;
  }
}

.file-size {
  text-align: center;
}

@media (max-width: 770px) {
  .file-size {
    text-align: left;
  }
}

.top-heading {
  margin-bottom: 25px;
}

@media only screen and (width:1368px) {
  #n2-ss-4-align {
    width: 1708px !important;
  }
}

body {
  overflow-y: auto;
  /*!important;*/
  overflow-x: hidden;
}

.content {
  overflow-y: auto;
  /*!important;*/
  overflow-x: hidden;
}

@media (max-width: 748px) {
  .slideurl {
    display: block;
  }
  h3 {
    font-size: 30px;
    line-height: 1.15;
  }
  .heading-play {
    margin-top: 0px;
  }
}

h4 {
  font-weight: 400;
}

ul li {
  font-size: 17px;
  font-weight: 600;
  margin-top: 5px;
  margin-bottom: 5px;
}

.slidetext a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width:750px) {
  .n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]:nth-child(5) .slidetext.in-desk {
    display: none;
  }
}

.slidetext.in-desk a {
  font-weight: 200;
  font-family: 'Love Ya Like A Sister';
}

.slidetext.in-desk span {
  font-weight: 400;
  color: #f1efef;
  font-size: 87.5%;
}

.download-main .first-name a {
  color: #FF4612;
  display: inline-block;
  padding: 12px 0px;
  text-decoration: none;
}

.download-main .first-name a:hover {
  color: #d23200;
}

.main-label {
  display: inline-block;
  padding: 12px 0px;
}

@media (max-width: 768px) {
  .download-main .first-name a {
    padding: 0px;
  }
  .main-label {
    padding: 0px;
  }
}

.nextend-arrow-next {
  position: absolute;
  width: 32px !important;
  height: 32px !important;
  top: 214px !important;
}

.side-inst .wp-caption.alignright img {
  width: auto;
  margin-left: 10px;
  float: right;
}

.side-inst .wp-caption.alignleft img {
  width: auto;
  margin-right: 10px;
  float: left;
}

@media(max-width:750px) {
  figure {
    margin: 0px;
    padding: 0px;
    width: 100% !important;
  }
  .side-inst .wp-caption.alignright img {
    width: 100%;
    margin-left: 0px;
    float: none;
    height: auto;
  }
  .side-inst .wp-caption.alignleft img {
    width: 100%;
    margin-right: 0px;
    float: none;
    height: auto;
  }
}

figcaption.wp-caption-text {
  font-size: 11px;
  font-style: italic;
  font-weight: 400;
  margin-top: 3px;
  text-align: left;
}

.side-inst p a {
  word-break: break-all;
  color: #FF7800;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .n2-ss-slider .n2-ss-layer-content [data-pm=normal]:last-child.n2-ss-layer {
    top: 175px;
  }
}

.download-main a {
  word-break: break-all;
  color: #FF7800;
}

@media (max-width:540px) {
  .n2-ss-slider .n2-ss-layer-content .n2-ss-layer[data-pm=normal]:nth-child(5) {
    bottom: 10px;
  }
}

.n2-ss-slider .n2-ow:before {
  display: inherit !important;
}

.copyright-text {
	text-align: center;
    width: 100%;
    position: absolute;
    bottom: 4px;
	left: 0;
	right: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 12px;
}

i.fab.fa-instagram { 	
	font-size: 20px !important;      	
	color: #8a8b8d;      	
	margin-top: -5px; 
}  

i.fab.fa-instagram:hover { 	
	color: #DD2A7B !important;
}

i.fa.fa-facebook { 	
	font-size: 20px !important;      	
	color: #8a8b8d;      	
	margin-top: -4px; 
}  

i.fa.fa-facebook:hover { 	
	color: #3b5999 !important; 
} 

.pipe-divider > a, .find-us-menu-item > a { 
	font-size: 21px !important; 
	margin-top: 4px; 
} 

.pipe-divider > a:hover, .find-us-menu-item > a:hover { 
	cursor: default; 
} 

.pipe-divider, .find-us-menu-item { 
	cursor: default; 
}

.find-us-menu-item {
	display: none;
}

@media (max-width: 990px) {
	.pipe-divider {
		display: none !important;
	}	
	
	.navbar .upper-link ul li.find-us-menu-item{
    padding-top: 20px;
		line-height: 16px;
	}
	
	.contact-us-menu-item {
		width: 100% !important;
		border-bottom: 1px solid #ddd;
		padding-bottom: 20px !important;
	}
	.find-us-menu-item, .facebook-icon-container, .instagram-icon-container {
		display: table-cell !important;
	}
}

.pipe-divider-hidden, .find-us-menu-item-hidden, .facebook-icon-container-hidden, .instagram-icon-container-hidden { 
	display: none !important; 
}

/*.bottom-heading {
	position: unset !important;
}*/