* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    background-color: #fff;
    color: #555;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 20px;
    font-weight: 300;
    text-rendering: optimizeLegibility;
    overflow-x: hidden;
}

/*REUSABLE STUFF */

.row {
    max-width: 1140px;
    margin: 0 auto;
}

section {
    padding: 70px 0 70px 0;
}

.box {
    padding: 1.5%;
}

.clearfix {zoom:1; }

.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

/* HEADINGS */ 


h1,h2,h3,h4 {
    font-family: 'Lato', sans-serif;
    /*font-family: 'Roboto', sans-serif;*/
    font-weight: 500;
    text-transform: uppercase;
}

h1 {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: 250%;
    letter-spacing: 1px;
    word-spacing: 3px;
    color: #0C7EC5;
    
}

h2 {
    font-size: 180%;
    word-spacing: 2px;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 1px;
    line-height: 1.3;
    color: #0C7EC5;
    text-shadow: 0px 1px 1px #13174E;
}

h2:after {
    display: block;
    height: 4px;
    background-color:#0C7EC5;
    content: " ";
    width: 300px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 40px;
}

.demo-2 .sl-slider h2 {
	font-size: 76px;
    font-weight: 700;
    text-transform: none;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.26);
}

.demo-2 .sl-slider h2:after {
    display: none;
}

h3 {
    font-size: 110%;
    margin-bottom: 15px; 
}

/* PARAGRAPHS */

p {
    font-family: 'Roboto', sans-serif;
    /*font-family: 'PT Sans', Helvetica, Arial, sans-serif;*/
}

.long-copy {
    line-height: 1.6;
    font-size: 100%;
    width:90%;
    margin-left: 5%;
    font-weight: 400;
}

.box p {
    font-size: 85%;
    line-height: 145%;
}

#ie8-warn {
    padding: 20px;
    font-weight:bold;
    background-color: rgb(240, 198, 221);
    color:#13174E;
    border: 2px solid #224e67;
    margin: 50px;
    width: 80%;
    margin-left: 10%;
    position:fixed;
    z-index: 10;
}


/* ICONS */


.icon-big {
    font-size: 425%;
    display: block;
    color: #0C7EC5;
    margin-bottom: 25px;
    text-align: center;
}

.icon-small {
    display: inline-block;
    width: 28px;
    text-align: center;
    color: #e67e22;
    margin-right: 10px;
    font-size: 120%;
    
    /*secrets to align text and icons */
    line-height: 120%;
    vertical-align: middle;
    margin-top: -5px;
 }

.fa {
    color:#0C7EC5;
    display: block;
    text-align: center;
    margin-bottom: 18px;
}

/*buttons*/

.btn:link, .btn:visited {
    text-transform: uppercase;
    padding: 1.2rem 3.2rem;
    text-decoration: none;
    display: inline-block;
    border-radius: 12rem;
    border:2px solid #fff;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
    font-size: 1.3rem; 
    font-weight: 700;
    letter-spacing: .5px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.44);
}

.btn:hover {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.7);
    color: #13174E;
}

.btn:hover::after {
    -webkit-transform: scaleX(1.4) scaleY(1.6);
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0; 
}

.btn:active{
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2); 
}

.btn::after{
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 10rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all .7s;
  transition: all .7s;   
}

.btn--blue {
  background-color: transparent;
  color: #fff;
    font-size:1.3rem;
}

.btn--blue:hover {
    color: #13174E;
    background-color: #fff;
    text-shadow: 0 0 1px #0C7EC5;
}

.btn--blue::after {
    background-color: #80b2cc;
}


.btn--dark {
  background-color: #fff;
  color: #13174E; 
    font-size: 1.3rem;
}

.btn--dark:hover {
    color: #0C7EC5;
}

.btn--dark::after {
    background-color: #fff;   
}




/*  HEADER ELEMENTS */

header {
    background-color: #fff;
    padding-bottom: 0px;
    width: 100%;
    position: relative;
}

.header-nav-row {
    max-width: 1600px;
}

.logo {
    width: 13.25rem;
    height: auto;
    float: left;
    margin-left: 5rem;
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
    
}

.logo-small {
    display: none;
    /*width: 140px; width of old logo*/
    width: 9.75rem;
    height: auto;
    float: left;
    margin: 30px 0;  
}

.main-nav {
    position: absolute;
    top:2rem;
    left:35%;
    font-family: 'Roboto', sans-serif;
    /*font-family: 'PT Sans', Helvetica, Arial, sans-serif;*/
    font-weight: 400;
    text-shadow: 0 0 1px #0C7EC5;
    font-size: 1.2em;
    letter-spacing: .5px;
    float: right;
    list-style: none;
    
}

