@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* RRTC colors */
/* Core colors */
/* Accent colors and icon background gradients */
/**
* color controller
**/
/* general */
/*#f1f6f8;*/
/*#242424;*/
/*#6e6f6f;*/
/*#464646;*/
/* header */
/* nav, top level */
/* nav, sub level */
/* nav, sidebar */
/* hero */
/* cta */
/* iconlink */
/* spotlight */
/* newsSlider */
/* footer */
/* end another home copy */
.template__body-gradient, body {
  background: #585858;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #585858 0%, #333333 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #585858 0%, #333333 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585858', endColorstr='#333333',GradientType=0 );
  /* IE6-9 */
}

.template__button-gradient, .mainnav nav ul li:hover, .mainnav nav ul li a:hover, .mainnav nav ul li a:active, .mainnav nav ul li a:focus, .mainnav nav > ul > li.highlight > a, .button,
input[type="submit"], .flexslider .flex-caption .button, .mainnav ul li ul li a:hover, .sidebar ul li a:hover, .sidebar ul li a.parent:hover, .sidebar ul li a:focus {
  background: #cddf62;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #cddf62 0%, #6ba023 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #cddf62 0%, #6ba023 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cddf62', endColorstr='#6ba023',GradientType=0 );
  /* IE6-9 */
}

.template__button-gradient--hover, .button:active,
.button:focus,
.button:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover, .flexslider .flex-caption .button:hover, .flexslider .flex-caption .button:focus {
  background: #dde9bf;
  /* Old browsers */
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dde9bf 0%, #9abd43 99%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dde9bf 0%, #9abd43 99%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cddf62', endColorstr='#6ba023',GradientType=0 );
  /* IE6-9 */
}

/* GLOBAL (body) ----------------------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
  outline: none;
}

html {
  font-size: 62.5%;
  /* Base 10 */
  font-family: "Open Sans", Tahoma, Arial, sans-serif;
  font-style: normal;
}

body {
  font-family: "Open Sans", Tahoma, Arial, sans-serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
  color: #2e3134;
  /*$mainFontColor*/
  background-color: #ffffff;
  /*$bodyBG*/
}

#skiptomain {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* BASE TYPOGRAPHY ----------------------------------------------------------------------------------------------------------*/
p {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
}

a {
  color: gray;
  text-decoration: underline;
  font-weight: 600;
}

a:hover {
  color: #cfcfcf;
  outline: none;
  text-decoration: underline;
}

a:focus, a:active {
  color: #142f3d;
  outline: none;
  text-decoration: underline;
}

strong {
  font-weight: 600;
}

a[href*="http://get.adobe.com/reader/"] {
  text-decoration: none;
}

h1 {
  color: gray;
  line-height: 1.2;
  font-size: 50px;
  font-size: 5rem;
  font-weight: 400;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 0 2px;
  letter-spacing: -.5px;
  margin: .6em 0 .45em;
}

h2 {
  color: gray;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: .025em;
  text-transform: uppercase;
  text-shadow: none;
  margin: 2.65em 0 1.65em;
  line-height: 1;
  letter-spacing: -.5px;
}

h2:first-of-type, h2.first {
  margin-top: 0;
}

h3 {
  color: gray;
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: 400;
  letter-spacing: -.5px;
}

h4 {
  color: #6e6f6f;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0px;
}

h5 {
  color: #6e6f6f;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}

h6 {
  color: #6e6f6f;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
}

hr {
  background-color: #EDEDED;
  border: 0 none;
  clear: both;
  color: #EDEDED;
  height: 1px;
  margin: 30px auto;
}

blockquote, blockquote p {
  color: #6e6f6f;
  font-style: italic;
  margin: 0;
}

blockquote cite {
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 1em;
  display: block;
}

/* LISTS ------------------------------------------------------------------------------------------------------------*/
ul, ol {
  line-height: 1;
  list-style-position: outside;
  padding-left: 3em;
}

ul {
  list-style-type: disc;
}

ul ul,
ol ul,
ol ol {
  font-size: 1em;
  list-style-position: outside;
  margin: 0;
  padding-left: 2em;
  padding-top: 0.5em;
}

ul ul {
  list-style-type: circle;
}

ol ol {
  list-style-type: lower-alpha;
}

ol ol ol {
  list-style-type: lower-roman;
}

ul ul ul,
ol ul ul,
ol ol ul {
  list-style-type: square;
}

ul li,
ol li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.02em;
  padding-bottom: 0.5em;
}

dt {
  font-weight: 600;
  margin: 1.5em 0 .5em;
}

/* IMAGES ----------------------------------------------------------------------------------------------------------*/
img, embed, object, video {
    /* Make all images, embeds, objects, and videos responsive. */
    max-width: 100%;
    
    /* note from DE, 11/6/2023: the replacement of the value 
       
       'auto: !important;' 
       
       with 
       
       '139px !important;' 
       
       in the height declaration below broke the responsiveness of
       images in the home page flex slider / carousel (and actually all
       other images sitewide) when the window is resized, so I have 
       restored the original value of 'auto: !important;' so that images
       scale responsively again with changes in the window size  */
    
    height: auto !important;  /* 139px !important; */
    
    width: auto\9;
  /* ie8 */
}

img {
  border: none;
}

img.thumbnail {
  border-radius: 5px;
  margin-right: 1em;
}

figure {
  width: auto;
  height: auto;
  margin: 0;
  zoom: 1;
}

figure img {
  margin: 0 auto;
  background-color: #fff;
  display: block;
}

figure figcaption {
  font-size: 13px;
  font-size: 1.3rem;
  padding: 8px 3px 2px 10px;
}

.no-display-table figure figcaption {
  text-align: center;
}

figure.img-right,
.img-right {
  float: right;
  margin: .25em 0 .5em 1.75em;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: auto;
}

figure.img-left,
.img-left {
  float: left;
  margin: .25em 1.925em .5em 0;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: auto;
}

.no-display-table figure.img-right,
.no-display-table figure.img-left {
  margin-bottom: 20px;
}

.profile {
  border-top: 1px #c7e1ea solid;
  padding-top: 4em;
  margin-top: 4em;
}

.profile:first-of-type {
	border-top: 0;
	padding-top: 0em;
}

/*.profile:last-of-type {
	  border-bottom: 1px #c7e1ea solid;
	  padding-bottom: 6em;	
}*/

div.profile img {
  border-radius: 150px;
  max-width: 150px;
  float: left;
  margin-left: 3em;
}

.profile .copy {
  padding-left: 30%;
  padding-right: 10%;
}

.profile h4 {
  color: #cfcfcf;
  font-size: 24px;
  font-size: 2.4rem;
  text-transform: none;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: .45em;
}

.profile .button {
  background-color: #3787ac;
  color: #fff;
  margin-top: 3em;
  text-transform: none;
  font-size: 14px;
  font-size: 1.4rem;
}

.profile .button:hover {
  background-color: #4FADC6;
  color: #fff;
}

.profile .button:active, .profile .button:focus {
  background-color: #066793;
  color: #fff;
}

/* TABLES -------------------------------------------------------------------------------------------------------------*/
table {
  border: 1px solid #9ac8d8;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table thead, table tfoot {
  background-color: gray;
  color: #ffffff;
  font-weight: 600;
  font-size: 1.2rem;
}

table thead td {
  font-size: 15px;
  font-size: 1.5rem;
}

table td {
  font-size: 14px;
  font-size: 1.4rem;
  padding: .5em;
  line-height: 1.3;
  vertical-align: top;
}

table tbody tr:nth-child(2n+1) {
  background-color: #f1f6f8;
}

/* Stacking Responsive Tables - Styles for smaller screens */
@media only screen and (max-width: 767px) {
  table.stacked-table td {
    display: block;
  }
}

/* Scrolling Responsive Tables - Styles for smaller screens */
@media only screen and (max-width: 767px) {
  table.responsive {
    margin-bottom: 0;
  }
  .pinned {
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    width: 35%;
    overflow: hidden;
    overflow-x: scroll;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
  }
  .pinned table {
    border-right: none;
    border-left: none;
    width: 100%;
  }
  .pinned table th, .pinned table td {
    white-space: nowrap;
  }
  .pinned td:last-child {
    border-bottom: 0;
  }
  div.table-wrapper {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
    border-right: 1px solid #ccc;
  }
  div.table-wrapper div.scrollable table {
    margin-left: 35%;
  }
  div.table-wrapper div.scrollable {
    overflow: scroll;
    overflow-y: hidden;
  }
  table.responsive td, table.responsive th {
    position: relative;
    white-space: nowrap;
    overflow: hidden;
  }
  table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td {
    display: none;
  }
}

/* COLUMNS ----------------------------------------------------------------------------*/
.row {
  width: 100%;
}

.row:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.columns, .column {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: left;
}

.two {
  width: 16.666666666666666666667%;
}

.three {
  width: 25%;
}

.no-boxsizing .three {
  width: 24%;
}

.four {
  width: 33.333333333333333333%;
}

.no-boxsizing .four {
  width: 33%;
}

.six {
  width: 50%;
}

.two-column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  -ms-column-gap: 2em;
  -o-column-gap: 2em;
  column-gap: 2em;
}

.three-column {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -ms-column-count: 3;
    -o-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    -ms-column-gap: 2em;
    -o-column-gap: 2em;
    column-gap: 2em;
}

/* BACKGROUND COLORS ------------------------------------------------------------------------------------------------------ */
.teal {
  background-color: gray;
}

.ltteal {
  background-color: #cfcfcf;
}

.vcugold {
  background-color: #f8b802;
}

.bodybg {
  background-color: #ffffff;
  /*$bodyBG*/
}

.brandblue {
  background-color: #006589;
}

.borderoutline {
  border: 2px #9ac8d8 solid;
}

.green {
  background-color: #428646;
}

.ltgreen {
  background-color: #61ab67;
}

.dkblue {
  background-color: #395bae;
}

.blue {
  background-color: #5385c7;
}

.purple {
  background-color: #645caf;
}

.ltpurple {
  background-color: #9186c8;
}

.red {
  background-color: #c74a4a;
}

.ltred {
  background-color: #d96d6c;
}

.orange {
  background-color: #c04a01;
}

.ltorange {
  background-color: #d68f66;
}

/* MISC ------------------------------------------------------------------------------------------------------ */
.clear {
  clear: both;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix {
  zoom: 1;
}

/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}

/* IE7 */
.noborder {
  border: none;
}

.notopmargin {
  margin-top: 0;
}

.centered {
  margin-left: auto;
  margin-right: auto;
}

.rightFloat {
  float: right;
}

.leftFloat {
  float: left;
}

.nowrap {
  white-space: nowrap;
}

.notetoclient {
  color: red;
}

.notetodeveloper {
  color: blue;
}

.hide {
  display: none;
}

.arrow-up {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid black;
  position: absolute;
  top: -15px;
  left: 42%;
}

.arrow-right {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #EBEBEB;
  position: absolute;
  top: 42px;
  right: -13px;
}

.arrow-down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #0890cf;
  position: absolute;
  bottom: -15px;
  left: 42%;
}

.arrow-left {
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-right: 20px solid #EBEBEB;
  position: absolute;
  top: 110px;
  left: -13px;
}

.scrollup {
  width: 42px;
  height: 42px;
  opacity: 0.3;
  position: fixed;
  bottom: 10%;
  right: 9%;
  display: none;
  text-indent: -9999px;
  background: transparent url(../images/layout/arrow_top.png) no-repeat scroll 0 0;
  z-index: 999999;
}

/* Videos */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*************** Main header *****************/
.masthead {
  background-color: #fcb800;
  /*$color__header--bg*/
  width: 100%;
  position: relative;
}

.masthead .gutter {
  width: 100%;
  max-width: 1175px;
  margin: 0 auto;
}

.no-mediaqueries .masthead .gutter {
  width: 1175px;
}

.masthead h1 {
  font-family: 'Roboto Condensed', Tahoma, Arial, sans-serif;
  font-size: 46px;
  font-size: 4.6rem;
  /*@include font-size(3.5);*/
  color: #fff;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 60%;
  float: left;
  margin: 0;
}

.masthead h1 a {
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 0 2px;
  padding: .35em 0 .25em;
  display: block;
  text-decoration: none;
  font-weight: 400;
}

.masthead h1 a:hover {
  text-decoration: none;
}

.masthead .header-extras {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 40%;
  float: right;
  padding-top: 30px;
  position: relative;
}

.searchBar {
  width: 40%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: left;
}

.email-updates {
  width: 34%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: left;
}

.no-boxsizing .email-updates {
  width: 58%;
}

.social-media {
  width: 26%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: left;
}

