@import url("https://files.keefstudio.com/fonts/tda-sans-remote/css/tdasans_remote.css");


/*** ELEMENTOR PAGE BUILDER GLOBAL ***/
.elementor-heading-title, .elementor-widget-text-editor {
	color:#666666;
}

#elementor .elementor-element-5874bd2 .elementor-icon-list-icon i {
    vertical-align:middle !important;
}

.elementor{
  width:100%;
}

.contact-email {
    font-size:16px !important;
}

.elementor-button, .elementor-button:hover {
    background-color:transparent !important;
    border:2px solid #666666 !important;
	border-radius:50px !important;
    padding:15px 30px !important;
    color:#666666 !important;
    /*text-transform:uppercase !important;*/
    font-family: 'TDA Sans Screen', Arial, sans-serif !important;
	font-weight:700 !important;
	/*letter-spacing:.1em !important;*/
    font-size:16px !important;
    width:fit-content !important;
}

.elementor-button:hover, .elementor-button:active, .elementor-button:focus {
    background-color:#666666 !important;
    color:#fff !important;
    box-shadow: none !important;
}

@media (max-width: 767px){
	.elementor-button, .elementor-button:hover {
        font-size:14px !important;
	}
	.elementor-widget.site-link {
    	position: relative !important;
        top: auto !important;
        right: auto !important;
	}

}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding:0 !important;
}

.elementor-widget-button .elementor-widget-container{
    width:fit-content !important;
    display:inline-block;
}

#gallery-1 img {
    border: none !important;
    padding: 10px !important;
}

.site-link {
    position: absolute !important;
    top: -136px;
    right: 0px;
    width:auto !important;
}

/* additional CSS IDs and classes from CT */

.about-more-subhead {
    font-size:24px;
    line-height:42px;
}

.about-more-h4 {
    margin-bottom:0px !important;
    line-height:30px !important;
}

.about-more-h4 h4 {
    line-height:30px !important;
}



/* END additional CSS IDs and classes from CT */


/*** MAIN ELEMENTS ***/
body{
  font-family: 'TD Ameritrade Sans Screen', Arial, sans-serif !important;
  font-size:16px;
	font-weight:300;
	color:#7a7a7a;
	background:#fff;
	line-height:30px;
}

b, strong {
    font-weight: bold;
}

a{
    color:#087900;
}

a:hover{
    color:inherit;
    text-decoration:underline;
}

h2.section-title, .section-title > h2{
  font-size:18px;
  line-height:100%;
  letter-spacing:.3em;
  text-transform:uppercase;
  font-weight:300;
  text-align: center;
}

h3.section-title, .section-title > h3{
    display:block;
    font-size:36px;
    line-height:100%;
    font-weight:100;
}

#page{
    position: relative;
}


/*** HEADER NAVBAR ***/
header#masthead{
    padding-top:30px;
    padding-bottom:30px;
    background:transparent;
}

.single-project header#masthead{
	margin-bottom: 50px;
}

.navbar{
	justify-content: flex-start;
}

.navbar-brand{
	padding:0;
	margin:0;
}

.navbar-brand > a.site-title{
	display:inline-block;
	width:180px;
	height:14px;
	text-indent:2000px;
	overflow:hidden;
	background:url(/wp-content/uploads/2023/05/small_name.png) no-repeat;
	background-size:contain;
}

.home .navbar-brand > a.site-title{
	background-image:url(/wp-content/uploads/2023/05/small_name.png);
}

.header-icon-links{
	list-style:none;
	margin:0;
	padding:0;
	margin-left:10px;
	height:30px;
	border-left: 1px solid #ccc;
	margin-left:20px;
	padding-left:20px;
}

.header-icon-links li{
	display:inline-block;
	list-style:none;
	margin:0;
	padding:0;
	margin-right: 10px;
}

.header-icon-links li a {
	display:block;
	line-height: 1px;
	width:28px;
	height:28px;
	padding:7px;
	border-radius: 14px;
	color:#ffffff;
	background: #8d8c8c;
	text-decoration: none;
	overflow:hidden;
}

.header-icon-links li a svg{
	width:100%;
	height:100%;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  font-size:16px;
  padding-left:30px;
  padding-bottom:0;
	color:#686868;
}

body.home:not(.theme-preset-active) #masthead .navbar-nav > li > a {
	color:#666;
}

body #masthead .navbar-nav > li > a:hover {
	color:#40a829 !important;
}