/* Main Navi */

.main-nav li {
    display: inline-block;
    margin-right: .85rem;
    padding-bottom: 10px;
    padding-top: 10px;
    
}

/* Shutter Out Vertical on menu items*/
.hvr-shutter-out-vertical {
      display: inline-block;
      vertical-align: middle;
      -webkit-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      -webkit-box-shadow: 0 0 1px transparent;
      box-shadow: 0 0 1px transparent;
      position: relative;
      -webkit-transition-property: color;
      transition-property: color;
      -webkit-transition-duration: 0.7s;
      transition-duration: 0.7s;
}
.hvr-shutter-out-vertical:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: /*#2098D1;*/#1B194C;
      -webkit-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: 50%;
      transform-origin: 50%;
      -webkit-transition-property: transform;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-transition-duration: 0.7s;
      transition-duration: 0.7s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.main-nav li a:link,
.main-nav li a:visited{
    color: /*#0C7EC5;*/ #0E7ABE;
    text-transform: none;
    font-size: 93%;
    text-decoration: none;
    padding: 26px 16px 26px 16px;
    border-bottom: none;
    
}

.main-nav li a:hover,
.main-nav li a:active {
    color:#fff;
    border-bottom: none;
    text-shadow: 0 0 1px #27145f; 
}




/*NEW MOBILE NAV - JUNE 2021 */


.mobile-nav .menu {
    display: none;
    position: absolute;
    right: -4.25rem;
    top: -4rem;
    z-index: 1200;
    width: 9rem;
    height: 9rem;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(19, 23, 78, 0.83)), to(rgba(12, 126, 197, 0.83)));
    background-image: linear-gradient(rgba(19, 23, 78, 0.83), rgba(12, 126, 197, 0.83));
    border-radius: 50% 50% 50% 50%;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    -webkit-box-shadow: 0 0 0 0 #0E7ABE, 0 0 0 0 #0E7ABE;
    box-shadow: 0 0 0 0 #0E7ABE, 0 0 0 0 #0E7ABE;
    cursor: pointer;
    overflow: hidden;
}

.mobile-nav .hamburger {
  position: absolute;
  top: 6.0rem;
  left: 1.65rem;
  width: 2.25rem;
  height: 3px;
  background: #fff;
  display: block;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

.mobile-nav .hamburger:after, .mobile-nav .hamburger:before {
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
}

.mobile-nav .hamburger:before { top: -10px; }

.mobile-nav .hamburger:after { bottom: -10px; }

/*.mobile-nav checkbox {overflow: hidden;}*/

.mobile-nav input { display: none; overflow: hidden;}

.mobile-nav input:checked + .menu {
    z-index: 1100;
  -webkit-box-shadow: 0 0 0 100vw #57aae0, 0 0 0 100vh #57aae0;
  box-shadow: 0 0 0 100vw #57aae0, 0 0 0 100vh #57aae0;
  border-radius: 0;
    background:#57aae0;
    /*overflow: hidden;*/
}

.mobile-nav input:checked + .menu .hamburger {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
    background:#13174E;
    height: 3px;
}

.mobile-nav input:checked + .menu .hamburger:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  bottom: 0;
   background:#13174E; 
    height:3px;
}

.mobile-nav input:checked + .menu .hamburger:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
    background:#13174E;
}

.mobile-nav input:checked + .menu + .mobile-nav-list { opacity: 1;}

.mobile-nav ul {
    display: none;
  z-index: 1200;
  position:absolute;
  top:50%;
  left: 50%;
  -webkit-transform: translate(-50%,0);
  transform: translate(-50%,0);
  opacity: 0;
    list-style-type: none;
    font-size: 1.3em;
    text-align: center;
  -webkit-transition: .5s 0s ease-in-out;
  transition: .5s 0s ease-in-out;
}

.mobile-nav a:link,
.mobile-nav a:visited{
  margin-bottom: 1em;
  display: block;
  color: #13174E;
  text-decoration: none;
    list-style-type: none;
    padding: 12px 6px;
    border-bottom: 1px solid #fff;
    text-transform: uppercase;
    -webkit-transition: all .45s ease-in-out;
    transition: all .45s ease-in-out;
}

.mobile-nav a:hover,
.mobile-nav a:active{
  color: #0C7EC5;
    font-weight: 700;
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
    letter-spacing: 1px;
    background: #fff;
    border: 1px solid #fff;
    border-radius: 7px;   
}



/* HOME PAGE */


/* ABOUT SECTION */

#about,
#affordability {
    padding-top: 50px;
}

