@charset "UTF-8";
/* fonts and colors */
/* horizontal breakpoints */
/* vertical breakpoints */
/*
Avenir® W01 35 Light 	200 Extra-light 	normal 	
Avenir® W01 35 Light Oblique 	200 Extra-light 	oblique 	
Avenir® W01 45 Book 	300 Light 	normal 	
Avenir® W01 45 Book Oblique 	300 Light 	oblique 	
Avenir® W01 55 Roman 	400 Normal 	normal 	
Avenir® W01 55 Oblique 	400 Normal 	oblique 	
Avenir® W01 65 Medium 	500 Medium 	normal 	
Avenir® W01 65 Medium Oblique 	500 Medium 	oblique 	
Avenir® W01 85 Heavy 	800 Extra-bold 	normal 	
Avenir® W01 85 Heavy Oblique 	800 Extra-bold 	oblique 	
Avenir® W01 95 Black 	900 Black 	normal 	
Avenir® W01 95 Black Oblique 	900 Black 	oblique 
*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background: url("../images/iggy/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/iggy/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/iggy/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/iggy/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background: url("../images/iggy/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background: url("../images/iggy/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td, th {
  padding: 0; }

/* typography - based on blueprintcss.org. */
html {
  font-size: 87.5%; }

body {
  font-size: 14px;
  font-size: 1rem;
  color: #4A4A4A;
  background: #fff;
  font-family: "Avenir W01", Helvetica, Arial, sans-serif;
  line-height: 1.5; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #4A4A4A;
  margin: 0;
  font-family: "Avenir W01", Helvetica, Arial, sans-serif; }

h1 {
  font-size: 54px;
  font-size: 3.85714rem;
  margin-bottom: .25em;
  line-height: 1.1; }

h2 {
  font-size: 50px;
  font-size: 3.57143rem;
  margin-bottom: .25em;
  line-height: 1.1; }

h3 {
  font-size: 26px;
  font-size: 1.85714rem;
  margin-bottom: .5em;
  line-height: 1.15; }

h4 {
  font-size: 24px;
  font-size: 1.71429rem;
  margin-bottom: .5em;
  line-height: 1.25; }

h5 {
  font-size: 21px;
  font-size: 1.5rem;
  margin-bottom: .5em;
  line-height: 1.35;
  font-family: "Avenir W01", Helvetica, Arial, sans-serif; }

h6 {
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: normal;
  margin-bottom: .5em;
  line-height: 1.4; }

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0; }

p {
  margin: 0 0 1.5em; }

p img.left {
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0; }

p img.right {
  float: right;
  margin: 1.5em 0 1.5em 1.5em; }

a:focus, a:hover {
  color: #3c3c3c; }

a {
  color: #464646;
  text-decoration: underline; }

blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic; }

strong {
  font-weight: bold; }

em, dfn {
  font-style: italic; }

dfn {
  font-weight: bold; }

sup, sub {
  line-height: 0; }

