x@charset "UTF-8";
/* CSS Document */

.no-padding-bottom {
	padding-bottom: 0px !important;
}
.no-padding-top {
	padding-top: 0px !important;
}

.header-card {
	background: #fff;
	padding: 24px 24px 32px;
}

@media only screen and (min-width: 1280px)
.header-card {
    width: 58%;
    margin: -64px auto 32px calc(8% + 32px);
}

@media only screen and (min-width: 1024px)
.header-card {
    width: 65%;
    margin: -64px auto 0 calc(8% + 32px);
}

@media only screen and (min-width: 768px)
.header-card {
    padding: 32px;
    margin-left: 32px;
    margin-top: -64px;
    margin-bottom: 32px;
    width: 73%;
}
/*homepage styles*/
#left-color
	{
	background-image: url(../img/bg/light-blue.jpg);
	background-size: 65%;
	background-repeat: repeat-y;
	}

#left-Teal
	{
	background-image: url(../img/bg/Teal.jpg);
	background-size: 65%;
	background-repeat: repeat-y;
	}

#left-Plum
	{
	background-image: url(../img/bg/DeepPlum.jpg);
	background-size: 65%;
	background-repeat: repeat-y;
	}

#left-Blurple
	{
	background-image: url(../img/bg/MidnightBlurple.jpg);
	background-size: 65%;
	background-repeat: repeat-y;
	}

#left-Qblue
	{
	background-image: url(../img/bg/Q-blue.jpg);
	background-size: 65%;
	background-repeat: repeat-y;
	}
#right-color
	{
	background-image: url(../img/bg/light-blue.jpg);
	background-size: 62%;
	background-repeat: repeat-y;
	background-position: right;
	}

#right-Plum
	{
	background-image: url(../img/bg/DeepPlum.jpg);
	background-size: 60%;
	background-repeat: repeat-y;
	background-position: right;
	}

#right-Blurple
	{
	background-image: url(../img/bg/MidnightBlurple.jpg);
	background-size: 60%;
	background-repeat: repeat-y;
	background-position: right;
	}
	
	#right-Qblue
	{
	background-image: url(../img/bg/Q-blue.jpg);
	background-size: 60%;
	background-repeat: repeat-y;
	background-position: right;
	}

	
#half-pattern
	{
	background-image: url(../img/bg/web-grey-monotone-square.png); 
	background-size: 50%;
	background-repeat: repeat-y;
	}
#right-pattern
	{
	background-image: url(../img/bg/web-grey-monotone-square.png); 
	background-size: 67.77%;
	background-repeat: repeat-y;
	background-position: right;
	}	

#left-pattern
	{
	background-image: url(../img/bg/web-grey-monotone-square.png); 
	background-size: 67.77%;
	background-repeat: repeat-y;
	}

@media (max-width: 2400px) {
	
}
@media (max-width: 1380px) {
	#right-color
	{
	background-image: url(../img/bg/light-blue.jpg);
	background-size: 64%;
	background-repeat: repeat-y;
	background-position: right;
	}
	
	
	#right-Qblue
	{
	background-image: url(../img/bg/Q-blue.jpg);
	background-size: 62%;
	background-repeat: repeat-y;
	background-position: right;
	}
}

@media (max-width: 400px) {
	.web-monotone {
	background-image: url(../img/bg/web-grey-monotone.png); 
	background-repeat: no-repeat; 
	background-position: 20px 20px;
	}
}
    @media (max-width: 400px) {
	.web-bg-monotone {
	background-image: url(../img/bg/web-grey-monotone.png); 
	background-repeat: no-repeat; 
	background-position: 20px 20px;
	}
}