#about h3,
#affordability h3 {
    color: #2f1972;
    font-weight: 600;
    text-align: center; 
}

#about .row,
#affordability .row {
    margin-top: 30px;
}

#about .half-col-fit {
    width:90%;
}

#about .long-copy,
#qualifications .long copy,
#affordability .long-copy {
    padding-top:10px;
    margin-left: 0;
    float: left;
    font-size: 100%;
    width:85%;
}


/*Style for new about section of Home page October 2018*/

#about {padding-bottom: 8rem;}

#about .long-copy {margin-left: 7.5%; margin-top: 1rem;}

.composition {
    position: relative; 
    margin-right: 2rem;
}

.composition__photo {
    float: left;
    width: 75%;
    -webkit-box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
    box-shadow: 0 1.5rem 4rem rgba(0, 0, 0, 0.4);
    border-radius: 2px;
    position: absolute;
    z-index: 10;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    outline-offset: -.4rem;
}

.composition__photo--p1 {
    left: -1rem;
    top: -1.2rem;
    opacity:.7;
}

.composition__photo--p2 {
    right: -1rem;
    top: 1.5rem;
    z-index: 12;
    width:78%;
}


.composition__photo--p3 {
    left: 9.5%;
    top: 6.2rem; 
    opacity: .9;
}

.composition__photo:hover {
    /*outline: .23rem inset rgba(184, 223, 247, 0.79);*/
    outline: .4rem inset rgba(184, 223, 247, 0.79);
    -webkit-transform: scale(1.1) translateY(-0.5rem);
    transform: scale(1.1) translateY(-0.5rem);
    -webkit-box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5);
    box-shadow: 0 2.5rem 4rem rgba(0, 0, 0, 0.5);
    z-index: 20;
    opacity:1;
    
}

.composition__photo:not(:hover) {
    -webkit-transform: scale(.97);
    transform: scale(.97);
}

/*end of new 2018 about section*/



/* EXPERTISE-SERVICES SECTION */

#expertise,
#affordability {background-color: #efefef;}

.services {
    width: 84%;
    height: 350px;
    margin: 10px;
    margin-left: 8%;
    float: left;
    border: 8px solid #fff;
    -webkit-box-shadow: 1px 1px 2px #d0cdcd;
    box-shadow: 1px 1px 2px #d0cdcd;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #dce8f8;
}

.services .mask, .services .content {
    
    width: 100%;
    height: 350px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}

.services img {
    width:100%;
    height:290px;
    border-bottom: 1px solid #c9c8d1;
   -webkit-transition: all 0.4s ease-in-out 0.2s;
   transition: all 0.4s ease-in-out 0.2s;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}

.services h3 {
    font-weight: bold;
    color: #13174E;
    padding-top: 4px;
}


.services .mask {
   background-color: #4a4848;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0) rotate(-180deg);
   transform: scale(0) rotate(-180deg);
   -webkit-transition: all 0.4s ease-in;
   transition: all 0.4s ease-in;
   border-radius: 0px;
}
.services h2 {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   font-size: 150%;
    font-weight: 600;
    text-shadow: 0px 1px 1px #13174E;
   background: transparent;
   margin: 30px 40px 0px 40px;
   -webkit-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
}

.services h2:after {
    height: 2px;
}
.services p {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
    color: #fff;
    font-size:90%;
    width: 80%;
    margin-left: 10%;
    margin-bottom: 30px;
    margin-top: 10px;
}
.services a.info:link,
.services a.info:visited {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.5s ease-in-out;
   transition: all 0.5s ease-in-out;
    display: inline-block;
   text-decoration: none;
   padding: 7px 14px;
   background: #fff;
   color: #0C7EC5;
    font-weight: 600;
   text-transform: uppercase;
   -webkit-box-shadow: 0 0 1px #fff;
   box-shadow: 0 0 1px #fff;
}

.services:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: scale(1) rotate(0deg);
   transform: scale(1) rotate(0deg);
   -webkit-transition-delay: 0.2s;
   transition-delay: 0.2s;
}
.services:hover img {
   -webkit-transform: scale(0);
   transform: scale(0);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition-delay: 0s;
   transition-delay: 0s;
}
.services:hover h2,
.services:hover p,
.services:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0.5s;
   transition-delay: 0.5s;
}

.services a.info:hover {
   -webkit-box-shadow: 0 0 5px #fff;
   box-shadow: 0 0 5px #fff;
    color: #fff;
    background: #0C7EC5;
    font-weight: 500;
    text-decoration: none;
    padding-bottom: 1px;
    -webkit-transition: background 01s, color 01s;
    transition: background 01s, color 01s;
}




