/* @override
	https://ayoareduxstg.wpengine.com/wp-content/themes/Ayoa%20Redux/style.css
	https://www.ayoa.com/wp-content/themes/Ayoa%20Redux/style.css */
/*
Theme Name: Ayoa Redux Theme
Theme URI: http://ayoa.com
Description:
Version: 1.0
Author: Krystian Morgan
Tags: mind map, task management, whiteboards, app
*/

/*
   PRIMARY COLOURS

   Ayoa Blue: #00C1FF
   Darker Blue: #0092FF
   Main Grey: #132123


*/

@import 'css/reset.css';
/*@import "css/typography.css";*/
@import 'css/layout.css';
@import 'fonts/stylesheet.css';

body {
    font-family: 'open_sanslight' !important;
    overflow-x: hidden;
    background-color: #ffffff;
}

h1,
h2,
h3 {
    font-family: 'open_sansextrabold' !important;
    color: #003257;
    margin-bottom: 25px;
}

h4,
h5 {
    font-family: 'open_sansregular' !important;
    color: #003257;
}

h1 {
    font-size: 55px;
    margin-bottom: 20px;
    line-height: 65px;
}

h2 {
    font-size: 42px;
    margin-bottom: 20px;
}

h3 {
    font-size: 32px;
    line-height: 45px;
}

h4 {
    font-size: 26px;
    line-height: 35px;
}

h5 {
    font-size: 22px;
    line-height: 30px;
}

.titlehide {
    font-size: 0;
    width: 1px;
    height: 1px;
    display: inline-block;
    overflow: hidden;
    position: absolute !important;
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    clip: rect(1px, 1px, 1px, 1px);
}

p {
    font: 19px/33px 'open_sanslight';
    color: #323232;
    margin-bottom: 20px;
}

strong {
    font-family: 'open_sansextrabold' !important;
}

a {
    color: #0070c4;
    transition: color 0.2s ease;
    text-decoration: underline;
}

a:hover {
    color: #004fa2;
}

.nounderline {
	text-decoration: none !important;
}

.white {
    color: #ffffff;
}

.blue {
    color: #00a8fc;
}

.caveat {
	    font-family: 'Caveat', 'Open Sans', Arial;
		color: #004261;
		font-weight: bold;
}

.center {
    text-align: center;
}

.clear {
    clear: both;
}

ol,
ul {
    /*list-style: none;*/
	
}

li {
    /*list-style: circle;
	margin-bottom: 10px;*/
}

@media only screen and (max-width: 800px) {
    h1 {
        font-size: 40px !important;
        margin-bottom: 20px;
        line-height: 50px;
    }

    h2 {
        font-size: 32px !important;
        margin-bottom: 20px;
        line-height: 40px;
    }

    h3 {
        font-size: 25px !important;
        line-height: 30px;
    }

    h4 {
        font-size: 22px !important;
        line-height: 35px;
    }

    h5 {
        font-size: 18px !important;
        line-height: 30px;
    }
}

@media only screen and (max-width: 500px) {
    h1 {
        font-size: 28px !important;
        margin-bottom: 20px;
        line-height: 35px;
    }

    h2 {
        font-size: 25px !important;
        margin-bottom: 20px;
        line-height: 30px;
    }

    h3 {
        font-size: 20px !important;
        line-height: 25px;
    }

    h4 {
        font-size: 18px !important;
        line-height: 22px;
    }

    h5 {
        font-size: 16px !important;
        line-height: 20px;
    }

    p {
        font: 16px/24px 'open_sanslight';
    }
}

.clear {
    clear: both;
}

hr {
    border-bottom: 1.8px solid #ececec;
    border-top: none;
    margin-top: 50px;
    margin-bottom: 50px;
}

.display-no {
    display: none !important;
}

.display-yes {
    display: block !important;
}

