/* Main CSS for VCU Autism Center for Excellence:
 Designed and developed by VCU University Relations
 /designer - Gayle Barton/
 /developer - Lauren Paul/
 /account manager - Heather Zulauf /
 /project managers - Eliza Robinson /
 /Google Web fonts used: Open Sans and Roboto Condensed/
 */
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

p,
pre {
  margin: 0 0 1em;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0 0 0 40px;
}

menu,
ol,
ul {
  padding: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

button,
input {
  line-height: normal;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*#6e6f6f;*/
/*#464646;*/
/* Core colors */
/* Accent colors and icon background gradients */
/* GLOBAL (body) ----------------------------------------------------------------------------------------------*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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: #242424;
  background-color: #f1f6f8;
}

#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: #11769a;
  text-decoration: underline;
  font-weight: 600;
}
a:hover {
  color: #439ab9;
  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: #11769a;
  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: #11769a;
  /* #439ab9;*/
  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: #11769a;
  /* #439ab9; */
  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;
}

dd {
	font-size: 1.4rem;
	line-height: 1.8;
	letter-spacing: 0.02em;	
}

/* IMAGES ----------------------------------------------------------------------------------------------------------*/
/*  Colin: Taking object out, as it's messing with flash videos 
	img, embed, object, video {
*/
img, embed, video {
  /* Make all images, embeds, objects, and videos responsive. */
  max-width: 100%;
  height: auto !important;
  width: auto\9;
  /* ie8 */
}

img {
  border: none;
}
img.thumbnail {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  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;
  border-bottom: 1px #c7e1ea solid;
  padding-top: 6.5em;
  padding-bottom: 6em;
  margin-top: 3.75em;
}
.profile img {
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  -ms-border-radius: 150px;
  -o-border-radius: 150px;
  border-radius: 150px;
  max-width: 222px;
  float: left;
  margin-left: 3em;
}
.profile .copy {
  padding-left: 30%;
  padding-right: 10%;
}
.profile h4 {
  color: #439ab9;
  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;
}

/* Added by Colin*/
.photo_container_right{
	float:right;
	width: 33%;
	margin: 0 0 1.5em 1.5em;	
}

/* TABLES -------------------------------------------------------------------------------------------------------------*/
table {
  border: 1px solid #9ac8d8;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

table thead, th {
  background-color: #11769a;
  color: #ffffff;
  font-weight: 600;
}

table thead td, th {
  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;
}

/* BACKGROUND COLORS ------------------------------------------------------------------------------------------------------ */
.teal {
  background-color: #11769a;
}

.ltteal {
  background-color: #439ab9;
}

.vcugold {
  background-color: #f8b802;
}

.bodybg {
  background-color: #f1f6f8;
}

.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: #11769a;
  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: 28%;
  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: 32%;
  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;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  padding: .55em .5em;
  height: 25px;
}
.no-boxsizing .email-updates .button {
  padding: 5px;
  height: 15px;
}

#sitesearch {
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  margin-right: 8px;
  height: 25px;
  position: relative;
}
#sitesearch #searchField {
  font-size: 14px;
  font-size: 1.4rem;
  background-color: transparent;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  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;
  -webkit-background-size: 18px;
  -moz-background-size: 18px;
  -o-background-size: 18px;
  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: 25%;
  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;
  -webkit-background-size: 30px;
  -moz-background-size: 30px;
  -o-background-size: 30px;
  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.email a {
  background: transparent url(../images/layout/ACE_website_email2.png) no-repeat scroll 0 0;
  -webkit-background-size: 30px;
  -moz-background-size: 30px;
  -o-background-size: 30px;
  background-size: 30px;
}
.no-backgroundsize .social-media li.email a {
  background: transparent url(../images/layout/legacy_ACE_website_email2.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;
  -webkit-background-size: 30px;
  -moz-background-size: 30px;
  -o-background-size: 30px;
  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;
  -webkit-background-size: 30px;
  -moz-background-size: 30px;
  -o-background-size: 30px;
  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;
}

.social-media li.instagram a {
  background: transparent url("../images/layout/ACE_website_instagram.png") no-repeat scroll 0 0;
  -webkit-background-size: 30px;
  -moz-background-size: 30px;
  -o-background-size: 30px;
  background-size: 30px;
}
.no-backgroundsize .social-media li.instagram a {
  background: transparent url(../images/layout/legacy_ACE_website_instagram.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: #b8d6e1;
  /* border-top: 1px #428ea9 solid; */
  border-bottom: 1px #c4dde6 solid;
  -webkit-box-shadow: #006589 1px 0 2px;
  -moz-box-shadow: #006589 1px 0 2px;
  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: #142f3d;
  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;
	position:absolute;
}
.mainnav nav ul li.nav-home {
  width: 10%;
  
}
.mainnav nav ul li.nav-training {
  width: 15%;
	
}
.mainnav nav ul li.nav-resources {
  width: 15%;
}
/*
.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-requests{
	width: 10%;
}
.mainnav nav ul li.nav-about {
  width: 15%;
}
.mainnav nav ul li.nav-projects {
  width: 15%;
  margin-right: 10px;
}
.mainnav nav ul li:hover {
  color: #fff;
  background-color: #11769a;
}
.mainnav nav ul li a {
  color: #142f3d;
  display: block;
  width: auto;
  text-decoration: none;
  text-align: center;
  padding: 15px 0 13px;
  font-weight: 600;
}
.mainnav nav ul li a:hover {
  color: #fff;
  background-color: #11769a;
  /*border-bottom: 1px #358ba9 solid;*/
}
.mainnav nav ul li a:active, .mainnav nav ul li a:focus {
  background-color: #005c7d;
  color: #fff;
}

.mainnav .social-media {
  display: none;
}

.mainnav ul li.highlight a {
  color: #fff;
  background-color: #11769a;
  border-bottom: 1px #358ba9 solid;
}

.mainnav ul li.hide-for-desktop {
  display: none;
}

.mainnav ul li ul {
  text-align: center;
  width: 13.8em;
  left: -999em;
  position: absolute;
  z-index: 999999;
  background-color: #439ab9;
  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: 8%;
  padding-left: 8%;
  text-align: left;
  border-bottom: 1px #89bed1 solid;
}
.mainnav ul li ul li a:hover {
  background-color: #b8d6e1;
  color: #006589;
}

.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: 15px;
  padding-left: 15px;
}

