@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 300;
    src: url('../woff2/source-sans-3-v9-latin-300.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../woff2/source-sans-3-v9-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 500;
    src: url('../woff2/source-sans-3-v9-latin-500.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url('../woff2/source-sans-3-v9-latin-600.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('../woff2/source-sans-3-v9-latin-700.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 900;
    src: url('../woff2/source-sans-3-v9-latin-900.woff2') format('woff2');
}


@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: url('../woff2/roboto-v30-latin-300.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../woff2/roboto-v30-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: url('../woff2/roboto-v30-latin-500.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../woff2/roboto-v30-latin-700.woff2') format('woff2');
}


@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../woff2/open-sans-v35-latin-300.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../woff2/open-sans-v35-latin-regular.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 500;
    src: url('../woff2/open-sans-v35-latin-500.woff2') format('woff2');
}
@font-face {
    font-display: swap;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../woff2/open-sans-v35-latin-700.woff2') format('woff2');
}

@font-face {
    font-family: 'goldplay';
    src: url('../woff2/goldplay-bold.woff2') format('woff2');
}

@font-face {
    font-family: 'Atari Classic';
    src: url('../ttf/atariclassic.ttf') format('truetype');
    font-style: normal;
    font-weight: normal;
  }

@font-face {
    font-family: 'geosanslightregular';
    src: url('../woff2/geosanslight-webfont.woff2') format('woff2'),
         url('../woff/geosanslight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-display: swap;
    font-family: geo-wf;
    font-style: normal;
    font-weight: 300;
    src: url('../woff2/geo-wf-3.woff2') format("woff2");
  }
  @font-face {
    font-display: swap;
    font-family: geo-wf;
    font-style: italic;
    font-weight: 300;
    src: url('../woff2/geo-wf-3i.woff2') format("woff2");
  }
  @font-face {
    font-display: swap;
    font-family: geo-wf;
    font-style: normal;
    font-weight: 400;
    src: url('../woff2/geo-wf-4.woff2') format("woff2");
  }
  @font-face {
    font-display: swap;
    font-family: geo-wf;
    font-style: normal;
    font-weight: 500;
    src: url('../woff2/geo-wf-5.woff2') format("woff2");
  }
  @font-face {
    font-display: swap;
    font-family: geo-wf;
    font-style: normal;
    font-weight: 600;
    src: url('../woff2/geo-wf-6.woff2') format("woff2");
  }
  @font-face {
    font-display: swap;
    font-family: geo-wf;
    font-style: normal;
    font-weight: 700;
    src: url('../woff2/geo-wf-7.woff2') format("woff2");
  }

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif;
}

html {
    background-color: #ffffff;
    box-sizing: border-box;
    color: #000000;
    font-family: Roboto, sans-serif;
    font-size: 1em;
    line-height: 1.5;
    min-height: 100%;
    position: relative;
}

.relative {
    position: relative;
}

.main-content-blog {
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
}

.main-content-blog.new-footer {
    margin-top: 8rem; 
    margin-bottom: 8rem;
}

.v-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
}
.mb-1 {
    margin-bottom: 0.25rem;
}
.mb-10 {
    margin-bottom: 10rem;
}
.mb-14 {
	margin-bottom: 14rem;
}
.mb-15 {
	margin-bottom: 20rem;
}
.pt-5 {
    padding-top: 1.25rem;
}

html, body {
    background-color: #F8FAF7 !important;
    width: 100%;
    overflow-x: hidden;
}
ul {
    list-style-type: none;
}
a {
    text-decoration: none;
}
.ag-body {
    margin: auto;
}
.ag-navmenu-container {
    max-width: 1140px;
    margin: auto;
}

.ag-navmenu.ag-default-button {
    width: 100%;
    height: auto;
}

.ag-default-button.orange2.orange-flex {
    display: flex;
    background-size: cover;
    justify-content: center;
    padding-top: 8px;
    width: auto;
    font-size: 15px;
}

.ag-navmenu {
    justify-content: space-evenly;
    list-style-type: none;
    margin: auto 0px;
}
.ag-navmenu-container .ag-row {
    align-items: center;
}
.ag-navmenu.mobile-menu {
    display: none;
}
.ag-row {
    width: 100%;
    display: flex;
}
.ag-col-15 {
    width: 15%;
}
.ag-col-20 {
    width: 20%;
}
.ag-col-20 {
    width: 23%;
}
.ag-col-25 {
    width: 25%;
}
.ag-col-30 {
    width: 30%;
}
.ag-col-50 {
    width: 50%;
}
.ag-col-43 {
    width: 43%;
}
.ag-col-52 {
    width: 52%;
}
.ag-col-55 {
    width: 55%;
}
.ag-col-75 {
    width: 75%;
}
.ag-col-100 {
    width: 100%;
}
.ag-navmenu-container .ag-col-100 {
    width: 0;
}

.ag-navitem:first-child.ag-default-button {
    margin-left: 0;
}

.ag-navitem.ag-default-button {
    float: none;
    margin-right: 0;
    width: 100%;
    height: 0;
}

/*.ag-navitem:first-child {
    margin-left: 3rem;
}*/
.ag-navitem {
    color: #000000;
    font-weight: 800;
    float: left;
    margin-left: 0.7rem;
    margin-right: 0.7rem;
}
.ag-navitem a {
    font-size: 1em;
    text-decoration: none;
    color: #000000;
    font-family: "GoldPlay", sans-serif;
	vertical-align: middle;
}
.ag-navitem.small-font a {
    font-size: 14px !important;
}
.ag-navitem a:hover {
    color: #000000; /*#2C4C01*/
    text-decoration: none;
}

.ag-hero {
    /*background-image: url('../img/blog-main-background-20.webp');
    background-repeat:no-repeat;
    background-position: center;
	background-size: cover;*/
    height: 30vh;
    min-height: 200px;
}
.ag-hero-content {
    width: 40%;
    /*height: 60%;*/
    margin: auto;
    text-align: center;
}
.ag-hero-content h1 {
    font-size: 4.8rem;
    /* font-weight: 900; */
    margin-bottom: 20px;
    font-family: 'Goldplay';
}
.ag-hero-content p {
    font-size: 2rem;
    font-family: 'Source Sans Pro', sans-serif;
    line-height: 25px;
    min-height: 1em;
    white-space: pre-wrap;
}
.ag-blog-container {
    /* width: 80%; */
    width: 100%;
    margin: 50px auto 110px auto;
}