@media (max-width: 1280px) {
	#left-pattern
	{
	background-size: 90%;
	background-repeat: repeat-y;
	}
	#half-pattern
	{
	background-size: 50%;
	background-repeat: repeat-y;
	}
	#right-pattern
	{
	background-size: 90%;
	background-repeat: repeat-y;
	}
	
}
@media (max-width: 992px) {
	#left-pattern
	{
	background-size: 100%;
	background-repeat: repeat-y;
	}
	#right-pattern
	{
	background-size: 100%;
	background-repeat: repeat-y;
	}
	#half-pattern
	{
	background-size: 100%;
	background-repeat: repeat-y;
	}
	
	#right-Qblue
	{
	background-size: 0%;
	background-repeat: repeat;
	}	
	#right-color
	{
	background-size: 100%;
	background-repeat: repeat;
	}
	
	#left-color
	{
	background-image: url(../img/bg/light-blue.jpg);
	background-size: 100%;
	background-repeat: repeat-y;
	}

}

.pi-line-divide {
	border-top: 1px solid #e7ecf1;
}

.uppercase-button {

text-transform: uppercase !important;
font-weight: 600 !important;
color: #199dd9 !important;
letter-spacing: 2px !important;
}

.uppercase-button:hover {
	color: #002e56 !important;
}
.uppercase-button-line {

text-transform: uppercase !important;
font-weight: 600 !important;
color: #f15a22 !important;
letter-spacing: 2px !important;
background-color: transparent !important;
border: 0px !important;
padding-bottom: 5px !important;
}

.uppercase-button-line:hover {
	color: #D3440F !important;
	padding-bottom: 5px !important;
}
.uppercase-button-line-white {

text-transform: uppercase !important;
font-weight: 600 !important;
color: #fff !important;
letter-spacing: 2px !important;
background-color: transparent !important;
border: 0px !important;
}

.uppercase-button-line-white:hover {
	color: #fff !important;
	border-bottom: solid 3px #fff !important;
	padding-bottom: 5px !important;
}

.linear-link-white{
    text-decoration: none;
    padding: 0.145em;
    /*margin: -0.125em;*/
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background-image: linear-gradient(transparent 0, rgba(255,255,255) 0);
    background-position-y: .85em;
    background-repeat: no-repeat;
    transition: background-position .25s ease-in-out;
	}

.linear-link-white:hover {
	background-position: 0;
}

.linear-link-blue{
    text-decoration: none;
    padding: 0.145em;
    /*margin: -0.125em;*/
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background-image: linear-gradient(transparent 0, rgba(55,180,181, 0.8) 0);
    background-position-y: .85em;
    background-repeat: no-repeat;
    transition: background-position .25s ease-in-out;
	}

.linear-link-blue:hover {
	background-position: 0;
}
	
.linear-title-white {
    text-decoration: none;
    padding: 0.145em;
    /*margin: -0.125em;*/
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background-image: linear-gradient(transparent 0, rgba(255,255,255) 0);
    background-position-y: .85em;
    background-repeat: no-repeat;
    
	}
.linear-title-yellow {
    text-decoration: none;
    padding: 0.145em;
    /*margin: -0.125em;*/
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background-image: linear-gradient(transparent 0, rgba(255,194,14) 0);
    background-position-y: .85em;
    background-repeat: no-repeat;
}

.linear-title-green {
    text-decoration: none;
    padding: 0.145em;
    /*margin: -0.125em;*/
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background-image: linear-gradient(transparent 0, rgba(255,194,14) 0);
    background-position-y: .85em;
    background-repeat: no-repeat;
    
	}
.linear-title-blue {
    text-decoration: none;
    padding: 0.145em;
    /*margin: -0.125em;*/
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background-image: linear-gradient(transparent 0, rgba(25,157,217) 0);
    background-position-y: .85em;
    background-repeat: no-repeat;
    
	}

.linear-title-navy {
    text-decoration: none;
    padding: 0.145em;
    /*margin: -0.125em;*/
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background-image: linear-gradient(transparent 0, rgba(0,46,86) 0);
    background-position-y: .85em;
    background-repeat: no-repeat;
    
	}
.linear-title-teal {
    text-decoration: none;
    padding: 0.145em;
    /*margin: -0.125em;*/
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background-image: linear-gradient(transparent 0, rgba(55,181,180) 0);
    background-position-y: .85em;
    background-repeat: no-repeat;
    
	}
