.milo-bold {
  font-family: MiloWeb, sans-serif;
  font-weight: bold;
}
.milo-serif-text {
  font-family: MiloSerifWeb-Text, serif;
  font-weight: normal;
}
.milo-serif-med {
  font-family: MiloSerifWeb, serif;
  font-weight: normal;
}
.milo-black {
  font-family: MiloWeb, sans-serif;
  font-weight: bolder;
}
.milo-serif-black-italic {
  font-family: MiloSerifWeb, serif;
  font-weight: bolder;
  font-style: italic;
}
.milo-text {
  font-family: MiloWeb-Text, sans-serif;
  font-weight: normal;
}
.milo-serif {
  font-family: MiloSerifWeb, serif;
  font-weight: normal;
}
.milo-reg {
  font-family: MiloWeb, sans-serif;
  font-weight: normal;
}
.milo-med {
  font-family: MiloWeb, sans-serif;
  font-weight: normal;
}
@font-face {
  font-family: "icon-font";
  src: url(/sites/all/themes/custom/az_theme/fonts/icon-font.eot);
  src: url(/sites/all/themes/custom/az_theme/fonts/icon-font.eot?#iefix) format("embedded-opentype"), url(/sites/all/themes/custom/az_theme/fonts/icon-font.woff) format("woff"), url(/sites/all/themes/custom/az_theme/fonts/icon-font.ttf) format("truetype"), url(/sites/all/themes/custom/az_theme/fonts/icon-font.svg#iconvault) format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-linkedin:before,
.icon-instagram:before,
.icon-mobile:before,
.icon-facebook:before,
.icon-youtube:before,
.icon-twitter:before {
  font-family: "icon-font";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}
.icon-linkedin:before {
  content: "\f100";
}
.icon-instagram:before {
  content: "\f101";
}
.icon-mobile:before {
  content: "\f102";
}
.icon-facebook:before {
  content: "\f103";
}
.icon-youtube:before {
  content: "\f104";
}
.icon-twitter:before {
  content: "\f105";
}
@font-face {
  font-family: "resources-font";
  src: url(/sites/all/themes/custom/az_theme/fonts/resources-font.eot);
  src: url(/sites/all/themes/custom/az_theme/fonts/resources-font.eot?#iefix) format("embedded-opentype"), url(/sites/all/themes/custom/az_theme/fonts/resources-font.woff) format("woff"), url(/sites/all/themes/custom/az_theme/fonts/resources-font.ttf) format("truetype"), url(/sites/all/themes/custom/az_theme/fonts/resources-font.svg#iconvault) format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon-a-z:before,
.icon-phonebook:before,
.icon-cal:before,
.icon-weather:before,
.icon-map:before,
.icon-news:before {
  font-family: "resources-font";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  content: "\f100";
  font-size: 1.667em;
  margin-right: 12px;
  text-decoration: none;
  vertical-align: middle;
}
.icon-a-z:before {
  content: "\f100";
}
.icon-phonebook:before {
  content: "\f101";
}
.icon-cal:before {
  content: "\f102";
}
.icon-weather:before {
  content: "\f103";
}
.icon-map:before {
  content: "\f104";
}
.icon-news:before {
  content: "\f105";
}
.no-list-style {
  list-style-type: none;
  list-style-image: none;
}
.no-appearance {
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.no-outline {
  -moz-outline-style: none;
  outline: none;
}
.no-border-radius {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.no-box-shadow {
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.no-style {
  width: auto;
  min-width: 0;
  height: auto;
  min-height: 0;
  background: none;
  border: none;
}
.no-focus-glow:focus {
  outline: none;
}
.ir {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
::-moz-selection {
  background: #0088cc;
  color: #fff;
  text-shadow: none;
}
::selection {
  background: #0088cc;
  color: #fff;
  text-shadow: none;
}
a {
  color: #00e;
}
a:visited {
  color: #551a8b;
}
a:hover {
  color: #06e;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _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: 85%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul,
ol {
  margin: 0 0 1em 0;
  padding: 0 0 0 40px;
}
dd {
  margin: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
  *overflow: visible;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid,
textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.ir {
  display: block;
  border: 0;
  text-indent: -999em;
  overflow: hidden;
  background-color: transparent;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
  *line-height: 0;
}
.ir br {
  display: none;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
@-ms-viewport {
  width: device-width;
}
#page {
  position: relative;
  z-index: 0;
}
.region-bottom {
  z-index: 10;
  height: 0;
  overflow: hidden;
}
#page,
.region-bottom {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
}
.not-front #content {
  padding: 35px 3% 3%;
}
#header,
#content,
.region-sidebar-first,
.region-sidebar-second {
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  position: relative;
}
.lt-ie7 #header,
.lt-ie7 #content,
.lt-ie7 .region-sidebar-first,
.lt-ie7 .region-sidebar-second {
  display: inline;
  overflow: hidden;
  overflow-y: visible;
}
.region-sidebar-first,
.region-sidebar-second {
  padding: 0;
}
#header:after,
#header:before,
#main:after,
#main:before,
#footer:after,
#footer:before {
  content: "";
  display: table;
}
#header:after,
#main:after,
#footer:after {
  clear: both;
}
.lt-ie8 #header,
.lt-ie8 #main,
.lt-ie8 #footer {
  position: relative;
  zoom: 1;
}
#footer {
  padding-left: 40px;
  padding-right: 40px;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
.visible-desktop {
  display: inherit !important;
}
.sidebar-first #content {
  float: left;
  width: 78.71%;
  margin-left: 21.29%;
  margin-right: -100%;
}
.sidebar-first .region-sidebar-first {
  float: left;
  width: 21.29%;
  margin-left: 0%;
  margin-right: -21.29%;
  margin-top: 40px;
}
.sidebar-second #content {
  float: left;
  width: 77.59%;
  margin-left: 0%;
  margin-right: -77.59%;
}
.sidebar-second .region-sidebar-second {
  float: left;
  width: 22.41%;
  margin-left: 77.59%;
  margin-right: -100%;
}
.two-sidebars #main {
  padding-left: 40px;
  padding-right: 40px;
}
.two-sidebars #content {
  float: left;
  width: 56.3%;
  margin-left: 21.29%;
  margin-right: -77.59%;
}
.two-sidebars .region-sidebar-first {
  margin-top: 40px;
  float: left;
  width: 21.29%;
  margin-left: 0%;
  margin-right: -21.29%;
}
.two-sidebars .region-sidebar-second {
  float: left;
  width: 22.41%;
  margin-left: 77.59%;
  margin-right: -100%;
}
@media (min-width: 768px) and (max-width: 959px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .sidebar-first #content {
    float: left;
    width: 66.667%;
    margin-left: 33.333%;
    margin-right: -100%;
  }
  .sidebar-first .region-sidebar-first {
    float: left;
    width: 33.333%;
    margin-left: 0%;
    margin-right: -33.333%;
  }
  .sidebar-second #content {
    float: left;
    width: 66.667%;
    margin-left: 0%;
    margin-right: -66.667%;
  }
  .sidebar-second .region-sidebar-second {
    float: left;
    width: 22.41%;
    margin-left: 66.667%;
    margin-right: -100%;
  }
  .two-sidebars #content {
    float: left;
    width: 66.667%;
    margin-left: 33.333%;
    margin-right: -100%;
  }
  .two-sidebars .region-sidebar-first {
    float: left;
    width: 33.333%;
    margin-left: 0%;
    margin-right: -33.333%;
  }
  .two-sidebars .region-sidebar-second {
    float: left;
    width: 100%;
    margin-left: 0%;
    margin-right: -100%;
    padding-left: 0;
    padding-right: 0;
    clear: left;
  }
  .lt-ie8 .two-sidebars .region-sidebar-second {
    position: relative;
    zoom: 1;
  }
  .two-sidebars .region-sidebar-second:before,
  .two-sidebars .region-sidebar-second:after {
    content: "";
    display: table;
  }
  .two-sidebars .region-sidebar-second:after {
    clear: both;
  }
  .two-sidebars .region-sidebar-second .block {
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
  }
  .lt-ie7 .two-sidebars .region-sidebar-second .block {
    display: inline;
    overflow: hidden;
    overflow-y: visible;
  }
  .two-sidebars .region-sidebar-second .block:nth-child(3n+1) {
    float: left;
    width: 33.333%;
    margin-left: 0%;
    margin-right: -33.333%;
    clear: left;
  }
  .two-sidebars .region-sidebar-second .block:nth-child(3n+2) {
    float: left;
    width: 33.333%;
    margin-left: 33.333%;
    margin-right: -66.667%;
    clear: left;
  }
  .two-sidebars .region-sidebar-second .block:nth-child(3n) {
    float: left;
    width: 33.333%;
    margin-left: 66.667%;
    margin-right: -100%;
  }
}
@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .sidebar-first #content {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .sidebar-first .region-sidebar-first {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .sidebar-second #content {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .sidebar-second .region-sidebar-second {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .two-sidebars #content {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .two-sidebars .region-sidebar-first {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .two-sidebars .region-sidebar-second {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media print {
  a:link,
  a:visited {
    text-decoration: underline !important;
  }
  #site-name a:link,
  #site-name a:visited {
    text-decoration: none !important;
  }
  #content a[href]:after {
    content: " (" attr(href) ")";
    display: block;
    font-weight: normal;
    font-size: .7em;
  }
  #content a[href^="javascript:"]:after,
  #content a[href^="#"]:after {
    content: "";
  }
  #content abbr[title]:after {
    content: " (" attr(title) ")";
  }
  #content {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  #header,
  #feedback_simple {
    display: none;
  }
  body,
  #page,
  #main,
  #content {
    color: #000;
    background-color: transparent !important;
    background-image: none !important;
  }
  #skip-link,
  #toolbar,
  #navigation,
  .region-sidebar-first,
  .region-sidebar-second,
  #footer,
  .breadcrumb,
  .tabs,
  .action-links,
  .links,
  .book-navigation,
  .forum-topic-navigation,
  .pager,
  .feed-icons {
    visibility: hidden;
    display: none;
  }
  .region-highlighted,
  #flexslider-1,
  .our-impact-view-block {
    display: none;
  }
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'MiloWeb-Text', Verdana, Tahoma, 'DejaVu Sans', sans-serif;
  font-size: 1.333em;
  line-height: 1.2em;
  color: #333;
  background: #ffffff url(/sites/all/themes/custom/az_theme/images/bkgrnd-body.png) repeat-y 50% 0;
  height: auto !important;
}
body h1 {
  font-family: MiloSerifWeb, serif;
  font-weight: normal;
  color: #6F868D;
  font-size: 4em;
  line-height: 1.2em;
  text-transform: uppercase;
}
body h1.title {
  letter-spacing: 5px;
  line-height: 48px;
  margin: 0;
}
body h2 {
  color: #B75527;
  font-size: 3em;
  line-height: 1.2em;
  font-family: MiloSerifWeb, serif;
  font-weight: normal;
}
body h2.comment-form,
body h2.title,
body h2.block-title,
body h2.node-title {
  margin: 0;
}
body h3 {
  color: #395180;
  font-size: 2em;
  line-height: 1.2em;
  font-family: MiloWeb, sans-serif;
  font-weight: bold;
}
body h3.title {
  margin: 0;
}
body h3.triangle-list-title {
  color: #AB0520;
  font-size: 2.5em;
  font-family: MiloSerifWeb-Text, serif;
  font-weight: normal;
  padding-bottom: 0;
  text-transform: uppercase;
}
body h4 {
  color: #6d868a;
  font-family: MiloWeb, sans-serif;
  font-weight: normal;
  font-size: 2em;
  line-height: 1.2em;
}
body h5 {
  font-family: MiloSerifWeb, serif;
  font-weight: normal;
}
body h6 {
  font-family: MiloSerifWeb, serif;
  font-weight: normal;
}
body #header {
  background-color: #AB0520;
  padding: 0;
}
body #page {
  border: none;
}
.front #content {
  padding: 0 0 45px 0;
}
.block {
  margin-bottom: 1.5em;
}
.content-thin {
  padding: 0 60px;
}
.cta-button {
  background-color: #AB0520;
  font-size: 1.5em;
  line-height: 1.2em;
  font-family: 'Milo Black', 'Milo Medium', Verdana, Tahoma, 'DejaVu Sans', sans-serif;
}
.cta-button:hover {
  background-color: #C45062;
}
.cta-text {
  color: #AB0520;
  font-size: 1.5em;
  line-height: 1.2em;
  font-family: 'Milo Black', 'Milo Medium', Verdana, Tahoma, 'DejaVu Sans', sans-serif;
}
.cta-text:hover {
  color: #C45062;
}
.cta-text-wor,
input[type='submit'] {
  background-color: #AB0520;
  font-size: 1.5em;
  line-height: 1.2em;
  color: #FFF;
}
.cta-text-wor .active,
input[type='submit'] .active {
  opacity: .5;
}
.cta-text-wor:hover,
.cta-text-wor.hover,
input[type='submit']:hover,
input[type='submit'].hover {
  background-color: #C45062;
}
table th {
  border: 1px solid #FFF;
  background-color: #6F868D;
  font-family: 'Milo Bold', 'Milo Medium', Verdana, Tahoma, 'DejaVu Sans', sans-serif;
  font-size: 2em;
  line-height: 1.2em;
}
table th a,
table th a:link {
  color: #333;
}
table .odd {
  background-color: #F7F9F9;
}
table .even {
  background-color: #EEF1F1;
}
table tr {
  background-color: #EEF1F1;
}
table tr:hover {
  color: #FFF;
  background-color: #546581;
}
table tr:hover td {
  color: #FFF;
  border-color: #546581;
}
table tr:hover a,
table tr:hover a:link {
  color: #FFF;
}
table tr:nth-child(odd) {
  background-color: #F7F9F9;
}
table tr:nth-child(odd):hover {
  color: #FFF;
  background-color: #546581;
}
table tr:nth-child(odd):hover td {
  color: #FFF;
  border-color: #546581;
}
table tr:nth-child(odd):hover a,
table tr:nth-child(odd):hover a:link {
  color: #FFF;
}
table td {
  color: #6F868D;
  font-size: 1.5em;
  line-height: 1.2em;
  border: 1px solid #FFF;
  font-family: 'Milo Medium', Verdana, Tahoma, 'DejaVu Sans', sans-serif;
}
table td a,
table td a:link {
  font-family: MiloWeb, sans-serif;
  font-weight: normal;
  font-size: 1.2em;
  color: #6F868D;
}
table td a:hover,
table td a:link:hover {
  color: #FFF;
}
form input {
  color: #6F868D;
  font-size: 2em;
  line-height: 1.2em;
  font-family: 'Milo Regular', Verdana, Tahoma, 'DejaVu Sans', sans-serif;
}
#skip-link,
#skip-link-nav {
  margin: 0;
  padding: 0;
}
.region-header {
  clear: both;
}
.ease {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.hidden-text {
  font-size: 0;
  line-height: 0;
  text-indent: -1000px;
  overflow: hidden;
  position: relative;
  text-align: left;
}
.big {
  font-size: 1.917em;
  line-height: 1.2em;
}
.small {
  font-size: 0.917em;
  line-height: 1.2em;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.lt-ie7 .clearfix {
  height: 1%;
}
.lt-ie8 .clearfix {
  min-height: 1%;
  zoom: 1;
}
.inline-block {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}
.lt-ie8 .inline-block {
  display: inline;
}
.container-inline div,
.container-inline label {
  display: inline;
}
.container-inline-block > * {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}
.lt-ie8 .container-inline-block > * {
  display: inline;
}
.container-inline-block.column-4 > div {
  width: 22%;
}
.container-inline-block.column-3 > div {
  width: 33%;
}
.container-inline-block.column-2 > div {
  width: 48%;
}
p {
  margin: 0 0 1.2em;
}
.node-page p {
  font-family: MiloWeb, sans-serif;
  font-weight: normal;
  font-size: 1.333em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-rendering: optimizelegibility;
}
.intro-text {
  color: #6F868D;
  font-size: 2em;
  line-height: 1.2em;
  font-family: "Milo Regular";
}
form .form-item {
  margin: 1.5em 0;
}
form .form-item label {
  display: block;
  font-weight: bold;
}
form .form-item label.option {
  display: inline;
  font-weight: normal;
}
form .form-item input.error,
form .form-item textarea.error,
form .form-item select.error {
  border: 1px solid #c00;
}
form .form-item .description {
  font-size: 0.85em;
  line-height: 1.2em;
}
form .form-item .form-textarea,
form .form-item .form-text {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: relative;
  z-index: 0;
  behavior: url('/sites/all/libraries/PIE/PIE.htc');
}
form .form-item .form-textarea {
  resize: none;
}
form .form-item .grippie {
  display: none;
}
form .form-required {
  color: #c00;
}
form .form-radios .form-item,
form .form-checkboxes .form-item {
  margin: 0;
}
form input:-moz-placeholder,
form textarea:-moz-placeholder {
  color: #999;
}
form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder {
  color: #999;
}
form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder {
  color: #999;
}
form .password-parent,
form .confirm-parent {
  margin: 0;
}
span.field-label {
  padding: 0 1em 0 0;
}
.form-submit,
a.button:visited,
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}
a {
  color: #0088cc;
  text-decoration: none;
  font-family: MiloWeb, sans-serif;
  font-weight: normal;
}
a.active,
a:link,
a:visited {
  color: #0088cc;
  text-decoration: none;
}
a:focus,
a:active {
  -moz-outline-style: none;
  outline: none;
}
a:focus {
  text-decoration: underline !important;
}
a:hover {
  color: #005580;
  text-decoration: none;
}
.comment-unpublished p.unpublished,
.node-unpublished p.unpublished {
  height: 0;
  overflow: visible;
  color: #d8d8d8;
  font-size: 6.25em;
  line-height: 1.2em;
  line-height: 1;
  font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  word-wrap: break-word;
}
.lt-ie8 .comment-unpublished p.unpublished > *,
.lt-ie8 .node-unpublished p.unpublished > * {
  position: relative;
}
.breadcrumb ol {
  margin: 0;
  padding: 0;
}
.breadcrumb li {
  display: inline;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
div.messages {
  margin: 1.5em 0;
}
div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}
.item-list .pager {
  padding: 0;
}
.item-list .pager li {
  padding: 0 0.5em;
}
ul.primary,
ul.secondary {
  border-bottom: 1px solid #bbbbbb;
  list-style: none;
  margin: 1em 0 1.5em;
  padding: 0 2px;
  white-space: nowrap;
}
.lt-ie8 ul.primary,
.lt-ie8 ul.secondary {
  zoom: 1;
}
ul.primary li,
ul.secondary li {
  float: left;
}
ul.primary a,
ul.secondary a {
  display: block;
  line-height: 1.5em;
  text-decoration: none;
}
ul.primary {
  padding: 0;
}
ul.primary:after,
ul.primary:before {
  display: table;
  line-height: 0;
  content: "";
}
ul.primary:after {
  clear: both;
}
ul.primary li.active {
  margin-bottom: -1px;
}
ul.primary li.active a {
  border: 1px solid #bbbbbb;
  border-bottom: 0 none;
  background-color: white;
  color: #333;
}
.lt-ie8 ul.primary li.active {
  zoom: 1;
}
ul.primary a {
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  -o-border-radius: 4px 4px 0 0;
  position: relative;
  z-index: 0;
  behavior: url('/sites/all/libraries/PIE/PIE.htc');
}
ul.primary a:link,
ul.primary a:visited {
  padding-right: 12px;
  padding-left: 12px;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-right: 2px;
  line-height: 20px;
  letter-spacing: 1px;
  text-align: center;
}
ul.primary a:hover,
ul.primary a:focus {
  background-color: #EEE;
  border-color: #EEE;
}
ul li {
  margin-lefT: 20px;
}
ul.secondary {
  font-size: .9em;
  line-height: 1.2em;
  margin-top: -1.5em;
  padding-bottom: .5em;
}
ul.secondary a:link,
ul.secondary a:visited {
  border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  -moz-border-radius: 0.75em;
  -ms-border-radius: 0.75em;
  -o-border-radius: 0.75em;
  position: relative;
  z-index: 0;
  behavior: url('/sites/all/libraries/PIE/PIE.htc');
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  -ms-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  text-shadow: white 1px 1px 0;
  background-color: #f2f2f2;
  color: #666;
  padding: 0 .5em;
}
ul.secondary a:hover,
ul.secondary a:focus {
  background-color: #dedede;
  border-color: #999;
  color: #333;
}
ul.secondary a.active,
ul.secondary a:active {
  text-shadow: #333333 1px 1px 0;
  background-color: #666;
  border-color: #000;
  color: #fff;
}
.with-wireframes #header,
.with-wireframes #main,
.with-wireframes #content,
.with-wireframes #navigation,
.with-wireframes .region-sidebar-first,
.with-wireframes .region-sidebar-second,
.with-wireframes #footer,
.with-wireframes .region-bottom {
  outline: 1px solid #ccc;
}
.lt-ie8 .with-wireframes #header,
.lt-ie8 .with-wireframes #main,
.lt-ie8 .with-wireframes #content,
.lt-ie8 .with-wireframes #navigation,
.lt-ie8 .with-wireframes .region-sidebar-first,
.lt-ie8 .with-wireframes .region-sidebar-second,
.lt-ie8 .with-wireframes #footer,
.lt-ie8 .with-wireframes .region-bottom {
  border: 1px solid #ccc;
}
.comments {
  margin: 1.5em 0;
}
.comment-preview {
  background-color: #ffffea;
}
.comment .new {
  color: #c00;
}
.comment .permalink {
  text-transform: uppercase;
  font-size: 75%;
}
.indented {
  margin-left: 30px;
}
.sf-menu li a {
  color: #0088cc;
}
.sf-menu li a:hover,
.sf-menu li.active-trail a {
  color: #005580;
}
table {
  width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
.element-invisable {
  margin: 0;
  padding: 0;
}
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
p.no-padding-bottom {
  padding-bottom: 0;
}
.image-background {
  background-color: #666;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.advanced-search-style fieldset {
  margin-top: 10px;
}
.advanced-search-style fieldset.collapsible.search-advanced {
  border-top: 1px solid;
}
.advanced-search-style fieldset.collapsible.search-advanced .fieldset-legend {
  display: block;
  background: none;
}
.advanced-search-style fieldset.collapsible.search-advanced .fieldset-legend a {
  text-decoration: none;
}
.node-article .field-type-image {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 100%;
}
.app-features-table-style tr td {
  vertical-align: top;
}
.app-features-table-style tr td p {
  font-size: 1.333em;
  line-height: 1.2em;
}
.app-features-table-style tr td p img {
  padding: 0 10px 20px 0;
}
.apply-page-style #main {
  padding: 0;
}
.apply-page-style #main #navigation {
  position: relative;
}
.apply-page-style h2 {
  color: #AB0520;
}
.apply-page-style #page-title {
  position: absolute;
  top: -209px;
  color: #FFF;
  font-family: MiloSerifWeb, serif;
  font-weight: normal;
}
.apply-page-style #content {
  position: relative;
}
.apply-page-style .tabs-primary {
  padding-top: 0px;
}
.apply-page-style .supporting-text {
  font-family: MiloWeb, sans-serif;
  font-weight: normal;
  color: #FFF;
  font-size: 1.667em;
  line-height: 1.2em;
  padding: 0.7em 0 0 0;
  position: absolute;
  top: -160px;
  width: 60%;
}
.page-type-with-banner h2 {
  color: #AB0520;
}
.page-type-with-banner #page-title {
  position: absolute;
  top: -209px;
  color: #FFF;
  font-family: MiloSerifWeb, serif;
  font-weight: normal;
}
.page-type-with-banner #content {
  position: relative;
}
.page-type-with-banner .tabs-primary {
  padding-top: 0px;
}
.page-type-with-banner .supporting-text {
  font-family: MiloWeb, sans-serif;
  font-weight: normal;
  color: #FFF;
  font-size: 1.667em;
  line-height: 1.2em;
  padding: 0.7em 0 0 0;
  position: absolute;
  top: -160px;
  width: 60%;
}
.featured-event-element .view-display-id-block header,
.featured-event-element .view-audience-sidebar header,
.featured-event-element .view-sidebar-audience-blocks header {
  padding: 0;
}
.featured-event-element .view-display-id-block header p,
.featured-event-element .view-audience-sidebar header p,
.featured-event-element .view-sidebar-audience-blocks header p {
  padding-top: 4em;
  padding-bottom: 1em;
}
.featured-event-element .view-display-id-block .views-row,
.featured-event-element .view-audience-sidebar .views-row,
.featured-event-element .view-sidebar-audience-blocks .views-row {
  width: 100%;
  min-height: 0;
  max-height: 265px;
}
.featured-event-element .view-display-id-block .views-row article.view-mode-todays_event,
.featured-event-element .view-audience-sidebar .views-row article.view-mode-todays_event,
.featured-event-element .view-sidebar-audience-blocks .views-row article.view-mode-todays_event {
  margin-bottom: 23px;
}
.featured-event-element .view-display-id-block .views-row article h3,
.featured-event-element .view-audience-sidebar .views-row article h3,
.featured-event-element .view-sidebar-audience-blocks .views-row article h3 {
  font-family: MiloWeb, sans-serif;
  font-weight: bold;
  line-height: 0.7em;
  min-height: 90px;
  padding: 0 23px;
}
.featured-event-element .view-display-id-block .views-row article h3 a,
.featured-event-element .view-audience-sidebar .views-row article h3 a,
.featured-event-element .view-sidebar-audience-blocks .views-row article h3 a {
  font-size: 0.75em;
  line-height: 1.2em;
}
.featured-event-element .view-display-id-block .views-row article .month,
.featured-event-element .view-audience-sidebar .views-row article .month,
.featured-event-element .view-sidebar-audience-blocks .views-row article .month {
  display: block;
  font-size: 1.333em;
  font-weight: normal;
  line-height: 1.2em;
  margin-top: 8px;
  text-transform: uppercase;
  font-family: MiloSerifWeb, serif;
}
.featured-event-element .view-display-id-block .views-row article .date,
.featured-event-element .view-audience-sidebar .views-row article .date,
.featured-event-element .view-sidebar-audience-blocks .views-row article .date {
  font-size: 1.333em;
  line-height: 1.2em;
  font-family: MiloSerifWeb, serif;
  font-weight: normal;
}
.featured-event-element .view-display-id-block .views-row article .time,
.featured-event-element .view-audience-sidebar .views-row article .time,
.featured-event-element .view-sidebar-audience-blocks .views-row article .time {
  font-size: 1.167em;
  font-weight: normal;
}
.featured-event-element .view-display-id-block .views-row article img,
.featured-event-element .view-audience-sidebar .views-row article img,
.featured-event-element .view-sidebar-audience-blocks .views-row article img {
  max-height: 265px;
}
.interactive-map-link {
  text-align: center;
}
.interactive-map-link .content a {
  background: #0d6772 url(/sites/all/themes/custom/az_theme/images/interactive-map.png) no-repeat 34% 50%;
  color: #FFF;
  padding: 20px 30px 20px 20px;
  font-size: 1.25em;
  text-decoration: none;
  display: block;
  line-height: 1.6em;
  margin: 0 auto;
}
.recent-news-view-row-style {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  width: 33%;
  margin-left: 1.7%;
  max-width: 350px;
  min-height: 650px;
  padding-bottom: 37px;
}
.lt-ie8 .recent-news-view-row-style {
  display: inline;
}
.recent-news-view-row-style .group-content-body {
  border-right: 1px solid #b3bbbf;
  min-height: 560px;
}
.recent-news-view-row-style .group-content-body p {
  margin-top: .75em;
}
.bottom-menu {
  margin-bottom: 5px;
  margin-right: 0;
}
.bottom-menu .menu {
  margin-top: 5px;
}
.bottom-menu .menu li {
  display: inline;
  list-style: none;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: 0;
  border-left: 1px solid #333;
}
.bottom-menu .menu li.first {
  border: none;
}
.bottom-menu .menu li a {
  color: #333;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
}
.bottom-menu .menu li a:hover {
  text-decoration: underline;
}
.featured-event-block-title {
  font-family: MiloWeb, sans-serif;
  font-weight: bolder;
  color: #0D6772;
  background-color: #CDE1E3;
  text-align: center;
  font-size: 1.333em;
  line-height: 1.2em;
  font-weight: bold;
  padding: 10px 0 10px;
  text-transform: uppercase;
}
.featured-event-row {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  position: relative;
  width: 33.1%;
  min-height: 424px;
  overflow: hidden;
}
.lt-ie8 .featured-event-row {
  display: inline;
}
.front .featured-event-row {
  min-width: 401px;
}
.featured-event-image {
  width: 100%;
  max-width: 427px;
  min-height: 424px;
  height: auto;
}
.featured-event-overlay {
  position: absolute;
  background-color: #008581;
  height: 100%;
  width: 100%;
  display: block;
  color: #FFF;
  z-index: -1;
}
.featured-event-element-style {
  height: 425px;
  width: 424px;
  background: url(/sites/all/themes/custom/az_theme/images/featured-event-background.png) no-repeat;
  margin-left: 2px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  text-align: center;
  z-index: 0;
}
.lt-ie8 .featured-event-element-style {
  display: inline;
}
.featured-event-element-style.first {
  margin-left: 0;
}
.featured-event-element-style .row-overlay {
  position: absolute;
  background-color: #008581;
  opacity: .6;
  height: 100%;
  width: 100%;
  display: block;
  color: #FFF;
  z-index: -1;
}
.featured-event-element-style .field-date {
  padding-top: 60px;
}
.featured-event-element-style .field-date .date-month {
  opacity: 1;
  font-size: 2em;
  line-height: 1.2em;
  color: #FFF;
}
.featured-event-element-style .field-date .date-day-of-month {
  font-size: 7.5em;
  line-height: 1.2em;
  color: #FFF;
}
.featured-event-element-style .field-title {
  font-size: 2.167em;
  line-height: 1.2em;
  color: #FFF;
  padding: 20px 80px 20px;
  font-weight: bold;
}
.featured-event-element-style .date-time {
  font-size: 1.667em;
  line-height: 1.2em;
  color: #FFF;
  font-weight: bold;
}
.front .event-list-view-block .view-content {
  min-height: 130px;
}
.event-list-view-block {
  width: 58%;
  margin-right: 1%;
  padding-left: 3%;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}
