/*
Landing Page Styling.
*/
/*
Global Variables

@import this file at the top of each page
template file to make variables available.
*/
/*usually for link hover*/
/*
Mixins

Add mixins to any css page using @include

e.g.
.element{
	@include transition( background .2s ease-out )
}
*/
#banner-container {
  position: relative;
  z-index: 20; }
  @media screen and (max-width: 1050px) {
    #banner-container {
      background: transparent; } }

#main-content-container {
  /* .main-content-wrap */ }
  #main-content-container .main-content-wrap {
    width: 64%;
    float: right;
    /* #right-column */ }
    #main-content-container .main-content-wrap #left-column {
      float: left;
      width: 42.8%;
      padding-right: 5%;
      line-height: 16px; }
      #main-content-container .main-content-wrap #left-column a {
        font-size: 11px;
        text-transform: uppercase; }
      @media screen and (max-width: 1050px) {
        #main-content-container .main-content-wrap #left-column {
          padding: 20px 20px 0;
          float: left;
          width: 100%; } }
    #main-content-container .main-content-wrap #right-column {
      float: right;
      width: 57.2%;
      background: url("/wp-content/themes/viea/images//home/vertical-align2.png") repeat-y top left; }
      #main-content-container .main-content-wrap #right-column .link-box {
        background: url("/wp-content/themes/viea/images//home/vertical-align2.png") repeat-x left center;
        display: block;
        padding-left: 7%; }
        @media screen and (max-width: 1050px) {
          #main-content-container .main-content-wrap #right-column .link-box {
            padding: 0; } }
      #main-content-container .main-content-wrap #right-column .box-color {
        display: inline-block;
        position: relative;
        color: #fff;
        width: 100%;
        padding: 25px;
        font-size: 20px;
        line-height: 25px;
        font-family: "Raleway", sans-serif;
        cursor: pointer;
        -webkit-transition: background 0.3s ease-out;
        -moz-transition: background 0.3s ease-out;
        -ms-transition: background 0.3s ease-out;
        -o-transition: background 0.3s ease-out;
        transition: background 0.3s ease-out; }
        #main-content-container .main-content-wrap #right-column .box-color .content-wrap {
          width: 83%;
          float: left; }
      #main-content-container .main-content-wrap #right-column .white-arrow {
        background: url("/wp-content/themes/viea/images//shell/white_arrow.png") no-repeat top center;
        width: 22px;
        height: 21px;
        position: absolute;
        top: 43%;
        right: 7%;
        z-index: 99; }
      @media screen and (max-width: 1050px) {
        #main-content-container .main-content-wrap #right-column {
          padding: 0 20px;
          width: 100%;
          float: left; } }
    @media screen and (max-width: 1050px) {
      #main-content-container .main-content-wrap {
        width: 100%;
        float: left;
        padding: 0 0 20px; } }