/* Bootstrap menu -- click shows submenu
.dropdown-menu{
  right:auto;
  left:0;
  top:50px;
	border:0;
  padding:0;
	background-color:#f7f7f7;
	overflow:hidden;
}

.dropdown-menu li:last-of-type .dropdown-item{
	padding-bottom:10px;
}

.dropdown-menu .dropdown-item {
  line-height: 2em;
}

.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:active{
  background-color:#64a1c6;
  color:#ffffff;
}
*/

.navbar-nav a{
	text-decoration:none;
}

.navbar-nav > li{
	line-height:55px;
}

.navbar-toggler{
    border:0;
}

.site-header .navbar{
    padding-left:4px;
    padding-right:4px;
}

.home .site-header .navbar{
    padding-left:24px;
    padding-right:24px;
}

.home .navbar-toggler, .archive .navbar-toggler{
    padding:.25rem 20px;
}

.sub-menu{
	display:none;
	position:absolute;
	border:0;
	padding:0;
	margin:0;
	list-style:none;
	background-color:#ffffff;
	overflow:hidden;
	z-index:999;
}

.navbar-nav > .menu-item:hover > .sub-menu{
	display:block;
}

.sub-menu .menu-item a{
	display:block;
	padding:0 60px 0 30px;
	color:#666666;
	line-height:42px;
}

.sub-menu .menu-item:first-of-type a{
	padding-top:5px;
}

.sub-menu .menu-item:last-of-type a{
	padding-bottom:10px;
}

.sub-menu .menu-item a:hover{
	color:#fff;
	background-color:#40a829;
}

.light-text{
  color:#fff;
}



/*** HOME PAGE HERO ***/

.home{
    background:#f7f7f7;
}

.hero{
    height: 40vw !important;
    max-height:800px;
    min-height: 520px;
}

.hero .elementor-container{
    height:100% !important;
}

.hero-bg-wrap{
	position:absolute;
	width:100vw;
	height:40vw;
	max-height:800px;
	min-height:520px;
	overflow:hidden;
}

.hero-bg{
    position:relative;
	width:100%;
	height:100%;
	background: #f7f7f7 no-repeat;
	background-size:cover;
	transition:transform 1s ease-out;
}

.hero-bg:before{
    content:"";
    position:absolute;
    top:calc(50% - 80px); left:calc(50% - 1px);
    width:2px;
    height:160px;
    background:#000;
    opacity:.1;
    z-index:0;
}

@media(max-width:768px){
    .hero-bg:before{
        display:none;
    }
}

.hero-portraits{
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    width: 70vh;
    height: 55%;
    margin:0;
    padding:0;
    list-style:none;
    z-index:2;
}

.hero-portraits li{
    position:absolute;
    bottom:0;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    background: no-repeat;
    background-size:contain;
    background-position:bottom;
    opacity:0;
}

.hero-portraits .show-portrait{
    opacity:1;
    animation: hero-portrait-fade-in .75s linear;
}

.hero-portraits .hide-portrait{
    animation: hero-portrait-fade-out .75s linear;
}

@keyframes hero-portrait-fade-in {

  0%{
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes hero-portrait-fade-out {

  0%{
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}




#hero-portrait1{
    background-image:url(/wp-content/uploads/2023/04/hero-people-elayne.png);
}
#hero-portrait2{
    background-image:url(/wp-content/uploads/2023/04/hero-people-melissa.png);
}
#hero-portrait3{
    background-image:url(/wp-content/uploads/2023/04/hero-people-steve.png);
}
#hero-portrait4{
    background-image:url(/wp-content/uploads/2023/04/hero-people-amyc-1.png);
}
#hero-portrait5{
    background-image:url(/wp-content/uploads/2023/04/hero-people-nicolej.png);
}
#hero-portrait6{
    background-image:url(/wp-content/uploads/2023/04/hero-people-michael.png);
}
#hero-portrait7{
    background-image:url(/wp-content/uploads/2023/04/hero-people-julie.png);
}
#hero-portrait8{
    background-image:url(/wp-content/uploads/2023/04/hero-people-becca.png);
}
#hero-portrait9{
    background-image:url(/wp-content/uploads/2023/04/hero-people-bob.png);
}


.hero-logo {
    z-index:3;
    position:relative;
}

@media(max-width:768px){
    .hero-subhead h2.elementor-heading-title{
        margin:0;
        margin-top:30px;
        text-align:center;
    }
}

