/* start FONT SYTLES */
.tiempos {
  font-family: "tiempos", serif;
}


/* end FONT SYTLES */

@font-face {
font-family: "tiempos";
  src: url("/cps/fonts/tiempos-headline-web-semibold.eot") format("embedded-opentype");
  src: url("/cps/fonts/tiempos-headline-web-semibold.eot?#iefix") format("embedded-opentype"),
     url("/cps/fonts/tiempos-headline-web-semibold.woff") format("woff"),
     url("/cps/fonts/tiempos-headline-web-semibold.woff2") format("woff2");
  font-style: normal;
}



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

}



html{ 
  height: 100%;
  scroll-behavior: smooth;
}
body{
  margin: 0 auto;
  /*width:100%;*/
  /*min-height: 100vh;*/
 /* font-size: 18px;*/
  color: #171717;
 
  }

/*
  p {
    margin-bottom: 26px;
    font-size: inherit;
    line-height: 1.4;
    text-rendering: optimizeLegibility;
  }*/

  .ar-unbold-mobile-text{
    font-weight: 500;
  }

.an-vertical-center{
  display: flex; flex-direction: column; justify-content: center;
}

.ar-no-br  br{
  display: none;
}


.ar-desktop-br  br{
  display: block;
}


.ar-mobile-br  br{
  display: none;
}


.ar-slider-item{
  text-align: center;

}

.ar-sup{
  font-size: 50%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top:-1em;
}

.ar-slider-item p{
  padding-left: 20px;
  padding-right: 20px;
}

.allContainer {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 2rem 0;
}

.outerContainer {
  position: relative;
  width: 1200px;

  border: 1px solid black;
}



h3 {
  margin: 1rem 0;
}


/*END*/



/*STANDOUT STORIES VIDEO*/
.ar-stories-video{
  position: relative;

}
#ar-il-play-pause, #ar-il-inpage-play-pause{
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 11;
}

.ar-il-honored{
  position: absolute;
  bottom: 0px;
  background-repeat: no-repeat;
  background-size: contain;
right: 0;
z-index: 1;

} 

.ar-il-phone{
  position: absolute;
  bottom: 0px;
  background-repeat: no-repeat;
  background-size: contain;
right: 0;
z-index: -1;
order: 2;

}

.ar-il-player{
  position: absolute;
  bottom: 0px;
  background-repeat: no-repeat;
  background-size: contain;
  width: auto;
right: 0;
z-index: -1;


} 






.ar-inpage-banner-text a.button.hollow.nw-button--hollow-blue-light{
  width: 70%;

}



.ar-claims-exp {
  width:520px;
  height:100px;
}


 .ar-blue-bg{
    background-color: #0047bb;
    color: #ffffff;
 }

 .ar-white-bg{
    background-color: #ffffff;
    color: #0047bb;
 }

 .ar-dk-blue-bg{
  background-color: #141b4d;
  color: #ffffff;
}

.ar-dk-blue{
  color: #141b4d;
}

.ar-dk-mint{
  color: #6eceb2;
}


.ar-dk-blue-bg h2 {
  color: #ffffff;
}


.ar-dk-mint-bg{
  background-color: #008574;
  color: #ffffff;
}




#logo{
  position: absolute;
  top: 10px;
  right: 40px;  
}
/*
#logo img{
  margin-bottom: 40px;
}*/
.btn:focus-visible, .btn:focus, .btnClose:focus-visible, .btnClose:focus {
  outline: 2px solid #ffffff;
  outline-width: 3px;
  
}


.btn, .btnClose{
  position: absolute;
  top: 40px;
  left: 40px;
  text-align: center;
  cursor: pointer;
  transition: left 0.4s ease;
  /*width: 55px;
  height: auto;*/
 
}



.btn.click{
    /*top: 5px;
    left: 0px;
   /* height: 159px;
    width: 159px;*/
   /*top: 0px;*/
  
   
    
}

.btnClose.click{
 
}

.btn span::before{

  /*content:  url('/cps/cps-images/ar-StickyHeader_HambugerNavIcon-01.svg');*/
  
}

.btnClose span::before{
  /*content: url('/cps/cps-images/ar-StickyHeader_HambugerNavCloseIcon-01.svg');*/
  
}


.ar-community-video {
  width: 100%;
  height: 700px;
}


.sidebar{
  position: fixed; 
 display: none;
  width: 400px;
  height: 100%;
  left: -400px;
  z-index: 99;
  transition: left 0.4s ease;
  
 
}

.sidebar.show{
  display: block;
  left: 0px;
  top: 0;
  padding-top: 150px;
  transition: left 0.4s ease;
  box-shadow:
  0.5px 13.8px 2.2px rgba(0, 0, 0, 0.02),
  1.1px 33.3px 5.3px rgba(0, 0, 0, 0.028),
  2.1px 62.6px 10px rgba(0, 0, 0, 0.035),
  3.8px 111.7px 17.9px rgba(0, 0, 0, 0.042),
  7.1px 208.9px 33.4px rgba(0, 0, 0, 0.05),
  17px 500px 80px rgba(0, 0, 0, 0.07);

  

  
  
}



/*.sidebar .text{
  padding-top: 100px;
  background-color: red;
  
}*/

.sidebar{
  padding-top: 150px;
  background-color: #0047bb;
  
}


ul {
  /**/
  /**/
}

nav ul{
  background: #0047bb;
  height: 100%;
  width: 100%;
  list-style: none;
  padding-right: 35px;
  padding-left: 35px;
  list-style-type: none;
  margin-left: 0rem;

   
}


nav ul li{
 /*line-height: 60px;*/
 /*margin-top: 20px;
 border-bottom:  0.75px solid #1f74db;*/
 
}
/*
nav ul li:last-child{
  border-bottom: 0.75px solid #1f74db;
}*/

.sidebar ul li a{
  position: relative;
  color: white;
  text-decoration: none!important;
  font-size: 18px;
  padding-left: 0px;
  font-weight: 500;
  /*
  display: block;*/
  width: 100%;
  
  border-left: 3px solid transparent;
  display: inline-block;
  margin-top: 20px;
  border-bottom:  0.75px solid #1f74db;

}

.sidebar ul li ul li a{
  margin-top: 10px;
 
}

.sidebar ul li a:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 0.75px;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
  transform-origin: bottom right;
  transition: transform 0.25s ease-out;
}

.sidebar ul li a:hover:after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

nav ul ul li a::after{
  content:none;
}


nav a:focus, nav a:hover {
  color: #ffffff;
  text-decoration: none!important;
}

nav li li {
  list-style-type: none!important;
}

nav ul li.active a{
  color: white;
 border-bottom: 1px solid white ;
}

nav ul li.active ul li a {  
    border-bottom: none ;
  }



 

nav ul li a:hover::after{
 /* background: #1e1e1e;*/
 
}
nav ul ul{
  position: static;
  display: none;
}
nav ul .about-show.show{
  display: block;
}
nav ul .stories-show.show{
  display: block;
}
nav ul ul li{
  /*line-height: 15px;
  margin-top: 10px;*/
  border-bottom: none;
}

