/*
******
****** REMOVE OLD TEMPLATE ELEMENTS
******
*/
.breadcrumb-container,
p.txt-below-heading {display: none;}

/*
******
****** BASE STYLES FOR TYPOGRAPHY
******
*/

/* initial mobile font sizes */
.new-brand h1,
.new-brand h2,
.new-brand h3,
.new-brand h4,
.new-brand h5,
.new-brand h6 {
  font-family: 'Gilroy-regular',arial,sans-serif !important;
  letter-spacing: normal !important;
  color: #2a3a42;
  font-weight: 900 !important;
  padding-bottom: 0;
  text-align: unset;
}

.new-brand h1.sans-black,
.new-brand h2.sans-black,
.new-brand h3.sans-black,
.new-brand h4.sans-black,
.new-brand h5.sans-black,
.new-brand h6.sans-black {
  font-family: 'Gilroy-black',arial,sans-serif !important;
  letter-spacing: .033em !important;
}
.new-brand h1.jumbo {
  font-size: 60px;
  line-height: 68px;
}
.new-brand h1 {
  font-size: 39px;
  line-height: 45px;
}



.new-brand h2 {
  font-size: 35px;
  line-height: 45px;
}
.new-brand h3 {
  font-size: 32px;
  line-height: 38px;
}
.new-brand h4 {
  font-size: 30px;
  line-height: 36px;
}
.new-brand h5 {
  font-size: 26px;
  line-height: 32px;
}
.new-brand h6 {
  font-size: 17px;
  line-height: 26px;
}
.new-brand p,
.new-brand ul,
.new-brand ol {
  font-size: 17px !important;
  line-height: 26px !important;
  font-weight: 300 !important;
  color: #333333;
  margin-left: 0;
  list-style-type: none;
  text-align: unset;
}
.new-brand ul li,
.new-brand ol li {
  line-height: 1.5em !important;
  margin-bottom: .25em !important;
}
.new-brand ol {
  list-style-type: decimal;
  margin-left: 1em;
}
/* use hyphens for bullets */
.new-brand ul {
  margin-left: .7em;
}
.new-brand ul li {
  text-indent: -.7em;
}
.new-brand ul li::before {
  content: "\2013";
  text-indent: -5px;
  padding-right: 4px;
}
.new-brand p.bold {
  font-weight: 600 !important;
}
.new-brand p.tight-lheight {
  line-height: 1.5em !important;
}
.new-brand .heading-accent {
  display: inline-block;
  overflow: hidden;
  vertical-align: text-top;
  color: #64d96e;
}
.new-brand .small-title {
  font-size: 14px;
  line-height: 23px;
}

@media(min-width: 768px) {
  .new-brand h1.jumbo {
    font-size: 100px;
    line-height: 110px;
  }
  .new-brand h1 {
    font-size: 42px;
    line-height: 49px;
  }
  .new-brand h2 {
    font-size: 38px;
    line-height: 48px;
  }
  .new-brand h3 {
    font-size: 32px;
    line-height: 38px;
  }
  .new-brand h4 {
    font-size: 30px;
    line-height: 36px;
  }
  .new-brand h5 {
    font-size: 26px;
    line-height: 32px;
  }
  .new-brand h6 {
    font-size: 17px;
    line-height: 26px;
  }
  .new-brand p,
  .new-brand ul,
  .new-brand li {
    font-size: 17px !important;
    line-height: 26px !important;
  }
  .new-brand p.bold {
    font-weight: bold;
  }
  .new-brand .accent-left {
    border-left: 4px solid #64d96e;
  }
}
@media(min-width: 992px) {
  .new-brand h1.jumbo {
    font-size: 100px;
    line-height: 110px;
  }
  .new-brand h1 {
    font-size: 46px;
    line-height: 52px;
  }
  .new-brand h2 {
    font-size: 42px;
    line-height: 54px;
  }
  .new-brand h3 {
    font-size: 36px;
    line-height: 42px;
  }
  .new-brand h4 {
    font-size: 36px;
    line-height: 42px;
  }
  .new-brand h5 {
    font-size: 26px;
    line-height: 32px;
  }
  .new-brand h6 {
    font-size: 17px;
    line-height: 26px;
  }
  .new-brand p,
  .new-brand ul,
  .new-brand li {
    font-size: 17px !important;
    line-height: 26px !important;
  }
  .new-brand p.bold {
    font-weight: bold;
  }
}
@media(min-width: 1200px) {
  .new-brand h1.jumbo {
    font-size: 100px;
    line-height: 110px;
  }
  .new-brand h1 {
    font-size: 60px;
    line-height: 68px;
  }
  .new-brand h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .new-brand h3 {
    font-size: 38px;
    line-height: 43px;
  }
  .new-brand h4 {
    font-size: 36px;
    line-height: 40px;
  }
  .new-brand h5 {
    font-size: 30px;
    line-height: 35px;
  }
  .new-brand h6 {
    font-size: 21px;
    line-height: 26px;
  }
  .new-brand p,
  .new-brand ul,
  .new-brand li {
    font-size: 19px !important;
    line-height: 28px !important;
  }
  .new-brand p.bold {
    font-weight: bold;
  }
}


/*
******
****** BUTTON STYLES
******
*/
@media(max-width: 767px) {
	
	.longH1-xs {
  font-size: 37px !important;
  line-height: 40px !important;
}
	
  .new-brand .button-xs {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    font-weight: 600;

    text-decoration: none;
    color: #ffffff;
    background-color: #2a3a42;
    border: 1px solid #2a3a42;

    display: table; /* forces button onto new-line without div wrapper */
    min-width: 120px;
    padding: 14px 29px;
    margin: 25px 15px 15px; /* left margin overriden in masthead styles for 1st button in group */
    border-radius: 6px;
  }
  .new-brand .button-xs:hover,
  .new-brand .button-xs:active,
.new-brand .button-xs:focus  {
    background-color: transparent;
    color: #2a3a42;
    border: 1px solid #2a3a42;
  }
}