.mainnav ul li.highlight ul {
  background-color: #439ab9;
}
.mainnav ul li.highlight ul li a {
  background-color: #439ab9;
  border-bottom: 1px #89bed1 solid;
}
.mainnav ul li.highlight ul li a:hover {
  background-color: #b8d6e1;
  color: #006589;
}

.mainnav ul li:hover ul,
.mainnav ul ul:hover {
  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;
  -webkit-background-size: 24px auto;
  -moz-background-size: 24px auto;
  -o-background-size: 24px auto;
  background-size: 24px auto;
  width: 24px;
  height: 24px;
  text-indent: -9999999px;
}

#searchBar2 form {
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.mainnav.mobile {
  display: block;
  height: auto;
  background-color: #439ab9;
  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: #b8d6e1;
  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: #b8d6e1;
  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: #b8d6e1;
  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: #b8d6e1;
  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: #11769a;
}

.toggleMenu {
  left: 10px;
  background: transparent url(../images/layout/toggleMenu.png) no-repeat scroll 7px 7px;
  -webkit-background-size: 25px;
  -moz-background-size: 25px;
  -o-background-size: 25px;
  background-size: 25px;
}

.toggleSearch {
  right: 10px;
  background: transparent url(../images/layout/toggleSearch.png) no-repeat scroll 7px 7px;
  -webkit-background-size: 25px;
  -moz-background-size: 25px;
  -o-background-size: 25px;
  background-size: 25px;
}

/*************** MAIN CONTAINER *****************/
.js #vcuIdentityWrapper {
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1px 0 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.75) 1px 0 3px;
  box-shadow: rgba(0, 0, 0, 0.75) 1px 0 3px;
  z-index: 10;
  position: relative;
}