/* QUALIFICATIONS SECTION */

#qualifications .peace-of-mind {
    text-align: center;
    margin-bottom: 30px;
}

.icon-row {
    display: table;
}

.icon-row-1 {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 3%;
    column-gap: 3%;
}

#qualifications img {
    display: table-cell;
    vertical-align: middle;
    width:76%;
    margin-left: 12%;
}


#qualifications .saiba {
    width: 64%;
    padding-left: 5%;
    padding-top: 13px; 
}

.icon-row-2 {
    padding-left: 3%;
    padding-right: 3%;
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 2%;
    column-gap: 2%;
    margin-top: 2.25rem;
}

.saica,
.sait {
    padding-top: 25px;
}

#qualifications .icmsa {
    width:70%;
    margin-left: 12%;
}

#qualifications .iod {
    width: 70%;
    margin-left: 14%;
    padding-top: 36px;
}

#qualifications .IOCSA {
    width: 76%;
    margin-left: 12%;
    padding-top: 54px;
    padding-left: 4%;
}


/* AFFORDABLE SECTION (most styles same as About Section) */

#affordability .half-col-fit {
    width:80%;
    -webkit-box-shadow: 2px 2px 2px #c9c6c6;
    box-shadow: 2px 2px 2px #c9c6c6;
}

#affordability .long-copy {
    padding-top:0px;
    margin-left: 5%;
}

/* CONTACT SECTION */

#contact {
    margin: 0 auto;
    border-bottom: 2px solid #fff;
}

.contactMaverick {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(152, 151, 151, 0.3)), to(rgba(152, 151, 151, 0.3))), url(img/contact_bg.png);
    background-image: linear-gradient(rgba(152, 151, 151, 0.3), rgba(152, 151, 151, 0.3)), url(img/contact_bg.png);
    background-size: cover;
    color: #fff;
    background-attachment:fixed;   
}

.contactMaverick h2 {
    color:#fff;
    text-shadow: 1px 1px 1px #13174e;
}

.contactMaverick h2:after {
    background-color:#fff;
}


.contactMaverick .long-copy {
    text-align: center;
    width:100%;
    margin-left: 0;
    font-size: 110%;
    margin-bottom: 1rem;
}

.btn-row,
.contactMaverick .btn-row,
#account-services .btn-row {
    margin: 0 auto;
    text-align: center;
}

.contactMaverick .btn-row {
    padding-top: 3rem;
    padding-bottom: 1rem;
}

.contactMaverick .btn--blue {
    text-shadow: 0 1px 1px #13174E;
    font-size: 1.4rem;
    padding-left: 3.6rem;
    padding-right: 3.6rem;
}



/* ACCOUNTING PAGE */

/* ACCOUNTS BANNER */

#account-banner {
    background: url(img/accounts-2-min.jpg) no-repeat; /* for IE9 and below */
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.4))), url(img/accounts-2-min-min.jpg) !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(img/accounts-2-min-min.jpg) !important; 
    background-size:cover;
    background-position:bottom;
    height: 700px;
    position:relative;
}

#account-banner h3,
#payroll-banner h3,
#tax-banner h3  {
    text-transform: none;
    line-height: 140%;
    color: #fff;
    position: absolute;
    font-size: 120%;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.44);
    display:block;
    text-align: center;
    width:100%;
    left:50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);  
}

#account-banner h3 {top:85%;}


#account-services {
    padding-bottom: 4rem;
    text-align: center;
}

#account-services .row {
   max-width:1200px;
    
}

#account-services h2,
#sec-features h2,
#payroll-services h2,
#tax-services h2,
#contact-us h2 {
    /*font-size: 140%;*/
    /*text-shadow: 0.5px 0.5px 0.5px #27145f;*/
    font-weight: 500;  
}

#account-services h2:after,
#sec-features h2:after,
#payroll-services h2:after,
#tax-services h2:after,
#contact-us h2:after {
    height: 2px;
    margin-bottom: 75px;  
}

#account-services p,
#sec-features p,
#payroll-services p,
#tax-services p,
#contact-us p {
    /*font-size: 90%;*/
    font-weight: 400;
    width:84%;
    margin-left: 8%; 
    line-height: 1.6;
}

#account-services .acc-serv-row_2 {
    margin-top: 100px;
    margin-bottom: 100px;
    text-align: center;
}

.fa-cog {margin-left: 40%;}