nav ul ul li:last-child{
 /* line-height: 15px;
  margin-top: 10px;
  border-bottom: none;*/
 
}



nav ul ul li a{
  
  color: #8cc8e9;
  padding-left: 20px;
}
nav ul li.active ul li a{
  /*color: #8cc8e9;*/
  color: #ffffff;

 
}
nav ul ul li a:hover{
  color: white!important;


}



.ar-add-menu-top-margin{
  margin-top: 15px;
}
nav ul li a span{
  position: absolute;
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  font-size: 22px;
  transition: transform 0.4s;
}
nav ul li a span.rotate, .btnClose.rotate{
  transform: translateY(-50%) rotate(-180deg);
}

header{
  height: 100px;
  background-color: #0047bb;
}
/*
.content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #202020;

  text-align: center;
}*/




.sticky {
	position: fixed;
  top: 0;
  width: 100%;
}



 #content{
 position: absolute;
  top: 100px;
  margin: 0 auto;
  width:100%;

}

#ar-plain-img{
  margin-top:-1px;
}

/*BERL
#ar-logo img{
     height: 90px;
}
*/
#menu-bar{
  background-color: #0047bb;
  z-index: 98;
}

.ar-two-col-w-lg-title-and-text {

  background-color: #ffffff;
  color: #0047bb;  
  /* padding-top: 125px;*/
   padding-bottom:50px;
   /*margin-top: -2px;
   margin-bottom: -1px;*/
}


.ar-stories-video{
  text-align: center;
}

.ar-two-col-w-lg-title-and-illustration {

  background-color: #ffffff;
  color: #0047bb;  
  padding-top: 25px;
  padding-bottom:25px;
 
  
}

.ar-col-w-lg-title{
  background-color: #ffffff;
  color: #0047bb;  
  padding-top: 100px;
  padding-bottom:30px;

}

.ar-two-col-w-lg-title-and-illustration .large-8.small-12 {
  order: 1;
  padding-right: 1.5rem;
  padding-left: 1.5rem;

}

.ar-two-col-w-lg-title-and-illustration .large-4.small-12 {
  order: 2;
  padding-right: 1.5rem;
    padding-left: 1.5rem;
}



#ar-stories-video-digital{
  text-align: center;
  width: 100%;
}






.ar-add-top-padding{
  padding-top: 50px;
}


.ar-lg-title-text{
  font-size: 196px;
  line-height: 182px;
  text-align: right;
  padding-right: 5%;


}
.ar-lg-title-sub-text{
  font-size: 26px;
  text-align: right;
  padding-right: 5%;

}


.ar-lg-title-sm-text{
  font-size: 18px;

  max-width: 40%;
  padding-left: 5%;
  padding-right: 5%;
 padding-top: 5%;
}

.ar-lg-title-sm-text p:first-child{
margin-top: -10px;
}

.ar-video-w-pattern-bg {
  color: #fff;  
  padding-top:100px;
  padding-bottom:100px;
  text-align: center;
  background-color: #141b4d;
  background-image: url("/cps/cps-images/ar-NW_N_Heart_Pattern_VideoBckgrd_noBlue.png");

}

.ar-video-w-pattern-bg h2{
  padding-bottom: 50px;
  font-size: 42px;

}

.ar-add-padding-graph{
  padding-top: 70px;
  padding-bottom: 70px;
 
}

.ar-add-bottom-padding-graph{
 
  padding-bottom: 70px;
 
}

.ar-3col-w-white-bg h2, .ar-cols-section h2{
  padding-top: 100px;
  color: #0047bb;
  text-align: center;
  font-size: 42px;
  padding-bottom: 25px;


}

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

.ar-icon {
  text-align: center;
}

.ar-sm-bottom-padding{
  padding-bottom: 25px; /*padding-bottom: 12px;*/
}




.ar-xs-bottom-padding{
  padding-bottom: 15px;
}
.ar-md-bottom-padding{
  padding-bottom: 50px;
}

.ar-md-bottom-padding-rm-on-mobile{
  padding-bottom: 0px;
}



.ar-icon svg, .ar-icon img{
  height: 60px;
}

.nw-bg-mustard {
  background-color: #a38b00;
  color: #ffffff;
  fill: #ffffff;
}

.nw-bg-mustard a {
  color: #ffffff;
}

.nw-bg-mustard a:hover {
  color: #d4d4d4;
}

.ar-icon-svg-blue{
  fill:#0047BB;
}


.ar-icon-svg-white{
  fill:#fff;
}

.rtc-paragraph{
  font-size: 18px;
}

.ar-3col-w-white-bg-top-title{
  /*height: 100px;*/
  display: flex;
  flex-direction: column;
  justify-content: end;
  margin-bottom: 15px;
  color: #0047bb;
}

.ar-3col-w-white-bg-top-title img{
 
  height: 180px;
 
}

.ar-carousel-text{
 font-weight: 500;
 color: #0047bb;
 font-size: 24px;
 line-height: 28px;

}



.nw-banner-inpage__media{
  width: 50%;
}


/*
   
    @-webkit-keyframes fadeInUp{
      0%{
          opacity:0;
          -webkit-transform:translate3d(0,30%,0);
          transform:translate3d(0,30%,0)
      }to
      {
          opacity:1;
          -webkit-transform:translateZ(0);
          transform:translateZ(0)
      }
    }
    @keyframes fadeInUp{
      0%{
          opacity:0;
          -webkit-transform:translate3d(0,30%,0);
          transform:translate3d(0,30%,0)
        }to
        {
          opacity:1;
          -webkit-transform:translateZ(0);
          transform:translateZ(0)
        }
      }
*/
    
    .arAnim {
        opacity: 0;
        
    }
    
    @keyframes arAnimText {
      from {
        transform: translateY(20px);
        opacity: 0;       
      }
      to  {
        transform: translateY(0);
        opacity: 1;      
      }
    }
   

    @-webkit-keyframes arAnimText {
      from {
        transform: translateY(20px);
        opacity: 0;       
      }
      to  {
        transform: translateY(0);
        opacity: 1;      
      }
    }

    .arImgAnim {
      opacity: 0;
    }
  
  @keyframes arAnimImg {
    0% {
      opacity: 0;
    }
  100% {
      opacity: 1;
    }
  }

  @-webkit-keyframes  arAnimImg {
    0% {
      opacity: 0;
    }
  100% {
      opacity: 1;
    }
  }



/* Lines animation */
/*----total sales graph--*/
polyline.ts-a, polyline.ts-graph-22{
  stroke-dasharray: 560;
  stroke-dashoffset: 560;
  /*animation: drawgraph 2s ease-in forwards;
  animation-delay: 2s;*/

}

polyline.noi-d, polyline.noi-d-graph{
  stroke-dasharray: 700;
  stroke-dashoffset: 700;
  /*animation: drawgraph 2s ease-in forwards;
  animation-delay: 3s;*/
}