.event-list-view-block .views-row {
  margin-bottom: 15px;
}
.lt-ie8 .event-list-view-block {
  display: inline;
}
.event-list-view-block .view-audience-sidebar .view-content,
.event-list-view-block .view-sidebar-audience-blocks .view-content {
  padding: 0 10px;
}
.event-list-view-block h2,
.event-list-view-block h2.block-title {
  font-family: MiloWeb, sans-serif;
  font-weight: bolder;
  color: #003E7E;
  font-size: 2.167em;
  line-height: 1.2em;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.event-list-view-block h2 span.date,
.event-list-view-block h2.block-title span.date {
  font-family: MiloSerifWeb, serif;
  font-weight: normal;
  vertical-align: top;
}
.event-list-view-block .field-name-field-date {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  width: 14%;
}
.lt-ie8 .event-list-view-block .field-name-field-date {
  display: inline;
}
.sidebar .event-list-view-block .field-name-field-date {
  width: auto;
}
.event-list-view-block .field-name-field-date .date-display-single {
  font-family: MiloSerifWeb, serif;
  font-weight: normal;
  font-size: 1.5em;
  color: #003E7E;
  margin-bottom: 0;
  margin-top: 0;
  text-transform: uppercase;
}
.event-list-view-block .views-field-field-date-1 .date-display-single {
  font-family: MiloSerifWeb-Text, serif;
  font-weight: normal;
  font-size: 1.333em;
  color: #333;
}
.event-list-view-block .field-name-title-field a,
.event-list-view-block .views-field-title a {
  font-family: MiloWeb, sans-serif;
  font-weight: bold;
  color: #333;
  font-size: 1.333em;
  line-height: 1.2em;
}
.event-list-view-block.ongoing-events {
  width: 31.5%;
  margin: 0;
}
.event-list-view-block.todays-events .field-name-title-field {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  width: 85%;
}
.lt-ie8 .event-list-view-block.todays-events .field-name-title-field {
  display: inline;
}
.event-list-view-block .view-footer {
  border-bottom: 2px solid #0D6772;
  padding-bottom: 15px;
  font-family: MiloWeb, sans-serif;
  font-weight: bold;
}
.event-list-view-block .view-footer a {
  color: #AB0520;
  font-weight: bold;
  font-size: 1.333em;
  line-height: 1.2em;
  text-transform: uppercase;
}
.impact-homepage-block {
  background: transparent url(/sites/all/themes/custom/az_theme/images/our-impact-background.png) repeat-x;
  margin-bottom: 0px;
  position: relative;
  text-align: center;
}
.homepage-block-title {
  font-family: MiloSerifWeb, serif;
  font-weight: normal;
  font-size: 4em;
  line-height: 1.2em;
  width: 90%;
  margin: 0 auto 55px;
  padding: 73px 0 52px;
  color: #6F868D;
  text-transform: uppercase;
  background: transparent url(/sites/all/themes/custom/az_theme/images/dotted-rule.png) repeat-x 0 96%;
}
.recent-news-view-block h2.block-title {
  background: url("/sites/all/themes/custom/az_theme/images/dotted-rule.png") repeat-x scroll center top rgba(0,0,0,0);
  color: #6F868D;
  margin: 0 auto 25px;
  padding-top: 77px;
  text-align: center;
  text-transform: uppercase;
  width: 90%;
}
.recent-news-article-title {
  font-family: MiloSerifWeb, serif;
  font-weight: normal;
}
.news-grid-view .views-row {
  width: 31%;
  margin-right: 2%;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}
.lt-ie8 .news-grid-view .views-row {
  display: inline;
}
.news-grid-view .views-row.views-row-last {
  margin: 0;
}
.news-grid-view .views-row.views-row-last .content {
  border: none;
}
.news-grid-view .views-row .image {
  position: relative;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}
.lt-ie8 .news-grid-view .views-row .image {
  display: inline;
}
.news-grid-view .views-row .image span.white-triangle {
  width: 100%;
  height: 24px;
  position: absolute;
  bottom: 0;
  background: url(/sites/all/themes/custom/az_theme/images/image-triangle.png) no-repeat 50% 0;
  display: block;
}
.news-grid-view .views-row .content {
  border-right: 1px solid #333;
  padding-right: 6%;
}
.news-grid-view .views-row .content .field-name-field-date {
  font-family: MiloWeb, sans-serif;
  font-weight: bold;
  background: url(/sites/all/themes/custom/az_theme/images/news-icon.png) no-repeat 0 50%;
  padding: 1px 43px;
  margin-bottom: 10px;
}
.news-grid-view .views-row .content .field-name-field-date .date-display-single {
  color: #003E7E;
}
.news-grid-view .views-row .content .views-field-title {
  min-height: 104px;
}
.news-grid-view .views-row .content .views-field-title a {
  color: #0D6772;
  font-size: 1.667em;
  line-height: 1.2em;
  text-transform: uppercase;
}
.news-grid-view .views-row .content .field-name-body {
  font-size: 1.5em;
  line-height: 1.2em;
}
.news-grid-view .views-row .content .field-name-field-link a {
  font-size: 1.5em;
  line-height: 1.2em;
  color: #AB0520;
}
.news-grid-view .views-row .bottom-line {
  border-bottom: 1px solid #333;
  margin-right: 6%;
  margin-bottom: 6%;
  padding-top: 6%;
}
.news-grid-view .view-footer {
  text-align: center;
}
.news-grid-view .view-footer .view-all-news-link a {
  font-size: 1.5em;
  line-height: 1.2em;
  text-decoration: none;
  color: #AB0520;
  border-bottom: 2px solid #0D6772;
  padding-bottom: 12px;
}
.input-label-style {
  font-size: 2em;
  line-height: 1.2em;
  color: #6F868D;
  font-weight: normal;
  font-family: MiloWeb, sans-serif;
  padding-bottom: 10px;
}
.input-label-style.option {
  font-weight: normal;
  color: #333;
}
.input-field-style {
  padding: 10px;
  border: 1px solid #6F868D;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: relative;
  z-index: 0;
  behavior: url('/sites/all/libraries/PIE/PIE.htc');
  background-color: #EEF1F1;
  color: #6F868D;
  font-size: 1.5em;
  line-height: 1.2em;
  font-family: MiloWeb, sans-serif;
  font-weight: normal;
}
.checkbox-style span {
  background-image: url(/sites/all/themes/custom/az_theme/images/checkbox.png);
  width: 25px;
  height: 15px;
  background-position: 0px -15px;
}
.checkbox-style span.checked {
  background-position: 2px 0px;
}
.radio-button-style span {
  background-image: url(/sites/all/themes/custom/az_theme/images/radio.png);
  width: 25px;
  height: 15px;
  background-position: 2px -15px;
}
.radio-button-style span.checked {
  background-position: 2px 0px;
}
.submit-button-style {
  border: none;
  padding: 8px 20px 5px;
  background-color: #AB0520;
  font-family: MiloWeb, sans-serif;
  font-weight: normal;
}
.submit-button-style:hover {
  opacity: .6;
}
.search-input-style input[type='search'] {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: relative;
  z-index: 0;
  behavior: url('/sites/all/libraries/PIE/PIE.htc');
}
.search-input-style input[placeholder='Search'] {
  background: transparent !important;
  background-color: transparent;
  background-image: none;
}
#block-search-form input.form-text.form-search {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
}
.search-button-style input[type='submit'] {
  background: transparent url(/sites/all/themes/custom/az_theme/images/search-icon.png) no-repeat 7px 8px;
  border: none;
  font-size: 0;
  height: 35px;
  width: 35px;
  vertical-align: top;
}
.search-clear-button {
  position: absolute;
  top: 0;
  left: -30px;
  width: 30px;
  height: 100%;
  background: #fff;
  padding: 0;
  text-align: center;
  line-height: 200%;
  color: #6A0017;
  cursor: pointer;
}
.search-tab {
  list-style-type: none;
  list-style-image: none;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin: 0 5px 0 0;
}
.lt-ie8 .search-tab {
  display: inline;
}
.search-tab-link {
  background: #C0BF9B;
  color: #FFF;
  display: block;
  font-size: 1.3em;
  font-weight: normal;
  padding: 5px 20px;
}
.search-tab-link:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.icon-font-style {
  font-family: "icon-font";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
}
.icon-resources-font-style {
  font-family: "resources-font";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  content: "\f100";
  font-size: 1.667em;
  margin-right: 12px;
  text-decoration: none;
  vertical-align: middle;
}
.icon-resources-map .menu__link:before {
  content: "\f104";
}
.icon-resources-phonebook .menu__link:before {
  content: "\f101";
}
.icon-resources-calendar .menu__link:before {
  content: "\f102";
}
.icon-resources-news .menu__link:before {
  content: "\f105";
}
.icon-resources-weather .menu__link:before {
  content: "\f103";
}
.bottom-menu-block-list {
  text-align: left;
  border-left: 1px solid #8E8C85;
  margin-left: 3%;
  padding-left: 2.3%;
  min-height: 225px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}