abbr, acronym {
  border-bottom: 1px dotted #666; }

address {
  margin: 0 0 1.5em;
  line-height: 1.75; }

del {
  color: #666; }

pre {
  margin: 1.5em 0;
  white-space: pre; }

pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5; }

li ul, li ol {
  margin: 0 1.5em; }

ul, ol {
  margin: 0 0 1.5em; }

ul li, ol li {
  margin: 0 0 1em; }

ul {
  list-style-type: disc; }

ol {
  list-style-type: decimal; }

dl {
  margin: 0 0 1.5em; }

dl dt {
  font-weight: bold; }

dd {
  margin-left: 1.5em; }

table {
  margin-bottom: 1.4em;
  width: 100%; }

th {
  font-weight: bold; }

thead th {
  background: #464646;
  color: #4A4A4A; }

th, td, caption {
  padding: 4px 10px 4px 5px; }

tr.even td {
  background: #666; }

tfoot {
  font-style: italic; }

caption {
  background: #666;
  color: #464646; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.hidden {
  display: none; }

input:focus, textarea:focus {
  outline: none; }

/* default wordpress styles */
.entry-content img {
  margin: 0 0 1.5em; }

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

.wp-smiley {
  margin: 0 !important;
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

/* Additional General Form Styles */
input[type="text"],
input[type="search"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="password"],
textarea {
  border: 1px solid #464646;
  color: #666;
  font-size: 18px;
  font-size: 1.28571rem;
  padding: 5px; }

input[type="text"]:focus,
input[type="search"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
textarea:focus {
  color: #666;
  border-color: #666; }

/* main styles */
.row {
  margin: 0 5%; }

#wrapper {
  overflow: hidden; }

.full {
  display: block;
  height: auto;
  position: relative;
  z-index: 0;
  width: 100%; }

@media only screen and (min-width: 960px) {
  .row {
    margin-left: auto;
    margin-right: auto;
    max-width: 960px; } }

@media only screen and (min-width: 1150px) {
  .row {
    margin-left: auto;
    margin-right: auto;
    max-width: 1035px; } }

@media only screen and (min-width: 1452px) {
  .widerow {
    margin-left: auto;
    margin-right: auto;
    max-width: 1306.8px; } }

@media only screen and (min-width: 1920px) {
  .widerow {
    margin-left: auto;
    margin-right: auto;
    max-width: 1728px; } }

@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */ }

/* new clearfix */
.clearfix:after, .columns:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.lt-ie8 .clearfix, .lt-ie .columns {
  zoom: 1; }

.valign-middle {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -khtml-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.valign-target {
  -webkit-transform: translateY(50%);
  -khtml-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%); }

/*
	Common Layout
*/
html, body {
  height: 100%; }

.content {
  margin-top: 142px; }
  @media only screen and (min-width: 500px) {
    .content {
      margin-top: 80px; } }

@media only screen and (min-width: 500px) {
  .left-column {
    float: left;
    width: 50%; }
  .right-column {
    float: right;
    width: 50%; } }

@media only screen and (min-width: 768px) {
  .three-col {
    float: left;
    width: 30%;
    margin-right: 2%; } }

.three-col img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto; }

/*
	Header Layouts
	.page-header with colorblock
	
*/
.page-header {
  padding: 40px 0; }
  @media only screen and (min-width: 500px) {
    .page-header {
      padding: 80px 0; } }
  .page-header.image-header {
    position: relative;
    overflow: hidden; }
    .page-header.image-header .hero-image {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: auto;
      min-width: 100%;
      height: auto;
      min-height: 100%; }
  .page-header.colorblock {
    background-color: #e51739; }
    .page-header.colorblock.green {
      background-color: #42973a; }
    .page-header.colorblock.blue {
      background-color: #019fc2; }
    .page-header.colorblock.purple {
      background-color: #8078b7; }
    .page-header.colorblock.orange {
      background-color: #f37121; }
    .page-header.colorblock.gold {
      background-color: #fea500; }
    .page-header.colorblock.yellow {
      background-color: #f5db00; }
    .page-header.colorblock.transparent {
      background-color: transparent; }
      .page-header.colorblock.transparent .breadcrumb-section h5, .page-header.colorblock.transparent .breadcrumb-section h5 a {
        color: black; }
      .page-header.colorblock.transparent h1 {
        color: black; }
    .page-header.colorblock.white {
      background-color: white; }
      .page-header.colorblock.white .breadcrumb-section h5, .page-header.colorblock.white .breadcrumb-section h5 a {
        color: black; }
      .page-header.colorblock.white h1 {
        color: black; }
  .page-header .header-content {
    z-index: 200;
    position: relative; }
  .page-header .breadcrumb-section {
    margin-bottom: 30px; }
    .page-header .breadcrumb-section h5, .page-header .breadcrumb-section h5 a {
      color: white; }
  .page-header .section-content {
    width: 100%;
    margin-bottom: 50px; }
    @media only screen and (min-width: 768px) {
      .page-header .section-content {
        width: 61.835748792271%;
        /* 640px / 1035 */
        width: 75%;
        /* 640px / 1035 */ } }
  .page-header h1 {
    color: white;
    font-size: 50px;
    font-size: 3.57143rem; }
    @media only screen and (min-width: 500px) {
      .page-header h1 {
        font-size: 100px;
        font-size: 7.14286rem; } }
  .page-header h3 {
    color: black;
    font-weight: 200;
    line-height: 1.4;
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 1.375;
    /* 33 / 24 */ }

.breadcrumb-section h5 {
  font-weight: 800;
  color: black;
  font-size: 18px;
  font-size: 1.28571rem; }
  .breadcrumb-section h5 a {
    text-decoration: none;
    color: black;
    display: block;
    float: left; }
    @media only screen and (min-width: 500px) {
      .breadcrumb-section h5 a {
        display: inline; } }
    .breadcrumb-section h5 a:hover, .breadcrumb-section h5 a.bread-hub:hover {
      color: #e71d40; }
    .breadcrumb-section h5 a.bread-hub:hover {
      color: #e71d40; }
    .breadcrumb-section h5 a.bread-hub.redline:hover {
      color: #e71d40; }
    .breadcrumb-section h5 a.bread-hub.greenline:hover {
      color: #42973a; }
    .breadcrumb-section h5 a.bread-hub.blueline:hover {
      color: #019fc2; }
    .breadcrumb-section h5 a.bread-hub.purpleline:hover {
      color: #8078b7; }
    .breadcrumb-section h5 a.bread-hub.orangeline:hover {
      color: #f37121; }
    .breadcrumb-section h5 a.bread-hub.goldline:hover {
      color: #fea500; }
    .breadcrumb-section h5 a.bread-hub.yellowline:hover {
      color: #f5db00; }
    .breadcrumb-section h5 a.bread-hub.whiteline:hover {
      color: black; }
    .breadcrumb-section h5 a.bread-hub.blackline:hover {
      color: white; }
  .breadcrumb-section h5 .sep {
    display: block;
    float: left;
    margin-left: 2%;
    margin-bottom: 10px; }
    @media only screen and (min-width: 500px) {
      .breadcrumb-section h5 .sep {
        display: inline;
        margin: 0; } }
  .breadcrumb-section h5 .bread-current {
    float: none;
    clear: left; }
  .breadcrumb-section h5.redline a:hover {
    color: #e71d40; }
  .breadcrumb-section h5.greenline a:hover {
    color: #42973a; }
  .breadcrumb-section h5.blueline a:hover {
    color: #019fc2; }
  .breadcrumb-section h5.purpleline a:hover {
    color: #8078b7; }
  .breadcrumb-section h5.orangeline a:hover {
    color: #f37121; }
  .breadcrumb-section h5.goldline a:hover {
    color: #fea500; }
  .breadcrumb-section h5.yellowline a:hover {
    color: #f5db00; }
  .breadcrumb-section h5.whiteline a:hover {
    color: black; }
  .breadcrumb-section h5.blackline a:hover {
    color: white; }
  .breadcrumb-section h5 .shortline:after {
    bottom: -10px; }
  .breadcrumb-section h5.redline .shortline::after {
    background-color: #e71d40; }
  .breadcrumb-section h5.greenline .shortline::after {
    background-color: #42973a; }
  .breadcrumb-section h5.blueline .shortline::after {
    background-color: #019fc2; }
  .breadcrumb-section h5.purpleline .shortline::after {
    background-color: #8078b7; }
  .breadcrumb-section h5.orangeline .shortline::after {
    background-color: #f37121; }
  .breadcrumb-section h5.goldline .shortline::after {
    background-color: #fea500; }
  .breadcrumb-section h5.yellowline .shortline::after {
    background-color: #f5db00; }
  .breadcrumb-section h5.whiteline .shortline::after {
    background-color: white; }
  .breadcrumb-section h5.blackline .shortline::after {
    background-color: black; }

.cta-buttons {
  overflow: hidden; }
  .cta-buttons ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; }
    .cta-buttons ul li {
      width: 100%;
      margin: 0 auto;
      display: block;
      padding: 0;
      text-align: center;
      background-color: #42973a; }
      @media only screen and (min-width: 500px) {
        .cta-buttons ul li {
          white-space: nowrap;
          float: left;
          margin: 0;
          width: auto; } }
      .cta-buttons ul li.redbutton {
        background-color: #e71d40; }
      .cta-buttons ul li.greenbutton {
        background-color: #42973a; }
      .cta-buttons ul li.bluebutton {
        background-color: #019fc2; }
      .cta-buttons ul li.purplebutton {
        background-color: #8078b7; }
      .cta-buttons ul li.orangebutton {
        background-color: #f37121; }
      .cta-buttons ul li.goldbutton {
        background-color: #fea500; }
      .cta-buttons ul li.yellowbutton {
        background-color: #f5db00; }
      .cta-buttons ul li a {
        display: block;
        margin: 0;
        padding: 10px 20px;
        color: white;
        text-decoration: none; }
        @media only screen and (min-width: 500px) {
          .cta-buttons ul li a {
            white-space: nowrap; } }
        .cta-buttons ul li a:hover {
          opacity: .6; }

/*
	Footer Layout
	big gray callouts
*/
.footer-callouts {
  clear: both;
  margin: 42px 0; }
  .footer-callouts .footer-cta {
    text-align: right;
    position: relative; }
    @media only screen and (min-width: 500px) {
      .footer-callouts .footer-cta {
        width: 49%;
        float: left; } }
    .footer-callouts .footer-cta h5 {
      font-size: 18px;
      font-size: 1.28571rem; }
      @media only screen and (min-width: 500px) {
        .footer-callouts .footer-cta h5 {
          font-size: 24px;
          font-size: 1.71429rem; } }
    .footer-callouts .footer-cta a {
      display: block;
      width: 90%;
      text-decoration: none;
      color: white;
      font-weight: 300;
      background-color: #555;
      padding: 20px 5%; }
      @media only screen and (min-width: 500px) {
        .footer-callouts .footer-cta a {
          padding: 35px 5%;
          min-height: auto; } }
      @media only screen and (min-width: 500px) {
        .footer-callouts .footer-cta a img {
          padding-right: 10px;
          position: static; } }
    .footer-callouts .footer-cta:hover {
      opacity: .8; }
  .footer-callouts .cta-right {
    text-align: left; }
    @media only screen and (min-width: 500px) {
      .footer-callouts .cta-right {
        float: right; } }
    @media only screen and (min-width: 500px) {
      .footer-callouts .cta-right a img {
        padding-right: 0;
        padding-left: 10px;
        right: 10%;
        left: auto; } }
    .footer-callouts .cta-right.print-page a {
      background: url("../images/icon-printer.png") no-repeat 210px 50% #555; }

/*
	Background Image of the COCA text used on .page-content
*/
.coca-txt-bg {
  position: relative; }
  .coca-txt-bg::after {
    content: "";
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    background: url("../images/text-coca-bg-white.png") no-repeat left 65px transparent;
    width: 100%;
    height: 100%; }
  .coca-txt-bg.coca-txt-bg-gray::after {
    background: url("../images/text-coca-bg-gray.png") no-repeat left 65px transparent; }
  .coca-txt-bg div > div > div {
    position: relative;
    z-index: 200; }

.gray-bg {
  background-color: #f4f4f4; }

/*
	Common Elements
	.shortline w/wo animation
	.arrow-link
	.button w/colors
*/
.shortline {
  position: relative;
  margin-bottom: 30px; }
  .shortline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    width: 35px;
    height: 4px;
    background-color: #e71d40;
    -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .shortline:hover::after {
    width: 100%; }
  .shortline.no-anim:hover::after {
    width: 35px; }
  .shortline.redline::after {
    background-color: #e71d40; }
  .shortline.greenline::after {
    background-color: #42973a; }
  .shortline.blueline::after {
    background-color: #019fc2; }
  .shortline.purpleline::after {
    background-color: #8078b7; }
  .shortline.orangeline::after {
    background-color: #f37121; }
  .shortline.goldline::after {
    background-color: #fea500; }
  .shortline.yellowline::after {
    background-color: #f5db00; }
  .shortline.whiteline::after {
    background-color: white; }
  .shortline.blackline::after {
    background-color: black; }

.line-above {
  position: relative; }
  .line-above::before {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 35px;
    height: 4px;
    background-color: #e71d40;
    -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .line-above.redline::before {
    background-color: #e71d40; }
  .line-above.greenline::before {
    background-color: #42973a; }
  .line-above.blueline::before {
    background-color: #019fc2; }
  .line-above.purpleline::before {
    background-color: #8078b7; }
  .line-above.orangeline::before {
    background-color: #f37121; }
  .line-above.goldline::before {
    background-color: #fea500; }
  .line-above.yellowline::before {
    background-color: #f5db00; }
  .line-above.whiteline::before {
    background-color: white; }
  .line-above.blackline::before {
    background-color: black; }

.arrow-link {
  font-weight: 800;
  color: #00ccff;
  text-decoration: none;
  padding-right: 10px;
  background: url("../images/arrow-black-right.png") no-repeat right center transparent;
  background: url("../images/arrow-blue-right.png") no-repeat right center transparent;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .arrow-link:hover {
    color: #00ccff;
    text-decoration: none;
    padding-right: 20px; }
  .arrow-link.left-arrow {
    background: url("../images/arrow-black-left.png") no-repeat left center transparent;
    background: url("../images/arrow-blue-left.png") no-repeat left center transparent;
    padding-right: 0;
    padding-left: 10px;
    margin-left: -10px; }
    .arrow-link.left-arrow:hover {
      padding-right: 0;
      padding-left: 20px;
      margin-left: -20px; }

.button {
  display: block;
  color: white;
  width: 80%;
  padding: 10px 20px;
  margin-bottom: 15px;
  background-color: #e71d40; }
  .button.inline {
    display: inline;
    display: inline-block;
    width: auto; }
  .button.red {
    background-color: #e71d40; }
  .button.blue {
    background-color: #019fc2; }
  .button.purple {
    background-color: #8078b7; }
  .button.green {
    background-color: #42973a; }
  .button.orange {
    background-color: #f37121; }
  .button.gold {
    background-color: #fea500; }
  .button.yellow {
    background-color: #f5db00; }
  .button:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.6); }

.reveal-content {
  display: none; }

/*
	General Box  Styles
*/
.box,
.page-content-sections .box {
  -webkit-transition: all 500ms ease-in-out;
  -khtml-transition: all 500ms ease-in-out;
  -moz-transition: all 500ms ease-in-out;
  -ms-transition: all 500ms ease-in-out;
  -o-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  color: white;
  background-color: #019fc2; }
  .box.red,
  .page-content-sections .box.red {
    background-color: #e71d40; }
  .box.blue,
  .page-content-sections .box.blue {
    background-color: #019fc2; }
  .box.purple,
  .page-content-sections .box.purple {
    background-color: #8078b7; }
  .box.green,
  .page-content-sections .box.green {
    background-color: #42973a; }
  .box.orange,
  .page-content-sections .box.orange {
    background-color: #f37121; }
  .box.gold,
  .page-content-sections .box.gold {
    background-color: #fea500; }
  .box.yellow,
  .page-content-sections .box.yellow {
    background-color: #f5db00; }
  .box .item-content,
  .page-content-sections .box .item-content {
    padding: 25px; }
    @media only screen and (min-width: 768px) {
      .box .item-content,
      .page-content-sections .box .item-content {
        padding: 35px; } }
    @media only screen and (min-width: 960px) {
      .box .item-content,
      .page-content-sections .box .item-content {
        padding: 45px 55px; } }
  .box h1, .box h2, .box h3, .box h4, .box h5, .box p, .box a:not(.arrow-link),
  .page-content-sections .box h1,
  .page-content-sections .box h2,
  .page-content-sections .box h3,
  .page-content-sections .box h4,
  .page-content-sections .box h5,
  .page-content-sections .box p,
  .page-content-sections .box a:not(.arrow-link) {
    color: white; }
  .box h2,
  .page-content-sections .box h2 {
    font-size: 30px;
    font-size: 2.14286rem;
    font-weight: 800; }
  .box p,
  .page-content-sections .box p {
    font-size: 18px;
    font-size: 1.28571rem;
    font-weight: 300; }
    .box p.noMargin,
    .page-content-sections .box p.noMargin {
      margin-bottom: 0; }
  .box a:not(.arrow-link),
  .page-content-sections .box a:not(.arrow-link) {
    color: white; }
    .box a:not(.arrow-link):hover,
    .page-content-sections .box a:not(.arrow-link):hover {
      color: black; }
  .box .button,
  .page-content-sections .box .button {
    color: white;
    background-color: transparent;
    border: 1px solid white;
    -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
    width: 90%;
    padding: 12px 5%;
    text-align: center; }
    @media only screen and (min-width: 960px) {
      .box .button,
      .page-content-sections .box .button {
        display: inline;
        width: auto;
        padding: 12px 40px; } }
    .box .button:hover,
    .page-content-sections .box .button:hover {
      text-decoration: none;
      color: black;
      border-color: white;
      background-color: white; }
  .box.red .button:hover,
  .page-content-sections .box.red .button:hover {
    color: #e71d40; }
  .box.blue .button:hover,
  .page-content-sections .box.blue .button:hover {
    color: #019fc2; }
  .box.purple .button:hover,
  .page-content-sections .box.purple .button:hover {
    color: #8078b7; }
  .box.green .button:hover,
  .page-content-sections .box.green .button:hover {
    color: #42973a; }
  .box.orange .button:hover,
  .page-content-sections .box.orange .button:hover {
    color: #f37121; }
  .box.gold .button:hover,
  .page-content-sections .box.gold .button:hover {
    color: #fea500; }
  .box.yellow .button:hover,
  .page-content-sections .box.yellow .button:hover {
    color: #f5db00; }
  .box.orange .button:hover,
  .page-content-sections .box.orange .button:hover {
    color: #f37121; }
  .box.gold .button:hover,
  .page-content-sections .box.gold .button:hover {
    color: #fea500; }
  .box.yellow .button:hover,
  .page-content-sections .box.yellow .button:hover {
    color: #f5db00; }

/*
	Event Box  Styles
*/
.box.event-box {
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .box.event-box {
      margin-bottom: 0; } }
  .box.event-box .item-content {
    padding: 30px; }
  .box.event-box.bgimage {
    -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover; }
    @media only screen and (min-width: 1150px) {
      .box.event-box.bgimage {
        margin-left: -150px; } }
  .box.event-box h3 {
    font-size: 30px;
    font-size: 2.14286rem;
    font-weight: 800;
    color: white; }
    @media only screen and (min-width: 500px) {
      .box.event-box h3 {
        font-size: 36px;
        font-size: 2.57143rem; } }
    @media only screen and (min-width: 960px) {
      .box.event-box h3 {
        font-size: 48px;
        font-size: 3.42857rem; } }
  .box.event-box h4 {
    font-size: 21px;
    font-size: 1.5rem;
    font-weight: 300;
    color: white;
    margin-bottom: 0; }
    @media only screen and (min-width: 500px) {
      .box.event-box h4 {
        font-size: 24px;
        font-size: 1.71429rem; } }
    .box.event-box h4.ages {
      margin-bottom: 20px; }
  .box.event-box .excerpt p {
    font-size: 24px;
    font-size: 1.71429rem;
    font-weight: 300;
    color: white; }

.title-art img {
  width: 100%;
  height: auto;
  display: block; }
  @media only screen and (min-width: 960px) {
    .title-art img {
      width: auto; } }

.video-content {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }
  .video-content iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*
	Search Results Page Styles
*/
.search-results-sections.page-content-sections {
  background: no-repeat center bottom transparent;
  padding-bottom: 420px;
  margin-top: 0;
  padding-top: 50px; }
  .search-results-sections.page-content-sections .search-form {
    margin-bottom: 50px; }
  .search-results-sections.page-content-sections .screen-reader-text {
    display: none; }
  .search-results-sections.page-content-sections input[type="text"], .search-results-sections.page-content-sections input[type="search"] {
    border: none;
    border-bottom: 1px solid #019fc2;
    color: #019fc2;
    font-size: 30px;
    font-size: 2.14286rem;
    font-weight: 600;
    padding: 10px;
    width: 80%;
    background-color: transparent; }
  .search-results-sections.page-content-sections button, .search-results-sections.page-content-sections html input[type="button"], .search-results-sections.page-content-sections input[type="reset"], .search-results-sections.page-content-sections input[type="submit"] {
    border: none;
    border-radius: 0;
    padding: 10px;
    font-size: 30px;
    font-size: 2.14286rem;
    background-color: #019fc2;
    color: white; }
    .search-results-sections.page-content-sections button:hover, .search-results-sections.page-content-sections html input[type="button"]:hover, .search-results-sections.page-content-sections input[type="reset"]:hover, .search-results-sections.page-content-sections input[type="submit"]:hover {
      background-color: white;
      color: #019fc2; }
  @media only screen and (min-width: 500px) {
    .search-results-sections.page-content-sections .search-feed {
      width: 75%; } }
  .search-results-sections.page-content-sections .search-feed article {
    border-bottom: 1px solid #019fc2;
    padding-bottom: 30px;
    margin-bottom: 30px;
    clear: both;
    overflow: hidden; }
  @media only screen and (min-width: 500px) {
    .search-results-sections.page-content-sections .search-feed .people .featured, .search-results-sections.page-content-sections .search-feed .people .profile-placeholder {
      float: left;
      width: 30%;
      margin-right: 3%; }
    .search-results-sections.page-content-sections .search-feed .people .entry {
      float: left;
      width: 65%; } }
  .search-results-sections.page-content-sections .post-type {
    font-weight: 800;
    color: black;
    font-size: 18px;
    font-size: 1.28571rem; }
    .search-results-sections.page-content-sections .post-type a {
      text-decoration: none;
      color: black; }
  .search-results-sections.page-content-sections .post-meta {
    position: static;
    overflow: hidden;
    width: auto;
    background-color: transparent;
    color: black;
    padding: 0;
    margin-bottom: 10px; }
    .search-results-sections.page-content-sections .post-meta .post-type {
      margin-bottom: 2px; }
    .search-results-sections.page-content-sections .post-meta .category {
      border-color: black; }
    .search-results-sections.page-content-sections .post-meta p, .search-results-sections.page-content-sections .post-meta a {
      color: black; }
  .search-results-sections.page-content-sections .pagination .pagenav li a {
    background-position: 54% center; }
  .search-results-sections.page-content-sections .pagination .pagenav li.old a {
    background-position: 44% center; }

/*
	404 Page Styles
*/
.error404-sections.page-content-sections {
  background: no-repeat center bottom transparent;
  background-size: cover;
  padding-bottom: 420px;
  margin-top: 0;
  padding-top: 50px; }
  .error404-sections.page-content-sections .screen-reader-text {
    display: none; }
  .error404-sections.page-content-sections input[type="text"], .error404-sections.page-content-sections input[type="search"] {
    border: none;
    border-bottom: 1px solid #42973a;
    color: #42973a;
    font-size: 30px;
    font-size: 2.14286rem;
    font-weight: 600;
    padding: 10px;
    width: 80%;
    background-color: transparent; }
  .error404-sections.page-content-sections button, .error404-sections.page-content-sections html input[type="button"], .error404-sections.page-content-sections input[type="reset"], .error404-sections.page-content-sections input[type="submit"] {
    border: none;
    border-radius: 0;
    padding: 10px;
    font-size: 30px;
    font-size: 2.14286rem;
    background-color: white;
    color: #42973a;
    background-color: #42973a;
    color: white; }
    .error404-sections.page-content-sections button:hover, .error404-sections.page-content-sections html input[type="button"]:hover, .error404-sections.page-content-sections input[type="reset"]:hover, .error404-sections.page-content-sections input[type="submit"]:hover {
      background-color: white;
      color: #42973a; }

/*
	Password Protected Form
*/
.post-password-form {
  color: white;
  background: #4A4A4A;
  margin: 20px auto;
  padding: 10%;
  width: 75%; }
  .post-password-form p {
    color: white;
    text-align: center;
    font-size: 20px;
    font-size: 1.42857rem; }
  .post-password-form label {
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    font-size: 1.28571rem;
    letter-spacing: 1px; }
  .post-password-form input[type="password"] {
    border: none;
    font-size: 20px;
    font-size: 1.42857rem;
    font-weight: 200;
    text-indent: 0.5em; }
    .post-password-form input[type="password"]:focus {
      color: black; }
  .post-password-form input[type="submit"] {
    border: none;
    border-radius: 0;
    padding: 10px;
    font-size: 18px;
    font-size: 1.28571rem;
    background-color: white;
    color: #e71d40;
    background-color: #e71d40;
    color: white;
    margin-top: 20px; }
    .post-password-form input[type="submit"]:hover {
      background-color: white;
      color: #e71d40; }

.sidebar .social-callouts h4 {
  font-size: 18px;
  font-size: 1.28571rem; }

.mobile-show {
  display: block; }
  @media only screen and (min-width: 500px) {
    .mobile-show {
      display: none; } }

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.fancybox-opened {
  z-index: 8030; }

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }

.fancybox-outer, .fancybox-inner {
  position: relative; }

.fancybox-inner {
  overflow: hidden; }

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }

.fancybox-image {
  max-width: 100%;
  max-height: 100%; }

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background: url("../images/iggy/fancybox_sprite.png"); }

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/iggy/fancybox_loading.gif") center center no-repeat; }

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/iggy/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }

.fancybox-prev {
  left: 0; }

.fancybox-next {
  right: 0; }

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }

.fancybox-nav:hover span {
  visibility: visible; }

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }

.fancybox-lock body {
  overflow: hidden !important; }

.fancybox-lock-test {
  overflow-y: hidden !important; }

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("../images/iggy/fancybox_overlay.png"); }

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }

.fancybox-opened .fancybox-title {
  visibility: visible; }

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }

.fancybox-title-inside-wrap {
  padding-top: 10px; }

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background: url("../images/iggy/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background: url("../images/iggy/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  position: relative; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer, .odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner, .odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
  text-align: left;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
  display: block; }

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner, .odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
  display: block;
  -webkit-backface-visibility: hidden; }

.odometer.odometer-auto-theme .odometer-digit .odometer-value, .odometer.odometer-theme-default .odometer-digit .odometer-value {
  display: block;
  -webkit-transform: translateZ(0); }

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value, .odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
  position: absolute; }

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s; }

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%); }

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner, .odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
  -webkit-transition: -webkit-transform 2s;
  -moz-transition: -moz-transform 2s;
  -ms-transition: -ms-transform 2s;
  -o-transition: -o-transform 2s;
  transition: transform 2s;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.odometer.odometer-auto-theme, .odometer.odometer-theme-default {
  font-family: "Helvetica Neue", sans-serif;
  line-height: 1.1em; }

.odometer.odometer-auto-theme .odometer-value, .odometer.odometer-theme-default .odometer-value {
  text-align: center; }

::-moz-selection {
  color: white;
  background: #42973a; }

::selection {
  color: white;
  background: #42973a; }

h1, h2, h3, h4, h5 {
  color: black; }

h1 {
  font-size: 60px;
  font-size: 4.28571rem;
  font-weight: 800; }
  @media only screen and (min-width: 500px) {
    h1 {
      font-size: 140px;
      font-size: 10rem; } }

h2 {
  font-weight: 800;
  font-size: 40px;
  font-size: 2.85714rem; }
  @media only screen and (min-width: 500px) {
    h2 {
      font-size: 50px;
      font-size: 3.57143rem; } }

h3 {
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 1.26666666666667;
  /* 38 / 30 */
  font-weight: 800; }
  @media only screen and (min-width: 500px) {
    h3 {
      font-size: 30px;
      font-size: 2.14286rem; } }

h4 {
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 1.375;
  /* 33 / 24 */
  margin-bottom: .75em; }

h5 {
  font-size: 30px;
  font-size: 2.14286rem;
  line-height: 1.25;
  /* 50 / 40 */
  font-weight: 200;
  margin-bottom: 1em; }
  @media only screen and (min-width: 500px) {
    h5 {
      font-size: 40px;
      font-size: 2.85714rem; } }

p, li {
  font-size: 18px;
  font-size: 1.28571rem;
  color: black; }

a {
  text-decoration: none;
  color: #019ec3; }
  a:hover {
    color: #4A4A4A; }

b, strong {
  font-weight: normal;
  font-weight: 800; }

p .legalese {
  display: block;
  font-size: 12px;
  font-size: 0.85714rem;
  line-height: 1.4;
  font-style: normal;
  font-weight: 300;
  border-top: 1px solid #c4c4c4;
  margin-top: 20px;
  padding-top: 10px; }

hr {
  display: block;
  width: 100%;
  height: 1px;
  margin: 30px auto;
  border: none;
  background: #019fc2;
  color: #019fc2; }

.nav-container ul,
.nav-container li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: static; }

.nav-container a {
  text-decoration: none; }

#mobmenu {
  cursor: pointer;
  display: block;
  float: left;
  padding: 20px 15px 20px 25px;
  width: 25px;
  position: relative;
  z-index: 901;
  width: 30%; }
  @media only screen and (min-width: 500px) {
    #mobmenu {
      width: 75px; } }
  #mobmenu .text {
    display: block;
    float: left;
    width: 40px;
    color: black;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 500ms ease-in-out;
    -khtml-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
  #mobmenu .hamburger {
    float: left;
    text-indent: -999em;
    top: 46%; }
  #mobmenu .hamburger,
  #mobmenu .hamburger:before,
  #mobmenu .hamburger:after {
    cursor: pointer;
    width: 35px;
    height: 5px;
    background-color: black;
    position: absolute;
    display: block;
    content: "";
    right: 0;
    -webkit-transition: all 500ms ease-in-out;
    -khtml-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
  #mobmenu .hamburger:before {
    top: -8px; }
  #mobmenu .hamburger:after {
    bottom: -8px; }

@media only screen and (min-width: 500px) {
  #mobmenu.active .text {
    color: white; }
  #mobmenu.active .hamburger {
    background-color: transparent; }
  #mobmenu.active .hamburger:before,
  #mobmenu.active .hamburger:after {
    background-color: white;
    top: 0; }
  #mobmenu.active .hamburger:before {
    -webkit-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
    zoom: 1; }
  #mobmenu.active .hamburger:after {
    -webkit-transform: rotate(-45deg);
    -khtml-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    filter: progid:DXImageTransform.Microsoft.Matrix( M11=0, M12=0, M21=0, M22=0, sizingMethod='auto expand');
    zoom: 1; } }

#search-menu {
  cursor: pointer;
  display: block;
  float: right;
  margin-right: 5%;
  width: 25%; }
  @media only screen and (min-width: 500px) {
    #search-menu {
      margin-right: 0;
      width: auto; } }
  #search-menu span {
    display: block;
    text-indent: -999em;
    background: url("../images/icon-magnify.png") no-repeat left top transparent;
    width: 24px;
    height: 32px;
    margin-top: 15px; }

#search-menu.active span {
  background: url("../images/icon-magnify-white.png") no-repeat left top transparent; }

#main-nav-container {
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  clear: both;
  font-weight: 500;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 1;
  z-index: 99;
  margin: 163px 0 0;
  position: relative;
  top: 0; }
  @media only screen and (min-width: 500px) {
    #main-nav-container {
      overflow: hidden;
      margin: 120px 0 0;
      padding-top: 30px;
      width: 54%;
      overflow: visible; } }
  @media only screen and (min-width: 768px) {
    #main-nav-container {
      width: 60%; } }
  @media only screen and (min-width: 960px) {
    #main-nav-container {
      padding-top: 0;
      width: 50%; } }

#main-nav-container .menu li {
  font-size: 16px;
  font-size: 1.14286rem; }
  @media only screen and (min-width: 768px) {
    #main-nav-container .menu li {
      font-size: 30px;
      font-size: 2.14286rem;
      letter-spacing: 1.75px; } }
  @media only screen and (min-width: 1452px) {
    #main-nav-container .menu li {
      font-size: 40px;
      font-size: 2.85714rem; } }
  @media screen and (max-height: 1075px) and (min-width: 768px) {
    #main-nav-container .menu li {
      font-size: 18px;
      font-size: 1.28571rem; } }
  @media screen and (max-height: 780px) and (min-width: 768px) {
    #main-nav-container .menu li {
      font-size: 18px;
      font-size: 1.28571rem; } }

#main-nav-container .menu a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 10px 5%;
  width: 90%; }

#main-nav-container .sub-menu {
  position: absolute;
  top: 0;
  left: 105%;
  width: 100%; }
  @media screen and (min-width: 768px) {
    #main-nav-container .sub-menu {
      width: 85%; } }
  #main-nav-container .sub-menu li {
    font-size: 16px;
    font-size: 1.14286rem; }
    @media only screen and (min-width: 768px) {
      #main-nav-container .sub-menu li {
        font-size: 30px;
        font-size: 2.14286rem; } }
    @media only screen and (min-width: 1452px) {
      #main-nav-container .sub-menu li {
        font-size: 40px;
        font-size: 2.85714rem; } }
    @media screen and (max-height: 1075px) and (min-width: 768px) {
      #main-nav-container .sub-menu li {
        font-size: 18px;
        font-size: 1.28571rem; } }
    @media screen and (max-height: 780px) and (min-width: 768px) {
      #main-nav-container .sub-menu li {
        font-size: 18px;
        font-size: 1.28571rem; } }

.mobileback {
  font-size: 14px;
  font-size: 1rem; }

@media only screen and (min-width: 500px) {
  #main-nav-container #explore-nav .sub-menu {
    top: -150px; } }

.overlay-reveal {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s;
  background-color: rgba(66, 151, 58, 0.95);
  z-index: 800;
  width: 100%;
  min-height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed; }
  @media only screen and (min-width: 500px) {
    .overlay-reveal {
      position: fixed; } }
  .overlay-reveal.green {
    background-color: rgba(66, 151, 58, 0.95); }
  .overlay-reveal.blue {
    background-color: rgba(0, 159, 194, 0.95); }
  .overlay-reveal.purple {
    background-color: rgba(130, 121, 184, 0.95); }
  .overlay-reveal.red {
    background-color: rgba(232, 31, 64, 0.95); }
  .overlay-reveal.open {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s; }
  .overlay-reveal .row {
    position: relative; }

.smallview {
  position: absolute;
  padding-bottom: 50px;
  top: 0; }

.overlay-menu {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  padding-bottom: 100px;
  overflow: hidden; }
  .overlay-menu h3 {
    color: white;
    font-size: 14px;
    font-size: 1rem;
    font-weight: 300;
    margin: 10px 0; }
    @media only screen and (min-width: 500px) {
      .overlay-menu h3 {
        margin: 20px 0;
        font-size: 20px;
        font-size: 1.42857rem; } }
    @media only screen and (min-width: 768px) {
      .overlay-menu h3 {
        margin: 40px 0 30px; } }
    @media screen and (max-height: 915px) and (min-width: 500px) {
      .overlay-menu h3 {
        margin: 20px 0; } }
    @media screen and (max-height: 670px) and (min-width: 500px) {
      .overlay-menu h3 {
        margin: 10px 0; } }
  .overlay-menu #main-nav-container {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden; }
    @media only screen and (min-width: 500px) {
      .overlay-menu #main-nav-container {
        -webkit-perspective: 1200px;
        perspective: 1200px; } }
    .overlay-menu #main-nav-container a {
      opacity: 0.65; }
      .overlay-menu #main-nav-container a:hover, .overlay-menu #main-nav-container a.active-sub {
        opacity: 1; }
    @media only screen and (min-width: 500px) {
      .overlay-menu #main-nav-container .menu {
        opacity: 0.4;
        -webkit-transform: translateY(-25%) rotateX(35deg);
        transform: translateY(-25%) rotateX(35deg);
        -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
        transition: transform 0.5s, opacity 0.5s; } }
    .overlay-menu #main-nav-container .menu .sub-menu {
      display: none;
      opacity: 0; }
      @media only screen and (min-width: 500px) {
        .overlay-menu #main-nav-container .menu .sub-menu {
          -webkit-transform: translateY(-25%) rotateX(35deg);
          transform: translateY(-25%) rotateX(35deg);
          -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
          transition: transform 0.5s, opacity 0.5s; } }
      .overlay-menu #main-nav-container .menu .sub-menu a:hover {
        opacity: 1; }
    .overlay-menu #main-nav-container.open-sub {
      border-right: 2px solid white;
      -webkit-transform: rotateX(0deg);
      transform: rotateX(0deg); }
      @media only screen and (max-width: 500px) {
        .overlay-menu #main-nav-container.open-sub {
          -ms-transform: translate(-90%);
          -webkit-transform: translate(-90%);
          transform: translate(-90%); } }
  .overlay-menu.open #main-nav-container .menu {
    opacity: 1; }
    @media only screen and (min-width: 500px) {
      .overlay-menu.open #main-nav-container .menu {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg); } }
    .overlay-menu.open #main-nav-container .menu .sub-menu.open-sub {
      display: block;
      opacity: 1; }
      @media only screen and (min-width: 500px) {
        .overlay-menu.open #main-nav-container .menu .sub-menu.open-sub {
          -webkit-transform: rotateX(0deg);
          transform: rotateX(0deg); } }

.overlay-reveal .search-form {
  margin-top: 150px; }

.overlay-reveal .screen-reader-text {
  display: none; }

.overlay-reveal input[type="text"],
.overlay-reveal input[type="search"] {
  border: none;
  border-bottom: 1px solid white;
  color: white;
  font-size: 30px;
  font-size: 2.14286rem;
  font-weight: 600;
  padding: 10px;
  width: 80%;
  background-color: transparent; }

.overlay-reveal button,
.overlay-reveal html input[type="button"],
.overlay-reveal input[type="reset"],
.overlay-reveal input[type="submit"] {
  border: none;
  border-radius: 0;
  padding: 10px;
  font-size: 30px;
  font-size: 2.14286rem;
  background-color: white;
  color: black; }
  .overlay-reveal button:hover,
  .overlay-reveal html input[type="button"]:hover,
  .overlay-reveal input[type="reset"]:hover,
  .overlay-reveal input[type="submit"]:hover {
    background-color: black;
    color: white; }

#footer-nav-container li {
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: 300; }

#footer-nav-container li a {
  color: #4A4A4A; }

#footer-nav-container li a:hover {
  color: #e71d40; }

@media only screen and (min-width: 960px) {
  #footer-nav-container {
    text-align: center; }
  #footer-nav-container li {
    display: inline-block;
    margin: 0 2%; } }

/*
	Social Icon Navigation
*/
#social-nav {
  list-style: none;
  margin: 0;
  padding: 0; }
  #social-nav li {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left; }
    #social-nav li a {
      display: block;
      text-indent: -999em;
      background: url("../images/social-sprite.png") no-repeat left top transparent;
      width: 33px;
      height: 28px; }
      #social-nav li a:hover {
        opacity: 0.8; }
    #social-nav li.twitter a {
      background-position: 0 0;
      width: 33px;
      height: 28px; }
    #social-nav li.linkedin a {
      background-position: -40px 0; }
    #social-nav li.facebook a {
      background-position: -75px 0; }
    #social-nav li.googleplus a {
      background-position: -109px 0; }
    #social-nav li.youtube a {
      background-position: -149px 0; }
    #social-nav li.instagram a {
      background-position: -192px 0; }

#coca-biz-nav {
  list-style: none;
  margin: 0;
  padding: 0; }
  #coca-biz-nav li {
    float: left;
    margin-bottom: 0; }
    #coca-biz-nav li a {
      display: block;
      text-indent: -999em;
      background: url("../images/social-sprite-orange.png") no-repeat left top transparent;
      width: 35px;
      height: 35px; }
      #coca-biz-nav li a:hover {
        opacity: 0.8; }
    .box #coca-biz-nav li a {
      background: url("../images/social-sprite-white.png") no-repeat left top transparent; }
    #coca-biz-nav li.twitter a {
      background-position: 0 0; }
    #coca-biz-nav li.facebook a {
      background-position: -97px 0; }
    #coca-biz-nav li.googleplus a {
      background-position: -109px 0; }
    #coca-biz-nav li.youtube a {
      background-position: -149px 0; }
    #coca-biz-nav li.instagram a {
      background-position: -192px 0; }
    #coca-biz-nav li.email {
      float: none;
      font-size: 18px;
      font-size: 1.28571rem; }
      @media only screen and (min-width: 768px) {
        #coca-biz-nav li.email {
          font-size: 24px;
          font-size: 1.71429rem; } }
      #coca-biz-nav li.email a {
        text-indent: 0;
        background: none;
        width: auto;
        height: auto;
        clear: both;
        color: black; }
        #coca-biz-nav li.email a:hover {
          color: #a30e31; }
        .box #coca-biz-nav li.email a {
          color: white; }
        .box #coca-biz-nav li.email a:hover {
          color: black; }

/*
	Within the Page Navigation
*/
.contentnav {
  margin: 50px auto 60px;
  overflow: hidden; }
  .contentnav ul {
    width: 100%; }
    .contentnav ul li {
      font-size: 20px;
      font-size: 1.42857rem;
      font-weight: 800; }
      @media only screen and (min-width: 500px) {
        .contentnav ul li {
          float: left; } }
      @media only screen and (min-width: 500px) {
        .contentnav ul li:first-child a {
          padding-left: 0; } }
      .contentnav ul li a {
        display: block;
        padding: 5px 10px;
        color: #898989; }
        .contentnav ul li a:hover {
          color: #a30e31; }

#header {
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
  width: 100%;
  height: 142px; }
  @media only screen and (min-width: 500px) {
    #header {
      height: 80px; } }
  @media only screen and (min-width: 500px) {
    #header.open {
      background-color: transparent; } }

#header #logo {
  display: block;
  width: 194px;
  height: 50px;
  margin: 15px auto;
  cursor: pointer;
  position: relative; }
  @media only screen and (min-width: 500px) {
    #header #logo {
      float: left;
      margin-top: 15px; } }
  #header #logo object {
    height: 100%;
    width: 100%; }

#header #logo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.header-menus {
  width: 100%;
  position: relative;
  z-index: 900; }
  @media only screen and (min-width: 500px) {
    .header-menus {
      float: right;
      width: 160px; } }