blockquote p,
blockquote {
    font: 20px/40px Georgia, 'Times New Roman', Times, serif !important;
    color: #a3a3a3 !important;
    font-style: italic !important;
    margin: 0 auto 20px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

.blogwrap blockquote p,
.blogwrap blockquote {
    max-width: 665px;
}

.blogwrap img {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    max-width: 85%;
    margin: 35px auto;
    display: block;
    transition: all 0.2s ease;
}

.blogwrap h1,
.blogwrap h2,
.blogwrap h3,
.blogwrap h4,
.blogwrap h5 {
    max-width: 665px;
    /*margin: 0 auto !important;*/
    padding-right: 20px !important;
    padding-left: 20px !important;
    /*background-color: #f7ecec;*/
    margin: 30px auto !important;
}

.blogwrap p {
    font: 18px/35px 'open_sanslight' !important;
    color: #5b5b5b;
    max-width: 665px;
    /*margin: 0 auto !important;*/
    padding-right: 20px !important;
    padding-left: 20px !important;
    /*background-color: #f7ecec;*/
    margin: 15px auto !important;
}

.blogwrap ul {
    font: 18px/35px 'open_sanslight' !important;
    max-width: 665px;
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 35px !important;
    color: #003257;
}

.blogwrap ul li {
    list-style-type: disc;
}

.next-previous {
    display: flex;
    justify-content: space-between;
}

img {
    max-width: 100%;
    height: auto;
}

/*img::after {
	object-fit: contain !important;
}*/

picture.rounded {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}
.rounded img {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.rounded-edge {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.floating img {
    animation: floating 4s ease-in-out infinite;
    margin: 0px !important;
}

.floating {
    animation-name: floating;
    animation-duration: 4s;
    animation-direction: alternate;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes floating {
    0% {
        transform: translate(0, 0px);
    }
    50% {
        transform: translate(0, 15px);
    }
    100% {
        transform: translate(0, -0px);
    }
}

.center {
    text-align: center;
}

.heroimg {
    width: 500px;
    height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
}

.grow {
    transition: all 0.2s ease;
}

.grow:hover {
    transform: scale(1.1);
}

.grow img {
    transition: all 0.2s ease;
}

.grow img:hover {
    transform: scale(1.1);
}

/* @group BUTTONS & SIGNUPS */

.blueaction {
    padding: 12px 40px;
    border: 2px solid #caeef4;
    color: #ffffff !important;
    font-size: 22px;
    font-weight: 400;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: -webkit-linear-gradient(top, #00c0fe 0%, #008ff7 100%) #00a8fb;
    background: -moz-linear-gradient(top, #00c0fe 0%, #008ff7 100%) #00a8fb;
    background: -ms-linear-gradient(top, #00c0fe 0%, #008ff7 100%) #00a8fb;
    background: linear-gradient(to bottom, #00c0fe 0%, #008ff7 100%) #00a8fb;
    transition: all 0.2s ease;
    display: inline-block;
}
.blueaction:hover {
    background: -webkit-linear-gradient(top, #00aae1 0%, #007ad2 100%) #008fd5;
    background: -moz-linear-gradient(top, #00aae1 0%, #007ad2 100%) #008fd5;
    background: -ms-linear-gradient(top, #00aae1 0%, #007ad2 100%) #008fd5;
    background: linear-gradient(to bottom, #00aae1 0%, #007ad2 100%) #008fd5;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    transform: scale(1) !important;
}

.signup-surround {
    display: inline-block;
    padding: 4px;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    border-radius: 10px !important;
    border: 10px solid #e4f3ff;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.signupemail-input {
    padding-left: 25px !important;
    width: 300px;
    height: 45px;
    border: none !important;
    color: #6c6c6c;
    background-color: #ffffff;
    outline: none;
    position: relative;
    top: -2px;
    font-size: 14px;
}

ul.svgticks {
    text-indent: 0;
    display: flex;
    text-align: left;
    margin-left: 10px;
    margin-bottom: 0;
	/*justify-content: center;*/
}

.svgticks li {
    color: #004f6c;
    font-size: 16px;
    margin-bottom: 14px;
    list-style: none;
    margin-right: 15px;
    padding-right: 20px;
}

.svgticks li::before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(/wp-content/uploads/2021/10/tick.svg) no-repeat;
    position: relative;
    top: 5px;
    margin-right: 8px;
}

@media (max-width: 900px) {
    ul.svgticks {
        margin: 0 auto !important;
        justify-content: center;
        float: none;
    }
}

@media (max-width: 700px) {
    ul.svgticks {
        flex-direction: column;
        text-align: center;
    }
    .svgticks li {
        margin-right: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width: 1280px) {
    .signupemail-input {
        padding-left: 25px !important;
        width: 20vw;
        height: 45px;
        border: none !important;
        color: #6c6c6c;
        background-color: #ffffff;
        outline: none;
        position: relative;
        top: -2px;
        max-width: 100%;
    }

    .blueaction {
        padding-right: 25px;
        padding-left: 25px;
    }
}

@media only screen and (max-width: 1024px) {
    .signup-surround {
        /*border: none !important;*/
        text-align: center;
        background-color: #e4f3ff !important;
    }

    .signupemail-input {
        margin-bottom: 8px;
        width: 90%;
    }
}

.button {
    font-family: 'open_sansextrabold' !important;
    padding: 12px 35px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: none !important;
    text-transform: none !important;
}

.button:hover {
    border-color: #00c1ff;
    transition: all 0.2s ease;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    cursor: pointer;
}

.standard-button {
    background-color: #0070c4;
	border: 2px solid #0070c4;
    color: #ffffff;
	/*background-color: #0054ac;
	border: 2px solid #0054ac;*/
}

.standard-button:hover {
    background-color: #0254d5;
	border-color: #0254d5;
	/*background-color: #002849;
	border-color: #002849;*/
    color: #ffffff;
    transition: all 0.2s ease;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.outline-button {
    background-color: rgba(255, 255, 255, 0);
    color: #0070c4;
    border: 2px solid #0070c4;
}

.outline-button:hover {
    background-color: #0254d5;
    color: #ffffff;
    border-color: #0254d5;
    transition: all 0.2s ease;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.black-button {
    background-color: #0d1f22;
    color: #ffffff !important;
    border-color: #0d1f22;
}
.black-button:hover {
    background-color: #000000;
    color: #ffffff !important;
    border-color: #000000;
}
.outline-button.black-button {
    background-color: transparent;
    color: #0d1f22 !important;
    border-color: #0d1f22;
}
.outline-button.black-button:hover {
    background-color: #0d1f22;
    color: #ffffff !important;
    border-color: #0d1f22;
}

.white-button {
    background-color: #ffffff;
    color: #0d1f22 !important;
    border-color: #ffffff;
}
.white-button:hover {
    background-color: #0254d5;
    color: #ffffff !important;
    border-color: #0254d5;
}
.outline-button.white-button {
    background-color: transparent;
    color: #ffffff !important;
    border-color: #ffffff;
}
.outline-button.white-button:hover {
    background-color: #ffffff;
    color: #0d1f22 !important;
    border-color: #ffffff;
}

.grey-button {
    background-color: #516e82;
    color: #ffffff !important;
    border-color: #516e82;
}
.grey-button:hover {
    background-color: #375a73;
    color: #ffffff !important;
    border-color: #375a73;
}
.outline-button.grey-button {
    background-color: transparent;
    color: #516e82 !important;
    border-color: #516e82;
}
.outline-button.grey-button:hover {
    background-color: #375a73;
    color: #ffffff !important;
    border-color: #375a73;
}

.purple-button {
    background-color: #6a23ce;
    color: #ffffff !important;
    border-color: #6a23ce;
}
.purple-button:hover {
    background-color: #431683;
    color: #ffffff !important;
    border-color: #431683;
}
.outline-button.purple-button {
    background-color: transparent;
    color: #6a23ce !important;
    border-color: #6a23ce;
}
.outline-button.purple-button:hover {
    background-color: #6a23ce;
    color: #ffffff !important;
    border-color: #6a23ce;
}

.green-button {
    background-color: #367b02;
    color: #ffffff !important;
    border-color: #367b02;
}
.green-button:hover {
    background-color: #275c00;
    color: #ffffff !important;
    border-color: #275c00;
}
.outline-button.green-button {
    background-color: transparent;
    color: #367b02 !important;
    border-color: #367b02;
}
.outline-button.green-button:hover {
    background-color: #275c00;
    color: #ffffff !important;
    border-color: #275c00;
}

.fuscia-button {
    background-color: #cb004e;
    color: #ffffff !important;
    border-color: #cb004e;
}
.fuscia-button:hover {
    background-color: #9d003c;
    color: #ffffff !important;
    border-color: #9d003c;
}
.outline-button.fuscia-button {
    background-color: transparent;
    color: #cb004e !important;
    border-color: #cb004e;
}
.outline-button.fuscia-button:hover {
    background-color: #9d003c;
    color: #ffffff !important;
    border-color: #9d003c;
}

.orange-button {
    background-color: #ff7f16;
    color: #ffffff !important;
    border-color: #ff7f16;
}
.orange-button:hover {
    background-color: #b15810;
    color: #ffffff !important;
    border-color: #b15810;
}
.outline-button.orange-button {
    background-color: transparent;
    color: #ff7f16 !important;
    border-color: #ff7f16;
}
.outline-button.orange-button:hover {
    background-color: #ff7f16;
    color: #ffffff !important;
    border-color: #ff7f16;
}

.readmorebtn {
    font-family: 'open_sansextrabold' !important;
    padding: 5px 25px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 20px;
    margin-bottom: 20px;
    text-decoration: none !important;
    text-transform: none !important;
    background-color: transparent;
    color: #9ab0c0 !important;
    border-color: #9ab0c0;
    border-style: solid;
}



/* Switch button styles */


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


.button {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.button span {
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.button:before,
.button:after {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.4s, opacity 0.3s;
  -moz-transition: 0.4s, opacity 0.3s;
  -o-transition: 0.4s, opacity 0.3s;
  transition: 0.4s, opacity 0.3s;
}

/* :before */
.button:before {
  content: attr(data-hover);
  -webkit-transform: translate(-150%, 0);
  -moz-transform: translate(-150%, 0);
  -ms-transform: translate(-150%, 0);
  -o-transform: translate(-150%, 0);
  transform: translate(-150%, 0);
}

/* :after */
.button:after {
  content: attr(data-active);
  -webkit-transform: translate(150%, 0);
  -moz-transform: translate(150%, 0);
  -ms-transform: translate(150%, 0);
  -o-transform: translate(150%, 0);
  transform: translate(150%, 0);
}

/* Span on :hover and :active */
.button:hover span,
.button:active span {
  opacity: 0;
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  transform: scale(0.3);
}

/*  
    We show :before pseudo-element on :hover 
    and :after pseudo-element on :active 
*/
.button:hover:before,
.button:active:after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

/* 
  We hide :before pseudo-element on :active
*/
.button:active:before {
  -webkit-transform: translate(-150%, 0);
  -moz-transform: translate(-150%, 0);
  -ms-transform: translate(-150%, 0);
  -o-transform: translate(-150%, 0);
  transform: translate(-150%, 0);
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
}



@media only screen and (max-width: 800px) {
.switchbutton {

}

.button span {
display: none;
}

.button:after {
content: attr(data-hover);
}
}









/* @end */

/* @group BANNERS */

.fullbgbanner {
    background-color: #ededed;
}

.test {
    background-image: -webkit-linear-gradient(top, white 0%, #4ab8fe 100%);
    background-image: -moz-linear-gradient(top, white 0%, #4ab8fe 100%);
    background-image: -ms-linear-gradient(top, white 0%, #4ab8fe 100%);
    background-image: linear-gradient(to bottom, white 0%, #4ab8fe 100%);
}

.bluegradientbanner {
    background: -webkit-radial-gradient(#03afea 0%, #0483e5 100%) #1ca2fa;
    background: radial-gradient(#03afea 0%, #0483e5 100%) #1ca2fa;
}

.darkbluebanner {
    background: -webkit-linear-gradient(top, #00293d 0%, #00476a 100%) #002539;
    background: -moz-linear-gradient(top, #00293d 0%, #00476a 100%) #002539;
    background: -ms-linear-gradient(top, #00293d 0%, #00476a 100%) #002539;
    background: linear-gradient(to bottom, #00293d 0%, #00476a 100%) #002539;
}


.darkbluebanner h1,
.darkbluebanner h2,
.darkbluebanner h3,
.darkbluebanner h4,
.darkbluebanner h5,
.darkbluebanner p {
    color: #ffffff;
}

.bluegradientbanner .flex-grid {
    align-items: center !important;
}

.bluegradientbanner h1,
.bluegradientbanner h2,
.bluegradientbanner h3,
.bluegradientbanner h4,
.bluegradientbanner h5,
.bluegradientbanner p {
    color: #ffffff;
}

.bluegradientbanner a {
    color: #ffffff;
    text-decoration: underline;
}

.bluegradientbanner a:hover {
    color: #013860;
    text-decoration: underline;
}

.lightbluebanner {
    background-color: #e4f3ff;
    color: #ffffff !important;
}

.yellowbanner {
    background-color: #fefbe2;
    color: #ffffff !important;
}

.greenbanner {
    background-color: #d6f2bf;
    color: #ffffff !important;
}

.orangebanner {
    background-color: #fec08f;
    color: #ffffff !important;
}

.orangebanner h1,
.orangebanner h2,
.orangebanner h3,
.orangebanner h4,
.orangebanner h5,
.orangebanner p {
    /*color: #ffffff;*/
}

.creambanner {
    background-color: #fff4d7;
}

.creambanner h1,
.creambanner h2,
.creambanner h3,
.creambanner h4,
.creambanner h5 {
    /*color: #ff7d49;*/
}

.darkbanner {
    background: -webkit-linear-gradient(top, #00313f 0%, #00242d 100%) #002c37;
    background: -moz-linear-gradient(top, #00313f 0%, #00242d 100%) #002c37;
    background: -ms-linear-gradient(top, #00313f 0%, #00242d 100%) #002c37;
    background: linear-gradient(to bottom, #00313f 0%, #00242d 100%) #002c37;
}

.darkbanner h1,
.darkbanner h2,
.darkbanner h3,
.darkbanner h4,
.darkbanner h5,
.darkbanner p {
    color: #ffffff;
}

.purplebanner {
    background: -webkit-linear-gradient(top, #6207a4 0%, #51038a 100%) #5f069e;
    background: -moz-linear-gradient(top, #6207a4 0%, #51038a 100%) #5f069e;
    background: -ms-linear-gradient(top, #6207a4 0%, #51038a 100%) #5f069e;
    background: linear-gradient(to bottom, #6207a4 0%, #51038a 100%) #5f069e;
}

.purplebanner h1,
.purplebanner h2,
.purplebanner h3,
.purplebanner h4,
.purplebanner h5,
.purplebanner p {
    color: #ffffff;
}

.lightpurplebanner {
    background-color: #f4e8fe;
}

.transparentbanner {
	background-color: transparent;
}

.bluebanner {
    background: -webkit-linear-gradient(top, #1a93fe 0%, #0079e4 100%) #128bf6;
    background: -moz-linear-gradient(top, #1a93fe 0%, #0079e4 100%) #128bf6;
    background: -ms-linear-gradient(top, #1a93fe 0%, #0079e4 100%) #128bf6;
    background: linear-gradient(to bottom, #1a93fe 0%, #0079e4 100%) #128bf6;
}

.bluebanner a {
    color: #053a69;
}

.bluebanner a:hover {
    color: #afd6f8;
}

.bluebanner h1,
.bluebanner h2,
.bluebanner h3,
.bluebanner h4,
.bluebanner h5,
.bluebanner p,
.bluebanner li {
    color: #ffffff;
}

.banner_img {
    background-repeat: no-repeat;
    background-position: center !important;
    background-size: cover !important;
    overflow: hidden;
}

.tip-box {
    background-color: #fefbe3;
    display: flex;
    align-items: center;
    padding: 20px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    justify-content: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.tip-bulb img {
    width: 95px !important;
    height: 95px !important;
    object-fit: contain;
    margin-top: 0;
    margin-bottom: 0;
}

/* @end */

/* @group FAQs ACCORDIAN */

.ac-label {
    font-weight: 700;
    position: relative;
    padding: 0.5em 1em;
    margin-bottom: 0.5em;
    display: block;
    cursor: pointer;
    background-color: whiteSmoke;
    transition: background-color 0.15s ease-in-out;
}

.ac-input:checked + label,
.ac-label:hover {
    background: -webkit-linear-gradient(right, #9ab6fc 0%, #b4eafc 100%) #b8d7f9;
    background: -moz-linear-gradient(right, #9ab6fc 0%, #b4eafc 100%) #b8d7f9;
    background: -ms-linear-gradient(right, #9ab6fc 0%, #b4eafc 100%) #b8d7f9;
    background: linear-gradient(to left, #9ab6fc 0%, #b4eafc 100%) #b8d7f9;
}

.ac-label:after,
.ac-input:checked + .ac-label:after {
    content: '+';
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 2em;
    height: 100%;
    line-height: 2.25em;
    text-align: center;
    background-color: #e5e5e5;
    transition: background-color 0.15s ease-in-out;
}

.ac-label:hover:after,
.ac-input:checked + .ac-label:after {
    background-color: #789ef7;
}

.ac-input:checked + .ac-label:after {
    content: '-';
}

.ac-input {
    display: none;
}

.ac-text,
.ac-sub-text {
    opacity: 0;
    height: 0;
    margin-bottom: 0.5em;
    transition: opacity 0.5s ease-in-out;
    overflow: hidden;
}

.ac-input:checked ~ .ac-text,
.ac-sub .ac-input:checked ~ .ac-sub-text {
    opacity: 1;
    height: auto;
}

.ac-sub .ac-label {
    background: none;
    font-weight: 600;
    padding: 0.5em 2em;
    margin-bottom: 0;
}

.ac-sub .ac-label:checked {
    background: none;
    border-bottom: 1px solid whitesmoke;
}

.ac-sub .ac-label:after,
.ac-sub .ac-input:checked + .ac-label:after {
    left: 0;
    background: none;
}

.ac-sub .ac-input:checked + label,
.ac-sub .ac-label:hover {
    background: none;
}

.ac-sub-text {
    padding: 0 1em 0 2em;
}

/* @end */

/* @group TOOLTIP */

.i-have-a-tooltip {
    text-align: center;
    padding: 0;
    margin: 0 auto;
    position: relative;
    border-radius: 5px;
    display: inline-block;
    width: 25px;
    float: left;
    opacity: 0.5;
    transition: opacity 0.1s ease-in-out 0s;
}

.i-have-a-tooltip:hover {
    opacity: 1;
}

.i-have-a-tooltip:before {
    content: attr(data-description);
    box-sizing: border-box;
    display: inline-block;
    background: rgba(8, 62, 102, 0.88);
    color: white;
    position: absolute;
    margin-left: -100px;
    height: auto;
    line-height: 18px;
    border-radius: 5px;
    opacity: 0;
    transition: 0.25s ease-in-out;
    font-size: 13px;
    z-index: 1;
    top: -50px;
    padding: 20px;
    left: 130px;
    width: 350px;
    pointer-events: none;
}

.i-have-a-tooltip:after {
    content: '';
    display: block;
    position: relative;
    top: 0;
    margin-left: -8px;
    height: 0;
    width: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid rgba(0, 0, 0, 0.7);
    transition: 0.25s ease-in-out;
    opacity: 0;
}

.i-have-a-tooltip:hover:before {
    opacity: 1;
    top: -80px;
}

@media only screen and (max-width: 750px) {
    /*ul.featurelistul  li {
	font-size: 12px;
}*/

    .i-have-a-tooltip:before {
        width: 220px;
    }
}

@media only screen and (max-width: 500px) {
    /*.scrolltext {
	color: #ffffff !important;
	font-size: 12px;
	position: relative;
	margin: 0 auto;
	top: 20px;
	display: block;
	max-width: 250px;
	width: 250px;
}


.featurelistsplit {
	width: 100%;
	margin-bottom: -27px;
}*/

    .i-have-a-tooltip:before {
        width: 220px;
    }
}

/* @end */

/* @group TESTIMONIALS */

/* Testimonials
-------------------------------------------------------------- */

.quote-box {
    padding-bottom: 50px;
    padding-top: 50px;
    max-width: 1280px;
    margin: 0 auto 80px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.testimonial-image img {
    -webkit-border-radius: 800px !important;
    -moz-border-radius: 800px !important;
    border-radius: 800px !important;
    object-fit: contain !important;
    width: 400px;
    height: 400px;
    max-width: 125px;
    max-height: 125px;
    font-size: 100px;
}

.testimonial-text {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #282828;
    line-height: 38px;
}

.quotations {
    color: #00bafe;
}

.quotee {
    font-size: 20px;
    color: #00bafe;
    font-weight: 600;
    margin-bottom: 0;
}

.quotee span {
    color: #858585;
    font-weight: normal;
}

@media only screen and (max-width: 800px) {
    .quote-box {
        margin-right: 20px;
        margin-left: 20px;
    }
}

.hp-simple-testimonials {
    background-image: -webkit-linear-gradient(70deg, #59c3ff 0%, #b08aff 100%);
    background-image: -moz-linear-gradient(70deg, #59c3ff 0%, #b08aff 100%);
    background-image: -ms-linear-gradient(70deg, #59c3ff 0%, #b08aff 100%);
    background-image: linear-gradient(20deg, #59c3ff 0%, #b08aff 100%);
    padding-bottom: 0;
    padding-top: 20px;
}

.text-quote {
    font-family: 'Open Sans', sans-serif;
    text-align: center;

    /*New styles:*/
    background-color: #ffffff;
    padding-top: 35px;
    padding-bottom: 25px;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
}

.text-quote blockquote {
    font-size: 17pt;
    font-style: italic;
    color: #828282;
    font-weight: 300;
    margin-bottom: 17pt;
}

.text-quote .author {
    font-size: 12pt;
    font-weight: 700;
}

.readable p {
    max-width: 800px;
    margin: 25px auto;
    line-height: 28px;
    text-align: justify;
}

.readable h5 {
    line-height: 35px;
    color: #446f94;
    font-size: 23px;
    font-style: italic;
    text-align: justify;
}

.readable .img-subtitle {
    margin-top: 25px;
    font-weight: normal;
    font-style: normal;
    font-size: 14px;
    line-height: 20px;
    color: #a3a3a3;
}

.text-quote blockquote:before,
.text-quote blockquote:after {
    font-size: 22pt;
}

.text-quote blockquote:before {
    content: '" ';
}

.text-quote blockquote:after {
    content: ' "';
}

.text-quote.blue blockquote:after,
.text-quote.blue blockquote:before {
    color: #008dff;
}

.text-quote.blue .author {
    color: #008dff;
}

.text-quote.red blockquote:after,
.text-quote.red blockquote:before {
    color: #fe6f76;
}

.text-quote.red .author {
    color: #151515;
    font-size: 18px;
}

.text-quote.yellow blockquote:after,
.text-quote.yellow blockquote:before {
    color: #f0a800;
}

.text-quote.yellow .author {
    color: #f0a800;
}

.text-quote.green blockquote:after,
.text-quote.green blockquote:before {
    color: #86c660;
}

.text-quote.green .author {
    color: #86c660;
}

.text-quote.purple blockquote:after,
.text-quote.purple blockquote:before {
    color: #997cd0;
}

.text-quote.purple .author {
    color: #997cd0;
}

.text-quote.orange blockquote:after,
.text-quote.orange blockquote:before {
    color: #ff7f16;
}

.text-quote.orange .author {
    color: #ff7f16;
}

/*Customer Success story / Use cases*/

.testimonial-box {
    border: 2px solid #e3e3e3;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    /*max-width: 450px;*/
    padding: 40px 30px 50px;
    position: relative;
    background-color: #ffffff;
    max-height: 100%;
    text-align: center;
    min-width: 250px;
}

.testimonial-box h2 {
    font-size: 20px;
}

.testimonial-img img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 5px solid #00c7ff;
    width: 120px;
    height: 120px;
    max-width: 120px;
    max-height: 120px;
}

img.testimonial-img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border: 5px solid #00c7ff;
    width: 120px;
    height: 120px;
    max-width: 120px;
    max-height: 120px;
}

.testimonial-name {
    margin-top: 10px;
    margin-bottom: 5px;
    color: #b4b4b4;
}

.testimonial-job {
    font-size: 32px;
}

.testimonial-quote {
    font-size: 18px;
}

.testimonial-source {
    background-color: #fafafa;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e3e3e3;
    transition: all 0.2s ease;
    margin-top: 20px;
    text-align: center;
}

.testimonial-source:hover {
    background-color: #f0f2f3;
}

.testimonial-source p {
    margin-bottom: 0;
    font-size: 14px;
    color: #8c8c8c;
}

.stars {
    margin-top: 0;
    margin-bottom: 20px;
    max-width: 150px;
}

h4.cs {
    padding-top: 0;
    padding-bottom: 0;
}

.cs {
    color: #6158ff;
    font-style: normal;
    font-weight: normal;
    background-color: #d2d9fe;
    display: inline-block;
    padding: 4px 20px;
    margin-bottom: 15px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    transition: all 0.2s ease;
}

.cs:hover {
    background-color: #615ffb;
    color: #ffffff;
    border-color: #1941ec;
}

.reviews-icons img {
    border: 5px solid #d4f6ff;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    margin-right: 15px;
    margin-left: 15px;
    transition: all 0.2s ease;
    width: 100px;
    height: 100px;
}

.reviews-icons img:hover {
    transform: scale(1.2);
}

.emailus-button {
    background-color: #00bbff;
    font-size: 22px;
    color: #ffffff;
    padding: 15px 35px;
    border: 3px solid #d4f6ff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: background-color 0.2s ease;
    display: inline-block;
}

.emailus-button:hover {
    color: #ffffff;
    background-color: #019eff;
}

.seemore {
    border-style: solid;
    border-width: 2px;
    padding: 10px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 15px;
    font-size: 20px;
    color: #9bb1c1;
    border-color: #9bb1c1;
    font-weight: bold;
    transition: all 0.2s ease;
    text-decoration: none !important;
}

.seemore:hover {
    color: #1a9ef6;
    border-color: #1a9ef6;
}

@media only screen and (max-width: 959px) {
    /*.testimonial-box {
  		margin: 0 auto 30px;

  	}*/
}

/* @end */

/* @group AYOA EDITIONS */

.rounded-tag {
    margin-bottom: 20px;
    padding: 6px 18px 8px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-top: 12px;
    font-weight: 600;
    border-style: solid;
    color: #fdfdfd !important;
    background-color: #5ed0fd !important;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.21);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
    position: relative;
    display: inline-block;
    border: none;
}

.tagcontents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.rounded-tag p {
    margin-bottom: 0 !important;
    font-weight: bold;
    font-size: 20px !important;
    margin-top: 0 !important;
    color: #ffffff !important;
    line-height: normal !important;
}

.rounded-tag img {
    margin-right: 8px !important;
    width: 99px !important;
    top: 2px !important;
}

.tag-white {
    background-color: #ffffff;
}

.tag-mm {
    background-color: #6a2fcc !important;
}

.tag-task {
    background-color: #73c33b !important;
}

.tag-ult {
    background-color: #f81b6e !important;
}

.tag-blue {
    background-color: #004868;
    color: #ffffff;
}

/* @end */

/* @group ANCHOR BARS AND BANNERS */

.anchor-navigation {
    max-width: 100%;
    background: -webkit-linear-gradient(top, #c6e5ff 0%, #c8e6ff 100%) #d2ebfe;
    background: -moz-linear-gradient(top, #c6e5ff 0%, #c8e6ff 100%) #d2ebfe;
    background: -ms-linear-gradient(top, #c6e5ff 0%, #c8e6ff 100%) #d2ebfe;
    background: linear-gradient(to bottom, #c6e5ff 0%, #c8e6ff 100%) #d2ebfe;
    border-bottom: 1px solid #add9ff;
    height: auto;
    /*margin-bottom: -10px;*/
}

.supportanchors {
    color: #ffffff;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
}

ul.supportanchors li a {
    color: #000000;
    font-size: 18px;
    padding: 15px 40px;
    float: left;
}

ul.supportanchors li {
    color: #002b50;
    border-right: 2px solid #eaf6ff;
}

ul.supportanchors li:last-child {
    border-right: none;
}

ul.supportanchors li a:hover {
    color: #0077d6;
}

ul.supportanchors li.endanchor a {
    border: none !important;
}

.supportanchors li a :last-of-type {
    border-right: none !important;
}

@media only screen and (max-width: 400px) {
    .anchor-navigation {
        height: auto !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    .supportanchors {
        flex-direction: column;
        margin: 0 !important;
        text-align: center;
    }

    ul.supportanchors li a {
        border-bottom: 2px solid #eaf6ff;
        border-right: none !important;
        display: inline-block;
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .tutorial-column {
        max-width: 400px;
        margin-right: 10px;
        margin-bottom: 50px !important;
        margin-left: 10px;
        width: auto !important;
    }

    .contactlink img {
        margin-bottom: 20px;
    }
}

a .offstick {
    transition: all 0.2s ease;
    transform: scale(0.9);
}

a .offstick:hover {
    transform: scale(1);
}

.offerterms {
    max-width: 800px;
    margin: 20px auto;
    padding-left: 20px;
    padding-right: 20px;
}

.offerterms p {
    font-size: 14px !important;
}

.moderanchorbar {
    background: -webkit-linear-gradient(85deg, #0093ff 0%, #00cdff 100%) #01b1ff;
    background: -moz-linear-gradient(85deg, #0093ff 0%, #00cdff 100%) #01b1ff;
    background: -ms-linear-gradient(85deg, #0093ff 0%, #00cdff 100%) #01b1ff;
    background: linear-gradient(5deg, #0093ff 0%, #00cdff 100%) #01b1ff;
    margin: 0 auto;
    display: inline-block;
    padding: 15px 30px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0), 0 7px 13px rgba(0, 0, 0, 0.14),
        inset 0 -2px rgba(0, 0, 0, 0.09);
}

.moderanchorbar .supportanchors {
    margin-bottom: 0;
    display: flex;
}

.moderanchorbar ul.supportanchors li a {
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
}

.moderanchorbar ul.supportanchors li a:hover {
    text-decoration: underline;
}

.moderanchorbar ul.supportanchors li {
    border-right: 2px solid #44c5ff;
}

.moderanchorbar ul.supportanchors li:last-child {
    border-right: none;
}

@media only screen and (max-width: 400px) {
    .moderanchorbar ul.supportanchors li {
        border: none !important;
    }

    .moderanchorbar ul.supportanchors li a {
        border: none !important;
    }
}

/* @end */

/* @group FEATURE BOXES (Use Cases + Press) */


.whitesector {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: white;
}



.benefits {
background-color: #1F4E69;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
position: relative;
display: flex;
align-items: center;
padding: 20px;
}

.benefits h2, .benefits h3, .benefits h4, .benefits h5, .benefits p  {
color: #ffffff;
}



.lilfeaturebox {
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    border: 2px solid #ffffff;
    margin-bottom: 20px;
    position: relative;
    min-height: 400px;
	text-decoration: none !important;
}

.lilfeatureimg {
    background-color: #717171;
    height: 180px;
    background-size: cover !important;
    background-position: center !important;
    -webkit-border-top-left-radius: 7px;
    -webkit-border-top-right-radius: 7px;
    -moz-border-radius-topleft: 7px;
    -moz-border-radius-topright: 7px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    overflow: hidden;
}
.lilfeatureimg img {
    object-fit: cover !important;
    object-position: center center;
    min-height: 100%;
    max-height: 100%;
    min-width: 100%;
}
.lilfeaturetext {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 40px;
    margin: 0 auto;
}
.lilfeaturetext h3 {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 15px;
}


.lilfeaturetext a {
    background-color: #3e3e3e;
    color: #ffffff;
    padding: 3px 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 15px;
    display: block;
    width: 100px;
	text-decoration: none !important;
}
.lilfeaturetext a:hover {
    color: #ffffff !important;
    background-color: #696969;
}

.lilorange h3 {
    color: #e85800;
}
.lilorange a {
    background-color: #ffa500;
}
.lilorange a:hover {
    background-color: #ef8200;
}

.lilblue h3 {
    color: #0070c4;
}
.lilblue a {
    background-color: #00c6ff;
}
.lilblue a:hover {
    background-color: #0095c0;
}

.lilgreen h3 {
    color: #367b02;
}
.lilgreen a {
    background-color: #48ca00;
}
.lilgreen a:hover {
    background-color: #359500;
}

.lilred h3 {
    color: #e3141f;
}
.lilred a {
    background-color: #fa6e6e;
}
.lilred a:hover {
    background-color: #dd5757;
}

.lilpurple h3 {
    color: #a56ad2;
}
.lilpurple a {
    background-color: #a56ad2;
}
.lilpurple a:hover {
    background-color: #843cbb;
}

.lilteal h3 {
    color: #0e99a1;
}
.lilteal a {
    background-color: #0e99a1;
}
.lilteal a:hover {
    background-color: #0a757a;
}

.featurebox {
    background-color: #ececec;
    padding-bottom: 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    transition: all 0.1s ease;
    margin-bottom: 20px;
    width: 100%;
    min-width: 220px;
    height: 80%;
}

.featurebox:hover {
    transform: scale(1.05);
    box-shadow: 0 1px 40px rgba(0, 0, 0, 0.18);
}

.featurebox-img {
    width: 100%;
    height: 125px;
    background-size: cover !important;
    background-position: center !important;
    -webkit-border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #d3d3d3;
    overflow: hidden;
}

.featurebox-img img {
    object-fit: cover !important;
    object-position: center center;
    min-height: 100%;
    max-height: 100%;
    min-width: 100%;
}

.featurebox-content {
    margin-left: 15px;
    margin-top: 10px;
    margin-right: 15px;
}

.featurebox h3 {
    font-weight: bold;
    font-size: 24px;
    color: #ffffff;
    line-height: 32px;
}

.featurebox h4 {
    text-transform: uppercase;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.66);
}

.featurebox p {
    margin-bottom: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.66);
}

.feat-blue {
    background: -webkit-linear-gradient(top, #61d5fc 0%, #06bdfa 100%) #20c2fc;
    background: -moz-linear-gradient(top, #61d5fc 0%, #06bdfa 100%) #20c2fc;
    background: -ms-linear-gradient(top, #61d5fc 0%, #06bdfa 100%) #20c2fc;
    background: linear-gradient(to bottom, #61d5fc 0%, #06bdfa 100%) #20c2fc;
}

.feat-purple {
    background: -webkit-linear-gradient(85deg, #6144f6 0%, #b344f6 100%) #b426fb;
    background: -moz-linear-gradient(85deg, #6144f6 0%, #b344f6 100%) #b426fb;
    background: -ms-linear-gradient(85deg, #6144f6 0%, #b344f6 100%) #b426fb;
    background: linear-gradient(5deg, #6144f6 0%, #b344f6 100%) #b426fb;
}

.feat-pink {
    background: -webkit-linear-gradient(145deg, #fc1476 0%, #da0bc7 100%) #fc1476;
    background: -moz-linear-gradient(145deg, #fc1476 0%, #da0bc7 100%) #fc1476;
    background: -ms-linear-gradient(145deg, #fc1476 0%, #da0bc7 100%) #fc1476;
    background: linear-gradient(-55deg, #fc1476 0%, #da0bc7 100%) #fc1476;
}

.feat-green {
    background: -webkit-linear-gradient(90deg, #2bbc64 0%, #92e43a 100%) #1dbd60;
    background: -moz-linear-gradient(90deg, #2bbc64 0%, #92e43a 100%) #1dbd60;
    background: -ms-linear-gradient(90deg, #2bbc64 0%, #92e43a 100%) #1dbd60;
    background: linear-gradient(0deg, #2bbc64 0%, #92e43a 100%) #1dbd60;
}

.feat-yellow {
    background: -webkit-linear-gradient(75deg, #fab23d 0%, #fdca55 100%) #fdb32b;
    background: -moz-linear-gradient(75deg, #fab23d 0%, #fdca55 100%) #fdb32b;
    background: -ms-linear-gradient(75deg, #fab23d 0%, #fdca55 100%) #fdb32b;
    background: linear-gradient(15deg, #fab23d 0%, #fdca55 100%) #fdb32b;
}

/* @end */

/*Fix for wordpress's editor bar*/

li#wp-admin-bar-my-account.menupop.with-avatar a.ab-item {
    display: none;
}

.iframe#fancybox-frame {
	width: 100%;
	height: 100%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

@media (max-width: 900px) {
    .video-container {
        width: 80vw;
    }
}



/*STRUCTURE*/

/* @group FLEX GRIDS */

.flex-grid {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    word-wrap: break-word;
}

.col {
    /*flex: 1;*/
    padding: 15px;
    word-wrap: break-word;
}

.col img {
    /*object-fit:contain;*/
    height: auto;
}

.nopadding {
    padding: 0px !important;
}

@media (max-width: 800px) {
    .flex-grid {
        flex-direction: column;
    }

    .reverse {
        flex-direction: column-reverse !important;
    }

    .col {
        padding: 25px;
        text-align: center;
    }

    .col img {
        /*object-fit:contain;*/
        /*height: 100%;
	width: 100%;*/
        height: auto;
    }

    .allwrap {
        flex-direction: row !important;
    }
}

/* @end */

/* @group HEADER */

#main-nav {
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#logo-search {
    display: flex;
    align-items: center;
}

/* @media only screen and (max-width: 525px) {

#logo-search {
	flex-direction: column;
	margin-bottom: 20px;
}

#logo {
	margin-bottom: 20px;
}

 	}*/

#logo {
    width: 150px;
    margin-left: 20px;
    display: flex;
    margin-right: 20px;
}

@media only screen and (max-width: 600px) {
    #site-logo {
        width: 265px;
    }
}

.menu-parent:after {
    content: '\25BC';
    font-size: 7px;
    color: #aeaeae;
}

#navigation ul {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

#navigation ul li {
    margin-left: 20px;
    /*text-transform: uppercase;*/
    font: 15px 'open_sansregular' !important;
    list-style-type: none;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

#navigation ul li a,
#navigation ul li span {
    text-decoration: none;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
}

#navigation ul li a:hover {
    color: #00c1ff;
}

#navigation .active a {
    border-bottom: 2px solid #1db1fb;
    padding-bottom: 3px;
}

#navigation .current_page_item a,
#navigation .current-menu-ancestor a {
    border-bottom: 2px solid #1db1fb;
    padding-bottom: 3px;
}

#navigation.menu-item-type-custom.menu-item-object-custom.menu-item-has-children a {
    color: #cd8888 !important;
}

header {
    height: 70px;
    width: 100%;
    z-index: 1;
}

#categories_header {
    border-bottom: 1px solid #f0f0f0;
    height: 70px;
    margin-bottom: 30px;
    clear: both;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: -webkit-linear-gradient(65deg, #00c1fe 0%, #0092ff 100%) #00c1ff;
    background: -moz-linear-gradient(65deg, #00c1fe 0%, #0092ff 100%) #00c1ff;
    background: -ms-linear-gradient(65deg, #00c1fe 0%, #0092ff 100%) #00c1ff;
    background: linear-gradient(25deg, #00c1fe 0%, #0092ff 100%) #00c1ff;
}

#cat-searchbar {
    position: relative;
    top: -8px;
}

#searchbar {
    margin-right: 35px;
    /*margin-top: 25px;*/
    position: relative;
}
input#mini-search {
    padding: 10px 10px 10px 20px !important;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    position: relative;
    width: 100px;
    transition: width 0.5s ease;
    color: #d8d8d8;
}

input#mini-search:focus {
    width: 250px;
}

button#searchsubmit {
    width: 50px;
    margin-top: 0 !important;
    margin-bottom: 0;
    background-color: transparent;
    border: none;
    border-left: 1px solid #d9d9d9;
    position: absolute;
    height: 25px;
    top: 5px;
    right: -10px;
}

.searchicon img {
    padding-top: 0;
    margin: 0 10px 0 0px;
    width: 25px;
    height: 20px;
    padding-left: 0 !important;
}

#categories_header ul {
    margin: 0 auto !important;
    display: block !important;
    max-width: 100%;
    text-align: center;
    position: relative;
    bottom: -23px;
}

#categories_header li {
    display: inline-block;
    margin-right: 0 !important;
    border-right: 1px solid #300074;
    margin-bottom: 30px;
    font-family: 'open_sansregular' !important;
    list-style-type: none;
}

#categories_header li a {
    color: #ffffff !important;
    text-decoration: none !important;
    padding: 23px 25px 24px;
    font-size: 15px;
    text-transform: uppercase;
    margin-left: -4px;
}

#categories_header li a:hover {
    padding-top: 23px;
    padding-bottom: 20px;
    border-bottom: 5px solid #00518e;
}

#categories_header li:last-child {
    border-right: none;
}

#categories_header li.active a {
    padding-top: 23px;
    padding-bottom: 20px;
    border-bottom: 5px solid #00518e;
}

.general-wrap {
    max-width: 1440px;
    /*1280 without the padding*/
    margin: 0 auto;
    min-height: 100%;
    padding-right: 20px;
    padding-left: 20px;
}

.main-wrap {
    /*max-width: 960px;*/
    max-width: 1280px;
    /*background-color: #e75e5e;*/
    margin: 0 auto;
    min-height: 100%;
    /*(for footer)*/
    margin-bottom: -142px;
}

.main-wrap:after {
    content: '';
    display: block;
}

.main-wrap:after {
    height: 142px;
    /*height: 450px;*/
}

@media only screen and (max-width: 960px) {
    #categories_header {
        /*height: auto;
 		min-height: 70px;
 		clear: both;
 		flex-direction: column;*/
    }

    #categories_header ul {
        margin: 0 auto !important;
        display: block !important;
        max-width: 100%;
        text-align: center;
        position: relative;
        bottom: -23px;
    }

    /*#searchbar {
 		max-width: 232px;
 		float: none;
 		margin: 25px auto;
 	}*/
}

@media only screen and (max-width: 800px) {
    #categories_header ul {
        margin: 0 auto !important;
        display: block !important;
        max-width: 100%;
        text-align: center;
        position: relative;
        bottom: -23px;
    }

    #categories_header li {
        display: inline-block;
        margin-right: 0 !important;
        border-right: none;
    }

    #categories_header li a {
        color: #ffffff !important;
        text-decoration: none !important;
        padding: 10px 25px !important;
        font-size: 16px;
        text-transform: uppercase;
        margin-left: -4px;
    }

    #categories_header li a:hover {
        border: 0px solid #00518e;
        background: none;
    }

    #categories_header li.active a {
        border: 4px solid #00518e;
        background: none;
    }

    /*#categories_header li.current-menu-item a  {
border: 4px solid #00518e;
background: none;
}*/

    #categories_header {
        padding-bottom: 20px;
        height: auto;
        min-height: 70px;
        clear: both;
        flex-direction: column;
    }
}

/* Mobile Navigation */

.navcombo-rel {
    margin-top: -10px;
    margin-right: 20px;
    display: none;
    float: right;
    margin-left: 45px;
	position: relative;
	top: -20px;
}


.nav-combo {
    margin-right: auto;
    margin-left: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: absolute;
    top: 16px;
    float: right;
    right: 20px;
}

span.navcombospan {
    background: #00a8ff;
    color: white;
    font-size: 1.2em;
    cursor: pointer;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: background-color 0.2s ease;
    float: right;
    padding: 0 !important;
    height: 34px;
	width: 34px;
}

span.navcombospan:hover {
    background-color: #0092ff;
}

span.navcombospan img {
    width: 13px;
    height: 13px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 0 !important;
    margin: 10px;
}

span.navcombospan::after {
    right: 10%;
    /*content: "+";*/
    float: right;
}

.navslide {
    clear: both;
    overflow: hidden;
    text-align: center;
    transition: height 0.4s ease;
    z-index: 1;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    height: 0;
    padding-right: 25px;
    padding-left: 25px;
    position: absolute;
    top: 16px;
    width: 220px;
    left: 0;
    background-color: #00a8ff;
}

.navslide ul {
    margin-top: 10px;
    padding: 0;
    list-style-type: none !important;
    padding: 0;
    width: 100%;
    margin-left: 0;
    text-align: left;
}

.navslide li {
    list-style-type: none;
    font-family: 'open_sansregular' !important;
	max-height: 40px;
}

.navslide li a,
.navslide li span {
    padding: 8px 0 10px;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    list-style-type: none;
    font-size: 15px;
    font-weight: 400;
    /*text-transform: uppercase;*/
}

.navslide li a:hover {
    border-bottom: 2px solid #00518e;
    padding-bottom: 8px;
}


.navslide li.nav-button {
	position: relative;
	top: 20px;
}

/*.navslide .menu-parent li:hover {
		border: none !important;
	}*/

/*Hide region menu on mobile*/
.navslide .region-menu {
    display: none;
}

.nav-button {
    background: -webkit-linear-gradient(top, white 0%, #ffffff 79%, #f2f2f2 100%) #ffffff;
    background: -moz-linear-gradient(top, white 0%, #ffffff 79%, #f2f2f2 100%) #ffffff;
    background: -ms-linear-gradient(top, white 0%, #ffffff 79%, #f2f2f2 100%) #ffffff;
    background: linear-gradient(to bottom, white 0%, #ffffff 79%, #f2f2f2 100%) #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #d6dbde;
    box-shadow: inset 0 -3px #e4eff3;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.nav-button:hover {
    background: -webkit-linear-gradient(
            bottom,
            #e8f5f8 0%,
            #ffffff 20.1%,
            #ffffff 74.7%,
            #eff7f9 100%
        )
        #ffffff;
    background: -moz-linear-gradient(bottom, #e8f5f8 0%, #ffffff 20.1%, #ffffff 74.7%, #eff7f9 100%)
        #ffffff;
    background: -ms-linear-gradient(bottom, #e8f5f8 0%, #ffffff 20.1%, #ffffff 74.7%, #eff7f9 100%)
        #ffffff;
    background: linear-gradient(to top, #e8f5f8 0%, #ffffff 20.1%, #ffffff 74.7%, #eff7f9 100%)
        #ffffff;
    border: 1px solid #23cbfc;
    box-shadow: inset 0 3px #eff5f7;
}

.nav-button a {
    color: #000000 !important;
    padding: 10px 25px !important;
    display: block;
}

.nav-button a:hover {
    border: none !important;
}

/*CSS for sub-menus start*/

#navigation ul ul {
    display: none;
    position: absolute;
    left: -20px;
    z-index: 99999;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    color: #ffffff;
    width: 220px;
    cursor: pointer !important;
    background-color: #ffffff;
    margin-top: 10px;
    padding: 2px 10px 15px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px,
        rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px,
        rgba(0, 0, 0, 0.09) 0px 32px 16px;
    transition: all 1s ease-in-out 0s;
    top: 1.5em;
}

#navigation ul ul li {
    line-height: 18px;
    margin: 15px 0 0 !important;
    padding: 0 10px !important;
    width: 75%;
    cursor: pointer !important;
    border-bottom: none !important;
}

#navigation ul ul li a {
    border: none !important;
    color: #08406b;
    cursor: pointer !important;
    padding-bottom: 3px;
}

#navigation ul li:hover > ul {
    display: inline-block;
}

#navigation li {
    position: relative;
}

.lang-select ul ul {
    left: -95px !important;
    width: 100px;
    padding-right: 0px !important;
}

.lang-select ul ul li {
    margin: 15px 0 0 !important;
    padding: 0 10px !important;
    width: 100%;
}

.lang-select ul ul img {
    position: relative;
    top: 8px;
    margin-right: 5px;
}

.seealllink a {
    font-weight: bold !important;
}

.navslide ul ul {
    display: none;
    /*padding-bottom: 10px;
    cursor: pointer !important;
    /*		background-color: #35caf4;
		-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;*!/
    margin-bottom: 10px;*/
}

.navslide ul ul li {
    /*cursor: pointer !important;
    border-bottom: none !important;
    color: #ffffff;
    padding-left: 25px;*/
	display: none;
}

.navslide ul ul li:before {
    content: '\2014';
    position: absolute;
    margin-left: -20px;
    top: 5px;
}

.navslide ul ul li a {
    border: none !important;
    color: #dcf2f9;
    cursor: pointer !important;
    width: 100%;
}

.navslide ul ul li a:hover {
    border-bottom: 2px solid #00518e !important;
}

.navslide ul li > ul {
    /*Comment-out to hide sub-menus on dropdowns*/
    display: inline-block;
}

.navslide ul li:hover > ul {
    /*Comment-out to hide sub-menus on dropdowns*/
    /* display: inline-block;*/
}

.navslide li {
    position: relative;
}

.navslide ul li.nav-button {
    display: inline-block;
    padding: 0 5px 0 0 !important;
    margin: 0 0 30px !important;
}
.navslide ul li a.nav-button {
    padding: 0 !important;
    margin: 0;
}

.navslide li.mm-cta {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-left: 0;
    margin-right: 0;
}

.navslide ul li.nav-button {
    display: inline-block;
    padding: 0 5px 0 0 !important;
    margin: 0 0 30px !important;
}
.navslide ul li a.nav-button {
    padding: 0 !important;
    margin: 0;
}

#touch {
    position: absolute;
    opacity: 0;
    height: 0px;
}

#touch:checked + .navslide {
    height: auto;
    padding-bottom: 20px;
    right: 40px;
    position: relative;
}

/*Go from full navigation to burger menu (was 800 before search)*/

@media only screen and (max-width: 1050px) {
    #navigation {
        display: none;
    }

    #main-nav {
        /*height: 80px !important;*/
    }

    ul#menu-main-menu.menu {
        display: none;
    }

    .navcombo-rel {
        display: block;
        margin-bottom: 20px;
    }

    .menu-parent:after {
        display: none;
    }
}

/* Go from dropdown to full-width mobile dropdown	*/

@media only screen and (max-width: 500px) {
    .navslide {
        width: 100%;
        position: fixed !important;
        padding: 0 50px !important;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        max-height: calc(100% - 50px);
        overflow-y: auto;
        margin-top: 65px;
        margin-left: 0;
    }
}

/*Region dropdown menus*/

.region-menu {
    padding-bottom: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    top: -4px;
    padding-top: 0;
}
.region-menu img {
    position: relative;
    top: 6px;
    width: 25px !important;
    height: 25px !important;
}

.region-menu a {
    border-bottom: none !important;
}

.region-menu:after {
    content: '\25BC';
    font-size: 7px;
    color: #aeaeae;
}

.region-menu ul.sub-menu {
    top: 26px !important;
    width: 80px !important;
    left: -25px;
    padding-bottom: 10px;
    padding-top: 0;
}

.region-menu ul.sub-menu a {
    color: #545554;
    font-weight: bold;
}

.region-menu ul.sub-menu img {
    /*border: 1px solid #e2e2e2;*/
    margin-right: 2px;
}

.region-menu ul.sub-menu li {
    line-height: 18px;
    margin: 5px 0 0 !important;
    padding: 0 10px !important;
    width: 75%;
    cursor: pointer !important;
    border-bottom: none !important;
}

.navslide .region-menu {
    visibility: hidden;
    margin-top: -50px;
    margin-bottom: 10px;
}

.navslide .region-menu li {
    display: inline !important;
    visibility: visible;
}

.navslide .region-menu a {
    color: #ffffff !important;
    font-weight: normal;
    font-style: normal;
    transform: scale(1);
}

.navslide .region-menu a:hover {
    border: none !important;
    transform: scale(1.2);
}

.navslide .region-menu:before {
    content: none;
}

.navslide .region-menu span {
    display: none;
}

.navslide .region-menu ul.sub-menu {
    margin: 0;
    display: flex;
    flex-direction: row;
    /*flex-wrap: wrap;*/
    justify-content: center;
    align-content: center;
    align-items: center;
    max-width: 82%;
    width: 82%;
}

.navslide .region-menu ul.sub-menu li {
    padding: 0 !important;
}

.navslide .region-menu ul.sub-menu li a {
    padding-top: 5px;
    padding-bottom: 5px;
    float: left;
    font-weight: normal;
    font-style: normal;
}

.navslide .region-menu ul.sub-menu li:before {
    content: '';
    position: static;
    margin-left: 0px;
    padding: 0;
}

/* @end */

/* @group HEADER SEARCH */

#search-container {
    position: relative;
}

@media only screen and (max-width: 510px) {
    #search-container {
        display: none;
    }
}

#search-positioning {
    position: absolute;
    top: -25px;
}

.search {
    /*position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  overflow: hidden;*/
    position: relative;
    z-index: 1;
}
.search_bar {
    width: 276px;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
}

header#main-nav div.search div.search_bar label i.icon.open-search img {
    width: 25px;
    height: 25px;
}

header#main-nav div.search div.search_bar label i.icon.close-search img {
    width: 25px;
    height: 25px;
}

.search_bar input[type='text'] {
    width: 15px;
    background: #ffffff !important;
    transition: border 0.3s 0s, width 0.2s 0.3s cubic-bezier(0.225, 0.01, 0.475, 1.01),
        text-indent 0.2s 0.3s;
    padding: 15px;
    text-indent: 30px;
    outline: none;
    border: 0px solid #e1e1e1;
    font-size: 12px;
    color: #aeaeae;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.search_bar ::-webkit-input-placeholder {
    /* Safari, Chrome and Opera */
    color: #aeaeae;
    font-weight: 400;
}
.search_bar ::-moz-input-placeholder {
    /* Safari, Chrome and Opera */
    color: #aeaeae;
    font-weight: 400;
}
.search_bar ::-o-input-placeholder {
    /* Safari, Chrome and Opera */
    color: #aeaeae;
    font-weight: 400;
}
.search_bar input[type='checkbox'] {
    display: none;
}
.search_bar input[type='checkbox']:checked + label + input {
    width: 230px;
    border: 1px solid #e1e1e1;
    text-indent: 0px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #ffffff;
}
.search_bar input[type='checkbox']:checked + label i {
    right: 0px;
    transform: translateY(-50%) translateX(50%) rotate(360deg) scale(0);
    color: #aeaeae;
}
.search_bar input[type='checkbox']:checked + label .last {
    left: 220px;
    transform: translateY(-50%) rotate(360deg) scale(0.8);
}
.search_bar input[type='checkbox']:checked + label p {
    top: 50%;
    transition: all 0.3s 0.45s;
    font: 16px 'open_sanslight' !important;
    color: #dddddd;
    display: none;
}
.search_bar input[type='checkbox']:not(checked) + label p {
    top: -100%;
    transition: all 0.3s 0s;
    font-family: 'open_sanslight' !important;
    color: #dddddd;
    display: none;
}
.search_bar .last {
    transform: translateY(-50%) rotate(0deg) scale(0);
}
.search_bar i {
    position: absolute;
    font-size: 30px;
    top: 50%;
    transform: translateY(-50%) translateX(50%) rotate(0deg) scale(1);
    cursor: pointer;
    z-index: 2;
    margin: auto;
    border-radius: 1px;
    width: 56px;
    right: 86%;
    height: 54px;
    background: transparent;
    transition: right 0.3s 0.3s, transform 0.3s 0.3s, color 0.3s, opacity 0.3s;
    line-height: 60px;
    color: #aeaeae;
}
.search_bar i:hover {
    color: #aeaeae;
    opacity: 0.8;
}
.search_bar p {
    position: absolute;
    margin: 0;
    right: 52px;
    color: #aeaeae;
    font-weight: 700;
    font-size: 30px;
    top: -50%;
    transform: translateY(-50%) rotate(0deg) scale(1);
}

/* @end */

/* @group PILLAR NAVIGATION */

.pillar_navigation {
    background-color: #03293b;
    padding-top: 5px;
    padding-bottom: 5px;
}

.pillar_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1440px;
    margin: 0 auto;
    min-height: 100%;
    padding-right: 20px;
    padding-left: 20px;
}

.pillar_name {
}

.pillar_name h2 {
    margin-bottom: 0;
    color: #ffffff;
}

.pillar_nav {
}

.pillar_nav ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.pillar_nav ul li {
    margin: 10px;
}

.pillar_nav ul li a {
    color: #ffffff;
	text-decoration: none !important;
}

.pillar_nav ul li a:hover {
    color: #00c1fd;
}

.pillar-cta {
    margin-top: 0;
    margin-bottom: 0;
}

.pillar-cta:hover {
    color: #ffffff !important;
}

@media only screen and (max-width: 960px) {
    .pillar_flex {
        flex-direction: column;
        /*justify-content: center;*/
    }
}

/* @end */

/*INDEX HOMEPAGE*/

@media only screen and (max-width: 1250px) {
    .sliderimg {
        max-width: 100% !important;
    }
}

@media only screen and (max-width: 800px) {
    #ayoalogo-slider {
        display: none;
    }

    .slider p {
        /*display: none;*/
        font-size: 16px;
        line-height: 25px;
    }

    .sliderimg {
        position: relative;
        top: -60px !important;
        max-width: 500px !important;
    }
}

.home-grid-item {
    background-color: #d6d6d6;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 30px 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    transition: transform 0.2s ease;
}

.home-grid-item:hover {
    transform: scale(1.05);
}

.endofcontentspace {
    height: 100px;
}

.grid-img {
    /*background-color: #ef9a9a;*/
    width: 200px;
    height: 200px;
}

.grid-text {
    padding-right: 20px;
    padding-left: 20px;
}

.grid-text h3,
.grid-text p {
    color: #ffffff !important;
}

.grid-text h3 {
    margin-bottom: 10px !important;
}

.grid-text p {
    line-height: 25px !important;
}

.communitygrid {
    background-color: #006c82;
}

.howtogrid {
    background-color: #003257;
}

.howtogrid img {
    position: relative;
    left: -100px;
}

@media only screen and (max-width: 900px) {
    .home-grid-item {
        flex-direction: column;
        max-width: 100%;
    }

    .howtogrid img {
        position: static !important;
        max-width: 100%;
    }
}

.latestarticles {
    display: flex;
    align-items: center;
    /*justify-content: space-around;*/
    justify-content: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.latesttitle {
    border-right: 4px solid #00c1ff;
}

.latesttitle h2 {
    text-transform: uppercase;
    font-size: 40px;
    color: #191919;
    line-height: 38px;
    margin-bottom: 0;
    padding-right: 20px;
    padding-left: 20px;
}

.latestdesc p {
    line-height: 25px !important;
    padding-right: 20px;
    padding-left: 20px;
    margin-bottom: 0;
}

@media only screen and (max-width: 500px) {
    .latestarticles {
        flex-direction: column;
        border-right: none !important;
    }

    .latesttitle {
        border-right: none;
        text-align: center;
        /*border-bottom: 4px solid #00C1FF;*/
        padding-bottom: 10px;
    }

    .latestdesc p {
        text-align: center;
    }
}

h2.listpost a {
    font-size: 26px;
    text-decoration: none;
    color: #0a0a0a;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 15px !important;
}

h2.listpost {
    padding-right: 0;
    padding-left: 0;
}

.featuredpost-text-inner h2.listpost a {
    line-height: 48px;
    margin-top: 0 !important;
}

.post-inner p {
    color: #505050 !important;
    line-height: 24px !important;
    font-size: 15px !important;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0 !important;
}

.postlist {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    margin: 30px auto;
    max-width: 1270px;
}

.featuredarticle {
    font-size: 20px !important;
    text-align: center;
    color: #ffffff;
    background: #00c1ff;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    float: none;
    font-family: 'open_sansextrabold' !important;
    text-transform: uppercase;
    margin-bottom: 0;
}

.featuredpost {
    max-width: 1250px;
    margin: 0 auto !important;
    width: 100%;
    display: block;
    display: flex;
    align-items: center;
    flex-direction: row;
}

@media only screen and (max-width: 800px) {
    .featuredarticle {
        margin-bottom: 0;
        font-size: 14px !important;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    .featuredpost {
        flex-direction: column-reverse;
    }

    .featuredpost-text-inner h2.listpost a {
        font-size: 30px;
        line-height: 32px;
        margin-top: 0 !important;
    }
}

.featured-featuredimg {
    max-width: 550px !important;
    /*background-color: #dadada;*/
    background-repeat: no-repeat;
    background-size: 650px;
    background-position: center;
    transition: background-size 0.2s ease-in;
    -moz-transition: background-size 0.2s ease !important;
    -ms-transition: background-size 0.2s ease !important;
    -o-transition: background-size 0.2s ease !important;
    -webkit-transition: background-size 0.2s ease !important;
    /*-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;*/
    height: 366px;
    z-index: -1;
}

.featured-featuredimg:hover {
    background-size: 750px;
}

.featuredimg-section {
    width: 40%;
    float: left;
}

.featuredpost-text {
    width: 60%;
    float: left;
}

.featuredpost-text-inner .rt-reading-time {
    margin-left: 0 !important;
    margin-bottom: 10px !important;
    padding-left: 0;
    padding-right: 0;
}

.featuredpost-text-inner {
    margin-left: 40px;
    margin-right: 40px;
}

.featuredpost-text h2 {
    max-width: 100%;
    padding: 0 !important;
    font-size: 35px !important;
    margin-top: 20px;
}

h2.listpost a {
    font-size: 42px;
}

.featuredpost-text p {
    color: #414141 !important;
    line-height: 32px !important;
    font-size: 19px !important;
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 100%;
    padding: 0 !important;
}

.featuredpost div.featuredpost-text a.readmore {
    float: right;
}

.posts {
    padding: 0 0 30px !important;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    border: 5px solid #ffffff;
    position: relative;
    transition: all 0.2s ease;
    flex: 1;
    max-width: 410px !important;
    min-width: 30%;
	background-color: #ffffff;
}

.posts-featuredimg {
    width: 100%;
    height: 185px;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    transition: background-size 0.2s ease-in;
    -moz-transition: background-size 0.2s ease !important;
    -ms-transition: background-size 0.2s ease !important;
    -o-transition: background-size 0.2s ease !important;
    -webkit-transition: background-size 0.2s ease !important;
}

.posts-featuredimg:hover {
    background-size: 500px;
}

.post-img {
	height: 185px;
	width: 100%;
	overflow: hidden;
}

.post-img img {
	/*height: 100%;*/
	object-fit: cover !important;
    object-position: center center;
    min-height: 100%;
    max-height: 100%;
    min-width: 100%;
	transition: transform 0.5s ease;
}

.post-img img:hover {
	transform: scale(1.2);
}

.post-inner {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    text-align: left;
}

.rt-reading-time {
    font-size: 15px;
    text-transform: uppercase;
    color: #595959;
    font-weight: bold;
    margin-bottom: 20px !important;
    display: block;
    float: left;
}

.listcategory a {
    text-transform: uppercase;
    float: right;
    font-weight: bold !important;
    text-decoration: none;
    padding: 0 5px !important;
    border: 2px solid #ababab;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 10px;
    color: #515151;
    margin-left: 5px;
    top: -3px;
    position: relative;
}

.listcategory a:hover {
    color: #00c1ff;
    border-color: #00c1ff;
}

.posts h2 a {
    font-size: 26px;
    text-decoration: none;
    color: #0a0a0a;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 15px !important;
}

.posts p {
    color: #505050 !important;
    line-height: 24px !important;
    font-size: 15px !important;
    margin-top: 10px;
    margin-bottom: 20px;
}

.listpost {
    line-height: 32px !important;
}

.readmore {
    font-family: 'open_sansextrabold' !important;
    text-transform: uppercase;
    color: #575757;
    text-decoration: none;
    font-size: 16px;
    padding-bottom: 0 !important;
    transition: color 0.2s ease;
    bottom: 15px;
    display: inline-block;
    margin: 10px auto 0 !important;
    text-align: center;
    font-weight: 300;
}

.readmore:hover {
    color: #535353;
}

.readmore-blue {
    color: #00c1ff;
    letter-spacing: 0px;
    padding-right: 5px;
}

@media only screen and (max-width: 800px) {
    .postlist {
        display: block;
        width: 100%;
        flex-wrap: wrap;
    }

    .posts {
        margin: 0 auto 30px;
        width: 92%;
    }

    .featuredimg-section {
        width: 100%;
        float: none;
    }

    .featuredpost-text {
        width: 100%;
        float: left;
        padding-bottom: 20px;
    }

    .featuredpost-text-inner {
        margin-left: 20px;
        margin-right: 20px;
    }

    .featured-featuredimg {
        /*display: block !important;
   	max-width: 500px !important;
   	background-color: #eeeaea;
   	margin: 0 auto 20px;*/
        position: absolute;
        top: 0;
        background-position: center;
        height: 100% !important;
        width: 100% !important;
        transform: scale(2);
        z-index: -1;
        background-color: #ffffff;
        opacity: 0.31;
    }

    .featuredpost div.featuredpost-text a.readmore {
        float: none;
        color: #3d3d3d;
    }
}

/*SINGLE*/

#singleheader {
    text-align: center !important;
    /*font-size: 36px;
	color: #000000;*/
    margin-bottom: 25px;
    margin-top: 25px;
    padding-right: 20px !important;
    padding-left: 20px !important;
}

@media only screen and (max-width: 800px) {
    #singleheader {
        font-size: 36px !important;
    }
}

.featured-img_single {
    margin-bottom: 45px;
}

.mmfeature {
    box-shadow: inset 0 1px 1px rgba(255, 255, 255, 0.07), 0 50px 100px rgba(50, 50, 93, 0.13),
        0 30px 60px rgba(0, 0, 0, 0.01);
}

.meta {
    font-family: 'open_sansregular' !important;
    font-style: italic !important;
    text-align: center;
    font-size: 18.4px;
    color: #8c9eb5 !important;
    margin-bottom: 25px;
}

.meta a {
    color: #8c9eb5;
}

.meta a:hover {
    color: #3c4a5c;
}

.metabold {
    font-family: 'open_sansextrabold' !important;
    font-style: normal;
    font-weight: normal;
}

.subtitle {
    font: 16px 'open_sansregular' !important;
    margin: 0 0 2em;
    color: #8c9eb5 !important;
    overflow: hidden;
    text-transform: uppercase;
    max-width: none !important;
}
.fancy {
    line-height: 0.5;
    text-align: center;
}
.fancy span {
    display: inline-block;
    position: relative;
}
.fancy span:before,
.fancy span:after {
    content: '';
    height: 5px;
    border-bottom: 1.8px solid #ececec;
    width: 600px;
    position: absolute;
    top: 5px;
}
.fancy span:before {
    right: 100%;
    margin-right: 15px;
}
.fancy span:after {
    left: 100%;
    margin-left: 15px;
}

.backbutton {
    position: fixed;
    background-color: #feffff;
    padding: 12px 15px 10px 10px;
    -webkit-border-radius: 5px;
    -webkit-border-top-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius: 5px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-radius: 5px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border: 2px solid #e4f2fe;
    border-left: none !important;
    transition: padding-left 0.2s ease;
    top: 480px;
    z-index: 1;
}

.backbutton:hover {
    /*transform: scale(1.05);*/
    padding-left: 20px;
}

.post-author-box {
    display: flex;
    align-items: center;
    background-color: #1c0043;
    justify-content: center;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    max-width: 900px;
    margin: 60px auto 0;
    padding: 10px 20px;
    color: #ffffff;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
        rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.authorimage-div {
    width: 250px;
    height: 250px;
    display: flex;
    align-items: center;
}

.authorimage-div img {
    height: auto;
    width: auto;
    object-fit: scale-down;
    margin-top: 0;
    margin-bottom: 0;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    border: 3px solid #ffffff;
}

.authorimage-div img:before {
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    border-radius: 500px;
    border: 3px solid #ffffff;
}

.author-text {
    padding: 25px 40px;
}

.author-text h3,
.author-text h4,
.author-text p {
    color: #ffffff !important;
    padding: 0 !important;
}

.author-text h3 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.author-text h4 {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
    text-transform: uppercase;
    font-size: 18px;
}

.author-text a {
    font-size: 20px;
}

@media only screen and (max-width: 940px) {
    .post-author-box {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
    }
}

@media only screen and (max-width: 800px) {
    .post-author-box {
        flex-direction: column;
    }

    .author-text {
        text-align: center;
    }

    .author-text h4 {
        font-size: 16px !important;
    }
}

.simplesocialbuttons-float-left-center.post.simplesocialbuttons-slide-no-animation {
    top: 350px;
    display: none;
}
/*
.simplesocialbuttons.simplesocial-round-icon img {
	width: 50px !important;
	background-color: #f5afaf;
}*/

.simplesocialbuttons.simplesocialbuttons-float-left-center.post.simplesocialbuttons-slide-no-animation
    button {
    background-color: #fae3e3;
    padding: 15px 20px 20px 0;
    z-index: 1;
    border: 1px solid #e3f1fd;
    background-color: #feffff;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    margin-top: 0;
    border-left: none;
    transform: scale(1.8);
    left: 15px;
    margin-bottom: 28px;
}

.simplesocialbuttons img {
    width: 50px !important;
    height: 50px !important;
}

.simplesocialbuttons.simplesocialbuttons-float-left-center.post.simplesocialbuttons-slide-no-animation
    button:hover {
    background-color: #31b4f5;
}

.simple-icons img {
    width: 60px !important;
}

/*.simplesocialbuttons-inline-in {
	display: none;
}*/

@media only screen and (min-width: 1150px) {
    .simplesocialbuttons-inline-in {
        position: fixed;
        left: -0px;
        top: 250px;
        z-index: 1;
        transition-delay: 5;
    }

    .simplesocialbuttons_inline.simplesocialbuttons-align-left.post.simplesocialbuttons-inline-no-animation.simplesocialbuttons-inline-in
        button {
        background-color: #fae3e3;
        padding: 15px 20px 20px 0;
        z-index: 1;
        border: 1px solid #e3f1fd;
        background-color: #feffff;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        margin-top: 0;
        border-left: none;
        transform: scale(1.8);
        left: 15px;
        margin-bottom: 28px;
        display: block;
        width: 35px;
        transition-delay: 5;
    }

    .simplesocialbuttons_inline.simplesocialbuttons-align-left.post.simplesocialbuttons-inline-no-animation.simplesocialbuttons-inline-in
        button:hover {
        background-color: #31b4f5;
    }

    .simple-icons img {
        width: 60px !important;
    }
}

@media only screen and (max-width: 1150px) {
    .simplesocialbuttons-float-left-center.post.simplesocialbuttons-slide-no-animation {
        top: 500px;
        display: none;
    }

    .simplesocialbuttons.simplesocialbuttons-float-left-center.post.simplesocialbuttons-slide-no-animation
        button {
        transform: scale(1.1) !important;
        left: 0;
        margin-bottom: 0;
    }

    .backbutton {
        position: fixed;
        bottom: 0 !important;
        top: 80px !important;
    }

    .simplesocialbuttons-inline-in {
        display: block;
        margin-top: 30px !important;
        text-align: center !important;
    }
}


/* @group VIDEO BANNER */


.offset-container {
	position: relative !important;
	z-index: 1;
}
#gi-text {
	padding: 50px;
}
.offset-text {
	padding: 50px;
	color: #ffffff;
	z-index: 1;
}
.offset-text p {
        color: #ffffff;
}
.offset-text h2 {
	color: #ffffff;
	text-shadow: 0 4px rgba(0, 0, 0, 0.07);
	float: left;
	margin-right: 20px;
	display: inline-block;
}
.offset-text h3, .offset-text h4 {
	color: #ffffff;
}

.only-ayoa {
	background-color: #004270;
	color: #ffffff;
	font-weight: 800;
	display: inline-block;
	padding: 10px 20px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}
.generate-bg {
	background: -webkit-linear-gradient(115deg, #a5dadd 0%, #a1d8db 0%, #d3f2fe 0%, #e7f6fc 100%) #D3F3FF;
	background: -moz-linear-gradient(115deg, #a5dadd 0%, #a1d8db 0%, #d3f2fe 0%, #e7f6fc 100%) #D3F3FF;
	background: -ms-linear-gradient(115deg, #a5dadd 0%, #a1d8db 0%, #d3f2fe 0%, #e7f6fc 100%) #D3F3FF;
	background: linear-gradient(-25deg, #a5dadd 0%, #a1d8db 0%, #d3f2fe 0%, #e7f6fc 100%) #D3F3FF;
	position: absolute;
	height: 100%;
	top: 0;
	width: 75%;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.offset-bg {
	position: absolute;
	height: 100%;
	top: 0;
	z-index: -2;
	width: 75%;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	right: 0;
}

.offset-blue {
	background-color: #1a9ef6;
}

.offset-dark {
	background-color: #00324e !important;
}


.svganimation {
	/*max-width: 600px;
	height: 400px;
	width: 50vw;
	background-color: #ffffff;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
	margin: 0 auto;*/
	overflow: ;
}
.generateideas-anim {
	max-width: 600px;
	height: 400px;
	width: 50vw;
	background-color: #ffffff;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
	margin: 0 auto;
}

.video-border {
	background-color: #ffffff;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
	padding: 30px 35px;
	position: relative;
	top: -20px;
}


.video-border {
background-color: #ffffff;
-webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
padding: 30px 35px;
position: relative;
top: -20px;
}

.videoborder-play {
position: absolute;
width: 100px !important;
height: 100px !important;
left: 0; 
right: 0; 
margin-left: auto; 
margin-right: auto;
margin-top: auto; 
margin-bottom: auto;
top: 0;
bottom: 0;
opacity: 0.9;
}


.offset-img {
	background-color: #ffffff;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
	padding: 30px 35px;
	position: relative;
	top: -20px;
}
.offset-img img {
	width: 515px !important;
	height: auto !important;
}

.videobanner-play {
	position: absolute;
	width: 80px !important;
	height: 80px !important;
	left: 0; 
	right: 0; 
	margin-left: auto; 
	margin-right: auto;
	margin-top: auto; 
	margin-bottom: auto;
	top: 0;
	bottom: 0;
	transform: scale(0.18);
	opacity: 0.9;
}

.animation-noshadow {
	max-width: 600px;
	height: 400px;
	width: 50vw;
	background-color: #ffffff;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	margin: 0 auto;
}

@media (max-width: 900px) {
.generate-bg {
width: 100%;
}
.offset-bg {
width: 100%;
}
.offset-text {
	padding: 0 0px 20px;
}
.offset-img {
	top: 0px;
}
.offset-text h2 {
	margin-right: auto;
	display: block !important;
	text-align: center !important;
	float: none;
}
#gi-text {
	padding: 20px 0px;
}
.svganimation {
	/*width: 85vw;
	height: 55vw;*/
}
.generateideas-anim {
	width: 85vw;
	height: 55vw;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.animation-noshadow {
	width: 85vw;
	height: 55vw;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
}

@media (max-width: 700px) {
.generateideas-anim {
	width: 70vw;
	height: 50vw;
}
.animation-noshadow {
	width: 70vw;
	height: 50vw;
}
.svganimation {
	/*width: 70vw;
	height: 50vw;*/
}
}


/* @end */






/* @group Apps Banner */

.ayoa_apps {
    background: -webkit-linear-gradient(top, #f7fbfc 0%, #f9fdfe 100%) #f7fbfc;
    background: -moz-linear-gradient(top, #f7fbfc 0%, #f9fdfe 100%) #f7fbfc;
    background: -ms-linear-gradient(top, #f7fbfc 0%, #f9fdfe 100%) #f7fbfc;
    background: linear-gradient(to bottom, #f7fbfc 0%, #f9fdfe 100%) #f7fbfc;
    padding-bottom: 50px;
    border-top: 1px solid #e2e8ea;
    padding-top: 10px;
    overflow-x: hidden;
}

.ayoa-apps-flex {
    display: flex;
    justify-content: center;
}

.ayoa-app-item {
    text-align: center;
    border-right: 1px solid #b9dfe8;
    padding-right: 20px;
    padding-left: 20px;
}

.ayoa_apps h2 {
    margin-top: 30px;
    color: #3c3c3c;
    margin-bottom: 20px;
    font-size: 40px;
}
.ayoa_apps h2 strong {
    color: #00a9fd;
}
.ayoa_apps h3 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}
.ayoa_apps p {
    color: #979797;
    margin: 10px auto 20px;
    text-align: center !important;
    line-height: 32px;
    font-size: 18px;
}

.apps-asterisk {
    font-size: 15px;
    position: relative;
    top: -18px;
}

.apps-asterisk-text {
    font-size: 14px !important;
    margin-bottom: 0 !important;
    position: relative;
    top: 20px;
    line-height: 20px !important;
}

.apps-asterisk-text a {
    text-decoration: underline;
}

.appbanner-button {
    background: -webkit-linear-gradient(top, #00aefd 0%, #0ea0e7 100%) #00affe;
	background: -moz-linear-gradient(top, #00aefd 0%, #0ea0e7 100%) #00affe;
	background: -ms-linear-gradient(top, #00aefd 0%, #0ea0e7 100%) #00affe;
	background: linear-gradient(to bottom, #00aefd 0%, #0ea0e7 100%) #00affe;
	color: #ffffff;
    font-weight: bold;
    padding: 8px 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    display: inline-block;
    line-height: 16px;
    position: relative;
    margin-bottom: 10px;
}

.appbanner-button a {
	text-decoration: none;
}

.appbanner-button:hover {
    background: -webkit-linear-gradient(top, #1888c5 0%, #34a7d8 100%) #0a91c5;
    background: -moz-linear-gradient(top, #1888c5 0%, #34a7d8 100%) #0a91c5;
    background: -ms-linear-gradient(top, #1888c5 0%, #34a7d8 100%) #0a91c5;
    background: linear-gradient(to bottom, #1888c5 0%, #34a7d8 100%) #0a91c5;
    color: #ffffff;
}

.appbanner-button img {
    position: absolute;
    top: 5px;
    left: 10px;
}

.deskbutt {
    padding-left: 50px;
}

@media only screen and (max-width: 550px) {
    .ayoa-apps-flex {
        display: flex;
        flex-direction: column;
    }

    .ayoa-app-item {
        text-align: center;
        border-right: none;
        border-bottom: 1px solid #b9dfe8;
        padding: 20px;
    }

    .ayoa-app-item img {
        max-width: 300px;
    }
}

/* @end */

/* @group ALL IN ONE BANNER */

.allinone-banner {
    background-color: white;
    padding-top: 60px;
    padding-bottom: 60px;
}

.allinone-banner h2 span {
    color: #21cffc;
}

.sector {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
    text-align: center;
    padding: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
    max-width: 350px;
    height: 85%;
}

.sector h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
}

/*.sector p {
	color: #979797;
}*/

/* @end */

/* OFFER Banners */

.postbanner-parent {
    position: relative;
    /*background-color: #d12424;*/
    max-width: 960px;
    margin: 0 auto;
}

.postbanner {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #ffffff;
    max-width: 960px;
    margin: 0 auto 40px;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.08);
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

.postbanner-img {
    max-width: 250px;
    margin-top: 0;
    margin-bottom: 0;
    max-height: 150px;
}

.postbanner h2 {
    /*margin-bottom: 10px;*/
}

.postbanner p {
    margin-top: 10px !important;
    margin-bottom: 0;
    line-height: 26px !important;
}

.postbanner .offerbutton {
    display: inline-block !important;
    margin-right: 30px;
    white-space: nowrap;
}

.postbanner-gen {
    border: 1px solid #dddddd;
    /*background-image: -webkit-linear-gradient(top, white 0%, black 100%);
	background-image: -moz-linear-gradient(top, white 0%, black 100%);
	background-image: -ms-linear-gradient(top, white 0%, black 100%);
	background-image: linear-gradient(to bottom, white 0%, black 100%);*/
}

.postbanner-neuro {
    background: -webkit-linear-gradient(top, #fffdf8 0%, #fff4df 100%) #fff0c9;
    background: -moz-linear-gradient(top, #fffdf8 0%, #fff4df 100%) #fff0c9;
    background: -ms-linear-gradient(top, #fffdf8 0%, #fff4df 100%) #fff0c9;
    background: linear-gradient(to bottom, #fffdf8 0%, #fff4df 100%) #fff0c9;
    border: 1px solid #ffcf63;
}

@media only screen and (max-width: 750px) {
    .postbanner {
        flex-direction: column;
        text-align: center;
        margin-right: 10px;
        margin-left: 10px;
    }

    .postbanner-img {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .postbanner {
        display: none !important;
    }

    .postbanner-parent {
        display: none;
    }
}

@media only screen and (min-width: 1550px) {
    .postbanner {
        flex-direction: column;
        text-align: center;
        margin-right: 10px;
        margin-left: 10px;
        max-width: 250px;
        /*position: absolute;
 		right: -18vw;*/
        position: fixed;
        right: 1vw;
        z-index: 3;
    }

    .postbanner-img {
        margin-bottom: 10px;
    }

    .postbanner h2 {
        font-size: 23px;
    }

    .postbanner .offerbutton {
        display: inline-block !important;
        margin-right: 20px;
        margin-left: 20px;
        white-space: nowrap;
    }
}

/*End of content banners*/

.eoc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: #ffffff;
    max-width: 960px;
    margin: 40px auto;
    /*-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;*/
    border: 1px solid #c4c4c4;
    padding: 30px;
    /*box-shadow: 0 5px 12px rgba(0, 0, 0, 0.08);*/
}

.eoc_img {
    max-width: 400px;
    margin: 10px;
}

.eoc_img img {
    margin: 0px;
    max-height: 250px;
}

.eoc_text {
    max-width: 500px;
}

@media only screen and (max-width: 800px) {
    .eoc {
        flex-direction: column;
        text-align: center;
        margin-right: 20px;
        margin-left: 20px;
    }
}

.offerbanner {
    background: -webkit-linear-gradient(top, #0071c7 0%, #00a8d0 100%) #008dcb;
    background: -moz-linear-gradient(top, #0071c7 0%, #00a8d0 100%) #008dcb;
    background: -ms-linear-gradient(top, #0071c7 0%, #00a8d0 100%) #008dcb;
    background: linear-gradient(to bottom, #0071c7 0%, #00a8d0 100%) #008dcb;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    width: 100%;
}

.bannercomp {
    width: 45%;
    float: left;
    margin-bottom: 0;
}

.bannertext {
    width: 55%;
    float: left;
    margin-top: 55px;
}

.bannertext h2 {
    color: #ffffff !important;
    font-size: 35px;
}

.bannertext p {
    color: #fbfafc !important;
    margin-bottom: 0 !important;
    line-height: 26px !important;
    font-size: 17px !important;
}

.bannertext a {
    color: #eaeaea;
    padding-left: 20px;
}

.bannertext a:hover {
    color: #cdcdcd;
}

.offerbutton {
    margin-left: 20px;
    background-color: #4dbcf3;
    border-color: #52bcf1;
    color: #ffffff !important;
}

.offerbutton {
    margin-left: 20px;
    border: 2px solid #caeef4;
    background: -webkit-linear-gradient(top, #00b5ff 0%, #0080f3 100%) #0098f9;
    background: -moz-linear-gradient(top, #84ce5a 0%, #3fc133 100%) #68c54f;
    background: -ms-linear-gradient(top, #84ce5a 0%, #3fc133 100%) #68c54f;
    background: linear-gradient(to bottom, #84ce5a 0%, #3fc133 100%) #68c54f;
    color: #f8f0fe !important;
    font-weight: bold !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
    transition: all 0.2s ease;
    display: inline-block;
}

.offerbutton:hover {
    background: -webkit-linear-gradient(top, #38ac2d 0%, #6cc33b 100%) #4dc141;
    background: -moz-linear-gradient(top, #38ac2d 0%, #6cc33b 100%) #4dc141;
    background: -ms-linear-gradient(top, #38ac2d 0%, #6cc33b 100%) #4dc141;
    background: linear-gradient(to bottom, #38ac2d 0%, #6cc33b 100%) #4dc141;
    border: 2px solid #caeef4;
}

@media only screen and (max-width: 600px) {
    .offerbanner {
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        border-radius: 0px;
        width: 100%;
    }

    .bannercomp {
        width: 100%;
        float: none;
        margin-top: 0;
    }

    .bannertext {
        width: 100%;
        float: none;
        margin-top: 30px;
        text-align: center;
    }
}

/* LOOP Styles */

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    color: #fff;
    text-decoration: none;
}

.navigation li {
    display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
    background-color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
    padding: 12px;
    padding: 0.75rem;
    color: #747474;
    border: 2px solid #dbdbdb;
    transition: all 0.2s ease;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #0092ff;
    border-color: #0092ff;
    color: #ffffff;
}

/* @group TRAINING PAGE */

.price-columns {
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    padding: 60px 30px 15px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    margin: 60px auto 25px;
}

.price-columns h5 strong {
    color: #9c5afb;
}

.price-columns h3 {
    margin-bottom: 25px;
}

.trainingtable h4 {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.trainingtable p {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

.eventinfo {
    /*background: -webkit-linear-gradient(top, #01c9fe 0%, #00adff 100%) #02c7fe;
	background: -moz-linear-gradient(top, #01c9fe 0%, #00adff 100%) #02c7fe;
	background: -ms-linear-gradient(top, #01c9fe 0%, #00adff 100%) #02c7fe;
	background: linear-gradient(to bottom, #01c9fe 0%, #00adff 100%) #02c7fe;*/
    background: -webkit-linear-gradient(top, #a566ff 0%, #8839f6 100%) #9c58fb;
    background: -moz-linear-gradient(top, #a566ff 0%, #8839f6 100%) #9c58fb;
    background: -ms-linear-gradient(top, #a566ff 0%, #8839f6 100%) #9c58fb;
    background: linear-gradient(to bottom, #a566ff 0%, #8839f6 100%) #9c58fb;
    padding: 20px 35px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
        rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    max-width: 400px;
    margin-top: 30px;
}

.eventinfo p {
    margin: 0 !important;
    color: #e9fafe;
    font-size: 20px !important;
    line-height: 30px !important;
}

.eventinfo p a {
    color: #e9fafe;
    font-weight: normal;
    font-style: normal;
    border-bottom: 1px solid rgba(231, 250, 254, 0.71);
}

.eventinfo p a:hover {
    color: #ffffff;
}

.eventinfo p strong {
    color: #ffffff;
}

.darkbox {
    background: -webkit-linear-gradient(top, #002936 0%, #012c38 100%) #002834;
    background: -moz-linear-gradient(top, #002936 0%, #012c38 100%) #002834;
    background: -ms-linear-gradient(top, #002936 0%, #012c38 100%) #002834;
    background: linear-gradient(to bottom, #002936 0%, #012c38 100%) #002834;
    height: 100% !important;
    border-style: solid;
    border-color: #ffffff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 25px;
    display: flex;
    align-items: center;
    min-height: 220px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset,
        rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.darkbox p {
    margin-bottom: 0;
}

.purple-box {
    background: -webkit-linear-gradient(top, #a566ff 0%, #8839f6 100%) #9c58fb;
    background: -moz-linear-gradient(top, #a566ff 0%, #8839f6 100%) #9c58fb;
    background: -ms-linear-gradient(top, #a566ff 0%, #8839f6 100%) #9c58fb;
    background: linear-gradient(to bottom, #a566ff 0%, #8839f6 100%) #9c58fb;
    padding: 50px;
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.purple-box ul {
    color: #ffffff;
}

.minimap {
    position: absolute !important;
    top: -35px !important;
    right: -20px !important;
}

@media (max-width: 900px) {
    .minimap {
        position: static !important;
        max-width: 150px;
        margin-bottom: 25px;
    }
}

.zoom {
    transition: transform 0.3s;
}
.zoom:hover {
    transform: scale(1.02);
}

.ticks li {
    font: 19px/33px 'open_sanslight';
    position: relative;
    list-style: none;
    text-indent: -30px;
    padding-left: 30px;
}
.ticks li::before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(/wp-content/uploads/2023/02/tick-grey.svg) no-repeat;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.blueticks li {
    font: 19px/33px 'open_sanslight';
    position: relative;
    list-style: none;
    text-indent: -30px;
    padding-left: 30px;
}
.blueticks li::before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(/wp-content/uploads/2023/02/tick-blue.svg) no-repeat;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.col .blue-ticks {
    margin-right: 25px;
    margin-left: 25px;
}

.blue-ticks {
    list-style-image: url('/wp-content/uploads/2023/02/blue-tick.png') !important;
    margin-top: 40px;
}

.blue-ticks li {
    font-size: 20px;
    list-style-image: url('/wp-content/uploads/2023/02/blue-tick.png') !important;
}

.blue-ticks p {
    font-size: 20px;
    margin-top: -1px;
    margin-bottom: 10px;
    position: relative;
    top: -10px;
}

.purpleticks li {
    font: 19px/33px 'open_sanslight';
    position: relative;
    list-style: none;
    text-indent: -30px;
    padding-left: 30px;
}
.purpleticks li::before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(/wp-content/uploads/2023/02/tick-purple.svg) no-repeat;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.whiteticks li {
    font: 19px/33px 'open_sanslight';
    position: relative;
    list-style: none;
    text-indent: -30px;
    padding-left: 30px;
}
.whiteticks li::before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(/wp-content/uploads/2023/02/tick-white.svg) no-repeat;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.orangeticks li {
    font: 19px/33px 'open_sanslight';
    position: relative;
    list-style: none;
    text-indent: -30px;
    padding-left: 30px;
}
.orangeticks li::before {
    content: '';
    display: inline-block;
    height: 20px;
    width: 20px;
    background: url(/wp-content/uploads/2023/02/tick-orange.svg) no-repeat;
    margin-right: 10px;
    position: relative;
    top: 5px;
}

.quote-and-img {
    display: flex;
    background-color: #ffffff;
    /*box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;*/
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    align-items: center;
    padding: 15px;
}

.quote-and-img p {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 25px !important;
}

.block-list {
    min-width: 300px;
    list-style-type: none !important;
}

.block-list li {
    font: 23px 'open_sansextrabold' !important;
    display: flex;
    align-items: center;
    list-style-type: none;
    /*background-color: #f3d9d9;*/
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding: 5px 15px;
    color: #013157;
    border: 2px solid #ffffff;
}

.block-list li img {
    margin-right: 10px;
    max-width: 70px;
}

.quote-and-img img {
    max-width: 100px !important;
}

@media (min-width: 800px) {
    .block-list {
        min-width: 430px;
    }
}

@media (max-width: 900px) {
    .quote-and-img {
        flex-direction: column;
        align-items: center;
    }

    .block-list li {
        flex-direction: column;
    }
}

@media (max-width: 900px) {
    .hidemobile {
        display: none;
    }
}

@media (min-width: 600px) {
    .displaymobile {
        display: none;
    }
}

/* @end */

/* @group New Feature Banner */

.newfeaturebanner {
    background: -webkit-linear-gradient(top, #093979 0%, #040d79 100%) #093479;
    background: -moz-linear-gradient(top, #093979 0%, #040d79 100%) #093479;
    background: -ms-linear-gradient(top, #093979 0%, #040d79 100%) #093479;
    background: linear-gradient(to bottom, #093979 0%, #040d79 100%) #093479;
    position: relative;
    height: 200px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.newtag {
    position: absolute;
    z-index: 1;
    left: 0;
    top: -40px;
}

.newfeaturebanner-image {
    position: relative;
    top: -50px;
    float: left;
    max-width: 100%;
    margin-right: 20px;
}

.newfeaturebanner-text {
    color: #ffffff;
    float: left;
    position: relative;
    max-width: 400px;
    margin-top: 10px;
    padding-left: 20px;
}

.newfeaturebanner-text h3 {
    color: #ffffff !important;
    font-weight: bold;
    font-size: 28px;
    margin-bottom: 10px;
}

.newfeaturebanner-text p {
    font-size: 16px;
    color: #62aef0 !important;
    line-height: 22px !important;
}

.newfeaturebanner-text a {
    color: #ffffff;
    text-decoration: underline;
}

.newfeaturebanner-text a:hover {
    color: #fcbd2e;
}

.fiddy {
    width: 50%;
    float: left;
}

@media only screen and (max-width: 800px) {
    .fiddy {
        width: 100%;
        float: none;
    }

    .newfeaturebanner {
        height: auto;
    }

    .newfeaturebanner-image {
        position: relative;
        float: none;
        top: 0;
        width: 500px !important;
        margin: 0 auto !important;
        display: block;
    }

    .newfeaturebanner-text {
        float: none;
        position: relative;
        max-width: 400px;
        margin: 0 auto;
        text-align: center;
        padding-left: 0;
    }
}

/* @end */

/*Footer*/

footer {
    border-top: 1px solid #005985;
    border-bottom: none !important;
    background: -webkit-linear-gradient(top, #002436 0%, #001e2e 100%) #002537;
    background: -moz-linear-gradient(top, #002436 0%, #001e2e 100%) #002537;
    background: -ms-linear-gradient(top, #002436 0%, #001e2e 100%) #002537;
    background: linear-gradient(to bottom, #002436 0%, #001e2e 100%) #002537;
    /*margin-top: 100px;*/
    height: 100%;
}

.footer-nav {
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
    margin-bottom: 35px;
    padding-top: 35px;
}

.footer-nav-item {
    flex: 1;
    padding: 25px;
}

.footer-nav-item li {
    text-transform: uppercase;
    list-style-type: none;
    font-family: 'open_sansbold' !important;
    margin-bottom: 5px;
    margin-top: 5px;
    color: #ffffff;
}

.footer-nav-item li a {
    color: #ffffff;
    font-family: 'open_sansbold';
	text-decoration: none;
}

.footer-nav-item .menu-item-has-children li a {
    font: 15px 'open_sanslight';
    text-transform: none;
}

.footer-nav-item .menu-item-has-children li a:hover {
    color: #0092ff;
}

.footer-nav-item .menu-item-has-children li:first-child {
    margin-top: 10px;
}

.footer-nav-item .menu-item-has-children li:last-child {
    margin-bottom: 25px;
}

li.space-above {
    margin-top: 25px;
}

@media only screen and (max-width: 800px) {
    .footer-nav {
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .footer-nav-item {
        max-width: 110px !important;
    }

    .footer-nav-item li {
        font-size: 16px !important;
    }

    .footer-nav-item .menu-item-has-children li a {
        font-size: 12px !important;
        line-height: 15px !important;
    }
}

#footerlogo {
    width: 150px !important;
    opacity: 0.25;
    transition: opacity 0.3s ease;
}

#footerlogo:hover {
    opacity: 1;
}

#copy {
    font-size: 10px !important;
    text-align: center !important;
    color: #c7c7c7 !important;
}

.page-wrap {
    width: 960px;
    margin: 0 auto;
    /*These engage responsive layout in theme*/
    max-width: 100%;
    position: relative;
}

.ayoa-approvedby {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ayoa-approvedby img {
    margin-right: 10px;
    margin-left: 10px;
    object-fit: contain;
    max-width: 100%;
    height: 75px;
}

@media only screen and (max-width: 800px) {
    .ayoa-approvedby img {
        height: 9vw;
    }
}

#footer-end {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #001724;
}

#footer-end-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1440px;
    margin: 0 auto;
}

#footer-end-logo {
    margin-left: 20px;
}

#footer-end-social {
    margin-right: 20px;
}

.footer-social-icons {
    display: flex;
}

.footer-social-icons li {
    list-style-type: none;
    margin-left: 10px;
    opacity: 0.25;
    transition: opacity 0.3s ease;
    margin-bottom: 0;
}

.footer-social-icons li:hover {
    opacity: 1;
}

.footer-social-icons li img {
    width: 35px;
    height: 35px;
}

.authorbox {
    display: flex;
    flex-direction: row;
    background: -webkit-linear-gradient(top, #052f43 0%, #054262 100%) #03293c;
    background: -moz-linear-gradient(top, #052f43 0%, #054262 100%) #03293c;
    background: -ms-linear-gradient(top, #052f43 0%, #054262 100%) #03293c;
    background: linear-gradient(to bottom, #052f43 0%, #054262 100%) #03293c;
    padding: 10px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-right: 10px;
    margin-left: 10px;
    align-items: center;
    flex-basis: 85%;
    margin-top: 60px;
}

.authorbox img {
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    /*border: 5px solid #7eb5ff;*/
    margin: 0;
    box-shadow: 0 1px 50px rgba(0, 0, 0, 0.55);
    min-width: 120px;
    width: 120px;
    height: 120px;
}

.authorbox h3 {
    color: rgb(255, 255, 255) !important;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.authorbox h4 {
    color: rgb(33, 191, 249) !important;
    text-transform: uppercase;
    font-weight: normal;
    font-style: normal;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.authorbox p {
    color: #ffffff !important;
    line-height: 28px !important;
}

.authorright {
    padding: 10px 20px;
}

/* @group SLIDER */

.slickslider {
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

/*Make Flex shortcuts fill height*/
.slides .flex-grid {
    height: 100%;
}

.slide_viewer {
    height: 425px;
    overflow: hidden;
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    /*  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;*/
    /*border: 1px solid #dedede;*/
}

@media only screen and (max-width: 1280px) {
    .slide_viewer {
        /*-webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;*/
    }
}

.slide_group {
    height: 100%;
    position: relative;
    width: 100%;
}

.slides {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
}

.slider-text {
    padding-right: 40px;
    padding-left: 40px;
}

@media only screen and (max-width: 900px) {
    .slider-text {
        padding-right: 0px;
        padding-left: 0px;
    }

    .slider_wrapper {
        max-width: 100%;
    }
}

.slickslider h1,
.slider h2,
.slider h3,
.slider h4,
.slider h5,
.slider p,
.slider li {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.slickslider p {
    margin-bottom: 0;
}

.purpleslide {
    background-color: #6a23cf;
}

.ayoaslide {
    background: linear-gradient(to bottom, #002631 0%, #00181f 100%) #00181f;
}

.trainingslide {
    background: linear-gradient(to bottom, #cbdafa 0%, #a9c1f3 100%) #cbdafa;
}

.trainingslide h2 {
    color: #0e1848;
}

.slides:first-child {
    display: block;
}

.slides:nth-of-type(1) {
    /*background: #D7A151;*/
}

.slides:nth-of-type(2) {
    /*background: #fbf9fc;*/
}

.slides:nth-of-type(3) {
    /*background: #C75534;*/
}

.slides:nth-of-type(4) {
    /*background: #D1D1D4;*/
}

.general-wrap div.flex-grid div.col {
    /*width: 100%;*/
}

.slider_wrapper {
    position: relative;
}

.slide_buttons {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
}

a.slide_btn {
    color: #b6b6b6;
    font-size: 45px;
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: relative;
    top: -15px;
}

.slide_btn.active,
.slide_btn:hover {
    color: #1fbefb;
    cursor: pointer;
}

.directional_nav {
    margin: 0 auto;
    position: relative;
    /*height: 425px;*/
    height: 60px;
    /*top: -80px;*/
    top: -60px;
}

.previous_btn {
    bottom: 0;
    left: 15px;
    margin: auto;
    position: absolute;
    top: 0;
    background-color: rgba(255, 255, 255, 0.54);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.next_btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 15px;
    top: 0;
    background-color: rgba(255, 255, 255, 0.54);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.previous_btn,
.next_btn {
    cursor: pointer;
    height: 35px;
    opacity: 0.5;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    -ms-transition: opacity 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
    width: 35px;
}

.previous_btn:hover,
.next_btn:hover {
    opacity: 0.8;
}

.boxey-feature {
    border: 2px solid #d6d6d6;
    padding: 30px 40px 40px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    height: 80% !important;
}

@media only screen and (max-width: 767px) {
    .previous_btn {
        left: 50px;
    }
    .next_btn {
        right: 50px;
    }
}

/* @end */