#side-content-container {
  width: 319px;
  max-width: none !important;
  position: relative !important;
  float: left;
  margin: 0px !important; }
  #side-content-container .side-content {
    width: 319px;
    height: 468px;
    position: relative;
    z-index: 6;
    text-align: left;
    color: #fff;
    padding: 30px 7% 0px;
    background: url("/wp-content/themes/viea/images/economic-resources/grey-box.png") no-repeat top left; }
    #side-content-container .side-content .title-with-line {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 15px; }
    #side-content-container .side-content div {
      line-height: 20px; }
    #side-content-container .side-content p {
      margin-bottom: 10px; }
    #side-content-container .side-content .red-link-arrow {
      color: #d32e34;
      transition: color 0.2s ease-in, background 0.2s ease-in;
      -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
      -moz-transition: color 0.2s ease-in, background 0.2s ease-in;
      -ms-transition: color 0.2s ease-in, background 0.2s ease-in;
      -o-transition: color 0.2s ease-in, background 0.2s ease-in; }
      #side-content-container .side-content .red-link-arrow:hover {
        color: #fff; }
    #side-content-container .side-content .green-link-arrow {
      color: #27b059;
      transition: color 0.2s ease-in, background 0.2s ease-in;
      -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
      -moz-transition: color 0.2s ease-in, background 0.2s ease-in;
      -ms-transition: color 0.2s ease-in, background 0.2s ease-in;
      -o-transition: color 0.2s ease-in, background 0.2s ease-in; }
      #side-content-container .side-content .green-link-arrow:hover {
        color: #fff; }
    #side-content-container .side-content .yellow-link-arrow {
      color: #fdb917;
      transition: color 0.2s ease-in, background 0.2s ease-in;
      -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
      -moz-transition: color 0.2s ease-in, background 0.2s ease-in;
      -ms-transition: color 0.2s ease-in, background 0.2s ease-in;
      -o-transition: color 0.2s ease-in, background 0.2s ease-in; }
      #side-content-container .side-content .yellow-link-arrow:hover {
        color: #fff; }
    #side-content-container .side-content .blue-link-arrow {
      color: #179dd9;
      transition: color 0.2s ease-in, background 0.2s ease-in;
      -webkit-transition: color 0.2s ease-in, background 0.2s ease-in;
      -moz-transition: color 0.2s ease-in, background 0.2s ease-in;
      -ms-transition: color 0.2s ease-in, background 0.2s ease-in;
      -o-transition: color 0.2s ease-in, background 0.2s ease-in; }
      #side-content-container .side-content .blue-link-arrow:hover {
        color: #fff; }
    @media screen and (max-width: 1050px) {
      #side-content-container .side-content {
        width: 100%;
        height: initial;
        background: #515151;
        position: static;
        padding: 20px; } }
  #side-content-container #subNav {
    margin-top: -69px; }
    #side-content-container #subNav #subNavTop {
      width: 319px;
      height: 98px;
      text-transform: uppercase;
      font-weight: bold;
      color: #fff;
      font-size: 14px; }
      #side-content-container #subNav #subNavTop span {
        padding: 70px 0 0 20px;
        display: block; }
        @media screen and (max-width: 1050px) {
          #side-content-container #subNav #subNavTop span {
            padding: 20px; } }
      @media screen and (max-width: 1050px) {
        #side-content-container #subNav #subNavTop {
          width: 100%;
          background: transparent;
          height: initial; } }
    #side-content-container #subNav #subNav-link .subNav-heading {
      text-transform: uppercase;
      font-family: "Raleway", sans-serif;
      padding: 2px 0 0 20px;
      width: 320px;
      font-size: 13px;
      font-weight: bold;
      line-height: 33px;
      border-bottom: 2px dotted #a1a1a1; }
      @media screen and (max-width: 1050px) {
        #side-content-container #subNav #subNav-link .subNav-heading {
          width: 100%; } }
    #side-content-container #subNav #subNav-link li {
      list-style: none; }
      #side-content-container #subNav #subNav-link li a {
        display: inline-block;
        border-bottom: 2px dotted #a1a1a1;
        line-height: normal;
        text-transform: uppercase;
        font-family: "Raleway", sans-serif;
        padding: 10px 0 10px 20px;
        width: 320px;
        font-size: 13px; }
        @media screen and (max-width: 1050px) {
          #side-content-container #subNav #subNav-link li a {
            width: 100%; } }
    @media screen and (max-width: 1050px) {
      #side-content-container #subNav {
        width: 100%;
        float: left;
        margin-top: 0; } }
  @media screen and (max-width: 1050px) {
    #side-content-container {
      width: 100%;
      float: none;
      margin-top: 0; } }

#slide-wrap {
  width: 663px;
  height: 554px;
  float: right;
  position: relative; }
  #slide-wrap .landing-image-slide {
    right: 0;
    bottom: 0;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover; }
  @media screen and (max-width: 1050px) {
    #slide-wrap {
      margin: 0 auto;
      width: 100%;
      height: 450px;
      float: none; } }
  @media screen and (max-width: 770px) {
    #slide-wrap {
      width: 100%;
      height: 400px; }
      #slide-wrap img {
        width: 100%;
        height: inherit; } }
  @media screen and (max-width: 450px) {
    #slide-wrap {
      height: 250px; } }

#banner-wrap {
  width: 982px;
  margin: 0 auto;
  position: relative;
  height: 553px; }
  #banner-wrap #caption-full {
    width: 395px !important; }
    @media screen and (max-width: 1050px) {
      #banner-wrap #caption-full {
        width: 100% !important; } }
  @media screen and (max-width: 1050px) {
    #banner-wrap {
      width: 100%; } }

.slide {
  position: relative; }
  .slide #slide-wrap {
    z-index: 10; }
  .slide #white-overlay {
    background: url("/wp-content/themes/viea/images/shell/inner-banner-overlay-lined.png") center;
    width: 663px;
    height: 554px;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 20; }
    @media screen and (max-width: 1050px) {
      .slide #white-overlay {
        display: none; } }

@media screen and (max-width: 770px) {
  #banner-wrap #caption-wrap #adv-custom-caption .cycle-pager {
    top: -32px; } }

@media screen and (max-width: 770px) {
  #banner-wrap #caption-wrap #prev-next {
    top: -30px; } }

@media screen and (max-width: 1050px) {
  .push {
    height: 0; } }

/*# sourceMappingURL=landing.css.map */