/*** GET TO KNOW US FUN FACT ***/

.know-us .elementor-container{
    transition:all 1s ease-out;
    height:auto;
    max-height:600px;
}

.fun-fact{
    display:none;
}

.elementor-editor-active .fun-fact{
    display:block !important;
}

.show-funfact{
    display:block;
}


/*** Carousel ***/

.carousel{
  background-color:#222;
}

.carousel-inner{
  opacity:.5;
}

.carousel-hgroup{
    display:block;
    position:absolute;
    left:0;
    top:36vh;
    width:100%;
    text-align:center;
    color:#fff;
    font-size:12px;
    font-weight:300;
    z-index:99;
}


@keyframes slideInFromRight {
  0% {
    opacity:0;
    transform: translateX(33%);
  }
  100% {
    opacity:1;
    transform: translateX(0);
  }
}

.carousel-inner{
  position:relative;
  height:100vh;
  overflow:hidden;
}

.carousel-item{
  position:absolute;
  top:0;
  height:100%;
  width:100%;
  background-position:center;
  background-size:cover;
}

.slide-title{
  position:absolute;
  top:50%; left:0;
  width:100%;
  text-align:center;
  
}

.slide-title h3{
  margin-top:-30px;
  line-height: 60px;
  font-size:48px;
  color:#fff;
}

.carousel-indicators{
    bottom:24px;
}



/*** Section ***/

.section-hgroup{
  text-align: center;
}

.service-title-widget{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
	color:#fff;
	text-align:center;
}

.services-title h2, .services-title h3{
	color:#183028;
}

.team-title h2, .team-title h3{
	color:#2a5673;
}

.the-team .elementor-widget{
	margin-bottom:0 !important;
}

.people-title-widget{
	display:flex;
	align-items:center;
	justify-content:center;
	width:100%;
	height:100%;
	text-align:center;
}

.the-team h4{
  font-weight:300;
  color:#fff !important;
  font-family: 'TDA Sans Screen', Arial, sans-serif !important;
}


/*** Project ***/

.entry-header{
  margin-top:40px;
  margin-bottom:40px;
  padding:0;
  border-bottom: 1px solid #eaecef;
  max-width:1140px;
}

.entry-header h1{
  font-size:48px;
  margin-bottom:30px;
  border:0;
}

.entry-content{
  padding-bottom:180px;
}

.project-subnav{
  width:100%;
	background:#202020;
}

.project-item .elementor-widget-heading{
    position:absolute;
    top:50%;
    margin-top:-24px;
    line-height:48px;
    color:#fff;
    width:100%;
    text-align:center;
    pointer-events:none;
    z-index:99;
}

.elementor-editor-active .project-item .elementor-widget-heading{
    pointer-events:all;
}

.project-item .elementor-widget-heading span{
	display:block;
	margin-top:-30px !important;
	color:#fff !important;
	opacity:0;
	transition: all .5s;
	font-size: 24px !important;
	font-weight:100 !important;
}

.project-item:hover .elementor-widget-heading span{
	opacity:1;
}

.project-item .elementor-widget-heading h3{
    opacity:0;
    font-size:36px;
    font-weight:normal !important;
    transform: translateY(10px);
    transition: all .5s;
	text-shadow:0 2px 4px rgba(0,0,0,.65);
}

.project-item:hover .elementor-widget-heading h3{
    pointer-events:none;
    transform: translateY(0px);
    opacity:1;
}

.project-item .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

.showcase{
  margin:0;
  padding:0;
  margin-left:-15px;
  margin-right:-15px;
  list-style:none;
}

.project-subnav .showcase{
	display:flex;
	justify-content:center;
}

.project-subnav .showcase li a{
	padding-top:100%;
}

.showcase li{
  margin:0;
  padding:0;
  background:#222;
  overflow:hidden;
}

@media (min-width: 768px){
	.showcase li.col-md{
		flex: 0 0 25%;
	}
}

.showcase li{
  transition:.5s all ease-out; /* CT EDITS */
}

.showcase li .post-thumb{
    padding-top:100%;
}

.showcase li a{
    position:absolute;
    top:0; left:0;
    width:100%;
    height:100%;
  display:block;
  background-size:cover;
  background-position:center;
  transition:.5s all ease-out;
	transform:scale(1.0);
}

.showcase li:hover a{
	transform:scale(1.1);
	opacity:1;
}