.no-boxsizing .social-media {
  width: 40%;
}

.email-updates .button {
  background-color: #ffba00;
  color: #142f3d;
  margin-right: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  text-shadow: none;
  border-radius: 3px;
  padding: .55em .5em;
  height: 25px;
}

.no-boxsizing .email-updates .button {
  padding: 5px;
  height: 15px;
}

#sitesearch {
  background-color: #fff;
  border-radius: 3px;
  margin-right: 8px;
  height: 25px;
  position: relative;
}

#sitesearch #searchField {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: transparent;
  border-radius: 0;
  border: none;
  width: 100%;
  float: left;
  margin: 0;
  border: none;
}

#sitesearch .searchsubmit {
  position: absolute;
  right: 5px;
  background: transparent url(../images/layout/mobile-search-icon.png) no-repeat scroll 0 0;
  background-size: 18px;
  width: 18px;
  height: 18px;
  border: none;
  text-indent: -9999px;
  vertical-align: middle;
  font-size: 0;
  margin: 3px 1% 0 0;
}

.no-backgroundsize #sitesearch .searchsubmit {
  background: transparent url(../images/layout/legacy-search-icon.png) no-repeat scroll 0 0;
}

#sitesearch label,
#sitesearch2 label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.social-media {
  float: left;
  margin-top: -2px;
}

.social-media ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.social-media ul li {
  width: 33%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: left;
}

.social-media ul li a {
  /*width: 30px;*/
  height: 30px;
  display: block;
  text-indent: -9999999px;
}

.no-backgroundsize .social-media ul li a {
  width: 32px;
  height: 32px;
}

.social-media li.twitter a {
  background: transparent url(../images/layout/ACE_website_twittericon.png) no-repeat scroll 0 0;
  background-size: 30px;
}

.no-backgroundsize .social-media li.twitter a {
  background: transparent url(../images/layout/legacy_ACE_website_twittericon.png) no-repeat scroll 0 0;
}

.social-media li.youtube a {
  background: transparent url(../images/layout/ACE_website_youtube.png) no-repeat scroll 0 0;
  background-size: 30px;
}

.no-backgroundsize .social-media li.youtube a {
  background: transparent url(../images/layout/legacy_ACE_website_youtube.png) no-repeat scroll 0 0;
}

.social-media li.facebook a {
  background: transparent url(../images/layout/ACE_website_facebook.png) no-repeat scroll 0 0;
  background-size: 30px;
}

.no-backgroundsize .social-media li.facebook a {
  background: transparent url(../images/layout/legacy_ACE_website_facebook.png) no-repeat scroll 0 0;
}

/* MOBILE HEADER STYLES */
.masthead.mobileheader .header-extras {
  display: none;
}

.masthead.mobileheader h1 {
  width: 100%;
  text-align: center;
  padding: 0 40px;
}

/*************** MAIN NAVIGATION *****************/
.mainnav {
  background-color: #ffffff;
  /*$color__nav--bg*/
  /* border-top: 1px #428ea9 solid; */
  border-bottom: 1px #cfcfcf solid;
  box-shadow: #006589 1px 0 2px;
}

.mainnav nav {
  width: 100%;
  max-width: 1175px;
  margin: 0 auto;
}

.no-mediaqueries .mainnav nav {
  width: 1175px;
}

.mainnav nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: table;
}

.mainnav nav ul li {
  color: #2e3134;
  /*$color__nav-link*/
  font-family: "Open Sans", Tahoma, Arial, sans-serif;
  width: auto;
  height: auto;
  vertical-align: bottom;
  font-size: 16px;
  font-size: 1.6rem;
  display: table-cell;
  margin: 0;
  padding: 0;
  height: 100%;
}

.no-display-table .mainnav nav ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: left;
}

.mainnav nav ul li.nav-home {
  width: 9.83%;
}

.mainnav nav ul li.nav-training {
  width: 20.27%;
}

.mainnav nav ul li.nav-resources {
  width: 15.86%;
}

.mainnav nav ul li.nav-parapro {
  width: 11.78%;
}

.mainnav nav ul li.nav-assistance {
  width: 20.5%;
}

.mainnav nav ul li.nav-news {
  width: 9.68%;
}

.mainnav nav ul li.nav-about {
  width: 12.08%;
}

.mainnav nav ul li:hover {
  color: #2e3134;
  /*$color__nav--text-hover*/
  background-color: #9abe41;
  /*$color__nav--hover*/
}

.mainnav nav ul li a {
  color: #2e3134;
  /*$color__nav-link*/
  display: block;
  width: auto;
  text-decoration: none;
  text-align: center;
  padding: 15px 0 13px;
  font-weight: 600;
  border-bottom: 1px transparent solid;
}

.mainnav nav ul li a:hover {
  color: #2e3134;
  /*$color__nav--text-hover*/
  background-color: #9abe41;
  /*$color__nav--hover*/
  border-bottom: 1px #d0e991 solid;
}

.mainnav nav ul li a:active, .mainnav nav ul li a:focus {
  background-color: #9abe41;
  /*$color__nav--hover*/
  color: #2e3134;
  /*$color__nav--text-hover*/
}

.mainnav .social-media {
  display: none;
}

.mainnav nav > ul > li.highlight > a {
  color: #2e3134;
  /*$color__nav--text-hover*/
  background-color: #9abe41;
  /*$color__nav--hover*/
  border-bottom: 1px #d0e991 solid;
}

.mainnav ul li.hide-for-desktop {
  display: none;
}

.mainnav ul li ul {
  text-align: left;
  width: auto;
  left: -999em;
  position: absolute;
  z-index: 999999;
  background-color: #2e3134;
  /*$color__nav-sub--bg*/
  color: #fff;
}

.mainnav ul li ul li {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  text-align: left;
}

.mainnav ul li ul li .more2 {
  position: absolute;
  right: 5px;
  top: 5px;
}

.mainnav ul li ul li a {
  color: #fff;
  padding-right: 4%;
  padding-left: 8%;
  text-align: left;
  border-bottom: 1px gray solid;
}

.mainnav ul li ul li a:hover {
  background-color: #ffffff;
  /*$color__nav--bg*/
  color: #2e3134;
  /*$color__nav-link*/
}

.no-display-table .mainnav nav ul li ul li {
  display: block;
  float: none;
}

.no-display-table .mainnav nav ul li ul li a {
  padding-right: 10px;
  padding-left: 10px;
}

.mainnav ul li.highlight ul {
 
  /* background-color: #ffffff; */
  /*$color__nav--bg*/
}

.mainnav ul li.highlight ul li a {
  /*background-color: #ffffff;*/
  /*$color__nav--bg*/
  /*border-bottom: 1px #89bed1 solid;*/
}

.mainnav ul li.highlight ul li a:hover {
  /*background-color: #ffffff;*/
  /*$color__nav--bg*/
  /*color: #006589;*/
}

.mainnav ul li:hover ul,
.mainnav ul ul:hover, 
.mainnav ul li a:focus + ul, 
.mainnav ul ul.focused {
  left: auto;
}

.mainnav ul li ul li ul {
  display: none;
}

/* Mobile navigation styles */
.mainnav li .more {
  float: right;
  cursor: pointer;
  z-index: 200;
  position: relative;
  margin: 0;
  width: 40px;
  height: 38px;
  background: url("../images/layout/menu-arrowright-white.png") no-repeat scroll 5px 12px transparent;
  background-size: 18px 18px;
}

.mainnav li.hover .more {
  background: url("../images/layout/menu-arrowdown-white.png") no-repeat scroll 5px 12px transparent;
  background-size: 18px 18px;
}

.mainnav li.hover ul li .more {
  background: url("../images/layout/menu-arrowright.png") no-repeat scroll 5px 12px transparent;
  background-size: 18px 18px;
}

.mainnav li.hover ul li.hover .more {
  background: url("../images/layout/menu-arrowdown.png") no-repeat scroll 5px 12px transparent;
  background-size: 18px 18px;
}

.mainnav li.hover ul li.hover ul li .more {
  background: url("../images/layout/menu-arrowright.png") no-repeat scroll 5px 12px transparent;
  background-size: 18px 18px;
}

.mainnav li.hover ul li.hover ul li.hover .more {
  background: url("../images/layout/menu-arrowdown.png") no-repeat scroll 5px 12px transparent;
  background-size: 18px 18px;
}

.no-mediaqueries .toggleMenu,
.no-mediaqueries .toggleSearch,
.no-mediaqueries #mainnav li .more {
  display: none !important;
}

#searchBar2 {
  width: 100%;
  margin: 0 auto;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

ul#searchMobile {
  list-style-type: none;
  padding-left: 0;
  margin: 0 2em;
}

ul#searchMobile input {
  border: none;
  font-size: 16px;
  font-size: 1.6rem;
  height: 32px;
  width: 100%;
}

ul#searchMobile input[type="submit"] {
  border: none;
  margin: 0;
  padding: 0;
  top: 4px;
  right: 8px;
  position: absolute;
  background: transparent url(../images/layout/mobile-search-icon.png) no-repeat scroll 0 0;
  background-size: 24px auto;
  width: 24px;
  height: 24px;
  text-indent: -9999999px;
}

#searchBar2 form {
  position: relative;
  background-color: #fff;
  border-radius: 4px;
}

.mainnav.mobile {
  display: block;
  height: auto;
  background-color: #ffffff;
  /*$color__nav--bg*/
  padding: 20px 0;
  margin: 0;
  width: 100%;
}

.mainnav.mobile ul li {
  display: block;
  float: none;
  width: 100%;
}

.mainnav.mobile ul li a {
  text-align: left;
  color: #fff;
  height: auto;
  margin: 0;
  padding: 13px;
  line-height: 1;
  text-transform: none;
  border-bottom: none;
}

.mainnav.mobile ul li a:hover {
  background-color: #ffffff;
  /*$color__nav--bg*/
  color: #006589;
  border-bottom: none;
}

.mainnav.mobile ul li a:active, .mainnav.mobile ul li a:focus {
  background-color: #ffba00;
  color: #142f3d;
}

.mainnav.mobile ul li ul {
  left: auto;
  position: relative;
  width: 100%;
  display: none;
}

.mainnav.mobile ul li ul li a {
  padding-left: 8%;
  color: #142f3d;
  background-color: #f1f6f8;
  border-bottom: 1px solid #e0eff6;
}

.mainnav.mobile ul li ul li a:hover {
  border-bottom: 1px solid #e0eff6;
  background-color: #ffffff;
  /*$color__nav--bg*/
  color: #006589;
}

.mainnav.mobile ul li.highlight ul li a {
  background-color: #f1f6f8;
  border-bottom: 1px solid #e0eff6;
}

.mainnav.mobile ul li.highlight ul li a:hover {
  border-bottom: 1px solid #e0eff6;
  background-color: #ffffff;
  /*$color__nav--bg*/
  color: #006589;
}

.mainnav.mobile ul li ul li ul li a,
.mainnav.mobile ul li.highlight ul li ul li a {
  background-color: #fff;
  border: none;
}

.mainnav.mobile ul li ul li ul li a:hover,
.mainnav.mobile ul li.highlight ul li ul li a:hover {
  border: none;
  background-color: #ffffff;
  /*$color__nav--bg*/
  color: #006589;
}

.mainnav.mobile ul li ul li ul li a {
  padding-left: 12%;
}

.mainnav.mobile ul li ul li ul li ul li a {
  padding-left: 16%;
}

.mainnav.mobile nav ul li.nav-home,
.mainnav.mobile nav ul li.nav-training,
.mainnav.mobile nav ul li.nav-resources,
.mainnav.mobile nav ul li.nav-parapro,
.mainnav.mobile nav ul li.nav-assistance,
.mainnav.mobile nav ul li.nav-news,
.mainnav.mobile nav ul li.nav-about {
  width: 100%;
}

.mainnav.mobile .social-media {
  display: block;
  float: none;
  width: 100%;
}

.mainnav.mobile .social-media ul {
  padding-left: 13px;
}

.mainnav.mobile .social-media ul li {
  width: 50px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: left;
}

.mainnav.mobile .social-media ul li a {
  background-color: transparent;
}

.mainnav.mobile .social-media ul li a:hover, .mainnav.mobile .social-media ul li a:active, .mainnav.mobile .social-media ul li a:focus {
  background-color: transparent;
}

.mainnav.mobile ul li.highlight a {
  border-bottom: none;
  background-color: #ffba00;
  color: #142F3D;
}

.searchBar2 {
  width: 80%;
  margin: 0 auto;
}

.searchBar2 input {
  border: none;
}