.account-btn-row,
.tax-btn-row{
    /*margin: 0 auto;
    display: block;*/
    background-color: #dcdee0;
    background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(216, 216, 216, 0.4)), to(rgba(216, 216, 216, 0.4))), url(img/Maverick-bg-logo-lightest.png);
    background-image:linear-gradient(rgba(216, 216, 216, 0.4), rgba(2216, 216, 216, 0.4)), url(img/Maverick-bg-logo-lightest.png);
    background-repeat: repeat;
    background-size: 15%;
    padding:3.75rem 0; 
    margin-top: 0;
}

.account-btn-row .btn {
    border:none;
    font-family: 'PT Sans', sans-serif;
}

/*#account-services .btn-full:link,
#account-services .btn-full:visited,
#sec-features .btn-full:link,
#sec-features .btn-full:visited,
#payroll-services .btn-full:link,
#payroll-services .btn-full:visited,
#tax-services .btn-full:link,
#tax-services .btn-full:visited {
    display: block;
    font-size: 110%;
    font-weight: 700;
    width: 30%;
    text-align: center;
    text-decoration: none;
    background-color: #c4c3c3;
    padding: 15px 30px;
    color: #27145f;
    border: 3px solid #27145f;
    border-radius:180px;
    margin-left: 35%;
    margin-top: 55px;    
}


#account-services .btn-full:hover,
#account-services .btn-full:active,
#sec-features .btn-full:hover,
#sec-features .btn-full:active,
#payroll-services .btn-full:hover,
#payroll-services .btn-full:active,
#tax-services .btn-full:hover,
#tax-services .btn-full:active {
    border: 3px solid #0C7EC5;
    color: #0C7EC5;
    font-weight: bold;
    background-color: transparent;
    -webkit-transition: background-color 2s, border 2s, color 2s;
    transition: background-color 2s, border 2s, color 2s;
}*/


/* COMPANY SECRETARIAL PAGE */

/* SECRETARIAL GALLERY SECTION */

#sec-banner {padding: 0;}

.sec-phgallery {
    width: 100%;
    list-style: none;
}

.sec-phgallery li {
    display: block;
    width: 33.3%;
    float: left;
}

.sec-photo {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #000; 
}

.sec-photo img {
    opacity: 1;
    width: 100%;
    height: 450px;
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    -webkit-transition: opacity 0.7s, -webkit-transform 0.7s;
    transition: opacity 0.7s, -webkit-transform 0.7s;
    transition: transform 0.7s, opacity 0.7s;
    transition: transform 0.7s, opacity 0.7s, -webkit-transform 0.7s;
}

.sec-photo img:hover {
    opacity: 0.7;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);   
}

#sec-banner .page-banner-H,
#contact-banner .page-banner-H{
    text-transform: none;
    line-height: 150%;
    color: #fff;
    font-size: 120%;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.99);
    margin-top: -140px;
    position: absolute;
    width:60%;
    padding: 25px;
    background-color: rgba(51, 51, 51, 0.72);
}

/* FEATURES SECTION */

/*#sec-features {background-color: #efefef;} */

#sec-features {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 239, 239, 0.89)), to(rgba(247, 239, 239, 0.89))), url(img/sec-features-bg.jpg);
    background-image: linear-gradient(rgba(247, 239, 239, 0.89), rgba(247, 239, 239, 0.89)), url(img/sec-features-bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

#sec-features i {
    line-height: 120%;
    text-align: right;
    vertical-align: middle;
    margin-top: 0px;
    float:right;
    margin-right: -50px;
    font-size: 160%;
    font-weight:200;
}

.feature-row {
    margin-bottom: 50px;
    margin-top: -20px;
    line-height: 140%;
}

.sec-feature-p {
    margin-top: 5px;
    text-align: left;
    vertical-align: middle;
    /*font-size:120%;*/
}


.task-row-2 {
    margin-left:23%;
}

.task-row-3 {
    margin-left:26%;
}

.task-row-4 {
    margin-left:29%;
}

.task-row-5 {
    margin-left:32%;
    margin-bottom: 20px;
}


#sec-features .btn-full:link,
#sec-features .btn-full:visited {
    width: 36%;
    margin-left: 32%;
}

#sec-features .btn--blue {
    border:none;
    font-weight: 600;
    margin-bottom: 1rem;
    background-color: #fff;
    color:#0C7EC5;
}

#sec-features .btn-row {
    margin-top: 3rem;
}


/* PAYROLL PAGE */

/* PAYROLL BANNER SECTION */

#payroll-banner {
    position:relative;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.63)), to(rgba(0, 0, 0, 0.63))), url(img/payroll-1.jpg) !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.63), rgba(0, 0, 0, 0.63)), url(img/payroll-1.jpg) !important; 
    background: url(img/payroll-1.jpg) no-repeat; /* for IE9 and below */
    background-size:cover;
    background-position:bottom;
    height: 700px;
}