.bottom-menu-block-list .block-title {
  font-family: MiloWeb, sans-serif;
  font-weight: bold;
  font-size: 1.167em;
  line-height: 1.2em;
  color: #333;
  text-transform: uppercase;
}
.bottom-menu-block-list.first {
  border: none;
  margin-left: 0;
  padding-left: 0;
}
.lt-ie8 .bottom-menu-block-list {
  display: inline;
}
.bottom-menu-block-list .menu {
  list-style: none;
}
.bottom-menu-block-list .menu .is-leaf {
  padding: 5px 0 5px;
  font-size: 1.167em;
  line-height: 1.2em;
}
.bottom-menu-block-list .menu.social-footer-links li {
  margin-left: 0;
  padding: 0;
  background: none;
}
.bottom-menu-block-list .menu.social-footer-links li a {
  display: block;
  line-height: 2em;
  padding: 3px 0px 3px 0px;
  margin-bottom: 0;
  font-size: 1.167em;
}
.bottom-menu-block-list .menu.social-footer-links li :before {
  font-size: 1.667em;
  vertical-align: middle;
  margin-right: 12px;
}
.bottom-menu-block-list .menu.social-footer-links li.twitter a {
  background-position: 0 -20px;
}
.bottom-menu-block-list .menu.social-footer-links li.instagram a {
  background-position: 0 -38px;
}
.bottom-menu-block-list .menu.social-footer-links li.flickr a {
  background-position: 0 -56px;
}
.bottom-menu-block-list .menu.social-footer-links li.linkedin a {
  background-position: 0 -76px;
}
.bottom-menu-block-list .menu.social-footer-links li.mobile-icon a {
  background-position: 0 -95px;
}
.bottom-menu-block-list .menu li {
  list-style: none;
}
.bottom-menu-block-list .menu li a {
  color: #333;
  font-weight: normal;
  text-decoration: none;
  font-size: 1.1em;
}
.bottom-menu-block-list .menu li a:hover {
  text-decoration: underline;
}
.link-field {
  margin: 10px 0 10px;
}
.event-date .date-display-single {
  color: #6F868D;
  font-family: MiloWeb, sans-serif;
  font-weight: bold;
  font-size: 1.333em;
  line-height: 1.2em;
  margin: 10px 0 10px;
  display: block;
}
.directional-nav-style .flex-prev {
  background: transparent url(/sites/all/themes/custom/az_theme/images/flex-prev.png) no-repeat;
  font-size: 0;
  height: 96px;
  width: 60px;
  left: 0;
}
.directional-nav-style .flex-prev:before {
  font-size: 0;
}
.directional-nav-style .flex-next {
  background: transparent url(/sites/all/themes/custom/az_theme/images/flex-next.png) no-repeat;
  font-size: 0;
  height: 96px;
  width: 60px;
  right: 0;
}
.directional-nav-style .flex-next:before {
  font-size: 0;
}
.sidebar-callout-image .field-item {
  text-align: center;
}
.sidebar-callout-image p {
  text-align: center;
  margin: 0;
  padding: 0;
  font-size: 1.333em;
  line-height: 1.2em;
  font-weight: bold;
}
.sidebar-callout-image p img {
  width: 100%;
  height: auto;
  max-width: 240px;
  padding: 0;
}
.sidebar-callout-image p a {
  padding-bottom: 10px;
  margin: 0 auto;
  display: block;
  width: 80%;
  border-bottom: 1px solid #0D6772;
  color: #AB0520;
  text-decoration: none;
  font-size: 1.333em;
  line-height: 1.2em;
  font-weight: bold;
}
.sidebar-callout-image p a:after {
  content: " »";
  font-size: 1.833em;
  line-height: 1.2em;
  font-weight: bold;
}
.header-menu-block {
  position: relative;
  min-width: 100%;
}
.header-menu .menu-block-wrapper {
  display: none;
}
.expanded .header-menu .menu-block-wrapper {
  display: block;
}
.header-menu-block-is-persistant {
  position: fixed;
  top: 0;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
.header-drawer {
  background-color: #AB0520;
  position: absolute;
}
.header-drawer-is-closed {
  overflow: hidden;
}
.header-drawer-close-button {
  background-image: url(/sites/all/themes/custom/az_theme/images/menu-close-button.png);
}
.search-button {
  display: block;
  width: 50px;
  height: 50px;
}
.search-box {
  position: static;
  float: right;
  padding-top: 15px;
  margin: 0;
  padding-right: 40px;
  display: inline-block;
  margin-top: -2px;
  font-size: 1.167em;
}
.search-box input {
  font-size: 1.167em;
  line-height: 1.2em;
  font-weight: thin;
  color: #000;
  font-family: MiloWeb, sans-serif;
  font-weight: normal;
}
.search-box input.form-submit {
  background: transparent url(/sites/all/themes/custom/az_theme/images/search-icon.png) no-repeat 10px 0 !important;
  background-image: url(/sites/all/themes/custom/az_theme/images/search.svg), none;
  background-position: 0 -2px;
  background-repeat: no-repeat;
  background-size: 36px 29px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 0;
  height: 23px;
  border-right: 0;
  border-bottom: 0;
  border-top: 0;
  vertical-align: top;
  color: #FFF;
}
.search-input {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: relative;
  z-index: 0;
  behavior: url('/sites/all/libraries/PIE/PIE.htc');
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #fff;
  max-width: 318px;
  width: 318px;
}
.search-input:focus {
  outline: none;
}
.search-input-is-closed {
  max-width: 0;
  display: none;
}
.header-logo {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  text-align: left;
}
.lt-ie8 .header-logo {
  display: inline;
}
.header-logo .content a {
  background: transparent url(/sites/all/themes/custom/az_theme/images/logo.png) no-repeat 10% 50%;
  background-image: url(/sites/all/themes/custom/az_theme/images/ua-logo.svg), none;
  width: 196px;
  height: 45px;
  display: block;
  text-indent: -999999px;
}
.footer-logo {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  text-align: left;
}
.footer-logo p {
  padding: 0;
}
.lt-ie8 .footer-logo {
  display: inline;
}
.footer-logo .content a {
  background: transparent url(/sites/all/themes/custom/az_theme/images/footer-logo.png) no-repeat 10% 50%;
  background-image: url(/sites/all/themes/custom/az_theme/images/ua-logo-blue.svg), none;
  color: transparent;
  font-size: 0;
  width: 256px;
  height: 58px;
  display: block;
  margin-bottom: 38px;
}
.hero-slides .hero-one {
  width: 50%;
  height: 50%;
  overflow: hidden;
  position: absolute;
  background-size: cover;
  z-index: 1;
}
.hero-slides .hero-two-wrapper {
  width: 90%;
  height: 100%;
  transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  overflow: hidden;
  position: absolute;
  margin-left: 0px;
  z-index: 40;
}
.hero-slides .hero-two-wrapper .hero-two {
  width: 120%;
  height: 100%;
  background-size: cover;
  position: absolute;
  transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
}
.hero-slides .hero-three {
  width: 140%;
  height: 140%;
  overflow: hidden;
  position: absolute;
  background-size: cover;
  left: -35%;
  z-index: 0;
}
.hero-slides li {
  min-height: 600px;
  overflow: hidden;
  position: relative;
}
.hero-slides .slide-callout {
  z-index: 50;
  position: absolute;
  top: 50%;
  left: 49.5%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  text-transform: uppercase;
  width: 80%;
}
.lt-ie9 .hero-slides .slide-callout,
.ie9 .hero-slides .slide-callout {
  top: 40%;
  left: 15%;
}
.hero-slides .slide-callout .views-field-title a {
  font-family: MiloSerifWeb, serif;
  font-weight: normal;
  color: #fff;
  font-size: 6em;
  line-height: 1em;
  text-decoration: none;
}
.hero-slides .slide-callout .views-field-title a span {
  display: block;
}
.hero-slides .slide-callout p {
  font-family: MiloWeb, sans-serif;
  font-weight: normal;
  text-transform: none;
  padding-right: 15%;
  color: #fff;
  font-size: 2em;
  line-height: 1.2em;
}
.hero-slides .slide-callout .field-name-field-link a {
  color: #fff;
  text-decoration: none;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: bold;
  font-family: MiloWeb, sans-serif;
}
.hero-slides .slide-callout .field-name-field-link a:after {
  content: " »";
  font-family: MiloWeb, sans-serif;
  font-weight: bold;
}
.horizontal-rule {
  width: 100%;
  border-bottom: 1px solid #333;
  margin-bottom: 29px;
}
footer .horizontal-rule {
  border-color: #8E8C85;
}
.lateral-red-menu {
  color: #FFF;
}
.lateral-red-menu li {
  font-size: 1.333em;
  line-height: 1.2em;
  float: left;
  list-style: disc;
  margin-left: 0;
  min-width: 43px;
  padding-right: 30px;
  padding-left: 3px;
}
.lateral-red-menu li.first {
  list-style: none;
}
.lateral-red-menu li.last {
  padding-right: 20px;
}
.lateral-red-menu li a {
  color: #FFF;
  font-size: 1.125em;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: uppercase;
}
.main-menu-dropdown {
  z-index: 3;
  position: relative;
  margin-bottom: -5%;
  margin-left: auto;
  margin-right: auto;
  width: 126px;
  cursor: pointer;
  background: transparent url(/sites/all/themes/custom/az_theme/images/menu-dropdown.png) no-repeat 50% 0;
  min-height: 64px;
}
.main-menu-dropdown .main-menu-dropdown-toggle {
  width: 100%;
}
.main-menu-dropdown .main-menu-dropdown-toggle .main-menu p {
  visibility: hidden;
}
.hide-menu-main-dropdown {
  background-position: 0 -18px;
}
.top-feature-dropdown-toggle .main-menu-dropdown {
  display: none;
}
.top-feature-dropdown-toggle .main-menu-dropdown p {
  padding: 0;
}
.top-feature-dropdown-toggle {
  height: 34px;
  background: transparent url(/sites/all/themes/custom/az_theme/images/bb-sprite.jpg) no-repeat 50% 0;
}
.top-feature-dropdown-toggle:hover {
  background-position-y: -32px;
}
.top-feature-dropdown-toggle.open {
  background-position-y: -64px;
}
.drop-down-sprite {
  height: 34px;
  background: transparent url(/sites/all/themes/custom/az_theme/images/bb-sprite.jpg) no-repeat 50% 0;
}
.drop-down-sprite:hover {
  background-position-y: -32px;
}
.drop-down-sprite.open {
  background-position-y: -64px;
}
.grid-links {
  margin-top: 1%;
}
.grid-title {
  font-family: MiloSerifWeb, serif;
  font-weight: normal;
  color: #AB0520;
  font-size: 3em;
  margin-top: 1.5%;
  text-transform: uppercase;
}
div.grid {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin: 0 20px 20px 0;
  width: 23.75%;
}
.lt-ie8 div.grid {
  display: inline;
}
.page-node-76 div.grid {
  width: 23%;
}
div.grid.last {
  border-right: none;
  margin: 0;
  padding-right: 0;
}
div.grid .grid-content {
  border-right: 1px solid #696969;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 20px;
}
div.grid .grid-content.taller {
  min-height: 432px;
}
div.grid .bottom-line {
  border-bottom: 1px solid #696969;
  margin-right: 20px;
}
div.grid h3 {
  text-transform: uppercase;
  background: url(/sites/all/themes/custom/az_theme/images/grid-link-arrow.png) no-repeat right top;
  padding-bottom: 0px;
  padding-top: 7px;
  padding-bottom: 8px;
}
div.grid h3 a {
  font-family: MiloWeb, sans-serif;
  font-weight: bold;
  color: #456091;
  display: block;
  line-height: 1em;
  padding-right: 30px;
}
div.grid h3 a:hover {
  text-decoration: none;
}
div.grid h3:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
div.grid p {
  font-family: MiloWeb, sans-serif;
  font-weight: normal;
  font-size: 1.333em;
  line-height: 1.2em;
  line-height: 1.3em;
  padding-right: 10px;
  padding-top: 4px;
}
.red-arrow-list li {
  border-bottom: 1px solid #333;
}
.red-arrow-list li:last-child {
  border: none;
}
.red-arrow-list li a {
  display: block;
  font-family: Georgia;
  font-style: italic;
  color: #AB0520;
  padding: 8px 0;
  background: url(/sites/all/themes/custom/az_theme/images/red-arrow.png) no-repeat 95% 50%;
}
.red-arrow-list li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
  text-decoration: none;
  background: url(/sites/all/themes/custom/az_theme/images/red-arrow.png) no-repeat 100% 50%;
}
.sidebar .block.event-list-view-block {
  width: 100%;
  margin-bottom: 40px;
  padding-left: 0;
}
.sidebar .block.event-list-view-block article {
  margin-bottom: 20px;
}
.sidebar .block.event-list-view-block article .field-name-title-field a {
  font-size: 1.333em;
}
.sidebar .block.event-list-view-block .view-footer a {
  padding-left: 10px;
}
.search-results-style h2 {
  color: #AB0520;
  padding-bottom: 20px;
}
.search-results-style .search-results .search-result .search-snippet-info p {
  padding-top: 0;
}
.search-results-style .search-results .search-result .search-info {
  display: none;
}
.search-results-style .search-results .search-result .title {
  padding: 0;
}
.search-results-style .search-results .search-result .title a {
  text-decoration: none;
  color: #6F868D;
  font-weight: bold;
}
.social-nav-style {
  padding-left: 10px;
  margin: 0;
}
.social-nav-style .field-item span {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  height: 25px;
  width: 25px;
}
.lt-ie8 .social-nav-style .field-item span {
  display: inline;
}
.social-nav-style .field-item span.facebook {
  background: transparent url(/sites/all/themes/custom/az_theme/images/facebook-icon.png) no-repeat;
}
.social-nav-style .field-item a {
  vertical-align: middle;
  display: inline-block;
  margin: 0 5px 0;
  color: #003e7e;
  font-weight: normal;
  font-size: 1.167em;
}
.uofa_custom-block ul li {
  min-height: 126px;
}
.rsb-header {
  font-family: MiloWeb, sans-serif;
  font-weight: bolder;
  background-color: #cfd5de;
  color: #003e7e;
  font-size: 1.333em;
  font-weight: bold;
  padding: 11px 0px;
  text-align: center;
  text-transform: uppercase;
}
.rsb-list {
  list-style: none;
  margin: 0 0 12px;
}
.rsb-list-links {
  color: #333;
  font-size: 1.167em;
  line-height: 1.2em;
  text-transform: capitalize;
}
.rsb-list-links:hover {
  text-decoration: none;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
a.double-arrow-link {
  color: #AB0520;
  display: block;
  font-size: 1.333em;
  line-height: 1.2em;
  padding-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: MiloWeb, sans-serif;
  font-weight: bolder;
}
a.double-arrow-link:after {
  content: " »";
  font-size: 1.833em;
  line-height: 1.2em;
  font-weight: bold;
}
a.double-arrow-link:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  text-decoration: none;
}
.double-arrow-link-wrapper {
  padding: 0px;
}
.image-caption {
  font-family: Georgia;
  font-size: 1.333em;
  font-style: italic;
  line-height: 1.1em;
  padding-top: 0px;
}
.image-wrapper {
  padding: 0;
}
.lsb-cta-link {
  color: #AB0520;
  display: block;
  font-size: 2em;
  line-height: 1em;
  padding: 15px 10px;
}
.lsb-cta-link:after {
  content: " »";
  font-weight: bold;
}
.lsb-cta-link:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  text-decoration: none;
}
.grid-list-header {
  border-bottom: 2px solid #0D6772;
}
.grid-list-inner-li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin: 2%;
  width: 29%;
}
.lt-ie8 .grid-list-inner-li {
  display: inline;
}
.grid-list-link-title {
  color: #AB0520;
  font-size: 1.333em;
  line-height: 1.2em;
}
.grid-list-link-title:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  text-decoration: none;
}
.main-menu-col {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}
.lt-ie8 .main-menu-col {
  display: inline;
}
.main-menu-li {
  font-size: 1.167em;
  margin-bottom: 8px;
}
.main-menu-a {
  font-family: MiloWeb-Text, sans-serif;
  font-weight: normal;
  color: #fff;
  display: block;
}
.main-menu-no-link {
  color: #fff;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-decoration: none;
}
.intro-paragraph {
  color: #6f868d;
  font-size: 1.75em;
  line-height: 1.3em;
}
.our-impact-col {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  width: 28%;
  min-height: 40px;
  padding: 0 20px;
}
.lt-ie8 .our-impact-col {
  display: inline;
}
.impact-stat {
  font-family: MiloWeb, sans-serif;
  font-weight: normal;
  white-space: nowrap;
}
.impact-stat .impact-value {
  color: #AB0520;
  font-size: 12.5em;
  line-height: 150px;
}
.impact-stat .impact-superscript {
  bottom: 63px;
  color: #AB0520;
  font-size: 5em;
  position: relative;
  vertical-align: super;
}
.impact-description {
  min-height: 90px;
  color: #003E7E;
  font-family: MiloWeb, sans-serif;
  font-weight: bold;
  font-size: 1.75em;
  line-height: 1.1em;
}
.impact-reference {
  color: #6F868D;
  font-size: 1.333em;
  font-style: italic;
  font-family: MiloSerifWeb, serif;
  font-weight: bolder;
  font-weight: normal;
}
.impact-control {
  background: url(/sites/all/themes/custom/az_theme/images/carousel-arrows.png) no-repeat 0 0 transparent;
  color: transparent;
  display: block;
  font-size: 0;
  height: 60px;
  width: 33px;
}
.audience-sidebar-top-menu-closed {
  display: none;
}
.audience-sidebar-top-menu-items {
  font-family: MiloWeb, sans-serif;
  font-weight: bolder;
  color: #003E7E;
  border-bottom: 1px solid #D8E5E2;
  font-size: 1.333em;
  position: relative;
}
.audience-sidebar-top-menu-items-link {
  color: #003E7E;
  display: block;
  font-family: MiloWeb, sans-serif;
  font-weight: bolder;
  padding: 15px 10px;
  text-transform: uppercase;
}
.audience-sidebar-top-menu-item-link-is-hover {
  color: #6688ad;
  cursor: pointer;
  text-decoration: none;
}
.audience-sidebar-top-menu-items-link-with-sub-menu:after {
  position: absolute;
  right: 5px;
  top: 22px;
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #AB0520;
}
.audience-sidebar-top-menu-items-link-is-open:after {
  border: none;
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #AB0520;
}
.audience-sidebar-sub-menu-items {
  border: none;
  margin-bottom: 5px;
  padding-right: 10px;
}
.audience-sidebar-sub-menu-items-link {
  font-family: MiloWeb-Text, sans-serif;
  font-weight: normal;
  border: none;
  color: #333;
  display: block;
  font-size: 0.75em;
  line-height: 1.6em;
  padding: 0 0 0 9px;
  text-transform: none;
}
.audience-sidebar-sub-menu-items-link:after {
  border: none;
  content: "";
}
.audience-sidebar-sub-menu-items-link-is-hover {
  background: #DBE8EA url(/sites/all/themes/custom/az_theme/images/sidebar-menu-chevron.png) no-repeat 100% 50%;
  color: #076873;
  text-decoration: none;
}
.audience-sidebar-sub-menu-items-link-is-active {
  background: #DBE8EA url(/sites/all/themes/custom/az_theme/images/sidebar-menu-chevron.png) no-repeat 100% 50%;
  color: #076873;
  text-decoration: none;
}
.audience-sidebar-top-menu-items-link-with-sub-menu-sub-link:after {
  border: none;
}
.audience-slideshow-wrapper {
  overflow: visible;
  position: relative;
}
.audience-slideshow-flex-box {
  border: 7px solid #AB0520;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0px;
  padding-left: 45px;
}
.audience-slideshow-title {
  font-family: MiloSerifWeb, serif;
  font-weight: normal;
  color: #B75527;
  display: block;
  font-size: 1.5em;
  line-height: 0.9em;
  padding-top: 25px;
  text-transform: uppercase;
}
.audience-slideshow-title-hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  text-decoration: none;
}
.audience-slideshow-body {
  font-family: MiloSerifWeb, serif;
  font-weight: normal;
  color: #B75527;
  font-size: 1.34em;
  line-height: 1.41em;
  margin-bottom: 15px;
}
.audience-slideshow-read-more {
  font-family: MiloSerifWeb, serif;
  font-weight: bolder;
  font-style: italic;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  color: #AB0520;
  font-size: 18px;
  font-weight: normal;
  padding-top: 0px;
  text-transform: none;
}
.lt-ie8 .audience-slideshow-read-more {
  display: inline;
}
.audience-slideshow-read-more:after {
  content: " »";
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: normal;
}
.audience-slideshow-read-more:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  text-decoration: none;
}
.audience-slideshow-image {
  float: right;
  margin-left: 35px;
  width: 55.273%;
}
.audience-slideshow-contral-nav {
  background: url(/sites/all/themes/custom/az_theme/images/headline-slidshow-nav-arrows.png) no-repeat 8px center transparent;
  color: transparent;
  font-size: 0;
  height: 55px;
  width: 35px;
  display: block;
}
.audience-slideshow-contral-nav:before {
  content: "";
}
.audience-slideshow-contral-nav-hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.audience-slideshow-contral-nav-prev {
  background-color: #AB0520;
  left: 0px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.audience-slideshow-contral-nav-next {
  background-color: #6F868D;
  background-position: -27px 10px;
  right: 0px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.audience-slideshow-pager-position {
  bottom: 0;
  left: 45px;
  position: absolute;
  text-align: left;
  z-index: 11;
}
.audience-slideshow-pager {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #AB0520;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  background: none;
  border-radius: 0;
}
.audience-slideshow-pager-active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.two-sidebars .headline .headline-view .flexslider .slides li {
  margin: 0;
}
.generic-audience-elements h1.title,
.generic-audience-elements ul.primary {
  width: 162%;
}
.generic-flexslider-style .slides li {
  margin: 0;
}
.top-slideshow-style {
  border: none;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.top-slideshow-style .slides li {
  margin: 0;
}
.top-slideshow-paging li a {
  background: rgba(255,255,255,0.5);
}
.top-slideshow-paging li a.flex-active {
  background: rgba(255,255,255,0.9);
}
.element-invisible {
  width: 1px;
}
#feedback_simple a {
  background: url(/sites/all/themes/custom/az_theme/images/feedbackBttnlg.jpg) no-repeat right 0 transparent;
  height: 90px !important;
  width: 31px !important;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  right: -0.7em;
  padding-left: 15px;
}
#feedback_simple a:hover {
  width: 35px !important;
  right: 0;
}
#feedback_simple a img {
  display: none;
}
.cta-links-block ul,
.menu-name-main-menu ul {
  list-style: none;
}
.cta-links-block ul li,
.menu-name-main-menu ul li {
  margin: 0;
}
.node-event,
.node-article {
  font-size: 1.333em;
}
.node-article .field-type-image,
.node-spotlight .field-type-image {
  float: left;
  margin: 0 20px 20px 0;
  max-width: 100%;
}
.node-article .field-type-image img,
.node-spotlight .field-type-image img {
  height: auto;
  max-width: 100%;
  width: auto;
}
.node-article .field-name-field-date .date-display-single,
.node-spotlight .field-name-field-date .date-display-single {
  font-size: 1em;
}
.node-article h3,
.node-spotlight h3 {
  font-size: 1.5em;
}
.node-article p,
.node-spotlight p {
  padding: 0 0 0.7em;
}
.node-article ul li,
.node-spotlight ul li {
  list-style: inside;
}
#header {
  z-index: 200;
  padding-top: 30px;
  max-width: 1280px;
  width: 100%;
}
#main {
  padding-top: 65px;
  background: #FFF;
  position: relative;
}
not-front #main {
  margin-top: 64px;
}
#main,
#footer {
  z-index: 50;
}
.section-topics #main {
  margin-top: 0;
  position: relative;
}
#header.stuck {
  position: fixed;
  top: 0;
  -webkit-transform: scale3d(1,1,1);
  transform: scale3d(1,1,1);
}
.region-header {
  width: 100%;
  background-color: #AB0520;
  position: absolute;
}
.region-header .header-menu {
  clear: both;
  overflow: hidden;
}
.region-header.expanded {
  z-index: 2;
}
.region-header.expanded .main-menu-dropdown-toggle {
  background-image: url(/sites/all/themes/custom/az_theme/images/menu-close-button.png);
  background-position: -1px -1px;
}
.region-header.expanded .header-menu {
  clear: both;
}
.region-navigation .block {
  margin: 0;
}
.front .node-1 {
  padding: 0;
  margin: 0;
}
body #top-featured .top-slider {
  display: none;
}
body.top-slider #top-featured .top-slider {
  display: block;
}
.bottom-menu-block {
  text-align: left;
  border-left: 1px solid #8E8C85;
  margin-left: 3%;
  padding-left: 2.3%;
  min-height: 225px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}