.header-row {
  margin: 0 10%; }

.site-announcements {
  margin-top: 80px; }
  .site-announcements .sitewide {
    text-align: center;
    padding: 20px 0;
    color: white;
    font-size: 24px;
    font-size: 1.71429rem; }
    .site-announcements .sitewide a {
      margin-left: 10px;
      padding: 12px 17px;
      border: 1px solid #b8b8b8;
      text-decoration: none;
      color: white;
      font-size: 18px;
      font-size: 1.28571rem;
      -webkit-transition: all 0.3s linear;
      -khtml-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .site-announcements .sitewide a:hover {
        background-color: white;
        color: #42973a; }
  .site-announcements .notifications {
    background-color: rgba(65, 151, 57, 0.8); }
  .site-announcements .alerts {
    background-color: rgba(232, 31, 64, 0.8);
    text-transform: uppercase; }

#footer {
  clear: both;
  background-color: white;
  padding: 60px 0 80px; }

.col {
  margin-bottom: 1em; }

.widgets,
.widget-container {
  list-style: none;
  margin: 0;
  padding: 0; }

.widget-container {
  border: 1px solid #464646;
  font-size: 12px;
  font-size: 0.85714rem;
  padding: 14px 11px;
  margin-bottom: 2em; }
  .widget-container ul, .widget-container li {
    list-style: none;
    margin: 0;
    padding: 0; }
  .widget-container li {
    margin-bottom: 10px;
    margin-bottom: 0.71429rem; }
  .widget-container .widget-title {
    font-family: "Avenir W01", Helvetica, Arial, sans-serif;
    margin-bottom: 14px;
    margin-bottom: 1rem;
    font-size: 14px;
    font-size: 1rem; }

.blog .content {
  position: relative; }

.blog .breadcrumb-section {
  position: absolute;
  top: 20px;
  z-index: 2; }
  .blog .breadcrumb-section h5 a {
    color: white; }

.blog .first-post .featured-image {
  position: relative;
  margin: 0;
  padding: 0;
  max-height: 620px;
  overflow: hidden; }
  .blog .first-post .featured-image img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0; }