#payroll-banner h3 {
    top:88%; 
    width:100%;
    margin-bottom: 0;
}

#payroll-services p {width:100%; margin-left: 0; margin-bottom: 0rem;}


/*PAYROLL SERVICES */

#payroll-services,
#tax-services {
    background: #f4f4f4;
}

.plan-box-row {
    max-width: 1200px;
}

.plan-box-container {
    padding:1rem; 
}

.plan-box {
    background-color: #fff;
    border-radius: 30px;
   /* -webkit-box-shadow: 2px 2px 2px #c7e5f8;
    box-shadow: 2px 2px 2px #c7e5f8;*/
    
    -webkit-box-shadow: 1.5rem .1rem 2rem #c7e5f8;
    box-shadow: 1.5rem 1rem 2rem #c7e5f8;
    width: 96%;  
    margin-left:2%;
    height:30rem;
}

.plan-box div {
    padding: 10px   
}

.plan-box div:first-child {
    background-color: rgba(108, 107, 107, 0.4);
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom: 1px solid #c7c6c6;
}

.plan-box h3 {
    font-size: 150%;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    color: #0C7EC5;
    text-shadow: 2px 2px 2px #fff;
    padding-top: 15px;
    text-transform: none;
}

.plan-box ul {
    list-style: none;
    margin-left: 3%;
    padding:1.5rem 1rem;
}

.plan-box ul li {
    padding: 8px 5px;
    margin-bottom: .5rem;
    font-size: 1em;
    list-style-position: inside;
    text-indent: -22px;
    padding-left: 25px;
}

.plan-box img {
    width:8%;
    margin-top: -10px;
    margin-right: 15px;
}

.plan-box .fa,
.tax-services .fa {
    text-align: left;
    font-size: 1.5em;
    display: inline-block;
    padding-right: 10px;
    padding-top: 10px;
    vertical-align: middle;   
}

.plan-box .fa {
    margin-bottom: 0;
}

.plan-box .hr-payroll {
    margin-bottom: 1.2rem;
}

.plan-box .SARS-payroll {
    margin-bottom: 2.75rem;
}

.payroll-btn-row {
    background-color: #dedede;
    color:#13174E;
    /*padding-top: 0;*/
    padding: 4rem 0;  
}

.payroll-btn-row .btn--blue {
    color:#0C7EC5;
    background-color: #fff;  
}

#sec-features .btn-row .btn--blue:hover,
.payroll-btn-row .btn--blue:hover{
    color:#13174E;
}


/* TAX PAGE */

/* TAX BANNER SECTION */

#tax-banner {
    position: relative;
    background-image: url(img/tax_bg.jpg) !important;
    background: url(img/tax_bg.jpg) no-repeat; /* for IE9 and below */
    background-size:cover;
    background-position:center;
    height:700px;
    
}

#tax-banner h3 {
    position: absolute;
    display: block;
    text-align: center;
    top:88%;
    left:50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-shadow: 2px 2px 2px rgb(0, 0, 0);
    width:100%;
    z-index:1000;
}


/* TAX SERVICES SECTION */

#tax-services .tax-services {
    font-size: 90%;
}


#tax-services .fa {
    margin-left: 0%;
    font-size:3.8em;
}

#tax-services img {
    width: 20%;
    margin-left: 40%;
    margin-bottom: .5rem;
}

#tax-services .sars-img {
    width:40%;
    margin-left: 30%;  
    margin-bottom: .65rem;
    margin-top: .4rem;
}

#tax-services .vat-img {
    width:22%;
    margin-left: 36%;
    margin-top: -18px;  
}

#tax-services .img-2 {
    margin-bottom: .6rem;
    margin-left: 36%;
}

#tax-services .row {
    max-width:1200px;
}

#tax-services .services-row {
    margin-top: 75px; 
    max-width: 1200px;
}

#tax-services .serv-row-2 {
    margin-top: 90px;
    max-width: 1200px;
    margin-bottom: 30px;
}

#tax-services p {
    width:90%;
    margin-left: 5%;
}

#tax-services .services-row p {
    text-align:center;
    width:74%;
    margin-left: 12%;
    font-size: 95%;
    line-height: 1.4;
}

/*.tax-btn-row {
    background: #fff;
}*/

.tax-btn-row .btn--blue {
    background-color: #fff;/*#c9c9c9;*/
    color:#13174E;
    border: none;  
}

.tax-btn-row .btn--blue:hover{
    color:#0C7EC5; 
} 



/* CONTACT PAGE */