.container {
  width: 100%;
  position: relative;
  border-top: 1px #0d536e 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;
  font-weight: 400;
}
.container .breadcrumb p a:hover {
  color: #439ab9;
}
.container .breadcrumb p a:focus, .container .breadcrumb p a:active {
  color: #005c7d;
}

.content-wrapper {
  background-color: #fff;
  border: 2px #9ac8d8 solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  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: #439ab9;
  border: 1px #a7cfde solid;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  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 {
  outline: none;
}
.sidebar ul li ul {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 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 #439AB9;
  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: #fff;
  background-color: #439AB9;
  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 {
  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 {
  display: block;
}

.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: #ffba00;
  color: #142F3D;
  border-bottom: none;
}
.sidebar ul li.highlight.highlightParent ul li.highlight ul li.highlight a:hover {
  background-color: #ffba00;
  color: #142F3D;
}

.sidebar ul li.highlight.highlightParent ul li.highlight.highlightParent ul li.highlight.highlightParent a {
  background-color: #fff;
  border: none;
  color: #142f3d;
}

/* Fourth level */
.sidebar ul li.highlight ul li.highlight ul li ul {
  display: none;
}

.sidebar ul li.highlight ul li.highlight ul li.highlight ul {
  display: block;
}

.sidebar ul li.highlight.highlightParent ul li.highlight ul li.highlight ul li a,
.sidebar ul li.highlight.highlightParent ul li.highlight.highlightParent ul li.highlight ul li a {
  background-color: #fff;
  border: none;
  color: #142f3d;
  padding-left: 62px;
}
.sidebar ul li.highlight.highlightParent ul li.highlight ul li.highlight ul li a:hover,
.sidebar ul li.highlight.highlightParent ul li.highlight.highlightParent ul li.highlight ul li a:hover {
  color: #006589;
  background-color: #dcebf0;
}

.sidebar ul li.highlight.highlightParent ul li.highlight.highlightParent ul li.highlight.highlightParent ul li.highlight  a {
  background-color: #ffba00;
  color: #142F3D;
  border-bottom: none;
}
.sidebar ul li.highlight.highlightParent ul li.highlight ul li.highlight ul li.highlight a:hover {
  background-color: #ffba00;
  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 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.main-content img.no-radius {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  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: #11769a;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 0;
  z-index: 50;
  position: relative;
}
.flexslider .slides img {
  max-width: 600px;
  width: 68%;
  float: left;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-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 1em;
  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;
  background-image: none;
  background-color: #eef5f7;
  color: #439ab9;
  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);
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  -ms-border-radius: 150px;
  -o-border-radius: 150px;
  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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  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: #11769a;
  text-transform: uppercase;
  color: #fff;
  border: none;
  font-size: 13px;
  font-size: 1.3rem;
  width: 100%;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  padding: .5em .25em;
}
.logobox select:hover {
  background-color: #439ab9;
}
.logobox select:active, .logobox select:focus {
  background-color: #439ab9;
}
.logobox select option {
	text-transform: none;
}

/* 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: #439ab9;
}

/* 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;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.rowthree .callout .communities h3 {
  color: #11769a;
}
.rowthree .callout .communities .rule {
  background-color: #b4d7e3;
}
.rowthree .callout .communities .button {
  background-color: #11769a;
  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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  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;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  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;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  -ms-border-radius: 0.25em;
  -o-border-radius: 0.25em;
  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;
  -moz-transition: background-color 0.15s ease-in-out;
  -o-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: #11769a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  padding: .65em 2.5em;
  font-size: 16px;
  font-size: 1.6rem;
}
.button:hover, input[type="submit"]:hover {
  background-color: #439ab9;
  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: #439ab9;
}

input[type="submit"]:focus {
  background-color: #005c7d;
}

.button.blue {
  background-color: #11769a;
  color: #fff;
}
.button.blue:hover {
  background-color: #439ab9;
  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: #11769a;
}
.button.white:hover {
  background-color: #e5edf0;
  border: 1px #e5edf0 solid;
}
.button.white:active, .button.white:focus {
  background-color: #11769a;
  border: 1px #11769a 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: #656058;
  line-height: 1.4;
}

input, textarea {
  border: 1px solid #d6e1e5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  letter-spacing: 0.02em;
  margin-bottom: 1em;
  padding: 0.25em 0.5em 0.2em;
  /*color: #b2c6cd;*/
}
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%;
}

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: 1px #d6e1e5 solid;
  font-size: 16px;
  font-size: 1.6rem;
  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: #11769a 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: #439ab9;
  /*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: #439ab9;
  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 #3eb5ac;
  background-color: #fff;
  color: #364347;
}

select:focus, 
input[type='checkbox']:focus, 
input[type='radio']:focus,
.button:focus
input[type="submit"]:focus {
    outline: #3eb5ac auto 5px;
	border-color: #3eb5ac;
}

/*input[type="radio"]:focus,
input[type="checkbox"]:focus {
  color: #11769a;
  border: 1px #9ac8d8 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 {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  background-color: #439ab9;
}

.calloutbox,
.iconbox {
  color: #fff;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  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: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #61ab67), color-stop(100%, #428646));
  background-image: -webkit-linear-gradient(#61ab67, #428646);
  background-image: -moz-linear-gradient(#61ab67, #428646);
  background-image: -o-linear-gradient(#61ab67, #428646);
  background-image: linear-gradient(#61ab67, #428646);
}
.calloutbox.ltblue,
.iconbox.ltblue {
  background-color: #439ab9;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8cc2d6), color-stop(100%, #439ab9));
  background-image: -webkit-linear-gradient(#8cc2d6, #439ab9);
  background-image: -moz-linear-gradient(#8cc2d6, #439ab9);
  background-image: -o-linear-gradient(#8cc2d6, #439ab9);
  background-image: linear-gradient(#8cc2d6, #439ab9);
}
.calloutbox.blue,
.iconbox.blue {
  background-color: #4670bb;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #91aad6), color-stop(100%, #4670bb));
  background-image: -webkit-linear-gradient(#91aad6, #4670bb);
  background-image: -moz-linear-gradient(#91aad6, #4670bb);
  background-image: -o-linear-gradient(#91aad6, #4670bb);
  background-image: linear-gradient(#91aad6, #4670bb);
}
.calloutbox.purple,
.iconbox.purple {
  background-color: #645caf;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9186c8), color-stop(100%, #645caf));
  background-image: -webkit-linear-gradient(#9186c8, #645caf);
  background-image: -moz-linear-gradient(#9186c8, #645caf);
  background-image: -o-linear-gradient(#9186c8, #645caf);
  background-image: linear-gradient(#9186c8, #645caf);
}
.calloutbox.red,
.iconbox.red {
  background-color: #c74a4a;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d96d6c), color-stop(100%, #c74a4a));
  background-image: -webkit-linear-gradient(#d96d6c, #c74a4a);
  background-image: -moz-linear-gradient(#d96d6c, #c74a4a);
  background-image: -o-linear-gradient(#d96d6c, #c74a4a);
  background-image: linear-gradient(#d96d6c, #c74a4a);
}
.calloutbox.orange,
.iconbox.orange {
  background-color: #c04a01;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d68f66), color-stop(100%, #c04a01));
  background-image: -webkit-linear-gradient(#d68f66, #c04a01);
  background-image: -moz-linear-gradient(#d68f66, #c04a01);
  background-image: -o-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;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

.iconbox {
  max-width: 250px;
}
.iconbox img {
  width: 110px;
  height: auto;
}
.iconbox .button {
  background-color: #fff;
  border: 1px #a1ccdc solid;
  color: #11769a;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.iconbox .button:hover {
  background-color: #e5edf0;
  border: 1px #e5edf0 solid;
}
.iconbox .button:active, .iconbox .button:focus {
  background-color: #11769a;
  border: 1px #11769a solid;
  color: #fff;
}
.iconbox p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 600;
}

.quicklinks {
  color: #fff;
  text-align: center;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  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: #439ab9;
}
.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;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  -ms-border-radius: 150px;
  -o-border-radius: 150px;
  border-radius: 150px;
}
.myo-icon img {
  vertical-align: middle;
  width: 70px;
}
.myo-icon.green {
  background-color: #428646;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #61ab67), color-stop(100%, #428646));
  background-image: -webkit-linear-gradient(#61ab67, #428646);
  background-image: -moz-linear-gradient(#61ab67, #428646);
  background-image: -o-linear-gradient(#61ab67, #428646);
  background-image: linear-gradient(#61ab67, #428646);
}
.myo-icon.ltblue {
  background-color: #439ab9;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #8cc2d6), color-stop(100%, #439ab9));
  background-image: -webkit-linear-gradient(#8cc2d6, #439ab9);
  background-image: -moz-linear-gradient(#8cc2d6, #439ab9);
  background-image: -o-linear-gradient(#8cc2d6, #439ab9);
  background-image: linear-gradient(#8cc2d6, #439ab9);
}
.myo-icon.blue {
  background-color: #4670bb;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #91aad6), color-stop(100%, #4670bb));
  background-image: -webkit-linear-gradient(#91aad6, #4670bb);
  background-image: -moz-linear-gradient(#91aad6, #4670bb);
  background-image: -o-linear-gradient(#91aad6, #4670bb);
  background-image: linear-gradient(#91aad6, #4670bb);
}
.myo-icon.purple {
  background-color: #645caf;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #9186c8), color-stop(100%, #645caf));
  background-image: -webkit-linear-gradient(#9186c8, #645caf);
  background-image: -moz-linear-gradient(#9186c8, #645caf);
  background-image: -o-linear-gradient(#9186c8, #645caf);
  background-image: linear-gradient(#9186c8, #645caf);
}
.myo-icon.red {
  background-color: #c74a4a;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d96d6c), color-stop(100%, #c74a4a));
  background-image: -webkit-linear-gradient(#d96d6c, #c74a4a);
  background-image: -moz-linear-gradient(#d96d6c, #c74a4a);
  background-image: -o-linear-gradient(#d96d6c, #c74a4a);
  background-image: linear-gradient(#d96d6c, #c74a4a);
}
.myo-icon.orange {
  background-color: #c04a01;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #d68f66), color-stop(100%, #c04a01));
  background-image: -webkit-linear-gradient(#d68f66, #c04a01);
  background-image: -moz-linear-gradient(#d68f66, #c04a01);
  background-image: -o-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 {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }

  .flexslider .slides img,
  .flexslider .flex-caption {
    float: none;
    width: 100%;
    max-width: none;
  }

  .flexslider .slides img {
    background-color: #eef5f7;
    padding: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    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, .quicklinks {
    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;
  }
  
  .photo_container_right {
    float: none;
    width: 100%;
	margin: auto;
  }
}
@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: 10px;
  }

  .toggleMenu {
    background-position: 7px 0;
    top: 10px;
  }
}
/*************** PRINT STYLES *****************/
/* Print styles--------------------------------------------------------------------------------------------------------*/
@media print {
  * {
    box-sizing: content-box;
    background: transparent !important;
    color: black !important;
    text-shadow: 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;
  }

  h1.page-title {
    text-align: center;
  }

  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;
  }

  .main-content a[href]:after,
  .home 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;
  }

  .mainnav,
  #vcuIdentityWrapper,
  .js #vcuIdentityWrapper,
  .sidebar,
  .masthead .header-extras,
  .breadcrumb,
  .flexslider .slides img,
  .logobox h3,
  .logobox .rule,
  .form-wrapper,
  .flex-control-nav {
    display: none !important;
  }

  .masthead {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .container {
    border-top: none;
  }

  .content-wrapper {
    border: none;
  }

  .toprow {
    margin-top: 30px;
  }

  .main-content {
    max-width: 100%;
    width: 100%;
    display: block;
    float: none;
    margin: 0;
  }

  .masthead h1,
  .calloutbox,
  .iconbox,
  .flexslider,
  .logobox,
  .quicklinks,
  .flexslider .flex-caption,
  .rowthree .columns.four {
    max-width: 100%;
    width: 100%;
    float: none;
    margin-top: 1em;
  }

  .masthead h1 a {
    margin: 0;
    padding: 10px 0 30px;
    text-indent: 0;
    background-image: none;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    color: #000;
    text-decoration: none;
    border: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 19pt;
    font-weight: bold;
    border-bottom: 1px solid #555;
  }

  .row {
    width: 100%;
  }

  .home .iconlink {
    width: 33%;
  }

  .logobox {
    height: auto;
    margin-top: 20px;
  }

  .flexslider .slides > li {
    display: block !important;
    opacity: 1 !important;
    float: none !important;
    width: 100% !important;
  }

  .flexslider .flex-caption {
    padding: 0;
  }

  .flexslider .flex-caption .wrap-button {
    text-align: left;
  }

  .flexslider .flex-caption a.button[href]:after {
    content: " (" attr(href) ")";
  }

  .logobox img {
    float: left;
  }

  .logobox p {
    padding-left: 280px;
  }

  .logobox .gutter {
    margin-left: 0;
    border: none;
  }

  .rowtwo,
  .rowthree {
    margin-top: 10px;
  }

  .rowthree .callout .gutter {
    padding-bottom: 0px;
    height: auto !important;
  }

  .rowthree .callout .communities,
  .rowthree .callout .tiered,
  .rowthree .callout .howto {
    border: none;
  }

  .rowthree .callout img {
    display: none;
  }

  footer {
    margin-top: 20px;
    border-top: 1px solid #555;
  }

  .calloutbox,
  .iconbox,
  .quicklinks {
    padding: 0;
    text-align: left;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    margin-left: 0;
  }

  footer p.footer-title {
    font-size: 13pt !important;
    font-weight: bold;
  }

  footer p {
    font-size: 10pt !important;
  }

  .clearfix:after {
    visibility: visible;
  }

  .styleguide .code {
    border: 1px solid #000;
  }
}