polyline.ta-b, polyline.ta-b-graph{
  stroke-dasharray: 600;
  stroke-dashoffset: 600;
  /*animation: drawgraph 2s ease-in forwards;
  animation-delay: 4s;*/
}

.ts-e, .noi-g, .ta-g, .ta-g-pt, .ts-graph-pt-22 {
  stroke-dasharray: 55;
  stroke-dashoffset: 55;
 animation: drawgraph 0.1s ease-in forwards;
}

@keyframes drawgraph {  
  to {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes drawgraph {  
  to {
    stroke-dashoffset: 0;
  }
}

@keyframes arAnimLine { 

  to  {stroke-dashoffset: 0;}
}

@-webkit-keyframes arAnimLine { 

  to  {stroke-dashoffset: 0;}
}


.drawTS {
  animation: drawgraph 1s ease-in forwards;
  animation-delay: 0.3s;
}


.drawNOI {
  animation: drawgraph 1s ease-in forwards;
  animation-delay: 0.5s;
 
}


.drawAssets  {
  animation: drawgraph 1s ease-in forwards;
  animation-delay: 0.5s;

}



.cs-a {
           
  opacity: 0;
 
}


.cs-b{
           
  opacity: 0;
 
}


.cs-c{
           
  opacity: 0;
 
}


.cs-d{
           
  opacity: 0;
 
}




.drawCapOne {
  
  animation: drawCap2018 1s  forwards;
  animation-delay: 0.2s;
 
}

.drawCapTwo {
  
  animation: drawCap2019 1s  forwards;
  animation-delay: 0.4s;

}


.drawCapThree {
  
  animation: drawCap2020 1s  forwards;
  animation-delay: 0.6s;
}


.drawCapFour{
  
  animation: drawCap2021 1s  forwards;
  animation-delay: 0.8s;
}
/*
path.a, path.b, path.c, path.d, path.e{
  fill:none;
}
*/
.drawInvOne{
  animation: drawInv1 1s  ease-in forwards;
  animation-delay: 0.02s;

}


.drawInvTwo{ 
   animation: drawInv2 1s  ease-in forwards;
   animation-delay: 0.4s; 
 }


 
.drawInvThree{ 
   animation: drawInv3 1s  ease-in forwards;
   animation-delay: 0.6s; 
 }


 
.drawInvFour{ 
   animation: drawInv4 1s  ease-in forwards;
   animation-delay: 0.7s; 
 }

 
.drawInvFive{
   animation: drawInv5 1s  ease-in forwards;
   animation-delay: 0.8s;
 }

@keyframes drawCap2018{
  from {
    height: 0;
    }
    to {
    height:69.924;
    opacity: 1;
    }
  }

@-webkit-keyframes drawCap2018{
  from {
    height: 0;
    }
    to {
    height:69.924;
    opacity: 1;
    }
}

@keyframes drawCap2019{
  from {
    height: 0;
    }
    to {
    height:100.2;
    opacity: 1;
    }
}


@-webkit-keyframes drawCap2019{
  from {
    height: 0;
    }
    to {
    height:100.2;
    opacity: 1;
    }
}

@keyframes drawCap2020{
  from {
    height: 0;
    }
    to {
    height:114.205;
    opacity: 1;
    }
}

@-webkit-keyframes drawCap2020{
  from {
    height: 0;
    }
    to {
    height:114.205;
    opacity: 1;
    }
}

@keyframes drawCap2021{
  from {
    height: 0;
    }
    to {
    height:128.21;
    opacity: 1;
    }
}

@-webkit-keyframes drawCap2021{
  from {
    height: 0;
    }
    to {
    height:128.21;
    opacity: 1;
    }
}



/*circle*/
@keyframes drawInv1{
  0%{
   opacity:0;
   fill :"white";	
  }
 
  100%{
    opacity: 1;
    fill: #0047bb;
  }
    
}

@-webkit-keyframes drawInv1{
  0%{
   opacity:0;
   fill :"white";	
  }
 
  100%{
    opacity: 1;
    fill: #0047bb;
  }
    
}


/*circle*/
@keyframes drawInv2{  
    0%{
     opacity:0;
     fill :"white";	
    }
   
    100%{
      opacity: 1;
      fill:#6eceb2;	
    }
      
  }

  @-webkit-keyframes drawInv2{  
    0%{
     opacity:0;
     fill :"white";	
    }
   
    100%{
      opacity: 1;
      fill:#6eceb2;	
    }
      
  }
  /*circle*/
@keyframes drawInv3{  
    0%{
     opacity:0;
     fill :"white";	
    }
   
    100%{
      opacity: 1;
      fill:#a38b00;
    }      
  }

  @-webkit-keyframes drawInv3{  
    0%{
     opacity:0;
     fill :"white";	
    }
   
    100%{
      opacity: 1;
      fill:#a38b00;
    }      
  }

/*circle*/
@keyframes drawInv4{
    0%{
     opacity:0;
     fill :"white";	
    }
   
    100%{
      opacity: 1;
      fill:#ff9800;
    }		
  }
  
@-webkit-keyframes drawInv4{

  0%{
   opacity:0;
   fill :"white";	
  }
 
  100%{
    opacity: 1;
    fill:#ff9800;
  }		
  }


  /*circle*/
@keyframes drawInv5{  
    0%{
     opacity:0;
     fill :"white";	
    }   
    100%{
      opacity: 1;
      fill:#141b4d;	
    }      
  }

  @-webkit-keyframes drawInv5{
  
    0%{
     opacity:0;
     fill :"white";	
    }
   
    100%{
      opacity: 1;
      fill:#141b4d;	
    }
      
  }





     

/* Blockquote */


.ar-bq-container, .ar-footnote-container {  
  padding-top: 100px;
  padding-bottom: 100px;
}

.ar-bq-container-med-blue,
.ar-bq-container-no-bg,
.ar-blockquote,
.ar-blockquote p,
.ar-cite,
.ar-blockquote::before,
.ar-blockquote::after {
  margin: 0;
  padding: 0;
  border: 0;
 /* color: #ffffff;*/
}

.ar-blockquote,
.ar-blockquote p
 {
  
  font-size: 36px;
  line-height: 45px;
}
/*
.ar-blockquote::before,
.ar-blockquote::after {
  
  font-family: nw-secondary;
}
*/
.ar-mobile-video-w-overlay{
  display: none;
}

.ar-desktop-video-w-overlay{
  display: block;
}


.ar-blockquote {
  text-align: center;
  position: relative;
  display: block;
 /*padding-top: 70px;*/
 padding-right: 15%;
 padding-left: 15%;
}

.ar-cite {
  text-align: center;
}
.ar-cite-author{
  font-size: 18px;
  line-height: 1.5;
  padding-top: 15px;
 
}

.ar-cite::before {
  content: none;
}


.ar-blockquote::before,
.ar-blockquote::after {
  /*color: #6eceb2;
  font-size: 100px;
  line-height:1;*/
  position: absolute;
  height: 60px;
  width: 100px;
  left: 50%;
  transform: translateX(-50%);
  /*font-family: nw-secondary;*/
  
}

.ar-blockquote::before {
  /*content: "\201C";
  color: #6eceb2;
  font-size: 148px;
  font-family: "tiempos";
  top: 40px;*/
}


.ar-bq-container-w-blue-lines{
 
  background-image: url(/cps/cps-images/ar-Ncrop_KeyLineCTA_LineDraw1.svg), url(/cps/cps-images/ar-Ncrop_KeyLineCTA_LineDraw2.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom 0px left 0px, right -150px top -250px;
}

.ar-bq-container-w-white-lines{
 
  background-image: url(/cps/cps-images/ar-Ncrop_KeyLineCTA_LineDraw1_mint.svg), url(/cps/cps-images/ar-Ncrop_KeyLineCTA_LineDraw2_mint.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: bottom -250px left 0px, right 0px top -100px;
}




.ar-bq-container-med-blue .ar-blockquote::before {
  content: "\201C";
  color: #141b4d;
  font-size: 148px;
  font-family: "tiempos";
  top: 40px;
}

.ar-bq-container-no-bg .ar-blockquote::before {
  content: "\201C";
  color: #0047bb;
  font-size: 148px;
  font-family: "tiempos";
  top: 40px;
}

.ar-blockquote::after {
 /* content: "\201D";*/
}

 .ar-cite-content{
 
}

/*
.nw-banner-inpage__image, .nw-banner-inpage__media{
  min-height: 400px;

}*/

.ar-text-w-img-right-title{
 font-size: 42px;
 line-height: 53px;
 color:#0047bb;
 margin-bottom: 25px;
}

.ar-l2-2cols-section-title-white{
  font-size: 42px;
  line-height: 53px;
  color:#ffffff;
  margin-bottom: 25px;
 }
 
.ar-font-22{

}


.ar-large-title-blue{
  font-size: 42px;
  line-height: 53px;
  color:#0047bb;
  padding-bottom: 3rem; 
 }
 
.nw-banner-inpage__content .ar-text-w-img-right-content .ar-text-w-img-left-content{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.ar-grey-bg{
  background-color: #f4f4f5;
}

.ar-flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 100px;  
}


.ar-flex {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}



.ar-flex-item-left{
  background-color: #f4f4f5;
  flex: 50%;
  flex-direction:column;
  max-width: 800px;
  
}

.ar-flex-item-right{
  
  background-image:url('/cps/cps-images/ar-50_50_photo_component_CorpCit.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  flex: 50%;
  flex-direction:column;
  max-width: 800px;


}

.ar-flex-item-left > div{
  margin-left: 25%;
  margin-right: 5% ;
  margin-top: 100px;
  margin-bottom: 100px;

}

.ar-button{
  margin-top: 25px;
  font-weight: 500;
}

.ar-bq-container-med-blue .button.hollow.nw-button--hollow-blue-light, .ar-bq-container-med-blue a.button.hollow.nw-button--hollow-blue-light {
  color: #141b4d;
  background-color: transparent;
  border: 1px solid #141b4d;
}


.ar-flex-container{
  display:flex;
  flex-flow: row wrap;
}
.ar-flex-left{
  order: 1;
  width:50%;
  padding-left: 9%;
  padding-right: 5%;
  padding-top: 100px;
  padding-bottom: 100px; 
}

.ar-flex-left-67{
  order: 1;
  width:67%;
  padding-left: 15%;
  padding-right: 5%;
  padding-top: 100px;
  padding-bottom: 100px; 
}

.ar-flex-left-67-bottom {
  order: 1;
  width:67%;
  padding-left: 15%;
  padding-right: 5%;
  padding-top: 100px;
  padding-bottom: 100px; 
}

.ar-flex-right-img-33{
  order: 2;

}

.ar-flex-right-img-33-top{
  order: 2;
  background-position: right;
 

}


.ar-flex-left-img{
  order: 1;
  width:50%;

  background-repeat: no-repeat;
 background-size: cover;
}

.ar-flex-left-img-svg{
  order: 1;
  width:50%;

  background-repeat: no-repeat;
 background-size: contain;
 background-position: center;
 text-align: center;

}

.ar-flex-right{
  order: 2;
  width:50%;

  background-repeat: no-repeat;
  background-size: cover;
}

.ar-flex-right-img-33{

  order: 2;
  width:33%;
   background-repeat: no-repeat;
  background-size: contain;
 
}

.ar-flex-right-img-33-top{

  order: 2;
  width:33%;
   background-repeat: no-repeat;
  background-size: contain;
 
 
}





.ar-flex-left-img-svg{
  background-size: contain;
  background-position: bottom;

}


.ar-flex-right-content{
  order: 2;
  width:50%;
  padding-left: 10%;
  padding-right: 5%;
  padding-top: 100px;
  padding-bottom: 100px; 
  
}


.ar-3cols-slides-number{
  font-size: 32px;
  color: #0047bb;

}

/* TYPOGRAPHY */

.ar-gotham-book-xl{
  font-size: 48px;
}

.ar-gotham-book-xl{
  font-size: 48px;
}
.ar-gotham-book-lg{
  font-size: 32px;
}

.ar-gotham-book-sm{
  font-size: 22px;
}

.ar-gotham-med-sm{
  font-size: 22px;
  font-weight: 500;
}

.ar-icon {
text-align: center;
}

.ar-icon svg {
height: 60px;
}

.ar-icon-svg-blue{
fill:#0047BB;
}

.ar-flex{
display:flex;
flex-flow: row wrap;
justify-content: space-between;
text-align: center;
}
.ar-flex-3{
width:32%;
position: relative; min-height: 310px;
}

.ar-flex-5{
  width: 20%;
}

.ar-flex-max-width{
  max-width: 800px;
  margin: 0 auto;
  
}

.ar-flex-12{
  width:100%;
  position: relative; 
  }

  .ar-flex-6{
    width: 50%;
  }
  

.mySlides .ar-button{
  position: absolute;

left: 50%;
transform: translate(-50%, -50%);
bottom: 0;

}

/* Slideshow container */
.slideshow-container {
  display: block;
  position: relative;
  padding-top: 100px;
}


.slideshow-mobile-container  {
  display:none;
}


/* Slides */
.mySlides {
display: none;

}

/* Next & previous buttons */

.owl-carousel .owl-nav .owl-prev {

}
.prev, .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-next {
cursor: pointer;
position: absolute;
top: 40%;
width: auto;
margin-top: -30px;
padding: 16px;
font-weight: bold;
font-size: 20px;
border-radius: 0 0.75px 0.75px 0;


}

.prev,  .owl-carousel .owl-nav .owl-prev   {
content: "";
width: 15px;
height: 15px;
border: solid #747478;
border-width: 0 2px 2px 0;
-webkit-transform: rotate(-225deg);
transform: rotate(-225deg);

}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
  pointer-events: none;
  opacity: 0.2;
}


/* Position the "next button" to the right */
.next,  .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 0;
    border-radius: 0.75px 0 0 0.75px;
    content: "";
    width: 15px;
    height: 15px;
    border: solid #747478;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate( 45deg);
    transform: rotate(-45deg);
  }

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover, .owl-carousel .owl-nav .owl-prev:hover, .owl-carousel .owl-nav .owl-next:hover {
    border: solid #0047bb;
    border-width: 0 3px 3px 0;
  }

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 20px;
    display: none;
  }

.ar-padding-right{
    padding-right: 5%;
}
.ar-padding-left{
  padding-left: 5%;
}
.ar-3cols-slides{
    padding-right: 2%; padding-left: 2%;
}

.ar-container{
    padding-left: 22px;
    padding-right: 22px;
}

/*---Level 2 page-----------------*/

.ar-page-text{
  font-size: 19px;
  color:#6eceb2;
  padding-left:35px;
  font-weight: bold;
  line-height: 25px;
  
  padding-top: 10px;
  

}

.ar-bg-dk-mint{
  background-color: #008574;
  color: #ffffff;
}
/*
.ar-l2-lg-title{
  font-size: 72px;
  line-height: 79px;
  color: #ffffff;
  font-family: tiempos;

}*/

.ar-l2-heading, .ar-l2-heading-long{
  font-size: 72px;
  line-height: 79px;
  color: #0047bb;
  font-family: tiempos;

}
.ar-l2-intro{
  color:#ffffff;
  padding-top: 10px;
  width: 85%;

}

.ar-l2-top-intro-width{
  max-width: 75%;
}

.ar-blue{
  color:#0047bb;
}

.ar-white {
  color: #ffffff;
 
}
.ar-white:hover, .ar-white:focus {
  color: #d4d4d4;
}

.ar-icon-svg-mint{
  fill: #6eceb2;
}

.ar-l2-section-title {

  font-size: 42px;
  line-height: 53px;
  font-family: tiempos;
}

.ar-cols-section-intro-text{
  font-size: 24px;
  text-align: center;

}

.ar-l2-sub-title-md{
  font-size: 22px;
  padding-bottom: 50px;
}


.ar-l2-sub-title-sm{
  font-size: 22px;
  padding-bottom: 25px;
}



.ar-l2-sub-title-mint{
  font-size: 28px;
  color: #6eceb2;
}



.ar-side-padding-md{
  padding-right: 15%;
  padding-left: 15%;

}

.ar-side-padding{

  padding-right: 10%;
  padding-left: 10%;
}

.ar-side-padding-sm{

  padding-right: 5%;
  padding-left: 5%;
}


.ar-cols-section-top h3{
  font-size: 22px;
  padding-bottom: 1rem;
  font-weight: 500;
  text-align: center;

}


.ar-cols-section-bottom{
  text-align: center;

  
}

.ar-cols-section-bottom-last{
  max-width: 53%;
  margin: 0 auto;

  
}
.ar-products-dk-blue-bg{
  background-color: #141b4d;
  color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}


.ar-text-w-quote-dk-blue-bg{
  background-color: #141b4d;
  color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}


.ar-text-w-quote-dk-blue-bg h2{

 
}

.ar-products-dk-blue-bg ul li{
  list-style: none;
  text-align: center;
}

.ar-product-title-mint{
  font-size: 22px;
  font-weight: 500;
  text-align: center;
  color: #6eceb2;
}



.ar-rank-row {
  border-bottom: 0.75px solid #d0d3d4;
}
.ar-rank-title{
  /*margin: 1em 0;*/
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  justify-items: center;
}

#ar-rank-d{
  display: block;
}

#ar-rank-m{
  display: none;
}