.linear-title-base {
    text-decoration: none;
    padding: 0.145em;
    /*margin: -0.125em;*/
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    background-image: linear-gradient(transparent 0, rgba(48,53,132) 0);
    background-position-y: .85em;
    background-repeat: no-repeat;
    
	}

/* careers page styles */

	
.whr-items, .whr-dept, .whr-location, .whr-date {
		list-style: none;
	
	}
.whr-group {
		font-size: 18px;
		font-weight: 600;
		color: #002e56 !important;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
.whr-title {
		font-weight: 300;
		font-size: 18px;
		
	}
	.whr-item {
		display: table-cell;
		width: 373px;
		margin-right: 20px;
		padding-right: 10px;
		
	}
.whr-dept, .whr-location, .whr-date {
	font-size: 16px;
	}

/* for 980px or less */
@media screen and (max-width: 980px) {
	.whr-item {
		width: 560px;
		display: table-cell;
	}
}

/* for 700px or less */
@media screen and (max-width: 600px) {
	.whr-item {
		width: 1120px;
		display: inline;
	}

}

/* for 480px or less */
@media screen and (max-width: 480px) {

	.whr-item {
		width: 1120px;
		display: inline;
	}


}

/* page nav changes on resources page */
.pi-filter ul {
  list-style: none;
  padding-left: 0;
	
}
.pi-filter li {
  display: inline-block;
}
.pi-filter a {
  display: inline-block;
  text-decoration: none !important;
  padding: 6px 12px 6px;
  line-height: 1.5em;
  font-size: 16px;
  vertical-align: middle;
  outline: none;
  cursor: pointer;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.pi-filter a:focus {
  outline: none;
}
.pi-filter a:hover,
.pi-filter a:focus {
  text-decoration: none;
}
.pi-section-white .pi-filter a {
  background: transparent !important;
  color: #002e56;
	
	
}
.pi-section-white .pi-filter a:hover {
  color: #199dd9 !important;
  background: #fff;
  border-bottom: solid 3px #199dd9 !important;
  padding-bottom: 5px !important;
	
}
.pi-section-white .pi-filter a.pi-active {
  background: #FFF;
  color: #002e56 !important;
  border-bottom: solid 3px #002e56 !important;
  padding-bottom: 5px !important;	
	
}
.pi-section-white .pi-filter a.pi-active:hover {
  background: #FFF;
  color: #199dd9 !important;
	
}


/* stupid styles */
.stupid-row {
	float:left;
	width:100%;
}
.float-left {
    float:left;
}
.details {
	background-image:url('../img_external/12weeks/12weeks-bg-blue.jpg');
	background-position:center;
	background-repeat:repeat-y;
	background-size:contain;
}
@media (max-width: 1119px){
	.details {
		background-image:none;
	}
}
@media (min-width: 768px){
    .desktop-slide {
        display:block;
    }
    .mobile-slide {
        display:none !important;
    }
}
@media (max-width: 767px){
    .desktop-slide {
        display:none !important;
    }
    .mobile-slide {
        display:block;
        padding:0 20px;
    }
    .pi-slider-pagination {
        display:none !important;
    }
}
@media (max-width: 600px){
    .pi-slider-arrow-left {
        display:block !important;
        top:100% !important;
        left:30% !important;
    }
    .pi-slider-arrow-right {
        display:block !important;
        top:100% !important;
        right:30% !important;
    }
}

/* AddThis Social Share */
.addthis_counter {
    display:none !important;
}
/* Subscribe2 */
#s2_form_widget-6 .search {
    padding:2% 2% 1% 5%;
    border:1px solid rgb(221, 221, 221);
}
#s2_form_widgebt-6 p {
    margin-bottom:10px;
}
#s2email {
    width:96% !important;
    height:30px !important;
    border:solid 1px #ccc !important;
    padding:2% !important;
}
label[name="subscribe"] {
    display:none !important;
}
input[name="subscribe"] {
    background-color:#199DD9 !important;
    border:solid 1px #199DD9 !important;
    width:40% !important;
    height:30px !important;
    color:#ffffff !important;
}
input[name="unsubscribe"] {
    background-color:#ffffff !important;
    border:none !important;
    width:40% !important;
    height:30px !important;
    color:#199dd9 !important;
}

