/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/*=================================
=            Variables            =
=================================*/
/* line 9, ../sass/_components.scss */
.divider {
  width: 100%;
  left: 0%;
  display: block !important;
  color: #d2d2d2;
  background: #d2d2d2; }

/* line 17, ../sass/_components.scss */
.button-container {
  margin: 10px 0; }

/* line 21, ../sass/_components.scss */
.ttu-button {
  background: 0 0;
  border: none;
  border-radius: 0px;
  color: #000;
  position: relative;
  height: 36px;
  min-width: 64px;
  padding: 0 16px;
  display: inline-block;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  overflow: hidden;
  will-change: box-shadow,transform;
  -webkit-transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  outline: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  vertical-align: middle;
  margin: 15px 0;
  -webkit-transition: background, 0.35s;
  transition: background, 0.35s; }
  /* line 48, ../sass/_components.scss */
  .ttu-button a {
    text-decoration: none; }

/* line 53, ../sass/_components.scss */
.ttu-button:active {
  background-color: rgba(158, 158, 158, 0.4); }

/* line 57, ../sass/_components.scss */
.ttu-button--raised {
  background: rgba(158, 158, 158, 0.2);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12); }

/* line 62, ../sass/_components.scss */
.ttu-button--raised:active {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background-color: rgba(158, 158, 158, 0.4); }