.ar-rank-row div.large-4.medium-4.columns.rtc-paragraph.text-center, 
.ar-rank-row-last div.large-6.medium-6.columns.rtc-paragraph.text-center
{
  border-right: 0.75px solid #d0d3d4;
}


.ar-rank-row div.large-4.medium-4.columns.rtc-paragraph.text-center:last-child, .ar-rank-row-last div.large-6.medium-6.columns.rtc-paragraph.text-center:last-child{
  border-right: none;
}

.ar-rank-row-last div.large-12.medium-12.columns.rtc-paragraph.text-center:last-child{

  border-bottom: 0.75px solid #d0d3d4;
}


.ar-rank-title-number{
  font-family: tiempos;
  color: #0047bb;
  font-size: 48px;
  line-height: 32px;
}

.ar-tiempos-lg-dk-mint{
  font-family: tiempos;
  color: #6eceb2;
  font-size: 36px;
  line-height: 36px;
}

.ar-tiempos-lg-blue{
  font-family: tiempos;
  color: #0047bb;
  font-size: 36px;
  line-height: 36px;
}
.ar-tiempos-lg-white{
  font-family: tiempos;
  color: #ffffff;
  font-size: 36px;
  line-height: 36px;
}
.ar-rank-title-sub{
  color: #0047bb;
  font-weight: 500;
}
.ar-medium-blue-bg{
  background-color: #8cc8e9;
  color: #141b4d;
}
.ar-rank-container{
  padding-top: 100px;
  /*padding-bottom: 100px;*/
}
.ar-no-bottom-padding {
  padding-bottom: 0!important;

}