.showcase-wide li a{
  display:block;
  padding-top:20%;
  background-size:cover;
  background-position:center;
  transition:.5s all ease-out;
	transform:scale(1);
}

.showcase-wide li:hover a{
	transform:scale(1.1);
}


/* CT EDITS */

.showcase li {
  background-color:#d8d8d8;
}

.showcase:hover li a {
  opacity:0.6;
}

.showcase li:hover, .showcase li:active, .showcase li:focus {
  background-color:#000;
}

.showcase li a:hover, .showcase li a:active, .showcase li a:focus {
  opacity:0.3;
}

/* END CT EDITS */


.showcase .post-title{
    position:absolute;
    top:0; left:0;
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    pointer-events:none;
}

.showcase li h4{
  display:block;
  box-sizing: border-box;
  margin: 0;
  padding:0 30px; /* CT EDITS */
  text-align: center;
  color:#fff;
  font-size:24px;
  font-weight:500;
  line-height:120%;
  /* text-shadow:0 2px 4px rgba(0,0,0,.65); */
  transition:all .5s ease-out;
  opacity:0;
}

.showcase li:hover h4{
    opacity:1;
}

.showcase-wide li h4{
    font-size:36px;
}

.showcase-subnav li h4{
}

.know-us .elementor-button{
    border:0 !important;
    background:none !important;
    padding:15px 0 !important;
    color:#40a829 !important;
    font-size:20px !important;
    font-weight:800 !important;
    letter-spacing: -.005em !important;
    text-transform:none !important;
}

footer#colophon{
  color:#999;
  background-color:#193028;
}

.site-footer{
	min-height:66vh;
	display:flex;
	padding:40px 0;
}

.site-info{
  padding:20px !important;
}

.site-info .sep{
	padding-right:30px;
}

.footer-brand{
  font-size:0px;
  text-indent:200%;
  overflow: hidden;
  width:200px;
  height:80px;
  background: url(/wp-content/uploads/2023/04/td_ameritrade_r.png) left no-repeat;
  background-size:contain;
}


/* Project Group Element */

.project-group{
  position:relative;
  display:flex;
  align-items: center;
  justify-content: center;
  width:100%;
  color:#fff;
  text-align:center;
  overflow:hidden;
  transition:all .5s ease-out;
}

.project-group:before{
  content: '';
  padding-top:100%;
  float:left;
}

.project-group-bg{
  position:absolute;
  top:0; left:0;
  width:100%;
  height:100%;
  background-position: center center;
  background-size:cover;
  z-index:0;
  transition:all .5s ease-out;
  transform:scale(1.00);
  opacity:1.0;
}

.project-group:hover .project-group-bg{
  transform:scale(1.1);
}


/* CT EDITS */

.elementor-element-24b1403 {
  background-color:#64a1c7;
}

.elementor-element-24b1403:hover .project-group-bg {
  opacity:0.6;
}

.elementor-element-24b1403 .project-group:hover, .elementor-element-24b1403 .project-group:active, .elementor-element-24b1403 .project-group:focus {
  background-color:#000;
}

.elementor-element-24b1403 .project-group-bg:hover, .elementor-element-24b1403 .project-group-bg:active, .elementor-element-24b1403 .project-group-bg:focus {
  opacity:0.3;
}

/* END CT EDITS */


.project-group hgroup{
  position: relative;
  transition:all .5s ease-out;
  z-index:20;
}

.project-group:hover hgroup{
}

.project-group span{
  display:block;
}

.project-group h3{
  color:#fff;
  font-size:36px; /* CT EDITS */
  padding:0 30px;
  line-height:120%;
  /* text-shadow:0 2px 4px rgba(0,0,0,.65); */
  opacity:0;
  transition:all .5s ease-out;
}

.project-group:hover h3{
  opacity:1;
  text-decoration:none;
}


/* Service Block Element */

.service-block{
  position:relative;
  width:100%;
  padding-top:100%;
  text-align:center;
}

.service-block h3{
	color:#fff;
  font-size:28px;
  margin-top:10px;
  margin-bottom:10px;
}

.service-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  position:absolute;
  top:40px; left:40px;
  bottom:40px; right:40px;
  border:1px solid #333;
  border-radius:50%;
  transition:all .5s;
}

.service-block:hover .service-icon{
	opacity:0;
	transform:scale(.96);
}

.service-icon i{
  font-size:5vw;
  opacity:1;
  transition:all .5s;
}