.toggleMenu, .toggleSearch {
  position: absolute;
  top: 12px;
  width: 25px;
  height: 25px;
  padding: 20px;
  text-indent: -99999px;
  background-color: gray;
}

.toggleMenu {
  left: 10px;
  background: transparent url(../images/layout/toggleMenu.png) no-repeat scroll 7px 7px;
  background-size: 25px;
}

.toggleSearch {
  right: 10px;
  background: transparent url(../images/layout/toggleSearch.png) no-repeat scroll 7px 7px;
  background-size: 25px;
}

/*************** MAIN CONTAINER *****************/
.js #vcuIdentityWrapper {
  box-shadow: rgba(0, 0, 0, 0.75) 1px 0 3px;
  z-index: 10;
  position: relative;
}

.container {
  width: 100%;
  position: relative;
  border-top: 1px #cfcfcf solid;
}

.container .container-gutter {
  width: 100%;
  max-width: 1175px;
  margin: 0 auto;
}

.no-mediaqueries .container .container-gutter {
  width: 1175px;
}

.container .breadcrumb p {
  /*color: #142f3d;*/
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 300;
  margin: 0 0 1.15em;
}

.container .breadcrumb p a {
  /*color: #142f3d;*/
  text-decoration:underline;
  font-weight: 400;
}

.container .breadcrumb p a:hover {
  /*color: #cfcfcf;*/
}

.container .breadcrumb p a:focus, .container .breadcrumb p a:active {
  /*color: #005c7d;*/
}

.content-wrapper {
  background-color: #fff;
  border: 2px #9ac8d8 solid;
  border-radius: 5px;
}

.content-wrapper .gutter {
  padding: 46px 6% 48px 4%;
}

/* SIDEBAR */
.sidebar {
  width: 24%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: left;
}

.no-mediaqueries .sidebar {
  width: 265px;
}

.sidebar nav {
  background-color: #cfcfcf;
  border: 1px #a7cfde solid;
  border-radius: 5px;
}

.sidebar ul {
  list-style-type: none;
  margin: .75em 0;
  padding: 0;
}

.sidebar ul li {
  position: relative;
  display: block;
  line-height: 1.3;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 0;
  margin: 0;
}

.sidebar ul li.sidenavHeader {
  text-transform: uppercase;
}

.sidebar ul li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  padding: .5em 1em;
  height: auto;
  position: relative;
  display: block;
}

.sidebar ul li a.parent {
  padding-right: 30px;
  background: url(../images/layout/nav-more-arrow.png) no-repeat scroll right 13px;
}

.sidebar ul li a:hover {
  color: #006589;
  background-color: #dcebf0;
}

.sidebar ul li a:active {
  color: #222;
}

.sidebar ul li a:focus {
  color: #006589;
  background-color: #dcebf0;
}

.sidebar ul li ul {
  margin-top: 0;
  margin-right: 0;
  display: none;
}

.no-js .sidebar ul li ul {
  display: block;
}

.sidebar ul li ul li {
  padding-bottom: 0;
}

.sidebar ul li ul li a {
  padding: 6px 10px 6px 28px;
  min-height: 0;
  background-color: #f1f6f8;
  border-bottom: 1px solid #cfcfcf;
  color: #142f3d;
}

.sidebar ul li.highlight a {
  background-color: #ffba00;
  color: #142F3D;
  display: block;
}

.sidebar ul li.highlight a:hover {
  background-color: #ffba00;
  color: #142F3D;
}

.sidebar ul li.highlight.highlightParent a {
  color: #142F3D;
  background-color: #cfcfcf;
  border-right: none;
  border-left: none;
}

.sidebar ul li.highlight.highlightParent a:hover {
  color: #006589;
  background-color: #dcebf0;
}

/* Second level */
.sidebar ul ul li.sidenavHeader {
  text-transform: none;
}

.sidebar ul ul li a.parent {
  padding-right: 30px;
  background: url(../images/layout/nav-more-arrow-2ndlvl.png) no-repeat scroll right 13px;
}

.sidebar ul li.highlight ul:not(:empty) {
  display: block;
}

.sidebar ul li.highlight ul li a {
  border-right: none;
  border-left: none;
  padding: 6px 10px 6px 28px;
  min-height: 0;
  background-color: #f1f6f8;
  border-bottom: 1px solid #c8e1e9;
  color: #142f3d;
}

.sidebar ul li.highlight ul li a:hover {
  color: #006589;
  background-color: #dcebf0;
}

.sidebar ul li.highlight.highlightParent ul li a {
  background-color: #f1f6f8;
  border-bottom: 1px solid #c8e1e9;
  color: #142f3d;
}

.sidebar ul li.highlight.highlightParent ul li a:hover {
  color: #006589;
  background-color: #dcebf0;
}

.sidebar ul li.highlight ul li.highlight a,
.sidebar ul li.highlight.highlightParent ul li.highlight a {
  background-color: #ffba00;
  color: #142F3D;
  border-right: none;
  border-left: none;
  border-bottom: #ffba00 1px solid;
}

.sidebar ul li.highlight.highlightParent ul li.highlight.highlightParent a {
  background-color: #f1f6f8;
  border-bottom: 1px solid #c8e1e9;
  color: #142f3d;
}

.sidebar ul li.highlight.highlightParent ul li.highlight.highlightParent a:hover {
  color: #006589;
  background-color: #dcebf0;
}

/* Third level */
.sidebar ul li.highlight ul li ul {
  display: none;
}

.sidebar ul li.highlight ul li.highlight ul:not(:empty) {
  display: block;
  margin: 0;
}

.sidebar ul li.highlight.highlightParent ul li.highlight ul li a,
.sidebar ul li.highlight.highlightParent ul li.highlight.highlightParent ul li a {
  background-color: #fff;
  border: none;
  color: #142f3d;
  padding-left: 45px;
}

.sidebar ul li.highlight.highlightParent ul li.highlight ul li a:hover,
.sidebar ul li.highlight.highlightParent ul li.highlight.highlightParent ul li a:hover {
  color: #006589;
  background-color: #dcebf0;
}

.sidebar ul li.highlight.highlightParent ul li.highlight ul li.highlight a {
  background-color: #d0e991;
  color: #142F3D;
  border-bottom: none;
}

.sidebar ul li.highlight.highlightParent ul li.highlight ul li.highlight a:hover {
  background-color: #d0e991;
  color: #142F3D;
}

/* MAIN CONTENT */
.main-content {
  width: 70%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: right;
  margin-bottom: 2em;
}

.main-content img {
  border-radius: 5px;
}

.main-content img.no-radius {
  border-radius: 0;
}

p.intro {
  color: #464646;
  font-size: 17px;
  font-size: 1.7rem;
  padding: .25em 18% 1.85em 0;
  border-bottom: 1px #c7e1ea solid;
  margin-bottom: 2.35em;
}

/***************FOOTER *****************/
footer {
  width: 100%;
  background: transparent url(../images/layout/ACE_website_footergradientbar.jpg) no-repeat scroll center 0;
  margin-top: 5.5em;
}

footer p {
  color: #083248;
  text-align: center;
  margin: .25em 0;
}

footer p a {
  color: #083248;
}

footer p.footer-title {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  padding-top: .85em;
}

footer .gutter {
  width: 100%;
  max-width: 1175px;
  margin: 0 auto;
  padding: 0 3% 5em 3%;
}

.no-mediaqueries footer .gutter {
  width: 1175px;
}

/*************** HOME *****************/
/* ROW ONE */
.toprow {
  margin-top: 3.25em;
}

/* slideshow */
.flexslider {
  max-width: 874px;
  width: 74%;
  float: left;
  background-color: gray;
  border: none;
  border-radius: 5px;
  margin: 0;
  z-index: 50;
  position: relative;
}

.flexslider .slides img {
  max-width: 600px;
  width: 68%;
  float: left;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.flexslider .flex-caption {
  max-width: 274px;
  width: 32%;
  float: left;
  padding: 2%;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.5) 2px 0 2px;
}

.no-boxsizing .flexslider .flex-caption {
  width: 28%;
}

.flexslider .flex-caption h2 {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: -.5px;
  line-height: 1.8;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  margin: 8px 0 .6em;
  text-shadow: rgba(0, 0, 0, 0.5) 2px 0 2px;
}

.flexslider .flex-caption .wrap-button {
  text-align: center;
}

.flexslider .flex-caption .button {
  font-size: 12px;
  font-size: 1.2rem;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 0 1px;
  color: #cfcfcf;
  padding: .75em 2em;
}

.flex-control-nav {
  width: 32%;
  bottom: 18px;
  right: 0;
  z-index: 9999999;
}

.flex-direction-nav {
  display: none;
}

.flex-direction-nav .flex-nav-prev a, .flex-direction-nav .flex-nav-next a {
  text-indent: -999999px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 150px;
  width: 36px;
  height: 36px;
  display: block;
  position: absolute;
  top: 50%;
  font-size: 0;
}

.flex-direction-nav .flex-nav-prev a {
  background: rgba(0, 0, 0, 0.8) url(../images/layout/photoarrowleft.png) no-repeat scroll 0 0;
}

.flex-direction-nav .flex-nav-next a {
  background: rgba(0, 0, 0, 0.8) url(../images/layout/photoarrowright.png) no-repeat scroll 0 0;
}

.flex-control-paging li a {
  background: #fff;
}

.flex-control-paging li a:hover {
  background: #e5edf0;
}

.flex-control-paging li a.flex-active {
  background: #f8b802;
  width: 13px;
  height: 13px;
}

.logobox {
  max-width: 301px;
  width: 26%;
  float: right;
  position: relative;
}

.logobox .gutter {
  border: 2px #9ac8d8 solid;
  background-color: #fff;
  border-radius: 5px;
  margin-left: 8%;
  height: 100%;
}

.logobox img {
  margin: 28px 26px 2em;
  width: 225px;
  height: auto;
}

.logobox p {
  color: #002b42;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 0 26px;
}

.logobox h3 {
  color: #002b42;
  font-weight: 600;
  text-align: center;
  margin-bottom: .55em;
  padding: 0 26px 0 20px;
  font-size: 18px;
  font-size: 1.8rem;
  text-transform: uppercase;
}

.logobox .rule {
  height: 2px;
  background-color: #66808e;
  border-bottom: 1px #ccd5d9 solid;
  margin: 0 auto 1em;
  width: 60%;
}

.logobox form {
  width: 100%;
}

.logobox form label {
  display: none;
}

.logobox select {
  background-color: gray;
  color: #fff;
  text-transform: uppercase;
  border: none;
  font-size: 13px;
  font-size: 1.3rem;
  width: 100%;
  border-radius: 2px;
  padding: .5em .25em;
}

.logobox select:hover {
  background-color: #cfcfcf;
}

.logobox select:active, .logobox select:focus {
  background-color: #cfcfcf;
}

/* SECOND ROW */
.rowtwo {
  margin-top: 5.25em;
}

.iconlink {
  width: 16.6666666666666667%;
  float: left;
}

.no-boxsizing .iconlink {
  width: 16%;
}

.iconlink .arrow {
  display: none;
}

.iconlink img {
  display: block;
  margin: 0 auto;
  width: 110px;
  height: 110px;
}

.iconlink a {
  text-decoration: none;
}

.iconlink a:hover {
  text-decoration: none;
}

.iconlink a:active, .iconlink a:focus {
  text-decoration: none;
}

.iconlink p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  color: #575757;
  text-align: center;
  margin: 1em 0 0;
  padding: 0 10%;
  line-height: 1.1;
}

.iconlink a:hover p {
  color: #cfcfcf;
}

/* THIRD ROW */
.rowthree {
  margin-top: 5em;
}

.howto .videoWrapper {
  display: none;
}

.rowthree .callout {
  text-align: center;
  color: #142f3d;
}

.rowthree .callout .gutter {
  position: relative;
  padding-bottom: 250px;
}

.rowthree .callout img {
  margin: 2em 0 0 0;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

.rowthree .callout p {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 0 5%;
  text-align: left;
}

.rowthree .callout p.subhead {
  font-weight: 600;
  font-size: 15px;
  font-size: 1.5rem;
  padding-top: .5em;
  text-align: center;
}

.rowthree .callout h3 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: -.01em;
  padding: 0 1%;
}

.rowthree .callout .rule {
  height: 2px;
  width: 80%;
  margin: 0 auto;
}

.rowthree .callout .button {
  font-size: 12px;
  font-size: 1.2rem;
  background-image: none;
  padding: .75em 1.75em;
  margin-top: 1em;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 0 1px;
}

.rowthree .callout .communities {
  border: 1px #abd1df solid;
  margin-right: 18px;
  background-color: #fff;
  border-radius: 5px;
}