.ar-no-bottom-margin{
  margin-bottom: 0!important;
}
.ar-no-top-margin{
  padding-top: 0!important;
}
.ar-no-top-margin{
  margin-top: 0!important;
}
.ar-top-margin{
  margin-top: 100px!important;
}
.ar-bottom-margin{
  margin-bottom: 100px!important;
}
.owl-dots{
  display: flex;
  align-items: center;
  justify-content: center;

}
.ar-bottom-padding {
  padding-bottom: 100px;
}
.ar-top-padding{
  padding-top: 100px;
}
.ar-top-padding-md{
  padding-top: 50px;
}

.ar-top-padding-md-55{
  padding-top: 55px;
}



.ar-top-padding-sm{
  padding-top: 25px;
}
.ar-bottom-padding-md{
  padding-bottom: 50px;
}
.ar-bold{
  font-weight: bold;
}
.ar-no-top-padding{
  padding-top: 0!important;
}
.ar-inner-bun-md{  
  padding-top: 50px;
  padding-bottom: 50px;
}
.ar-inner-bun-lg{  
  padding-top: 100px!important;
  padding-bottom: 100px!important;
}

/*Circles*/

.ar-circle-container{
  display: flex; align-items: center; align-content: center; justify-content: center; flex-direction: column;
}
.ar-circle {
  background: #0047bb;
  color: #ffffff;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  display: flex; align-items: center; align-content: center; justify-content: center; flex-direction: column;
}
hr{
  border: solid ;
  clear: both;
    max-width: 120rem;
    height: 0;
    margin: 2rem auto;
    border-top: 0;
    border-right: 0;
    border-bottom: solid 0.75px #d0d3d4 ;
    border-left: 0;

}