.ag-blog-card {
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.46);
	background: #FFFFFF;
	color: rgb(10, 5, 7);
	border-radius: 2em;
	overflow: hidden;

	/* display: grid; */
	/* grid-template-areas: "text img";
	grid-template-columns: 0.5fr 1fr;
	grid-template-rows: auto; */

	align-items: stretch;

}
.ag-blog-card img {
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.ag-blog-card p, .ag-card p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}
    
.ag-blog-preview {
    padding: 0rem 3rem 0rem 1rem;
    background-color: #FFFFFF;
}

.ag-blog-preview h2 {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    font-family: "GoldPlay", sans-serif;
    margin-top: 1rem;
}

.ag-blog-preview .entry-content .short-content {
    margin-bottom: 1.75rem;
    font-size: 16px;
    line-height: 2.5rem;
    font-family: "Open Sans", sans-serif;
}

.ag-blog-preview .entry-content .short-content a {
    display: none;
}

.ag-blog-preview p {
    padding-bottom: 30px;
}

.ag-button {
    color: #FFFFFF !important;
    font-size: 20px;
    font-weight: 600;
    padding: 1rem 2rem;
    border-radius: 2rem;
    background:  radial-gradient(
        circle at top right,
        #FFA613,
        #FF791C 60%
      );
    -webkit-box-shadow: 0 9px 15px -6px #000000;
    -moz-box-shadow: 0 9px 15px -6px #000000;
    box-shadow: 0 9px 15px -6px #000000;
}
.ag-before-footer {
    /* height: 80vh; */
    background-color: #F8FAF7;
}
.ag-bg-footer {
    /*background-repeat: no-repeat;
    background-size: cover;
    background-position: center;*/
    background: linear-gradient(287.56deg, #D0F2D9 39.34%, #E7F0D6 84.68%);
    margin-top: 8rem;
}
/* Set initial background to a placeholder image or color */
/*.lazy-background {
    background-color: #f0f0f0;
}*/
/*.ag-bg-footer.lazybg {
    background-image: url("../img/bg-footer-3.webp");
}*/
.ag-before-footer .ag-bg {
    /* background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("../img/bg-mid.webp") no-repeat center center;
    background-size: 100% 120%;
    height: 100%;
    display: flex;
    align-items: center; */
    background-image: url('../bg-mid.html');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    height: 1438px;
}
.ag-blog-container-70 {
    width: 60%;
    margin:auto;
}
.ag-card {
    background: linear-gradient(264.79deg, #F7FAF7 -0.71%, #F7FAF7 106.99%);
    border-radius: 16px;
	color: rgb(10, 5, 7);
    padding: 40px 20px;
    text-align: center;
    align-items: center;
    box-shadow: 0px 35px 50px -25px rgba(0, 0, 0, 0.35), 0px 0px 13px -6px rgba(0, 0, 0, 0.3);
}
.ag-card.team-container {
    margin-bottom: 15rem;
    padding-bottom: 1.5rem !important;
    position: relative;
}

.ag-card.team-container p {
    padding-left: 13px;
    padding-right: 13px;
}

.ag-card.team-container .staff {
    position: absolute;
    width: 100px;
}

.ag-card.team-container .staff.staff-001 { display: none; }
.ag-card.team-container .staff.staff-002 { top: 2rem; left: -5rem; }
.ag-card.team-container .staff.staff-003 { display: none; }
.ag-card.team-container .staff.staff-004 { bottom: -4rem; left: -5rem; }
.ag-card.team-container .staff.staff-005 { display: none; }
.ag-card.team-container .staff.staff-006 { top: -7rem; right: 11rem; }
.ag-card.team-container .staff.staff-007 { display: none; }
.ag-card.team-container .staff.staff-008 { display: none; }
.ag-card.team-container .staff.staff-009 { display: none; }
.ag-card.team-container .staff.staff-010 { top: -3rem; right: -3rem; width: auto; height: auto; }
.ag-card.team-container .staff.staff-011 { top: 11.5rem; right: -6.5rem; width: auto; height: auto; }
.ag-card.team-container .staff.staff-012 { bottom: 8rem; right: -5.5rem; width: auto; height: auto; }
.ag-card.team-container .staff.staff-013 { bottom: -5rem; right: -3rem; width: auto; height: auto; }
.ag-card.team-container .staff.staff-014 { bottom: -8.7rem; right: 7.5rem; width: auto; height: auto; }
.ag-card.team-container .staff.staff-015 { bottom: -8.3rem; left: 7rem; width: auto; height: auto; }

.ag-card.join-businesses {
    margin-bottom: 10rem;
}

.ag-card.join-businesses p {
    padding-left: 8px;
    padding-right: 8px;
}

.ag-card div {
    width: 70%;
    margin: auto;
}
.ag-card h3 {
    font-size: 2.3rem;
    font-weight: 900;
    padding-bottom: 10px;
    font-family: "GoldPlay", sans-serif;
}
.ag-card p {
    padding-bottom: 30px;
    line-height: 25px;
    font-size: 16px;
    font-family: 'Source Sans Pro', sans-serif;
}
.ag-card p:last-child {
    padding-bottom: 0;
}
.ag-card .ag-button {
    font-size: 30px;
    padding: 1rem 3rem;
}

.ag-matt-message {
    height: 70vh;
    display: none;
}
.ag-matt-msg-container {
    margin: 150px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.ag-matt-message h3 {
    font-size: 40px;
    font-weight: 900;
    width: 100%;
    margin-bottom: 30px;
}
.ag-matt-message p {
    font-size: 24px;
    width: 100%;
}

.ag-footer {
    margin-top: 5rem;
}
.ag-footer, .ag-bc-footer {
    /* height: 60vh; */
    margin: auto;
}

.ag-footer-logo-container {
    max-width: 368px;
    /*width: 100%;*/
    display: inline-flex;
    flex-direction: column;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
}
.ag-footer-logo-container .ag-footer-logo-subtext {
    margin-top: 2rem;
}
.ag-footer-menu {
    display: flex;
    align-items: center;
}
.ag-footer .ag-row, .ag-bc-footer {
    justify-content: space-around;
}
.ag-footer ul li, .ag-bc-footer ul li {
    margin-bottom: 30px;
}
.ag-footer ul li a, .ag-bc-footer ul li a {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    font-size: 2.8rem;
    line-height: 40px;
    color: #305409;

}
.ag-socials {
    /* display: flex; */
}

.ag-socials li {
    margin-right: 20px;
}

.ag-line-footer {
    background-color: #538C86;
    border-radius: 5px;
    border: none;
    height: 3px;
    width: 70%;
    margin: 50px auto;
}
.ag-footer-copy, .ag-footer-copy a {
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 40px;
    color: #305409;
}
.ag-watch-demo-btn {
    overflow: hidden;
}
.ag-watch-demo-btn img {
    vertical-align: middle;
    max-width: 100%;
    -moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.ag-watch-demo-btn:hover img {
    -moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.ag-btn-container .ag-watch-demo-btn.read-more img, .ag-footer-menu .ag-btn-container  {
    width: 100%;
}
.ag-btn-container {
    width: 20%;
}
.ag-card .ag-btn-container {
    width: 100%;
}
.ag-btn-container .ag-watch-demo-btn.join-us img {
    width: 100%;
}
.ag-matt-img {
    display: none;
}



.standard-btn {
    overflow: hidden;
}

.standard-btn.digital-marketing img{
    width: 60%;
}

.learn-more-digital-marketing {
    margin-top: 5rem;
    background-color: #F8FAF7;
}

.standard-btn img {
    vertical-align: middle;
    max-width: 100%;
    -moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.standard-btn:hover img {
    -moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.ag-bc-container {
    background-color: #F7FAF7;
    padding-top: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.ag-blogs ul li:last-child .ag-blog-container {
	margin-bottom: 1rem;
}

.pagination {
    display: block !important;
    text-align: center;
    margin-bottom: 110px !important;
    font-size: 1.75rem;
}

.navigation {
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    margin-top: 2rem;
}

.navigation a {
    color: #000;
    font-size: 1.5rem;
}

.navigation .btn-next {
    float: right;
    text-align: center;
}

.navigation .btn-prev {
    float: left;
    text-align: center;
}

.clear-position {
    clear: both;
}

.navigation a:hover {
    text-decoration: underline;
}

.ag-logo-container {
    padding: 0.9rem 1vw;
    margin-left: 11.4px;
}

.prev.page-numbers {
    float: left;
    background-image: url('../png/arrow-left.png');
    padding-top: 3rem;
    background-repeat: no-repeat;
    color: #000;
    width: 90px;
    background-position: top left;
    text-align: center;
    font-size: 1.5rem;
}

.next.page-numbers {
    float: right;
    background-image: url('../png/arrow-right.png');
    padding-top: 3rem;
    background-repeat: no-repeat;
    color: #000;
    width: 90px;
    background-position: top right;
    text-align: center;
    font-size: 1.5rem;
}

.ag-default-button.green {
    /* background-image: url('../img/bg-button-green.png'); */
}

.ag-default-button.orange {
    background-image: url('../png/bg-button-orange.png');
}

.ag-default-button.orange2 {
    width: 250px;
    /* background-image: url('../img/bg-button-orange-2.png'); */
    line-height: 6rem;
}

/* .ag-footer ul li a.ag-default-button.orange-longer {
    background-image: url('../img/bg-button-orange-longer2.png');
} */

.ag-default-button.orange-longer {
    width: 100%;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    background-size: contain;
    background-repeat: no-repeat;
    color: #FFF;
    font-size: 1.5rem;
    line-height: 5.5rem;
    text-align: center;
    font-weight: 600;
    background-image: url('../png/bg-button-orange-longer2.png');
}

.ag-default-button.orange-delegate-longer {
    width: 100%;
    color: #fff;
    font-size: 1.5rem;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    background-size: contain;
    background-repeat: no-repeat;
    color: #FFF;
    font-size: 1.5rem;
    line-height: 5.5rem;
    text-align: center;
    font-weight: 600;
    background-image: url('../delegate-marketing-button.html');
}

.ag-default-button.orange-longer:hover {
    color: #fff;
}


.ag-default-button, .ag-footer ul li a.ag-default-button {
    width: 200px;
    height: 91px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    color: #FFF;
    font-size: 1.8rem;
    line-height: 6.5rem;
    text-align: center;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

.ag-footer ul li a.ag-default-button {
    width: 285px;
    height: 130px;
    line-height: 9.5rem;
    font-size: 2.4rem;
}

.show-1280 {
    display: none;
}

.hide-1280 {
    display: block;
}

.ag-bc-card article ul {
    text-align: left;
    margin-left: 7rem;
    list-style: inherit;
    margin-bottom: 2rem;
}

.ag-bc-card article ol {
    text-align: left;
    margin-left: 7rem;
    list-style: decimal;
    margin-bottom: 2rem;
    margin-left: 0;
    padding: 0;
}

.ag-bc-card article ul li, .ag-bc-card article ol li {
    font-size: 19px; 
    line-height: 1.5;
    font-family: 'Source Sans Pro', sans-serif;
    margin-bottom: 1rem;
}

.ag-bc-card article h2, .ag-bc-card article h3, .ag-bc-card article h4, .ag-bc-card article h5 {
    margin-bottom: 4rem;
    margin-top: 7rem;
    text-align: left;
}

.ag-bc-card article h1 {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0.5rem;
    margin-top: 0;
}

.ag-bc-card article a {
    cursor: pointer;
}

.ag-bc-card article { font-family: 'Source Sans Pro', sans-serif; }
.ag-bc-card article h1 { font-size: 2.5rem; line-height: 1.5; font-family: "GoldPlay", sans-serif; }
.ag-bc-card article h2 { font-size: 2rem; line-height: 1.5; font-family: "GoldPlay", sans-serif; }
.ag-bc-card article h3 { font-size: 1.75rem; line-height: 1.5m; font-family: "GoldPlay", sans-serif; }
.ag-bc-card article h4 { font-size: 1.5rem; line-height: 1.5; font-family: "GoldPlay", sans-serif; }
.ag-bc-card article p {
    font-size: 19px;
    line-height: 1.5;
    font-family: 'Source Sans Pro', sans-serif;
    word-spacing: 2px;
    padding-bottom: 10px;
}

#main_header.header-fix {
    top: 0;
    width: 100%;
    position: fixed;
    z-index: 1000;
    background-color: #f7faf7;
}

.blue-code {
    background: none repeat scroll 0 0 #C5D8E5; 
    clear: both; 
    margin-bottom: 18px; 
    overflow: hidden; 
    border: 1px solid transparent; 
    padding: 13px;
    color: #272727;
}

.blue-code a {
    color: #006633;
}
.blue-code a:hover {
    color: #006633;
}

.learn-more-digital-marketing div p {
	line-height: 30px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 400;
	font-size: 2rem;
}

.learn-more-digital-marketing div p:last-child {
    margin-bottom: 2.5rem;
}

.new-footer .footer-menu li a { font-family: 'Source Sans Pro', sans-serif; font-size: 18px; }
.new-footer .ag-socials { text-align: center; }
.new-footer .ag-socials li { display: inline-block;  }
.new-footer .ag-socials li:last-child { margin-right: 0; }
.new-footer .ag-btn-container.footer-ag-btn-container { margin-bottom: 0; }

.footer-menu li a {
    color: #272727 !important;
    font-weight: 400 !important;
}

.main-content-blog .embed-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%;
}

.main-content-blog .embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.footer-menu a:hover { text-decoration: none; }

.bottom-footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
    text-align: center;
    color: #000;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 17px;
    background-color: #F7FAF7;
}

.bottom-footer a {
    color: #000;
}
.bottom-footer a:hover {
    color: #0056b3;
    text-decoration: none;;
}

#upprev_box {
    right: 5px;
    border-radius: 10px;
    border-top: 0;
    background-color: #F7FAF7;
}

#upprev_box .upprev_excerpt h5 {
    font-family: "GoldPlay", sans-serif;
    font-weight: bold;
}

.tag-links {
    font-size: 18px;
    text-align: left;
    font-family: "Source Sans Pro", sans-serif;
}

h2.comments-title {
    font-weight: bold;
    margin-top: 0;
}

.comment-list {
    padding: 3px 30px;
}

.comment-list .comment {
    /* border: 1px solid #e6edf3; */
    border: none;
    border-radius: 30px;
    background-color: #f7faf7;
    display: block;
    list-style: none;
    padding: 33px 20px 30px 30px;
    margin: 30px 0;
}

.comment-body {
    box-sizing: border-box;
}

.post footer, .comment footer, .widget footer {
    height: auto;
    background: none;
    padding: 0;
    color: #1a1c1e;
}

.comment-author {
    display: inline;
}

.comment-list .comment img {
    border-radius: 50%;
}

.comment-metadata {
    float: right;
    display: none;
}

.comment-content {
    padding-top: 23px;
    padding-bottom: 25px;
    color: #2d2d2d;
}

.comment-content p {
    padding-top: 10px;
    font-size: 14px;
}

.comment-reply-link {
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    padding: 5px 20px;
    background-color: #F3B61F;
    color: #000000 !important;
    border: 1px solid #F3B61F;
}

.comment-reply-link:hover {
    text-decoration: none;
}

#respond {
    padding: 10px;
    border-radius: 30px;
    background-color: #f7faf7;
    padding: 4rem;
}

#reply-title {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    margin-top: 0;
}

#respond .form-submit {
    margin-bottom:0;
}

#respond .submit {
    border-radius: 30px;
    background-color: #F3B61F;
    color: #000000 !important;
    border: 1px solid #F3B61F;
}