/* Added by Colin*/

.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;
}
.alert-info {
	color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

/* Numbered Description List - styled to look like h3 */
dl.numbered {
	counter-reset: numbered-dl-counter;
}
dl.numbered dt {
	position: relative;
	color: #11769a;
	font-size: 28px;
	font-size: 2rem;
	letter-spacing: -.5px;
	padding: 4px 0 10px 0;
	font-weight: 400;
	text-transform: uppercase;
}
dl.numbered dt:before {
	content: counter(numbered-dl-counter);
	counter-increment: numbered-dl-counter;
	position: absolute;
	left: 0;
	top: 0;
	color: #11769a;
	font-size: 28px;
	font-size: 4rem;
	font-weight: 400;
}
dl.numbered dd {
	margin: 0;
}
dl.numbered dt, dl.numbered dd {
	padding-left: 50px;
}

/* 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 select{
	width: 80%;	
}

.form-vertical input[type="submit"]{
	float:none;
}

.form-vertical .required {
	float:left	
}

.form-vertical select{
	border-radius:4px;
	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;
}

.form-vertical .cke {
	clear:left;	
}

.error label {
	color: #c74a4a;
}

.error select, fieldset.error, .error input[type='email'], .error input[type='text'] {
	border: 1px #c74a4a solid;
}
.error select {
	box-shadow: 0 0 2px 2px #c74a4a;	
}

/** Horizontal Form **/

.form-horizontal label {
	font-weight:800;
	width:100px;
	padding-bottom:12px;
	float:none;
}

.form-horizontal .row input[type="submit"]{
	margin-top: 0;
}


/*** 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;	
}


.subsite-of {
  display: inline-block;
}

@media (min-width: 1277px) {
  .subsite-of {
    padding-top: 0.3em;
	  
  }
}

.subsite-of__link {
  color: white;
  /*$color__header--text*/
  font-size: 1.2em;
  text-decoration: none;
	
	
}

.subsite-of__link:active,
.subsite-of__link:focus,
.subsite-of__link:hover {
  color: white;
  /*$color__nav-social-link--hover*/
  text-decoration: none;
}


.rrtc-header__extras {
  float: right;
  width: 50%;
  position:relative;
	bottom:82px;
	margin-right:340px;
}