/*--------------------------------------------------------------*/
.ar-video-section{
  position: relative;
  width: 100%;
  height: 80vh;
 overflow: hidden;
  margin-bottom: 100px;    
} 

.ar-inpage-banner-video-section{
  position: relative;
  width: 100%;
  height: 500px;
  
  overflow: hidden;
  margin-bottom: 0;    
  margin-top: 0;
  padding-top: 0;

} 


.ar-lead-text{
  position: absolute;
  bottom:50px;
  left: 10%;
  color: #fff;
  z-index: 20;
}




.ar-inpage-banner-text{
  position: absolute;
  bottom: 0;
  left: 60px;
  right: 0;
  top:10%;
  width:550px;
  padding: 55px;
  height: 80%; 
  background-color: #008574;
  color: #fff;
  z-index: 20;
  display: flex; flex-direction: column; justify-content: center;
  
}



.ar-inpage-banner-text h2{
  font-size: 42px;
  line-height: 45px ;

}

.ar-lead-text h1{
  font-size: 99px;
  line-height: 90px;
}   

.ar-lead-text p{
  font-size: 32px;
  line-height: 56px;
}

.ar-l2-lead-text, .ar-l2-lead-text-long{
  position: absolute;
  bottom: 100px;
  left: 10%;
  color: #fff;
  z-index: 20;
  }
  
  .ar-l2-lead-text h1, .ar-l2-lead-text-long h1 {
    font-size: 72px;
    line-height: 72px;
    }
  
.ar-video-container, #ar-bg-fallback-img, .ar-bg-fallback-cta-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; 
  height: 80vh !important;
}







.ar-inpage-banner-video-container, .ar-inpage-banner-video-container-mobile{
 /* position: absolute;
  top: 0;
  left: 0;
  width: 100%; */
  height: 500px !important;

}

#ar-bg-video{
 width: 100%;
 height: 80vh;
 object-fit: cover;
 left: 0;
 top:0;
 position: relative;
 z-index: -10;

}







#ar-inpage-banner-bg-video, #ar-inpage-banner-bg-video-mobile{
  width: 100%;
  height: 500px;
  object-fit: cover;
  left: 0;
  top:0;
  position: relative;
  z-index: -10;
 
 }






#ar-bg-fallback-img, .ar-bg-fallback-cta-img {
  z-index: -20;
}


.color-overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:rgba(0,0,0,.20);
  z-index: 11;
  
}


#play-pause-btn, #ar-inpage-banner-play-pause-btn, #ar-inpage-banner-play-pause-btn-mobile {
position:absolute;
 left: 0;
 bottom:0;
 margin: 0.5rem;
 width: 3rem;
 height: 3rem;
 font-size: 1.5rem;
 z-index: 12;

}

.ar-less-bottom-padding{
  padding-bottom: 5px;
  
}











/*-----------------------MEDIA QUERIES------------*/

@media print,screen and (max-width:1100px){
 
 /* .ar-inpage-banner-text{
    position: relative;
    top:auto;
    left: auto;
    width: 100%;
    padding: 55px;
    height: auto; 
    
  }
  
  .ar-inpage-banner-text h2{
    font-size: 42px;
    line-height: 53px;
  
  }
*/

  .ar-no-br br{
    display: none;
  }
  .ar-mobile-video-w-overlay{
    display: block;
  }

  .ar-desktop-video-w-overlay{
    display: none;
  }

  .ar-inpage-banner-text {
    position: relative; 
    /* bottom: 0; */
    left: 0;
    /*right: 0;*/
    /*top: 10%;*/
    width: 100%; 
    padding: 55px;
    /* height: 80%;*/
    background-color: #008574;
    color: #fff;
    z-index: 20;
  }
    
  
}


@media print,screen and (max-width:1050px) and (min-width:992px) {

  .ar-adjust-line-height{
    line-height: 17px;
    padding-top: 5px;
    padding-bottom: 5px;

  }
}