.rowthree .callout .communities h3 {
  color: gray;
}

.rowthree .callout .communities .rule {
  background-color: #b4d7e3;
}

.rowthree .callout .communities .button {
  background-color: gray;
  background-image: none;
  padding: .75em 1.75em;
  margin-top: 1em;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 0 1px;
}

.rowthree .callout .communities .button:hover {
  background-color: #4fadc6;
}

.rowthree .callout .communities .button:active, .rowthree .callout .communities .button:focus {
  background-color: #066793;
}

.rowthree .callout .howto {
  border: 1px #b1b0d9 solid;
  margin-left: 18px;
  background-color: #fff;
  border-radius: 5px;
}

.rowthree .callout .howto h3 {
  color: #7b72bc;
}

.rowthree .callout .howto .rule {
  background-color: #b0abd7;
}

.rowthree .callout .howto .button {
  background-color: #7b72bc;
  background-image: none;
  padding: .75em 1.75em;
  margin-top: 1em;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 0 1px;
}

.rowthree .callout .howto .button:hover {
  background-color: #9287c8;
}

.rowthree .callout .howto .button:active, .rowthree .callout .howto .button:focus {
  background-color: #2c2388;
}

.rowthree .callout .tiered {
  border: 1px #d6abae solid;
  margin: 0 9px;
  background-color: #fff;
  border-radius: 5px;
}

.rowthree .callout .tiered h3 {
  color: #b23335;
}

.rowthree .callout .tiered .rule {
  background-color: #e0adae;
}

.rowthree .callout .tiered .button {
  background-color: #b23335;
}

.rowthree .callout .tiered .button:hover {
  background-color: #eb3b3e;
}

.rowthree .callout .tiered .button:active, .rowthree .callout .tiered .button:focus {
  background-color: #810000;
}

/*************** Buttons *****************/
.button, input[type="submit"] {
  width: auto;
  box-shadow: none;
  border-radius: 0.25em;
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  letter-spacing: 0.05em;
  font-weight: 600;
  line-height: 1;
  margin: 0;
  padding: 0.5em;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  /* @include text-shadow(0 1px 3px rgba(64, 61, 57, 0.5)); */
  background-color: gray;
  border-radius: 5px;
  color: #fff;
  padding: .65em 2.5em;
  font-size: 16px;
  font-size: 1.6rem;
}

.button:hover, input[type="submit"]:hover {
  background-color: #cfcfcf;
  color: #fff;
  text-decoration: none;
}

.button:active, .button:focus, input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #005c7d;
  color: #fff;
  text-decoration: none;
}

.button.mini, input[type="submit"].mini {
  font-size: 12px;
  font-size: 1.2rem;
  padding: .65em 2em;
}

.button.small, input[type="submit"].small {
  font-size: 14px;
  font-size: 1.4rem;
  padding: .65em 2em;
}

.button.large, input[type="submit"].large {
  font-size: 20px;
  font-size: 2rem;
}

.button.xlarge, input[type="submit"].xlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

input[type="submit"]:hover {
  background-color: #cfcfcf;
}

input[type="submit"]:focus {
  background-color: #005c7d;
}

.button.blue {
  background-color: gray;
  color: #fff;
}

.button.blue:hover {
  background-color: #cfcfcf;
  color: #fff;
}

.button.blue:active, .button.blue:focus {
  background-color: #005c7d;
  color: #fff;
}

.button.gold {
  background-color: #ffba00;
  color: #142f3d;
}

.button.gold:hover {
  background-color: #FFE397;
  color: #fff;
}

.button.gold:active, .button.gold:focus {
  background-color: #D29A00;
  color: #fff;
}

.button.white {
  background-color: #fff;
  border: 1px #a1ccdc solid;
  color: gray;
}

.button.white:hover {
  background-color: #e5edf0;
  border: 1px #e5edf0 solid;
}

.button.white:active, .button.white:focus {
  background-color: gray;
  border: 1px gray solid;
  color: #fff;
}

.button.green {
  background-color: #428646;
  color: #fff;
}

.button.green:hover {
  background-color: #ACD0AF;
  color: #fff;
}

.button.green:active, .button.green:focus {
  background-color: #008908;
  color: #fff;
}

.button.teal {
  background-color: #3787ac;
  color: #fff;
}

.button.teal:hover {
  background-color: #4FADC6;
  color: #fff;
}

.button.teal:active, .button.teal:focus {
  background-color: #066793;
  color: #fff;
}

.button.dkblue {
  background-color: #395BAE;
  color: #fff;
}

.button.dkblue:hover {
  background-color: #6D9BD8;
  color: #fff;
}

.button.dkblue:active, .button.dkblue:focus {
  background-color: #001D65;
  color: #fff;
}

.button.purple {
  background-color: #645CAF;
  color: #fff;
}

.button.purple:hover {
  background-color: #9287C8;
  color: #fff;
}

.button.purple:active, .button.purple:focus {
  background-color: #2C2388;
  color: #fff;
}

.button.red {
  background-color: #B23335;
  color: #fff;
}

.button.red:hover {
  background-color: #EB3B3E;
  color: #fff;
}

.button.red:active, .button.red:focus {
  background-color: #810000;
  color: #fff;
}

.button.orange {
  background-color: #c04a01;
  color: #fff;
}

.button.orange:hover {
  background-color: #E2844D;
  color: #fff;
}

.button.orange:active, .button.orange:focus {
  background-color: #A53E00;
  color: #fff;
}

/*************** Forms *****************/
button, input, select, textarea {
  font-size: 16px;
  font-size: 1.6rem;
  margin: 0;
  padding: 0.25em 0.25em 0.2em;
  vertical-align: baseline;
  color: #364347;
  line-height: 1.4;
}

input, textarea {
  border: 1px solid #d6e1e5;
  border-radius: 4px;
  letter-spacing: 0.02em;
  margin-bottom: 1em;
  padding: 0.25em 0.5em 0.2em;
  color: #364347;
}

input:focus, textarea:focus {
  color: #364347;
}

textarea {
  line-height: 1.2;
  overflow: auto;
  padding: 0.4em 0.6em;
  vertical-align: top;
  display: block;
  clear: both;
  width: 100%;
  font-size:1.25rem;
  font-family: 'Open Sans', Arial, sans-serif;
}

label {
  color: #364347;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  width: auto;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: left;
  margin-right: .5em;
}

select {
  margin-bottom: .5em;
  border: 2px #2e3134 solid;
  font-size: 16px;
  font-size: 1.6rem;
  background-image: -owg-none;
  background-image: -webkit-none;
  background-image: -moz-none;
  background-image: -o-none;
  background-image: none;
  -webkit-appearance: none;
  /* To gain control over the appearance on WebKit */
  -moz-appearance: none;
  /* To gain control over the appearance on Gecko */
  padding-right: 30px;
  background: #2e3134 url(../images/layout/nav-more-arrow.png) no-repeat scroll right 12px;
  color: #fff;
}

select option {
  -webkit-appearance: none;
  /* To gain control over the appearance on WebKit */
  -moz-appearance: none;
  /* To gain control over the appearance on Gecko */
  background-color: #565656;
  padding: .5em;
}

select option:hover {
  -webkit-appearance: none;
  /* To gain control over the appearance on WebKit */
  -moz-appearance: none;
  /* To gain control over the appearance on Gecko */
  background-color: #cfcfcf;
  color: #fff;
}

input[type="checkbox"] {
  box-sizing: border-box;
  margin: 5px 8px 0 0;
  padding: 0;
  width: auto;
  float: left;
  color: #364347;
}

input[type="radio"] {
  box-sizing: border-box;
  margin: 5px 8px 0 0;
  padding: 0;
  width: auto;
  float: left;
  width: 15px;
  height: 15px;
}

input[type="image"] {
  width: auto;
  padding: 0;
  border: 2px solid #a49e93 !important;
}

input[type="submit"] {
  width: auto;
  margin-top: 2em;
}

form div:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  border: 1px solid #9abe41;
  background-color: #fff;
  color: #364347;
}

select:focus {
	border: 2px solid #9abe41;	
}

input[type="radio"]:focus,
input[type="checkbox"]:focus {
  color: gray;
  border: 1px #9abe41 solid;
}

li label {
  float: none;
  display: inline;
  width: auto;
}

li input, li textarea {
  margin-bottom: 0;
  width: auto;
}

form span.required {
  font-size: 18px;
  font-size: 1.8rem;
  color: #f8b802;
  font-weight: 600;
}

/*************** Call out boxes *****************/
.quicklinks {
  border-radius: 5px;
  color: #fff;
  background-color: #cfcfcf;
}

.calloutbox,
.iconbox {
  color: #fff;
  text-align: center;
  border-radius: 6px;
  width: 41.6666666666666667%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: right;
  padding: 3em;
  margin: 0 0 3em 3.5em;
  word-wrap: breakword;
}

.no-boxsizing .calloutbox, .no-boxsizing
.iconbox {
  width: 30%;
}

.calloutbox a,
.iconbox a {
  color: #fff;
}