@media(max-width: 370px) {
	
	.longH1-xs {
  font-size: 31px !important;
  line-height: 35px !important;
}
	
}

.new-brand .button {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-weight: 600;

  text-decoration: none;
  color: #ffffff;
  background-color: #2a3a42;
  border: 1px solid #2a3a42;

  display: inline-block;
  min-width: 120px;
  padding: 14px 29px;
  margin: 25px 15px 15px; /* left margin overriden in masthead styles for 1st button in group */
  border-radius: 6px;
}

/*
* Prevents indenting of 1st button on new line
* Also fixes centering of buttons by removing margin on first and last buttons equally
*/
.new-brand div .button:first-of-type,
.new-brand div .button-xs:first-of-type {
  margin-left: 0;
}
.new-brand div .button:last-of-type,
.new-brand div .button-xs:last-of-type {
  margin-right: 0;
}

.new-brand .button-solid-dark {
  background-color: #2a3a42;
  border: 1px solid #2a3a42;
  color: #ffffff;
  transition: all .4s ease 0s, visibility 0s;
}
.new-brand .button-solid-dark:hover,
.new-brand .button-solid-dark:active,
.new-brand .button-solid-dark:focus {
  background-color: transparent;
  color: #2a3a42;
  border: 1px solid #2a3a42;
}

.new-brand .button-solid-light {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #2a3a42;
  transition: all .4s ease 0s, visibility 0s;
}
.new-brand .button-solid-light:hover,
.new-brand .button-solid-light:active,
.new-brand .button-solid-light:focus {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
}

.new-brand .button-line-dark {
  color: #2a3a42;
  border: 1px solid #2a3a42;
  background-color: transparent;
  transition: all .4s ease 0s, visibility 0s;
}
.new-brand .button-line-dark:hover,
.new-brand .button-line-dark:active,
.new-brand .button-line-dark:focus {
  color: #ffffff;
  border: 1px solid #2a3a42;
  background-color: #2a3a42;
		font-family: "Gilroy-black", sans-serif;
}

.new-brand .button-line-light {
  color: #ffffff;
  border: 1px solid #ffffff;
  background-color: transparent;
  transition: all .4s ease 0s, visibility 0s;
	font-family: "Gilroy-black", sans-serif;
}
.new-brand .button-line-light:hover,
.new-brand .button-line-light:active,
.new-brand .button-line-light:focus {
  color: #2a3a42;
  border: 1px solid #ffffff;
  background-color: #ffffff;
	font-family: "Gilroy-black", sans-serif;
}


/*
******
****** HEADERS / MASTHEADS
******
*/
.new-brand .header-masthead {
  position: relative; /*needed for centering content*/
}

.new-brand .header-center {
  text-align: center;
}

/* use heavier "Guardian Sans Web-Black for masthead headings" */
.new-brand .header-masthead h1 {
  font-family: 'Gilroy-black',arial,sans-serif !important;
  letter-spacing: .033em !important;
}

/* unique style for h2 in masthead for SEO benefit but appears visually more like body copy */





/*
  Prevent long headlines in mastheads from being cutoff.
  Allow space to resize based on content
*/
@media(max-width: 767px) {
  .new-brand .header-masthead .long-copy .display-center,
  .new-brand .header-masthead .long-copy .display-center-left {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 100%;
    padding: 40px 0 20px 0;
  }
	
	
	.header-masthead h5 {
    font-size: 18px !important;
    font-weight: 600 !important;
	padding-bottom: 10px !important;
}
	
}

/* positioning of down arrow that links masthead to page intro copy */
#scrollDownArrowSpot {
    bottom: 40px !important;
    height: 23px;
    left: 50%;
    margin-left: -32px;
    margin-top: -23px;
    position: absolute !important;
    right: auto;
    width: 63px;
}

#scrollDownArrowSpot a{
	display: inline-block;
}

#scrollDownArrowSpot a:focus {
	outline: 1px solid rgba(255,255,255,.5) !important;
	outline-offset: 5px;
}
/* ensure link coves full arrow image */
#scrollDownArrowSpot img {display: block;}

/*
******
****** FEATURED RESOURCE
******
*/
.new-brand .feat-resource {
  position: relative; /*needed for centering content*/
}

.new-brand .feat-height {
  height: 70vh;
}


/*
******
****** SOLUTIONS LIST
******
*/

/* add orange |(pipe) before headings */
.new-brand .solutions-list22 h5 {
  font-size: 22px;
  line-height: 26px;
}
@media(min-width: 768px) {
  .new-brand .solutions-list22 h5 {
    padding-left: 10px;
    border-left: 2px solid #64d96e;
  }
}