@media print,screen and (max-width:1000px){

  .ar-fix-pet-vodeo, .ar-il-player,.ar-il-phone{
    width: 80%;
  }

  .ar-il-phone{
    width: 100%;
    height: 100%;
  }


/*
  .btn, .btnClose{
    position: absolute;
    top: 5px;
    left: 0px;
    text-align: center;
    cursor: pointer;
    transition: left 0.4s ease;
  }
  
  .btn.click, .btnClose.click{700700
      top: 5px;
      left: 0px;
      height: 45px;
      width: 45px;
    
  }
*/



.ar-desktop-br  br{
  display: none;

}

.ar-mobile-br  br{
  display: block;
  
}



.ar-l2-section-title {

  font-size: 36px;
  line-height: 42px;
  font-family: tiempos;
}



    .ar-l2-heading {
      font-size: 50px;
      line-height: 50px;
      color: #0047bb;
      font-family: tiempos;
      text-align: center;
    }
    

    .ar-l2-heading-long {
      font-size: 50px;
      line-height: 50px;
      color: #0047bb;
      font-family: tiempos;
      text-align: center;
    }


    .ar-l2-2cols-section-title-white{
      font-size: 36px;
      line-height: 42px;
      color:#ffffff;
      margin-bottom: 25px;
     }
     

    #logo img{
      margin-top: 20px;
    }

    .ar-lead-text p{
      font-size: 32px;
      line-height: 40px;
      padding-right: 20px;
    }
    
    .ar-two-col-w-lg-title-and-illustration .large-8.small-12 {
      order: 2;
  
    }

    .ar-two-col-w-lg-title-and-illustration .large-4.small-12 {
      order: 1;      
    }

    .ar-two-col-w-lg-title-and-illustration .large-4.small-12 video {
      width: 100%;      
    }

    .ar-two-col-w-lg-title-and-text {
      padding-bottom: 20px;
      padding-left: 25px;
      padding-right: 25px;
    }
        
    .ar-community-video {
      width: 100%;
      height: 350px;
    }

    .ar-top-padding{
      padding-top: 50px;
    }

    .ar-lg-title-sm-text{
      font-size: 18px;        
      max-width: 100%;
      padding-left: 5%;
      padding-right: 5%;
      padding-top: 5%;
      padding-bottom: 0;
    }
    
    .ar-video-w-pattern-bg {
      padding-top:50px;
      padding-bottom:50px;
    }

    .ar-flex-left{
      padding-top: 50px;
      padding-bottom: 50px; 
    }
    
    .ar-l2-intro{
      color:#ffffff;
      padding-top: 10px;
      width: 100%;  
    }  

    .ar-l2-top-intro-width{
      max-width: 95%;
    }

    .ar-flex-right, .ar-flex-left-img, .ar-flex-left-img-svg, .ar-flex-right-img-svg{ 
      order: 1;
          /*min-height:500px;*/
      background-position-x: center;
    }



    #ar-stories-video-digital{

      text-align: center;
      width: 100%;
      padding-bottom: 10px;
    }
    

        .ar-inner-bun-lg{  
          padding-top: 50px!important;
          padding-bottom: 50px!important;
        }


        .ar-lead-text h1, .ar-l2-lead-text h1{
          font-size: 70px;
          line-height: 70px;    
        }  


        .ar-l2-lead-text-long h1{
          font-size: 48px;
          line-height: 48px;  

        }




        .ar-video-section{
      
          margin-bottom: 50px;    
        } 
  
      .ar-flex-left-67 {
        order: 2;
        padding-top: 50px;
        padding-bottom: 50px;
      }
      .ar-flex-left-67-bottom {
        order: 2;
        padding-top: 50px;
        padding-bottom: 50px;
      }

      
      .ar-flex-right-img-33{
        order: 2;
        /*margin-top: 50px!important;*/
      }

      .ar-flex-right-img-33-top {
        order: 1;
      
      }

      .ar-flex-right-content.ar-add-percent{
        padding-top: 50px;
        padding-bottom: 0;
        

      } 

      .ar-unbold-mobile-text{
        font-weight: 400;
      }

      .ar-side-padding-md{
        padding-right: 2%;
        padding-left: 2%;
      
      }
      .ar-add-padding,  .rtc-container{
        padding-right: 7%;
        padding-left: 7%;
      }

    .sidebar{ 
      width: 100%; 
      left: -100%; 
      }

    #ar-down-arrow-mint{
      display: none;
    }
    .ar-lp-headline{
      padding-left: 5%;
      padding-right: 5%;
      }
      .ar-lg-title-text{
        font-size: 100px;
        line-height:88px;
        text-align: left;
        padding-right: 0;
      }

  .ar-page-text{   
    padding-left:5px;
    line-height: 25px;
    padding-bottom: 15px;
    padding-top: 0px;
  }
 
  
  .ar-blockquote {
    text-align: center;
    position: relative;
    display: block;
    /*padding-top: 70px;*/
    padding-right: 5%;
    padding-left: 5%;
  }

  /*****testing break point*/
  .ar-flex-right, .ar-flex-left, .ar-flex-3, .ar-flex-left-img, .ar-flex-left-img-svg, .ar-flex-right-img-svg, .ar-flex-right-img-33, .ar-flex-right-img-33-top, .ar-flex-left-67, .ar-flex-left-67-bottom, .ar-flex-right-content {
    flex: 100%;
  }

  .ar-flex-right, .ar-flex-left-img, .ar-flex-right-img-svg, .ar-flex-right-img-33{ 
    order: 1;
    min-height:350px;
  }

  .ar-flex-right-img-33-top{
    order: 1;
    min-height:350px;
    
  
  }
  

  .ar-flex-left-img-svg { 
    order: 2;
    min-height:350px;
  }



  .ar-flex-left,  .ar-flex-right-img-svg{
    order: 2;
  }

  .ar-flex-right-content{
    order: 1;
  }

  .ar-flex-3{
    flex: 100%;
  }

  .ar-flex-5{
    flex: 100%;
  }
/*
  .btn{   
    left: 0px;   
  }
*/
  
  #ar-rank-d{
    display: none;
  }

  #ar-rank-m{
    display: block;
  }

  .ar-rank-title{
    /*margin: 1em 0;*/
    padding: 15px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .ar-rank-title-sm-size{
    /*margin: 1em 0;*/
    padding: 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }


  #ar-rank-m .ar-tiempos-lg-blue{
    font-family: tiempos;
    color: #0047bb;
    font-size: 32px;
    line-height: 36px;
  }

  .ar-rank-row div.small-6.columns.rtc-paragraph.text-center{
  border-right: 0.75px solid #d0d3d4;
  border-bottom: 0.75px solid #d0d3d4; 
  }

  .ar-rank-row div.small-6.columns.rtc-paragraph.text-center.ar-mobile-second-title{
    border-right: none;
  }

  .ar-rank-row div.small-6.columns.rtc-paragraph.text-center.ar-mobile-last-row-first-title, 
  .ar-rank-row div.small-6.columns.rtc-paragraph.text-center.ar-mobile-last-row-second-title
  {

  border-bottom: none;
  }

  .ar-rank-row {
  border-bottom: none;
  }

  .ar-rank-row-last{
    border-bottom: 0.75px solid #d0d3d4; 
  }

  /* Slideshow container */
  .slideshow-container {
  display: none;
  }

  .slideshow-mobile-container  {
  display:block;
  position: relative;
  padding-top: 50px;

  }

  .mySlidesMobile{
  text-align: center;
  }

  /* Next & previous buttons */
  .prevMobile, .nextMobile {
  cursor: pointer;
  position: absolute;
  top: 60%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
 
  }

  .prevMobile {
  content: "";
  width: 15px;
  height: 15px;
  border: 3px solid #747478;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  }


  /* Position the "next button" to the right */
  .nextMobile {
  position: absolute;
  right: 0;
  border-radius: 3px 0 0 3px;
  content: "";
  width: 15px;
  height: 15px;

  border: 3px solid #747478;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate( 45deg);
  transform: rotate(-45deg);
  }

  /* On hover, add a black background color with a little bit see-through */
  .prevMobile:hover, .nextMobile:hover {
  border: 3px solid #0047bb;
  border-width: 0 3px 3px 0;
  }

  .ar-rank-container{
    padding-top: 50px;
    /*padding-bottom: 100px;*/
  }

  .ar-lg-title-sub-text{
    font-size: 22px;
    text-align: left;
    padding-right: 0;
   
  }
  .ar-md-bottom-padding-rm-on-mobile{
    padding-bottom: 50px;
  }

  
  .ar-tiempos-lg-blue-reduce-size{
    font-family: tiempos;
    color: #0047bb;
    font-size: 28px;
    line-height: 36px;
    text-align: center;
    padding-left: 0px;
    padding-right: 0px;
  }

  header{
    height: 90px;
    background-color: #0047bb;
  }


  #logo{
    position: absolute;
    top: 5px;
    right: 40px;  
  }

  .btn, .btnClose{
    width:50px;
    top: 30px;
  }
  /*
  #ar-logo{
    position: absolute;
    width: 70%;
    /*right:0;
    margin-left: 0px;
  }*/

  #ar-logo{
    position: absolute;   
    top:-12px;
    width: 200px;
    right: 10px;

  }
  
  
  #content{
    position: absolute;
     top: 90px;
   }

   .ar-add-top-padding{
    padding-top: 50px;
  }
  

  .ar-flex-right-img-33-top.ar-yoga-joe{

    margin-top: 50px;
    margin-bottom: -50px;
  }


  .large-8.small-12.an-vertical-center{
    padding-right: 0;
    padding-left: 0;

  }

  .ar-add-padding-graph{
    padding-top: 10px;
    padding-bottom: 10px;
   
  }
  
  .ar-add-bottom-padding-graph{
   
    padding-bottom: 10px;
   
  }

 


}