.bottom-menu-block .block-title {
  font-family: MiloWeb, sans-serif;
  font-weight: bold;
  font-size: 1.167em;
  line-height: 1.2em;
  color: #333;
  text-transform: uppercase;
}
.bottom-menu-block.first {
  border: none;
  margin-left: 0;
  padding-left: 0;
}
.lt-ie8 .bottom-menu-block {
  display: inline;
}
.bottom-menu-block .menu {
  list-style: none;
}
.bottom-menu-block .menu .is-leaf {
  padding: 5px 0 5px;
  font-size: 1.167em;
  line-height: 1.2em;
}
.bottom-menu-block .menu.social-footer-links li {
  margin-left: 0;
  padding: 0;
  background: none;
}
.bottom-menu-block .menu.social-footer-links li a {
  display: block;
  line-height: 2em;
  padding: 3px 0px 3px 0px;
  margin-bottom: 0;
  font-size: 1.167em;
}
.bottom-menu-block .menu.social-footer-links li :before {
  font-size: 1.667em;
  vertical-align: middle;
  margin-right: 12px;
}
.bottom-menu-block .menu.social-footer-links li.twitter a {
  background-position: 0 -20px;
}
.bottom-menu-block .menu.social-footer-links li.instagram a {
  background-position: 0 -38px;
}
.bottom-menu-block .menu.social-footer-links li.flickr a {
  background-position: 0 -56px;
}
.bottom-menu-block .menu.social-footer-links li.linkedin a {
  background-position: 0 -76px;
}
.bottom-menu-block .menu.social-footer-links li.mobile-icon a {
  background-position: 0 -95px;
}
.bottom-menu-block .menu li {
  list-style: none;
}
.bottom-menu-block .menu li a {
  color: #333;
  font-weight: normal;
  text-decoration: none;
  font-size: 1.1em;
}
.bottom-menu-block .menu li a:hover {
  text-decoration: underline;
}
.featured-events-view-block {
  margin-bottom: 0px;
}
.field-name-field-date .date-display-single {
  color: #6F868D;
  font-family: MiloWeb, sans-serif;
  font-weight: bold;
  font-size: 1.333em;
  line-height: 1.2em;
  margin: 10px 0 10px;
  display: block;
}
.field-name-field-link {
  margin: 10px 0 10px;
}
.footer-logo-block {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  text-align: left;
  float: left;
  margin-bottom: 0;
  margin-left: 0px;
}
.footer-logo-block p {
  padding: 0;
}
.lt-ie8 .footer-logo-block {
  display: inline;
}
.footer-logo-block .content a {
  background: transparent url(/sites/all/themes/custom/az_theme/images/footer-logo.png) no-repeat 10% 50%;
  background-image: url(/sites/all/themes/custom/az_theme/images/ua-logo-blue.svg), none;
  color: transparent;
  font-size: 0;
  width: 256px;
  height: 58px;
  display: block;
  margin-bottom: 38px;
}
.footer-menu-block {
  margin-right: 70px;
  text-align: right;
  margin-bottom: 5px;
  margin-right: 0;
}
.footer-menu-block .menu {
  margin-top: 5px;
}
.footer-menu-block .menu li {
  display: inline;
  list-style: none;
  padding-left: 1em;
  padding-right: 1em;
  margin-left: 0;
  border-left: 1px solid #333;
}
.footer-menu-block .menu li.first {
  border: none;
}
.footer-menu-block .menu li a {
  color: #333;
  text-decoration: none;
  font-size: 1em;
  line-height: 1.2em;
  font-weight: bold;
}
.footer-menu-block .menu li a:hover {
  text-decoration: underline;
}
.node-photo-album .flex-direction-nav .flex-prev {
  background: transparent url(/sites/all/themes/custom/az_theme/images/flex-prev.png) no-repeat;
  font-size: 0;
  height: 96px;
  width: 60px;
  left: 0;
}
.node-photo-album .flex-direction-nav .flex-prev:before {
  font-size: 0;
}
.node-photo-album .flex-direction-nav .flex-next {
  background: transparent url(/sites/all/themes/custom/az_theme/images/flex-next.png) no-repeat;
  font-size: 0;
  height: 96px;
  width: 60px;
  right: 0;
}
.node-photo-album .flex-direction-nav .flex-next:before {
  font-size: 0;
}
#user-login-form {
  text-align: left;
}
.view-slideshow .flexslider,
.slideshow .flexslider {
  border: none;
  box-shadow: none;
  margin-bottom: 0px;
}
.view-slideshow .flexslider .flex-control-paging,
.slideshow .flexslider .flex-control-paging {
  display: none;
}
.view-slideshow .flexslider .flex-prev,
.slideshow .flexslider .flex-prev {
  background: transparent url(/sites/all/themes/custom/az_theme/images/flex-prev.png) no-repeat;
  font-size: 0;
  height: 96px;
  width: 60px;
  left: 0;
}
.view-slideshow .flexslider .flex-prev:before,
.slideshow .flexslider .flex-prev:before {
  font-size: 0;
}
.view-slideshow .flexslider .flex-next,
.slideshow .flexslider .flex-next {
  background: transparent url(/sites/all/themes/custom/az_theme/images/flex-next.png) no-repeat;
  font-size: 0;
  height: 96px;
  width: 60px;
  right: 0;
}
.view-slideshow .flexslider .flex-next:before,
.slideshow .flexslider .flex-next:before {
  font-size: 0;
}
.view-slideshow .flexslider .slides li,
.slideshow .flexslider .slides li {
  margin: 0;
}
.view-slideshow .flexslider .slides .hero-one,
.slideshow .flexslider .slides .hero-one {
  width: 50%;
  height: 50%;
  overflow: hidden;
  position: absolute;
  background-size: cover;
  z-index: 1;
}
.view-slideshow .flexslider .slides .hero-two-wrapper,
.slideshow .flexslider .slides .hero-two-wrapper {
  width: 90%;
  height: 100%;
  transform: skewX(-45deg);
  -ms-transform: skewX(-45deg);
  -webkit-transform: skewX(-45deg);
  overflow: hidden;
  position: absolute;
  margin-left: 0px;
  z-index: 40;
}
.view-slideshow .flexslider .slides .hero-two-wrapper .hero-two,
.slideshow .flexslider .slides .hero-two-wrapper .hero-two {
  width: 120%;
  height: 100%;
  background-size: cover;
  position: absolute;
  transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
}
.view-slideshow .flexslider .slides .hero-three,
.slideshow .flexslider .slides .hero-three {
  width: 140%;
  height: 140%;
  overflow: hidden;
  position: absolute;
  background-size: cover;
  left: -35%;
  z-index: 0;
}
.view-slideshow .flexslider .slides li,
.slideshow .flexslider .slides li {
  min-height: 600px;
  overflow: hidden;
  position: relative;
}
.view-slideshow .flexslider .slides .slide-callout,
.slideshow .flexslider .slides .slide-callout {
  z-index: 50;
  position: absolute;
  top: 50%;
  left: 49.5%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  text-transform: uppercase;
  width: 80%;
}
.lt-ie9 .view-slideshow .flexslider .slides .slide-callout,
.ie9 .view-slideshow .flexslider .slides .slide-callout,
.lt-ie9 .slideshow .flexslider .slides .slide-callout,
.ie9 .slideshow .flexslider .slides .slide-callout {
  top: 40%;
  left: 15%;
}
.view-slideshow .flexslider .slides .slide-callout .views-field-title a,
.slideshow .flexslider .slides .slide-callout .views-field-title a {
  font-family: MiloSerifWeb, serif;
  font-weight: normal;
  color: #fff;
  font-size: 6em;
  line-height: 1em;
  text-decoration: none;
}
.view-slideshow .flexslider .slides .slide-callout .views-field-title a span,
.slideshow .flexslider .slides .slide-callout .views-field-title a span {
  display: block;
}
.view-slideshow .flexslider .slides .slide-callout p,
.slideshow .flexslider .slides .slide-callout p {
  font-family: MiloWeb, sans-serif;
  font-weight: normal;
  text-transform: none;
  padding-right: 15%;
  color: #fff;
  font-size: 2em;
  line-height: 1.2em;
}
.view-slideshow .flexslider .slides .slide-callout .field-name-field-link a,
.slideshow .flexslider .slides .slide-callout .field-name-field-link a {
  color: #fff;
  text-decoration: none;
  font-size: 2em;
  line-height: 1.2em;
  font-weight: bold;
  font-family: MiloWeb, sans-serif;
}
.view-slideshow .flexslider .slides .slide-callout .field-name-field-link a:after,
.slideshow .flexslider .slides .slide-callout .field-name-field-link a:after {
  content: " »";
  font-family: MiloWeb, sans-serif;
  font-weight: bold;
}
.view-slideshow .flexslider .flex-direction-nav,
.slideshow .flexslider .flex-direction-nav {
  position: static;
  z-index: 2000;
}
.front .view-slideshow .flexslider .flex-direction-nav a,
.front .slideshow .flexslider .flex-direction-nav a {
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
  display: block !important;
  transition: none !important;
  z-index: 2000;
}
.front .view-slideshow .flexslider .flex-direction-nav a:hover,
.front .view-slideshow .flexslider .flex-direction-nav a:focus,
.front .slideshow .flexslider .flex-direction-nav a:hover,
.front .slideshow .flexslider .flex-direction-nav a:focus {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.front .view-slideshow .flexslider .flex-direction-nav a.flex-disabled,
.front .slideshow .flexslider .flex-direction-nav a.flex-disabled {
  -moz-opacity: 0.7 !important;
  -khtml-opacity: 0.7 !important;
  -webkit-opacity: 0.7 !important;
  opacity: 0.7 !important;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70) !important;
  filter: alpha(opacity=70) !important;
}
.view-slideshow .flexslider.flexslider-processed .slides li a,
.slideshow .flexslider.flexslider-processed .slides li a {
  display: none !important;
}
.view-slideshow .flexslider.flexslider-processed .slides li.flex-active-slide a,
.slideshow .flexslider.flexslider-processed .slides li.flex-active-slide a {
  display: block !important;
}
.region-top-feature .explore-ua-block {
  cursor: pointer;
  padding: 0;
  margin: 0;
  height: 34px;
  background: transparent url(/sites/all/themes/custom/az_theme/images/bb-sprite.jpg) no-repeat 50% 0;
}
.region-top-feature .explore-ua-block .main-menu-dropdown {
  display: none;
}
.region-top-feature .explore-ua-block .main-menu-dropdown p {
  padding: 0;
}
.region-top-feature .explore-ua-block:hover {
  background-position-y: -32px;
}
.region-top-feature .explore-ua-block.open {
  background-position-y: -64px;
}
.region-top-feature .top-slider {
  margin: 0;
  height: 0;
  width: 100%;
  padding-bottom: 50.5%;
}
.region-top-feature .top-slider .flexslider {
  border: none;
  margin: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
}
.region-top-feature .top-slider .flexslider .slides li {
  margin: 0;
}
.region-top-feature .top-slider .flexslider .flex-control-paging {
  bottom: 10px;
  z-index: 2;
}
.region-top-feature .top-slider .flexslider .flex-control-paging li a {
  background: rgba(255,255,255,0.5);
}
.region-top-feature .top-slider .flexslider .flex-control-paging li a.flex-active {
  background: rgba(255,255,255,0.9);
}
.region-top-feature .top-slider iframe.beyond_boundaries {
  width: 100%;
  height: 100%;
}
.region-header {
  padding-top: 15px;
}
.region-header .logo-block {
  float: left;
  padding-left: 40px;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  text-align: left;
}
.lt-ie8 .region-header .logo-block {
  display: inline;
}
.region-header .logo-block .content a {
  background: transparent url(/sites/all/themes/custom/az_theme/images/logo.png) no-repeat 10% 50%;
  background-image: url(/sites/all/themes/custom/az_theme/images/ua-logo.svg), none;
  width: 196px;
  height: 45px;
  display: block;
  text-indent: -999999px;
}
.region-header .header-right-menu-block {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  float: right;
}
.lt-ie8 .region-header .header-right-menu-block {
  display: inline;
}
.region-header .header-right-menu-block .menu {
  color: #FFF;
  padding-top: 13px;
}
.region-header .header-right-menu-block .menu li {
  font-size: 1.333em;
  line-height: 1.2em;
  float: left;
  list-style: disc;
  margin-left: 0;
  min-width: 43px;
  padding-right: 30px;
  padding-left: 3px;
}
.region-header .header-right-menu-block .menu li.first {
  list-style: none;
}
.region-header .header-right-menu-block .menu li.last {
  padding-right: 20px;
}
.region-header .header-right-menu-block .menu li a {
  color: #FFF;
  font-size: 1.125em;
  line-height: 1.5em;
  letter-spacing: 0;
  text-transform: uppercase;
}
.region-header .block-search {
  position: static;
  float: right;
  padding-top: 15px;
  margin: 0;
  padding-right: 40px;
  display: inline-block;
  margin-top: -2px;
  font-size: 1.167em;
}
.region-header .block-search input {
  font-size: 1.167em;
  line-height: 1.2em;
  font-weight: thin;
  color: #000;
  font-family: MiloWeb, sans-serif;
  font-weight: normal;
}
.region-header .block-search input.form-submit {
  background: transparent url(/sites/all/themes/custom/az_theme/images/search-icon.png) no-repeat 10px 0 !important;
  background-image: url(/sites/all/themes/custom/az_theme/images/search.svg), none;
  background-position: 0 -2px;
  background-repeat: no-repeat;
  background-size: 36px 29px;
  margin-left: 10px;
  padding-left: 10px;
  padding-right: 20px;
  font-size: 0;
  height: 23px;
  border-right: 0;
  border-bottom: 0;
  border-top: 0;
  vertical-align: top;
  color: #FFF;
}
.region-header .block-search .form-type-searchfield {
  position: relative;
  margin-left: 30px;
  background: #fff;
  padding: 6px 0;
}
.region-header .block-search .form-type-searchfield input {
  font-size: inherit;
  padding: 0;
}
#block-search-form.closed input.form-text.form-search {
  max-width: 0;
  display: none;
}
#block-search-form.closed .form-type-searchfield {
  margin: 0;
  border-left: 2px solid #6A0017;
}
#block-search-form.closed .search-clear-button {
  display: none;
}
#block-search-form input.form-text.form-search {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: relative;
  z-index: 0;
  behavior: url('/sites/all/libraries/PIE/PIE.htc');
  background-color: #fff !important;
  background-image: none !important;
  border: 1px solid #fff;
  max-width: 318px;
  width: 318px;
}
#block-search-form input.form-text.form-search:focus {
  outline: none;
}
.search-tabs ul.menu li.leaf {
  list-style-type: none;
  list-style-image: none;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin: 0 5px 0 0;
}
.lt-ie8 .search-tabs ul.menu li.leaf {
  display: inline;
}
.search-tabs ul.menu li.leaf a {
  background: #C0BF9B;
  color: #FFF;
  display: block;
  font-size: 1.3em;
  font-weight: normal;
  padding: 5px 20px;
}
.search-tabs ul.menu li.leaf a:hover {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  -webkit-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
  filter: alpha(opacity=80);
}
.page-search-google .breadcrumb a[href="/search/google"],
.page-search-google .breadcrumb a[href="/search/google"] + .crumbs-separator,
.page-search-google .breadcrumb a[href="/search"] + .crumbs-separator,
.page-search-google .breadcrumb .crumbs-current-page {
  display: none;
}
.breadcrumb {
  width: 1150px;
  margin: 95px auto 10px 40px;
  color: #FFF;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  position: relative;
  z-index: 1;
}
.breadcrumb li {
  margin-right: 10px;
  color: #eaa39d;
  font-size: 1.1em;
}
.breadcrumb a {
  color: #FFF;
  margin-right: 10px;
}
.breadcrumb a:link {
  color: #fff;
}
.main-menu-dropdown-block {
  z-index: 3;
  position: relative;
  margin-bottom: -5%;
  margin-left: auto;
  margin-right: auto;
  width: 126px;
  cursor: pointer;
  background: transparent url(/sites/all/themes/custom/az_theme/images/menu-dropdown.png) no-repeat 50% 0;
  min-height: 64px;
}
.main-menu-dropdown-block .main-menu-dropdown-toggle {
  width: 100%;
}
.main-menu-dropdown-block .main-menu-dropdown-toggle .main-menu p {
  visibility: hidden;
}
.hamburger .main-menu-dropdown-block {
  background-position: 0 -18px;
}
.not-front .main-menu-dropdown-block {
  margin-top: 27px;
}
#site-name {
  font-size: 0;
}
#footer-message {
  text-align: right;
  font-weight: 500;
}
body .copyright-block {
  text-indent: 0;
  margin-bottom: 0;
  margin-right: 70px;
}
body .region-footer {
  padding-top: 28px;
}
.subheading-text {
  color: #6F868D;
  font-size: 2em;
  line-height: 1.4em;
  padding: 10px 0 10px;
}
.triangle-list .triangle-list-title {
  font-size: 2.5em;
  line-height: 1.2em;
  color: #AB0520;
  margin-bottom: 10px;
}
.triangle-list li {
  background: url(/sites/all/themes/custom/az_theme/images/list.png) no-repeat 0 8px;
  background-size: 10px 10px;
  color: #395180;
  list-style: none;
  min-height: 0;
  padding-left: 20px;
  margin: 0 0 0 10px;
  border: none;
  line-height: 2.25em;
  font-size: 1.333em;
}
.triangle-list li a {
  color: #395180;
  font-size: inherit;
  font-weight: normal;
}
.featured-content-group {
  width: 100%;
  margin-bottom: 40px;
}
.featured-content-group .text-group {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  width: 57%;
}
.lt-ie8 .featured-content-group .text-group {
  display: inline;
}
.featured-content-group h3 {
  text-transform: uppercase;
  font-weight: bold;
}
.featured-content-group h3 a {
  color: #395180;
  font-weight: bold;
}
.featured-content-group h3 a:hover {
  text-decoration: none;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.featured-content-group p {
  font-family: MiloWeb, sans-serif;
  font-weight: normal;
  font-size: 1.333em;
  line-height: 1.35em;
  padding-top: 1px;
  padding-bottom: .75em;
}
.featured-content-group p img {
  background-color: transparent;
  float: none;
  padding-bottom: 0.6em;
  max-width: 100%;
}
.featured-content-group ul {
  float: right;
  width: 190px;
  margin-right: 20px;
  margin-left: 40px;
}
.featured-content-group ul.red-arrow-list li {
  border-bottom-color: #AB0520;
  list-style: none;
}
.featured-content-group ul.red-arrow-list li:first-child a {
  padding-top: 0px;
}
.featured-content-group ul.red-arrow-list li a {
  font-size: 1.083em;
  padding-right: 22px;
}
.sidebar-featured-event .view-display-id-block header,
.sidebar-featured-event .view-audience-sidebar header,
.sidebar-featured-event .view-sidebar-audience-blocks header {
  padding: 0;
}
.sidebar-featured-event .view-display-id-block header p,
.sidebar-featured-event .view-audience-sidebar header p,
.sidebar-featured-event .view-sidebar-audience-blocks header p {
  padding-top: 4em;
  padding-bottom: 1em;
}
.sidebar-featured-event .view-display-id-block .views-row,
.sidebar-featured-event .view-audience-sidebar .views-row,
.sidebar-featured-event .view-sidebar-audience-blocks .views-row {
  width: 100%;
  min-height: 0;
  max-height: 265px;
}
.sidebar-featured-event .view-display-id-block .views-row article.view-mode-todays_event,
.sidebar-featured-event .view-audience-sidebar .views-row article.view-mode-todays_event,
.sidebar-featured-event .view-sidebar-audience-blocks .views-row article.view-mode-todays_event {
  margin-bottom: 23px;
}
.sidebar-featured-event .view-display-id-block .views-row article h3,
.sidebar-featured-event .view-audience-sidebar .views-row article h3,
.sidebar-featured-event .view-sidebar-audience-blocks .views-row article h3 {
  font-family: MiloWeb, sans-serif;
  font-weight: bold;
  line-height: 0.7em;
  min-height: 90px;
  padding: 0 23px;
}
.sidebar-featured-event .view-display-id-block .views-row article h3 a,
.sidebar-featured-event .view-audience-sidebar .views-row article h3 a,
.sidebar-featured-event .view-sidebar-audience-blocks .views-row article h3 a {
  font-size: 0.75em;
  line-height: 1.2em;
}
.sidebar-featured-event .view-display-id-block .views-row article .month,
.sidebar-featured-event .view-audience-sidebar .views-row article .month,
.sidebar-featured-event .view-sidebar-audience-blocks .views-row article .month {
  display: block;
  font-size: 1.333em;
  font-weight: normal;
  line-height: 1.2em;
  margin-top: 8px;
  text-transform: uppercase;
  font-family: MiloSerifWeb, serif;
}
.sidebar-featured-event .view-display-id-block .views-row article .date,
.sidebar-featured-event .view-audience-sidebar .views-row article .date,
.sidebar-featured-event .view-sidebar-audience-blocks .views-row article .date {
  font-size: 1.333em;
  line-height: 1.2em;
  font-family: MiloSerifWeb, serif;
  font-weight: normal;
}
.sidebar-featured-event .view-display-id-block .views-row article .time,
.sidebar-featured-event .view-audience-sidebar .views-row article .time,
.sidebar-featured-event .view-sidebar-audience-blocks .views-row article .time {
  font-size: 1.167em;
  font-weight: normal;
}
.sidebar-featured-event .view-display-id-block .views-row article img,
.sidebar-featured-event .view-audience-sidebar .views-row article img,
.sidebar-featured-event .view-sidebar-audience-blocks .views-row article img {
  max-height: 265px;
}
#block-views-front-page-events-block,
.sidebar-featured-event {
  text-align: center;
}
#block-views-front-page-events-block .block-title,
.sidebar-featured-event .block-title {
  font-family: MiloWeb, sans-serif;
  font-weight: bolder;
  color: #0D6772;
  background-color: #CDE1E3;
  text-align: center;
  font-size: 1.333em;
  line-height: 1.2em;
  font-weight: bold;
  padding: 10px 0 10px;
  text-transform: uppercase;
}
#block-views-front-page-events-block .views-row,
.sidebar-featured-event .views-row {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  position: relative;
  width: 33.1%;
  min-height: 424px;
  overflow: hidden;
}
.lt-ie8 #block-views-front-page-events-block .views-row,
.lt-ie8 .sidebar-featured-event .views-row {
  display: inline;
}
.front #block-views-front-page-events-block .views-row,
.front .sidebar-featured-event .views-row {
  min-width: 401px;
}
#block-views-front-page-events-block .views-row + .views-row,
.sidebar-featured-event .views-row + .views-row {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  position: relative;
  width: 33.1%;
  min-height: 424px;
  overflow: hidden;
}
.lt-ie8 #block-views-front-page-events-block .views-row + .views-row,
.lt-ie8 .sidebar-featured-event .views-row + .views-row {
  display: inline;
}
.front #block-views-front-page-events-block .views-row + .views-row,
.front .sidebar-featured-event .views-row + .views-row {
  min-width: 401px;
}
#block-views-front-page-events-block article.view-mode-featured_event,
.sidebar-featured-event article.view-mode-featured_event {
  margin-bottom: 35px;
  background-image: url(/sites/all/themes/custom/az_theme/images/event-featured-background-optimized.jpg);
  min-height: 423px;
  min-width: 100%;
  background-position: left center;
}
#block-views-front-page-events-block article img,
.sidebar-featured-event article img {
  width: 100%;
  max-width: 427px;
  min-height: 424px;
  height: auto;
}
#block-views-front-page-events-block article header,
.sidebar-featured-event article header {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #FFF;
  padding: 60px;
  height: 304px;
}
#block-views-front-page-events-block article header p,
.sidebar-featured-event article header p {
  color: #FFF;
  font-weight: bold;
}
#block-views-front-page-events-block article header p .month,
.sidebar-featured-event article header p .month {
  font-family: MiloSerifWeb, serif;
  font-weight: normal;
  font-size: 2em;
  line-height: 1.2em;
  width: 100%;
  display: block;
  margin-bottom: 0px;
}
#block-views-front-page-events-block article header p .date,
.sidebar-featured-event article header p .date {
  font-family: MiloSerifWeb-Text, serif;
  font-weight: normal;
  font-size: 2em;
  line-height: 1.2em;
  line-height: 90px;
}
#block-views-front-page-events-block article header p .time,
.sidebar-featured-event article header p .time {
  font-family: MiloSerifWeb, serif;
  font-weight: bolder;
  font-style: italic;
  font-weight: normal;
  font-size: 1.667em;
  line-height: 1.2em;
}
#block-views-front-page-events-block article header h3,
.sidebar-featured-event article header h3 {
  min-height: 125px;
  font-family: MiloWeb, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
}
#block-views-front-page-events-block article header h3 a,
.sidebar-featured-event article header h3 a {
  color: #FFF;
  font-weight: bold;
  text-transform: uppercase;
}
#block-views-front-page-events-block article header h3 a:after,
.sidebar-featured-event article header h3 a:after {
  content: " »";
}
#block-views-front-page-events-block .views-row-2 article,
.sidebar-featured-event .views-row-2 article {
  background-position: center;
}
#block-views-front-page-events-block .views-row-3 article,
.sidebar-featured-event .views-row-3 article {
  background-position: right center;
}
#block-views-front-page-events-block article header {
  min-width: 304px;
}
.sidebar-featured-event .view-sidebar-audience-blocks header,
.sidebar-featured-event article header {
  min-width: 268px;
}
.recent-news-view-block .view-content .field-name-title-field a {
  font-family: MiloSerifWeb, serif;
  font-weight: normal;
}
.front #page-title {
  display: none;
}
.front .dotted-rule-block {
  margin-bottom: 0;
}
.our-impact-view-block {
  position: relative;
  background: transparent url(/sites/all/themes/custom/az_theme/images/our-impact-background.png) repeat-x;
  margin-bottom: 0px;
  text-align: center;
}
.our-impact-view-block .block-title {
  font-family: MiloSerifWeb, serif;
  font-weight: normal;
  font-size: 4em;
  line-height: 1.2em;
  width: 90%;
  margin: 0 auto 55px;
  padding: 73px 0 52px;
  color: #6F868D;
  text-transform: uppercase;
  background: transparent url(/sites/all/themes/custom/az_theme/images/dotted-rule.png) repeat-x 0 96%;
}
.our-impact-view-block .views_slideshow_cycle_main {
  z-index: 5;
  position: relative;
}
.our-impact-view-block .views-slideshow-cycle-main-frame,
.our-impact-view-block .views-slideshow-cycle-main-frame-row {
  width: 98%;
  margin-left: 1%;
  margin-right: 1%;
}
.our-impact-view-block .views-slideshow-cycle-main-frame-row-item {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  width: 28%;
  min-height: 40px;
  padding: 0 20px;
}
.lt-ie8 .our-impact-view-block .views-slideshow-cycle-main-frame-row-item {
  display: inline;
}
.our-impact-view-block .views-slideshow-controls-top {
  z-index: 10;
  position: absolute;
  top: 350px;
  width: 100%;
}
.our-impact-view-block .views-slideshow-controls-top a {
  background: url(/sites/all/themes/custom/az_theme/images/carousel-arrows.png) no-repeat 0 0 transparent;
  color: transparent;
  display: block;
  font-size: 0;
  height: 60px;
  width: 33px;
}
.our-impact-view-block .views-slideshow-controls-top a:focus {
  border-bottom: 1px solid #6f868d;
}
.our-impact-view-block .views-slideshow-controls-top .views-slideshow-controls-text-previous {
  left: 1%;
  position: absolute;
  top: 50%;
  z-index: 10;
}
.our-impact-view-block .views-slideshow-controls-top .views-slideshow-controls-text-next {
  position: absolute;
  right: 1%;
  top: 50%;
  z-index: 10;
}
.our-impact-view-block .views-slideshow-controls-top .views-slideshow-controls-text-next a {
  background-position: -42px 0;
}
.our-impact-view-block .views-slideshow-controls-top .views-slideshow-controls-text-pause {
  display: none;
}
.page-search .messages.error {
  display: none;
}
.page-search-node #content h2,
.page-search-gss #content h2 {
  color: #AB0520;
  padding-bottom: 20px;
}
.page-search-node #content .search-results .search-result .search-snippet-info p,
.page-search-gss #content .search-results .search-result .search-snippet-info p {
  padding-top: 0;
}
.page-search-node #content .search-results .search-result .search-info,
.page-search-gss #content .search-results .search-result .search-info {
  display: none;
}
.page-search-node #content .search-results .search-result .title,
.page-search-gss #content .search-results .search-result .title {
  padding: 0;
}
.page-search-node #content .search-results .search-result .title a,
.page-search-gss #content .search-results .search-result .title a {
  text-decoration: none;
  color: #6F868D;
  font-weight: bold;
}
.page-search-node #content form.search-form input[type='search'],
.page-search-gss #content form.search-form input[type='search'] {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: relative;
  z-index: 0;
  behavior: url('/sites/all/libraries/PIE/PIE.htc');
}
.page-search-node #content form.search-form input[placeholder='Search'],
.page-search-gss #content form.search-form input[placeholder='Search'] {
  background: transparent !important;
  background-color: transparent;
  background-image: none;
}
.page-search-node #content form.search-form input[type='submit'],
.page-search-gss #content form.search-form input[type='submit'] {
  background: transparent url(/sites/all/themes/custom/az_theme/images/search-icon.png) no-repeat 7px 8px;
  border: none;
  font-size: 0;
  height: 35px;
  width: 35px;
  vertical-align: top;
}
.page-search-node #content form.search-form fieldset,
.page-search-gss #content form.search-form fieldset {
  margin-top: 10px;
}
.page-search-node #content form.search-form fieldset.collapsible.search-advanced,
.page-search-gss #content form.search-form fieldset.collapsible.search-advanced {
  border-top: 1px solid;
}
.page-search-node #content form.search-form fieldset.collapsible.search-advanced .fieldset-legend,
.page-search-gss #content form.search-form fieldset.collapsible.search-advanced .fieldset-legend {
  display: block;
  background: none;
}
.page-search-node #content form.search-form fieldset.collapsible.search-advanced .fieldset-legend a,
.page-search-gss #content form.search-form fieldset.collapsible.search-advanced .fieldset-legend a {
  text-decoration: none;
}
form .form-item .checker span {
  background-image: url(/sites/all/themes/custom/az_theme/images/checkbox.png);
  width: 25px;
  height: 15px;
  background-position: 0px -15px;
}
form .form-item .checker span.checked {
  background-position: 2px 0px;
}
form .form-item .radio span {
  background-image: url(/sites/all/themes/custom/az_theme/images/radio.png);
  width: 25px;
  height: 15px;
  background-position: 2px -15px;
}
form .form-item .radio span.checked {
  background-position: 2px 0px;
}
form .form-item label {
  font-size: 2em;
  line-height: 1.2em;
  color: #6F868D;
  font-weight: normal;
  font-family: MiloWeb, sans-serif;
  padding-bottom: 10px;
}
form .form-item label.option {
  font-weight: normal;
  color: #333;
}
form .form-item .form-text,
form .form-item .form-textarea,
form .form-item input[type='text'] {
  padding: 10px;
  border: 1px solid #6F868D;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  position: relative;
  z-index: 0;
  behavior: url('/sites/all/libraries/PIE/PIE.htc');
  background-color: #EEF1F1;
  color: #6F868D;
  font-size: 1.5em;
  line-height: 1.2em;
  font-family: MiloWeb, sans-serif;
  font-weight: normal;
}
form .form-actions input[type='submit'] {
  border: none;
  padding: 8px 20px 5px;
  background-color: #AB0520;
  font-family: MiloWeb, sans-serif;
  font-weight: normal;
}
form .form-actions input[type='submit']:hover {
  opacity: .6;
}
.right-sidebar-block {
  border-bottom: 2px solid #076873;
  margin-bottom: 3.5em;
}
.right-sidebar-block h2.block-title {
  font-family: MiloWeb, sans-serif;
  font-weight: bolder;
  background-color: #cfd5de;
  color: #003e7e;
  font-size: 1.333em;
  font-weight: bold;
  padding: 11px 0px;
  text-align: center;
  text-transform: uppercase;
}
.right-sidebar-block .view-content,
.right-sidebar-block .content {
  padding: 0 10px;
}
.right-sidebar-block .view-content ul,
.right-sidebar-block .content ul {
  padding-top: 17px;
}
.right-sidebar-block .view-content ul li,
.right-sidebar-block .content ul li {
  list-style: none;
  margin: 0 0 12px;
}
.right-sidebar-block .view-content ul li a,
.right-sidebar-block .content ul li a {
  color: #333;
  font-size: 1.167em;
  line-height: 1.2em;
  text-transform: capitalize;
}
.right-sidebar-block .view-content ul li a:hover,
.right-sidebar-block .content ul li a:hover {
  text-decoration: none;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
}
.right-sidebar-block .view-footer {
  padding-left: 10px;
}
.recent-news-view-block {
  margin-bottom: 60px;
  text-align: center;
}
.recent-news-view-block .block-title {
  font-family: MiloSerifWeb, serif;
  font-weight: normal;
  font-size: 4em;
  line-height: 1.2em;
  width: 90%;
  margin: 0 auto 55px;
  padding: 73px 0 52px;
  color: #6F868D;
  text-transform: uppercase;
  background: transparent url(/sites/all/themes/custom/az_theme/images/dotted-rule.png) repeat-x 0 96%;
}
.recent-news-view-block .view-content .views-row {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  width: 33%;
  margin-left: 1.7%;
  max-width: 350px;
  min-height: 650px;
  padding-bottom: 37px;
}
.recent-news-view-block .view-content .views-row .field {
  width: 94%;
}
.lt-ie8 .recent-news-view-block .view-content .views-row {
  display: inline;
}
.recent-news-view-block .view-content .views-row .group-content-body {
  border-right: 1px solid #b3bbbf;
  min-height: 560px;
}
.recent-news-view-block .view-content .views-row .group-content-body p {
  margin-top: .75em;
}
.recent-news-view-block .view-content .views-row.views-row-first {
  padding-left: 0;
  margin-left: 0;
}
.recent-news-view-block .view-content .views-row.views-row-last .group-content-body {
  border-right: none;
}
.recent-news-view-block .view-content .views-row .field-name-field-image {
  position: relative;
}
.recent-news-view-block .view-content .views-row .field-name-field-image img {
  width: 100%;
  height: auto;
  max-height: 230px;
  max-width: 350px;
  position: relative;
  z-index: 20;
  cursor: pointer;
}
.recent-news-view-block .view-content .views-row .field-name-field-image:after {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #fff;
  position: absolute;
  bottom: 5px;
  left: 45%;
  z-index: 100;
}
.recent-news-view-block .view-content .views-row .field-name-field-date {
  padding-left: 45px;
  background: transparent url(/sites/all/themes/custom/az_theme/images/news-icon.png) no-repeat 0 100%;
  display: block;
  cursor: pointer;
}
.recent-news-view-block .view-content .views-row .field-name-field-date .date-display-single {
  padding-top: 5px;
  color: #003E7E;
  color: #002147;
  font-weight: bold;
  font-size: 1em;
  line-height: 1.2em;
}
.recent-news-view-block .view-content .views-row .field-name-title-field a {
  color: #0D6772;
  display: block;
  font-size: 1.333em;
  line-height: 1.2em;
  margin-top: 10px;
  text-decoration: none;
  text-transform: uppercase;
}
.recent-news-view-block .view-content .views-row .field-name-title-field a:hover {
  color: #428995;
}
.recent-news-view-block .view-content .views-row .field-name-body {
  font-family: MiloWeb-Text, sans-serif;
  font-weight: normal;
  color: #000;
  font-size: 1.1em;
  line-height: 1.2em;
  font-weight: 500;
}
.recent-news-view-block .view-content .views-row .field-name-field-link {
  display: block;
  border-bottom: 1px solid #b3bbbf;
  margin: 0;
  padding-bottom: 20px;
  width: 94%;
}
.recent-news-view-block .view-content .views-row .field-name-field-link a {
  color: #AB0520;
  font-family: MiloWeb, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.333em;
  line-height: 1.2em;
}
.recent-news-view-block .view-content .views-row .field-name-field-link a:after {
  content: " »";
}
.recent-news-view-block .view-all-news-link {
  font-family: MiloWeb, sans-serif;
  font-weight: bold;
  border-bottom: 2px solid #0D6772;
  margin: 0 auto;
  width: 350px;
}
.front .region-highlighted {
  min-height: 600px;
}
.front .region-highlighted .block {
  margin: 0;
  background-color: #666;
  width: 100%;
  max-width: 100%;
  height: auto;
}
.right-sidebar-image-block {
  border-bottom: 2px solid #076873;
}
.right-sidebar-image-block h2.block-title {
  font-family: MiloWeb, sans-serif;
  font-weight: bolder;
  background-color: #cfd5de;
  color: #003e7e;
  font-size: 1.333em;
  font-weight: bold;
  padding: 11px 0px;
  text-align: center;
  text-transform: uppercase;
}
.right-sidebar-image-block .content .image-caption {
  padding: 0 10px 5px;
}
.right-sidebar-image-block .content img {
  float: none;
  padding: 0px;
  width: 100%;
}
.right-sidebar-image-block .content .double-arrow-link-wrapper a {
  padding-left: 10px;
}
.cta-red-arrow-list li {
  border-bottom: 2px solid #076873;
}
.cta-red-arrow-list li a {
  color: #AB0520;
  display: block;
  font-size: 2em;
  line-height: 1em;
  padding: 15px 10px;
}
.cta-red-arrow-list li a:after {
  content: " »";
  font-weight: bold;
}
.cta-red-arrow-list li a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  text-decoration: none;
}
.cta-red-arrow-list li:first-child a {
  padding-top: 0px;
}
.grid-list h4 {
  border-bottom: 2px solid #0D6772;
}
.grid-list li li {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  margin: 2%;
  width: 29%;
}
.lt-ie8 .grid-list li li {
  display: inline;
}
.grid-list li li p {
  padding-top: 0px;
}
.grid-list li li a {
  color: #AB0520;
  font-size: 1.333em;
  line-height: 1.2em;
}
.grid-list li li a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  text-decoration: none;
}
.header-menu {
  height: 0;
  padding: 0 40px;
  margin: 0;
}
.header-menu .menu-name-main-menu {
  border-top: 1px solid #6a0017;
  padding: 20px 0px;
}
.header-menu .menu-name-main-menu .is-expanded {
  border-right: 1px solid #6a0017;
  height: 232px;
  margin-right: 20px;
}
.header-menu .menu-name-main-menu .is-expanded.menu-mlid-673 {
  border: none;
  margin: 0;
}
.header-menu .menu-name-main-menu .is-expanded.menu-mlid-671 {
  width: 23.5%;
  text-align: left;
}
.header-menu .menu-name-main-menu .is-expanded.menu-mlid-591 {
  text-align: left;
  width: 48%;
}
.header-menu .menu-name-main-menu .is-expanded.menu-mlid-591 .menu__item {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  width: 49%;
}
.lt-ie8 .header-menu .menu-name-main-menu .is-expanded.menu-mlid-591 .menu__item {
  display: inline;
}
.header-menu .menu-name-main-menu .is-expanded.menu-mlid-672 {
  text-align: left;
  width: 12%;
}
.header-menu .menu-name-main-menu .is-expanded.menu-mlid-672 .menu .menu__link:before {
  font-family: "resources-font";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  content: "\f100";
  font-size: 1.667em;
  margin-right: 12px;
  text-decoration: none;
  vertical-align: middle;
}
.header-menu .menu-name-main-menu .is-expanded.menu-mlid-672 .menu .menu-mlid-594 .menu__link:before {
  content: "\f104";
}
.header-menu .menu-name-main-menu .is-expanded.menu-mlid-672 .menu .menu-mlid-605 .menu__link:before {
  content: "\f101";
}
.header-menu .menu-name-main-menu .is-expanded.menu-mlid-672 .menu .menu-mlid-606 .menu__link:before {
  content: "\f102";
}
.header-menu .menu-name-main-menu .is-expanded.menu-mlid-672 .menu .menu-mlid-681 .menu__link:before {
  content: "\f105";
}
.header-menu .menu-name-main-menu .is-expanded.menu-mlid-672 .menu .menu-mlid-1076 .menu__link:before {
  content: "\f103";
}
.header-menu .menu-name-main-menu .is-expanded.menu-mlid-673 {
  text-align: left;
  width: 10%;
  min-width: 70px;
}
.header-menu .menu-name-main-menu .is-expanded.menu-mlid-673 .menu .menu__link:before {
  font-family: "icon-font";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  content: "\f103";
  font-size: 1.667em;
  margin-right: 12px;
  text-decoration: none;
  vertical-align: middle;
}
.header-menu .menu-name-main-menu .is-expanded.menu-mlid-673 .menu .menu-mlid-675 .menu__link:before {
  content: "\f105";
}
.header-menu .menu-name-main-menu .is-expanded.menu-mlid-673 .menu .menu-mlid-680 .menu__link {
  background-position: 0 -60px;
}
.header-menu .menu-name-main-menu .is-expanded.menu-mlid-673 .menu .menu-mlid-680 .menu__link:before {
  content: "\f101";
}
.header-menu .menu-name-main-menu .is-expanded.menu-mlid-673 .menu .menu-mlid-678 .menu__link {
  background-position: 0 -92px;
}
.header-menu .menu-name-main-menu .is-expanded.menu-mlid-673 .menu .menu-mlid-678 .menu__link:before {
  content: "\f104";
}
.header-menu .menu-name-main-menu .is-expanded.menu-mlid-673 .menu .menu-mlid-679 .menu__link {
  background-position: 0 -124px;
}
.header-menu .menu-name-main-menu .is-expanded.menu-mlid-673 .menu .menu-mlid-679 .menu__link:before {
  content: "\f100";
}
.header-menu .menu-name-main-menu .is-expanded.menu-mlid-673 .menu .menu-mlid-677 .menu__link {
  background-position: 0 -157px;
}
.header-menu .menu-name-main-menu .is-expanded.menu-mlid-673 .menu .menu-mlid-677 .menu__link:before {
  content: "\f102";
}
.header-menu .menu-name-main-menu .menu-mlid-682,
.header-menu .menu-name-main-menu .menu-mlid-684,
.header-menu .menu-name-main-menu .menu-mlid-683,
.header-menu .menu-name-main-menu .menu-mlid-685 {
  display: none;
}
.header-menu .menu-name-main-menu .menu__item {
  font-size: 1.167em;
  margin-bottom: 8px;
}
.header-menu .menu-name-main-menu .menu__item .nolink {
  color: #fff;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: MiloWeb, sans-serif;
}
.header-menu .menu-name-main-menu .menu__item a {
  font-family: MiloWeb-Text, sans-serif;
  font-weight: normal;
  color: #fff;
  display: block;
}
.header-menu .menu-name-main-menu .expanded {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}
.lt-ie8 .header-menu .menu-name-main-menu .expanded {
  display: inline;
}
.bottom-menu-block.information-for-footer {
  width: 16%;
}
.bottom-menu-block.topics-footer {
  width: 43%;
}
.bottom-menu-block.resources-connect {
  width: 11%;
}
.bottom-menu-block.resources-connect .menu .menu__link:before {
  font-family: "resources-font";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  text-decoration: inherit;
  content: "\f100";
  font-size: 1.667em;
  margin-right: 12px;
  text-decoration: none;
  vertical-align: middle;
}
.bottom-menu-block.resources-connect .menu .menu-mlid-594 .menu__link:before {
  content: "\f104";
}
.bottom-menu-block.resources-connect .menu .menu-mlid-605 .menu__link:before {
  content: "\f101";
}
.bottom-menu-block.resources-connect .menu .menu-mlid-606 .menu__link:before {
  content: "\f102";
}
.bottom-menu-block.resources-connect .menu .menu-mlid-681 .menu__link:before {
  content: "\f105";
}
.bottom-menu-block.resources-connect .menu .menu-mlid-1076 .menu__link:before {
  content: "\f103";
}
.bottom-menu-block#block-menu-block-3 {
  margin-left: 0px;
}
.bottom-menu-block .parent-mlid-671 {
  max-width: 229px;
}
.bottom-menu-block .parent-mlid-591 {
  max-width: 575px;
  width: 100%;
}
.bottom-menu-block .parent-mlid-591 .menu .is-leaf {
  width: 47%;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}