#respond .submit:hover {
    text-decoration: none;
}

.comment-notes {
    font-size: small
}

#respond label {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.comment-form .submit {
    min-width: 145px;
    background-color: #fff;
    color: #65bbf2 !important;
    border: 1px solid #daecf8;
    border-top-color: rgb(218, 236, 248);
    border-right-color: rgb(218, 236, 248);
    border-bottom-color: rgb(218, 236, 248);
    border-left-color: rgb(218, 236, 248);
    padding: 1px 20px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    margin-top: 10px;
    width: 170px;
    text-align: center;
    height: 40px;
}

#comment, #author, #email, #url {
    padding: 1% 2%;
    display: block;
    width: 100%;
    border: 1px solid #6ea196;
    border-radius: 30px;
}

.ag-logo-container a img {
    width: 140px;
    height: auto;
}

.breadcrumbs a { color: #7b8086; }
.breadcrumbs a:hover { color: #7b8086; }

.bottom-social-media {
	display: flex;
    flex-wrap: wrap;
    margin: 60px 0 32px;
    padding: 1rem 2rem 1rem 2rem;
    border: 1px solid #f2f2f2;
    align-items: center;
    text-align: left;
}

.bottom-social-media .add_to_any_label {
	display: inline-block;
    margin-right: 2rem;
    font-size: 22px;
}

.sidebar_add_to_any a {
    display: block;
    margin-bottom: 0.5rem;
}

.a2a_button_twitter {
    display: block;
    background-color: #000; 
    border-radius: 5px;
    padding: 5px !important;
    margin-left: 2px !important;
    margin-right: 2px !important;
    opacity: 1 !important;
}

.a2a_button_twitter:hover {
    opacity: 0.7 !important;
}

.mobile-row {
    display: none;
}

@media (max-width: 1440px) {
    .ag-before-footer .ag-bg, .ag-bg-footer {
        background-size: cover;
    }
}

@media (max-width: 1280px) {

    .show-1280 {
        display: block;
    }
    
    .hide-1280 {
        display: none;
    }
}

@media (max-width: 1051px) {
    .ag-col-44 {
        width: 48%;
    }
}

@media (max-width: 1024px) {
    .ag-col-43 {
        width: 37.5%;
    }
    .ag-navitem:first-child {
        margin-left: 2rem;
    }
    .ag-bc-container,
    .ag-before-footer .ag-bg {
        background-size: auto;
    }

    .ag-bg-footer {
        background-size: cover;
    }

    .w-60-1024 {
        width: 50% !important;
    }

    .new-footer .footer-menu { text-align: center; }
    .new-footer .footer-menu li {
        margin-bottom: 0.5rem !important;
    }
    .new-footer .ag-btn-container.footer-ag-btn-container li { text-align: center; }
    .new-footer .ag-footer-logo-container { text-align: center; }
}

@media (max-width: 415px) {
    .set-mobile-ag-full {
        margin-right: -11px !important;
    }
    
    .ag-logo-container a img {
        width: 100px !important;
    }
    .ag-navmenu-toggle {
        width: 26% !important;
    }
    .mobile-row {
        margin-left: 24px !important;
    }
}

@media (max-width: 990px) {
    .ag-card.team-container {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .mobile-row {
        width: 100%;
        align-items: center;
        display: flex;
        margin: 10px;
    }

    .ag-navitem:first-child {
        margin-left: 0;
    }
    .ag-navitem {
        float: none;
        margin-right: 0;
    }

    .ag-navmenu {
        display: flex;
    }

    .main-content-blog .container .row {
        flex-direction: column;
    }

    .main-content-blog.new-footer {
        margin-top: 2rem;
        margin-bottom: 2rem;
    }

    .w-60-1024 {
        width: 100% !important;
    }
}

@media (max-width: 990px) {
    .ag-card.team-container {
        width: 83%;
        margin-left: auto;
        margin-right: auto;
    }

    .ag-navmenu-container .ag-row, .ag-footer-menu, .ag-footer-menu .ag-row, .ag-blog-card {
        display: block;
    }
    .ag-navmenu-container .ag-col-20, .ag-col-23, .ag-navmenu-container .ag-col-25, .ag-navmenu-container, .ag-col-52 .ag-col-50, .ag-navmenu-container .ag-col-55, .ag-footer-menu .ag-col-25, .ag-footer-menu .ag-col-15 {
        width: 100%;
        text-align: center;
        margin: auto;
    }
    .ag-navmenu-container .ag-col-100 {
        width: 100%;
    }
    .ag-navmenu.desktop-menu {
        display: none;
    }
    .ag-navmenu.mobile-menu {
        display: flex;
        flex-wrap: wrap;
    }
    .ag-footer-logo-container, .ag-btn-container {
        margin: auto
    }
    .ag-logo-container {
        padding: 1vw 0;
    }
    .ag-navmenu {
        padding: 20px 0;
    }
    .ag-navmenu li {
        padding: 0 20px;
    }
    .ag-card div {
        width: 100%;
    }
    .ag-socials {
        /* display: inline-flex; */
    }
    .ag-blog-preview .ag-btn-container, .ag-footer-menu .ag-btn-container {
        width: 30%;
    }
    .ag-logo-container {
        margin-left: 0px;
    }

    .ag-logo-container a img {
        width: 100%;
        max-width: 140px;
        height: auto;
    }

    .ag-bg-footer {
        /* background: none; */
        height: auto;
    }
    .ag-matt-msg-container {
        margin: 50px auto;
        padding: 50px 0;
    }
    .ag-matt-message {
        height: 100%;
    }
    .ag-matt-message .ag-row {
        display: block;
    }
    .ag-matt-message .ag-row .ag-col-50 {
        width: 80%;
        margin: auto;
        text-align: center;
    }
    .ag-matt-img {
        display: block;
        margin-bottom: 40px;
    }
    .ag-matt-img img {
        border-radius: 50%;
        box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1), 0 1em 2em rgba(0, 0, 0, 0.1);
    }
    .ag-footer {
        /* background: rgb(178,229,134);
        background: -moz-linear-gradient(163deg, rgba(178,229,134,1) 0%, rgba(107,215,154,1) 100%);
        background: -webkit-linear-gradient(163deg, rgba(178,229,134,1) 0%, rgba(107,215,154,1) 100%);
        background: linear-gradient(163deg, rgba(178,229,134,1) 0%, rgba(107,215,154,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b2e586",endColorstr="#6bd79a",GradientType=1);
        height: 100%; */
    }
    .ag-footer-logo-container {
        padding: 40px 0;
    }
    .ag-footer {
        padding: 30px 0;
    }

    .ag-navmenu-container .ag-row {
        align-items: center;
        /* padding: 0px 2rem; */
    }

    .ag-default-button.orange2.orange-flex {
        background-size: contain;
        padding-top: 5px;
        margin:0 -5px;
    }
}

@media (max-width: 990px) {
    .ag-hero {
        margin-top: 70px;
    }
}

@media (max-width: 524px) {
    .ag-navmenu {
        padding: 0;
    }
    .ag-navmenu li {
        padding: 10px 10px;
    }

    .ag-blog-container-70 {
        width: 90%;
    }

    .ag-card h3 {
        font-size: 2rem;
        font-weight: 900;
        padding-bottom: 10px;
        font-family: "GoldPlay", sans-serif;
    }
    .ag-matt-message h3 {
        font-size: 32px;
    }
    .ag-matt-message p {
        font-size: 20px;
    }
    .ag-blog-preview .ag-btn-container, .ag-footer-menu .ag-btn-container {
        width: 80%;
    }
    .ag-card .ag-btn-container {
        width: 90%;
    }
    .ag-footer-logo-container img {
        max-width: 90%;
        height: auto;
    }
    .ag-footer-copy, .ag-footer-copy a {
        font-size: 20px;
    }
}
.ag-navmenu-container.fixed {
    position: relative;
    z-index: 999;
    background-color: #FFFFFF;
    max-width: none;
}
.ag-navmenu-container.fixed .ag-row {
    width: 80%;
    margin: auto;
}
.ag-bc-navbg {
    background-color: #FFFFFF;
    width: 100vw;
}

.ag-bc-row {
    display: flex;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
.ag-bc-column-45 {
    width: 60%;
    height: 100%;
    padding: 0 20px;
    overflow: hidden;
}
.ag-bc-column-50 {
    width: 35%;
    height: 100%;
    padding: 0 20px;
    overflow: hidden;
    margin: 2.5rem auto;
}
.ag-bc-col-inner {
    height: 100%;
    width: 100%;
    /* padding: 0 30px; */
    /* overflow-y: scroll;
    box-sizing: content-box; */
  }

.ag-bc-card {
    box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1), 0 1em 2em rgba(0, 0, 0, 0.1);
	background: #FFFFFF;
	color: rgb(10, 5, 7);
	border-radius: 2em;
	overflow: hidden;
    padding: 4rem;
    text-align: center;
    margin: 2.20rem auto 5rem auto; 
    /* 8.57rem */
}
.ag-bc-card h1 {
    width: 90%;
    font-size: 2.4rem;
    font-weight: 900;
    text-align: left;
    margin: 0 auto 0.5rem auto;
}
.ag-bc-card .author-info {
    margin-top: .5rem;
    margin-bottom: 3rem;
}
.ag-bc-card img.size-large, .ag-bc-card img.size-full {
    /* width: 90%; */
    width: 100%;
    object-fit: contain;
    height: auto;
    /* border-radius: 5%; */
}
.ag-bc-card p {
    width: 100%;
    /* margin: 30px auto; */
    margin-bottom: 2rem;
    text-align: left;
}
.ag-bc-footer .ag-row {
    justify-content: space-evenly;
    margin-top: 100px;
}
.ag-bc-footer .ag-col-25 {
    margin: auto 0;
}
.ag-bc-footer {
    background: rgb(178,229,134);
    background: -moz-linear-gradient(163deg, rgba(178,229,134,1) 0%, rgba(107,215,154,1) 100%);
    background: -webkit-linear-gradient(163deg, rgba(178,229,134,1) 0%, rgba(107,215,154,1) 100%);
    background: linear-gradient(163deg, rgba(178,229,134,1) 0%, rgba(107,215,154,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b2e586",endColorstr="#6bd79a",GradientType=1);
}
.ag-post-control {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.ag-post-control a {
    color: #000000;
}
.ag-post-control a:hover {
    color: #2C4C01;
}
.ag-post-control p {
    width: 100%;
    margin: 0px auto;
    font-weight: 900;
}
.ag-post-control .ag-post-prev {
    width: 50%;
    padding: 0 30px;
}
.ag-post-control .ag-post-prev p {
    text-align: left;
}
.ag-post-control .ag-post-next {
    width: 50%;
    padding: 0 30px;
}
.ag-post-control .ag-post-next p {
    text-align: right;
}
.ag-bc-about-card {
    box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1), 0 1em 2em rgba(0, 0, 0, 0.1);
	background: #FFFFFF;
	color: rgb(10, 5, 7);
	border-radius: 2em;
    padding: 100px 30px 30px 30px;
    margin-top: -50px;
}
.ag-bc-about-card h3 {
    font-size: 32px;
    font-weight: 900;
    padding-bottom: 20px;
}
.ag-matt-img-bc-about img {
    text-align: center;
    border-radius: 50%;
}
.ag-text-center {
    text-align: center;
}
.ag-bc-join-us-card {
    box-shadow: 0 0.2em 1em rgba(0, 0, 0, 0.1), 0 1em 2em rgba(0, 0, 0, 0.1);
	background: #FFFFFF;
	color: rgb(10, 5, 7);
	border-radius: 2em;
    padding: 30px;
    margin-top: 50px;
}
.ag-bc-join-us-card h3 {
    font-size: 32px;
    font-weight: 900;
    padding-bottom: 20px;
}

@media (max-width: 380px) {
    .ag-card .ag-btn-container, .ag-blog-preview .ag-btn-container, .ag-footer-menu .ag-btn-container {
        width: 100% !important;
        
    }

    .ag-default-button.orange2.orange-flex { 
        line-height: 6.5rem;
    }
}

@media (max-width: 768px) {
    .ag-hero {
        margin-top: 70px;
    }

    .ag-hero-content {
        /*height: 85%;*/
        width: 60%;
    }
}

@media (max-width: 480px) {
    
    .ag-hero-content {
        /*height: 85%;*/
        width: 80%;
    }

    .ag-default-button.orange2.orange-flex {
        line-height: 7rem;
        background-size: 100%;

    }
    .ag-bc-card article ol, .ag-bc-card article ul {
        margin-left: 5rem !important;
    }

    .ag-card.team-container {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .ag-navmenu-container {
        margin-top: 0;
        margin-bottom: 1rem;
        /* padding-top: 2rem; */
    }

    .ag-logo-container {
        margin-bottom: 0;
    }

    .mb-15 {
        margin-bottom: 15rem;
    }

    .ag-before-footer .ag-card {
        height: auto;
    }

    .ag-bc-card {
        padding: 2rem 1rem;
    }
}

@media (max-width: 380px) {
    .ag-card.team-container {
        width: 100%;
    }

    .pagination {
        margin-bottom: 0;
    }

    .prev.page-numbers {
        float: none;
        background-image: none;
        padding-top: 0;
        color: inherit;
        width: auto;
        text-align: center;
        color: #337ab7;
        font-size: 1.5rem;
    }
    
    .next.page-numbers {
        float: none;
        background-image: none;
        padding-top: 0;
        color: inherit;
        width: auto;
        text-align: center;
        color: #337ab7;
    }
}


.post.type-post.status-publish h2 {
    font-size: 30px;
    font-weight: 600;
}

.ag-bc-card article h2{
        font-weight: 600;
        font-size: 30px;
}

.status-publish a {
	text-decoration: underline !important;	
}

.indented{
    text-indent: 50px;
}

.ag-bc-card p{
    margin-bottom: 2rem;
}

.main-content-blog .row .ag-bc-card{
    ::marker { color:#3FA53B;}
}

@media (max-width: 567px) {
    .leadbar-container{
    display:none;
    }
    .sumome-share-client-wrapper{
    display:none;
    }
    .ag-bc-card article h1 {
        line-height: 1.1;
    }
    .ag-bc-container {
        background-image: unset;
        padding: 0;
        padding-top:0;
    }
    .main-content-blog .col-xs-12.col-sm-12.col-mid-12{
        padding: 10px;
    }
    .main-content-blog .row .ag-bc-card{
        margin-top: 1rem;
        box-shadow: none;
        background: transparent;
    }
}

.ag-navmenu.mobile-menu {
    display: none;
}

.mobile-watch-demo{
    display: none;
}


@media (min-width: 991px) {
    .ag-mobile-fullmenu{
        display:none;
    }
}
@media (max-width: 990px) {
    .ag-navmenu-toggle {
        display: block;
        background: none;
        border: none;
        padding: 0;
        cursor: pointer;
        border: 2px solid #000;
        padding: 5px 10px 3px 10px;
        border-radius: 10px;
        font-weight: 700;
        font-family: 'GoldPlay';
        width: 23%;
        font-size: 20px;
    }

    .ag-navmenu-toggle-icon {
        display: block;
        width: 20px;
        height: 2px;
        background-color: #000;
        margin-bottom: 4px;
    }

    .ag-navmenu-toggle.active .ag-navmenu-toggle-icon {
        background-color: #fff;
    }

    .ag-navmenu.mobile-menu.active {
        display: block;
    }
    .ag-navmenu li {
        padding: 2px 3px;
    }
    .ag-navmenu.mobile-menu{
        border: 1px solid #257946;
        padding: 5px 10px 5px 10px;
        border-radius: 5px;
        font-weight: 700;
        font-family: 'GoldPlay';
        margin-top: 5px;
        font-size: 12px;
        line-height: 15.96px;
        box-shadow: 0px 7px 5px -4px rgba(0, 0, 0, 0.25);
    }
    .ag-mobile-fullmenu{
        width:30% !important;
    }
    .set-mobile-ag-full{
        display: flex;
        align-items: center;
        /* width: 35%; */
        justify-content: space-between;
        margin-right: 10px;
    }
    .ag-mbh{
        display:none !important;
    }
    .ag-set-dfx-mb{
        display:none !important;
    }
    .ag-navmenu.mobile-menu{
        margin: 0.5rem 2rem;
    }
    
    .mobile-watch-demo-orange{
        background-image: url('../bg-button-orange1.html');        
        width: 132px;
        height: 44px;
        display: inline-block;
    }
}


.status-publish a {
    color: #295c19;
    text-decoration: none;
}
.status-publish a:hover {
    cursor: pointer;
    text-decoration: underline #287038 !important;
    color: #295c19;    
}

.content-block {
    display: flex !important;
    background-color: #F7FAF7 !important;
    clear: both !important;
    margin-bottom: 33px !important;
    overflow: hidden !important;
    padding: 30px 13px 13px 13px !important;
    box-shadow: 0px 4px 15px 5px rgba(0, 0, 0, 0.15);
    border-radius: 16px;
}

.content-block .left-subcontent-block {
    margin-top: -7px;
}

.content-block .left-subcontent-block .subcontent-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: #2BB271 2px solid;
    margin: 0 1.5rem 0 1rem;
    background-size: 24px 24px;
    background-position: center center;
    background-repeat: no-repeat;
}

.content-block h1, .content-block h2, .content-block h3, .content-block h4, .content-block h5, .content-block h6 {
    color: #2BB271;
}

.content-block ul, .content-block ol { 
    margin-left: 2rem !important;
    margin-bottom: 0.25rem !important;
}

.content-block ul, .content-block ol {
    ::marker {
        color:#000000 !important;
    }
}

.content-block.block-overview .subcontent-circle {
    background-image: url('../bulb.html');
}

.content-block.block-many-insights .subcontent-circle {
    background-image: url('../key.html');
}

.content-block.block-key-insight .subcontent-circle {
    background-image: url('../brain.html');
}

.content-block.block-tip .subcontent-circle {
    background-image: url('../cogwheel.html');
}

.content-block.block-checklist .subcontent-circle {
    background-image: url('../check.html');
}

.content-block.block-example .subcontent-circle {
    background-image: url('../test-tube.html');
}

.content-block.block-conclusion .subcontent-circle {
    background-image: url('../flame.html');
}

article ol {
    margin-left: 7rem !important;
}
.ag-bc-card article h2 {
    line-height: 1.2 !important;
}
.post.type-post.status-publish h2 {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}
.ag-bc-card article h3 {
    font-family: 'Source Sans Pro', sans-serif !important;
    font-size: 20px;
}
.ag-before-footer .ag-bg {
    background-image: none !important;
    height: 500px;
}
.lp-bar__iframe-wrapper{
    display: none;
}
.ag-bc-card .type-post.status-publish iframe{
    width:100%;
}

/* update 07/10/2023 */
.wp-post-image {
    display: block;
    width: 100%;
    margin-bottom: 2rem;
}

.youtube-player {
    position: relative;
    padding-bottom: 56.20%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
    margin: 0;
}

.youtube-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    background: transparent;
}

.youtube-player img {
    object-fit: cover;
    display: block;
    left: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    height: auto;
    cursor: pointer;
    -webkit-transition: 0.4s all;
    -moz-transition: 0.4s all;
    transition: 0.4s all;
}

.youtube-player img:hover {
    -webkit-filter: brightness(75%);
}

.youtube-player .play {
    height: 48px;
    width: 68px;
    left: 50%;
    top: 50%;
    margin-left: -34px;
    margin-top: -24px;
    position: absolute;
    background: url('../png/youtube.png') no-repeat;
    cursor: pointer;
}

.youtube-player-mb {
    margin-bottom: 3rem !important;
}

.popup-task-complete {
    width: 100%;
    max-width: 400px;
    margin-bottom:-2rem;
    height: auto;
}

.clean-light {
    width: 280px;
    max-width: 400px;
}

.clean-light.new-growbo {
    width: 40rem;
    transform: translate(-2rem, -0.5rem);
}

.rotated-arrow {
    position: absolute;
    top: -3.5rem;
    right: -4.5rem;
    transform: rotate(-45deg);
    width: 80px;
}

.w-60 {
    width: 60%;
}

.w-150px {
    width: 150px;
}

@media (max-width: 990px) {
    .ag-blog-preview {
        padding: 1.5rem 3rem 1rem 3rem;
    }

    .ag-blog-preview .ag-btn-container, .ag-footer-menu .ag-btn-container {
        width: 100%;
        text-align: center;
    }
}

.h-auto {
    height: auto !important;
}

.img-demo {
    width: 132px;
    height: auto;
}

.upprev-title {
    font-family: arial,helvetica,sans-serif;
    font-size: 10px;
    font-weight: 700;
    margin: -3px 0 6px 0;
    opacity: 0.8;
    padding: 0;
    text-transform: uppercase;
}

.upprev-content-title {
    font-family: "GoldPlay", sans-serif;
    font-weight: bold;
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
    line-height: 1.1;
    color: inherit;
}

.ag-general-button {
    width: 100%;
    height: auto;
}

.right-content {
    padding:0 !important;
}

.left-image {
    padding: 0 !important;
}

.ag-default-button.green-button.read-more-button {
    width: 16rem; 
    padding:0.5rem; 
    line-height: 3.5rem;
    margin: 0.5rem 0 1.5rem 2rem;
    font-size: 1.5rem;
}

.ag-default-button.green-button.footer-button {
    width: auto; 
    padding: 1.8rem 3rem;
    line-height: 2rem;
    font-weight: bold;
    font-size: 1.8rem;
    color: #000000;
    height: auto;
}

.ag-bg-footer .container {
    padding-right: 49.8px;
    padding-left: 49.8px;
    margin-right: 45.6px;
    margin-left: 45.6px;
}
.ag-bg-footer .ag-footer ul li {
    margin-bottom: 16px;
    text-align: center;
}
.ag-bg-footer .ag-default-button.green-button.footer-button {
    font-size: 18px;
    padding: 1.8rem 2rem;
    margin-top:4px;
    margin-bottom: 3rem;
}
.ag-footer .ag-socials li {
    margin-right: 55px;
}
.ag-bg-footer{
    padding-top: 2rem !important;
}
.bottom-footer {
    padding-top: 4rem;
    padding-bottom: 4rem;
    text-align: center;
    color: #000;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 17px;
    background-color: #F7FAF7;
}
.ag-footer-logo-container {
    margin-top: -30px;
    margin-left: 5px;
}
@media (min-width: 1200px) {
    .container {
        width: 1140px;
    }
}

@media (max-width: 1199px) {
    .ag-card.team-container .staff.staff-001 { display: none !important; }
    .ag-card.team-container .staff.staff-002 { top: -3rem; left: -2.5rem; width: 80px; height: auto; }
    .ag-card.team-container .staff.staff-003 { display: none !important; }
    .ag-card.team-container .staff.staff-004 { display: none !important; }
    .ag-card.team-container .staff.staff-005 { display: none !important; }
    .ag-card.team-container .staff.staff-006 { display: none !important; }
    .ag-card.team-container .staff.staff-007 { display: none !important; }
    .ag-card.team-container .staff.staff-008 { display: none !important; }
    .ag-card.team-container .staff.staff-009 { display: none !important; }
    .ag-card.team-container .staff.staff-010 { top: -7rem; left: 50%; width: 80px; height: auto; transform: translateX(-50%); }
    .ag-card.team-container .staff.staff-011 { top: -3rem; right: -2.5rem; }
    .ag-card.team-container .staff.staff-012 { bottom: -3rem; right: -2.5rem; width: 80px; height: auto; }
    .ag-card.team-container .staff.staff-013 { display: none !important; }
    .ag-card.team-container .staff.staff-014 { bottom: -7rem; left: 50%; width: 80px; height: auto; transform: translateX(-50%); }
    .ag-card.team-container .staff.staff-015 { bottom: -3rem; left: -2.5rem; width: 80px; height: auto; }

    .rotated-arrow {
        right: -2.5rem !important;
    }
}

@media (max-width: 380px) {
    .ag-card.team-container .staff.staff-002 { left: -0.8rem; }
    .ag-card.team-container .staff.staff-011 { right: -0.8rem; }
    .ag-card.team-container .staff.staff-012 { right: -0.8rem; }
    .ag-card.team-container .staff.staff-015 { left: -0.8rem; }
}

.yellowbox {
    background: none repeat scroll 0 0 #FFFF99 !important;
    clear: both !important;
    margin-bottom: 18px !important;
    overflow: hidden !important;
    border: 1px solid #E5E597 !important;
    padding: 13px !important;
}

.greenbox {
    background: none repeat scroll 0 0 #F6FBF7 !important;
    clear: both !important;
    margin-bottom: 18px !important;
    overflow: hidden !important;
    border: 1px solid #DEE0DE !important;
    padding: 13px !important;
}

.greenbox h2 {
    padding-top: 0.5em !important;
}

.p-0 {
    padding: 0 !important;
}
.pt-0 {
    padding-top: 0 !important;
}
.pb-0 {
    padding-bottom: 0 !important;
}
.ps-0 {
    padding-left: 0 !important;
}
.pe-0 {
    padding-right: 0 !important;
}
.m-0 {
    margin: 0 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}
.ms-0 {
    margin-left: 0 !important;
}
.me-0 {
    margin-right: 0 !important;
}
.mt-auto {
    margin-top: auto !important;
}
.mb-auto {
    margin-bottom: auto !important;
}
.ms-auto {
    margin-left: auto !important;
}
.me-auto {
    margin-right: auto !important;
}
.d-flex {
    display: flex !important;
}
.w-100 {
    width: 100% !important;
}

.ag-row .ag-col-12 {
    flex-basis: 100%;
    max-width: 100%;
}

@media (min-width: 768px) {
    .ag-row .ag-col-md-1 {
        flex-basis: 8.3333333333%;
        max-width: 8.3333333333%;
    }
    .ag-row .ag-col-md-2 {
        flex-basis: 16.6666666667%;
        max-width: 16.6666666667%;
    }
    .ag-row .ag-col-md-3 {
        flex-basis: 25%;
        max-width: 25%;
    }
    .ag-row .ag-col-md-4 {
        flex-basis: 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .ag-row .ag-col-md-5 {
        flex-basis: 41.6666666667%;
        max-width: 41.6666666667%;
    }
    .ag-row .ag-col-md-6 {
        flex-basis: 50%;
        max-width: 50%;
    }
    .ag-row .ag-col-md-7 {
        flex-basis: 58.3333333333%;
        max-width: 58.3333333333%;
    }
    .ag-row .ag-col-md-8 {
        flex-basis: 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .ag-row .ag-col-md-9 {
        flex-basis: 75%;
        max-width: 75%;
    }
    .ag-row .ag-col-md-10 {
        flex-basis: 83.3333333333%;
        max-width: 83.3333333333%;
    }
    .ag-row .ag-col-md-11 {
        flex-basis: 91.6666666667%;
        max-width: 91.6666666667%;
    }
}