@media print,screen and (max-width:45rem) {   

  .ar-claims-exp {
    width:285px;
    height:100px;
  }
  .ar-cols-section-bottom-last{
    text-align: center;
    max-width: 100%;
    
  }
   
  header{
    height: 90px;
    background-color: #0047bb;
  }

  #ar-logo{
    position: absolute;   
    top:-12px;
    width: 200px;
    right: 10px;

  }

  /*
  
  #logo{
    position: absolute;
    top:0;
    width: 70%;

   
  }*/
  
  #content{
    position: absolute;
     top: 90px;
   
   
   }

  .ar-l2-lg-title{
    font-size: 48px;
    line-height: 50px;  
  }

 h1.ar-l2-lg-title  br, .ar-cite-content br, .ar-l2-section-title br {
    display: none;
}




.ar-no-br  br{
  display: block;
}





  .ar-flex-right, .ar-flex-left, .ar-flex-3, .ar-flex-left-img, .ar-flex-left-img-svg, .ar-flex-right-img-svg, .ar-flex-right-content {
    flex: 100%;
  }
  .ar-flex-right, .ar-flex-left-img{ 
    order: 1;
    /*min-height:500px;*/
  }

  .ar-flex-left-img-svg{ 
    order: 2;
    /*min-height:500px;*/
  }


  .ar-flex-left{
    order: 2;
  }

  .ar-flex-right-content{
    order: 1;
  }
  .ar-flex-3{
    flex: 100%;
  }

  .ar-flex-5{
    flex: 100%;
  }
/*
  .btn{   
    left: 5px;  
  }*/
  #logo{
    right: 0px;
  }

  #ar-rank-d{
    display: none;
  }
  
  #ar-rank-m{
    display: block;
  }

  
.ar-rank-row div.small-6.columns.rtc-paragraph.text-center{
  border-right: 0.75px solid #d0d3d4;
  border-bottom: 0.75px solid #d0d3d4; 
}

.ar-rank-row div.small-6.columns.rtc-paragraph.text-center.ar-mobile-second-title{
  border-right: none;
  
}

.ar-rank-row div.small-6.columns.rtc-paragraph.text-center.ar-mobile-last-row-first-title, 
.ar-rank-row div.small-6.columns.rtc-paragraph.text-center.ar-mobile-last-row-second-title
{
  
  border-bottom: none;
}

.ar-rank-row {
  border-bottom: none;
}

  
/* Slideshow container */
.slideshow-container {
  display: none;
}

.slideshow-mobile-container  {
  display:block;
  position: relative;
  padding-top: 50px;
 
}

.mySlidesMobile{
  text-align: center;
}



/* Next & previous buttons */
.prevMobile, .nextMobile {
  cursor: pointer;
  position: absolute;
  top: 60%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  
  }
  
  .prevMobile {
  content: "";
  width: 15px;
  height: 15px;
  border: 0.75px solid #747478;
  border-width: 0 0.75px 0.75px 0;
  -webkit-transform: rotate(-225deg);
  transform: rotate(-225deg);
  }
  
  
  /* Position the "next button" to the right */
  .nextMobile {
  position: absolute;
  right: 0;
  border-radius: 0.75px 0 0 0.75px;
  content: "";
  width: 15px;
  height: 15px;
  
  border: 3px solid #747478;
  border-width: 0 0.75px 0.75px 0;
  -webkit-transform: rotate( 45deg);
  transform: rotate(-45deg);
  }
  
  /* On hover, add a black background color with a little bit see-through */
  .prevMobile:hover, .nextMobile:hover {
  border: 0.75px solid #0047bb;
  border-width: 0 0.75px 0.75px 0;
  }
  
  /*
  .ar-bottom-padding {
    padding-bottom: 50px;
  }
*/
  .ar-bq-container, .ar-footnote-container  {  
    padding-top: 50px;
    padding-bottom: 50px;
  }
  
  .ar-flex-container {
    margin-top: 50px;  
  }

  .ar-blockquote,
  .ar-blockquote p
  {  
    font-size: 32px;
    line-height: 38px;
  }

  .ar-3col-w-white-bg h2, .ar-cols-section h2{
    font-size: 36px;
    line-height: 42px;
    padding-top: 50px;
  }

  h2{
    line-height: 49px;
  }
  
  .ar-bottom-padding {
    padding-bottom: 50px !important;
  }

  
.ar-flex-right-content{
  padding-top: 50px;
  padding-bottom: 50px; 
  
}

.ar-text-w-quote-dk-blue-bg{
  padding-top: 50px;
  padding-bottom: 50px;
}
.ar-products-dk-blue-bg{
  padding-top: 50px;
  padding-bottom: 50px;
}

.ar-large-title-blue{
  font-size: 36px;
  line-height: 42px;
  color:#0047bb;
  padding-bottom: 1.5rem;
 }

 .ar-text-w-img-right-title{
  font-size: 36px;
  line-height: 42px;
 }








 .ar-top-margin{
  margin-top: 50px!important;
}
 
.ar-bottom-margin{
  margin-bottom: 50px!important;
}

}

@media only screen and (max-width: 600px){

  .btn, .btnClose{
    position: absolute;
    top: 30px;
    left: 20px;
    text-align: center;
    cursor: pointer;
    transition: left 0.4s ease;
    width: 25px;
  
   
  }

 
  .ar-l2-heading {
    font-size: 50px;
    line-height: 50px;
    color: #0047bb;
    font-family: tiempos;
    text-align: center;
  
  }

  .ar-no-br br{
    display: none;
  }

  .ar-l2-heading.ar-no-br{
   /* font-size: 45px;
    line-height: 47px;*/

    font-size: 50px;
    line-height: 50px;


  }

.owl-prev {
    position: absolute!important;
    top:40%!important;
    left: 0px!important; 
}

.owl-next {
  position: absolute!important;
  top:40%!important;
  right:0px!important;
  
}

.ar-community-video {
  width: 100%;
  height: 196px;
}

.ar-inpage-banner-text {

}
.ar-inpage-banner-text h2{

    font-size: 36px;
    line-height: 42px;
}

.ar-inpage-banner-text a.button.hollow.nw-button--hollow-blue-light{
  width: 100%;

}


.ar-add-top-padding-graph{
  padding-top: 30px;
 
}

}

/*Super BIG Screen*/
@media print,screen and (min-width:1900px) {
    
    .ar-flex-right, .ar-flex-left-img, .ar-flex-left-img-svg, .ar-flex-right-img-svg{ 
      order: 1;
      min-height:700px;
      
    }

    .ar-flex-left, .ar-flex-right-content{
      display: flex; align-content: center; justify-content: center; flex-direction: column;
      font-size: 22px;
      
    }
    
    .ar-inpage-banner-text a.button.hollow.nw-button--hollow-blue-light{
      width: 70%;
    
    }

    
.ar-lead-text{
 
 bottom: 40px;
  
}


}