/* line 67, ../sass/_components.scss */
.ttu-button--outlined {
  background: none;
  border: 2px solid #484848; }

/* line 72, ../sass/_components.scss */
.ttu-button--outlined:active, .ttu-button--outlined:focus {
  background: #484848;
  color: #fff; }

/* line 77, ../sass/_components.scss */
.ttu-button--outlined-reversed {
  background: none;
  border: 2px solid #fff;
  color: #fff; }

/* line 83, ../sass/_components.scss */
.ttu-button--colored {
  background: #9b0000;
  color: #fff; }
  /* line 86, ../sass/_components.scss */
  .ttu-button--colored a {
    color: #fff; }

/* line 91, ../sass/_components.scss */
.ttu-button--reversed {
  color: #fff; }

/* line 95, ../sass/_components.scss */
.ttu-button--colored:active, .ttu-button--colored:focus {
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.2);
  background-color: #820000; }

/* line 100, ../sass/_components.scss */
.ttu-button--outlined-colored {
  background: none;
  border: 2px solid #9b0000; }

/* line 105, ../sass/_components.scss */
.ttu-button--outlined-colored:active, .ttu-button--outlined-colored:focus {
  background: #9b0000; }

/* line 109, ../sass/_components.scss */
.ttu-button--red {
  color: #9b0000; }

/*================================
=            Callouts            =
================================*/
/* line 117, ../sass/_components.scss */
.ttu-callout {
  width: 100%;
  border: 1px solid #484848;
  padding: 25px;
  margin: 25px 0; }

/* line 124, ../sass/_components.scss */
.ttu-callout.red {
  background: #9b0000;
  border: none;
  color: #fff; }

/* line 130, ../sass/_components.scss */
.ttu-callout.grey {
  background: #d2d2d2;
  border: none; }

/* line 135, ../sass/_components.scss */
.ttu-callout.grey-dark {

  background: #484848;
  border: none;
  color: #fff; }

/*=====  End of Callouts  ======*/
/*==============================
=            Mixins            =
==============================*/
/*=================================
=            Variables            =
=================================*/
/* line 1, ../sass/_tabs.scss */
ul {
  padding: 0; }

/* line 5, ../sass/_tabs.scss */
ul {
  list-style-type: none; }

/* line 13, ../sass/_tabs.scss */
.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  height: 48px;
  background-color: #fff;
  margin: 0 auto;
  width: 100%;
  white-space: nowrap; }
  /* line 24, ../sass/_tabs.scss */
  .tabs .tab {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: block;
    float: left;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    letter-spacing: .8px;
    width: 15%;
    min-width: 80px; }
    /* line 43, ../sass/_tabs.scss */
    .tabs .tab a {
      color: #9b0000;
      display: block;
      width: 100%;
      height: 100%;
      text-overflow: ellipsis;
      overflow: hidden;
      -webkit-transition: color .28s ease;
              transition: color .28s ease; }
      /* line 51, ../sass/_tabs.scss */
      .tabs .tab a:hover {
        color: #ff0202; }
    /* line 56, ../sass/_tabs.scss */
    .tabs .tab.disabled a {
      color: #ff0202;
      cursor: default; }
  /* line 61, ../sass/_tabs.scss */
  .tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #9b0000;
    will-change: left, right; }

/*========================================
=            Accordion Styles            =
========================================*/
/* line 6, ../sass/_accordions.scss */
.accordion-wrapper .accordion {
  border-bottom: 1px solid #ccc;
  padding: 15px;
  padding-bottom: 25px; }
  /* line 10, ../sass/_accordions.scss */
  .accordion-wrapper .accordion:last-of-type {
    border-bottom: none; }
/* line 14, ../sass/_accordions.scss */
.accordion-wrapper .accordion-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }
  /* line 19, ../sass/_accordions.scss */
  .accordion-wrapper .accordion-header img {
    height: 20px;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all, 0.55s;
    transition: all, 0.55s; }
  /* line 24, ../sass/_accordions.scss */
  .accordion-wrapper .accordion-header img.rotate {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
/* line 28, ../sass/_accordions.scss */
.accordion-wrapper .accordion-insides {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all, 0.55s;
  transition: all, 0.55s; }
  /* line 32, ../sass/_accordions.scss */
  .accordion-wrapper .accordion-insides h4 + p {
    margin-top: 10px; }
/* line 36, ../sass/_accordions.scss */
.accordion-wrapper .accordion-insides.open {
  max-height: 150px; }
  @media (min-width: 1024px) {
    /* line 36, ../sass/_accordions.scss */
    .accordion-wrapper .accordion-insides.open {
      max-height: 250px; } }

/*=====  End of Accordion Styles  ======*/
/*----------  Font Variables  ----------*/
/* line 52, ../sass/screen.scss */
.light-condensed, .block-wrapper .block .block-text h3.block-title {
  font-family: "hnltstd-ltcn"; }

/* line 53, ../sass/screen.scss */
.condensed {
  font-family: "hnltstd-cn"; }

/* line 55, ../sass/screen.scss */
.hel-light, .section-title + h4 {
  font-family: "hnltstd-lt"; }

/* line 56, ../sass/screen.scss */
.hel-roma {
  font-family: "hnltstd-ltex"; }

/*=====  End of Variables  ======*/
/*========================================
=            Universal Styles            =
========================================*/
/* line 65, ../sass/screen.scss */
img {
  max-width: 100%;
  height: auto; }

/* line 70, ../sass/screen.scss */
* {
  box-sizing: border-box; }

/* line 74, ../sass/screen.scss */
.container {
  width: 100%;
  margin: 0 auto; }
  @media (min-width: 768px) {
    /* line 74, ../sass/screen.scss */
    .container {
      width: 90%; } }
  @media (min-width: 1300px) {
    /* line 74, ../sass/screen.scss */
    .container {
      width: 1200px; } }

/* line 85, ../sass/screen.scss */
.text--red {
  color: #9b0000; }

/* line 89, ../sass/screen.scss */
.text--left {
  text-align: left; }

/* line 93, ../sass/screen.scss */
.text--center {
  text-align: center; }

/* line 97, ../sass/screen.scss */
.bg--light-grey {
  background: #eee; }

/* line 101, ../sass/screen.scss */
.pad-bottom--small {
  padding-bottom: 15px; }

/* line 105, ../sass/screen.scss */
.pad-bottom--large {
  padding-bottom: 30px; }

/* line 109, ../sass/screen.scss */
.pad-top--small {
  padding-top: 15px; }

/* line 113, ../sass/screen.scss */
.pad-top--large {
  padding-top: 30px; }

/* line 117, ../sass/screen.scss */
.pad-bottom--huge {
  padding-bottom: 75px; }

/* line 121, ../sass/screen.scss */
.margin-top--small {
  margin-top: 15px; }

/* line 125, ../sass/screen.scss */
.margin-top--large {
  margin-top: 30px; }

/* line 129, ../sass/screen.scss */
.margin-bottom--small {
  margin-bottom: 15px; }

/* line 133, ../sass/screen.scss */
.margin-bottom--large {
  margin-bottom: 30px; }

/* line 137, ../sass/screen.scss */
.margin-bottom--huge {
  margin-bottom: 75px; }

/* line 141, ../sass/screen.scss */
.uppercase {
  text-transform: uppercase; }
  
.shadow {
	text-shadow: 1px 1px #000;
}

/*==============================
=            Header            =
==============================*/
/* line 149, ../sass/screen.scss */
.main-header {
  width: 100%;
  height: 69px; }

/* line 155, ../sass/screen.scss */
.cd-main-header {
  height: 72px;
  width: 100%;
  background: #1b1b1b;
  border-bottom: 4px solid #c00; }

/*=====  End of Header  ======*/
/*===========================================
=            Hero Unit-Home Page            =
===========================================*/
/* line 167, ../sass/screen.scss */
.hero-container {
  width: 100%;
  height: 375px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media (min-width: 768px) {
    /* line 167, ../sass/screen.scss */
    .hero-container {
      height: 390px; } }
  /* line 177, ../sass/screen.scss */
  .hero-container .hero-text {
    position: relative;
    text-align: center;
    color: #fff; }
    /* line 183, ../sass/screen.scss */
    .hero-container .hero-text h4 + h2 {
      margin-top: 10px; }
    /* line 186, ../sass/screen.scss */
    .hero-container .hero-text h2 {
      color: #fff; }
    /* line 189, ../sass/screen.scss */
    .hero-container .hero-text h2:after {
      display: block;
      content: "";
      border-bottom: 3px solid #9b0000;
      height: 20px;
      -webkit-transform: scaleX(0.0001);
          -ms-transform: scaleX(0.0001);
              transform: scaleX(0.0001);
      -webkit-transition: -webkit-transform, 0.35s;
      transition: transform, 0.35s;
      width: 50%;
      margin-left: calc((100% - 50%) / 2); }
    /* line 199, ../sass/screen.scss */
    .hero-container .hero-text h2.anim:after {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transition-delay: 1s;
              transition-delay: 1s; }
    /* line 203, ../sass/screen.scss */
    .hero-container .hero-text h3 {
      -webkit-transform: translateY(-15px);
          -ms-transform: translateY(-15px);
              transform: translateY(-15px);
      font-size: 1.25em;
      opacity: 0;
      -webkit-transition: -webkit-transform, 0.5s;
      transition: transform, 0.5s; }
    /* line 209, ../sass/screen.scss */
    .hero-container .hero-text h3.anim {
      -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
      -webkit-transition-delay: 1.25s;
              transition-delay: 1.25s;
	  text-transform: lowercase; }
  /* line 215, ../sass/screen.scss */
  .hero-container span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    background: url(http://cmsdev.ttu.edu/accountingservices/images/main/marsha-sharp-crop-blur.jpg) no-repeat;
    background-position-y: -40px;
    background-position-x: right;
    background-size: cover; }
    @media (min-width: 768px) {
      /* line 215, ../sass/screen.scss */
      .hero-container span {
        height: 500px; } }
  /* line 232, ../sass/screen.scss */
  .hero-container .vegas-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }

/*----------  Home page Blocks/Cards  ----------*/
/* line 240, ../sass/screen.scss */
.section-title {
  text-transform: uppercase;
  text-align: center;
  font-size: 2em;
  margin-bottom: 25px; }
  /* line 245, ../sass/screen.scss */
  .section-title:after {
    content: "";
    border-bottom: 1px solid #9b0000;
    padding-top: 15px;
    width: 25%;
    display: block;
    margin: 0 auto; }
  /* line 253, ../sass/screen.scss */
  .section-title + h4 {
    text-align: center;
    margin: 1em auto; }

@media (min-width: 768px) {
  /* line 259, ../sass/screen.scss */
  .block-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }
/* line 265, ../sass/screen.scss */
.block-wrapper .block {
  width: 100%;
  background: #fff;
  text-align: center; }
  @media (min-width: 768px) {
    /* line 265, ../sass/screen.scss */
    .block-wrapper .block {
      width: 31.5%;
      margin-right: 15px; } }
  /* line 273, ../sass/screen.scss */
  .block-wrapper .block:last-of-type {
    margin-right: 0px; }
  /* line 276, ../sass/screen.scss */
  .block-wrapper .block img {
    width: 100%; }
  /* line 279, ../sass/screen.scss */
  .block-wrapper .block .block-text {
    padding: 10px 25px 35px;
    position: relative; }
    /* line 282, ../sass/screen.scss */
    .block-wrapper .block .block-text h3.block-title {
      background: #9b0000;
      color: #fff;
      padding: 5px 10px;
      text-transform: uppercase;
      display: inline-block;
      margin: 0 auto;
      -webkit-transform: translateY(-30px);
          -ms-transform: translateY(-30px);
              transform: translateY(-30px);
      letter-spacing: 1px; }
    /* line 293, ../sass/screen.scss */
    .block-wrapper .block .block-text h4:after {
      content: "";
      border-bottom: 1px solid #484848;
      width: 75%;
      height: 10px;
      display: block;
      margin: 0 auto;
      padding-top: 10px; }
    /* line 302, ../sass/screen.scss */
    .block-wrapper .block .block-text h4.text--left:after {
      margin: 0; }
    /* line 305, ../sass/screen.scss */
    .block-wrapper .block .block-text h3.block-title ~ p {
      margin-top: 0px !important; }
@media (min-width: 768px) {
  /* line 310, ../sass/screen.scss */
  .block-wrapper .block.one-four {
    width: 25%;
    margin-right: 0px; } }
/* line 315, ../sass/screen.scss */
.block-wrapper .block.one-four h4:after {
  border-bottom-color: #9b0000; }
@media (min-width: 768px) {
  /* line 319, ../sass/screen.scss */
  .block-wrapper .block.one-half {
    width: 48%;
    margin-right: 0px; } }
/* line 324, ../sass/screen.scss */
.block-wrapper .block.one-half h4:after {
  border-bottom-color: #9b0000; }

.block-wrapper .fourflex {
  width: 100%;
  text-align: center;
  margin-bottom:15px; }
  @media (min-width: 768px) {
    /* line 265, ../sass/screen.scss */
    .block-wrapper .fourflex {
      width: 21.5%;
      margin-right: 15px;
	  margin-bottom: 15px; }}
.block-wrapper .fourflex img {
	width: 100%;
}
	  
.block-wrapper .fourflex .deptlink {
	position: relative; 
	margin-top:-40%; 
	margin-bottom:40%
}

@media (min-width: 768px) {
	.block-wrapper .fourflex .deptlink {
		position: relative; 
		margin-top:-40%; 
		margin-bottom:20%
	}
}

.block-wrapper .fourflex .deptlink a {
	color: #fff;
	font-size: 30px;
	text-shadow: 3px 3px 2px black/*, -2px -2px 1px black, 2px -2px 1px black, -2px 2px 1px black*/;
}

@media (min-width: 768px) {
	.block-wrapper .fourflex .deptlink a {
		color: #fff;
		font-size: 17px;
		text-shadow: 2px 2px 1px black, -1px -1px 1px black, 1px -1px 1px black, -1px 1px 1px black;
	}
}

/* Factoids */

.factoid-wrapper {
	background-color: #b9cde2;
	padding-top: 10px;
	border-top: 1px solid #337ab7;
	border-left: 1px solid #337ab7;
	border-right: 1px solid #337ab7;
}

@media (min-width: 768px) {
  /* line 259, ../sass/screen.scss */
  .factoid-wrapper {
	background-color: transparent;
	border: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; } }

.factoid-wrapper .factoids {
  width: 100%;
  border-bottom: 1px solid #337ab7;
  text-align: center; }
  @media (min-width: 768px) {
    /* line 265, ../sass/screen.scss */
    .factoid-wrapper .factoids {
      width: 31%;
	  margin-top: 1em;
      margin-right: 15px;
	  margin-bottom: 15px;
	  background-image: url(/_resources/images/factoids.png);
	  background-repeat: no-repeat;
	  background-size: contain;
	  background-position: center;
	  border-bottom: none;
	  text-align: center;  }}
	  
.factoid-wrapper .factoids p {
	max-width: 150px;
	text-align: center;
	display: inline-block;
	margin: 30px;
}

.factoid-wrapper .factoids h1 {
	font-size: 40px;
	color: #337ab7;
}

/* extra close brace here-> }
I think that this is the offending one, but if there are bugs in the factoids (when I can get back to working on factoids again) it might should be the one on line 681 instead */

/* end Factoids */

/*  Blue bar */

.bluebar {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #899fb4;
}

.bluebar .section-title, .bluebar a, .bluebar p {
	color: white;
}

.bluebar .block {
	background: none;
}

/* End Blue bar */

/*  Feature bar */

.featurebar {
	padding-top: 30px;
	padding-bottom: 30px;
	/*
	background-size: cover; 
	background-repeat: no-repeat; 
	background-position: center center; 
	*/
	margin-bottom: 40px;
	/*width: 85%;*/
	margin-left: auto;
	margin-right: auto;
	/*border-radius: 3px;*/
	/*border: 1px solid black;*/
	box-shadow: 0px 5px 20px black inset;
}

.featurebar .section-title, .bluebar a, .bluebar p {
	color: black;
}

.featurebar .container {
	width: auto;
}

.featurebar .block {
	/*border: 1px solid black; */
	border-radius: 3px; 
	background: rgba(245,245,245,.87);
	width: 85%;
	margin-left: auto !important;
	margin-right: auto !important;
}

.featurebar .block p {
	max-width: none;
}

.featurebar .section-title {
	margin-top: 1em;
	color: #fff;
}

/* End Feature bar */

/* Section Feature */

.sectionfeature {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 40px;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 0px 5px 20px black inset;
}

@media (max-width: 1000px) {
	.sectionfeature{
		background: #7a7a7a !important;
		padding-top: 0;
		padding-bottom: 0;
	}
}

.sectionfeature .section-title, .bluebar a, .bluebar p {
	color: black;
}

.sectionfeature .container {
	width: auto;
}

.sectionfeature .block {
	/*border: 1px solid black; */
	border-radius: 3px; 
	background: rgba(245,245,245,.87);
	width: 85%;
	margin-left: auto !important;
	margin-right: auto !important;
}

@media (max-width: 1000px) {
	.sectionfeature .block {
		width: 100%;
	}
}

.sectionfeature .block p {
	max-width: none;
}

.sectionfeature .block-wrapper {
	width: 30%;
}

@media (max-width: 1000px) {
	.sectionfeature .block-wrapper {
		width: 100%;
	}
}

.sectionfeature .section-title {
	margin-top: 1em;
	color: #fff;
}

.sectionfeature h2 {
	text-align: right;
	vertical-align:bottom;
	margin-right: 20px;
	margin-top: -100px;
	font-size: 100px;
	color: white;
	text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0px #000;
}

.sectionfeature a:hover {
	text-decoration: none;
}

@media (max-width: 1000px) {
	.sectionfeature h2{
		display: none;
	}
}

.smallsectionfeaturehead {
	display: none;
	margin-top: 105px;
}

.smallsectionfeaturehead h2 {
	text-align: center;
	vertical-align:middle;
	font-size: 9vw;
	color: white;
	text-shadow: -2px -2px 0 #000, 2px -2px 0 #000, -2px 2px 0 #000, 2px 2px 0px #000;
	display: block;
}

@media (max-width: 600px) {
	.smallsectionfeaturehead h2 {
		padding-top: 20px;
	}
}

@media (max-width: 1000px) {
	.smallsectionfeaturehead {
		display: block;
	}
}

.smallsectionfeaturehead a {
	color: white;
}

.smallsectionfeaturehead a:hover {
	text-decoration: none;
}

.sectionlinks:hover {
	text-decoration: none;
}
/* End Section Feature */

/* Video Header styles */

  .hero-container .video-text {
    position: relative;
    text-align: center;
    color: #fff;
	z-index: 10;
	position: absolute; }
    /* line 183, ../sass/screen.scss */
    .hero-container .video-text h4 + h2 {
      margin-top: 10px; }
    /* line 186, ../sass/screen.scss */
    .hero-container .video-text h2 {
      color: #fff; }
    /* line 189, ../sass/screen.scss */
    .hero-container .video-text h2:after {
      display: block;
      content: "";
      border-bottom: 3px solid #9b0000;
      height: 20px;
      -webkit-transform: scaleX(0.0001);
          -ms-transform: scaleX(0.0001);
              transform: scaleX(0.0001);
      -webkit-transition: -webkit-transform, 0.35s;
      transition: transform, 0.35s;
      width: 50%;
      margin-left: calc((100% - 50%) / 2); }
    /* line 199, ../sass/screen.scss */
    .hero-container .video-text h2.anim:after {
      -webkit-transform: scaleX(1);
          -ms-transform: scaleX(1);
              transform: scaleX(1);
      -webkit-transition-delay: 1s;
              transition-delay: 1s; }
    /* line 203, ../sass/screen.scss */
    .hero-container .video-text h3 {
      -webkit-transform: translateY(-15px);
          -ms-transform: translateY(-15px);
              transform: translateY(-15px);
      font-size: 1.25em;
      opacity: 0;
      -webkit-transition: -webkit-transform, 0.5s;
      transition: transform, 0.5s; }
    /* line 209, ../sass/screen.scss */
    .hero-container .video-text h3.anim {
      -webkit-transform: translateY(0px);
          -ms-transform: translateY(0px);
              transform: translateY(0px);
      opacity: 1;
      -webkit-transition-delay: 1.25s;
              transition-delay: 1.25s;
	  text-transform: lowercase; }
  /* line 215, ../sass/screen.scss */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.video-text {
		margin-top: -80px;
		margin-left: -65%;
	}
}

/* End Video Header styles */

.centerfeature {
	transform: translateX(25%);
	margin: -75px 0 25px 0;
	padding: 4px;
}

.centerfeaturetext {
	max-width: 50%;
	background-color: rgba(235,235,235,0.85);
	border-radius: 3px;
	padding: 8px;
}

@media (max-width: 1000px) {
	.centerfeature {
		transform: translateX(12.5%);
		margin: -75px 0 25px 0;
		padding: 4px;
	}

	.centerfeaturetext {
		max-width: 75%;
		background-color: rgba(235,235,235,0.85);
		border-radius: 3px;
		padding: 8px;
	}
}

.responsivefloat {
	display: none;
}

@media only screen and (min-width: 995px) {
    .responsivefloat {
        display: block;
		float:right;
		width:40%;
		min-height: 600px;
		padding:2px;
		margin:0 0 0 20px;
		border: 2px solid #555;
		border-radius: 5px;
		background-repeat: no-repeat !important;
		background-position: center center !important;
		background-size: cover !important;
		/*background: linear-gradient(to top, rgba(0,0,0,.3), rgba(0,0,0,0));*/
    }
	
	.responsivefloattext {
		text-align: right;
		margin-right: 10px;
		display: block;
		bottom: 0;
		margin-top: 400px;
	}
	
	.responsivefloattext h1, .responsivefloattext p, .responsivefloattext a {
		color: #eee !important;
	}
	
	.responsivefloattext h1 {
		font-size: 55px;
	}
}

.marketingtext p {
	max-width: none; 
	padding: 4px; 
	font-size: 1.7em; 
	color: #615950;
}

.pullquote {
	display: none;
}

@media only screen and (min-width: 995px) {
	.pullquote {
		display: block;
		float: left;
		width: 350px;
		padding: 15px;
		margin: 4px 15px 1px 10px;
		background-color: #899FB4;
		border: 1px solid #ccc;
		border-radius: 3px;
	}
	
	.pullquote p {
		margin-top: -5px;
		font-size: 1.4em;
		color: #fff;
		font-style: oblique;
		color: #fff;
	}
	
	.pullquote .attribution {
		font-size: 1.15em;
	}
}

.multipurposebox {
	display: none;
}

@media only screen and (min-width: 995px) {
	.multipurposebox {
		display: block;
		float: left;
		width: 350px;
		padding: 15px;
		margin: 4px 15px 1px 10px;
		background-color: #c8d2da;
		border: 9px double #fff;
		border-radius: 3px;
	}
	
	.multipurposebox icon {
		margin-right: 10px; 
		float: left; 
		color: #575757;
	}
	.multipurposebox h3 {
		color: #212121; 
		margin-top: -5px; 
		margin-bottom: 10px; 
		border-bottom: solid 2px #575757; 
		padding-bottom: 9px;
	}
	
	.multipurposebox p {
		margin-top: -5px;
		font-size: 1.4em;
		color: #212121;
	}
	
	.multipurposebox .attribution {
		font-size: 1.15em;
	}
}

.financeheader {
	background-image: url('/finance/images/main/slides/finance1.jpg'); 
	background-size: cover; 
	background-position: center; 
	position: relative; 
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.5); 
	margin-bottom: 2px;
	display: flex;
	flex-direction: column;
}

.financemarketingtext {
	color: #fff; 
	font-family: sans-serif; 
	font-style: italic; 
	text-align: right; 
	font-size: 1.2em; 
	margin-bottom: 10px;
	width: 50%; 
	padding-right: 50px;
	margin-left: auto;
	margin-top: 150px;
}

.financeheadline {
	text-transform: uppercase; 
	color: #fff; 
	text-align: right; 
	font-size: 5em; 
	margin-bottom: 50px;
	width: 100%; 
	padding-right: 50px;
	margin-top: 0;
}

@media only screen and (max-width: 900px) {
	.financemarketingtext {
		font-size: 1em;
		bottom: 60px;
		width: 75%;
		margin-top: 100px;
	}
	
	.financeheadline {
		font-size: 3em;
	}
}

@media only screen and (max-width: 500px) {
	
	.financemarketingtext {
		font-size: 1em;
		bottom: 40px;
		width: 100%;
		padding-right: 25px;
		padding-left: 25px;
	}
	
	.financeheadline {
		font-size: 2em;
		padding-right: 25px;
		padding-left: 25px;
	}
}

@media only screen and (max-width: 300px) {
	
	.financemarketingtext {
		font-size: 1em;
		bottom: 40px;
		width: 100%;
		padding-right: 25px;
		padding-left: 25px;
		display: none;
	}
	
	.financeheadline {
		font-size: 3em;
		padding-right: 25px;
		padding-left: 25px;
		height: 100px;
		text-align: center;
		margin-top: 20px;
	}
}

.financedepts {
	text-transform: uppercase; 
	max-width: none; 
	width: 100%;
	text-align: center;
	text-align-last: center;
	display: inline-block;
}