/* GENERAL */
.mobile-ipad {
    display:none;
}
.break-ipad {
    display:none;
}
.float-left {
    float:left;
}
.pi-section-dark .pi-simple-menu > li:hover {
}
.no-hover:hover, .no-hover span:hover {
    color:#BFC8CD !important;
}
.pi-social-icons-border {
	border:solid 1px #3b3e3f;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
}
.pi-social-icons-border a {
	background-color:#ffffff !important;
}
.pi-social-icons-border a:hover {
	background-color:#199DD9 !important;
}
.desktop-margin-right-30 {
    margin-right:30px;
}
.mobile-margin-top-20 {
    margin-top:0px !important;
}
#news .pi-slide h3 {
    padding:0 5%;
}
.pi-slide-img {
    width:30%;
    float:left;
    width:200px;
    height:40px;
    background-color:#D5D5D5;
}
.pi-slide-txt {
    width:40%;
    float:left;
    text-align:center;
}
.pi-slide-btn {
    width:30%;
    float:left;
}
.social-icons-custom, .social-icons-custom i {
    font-size:32px !important;
}
.vdh-mask {
    display:none !important;
}
.yellow i {
    color:#eae99f;
}
.grey i {
    color:#bdbdbd;
}
.blue i {
    color:#87c6eb;
}
.green i {
    color:#87eb9c;
}
.pi-icon-box-icon-custom i {
    color:#1dd999;
}
.divider-custom {
    width:76%;
    margin:0 12%;
    height:1px;
    background-color:#dedede;
}
.divider-custom-full {
    width:100%;
    height:1px;
    background-color:#dedede;
}
.active {
    display:block !important;
}
.desktop {
    display:block;
}
.mobile {
    display:none;
}
.nav-small {
    color:#303584 !important;
    font-size:16px !important;
}
.nav-big {
    color:#303584 !important;
    font-size:20px !important;
}
/*.login {
    background-color:#7abb64 !important;
    color:#ffffff !important;
}*/
.copyright-text li, .copyright-text a {
    font-size:11px !important;
    line-height:36px !important;
}
.copyright-text li {
    padding-right:15px !important;
}
.copyright-text a {
    padding-right:0px !important;
}
#container {
	position:inherit;
	height:auto;
	width:100%;
}

#rsvp-mobile {
	position:inherit;
	height:auto;
	width:100%;
}
#teal-mobile {
	position:inherit;
	height:auto;
	width:100%;
	background-image: url(../img/homepage-2018-header-2-04.png);
}