.service-block:hover .service-icon i{
  opacity:0;
}

.service-content-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  position:absolute;
  top:0; left:0;
  bottom:0; right:0;
  text-align:center;
}

.service-content{
  opacity:0;
}

.service-block:hover .service-content{
  opacity:1;
  transition:all .5s;
}

.service-list ul{
  margin:0;
  padding:0;
  list-style:none;
}

.service-list ul li{
    display:inline;
    transition:none;
  opacity:0;
}

.service-list ul li:after{
    content: ", ";
}

.service-list ul li:last-child:after{
    content: "";
}

.service-block:hover .service-list ul li{
  opacity:1;
  transition:all .5s;
}


/* Team Member Element */

#team-members h4{
}
    

.team-member-tile{
  position:relative;
  width:100%;
  padding-top:100%;
  background-size:cover;
  background-position:center;
  text-align:center;
  cursor:pointer;
}

.team-member-tile.blank{
    display:none;
}

.team-member-inner{
  display: flex;
  align-items: center;
  justify-content: center;
  position:absolute;
  top:0; left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.7);
  color:#fff;
  opacity:0;
  transition:all .5s;
  box-shadow: inset 0 0 90px rgba(0,0,0,.35);
}

.team-member-inner:hover{
  opacity:1;
}

.team-member-inner:hover:after{
    content:"+";
    position:absolute;
    left:calc(50% - .7em); bottom:8%;
    width:1.4em;
    height:1.4em;
    font-size:18px;
    line-height: 1.3em;
    text-align:center;
    color:#fff;
    border:1px solid #fff;
    border-radius:1em;
    box-sizing:border-box;
    opacity:1;
}

.team-member-content{
  transform: translateY(6px);
  transition:all .5s;
  padding:30px;
  max-height:100%;
  overflow:auto;
}

.team-member-content h4{
  color:#FFFFFF;
  font-size:24px;
  line-height:30px;
  font-weight:300 !important;
}

.team-member-inner:hover .team-member-content{
  transform:translateY(0px);
}

.team-member-content p{
  margin:0;
  margin-top:0;
  padding:0;
  font-size:12px;
}

.team-member-modal{
    display: none;
    align-items: center;
    justify-content:center;
    position: fixed;
    top:0; left:0;
    bottom:0; right:0;
    font-size:16px;
    background: #fff;
    background: rgba(255,255,255,.85);
    z-index: 9999;
    line-height:24px;
}

.team-member-modal p{
    margin:0;
    margin-top:20px;
    padding:0;
}

.team-member-modal-inner{
    position:relative;
    display:flex;
    width:800px;
    height:400px;
    box-shadow: 0 0 60px rgba(216,216,216,.75);
}

.team-member-modal-inner:before{
    content:"";
    position:absolute;
    top:20px; right:20px;
    width:20px; height:20px;
    color:#737373;
    z-index:99999;
    cursor:pointer;
    background: no-repeat;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20.71 20.71'%3e%3cdefs%3e%3cstyle%3e.cls-1%7bfill:none;stroke:%23737373;stroke-miterlimit:10;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eclose-icon%3c/title%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cline class='cls-1' x1='0.35' y1='0.35' x2='20.35' y2='20.35'/%3e%3cline class='cls-1' x1='0.35' y1='20.35' x2='20.35' y2='0.35'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.team-member-modal-inner .col-md{
    margin:0;
    padding:0;
    width:50%;
    background:#fff;
}

.team-member-modal-inner .team-member-info{
    display:flex;
    align-items: center;
    justify-content:center;
}

.team-member-modal-inner .team-member-info-inner{
    width:100%;
    max-height:100%;
    padding:40px;
    overflow:auto;
    box-sizing:border-box;
}

.team-member-modal-inner .team-member-info .team-member-name{
    font-size:30px;
    line-height:120%;
    font-weight:100;
    color:#04a827;
    margin:0;
}

.team-member-start{
    font-weight:bold;
}


/*** PROJECT PAGE ***/
#tos-social{
    position:absolute;
    right:0; bottom:0;
}

#video-accordion{
    max-height:0px;
    overflow:hidden;
    transition:all 1s;
}

#video-accordion.elementor-element-edit-mode{
    max-height:3000px;
    overflow:hidden;
    transition:all 1s;
}

#video-accordion.expanded{
    max-height:3000px;
}

#toggle-videos{
    cursor:pointer;
}