.calloutbox.green,
.iconbox.green {
  background-color: #428646;
  background-image: -owg-linear-gradient(#61ab67, #428646);
  background-image: -webkit-linear-gradient(#61ab67, #428646);
  background-image: linear-gradient(#61ab67, #428646);
}

.calloutbox.ltblue,
.iconbox.ltblue {
  background-color: #cfcfcf;
  background-image: -owg-linear-gradient(white, #cfcfcf);
  background-image: -webkit-linear-gradient(white, #cfcfcf);
  background-image: linear-gradient(white, #cfcfcf);
}

.calloutbox.blue,
.iconbox.blue {
  background-color: #4670bb;
  background-image: -owg-linear-gradient(#91aad6, #4670bb);
  background-image: -webkit-linear-gradient(#91aad6, #4670bb);
  background-image: linear-gradient(#91aad6, #4670bb);
}

.calloutbox.purple,
.iconbox.purple {
  background-color: #645caf;
  background-image: -owg-linear-gradient(#9186c8, #645caf);
  background-image: -webkit-linear-gradient(#9186c8, #645caf);
  background-image: linear-gradient(#9186c8, #645caf);
}

.calloutbox.red,
.iconbox.red {
  background-color: #c74a4a;
  background-image: -owg-linear-gradient(#d96d6c, #c74a4a);
  background-image: -webkit-linear-gradient(#d96d6c, #c74a4a);
  background-image: linear-gradient(#d96d6c, #c74a4a);
}

.calloutbox.orange,
.iconbox.orange {
  background-color: #c04a01;
  background-image: -owg-linear-gradient(#d68f66, #c04a01);
  background-image: -webkit-linear-gradient(#d68f66, #c04a01);
  background-image: linear-gradient(#d68f66, #c04a01);
}

.calloutbox h3,
.iconbox h3 {
  color: #fff;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.3) 4px 0 4px;
  margin-top: 0;
}

.calloutbox .button,
.iconbox .button {
  background-color: #f8b802;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.2) 1px 0 1px;
  border-radius: 0;
}

.iconbox {
  max-width: 250px;
}

.iconbox img {
  width: 110px;
  height: auto;
}

.iconbox .button {
  background-color: #fff;
  border: 1px #a1ccdc solid;
  color: gray;
  border-radius: 5px;
}

.iconbox .button:hover {
  background-color: #e5edf0;
  border: 1px #e5edf0 solid;
}

.iconbox .button:active, .iconbox .button:focus {
  background-color: gray;
  border: 1px gray solid;
  color: #fff;
}

.iconbox p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}

.quicklinks {
  color: #fff;
  text-align: center;
  border-radius: 6px;
  width: 41.6666666666666667%;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: right;
  padding: 3em;
  margin: 0 0 3em 3.5em;
  word-wrap: breakword;
}

.quicklinks.green {
  background-color: #428646;
}

.quicklinks.ltblue {
  background-color: #cfcfcf;
}

.quicklinks.blue {
  background-color: #4670bb;
}

.quicklinks.purple {
  background-color: #645caf;
}

.quicklinks.red {
  background-color: #c74a4a;
}

.quicklinks.orange {
  background-color: #c04a01;
}

.quicklinks h3 {
  color: #fff;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: 400;
  text-transform: uppercase;
  text-shadow: rgba(0, 0, 0, 0.3) 4px 0 4px;
  margin-top: 0;
}

.quicklinks a {
  color: #fff;
}

.quicklinks a:hover {
  color: #f8b802;
}

/*************** Icons *****************/
.myo-icon {
  width: 110px;
  height: 110px;
  line-height: 110px;
  text-align: center;
  border-radius: 150px;
}

.myo-icon img {
  vertical-align: middle;
  width: 70px;
}

.myo-icon.green {
  background-color: #428646;
  background-image: -owg-linear-gradient(#61ab67, #428646);
  background-image: -webkit-linear-gradient(#61ab67, #428646);
  background-image: linear-gradient(#61ab67, #428646);
}

.myo-icon.ltblue {
  background-color: #cfcfcf;
  background-image: -owg-linear-gradient(white, #cfcfcf);
  background-image: -webkit-linear-gradient(white, #cfcfcf);
  background-image: linear-gradient(white, #cfcfcf);
}

.myo-icon.blue {
  background-color: #4670bb;
  background-image: -owg-linear-gradient(#91aad6, #4670bb);
  background-image: -webkit-linear-gradient(#91aad6, #4670bb);
  background-image: linear-gradient(#91aad6, #4670bb);
}

.myo-icon.purple {
  background-color: #645caf;
  background-image: -owg-linear-gradient(#9186c8, #645caf);
  background-image: -webkit-linear-gradient(#9186c8, #645caf);
  background-image: linear-gradient(#9186c8, #645caf);
}

.myo-icon.red {
  background-color: #c74a4a;
  background-image: -owg-linear-gradient(#d96d6c, #c74a4a);
  background-image: -webkit-linear-gradient(#d96d6c, #c74a4a);
  background-image: linear-gradient(#d96d6c, #c74a4a);
}

.myo-icon.orange {
  background-color: #c04a01;
  background-image: -owg-linear-gradient(#d68f66, #c04a01);
  background-image: -webkit-linear-gradient(#d68f66, #c04a01);
  background-image: linear-gradient(#d68f66, #c04a01);
}

.xtra-icon {
  width: 110px;
  height: 110px;
}

/* MEDIA QUERIES */
@media screen and (max-width: 1277px) {
  .flex-control-nav {
    bottom: 10px;
  }
  .masthead h1 {
    font-size: 38px;
    font-size: 3.8rem;
  }
  .masthead .header-extras {
    padding-top: 23px;
  }
}

@media screen and (max-width: 1255px) {
  .masthead .gutter {
    padding: 0 3%;
  }
  .container .container-gutter {
    padding: 0 3%;
  }
  .logobox form {
    width: 100%;
    margin-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .email-updates .button {
    font-size: 11px;
    font-size: 1.1rem;
  }
  .flexslider .flex-caption h3 {
    margin-top: 0;
  }
  .logobox img {
    margin-top: 20px;
    width: 70%;
  }
  .logobox h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1130px) {
  .masthead h1 {
    width: 55%;
  }
  .masthead .header-extras {
    width: 45%;
  }
  .rowthree .callout .gutter {
    padding-bottom: 225px;
  }
  .logobox, .flexslider {
    max-width: 100%;
    width: 100%;
    float: none;
    display: block;
    height: auto !important;
  }
  .flexslider .slides img {
    width: 60%;
  }
  .flexslider .flex-caption {
    max-width: 40%;
    width: 40%;
  }
  .flex-control-nav {
    right: 0;
    width: 20%;
  }
  .logobox {
    margin-left: 0;
    margin-top: 2.45em;
  }
  .logobox .gutter {
    margin-left: 0;
    padding: 1em .5em;
    border: 1px #9ac8d8 solid;
  }
  .logobox img {
    float: left;
    margin: 2em 0 2em 26px;
    max-width: 232px;
    width: 30%;
  }
  .logobox .wrap-logobox {
    float: right;
    width: 65%;
    padding-right: 5%;
  }
  .logobox p {
    padding-right: 0;
  }
  .logobox form {
    width: 80%;
    margin: 0 auto;
  }
  .rowtwo {
    margin-top: 2.45em;
  }
}

@media screen and (max-width: 995px) {
  .js #vcuIdentity h1 a {
    height: 54px !important;
  }
}

@media screen and (max-width: 980px) {
  .masthead h1 {
    font-size: 30px;
    font-size: 3rem;
    width: 50%;
  }
  .masthead .header-extras {
    width: 50%;
    padding-top: 18px;
  }
  .mainnav nav ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .iconlink img {
    width: 80px;
    height: auto;
  }
  .iconlink p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .columns.four.callout {
    width: 49%;
    margin-bottom: 1em;
  }
  .columns.four.callout.odd {
    margin-right: 1%;
  }
  .columns.four.callout.even {
    margin-left: 1%;
  }
  .rowthree {
    margin-top: 2.45em;
  }
  .rowthree .callout .gutter {
    padding-bottom: 0;
  }
  .rowthree .callout.twocolumn .gutter {
    padding-bottom: 260px;
  }
  .rowthree .callout .tiered {
    margin-left: 0;
  }
  .rowthree .callout .communities {
    margin-right: 0;
  }
  .rowthree .callout .howto {
    margin-left: 0;
    padding-bottom: 4em;
  }
  .columns.four.callout.video {
    width: 100%;
    float: none;
    height: auto !important;
  }
  .rowthree .callout .howto .rule {
    display: none;
  }
  .howto .videoWrapper {
    display: block;
    margin: 0 2em;
  }
  .rowthree .callout .howto img {
    display: none;
  }
  /* .rowthree .callout img {
    margin: 2em auto;
    position: relative;
  } */
}

@media screen and (max-width: 920px) {
  .iconlink {
    width: 49%;
    background-color: #fff;
    border: 1px #abd1df solid;
  }
  .iconlink.notopborder {
    border-top: none;
  }
  .iconlink .arrow {
    display: inline;
  }
  .iconlink.even {
    margin-left: 1%;
  }
  .iconlink.odd {
    margin-right: 1%;
  }
  .iconlink.parents:hover {
    background-color: #428646;
  }
  .iconlink.credits:hover {
    background-color: #5385c7;
  }
  .iconlink.courseware:hover {
    background-color: #395bae;
  }
  .iconlink.trainings:hover {
    background-color: #645caf;
  }
  .iconlink.communications:hover {
    background-color: #c74a4a;
  }
  .iconlink.list:hover {
    background-color: #c04a01;
  }
  .iconlink img {
    display: none;
  }
  .iconlink p {
    padding: 1em 1% .85em;
    margin: 0;
  }
  .iconlink a:hover p, .iconlink a:active p {
    color: #fff;
  }
}

@media screen and (max-width: 900px) {
  .masthead h1 {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .masthead h1 a {
    padding: .2em 0 .2em;
  }
  .flexslider .flex-caption {
    padding: 2% 2% 0 2%;
  }
  .flex-direction-nav,
  .flex-nav-prev,
  .flex-nav-next {
    height: 0;
  }
  .sidebar {
    display: none;
  }
  .main-content {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 830px) {
  /* Staff photo and webcast introductions */
  .profile .copy {
    padding-left: 35%;
    padding-right: 5%;
  }
  .profile img {
    margin-left: 1.5em;
  }
}

@media screen and (max-width: 815px) {
  .flex-control-nav {
    display: none;
  }
  .flex-direction-nav {
    display: block;
  }
  .flexslider .flex-caption {
    padding-top: 1%;
  }
  .flex-caption p {
    padding-right: 30px;
  }
  .flexslider .flex-caption h3 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 1em 0;
  }
  .six {
    width: 100%;
  }
  .four {
    width: 100%;
  }
  .three {
    width: 100%;
  }
}

@media screen and (max-width: 790px) {
  .searchBar {
    display: none;
  }
  .masthead h1 {
    width: 100%;
    float: none;
    display: block;
  }
  .masthead .header-extras {
    width: 100%;
    float: none;
    display: block;
    margin: 0 auto;
    padding: 30px 30px 0 30px;
  }
  .masthead .header-extras .extra-wrapper {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 1.1em;
  }
  .masthead h1 {
    font-size: 35px;
    font-size: 3.5rem;
    text-align: center;
  }
  .email-updates,
  .social-media {
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  .masthead h1 {
    font-size: 40px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 750px) {
  .flexslider {
    border-radius: 0;
  }
  .flexslider .slides img,
  .flexslider .flex-caption {
    float: none;
    width: 100%;
    max-width: none;
  }
  .flexslider .slides img {
    background-color: #eef5f7;
    padding: 10px;
    border-radius: 0;
  }
  .flexslider .flex-caption {
    padding: 2% 9%;
  }
  .flexslider .flex-caption h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .rowthree .callout.twocolumn .gutter {
    padding-bottom: 220px;
  }
  .rowthree .callout h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 700px) {
  figure.img-right,
  .img-right,
  figure.img-left,
  .img-left {
    float: none;
    margin: .25em auto 1em;
    display: block;
  }
  figcaption {
    text-align: center;
  }
  .calloutbox {
    float: none;
    margin: .25em auto 1em;
    display: block;
    width: 80%;
  }
  .two-column {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    -o-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    -ms-column-gap: 0;
    -o-column-gap: 0;
    column-gap: 0;
  }
}

@media screen and (max-width: 670px) {
  .iconlink p {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .columns.four.callout {
    width: 100%;
    float: none;
  }
  .rowthree .callout img {
    position: relative;
    display: block;
    margin: 2em auto 0;
  }
  .rowthree .callout.twocolumn .gutter {
    padding-bottom: 0;
  }
  .rowthree .callout .howto img {
    display: block;
  }
  .howto .videoWrapper {
    display: none;
  }
  .container {
    padding-bottom: 0 !important;
  }
  footer {
    margin-top: 20px;
  }
  /* Staff photo and webcast introductions */
  .profile .copy {
    padding-left: 35%;
    padding-right: 5%;
  }
  .profile img {
    margin-left: .5em;
  }
}

@media screen and (max-width: 625px) {
  .iconlink {
    width: 100%;
    float: none;
  }
  .iconlink.odd,
  .iconlink.even {
    margin: 0;
  }
  .iconlink.credits {
    border-top: none;
  }
}

@media screen and (max-width: 600px) {
  .logobox img {
    float: none;
    width: 100%;
    margin: 2em auto;
    display: block;
  }
  .logobox .wrap-logobox {
    width: 100%;
    float: none;
    padding: 0 2%;
  }
  /* Staff photo and webcast introductions */
  .profile {
    padding-top: 3.5em;
    padding-bottom: 3.5em;
  }
  .profile img {
    margin: 0 0 3em 10%;
    display: block;
    float: none;
  }
  .profile .copy {
    padding-left: 10%;
    padding-right: 8%;
  }
}

@media screen and (max-width: 580px) {
  .toggleSearch {
    background-position: 7px 3px;
  }
  h1 {
    font-size: 50px;
    font-size: 5rem;
  }
}

@media screen and (max-width: 490px) {
  .masthead h1 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  .email-updates, .social-media {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
  }
  .email-updates {
    margin-bottom: 2em;
  }
  .toggleSearch {
    background-position: 7px 0;
    top: 75px;
  }
  .toggleMenu {
    background-position: 7px 0;
    top: 80px;
  }
}

/*************** PRINT STYLES *****************/
/* Print styles--------------------------------------------------------------------------------------------------------*/
@media print {
  * {
    box-sizing: content-box;
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  body {
    font-size: 16pt;
    font-family: Georgia,  "Times New Roman", Times, serif;
    line-height: 2;
    width: 100%;
    margin: 0;
  }
  .wf-active strong {
    font-weight: bold;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  p, li {
    font-size: 13pt  !important;
    font-family: Georgia, "Times New Roman", Times, serif  !important;
  }
  h1, .wf-active h1 {
    font-size: 18pt;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
  }
  h2 {
    font-size: 16pt;
    font-weight: bold;
  }
  h3 {
    font-size: 15pt;
    font-weight: bold;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  a, a:visited {
    text-decoration: underline;
    font-weight: normal;
  }
  .mainContent a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }
  /* Don't show links for images, or javascript/internal links */
  body, footer {
    min-width: 0px;
  }
  .audienceNav,
  .mainNav,
  #vcuIdentityWrapper,
  .js #vcuIdentityWrapper,
  .sideBar,
  footer .socialMedia {
    display: none !important;
  }
  .masthead {
    box-shadow: none;
  }
  .mainContent,
  footer .signature,
  footer .contactInfo,
  .calloutBox,
  .ourteamEntry,
  .programColumn,
  .prBoxes,
  .twitterFeed,
  .facebookFeed,
  .programSection {
    width: 100%;
    display: block;
    float: none;
    margin: 0;
  }
  .mainHeader h1 {
    width: 100%;
    float: none;
    margin-top: 1em;
  }
  .mainHeader h1 a {
    margin: 0;
    padding: 10px 0 25px;
    text-indent: 0;
    background-image: none;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    color: #000;
    text-decoration: none;
    border: none;
    font-size: 19pt;
    font-weight: bold;
  }
  .pageTitle {
    padding-top: 0;
  }
  .pageTitle h1 {
    width: 100%;
    display: block;
    float: none;
    text-align: center;
  }
  blockquote {
    box-shadow: none;
    padding: .5em;
    text-transform: none;
  }
  .calloutBox {
    margin: 0 0 1em;
    box-shadow: none;
    border: 1px #000 solid;
  }
  .calloutBox .gutter {
    padding: .5em;
  }
  .pageCopy, .faq .pageCopy {
    padding: 0 1em;
  }
  .container .containerGutter {
    padding-bottom: 0;
  }
  .mainContent .mainGutter p:first-of-type {
    margin-top: 1em;
  }
  .row {
    width: 100%;
  }
  .accordionItem, .accordion h3 {
    padding: 0;
    margin: 0;
  }
  .accordionItem {
    box-shadow: none;
  }
  .accordion h3 {
    line-height: 1.4;
  }
  .accordionContent {
    display: block !important;
    visibility: visible !important;
  }
  footer {
    padding-top: 1em;
  }
  footer p {
    font-size: 9pt !important;
  }
  footer .gutter {
    padding-top: 10px;
  }
  footer .signature,
  footer .contactInfo {
    text-align: center;
  }
  footer .signature {
    padding-left: 0;
  }
  .signature ul li {
    display: block;
    padding: 0;
  }
  .signature ul li a {
    text-decoration: none;
  }
  .clearfix:after {
    visibility: visible;
  }
  .flexslider p {
    color: #fff !important;
  }
  a.programTitle {
    width: 100%;
    height: auto;
    display: block;
  }
  a.programTitle h3 {
    line-height: 1;
    margin-bottom: 0;
  }
  .programSection p, .programSection h4 {
    text-align: left;
  }
  .programs .programSection {
    display: none;
  }
  .ourteamNav ul li {
    display: block;
    border: none;
    margin: 1em 0;
    padding: 0;
    float: none;
  }
  .ourteamNav ul li a {
    padding: 0;
    font-weight: normal;
  }
  .ourteamNav ul li.current {
    border: none;
    box-shadow: none;
  }
  .ourteamNav ul li.current a {
    font-weight: bold;
  }
  .ourteamGrid {
    box-shadow: none;
  }
  .ourteamEntry {
    height: auto !important;
    clear: both;
    border: none !important;
    margin-bottom: 1em;
  }
  .ourteamEntry .portrait {
    width: 200px;
    float: left;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }
  .ourteamEntry h3 {
    margin: 1em 0 0 !important;
  }
  .ourteamEntry p {
    margin: .25em 0;
  }
  .ourteamEntry h3, .ourteamEntry p, .ourteamEntry p.title {
    text-align: left;
  }
  .commitment {
    display: block;
    margin: 0 0 20px 0;
    max-width: 100%;
  }
  .commitment figure, .commitment img {
    width: 100px;
    height: 100px;
    border: none;
    background-color: transparent;
    border-radius: none;
  }
  .commitment.rightImg .commitmentFigure, .commitment.leftImg .commitmentFigure {
    float: left;
  }
  .commitment.rightImg p, .commitment.leftImg p {
    padding: 0 0 0 10px;
    max-width: 70%;
    text-align: left;
    float: left;
    box-shadow: none;
  }
}

/*************** RRTC MODS *****************/
a {
  color: #007283;
  /*$color__link*/
}

a:active,
a:focus,
a:hover {
  color: #9abe41;
  /*$color__link--hover*/
}

body {
  font-family: 'Open Sans', Arial, sans-serif;
}

body:after {
  content: "";
  background-image: url(../images/bg__circle--transparent.png);
  /*$bodyBGimage*/
  opacity: 0.10;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -2;
}

footer {
  background: unset;
}

footer .rrtc-footer {
 /* padding-top: 3.2rem; teri change 11/14 */
}

footer p {
  color: #ffffff;
  /*$color__footer--text*/
  text-align: left;
}

footer p a {
  text-decoration: underline;
  color: #fcb800;
  /*$color__footer--link*/
}

footer p a:hover {
  color: #ffffff;
  /*$color__footer--link*/
}


footer p.footer-title {
  color: #fcb800;
  /*$color__footer--headline*/
  font-size: 2.4rem;
  font-weight: 700;
  line-height: .8;
}

h1 {
  color: #ffffff;
  /*$color__h1*/
  font-size: 4.2rem;
}

h2 {
  color: #007283;
  /*$color__h2*/
  font-size: 2.8rem;
}

h3 {
  color: #007283;
  /*$color__h3*/
  font-size: 2.3rem;
  font-weight: bold;
}

h4 {
  color: #007283;
  /*$color__h4*/
  font-size: 1.875rem;
}

h5 {
  color: #007283;
  /*$color__h5*/
  font-size: 1.125rem;
}

h6 {
  color: #323232;
  /*$color__h6*/
  font-size: 1rem;
}

h6:hover {
  color: #007283;
  /*$color__h6--hover*/
}

h2,
h3,
h4,
h5,
h6 {
  font-family: Open Sans, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -.5px;
}

h1,
h2,
h4,
h5 {
  font-weight: 600;
}

h3 {
  font-weight: 600;
}

p {
  font-size: 1.6rem;
}

p.intro {
  border-bottom-color: #333333;
}

table {
  border: none;
}

table thead, table tfoot {
  background-color: #333333;
}

table tbody tr:nth-child(2n+1) {
  background-color: #efefef;
}

ul li {
  font-size: 1.6rem;
}

.button,
input[type="submit"] {
  background-color: #9abe41;
  /*$color__button--bg*/
  color: #2e3134;
  /*$color__button--text*/
  border-radius: 1px;
}

.button:active,
.button:focus,
.button:hover,
input[type="submit"]:active,
input[type="submit"]:focus,
input[type="submit"]:hover {
  background-color: #d0e991;
  /*$color__button--bg-hover*/
  color: #2e3134;
  /*$color__button--text-hover*/
}

.calloutbox {
  background-color: #ffffff;
  /*$color__cta--bg*/
  border-radius: 0;
  color: #ffffff;
  /*$color__cta--text*/
  width: 100%;
}

.calloutbox h3 {
  color: #ffffff;
  /*$color__cta--text*/
}

.container .breadcrumb p a {
  /*color: #007283;*/
  /*$color__link*/
}

.container .breadcrumb p a:hover {
  /*color: #9abe41;*/
  /*$color__link--hover*/
}

.container--max-width {
  border-top: 0;
  margin: 0 auto;
max-width: 100%;
padding-bottom: 2em;
padding-left: 1em;
padding-right: 1em;
/*padding-top: 2em; teri change 11/14*/
padding-top: 1em;
}

.content-wrapper {
  border: 2px solid #007283;
  /*$color__content-wrapper--border*/
  border-radius: 1px;
}

@media (min-width: 1277px) {
  .columns.two {
    padding: 1em;
    width: 50%;
  }
}

@media (min-width: 1277px) {
  .columns.three {
    padding: 1em;
    width: 33.33%;
  }
}

@media (min-width: 1277px) {
  .columns.four {
    padding: 1em;
    width: 25%;
  }
}

@media screen and (min-width: 815px) {
  .columns.two {
    padding: 1em;
    width: 50%;
  }
  .columns.three {
    padding: 1em;
    width: 33.33%;
  }
  .columns.four {
    padding: 1em;
    width: 25%;
  }
}

@media screen and (max-width: 815px) {
  .flex-caption p {
    padding-right: initial;
  }
}

.flex-control-paging li a.flex-active {
  background: #9abe41;
  /*$color__hero--slider-dots*/
}

.flex-direction-nav a:before {
  display: none;
}

.flex-direction-nav .flex-nav-next a,
.flex-direction-nav .flex-nav-prev a {
  background-color: rgba(0, 0, 0, 0.2);
}

.flexslider {
  background-color: #007283;
  /*$color__hero--bg*/
  border-radius: 0;
  max-width: initial;
  width: initial;
}

.flexslider .flex-caption {
  max-width: initial;
}

@media (min-width: 900px) {
  .flexslider .flex-caption {
    width: 32%;
  }
}

.flexslider .flex-caption h2 {
  color: #d0e991;
  /*$color__hero--h2*/
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}

@media (min-width: 900px) {
  .flexslider .flex-caption h2 {
    font-size: 2rem;
  }
}

@media screen and (min-width: 1080px) {
  .flexslider .flex-caption h2 {
    font-size: 2.4rem;
  }
}

@media (min-width: 1277px) {
  .flexslider .flex-caption h2 {
    font-size: 3.6rem;
  }
}

@media (min-width: 1500px) {
  .flexslider .flex-caption h2 {
    font-size: 4.2rem;
  }
}

@media (min-width: 1700px) {
  .flexslider .flex-caption h2 {
    font-size: 4.2rem;
  }
}

.flexslider .flex-caption p {
  line-height: 1.2;
  font-size: 1.4rem;
}

@media (min-width: 900px) {
  .flexslider .flex-caption p {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1080px) {
  .flexslider .flex-caption p {
    font-size: 1.6rem;
  }
}

@media (min-width: 1360px) {
  .flexslider .flex-caption p {
    font-size: 1.8rem;
  }
}

@media (min-width: 1500px) {
  .flexslider .flex-caption p {
    font-size: 2rem;
  }
}

@media (min-width: 1700px) {
  .flexslider .flex-caption p {
    font-size: 2.2rem;
  }
}

.flexslider .flex-caption .button {
  background-color: #9abe41;
  /*$color__button--bg*/
  color: #2e3134;
  /*$color__button--text*/
}

.flexslider .flex-caption .button:hover {
  background-color: #d0e991;
  /*$color__button--bg-hover*/
  color: #2e3134;
  /*$color__button--text-hover*/
}

.flexslider .slides img {
  max-width: initial;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

@media (min-width: 900px) {
  .flexslider .slides img {
    width: 68%;
  }
}

.flexslider-container {
  margin: 0 auto;
  max-width: 1700px;
  padding-bottom: 0;
  padding-left: 1em;
  padding-right: 1em;
  padding-top: 0;
}

.flex-control-nav {
  left: 0;
  width: 32%;
}

.footer-title {
  color: gray;
  text-align: left;
}

@media screen and (min-width: 900px) and (max-width: 920px) {
  .iconlink {
    background-color: transparent;
  }
  .iconlink img {
    display: block;
  }
}

@media screen and (max-width: 920px) {
  .iconlink.even {
    margin-left: 0;
    margin-right: 0;
  }
  .iconlink.odd {
    margin-right: 0;
    margin-left: 0;
  }
}

.iconlink--circle {
  border: 1px solid #494949;
}

@media (min-width: 900px) {
  .iconlink--circle {
    border: none;
    width: 20%;
  }
}

.iconlink--circle:hover p {
  text-decoration: underline;
}

.iconlink--circle p {
  color: #494949 !important;
}

@media (min-width: 900px) {
  .iconlink--circle p {
    color: #ffffff !important;
  }
}

.iconlink--circle p:hover {
  background-color: #9abe41;
}

@media (min-width: 900px) {
  .iconlink--circle p:hover {
    background-color: transparent;
  }
}

.iconlink--circle img {
  height: 167px;
  width: 167px;
}

.iconlink--circle .iconlink__image-container {
  display: none;
}

@media (min-width: 900px) {
  .iconlink--circle .iconlink__image-container {
    display: block;
  }
}

.iconlink--circle .iconlink__image-container {
  border-radius: 50%;
  height: 167px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 167px;
}

.iconlink--circle .iconlink__image-container img {
  position: absolute;
}

.main-content img {
  border-radius: 1px;
}

.main-content figure figcaption {
  background-color: #2e3134;
  /*$color__figcaption--bg*/
  color: #ffffff;
  /*$color__figcaption--text*/
  font-size: 1.4em;
  padding: 1em;
}

.container {
  border-top: none;
}

.mainnav {
  border-bottom: none;
  text-transform: uppercase;
}

.mainnav nav {
  font-size: 0;
}

.mainnav nav ul li {
  display: table-cell;
}

@media (min-width: 900px) {
  .mainnav nav ul li a {
    padding: 15px 16px;
  }
}

@media (min-width: 1277px) {
  .mainnav nav ul li a {
    padding: 15px 24px;
  }
}

.mainnav nav ul li.nav-about {
  width: initial;
}

.mainnav nav ul li.nav-assistance {
  width: initial;
}

.mainnav nav ul li.nav-calendar {
  width: initial;
}

.mainnav nav ul li.nav-employment {
  width: initial;
}

.mainnav nav ul li.nav-home {
  width: initial;
}

.mainnav nav ul li.nav-news {
  width: initial;
}

.mainnav nav ul li.nav-parapro {
  width: initial;
}

.mainnav nav ul li.nav-projects {
  width: initial;
}

.mainnav nav ul li.nav-research {
  width: initial;
}

.mainnav nav ul li.nav-resources {
  width: initial;
}

.mainnav nav ul li.nav-training {
  width: initial;
}

@media screen and (max-width: 1277px) {
  .mainnav nav ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.mainnav nav ul li:hover a {
  color: #ffffff;
  /*$color__nav-sub--text-hover*/
}

.mainnav ul li ul li a {
  min-width: 256px;
  text-transform: none;
}

.mainnav ul li ul li a:hover {
  background-color: #9abe41;
  /*$color__nav-sub--hover*/
  color: #ffffff;
  /*$color__nav-sub--text-hover*/
}

.mainnav.mobile {
  background-color: #fcb800;
  /*$color__nav--mobile-bg*/
}

.mainnav.mobile ul li a {
  color: #2e3134;
  /*$color__nav-link--mobile*/
}

.mainnav.mobile ul li.highlight a {
  background-color: transparent;
  color: #2e3134;
  /*$color__nav-link--mobile*/
}

.masthead {
  min-height: 64px;
  position: relative;
  z-index: -1;
}

.masthead:after {
  content: "";
  background-image: url(../images/bg__circle--transparent.png);
  /*$bodyBGimage*/
  opacity: 0.1;
  top: -51px;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}

.masthead h1 {
  text-shadow: none;
}

.masthead h1 a {
  color: #2e3134;
  /*$color__header--text*/
  font-family: Arial, sans-serif;
  font-weight: 700;
  padding-bottom: 0;
  padding-top: .35em;
  text-shadow: none;
}

.masthead h2 a {
  color: #2e3134;
  /*$color__header--text*/
  display: block;
  font-family: Arial, sans-serif;
  font-weight: 400;
  padding-bottom: .35em;
  padding-top: 0;
  text-decoration: none;
  text-transform: none;
  text-shadow: none;
}

.masthead .header-extras {
  width: initial;
}

@media (min-width: 1277px) {
  .masthead .header-extras {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}

@media (min-width: 1277px) {
  .masthead .header-extras {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}

.profile h4 {
  color: #007283;
  /*$color__h4*/
}

.rrtc-ctas {
  padding-bottom: 1.6em;
  /*padding-top: 1.6em; teri change 11/14*/
}

.rrtc-ctas:after {
  clear: both;
  content: ' ';
  display: table;
}

.rrtc-ctas__headline {
  color: #9abe41;
  /*$color__cta--headline*/
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.8;
  /*padding-bottom: 4.8rem; teri change 11/14*/
  padding-bottom: 3.2rem;
  text-align: center;
  text-transform: uppercase;
}

.rrtc-ctas .row {
  margin-bottom: 0;
}

@media (min-width: 900px) {
  .rrtc-ctas .row {
    margin-bottom: 3.2em;
  }
}

.rrtc-ctas .iconlink p {
  color: #ffffff;
  /*$color__cta--text*/
}

.rrtc-ctas .iconlink a:hover p {
  color: #9abe41;
  /*$color__cta--text-hover*/
}

.rrtc-header__extras {
  float: left;
  width: 32%;
}

.rrtc-subsite .masthead .header-extras {
  padding-top: 4px;
}

@media (min-width: 1277px) {
  .rrtc-subsite .masthead .header-extras {
    padding-top: 24px;
  }
}

@media (min-width: 900px) {
  .rrtc-header__title {
    float: left;
    width: 68%;
  }
}

.rrtc-header__title h1 {
  width: 100%;
}

.rrtc-header__title h1 a {
  color: #2e3134;
  /*$color__header--text*/
  font-family: Arial, sans-serif;
  font-weight: 700;
  padding-bottom: 16px;
  padding-top: 16px;
  text-shadow: none;
  font-size: 32px;
  line-height: 1;
  text-decoration: none;
}

@media (min-width: 1277px) {
  .rrtc-header__title h1 a {
    font-size: 40px;
    /*$header__h1-font-size*/
    line-height: 1.2;
    padding-bottom: 0;
    padding-top: 0.35em;
    /*$header__h1-padding-top*/
  }
}

.rrtc-header__title h2 {
  display: none;
}

@media (min-width: 1277px) {
  .rrtc-header__title h2 {
    display: block;
    margin-bottom: 0.5em;
  }
}

.rrtc-header__title h2 a {
  font-weight: 400;
}

.rrtc-spotlight {
  padding-bottom: 3.2em;
}

.rrtc-spotlight__container {
  background-color: #007283;
  /*$color__spotlight--bg*/
  padding: 3.2rem;
}

.rrtc-spotlight__headline {
  color: #ffffff;
  /*$color__spotlight--headline*/
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.8;
  text-align: center;
  text-transform: uppercase;
}

@media (min-width: 1277px) {
  .rrtc-spotlight__headline {
    font-size: 4.8rem;
  }
}

.rrtc-spotlight__link {
  text-align: center;
}

.rrtc-spotlight__text {
  color: #ffffff;
  /*$color__spotlight--text*/
  font-size: 2.4rem;
  padding-bottom: 2.4rem;
  text-align: center;
}

.sidebar ul li a {
  font-weight: 400;
}

.sidebar ul li a:hover,
.sidebar ul li a:focus {
  color: #494949;
  /*$color__nav-sidebar-link--hover*/
}

.sidebar ul li.highlight a {
  background-color: #9abe41;
  /*$color__nav-sidebar-highlight--bg*/
  color: #142F3D;
  /*$color__nav-sidebar-highlight--text*/
}

.sidebar ul li.highlight a:hover {
  color: #142F3D;
  /*$color__nav-sidebar-highlight--text*/
}

.sidebar ul li.highlight.highlightParent a {
  background-color: #9abe41;
  /*$color__nav-sidebar-highlight--bg*/
}

.sidebar ul li.highlight.highlightParent a:hover {
  color: #494949;
  /*$color__nav-sidebar-highlight--text*/
}

.sidebar ul li.highlight.highlightParent ul li a {
  background-color: #2e3134;
  /*$color__nav-sidebar-level3--bg*/
  color: #ffffff;
  /*$color__nav-sidebar-level3--text*/
}

.sidebar ul li.highlight.highlightParent ul li a:hover {
  color: #494949;
  /*$color__nav-sidebar-level3--text-hover*/
}

.sidebar ul li.highlight.highlightParent ul li.highlight a {
  background-color: #d0e991;
  /*$color__nav-sidebar-level3-highlight--bg*/
  border-bottom: #007283 1px solid;
  color: #494949;
  /*$color__nav-sidebar-highlight--text*/
}

.sidebar ul li.highlight ul li a {
  background-color: #2e3134;
  /*$color__nav-sidebar-level3--bg*/
  color: #ffffff;
  /*$color__nav-sidebar-level3--text*/
}

.sidebar ul li.highlight ul li a:hover {
  color: #494949;
  /*$color__nav-sidebar-level3--text-hover*/
}

.sidebar nav {
  background-color: #007283;
  /*$color__nav-sidebar--bg*/
  border-color: #007283;
  /*$color__nav-sidebar--border*/
  border-radius: 1px;
}

.searchBar {
  width: initial;
  float: right;
}

.slick-prev {
  left: 16px;
}

@media (min-width: 1277px) {
  .slick-prev {
    display: inline-block !important;
    left: -52px;
  }
}

.slick-next {
  right: 16px;
}

@media (min-width: 1277px) {
  .slick-next {
    display: inline-block !important;
    right: -52px;
  }
}

.slick-prev, .slick-next {
  height: 48px;
  width: 48px;
  bottom: -16px;
  top: unset;
}

@media (min-width: 1277px) {
  .slick-prev, .slick-next {
    top: 50%;
  }
}

@media screen and (min-width: 768px) {
  .slick-dotted.slick-slider {
    padding-bottom: 64px !important;
  }
}

@media (min-width: 1277px) {
  .slick-dotted.slick-slider {
    padding-bottom: 32px !important;
  }
}

.slick-prev::before, .slick-next::before {
  color: gray;
  font-size: 48px;
}

.social-media {
  display: none;
}

@media (min-width: 1277px) {
  .social-media {
    display: block;
    float: right;
    width: initial;
  }
}

.social-media ul li {
  width: auto;
}

.social-media__link {
  color: #2e3134;
  /*$color__header--text*/
  margin: .2em .5em;
  text-indent: 0 !important;
}

.social-media__link:active,
.social-media__link:focus,
.social-media__link:hover {
  color: #2e3134;
  /*$color__nav-social-link--hover*/
  text-decoration: none;
}

.subsite-of {
  display: inline-block;
}

@media (min-width: 1277px) {
  .subsite-of {
    padding-top: 0.6em;
  }
}

.subsite-of__link {
  color: #2e3134;
  /*$color__header--text*/
  font-size: 1.6em;
  text-decoration: none;
}

.subsite-of__link:active,
.subsite-of__link:focus,
.subsite-of__link:hover {
  color: #2e3134;
  /*$color__nav-social-link--hover*/
  text-decoration: none;
}

.toggleMenu,
.toggleSearch {
  background-size: 68% !important;
}

.toggleMenu {
  background: transparent url(../images/layout/toggleMenu.png) no-repeat scroll 7px 7px;
}

.toggleSearch {
  background: transparent url(../images/layout/toggleSearch.png) no-repeat scroll 7px 7px;
}

.toprow {
  margin-top: 0;
  padding-bottom: 3.25em;
}

a.newsLink {
  text-transform: uppercase;
  font-size: 14px;
  color: #007283;
  /*$color__link*/
  text-decoration: underline;
}

a.newsLink:hover {
  text-decoration: none;
}

.newsDate {
  font-size: 14px;
  color: #5a5a5a;
  /*$color__news--text-date*/
  text-transform: uppercase;
  font-weight: 700;
}

.newsDetails {
  display: table;
}

.newsDetails .button {
  float: right;
  margin-bottom: 16px;
}

@media (min-width: 900px) {
  .newsDetails .button {
    float: none;
    margin-bottom: 0;
  }
}

.newsFeed h3 {
  line-height: 1;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 16px;
  padding-top: 16px;
}

@media (min-width: 900px) {
  .newsFeed h3 {
    padding-top: 0;
  }
}

.newsFeed h3 a {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

.newsFeed h3 a:hover, .newsFeed h3 a:active, .newsFeed h3 a:focus {
  text-decoration: underline;
}

@media (min-width: 900px) {
  .newsImage {
    height: 110px;
    float: left;
    margin-right: 16px;
    width: 110px;
  }
}

.newsSlide {
  padding: 0 16px;
}

.newsSlider {
  background-color: #ffffff;
  /*$color__news--bg*/
 /* padding-top: 1.6em; teri change 11/14*/
}

.newsSlider .container {
  border-top: 0;
}

.newsSlider__headline {
  /*font-size: 2.4em; teri change 11/14*/
  font-size: 3em;
  font-weight: bold;
  padding: 1em;
  text-align: center;
  text-transform: uppercase;
}

.slick-dots {
  background-color: #ffffff;
  /*$color__news--bg*/
  /*bottom: -56px;
  padding: 2em 0;*/
  position: static;
    padding-top: 2em;
}

.slick-dots li.slick-active button::before {
  color: #9abe41;
  /*$color__news--slider-dots*/
  opacity: 1;
}

.slick-dots li button::before {
  color: #9abe41;
  /*$color__news--slider-dots*/
  font-size: 10px;
}

.slick-dotted.slick-slider {
  padding-bottom: 32px;
}

.slick-slide {
  min-height: 160px;
  border-right: 1px solid #EDEDED;
}

.slick-slider {
  padding-bottom: 64px;
}

.rrtc-news {
  background-color: #ffffff;
  /*$color__news--bg*/
  box-sizing: border-box;
  float: left;
  width: 100%;
}

@media (min-width: 1277px) {
  .rrtc-news {
    padding-bottom: 1.6rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    padding-top: 1.6rem;
  }
}

.rrtc-news__button {
  display: block;
  font-size: 1.6rem;
  padding-bottom: 3.2rem;
  text-align: right;
  text-decoration: none;
  text-transform: uppercase;
}

.rrtc-news__item--featured .rrtc-news__button {
  padding-bottom: 0;
}

.rrtc-news__container {
  float: left;
  width: 100%;
}

.rrtc-news__container-name {
  font-size: 2.4em;
  font-weight: bold;
  padding-bottom: 1.6rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  padding-top: 1rem;
  text-transform: uppercase;
}

.rrtc-news__column {
  padding: 1.6rem;
}

@media (min-width: 1277px) {
  .rrtc-news__column {
    float: left;
  }
}

.rrtc-news__column--left {
  width: 100%;
}

@media (min-width: 1277px) {
  .rrtc-news__column--left {
    max-width: 62%;
  }
}

.rrtc-news__column--right {
  padding-top: 1.6rem;
  width: 100%;
}

@media (min-width: 1277px) {
  .rrtc-news__column--right {
    max-width: 38%;
  }
}

.rrtc-news__date {
  font-size: 1.4rem;
  color: gray;
  /*$color__news--text-date*/
  text-transform: uppercase;
  font-weight: 700;
}

.rrtc-news__featured-label {
  font-size: 2.4em;
  font-weight: bold;
  padding-top: 1.6rem;
  text-transform: uppercase;
}

.rrtc-news__item {
  border-top: 1px solid #999999;
  min-height: 224px;
}

.rrtc-news__item--featured {
  border-top: none;
}

.rrtc-news__image {
  padding-top: 3.2rem;
}

@media (min-width: 1277px) {
  .rrtc-news__image {
    float: left;
    margin-right: 1.6rem;
    width: 220px;
  }
}

.rrtc-news__item--featured .rrtc-news__image {
  float: none;
  height: auto;
  padding-top: 0;
  width: 100%;
}

.rrtc-news__title {
  line-height: 1;
  margin-bottom: 0;
  padding-bottom: 1.6rem;
  padding-top: 1.6rem;
}

.rrtc-news__item--featured .rrtc-news__title {
  padding-top: 0;
}

.rrtc-news__item--featured hr {
  background-color: #999999;
  margin-bottom: 1.6rem;
  margin-top: 1.6rem;
}

.rrtc-news__item--featured .rrtc-news__title {
  margin-top: 0;
}

.rrtc-news__title-link {
  color: #000000;
  font-size: 2.0rem;
  font-weight: 700;
  text-decoration: none;
  text-transform: none;
}

/* Colin Fixes */

.newsFeed h3 a {
  font-size: 18px;
}

.newsFeed .newsDetails p {
  font-size: 1.3rem;
}


/* Change padding above footer 
footer .rrtc-footer { padding-top: 0; }*/
footer { margin-top: 0em;  }

/* Change padding on gutter so that breadcrumbs are in the middle of the whitespace */
.content-wrapper .gutter {
    padding: 21px 6% 48px 4%;
}

/* Slightly shrink margins on h1, and vertically center it */
h1 { margin: .5em 0 .5em; }

/* Reduce bottom margin on h2 */
h2 { margin: 2.65em 0 1em; }

/* Don't rely on JS to ucase first element of sidebar */
.sidebar nav > ul > li:first-of-type { text-transform: uppercase; }

/* Lots of old parts use tables to set layout, disable float on form elements in tables*/
table tr td label {float:none;}

table tr td input[type="submit"] {margin-top:0;}

.mt-0 {margin-top:0;}

legend {
    font-size: 1.6rem;
    line-height: 1.4;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
}

fieldset {
    border: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0;
    -webkit-padding-before: 0;
    -webkit-padding-start: 0;
    -webkit-padding-end: 0;
    -webkit-padding-after: 0;
}

/* Added by Colin*/

  dl {
	  font-size:1.6rem
  }
  dt {
    float: left;
    clear: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
    color: #007283;
	margin:0;
  }
  dt::after {
    content: ":";
  }
  dd {
    margin: 0 0 1em 110px;
  }


table.no-stripes tbody tr:nth-child(2n+1) {
    background-color: #fff;
}

blockquote, blockquote p {
	font-size: 1.4rem;
    line-height: 1.6;
	margin: 1rem 0;
}


blockquote {
	margin: 0 3rem;
}

.non-upper {
	text-transform:none;	
}

.no-mark{
	list-style-type:none;	
}
.indent {
	margin-left:30px;	
}

.right {
    float: right;
}

.left {
	float:left;	
}

.cols-4{
	width:33%;
}
.cols-8{
	width:66%;
}

.indent60{
	margin-left:60px;	
}

.indent40{
	margin-left:40px;	
}
/* Alerts */
.alert {
	padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
	font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.8;
    letter-spacing: 0.02em;
}

.alert-info {
	color: #142F3D;
    background-color: #d0e991;
    border-color: #9abe41;
}

.close {
    float: right;
    font-size: 27px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .4;
	text-decoration: none;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	cursor: pointer;
}
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .5;
}
/* Numbered Description List - styled to look like h3 */
dl.numbered {
	counter-reset: numbered-dl-counter;
}
dl.numbered dt {
	position: relative;
	color: #007283;
	font-size: 28px;
	font-size: 2rem;
	letter-spacing: -.5px;
	padding: 4px 0 10px 0;
	font-weight: 400;
	width:100%;
	text-align:left;
	float:none;
	/*text-transform: uppercase;*/
	margin-top: 1.5em;
}
dl.numbered dt:after {
	content:'';	
}

dl.numbered dt:before {
	content: counter(numbered-dl-counter);
	counter-increment: numbered-dl-counter;
	position: absolute;
	left: 0;
	top: 0;
	color: #007283;
	font-size: 28px;
	font-size: 4rem;
	font-weight: 400;
}
dl.numbered dd {
	margin: 0;
}
dl.numbered dt, dl.numbered dd {
	padding-left: 50px;
	/* margin-top: 2em; */
}

/* Light select list */
select.light  {
	color:#242424;
	background: #FFFFFF url(../images/layout/nav-more-arrow.png) no-repeat scroll right 12px;
}

select.light option {
	background: #FFF;
}

/* Colin's Forms */
.radio-group label{
	/*works decently with non compliant browsers*/
	width:85%;
	/* 31px = Width radio (15px) + radio padding (8px) + label padding (8px)*/
	width:calc(100% - 31px);
}

select.small{
	width:4em;
}

select.medium{
	width:8em;
}

select.large{
	width:12em;
}

/* Vertical form - inputs below labels */
.form-vertical label{
	padding-top:.25em;
}

.form-vertical input + label{
	padding-top:0;
}

.form-vertical input, .form-vertical select{
	float:left;
	clear:left;
}

.form-vertical .two-column input[type="text"],
.form-vertical .two-column input[type="email"],
.form-vertical .two-column input[type="password"],
.form-vertical .two-column select{
	width: 80%;	
}

.form-vertical input[type="submit"]{
	float:none;
}

.form-vertical .required {
	float:left	
}

.form-vertical select{
	border-radius:1px;
	margin-bottom:1em;
	max-width:80%;
}

.form-vertical fieldset {
	padding:.25em 0 0 0;
	margin:0 0 1em 0;
	border:none;
}

.form-vertical legend {
  color: #364347;
  font-size: 16px;
  font-size: 1.6rem;
  /*float: left;*/
  font-weight: bold;
}

.form-vertical .cke {
	clear:left;	
}

.error label, .hasError label {
	color: #c74a4a;
}

.error select, fieldset.error, .error input[type='email'], .error input[type='text'],
.hasError select, fieldset.hasError, .hasError input[type='email'], .hasError input[type='text'] {
	border: 1px #c74a4a solid;
}
.error select, .hasError select {
	box-shadow: 0 0 2px 2px #c74a4a;	
}

/** Horizontal Form **/

.form-horizontal label, .form-horizontal legend {
	width:130px;
	float:none;
	text-align:right;
}

.form-horizontal .row input[type="submit"]{
	margin-top: 0;
}

.form-horizontal .row{
	margin-top: 1rem;
}

.form-horizontal textarea{
	display:inline-block;
	clear:none;
	width: initial;
}

.form-horizontal fieldset legend {
	float: left;
    margin-right: .7em;
}

.form-horizontal fieldset label {
	float: left;
    text-align: left;
    width: initial;
    margin-right: 1em;
	margin-bottom: 1em;	
}

.form-horizontal input[type="submit"] {
    margin-left: 140px;
}

.form-horizontal .full-width {
	float: none;
    text-align: left;
    width: 100%;
}
/*** Legacy Form Formatting: wishlist todo: fix all forms to not use these ***/

.bold { font-weight: bold; }
.underline { text-decoration: underline; }

.longlabel { float: left; width: 250px; font-weight: bold; text-align: right; margin-right: 10px;}

.label { float: left; width: 150px; font-weight: bold; text-align: right; margin-right: 7px; 
	color: #364347;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    zoom: 1;
}

.longfield { float: left; width: 300px; }

.extralongfield { float: left; width: 400px; }

.field { float: left; width: 200px; }

form {
	font-size: 14px;
  	font-size: 1.4rem;
  	line-height: 1.8;
  	letter-spacing: 0.02em;
}

input[type='checkbox'] {
	clear:left;	
}

img.lead-presenter {
    width: 100px;
    margin: 1.5rem;
    border-radius: 50%;
    margin-top: 0;
}

.webcast-info {
    display: flex;
    align-items: center;
}

.webcast-info-left {
	display: flex;
    flex-direction: column;
	margin-right: 2rem;
}

.webcast-info-right {
    flex: 1;
}

h4.webcast-title {
    text-transform: none;
    margin-bottom: 2rem;
    font-size: 1.8rem;
}

h4.webcast-title a {text-decoration:underline;}

.webcast {
    border-bottom: 1px solid #EDEDED;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.webcast:last-of-type {
	border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.webcast-info dt {
    width: 11rem;
	font-weight:600;
}

.webcast-info dd {
    margin-left: 12rem;
	margin-bottom: .5rem;
}

.webcast-info dl {
	flex: 1;
}

@media screen and (max-width: 480px) {
    .webcast-info {
		flex-direction:column-reverse;
	}
	img.lead-presenter { display:none;}
}

/* GCY 11/8 - To display profiles in two columns */

.profile-columns {
	display: flex;
	flex-wrap: wrap;
}

.profile-columns .profile img {margin-left:0; max-width:100px;}

.profile-columns .profile h4 {
	font-size: 1.8rem;
}
.profile-columns .profile p {
	font-size: 1.4rem;
}

.profile-columns .profile {
	width: 50%;
	border-bottom: 1px #c7e1ea solid;
	padding-bottom: 4em;
	margin-bottom: 4em;
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}
@media screen and (max-width: 480px) {
    .profile-columns .profile {width: 100%;}
}

/* */

.flex-2 {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.button-descriptions a {
	width: 130px;
	margin-right: 2rem;
}

.button-descriptions p {flex:1;}

@media screen and (max-width: 480px) {
	.button-descriptions a { width: 70%;}
	.flex-2 {flex-direction: column;}
}

/* Accessibility Fixes */
#skip-links {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin-left: 0;
    list-style: outside none
}

#skip-links a {
    position: absolute;
    left: 15px;
    top: -100px;
    z-index: 10000;
    height: auto;
    margin: 0 auto;
    padding: 10px 15px;
    background-color: transparent;
    color: #ffba00;
    outline: none;
    transition: top .2s,background-color .2s
}

#skip-links a:active,#skip-links a:focus {
    top: 0;
    background-color: #303030
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
}

a.social-media__link:focus, 
a.social-media__link:active,
input:focus,
input:active, 
.iconlink a:active, 
.iconlink a:focus,
nav li a:focus,
.slick-dots li button:focus, 
button.slick-arrow:focus,
h1 a:focus,
h2 a:focus,
.sidebar ul li a:focus { 
	outline: #4d90fe auto 1px;
}

.slick-dots li button {color:black;}

a:focus, a:hover, a:active {
    color: #142f3d;
    outline: none;
    text-decoration: underline;
}
a {text-decoration:underline;}


.newsFeed {
    display: flex;
    flex-direction: column;
    padding: 0 1em 1em 1em;
}

.newsSlider__headline hr {margin-bottom:0;}


ul.arrow { list-style: none; }
ul.arrow > li:before {     
	content: "\27A2";
    margin-left: -2rem;
    padding-right: 5px;
    font-size: 2rem;
}

/* PDF Thumbnails */
figure.pdfthumbnail figcaption {
	line-height: 1.25em; 
	font-weight: bold;
	text-align: center; 
	font-size: 15px; 
	font-size: 1.5rem;
	padding: 8px 3px 2px 10px;
	background: inherit;
	color: inherit;
}

figure.pdfthumbnail img {
	width:200px; 
	box-shadow: grey 1px 1px 4px 1px;
	border-radius: 0;
}

figure.pdfthumbnail img:hover {
	width:200px !important;
	box-shadow: grey 1px 1px 6px 2px !important;
}

.radio-group {
  break-inside:avoid-column;
}