video {
    position:fixed;
    overflow:hidden;
    top:0;
    left:0;
    min-width:100%;
    min-height:100%;
}
#custom-message {
    position:relative;
    width:100%;
    height:100%;
    
    z-index:1;
    padding:70px 0;
}
.pi-col-sm-half {
    width:4.166675%;
    position:relative;
    min-height:1px;
    float:left;
}
.members-of h6 {
    float:left;
    margin:10px 20px 0 0;
}
.members-of img {
    float:left;
    margin:0 20px 20px 0;
}
.copyright-text .pi-row-lg .pi-full-height > li > a {
  line-height: 36px !important;
}
.pi-full-width {
    width:100% !important;
    text-align:center;
}
.width-100 {
    width:100% !important;
}
.pi-btn-custom {
    background:#ffffff !important;
    border:none !important;
    box-shadow:none !important;
    text-shadow:none !important;
}
.pi-btn-custom:hover {
    color:#586266 !important;
}
.fs18 {
    font-size:18px !important;
}
.coex-img {
    margin-right:-50% !important;
}
.second-party-img {
    margin-left:-60% !important;
}
.left-img {
    margin-left:-60% !important;
}
.right-img {
    margin-right:-60% !important;
}
.btn-width {
    width:180px !important;
    min-width:180px !important;
    text-align:center !important;
}
#step1-btnpre, #step3-btnnex {
    background-color:#ccc !important;
}
.ipadspecial {
    display:none !important;
}
/* iPad */
@media all and (device-width: 768px) and (device-height: 1024px) {
    .rtm .pi-gallery-item h4 {
        font-size:18px;
    }
    .mobile-ipad {
        display:block !important;
    }
    .desktop {
        display:none !important;
    }
    .how-we-do-it .pi-icon-box-icon img {
        margin-top:35px !important;
    }
    #container {
        position:inherit;
        height:auto;
        width:100%;
        background-color:#333;
        background-image:url(../img/bg-mobile-1.jpg);
        background-size:cover;
        background-position:center;
    }
	#teal-mobile {
        position:inherit;
        height:auto;
        width:100%;
        background-color:#333;
        background-image: url(../img/homepage-2018-header-2-04.png);
        background-size:cover;
        background-position:center;
    }
	
	#rsvp-mobile {
        position:inherit;
        height:auto;
        width:100%;
        background-color:#333;
        background-image:url(../img_external/gallery/mobile-boston.jpg);
        background-size:cover;
        background-position:center;
    }
	
    video {
        display:none !important;
    }
    .ipadspecial {
        display:block !important;
    }
}
@media (max-width: 1110px) {
    
}
@media (max-width: 1110px) {
    .break-ipad {
        display:none;
    }
    .desktop {
        display:block;
    }
    .ipad {
        display:none;
    }
    .mobile {
        display:none;
    }
    .no-mobile {
        display:none;
    }
    #custom-message {
    }
    #custom-message h1 {
      font-size:40px;
    }
    #custom-message h3 {
      font-size:24px;
    }
}
@media (max-width: 800px) {
    .rtm .pi-gallery-item h4 {
        font-size:14px;
    }
    .break-ipad {
        display:block;
        float:left;
        width:100%;
        height:10px;
    }
    .desktop {
        display:block;
    }
    .not-ipad {
        display:none !important;
    }
    .mobile {
        display:none;
    }
    .ipad {
        display:block !important;
    }
    #container {
        position:inherit;
        height:auto;
        width:100%;
        background-color:#333;
        background-image:url(../img/bg-mobile-hero.jpg);
        background-size:cover;
        background-position:center;
    }
	
	 #teal-mobile {
        position:inherit;
        height:auto;
        width:100%;
        background-color:#333;
        background-image:url(../img/teal-mobile-2-02.png);
        background-size:cover;
        background-position:center;
    }
	
	 #rsvp-mobile {
        position:inherit;
        height:auto;
        width:100%;
        background-color:#333;
        background-image:url(../img_external/gallery/mobile-boston.jpg);
        background-size:cover;
        background-position:center;
    }
	
    video {
        display:none !important;
    }
    #custom-message {
    }
    #custom-message h1 {
      font-size:32px;
    }
    #custom-message h3 {
      font-size:24px;
    }
}
@media (max-width: 600px) {
    .mobile-ipad {
        display:block !important;
    }
    .mobile-padding-top-40 {
        padding-top:40px !important;
    }
    .mobile-no-padding-bottom {
        padding-bottom:0px !important;
    }
    .pi-slider-arrow {
        /*display:none !important;*/
    }
    .testimonials p {
        font-size:14px;
    }
	.pi-list-with-icons-footer li {
        padding-left:0px !important;
    }
    .members-of {
        margin:0 0 40px 0;
    }
    .members-of h6 {
        width:100% !important;
        margin:10px 20px 0 0;
    }
    .members-of img {
        width:20% !important;
        margin:0 10px 10px 0;
    }
    .pi-copyright li {
        width:100% !important;
    }
    .desktop-margin-right-30 {
        margin-right:0px;
    }
    .mobile-margin-top-20 {
        margin-top:20px !important;
    }
    .desktop {
        display:none;
    }
    .mobile {
        display:block;
    }
    .page-title h1 {
        font-size:24px !important;
    }
    #step1, #step2, #step3 {
        display:block !important;
    }
    .copyright-text li, .copyright-text a {
        float:left !important;
        width:100%;
    }
    .copyright-text {
        padding:20px 0 !important;
    }
    h1 {
        font-size:48px !important;
    }
    h2 {
        font-size:36px !important;
    }
    #container {
        position:inherit;
        height:auto;
        width:100%;
        background-color:#333;
        background-image:url(../img/bg-mobile-hero.jpg);
        background-size:cover;
        background-position:center;
    }
	#teal-mobile {
        position:inherit;
        height:auto;
        width:100%;
        background-color:#333;
        background-image:url(../img/teal-mobile-2-02.png);
        background-size:cover;
        background-position:center;
    }
	
	#rsvp-mobile {
        position:inherit;
        height:auto;
        width:100%;
        background-color:#333;
        background-image:url(../img_external/gallery/mobile-boston.jpg);
        background-size:cover;
        background-position:center;
    }
	
    video {
        display:none !important;
    }
    #custom-message {
        padding:0;
    }
    #custom-message h1 {
        font-size:48px !important;
    }
    #custom-message h2, #custom-message h3 {
        font-size:20px !important;
    }
    .pi-icon-box {
        padding:0 20px;
    }
    .btn {
        text-align:center;
        width:100% !important;
        margin:0 0%;
    }
    .lead-32 {
        font-size:18px !important;
    }
    .no-mobile {
        display:none;
    }
    .btn-50 {
        width:50% !important;
    }
    .news-mobile {
        font-size:14px !important;
    }
    .coex-img {
        margin-right:0px !important;
    }
    .btn-step {
        width:50% !important;
        margin-bottom:20px;
    }
}