.blog .first-post .featured-colorblock {
  position: relative;
  height: 200px;
  background-color: #e71d40; }
  .blog .first-post .featured-colorblock.red {
    background-color: #e71d40; }
  .blog .first-post .featured-colorblock.blue {
    background-color: #019fc2; }
  .blog .first-post .featured-colorblock.purple {
    background-color: #8078b7; }
  .blog .first-post .featured-colorblock.green {
    background-color: #42973a; }
  .blog .first-post .featured-colorblock.orange {
    background-color: #f37121; }
  .blog .first-post .featured-colorblock.gold {
    background-color: #fea500; }
  .blog .first-post .featured-colorblock.yellow {
    background-color: #f5db00; }

.blog .first-post .post-meta {
  position: absolute;
  top: auto;
  bottom: 5px;
  z-index: 2;
  background-color: #e71d40;
  color: white;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 800;
  padding: 17px 20px; }
  .blog .first-post .post-meta.red {
    background-color: #e71d40; }
  .blog .first-post .post-meta.blue {
    background-color: #019fc2; }
  .blog .first-post .post-meta.purple {
    background-color: #8078b7; }
  .blog .first-post .post-meta.green {
    background-color: #42973a; }
  .blog .first-post .post-meta.orange {
    background-color: #f37121; }
  .blog .first-post .post-meta.gold {
    background-color: #fea500; }
  .blog .first-post .post-meta.yellow {
    background-color: #f5db00; }
  .blog .first-post .post-meta div {
    float: left; }
  .blog .first-post .post-meta .category {
    border-right: 1px solid white;
    margin-right: 8px;
    padding-right: 8px; }
  .blog .first-post .post-meta p, .blog .first-post .post-meta a {
    color: white; }

.blog .first-post .entry {
  margin: 60px 0 75px; }
  .blog .first-post .entry .entry-title {
    color: black;
    font-weight: 800;
    position: relative;
    font-size: 50px;
    font-size: 3.57143rem; }
    .blog .first-post .entry .entry-title a {
      color: black; }
      .blog .first-post .entry .entry-title a:hover {
        text-decoration: none; }
    .blog .first-post .entry .entry-title::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -10px;
      width: 35px;
      height: 4px;
      background-color: #e71d40;
      -webkit-transition: all 0.3s linear;
      -khtml-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .blog .first-post .entry .entry-title.red::after {
      background-color: #e71d40; }
    .blog .first-post .entry .entry-title.blue::after {
      background-color: #019fc2; }
    .blog .first-post .entry .entry-title.purple::after {
      background-color: #8078b7; }
    .blog .first-post .entry .entry-title.green::after {
      background-color: #42973a; }
    .blog .first-post .entry .entry-title.orange::after {
      background-color: #f37121; }
    .blog .first-post .entry .entry-title.gold::after {
      background-color: #fea500; }
    .blog .first-post .entry .entry-title.yellow::after {
      background-color: #f5db00; }
    .blog .first-post .entry .entry-title:hover::after {
      width: 100%; }
  .blog .first-post .entry .excerpt p {
    font-size: 24px;
    font-size: 1.71429rem;
    font-weight: 300; }
    .blog .first-post .entry .excerpt p a {
      color: #019fc2;
      font-style: oblique; }

.post-meta {
  position: absolute;
  bottom: 0;
  z-index: 2;
  background-color: #e71d40;
  color: white;
  font-size: 12px;
  font-size: 0.85714rem;
  font-weight: 800;
  width: auto;
  padding: 17px 20px; }
  @media only screen and (min-width: 500px) {
    .post-meta {
      font-size: 14px;
      font-size: 1rem; } }
  @media only screen and (min-width: 768px) {
    .post-meta {
      top: 0;
      bottom: auto; } }
  .post-meta.red {
    background-color: #e71d40; }
  .post-meta.blue {
    background-color: #019fc2; }
  .post-meta.purple {
    background-color: #8078b7; }
  .post-meta.green {
    background-color: #42973a; }
  .post-meta.orange {
    background-color: #f37121; }
  .post-meta.gold {
    background-color: #fea500; }
  .post-meta.yellow {
    background-color: #f5db00; }
  .post-meta div {
    float: left; }
  .post-meta .category {
    border-right: 1px solid white;
    margin-right: 8px;
    padding-right: 8px; }
  .post-meta p, .post-meta a {
    color: white; }

@media only screen and (min-width: 500px) {
  .post-feed {
    float: left;
    width: 70.520833333333%;
    /* 677px / 960px */ } }

.post-feed .post {
  margin-bottom: 85px; }

.post-feed .post-meta {
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .post-feed .post-meta {
      width: auto; } }

.post-feed .featured-image, .post-feed .featured-colorblock {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 283px;
  background-color: black;
  margin-bottom: 42px;
  padding-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .post-feed .featured-image, .post-feed .featured-colorblock {
      height: 336px; } }
  @media only screen and (min-width: 768px) {
    .post-feed .featured-image, .post-feed .featured-colorblock {
      padding-bottom: 0; } }
  .post-feed .featured-image img, .post-feed .featured-colorblock img {
    margin: 0;
    padding: 0;
    opacity: .6;
    width: auto;
    height: 100%; }
    @media only screen and (min-width: 768px) {
      .post-feed .featured-image img, .post-feed .featured-colorblock img {
        width: 100%;
        height: auto;
        min-height: 100%; } }
  .post-feed .featured-image .full-block-link, .post-feed .featured-colorblock .full-block-link {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    border: 0;
    left: 0;
    right: 0; }

.post-feed .featured-colorblock {
  background-color: #e71d40; }
  .post-feed .featured-colorblock.red {
    background-color: #e71d40; }
  .post-feed .featured-colorblock.blue {
    background-color: #019fc2; }
  .post-feed .featured-colorblock.purple {
    background-color: #8078b7; }
  .post-feed .featured-colorblock.green {
    background-color: #42973a; }
  .post-feed .featured-colorblock.orange {
    background-color: #f37121; }
  .post-feed .featured-colorblock.gold {
    background-color: #fea500; }
  .post-feed .featured-colorblock.yellow {
    background-color: #f5db00; }

.post-feed .entry-title {
  position: absolute;
  top: 15%;
  left: 10%;
  width: 80%;
  color: white;
  font-weight: 800;
  font-size: 30px;
  font-size: 2.14286rem; }
  @media only screen and (min-width: 500px) {
    .post-feed .entry-title {
      width: 91%;
      top: 40px;
      left: 40px;
      font-size: 36px;
      font-size: 2.57143rem; } }
  @media only screen and (min-width: 768px) {
    .post-feed .entry-title {
      bottom: 40px;
      top: auto; } }
  .post-feed .entry-title a {
    color: white; }

.post-feed .entry p {
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: 300; }
  .post-feed .entry p a {
    color: #019fc2;
    font-style: oblique; }

.pagination {
  clear: both; }
  .pagination hr {
    display: block;
    width: 80%;
    height: 1px;
    margin: 30px auto;
    border: none;
    background: #ebebeb;
    color: #ebebeb; }
  .pagination .pagenav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .pagination .pagenav li {
    display: block;
    float: left;
    width: 48%;
    font-size: 24px;
    font-size: 1.71429rem;
    font-weight: 300; }
    .pagination .pagenav li.new {
      float: right; }
    .pagination .pagenav li a {
      display: block;
      width: 100%;
      -webkit-transition: all 0.3s linear;
      -khtml-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear;
      background: url("../images/arrow-black-right-17.png") no-repeat transparent;
      background-position: 100% 50%; }
      @media only screen and (min-width: 768px) {
        .pagination .pagenav li a {
          background-position: 70% 50%; } }
      @media only screen and (min-width: 960px) {
        .pagination .pagenav li a {
          background-position: 160px 50%; } }
      .pagination .pagenav li a:hover {
        color: black;
        text-decoration: none; }
  .pagination .pagenav li.old {
    text-align: right; }
    .pagination .pagenav li.old a {
      background: url("../images/arrow-black-left-17.png") no-repeat transparent;
      background-position: 0 50%; }
      @media only screen and (min-width: 768px) {
        .pagination .pagenav li.old a {
          background-position: 40% 50%; } }
      @media only screen and (min-width: 960px) {
        .pagination .pagenav li.old a {
          background-position: 62% 50%; } }

.single .pagination .pagenav li.old {
  padding-right: 5%;
  width: 45%; }
  .single .pagination .pagenav li.old a {
    background-position: 175px 50%; }
    @media only screen and (min-width: 960px) {
      .single .pagination .pagenav li.old a {
        background-position: 300px 50%; } }

.single .pagination .pagenav li.new {
  border-left: 1px solid black;
  padding-left: 5%;
  width: 44%; }
  .single .pagination .pagenav li.new a {
    background-position: 170px 50%; }

.footer-events-callout {
  clear: both;
  margin: 42px 0;
  text-align: center;
  background-color: #555; }
  .footer-events-callout h4 {
    font-size: 24px;
    font-size: 1.71429rem;
    color: white;
    padding: 35px 5% 35px 5%; }
    .footer-events-callout h4 .button {
      font-size: 18px;
      font-size: 1.28571rem;
      margin: 0 0 0 10px;
      padding: 10px;
      width: auto; }
      @media only screen and (min-width: 500px) {
        .footer-events-callout h4 .button {
          display: inline; } }

@media only screen and (min-width: 500px) {
  #blog-sidebar-widget-area {
    float: right;
    width: 21.666666666667%;
    /* 208px / 960px */ } }

#blog-sidebar-widget-area .widget {
  position: relative;
  overflow: hidden;
  padding-bottom: 45px;
  margin-bottom: 25px; }
  #blog-sidebar-widget-area .widget::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 72px;
    height: 1px;
    background-color: #b8b8b8; }
  #blog-sidebar-widget-area .widget:last-child::after {
    content: none; }

#blog-sidebar-widget-area h3 {
  color: black;
  font-size: 24px;
  font-size: 1.71429rem;
  font-weight: 800; }

#blog-sidebar-widget-area h4 {
  font-size: 18px;
  font-size: 1.28571rem; }

#blog-sidebar-widget-area ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  #blog-sidebar-widget-area ul li {
    margin: 0 0 16px 0; }

#blog-sidebar-widget-area .social-callouts .button {
  width: 90%;
  padding: 10px 5%;
  text-align: center;
  font-size: 15px;
  font-size: 1.07143rem;
  margin-bottom: 30px; }

#blog-sidebar-widget-area .search-form {
  position: relative; }
  #blog-sidebar-widget-area .search-form .screen-reader-text {
    display: none; }
  #blog-sidebar-widget-area .search-form .search-field {
    border: none;
    background-color: #ebebeb;
    width: 90%;
    padding: 5px 5%; }
  #blog-sidebar-widget-area .search-form .search-submit {
    display: block;
    position: absolute;
    border: none;
    text-indent: -999em;
    top: 10px;
    right: 5%;
    width: 17px;
    height: 17px;
    background: url("../images/icon-magnify-17.png") no-repeat left top transparent; }

.category h1 {
  font-size: 50px;
  font-size: 3.57143rem; }
  @media only screen and (min-width: 768px) {
    .category h1 {
      font-size: 80px;
      font-size: 5.71429rem; } }
  @media only screen and (min-width: 960px) {
    .category h1 {
      font-size: 100px;
      font-size: 7.14286rem; } }

.category .results-section {
  margin-top: 30px; }

.single-post .content {
  position: relative; }

.single-post .breadcrumb-section {
  position: absolute;
  top: 20px;
  z-index: 2; }
  .single-post .breadcrumb-section h5 a {
    color: white; }
  @media only screen and (max-width: 768px) {
    .single-post .breadcrumb-section .sep, .single-post .breadcrumb-section .bread-current {
      display: none; } }

.single-post .featured-image {
  position: relative;
  margin: 0;
  padding: 0;
  max-height: 620px;
  overflow: hidden;
  min-height: 250px; }
  @media only screen and (min-width: 500px) {
    .single-post .featured-image {
      min-height: none; } }
  .single-post .featured-image img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0; }

.single-post .featured-colorblock {
  position: relative;
  height: 200px;
  background-color: #e71d40; }
  .single-post .featured-colorblock.red {
    background-color: #e71d40; }
  .single-post .featured-colorblock.blue {
    background-color: #019fc2; }
  .single-post .featured-colorblock.purple {
    background-color: #8078b7; }
  .single-post .featured-colorblock.green {
    background-color: #42973a; }
  .single-post .featured-colorblock.orange {
    background-color: #f37121; }
  .single-post .featured-colorblock.gold {
    background-color: #fea500; }
  .single-post .featured-colorblock.yellow {
    background-color: #f5db00; }

.single-post .post-meta {
  bottom: 0;
  top: auto; }
  .single-post .post-meta.red {
    background-color: #e71d40; }
  .single-post .post-meta.blue {
    background-color: #019fc2; }
  .single-post .post-meta.purple {
    background-color: #8078b7; }
  .single-post .post-meta.green {
    background-color: #42973a; }
  .single-post .post-meta.orange {
    background-color: #f37121; }
  .single-post .post-meta.gold {
    background-color: #fea500; }
  .single-post .post-meta.yellow {
    background-color: #f5db00; }
  .single-post .post-meta div {
    float: left; }
  .single-post .post-meta .category {
    border-right: 1px solid white;
    margin-right: 8px;
    padding-right: 8px; }
  .single-post .post-meta p, .single-post .post-meta a {
    color: white; }

.single-post .entry-title {
  clear: both;
  color: black;
  font-weight: 800;
  position: relative;
  font-size: 50px;
  font-size: 3.57143rem; }
  .single-post .entry-title a {
    color: black; }
    .single-post .entry-title a:hover {
      text-decoration: none; }
  .single-post .entry-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 35px;
    height: 4px;
    background-color: #e71d40;
    -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .single-post .entry-title.red::after {
    background-color: #e71d40; }
  .single-post .entry-title.blue::after {
    background-color: #019fc2; }
  .single-post .entry-title.purple::after {
    background-color: #8078b7; }
  .single-post .entry-title.green::after {
    background-color: #42973a; }
  .single-post .entry-title.orange::after {
    background-color: #f37121; }
  .single-post .entry-title.gold::after {
    background-color: #fea500; }
  .single-post .entry-title.yellow::after {
    background-color: #f5db00; }
  .single-post .entry-title:hover::after {
    width: 100%; }
  @media only screen and (min-width: 960px) {
    .single-post .entry-title {
      width: 70.520833333333%;
      /* 677px / 960px */ } }

@media only screen and (min-width: 768px) {
  .single-post article {
    float: left;
    width: 70.520833333333%;
    /* 677px / 960px */ } }

.single-post .share-post {
  margin: 20px 0; }
  @media only screen and (min-width: 768px) {
    .single-post .share-post {
      float: right; } }
  .single-post .share-post p {
    display: block;
    font-weight: 800;
    margin: 5px 10px 0 0; }
    @media only screen and (min-width: 768px) {
      .single-post .share-post p {
        float: left; } }

.single-post #blog-sidebar-widget-area {
  float: none;
  width: 100%; }
  @media only screen and (min-width: 768px) {
    .single-post #blog-sidebar-widget-area {
      float: right;
      width: 21.666666666667%;
      /* 208px / 960px */ } }

.comments-area hr {
  display: block;
  width: 80%;
  height: 1px;
  margin: 30px auto;
  border: none;
  background: #ebebeb;
  color: #ebebeb; }

.comments-area #reply-title {
  clear: both;
  color: white;
  font-size: 22px;
  font-size: 1.57143rem;
  font-weight: 800;
  background-color: #42973a;
  width: 150px;
  margin: 20px auto;
  text-align: center;
  padding: 10px 0;
  cursor: pointer; }

.comments-area #commentform {
  width: 100%;
  display: none; }

.comments-area label {
  display: block;
  float: left;
  width: 15%;
  margin-right: 3%; }

.comments-area input[type="submit"] {
  cursor: pointer;
  border: none;
  padding: 5px 10px;
  background-color: #42973a;
  color: white;
  font-weight: 800; }

.comments-area .comment-list {
  clear: both;
  margin: 0;
  padding: 0; }
  .comments-area .comment-list .comment {
    position: relative;
    display: block;
    clear: both;
    overflow: hidden;
    border-bottom: 1px solid #42973a; }
    .comments-area .comment-list .comment.even {
      background-color: #ebebeb; }
    .comments-area .comment-list .comment a {
      color: #42973a; }
    .comments-area .comment-list .comment .avatar {
      position: absolute;
      top: 10px;
      left: 10px; }
    .comments-area .comment-list .comment .comment-meta {
      float: left;
      margin: 10px 80px;
      font-size: 14px;
      font-size: 1rem; }
    .comments-area .comment-list .comment .comment-author {
      float: right; }
    .comments-area .comment-list .comment .comment-metadata {
      float: left;
      width: 185px;
      margin-right: 10px; }
    .comments-area .comment-list .comment .reply {
      position: absolute;
      bottom: 0;
      right: 0; }
      .comments-area .comment-list .comment .reply a {
        display: block;
        padding: 5px 10px;
        background-color: #42973a;
        color: white;
        font-weight: 800; }
    .comments-area .comment-list .comment .edit-link {
      display: block;
      position: absolute;
      top: 0;
      right: 0; }
      .comments-area .comment-list .comment .edit-link a {
        display: block;
        padding: 5px 10px;
        background-color: #42973a;
        color: white;
        font-weight: 800;
        text-transform: uppercase; }
    .comments-area .comment-list .comment .comment-content {
      clear: both;
      float: left;
      margin: 10px 80px; }
    .comments-area .comment-list .comment .single-post article {
      float: none;
      width: 100%; }

.single-tribe_events .page-header .arrow-link {
  color: #747474;
  font-weight: 200;
  font-style: oblique; }

.single-tribe_events .page-header .section-content {
  width: 100%; }
  .single-tribe_events .page-header .section-content .left-column {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .single-tribe_events .page-header .section-content .left-column {
        float: left;
        width: 48%; } }
  .single-tribe_events .page-header .section-content .right-column {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .single-tribe_events .page-header .section-content .right-column {
        float: right;
        width: 48%; } }
  .single-tribe_events .page-header .section-content .left-column h2 {
    font-size: 30px;
    font-size: 2.14286rem;
    margin-bottom: 50px; }
  .single-tribe_events .page-header .section-content .left-column p {
    font-weight: 800;
    color: #737373;
    margin-bottom: 0; }
    .single-tribe_events .page-header .section-content .left-column p span {
      color: black; }
      .single-tribe_events .page-header .section-content .left-column p span.special-instructions {
        font-size: 14px;
        font-size: 1rem;
        font-style: oblique;
        font-weight: 300; }

.single-tribe_events .page-header .cta-buttons {
  margin: 42px 0 10px; }

.single-tribe_events .page-header .reveal-content {
  clear: both; }

.single-tribe_events .page-content-sections {
  clear: both;
  padding: 40px 0; }

@media only screen and (min-width: 500px) {
  .single-tribe_events .event-content .left-column {
    float: left;
    width: 48%; }
  .single-tribe_events .event-content .right-column {
    float: right;
    width: 48%; } }

.single-tribe_events .event-content .right-column img {
  width: 100%;
  height: auto; }

.single-tribe_events .related-events-section {
  margin-top: 70px; }
  .single-tribe_events .related-events-section .title {
    margin-bottom: 50px; }
  .single-tribe_events .related-events-section .related-events {
    width: 100%;
    margin-bottom: 20px; }
    .single-tribe_events .related-events-section .related-events .event-box {
      background-image: none !important;
      position: relative; }
      @media only screen and (min-width: 768px) {
        .single-tribe_events .related-events-section .related-events .event-box {
          float: left;
          width: 30%;
          margin: 0 1%;
          min-height: 290px; } }
      .single-tribe_events .related-events-section .related-events .event-box .subtitle, .single-tribe_events .related-events-section .related-events .event-box .ages {
        display: none; }
      .single-tribe_events .related-events-section .related-events .event-box h3 {
        font-size: 36px;
        font-size: 2.57143rem; }
  .single-tribe_events .related-events-section .bottom-content {
    clear: both; }
    .single-tribe_events .related-events-section .bottom-content p {
      font-weight: 800;
      color: #737373; }

.single-tribe_events .box.box-2, .single-tribe_events .box.box-4 {
  margin: 0 -50px 0 50px; }

.single-tribe_events .box h1, .single-tribe_events .box h2, .single-tribe_events .box h3, .single-tribe_events .box h4, .single-tribe_events .box h5, .single-tribe_events .box p, .single-tribe_events .box a {
  color: white; }

.single-tribe_events .box a {
  display: inline;
  border: 0;
  padding: 0; }

.square-slideshow {
  margin-top: 40px;
  width: 100%; }
  .square-slideshow .thumbnail {
    float: left;
    width: 48%;
    margin-right: 2%; }

.sponsors-content {
  overflow: hidden; }
  .sponsors-content .shortline {
    color: black; }
  .sponsors-content h3 {
    color: #e71d40; }
  .sponsors-content ul {
    text-align: left; }

.single-people .breadcrumb-section {
  padding: 30px 0; }

.single-people-content {
  overflow: hidden;
  margin: 0 0 140px; }
  @media only screen and (min-width: 500px) {
    .single-people-content {
      margin-top: 80px; } }
  @media only screen and (min-width: 500px) {
    .single-people-content .featured-image {
      float: left;
      width: 42.415458937198%;
      /* 439px / 1035 */ } }
  .single-people-content .featured-image img {
    display: block;
    max-width: 100%;
    height: auto; }
  .single-people-content h1 {
    font-size: 50px;
    font-size: 3.57143rem; }
  @media only screen and (min-width: 500px) {
    .single-people-content .biography {
      float: right;
      width: 51.111111111111%;
      /* 529px / 1035 */ } }
  .single-people-content .biography.no-profile {
    float: none;
    width: 75%; }

.people-content.team-content {
  clear: both;
  overflow: hidden;
  padding: 60px 0; }

/*
	Flexible Content Sections
*/
.page-content-sections {
  margin-top: 50px; }
  .page-content-sections > div {
    clear: both;
    margin-bottom: 50px; }
    .page-content-sections > div.gray-bg {
      margin-bottom: 0;
      padding-bottom: 50px; }
    .page-content-sections > div.bottom-hr .bottom-hr-row {
      overflow: hidden;
      margin-bottom: 25px;
      padding-bottom: 25px;
      border-bottom: 1px solid #019fc2; }
  @media only screen and (min-width: 768px) {
    .page-content-sections .full-width-content .section-content {
      width: 82.125603864734%;
      /* 850px / 1035 */ } }
  .page-content-sections .full-width-callout .section-content {
    margin: -200px auto 0;
    margin: 0 auto 0;
    padding: 25px; }
    @media only screen and (min-width: 768px) {
      .page-content-sections .full-width-callout .section-content {
        padding: 50px;
        width: 75%;
        /* 760px / 1035 */ } }
    .page-content-sections .full-width-callout .section-content h1, .page-content-sections .full-width-callout .section-content h2, .page-content-sections .full-width-callout .section-content h3, .page-content-sections .full-width-callout .section-content h4, .page-content-sections .full-width-callout .section-content h5, .page-content-sections .full-width-callout .section-content p, .page-content-sections .full-width-callout .section-content a {
      color: white; }
    .page-content-sections .full-width-callout .section-content.red {
      background-color: #e71d40; }
    .page-content-sections .full-width-callout .section-content.green {
      background-color: #42973a; }
    .page-content-sections .full-width-callout .section-content.blue {
      background-color: #019fc2; }
    .page-content-sections .full-width-callout .section-content.purple {
      background-color: #8078b7; }
    .page-content-sections .full-width-callout .section-content.orange {
      background-color: #f37121; }
    .page-content-sections .full-width-callout .section-content.gold {
      background-color: #fea500; }
    .page-content-sections .full-width-callout .section-content.yellow {
      background-color: #f5db00; }
    .page-content-sections .full-width-callout .section-content.gray {
      background-color: #f4f4f4; }
  .page-content-sections .two-column-content {
    clear: both;
    overflow: hidden; }
    @media only screen and (min-width: 500px) {
      .page-content-sections .two-column-content .left-column {
        float: left;
        width: 48%; }
      .page-content-sections .two-column-content .right-column {
        float: right;
        width: 48%; } }
    .page-content-sections .two-column-content img {
      display: block;
      width: auto;
      max-width: 100%;
      height: auto; }
    @media only screen and (min-width: 500px) {
      .page-content-sections .two-column-content .right-column.sidebar {
        float: right;
        width: 40%; } }
    .page-content-sections .two-column-content .right-column.sidebar .box {
      background-color: #42973a; }
      @media only screen and (min-width: 500px) {
        .page-content-sections .two-column-content .right-column.sidebar .box.box-0 {
          margin: 0 50px 0 -50px; }
        .page-content-sections .two-column-content .right-column.sidebar .box.box-2 {
          margin: 0 -50px 0 50px; }
        .page-content-sections .two-column-content .right-column.sidebar .box.box-3 {
          margin: 0 25px 0 -25px; }
        .page-content-sections .two-column-content .right-column.sidebar .box.box-4 {
          margin: 0 -25px 0 25px; } }
      .page-content-sections .two-column-content .right-column.sidebar .box.red {
        background-color: #e71d40; }
      .page-content-sections .two-column-content .right-column.sidebar .box.green {
        background-color: #42973a; }
      .page-content-sections .two-column-content .right-column.sidebar .box.blue {
        background-color: #019fc2; }
      .page-content-sections .two-column-content .right-column.sidebar .box.purple {
        background-color: #8078b7; }
      .page-content-sections .two-column-content .right-column.sidebar .box.orange {
        background-color: #f37121; }
      .page-content-sections .two-column-content .right-column.sidebar .box.gold {
        background-color: #fea500; }
      .page-content-sections .two-column-content .right-column.sidebar .box.yellow {
        background-color: #f5db00; }
      .page-content-sections .two-column-content .right-column.sidebar .box.gray {
        background-color: #f4f4f4; }
      .page-content-sections .two-column-content .right-column.sidebar .box .section-content {
        padding: 20px; }
        .page-content-sections .two-column-content .right-column.sidebar .box .section-content h1, .page-content-sections .two-column-content .right-column.sidebar .box .section-content h2, .page-content-sections .two-column-content .right-column.sidebar .box .section-content h3, .page-content-sections .two-column-content .right-column.sidebar .box .section-content h4, .page-content-sections .two-column-content .right-column.sidebar .box .section-content h5, .page-content-sections .two-column-content .right-column.sidebar .box .section-content p, .page-content-sections .two-column-content .right-column.sidebar .box .section-content a {
          color: white; }
        .page-content-sections .two-column-content .right-column.sidebar .box .section-content a:hover {
          color: black; }
    .page-content-sections .two-column-content .right-column.slideshow ul {
      list-style: none;
      margin: 0;
      padding: 0;
      width: 300px;
      margin: 0 auto; }
      .page-content-sections .two-column-content .right-column.slideshow ul li {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: center; }
    .page-content-sections .two-column-content .right-column.slideshow .cycle-pager {
      text-align: center; }
      .page-content-sections .two-column-content .right-column.slideshow .cycle-pager span {
        font-size: 30px;
        font-size: 2.14286rem;
        color: #019fc2;
        cursor: pointer; }
        .page-content-sections .two-column-content .right-column.slideshow .cycle-pager span:hover {
          color: #8078b7; }
        .page-content-sections .two-column-content .right-column.slideshow .cycle-pager span.cycle-pager-active {
          color: #e71d40; }
  .page-content-sections .beige-stripe-content {
    padding: 80px 0;
    margin-bottom: 50px; }
    .page-content-sections .beige-stripe-content img {
      display: block;
      width: 100%;
      height: auto; }
  @media only screen and (min-width: 768px) {
    .page-content-sections .photo-gallery-section .slideshow {
      float: left;
      width: 25%;
      /* 255px / 1035px */
      margin-right: 2%; } }
  .page-content-sections .photo-gallery-section .slideshow ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin: 0 auto;
    width: 100%; }
    .page-content-sections .photo-gallery-section .slideshow ul li {
      list-style: none;
      margin: 0;
      padding: 0;
      text-align: center; }
      .page-content-sections .photo-gallery-section .slideshow ul li img {
        display: block;
        width: 100%;
        height: auto; }
  .page-content-sections .photo-gallery-section .slideshow .cycle-pager {
    text-align: center; }
    .page-content-sections .photo-gallery-section .slideshow .cycle-pager span {
      font-size: 30px;
      font-size: 2.14286rem;
      color: #019fc2;
      cursor: pointer; }
      .page-content-sections .photo-gallery-section .slideshow .cycle-pager span:hover {
        color: #8078b7; }
      .page-content-sections .photo-gallery-section .slideshow .cycle-pager span.cycle-pager-active {
        color: #e71d40; }
  @media only screen and (min-width: 768px) {
    .page-content-sections .photo-gallery-section .section-content {
      float: left;
      width: 70%; } }
  .page-content-sections .button {
    display: inline-block;
    width: auto; }
  .page-content-sections p {
    font-size: 18px;
    font-size: 1.28571rem;
    color: black; }
  .page-content-sections .gray-text {
    font-size: 16px;
    font-size: 1.14286rem;
    color: #404040; }
    .page-content-sections .gray-text em {
      font-size: 14px;
      font-size: 1rem; }

/*
Sponsors Content
*/
.sponsors-content {
  padding: 75px 0 20px; }
  .sponsors-content h3 {
    margin-bottom: 40px; }
  @media only screen and (max-width: 500px) {
    .sponsors-content img {
      display: block;
      width: auto;
      max-width: 100%;
      height: auto; } }
  .sponsors-content ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media only screen and (min-width: 768px) {
      .sponsors-content ul {
        text-align: center; } }
    .sponsors-content ul li {
      font-size: 18px;
      font-size: 1.28571rem;
      margin-bottom: 1.5em; }
      .sponsors-content ul li li {
        font-size: 16px;
        font-size: 1.14286rem; }

/*
Media Resources
*/
.page-id-1197 .page-content-sections .two-column-content img {
  display: block;
  width: auto;
  max-width: 100%; }
  @media only screen and (min-width: 500px) {
    .page-id-1197 .page-content-sections .two-column-content img {
      height: 80px; } }

.page-id-1197 .two-column-content.social-menus {
  overflow: hidden; }
  .page-id-1197 .two-column-content.social-menus .right-column {
    clear: both;
    padding-top: 30px; }
    @media only screen and (min-width: 500px) {
      .page-id-1197 .two-column-content.social-menus .right-column {
        clear: none;
        padding: 0; } }

.page-id-1197 h2 {
  font-size: 36px;
  font-size: 2.57143rem; }

.page-id-1197 .right-column.sidebar {
  position: relative;
  z-index: 300; }

.media-content-sections {
  clear: both;
  margin: 60px 0; }
  .media-content-sections h2 {
    margin-bottom: 30px; }
  .media-content-sections .media-download-section {
    overflow: hidden;
    padding: 60px 0; }
    .media-content-sections .media-download-section h2 {
      margin-bottom: 50px;
      font-size: 36px;
      font-size: 2.57143rem; }
    .media-content-sections .media-download-section .section-title-area {
      clear: both;
      margin-top: 40px; }
      @media only screen and (min-width: 500px) {
        .media-content-sections .media-download-section .section-title-area {
          margin-top: 0; } }
      .media-content-sections .media-download-section .section-title-area h3 {
        border-bottom: 1px solid black;
        padding-bottom: 20px;
        margin-bottom: 30px;
        font-size: 24px;
        font-size: 1.71429rem; }
    @media only screen and (min-width: 500px) {
      .media-content-sections .media-download-section .download-section {
        float: left;
        width: 30%;
        margin-right: 2%;
        margin-bottom: 42px; } }
    .media-content-sections .media-download-section .download-section img {
      display: block;
      width: 100%;
      height: auto; }
    .media-content-sections .media-download-section .download-section h4 {
      font-size: 20px;
      font-size: 1.42857rem;
      vertical-align: bottom;
      margin-top: 10px; }
      @media only screen and (min-width: 500px) {
        .media-content-sections .media-download-section .download-section h4 {
          min-height: 50px;
          margin-top: 0; } }
    .media-content-sections .media-download-section .download-section p {
      text-align: right;
      margin: 15px 0 0 0; }
    .media-content-sections .media-download-section .download-section.download-4, .media-content-sections .media-download-section .download-section.download-7, .media-content-sections .media-download-section .download-section.download-10 {
      clear: both; }
  .media-content-sections .press-release {
    margin-bottom: 20px; }
    .media-content-sections .press-release h4 {
      margin-bottom: .25em; }
  .media-content-sections .date, .media-content-sections .pub {
    margin-bottom: 5px; }
  .media-content-sections .press-releases-section {
    clear: both;
    overflow: hidden;
    padding: 60px 0; }
    .media-content-sections .press-releases-section .bottom-hr-row {
      margin-top: 60px;
      border-bottom: 1px solid black; }

.accordion-content .trigger {
  padding-top: 20px; }
  @media only screen and (min-width: 500px) {
    .accordion-content .trigger:hover::after {
      width: 50%; } }
  .accordion-content .trigger a {
    color: black; }

.accordion-content .content-reveal {
  display: none; }

.alumni-content-sections.people-content {
  display: block;
  margin: 60px 0;
  overflow: hidden;
  position: relative;
  z-index: 500; }
  .alumni-content-sections.people-content .row {
    clear: both;
    margin-bottom: 50px;
    overflow: hidden; }
  .alumni-content-sections.people-content ul {
    display: block; }

.majorevent-content-sections {
  padding-bottom: 20px; }
  .majorevent-content-sections .box {
    width: 75%;
    margin: 20px auto; }

/*
Special Resources
*/
.page-id-1945 .page-header .section-content {
  width: 100%;
  margin: 0; }
  @media only screen and (min-width: 500px) {
    .page-id-1945 .page-header .section-content h1 {
      font-size: 120px;
      font-size: 8.57143rem; } }
  .page-id-1945 .page-header .section-content h3 {
    color: white; }

/*
Classes & Camps 
*/
@media only screen and (max-width: 500px) {
  .page-id-9 .page-header h1 {
    font-size: 50px;
    font-size: 3.57143rem; } }

@media only screen and (min-width: 768px) {
  .page-id-9 .page-header .section-content {
    width: 60%; } }

.page-id-9 .page-content-sections p em {
  font-size: 18px;
  font-size: 1.28571rem; }

.page-id-9 .page-content-sections .gray-text em {
  font-size: 14px;
  font-size: 1rem; }

#holidayhours {
  display: none; }

/*
Policies & Procedures
*/
.page-id-1201 .page-header h1 {
  font-size: 50px;
  font-size: 3.57143rem; }
  @media only screen and (min-width: 500px) {
    .page-id-1201 .page-header h1 {
      font-size: 80px;
      font-size: 5.71429rem; } }

/*
Millstone Gallery
*/
@media only screen and (max-width: 500px) {
  .page-id-471 .page-header h1 {
    font-size: 42px;
    font-size: 3rem; } }

/*
Professional Development
*/
.page-id-512 .page-content-sections {
  margin-top: 0; }

/*
After-School
*/
.page-id-510 h2 {
  font-size: 42px;
  font-size: 3rem; }

/*
Residencies
*/
@media only screen and (max-width: 500px) {
  .page-id-508 .page-header h1 {
    font-size: 42px;
    font-size: 3rem; } }

/*
Arts Integration
*/
@media only screen and (max-width: 500px) {
  .page-id-751 .page-header h1 {
    font-size: 42px;
    font-size: 3rem; } }

/*
Interchange in Action
*/
@media only screen and (max-width: 768px) {
  .page-id-753 .page-content-sections .two-column-content .right-column,
  .page-id-753 .page-content-sections .two-column-content .left-column {
    float: none;
    width: 100%; } }

/*
COCABiz Events
*/
@media only screen and (max-width: 500px) {
  .page-id-1207 .page-header h1 {
    font-size: 42px;
    font-size: 3rem; } }

/*
COCABiz Corporate Training
*/
.page-id-1209 .page-content-sections .beige-stripe-content img {
  width: auto;
  max-width: 100%; }

/*
Notable Alumni
*/
@media only screen and (max-width: 500px) {
  .page-id-1164 .page-header h1 {
    font-size: 42px;
    font-size: 3rem; } }

/*
Community Initiatives
*/
@media only screen and (max-width: 500px) {
  .page-id-1192 .page-header h1 {
    font-size: 42px;
    font-size: 3rem; } }

.page-template-template-home #wrapper {
  height: 100%;
  overflow: visible; }
  .page-template-template-home #wrapper .content {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out; }
    @media only screen and (max-width: 500px) {
      .page-template-template-home #wrapper .content {
        margin-top: 260px; } }
  .page-template-template-home #wrapper.modify #big-video-wrap {
    opacity: .5;
    -webkit-filter: blur(7px);
    -moz-filter: blur(7px);
    -o-filter: blur(7px);
    -ms-filter: blur(7px);
    filter: blur(7px); }
  @media only screen and (min-width: 500px) {
    .page-template-template-home #wrapper.modify .title-art {
      opacity: 0; } }
  @media only screen and (min-width: 768px) {
    .page-template-template-home #wrapper.modify .content {
      margin-top: -200px; } }
  @media only screen and (min-width: 960px) {
    .page-template-template-home #wrapper.modify .content {
      margin-top: -500px; } }
  @media screen and (max-height: 765px) and (min-width: 768px) {
    .page-template-template-home #wrapper.modify .content {
      margin-top: -200px; } }
  @media only screen and (min-width: 500px) {
    .page-template-template-home #wrapper.modify .home-cta-buttons {
      border-bottom: 1px solid rgba(0, 0, 0, 0.5);
      bottom: auto;
      top: 133px; } }

.intro-slide {
  position: relative;
  z-index: 200;
  background-color: black;
  height: 60%;
  margin-top: 142px; }
  @media only screen and (min-width: 500px) {
    .intro-slide {
      top: 0;
      margin-top: 0; } }
  @media only screen and (min-width: 960px) {
    .intro-slide {
      height: 75%; } }
  @media only screen and (min-width: 1150px) {
    .intro-slide {
      height: 95%; } }
  .intro-slide.video-slide {
    background: url("../images/video-placeholder.jpg") transparent no-repeat 75% 50%/cover; }
    @media only screen and (min-width: 768px) {
      .intro-slide.video-slide {
        background: none; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
      .intro-slide.video-slide {
        background: url("../images/video-placeholder.jpg") transparent no-repeat 75% 50%/cover; } }
  .intro-slide .fullscreen {
    display: none;
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden; }
    @media only screen and (min-width: 768px) {
      .intro-slide .fullscreen {
        display: block; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
      .intro-slide .fullscreen {
        display: none; } }
  .intro-slide #big-video-wrap {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .intro-slide #big-video-wrap #big-video-vid {
      z-index: 2; }
  .intro-slide .vjs-control-bar, .intro-slide .vjs-hidden {
    display: none; }
  .intro-slide .video-placeholder {
    display: block;
    position: absolute;
    z-index: 1;
    margin: 0;
    padding: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto; }
  .intro-slide .title-art {
    position: absolute;
    top: 10%;
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    @media only screen and (min-width: 768px) {
      .intro-slide .title-art {
        top: 10%; } }
    @media only screen and (min-width: 1150px) {
      .intro-slide .title-art {
        top: 25%; } }
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
      .intro-slide .title-art {
        top: 25%; } }
    .intro-slide .title-art img {
      display: block;
      width: 70%;
      height: auto; }
      @media only screen and (min-width: 1150px) {
        .intro-slide .title-art img {
          width: auto; } }
      @media screen and (max-height: 960px) {
        .intro-slide .title-art img {
          width: 70%; } }
      @media screen and (max-height: 670px) {
        .intro-slide .title-art img {
          width: 50%; } }
      @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
        .intro-slide .title-art img {
          width: 50%; } }

.home-cta-buttons {
  -webkit-transition: all 0.3s ease-in-out;
  -khtml-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 600;
  position: absolute;
  bottom: 10px;
  left: 5%; }
  @media only screen and (min-width: 500px) {
    .home-cta-buttons {
      bottom: 50px;
      left: auto; } }
  @media only screen and (max-width: 500px) {
    .home-cta-buttons li {
      font-size: 12px;
      font-size: 0.85714rem; } }

.home-clusters {
  position: relative;
  z-index: 300; }

.cluster {
  clear: both; }

.item {
  background-color: #e71d40;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .item {
      margin: 0; } }
  .item.reditem {
    background-color: #e71d40; }
  .item.blueitem {
    background-color: #019fc2; }
  .item.purpleitem {
    background-color: #8078b7; }
  .item.greenitem {
    background-color: #42973a; }
  .item.orangeitem {
    background-color: #f37121; }
  .item.golditem {
    background-color: #fea500; }
  .item.yellowitem {
    background-color: #f5db00; }
  .item.bgimage::after {
    content: "";
    position: absolute;
    z-index: 4;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: .4; }
  .item .item-content {
    position: relative;
    z-index: 5;
    padding: 30px;
    position: relative; }
    @media only screen and (min-width: 960px) {
      .item .item-content {
        padding: 30px 60px; } }
    .item .item-content .button {
      display: block; }
      @media only screen and (min-width: 1150px) {
        .item .item-content .button {
          display: inline; } }
  .item:hover .item-content {
    opacity: .8;
    -webkit-transition: all 0.3s ease-in-out;
    -khtml-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    .item:hover .item-content h3 a {
      color: white; }
  .item:hover .button {
    text-decoration: none;
    color: black;
    border-color: white;
    background-color: white; }
  .item:hover.reditem:hover .button {
    color: #e71d40; }
  .item:hover.blueitem:hover .button {
    color: #019fc2; }
  .item:hover.purpleitem:hover .button {
    color: #8078b7; }
  .item:hover.greenitem:hover .button {
    color: #42973a; }
  .item:hover.orangeitem:hover .button {
    color: #f37121; }
  .item:hover.golditem:hover .button {
    color: #fea500; }
  .item:hover.yellowitem:hover .button {
    color: #f5db00; }
  .item h1, .item h2, .item h3, .item h4, .item h5, .item h6, .item p, .item a {
    color: white; }
  .item h3 {
    font-size: 30px;
    font-size: 2.14286rem;
    font-weight: 800; }
    @media only screen and (min-width: 500px) {
      .item h3 {
        font-size: 36px;
        font-size: 2.57143rem; } }
    @media only screen and (min-width: 960px) {
      .item h3 {
        font-size: 48px;
        font-size: 3.42857rem; } }
  .item p {
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 1.1;
    font-weight: 300;
    font-weight: 200; }
  .item a {
    text-decoration: none; }
  .item.reditem {
    background-color: #e71d40; }
  .item.greenitem {
    background-color: #42973a; }
  .item.blueitem {
    background-color: #019fc2; }
  .item.purpleitem {
    background-color: #8078b7; }
  @media only screen and (min-width: 768px) {
    .item.left-item {
      float: left;
      width: 50%; }
    .item.right-item {
      float: right;
      width: 50%; } }
  .item.top-item {
    margin-top: -105px; }
    @media only screen and (min-width: 768px) {
      .item.top-item {
        float: right;
        width: 50%;
        width: 61%;
        margin-right: -6%; } }
    @media only screen and (min-width: 960px) {
      .item.top-item {
        width: 55.6%;
        /* 533px / 960px */
        margin-right: 0; } }
  @media only screen and (min-width: 768px) {
    .cluster.three-item .item.left-item {
      width: 51%;
      margin-left: -6%; } }
  @media only screen and (min-width: 960px) {
    .cluster.three-item .item.left-item {
      margin-left: -5%;
      width: 49.4%; } }
  @media only screen and (min-width: 768px) {
    .cluster.three-item .item.right-item {
      width: 61%;
      margin-right: -6%; } }
  @media only screen and (min-width: 960px) {
    .cluster.three-item .item.right-item {
      width: 65.2%;
      width: 61.6%;
      margin-left: -10%; } }
  @media only screen and (min-width: 768px) {
    .cluster.two-item-equal .item.left-item,
    .cluster.two-item-equal .item.right-item {
      float: left;
      width: 50%; } }
  @media only screen and (min-width: 960px) {
    .cluster.two-item-equal .item.left-item,
    .cluster.two-item-equal .item.right-item {
      margin: 0; } }
  @media only screen and (min-width: 768px) {
    .cluster.two-item-different .item.left-item,
    .cluster.two-item-different .item.right-item {
      float: left; } }
  .cluster.two-item-different .item.left-item {
    height: auto; }
    @media only screen and (min-width: 768px) {
      .cluster.two-item-different .item.left-item {
        width: 40%;
        margin-left: -6%; } }
  @media only screen and (min-width: 768px) {
    .cluster.two-item-different .item.right-item {
      width: 71%;
      margin-right: -6%; } }
  @media only screen and (min-width: 960px) {
    .cluster.two-item-different .item.right-item {
      width: 60%; } }
  @media only screen and (min-width: 768px) {
    .cluster.one-item .item {
      height: 275px; }
      .cluster.one-item .item.left-item {
        margin: 0 auto;
        float: none;
        width: 50%;
        width: 700px; } }

.home-blog-feed {
  clear: both;
  margin-top: 90px; }
  .home-blog-feed ul {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 40px; }
    .home-blog-feed ul li {
      list-style: none;
      margin: 0;
      padding: 0;
      display: block;
      border-bottom: 1px solid #b8b8b8;
      margin-bottom: 30px; }
      @media only screen and (min-width: 768px) {
        .home-blog-feed ul li {
          float: left;
          width: 25%;
          min-height: 200px;
          margin-bottom: 0;
          margin-right: 5%;
          padding-right: 5%;
          border-right: 1px solid #b8b8b8;
          border-bottom: none; } }
      .home-blog-feed ul li.news-3 {
        border: none;
        margin-right: 0;
        padding-right: 0; }
      .home-blog-feed ul li h4 {
        font-weight: 800; }
        .home-blog-feed ul li h4 a {
          color: black; }
      .home-blog-feed ul li p {
        font-weight: 800;
        font-size: 14px;
        font-size: 1rem; }

.page-template-template-contact .contact-form {
  padding: 65px 0;
  background: no-repeat center top #8078b7;
  background-size: cover; }

.page-template-template-contact h1 {
  color: white; }

.page-template-template-contact .breadcrumb-section h5 a {
  color: white; }

@media only screen and (min-width: 500px) {
  .page-template-template-contact .left-column {
    float: left;
    width: 47%; }
  .page-template-template-contact .right-column {
    float: right;
    width: 47%; } }

.page-template-template-contact .gform_wrapper {
  margin: 0 auto;
  color: white;
  position: relative; }
  @media only screen and (min-width: 768px) {
    .page-template-template-contact .gform_wrapper {
      width: 77.083333333333%;
      /* 740px / 960px */ } }
  .page-template-template-contact .gform_wrapper .top_label .gfield_label {
    color: white; }
    @media only screen and (min-width: 500px) {
      .page-template-template-contact .gform_wrapper .top_label .gfield_label {
        display: none; } }
  .page-template-template-contact .gform_wrapper .gfield_required {
    color: white; }
  .page-template-template-contact .gform_wrapper .top_label input.medium, .page-template-template-contact .gform_wrapper .top_label select.medium {
    width: 100%;
    border: none;
    font-size: 20px;
    font-size: 1.42857rem;
    font-weight: 200;
    text-indent: 0.5em; }
    .page-template-template-contact .gform_wrapper .top_label input.medium:focus, .page-template-template-contact .gform_wrapper .top_label select.medium:focus {
      color: black; }
  .page-template-template-contact .gform_wrapper input[type="text"]:focus {
    color: black; }
  @media only screen and (min-width: 500px) {
    .page-template-template-contact .gform_wrapper ul li.gfield {
      float: left;
      width: 42%; } }
  @media only screen and (min-width: 500px) {
    .page-template-template-contact .gform_wrapper #field_1_5 {
      clear: none;
      position: absolute;
      right: 0;
      width: 56%; } }
  .page-template-template-contact .gform_wrapper #field_1_5 textarea {
    height: 220px;
    font-size: 24px;
    font-size: 1.71429rem;
    font-weight: 200;
    text-indent: 0.5em; }
  .page-template-template-contact .gform_wrapper #field_1_6 .ginput_container {
    margin: 0; }
  .page-template-template-contact .gform_wrapper #field_1_6 .gfield_checkbox li label {
    color: white; }
  @media only screen and (min-width: 960px) {
    .page-template-template-contact .gform_wrapper #field_1_6 {
      margin-left: 43% !important; } }
  .page-template-template-contact .gform_wrapper .gform_footer input.button, .page-template-template-contact .gform_wrapper .gform_footer input[type="image"], .page-template-template-contact .gform_wrapper .gform_footer input[type="submit"] {
    display: block;
    margin: 0 auto;
    width: 50%;
    padding: 10px;
    background-color: #42973a;
    color: white;
    font-weight: 300;
    font-size: 18px;
    font-size: 1.28571rem;
    font-style: oblique;
    border-radius: 0;
    border: none; }
    @media only screen and (min-width: 500px) {
      .page-template-template-contact .gform_wrapper .gform_footer input.button, .page-template-template-contact .gform_wrapper .gform_footer input[type="image"], .page-template-template-contact .gform_wrapper .gform_footer input[type="submit"] {
        margin-top: -60px;
        display: inline-block;
        float: right;
        width: 15%; } }
    .page-template-template-contact .gform_wrapper .gform_footer input.button:hover, .page-template-template-contact .gform_wrapper .gform_footer input[type="image"]:hover, .page-template-template-contact .gform_wrapper .gform_footer input[type="submit"]:hover {
      color: rgba(255, 255, 255, 0.6); }

.page-template-template-contact .gform_wrapper div.validation_error {
  border-bottom: 2px solid white;
  border-top: 2px solid white;
  color: white; }

.page-template-template-contact .gform_confirmation_message {
  color: white;
  font-size: 24px;
  font-size: 1.71429rem;
  font-weight: 800; }

.page-template-template-contact .contact-columns {
  margin: 0 auto;
  padding: 55px 0;
  width: 77.083333333333%;
  /* 740px / 960px */
  overflow: hidden; }
  .page-template-template-contact .contact-columns .row {
    clear: both; }
  .page-template-template-contact .contact-columns h2 {
    position: relative;
    margin-bottom: 30px;
    font-size: 24px;
    font-size: 1.71429rem;
    color: black; }
  .page-template-template-contact .contact-columns p {
    font-weight: 300;
    font-size: 16px;
    font-size: 1.14286rem; }
    .page-template-template-contact .contact-columns p em {
      font-size: 14px;
      font-size: 1rem; }

.intro-slide.image-slide {
  position: relative;
  width: 100%;
  background-color: white;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  height: 80%;
  margin-top: 142px; }
  @media only screen and (min-width: 500px) {
    .intro-slide.image-slide {
      height: 100%;
      margin-top: 0; } }
  .intro-slide.image-slide .fullscreen {
    display: block;
    -webkit-transition: all 1s linear;
    -khtml-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    position: relative;
    z-index: 4;
    opacity: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/about-title-mask-w350.png") transparent no-repeat center -50px/cover; }
    @media only screen and (min-width: 500px) {
      .intro-slide.image-slide .fullscreen {
        background: url("../images/about-title-mask-w700.png") transparent no-repeat center center/cover; } }
    @media only screen and (min-width: 960px) {
      .intro-slide.image-slide .fullscreen {
        background: url("../images/about-title-mask-w1400.png") transparent no-repeat center center/cover; } }
    @media only screen and (min-width: 1452px) {
      .intro-slide.image-slide .fullscreen {
        background: url("../images/about-title-mask-3200.png") transparent no-repeat center center/cover; } }
    .page-template-template-preprof-php .intro-slide.image-slide .fullscreen {
      background: url("../images/preprof-title-mask-w350.png") transparent no-repeat center center/cover; }
      @media only screen and (min-width: 500px) {
        .page-template-template-preprof-php .intro-slide.image-slide .fullscreen {
          background: url("../images/preprof-title-mask-w700.png") transparent no-repeat center center/cover; } }
      @media only screen and (min-width: 960px) {
        .page-template-template-preprof-php .intro-slide.image-slide .fullscreen {
          background: url("../images/preprof-title-mask-w1400.png") transparent no-repeat center center/cover; } }
      @media only screen and (min-width: 1452px) {
        .page-template-template-preprof-php .intro-slide.image-slide .fullscreen {
          background: url("../images/preprof-title-mask-3200.png") transparent no-repeat center center/cover; } }
      @media screen and (max-height: 1075px) and (min-width: 768px) {
        .page-template-template-preprof-php .intro-slide.image-slide .fullscreen {
          background: url("../images/preprof-title-mask-w600.png") transparent no-repeat center center/cover; } }
  .intro-slide.image-slide .mask-image-section {
    -webkit-transition: all 1s linear;
    -khtml-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -ms-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    margin: 0;
    padding: 0;
    overflow: hidden;
    opacity: 1;
    z-index: 2;
    position: fixed;
    left: 0;
    width: 100%;
    height: auto;
    height: 50%;
    top: 142px; }
    @media only screen and (min-width: 500px) {
      .intro-slide.image-slide .mask-image-section {
        height: 100%;
        top: 80px; } }
    .intro-slide.image-slide .mask-image-section.animOver {
      position: relative; }
    .intro-slide.image-slide .mask-image-section .mask-image {
      display: block;
      width: 100%;
      height: auto; }
  .intro-slide.image-slide .breadcrumb-section {
    z-index: 4;
    position: relative; }
    @media only screen and (min-width: 500px) {
      .intro-slide.image-slide .breadcrumb-section {
        margin-top: 120px; } }
  .intro-slide.image-slide .subheadline {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 20px; }
    @media only screen and (min-width: 500px) {
      .intro-slide.image-slide .subheadline {
        bottom: 50px; } }
    .page-template-template-about-php .intro-slide.image-slide .subheadline {
      bottom: 35px; }
      @media only screen and (min-width: 500px) {
        .page-template-template-about-php .intro-slide.image-slide .subheadline {
          bottom: 50px; } }
    .intro-slide.image-slide .subheadline h3 {
      font-size: 24px;
      font-size: 1.71429rem;
      position: relative;
      z-index: 4;
      -webkit-transition: all 0.3s linear;
      -khtml-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      @media only screen and (min-width: 500px) {
        .intro-slide.image-slide .subheadline h3 {
          font-size: 30px;
          font-size: 2.14286rem; } }

.page-template-template-about #wrapper,
.page-template-template-default #wrapper {
  height: 100%;
  overflow: visible; }
  .page-template-template-about #wrapper .content,
  .page-template-template-default #wrapper .content {
    margin-top: 0;
    position: relative;
    z-index: 300; }
    .page-template-template-about #wrapper .content .row,
    .page-template-template-default #wrapper .content .row {
      position: relative;
      z-index: 10000; }

.main-content-section {
  background-color: #e71d40;
  color: white;
  position: relative;
  z-index: 300;
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .main-content-section .section-content {
    position: relative;
    z-index: 300;
    padding: 15% 10%;
    margin-top: -20px; }
    @media only screen and (min-width: 500px) {
      .main-content-section .section-content {
        margin-top: -100px; } }
    @media only screen and (min-width: 960px) {
      .main-content-section .section-content {
        padding: 75px 142px; } }
    .main-content-section .section-content h3 {
      color: white;
      font-weight: 500;
      position: relative;
      font-size: 24px;
      font-size: 1.71429rem; }
      @media only screen and (min-width: 500px) {
        .main-content-section .section-content h3 {
          font-size: 30px;
          font-size: 2.14286rem; } }
      .main-content-section .section-content h3.line-above::before {
        background-color: #b3113b; }
    .main-content-section .section-content p {
      font-weight: 200;
      font-size: 18px;
      font-size: 1.28571rem; }
      @media only screen and (min-width: 500px) {
        .main-content-section .section-content p {
          font-size: 24px;
          font-size: 1.71429rem; } }

.about-sections ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.left-photo-section .left-image {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 20px; }
  @media only screen and (min-width: 768px) {
    .left-photo-section .left-image {
      margin-top: 0;
      float: left;
      width: 40%; } }
  @media only screen and (min-width: 960px) {
    .left-photo-section .left-image {
      width: auto;
      margin-left: -175px;
      margin-bottom: -20px; } }

.left-photo-section .section-content {
  padding-top: 30px; }
  @media only screen and (min-width: 768px) {
    .left-photo-section .section-content {
      float: right;
      width: 55.845410628019%;
      /* 578px / 1035px */ } }
  @media only screen and (min-width: 960px) {
    .left-photo-section .section-content {
      padding-top: 70px; } }
  .left-photo-section .section-content h3 {
    font-size: 36px;
    font-size: 2.57143rem;
    color: black;
    position: relative;
    margin-bottom: 50px; }

.image-title-section {
  clear: both;
  background-color: #f5f5f5;
  padding: 115px 0; }
  .image-title-section .title-image {
    display: block;
    margin: 0 auto;
    width: 95%;
    height: auto; }
  .image-title-section .section-content {
    display: block;
    margin: 60px auto 0;
    width: 90%; }
    .image-title-section .section-content ul {
      font-size: 24px;
      font-size: 1.71429rem; }

.blue-bg-section {
  margin: -25px auto 0;
  background-color: #009ec2; }
  @media only screen and (min-width: 768px) {
    .blue-bg-section {
      width: 74.106280193237%;
      /* 767px / 1035px */ } }
  .blue-bg-section .section-content {
    padding: 15% 10%; }
    @media only screen and (min-width: 960px) {
      .blue-bg-section .section-content {
        padding: 85px 65px; } }
    .blue-bg-section .section-content p {
      color: white;
      font-size: 18px;
      font-size: 1.28571rem;
      margin-bottom: 0; }
      @media only screen and (min-width: 768px) {
        .blue-bg-section .section-content p {
          font-size: 24px;
          font-size: 1.71429rem; } }

.right-cluster-section .section-content {
  padding-top: 110px; }
  @media only screen and (min-width: 770px) {
    .right-cluster-section .section-content {
      float: left;
      width: 53.333333333333%;
      /* 552px / 1035px */ } }
  .right-cluster-section .section-content h2 {
    color: black;
    margin-bottom: 50px; }
  .right-cluster-section .section-content p {
    font-size: 18px;
    font-size: 1.28571rem;
    font-weight: 200; }

.right-cluster-section .photo-cluster .cluster-image {
  position: relative; }
  .right-cluster-section .photo-cluster .cluster-image img {
    display: block;
    width: 100%;
    height: auto; }
  .right-cluster-section .photo-cluster .cluster-image .caption {
    cursor: pointer;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 5%;
    right: 5%;
    bottom: 5%;
    left: 5%;
    padding: 5%;
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    font-size: 18px;
    font-size: 1.28571rem;
    font-weight: 200;
    -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .right-cluster-section .photo-cluster .cluster-image .caption p {
      color: white; }
  .right-cluster-section .photo-cluster .cluster-image:hover .caption {
    opacity: 1; }

@media only screen and (min-width: 768px) {
  .right-cluster-section .photo-cluster .right-column {
    float: right;
    width: 45%; } }

.right-cluster-section .photo-cluster .image-1 {
  float: right;
  width: 45%;
  width: 100%;
  height: auto; }

.right-cluster-section .photo-cluster .image-2 {
  float: left;
  width: auto;
  height: auto; }

.right-cluster-section .photo-cluster .left-column {
  float: right; }
  @media only screen and (min-width: 768px) {
    .right-cluster-section .photo-cluster .left-column {
      margin-top: 80px; } }

.right-cluster-section .photo-cluster .image-3 {
  float: right;
  width: auto;
  height: auto; }

.right-cluster-section .photo-cluster .image-4 {
  float: right;
  clear: right;
  width: auto;
  height: auto; }

.page-template-template-default .content .row {
  padding: 5rem 0 0; }

.page-template-template-default .page-header .section-content h3 {
  color: #fff; }

.page-template-template-preprof #wrapper {
  height: 100%;
  overflow: visible; }
  .page-template-template-preprof #wrapper .content {
    position: relative;
    z-index: 300; }

.preprof-sections {
  -webkit-transition: all 0.3s linear;
  -khtml-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  z-index: 300; }

.box-right-section {
  width: 100%; }
  @media only screen and (min-width: 500px) {
    .box-right-section {
      float: right;
      width: 50%;
      /* 520px / 1035px */ } }
  @media only screen and (min-width: 960px) {
    .box-right-section .top-right-box {
      margin-right: -30px; } }
  @media only screen and (min-width: 500px) {
    .box-right-section .bottom-right-box {
      width: 90%; } }

@media only screen and (min-width: 500px) {
  .middle-left-box {
    float: left;
    width: 50%;
    margin-top: 100px; } }

@media only screen and (min-width: 960px) {
  .middle-left-box {
    width: 53%;
    /* 520px / 1035px */
    margin: 150px 0 0 -3%; } }

.student-facts {
  clear: both;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px; }
  .student-facts h3 {
    color: #e71d40;
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 80px;
    font-size: 5.71429rem;
    line-height: 1; }
    @media only screen and (min-width: 770px) {
      .student-facts h3 {
        font-size: 110px;
        font-size: 7.85714rem; } }
  .student-facts h4 {
    font-weight: 800;
    color: black;
    font-size: 18px;
    font-size: 1.28571rem;
    margin-bottom: 20px; }
  @media only screen and (min-width: 500px) {
    .student-facts .right-column {
      border-left: 1px solid #e71d40;
      width: 49%; } }
  .student-facts .section-content {
    width: 80%;
    margin: 0 auto; }
    .student-facts .section-content p {
      font-size: 18px;
      font-size: 1.28571rem; }

.auditions-callout-section,
.featured-post-section {
  background-color: #f6f6f6; }
  .auditions-callout-section .section-content,
  .featured-post-section .section-content {
    padding: 42px 0; }
    .auditions-callout-section .section-content img,
    .featured-post-section .section-content img {
      display: block;
      height: auto;
      width: 100%; }
      @media only screen and (min-width: 500px) {
        .auditions-callout-section .section-content img,
        .featured-post-section .section-content img {
          float: left;
          width: 330px;
          margin-top: -84px; } }
    @media only screen and (min-width: 500px) {
      .auditions-callout-section .section-content .description,
      .featured-post-section .section-content .description {
        float: left;
        width: 47.342995169082%;
        /* 490px / 1035px */
        margin-left: 4%;
        /* 42px / 1035px */ } }
    .auditions-callout-section .section-content .description h3,
    .featured-post-section .section-content .description h3 {
      font-weight: 800;
      color: black;
      font-size: 18px;
      font-size: 1.28571rem;
      position: relative;
      margin-bottom: 30px; }
    .auditions-callout-section .section-content .description p,
    .featured-post-section .section-content .description p {
      font-weight: 300;
      color: black;
      font-size: 16px;
      font-size: 1.14286rem; }
    .auditions-callout-section .section-content .description .button,
    .featured-post-section .section-content .description .button {
      display: inline; }

.page-template-template-studentco-php .page-header .section-content {
  width: 100%; }

.page-template-template-studentco-php .page-header h1 {
  font-size: 42px;
  font-size: 3rem; }
  @media only screen and (min-width: 768px) {
    .page-template-template-studentco-php .page-header h1 {
      font-size: 80px;
      font-size: 5.71429rem; } }
  @media only screen and (min-width: 960px) {
    .page-template-template-studentco-php .page-header h1 {
      font-size: 140px;
      font-size: 10rem; } }

.page-template-template-studentco-php .coca-txt-bg div > div {
  position: relative;
  z-index: 200; }

.page-template-template-studentco-php .coca-txt-bg div > div > div {
  position: relative;
  z-index: 100; }

.page-content {
  clear: both; }
  .page-content .main-content {
    padding-top: 65px;
    margin-bottom: 70px; }
    @media only screen and (min-width: 500px) {
      .page-content .main-content {
        width: 62.80193236715%;
        /* 650px / 1035px */
        float: left; } }
    .page-content .main-content h2 {
      font-size: 40px;
      font-size: 2.85714rem; }
    .page-content .main-content p {
      font-size: 24px;
      font-size: 1.71429rem; }
  .page-content .studentco-sections {
    clear: both;
    background-color: #f4f4f4;
    overflow: hidden;
    padding: 60px 0 90px; }
    .page-content .studentco-sections .section-title {
      font-size: 50px;
      font-size: 3.57143rem;
      font-weight: 800;
      color: black; }
      @media only screen and (min-width: 500px) {
        .page-content .studentco-sections .section-title {
          font-size: 60px;
          font-size: 4.28571rem; } }

.company-section {
  clear: both;
  overflow: hidden;
  margin-bottom: 70px; }
  .company-section .company-type {
    font-size: 30px;
    font-size: 2.14286rem;
    color: black;
    font-weight: 800;
    margin-bottom: 42px; }
    .company-section .company-type::after {
      background-color: black; }
  .company-section img {
    width: 100%;
    height: auto; }
    @media only screen and (min-width: 1150px) {
      .company-section img {
        width: auto; } }
  @media only screen and (min-width: 500px) {
    .company-section .left-column {
      width: 47%;
      margin-right: 3%; } }
  .company-section h3 {
    font-size: 20px;
    font-size: 1.42857rem;
    font-weight: 800;
    color: black; }
  .company-section p {
    font-size: 18px;
    font-size: 1.28571rem;
    font-weight: 300; }
  .company-section a {
    color: #019ec6; }
    .company-section a:hover {
      color: #4a4a4a; }
  .company-section strong {
    color: black; }
  .company-section .contact-info p {
    font-size: 14px;
    font-size: 1rem; }

/*
	No Special Template for this page, but ACF & CSS file
*/
.page-id-13 .page-header h1 {
  font-size: 50px;
  font-size: 3.57143rem;
  margin: 60px 0 40px; }
  @media only screen and (min-width: 500px) {
    .page-id-13 .page-header h1 {
      font-size: 60px;
      font-size: 4.28571rem; } }

.page-id-13 .page-header h3 {
  font-size: 24px;
  font-size: 1.71429rem; }

.performances-content-sections .box-section {
  overflow: hidden;
  position: relative;
  z-index: 2; }
  @media only screen and (min-width: 960px) {
    .performances-content-sections .box-section {
      margin: 0 -42px; } }

.performances-content-sections .box {
  position: relative; }
  @media only screen and (min-width: 960px) {
    .performances-content-sections .box {
      float: left;
      width: 33%;
      min-height: 400px; } }
  @media only screen and (min-width: 960px) {
    .performances-content-sections .box a {
      position: absolute;
      bottom: 30px; } }

.performances-content-sections .photo-stripe {
  clear: both;
  width: 100%;
  position: relative;
  z-index: 1;
  margin-top: 20px; }
  @media only screen and (min-width: 960px) {
    .performances-content-sections .photo-stripe {
      margin-top: -145px; } }
  .performances-content-sections .photo-stripe img {
    display: block;
    width: 100%;
    height: auto; }

/*
	Newsletter Template
*/
.page-template-template-newsletter-php .page-header {
  padding-bottom: 10px; }
  @media only screen and (min-width: 500px) {
    .page-template-template-newsletter-php .page-header .section-content {
      width: 65%; } }

.page-template-template-newsletter-php .content {
  position: relative;
  height: 100%;
  overflow: hidden; }

.page-template-template-newsletter-php .footer-callouts {
  margin-top: 20px; }

@media only screen and (min-width: 768px) {
  .page-template-template-newsletter-php .newsletter-content {
    float: left;
    width: 63.768115942029%;
    /* 660px / 1035 */
    width: 61.835748792271%;
    /* 640px / 1035 */ } }

.page-template-template-newsletter-php .gform_wrapper {
  width: 100%;
  position: relative; }
  .page-template-template-newsletter-php .gform_wrapper .top_label .gfield_label {
    display: none; }
  .page-template-template-newsletter-php .gform_wrapper .top_label .gfield {
    width: 100%; }
    @media only screen and (min-width: 500px) {
      .page-template-template-newsletter-php .gform_wrapper .top_label .gfield {
        width: 45%; } }
  .page-template-template-newsletter-php .gform_wrapper .top_label input.medium, .page-template-template-newsletter-php .gform_wrapper .top_label select.medium {
    width: 100%;
    border: none;
    background-color: #ebebeb;
    font-size: 18px;
    font-size: 1.28571rem;
    font-weight: 200;
    text-indent: 0.5em; }
    .page-template-template-newsletter-php .gform_wrapper .top_label input.medium:focus, .page-template-template-newsletter-php .gform_wrapper .top_label select.medium:focus {
      color: black; }
  .page-template-template-newsletter-php .gform_wrapper .top_label li.gfield select {
    text-indent: 0.2em;
    font-weight: 200; }
  @media only screen and (min-width: 500px) {
    .page-template-template-newsletter-php .gform_wrapper .top_label #field_2_8 {
      position: absolute;
      top: 0;
      right: 0;
      width: 45%; }
      .page-template-template-newsletter-php .gform_wrapper .top_label #field_2_8 ul {
        padding-left: 5px; } }
  .page-template-template-newsletter-php .gform_wrapper .top_label #field_2_8 .gfield_label {
    display: block;
    line-height: 1;
    font-size: 18px;
    font-size: 1.28571rem;
    font-weight: 800;
    margin-top: 0;
    color: black; }
  .page-template-template-newsletter-php .gform_wrapper .top_label #field_2_8 .gfield_checkbox li label, .page-template-template-newsletter-php .gform_wrapper .top_label #field_2_8 .gfield_radio li label {
    font-size: 14px;
    font-size: 1rem;
    font-weight: 200;
    font-style: oblique; }
  .page-template-template-newsletter-php .gform_wrapper .top_label #field_2_8 .gfield_checkbox li input, .page-template-template-newsletter-php .gform_wrapper .top_label #field_2_8 .gfield_checkbox li input[type="checkbox"] {
    background-color: #42973a; }
  .page-template-template-newsletter-php .gform_wrapper .gform_footer {
    overflow: hidden; }
  .page-template-template-newsletter-php .gform_wrapper .gform_footer input.button, .page-template-template-newsletter-php .gform_wrapper .gform_footer input[type="image"], .page-template-template-newsletter-php .gform_wrapper .gform_footer input[type="submit"] {
    display: block;
    margin: 0 auto 30px;
    width: 50%;
    background-color: #42973a;
    padding: 10px;
    color: white;
    font-weight: 300;
    font-style: oblique;
    border-radius: 0;
    border: none; }
    @media only screen and (min-width: 500px) {
      .page-template-template-newsletter-php .gform_wrapper .gform_footer input.button, .page-template-template-newsletter-php .gform_wrapper .gform_footer input[type="image"], .page-template-template-newsletter-php .gform_wrapper .gform_footer input[type="submit"] {
        margin-top: 30px; } }
    @media only screen and (min-width: 768px) {
      .page-template-template-newsletter-php .gform_wrapper .gform_footer input.button, .page-template-template-newsletter-php .gform_wrapper .gform_footer input[type="image"], .page-template-template-newsletter-php .gform_wrapper .gform_footer input[type="submit"] {
        display: inline-block;
        float: right;
        clear: both;
        width: 15%;
        margin-left: 30%;
        margin-top: 0; } }
    .page-template-template-newsletter-php .gform_wrapper .gform_footer input.button:hover, .page-template-template-newsletter-php .gform_wrapper .gform_footer input[type="image"]:hover, .page-template-template-newsletter-php .gform_wrapper .gform_footer input[type="submit"]:hover {
      color: rgba(255, 255, 255, 0.6); }
  @media only screen and (min-width: 500px) {
    .page-template-template-newsletter-php .gform_wrapper.gform_validation_error #field_2_8 {
      top: 100px; } }

.right-hero-image {
  overflow: hidden;
  position: relative;
  min-width: 100%; }
  @media only screen and (min-width: 768px) {
    .right-hero-image {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      min-width: 33%;
      /* 570px / 1035 */ } }
  .right-hero-image img {
    display: block;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%; }
    @media only screen and (min-width: 768px) {
      .right-hero-image img {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0; } }

/*
	COCAedu Template
*/
.page-template-template-cocaedu-php .page-header .section-content {
  width: 100%;
  margin: 50px 0 0; }

.page-template-template-cocaedu-php .box-section {
  padding: 40px 0 128px;
  background-color: #f4f4f4;
  background: url("../images/cocaedu-bg.jpg") no-repeat center bottom transparent;
  background-size: 100% auto; }
  @media only screen and (min-width: 500px) {
    .page-template-template-cocaedu-php .box-section {
      background-size: cover;
      padding: 40px 0 70px; } }

.page-template-template-cocaedu-php .box-right-section {
  float: none;
  width: 100%; }
  @media only screen and (min-width: 500px) {
    .page-template-template-cocaedu-php .box-right-section {
      float: right;
      width: 48%;
      /* 520px / 1035px */
      margin-right: 2%; } }
  .page-template-template-cocaedu-php .box-right-section .top-right-box {
    margin-right: 0; }
    @media only screen and (min-width: 500px) {
      .page-template-template-cocaedu-php .box-right-section .top-right-box {
        margin-top: 115px; } }
  .page-template-template-cocaedu-php .box-right-section .bottom-right-box {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .page-template-template-cocaedu-php .box-right-section .bottom-right-box {
        width: 95%; } }
    @media only screen and (min-width: 768px) {
      .page-template-template-cocaedu-php .box-right-section .bottom-right-box {
        width: 90%; } }

@media only screen and (min-width: 500px) {
  .page-template-template-cocaedu-php .box-left-section {
    float: left;
    width: 50%; } }

@media only screen and (min-width: 500px) {
  .page-template-template-cocaedu-php .box-left-section .bottom-left-box {
    margin-left: 5%; } }

@media only screen and (min-width: 768px) {
  .page-template-template-cocaedu-php .box-left-section .bottom-left-box {
    margin-left: 80px; } }

.page-template-template-cocaedu-php .schooltime-ctas .left-column img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 30px; }
  @media only screen and (min-width: 960px) {
    .page-template-template-cocaedu-php .schooltime-ctas .left-column img {
      margin-top: -150px; } }

@media only screen and (min-width: 768px) {
  .page-template-template-cocaedu-php .schooltime-ctas .right-column {
    float: right;
    width: 46%; } }

.intro-paragraph {
  font-size: 24px;
  font-size: 1.71429rem;
  line-height: 1.30555555555556;
  /* 47 / 36 */
  font-weight: 800; }
  @media only screen and (min-width: 500px) {
    .intro-paragraph {
      font-size: 36px;
      font-size: 2.57143rem; } }

.page-tagline .section-content {
  padding: 90px 0 160px; }
  .page-tagline .section-content h3 {
    width: 75%; }

/*
	Support Us Template
*/
.page-template-template-supportus-php .page-header {
  padding-bottom: 160px; }
  .page-template-template-supportus-php .page-header .section-content {
    width: 100%; }
  .page-template-template-supportus-php .page-header .intro-paragraph {
    color: white;
    font-size: 30px;
    font-size: 2.14286rem; }
    @media only screen and (min-width: 768px) {
      .page-template-template-supportus-php .page-header .intro-paragraph {
        font-size: 60px;
        font-size: 4.28571rem; } }

.page-template-template-supportus-php .coca-txt-bg::after {
  background-position: left top; }

.page-template-template-supportus-php .page-tagline .section-content {
  padding: 0; }

@media only screen and (min-width: 960px) {
  .page-template-template-supportus-php .page-tagline .title-art img {
    width: auto; } }

.supportus-sections {
  position: relative;
  background-color: #f4f4f4;
  padding: 190px 0 0;
  margin-top: 0;
  margin-bottom: 600px; }
  .supportus-sections > div.bottom-hr .row {
    border-bottom: 1px solid #4d4d4d; }
  .supportus-sections .facts-section {
    margin: 60px 0; }
  .supportus-sections .image-left-column {
    margin-bottom: 100px; }
  .supportus-sections .page-tagline {
    position: absolute;
    width: 100%;
    height: 500px;
    bottom: -400px; }

.image-right-column .featured {
  display: block;
  margin: -165px auto 0;
  width: 90%;
  position: relative;
  z-index: 500; }
  @media only screen and (min-width: 768px) {
    .image-right-column .featured {
      float: left;
      width: 50%;
      margin: -280px 0 70px; } }

.image-right-column .right-column {
  width: 100%;
  float: none;
  margin-top: 40px; }
  @media only screen and (min-width: 768px) {
    .image-right-column .right-column {
      margin-top: 0;
      float: right;
      width: 45%; } }
  .image-right-column .right-column p {
    font-size: 24px;
    font-size: 1.71429rem;
    font-weight: 200; }
  .image-right-column .right-column::before {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 35px;
    height: 4px;
    background-color: #8078b7;
    -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }

.image-left-column .left-column {
  width: 100%;
  float: none;
  margin-bottom: 40px; }
  @media only screen and (min-width: 768px) {
    .image-left-column .left-column {
      float: left;
      width: 59.420289855072%;
      /* 615px / 1035px */
      width: 60%;
      /* 615px / 1035px */ } }
  .image-left-column .left-column p {
    font-size: 24px;
    font-size: 1.71429rem;
    line-height: 1.375;
    /* 33 / 24 */
    font-weight: 200; }
    .image-left-column .left-column p strong {
      line-height: 1.29166666666667;
      /* 31 / 24 */ }
  .image-left-column .left-column::before {
    content: "";
    position: absolute;
    left: 0;
    top: -20px;
    width: 35px;
    height: 4px;
    background-color: #42973a;
    -webkit-transition: all 0.3s linear;
    -khtml-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }

.image-left-column .featured {
  display: block;
  width: 100%;
  height: auto;
  float: none; }
  @media only screen and (min-width: 768px) {
    .image-left-column .featured {
      float: right;
      width: 40%; } }
  @media only screen and (min-width: 960px) {
    .image-left-column .featured {
      width: 40.5%;
      margin-right: -160px; } }

.image-left-column .cta-buttons {
  clear: both;
  overflow: hidden;
  padding-bottom: 200px; }

.facts-section {
  margin: 60px 0;
  overflow: hidden;
  position: relative;
  z-index: 200; }
  .facts-section .row {
    clear: both; }
  .facts-section .section-title img {
    display: block;
    width: 100%;
    height: auto; }
  .facts-section .section-content {
    width: 85%;
    margin: 20px auto; }
    .facts-section .section-content .left-column, .facts-section .section-content .right-column {
      width: 100%; }
      @media only screen and (min-width: 768px) {
        .facts-section .section-content .left-column, .facts-section .section-content .right-column {
          width: 45%; } }
    .facts-section .section-content h3 {
      color: #636363;
      font-weight: 500; }

.featured-post-section.floating {
  background: no-repeat center center #019fc2;
  background-size: cover;
  width: 344px;
  height: 246px;
  margin: 0 auto;
  top: -250px; }
  @media only screen and (min-width: 500px) {
    .featured-post-section.floating {
      position: absolute;
      right: 10%;
      top: -230px; } }
  @media only screen and (min-width: 768px) {
    .featured-post-section.floating {
      top: -140px; } }
  @media only screen and (min-width: 960px) {
    .featured-post-section.floating {
      right: 15%; } }
  .featured-post-section.floating .section-content {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden; }
    .featured-post-section.floating .section-content .description {
      position: absolute;
      top: 11%;
      left: 10%;
      width: 80%;
      margin: 0; }
      .featured-post-section.floating .section-content .description h3 {
        color: white;
        font-size: 24px;
        font-size: 1.71429rem; }

/*
	Purchase Tickets Template
*/
.page-template-template-purchtix-php .page-header {
  padding-bottom: 42px; }
  .page-template-template-purchtix-php .page-header .section-content {
    width: 100%; }
  .page-template-template-purchtix-php .page-header .seating-cta {
    clear: both;
    margin-top: 20px; }
    .page-template-template-purchtix-php .page-header .seating-cta p {
      font-size: 18px;
      font-size: 1.28571rem; }
      .page-template-template-purchtix-php .page-header .seating-cta p .arrow-link {
        color: #737373;
        font-weight: 200; }

.page-template-template-purchtix-php .main-content .row {
  position: relative; }

@media only screen and (min-width: 768px) {
  .page-template-template-purchtix-php .main-content .section-content {
    width: 49.275362318841%;
    /* 510px / 1035px */ } }

@media only screen and (min-width: 768px) {
  .page-template-template-purchtix-php .main-content .sidebar {
    position: absolute;
    top: -120px;
    right: 0;
    width: 40%; } }

.group-sales-cta {
  background: url("../images/blue-tile-bg.jpg") repeat left top #019fc2;
  color: white; }
  @media only screen and (min-width: 768px) {
    .group-sales-cta {
      width: 63.333333333333%;
      /* 323px / 510px */
      margin-bottom: -75px; } }
  .group-sales-cta .cta-content {
    padding: 30px 10%;
    width: 80%; }
    .group-sales-cta .cta-content h3 {
      color: white;
      font-size: 24px;
      font-size: 1.71429rem;
      margin-bottom: 20px; }
    .group-sales-cta .cta-content p {
      color: white; }

.green-ticket-sections {
  padding: 80px 0;
  background: url("../images/green-chair-bg.jpg") no-repeat left top #42973a;
  background-size: cover;
  color: white; }
  .green-ticket-sections h3 {
    font-size: 24px;
    font-size: 1.71429rem;
    color: white; }
  .green-ticket-sections p, .green-ticket-sections li {
    font-size: 18px;
    font-size: 1.28571rem;
    color: white;
    font-weight: 300; }
  .green-ticket-sections a {
    color: white; }
    .green-ticket-sections a:hover {
      color: black; }
  .green-ticket-sections ul {
    margin: 0;
    padding: 0 0 0 35px; }
  .green-ticket-sections > div.bottom-hr .row {
    border-bottom: 1px solid white;
    padding-bottom: 32px; }

#event-sidebar-widget-area .latest-events {
  clear: both;
  padding: 30px 0; }

#event-sidebar-widget-area .sidebar-title {
  font-weight: 800;
  font-size: 24px;
  font-size: 1.71429rem; }

#event-sidebar-widget-area .arrow-link {
  color: #737373;
  font-size: 18px;
  font-size: 1.28571rem;
  font-weight: 300; }

#event-sidebar-widget-area .event-item {
  min-height: 232px;
  width: 100%;
  position: relative; }

.event-item .item-content {
  padding: 30px; }

.event-item h3 {
  margin-bottom: 15px; }

.event-item h4 {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1;
  font-weight: 300;
  margin-bottom: 15px; }

.event-item .excerpt p {
  font-size: 16px;
  font-size: 1.14286rem;
  line-height: 1.375;
  /* 22 / 16 */
  font-weight: 700; }

.event-item .button {
  margin-bottom: 0; }

/*
	COCAPresents Template
*/
.page-template-template-cocapresents-php .page-header {
  overflow: hidden;
  padding-bottom: 160px; }
  .page-template-template-cocapresents-php .page-header .left-column {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .page-template-template-cocapresents-php .page-header .left-column {
        width: 52.173913043478%;
        /* 540px / 1035 */ } }
  .page-template-template-cocapresents-php .page-header .section-content {
    width: 100%;
    margin: 80px 0 0; }
  .page-template-template-cocapresents-php .page-header .intro-paragraph {
    margin-bottom: 50px; }
    @media only screen and (min-width: 768px) {
      .page-template-template-cocapresents-php .page-header .intro-paragraph {
        margin-bottom: 200px; } }
    .page-template-template-cocapresents-php .page-header .intro-paragraph h5 strong {
      font-size: 60px;
      font-size: 4.28571rem; }
    .page-template-template-cocapresents-php .page-header .intro-paragraph::before {
      content: "";
      position: absolute;
      left: 0;
      top: -10px;
      width: 35px;
      height: 4px;
      background-color: #e71d40;
      -webkit-transition: all 0.3s linear;
      -khtml-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  .page-template-template-cocapresents-php .page-header .season-callout h2 {
    font-size: 55px;
    font-size: 3.92857rem;
    font-weight: 800; }
  .page-template-template-cocapresents-php .page-header .right-column {
    width: 100%; }
    @media only screen and (min-width: 768px) {
      .page-template-template-cocapresents-php .page-header .right-column {
        width: 35.748792270531%;
        /* 370px / 1035 */
        width: 36.748792270531%;
        /* 370px / 1035 */ } }
    .page-template-template-cocapresents-php .page-header .right-column h3 {
      font-size: 24px;
      font-size: 1.71429rem;
      font-weight: 800; }
    .page-template-template-cocapresents-php .page-header .right-column ul {
      margin: 0 0 0 0;
      padding: 0 0 0 15px; }
    .page-template-template-cocapresents-php .page-header .right-column li {
      font-size: 18px;
      font-size: 1.28571rem; }
    .page-template-template-cocapresents-php .page-header .right-column .group-sales-cta {
      width: 85%;
      margin: 0; }

.page-template-template-cocapresents-php .coca-txt-bg::after {
  background-position: left top;
  overflow: hidden; }

.page-template-template-cocapresents-php .sponsors-content h2 {
  font-size: 30px;
  font-size: 2.14286rem;
  font-weight: 800;
  margin-bottom: 75px; }

.page-template-template-cocapresents-php .sponsors-content ul {
  text-align: left; }

.page-template-template-cocapresents-php .sponsors-content .left-column h3,
.page-template-template-cocapresents-php .sponsors-content .right-column h3 {
  font-size: 24px;
  font-size: 1.71429rem;
  color: #e71d40;
  font-weight: 800;
  margin-bottom: 20px; }

.page-template-template-cocapresents-php .sponsors-content .right-column li {
  float: left;
  margin-right: 10px; }

.cocapresents-sections {
  background-color: #f4f4f4; }

.events-feed {
  position: relative;
  z-index: 200; }
  .events-feed .section-content {
    margin: 0 auto; }
    @media only screen and (min-width: 1150px) {
      .events-feed .section-content {
        width: 95%; } }
  .events-feed .left-column {
    margin-top: -30px; }
    @media only screen and (max-width: 500px) {
      .events-feed .left-column {
        width: 100%; } }
  .events-feed .right-column {
    margin-top: -115px; }
    @media only screen and (max-width: 500px) {
      .events-feed .right-column {
        width: 100%;
        margin-top: 0; } }
    .events-feed .right-column .box.bgimage {
      background: no-repeat right top #019fc2;
      background-size: cover; }
      @media only screen and (min-width: 1150px) {
        .events-feed .right-column .box.bgimage {
          margin-left: 0;
          margin-right: -120px; } }

.title-art-right-column {
  clear: both;
  position: relative;
  padding: 80px 0 10px; }
  .title-art-right-column .right-column {
    width: 100%; }
    @media only screen and (min-width: 960px) {
      .title-art-right-column .right-column {
        position: absolute;
        top: 20px;
        right: 0;
        width: 50%;
        margin-top: -50px; } }
    .title-art-right-column .right-column h4 {
      line-height: 1.5;
      /* 36 / 24 */ }

.schooltime-ctas {
  position: relative;
  padding: 60px 0; }
  .schooltime-ctas .image-column {
    z-index: 500;
    position: relative; }
  .schooltime-ctas .schooltime-image {
    display: block;
    z-index: 500;
    width: 100%;
    height: auto;
    margin: 20px auto;
    clear: both; }
    @media only screen and (min-width: 768px) {
      .schooltime-ctas .schooltime-image {
        top: 170px;
        width: 47%; } }
    @media only screen and (min-width: 960px) {
      .schooltime-ctas .schooltime-image {
        position: absolute;
        top: 80px; } }
  .schooltime-ctas .gray-bg {
    background-color: #f6f6f6;
    padding: 40px 0; }
  @media only screen and (max-width: 768px) {
    .schooltime-ctas .right-column {
      width: 100%;
      float: none; } }
  .schooltime-ctas .right-column h3 {
    font-size: 24px;
    font-size: 1.71429rem;
    font-weight: 800;
    margin-bottom: 30px; }
  .schooltime-ctas .right-column p {
    font-size: 18px;
    font-size: 1.28571rem;
    font-weight: 300; }

/*
	Interchange Template
*/
.page-template-template-interchange-php .coca-txt-bg::after {
  background-position: left top;
  overflow: hidden; }

.page-template-template-interchange-php .page-header .intro-paragraph {
  margin-bottom: 80px; }
  .page-template-template-interchange-php .page-header .intro-paragraph h1 {
    font-size: 42px;
    font-size: 3rem;
    font-weight: 200; }
    @media only screen and (min-width: 500px) {
      .page-template-template-interchange-php .page-header .intro-paragraph h1 {
        font-size: 55px;
        font-size: 3.92857rem; } }

.page-template-template-interchange-php .page-header .section-content {
  width: 100%;
  overflow: hidden;
  margin-bottom: -240px;
  position: relative;
  z-index: 300;
  padding-top: 15px; }
  .page-template-template-interchange-php .page-header .section-content .title-art,
  .page-template-template-interchange-php .page-header .section-content .right-column {
    position: relative;
    z-index: 300; }
  .page-template-template-interchange-php .page-header .section-content .title-art {
    width: 90%; }
  .page-template-template-interchange-php .page-header .section-content .right-column .column-content {
    margin-bottom: 50px;
    padding-top: 50px; }
    .page-template-template-interchange-php .page-header .section-content .right-column .column-content p {
      font-size: 18px;
      font-size: 1.28571rem; }
  .page-template-template-interchange-php .page-header .section-content .right-column .video-caption {
    font-size: 18px;
    font-size: 1.28571rem;
    font-weight: 800; }

.interchange-sections {
  overflow: hidden; }
  .interchange-sections .main-content {
    padding: 140px 0 0;
    position: relative;
    z-index: 200; }

.history-content {
  background: url("../images/blue-interchange-bg.jpg") no-repeat right center transparent;
  background-size: cover;
  overflow: hidden;
  margin-bottom: 0;
  position: relative;
  z-index: 200; }
  .history-content .section-content {
    padding: 70px 0;
    overflow: hidden; }
  .history-content h2 {
    font-size: 30px;
    font-size: 2.14286rem;
    color: white;
    margin-bottom: 45px; }
  .history-content p {
    color: white;
    font-weight: 300; }
  @media only screen and (min-width: 500px) {
    .history-content .left-column {
      width: 45%; } }
  @media only screen and (min-width: 500px) {
    .history-content .right-column {
      margin-left: 5%;
      float: left;
      width: 40%; } }

/*
	Hours & Location Template
*/
.page-template-template-hourslocation-php .page-header .section-content {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 300;
  padding-top: 15px; }
  .page-template-template-hourslocation-php .page-header .section-content h1 {
    font-size: 36px;
    font-size: 2.57143rem;
    font-weight: 300;
    color: #464646;
    margin-bottom: 30px; }
  .page-template-template-hourslocation-php .page-header .section-content .title-art {
    position: relative;
    z-index: 300; }

@media only screen and (min-width: 500px) {
  .page-template-template-hourslocation-php .page-header .cta-buttons {
    clear: both;
    float: left; } }

@media only screen and (min-width: 500px) {
  .page-template-template-hourslocation-php .page-header .directions-cta {
    float: left;
    margin-left: 30px; } }

.page-template-template-hourslocation-php .page-header .directions-cta p {
  font-size: 18px;
  font-size: 1.28571rem;
  margin-top: 6px; }
  .page-template-template-hourslocation-php .page-header .directions-cta p a {
    color: #4c4c4c; }

.map-reveal {
  width: 100%;
  height: 400px;
  display: none; }
  .map-reveal #map-canvas {
    height: 400px;
    width: 100%; }

.hourslocation-sections {
  background: no-repeat center bottom transparent;
  padding-bottom: 155px;
  background-size: 100% auto; }
  @media only screen and (min-width: 500px) {
    .hourslocation-sections {
      padding-bottom: 280px;
      background-size: auto; } }
  @media only screen and (min-width: 1452px) {
    .hourslocation-sections {
      background-size: 100% auto; } }
  .hourslocation-sections p {
    color: #464646; }
  .hourslocation-sections em.black-text {
    font-size: 18px;
    font-size: 1.28571rem;
    color: black;
    font-style: normal; }
  .hourslocation-sections strong {
    color: black; }
  .hourslocation-sections div.bottom-hr .bottom-hr-row {
    border-bottom: 1px solid #4c4c4c; }
  .hourslocation-sections .title-content {
    margin-bottom: 40px; }
    .hourslocation-sections .title-content h2 {
      font-size: 24px;
      font-size: 1.71429rem; }
      .hourslocation-sections .title-content h2 a {
        font-size: 18px;
        font-size: 1.28571rem; }
  .hourslocation-sections .full-width-content .section-content {
    width: 97%; }
  .hourslocation-sections .full-width-content h4 {
    color: #019fc3;
    font-size: 24px;
    font-size: 1.71429rem; }
  .hourslocation-sections .location-parking-content {
    margin-top: 170px; }
    .hourslocation-sections .location-parking-content .left-column h2 {
      font-size: 24px;
      font-size: 1.71429rem;
      font-weight: 400; }
    .hourslocation-sections .location-parking-content .box .item-content {
      padding: 30px 40px; }
      .hourslocation-sections .location-parking-content .box .item-content h3 {
        color: white; }
      .hourslocation-sections .location-parking-content .box .item-content p {
        color: white; }
      .hourslocation-sections .location-parking-content .box .item-content .arrow-link {
        /*
					font-weight: 300;
					font-style: oblique;
*/ }
    @media only screen and (min-width: 960px) {
      .hourslocation-sections .location-parking-content .box.top-box {
        margin: -50px -10px 0 10px; }
      .hourslocation-sections .location-parking-content .box.bottom-box {
        margin: 0 -80px 0 80px; } }

/*
	No Special Template for this page, but ACF & CSS file
*/
.page-id-367 .page-header .section-content,
.page-id-369 .page-header .section-content {
  width: 100%; }

@media only screen and (min-width: 960px) {
  .page-id-367 .page-header h1,
  .page-id-369 .page-header h1 {
    font-size: 140px;
    font-size: 10rem; } }

@media only screen and (min-width: 500px) {
  .page-id-367 .two-column-content .left-column,
  .page-id-369 .two-column-content .left-column {
    float: left;
    width: 48%; }
  .page-id-367 .two-column-content .right-column,
  .page-id-369 .two-column-content .right-column {
    float: right;
    width: 48%; } }

.page-id-367 .two-column-content p,
.page-id-369 .two-column-content p {
  color: #404040;
  font-weight: 300; }

.page-id-367 .two-column-content img,
.page-id-369 .two-column-content img {
  display: block;
  width: 100%;
  height: auto; }

@media only screen and (min-width: 768px) {
  .page-id-369 .page-header .section-content {
    width: 84.294685990338%;
    /* 800px / 1035 */ } }

/*
	Careers Template 
*/
.page-template-template-careers-php .page-header {
  padding-bottom: 0; }
  .page-template-template-careers-php .page-header .section-content {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 300;
    padding-top: 15px;
    margin-bottom: 0; }
    .page-template-template-careers-php .page-header .section-content h1 {
      font-size: 30px;
      font-size: 2.14286rem;
      font-weight: 300;
      color: #464646;
      margin-bottom: 30px; }
    .page-template-template-careers-php .page-header .section-content .title-art {
      position: relative;
      z-index: 300; }

.careers-sections .right-column .section-content {
  padding: 30px; }
  @media only screen and (min-width: 960px) {
    .careers-sections .right-column .section-content {
      padding: 42px; } }
  .careers-sections .right-column .section-content h3, .careers-sections .right-column .section-content p {
    color: white; }
  .careers-sections .right-column .section-content h3 {
    margin-bottom: 35px; }
  .careers-sections .right-column .section-content p {
    font-weight: 300; }

.careers-sections .full-width-content p {
  font-weight: 300; }

@media only screen and (min-width: 500px) {
  .careers-sections .careers-section-content .left-column {
    width: 37.68115942029%;
    /* 390px / 1035px */ } }

.careers-sections .careers-section-content .left-column .current-openings {
  margin: 30px 0; }

.careers-sections .careers-section-content .left-column .section-content p {
  font-size: 14px;
  font-size: 1rem; }

@media only screen and (min-width: 500px) {
  .careers-sections .careers-section-content .right-column {
    float: left;
    margin-left: 5%;
    width: 48%; } }

.careers-sections .internships-section-content {
  padding: 65px 0; }
  .careers-sections .internships-section-content h3 {
    margin-bottom: 30px; }
  .careers-sections .internships-section-content .left-column h4 {
    margin-bottom: 1em; }
  .careers-sections .internships-section-content .left-column ul {
    font-size: 18px;
    font-size: 1.28571rem;
    padding: 0 0 0 10px;
    color: black; }
    @media only screen and (min-width: 768px) {
      .careers-sections .internships-section-content .left-column ul {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2; } }
    @media only screen and (min-width: 960px) {
      .careers-sections .internships-section-content .left-column ul {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3; } }
    .careers-sections .internships-section-content .left-column ul li {
      list-style-position: inside; }
  @media only screen and (min-width: 500px) {
    .careers-sections .internships-section-content .right-column {
      float: left;
      margin-left: 5%;
      width: 37%; } }

@media only screen and (min-width: 768px) {
  .single-career .page-content {
    width: 79.710144927536%;
    /* 825px / 1035px */
    margin: 60px auto; } }

.single-career .page-content h1 {
  font-size: 48px;
  font-size: 3.42857rem; }

.single-career .page-content p {
  font-size: 18px;
  font-size: 1.28571rem;
  color: black; }

.single-career .apply-callout {
  background-color: #e71d40;
  padding: 30px 0; }
  @media only screen and (min-width: 768px) {
    .single-career .apply-callout .section-content {
      width: 79.710144927536%;
      /* 825px / 1035px */
      margin: 0 auto; } }
  .single-career .apply-callout h3 {
    color: white;
    font-size: 18px;
    font-size: 1.28571rem;
    font-weight: 300;
    line-height: 1.3; }
  .single-career .apply-callout .gform_wrapper .top_label .gfield_label, .single-career .apply-callout .gform_wrapper li {
    color: white; }
  .single-career .apply-callout .gform_wrapper input[type="text"], .single-career .apply-callout .gform_wrapper input[type="search"] {
    border: none;
    color: #e71d40;
    font-size: 30px;
    font-size: 2.14286rem;
    font-weight: 600; }
  .single-career .apply-callout .gform_wrapper textarea {
    font-size: 30px;
    font-size: 2.14286rem;
    font-weight: 600; }
  .single-career .apply-callout .gform_wrapper button, .single-career .apply-callout .gform_wrapper html input[type="button"], .single-career .apply-callout .gform_wrapper input[type="reset"], .single-career .apply-callout .gform_wrapper input[type="submit"] {
    display: block;
    border: none;
    border-radius: 0;
    padding: 10px;
    font-size: 30px;
    font-size: 2.14286rem;
    background-color: white;
    color: #e71d40;
    margin: 0 auto; }
    .single-career .apply-callout .gform_wrapper button:hover, .single-career .apply-callout .gform_wrapper html input[type="button"]:hover, .single-career .apply-callout .gform_wrapper input[type="reset"]:hover, .single-career .apply-callout .gform_wrapper input[type="submit"]:hover {
      background-color: black;
      color: white; }

/*
	Our People Template
*/
.page-template-template-ourpeople-php .page-header {
  padding-bottom: 120px; }
  .page-template-template-ourpeople-php .page-header .section-content {
    width: 96%;
    overflow: hidden;
    position: relative;
    z-index: 300;
    padding-top: 15px; }
    .page-template-template-ourpeople-php .page-header .section-content h3 {
      color: white;
      font-weight: 200; }
  .page-template-template-ourpeople-php .page-header .people-menu {
    padding-bottom: 20px; }
    .page-template-template-ourpeople-php .page-header .people-menu .shortline::after {
      bottom: -3px; }
    .page-template-template-ourpeople-php .page-header .people-menu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      @media only screen and (min-width: 960px) {
        .page-template-template-ourpeople-php .page-header .people-menu ul {
          width: 82.125603864734%;
          /* 850px / 1035 */
          margin: 0 auto; } }
      .page-template-template-ourpeople-php .page-header .people-menu ul li {
        font-size: 30px;
        font-size: 2.14286rem;
        font-weight: 800;
        margin: 0 auto 10px; }
        @media only screen and (min-width: 500px) {
          .page-template-template-ourpeople-php .page-header .people-menu ul li {
            margin: 0 10px;
            float: left; } }
        @media only screen and (min-width: 960px) {
          .page-template-template-ourpeople-php .page-header .people-menu ul li {
            margin: 0 30px;
            font-size: 36px;
            font-size: 2.57143rem; } }
        @media only screen and (min-width: 1150px) {
          .page-template-template-ourpeople-php .page-header .people-menu ul li {
            font-size: 45px;
            font-size: 3.21429rem; } }
        .page-template-template-ourpeople-php .page-header .people-menu ul li a {
          color: #464646; }
          .page-template-template-ourpeople-php .page-header .people-menu ul li a:hover {
            color: white; }
        .page-template-template-ourpeople-php .page-header .people-menu ul li.active a {
          color: white; }
  .page-template-template-ourpeople-php .page-header .people-search-section {
    clear: both;
    width: 82.125603864734%;
    /* 850px / 1035 */
    margin: 30px auto 0; }
    .page-template-template-ourpeople-php .page-header .people-search-section form fieldset {
      border: none;
      position: relative;
      margin: 0 auto;
      width: 250px; }
      @media only screen and (min-width: 768px) {
        .page-template-template-ourpeople-php .page-header .people-search-section form fieldset::before {
          content: "";
          position: absolute;
          z-index: 100;
          top: 50%;
          left: -350px;
          width: 300px;
          height: 1px;
          background-color: white; }
        .page-template-template-ourpeople-php .page-header .people-search-section form fieldset::after {
          content: "";
          position: absolute;
          z-index: 100;
          top: 50%;
          right: -350px;
          width: 300px;
          height: 1px;
          background-color: white; } }
      .page-template-template-ourpeople-php .page-header .people-search-section form fieldset input.search {
        border: none;
        display: block;
        margin: 0 auto;
        font-size: 18px;
        font-size: 1.28571rem;
        font-style: oblique;
        padding: 15px 25px;
        position: relative; }
      .page-template-template-ourpeople-php .page-header .people-search-section form fieldset input[type="submit"] {
        display: block;
        text-indent: -99em;
        border: none;
        background: url("../images/icon-magnify-19.png") no-repeat left top transparent;
        position: absolute;
        top: 20px;
        right: 20px;
        width: 19px;
        height: 26px; }

.page-template-template-ourpeople-php .people-content-section {
  padding: 70px 0; }

.people-content {
  display: none; }
  .people-content.active {
    display: block; }
  .single-people .people-content {
    display: block; }
  .people-content .category-section {
    clear: both; }
  .people-content .category-title {
    border-bottom: 1px solid black;
    padding-bottom: 20px;
    margin-bottom: 30px; }
    .people-content .category-title a {
      display: block;
      width: 100%;
      color: black; }
  .people-content ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none; }
    .single-people .people-content ul {
      display: block; }
    .people-content ul li {
      list-style: none;
      margin: 0;
      padding: 0; }
      @media only screen and (min-width: 500px) {
        .people-content ul li {
          float: left;
          margin-right: 1%;
          width: 49%; } }
      @media only screen and (min-width: 768px) {
        .people-content ul li {
          width: 24%; } }
      .people-content ul li img {
        display: block;
        width: 100%;
        height: auto; }
      .people-content ul li.employee-1, .people-content ul li.employee-3 {
        clear: both; }
      @media only screen and (min-width: 768px) {
        .people-content ul li.employee-1, .people-content ul li.employee-3 {
          clear: none; }
        .people-content ul li.employee-1 {
          clear: both; }
        .people-content ul li.employee-4 {
          margin-right: 0; } }

.profile-placeholder {
  width: 100%;
  background-color: #42973a;
  opacity: .8;
  height: 125px; }
  @media only screen and (min-width: 960px) {
    .profile-placeholder {
      height: 185px; } }
  .employee-2 .profile-placeholder {
    background-color: #e71d40; }
  .employee-3 .profile-placeholder {
    background-color: #019fc2; }
  .employee-4 .profile-placeholder {
    background-color: #42973a; }

/*
	No Special Template for this page, but ACF & CSS file
*/
.page-template-template-currentstudents-php .page-header {
  min-height: 800px;
  padding-bottom: 0; }
  .page-template-template-currentstudents-php .page-header .section-content {
    width: 100%; }
  @media only screen and (min-width: 500px) {
    .page-template-template-currentstudents-php .page-header h1 {
      font-size: 120px;
      font-size: 8.57143rem; } }
  @media only screen and (min-width: 500px) {
    .page-template-template-currentstudents-php .page-header h3 {
      font-size: 30px;
      font-size: 2.14286rem; } }

.page-template-template-currentstudents-php .page-content {
  margin-top: -200px;
  position: relative;
  z-index: 400; }
  .page-template-template-currentstudents-php .page-content h3 {
    margin-bottom: 45px; }
  @media only screen and (min-width: 768px) {
    .page-template-template-currentstudents-php .page-content .section-content {
      float: left;
      width: 60.386473429952%;
      /* 625px / 1035px */ } }
  .page-template-template-currentstudents-php .page-content .section-content p {
    font-weight: 200; }
  @media only screen and (min-width: 768px) {
    .page-template-template-currentstudents-php .page-content .sidebar-content {
      float: right;
      width: 28.985507246377%;
      /* 300px / 1035px */ } }
  .page-template-template-currentstudents-php .page-content .sidebar-content .button {
    margin-top: 20px; }

/*
	COCAbiz Template
*/
.page-template-template-cocabiz-php .page-header .cocabiz-logo-section {
  margin-bottom: 42px;
  text-align: center; }
  @media only screen and (min-width: 500px) {
    .page-template-template-cocabiz-php .page-header .cocabiz-logo-section {
      text-align: left; } }

.page-template-template-cocabiz-php .page-header h1 {
  font-size: 60px;
  font-size: 4.28571rem; }
  @media only screen and (min-width: 500px) {
    .page-template-template-cocabiz-php .page-header h1 {
      font-size: 76px;
      font-size: 5.42857rem; } }

.page-template-template-cocabiz-php .page-header h3 {
  font-weight: 200; }

.page-template-template-cocabiz-php .page-content-sections {
  margin-top: 0; }

.page-template-template-cocabiz-php .full-width-content .section-content {
  width: 100%; }

.page-template-template-cocabiz-php .full-width-content h4 {
  font-size: 36px;
  font-size: 2.57143rem;
  font-weight: 300; }

.page-template-template-cocabiz-php .full-width-content p {
  font-size: 24px;
  font-size: 1.71429rem;
  font-weight: 300; }

.page-template-template-cocabiz-php .sponsors-content .section-content .three-col h3 {
  font-weight: 400; }

.page-template-template-cocabiz-php .title-art-content .row {
  height: 70px;
  background: no-repeat center center transparent; }
  @media only screen and (max-width: 768px) {
    .page-template-template-cocabiz-php .title-art-content .row {
      height: 150px;
      background-image: url("../images/title-creativity-advantage-w500.png") !important;
      background-size: 115%; } }
  @media only screen and (max-width: 500px) {
    .page-template-template-cocabiz-php .title-art-content .row {
      height: 100px; } }

.cocabiz-programs-content {
  padding: 50px 0;
  background: no-repeat center top transparent;
  background-size: cover; }
  @media only screen and (max-width: 500px) {
    .cocabiz-programs-content {
      background-color: #f4f4f4;
      background-image: none !important; } }
  .cocabiz-programs-content .box {
    width: 100%;
    /* 452px / 1035px */ }
    @media only screen and (min-width: 768px) {
      .cocabiz-programs-content .box {
        width: 70%;
        /* 452px / 1035px */ } }
    @media only screen and (min-width: 960px) {
      .cocabiz-programs-content .box {
        width: 43.6714975845415%;
        /* 452px / 1035px */ } }
    @media only screen and (min-width: 768px) {
      .cocabiz-programs-content .box.top-box {
        margin-left: -50px; } }
    @media only screen and (min-width: 768px) {
      .cocabiz-programs-content .box.middle-box {
        margin-left: 50px; } }

.connect-section h4 {
  margin-bottom: 15px; }

.connect-section .connect-menu {
  margin-bottom: 35px;
  float: right; }

/*
	Calendar Template
*/
.tribe-events-page-template .content {
  position: relative; }

@media only screen and (min-width: 500px) {
  .tribe-events-page-template #tribe-events-content .tribe-events-loop, .tribe-events-page-template #tribe-events-content .tribe-events-loop-grid {
    float: left;
    width: 67.246376811594%;
    /* 696px / 1035px */
    width: 65%;
    /* 696px / 1035px */ } }

@media only screen and (min-width: 500px) {
  .tribe-events-page-template #tribe-events-content .sidebar {
    float: right;
    width: 25%;
    /* 257px / 1035px */ } }

.tribe-events-page-template #tribe-events-content .type-tribe_events,
.tribe-events-page-template #tribe-events-content .type-tribe_events.tribe-event-end-month {
  padding: 0; }

.tribe-events-page-template #tribe-events-content .box {
  width: 100%;
  /* 602px / 696px */ }
  @media only screen and (min-width: 960px) {
    .tribe-events-page-template #tribe-events-content .box.box-1 {
      margin: 0 50px 0 -50px; }
    .tribe-events-page-template #tribe-events-content .box.box-2 {
      margin: 0 -50px 0 50px; }
    .tribe-events-page-template #tribe-events-content .box.box-4 {
      margin: 0 50px 0 -50px; }
    .tribe-events-page-template #tribe-events-content .box.box-5 {
      margin: 0 25px 0 -25px; }
    .tribe-events-page-template #tribe-events-content .box.box-6 {
      margin: 0 -75px 0 75px; } }
  .tribe-events-page-template #tribe-events-content .box.box-2 .calitem-poster, .tribe-events-page-template #tribe-events-content .box.box-5 .calitem-poster {
    float: right;
    margin-left: 3%;
    margin-right: 0; }
    @media only screen and (min-width: 960px) {
      .tribe-events-page-template #tribe-events-content .box.box-2 .calitem-poster, .tribe-events-page-template #tribe-events-content .box.box-5 .calitem-poster {
        left: auto;
        right: 0; } }
  .tribe-events-page-template #tribe-events-content .box.box-2 .calitem-content.poster-image, .tribe-events-page-template #tribe-events-content .box.box-5 .calitem-content.poster-image {
    float: right; }
    @media only screen and (min-width: 960px) {
      .tribe-events-page-template #tribe-events-content .box.box-2 .calitem-content.poster-image, .tribe-events-page-template #tribe-events-content .box.box-5 .calitem-content.poster-image {
        margin-right: 40%; } }

.tribe-events-page-template #tribe-events-content .tribe-events-list-event-description a {
  display: none; }

.tribe-events-page-template #tribe-events-content .tribe-events-loop .tribe-events-event-meta {
  background-color: transparent;
  border: none;
  margin: 0 0 10px 0;
  padding: 0; }
  .tribe-events-page-template #tribe-events-content .tribe-events-loop .tribe-events-event-meta .time-details {
    padding: 0;
    font-size: 18px;
    font-size: 1.28571rem; }

.tribe-events-page-template #tribe-events-footer {
  border: none;
  display: none; }
  @media only screen and (min-width: 768px) {
    .tribe-events-page-template #tribe-events-footer {
      display: block; } }

.tribe-events-page-template .month .tribe-events-calendar td .tribe-events-viewmore, .tribe-events-page-template .month .tribe-events-calendar td .type-tribe_events {
  display: block; }

@media only screen and (max-width: 768px) {
  .tribe-events-page-template #tribe-events-content.tribe-events-month .tribe-events-tooltip {
    display: none !important; }
  .tribe-events-page-template #tribe-events-content.tribe-events-month .tribe-events-tooltip h4 {
    font-size: 14px; }
  .tribe-events-page-template .tribe-events-tooltip p, .tribe-events-page-template .tribe-events-tooltip p.entry-summary {
    font-size: 11px; } }

.calitem {
  position: relative;
  overflow: hidden;
  padding: 25px; }
  @media only screen and (min-width: 960px) {
    .calitem {
      padding: 45px 55px; } }
  .calitem p {
    font-size: 14px;
    font-size: 1rem; }
  .calitem .button {
    display: block;
    background-color: transparent;
    font-size: 18px;
    font-size: 1.28571rem;
    padding: 10px 15px;
    width: auto; }
    @media only screen and (min-width: 500px) {
      .calitem .button {
        margin-right: 5px;
        float: left; } }
  .calitem .calitem-poster {
    height: 100%;
    width: 100%; }
    @media only screen and (min-width: 500px) {
      .calitem .calitem-poster {
        width: 33%;
        float: left;
        margin-right: 3%; } }
    @media only screen and (min-width: 960px) {
      .calitem .calitem-poster {
        margin: 0;
        float: none;
        width: 250px;
        height: 100%;
        position: absolute;
        float: none;
        top: 0;
        left: 0;
        overflow: hidden; } }
    .calitem .calitem-poster .tribe-events-event-image {
      display: block;
      width: 100%;
      max-width: none;
      height: auto;
      min-height: 100%;
      float: none;
      margin-bottom: 10px; }
      @media only screen and (min-width: 500px) {
        .calitem .calitem-poster .tribe-events-event-image {
          margin: 0; } }
    .box-2 .calitem .calitem-poster {
      float: right;
      margin-left: 3%; }
  @media only screen and (min-width: 500px) {
    .calitem .calitem-content.poster-image {
      float: left;
      width: 55%;
      /* 380px / 696px */
      width: 62%; } }
  @media only screen and (min-width: 960px) {
    .calitem .calitem-content.poster-image {
      margin-left: 40%; } }
  @media only screen and (min-width: 960px) {
    .box-2 .calitem .calitem-content {
      margin-right: 40%; } }

#calendar-sidebar-widget-area {
  margin-top: 30px; }
  @media only screen and (min-width: 500px) {
    #calendar-sidebar-widget-area {
      margin-top: 0; } }
  #calendar-sidebar-widget-area .mini-calendar .tribe-events-loop {
    float: none;
    width: 100%; }
  #calendar-sidebar-widget-area .event-categories-callout {
    clear: both;
    margin-top: 30px; }
    #calendar-sidebar-widget-area .event-categories-callout ul {
      list-style: none;
      margin: 0;
      padding: 0; }

#tribe-events-pg-template {
  max-width: none; }

.table-condensed thead th {
  background: none; }

#tribe-events-content-wrapper #tribe-events-footer .tribe-events-sub-nav {
  display: block;
  line-height: normal;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: center; }
  #tribe-events-content-wrapper #tribe-events-footer .tribe-events-sub-nav li {
    box-sizing: border-box;
    display: block;
    margin: 0;
    width: 49%; }
  #tribe-events-content-wrapper #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-left {
    float: left;
    text-align: left; }
  #tribe-events-content-wrapper #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-right {
    float: right;
    text-align: right; }

#tribe-events-footer .tribe-events-sub-nav {
  display: none; }
  @media only screen and (min-width: 500px) {
    #tribe-events-footer .tribe-events-sub-nav {
      display: block; } }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-40px); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-40px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(40px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(40px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

.cssanimations .animatein,
.cssanimations .animateover .animatetarget {
  opacity: 0; }

.no-cssanimations .animateover .animatetarget {
  visibility: hidden; }

.no-cssanimations .animateover:hover .animatetarget {
  visibility: visible; }

.cssanimations .animate {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.cssanimations .duration2 {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s; }

.cssanimations .duration3 {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.cssanimations .rotateX90 {
  -webkit-animation-name: rotateX90;
  animation-name: rotateX90; }

.cssanimations .rotateX45 {
  -webkit-animation-name: rotateX45;
  animation-name: rotateX45; }

.cssanimations .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

.cssanimations .fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

.cssanimations .fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

.cssanimations .fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

.cssanimations .fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

.cssanimations .fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

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