.lt-ie8 .bottom-menu-block .parent-mlid-591 .menu .is-leaf {
  display: inline;
}
article .intro {
  color: #6f868d;
  font-size: 1.75em;
  line-height: 1.3em;
}
.accordion-menu .menu > li {
  font-family: MiloWeb, sans-serif;
  font-weight: bolder;
  color: #003E7E;
  border-bottom: 1px solid #D8E5E2;
  font-size: 1.333em;
  position: relative;
}
.accordion-menu .menu > li.is-expanded h5:after,
.accordion-menu .menu > li.is-expanded a:after {
  position: absolute;
  right: 5px;
  top: 22px;
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #AB0520;
}
.accordion-menu .menu > li.is-expanded h5.closed:after,
.accordion-menu .menu > li.is-expanded a.closed:after {
  border: none;
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #AB0520;
}
.accordion-menu .menu > li.is-expanded li a:after {
  border: none;
}
.accordion-menu .menu > li h5,
.accordion-menu .menu > li a {
  color: #003E7E;
  display: block;
  font-family: MiloWeb, sans-serif;
  font-weight: bolder;
  padding: 15px 10px;
  text-transform: uppercase;
}
.accordion-menu .menu > li h5:hover,
.accordion-menu .menu > li a:hover {
  color: #6688ad;
  cursor: pointer;
  text-decoration: none;
}
.accordion-menu .menu > li h5.active-trail,
.accordion-menu .menu > li a.active-trail {
  background: #DBE8EA url(/sites/all/themes/custom/az_theme/images/sidebar-menu-chevron.png) no-repeat 100% 50%;
  color: #076873;
  text-decoration: none;
  padding: 0 10px;
  margin: 15px 0;
}
.accordion-menu .menu > li ul {
  margin-bottom: 15px;
}
.accordion-menu .menu > li ul.closed {
  display: none;
}
.accordion-menu .menu > li li {
  border: none;
  margin-bottom: 5px;
  padding-right: 10px;
}
.accordion-menu .menu > li li a {
  font-family: MiloWeb-Text, sans-serif;
  font-weight: normal;
  border: none;
  color: #333;
  display: block;
  font-size: 0.75em;
  line-height: 1.6em;
  padding: 0 0 0 9px;
  text-transform: none;
}
.accordion-menu .menu > li li a:after {
  border: none;
  content: "";
}
.accordion-menu .menu > li li a:hover {
  background: #DBE8EA url(/sites/all/themes/custom/az_theme/images/sidebar-menu-chevron.png) no-repeat 100% 50%;
  color: #076873;
  text-decoration: none;
}
.section-future-students h1.title,
.section-future-students ul.primary,
.page-node-1846 h1.title,
.page-node-1846 ul.primary,
.page-node-1244 h1.title,
.page-node-1244 ul.primary,
.section-students h1.title,
.section-students ul.primary,
.section-alumni-donors h1.title,
.section-alumni-donors ul.primary,
.section-parents-visitors h1.title,
.section-parents-visitors ul.primary,
.section-business-industry h1.title,
.section-business-industry ul.primary,
.section-faculty-staff h1.title,
.section-faculty-staff ul.primary {
  width: 162%;
}
.section-future-students .node-page,
.page-node-1846 .node-page,
.page-node-1244 .node-page,
.section-students .node-page,
.section-alumni-donors .node-page,
.section-parents-visitors .node-page,
.section-business-industry .node-page,
.section-faculty-staff .node-page {
  padding-top: 53px;
}
.section-future-students .region-sidebar-second,
.page-node-1846 .region-sidebar-second,
.page-node-1244 .region-sidebar-second,
.section-students .region-sidebar-second,
.section-alumni-donors .region-sidebar-second,
.section-parents-visitors .region-sidebar-second,
.section-business-industry .region-sidebar-second,
.section-faculty-staff .region-sidebar-second {
  margin-top: 552px;
}
.not-logged-in.section-future-students h1.title,
.not-logged-in.section-future-students ul.primary,
.not-logged-in.page-node-1846 h1.title,
.not-logged-in.page-node-1846 ul.primary,
.not-logged-in.page-node-1244 h1.title,
.not-logged-in.page-node-1244 ul.primary,
.not-logged-in.section-students h1.title,
.not-logged-in.section-students ul.primary,
.not-logged-in.section-alumni-donors h1.title,
.not-logged-in.section-alumni-donors ul.primary,
.not-logged-in.section-parents-visitors h1.title,
.not-logged-in.section-parents-visitors ul.primary,
.not-logged-in.section-business-industry h1.title,
.not-logged-in.section-business-industry ul.primary,
.not-logged-in.section-faculty-staff h1.title,
.not-logged-in.section-faculty-staff ul.primary {
  width: 162%;
}
.not-logged-in.section-future-students .node-page,
.not-logged-in.page-node-1846 .node-page,
.not-logged-in.page-node-1244 .node-page,
.not-logged-in.section-students .node-page,
.not-logged-in.section-alumni-donors .node-page,
.not-logged-in.section-parents-visitors .node-page,
.not-logged-in.section-business-industry .node-page,
.not-logged-in.section-faculty-staff .node-page {
  padding-top: 365px;
}
.not-logged-in.section-future-students .region-sidebar-second,
.not-logged-in.page-node-1846 .region-sidebar-second,
.not-logged-in.page-node-1244 .region-sidebar-second,
.not-logged-in.section-students .region-sidebar-second,
.not-logged-in.section-alumni-donors .region-sidebar-second,
.not-logged-in.section-parents-visitors .region-sidebar-second,
.not-logged-in.section-business-industry .region-sidebar-second,
.not-logged-in.section-faculty-staff .region-sidebar-second {
  margin-top: 486px;
}
.section-faculty-staff .node-page {
  padding-top: 385px;
}
.headline {
  margin-bottom: 4.5em;
  overflow: visible;
  position: relative;
}
.headline .headline-view {
  position: relative;
  top: 17px;
  width: 150.5%;
  max-width: 910px;
}
.headline .headline-view.inside {
  position: relative;
  top: auto;
  width: 100%;
  max-width: 100%;
}
.headline .headline-view.inside ul li {
  margin: 0;
}
.headline .headline-view .flexslider {
  border: 7px solid #AB0520;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0px;
  padding-left: 45px;
}
.headline .headline-view .flexslider .slides img {
  height: auto;
}
.headline .headline-view .flexslider h3 {
  padding-bottom: 0px;
}
.headline .headline-view .flexslider h3 a {
  font-family: MiloSerifWeb, serif;
  font-weight: normal;
  color: #B75527;
  display: block;
  font-size: 1.5em;
  line-height: 0.9em;
  padding-top: 25px;
  text-transform: uppercase;
}
.headline .headline-view .flexslider h3 a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  text-decoration: none;
}
.headline .headline-view .flexslider .field-content p,
.headline .headline-view .flexslider .slides p {
  font-family: MiloSerifWeb, serif;
  font-weight: normal;
  color: #B75527;
  font-size: 1.34em;
  line-height: 1.41em;
  margin-bottom: 15px;
}
.headline .headline-view .flexslider .field-content .read-more a,
.headline .headline-view .flexslider .slides .read-more a {
  font-family: MiloSerifWeb, serif;
  font-weight: bolder;
  font-style: italic;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  color: #AB0520;
  font-size: 18px;
  font-weight: normal;
  padding-top: 0px;
  text-transform: none;
}
a.headline .headline-view .flexslider .field-content .read-more a,
a.headline .headline-view .flexslider .slides .read-more a {
  color: #AB0520;
  display: block;
  font-size: 1.333em;
  line-height: 1.2em;
  padding-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: MiloWeb, sans-serif;
  font-weight: bolder;
}
a.headline .headline-view .flexslider .field-content .read-more a:after,
a.headline .headline-view .flexslider .slides .read-more a:after {
  content: " »";
  font-size: 1.833em;
  line-height: 1.2em;
  font-weight: bold;
}
a.headline .headline-view .flexslider .field-content .read-more a:hover,
a.headline .headline-view .flexslider .slides .read-more a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  text-decoration: none;
}
.lt-ie8 .headline .headline-view .flexslider .field-content .read-more a,
.lt-ie8 .headline .headline-view .flexslider .slides .read-more a {
  display: inline;
}
.headline .headline-view .flexslider .field-content .read-more a:after,
.headline .headline-view .flexslider .slides .read-more a:after {
  content: " »";
  font-size: 0.9em;
  line-height: 1.2em;
  font-weight: normal;
}
.headline .headline-view .flexslider .field-content .read-more a:hover,
.headline .headline-view .flexslider .slides .read-more a:hover {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  text-decoration: none;
}
.headline .headline-view .flexslider .headline-image {
  float: right;
  margin-left: 35px;
  width: 55.273%;
}
.headline .headline-view .flexslider .flex-direction-nav a {
  background: url(/sites/all/themes/custom/az_theme/images/headline-slidshow-nav-arrows.png) no-repeat 8px center transparent;
  color: transparent;
  font-size: 0;
  height: 55px;
  width: 35px;
  display: block;
}
.headline .headline-view .flexslider .flex-direction-nav a:before {
  content: "";
}
.headline .headline-view .flexslider .flex-direction-nav a.flex-prev {
  background-color: #AB0520;
  left: 0px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.headline .headline-view .flexslider .flex-direction-nav a.flex-next {
  background-color: #6F868D;
  background-position: -27px 10px;
  right: 0px;
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}
.headline .headline-view .flexslider .flex-direction-nav a:hover {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.headline .headline-view .flexslider .flex-control-paging {
  bottom: 0;
  left: 45px;
  position: absolute;
  text-align: left;
  z-index: 11;
}
.headline .headline-view .flexslider .flex-control-paging li a {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #AB0520;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
  filter: alpha(opacity=50);
  background: none;
  border-radius: 0;
}
.headline .headline-view .flexslider .flex-control-paging li a:hover,
.headline .headline-view .flexslider .flex-control-paging li a.flex-active {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.section-apply #main,
.section-give #main,
.section-visit #main,
.page-node-15 #main,
.page-node-26 #main,
.page-node-27 #main,
.page-node-76 #main,
.page-node-77 #main,
.page-node-78 #main,
.page-node-79 #main,
.page-node-81 #main,
.page-node-82 #main,
.page-node-84 #main,
.page-node-1240 #main,
.page-node-1241 #main,
.page-node-1243 #main {
  padding: 0;
}
.section-apply #main #navigation,
.section-give #main #navigation,
.section-visit #main #navigation,
.page-node-15 #main #navigation,
.page-node-26 #main #navigation,
.page-node-27 #main #navigation,
.page-node-76 #main #navigation,
.page-node-77 #main #navigation,
.page-node-78 #main #navigation,
.page-node-79 #main #navigation,
.page-node-81 #main #navigation,
.page-node-82 #main #navigation,
.page-node-84 #main #navigation,
.page-node-1240 #main #navigation,
.page-node-1241 #main #navigation,
.page-node-1243 #main #navigation {
  position: relative;
}
.section-apply h2,
.section-give h2,
.section-visit h2,
.page-node-15 h2,
.page-node-26 h2,
.page-node-27 h2,
.page-node-76 h2,
.page-node-77 h2,
.page-node-78 h2,
.page-node-79 h2,
.page-node-81 h2,
.page-node-82 h2,
.page-node-84 h2,
.page-node-1240 h2,
.page-node-1241 h2,
.page-node-1243 h2 {
  color: #AB0520;
}
.section-apply #page-title,
.section-give #page-title,
.section-visit #page-title,
.page-node-15 #page-title,
.page-node-26 #page-title,
.page-node-27 #page-title,
.page-node-76 #page-title,
.page-node-77 #page-title,
.page-node-78 #page-title,
.page-node-79 #page-title,
.page-node-81 #page-title,
.page-node-82 #page-title,
.page-node-84 #page-title,
.page-node-1240 #page-title,
.page-node-1241 #page-title,
.page-node-1243 #page-title {
  position: absolute;
  top: -209px;
  color: #FFF;
  font-family: MiloSerifWeb, serif;
  font-weight: normal;
}
.section-apply #content,
.section-give #content,
.section-visit #content,
.page-node-15 #content,
.page-node-26 #content,
.page-node-27 #content,
.page-node-76 #content,
.page-node-77 #content,
.page-node-78 #content,
.page-node-79 #content,
.page-node-81 #content,
.page-node-82 #content,
.page-node-84 #content,
.page-node-1240 #content,
.page-node-1241 #content,
.page-node-1243 #content {
  position: relative;
}
.section-apply .tabs-primary,
.section-give .tabs-primary,
.section-visit .tabs-primary,
.page-node-15 .tabs-primary,
.page-node-26 .tabs-primary,
.page-node-27 .tabs-primary,
.page-node-76 .tabs-primary,
.page-node-77 .tabs-primary,
.page-node-78 .tabs-primary,
.page-node-79 .tabs-primary,
.page-node-81 .tabs-primary,
.page-node-82 .tabs-primary,
.page-node-84 .tabs-primary,
.page-node-1240 .tabs-primary,
.page-node-1241 .tabs-primary,
.page-node-1243 .tabs-primary {
  padding-top: 0px;
}
.section-apply .supporting-text,
.section-give .supporting-text,
.section-visit .supporting-text,
.page-node-15 .supporting-text,
.page-node-26 .supporting-text,
.page-node-27 .supporting-text,
.page-node-76 .supporting-text,
.page-node-77 .supporting-text,
.page-node-78 .supporting-text,
.page-node-79 .supporting-text,
.page-node-81 .supporting-text,
.page-node-82 .supporting-text,
.page-node-84 .supporting-text,
.page-node-1240 .supporting-text,
.page-node-1241 .supporting-text,
.page-node-1243 .supporting-text {
  font-family: MiloWeb, sans-serif;
  font-weight: normal;
  color: #FFF;
  font-size: 1.667em;
  line-height: 1.2em;
  padding: 0.7em 0 0 0;
  position: absolute;
  top: -160px;
  width: 60%;
}
.page-node-15 #page-title,
.page-node-77 #page-title,
.page-node-1240 #page-title {
  top: -190px;
}
.page-node-15 .supporting-text,
.page-node-77 .supporting-text,
.page-node-1240 .supporting-text {
  top: -130px;
}
.section-visit .page-banner-block {
  height: 270px;
}
.social-links-block {
  padding-left: 10px;
  margin: 0;
}
.social-links-block .field-item span {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  height: 25px;
  width: 25px;
}
.lt-ie8 .social-links-block .field-item span {
  display: inline;
}
.social-links-block .field-item span.facebook {
  background: transparent url(/sites/all/themes/custom/az_theme/images/facebook-icon.png) no-repeat;
}
.social-links-block .field-item a {
  vertical-align: middle;
  display: inline-block;
  margin: 0 5px 0;
  color: #003e7e;
  font-weight: normal;
  font-size: 1.167em;
}
table.app-features-table tr td {
  vertical-align: top;
}
table.app-features-table tr td p {
  font-size: 1.333em;
  line-height: 1.2em;
}
table.app-features-table tr td p img {
  padding: 0 10px 20px 0;
}
.node-webform .submitted {
  display: none;
}
.recaptcha_nothad_incorrect_sol.recaptcha_isnot_showing_audio {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}
.lt-ie8 .recaptcha_nothad_incorrect_sol.recaptcha_isnot_showing_audio {
  display: inline;
}
#google-cse-results {
  width: 100%;
}
#google-cse-results iframe {
  width: 100%;
}
.gsc-control-cse .gsc-above-wrapper-area,
.gsc-control-cse .gsc-resultsHeader {
  display: none;
}
.gsc-control-cse table tr {
  background: none;
}
.gsc-control-cse table tr:hover {
  background: none;
}
.gsc-control-cse table tr:hover td {
  color: #6F868D;
  background: transparent;
  border: none;
}
.gsc-control-cse table tr:hover td a:link,
.gsc-control-cse table tr:hover td a:hover {
  color: #0000cc;
}
.gsc-control-cse table tr td {
  border: none;
}
.gsc-control-cse table tr td a:link,
.gsc-control-cse table tr td a:hover {
  color: #0000cc;
}
.gsc-control-cse .gs-result .gs-title,
.gsc-control-cse .gs-result .gs-title * {
  font-size: 20px !important;
}
.gs-web-image-box,
.gs-promotion-image-box {
  width: 120px !important;
}
.gs-visibleUrl {
  display: none;
}
.gs-web-image-box img.gs-image,
.gs-promotion-image-box img.gs-promotion-image {
  max-width: 120px !important;
}
.page-search .google-cse input[type='submit'] {
  vertical-align: top;
  height: 43px;
  padding: 0 20px;
  border: none;
}
.page-preview-slideshow #main {
  padding-top: 0;
  margin-top: -20px;
}
#search #edit-submit {
  display: block;
  width: 50px;
  height: 50px;
}
.hamburger-menu-button {
  background: transparent;
  background-image: url(/sites/all/themes/custom/az_theme/images/hamburger.png);
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  line-height: 100%;
  overflow: hidden;
  float: left;
}
.pushmenu-close {
  background-image: url(/sites/all/themes/custom/az_theme/images/pushmenu-close.png);
}
.pushmenu-link {
  font-family: MiloWeb, sans-serif;
  font-weight: bolder;
  color: #fff;
  padding: 1em 1em 1em 2em;
}
.pushmenu-top {
  background-color: #AC0521;
  padding: 10px 0;
}
.pushemenu-top-menu {
  background-color: #AC0521;
  padding: 10px 0;
}
.pushmenu-top-menu-item {
  background-color: #AC0521;
  border-top: 2px solid #B3233C;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.167em;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pushmenu-top-menu-link {
  font-family: MiloWeb, sans-serif;
  font-weight: bolder;
  font-size: 1.75em;
  width: 98%;
  margin: 0 1%;
  display: block;
  position: relative;
  color: #fff;
}
.pushmenu-top-menu-link:after {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #CCC;
  position: absolute;
  right: 10px;
  top: 6px;
}
.pushmenu-top-menu-link:hover {
  text-decoration: none;
}
.pushmenu-top-link-is-hover {
  background-color: #C35063;
}
.pushmenu-top-link-is-active {
  background-color: #C35063;
}
.back-button {
  font-family: MiloWeb, sans-serif;
  font-weight: bolder;
  font-size: 1.75em;
  width: 98%;
  margin: 0 1%;
  display: block;
  position: relative;
  color: #fff;
  padding-left: 1.5em;
}
.back-button:after {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #CCC;
  position: absolute;
  right: 10px;
  top: 6px;
}
.back-button:hover {
  text-decoration: none;
}
.back-button:before {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #CCC;
  position: absolute;
  left: 10px;
  top: 6px;
}
.back-button:after {
  display: none;
}
.slideshow-control {
  bottom: 24px;
  display: block;
  position: absolute;
  width: 100%;
  max-width: 480px;
}
.slideshow-control-prev-next {
  width: 50%;
  position: inline-block;
  background-color: rgba(255,255,255,0.3);
  display: inline-block;
  height: 48px;
  background-position: center center;
  background-size: 16.5px;
}
.slideshow-control-prev {
  background-image: url(/sites/all/themes/custom/az_theme/images/mobile-slideshow-prev.png);
}
.slideshow-control-next {
  background-image: url(/sites/all/themes/custom/az_theme/images/mobile-slideshow-next.png);
}
.mobile-hero-slide {
  width: 100%;
  height: 100%;
  background-position: center center;
}
.mobile-hero-title {
  font-size: 1em !important;
  line-height: 1em;
}
.mobile-hero-body {
  font-size: .5em !important;
  line-height: 1.5em !important;
}
.mobile-side-menu-link {
  display: block;
  color: #6F868D;
  border-bottom: 2px solid #c0ccd1;
  font-family: MiloWeb, sans-serif;
  font-weight: normal;
  font-size: 1.333em;
  padding: 15px 10px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  width: 94%;
}
.lt-ie8 .mobile-side-menu-link {
  display: inline;
}
.mobile-side-menu-link-after {
  border: none;
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #AB0520;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  vertical-align: middle;
  margin-left: 81%;
}
.lt-ie8 .mobile-side-menu-link-after {
  display: inline;
}
.not-front #content {
  padding-top: 0;
}
#block-multilevelpushmenu-button {
  display: inline-block;
  margin: 10px -45px 10px 10px;
  padding: 0;
}
.multilevelpushmenu-link {
  background: transparent;
  background-image: url(/sites/all/themes/custom/az_theme/images/hamburger.png);
  background-size: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  line-height: 100%;
  overflow: hidden;
  float: left;
  width: 45px;
  height: 32px;
}
.multilevelpushmenu-link.exit {
  background-image: url(/sites/all/themes/custom/az_theme/images/pushmenu-close.png);
}
.multilevelpushmenu {
  background-color: #AC0521;
  padding: 10px 0;
}
.multilevelpushmenu .multilevelpushmenu_wrapper {
  top: 60px;
}
.multilevelpushmenu .levelHolderClass {
  background-color: #AC0521;
  padding: 10px 0;
}
.multilevelpushmenu nav {
  background-color: #AC0521;
  padding: 10px 0;
  top: 30px;
}
.multilevelpushmenu nav .backItemClass {
  background-color: #6A0017;
  border: none;
  padding-top: 10px;
  margin-right: 20px;
}
.multilevelpushmenu nav .backItemClass a {
  font-family: MiloWeb, sans-serif;
  font-weight: bolder;
  font-size: 1.75em;
  width: 98%;
  margin: 0 1%;
  display: block;
  position: relative;
  color: #fff;
  padding-left: 1.5em;
}
.multilevelpushmenu nav .backItemClass a:after {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #CCC;
  position: absolute;
  right: 10px;
  top: 6px;
}
.multilevelpushmenu nav .backItemClass a:hover {
  text-decoration: none;
}
.multilevelpushmenu nav .backItemClass a:before {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #CCC;
  position: absolute;
  left: 10px;
  top: 6px;
}
.multilevelpushmenu nav .backItemClass a:after {
  display: none;
}
.multilevelpushmenu nav .backItemClass a::after {
  content: none !important;
}
.multilevelpushmenu nav ul.menu a,
.multilevelpushmenu nav ul.menu a:link,
.multilevelpushmenu nav ul.menu a.active,
.multilevelpushmenu nav ul.menu a:visited,
.multilevelpushmenu nav ul.menu h5 {
  font-family: MiloWeb, sans-serif;
  font-weight: bolder;
  font-size: 1.75em;
  width: 98%;
  margin: 0 1%;
  display: block;
  position: relative;
  color: #fff;
}
.multilevelpushmenu nav ul.menu a:after,
.multilevelpushmenu nav ul.menu a:link:after,
.multilevelpushmenu nav ul.menu a.active:after,
.multilevelpushmenu nav ul.menu a:visited:after,
.multilevelpushmenu nav ul.menu h5:after {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #CCC;
  position: absolute;
  right: 10px;
  top: 6px;
}
.multilevelpushmenu nav ul.menu a:hover,
.multilevelpushmenu nav ul.menu a:link:hover,
.multilevelpushmenu nav ul.menu a.active:hover,
.multilevelpushmenu nav ul.menu a:visited:hover,
.multilevelpushmenu nav ul.menu h5:hover {
  text-decoration: none;
}
.multilevelpushmenu nav ul.menu > li.menu-mlid-685 {
  display: none;
}
.multilevelpushmenu nav ul.menu li:last-child {
  border-bottom: none;
}
.multilevelpushmenu nav ul.menu > li {
  background-color: #AC0521;
  border-top: 2px solid #B3233C;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.167em;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 0;
}
.multilevelpushmenu nav ul.menu > li a,
.multilevelpushmenu nav ul.menu > li span {
  font-family: MiloWeb, sans-serif;
  font-weight: bolder;
  font-size: 1.75em;
  width: 98%;
  margin: 0 1%;
  display: block;
  position: relative;
  color: #fff;
}
.multilevelpushmenu nav ul.menu > li a:after,
.multilevelpushmenu nav ul.menu > li span:after {
  display: block;
  content: " ";
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #CCC;
  position: absolute;
  right: 10px;
  top: 6px;
}
.multilevelpushmenu nav ul.menu > li a:hover,
.multilevelpushmenu nav ul.menu > li span:hover {
  text-decoration: none;
}
.multilevelpushmenu nav ul.menu > li:hover {
  background-color: #C35063;
}
.multilevelpushmenu nav ul.menu > li:active {
  background-color: #C35063;
}
.multilevelpushmenu nav ul.menu > li ul {
  background-color: #6A0017;
  padding-bottom: 100%;
  margin-right: 20px;
}
.multilevelpushmenu nav ul.menu > li ul> li {
  background-color: #6A0017;
  border-top: 2px solid #8B3B4A;
  font-size: 1em;
}
.multilevelpushmenu nav ul.menu > li ul> li.is-leaf {
  display: block;
}
.multilevelpushmenu .exit-button {
  background-image: url(/sites/all/themes/custom/az_theme/images/pushmenu-close.png);
}
.desktop-is-hidden {
  display: none;
}
.region-bottom .multilevelpushmenu {
  display: none;
}
form .form-item .form-text,
form .form-item input[type="text"] {
  max-width: 93%;
}
@media (max-width: 480px) {
  body {
    overflow: inherit !important;
    overflow: initial !important;
    margin-top: 0 !important;
  }
  .region-header .logo-block a {
    margin: 0 auto;
  }
  .front .region-highlighted {
    min-height: 0;
  }
  #sidebar {
    padding-top: 205px;
    margin-top: -205px;
  }
  #page-title,
  .supporting-text {
    position: relative !important;
    color: #6F868D !important;
    top: 0 !important;
    width: auto !important;
    word-wrap: normal;
  }
  #page-title {
    font-size: 10.4vw;
    line-height: 10.9 vw;
  }
  .event-list-view-block {
    margin: 0 !important;
  }
  .region-header #block-menu-block-6 {
    display: none;
  }
  .region-header #block-multilevelpushmenu-button {
    padding: 10px 10px 10px 5px;
    margin: 0;
  }
  .region-header .logo-block {
    width: 166px !important;
    padding-left: 0;
  }
  .region-header .search-block {
    padding: 10px;
    margin-top: 5px;
    zoom: 0;
  }
  .region-header #block-search-form input.form-text.form-search {
    width: 235px;
    background: none;
    border: none;
    font-size: 1.333em;
  }
  .region-header .block-search input.form-submit {
    margin-left: 0;
    padding-right: 20px;
  }
  .section-apply #page-title,
  .section-give #page-title,
  .section-visit #page-title,
  .page-node-15 #page-title,
  .page-node-26 #page-title,
  .page-node-27 #page-title,
  .page-node-76 #page-title,
  .page-node-77 #page-title,
  .page-node-78 #page-title,
  .page-node-79 #page-title,
  .page-node-81 #page-title,
  .page-node-82 #page-title,
  .page-node-84 #page-title,
  .page-node-1240 #page-title,
  .page-node-1241 #page-title,
  .page-node-1243 #page-title {
    color: #8099a1 !important;
    position: inherit !important;
  }
  .section-apply .supporting-text,
  .section-give .supporting-text,
  .section-visit .supporting-text,
  .page-node-15 .supporting-text,
  .page-node-26 .supporting-text,
  .page-node-27 .supporting-text,
  .page-node-76 .supporting-text,
  .page-node-77 .supporting-text,
  .page-node-78 .supporting-text,
  .page-node-79 .supporting-text,
  .page-node-81 .supporting-text,
  .page-node-82 .supporting-text,
  .page-node-84 .supporting-text,
  .page-node-1240 .supporting-text,
  .page-node-1241 .supporting-text,
  .page-node-1243 .supporting-text {
    width: 100%;
    color: #8099a1;
    position: inherit;
    margin-bottom: 30px;
  }
  .region-header {
    position: relative;
  }
  .region-header .block-multilevelpushmenu,
  .region-header .search-block {
    z-index: 100;
    position: relative;
    border: none;
  }
  .region-header .logo-block.block {
    z-index: 50;
    position: absolute;
    width: 100% !important;
    top: 0;
    left: 0;
    padding-top: 16px;
  }
  .region-header .logo-block.block #site-name a {
    margin: 0 auto;
  }
  .breadcrumb {
    margin-top: 6px;
    margin-left: 15px;
  }
  body #main {
    margin-top: 0 !important;
  }
  body.html #main {
    padding: 0 !important;
  }
  h1.title {
    width: 100% !important;
  }
  .flexslider .flex-direction-nav {
    bottom: 24px;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 480px;
  }
  .flexslider .flex-direction-nav .flex-prev,
  .flexslider .flex-direction-nav .flex-next {
    width: 50%;
    position: inline-block;
    background-color: rgba(255,255,255,0.3);
    display: inline-block;
    height: 48px;
    background-position: center center;
    background-size: 16.5px;
  }
  .flexslider .flex-direction-nav li > .flex-prev {
    background-image: url(/sites/all/themes/custom/az_theme/images/mobile-slideshow-prev.png);
  }
  .flexslider .flex-direction-nav li > .flex-next {
    background-image: url(/sites/all/themes/custom/az_theme/images/mobile-slideshow-next.png);
  }
  .flexslider .flex-direction-nav li + li > a {
    margin-left: 1px;
    margin-right: -1px;
  }
  .front-page-hero-slideshow .flexslider .slides> li {
    min-height: 400px;
  }
  .front-page-hero-slideshow .flexslider .slides .hero-one {
    width: 100%;
    height: 100%;
    background-position: center center;
  }
  .front-page-hero-slideshow .flexslider .slides .hero-two-wrapper,
  .front-page-hero-slideshow .flexslider .slides .hero-three {
    display: none;
  }
  .front-page-hero-slideshow .flexslider .slide-callout {
    font-size: 2em !important;
    line-height: 1.2em;
  }
  .front-page-hero-slideshow .flexslider .slide-callout .views-field-title a {
    font-size: 1em !important;
    line-height: 1em;
  }
  .front-page-hero-slideshow .flexslider .slide-callout p {
    font-size: .5em !important;
    line-height: 1.5em !important;
  }
  .front-page-hero-slideshow .flexslider .slide-callout .field-type-link-field {
    margin: 0;
  }
  .front-page-hero-slideshow .flexslider .slide-callout .field-type-link-field a {
    font-size: .5em !important;
    line-height: 1.5em !important;
  }
  .front-page-hero-slideshow .flexslider .flex-direction-nav {
    position: absolute;
    bottom: 28px;
  }
  .front-page-hero-slideshow .flexslider .flex-direction-nav .flex-prev,
  .front-page-hero-slideshow .flexslider .flex-direction-nav .flex-next {
    background-size: 100% !important;
  }
  .front-page-hero-slideshow .flexslider .flex-direction-nav li > .flex-prev {
    background: url(/sites/all/themes/custom/az_theme/images/headline-mobile-prev-arrow.png) no-repeat center center transparent;
  }
  .front-page-hero-slideshow .flexslider .flex-direction-nav li > .flex-next {
    background: url(/sites/all/themes/custom/az_theme/images/headline-mobile-next-arrow.png) no-repeat center center transparent;
  }
  .our-impact-block-mobile .views-slideshow-cycle-main-frame-row-item {
    padding: 0px;
  }
  .recent-news-view-block {
    margin: 0 auto 60px;
    padding: 0 10px;
  }
  .recent-news-view-block h2.block-title {
    margin: 0 auto 25px;
    padding: 40px 0 20px;
  }
  .recent-news-view-block .view-content .views-row,
  .recent-news-view-block .view-content .views-row-first {
    border: none !important;
    margin: 0 !important;
    max-width: 100%;
    min-height: 0;
    width: 100%;
  }
  .recent-news-view-block .view-content .views-row .group-content-body,
  .recent-news-view-block .view-content .views-row-first .group-content-body {
    border: none;
    min-height: 100%;
  }
  .recent-news-view-block .view-content .views-row .field,
  .recent-news-view-block .view-content .views-row-first .field {
    width: auto;
  }
  .recent-news-view-block .view-content .views-row .field-name-field-image img,
  .recent-news-view-block .view-content .views-row-first .field-name-field-image img {
    max-height: none;
    max-width: none;
  }
  .recent-news-view-block .view-all-news-link {
    width: auto;
  }
  .recent-news-view-block .view-all-news-link a {
    font-size: 1.4em;
  }
  .recent-news-view-block .view-all-news-link a:after {
    font-size: 1.333em;
  }
  .front .featured-events-view-block {
    margin-bottom: 8%;
  }
  .front #block-views-front-page-events-block header {
    padding: 60px 15px;
  }
  .front #block-views-front-page-events-block .views-row,
  .front #block-views-front-page-events-block .views-row + .views-row {
    width: 100%;
    min-width: 100%;
  }
  .front #block-views-front-page-events-block article.view-mode-featured_event {
    margin-bottom: 1.3%;
  }
  #block-views-front-page-events-block .views-row,
  #block-views-front-page-events-block .views-row + .views-row {
    width: 100%;
  }
  .sidebar-featured-event .view-display-id-block header,
  .sidebar-featured-event .view-audience-sidebar header,
  .sidebar-featured-event .view-sidebar-audience-blocks header {
    width: 100%;
  }
  .event-list-view-block.ongoing-events,
  .event-list-view-block.todays-events {
    margin: 0 auto;
    width: 90%;
    display: inherit;
  }
  .event-list-view-block.ongoing-events .field-name-field-date,
  .event-list-view-block.todays-events .field-name-field-date {
    width: 25%;
  }
  .event-list-view-block.ongoing-events .field-name-title-field,
  .event-list-view-block.todays-events .field-name-title-field {
    width: 70%;
  }
  .event-list-view-block > * {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .event-list-view-block h2.block-title {
    margin-bottom: 10px;
    margin-top: 15px;
  }
  .front .event-list-view-block.ongoing-events {
    margin-bottom: 8%;
  }
  .region-header.expanded .header-menu {
    max-height: 0px !important;
  }
  .region-header {
    position: relative;
  }
  .grid-links .grid {
    width: 100% !important;
    margin: 0 !important;
  }
  .grid-links .grid .grid-content {
    border-right: none !important;
    min-height: 100%;
    padding-right: 0 !important;
    padding-left: 0;
  }
  .grid-links .grid .grid-content.taller {
    min-height: 100%;
  }
  div.grid .bottom-line {
    margin-right: 0;
  }
  div.grid.last {
    margin-bottom: 20px;
  }
  .featured-content-group .red-arrow-list {
    width: 100%;
    margin: 0;
  }
  .featured-content-group .red-arrow-list li {
    margin: 0;
  }
  .featured-content-group .text-group {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    width: 100%;
  }
  .lt-ie8 .featured-content-group .text-group {
    display: inline;
  }
  .section-apply #page-title,
  .section-give #page-title,
  .section-visit #page-title,
  .page-node-15 #page-title {
    top: auto;
    position: relative;
    color: #6F868D;
  }
  .section-apply .supporting-text,
  .section-give .supporting-text,
  .section-visit .supporting-text,
  .page-node-15 .supporting-text {
    width: 100%;
    top: auto;
    position: relative;
    color: #6F868D;
    margin-bottom: 20px;
  }
  .mobile-is-hidden {
    display: none !important;
  }
  .mobile-is-visible {
    display: block !important;
  }
  .one-sidebar .headline .headline-view,
  .two-sidebars .headline .headline-view {
    width: 100% !important;
  }
  .one-sidebar .headline .headline-view li,
  .two-sidebars .headline .headline-view li {
    margin-left: 0;
  }
  .section-future-students .flexslider .slides .headline-image {
    max-height: 210px;
    overflow: hidden;
  }
  .headline .headline-view {
    position: relative;
    top: 0;
  }
  .headline .headline-view .flexslider {
    padding-left: 0px;
  }
  .headline .headline-view .flexslider .headline-image {
    float: none;
    margin: 0;
    width: 100%;
  }
  .headline .headline-view .flexslider h3 {
    padding-left: 0;
    width: 100%;
  }
  .headline .headline-view .flexslider h3 a {
    margin: 20px 2% !important;
    padding: 0;
  }
  .headline .headline-view .flexslider p {
    display: none;
  }
  .headline .headline-view .flexslider .read-more a {
    margin: 0 2%;
  }
  .headline .headline-view .flexslider .flex-direction-nav {
    bottom: auto;
    position: absolute;
    top: 144px;
    z-index: 20;
  }
  .headline .headline-view .flexslider .flex-direction-nav a {
    height: 80px;
    margin-top: 0px;
    width: 49.5%;
    overflow: hidden;
  }
  .headline .headline-view .flexslider .flex-direction-nav a.flex-prev {
    background: url(/sites/all/themes/custom/az_theme/images/headline-mobile-prev-arrow.png) no-repeat center center transparent;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .headline .headline-view .flexslider .flex-direction-nav a.flex-next {
    background: url(/sites/all/themes/custom/az_theme/images/headline-mobile-next-arrow.png) no-repeat center center transparent;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .not-front .headline .headline-view .flexslider .flex-direction-nav .flex-next {
    background-image: url(/sites/all/themes/custom/az_theme/images/flex-nav-mobile-next.png);
    background-size: 100%;
    background-position: center center;
    width: 50%;
  }
  .not-front .headline .headline-view .flexslider .flex-direction-nav .flex-prev {
    background-image: url(/sites/all/themes/custom/az_theme/images/flex-nav-mobile-prev.png);
    background-size: 100%;
    background-position: center center;
    width: 50%;
  }
  .headline .headline-view .flexslider .flex-control-paging {
    display: none;
  }
  .not-logged-in.section-future-students .node-page,
  .not-logged-in.page-node-1846 .node-page,
  .not-logged-in.page-node-1244 .node-page,
  .not-logged-in.section-students .node-page,
  .not-logged-in.section-alumni-donors .node-page,
  .not-logged-in.section-parents-visitors .node-page,
  .not-logged-in.section-business-industry .node-page,
  .not-logged-in.section-faculty-staff .node-page {
    padding-top: 40px;
  }
  .our-impact-block-mobile {
    background: transparent url(/sites/all/themes/custom/az_theme/images/our-impact-background.png) repeat-x;
    margin-bottom: 0px;
    position: relative;
    text-align: center;
  }
  .our-impact-block-mobile .block-title {
    font-family: MiloSerifWeb, serif;
    font-weight: normal;
    font-size: 4em;
    line-height: 1.2em;
    width: 90%;
    margin: 0 auto 55px;
    padding: 73px 0 52px;
    color: #6F868D;
    text-transform: uppercase;
    background: transparent url(/sites/all/themes/custom/az_theme/images/dotted-rule.png) repeat-x 0 96%;
  }
  .our-impact-block-mobile .views-slideshow-cycle-main-frame-row-item {
    width: 98% !important;
    min-width: 280px;
  }
  .our-impact-block-mobile .views-slideshow-controls-top a {
    margin-top: -40px;
  }
  .our-impact-block-mobile .impact-stat,
  .our-impact-block-mobile .impact-description,
  .our-impact-block-mobile .impact-reference {
    width: 280px;
    margin: 0 auto;
  }
  .our-impact-block-mobile .impact-stat .impact-superscript,
  .our-impact-block-mobile .impact-description .impact-superscript,
  .our-impact-block-mobile .impact-reference .impact-superscript {
    font-size: 4em;
  }
  .our-impact-block-mobile .impact-stat .impact-value,
  .our-impact-block-mobile .impact-description .impact-value,
  .our-impact-block-mobile .impact-reference .impact-value {
    font-size: 8.5em;
  }
  #footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .region-footer .footer-logo-block {
    width: 246px;
    height: 65px;
    display: block;
    float: none;
    margin: 0 auto 20px;
  }
  .region-footer .horizontal-rule {
    margin-bottom: 15px;
  }
  .region-footer .footer-menu-block li {
    padding: 0 5px;
  }
  .region-footer .footer-menu-block li a {
    font-size: 0.95em;
  }
  .region-footer .copyright-block,
  .region-footer .copyright-block #footer-message {
    font-size: 1.083em;
    display: block;
    margin: 0px 0px 12px;
    text-align: center;
  }
  .region-footer .parent-mlid-0 {
    margin-bottom: 20px;
    text-align: center;
  }
  .region-footer .parent-mlid-0 li {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    margin-bottom: 5px;
  }
  .lt-ie8 .region-footer .parent-mlid-0 li {
    display: inline;
  }
  .region-footer .parent-mlid-0 li.menu-mlid-689,
  .region-footer .parent-mlid-0 li.menu-mlid-691 {
    border: none;
  }
  .region-footer .parent-mlid-0 li a {
    font-sie: 1.02em;
    white-space: nowrap;
  }
  .region-footer .bottom-menu-block {
    border-bottom: 1px solid #8E8C85;
    border-left: none;
    min-height: 50px;
    margin-left: 0;
    padding-bottom: 20px;
    padding-left: 0;
    width: 100%;
  }
  .region-footer .bottom-menu-block .menu-block-wrapper {
    max-width: 100000px;
  }
  .region-footer .bottom-menu-block li {
    display: block;
  }
  .region-footer .bottom-menu-block .parent-mlid-591 .menu .is-leaf {
    width: 100%;
  }
  .region-footer .bottom-menu-block .menu.social-footer-links li {
    border: none;
    color: transparent;
    font-size: 0;
    height: 44px;
    margin: 15px 0px;
    width: 46px;
  }
  .region-footer .bottom-menu-block .menu.social-footer-links li a {
    font-size: 7px;
    height: 44px;
    margin: 0;
    padding: 0;
  }
  .region-footer .bottom-menu-block .menu.social-footer-links li a:before {
    font-size: 6.333em;
    margin: 0;
    margin-left: -4px;
  }
  .region-footer .bottom-menu-block .menu.social-footer-links li.twitter a {
    background-position: -69px 0px;
  }
  .region-footer .bottom-menu-block .menu.social-footer-links li.instagram a {
    background-position: -138px 0px;
  }
  .region-footer .bottom-menu-block .menu.social-footer-links li.flickr a {
    background-position: -207px 0px;
  }
  .region-footer .bottom-menu-block .menu.social-footer-links li.linkedin a {
    background-position: -276px 0px;
  }
  .region-footer .bottom-menu-block .menu.social-footer-links li.mobile-icon a {
    background-position: -345px 0px;
  }
  .region-footer .connect-footer {
    width: 100%;
    border: none;
    min-height: 0;
    margin: 0;
    padding: 0;
  }
  .region-footer .connect-footer h2 {
    display: none;
  }
  .region-footer .connect-footer .field-item {
    display: table;
    margin: 0px auto;
  }
  .region-footer .connect-footer li {
    display: inline-block;
    width: 0;
    padding: 0 0 0 30px;
    height: 30px;
    overflow: hidden;
    border: 1px solid #333;
    margin: 2em 1em;
  }
  .region-bottom .multilevelpushmenu {
    display: block;
  }
  .view-page-banner img {
    max-width: 100% !important;
    height: auto !important;
  }
  .bottom-menu-block.topics-footer {
    width: 100% !important;
  }
  .bottom-menu-block.resources-connect {
    width: 100% !important;
  }
  .bottom-menu-block.resources-connect.resources {
    width: 100% !important;
    margin-left: 0%;
  }
  .node-page .field-name-body img {
    max-width: 100% !important;
    height: auto !important;
  }
  form .form-item .form-text,
  form .form-item input[type="text"] {
    width: 93%;
  }
  .captcha {
    overflow: hidden;
    width: 100%;
  }
  .captcha .recaptchatable {
    border: 0 none !important;
  }
  #recaptcha_area tr,
  #recaptcha_area td,
  #recaptcha_area th {
    float: left;
  }
  .recaptchatable #recaptcha_image {
    width: 260px !important;
  }
  #recaptcha_table tr:first-child {
    height: auto !important;
  }
  #recaptcha_table a {
    position: relative;
    z-index: 5;
  }
  .recaptcha_input_area {
    position: relative;
    z-index: 1;
  }
  .recaptchatable #recaptcha_response_field {
    width: 250px !important;
  }
  .page-weather #content table {
    display: none;
  }
  .page-weather #content table.stacktable {
    display: block;
  }
  .section-visit .page-banner-block {
    height: 66px;
  }
  .interactive-map-link .content a {
    background-position: 9% 50%;
    padding: 20px 75px;
  }
  .stacktable {
    width: 100%;
  }
  .st-head-row {
    padding-top: 1em;
  }
  .st-head-row.st-head-row-main {
    font-size: 1.5em;
    padding-top: 0;
  }
  .st-key {
    width: 49%;
    text-align: right;
    padding-right: 1%;
  }
  .st-val {
    width: 49%;
    padding-left: 1%;
  }
  .recaptchatable tr {
    background-color: transparent !important;
  }
}
@media (min-width: 361px) and (max-width: 385px) {
  .region-highlighted {
    min-height: 400px;
  }
}
@media (min-width: 481px) and (max-width: 700px) {
  .our-impact-view-block .views-slideshow-cycle-main-frame,
  .our-impact-view-block .views-slideshow-cycle-main-frame-row {
    width: auto !important;
  }
  .our-impact-view-block .views-slideshow-cycle-main-frame-row-item:nth-child(3) {
    display: none;
  }
  .front-page-hero-slideshow .flexslider .slides .slide-callout span {
    display: inline;
  }
  .front-page-hero-slideshow .flexslider .slides .slide-callout span::before {
    content: ' ';
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  .region-header {
    padding-bottom: 10px;
  }
  .region-header .logo-block {
    width: 200px;
    margin: 0 auto;
  }
  body.html #main {
    padding-right: 1%;
    padding-left: 1%;
  }
  body.front #main {
    padding-right: 0;
    padding-left: 0;
  }
  .section-apply #page-title,
  .section-give #page-title,
  .section-visit #page-title,
  .page-node-15 #page-title,
  .page-node-26 #page-title,
  .page-node-27 #page-title,
  .page-node-76 #page-title,
  .page-node-77 #page-title,
  .page-node-78 #page-title,
  .page-node-79 #page-title,
  .page-node-81 #page-title,
  .page-node-82 #page-title,
  .page-node-84 #page-title,
  .page-node-1240 #page-title,
  .page-node-1241 #page-title,
  .page-node-1243 #page-title {
    left: 30px;
    top: -170px;
  }
  .section-apply .supporting-text,
  .section-give .supporting-text,
  .section-visit .supporting-text,
  .page-node-15 .supporting-text,
  .page-node-26 .supporting-text,
  .page-node-27 .supporting-text,
  .page-node-76 .supporting-text,
  .page-node-77 .supporting-text,
  .page-node-78 .supporting-text,
  .page-node-79 .supporting-text,
  .page-node-81 .supporting-text,
  .page-node-82 .supporting-text,
  .page-node-84 .supporting-text,
  .page-node-1240 .supporting-text,
  .page-node-1241 .supporting-text,
  .page-node-1243 .supporting-text {
    width: 93%;
    left: 30px;
    top: -110px;
  }
  .section-future-students h1.title,
  .section-future-students ul.primary,
  .page-node-1846 h1.title,
  .page-node-1846 ul.primary,
  .page-node-1244 h1.title,
  .page-node-1244 ul.primary,
  .section-students h1.title,
  .section-students ul.primary,
  .section-alumni-donors h1.title,
  .section-alumni-donors ul.primary,
  .section-parents-visitors h1.title,
  .section-parents-visitors ul.primary,
  .section-business-industry h1.title,
  .section-business-industry ul.primary,
  .section-faculty-staff h1.title,
  .section-faculty-staff ul.primary {
    width: 100% !important;
  }
  .region-header .logo-block {
    padding-left: 20px;
  }
  .region-header .block-search {
    padding-right: 20px;
  }
  .breadcrumb {
    z-index: 2;
    margin-left: 20px;
  }
  .breadcrumb a,
  .breadcrumb span {
    font-size: 1.25em;
  }
  .region-header.expanded .header-menu {
    height: auto !important;
    margin-top: 70px;
  }
  .header-menu {
    padding: 0 20px;
  }
  .header-menu .menu-name-main-menu {
    padding-bottom: 0;
  }
  .header-menu .menu-name-main-menu .menu__item .nolink {
    font-size: 1.3em;
  }
  .header-menu .menu-name-main-menu .menu__item a {
    font-size: 1.1em;
    line-height: 1.3em;
    margin-bottom: 10px;
  }
  .header-menu .menu-name-main-menu .is-expanded {
    height: inherit;
  }
  .header-menu .menu-name-main-menu .is-expanded.menu-mlid-671 {
    width: 25.5%;
  }
  .header-menu .menu-name-main-menu .is-expanded.menu-mlid-591 {
    width: 50%;
  }
  .header-menu .menu-name-main-menu .is-expanded.menu-mlid-672 {
    width: 15%;
    border: none;
  }
  .header-menu .menu-name-main-menu .is-expanded.menu-mlid-672 .menu .menu__link:before {
    display: none;
  }
  .header-menu .menu-name-main-menu .is-expanded.menu-mlid-673 {
    width: 100%;
    border-top: 1px solid #6A0017;
    padding-top: 20px;
    margin-top: 10px;
    text-align: right;
  }
  .header-menu .menu-name-main-menu .is-expanded.menu-mlid-673 .nolink {
    display: none;
  }
  .header-menu .menu-name-main-menu .is-expanded.menu-mlid-673 .menu {
    margin-right: -12px;
  }
  .header-menu .menu-name-main-menu .is-expanded.menu-mlid-673 .menu .menu__item {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
  }
  .lt-ie8 .header-menu .menu-name-main-menu .is-expanded.menu-mlid-673 .menu .menu__item {
    display: inline;
  }
  .header-menu .menu-name-main-menu .is-expanded.menu-mlid-673 .menu .menu__item .menu__link {
    color: transparent;
    width: 45px;
    height: 37px;
    font-size: 1.3em;
  }
  .header-menu .menu-name-main-menu .is-expanded.menu-mlid-673 .menu .menu__item .menu__link:before {
    color: #FFF;
  }
  .hamburger .main-menu-dropdown-block {
    background-position-y: 0px;
  }
  .main-menu-dropdown-block {
    background: transparent url(/sites/all/themes/custom/az_theme/images/menu-tablet-open.png) no-repeat 50% 0px;
    margin-bottom: -6%;
    top: 10px;
  }
  .region-header.expanded .main-menu-dropdown-toggle {
    background-position: 50% 14px;
    width: 40px;
    margin: 0 auto;
    height: 40px;
  }
  .two-sidebars aside.sidebars,
  .two-sidebars #content.column {
    display: inline-block;
  }
  .two-sidebars #content.column {
    float: right;
    width: 66.666%;
    box-sizing: border-box;
    display: inline-block;
  }
  .two-sidebars aside.sidebars {
    width: 33.333%;
    box-sizing: border-box;
    display: inline-block;
  }
  .two-sidebars aside.sidebars .region-sidebar-second .block {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .sidebar-featured-event .view-sidebar-audience-blocks header,
  .sidebar-featured-event article header {
    min-width: 0;
    width: auto;
  }
  .front .flexslider .flex-direction-nav {
    bottom: 24px;
    display: block;
    position: absolute;
    width: 100%;
    max-width: 480px;
    max-width: 100%;
  }
  .front .flexslider .flex-direction-nav .flex-prev,
  .front .flexslider .flex-direction-nav .flex-next {
    width: 50%;
    position: inline-block;
    background-color: rgba(255,255,255,0.3);
    display: inline-block;
    height: 48px;
    background-position: center center;
    background-size: 16.5px;
  }
  .front .flexslider .flex-direction-nav li > .flex-prev {
    background-image: url(/sites/all/themes/custom/az_theme/images/mobile-slideshow-prev.png);
  }
  .front .flexslider .flex-direction-nav li > .flex-next {
    background-image: url(/sites/all/themes/custom/az_theme/images/mobile-slideshow-next.png);
  }
  .front .flexslider .flex-direction-nav li + li > a {
    margin-left: 1px;
    margin-right: -1px;
  }
  .our-impact-view-block .views-slideshow-cycle-main-frame-row-item {
    width: 27%;
  }
  .our-impact-view-block .views-slideshow-cycle-main-frame,
  .our-impact-view-block .views-slideshow-cycle-main-frame-row {
    width: auto !important;
  }
  .front-page-hero-slideshow .flexslider .flex-direction-nav {
    position: absolute;
    bottom: 56px;
  }
  .front-page-hero-slideshow .flexslider .flex-direction-nav .flex-prev,
  .front-page-hero-slideshow .flexslider .flex-direction-nav .flex-next {
    background-size: 100% !important;
    height: 75px;
  }
  .front-page-hero-slideshow .flexslider .flex-direction-nav li > .flex-prev {
    background: url(/sites/all/themes/custom/az_theme/images/headline-tablet-prev-arrow.png) no-repeat center center transparent;
  }
  .front-page-hero-slideshow .flexslider .flex-direction-nav li > .flex-next {
    background: url(/sites/all/themes/custom/az_theme/images/headline-tablet-next-arrow.png) no-repeat center center transparent;
  }
  .event-list-view-block h2 {
    margin-bottom: 0;
  }
  .event-list-view-block h2.block-title {
    margin-bottom: 50px;
  }
  .event-list-view-block .field-name-field-date {
    width: 100%;
    margin-bottom: 20px;
  }
  .sidebar .sidebar-featured-event {
    margin-bottom: 1.5em;
  }
  .sidebar .event-list-view-block .field-name-field-date {
    margin-bottom: 0;
  }
  .front #block-views-front-page-events-block {
    margin-bottom: 40px;
  }
  .front #block-views-front-page-events-block .views-row {
    min-height: 304px;
    width: 100%;
  }
  .front #block-views-front-page-events-block article {
    margin-bottom: 3px;
    min-height: 304px;
  }
  .front #block-views-front-page-events-block article header {
    padding: 0px 7.625%;
    width: 84.75%;
  }
  .grid-title {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .grid-links .grid {
    width: 48.5%;
  }
  .grid-links .grid:nth-child(even) {
    margin-right: 0;
  }
  .grid-links .grid:nth-child(even) .grid-content {
    border: none;
    padding-right: 0;
  }
  .grid-links .grid:nth-child(even) .bottom-line {
    margin-right: 0;
  }
  .grid-links .grid .grid-content {
    padding-left: 0;
    min-height: 330px;
    height: auto !important;
  }
  .tablet-is-hidden {
    display: none !important;
  }
  h4 img {
    width: 100%;
  }
  .region-navigation {
    padding: 0 10px;
  }
  .region-navigation img {
    width: 100%;
    height: auto;
  }
  .not-front #content {
    padding: 0 10px;
  }
  .two-sidebars #content,
  .sidebar-first #content {
    float: none;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 30px 10px 0;
  }
  .two-sidebars .region-sidebar-first,
  .sidebar-first .region-sidebar-first {
    float: none;
    width: 100%;
    margin-left: 0%;
    margin-right: 0;
  }
  .sidebar-featured-event .view-display-id-block header,
  .sidebar-featured-event .view-audience-sidebar header,
  .sidebar-featured-event .view-sidebar-audience-blocks header {
    width: 100%;
  }
  .headline {
    margin-bottom: 55px;
  }
  .headline .headline-view {
    position: inherit;
    width: 100%;
  }
  .headline .headline-view .flexslider {
    padding-left: 0px;
  }
  .headline .headline-view .flexslider .headline-image {
    margin-bottom: 25px;
    margin-left: 0px;
    width: 100%;
  }
  .headline .headline-view .flexslider h3,
  .headline .headline-view .flexslider p,
  .headline .headline-view .flexslider .read-more {
    margin-left: 20px;
  }
  .headline .headline-view .flexslider .flex-control-paging {
    left: 0;
    text-align: center;
  }
  .headline .headline-view  .flexslider .flex-direction-nav {
    bottom: auto;
    height: 0;
    padding-bottom: 72%;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 20;
  }
  .headline .headline-view  .flexslider .flex-direction-nav a {
    height: 20%;
    margin-top: 0px;
    overflow: hidden;
    width: 49.5%;
  }
  .headline .headline-view  .flexslider .flex-direction-nav a.flex-prev {
    background: url(/sites/all/themes/custom/az_theme/images/headline-mobile-prev-arrow.png) no-repeat center center transparent;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .headline .headline-view  .flexslider .flex-direction-nav a.flex-next {
    background: url(/sites/all/themes/custom/az_theme/images/headline-mobile-next-arrow.png) no-repeat center center transparent;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
    filter: alpha(opacity=100);
  }
  .not-front .headline .headline-view  .flexslider .flex-direction-nav .flex-next {
    background-image: url(/sites/all/themes/custom/az_theme/images/flex-nav-mobile-next.png);
    background-size: 100%;
    background-position: center center;
    bottom: 0;
    top: auto;
    width: 49.95%;
  }
  .not-front .headline .headline-view  .flexslider .flex-direction-nav .flex-prev {
    background-image: url(/sites/all/themes/custom/az_theme/images/flex-nav-mobile-prev.png);
    background-size: 100%;
    background-position: center center;
    bottom: 0;
    top: auto;
    width: 49.95%;
  }
  .headline .headline-view  .flexslider .flex-control-paging {
    display: none;
  }
  .node-2563 .field-item div {
    height: auto !important;
    width: 100% !important;
  }
  .node-2563 .field-item div img {
    height: auto;
    margin: 0 !important;
    max-width: 100%;
  }
  .recent-news-view-block h2.block-title {
    margin-bottom: 9px;
    padding-bottom: 0px;
  }
  .recent-news-view-block .view-content .views-row {
    width: auto;
    max-width: inherit;
    min-height: inherit;
    margin: 20px;
    border-bottom: 1px solid #b3bbbf;
    padding-bottom: 20px;
  }
  .recent-news-view-block .view-content .views-row.views-row-first {
    margin-left: 20px;
  }
  .recent-news-view-block .view-content .views-row .field {
    width: auto;
  }
  .recent-news-view-block .view-content .views-row .field-name-field-image {
    width: 37%;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
  }
  .lt-ie8 .recent-news-view-block .view-content .views-row .field-name-field-image {
    display: inline;
  }
  .recent-news-view-block .view-content .views-row .field-name-field-image:after {
    display: none;
  }
  .recent-news-view-block .view-content .views-row .group-content-body {
    border: none;
    min-height: inherit;
    width: 48%;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
  }
  .lt-ie8 .recent-news-view-block .view-content .views-row .group-content-body {
    display: inline;
  }
  .recent-news-view-block .view-content .views-row .field-name-field-date .date-display-single {
    margin-top: 0px;
    padding-top: 6px;
  }
  .recent-news-view-block .view-content .views-row .field-name-field-link {
    border-bottom: none;
    padding-bottom: 0;
    width: 60.7%;
    float: right;
  }
  .featured-content-group p img {
    height: auto !important;
    width: 100% !important;
  }
  .interactive-map-link .content a {
    background-position-x: 18%;
  }
  .section-visit .page-banner-block {
    height: auto;
    margin-bottom: -6px;
  }
  #footer {
    padding-left: 20px;
    padding-right: 20px;
  }
  body .copyright-block {
    margin: 0;
  }
  body .copyright-block #footer-message {
    width: 280px;
    float: right;
    font-size: 1.1em;
  }
  .bottom-menu-block .block-title {
    font-size: 1.3em;
  }
  .bottom-menu-block .menu li.is-leaf {
    padding: 10px 0;
  }
  .bottom-menu-block .menu li.is-leaf a {
    font-size: 1.3em;
  }
  .bottom-menu-block.information-for-footer {
    width: 21%;
  }
  .bottom-menu-block.topics-footer {
    width: 52%;
  }
  .bottom-menu-block.resources-footer {
    width: 14%;
  }
  .bottom-menu-block.resources-footer .menu .menu__link:before {
    display: none;
  }
  .bottom-menu-block.connect-footer {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    border-top: 1px solid #8E8C85;
    min-height: inherit;
  }
  .bottom-menu-block.connect-footer h2 {
    display: none;
  }
  .bottom-menu-block.connect-footer .social-footer-links {
    text-align: right;
    margin-right: -13px;
    margin-top: 20px;
  }
  .bottom-menu-block.connect-footer .social-footer-links li {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
  }
  .lt-ie8 .bottom-menu-block.connect-footer .social-footer-links li {
    display: inline;
  }
  .bottom-menu-block.connect-footer .social-footer-links li a {
    color: transparent;
    width: 50px;
    height: 37px;
    font-size: 1.7em;
  }
  .bottom-menu-block.connect-footer .social-footer-links li a:before {
    color: #52524F;
  }
  .not-logged-in.section-future-students .region-sidebar-second,
  .not-logged-in.page-node-1846 .region-sidebar-second,
  .not-logged-in.page-node-1244 .region-sidebar-second,
  .not-logged-in.section-students .region-sidebar-second,
  .not-logged-in.section-alumni-donors .region-sidebar-second,
  .not-logged-in.section-parents-visitors .region-sidebar-second,
  .not-logged-in.section-business-industry .region-sidebar-second,
  .not-logged-in.section-faculty-staff .region-sidebar-second {
    margin-top: 0;
  }
  .two-sidebars .region-sidebar-second {
    width: 100%;
    margin-left: 0;
  }
  .front .event-list-view-block .view-content {
    min-height: 208px;
  }
}
@media (max-width: 960px) {
  .section-future-students .node-page,
  .page-node-1846 .node-page,
  .page-node-1244 .node-page,
  .section-students .node-page,
  .section-alumni-donors .node-page,
  .section-parents-visitors .node-page,
  .section-business-industry .node-page,
  .section-faculty-staff .node-page {
    padding-top: 0px;
  }
  .section-future-students .region-sidebar-second,
  .page-node-1846 .region-sidebar-second,
  .page-node-1244 .region-sidebar-second,
  .section-students .region-sidebar-second,
  .section-alumni-donors .region-sidebar-second,
  .section-parents-visitors .region-sidebar-second,
  .section-business-industry .region-sidebar-second,
  .section-faculty-staff .region-sidebar-second {
    margin-top: 0px;
  }
  .not-logged-in.section-future-students .region-sidebar-second,
  .not-logged-in.page-node-1846 .region-sidebar-second,
  .not-logged-in.page-node-1244 .region-sidebar-second,
  .not-logged-in.section-students .region-sidebar-second,
  .not-logged-in.section-alumni-donors .region-sidebar-second,
  .not-logged-in.section-parents-visitors .region-sidebar-second,
  .not-logged-in.section-business-industry .region-sidebar-second,
  .not-logged-in.section-faculty-staff .region-sidebar-second {
    margin-top: 0px;
  }
  .container-inline-block.column-2 > div {
    margin-right: 0px !important;
    width: 100%;
  }
  .mobile-side-menu-link-block {
    margin-bottom: 20px;
    display: block;
  }
  .mobile-side-menu-link-block p {
    padding: 0;
  }
  .mobile-side-menu-link-block p a {
    display: block;
    color: #6F868D;
    border-bottom: 2px solid #c0ccd1;
    font-family: MiloWeb, sans-serif;
    font-weight: normal;
    font-size: 1.333em;
    padding: 15px 10px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    width: 94%;
    position: relative;
  }
  .lt-ie8 .mobile-side-menu-link-block p a {
    display: inline;
  }
  .mobile-side-menu-link-block p a:after {
    border: none;
    display: block;
    content: " ";
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #AB0520;
    display: inline-block;
    vertical-align: top;
    zoom: 1;
    vertical-align: middle;
    margin-left: 81%;
    border-top: none;
    border-bottom: 5px solid #ab0520;
    position: absolute;
    top: 50%;
    right: 0;
  }
  .lt-ie8 .mobile-side-menu-link-block p a:after {
    display: inline;
  }
  .region-highlighted .mobile-side-menu-link-block p a:after {
    border-bottom: none;
    border-top: 5px solid #ab0520;
  }
  .mobile-side-menu-link-block p a:hover {
    text-decoration: none;
  }
  .no-sidebars .mobile-side-menu-link-block {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1190px) {
  .header-menu .menu-name-main-menu .is-expanded.menu-mlid-672,
  .header-menu .menu-name-main-menu .is-expanded.menu-mlid-673 {
    width: 10%;
  }
  .header-menu .menu-name-main-menu .is-expanded.menu-mlid-672 .menu .menu__item .menu__link:before,
  .header-menu .menu-name-main-menu .is-expanded.menu-mlid-673 .menu .menu__item .menu__link:before {
    color: #fff;
    font-size: 27px;
    display: none;
  }
}
@media (max-width: 1280px) {
  .breadcrumb {
    width: auto;
    float: left;
  }
  .header-menu .menu-name-main-menu .nolink {
    white-space: nowrap;
  }
  .region-header.expanded .header-menu {
    max-height: 750px;
  }
  #main {
    overflow: hidden;
  }
}
@media (min-width: 481px) and (max-width: 800px) {
  .section-apply #page-title,
  .section-give #page-title,
  .section-visit #page-title,
  .page-node-15 #page-title,
  .page-node-26 #page-title,
  .page-node-27 #page-title,
  .page-node-76 #page-title,
  .page-node-77 #page-title,
  .page-node-78 #page-title,
  .page-node-79 #page-title,
  .page-node-81 #page-title,
  .page-node-82 #page-title,
  .page-node-84 #page-title,
  .page-node-1240 #page-title,
  .page-node-1241 #page-title,
  .page-node-1243 #page-title {
    top: -150px;
  }
  .section-apply .supporting-text,
  .section-give .supporting-text,
  .section-visit .supporting-text,
  .page-node-15 .supporting-text,
  .page-node-26 .supporting-text,
  .page-node-27 .supporting-text,
  .page-node-76 .supporting-text,
  .page-node-77 .supporting-text,
  .page-node-78 .supporting-text,
  .page-node-79 .supporting-text,
  .page-node-81 .supporting-text,
  .page-node-82 .supporting-text,
  .page-node-84 .supporting-text,
  .page-node-1240 .supporting-text,
  .page-node-1241 .supporting-text,
  .page-node-1243 .supporting-text {
    top: -95px;
  }
  #navigation {
    margin-top: 17px;
  }
}
@media (min-width: 481px) and (max-width: 756px) {
  .section-apply #page-title,
  .section-give #page-title,
  .section-visit #page-title,
  .page-node-15 #page-title,
  .page-node-26 #page-title,
  .page-node-27 #page-title,
  .page-node-76 #page-title,
  .page-node-77 #page-title,
  .page-node-78 #page-title,
  .page-node-79 #page-title,
  .page-node-81 #page-title,
  .page-node-82 #page-title,
  .page-node-84 #page-title,
  .page-node-1240 #page-title,
  .page-node-1241 #page-title,
  .page-node-1243 #page-title {
    color: #8099a1 !important;
    position: inherit !important;
    top: auto;
  }
  .section-apply .supporting-text,
  .section-give .supporting-text,
  .section-visit .supporting-text,
  .page-node-15 .supporting-text,
  .page-node-26 .supporting-text,
  .page-node-27 .supporting-text,
  .page-node-76 .supporting-text,
  .page-node-77 .supporting-text,
  .page-node-78 .supporting-text,
  .page-node-79 .supporting-text,
  .page-node-81 .supporting-text,
  .page-node-82 .supporting-text,
  .page-node-84 .supporting-text,
  .page-node-1240 .supporting-text,
  .page-node-1241 .supporting-text,
  .page-node-1243 .supporting-text {
    width: 100%;
    color: #8099a1;
    position: inherit;
    margin-bottom: 30px;
  }
  .grid-links .grid {
    width: 47.5%;
    box-sizing: border-box;
  }
  .header-menu .menu-name-main-menu .nolink {
    white-space: normal;
  }
  .header-menu .menu-name-main-menu .is-expanded.menu-mlid-671 {
    width: 23.5%;
  }
  .header-menu .menu-name-main-menu .is-expanded.menu-mlid-591 {
    width: 46%;
  }
  .header-menu .menu-name-main-menu .is-expanded.menu-mlid-672 {
    width: 19%;
    margin-right: 0;
  }
  .not-logged-in.section-future-students h1.title,
  .not-logged-in.section-future-students ul.primary,
  .not-logged-in.page-node-1846 h1.title,
  .not-logged-in.page-node-1846 ul.primary,
  .not-logged-in.page-node-1244 h1.title,
  .not-logged-in.page-node-1244 ul.primary,
  .not-logged-in.section-students h1.title,
  .not-logged-in.section-students ul.primary,
  .not-logged-in.section-alumni-donors h1.title,
  .not-logged-in.section-alumni-donors ul.primary,
  .not-logged-in.section-parents-visitors h1.title,
  .not-logged-in.section-parents-visitors ul.primary,
  .not-logged-in.section-business-industry h1.title,
  .not-logged-in.section-business-industry ul.primary,
  .not-logged-in.section-faculty-staff h1.title,
  .not-logged-in.section-faculty-staff ul.primary {
    width: 100%;
  }
}
@media (min-width: 1025px) and (max-width: 1220px) {
  div.grid {
    width: 23.5%;
  }
}
.front #content {
  padding: 0;
}
.front #content .flexslider {
  border: none;
  padding: 0;
}
.node-type-audience-page .form-field-name-field-banner-image,
.node-type-audience-page .form-field-name-field-slide,
.node-type-audience-page .form-field-name-field-audience {
  display: none;
}
@media (max-width: 767px) {
  .header-menu {
    display: none;
  }
  .expanded .header-menu {
    display: block;
  }
}
.app_module {
  min-height: 20.5em;
}
.app_module h3 {
  padding-top: 6px;
}
.app_module img {
  float: left;
  margin-right: 10px;
}
@media only screen and (max-width: 639px) {
  .app_module {
    min-height: 0;
  }
}
.ua_weather {
  color: #666;
}
.ua_weather ul {
  list-style: none;
  text-align: center;
}
.ua_weather ul li {
  margin-left: 0;
}
.ua_weather span a,
.ua_weather ul li span {
  color: #003E7E;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
code,
del,
dfn,
em,
img,
q,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  padding: 0;
  margin: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
body {
  font-size: 75%;
  line-height: 1.7;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  letter-spacing: .02em;
  line-height: 1.25em;
  margin: 0;
  padding-top: .25em;
  padding-bottom: .5em;
  color: #6e2e14;
}
h1 {
  font-size: 3em;
}
h2 {
  font-size: 2em;
}
h3 {
  font-size: 1.5em;
}
h4 {
  font-size: 1.2em;
}
h5 {
  font-size: 1em;
  font-weight: bold;
}
h6 {
  font-size: 1em;
  font-weight: bold;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #6e6e6e;
  font-weight: normal;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
  padding: 0;
}
p {
  margin: 0;
  padding: .25em 0 1em;
}
p img.left {
  float: left;
  padding: 1.5em 1.5em 1.5em 0;
}
p img.right {
  float: right;
  padding: 1.5em 0 1.5em 1.5em;
}
blockquote,
q {
  quotes: "\201c" "\201d";
}
blockquote *:first-child:before,
q:before {
  content: open-quote;
}
blockquote *:last-child:after,
q:after {
  content: close-quote;
}
q {
  font-style: italic;
}
blockquote {
  font-style: italic;
  padding: 0 1.5em;
  position: relative;
}
blockquote q,
blockquote blockquote {
  font-style: normal;
  quotes: "\2018" "\2019";
}
strong {
  font-weight: bold;
}
em,
dfn {
  font-style: italic;
}
dfn {
  font-weight: bold;
}
sup,
sub {
  line-height: 0;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
}
address {
  padding: 0 0 1.5em;
  font-style: italic;
}
pre,
code {
  padding: 1.5em 0;
  white-space: pre;
}
pre,
code,
tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}
li ul,
li ol {
  padding: 0;
}
ul,
ol {
  padding: 0;
}
ol {
  list-style-type: decimal;
}
dl {
  padding: 0 0 1.5em 0;
}
dl dt {
  font-weight: bold;
}
dd {
  padding-left: 1.5em;
}
table {
  border-collapse: separate;
  border-spacing: 0;
  margin-bottom: 1.4em;
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
table,
td,
th {
  vertical-align: middle;
}
th {
  background: #C3D9FF;
  font-weight: bold;
}
th,
td {
  padding: 4px 10px 4px 5px;
}
tfoot {
  font-style: italic;
}
caption {
  background: #eee;
}
a {
  font-weight: bolder;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
fieldset {
  border: 1px solid;
  padding: 1em;
}
legend {
  font-weight: bolder;
  padding: 0 .5em;
}
html.js fieldset.collapsed {
  border-top: 4px solid;
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  height: 1em;
  margin-bottom: 0;
  padding: .5em 1em;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed legend {
  display: block;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px;
  background: url(/sites/all/themes/custom/az_theme/images/menu-expanded.png) 0px 75% no-repeat;
}
html.js fieldset.collapsed legend a {
  background-image: url(/sites/all/themes/custom/az_theme/images/menu-collapsed.png);
  background-position: 0px 50%;
}
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
  display: inline;
}
html.js fieldset.collapsible {
  position: relative;
}
html.js fieldset.collapsible legend a {
  display: block;
}
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
}
.description {
  color: #6d6d6d;
  font-size: .9em;
  font-style: italic;
}
div.error,
div.warning,
div.status,
div.help {
  min-height: 32px;
  overflow: auto;
  margin: 10px 0;
  padding: 1em 1em 1em 62px;
}
div.error {
  background: #ffcccc no-repeat scroll 15px 15px;
}
div.status {
  background: #eeffee no-repeat scroll 15px 15px;
  border: 1px solid #88ff88;
}
div.warning {
  background: #FFFFDD no-repeat scroll 15px 15px;
}
div.help {
  background: #eeeeff no-repeat scroll 15px 15px;
  border: 1px solid #aaaaff;
}