/* CONTACT BANNER SECTION */

#contact-banner {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.35)), to(rgba(0, 0, 0, 0.35))), url(img/contact-banner_bg.jpg) !important;
    background-image: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url(img/contact-banner_bg.jpg) !important; 
    background: url(img/contact-banner_bg.jpg) no-repeat; /* for IE9 and below */
    background-size:cover;
    background-position:center;
    height: 32rem;
    width:100%;
    /*new*/
    position: relative;
}

#contact-banner .page-banner-H{
    font-size: 88%;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.99);
    /*margin-top: 170px;*/
    width:40%;
    padding: 45px;
    /*background-color: rgba(12, 1, 42, 0.59);*/
    background-color: rgba(23, 25, 26, 0.7);
    border-left: 5px solid #0C7EC5;
    /*new*/
    position: absolute;
    top:50%;
    left:20%;
    /*-webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.page-banner-H h3 {
    text-transform: none;
    font-size:240%;
    margin-bottom: 42px;
    font-weight: 300;
}

.page-banner-H .col {
    float: left;
}

.page-banner-H li {
    list-style-type: none;
    padding-bottom: 10px;
}

.contact-banner-H a {
    color: #fff;
    text-decoration: none;
    float: left;
    font-family: 'PT Sans', Helvetica, Arial, sans-serif;
}

.contact-banner-H a:hover {
    color:#0C7EC5;
}

.page-banner-H img {
    width: 4%;
}

.page-banner-H .icon-small {
    width: 20px;
    color: #0C7EC5;
    margin-right: 10px;
    font-size: 135%;
}

.page-banner-H .fa {
    font-size: 115%; 
    text-align: left;
    margin-right: 8px;
    float: left;
}

/* CONTACT FORM */

#contact-us {
    /*position: relative;*/
    padding:4rem 0 2rem 0;
    background-color: #ffffff; 
}

#contact-us p {
    text-align: center;
    width:100%;
    margin-left: 0;
}

.form-row {
    height: 40rem;
    margin-bottom: 2rem;
    padding:2rem 12rem;
    margin-bottom: 0;  
}

.form-row .span-1-of-3,
.form-row .span-2-of-3{
    border: 1px solid #fff; 
}


.form-deco {
    /*background-color: rgb(211, 211, 211);*/
    height: 31rem;
    border: 1px solid #13174E;
    background-color: #13174E;
}

.form-deco-logo {
    width:80%;
    margin-left: 10%;
    padding:2rem 1rem 1rem 1rem;
    margin-top: 2rem;
    margin-bottom: .5rem;
    background-color: #fff;
}

.form-deco-logo--text {
    display: block;
    text-align: center;
    font-size:1.3rem;
    color:#fff;   
}

.ACPT {
    text-decoration:none;
    list-style: none;
    background-color: #13174E;
    padding:1rem;
    font-size:1.25rem;
    color:#0C7EC5;
    text-align: center;
    margin-top: 2.5rem;
}

.ACPT-text-heading {
    text-transform: uppercase;
    margin-bottom: 1rem;
    text-decoration: underline;
    letter-spacing: .5px;
}

.ACPT-text {
    margin-bottom: .75rem;
}

.contact-form {
    width:100%;
    margin: 0 auto;
    font-weight: 400;
}

.form-box {
    width: 100%;
    height:31rem;
    background-color: #eaeaea;
    /*background-color: rgba(12, 126, 197, 0.52);*/
    /*z-index: 10;*/
    padding: 2rem 1rem 2rem 1rem;
}

input[type=text],
input[type=email],
input[type=number],
textarea {
    width: 98%;
    font-size: 90%;
    font-weight: 500;
    border-radius:5px;
    padding: 15px;
    border: 1px solid #0C7EC5;
    margin-bottom: 15px;
}

*:focus {
    outline: none;
}