/* ROUNDABOUT SLIDER */
.roundabout-holder {
    padding:0px;
    margin:0 auto;
    height: 300px;
    width: 300px;
}
.roundabout-moveable-item {
    height:auto;
    width:300px;
    cursor:pointer;
    border:1px solid #cecece;
    display:block;
}
.roundabout-moveable-item img {
    height:100%;
    width:100%;
}
.roundabout-in-focus {
    cursor:auto;
}
#carousel li {
    height:auto;
    width:400px;
    box-shadow:0 0 10px #cecece;
    text-align:center;
    cursor:pointer;
    overflow:hidden;
    background:#fff;
    opacity:1!important;
}
#carousel li img {
    opacity:0.65;
}
#carousel li.roundabout-in-focus{
    cursor:default;
}
#carousel li.roundabout-in-focus img {
    opacity:1!important;
}

@media (max-width: 400px) {
   .roundabout-holder {
        width:300px !important;
    }
    .roundabout-moveable-item {
        height:200px !important;
        width:300px !important;
    }
    #carousel li {
        height:200px !important;
        width:300px !important;
    }
}

/* LOGO */
/*.pi-row-reducible .pi-row-block-logo {
    background-image:url(../img/oiq-logo-full.png);
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
    width:100px !important;
    height:100% !important;
    margin:10px 0;
}
.pi-row-reduced .pi-row-block-logo {
    background-image:url(../img/oiq-logo-q.png);
    background-position:center;
    background-repeat:no-repeat;
    background-size:contain;
    width:100px !important;
    height:46px !important;
    margin:10px 0;
}*/
.pi-row-reducible .pi-row-block-logo .oiq-logo-full {
    visibility:visible;
    opacity:1;
    transition-delay:0.5s;
}
.pi-row-reducible .pi-row-block-logo .oiq-logo-q {
    visibility:hidden;
    opacity:0;
    transition:visibility 0s linear 0.5s,opacity 0.5s linear;
}
.pi-row-reduced .pi-row-block-logo .oiq-logo-full {
    visibility:hidden;
    opacity:0;
    transition:visibility 0s linear 0.5s,opacity 0.5s linear;
}
.pi-row-reduced .pi-row-block-logo .oiq-logo-q {
    visibility:visible;
    opacity:1;
    transition-delay:0.5s;
}
.oiq-logo-full img {
    position:absolute;
    top:23px;
    left:40px;
    width:300px;
}
.oiq-logo-q img {
    position:absolute;
    top:8px;
    left:40px;
    width:150px;
}