/* center h2 heading and allow for background color */
.new-brand .solutions-list h3 {
  display: inline-block;
  padding: 5px 20px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.new-brand .solutions-list p {
  font-size: 17px !important;
  line-height: 24px !important;
  margin-top: 10px !important;
}

/*
******
****** SHORT DIVIDER 1 & 2 COLUMNS
******
*/

@media(min-width: 768px) {
  /* row needs to be relative for button positioning */
  .new-brand .short-divider-row {
    position: relative
  }

  /* position column with button so that it aligns with bottom of copy column */
  .new-brand .short-divider-button {
    position: absolute;
    bottom: 10px;
    right: 0;
  }
}

/*
******
****** MOSAIC - FEATURED SOLUTIONS (L2)
******
******
*/
.new-brand .solutions-mosaic figure {
  margin: 0;
}

.new-brand .solutions-mosaic figure img{
  height: auto;
  margin: 0;
  display: block;
  width: 100%;
}
.new-brand .solutions-mosaic figcaption {
  font-style: normal;
}
.new-brand .solutions-mosaic figcaption .solution-front {
  display: none;
}
.new-brand .solutions-mosaic figcaption .solution-rollover {
  padding: 40px;
}

/* Add hover/active functionality for mosaic tablet and above*/
@media(min-width: 768px) {
  .new-brand .solutions-mosaic figure {
    overflow: hidden;
    margin: 0;
    background: #000000;
  }

  .new-brand .solutions-mosaic figure img{
    position: relative;
    -webkit-transition: opacity 1s,-webkit-transform .5s;
    transition: opacity 1s,transform .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1; /* removing opacity for now due to low contrast images */
    -webkit-transform: scale3d(1.025,1.025,1);
    -ms-transform: scale3d(1.025,1.025,1);
    transform: scale3d(1.025,1.025,.1);
  }

  .new-brand .solutions-mosaic .solution-op50{ opacity: .50; }
  .new-brand .solutions-mosaic .solution-op55{ opacity: .55; }
  .new-brand .solutions-mosaic .solution-op60{ opacity: .60; }
  .new-brand .solutions-mosaic .solution-op65{ opacity: .65; }
  .new-brand .solutions-mosaic .solution-op70{ opacity: .70; }
  .new-brand .solutions-mosaic .solution-op75{ opacity: .75; }
  .new-brand .solutions-mosaic .solution-op80{ opacity: .80; }
  .new-brand .solutions-mosaic .solution-op85{ opacity: .85; }
  .new-brand .solutions-mosaic .solution-op90{ opacity: .90; }
  .new-brand .solutions-mosaic .solution-op95{ opacity: .95; }

  .new-brand .solutions-mosaic figcaption {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .4s ease 0s;
  }
  .new-brand .solutions-mosaic figcaption:hover,
  .new-brand .solutions-mosaic figcaption:active,
.new-brand .solutions-mosaic figcaption:focus  {
    background: rgba(255,255,255,.9);
  }


  /* center align initial copy and rollover copy */
  .new-brand .solutions-mosaic figcaption .solution-front,
  .new-brand .solutions-mosaic figcaption .solution-rollover {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
  .new-brand .solutions-mosaic figcaption:hover .solution-front,
  .new-brand .solutions-mosaic figcaption:active .solution-front,
.new-brand .solutions-mosaic figcaption:focus .solution-front  {
    visibility: hidden;
  }
  /* rollover copy hidden until hover */
  .new-brand .solutions-mosaic figcaption .solution-rollover {
    width: 100%;
    max-width: 350px;
    padding: 20px;
    visibility: hidden;
  }
  .new-brand .solutions-mosaic figcaption:hover .solution-rollover,
  .new-brand .solutions-mosaic figcaption:active .solution-rollover,
.new-brand .solutions-mosaic figcaption:focus .solution-rollover  {
    visibility: visible;
  }


  .new-brand .solutions-mosaic span.button:hover,
.new-brand .solutions-mosaic span.button:focus  {
	cursor: pointer;
}

	.new-brand .solutions-mosaic .solution-link-overlay {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		color: transparent;
		opacity: 0;
	}
}

/* add col-xl-3 25% width column for 1600px and above */
@media(min-width: 1600px) {
  .new-brand .solutions-mosaic .widthOverride {
    max-width: 1920px !important;
  }
  .new-brand .solutions-mosaic .mosaic-col-xl-3 {
    width: 25%;
  }
}



/*
******
****** MOSAIC - FEATURED RESOURCES MOSAIC (L2)
****** STYLE 1 - description visible on hover
******
*/
.new-brand .feature-mosaic-style-1 figure img{
  display: block;
  height: auto;
  margin: 0;
  width: 100%;
  overflow: hidden;
}

.new-brand .feature-mosaic-style-1 .mosaic-width {
  max-width: 1140px;
  margin: 0 auto;
}

@media(min-width: 768px) {
  .new-brand .feature-mosaic-style-1 figure {
    overflow: hidden;
    margin: 0;
    background: #000000;
  }
  .new-brand .feature-mosaic-style-1 figure img{
    position: relative;
    -webkit-transition: opacity 1s,-webkit-transform .5s;
    transition: opacity 1s,transform .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: .8; /* removing opacity for now due to low contrast images */
    -webkit-transform: scale3d(1.025,1.025,1);
    -ms-transform: scale3d(1.025,1.025,1);
    transform: scale3d(1.025,1.025,.1);
  }
}

@media(min-width: 992px) {
  .new-brand .feature-mosaic-style-1 figure:hover img,
.new-brand .feature-mosaic-style-1 figure:focus img  {
    opacity: 1; /* removing opacity for now due to low contrast images */
    -webkit-transform: scale3d(1.15,1.15,1);
    -ms-transform: scale3d(1.15,1.15,1);
    transform: scale3d(1.15,1.15,.1);
  }
}

.new-brand .feature-mosaic-style-1 figcaption {
  font-style: normal;
  padding: 20px;
}

@media(min-width: 768px) {
  .new-brand .feature-mosaic-style-1 figcaption {
    position: absolute;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media(min-width: 992px) {
  .new-brand .feature-mosaic-style-1 figcaption {
    transition: all .4s ease 0s;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
  }
  /*
  .new-brand .feature-mosaic-style-1 figure.figure-1 figcaption {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  /*
  .new-brand .feature-mosaic-style-1 figure.figure-2 figcaption {
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    transform: none;
  }
  .new-brand .feature-mosaic-style-1 figure.figure-3 figcaption,
  .new-brand .feature-mosaic-style-1 figure.figure-4 figcaption {
    top: 100px;
    -webkit-transform: none;
    transform: none;
  }
  */

  .new-brand .feature-mosaic-style-1 figure:hover figcaption {
    /*transform: translateY(0px);*/
  }
}

@media(min-width: 1600px) {
  .new-brand .feature-mosaic-style-1 .mosaic-width {
    max-width: 1260px;
    margin: 0 auto;
  }
  .new-brand .feature-mosaic-style-1 figcaption {
    padding: 30px;
  }
}

@media(min-width: 1700px) {
  .new-brand .feature-mosaic-style-1 .mosaic-width {
    max-width: 1320px;
  }
}


/*
@media(min-width: 768px) {.new-brand .feature-mosaic-style-1 figcaption {padding: 60px 30px;}}
@media(min-width: 992px) {.new-brand .feature-mosaic-style-1 figcaption {padding: 20px 15px;}}
@media(min-width: 1450px) {.new-brand .feature-mosaic-style-1 figcaption {padding: 60px 60px;}}
@media(min-width: 1800px) {.new-brand .feature-mosaic-style-1 figcaption {padding: 80px 60px;}}
*/

.new-brand .feature-mosaic-style-1 figcaption h6 {
  padding-bottom: 8px; /*default padding of .4em was causing half-pixel gaps after transform()*/
}

.new-brand .feature-mosaic-style-1 figcaption h5 {
  display: inline-block;
  padding: 0 0 8px 0;
  word-spacing: 0;
  text-align: left;
  letter-spacing: -.01em;
}

.new-brand .feature-mosaic-style-1 figcaption p.thumb-description {
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media(min-width: 768px) {
  .new-brand .feature-mosaic-style-1 figcaption h5 {
    display: block;
    background: rgba(255,255,255,.8);
    padding: 8px 10px 8px 10px;
  }
  .new-brand .feature-mosaic-style-1 figcaption h6 {
    color: #ffffff;
    padding-left: 10px;
  }
  .new-brand .feature-mosaic-style-1 figcaption p.thumb-description {
    padding: 0 10px 7px 10px;
    font-weight: 500 !important;
    background: rgba(255,255,255,.8);
    text-transform: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 100%;
    opacity: 0;
    font-size: 18px !important;
    line-height: 1.3em !important;
  }

  /*  link is stretched to cover entire figure area on tablet and above.
      Appears as a button on mobile with .button-xs class
  */
  .new-brand .feature-mosaic-style-1 figcaption a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    opacity: 0;
  }
}


@media(min-width: 768px) and (max-width: 991px) {
  /* make height of first resource closer to others that fall after it on tablet */
  .new-brand .feature-mosaic-style-1 .figure-1 {
    max-height: 400px;
  }
  .new-brand .feature-mosaic-style-1 figure img {
    opacity: .8;
  }
  /* always displays description on tablet */
  .new-brand .feature-mosaic-style-1 figcaption p.thumb-description {
    opacity: 1;
  }

  /* vertically center captions on tablet
  .new-brand .feature-mosaic-style-1 figcaption {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all .4s ease 0s;
  }*/
}

@media(min-width: 992px) {
  .new-brand .feature-mosaic-style-1 figure:hover p.thumb-description,
.new-brand .feature-mosaic-style-1 figure:focus p.thumb-description  {
    opacity: 1;
  }
}

@media(min-width: 992px) and (max-width: 1365px) {
  /* hide hover description on small desktop screens as it will not fit
  .new-brand .feature-mosaic-style-1 figure.figure-3 figcaption p.thumb-description,
  .new-brand .feature-mosaic-style-1 figure.figure-4 figcaption p.thumb-description {
    display: none;
  }*/
  .new-brand .feature-mosaic-style-1 figcaption {
    padding: 20px 15px;
  }
}

@media(min-width: 1200px) {
  .new-brand .feature-mosaic-style-1 figure:hover figcaption p.thumb-description,
  .new-brand .feature-mosaic-style-1 figure:focus figcaption p.thumb-description, {
    opacity: 1;
    -webkit-transition: opacity .55s;
    transition: opacity .55s;
  }
}

@media(max-width: 767px) {
.new-brand .feature-mosaic-style-1 figcaption.width30-xs { width: 30%; }
.new-brand .feature-mosaic-style-1 figcaption.width35-xs { width: 35%; }
.new-brand .feature-mosaic-style-1 figcaption.width40-xs { width: 40%; }
.new-brand .feature-mosaic-style-1 figcaption.width45-xs { width: 45%; }
.new-brand .feature-mosaic-style-1 figcaption.width50-xs { width: 50%; }
.new-brand .feature-mosaic-style-1 figcaption.width55-xs { width: 55%; }
.new-brand .feature-mosaic-style-1 figcaption.width60-xs { width: 60%; }
.new-brand .feature-mosaic-style-1 figcaption.width65-xs { width: 65%; }
.new-brand .feature-mosaic-style-1 figcaption.width70-xs { width: 70%; }
.new-brand .feature-mosaic-style-1 figcaption.width75-xs { width: 75%; }
.new-brand .feature-mosaic-style-1 figcaption.width80-xs { width: 80%; }
.new-brand .feature-mosaic-style-1 figcaption.width85-xs { width: 85%; }
.new-brand .feature-mosaic-style-1 figcaption.width90-xs { width: 90%; }
.new-brand .feature-mosaic-style-1 figcaption.width95-xs { width: 95%; }
.new-brand .feature-mosaic-style-1 figcaption.width100-xs { width: 100%; }
}
@media(min-width: 768px) {
  .new-brand .feature-mosaic-style-1 figcaption.width30-sm { width: 30%; }
  .new-brand .feature-mosaic-style-1 figcaption.width35-sm { width: 35%; }
  .new-brand .feature-mosaic-style-1 figcaption.width40-sm { width: 40%; }
  .new-brand .feature-mosaic-style-1 figcaption.width45-sm { width: 45%; }
  .new-brand .feature-mosaic-style-1 figcaption.width50-sm { width: 50%; }
  .new-brand .feature-mosaic-style-1 figcaption.width55-sm { width: 55%; }
  .new-brand .feature-mosaic-style-1 figcaption.width60-sm { width: 60%; }
  .new-brand .feature-mosaic-style-1 figcaption.width65-sm { width: 65%; }
  .new-brand .feature-mosaic-style-1 figcaption.width70-sm { width: 70%; }
  .new-brand .feature-mosaic-style-1 figcaption.width75-sm { width: 75%; }
  .new-brand .feature-mosaic-style-1 figcaption.width80-sm { width: 80%; }
  .new-brand .feature-mosaic-style-1 figcaption.width85-sm { width: 85%; }
  .new-brand .feature-mosaic-style-1 figcaption.width90-sm { width: 90%; }
  .new-brand .feature-mosaic-style-1 figcaption.width95-sm { width: 95%; }
  .new-brand .feature-mosaic-style-1 figcaption.width100-sm { width: 100%; }
}
@media(min-width: 992px) {
  .new-brand .feature-mosaic-style-1 figcaption.width30-md { width: 30%; }
  .new-brand .feature-mosaic-style-1 figcaption.width35-md { width: 35%; }
  .new-brand .feature-mosaic-style-1 figcaption.width40-md { width: 40%; }
  .new-brand .feature-mosaic-style-1 figcaption.width45-md { width: 45%; }
  .new-brand .feature-mosaic-style-1 figcaption.width50-md { width: 50%; }
  .new-brand .feature-mosaic-style-1 figcaption.width55-md { width: 55%; }
  .new-brand .feature-mosaic-style-1 figcaption.width60-md { width: 60%; }
  .new-brand .feature-mosaic-style-1 figcaption.width65-md { width: 65%; }
  .new-brand .feature-mosaic-style-1 figcaption.width70-md { width: 70%; }
  .new-brand .feature-mosaic-style-1 figcaption.width75-md { width: 75%; }
  .new-brand .feature-mosaic-style-1 figcaption.width80-md { width: 80%; }
  .new-brand .feature-mosaic-style-1 figcaption.width85-md { width: 85%; }
  .new-brand .feature-mosaic-style-1 figcaption.width90-md { width: 90%; }
  .new-brand .feature-mosaic-style-1 figcaption.width95-md { width: 95%; }
  .new-brand .feature-mosaic-style-1 figcaption.width100-md { width: 100%; }
}
@media(min-width: 1200px) {
  .new-brand .feature-mosaic-style-1 figcaption.width30-lg { width: 30%; }
  .new-brand .feature-mosaic-style-1 figcaption.width35-lg { width: 35%; }
  .new-brand .feature-mosaic-style-1 figcaption.width40-lg { width: 40%; }
  .new-brand .feature-mosaic-style-1 figcaption.width45-lg { width: 45%; }
  .new-brand .feature-mosaic-style-1 figcaption.width50-lg { width: 50%; }
  .new-brand .feature-mosaic-style-1 figcaption.width55-lg { width: 55%; }
  .new-brand .feature-mosaic-style-1 figcaption.width60-lg { width: 60%; }
  .new-brand .feature-mosaic-style-1 figcaption.width65-lg { width: 65%; }
  .new-brand .feature-mosaic-style-1 figcaption.width70-lg { width: 70%; }
  .new-brand .feature-mosaic-style-1 figcaption.width75-lg { width: 75%; }
  .new-brand .feature-mosaic-style-1 figcaption.width80-lg { width: 80%; }
  .new-brand .feature-mosaic-style-1 figcaption.width85-lg { width: 85%; }
  .new-brand .feature-mosaic-style-1 figcaption.width90-lg { width: 90%; }
  .new-brand .feature-mosaic-style-1 figcaption.width95-lg { width: 95%; }
  .new-brand .feature-mosaic-style-1 figcaption.width100-lg { width: 100%; }
}
@media(min-width: 1600px) {
  .new-brand .feature-mosaic-style-1 figcaption.width30-xl { width: 30%; }
  .new-brand .feature-mosaic-style-1 figcaption.width35-xl { width: 35%; }
  .new-brand .feature-mosaic-style-1 figcaption.width40-xl { width: 40%; }
  .new-brand .feature-mosaic-style-1 figcaption.width45-xl { width: 45%; }
  .new-brand .feature-mosaic-style-1 figcaption.width50-xl { width: 50%; }
  .new-brand .feature-mosaic-style-1 figcaption.width55-xl { width: 55%; }
  .new-brand .feature-mosaic-style-1 figcaption.width60-xl { width: 60%; }
  .new-brand .feature-mosaic-style-1 figcaption.width65-xl { width: 65%; }
  .new-brand .feature-mosaic-style-1 figcaption.width70-xl { width: 70%; }
  .new-brand .feature-mosaic-style-1 figcaption.width75-xl { width: 75%; }
  .new-brand .feature-mosaic-style-1 figcaption.width80-xl { width: 80%; }
  .new-brand .feature-mosaic-style-1 figcaption.width85-xl { width: 85%; }
  .new-brand .feature-mosaic-style-1 figcaption.width90-xl { width: 90%; }
  .new-brand .feature-mosaic-style-1 figcaption.width95-xl { width: 95%; }
  .new-brand .feature-mosaic-style-1 figcaption.width100-xl { width: 100%; }
}


/*
******
****** MOSAIC - FEATURED RESOURCES MOSAIC (L2)
****** STYLE 2 - title and description not displayed until hover
******
*/
.new-brand .feature-mosaic-style-2 figure img{
  display: block;
  height: auto;
  margin: 0;
  width: 100%;
  overflow: hidden;
}

.new-brand .feature-mosaic-style-2 .mosaic-width {
  max-width: 1360px;
  margin: 0 auto;
}

@media(min-width: 768px) {
  .new-brand .feature-mosaic-style-2 figure {
    overflow: hidden;
    margin: 0;
    background: #000000;
  }
  .new-brand .feature-mosaic-style-2 figure img{
    position: relative;
    -webkit-transition: opacity 1s,-webkit-transform .5s;
    transition: opacity 1s,transform .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 1; /* removing opacity for now due to low contrast images */
    -webkit-transform: scale3d(1.025,1.025,1);
    -ms-transform: scale3d(1.025,1.025,1);
    transform: scale3d(1.025,1.025,.1);
  }
}

@media(min-width: 992px) {
  .new-brand .feature-mosaic-style-2 figure:hover img{
    opacity: .5; /* removing opacity for now due to low contrast images */
    -webkit-transform: scale3d(1.15,1.15,1);
    -ms-transform: scale3d(1.15,1.15,1);
    transform: scale3d(1.15,1.15,.1);
  }
}

.new-brand .feature-mosaic-style-2 figcaption {
  font-style: normal;
  padding: 20px;
}

@media(min-width: 768px) {
  .new-brand .feature-mosaic-style-2 figcaption {
    position: absolute;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

@media(min-width: 992px) {
  .new-brand .feature-mosaic-style-2 figcaption {
    opacity: 0;
    transform: translateY(50px);
    transition: all .4s ease 0s;
  }
  .new-brand .feature-mosaic-style-2 figure:hover figcaption {
    opacity: 1;
    transform: translateY(0px);
  }
}

@media(min-width: 1600px) {
  .new-brand .feature-mosaic-style-2 figcaption {
    padding: 30px;
  }
}

@media(min-width: 1700px) {
  .new-brand .feature-mosaic-style-2 .mosaic-width {
    max-width: 1400px;
  }
}


/*
@media(min-width: 768px) {.new-brand .feature-mosaic-style-2 figcaption {padding: 60px 30px;}}
@media(min-width: 992px) {.new-brand .feature-mosaic-style-2 figcaption {padding: 20px 15px;}}
@media(min-width: 1450px) {.new-brand .feature-mosaic-style-2 figcaption {padding: 60px 60px;}}
@media(min-width: 1800px) {.new-brand .feature-mosaic-style-2 figcaption {padding: 80px 60px;}}
*/

.new-brand .feature-mosaic-style-2 figcaption h6 {
  padding-bottom: 8px; /*default padding of .4em was causing half-pixel gaps after transform()*/
}

.new-brand .feature-mosaic-style-2 figcaption h5 {
  display: inline-block;
  padding: 0 0 8px 0;
  word-spacing: 0;
  text-align: left;
  letter-spacing: -.01em;
}

.new-brand .feature-mosaic-style-2 figcaption p.thumb-description {
  display: inline-block;
  margin: 0;
  padding: 0;
}
@media(min-width: 768px) {
  .new-brand .feature-mosaic-style-2 figcaption h5 {
    display: block;
    padding: 0 10px 8px 0;
    color: #ffffff;
  }
  .new-brand .feature-mosaic-style-2 figcaption h6 {
    color: #ffffff;
  }
  .new-brand .feature-mosaic-style-2 figcaption p.thumb-description {
    padding: 0 10px 7px 0;
    color: #ffffff;
    text-transform: none;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    width: 100%;
  }

  /*  link is stretched to cover entire figure area on tablet and above.
      Appears as a button on mobile with .button-xs class
  */
  .new-brand .feature-mosaic-style-2 figcaption a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: transparent;
    opacity: 0;
  }
}


@media(min-width: 768px) and (max-width: 991px) {
  /* make height of first resource closer to others that fall after it on tablet */
  .new-brand .feature-mosaic-style-2 .figure-1 {
    max-height: 400px;
  }
  .new-brand .feature-mosaic-style-2 figure img {
    opacity: .6;
  }
  /* always displays description on tablet */
  .new-brand .feature-mosaic-style-2 figcaption p.thumb-description {
    opacity: 1;
  }
}

@media(min-width: 992px) and (max-width: 1365px) {
  /* hide hover description on small desktop screens as it will not fit */
  .new-brand .feature-mosaic-style-2 figure.figure-3 figcaption p.thumb-description,
  .new-brand .feature-mosaic-style-2 figure.figure-4 figcaption p.thumb-description {
    display: none;
  }
  .new-brand .feature-mosaic-style-2 figcaption {
    padding: 20px 15px;
  }
}

@media(min-width: 1200px) {
  .new-brand .feature-mosaic-style-2 figure:hover figcaption p.thumb-description {
    opacity: 1;
    -webkit-transition: opacity .55s;
    transition: opacity .55s;
  }
}

@media(max-width: 767px) {
.new-brand .feature-mosaic-style-2 figcaption.width30-xs { width: 30%; }
.new-brand .feature-mosaic-style-2 figcaption.width35-xs { width: 35%; }
.new-brand .feature-mosaic-style-2 figcaption.width40-xs { width: 40%; }
.new-brand .feature-mosaic-style-2 figcaption.width45-xs { width: 45%; }
.new-brand .feature-mosaic-style-2 figcaption.width50-xs { width: 50%; }
.new-brand .feature-mosaic-style-2 figcaption.width55-xs { width: 55%; }
.new-brand .feature-mosaic-style-2 figcaption.width60-xs { width: 60%; }
.new-brand .feature-mosaic-style-2 figcaption.width65-xs { width: 65%; }
.new-brand .feature-mosaic-style-2 figcaption.width70-xs { width: 70%; }
.new-brand .feature-mosaic-style-2 figcaption.width75-xs { width: 75%; }
.new-brand .feature-mosaic-style-2 figcaption.width80-xs { width: 80%; }
.new-brand .feature-mosaic-style-2 figcaption.width85-xs { width: 85%; }
.new-brand .feature-mosaic-style-2 figcaption.width90-xs { width: 90%; }
.new-brand .feature-mosaic-style-2 figcaption.width95-xs { width: 95%; }
.new-brand .feature-mosaic-style-2 figcaption.width100-xs { width: 100%; }
}
@media(min-width: 768px) {
  .new-brand .feature-mosaic-style-2 figcaption.width30-sm { width: 30%; }
  .new-brand .feature-mosaic-style-2 figcaption.width35-sm { width: 35%; }
  .new-brand .feature-mosaic-style-2 figcaption.width40-sm { width: 40%; }
  .new-brand .feature-mosaic-style-2 figcaption.width45-sm { width: 45%; }
  .new-brand .feature-mosaic-style-2 figcaption.width50-sm { width: 50%; }
  .new-brand .feature-mosaic-style-2 figcaption.width55-sm { width: 55%; }
  .new-brand .feature-mosaic-style-2 figcaption.width60-sm { width: 60%; }
  .new-brand .feature-mosaic-style-2 figcaption.width65-sm { width: 65%; }
  .new-brand .feature-mosaic-style-2 figcaption.width70-sm { width: 70%; }
  .new-brand .feature-mosaic-style-2 figcaption.width75-sm { width: 75%; }
  .new-brand .feature-mosaic-style-2 figcaption.width80-sm { width: 80%; }
  .new-brand .feature-mosaic-style-2 figcaption.width85-sm { width: 85%; }
  .new-brand .feature-mosaic-style-2 figcaption.width90-sm { width: 90%; }
  .new-brand .feature-mosaic-style-2 figcaption.width95-sm { width: 95%; }
  .new-brand .feature-mosaic-style-2 figcaption.width100-sm { width: 100%; }
}
@media(min-width: 992px) {
  .new-brand .feature-mosaic-style-2 figcaption.width30-md { width: 30%; }
  .new-brand .feature-mosaic-style-2 figcaption.width35-md { width: 35%; }
  .new-brand .feature-mosaic-style-2 figcaption.width40-md { width: 40%; }
  .new-brand .feature-mosaic-style-2 figcaption.width45-md { width: 45%; }
  .new-brand .feature-mosaic-style-2 figcaption.width50-md { width: 50%; }
  .new-brand .feature-mosaic-style-2 figcaption.width55-md { width: 55%; }
  .new-brand .feature-mosaic-style-2 figcaption.width60-md { width: 60%; }
  .new-brand .feature-mosaic-style-2 figcaption.width65-md { width: 65%; }
  .new-brand .feature-mosaic-style-2 figcaption.width70-md { width: 70%; }
  .new-brand .feature-mosaic-style-2 figcaption.width75-md { width: 75%; }
  .new-brand .feature-mosaic-style-2 figcaption.width80-md { width: 80%; }
  .new-brand .feature-mosaic-style-2 figcaption.width85-md { width: 85%; }
  .new-brand .feature-mosaic-style-2 figcaption.width90-md { width: 90%; }
  .new-brand .feature-mosaic-style-2 figcaption.width95-md { width: 95%; }
  .new-brand .feature-mosaic-style-2 figcaption.width100-md { width: 100%; }
}
@media(min-width: 1200px) {
  .new-brand .feature-mosaic-style-2 figcaption.width30-lg { width: 30%; }
  .new-brand .feature-mosaic-style-2 figcaption.width35-lg { width: 35%; }
  .new-brand .feature-mosaic-style-2 figcaption.width40-lg { width: 40%; }
  .new-brand .feature-mosaic-style-2 figcaption.width45-lg { width: 45%; }
  .new-brand .feature-mosaic-style-2 figcaption.width50-lg { width: 50%; }
  .new-brand .feature-mosaic-style-2 figcaption.width55-lg { width: 55%; }
  .new-brand .feature-mosaic-style-2 figcaption.width60-lg { width: 60%; }
  .new-brand .feature-mosaic-style-2 figcaption.width65-lg { width: 65%; }
  .new-brand .feature-mosaic-style-2 figcaption.width70-lg { width: 70%; }
  .new-brand .feature-mosaic-style-2 figcaption.width75-lg { width: 75%; }
  .new-brand .feature-mosaic-style-2 figcaption.width80-lg { width: 80%; }
  .new-brand .feature-mosaic-style-2 figcaption.width85-lg { width: 85%; }
  .new-brand .feature-mosaic-style-2 figcaption.width90-lg { width: 90%; }
  .new-brand .feature-mosaic-style-2 figcaption.width95-lg { width: 95%; }
  .new-brand .feature-mosaic-style-2 figcaption.width100-lg { width: 100%; }
}
@media(min-width: 1600px) {
  .new-brand .feature-mosaic-style-2 figcaption.width30-xl { width: 30%; }
  .new-brand .feature-mosaic-style-2 figcaption.width35-xl { width: 35%; }
  .new-brand .feature-mosaic-style-2 figcaption.width40-xl { width: 40%; }
  .new-brand .feature-mosaic-style-2 figcaption.width45-xl { width: 45%; }
  .new-brand .feature-mosaic-style-2 figcaption.width50-xl { width: 50%; }
  .new-brand .feature-mosaic-style-2 figcaption.width55-xl { width: 55%; }
  .new-brand .feature-mosaic-style-2 figcaption.width60-xl { width: 60%; }
  .new-brand .feature-mosaic-style-2 figcaption.width65-xl { width: 65%; }
  .new-brand .feature-mosaic-style-2 figcaption.width70-xl { width: 70%; }
  .new-brand .feature-mosaic-style-2 figcaption.width75-xl { width: 75%; }
  .new-brand .feature-mosaic-style-2 figcaption.width80-xl { width: 80%; }
  .new-brand .feature-mosaic-style-2 figcaption.width85-xl { width: 85%; }
  .new-brand .feature-mosaic-style-2 figcaption.width90-xl { width: 90%; }
  .new-brand .feature-mosaic-style-2 figcaption.width95-xl { width: 95%; }
  .new-brand .feature-mosaic-style-2 figcaption.width100-xl { width: 100%; }
}

/*
******
****** BRAND COLORS
******
****** should appear at end to override element defaults
*/

/* Dark Steel rgba(43,58,66,1) */
.new-brand .dark-steel-color {color: #2a3a42 !important;}
.new-brand .dark-steel-bg {background-color: #2a3a42 !important;}

/* Medium Steel rgba(63,87,101,1) */
.new-brand .medium-steel-color {color: #3f5665 !important;}
.new-brand .medium-steel-bg {background-color: #3f5665 !important; }

/* Light Steel rgba(189,212,222,1) */
.new-brand .light-steel-color {color: #bdd4de !important;}
.new-brand .light-steel-bg {background-color: #bdd4de !important;}

/* Off White rgba(239,239,239,1) */
.new-brand .off-white-color {color: #efefef !important;}
.new-brand .off-white-bg {background-color: #efefef !important;}

/* Orange rgba(241,85,35,1) */
.new-brand .orange-color {color: #64d96e !important;}
.new-brand .orange-bg {background-color: #64d96e !important; }

/* Red rgba(217,43,39,1) */
.new-brand .red-color {color: #d92b26 !important;}
.new-brand .red-bg {background-color: #d92b26 !important; }

/* Pink rgba(239,72,97,1) */
.new-brand .pink-color {color: #ef4861 !important;}
.new-brand .pink-bg {background-color: #ef4861 !important;}

/* Blue rgba(58,137,182,1) */
.new-brand .blue-color {color: #3a89b5 !important;}
.new-brand .blue-bg {background-color: #3a89b5 !important;}

/* Green rgba(109,182,187,1) */
.new-brand .green-color {color: #6cb5bb !important;}
.new-brand .green-bg {background-color: #6cb5bb !important;}

/* Black rgba(0,0,0,1) */
.new-brand .black-color {color: #000000 !important;}
.new-brand .black-bg {background-color: #000000 !important;}

/* Dark Gray rgba(51,51,51,1) */
.new-brand .dark-gray-color {color: #333333 !important;}
.new-brand .dark-gray-bg {background-color: #333333 !important;}

/* Mid Gray rgba(205,205,205,1) */
.new-brand .mid-gray-color {color: #cdcdcd !important;}
.new-brand .mid-gray-bg {background-color: #cdcdcd !important;}

/* White rgba(255,255,255,1) */
.new-brand .white-color {color: #ffffff !important;}
.new-brand .white-bg {background: #ffffff !important;}


/*
******
****** UTILITY CLASSES
****** INCLUDES OVERRIDES FOR MASTHEADS
*/

/* vertical center only on mobile */
.new-brand .display-center,
.new-brand .display-center-left {
  position: absolute;
  top: 50%;
  left: auto;
  -webkit-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  transform: translate(0%,-50%);
  width: 100%;
}

/* vertical and horizontal center on tablet and above */
@media(min-width: 768px) {
  .new-brand .display-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }
}
/* vertical center but align left on tablet and above */
@media(min-width: 768px) {
  .new-brand .display-center-left {
    position: absolute;
    top: 50%;
    left: auto;
    -webkit-transform: translate(0%,-50%);
    -ms-transform: translate(0%,-50%);
    transform: translate(0%,-50%);
  }

}

/* PUSH COPY DOWN 5% MORE IN MASTHEADS DUE TO TRANSPARENT HEADER */
/*
@media(min-width: 992px) {

  .new-brand .header-masthead .display-center-left { top:55%; }
}
*/

/*
  Only force 100vh for tablet and above
  Don't want to cutoff long content in masthead
*/

@media(max-width: 1024px) {
  .new-brand .fullHeight {
    height: -webkit-calc(100vh - 50px);
    height: calc(100vh - 50px); /* static masthead 50px tall */
  }
}

@media(min-width: 1025px) {
  .new-brand .fullHeight {
    height: 100vh;
	  max-height: 1000px;
  }
}

@media(min-width: 1800px) {
  .new-brand .height75-xlg {
    height: 75vh !important;
	  max-height:1000px;
  }
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	.new-brand .fullHeight {
		min-height: 430px; /* 480-50px static header */
    max-height: none;
		height: auto;
	}
}

/* Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	.new-brand .fullHeight {
		min-height: 270px; /* 320-50px static header */
    max-height: none;
		height: auto;
	}

}

/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */

/* Portrait */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	.new-brand .fullHeight {
		min-height: 518px; /* 568-50px static header */
    max-height: none;
		height: auto;
	}
}

/* Landscape */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 568px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	.new-brand .fullHeight {
		min-height: 270px; /* 320-50px static header */
    max-height: none;
		height: auto;
	}

}

/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {
	.new-brand .fullHeight {
		min-height: 540px; /* 667-50px static header */
    max-height: none;
		height: auto;
	}
}

/* Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {
	.new-brand .fullHeight {
		min-height: 325px; /* 375-50px static header */
    max-height: none;
		height: auto;
	}
}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
	.new-brand .fullHeight {
		min-height:600px; /* 736-50px static header */
    max-height: none;
		height: auto;
	}
}

/* Landscape */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
	.new-brand .fullHeight {
		min-height: 364px; /* 414-50px static header */
    max-height: none;
		height: auto;
	}

}

/* ----------- iPhone X ----------- */

/* Portrait */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {
	.new-brand .fullHeight {
		min-height: 600px; /* 812-50px static header */
    max-height: none;
		height: auto;
	}
}

/* Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {
	.new-brand .fullHeight {
		min-height: 325px; /* 375-50px static header */
    max-height: none;
		height: auto;
	}
}


/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {
    .new-brand .fullHeight {
  		min-height: 885px; /* 1024-50px static header */
      max-height: none;
  		height: auto;
  	}
}

/* Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
    .new-brand .fullHeight {
      min-height: 625px; /* 768-50px static header */
      max-height: none;
      height: auto;
    }
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 2) {
    .new-brand .fullHeight {
  		min-height: 910px; /* 1024-50px static header */
      max-height: none;
  		height: auto;
  	}
}

/* Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 2) {
    .new-brand .fullHeight {
      min-height: 655px; /* 768-50px static header */
      max-height: none;
      height: auto;
    }
}


.new-brand .pos-relative {
  position: relative;
}


/*
******
****** CONTACT US SECTION AND POPUP
******
*/

/* text in contact section wasn't centering properly */
.new-brand .textCenter h3,
.new-brand .textCenter h5 {
  text-align: center !important;
}

.formPopupH3 {
  font-size: 30px;
  font-weight: 600;
  color: #2A3A42;
}