input[type=submit] {
    /*color: #fff;
    font-size:110%;*/
    background:#0C7EC5;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#0C7EC5), to(#13174E));
    background-image: linear-gradient(#0C7EC5, #13174E);
    font-weight: 500;
    color:#fff;
    /*background-color: rgba(12, 1, 42, 0.59);*/
    width:30%;
    border: none;
    border-radius:3px;
    padding:1rem 1.5rem;
    font-size:1.25em;
}

input[type=submit]:link,
input[type=submit]:visited {
    /*color: #fff;
    border: 2px solid #fff;
    background-color: rgba(12, 1, 42, 0.59);*/
    text-transform:uppercase;
}

input[type=submit]:hover,
input[type=submit]:active {
    /*background-color:#fff;
    color:#13174E;
    color:#0C7EC5;*/
    color: #0C7EC5;
    font-weight: 700;
    background:#fff;
    border: 2px solid #13174E;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform:translateY(5px);
    transform:translateY(5px);
     -webkit-transition: all .5s;
    transition: all .5s;
}

#map-2021 {
    background: url(img/Maverick-Financial-map-min.png) no-repeat;
    background-image: url(img/Maverick-Financial-map-min.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height:24rem;
    position: relative;
    width:100%;
    /*border-top:1px solid #13174E;*/
}

.larger-map-btn a:link,
.larger-map-btn a:visited {
    position:absolute;
    top:0;
    left:0;
    background:#888888;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#0C7EC5), to(#13174E));*/
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#434343), to(#bfbfc3));
    background-image: linear-gradient(#434343, #bfbfc3);*/
    color:#fff;
    text-decoration: none;
    padding:1rem;
    text-transform:uppercase;
    font-size:1em;
}

.larger-map-btn a:hover,
.larger-map-btn a:active {
    color:#0C7EC5;
    font-weight: 700;
    font-size:1.03em;
    background:#fff;
    border: 2px solid #13174E;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transform:translateY(5px);
    transform:translateY(5px);
     -webkit-transition: all .4s;
    transition: all .4s;
}

.form-messages {
    /*width: 80%;*/
    margin: 0 auto;
    border-radius: 3px;
    padding: 1rem;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    font-size: 1.4em;
}

.success {
    background-color: #0C7EC5;
    -webkit-box-shadow: 0 2px 2px rgba(12, 126, 197, 0.34);
    box-shadow: 0 2px 2px rgba(12, 126, 197, 0.34);
}


.error {
    background-color: rgb(155, 155, 155);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.69);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.69);
}


/* 404 error page */

#page404 {
    padding-top: 3rem;
    padding-bottom: 3rem;
    text-align: center;
    background-color: #dbdada;
}


#page404 h1 {font-size:300%; padding-top: 15px; margin-bottom: 40px; text-align:center;}


#page404 p {
    padding-bottom: 22px;
    text-align: center;
}

#page404 a:link,
#page404 a:visited {
    font-weight: 600;
    font-size: 1.25em;
    color:#13174E;
    text-decoration: none;
    padding:.6rem;
    display: inline-block;
}

#page404 a:hover,
#page404 a:active {
    color:#0C7EC5;
    -webkit-transform: scale(1.07);
    transform: scale(1.07);
    -webkit-transition: all .2s;
    transition: all .2s;
}




/* FOOTER */

footer {
    margin: 0 auto;
    background-color: #13174E;
    font-size:.85em;
    color: #fff;
    padding:2rem 12rem 2rem 14rem;
    font-weight: 700;
}

footer h4 {
    font-weight:500;
    margin-bottom: 15px;
    letter-spacing: .5px;   
}

.footer-nav {
    list-style:none;
    float:left;
    font-size:107%;
    color: #0C7EC5;
    margin-right: 0px;
    font-family: 'Roboto', sans-serif;
}

.social-links {
    list-style: none;
    display: block;
    text-align: center;
    color: #0C7EC5; 
}

.social-links li {
    display: inline-block;
    margin-right: 2rem; 
}

.footer-nav li {
    padding-bottom: 8px;
    color: #0C7EC5;
    font-weight: 400;
}

.footer-nav li:last-child,
.social-links li:last-child {
    margin-right: 0;
}

.footer-nav li a:link,
.footer-nav li a:visited {
    text-decoration: none;
    color: #0C7EC5;
    font-weight:400;
    border: none;
    -webkit-transition: all .2s;
    transition: all .2s;
    display: inline-block;
}

.social-links li a:link,
.social-links li a:visited {
    text-decoration: none;
    font-weight:500;
    color: #0C7EC5;
    border: none;
    -webkit-transition: all 0.5s ease-in;
    transition: all 0.5s ease-in;
}

.footer-nav li a:hover,
.footer-nav li a:active,
.social-links li a i:hover,
.social-links li a i:active {
    color:#fff;
     -webkit-transform: scale(1.08) translate(5px);
    transform: scale(1.08) translate(5px); 
 }


.copyright-row {
    clear: both;  
}


footer .copyright-row p {
    color: #fff;
    /*font-family: 'lato', Helvetica, Arial, sans-serif;*/
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-top: 30px;
    font-weight: 400;
    font-size: 105%;
}



/* Animations */

.js--wp-1,
.js--wp-2,
.js--wp-3 {
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.js--wp-4 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.js--wp-1.animated,
.js--wp-2.animated, 
.js--wp-3.animated {
    opacity: 1;
}