/* CREATIVE SHOWCASE */
.creative-showcase .pi-img-overlay {
    text-align:center;
    padding:20px 0 20px 0;
}
.creative-showcase .pi-overlay-slide {
    background-color: transparent;
    background-image: linear-gradient(to bottom, rgba(19, 21, 25, 0.5) 0%, rgba(19, 21, 25, 0.7) 40%, rgba(19, 21, 25, 0.9) 100%);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: 0% 0%;
    background-clip: border-box;
    background-origin: padding-box;
    background-size: auto auto;
}

/* OPTIMIZED SHOPPER */
.ladies {
    position:relative;
    width:100%;
    height:auto;
    top:35%;
    background-color:#fff;
}
.lady1, .lady2, .lady3 {
    display:none;
    position:absolute;
    width:70px;
    height:70px;
    color:#ffffff;
    background-color:rgba(85, 170, 219, 0.8);
    text-align:center;
    -webkit-border-radius:35px;
    -moz-border-radius:35px;
    border-radius:35px;
    border:solid 2px #ffffff;
    line-height:70px;
    z-index:1;
    -webkit-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 10px 5px rgba(0,0,0,0.25);
}
.lady1:hover, .lady2:hover, .lady3:hover {
    cursor:pointer;
}
.lady1-desc, .lady2-desc, .lady3-desc {
    display:none;
    position:absolute;
    width:250px;
    height:250px;
    padding:40px 25px 0px 25px;
    color:#55aadb;
    background-color:rgba(255,255,255,1.0);
    text-align:center;
    -webkit-border-radius:125px;
    -moz-border-radius:125px;
    border-radius:125px;
    border:solid 2px #55aadb;
    z-index:2;
    line-height:24px;
    transition: opacity .15s ease-in-out;
    -moz-transition: opacity .15s ease-in-out;
    -webkit-transition: opacity .15s ease-in-out;
}
.lady1-close, .lady2-close, .lady3-close {
    display:none;
    position:absolute;
    z-index:3;
}
.lady1 {
    left:30%;
    top:280px;
}
.lady2 {
    left:0;
    right:0;
    top:280px;
    margin:0 auto;
}
.lady3 {
    right:30%;
    top:280px;
}
.lady1-desc {
    left:-95px;
    top:-2px;
}
.lady2-desc {
    left:-95px;
    top:-2px;
}
.lady3-desc {
    left:-95px;
    top:-2px;
}
.lady1-close {
    top:-115px;
    right:-85px;
}
.lady2-close {
    top:-115px;
    right:-85px;
}
.lady3-close {
    top:-115px;
    right:-85px;
}
.lady-close {
    text-decoration:underline;
}

/* RETAILER TARGETED MARKETING */
#step1, #step2, #step3 {
    display:none;
}
.pi-caption-bottom img {
    width:100% !important;
    height:auto !important;
    padding:0% 20% !important;
}
.pi-caption-bottom p {
    color:#ffffff;
}
.pi-col-sm-12 {
}

.icon-quote.flipped{
	-webkit-transform: rotate(180deg); /* Ch <36, Saf 5.1+, iOS, An =<4.4.4 */
      -ms-transform: rotate(180deg); /* IE 9 */
  transform: rotate(180deg);
  display: inline-block; 
}

/*_____ styles/css/blue/reset.css*/
/* Aura version: 1.8.6 */

/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-family: benton-sans;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}



.pi-text-yellow {
  color: #f0c43e !important;
}


.pi-section-teal {
  background-color: #03878c;
}

.pi-section-plum {
  background-color: #303584;
}



.pi-section-base {
  background-color: #1d1655;
}

