.font-family-main {
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
}
.bold {
  font-weight: 700;
}
.semi-bold {
  font-weight: 600;
}
.display-none {
  display: none;
}
.hidden {
  visibility: hidden;
}
.user-select-none {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.cen {
  text-align: center;
}
.align-right {
  text-align: right;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.opacity-0 {
  opacity: 0;
}
html {
  height: 100%;
  overflow-y: scroll;
}
html,
body {
  background-color: #2d2d2d;
}
.bg-light {
  background-color: #ffffff;
}
.bg-like-modal {
  background-color: #404040;
}
body {
  padding-bottom: 100px;
  position: relative;
}
body.desktop-body {
  padding: 0;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
li,
td,
label,
a,
input,
textarea {
  color: #ffffff;
  font-size: 13px;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  padding-bottom: 10px;
  margin: 0;
  line-height: 1.1;
}
.bg-light p,
.bg-light h1,
.bg-light h2,
.bg-light h3,
.bg-light h4,
.bg-light h5,
.bg-light h6,
.bg-light li,
.bg-light td,
.bg-light label,
.bg-light a,
.bg-light input,
.bg-light textarea {
  color: #333333;
}
p {
  line-height: 1.3;
}
body.PHONE p {
  font-size: 12px;
}
h1 {
  font-size: 29px;
  font-weight: 200;
}
body.PHONE h1 {
  font-size: 23px;
}
h2 {
  font-size: 25px;
  font-weight: 300;
}
body.PHONE h2 {
  font-size: 19px;
}
h3 {
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 8px;
}
body.PHONE h3 {
  font-size: 17px;
}
.h4font {
  font-size: 17px;
}
h4 {
  font-size: 17px;
}
body.PHONE h4 {
  font-size: 14px;
}
.bg-light h3 {
  color: #009ed9;
}
h3.on-dark {
  color: #ffffff;
}
h5 {
  font-size: 17px;
  font-weight: 400;
}
.bg-light h5 {
  color: #009ed9;
}
h5.on-dark {
  color: #ffffff;
}
blockquote p {
  font-weight: 700;
  padding-bottom: 10px;
}
a {
  text-decoration: none;
}
a:link,
a:visited,
.modal-trigger {
  color: #009ed9;
}
a:hover,
a:active,
.hover {
  color: #00b8fd;
}
.bg-light a:link,
.bg-light a:visited {
  color: #009ed9;
}
.bg-light a:hover,
.bg-light a:active {
  color: #0084b5;
}
hr {
  border: none;
  border-bottom: 1px solid #dddddd;
  margin: 1px 0;
  width: 100%;
  clear: both;
  height: 1px;
}
strong {
  font-weight: 700;
}
em {
  font-weight: 400;
  font-style: italic;
}
img {
  pointer-events: none;
}
ul {
  padding-left: 20px;
  margin: 5px 0;
}
li {
  padding-bottom: 4px;
}
#content-container {
  width: 768px;
  min-height: 982px;
  margin: 0 auto;
}
#PHONEcontent-container {
  padding-top: 15px;
}
#DESKTOPcontent-centred-container {
  width: 990px;
  margin: 0 auto;
}
.h-space-med {
  width: 100%;
  clear: both;
  height: 15px;
}
.h-space-sml {
  width: 100%;
  clear: both;
  height: 10px;
}
.h-space-tiny {
  width: 100%;
  clear: both;
  height: 5px;
}
.clearfix:after,
.et_vertical_nav #page-container:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
*:first-child+html .clearfix {
  zoom: 1;
}
.button {
  border-radius: 10px;
  padding-top: 5px;
  height: 21px;
}
.dark-button {
  border-radius: 10px;
  padding-top: 5px;
  height: 21px;
  background: -webkit-gradient(linear,left top,left bottom,from(#5a595a),to(#3d3d3d));
  background: -moz-linear-gradient(top,#5a595a,#3d3d3d);
  background: linear-gradient(#5a595a,#3d3d3d);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5a595a,endColorstr=#3d3d3d,GradientType=0);
}
.col-grey {
  width: 100%;
  background-color: #e7e7e7;
}
img.icon-sml-contact,
img.icon-sml-web {
  margin-right: 8px;
}
img.icon-sml-contact {
  width: 23px;
  height: 21px;
}
img.icon-sml-web {
  width: 23px;
  height: 23px;
}
.linkout {
  width: 13px;
}
.plus {
  width: 11px;
  position: relative;
  top: -2px;
  left: 0;
}
.modal-trigger {
  padding-bottom: 10px;
  padding-right: 15px;
  cursor: pointer;
}
#top-nav {
  width: 100%;
  height: 43px;
  padding-top: 15px;
  background-color: #222222;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#DESKTOPtop-nav {
  width: 100%;
  height: 81px;
  padding-top: 15px;
  background-color: #222222;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  position: fixed;
  z-index: 100;
}
#top-nav-centering {
  width: 768px;
  height: 43px;
  margin: 0 auto;
  position: relative;
}
#DESKTOPtop-nav-centering {
  width: 990px;
  height: 43px;
  margin: 0 auto;
  position: relative;
}
.DESKTOPlogo-top-container,
img.DESKTOPlogo-top {
  width: 368px;
  height: 67px;
}
.DESKTOPlogo-top-container {
  display: block;
  position: relative;
  float: left;
}
.DESKTOPlogo-top-container p {
  position: absolute;
  top: 49px;
  right: 0;
  width: 113px;
  height: 26px;
  color: #ffed00 !important;
}
#DESKTOPtop-nav-right {
  float: right;
  text-align: right;
  padding-top: 21px;
}
#DESKTOPtop-nav-right a {
  padding: 0 38px 0 0;
  font-family: 'Open Sans', Helvetica, Arial, sans-serif;
  font-size: 15px;
}
#DESKTOPtop-nav-right a:link,
#DESKTOPtop-nav-right a:visited {
  color: #aaa;
}
#DESKTOPtop-nav-right a:hover,
#DESKTOPtop-nav-right a:active {
  color: #fff;
}
#DESKTOPtop-nav-right a.magnifying-glass {
  padding: 0;
  width: 20px;
  height: 20px;
  background-size: 100%;
  display: block;
  float: right;
}
#DESKTOPtop-nav-right a.magnifying-glass:link,
#DESKTOPtop-nav-right a.magnifying-glass:visited {
  background-image: url('../img/nav-graphic/search-sml.png');
}
#DESKTOPtop-nav-right a.magnifying-glass:hover,
#DESKTOPtop-nav-right a.magnifying-glass:active {
  background-image: url('../img/nav-graphic/search-sml-hover.png');
}
#desktop-centered-tablet-width-div-inner .misc-body {
  padding-left: 0;
}
#desktop-centered-tablet-width-div-outer {
  background-color: #fff;
  width: 100%;
}
#desktop-centered-tablet-width-div-inner {
  width: 718px;
  margin: 0 auto;
}
#DESKTOPfooter-container {
  height: 290px;
  width: 100%;
  background-color: #222222;
  clear: both;
  margin-top: 50px;
}
#DESKTOPfooter {
  height: 250px;
  padding-top: 40px;
  width: 990px;
  margin: 0 auto;
}
#DESKTOPfooter-left,
#DESKTOPfooter-mid,
#DESKTOPfooter-right {
  float: left;
  height: 250px;
}
#DESKTOPfooter-left {
  width: 570px;
}
#DESKTOPfooter-mid {
  width: 230px;
}
#DESKTOPfooter-right,
#footer-social-container,
#skillsone-cta-container {
  width: 190px;
}
#skillsone-cta-container h3 {
  padding-bottom: 4px;
}
#footer-social-container {
  height: 100px;
}
#DESKTOPfooter h3 {
  color: #fff;
}
#top-nav-icon-home-container {
  margin: 0 0 0 17px;
  display: block;
}
#top-nav-icon-home-container,
#top-nav-icon-home {
  width: 31px;
  height: 26px;
  display: block;
  float: left;
}
#top-nav-left,
#top-nav-mid,
#top-nav-right,
#PHONEtop-nav-left,
#PHONEtop-nav-right {
  height: 43px;
  float: left;
}
#PHONEtop-nav-right {
  float: right;
}
#top-nav-left {
  width: 231px;
}
#PHONEtop-nav-left {
  width: 142px;
}
#top-nav-mid {
  width: 322px;
  text-align: center;
}
#top-nav-right {
  width: 215px;
}
#PHONEtop-nav-right {
  width: 140px;
}
#top-nav-mid h5 {
  padding-top: 4px;
}
#top-nav-hotdog-container,
#top-nav-search-container {
  float: left;
  position: relative;
  cursor: pointer;
}
#top-nav-hotdog-container {
  margin: 5px 0 0 24px;
}
#top-nav-search-container {
  margin: 3px 0 0 24px;
}
#top-nav-hotdog,
#top-nav-hotdog-container {
  width: 23px;
  height: 19px;
}
#top-nav-search,
#top-nav-search-container {
  width: 22px;
  height: 22px;
}
#top-nav-hotdog,
#top-nav-search {
  display: block;
}
#add-to-home-screen {
  width: 196px;
  height: 87px;
  position: absolute;
  top: -15px;
  left: 51px;
  z-index: 20;
  display: block;
  transition: opacity 0.8s linear;
  -webkit-transition: opacity 0.8s linear;
  -moz-transition: opacity 0.8s linear;
}
.fb-like,
.twitter-share-button {
  float: right;
}
#DESKTOPtwitter-share-button-container {
  width: 100%;
  height: 20px;
  margin-left: -37px;
  clear: both;
}
#DESKTOPtwitter-share-button-container .twitter-share-button {
  float: none;
}
#slide-pos-dots-container {
  width: 768px;
  margin: 0 auto;
  height: 28px;
}
#DESKTOPslide-pos-dots-container {
  width: 718px;
  margin: -5px auto 9px;
  height: 28px;
}
#slide-pos-dots {
  width: 990px;
  margin: 0 auto;
  height: 28px;
}
.slide-pos-dot {
  width: 3px;
  height: 12px;
  margin: 9px 1px 0 1px;
  float: left;
  background-color: #d4d2d2;
}
.slide-pos-dot-current {
  background-color: #05a1de;
}
#menu-rolldown {
  position: absolute;
  width: 100%;
  height: 53px;
  z-index: 110;
  top: 58px;
  left: 0;
  background-color: #009ed9;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
}
#menu-rolldown-centering {
  height: 53px;
  width: 768px;
  margin: 0 auto;
  position: relative;
}
#triangle-blue {
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #009ed9;
  position: absolute;
  top: -10px;
  left: 71px;
}
.menu-rolldown-link {
  float: left;
}
.menu-rolldown-link a {
  display: block;
  padding: 18px 30px 0 17px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.copyright {
  margin-top: 20px;
  text-align: center;
  font-size: 10px;
}
.DESKTOPcopyright {
  margin-top: 20px;
  font-size: 12px;
}
#DESKTOPfooter-container p {
  color: #888;
}
#modal-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
  transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
  z-index: 100;
  perspective: 700px;
  -webkit-perspective: 700px;
  -moz-perspective: 700px;
}
.modal-close-x,
.modal-close-x img {
  width: 20px;
  height: 21px;
}
.modal-close-x {
  position: absolute;
  right: 7px;
  top: 10px;
  padding: 0 5px 8px 0;
  display: block;
  cursor: pointer;
}
.modal-trans-startpos {
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform: rotateY(90deg) scale(0.5);
  -webkit-transform: rotateY(90deg) scale(0.5);
  -moz-transform: rotateY(90deg) scale(0.5);
}
.modal-trans-movement {
  transition: transform 0.2s ease-out;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
}
.vertScrollContainer {
  overflow: hidden;
  position: relative;
}
.vertScroller {
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  width: 100%;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  text-size-adjust: none;
}
#modal-for-welcome {
  margin: 75px auto 0;
  border-radius: 5px;
  position: relative;
  width: 496px;
  height: 658px;
  padding: 42px 0 0 0;
  margin-top: 5px;
}
#welcome-logo {
  width: 316px;
  height: 88px;
  margin: 0 0 4px 95px;
  display: block;
  position: relative;
  top: -16px;
}
.welcome-hrule {
  clear: both;
  width: 434px;
  height: 1px;
  background-color: #bbb;
  margin: 0 auto;
}
#welcome-text {
  padding: 16px 0 0 50px;
  width: 396px;
  height: 140px;
  text-align: center;
}
#welcome-text p {
  padding-bottom: 5px;
}
#welcome-icons-row {
  height: 61px;
  padding-bottom: 18px;
}
.welcome-icon-1,
.welcome-icon-2,
.welcome-icon-3 {
  width: 66px;
  height: 61px;
  display: block;
  float: left;
}
.welcome-icon-1 {
  margin-left: 85px;
}
.welcome-icon-2 {
  margin-left: 64px;
}
.welcome-icon-3 {
  margin-left: 64px;
}
#welcome-icons-large {
  height: 124px;
  padding-top: 23px;
}
#welcome-icon-large-1,
#welcome-icon-large-2 {
  height: 124px;
  display: block;
  float: left;
}
#welcome-icon-large-1 {
  margin-left: 73px;
}
#welcome-icon-large-2 {
  margin-left: 89px;
}
#welcome-enter-button {
  width: 115px;
  display: block;
  color: #333333;
  background-color: #009ed9;
  border-radius: 5px;
  font-size: 17px;
  padding: 7px 0 0;
  height: 24px;
  text-align: center;
  margin: 20px auto 12px;
}
#welcome-add-to-home-screen-container {
  background-color: #009ed9;
  width: 100%;
  height: 120px;
  padding-top: 12px;
  border-radius: 0 0 5px 5px;
  display: none;
}
#welcome-add-to-home-screen-icon {
  width: 57px;
  height: 57px;
  display: block;
  margin: 0 auto 6px;
}
#logo-container {
  width: 768px;
  height: 160px;
  position: relative;
}
#logo-container p {
  position: absolute;
  top: 84px;
  right: 25px;
  width: 96px;
  height: 13px;
  color: #ffed00;
}
#PHONElogo-container {
  width: 100%;
  height: 108px;
}
#logo-large {
  width: 692px;
  height: 102px;
  margin: 31px 0 0 38px;
}
#logo-sml {
  width: 238px;
  height: 68px;
  margin: 11px auto 28px;
  display: block;
}
.strip-container {
  width: 762px;
  height: 129px;
  padding: 0 0 8px 6px;
}
.strip-sidetab {
  width: 47px;
  height: 124px;
  padding: 5px 0 0 5px;
  background: -webkit-gradient(linear,left top,left bottom,from(#00a3df),to(#0088c7));
  background: -moz-linear-gradient(top,#00a3df,#0088c7);
  background: linear-gradient(#00a3df,#0088c7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00a3df,endColorstr=#0088c7,GradientType=0);
  float: left;
  border-right: 1px solid #2d2d2d;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.strip-sidetab-img {
  width: 42px;
  height: 119px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.strip-touchable {
  width: 709px;
  height: 129px;
  overflow: hidden;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  position: relative;
}
.strip-movable {
  height: 129px;
  position: relative;
  top: 0;
  left: 0;
  background-size: 100%;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.strip-visible-block,
.strip-college-pic {
  height: 129px;
}
.strip-visible-block .strip-visible-block-container {
  width: 700px;
  background-color: red;
}
.strip-college-pic {
  width: 174px;
  display: block;
  float: left;
  margin-right: 1px;
}
.strip-visible-block-container {
  cursor: pointer;
}
.DESKTOPstrips-container {
  width: 100%;
  padding-top: 40px;
}
.DESKTOPstrip-container {
  width: 100%;
}
.strip-toptab {
  width: 100%;
  height: 80px;
  position: relative;
}
.strip-toptab h3 {
  position: absolute;
  top: 34px;
  left: 61px;
}
.strip-toptab-img {
  width: 38px;
  height: 37px;
  position: absolute;
  top: 32px;
  left: 10px;
}
.desktop-strip {
  width: 100%;
  height: 129px;
  overflow: hidden;
  position: relative;
  background-color: #191919;
}
.desktop-strip-items {
  position: absolute;
  top: 0;
  left: 0;
  height: 129px;
  transition: left 1s ease;
  -webkit-transition: left 1s ease;
  -moz-transition: left 1s ease;
}
.desktop-strip-item {
  display: block;
  float: left;
  width: 174px;
  height: 129px;
  padding: 0 0 0 1px;
  background-color: #2D2D2D;
  position: relative;
}
.desktop-strip-item img {
  width: 174px;
  height: 129px;
}
.hover-cover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
}
.desktop-strip-button-left,
.desktop-strip-button-right {
  position: absolute;
  right: 0;
  width: 46px;
  height: 52px;
  background-size: 100%;
  cursor: pointer;
  transition: opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear;
  -moz-transition: opacity 0.1s linear;
}
.opacity00 {
  opacity: 0;
}
.opacity20 {
  opacity: 0.2 !important;
}
.opacity80 {
  opacity: 0.8 !important;
  cursor: auto !important;
}
.desktop-strip-button-left {
  top: 69px;
  background-image: url('../img/nav-graphic/left_button@2x.png');
}
.desktop-strip-button-right {
  top: 8px;
  background-image: url('../img/nav-graphic/right_button@2x.png');
}
.bg-blue {
  background-color: #05A6DF !important;
}
#college-and-dots-container {
  margin: 0 auto;
  width: 768px;
  position: relative;
}
#DESKTOPcollege-and-dots-container {
  position: relative;
  padding-top: 96px;
}
#DESKTOPindustry-name-on-college {
  width: 100%;
  text-align: center;
  padding: 12px 0 6px;
  height: 14px;
}
#large-side-nav-arrow-container-left,
#large-side-nav-arrow-container-right {
  width: 136px;
  height: 786px;
  float: left;
}
#large-side-nav-arrow-left,
#large-side-nav-arrow-right {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: 63px 116px;
}
#large-side-nav-arrow-left .hover-cover,
#large-side-nav-arrow-right .hover-cover {
  display: block;
  opacity: 0.7;
}
#large-side-nav-arrow-left {
  background-image: url('../img/nav-graphic/large-side-arrow-left.png');
  background-position: center left;
}
#large-side-nav-arrow-right {
  background-image: url('../img/nav-graphic/large-side-arrow-right.png');
  background-position: center right;
}
.college-body {
  padding: 4px 0 0 25px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.DESKTOPcollege-body {
  width: 718px;
  float: left;
}
.headline_caption {
  background-color: #FFFFFF;
  opacity: 0.5;
  padding: 2px 5px;
  position: absolute;
  right: 25px;
  top: 4px;
  max-width: 130px;
}
.college-header-img {
  display: block;
  width: 718px;
}
.PHONEcollege-header-img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.slideshow-container {
  position: relative;
}
.slideshow-slide {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 1.3s linear;
  -webkit-transition: opacity 1.3s linear;
  -moz-transition: opacity 1.3s linear;
}
.all-cols {
  float: left;
  margin-top: 5px;
}
.col3 {
  float: left;
  margin-top: 5px;
  width: 170px;
}
.college-logo,
.PHONEcollege-logo {
  width: 150px;
  display: block;
}
.college-logo {
  padding: 10px;
  border-top: 1px solid #cccccc;
}
.PHONEcollege-logo {
  margin: 10px auto;
}
.col3-inset {
  width: 154px;
  padding: 15px 6px 4px 10px;
}
.legend-sml-container,
.PHONElegend-sml-container {
  width: 150px;
  height: 80px;
}
.legend-sml-container {
  padding: 10px 10px 0 10px;
}
.PHONElegend-sml-container {
  margin: 0 auto;
}
.legend-sml,
.legend-sml img {
  width: 40px;
  height: 40px;
}
.legend-sml {
  margin: 0 5px;
  float: left;
  position: relative;
}
.legend-sml img {
  display: block;
}
.PHONEpopup,
.TABLETpopup {
  position: absolute;
  background-color: #fff;
  border: 1px solid #bbb;
  padding: 4px 8px;
  z-index: 100;
}
.TABLETpopup {
  right: 35px;
  bottom: 30px;
}
.PHONEpopup {
  right: 50%;
  bottom: 50%;
}
.DESKTOPcollege-body .legend-sml {
  cursor: pointer;
  pointer-events: auto;
}
img.col-pic-head {
  width: 224px;
  height: 129px;
}
.content-holder {
  max-height: 365px;
  overflow: hidden;
  margin-bottom: 5px;
  position: relative;
}
.content-holder .fading {
  bottom: 0;
  left: 0;
  position: absolute;
}
.layout1-col1,
.layout1-col2 {
  float: left;
  margin-top: 5px;
  padding-right: 5px;
}
.layout1-col1 {
  width: 310px;
}
.layout1-col2 {
  width: 228px;
}
.layout2-col1,
.layout2-col2 {
  float: left;
  margin-top: 5px;
}
.layout2-col1 {
  width: 213px;
  margin-right: 30px;
}
.layout2-col2 {
  width: 235px;
  margin-right: 70px;
}
.col-pic-full {
  width: 213px;
  height: 386px;
}
.layout3-col1,
.layout3-col2 {
  float: left;
  margin-top: 5px;
  width: 224px;
}
.layout3-col1 {
  margin-right: 30px;
}
.layout3-col2 {
  margin-right: 70px;
}
.modal-for-more-outer {
  margin: 75px auto 0;
  border-radius: 5px;
  position: relative;
  width: 545px;
  height: 673px;
  padding: 45px 0 0 0;
}
.modal-for-more-inner {
  width: 491px;
  padding: 0 0 0 28px;
}
.modal-for-more-scroll-container {
  width: 491px;
  height: 391px;
}
.more-header-pic {
  display: block;
  margin: 0 0 15px;
  padding: 0;
  width: 491px;
  height: auto !important;
}
.modal-for-video-outer {
  margin: 75px auto 0;
  border-radius: 5px;
  position: relative;
  width: 696px;
  height: 360px;
  padding: 50px 0 0 0;
  padding-bottom: 28px;
}
.modal-for-video-inner {
  width: 640px;
  padding: 0 0 0 28px;
}
.video-placeholder {
  width: 640px;
}
.modal-for-contact-outer {
  margin: 75px auto 0;
  border-radius: 5px;
  position: relative;
  width: 661px;
  height: 680px;
  padding: 20px 0 0 0;
  padding-bottom: 28px;
}
.modal-for-contact-inner {
  width: 605px;
  padding: 0 0 0 28px;
  height: 680px;
}
.modal-for-contact-col1 {
  width: 335px;
  height: 680px;
}
.modal-for-contact-col2 {
  width: 250px;
  padding-left: 10px;
}
.misc-body {
  padding: 14px 0 0 25px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  width: 718px;
}
.PHONEmisc-body {
  width: 100%;
  background-color: #fff;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
#about-col1,
#about-col2 {
  float: left;
}
#about-col1,
#about-subcol1 {
  width: 239px;
  padding-right: 15px;
}
#about-col2 {
  width: 464px;
}
.about-pic {
  width: 464px;
  height: 248px;
  margin: 5px 0 10px;
}
.PHONEabout-pic {
  width: 100%;
}
#contact-col1,
#contact-col2 {
  float: left;
  width: 310px;
  padding-right: 15px;
}
#search-col1 {
  width: 424px;
  height: 610px;
  float: left;
}
#map-container {
  position: relative;
  width: 424px;
  height: 400px;
}
.map-segment {
  position: absolute;
}
#search-industries-container {
  float: left;
  padding-left: 20px;
  width: 274px;
  margin-top: 10px;
}
.search-industry-line {
  width: 274px;
  text-transform: uppercase;
  height: 42px;
}
.search-industry-radio-container {
  width: 17px;
  height: 42px;
  float: left;
  position: relative;
}
img.search-industry-radio {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
}
.search-industry-line p {
  text-transform: uppercase;
  padding: 0 0 0 10px;
  line-height: 110%;
  float: left;
  width: 247px;
}
#search-legend-container {
  position: relative;
  width: 424px;
  height: 180px;
  margin-top: 20px;
}
.search-legend-cell {
  width: 212px;
  height: 60px;
  float: left;
}
.search-legend-icon-container {
  width: 40px;
  position: relative;
  height: 60px;
  float: left;
}
img.search-legend-icon {
  width: 40px;
  height: 40px;
  position: relative;
  top: 0;
  left: 0;
}
.search-legend-cell p {
  text-transform: uppercase;
  padding: 4px 15px 0 5px;
  line-height: 110%;
  float: left;
  width: 152px;
}
#search-bar {
  width: 718px;
  height: 44px;
}
#search-text-field-container {
  width: 476px;
  height: 44px;
  float: left;
}
#search-text-field {
  margin: 0;
  border: none;
  width: 464px;
  height: 44px;
  padding: 0 0 0 12px;
  background-color: #ddd;
  font-size: 16px;
  border-radius: 5px;
}
#search-submit-button {
  width: 232px;
  height: 36px;
  float: left;
  border-radius: 5px;
  background-color: #009ed9;
  cursor: pointer;
  margin: 0 0 0 10px;
  padding: 8px 0 0 0;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
}
#search-results-container {
  clear: both;
  padding-top: 20px;
  min-height: 100px;
}
.ajaxSpinnerInner {
  top: 60px;
  left: 50%;
}
.directory-letter-nav-container {
  width: 100%;
  margin: 10px 0;
}
.directory-letter-nav {
  display: block;
  width: 20px;
  text-align: center;
  float: left;
  font-size: 22px;
  border-right: 1px solid #ddd;
  font-weight: bold;
  padding: 5px 3px 0;
}
.phone-text-container .directory-letter-nav {
  border-right: none;
  height: 33px;
  padding: 0 14px 16px;
}
.directory-letter-nav-container,
.directory-letter-nav {
  height: 33px;
}
a.directory-letter-nav:link,
a.directory-letter-nav:visited {
  color: #aaa;
}
a.directory-letter-nav:hover,
a.directory-letter-nav:active {
  color: #0084b5;
}
.directory-letter-results-head {
  display: block;
  clear: both;
  font-size: 22px;
  font-weight: bold;
  color: #222 !important;
}
.phone-main-title {
  border-bottom: 1px solid #cccccc;
  padding-left: 10px;
}
.phone-foldout-head {
  position: relative;
}
.phone-foldout-head-college {
  padding: 15px 40px 5px 10px;
  border-bottom: 1px solid #cccccc;
}
.phone-foldout-head-dark {
  border: none;
  background-color: #2d2d2d;
}
.phone-foldout-head-college h2 {
  line-height: 1.4;
}
.phone-foldout-head-dark h2 {
  color: #eee;
}
.phone-foldout-hides {
  height: 0;
  transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  overflow: hidden;
}
.phone-text-container {
  padding: 3px 10px;
}
.phone-foldout-hides-inner-college {
  border-bottom: 1px solid #cccccc;
}
.phone-foldout-bottom-clearer {
  width: 100%;
  clear: both;
  height: 10px;
}
.home-industry-graphic-container {
  height: 58px;
  width: 100%;
  margin-bottom: 2px;
  background: -webkit-gradient(linear,left top,left bottom,from(#00a3df),to(#0088c7));
  background: -moz-linear-gradient(top,#00a3df,#0088c7);
  background: linear-gradient(#00a3df,#0088c7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00a3df,endColorstr=#0088c7,GradientType=0);
}
.home-industry-graphic {
  width: 262px;
  height: 48px;
  position: absolute;
  top: 5px;
  left: 10px;
}
.foldout-arrow {
  width: 19px;
  height: 11px;
  position: absolute;
  top: 22px;
  right: 16px;
}
a.phone-home-college-link {
  display: block;
  width: 100%;
  border-bottom: 1px solid #636363;
  position: relative;
}
a.phone-home-college-link p {
  font-size: 17px;
  color: #eee;
  padding: 12px 26px 5px 12px;
}
a.phone-home-college-link img,
p.PHONEmenu-rolldown-link img {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 8px;
  width: 11px;
  height: 19px;
}
#PHONEmenu-rolldown {
  position: absolute;
  width: 100%;
  z-index: 50;
  top: 58px;
  left: 0;
  border-top: 8px solid #636363;
  border-bottom: 8px solid #636363;
  transition: opacity 0.15s linear;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
}
#triangle-grey {
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #636363;
  position: absolute;
  top: -16px;
  left: 58px;
}
.PHONEmenu-rolldown-link {
  background-color: #2d2d2d;
  border-bottom: 1px solid #636363;
  padding-bottom: 0;
  position: relative;
}
.PHONEmenu-rolldown-link a {
  display: block;
  padding: 18px 30px 19px 17px;
  color: #eee;
  font-size: 17px;
  font-weight: 400;
}
.PHONEsearch-line,
.PHONEsearch-line-legend {
  padding: 0 5px 0 10px;
  font-size: 14px;
  text-transform: uppercase;
}
.PHONEsearch-line {
  height: 40px;
}
.PHONEsearch-radio-container {
  width: 25px;
  height: 40px;
  float: left;
  position: relative;
}
.PHONEsearch-line-legend {
  height: 58px;
}
.PHONEsearch-legend-icon-container {
  width: 40px;
  position: relative;
  height: 58px;
  float: left;
}
.PHONEsearch-line-legend-text {
  padding: 12px 0 5px 10px;
  float: left;
}
img.PHONEsearch-radio {
  position: absolute;
  display: block;
  top: 1px;
  left: 0;
  width: 17px;
  height: 17px;
}
#PHONEsearch-bar {
  padding: 10px 10px 10px 10px;
  height: 90px;
}
#PHONEsearch-text-field-container {
  width: 100%;
  height: 40px;
  padding: 0 0 10px 0;
}
#PHONEsearch-text-field {
  margin: 0;
  border: none;
  height: 40px;
  padding: 0 0 0 10px;
  background-color: #ddd;
  font-size: 14px;
  border-radius: 3px;
  width: calc(100% - 10px);
}
#PHONEsearch-submit-button {
  height: 32px;
  width: 100%;
  float: left;
  border-radius: 3px;
  background-color: #009ed9;
  cursor: pointer;
  margin: 0;
  padding: 8px 0 0 0;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
}
#PHONEsearch-results-container {
  clear: both;
  padding: 20px 10px;
  min-height: 100px;
}
#PHONEmodal-for-welcome {
  margin: 75px auto 0;
  border-radius: 5px;
  position: relative;
  width: 245px;
  height: 113px;
  padding: 42px 0 0 0;
}
#logo-acpet-icon-phone-welcome {
  width: 55px;
  height: 55px;
  display: block;
  margin: 0 0 0 -27px;
  position: relative;
  top: -30px;
  left: 50%;
}
#PHONEmodal-welcome-text-container {
  position: relative;
  top: -25px;
  left: 0;
  width: 180px;
  margin: 0 auto;
}
#PHONEmodal-welcome-text-container p,
#welcome-add-to-home-screen-container p {
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding: 0;
}
#PHONEmodal-welcome-text-container strong,
#welcome-add-to-home-screen-container strong {
  color: #0084b5;
}
#welcome-add-to-home-screen-container p,
#welcome-add-to-home-screen-container strong {
  color: #fff;
}