#toggle-videos.expanded{
    display:none;
}

/*#toggle-videos h3:before{
    content:'Show more';
}

#toggle-videos.expanded h3:before{
    content:'Show less';
}*/
    
@media (max-width: 1168px) {
.entry-header {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}
}

.container-fluid{
    padding-left:20px;
    padding-right:20px;
}

.home .container-fluid, .archive .container-fluid, .site-footer .container-fluid{
    padding-left:0;
    padding-right:0;
}


.container, .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
 padding-left:0;
 padding-right:0;
}

.row{
    margin-left:0;
    margin-right:0;
}

.pagination{
    margin:80px 0 0;
}

.pagination ul{
    position:relative;
    display:flex;
    align-items:stretch;
    justify-content:center;
    width:100%;
    max-width:1140px;
    margin:0 auto;
    padding:0;
    list-style:none;
}

.pagination ul:before{
    content:"";
    display:block;
    position:absolute;
    top:0; bottom:0;
    left:50%;
    width:1px;
    border-right:1px solid #ccc;
}

.pagination ul li{
    padding:0;
    margin:0;
    width:50%;
    }

.pagination h3{
    font-size:32px;
	font-weight:500;
    line-height:110%;
}

.pagination ul li a{
    position:relative;
    display:flex;
    align-items:center;
    height:100%;
    padding:30px 60px 40px;
    color:#7a7a7a;
    text-decoration:none;
}

.pagination ul li a:after{
    content:"";
    display:block;
    position:absolute;
    top:0; right:0;
    width:100px;
    height:100%;
    opacity:.25;
    background-repeat: no-repeat;
    background-position:100% 50%;
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 63 83'%3e%3cdefs%3e%3cstyle%3e.cls-1,.cls-2%7bfill:none;%7d.cls-1%7bstroke:%237b7b7b;stroke-miterlimit:10;stroke-width:1.41px;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eAsset 7%3c/title%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cpolyline class='cls-1' points='20.83 62.84 42.17 41.5 20.83 20.16'/%3e%3crect class='cls-2' width='63' height='83'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.pagination ul li a > div{
	width:80%;
}

.pagination ul li:first-of-type a{
    text-align:right;
    justify-content:flex-end;
}

.pagination ul li:first-of-type a:after{
    left:0;
    background-position:0 50%;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 63 83'%3e%3cdefs%3e%3cstyle%3e.cls-1,.cls-2%7bfill:none;%7d.cls-1%7bstroke:%237b7b7b;stroke-miterlimit:10;stroke-width:1.41px;%7d%3c/style%3e%3c/defs%3e%3ctitle%3eAsset 6%3c/title%3e%3cg id='Layer_2' data-name='Layer 2'%3e%3cg id='Layer_1-2' data-name='Layer 1'%3e%3cpolyline class='cls-1' points='42.17 20.16 20.83 41.5 42.17 62.84'/%3e%3crect class='cls-2' width='63' height='83' transform='translate(63 83) rotate(180)'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}

.pagination ul li a:hover{
    text-decoration:none;
    background-color:#f7f7f7;
}

.pagination ul li a:hover:after{
    opacity:1;
}

@media (max-width: 768px){
    .pagination h3{
        font-size:24px;
        line-height:110%;
    }
    .pagination ul li a:after{
        width:75px;
    }
}

@media (max-width: 520px){
    .pagination ul li a, .pagination ul li:first-of-type a{
        display: flex;
    	flex-direction: column;
    	justify-content: space-between;
        padding-top:30px;
        padding-bottom:10px;
    }
    
    .pagination ul li a:after{
        position:relative;
        top:auto;
        bottom:auto;
        right:auto;
        left:auto;
        width:100%;
        height:60px;
        opacity:1;
        background-position:0 50%;
    }
    
    .pagination ul li:first-of-type a{
        padding-left:0;
        padding-right:30px;
    }
    .pagination ul li:last-of-type a{
        padding-left:30px;
        padding-right:0;
    }
        
    .pagination ul li:first-of-type a:after{
        position:relative;
        left:auto;
        right:auto;
        background-position:100% 50%;
    }
}


.content-area{
    width:100%;
}

.error-404, .search-result-list{
    width:1140px;
    min-height:60vh;
    margin:0 auto;
    padding:140px 0 180px;
}

.btn{
    background:#eee;
}

.post-2265{
    padding-left:20px;
    padding-right:20px;
}