.pi-section-location {
	background-color: #199DD9;
	width:auto;
	height: 1000px;
}



/*_____ styles/css/blue/scrollTopArrow.css*/
/* Aura version: 1.8.6 */

.pi-scroll-top-arrow {
  border-color: rgba(40, 46, 53, 0.5);
  background: rgba(40, 46, 53, 0.8);
  color: rgba(250, 250, 250, 0.5);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.pi-scroll-top-arrow:hover {
  border-color: #199DD9;
  background: #199DD9;
  color: #ffffff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}





.pi-btn-bl {
  background: #199DD9;
  border-radius:1px;
  padding:10px 40px 10px 40px;
  color: #fff !important;
  -webkit-box-shadow: inset 0 1px 0 #199DD9;
  -moz-box-shadow: inset 0 1px 0 #199DD9;
  box-shadow: inset 0 1px 0 #199DD9;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
}



/*_____ styles/css/blue/images.css*/
/* Aura version: 1.8.6 */

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





.pi-caption-icon {
  background: #199DD9;
  color: #fff;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.pi-caption-icon-small {
  width: 42px;
  height: 42px;
  font-size: 18px;
  line-height: 42px;
padding-top: 12px;
}



.pi-caption-icon:hover {
  background: #66c0fd;
}


/*_____ resources and case studies pages */

.pi-section-white .pi-img-caption {
	background: #fff;
	color: #199dd9;
	border:none;
	height: 100px !important;
	padding: 12px 0px !important;
}

.pi-section-white .pi-img-w:hover a.pi-img-caption {
  background: #fff;
  color: #002e56;
}


/*_____padding in between images*/


 .pi-gallery.pi-gallery-small-margins.pi-liquid-col-sm-1 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-sm-2 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-sm-3 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-sm-4 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-sm-5 .pi-gallery-item,
  .pi-gallery.pi-gallery-small-margins.pi-liquid-col-sm-6 .pi-gallery-item {
    padding: 10px;
  }
  
  .pi-gallery.pi-liquid-col-xs-1 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-xs-2 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-xs-3 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-xs-4 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-xs-5 .pi-gallery-item,
  .pi-gallery.pi-liquid-col-xs-6 .pi-gallery-item {
    padding: 0 3px;

  }
/*_____accordion*/


.pi-section-white .pi-accordion .pi-accordion-title a .pi-accordion-toggle {
  border-color: #199DD9;
  border-top-color: #199DD9;
  border:none;
  background: #FFF;
  color: #199DD9;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 #f8fafa;
  -moz-box-shadow: inset 0 1px 0 #f8fafa;
  box-shadow: inset 0 1px 0 #f8fafa;
}


.pi-section-white .pi-accordion .pi-accordion-title a:hover .pi-accordion-toggle {
  border-color: #dce3e3;
  border-top-color: #dce3e3;
  background: #FFF;
  color: #586266;
  text-shadow: 0 1px 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 #f8fafa;
  -moz-box-shadow: inset 0 1px 0 #f8fafa;
  box-shadow: inset 0 1px 0 #f8fafa;
}

.pi-section-white .pi-accordion .pi-accordion-item-active .pi-accordion-title a:hover .pi-accordion-toggle {
  background: #FFF;
  color: #586266;
}

.pi-section-white .pi-accordion .pi-accordion-item-active .pi-accordion-title a .pi-accordion-toggle {
  
  background: #FFF;
  color: #199DD9;
  
}
.pi-section-white .pi-accordion .pi-accordion-item-active .pi-accordion-title a:hover {
  color: #199DD9;
  text-shadow: transparent;
}
.rtm-logo-1 {
    background-image:url(../img/rtm-logos/petco.jpg) !important;
}
.rtm-logo-2 {
    background-image:url(../img/rtm-logos/cabelas.jpg) !important;
}

.pi-col-sm-9-timeline {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 30px !important;
width:75%;
float:left;
}


.vertical-line {
    border-left: 1px solid #DEE0E0;
	padding-left: 30px;
}
